/* MoveOut Shield — landing (two variations via [data-variant]) */
:root {
  --bg: #F5F2EE;
  --paper: #F9F7F4;
  --surface: #F0EDE8;
  --edge: #E7E3DC;
  --edge-strong: #C4B5A5;

  --ink: #1C1917;
  --ink-soft: #292524;
  --muted: #78716C;
  --muted-2: #A8A29E;

  --brand: #1B3A2D;
  --brand-2: #2D6A4F;
  --emerald: #065F46;
  --mint-50: #F0FDF4;
  --mint-100: #ECFDF5;
  --mint-200: #D1FAE5;
  --mint-300: #86EFAC;
  --mint-400: #6EE7B7;
  --mint-600: #059669;

  --f-display: "Fraunces", "DM Serif Display", Georgia, "Times New Roman", serif;
  --f-sans: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --f-mono: "JetBrains Mono", "IBM Plex Mono", ui-monospace, Menlo, monospace;

  --splash: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2400&q=80");
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--ink); overflow-x: hidden; }
body {
  font-family: var(--f-sans);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

/* ---- Variation wrapper ---- */
.variation {
  border-bottom: 16px solid var(--brand);
}
.variation + .variation { margin-top: 0; }
.var-tag {
  position: sticky; top: 0; z-index: 60;
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 22px;
  background: var(--brand); color: var(--mint-50);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
}
.var-tag .pill-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 4px 10px; border: 1px solid var(--mint-300); color: var(--mint-300);
  border-radius: 999px;
}
.var-tag .pill-tag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mint-300); }

/* ---- NAV ---- */
.nav {
  padding: 22px 36px;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 16px;
}
.nav-left, .nav-right { display: flex; gap: 22px; align-items: center; }
.nav-right { justify-content: flex-end; }
.logo {
  font-family: var(--f-display);
  font-size: 22px; font-weight: 500;
  letter-spacing: -0.02em; line-height: 1;
  display: inline-flex; align-items: center; gap: 9px;
}
.logo .shield {
  width: 18px; height: 22px;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 18%, 100% 62%, 50% 100%, 0 62%, 0 18%);
}
.nav a.link { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.85; }
.nav a.link:hover { opacity: 1; }
.nav .pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 14px; border-radius: 999px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
}

/* ===================================================== */
/* VARIATION A: Splash hero (full-bleed apartment photo)  */
/* ===================================================== */
.v-a { background: var(--bg); color: var(--ink); }
.v-a .nav { border-bottom: 1px solid rgba(0,0,0,0.08); background: transparent; color: var(--ink); position: absolute; top: 40px; left: 0; right: 0; z-index: 4; }
.v-a .nav .logo { color: var(--mint-50); text-shadow: 0 1px 3px rgba(0,0,0,0.35); }
.v-a .nav a.link { color: var(--mint-50); text-shadow: 0 1px 2px rgba(0,0,0,0.4); }
.v-a .nav .pill { background: rgba(255,255,255,0.95); color: var(--brand); border: 1px solid rgba(255,255,255,0.95); }
.v-a .nav .pill:hover { background: var(--mint-50); }

.splash {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  isolation: isolate;
}
.splash-img {
  position: absolute; inset: 0;
  background-image: var(--splash);
  background-size: cover;
  background-position: center 40%;
  z-index: 0;
}
.splash-img::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(27, 58, 45, 0.55) 0%, rgba(27, 58, 45, 0.15) 30%, rgba(27, 58, 45, 0.25) 65%, rgba(27, 58, 45, 0.88) 100%),
    linear-gradient(90deg, rgba(27, 58, 45, 0.40) 0%, rgba(27, 58, 45, 0) 60%);
}
.splash-photo-placeholder {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 72% 32%, rgba(255, 230, 200, 0.25) 0%, transparent 40%),
    linear-gradient(180deg, #4a6b5b 0%, #2d4a3c 40%, #1a2f26 100%);
  z-index: -1;
}

