:root {
  --bgw-canvas: #faf7f2;
  --bgw-paper: #fffdf9;
  --bgw-ink: #212324;
  --bgw-text: #343738;
  --bgw-blue: #b6cbe0;
  --bgw-deep: #214c59;
  --bgw-peach: #ffc99d;
  --bgw-line: rgb(33 35 36 / 24%);
  --bgw-gutter: clamp(1rem, 3vw, 2.5rem);
  --bgw-wide: 1360px;
  --bgw-reading: 720px;
  --bgw-focus: #005fcc;
  --bgw-display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --bgw-body: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { min-width: 0; margin: 0; background: var(--bgw-canvas); color: var(--bgw-ink); font-family: var(--bgw-body); font-size: 1rem; line-height: 1.6; overflow-wrap: break-word; }
body.menu-is-open { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--bgw-focus); outline-offset: 3px; }
button { font: inherit; }
h1, h2, h3, h4 { font-family: var(--bgw-display); font-weight: 800; line-height: .98; text-wrap: balance; }
h1 { font-size: clamp(2.625rem, 5vw, 3.5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.035em; }
p, li { max-width: 75ch; }
.site-shell { width: min(100%, calc(var(--bgw-wide) + (2 * var(--bgw-gutter)))); margin-inline: auto; padding-inline: var(--bgw-gutter); }
.reading-width { max-width: var(--bgw-reading); }
.site-main { width: 100% !important; max-width: calc(var(--bgw-wide) + (2 * var(--bgw-gutter))) !important; min-height: 55vh; margin-inline: auto !important; padding-block: clamp(4rem, 8vw, 8rem); }
.site-main > .wp-block-post-title, .site-main > .wp-block-post-content { width: 100%; max-width: none !important; margin-inline: 0 !important; }
.site-main > :first-child { margin-top: 0; }
.site-main--home { padding-block: 0; }
.page-intro { padding-block: clamp(2rem, 5vw, 5rem); border-bottom: 1px solid var(--bgw-line); }
.section-shell { padding-block: clamp(3.5rem, 7vw, 7rem); }
.eyebrow, .menu-kicker { font-size: .75rem; font-weight: 750; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.editorial-item { padding-block: 2rem; border-top: 1px solid var(--bgw-line); }
.error-page { padding-block: clamp(5rem, 12vw, 11rem); }

.skip-link, .wp-block-template-skip-link { position: fixed !important; z-index: 1000; top: .75rem; left: .75rem; padding: .75rem 1rem !important; background: var(--bgw-paper) !important; color: var(--bgw-ink) !important; font-weight: 700; transform: translateY(-200%); }
.skip-link:focus, .wp-block-template-skip-link:focus { transform: none; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgb(250 247 242 / 96%); border-bottom: 1px solid var(--bgw-line); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; gap: clamp(.75rem, 1.5vw, 1.5rem); min-height: 76px; }
.site-brand { display: inline-flex; flex: 0 0 auto; align-items: center; width: clamp(9.5rem, 13vw, 12rem); text-decoration: none; }
.site-brand img { width: 100%; }
.desktop-nav { min-width: 0; margin-left: auto; }
.desktop-nav .menu, .footer-nav .menu, .footer-legal .menu { display: flex; align-items: stretch; margin: 0; padding: 0; list-style: none; }
.desktop-nav a { display: flex; min-height: 76px; align-items: center; padding-inline: clamp(.4rem, .65vw, .7rem); font-size: clamp(.7rem, .82vw, .8125rem); font-weight: 700; text-decoration: none; white-space: nowrap; }
.desktop-nav a:hover { background: var(--bgw-paper); }
.desktop-nav .current-menu-item > a, .desktop-nav .current-menu-ancestor > a { box-shadow: inset 0 -3px var(--bgw-ink); }
.desktop-nav .menu-item-academy a { flex-direction: column; justify-content: center; line-height: 1; }
.desktop-nav small { display: block; margin-top: .25rem; color: var(--bgw-deep); font-size: .5rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.desktop-actions { display: flex; flex: 0 0 auto; align-items: center; gap: .85rem; font-size: .8125rem; font-weight: 750; }
.membership-link { padding-block: .5rem; text-underline-offset: .3em; }
.reserve-link { min-height: 46px; display: inline-flex; align-items: center; padding: .7rem 1rem; background: var(--bgw-ink); color: var(--bgw-paper); text-decoration: none; }
.action-arrow { flex: 0 0 auto; margin-left: .25em; font-size: 1.05em; line-height: 1; }
.menu-toggle { display: none; min-width: 74px; min-height: 48px; align-items: center; justify-content: space-between; gap: .6rem; padding: .5rem; border: 0; background: transparent; color: var(--bgw-ink); font-size: .8125rem; font-weight: 750; cursor: pointer; }
.menu-icon { display: grid; gap: 5px; width: 20px; }
.menu-icon i { display: block; height: 2px; background: currentColor; transition: transform .18s ease; }
.menu-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { max-height: calc(100dvh - 68px); overflow-y: auto; background: var(--bgw-canvas); border-top: 1px solid var(--bgw-line); }
.mobile-menu[hidden] { display: none; }
.mobile-menu-inner { padding-block: 1.875rem 3.125rem; }
.mobile-menu .menu { margin: 0; padding: 0; list-style: none; }
.menu-kicker { margin: 0 0 .625rem; }
.mobile-structure a { display: flex; min-height: 48px; align-items: baseline; justify-content: space-between; gap: .75rem; padding: .65rem 0; border-bottom: 1px solid var(--bgw-line); font: 800 clamp(1.75rem, 7vw, 2.6rem)/1 var(--bgw-display); letter-spacing: -.04em; text-decoration: none; }
.mobile-structure small { color: var(--bgw-deep); font: 750 .625rem/1.2 var(--bgw-body); letter-spacing: .08em; text-transform: uppercase; }
.mobile-structure .menu-item-academy a { margin-inline: -.5rem; padding-inline: .5rem; background: var(--bgw-blue); }
.mobile-actions { margin-top: 1.5rem; border: 1px solid var(--bgw-ink); }
.mobile-actions > p { margin: 0; padding: .65rem .85rem; border-bottom: 1px solid var(--bgw-ink); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.mobile-actions a { display: grid; min-height: 48px; grid-template-columns: 2rem minmax(0, 1fr) auto; gap: .375rem; align-items: center; padding: .75rem .85rem; border-bottom: 1px solid var(--bgw-ink); font-weight: 750; text-decoration: none; }
.mobile-actions a:last-child { border: 0; }
.mobile-actions a span { font-size: .7rem; }
.mobile-actions a .action-arrow { margin-left: 0; font-size: 1rem; }
.mobile-actions .mobile-discovery { background: var(--bgw-blue); }
.mobile-actions .mobile-fast { background: var(--bgw-ink); color: var(--bgw-paper); }
.mobile-secondary .menu { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; margin-top: 1.5rem; }
.mobile-secondary a { display: inline-flex; min-height: 44px; align-items: center; font-size: .8125rem; font-weight: 700; text-decoration: none; }

.site-footer { position: relative; overflow: hidden; padding: clamp(4rem, 7vw, 6rem) 0 1.5rem; background: var(--bgw-ink); color: var(--bgw-canvas); }
.footer-court { position: absolute; right: -6%; bottom: -10%; width: 55%; aspect-ratio: 1.8; border-block: 2px solid currentColor; opacity: .07; pointer-events: none; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.35fr repeat(3, .75fr) 1fr; gap: clamp(1.75rem, 4vw, 4.5rem); }
.footer-brand p { color: var(--bgw-canvas); font-weight: 650; }
.footer-logo { width: min(100%, 15.625rem); }
.footer-brand address { margin-top: 1.5rem; font-size: .8125rem; font-style: normal; line-height: 1.75; opacity: .82; }
.footer-brand address a { color: inherit; }
.site-footer h2 { margin: 0 0 1rem; color: var(--bgw-canvas); font: 750 .7rem/1.2 var(--bgw-body); letter-spacing: .12em; text-transform: uppercase; }
.footer-nav .menu { display: grid; gap: .25rem; }
.footer-nav a { display: flex; min-height: 36px; align-items: center; font-size: .8125rem; text-decoration: none; }
.footer-nav small { display: none; }
.footer-actions { display: grid; align-content: start; }
.footer-actions a { display: flex; min-height: 44px; justify-content: space-between; align-items: center; gap: .75rem; border-bottom: 1px solid rgb(250 247 242 / 30%); font-size: .8125rem; font-weight: 750; text-decoration: none; }
.footer-actions .footer-discovery { color: var(--bgw-canvas); border-bottom-color: var(--bgw-deep); }
.footer-social { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 3.625rem; border: 1px solid rgb(250 247 242 / 30%); }
.footer-social > div { display: grid; grid-template-columns: minmax(9.375rem, .55fr) 1fr; align-items: center; gap: 1.5rem; padding: 1.25rem 1.5rem; }
.footer-social > div + div { border-left: 1px solid rgb(250 247 242 / 30%); }
.footer-social h2 { margin: 0; }
.footer-social-links { display: flex; flex-wrap: wrap; gap: .5rem 1.375rem; }
.footer-social-links :where(a, .social-slot) { min-height: 44px; display: inline-flex; align-items: center; gap: .45rem; font-size: .75rem; font-weight: 700; text-decoration: none; }
.footer-social-links a { padding-inline: .2rem; border-bottom: 1px solid transparent; }
.footer-social-links a:hover { border-bottom-color: currentColor; }
.social-icon { width: 1.125rem; height: 1.125rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-icon path { fill: currentColor; stroke: none; }
.social-icon .icon-fill { fill: currentColor; stroke: none; }
.footer-social-links .social-slot { opacity: .58; cursor: default; }
.footer-bottom { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid rgb(250 247 242 / 25%); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; opacity: .78; }

.wp-element-button, .wp-block-button__link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--bgw-ink); border-radius: 0; font-weight: 750; text-decoration: none; }
.is-style-outline > .wp-block-button__link { background: transparent; color: var(--bgw-ink); }

@media (max-width: 1120px) {
  .header-inner { min-height: 68px; }
  .desktop-nav, .desktop-actions { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
  .footer-actions { grid-column: 2 / -1; }
}

@media (max-width: 768px) {
	.mobile-structure .menu-item-academy a { margin-inline: 0; padding-inline: 0; background: transparent; }
	.mobile-structure .menu-item-academy small { margin-left: auto; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand, .footer-actions { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-social { grid-template-columns: 1fr; margin-top: 2.625rem; }
  .footer-social > div + div { border-left: 0; border-top: 1px solid rgb(250 247 242 / 30%); }
}

@media (max-width: 480px) {
  .site-brand { width: 8.75rem; }
  .menu-toggle { min-width: 66px; padding-inline: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-actions { grid-column: auto; }
  .mobile-secondary .menu { grid-template-columns: 1fr; }
  .footer-social > div { grid-template-columns: 1fr; gap: .75rem; padding: 1.125rem 1rem; }
  .wp-block-buttons, .wp-block-button, .wp-block-button__link { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (forced-colors: active) {
  :where(a, button):focus-visible { outline-color: Highlight; }
  .reserve-link, .mobile-fast { border: 1px solid ButtonText; }
}
