:root {
  --navy: #0d3158;
  --navy-deep: #071f39;
  --gold: #c89b43;
  --gold-light: #e6c986;
  --cream: #f7f3ea;
  --white: #ffffff;
  --ink: #17202a;
  --muted: #5d6874;
  --line: #d9dde1;
  --shadow: 0 24px 70px rgba(7, 31, 57, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 99; left: 18px; top: -80px; background: var(--gold); color: var(--navy-deep); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { top: 18px; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(13,49,88,.10);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 205px; height: 68px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); }
.nav-call { background: var(--navy); color: white; padding: 12px 18px; }
.nav-call:hover, .nav-call:focus-visible { background: var(--navy-deep); color: white !important; }
.menu-button { display: none; border: 0; background: transparent; padding: 12px; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--navy); margin: 5px 0; }

.hero { min-height: 690px; position: relative; display: grid; align-items: center; color: white; overflow: hidden; }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(5,25,47,.96) 0%, rgba(7,31,57,.85) 42%, rgba(7,31,57,.24) 73%, rgba(7,31,57,.08) 100%); }
.hero-content { position: relative; z-index: 2; padding-block: 92px; }
.eyebrow, .kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-size: .76rem; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { width: 44px; height: 2px; background: var(--gold); }
h1, h2 { font-family: "Playfair Display", Georgia, serif; letter-spacing: -.025em; line-height: 1.07; }
h1 { max-width: 760px; margin: 0 0 24px; font-size: clamp(3.1rem, 7vw, 5.9rem); font-weight: 700; }
.hero-content > p:not(.hero-note) { max-width: 620px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: rgba(255,255,255,.88); }
.hero-actions, .inline-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; font-size: .9rem; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border: 1px solid rgba(255,255,255,.55); color: white; }
.button-ghost:hover { background: white; color: var(--navy); }
.button-navy { background: var(--navy); color: white; }
.hero-note { margin-top: 24px; font-size: .82rem; color: rgba(255,255,255,.72); }

.trust-strip { background: var(--cream); border-bottom: 1px solid #e6decf; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 27px 24px; border-right: 1px solid #e1d8c7; }
.trust-grid div:first-child { border-left: 1px solid #e1d8c7; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--navy); font-size: 1rem; }
.trust-grid span { font-size: .78rem; color: var(--muted); margin-top: 2px; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; margin-bottom: 56px; }
.kicker { margin: 0 0 14px; }
.kicker-light { color: var(--gold-light); }
h2 { margin: 0; color: var(--navy-deep); font-size: clamp(2.35rem, 4.5vw, 4.1rem); }
.section-heading > p { color: var(--muted); margin: 0 0 7px; }
.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.amenity-card { min-height: 265px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.amenity-card:hover { background: var(--cream); transform: translateY(-3px); }
.amenity-card > span { color: var(--gold); font-weight: 800; font-size: .76rem; }
.amenity-card h3 { color: var(--navy); font-size: 1.2rem; margin: 48px 0 10px; }
.amenity-card p { color: var(--muted); margin: 0; font-size: .92rem; }
.fine-print { margin: 24px 0 0; color: var(--muted); font-size: .78rem; }

.audience { color: white; background: var(--navy); position: relative; overflow: hidden; }
.audience::after { content: ""; position: absolute; right: -150px; top: -150px; width: 430px; height: 430px; border: 1px solid rgba(200,155,67,.24); border-radius: 50%; box-shadow: 0 0 0 70px rgba(200,155,67,.04), 0 0 0 140px rgba(200,155,67,.025); }
.audience-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .75fr; gap: 100px; align-items: center; }
.audience h2 { color: white; }
.audience-copy > p:not(.kicker) { color: rgba(255,255,255,.75); max-width: 720px; font-size: 1.03rem; }
.check-list { list-style: none; padding: 0; margin: 35px 0 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 30px; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-light); font-weight: 800; }
.clarity-card { background: white; color: var(--ink); padding: 42px; box-shadow: var(--shadow); }
.card-label { text-transform: uppercase; letter-spacing: .14em; color: var(--gold); font-size: .74rem; font-weight: 800; }
.clarity-card h3 { color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: 2rem; line-height: 1.2; margin: 8px 0 16px; }
.clarity-card p { color: var(--muted); font-size: .9rem; }
.clarity-card hr { border: 0; border-top: 1px solid var(--line); margin: 25px 0; }

.partners { background: #fafafa; }
.partner-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.partner-copy > p { color: var(--muted); margin-top: 5px; font-size: 1.05rem; }
.status-list { margin-top: 34px; border-top: 1px solid var(--line); }
.status-list div { display: grid; grid-template-columns: 230px 1fr; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.status-list strong { color: var(--navy); }
.status-list span { color: var(--muted); font-size: .88rem; }
.text-link { color: var(--navy); font-weight: 800; text-underline-offset: 5px; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 170px 1fr; gap: 56px; max-width: 980px; }
.quote-mark { color: var(--gold); font-family: Georgia, serif; font-size: 14rem; line-height: .7; }
.about-grid > div:last-child > p:not(.kicker):not(.signature) { max-width: 760px; color: var(--muted); font-size: 1.02rem; }
.signature { margin-top: 34px; font-weight: 800; color: var(--navy); }
.signature span { display: block; color: var(--muted); font-weight: 500; font-size: .82rem; }

.contact { background: var(--navy-deep); padding: 80px 0; color: white; }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.contact h2 { color: white; }
.contact p:not(.kicker) { color: rgba(255,255,255,.7); }
.contact-links { display: grid; border-top: 1px solid rgba(255,255,255,.2); }
.contact-links a { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; font-weight: 700; overflow-wrap: anywhere; }
.contact-links span { color: var(--gold-light); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }

footer { background: white; padding: 35px 0; }
.footer-grid { display: grid; grid-template-columns: 190px 1fr auto; gap: 30px; align-items: center; }
.footer-grid img { width: 165px; max-height: 70px; object-fit: contain; }
.footer-grid strong, .footer-grid span { display: block; }
.footer-grid strong { color: var(--navy); }
.footer-grid span, .footer-grid p { color: var(--muted); font-size: .78rem; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 90px; left: 0; right: 0; background: white; padding: 24px 20px 30px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .site-nav .nav-call { margin-top: 14px; padding: 14px 18px; text-align: center; border: 0; }
  .hero { min-height: 650px; }
  .hero-photo { object-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,25,47,.96), rgba(7,31,57,.75)); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading, .audience-grid, .partner-grid, .contact-panel { grid-template-columns: 1fr; gap: 42px; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 90px 1fr; gap: 20px; }
  .quote-mark { font-size: 9rem; }
  .footer-grid { grid-template-columns: 160px 1fr; }
  .footer-grid p { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 30px, 1160px); }
  .nav-wrap { height: 78px; }
  .brand img { width: 170px; height: 56px; }
  .site-nav { top: 78px; }
  .hero { min-height: 680px; }
  .hero-content { padding-block: 70px; }
  h1 { font-size: 3.25rem; }
  .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { padding: 20px 14px; }
  .section { padding: 78px 0; }
  .amenity-grid { grid-template-columns: 1fr; }
  .amenity-card { min-height: 220px; }
  .amenity-card h3 { margin-top: 30px; }
  .clarity-card { padding: 30px 24px; }
  .status-list div { grid-template-columns: 1fr; gap: 6px; }
  .about-grid { grid-template-columns: 1fr; }
  .quote-mark { height: 55px; font-size: 8rem; }
  .contact { padding: 65px 0; }
  .contact-links a { grid-template-columns: 1fr; gap: 3px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-grid p { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
