/* sprintcycle.ca — skin "afterburner"
   Jet Casino (CA) brand satellite. Midnight-navy shell, turbine cyan +
   runway amber. Single stylesheet, no external requests, no JS. */

/* ---------- shared reset (canonical copy: /shared/templates/reset.css) ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, ol { margin: 0; }
ul[class], ol[class] { padding: 0; list-style: none; }
ul, ol { padding-left: 0; list-style: none; }
html { -webkit-text-size-adjust: 100%; }
body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; }
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
input, button, textarea, select { font: inherit; }
a { color: inherit; }
button { cursor: pointer; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- tokens ---------- */
:root {
  --bg:        #060b16;
  --bg-2:      #0a1120;
  --panel:     #0e1526;
  --panel-2:   #131d33;
  --line:      rgba(143,163,196,.18);
  --line-hi:   rgba(143,163,196,.32);
  --ink:       #e9eff9;
  --ink-2:     #a9bad6;
  --muted:     #7f92b2;
  --cyan:      #24e0e8;
  --amber:     #ffb020;
  --ember:     #ff6a2b;
  --gold:      #f2d08a;
  --green:     #3ddc84;
  --red:       #ff5f6d;
  --r:         14px;
  --r-lg:      22px;
  --wrap:      1180px;
  --pad:       clamp(16px, 4vw, 28px);
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --cond: "Helvetica Neue Condensed", "Arial Narrow", "Roboto Condensed", var(--sans);
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.62;
  overflow-x: hidden;
}

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }

::selection { background: var(--amber); color: #0b1020; }

:where(a, button, summary, input):focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
  border-radius: 6px;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--amber); color: #0b1020; padding: 10px 16px; font-weight: 800;
}
.skip:focus { left: 8px; top: 8px; }

/* ---------- type ---------- */
h1, h2, h3, h4 { line-height: 1.12; font-weight: 800; letter-spacing: -.015em; }

h1 {
  font-family: var(--cond);
  font-size: clamp(2.1rem, 6.2vw, 4.2rem);
  text-transform: uppercase;
  letter-spacing: -.022em;
  font-weight: 900;
}
h2 {
  font-size: clamp(1.5rem, 3.4vw, 2.3rem);
  margin-block: 0 .55em;
}
h3 { font-size: clamp(1.14rem, 2.1vw, 1.4rem); margin-block: 1.6em .5em; }
h4 { font-size: 1.02rem; margin-block: 1.3em .35em; }

p { margin-block: 0 1.05em; color: var(--ink-2); }
p:last-child { margin-bottom: 0; }
strong { color: var(--ink); font-weight: 700; }

.lede { font-size: clamp(1.02rem, 1.7vw, 1.14rem); color: var(--ink); }

section > .wrap > h2 + p,
.sec-head p { color: var(--muted); }

.sec-head { max-width: 74ch; margin-bottom: clamp(24px, 4vw, 40px); }

.eyebrow {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: .9em;
  display: block;
}

