/* =========================================================================
   mysta — Pass 2 wireframe styles
   Throwaway. Replaced by Tailwind theme tokens in Phase 1 (Next.js scaffold).
   ========================================================================= */

:root {
  /* Palette — sampled from logo (cream + champagne gold) */
  --bg:           #F7F2EA;   /* warm cream, page background */
  --bg-elevated:  #FBF7F0;   /* lighter cream, cards/devices */
  --bg-footer:    #ECE4D5;   /* slightly darker cream for footer */
  --bg-overlay:   rgba(247, 242, 234, 0.85);

  --ink:          #1A1814;   /* warm near-black, primary text */
  --ink-soft:     #4A4138;   /* warm dark gray */
  --ink-muted:    #6B5F52;   /* warm medium gray */
  --ink-subtle:   #9C8E7E;   /* warm light gray */

  --gold:         #B8954E;   /* champagne, primary accent (slightly deeper than logo for contrast) */
  --gold-bright:  #C9A961;   /* logo champagne for highlights */
  --gold-deep:    #8E6F3A;   /* deep champagne for hover/active */
  --gold-tint:    #F1E6CC;   /* gold @ low opacity, for soft fills */

  --line:         #E5DDD0;   /* warm sand, dividers */
  --line-strong:  #D4C5B0;   /* heavier dividers */

  --shadow-sm:    0 1px 2px rgba(26, 24, 20, 0.04);
  --shadow-md:    0 8px 24px rgba(26, 24, 20, 0.06);
  --shadow-lg:    0 24px 60px rgba(26, 24, 20, 0.10);
  --shadow-gold:  0 8px 24px rgba(184, 149, 78, 0.18);

  /* Display: Instrument Serif. Body: Instrument Sans (same family — lighter than Manrope).
     Wordmark only: Fraunces (logo fidelity). */
  --serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  --sans:  'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

  --container: 1180px;
  --container-narrow: 880px;
}

/* =========================================================================
   RESET + BASE
   ========================================================================= */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
}

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

::selection { background: var(--gold-tint); color: var(--ink); }

/* =========================================================================
   TYPOGRAPHY
   ========================================================================= */

.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 450;
}

.display-xl,
.display-lg,
.display-md,
.display-sm {
  font-family: var(--serif);
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-weight: 400;
  margin: 0;
}

.display-xl { font-size: clamp(48px, 8vw, 96px); }    /* hero */
.display-lg { font-size: clamp(40px, 6vw, 72px); }    /* brand narrative, big section labels */
.display-md { font-size: clamp(32px, 4.5vw, 56px); }  /* feature section labels */
.display-sm { font-size: clamp(24px, 3vw, 36px); }    /* sub-headlines */

.tagline {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.3;
  color: var(--ink-soft);
  font-weight: 400;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
  margin: 0;
}

.body-lg {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 56ch;
}

.muted   { color: var(--ink-muted); }
.subtle  { color: var(--ink-subtle); }

/* =========================================================================
   LAYOUT
   ========================================================================= */

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.container-narrow {
  width: 100%;
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 96px 0;
}

.section-lg {
  padding: 140px 0;
}

@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .section-lg { padding: 88px 0; }
}

.divider {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
}

/* =========================================================================
   GLOBAL NAV
   ========================================================================= */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg-overlay);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 200ms ease, background 200ms ease;
}

.nav.is-scrolled {
  border-bottom-color: var(--line);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  line-height: 1;
}

.brand-wordmark {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 28px;
  font-weight: 560;
  font-style: normal;
  letter-spacing: 0.01em;
  color: var(--ink);
  text-transform: lowercase;
  line-height: 1;
  padding-bottom: 2px;
  /* Match the official wordmark: heavier weight + display optical size for
     chunky serifs. WONK 1 + SOFT 0 give the clean, restrained italic "my"
     (no swash entry on the "m", near-straight "y" descender) of the asset. */
  font-variation-settings: 'opsz' 144, 'SOFT' 0, 'WONK' 1;
}

.brand-tagline {
  font-family: var(--sans);
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: #6B5D52;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .nav-inner { height: 80px; }
  .brand-mark { width: 60px; height: 60px; }
  .brand-wordmark { font-size: 22px; letter-spacing: 0.035em; }
  .brand-tagline { font-size: 7.5px; letter-spacing: 0.18em; }
}

/* =========================================================================
   LOCAL SUB-NAV (sticky on scroll past hero)
   ========================================================================= */

.subnav {
  position: sticky;
  top: 96px;
  z-index: 40;
  background: var(--bg-overlay);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 240ms ease, transform 240ms ease;
}

.subnav.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.subnav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  height: 56px;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.subnav a {
  color: var(--ink-muted);
  transition: color 160ms ease;
  position: relative;
  padding: 4px 0;
}

.subnav a:hover { color: var(--ink); }
.subnav .sep { color: var(--ink-subtle); user-select: none; }

@media (max-width: 768px) {
  .subnav { top: 80px; }
  .subnav-inner { gap: 18px; height: 48px; font-size: 13px; }
  .subnav .sep { display: none; }
}

/* =========================================================================
   BUTTONS
   ========================================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.005em;
  border: 1px solid transparent;
  background: transparent;
  color: var(--ink);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  white-space: nowrap;
  text-decoration: none;
}

.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: var(--ink);
  color: var(--bg);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover {
  background: #2A241D;
  box-shadow: var(--shadow-md);
}

.btn-gold {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #fff;
  box-shadow: var(--shadow-gold);
}
.btn-gold:hover {
  background: linear-gradient(180deg, var(--gold), var(--gold-deep));
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-ghost:hover {
  background: rgba(26, 24, 20, 0.04);
  border-color: var(--ink-muted);
}

.btn-link {
  height: auto;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 500;
  border-radius: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
}
.btn-link:hover {
  border-bottom-color: var(--ink);
  transform: none;
}

.btn-icon {
  width: 48px;
  padding: 0;
}

.btn-sm {
  height: 40px;
  padding: 0 18px;
  font-size: 14px;
}

/* =========================================================================
   EMAIL FORM (used in hero, Style DNA, demo, closing CTA)
   ========================================================================= */

.email-form {
  display: flex;
  align-items: stretch;
  gap: 8px;
  max-width: 480px;
}

.email-form .input-wrap {
  flex: 1;
  position: relative;
}

.email-form input[type="email"] {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  font-family: var(--sans);
  font-size: 16px;
  background: var(--bg-elevated);
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.email-form input[type="email"]:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 149, 78, 0.15);
}

.email-form .btn-submit {
  height: 56px;
  padding: 0 26px;
  background: var(--ink);
  color: var(--bg);
  border: 0;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}
.email-form .btn-submit:hover {
  background: #2A241D;
  transform: translateY(-1px);
}

.email-microcopy {
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--ink-subtle);
  max-width: 480px;
}

.email-back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  background: transparent;
  border: 0;
  color: var(--ink-muted);
  font-size: 13px;
  cursor: pointer;
  padding: 4px 0;
  font-family: var(--sans);
}
.email-back:hover { color: var(--ink); }

@media (max-width: 480px) {
  .email-form {
    flex-direction: column;
    gap: 10px;
  }
  .email-form input[type="email"],
  .email-form .btn-submit {
    width: 100%;
  }
}

/* CTA expand pattern: hero default state vs expanded state */
.cta-stack[data-state="default"] .expanded { display: none; }
.cta-stack[data-state="expanded"] .default { display: none; }

