*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --forest:#1a2e1a;--forest-mid:#2d4a2d;--forest-light:#3d6b3d;
  --gold:#c8a84b;--gold-light:#e2c97e;
  --cream:#f5f0e8;--text-dark:#1a1a14;--text-mid:#3d3d2e;
}
html{scroll-behavior:smooth}
body{font-family:'Cormorant Garamond',serif;background:var(--forest);color:var(--cream);overflow-x:hidden}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 2.5rem;background:linear-gradient(to bottom,rgba(8,16,8,.97),transparent);transition:background .3s,border-color .3s;border-bottom:.5px solid transparent}
nav.scrolled{background:rgba(8,16,8,.98);border-color:rgba(200,168,75,.18)}
.nav-logo{font-family:'Playfair Display',serif;font-size:.95rem;letter-spacing:.12em;color:var(--gold);text-decoration:none;display:block}
.nav-links{display:flex;gap:1.5rem;list-style:none}
.nav-links a{font-family:'Tenor Sans',sans-serif;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--cream);text-decoration:none;opacity:.72;transition:opacity .2s,color .2s}
.nav-links a:hover,.nav-links a.active{opacity:1;color:var(--gold-light)}

/* HAMBURGER */
.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;z-index:300}
.nav-hamburger span{display:block;height:1.5px;background:var(--gold);transition:transform .3s,opacity .3s,width .3s}
.nav-hamburger span:nth-child(3){width:60%}
.nav-hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.nav-hamburger.open span:nth-child(2){opacity:0}
.nav-hamburger.open span:nth-child(3){width:100%;transform:translateY(-6.5px) rotate(-45deg)}

/* MOBILE DRAWER */
.nav-drawer{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background:#0a160a;z-index:250;transition:right .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:5rem 2.5rem 3rem;border-left:.5px solid rgba(200,168,75,.15);overflow-y:auto}
.nav-drawer.open{right:0}
.nav-drawer ul{list-style:none;display:flex;flex-direction:column;gap:0}
.nav-drawer ul li a{display:block;font-family:'Tenor Sans',sans-serif;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(245,240,232,.72);text-decoration:none;padding:1rem 0;border-bottom:.5px solid rgba(200,168,75,.08);transition:color .2s}
.nav-drawer ul li a:hover,.nav-drawer ul li a.active{color:var(--gold-light)}
.nav-drawer-phone{margin-top:auto;padding-top:2rem;font-family:'Playfair Display',serif;font-style:italic;font-size:1.2rem;color:var(--gold);opacity:.75}
.nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:240;display:none}
.nav-overlay.open{display:block}

/* SHARED COMPONENTS */
.sec-label{font-family:'Tenor Sans',sans-serif;font-size:.58rem;letter-spacing:.3em;text-transform:uppercase;color:var(--forest-light);margin-bottom:1.4rem;display:flex;align-items:center;gap:.8rem}
.sec-label::before{content:'';display:block;width:26px;height:1px;background:var(--forest-light)}
.sec-label.center{justify-content:center}.sec-label.center::before{display:none}
.sec-label.gold{color:var(--gold);opacity:.7}
.h2-serif{font-family:'Playfair Display',serif;font-size:2.4rem;font-weight:400;line-height:1.15;color:var(--text-dark);margin-bottom:1.4rem}
.h2-serif.light{color:var(--cream)}
.body-copy{font-size:1.03rem;font-weight:300;line-height:1.9;color:var(--text-mid);margin-bottom:1.1rem}
.body-copy.light{color:rgba(245,240,232,.62)}
.btn-gold{font-family:'Tenor Sans',sans-serif;font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--text-dark);background:var(--gold);padding:.9rem 2.2rem;border:none;cursor:pointer;transition:background .2s,transform .2s;display:inline-block;text-decoration:none}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px)}
.btn-ghost{font-family:'Tenor Sans',sans-serif;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(245,240,232,.72);background:none;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.45rem;transition:color .2s,gap .2s;text-decoration:none}
.btn-ghost:hover{color:var(--cream);gap:.75rem}
.btn-dark{display:inline-block;margin-top:1.2rem;font-family:'Tenor Sans',sans-serif;font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--cream);background:var(--forest);padding:.9rem 2.1rem;border:none;cursor:pointer;transition:background .2s;text-decoration:none}
.btn-dark:hover{background:var(--forest-mid)}