.content-link { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.content-link:hover { color: var(--amber); }

/* ---------- header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 60;
  background: rgba(6,11,22,.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.head-in {
  display: flex; align-items: center; gap: clamp(12px, 3vw, 30px);
  min-height: 68px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 38px; height: 38px; border-radius: 10px; }
.brand-name {
  font-family: var(--cond);
  font-weight: 900; text-transform: uppercase; letter-spacing: .01em;
  font-size: 1.22rem; line-height: 1;
}
.brand-name span { color: var(--amber); }
.brand-sub { display: block; font-family: var(--mono); font-size: .58rem; letter-spacing: .18em; color: var(--muted); margin-top: 3px; }

.head-nav { margin-left: auto; }
.head-nav ul { display: flex; flex-wrap: nowrap; gap: clamp(8px, 1.5vw, 20px); }
.head-nav a {
  text-decoration: none; font-size: .92rem; font-weight: 600; color: var(--ink-2);
  padding: 6px 2px; white-space: nowrap;
}
.head-nav a:hover { color: var(--cyan); }
.head-cta { display: flex; gap: 8px; margin-left: auto; }
.head-nav + .head-cta { margin-left: clamp(8px, 2vw, 22px); }

@media (max-width: 1024px) { .head-nav { display: none; } }
@media (max-width: 460px) { .head-cta .btn-ghost { display: none; } .brand-sub { display: none; } }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-weight: 800; text-decoration: none; text-align: center;
  padding: 12px 22px; border-radius: 999px; border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  line-height: 1.2;
}
.btn-primary {
  background: linear-gradient(180deg, #ffc44d, var(--amber));
  color: #14100a;
  box-shadow: 0 8px 24px rgba(255,176,32,.24), inset 0 1px 0 rgba(255,255,255,.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,176,32,.36), inset 0 1px 0 rgba(255,255,255,.5); }
.btn-ghost { background: rgba(36,224,232,.08); color: var(--cyan); border-color: rgba(36,224,232,.4); }
.btn-ghost:hover { background: rgba(36,224,232,.16); transform: translateY(-2px); }
.btn-sm { padding: 9px 16px; font-size: .88rem; }
.btn-lg { padding: 15px 34px; font-size: 1.05rem; }
.btn-block { display: flex; width: 100%; }

/* ---------- hero ---------- */
.hero { padding: clamp(12px, 2vw, 22px) 0 0; }
.hero-card {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  min-height: clamp(430px, 58vw, 620px);
  display: flex; flex-direction: column; justify-content: flex-start;
  border: 1px solid var(--line);
  isolation: isolate;
}
.hero-card > img.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 68% 45%;
  z-index: -2;
}
.hero-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(100deg, rgba(6,11,22,.96) 0%, rgba(6,11,22,.9) 26%, rgba(6,11,22,.45) 55%, rgba(6,11,22,.15) 78%),
    linear-gradient(0deg, rgba(6,11,22,.86) 0%, rgba(6,11,22,0) 46%);
}
.hero-body { padding: clamp(24px, 4.4vw, 52px); max-width: 42rem; }
.hero-body h1 { margin-bottom: .35em; text-wrap: balance; }
.h1-kicker {
  display: block;
  font-family: var(--mono);
  font-size: clamp(.68rem, 1.4vw, .78rem);
  font-weight: 500;
  letter-spacing: .24em;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 1.1em;
}
.hero-sub { color: #cfdcf0; font-size: clamp(.95rem, 1.7vw, 1.06rem); max-width: 34rem; }

.rating { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 12px; margin: 4px 0 0; }
.stars { display: flex; gap: 3px; }
.stars svg { width: 19px; height: 19px; fill: var(--amber); }
.stars svg.half { fill: url(#halfgrad); }
.rating b { font-size: 1.06rem; white-space: nowrap; }
.rating span { color: var(--muted); font-size: .86rem; }

.hero-actions {
  margin-top: auto;
  padding: 0 clamp(24px, 4.4vw, 52px) clamp(24px, 4.4vw, 44px);
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: center;
}
.hero-note {
  width: 100%; text-align: center; font-size: .76rem; color: var(--muted); margin: 0;
}

/* ---------- fact strip ---------- */
.facts { padding: clamp(16px, 2.4vw, 22px) 0 0; }
.fact-grid {
  display: grid; gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 235px), 1fr));
}
.fact {
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 20px;
}
.fact dt {
  font-family: var(--mono); font-size: .68rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--amber); margin-bottom: 8px;
}
.fact dd { margin: 0; color: var(--ink-2); font-size: .93rem; }
.fact dd b { display: block; font-size: 1.08rem; color: var(--ink); font-weight: 800; margin-bottom: 2px; }

/* ---------- generic section rhythm ---------- */
section { padding-block: clamp(44px, 7vw, 84px); }
section.tight { padding-block: clamp(26px, 4vw, 44px); }
.band { background: var(--bg-2); border-block: 1px solid var(--line); }

/* ---------- game tiles ---------- */
.tile-grid {
  display: grid; gap: clamp(10px, 1.6vw, 16px);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 520px) { .tile-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 760px) { .tile-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1000px) { .tile-grid { grid-template-columns: repeat(5, 1fr); } }
