:root {
  --paper: #f3f0e8;
  --ink: #1d1e1b;
  --muted: #66675f;
  --quiet: #85867f;
  --rule: #d8d3c7;
  --gold: #c89f2d;
  --gold-dark: #9d7712;
  --white: #fffefb;
  --display: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.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; }
.shell { width: min(1780px, calc(100% - 96px)); margin-inline: auto; }

.site-header { height: 132px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--rule); }
.minor-works { display: inline-flex; align-items: center; gap: 16px; color: var(--ink); text-decoration: none; font-size: 18px; font-weight: 800; letter-spacing: .18em; }
.minor-works span { width: 15px; height: 15px; border-radius: 50%; background: var(--gold); }
nav { display: flex; gap: 48px; }
nav a { color: var(--muted); text-decoration: none; font-size: 18px; font-weight: 650; }
nav a:hover { color: var(--ink); }

.hero { min-height: 870px; display: grid; grid-template-columns: 47% 53%; align-items: center; border-bottom: 1px solid var(--rule); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding: 76px 0 94px; }
.eyebrow { margin: 0 0 30px; color: var(--gold-dark); font-size: 15px; font-weight: 800; letter-spacing: .2em; }
.hero h1 { margin: 0 0 42px; font-size: clamp(76px, 8vw, 126px); line-height: .88; letter-spacing: -.07em; font-weight: 850; }
.hero h1 span, .mini-wordmark span { color: var(--gold); }
.hero h2 { margin: 0; max-width: 720px; font-size: clamp(46px, 4.2vw, 70px); line-height: 1.04; letter-spacing: -.05em; }
.intro { max-width: 700px; margin: 34px 0 38px; color: var(--muted); font-size: 23px; line-height: 1.55; }
.waitlist { max-width: 700px; }
.waitlist-label { margin: 0 0 12px; color: var(--quiet); font-size: 14px; line-height: 1.4; }
.waitlist-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.waitlist-form input[type="email"] { min-width: 0; padding: 19px 20px; border: 2px solid var(--gold); border-right: 0; border-radius: 12px 0 0 12px; background: rgba(255,255,255,.42); color: var(--ink); font: inherit; font-size: 18px; outline: none; }
.waitlist-form input[type="email"]:focus { background: var(--white); box-shadow: inset 0 0 0 1px var(--gold-dark); }
.waitlist-form button { padding: 19px 27px; border: 2px solid var(--gold); border-radius: 0 12px 12px 0; background: transparent; color: var(--gold-dark); font: inherit; font-size: 18px; font-weight: 750; cursor: pointer; }
.waitlist-form button:hover, .waitlist-form button:focus-visible { background: var(--gold); color: var(--ink); }
.waitlist-form button:disabled { cursor: wait; opacity: .65; }
.waitlist-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.waitlist-status { min-height: 20px; margin: 8px 0 0; color: #9c4035; font-size: 13px; }
.waitlist-success { margin: 0; padding: 20px 24px; border: 2px solid var(--gold); border-radius: 12px; color: var(--gold-dark); font-size: 18px; font-weight: 700; }
.reassurance { margin: 24px 0 0; color: var(--quiet); font-size: 16px; }

.product-collage { position: relative; height: 700px; margin-left: 34px; }
.product-collage figure { position: absolute; margin: 0; overflow: hidden; background: var(--white); border: 1px solid var(--rule); box-shadow: 0 30px 70px rgba(38, 35, 27, .15); }
.panel-shot { right: 0; top: 18px; width: 530px; height: 680px; border-radius: 22px; }
.panel-shot img { width: 100%; height: 100%; object-fit: cover; object-position: left top; }
.popover-shot { left: 0; top: 198px; width: 520px; height: 425px; transform: rotate(-1.2deg); }
.popover-shot img { width: 100%; height: 100%; object-fit: cover; object-position: left top; }
.memory-strip { position: absolute; right: -10px; bottom: 60px; width: 425px; padding: 23px 29px; display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: white; z-index: 5; }
.memory-strip span { color: #f0cf74; font-size: 14px; font-weight: 800; letter-spacing: .16em; }
.memory-strip strong { font-size: 24px; }

.positioning, .product-story, .future { padding: 132px 0 0; }
.split-copy { display: grid; grid-template-columns: 55% 45%; align-items: center; padding-bottom: 110px; }
.split-copy h2 { max-width: 810px; margin: 0; font-size: clamp(46px, 4.6vw, 72px); line-height: 1.05; letter-spacing: -.05em; }
.split-copy > p, .future-copy > p { max-width: 730px; margin: 0; color: var(--muted); font-size: 24px; line-height: 1.55; }
.feature-grid, .future-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.feature-grid article, .future-grid article { min-height: 430px; padding: 70px 56px; border-right: 1px solid var(--rule); }
.feature-grid article:last-child, .future-grid article:last-child { border-right: 0; }
.number, .future-grid article > span { color: var(--gold-dark); font-size: 15px; font-weight: 800; letter-spacing: .14em; }
.feature-grid h3, .future-grid h3 { max-width: 390px; margin: 82px 0 23px; font-size: 31px; line-height: 1.16; letter-spacing: -.025em; }
.feature-grid p, .future-grid p { max-width: 470px; margin: 0; color: var(--quiet); font-size: 19px; line-height: 1.55; }

.product-story { padding-top: 175px; }
.story-heading { padding-bottom: 80px; }
.wide-product { min-height: 780px; display: grid; grid-template-columns: 50% 50%; overflow: hidden; border: 1px solid var(--rule); background: rgba(255,255,255,.27); box-shadow: 0 25px 65px rgba(35, 32, 24, .08); }
.wide-copy { padding: 100px 90px; }
.mini-wordmark { margin: 0 0 100px; font-size: 58px; font-weight: 850; letter-spacing: -.055em; }
.wide-copy h3 { max-width: 600px; margin: 0 0 32px; font-size: 43px; line-height: 1.1; letter-spacing: -.035em; }
.wide-copy > p:not(.mini-wordmark) { max-width: 620px; color: var(--muted); font-size: 21px; line-height: 1.5; }
.wide-copy ul { margin: 50px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); }
.wide-copy li { padding: 18px 0; border-bottom: 1px solid var(--rule); color: var(--muted); font-size: 18px; }
.wide-image { overflow: hidden; border-left: 1px solid var(--rule); background: #e6e6e8; }
.wide-image img { width: 100%; height: 100%; object-fit: cover; object-position: left top; }

.future { padding-top: 175px; }
.future-note { margin-top: 26px !important; font-size: 17px !important; color: var(--quiet) !important; }
.future-grid article { min-height: 400px; }
.future-grid h3 { margin-top: 80px; }

.faq { padding-top: 175px; }
.faq-layout { display: grid; grid-template-columns: 42% 58%; padding-bottom: 100px; border-bottom: 1px solid var(--rule); }
.faq h2 { margin: 0; font-size: clamp(46px, 4.6vw, 72px); line-height: 1.05; letter-spacing: -.05em; }
.faq-list { border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; align-items: baseline; padding: 30px 52px 30px 0; font-size: 22px; font-weight: 720; line-height: 1.35; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 5px; top: 24px; color: var(--gold-dark); font-size: 30px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq summary span { color: var(--gold-dark); font-size: 12px; letter-spacing: .12em; }
.faq details p { max-width: 780px; margin: -5px 52px 32px 66px; color: var(--muted); font-size: 18px; line-height: 1.6; }

.privacy { margin-top: 120px; padding: 100px 0; display: grid; grid-template-columns: 50% 50%; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.privacy h2 { margin: 0; font-size: 58px; letter-spacing: -.045em; }
.privacy > div:last-child p { max-width: 750px; margin: 0 0 25px; color: var(--muted); font-size: 20px; line-height: 1.6; }
.privacy a { text-decoration-color: var(--gold); text-underline-offset: 4px; }
.site-footer { min-height: 220px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; color: var(--quiet); }
.site-footer p { font-size: 15px; }

@media (max-width: 1100px) {
  .shell { width: min(100% - 48px, 900px); }
  .site-header { height: 110px; }
  .hero { grid-template-columns: 1fr; padding-top: 50px; }
  .hero-copy { padding-bottom: 50px; }
  .product-collage { width: min(100%, 760px); height: 700px; margin: 0 auto 80px; }
  .panel-shot { width: 510px; height: 670px; }
  .popover-shot { width: 520px; left: 0; }
  .split-copy { grid-template-columns: 1fr; gap: 55px; }
  .feature-grid, .future-grid { grid-template-columns: 1fr; }
  .feature-grid article, .future-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .feature-grid article:last-child, .future-grid article:last-child { border-bottom: 0; }
  .feature-grid h3, .future-grid h3 { margin-top: 40px; }
  .wide-product { grid-template-columns: 1fr; }
  .wide-image { height: 700px; border-left: 0; border-top: 1px solid var(--rule); }
  .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .privacy { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 640px) {
  .shell { width: calc(100% - 34px); }
  .site-header { height: 84px; }
  .minor-works { gap: 10px; font-size: 12px; }
  .minor-works span { width: 10px; height: 10px; }
  nav { gap: 18px; }
  nav a { font-size: 13px; }
  .hero { min-height: 0; }
  .hero-copy { padding: 75px 0 38px; }
  .eyebrow { margin-bottom: 24px; font-size: 11px; }
  .hero h1 { margin-bottom: 38px; font-size: 72px; }
  .hero h2 { font-size: 45px; }
  .intro { margin: 28px 0; font-size: 19px; }
  .waitlist-label { font-size: 12px; }
  .waitlist-form { grid-template-columns: 1fr; gap: 8px; }
  .waitlist-form input[type="email"], .waitlist-form button { padding: 15px 16px; border: 2px solid var(--gold); border-radius: 9px; font-size: 15px; }
  .waitlist-success { padding: 16px 18px; font-size: 15px; }
  .reassurance { font-size: 12px; }
  .product-collage { height: 520px; margin-bottom: 55px; }
  .panel-shot { width: 84%; height: 500px; }
  .popover-shot { top: 180px; width: 78%; height: 280px; }
  .memory-strip { right: -12px; bottom: 35px; width: 78%; padding: 17px; }
  .memory-strip span { font-size: 9px; }
  .memory-strip strong { font-size: 18px; }
  .positioning, .product-story, .future { padding-top: 95px; }
  .split-copy { padding-bottom: 65px; gap: 35px; }
  .split-copy h2 { font-size: 43px; }
  .split-copy > p, .future-copy > p { font-size: 19px; }
  .feature-grid article, .future-grid article { padding: 42px 20px; }
  .feature-grid h3, .future-grid h3 { font-size: 27px; }
  .feature-grid p, .future-grid p { font-size: 17px; }
  .wide-copy { padding: 55px 24px; }
  .mini-wordmark { margin-bottom: 65px; font-size: 44px; }
  .wide-copy h3 { font-size: 37px; }
  .wide-copy > p:not(.mini-wordmark) { font-size: 18px; }
  .wide-image { height: 500px; }
  .faq { padding-top: 95px; }
  .faq-layout { padding-bottom: 65px; gap: 35px; }
  .faq h2 { font-size: 43px; }
  .faq summary { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; padding: 24px 38px 24px 0; font-size: 18px; }
  .faq summary::after { top: 18px; font-size: 27px; }
  .faq details p { margin: -2px 20px 26px 44px; font-size: 16px; }
  .privacy { margin-top: 95px; padding: 70px 0; }
  .privacy h2 { font-size: 46px; }
  .privacy > div:last-child p { font-size: 18px; }
  .site-footer { padding: 55px 0; grid-template-columns: 1fr; gap: 12px; }
}
