:root {
  --navy: #002e49;
  --navy-deep: #001f33;
  --ocean: #087f8c;
  --aqua: #2ec4b6;
  --sun: #ffc928;
  --cream: #fff7e8;
  --paper: #fffdf7;
  --ink: #062b42;
  --muted: #526571;
  --line: #d8e1df;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }

.site-header {
  align-items: center;
  background: var(--navy);
  color: white;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  height: 102px;
  padding: 0 clamp(24px, 4vw, 68px);
  position: relative;
  z-index: 20;
}
.brand { align-items: center; display: inline-flex; gap: 14px; text-decoration: none; width: max-content; }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-size: clamp(18px, 2vw, 26px); letter-spacing: -.035em; line-height: 1.05; }
.brand-copy small { color: var(--aqua); font-size: 14px; margin-top: 6px; }
.brand-logo { aspect-ratio: 1; border-radius: 50%; flex: 0 0 66px; height: 66px; object-fit: cover; object-position: center; width: 66px; }
.desktop-nav { display: flex; gap: clamp(20px, 3vw, 46px); }
.desktop-nav a { font-size: 15px; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--aqua); }

.button { align-items: center; border: 0; border-radius: 3px; display: inline-flex; font-size: 15px; font-weight: 800; gap: 18px; justify-content: center; min-height: 52px; padding: 0 24px; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
.button-sun { background: var(--sun); color: #172417; }
.button-outline { border: 1px solid rgba(255,255,255,.8); color: white; }
.button-white { background: white; color: var(--navy); }
.button-navy { background: var(--navy); color: white; }

.hero { background: url('assets/courts.webp') center 48% / cover no-repeat; color: white; min-height: 695px; overflow: hidden; position: relative; }
.hero-shade { background: linear-gradient(90deg, rgba(0,31,51,.96) 0%, rgba(0,46,73,.79) 37%, rgba(0,31,51,.15) 71%, rgba(0,31,51,.08) 100%); inset: 0; position: absolute; }
.hero::after { background: linear-gradient(180deg, transparent 70%, rgba(0,31,51,.45)); content: ""; inset: 0; position: absolute; }
.hero-content { max-width: 720px; padding: 112px clamp(24px, 5vw, 80px) 130px; position: relative; z-index: 2; }
.eyebrow { color: var(--ocean); font-size: 12px; font-weight: 900; letter-spacing: .19em; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow.light { color: var(--aqua); }
.hero h1 { font-size: clamp(58px, 7vw, 102px); letter-spacing: -.065em; line-height: .91; margin: 0; max-width: 720px; text-wrap: balance; }
.aqua-rule { background: var(--aqua); display: block; height: 4px; margin: 34px 0 24px; width: 78px; }
.aqua-rule.short { height: 2px; margin: 20px 0; width: 94px; }
.hero-intro { font-size: clamp(19px, 2vw, 25px); line-height: 1.45; margin: 0; max-width: 630px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.hire-card { background: rgba(255,253,247,.97); bottom: 55px; box-shadow: 0 20px 50px rgba(0,22,35,.27); color: var(--ink); max-width: 390px; padding: 30px 34px; position: absolute; right: clamp(24px, 5vw, 80px); width: calc(100% - 48px); z-index: 3; }
.card-kicker { font-size: 15px; font-weight: 900; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.price { align-items: baseline; display: flex; margin: 5px 0 0; }
.price strong { font-size: 58px; letter-spacing: -.06em; line-height: 1; }
.price span { font-size: 20px; font-weight: 700; margin-left: 6px; }
.hire-card > p:last-of-type { color: var(--muted); line-height: 1.55; }
.hire-card a, .text-link { color: var(--navy); display: inline-flex; font-weight: 900; gap: 14px; margin-top: 12px; text-decoration: none; }

.feature-strip { background: linear-gradient(90deg, #0756ba, #0876ca); color: white; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 4vw, 68px); }
.feature-strip > div { align-items: center; display: flex; gap: 26px; min-height: 128px; padding: 24px clamp(20px, 3vw, 54px); }
.feature-strip > div + div { border-left: 1px solid rgba(255,255,255,.65); }
.feature-strip strong { font-size: clamp(19px, 2vw, 28px); letter-spacing: -.03em; }
.feature-icon { color: white; display: grid; flex: 0 0 54px; font-size: 50px; height: 54px; place-items: center; position: relative; width: 54px; }
.courts-icon { border: 2px solid white; grid-template-columns: 1fr 1fr; }
.courts-icon::after { background: white; content: ""; height: 2px; left: 0; position: absolute; right: 0; top: 50%; }
.courts-icon i { border-right: 1px solid white; height: 100%; width: 100%; }
.racquet-icon { border: 3px solid white; border-radius: 50%; font-size: 0; height: 44px; margin-bottom: 10px; width: 44px; }
.racquet-icon::before { background: white; bottom: -19px; content: ""; height: 24px; position: absolute; right: -8px; transform: rotate(-42deg); width: 4px; }
.sun-icon { font-size: 54px; }

.section { padding: clamp(76px, 9vw, 138px) clamp(24px, 7vw, 112px); }
.section h2, .visit-section h2 { font-size: clamp(42px, 5vw, 70px); letter-spacing: -.055em; line-height: .98; margin: 0; }
.section-heading { align-items: end; display: grid; gap: 72px; grid-template-columns: 1.05fr .95fr; }
.section-heading > p { color: var(--muted); font-size: 19px; line-height: 1.7; margin: 0; }
.steps-grid { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; }
.steps-grid article { padding: 42px clamp(20px, 3vw, 46px) 48px 0; }
.steps-grid article + article { border-left: 1px solid var(--line); padding-left: clamp(20px, 3vw, 46px); }
.steps-grid span, .member-benefits span { color: var(--ocean); font-size: 13px; font-weight: 900; }
.steps-grid h3, .member-benefits h3 { font-size: 24px; letter-spacing: -.035em; margin: 28px 0 12px; }
.steps-grid p, .member-benefits p { color: var(--muted); line-height: 1.65; margin: 0; }
.play-section .text-link { margin-top: 34px; }

.social-section { background: var(--navy); color: white; display: grid; gap: 0; grid-template-columns: 1.15fr .85fr; padding: 0; }
.social-image { background: url('assets/courts.webp') center / cover no-repeat; min-height: 650px; }
.social-copy { align-self: center; padding: clamp(62px, 8vw, 120px) clamp(30px, 7vw, 100px); }
.social-copy h2 { color: white; }
.social-copy .lead { color: white; font-size: 23px; font-weight: 700; line-height: 1.45; }
.social-copy > p:not(.eyebrow):not(.lead) { color: #bfd1da; font-size: 17px; line-height: 1.75; }
.social-copy .button { margin-top: 24px; }

.join-section { background: var(--cream); display: grid; gap: clamp(60px, 9vw, 150px); grid-template-columns: .85fr 1.15fr; }
.join-intro > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.75; }
.join-intro .button { margin-top: 24px; }
.member-benefits article { border-top: 1px solid #cbd7d3; display: grid; gap: 24px; grid-template-columns: 42px 180px 1fr; padding: 27px 0; }
.member-benefits h3 { margin: 0; }

.project-section { align-items: center; background: #e7f4f1; display: grid; gap: clamp(60px, 8vw, 130px); grid-template-columns: 1.2fr .8fr; }
.project-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.75; max-width: 760px; }
.project-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.project-points span { background: white; border: 1px solid #c9ded9; border-radius: 99px; font-size: 13px; font-weight: 800; padding: 10px 16px; }
.project-panel { background: var(--navy); color: white; padding: clamp(36px, 5vw, 64px); }
.project-panel p { font-size: 27px; font-weight: 800; letter-spacing: -.035em; line-height: 1.3; margin: 0 0 28px; }

.club-section { display: grid; gap: clamp(60px, 8vw, 130px); grid-template-columns: 1fr 1fr; }
.club-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.75; }
.club-copy dl { border-top: 1px solid var(--line); margin-top: 38px; }
.club-copy dl div { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 140px 1fr; padding: 13px 0; }
.club-copy dt { color: var(--muted); }
.club-copy dd { font-weight: 800; margin: 0; }
.clubhouse-image { background: url('assets/clubhouse.webp') center / cover no-repeat; min-height: 620px; }

.visit-section { background: var(--cream); display: grid; grid-template-columns: .72fr 1.28fr; min-height: 430px; }
.visit-copy { padding: clamp(60px, 8vw, 110px); }
.visit-copy p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.7; }
.visit-section iframe { border: 0; height: 100%; min-height: 430px; width: 100%; }

footer { background: var(--navy-deep); color: white; }
.footer-main { display: grid; gap: 70px; grid-template-columns: 2fr 1fr 1fr; padding: 70px clamp(24px, 7vw, 112px); }
.footer-brand { display: flex; gap: 18px; }
.footer-brand > div { display: flex; flex-direction: column; }
.footer-brand strong { font-size: 23px; }
.footer-brand small { color: var(--aqua); margin-top: 6px; }
.footer-logo { flex-basis: 76px; height: 76px; width: 76px; }
.footer-main > div:not(.footer-brand) { align-items: flex-start; display: flex; flex-direction: column; gap: 12px; }
.footer-main a { color: #d4e0e5; text-decoration: none; }
.footer-main span { color: #aabdc6; }
.footer-label { color: var(--aqua); font-size: 11px; font-weight: 900; letter-spacing: .18em; margin: 0 0 6px; text-transform: uppercase; }
.footer-base { border-top: 1px solid rgba(255,255,255,.14); color: #8fa6b1; display: flex; font-size: 12px; justify-content: space-between; padding: 22px clamp(24px, 7vw, 112px); }

@media (max-width: 1050px) {
  .site-header { gap: 18px; grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { min-height: 760px; }
  .hero-content { padding-bottom: 280px; }
  .hire-card { bottom: 45px; left: clamp(24px, 5vw, 80px); right: auto; }
  .feature-strip > div { flex-direction: column; gap: 12px; justify-content: center; text-align: center; }
  .social-section, .club-section { grid-template-columns: 1fr; }
  .social-image, .clubhouse-image { min-height: 480px; }
  .member-benefits article { grid-template-columns: 36px 150px 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 82px; padding: 0 18px; }
  .brand-logo { flex-basis: 46px; height: 46px; width: 46px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { display: none; }
  .header-cta { min-height: 42px; padding: 0 14px; }
  .hero { min-height: 790px; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,31,51,.85), rgba(0,31,51,.45) 60%, rgba(0,31,51,.75)); }
  .hero-content { padding: 76px 22px 300px; }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-intro { font-size: 18px; }
  .hire-card { bottom: 28px; left: 22px; padding: 24px; width: calc(100% - 44px); }
  .price strong { font-size: 48px; }
  .feature-strip { grid-template-columns: 1fr; padding: 0 22px; }
  .feature-strip > div { flex-direction: row; justify-content: flex-start; min-height: 94px; text-align: left; }
  .feature-strip > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.55); }
  .feature-icon { transform: scale(.82); }
  .section-heading, .join-section, .project-section, .visit-section { grid-template-columns: 1fr; }
  .section-heading { gap: 28px; }
  .steps-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .steps-grid article, .steps-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0; }
  .steps-grid article:first-child { border-top: 0; }
  .member-benefits { margin-top: 10px; }
  .member-benefits article { grid-template-columns: 32px 1fr; }
  .member-benefits article p { grid-column: 2; }
  .social-image, .clubhouse-image { min-height: 360px; }
  .project-panel { margin-top: -20px; }
  .visit-section iframe { min-height: 360px; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; }
  .footer-base { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
