/* ==========================================================================
   Gatley Serviced Accommodation, Stylesheet
   Clean, editorial, premium. Restrained palette, generous whitespace.
   ========================================================================== */

:root {
  --bg:        #ffffff;
  --bg-soft:   #f6f4f1;
  --ink:       #1c1c1c;
  --body:      #4a4a4a;
  --muted:     #767676;
  --line:      #e8e4de;
  --line-soft: #f0ece6;
  --accent:    #2f6d6f;
  --accent-dk: #234f51;
  --dark:      #1c1c1c;
  --hero-panel: #21484a;
  --hero-panel-rgb: 33, 72, 74;

  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --max: 1120px;
  --pad: 92px 0;
  --pad-sm: 56px 0;
  --radius: 14px;
  --radius-sm: 10px;
  --nav-h: 72px;

  --t: .2s ease;
  --sh-sm: 0 1px 2px rgba(0,0,0,.05), 0 6px 18px rgba(0,0,0,.05);
  --sh-md: 0 2px 6px rgba(0,0,0,.06), 0 14px 40px rgba(0,0,0,.09);
}

*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 8px); -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-dk); text-decoration: none; transition: color var(--t); }
a:hover { color: var(--accent); }
h1,h2,h3,h4 { color: var(--ink); line-height: 1.15; font-weight: 600; letter-spacing: -.02em; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
h3 { font-size: 1.18rem; letter-spacing: -.01em; }
ul { list-style: none; padding: 0; }
strong { font-weight: 600; color: var(--ink); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.container { width: min(90%, var(--max)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 200; }
.skip-link:focus { left: 0; color: #fff; }
.hidden-field { position: absolute; left: -9999px; }

.eyebrow {
  font-weight: 600; text-transform: uppercase; letter-spacing: .14em;
  font-size: .74rem; color: var(--accent); margin-bottom: .8rem;
}
.req { color: var(--accent); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-weight: 600; font-size: .98rem; line-height: 1;
  padding: .95em 1.6em; border-radius: 8px; border: 1px solid transparent;
  cursor: pointer; transition: background var(--t), color var(--t), transform var(--t), box-shadow var(--t);
  white-space: nowrap;
}
.btn--lg { font-size: 1.02rem; padding: 1.05em 1.9em; }
.btn--primary { background: var(--ink); color: #fff; }
.btn--primary:hover { background: #000; color: #fff; transform: translateY(-1px); box-shadow: var(--sh-sm); }
.btn--ghost { background: transparent; color: var(--ink); border-color: rgba(28,28,28,.4); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--on-image { background: rgba(255,255,255,.96); color: var(--ink); }
.btn--on-image:hover { background: #fff; color: #000; transform: translateY(-1px); }
.btn--on-image-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.75); }
.btn--on-image-ghost:hover { background: #fff; color: var(--ink); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.9); backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--nav-h); }
.brand { display: inline-flex; align-items: center; gap: .55rem; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand__text { font-size: 1rem; font-weight: 500; letter-spacing: -.01em; }
.brand__text strong { font-weight: 700; }
.brand__mark { display: inline-flex; }

.nav { display: flex; align-items: center; }
.nav__menu { display: flex; align-items: center; gap: 1.5rem; }
.nav__menu a { font-weight: 500; font-size: .92rem; color: var(--ink); }
.nav__menu a:hover { color: var(--accent); }
.nav__cta { background: var(--ink); color: #fff !important; padding: .6em 1.15em; border-radius: 8px; }
.nav__cta:hover { background: #000; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: var(--t); }

/* ---------- Hero (split: solid panel left, photo right, blended seam) ---------- */
.hero { display: grid; grid-template-columns: 1.02fr 0.98fr; background: var(--hero-panel); min-height: 82vh; overflow: hidden; }
.hero__panel { display: flex; align-items: center; padding: 4.5rem clamp(1.4rem, 5vw, 5.5rem); position: relative; z-index: 3; }
.hero__content { max-width: 600px; color: #fff; }
.hero__media { position: relative; overflow: hidden; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* progressive blur fading left to right */
.hero__media::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 42%; z-index: 1;
  backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 18%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 18%, transparent 100%); }
/* solid-colour blend into the panel */
.hero__media::before { content: ""; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to right, var(--hero-panel) 0%, rgba(var(--hero-panel-rgb), .55) 22%, rgba(var(--hero-panel-rgb), 0) 54%); }
.hero__eyebrow { font-weight: 600; letter-spacing: .2em; text-transform: uppercase; font-size: .76rem; color: rgba(255,255,255,.82); margin-bottom: 1.1rem; }
.hero__title { color: #fff; font-size: clamp(2.1rem, 5vw, 3.3rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.08; margin-bottom: 1.2rem; }
.hero__sub { font-size: clamp(1.02rem, 1.7vw, 1.2rem); color: rgba(255,255,255,.92); margin-bottom: 2rem; max-width: 640px; font-weight: 400; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 1.7rem; }
.hero__trust { font-size: .92rem; color: rgba(255,255,255,.9); font-weight: 500; }
.hero__trust .star { color: #fff; }

/* ---------- Facts ---------- */
.facts { border-bottom: 1px solid var(--line); }
.facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 30px 26px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 5px; }
.fact:last-child { border-right: 0; }
.fact__lead { font-weight: 700; font-size: 1.16rem; color: var(--ink); letter-spacing: -.01em; }
.fact__sub { font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }

/* ---------- Sections ---------- */
.section { padding: var(--pad); }
.section--soft { background: var(--bg-soft); }
.section__head { max-width: 720px; margin: 0 auto 3.2rem; }
.section__head--center { text-align: center; }
.section__head h2 { letter-spacing: -.025em; }
.section__lead { margin-top: .9rem; font-size: 1.05rem; color: var(--body); }

/* ---------- Card grids ---------- */
.grid { display: grid; gap: 2rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

/* Feature cards (image + text, borderless, Airbnb style) */
.card { display: flex; flex-direction: column; }
.card__img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); background: var(--line-soft); }
.card__body { padding: 1.15rem 0 0; }
.card__body h3 { margin-bottom: .7rem; }

/* Tick lists */
.ticklist li { position: relative; padding-left: 1.6rem; margin-bottom: .55rem; font-size: .96rem; color: var(--body); }
.ticklist li::before {
  content: ""; position: absolute; left: 3px; top: 6px; width: 6px; height: 10px;
  border: solid var(--accent); border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.ticklist--two { columns: 2; column-gap: 2.4rem; }

/* ---------- Use-case cards ---------- */
.usecase {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.7rem 1.6rem; transition: box-shadow var(--t), transform var(--t), border-color var(--t);
}
.usecase:hover { box-shadow: var(--sh-md); transform: translateY(-2px); }
.usecase__icon { color: var(--accent); margin-bottom: 1rem; display: block; }
.usecase h3 { margin-bottom: .6rem; }
.usecase p { font-size: .95rem; color: var(--body); }
.usecase p em { font-style: italic; color: var(--accent-dk); }
.usecase--feature { border-color: var(--ink); }
.usecase__badge {
  display: inline-block; margin-bottom: 1rem; background: var(--ink); color: #fff;
  font-weight: 600; font-size: .68rem; text-transform: uppercase; letter-spacing: .09em;
  padding: .35em .8em; border-radius: 999px;
}

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 3.4rem; border-radius: var(--radius); overflow: hidden; }
.gallery__item { margin: 0; overflow: hidden; cursor: zoom-in; background: var(--line-soft); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/2; transition: transform .4s ease; }
.gallery__item:hover img { transform: scale(1.04); }
.gallery__item--lead { grid-column: span 2; grid-row: span 2; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(18,18,18,.95); display: flex; align-items: center; justify-content: center; padding: 3vw; opacity: 0; visibility: hidden; transition: opacity var(--t), visibility var(--t); }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 8px; }
.lightbox__btn { position: absolute; background: rgba(255,255,255,.12); border: 0; color: #fff; width: 50px; height: 50px; border-radius: 50%; font-size: 1.4rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background var(--t); }
.lightbox__btn:hover { background: rgba(255,255,255,.26); }
.lightbox__close { top: 18px; right: 18px; }
.lightbox__prev { left: 2vw; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 2vw; top: 50%; transform: translateY(-50%); }
.lightbox__count { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.8); font-size: .88rem; }

/* ---------- Accordion ---------- */
.accordion { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__trigger { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; font-weight: 600; font-size: 1.08rem; color: var(--ink); letter-spacing: -.01em; padding: 1.25rem .2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.accordion__trigger:hover { color: var(--accent); }
.accordion__chev { width: 11px; height: 11px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform var(--t); flex: none; margin-top: -4px; }
.accordion__trigger[aria-expanded="true"] .accordion__chev { transform: rotate(-135deg); margin-top: 4px; }
.accordion__panel { max-height: 0; overflow: hidden; transition: max-height var(--t); }
.detaillist { padding: 0 .2rem 1.4rem; }
.detaillist li { position: relative; padding-left: 1.1rem; margin-bottom: .6rem; font-size: .96rem; color: var(--body); }
.detaillist li::before { content: ""; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.detaillist--cols { columns: 2; column-gap: 2.4rem; }

/* ---------- Reviews ---------- */
.review { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem 1.6rem; display: flex; flex-direction: column; }
.review__stars { color: var(--ink); letter-spacing: 1px; font-size: .95rem; margin-bottom: .9rem; }
.review p { color: var(--body); font-size: .96rem; margin-bottom: 1.2rem; }
.review footer { margin-top: auto; }
.review footer strong { display: block; color: var(--ink); }
.review footer span { color: var(--muted); font-size: .84rem; }
.reviewstats { display: flex; flex-wrap: wrap; gap: .8rem 2.4rem; justify-content: center; margin-top: 2.8rem; padding-top: 2.2rem; border-top: 1px solid var(--line); }
.reviewstats li { color: var(--body); font-size: .94rem; }
.reviewstats strong { color: var(--ink); }

/* ---------- Local area ---------- */
.area { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.6rem; margin-bottom: 3rem; }
.area--two { grid-template-columns: repeat(2, 1fr); margin: 3rem 0 0; }
.area__col h3 { margin-bottom: 1.1rem; padding-bottom: .7rem; border-bottom: 1px solid var(--line); }
.area__subhead { text-align: center; margin-bottom: 1.4rem; }
.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.transport { width: 100%; border-collapse: collapse; min-width: 620px; }
.transport th, .transport td { text-align: left; padding: .9rem 1.2rem; font-size: .92rem; }
.transport thead th { background: var(--bg-soft); color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--line); }
.transport tbody tr { border-top: 1px solid var(--line-soft); }
.transport td:first-child { font-weight: 600; color: var(--ink); }

/* ---------- Comparison table ---------- */
.compare { width: 100%; border-collapse: collapse; min-width: 640px; }
.compare th, .compare td { text-align: left; padding: .9rem 1.1rem; font-size: .93rem; border-bottom: 1px solid var(--line-soft); }
.compare thead th { background: var(--bg-soft); color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--line); }
.compare thead th:nth-child(2) { background: var(--accent); color: #fff; }
.compare tbody th[scope="row"] { font-weight: 600; color: var(--ink); }
.compare td:nth-child(2) { background: rgba(47,109,111,.06); font-weight: 600; color: var(--ink); }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; }
.faq__a { padding: 0 .2rem 1.4rem; font-size: .96rem; color: var(--body); }

/* ---------- Value props ---------- */
.valueprop { padding: 1.6rem 0 0; border-top: 2px solid var(--ink); }
.valueprop h3 { margin-bottom: .55rem; }
.valueprop p { font-size: .95rem; color: var(--body); }

/* ---------- Pricing ---------- */
.pricecard { max-width: 760px; margin: 0 auto; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.6rem; text-align: center; box-shadow: var(--sh-sm); }
.pricecard__label { font-weight: 600; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; color: var(--accent); margin-bottom: 1rem; }
.pricecard__amount { font-size: clamp(1.9rem, 4vw, 2.6rem); font-weight: 700; color: var(--ink); letter-spacing: -.03em; }
.pricecard__amount span { display: block; margin-top: .3rem; color: var(--muted); font-weight: 500; font-size: 1.05rem; letter-spacing: 0; }
.pricecard__note { color: var(--muted); font-size: .95rem; margin-top: .5rem; }
.breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 2rem 0; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; text-align: left; }
.breakdown__row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .95rem 1.3rem; border-bottom: 1px solid var(--line-soft); }
.breakdown__row:nth-last-child(-n+2) { border-bottom: 0; }
.breakdown__row span:first-child { color: var(--body); font-size: .92rem; }
.breakdown__row span:last-child { color: var(--ink); font-weight: 600; white-space: nowrap; }
.included { text-align: left; margin-top: 1.8rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.included h3 { text-align: center; margin-bottom: 1.2rem; }

/* ---------- Enquire ---------- */
.enquire { display: grid; grid-template-columns: 1fr 1.15fr; gap: 3.4rem; align-items: start; }
.enquire__intro .section__lead { color: var(--body); }
.enquiryform { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; box-shadow: var(--sh-sm); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form__group { margin-bottom: 1.15rem; display: flex; flex-direction: column; }
.form__group label { font-weight: 600; font-size: .88rem; color: var(--ink); margin-bottom: .45rem; }
.form__group input, .form__group select, .form__group textarea {
  font-family: var(--font); font-size: 1rem; padding: .8rem .9rem; color: var(--ink);
  border: 1px solid var(--line); border-radius: 8px; background: var(--bg); width: 100%; transition: border-color var(--t), box-shadow var(--t);
}
.form__group input:focus, .form__group select:focus, .form__group textarea:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(47,109,111,.14); }
.form__submit { width: 100%; margin-top: .3rem; }
.form__reassurance { text-align: center; font-size: .85rem; color: var(--muted); margin-top: .9rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-soft); border-top: 1px solid var(--line); padding-top: 3.4rem; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.4rem; padding-bottom: 2.6rem; }
.footer__blurb { margin-top: 1rem; font-size: .92rem; color: var(--muted); max-width: 320px; }
.footer__col h4 { color: var(--ink); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1.1rem; }
.footer__links li, .footer__trust li { margin-bottom: .6rem; font-size: .92rem; }
.footer__links a { color: var(--body); }
.footer__links a:hover { color: var(--accent); }
.footer__trust li { color: var(--body); }
.footer__base { border-top: 1px solid var(--line); padding: 1.5rem 0; font-size: .84rem; color: var(--muted); }

/* ---------- Sticky WhatsApp ---------- */
.wa { position: fixed; bottom: 22px; right: 22px; z-index: 90; display: inline-flex; align-items: center; gap: .5rem; background: #1c1c1c; color: #fff; padding: .8rem 1.15rem .8rem .9rem; border-radius: 999px; box-shadow: var(--sh-md); font-weight: 600; font-size: .92rem; transition: transform var(--t), background var(--t); }
.wa:hover { color: #fff; background: #000; transform: translateY(-1px); }
.wa__icon { flex: none; color: #25D366; }

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ==========================================================================
   Responsive
   ========================================================================== */
/* Stack the split hero: photo band on top, solid panel with text below */
@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero__media { order: -1; height: 40vh; min-height: 230px; }
  .hero__media::after { top: auto; bottom: 0; left: 0; width: 100%; height: 45%;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 82%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 82%); }
  .hero__media::before { background: linear-gradient(to bottom, rgba(var(--hero-panel-rgb), 0) 45%, var(--hero-panel) 100%); }
  .hero__panel { padding: 2.6rem 6% 3.2rem; }
  .hero__content { max-width: none; }
}
@media (max-width: 940px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .enquire { grid-template-columns: 1fr; gap: 2.2rem; }
  .area { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .breakdown { grid-template-columns: 1fr; }
  .breakdown__row:nth-last-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
  .breakdown__row:last-child { border-bottom: 0; }
}
@media (max-width: 760px) {
  :root { --pad: var(--pad-sm); }
  .nav__toggle { display: flex; z-index: 110; }
  .nav__menu {
    position: fixed; inset: var(--nav-h) 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg); border-bottom: 1px solid var(--line); padding: .4rem 5% 1.4rem;
    box-shadow: var(--sh-md); transform: translateY(-120%); transition: transform var(--t); z-index: 105;
  }
  .nav__menu.is-open { transform: translateY(0); }
  .nav__menu li { border-bottom: 1px solid var(--line-soft); }
  .nav__menu a { display: block; padding: .95rem .2rem; }
  .nav__cta { text-align: center; margin-top: .8rem; border-bottom: 0 !important; }
  .nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .facts__grid { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(even) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid--3, .grid--4, .grid--2 { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  /* Transport table: drop to Route + Time so it fits without side-scroll */
  .transport { min-width: 0; }
  .transport th:nth-child(n+3), .transport td:nth-child(n+3) { display: none; }
  /* Comparison table: collapse to one card per feature (no side-scroll) */
  .tablewrap:has(.compare) { border: 0; overflow: visible; }
  .compare { min-width: 0; }
  .compare thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .compare, .compare tbody, .compare tr, .compare th, .compare td { display: block; }
  .compare tbody tr { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--bg); margin-bottom: 1rem; padding: .3rem 1rem .6rem; }
  .compare tbody th[scope="row"] { font-size: 1.02rem; padding: .7rem 0 .5rem; margin-bottom: .3rem; border-bottom: 1px solid var(--line); }
  .compare tbody td { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .5rem 0; border-bottom: 1px solid var(--line-soft); background: none; font-weight: 400; }
  .compare tbody tr td:last-child { border-bottom: 0; }
  .compare tbody td::before { content: attr(data-label); color: var(--muted); font-weight: 600; font-size: .86rem; }
  .compare tbody td:nth-child(2) { color: var(--ink); font-weight: 700; }
  .compare tbody td:nth-child(2)::before { color: var(--accent); }
  .area, .area--two { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery__item--lead { grid-column: span 2; grid-row: auto; }
  .form__row { grid-template-columns: 1fr; }
  .ticklist--two, .detaillist--cols { columns: 1; }
  .pricecard { padding: 1.8rem 1.4rem; }
  .wa__label { display: none; }
  .wa { padding: .9rem; }
  .lightbox__prev { left: 6px; } .lightbox__next { right: 6px; }
}
@media (max-width: 420px) { .facts__grid { grid-template-columns: 1fr; } .fact { border-right: 0; border-bottom: 1px solid var(--line); } }
