@charset "UTF-8";

:root {
  --ink: #08090b;
  --ink-2: #111319;
  --paper: #f5f1eb;
  --paper-2: #ece5dc;
  --white: #ffffff;
  --muted: #69666a;
  --line: rgba(9, 10, 12, .14);
  --line-dark: rgba(255, 255, 255, .16);
  --red: #e31e32;
  --red-deep: #a90f22;
  --orange: #f4822c;
  --acid: #b9ed74;
  --blue: #5379ff;
  --max: 1240px;
  --pad: clamp(20px, 4vw, 64px);
  --radius: 30px;
  --shadow: 0 30px 80px rgba(12, 10, 8, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: Inter, "SF Pro Text", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--red); color: #fff; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  min-height: 86px;
  padding: 18px var(--pad);
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 28px;
  color: var(--ink);
  transition: background .35s ease, color .35s ease, transform .35s ease, min-height .35s ease;
}
.site-header.is-dark { color: white; }
.site-header.scrolled { min-height: 70px; background: rgba(246, 242, 236, .88); color: var(--ink); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(0,0,0,.08); }
.brand { display: inline-flex; width: max-content; flex-direction: column; gap: 3px; }
.brand strong { font-size: 14px; letter-spacing: .16em; }
.brand i { color: var(--red); font-style: normal; }
.brand span { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; opacity: .66; }
.main-nav { display: flex; gap: 8px; padding: 5px; border-radius: 999px; border: 1px solid currentColor; border-color: color-mix(in srgb, currentColor 18%, transparent); background: color-mix(in srgb, currentColor 6%, transparent); }
.main-nav a { padding: 9px 15px; border-radius: 999px; font-size: 12px; font-weight: 750; letter-spacing: .03em; transition: background .2s ease, color .2s ease; }
.main-nav a:hover, .main-nav a.active { background: var(--red); color: #fff; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.lang-pill { display: flex; gap: 2px; padding: 3px; border: 1px solid color-mix(in srgb, currentColor 20%, transparent); border-radius: 999px; }
.lang-pill a { min-width: 34px; padding: 7px 8px; text-align: center; border-radius: 999px; font-size: 10px; font-weight: 800; }
.lang-pill a.active { background: currentColor; color: var(--paper); }
.site-header.is-dark:not(.scrolled) .lang-pill a.active { color: var(--ink); }
.mini-cta { display: flex; align-items: center; gap: 14px; padding: 10px 14px 10px 16px; background: var(--red); color: #fff; border-radius: 999px; font-size: 11px; font-weight: 800; }
.mini-cta span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: white; color: var(--red); }

.reading-progress { position: fixed; z-index: 140; left: 0; top: 0; right: 0; height: 3px; pointer-events: none; }
.reading-progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--red), var(--orange)); }

