:root {
  --ink: #0A0A0A;
  --paper: #F7F4EC;
  --gold: #FFC72C;
  --gold-light: #FFDD7E;
  --gold-dark: #8B6807;
  --muted: #a8aaa7;
  --line: rgba(255, 255, 255, 0.18);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Arial, Helvetica, sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: white; font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--gold); color: var(--ink); padding: .8rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { min-height: 88px; padding: 12px clamp(20px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; background: rgba(8, 8, 8, .92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 12px; font-family: var(--display); font-size: 18px; line-height: .85; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.brand img { width: 60px; height: 60px; object-fit: cover; }
nav { display: flex; gap: 2rem; }
nav a, .header-cta { font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
nav a:hover, nav a:focus-visible, .header-cta:hover, .header-cta:focus-visible { color: var(--gold); }
.header-cta { justify-self: end; }

/* Mobile nav panel — lives outside <header> so the header's backdrop-filter
   (which creates a containing block for fixed descendants) can't clip it. */
#mainNav { display: none; position: fixed; inset: 76px 0 0 0; flex-direction: column; gap: 0; padding: 10px 24px 30px; background: #080808; overflow-y: auto; z-index: 60; }
#mainNav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .95rem; }

.hero { min-height: calc(100vh - 88px); position: relative; display: flex; align-items: flex-end; padding: clamp(44px, 7vw, 100px) clamp(20px, 6vw, 90px); isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; inset: 0; z-index: -3; background: url("assets/hero.jpg") center 42% / cover no-repeat; transform: scale(1.02); filter: contrast(1.06) saturate(1.08); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,3,3,.94) 0%, rgba(3,3,3,.63) 48%, rgba(3,3,3,.18) 82%), linear-gradient(0deg, rgba(3,3,3,.8) 0%, transparent 55%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .09; background-image: repeating-linear-gradient(0deg, transparent 0 3px, white 4px); pointer-events: none; }
.hero-copy { max-width: 960px; }
.eyebrow, .section-label { color: var(--gold); font-size: .74rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 44px; height: 3px; margin: 0 10px 3px 0; background: var(--gold); }
.hero h1, .section h2 { margin: 18px 0 22px; font-family: var(--display); font-weight: 900; line-height: .88; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 { font-size: clamp(3.6rem, 9vw, 9rem); }
.hero-signature { max-width: 720px; margin: 0 0 20px; font-family: Georgia, serif; font-style: italic; font-size: clamp(1.15rem, 2.1vw, 1.5rem); color: var(--gold-light); line-height: 1.35; }
.hero-lede { max-width: 680px; margin: 0; font-size: clamp(1.08rem, 1.8vw, 1.35rem); color: #e4e4e1; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: .9rem 1.25rem; border: 1px solid transparent; border-radius: 0; font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: var(--gold-light); }
.button-quiet { border-color: rgba(255,255,255,.35); }
.button-disabled { display: inline-flex; background: rgba(0,0,0,.06); color: #999; cursor: default; pointer-events: none; }
.button-quiet:hover, .button-quiet:focus-visible { border-color: white; }
.text-link { font-size: .8rem; font-weight: 900; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 5px; }
.hero-mark { position: absolute; right: clamp(20px, 3vw, 54px); bottom: 34px; margin: 0; writing-mode: vertical-rl; font-size: .65rem; font-weight: 900; letter-spacing: .18em; color: rgba(255,255,255,.58); }

.marquee { padding: 14px 0; overflow: hidden; background: var(--gold); color: var(--ink); white-space: nowrap; }
.marquee div { display: flex; justify-content: space-around; min-width: 1000px; font-family: var(--display); font-size: 1.2rem; letter-spacing: .08em; }
.marquee b { font-weight: 400; }

.section { padding: clamp(80px, 10vw, 150px) clamp(20px, 6vw, 90px); }
.story { background: var(--paper); color: var(--ink); }
.story .section-label { color: var(--gold-dark); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 7vw; align-items: end; }
.story-heading-col { display: flex; flex-direction: column; gap: 30px; align-items: flex-start; }
.story-polaroid { width: 320px; height: auto; box-shadow: 0 10px 24px rgba(0,0,0,.18); background: white; transform: rotate(-18deg); margin-left: 60px; }
.story h2 { font-size: clamp(3.2rem, 7vw, 7rem); max-width: 960px; }
.story-copy { padding-bottom: .5rem; }
.story-copy p { color: #444; max-width: 590px; }
.story-copy .lead { color: var(--ink); font-size: clamp(1.18rem, 2vw, 1.55rem); font-weight: 700; line-height: 1.4; }
.manifesto-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 90px; border-top: 2px solid var(--ink); }
.manifesto-grid article { min-height: 200px; padding: 24px 28px 28px 0; border-right: 1px solid rgba(0,0,0,.25); }
.manifesto-grid article + article { padding-left: 28px; }
.manifesto-grid article:last-child { border-right: 0; }
.manifesto-grid h3 { margin: 0 0 10px; font: 2rem var(--display); letter-spacing: .02em; text-transform: uppercase; }
.manifesto-grid p { color: #4c4c4a; max-width: 360px; }

/* From the Vault (nested inside Our Story) */
.vault { margin-top: 110px; }
.vault-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; flex-wrap: wrap; border-top: 2px solid var(--ink); padding-top: 28px; }
.vault-heading h3 { margin: 0; font: 900 clamp(1.8rem, 3.2vw, 2.6rem) var(--display); text-transform: uppercase; letter-spacing: .01em; }
.vault-note { max-width: 380px; color: #555; font-size: .9rem; margin: 0; }
.vault-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 40px; }
.vault-card { position: relative; }
.vault-thumb { position: relative; aspect-ratio: 16/9; width: 100%; border: 0; padding: 0; cursor: pointer; background: var(--ink); overflow: hidden; }
.vault-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.vault-thumb:hover img, .vault-thumb:focus-visible img { transform: scale(1.04); }
.vault-thumb::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.28); }
.vault-play { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 62px; height: 62px; border-radius: 50%; background: var(--gold); color: var(--ink); display: grid; place-items: center; font-size: 1.1rem; }
.vault-tag { position: absolute; z-index: 2; top: 14px; left: 14px; background: var(--ink); color: var(--gold-light); font-size: .62rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; padding: 5px 10px; }
.vault-card h4 { margin: 16px 0 6px; font-size: 1.15rem; }
.vault-card p { margin: 0; color: #555; font-size: .92rem; max-width: 420px; }
.vault-card iframe { width: 100%; aspect-ratio: 16/9; border: 0; display: block; }

/* Coming Soon */
.coming { background: var(--ink); }
.coming .section-label { color: var(--gold); }
.coming h2 { max-width: 900px; }
.coming-grid { display: grid; grid-template-columns: 1fr; gap: 2px; margin-top: 60px; background: rgba(255,255,255,.18); }
.coming-card { background: var(--ink); padding: clamp(30px, 4vw, 50px); }
.coming-card-photo { position: relative; padding: 0; overflow: hidden; display: block; }
.coming-photo-img { width: 100%; height: auto; display: block; }
.coming-card-content { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: clamp(20px, 4vw, 40px); padding-top: 90px; background: linear-gradient(180deg, rgba(10,10,10,0) 0%, rgba(10,10,10,.75) 45%, rgba(10,10,10,.97) 100%); }
.coming-card-content p { color: #d8d8d5; }
.coming-status { display: inline-block; font-size: .68rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); background: var(--gold); padding: 5px 12px; margin-bottom: 22px; }
.coming-card h3 { margin: 0 0 16px; font: 900 clamp(1.7rem, 3vw, 2.4rem) var(--display); text-transform: uppercase; letter-spacing: .01em; }
.coming-card p { color: #c8c8c5; max-width: 420px; }

/* Partner */
.partner { background: var(--paper); color: var(--ink); }
.partner-inner { display: grid; grid-template-columns: minmax(0,.7fr) minmax(280px,.5fr); gap: 6vw; align-items: center; border-top: 2px solid var(--ink); padding-top: 50px; }
.partner .section-label { color: var(--gold-dark); }
.partner-lockup { display: flex; align-items: center; gap: 24px; margin-bottom: 22px; }
.lockup-logo { height: 170px; width: auto; }
.lockup-logo-un { height: 140px; }
.lockup-x { font: 900 3.4rem var(--display); color: var(--gold-dark); }
.partner p { color: #444; max-width: 480px; }
.partner-card { border: 1px solid rgba(0,0,0,.25); padding: 28px; }
.partner-logo { width: auto; height: 130px; margin-bottom: 22px; }
.partner-card p.kicker { margin: 0 0 8px; font: 900 .7rem var(--body); letter-spacing: .16em; color: var(--gold-dark); text-transform: uppercase; }
.partner-card h4 { margin: 0 0 12px; font: 900 1.5rem var(--display); text-transform: uppercase; }
.partner-card a.button { margin-top: 8px; background: var(--ink); color: white; }
.partner-card a.button:hover { background: var(--gold-dark); }

.connect { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: end; background: var(--paper); color: var(--ink); }
.connect .section-label { color: var(--gold-dark); }
.connect h2 { font-size: clamp(3.2rem, 6vw, 6rem); }
.connect-copy p { max-width: 500px; color: #4c4c4a; }
.social-list { border-top: 2px solid var(--ink); }
.social-list a { display: grid; grid-template-columns: 1fr auto 24px; gap: 24px; align-items: center; padding: 23px 0; border-bottom: 1px solid rgba(0,0,0,.25); text-decoration: none; }
.social-list a:hover span, .social-list a:focus-visible span { color: var(--gold-dark); }
.social-list span { font: 2rem var(--display); text-transform: uppercase; }
.social-list small { color: #555; }

footer { display: grid; grid-template-columns: .9fr .8fr 1.1fr; gap: 40px; padding: 70px clamp(20px, 6vw, 90px) 30px; border-top: 1px solid var(--line); }
.footer-address h4 { margin: 0 0 4px; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-light); }
.footer-address p { margin: 0 0 20px; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.footer-address p:last-child { margin-bottom: 0; }
.footer-address a { color: var(--muted); text-decoration: none; }
.footer-address a:hover, .footer-address a:focus-visible { color: var(--gold-light); }
.footer-brand { display: flex; align-items: center; gap: 24px; }
.footer-brand img { width: 90px; height: 90px; object-fit: cover; }
.footer-brand p { font: 1.6rem/1.05 var(--display); text-transform: uppercase; margin: 0 0 6px; }
.footer-note { align-self: center; display: flex; flex-direction: column; gap: 14px; align-items: flex-end; text-align: right; }
.footer-note p { color: var(--muted); max-width: 320px; margin: 0; }
.footer-links { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.footer-links a { color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--gold); }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: #777; font-size: .75rem; }

.age-gate { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.95); }
.age-gate[hidden] { display: none; }
.age-card { width: min(560px, 100%); padding: clamp(28px, 5vw, 58px); border: 1px solid rgba(255,255,255,.28); background: #0d0d0d; text-align: center; box-shadow: 14px 14px 0 var(--gold); }
.age-card img { width: 130px; height: 130px; object-fit: cover; margin: 0 auto 24px; }
.age-card h1 { margin: 10px 0; font: clamp(2.8rem, 7vw, 5rem)/.95 var(--display); text-transform: uppercase; }
.age-card > p:not(.eyebrow) { color: #bbb; }
.est-mark { margin: 6px 0 0; font-size: .68rem; font-weight: 900; letter-spacing: .2em; color: var(--gold-light); text-transform: uppercase; }
.age-card .est-mark { margin: -10px 0 14px; }
.footer-brand .est-mark { margin-top: 4px; color: var(--muted); }
.age-card small { display: block; margin-top: 24px; color: #777; }
.age-actions { display: flex; justify-content: center; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.gate-open { overflow: hidden; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Simple legal page layout, shares header/footer/tokens */
.legal-main { max-width: 780px; margin: 0 auto; padding: clamp(60px, 8vw, 120px) clamp(20px, 6vw, 40px) 100px; }
.legal-main .section-label { color: var(--gold); }
.legal-main h1 { font: 900 clamp(2.4rem, 6vw, 4rem) var(--display); text-transform: uppercase; margin: 16px 0 30px; }
.legal-main h2 { font: 900 1.3rem var(--body); text-transform: uppercase; letter-spacing: .04em; margin: 44px 0 14px; color: var(--gold-light); }
.legal-main p, .legal-main li { color: #d8d8d5; max-width: 640px; }
.legal-main ul { padding-left: 1.2rem; }
.legal-main .effective-date { color: #888; font-size: .85rem; margin-bottom: 40px; }
.faq-item { margin: 0 0 34px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.12); }
.faq-item:last-child { border-bottom: 0; }
.faq-item h2 { margin: 0 0 12px; }

/* 404 */
.not-found { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 24px; }
.not-found-logo { width: 90px; height: 90px; object-fit: cover; margin-bottom: 24px; }
.not-found h1 { font-family: var(--display); font-weight: 900; font-size: clamp(2rem, 5vw, 3.2rem); text-transform: uppercase; margin: 10px 0 16px; }
.not-found p { max-width: 420px; color: #b7b7b3; margin: 0 auto 28px; }

/* Join the Team page — full form with visible labels (dark theme) */
.join-team-form { display: flex; flex-direction: column; gap: 16px; max-width: 520px; margin-top: 24px; }
.join-team-form label { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-light); margin-bottom: -8px; }
.join-team-form select { font: inherit; font-size: .92rem; padding: .8rem .9rem; border: 1px solid rgba(255,255,255,.3); background: #141414; color: white; border-radius: 0; }
.join-team-form .button { align-self: flex-start; margin-top: 8px; }

/* Join the Team — role list and expanded form */
.age-note { display: inline-block; font-weight: 800; color: var(--gold-light); border: 1px solid rgba(240,199,94,.4); padding: 8px 14px; margin: 4px 0 20px; font-size: .85rem; }
.role { margin: 30px 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.role h3 { margin: 0 0 8px; font-size: 1.05rem; font-weight: 800; color: white; text-transform: none; letter-spacing: 0; }
.sub-role { margin: 18px 0 18px 20px; }
.sub-role h4 { margin: 0 0 6px; font-size: .95rem; font-weight: 800; color: var(--gold-light); }
.sub-role p { max-width: 620px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row > div { display: flex; flex-direction: column; gap: 6px; }
.checkbox-label { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: #d8d8d5; text-transform: none; letter-spacing: 0; font-weight: 400; }
.checkbox-label input { width: auto; }
.form-disclaimer { color: #888; font-size: .8rem; margin-top: 6px; max-width: 420px; }

/* Gallery */
.gallery { background: var(--ink); }
.gallery .section-label { color: var(--gold); }
.gallery h2 { max-width: 800px; }
.gallery-note { max-width: 560px; color: #b7b7b3; margin: 0 0 50px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 14px; }
.selfie-gallery { margin-top: 110px; padding-top: 50px; border-top: 2px solid rgba(255,255,255,.18); }
.selfie-gallery .section-label { color: var(--gold); }
.selfie-gallery h2 { margin: 18px 0 22px; font-family: var(--display); font-weight: 900; line-height: .95; letter-spacing: -.02em; text-transform: uppercase; font-size: clamp(2.4rem, 5vw, 4rem); }
.gallery-tile { position: relative; border: 1px dashed rgba(255,255,255,.28); display: grid; place-items: center; background: rgba(255,255,255,.03); overflow: hidden; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.gallery-tile:has(img):hover img { transform: scale(1.04); }
.gallery-placeholder span { color: #8a8a86; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; text-align: center; padding: 0 10px; }

/* Lightbox */
.gallery-tile:has(img) { cursor: zoom-in; }
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(6,6,6,.95); display: flex; align-items: center; justify-content: center; padding: 50px; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lightbox-close { position: fixed; top: 18px; right: 22px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); color: white; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.lightbox-close:hover, .lightbox-close:focus-visible { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* Join Us / forms */
.join { background: var(--paper); color: var(--ink); }
.join .section-label { color: var(--gold-dark); }
.join-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px; margin-top: 50px; border-top: 2px solid var(--ink); padding-top: 44px; }
.join-polaroids { grid-column: 1 / -1; display: flex; align-items: flex-start; justify-content: center; gap: 40px; padding-top: 30px; margin-top: 20px; border-top: 1px solid rgba(0,0,0,.15); }
.polaroid-img { height: auto; box-shadow: 0 10px 24px rgba(0,0,0,.18); background: white; }
.polaroid-img-side { width: 390px; }
.join-polaroids img:nth-child(1) { transform: rotate(-6deg); margin-top: 18px; }
.join-polaroids img:nth-child(2) { transform: rotate(5deg); margin-top: 4px; }
.join-card h3 { margin: 0 0 10px; font: 900 1.5rem var(--display); text-transform: uppercase; letter-spacing: .01em; }
.join-card p { color: #4c4c4a; margin: 0 0 20px; max-width: 320px; }
.netlify-form { display: flex; flex-direction: column; gap: 12px; }
.netlify-form input, .netlify-form textarea { font: inherit; font-size: .92rem; padding: .8rem .9rem; border: 1px solid rgba(0,0,0,.3); background: white; color: var(--ink); border-radius: 0; }
.netlify-form input:focus, .netlify-form textarea:focus { outline: 2px solid var(--gold-dark); outline-offset: 1px; }
.join-team-form input, .join-team-form textarea, .join-team-form select { background: #141414; color: white; border: 1px solid rgba(255,255,255,.3); }
.join-team-form input:focus, .join-team-form textarea:focus, .join-team-form select:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.netlify-form textarea { resize: vertical; min-height: 96px; }
.netlify-form .button { align-self: flex-start; margin-top: 4px; }
.netlify-form.form-inline { flex-direction: row; gap: 10px; flex-wrap: wrap; }
.netlify-form.form-inline input { flex: 1 1 auto; min-width: 180px; }
.hidden-field { position: absolute; left: -9999px; }
.form-success { margin: 0; color: var(--gold-dark); font-weight: 800; font-size: .85rem; }
.form-error { margin: 0; color: #b3261e; font-weight: 700; font-size: .85rem; }
.form-fineprint { margin-top: 12px; color: #8a8a86; font-size: .78rem; max-width: 320px; }
.form-fineprint a { color: inherit; text-decoration: underline; }
.netlify-form.submitted > *:not(.form-success) { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Mobile nav toggle */
.nav-toggle { display: none; width: 40px; height: 40px; border: 0; background: transparent; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: white; transition: transform .25s ease, opacity .25s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .desktop-nav { display: none; }
  #mainNav.open { display: flex; }
  .site-header { grid-template-columns: 1fr auto; min-height: 76px; }
  .header-cta { display: none; }
  .brand img { width: 52px; height: 52px; }
  .header-cta { font-size: .7rem; }
  .hero { min-height: calc(100svh - 76px); }
  .hero-shade { background: linear-gradient(90deg, rgba(3,3,3,.9), rgba(3,3,3,.38)), linear-gradient(0deg, rgba(3,3,3,.88), transparent 70%); }
  .story-grid, .connect, .partner-inner { grid-template-columns: 1fr; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .manifesto-grid article, .manifesto-grid article + article { min-height: 0; padding: 24px 0 34px; border-right: 0; border-bottom: 1px solid rgba(0,0,0,.22); }
  .manifesto-grid h3 { margin-top: 20px; }
  .vault-grid { grid-template-columns: 1fr; }
  .coming-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; }
  .join-grid { grid-template-columns: 1fr; gap: 36px; }
  .join-polaroids { flex-wrap: wrap; justify-content: center; gap: 16px; }
  .polaroid-img-side { width: 190px; }
  .story-polaroid { width: 170px; margin-left: 24px; }
  footer { grid-template-columns: 1fr; }
  .footer-note { text-align: left; align-items: flex-start; gap: 20px; }
  .footer-note p { max-width: none; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 580px) {
  .site-header { padding-inline: 16px; gap: 1rem; }
  .brand span { display: none; }
  .brand img { width: 50px; height: 50px; }
  .header-cta span { display: none; }
  .hero { padding-bottom: 58px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-mark { display: none; }
  .button { width: 100%; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .story h2, .coming h2, .connect h2, .gallery h2, .join h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .netlify-form.form-inline { flex-direction: column; align-items: stretch; }
  .netlify-form.form-inline .button { width: 100%; }
  .form-row { grid-template-columns: 1fr; }
  .partner-lockup { gap: 16px; }
  .lockup-logo { height: 100px; }
  .lockup-logo-un { height: 80px; }
  .lockup-x { font-size: 2.2rem; }
  .coming-card-photo { overflow: visible; }
  .coming-card-content { position: static; background: var(--ink); padding: 24px 24px 30px; }
  .footer-brand { align-items: flex-start; }
  .footer-brand img { width: 74px; height: 74px; }
  .age-card { box-shadow: 7px 7px 0 var(--gold); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