.splash-inner {
  position: relative; z-index: 2;
  min-height: 92vh;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 140px 36px 36px;
  color: var(--mint-50);
}
.splash-copy { display: flex; flex-direction: column; gap: 18px; max-width: 1000px; }
.splash-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--mint-300);
}
.splash-eyebrow .bar { width: 32px; height: 1px; background: var(--mint-300); }
.splash h1 {
  font-family: var(--f-display);
  font-size: clamp(64px, 8.8vw, 148px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  font-weight: 400;
  margin: 0;
  text-shadow: 0 2px 24px rgba(0,0,0,0.28);
}
.splash h1 em { font-style: italic; color: var(--mint-300); }
.splash h1 .amp { font-style: italic; color: var(--mint-400); }
.splash-sub {
  font-family: var(--f-sans);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.45;
  max-width: 48ch;
  color: #F0FDF4;
  letter-spacing: -0.005em;
  margin: 8px 0 0;
  text-shadow: 0 1px 8px rgba(0,0,0,0.3);
}
.splash-sub mark { background: rgba(134, 239, 172, 0.35); color: var(--mint-50); padding: 0 6px; }

.splash-cta-row {
  display: flex; align-items: center; gap: 14px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 26px;
  background: var(--mint-50); color: var(--brand);
  border: 1px solid var(--mint-50);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  border-radius: 999px;
  transition: transform 140ms ease, background 140ms ease, color 140ms ease;
  font-weight: 500;
}
.btn:hover { transform: translateY(-1px); background: var(--mint-200); }
.btn.ghost { background: transparent; color: var(--mint-50); border-color: rgba(240,253,244,0.5); }
.btn.ghost:hover { background: rgba(240,253,244,0.12); border-color: var(--mint-50); }
.btn.dark { background: var(--brand); color: var(--mint-50); border-color: var(--brand); }
.btn.dark:hover { background: var(--brand-2); border-color: var(--brand-2); }
.btn .arrow { font-family: var(--f-display); font-size: 18px; line-height: 1; }

.splash-foot {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: 28px;
  margin-top: 40px;
  border-top: 1px solid rgba(240,253,244,0.2);
}
.splash-foot .col { display: flex; flex-direction: column; gap: 6px; }
.splash-foot .n {
  font-family: var(--f-display);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--mint-50);
}
.splash-foot .n em { font-style: italic; color: var(--mint-300); }
.splash-foot .l {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--mint-300);
  line-height: 1.5;
}

/* ---- SECTION HEADS (shared) ---- */
.section-head {
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: end; gap: 24px;
  padding: 72px 36px 28px;
  border-bottom: 1px solid var(--edge-strong);
}
.v-b .section-head { border-bottom: 1px solid var(--brand); }
.section-head .no { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); padding-bottom: 8px; }
.section-head h2 {
  font-family: var(--f-display); font-size: clamp(44px, 5.8vw, 88px); line-height: 0.98; letter-spacing: -0.035em;
  margin: 0; color: var(--brand); font-weight: 400;
}
.section-head h2 em { font-style: italic; color: var(--brand-2); }
.section-head .aside { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; text-align: right; color: var(--muted); padding-bottom: 10px; max-width: 26ch; line-height: 1.6; }

/* ---- STEPS ---- */
.steps { padding: 12px 36px 40px; background: var(--bg); }
.step {
  display: grid;
  grid-template-columns: 140px 1.2fr 1fr;
  gap: 48px;
  padding: 36px 0;
  border-bottom: 1px solid var(--edge-strong);
  align-items: start;
}
.step:last-child { border-bottom: 0; }
.step .n {
  font-family: var(--f-display); font-size: 84px; line-height: 1;
  color: var(--mint-400);
  letter-spacing: -0.04em; font-style: italic;
}
.step h3 {
  font-family: var(--f-display); font-size: clamp(32px, 3.4vw, 54px); line-height: 1.02; letter-spacing: -0.025em;
  margin: 0; color: var(--brand); font-weight: 400;
}
.step p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--ink-soft); max-width: 46ch; }
.step:hover .n { color: var(--brand-2); }

