/* ============================================================
   NETWORKING GOLF — DESIGN SYSTEM
   "The morning tee sheet": deep pine field, scorecard-paper
   panels, brass rules. Flag red is semantic — it only ever
   marks a place we play or the division you're joining.
   Type: Fraunces (display) · Barlow / Barlow Semi Condensed
   (UI) · IBM Plex Mono (tee-sheet data).
   ============================================================ */

:root {
  --pine-950: #071b15;
  --pine-900: #0b2a20;
  --pine-850: #0e3226;
  --pine-800: #12402f;
  --pine-700: #1a5540;
  --fairway:  #3f7c5a;
  --fairway-bright: #5ea87c;
  --paper:    #f4efe1;
  --paper-dim:#e9e2cd;
  --paper-dark:#ddd4b8;
  --ink:      #17251e;
  --ink-soft: #45544b;
  --brass:    #c2a14d;
  --brass-soft:#a98f4e;
  --flag:     #d4502f;
  --flag-deep:#b13e22;

  --f-display: "Fraunces", Georgia, serif;
  --f-body: "Barlow", -apple-system, sans-serif;
  --f-label: "Barlow Semi Condensed", "Barlow", sans-serif;
  --f-mono: "IBM Plex Mono", ui-monospace, monospace;

  --w: min(1180px, calc(100vw - 48px));
  --r: 14px;
  --shadow: 0 20px 60px rgba(4, 16, 12, .45);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--paper);
  background:
    radial-gradient(1200px 700px at 85% -10%, rgba(63,124,90,.22), transparent 60%),
    radial-gradient(900px 600px at -10% 30%, rgba(26,85,64,.28), transparent 55%),
    var(--pine-950);
  -webkit-font-smoothing: antialiased;
}
/* height:auto is load-bearing: width/height attributes become presentational
   hints, and an explicit height beats aspect-ratio on any img that sets one. */
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
em { font-style: italic; }

::selection { background: var(--brass); color: var(--pine-950); }

.headless-data { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.skip-link {
  position: fixed; top: -60px; left: 16px; z-index: 200;
  background: var(--paper); color: var(--ink);
  padding: 10px 16px; border-radius: 8px; transition: top .2s;
}
.skip-link:focus { top: 12px; }

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

/* ---------- type utilities ---------- */
.kicker {
  font-family: var(--f-label); font-weight: 600; font-size: 13px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--brass);
  margin-bottom: 14px;
}
.h2 {
  font-family: var(--f-display); font-weight: 560; font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.06; letter-spacing: -.01em;
}
.h2 em { font-weight: 480; color: var(--brass); }
.lede { font-size: clamp(17px, 1.6vw, 19px); color: color-mix(in srgb, var(--paper) 78%, transparent); max-width: 56ch; }
.mono-inline { font-family: var(--f-mono); font-size: .92em; color: var(--brass); white-space: nowrap; }