.cta-stack[data-state="success"] .default,
.cta-stack[data-state="success"] .expanded { display: none; }
.cta-stack[data-state="success"] .success { display: flex; }
.cta-stack .success { display: none; }

.success-msg {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--ink);
}
.success-msg .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-style: normal;
  font-size: 14px;
}

/* =========================================================================
   HERO
   ========================================================================= */

.hero {
  padding: 80px 0 0;
  text-align: center;
  position: relative;
}

.hero-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero h1 { margin: 24px 0 24px; }
.hero .tagline { margin: 0 auto 40px; max-width: 640px; }

.hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hero .email-form,
.hero .email-microcopy {
  margin-left: auto;
  margin-right: auto;
}

.hero .email-back {
  display: block;
  margin: 12px auto 0;
}

.hero-image-wrap {
  margin-top: 64px;
  padding: 0 24px;
}

.hero-image {
  max-width: 1100px;
  margin: 0 auto;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(60% 50% at 50% 50%, var(--bg-elevated) 0%, var(--bg) 100%),
    var(--bg-elevated);
  border-radius: 32px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-image::after {
  content: 'phone hero — outfit of the day on avatar (placeholder)';
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: var(--ink-subtle);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .hero { padding: 48px 0 0; }
  .hero-image-wrap { margin-top: 40px; padding: 0 16px; }
  .hero-image { border-radius: 24px; aspect-ratio: 4 / 5; }
}

/* =========================================================================
   PHONE / DEVICE MOCKUPS
   ========================================================================= */

.device-phone {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  aspect-ratio: 9 / 19.5;
  background: linear-gradient(160deg, #2A241D, #1A1814);
  border-radius: 44px;
  padding: 8px;
  box-shadow: var(--shadow-lg), inset 0 0 0 1px rgba(184, 149, 78, 0.15);
  position: relative;
}

.device-phone .screen {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background: var(--bg-elevated);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  font-size: 12px;
  color: var(--ink-subtle);
  letter-spacing: 0.04em;
  position: relative;
  overflow: hidden;
}

.device-phone .screen.screen-shot {
  padding: 0;
  display: block;
  background: #1A1814;
}

.device-phone .screen.screen-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.device-phone .notch {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 28px;
  background: #1A1814;
  border-radius: 999px;
  z-index: 2;
}

/* =========================================================================
   BRAND NARRATIVE
   ========================================================================= */

.narrative {
  text-align: left;
  padding: 160px 0;
}

.narrative-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.narrative .display-lg {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 32px;
}

.narrative .display-lg + .display-lg {
  color: var(--ink-muted);
  font-size: clamp(24px, 3.2vw, 38px);
  line-height: 1.22;
  max-width: 820px;
}

.narrative .closer {
  font-style: italic;
  color: var(--ink-soft);
  font-size: clamp(24px, 3vw, 36px);
  margin-top: 32px;
}

@media (max-width: 768px) {
  .narrative { padding: 88px 0; }
}

/* =========================================================================
   SEE IT — INTERACTIVE DEMO
   ========================================================================= */

.see-it {
  text-align: center;
}

.see-it h2 { margin-bottom: 16px; }

.see-it .lede {
  font-family: var(--sans);
  font-size: clamp(22px, 2.6vw, 30px);
  color: var(--ink);
  font-weight: 400;
  margin: 0 auto 8px;
  max-width: 560px;
  line-height: 1.3;
}

.see-it .sublede {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink-muted);
  margin: 0 auto 56px;
}

.swipe-stack {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  aspect-ratio: 3 / 4;
}

.swipe-card {
  position: absolute;
  inset: 0;
  background: var(--bg-elevated);
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
}

.swipe-card::before {
  content: 'look card placeholder';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--ink-subtle);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background:
    radial-gradient(40% 40% at 30% 30%, var(--gold-tint), transparent 70%),
    radial-gradient(60% 60% at 70% 70%, rgba(184, 149, 78, 0.10), transparent 60%),
    var(--bg-elevated);
}

.swipe-card.behind-1 {
  transform: translateY(12px) scale(0.97);
  z-index: 1;
  opacity: 0.6;
}
.swipe-card.behind-2 {
  transform: translateY(24px) scale(0.94);
  z-index: 0;
  opacity: 0.3;
}
.swipe-card.front {
  z-index: 2;
}

.swipe-controls {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.swipe-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--bg-elevated);
  font-size: 14px;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all 160ms ease;
}
.swipe-pill:hover { border-color: var(--ink-muted); }
.swipe-pill.love { color: var(--gold-deep); border-color: var(--gold); }

.see-it-result {
  display: none;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.see-it[data-state="result"] .swipe-stack,
.see-it[data-state="result"] .swipe-controls,
.see-it[data-state="result"] .lede,
.see-it[data-state="result"] .sublede { display: none; }
.see-it[data-state="result"] .see-it-result { display: block; }

.see-it-result h3 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 400;
}

.see-it-result p {
  color: var(--ink-muted);
  margin: 0 0 32px;
}

.see-it-result .email-form {
  margin: 0 auto;
}

.demo-skip {
  margin-top: 24px;
  font-size: 12px;
  color: var(--ink-subtle);
  letter-spacing: 0.04em;
}

/* =========================================================================
   CAPABILITY SECTIONS (Style DNA, Daily Look, PairUp)
   ========================================================================= */

.cap {
  padding: 140px 0;
}

.cap-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.cap-label {
  font-family: var(--serif);
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 24px;
  font-variation-settings: 'opsz' 144, 'SOFT' 30;
}

.cap-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.3;
  font-weight: 400;
  color: var(--ink-soft);
  margin: 0 0 24px;
  max-width: 720px;
}

.cap-body {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0 0 32px;
  max-width: 640px;
}

.cap-cta { margin-bottom: 56px; }

.cap-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(50% 60% at 50% 50%, var(--bg-elevated), var(--bg) 80%),
    var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.cap-video .play-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(26, 24, 20, 0.85);
  color: var(--bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  padding-left: 4px;
  backdrop-filter: blur(8px);
}

.cap-video .placeholder-caption {
  font-size: 13px;
  color: var(--ink-muted);
  text-align: center;
  max-width: 540px;
  padding: 0 24px;
  letter-spacing: 0.01em;
}

.cap-video .placeholder-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--ink-subtle);
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--bg);
}

@media (max-width: 768px) {
  .cap { padding: 88px 0; }
  .cap-cta { margin-bottom: 40px; }
  .cap-video { border-radius: 20px; aspect-ratio: 4 / 5; }
}

/* =========================================================================
   MORE INSIDE THE APP
   ========================================================================= */

.more {
  text-align: center;
}

.more h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 500;
  margin: 0 0 56px;
}

.more-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .more-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.more-card {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: left;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  display: block;
}

.more-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: var(--shadow-md);
}

.more-card .icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--gold-tint);
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 18px;
}

.more-card .label {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 6px;
}

.more-card .desc {
  font-size: 14px;
  color: var(--ink-muted);
  line-height: 1.5;
  margin: 0;
}

.more .tail-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: var(--ink-muted);
  border-bottom: 1px solid transparent;
  transition: color 160ms ease, border-color 160ms ease;
  padding-bottom: 2px;
}

.more .tail-link:hover {
  color: var(--ink);
  border-color: var(--ink);
}