/* CONTACT STRIP */
.contact-strip{background:#0d1a0d;padding:5rem;text-align:center;border-top:.5px solid rgba(200,168,75,.14)}
.contact-phone{font-family:'Playfair Display',serif;font-size:3rem;font-style:italic;color:var(--gold);display:block;text-decoration:none;margin-bottom:1.5rem;transition:color .2s}
.contact-phone:hover{color:var(--gold-light)}

/* FOOTER */
footer{background:#0a130a;padding:4rem 5rem;border-top:.5px solid rgba(200,168,75,.1)}
.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:.5px solid rgba(200,168,75,.08)}
.footer-brand h3{font-family:'Playfair Display',serif;font-size:1.2rem;color:var(--gold);margin-bottom:.2rem}
.footer-tagline{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:.9rem;color:rgba(245,240,232,.3);margin-bottom:1.1rem}
.footer-brand p{font-size:.87rem;font-weight:300;line-height:1.85;color:rgba(245,240,232,.38)}
.footer-col h4{font-family:'Tenor Sans',sans-serif;font-size:.58rem;letter-spacing:.25em;text-transform:uppercase;color:rgba(200,168,75,.58);margin-bottom:1.1rem}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.6rem}
.footer-col ul li a{font-size:.87rem;font-weight:300;color:rgba(245,240,232,.42);text-decoration:none;transition:color .2s}
.footer-col ul li a:hover{color:rgba(245,240,232,.82)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center}
.footer-bottom p{font-size:.74rem;font-weight:300;color:rgba(245,240,232,.22)}

/* INNER PAGE LAYOUT */
.inner-page{padding:9rem 6rem 6rem;min-height:100vh}
.page-hero{position:relative;height:320px;display:flex;align-items:flex-end;overflow:hidden;margin-bottom:4rem}
.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72}
.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(8,16,8,.85) 0%,rgba(8,16,8,.2) 100%)}
.page-hero-content{position:relative;z-index:2;padding:2.5rem 4rem}
.page-title{font-family:'Playfair Display',serif;font-size:3rem;font-weight:400;color:var(--cream);margin-bottom:.3rem}
.page-subtitle{font-family:'Playfair Display',serif;font-style:italic;font-size:1.2rem;color:var(--gold-light);opacity:.85}

/* MEMBERSHIPS */
.mem-intro{max-width:680px;margin:0 auto 3rem;text-align:center}
.mem-photo{width:100%;max-height:400px;object-fit:cover;object-position:center 30%;margin-bottom:3rem;border:.5px solid rgba(200,168,75,.15);display:block}
.mem-table{width:100%;border-collapse:collapse;margin-bottom:1.8rem}
.mem-table thead tr{border-bottom:1px solid rgba(200,168,75,.28)}
.mem-table th{font-family:'Tenor Sans',sans-serif;font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);padding:.8rem 1.2rem;text-align:left;font-weight:400}
.mem-table td{font-size:1rem;font-weight:300;color:rgba(245,240,232,.78);padding:.85rem 1.2rem;border-bottom:.5px solid rgba(200,168,75,.08)}
.mem-table td:last-child{text-align:right;color:var(--gold-light);font-family:'Playfair Display',serif;font-size:1.05rem}
.mem-table tr:hover td{background:rgba(200,168,75,.04)}
.mem-cat{padding:.4rem 1.2rem;font-size:.62rem;font-family:'Tenor Sans',sans-serif;letter-spacing:.12em;text-transform:uppercase;color:rgba(200,168,75,.4);border-bottom:.5px solid rgba(200,168,75,.08)}
.mem-note{font-size:.93rem;font-weight:300;line-height:1.88;color:rgba(245,240,232,.5);padding:1.5rem 1.8rem;border:.5px solid rgba(200,168,75,.12);margin-bottom:1rem}
.mem-note strong{font-weight:400;color:rgba(200,168,75,.8)}

/* FACILITIES */
.fac-intro{max-width:680px;margin:0 auto 3rem;text-align:center}
.facilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:rgba(200,168,75,.1);margin-bottom:1.5px}
.fac-card{background:var(--forest-mid);overflow:hidden}
.fac-img-wrap{overflow:hidden;height:220px}
.fac-card img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .5s}
.fac-card:hover img{transform:scale(1.04)}
.fac-body{padding:2rem}
.fac-body h3{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:400;color:var(--cream);margin-bottom:.8rem}
.fac-body p{font-size:.95rem;font-weight:300;line-height:1.85;color:rgba(245,240,232,.55)}
.fac-full{background:var(--forest-mid);overflow:hidden}
.fac-full img{width:100%;max-height:420px;object-fit:cover;display:block;opacity:.85}
.fac-full-body{padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.fac-full-body h3{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:400;color:var(--cream);margin-bottom:.6rem}
.fac-full-body p{font-size:.95rem;font-weight:300;line-height:1.85;color:rgba(245,240,232,.55);max-width:560px}

/* SCORECARD */
.scorecard-wrap{max-width:1100px;margin:0 auto;text-align:center}
.scorecard-img{width:100%;border:.5px solid rgba(200,168,75,.2);display:block}
.sc-note{margin-top:1.4rem;font-family:'Tenor Sans',sans-serif;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(200,168,75,.48)}

/* MENU */
.menu-wrap{max-width:900px;margin:0 auto;text-align:center}
.menu-img{width:100%;border:.5px solid rgba(200,168,75,.2);display:block}

/* PHOTOS */
.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3px}
.photo-grid img{width:100%;aspect-ratio:1;object-fit:cover;display:block;cursor:pointer;transition:opacity .2s,transform .3s}
.photo-grid img:hover{opacity:.85;transform:scale(1.02)}

