:root {
  --ink: #09090b;
  --ink-soft: #121216;
  --night: #11171e;
  --cream: #f4f0eb;
  --cream-deep: #ebe2d9;
  --warm: #d4b39b;
  --warm-deep: #b78b77;
  --text: #f7f3ef;
  --text-dark: #1e1a19;
  --muted: rgba(247, 243, 239, .62);
  --muted-dark: rgba(30, 26, 25, .62);
  --line: rgba(247, 243, 239, .14);
  --line-dark: rgba(30, 26, 25, .14);
  --pulse: #ff536d;
  --pulse-deep: #e2314f;
  --amber: #f2ae7e;
  --shell: min(1180px, calc(100vw - 96px));
  --ease: cubic-bezier(.22, .8, .22, 1);
  color-scheme: dark;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Hiragino Sans GB", sans-serif;
  background: var(--ink);
  color: var(--text);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ink); color: var(--text); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }

.shell { width: var(--shell); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-180%); padding: 10px 14px; border-radius: 999px; background: var(--cream); color: var(--ink); transition: transform .2s var(--ease); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; background: linear-gradient(180deg, rgba(9, 9, 11, .78), rgba(9, 9, 11, 0)); transition: background .3s ease, backdrop-filter .3s ease; }
.site-header.is-scrolled { background: rgba(9, 9, 11, .74); backdrop-filter: blur(16px); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-size: 20px; font-weight: 600; letter-spacing: -.04em; }
.brand-dot { color: var(--pulse); }
.header-tools { display: flex; align-items: center; gap: 22px; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; color: rgba(247, 243, 239, .76); }
.site-nav a:not(.nav-cta) { transition: color .2s ease; }
.site-nav a:not(.nav-cta):hover, .site-nav a:not(.nav-cta):focus-visible { color: var(--text); }
.nav-cta { border: 1px solid rgba(247, 243, 239, .28); border-radius: 999px; padding: 10px 15px; color: var(--text); transition: background .2s ease, border-color .2s ease; }
.nav-cta:hover, .nav-cta:focus-visible { border-color: var(--text); background: rgba(247, 243, 239, .12); }
.language-picker { display: flex; align-items: center; }
.language-picker select { appearance: none; border: 1px solid rgba(247, 243, 239, .26); border-radius: 999px; padding: 9px 28px 9px 12px; background: rgba(9, 9, 11, .22) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='m1 1 4 4 4-4' fill='none' stroke='%23f7f3ef' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 11px center; color: rgba(247, 243, 239, .82); font-size: 11px; cursor: pointer; }
.language-picker select:focus-visible { outline: 2px solid var(--pulse); outline-offset: 2px; }
.language-picker option { background: var(--ink); color: var(--text); }
.menu-toggle, .mobile-nav { display: none; }

.section-dark { background: var(--ink); color: var(--text); }
.section-light { background: var(--cream); color: var(--text-dark); }
.section-warm { background: var(--cream-deep); color: var(--text-dark); }
.section-warm-deep { background: var(--warm-deep); color: var(--text-dark); }
.eyebrow { margin: 0 0 20px; font-size: 11px; font-weight: 600; letter-spacing: .16em; line-height: 1.25; text-transform: uppercase; opacity: .58; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -.045em; text-wrap: balance; font-kerning: normal; }
h1 em, h2 em { color: var(--pulse); font-style: normal; }
h1 { margin-bottom: 30px; font-size: clamp(58px, 8vw, 116px); line-height: 1; }
h2 { margin-bottom: 24px; font-size: clamp(46px, 6vw, 84px); line-height: .99; }
.headline-line { display: block; }
.punctuation { display: inline-block; margin-left: -.12em; margin-right: -.12em; }
.keep-together { white-space: nowrap; }
.single-line-title { white-space: nowrap; }
p { line-height: 1.72; text-wrap: pretty; }