/* =========================================================================
   CLOSING CTA
   ========================================================================= */

.closing {
  text-align: center;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-footer) 100%);
}

.closing h2 {
  font-family: var(--serif);
  font-size: clamp(40px, 6vw, 72px);
  margin: 0 0 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.closing p.body-lg {
  margin: 0 auto 40px;
  max-width: 560px;
}

.closing .email-form { margin: 0 auto; }
.closing .email-microcopy { margin-left: auto; margin-right: auto; text-align: center; }

/* =========================================================================
   FOOTER
   ========================================================================= */

.footer {
  background: var(--bg-footer);
  border-top: 1px solid var(--line);
  padding: 64px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-grid .footer-brand-col {
    grid-column: 1 / -1;
  }
}

.footer-brand-col p {
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.5;
}

.footer-parent {
  margin: 10px 0 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-subtle);
}

.footer-parent a {
  color: var(--ink-muted);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-parent a:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.footer h4 {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-subtle);
  margin: 0 0 16px;
  font-weight: 600;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer a {
  font-size: 14px;
  color: var(--ink-soft);
  transition: color 160ms ease;
}
.footer a:hover { color: var(--ink); }

.footer-bottom {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--ink-subtle);
}

@media (max-width: 480px) {
  .footer-bottom { flex-direction: column; gap: 8px; }
}

/* =========================================================================
   FEATURES PAGE
   ========================================================================= */

.page-hero {
  padding: 120px 0 64px;
  text-align: center;
}

.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1.05;
  margin: 0 0 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.page-hero .lede {
  font-family: var(--sans);
  font-style: italic;
  font-size: clamp(20px, 2vw, 26px);
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0 auto;
}

.feature-anchor-nav {
  position: sticky;
  top: 96px;
  z-index: 30;
  background: var(--bg-overlay);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}

.feature-anchor-nav .container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.feature-anchor-nav a {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-size: 13px;
  color: var(--ink-soft);
  background: var(--bg);
  transition: all 160ms ease;
}
.feature-anchor-nav a:hover {
  border-color: var(--gold);
  color: var(--ink);
}

.feature-block {
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
}

.feature-block:last-of-type {
  border-bottom: 0;
}

.feature-block .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.feature-block.reverse .container {
  direction: rtl;
}
.feature-block.reverse .container > * { direction: ltr; }

@media (max-width: 880px) {
  .feature-block .container,
  .feature-block.reverse .container {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 40px;
  }
}

.feature-block .feature-num {
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--gold-deep);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.feature-block .feature-name {
  font-family: var(--serif);
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.15;
  margin: 0 0 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.feature-block .feature-body {
  color: var(--ink-soft);
  margin: 0 0 20px;
  line-height: 1.65;
}

.feature-block .feature-body + .feature-body { margin-top: -4px; }

.feature-block .feature-love {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ink);
  border-left: 2px solid var(--gold);
  padding-left: 20px;
  margin: 24px 0 0;
  font-size: 17px;
  line-height: 1.5;
}

.feature-block .feature-visual {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(50% 60% at 50% 50%, var(--bg-elevated), var(--bg) 80%),
    var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

.feature-block .feature-visual .placeholder-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--ink-subtle);
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--bg);
}

.feature-block .feature-visual .play-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(26, 24, 20, 0.85);
  color: var(--bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding-left: 3px;
}

.feature-block .feature-visual .placeholder-caption {
  font-size: 13px;
  color: var(--ink-muted);
  text-align: center;
  padding: 0 24px;
  max-width: 90%;
}

/* =========================================================================
   LEGAL / SUPPORT PAGES
   ========================================================================= */

.legal {
  padding: 80px 0 120px;
}

.legal .container-narrow .lead {
  font-size: 14px;
  color: var(--ink-subtle);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.legal h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 500;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
}

.legal .updated {
  color: var(--ink-muted);
  font-size: 14px;
  margin: 0 0 56px;
}

.legal .signoff {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 20px;
  color: var(--ink);
  margin-top: 40px;
}

.legal .layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  align-items: start;
}

@media (max-width: 880px) {
  .legal .layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.legal .toc {
  position: sticky;
  top: 96px;
}
.legal .toc h4 {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-subtle);
  margin: 0 0 16px;
  font-weight: 600;
}
.legal .toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.legal .toc a { color: var(--ink-soft); }
.legal .toc a:hover { color: var(--ink); }

.legal article h2 {
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 500;
  margin: 48px 0 16px;
  letter-spacing: -0.005em;
}

.legal article h2:first-of-type { margin-top: 0; }

.legal article p,
.legal article li {
  color: var(--ink-soft);
  line-height: 1.7;
  font-size: 16px;
}

.legal article ul {
  padding-left: 20px;
}

.legal article p + p { margin-top: 14px; }

.legal article h3 {
  font-family: var(--serif);
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 500;
  color: var(--ink);
  margin: 22px 0 8px;
}

/* "The short version" callout at the top of each legal doc */
.legal-summary {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 28px 8px;
  margin: 0 0 36px;
  box-shadow: var(--shadow-sm);
}
.legal-summary h2 {
  margin-top: 0 !important;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
}
.legal-summary ul { padding-left: 20px; }

/* Sub-processor / data-sharing table */
.legal article table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 8px;
  font-size: 15px;
}
.legal article th,
.legal article td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  color: var(--ink-soft);
  line-height: 1.6;
}
.legal article th {
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 600;
}
.legal article a { color: var(--gold-deep); text-decoration: underline; }

.placeholder-flag {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-deep);
  background: var(--gold-tint);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 16px;
}

/* Support page-specific */
.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .support-grid { grid-template-columns: 1fr; gap: 32px; }
}

.support-card {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 32px;
}

.support-card h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 12px;
}

.support-card a.support-email {
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  color: var(--gold-deep);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}

.support-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.support-form input,
.support-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--sans);
  font-size: 15px;
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  resize: vertical;
}
.support-form input:focus,
.support-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 149, 78, 0.15);
}
.support-form textarea { min-height: 120px; font-family: var(--sans); }

.faq {
  margin-top: 64px;
}

.faq h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 500;
  margin: 0 0 32px;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.faq-item summary {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-family: var(--sans);
  font-size: 22px;
  color: var(--ink-muted);
  transition: transform 200ms ease;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

/* =========================================================================
   UTILITIES
   ========================================================================= */

.center { text-align: center; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.fade-in { animation: fadeIn 600ms ease forwards; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =========================================================================
   QUIET LUXURY REFINEMENTS — Pass 3 (homepage)
   Staggered narrative flow. Sharp edges. Generous whitespace.
   Italic-as-emphasis. One value statement per section.
   ========================================================================= */

/* ---- Italics inside any value/mission/closing headline ---- */
.mission-headline em,
.value-headline em,
.closing-headline em,
.hero-statement em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold-deep);
}

/* ---- HERO refinements (subline, sharper CTA copy) ---- */
.hero-luxury .hero-statement {
  text-transform: none;
  letter-spacing: -0.02em;
  font-size: clamp(56px, 9vw, 120px);
  line-height: 0.96;
  font-weight: 500;
  color: var(--ink);
}

.hero-sub {
  font-family: var(--sans);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.45;
  color: var(--ink-soft);
  max-width: 580px;
  margin: 28px auto 0;
  font-weight: 400;
}

.hero-luxury .hero-image-overlay {
  padding: 96px 32px 56px;
  gap: 0;
}

.hero-luxury .hero-ctas {
  margin-top: 40px;
}

/* ---- LUXURY BUTTON — sharp, restrained, authoritative ---- */
.btn-luxury {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  padding: 0 36px;
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--bg);
  border: 1px solid var(--ink);
  cursor: pointer;
  transition: background 320ms ease, color 320ms ease, transform 200ms ease;
  white-space: nowrap;
  text-decoration: none;
}

