:root {
  --ink: #1d251e;
  --forest: #1d2b1f;
  --forest-2: #304934;
  --cream: #f5f0e5;
  --paper: #fffdf8;
  --gold: #d69f4c;
  --orange: #c86432;
  --muted: #667067;
  --line: rgba(29, 43, 31, .14);
  --shadow: 0 22px 60px rgba(29, 43, 31, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1, h2 { font-family: "Playfair Display", serif; }
h1 { font-size: clamp(3rem, 8vw, 6.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.2rem, 5vw, 4.3rem); letter-spacing: -.035em; }
h3 { font-size: 1.25rem; }
.tf-inline { display: inline-block; font-family: Calibri, "Arial Narrow", Arial, sans-serif; font-size: .88em; font-style: normal; font-weight: 700; letter-spacing: .015em; white-space: nowrap; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(72px, 10vw, 130px) 0; }
.section-sm { padding: clamp(50px, 7vw, 90px) 0; }
.cream { background: var(--cream); }
.forest { background: var(--forest); color: white; }
.muted { color: var(--muted); }
.center { text-align: center; }
.skip-link { position: fixed; top: -100px; left: 16px; padding: 10px 16px; background: white; z-index: 100; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  color: white; transition: .25s ease; border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(29,43,31,.96); backdrop-filter: blur(14px); border-color: rgba(255,255,255,.12); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.logo-mark {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  border: 4px solid white;
  background: #44291f;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .2);
  color: white;
  font-family: Calibri, "Arial Narrow", Arial, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1;
  text-indent: 0;
}
.brand .wordmark { display: grid; line-height: 1.1; }
.brand b {
  font-family: Calibri, "Arial Narrow", Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: .01em;
}
.brand small {
  margin-top: 3px;
  font-family: Calibri, "Arial Narrow", Arial, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.primary-nav { display: flex; align-items: center; gap: clamp(13px, 1.7vw, 26px); }
.primary-nav a { position: relative; font-size: .89rem; white-space: nowrap; }
.primary-nav a:not(.map-link)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: .2s; }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }
.map-link { border: 1px solid rgba(255,255,255,.45); border-radius: 999px; padding: 9px 14px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 9px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: white; transition: .2s; }

.hero { position: relative; min-height: min(900px, 100svh); display: grid; align-items: start; color: white; overflow: hidden; }
.hero-media, .page-hero-media { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.03); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,28,19,.92) 0%, rgba(17,28,19,.5) 54%, rgba(17,28,19,.25)), linear-gradient(0deg, rgba(17,28,19,.65), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding-top: clamp(145px, 18vh, 185px); padding-bottom: 38px; }
.hero-content h1 { max-width: 760px; margin: 14px 0 18px; font-size: clamp(3.2rem, 5.7vw, 5.4rem); line-height: 1; }
.hero-content > p { max-width: 560px; font-size: clamp(1rem, 1.5vw, 1.16rem); color: rgba(255,255,255,.82); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: #efc37e; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; border-radius: 999px; border: 1px solid transparent; background: var(--orange); color: white; font-weight: 700; transition: transform .2s, background .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: #ad4e26; }
.button.secondary { background: transparent; border-color: rgba(255,255,255,.55); }
.button.dark { background: var(--forest); }
.button.gold { background: var(--gold); color: var(--forest); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 690px; gap: 20px; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.3); }
.hero-stats strong { display: block; font-family: "Playfair Display", serif; font-size: 1.28rem; }
.hero-stats span { color: rgba(255,255,255,.68); font-size: .88rem; }

