:root {
  --paper: #f3eee3;
  --paper-deep: #e7dece;
  --ink: #17211d;
  --muted: #5c685f;
  --rule: rgba(23, 33, 29, .22);
  --vermillion: #e34a2b;
  --blue: #2254d6;
  --white: #fffdf8;
  --display: "Fraunces", Georgia, serif;
  --body: "Manrope", system-ui, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.6 var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.skip-link { position: fixed; top: -70px; left: 16px; z-index: 100; padding: 10px 16px; background: var(--ink); color: var(--white); }
.skip-link:focus { top: 16px; }
.paper-grain { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .18; background-image: repeating-linear-gradient(0deg, rgba(23,33,29,.03) 0 1px, transparent 1px 4px), radial-gradient(circle at 20% 15%, rgba(255,255,255,.6), transparent 28%); mix-blend-mode: multiply; }

.masthead { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 0 4vw; border-bottom: 1px solid var(--ink); background: rgba(243,238,227,.95); }
.wordmark { display: inline-flex; justify-self: start; align-items: center; gap: 10px; text-decoration: none; font: 650 1.2rem var(--display); }
.wordmark-mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--vermillion); color: var(--white); font: .75rem var(--mono); }
.masthead-label { font: .66rem var(--mono); letter-spacing: .08em; }
.invited-link { justify-self: end; font: 500 .73rem var(--mono); text-decoration-thickness: 1px; text-underline-offset: 5px; }
.invited-link:hover, .lower a:hover { color: var(--blue); }

.hero { min-height: min(800px, calc(100vh - 76px)); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .75fr); align-items: center; gap: clamp(32px, 6vw, 120px); padding: clamp(58px, 7vw, 120px) 6vw 78px 4vw; border-bottom: 1px solid var(--ink); }
.hero-copy { max-width: 850px; }
.eyebrow, .signup-topline, .lower-label { font: 500 .67rem/1.35 var(--mono); letter-spacing: .1em; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; }
.accent-line { width: 34px; height: 2px; background: var(--vermillion); }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 26px; font: 500 clamp(3.35rem, 6.2vw, 7.1rem)/.99 var(--display); letter-spacing: -.052em; }
h1 em { font-weight: 650; font-style: italic; color: var(--vermillion); }
.intro { max-width: 53ch; margin-bottom: 52px; font-size: clamp(1rem, 1.28vw, 1.18rem); line-height: 1.8; }
.method-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.method-rail > div { min-height: 88px; padding: 17px 15px 15px 0; border-right: 1px solid var(--rule); }
.method-rail > div:not(:first-child) { padding-left: 15px; }
.method-rail > div:last-child { border-right: 0; }
.method-rail span { display: block; margin-bottom: 9px; color: var(--vermillion); font: .66rem var(--mono); }
.method-rail strong { display: block; font: 600 .72rem/1.35 var(--body); }
.scope-note { max-width: 54ch; margin: 30px 0 0; color: var(--muted); font: .71rem/1.7 var(--mono); }
.scope-note span { color: var(--blue); }

.signup { position: relative; max-width: 520px; width: 100%; padding: clamp(28px, 3vw, 44px); border: 1px solid var(--ink); background: var(--white); box-shadow: 16px 16px 0 var(--paper-deep); }
.signup::before { content: ""; position: absolute; top: -1px; left: -1px; width: 78px; height: 4px; background: var(--vermillion); }
.signup-topline { display: flex; justify-content: space-between; align-items: center; color: var(--muted); }
.asterisk { color: var(--vermillion); font: 1.4rem var(--display); }
h2 { margin: 30px 0 10px; font: 500 clamp(2.1rem, 3vw, 3.05rem)/1.1 var(--display); letter-spacing: -.038em; }
.signup > p:not(.privacy) { max-width: 42ch; margin-bottom: 30px; color: var(--muted); font-size: .87rem; line-height: 1.75; }
form { display: grid; gap: 13px; }
form > label:not(.consent) { font: 500 .66rem var(--mono); text-transform: uppercase; letter-spacing: .06em; }
input[type=email] { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--ink); border-radius: 0; background: #fff; color: var(--ink); font-size: .92rem; }
input[type=email]::placeholder { color: #849087; }
.honey { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 9px 0 2px; cursor: pointer; font-size: .75rem; line-height: 1.55; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--ink); }
.turnstile-slot { min-height: 65px; }
form button { display: flex; justify-content: space-between; align-items: center; gap: 10px; width: 100%; min-height: 54px; padding: 13px 17px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); cursor: pointer; font: 500 .74rem var(--mono); letter-spacing: .02em; transition: background 180ms ease, transform 180ms ease; }
form button:not(:disabled):hover { background: var(--vermillion); transform: translateY(-2px); }
form button:disabled { opacity: .52; cursor: not-allowed; }
.form-status { min-height: 1.5em; margin: 0; color: var(--muted); font-size: .73rem; }
.form-status[data-kind=error] { color: #a22a19; }
.form-status[data-kind=success] { color: #17623a; }
.privacy { margin: 20px 0 0; padding-top: 17px; border-top: 1px solid var(--rule); color: var(--muted); font-size: .69rem; line-height: 1.6; }
.privacy a { text-underline-offset: 3px; }

.lower { display: grid; grid-template-columns: minmax(160px, .3fr) minmax(0, .8fr) minmax(180px, .35fr); align-items: start; gap: 32px; padding: 48px 4vw 56px; }
.lower-label { color: var(--vermillion); }
.lower p:nth-child(2) { max-width: 70ch; margin: 0; font: 500 1rem/1.7 var(--display); }
.lower a { justify-self: end; font: .7rem/1.6 var(--mono); text-underline-offset: 5px; }
footer { display: flex; justify-content: space-between; gap: 25px; padding: 18px 4vw; border-top: 1px solid var(--ink); font: .63rem var(--mono); letter-spacing: .05em; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 62px; }
  .signup { max-width: 650px; }
  .lower { grid-template-columns: 1fr 2fr; }
  .lower a { grid-column: 2; justify-self: start; }
}
@media (max-width: 650px) {
  .masthead { grid-template-columns: 1fr auto; min-height: 66px; padding: 0 20px; }
  .masthead-label { display: none; }
  .invited-link { max-width: 140px; text-align: right; font-size: .63rem; }
  .hero { padding: 58px 20px 62px; gap: 45px; }
  h1 { font-size: clamp(3.05rem, 11vw, 5rem); }
  .intro { margin-bottom: 34px; }
  .method-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-rail > div:nth-child(2) { border-right: 0; }
  .method-rail > div:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
  .method-rail > div:nth-child(3) { padding-left: 0; }
  .signup { box-shadow: 8px 8px 0 var(--paper-deep); }
  .lower { display: block; padding: 39px 20px 47px; }
  .lower p:nth-child(2) { margin: 20px 0 20px; }
  footer { display: grid; padding: 18px 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