.btn-luxury:hover {
  background: transparent;
  color: var(--ink);
  transform: translateY(-1px);
}

.btn-luxury:active {
  transform: translateY(0);
}

/* ---- Refined email form (sharp edges, more breathing room) ---- */
.email-form-luxury {
  gap: 0;
  max-width: 520px;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  background: var(--bg-elevated);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.email-form-luxury:focus-within {
  border-color: var(--ink);
  box-shadow: 0 0 0 1px var(--ink);
}

.email-form-luxury .input-wrap {
  flex: 1;
}

.email-form-luxury input[type="email"] {
  height: 54px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 20px;
  font-size: 15px;
  letter-spacing: 0.01em;
}

.email-form-luxury input[type="email"]:focus {
  border: 0;
  box-shadow: none;
}

.btn-submit-luxury {
  height: 54px;
  padding: 0 28px;
  border-radius: 0;
  background: var(--ink);
  color: var(--bg);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  transition: background 320ms ease;
  white-space: nowrap;
}

.btn-submit-luxury:hover {
  background: var(--gold-deep);
  transform: none;
}

@media (max-width: 480px) {
  .email-form-luxury {
    flex-direction: column;
    border: 0;
    background: transparent;
  }
  .email-form-luxury input[type="email"] {
    border: 1px solid var(--line-strong);
    border-radius: 2px;
    background: var(--bg-elevated);
    height: 54px;
  }
  .btn-submit-luxury {
    width: 100%;
    height: 54px;
    border-radius: 2px;
    margin-top: 10px;
  }
}

/* ---- 2. MISSION UPFRONT — high-contrast manifesto ---- */
.mission-upfront {
  padding: 160px 0;
  text-align: center;
  background: var(--bg);
  position: relative;
}

.mission-upfront .eyebrow {
  margin-bottom: 32px;
}

.mission-headline {
  font-family: var(--serif);
  font-size: clamp(40px, 6.4vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-weight: 400;
  margin: 0 auto 48px;
  max-width: 920px;
  color: var(--ink);
}

.mission-body {
  font-family: var(--sans);
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 720px;
  margin: 0 auto;
}

.mission-body + .mission-body {
  margin-top: 18px;
}

@media (max-width: 768px) {
  .mission-upfront {
    padding: 96px 0;
  }
  .mission-headline {
    margin-bottom: 32px;
  }
}

/* ---- 3-6. STAGGERED VALUE ROWS — one promise per row ---- */
.value-row {
  padding: 140px 0;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

.value-row:nth-of-type(even) {
  background: var(--bg-elevated);
}

.value-row-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center;
}

.value-row.reverse .value-row-inner {
  direction: rtl;
}
.value-row.reverse .value-row-inner > * {
  direction: ltr;
}

.value-text .eyebrow {
  margin-bottom: 28px;
}

.value-headline {
  font-family: var(--serif);
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-weight: 400;
  color: var(--ink);
  margin: 0 0 32px;
  max-width: 16ch;
}

.value-body {
  font-family: var(--sans);
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 400;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0;
}

.value-body + .value-body {
  margin-top: 18px;
}

.value-media {
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  border: 1px solid var(--line);
  background:
    radial-gradient(48% 56% at 50% 48%, rgba(184, 149, 78, 0.22), transparent 70%),
    linear-gradient(135deg, #efe3d2 0%, #fbf7f0 46%, #d9c09a 100%);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.value-media::before {
  content: '';
  position: absolute;
  inset: 24px;
  border-radius: 2px;
  border: 1px solid rgba(26, 24, 20, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.40), rgba(255, 250, 241, 0.10)),
    radial-gradient(40% 50% at 50% 50%, rgba(184, 149, 78, 0.14), transparent 72%);
  box-shadow: inset 0 1px 0 rgba(255, 250, 241, 0.7);
  pointer-events: none;
}

/* Real App Store screenshots — editorial luxury panels */
.value-media-has-shot {
  aspect-ratio: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  padding: 56px 32px 40px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  border: none;
  box-shadow: none;
  background: #2A241D;
}

.value-media-has-shot::before {
  display: none;
}

/* Soft atmospheric wash — depth without neon glow */
.value-media-vibrant::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(90% 70% at 50% -10%, rgba(255, 250, 241, 0.18), transparent 55%),
    radial-gradient(55% 45% at 100% 100%, rgba(0, 0, 0, 0.22), transparent 60%),
    radial-gradient(40% 35% at 0% 80%, rgba(255, 250, 241, 0.08), transparent 50%);
}

/* Tone 01 — Daily Look: champagne gold */
.value-media-tone-champagne {
  background:
    radial-gradient(70% 55% at 48% 30%, rgba(255, 230, 170, 0.55), transparent 58%),
    linear-gradient(158deg, #d4a84a 0%, #b8873a 32%, #8a6528 68%, #5c4218 100%);
}

/* Tone 02 — PairUp: deep emerald */
.value-media-tone-emerald {
  background:
    radial-gradient(70% 55% at 52% 28%, rgba(140, 220, 180, 0.28), transparent 58%),
    linear-gradient(158deg, #2f7a5c 0%, #1f5c45 36%, #134233 70%, #0a2a20 100%);
}

/* Tone 03 — Closet Matrix: terracotta amber */
.value-media-tone-terracotta {
  background:
    radial-gradient(80% 55% at 50% 28%, rgba(255, 214, 140, 0.42), transparent 62%),
    radial-gradient(50% 40% at 88% 82%, rgba(255, 120, 70, 0.28), transparent 55%),
    linear-gradient(155deg, #e07a3a 0%, #c4522a 38%, #8f341f 78%, #6b2416 100%);
}

/* Tone 04 — Style DNA: oxblood velvet */
.value-media-tone-oxblood {
  background:
    radial-gradient(70% 55% at 48% 26%, rgba(220, 140, 120, 0.32), transparent 58%),
    linear-gradient(158deg, #8a2e38 0%, #6b1f2a 34%, #4a1520 68%, #2e0e16 100%);
}

.value-media-has-shot .device-phone {
  max-width: 280px;
  margin: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow:
    0 36px 72px rgba(10, 6, 2, 0.38),
    0 12px 28px rgba(10, 6, 2, 0.22),
    inset 0 0 0 1px rgba(255, 250, 241, 0.08);
}

.value-media-vibrant:hover .device-phone {
  transform: translateY(-6px);
}

.value-media-copy {
  width: 100%;
  max-width: 34ch;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.value-media-tag {
  position: static;
  display: block;
  margin: 0 0 8px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 250, 241, 0.68);
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
}

.value-media-caption {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
  width: auto;
  margin: 0 0 10px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.35;
  color: #FFFAF1;
  text-align: center;
  text-wrap: balance;
}

.value-media-desc {
  margin: 0;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 250, 241, 0.78);
  text-align: center;
  text-wrap: pretty;
}

/* GEO/a11y: visually hidden, still crawlable + read by screen readers.
   Used for machine-readable data tables (image data fallback) and hero grounding text. */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 880px) {
  .value-row {
    padding: 80px 0;
  }
  .value-row-inner,
  .value-row.reverse .value-row-inner {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 48px;
  }
  .value-headline {
    max-width: none;
  }
  .value-media {
    aspect-ratio: 3 / 4;
  }
  .value-media-has-shot {
    aspect-ratio: auto;
    min-height: 0;
    padding: 40px 22px 32px;
    gap: 22px;
  }
  .value-media-has-shot .device-phone {
    max-width: 240px;
  }
  .value-media-copy {
    max-width: 40ch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .value-media-has-shot .device-phone {
    transition: none;
  }
  .value-media-vibrant:hover .device-phone {
    transform: none;
  }
}

/* ---- 7. CLOSING CTA — Refined invitation ---- */
.closing-luxury {
  text-align: center;
  padding: 160px 0;
  background:
    linear-gradient(180deg, var(--bg) 0%, var(--bg-footer) 100%);
  border-top: 1px solid var(--line);
}

.closing-luxury .eyebrow {
  margin-bottom: 32px;
}

.closing-headline {
  font-family: var(--serif);
  font-size: clamp(48px, 7.2vw, 100px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  font-weight: 400;
  margin: 0 0 36px;
  color: var(--ink);
}

.closing-body {
  font-family: var(--sans);
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 600px;
  margin: 0 auto 56px;
}

.closing-luxury .email-form,
.closing-luxury .email-form-luxury {
  margin: 0 auto;
}

.closing-luxury .email-microcopy {
  text-align: center;
  margin: 16px auto 0;
  color: var(--ink-muted);
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .closing-luxury {
    padding: 96px 0;
  }
  .closing-body {
    margin-bottom: 40px;
  }
}

/* ---- FOOTER refinements ---- */
.footer-luxury {
  background: var(--bg-footer);
  border-top: 1px solid var(--line);
}

.footer-luxury h4 {
  letter-spacing: 0.18em;
  font-size: 10px;
  color: var(--ink-muted);
}

.footer-luxury .footer-bottom {
  font-family: var(--serif);
  font-style: italic;
  letter-spacing: 0.02em;
  color: var(--ink-muted);
  text-transform: none;
}

/* ---- DIVIDER (used between hero and mission) ---- */
.divider {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
}


/* =========================================================================
   SKETCH ITERATION — 2026-04-29
   Homepage story structure revised from user's handwritten notes.
   ========================================================================= */

.hero-sketch {
  min-height: 100vh;
  padding: 24px;
  display: block;
}

.hero-sketch .hero-inner {
  max-width: 1080px;
}

.hero-landing-image {
  min-height: calc(100vh - 48px);
  border-radius: 40px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.44) 0%, rgba(255, 250, 241, 0.18) 46%, rgba(247, 242, 234, 0.58) 100%),
    radial-gradient(48% 56% at 50% 48%, rgba(184, 149, 78, 0.24), transparent 70%),
    linear-gradient(135deg, #efe3d2 0%, #fbf7f0 42%, #d9c09a 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
  box-shadow: var(--shadow-lg);
}

.hero-logo {
  position: fixed;
  top: 22px;
  left: 36px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 9px 20px 11px 9px;
  border-radius: 18px;
  background: rgba(251, 247, 240, 0.78);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(255, 250, 241, 0.62);
  box-shadow: 0 6px 24px -10px rgba(40, 30, 14, 0.22), var(--shadow-sm);
  text-decoration: none;
  transition: box-shadow 220ms ease, background 220ms ease;
}

.hero-logo:hover {
  box-shadow: 0 10px 30px -10px rgba(40, 30, 14, 0.28), var(--shadow-sm);
}

.hero-logo img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex-shrink: 0;
}

.hero-logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  color: var(--ink);
  white-space: nowrap;
}

.hero-logo-text strong {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: 0.005em;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 2px;
}

.wordmark-my,
.wordmark-sta {
  display: inline-block;
}

/* Canonical mysta wordmark (matches the official mysta-wordmark asset):
   "my" brown italic, "sta" upright with a light-to-deep gold gradient. */
.wordmark-my {
  font-style: italic;
  color: #5c3d2e;
}

.wordmark-sta {
  font-style: normal;
  background-image: linear-gradient(115deg, #CBA965 0%, #A8822F 55%, #8A6526 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* The italic "y" needs a lower optical size so its descender is the asset's
   smooth left sweep, not the over-loopy display swash the "m" optical size gives. */
.wordmark-y {
  font-variation-settings: 'opsz' 90, 'SOFT' 0, 'WONK' 0;
}

.hero-logo-text small {
  font-family: var(--sans);
  font-size: 9.5px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: #6B5D52;
}

.hero-image-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 24px;
  color: var(--ink);
}

.hero-image-overlay .eyebrow {
  color: var(--ink);
}

.hero-coming-soon {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 2.4vw, 34px);
  letter-spacing: 0.12em;
  font-weight: 600;
}

.hero-image-overlay .email-form {
  margin-left: auto;
  margin-right: auto;
}

.hero-image-overlay .email-microcopy,
.hero-image-overlay .email-back {
  color: rgba(255, 250, 241, 0.72);
}

.hero-app-rail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 28px auto 36px;
  padding: 8px;
  border: 1px solid rgba(255, 250, 241, 0.28);
  border-radius: 999px;
  background: rgba(26, 24, 20, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow-sm);
}

.hero-app-rail span {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.16);
  color: rgba(255, 250, 241, 0.86);
  font-size: 13px;
}

