:root {
  --ink: #11120f;
  --paper: #f3ead6;
  --white: #fff9e9;
  --yellow: #f4df20;
  --red: #e42724;
  --red-dark: #a61920;
  --green: #173e31;
  --blue: #1b5eaa;
  --display: "Avenir Next Condensed", "Arial Narrow", sans-serif;
  --serif: "Iowan Old Style", "Bodoni 72", Georgia, serif;
  --mono: "Courier New", Courier, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: var(--display); }
a { color: inherit; }

.site-nav {
  position: fixed;
  z-index: 50;
  top: 14px;
  right: 14px;
  display: flex;
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: 5px 5px 0 var(--red);
}
.site-nav a { padding: 10px 13px; color: var(--ink); font: 900 10px/1 var(--mono); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a + a { border-left: 2px solid var(--ink); }
.site-nav a:hover, .site-nav a.active { background: var(--yellow); }
.site-nav a:focus-visible, .button:focus-visible, .way a:focus-visible, .rules-link:focus-visible, footer a:focus-visible { outline: 4px solid var(--blue); outline-offset: 4px; }

.marketing-hero { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr); overflow: hidden; background: var(--ink); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(90px, 10vw, 160px) clamp(28px, 7vw, 110px); color: var(--white); }
.issue-line { margin: 0 0 28px; color: var(--yellow); font: 700 10px/1.4 var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.hero-copy h1 { margin: 0; font: 900 clamp(100px, 15vw, 220px)/.63 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.hero-copy h1 span { color: var(--red); }
.hero-summary { width: min(600px, 100%); margin: 40px 0 0; color: #d8d0bf; font: 500 clamp(19px, 2vw, 27px)/1.35 var(--serif); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; border: 3px solid var(--ink); padding: 14px 20px; font: 900 12px/1 var(--mono); letter-spacing: .05em; text-decoration: none; text-transform: uppercase; box-shadow: 6px 6px 0 var(--red); transition: transform 140ms ease, box-shadow 140ms ease; }
.button:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--red); }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button-paper { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-red { background: var(--red); color: var(--white); }
.no-account { margin: 22px 0 0; color: #8c8d82; font: 700 9px/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase; }

.hero-art { position: relative; min-height: 680px; overflow: hidden; border-left: 1px solid #3b3c35; background: var(--green); }
.hero-art::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: repeating-linear-gradient(88deg, transparent 0 27px, rgba(255,255,255,.08) 28px 29px), repeating-linear-gradient(2deg, transparent 0 31px, rgba(0,0,0,.16) 32px 33px); }
.orbit { position: absolute; border: 1px solid rgba(243,234,214,.24); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; right: -230px; bottom: -90px; }
.orbit-two { width: 760px; height: 760px; right: -350px; bottom: -210px; }
.poster-card { position: absolute; width: clamp(170px, 19vw, 260px); aspect-ratio: .7; display: flex; flex-direction: column; justify-content: space-between; border: 8px solid var(--white); border-radius: 12px; padding: 18px; box-shadow: 16px 18px 0 rgba(0,0,0,.35); }
.poster-card b { font: 900 clamp(40px, 5vw, 70px)/1 var(--display); }
.poster-card span { align-self: center; font: 900 clamp(80px, 11vw, 150px)/1 var(--serif); }
.poster-card-one { left: 7%; top: 20%; color: var(--ink); background: var(--yellow); transform: rotate(-14deg); }
.poster-card-two { left: 28%; top: 15%; color: var(--red-dark); background: var(--white); transform: rotate(3deg); }
.poster-card-three { left: 48%; top: 24%; color: var(--white); background: var(--red); transform: rotate(16deg); }
.hero-art > p { position: absolute; right: 6%; bottom: 8%; margin: 0; color: var(--yellow); font: 900 clamp(34px, 5vw, 70px)/.85 var(--display); letter-spacing: -.04em; text-align: right; transform: rotate(-3deg); }

.ways-in { padding: clamp(80px, 9vw, 150px) clamp(20px, 6vw, 90px); background-color: var(--paper); background-image: linear-gradient(rgba(17,18,15,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(17,18,15,.075) 1px, transparent 1px); background-size: 28px 28px; }
.section-intro { display: grid; grid-template-columns: .4fr 1fr; align-items: end; gap: 40px; margin-bottom: 60px; }
.section-intro > p, .rules-title > p { margin: 0; color: var(--red); font: 700 10px/1.4 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.section-intro h2, .rules-title h2 { margin: 0; font: 900 clamp(60px, 9vw, 132px)/.74 var(--display); letter-spacing: -.065em; text-transform: uppercase; }
.way-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--red); }
.way { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: clamp(24px, 3.5vw, 50px); background: var(--white); }
.way + .way { border-left: 3px solid var(--ink); }
.way-browser { background: var(--yellow); }
.way-mobile { color: var(--white); background: var(--green); }
.way-number { font: 700 11px/1 var(--mono); }
.way-status { min-height: 30px; margin: 38px 0 8px; font: 700 9px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.way h3 { margin: 0; font: 900 clamp(52px, 6vw, 84px)/.86 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.way > p:not(.way-status) { max-width: 310px; margin: 26px 0; font: 500 18px/1.45 var(--serif); }
.way-link, .way-links, .coming-label { margin-top: auto; }
.way-link, .way-links a { font: 900 11px/1.2 var(--mono); letter-spacing: .03em; text-transform: uppercase; }
.way-links { display: flex; gap: 20px; }
.coming-label { align-self: flex-start; border: 2px solid var(--yellow); padding: 10px 12px; color: var(--yellow); font: 700 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; transform: rotate(-1deg); }

.rules-teaser { display: grid; grid-template-columns: minmax(340px, .8fr) minmax(420px, 1.2fr); background: var(--ink); color: var(--white); }
.rules-title { display: flex; flex-direction: column; justify-content: center; min-height: 760px; padding: clamp(55px, 8vw, 120px); border-right: 1px solid #3b3c35; }
.rules-title h2 { margin-top: 28px; }
.rules-title h2 span { color: var(--red); }
.rules-link { align-self: flex-start; margin-top: 42px; border-bottom: 2px solid var(--yellow); padding-bottom: 7px; color: var(--yellow); font: 900 11px/1 var(--mono); letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.rule-list { margin: 0; padding: 0; list-style: none; }
.rule-list li { min-height: 190px; display: grid; grid-template-columns: 130px 1fr; align-items: center; border-bottom: 1px solid #3b3c35; padding: 30px clamp(30px, 6vw, 85px); }
.rule-list li:last-child { border-bottom: 0; }
.rule-list b { color: var(--yellow); font: 900 72px/1 var(--display); letter-spacing: -.06em; }
.rule-list strong { font: 900 24px/1 var(--display); text-transform: uppercase; }
.rule-list p { margin: 10px 0 0; color: #aaa99e; font: 500 17px/1.45 var(--serif); }

.final-call { min-height: 520px; display: grid; place-content: center; justify-items: center; padding: 80px 20px; text-align: center; background: var(--yellow); }
.final-call p { margin: 0; font: 700 10px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.final-call h2 { margin: 16px 0 45px; font: 900 clamp(80px, 15vw, 210px)/.7 var(--display); letter-spacing: -.07em; text-transform: uppercase; }

footer { min-height: 90px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding: 25px clamp(20px, 5vw, 70px); color: var(--white); background: var(--ink); }
footer strong { font: 900 18px/1 var(--display); text-transform: uppercase; }
footer span { color: #85867d; font: 700 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
footer a { justify-self: end; font: 700 10px/1 var(--mono); }

@media (max-width: 920px) {
  .marketing-hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 700px; }
  .hero-art { min-height: 620px; border-top: 1px solid #3b3c35; border-left: 0; }
  .section-intro { grid-template-columns: 1fr; }
  .way-grid { grid-template-columns: 1fr; }
  .way { min-height: 330px; }
  .way + .way { border-top: 3px solid var(--ink); border-left: 0; }
  .rules-teaser { grid-template-columns: 1fr; }
  .rules-title { min-height: 520px; border-right: 0; border-bottom: 1px solid #3b3c35; }
}

@media (max-width: 620px) {
  .marketing-hero { min-height: auto; }
  .hero-copy {
    min-height: min(760px, 100dvh);
    justify-content: end;
    padding: calc(48px + env(safe-area-inset-top, 0px)) 20px 42px;
  }
  .issue-line { margin-bottom: 20px; font-size: 9px; }
  .hero-copy h1 { font-size: clamp(82px, 29vw, 116px); line-height: .66; }
  .hero-summary { margin-top: 28px; font-size: clamp(18px, 5.3vw, 22px); }
  .hero-actions { display: grid; gap: 10px; margin-top: 28px; }
  .hero-actions .button { width: 100%; min-height: 58px; }
  .no-account { margin-top: 17px; }
  .hero-art { min-height: 390px; }
  .poster-card { width: min(39vw, 150px); border-width: 5px; padding: 12px; box-shadow: 10px 12px 0 rgba(0,0,0,.35); }
  .poster-card b { font-size: 36px; }
  .poster-card span { font-size: 68px; }
  .poster-card-one { left: -2%; top: 21%; }
  .poster-card-two { left: 27%; top: 13%; }
  .poster-card-three { left: 54%; top: 23%; }
  .hero-art > p { right: 5%; bottom: 5%; font-size: 34px; }
  .ways-in { padding: 72px 12px; }
  .section-intro { gap: 18px; margin-bottom: 32px; padding-inline: 8px; }
  .section-intro h2, .rules-title h2 { font-size: clamp(50px, 16vw, 64px); }
  .way-grid { box-shadow: 6px 7px 0 var(--red); }
  .way { min-height: 280px; padding: 26px 24px; }
  .way-status { margin-top: 26px; }
  .way h3 { font-size: 54px; }
  .way > p:not(.way-status) { margin: 18px 0 24px; font-size: 17px; }
  .way-link, .way-links a { min-height: 44px; display: inline-flex; align-items: center; }
  .rules-title { min-height: 350px; padding: 44px 22px; }
  .rules-title h2 { margin-top: 20px; }
  .rules-link { min-height: 44px; display: inline-flex; align-items: center; margin-top: 28px; }
  .rule-list li { grid-template-columns: 62px 1fr; min-height: 135px; padding: 22px 18px; }
  .rule-list b { font-size: 46px; }
  .rule-list strong { font-size: 21px; }
  .rule-list p { font-size: 16px; }
  .final-call { min-height: 340px; padding: 60px 20px; }
  .final-call h2 { margin-bottom: 34px; font-size: clamp(76px, 25vw, 104px); }
  .final-call .button { width: min(100%, 320px); min-height: 58px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer a { justify-self: center; }
}

@media (max-width: 370px) {
  .hero-copy h1 { font-size: 80px; }
  .poster-card { width: 137px; }
  .rule-list li { grid-template-columns: 52px 1fr; padding-inline: 14px; }
}

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