* { box-sizing: border-box; }
html { scroll-padding-top: 96px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.65 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; }
h1,h2,h3,p,figure { margin: 0; }
h1,h2 { font-family: var(--display); font-weight: 400; line-height: 1.07; letter-spacing: -.055em; text-wrap: balance; }
h1 { font-size: clamp(64px, 7vw, 88px); }
h2 { font-size: clamp(38px, 4vw, 58px); }
h1 em,h2 em { color: var(--accent); font-weight: 400; }
h3 { font-size: 21px; line-height: 1.3; font-weight: 600; letter-spacing: -.03em; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
button,input { font: inherit; }
button,a,input,summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 4px; }
::selection { background: var(--accent-soft); color: var(--ink); }
.wrap { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 104px; }
.eyebrow { color: var(--accent); font-size: 11px; line-height: 1.65; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 22px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; min-height: 44px; font-size: 14px; font-weight: 600; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 56px; padding: 14px 26px; border: 0; border-radius: 999px; background: var(--ink); color: var(--bg); text-decoration: none; cursor: pointer; font-weight: 600; font-size: 15px; line-height: 1.5; }
.btn:hover { background: var(--accent); color: var(--accent-ink); }
.btn:disabled { opacity: .65; cursor: wait; }
.btn span { font-size: 20px; font-weight: 400; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 20; background: var(--surface); padding: 14px 20px; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 10; background: var(--bg); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; font-family: var(--display); font-size: 23px; letter-spacing: -.055em; }
.wordmark picture { display: block; flex: 0 0 42px; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 500; }
.site-header nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.site-header nav a:hover { color: var(--accent); }
.header-cta { border-bottom: 1px solid currentColor; gap: 18px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; column-gap: 68px; padding-block: 64px 88px; align-items: center; }
.hero-copy { align-self: end; padding-top: 24px; }
.hero .eyebrow { margin-bottom: 24px; }
.hero-description { max-width: 34ch; margin-top: 28px; font-size: 18px; color: var(--muted); line-height: 1.65; }
.hero-art { grid-column: 2; grid-row: 1; padding: 12px 18px; }
.photo-stack { position: relative; margin: 0 auto 34px; width: min(100%, 420px); }
.photo-stack::before { content: ''; position: absolute; inset: 3px -4px -1px; transform: rotate(-5deg); border: 1px solid var(--line); border-radius: 5px; background: var(--accent-soft); }
.photo-print { position: relative; padding: 10px 10px 0; border-radius: 5px; background: var(--paper); transform: rotate(3deg); box-shadow: var(--shadow); }
.photo-print img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 2px; }
.print-caption { color: var(--paper-ink); text-transform: uppercase; letter-spacing: .18em; text-align: center; font-size: 9px; padding: 20px 4px; }
.photo-note { position: absolute; bottom: -25px; right: -24px; z-index: 1; padding: 10px 20px; background: var(--surface); box-shadow: var(--shadow); color: var(--accent); transform: rotate(-7deg); font-family: var(--display); font-style: italic; font-size: 19px; white-space: nowrap; }
.hero-art figcaption { color: var(--muted); text-align: center; font-size: 11px; margin-top: 30px; }
.hero-actions { align-self: start; margin-top: 32px; display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; }
.platform-note { flex-basis: 100%; color: var(--muted); font-size: 12px; margin-top: 1px; }
.story { background: var(--accent-soft); padding-bottom: 34px; }
.story-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; }
.story-copy { font-size: 19px; max-width: 43ch; padding-top: 4px; color: var(--muted); }
.story-copy p+p { margin-top: 20px; }
.story-copy .story-last { color: var(--ink); font-family: var(--display); font-size: 25px; }
.moment-strip { margin-top: 64px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; color: var(--muted); }
.section-intro { margin-bottom: 54px; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 44px; }
.steps li { position: relative; border-top: 1px solid var(--line); padding-top: 26px; }
.step-number { font-family: var(--display); font-size: 20px; color: var(--muted); }
.step-symbol { height: 72px; margin-top: 22px; }
.step-symbol svg { width: 64px; height: 48px; fill: var(--bg); stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.steps h3 { margin-bottom: 16px; }
.steps p { color: var(--muted); font-size: 15px; }
.steps .fineprint { margin-top: 14px; font-size: 12px; }
.honesty-note { margin-top: 54px; padding: 26px 0 0; border-top: 1px solid var(--line); display: flex; gap: 48px; }
.honesty-note .eyebrow { flex: 0 0 140px; margin: 3px 0 0; }
.honesty-note p { color: var(--muted); font-size: 14px; max-width: 70ch; }
.privacy { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.privacy-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; }
.privacy-intro>p:not(.eyebrow) { color: var(--muted); margin-top: 28px; max-width: 33ch; }
.privacy-intro .text-link { margin-top: 20px; }
.privacy-details details { border-bottom: 1px solid var(--line); }
.privacy-details details:first-child { border-top: 1px solid var(--line); }
.privacy-details summary { position: relative; padding: 24px 36px 24px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 550; line-height: 1.4; }
.privacy-details summary::-webkit-details-marker { display: none; }
.privacy-details summary::after { content: '+'; position: absolute; right: 4px; top: 22px; font-size: 24px; color: var(--accent); font-weight: 400; }
.privacy-details details[open] summary::after { content: '−'; }
.privacy-details details>div { padding: 0 28px 24px 0; font-size: 14px; color: var(--muted); }
.privacy-details p+p { margin-top: 14px; }
.privacy-details details a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 10px; color: var(--accent); }
.about-card { display: grid; grid-template-columns: 280px 1fr; gap: 64px; align-items: start; }
.about-photo { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 4px; filter: saturate(.8); }
.about-name { font-family: var(--display); font-weight: 400; font-size: 34px; }
.about-role { color: var(--muted); font-size: 12px; margin-top: 8px; }
.bio { font-size: 15px; color: var(--muted); margin-top: 20px; max-width: 65ch; }
.about-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 20px; }
.about-links a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: 13px; }
.about-links svg { width: 16px; height: 16px; }
.about-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 44px; margin-top: 44px; border-top: 1px solid var(--line); padding-top: 28px; color: var(--muted); font-size: 12px; }
.about-facts b { color: var(--ink); font-weight: 600; }
.waitlist { background: #A44835; color: #FFFAF5; }
.waitlist-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 90px; align-items: center; }
.waitlist-intro .eyebrow { color: #F8DFD3; }
.waitlist h2 { font-size: clamp(40px,4vw,56px); }
.waitlist-emphasis { margin-top: 24px; font-family: var(--display); font-style: italic; font-size: 26px; }
.waitlist-intro>p:not(.eyebrow):not(.waitlist-emphasis) { max-width: 35ch; margin-top: 24px; font-size: 15px; }
.waitlist-intro .invitation-note { font-size: 12px !important; }
.form-card { padding: 34px; background: var(--surface); color: var(--ink); border-radius: 8px; box-shadow: 0 24px 60px -30px #3B130B60; }
.form-card h3 { font-family: var(--display); font-size: 28px; font-weight: 400; margin-bottom: 26px; }
.waitlist-form { position: relative; }
.waitlist-pill label { display: block; font-weight: 500; font-size: 13px; margin-bottom: 8px; }
input[type=email] { width: 100%; height: 54px; padding: 12px 14px; color: var(--ink); background: var(--bg); border: 1px solid var(--line); border-radius: 6px; font-size: 16px; }
input[type=email]::placeholder { color: var(--muted); }
.consent-row { display: flex; align-items: start; gap: 12px; margin-block: 22px; }
.consent-row input { flex: 0 0 20px; width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--accent); cursor: pointer; }
.consent-row label { font-size: 12px; color: var(--muted); line-height: 1.7; cursor: pointer; }
.consent-row a { color: var(--ink); }
.waitlist-form .btn { width: 100%; justify-content: space-between; }
.form-status:empty { display: none; }
.form-status { font-size: 14px; padding: 16px; margin-top: 20px; border-radius: 6px; background: var(--accent-soft); }
.form-error { border-left: 3px solid var(--accent); }
.form-note { font-size: 12px; color: var(--muted); line-height: 1.65; margin-top: 20px; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.site-footer { padding-block: 40px 28px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 24px; font-size: 13px; }
.site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 24px; display: flex; gap: 20px; justify-content: space-between; color: var(--muted); font-size: 11px; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .btn { transition: background .2s, color .2s, transform .2s; }
  .btn:active { transform: scale(.98); }
  .hero-art { animation: arrive .65s ease-out both; }
  @keyframes arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
}
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .hero { column-gap: 34px; }
  .hero-actions { gap: 12px 18px; }
  .story-layout,.privacy-layout,.waitlist-layout { gap: 44px; }
  .about-card { grid-template-columns: 220px 1fr; gap: 40px; }
  .form-card { padding: 28px; }
  .steps { gap: 26px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 82px; }
  .wrap { width: calc(100% - 40px); }
  .section { padding-block: 64px; }
  .header-inner { min-height: 70px; gap: 12px; }
  .wordmark { font-size: 21px; gap: 5px; }
  .wordmark picture { flex-basis: 34px; }
  .wordmark img { width: 34px; }
  .site-header .nav-detail { display: none; }
  .site-header nav { font-size: 12px; }
  .header-cta { gap: 8px; }
  .hero { display: flex; flex-direction: column; text-align: center; padding-block: 32px 50px; }
  .hero-copy { padding-top: 0; align-self: auto; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 14px; letter-spacing: .14em; }
  h1 { font-size: clamp(49px,13vw,66px); line-height: 1.01; }
  .hero-description { font-size: 15px; line-height: 1.6; margin: 18px auto 0; max-width: 32ch; }
  .hero-art { padding: 0; margin: 30px auto 0; width: 228px; }
  .photo-stack { margin-bottom: 22px; }
  .photo-print { padding: 7px 7px 0; }
  .photo-print img { aspect-ratio: 4/4.6; }
  .print-caption { font-size: 7px; padding-block: 13px; letter-spacing: .14em; }
  .photo-note { display: none; }
  .hero-art figcaption { font-size: 10px; margin-top: 22px; }
  .hero-actions { justify-content: center; align-self: auto; margin-top: 24px; gap: 12px 22px; }
  .hero-actions .btn { min-height: 52px; }
  .hero-actions .text-link { font-size: 13px; }
  .platform-note { font-size: 11px; margin-top: 0; }
  h2 { font-size: 40px; }
  .eyebrow { margin-bottom: 20px; font-size: 10px; }
  .story-layout,.privacy-layout,.waitlist-layout { grid-template-columns: 1fr; gap: 30px; }
  .story-copy { font-size: 16px; max-width: none; }
  .story-copy .story-last { font-size: 24px; }
  .moment-strip { margin-top: 36px; display: block; font-size: 10px; padding-top: 10px; }
  .moment-strip span { display: block; padding-block: 10px; }
  .moment-strip span::before { content: '·'; padding-right: 12px; color: var(--accent); }
  .section-intro { margin-bottom: 32px; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .steps li { padding-left: 58px; padding-top: 25px; }
  .step-number { position: absolute; top: 23px; left: 0; }
  .step-symbol { display: none; }
  .steps h3 { font-size: 20px; margin-bottom: 12px; }
  .honesty-note { display: block; margin-top: 32px; }
  .honesty-note .eyebrow { display: block; margin-bottom: 12px; }
  .privacy-intro>p:not(.eyebrow) { margin-top: 22px; }
  .privacy-details summary { padding-block: 22px; font-size: 16px; }
  .privacy-details details>div { padding-right: 12px; }
  .about-card { grid-template-columns: 1fr; gap: 28px; }
  .about-photo { width: 128px; border-radius: 50%; }
  .about-name { font-size: 30px; }
  .about-role { font-size: 11px; }
  .bio { font-size: 14px; }
  .about-facts { grid-template-columns: 1fr; gap: 14px; margin-top: 28px; font-size: 11px; }
  .waitlist h2 { font-size: 40px; }
  .waitlist-emphasis { font-size: 24px; margin-top: 20px; }
  .form-card { padding: 26px 22px; margin-top: 8px; }
  .form-card h3 { font-size: 26px; }
  .site-footer { padding-block: 28px; }
  .footer-top,.footer-bottom { flex-direction: column; align-items: flex-start; }
  .site-footer nav { gap: 16px; font-size: 12px; }
  .footer-bottom { gap: 12px; padding-top: 20px; margin-top: 20px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .wordmark { font-size: 19px; }
  .header-cta span { display: none; }
  .hero-actions { flex-direction: column; gap: 6px; }
  .hero-actions .btn { width: 100%; }
  .hero-art { width: 214px; }
  h2,.waitlist h2 { font-size: 35px; }
}
@media (min-width: 701px) and (max-height: 800px) {
  .hero { padding-block: 36px 56px; }
  .photo-stack { width: 350px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: clamp(60px,6.5vw,88px); }
}

.btn [data-submit-label] { font-size: 15px; font-weight: 600; }

.hero-content { grid-column: 1; grid-row: 1; }
@media (max-width: 700px) { .hero-content { display: contents; } .hero-copy { order: 1; } .hero-art { order: 2; } .hero-actions { order: 3; } }