.section-head { width: var(--w); margin: 0 auto 44px; text-align: center; }
.section-head .section-sub { margin: 14px auto 0; max-width: 62ch; color: color-mix(in srgb, var(--paper) 72%, transparent); }
.section-head-left { text-align: left; margin: 0 0 36px; width: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--f-label); font-weight: 600; font-size: 15.5px;
  letter-spacing: .06em; text-transform: uppercase; text-decoration: none;
  padding: 15px 26px; border-radius: 10px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-solid {
  background: var(--brass); color: var(--pine-950);
  box-shadow: 0 6px 22px rgba(194,161,77,.28), inset 0 1px 0 rgba(255,255,255,.35);
}
.btn-solid:hover { background: #d3b25e; box-shadow: 0 10px 30px rgba(194,161,77,.4), inset 0 1px 0 rgba(255,255,255,.35); }
.btn-ghost {
  color: var(--paper); border: 1px solid color-mix(in srgb, var(--paper) 35%, transparent);
  background: rgba(244,239,225,.03);
}
.btn-ghost:hover { border-color: var(--brass); color: var(--brass); }
.btn-line { color: var(--ink); border: 1.5px solid var(--ink); background: transparent; }
.btn-line:hover { background: var(--ink); color: var(--paper); }
.btn-sm { padding: 11px 18px; font-size: 13.5px; }
.btn-block { width: 100%; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; gap: 34px;
  padding: 14px clamp(20px, 4vw, 44px);
  background: color-mix(in srgb, var(--pine-950) 82%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(244,239,225,.08);
}
.nav-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.nav-mark { width: 34px; height: 34px; }
.mark-pin { fill: none; stroke: var(--brass); stroke-width: 2.6; }
.mark-pole { stroke: var(--paper); stroke-width: 2.2; stroke-linecap: round; }
.mark-flag { fill: var(--flag); }
.mark-ball { fill: var(--paper); }
.nav-word, .foot-word {
  font-family: var(--f-display); font-weight: 640; font-size: 20px; letter-spacing: -.01em;
}
.nav-word em, .foot-word em { font-style: italic; font-weight: 480; color: var(--brass); }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a {
  font-family: var(--f-label); font-weight: 500; font-size: 14.5px; letter-spacing: .08em;
  text-transform: uppercase; text-decoration: none;
  color: color-mix(in srgb, var(--paper) 75%, transparent);
  transition: color .15s;
}
.nav-links a:hover { color: var(--brass); }
.nav-cta-wrap { display: flex; align-items: center; gap: 16px; }
.nav-back {
  font-family: var(--f-label); font-weight: 600; font-size: 13px; letter-spacing: .08em;
  text-transform: uppercase; text-decoration: none;
  color: color-mix(in srgb, var(--paper) 60%, transparent); white-space: nowrap;
}
.nav-back:hover { color: var(--brass); }
.nav-burger { display: none; flex-direction: column; gap: 6px; padding: 8px; margin-left: auto; }
.nav-burger span { width: 24px; height: 2px; background: var(--paper); border-radius: 2px; transition: transform .2s; }
.nav-sheet {
  position: fixed; top: 62px; left: 0; right: 0; z-index: 99;
  display: flex; flex-direction: column; gap: 4px;
  padding: 18px 24px 26px; background: var(--pine-900);
  border-bottom: 1px solid rgba(244,239,225,.1);
}
.nav-sheet a {
  font-family: var(--f-label); font-size: 17px; letter-spacing: .06em; text-transform: uppercase;
  text-decoration: none; padding: 11px 4px; color: var(--paper);
  border-bottom: 1px solid rgba(244,239,225,.07);
}
.nav-sheet .btn { margin-top: 14px; border-bottom: 0; }

/* ============================================================
   HERO + MAP
   ============================================================ */
.hero {
  width: var(--w); margin: 0 auto;
  padding: clamp(120px, 16vh, 170px) 0 clamp(48px, 7vh, 84px);
  display: grid; grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
  gap: clamp(28px, 4vw, 56px); align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-label); font-weight: 600; font-size: 12.5px;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 22px;
  padding: 8px 14px; border: 1px solid rgba(194,161,77,.35); border-radius: 999px;
  background: rgba(194,161,77,.06);
}
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--flag); box-shadow: 0 0 0 3px rgba(212,80,47,.25); }
.breadcrumb {
  font-family: var(--f-label); font-weight: 500; font-size: 13px; letter-spacing: .1em;
  text-transform: uppercase; margin-bottom: 16px;
  color: color-mix(in srgb, var(--paper) 55%, transparent);
}
.breadcrumb a { color: inherit; text-decoration: none; }
.breadcrumb a:hover { color: var(--brass); }
.breadcrumb span { margin: 0 8px; color: var(--brass); }
.breadcrumb strong { color: var(--paper); font-weight: 600; }
.hero-h1 {
  font-family: var(--f-display); font-weight: 560;
  font-size: clamp(40px, 5.4vw, 66px); line-height: 1.04; letter-spacing: -.015em;
  margin-bottom: 22px;
}
.hero-h1 em { color: var(--brass); font-weight: 480; }
.hero-sub { font-size: clamp(17px, 1.7vw, 19px); color: color-mix(in srgb, var(--paper) 78%, transparent); max-width: 50ch; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-facts {
  font-family: var(--f-mono); font-size: 13px; letter-spacing: .04em;
  color: color-mix(in srgb, var(--paper) 55%, transparent);
  border-top: 1px solid rgba(244,239,225,.12); padding-top: 18px;
}

/* map card */
.map-card {
  position: relative; overflow: hidden;
  background:
    radial-gradient(600px 360px at 70% 20%, rgba(63,124,90,.16), transparent 65%),
    linear-gradient(160deg, var(--pine-900), var(--pine-950) 75%);
  border: 1px solid rgba(194,161,77,.22);
  border-radius: calc(var(--r) + 6px);
  box-shadow: var(--shadow);
  padding: 22px 22px 18px;
}
.map-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.map-title { font-family: var(--f-display); font-weight: 560; font-size: 21px; }
.map-sub { font-family: var(--f-mono); font-size: 12px; color: color-mix(in srgb, var(--paper) 55%, transparent); }
.map-stage { position: relative; width: 100%; aspect-ratio: 975 / 610; }
.map-stage svg { width: 100%; height: 100%; display: block; }

.state { fill: #12362a; stroke: var(--pine-950); stroke-width: .75; transition: fill .2s; }
.state:hover { fill: #1a4a38; cursor: help; }
.state-utah { fill: var(--fairway); cursor: pointer; filter: drop-shadow(0 0 14px rgba(94,168,124,.45)); }
.state-utah:hover { fill: var(--fairway-bright); }

.map-tip {
  position: absolute; z-index: 5; pointer-events: none;
  font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .03em;
  background: var(--paper); color: var(--ink);
  padding: 7px 11px; border-radius: 7px; white-space: nowrap;
  transform: translate(-50%, calc(-100% - 12px));
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  opacity: 0; transition: opacity .12s;
}
.map-tip.is-on { opacity: 1; }

.map-legend { display: flex; gap: 22px; margin-top: 10px; }
.lg { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .05em; color: color-mix(in srgb, var(--paper) 60%, transparent); display: inline-flex; align-items: center; gap: 8px; }
.lg::before { content: ""; width: 9px; height: 9px; border-radius: 50%; }
.lg-flag::before { background: var(--flag); box-shadow: 0 0 0 3px rgba(212,80,47,.2); }
.lg-ghost::before { background: transparent; border: 1.5px dashed color-mix(in srgb, var(--paper) 45%, transparent); }

/* flag pin pieces (SVG) */
.pin-pulse { fill: none; stroke: var(--flag); stroke-width: 1.6; opacity: 0; transform-origin: center; }
.pin-pole { stroke: var(--paper); stroke-width: 2.4; stroke-linecap: round; }
.pin-flag { fill: var(--flag); }
.pin-base { fill: var(--paper); }
.pin-plate-bg { fill: var(--pine-950); stroke: rgba(194,161,77,.5); stroke-width: 1; rx: 6; }
.pin-plate-txt { font-family: var(--f-mono); font-size: 13.5px; letter-spacing: .12em; fill: var(--paper); }
.pin-plate-sub { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .14em; fill: var(--brass); }
.ghost-pin circle { fill: none; stroke: color-mix(in srgb, var(--paper) 40%, transparent); stroke-dasharray: 3 3; stroke-width: 1.3; }
.ghost-pin line { stroke: color-mix(in srgb, var(--paper) 40%, transparent); stroke-width: 1.3; }
.ghost-pin path { fill: color-mix(in srgb, var(--paper) 38%, transparent); }

@keyframes pulse {
  0% { opacity: .8; transform: scale(.4); }
  100% { opacity: 0; transform: scale(2.1); }
}
@keyframes plant {
  0% { transform: translateY(-38px); opacity: 0; }
  60% { transform: translateY(3px); opacity: 1; }
  80% { transform: translateY(-2px); }
  100% { transform: translateY(0); }
}
.pin-group { animation: plant .9s cubic-bezier(.2,.8,.3,1.2) .5s backwards; }
.pin-pulse-1 { animation: pulse 3s ease-out 1.4s infinite; }
.pin-pulse-2 { animation: pulse 3s ease-out 2.4s infinite; }

/* map fallback (offline / CDN blocked) */
.map-fallback {
  position: absolute; inset: 0; display: none;
  flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  text-align: center; padding: 28px;
}
.map-fallback.is-on { display: flex; }
.map-fallback h3 { font-family: var(--f-display); font-size: 26px; font-weight: 560; }
.map-fallback p { color: color-mix(in srgb, var(--paper) 70%, transparent); max-width: 40ch; }

/* Utah slide-up panel */
.utah-panel {
  position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 6;
  max-height: calc(100% - 20px); overflow: auto;
  background: var(--paper); color: var(--ink);
  border-radius: 12px; padding: 18px 18px 14px;
  box-shadow: 0 -12px 40px rgba(4,16,12,.5);
  transform: translateY(12px); opacity: 0;
  transition: transform .3s cubic-bezier(.2,.8,.3,1), opacity .25s;
}
.utah-panel.is-on { transform: translateY(0); opacity: 1; }
.up-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.up-eyebrow { font-family: var(--f-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--flag-deep); }
.up-title { font-family: var(--f-display); font-weight: 640; font-size: 22px; }
.up-close { font-size: 26px; line-height: 1; padding: 2px 8px; color: var(--ink-soft); border-radius: 6px; }
.up-close:hover { background: var(--paper-dim); }
.up-division {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 12px 14px; border: 1px solid var(--paper-dark); border-radius: 10px;
  margin-bottom: 8px; cursor: pointer; transition: border-color .15s, background .15s;
}
.up-division:hover { border-color: var(--brass-soft); background: #fbf8ee; }
.upd-name { font-family: var(--f-display); font-weight: 640; font-size: 17px; display: flex; align-items: center; gap: 8px; }
.upd-meta { font-size: 13.5px; color: var(--ink-soft); }
.upd-go { font-family: var(--f-label); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--flag-deep); white-space: nowrap; }
.up-waitlist {
  display: block; text-align: center; font-family: var(--f-label); font-size: 13.5px;
  letter-spacing: .04em; color: var(--ink-soft); text-decoration: none; padding-top: 8px;
}
.up-waitlist:hover { color: var(--flag-deep); }

.tag {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 5px;
}
.tag-north { background: rgba(194,161,77,.16); color: var(--brass-soft); border: 1px solid rgba(169,143,78,.4); }
.tag-south { background: rgba(63,124,90,.14); color: #2f6a4b; border: 1px solid rgba(63,124,90,.4); }
/* tags on dark plates need the bright variants */
.cc-division .tag-north { color: #d8bc6e; background: rgba(194,161,77,.18); border-color: rgba(194,161,77,.55); }
.cc-division .tag-south { color: #8ecfa8; background: rgba(94,168,124,.18); border-color: rgba(94,168,124,.55); }

/* ============================================================
   UTAH DIVISION MAP (hero-right on utah.html)
   ============================================================ */
.udiv-card {
  position: relative; overflow: hidden;
  background:
    radial-gradient(560px 340px at 60% 25%, rgba(63,124,90,.14), transparent 65%),
    linear-gradient(160deg, var(--pine-900), var(--pine-950) 78%);
  border: 1px solid rgba(194,161,77,.22);
  border-radius: calc(var(--r) + 6px);
  box-shadow: var(--shadow);
  padding: 22px 22px 18px;
}
.udiv-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 10px; }
.udiv-stage { position: relative; width: 100%; aspect-ratio: 4 / 3.4; }
.udiv-stage svg { width: 100%; height: 100%; display: block; overflow: visible; }

.ucounty { stroke: var(--pine-950); stroke-width: .8; transition: fill .18s, filter .18s; }
.ucounty-mute { fill: #123527; }
.ucounty-north { fill: var(--brass); cursor: pointer; }
.ucounty-north:hover { fill: #d6b662; filter: drop-shadow(0 0 12px rgba(194,161,77,.5)); }
.ucounty-south { fill: var(--fairway); cursor: pointer; }
.ucounty-south:hover { fill: var(--fairway-bright); filter: drop-shadow(0 0 12px rgba(94,168,124,.5)); }
.ucounty-border { fill: none; stroke: rgba(7,20,15,.7); stroke-width: .6; pointer-events: none; }

.ulabel-pill { fill: rgba(244,239,225,.92); }
.ulabel-name { font-family: var(--f-display); font-weight: 900; letter-spacing: .04em; fill: var(--pine-950); }
.ulabel-sub { font-family: var(--f-mono); font-weight: 600; letter-spacing: .14em; fill: rgba(7,27,21,.7); }

.udiv-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.udl {
  display: flex; align-items: center; gap: 10px; text-align: left;
  padding: 12px 14px; border-radius: 10px; cursor: pointer;
  border: 1px solid rgba(244,239,225,.14); background: rgba(244,239,225,.03);
  transition: border-color .15s, background .15s, transform .12s;
}
.udl:hover { transform: translateY(-2px); background: rgba(244,239,225,.06); }
.udl-north:hover { border-color: var(--brass); }
.udl-south:hover { border-color: var(--fairway-bright); }
.udl-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.udl-north .udl-dot { background: var(--brass); }
.udl-south .udl-dot { background: var(--fairway-bright); }
.udl span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.udl strong { font-family: var(--f-display); font-weight: 640; font-size: 15px; }
.udl em { font-style: normal; font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .03em; color: color-mix(in srgb, var(--paper) 55%, transparent); }

.udiv-fallback { display: grid; grid-template-rows: 1fr 1fr; gap: 10px; height: 100%; }
.udiv-fb {
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px;
  padding: 20px 22px; border-radius: 12px; cursor: pointer; text-align: left;
  border: 1px solid rgba(244,239,225,.14);
}
.udiv-fb strong { font-family: var(--f-display); font-weight: 640; font-size: 22px; }
.udiv-fb span { font-family: var(--f-mono); font-size: 12px; color: color-mix(in srgb, var(--paper) 60%, transparent); }
.udiv-fb-north { background: rgba(194,161,77,.12); } .udiv-fb-north:hover { border-color: var(--brass); }
.udiv-fb-south { background: rgba(63,124,90,.14); } .udiv-fb-south:hover { border-color: var(--fairway-bright); }

/* ============================================================
   WHY (paper panel)
   ============================================================ */
.why { padding: clamp(40px, 7vh, 80px) 0; }
.panel {
  width: var(--w); margin: 0 auto;
  background: var(--paper); color: var(--ink);
  border-radius: calc(var(--r) + 8px);
  padding: clamp(36px, 5vw, 64px);
  box-shadow: var(--shadow);
}
.panel .kicker { color: var(--flag-deep); }
.why-lede { max-width: 68ch; margin-bottom: 42px; }
.why-lede .lede { color: var(--ink-soft); margin-top: 14px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 44px); }
.why-item { border-top: 2px solid var(--ink); padding-top: 18px; }
.why-stat {
  font-family: var(--f-display); font-weight: 900; font-size: clamp(38px, 4vw, 52px);
  line-height: 1; letter-spacing: -.02em; margin-bottom: 12px;
}
.why-stat span { font-family: var(--f-mono); font-weight: 500; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--brass-soft); margin-left: 6px; }
.why-item h3 { font-family: var(--f-label); font-weight: 700; font-size: 17px; letter-spacing: .02em; text-transform: uppercase; margin-bottom: 8px; }
.why-item p { color: var(--ink-soft); font-size: 15.5px; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how { padding: clamp(48px, 8vh, 96px) 0 clamp(30px, 5vh, 60px); }
.how-grid {
  width: var(--w); margin: 0 auto; list-style: none;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.how-step {
  position: relative;
  background: linear-gradient(170deg, var(--pine-850), var(--pine-900));
  border: 1px solid rgba(244,239,225,.09);
  border-radius: var(--r); padding: 58px 22px 24px;
}
.tee-num {
  position: absolute; top: 18px; left: 22px;
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--f-mono); font-weight: 600; font-size: 15px;
  color: var(--pine-950); background: var(--brass);
  box-shadow: 0 0 0 5px rgba(194,161,77,.14);
}
.how-step h3 { font-family: var(--f-display); font-weight: 560; font-size: 20px; margin-bottom: 10px; line-height: 1.2; }
.how-step p { font-size: 15px; color: color-mix(in srgb, var(--paper) 72%, transparent); }

/* ============================================================
   DIVISIONS
   ============================================================ */
.divisions { padding: clamp(48px, 8vh, 96px) 0; }
.division-grid { width: var(--w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.div-card {
  position: relative; overflow: hidden;
  border-radius: calc(var(--r) + 6px); padding: clamp(26px, 3vw, 38px);
  background: linear-gradient(165deg, var(--pine-850), var(--pine-900) 70%);
  border: 1px solid rgba(194,161,77,.25);
}
.div-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
}
.div-card-north::before { background: linear-gradient(90deg, var(--brass), transparent 80%); }
.div-card-south::before { background: linear-gradient(90deg, var(--fairway-bright), transparent 80%); }
.div-label { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: color-mix(in srgb, var(--paper) 50%, transparent); margin-bottom: 8px; }
.div-name { font-family: var(--f-display); font-weight: 640; font-size: clamp(30px, 3vw, 40px); line-height: 1; }
.div-counties { font-family: var(--f-label); font-weight: 600; font-size: 15px; letter-spacing: .05em; text-transform: uppercase; color: var(--brass); margin: 8px 0 18px; }
.div-towns { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.div-towns li {
  font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .04em;
  padding: 6px 11px; border-radius: 999px;
  border: 1px solid rgba(244,239,225,.18); color: color-mix(in srgb, var(--paper) 80%, transparent);
}
.div-meta { display: grid; grid-template-columns: repeat(3, auto); gap: 8px 26px; margin-bottom: 24px; }
.div-meta dt { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: color-mix(in srgb, var(--paper) 48%, transparent); margin-bottom: 3px; }
.div-meta dd { font-family: var(--f-label); font-weight: 600; font-size: 15.5px; }
.div-fine { margin-top: 12px; font-size: 13px; color: color-mix(in srgb, var(--paper) 55%, transparent); text-align: center; }
.div-fine strong { color: var(--brass); }

/* ============================================================
   COURSES
   ============================================================ */
.courses { padding: clamp(48px, 8vh, 96px) 0; }
.course-filter { display: inline-flex; gap: 6px; margin-top: 24px; padding: 5px; border: 1px solid rgba(244,239,225,.15); border-radius: 999px; background: rgba(244,239,225,.04); }
.cf-btn {
  font-family: var(--f-label); font-weight: 600; font-size: 13.5px; letter-spacing: .08em; text-transform: uppercase;
  padding: 9px 22px; border-radius: 999px; color: color-mix(in srgb, var(--paper) 65%, transparent);
  transition: background .15s, color .15s;
}
.cf-btn:hover { color: var(--paper); }
.cf-btn.is-active { background: var(--paper); color: var(--ink); }
.course-grid {
  width: var(--w); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.course-card {
  background: linear-gradient(175deg, var(--pine-850), var(--pine-900) 80%);
  border: 1px solid rgba(244,239,225,.1);
  border-radius: var(--r); overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.course-card:hover { transform: translateY(-4px); border-color: rgba(194,161,77,.45); box-shadow: 0 18px 44px rgba(4,16,12,.5); }
.course-card.is-hidden { display: none; }

.cc-plate {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden;
  display: grid; place-items: center;
  background:
    radial-gradient(340px 200px at 60% 30%, rgba(63,124,90,.35), transparent 70%),
    linear-gradient(150deg, var(--pine-800), var(--pine-950));
}
.cc-plate img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cc-contours { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .5; }
.cc-contours path { fill: none; stroke: rgba(194,161,77,.28); stroke-width: 1; }
.cc-mono {
  position: relative; font-family: var(--f-display); font-weight: 900;
  font-size: 64px; letter-spacing: .02em; color: transparent;
  -webkit-text-stroke: 1.5px rgba(244,239,225,.55);
}
.cc-geo {
  position: absolute; bottom: 10px; left: 14px; right: 14px;
  display: flex; justify-content: space-between;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .1em;
  color: color-mix(in srgb, var(--paper) 55%, transparent);
}
.cc-division {
  position: absolute; top: 12px; left: 12px;
}
.cc-body { padding: 18px 18px 20px; }
.cc-name { font-family: var(--f-display); font-weight: 560; font-size: 20px; line-height: 1.15; margin-bottom: 4px; }
.cc-city { font-family: var(--f-label); font-size: 13.5px; letter-spacing: .06em; text-transform: uppercase; color: color-mix(in srgb, var(--paper) 60%, transparent); margin-bottom: 12px; }
.cc-note { font-size: 14.5px; color: color-mix(in srgb, var(--paper) 74%, transparent); margin-bottom: 14px; min-height: 3.2em; }
.cc-stats { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(244,239,225,.12); padding-top: 12px; }
.cc-holes { font-family: var(--f-mono); font-size: 12px; letter-spacing: .08em; color: color-mix(in srgb, var(--paper) 60%, transparent); }
.cc-fee { font-family: var(--f-mono); font-weight: 600; font-size: 14px; color: var(--brass); }
.cc-fee span { font-weight: 400; font-size: 11px; color: color-mix(in srgb, var(--paper) 55%, transparent); }
.course-footnote {
  width: var(--w); margin: 22px auto 0; text-align: center;
  font-size: 13.5px; color: color-mix(in srgb, var(--paper) 55%, transparent);
}

/* ============================================================
   SEASON
   ============================================================ */
.season { padding: clamp(30px, 5vh, 60px) 0; }
.panel-tight { padding: clamp(32px, 4vw, 56px); }
.season-line { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2.5vw, 34px); }
.season-line li { border-left: 2px solid var(--paper-dark); padding-left: 18px; }
.sl-when {
  display: inline-block; font-family: var(--f-mono); font-weight: 600; font-size: 12px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--flag-deep); margin-bottom: 10px;
}
.season-line h3 { font-family: var(--f-display); font-weight: 640; font-size: 20px; margin-bottom: 8px; }
.season-line p { font-size: 15px; color: var(--ink-soft); }

/* ============================================================
   PRICING — the scorecard
   ============================================================ */
.pricing { padding: clamp(48px, 8vh, 96px) 0; }
.scorecard {
  width: var(--w); margin: 0 auto;
  background: var(--paper); color: var(--ink);
  border-radius: calc(var(--r) + 6px); overflow: hidden;
  box-shadow: var(--shadow);
}
.sc-row { display: grid; grid-template-columns: 2.2fr 1fr 1.15fr 1fr; }
.sc-row + .sc-row { border-top: 1px solid var(--paper-dark); }
.sc-cell { padding: 16px 18px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 15px; }
.sc-cell.sc-feature { justify-content: flex-start; text-align: left; font-family: var(--f-label); font-weight: 600; letter-spacing: .02em; color: var(--ink); }
.sc-featured { background: var(--pine-900); color: var(--paper); position: relative; }
.sc-head .sc-cell { flex-direction: column; gap: 2px; padding: 26px 18px 22px; }
.sc-brand { font-family: var(--f-display); font-weight: 900; font-size: 40px; }
.sc-brand em { color: var(--brass); }
.sc-tier { font-family: var(--f-label); font-weight: 700; font-size: 15px; letter-spacing: .14em; text-transform: uppercase; }
.sc-head .sc-featured .sc-tier { color: var(--brass); }
.sc-price { font-family: var(--f-display); font-weight: 640; font-size: clamp(30px, 3vw, 42px); line-height: 1.1; }
.sc-per { font-family: var(--f-mono); font-size: 11px; letter-spacing: .06em; color: var(--ink-soft); }
.sc-featured .sc-per { color: color-mix(in srgb, var(--paper) 65%, transparent); }
.sc-flag-note {
  position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
  font-family: var(--f-label); font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  background: var(--flag); color: var(--paper); padding: 5px 14px; border-radius: 999px;
  box-shadow: 0 6px 16px rgba(212,80,47,.4);
}
.dot { width: 14px; height: 14px; border-radius: 50%; background: var(--fairway); display: inline-grid; place-items: center; }
.sc-featured .dot { background: var(--brass); }
.dot-4 { width: auto; height: auto; background: none !important; font-family: var(--f-mono); font-weight: 600; font-size: 13.5px; color: var(--fairway); }
.sc-featured .dot-4 { color: var(--brass); }
.sc-note { font-family: var(--f-mono); font-size: 12.5px; color: var(--ink-soft); }
.sc-featured .sc-note { color: color-mix(in srgb, var(--paper) 70%, transparent); }
.sc-actions .sc-cell { padding: 22px 14px; }
.sc-actions .btn { width: 100%; padding: 13px 10px; font-size: 13px; }

.corporate {
  width: var(--w); margin: 26px auto 0;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  border: 1px dashed rgba(194,161,77,.4); border-radius: var(--r);
  padding: 24px 28px;
}
.corporate h3 { font-family: var(--f-display); font-weight: 560; font-size: 22px; margin-bottom: 6px; }
.corporate p { font-size: 15px; color: color-mix(in srgb, var(--paper) 70%, transparent); max-width: 62ch; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { padding: clamp(30px, 5vh, 60px) 0 clamp(48px, 8vh, 96px); }
.faq-list { width: min(820px, var(--w)); margin: 0 auto; }
.faq-item {
  border: 1px solid rgba(244,239,225,.12); border-radius: 12px;
  background: rgba(244,239,225,.03); margin-bottom: 10px;
  transition: border-color .15s;
}
.faq-item[open] { border-color: rgba(194,161,77,.4); background: rgba(244,239,225,.05); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: var(--f-display); font-weight: 560; font-size: 18.5px;
  padding: 18px 22px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-family: var(--f-mono); font-size: 20px; color: var(--brass);
  transition: transform .2s; flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 22px 20px; color: color-mix(in srgb, var(--paper) 75%, transparent); font-size: 15.5px; max-width: 72ch; }

/* ============================================================
   WAITLIST
   ============================================================ */
.waitlist { padding: 0 0 clamp(48px, 8vh, 96px); }
.panel-waitlist { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.wl-copy .lede { color: var(--ink-soft); margin-top: 14px; }
.wl-states { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.wl-states li {
  font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .05em;
  padding: 7px 13px; border-radius: 999px; border: 1.5px dashed var(--paper-dark); color: var(--ink-soft);
}
.wl-states li.wl-yours { border-style: solid; border-color: var(--flag); color: var(--flag-deep); font-weight: 600; }
.wl-form iframe { width: 100%; min-height: 380px; border: 0; border-radius: 12px; }
.wl-fallback {
  border: 1.5px solid var(--paper-dark); border-radius: 12px; padding: 26px;
  background: #fbf8ee;
}
.wl-fallback h3 { font-family: var(--f-display); font-weight: 640; font-size: 21px; margin-bottom: 8px; }
.wl-fallback p { font-size: 15px; color: var(--ink-soft); margin-bottom: 16px; }
.wl-fallback .btn { width: 100%; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.final {
  width: var(--w); margin: 0 auto clamp(60px, 9vh, 110px);
  text-align: center; padding: clamp(48px, 7vw, 84px) clamp(24px, 4vw, 60px);
  border: 1px solid rgba(194,161,77,.3); border-radius: calc(var(--r) + 10px);
  background:
    radial-gradient(500px 260px at 50% 0%, rgba(63,124,90,.25), transparent 70%),
    linear-gradient(180deg, var(--pine-850), var(--pine-950));
}
.final-eyebrow { font-family: var(--f-mono); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--brass); margin-bottom: 16px; }
.final-h2 { font-family: var(--f-display); font-weight: 640; font-size: clamp(36px, 5vw, 58px); line-height: 1.04; margin-bottom: 14px; }
.final-sub { color: color-mix(in srgb, var(--paper) 75%, transparent); margin-bottom: 30px; }
.final-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.final-fine { font-family: var(--f-mono); font-size: 12px; color: color-mix(in srgb, var(--paper) 50%, transparent); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid rgba(244,239,225,.1); padding: clamp(40px, 6vh, 64px) 0 28px; }
.foot-grid {
  width: var(--w); margin: 0 auto 36px;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 32px;
}
.foot-brand .nav-mark { width: 40px; height: 40px; margin-bottom: 12px; }
.foot-word { font-size: 22px; margin-bottom: 10px; }
.foot-tag { font-size: 14px; color: color-mix(in srgb, var(--paper) 60%, transparent); }
.foot-col { display: flex; flex-direction: column; gap: 9px; }
.foot-head { font-family: var(--f-label); font-weight: 700; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); margin-bottom: 4px; }
.foot-col a { text-decoration: none; font-size: 14.5px; color: color-mix(in srgb, var(--paper) 72%, transparent); }
.foot-col a:hover { color: var(--brass); }
.foot-note { font-size: 13.5px; color: color-mix(in srgb, var(--paper) 55%, transparent); }
.foot-legal {
  width: var(--w); margin: 0 auto; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  border-top: 1px solid rgba(244,239,225,.08); padding-top: 20px;
  font-size: 12.5px; color: color-mix(in srgb, var(--paper) 45%, transparent);
}

/* ============================================================
   STICKY DIVISION BAR — always tells you what you're joining
   ============================================================ */
.division-bar {
  position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%);
  z-index: 90; width: min(760px, calc(100vw - 32px));
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: var(--paper); color: var(--ink);
  border-radius: 14px; padding: 12px 12px 12px 20px;
  box-shadow: 0 18px 50px rgba(4,16,12,.55);
  border-left: 5px solid var(--flag);
}
.db-text { font-family: var(--f-label); font-size: 15px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.db-text strong { font-weight: 700; }
.db-flag { width: 9px; height: 9px; border-radius: 50%; background: var(--flag); box-shadow: 0 0 0 3px rgba(212,80,47,.2); }
.db-counties { font-family: var(--f-mono); font-size: 12px; color: var(--ink-soft); }
.db-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.db-switch { font-family: var(--f-label); font-size: 13px; letter-spacing: .04em; text-decoration: underline; color: var(--ink-soft); }
.db-switch:hover { color: var(--flag-deep); }

/* ============================================================
   CHECKOUT MODAL
   ============================================================ */
.modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; }
.modal-scrim { position: absolute; inset: 0; background: rgba(4,14,10,.7); backdrop-filter: blur(6px); }
.modal-card {
  position: relative; width: min(680px, 100%); max-height: min(86vh, 900px); overflow: auto;
  background: var(--paper); color: var(--ink);
  border-radius: 18px; padding: clamp(24px, 4vw, 40px);
  box-shadow: 0 40px 120px rgba(0,0,0,.6);
  animation: modalIn .25s cubic-bezier(.2,.8,.3,1);
}
@keyframes modalIn { from { transform: translateY(16px) scale(.98); opacity: 0; } }
.modal-close {
  position: absolute; top: 14px; right: 16px; font-size: 28px; line-height: 1;
  color: var(--ink-soft); padding: 4px 10px; border-radius: 8px;
}
.modal-close:hover { background: var(--paper-dim); }
.cm-eyebrow { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--flag-deep); margin-bottom: 8px; }
.cm-title { font-family: var(--f-display); font-weight: 640; font-size: clamp(26px, 3.4vw, 34px); line-height: 1.08; }
.cm-choose .cm-title { margin-bottom: 20px; }
.cm-choice {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  border: 1.5px solid var(--paper-dark); border-radius: 12px; padding: 16px 18px;
  margin-bottom: 10px; cursor: pointer; transition: border-color .15s, background .15s;
}
.cm-choice:hover { border-color: var(--flag); background: #fbf8ee; }
.cm-choice span { font-size: 20px; color: var(--flag-deep); }
.cmc-name { font-family: var(--f-display); font-weight: 640; font-size: 19px; margin-bottom: 3px; }
.cmc-meta { font-size: 13.5px; color: var(--ink-soft); }
.cm-confirm {
  border-bottom: 2px solid var(--ink); padding-bottom: 18px; margin-bottom: 20px;
}
.cm-counties { font-family: var(--f-label); font-size: 15px; letter-spacing: .03em; color: var(--ink-soft); margin-top: 6px; }
.cm-switch {
  margin-top: 10px; font-family: var(--f-label); font-size: 13px; letter-spacing: .03em;
  text-decoration: underline; color: var(--ink-soft);
}
.cm-switch:hover { color: var(--flag-deep); }
.cm-checkout iframe { width: 100%; min-height: 520px; border: 0; border-radius: 10px; }
.cm-fallback { border: 1.5px dashed var(--brass-soft); border-radius: 12px; padding: 24px; background: #fbf8ee; }
.cm-fallback h4 { font-family: var(--f-display); font-weight: 640; font-size: 20px; margin-bottom: 8px; }
.cm-fallback p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 14px; }
.cm-fallback .btn { width: 100%; margin-bottom: 8px; }
.cm-price-line {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--f-mono); font-size: 13px; color: var(--ink-soft);
  border-top: 1px solid var(--paper-dark); margin-top: 14px; padding-top: 12px;
}
.cm-price-line strong { font-family: var(--f-display); font-size: 22px; color: var(--ink); }

/* ============================================================
   REVEAL ON SCROLL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.3,1); }
.reveal.is-in { opacity: 1; transform: none; }

/* ============================================================
   GALLERY — real event photos (mobile: swipeable strip)
   ============================================================ */
.gallery { padding: clamp(40px, 7vh, 84px) 0; }
.gallery-head { width: var(--w); margin: 0 auto 30px; text-align: center; }
.gallery-head .section-sub { margin-left: auto; margin-right: auto; }

/* Editorial mosaic. Slots repeat every five (see location.js): one wide,
   one square, then three portraits. Every tile is exactly one row tall so
   rows stay flush — width does the varying, not height. Don't swap this
   for per-tile aspect-ratio: that wins over grid stretch and the tops/
   bottoms of a row stop lining up. Images cover, so the row height only
   needs to be near each source's natural ratio, not exact. */
.gallery-strip {
  display: grid; grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: clamp(300px, 36vw, 470px);
  gap: 14px; width: var(--w); margin: 0 auto;
}
.shot {
  position: relative; margin: 0; border-radius: var(--r); overflow: hidden;
  background: var(--pine-850); border: 1px solid rgba(244,239,225,.1);
}
.m-a { grid-column: span 7; }
.m-b { grid-column: span 5; }
.m-c, .m-d, .m-e { grid-column: span 4; }

.shot img { width: 100%; height: 100%; object-fit: cover; }
.shot-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; flex-direction: column; align-items: flex-start; gap: 7px;
  padding: 52px 18px 18px; color: var(--paper);
  background: linear-gradient(to top, rgba(6,18,13,.9), rgba(6,18,13,.45) 45%, transparent);
  font-family: var(--f-display); font-size: 17px; font-weight: 560; line-height: 1.25;
  text-shadow: 0 1px 12px rgba(6,18,13,.5);
}
.shot-tag {
  font-family: var(--f-mono); font-weight: 500;
  font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--pine-950);
  background: var(--brass); padding: 3px 9px; border-radius: 5px; text-shadow: none;
}

/* Mobile: two columns. Here each tile sits alone in its row or beside a
   twin of the same ratio, so aspect-ratio is safe and rows still align. */
@media (max-width: 860px) {
  .gallery-strip { grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; gap: 10px; }
  .m-a { grid-column: span 2; aspect-ratio: 3 / 2; }
  .m-b { grid-column: span 2; aspect-ratio: 4 / 3; }
  .m-c, .m-d { grid-column: span 1; aspect-ratio: 4 / 5; }
  .m-e { grid-column: span 2; aspect-ratio: 3 / 2; }
  .shot-cap { padding: 40px 13px 13px; font-size: 15px; gap: 5px; }
}

/* ============================================================
   FULL-BLEED PHOTO BAND — a bright breath between dark sections
   ============================================================ */
.band {
  position: relative; isolation: isolate;
  min-height: clamp(380px, 56vh, 580px);
  display: grid; align-items: end;
  margin: clamp(40px, 7vh, 84px) 0;
  border-block: 1px solid rgba(194,161,77,.28);
  background: var(--pine-900);
}
.band-img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover; object-position: center 38%;
}
/* Scrim only where the type sits. The top half stays untouched so the sky
   and rock actually read — this section exists to let light into the page. */
.band::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top,
    rgba(7,27,21,.9) 0%, rgba(7,27,21,.72) 20%, rgba(7,27,21,.4) 40%,
    rgba(7,27,21,.1) 56%, transparent 70%);
}
.band-quote { width: var(--w); margin: 0 auto; padding: 0 0 clamp(28px, 5vh, 44px); }
.band-quote p {
  font-family: var(--f-display); font-weight: 560;
  font-size: clamp(24px, 3.4vw, 42px); line-height: 1.16; letter-spacing: -.01em;
  max-width: 22ch; text-wrap: balance;
  text-shadow: 0 1px 2px rgba(6,18,13,.5), 0 2px 22px rgba(6,18,13,.8);
}
.band-quote cite {
  display: block; margin-top: 14px; font-style: normal;
  font-family: var(--f-label); font-weight: 600; font-size: 12.5px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--brass);
}

/* ============================================================
   MOBILE PRICE CARDS (stacked; scorecard table is desktop-only)
   ============================================================ */
.price-cards { display: none; }
.pc {
  background: var(--paper); color: var(--ink);
  border-radius: var(--r); padding: 24px 22px;
  box-shadow: var(--shadow); position: relative;
}
.pc + .pc { margin-top: 14px; }
.pc-featured { background: var(--pine-900); color: var(--paper); border: 1px solid rgba(194,161,77,.4); }
.pc-flag {
  position: absolute; top: -11px; left: 22px;
  font-family: var(--f-label); font-weight: 700; font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  background: var(--flag); color: var(--paper); padding: 4px 12px; border-radius: 999px;
}
.pc-tier { font-family: var(--f-label); font-weight: 700; font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--brass-soft); }
.pc-featured .pc-tier { color: var(--brass); }
.pc-price { font-family: var(--f-display); font-weight: 640; font-size: 40px; line-height: 1.05; margin-top: 2px; }
.pc-per { font-family: var(--f-mono); font-size: 12px; color: var(--ink-soft); margin-bottom: 16px; }
.pc-featured .pc-per { color: color-mix(in srgb, var(--paper) 65%, transparent); }
.pc-list { list-style: none; margin: 0 0 20px; padding: 0; }
.pc-list li { position: relative; padding-left: 26px; margin-bottom: 9px; font-size: 15px; }
.pc-list li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 13px; height: 13px; border-radius: 50%; background: var(--fairway);
}
.pc-featured .pc-list li::before { background: var(--brass); }
.pc-list .pc-muted { color: var(--ink-soft); }
.pc-featured .pc-list .pc-muted { color: color-mix(in srgb, var(--paper) 60%, transparent); }
.pc-list .pc-muted::before { background: transparent; border: 1.5px solid var(--brass-soft); top: 6px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; padding-top: 104px; }
  .hero-copy { text-align: center; }
  .hero-actions, .eyebrow { justify-content: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .how-grid { grid-template-columns: 1fr 1fr; }
  .course-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 26px; }
  .season-line { grid-template-columns: 1fr 1fr; }
  .panel-waitlist { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .nav-links, .nav-cta-wrap { display: none; }
  .nav-burger { display: flex; }
  .division-grid { grid-template-columns: 1fr; }
  .scorecard { display: none; }
  .price-cards { display: block; }
  .corporate { flex-direction: column; align-items: flex-start; gap: 16px; }
  .corporate .btn { width: 100%; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .how-grid { grid-template-columns: 1fr; }
  .course-grid { grid-template-columns: 1fr; }
  .season-line { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
  .division-bar { flex-direction: column; align-items: stretch; gap: 10px; padding: 14px 16px; }
  .db-actions { justify-content: space-between; }
  .db-actions .btn { flex: 1; }
  .map-card { padding: 14px 14px 12px; }
  .utah-panel { left: 6px; right: 6px; bottom: 6px; }
  .hero-facts { font-size: 11.5px; }

  /* full-width, thumb-friendly CTAs */
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .final-actions { flex-direction: column; align-items: stretch; }
  .final-actions .btn { width: 100%; }
  .btn { padding: 16px 24px; }
  .btn-sm { padding: 12px 18px; }

  /* tighten section rhythm so mobile scroll isn't endless */
  .why, .how, .divisions, .courses, .pricing, .gallery { padding-top: clamp(40px, 6vh, 60px); padding-bottom: clamp(40px, 6vh, 60px); }
  .panel { padding: 28px 20px; }
  .section-head { margin-bottom: 30px; }
  .hero { gap: 24px; padding-top: 96px; }

  /* division map: full-width legend targets */
  .udiv-legend { grid-template-columns: 1fr; }
  .udl { padding: 14px 16px; }
}
@media (max-width: 380px) {
  .foot-grid { grid-template-columns: 1fr; }
  .home-h1 { font-size: 40px; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pin-group, .pin-pulse-1, .pin-pulse-2 { animation: none; }
  .pin-pulse { display: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .modal-card { animation: none; }
  * { transition-duration: .01ms !important; }
}