/* ---- DEMO (room-by-room walkthrough) ---- */
.demo {
  background: var(--brand);
  color: var(--mint-50);
  border-top: 1px solid var(--brand);
}
.demo-head {
  display: grid; grid-template-columns: auto 1fr auto; gap: 24px;
  padding: 72px 36px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  align-items: end;
}
.demo-head .no { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mint-300); padding-bottom: 8px; }
.demo-head h2 { font-family: var(--f-display); font-size: clamp(44px, 5.8vw, 88px); line-height: 0.98; letter-spacing: -0.035em; margin: 0; color: var(--mint-50); font-weight: 400; }
.demo-head h2 em { font-style: italic; color: var(--mint-300); }
.demo-head .aside { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-300); text-align: right; padding-bottom: 10px; max-width: 26ch; line-height: 1.6; }

.demo-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.demo-side { padding: 40px 32px; border-right: 1px solid rgba(255,255,255,0.12); display: flex; flex-direction: column; gap: 18px; }
.demo-side:last-child { border-right: 0; }
.demo-label {
  display: inline-flex; align-items: center; gap: 10px; align-self: flex-start;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
}
.demo-label .box { width: 12px; height: 12px; display: inline-block; border-radius: 2px; }
.demo-label.in .box { background: #93C5FD; }
.demo-label.out .box { background: var(--mint-300); }
.demo-photo {
  aspect-ratio: 4/3;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #d9d2c3 0%, #a69a84 60%, #7a6f5e 100%);
  border: 1px solid rgba(255,255,255,0.15);
}
.demo-photo::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 40%, rgba(255,245,220,0.2) 0%, transparent 45%),
    repeating-linear-gradient(45deg, rgba(27,58,45,0.1) 0 12px, transparent 12px 24px);
}
.demo-photo .stamp {
  position: absolute; left: 14px; bottom: 14px; z-index: 2;
  background: rgba(0,0,0,0.75); color: var(--mint-50);
  padding: 7px 11px; border-radius: 5px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
}
.demo-photo .stamp em { color: var(--mint-300); font-style: normal; }
.demo-photo .mark {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  padding: 6px 12px; border-radius: 4px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
}
.demo-photo .mark.in { background: #1E40AF; color: white; }
.demo-photo .mark.out { background: var(--mint-300); color: var(--brand); }
.demo-caption { display: flex; flex-direction: column; gap: 6px; }
.demo-caption .room { font-family: var(--f-display); font-size: 34px; line-height: 1; letter-spacing: -0.025em; font-weight: 400; }
.demo-caption .meta { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-300); }

.demo-verdict {
  padding: 30px 36px;
  background: var(--brand-2);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 24px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.demo-verdict .v-title { font-family: var(--f-display); font-size: clamp(22px, 2.4vw, 32px); letter-spacing: -0.02em; line-height: 1.1; color: var(--mint-50); font-weight: 400; }
.demo-verdict .v-title em { font-style: italic; color: var(--mint-300); }
.demo-verdict .v-cta { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; border: 1px solid var(--mint-300); border-radius: 999px; color: var(--mint-300); font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.demo-verdict .v-cta:hover { background: var(--mint-300); color: var(--brand); }

.rooms {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: var(--brand);
  border-top: 1px solid rgba(255,255,255,0.12);
}
.room {
  padding: 24px 18px;
  border-right: 1px solid rgba(255,255,255,0.1);
  display: flex; flex-direction: column; gap: 14px; justify-content: space-between;
  min-height: 160px;
}
.room:last-child { border-right: 0; }
.room .top { display: flex; justify-content: space-between; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mint-300); }
.room .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mint-400); display: inline-block; margin-right: 6px; }
.room .dot.warn { background: #FDE68A; }
.room .name { font-family: var(--f-display); font-size: 28px; line-height: 1; letter-spacing: -0.02em; color: var(--mint-50); font-weight: 400; }
.room .meta { font-family: var(--f-mono); font-size: 10px; color: var(--mint-200); display: flex; flex-direction: column; gap: 3px; }

/* ---- TESTIMONIALS ---- */
.quotes {
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: var(--bg);
  border-top: 1px solid var(--brand);
}
.quote { padding: 44px 30px; border-right: 1px solid var(--edge-strong); display: flex; flex-direction: column; gap: 22px; }
.quote:last-child { border-right: 0; }
.quote .mark { font-family: var(--f-display); font-size: 68px; color: var(--mint-400); line-height: 0.3; font-style: italic; }
.quote .text { font-family: var(--f-display); font-size: clamp(19px, 1.6vw, 23px); line-height: 1.38; letter-spacing: -0.015em; color: var(--ink); font-weight: 400; }
.quote .amt {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 6px 10px; border: 1px solid var(--mint-600); color: var(--mint-600);
  border-radius: 999px; align-self: flex-start; background: var(--mint-100);
}
.quote .who { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); border-top: 1px solid var(--edge-strong); padding-top: 16px; display: flex; justify-content: space-between; }
.quote .who b { color: var(--brand); font-weight: 500; }

