@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;1,700&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,600&display=swap');

/* ==========================================================================
   BANYUMAS SLALOM TEAM — Design System
   Palet diambil langsung dari wearpack & livery tim: biru royal + hijau stabilo
   ========================================================================== */

:root {
  /* --- Warna inti (sampel dari seragam tim) --- */
  --blue-950: #04204F;
  --blue-900: #062C6B;
  --blue-800: #0B3E96;   /* biru wearpack */
  --blue-700: #0E4FBE;
  --blue-600: #135FE0;   /* biru aksi */
  --blue-500: #2E80FF;
  --blue-400: #63A2FF;
  --blue-300: #9CC5FF;
  --blue-200: #C9E0FF;
  --blue-100: #E4EEFF;
  --blue-50:  #F2F7FF;

  --sky-600: #1B86D6;    /* varian teks besar */
  --sky-500: #22ACEF;    /* biru muda logo "Slalom Team" */
  --sky-700: #0A6E9E;    /* varian aman untuk teks kecil (5.5:1 di putih) */
  --sky-100: #DBF2FE;

  --lime-700: #4C7100;
  --lime-600: #6D9E00;
  --lime-500: #9CF600;   /* hijau stabilo livery */
  --lime-400: #B4FF2E;
  --lime-300: #CDFF6E;
  --lime-200: #E2FFAA;
  --lime-100: #EFFFD4;
  --lime-50:  #F7FFEA;

  /* --- Semantik --- */
  --ink:        #0A1B33;
  --ink-2:      #33507A;
  --ink-3:      #5A7092;
  --paper:      #FFFFFF;
  --paper-2:    var(--blue-50);
  --paper-3:    var(--lime-50);
  --line:       #DCE7F7;
  --line-2:     #C3D8F5;

  --accent:     var(--lime-500);
  --accent-ink: var(--lime-700);
  --primary:    var(--blue-700);
  --primary-ink:#FFFFFF;

  /* --- Ruang --- */
  --sp-1: 4px;  --sp-2: 8px;  --sp-3: 12px; --sp-4: 16px;
  --sp-5: 24px; --sp-6: 32px; --sp-7: 48px; --sp-8: 64px;
  --sp-9: 96px; --sp-10: 128px;

  /* --- Radius & bayangan --- */
  --r-sm: 8px; --r-md: 14px; --r-lg: 22px; --r-xl: 32px; --r-full: 999px;
  --sh-1: 0 1px 2px rgba(10,27,51,.06), 0 2px 8px rgba(10,27,51,.05);
  --sh-2: 0 4px 10px rgba(10,27,51,.07), 0 12px 30px rgba(11,62,150,.09);
  --sh-3: 0 10px 24px rgba(11,62,150,.12), 0 26px 60px rgba(11,62,150,.14);
  --sh-lime: 0 10px 30px rgba(156,246,0,.35);

  /* --- Gerak --- */
  --dur: 220ms;
  --ease: cubic-bezier(.22,.75,.28,1);

  /* --- Tata letak --- */
  --wrap: 1200px;
  --wrap-narrow: 780px;
  --nav-h: 68px;

  --font-display: 'Barlow Condensed', 'Arial Narrow', system-ui, sans-serif;
  --font-body: 'Barlow', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* ==========================================================================
   RESET & DASAR
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-700); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--blue-600); }
button, input, select, textarea { font: inherit; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.01em;
  margin: 0 0 var(--sp-4);
  text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 7.5vw, 5.2rem); text-transform: uppercase; }
h2 { font-size: clamp(2rem, 5vw, 3.4rem); text-transform: uppercase; }
h3 { font-size: clamp(1.35rem, 2.6vw, 1.85rem); }
h4 { font-size: 1.15rem; }
p  { margin: 0 0 var(--sp-4); text-wrap: pretty; }
ul, ol { margin: 0 0 var(--sp-4); padding-left: 1.25em; }
li { margin-bottom: .4em; }

:focus-visible {
  outline: 3px solid var(--blue-600);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: 12px; top: -80px; z-index: 200;
  background: var(--lime-500); color: var(--blue-950);
  padding: 12px 20px; border-radius: var(--r-sm); font-weight: 700;
  transition: top var(--dur) var(--ease);
}
.skip-link:focus { top: 12px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ==========================================================================
   TATA LETAK
   ========================================================================== */
.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 40px, var(--wrap-narrow)); margin-inline: auto; }
@media (max-width: 640px) { .wrap, .wrap-narrow { width: min(100% - 32px, var(--wrap)); } }

