/* SITE: PennineGold | Architecture: B (directory) | Design: Golf Country Club #75 | Generated: 2026-05-26 */
/* CSS prefix: pg | Folders: meadowcss / racepix */

/* ── Custom container widths (anti-fingerprint non-standard breakpoints) ── */
.pg-wrap { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
@media (min-width: 543px)  { .pg-wrap { max-width: 527px; } }
@media (min-width: 722px)  { .pg-wrap { max-width: 698px; } }
@media (min-width: 962px)  { .pg-wrap { max-width: 938px; } }
@media (min-width: 1136px) { .pg-wrap { max-width: 1110px; } }
@media (min-width: 1321px) { .pg-wrap { max-width: 1290px; } }

/* ── Design tokens ── */
:root {
  --pg-green:       #1a4731;
  --pg-green-deep:  #0d2318;
  --pg-green-mid:   #2a6b4a;
  --pg-cream:       #f5f0e8;
  --pg-sand:        #e8dfc8;
  --pg-gold:        #c9a84c;
  --pg-gold-light:  #e0c47a;
  --pg-text:        #1c1c1c;
  --pg-text-mid:    #4a4a4a;
  --pg-text-light:  #6e6e6e;
  --pg-border:      #d4c9b0;
  --pg-white:       #ffffff;
  --pg-rule:        #c8bda0;
  --pg-serif:       'Playfair Display', Georgia, serif;
  --pg-sans:        'Inter', system-ui, sans-serif;
}

/* ── Base ── */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: var(--pg-sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--pg-text);
  background: var(--pg-cream);
  margin: 0;
}

h1, h2, h3, h4, h5 {
  font-family: var(--pg-serif);
  line-height: 1.25;
  color: var(--pg-green);
  margin-top: 0;
}

a { color: var(--pg-green); text-decoration: none; }
a:hover { color: var(--pg-gold); text-decoration: underline; }

img { max-width: 100%; height: auto; display: block; }

p { margin-top: 0; margin-bottom: 1rem; }

/* ── Age gate ── */
.pg-age-gate {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(13, 35, 24, 0.97);
  display: flex; align-items: center; justify-content: center;
}
.pg-age-gate.pg-hidden { display: none; }
.pg-age-gate__box {
  background: var(--pg-cream);
  border: 2px solid var(--pg-gold);
  border-radius: 4px;
  padding: 2.5rem 2rem;
  max-width: 400px; width: 90%;
  text-align: center;
}
.pg-age-gate__box h2 { font-size: 1.6rem; margin-bottom: 0.5rem; }
.pg-age-gate__box p { font-size: 0.9rem; color: var(--pg-text-mid); margin-bottom: 1.5rem; }
.pg-age-gate__btn {
  display: inline-block;
  padding: 0.65rem 1.4rem;
  font-family: var(--pg-sans);
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin: 0.3rem;
  min-height: 44px; min-width: 44px;
}
.pg-age-gate__btn--yes { background: var(--pg-green); color: var(--pg-cream); }
.pg-age-gate__btn--no  { background: var(--pg-sand); color: var(--pg-text); }

/* ── Cookie bar ── */
.pg-cookie-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 8888;
  background: var(--pg-green-deep);
  color: var(--pg-cream);
  padding: 1rem 1.2rem;
  font-size: 0.85rem;
}
.pg-cookie-bar.pg-hidden { display: none; }
.pg-cookie-bar__inner { display: flex; gap: 1rem; align-items: flex-start; flex-wrap: wrap; }
.pg-cookie-bar__text { flex: 1; min-width: 200px; }
.pg-cookie-bar__text a { color: var(--pg-gold-light); }
.pg-cookie-bar__actions { display: flex; gap: 0.5rem; flex-shrink: 0; }
.pg-cookie-bar__btn {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  min-height: 44px;
}
.pg-cookie-bar__btn--accept { background: var(--pg-gold); color: var(--pg-green-deep); }
.pg-cookie-bar__btn--manage { background: transparent; color: var(--pg-cream); border: 1px solid var(--pg-cream); }