/* ---- CTA BANNER ---- */
.cta-band {
  background: var(--mint-200);
  color: var(--brand);
  padding: 56px 36px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: end;
}
.cta-band h3 { font-family: var(--f-display); font-size: clamp(52px, 7.2vw, 120px); line-height: 0.96; letter-spacing: -0.035em; margin: 0; font-weight: 400; }
.cta-band h3 em { font-style: italic; color: var(--mint-600); }
.cta-form { display: flex; flex-direction: column; gap: 10px; }
.cta-form label { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand-2); }
.cta-form input {
  background: transparent; border: 0; border-bottom: 2px solid var(--brand);
  padding: 12px 0; font-family: var(--f-display); font-size: clamp(22px, 2.2vw, 32px); color: var(--brand); letter-spacing: -0.015em;
  width: 100%;
}
.cta-form input:focus { outline: none; border-bottom-color: var(--mint-600); }
.cta-form input::placeholder { color: rgba(27,58,45,0.35); }
.cta-form .btn { align-self: flex-start; background: var(--brand); color: var(--mint-50); border-color: var(--brand); margin-top: 6px; }
.cta-form .btn:hover { background: var(--brand-2); }
.cta-form .success { font-family: var(--f-display); font-size: 28px; letter-spacing: -0.01em; color: var(--mint-600); font-style: italic; }

/* ---- FOOTER ---- */
footer {
  padding: 48px 36px 28px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px;
  background: var(--brand);
  color: var(--mint-50);
}
footer .logo { font-family: var(--f-display); font-size: 42px; line-height: 1; color: var(--mint-50); }
footer .logo .shield { background: var(--mint-300); width: 26px; height: 32px; }
footer .tagline { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-300); margin-top: 12px; max-width: 34ch; line-height: 1.6; }
footer h5 { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 14px; color: var(--mint-300); }
footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
footer a { font-size: 14px; letter-spacing: -0.005em; color: var(--mint-50); }
footer a:hover { color: var(--mint-300); }
.colophon {
  grid-column: 1/-1;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 18px; margin-top: 14px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--mint-300);
}

/* ===================================================== */
/* VARIATION B: Editorial document hero (split layout)    */
/* ===================================================== */
.v-b { background: var(--paper); }
.v-b .nav { background: var(--bg); color: var(--brand); border-bottom: 1px solid var(--brand); position: sticky; top: 0; }
.v-b .nav .logo { color: var(--brand); }
.v-b .nav a.link { color: var(--ink-soft); }
.v-b .nav a.link:hover { color: var(--brand); }
.v-b .nav .pill { background: var(--brand); color: var(--mint-50); border: 1px solid var(--brand); }
.v-b .nav .pill:hover { background: var(--brand-2); border-color: var(--brand-2); }

