/* ============================================================
   GRANDSTAND — Great Culture. Grand Outcomes.
   Brand system: Grandstand Blue #00ADEF / Charcoal #141314
   ============================================================ */

:root {
  --blue: #00ADEF;
  --blue-dark: #0090c7;
  --charcoal: #141314;
  --ink: #1d1c1d;
  --paper: #F5F4F2;
  --white: #ffffff;
  --grey: #8b8a88;
  --grey-light: #e6e4e0;
  --max: 1200px;
  --radius: 4px;
  --display: "Anton", "Arial Narrow", Impact, sans-serif;
  --body: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 18px 50px rgba(20, 19, 20, .22);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

::selection { background: var(--blue); color: var(--white); }

/* ---------- Typography ---------- */
h1, h2, h3, .display {
  font-family: var(--display);
  font-weight: 400;
  line-height: .95;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: var(--charcoal);
}
h1 { font-size: clamp(2.9rem, 7.5vw, 5.6rem); }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); letter-spacing: .02em; }
p.lead { font-size: clamp(1.05rem, 1.8vw, 1.3rem); font-weight: 500; }

.tilt { display: inline-block; transform: rotate(-1.6deg); }
.blue { color: var(--blue); }
.on-dark { color: var(--white); }

/* chalk underline */
.chalk {
  position: relative;
  display: inline-block;
}
.chalk::after {
  content: "";
  position: absolute;
  left: -2%; right: -2%; bottom: -.14em;
  height: .14em;
  background: var(--blue);
  transform: rotate(-1.2deg) skewX(-12deg);
  opacity: .9;
}
.chalk--white::after { background: var(--white); }

.kicker {
  display: inline-block;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}

/* ---------- Layout ---------- */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
section { padding: 84px 0; }
.section-dark { background: var(--charcoal); color: #d9d8d6; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-blue { background: var(--blue); color: var(--charcoal); }
.section-tex {
  background: var(--blue) url("../img/tex-chalk-blue-1.jpg") center/cover no-repeat;
}
.center { text-align: center; }
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: center; }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

/* torn section edge */
.torn { position: relative; }
.torn::before {
  content: "";
  position: absolute; top: -18px; left: 0; right: 0; height: 20px;
  background: inherit;
  clip-path: polygon(0 90%, 4% 40%, 9% 75%, 15% 30%, 22% 70%, 28% 25%, 35% 65%, 42% 35%, 50% 80%, 57% 30%, 64% 60%, 71% 25%, 78% 70%, 85% 35%, 92% 65%, 100% 30%, 100% 100%, 0 100%);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 34px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-2px) rotate(-.5deg); box-shadow: var(--shadow); }
.btn-blue { background: var(--blue); color: var(--charcoal); }
.btn-blue:hover { background: var(--blue-dark); color: var(--white); }
.btn-dark { background: var(--charcoal); color: var(--white); }
.btn-dark:hover { background: var(--ink); }
.btn-ghost { border-color: currentColor; color: var(--charcoal); background: transparent; }
.section-dark .btn-ghost, .hero .btn-ghost, .page-hero .btn-ghost { color: var(--white); }
.btn-lg { font-size: 1.25rem; padding: 18px 44px; }
.btn-row { display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: var(--charcoal);
  color: var(--white);
  border-bottom: 3px solid var(--blue);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 26px;
  min-height: 72px;
}
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.logo svg { display: block; }
.nav { display: flex; gap: 22px; margin-left: auto; align-items: center; }
.nav a {
  color: #cfcecd; text-decoration: none; font-weight: 600;
  font-size: .92rem; letter-spacing: .04em; text-transform: uppercase;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--blue); }
