:root {
  --ink: #223132;
  --muted: #667475;
  --paper: #f4efe6;
  --paper-deep: #e9dfd0;
  --coral: #e66f54;
  --coral-dark: #c6533e;
  --cream: #fffaf1;
  --line: rgba(34, 49, 50, .18);
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; text-decoration: none; }
.page-shell { max-width: 1440px; margin: auto; padding: 0 6.3vw; overflow: hidden; }
.topbar { height: 100px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font: 600 15px 'DM Mono', monospace; letter-spacing: .03em; text-transform: uppercase; }
.wordmark-art { width: 56px; height: 35px; object-fit: cover; object-position: left center; mix-blend-mode: multiply; }
.topbar-note { color: var(--muted); font: 400 11px 'DM Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }
.topbar-note span { color: var(--coral); margin-left: 10px; }
.intro { min-height: 555px; display: grid; grid-template-columns: minmax(0, 1fr) 43%; align-items: center; gap: 5vw; padding: 72px 0 88px; }
.eyebrow { display: flex; gap: 11px; align-items: center; margin: 0 0 26px; color: var(--coral-dark); font: 500 10px 'DM Mono', monospace; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow-line { width: 27px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: 'Fraunces', serif; font-weight: 500; letter-spacing: -.035em; line-height: .95; }
h1 { max-width: 600px; font-size: clamp(57px, 6.4vw, 94px); }
h1 em, h2 em { color: var(--coral); font-style: italic; }
.intro-text { max-width: 430px; margin: 29px 0 40px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.member-note { display: flex; align-items: center; gap: 15px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.member-note strong { color: var(--ink); font-weight: 700; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { display: grid; place-items: center; width: 27px; height: 27px; margin-left: -8px; border: 2px solid var(--paper); border-radius: 50%; background: #b6c2b5; color: var(--ink); font: 600 10px 'DM Mono', monospace; }
.avatar-stack span:nth-child(2) { background: #dd9c78; }.avatar-stack span:nth-child(3) { background: #d6c778; }.avatar-stack span:nth-child(4) { background: var(--ink); color: var(--cream); }
.letter-art { position: relative; height: 390px; align-self: center; background: var(--paper-deep); isolation: isolate; transform: rotate(2deg); }
.letter-art::before { position: absolute; inset: 17px; border: 1px solid rgba(34,49,50,.12); content: ''; }
.letter-card { position: absolute; top: 56px; left: 13%; width: 64%; height: 282px; padding: 20px 24px; background: var(--cream); box-shadow: 13px 13px 0 rgba(34,49,50,.1); transform: rotate(-6deg); }
.letter-card-top { display: flex; justify-content: space-between; color: var(--coral-dark); font: 500 9px 'DM Mono', monospace; letter-spacing: .06em; }
.letter-lines { margin-top: 55px; }.letter-lines i { display: block; width: 70%; height: 1px; margin: 13px 0; background: #c9c1b6; }.letter-lines i:nth-child(2) { width: 84%; }.letter-lines i:nth-child(3) { width: 61%; }.letter-lines i:nth-child(4) { width: 76%; }
.letter-signature { position: absolute; bottom: 27px; color: var(--muted); font: italic 14px 'Fraunces', serif; line-height: 1.25; }.letter-signature b { color: var(--coral-dark); font-weight: 500; }
.letter-flower { position: absolute; right: 22px; bottom: 25px; color: var(--coral); font-size: 47px; transform: rotate(10deg); }
.stamp { position: absolute; top: 42px; right: 9%; display: grid; width: 84px; height: 99px; place-content: center; gap: 5px; border: 2px dotted var(--cream); outline: 1px solid var(--coral-dark); background: var(--coral); color: var(--cream); text-align: center; transform: rotate(11deg); }.stamp span, .stamp small { font: 500 8px 'DM Mono', monospace; }.stamp strong { font: 29px serif; line-height: 1; }.stamp small { font-size: 6px; }
.sun-stamp { position: absolute; right: 19%; bottom: 38px; color: var(--coral); font-size: 42px; transform: rotate(-13deg); }.art-caption { position: absolute; right: 6%; bottom: 20px; color: var(--muted); font: italic 13px 'Fraunces', serif; line-height: 1.2; transform: rotate(-2deg); }
.signup-panel { display: grid; grid-template-columns: 36% 1fr; gap: 10vw; padding: 76px 7% 85px; background: var(--ink); color: var(--cream); }
.signup-panel .eyebrow { color: #e99b80; }.form-heading h2 { font-size: clamp(42px, 4vw, 62px); }.form-heading > p:last-child { max-width: 285px; margin-top: 27px; color: #a8b5b1; font-size: 12px; line-height: 1.7; }
form { padding-top: 7px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 22px; row-gap: 26px; }.field { display: block; color: #a8b5b1; font: 10px 'DM Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }.field-wide { grid-column: 1 / -1; }.field input { display: block; width: 100%; height: 42px; margin-top: 9px; padding: 0 0 11px; border: 0; border-bottom: 1px solid #586968; border-radius: 0; outline: 0; background: transparent; color: var(--cream); font: 14px 'Manrope', sans-serif; transition: border-color .2s; }.field input::placeholder { color: #71807d; }.field input:focus { border-color: #e99b80; }.field input:invalid:not(:placeholder-shown) { border-color: #dc8c78; }.error-message { display: block; height: 0; color: #ed9c86; font: 9px 'Manrope', sans-serif; letter-spacing: 0; text-transform: none; }
.consent { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: #a8b5b1; font-size: 11px; cursor: pointer; }.consent input { position: absolute; opacity: 0; }.checkmark { width: 16px; height: 16px; border: 1px solid #70817c; flex: 0 0 auto; }.consent input:checked + .checkmark { border-color: var(--coral); background: var(--coral); box-shadow: inset 0 0 0 3px var(--ink); }.consent input:focus-visible + .checkmark { outline: 2px solid #e99b80; outline-offset: 2px; }
button { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 310px; margin-top: 31px; padding: 14px 17px; border: 0; background: var(--coral); color: var(--cream); font: 600 12px 'Manrope', sans-serif; cursor: pointer; transition: background .2s, transform .2s; } button:hover { background: var(--coral-dark); transform: translateY(-2px); } button span { font-size: 19px; line-height: .5; }.form-status { min-height: 18px; margin: 12px 0 0; color: #e99b80; font-size: 11px; }
footer { display: flex; justify-content: space-between; padding: 24px 0; color: var(--muted); font: 9px 'DM Mono', monospace; letter-spacing: .03em; text-transform: uppercase; }
@media (max-width: 760px) { .page-shell { padding: 0 22px; }.topbar { height: 77px; }.topbar-note { display: none; }.intro { display: block; padding: 57px 0 68px; }.intro-text { margin-top: 24px; }.letter-art { height: 330px; margin-top: 65px; }.letter-card { top: 42px; height: 240px; }.stamp { top: 28px; }.signup-panel { display: block; margin: 0 -22px; padding: 62px 22px 65px; }.form-heading > p:last-child { margin-bottom: 43px; }.form-grid { display: block; }.field { margin-bottom: 26px; }.field input { height: 40px; }.consent { align-items: flex-start; line-height: 1.5; }button { max-width: none; }footer { display: block; line-height: 2; }footer span { display: block; } }
@media (prefers-reduced-motion: reduce) { *, html { scroll-behavior: auto !important; transition: none !important; } }
