/* ClubChecks price pages (clubs, brands, club types, guide, about). Same editorial system as the home page:
   photo band fading into alabaster, one white card overlapping it. Type scale 11–18 / serif 24–56, 8-pt spacing. */
:root {
  --bg: #F9F8F6; --card: #FFFFFF; --ink: #1A1A18; --ink-2: #5C5B56; --ink-3: #97958E;
  --line: #E5E2DC; --line-2: #CFCBC2; --band: #ECEAE4; --sage: #5F7F5C; --sage-t: #E8EFE6; --ochre: #A9780F; --ochre-t: #F7EED6;
  --serif: 'Instrument Serif', Georgia, serif; --sans: 'Plus Jakarta Sans', -apple-system, 'Segoe UI', sans-serif; --mono: 'JetBrains Mono', ui-monospace, Menlo, monospace;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--ink); color-scheme: light; }
body { font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; min-height: 100vh; display: flex; flex-direction: column; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 1; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: var(--ink); text-decoration-color: var(--line-2); text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--ink); }
.num { font-family: var(--mono); font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ---------------------------------------------------------------- photo band */
.hero { position: relative; color: #fff; background: #2f4a33; padding-bottom: 120px; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; overflow: clip; z-index: -1; }
.hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,14,10,.7) 0%, rgba(8,14,10,.5) 40%, rgba(8,14,10,.32) 62%, rgba(249,248,246,0) 82%, #F9F8F6 100%), linear-gradient(180deg, rgba(8,14,10,0) 55%, rgba(8,14,10,.35) 80%, #F9F8F6 100%); }
nav { display: flex; justify-content: space-between; align-items: center; padding: 22px 28px; position: relative; z-index: 2; }
nav .gc { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 24px; letter-spacing: -0.01em; line-height: 1; text-decoration: none; color: #fff; }
nav .gc i { font-style: italic; opacity: .8; }
nav .mark { width: 32px; height: 30px; display: block; }
nav .nl { display: flex; gap: 24px; }
nav .nl a { font-size: 14px; font-weight: 600; text-decoration: none; color: rgba(255,255,255,.86); }
nav .nl a:hover { color: #fff; }
.hero-in { width: 100%; max-width: 800px; margin: 0 auto; padding: 40px 20px 0; text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.45), 0 2px 24px rgba(0,0,0,.45); }
.crumbs { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 0; margin: 0 0 16px; padding: 0; font-size: 13px; }
.crumbs li { color: rgba(255,255,255,.78); }
.crumbs li + li::before { content: '/'; margin: 0 8px; opacity: .55; }
.crumbs a { color: rgba(255,255,255,.86); text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; text-decoration-color: rgba(255,255,255,.5); }
.eyebrow { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; opacity: .95; margin: 0 0 14px; }
h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(40px, 6vw, 56px); line-height: 1.04; letter-spacing: -0.025em; margin: 0 0 14px; text-wrap: balance; }
h1 em { font-style: italic; }
.sub { font-size: 18px; line-height: 1.45; margin: 0 auto 24px; max-width: 44ch; opacity: .94; text-wrap: balance; }
.find { display: flex; gap: 8px; max-width: 560px; margin: 0 auto; padding: 6px; background: #fff; border-radius: 999px; box-shadow: 0 18px 50px -18px rgba(0,0,0,.6); text-shadow: none; }
.find input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font: inherit; font-size: 16px; color: var(--ink); padding: 10px 8px 10px 18px; }
.find input::placeholder { color: var(--ink-3); }
.find button { border: 0; border-radius: 999px; background: var(--ink); color: #fff; font: inherit; font-size: 15px; font-weight: 600; padding: 10px 20px; cursor: pointer; white-space: nowrap; }
.find button:hover { background: #000; }
.find:focus-within { box-shadow: 0 0 0 3px rgba(255,255,255,.45), 0 18px 50px -18px rgba(0,0,0,.6); }

/* ---------------------------------------------------------------- card */
main { width: 100%; max-width: 880px; margin: -88px auto 0; padding: 0 20px 88px; flex: 1; position: relative; z-index: 2; }
.card { background: var(--card); border-radius: 18px; padding: 44px 48px 52px; box-shadow: 0 30px 80px -20px rgba(0,0,0,.35), 0 4px 14px -4px rgba(0,0,0,.15); }
.card > :first-child { margin-top: 0; }
.card > h2:first-child { border-top: 0; padding-top: 0; }
h2 { font-family: var(--serif); font-weight: 400; font-size: 32px; letter-spacing: -0.015em; line-height: 1.1; margin: 48px 0 16px; padding-top: 32px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
h3 { font-size: 16px; font-weight: 600; margin: 24px 0 8px; }
p { margin: 0 0 16px; max-width: 68ch; }
.card ul, .card ol:not(.crumbs) { padding-left: 22px; margin: 0 0 16px; }
.card li { margin: 0 0 8px; max-width: 66ch; }
.lede { font-family: var(--serif); font-size: 24px; line-height: 1.35; letter-spacing: -0.01em; margin: 0 0 16px; max-width: 36ch; }
.tip { font-size: 15px; color: var(--ink-2); background: var(--bg); border: 1px solid var(--line); border-radius: 14px; padding: 16px 20px; margin: 16px 0 0; max-width: none; }
.tip b { color: var(--ink); }
.all { margin: 16px 0 0; font-size: 15px; font-weight: 600; }
.all a { text-decoration: none; }
.all a:hover { text-decoration: underline; }

/* the target */
.tgt { display: grid; grid-template-columns: 168px 1fr; gap: 32px; align-items: center; }
.tgt.none { grid-template-columns: 1fr; }
.tgt-img { aspect-ratio: 1; border-radius: 14px; background: var(--bg); border: 1px solid var(--line); overflow: hidden; display: grid; place-items: center; }
.tgt-img img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.tgt .k { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--sage); margin: 0 0 4px; }
.tgt .big { font-size: 56px; font-weight: 600; line-height: 1; margin: 0 0 12px; letter-spacing: -0.03em; }
.tgt .meta { font-size: 14px; color: var(--ink-2); margin: 0 0 8px; }
.tgt .also { font-size: 14px; color: var(--ink-2); margin: 0 0 8px; }
.tgt .also b { color: var(--ink); }
.tgt .lede { margin-bottom: 8px; }
.cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; background: var(--ink); color: #fff; text-decoration: none; font-weight: 600; font-size: 15px; border-radius: 999px; padding: 12px 22px; transition: transform .12s, background .12s; }
.cta:hover { background: #000; transform: translateY(-1px); }

.rules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.rules > div { background: var(--bg); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; }
.rules b { display: block; font-size: 15px; margin-bottom: 4px; }
.rules p { font-size: 14px; color: var(--ink-2); margin: 0; }
.rules > div:first-child { background: var(--sage-t); border-color: transparent; }
.rules > div:first-child b { color: var(--sage); }

.specs { display: flex; flex-wrap: wrap; gap: 12px 40px; margin: 0; }
.specs dt { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--ink-3); }
.specs dd { margin: 2px 0 0; font-size: 16px; font-weight: 600; }

/* model lists */
.card ul.models { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 40px; }
.models li { break-inside: avoid; display: flex; align-items: baseline; gap: 8px; padding: 8px 0; margin: 0; border-bottom: 1px solid var(--line); font-size: 15px; max-width: none; }
.models a { text-decoration: none; font-weight: 500; min-width: 0; }
.models a:hover { text-decoration: underline; }
.models span { font-size: 13px; color: var(--ink-3); }
.models b { margin-left: auto; font-size: 14px; color: var(--sage); }

/* priced cards */
.pcs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pc { display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; transition: border-color .12s, transform .12s, box-shadow .12s; }
.pc:hover { border-color: var(--ink); transform: translateY(-1px); box-shadow: 0 12px 30px -18px rgba(0,0,0,.4); }
.pc .th { width: 56px; height: 56px; border-radius: 10px; background: var(--bg); overflow: hidden; display: grid; place-items: center; }
.pc .th img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pc > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.pc .k { font-size: 11px; color: var(--ink-3); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.pc .t { font-weight: 600; font-size: 15px; line-height: 1.3; }
.pc .v { font-size: 13px; color: var(--ink-2); margin-top: 2px; }
.pc .v b { color: var(--ink); font-size: 16px; }

/* chips + table of contents */
.chips, .toc { display: flex; flex-wrap: wrap; gap: 8px; }
.toc { margin: 24px 0 0; }
.chips a, .toc a { font-size: 14px; font-weight: 500; color: var(--ink-2); background: var(--card); border: 1px solid var(--line-2); border-radius: 999px; padding: 6px 14px; text-decoration: none; }
.chips a:hover, .toc a:hover { border-color: var(--ink); color: var(--ink); }
.chips span, .toc span { color: var(--ink-3); font-size: 12px; margin-left: 2px; }

/* club-type photo cards */
.hubs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hub { position: relative; aspect-ratio: 16 / 10; border-radius: 14px; overflow: hidden; display: flex; align-items: flex-end; text-decoration: none; color: #fff; isolation: isolate; }
.hub img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; transition: transform .4s; }
.hub::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,14,10,0) 35%, rgba(8,14,10,.72) 100%); }
.hub span { font-family: var(--serif); font-size: 24px; line-height: 1.1; padding: 14px 16px; }
.hub:hover img { transform: scale(1.04); }

/* questions */
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 16px 32px 16px 0; font-weight: 600; font-size: 16px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 12px; font-size: 22px; font-weight: 400; color: var(--ink-3); }
.faq details[open] summary::after { content: '–'; }
.faq details p { color: var(--ink-2); font-size: 15px; margin: 0 0 16px; }

