:root {
  --navy: #0b1b3d;
  --navy-2: #112854;
  --slate: #2c3e50;
  --gold: #d4af37;
  --paper: #f8f9fa;
  --mist: #e7ebf0;
  --white: #fff;
  --max: 1240px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: Inter, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 20; padding: .65rem 1rem; color: var(--navy); background: var(--gold); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.topbar { background: var(--navy); color: #dce5f4; font-size: .75rem; letter-spacing: .04em; }
.topbar-inner, .nav-inner, .section, .site-footer-inner { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }
.topbar-inner { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; }
.topbar a:hover, .topbar a:focus-visible { color: var(--gold); }
.site-nav { background: var(--paper); border-bottom: 1px solid #d9dfe7; }
.nav-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--navy); }
.brand-logo { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; object-fit: cover; object-position: 50% 50%; box-shadow: 0 0 0 1px var(--gold); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-name { font: 700 1.05rem var(--serif); letter-spacing: .01em; }
.brand-sub { margin-top: .25rem; color: var(--slate); font-size: .61rem; letter-spacing: .17em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.25rem); font-size: .78rem; font-weight: 600; letter-spacing: .04em; }
.nav-links a { position: relative; padding: .4rem 0; }
.nav-links a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { padding: .75rem 1rem !important; color: var(--white); background: var(--navy); }
.nav-cta::after { display: none; }
.menu-toggle { display: none; border: 0; background: none; color: var(--navy); font: 700 .8rem var(--sans); }
.hero { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(350px, .94fr); min-height: 680px; background: var(--navy); color: var(--white); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 6rem max(1.5rem, calc((100vw - var(--max)) / 2)) 5rem max(1.5rem, calc((100vw - var(--max)) / 2)); padding-right: 5rem; }
.eyebrow { margin: 0 0 1.25rem; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: -.025em; }
h1 { max-width: 720px; font-size: clamp(3.5rem, 6.4vw, 6.4rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: 1.55rem; }
.hero-lede { max-width: 560px; margin: 2rem 0 2.25rem; color: #dce5f4; font-size: 1.1rem; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.button { display: inline-flex; align-items: center; gap: .9rem; padding: 1rem 1.25rem; font-size: .78rem; font-weight: 700; letter-spacing: .04em; transition: transform .25s ease, background-color .25s ease, color .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-gold { color: var(--navy); background: var(--gold); }
.button-gold:hover, .button-gold:focus-visible { background: #e3c451; }
.button-outline-light { border: 1px solid #8d9bb3; color: var(--white); }
.button-outline-light:hover, .button-outline-light:focus-visible { border-color: var(--gold); color: var(--gold); }
.text-link { display: inline-flex; align-items: center; gap: .75rem; border-bottom: 1px solid var(--gold); padding-bottom: .2rem; color: var(--navy); font-size: .8rem; font-weight: 700; }
.text-link-light { color: var(--white); border-color: var(--gold); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.1rem; margin-top: 5rem; padding-top: 1.25rem; border-top: 1px solid #34466a; color: #aebbd0; font-size: .7rem; }
.hero-proof span { max-width: 130px; }
.hero-proof strong { display: block; color: var(--white); font-size: .78rem; }
.hero-image-wrap { position: relative; min-height: 560px; background: #1b2a45; overflow: hidden; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: saturate(.82); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(11,27,61,.7)); }
.hero-caption { position: absolute; right: 2rem; bottom: 2rem; left: 2rem; z-index: 1; display: flex; justify-content: space-between; gap: 1rem; color: var(--white); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.hero-caption span:last-child { color: #d8c275; }
.section { padding-block: 8rem; }
.intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 6rem; align-items: start; }
.section-heading h2 { max-width: 650px; }
.intro-copy { max-width: 520px; padding-top: 2.2rem; }
.intro-copy p { margin: 0 0 1.35rem; color: var(--slate); }
.intro-copy .text-link { margin-top: 1.1rem; }
.section-paper { width: 100%; max-width: none; padding-inline: max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--mist); }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; margin-top: 4rem; }
.pillar { padding-top: 1.2rem; border-top: 1px solid #94a1b1; }
.pillar-mark { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .1em; }
.pillar h3 { margin: 2rem 0 .75rem; }
.pillar p { margin: 0; color: var(--slate); font-size: .9rem; }
.cta-band { display: flex; justify-content: space-between; align-items: center; gap: 3rem; padding: 5rem max(1.5rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--navy-2); }
.cta-band h2 { max-width: 750px; font-size: clamp(2rem, 3.7vw, 3.5rem); }
.site-footer { color: #ccd6e5; background: #07132d; }
.site-footer-inner { padding-block: 4rem 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 4rem; padding-bottom: 3rem; }
.footer-grid h2 { color: var(--white); font-size: 1.55rem; }
.footer-grid h3 { margin-bottom: 1rem; color: var(--gold); font: 700 .7rem var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: #aebbd0; font-size: .82rem; }
.footer-grid a { display: block; margin: .5rem 0; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1.5rem; padding-top: 1.5rem; border-top: 1px solid #29395a; color: #8090aa; font-size: .68rem; }
.page-hero { padding: 7rem max(1.5rem, calc((100vw - var(--max)) / 2)) 6rem; color: var(--white); background: var(--navy); }
.page-hero h1 { max-width: 850px; font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero p:not(.eyebrow) { max-width: 620px; margin: 1.75rem 0 0; color: #cbd6e5; font-size: 1.1rem; }
.content-section { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; padding-block: 7rem; }
.content-section + .content-section { padding-top: 0; }
.split-content { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.prose { max-width: 680px; color: var(--slate); }
.prose p { margin: 0 0 1.25rem; }
.quote { padding: 2rem 0 2rem 2rem; border-left: 1px solid var(--gold); font: 600 clamp(1.6rem, 3vw, 2.5rem)/1.25 var(--serif); }
.motto { margin-top: 2rem; color: var(--gold); font: italic 1.4rem var(--serif); }
.practice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #bbc4d0; }
.practice-card { min-height: 240px; padding: 2.2rem; background: var(--paper); }
.practice-card:hover { background: var(--white); }
.practice-card h2 { margin: 1.5rem 0 .85rem; font-size: 1.8rem; }
.practice-card p { margin: 0; color: var(--slate); font-size: .9rem; }
.card-line { display: block; width: 42px; height: 2px; background: var(--gold); }
.team-profile { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: center; }
.team-profile img { width: 100%; max-height: 620px; object-fit: cover; object-position: center top; }
.team-meta { color: var(--slate); font-size: .85rem; }
.team-meta strong { display: block; margin-bottom: .5rem; color: var(--navy); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 5rem; align-items: start; }
.contact-list { margin: 2.5rem 0 0; padding: 0; list-style: none; }
.contact-list li { padding: 1.25rem 0; border-top: 1px solid #c9d0d9; }
.contact-list strong { display: block; margin-bottom: .35rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-list a { color: var(--slate); }
.contact-list a:hover, .contact-list a:focus-visible { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; }
.consultation-form { padding: 2.5rem; background: var(--white); border: 1px solid #dce1e7; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem 1.5rem; }
.field { display: flex; flex-direction: column; gap: .45rem; }
.field-full { grid-column: 1 / -1; }
label, legend { color: var(--navy); font-size: .76rem; font-weight: 700; }
input, select, textarea { width: 100%; padding: .9rem 1rem; border: 1px solid #b8c2ce; border-radius: 0; color: var(--navy); background: var(--paper); font: inherit; font-size: .88rem; }
textarea { min-height: 150px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(212,175,55,.35); outline-offset: 1px; border-color: var(--navy); }
fieldset { margin: 0; padding: 0; border: 0; }
.radio-row { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: .2rem; }
.radio-row label { display: inline-flex; align-items: center; gap: .5rem; font-weight: 500; }
input[type="radio"], input[type="checkbox"] { width: auto; accent-color: var(--navy); }
.consent { display: flex; align-items: flex-start; gap: .7rem; margin: 1.5rem 0; color: var(--slate); font-size: .76rem; }
.consent label { color: var(--slate); font-weight: 400; }
.form-status { margin-top: 1rem; padding: .85rem 1rem; color: #0c4b2d; background: #e4f4eb; font-size: .82rem; }
.form-status[hidden] { display: none; }
.form-error { color: #8d1d1d; font-size: .76rem; }
.map-frame { width: 100%; min-height: 260px; border: 0; filter: grayscale(.65); }
.reveal { animation: reveal .8s cubic-bezier(.16, 1, .3, 1) both; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 1.5rem; }
  .hero-image-wrap { min-height: 560px; }
  .intro, .split-content, .contact-grid, .team-profile { grid-template-columns: 1fr; gap: 2.5rem; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .topbar-inner { display: block; text-align: center; }
  .topbar-inner span { display: block; }
  .nav-inner { min-height: 76px; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 126px; right: 1.5rem; left: 1.5rem; z-index: 5; display: none; flex-direction: column; align-items: stretch; gap: .4rem; padding: 1.25rem; background: var(--white); box-shadow: 0 15px 35px rgba(11,27,61,.15); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: .6rem; }
  .nav-cta { text-align: center; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-copy { padding-top: 5rem; padding-bottom: 4rem; }
  .hero-proof { margin-top: 3.5rem; }
  .section, .content-section { padding-block: 5rem; }
  .pillar-grid, .practice-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .cta-band { display: block; padding-block: 4rem; }
  .cta-band .button { margin-top: 2rem; }
  .consultation-form { padding: 1.25rem; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: .6rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