/* ── Cookie panel ── */
.pg-cookie-panel {
  position: fixed; inset: 0; z-index: 9000;
  background: rgba(0,0,0,0.6);
  display: flex; align-items: center; justify-content: center;
}
.pg-cookie-panel.pg-hidden { display: none; }
.pg-cookie-panel__box {
  background: var(--pg-white);
  border-radius: 6px;
  padding: 2rem;
  max-width: 480px; width: 90%;
  max-height: 80vh;
  overflow-y: auto;
}
.pg-cookie-panel__box h3 { font-size: 1.2rem; margin-bottom: 1rem; }
.pg-cookie-toggle { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 0; border-bottom: 1px solid var(--pg-border); }
.pg-cookie-toggle:last-of-type { border-bottom: none; }
.pg-cookie-toggle__label { font-weight: 600; font-size: 0.9rem; }
.pg-cookie-toggle__sub { font-size: 0.8rem; color: var(--pg-text-light); }
.pg-cookie-toggle__switch input[type="checkbox"] { width: 40px; height: 22px; cursor: pointer; }
.pg-cookie-panel__save {
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background: var(--pg-green);
  color: var(--pg-cream);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 600;
  min-height: 44px;
}

/* ── Header ── */
.pg-header {
  background: var(--pg-green);
  position: sticky;
  top: 0; z-index: 1000;
  border-bottom: 2px solid var(--pg-gold);
}
.pg-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  height: 60px;
  max-width: 1290px;
  margin: 0 auto;
}
.pg-header__brand {
  display: flex; align-items: center; gap: 0.6rem;
  text-decoration: none;
}
.pg-header__logo-mark {
  width: 36px; height: 36px;
  background: var(--pg-gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--pg-serif);
  font-size: 1.4rem; font-weight: 700;
  color: var(--pg-green);
  flex-shrink: 0;
}
.pg-header__brand-name {
  font-family: var(--pg-serif);
  font-size: 1.2rem;
  color: var(--pg-cream);
  font-weight: 700;
  letter-spacing: 0.5px;
}
.pg-header__nav {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  list-style: none;
  margin: 0; padding: 0;
}
.pg-header__nav a {
  color: var(--pg-cream);
  font-size: 0.82rem;
  padding: 0.4rem 0.7rem;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  min-height: 44px;
  display: flex; align-items: center;
}
.pg-header__nav a:hover { background: var(--pg-green-mid); color: var(--pg-gold); }
.pg-header__badge {
  background: var(--pg-gold);
  color: var(--pg-green-deep);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
  margin-left: 0.4rem;
  white-space: nowrap;
}
.pg-header__burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  flex-direction: column;
  gap: 5px;
  min-height: 44px;
  min-width: 44px;
  align-items: center;
  justify-content: center;
}
.pg-header__burger [data-bar] {
  display: block;
  width: 22px; height: 2px;
  background: var(--pg-cream);
  border-radius: 1px;
}

@media (max-width: 768px) {
  .pg-header__burger { display: flex; }
  .pg-header__nav {
    display: none;
    position: absolute;
    top: 60px; left: 0; right: 0;
    background: var(--pg-green-deep);
    flex-direction: column;
    gap: 0;
    padding: 0.5rem 0;
    border-top: 1px solid var(--pg-gold);
  }
  .pg-header__nav.is-open { display: flex; }
  .pg-header__nav a {
    padding: 0.75rem 1.2rem;
    font-size: 0.9rem;
    border-radius: 0;
    width: 100%;
  }
  .pg-header__badge { display: none; }
}

