@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap");

:root {
  --ink: #0b0a0d;
  --ink-soft: #17151b;
  --paper: #f1eee7;
  --paper-dark: #d9d4ca;
  --amber: #f2a950;
  --violet: #8a78ff;
  --muted: #9b979f;
  --line-dark: rgba(255, 255, 255, 0.16);
  --line-light: rgba(11, 10, 13, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--amber); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 99; background: white; color: black; padding: 10px 14px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 90px;
  padding: 0 clamp(22px, 4vw, 72px);
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.brand-lockup { display: flex; align-items: center; gap: 12px; width: fit-content; }
.brand-lockup img { width: auto; height: 27px; object-fit: contain; }
.brand-lockup img.tapnow-logo { height: 31px; width: 124px; }
.brand-divider { width: 1px; height: 18px; background: var(--amber); }
.site-header nav { display: flex; gap: 36px; }
.site-header nav a { color: #d7d2d7; font-size: 12px; font-weight: 600; letter-spacing: .02em; }
.site-header nav a:hover { color: white; }
.header-cta { justify-self: end; font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--amber); padding: 7px 0; }

.hero {
  min-height: 100svh;
  height: max(760px, 100svh);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  padding: 118px clamp(22px, 4vw, 72px) 80px;
}
.hero-art { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(8,7,10,.98) 0%, rgba(8,7,10,.87) 35%, rgba(8,7,10,.2) 72%, rgba(8,7,10,.45) 100%), linear-gradient(0deg, rgba(8,7,10,.7), transparent 45%); }
.hero-grain { position: absolute; z-index: -1; inset: 0; opacity: .18; pointer-events: none; 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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-content { width: min(760px, 64vw); position: relative; z-index: 1; }
.eyebrow, .section-kicker { font-size: 10px; line-height: 1.2; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: #c8c3ca; display: flex; gap: 16px; align-items: center; }
.eyebrow span { color: var(--amber); border-right: 1px solid #5a555d; padding-right: 16px; }
.hero h1 { font-size: clamp(76px, 10.5vw, 164px); line-height: .72; letter-spacing: -.07em; font-weight: 500; margin: 68px 0 54px; }
.hero h1 em, h2 em, blockquote em { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; color: var(--amber); }
.hero h1 em { display: inline-block; font-size: 1.06em; font-weight: 400; }
.hero-intro { width: min(670px, 100%); font-size: clamp(17px, 1.4vw, 22px); line-height: 1.55; color: #c7c2c9; margin: 0; }
.hero-intro strong { color: white; font-weight: 600; }
.hero-actions { display: flex; gap: 30px; align-items: center; margin-top: 38px; }
.button { min-width: 232px; min-height: 58px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; font-weight: 700; letter-spacing: .03em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--amber); color: var(--ink); }
.button-primary:hover { background: white; }
.apply-cta-group { width: 232px; }
.apply-cta-group small { display: block; margin-top: 10px; color: #aaa5ac; font-size: 9px; letter-spacing: .04em; }
.apply-cta-group small strong { color: var(--amber); font-size: 11px; letter-spacing: .14em; margin-left: 3px; }
.text-link { font-size: 12px; font-weight: 600; border-bottom: 1px solid #77727a; padding: 8px 0; }
.mobile-status { display: none; }
.hero-meta { position: absolute; z-index: 1; right: clamp(22px, 4vw, 72px); bottom: 52px; width: min(330px, 28vw); border-top: 1px solid var(--line-dark); }
.hero-meta div { display: grid; grid-template-columns: 78px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line-dark); }
.hero-meta span { color: #87838a; font-size: 9px; letter-spacing: .14em; }
.hero-meta strong { font-size: 12px; font-weight: 600; }
.submission-status strong { color: var(--amber); }
.scroll-cue { position: absolute; left: clamp(22px, 4vw, 72px); bottom: 38px; margin: 0; color: #7f7b82; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; display: flex; align-items: center; gap: 12px; }
.scroll-cue span { display: block; width: 42px; height: 1px; background: #676269; }

.section-kicker { color: #6e6964; }
.section-kicker-light { color: #918c94; }

.directions { background: var(--paper); color: var(--ink); padding: 64px clamp(22px, 4vw, 72px) 72px; }
.directions-head { display: flex; justify-content: space-between; align-items: end; padding: 0 0 28px; }
.directions-head h2, .rules-intro h2, .faq h2 { font-size: clamp(46px, 5.2vw, 78px); line-height: .87; letter-spacing: -.065em; font-weight: 500; margin: 24px 0 0; }
.directions-head h2 em, .rules-intro h2 em, .faq h2 em { color: #805dfa; }
.directions-head > p { color: #6e6964; font-size: 13px; }
.direction-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.direction-grid article { min-height: 220px; padding: 17px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: flex; flex-direction: column; transition: background .25s, color .25s; }
.direction-grid article:hover { background: var(--ink); color: var(--paper); }
.direction-grid article > span { color: #805dfa; font-size: 10px; font-weight: 700; }
.direction-grid h3 { margin: auto 0 13px; font-size: clamp(21px, 1.8vw, 28px); line-height: .98; letter-spacing: -.045em; }
.direction-grid p { margin: 0; font-size: 11px; line-height: 1.45; color: #69645f; }
.direction-grid article:hover p { color: #aaa5ac; }

.rewards { background: #141217; padding: 100px clamp(22px, 4vw, 72px) 36px; }
.rewards-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding: 70px 0 56px; }
.rewards-title { position: relative; }
.award-count { font-family: "Instrument Serif", Georgia, serif; font-size: clamp(220px, 28vw, 440px); line-height: .55; margin: 0; color: #211e25; position: absolute; z-index: 0; top: 4px; left: -2vw; }
.rewards-title h2 { position: relative; z-index: 1; margin: 120px 0 28px; font-size: clamp(55px, 6vw, 94px); line-height: .84; letter-spacing: -.065em; font-weight: 500; }
.rewards-title > p:last-child { position: relative; z-index: 1; color: #8f8a91; font-size: 14px; }
.reward-list { border-top: 1px solid var(--line-dark); }
.reward-list article { display: grid; grid-template-columns: .52fr .5fr 1fr; align-items: center; gap: 22px; border-bottom: 1px solid var(--line-dark); min-height: 142px; }
.reward-list span { color: #87828a; font-size: 9px; letter-spacing: .15em; }
.reward-list strong { font-family: "Instrument Serif", Georgia, serif; font-size: clamp(55px, 5vw, 78px); font-weight: 400; color: var(--amber); }
.reward-list p { color: #aaa5ac; font-size: 13px; line-height: 1.55; }
.reward-featured { background: linear-gradient(90deg, transparent, rgba(242,169,80,.05)); }
.terms-note { margin: 0; padding-top: 25px; border-top: 1px solid var(--line-dark); color: #716d74; font-size: 10px; line-height: 1.5; }

.assets-library { background: #dfd9ff; color: var(--ink); padding: 74px clamp(22px, 4vw, 72px); display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; }
.assets-copy h2 { margin: 27px 0 24px; font-size: clamp(51px, 5.7vw, 88px); line-height: .85; letter-spacing: -.065em; font-weight: 500; }
.assets-copy h2 em { font-family: "Instrument Serif", Georgia, serif; color: #5f43ce; font-weight: 400; }
.assets-copy > p:not(.section-kicker) { max-width: 520px; color: #554f65; font-size: 14px; line-height: 1.6; }
.button-dark { width: min(100%, 310px); margin-top: 18px; background: var(--ink); color: white; }
.button-dark:hover { background: #5f43ce; }
.assets-copy small { display: block; margin-top: 14px; max-width: 440px; color: #756e84; font-size: 9px; line-height: 1.5; }
.assets-showcase { border-top: 1px solid rgba(11,10,13,.3); }
.asset-count { min-height: 118px; display: flex; align-items: baseline; gap: 17px; border-bottom: 1px solid rgba(11,10,13,.3); }
.asset-count strong { font-family: "Instrument Serif", Georgia, serif; font-size: 100px; line-height: 1; font-weight: 400; color: #5f43ce; }
.asset-count span { font-size: 10px; letter-spacing: .14em; font-weight: 700; }
.assets-showcase > a { min-height: 56px; display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 15px; border-bottom: 1px solid rgba(11,10,13,.3); transition: padding .2s, background .2s; }
.assets-showcase > a:hover { padding-inline: 12px; background: rgba(255,255,255,.28); }
.assets-showcase > a span { color: #756e84; font-size: 9px; }
.assets-showcase > a strong { font-size: 16px; }

.rules { background: var(--paper); color: var(--ink); padding: 74px clamp(22px, 4vw, 72px); display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; }
.rules-intro h2 { margin-bottom: 22px; }
.rules-intro > p:last-child { color: #69645f; font-size: 13px; }
.rules-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-light); }
.rules-list li { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line-light); }
.rules-list li > span { color: #805dfa; font-size: 11px; font-weight: 700; }
.rules-list h3 { margin: 0 0 5px; font-size: 18px; letter-spacing: -.025em; }
.rules-list p { margin: 0; color: #68635f; font-size: 12px; line-height: 1.45; max-width: 600px; }

.cta-band { background: #7556ea; padding: 96px clamp(22px, 4vw, 72px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.cta-band h2 { margin: 34px 0 0; font-size: clamp(65px, 8.5vw, 134px); line-height: .73; letter-spacing: -.07em; font-weight: 500; }
.cta-band-action { justify-self: stretch; }
.cta-band-action > p { margin: 0 0 22px; font-size: 13px; }
.button-light { background: var(--paper); color: var(--ink); width: 100%; }
.button-light:hover { background: var(--amber); }
.cta-band-action small { display: block; margin-top: 12px; color: #d5ccff; font-size: 10px; line-height: 1.45; }
.cta-band-action small strong { color: white; font-size: 12px; letter-spacing: .14em; margin-left: 4px; }

.faq { background: var(--paper); color: var(--ink); padding: 120px clamp(22px, 4vw, 72px); display: grid; grid-template-columns: .65fr 1.35fr; gap: 9vw; }
.faq h2 em { color: #805dfa; }
.faq-list { border-top: 1px solid var(--line-light); }
.faq details { border-bottom: 1px solid var(--line-light); }
.faq summary { list-style: none; cursor: pointer; padding: 27px 0; font-size: 17px; font-weight: 600; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: #805dfa; font-size: 27px; font-weight: 400; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { color: #66615c; line-height: 1.65; font-size: 14px; max-width: 680px; padding: 0 50px 28px 0; margin: -3px 0 0; }

footer { height: 150px; padding: 0 clamp(22px, 4vw, 72px); border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; color: #7c777f; font-size: 11px; }
.footer-brand { font-size: 18px; font-weight: 700; color: var(--paper); }
.footer-brand em { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; color: var(--amber); }
footer a { color: var(--paper); border-bottom: 1px solid #625e65; padding-bottom: 4px; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .site-header { grid-template-columns: 1fr 1fr; }
  .hero-content { width: 75vw; }
  .hero-meta { width: 310px; max-width: 33vw; }
  .direction-grid { grid-template-columns: repeat(2, 1fr); }
  .direction-grid article { min-height: 185px; }
  .direction-grid article:last-child { grid-column: 1 / -1; min-height: 170px; }
  .rewards-layout, .faq { grid-template-columns: 1fr; }
  .rewards-title h2 { margin-top: 100px; }
  .award-count { font-size: 270px; }
  .assets-library { gap: 5vw; }
  .rules-intro, .faq > div:first-child { max-width: 700px; }
}

@media (max-width: 800px) {
  .assets-library, .rules { grid-template-columns: 1fr; }
  .assets-library { gap: 48px; }
  .rules { gap: 36px; }
}

@media (max-width: 700px) {
  .site-header { height: 76px; padding-inline: 20px; }
  .brand-lockup { gap: 8px; }
  .brand-lockup img { height: 22px; }
  .brand-lockup img.tapnow-logo { width: 96px; height: 24px; }
  .header-cta { font-size: 10px; }
  .hero { min-height: 780px; height: 100svh; padding: 112px 20px 60px; align-items: start; }
  .hero-art { object-position: 65% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,7,10,.95), rgba(8,7,10,.3)), linear-gradient(0deg, rgba(8,7,10,.96) 0%, transparent 65%); }
  .hero-content { width: 100%; }
  .mobile-status { display: inline-block; margin: 13px 0 0; border: 1px solid rgba(242,169,80,.55); color: var(--amber); padding: 6px 9px; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .hero h1 { margin: 70px 0 43px; font-size: clamp(68px, 22vw, 105px); }
  .hero-intro { font-size: 16px; max-width: 95%; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; width: min(100%, 330px); margin-top: 30px; }
  .apply-cta-group { width: 100%; }
  .button { min-width: 0; width: 100%; }
  .text-link { width: fit-content; }
  .hero-meta { display: none; }
  .scroll-cue { bottom: 22px; left: 20px; }
  .directions { padding: 52px 20px 56px; }
  .directions-head { align-items: start; flex-direction: column; gap: 15px; padding-bottom: 23px; }
  .directions-head h2, .rules-intro h2, .faq h2 { font-size: 48px; }
  .direction-grid { grid-template-columns: repeat(2, 1fr); }
  .direction-grid article { min-height: 180px; }
  .direction-grid article:last-child { grid-column: 1 / -1; min-height: 145px; }
  .rewards { padding: 80px 20px 28px; }
  .rewards-layout { padding-top: 45px; }
  .award-count { font-size: 220px; }
  .rewards-title h2 { font-size: 58px; margin-top: 90px; }
  .reward-list article { grid-template-columns: 1fr 1fr; padding: 20px 0; }
  .reward-list article p { grid-column: 1 / -1; margin: 0; }
  .reward-list strong { font-size: 58px; }
  .assets-library { padding: 62px 20px; }
  .assets-copy h2 { font-size: 52px; }
  .asset-count strong { font-size: 82px; }
  .rules, .faq { padding: 58px 20px; gap: 34px; }
  .rules-list li { grid-template-columns: 42px 1fr; }
  .cta-band { padding: 80px 20px; grid-template-columns: 1fr; gap: 60px; }
  .cta-band h2 { font-size: 75px; }
  .faq summary { font-size: 15px; }
  footer { height: auto; padding: 38px 20px; grid-template-columns: 1fr auto; gap: 22px; }
  footer p { grid-row: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
