@font-face { font-family: Inter; src: url('./fonts/inter-latin-400-normal.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url('./fonts/inter-latin-900-normal.woff2') format('woff2'); font-weight: 900; font-display: swap; }
:root { --paper: #f2f0e8; --ink: #171814; --muted: #64645b; --line: #cac8bd; --lime: #d7ff47; --mono: 'Courier New', monospace; --serif: Georgia, 'Times New Roman', serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: linear-gradient(#f2f0e8df, #f2f0e8df), var(--paper) url('./paper-grain.png') repeat; color: var(--ink); font-family: Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #668000; outline-offset: 5px; }
::selection { background: var(--lime); color: var(--ink); }
.edition { max-width: 1600px; margin: auto; padding: 0 4.2%; }
.skip-link { position: absolute; top: -80px; background: var(--lime); padding: 16px; z-index: 10; }
.skip-link:focus { top: 12px; }
.masthead { min-height: 101px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand, .brand img { display: block; }
.brand img { width: 126px; height: auto; }
.masthead-note, .nav-cta, .edition-line, .eyebrow, .action-note, .figure-note, .conversation-top, .conversation-bottom, .ticker, .card-label, .privacy-note, .footer-top, .footer-bottom { font-family: var(--mono); font-size: 11px; font-weight: bold; letter-spacing: 1px; line-height: 1.5; }
.masthead-note { letter-spacing: 2px; }
.nav-cta { text-decoration: none; border-bottom: 1px solid var(--ink); padding: 8px 0; }
.nav-cta span { margin-left: 24px; font-size: 18px; }
.edition-line { padding: 12px 0; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.launch-status { display: flex; align-items: center; gap: 8px; }
.launch-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }
.hero { display: grid; grid-template-columns: 61% 39%; padding: 62px 0 52px; }
.hero-copy { position: relative; z-index: 1; padding-right: 22px; }
.eyebrow { margin: 0; }
.hero-copy > .eyebrow { font-size: 10px; display: flex; align-items: center; gap: 10px; }
.lime-rule { display: inline-block; width: 26px; height: 7px; border: 1px solid var(--ink); background: var(--lime); flex-shrink: 0; }
h1 { font-size: clamp(42px, 6.6vw, 104px); line-height: .94; letter-spacing: -.065em; word-spacing: .08em; font-weight: 900; margin: 29px 0 0; }
.hero-serif { font: italic clamp(32px, 4.45vw, 68px)/1.05 var(--serif); letter-spacing: -.06em; margin: 10px 0 26px; }
.hero-description { max-width: 430px; font-size: 16px; line-height: 1.65; margin: 0 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.button { background: var(--lime); border: 1px solid var(--ink); color: var(--ink); border-radius: 0; padding: 18px 21px; text-decoration: none; font: 700 12px/1.25 var(--mono); letter-spacing: .6px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; cursor: pointer; transition: background .18s; }
.button:hover { background: #c5ed33; }
.button span[aria-hidden] { font-size: 21px; line-height: 1; }
.button:disabled { opacity: .6; cursor: wait; }
.action-note { font-size: 10px; color: var(--muted); letter-spacing: 0; font-weight: normal; }
.hero-visual { position: relative; padding: 8px 0 0 24px; border-left: 1px solid var(--line); }
.night-photo { margin: 0; position: relative; background: #141414; }
.night-photo > img { display: block; width: 100%; height: 305px; object-fit: cover; object-position: 45% center; }
.night-photo figcaption { position: absolute; left: 22px; bottom: 23px; color: var(--paper); font: 700 12px/1.6 var(--mono); letter-spacing: .5px; text-shadow: 0 1px 4px #000; }
.night-photo figcaption em { font: italic 23px/1.3 var(--serif); letter-spacing: -.5px; }
.conversation { position: relative; margin: -15px 15px 0 -13px; background: #faf9f4; border: 1px solid var(--ink); box-shadow: 5px 6px 0 #dad8cc; transform: rotate(-2deg); }
.conversation-top { display: flex; justify-content: space-between; align-items: center; padding: 13px 18px; border-bottom: 1px solid var(--ink); font-size: 9px; letter-spacing: .5px; }
.conversation-mark { font-size: 15px; }
.shopper { margin: 20px 17px 12px 48px; padding: 12px 14px; border: 1px solid var(--line); font-size: 12px; line-height: 1.6; border-radius: 12px 12px 0 12px; }
.advisor { margin: 0 34px 19px 17px; background: var(--ink); color: var(--paper); padding: 14px 17px; border-radius: 12px 12px 12px 0; }
.advisor .eyebrow { color: var(--lime); font-size: 9px; }
.advisor p { font-size: 12px; line-height: 1.65; margin: 7px 0 0; }
.conversation-bottom { display: flex; justify-content: space-between; border-top: 1px dashed var(--line); padding: 12px 17px; font-size: 8px; letter-spacing: .3px; }
.figure-note { font-size: 8px; letter-spacing: .3px; margin: 20px 0 0; color: var(--muted); text-align: center; }
.ticker { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; font-size: 12px; }
.ticker i { font-size: 23px; font-style: normal; line-height: 1; }
.story { display: grid; grid-template-columns: 24% 76%; padding: 76px 0 70px; }
.section-label { display: flex; flex-direction: column; justify-content: space-between; }
.editorial-symbol { font-size: 65px; line-height: 1; }
.story h2 { font-size: clamp(26px, 3.1vw, 48px); line-height: 1.17; letter-spacing: -1.7px; font-weight: 400; margin: 0 0 30px; }
.story h2 em { font-family: var(--serif); font-size: 1.11em; }
.story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.story-columns p { font-size: 14px; line-height: 1.8; margin: 0; max-width: 360px; color: #4e5047; }
.capabilities { padding-bottom: 72px; }
.section-heading { display: flex; justify-content: space-between; padding: 16px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); gap: 20px; }
.section-heading .eyebrow { font-size: 10px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.capability-grid article { padding: 32px 30px 0 0; display: flex; flex-direction: column; }
.capability-grid article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.step-number { font: italic 22px var(--serif); color: var(--muted); }
h3 { font-size: 34px; line-height: 1.12; letter-spacing: -1.3px; font-weight: 400; margin: 23px 0 20px; }
h3 em { font-family: var(--serif); font-size: 1.13em; }
.capability-grid p { font-size: 13px; line-height: 1.8; color: #4e5047; margin: 0 0 25px; max-width: 320px; }
.card-label { font-size: 9px; letter-spacing: .3px; margin-top: auto; }
.early-access { border: 1px solid var(--ink); background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1fr 1fr; scroll-margin-top: 24px; }
.access-copy { padding: 43px 42px; position: relative; }
.access-copy > .eyebrow { display: flex; align-items: center; gap: 10px; font-size: 9px; letter-spacing: .4px; }
.access-copy .lime-rule { border-color: var(--lime); }
.access-copy h2 { font-size: clamp(42px, 4.65vw, 70px); line-height: 1.02; letter-spacing: -3px; font-weight: 900; margin: 30px 0 24px; }
.access-copy h2 em { font-family: var(--serif); font-weight: 400; color: var(--lime); }
.access-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.8; color: #cecec1; margin: 0; }
.access-stamp { display: block; width: 88px; border: 1px solid #85877a; color: var(--lime); font: 12px/1.4 var(--mono); letter-spacing: 2px; padding: 10px; transform: rotate(-8deg); margin-top: 30px; }
.access-form-wrap { background: #e9e7dd; color: var(--ink); padding: 34px 35px; }
.form-heading { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #b6b5a9; padding-bottom: 18px; margin-bottom: 28px; }
.form-heading > span:last-child { font-size: 30px; line-height: 1; }
.form-heading .eyebrow { font-size: 10px; letter-spacing: .4px; }
form label { display: block; font-size: 12px; margin-bottom: 9px; }
form label .optional { color: var(--muted); }
form input:not([type=checkbox]) { display: block; width: 100%; border: 1px solid #a6a698; background: #f7f6f0; border-radius: 0; min-height: 49px; padding: 13px; font-size: 14px; color: var(--ink); }
form input[aria-invalid=true] { border-color: #ad251c; }
.field-error { min-height: 15px; font-size: 11px; line-height: 1.4; color: #a21e16; margin: 5px 0 13px; }
.consent { display: flex; align-items: flex-start; gap: 10px; font-size: 11px; line-height: 1.6; margin-top: 3px; }
.consent input { margin: 3px 0 0; width: 15px; height: 15px; flex-shrink: 0; accent-color: var(--ink); }
form .button { width: 100%; }
.form-status { font-size: 13px; line-height: 1.5; margin: 14px 0 0; }
.form-status:empty { display: none; }
.form-status[data-state=error] { color: #a21e16; }
.privacy-note { font-size: 9px; font-weight: normal; letter-spacing: 0; line-height: 1.7; color: #55574c; margin: 17px 0 0; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
footer { padding-top: 56px; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.footer-top a, .footer-bottom a { text-decoration: none; }
.footer-top a:hover, .footer-bottom a:hover { text-decoration: underline; }
.footer-wordmark { font-size: clamp(115px, 24.8vw, 380px); line-height: 1; letter-spacing: -.08em; font-weight: 900; margin: 17px 0 20px; display: flex; align-items: flex-start; justify-content: space-between; }
.footer-wordmark span { font: 400 24px/1 Inter; margin-top: 25px; letter-spacing: 0; }
.footer-bottom { padding: 18px 0 24px; border-top: 1px solid var(--ink); font-size: 9px; color: var(--muted); }
@media (min-width: 1600px) { .edition { padding: 0 67px; } }
@media (max-width: 1000px) {
    .masthead-note { font-size: 9px; letter-spacing: 1px; }
    .hero { grid-template-columns: 58% 42%; padding-top: 42px; }
    .hero-visual { padding-left: 18px; }
    .night-photo > img { height: 270px; }
    .night-photo figcaption { left: 14px; }
    .night-photo figcaption em { font-size: 19px; }
    .hero-description { font-size: 14px; }
    .hero-actions { gap: 12px; }
    .button { padding: 16px; gap: 18px; }
    .action-note { font-size: 9px; }
    .ticker { font-size: 10px; }
    .story { grid-template-columns: 20% 80%; }
    .access-copy { padding: 34px 27px; }
    .access-form-wrap { padding: 28px 24px; }
    .capability-grid article { padding-right: 20px; }
    .capability-grid article + article { padding-left: 20px; }
    h3 { font-size: 29px; }
}
@media (max-width: 700px) {
    .edition { padding: 0 22px; }
    .masthead { min-height: 82px; }
    .brand img { width: 105px; }
    .masthead-note, .edition-right, .edition-number { display: none; }
    .nav-cta { font-size: 10px; }
    .nav-cta span { margin-left: 9px; }
    .edition-line { font-size: 9px; }
    .hero { display: block; padding: 37px 0 32px; }
    .hero-copy { padding: 0; }
    .hero-copy > .eyebrow { font-size: 8px; letter-spacing: .4px; }
    h1 { font-size: clamp(32px, 9.5vw, 67px); letter-spacing: -.07em; margin-top: 24px; }
    .hero-serif { font-size: clamp(29px, 8.3vw, 58px); margin: 12px 0 24px; }
    .hero-description { font-size: 14px; max-width: 430px; }
    .hero-actions { gap: 20px; }
    .action-note { font-size: 9px; }
    .hero-visual { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; margin-top: 35px; }
    .night-photo > img { height: 280px; }
    .night-photo figcaption { left: 20px; bottom: 28px; }
    .night-photo figcaption em { font-size: 24px; }
    .conversation { max-width: 400px; margin: -13px 15px 0 10px; }
    .shopper, .advisor p { font-size: 13px; }
    .figure-note { font-size: 8px; }
    .ticker { gap: 9px; flex-wrap: wrap; justify-content: center; font-size: 8px; padding: 14px 0; letter-spacing: .3px; }
    .ticker i { font-size: 16px; }
    .story { display: block; padding: 43px 0; }
    .section-label { flex-direction: row; align-items: center; margin-bottom: 24px; }
    .editorial-symbol { font-size: 34px; }
    .story h2 { font-size: 29px; letter-spacing: -1px; margin-bottom: 23px; }
    .story-columns { grid-template-columns: 1fr; gap: 16px; }
    .story-columns p { max-width: none; font-size: 13px; }
    .section-heading > .eyebrow:last-child { display: none; }
    .section-heading .eyebrow { font-size: 9px; letter-spacing: .2px; }
    .capabilities { padding-bottom: 36px; }
    .capability-grid { grid-template-columns: 1fr; }
    .capability-grid article, .capability-grid article + article { padding: 25px 0; border-left: 0; border-bottom: 1px solid var(--line); position: relative; }
    .step-number { position: absolute; right: 4px; top: 27px; }
    h3 { margin: 0 0 17px; font-size: 32px; }
    .capability-grid p { max-width: none; margin-bottom: 18px; }
    .early-access { grid-template-columns: 1fr; }
    .access-copy { padding: 31px 24px; }
    .access-copy h2 { font-size: 53px; }
    .access-copy > .eyebrow { font-size: 8px; }
    .access-stamp { position: absolute; right: 22px; bottom: 32px; font-size: 10px; width: 73px; }
    .access-copy > p:not(.eyebrow) { font-size: 11px; padding-right: 60px; }
    .access-form-wrap { padding: 28px 23px; }
    form input:not([type=checkbox]) { font-size: 16px; }
    .footer-top { font-size: 8px; letter-spacing: .4px; }
    .footer-wordmark { font-size: 25vw; margin: 26px 0; }
    .footer-wordmark span { font-size: 16px; margin-top: 7px; }
    .footer-bottom { flex-wrap: wrap; font-size: 8px; letter-spacing: .2px; }
    .footer-bottom > span:nth-child(2) { display: none; }
    footer { padding-top: 35px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