.hero-statement {
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: clamp(54px, 9vw, 122px);
  line-height: 0.94;
  color: var(--ink);
  text-shadow: none;
}

.hero-sketch .hero-ctas {
  margin-top: 36px;
}

.hero-ghost-on-image {
  border-color: rgba(255, 250, 241, 0.42);
  color: #fffaf1;
  background: rgba(255, 250, 241, 0.08);
}

.hero-ghost-on-image:hover {
  border-color: rgba(255, 250, 241, 0.78);
  background: rgba(255, 250, 241, 0.14);
}

.hero-product-stage {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: clamp(320px, 45vw, 560px);
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(12px, 3vw, 48px);
  padding: 36px 32px 0;
  opacity: 0.72;
}

.hero-product-stage .hero-phone-main {
  max-width: clamp(190px, 22vw, 280px);
  transform: translateY(74px);
}

.hero-phone {
  width: clamp(130px, 18vw, 220px);
  aspect-ratio: 9 / 19.5;
  border-radius: 36px 36px 0 0;
  border: 1px solid var(--line);
  border-bottom: 0;
  background:
    linear-gradient(180deg, rgba(251, 247, 240, 0.9), rgba(241, 230, 204, 0.65)),
    var(--bg-elevated);
  opacity: 0.72;
  transform: translateY(80px);
}

.hero-phone.ghost-left {
  transform: translateY(100px) rotate(-2deg);
}

.hero-phone.ghost-right {
  transform: translateY(92px) rotate(2deg);
}

.story-video {
  padding: 128px 0;
}

.story-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 72px;
  align-items: center;
}

.story-video-frame {
  aspect-ratio: 4 / 5;
  min-height: 520px;
}

.story-video-frame.wide {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.story-copy h2 {
  margin: 14px 0 24px;
}

.story-copy .body-lg {
  margin-bottom: 28px;
}

.story-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.38;
  color: var(--ink);
  margin: 0 0 32px;
  border-left: 2px solid var(--gold);
  padding-left: 22px;
}

