@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --black:#0a0a0a;
  --white:#fff;
  --grey:#f2f2f2;
  --stone:#edeae4;
  --yellow:#ffd100;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--black);font-family:"Inter",Arial,sans-serif;line-height:1.5}
a{color:inherit}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--yellow);padding:12px;z-index:999}
.skip-link:focus{left:12px;top:12px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;padding:14px max(20px,calc((100vw - var(--max))/2))}
.brand{display:inline-flex;flex-direction:column;text-decoration:none;line-height:.95}
.brand-word{font-family:"Anton",Impact,sans-serif;font-size:2rem;letter-spacing:.01em}
.brand-sub{font-size:.62rem;font-weight:800;letter-spacing:.24em;margin-top:5px}
.nav{display:flex;gap:22px;font-size:.82rem;font-weight:700;text-transform:uppercase}
.nav a{text-decoration:none}
.nav a:hover{text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:5px}
.menu-button{display:none;border:0;background:var(--black);color:white;padding:10px 13px;font-weight:800}
.hero{min-height:760px;display:grid;grid-template-columns:1.15fr .85fr;gap:52px;align-items:center;max-width:var(--max);margin:auto;padding:80px 20px}
.eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px}
.eyebrow.light{color:#ddd}
.hero h1,.section h2,.final-cta h2{font-family:"Anton",Impact,sans-serif;font-weight:400;line-height:.87;letter-spacing:-.02em;margin:0}
.hero h1{font-size:clamp(6rem,14vw,12rem)}
.hero-question{font-size:clamp(1.4rem,3vw,2.3rem);font-weight:800;letter-spacing:.24em;margin:18px 0 40px}
.hero-question:before{content:"";display:block;width:220px;max-width:60vw;height:9px;background:var(--yellow);transform:skew(-18deg);margin:0 0 18px}
.hero-lead{font-size:clamp(1.4rem,2.6vw,2.4rem);font-weight:800;line-height:1.15;margin:0 0 22px}
.hero-body{font-size:1.08rem;max-width:650px;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.button{display:inline-block;text-decoration:none;text-transform:uppercase;font-size:.76rem;font-weight:900;letter-spacing:.08em;padding:15px 18px;border:2px solid var(--black);cursor:pointer}
.button-yellow{background:var(--yellow);color:var(--black)}
.button-ghost{background:white;color:var(--black)}
.button-black{background:var(--black);color:white}
.hero-poster{background:var(--black);color:white;min-height:510px;display:flex;flex-direction:column;justify-content:center;padding:44px;transform:rotate(1.2deg);box-shadow:18px 18px 0 var(--yellow)}
.poster-line{font-family:"Anton";font-size:clamp(4rem,8vw,7rem);line-height:.9}
.poster-stroke{height:10px;background:var(--yellow);width:72%;margin:24px 0 22px;transform:skew(-15deg)}
.poster-small{letter-spacing:.2em;font-weight:800}
.section{padding:100px 20px}
.section>*{max-width:var(--max);margin-left:auto;margin-right:auto}
.section-dark{background:var(--black);color:white}
.section-stone{background:var(--stone)}
.section-yellow{background:var(--yellow)}
.section-intro{display:grid;grid-template-columns:80px 1fr;gap:28px;align-items:start;margin-bottom:46px}
.section-number{font-family:"Anton";font-size:2.5rem;margin:0;opacity:.45}
.section h2,.final-cta h2{font-size:clamp(4rem,9vw,8.5rem)}
.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.choice-card{background:white;color:var(--black);padding:28px;text-decoration:none;min-height:240px;display:flex;flex-direction:column;justify-content:space-between;border:4px solid white}
.choice-card:hover{border-color:var(--yellow)}
.choice-card strong{font-size:1.7rem;line-height:1.08}
.choice-kicker{font-size:.7rem;font-weight:900;letter-spacing:.16em}
.split{display:grid;grid-template-columns:1fr 1.15fr;gap:80px;align-items:start}
.today-list>div{display:grid;grid-template-columns:62px 1fr;gap:18px;padding:17px 0;border-bottom:1px solid #bbb;align-items:center}
.today-list span{font-family:"Anton";font-size:2rem}
.today-list p{font-size:1.3rem;margin:0;font-weight:650}
.plain-note{margin-top:50px!important;font-size:clamp(1.6rem,3vw,3rem);font-weight:800;max-width:850px!important;margin-left:calc((100vw - min(var(--max),calc(100vw - 40px)))/2)!important}
.one-thing-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}
.one-thing-copy p{font-size:clamp(1.6rem,3vw,2.6rem);font-weight:800;line-height:1.1;margin:0 0 24px}
.note-card{background:white;border:3px solid var(--black);padding:28px}
.note-card label{display:block;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}
.note-card textarea{width:100%;font:inherit;font-size:1.1rem;padding:15px;border:2px solid var(--black);resize:vertical}
.note-actions{display:flex;align-items:center;gap:16px;margin-top:15px}
.text-button{border:0;background:none;text-decoration:underline;font-weight:700;cursor:pointer}
.note-status{font-size:.78rem;margin:15px 0 0;color:#555}
.statement-section{display:grid;grid-template-columns:repeat(3,1fr);background:white}
.statement-section div{font-family:"Anton";font-size:clamp(2.2rem,5vw,5.2rem);text-align:center;padding:48px 16px;border-right:1px solid #bbb}
.statement-section div:last-child{border-right:0}
.help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.help-card{border:2px solid #555;padding:28px;display:flex;flex-direction:column;min-height:270px}
.help-card.urgent{border-color:var(--yellow)}
.help-card span{font-size:.7rem;font-weight:900;letter-spacing:.16em;color:var(--yellow)}
.help-card h3{font-size:1.6rem;line-height:1.1}
.help-card p{color:#ddd}
.help-card a{margin-top:auto;font-weight:900;color:var(--yellow)}
.help-disclaimer{margin-top:34px!important;color:#bbb;font-size:.87rem;max-width:900px!important}
.story-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}
.story-copy{font-size:1.18rem;max-width:760px}
.story-copy blockquote{font-family:"Anton";font-size:clamp(3rem,7vw,6rem);line-height:.95;margin:45px 0;padding-left:25px;border-left:10px solid var(--yellow)}
.purpose-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.purpose-copy{font-size:1.24rem}
.purpose-emphasis{font-size:1.6rem;font-weight:900}
.purpose-box{background:var(--black);color:white;padding:34px;display:flex;flex-direction:column;gap:18px}
.purpose-box span{font-size:.72rem;letter-spacing:.16em;font-weight:900;color:var(--yellow)}
.purpose-box strong{font-size:1.6rem;line-height:1.05}
.purpose-box small{color:#bbb;margin-top:10px}
.merch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.merch-card h3{font-size:1.3rem;margin-bottom:6px}
.merch-card p{margin-top:0;color:#555}
.coming{font-size:.68rem;font-weight:900;letter-spacing:.14em;border-bottom:5px solid var(--yellow)}
.tee,.tote{height:360px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.tee-white{background:var(--grey);border:1px solid #ddd}
.tee-black{background:var(--black);color:white}
.tote{background:var(--stone);border:18px solid #e2ddd3;position:relative}
.tote:before{content:"";position:absolute;width:120px;height:70px;border:12px solid #d9d1c4;border-bottom:0;border-radius:70px 70px 0 0;top:-70px}
.mini-logo{font-family:"Anton";font-size:2.4rem}
.tee-big,.tote span{font-family:"Anton";font-size:4.5rem;line-height:.84;text-align:center}
.shop-note{margin-top:40px!important;font-size:.9rem;color:#666}
.final-cta{padding:90px max(20px,calc((100vw - var(--max))/2));display:flex;align-items:end;justify-content:space-between;gap:30px}
.footer{background:var(--black);color:white;padding:55px max(20px,calc((100vw - var(--max))/2))}
.footer-brand{display:inline-flex;flex-direction:column;margin-bottom:36px}
.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;border-top:1px solid #555;border-bottom:1px solid #555;padding:30px 0}
.footer-columns div{display:flex;flex-direction:column;gap:8px}
.footer-columns strong{font-size:.72rem;letter-spacing:.12em;color:var(--yellow)}
.footer-columns span{color:#ccc}
.copyright{font-size:.72rem;color:#888;margin-top:28px}

@media(max-width:900px){
  .menu-button{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:70px;background:white;border-bottom:1px solid #ccc;padding:18px 20px;flex-direction:column;gap:16px}
  .nav.open{display:flex}
  .hero{grid-template-columns:1fr;padding-top:55px;min-height:auto}
  .hero-poster{min-height:360px}
  .choice-grid,.help-grid,.merch-grid{grid-template-columns:1fr}
  .split,.one-thing-layout,.story-grid,.purpose-grid{grid-template-columns:1fr;gap:45px}
  .statement-section{grid-template-columns:1fr}
  .statement-section div{border-right:0;border-bottom:1px solid #bbb}
  .final-cta{flex-direction:column;align-items:flex-start}
  .footer-columns{grid-template-columns:1fr}
}
@media(max-width:600px){
  .section{padding:72px 18px}
  .site-header{padding:12px 18px}
  .brand-word{font-size:1.65rem}
  .hero{padding:45px 18px 70px}
  .hero h1{font-size:26vw}
  .hero-question{font-size:1.05rem;letter-spacing:.18em}
  .hero-poster{padding:28px;box-shadow:10px 10px 0 var(--yellow)}
  .section-intro{grid-template-columns:50px 1fr;gap:14px}
  .section h2,.final-cta h2{font-size:18vw}
  .choice-card{min-height:205px}
  .today-list>div{grid-template-columns:46px 1fr}
  .today-list p{font-size:1.05rem}
  .note-actions{align-items:flex-start;flex-direction:column}
  .tee,.tote{height:300px}
  .plain-note{margin-left:18px!important}
}

.safety-strip{
  max-width:none!important;
  background:var(--yellow);
  color:var(--black);
  padding:11px max(20px,calc((100vw - var(--max))/2));
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  font-size:.78rem;
}
.safety-strip a{font-weight:900;white-space:nowrap}
.footer-legal{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;font-size:.76rem}
.footer-legal a{color:#ccc}
.built-by{margin-left:8px}
.built-by a{color:#ccc}
.legal-page{max-width:900px;margin:auto;padding:80px 20px 110px}
.legal-page h1{font-family:"Anton",Impact,sans-serif;font-size:clamp(4rem,10vw,8rem);line-height:.88;margin:0 0 30px}
.legal-page h2{font-size:1.55rem;margin-top:46px}
.legal-page p,.legal-page li{font-size:1.02rem}
.legal-page .lead{font-size:1.35rem;font-weight:700}
.legal-page .notice{background:var(--stone);padding:22px;border-left:8px solid var(--yellow);margin:26px 0}
.legal-page .urgent-box{background:var(--black);color:#fff;padding:26px;margin:28px 0}
.legal-page .urgent-box a{color:var(--yellow);font-weight:900}
.legal-page .meta{font-size:.78rem;color:#666;text-transform:uppercase;letter-spacing:.08em}
.page-header{background:white;border-bottom:1px solid #ddd;padding:14px max(20px,calc((100vw - var(--max))/2));display:flex;justify-content:space-between;align-items:center}
.page-header a{text-decoration:none}
.page-header .back{font-size:.75rem;font-weight:900;letter-spacing:.08em}
@media(max-width:900px){
  .safety-strip{align-items:flex-start;flex-direction:column;gap:5px}
}
