:root {
  --navy: #102733;
  --navy-deep: #0a1c25;
  --ink: #182a31;
  --cream: #f4f0e7;
  --paper: #fbf9f4;
  --gold: #c69a5d;
  --gold-light: #e3c795;
  --sage: #c9d0c2;
  --line: rgba(16, 39, 51, 0.16);
  --white-line: rgba(255, 255, 255, 0.18);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
  --shadow: 0 30px 70px rgba(7, 25, 33, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 1000;
  transform: translateY(-120%);
  padding: .7rem 1rem;
  background: #fff;
  color: var(--navy);
}
.skip-link:focus { transform: translateY(0); }
.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;
}
.page-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 132px 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(16, 39, 51, .94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
  backdrop-filter: blur(16px);
}
.nav-shell {
  width: min(1280px, calc(100% - 48px));
  min-height: 92px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.scrolled .nav-shell { min-height: 76px; border-bottom-color: transparent; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; }
.brand-mark {
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  color: var(--gold-light);
  font: 600 12px/1 var(--serif);
  letter-spacing: -.04em;
}
.brand-name { font-weight: 600; letter-spacing: -.02em; }
.brand-name span { margin-left: 3px; color: var(--gold-light); font-size: .68em; vertical-align: top; }
.site-nav { display: flex; align-items: center; gap: 34px; color: rgba(255,255,255,.82); }
.site-nav > a:not(.button) { position: relative; font-size: 14px; }
.site-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  inset: auto 0 -8px;
  height: 1px;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 26px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--navy-deep);
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--gold-light); }
.button-small { min-height: 43px; padding-inline: 20px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.45);
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.text-link-dark { color: var(--navy); border-color: var(--line); }

.hero {
  position: relative;
  min-height: 820px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(198,154,93,.16), transparent 25%),
    linear-gradient(135deg, var(--navy-deep), var(--navy) 68%, #173a47);
  color: white;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 13%;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,.06);
}
.hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -200px;
  top: 130px;
  border: 1px solid rgba(227,199,149,.18);
  border-radius: 50%;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 90px;
  align-items: center;
  padding-top: 105px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .leadership h2, .contact h2 {
  margin-bottom: 28px;
  font: 600 clamp(48px, 6.2vw, 82px)/1.02 var(--serif);
  letter-spacing: -.045em;
}
h1 em, h2 em, .lead-copy em { color: var(--gold-light); font-weight: 600; }
.hero-intro { max-width: 610px; margin-bottom: 38px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; }

.hero-portrait { position: relative; width: min(100%, 430px); justify-self: end; }
.portrait-frame {
  position: relative;
  aspect-ratio: .82;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(145deg, #1c4452, #0b202a);
  box-shadow: var(--shadow);
}
.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 62%, rgba(7, 25, 33, .72));
  pointer-events: none;
}
.portrait-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.portrait-caption {
  position: absolute;
  inset: auto 25px 24px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.22);
}
.portrait-caption p { margin: 0; font-size: 14px; font-weight: 600; }
.orbit-note {
  position: absolute;
  left: -72px;
  bottom: 58px;
  z-index: 3;
  width: 140px;
  min-height: 126px;
  padding: 20px;
  background: var(--cream);
  color: var(--navy);
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
}
.orbit-note span { color: var(--gold); font-size: 11px; }
.orbit-note p { margin: 18px 0 0; font: 600 18px/1.3 var(--serif); }
.hero-foot {
  position: absolute;
  inset: auto 0 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255,255,255,.38);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-foot i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.section-grid { display: grid; grid-template-columns: 220px 1fr; gap: 80px; }
