/* ──────────────────────────────────────────────
   MANOR — Home (hotel register · gold black)
────────────────────────────────────────────── */

.home-wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* ── SCROLLYTELLING ── */
.scrolly { background: var(--surface); color: var(--ink); position: relative; z-index: 1; }
.scrolly-inner { max-width: 1240px; margin: 0 auto; padding: 0 clamp(20px,4vw,40px); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.scrolly-sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; }
.scrolly-visual { width: 100%; }
.sv-eyebrow { font-size: 10.5px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--bronze); margin-bottom: 28px; }
.sv-stage { position: relative; min-height: 280px; }
.sv-card { position: absolute; inset: 0; opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); pointer-events: none; }
.sv-card.active { opacity: 1; transform: none; }
.sv-num { font-family: var(--font-num); font-weight: 400; font-size: 18px; color: var(--bronze); display: block; margin-bottom: 14px; }
.sv-card h3 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(40px,5.5vw,72px); line-height: 1.0; letter-spacing: -0.02em; color: var(--ink); }
.sv-bar { display: flex; gap: 8px; margin-top: 40px; }
.sv-bar span { width: 34px; height: 2px; border-radius: 2px; background: var(--hairline); transition: background .4s; }
.sv-bar span.on { background: var(--accent); }
.scrolly-steps { padding: 26vh 0; }
.scrolly-step { min-height: 68vh; display: flex; flex-direction: column; justify-content: center; opacity: 0.28; transition: opacity .5s var(--ease); }
.scrolly-step.active { opacity: 1; }
.scrolly-step .ss-k { font-size: 10.5px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--bronze); margin-bottom: 16px; }
.scrolly-step h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(26px,3.4vw,40px); line-height: 1.12; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 14px; }
.scrolly-step .ss-b { font-size: 16px; line-height: 1.7; color: var(--muted); max-width: 420px; }
@media (max-width: 860px) {
  .scrolly-inner { grid-template-columns: 1fr; gap: 0; }
  .scrolly-sticky { position: sticky; top: var(--nav-h); height: auto; padding: 40px 0 10px; background: var(--surface); z-index: 2; }
  .sv-stage { min-height: 150px; }
  .sv-card h3 { font-size: clamp(34px,9vw,52px); }
  .scrolly-steps { padding: 10px 0 40px; }
  .scrolly-step { min-height: auto; padding: 26px 0; opacity: 1; }
}

/* Nav wordmark */
.navbar .logo-en { font-family: 'Newsreader', serif; font-weight: 500; letter-spacing: 0.14em; font-size: 21px; }
.nav-login { font-size: 14px; font-weight: 600; color: var(--ink); padding: 9px 16px; border-radius: 2px; transition: background var(--trans-fast); }
.nav-login:hover { background: rgba(126,123,120,0.14); }