section { padding-block: clamp(56px, 9vw, 104px); }
.sec-tight { padding-block: clamp(40px, 6vw, 68px); }
.bg-soft  { background: var(--paper-2); }
.bg-lime  { background: var(--paper-3); }
.bg-band  { background: linear-gradient(135deg, var(--blue-800), var(--blue-600) 60%, var(--blue-700)); color: #fff; }
.bg-band h2, .bg-band h3, .cta-band h2, .cta-band h3 { color: #fff; }
.bg-band p, .cta-band p { color: #E8F1FF; }

.grid { display: grid; gap: var(--sp-5); }
/* Cegah anak grid melebar melebihi kolomnya (tabel & gambar lebar) */
.grid > *, .split > *, .hero-grid > * { min-width: 0; }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }
.g-auto { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
@media (max-width: 960px) { .g-3, .g-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .g-2, .g-3, .g-4 { grid-template-columns: 1fr; } }

.split { display: grid; gap: clamp(28px, 5vw, 64px); align-items: center; grid-template-columns: 1fr 1fr; }
.split-wide { grid-template-columns: 1.15fr .85fr; }
@media (max-width: 900px) { .split, .split-wide { grid-template-columns: 1fr; } }

/* ==========================================================================
   TIPOGRAFI PENDUKUNG
   ========================================================================== */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700;
  text-transform: uppercase; letter-spacing: .18em;
  font-size: .8rem; color: var(--blue-700);
  margin-bottom: var(--sp-3);
}
.eyebrow::before {
  content: ''; width: 26px; height: 5px; border-radius: 3px;
  background: var(--lime-500); flex: none;
}
.bg-band .eyebrow, .cta-band .eyebrow { color: var(--lime-400); }
.bg-band .eyebrow::before, .cta-band .eyebrow::before { background: var(--lime-400); }

.lead { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--ink-2); }
.bg-band .lead, .cta-band .lead { color: #DDEAFF; }
.muted { color: var(--ink-3); font-size: .95rem; }
.mark { background: linear-gradient(180deg, transparent 58%, var(--lime-300) 58%); padding: 0 .12em; }
.italic-tag { font-style: italic; font-weight: 600; }

.sec-head { max-width: 60ch; margin-bottom: clamp(28px, 4vw, 48px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }

/* ==========================================================================
   TOMBOL
   ========================================================================== */
.btn {
  --btn-bg: var(--blue-700); --btn-fg: #fff; --btn-bd: var(--blue-700);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 13px 26px;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 2px solid var(--btn-bd); border-radius: var(--r-full);
  font-family: var(--font-display); font-weight: 700; font-size: 1.02rem;
  letter-spacing: .06em; text-transform: uppercase; text-decoration: none;
  cursor: pointer;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease),
              background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--sh-2); color: var(--btn-fg); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; flex: none; }

.btn-lime { --btn-bg: var(--lime-500); --btn-fg: var(--blue-950); --btn-bd: var(--lime-500); }
.btn-lime:hover { box-shadow: var(--sh-lime); }
.btn-ghost { --btn-bg: transparent; --btn-fg: var(--blue-700); --btn-bd: var(--line-2); }
.btn-ghost:hover { --btn-bd: var(--blue-600); background: var(--blue-50); }
.bg-band .btn-ghost, .cta-band .btn-ghost { --btn-fg: #fff; --btn-bd: rgba(255,255,255,.72); }
.bg-band .btn-ghost:hover, .cta-band .btn-ghost:hover { background: rgba(255,255,255,.16); --btn-bd: #fff; }
.btn-sm { min-height: 40px; padding: 9px 18px; font-size: .9rem; }

.btn-row { display: flex; flex-wrap: wrap; gap: var(--sp-3); }

/* ==========================================================================
   NAVIGASI
   ========================================================================== */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; gap: var(--sp-4);
  min-height: var(--nav-h);
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; padding-block: 4px; }
.brand-mark {
  width: 40px; height: 40px; flex: none; border-radius: 11px;
  background: linear-gradient(140deg, var(--blue-700), var(--blue-500));
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-style: italic;
  color: var(--lime-400); font-size: 1.05rem; letter-spacing: -.03em;
  box-shadow: 0 4px 12px rgba(11,62,150,.28);
}
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text b {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 700;
  font-style: italic; text-transform: uppercase; letter-spacing: -.01em; color: var(--blue-900);
}
.brand-text span {
  font-family: var(--font-display); font-size: .72rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: var(--sky-700); margin-top: 3px;
}

.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  display: block; padding: 10px 13px; border-radius: var(--r-sm);
  font-family: var(--font-display); font-weight: 600; font-size: 1.02rem;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--ink-2); text-decoration: none;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.nav-links a:hover { color: var(--blue-700); background: var(--blue-50); }
.nav-links a[aria-current="page"] { color: var(--blue-800); background: var(--lime-100); }
.nav-cta { margin-left: var(--sp-3); }

.nav-toggle {
  display: none; width: 46px; height: 46px; padding: 0;
  background: var(--blue-50); border: 1px solid var(--line);
  border-radius: var(--r-sm); cursor: pointer; color: var(--blue-800);
}
.nav-toggle svg { width: 24px; height: 24px; margin-inline: auto; }
.nav-toggle .ico-close { display: none; }
.nav-toggle[aria-expanded="true"] .ico-open { display: none; }
.nav-toggle[aria-expanded="true"] .ico-close { display: block; }

@media (max-width: 1140px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; inset: var(--nav-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: var(--sp-3) 20px var(--sp-5);
    max-height: calc(100dvh - var(--nav-h)); overflow-y: auto;
    box-shadow: var(--sh-2);
    transform: translateY(-6px); opacity: 0; visibility: hidden;
    transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease), visibility var(--dur);
  }
  .nav-links.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-links a { padding: 14px 12px; font-size: 1.15rem; border-radius: var(--r-sm); }
  .nav-cta { margin: var(--sp-3) 12px 0; }
  .nav-cta .btn { width: 100%; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative; overflow: hidden;
  padding-block: clamp(48px, 7vw, 88px) 0;
  background:
    radial-gradient(1100px 620px at 82% 8%, var(--lime-100), transparent 62%),
    radial-gradient(1000px 700px at 8% 92%, var(--blue-100), transparent 60%),
    linear-gradient(180deg, #fff, var(--blue-50));
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(var(--blue-200) 1px, transparent 1px),
    linear-gradient(90deg, var(--blue-200) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: .32;
  mask-image: radial-gradient(80% 70% at 50% 30%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(80% 70% at 50% 30%, #000 20%, transparent 78%);
}
.hero > * { position: relative; }

.hero-grid { display: grid; gap: clamp(24px, 4vw, 48px); grid-template-columns: 1.02fr .98fr; align-items: center; }
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; text-align: left; } }

.hero h1 { margin-bottom: var(--sp-4); }
.hero h1 .l1 { display: block; color: var(--blue-900); font-style: italic; }
.hero h1 .l2 {
  display: block; color: var(--blue-600);
  -webkit-text-stroke: 0;
  background: linear-gradient(100deg, var(--blue-700), var(--sky-600));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-tagline { max-width: 52ch; margin-bottom: var(--sp-5); }

.hero-art { position: relative; }
.hero-art img { width: 100%; filter: drop-shadow(0 26px 34px rgba(11,62,150,.28)); }
.hero-blob {
  position: absolute; inset: 8% -4% 12% 0; z-index: -1;
  background: linear-gradient(135deg, var(--lime-400), var(--sky-500));
  border-radius: 46% 54% 58% 42% / 52% 46% 54% 48%;
  opacity: .30; filter: blur(10px);
}

.hero-strip {
  margin-top: clamp(28px, 4vw, 48px);
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.72);
}
.hero-strip .wrap { display: flex; flex-wrap: wrap; gap: var(--sp-4) var(--sp-7); padding-block: var(--sp-5); }
.hero-strip .item { min-width: 130px; }
.hero-strip b {
  display: block; font-family: var(--font-display); font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 700; line-height: 1; color: var(--blue-800);
}
.hero-strip span { font-size: .87rem; color: var(--ink-3); }

/* Hero versi halaman dalam */
.page-hero {
  position: relative; overflow: hidden;
  padding-block: clamp(44px, 6.5vw, 78px) clamp(36px, 5vw, 60px);
  background:
    radial-gradient(900px 480px at 88% 0%, var(--lime-100), transparent 60%),
    linear-gradient(180deg, var(--blue-50), #fff);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(2.3rem, 6vw, 4.2rem); color: var(--blue-900); }
.page-hero .lead { max-width: 62ch; }

.crumbs { font-size: .88rem; color: var(--ink-3); margin-bottom: var(--sp-4); }
.crumbs a { color: var(--ink-2); text-decoration: none; display: inline-block; padding-block: 5px; }
.crumbs a:hover { color: var(--blue-700); text-decoration: underline; }
.crumbs span { margin-inline: 8px; color: var(--ink-3); }

/* ==========================================================================
   KARTU
   ========================================================================== */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: var(--sp-5); box-shadow: var(--sh-1);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.card-hover:hover { transform: translateY(-4px); box-shadow: var(--sh-3); border-color: var(--blue-200); }
.card h3 { margin-bottom: var(--sp-2); color: var(--blue-900); }
.card p:last-child { margin-bottom: 0; }

.card-ico {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--lime-100); color: var(--lime-700); margin-bottom: var(--sp-4);
}
.card-ico svg { width: 26px; height: 26px; }
.card-ico.blue { background: var(--blue-100); color: var(--blue-700); }

/* Kartu statistik */
.stat {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: var(--sp-5); position: relative; overflow: hidden;
}
.stat::after {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 6px;
  background: linear-gradient(180deg, var(--lime-500), var(--sky-500));
}
.stat b {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.4rem); line-height: 1; color: var(--blue-800);
  letter-spacing: -.02em;
}
.stat .lbl {
  display: block; font-family: var(--font-display); font-weight: 600;
  text-transform: uppercase; letter-spacing: .12em; font-size: .78rem;
  color: var(--sky-700); margin-bottom: var(--sp-2);
}
.stat small { display: block; margin-top: var(--sp-2); color: var(--ink-3); font-size: .88rem; line-height: 1.5; }

/* Badge / pill */
.pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 13px; border-radius: var(--r-full);
  font-family: var(--font-display); font-weight: 600; font-size: .82rem;
  letter-spacing: .08em; text-transform: uppercase;
  background: var(--blue-100); color: var(--blue-800);
  white-space: nowrap;
}
.pill svg { width: 16px; height: 16px; flex: none; }
.pill-lime { background: var(--lime-200); color: var(--lime-700); }
.pill-win  { background: var(--lime-500); color: var(--blue-950); }
.pill-sky  { background: var(--sky-100); color: #0A6E9E; }
.pill-soft { background: var(--paper-2); color: var(--ink-2); border: 1px solid var(--line); }

/* ==========================================================================
   FOTO & GALERI
   ========================================================================== */
.ph {
  margin: 0; border-radius: var(--r-lg); overflow: hidden;
  background: var(--blue-100); border: 1px solid var(--line);
  position: relative;
}
.ph img { width: 100%; height: 100%; object-fit: cover; }
.ph-4x5 img { aspect-ratio: 4/5; }
.ph-16x10 img { aspect-ratio: 16/10; }
.ph-16x9 img { aspect-ratio: 16/9; }
.ph-1x1 img { aspect-ratio: 1/1; }
.ph figcaption {
  padding: var(--sp-3) var(--sp-4); font-size: .88rem; color: var(--ink-2);
  background: #fff; border-top: 1px solid var(--line);
}

.gal { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: var(--sp-4); }
.gal-item {
  margin: 0; position: relative; overflow: hidden; border-radius: var(--r-md);
  background: var(--blue-100); cursor: zoom-in; border: 0; padding: 0;
  display: block; width: 100%; text-align: left;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.gal-item img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform 420ms var(--ease); }
.gal-item.tall { grid-row: span 2; }
.gal-item.tall img { aspect-ratio: 4/8.35; }
.gal-item.wide { grid-column: span 2; }
.gal-item.wide img { aspect-ratio: 8.35/5; }
.gal-item:hover { box-shadow: var(--sh-3); }
.gal-item:hover img { transform: scale(1.045); }
.gal-cap {
  position: absolute; inset: auto 0 0 0; padding: 34px 14px 12px;
  background: linear-gradient(0deg, rgba(4,32,79,.86), transparent);
  color: #fff; font-size: .85rem; font-weight: 500; line-height: 1.35;
}
@media (max-width: 560px) {
  .gal { grid-template-columns: repeat(2, 1fr); gap: var(--sp-3); }
  .gal-item.wide { grid-column: span 2; }
  .gal-item.tall { grid-row: span 1; }
  .gal-item.tall img { aspect-ratio: 4/5; }
  .gal-cap { font-size: .76rem; padding: 26px 10px 9px; }
}

.gal-filter { display: flex; flex-wrap: wrap; gap: var(--sp-2); margin-bottom: var(--sp-5); }
.chip {
  min-height: 44px; padding: 9px 18px; border-radius: var(--r-full);
  border: 2px solid var(--line-2); background: #fff; color: var(--ink-2);
  font-family: var(--font-display); font-weight: 600; letter-spacing: .05em;
  text-transform: uppercase; cursor: pointer;
  transition: all var(--dur) var(--ease);
}
.chip:hover { border-color: var(--blue-500); color: var(--blue-700); }
.chip[aria-pressed="true"] { background: var(--blue-700); border-color: var(--blue-700); color: #fff; }

/* Lightbox */
.lb {
  position: fixed; inset: 0; z-index: 200; display: none;
  place-items: center; padding: 24px;
  background: rgba(4,32,79,.92); backdrop-filter: blur(6px);
}
.lb.open { display: grid; }
.lb img { max-width: min(100%, 1100px); max-height: 78dvh; border-radius: var(--r-md); box-shadow: var(--sh-3); }
.lb-cap { color: #DDEAFF; text-align: center; margin-top: 14px; font-size: .95rem; max-width: 60ch; }
.lb-close, .lb-nav {
  position: absolute; width: 50px; height: 50px; border-radius: var(--r-full);
  border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.12);
  color: #fff; cursor: pointer; display: grid; place-items: center;
}
.lb-close:hover, .lb-nav:hover { background: var(--lime-500); color: var(--blue-950); border-color: var(--lime-500); }
.lb-close { top: 18px; right: 18px; }
.lb-nav.prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lb-nav.next { right: 18px; top: 50%; transform: translateY(-50%); }
.lb svg { width: 24px; height: 24px; }
@media (max-width: 640px) {
  .lb-nav { width: 44px; height: 44px; }
  .lb-nav.prev { left: 8px; } .lb-nav.next { right: 8px; }
}

/* ==========================================================================
   LINIMASA
   ========================================================================== */
.timeline { position: relative; padding-left: 34px; }
.timeline::before {
  content: ''; position: absolute; left: 10px; top: 8px; bottom: 8px; width: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--lime-500), var(--sky-500), var(--blue-700));
}
.tl-item { position: relative; padding-bottom: var(--sp-6); }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ''; position: absolute; left: -30px; top: 7px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #fff; border: 4px solid var(--blue-600);
  box-shadow: 0 0 0 4px var(--blue-100);
}
.tl-item.hi::before { border-color: var(--lime-600); box-shadow: 0 0 0 4px var(--lime-200); }
.tl-year {
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--sky-700);
  margin-bottom: 2px;
}
.tl-item h3 { margin-bottom: var(--sp-2); }
.tl-item p { max-width: 68ch; }
.tl-item p:last-child { margin-bottom: 0; }