.section-label { display: flex; align-items: flex-start; gap: 16px; color: #66757a; }
.section-label span { color: var(--gold); font-size: 11px; }
.section-label p { margin: 0; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.lead-copy { max-width: 840px; margin-bottom: 58px; font: 600 clamp(34px, 4vw, 52px)/1.24 var(--serif); letter-spacing: -.035em; color: var(--navy); }
.lead-copy em { color: #9b7546; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; max-width: 820px; margin-bottom: 38px; color: #58676c; }

.businesses { background: var(--navy); color: white; }
.section-heading { display: grid; grid-template-columns: 220px 1fr; gap: 80px; margin-bottom: 60px; }
.section-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 66px); }
.section-label-light { color: rgba(255,255,255,.52); }
.business-list { margin-left: 300px; border-top: 1px solid var(--white-line); }
.business-card {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr 44px;
  gap: 28px;
  align-items: center;
  min-height: 186px;
  border-bottom: 1px solid var(--white-line);
  transition: background .25s ease, padding .25s ease;
}
.business-card:hover, .business-card:focus-visible { padding-inline: 24px; background: rgba(255,255,255,.055); }
.business-card:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.business-card:hover .card-arrow, .business-card:focus-visible .card-arrow { transform: translate(3px, -3px); }
.card-number { align-self: start; margin-top: 45px; color: var(--gold-light); font-size: 11px; }
.card-kicker { margin-bottom: 9px; color: rgba(255,255,255,.46); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.business-card h3 { margin-bottom: 7px; font: 600 29px/1.2 var(--serif); }
.business-card div > p:last-child { max-width: 620px; margin-bottom: 0; color: rgba(255,255,255,.6); font-size: 14px; }
.card-arrow { color: var(--gold-light); font-size: 22px; transition: transform .2s ease; }

.leadership { background: var(--cream); }
.leadership-content { max-width: 850px; }
.eyebrow-dark { color: #9b7546; }
.leadership h2 { color: var(--navy); font-size: clamp(42px, 5vw, 66px); }
.leadership h2 em { color: #9b7546; }
.leadership-intro { max-width: 700px; margin-bottom: 66px; color: #58676c; font-size: 18px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; border-top: 1px solid var(--line); padding-top: 30px; }
.principles span { color: #9b7546; font-size: 10px; }
.principles h3 { margin: 20px 0 10px; color: var(--navy); font: 600 20px/1.25 var(--serif); }
.principles p { margin: 0; color: #66757a; font-size: 14px; }

.contact { padding: 0; background: var(--paper); }
.contact-card {
  position: relative;
  top: 66px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 90px;
  align-items: center;
  padding: 78px 82px;
  background: linear-gradient(135deg, #183d49, var(--navy-deep));
  color: white;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.contact-card::after {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  right: -150px;
  top: -160px;
  border: 1px solid rgba(227,199,149,.24);
  border-radius: 50%;
}
.contact h2 { margin: 0; font-size: clamp(39px, 4vw, 54px); }
.contact-action { position: relative; z-index: 1; }
.contact-action p { color: rgba(255,255,255,.68); }
.button-light { width: 100%; margin: 10px 0 11px; background: var(--cream); border-color: var(--cream); }
.contact-action small { color: rgba(255,255,255,.42); font-size: 11px; }

.site-footer { padding: 130px 0 48px; background: #081820; color: rgba(255,255,255,.48); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; }
.footer-grid p { margin: 0; font-size: 11px; }
.brand-footer { justify-self: start; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 960px) {
  .section { padding: 100px 0; }
  .hero { min-height: 930px; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 45px; }
  .hero-portrait { max-width: 330px; }
  .orbit-note { left: -30px; }
  .section-grid, .section-heading { grid-template-columns: 160px 1fr; gap: 45px; }
  .business-list { margin-left: 205px; }
  .contact-card { padding: 60px; gap: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .page-shell, .nav-shell { width: min(100% - 36px, 1160px); }
  .section { padding: 82px 0; }
  .nav-shell { min-height: 74px; }
  .menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
  }
  .menu-toggle span:not(.sr-only) { width: 23px; height: 1px; background: white; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 74px 0 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 36px 24px;
    background: var(--navy-deep);
  }
  .site-nav.open { display: flex; }
  .site-nav > a:not(.button) { padding: 18px 0; border-bottom: 1px solid var(--white-line); font-size: 18px; }
  .site-nav .button { margin-top: 26px; }
  .hero { min-height: auto; padding: 120px 0 88px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; padding-top: 20px; }
  .hero-copy { position: relative; z-index: 2; }
  .hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-portrait { width: calc(100% - 20px); max-width: 430px; margin-top: 25px; align-self: flex-end; }
  .portrait-frame { aspect-ratio: 1; }
  .orbit-note { left: -20px; bottom: 30px; }
  .hero-foot { display: none; }
  .section-grid, .section-heading { display: block; }
  .section-label { margin-bottom: 38px; }
  .lead-copy { margin-bottom: 36px; font-size: 36px; }
  .about-columns { grid-template-columns: 1fr; gap: 4px; }
  .section-heading { margin-bottom: 42px; }
  .business-list { margin-left: 0; }
  .business-card { grid-template-columns: 35px 1fr 20px; gap: 14px; min-height: 205px; }
  .business-card:hover, .business-card:focus-visible { padding-inline: 8px; }
  .card-number { margin-top: 49px; }
  .business-card h3 { font-size: 24px; }
  .principles { grid-template-columns: 1fr; gap: 32px; }
  .principles > div:not(:last-child) { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
  .contact-card { top: 48px; grid-template-columns: 1fr; gap: 35px; width: calc(100% - 36px); padding: 48px 28px; }
  .contact { padding: 0; }
  .site-footer { padding-top: 100px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; text-align: left; }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 390px) {
  .orbit-note { width: 126px; min-height: 112px; padding: 16px; }
  .orbit-note p { margin-top: 12px; font-size: 16px; }
}