.tile {
  position: relative; border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  display: flex; flex-direction: column;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.tile .thumb { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.tile img { width: 100%; height: 100%; object-fit: cover; }
.tile:hover { transform: translateY(-4px); border-color: rgba(36,224,232,.5); box-shadow: 0 14px 32px rgba(0,0,0,.5); }
.tile figcaption {
  padding: 10px 12px 12px;
  font-size: .84rem; font-weight: 700; color: var(--ink); line-height: 1.25;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.tile figcaption small {
  display: block; font-weight: 500; font-size: .7rem; color: var(--muted); margin-top: 2px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.tile .badge {
  position: absolute; top: 8px; left: 8px; z-index: 2;
  font-family: var(--mono); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase;
  padding: 4px 7px; border-radius: 6px; font-weight: 700;
  background: var(--amber); color: #14100a;
}
.tile .badge.new { background: var(--cyan); color: #04222a; }
.tile .badge.top { background: var(--ember); color: #1c0d05; }
.tile .badge.fs  { background: var(--gold); color: #221a08; }
.tile .play {
  position: absolute; inset: 0; z-index: 3;
  display: grid; place-items: center;
  background: rgba(6,11,22,.62);
  opacity: 0; transition: opacity .18s ease;
  text-decoration: none;
}
.tile:hover .play, .tile:focus-within .play { opacity: 1; }
.tile .play span {
  font-family: var(--mono); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  background: var(--amber); color: #14100a; padding: 9px 18px; border-radius: 999px; font-weight: 700;
}
/* persistent play affordance — the hover overlay never fires on touch */
.tile .go {
  position: absolute; right: 8px; bottom: 8px; z-index: 4;
  width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--amber); box-shadow: 0 6px 16px rgba(0,0,0,.5);
  transition: transform .18s ease, opacity .18s ease;
}
.tile .go svg { width: 15px; height: 15px; fill: #14100a; margin-left: 2px; }
.tile:hover .go { opacity: 0; transform: scale(.8); }

/* ---------- popular-games block under the fold ---------- */
.slots-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin-bottom: clamp(14px, 2.4vw, 20px);
}
.slots-head h2 { margin: 0; font-size: clamp(1.24rem, 2.4vw, 1.6rem); }
.chips-sm li { font-size: .78rem; padding: 6px 13px; color: var(--muted); }
.fineprint { margin-top: 12px; font-size: .78rem; color: var(--muted); }
.most-played {
  margin-top: 18px; font-size: .88rem; color: var(--ink-2);
  border-left: 2px solid var(--amber); padding-left: 14px;
}
.most-played strong { color: var(--ink); }

/* ---------- provider chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips li {
  font-size: .84rem; font-weight: 600; color: var(--ink-2);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 15px; background: var(--panel);
}

/* ---------- media rows ---------- */
.row {
  display: grid; gap: clamp(22px, 4vw, 52px); align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 860px) {
  .row { grid-template-columns: 1fr 1fr; }
  .row.reverse .row-media { order: 2; }
}
.row + .row { margin-top: clamp(44px, 7vw, 78px); }
.row-media img {
  width: 100%; border-radius: var(--r-lg); border: 1px solid var(--line);
  background: var(--panel);
}
.row-body > h2:first-child, .row-body > h3:first-child { margin-top: 0; }

.steps { counter-reset: s; margin: 0 0 1.1em; padding: 0; list-style: none; }
.steps li {
  counter-increment: s; position: relative; padding-left: 44px; margin-bottom: 12px; color: var(--ink-2);
}
.steps li::before {
  content: counter(s); position: absolute; left: 0; top: 1px;
  width: 29px; height: 29px; border-radius: 9px;
  display: grid; place-items: center;
  font-family: var(--mono); font-size: .82rem; font-weight: 700;
  background: rgba(36,224,232,.12); color: var(--cyan); border: 1px solid rgba(36,224,232,.35);
}

.ticks { margin: 0 0 1.1em; padding: 0; list-style: none; }
.ticks li { position: relative; padding-left: 28px; margin-bottom: 9px; color: var(--ink-2); }
.ticks li::before {
  content: ""; position: absolute; left: 3px; top: .58em;
  width: 12px; height: 7px; border-left: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan);
  transform: rotate(-45deg);
}

/* ---------- tables ---------- */
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: var(--panel); }
table { width: 100%; border-collapse: collapse; font-size: .93rem; min-width: 480px; }
caption { text-align: left; padding: 14px 18px; color: var(--muted); font-size: .84rem; border-bottom: 1px solid var(--line); }
th, td { padding: 12px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
thead th {
  font-family: var(--mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--amber); background: var(--panel-2); font-weight: 700; white-space: nowrap;
}
tbody th { font-weight: 700; color: var(--ink); width: 38%; }
td { color: var(--ink-2); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover td, tbody tr:hover th { background: rgba(36,224,232,.04); }
.yes { color: var(--green); font-weight: 700; }
.no  { color: var(--red); font-weight: 700; }
code.code {
  font-family: var(--mono); font-size: .86rem; font-weight: 700;
  background: rgba(255,176,32,.12); color: var(--amber);
  border: 1px dashed rgba(255,176,32,.45); border-radius: 6px; padding: 2px 8px;
  letter-spacing: .06em;
}

/* ---------- promo banner trio ---------- */
.promo-grid {
  display: grid; gap: clamp(12px, 2vw, 18px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));
}
.promo {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  border: 1px solid var(--line); background: var(--panel);
  display: flex; flex-direction: column;
}
.promo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.promo-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.promo-body h3 { margin: 0; font-size: 1.12rem; }
.promo-body p { font-size: .9rem; margin: 0; flex: 1; }
.promo-body .btn { margin-top: 6px; }

/* ---------- VIP ladder ---------- */
.vip-grid {
  display: grid; gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr));
}
.vip {
  border: 1px solid var(--line); border-radius: var(--r);
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  padding: 16px 18px;
}
.vip b { display: block; font-size: 1rem; }
.vip .lvl { font-family: var(--mono); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; color: var(--cyan); }
.vip p { font-size: .85rem; margin: 6px 0 0; }
.vip.gold { border-color: rgba(242,208,138,.4); }
.vip.gold .lvl { color: var(--gold); }

/* ---------- logo grids (brands / payments) ---------- */
.logo-grid {
  display: grid; gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 148px), 1fr));
}
.logo-grid li {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 16px 12px; min-height: 96px; text-align: center;
}
.logo-grid img { width: 46px; height: 46px; object-fit: contain; border-radius: 10px; }
.logo-grid b { font-size: .82rem; font-weight: 700; color: var(--ink-2); line-height: 1.25; }