/* ==========================================================================
   TABEL HASIL
   ========================================================================== */
.table-scroll {
  overflow-x: auto; max-width: 100%;
  border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff;
  -webkit-overflow-scrolling: touch;
}
table { width: 100%; border-collapse: collapse; min-width: 660px; font-size: .95rem; }
thead th {
  background: var(--blue-800); color: #fff; text-align: left;
  font-family: var(--font-display); font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; font-size: .8rem;
  padding: 14px 16px; white-space: nowrap;
}
tbody td { padding: 14px 16px; border-top: 1px solid var(--line); vertical-align: top; }
tbody tr:nth-child(even) { background: var(--paper-2); }
tbody tr:hover { background: var(--lime-50); }
td .pill { white-space: nowrap; }
.tnum { font-variant-numeric: tabular-nums; font-weight: 600; white-space: nowrap; }

/* ==========================================================================
   KALENDER MUSIM
   ========================================================================== */
.round {
  display: grid; grid-template-columns: 84px 1fr auto; gap: var(--sp-4);
  align-items: center; padding: var(--sp-5);
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.round:hover { border-color: var(--blue-300); box-shadow: var(--sh-2); }
.round.now { border-color: var(--lime-500); box-shadow: 0 0 0 3px var(--lime-200); }
.round-no {
  font-family: var(--font-display); font-weight: 700; font-size: 2.6rem; line-height: 1;
  color: var(--blue-500); letter-spacing: -.03em;
}
.round.now .round-no, .round.done .round-no { color: var(--blue-800); }
.round h3 { margin-bottom: 4px; font-size: 1.3rem; }
.round p { margin: 0; color: var(--ink-3); font-size: .92rem; }
@media (max-width: 620px) {
  .round { grid-template-columns: 60px 1fr; gap: var(--sp-3); }
  .round-no { font-size: 2rem; }
  .round > .round-status { grid-column: 2; justify-self: start; }
}

/* ==========================================================================
   MITRA / SPONSOR
   ========================================================================== */
.logo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: var(--sp-3); }
.logo-cell {
  display: grid; place-items: center; text-align: center;
  min-height: 96px; padding: var(--sp-4);
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  letter-spacing: .04em; text-transform: uppercase; color: var(--blue-800);
  transition: all var(--dur) var(--ease);
}
.logo-cell small { display: block; font-family: var(--font-body); font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--ink-3); font-size: .8rem; margin-top: 4px; }
.logo-cell:hover { border-color: var(--lime-500); box-shadow: var(--sh-lime); transform: translateY(-3px); }

