:root {
  --navy-950: #020d1e;
  --navy-900: #061a35;
  --navy-800: #0a2a50;
  --navy-700: #103b69;
  --gold: #f5b91f;
  --gold-light: #ffdc69;
  --cream: #f7f3e8;
  --white: #ffffff;
  --ink: #07172b;
  --muted: #5b6878;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.page-width { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.hero-shell { position: relative; min-height: 780px; overflow: hidden; color: white; background: radial-gradient(circle at 78% 45%, rgba(30, 83, 139, .65), transparent 32%), linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 56%, #0b315d 100%); }
.hero-shell::after { content: ""; position: absolute; inset: auto -10% -260px; height: 420px; border-radius: 50% 50% 0 0; border-top: 2px solid rgba(245, 185, 31, .22); background: linear-gradient(180deg, rgba(245, 185, 31, .05), transparent); pointer-events: none; }
.site-header { position: relative; z-index: 10; width: min(1220px, calc(100% - 48px)); height: 112px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { display: flex; align-items: center; height: 100%; }
.brand img { width: 128px; height: auto; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.24)); }
.site-header nav { display: flex; align-items: center; gap: 32px; }
.nav-link { color: rgba(255,255,255,.78); font-size: .84rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; padding-block: 14px; }
.nav-link:hover, .nav-link.active { color: var(--gold-light); }
.nav-cta { padding: 13px 23px; background: var(--gold); color: var(--navy-950); border-radius: 3px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; min-height: 650px; gap: 36px; }
.hero-copy { padding: 60px 0 90px; }
.eyebrow { margin: 0 0 20px; color: var(--gold-light); font-size: .82rem; line-height: 1; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: #9a6910; }
.hero-copy h1 { margin: 0; font-size: clamp(4.6rem, 8vw, 7.7rem); line-height: .82; letter-spacing: -.065em; font-weight: 1000; text-transform: uppercase; }
.hero-copy h1 span { color: var(--gold); text-shadow: 0 5px 0 rgba(122,77,0,.18); }
.hero-lead { max-width: 590px; margin: 34px 0 30px; color: rgba(255,255,255,.76); font-size: 1.16rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border-radius: 3px; font-size: .83rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy-950); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border: 1px solid rgba(255,255,255,.35); color: white; }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.button-navy { background: var(--navy-900); color: white; }
.button-navy:hover { background: var(--navy-700); }
.grade-note { margin: 23px 0 0; color: rgba(255,255,255,.56); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-art { position: relative; min-height: 590px; display: grid; place-items: center; }
.hero-art > img { position: relative; z-index: 2; width: min(580px, 100%); height: auto; filter: drop-shadow(0 35px 45px rgba(0,0,0,.48)); }
.gold-orbit { position: absolute; width: 490px; aspect-ratio: 1; border: 1px solid rgba(245,185,31,.3); border-radius: 50%; box-shadow: 0 0 0 32px rgba(245,185,31,.025), 0 0 0 64px rgba(245,185,31,.02); }
.hero-badge { position: absolute; z-index: 3; right: 0; bottom: 75px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; color: var(--navy-950); background: var(--gold); box-shadow: 0 15px 40px rgba(0,0,0,.25); }
.hero-badge span { display: grid; font-size: .76rem; line-height: 1.45; }
.hero-badge strong { text-transform: uppercase; letter-spacing: .06em; }
.hero-court-lines { position: absolute; inset: 0; opacity: .12; background: linear-gradient(90deg, transparent 49.9%, white 50%, transparent 50.1%); pointer-events: none; }

.intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 100px; padding-block: 110px 66px; }
.section-heading h2, .final-cta h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.section-copy { margin: 0; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.programs { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-bottom: 110px; }
.program-card { position: relative; min-height: 390px; padding: 50px; overflow: hidden; border-radius: 4px; }
.program-card.recreational { background: white; border: 1px solid #e8dfc9; }
.program-card.travel { color: white; background: linear-gradient(145deg, var(--navy-800), var(--navy-950)); }
.card-number { position: absolute; top: 17px; right: 25px; font-size: 7.5rem; line-height: 1; font-weight: 1000; color: rgba(9,35,64,.045); }
.travel .card-number { color: rgba(255,255,255,.05); }
.card-icon { width: 57px; height: 57px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy-950); }
.card-kicker { margin: 54px 0 12px; color: #a27116; font-size: .73rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.travel .card-kicker { color: var(--gold-light); }
.program-card h3 { margin: 0 0 16px; font-size: 2.7rem; letter-spacing: -.04em; text-transform: uppercase; }
.program-card > p:last-child { max-width: 470px; margin: 0; color: var(--muted); line-height: 1.7; }
.travel > p:last-child { color: rgba(255,255,255,.68); }
.location-strip { color: white; background: var(--navy-900); border-top: 4px solid var(--gold); }
.location-inner { min-height: 170px; display: grid; grid-template-columns: .8fr 1fr .65fr; align-items: center; gap: 48px; }
.location-label { display: flex; align-items: center; gap: 14px; color: var(--gold-light); font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.location-inner address { font-style: normal; font-size: 1.1rem; line-height: 1.6; }
.text-link { justify-self: end; display: inline-flex; align-items: center; gap: 9px; color: var(--gold-light); font-size: .8rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.final-cta { padding-block: 110px; text-align: center; }
.final-icon { width: 68px; height: 68px; margin: 0 auto 27px; display: grid; place-items: center; color: var(--navy-900); border: 2px solid var(--gold); border-radius: 50%; }
.final-cta p:not(.eyebrow) { margin: 22px auto 28px; color: var(--muted); }
.site-footer { min-height: 150px; padding: 38px max(24px, calc((100% - 1160px)/2)); display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.7); background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.1); }
.site-footer strong { color: white; text-transform: uppercase; letter-spacing: .06em; }
.site-footer p { margin: 8px 0 0; font-size: .82rem; }
.footer-links { display: grid; gap: 10px; text-align: right; font-size: .86rem; }
.footer-links a:hover { color: var(--gold-light); }

.contact-page { min-height: 100vh; background: var(--cream); }
.contact-header { height: 110px; display: flex; align-items: center; justify-content: space-between; }
.contact-brand img { width: 120px; height: auto; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-800); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-hero { position: relative; min-height: 500px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; padding: 64px 74px; color: white; background: radial-gradient(circle at 82% 40%, #153f70, transparent 36%), var(--navy-950); }
.contact-hero h1 { margin: 0; font-size: clamp(4rem, 7vw, 6.9rem); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.contact-hero h1 span { color: var(--gold); }
.contact-hero p:last-child { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: 1.1rem; line-height: 1.7; }
.contact-owl { width: min(440px, 100%); height: auto; filter: drop-shadow(0 30px 35px rgba(0,0,0,.4)); }
.contact-content { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding-block: 110px; }
.contact-details h2 { max-width: 480px; margin: 0 0 48px; font-size: clamp(2.5rem, 4vw, 4rem); line-height: .96; letter-spacing: -.05em; text-transform: uppercase; }
.detail-list { display: grid; gap: 14px; }
.detail-item { display: flex; align-items: flex-start; gap: 16px; padding: 17px 0; border-bottom: 1px solid #dfd6c0; }
.detail-item > span { flex: 0 0 44px; height: 44px; display: grid; place-items: center; color: var(--navy-900); background: var(--gold); border-radius: 50%; }
.detail-item div { display: grid; gap: 5px; }
.detail-item small { color: #8a6a2b; font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.detail-item strong { font-size: 1rem; line-height: 1.5; }
.contact-form { padding: 45px; color: white; background: var(--navy-900); box-shadow: 18px 18px 0 rgba(245,185,31,.35); }
.form-heading { margin-bottom: 30px; }
.form-heading p { margin: 0 0 6px; font-size: 1.65rem; font-weight: 900; text-transform: uppercase; }
.form-heading span { color: rgba(255,255,255,.6); }
.contact-form label { display: grid; gap: 9px; margin-bottom: 19px; color: var(--gold-light); font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.2); border-radius: 2px; outline: none; padding: 13px 14px; text-transform: none; letter-spacing: normal; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(245,185,31,.14); }
.contact-form select option { color: var(--ink); }
.contact-form textarea { resize: vertical; }
.form-button { border: 0; cursor: pointer; }
.form-note { margin: 14px 0 0; color: rgba(255,255,255,.5); font-size: .72rem; }
.form-alert { margin: 0 0 22px; padding: 14px 16px; border-radius: 2px; font-size: .88rem; line-height: 1.5; }
.form-alert.success { color: #082916; background: #baf2cd; }
.form-alert.error { color: #481010; background: #ffd1d1; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; padding: 30px max(24px, calc((100% - 1160px)/2)); color: rgba(255,255,255,.58); background: var(--navy-950); font-size: .78rem; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { padding: 75px 0 15px; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-art { min-height: 460px; }
  .hero-art > img { width: min(470px, 90%); }
  .hero-badge { right: 8%; bottom: 45px; }
  .gold-orbit { width: 390px; }
  .intro { gap: 50px; }
  .location-inner { grid-template-columns: 1fr 1fr; padding-block: 35px; }
  .text-link { justify-self: start; }
  .contact-hero { padding: 55px 45px; }
  .contact-content { gap: 45px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 720px) {
  .contact-header { height: 88px; }
  .contact-brand img { width: 94px; }
  .contact-hero { grid-template-columns: 1fr; min-height: 650px; padding: 48px 28px; }
  .contact-owl { width: 300px; justify-self: center; }
  .contact-content { grid-template-columns: 1fr; padding-block: 75px; }
  .contact-form { padding: 30px 22px; box-shadow: 9px 9px 0 rgba(245,185,31,.35); }
  .contact-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 640px) {
  .page-width { width: min(100% - 30px, 1160px); }
  .site-header { width: calc(100% - 30px); height: 88px; }
  .brand img { width: 92px; }
  .site-header nav { gap: 15px; }
  .nav-link { display: none; }
  .nav-cta { padding: 11px 16px; }
  .hero-copy h1 { font-size: clamp(3.8rem, 20vw, 5.6rem); }
  .hero-art { min-height: 370px; }
  .hero-badge { right: 0; bottom: 18px; }
  .gold-orbit { width: 285px; }
  .intro { grid-template-columns: 1fr; gap: 28px; padding-block: 80px 44px; }
  .programs { grid-template-columns: 1fr; padding-bottom: 80px; }
  .program-card { min-height: 350px; padding: 36px 30px; }
  .location-inner { grid-template-columns: 1fr; gap: 18px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 28px; }
  .footer-links { text-align: left; }
}
