/* Commissioner — marketing site.
   Single deliberate theme: the tournament-program look carried over from the
   product itself (fairway green, brass, cream). Every ground painted explicitly. */

:root {
  --fairway-950: #04180f;
  --fairway-900: #06251b;
  --fairway-800: #0b3d2e;
  --fairway-700: #124734;
  --fairway-600: #1b5e45;
  --fairway-300: #7fb69b;
  --brass-700: #7f6321;
  --brass-600: #a8842f;
  --brass-500: #c8a951;
  --brass-400: #d9be72;
  --brass-300: #e5d199;
  --brass-200: #efe2bb;
  --cream-50: #fffdf8;
  --cream-100: #f9f6ec;
  --cream-200: #f1ebd9;
  --cream-300: #e3dac2;
  --ink-900: #14231c;
  --ink-700: #35473e;
  --ink-500: #6a7a72;
  --flag: #b3261e;
  --display: "Oswald", "Arial Narrow", sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --maxw: 68rem;
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; animation: none !important; } }

body {
  background: var(--cream-100);
  color: var(--ink-900);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
}

.display { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.015em; font-weight: 600; }
.tnum { font-variant-numeric: tabular-nums; }
a { color: inherit; }
img { max-width: 100%; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 1.25rem; }

/* ---------- masthead ---------- */
.masthead {
  position: sticky; top: 0; z-index: 40;
  background: var(--fairway-800);
  background-image: radial-gradient(circle at 18% 12%, rgba(255,255,255,.07), transparent 42%),
                    radial-gradient(circle at 82% 78%, rgba(0,0,0,.22), transparent 55%);
  color: var(--cream-50);
  border-bottom: 1px solid rgba(200,169,81,.35);
}
.masthead .wrap { display: flex; align-items: center; gap: 1rem; height: 3.6rem; }
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand-mark {
  width: 2.1rem; height: 2.1rem; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(200,169,81,.15); box-shadow: inset 0 0 0 1px rgba(217,190,114,.4);
  color: var(--brass-400);
}
.brand-name { font-family: var(--display); font-size: 1.15rem; letter-spacing: .05em; text-transform: uppercase; }
.masthead nav { margin-left: auto; display: flex; gap: 1.4rem; align-items: center; }
.masthead nav a { text-decoration: none; font-size: .82rem; font-weight: 600; letter-spacing: .04em; color: rgba(249,246,236,.85); }
.masthead nav a:hover { color: var(--brass-300); }
.masthead nav a:focus-visible, .btn:focus-visible, a:focus-visible { outline: 2px solid var(--brass-400); outline-offset: 3px; border-radius: 2px; }
@media (max-width: 760px) { .masthead nav a.hide-m { display: none; } }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .78rem 1.4rem; border-radius: .8rem;
  font-family: var(--body); font-weight: 650; font-size: .92rem; letter-spacing: .01em;
  text-decoration: none; border: none; cursor: pointer; white-space: nowrap; transition: transform .12s ease, background .15s ease;
}
.btn:active { transform: scale(.985); }
.btn-gold { background: var(--brass-500); color: var(--fairway-950); }
.btn-gold:hover { background: var(--brass-400); }
.btn-green { background: var(--fairway-800); color: var(--cream-50); }
.btn-green:hover { background: var(--fairway-700); }
.btn-ghost { background: transparent; color: var(--cream-50); box-shadow: inset 0 0 0 1.5px rgba(249,246,236,.45); }
.btn-ghost:hover { background: rgba(255,255,255,.08); }
.btn-ghost.on-cream { color: var(--fairway-800); box-shadow: inset 0 0 0 1.5px rgba(11,61,46,.35); }
.btn-ghost.on-cream:hover { background: rgba(11,61,46,.06); }

/* ---------- hero ---------- */
.hero {
  background: var(--fairway-800);
  background-image: radial-gradient(circle at 15% 8%, rgba(255,255,255,.08), transparent 45%),
                    radial-gradient(circle at 85% 90%, rgba(0,0,0,.28), transparent 55%);
  color: var(--cream-50);
  padding: 4.5rem 0 4rem;
  border-bottom: 4px solid var(--brass-500);
}
.hero-eyebrow { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--brass-300); font-weight: 600; }
.hero h1 {
  font-family: var(--display); text-transform: uppercase; font-weight: 600;
  font-size: clamp(2.5rem, 6.5vw, 4.4rem); line-height: 1.04; letter-spacing: .005em;
  max-width: 18ch; text-wrap: balance; margin: .9rem 0 1.1rem;
}
.hero h1 em { font-style: normal; color: var(--brass-400); }
.hero p.lede { font-size: 1.08rem; line-height: 1.7; max-width: 54ch; color: rgba(249,246,236,.88); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 2.2rem; margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid rgba(249,246,236,.18); }
.hero-stats .stat b { display: block; font-family: var(--display); font-size: 1.7rem; font-weight: 600; color: var(--brass-400); line-height: 1.1; }
.hero-stats .stat span { font-size: .78rem; color: rgba(249,246,236,.7); letter-spacing: .04em; text-transform: uppercase; }

/* ---------- sections ---------- */
.section { padding: 4.2rem 0; }
.section.tight { padding: 3rem 0; }
.section.green { background: var(--fairway-800); color: var(--cream-50); }
.section.deep { background: var(--fairway-950); color: var(--cream-50); }
.kicker { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--brass-600); }
.green .kicker, .deep .kicker { color: var(--brass-400); }
.section h2 {
  font-family: var(--display); text-transform: uppercase; font-weight: 600;
  font-size: clamp(1.7rem, 3.6vw, 2.5rem); line-height: 1.1; letter-spacing: .01em;
  margin: .5rem 0 .8rem; text-wrap: balance;
}
.section .sub { color: var(--ink-500); max-width: 58ch; }
.green .sub, .deep .sub { color: rgba(249,246,236,.75); }

