:root {
  --ink: #0d171d;
  --ink-soft: #152229;
  --orange: #dc4b12;
  --orange-bright: #f15a24;
  --sand: #b88b58;
  --bone: #efe8da;
  --paper: #f5f0e7;
  --water: #4f8da8;
  --muted: #7e8587;
  --line: rgba(13, 23, 29, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: 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; }
.grain { position: fixed; inset: 0; pointer-events: none; z-index: 99; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

.site-header { height: 84px; position: absolute; top: 0; left: 0; width: 100%; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; border-bottom: 1px solid rgba(239,232,218,.16); color: var(--bone); }
.brand { display: flex; align-items: center; gap: 12px; font-family: "Barlow Condensed", sans-serif; font-size:21px; font-weight: 800; letter-spacing: .14em; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-family: "Barlow Condensed", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; font-size: 14px; }
.site-header nav a { transition: color .25s; }
.site-header nav a:hover { color: var(--orange-bright); }
.nav-cta { border: 1px solid rgba(239,232,218,.5); padding: 13px 18px; }
.menu-toggle { display: none; background: none; border: 0; color: inherit; text-transform: uppercase; letter-spacing: .1em; }

.hero { min-height: 820px; position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: var(--bone); padding: 150px 7vw 115px; display: grid; grid-template-columns: 1fr; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(7,14,18,.97) 0%, rgba(7,14,18,.82) 38%, rgba(7,14,18,.25) 72%, rgba(7,14,18,.34) 100%), url("assets/quadyssey-hero.png") 58% center/cover no-repeat; }
.hero::after { content: ""; width: 700px; height: 700px; position: absolute; right: 7%; top: 14%; z-index: -2; border: 1px solid rgba(239,232,218,.1); border-radius: 50%; box-shadow: 0 0 0 110px rgba(239,232,218,.025), 0 0 0 220px rgba(239,232,218,.015); }
.hero-lines { position: absolute; left: -8%; bottom: -13%; width: 70%; height: 53%; z-index: -1; border-radius: 50%; border-top: 1px solid rgba(220,75,18,.32); transform: rotate(7deg); box-shadow: 0 -48px 0 -47px rgba(220,75,18,.2), 0 -96px 0 -95px rgba(220,75,18,.15), 0 -144px 0 -143px rgba(220,75,18,.1); }
.hero-copy { max-width: 700px; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 30px; font-family: "Barlow Condensed", sans-serif; color: var(--orange-bright); font-size: 14px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 13px; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.hero h1, section h2, .format-card h3 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; line-height: .85; letter-spacing: -.035em; margin: 0; }
.hero h1 { font-size: clamp(76px, 9vw, 146px); font-weight: 700; }
.hero h1 em { color: var(--orange-bright); font-style: normal; }
.hero-lede { max-width: 600px; color: rgba(239,232,218,.72); line-height: 1.75; font-size: 17px; margin: 38px 0; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 235px; padding: 18px 20px; text-transform: uppercase; font-family: "Barlow Condensed",sans-serif; font-weight: 700; letter-spacing: .09em; }
.button-primary { background: var(--orange); color: white; }
.button span, .format-card a span { font-size: 20px; }
.text-link { padding: 16px 0; text-transform: uppercase; font-family: "Barlow Condensed",sans-serif; font-weight: 600; letter-spacing: .09em; border-bottom: 1px solid rgba(239,232,218,.3); }
.text-link span { margin-left: 14px; color: var(--orange); }
.hero-meta { position: absolute; bottom: 45px; left: 7vw; right: 7vw; display: grid; grid-template-columns: repeat(3, auto); gap: 60px; justify-content: start; border-top: 1px solid rgba(239,232,218,.17); padding-top: 20px; }
.hero-meta p { font-family: "Barlow Condensed",sans-serif; font-size: 12px; letter-spacing: .13em; color: rgba(239,232,218,.55); line-height: 1.5; margin: 0; }
.hero-meta b { color: var(--bone); }
.hero-photo-note { position:absolute; right:3vw; bottom:46px; margin:0; color:rgba(239,232,218,.62); font:600 10px "Barlow Condensed",sans-serif; letter-spacing:.12em; text-transform:uppercase; }

.status-strip { display:grid; grid-template-columns:repeat(4,1fr); background:var(--orange); color:white; padding:23px 7vw; gap:25px; }
.status-strip p { margin:0; font:600 12px "Barlow Condensed"; letter-spacing:.08em; text-transform:uppercase; }
.status-strip span { display:block; color:var(--ink); font-weight:800; font-size:15px; margin-bottom:3px; }

.manifesto, .formats { padding: 130px 7vw; }
.manifesto-grid { display: grid; grid-template-columns: 1.5fr .65fr; align-items: end; gap: 10vw; }
.manifesto h2, .formats h2 { font-size: clamp(56px, 7vw, 108px); }
.manifesto h2 span { color: var(--orange); }
.manifesto-grid > p, .formats-heading > p { line-height: 1.8; color: #566065; margin: 0 0 10px; }
.disciplines { margin-top: 90px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.discipline { min-height: 530px; padding: 27px 28px 38px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .35s, color .35s, transform .35s; }
.discipline:hover { background: var(--ink); color: var(--bone); transform: translateY(-8px); }
.discipline-number { font: 600 13px "Barlow Condensed"; letter-spacing: .15em; color: var(--orange); }
.discipline-icon { width: 105px; height: 105px; margin: 45px auto; border: 2px solid var(--sand); border-radius: 50%; position: relative; opacity: .8; }
.wheel::before { content:""; position:absolute; inset:8px; border:1px dashed var(--sand); border-radius:50%; }
.wheel::after { content:""; position:absolute; left:50%; top:8px; height:87px; width:1px; background:var(--sand); transform:rotate(45deg); }
.trail { border-radius: 50% 50% 5% 50%; transform: rotate(45deg); }
.trail::after { content:""; position:absolute; width:2px; height:80px; background:var(--sand); transform:rotate(-45deg); left:50px; top:10px; }
.stone { border-radius: 12% 65% 38% 60%; transform: rotate(18deg); border-width: 3px; }
.water { border: 0; border-radius: 0; }
.water::before,.water::after { content:""; position:absolute; width:100%; height:30px; border-top:3px solid var(--water); border-radius:50%; left:0; }
.water::before { top:25px; } .water::after { top:58px; }
.terrain { font: 700 12px "Barlow Condensed"; letter-spacing: .2em; color: var(--orange); margin: 0 0 10px; }
.discipline h3 { font: 700 49px/.88 "Barlow Condensed"; text-transform: uppercase; margin: 0 0 22px; }
.discipline > p:last-of-type { font-size: 14px; line-height: 1.65; color: #657075; }
.discipline:hover > p:last-of-type { color: rgba(239,232,218,.65); }
.stage-line { position:absolute; left:28px; right:28px; bottom:25px; height:3px; background:var(--orange); transform:scaleX(.16); transform-origin:left; transition:transform .35s; }
.discipline:hover .stage-line { transform:scaleX(1); }

.field-photo { position:relative; height:min(72vw,850px); min-height:560px; overflow:hidden; background:var(--ink); color:white; }
.field-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(8,16,20,.05),transparent 55%,rgba(8,16,20,.16)),linear-gradient(0deg,rgba(8,16,20,.62),transparent 42%); }
.field-photo img { width:100%; height:100%; object-fit:cover; }
.field-photo > p { position:absolute; z-index:2; left:7vw; bottom:68px; margin:0; font:700 clamp(60px,8vw,120px)/.82 "Barlow Condensed"; text-transform:uppercase; letter-spacing:-.035em; }
.field-photo > span { position:absolute; z-index:2; right:5vw; bottom:40px; font:600 11px "Barlow Condensed"; letter-spacing:.15em; text-transform:uppercase; color:rgba(255,255,255,.7); }

.weekend { min-height: 850px; position: relative; display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; background: #b98b58; color: var(--ink); }
.weekend-art { position: relative; overflow: hidden; background: var(--water); min-height: 780px; }
.weekend-art::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(8,16,20,.5),transparent 55%); }
.weekend-art img { width:100%; height:100%; object-fit:cover; }
.photo-label { position:absolute; z-index:2; left:32px; bottom:28px; color:white; font:600 11px "Barlow Condensed"; letter-spacing:.16em; }
.sun { position:absolute; width:420px; height:420px; border-radius:50%; background:var(--orange-bright); top:90px; left:50%; transform:translateX(-50%); }
.ridge { position:absolute; width:120%; left:-10%; clip-path:polygon(0 100%, 9% 68%, 19% 79%, 32% 35%, 45% 65%, 58% 18%, 69% 57%, 79% 42%, 100% 100%); }
.ridge-back { height:55%; bottom:19%; background:#2a4a58; }
.ridge-front { height:48%; bottom:12%; background:var(--ink); clip-path:polygon(0 100%, 12% 62%, 25% 76%, 41% 29%, 50% 65%, 66% 42%, 78% 73%, 88% 54%, 100% 100%); }
.waterline { position:absolute; left:0; right:0; bottom:0; height:22%; background:repeating-radial-gradient(ellipse at 50% -30%, transparent 0 22px, rgba(239,232,218,.7) 23px 25px, transparent 26px 43px), var(--water); }
.weekend-copy { padding: 120px 8vw 100px 7vw; display:flex; flex-direction:column; justify-content:center; }
.section-kicker.light { color: var(--ink); }
.weekend h2 { font-size: clamp(65px, 7.8vw, 118px); }
.weekend-copy > p:not(.section-kicker) { margin: 38px 0; line-height:1.8; max-width:560px; }
.weekend ul { list-style:none; padding:0; margin:10px 0 0; border-top:1px solid rgba(13,23,29,.25); }
.weekend li { padding:17px 0; border-bottom:1px solid rgba(13,23,29,.25); text-transform:uppercase; font:600 18px "Barlow Condensed"; letter-spacing:.06em; }
.weekend li span { color:rgba(13,23,29,.45); margin-right:18px; font-size:12px; }

.details { background:var(--bone); padding:130px 7vw; }
.details-intro { display:grid; grid-template-columns:.55fr 1.3fr .8fr; gap:5vw; align-items:start; }
.details-intro h2,.trust h2,.faq h2,.readiness h2 { font:700 clamp(58px,7vw,105px)/.86 "Barlow Condensed"; text-transform:uppercase; letter-spacing:-.035em; margin:0; }
.details-intro h2 span { color:var(--orange); }
.details-intro > p:last-child { color:#586267; line-height:1.8; margin:0; }
.facts-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:85px; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.facts-grid article { min-height:310px; padding:28px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.facts-grid small { font:700 11px "Barlow Condensed"; letter-spacing:.18em; color:var(--orange); }
.facts-grid strong { display:block; font:700 42px/.9 "Barlow Condensed"; text-transform:uppercase; margin:45px 0 25px; }
.facts-grid p { font-size:13px; line-height:1.65; color:#687175; }

.formats { background: var(--paper); }
.formats-heading { display:grid; grid-template-columns:1.3fr .7fr; align-items:end; gap:10vw; }
.format-cards { display:grid; grid-template-columns:1fr 1fr; margin-top:80px; gap:22px; }
.format-card { border:1px solid var(--line); padding:32px; min-height:470px; display:flex; flex-direction:column; }
.format-card.featured { background:var(--ink); color:var(--bone); }
.format-top { display:flex; justify-content:space-between; font:600 12px "Barlow Condensed"; letter-spacing:.18em; color:var(--orange); }
.format-card h3 { font-size:100px; margin:42px 0 18px; }
.format-card > p { max-width:490px; color:#687175; line-height:1.7; }
.featured > p { color:rgba(239,232,218,.62); }
.format-card dl { display:grid; grid-template-columns:repeat(3,1fr); margin:auto 0 28px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.featured dl { border-color:rgba(239,232,218,.18); }
.format-card dl div { padding:18px 0; }
.format-card dt { font:600 10px "Barlow Condensed"; letter-spacing:.15em; color:var(--muted); }
.format-card dd { margin:3px 0 0; font:700 27px "Barlow Condensed"; }
.format-card a { display:flex; justify-content:space-between; text-transform:uppercase; font:700 14px "Barlow Condensed"; letter-spacing:.12em; color:var(--orange); }

.readiness { background:var(--sand); display:grid; grid-template-columns:.8fr 1.2fr; gap:10vw; padding:95px 7vw; }
.readiness-copy > p:last-child { max-width:510px; line-height:1.8; }
.readiness-list { border-top:1px solid rgba(13,23,29,.28); }
.readiness-list article { display:grid; grid-template-columns:55px 1fr; gap:20px; padding:27px 0; border-bottom:1px solid rgba(13,23,29,.28); }
.readiness-list article > span { font:700 12px "Barlow Condensed"; color:rgba(13,23,29,.45); }
.readiness-list h3 { margin:0 0 8px; font:700 25px "Barlow Condensed"; text-transform:uppercase; }
.readiness-list p { margin:0; line-height:1.65; font-size:14px; }

.trust { padding:95px 7vw; background:var(--paper); }
.trust-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:12vw; align-items:end; }
.trust-grid > div p { line-height:1.8; color:#5d676b; }
.trust-grid a { display:inline-block; margin-top:18px; color:var(--orange); font:700 14px "Barlow Condensed"; letter-spacing:.1em; text-transform:uppercase; border-bottom:1px solid var(--orange); padding-bottom:8px; }
.partner-roles { display:grid; grid-template-columns:repeat(5,1fr); margin-top:80px; border:1px solid var(--line); }
.partner-roles span { min-height:115px; display:grid; place-items:center; text-align:center; padding:15px; border-right:1px solid var(--line); font:700 12px "Barlow Condensed"; letter-spacing:.13em; color:#697175; }
.partner-roles span:last-child { border-right:0; }

.faq { padding:95px 7vw; background:var(--ink); color:var(--bone); }
.faq-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:10vw; }
.accordion { border-top:1px solid rgba(239,232,218,.22); }
.accordion details { border-bottom:1px solid rgba(239,232,218,.22); padding:22px 0; }
.accordion summary { cursor:pointer; list-style:none; display:flex; justify-content:space-between; gap:20px; font:600 21px "Barlow Condensed"; text-transform:uppercase; letter-spacing:.04em; }
.accordion summary::-webkit-details-marker { display:none; }
.accordion summary span { color:var(--orange); font-size:26px; transition:transform .25s; }
.accordion details[open] summary span { transform:rotate(45deg); }
.accordion p { color:rgba(239,232,218,.62); line-height:1.75; max-width:650px; }

.founding { min-height:760px; background:var(--ink); color:var(--bone); padding:120px 7vw; display:grid; grid-template-columns:.8fr 1.2fr; align-items:center; position:relative; overflow:hidden; }
.founding::before { content:""; position:absolute; width:55vw; height:55vw; border:1px solid rgba(239,232,218,.06); border-radius:50%; left:-18vw; top:-12vw; box-shadow:0 0 0 90px rgba(239,232,218,.02),0 0 0 180px rgba(239,232,218,.015); }
.founding-ring { width:min(34vw,430px); aspect-ratio:1; border:1px solid rgba(239,232,218,.25); border-radius:50%; display:grid; place-items:center; position:relative; }
.founding-ring::before { content:""; position:absolute; inset:22px; border:1px dashed var(--orange); border-radius:50%; }
.founding-ring span { font:700 140px "Barlow Condensed"; color:var(--orange); }
.founding-content { max-width:720px; }
.founding h2 { font-size:clamp(65px,7.4vw,112px); }
.founding-content > p:not(.eyebrow):not(.form-note) { color:rgba(239,232,218,.62); line-height:1.8; max-width:590px; margin:35px 0; }
.founding-content > .founding-lede { color:rgba(239,232,218,.78); font-size:17px; margin-bottom:25px; }
.founding-benefits { list-style:none; padding:0; margin:0 0 30px; display:grid; grid-template-columns:1fr 1fr; gap:0 28px; max-width:680px; border-top:1px solid rgba(239,232,218,.2); }
.founding-benefits li { border-bottom:1px solid rgba(239,232,218,.2); padding:15px 0; color:var(--bone); font:600 15px "Barlow Condensed"; letter-spacing:.04em; text-transform:uppercase; }
.founding-benefits li::before { content:"↗"; color:var(--orange); margin-right:12px; }
.founding-content > .founding-boundary { font-size:13px; margin:0 0 24px; max-width:680px; }
.founding-content > .founding-candidate { border-left:2px solid var(--orange); padding-left:18px; margin:0 0 22px; color:rgba(239,232,218,.76); }
.founding-candidate strong { color:var(--bone); }
.deposit-options { display:grid; grid-template-columns:1fr 1fr; gap:1px; max-width:680px; margin:0 0 22px; background:rgba(239,232,218,.18); border:1px solid rgba(239,232,218,.18); }
.deposit-options div { display:grid; grid-template-columns:1fr auto; gap:3px 18px; align-items:baseline; padding:15px 18px; background:var(--ink); }
.deposit-options span { color:rgba(239,232,218,.66); font:600 12px "Barlow Condensed"; letter-spacing:.12em; }
.deposit-options strong { color:var(--orange-bright); font:700 31px "Barlow Condensed"; grid-row:1/3; grid-column:2; }
.deposit-options small { color:rgba(239,232,218,.4); font:500 11px "Barlow Condensed"; letter-spacing:.07em; text-transform:uppercase; }
.waitlist-form { display:grid; grid-template-columns:1fr 1.25fr; gap:0; max-width:680px; }
.waitlist-form input { flex:1; min-width:0; border:0; background:transparent; color:var(--bone); padding:20px 0; outline:none; font:600 14px "Barlow Condensed"; letter-spacing:.1em; }
.waitlist-form input:first-of-type { border-right:1px solid rgba(239,232,218,.2); margin-right:18px; }
.waitlist-form input::placeholder { color:rgba(239,232,218,.45); }
.waitlist-form select { grid-column:1/2; border:1px solid rgba(239,232,218,.3); background:var(--ink-soft); color:var(--bone); padding:17px; outline:none; font:600 13px "Barlow Condensed"; letter-spacing:.08em; }
.waitlist-form button { grid-column:2/3; border:0; background:var(--orange); color:white; padding:0 23px; text-transform:uppercase; font:700 14px "Barlow Condensed"; letter-spacing:.1em; cursor:pointer; }
.waitlist-form button:disabled { opacity:.65; cursor:wait; }
.waitlist-form button span { margin-left:18px; }
.form-note { color:rgba(239,232,218,.38); font-size:11px; letter-spacing:.06em; }

footer { background:#081014; color:rgba(239,232,218,.55); padding:55px 7vw; display:grid; grid-template-columns:1fr 1fr auto; align-items:center; gap:30px; border-top:1px solid rgba(239,232,218,.1); font:600 12px "Barlow Condensed"; letter-spacing:.12em; }
.footer-brand { display:flex; align-items:center; gap:12px; color:var(--bone); font-size:18px; font-weight:800; }
footer > p { text-align:center; }
footer > div { display:flex; gap:20px; text-transform:uppercase; }
footer small { grid-column:1/-1; border-top:1px solid rgba(239,232,218,.08); padding-top:20px; }

.reveal { opacity:0; transform:translateY(25px); transition:opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.12s; } .delay-2 { transition-delay:.22s; } .delay-3 { transition-delay:.32s; }

@media (max-width: 980px) {
  .site-header nav { position:absolute; top:84px; left:0; right:0; background:var(--ink); padding:24px 5vw; flex-direction:column; align-items:flex-start; display:none; }
  .site-header nav.open { display:flex; }
  .menu-toggle { display:block; }
  .hero { grid-template-columns:1fr; padding-top:150px; min-height:1050px; }
  .hero-copy { z-index:3; }
  .hero-mark { position:absolute; width:500px; opacity:.28; right:-100px; top:180px; }
  .manifesto-grid,.formats-heading { grid-template-columns:1fr; gap:35px; }
  .status-strip { grid-template-columns:1fr 1fr; }
  .disciplines { grid-template-columns:1fr 1fr; }
  .weekend { grid-template-columns:1fr; }
  .weekend-art { min-height:620px; }
  .founding { grid-template-columns:1fr; gap:60px; }
  .details-intro { grid-template-columns:1fr; }
  .facts-grid { grid-template-columns:1fr 1fr; }
  .readiness,.faq-layout,.trust-grid { grid-template-columns:1fr; gap:60px; }
  .partner-roles { grid-template-columns:1fr 1fr; }
  .founding-ring { width:300px; }
}

@media (max-width: 640px) {
  .site-header { height:72px; }
  .brand img { width:30px; height:30px; }
  .hero { min-height:820px; padding:130px 6vw 140px; }
  .brand { font-size:19px; }
  .hero-photo-note { left:6vw; right:6vw; bottom:98px; }
  .hero h1 { font-size:72px; }
  .hero-mark { width:390px; right:-150px; top:190px; }
  .status-strip { grid-template-columns:1fr 1fr; padding-left:6vw; padding-right:6vw; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:10px; }
  .hero-meta { grid-template-columns:1fr 1fr; left:6vw; right:6vw; gap:20px; }
  .hero-meta p:last-child { display:none; }
  .manifesto,.formats { padding:90px 6vw; }
  .manifesto h2,.formats h2 { font-size:56px; }
  .disciplines { grid-template-columns:1fr; margin-top:60px; }
  .discipline { min-height:460px; }
  .weekend-art { min-height:470px; }
  .sun { width:290px; height:290px; }
  .weekend-copy { padding:90px 6vw; }
  .weekend h2 { font-size:62px; }
  .format-cards { grid-template-columns:1fr; }
  .facts-grid { grid-template-columns:1fr; }
  .field-photo { min-height:520px; }
  .field-photo img { object-position:42% center; }
  .field-photo > p { bottom:72px; font-size:56px; }
  .field-photo > span { left:6vw; right:auto; bottom:28px; }
  .readiness,.trust,.faq,.details { padding:90px 6vw; }
  .partner-roles { grid-template-columns:1fr; }
  .partner-roles span { min-height:75px; border-right:0; border-bottom:1px solid var(--line); }
  .format-card h3 { font-size:76px; }
  .founding { padding:90px 6vw; }
  .founding-ring { width:220px; }
  .founding-ring span { font-size:90px; }
  .founding h2 { font-size:58px; }
  .founding-benefits { grid-template-columns:1fr; }
  .deposit-options { grid-template-columns:1fr; }
  .waitlist-form { grid-template-columns:1fr; border:0; }
  .waitlist-form input { border-bottom:1px solid rgba(239,232,218,.4); }
  .waitlist-form input:first-of-type { border-right:0; margin-right:0; }
  .waitlist-form select,.waitlist-form button { grid-column:1; }
  .waitlist-form button { padding:18px; }
  footer { grid-template-columns:1fr; text-align:left; }
  footer > p { text-align:left; }
}
