/* ============================================================
   WIN DISC GOLF — "WIN v2" Design System
   Dark / premium base · violet→magenta accent · athletic type
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@500;600;700;800;900&family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap');

:root {
  /* Surfaces */
  --bg: #0A0A0E;
  --bg-2: #0E0E14;
  --surface: #15151C;
  --surface-2: #1C1C25;
  --surface-3: #24242F;
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.14);

  /* Text */
  --text: #F5F5F7;
  --text-2: #C7C7D1;
  --muted: #8A8A98;
  --faint: #5C5C68;

  /* Brand accent — violet → magenta */
  --violet: #A855F7;
  --violet-600: #9333EA;
  --magenta: #EC4899;
  --grad: linear-gradient(100deg, #A855F7 0%, #D946B7 55%, #EC4899 100%);
  --grad-soft: linear-gradient(100deg, rgba(168,85,247,.18), rgba(236,72,153,.16));
  --lime: #C6F24E;

  /* Effects */
  --glow: 0 0 0 1px rgba(168,85,247,.35), 0 18px 50px -12px rgba(168,85,247,.45);
  --card-shadow: 0 1px 0 rgba(255,255,255,.04) inset, 0 24px 48px -28px rgba(0,0,0,.9);
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 22px;
  --r-xl: 30px;

  --maxw: 1480px;
  --gut: clamp(20px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }
::selection { background: rgba(168,85,247,.4); color: #fff; }

/* Scrollbars */
::-webkit-scrollbar { height: 10px; width: 10px; }
::-webkit-scrollbar-thumb { background: var(--surface-3); border-radius: 20px; }
::-webkit-scrollbar-track { background: transparent; }

/* Typography helpers */
.display {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.96;
}
.eyebrow {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: var(--violet);
}
.muted { color: var(--muted); }

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

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 999px;
  transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .25s, background .2s, border-color .2s, color .2s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 12px 30px -10px rgba(217,70,183,.6);
}
.btn-primary:hover { box-shadow: 0 16px 40px -8px rgba(217,70,183,.85); transform: translateY(-1px); }
.btn-ghost {
  border: 1px solid var(--line-2);
  color: var(--text);
  background: rgba(255,255,255,.02);
}
.btn-ghost:hover { border-color: var(--violet); color: #fff; background: rgba(168,85,247,.08); }

.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--text-2);
  background: var(--surface);
}

/* ---------- Disc (procedural) ---------- */
.disc-wrap { position: relative; display: inline-grid; place-items: center; }
.disc {
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100%;
  background: var(--disc-bg, #c9c9c9);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.18),
    inset 0 8px 26px rgba(255,255,255,.28),
    inset 0 -14px 30px rgba(0,0,0,.42),
    0 18px 30px -16px rgba(0,0,0,.85);
  overflow: hidden;
  isolation: isolate;
}
/* outer rim ring */
.disc::after {
  content: "";
  position: absolute;
  inset: 6.5%;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 2px rgba(0,0,0,.10),
    inset 0 0 0 6px rgba(255,255,255,.06),
    0 0 0 1px rgba(0,0,0,.12);
}
/* specular sheen */
.disc::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(60% 45% at 32% 24%, rgba(255,255,255,.45), rgba(255,255,255,0) 60%),
    radial-gradient(80% 70% at 70% 85%, rgba(0,0,0,.30), rgba(0,0,0,0) 60%);
  mix-blend-mode: screen;
  opacity: .85;
}
.disc .stamp {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 2;
}
.disc .stamp span {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: clamp(11px, 2.1vw, 22px);
  color: var(--stamp, rgba(0,0,0,.5));
  text-align: center;
  line-height: .9;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.25));
  padding: 0 12%;
}

/* ---------- Flight number badges ---------- */
.flight {
  display: flex;
  gap: 6px;
}
.flight .num {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 6px 14px -6px rgba(217,70,183,.6);
}
.flight.sm .num { width: 30px; height: 30px; font-size: 13px; }
.flight .num small {
  position: absolute;
  margin-top: -34px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--faint);
  text-transform: uppercase;
}