.primary-cta, .ghost-cta { min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 12px 13px 12px 24px; border-radius: 999px; font-size: 13px; font-weight: 850; letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.primary-cta { background: var(--red); color: white; box-shadow: 0 14px 36px rgba(227, 30, 50, .28); }
.primary-cta span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #fff; color: var(--red); }
.primary-cta:hover, .ghost-cta:hover { transform: translateY(-2px); }
.primary-cta:hover { box-shadow: 0 18px 44px rgba(227, 30, 50, .38); }
.cta-cluster { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.cta-cluster small { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .58; }
.cta-cluster.compact { display: inline-flex; }
.kicker, .eyebrow { display: inline-block; font-size: 11px; line-height: 1.3; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.kicker { color: var(--red); }
.eyebrow { color: inherit; opacity: .7; }
.section-pad { padding: clamp(88px, 10vw, 150px) var(--pad); }
.section-heading { max-width: 940px; margin-bottom: clamp(42px, 6vw, 78px); }
.section-heading h2, .video-copy h2, .optimal-copy h2, .family-story-copy h2, .couple-copy h2, .conversion-copy h2, .gallery-heading h2 { margin: 14px 0 22px; font-size: clamp(36px, 5.2vw, 76px); line-height: .98; letter-spacing: -.055em; font-weight: 700; }
.section-heading p, .video-copy p, .optimal-copy > p, .family-story-copy p, .couple-copy p, .gallery-heading p, .conversion-copy p { max-width: 720px; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.65; color: var(--muted); }
.dark-section { background: var(--ink); color: white; }
.dark-section .kicker { color: #ff6979; }
.dark-section .section-heading p, .dark-section .video-copy p { color: rgba(255,255,255,.62); }
.inline-actions { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 34px; }
.inline-actions a, .light-link, .dark-link { padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; }

/* Language */
.language-page { overflow: hidden; background: #090a0d; color: white; }
.language-shell { position: relative; height: 100svh; min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); }
.language-visual { position: relative; overflow: hidden; }
.language-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,11,.8), rgba(8,9,11,.18) 55%, rgba(8,9,11,.75)); }
.language-visual.business { background: url('/assets/business-hero.jpg') center/cover; filter: saturate(.85); }
.language-visual.product { display: grid; place-items: center; background: radial-gradient(circle at 50% 38%, #f5b35d 0, #783824 33%, #161014 72%); }
.language-visual.product img { width: min(760px, 95%); position: relative; z-index: 1; transform: translateY(10%); filter: drop-shadow(0 42px 52px rgba(0,0,0,.42)); animation: float 7s ease-in-out infinite; }
.visual-tag { position: absolute; z-index: 3; bottom: 36px; font-size: 10px; font-weight: 850; letter-spacing: .2em; opacity: .6; }
.language-visual.business .visual-tag { left: 34px; }
.language-visual.product .visual-tag { right: 34px; }
.language-card { position: absolute; z-index: 5; left: 50%; top: 50%; width: min(560px, calc(100% - 44px)); transform: translate(-50%, -50%); padding: clamp(34px, 4vw, 60px); border: 1px solid rgba(255,255,255,.18); border-radius: 34px; background: rgba(8,9,11,.76); backdrop-filter: blur(28px); box-shadow: 0 40px 100px rgba(0,0,0,.45); }
.micro-brand { margin: 0 0 32px; font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.micro-brand i { color: var(--red); font-style: normal; }
.micro-brand span { font-size: 9px; opacity: .56; }
.language-card h1 { margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: .96; letter-spacing: -.055em; }
.language-card h1 em { color: rgba(255,255,255,.55); font-style: normal; }
.language-card > p { max-width: 440px; margin: 24px 0 34px; color: rgba(255,255,255,.66); line-height: 1.65; }
.language-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.language-actions a { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; border-radius: 18px; background: white; color: var(--ink); transition: transform .2s ease, background .2s ease; }
.language-actions a:hover { transform: translateY(-3px); background: #ffe8e8; }
.language-actions a span { color: var(--red); font-size: 11px; font-weight: 850; }
.language-card > small { display: block; margin-top: 24px; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; opacity: .42; }

/* Choice */
.choice-page { background: #090a0c; color: white; }
.choice-hero { min-height: 100svh; padding: 132px var(--pad) 40px; background: radial-gradient(circle at 50% 0, #271318 0, #090a0c 38%); }
.choice-intro { max-width: 860px; margin: 0 auto 48px; text-align: center; }
.choice-intro > span { font-size: 10px; letter-spacing: .17em; font-weight: 850; color: #ff7c8a; }
.choice-intro h1 { margin: 14px 0 18px; font-size: clamp(44px, 6.2vw, 88px); line-height: .92; letter-spacing: -.06em; }
.choice-intro p { max-width: 700px; margin: auto; color: rgba(255,255,255,.62); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.6; }
.route-split { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1fr 1fr; min-height: 570px; border-radius: 34px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.38); }
.route-panel { position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: clamp(28px, 4vw, 54px); isolation: isolate; }
.route-panel::after { content: ""; position: absolute; z-index: -1; inset: 0; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.route-panel:hover::after { transform: scale(1.04); }
.route-product { color: var(--ink); background: linear-gradient(155deg, #fff8ef, #edc9a4); }
.route-product::after { background: radial-gradient(circle at 75% 10%, rgba(255,255,255,.8), transparent 35%); }
.route-product img { position: absolute; z-index: -1; width: min(640px, 98%); right: -9%; top: -3%; filter: drop-shadow(0 30px 36px rgba(90,45,20,.22)); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.route-product:hover img { transform: translateY(-10px) rotate(-1deg) scale(1.02); }
.route-product-glow { position: absolute; width: 330px; height: 330px; border-radius: 50%; background: #f38c35; filter: blur(80px); opacity: .28; top: 10%; right: 2%; }
.route-business { background: url('/assets/business-hero.jpg') center/cover; }
.route-business::after { background: linear-gradient(180deg, rgba(5,8,13,.12), rgba(5,8,13,.94)); }
.route-copy { position: relative; z-index: 2; max-width: 520px; }
.route-copy > span { font-size: 10px; font-weight: 850; letter-spacing: .16em; opacity: .62; }
.route-copy h2 { margin: 12px 0 14px; font-size: clamp(34px, 3.5vw, 56px); line-height: .96; letter-spacing: -.05em; }
.route-copy p { margin: 0 0 28px; max-width: 430px; font-size: 15px; line-height: 1.55; opacity: .7; }
.route-copy b { display: inline-block; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.trust-strip { max-width: var(--max); margin: 22px auto 0; display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.trust-strip span + span::before { content: "•"; margin-right: 28px; color: var(--red); }
.family-preview { padding: clamp(90px, 12vw, 170px) var(--pad); display: grid; grid-template-columns: minmax(300px, .8fr) minmax(420px, 1.2fr); gap: clamp(48px, 8vw, 120px); align-items: center; background: var(--paper); color: var(--ink); }
.family-preview-photo { width: min(520px, 100%); justify-self: end; position: relative; }
.family-preview-photo::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(0,0,0,.14); border-radius: 32px; }
.family-preview-photo img { position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.family-preview-copy { max-width: 720px; }
.family-preview-copy h2 { margin: 14px 0 28px; font-size: clamp(42px, 5.5vw, 82px); line-height: .94; letter-spacing: -.06em; }
.family-preview-copy p { font-size: clamp(16px, 1.45vw, 20px); line-height: 1.72; color: var(--muted); }

/* Product */
.product-page { background: #f5efe8; }
.product-hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; padding: 120px var(--pad) 60px; background: linear-gradient(135deg, #f7efe5 0%, #f3e8dd 55%, #e7d2c2 100%); }
.product-hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(rgba(73,37,25,.2) .7px, transparent .7px); background-size: 8px 8px; mask-image: linear-gradient(90deg,#000,transparent 65%); }
.product-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(120,54,35,.15); }
.orbit-a { width: 68vw; height: 68vw; right: -24vw; top: -14vw; }
.orbit-b { width: 48vw; height: 48vw; right: -9vw; top: 8vw; }
.product-hero-copy { position: relative; z-index: 3; max-width: 780px; }
.product-hero-copy h1 { margin: 20px 0 28px; max-width: 840px; font-size: clamp(50px, 6.4vw, 98px); line-height: .91; letter-spacing: -.065em; }
.product-hero-copy h1 em { display: block; color: var(--red); font-style: normal; }
.product-hero-copy > p:not(.eyebrow) { max-width: 660px; margin: 0 0 34px; color: #625a58; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.6; }
.product-stage { position: relative; z-index: 2; min-height: 620px; display: grid; place-items: center; }
.product-stage::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #ff9d57 0, #d9492e 42%, transparent 70%); filter: blur(22px); opacity: .54; animation: breathe 6s ease-in-out infinite; }
.product-stage img { position: relative; z-index: 2; width: min(720px, 112%); filter: drop-shadow(0 42px 40px rgba(84,36,20,.28)); animation: float 7s ease-in-out infinite; }
.stage-label { position: absolute; right: 5%; top: 12%; font-size: clamp(36px, 6vw, 90px); font-weight: 900; letter-spacing: -.06em; color: rgba(98,48,34,.07); writing-mode: vertical-rl; }
.stage-note { position: absolute; z-index: 4; min-width: 142px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.62); border-radius: 16px; background: rgba(255,255,255,.64); backdrop-filter: blur(14px); box-shadow: 0 16px 40px rgba(100,56,37,.12); }
.stage-note b { display: block; margin-bottom: 4px; font-size: 9px; letter-spacing: .14em; color: var(--red); }
.stage-note span { font-size: 12px; font-weight: 800; }
.stage-note.morning { top: 31%; left: 4%; }
.stage-note.evening { right: 1%; bottom: 23%; }
.hero-scroll { position: absolute; left: var(--pad); bottom: 22px; display: flex; gap: 10px; align-items: center; font-size: 9px; font-weight: 850; letter-spacing: .12em; opacity: .5; }
.hero-scroll span { font-size: 16px; }
.friction-section { background: #fffaf5; }
.friction-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: var(--max); }
.friction-card { min-height: 310px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.56); transition: transform .3s ease, box-shadow .3s ease; }
.friction-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.friction-card b { margin-bottom: auto; font-size: 12px; color: var(--red); }
.friction-card h3 { margin: 40px 0 14px; font-size: clamp(24px, 2.1vw, 34px); line-height: 1.02; letter-spacing: -.04em; }
.friction-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.video-feature, .business-video, .second-video { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(520px,1.22fr); align-items: center; gap: clamp(42px, 7vw, 100px); }
.business-video, .second-video { grid-template-columns: minmax(520px,1.22fr) minmax(300px,.78fr); }
.video-wrap { width: 100%; }
.video-card { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: #191b20 var(--poster) center/cover no-repeat; color: white; text-align: left; cursor: pointer; box-shadow: 0 36px 90px rgba(0,0,0,.36); isolation: isolate; }
.video-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg,#301018,#0c0e13); }
.video-card::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.2); border-radius: inherit; pointer-events: none; }
.video-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,6,8,.06), rgba(5,6,8,.78)); transition: background .3s ease; }
.video-card:hover .video-shade { background: linear-gradient(180deg, rgba(5,6,8,.01), rgba(5,6,8,.64)); }
.video-meta { position: absolute; left: 28px; bottom: 28px; right: 180px; display: flex; flex-direction: column; gap: 8px; }
.video-meta i { font-size: 9px; letter-spacing: .16em; font-weight: 850; font-style: normal; color: #ff8d98; }
.video-meta strong { font-size: clamp(20px, 2vw, 30px); line-height: 1.08; }
.play { position: absolute; right: 26px; bottom: 26px; display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.play b { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--red); box-shadow: 0 10px 28px rgba(227,30,50,.45); }
.video-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.optimal-section { display: grid; grid-template-columns: minmax(420px,1fr) minmax(420px,1fr); gap: clamp(50px,8vw,120px); align-items: center; background: #f6eee5; }
.optimal-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.optimal-visual .halo { position: absolute; width: 82%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,#f6ab62 0,#e85a3b 36%,transparent 70%); opacity: .5; filter: blur(28px); }
.optimal-visual img { position: relative; width: min(720px,112%); filter: drop-shadow(0 40px 40px rgba(75,31,18,.26)); }
.optimal-copy { max-width: 700px; }
.product-facts { margin-top: 34px; display: grid; gap: 2px; border-radius: 22px; overflow: hidden; background: rgba(0,0,0,.1); border: 1px solid rgba(0,0,0,.1); }
.product-facts div { padding: 22px 24px; display: grid; grid-template-columns: 150px 1fr; gap: 18px; background: rgba(255,255,255,.7); }
.product-facts b { font-size: 13px; }
.product-facts span { font-size: 13px; line-height: 1.55; color: var(--muted); }
.claims-section { background: #fffaf5; }
.claims-bento { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: var(--max); }
.claim-card { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; display: flex; flex-direction: column; justify-content: flex-end; }
.claim-card.wide { grid-column: span 2; background: #e9e2d9; }
.claim-card.red { background: var(--red); color: white; border-color: transparent; }
.claim-card > span { margin-bottom: auto; font-size: clamp(48px,6vw,86px); font-weight: 300; letter-spacing: -.08em; opacity: .22; }
.claim-card h3 { margin: 28px 0 12px; font-size: clamp(24px,2vw,32px); letter-spacing: -.04em; }
.claim-card p { margin: 0; line-height: 1.6; opacity: .7; }
.source-row { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.source-chip { padding: 10px 14px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid currentColor; border-color: color-mix(in srgb,currentColor 20%,transparent); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.source-chip span { color: var(--red); }
.family-story { display: grid; grid-template-columns: minmax(360px,.9fr) minmax(440px,1.1fr); gap: clamp(54px,9vw,130px); align-items: center; }
.family-collage { position: relative; max-width: 530px; justify-self: end; }
.family-photo-main { padding: 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 34px; transform: rotate(-2deg); }
.family-photo-main img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 24px; }
.family-label { position: absolute; right: -40px; bottom: 36px; width: 230px; padding: 22px; border-radius: 20px; background: var(--red); color: white; transform: rotate(3deg); box-shadow: 0 24px 50px rgba(0,0,0,.4); }
.family-label span { font-size: 9px; letter-spacing: .13em; opacity: .68; }
.family-label b { display: block; margin-top: 8px; font-size: 15px; line-height: 1.35; }
.family-story-copy { max-width: 720px; }
.family-story-copy p { color: rgba(255,255,255,.62); }
.selection-section { background: #f4ede5; }
.selection-steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.selection-steps article { min-height: 310px; padding: 34px; border-right: 1px solid var(--line); }
.selection-steps article:last-child { border-right: 0; }
.selection-steps b { color: var(--red); font-size: 12px; }
.selection-steps h3 { margin: 80px 0 16px; font-size: clamp(24px,2vw,34px); letter-spacing: -.04em; }
.selection-steps p { margin: 0; color: var(--muted); line-height: 1.65; }
.second-video { background: #fbf8f4; }
.faq-section .section-heading { margin-bottom: 30px; }
.faq-list { max-width: 1040px; margin: 0 auto; border-top: 1px solid var(--line-dark); }
.faq-list.light { border-top-color: var(--line); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list.light details { border-bottom-color: var(--line); }
.faq-list summary { list-style: none; padding: 25px 0; display: flex; justify-content: space-between; gap: 24px; cursor: pointer; font-size: clamp(18px,2vw,26px); font-weight: 700; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-weight: 300; color: var(--red); transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: 0 0 28px; line-height: 1.7; opacity: .66; }
.final-conversion { position: relative; min-height: 700px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; align-items: center; }
.product-final { background: linear-gradient(130deg,#211013,#b13c2e 55%,#f29b4d); color: white; }
.conversion-product { position: relative; height: 100%; display: grid; place-items: center; }
.conversion-product::before { content: ""; position: absolute; width: 76%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,186,91,.32); filter: blur(36px); }
.conversion-product img { position: relative; width: min(760px,120%); filter: drop-shadow(0 45px 45px rgba(0,0,0,.35)); }
.conversion-copy { position: relative; z-index: 2; max-width: 720px; padding: var(--pad); }
.conversion-copy > span { color: #ffc2c8; font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.conversion-copy p { color: rgba(255,255,255,.7); }

/* Business */
.business-page { background: #f5f1eb; }
.business-hero { position: relative; min-height: 100svh; padding: 140px var(--pad) 120px; display: flex; align-items: center; color: white; overflow: hidden; }
.business-hero-bg, .conversion-bg { position: absolute; inset: 0; background: url('/assets/business-hero.jpg') center/cover no-repeat; transform: scale(1.02); }
.business-hero-bg { animation: cinematic 18s ease-in-out infinite alternate; }
.business-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,7,12,.94) 0%,rgba(4,7,12,.76) 48%,rgba(4,7,12,.18) 100%),linear-gradient(0deg,rgba(4,7,12,.62),transparent 45%); }
.business-hero-copy { position: relative; z-index: 2; max-width: 990px; }
.business-hero-copy h1 { margin: 20px 0 26px; max-width: 980px; font-size: clamp(58px,8.2vw,126px); line-height: .87; letter-spacing: -.068em; }
.business-hero-copy h1 em { color: #ff6575; font-style: normal; }
.business-hero-copy > p:not(.eyebrow) { max-width: 700px; margin: 0 0 34px; color: rgba(255,255,255,.74); font-size: clamp(17px,1.6vw,22px); line-height: 1.55; }
.business-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.ghost-cta { border: 1px solid rgba(255,255,255,.4); color: #fff; }
.hero-proof { position: absolute; z-index: 2; left: var(--pad); right: var(--pad); bottom: 30px; display: flex; gap: 30px; color: rgba(255,255,255,.6); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.hero-proof span + span::before { content: "•"; color: var(--red); margin-right: 30px; }
.metrics-section { position: relative; z-index: 3; max-width: calc(var(--max) + 2 * var(--pad)); margin: -1px auto 0; padding: 0 var(--pad) 80px; display: grid; grid-template-columns: repeat(4,1fr); background: var(--paper); }
.metrics-section article { min-height: 190px; padding: 36px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.metrics-section article:first-child { border-left: 1px solid var(--line); }
.metrics-section strong { font-size: clamp(40px,4vw,66px); line-height: 1; letter-spacing: -.06em; color: var(--red); }
.metrics-section article span { max-width: 190px; color: var(--muted); font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }
.metrics-section .source-row { padding-left: 0; }
.business-friction { background: var(--paper); }
.business-problems { display: grid; grid-template-columns: repeat(2,1fr); max-width: var(--max); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.business-problems article { min-height: 300px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; }
.business-problems article span { margin-bottom: auto; color: var(--red); font-size: 11px; font-weight: 850; }
.business-problems h3 { margin: 44px 0 14px; font-size: clamp(27px,2.4vw,40px); line-height: 1; letter-spacing: -.045em; }
.business-problems p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.65; }
.system-section { background: #f0ebe4; }
.system-bento { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; max-width: var(--max); }
.system-card { min-height: 290px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.64); display: flex; flex-direction: column; }
.system-card.feature { grid-column: span 2; grid-row: span 2; min-height: 594px; background: var(--ink-2); color: white; border: 0; }
.system-card > span { font-size: 10px; font-weight: 850; color: var(--red); }
.system-card h3 { margin: auto 0 14px; font-size: clamp(26px,2.4vw,40px); letter-spacing: -.045em; }
.system-card.feature h3 { margin-top: 80px; font-size: clamp(58px,7vw,96px); }
.system-card p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.6; }
.system-card.feature p { color: rgba(255,255,255,.62); }
.mock-chat { margin-top: auto; padding: 18px; display: flex; gap: 14px; align-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.06); }
.mock-chat > i { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(145deg,var(--red),#ff8b52); box-shadow: 0 0 0 7px rgba(227,30,50,.12); }
.mock-chat div { display: flex; flex-direction: column; gap: 4px; }
.mock-chat small { color: #ff7482; font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.mock-chat strong { font-size: 14px; }
.mock-chat span { color: rgba(255,255,255,.45); font-size: 10px; }
.timeline-section { overflow: hidden; }
.timeline { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 38px; height: 1px; background: linear-gradient(90deg,var(--red),rgba(255,255,255,.1)); }
.timeline article { min-height: 360px; padding: 0 30px 30px 0; position: relative; }
.timeline b { position: relative; z-index: 2; display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: var(--ink); border: 1px solid rgba(255,255,255,.25); color: #ff6f7e; font-size: 12px; box-shadow: 0 0 0 10px var(--ink); }
.timeline article > span { display: block; margin-top: 50px; color: #ff6979; font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.timeline h3 { margin: 12px 0 16px; font-size: clamp(24px,2.2vw,36px); line-height: 1.04; letter-spacing: -.04em; }
.timeline p { margin: 0; color: rgba(255,255,255,.56); line-height: 1.6; }
.team-gallery { background: #f6f2ed; }
.gallery-heading { max-width: 850px; }
.gallery-grid { margin-top: 55px; display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 14px; }
.gallery-grid figure { margin: 0; position: relative; min-height: 520px; overflow: hidden; border-radius: 26px; background: #ddd; }
.gallery-grid figure.arena { min-height: 620px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-grid figcaption { position: absolute; left: 18px; bottom: 18px; padding: 9px 12px; border-radius: 999px; background: rgba(8,9,11,.72); color: white; backdrop-filter: blur(12px); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.couple-section { display: grid; grid-template-columns: minmax(350px,.82fr) minmax(460px,1.18fr); gap: clamp(55px,9vw,130px); align-items: center; background: #e9e2da; }
.couple-photo { position: relative; max-width: 520px; justify-self: end; }
.couple-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 32px; box-shadow: var(--shadow); }
.couple-photo span { position: absolute; right: -28px; bottom: 28px; padding: 13px 16px; background: var(--red); color: white; border-radius: 999px; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.couple-copy { max-width: 720px; }
.fit-grid { max-width: var(--max); display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fit-grid article { min-height: 430px; padding: 34px; border-radius: 28px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.fit-grid article.yes { background: #ddffb3; color: var(--ink); border: 0; }
.fit-grid article > span { font-size: 40px; font-weight: 250; color: var(--red); }
.fit-grid h3 { margin: 68px 0 24px; font-size: clamp(28px,3vw,44px); letter-spacing: -.045em; }
.fit-grid ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.fit-grid li { padding: 12px 0; border-bottom: 1px solid currentColor; border-color: color-mix(in srgb,currentColor 20%,transparent); opacity: .76; }
.income-note { max-width: 900px; margin: 32px 0 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.65; }
.business-final { min-height: 780px; color: white; }
.business-final .conversion-bg { filter: saturate(.85); }
.business-final::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,7,11,.95),rgba(5,7,11,.74) 58%,rgba(5,7,11,.3)); }
.business-final .conversion-copy { grid-column: 1/2; margin-left: var(--pad); }

/* Footer */
.site-footer { padding: 70px var(--pad) 34px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 50px; background: #08090b; color: white; border-top: 1px solid rgba(255,255,255,.1); }
.footer-brand strong { font-size: 14px; letter-spacing: .14em; }
.footer-brand p { max-width: 680px; margin: 16px 0 0; color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: start; }
.footer-links a { padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 12px; font-weight: 750; }
.site-footer small { grid-column: 1/-1; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.mobile-sticky { display: none; }
.error-page { min-height: 100svh; display: grid; place-items: center; background: var(--ink); color: white; text-align: center; }
.error-page span { font-size: 12px; color: var(--red); letter-spacing: .2em; }
.error-page h1 { font-size: clamp(48px,8vw,90px); letter-spacing: -.06em; }
.error-page a { padding-bottom: 8px; border-bottom: 1px solid white; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.js .reveal.in-view { opacity: 1; transform: none; }
.js .choice-intro.reveal,
.js .product-hero-copy.reveal,
.js .product-stage.reveal,
.js .business-hero-copy.reveal { opacity: 1; transform: none; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes breathe { 0%,100% { transform: scale(.96); opacity: .44; } 50% { transform: scale(1.05); opacity: .62; } }
@keyframes cinematic { from { transform: scale(1.02) translateX(0); } to { transform: scale(1.09) translateX(-1.5%); } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .product-hero { grid-template-columns: 1fr; padding-top: 150px; }
  .product-hero-copy { max-width: 900px; }
  .product-stage { min-height: 520px; }
  .product-stage img { width: min(700px,92%); }
  .stage-label { display: none; }
  .video-feature, .business-video, .second-video { grid-template-columns: 1fr; }
  .business-video .video-wrap { order: 2; }
  .claims-bento { grid-template-columns: repeat(2,1fr); }
  .claim-card.wide { grid-column: span 1; }
  .system-bento { grid-template-columns: repeat(2,1fr); }
  .system-card.feature { grid-column: span 2; }
  .timeline { grid-template-columns: repeat(2,1fr); gap: 48px 0; }
  .timeline::before { display: none; }
  .gallery-grid { grid-template-columns: 1.35fr .65fr; }
  .gallery-grid figure:last-child { display: none; }
}

@media (max-width: 780px) {
  :root { --pad: 20px; --radius: 24px; }
  body { padding-bottom: 70px; }
  .site-header { min-height: 70px; padding: 14px 18px; }
  .brand span { display: none; }
  .header-actions { gap: 8px; }
  .mini-cta { display: none; }
  .section-pad { padding-top: 78px; padding-bottom: 78px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .video-copy h2, .optimal-copy h2, .family-story-copy h2, .couple-copy h2, .conversion-copy h2, .gallery-heading h2 { font-size: clamp(36px,11vw,54px); }
  .language-shell { grid-template-columns: 1fr; }
  .language-visual.business { grid-row: 1; }
  .language-visual.product { grid-row: 2; }
  .language-visual.product img { width: 85%; }
  .language-card { padding: 30px 24px; }
  .language-card h1 { font-size: 44px; }
  .micro-brand span { display: none; }
  .language-actions { grid-template-columns: 1fr; }
  .choice-hero { padding-top: 110px; }
  .choice-intro { text-align: left; }
  .choice-intro h1 { font-size: clamp(44px,15vw,68px); }
  .route-split { grid-template-columns: 1fr; min-height: auto; }
  .route-panel { min-height: 480px; padding: 28px; }
  .route-product img { width: 105%; right: -17%; top: -7%; }
  .route-copy h2 { font-size: 40px; }
  .trust-strip { display: none; }
  .family-preview, .family-story, .couple-section, .optimal-section { grid-template-columns: 1fr; }
  .family-preview { padding-top: 90px; padding-bottom: 90px; }
  .family-preview-photo, .couple-photo { justify-self: stretch; width: calc(100% - 22px); }
  .family-preview-copy h2 { font-size: 48px; }
  .product-hero { padding-top: 115px; padding-bottom: 40px; }
  .product-hero-copy h1 { font-size: clamp(48px,14.5vw,72px); }
  .product-stage { min-height: 390px; margin-top: 10px; }
  .product-stage img { width: 110%; }
  .stage-note { min-width: 122px; padding: 11px 12px; }
  .stage-note.morning { left: 0; top: 20%; }
  .stage-note.evening { right: 0; bottom: 16%; }
  .hero-scroll { display: none; }
  .friction-grid, .selection-steps, .metrics-section, .fit-grid { grid-template-columns: 1fr; }
  .friction-card { min-height: 260px; }
  .video-card { border-radius: 20px; }
  .video-meta { left: 18px; bottom: 18px; right: 90px; }
  .play { right: 16px; bottom: 16px; font-size: 0; }
  .play b { width: 46px; height: 46px; font-size: 12px; }
  .optimal-visual { min-height: 420px; }
  .optimal-visual img { width: 116%; }
  .product-facts div { grid-template-columns: 1fr; gap: 8px; }
  .claims-bento { grid-template-columns: 1fr; }
  .claim-card { min-height: 250px; }
  .family-collage { width: calc(100% - 28px); }
  .family-label { right: -25px; bottom: 22px; width: 205px; }
  .selection-steps article { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .selection-steps article:last-child { border-bottom: 0; }
  .selection-steps h3 { margin-top: 55px; }
  .final-conversion { min-height: 760px; grid-template-columns: 1fr; align-content: end; }
  .conversion-product { position: absolute; inset: -5% -25% auto; height: 470px; opacity: .78; }
  .conversion-copy { padding-top: 400px; padding-bottom: 70px; }
  .business-hero { padding-top: 128px; padding-bottom: 115px; align-items: flex-end; }
  .business-hero-shade { background: linear-gradient(0deg,rgba(4,7,12,.98),rgba(4,7,12,.45)); }
  .business-hero-copy h1 { font-size: clamp(58px,18vw,90px); }
  .ghost-cta { width: 100%; }
  .hero-proof { gap: 10px; flex-wrap: wrap; }
  .hero-proof span + span::before { margin-right: 10px; }
  .metrics-section { padding-top: 0; }
  .metrics-section article { min-height: 150px; border-left: 1px solid var(--line); }
  .business-problems { grid-template-columns: 1fr; }
  .business-problems article { min-height: 260px; }
  .system-bento { grid-template-columns: 1fr; }
  .system-card.feature { grid-column: span 1; min-height: 500px; }
  .system-card.feature h3 { font-size: 64px; }
  .timeline { grid-template-columns: 1fr; gap: 20px; }
  .timeline article { min-height: 300px; }
  .timeline article > span { margin-top: 30px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure, .gallery-grid figure.arena { min-height: 460px; }
  .gallery-grid figure:not(.arena) { display: none; }
  .couple-photo span { right: -12px; }
  .business-final .conversion-copy { grid-column: auto; margin-left: 0; padding-top: 210px; }
  .business-final { min-height: 760px; }
  .business-final::after { background: linear-gradient(0deg,rgba(5,7,11,.96),rgba(5,7,11,.4)); }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 70px; }
  .footer-links { grid-template-columns: 1fr; }
  .mobile-sticky { position: fixed; z-index: 120; left: 10px; right: 10px; bottom: max(10px,env(safe-area-inset-bottom)); min-height: 58px; padding: 10px 12px 10px 22px; display: flex; justify-content: space-between; align-items: center; border-radius: 999px; background: var(--red); color: white; box-shadow: 0 16px 45px rgba(0,0,0,.35); font-size: 13px; font-weight: 850; }
  .mobile-sticky span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: white; color: var(--red); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

.video-card video { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; background:#000; border:0; }
.video-placeholder { position:absolute; inset:0; display:grid; place-content:center; gap:10px; padding:28px; text-align:center; background:linear-gradient(135deg,rgba(13,15,20,.94),rgba(74,18,29,.92)); }
.video-placeholder strong { font-size:clamp(22px,3vw,38px); }
.video-placeholder small { max-width:520px; color:rgba(255,255,255,.72); line-height:1.6; }
.video-missing { cursor:default; }
.gallery-grid { grid-template-columns:repeat(6,1fr); }
.gallery-grid figure { min-width:0; }
@media (max-width:980px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid .arena{grid-column:1/-1}}
@media (max-width:620px){.gallery-grid{grid-template-columns:1fr}.gallery-grid .arena{grid-column:auto}}