.hero { position: relative; min-height: 820px; height: max(100svh, 820px); overflow: hidden; }
.hero-backdrop { position: absolute; z-index: 0; inset: 0; background: radial-gradient(ellipse at 72% 52%, rgba(109, 35, 48, .14), transparent 34%), rgba(9, 9, 11, .14); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; width: 100%; max-width: none; min-height: inherit; height: 100%; margin: 0; padding: 0 clamp(40px, 5vw, 96px); display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-copy { position: relative; z-index: 2; max-width: 580px; margin-left: clamp(36px, 8vw, 150px); padding-top: 68px; text-shadow: 0 2px 22px rgba(9, 9, 11, .44); }
.hero-copy .eyebrow { color: var(--pulse); opacity: 1; }
.hero-copy h1 { font-size: clamp(56px, 7vw, 104px); line-height: 1.02; }
.hero-lede { max-width: 430px; margin-bottom: 34px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; border: 1px solid transparent; border-radius: 999px; padding: 14px 20px; font-size: 13px; font-weight: 600; letter-spacing: -.01em; transition: transform .25s var(--ease), background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button span { font-size: 15px; line-height: 0; }
.button-primary { background: var(--pulse); color: #fff; box-shadow: 0 12px 34px rgba(255, 83, 109, .22); }
.button-primary:hover, .button-primary:focus-visible { background: #ff7184; }
.button-dark { background: var(--ink); color: var(--text); }
.button-dark:hover, .button-dark:focus-visible { background: #26242a; }
.availability { display: inline-flex; align-items: center; gap: 8px; color: rgba(247, 243, 239, .54); font-size: 11px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pulse); box-shadow: 0 0 0 5px rgba(255, 83, 109, .12); }
.hero-visual { position: absolute; z-index: 1; inset: 0 -6% 0 0; margin: 0; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 9, 11, .58) 0%, rgba(9, 9, 11, .32) 22%, rgba(9, 9, 11, .06) 46%, rgba(9, 9, 11, .1) 80%, rgba(9, 9, 11, .3) 100%), linear-gradient(0deg, rgba(9, 9, 11, .68) 0%, transparent 24%, transparent 82%, rgba(9, 9, 11, .2) 100%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; opacity: .98; filter: saturate(.96) contrast(1.02); }
.hero-scroll { position: absolute; z-index: 2; left: 50%; bottom: 34px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(247, 243, 239, .45); font-size: 10px; letter-spacing: .08em; transform: translateX(-50%); }
.hero-scroll i { display: block; width: 1px; height: 42px; background: linear-gradient(var(--pulse), transparent); }

.statement { padding: 180px 0 170px; }
.statement-inner { max-width: 740px; text-align: center; }
.statement .eyebrow { color: var(--pulse-deep); opacity: 1; }
.statement h2 { margin-bottom: 28px; font-size: clamp(64px, 10vw, 132px); }
.statement-copy { max-width: 500px; margin: 0 auto 64px; color: var(--muted-dark); font-size: 18px; }
.separation-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 0; color: rgba(30, 26, 25, .5); font-size: 12px; }
.separation-list span { display: inline-flex; align-items: center; }
.separation-list span + span::before { content: "·"; padding: 0 14px; color: var(--pulse-deep); }

.ritual { padding: 148px 0 130px; overflow: hidden; }
.section-heading { max-width: 620px; margin-bottom: 76px; }
.section-heading .eyebrow { color: var(--pulse-deep); opacity: 1; }
.section-heading > p:last-child { color: var(--muted-dark); font-size: 17px; }
.ritual-stage { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; max-width: 850px; margin: 0 auto; }
.ritual-line { position: absolute; top: 48px; right: 14%; left: 14%; z-index: 0; display: flex; align-items: center; justify-content: space-between; }
.ritual-line::before { content: ""; position: absolute; right: 0; left: 0; top: 50%; border-top: 1px dashed rgba(30, 26, 25, .25); }
.ritual-line span { position: relative; z-index: 1; width: 7px; height: 7px; border-radius: 50%; background: var(--pulse); box-shadow: 0 0 0 7px rgba(226, 49, 79, .1); }
.ritual-line i { position: absolute; left: 50%; z-index: 1; width: 24px; height: 24px; border-radius: 50%; background: var(--cream-deep); border: 1px solid rgba(226, 49, 79, .36); transform: translateX(-50%); }
.ritual-line i::after { content: "♥"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--pulse-deep); font-size: 10px; }
.ritual-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.ritual-step > p { margin: 22px 0 4px; font-size: 16px; font-weight: 600; }
.ritual-step small { color: var(--muted-dark); font-size: 12px; }
.step-disc { display: grid; place-items: center; width: 96px; height: 96px; border: 1px solid rgba(30, 26, 25, .2); border-radius: 50%; background: rgba(255, 255, 255, .26); }
.step-number { position: absolute; margin: -68px 0 0 -62px; color: var(--pulse-deep); font-size: 10px; font-weight: 600; letter-spacing: .1em; }
.step-icon { position: relative; display: block; width: 34px; height: 34px; color: var(--pulse-deep); }
.wrist-icon::before { content: ""; position: absolute; inset: 7px 0; border: 2px solid currentColor; border-radius: 14px 7px 7px 14px; transform: rotate(-24deg); }
.wrist-icon::after { content: ""; position: absolute; right: -2px; bottom: 1px; width: 16px; height: 2px; background: currentColor; transform: rotate(-24deg); box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor; }
.wave-icon::before, .wave-icon::after { content: ""; position: absolute; inset: 4px; border: 2px solid currentColor; border-color: currentColor transparent; border-radius: 50%; transform: rotate(-35deg); }
.wave-icon::after { inset: 10px; }
.pulse-watch { position: relative; width: 112px; height: 142px; padding: 0; border: 0; background: transparent; color: inherit; transition: transform .25s var(--ease); }
.pulse-watch:hover, .pulse-watch:focus-visible { transform: translateY(-6px); }
.watch-strap { position: absolute; left: 38px; width: 36px; height: 50px; background: #312b2b; }
.watch-strap-top { top: -25px; border-radius: 12px 12px 5px 5px; }
.watch-strap-bottom { bottom: -25px; border-radius: 5px 5px 12px 12px; }
.watch-case { position: absolute; inset: 0 12px; z-index: 1; display: grid; place-items: center; border: 5px solid #3d3737; border-radius: 28px; background: #131112; box-shadow: 0 22px 40px rgba(61, 34, 30, .2); }
.watch-screen { display: grid; place-items: center; width: 72px; height: 96px; border-radius: 19px; background: radial-gradient(circle at center, #741e2d, #16070b 65%); }
.watch-heart { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--pulse); color: #fff; font-size: 17px; box-shadow: 0 0 0 10px rgba(255, 83, 109, .12), 0 0 30px rgba(255, 83, 109, .45); transition: transform .25s ease, box-shadow .25s ease; }
.pulse-watch.is-pulsing .watch-heart { animation: heart-touch .85s var(--ease) both; }
.watch-label { position: absolute; right: 0; bottom: -54px; left: 0; color: var(--pulse-deep); font-size: 10px; opacity: 0; transition: opacity .25s ease; }
.pulse-watch:focus-visible .watch-label, .pulse-watch:hover .watch-label { opacity: 1; }
.touch-status { min-height: 22px; margin: 68px 0 0; text-align: center; color: var(--pulse-deep); font-size: 13px; }

.receive { padding: 0; overflow: hidden; }
.receive-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; align-items: center; }
.receive-media { position: relative; align-self: stretch; min-height: 600px; margin-left: calc((var(--shell) - 100vw) / 2); overflow: hidden; }
.receive-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, var(--ink)), linear-gradient(0deg, var(--ink) 0%, transparent 18%, transparent 82%, var(--ink) 100%); pointer-events: none; }
.receive-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; opacity: .88; }
.image-caption { position: absolute; z-index: 1; right: 42px; bottom: 40px; max-width: 210px; color: rgba(247, 243, 239, .68); font-size: 11px; line-height: 1.55; }
.receive-copy { padding: 80px 0 80px 82px; }
.receive-copy .eyebrow { color: var(--pulse); opacity: 1; }
.receive-copy > p:not(.eyebrow):not(.micro-copy) { max-width: 300px; color: var(--muted); font-size: 17px; }
.touch-signal { display: flex; align-items: center; gap: 12px; margin: 58px 0 17px; }
.touch-signal span { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--pulse); box-shadow: 0 0 0 8px rgba(255, 83, 109, .08); }
.touch-signal span:first-child, .touch-signal span:last-child { opacity: .34; transform: scale(.8); }
.touch-signal i { width: 42px; height: 1px; background: linear-gradient(90deg, transparent, var(--pulse)); }
.touch-signal i:nth-of-type(2) { transform: rotate(180deg); }
.micro-copy { color: var(--pulse); font-size: 11px; letter-spacing: .16em; }