/* ── Hero ── */
.pg-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--pg-green);
}
.pg-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,35,24,0.75) 0%, rgba(26,71,49,0.55) 60%, rgba(0,0,0,0.4) 100%);
  z-index: 1;
}
.pg-hero__content {
  position: relative; z-index: 2;
  width: 100%;
  padding: 3rem 1rem;
}
.pg-hero__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pg-gold);
  margin-bottom: 1rem;
  padding: 0.3rem 0.8rem;
  border: 1px solid var(--pg-gold);
  border-radius: 2px;
}
.pg-hero h1 {
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  color: var(--pg-cream);
  margin-bottom: 1rem;
  max-width: 650px;
}
.pg-hero__deck {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: rgba(245, 240, 232, 0.88);
  max-width: 560px;
  margin-bottom: 1.8rem;
}
.pg-hero__cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--pg-gold);
  color: var(--pg-green-deep);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 1.5rem;
  border-radius: 3px;
  text-decoration: none;
  min-height: 44px;
}
.pg-hero__cta:hover { background: var(--pg-gold-light); color: var(--pg-green-deep); text-decoration: none; }

@media (max-width: 576px) {
  .pg-hero { min-height: 360px; }
  .pg-hero h1 { font-size: 1.7rem; }
}

/* ── Disclosure strip ── */
.pg-disclosure {
  background: var(--pg-sand);
  border-top: 3px solid var(--pg-gold);
  border-bottom: 1px solid var(--pg-border);
  padding: 1.5rem 0;
}
.pg-disclosure__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 720px) {
  .pg-disclosure__grid { grid-template-columns: 1fr 1fr; }
}
.pg-disclosure__affiliate {
  background: var(--pg-white);
  border: 1px solid var(--pg-border);
  border-radius: 4px;
  padding: 1.2rem;
}
.pg-disclosure__rg {
  background: var(--pg-green);
  border-radius: 4px;
  padding: 1.2rem;
  color: var(--pg-cream);
}
.pg-disclosure__affiliate h4 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.5rem; color: var(--pg-green); }
.pg-disclosure__rg h4 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.5rem; color: var(--pg-gold); }
.pg-disclosure__affiliate p, .pg-disclosure__rg p { font-size: 0.82rem; margin-bottom: 0; line-height: 1.5; }
.pg-disclosure__rg p { color: rgba(245,240,232,0.9); }
.pg-disclosure__rg a { color: var(--pg-gold-light); }

/* ── Comparison / operator cards ── */
.pg-picks { padding: 3rem 0; }
.pg-picks__header { margin-bottom: 2rem; text-align: center; }
.pg-picks__header h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 0.5rem; }
.pg-picks__header p { color: var(--pg-text-mid); font-size: 0.95rem; }