.feature-cluster {
  padding: 132px 0;
}

.feature-cluster.purposeful {
  padding-top: 72px;
}

.cluster-heading {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 64px;
}

.cluster-word {
  display: inline-block;
  margin: 0 0 10px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(32px, 4.8vw, 62px);
  color: var(--ink);
  line-height: 1;
}

.cluster-heading h2 {
  margin: 0 0 24px;
}

.cluster-heading .body-lg {
  margin: 0 auto;
}

.cluster-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.cluster-main h3 {
  margin: 12px 0 12px;
}

.cluster-main .body-lg {
  margin: 0;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.card-carousel {
  position: relative;
}

.card-carousel::before,
.card-carousel::after {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 28px;
  width: 88px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

.card-carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), rgba(250, 244, 235, 0));
}

.card-carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg), rgba(250, 244, 235, 0));
}

.card-carousel.is-scrollable::before,
.card-carousel.is-scrollable::after {
  opacity: 1;
}

.card-arrow {
  position: absolute;
  top: clamp(94px, 12vw, 132px);
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(26, 24, 20, 0.14);
  border-radius: 999px;
  background: rgba(251, 247, 240, 0.92);
  color: var(--ink);
  box-shadow: var(--shadow-md);
  font-family: var(--sans);
  font-size: 34px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 4px;
  cursor: pointer;
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.card-arrow:hover:not(:disabled),
.card-arrow:focus-visible {
  border-color: rgba(184, 149, 78, 0.62);
  transform: translateY(-1px);
}

.card-arrow:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.card-arrow:disabled {
  opacity: 0.26;
  cursor: default;
  box-shadow: none;
}

.card-arrow-prev {
  left: -24px;
}

.card-arrow-next {
  right: -24px;
}

.editorial-card-grid {
  grid-template-columns: repeat(4, minmax(360px, 1fr));
  gap: 28px;
  overflow-x: auto;
  padding: 4px 4px 28px;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.editorial-card-grid::-webkit-scrollbar {
  display: none;
}

.module-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border-radius: 28px 28px 8px 8px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(251, 247, 240, 0.68), var(--bg-elevated)),
    var(--bg-elevated);
  box-shadow: var(--shadow-sm);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.module-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--gold-tint);
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: auto;
}

.module-card h4 {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  margin: 48px 0 10px;
}

.module-card p {
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.editorial-card {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  scroll-snap-align: start;
  cursor: default;
}

.editorial-media {
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  border: 1px solid var(--line);
  background:
    radial-gradient(48% 56% at 50% 48%, rgba(184, 149, 78, 0.22), transparent 70%),
    linear-gradient(135deg, var(--bg-elevated), #ead7b8);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.editorial-card.is-video .editorial-media::after {
  content: '▶';
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(26, 24, 20, 0.78);
  color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding-left: 2px;
}

.media-kind {
  position: absolute;
  left: 18px;
  top: 16px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
  background: rgba(251, 247, 240, 0.78);
  padding: 5px 10px;
  border-radius: 999px;
}

.editorial-card h4 {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 600;
  margin: 22px 0 8px;
  letter-spacing: -0.01em;
}

.editorial-card p {
  max-width: 42ch;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.42;
  margin: 0;
}

.cluster-tail {
  display: inline-flex;
  margin-top: 40px;
  color: var(--ink-muted);
}

.cluster-tail:hover {
  color: var(--ink);
}

.pairup-video {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sketch-panel-section {
  padding: 112px 0;
}

.sketch-panel-section.purposeful {
  padding-top: 72px;
}

.sketch-media-panel {
  min-height: min(74vh, 720px);
  border-radius: 40px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.22), rgba(247, 242, 234, 0.56)),
    radial-gradient(52% 64% at 50% 46%, rgba(184, 149, 78, 0.24), transparent 74%),
    linear-gradient(135deg, #efe3d2, #fbf7f0 46%, #ddc7a5);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 64px 32px;
}

.sketch-media-panel::before {
  content: '';
  position: absolute;
  inset: 28px;
  border-radius: 30px;
  border: 1px solid rgba(26, 24, 20, 0.10);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.40), rgba(255, 250, 241, 0.12)),
    radial-gradient(44% 54% at 50% 48%, rgba(184, 149, 78, 0.16), transparent 72%);
  box-shadow: inset 0 1px 0 rgba(255, 250, 241, 0.70);
}

.sketch-media-panel.wide {
  min-height: min(68vh, 640px);
}

.sketch-media-panel .placeholder-tag {
  top: 24px;
  left: 24px;
  z-index: 3;
  background: rgba(251, 247, 240, 0.82);
}

.sketch-media-panel .play-icon {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.sketch-topic {
  font-family: var(--serif);
  font-size: clamp(58px, 11vw, 154px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  max-width: 980px;
  position: relative;
  z-index: 2;
}

.sketch-media-panel .placeholder-caption {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: min(620px, calc(100% - 48px));
  color: var(--ink-muted);
  z-index: 3;
}

.sketch-caption {
  max-width: 760px;
  margin: 34px auto 0;
  text-align: center;
}

.sketch-caption h3 {
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0 0 18px;
}

.sketch-caption p {
  color: var(--ink-soft);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.38;
  margin: 4px 0;
}

.sketch-caption .cap-cta {
  margin-top: 30px;
  margin-bottom: 0;
}

.sketch-caption .cta-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sketch-caption .email-microcopy {
  text-align: center;
}

.sketch-panel-section .module-grid {
  margin-top: 54px;
}

.editorial-card-grid.identity-card-grid {
  grid-template-columns: repeat(3, minmax(320px, 1fr));
}

.purposeful .cluster-tail {
  display: flex;
  justify-content: center;
}

.mission-section {
  padding: 128px 0;
  text-align: center;
  background: var(--bg);
  border-top: 1px solid var(--line);
}

.mission-section h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 5.8vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin: 22px 0 36px;
}

.mission-section p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.36;
  margin: 8px auto;
  max-width: 760px;
}

/* =========================================================================
   INLINE BRAND WORDMARK — for "mysta" mentions inside body copy
   Mirrors the logo treatment (italic 'my' + champagne 'sta'),
   sized to inherit the surrounding text so it never overpowers a sentence.
   ========================================================================= */

.brand-inline {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 0.96em;
  letter-spacing: -0.01em;
  white-space: nowrap;
  /* Text optical size so Fraunces doesn't chunk up inside body copy. */
  font-optical-sizing: auto;
  font-variation-settings: 'opsz' 18, 'SOFT' 0, 'WONK' 1;
}

.brand-inline-my,
.brand-inline-sta {
  display: inline-block;
}

/* Inline brand mention: "my" brown italic to match the wordmark. "sta" stays
   a solid deep gold (a gradient loses contrast at body-copy size). */
.brand-inline-my {
  font-style: italic;
  color: #5c3d2e;
}

.brand-inline-sta {
  font-style: normal;
  color: #b0892f;
}

/* =========================================================================
   HERO — FULLSCREEN GALLERY (WHOOP-style)
   Full-viewport image + centered overlay text. User scrolls into content.
   ========================================================================= */

.nav-over-hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
  transition:
    background 280ms ease,
    backdrop-filter 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease;
}

.nav-over-hero .brand-tagline {
  color: rgba(255, 250, 241, 0.78);
}

