@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Inter:wght@400;500;600&display=swap');

:root {
  --navy: #071426;
  --navy-2: #0c203a;
  --gold: #c49a3a;
  --gold-light: #dfbf72;
  --cream: #f5f1e8;
  --white: #ffffff;
  --ink: #17202b;
  --muted: #667080;
  --line: rgba(7,20,38,.14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 4px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(7,20,38,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner { height: 130px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 430px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .9rem; letter-spacing: .02em; }
.site-nav a:hover { color: #fff; }
.site-nav .nav-cta { color: var(--navy); background: var(--gold-light); padding: 10px 18px; border-radius: 999px; font-weight: 600; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: #fff; }

.hero {
  position: relative;
  min-height: 880px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 30%, rgba(196,154,58,.18), transparent 30%),
    linear-gradient(135deg, var(--navy), #081a31 68%, #0e2949);
  color: #fff;
}
.hero-grid {
  position: absolute; inset: 0; opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 80%);
}
.hero-content { position: relative; z-index: 2; padding-top: 84px; }
.eyebrow, .section-kicker {
  margin: 0 0 18px;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.hero h1, h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.025em;
}
.hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(4rem, 8.3vw, 7.5rem);
}
.hero h1 span { color: var(--gold-light); }
.hero-copy { max-width: 680px; margin: 32px 0 0; font-size: 1.14rem; color: rgba(255,255,255,.75); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .93rem; }
.button-primary { background: var(--gold-light); color: var(--navy); }
.button-secondary { border: 1px solid rgba(255,255,255,.28); color: #fff; }
.button:hover { transform: translateY(-1px); }
.hero-mark {
  position: absolute;
  right: -3vw;
  bottom: -4vw;
  font-family: "Cormorant Garamond", serif;
  font-size: min(34vw, 520px);
  font-weight: 600;
  line-height: .7;
  color: rgba(255,255,255,.025);
  user-select: none;
}
.section { padding: 120px 0; }
.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
h2 { margin: 0; color: var(--navy); font-size: clamp(2.8rem, 5vw, 5rem); }
.intro-copy { border-left: 1px solid var(--line); padding-left: 48px; }
.intro-copy p { margin: 0 0 22px; font-size: 1.08rem; color: #4e5967; }
.section-dark { background: var(--navy); color: #fff; }
.section-dark h2 { color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading.narrow { max-width: 620px; }
.section-heading > p:last-child { color: rgba(255,255,255,.65); max-width: 650px; margin-top: 24px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.focus-card {
  min-height: 360px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.11);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
  display: flex; flex-direction: column;
}
.card-number { color: var(--gold-light); font-size: .78rem; letter-spacing: .15em; }
.focus-card h3 { margin: auto 0 18px; font-family: "Cormorant Garamond", serif; font-size: 2.15rem; line-height: 1.05; }
.focus-card p { margin: 0; color: rgba(255,255,255,.65); }
.principles { background: var(--cream); }
.principles-list { margin-top: 60px; border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.principle > span { color: var(--gold); font-size: .78rem; letter-spacing: .14em; }
.principle h3 { margin: 0 0 8px; font-family: "Cormorant Garamond", serif; font-size: 2rem; color: var(--navy); }
.principle p { margin: 0; color: var(--muted); max-width: 700px; }
.contact { background: #fff; }
.contact-panel {
  padding: 70px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 70px;
  background: var(--navy);
  color: #fff;
}
.contact-panel h2 { color: #fff; }
.contact-panel > div:first-child > p:last-child { color: rgba(255,255,255,.68); max-width: 650px; }
.contact-details { align-self: end; padding-left: 40px; border-left: 1px solid rgba(255,255,255,.15); }
.contact-details p { margin: 4px 0; color: rgba(255,255,255,.68); }
.contact-details .contact-name { color: #fff; font-weight: 600; }
.contact-details a { display: inline-block; color: var(--gold-light); text-decoration: none; margin: 8px 0; font-size: 1.05rem; }
.site-footer { background: #050e1a; color: rgba(255,255,255,.6); padding: 34px 0; font-size: .84rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand img { width: 180px; opacity: .85; }
.footer-inner a { color: rgba(255,255,255,.72); text-decoration: none; }

@media (max-width: 850px) {
  .header-inner { height: 72px; }
  .brand img { width: 190px; }
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed; top: 72px; left: 0; right: 0;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: 18px 20px 26px; background: var(--navy);
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 4px; }
  .site-nav .nav-cta { text-align: center; margin-top: 10px; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 72px; }
  .two-column, .contact-panel { grid-template-columns: 1fr; gap: 38px; }
  .intro-copy, .contact-details { border-left: 0; padding-left: 0; }
  .card-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: 280px; }
  .contact-panel { padding: 46px 30px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero { min-height: 700px; }
  .hero h1 { font-size: 3.65rem; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .section { padding: 82px 0; }
  .principle { grid-template-columns: 46px 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
}