/* LIGHTBOX */
#lightbox{position:fixed;inset:0;background:rgba(4,9,4,.97);z-index:999;display:none;align-items:center;justify-content:center}
#lightbox.open{display:flex}
#lightbox img{max-width:90vw;max-height:88vh;object-fit:contain;border:.5px solid rgba(200,168,75,.18)}
#lb-close{position:absolute;top:2rem;right:2.5rem;font-family:'Tenor Sans',sans-serif;font-size:.63rem;letter-spacing:.25em;text-transform:uppercase;color:rgba(200,168,75,.68);cursor:pointer;background:none;border:none}
#lb-close:hover{color:var(--gold)}
#lb-prev,#lb-next{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:rgba(200,168,75,.58);font-size:2.2rem;cursor:pointer;padding:1rem;transition:color .2s}
#lb-prev:hover,#lb-next:hover{color:var(--gold)}
#lb-prev{left:1.5rem}#lb-next{right:1.5rem}
#lb-counter{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);font-family:'Tenor Sans',sans-serif;font-size:.58rem;letter-spacing:.2em;color:rgba(200,168,75,.45)}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}
.contact-info h3{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:400;color:var(--cream);margin-bottom:1.5rem}
.contact-detail{font-size:1rem;font-weight:300;line-height:1.9;color:rgba(245,240,232,.62);margin-bottom:.5rem}
.contact-detail strong{font-weight:400;color:var(--cream)}
.contact-detail a{color:var(--gold-light);text-decoration:none}
.contact-detail a:hover{color:var(--gold)}
.board-section{margin-top:2.5rem}
.board-section h4{font-family:'Tenor Sans',sans-serif;font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);opacity:.68;margin-bottom:1rem}
.board-list{list-style:none}
.board-list li{font-size:.95rem;font-weight:300;color:rgba(245,240,232,.52);padding:.3rem 0;border-bottom:.5px solid rgba(200,168,75,.07)}
.map-link{display:inline-block;margin-top:1.3rem;font-family:'Tenor Sans',sans-serif;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);opacity:.68;text-decoration:none}
.map-link:hover{opacity:1}
.contact-form h3{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:400;color:var(--cream);margin-bottom:1.5rem}
.form-field{margin-bottom:1.2rem}
.form-field label{display:block;font-family:'Tenor Sans',sans-serif;font-size:.57rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(200,168,75,.62);margin-bottom:.5rem}
.form-field input,.form-field textarea{width:100%;background:rgba(255,255,255,.04);border:.5px solid rgba(200,168,75,.2);padding:.8rem 1rem;font-family:'Cormorant Garamond',serif;font-size:1rem;color:var(--cream);outline:none;transition:border-color .2s}
.form-field input:focus,.form-field textarea:focus{border-color:rgba(200,168,75,.5)}
.form-field textarea{resize:vertical;min-height:120px}

/* CALENDAR */
.cal-wrap{max-width:900px;margin:0 auto;border:.5px solid rgba(200,168,75,.15);overflow:hidden}
.cal-wrap iframe{display:block;width:100%;height:620px;border:none}