/* ── HERO CARD ── */
.hero { padding: 100px clamp(20px, 4vw, 34px) 0; }
.hero-card {
  max-width: 1240px; margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 2px;
  padding: 76px 54px 68px;
  position: relative;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.hero-left { padding-bottom: 0; display: flex; flex-direction: column; align-items: center; max-width: 700px; width: 100%; }
.hero-h1 {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(46px, 6vw, 84px); line-height: 1.0; letter-spacing: -0.02em;
  color: var(--ink); margin-bottom: 18px;
}
.hero-h1 .ul { position: relative; font-style: italic; color: inherit; }
.hero-h1 .ul::after {
  content: ''; position: absolute; left: 2%; right: 2%; bottom: 4px; height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='12' viewBox='0 0 200 12' fill='none'%3E%3Cpath d='M2 8C40 3 80 3 120 6c25 2 50 3 78 1' stroke='%23990000' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
}
.hero-dv-h1 { font-family:'Noto Sans Thaana',sans-serif; font-weight:600; font-size:clamp(38px,6vw,68px); color:var(--ink); line-height:1.4; margin-bottom:18px; }
.hero-dv-h1 em { color: var(--accent); font-style: normal; }
.hero-sub { font-size: 16px; color: var(--muted); margin-bottom: 30px; max-width: 480px; text-align: center; }

/* Search pill — one of the two allowed pills */
.hsearch {
  display: flex; align-items: stretch; background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 100px; padding: 6px 6px 6px 8px; gap: 4px; max-width: 620px; width: 100%;
  box-shadow: 0 16px 40px rgba(0,0,0,0.28); margin-bottom: 22px;
  transition: padding var(--trans-med), max-width var(--trans-med), box-shadow var(--trans-med);
}

/* ── The hero search, docked ──
   In the hero it is a pill; in the navbar it is the browse filter row. Same
   fields, same component, same look as the filters on the other page — one
   language for "narrow this down", not a fat pill on one page and a row of
   chips on the other. The pill's padding, shadow, border and dividers are all
   dropped: each field becomes its own chip, so the spacing between them is a
   single gap rather than a divider plus two paddings that never agreed. */
.nav-dock .hsearch {
  margin: 0;
  width: auto;
  max-width: none;
  padding: 0;
  gap: 12px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  align-items: center;
}
.nav-dock .hsearch .hs-field {
  flex: 0 0 auto;
  height: 36px;
  padding: 0 12px;
  gap: 8px;
  border: 1px solid var(--hairline);
  border-radius: 2px;
  background: transparent;
  transition: border-color var(--trans-fast);
}
.nav-dock .hsearch .hs-field:hover { border-color: var(--bronze); }
/* Each field carries its own edge now, so the old hairline between them is
   a second divider doing the same job in the wrong place. */
.nav-dock .hsearch .hs-field + .hs-field::before { display: none; }
.nav-dock .hsearch .hs-field svg { width: 14px; height: 14px; }
.nav-dock .hsearch .hs-field select,
.nav-dock .hsearch .hs-field .kd-trigger,
/* line-height: 1 gives a 13px box to 13px text, and the label clips overflow —
   so ascenders and descenders were being shaved off. The row is centred by the
   flexbox, not by a tight line box. */
.nav-dock .hsearch .hs-budget .pr-btn { font-size: 13px; line-height: 1.4; }
/* The budget field is a chip like the others in here, so it drops the inner
   border it wears in the hero and lets the wrapper carry the edge. */
/* In the hero each field is `flex: 1` in a full-width pill, so its insides
   stretch and ellipsize what does not fit. In the bar the field is
   shrink-to-fit, and those same stretch rules make the label collapse to its
   minimum and clip mid-word. Here the text sizes the chip, not the other way
   round: nothing stretches, nothing truncates. */
.nav-dock .hsearch .hs-field .kd-wrap,
.nav-dock .hsearch .hs-field .kd-trigger {
  flex: 0 0 auto;
  width: auto;
}
.nav-dock .hsearch .hs-field .kd-trigger .kd-lbl,
.nav-dock .hsearch .hs-budget .pr-label {
  flex: 0 0 auto;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}
.nav-dock .hsearch .hs-field select {
  width: auto;
  text-overflow: clip;
}

.nav-dock .hsearch .hs-budget { padding: 0; }
.nav-dock .hsearch .hs-budget .pr-btn {
  height: 34px; min-height: 34px; padding: 0 12px; border: none; background: transparent;
  width: auto;
}

/* Exactly the fields' height and the same horizontal rhythm — the Search
   button used to be taller and wider than everything it sat next to. */
.nav-dock .hsearch .hs-go {
  height: 36px;
  min-height: 36px;
  padding: 0 18px;
  gap: 7px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 1;
}
.nav-dock .hsearch .hs-go svg { width: 14px; height: 14px; }

@media (max-width: 900px) {
  /* In the hero the pill stacks into a column on a phone, which is right
     there and wrong in a 62px bar — inside the navbar it stays one line and
     scrolls sideways, exactly like the browse row. */
  .nav-dock .hsearch {
    flex-direction: row;
    align-items: center;
    gap: 8px;                 /* the same phone gap the browse row uses */
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .nav-dock .hsearch::-webkit-scrollbar { display: none; }
  .nav-dock .hsearch .hs-field { height: 34px; padding: 0 11px; font-size: 12.5px; }
  .nav-dock .hsearch .hs-budget .pr-btn { height: 32px; min-height: 32px; padding: 0 11px; }
  .nav-dock .hsearch .hs-go { height: 34px; min-height: 34px; padding: 0 13px; }
}

/* The condensed form of this search now lives in the navbar itself rather
   than floating beneath it as a second bar — see css/search-dock.css. The
   browse filters use the same dock, so both pages condense identically. */

.hs-field { display: flex; align-items: center; gap: 8px; padding: 8px 14px; flex: 1; position: relative; cursor: pointer; min-width: 0; }
.hs-field + .hs-field::before { content:''; position:absolute; left:0; top:9px; bottom:9px; width:1px; background:var(--hairline); }
body.dv .hs-field + .hs-field::before { left:auto; right:0; }
.hs-field svg { width: 15px; height: 15px; stroke: var(--bronze); fill: none; stroke-width: 1.8; flex-shrink: 0; }
.hs-field select {
  border: none; outline: none; -webkit-appearance: none; appearance: none;
  font-family: inherit; font-size: 13.5px; font-weight: 600; color: var(--ink); cursor: pointer;
  text-overflow: ellipsis; min-width: 0; width: 100%;
  background: transparent url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23807D7A' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 2px center;
  padding-right: 16px;
}
/* The budget field is the shared control (js/budget-field.js) wearing the
   hero pill's clothes: it keeps the field's borderless look on the page and
   drops its own panel below, like the island and type dropdowns beside it. */
.hs-field.hs-budget { padding: 0; }
.hs-budget .pr-btn {
  width: 100%; height: auto; min-height: 0;
  padding: 8px 14px; gap: 8px;
  border: none; background: transparent; border-radius: 0;
  font-size: 13.5px; font-weight: 600; color: var(--ink);
}
.hs-budget .pr-btn:hover { border: none; }
.hs-budget .pr-btn svg { width: 15px; height: 15px; stroke: var(--bronze); opacity: 1; }
.hs-budget .pr-label { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: start; }
.hs-budget.pr-active .pr-btn { background: transparent; }
.hs-budget .pr-panel { top: calc(100% + 14px); }
@media (max-width: 768px) {
  .hs-budget .pr-btn { padding: 12px 14px; font-size: 14px; }
  .hs-budget .pr-panel { width: min(360px, calc(100vw - 24px)); }
}

.hs-field .hs-static { font-size: 13.5px; font-weight: 600; color: var(--ink); white-space: nowrap; }
.hs-field .hs-static .mut { color: var(--muted); font-weight: 500; }
.hs-go {
  flex-shrink: 0; background: var(--accent); color: #F4F1EC; border-radius: 100px;
  padding: 0 26px; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 7px;
  transition: background var(--trans-fast);
}
.hs-go:hover { background: var(--accent-deep); }
.hs-go svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }

/* Trust row */
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; margin-top: auto; justify-content: center; }
.htrust { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--muted); }
.htrust .ic { width: 22px; height: 22px; border-radius: 2px; background: rgba(126,123,120,0.18); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.htrust .ic svg { width: 13px; height: 13px; stroke: var(--bronze); fill: none; stroke-width: 2; }

/* Hero photo */
.hero-photo { position: relative; align-self: stretch; min-height: 380px; border-radius: 2px; overflow: hidden; margin-top: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; background: var(--surface); }
.hero-photo .vchip {
  position: absolute; top: 16px; right: 16px; display: inline-flex; align-items: center; gap: 6px;
  background: rgba(13,11,11,0.72); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(0,153,153,0.45);
  color: var(--teal-bright); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 7px 13px; border-radius: 2px;
}
.hero-photo .vchip svg { width: 13px; height: 13px; stroke: var(--teal-bright); fill: none; stroke-width: 2.2; }

/* ── Hero insights panel ── */
.hero-panel {
  align-self: stretch; min-height: 380px; display: flex; flex-direction: column; gap: 18px;
  background: var(--surface);
  border: 1px solid var(--hairline); border-radius: 2px;
  padding: 26px; margin-top: 0;
}
.hp-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.hp-live { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; color: var(--muted); }
.hp-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(0,153,153,.5); animation: hpPing 2s ease infinite; }
@keyframes hpPing { 0%{box-shadow:0 0 0 0 rgba(0,153,153,.5);} 70%{box-shadow:0 0 0 7px rgba(0,153,153,0);} 100%{box-shadow:0 0 0 0 rgba(0,153,153,0);} }
.hp-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bronze); background: transparent; border: 1px solid var(--hairline); padding: 6px 11px; border-radius: 2px; }
.hp-chip svg { width: 13px; height: 13px; stroke: var(--bronze); fill: none; stroke-width: 2; }
.hp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hp-cell { background: transparent; border: 1px solid var(--hairline); border-radius: 2px; padding: 18px; }
.hp-num { font-family: var(--font-num); font-weight: 500; font-size: clamp(24px,3vw,32px); color: var(--ink); line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.hp-lbl { font-size: 12px; color: var(--muted); margin-top: 7px; }
.hp-bars { margin-top: auto; background: transparent; border: 1px solid var(--hairline); border-radius: 2px; padding: 18px; }
.hp-bars-head { font-size: 10.5px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--bronze); margin-bottom: 14px; }
.hp-bar { display: grid; grid-template-columns: 76px 1fr 36px; align-items: center; gap: 10px; margin-bottom: 10px; }
.hp-bar:last-child { margin-bottom: 0; }
.hp-bar-lbl { font-size: 12.5px; color: var(--ink); }
.hp-bar-track { height: 5px; border-radius: 0; background: rgba(126,123,120,0.22); overflow: hidden; }
.hp-bar-track i { display: block; height: 100%; width: 0; background: var(--bronze); animation: hpGrow 1.1s cubic-bezier(.22,1,.36,1) 0.35s both; }
@keyframes hpGrow { from { width: 0; } to { width: var(--w); } }
.hp-bar-v { font-family: var(--font-data); font-variant-numeric: tabular-nums; font-size: 12px; font-weight: 500; color: var(--muted); text-align: right; font-variant-numeric: tabular-nums; }
@media (prefers-reduced-motion: reduce){ .hp-bar-track i { animation: none; width: var(--w); } .hp-dot { animation: none; } }

