.country-club-page{--dsm-surface-alt:#111111;--dsm-licorice:#121212;--dsm-grey15:#262626;--dsm-border-subtle:rgba(255, 255, 255, 0.08);--dsm-gravel:#484848;--dsm-gray:#909090}.country-club-page>section{padding:clamp(3rem, 6vw, 5rem) clamp(1rem, 3vw, 2rem)}.country-club-page .section-inner{max-width:1200px;margin:0 auto}.country-club-page .section-heading{font-size:clamp(1.75rem, 3.5vw, 2.625rem);font-weight:700;line-height:1.15;color:var(--dsm-white);margin-bottom:20px;letter-spacing:-.02em}.country-club-page .hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.country-club-page .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.55}.country-club-page .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgb(0 0 0 / .25) 0%,rgb(0 0 0 / .45) 60%,var(--dsm-black) 100%)}.country-club-page .hero-inner{max-width:860px;text-align:center;position:relative;z-index:2;padding:40px 2rem 80px}.country-club-page .hero-badge{display:inline-block;border:1px solid rgb(215 25 32 / .4);color:var(--dsm-red);font-size:clamp(0.8125rem, 0.9vw, 0.875rem);font-weight:600;letter-spacing:.15em;text-transform:uppercase;padding:8px 24px;border-radius:999px;margin-bottom:32px}.country-club-page .hero h1{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:800;line-height:1.08;margin-bottom:24px;letter-spacing:-.02em}.country-club-page .hero h1 em{font-style:normal;color:var(--dsm-red)}.country-club-page .hero p{font-size:clamp(1.05rem, 1.5vw, 1.25rem);line-height:1.7;color:var(--dsm-text-secondary);max-width:640px;margin:0 auto 44px;font-weight:400}.country-club-page .photo-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:0}.country-club-page .photo-strip img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.country-club-page .split{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:560px}.country-club-page .split-text{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem, 5vw, 5rem) clamp(2rem, 4vw, 4rem)}.country-club-page .split-text p{font-size:clamp(1rem, 1.25vw, 1.0625rem);color:var(--dsm-text-secondary);line-height:1.8;max-width:520px}.country-club-page .split-text p+p{margin-top:16px}.country-club-page .split-photo{position:relative;overflow:hidden}.country-club-page .split-photo img{width:100%;height:100%;object-fit:cover;display:block}.country-club-page .split.reverse .split-text{order:2}.country-club-page .split.reverse .split-photo{order:1}.country-club-page .split.bg-surface{background:var(--dsm-surface)}.country-club-page .split.bg-surface-alt{background:var(--dsm-surface-alt)}.country-club-page .split.bg-licorice{background:var(--dsm-licorice)}.country-club-page .split.bg-black{background:var(--dsm-black)}.country-club-page .photo-grid{display:grid;gap:12px;margin-top:40px}.country-club-page .photo-grid.cols-2{grid-template-columns:1fr 1fr}.country-club-page .photo-grid.cols-3{grid-template-columns:1fr 1fr 1fr}.country-club-page .photo-grid img{width:100%;aspect-ratio:3 / 2;object-fit:cover;border-radius:1rem;display:block}.country-club-page .photo-grid img.tall{aspect-ratio:2 / 3;grid-row:span 2}.country-club-page .photo-grid img.wide{grid-column:span 2;aspect-ratio:2 / 1}.country-club-page .full-bleed{width:100%;position:relative;overflow:hidden}.country-club-page .full-bleed img{width:100%;height:65vh;max-height:600px;object-fit:cover;display:block}.country-club-page .full-bleed-overlay{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,var(--dsm-black),transparent)}.country-club-page .stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;margin-bottom:48px}.country-club-page .stat-block{text-align:center;padding:2rem 1.5rem;background:var(--dsm-surface);border-radius:1rem;border:1px solid var(--dsm-border)}.country-club-page .stat-number{font-size:clamp(2.2rem, 4vw, 3rem);font-weight:800;color:var(--dsm-red);line-height:1;margin-bottom:8px}.country-club-page .stat-label{font-size:clamp(0.9375rem, 1vw, 1rem);color:var(--dsm-text-muted);font-weight:400}.country-club-page .events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:40px;margin-bottom:40px}.country-club-page .event-item{display:flex;align-items:center;gap:16px;padding:1.25rem 1.5rem;background:var(--dsm-surface);border:1px solid var(--dsm-border);border-radius:1rem;transition:all 0.3s ease}.country-club-page .event-item:hover{background:var(--dsm-surface-hover);border-color:var(--dsm-border-hover)}.country-club-page .event-dot{width:8px;height:8px;background:var(--dsm-red);border-radius:50%;flex-shrink:0}.country-club-page .event-item span{font-size:clamp(1rem, 1.1vw, 1.0625rem);color:var(--dsm-text-secondary)}.country-club-page .ticker-wrap{overflow:hidden;margin-top:32px}.country-club-page .ticker{display:flex;gap:12px;width:max-content;animation:country-club-ticker 20s linear infinite}@keyframes country-club-ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.country-club-page .ticker:hover{animation-play-state:paused}.country-club-page .loc-pill{padding:.75em 1.5em;background:var(--dsm-surface);border:1px solid var(--dsm-border);border-radius:999px;font-size:clamp(0.9375rem, 1vw, 1rem);color:var(--dsm-text-secondary);font-weight:500;flex-shrink:0;white-space:nowrap}@media (max-width:768px){.country-club-page .split{grid-template-columns:1fr;min-height:auto}.country-club-page .split-photo{min-height:320px}.country-club-page .split.reverse .split-text{order:1}.country-club-page .split.reverse .split-photo{order:2}.country-club-page .photo-strip{grid-template-columns:repeat(2,1fr)}.country-club-page .photo-grid.cols-3{grid-template-columns:1fr 1fr}.country-club-page .stats-row{grid-template-columns:1fr;gap:12px}.country-club-page .hero{min-height:90vh}.country-club-page .hero p{font-size:1.0625rem;line-height:1.65}.country-club-page .split-text p,.country-club-page .event-item span,.country-club-page .loc-pill,.country-club-page .stat-label{font-size:1rem}.country-club-page .hero-badge{font-size:.8125rem;padding:6px 18px}.country-club-page .section-heading{font-size:clamp(1.625rem, 6vw, 2rem)}}