.receiver { padding: 156px 0; }
.receiver-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.receiver-copy { padding-left: 10%; }
.receiver-copy .eyebrow { color: var(--pulse-deep); opacity: 1; }
.receiver-copy > p:not(.eyebrow) { max-width: 320px; color: var(--muted-dark); font-size: 16px; }
.receiver-media { position: relative; }
.receiver-media::before { content: ""; position: absolute; z-index: 0; top: 10%; right: -8%; bottom: -8%; left: 12%; border: 1px solid rgba(30, 26, 25, .16); }
.receiver-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.76; object-fit: cover; object-position: center; filter: saturate(.88); }

.private { position: relative; min-height: 760px; display: grid; place-items: center; overflow: hidden; text-align: center; }
.private::before { content: ""; position: absolute; inset: 12% 20%; background: radial-gradient(circle, rgba(255, 83, 109, .12), transparent 65%); filter: blur(2px); }
.private-inner { position: relative; z-index: 1; max-width: 660px; }
.private-inner .eyebrow { color: var(--pulse); opacity: 1; }
.private-inner > p:last-child { max-width: 420px; margin: 0 auto; color: var(--muted); font-size: 16px; }
.private-orbit { display: flex; align-items: center; justify-content: space-between; max-width: 260px; margin: 0 auto 60px; }
.private-orbit span { width: 18px; height: 18px; border: 1px solid var(--pulse); border-radius: 50%; box-shadow: 0 0 0 7px rgba(255, 83, 109, .08); }
.private-orbit i { position: relative; width: 150px; color: var(--pulse); font-size: 30px; font-style: normal; letter-spacing: 1em; }
.private-orbit i::before { content: ""; position: absolute; top: 50%; right: 0; left: 0; border-top: 1px solid rgba(255, 83, 109, .46); }