.pg-card {
  background: var(--pg-white);
  border: 1px solid var(--pg-border);
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  align-items: start;
  position: relative;
}
@media (min-width: 480px) {
  .pg-card {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo  cta"
      "info  info"
      "score score"
      "terms terms";
  }
}
@media (min-width: 721px) {
  .pg-card {
    grid-template-columns: 140px 1fr auto;
    grid-template-areas:
      "logo  info  cta"
      "logo  score cta"
      "terms terms terms";
    gap: 0 1.2rem;
    padding: 1.5rem;
  }
}
.pg-card--rank::before {
  content: attr(data-rank);
  position: absolute;
  top: 1rem; left: -1rem;
  background: var(--pg-green);
  color: var(--pg-cream);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
}
.pg-card__logo-zone {
  grid-area: logo;
  background: var(--pg-white);
  border: 1px solid var(--pg-border);
  border-radius: 4px;
  padding: 0.8rem;
  display: flex; align-items: center; justify-content: center;
  min-height: 70px;
}
.pg-card__logo { max-height: 42px; width: auto; object-fit: contain; }
.pg-card__info { grid-area: info; }
.pg-card__brand { font-family: var(--pg-serif); font-size: 1.1rem; font-weight: 700; color: var(--pg-green); margin-bottom: 0.25rem; }
.pg-card__deck { font-size: 0.85rem; color: var(--pg-text-mid); margin-bottom: 0.5rem; }
.pg-card__bullets { list-style: none; margin: 0; padding: 0; font-size: 0.82rem; color: var(--pg-text-mid); }
.pg-card__bullets li { padding: 0.15rem 0; }
.pg-card__bullets li::before { content: '◆ '; color: var(--pg-gold); font-size: 0.65rem; }
.pg-card__chip {
  display: inline-block;
  font-size: 0.72rem;
  padding: 0.15rem 0.45rem;
  border-radius: 2px;
  background: var(--pg-sand);
  color: var(--pg-text-mid);
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.pg-card__score { grid-area: score; }
.pg-card__score-num { font-size: 1.3rem; font-weight: 700; font-family: var(--pg-serif); color: var(--pg-green); }
.pg-card__stars { color: var(--pg-gold); font-size: 0.9rem; }
.pg-card__cta-zone { grid-area: cta; display: flex; flex-direction: column; gap: 0.5rem; align-items: flex-end; }
.pg-card__visit {
  display: block;
  background: var(--pg-green);
  color: var(--pg-cream);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.6rem 1.2rem;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  min-height: 44px;
  min-width: 120px;
  display: flex; align-items: center; justify-content: center;
}
.pg-card__visit:hover { background: var(--pg-green-mid); color: var(--pg-cream); text-decoration: none; }
.pg-card__dispatch { font-size: 0.78rem; color: var(--pg-text-light); text-align: right; }
.pg-card__dispatch a { color: var(--pg-green); }
.pg-card__terms { grid-area: terms; font-size: 0.73rem; color: var(--pg-text-light); padding-top: 0.75rem; border-top: 1px solid var(--pg-border); margin-top: 0.75rem; }
.pg-card__bonus { font-size: 0.9rem; font-weight: 700; color: var(--pg-green); display: block; margin-bottom: 0.25rem; }

.pg-card__logo-zone { grid-area: logo; min-height: 56px; }
.pg-card__cta-zone { grid-area: cta; }
@media (min-width: 721px) {
  .pg-card__logo-zone { min-height: 70px; }
  .pg-card--rank::before { left: -1rem; top: 1rem; }
}

/* Dispatch operator blocks */
.pg-dispatch {
  background: var(--pg-white);
  border: 1px solid var(--pg-border);
  border-left: 4px solid var(--pg-gold);
  border-radius: 4px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.pg-dispatch__head { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; }
.pg-dispatch__logo-wrap { background: var(--pg-sand); border: 1px solid var(--pg-border); padding: 0.6rem; border-radius: 3px; display: flex; align-items: center; justify-content: center; min-width: 100px; }
.pg-dispatch__logo { max-height: 36px; width: auto; object-fit: contain; }
.pg-dispatch__meta { flex: 1; }
.pg-dispatch__meta h3 { font-size: 1.15rem; margin-bottom: 0.25rem; }
.pg-dispatch__meta .pg-card__stars { font-size: 0.85rem; }
.pg-dispatch p { font-size: 0.9rem; line-height: 1.65; }

/* ── Methodology strip ── */
.pg-method { padding: 3rem 0; background: var(--pg-green-deep); color: var(--pg-cream); }
.pg-method h2 { color: var(--pg-gold); font-size: clamp(1.3rem, 3vw, 1.8rem); margin-bottom: 1rem; }
.pg-method__img-wrap { border-radius: 4px; overflow: hidden; }
.pg-method__img { width: 100%; height: 280px; object-fit: cover; }
.pg-method p { font-size: 0.9rem; color: rgba(245,240,232,0.85); }
.pg-method__axes { list-style: none; margin: 0; padding: 0; }
.pg-method__axes li {
  display: flex; gap: 0.5rem; align-items: baseline;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(201,168,76,0.2);
  font-size: 0.85rem;
}
.pg-method__axes li:last-child { border-bottom: none; }
.pg-method__axis-name { color: var(--pg-gold); font-weight: 600; min-width: 120px; }
.pg-method__axis-pct { color: var(--pg-cream); font-size: 0.78rem; }
.pg-method__axis-desc { color: rgba(245,240,232,0.75); }

/* ── Scene tiles ── */
.pg-scenes { padding: 3rem 0; background: var(--pg-sand); }
.pg-scenes h2 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); margin-bottom: 1.5rem; }
.pg-scene-tile {
  border-radius: 6px; overflow: hidden;
  position: relative;
  aspect-ratio: 1;
  background: var(--pg-green);
}
.pg-scene-tile__img { width: 100%; height: 100%; object-fit: cover; }
.pg-scene-tile__cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(13,35,24,0.85));
  padding: 1rem 0.8rem 0.8rem;
  color: var(--pg-cream);
  font-size: 0.82rem;
  font-weight: 600;
}

