:root {
  --navy: #071a33;
  --navy-2: #0d284b;
  --gold: #d8ad4a;
  --gold-light: #f2d487;
  --cream: #f6f2e8;
  --paper: #fffdf8;
  --ink: #142033;
  --muted: #667085;
  --line: rgba(20,32,51,.14);
  --radius: 22px;
  --shadow: 0 24px 60px rgba(7,26,51,.15);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--paper);
  font-family: Inter, system-ui, sans-serif; line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: auto; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 999; background: white; padding: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; transition: .25s ease;
  color: white; border-bottom: 1px solid rgba(255,255,255,.12);
}
.site-header.scrolled { background: rgba(7,26,51,.96); backdrop-filter: blur(12px); box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--gold-light); font-size: 28px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Playfair Display", serif; font-size: 19px; }
.brand small { margin-top: 5px; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; opacity: .75; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: white; text-decoration: none; font-size: 14px; font-weight: 600; }
.site-nav a:hover { color: var(--gold-light); }
.nav-cta { border: 1px solid rgba(255,255,255,.4); padding: 10px 16px; border-radius: 999px; }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; background: white; margin: 5px; }

.hero {
  min-height: 860px; display: grid; align-items: center; position: relative; overflow: hidden;
  background: radial-gradient(circle at 80% 20%, #17457a 0%, var(--navy-2) 30%, var(--navy) 70%); color: white;
}
.hero::after { content: ""; position: absolute; inset: auto -10% -35% auto; width: 600px; height: 600px; border: 1px solid rgba(216,173,74,.2); border-radius: 50%; }
.hero-pattern { position: absolute; inset: 0; opacity: .035; background-image: linear-gradient(45deg,#fff 25%,transparent 25%),linear-gradient(-45deg,#fff 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#fff 75%),linear-gradient(-45deg,transparent 75%,#fff 75%); background-size: 80px 80px; background-position: 0 0,0 40px,40px -40px,-40px 0; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; padding-top: 70px; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .19em; font-weight: 700; font-size: 12px; color: var(--gold-light); }
.eyebrow.dark { color: #9a7221; }
h1,h2 { font-family: "Playfair Display", Georgia, serif; line-height: .98; margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(58px, 7vw, 102px); }
h1 span { color: var(--gold-light); font-style: italic; }
h2 { font-size: clamp(44px, 5vw, 72px); }
.hero-lead { max-width: 650px; color: rgba(255,255,255,.78); font-size: 20px; margin: 28px 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 700; transition: .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--gold-light); box-shadow: 0 8px 24px rgba(216,173,74,.25); }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.4); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.3); }
.hero-facts { list-style: none; display: flex; gap: 32px; padding: 0; margin: 52px 0 0; }
.hero-facts li { padding-left: 14px; border-left: 2px solid var(--gold); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 14px; }
.hero-facts span { color: rgba(255,255,255,.6); font-size: 12px; margin-top: 3px; }