.editorial-hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  min-height: 88vh;
  border-bottom: 1px solid var(--brand);
}
.eh-copy {
  padding: 52px 40px 40px;
  display: flex; flex-direction: column; justify-content: space-between;
  gap: 36px;
  border-right: 1px solid var(--brand);
  background: var(--bg);
}
.eh-top {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--brand);
}
.eh-top .col span { display: block; color: var(--muted); margin-bottom: 4px; }
.eh-top .col b { font-weight: 500; color: var(--brand); }
.eh-top .col .dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--mint-600); margin-right: 6px; animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }

.eh-title {
  font-family: var(--f-display);
  font-size: clamp(70px, 10vw, 172px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  margin: 0;
  color: var(--brand);
  font-weight: 400;
}
.eh-title em { font-style: italic; color: var(--brand-2); }
.eh-title .amp { font-style: italic; color: var(--mint-600); }

.eh-sub {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--brand);
  align-items: end;
}
.eh-sub p {
  font-size: 17px; line-height: 1.55; margin: 0; max-width: 46ch; color: var(--ink-soft);
  letter-spacing: -0.005em;
}
.eh-sub p mark { background: var(--mint-200); color: var(--brand); padding: 0 5px; font-weight: 500; }
.eh-ctas { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }

.eh-photo {
  position: relative;
  overflow: hidden;
  background-image: var(--splash);
  background-size: cover;
  background-position: center 45%;
}
.eh-photo::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(160deg, rgba(27,58,45,0.08) 0%, rgba(27,58,45,0.35) 100%);
}
.eh-photo-fallback {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 68% 28%, rgba(255, 230, 200, 0.35) 0%, transparent 40%),
    linear-gradient(175deg, #5e7a6a 0%, #3a5447 50%, #1f3329 100%);
  z-index: -1;
}
.eh-photo-meta {
  position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 2;
  display: flex; justify-content: space-between; align-items: flex-end;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--mint-50);
}
.eh-photo-meta .caption {
  background: rgba(27,58,45,0.85); padding: 10px 14px; border-radius: 4px;
  max-width: 56%; line-height: 1.5;
  backdrop-filter: blur(4px);
}
.eh-photo-meta .caption em { color: var(--mint-300); font-style: normal; }
.eh-photo-meta .badge {
  background: var(--mint-300); color: var(--brand); padding: 8px 12px; border-radius: 4px;
  font-weight: 500;
}
.eh-photo-tag {
  position: absolute; top: 22px; left: 22px; z-index: 2;
  background: var(--mint-50); color: var(--brand);
  padding: 7px 12px; border-radius: 4px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 500;
}

/* ---- TWEAKS ---- */
.tweaks {
  position: fixed; right: 16px; bottom: 16px; z-index: 200;
  width: 280px;
  background: var(--bg); color: var(--ink);
  border: 1px solid var(--brand);
  font-family: var(--f-mono);
  display: none;
  box-shadow: 0 12px 32px -10px rgba(27, 58, 45, 0.35);
  border-radius: 10px;
  overflow: hidden;
}
.tweaks.open { display: block; }
.tweaks header { padding: 11px 14px; border-bottom: 1px solid var(--brand); display: flex; justify-content: space-between; align-items: center; background: var(--brand); color: var(--mint-50); }
.tweaks header strong { font-family: var(--f-display); font-size: 17px; letter-spacing: -0.01em; font-weight: 500; }
.tweaks header button { color: var(--mint-50); font-family: var(--f-mono); font-size: 10px; }
.tweak-row { padding: 12px 14px; border-bottom: 1px solid var(--edge); }
.tweak-row:last-child { border-bottom: 0; }
.tweak-row label { display: block; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.swatches { display: flex; gap: 6px; flex-wrap: wrap; }
.swatch { width: 28px; height: 28px; border: 1px solid var(--brand); cursor: pointer; border-radius: 5px; }
.swatch.active { outline: 2px solid var(--brand); outline-offset: 2px; }
.opt-row { display: flex; gap: 4px; flex-wrap: wrap; }
.opt-row button {
  padding: 6px 10px; border: 1px solid var(--brand); border-radius: 5px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brand);
}
.opt-row button.active { background: var(--brand); color: var(--mint-50); }