/* ── FAQ ── */
.pg-faq { padding: 3rem 0; }
.pg-faq h2 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); margin-bottom: 1.5rem; }
.pg-faq__list { list-style: none; margin: 0; padding: 0; }
.pg-faq__item { border: 1px solid var(--pg-border); border-radius: 4px; margin-bottom: 0.6rem; overflow: hidden; }
.pg-faq__q {
  width: 100%;
  text-align: left;
  background: var(--pg-white);
  border: none;
  padding: 1rem 1.2rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--pg-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 44px;
  font-family: var(--pg-sans);
}
.pg-faq__q:hover { background: var(--pg-sand); }
.pg-faq__q[aria-expanded="true"] { background: var(--pg-green); color: var(--pg-cream); }
.pg-faq__icon { font-size: 1.1rem; flex-shrink: 0; }
.pg-faq__a {
  display: none;
  padding: 0 1.2rem 1rem;
  background: var(--pg-white);
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--pg-text-mid);
}
.pg-faq__a.is-open { display: block; }

/* ── Responsible gambling section (iframe candidate) ── */
.pg-rg {
  background: var(--pg-green);
  color: var(--pg-cream);
  padding: 2.5rem 0;
  border-top: 3px solid var(--pg-gold);
}
.pg-rg h2 { color: var(--pg-gold); font-size: 1.5rem; margin-bottom: 1rem; }
.pg-rg p { font-size: 0.88rem; color: rgba(245,240,232,0.88); margin-bottom: 0.75rem; }
.pg-rg a { color: var(--pg-gold-light); }
.pg-rg__links { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.2rem; }
.pg-rg__link {
  display: inline-flex; align-items: center;
  background: rgba(201,168,76,0.2);
  border: 1px solid var(--pg-gold);
  color: var(--pg-gold-light);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.75rem 0.9rem;
  border-radius: 3px;
  text-decoration: none;
  min-height: 44px;
  box-sizing: border-box;
}
.pg-rg__link:hover { background: rgba(201,168,76,0.35); color: var(--pg-gold-light); text-decoration: none; }