.nav-over-hero .btn-gold {
  box-shadow: 0 8px 24px rgba(26, 24, 20, 0.22);
}

.nav-over-hero.is-scrolled {
  background: var(--bg-overlay);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: var(--line);
}

.nav-over-hero.is-scrolled .brand-tagline {
  color: var(--ink-muted);
}

.hero-fullscreen {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: visible;
  text-align: center;
  background: #1a1814;
}

.hero-fullscreen-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-fullscreen-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  max-width: none;
  transform: scale(1.02);
  animation: hero-gallery-settle 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-fullscreen-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(26, 24, 20, 0.42) 0%,
      rgba(26, 24, 20, 0.28) 38%,
      rgba(26, 24, 20, 0.55) 72%,
      rgba(26, 24, 20, 0.72) 100%
    );
  pointer-events: none;
}

.hero-fullscreen-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 920px;
  padding: 120px 24px 96px;
  animation: hero-copy-rise 900ms cubic-bezier(0.22, 1, 0.36, 1) 180ms both;
}

.hero-fullscreen-headline {
  font-family: var(--serif);
  font-size: clamp(42px, 7.2vw, 92px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-weight: 400;
  color: #fffaf1;
  margin: 0;
  text-shadow: 0 2px 40px rgba(26, 24, 20, 0.35);
}

.hero-fullscreen-headline em {
  font-style: italic;
  font-weight: 400;
  color: #f1e6cc;
}

.hero-fullscreen-eyebrow {
  margin: 0 0 20px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 450;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 250, 241, 0.72);
}

.hero-fullscreen-sub {
  margin: 24px 0 0;
  max-width: 560px;
  font-family: var(--sans);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.6;
  font-weight: 400;
  color: rgba(255, 250, 241, 0.88);
  text-align: center;
  text-shadow: 0 1px 18px rgba(26, 24, 20, 0.35);
}

.brand-inline-on-dark .brand-inline-my {
  color: #f1e6cc;
}

.brand-inline-on-dark .brand-inline-sta {
  color: #fffaf1;
}

.hero-fullscreen-cta {
  margin-top: 36px;
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}

.hero-fullscreen-cta .hero-ctas {
  justify-content: center;
  margin: 0;
  width: 100%;
}

.hero-fullscreen-cta .btn-luxury {
  width: 100%;
  max-width: 360px;
  height: auto;
  min-height: 56px;
  padding: 18px 28px;
  letter-spacing: 0.06em;
  white-space: normal;
  line-height: 1.3;
  text-align: center;
}

.hero-fullscreen-cta .email-form,
.hero-fullscreen-cta .email-form-luxury {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.hero-fullscreen-cta .email-microcopy,
.hero-fullscreen-cta .email-back {
  color: rgba(255, 250, 241, 0.72);
  text-align: center;
}

.hero-fullscreen-cta .email-back:hover {
  color: #fffaf1;
}

.hero-fullscreen-cta .success-msg {
  color: #fffaf1;
  justify-content: center;
}

.btn-luxury-on-dark {
  background: #fffaf1;
  color: var(--ink);
  border-color: #fffaf1;
}

.btn-luxury-on-dark:hover {
  background: transparent;
  color: #fffaf1;
  border-color: rgba(255, 250, 241, 0.7);
}

.email-form-on-dark {
  background: rgba(251, 247, 240, 0.96);
  border-color: rgba(255, 250, 241, 0.35);
}

.hero-scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255, 250, 241, 0.72);
  text-decoration: none;
  animation: hero-scroll-pulse 2.4s ease-in-out infinite;
}

.hero-scroll-hint-label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-scroll-hint-line {
  display: block;
  width: 1px;
  height: 36px;
  background: linear-gradient(
    180deg,
    rgba(255, 250, 241, 0.85),
    rgba(255, 250, 241, 0)
  );
}

@keyframes hero-gallery-settle {
  from {
    opacity: 0.65;
    transform: scale(1.06);
  }
  to {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes hero-copy-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-scroll-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(4px);
  }
}

@media (max-width: 768px) {
  .hero-fullscreen-overlay {
    padding: 112px 20px 88px;
  }

  .hero-fullscreen-headline {
    font-size: clamp(36px, 10.5vw, 52px);
  }

  .hero-fullscreen-eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .hero-fullscreen-sub {
    margin-top: 16px;
    font-size: 15px;
  }

  .hero-fullscreen-cta {
    margin-top: 32px;
  }

  .hero-scroll-hint {
    bottom: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-fullscreen-img,
  .hero-fullscreen-overlay,
  .hero-scroll-hint {
    animation: none;
  }
}

/* =========================================================================
   HERO — SPLIT LAYOUT (text left, demo right)
   Iteration: 2026-05-06. Replaces overlay pattern.
   Kept for reference / alternate pages; homepage uses .hero-fullscreen.
   ========================================================================= */

.hero-split .hero-landing-image {
  align-items: stretch;
  justify-content: stretch;
  padding: 64px 64px;
}

.hero-split .hero-split-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.hero-split .hero-split-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: var(--ink);
  max-width: 620px;
}