.tier { display: flex; flex-direction: column; align-items: flex-start; }
.tier > *:not(.btn) { align-self: stretch; }
.tier > .pill { align-self: flex-start; }
.tier .price {
  font-family: var(--font-display); font-weight: 700; font-size: 1.6rem;
  color: var(--blue-800); margin-bottom: var(--sp-4);
}
.tier ul { list-style: none; padding: 0; margin: 0 0 var(--sp-5); }
.tier li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; font-size: .96rem; }
.tier li svg { width: 20px; height: 20px; flex: none; color: var(--lime-600); margin-top: 3px; }
.tier .btn { margin-top: auto; }
.tier.feature { border-color: var(--lime-500); box-shadow: 0 0 0 3px var(--lime-200), var(--sh-2); }

/* ==========================================================================
   PROFIL PEMBALAP
   ========================================================================== */
.driver-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl);
  overflow: hidden; box-shadow: var(--sh-1);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.driver-card:hover { transform: translateY(-5px); box-shadow: var(--sh-3); }
.driver-photo {
  position: relative; overflow: hidden;
  background: radial-gradient(125% 95% at 50% 108%, var(--lime-300), var(--blue-100) 62%, var(--blue-50));
}
.driver-photo img {
  display: block; width: 100%; aspect-ratio: 900/1080; object-fit: contain; object-position: bottom;
  filter: drop-shadow(0 16px 22px rgba(11,62,150,.26));
}
.driver-photo .no {
  position: absolute; top: 10px; right: 16px;
  font-family: var(--font-display); font-weight: 700; font-style: italic;
  font-size: clamp(3.4rem, 8vw, 5.4rem); line-height: 1;
  color: rgba(255,255,255,.72); letter-spacing: -.04em; pointer-events: none;
}
.driver-body { padding: var(--sp-5); }
.driver-body h3 { margin-bottom: 2px; }
.driver-role {
  font-family: var(--font-display); font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; font-size: .8rem; color: var(--sky-700);
  margin-bottom: var(--sp-4);
}