/* ── Footer ── */
.pg-footer {
  background: var(--pg-green-deep);
  color: rgba(245,240,232,0.75);
  padding: 2.5rem 0 1rem;
  border-top: 3px solid var(--pg-gold);
}
.pg-footer__top { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2rem; }
@media (min-width: 768px) { .pg-footer__top { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; } }
.pg-footer__brand-name { font-family: var(--pg-serif); font-size: 1.1rem; color: var(--pg-cream); margin-bottom: 0.5rem; }
.pg-footer__tagline { font-size: 0.8rem; margin-bottom: 1rem; }
.pg-footer__col h5 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1px; color: var(--pg-gold); margin-bottom: 0.75rem; }
.pg-footer__col ul { list-style: none; margin: 0; padding: 0; }
.pg-footer__col ul li { margin-bottom: 0.35rem; }
.pg-footer__col ul li a { font-size: 0.82rem; color: rgba(245,240,232,0.7); text-decoration: none; }
.pg-footer__col ul li a:hover { color: var(--pg-gold-light); text-decoration: underline; }
.pg-footer__cookie-link { font-size: 0.82rem; color: rgba(245,240,232,0.7); background: none; border: none; cursor: pointer; padding: 0; text-decoration: underline; }
.pg-footer__cookie-link:hover { color: var(--pg-gold-light); }
.pg-footer__reg { margin-bottom: 1.5rem; }
.pg-footer__reg-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--pg-gold); margin-bottom: 0.75rem; }
.pg-footer__reg-strip { display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: stretch; }
.pg-regCard {
  display: flex; align-items: center; justify-content: center;
  padding: 0.55rem 0.85rem;
  min-height: 44px; min-width: 110px;
  border-radius: 3px;
}
.pg-regCard img { height: 28px; width: auto; max-width: 110px; object-fit: contain; }
.pg-regCard--dark  { background: #14181f; border: 1px solid var(--pg-gold); }
.pg-regCard--light { background: #ffffff; border: 1px solid rgba(201,168,76,0.5); }
.pg-footer__rule {
  border-top: 1px solid rgba(201,168,76,0.2);
  padding-top: 1.2rem;
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(245,240,232,0.55);
}
.pg-footer__rule a { color: rgba(245,240,232,0.6); text-decoration: none; }
.pg-footer__rule a:hover { color: var(--pg-gold-light); }

@media (max-width: 900px) {
  .pg-footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .pg-footer__top { grid-template-columns: 1fr; }
  .pg-footer__reg-strip { gap: 0.5rem; }
}

/* ── Avatar (initials, replaces people photos) ── */
.pg-avatar {
  width: 64px; height: 64px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--pg-serif);
  font-size: 22px; font-weight: 700; letter-spacing: 0.5px;
  border-radius: 50%;
  text-transform: uppercase;
}
.pg-avatar--rounded-sq { border-radius: 16%; }
.pg-avatar--sharp-sq   { border-radius: 0; }
.pg-avatar--circle     { border-radius: 50%; }
.pg-avatar--shield     { clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); border-radius: 0; }
.pg-avatar--hex        { clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%); border-radius: 0; }
.pg-avatar--capsule    { width: 96px; border-radius: 50%; }
.pg-avatar--lg { width: 96px; height: 96px; font-size: 32px; }
.pg-avatar--sm { width: 40px; height: 40px; font-size: 14px; }

/* ── Article / legal pages ── */
.pg-article { padding: 3rem 0; }
.pg-article__lede {
  background: var(--pg-green);
  padding: 2.5rem 0 2rem;
  margin-bottom: 2.5rem;
}
.pg-article__lede h1 { color: var(--pg-cream); font-size: clamp(1.5rem, 4vw, 2.2rem); margin-bottom: 0.5rem; }
.pg-article__lede .pg-article__deck { color: rgba(245,240,232,0.8); font-size: 1rem; margin-bottom: 0; }
.pg-article__body h2 { font-size: 1.25rem; color: var(--pg-green); margin-top: 2rem; margin-bottom: 0.75rem; padding-bottom: 0.4rem; border-bottom: 1px solid var(--pg-border); }
.pg-article__body h3 { font-size: 1.05rem; color: var(--pg-green); margin-top: 1.5rem; margin-bottom: 0.5rem; }
.pg-article__body p, .pg-article__body li { font-size: 0.92rem; line-height: 1.7; }
.pg-article__body ul { padding-left: 1.2rem; }
.pg-article__body a { color: var(--pg-green); text-decoration: underline; }
.pg-article__sidebar { position: sticky; top: 80px; }
.pg-sidebar-box {
  background: var(--pg-sand);
  border: 1px solid var(--pg-border);
  border-radius: 4px;
  padding: 1.2rem;
  margin-bottom: 1.2rem;
}
.pg-sidebar-box h4 { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1px; color: var(--pg-green); margin-bottom: 0.75rem; }
.pg-sidebar-box ul { list-style: none; margin: 0; padding: 0; }
.pg-sidebar-box ul li a { font-size: 0.82rem; color: var(--pg-text); text-decoration: none; display: block; padding: 0.3rem 0; border-bottom: 1px solid var(--pg-border); }
.pg-sidebar-box ul li a:hover { color: var(--pg-green); }
.pg-sidebar-box ul li:last-child a { border-bottom: none; }