.board-card { transform: rotate(2deg); padding: 22px; border-radius: 26px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.mini-label { text-transform: uppercase; letter-spacing: .18em; font-size: 10px; color: var(--gold-light); margin-bottom: 12px; }
.chessboard { aspect-ratio: 1; display: grid; grid-template-columns: repeat(8,1fr); overflow: hidden; border-radius: 10px; border: 7px solid #ead8b0; background: #f1dfbc; }
.chessboard span { display: grid; place-items: center; color: #111; font-size: clamp(19px, 3vw, 40px); line-height: 1; }
.chessboard span:nth-child(16n+1), .chessboard span:nth-child(16n+3), .chessboard span:nth-child(16n+5), .chessboard span:nth-child(16n+7),
.chessboard span:nth-child(16n+10), .chessboard span:nth-child(16n+12), .chessboard span:nth-child(16n+14), .chessboard span:nth-child(16n+16) { background: #7b4b31; }
.board-card p { text-align: center; margin: 16px 0 0; font-family: "Playfair Display", serif; color: rgba(255,255,255,.75); }

.trust-strip { background: var(--gold); color: var(--navy); }
.trust-grid { min-height: 76px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; text-align: center; font-size: 13px; font-weight: 700; }

.section { padding: 120px 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.prose { max-width: 590px; }
.prose p { color: var(--muted); font-size: 17px; }
.prose .lead { color: var(--ink); font-size: 22px; line-height: 1.5; margin-top: 5px; }
.cards-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 78px; }
.feature-card { min-height: 310px; position: relative; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: .25s; }
.feature-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.card-number { position: absolute; right: 24px; top: 20px; font-size: 11px; color: #98a2b3; }
.feature-icon { font-size: 42px; color: #9a7221; margin: 48px 0 28px; }
.feature-card h3, .person-card h3 { font-family: "Playfair Display", serif; margin: 0 0 12px; font-size: 24px; }
.feature-card p { color: var(--muted); font-size: 14px; }

.dark-section { background: var(--navy); color: white; position: relative; overflow: hidden; }
.dark-section::before { content: "♞"; position: absolute; right: -2vw; bottom: -24vw; color: rgba(255,255,255,.025); font-size: 70vw; line-height: 1; }
.visit-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.schedule { margin: 42px 0; border-top: 1px solid rgba(255,255,255,.15); }
.schedule div { display: grid; grid-template-columns: 120px 1fr; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.schedule span { color: rgba(255,255,255,.55); font-size: 13px; }
.schedule strong { font-size: 15px; }
.experience { border-left: 1px solid rgba(216,173,74,.5); padding-left: 60px; }
.quote-mark { margin: 0; color: var(--gold); font-family: Georgia, serif; font-size: 90px; line-height: .5; }
blockquote { margin: 24px 0; font-family: "Playfair Display", serif; font-size: clamp(28px,3.4vw,45px); line-height: 1.28; }
.quote-credit { color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; }

.membership-section { background: var(--cream); }
.text-link { display: inline-block; margin-top: 16px; color: var(--navy); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--navy); }
.text-link span { margin-left: 10px; }
.member-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 78px; }
.step { display: flex; gap: 20px; padding: 28px; background: rgba(255,255,255,.7); border-radius: var(--radius); border: 1px solid rgba(7,26,51,.08); }
.step > strong { font-family: "Playfair Display", serif; font-size: 46px; color: #b98e32; line-height: 1; }
.step span, .step b { display: block; }
.step span { color: var(--muted); font-size: 13px; }
.step b { color: var(--ink); font-size: 16px; margin-bottom: 5px; }

.centered { text-align: center; max-width: 700px; margin: auto; }
.centered > p:last-child { color: var(--muted); }
.people-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 62px; align-items: stretch; }
.person-card { padding: 38px; text-align: center; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.person-card.featured { background: var(--navy); color: white; transform: translateY(-14px); }
.avatar { display: grid; place-items: center; margin: 0 auto 24px; width: 74px; height: 74px; border-radius: 50%; background: var(--cream); color: #9a7221; font-family: "Playfair Display", serif; font-size: 24px; border: 1px solid #e4d4af; }
.featured .avatar { background: var(--gold-light); color: var(--navy); }
.role { color: #9a7221; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; min-height: 32px; }
.featured .role { color: var(--gold-light); }
.person-card a { display: block; color: var(--muted); font-size: 13px; margin-top: 8px; text-decoration: none; }
.featured a { color: rgba(255,255,255,.7); }

.contact-section { padding: 110px 0; background: linear-gradient(135deg,#0c2b50,var(--navy)); color: white; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); max-width: 520px; font-size: 18px; margin: 28px 0; }
.contact-details { display: grid; gap: 0; }
.contact-details div { display: grid; grid-template-columns: 95px 1fr; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-details span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.contact-details strong { font-size: 14px; }
.contact-details a { text-decoration: none; }

footer { background: #041326; color: white; padding: 38px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; }
.footer-grid p { color: rgba(255,255,255,.5); font-size: 12px; text-align: center; }
.footer-grid p:last-child { text-align: right; }
.footer-brand .brand-mark { width: 38px; height: 38px; font-size: 23px; }

.reveal { opacity: 0; transform: translateY(18px); transition: .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 24px 20px; background: var(--navy); flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 0; }
  .nav-cta { border: 0; border-radius: 0; }
  .hero { min-height: auto; padding: 145px 0 90px; }
  .hero-grid, .two-col, .visit-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-visual { max-width: 550px; }
  .cards-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: repeat(2,1fr); padding: 18px 0; gap: 12px; }
  .section { padding: 90px 0; }
  .experience { padding-left: 30px; }
  .people-grid { grid-template-columns: 1fr; max-width: 570px; margin-left: auto; margin-right: auto; }
  .person-card.featured { transform: none; }
}
@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { height: 72px; }
  .site-nav { top: 72px; }
  .hero { padding-top: 120px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 38px; }
  .cards-grid, .member-steps { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .section { padding: 74px 0; }
  .two-col { gap: 34px; }
  .trust-grid { font-size: 11px; }
  .schedule div, .contact-details div { grid-template-columns: 1fr; gap: 5px; }
  .experience { border-left: 0; border-top: 1px solid rgba(216,173,74,.5); padding: 40px 0 0; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-grid p:last-child { text-align: center; }
}