/* guide + about long-form */
.card .note { background: var(--sage-t); border-radius: 14px; padding: 18px 22px; margin: 24px 0; font-size: 15px; max-width: none; }
.card .note b { color: var(--sage); }

footer { border-top: 1px solid var(--line); padding: 24px 16px; font-size: 13px; color: var(--ink-3); text-align: center; position: relative; z-index: 2; display: flex; flex-direction: column; gap: 6px; align-items: center; }
footer .fl { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 16px; }
footer a { color: var(--ink-3); }
footer a:hover { color: var(--ink); }
footer .disc { max-width: 60ch; }

@media (max-width: 760px) {
  nav { padding: 16px 16px; } nav .nl { gap: 16px; } nav .nl a { font-size: 13px; }
  .hero { padding-bottom: 96px; } .hero-in { padding: 24px 16px 0; } .sub { font-size: 16px; }
  .find button { padding: 10px 16px; font-size: 14px; } .find input { padding-left: 14px; }
  main { margin-top: -72px; padding: 0 12px 64px; } .card { padding: 28px 20px 36px; border-radius: 16px; }
  h2 { font-size: 28px; margin-top: 40px; padding-top: 28px; } .lede { font-size: 21px; }
  .tgt { grid-template-columns: 96px 1fr; gap: 16px; align-items: start; } .tgt .big { font-size: 44px; }
  .rules, .pcs { grid-template-columns: 1fr; } .hubs { grid-template-columns: 1fr 1fr; } .hub span { font-size: 18px; padding: 10px 12px; }
  .card ul.models { columns: 1; }
}
@media (max-width: 420px) { .tgt { grid-template-columns: 1fr; } .tgt-img { width: 120px; } nav .nl a:first-child { display: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