/* FEES PAGE */
.fees-section{padding:3.5rem 0}
.fees-divider{height:.5px;background:rgba(200,168,75,.14)}
.fees-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5px;background:rgba(200,168,75,.12);max-width:560px;margin-bottom:1.5rem}
.fee-card{background:var(--forest-mid);padding:2.5rem 2rem;text-align:center;transition:background .2s}
.fee-card--highlight{background:var(--forest-light)}
.fee-card:hover{background:#3a5f3a}
.fee-card-holes{font-family:'Tenor Sans',sans-serif;font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);opacity:.8;margin-bottom:.8rem}
.fee-card-price{font-family:'Playfair Display',serif;font-size:3.2rem;color:var(--cream);line-height:1}
.fee-card-price span{font-size:1.4rem;vertical-align:super;color:var(--gold-light)}
.fee-card-note{font-family:'Tenor Sans',sans-serif;font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(245,240,232,.38);margin-top:.7rem}
.fees-disclaimer{font-size:.88rem;font-weight:300;color:rgba(245,240,232,.38);margin-top:1rem;font-style:italic}
.fees-extras{max-width:560px;border:.5px solid rgba(200,168,75,.15);margin-top:.2rem}
.fees-extra-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:.5px solid rgba(200,168,75,.08);transition:background .2s}
.fees-extra-row:last-child{border-bottom:none}
.fees-extra-row:hover{background:rgba(200,168,75,.04)}
.fees-extra-row span:first-child{font-size:1rem;font-weight:300;color:rgba(245,240,232,.72)}
.fees-extra-price{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--gold-light)}
.fees-rental-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:rgba(200,168,75,.12);max-width:680px}
.fee-rental-card{background:var(--forest-mid);padding:2.5rem 1.5rem;text-align:center;transition:background .2s}
.fee-rental-card:hover{background:#3a5f3a}
.fee-rental-card--wedding{background:rgba(200,168,75,.1)}
.fee-rental-label{font-family:'Tenor Sans',sans-serif;font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);opacity:.78;margin-bottom:.8rem}
.fee-rental-price{font-family:'Playfair Display',serif;font-size:2.6rem;color:var(--cream);line-height:1}
.fee-rental-price span{font-size:1.2rem;vertical-align:super;color:var(--gold-light)}

.footer-fb{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.2rem;font-family:'Tenor Sans',sans-serif;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(245,240,232,.5);text-decoration:none;transition:color .2s}
.footer-fb:hover{color:var(--gold-light)}
.footer-fb-icon{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.08);border:.5px solid rgba(200,168,75,.2);display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}
.footer-fb:hover .footer-fb-icon{background:#1877f2;border-color:#1877f2}
.footer-cards{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem}
.footer-cards svg{opacity:.7;transition:opacity .2s}
.footer-cards svg:hover{opacity:1}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}

/* TABLET */
@media(max-width:960px){
  .nav-links{display:none}
  .nav-hamburger{display:flex}
  .inner-page{padding:7rem 2rem 4rem}
  .facilities-grid{grid-template-columns:1fr}
  .photo-grid{grid-template-columns:repeat(3,1fr)}
  .contact-grid{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr 1fr;gap:2.5rem}
  .footer-brand{grid-column:1/-1}
  footer{padding:3rem 2rem}
  .contact-strip{padding:4rem 2rem}
  .fac-full-body{flex-direction:column}
  .cal-wrap iframe{height:500px}
}

/* MOBILE */
@media(max-width:600px){
  nav{padding:.9rem 1.2rem}
  .nav-logo{font-size:.82rem;letter-spacing:.08em}
  .inner-page{padding:6rem 1.2rem 3rem}
  .page-hero{height:220px;margin-bottom:2.5rem}
  .page-hero-content{padding:1.5rem 1.5rem}
  .page-title{font-size:2.1rem}
  .page-subtitle{font-size:1rem}
  .mem-intro{margin-bottom:2rem}
  .mem-photo{max-height:220px}
  .mem-table th,.mem-table td{padding:.65rem .8rem;font-size:.9rem}
  .mem-table td:last-child{font-size:.95rem}
  .mem-note{padding:1.1rem 1.2rem;font-size:.88rem}
  .fac-intro{margin-bottom:2rem}
  .fac-card img,.fac-img-wrap{height:180px}
  .fac-body{padding:1.4rem 1.2rem}
  .fac-body h3{font-size:1.1rem}
  .fac-full-body{padding:1.8rem 1.5rem;gap:1.2rem}
  .fac-full-body h3{font-size:1.2rem}
  .scorecard-wrap>p{font-size:.97rem;margin-bottom:1.5rem}
  .menu-wrap>p{font-size:.97rem;margin-bottom:1.5rem}
  .photo-grid{grid-template-columns:repeat(2,1fr);gap:2px}
  .cal-wrap iframe{height:420px}
  .contact-grid{gap:2.5rem}
  .contact-info h3,.contact-form h3{font-size:1.35rem;margin-bottom:1.1rem}
  .contact-detail{font-size:.95rem}
  .form-field input,.form-field textarea{padding:.75rem .9rem;font-size:.97rem}
  .board-section{margin-top:2rem}
  .contact-strip{padding:3.5rem 1.5rem}
  .contact-phone{font-size:2.2rem}
  .fees-cards,.fees-extras{max-width:100%}
  .fees-rental-grid{grid-template-columns:1fr;max-width:100%}
  .fee-card-price{font-size:2.6rem}
  .fee-rental-price{font-size:2.2rem}
  footer{padding:2.5rem 1.5rem}
  .footer-inner{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}
  .footer-brand{grid-column:auto}
  .footer-bottom{flex-direction:column;gap:.6rem;text-align:center}
  #lb-prev{left:.5rem}#lb-next{right:.5rem}
  #lb-close{top:1rem;right:1.2rem}
}