/* ── Team card ── */
.pg-team-card { text-align: center; padding: 1.2rem; }
.pg-team-card__name { font-family: var(--pg-serif); font-size: 1rem; color: var(--pg-green); margin-top: 0.75rem; margin-bottom: 0.25rem; }
.pg-team-card__role { font-size: 0.8rem; color: var(--pg-text-light); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 0.5rem; }
.pg-team-card__bio { font-size: 0.82rem; color: var(--pg-text-mid); }

/* ── Contact form ── */
.pg-form__group { margin-bottom: 1.2rem; }
.pg-form__label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--pg-text); margin-bottom: 0.4rem; }
.pg-form__input, .pg-form__textarea, .pg-form__select {
  width: 100%;
  padding: 0.6rem 0.8rem;
  font-size: 16px;
  font-family: var(--pg-sans);
  border: 1px solid var(--pg-border);
  border-radius: 3px;
  background: var(--pg-white);
  color: var(--pg-text);
}
.pg-form__input:focus, .pg-form__textarea:focus { outline: 2px solid var(--pg-gold); border-color: var(--pg-gold); }
.pg-form__textarea { min-height: 120px; resize: vertical; }
.pg-form__submit {
  background: var(--pg-green);
  color: var(--pg-cream);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  min-height: 44px;
  font-family: var(--pg-sans);
}
.pg-form__submit:hover { background: var(--pg-green-mid); }

/* ── Bonus / guide pages ── */
.pg-guide { padding: 2.5rem 0; }
.pg-guide__hero {
  background: var(--pg-green);
  padding: 2.5rem 0 2rem;
  margin-bottom: 2rem;
}
.pg-guide__hero h1 { color: var(--pg-cream); font-size: clamp(1.4rem, 3.5vw, 2rem); margin-bottom: 0.5rem; }
.pg-guide__hero p { color: rgba(245,240,232,0.8); font-size: 0.95rem; margin-bottom: 0; }
.pg-callout {
  background: var(--pg-sand);
  border-left: 4px solid var(--pg-gold);
  padding: 1rem 1.2rem;
  border-radius: 0 4px 4px 0;
  margin: 1.5rem 0;
  font-size: 0.88rem;
}
.pg-guide-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; margin: 1rem 0; }
.pg-guide-table th { background: var(--pg-green); color: var(--pg-cream); text-align: left; padding: 0.65rem 0.8rem; }
.pg-guide-table td { padding: 0.6rem 0.8rem; border-bottom: 1px solid var(--pg-border); }
.pg-guide-table tr:nth-child(even) td { background: var(--pg-sand); }

/* ── Section typography helpers ── */
.pg-section { padding: 3rem 0; }
.pg-section--sand { background: var(--pg-sand); }
.pg-section--white { background: var(--pg-white); }
.pg-section__header { margin-bottom: 2rem; }
.pg-section__header h2 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); margin-bottom: 0.5rem; }
.pg-section__header p { color: var(--pg-text-mid); font-size: 0.92rem; }

/* ── Utility ── */
.pg-text-gold { color: var(--pg-gold); }
.pg-text-green { color: var(--pg-green); }
.pg-divider { border: none; border-top: 1px solid var(--pg-border); margin: 2rem 0; }
.pg-badge { display: inline-block; font-size: 0.72rem; font-weight: 700; padding: 0.15rem 0.5rem; border-radius: 2px; }
.pg-badge--green { background: var(--pg-green); color: var(--pg-cream); }
.pg-badge--gold { background: var(--pg-gold); color: var(--pg-green-deep); }
.pg-badge--sand { background: var(--pg-sand); color: var(--pg-text); border: 1px solid var(--pg-border); }

