/* ========== RESET + TOKENS ========== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  /* Beeston Fields actual brand colours — pulled from their crest + nav */
  --forest:#1B4332;          /* their nav emerald */
  --forest-dk:#0F2E22;        /* deeper emerald for hover/depth */
  --oat:#FAF7F0;              /* their page cream */
  --oat-pale:#F5F0E5;         /* warmer cream for sections */
  --deep:#0E1A14;             /* near-black with green hint */
  --autumn:#C5A348;           /* their crest gold */
  --autumn-dk:#A88934;        /* deeper gold for hover */
  --bronze:#8A6F2E;           /* burnished bronze accent */
  --burgundy:#7A2C2C;         /* crest banner red */
  --moss:#3D6249;             /* mid-green for accents */
  --ink:#0E1A14;
  --ink-soft:#3D4A40;
  --line:rgba(14,26,20,.10);
  --t-hover:180ms cubic-bezier(.4,0,.2,1);
  --t-spring:220ms cubic-bezier(.34,1.56,.64,1);
}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body{font-family:'DM Sans',system-ui,sans-serif;background:var(--oat-pale);color:var(--ink);line-height:1.6;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit}
button{font:inherit;cursor:pointer;border:0;background:0}

/* ========== TYPE ========== */
.eyebrow{font-size:.72rem;letter-spacing:3.5px;text-transform:uppercase;font-weight:500;color:var(--moss)}
.eyebrow-light{color:rgba(232,223,203,.7)}
.eyebrow-brass{color:var(--autumn)}
h1,h2,h3,h4{font-family:'Fraunces',serif;font-weight:400;line-height:1.1;letter-spacing:-.01em}
.display{font-size:clamp(2.8rem,6.5vw,5.6rem);font-weight:400;line-height:1.02;letter-spacing:-.025em}
.display em{font-style:italic;font-weight:300;color:var(--autumn)}
.h-lg{font-size:clamp(2.2rem,4.4vw,3.5rem);font-weight:400}
.h-lg em{font-style:italic;font-weight:300;color:var(--forest)}
.h-md{font-size:clamp(1.4rem,2.2vw,1.85rem);font-weight:500}
.lede{font-size:1.05rem;line-height:1.7;color:var(--ink-soft);font-weight:400}