/* ---- Theme: Cream (default) / Paper-white / Forest ---- */
body[data-theme="paper"] { --bg: #FAF8F3; --paper: #FFFFFF; --surface: #F5F2EB; --edge: #E8E1D1; --edge-strong: #CFC2AD; }
body[data-theme="forest"] { --bg: #0F2620; --paper: #143328; --surface: #1A3D30; --edge: #234F3F; --edge-strong: #2E6149; --ink: #F0FDF4; --ink-soft: #D1FAE5; --muted: #86EFAC; --muted-2: #6EE7B7; --brand: #6EE7B7; --brand-2: #86EFAC; --emerald: #D1FAE5; }
body[data-theme="forest"] .v-a, body[data-theme="forest"] .v-b { background: var(--bg); }
body[data-theme="forest"] .section-head h2,
body[data-theme="forest"] .step h3,
body[data-theme="forest"] .eh-title,
body[data-theme="forest"] .cta-band h3,
body[data-theme="forest"] .quote .text { color: var(--mint-50); }
body[data-theme="forest"] .section-head h2 em,
body[data-theme="forest"] .step h3 em,
body[data-theme="forest"] .eh-title em { color: var(--mint-300); }
body[data-theme="forest"] .step .n { color: var(--mint-300); }
body[data-theme="forest"] .section-head .no,
body[data-theme="forest"] .section-head .aside,
body[data-theme="forest"] .step p { color: var(--mint-200); }
body[data-theme="forest"] .v-b .nav { background: var(--bg); color: var(--mint-50); border-color: var(--mint-400); }
body[data-theme="forest"] .v-b .nav .logo { color: var(--mint-50); }
body[data-theme="forest"] .v-b .nav a.link { color: var(--mint-200); }
body[data-theme="forest"] .v-b .nav .pill { background: var(--mint-300); color: #0F2620; border-color: var(--mint-300); }
body[data-theme="forest"] .quote { background: var(--paper); }
body[data-theme="forest"] .quote .who b { color: var(--mint-300); }
body[data-theme="forest"] .quote .who { color: var(--mint-200); border-color: var(--mint-400); }
body[data-theme="forest"] .quotes { background: var(--bg); }
body[data-theme="forest"] .steps { background: var(--bg); }
body[data-theme="forest"] .cta-band { background: var(--paper); }
body[data-theme="forest"] .cta-band h3 em { color: var(--mint-300); }
body[data-theme="forest"] .cta-form label { color: var(--mint-300); }
body[data-theme="forest"] .cta-form input { color: var(--mint-50); border-bottom-color: var(--mint-400); }
body[data-theme="forest"] .editorial-hero .eh-copy { background: var(--paper); border-right-color: var(--mint-400); }
body[data-theme="forest"] .editorial-hero { border-color: var(--mint-400); }
body[data-theme="forest"] .eh-top, body[data-theme="forest"] .eh-sub { border-color: var(--mint-400); }
body[data-theme="forest"] .eh-top .col b { color: var(--mint-300); }
body[data-theme="forest"] .eh-sub p { color: var(--mint-200); }

/* ---- Responsive ---- */
@media (max-width: 980px) {
  .splash-foot { grid-template-columns: repeat(2, 1fr); }
  .rooms { grid-template-columns: repeat(3, 1fr); }
  .quotes { grid-template-columns: 1fr; }
  .quote { border-right: 0; border-bottom: 1px solid var(--edge-strong); }
}
@media (max-width: 820px) {
  .nav { grid-template-columns: 1fr auto; padding: 18px 22px; }
  .nav-left { display: none; }
  .splash-inner, .section-head, .demo-head, .demo-verdict, .cta-band, .steps { padding-left: 20px; padding-right: 20px; }
  .editorial-hero { grid-template-columns: 1fr; }
  .eh-copy { border-right: 0; border-bottom: 1px solid var(--brand); }
  .eh-photo { min-height: 50vh; }
  .eh-sub, .demo-pair, .cta-band { grid-template-columns: 1fr; gap: 24px; }
  .step { grid-template-columns: 70px 1fr; }
  .step p { grid-column: 1/-1; }
  footer { grid-template-columns: 1fr 1fr; }
  .demo-verdict { flex-direction: column; align-items: flex-start; }
}

/* ---- Mobile breakpoint (phones) ---- */
@media (max-width: 600px) {
  /* Nav: drop the left link cluster, keep logo + Get the app */
  .nav { padding: 14px 16px; gap: 10px; }
  .nav-left { display: none; }
  .nav-right .link { display: none; } /* hide "Log in" to save space */
  .logo { font-size: 17px; }
  .pill { padding: 10px 14px; font-size: 10px; }

  /* Splash hero */
  .splash { min-height: auto; }
  .splash-inner {
    min-height: auto;
    padding: 96px 20px 40px;
    gap: 32px;
  }
  .splash-copy { gap: 14px; }
  .splash h1 {
    font-size: clamp(40px, 11vw, 56px);
    line-height: 1.02;
  }
  .splash-sub { font-size: 15px; line-height: 1.5; }

  /* CTA button: go full-width so thumbs can tap easily */
  .splash-cta-row { flex-direction: column; align-items: stretch; gap: 10px; }
  .splash-cta-row .btn { justify-content: center; padding: 14px 22px; }

  /* Stats row: stack 2x2 instead of 4-across */
  .splash-foot {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    padding-top: 22px;
    margin-top: 28px;
  }
  .splash-foot .n { font-size: 28px; }
  .splash-foot .l { font-size: 10px; }

  /* Section heads: stack the aside below the heading */
  .section-head {
    grid-template-columns: 1fr;
    padding: 48px 20px 24px;
    gap: 12px;
  }
  .section-head h2 { font-size: clamp(36px, 9vw, 48px); }
  .section-head .aside { text-align: left; max-width: 100%; padding-bottom: 0; }

  /* Steps: stack numeric and text */
  .steps { padding: 0 20px 48px; gap: 20px; }
  .step { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
  .step .n { font-size: 52px; }
  .step h3 { font-size: clamp(26px, 7vw, 34px); grid-column: auto; }
  .step p { grid-column: auto; font-size: 15px; }

  /* Demo / evidence */
  .demo { padding: 56px 20px; }
  .demo-head { grid-template-columns: 1fr; gap: 12px; padding: 0 0 24px; }
  .demo-head h2 { font-size: clamp(36px, 9vw, 48px); }
  .demo-head .aside { text-align: left; max-width: 100%; }
  .demo-pair { grid-template-columns: 1fr; gap: 20px; }
  .demo-photo { min-height: 220px; }
  .demo-caption .room { font-size: 22px; }
  .demo-verdict { flex-direction: column; align-items: flex-start; gap: 14px; padding: 20px; }
  .demo-verdict .v-title { font-size: 20px; }
  .rooms { grid-template-columns: 1fr; gap: 12px; }

  /* Quotes */
  .quotes { grid-template-columns: 1fr; padding: 0 20px; }
  .quote { border-right: 0; border-bottom: 1px solid var(--edge-strong); padding: 24px 0; }

  /* CTA band */
  .cta-band { padding: 56px 20px; text-align: center; }
  .cta-band h3 { font-size: clamp(32px, 9vw, 44px); }
  .cta-band .cta-form { justify-content: center; display: flex; }
  .cta-band .cta-form .btn { width: 100%; max-width: 320px; justify-content: center; }

  /* Footer */
  footer { grid-template-columns: 1fr; padding: 40px 20px; gap: 24px; }
  footer .colophon { flex-direction: column; align-items: flex-start; gap: 6px; }
}