.intro-grid, .split { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.cafe-intro { padding-top: clamp(50px, 6vw, 78px); }
.sports-intro { padding: clamp(48px, 5vw, 68px) 0 clamp(58px, 6vw, 82px); }
.sports-intro .split { gap: clamp(40px, 6vw, 72px); }
.sports-intro h2 { font-size: clamp(2.1rem, 4.1vw, 3.55rem); }
.sports-intro .lead { font-size: clamp(1rem, 1.5vw, 1.12rem); }
.sports-intro .muted { color: #39443b; }
.sports-intro .check-grid { gap: 10px 22px; margin: 22px 0; }
.it-intro { padding-top: clamp(48px, 5vw, 68px); }
.it-intro .split { gap: clamp(40px, 6vw, 74px); }
.section-heading { max-width: 780px; margin-bottom: 50px; }
.menu-section { padding-top: clamp(46px, 5vw, 68px); }
.menu-section .section-heading { margin-bottom: 34px; }
.section-heading h2 { margin: 15px 0 18px; }
.lead { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--muted); }
.image-stack { position: relative; padding: 0 12% 12% 0; }
.image-stack.cafe-image { padding: 0; }
.image-stack.sports-image { padding: 0 9% 8% 0; }
.image-stack .main-image { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); }
.image-stack .cafe-live-image { aspect-ratio: 3/2; object-position: center; }
.image-stack.sports-image .main-image { aspect-ratio: 4/5; object-position: center top; }
.image-stack .small-image { position: absolute; width: 45%; aspect-ratio: 1; right: 0; bottom: 0; object-fit: cover; border: 8px solid var(--paper); border-radius: 50%; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-card .number { display: block; margin-bottom: 38px; color: var(--orange); font-weight: 700; }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.feature-card.image-card { min-height: 420px; padding: 0; overflow: hidden; position: relative; border: 0; }
.feature-card.image-card img { width: 100%; height: 100%; object-fit: cover; }
.feature-card.image-card div { position: absolute; inset: auto 0 0; padding: 70px 28px 28px; background: linear-gradient(transparent, rgba(0,0,0,.8)); color: white; }

.page-hero { position: relative; min-height: 600px; display: grid; align-items: end; color: white; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,28,19,.88), rgba(17,28,19,.18)); }
.page-hero-content { position: relative; z-index: 2; padding-bottom: 80px; }
.page-hero h1 { max-width: 900px; margin: 14px 0 18px; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero p { max-width: 650px; color: rgba(255,255,255,.82); font-size: 1.15rem; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 28px; margin: 32px 0; }
.check-item { display: flex; align-items: center; gap: 12px; font-weight: 600; }
.check-item::before { content: "✓"; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #dbe8dc; color: var(--forest); }
.quote-card { padding: 40px; border-radius: var(--radius); background: var(--forest); color: white; }
.quote-card p { font-family: "Playfair Display", serif; font-size: 1.7rem; }

.filter-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.filter { padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; }
.filter.active, .filter:hover { background: var(--forest); color: white; }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.menu-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
.menu-card[hidden] { display: none; }
.menu-card img { width: 100%; aspect-ratio: 1.18; object-fit: cover; transition: transform .35s; }
.menu-card:hover img { transform: scale(1.04); }
.menu-card div { padding: 18px 20px; }
.menu-card h3 { margin-bottom: 3px; }
.menu-card small { color: var(--muted); }

.gallery-grid { columns: 3; column-gap: 18px; }
.gallery-section { padding-top: clamp(48px, 5vw, 72px); }
.gallery-grid figure { break-inside: avoid; margin: 0 0 18px; overflow: hidden; border-radius: 18px; background: var(--cream); }
.gallery-grid img { width: 100%; transition: transform .35s; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-trigger { position: relative; display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; overflow: hidden; color: white; }
.gallery-trigger span { position: absolute; right: 14px; bottom: 14px; padding: 7px 11px; border-radius: 999px; background: rgba(18,26,19,.78); font-size: .72rem; font-weight: 700; opacity: 0; transform: translateY(6px); transition: .25s; }
.gallery-trigger:hover span, .gallery-trigger:focus-visible span { opacity: 1; transform: none; }
.gallery-trigger:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.video-trigger { min-height: 360px; background: var(--forest); }
.video-trigger video { width: 100%; min-height: 360px; aspect-ratio: 9/12; object-fit: cover; opacity: .78; }
.video-trigger .video-play { position: absolute; inset: 50% auto auto 50%; display: grid; place-items: center; width: 64px; height: 64px; padding: 0 0 0 4px; border: 2px solid white; border-radius: 50%; background: rgba(68,41,31,.88); font-size: 1.35rem; opacity: 1; transform: translate(-50%,-50%); }
.video-trigger:hover .video-play, .video-trigger:focus-visible .video-play { transform: translate(-50%,-50%) scale(1.08); }
.video-trigger strong { position: absolute; inset: auto 18px 18px; z-index: 2; text-align: left; font-size: 1rem; text-shadow: 0 2px 10px rgba(0,0,0,.7); }
.gallery-lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 70px 24px 24px; background: rgba(8,12,9,.93); backdrop-filter: blur(8px); cursor: zoom-out; }
.gallery-lightbox[hidden] { display: none; }
.lightbox-content { display: grid; place-items: center; width: 100%; height: 100%; }
.lightbox-content img { display: block; max-width: min(1200px, 94vw); max-height: calc(100vh - 110px); width: auto; height: auto; object-fit: contain; border-radius: 10px; box-shadow: 0 22px 70px rgba(0,0,0,.45); cursor: default; }
.lightbox-content video { display: block; max-width: min(1100px, 94vw); max-height: calc(100vh - 110px); width: auto; height: auto; border-radius: 10px; background: black; box-shadow: 0 22px 70px rgba(0,0,0,.45); cursor: default; }
.lightbox-content video[hidden], .lightbox-content img[hidden] { display: none; }
.lightbox-close { position: fixed; top: 18px; right: 22px; z-index: 2; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(255,255,255,.08); color: white; font-size: 2rem; line-height: 1; cursor: pointer; }
.lightbox-close:hover, .lightbox-close:focus-visible { background: white; color: var(--forest); }
body.lightbox-open { overflow: hidden; }

.membership-card { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border-radius: 30px; background: var(--forest); color: white; box-shadow: var(--shadow); }
.membership-card img { width: 100%; height: 100%; object-fit: cover; }
.membership-copy { padding: clamp(38px, 6vw, 80px); }
.membership-copy h2 { margin: 14px 0 24px; }
.membership-copy p { color: rgba(255,255,255,.75); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; }
.benefit { padding: 26px; border-radius: 18px; background: rgba(255,255,255,.08); }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 7vw, 90px); }
.contact-section { padding: clamp(44px, 5vw, 66px) 0; }
.contact-section .contact-grid { gap: clamp(34px, 5vw, 64px); align-items: start; }
.contact-section h2 { margin-bottom: 10px; font-size: clamp(1.85rem, 3.2vw, 2.75rem); }
.contact-section .lead { margin-bottom: 18px; font-size: clamp(1rem, 1.4vw, 1.12rem); }
.contact-list { display: grid; gap: 14px; margin-top: 30px; }
.contact-item { display: block; padding: 22px; border: 1px solid var(--line); border-radius: 16px; }
.contact-item small { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.contact-form { padding: clamp(26px, 5vw, 50px); border-radius: var(--radius); background: var(--cream); }
.contact-section .contact-list { gap: 7px; margin-top: 16px; }
.contact-section .contact-item { padding: 10px 16px; border-radius: 12px; font-size: .92rem; line-height: 1.38; }
.contact-section .contact-item small { margin-bottom: 1px; font-size: .66rem; }
.contact-section .contact-form { padding: clamp(22px, 3vw, 34px); }
.contact-section .contact-form > p { margin-bottom: 12px; font-size: .9rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-weight: 600; }
.field input, .field textarea { width: 100%; border: 1px solid transparent; border-radius: 12px; background: white; padding: 14px 15px; color: var(--ink); }
.field input:focus, .field textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
.field textarea { resize: vertical; min-height: 150px; }
.contact-section .form-grid { gap: 7px 12px; }
.contact-section .field { margin-bottom: 7px; }
.contact-section .field label { margin-bottom: 3px; font-size: .82rem; }
.contact-section .field input, .contact-section .field textarea { padding: 8px 11px; border-color: #778078; border-radius: 9px; }
.contact-section .field textarea { min-height: 82px; }
.contact-section .button { min-height: 42px; padding: 8px 18px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.alert { margin-bottom: 22px; padding: 14px 17px; border-radius: 12px; }
.alert.success { color: #17451f; background: #dceedd; }
.alert.error { color: #6e221d; background: #f6dedb; }
.error-list { margin: 0; padding-left: 20px; }
.map-frame { width: 100%; height: 420px; border: 0; display: block; }

.cta-band { padding: 70px 0; background: var(--orange); color: white; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { margin-bottom: 0; font-size: clamp(2.2rem, 5vw, 4rem); }
.site-footer { padding: 72px 0 24px; background: #121a13; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .7fr; gap: 60px; }
.footer-grid h2 { font-family: "DM Sans", sans-serif; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: #eac178; }
.footer-grid p, .footer-grid address { color: rgba(255,255,255,.6); font-style: normal; max-width: 390px; }
.footer-grid > div > a:not(.brand) { display: block; margin-top: 8px; color: rgba(255,255,255,.82); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .8rem; }
.footer-bottom p { margin: 0; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 1050px) {
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 0 0 0 25%; display: grid; align-content: center; gap: 0; padding: 90px 36px 40px; background: var(--forest); transform: translateX(100%); visibility: hidden; transition: .25s; }
  .primary-nav.open { transform: none; visibility: visible; }
  .primary-nav a { padding: 12px 0; font-size: 1.15rem; }
  .primary-nav a::after { display: none; }
  .map-link { margin-top: 15px; text-align: center; }
  .menu-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 781px) and (max-height: 820px) {
  .hero-content { padding-top: 150px; padding-bottom: 22px; }
  .hero-content h1 { max-width: 680px; margin-block: 10px 14px; font-size: clamp(3.5rem, 5.2vw, 4.65rem); }
  .hero-content > p { margin-bottom: 0; font-size: 1rem; }
  .hero-content .button-row { margin-top: 20px; }
  .hero-content .button { min-height: 46px; padding: 10px 20px; }
  .hero-stats { margin-top: 24px; padding-top: 14px; }
  .hero-stats strong { font-size: 1.12rem; }
  .hero-stats span { font-size: .8rem; }
}
@media (max-width: 780px) {
  .container { width: min(100% - 28px, 680px); }
  .nav-wrap { min-height: 74px; }
  .logo-mark { width: 52px; height: 52px; font-size: 1.2rem; }
  .brand b { font-size: 1.4rem; }
  .hero { min-height: 780px; }
  .hero-content { padding-top: 125px; padding-bottom: 42px; }
  .hero-stats { grid-template-columns: 1fr; gap: 13px; }
  .hero-stats div { display: flex; gap: 12px; align-items: baseline; }
  .intro-grid, .split, .contact-grid, .membership-card { grid-template-columns: 1fr; }
  .feature-grid, .benefit-grid { grid-template-columns: 1fr; }
  .feature-card.image-card { min-height: 360px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { columns: 2; }
  .membership-card img { max-height: 520px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .page-hero { min-height: 520px; }
  .check-grid, .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .primary-nav { left: 10%; padding-inline: 28px; }
  .hero h1 { font-size: 3.25rem; }
  .button-row .button { width: 100%; }
  .menu-grid { grid-template-columns: 1fr; }
  .gallery-grid { columns: 1; }
  .page-hero-content { padding-bottom: 54px; }
  .site-footer { padding-top: 58px; }
}