/* ── CONTENT GRID ── */
.home-main { padding: 48px 24px 0; }
.grid2 { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: stretch; }

.section-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.section-title { font-family: 'Newsreader', serif; font-weight: 500; font-size: 26px; color: var(--ink); letter-spacing: -0.01em; }
.link-all { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--accent); transition: gap var(--trans-fast); }
.link-all:hover { gap: 10px; }
.link-all svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

/* Property cards (photo-led) */
.pcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pcard {
  position: relative; border-radius: 2px; overflow: hidden; aspect-ratio: 5 / 6;
  background: var(--surface); border: 1px solid var(--hairline); display: block; cursor: pointer;
  transition: transform var(--trans-med), border-color var(--trans-med);
}
.pcard:hover { transform: translateY(-4px); border-color: var(--bronze); }
.pcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.pcard:hover img { transform: scale(1.05); }
.pcard::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,11,11,0.94) 6%, rgba(13,11,11,0.5) 40%, rgba(13,11,11,0) 64%); }
/* A card can carry two marks now (Featured and Verified), so the corner is a
   stack rather than one absolutely-placed badge. The badges themselves keep
   their old rule for anywhere still using a single one. */
.pcard-badges {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
}
.pcard-badges .pcard-badge { position: static; top: auto; left: auto; }
.pcard-badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(13,11,11,0.72); color: var(--teal-bright); font-size: 10px; font-weight: 700;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(0,153,153,0.45);
  letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 11px; border-radius: 2px;
}
.pcard-badge.dark { background: rgba(13,11,11,0.78); color: #F4F1EC; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.pcard-fav {
  position: absolute; top: 12px; right: 12px; z-index: 3; width: 34px; height: 34px; border-radius: 2px;
  background: rgba(13,11,11,0.55); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center; border: 1px solid var(--hairline);
  min-height: 0;
}
body.dv .pcard-fav { right: auto; left: 12px; }
.pcard-fav svg { width: 17px; height: 17px; stroke: #F4F1EC; fill: none; stroke-width: 1.8; transition: var(--trans-fast); }
.pcard-fav.saved svg { fill: #009999; stroke: #009999; }
.pcard-info { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px; z-index: 2; }
.pcard-price { font-family: 'Newsreader', serif; font-style: italic; font-weight: 500; font-size: 23px; color: #F4F1EC; letter-spacing: -0.01em; text-shadow: 0 1px 10px rgba(0,0,0,.45); }
.pcard-price small { font-family: 'Instrument Sans', sans-serif; font-style: normal; font-size: 12px; font-weight: 500; color: rgba(244,241,236,0.75); }
/* The MVR the landlord accepts, under the USD price they set */
.pcard-price-alt { font-size: 16px; color: rgba(244,241,236,0.8); margin-top: -1px; }
.pcard-price-alt small { font-size: 11px; }
.pcard-meta { font-size: 12.5px; color: #F4F1EC; margin-top: 3px; }
.pcard-room { font-size: 12.5px; color: #F4F1EC; opacity: .82; margin-top: 3px; }
.pcard-foot { display: flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 11px; font-weight: 600; color: rgba(244,241,236,0.7); }
.pcard-foot .v { display: inline-flex; align-items: center; gap: 4px; color: var(--teal-bright); letter-spacing: 0.06em; text-transform: uppercase; font-size: 10px; }
.pcard-foot .v svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2.4; }

/* ── ASIDE ── */
/* The aside runs the full height of the rentals grid so both columns end level */
.aside { display: flex; flex-direction: column; gap: 18px; }
.aside > .acard { display: flex; flex-direction: column; flex: 1 1 auto; }
.aside > .acard > .btn:last-child { margin-top: auto; }
.acard { background: var(--surface); border: 1px solid var(--hairline); border-radius: 2px; padding: 24px; position: relative; }
.acard.dark { background: var(--surface); }
.acard h3 { font-family: 'Newsreader', serif; font-weight: 500; font-size: 20px; color: var(--ink); margin-bottom: 16px; }
.acard.dark h3 { color: var(--ink); }

/* Why list — register rows with mono index numbers */
.why-list { display: flex; flex-direction: column; gap: 0; margin-bottom: 18px; counter-reset: why; }
.why-row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--hairline); counter-increment: why; }
.why-row:last-child { border-bottom: none; }
.why-row .ico { width: 30px; height: 30px; border-radius: 2px; background: transparent; border: 1px solid var(--hairline); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-row .ico svg { width: 16px; height: 16px; stroke: var(--bronze); fill: none; stroke-width: 1.8; }
.why-row .lbl { font-size: 14px; font-weight: 500; color: var(--ink); flex: 1; }
.why-row .chk { display: none; }
.why-row::after {
  content: "0" counter(why);
  font-family: var(--font-num);
  font-size: 12px; color: var(--bronze);
  margin-left: auto;
}

/* Roommates card */
.rm-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.rm-pill { background: transparent; border: 1px solid var(--hairline); color: var(--bronze); font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; padding: 5px 10px; border-radius: 2px; }
.rm-body { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.avatars { display: flex; }
.avatars span { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--surface); margin-left: -10px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--ink); }
.avatars span:first-child { margin-left: 0; }
.acard.dark .avatars span { border-color: var(--surface); }

/* ── FULL-WIDTH ROOMMATES BAND ── */
.rmband { margin-top: 56px; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); background: var(--surface); }
.rmband-inner {
  max-width: 1240px; margin: 0 auto;
  padding: clamp(58px, 7vw, 100px) clamp(22px, 5vw, 48px);
  display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center;
}
.rmband h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(28px, 3.6vw, 46px); line-height: 1.08; letter-spacing: -0.015em; color: var(--ink); margin-bottom: 14px; }
.rmband h2 em { font-style: italic; color: var(--accent); }
.rmband p { font-size: 15px; color: var(--muted); line-height: 1.7; max-width: 460px; margin-bottom: 24px; }
.rmband-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.rmband-list { display: flex; flex-direction: column; counter-reset: rmb; }
.rmband-item { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--hairline); counter-increment: rmb; }
.rmband-item:first-child { border-top: 1px solid var(--hairline); }
.rmband-item .t { font-size: 14px; font-weight: 500; color: var(--ink); flex: 1; }
.rmband-item .d { font-size: 13px; color: var(--muted); }
.rmband-item::after {
  content: "0" counter(rmb);
  font-family: var(--font-num);
  font-size: 12px; color: var(--bronze);
  margin-left: auto;
}
@media (max-width: 860px) {
  .rmband { margin-top: 52px; }
  .rmband-inner { grid-template-columns: 1fr; gap: 28px; }
}