/* ========== NAV ========== */
.nav{position:fixed;top:0;left:0;right:0;z-index:50;padding:14px 56px;display:flex;align-items:center;justify-content:space-between;transition:background .35s ease,padding .35s ease,border-color .35s ease;border-bottom:1px solid transparent;background:linear-gradient(180deg,rgba(15,46,34,.95) 0%,rgba(15,46,34,.85) 100%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.nav-scrolled{background:var(--forest-dk);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:10px 56px;border-bottom-color:rgba(197,163,72,.18)}
.nav-solid{background:var(--forest-dk);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom-color:rgba(197,163,72,.18)}
.nav-solid .nav-logo{color:#fff}
.nav-solid .nav-link{color:rgba(255,255,255,.78)}
.nav-solid .nav-link:hover{color:var(--autumn)}
.nav-solid .nav-cta{background:var(--autumn);color:var(--forest-dk);font-weight:600}
.nav-solid .nav-burger span{background:#fff}
.nav .nav-link{color:rgba(255,255,255,.85)}
.nav .nav-link:hover{color:var(--autumn)}
.nav .nav-cta{background:var(--autumn);color:var(--forest-dk);font-weight:600}
.nav-logo{display:flex;align-items:center;gap:14px;text-decoration:none;color:#fff;transition:color .35s ease}
.nav-scrolled .nav-logo{color:#fff}
.nav-logo-mark{font-family:'Fraunces',serif;font-size:1.35rem;font-weight:500;letter-spacing:-.01em}
.nav-logo-est{font-size:.62rem;letter-spacing:2.5px;text-transform:uppercase;font-weight:500;opacity:.7}
/* Crest logo — the club's actual heraldic crest. The source PNG has a solid black rectangular background, so we use mix-blend-mode: lighten to drop the black against the dark-green nav (replicates how their real site handles the same crest) */
.nav-logo-crest{align-items:center}
.nav-logo-crest .nav-crest{height:56px;width:auto;display:block;mix-blend-mode:lighten;transition:height .25s ease}
.nav-scrolled .nav-logo-crest .nav-crest{height:48px}
.foot-brand .nav-logo-crest .nav-crest{height:88px;mix-blend-mode:lighten;margin-bottom:8px}
.nav-logo-crest .nav-logo-est{color:rgba(255,255,255,.55);font-weight:500}
.nav-links{display:flex;align-items:center;gap:28px}
.nav-link{text-decoration:none;font-size:.74rem;letter-spacing:1.2px;text-transform:uppercase;font-weight:500;color:rgba(255,255,255,.85);transition:color .25s ease;background:none;padding:0;display:inline-flex;align-items:center;gap:6px;cursor:pointer}
.nav-scrolled .nav-link{color:var(--ink-soft)}
.nav-link:hover{color:#fff}
.nav-scrolled .nav-link:hover{color:var(--forest)}
.nav-cta{font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;text-decoration:none;background:#fff;color:var(--forest);padding:11px 22px;border-radius:2px;transition:transform var(--t-hover),box-shadow var(--t-hover),background var(--t-hover)}
.nav-scrolled .nav-cta{background:var(--forest);color:#fff}
.nav-cta:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.18)}
.nav-cta:active{transform:scale(.97)}
.nav-burger{display:none;flex-direction:column;gap:5px;padding:8px}
.nav-burger span{width:24px;height:1.5px;background:#fff;transition:background .35s ease}
.nav-scrolled .nav-burger span{background:var(--ink)}

/* Mobile menu lives in DOM at all viewports for a single source of truth,
   but is positioned off-canvas and only displays at the mobile breakpoint
   when JS toggles the .open class. */
.nav-mobile-menu{display:none}
.nav-mobile-overlay{display:none}

/* ========== NAV DROPDOWNS ========== */
.nav-item{position:relative}
.nav-item-toggle{display:inline-flex;align-items:center;gap:6px}
.nav-caret{display:inline-block;font-size:.6rem;opacity:.8;transition:transform .25s ease}
.nav-item.open .nav-caret{transform:rotate(180deg)}
.nav-dropdown{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(-6px);min-width:240px;background:var(--oat-pale);border:1px solid var(--line);border-radius:3px;padding:14px 0;box-shadow:0 18px 44px -16px rgba(15,20,17,.22),0 4px 10px -4px rgba(15,20,17,.12);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .25s cubic-bezier(.16,.84,.3,1),visibility .22s}
.nav-dropdown::before{content:"";position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;background:var(--oat-pale);border-left:1px solid var(--line);border-top:1px solid var(--line)}
.nav-item:hover .nav-dropdown,.nav-item.open .nav-dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);pointer-events:auto}
.nav-dropdown a{display:block;padding:10px 22px;font-size:.78rem;letter-spacing:.5px;color:var(--ink-soft);text-decoration:none;font-weight:400;text-transform:none;border-left:2px solid transparent;transition:color .2s ease,background .2s ease,border-color .2s ease}
.nav-dropdown a:hover{color:var(--forest);background:rgba(184,92,56,.08);border-left-color:var(--autumn)}

/* ========== HERO (Home) ========== */
.hero{position:relative;height:100vh;min-height:680px;overflow:hidden;background:var(--deep)}
.hero-video-wrap{position:absolute;inset:0;overflow:hidden;background:var(--deep)}
.hero-video-wrap .hero-video-mp4{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:2}
.hero-video-wrap iframe{position:absolute;top:50%;left:50%;width:177.78vh;height:100vh;min-width:100%;min-height:56.25vw;transform:translate(-50%,-50%);border:0;pointer-events:none}
.hero-poster{position:absolute;inset:0;background:url('hero-poster.jpg') center/cover no-repeat;background-color:var(--deep);z-index:1;opacity:1;transition:opacity 1.4s cubic-bezier(.16,.84,.3,1);pointer-events:none}
.hero.video-ready .hero-poster{opacity:0}
.hero-shield{position:absolute;inset:0;z-index:2;pointer-events:none}
.hero-overlay{position:absolute;inset:0;z-index:3;background:linear-gradient(180deg,rgba(15,20,17,.85) 0%,rgba(15,20,17,.45) 14%,rgba(15,20,17,.10) 32%,rgba(15,20,17,.20) 58%,rgba(15,20,17,.72) 82%,rgba(15,20,17,.94) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:0 56px 96px}
.hero-content{max-width:780px;color:#fff;opacity:0;transform:translateY(28px);filter:blur(6px);animation:heroIn 1.4s cubic-bezier(.16,.84,.3,1) .35s forwards}
.hero-eyebrow{color:rgba(232,223,203,.75);font-size:.72rem;letter-spacing:4px;text-transform:uppercase;margin-bottom:24px;display:flex;align-items:center;gap:18px}
.hero-eyebrow::before{content:"";display:block;width:38px;height:1px;background:var(--autumn)}
.hero h1{color:#fff;margin-bottom:28px}
.hero h1 em{color:var(--autumn);font-weight:300}
.hero-tagline{font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.55;color:rgba(232,223,203,.88);font-weight:300;max-width:600px;margin-bottom:44px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:18px}
/* CTA-only hero variant — video has baked-in title text (the Drone Discovery "BEESTON FIELDS GOLF CLUB" overlay) so no competing headline */
/* CTA-only hero with bottom-RIGHT alignment to clear the video's own bottom-left captions */
.hero-overlay.hero-overlay-minimal{background:linear-gradient(180deg,rgba(14,26,20,0) 0%,rgba(14,26,20,0) 55%,rgba(14,26,20,.32) 78%,rgba(14,26,20,.72) 100%);padding:0 56px 56px;align-items:flex-end}
.hero-content-cta-only{max-width:none;width:auto;display:flex;flex-direction:column;align-items:flex-end;text-align:right}
.hero-content-cta-only .hero-cta{justify-content:flex-end;margin-bottom:14px}
.hero-content-cta-only .hero-membership-link{text-align:right}
@media (max-width:768px){
  .hero-overlay.hero-overlay-minimal{padding:0 24px 32px;align-items:stretch}
  .hero-content-cta-only{align-items:stretch;text-align:left}
  .hero-content-cta-only .hero-cta{flex-direction:column;align-items:stretch}
  .hero-content-cta-only .hero-cta a{text-align:center}
  .hero-content-cta-only .hero-membership-link{text-align:left}
}
/* Interactive hole player — click a hole card on the course-tour page to open the flyover */
.holes-beeston{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:48px}
.hole-card-vid{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(15,20,17,.08);border-radius:6px;overflow:hidden;cursor:pointer;text-align:left;padding:0;font:inherit;color:inherit;transition:transform var(--t-spring),box-shadow var(--t-hover),border-color var(--t-hover)}
.hole-card-vid:hover{transform:translateY(-3px);box-shadow:0 18px 36px -16px rgba(15,20,17,.25);border-color:var(--autumn)}
.hole-card-vid img.hole-thumb{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:var(--deep)}
.hole-card-vid .hole-meta-row{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 4px;font-size:.78rem;letter-spacing:1.6px;text-transform:uppercase;font-weight:600}
.hole-card-vid .hole-num{color:var(--forest)}
.hole-card-vid .hole-play{color:var(--autumn);font-weight:500}
.hole-card-vid .hole-desc{padding:0 18px 18px;font-size:.95rem;line-height:1.5;color:var(--ink-soft);font-weight:300;margin:0}
.hole-player{position:fixed;inset:0;background:rgba(15,20,17,.92);z-index:1000;display:flex;align-items:center;justify-content:center;padding:32px;backdrop-filter:blur(6px)}
.hole-player[hidden]{display:none}
.hole-player-frame{position:relative;width:100%;max-width:1100px;aspect-ratio:16/9;background:#000;border-radius:6px;overflow:hidden;box-shadow:0 32px 80px -16px rgba(0,0,0,.6)}
.hole-player-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.hole-player-close{position:absolute;top:18px;right:24px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(232,223,203,.94);color:var(--deep);font-size:1.8rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--t-hover),transform var(--t-spring)}
.hole-player-close:hover{background:#fff;transform:scale(1.06)}
/* Scorecard table */
.scorecard-table{width:100%;border-collapse:collapse;margin:24px 0;font-family:'DM Sans',sans-serif}
.scorecard-table th,.scorecard-table td{padding:14px 16px;text-align:left;border-bottom:1px solid rgba(15,20,17,.08)}
.scorecard-table th{font-size:.78rem;letter-spacing:1.4px;text-transform:uppercase;color:var(--forest);font-weight:600;background:rgba(232,223,203,.5)}
.scorecard-table td.card-num{font-family:'Fraunces',serif;font-size:1.05rem;color:var(--autumn);font-weight:500}
.scorecard-table tfoot th{background:var(--forest);color:var(--linen);font-size:.85rem;letter-spacing:1.2px}
.scorecard-table tbody tr:hover{background:rgba(232,223,203,.3)}
.hero-membership-link{font-size:.78rem;letter-spacing:.6px;color:rgba(232,223,203,.62);font-weight:300}
.hero-membership-link a{color:rgba(232,223,203,.82);text-decoration:none;border-bottom:1px solid rgba(232,223,203,.22);transition:color var(--t-hover),border-color var(--t-hover)}
.hero-membership-link a:hover{color:var(--autumn);border-bottom-color:var(--autumn)}
.btn-primary{background:var(--autumn);color:var(--forest-dk);padding:16px 32px;border-radius:2px;font-size:.78rem;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;text-decoration:none;transition:transform var(--t-spring),background var(--t-hover),box-shadow var(--t-hover);display:inline-block}
.btn-primary:hover{transform:translateY(-2px);background:#D26A40;box-shadow:0 12px 28px -8px rgba(15,20,17,.32)}
.btn-primary:active{transform:scale(.97)}
.btn-ghost{border:1px solid rgba(255,255,255,.45);color:#fff;padding:15px 32px;border-radius:2px;font-size:.78rem;letter-spacing:1.5px;text-transform:uppercase;font-weight:500;text-decoration:none;transition:border-color var(--t-hover),background var(--t-hover),transform var(--t-spring);display:inline-block}
.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.06)}
.btn-ghost:active{transform:scale(.97)}
.hero-scroll{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);color:rgba(232,223,203,.5);font-size:.62rem;letter-spacing:3px;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:10px;animation:fadeIn 1s ease 2s both;transition:opacity .6s ease;z-index:3}
.hero-scroll::after{content:"";display:block;width:1px;height:36px;background:linear-gradient(180deg,var(--autumn),transparent);animation:scrollLine 2.4s ease-in-out infinite}
.hero-scroll.faded{opacity:0;pointer-events:none}
.hero-scroll.faded::after{animation:none}
@keyframes heroIn{to{opacity:1;transform:translateY(0);filter:blur(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}

/* ========== PAGE HERO (sub-pages) ========== */
.page-hero{position:relative;padding:200px 56px 88px;background:var(--forest-dk);color:#fff;overflow:hidden}
.page-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 20%,rgba(184,92,56,.12),transparent 60%),linear-gradient(180deg,var(--forest-dk) 0%,var(--forest) 100%);pointer-events:none}
/* Photo-backed page hero — uses the AeroPixel clubhouse aerial as a consistent visual anchor across inner pages */
.page-hero.has-image{background-image:url('https://i.ytimg.com/vi/syBhVs-UrTA/maxresdefault.jpg');background-size:cover;background-position:center 35%;background-repeat:no-repeat;background-color:var(--forest-dk);min-height:520px;display:flex;flex-direction:column;justify-content:flex-end}
.page-hero.has-image::before{background:linear-gradient(180deg,rgba(15,20,17,.55) 0%,rgba(15,20,17,.30) 35%,rgba(15,20,17,.55) 70%,rgba(15,20,17,.88) 100%)}
.page-hero-credit{position:absolute;bottom:18px;right:32px;font-size:.66rem;letter-spacing:1.5px;text-transform:uppercase;color:rgba(232,223,203,.55);font-weight:500;z-index:2}
.page-hero-credit a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(232,223,203,.28);transition:color .2s,border-color .2s}
.page-hero-credit a:hover{color:var(--autumn);border-bottom-color:var(--autumn)}
.page-hero-inner{position:relative;max-width:1280px;margin:0 auto}
.page-hero .eyebrow{color:var(--autumn);margin-bottom:18px;display:inline-flex;align-items:center;gap:14px}
.page-hero .eyebrow::before{content:"";display:block;width:32px;height:1px;background:var(--autumn)}
.page-hero h1{font-family:'Fraunces',serif;font-size:clamp(2.4rem,5vw,4.2rem);font-weight:400;line-height:1.05;letter-spacing:-.02em;margin-bottom:24px;color:#fff;max-width:880px}
.page-hero h1 em{font-style:italic;font-weight:300;color:var(--autumn)}
.page-hero .lede{color:rgba(232,223,203,.82);font-size:1.1rem;max-width:680px;font-weight:300}
.page-hero-breadcrumb{margin-bottom:24px;font-size:.7rem;letter-spacing:2px;text-transform:uppercase;color:rgba(232,223,203,.55);font-weight:500}
.page-hero-breadcrumb a{color:rgba(232,223,203,.55);text-decoration:none;transition:color .2s ease}
.page-hero-breadcrumb a:hover{color:var(--autumn)}
.page-hero-breadcrumb .sep{margin:0 10px;opacity:.5}

/* ========== HERITAGE STRIP ========== */
.heritage-strip{background:var(--forest-dk);color:#fff;padding:64px 56px;border-bottom:1px solid rgba(255,255,255,.06)}
.heritage-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:48px}
.heritage-cell{display:flex;flex-direction:column;gap:8px;padding-right:48px;border-right:1px solid rgba(255,255,255,.10)}
.heritage-cell:last-child{border-right:0}
.heritage-n{font-family:'Fraunces',serif;font-size:clamp(2.4rem,3.6vw,3.2rem);font-weight:400;line-height:1;color:var(--autumn)}
.heritage-l{font-size:.72rem;letter-spacing:2.2px;text-transform:uppercase;color:rgba(232,223,203,.6);margin-top:8px}
.heritage-d{font-size:.92rem;color:rgba(232,223,203,.78);line-height:1.55;margin-top:4px;font-weight:300}

/* ========== SECTIONS ========== */
section{padding:120px 56px}
.section-tight{padding:80px 56px}
.container{max-width:1280px;margin:0 auto}
.container-narrow{max-width:880px;margin:0 auto}
.section-head{max-width:780px;margin-bottom:72px}
.section-head .eyebrow{margin-bottom:18px;display:inline-flex;align-items:center;gap:14px}
.section-head .eyebrow::before{content:"";display:block;width:32px;height:1px;background:var(--autumn)}
.section-head h2{margin-bottom:24px}
@keyframes forte-auto-reveal{from{opacity:0;transform:translateY(28px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}
.reveal{opacity:0;transform:translateY(28px);filter:blur(6px);transition:opacity 1.1s cubic-bezier(.16,.84,.3,1),transform 1.1s cubic-bezier(.16,.84,.3,1),filter 1.1s cubic-bezier(.16,.84,.3,1);will-change:opacity,transform,filter;animation:forte-auto-reveal 1.2s cubic-bezier(.16,.84,.3,1) 4.5s forwards}
.reveal.in{opacity:1;transform:translateY(0);filter:blur(0);animation:none}

/* ========== PROSE CONTENT ========== */
.prose{font-size:1.02rem;line-height:1.78;color:var(--ink-soft);max-width:740px}
.prose p{margin-bottom:22px}
.prose p:first-of-type.lede-first{font-family:'Fraunces',serif;font-size:1.35rem;line-height:1.5;color:var(--ink);font-weight:400;font-style:italic;margin-bottom:32px}
.prose h2{font-family:'Fraunces',serif;font-size:clamp(1.8rem,3vw,2.4rem);color:var(--ink);margin:48px 0 20px;font-weight:400}
.prose h3{font-family:'Fraunces',serif;font-size:1.4rem;color:var(--ink);margin:32px 0 14px;font-weight:500}
.prose ul{padding-left:0;margin:24px 0;list-style:none}
.prose ul li{position:relative;padding-left:24px;margin-bottom:12px;line-height:1.7}
.prose ul li::before{content:"";position:absolute;left:0;top:11px;width:12px;height:1px;background:var(--autumn)}
.prose strong{color:var(--ink);font-weight:600}
.prose a{color:var(--forest);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .2s ease}
.prose a:hover{color:var(--forest-dk)}
.prose blockquote{margin:36px 0;padding:24px 32px;border-left:2px solid var(--autumn);background:rgba(184,92,56,.06);font-family:'Fraunces',serif;font-size:1.2rem;font-style:italic;font-weight:300;color:var(--ink);line-height:1.5}
.prose blockquote cite{display:block;margin-top:12px;font-family:'DM Sans',sans-serif;font-size:.74rem;letter-spacing:2px;text-transform:uppercase;color:var(--autumn);font-style:normal;font-weight:500}

/* ========== HERITAGE STORY (Home + Hogan) ========== */
.story{background:var(--oat-pale)}
.story-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:96px;align-items:start}
.story-text p{margin-bottom:20px;color:var(--ink-soft);font-size:1rem;line-height:1.78}
.story-text p:first-of-type{font-family:'Fraunces',serif;font-size:1.35rem;line-height:1.5;color:var(--ink);font-weight:400;font-style:italic;margin-bottom:32px}
.story-pull{margin-top:48px;padding:32px 36px;border-left:2px solid var(--autumn);background:rgba(184,92,56,.06)}
.story-pull-q{font-family:'Fraunces',serif;font-size:1.25rem;font-style:italic;font-weight:300;line-height:1.45;color:var(--ink);margin-bottom:12px}
.story-pull-att{font-size:.74rem;letter-spacing:2px;text-transform:uppercase;color:var(--autumn);font-weight:500}
.story-video{position:sticky;top:120px;aspect-ratio:16/9;background:var(--deep) url('https://i.ytimg.com/vi/62je4nmhJkk/maxresdefault.jpg') center/cover no-repeat;border-radius:4px;overflow:hidden;box-shadow:0 24px 64px -16px rgba(15,20,17,.32);display:block;text-decoration:none;color:inherit}
.story-video iframe{width:100%;height:100%;border:0;pointer-events:none}
.story-video-caption{pointer-events:auto;text-decoration:none}
.story-video-caption:hover span:last-child{color:var(--autumn)}
.story-video img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,.84,.3,1)}
.story-video:hover img{transform:scale(1.03)}
.story-video-caption{position:absolute;bottom:14px;left:18px;right:18px;font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;color:rgba(245,242,236,.92);font-weight:500;text-shadow:0 1px 12px rgba(15,20,17,.6);display:flex;justify-content:space-between;align-items:center;pointer-events:none}
.story-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:78px;height:78px;border-radius:50%;background:rgba(15,20,17,.62);color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;padding-left:6px;transition:transform .35s cubic-bezier(.16,.84,.3,1),background .25s ease;box-shadow:0 12px 36px -10px rgba(15,20,17,.6);pointer-events:none}
.story-video:hover .story-video-play{transform:translate(-50%,-50%) scale(1.06);background:var(--autumn)}

/* ========== COURSE TOUR ========== */
.course{background:#fff}
.course-head{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:32px;margin-bottom:64px}
.course-head .h-lg{max-width:680px}
.course-stats{display:flex;gap:36px;flex-shrink:0;padding-top:8px}
.course-stat{text-align:right}
.course-stat-n{font-family:'Fraunces',serif;font-size:2rem;font-weight:400;color:var(--forest);line-height:1}
.course-stat-l{font-size:.66rem;letter-spacing:2px;text-transform:uppercase;color:var(--ink-soft);margin-top:6px}
.holes-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:var(--line)}
.hole{background:#fff;padding:28px 24px;display:flex;flex-direction:column;gap:6px;transition:background var(--t-hover),transform var(--t-hover),box-shadow var(--t-hover);position:relative;cursor:default}
.hole:hover{background:var(--oat-pale);transform:translateY(-1px);box-shadow:0 8px 20px -10px rgba(15,20,17,.18);z-index:1}
.hole-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}
.hole-n{font-family:'Fraunces',serif;font-size:1.65rem;font-weight:400;color:var(--forest);line-height:1}
.hole-par{font-size:.66rem;letter-spacing:1.6px;text-transform:uppercase;color:var(--moss);font-weight:500}
.hole-name{font-family:'Fraunces',serif;font-size:1.02rem;font-weight:500;color:var(--ink);margin-bottom:2px}
.hole-yds{font-size:.78rem;color:var(--ink-soft);font-weight:400}
.hole-feat{font-size:.74rem;color:var(--autumn);font-weight:500;letter-spacing:.4px;margin-top:8px;line-height:1.4}
.hole-signature{background:linear-gradient(135deg,rgba(184,92,56,.06),rgba(232,223,203,.10))}
.hole-signature .hole-n{color:var(--autumn)}
.hole-signature::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--autumn)}
.course-cta{margin-top:48px;text-align:center}
.btn-line{display:inline-flex;align-items:center;gap:12px;font-size:.78rem;letter-spacing:1.8px;text-transform:uppercase;font-weight:600;color:var(--forest);text-decoration:none;border-bottom:1px solid var(--forest);padding-bottom:6px;transition:gap .25s ease}
.btn-line:hover{gap:18px}
.btn-line-light{color:var(--autumn);border-bottom-color:var(--autumn)}
.btn-line-light:hover{color:#D26A40}

/* ========== EXTENDED HOLE GRID (full guide — legacy list view) ========== */
.holes-detail{display:flex;flex-direction:column;gap:0}
.holes-detail > .hole-detail{display:grid;grid-template-columns:120px 1fr 200px;gap:40px;padding:40px 0;border-bottom:1px solid var(--line);align-items:start}
.holes-detail > .hole-detail:last-child{border-bottom:0}
.holes-detail .hole-detail-num{font-family:'Fraunces',serif;font-size:3.6rem;font-weight:300;color:var(--forest);line-height:1}
.holes-detail .hole-detail-num.is-signature{color:var(--autumn)}
.hole-detail-body h3{font-family:'Fraunces',serif;font-size:1.6rem;color:var(--ink);font-weight:500;margin-bottom:6px}
.hole-detail-meta{display:flex;gap:18px;margin-bottom:14px;font-size:.74rem;letter-spacing:1.6px;text-transform:uppercase;color:var(--moss);font-weight:500}
.hole-detail-meta span{padding-right:18px;border-right:1px solid var(--line)}
.hole-detail-meta span:last-child{border-right:0}
.hole-detail-body p{color:var(--ink-soft);line-height:1.7;font-size:.96rem;max-width:560px}
.hole-detail-feat{margin-top:14px;font-size:.78rem;color:var(--autumn);font-weight:600;letter-spacing:.5px}
.hole-detail-side{text-align:right;font-family:'Fraunces',serif;color:var(--ink-soft);font-size:.92rem}
.hole-detail-side-num{font-size:1.5rem;color:var(--forest);font-weight:500;display:block}

/* ========== SCORECARD ========== */
.scorecard-wrap{margin-top:48px;overflow-x:auto;border:1px solid var(--line);border-radius:4px;background:#fff}
.scorecard{width:100%;min-width:760px;border-collapse:collapse;font-size:.86rem}
.scorecard th,.scorecard td{padding:14px 12px;text-align:center;border-bottom:1px solid var(--line);border-right:1px solid var(--line)}
.scorecard th:last-child,.scorecard td:last-child{border-right:0}
.scorecard thead th{background:var(--forest-dk);color:#fff;font-family:'DM Sans',sans-serif;font-size:.7rem;letter-spacing:1.4px;text-transform:uppercase;font-weight:600;padding:14px 10px}
.scorecard tbody td:first-child{font-family:'Fraunces',serif;font-size:1.05rem;color:var(--forest);font-weight:500}
.scorecard tbody td:nth-child(2){text-align:left;font-weight:500;color:var(--ink)}
.scorecard tbody tr:hover td{background:rgba(184,92,56,.04)}
.scorecard tbody tr.tot{background:var(--oat-pale)}
.scorecard tbody tr.tot td{font-weight:700;color:var(--ink);font-size:.92rem}
.scorecard-meta{margin-top:24px;display:flex;gap:32px;flex-wrap:wrap;font-size:.84rem;color:var(--ink-soft)}
.scorecard-meta strong{color:var(--ink);font-weight:600}
.tee-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.tee-pill{padding:8px 14px;border:1px solid var(--line);border-radius:2px;font-size:.78rem;background:#fff;color:var(--ink);font-weight:500}
.tee-pill em{font-style:normal;color:var(--ink-soft);font-weight:400;margin-left:8px}

/* ========== TEE BOOKING ========== */
.booking{background:var(--forest);color:#fff;position:relative;overflow:hidden}
.booking::before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.02),transparent 60%);pointer-events:none}
.booking .section-head .eyebrow{color:rgba(232,223,203,.65)}
.booking .section-head .eyebrow::before{background:var(--autumn)}
.booking .h-lg{color:#fff}
.booking .h-lg em{color:var(--autumn)}
.booking .lede{color:rgba(232,223,203,.78);max-width:620px}
.booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px}
.booking-card{display:flex;flex-direction:column;justify-content:space-between;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);padding:44px 40px;border-radius:2px;text-decoration:none;color:#fff;transition:background var(--t-hover),border-color var(--t-hover),transform var(--t-spring);min-height:240px;position:relative;overflow:hidden}
.booking-card:hover{background:rgba(255,255,255,.07);border-color:rgba(232,223,203,.4);transform:translateY(-2px)}
.booking-card:active{transform:scale(.99)}
.booking-card-primary{background:var(--autumn);color:var(--forest-dk);border-color:transparent}
.booking-card-primary:hover{background:#D26A40;border-color:transparent}
.booking-card .b-eyebrow{font-size:.7rem;letter-spacing:2.4px;text-transform:uppercase;font-weight:500;opacity:.7;margin-bottom:14px}
.booking-card h3{font-family:'Fraunces',serif;font-size:1.85rem;font-weight:400;margin-bottom:14px;line-height:1.1}
.booking-card p{font-size:.92rem;line-height:1.6;opacity:.82;font-weight:300;max-width:340px}
.booking-card .b-arrow{font-size:1.4rem;align-self:flex-end;margin-top:auto;font-weight:300;opacity:.6;transition:transform .3s ease,opacity .3s ease}
.booking-card:hover .b-arrow{transform:translateX(6px);opacity:1}
.booking-foot{margin-top:32px;font-size:.82rem;color:rgba(232,223,203,.55);text-align:center;font-weight:300}

/* ========== MEMBERSHIP ========== */
.membership{background:var(--oat-pale)}
.member-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:start}
.member-intro p{margin-bottom:20px;color:var(--ink-soft);line-height:1.78}
.member-status{margin-top:32px;padding:20px 24px;background:#fff;border-left:3px solid var(--autumn);border-radius:2px;font-size:.95rem;color:var(--ink);font-weight:500}
.member-status strong{color:var(--autumn);letter-spacing:.5px}
.member-cards{display:flex;flex-direction:column;gap:14px}
.member-card{background:#fff;padding:28px 32px;border:1px solid var(--line);border-radius:2px;display:flex;align-items:center;justify-content:space-between;gap:24px;transition:border-color .3s ease,transform .3s ease}
.member-card:hover{border-color:var(--autumn);transform:translateX(4px)}
.member-card-text h4{font-family:'Fraunces',serif;font-size:1.18rem;font-weight:500;color:var(--ink);margin-bottom:4px}
.member-card-text p{font-size:.82rem;color:var(--ink-soft);line-height:1.5}
.member-card-tag{flex-shrink:0;font-size:.7rem;letter-spacing:1.8px;text-transform:uppercase;color:var(--autumn);font-weight:600;padding:6px 12px;border:1px solid currentColor;border-radius:2px}

/* ========== CLUBHOUSE ========== */
.clubhouse{background:#fff}
.clubhouse-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:96px;align-items:center}
.clubhouse-visual{aspect-ratio:4/5;border-radius:4px;overflow:hidden;background:linear-gradient(160deg,var(--autumn) 0%,#D9CDA8 50%,var(--moss) 100%);position:relative;display:flex;align-items:flex-end;padding:48px}
.clubhouse-visual::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 30%,rgba(255,255,255,.18),transparent 65%)}
.clubhouse-vt{position:relative;color:var(--forest-dk)}
.clubhouse-vt .eyebrow{color:var(--forest-dk);opacity:.7;margin-bottom:14px}
.clubhouse-vt h3{font-family:'Fraunces',serif;font-size:1.65rem;font-weight:400;font-style:italic;line-height:1.25;max-width:280px}
.clubhouse-text .lede{margin-bottom:28px}
.rooms{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:36px}
.room h4{font-family:'Fraunces',serif;font-size:1.18rem;font-weight:500;color:var(--ink);margin-bottom:8px}
.room p{font-size:.92rem;color:var(--ink-soft);line-height:1.65}
.room-tag{display:inline-block;font-size:.66rem;letter-spacing:1.8px;text-transform:uppercase;color:var(--autumn);font-weight:600;margin-bottom:10px}

/* ========== TESTIMONIALS ========== */
.testimonials{background:var(--forest-dk);color:#fff;padding:140px 56px}
.testimonials-inner{max-width:980px;margin:0 auto;text-align:center}
.testimonials .eyebrow{color:rgba(232,223,203,.55);justify-content:center;display:inline-flex;align-items:center;gap:14px;margin-bottom:24px}
.testimonials .eyebrow::before,.testimonials .eyebrow::after{content:"";display:block;width:28px;height:1px;background:var(--autumn)}
.test-track{display:grid;grid-template-columns:1fr;gap:48px;margin-top:32px}
.test-q{font-family:'Fraunces',serif;font-size:clamp(1.45rem,2.8vw,2.05rem);font-weight:300;font-style:italic;line-height:1.4;color:#fff;max-width:820px;margin:0 auto}
.test-attribution{margin-top:18px;font-size:.74rem;letter-spacing:2px;text-transform:uppercase;color:var(--autumn);font-weight:500}
.test-attribution span{color:rgba(232,223,203,.55);font-weight:400;margin-left:8px}
.test-divider{width:60px;height:1px;background:rgba(232,223,203,.2);margin:36px auto}

/* ========== CONTACT ========== */
.contact{background:var(--oat-pale)}
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;align-items:start}
.contact-info .h-lg{margin-bottom:28px}
.contact-info .lede{margin-bottom:48px;max-width:480px}
.contact-block{margin-bottom:32px}
.contact-block-label{font-size:.7rem;letter-spacing:2.2px;text-transform:uppercase;color:var(--autumn);font-weight:600;margin-bottom:10px}
.contact-block-val{font-size:1.05rem;color:var(--ink);font-weight:400;line-height:1.55}
.contact-block-val a{color:var(--forest);text-decoration:none;transition:color .2s}
.contact-block-val a:hover{color:var(--forest-dk)}
.contact-block-sub{font-size:.85rem;color:var(--ink-soft);margin-top:4px}
.contact-form{background:#fff;padding:48px;border-radius:4px;border:1px solid var(--line)}
.contact-form h3{font-family:'Fraunces',serif;font-size:1.5rem;font-weight:500;margin-bottom:8px}
.contact-form .sub{font-size:.92rem;color:var(--ink-soft);margin-bottom:32px}
.field{margin-bottom:20px}
.field label{display:block;font-size:.7rem;letter-spacing:1.8px;text-transform:uppercase;color:var(--moss);font-weight:600;margin-bottom:8px}
.field input,.field textarea,.field select{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:2px;font:inherit;font-size:.95rem;background:#fff;color:var(--ink);transition:border-color .2s ease}
.field input:focus,.field textarea:focus,.field select:focus{outline:0;border-color:var(--forest)}
.field textarea{resize:vertical;min-height:110px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-submit{background:var(--forest);color:#fff;padding:16px 32px;border:0;border-radius:2px;font-size:.78rem;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;cursor:pointer;width:100%;transition:background .2s ease}
.form-submit:hover{background:var(--forest-dk)}
.form-foot{margin-top:16px;font-size:.78rem;color:var(--ink-soft);text-align:center}

/* ========== MAP ========== */
.map-wrap{margin-top:80px;aspect-ratio:21/9;border-radius:4px;overflow:hidden;border:1px solid var(--line)}
.map-wrap iframe{width:100%;height:100%;border:0;filter:saturate(.85)}

/* ========== PROMOS / CARDS / GALLERY ========== */
.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:24px}
.promo-card{background:#fff;border:1px solid var(--line);border-radius:3px;padding:40px 36px;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;gap:14px;min-height:300px;position:relative;overflow:hidden}
.promo-card::after{content:"→";position:absolute;bottom:36px;right:36px;font-size:1.4rem;color:var(--autumn);transition:transform .3s ease}
.promo-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px -20px rgba(15,20,17,.22);border-color:var(--autumn)}
.promo-card:hover::after{transform:translateX(6px)}
.promo-card .eyebrow{margin-bottom:6px}
.promo-card h3{font-family:'Fraunces',serif;font-size:1.55rem;font-weight:500;color:var(--ink);margin:6px 0;line-height:1.2}
.promo-card p{font-size:.95rem;color:var(--ink-soft);line-height:1.6;flex-grow:1;max-width:none}
.promo-card-sea{background:var(--forest);border-color:var(--forest-dk);color:#fff}
.promo-card-sea h3{color:#fff}
.promo-card-sea p{color:rgba(232,223,203,.78)}
.promo-card-sea .eyebrow{color:var(--autumn)}
.promo-card-sea::after{color:var(--autumn)}
.promo-card-sea:hover{border-color:var(--autumn)}

/* Video wrappers */
.video-wrap{position:relative;aspect-ratio:16/9;background:var(--deep);border-radius:4px;overflow:hidden;box-shadow:0 24px 64px -16px rgba(15,20,17,.32)}
.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-full{background:var(--forest-dk);padding:80px 56px}
.video-full-inner{max-width:1180px;margin:0 auto}
.video-full .video-wrap{box-shadow:0 32px 80px -24px rgba(0,0,0,.5)}

/* Gallery still-grid (drone video stills) */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);margin-top:24px}
.gallery-cell{position:relative;aspect-ratio:1/1;background:#000;overflow:hidden;transition:transform .3s ease}
.gallery-cell img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s cubic-bezier(.16,.84,.3,1),filter .3s ease;filter:saturate(.92)}
.gallery-cell:hover img{transform:scale(1.06);filter:saturate(1.05)}
.gallery-cell-label{position:absolute;bottom:14px;left:14px;font-size:.66rem;letter-spacing:1.8px;text-transform:uppercase;color:#fff;background:rgba(15,20,17,.7);padding:5px 10px;border-radius:2px;font-weight:500;backdrop-filter:blur(4px)}

/* Dress code grid */
.dress-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:24px}
.dress-card{background:#fff;border:1px solid var(--line);border-radius:3px;padding:32px 36px;display:flex;flex-direction:column;gap:14px}
.dress-card-tag{display:inline-block;align-self:flex-start;font-size:.66rem;letter-spacing:2px;text-transform:uppercase;color:var(--autumn);font-weight:600;padding:5px 12px;border:1px solid var(--autumn);border-radius:2px}
.dress-card h3{font-family:'Fraunces',serif;font-size:1.35rem;font-weight:500;color:var(--ink);margin-bottom:4px}
.dress-card p{font-size:.95rem;color:var(--ink-soft);line-height:1.7}
.dress-card ul{list-style:none;padding:0;margin-top:6px}
.dress-card ul li{padding-left:22px;position:relative;margin-bottom:8px;font-size:.94rem;color:var(--ink-soft);line-height:1.55}
.dress-card ul li::before{content:"";position:absolute;left:0;top:11px;width:12px;height:1px;background:var(--autumn)}

/* Fees table */
.fees-table{width:100%;border-collapse:collapse;margin-top:32px;background:#fff;border:1px solid var(--line);border-radius:4px;overflow:hidden;font-size:.95rem}
.fees-table th,.fees-table td{padding:18px 22px;text-align:left;border-bottom:1px solid var(--line)}
.fees-table tr:last-child td{border-bottom:0}
.fees-table thead th{background:var(--forest-dk);color:#fff;font-family:'DM Sans',sans-serif;font-size:.72rem;letter-spacing:1.4px;text-transform:uppercase;font-weight:600}
.fees-table tbody td:first-child{font-family:'Fraunces',serif;color:var(--ink);font-weight:500;font-size:1.02rem}
.fees-table tbody td:not(:first-child){color:var(--ink);font-weight:500}
.fees-table tbody tr:hover{background:rgba(184,92,56,.04)}

/* Inline meta callout (Hogan story / facts) */
.meta-callout{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:48px 0;background:var(--forest-dk);color:#fff;border-radius:4px;overflow:hidden}
.meta-callout-cell{padding:36px 32px;border-right:1px solid rgba(255,255,255,.1)}
.meta-callout-cell:last-child{border-right:0}
.meta-callout-n{font-family:'Fraunces',serif;font-size:2.4rem;color:var(--autumn);font-weight:400;line-height:1;margin-bottom:10px}
.meta-callout-l{font-size:.7rem;letter-spacing:2px;text-transform:uppercase;color:rgba(232,223,203,.65);font-weight:500;margin-bottom:6px}
.meta-callout-d{font-size:.9rem;color:rgba(232,223,203,.85);line-height:1.55;font-weight:300}

/* ========== FOOTER ========== */
footer{background:var(--deep);color:rgba(232,223,203,.65);padding:80px 56px 32px}
.footer-inner{max-width:1280px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;margin-bottom:64px}
.foot-brand .nav-logo{color:#fff}
.foot-brand p{font-size:.92rem;line-height:1.7;color:rgba(232,223,203,.55);margin-top:20px;max-width:340px;font-weight:300}
.foot-col h5{font-size:.7rem;letter-spacing:2.2px;text-transform:uppercase;color:var(--autumn);font-weight:600;margin-bottom:20px}
.foot-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.foot-col a{color:rgba(232,223,203,.65);text-decoration:none;font-size:.92rem;transition:color .2s ease}
.foot-col a:hover{color:#fff}
.foot-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;font-size:.78rem;color:rgba(232,223,203,.4)}
.foot-bottom a{color:rgba(232,223,203,.55);text-decoration:none;margin-left:20px}
.foot-bottom a:hover{color:#fff}
.foot-built{font-size:.72rem;letter-spacing:1px}
.foot-built a{color:var(--autumn)}

/* ========== RESPONSIVE ========== */
@media (max-width:1024px){
  .nav{padding:14px 32px}
  .nav-scrolled{padding:10px 32px}
  section,.heritage-strip,.testimonials,.page-hero,.video-full{padding-left:32px;padding-right:32px}
  .page-hero{padding-top:160px;padding-bottom:72px}
  footer{padding:64px 32px 32px}
  .hero-overlay{padding:0 32px 72px}
  .heritage-inner{grid-template-columns:repeat(2,1fr);gap:32px}
  .heritage-cell{border-right:0;padding-right:0}
  .holes-grid{grid-template-columns:repeat(3,1fr)}
  .story-grid,.member-grid,.clubhouse-grid,.contact-grid{grid-template-columns:1fr;gap:48px}
  .story-video{position:static}
  .booking-grid,.rooms,.promo-grid,.dress-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .footer-top{grid-template-columns:1fr 1fr}
  .hole-detail{grid-template-columns:80px 1fr;gap:24px}
  .hole-detail-side{display:none}
  .hole-detail-num{font-size:2.8rem}
  .meta-callout{grid-template-columns:1fr}
  .meta-callout-cell{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .meta-callout-cell:last-child{border-bottom:0}
}
@media (max-width:768px){
  .nav-links{display:none}
  .nav-burger{display:flex}
  .nav-mobile-menu{display:block;position:fixed;top:0;right:0;bottom:0;width:min(82vw,360px);background:var(--oat-pale);z-index:60;padding:80px 28px 28px;transform:translateX(100%);transition:transform .35s cubic-bezier(.16,.84,.3,1);overflow-y:auto;box-shadow:-20px 0 40px -10px rgba(15,20,17,.18)}
  .nav-mobile-menu.open{transform:translateX(0)}
  .nav-mobile-overlay{display:block;position:fixed;inset:0;background:rgba(15,20,17,.5);z-index:55;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}
  .nav-mobile-menu a{display:block;padding:14px 0;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none;font-size:.92rem;font-weight:500;letter-spacing:.5px}
  .nav-mobile-menu a:hover{color:var(--forest)}
  .nav-mobile-menu .nav-mobile-section{font-size:.66rem;letter-spacing:2px;text-transform:uppercase;color:var(--autumn);font-weight:600;margin:24px 0 4px;border:0;padding:0;display:block}
  .nav-mobile-menu .nav-mobile-section:first-child{margin-top:0}
  .nav-mobile-menu .nav-cta{display:block;margin-top:24px;text-align:center;background:var(--forest);color:#fff;border-radius:2px}
  .nav-mobile-overlay.open{opacity:1;visibility:visible}
}
@media (max-width:640px){
  .nav{padding:12px 20px}
  .nav-scrolled{padding:10px 20px}
  section,.heritage-strip,.testimonials,.page-hero,.video-full{padding-left:20px;padding-right:20px}
  .page-hero{padding-top:140px;padding-bottom:56px}
  footer{padding:48px 20px 24px}
  .hero{min-height:600px}
  .hero-overlay{padding:0 20px 56px}
  .hero h1{font-size:2.4rem}
  .hero-tagline{font-size:.96rem}
  .heritage-inner{grid-template-columns:1fr}
  .holes-grid{grid-template-columns:repeat(2,1fr)}
  .hole{padding:20px 16px}
  .course-head{flex-direction:column;align-items:flex-start}
  .course-stats{width:100%;justify-content:space-between;gap:0}
  .course-stat{text-align:left;flex:1}
  .booking-card,.contact-form,.promo-card{padding:32px 24px}
  .field-row{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr;gap:32px}
  .foot-bottom{flex-direction:column;align-items:flex-start}
  .foot-bottom a{margin-left:0;margin-right:14px}
  .gallery-grid{grid-template-columns:1fr}
  .scorecard{font-size:.78rem}
  .scorecard th,.scorecard td{padding:10px 8px}
}
@media (prefers-reduced-motion: reduce){
  *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}


/* ========== ROTHERHAM ADDITIONS ========== */
/* Team cards (Board of Directors, Professional Team) */
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:48px}
.team-card{background:#fff;border:1px solid var(--line);border-radius:3px;padding:36px 32px;text-align:left}
.team-card h3{font-family:'Fraunces',serif;font-size:1.3rem;font-weight:500;color:var(--ink);margin-bottom:4px}
.team-card .role{font-size:.72rem;letter-spacing:2px;text-transform:uppercase;color:var(--autumn);font-weight:600;margin-bottom:14px;display:block}
.team-card p{font-size:.92rem;color:var(--ink-soft);line-height:1.65}
.team-card-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--oat),var(--moss));display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-family:'Fraunces',serif;font-size:1.6rem;color:var(--forest-dk);font-weight:500}
@media(max-width:1024px){.team-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.team-grid{grid-template-columns:1fr}}

/* Course-tour 18-hole interactive grid (heightened) */
.holes-rotherham{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:var(--line);margin-top:48px}
.holes-rotherham .hole{cursor:pointer}
.holes-rotherham .hole:focus-within,.holes-rotherham .hole.active{background:var(--oat-pale);outline:2px solid var(--autumn);outline-offset:-2px;z-index:2}
@media(max-width:1024px){.holes-rotherham{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.holes-rotherham{grid-template-columns:repeat(2,1fr)}}

/* Hole detail panel (opens when clicked) */
.hole-panel{display:none;grid-column:1/-1;background:var(--oat-pale);border-top:2px solid var(--autumn);padding:48px}
.hole-panel.open{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.hole-panel h3{font-family:'Fraunces',serif;font-size:2rem;font-weight:400;color:var(--ink);margin-bottom:10px}
.hole-panel .meta{display:flex;gap:18px;margin-bottom:18px;font-size:.74rem;letter-spacing:1.6px;text-transform:uppercase;color:var(--moss);font-weight:500}
.hole-panel p{color:var(--ink-soft);line-height:1.7;font-size:.96rem}
@media(max-width:1024px){.hole-panel.open{grid-template-columns:1fr;padding:32px}}

/* Membership pricing table — fee-highlight class for emphasis */
.fees-table .fee-highlight{color:var(--autumn);font-weight:600}
.fees-table thead.thead-sticky th{position:sticky;top:0}

/* Willett pull-quote (homepage hero hook) */
.willett-quote{margin:48px 0;padding:32px 36px;border-left:3px solid var(--autumn);background:rgba(184,92,56,.06);font-family:'Fraunces',serif;font-size:1.35rem;font-style:italic;font-weight:300;color:var(--ink);line-height:1.5}
.willett-quote cite{display:block;margin-top:14px;font-family:'DM Sans',sans-serif;font-size:.78rem;letter-spacing:2px;text-transform:uppercase;color:var(--autumn);font-style:normal;font-weight:600}

/* Heritage timeline (history page) */
.timeline{display:flex;flex-direction:column;gap:0;margin:48px 0}
.timeline-row{display:grid;grid-template-columns:120px 1fr;gap:40px;padding:32px 0;border-bottom:1px solid var(--line)}
.timeline-row:last-child{border-bottom:0}
.timeline-year{font-family:'Fraunces',serif;font-size:2.4rem;font-weight:400;color:var(--autumn);line-height:1}
.timeline-body h3{font-family:'Fraunces',serif;font-size:1.3rem;font-weight:500;color:var(--ink);margin-bottom:8px}
.timeline-body p{color:var(--ink-soft);line-height:1.7;max-width:640px}
@media(max-width:640px){.timeline-row{grid-template-columns:1fr;gap:8px}.timeline-year{font-size:1.8rem}}

/* Coat of arms decorative */
.coat-decoration{display:inline-block;color:var(--autumn);font-size:1.2rem;letter-spacing:8px;margin:8px 0}

/* ====================================================================
   MOTION SYSTEM (added 2026-05-26, per the skill's premium-hospitality rules)
   See ~/.claude/skills/forte-vertical-golf-course/SKILL.md "Motion & animation system"
   ==================================================================== */

/* Hero word-level rise — words slide up from below on page load */
.hero h1 .word-wrap { display: inline-block; overflow: hidden; vertical-align: top; }
.hero h1 .word { display: inline-block; transform: translateY(110%); will-change: transform; }
.hero h1.animate .word { transition: transform 1.1s cubic-bezier(.16,.84,.3,1); transform: translateY(0); }

/* Brass rule draw-ins — small horizontal accent before each section eyebrow */
.brass-rule { display: inline-block; height: 1px; background: var(--autumn, #C5A348); width: 0; transition: width 1s cubic-bezier(.16,.84,.3,1); margin-right: 14px; vertical-align: middle; }
.brass-rule.in { width: 36px; }
/* === FORTE CHAPTERS + WEATHER === */

/* Chapter background colour morph */
body[data-chapter="arrival"]   { background-color: #faf7f0; }
body[data-chapter="course"]    { background-color: #f4f1e8; }
body[data-chapter="experience"]{ background-color: #efebe0; }
body[data-chapter="heritage"]  { background-color: #ebe6d8; }
body[data-chapter="contact"]   { background-color: #f4f1e8; }
body { transition: background-color 1.2s cubic-bezier(.4,0,.2,1); }

/* Section image clip-path reveals */
.chapter-img,
.story-image,
.section-photo {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.6s cubic-bezier(.16,.84,.3,1);
  will-change: clip-path;
}
.chapter-img.is-revealed,
.story-image.is-revealed,
.section-photo.is-revealed {
  clip-path: inset(0 0 0 0);
}

/* Chapter heading dramatic reveal */
.chapter-heading {
  overflow: hidden;
  display: inline-block;
}
.chapter-heading > span {
  display: inline-block;
  transform: translateY(105%);
  transition: transform 1.2s cubic-bezier(.16,.84,.3,1);
}
.chapter-heading.is-revealed > span {
  transform: translateY(0);
}

/* === Live Weather Widget === */
.forte-weather {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 50;
  background: rgba(15, 24, 30, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #f4eed8;
  border: 1px solid rgba(184, 153, 90, 0.35);
  border-radius: 14px;
  padding: 12px 16px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  min-width: 180px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: auto;
}
.forte-weather.is-loaded {
  opacity: 1;
  transform: translateY(0);
}
.forte-weather-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.forte-weather-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.forte-weather-icon svg {
  width: 100%;
  height: 100%;
  fill: #b8995a;
}
.forte-weather-temp {
  font-size: 1.35rem;
  font-weight: 500;
  color: #f4eed8;
  line-height: 1;
  font-family: 'Cormorant Garamond', 'Fraunces', serif;
  letter-spacing: 0;
}
.forte-weather-meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-size: 0.66rem;
  color: rgba(244, 238, 216, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.forte-weather-wind {
  color: rgba(244, 238, 216, 0.85);
}
.forte-weather-arrow {
  display: inline-block;
  transform-origin: center;
  margin-right: 4px;
  color: #b8995a;
}
.forte-weather-label {
  font-size: 0.6rem;
  margin-top: 4px;
  padding-top: 6px;
  border-top: 1px solid rgba(184, 153, 90, 0.18);
  color: rgba(244, 238, 216, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 720px) {
  .forte-weather {
    bottom: 16px;
    right: 16px;
    padding: 10px 12px;
    min-width: 0;
    font-size: 0.7rem;
  }
  .forte-weather-temp { font-size: 1.1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .chapter-img, .story-image, .section-photo,
  .chapter-heading > span {
    clip-path: inset(0 0 0 0) !important;
    transform: none !important;
  }
}

/* === FORTE ATELIER LAYER === */

/* Three.js decorative canvas (hero corner) */

/* Ambient audio toggle */
.forte-audio-toggle {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 50;
  background: rgba(15, 24, 30, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #f4eed8;
  border: 1px solid rgba(184, 153, 90, 0.35);
  border-radius: 999px;
  padding: 0;
  width: 46px;
  height: 46px;
  cursor: pointer;
  font-family: 'DM Sans', system-ui, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(.34,1.56,.64,1), background 0.25s ease, width 0.4s cubic-bezier(.16,.84,.3,1);
  opacity: 0;
  transform: translateY(12px);
  animation: audio-fade-in 0.6s ease 1.4s forwards;
  overflow: hidden;
}
@keyframes audio-fade-in {
  to { opacity: 1; transform: translateY(0); }
}
.forte-audio-toggle:hover {
  background: rgba(184, 153, 90, 0.95);
  color: #0E1A24;
}
.forte-audio-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.forte-audio-icon svg { width: 100%; height: 100%; fill: currentColor; }
.forte-audio-label {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 8px;
  opacity: 0;
  width: 0;
  transition: opacity 0.3s ease, width 0.4s ease;
}
.forte-audio-toggle.is-expanded {
  width: 132px;
  padding: 0 16px;
  border-radius: 23px;
}
.forte-audio-toggle.is-expanded .forte-audio-label {
  opacity: 1;
  width: auto;
  margin-left: 10px;
}
.forte-audio-toggle.is-playing .forte-audio-icon::before {
  content: '';
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(184, 153, 90, 0.5);
  border-radius: 50%;
  animation: audio-pulse 2.4s ease-out infinite;
  pointer-events: none;
}
@keyframes audio-pulse {
  0% { transform: scale(0.85); opacity: 0.8; }
  100% { transform: scale(1.4); opacity: 0; }
}
@media (max-width: 720px) {
  .forte-audio-toggle { bottom: 84px; left: 16px; }
}

/* Members-area dashboard mockup card (homepage) */
.forte-member-preview {
  background: linear-gradient(135deg, #0E1A24 0%, #1a2c3a 100%);
  color: #f4eed8;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 36px 80px -32px rgba(14,26,36,.45), 0 8px 20px -6px rgba(14,26,36,.18);
  border: 1px solid rgba(184, 153, 90, 0.28);
  position: relative;
  overflow: hidden;
}
.forte-member-preview::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(184,153,90,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.forte-member-eyebrow {
  font-size: 0.66rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #b8995a;
  margin-bottom: 14px;
}
.forte-member-title {
  font-family: 'Cormorant Garamond', 'Fraunces', serif;
  font-size: 1.65rem;
  font-weight: 400;
  margin-bottom: 26px;
  color: #f4eed8;
  line-height: 1.2;
}
.forte-member-title em { color: #b8995a; font-style: italic; }
.forte-member-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}
.forte-member-card {
  background: rgba(244, 238, 216, 0.06);
  border: 1px solid rgba(184, 153, 90, 0.18);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.forte-member-card-lbl {
  font-size: 0.58rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(244,238,216,0.55);
}
.forte-member-card-val {
  font-family: 'Cormorant Garamond', 'Fraunces', serif;
  font-size: 1.45rem;
  font-weight: 400;
  color: #f4eed8;
  line-height: 1.1;
}
.forte-member-card-val em { color: #b8995a; font-style: normal; font-weight: 500; }
.forte-member-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid rgba(184,153,90,0.18);
  font-size: 0.7rem;
  color: rgba(244,238,216,0.6);
}
.forte-member-pulse {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6b8c4e;
  margin-right: 6px;
  box-shadow: 0 0 0 0 rgba(107, 140, 78, 0.7);
  animation: member-pulse 2s infinite;
}
@keyframes member-pulse {
  0% { box-shadow: 0 0 0 0 rgba(107, 140, 78, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(107, 140, 78, 0); }
  100% { box-shadow: 0 0 0 0 rgba(107, 140, 78, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .forte-audio-toggle { animation: none; opacity: 1; transform: none; }
  .forte-audio-toggle.is-playing .forte-audio-icon::before { animation: none; }
  .forte-member-pulse { animation: none; }
}
/* === HOLE EXPLORER (signature feature) === */
.hole-explorer-section{padding:96px 0 72px;background:var(--linen)}
.hole-explorer{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:start}
.hole-explorer-map{position:relative;background:#fff;border-radius:12px;padding:18px;box-shadow:0 24px 60px -28px rgba(14,26,36,.16),0 4px 14px -6px rgba(14,26,36,.08);border:1px solid rgba(184,153,90,.18)}
.course-routing{width:100%;height:auto;display:block}
.map-title{font-family:'Fraunces',serif;font-size:18px;fill:#0E1A24;letter-spacing:.5px}
.map-sub{font-family:'DM Sans',sans-serif;font-size:11px;fill:#3A4855;letter-spacing:2.5px;text-transform:uppercase}
.clubhouse-label{font-family:'DM Sans',sans-serif;font-size:11px;fill:#8B6F3A;letter-spacing:1.5px;text-transform:uppercase;font-weight:500}

/* Routing path — much subtler, no draw-in animation (was looking busy) */
.routing-path{fill:none;stroke:#B8995A;stroke-width:1.2;stroke-dasharray:3 6;stroke-linecap:round;opacity:.22}

/* Markers — no scale/spring transitions. Hover and active states only change colour. */
.hole-marker{cursor:pointer}
.hole-marker-ring{fill:none;stroke:#B8995A;stroke-width:1;opacity:0;transition:opacity .2s ease;r:22}
.hole-marker-bg{fill:#F4EFE0;stroke:#3D5F45;stroke-width:1.5;transition:fill .2s ease,stroke-width .2s ease,stroke .2s ease}
.hole-marker-num{font-family:'Fraunces',serif;font-size:14px;fill:#0E1A24;font-weight:500;pointer-events:none;transition:fill .2s ease}
.hole-marker:hover .hole-marker-bg{fill:#3D5F45;stroke-width:2}
.hole-marker:hover .hole-marker-num{fill:#F4EFE0}
.hole-marker:hover .hole-marker-ring{opacity:.6}
.hole-marker.is-active .hole-marker-bg{fill:#B8995A;stroke:#3D5F45;stroke-width:2}
.hole-marker.is-active .hole-marker-num{fill:#0E1A24}
.hole-marker.is-active .hole-marker-ring{opacity:1;stroke:#B8995A;stroke-width:1.5}
.hole-marker.is-signature .hole-marker-bg{stroke:#B8995A;stroke-width:2.5}

.hole-explorer-detail{position:sticky;top:108px;background:#fff;border-radius:12px;padding:36px 32px;box-shadow:0 24px 60px -28px rgba(14,26,36,.18),0 4px 14px -6px rgba(14,26,36,.08);border:1px solid rgba(184,153,90,.18);min-height:620px;contain:layout style}
.hole-detail-empty{text-align:center;padding:40px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:380px}
.hole-detail-empty h3{font-family:'Fraunces',serif;font-size:1.85rem;font-weight:400;margin:14px 0 18px;color:var(--ink)}
.hole-detail-empty-text{color:var(--ink-soft);max-width:300px;margin-bottom:36px;font-size:.92rem;line-height:1.6}
.hole-detail-empty-stats{display:flex;gap:32px;justify-content:center;padding-top:24px;border-top:1px solid rgba(184,153,90,.2);width:100%}
.hole-detail-empty-stats div{display:flex;flex-direction:column;align-items:center;gap:6px}
.hole-detail-empty-stats .stat-num{font-family:'Fraunces',serif;font-size:1.7rem;color:var(--brass);font-weight:400}
.hole-detail-empty-stats .stat-lbl{font-size:.66rem;letter-spacing:2px;text-transform:uppercase;color:var(--ink-soft)}

/* Explorer detail panel — vertical stack, thumbnail-led visual hierarchy */
.hole-explorer-detail .hole-detail{display:flex;flex-direction:column;gap:0;grid-template-columns:none;padding:0;border:0}

/* Top: hole number + signature badge */
.hole-explorer-detail .hole-detail-num-wrap{display:flex;align-items:baseline;gap:18px;border-bottom:1px solid rgba(184,153,90,.25);padding-bottom:16px;margin-bottom:24px}
.hole-explorer-detail .hole-detail-num{font-family:'Fraunces',serif;font-size:5.6rem;font-weight:300;line-height:.9;color:var(--ink);letter-spacing:-.03em;transition:color .35s ease}
.hole-explorer-detail .hole-detail-num em{font-style:italic;color:var(--brass);font-weight:300;font-variant-numeric:tabular-nums}
.hole-detail-badge{font-size:.62rem;letter-spacing:2.5px;text-transform:uppercase;color:var(--ink-soft);font-weight:500;padding:5px 9px;border:1px solid rgba(184,153,90,.3);border-radius:2px;transition:color .35s ease,border-color .35s ease,background .35s ease;align-self:center}
.hole-detail-badge.is-signature{color:var(--brass);border-color:var(--brass);background:rgba(184,153,90,.08)}
.hole-detail-signature{font-size:.62rem;letter-spacing:2.5px;text-transform:uppercase;color:var(--brass);font-weight:500;padding:6px 10px;border:1px solid var(--brass);border-radius:2px}

/* Middle: typographic stats row (no boxy tiles) */
.hole-explorer-detail .hole-detail-stats{display:flex;gap:0;margin-bottom:28px;border-bottom:1px solid rgba(184,153,90,.18);padding-bottom:24px}
.hole-explorer-detail .hole-detail-stat{flex:1;text-align:left;padding:0 24px 0 0;background:none;border:0;border-right:1px solid rgba(184,153,90,.18)}
.hole-explorer-detail .hole-detail-stat:not(:first-child){padding-left:24px}
.hole-explorer-detail .hole-detail-stat:last-child{border-right:0;padding-right:0}
.hole-explorer-detail .hole-detail-stat-num{font-family:'Fraunces',serif;font-size:2.3rem;font-weight:300;color:var(--ink);line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.02em}
.hole-explorer-detail .hole-detail-stat-lbl{font-size:.58rem;letter-spacing:2px;text-transform:uppercase;color:var(--ink-soft);margin-top:8px;font-weight:500}

/* Plan SVG container — locked height + crossfade swap */
.hole-detail-plan{width:100%;aspect-ratio:16/10;margin-bottom:24px;background:#0E1A24;border-radius:8px;overflow:hidden;transition:opacity .22s cubic-bezier(.4,0,.2,1);box-shadow:0 18px 40px -22px rgba(14,26,36,.35)}
.hole-detail-plan.is-swapping{opacity:0}
.hole-detail-plan svg{width:100%;height:100%;display:block}

/* Proper hole illustration colours — palette honours the country-house theme */
/* Hole plan thumbnail — clean image-led view, replaces the procedural SVG */
.hole-plan-img-wrap{position:relative;width:100%;height:100%;border-radius:4px;overflow:hidden;cursor:pointer;background:#0E1A24}
.hole-plan-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.16,.84,.3,1),filter .35s ease}
.hole-plan-img-wrap:hover .hole-plan-img{transform:scale(1.05);filter:brightness(.7)}
.hole-plan-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:10px;color:#F4EFE0;font-family:'DM Sans',sans-serif;font-size:.74rem;letter-spacing:1.8px;text-transform:uppercase;font-weight:500;opacity:0;transition:opacity .35s ease;background:linear-gradient(180deg,rgba(14,26,36,0) 50%,rgba(14,26,36,.3) 100%);pointer-events:none}
.hole-plan-img-wrap:hover .hole-plan-play{opacity:1}
.hole-plan-play-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:rgba(184,153,90,.95);color:#0E1A24;font-size:.85rem;padding-left:3px}
.hole-plan-play-lbl{display:none}
/* Fallback (no video for this hole) */
.hole-plan-typo{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:linear-gradient(135deg,#F4EFE0 0%,#E8DFC8 100%);gap:10px;border-radius:4px}
.hole-plan-typo-eyebrow{font-size:.62rem;letter-spacing:2.5px;text-transform:uppercase;color:var(--ink-soft);font-weight:500}
.hole-plan-typo-pars{font-family:'Fraunces',serif;font-size:1.4rem;color:var(--ink);font-weight:400}

.hole-explorer-detail .hole-detail-desc{font-size:1.05rem;line-height:1.65;color:var(--ink);margin:0 0 24px 0;font-style:italic;font-family:'Fraunces',serif;font-weight:300;min-height:84px;transition:opacity .25s ease;padding-left:18px;border-left:2px solid var(--brass);max-width:none}
.hole-detail-cta{display:inline-flex;align-items:center;gap:10px;background:var(--ink);color:#fff;padding:14px 22px;border-radius:2px;font-size:.72rem;letter-spacing:1.8px;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;border:0;transition:background .25s ease,letter-spacing .25s ease;width:100%;justify-content:center}
.hole-detail-cta:hover{background:var(--brass);color:var(--ink);letter-spacing:2.2px}
.hole-detail-cta-icon{width:14px;height:14px;border-radius:50%;background:var(--brass);display:inline-flex;align-items:center;justify-content:center;color:var(--ink);font-size:.6rem;font-style:normal}
.hole-explorer-detail .hole-detail-cta:hover .hole-detail-cta-icon{background:var(--ink);color:var(--brass)}

.hole-explorer-credit{text-align:center;margin-top:32px;font-size:.78rem;color:var(--ink-soft);letter-spacing:.6px}
.hole-explorer-credit a{color:var(--brass);text-decoration:none;border-bottom:1px solid rgba(184,153,90,.4)}

@media (max-width:900px){
  .hole-explorer{grid-template-columns:1fr;gap:24px}
  .hole-explorer-detail{position:static;min-height:0;padding:24px}
  .hole-detail-num{font-size:3rem}
  .hole-explorer-map{padding:10px}
}

.hole-detail-meta{margin-top:14px;padding:14px 18px;background:#FAF7F0;border:1px solid rgba(184,153,90,.25);border-radius:6px;font-family:'Cormorant Garamond','Fraunces',serif;font-size:1.15rem;color:var(--brass);text-align:center;letter-spacing:1.5px;text-transform:uppercase;font-weight:400}

/* ============================================================
   MEMBER HUB — proof-of-concept consolidated member experience
   ============================================================ */

/* Hero — softer than the public hero, signals "you're inside" */
.member-hero{position:relative;padding:140px 56px 80px;background:linear-gradient(180deg,#0E1A24 0%,#1A2A34 100%);color:#F4EFE0;overflow:hidden}
.member-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 0%,rgba(184,153,90,.18) 0%,transparent 50%),radial-gradient(circle at 80% 100%,rgba(61,95,69,.32) 0%,transparent 60%);pointer-events:none}
.member-hero-inner{position:relative;max-width:1280px;margin:0 auto;z-index:2}
.member-hero .eyebrow-brass{color:var(--brass);margin-bottom:18px}
.member-hero h1{color:#F4EFE0;margin-bottom:48px;font-size:clamp(2.6rem,5vw,4.4rem)}
.member-hero h1 em{color:var(--brass);font-style:italic;font-weight:300}

/* Status strip below hero — today at the club */
.member-status-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:rgba(244,239,224,.04);border:1px solid rgba(184,153,90,.22);border-radius:6px;overflow:hidden}
.member-status-cell{display:flex;flex-direction:column;gap:6px;padding:24px 28px;border-right:1px solid rgba(184,153,90,.18);position:relative}
.member-status-cell:last-child{border-right:0}
.member-status-num{font-family:'Fraunces',serif;font-size:2.4rem;font-weight:300;line-height:1;color:#F4EFE0;letter-spacing:-.02em}
.member-status-dot{display:inline-block;width:11px;height:11px;border-radius:50%;background:#6B8C4E;margin-bottom:8px;box-shadow:0 0 0 3px rgba(107,140,78,.18)}
.member-status-dot.is-open{animation:status-pulse 2.4s ease-in-out infinite}
@keyframes status-pulse{0%,100%{box-shadow:0 0 0 3px rgba(107,140,78,.18)}50%{box-shadow:0 0 0 6px rgba(107,140,78,.05)}}
.member-status-lbl{font-size:.85rem;color:#F4EFE0;font-weight:500}
.member-status-sub{font-size:.7rem;letter-spacing:1.2px;text-transform:uppercase;color:rgba(244,239,224,.55);margin-top:4px}

/* Quick actions */
.member-quick-actions-section{padding:80px 56px;background:#FAF7F0}
.member-quick-actions-section .container{max-width:1280px;margin:0 auto}
.member-quick-actions-section .eyebrow{margin-bottom:28px}
.member-quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.member-action-card{background:#fff;border:1px solid rgba(184,153,90,.18);border-radius:8px;padding:24px 24px 28px;display:flex;align-items:flex-start;gap:18px;text-decoration:none;color:inherit;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;position:relative}
.member-action-card:hover{transform:translateY(-2px);border-color:var(--brass);box-shadow:0 18px 40px -22px rgba(14,26,36,.2)}
.member-action-icon{font-size:1.6rem;color:var(--brass);line-height:1;flex-shrink:0;margin-top:2px}
.member-action-body{flex:1}
.member-action-body h3{font-family:'Fraunces',serif;font-size:1.15rem;font-weight:500;color:var(--ink);margin-bottom:4px;line-height:1.2}
.member-action-body p{font-size:.78rem;color:var(--ink-soft);line-height:1.5}
.member-action-arrow{position:absolute;top:24px;right:24px;color:var(--brass);font-size:1rem;transition:transform .25s ease}
.member-action-card:hover .member-action-arrow{transform:translateX(4px)}

/* News */
.member-news-section{padding:80px 56px;background:#fff}
.member-news-section .container{max-width:1280px;margin:0 auto}
.member-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:24px}
.member-news-card{padding:32px;background:#FAF7F0;border-radius:8px;border:1px solid rgba(184,153,90,.18)}
.member-news-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:.7rem;letter-spacing:1.4px;text-transform:uppercase}
.member-news-date{color:var(--ink-soft);font-weight:500}
.member-news-tag{background:var(--brass);color:#0E1A24;padding:3px 10px;border-radius:2px;font-weight:600}
.member-news-card h3{font-family:'Fraunces',serif;font-size:1.3rem;font-weight:500;line-height:1.3;color:var(--ink);margin-bottom:12px}
.member-news-card p{color:var(--ink-soft);line-height:1.6;font-size:.92rem;margin-bottom:18px}
.member-news-link{font-size:.78rem;letter-spacing:.6px;color:var(--brass);text-decoration:none;font-weight:600;border-bottom:1px solid rgba(184,153,90,.4);padding-bottom:1px}
.member-news-link:hover{border-bottom-color:var(--brass)}

/* Fixtures */
.member-fixtures-section{padding:80px 56px;background:#FAF7F0}
.member-fixtures-section .container{max-width:1280px;margin:0 auto}
.member-fixtures-tabs{display:flex;gap:0;border-bottom:1px solid rgba(184,153,90,.25);margin-bottom:0;margin-top:24px}
.member-fixtures-tab{background:none;border:0;padding:14px 24px;font-size:.74rem;letter-spacing:1.6px;text-transform:uppercase;font-weight:500;color:var(--ink-soft);cursor:pointer;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease;margin-bottom:-1px}
.member-fixtures-tab:hover{color:var(--ink)}
.member-fixtures-tab.is-active{color:var(--ink);border-bottom-color:var(--brass)}
.member-fixtures-table{width:100%;border-collapse:collapse;background:#fff;border-radius:0 0 8px 8px;overflow:hidden;box-shadow:0 12px 40px -24px rgba(14,26,36,.14)}
.member-fixtures-table thead{background:#FAF7F0;border-bottom:1px solid rgba(184,153,90,.25)}
.member-fixtures-table th{text-align:left;padding:14px 20px;font-size:.66rem;letter-spacing:1.8px;text-transform:uppercase;color:var(--ink-soft);font-weight:600}
.member-fixtures-table td{padding:18px 20px;border-bottom:1px solid rgba(184,153,90,.1);font-size:.92rem;color:var(--ink)}
.member-fixtures-table tbody tr:last-child td{border-bottom:0}
.member-fixtures-table tbody tr:hover{background:rgba(184,153,90,.04)}
.fixture-pill{display:inline-block;padding:3px 10px;border-radius:2px;font-size:.62rem;letter-spacing:1.4px;text-transform:uppercase;font-weight:600}
.fixture-pill.is-mens{background:rgba(61,95,69,.14);color:var(--forest,#3D5F45)}
.fixture-pill.is-ladies{background:rgba(107,31,46,.12);color:#6B1F2E}
.fixture-pill.is-seniors{background:rgba(184,153,90,.18);color:#8B6F3A}
.fixture-pill.is-juniors{background:rgba(122,144,184,.18);color:#3C5B7A}
.fixture-pill.is-mixed{background:rgba(14,26,36,.08);color:var(--ink)}
.member-fixture-cta{font-size:.7rem;letter-spacing:1.2px;text-transform:uppercase;color:var(--brass);text-decoration:none;font-weight:600}
.member-fixture-cta:hover{color:var(--ink)}
.member-fixtures-foot{margin-top:24px;font-size:.85rem;color:var(--ink-soft)}
.member-link{color:var(--brass);text-decoration:none;border-bottom:1px solid rgba(184,153,90,.4)}

/* Section hubs */
.member-sections-section{padding:80px 56px;background:#fff}
.member-sections-section .container{max-width:1280px;margin:0 auto}
.member-sections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:24px}
.member-section-card{display:block;padding:36px 36px 32px;border-radius:10px;text-decoration:none;color:inherit;position:relative;overflow:hidden;border:1px solid rgba(184,153,90,.18);transition:transform .3s ease,box-shadow .3s ease}
.member-section-card:hover{transform:translateY(-3px);box-shadow:0 24px 60px -30px rgba(14,26,36,.22)}
.member-section-mens{background:linear-gradient(135deg,#F4EFE0 0%,#E8E2CB 100%)}
.member-section-ladies{background:linear-gradient(135deg,#F4E8E8 0%,#E8D2D5 100%)}
.member-section-seniors{background:linear-gradient(135deg,#FAF1DE 0%,#EBDCAE 100%)}
.member-section-juniors{background:linear-gradient(135deg,#E6EBF2 0%,#C8D4E2 100%)}
.member-section-card .eyebrow-light{color:var(--ink-soft);margin-bottom:12px}
.member-section-card h3{font-family:'Fraunces',serif;font-size:1.5rem;font-weight:500;color:var(--ink);margin-bottom:18px;line-height:1.2}
.member-section-meta{list-style:none;padding:0;margin:0;border-top:1px solid rgba(14,26,36,.12);padding-top:18px}
.member-section-meta li{font-size:.85rem;color:var(--ink-soft);padding:5px 0;line-height:1.5;display:flex;align-items:center;gap:8px}
.member-section-meta li::before{content:"";display:block;width:5px;height:5px;border-radius:50%;background:var(--brass);flex-shrink:0}
.member-section-arrow{position:absolute;bottom:32px;right:36px;color:var(--brass);font-size:1.25rem;transition:transform .3s ease}
.member-section-card:hover .member-section-arrow{transform:translateX(6px)}

/* Committee */
.member-committee-section{padding:80px 56px;background:#FAF7F0}
.member-committee-section .container{max-width:1280px;margin:0 auto}
.member-committee-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}
.member-committee-cell{padding:24px 22px;background:#fff;border:1px solid rgba(184,153,90,.18);border-radius:6px;transition:border-color .25s ease,transform .25s ease}
.member-committee-cell:hover{border-color:var(--brass);transform:translateY(-2px)}
.member-committee-role{display:block;font-size:.64rem;letter-spacing:1.8px;text-transform:uppercase;color:var(--ink-soft);font-weight:600;margin-bottom:8px}
.member-committee-cell h4{font-family:'Fraunces',serif;font-size:1.1rem;font-weight:500;color:var(--ink);line-height:1.2}

/* Resources */
.member-resources-section{padding:80px 56px 120px;background:#fff}
.member-resources-section .container{max-width:1280px;margin:0 auto}
.member-resources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}
.member-resource-link{display:flex;align-items:center;gap:24px;padding:20px 28px;background:#FAF7F0;border:1px solid rgba(184,153,90,.18);border-radius:6px;text-decoration:none;color:var(--ink);transition:background .25s ease,border-color .25s ease,transform .25s ease}
.member-resource-link:hover{background:#fff;border-color:var(--brass);transform:translateX(4px)}
.member-resource-num{font-family:'Fraunces',serif;font-size:1.1rem;font-weight:400;color:var(--brass);font-variant-numeric:tabular-nums;width:32px;flex-shrink:0}
.member-resource-title{flex:1;font-size:.96rem;font-weight:500}
.member-resource-meta{font-size:.7rem;letter-spacing:1.4px;text-transform:uppercase;color:var(--ink-soft);font-weight:500}

/* Responsive */
@media (max-width:1100px){
  .member-status-strip{grid-template-columns:repeat(2,1fr)}
  .member-status-cell:nth-child(2){border-right:0}
  .member-quick-actions{grid-template-columns:repeat(2,1fr)}
  .member-news-grid{grid-template-columns:1fr}
  .member-sections-grid{grid-template-columns:1fr}
  .member-committee-grid{grid-template-columns:repeat(2,1fr)}
  .member-resources-grid{grid-template-columns:1fr}
}
@media (max-width:720px){
  .member-hero{padding:120px 24px 60px}
  .member-quick-actions-section,.member-news-section,.member-fixtures-section,.member-sections-section,.member-committee-section,.member-resources-section{padding-left:24px;padding-right:24px}
  .member-status-strip{grid-template-columns:1fr}
  .member-status-cell{border-right:0;border-bottom:1px solid rgba(184,153,90,.18)}
  .member-status-cell:last-child{border-bottom:0}
  .member-quick-actions,.member-committee-grid{grid-template-columns:1fr}
  .member-fixtures-table th:nth-child(4),.member-fixtures-table td:nth-child(4){display:none}
}