.spec { list-style: none; padding: 0; margin: 0; }
.spec li {
  display: flex; justify-content: space-between; gap: var(--sp-4);
  padding: 10px 0; border-top: 1px solid var(--line); font-size: .93rem;
}
.spec li:first-child { border-top: 0; }
.spec dt, .spec .k { color: var(--ink-3); flex: none; }
.spec .v { font-weight: 600; text-align: right; color: var(--ink); }

/* ==========================================================================
   KUTIPAN
   ========================================================================== */
.quote {
  position: relative; padding: clamp(28px, 4vw, 44px);
  background: linear-gradient(135deg, var(--lime-50), var(--blue-50));
  border: 1px solid var(--line); border-left: 6px solid var(--lime-500);
  border-radius: var(--r-lg);
}
.quote blockquote {
  margin: 0 0 var(--sp-4); font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.3rem, 3vw, 1.85rem); line-height: 1.3; color: var(--blue-900);
}
.quote cite { font-style: normal; font-size: .92rem; color: var(--ink-2); }
.quote cite b { color: var(--blue-800); }

/* ==========================================================================
   CATATAN / DISCLAIMER
   ========================================================================== */
.note {
  padding: var(--sp-5); border-radius: var(--r-lg);
  background: var(--sky-100); border: 1px solid #B6E4FA;
  font-size: .95rem; color: #0B5476;
}
.note b { color: #084F70; }
.note.warn { background: #FFF6DC; border-color: #F5E1A4; color: #6B4C05; }
.note.warn b { color: #5A3F00; }
.note p:last-child { margin-bottom: 0; }

/* ==========================================================================
   CTA
   ========================================================================== */
.cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--blue-900), var(--blue-700) 55%, var(--blue-600));
  color: #fff;
}
.cta-band::after {
  content: ''; position: absolute; right: -6%; bottom: -40%;
  width: 460px; height: 460px; border-radius: 50%;
  background: var(--lime-500); opacity: .22; filter: blur(30px);
}
.cta-band .wrap { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #E1EEFF; }
.cta-band .muted { color: #C3D8F5; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.foot { background: var(--blue-950); color: #C6D8F2; padding-block: var(--sp-8) var(--sp-5); }
.foot a { color: #C6D8F2; text-decoration: none; }
.foot a:hover { color: var(--lime-400); }
.foot h4 {
  color: #fff; font-family: var(--font-display); letter-spacing: .12em;
  text-transform: uppercase; font-size: .85rem; margin-bottom: var(--sp-4);
}
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: var(--sp-6); }
@media (max-width: 860px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }
.foot ul { list-style: none; padding: 0; margin: 0; }
.foot li { margin-bottom: 2px; font-size: .95rem; }
/* Target sentuh minimal (WCAG 2.5.8) untuk tautan daftar di footer */
.foot li a { display: inline-block; padding-block: 6px; }
@media (max-width: 860px) { .foot li a { padding-block: 11px; } }
.foot .brand-text b { color: #fff; }
.foot .brand-text span { color: var(--lime-400); }
.foot-bottom {
  margin-top: var(--sp-7); padding-top: var(--sp-5);
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex; flex-wrap: wrap; gap: var(--sp-3) var(--sp-5);
  justify-content: space-between; font-size: .86rem; color: #8FAAD1;
}
.social { display: flex; gap: var(--sp-2); }
.social a {
  width: 44px; height: 44px; border-radius: var(--r-full);
  display: grid; place-items: center;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  transition: all var(--dur) var(--ease);
}
.social a:hover { background: var(--lime-500); border-color: var(--lime-500); color: var(--blue-950); }
.social svg { width: 20px; height: 20px; }

/* ==========================================================================
   ANIMASI MASUK
   ========================================================================== */
.rv { opacity: 0; transform: translateY(18px); transition: opacity 520ms var(--ease), transform 520ms var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: 70ms; }
.rv-d2 { transition-delay: 140ms; }
.rv-d3 { transition-delay: 210ms; }
.rv-d4 { transition-delay: 280ms; }

@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ==========================================================================
   UTILITAS
   ========================================================================== */
.stack > * + * { margin-top: var(--sp-4); }
.center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-4 { margin-top: var(--sp-4); } .mt-5 { margin-top: var(--sp-5); }
.mt-6 { margin-top: var(--sp-6); } .mt-7 { margin-top: var(--sp-7); }
.mb-5 { margin-bottom: var(--sp-5); } .mb-6 { margin-bottom: var(--sp-6); }
.full { width: 100%; }
.nowrap { white-space: nowrap; }