.nav .btn { padding: 10px 22px; font-size: .95rem; }
.header-phone {
  display: none; color: var(--white); text-decoration: none; font-weight: 700; font-size: .92rem;
}
@media (min-width: 1080px) { .header-phone { display: inline-block; } }
.nav-ig { display: inline-flex; align-items: center; color: #cfcecd; }
.nav-ig svg { display: block; }
.nav-ig:hover { color: var(--blue); }

.nav-toggle {
  display: none; margin-left: auto; background: none; border: 0; cursor: pointer; padding: 10px;
}
.nav-toggle span {
  display: block; width: 26px; height: 3px; background: var(--white); margin: 5px 0;
  transition: transform .2s ease, opacity .2s ease;
}
@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: 72px 0 auto 0; z-index: 199;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--charcoal); border-bottom: 3px solid var(--blue);
    max-height: 0; overflow: hidden; transition: max-height .25s ease;
  }
  .nav.open { max-height: 80vh; overflow: auto; }
  .nav a { padding: 15px 24px; border-top: 1px solid #262526; }
  .nav .btn { margin: 16px 24px 22px; }
  body.nav-locked { overflow: hidden; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--charcoal);
  color: var(--white);
  overflow: hidden;
}
.hero-media {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .38;
  filter: grayscale(1) contrast(1.15);
}
.hero-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(20,19,20,.92) 20%, rgba(20,19,20,.45) 65%, rgba(0,173,239,.28) 100%);
}
.hero .wrap { position: relative; z-index: 1; padding-top: 96px; padding-bottom: 96px; }
.hero h1 { color: var(--white); max-width: 15ch; }
.hero p.lead { max-width: 56ch; margin: 26px 0 34px; color: #e8e7e5; }
.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 38px; }
.hero-badges span {
  font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 8px 16px; color: #d9d8d6;
}
.hero-badges span b { color: var(--blue); }

/* GS badge */
.gs-badge {
  width: 108px; height: 108px; border-radius: 50%;
  background: var(--blue); color: var(--charcoal);
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-weight: 800; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  transform: rotate(8deg);
  padding: 14px; line-height: 1.35;
}