.hero-split .hero-coming-soon {
  position: static;
  transform: none;
  margin: 0 0 28px;
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.hero-split .hero-statement {
  text-align: left;
  text-transform: none;
  letter-spacing: -0.025em;
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 0.98;
  font-weight: 500;
  margin: 0 0 28px;
}

.hero-split .hero-sub {
  text-align: left;
  margin: 0 0 40px;
  max-width: 520px;
  font-family: var(--sans);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.5;
  color: var(--ink-soft);
}

.hero-split .cta-stack {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-split .hero-ctas {
  margin: 0;
  justify-content: flex-start;
}

.hero-split .email-form,
.hero-split .email-form-luxury {
  margin: 0;
  width: 100%;
}

.hero-split .email-microcopy,
.hero-split .email-back {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  color: var(--ink-muted);
}

.hero-split .hero-split-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(480px, 60vh, 680px);
}

.hero-split .hero-demo-frame {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4 / 5;
  border-radius: 32px;
  border: 1px solid rgba(26, 24, 20, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.55), rgba(255, 250, 241, 0.18)),
    radial-gradient(48% 56% at 50% 48%, rgba(184, 149, 78, 0.28), transparent 70%),
    linear-gradient(135deg, #f3e7d2 0%, #fbf7f0 46%, #d9c09a 100%);
  box-shadow:
    0 30px 80px rgba(26, 24, 20, 0.16),
    inset 0 1px 0 rgba(255, 250, 241, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-split .hero-demo-frame .hero-phone-main {
  position: relative;
  transform: none;
  max-width: 62%;
  margin: 0;
  z-index: 2;
  box-shadow: 0 30px 60px rgba(26, 24, 20, 0.22), inset 0 0 0 1px rgba(184, 149, 78, 0.18);
}

.hero-split .hero-demo-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(251, 247, 240, 0.88);
  padding: 6px 12px;
  border-radius: 2px;
  border: 1px solid var(--line-strong);
}

/* Hide leftover overlay/stage rules from the previous overlay design.
   They're not used in the new markup but kept here as a safety net. */
.hero-split .hero-product-stage,
.hero-split .hero-image-overlay {
  display: none;
}

@media (max-width: 960px) {
  .hero-split .hero-landing-image {
    padding: 56px 36px;
  }

  .hero-split .hero-split-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .hero-split .hero-split-text {
    max-width: none;
    align-items: flex-start;
  }

  .hero-split .hero-split-media {
    min-height: 0;
  }

  .hero-split .hero-demo-frame {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .hero-split .hero-landing-image {
    padding: 36px 20px;
  }

  .hero-split .hero-statement {
    font-size: clamp(40px, 11vw, 56px);
  }

  .hero-split .hero-demo-frame {
    border-radius: 24px;
    aspect-ratio: 3 / 4;
  }

  .hero-split .hero-demo-tag {
    top: 14px;
    left: 14px;
  }
}

@media (max-width: 900px) {
  .story-video-grid,
  .cluster-main {
    grid-template-columns: 1fr;
    display: grid;
    gap: 36px;
  }

  .module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-card-grid.identity-card-grid {
    grid-template-columns: repeat(3, minmax(320px, 1fr));
  }

  .editorial-card-grid {
    grid-template-columns: repeat(4, minmax(320px, 1fr));
  }

  .story-video-frame {
    min-height: 0;
  }

  .sketch-media-panel,
  .sketch-media-panel.wide {
    min-height: 560px;
  }
}

@media (max-width: 560px) {
  .hero-sketch {
    min-height: auto;
    padding: 14px;
  }

  .hero-landing-image {
    min-height: calc(100vh - 28px);
    border-radius: 28px;
  }

  .hero-logo {
    top: 14px;
    left: 14px;
    padding: 7px 14px 9px 7px;
    border-radius: 14px;
    gap: 9px;
  }

  .hero-logo img {
    width: 44px;
    height: 44px;
  }

  .hero-logo-text {
    gap: 4px;
  }

  .hero-logo-text strong {
    font-size: 24px;
    line-height: 1.05;
    padding-bottom: 1px;
  }

  .hero-logo-text small {
    font-size: 8px;
    letter-spacing: 0.10em;
  }

  .hero-image-overlay {
    justify-content: center;
    padding-top: 64px;
  }

  .hero-coming-soon {
    top: 30px;
    font-size: 18px;
  }

  .hero-app-rail {
    flex-wrap: wrap;
    border-radius: 24px;
  }

  .hero-app-rail span {
    height: 30px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero-product-stage {
    height: 400px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-phone:not(.hero-phone-main) {
    display: none;
  }

  .hero-product-stage .hero-phone-main {
    max-width: 210px;
  }

  .story-video,
  .feature-cluster,
  .sketch-panel-section {
    padding: 88px 0;
  }

  .feature-cluster.purposeful,
  .sketch-panel-section.purposeful {
    padding-top: 48px;
  }

  .sketch-media-panel,
  .sketch-media-panel.wide {
    min-height: 430px;
    border-radius: 28px;
    padding: 56px 18px;
  }

  .sketch-media-panel .play-icon {
    top: 24px;
  }

  .sketch-media-panel .placeholder-tag {
    display: none;
  }

  .sketch-media-panel .placeholder-caption {
    bottom: 24px;
  }

  .module-grid {
    grid-template-columns: 1fr;
  }

  .editorial-card-grid {
    grid-template-columns: repeat(4, minmax(280px, 1fr));
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-carousel::before,
  .card-carousel::after {
    width: 58px;
  }

  .card-arrow {
    top: 92px;
    width: 42px;
    height: 42px;
    font-size: 30px;
  }

  .card-arrow-prev {
    left: -8px;
  }

  .card-arrow-next {
    right: -8px;
  }

  .editorial-card-grid.identity-card-grid {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
  }

  .module-card {
    min-height: 210px;
  }

  .editorial-card {
    min-height: 0;
  }

  .mission-section {
    padding: 88px 0;
  }
}

/* =========================================================================
   FOUNDING 50 — dedicated application page
   (destination of the renamed top-nav early-access CTA)
   ========================================================================= */

/* ---- Nav: back affordance + quiet label ---- */
.brand-back .brand-back-arrow {
  font-size: 18px;
  color: var(--ink-muted);
  transition: transform 200ms ease, color 200ms ease;
}
.brand-back:hover .brand-back-arrow {
  transform: translateX(-3px);
  color: var(--ink);
}

.nav-label {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  white-space: nowrap;
}

@media (max-width: 600px) {
  .nav-label { display: none; }
}

/* ---- Hero ---- */
.founding-hero {
  padding: 120px 0 72px;
  text-align: center;
}

.founding-hero .eyebrow {
  color: var(--gold-deep);
  margin-bottom: 24px;
}

.founding-hero-headline {
  font-family: var(--serif);
  font-size: clamp(44px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin: 0 auto 24px;
  max-width: 760px;
  color: var(--ink);
}

.founding-hero-headline em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold-deep);
}

.founding-hero-sub {
  font-family: var(--sans);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 560px;
  margin: 0 auto 32px;
}

.founding-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.founding-pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--bg-elevated);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
}

/* ---- Section scaffolding ---- */
.founding-section {
  padding: 80px 0;
}

.founding-section-eyebrow {
  text-align: center;
  color: var(--gold-deep);
  margin-bottom: 40px;
}

/* ---- Perk list ---- */
.perk-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 720px;
}

.perk-row {
  display: flex;
  gap: 28px;
  align-items: baseline;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.perk-row:first-child {
  border-top: 0;
}

.perk-num {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
  color: var(--gold-deep);
  flex: 0 0 48px;
}

.perk-title {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--ink);
}

.perk-body {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* ---- What we ask in return ---- */
.founding-ask {
  padding: 88px 0;
  background: var(--gold-tint);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.founding-ask-headline {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0 auto 48px;
  color: var(--ink);
}

.founding-ask-headline em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold-deep);
}

.ask-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}

.ask-rule {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 16px;
}

.ask-title {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--ink);
}

.ask-body {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
}

@media (max-width: 680px) {
  .ask-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 420px;
  }
}

/* ---- Application form ---- */
.founding-apply {
  padding: 88px 0 120px;
}

.founding-apply-inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.founding-apply-headline {
  font-family: var(--serif);
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0 0 40px;
  color: var(--ink);
}

.apply-form {
  text-align: left;
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px;
  box-shadow: var(--shadow-md);
}

.apply-form-label {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0 0 24px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.field-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
}

.field-optional {
  color: var(--ink-subtle);
  font-weight: 400;
}

.apply-form input,
.apply-form textarea,
.apply-form select {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--sans);
  font-size: 15px;
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.apply-form textarea {
  min-height: 96px;
  resize: vertical;
}

.apply-form input:focus,
.apply-form textarea:focus,
.apply-form select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 149, 78, 0.15);
}

.select-wrap {
  position: relative;
}

.select-wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--ink-muted);
  border-bottom: 1.5px solid var(--ink-muted);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.apply-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 44px;
  cursor: pointer;
}

.apply-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.apply-micro {
  font-size: 13px;
  color: var(--ink-subtle);
}

.apply-success[hidden] {
  display: none;
}

.apply-success {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  text-align: left;
  background: var(--bg-elevated);
  border: 1px solid var(--gold);
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: var(--shadow-md);
}

.apply-success p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
}

.apply-success .check {
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 14px;
}

.apply-footnote {
  font-size: 13px;
  color: var(--ink-subtle);
  margin: 24px 0 0;
}

@media (max-width: 480px) {
  .apply-form { padding: 24px 20px; }
  .apply-actions .btn-luxury { width: 100%; }
}