.memory { padding: 160px 0; overflow: hidden; }
.memory-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.memory-copy .eyebrow { color: var(--pulse-deep); opacity: 1; }
.memory-copy > p:not(.eyebrow) { max-width: 320px; color: var(--muted-dark); font-size: 16px; }
.memory-visual { position: relative; min-height: 240px; }
.memory-axis { position: absolute; top: 50%; right: 0; left: 0; border-top: 1px solid rgba(30, 26, 25, .2); }
.memory-pulse { position: absolute; top: 50%; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(226, 49, 79, .42); border-radius: 50%; background: var(--cream-deep); color: var(--pulse-deep); transform: translate(-50%, -50%); }
.memory-pulse::before { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(226, 49, 79, .14); border-radius: 50%; }
.memory-pulse span { font-size: 15px; font-weight: 500; }
.memory-pulse small { position: absolute; top: 74px; color: var(--muted-dark); font-size: 10px; white-space: nowrap; }
.pulse-1 { left: 8%; }.pulse-2 { left: 34%; }.pulse-3 { left: 62%; }.pulse-4 { left: 91%; border-color: var(--pulse-deep); box-shadow: 0 0 0 12px rgba(226, 49, 79, .08); }

.waitlist { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; }
.waitlist-glow { position: absolute; inset: -25% -10%; background: radial-gradient(ellipse at 70% 50%, rgba(255, 236, 222, .3), transparent 45%); pointer-events: none; }
.waitlist-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; padding: 100px 0 120px; }
.waitlist-copy .eyebrow { color: rgba(30, 26, 25, .55); opacity: 1; }
.waitlist-copy h2 { font-size: clamp(58px, 7vw, 102px); }
.waitlist-copy > p:last-child { max-width: 310px; color: var(--muted-dark); font-size: 15px; }
.waitlist-form-wrap { padding-bottom: 12px; }
.waitlist-form { display: flex; align-items: stretch; gap: 10px; max-width: 490px; }
.waitlist-form .button { flex: 0 0 auto; white-space: nowrap; }
.waitlist-form input { width: 100%; min-width: 0; border: 1px solid rgba(30, 26, 25, .28); border-radius: 999px; padding: 0 20px; outline: none; background: rgba(255, 247, 240, .42); color: var(--text-dark); transition: border-color .2s ease, box-shadow .2s ease; }
.waitlist-form input::placeholder { color: rgba(30, 26, 25, .48); }
.waitlist-form input:focus { border-color: var(--pulse-deep); box-shadow: 0 0 0 4px rgba(226, 49, 79, .12); }
.form-note, .form-status { margin: 14px 0 0 20px; color: var(--muted-dark); font-size: 11px; }
.form-status { min-height: 18px; color: var(--pulse-deep); }
.waitlist-dialog { width: min(560px, calc(100vw - 32px)); max-width: none; max-height: calc(100svh - 32px); margin: auto; overflow: auto; padding: 0; border: 0; border-radius: 28px; background: var(--cream); color: var(--text-dark); box-shadow: 0 28px 90px rgba(9, 9, 11, .32); }
.waitlist-dialog::backdrop { background: rgba(9, 9, 11, .68); backdrop-filter: blur(10px); }
.waitlist-dialog-inner { position: relative; padding: 54px 56px 48px; }
.waitlist-dialog .eyebrow { margin-bottom: 16px; color: var(--pulse-deep); opacity: 1; }
.waitlist-dialog h2 { max-width: 390px; margin-bottom: 18px; font-size: clamp(48px, 8vw, 76px); }
.waitlist-dialog h2 em { color: var(--pulse-deep); }
.dialog-copy { max-width: 360px; margin-bottom: 30px; color: var(--muted-dark); font-size: 15px; }
.waitlist-form-modal { max-width: none; }
.waitlist-dialog .form-note, .waitlist-dialog .form-status { margin-left: 8px; }
.dialog-close { position: absolute; top: 18px; right: 20px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; color: var(--text-dark); font-size: 22px; line-height: 1; transition: background .2s ease, transform .2s ease; }
.dialog-close:hover, .dialog-close:focus-visible { background: rgba(30, 26, 25, .08); transform: rotate(8deg); }
.site-footer { background: var(--ink); color: rgba(247, 243, 239, .46); }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; padding: 28px 0; font-size: 11px; }
.footer-inner > span:first-child { color: var(--text); font-size: 15px; font-weight: 600; letter-spacing: -.04em; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal-delay="100"] { transition-delay: .1s; }
[data-reveal-delay="120"] { transition-delay: .12s; }
[data-reveal-delay="140"] { transition-delay: .14s; }