/* ---------- Cards ---------- */
.card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 22px rgba(20,19,20,.08);
  display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-media { aspect-ratio: 16/10; background: var(--charcoal); position: relative; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-media .tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--blue); color: var(--charcoal);
  font-weight: 800; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 2px; transform: rotate(-2deg);
}
.card-body { padding: 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.card-body p { color: #4c4b4a; font-size: .98rem; }
.card-link {
  margin-top: auto; font-weight: 800; text-transform: uppercase; letter-spacing: .08em;
  font-size: .88rem; color: var(--charcoal); text-decoration: none;
}
.card-link::after { content: " →"; color: var(--blue); }
.card-link:hover { color: var(--blue); }

/* duotone treatment for future photography */
.duotone { position: relative; }
.duotone img { filter: grayscale(1) contrast(1.1); }
.duotone::after {
  content: ""; position: absolute; inset: 0;
  background: var(--blue); mix-blend-mode: multiply; opacity: .55; pointer-events: none;
}

/* ---------- Steps ---------- */
.step { position: relative; padding: 30px 26px 26px; background: var(--white); border-radius: var(--radius); box-shadow: 0 4px 22px rgba(20,19,20,.08); }
.step-num {
  font-family: var(--display); font-size: 3.4rem; color: var(--blue); line-height: 1;
  display: block; margin-bottom: 10px; transform: rotate(-2deg);
}
.section-dark .step { background: #1e1d1e; }
.section-dark .step p { color: #b9b8b6; }

/* ---------- Stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 22px; text-align: center; }
.stats .num { font-family: var(--display); font-size: clamp(2.4rem, 5vw, 3.6rem); color: var(--blue); display: block; line-height: 1; }
.stats .lbl { font-size: .84rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: inherit; opacity: .8; }

/* ---------- Testimonials ---------- */
.quote {
  background: var(--white); border-left: 6px solid var(--blue); border-radius: var(--radius);
  padding: 28px; box-shadow: 0 4px 22px rgba(20,19,20,.08);
  font-size: 1.02rem;
}
.quote footer { margin-top: 14px; font-weight: 700; font-size: .86rem; letter-spacing: .06em; text-transform: uppercase; color: var(--grey); }
.quote .stars { color: var(--blue); letter-spacing: .18em; font-size: .95rem; margin-bottom: 10px; }

/* ---------- Timetable board ---------- */
.tt-board {
  max-width: 1080px; margin: 0 auto;
  background: var(--white);
  border-radius: 8px; padding: 30px 28px 28px;
  box-shadow: var(--shadow);
}
.tt-legend {
  display: flex; justify-content: center; gap: 12px 26px; flex-wrap: wrap; margin: 2px 0 26px;
}
.tt-legend span {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #4c4b4a;
}
.tt-legend i { width: 14px; height: 14px; border-radius: 4px; }
.leg-cf { background: var(--paper); border-left: 5px solid var(--blue); }
.leg-wl { background: var(--charcoal); }
.leg-hx { background: var(--blue); }
.leg-og { background: transparent; border: 2px dashed var(--grey); }

/* Desktop: week columns */
.tt-week { display: none; }
@media (min-width: 900px) {
  .tt-week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
  .tt-mobile { display: none; }
}
.ttw-day > h3 {
  font-size: .92rem; text-align: center; padding: 11px 4px; margin-bottom: 10px;
  background: var(--charcoal); color: var(--white); border-radius: var(--radius); letter-spacing: .08em;
}
.ttw-day.weekend > h3 { background: var(--blue); color: var(--charcoal); }
.ttw-day ul { list-style: none; display: grid; gap: 8px; align-content: start; }
.ttw-day li a { display: block; text-decoration: none; color: inherit; }
.sess > a { display: flex; align-items: center; gap: 20px; width: 100%; text-decoration: none; color: inherit; }
.ttw-day li {
  border-radius: var(--radius); padding: 9px 11px;
  background: var(--paper); border: 2px solid transparent; border-left: 5px solid var(--blue);
  box-shadow: 0 2px 8px rgba(20,19,20,.05);
  transition: transform .14s ease, box-shadow .14s ease;
}
.ttw-day li:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(20,19,20,.12); }
.ttw-day li .t { display: block; font-family: var(--display); font-size: .98rem; letter-spacing: .03em; color: var(--charcoal); line-height: 1.05; }
.ttw-day li .n { display: block; font-size: .58rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; color: var(--blue-dark); margin-top: 2px; }
.ttw-day li.ttw-wl { background: var(--charcoal); border-left-color: var(--blue); }
.ttw-day li.ttw-wl .t { color: var(--white); }
.ttw-day li.ttw-wl .n { color: var(--blue); }
.ttw-day li.ttw-hx { background: var(--blue); border-left-color: var(--charcoal); }
.ttw-day li.ttw-hx .t, .ttw-day li.ttw-hx .n { color: var(--charcoal); }
.ttw-day li.ttw-og { background: transparent; border: 2px dashed var(--grey-light); border-left: 5px dashed #c9c7c3; box-shadow: none; }
.ttw-day li.ttw-og .t { color: var(--grey); }
.ttw-day li.ttw-og .n { color: #a9a7a4; }
.ttw-day li.ttw-og:hover { transform: none; box-shadow: none; }
.ttw-day li.ttw-spacer { background: transparent; border-color: transparent; box-shadow: none; pointer-events: none; }
.ttw-day li.ttw-spacer:hover { transform: none; box-shadow: none; }

/* Mobile: tabs + session cards */
.tt-mobile { max-width: 560px; margin: 0 auto; }
.tt-tabs { display: flex; justify-content: center; gap: 7px; flex-wrap: wrap; margin-bottom: 24px; }
.tt-tabs button {
  font-family: var(--display); font-size: .95rem; letter-spacing: .05em; text-transform: uppercase;
  background: var(--white); color: var(--charcoal); border: 2px solid var(--charcoal);
  border-radius: 999px; padding: 9px 18px; cursor: pointer;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}
.tt-tabs button:hover { transform: translateY(-2px); }
.tt-tabs button[aria-selected="true"] { background: var(--charcoal); color: var(--blue); border-color: var(--charcoal); }
.tt-day { display: none; }
.tt-day.active { display: block; }
.tt-day h3 { text-align: center; margin-bottom: 18px; color: var(--charcoal); }
.sess-list { list-style: none; display: grid; gap: 9px; }
.sess {
  display: flex; align-items: center; gap: 20px;
  background: var(--paper); border-radius: var(--radius); padding: 12px 22px;
  border: 2px solid transparent; border-left: 7px solid var(--blue);
  box-shadow: 0 2px 8px rgba(20,19,20,.05);
  transition: transform .15s ease;
}
.sess:hover { transform: translateX(4px); }
.sess-time { font-family: var(--display); font-size: 1.3rem; line-height: 1; min-width: 100px; white-space: nowrap; color: var(--charcoal); }
.sess-time small { font-size: .8rem; letter-spacing: .05em; }
.sess-name { font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .88rem; color: var(--charcoal); }
.sess-cf { border-left-color: var(--blue); }
.sess-wl { background: var(--charcoal); border-left-color: var(--blue); }
.sess-wl .sess-time, .sess-wl .sess-name { color: var(--white); }
.sess-hx { background: var(--blue); border-left-color: var(--charcoal); }
.sess-hx .sess-time, .sess-hx .sess-name { color: var(--charcoal); }
.sess-og { background: transparent; border: 2px dashed var(--grey-light); border-left: 7px dashed #c9c7c3; box-shadow: none; }
.sess-og .sess-time, .sess-og .sess-name { color: var(--grey); }
.sess-og:hover, .sess-wl:hover, .sess-hx:hover { transform: none; }

/* ---------- Pricing ---------- */
.price-card { position: relative; text-align: center; }
.price-card .card-body { padding: 40px 30px 34px; }
.price-card h3 { font-size: clamp(2.1rem, 3.6vw, 2.8rem); color: var(--charcoal); }
.price-card .amount {
  font-family: var(--body); font-weight: 800; font-size: 1.02rem; line-height: 1.3;
  letter-spacing: .14em; text-transform: uppercase; color: var(--grey); margin-top: 4px;
}
.price-card .amount small { font-size: .92em; font-weight: 700; letter-spacing: .08em; }
.price-card .price { font-family: var(--display); font-size: 2.3rem; color: var(--charcoal); line-height: 1; margin-top: 12px; }
.price-card .price small { font-size: 1rem; font-family: var(--body); font-weight: 700; color: var(--grey); }
.price-card ul { list-style: none; text-align: left; margin: 10px 0 6px; }
.price-card li { padding: 9px 0 9px 30px; border-bottom: 1px dashed var(--grey-light); position: relative; font-size: .95rem; }
.price-card li::before { content: "✓"; position: absolute; left: 4px; color: var(--blue); font-weight: 900; }
.price-flag {
  position: absolute; top: 18px; right: -8px; z-index: 2;
  background: var(--blue); color: var(--charcoal); font-weight: 800; font-size: .74rem;
  letter-spacing: .12em; text-transform: uppercase; padding: 7px 14px; transform: rotate(3deg);
  box-shadow: var(--shadow);
}
.price-card.featured { outline: 3px solid var(--blue); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  background: var(--white); border-radius: var(--radius); margin-bottom: 12px;
  box-shadow: 0 3px 16px rgba(20,19,20,.07); overflow: hidden;
}
.section-dark .faq details { background: #1e1d1e; }
.faq summary {
  cursor: pointer; padding: 20px 54px 20px 24px; font-weight: 800; font-size: 1.02rem;
  list-style: none; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-family: var(--display); font-size: 1.5rem; color: var(--blue);
}
.faq details[open] summary::after { content: "–"; }
.faq .faq-a { padding: 0 24px 22px; color: #4c4b4a; }
.section-dark .faq .faq-a { color: #b9b8b6; }

/* ---------- Lead form ---------- */
.lead-panel {
  background: var(--white); border-radius: 6px; box-shadow: var(--shadow);
  padding: 40px; max-width: 640px;
}
.lead-panel h3 { margin-bottom: 6px; }
.lead-panel .sub { color: var(--grey); font-size: .95rem; margin-bottom: 24px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; font: inherit; border: 2px solid var(--grey-light);
  border-radius: var(--radius); background: var(--paper); color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.form-msg { display: none; margin-top: 16px; padding: 14px 16px; border-radius: var(--radius); font-weight: 600; }
.form-msg.ok { display: block; background: rgba(0,173,239,.12); color: var(--blue-dark); }
.form-msg.err { display: block; background: #fdecec; color: #b3261e; }
.privacy-note { font-size: .8rem; color: var(--grey); margin-top: 14px; }

/* ---------- Coaches ---------- */
.coach-card .card-media { aspect-ratio: 4/5; }
.coach-role { color: var(--blue); font-weight: 800; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; }
.section-dark .card h3 { color: var(--charcoal); }
.card .coach-name, .section-dark .card .coach-name { color: var(--blue); font-weight: 700; font-size: clamp(1.7rem, 3vw, 2.2rem); letter-spacing: .02em; }

/* ---------- Location ---------- */
.map-frame { border: 0; width: 100%; height: 420px; border-radius: 6px; box-shadow: var(--shadow); }
.info-list { list-style: none; }
.info-list li { padding: 12px 0; border-bottom: 1px solid var(--grey-light); display: flex; gap: 14px; align-items: baseline; }
.info-list b { min-width: 110px; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--grey); }
.section-dark .info-list li { border-color: #2c2b2c; }

/* ---------- CTA banner ---------- */
.cta-banner { text-align: center; }
.cta-banner h2 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
.cta-banner .btn { margin-top: 30px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--charcoal); color: #a9a8a6; padding: 64px 0 110px; font-size: .92rem; }
.site-footer h4 { color: var(--white); font-family: var(--display); font-weight: 400; letter-spacing: .04em; text-transform: uppercase; font-size: 1.05rem; margin-bottom: 16px; }
.site-footer a { color: #cfcecd; text-decoration: none; }
.site-footer a:hover { color: var(--blue); }
.footer-grid { display: grid; gap: 40px; grid-template-columns: 2fr 1fr 1fr 1.4fr; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 9px; }
.footer-bottom { border-top: 1px solid #2c2b2c; margin-top: 46px; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .82rem; }

/* ---------- Mobile sticky CTA ---------- */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 300;
  display: grid; grid-template-columns: 1fr 1.6fr;
  background: var(--charcoal); border-top: 2px solid var(--blue);
}
.sticky-cta a {
  text-decoration: none; text-align: center; padding: 15px 8px;
  font-family: var(--display); text-transform: uppercase; letter-spacing: .06em; font-size: 1rem;
}
.sticky-cta .call { color: var(--white); }
.sticky-cta .trial { background: var(--blue); color: var(--charcoal); }
@media (min-width: 921px) { .sticky-cta { display: none; } .site-footer { padding-bottom: 64px; } }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: var(--charcoal); color: var(--white); padding: 76px 0 64px; position: relative; overflow: hidden; }
.page-hero h1 { color: var(--white); }
.page-hero p.lead { color: #d9d8d6; max-width: 62ch; margin-top: 20px; }
.page-hero .crumbs { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--grey); margin-bottom: 22px; }
.page-hero .crumbs a { color: var(--blue); text-decoration: none; }

/* ---------- Misc ---------- */
.checklist { list-style: none; margin: 22px 0; }
.checklist li { padding: 8px 0 8px 34px; position: relative; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 13px; width: 18px; height: 18px;
  background: var(--blue); clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}
.section-dark .checklist li { color: #d9d8d6; }
.img-tilt { transform: rotate(-1.4deg); border-radius: 6px; box-shadow: var(--shadow); }
.note { font-size: .84rem; color: var(--grey); }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--blue); color: var(--charcoal); padding: 10px 18px; z-index: 999; }
.skip-link:focus { left: 12px; top: 12px; }

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