/* payment marks are supplied as dark-on-transparent artwork, so they need a
   light tile to stay legible on this shell */
.pay-grid li { min-height: 62px; padding: 10px; background: #fff; border-color: rgba(255,255,255,.14); }
.pay-grid img { width: auto; height: auto; max-height: 26px; max-width: 100px; border-radius: 0; }

/* ---------- pros / cons ---------- */
.pc-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.pc {
  border: 1px solid var(--line); border-radius: var(--r); padding: 20px 22px; background: var(--panel);
}
.pc h3 { margin: 0 0 12px; font-size: 1.06rem; }
.pc.pros { border-left: 3px solid var(--green); }
.pc.cons { border-left: 3px solid var(--red); }
.pc li { position: relative; padding-left: 24px; margin-bottom: 8px; color: var(--ink-2); font-size: .93rem; }
.pc.pros li::before { content: "+"; position: absolute; left: 4px; color: var(--green); font-weight: 800; }
.pc.cons li::before { content: "–"; position: absolute; left: 4px; color: var(--red); font-weight: 800; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 10px; }
.faq details {
  border: 1px solid var(--line); border-radius: var(--r); background: var(--panel);
  overflow: hidden;
}
.faq summary {
  padding: 16px 52px 16px 20px; font-weight: 700; position: relative; list-style: none;
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 22px; top: 50%;
  width: 10px; height: 10px; margin-top: -6px;
  border-right: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan);
  transform: rotate(45deg); transition: transform .18s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq details[open] summary { color: var(--cyan); }
.faq .answer { padding: 0 20px 18px; }
.faq .answer p { font-size: .94rem; }

/* ---------- callout ---------- */
.callout {
  border: 1px solid rgba(255,176,32,.34);
  background: rgba(255,176,32,.07);
  border-radius: var(--r); padding: 18px 22px;
}
.callout p { color: var(--ink-2); font-size: .93rem; }
.callout p:first-child strong { color: var(--amber); }

.cta-strip {
  border-radius: var(--r-lg); border: 1px solid rgba(255,176,32,.3);
  background:
    radial-gradient(120% 160% at 88% 20%, rgba(255,176,32,.16), transparent 60%),
    linear-gradient(180deg, var(--panel-2), var(--panel));
  padding: clamp(26px, 4.4vw, 44px);
  display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between;
}
.cta-strip h2 { margin: 0 0 .3em; }
.cta-strip p { margin: 0; max-width: 52ch; }
.cta-strip > div { flex: 1 1 320px; }

/* ---------- footer ---------- */
.site-foot { border-top: 1px solid var(--line); background: var(--bg-2); padding-block: clamp(34px, 5vw, 54px); }
.foot-top { display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
.foot-col h3 { margin: 0 0 12px; font-size: .84rem; font-family: var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--amber); font-weight: 700; }
.foot-col li { margin-bottom: 7px; }
.foot-col a { color: var(--ink-2); text-decoration: none; font-size: .9rem; }
.foot-col a:hover { color: var(--cyan); }
.foot-col p { font-size: .88rem; }
.foot-bar {
  margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between;
}
.foot-bar p { font-size: .8rem; color: var(--muted); margin: 0; }
.age {
  display: inline-grid; place-items: center;
  width: 42px; height: 42px; border-radius: 50%;
  border: 2px solid var(--red); color: var(--red);
  font-weight: 900; font-size: .82rem; flex: 0 0 auto;
}
.foot-flags { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.foot-flags span { font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ---------- print ---------- */
@media print {
  .site-head, .hero-actions, .promo, .tile .play { display: none !important; }
  body { background: #fff; color: #000; }
}