/* ── STATS ── */
.stats { padding: 48px 24px 0; }
.stats-bar { max-width: 1240px; margin: 0 auto; background: var(--surface); border: 1px solid var(--hairline); border-radius: 2px; padding: 44px 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stat-cell { text-align: center; position: relative; }
.stat-cell + .stat-cell::before { content:''; position:absolute; left:0; top:14%; height:72%; width:1px; background:var(--hairline); }
body.dv .stat-cell + .stat-cell::before { left:auto; right:0; }
.stat-num { font-family: var(--font-num); font-weight: 500; font-size: clamp(30px,4vw,44px); color: var(--ink); line-height: 1; letter-spacing: -0.02em; }
.stat-label { font-size: 10.5px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--bronze); margin-top: 10px; }

/* ── HOW IT WORKS ── */
.how { padding: 56px 24px 0; }
.how-inner { max-width: 1240px; margin: 0 auto; }
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 24px; }
.how-step { display: flex; gap: 16px; align-items: flex-start; padding: 22px; background: var(--surface); border: 1px solid var(--hairline); border-radius: 2px; }
.how-step .n { font-family: var(--font-num); font-size: 13px; font-weight: 500; color: var(--bronze); border: 1px solid var(--hairline); width: 38px; height: 38px; border-radius: 2px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.how-step h4 { font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.how-step p { font-size: 13.5px; color: var(--muted); }

/* ── CTA ── */
.cta { padding: 56px 24px 0; }
.cta-card { max-width: 1240px; margin: 0 auto; background: var(--surface); border: 1px solid var(--hairline); border-radius: 2px; padding: clamp(40px,6vw,68px); text-align: center; }
.cta-card h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(30px,4.5vw,52px); color: var(--ink); line-height: 1.06; letter-spacing: -0.02em; margin-bottom: 14px; }
.cta-card h2 em { font-style: italic; color: var(--accent); }
.cta-card p { font-size: 16px; color: var(--muted); margin-bottom: 28px; max-width: 460px; margin-left: auto; margin-right: auto; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER (legacy .foot) ── */
.foot { background: var(--surface); margin-top: 80px; padding: 60px 24px 36px; }
.foot-in { max-width: 1240px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid var(--hairline); }
.foot-brand { max-width: 280px; }
.foot-logo { font-family: 'Newsreader', serif; font-weight: 500; letter-spacing: 0.14em; font-size: 20px; color: var(--ink); margin-bottom: 12px; }
.foot-tag { font-size: 13px; color: var(--muted); line-height: 1.7; }
.foot-col h5 { font-size: 10.5px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--bronze); margin-bottom: 14px; }
.foot-col ul { display: flex; flex-direction: column; gap: 10px; }
.foot-col a { font-size: 14px; color: var(--muted); transition: color var(--trans-fast); }
.foot-col a:hover { color: var(--accent); }
.foot-bottom { max-width: 1240px; margin: 22px auto 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.foot-copy { font-size: 12px; color: var(--muted); opacity: 0.7; }
.foot-links { display: flex; gap: 18px; }
.foot-links a { font-size: 12px; color: var(--muted); opacity: 0.7; transition: color var(--trans-fast); }
.foot-links a:hover { color: var(--accent); }

/* ── RESPONSIVE ── */
@media (max-width: 1040px) {
  .grid2 { grid-template-columns: 1fr; }
  .aside { position: static; flex-direction: row; flex-wrap: wrap; }
  .aside > * { flex: 1 1 280px; }
}
@media (max-width: 900px) {
  .hero-card { padding: 56px 28px 50px; }
  .hero-left { padding-bottom: 0; }
  .hero-photo { min-height: 280px; margin-bottom: 24px; }
  .pcards { grid-template-columns: repeat(2, 1fr); }
  .how-steps { grid-template-columns: 1fr; }
  .stats-bar { grid-template-columns: 1fr; gap: 26px; padding: 32px 24px; }
  .stat-cell + .stat-cell::before { display: none; }
  .hero-panel { min-height: 0; margin: 0 0 24px; }
}
@media (max-width: 560px) {
  .hero { padding-top: calc(var(--nav-h-rest) + 2px); }
  .hsearch { flex-direction: column; border-radius: 2px; padding: 10px; }
  .hs-field + .hs-field::before { display: none; }
  .hs-field { padding: 10px 12px; }
  .hs-go { padding: 14px; border-radius: 2px; justify-content: center; }
  .pcards { grid-template-columns: 1fr 1fr; gap: 14px; }
  .foot-in { flex-direction: column; }
}

/* ── Mobile refinements — tightened spacing ── */
@media (max-width:640px){
  .hero { padding: 78px 20px 0; }
  .hero-card{ padding: 44px 22px 40px; gap: 20px; }
  .hero-h1 { font-size: clamp(38px, 11vw, 58px); margin-bottom: 16px; }
  .hero-sub { font-size: 14px; margin-bottom: 24px; }
  .hero-left { padding-bottom: 0; }

  .hero-panel{ padding: 14px; gap: 10px; }
  .hp-head { flex-wrap: wrap; gap: 8px; }
  .hp-chip { font-size: 9.5px; }
  .hp-grid{ grid-template-columns: 1fr 1fr; gap: 8px; }
  .hp-cell{ padding: 12px 14px; }
  .hp-num { font-size: clamp(20px, 6vw, 28px); }
  .hp-lbl { font-size: 11px; }
  .hp-bars { display: none; }

  .hsearch { padding: 10px; }
  .hs-field { padding: 12px 14px; }
  .hs-field select { font-size: 14px; }
  .hs-go { padding: 13px 16px; justify-content: center; font-size: 14px; }

  .hero-trust { gap: 12px; }
  .htrust { font-size: 12px; }

  .pcards{ grid-template-columns: 1fr; }
  .pcard{ aspect-ratio: 4/3; }
  .pcard-price{ font-size:22px; }
  .pcard-meta{ font-size:13px; }

  .grid2{ gap:22px; }
  .section-title{ font-size:22px; }
  .home-main { padding: 44px 20px 0; }

  .acard { padding: 22px; }
  .how { padding: 52px 20px 0; }
  .how-step { padding: 20px; }
  .stats { padding: 48px 20px 0; }

  .cta { padding: 52px 20px 0; }
  .cta-card { padding: 40px 24px; }
}

@media (max-width: 380px) {
  .hero-h1 { font-size: 34px; }
  .hp-grid { grid-template-columns: 1fr 1fr; }
}