/* ---------- cards & grids ---------- */
.grid-2 { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr)); margin-top: 2.2rem; }
.grid-3 { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); margin-top: 2.2rem; }
.grid-4 { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); margin-top: 2rem; }

.card {
  background: var(--cream-50); border: 1px solid var(--cream-300); border-radius: 1rem;
  padding: 1.6rem 1.5rem; box-shadow: 0 1px 2px rgba(20,35,28,.05);
}
.card h3 { font-family: var(--display); text-transform: uppercase; font-weight: 600; letter-spacing: .04em; font-size: 1.25rem; color: var(--fairway-800); }
.card p { color: var(--ink-700); font-size: .95rem; margin-top: .5rem; }

.product-card { display: flex; flex-direction: column; gap: .9rem; padding: 2rem 1.8rem; border-top: 4px solid var(--brass-500); }
.product-card .tag { align-self: flex-start; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .28rem .7rem; border-radius: 99px; background: var(--fairway-800); color: var(--cream-50); }
.product-card .tag.soon { background: var(--brass-200); color: var(--brass-700); }
.product-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .45rem; }
.product-card li { padding-left: 1.35rem; position: relative; font-size: .93rem; color: var(--ink-700); }
.product-card li::before { content: ""; position: absolute; left: 0; top: .48em; width: .55rem; height: .55rem; border-radius: 50%; background: var(--brass-500); }
.product-card .actions { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: auto; padding-top: .6rem; }

.step { position: relative; padding-left: 0; }
.step b.n { display: inline-grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--fairway-800); color: var(--brass-400); font-family: var(--display); font-size: 1.15rem; margin-bottom: .8rem; }
.step h3 { font-size: 1.05rem; font-weight: 700; font-family: var(--body); text-transform: none; letter-spacing: 0; color: var(--ink-900); }
.step p { font-size: .92rem; color: var(--ink-500); margin-top: .35rem; }

.feature { background: rgba(255,255,255,.05); border: 1px solid rgba(249,246,236,.14); border-radius: .9rem; padding: 1.15rem 1.2rem; }
.feature b { display: block; font-weight: 700; font-size: .95rem; color: var(--cream-50); }
.feature span { font-size: .85rem; color: rgba(249,246,236,.66); line-height: 1.55; display: block; margin-top: .25rem; }

/* ---------- pricing ---------- */
.price-card { display: flex; flex-direction: column; gap: .8rem; }
.price-card.featured { border: 2px solid var(--brass-500); position: relative; }
.price-card .flag-draft { position: absolute; top: -0.7rem; right: 1rem; background: var(--brass-500); color: var(--fairway-950); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: .22rem .6rem; border-radius: 99px; }
.price { font-family: var(--display); font-size: 2.6rem; font-weight: 600; color: var(--fairway-800); line-height: 1; }
.price small { font-family: var(--body); font-size: .85rem; font-weight: 600; color: var(--ink-500); letter-spacing: 0; }
.price-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; }
.price-card li { font-size: .9rem; color: var(--ink-700); padding-left: 1.3rem; position: relative; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--brass-600); font-weight: 800; }

/* ---------- faq ---------- */
.faq { max-width: 46rem; margin-top: 1.8rem; display: grid; gap: .6rem; }
.faq details { background: var(--cream-50); border: 1px solid var(--cream-300); border-radius: .8rem; padding: 0; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.2rem; font-weight: 650; font-size: .95rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--display); font-size: 1.3rem; color: var(--brass-600); line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 1.2rem 1.1rem; font-size: .92rem; color: var(--ink-700); max-width: 62ch; }

/* ---------- phones ---------- */
.demo-row { display: grid; gap: 2.2rem; grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); margin-top: 2.4rem; align-items: start; }
.demo-cell { text-align: center; }
.demo-cell .btn { margin-top: 1.1rem; }
.phone {
  width: min(20.5rem, 92vw); margin: 0 auto; aspect-ratio: 9 / 18.6;
  background: var(--fairway-950); border-radius: 2.2rem; padding: .5rem;
  box-shadow: 0 24px 50px rgba(4,24,15,.35), inset 0 0 0 1.5px rgba(217,190,114,.35);
}
.phone iframe { width: 100%; height: 100%; border: 0; border-radius: 1.8rem; background: var(--cream-100); }
.demo-cell h3 { font-family: var(--display); text-transform: uppercase; letter-spacing: .03em; font-weight: 600; font-size: 1.15rem; margin-top: 1.2rem; }
.green .demo-cell h3 { color: var(--cream-50); }
.demo-cell p { font-size: .88rem; color: rgba(249,246,236,.7); max-width: 34ch; margin: .3rem auto 0; }

/* ---------- about / contact / footer ---------- */
.about-quote { border-left: 4px solid var(--brass-500); padding: .3rem 0 .3rem 1.3rem; margin-top: 1.6rem; font-size: 1.05rem; color: var(--ink-700); max-width: 56ch; }
.contact-box { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }

footer.site { background: var(--fairway-950); color: rgba(249,246,236,.65); padding: 2.6rem 0 3rem; font-size: .82rem; }
footer.site .wrap { display: grid; gap: .5rem; }
footer.site .brandline { display: flex; align-items: center; gap: .6rem; color: var(--cream-50); font-family: var(--display); text-transform: uppercase; letter-spacing: .05em; font-size: 1rem; }
footer.site a { color: var(--brass-300); }

.notice-bar { background: var(--brass-200); color: var(--brass-700); font-size: .8rem; text-align: center; padding: .45rem 1rem; font-weight: 600; }