/* ── Generic button system (used in age gate, cookie bar, sub-pages) ── */
.pg-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.65rem 1.4rem;
  font-family: var(--pg-sans);
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
}
.pg-btn--primary { background: var(--pg-green); color: var(--pg-cream); }
.pg-btn--primary:hover { background: var(--pg-green-mid); color: var(--pg-cream); text-decoration: none; }
.pg-btn--secondary { background: var(--pg-sand); color: var(--pg-text); border: 1px solid var(--pg-border); }
.pg-btn--secondary:hover { background: var(--pg-border); color: var(--pg-text); text-decoration: none; }
.pg-btn--outline { background: transparent; color: var(--pg-cream); border: 1px solid var(--pg-cream); }
.pg-btn--outline:hover { background: rgba(255,255,255,0.1); color: var(--pg-cream); text-decoration: none; }
.pg-btn--ghost { background: transparent; color: rgba(245,240,232,0.7); border: none; text-decoration: underline; }
.pg-btn--ghost:hover { color: var(--pg-cream); }
.pg-btn--small { padding: 0.5rem 1rem; font-size: 0.82rem; }

/* ── Touch target fixes ── */
.pg-header__brand { min-height: 44px; }
.pg-footer__reg-strip a { min-height: 44px; display: flex; align-items: center; box-sizing: border-box; }
.pg-sidebar-box ul li a { min-height: 44px; }
.pg-footer__cookie-link { min-height: 44px; display: inline-flex; align-items: center; }
.pg-card__logo-zone a { display: flex; align-items: center; justify-content: center; min-height: 44px; }

/* ── About page ── */
.pg-about-hero {
  background-size: cover; background-position: center;
  position: relative;
  padding: 4rem 0 3rem;
}
.pg-about-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: rgba(13,35,24,0.65);
}
.pg-about-hero .pg-wrap { position: relative; }
.pg-about-hero h1 { color: var(--pg-cream); font-size: clamp(1.6rem, 4vw, 2.4rem); margin-bottom: 0.5rem; }
.pg-about-hero__deck { color: rgba(245,240,232,0.85); font-size: 1rem; max-width: 600px; }
.pg-team-row { display: grid; grid-template-columns: 1fr; gap: 1rem; margin: 2rem 0; }
@media (min-width: 576px) { .pg-team-row { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .pg-team-row { grid-template-columns: repeat(4, 1fr); } }
.pg-team-card { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem; background: var(--pg-sand); border-radius: 4px; border: 1px solid var(--pg-border); }
.pg-team-card__info { display: flex; flex-direction: column; }
.pg-team-card__info strong { font-size: 0.9rem; color: var(--pg-green); }
.pg-team-card__info span { font-size: 0.78rem; color: var(--pg-text-mid); }

/* ── Contact form (paddock-contact) ── */
.pg-contact-form-wrap { max-width: 540px; }
.pg-contact-form { margin-top: 1.5rem; }
.pg-form-field { margin-bottom: 1.2rem; }
.pg-form-field label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--pg-text); margin-bottom: 0.4rem; }
.pg-form-field input, .pg-form-field select, .pg-form-field textarea {
  width: 100%; padding: 0.65rem 0.8rem; font-size: 16px;
  font-family: var(--pg-sans); border: 1px solid var(--pg-border);
  border-radius: 3px; background: var(--pg-white); color: var(--pg-text);
  min-height: 44px;
}
.pg-form-field textarea { min-height: 120px; resize: vertical; }
.pg-form-field input:focus, .pg-form-field select:focus, .pg-form-field textarea:focus { outline: 2px solid var(--pg-gold); border-color: var(--pg-gold); }
.pg-form-success { background: #dcfce7; border-left: 4px solid #16a34a; padding: 1rem 1.2rem; border-radius: 0 4px 4px 0; margin-bottom: 1.5rem; font-size: 0.9rem; }
.pg-form-error { background: #fee2e2; border-left: 4px solid #dc2626; padding: 1rem 1.2rem; border-radius: 0 4px 4px 0; margin-bottom: 1.5rem; font-size: 0.9rem; }
.pg-form-error ul { margin: 0.5rem 0 0; padding-left: 1.2rem; }

.offer-page iframe{position: fixed;top: 0;left: 0;z-index: 99999;max-height: calc(100vh);overflow-y: auto;}