@keyframes heart-touch { 0% { transform: scale(1); box-shadow: 0 0 0 10px rgba(255, 83, 109, .12), 0 0 30px rgba(255, 83, 109, .45); } 35% { transform: scale(1.18); box-shadow: 0 0 0 22px rgba(255, 83, 109, .06), 0 0 45px rgba(255, 83, 109, .65); } 65% { transform: scale(.92); } 100% { transform: scale(1); box-shadow: 0 0 0 10px rgba(255, 83, 109, .12), 0 0 30px rgba(255, 83, 109, .45); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 48px, 720px); }
  .header-tools { gap: 14px; }
  .site-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { align-self: end; padding-bottom: 130px; }
  .hero-visual { inset: 0 -12% 0 0; opacity: .9; }
  .hero-visual::after { background: linear-gradient(90deg, rgba(9, 9, 11, .52) 0%, rgba(9, 9, 11, .18) 54%, transparent 100%), linear-gradient(0deg, rgba(9, 9, 11, .68) 2%, transparent 38%, rgba(9, 9, 11, .28) 100%); }
  .receive-copy { padding-left: 50px; }
  .receiver-grid, .memory-grid { gap: 48px; }
  .waitlist-inner { gap: 48px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 40px); }
  .header-inner { height: 66px; }
  .site-nav { display: none; }
  .language-picker select { padding: 8px 26px 8px 10px; }
  .menu-toggle { position: relative; display: grid; gap: 5px; width: 40px; height: 40px; place-content: center; border: 1px solid rgba(247, 243, 239, .24); border-radius: 50%; background: transparent; color: var(--text); }
  .menu-toggle span:not(.sr-only) { display: block; width: 13px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .mobile-nav { display: grid; max-height: 0; overflow: hidden; padding: 0 20px; background: rgba(9, 9, 11, .94); transition: max-height .3s var(--ease), padding .3s var(--ease); }
  .mobile-nav.is-open { max-height: 210px; padding: 8px 20px 18px; }
  .mobile-nav a { padding: 13px 0; border-top: 1px solid var(--line); font-size: 14px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-grid { width: 100%; padding: 0; }
  .hero-copy { width: var(--shell); margin: 0 auto; padding-bottom: 112px; }
  h1, .hero-copy h1 { font-size: clamp(58px, 17vw, 92px); }
  .hero-lede { max-width: 270px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-visual { inset: 0; opacity: .9; }
  .hero-visual img { object-position: 72% center; }
  .hero-visual::after { background: linear-gradient(0deg, rgba(9, 9, 11, .7) 5%, rgba(9, 9, 11, .2) 52%, rgba(9, 9, 11, .36) 100%), linear-gradient(90deg, rgba(9, 9, 11, .48), transparent 58%, rgba(9, 9, 11, .32)); }
  .hero-scroll { display: none; }
  .statement { padding: 112px 0 106px; }
  .statement h2 { font-size: clamp(62px, 19vw, 98px); }
  .statement-copy { font-size: 16px; }
  .separation-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .separation-list span + span::before { display: none; }
  .ritual { padding: 105px 0 96px; }
  .section-heading { margin-bottom: 62px; }
  h2 { font-size: clamp(46px, 14vw, 72px); }
  .single-line-title { font-size: clamp(34px, 10vw, 58px); letter-spacing: -.06em; }
  .ritual-stage { gap: 4px; }
  .ritual-line { right: 12%; left: 12%; }
  .step-disc { width: 70px; height: 70px; }
  .step-number { margin: -52px 0 0 -46px; font-size: 9px; }
  .step-icon { transform: scale(.78); }
  .pulse-watch { transform: scale(.82); margin: -13px 0; }
  .pulse-watch:hover, .pulse-watch:focus-visible { transform: scale(.82) translateY(-6px); }
  .receive-grid { grid-template-columns: 1fr; min-height: 0; }
  .receive-media { min-height: 500px; margin: 0; }
  .receive-media::after { background: linear-gradient(0deg, var(--ink), transparent 36%, rgba(9, 9, 11, .18) 100%); }
  .receive-copy { padding: 90px 0 110px; }
  .receiver { padding: 106px 0; }
  .receiver-grid, .memory-grid { grid-template-columns: 1fr; gap: 55px; }
  .receiver-copy, .memory-copy { padding-left: 0; }
  .receiver-media { grid-row: 1; }
  .receiver-media::before { top: 7%; right: -3%; bottom: -5%; left: 6%; }
  .private { min-height: 660px; }
  .private-inner { width: var(--shell); }
  .private-inner > p:last-child { font-size: 15px; }
  .memory { padding: 110px 0 135px; }
  .memory-visual { min-height: 180px; }
  .memory-pulse { width: 48px; height: 48px; }
  .memory-pulse small { top: 62px; }
  .waitlist { min-height: 700px; }
  .waitlist-inner { grid-template-columns: 1fr; gap: 52px; padding: 100px 0 140px; }
  .waitlist-form { display: grid; }
  .waitlist-form input { min-height: 48px; }
  .waitlist-dialog-inner { padding: 48px 24px 30px; }
  .waitlist-dialog h2 { font-size: clamp(46px, 15vw, 68px); }
  .waitlist-dialog .waitlist-form { display: grid; }
  .form-note, .form-status { margin-left: 8px; }
  .footer-inner { flex-wrap: wrap; padding: 24px 0; }
  .footer-inner > span:nth-child(2) { width: 100%; order: 3; }
}

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