:root {
  --navy: #082642;
  --navy-deep: #041a2d;
  --navy-soft: #123d62;
  --light-blue: #4f82a0;
  --light-blue-dark: #3f7392;
  --gold: #c79a43;
  --gold-bright: #e0b95f;
  --cream: #f8f5ed;
  --paper: #fffefa;
  --ink: #142433;
  --muted: #5c6872;
  --line: rgba(8, 38, 66, .16);
  --shadow: 0 24px 60px rgba(4, 26, 45, .16);
  --header-height: 5.4rem;
  --section-space: clamp(3rem, 5.5vh, 4rem);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .7rem 1rem; background: white; color: var(--navy); }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 20; min-height: 5.4rem; padding: .8rem max(1.5rem, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(255,254,250,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand-name { color: var(--navy); font-family: var(--serif); font-size: 1.15rem; font-weight: 700; letter-spacing: .01em; line-height: 1.05; }
.brand-name em { display: block; color: var(--gold); font-family: var(--sans); font-style: normal; font-size: .65rem; letter-spacing: .19em; text-transform: uppercase; margin-top: .3rem; }
.logo-crop { width: 3.5rem; height: 3.5rem; flex: 0 0 auto; border-radius: 50%; border: 2px solid var(--gold); background-image: url('assets/brand-card.png'); background-repeat: no-repeat; background-size: 11.2rem auto; background-position: -5.6rem -.75rem; box-shadow: 0 6px 16px rgba(4,26,45,.15); }
.logo-crop.small { width: 3.1rem; height: 3.1rem; background-size: 9.9rem auto; background-position: -4.95rem -.66rem; }
.site-header nav, footer nav { display: flex; align-items: center; gap: 1.8rem; }
.site-header nav a, footer nav a { text-decoration: none; font-weight: 700; font-size: .88rem; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--gold); }
.nav-cta { padding: .65rem 1rem; color: white; background: var(--light-blue-dark); }
.menu-toggle { display: none; padding: .55rem .8rem; background: transparent; border: 1px solid var(--navy); color: var(--navy); font-weight: 700; }

section { position: relative; }
.section-anchor { scroll-margin-top: 0; }

.hero { background: radial-gradient(circle at 82% 10%, rgba(224,185,95,.23), transparent 32%), linear-gradient(135deg, var(--paper) 0%, #f4efe4 100%); }
.hero-grid { min-height: calc(100svh - var(--header-height)); max-width: 1180px; margin: auto; padding: var(--section-space) 1.5rem; display: grid; grid-template-columns: 1.02fr .98fr; gap: 4.2rem; align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-weight: 800; font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-weight: 500; line-height: 1.05; }
h1 { font-size: clamp(3.15rem, 6vw, 5.8rem); letter-spacing: -.045em; }
h1 span { color: var(--gold); }
h2 { font-size: clamp(2.25rem, 4.3vw, 4rem); letter-spacing: -.035em; }
h3 { color: var(--navy); line-height: 1.2; }
.hero-lead { max-width: 40rem; margin: 1.65rem 0 1.8rem; color: #465866; font-size: 1.18rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.button { display: inline-flex; min-height: 3.15rem; padding: .8rem 1.2rem; align-items: center; justify-content: center; border: 1px solid var(--navy); text-decoration: none; font-weight: 800; font-size: .9rem; cursor: pointer; }
.button-primary { color: white; background: var(--light-blue-dark); border-color: var(--light-blue-dark); }
.button-primary:hover, .button-primary:focus-visible { background: var(--light-blue); }
.button-secondary { color: var(--navy); background: transparent; }
.button-secondary:hover, .button-secondary:focus-visible { background: white; }
.trust-list { margin: 2rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; color: var(--navy); font-size: .82rem; font-weight: 800; list-style: none; }
.trust-list li::before { content: '◆'; margin-right: .6rem; color: var(--gold); font-size: .6rem; }
.hero-photo { position: relative; margin: 0; padding: 1rem 1rem 4.8rem; background: var(--light-blue); box-shadow: var(--shadow); transform: rotate(.6deg); }
.hero-photo::before { content: ''; position: absolute; width: 7rem; height: .35rem; right: 1rem; top: -.7rem; background: var(--gold); }
.hero-photo img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.02); }
.hero-photo figcaption { position: absolute; left: 1.6rem; bottom: 1rem; color: white; }
.hero-photo figcaption span { display: block; color: var(--gold-bright); font-family: var(--serif); font-size: 1.45rem; }
.hero-photo figcaption small { font-size: .72rem; letter-spacing: .05em; }

.services { min-height: calc(100svh - var(--header-height)); padding: var(--section-space) 0; display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.services .section-heading { margin: 0 auto; padding-top: 0; }
.section-heading { max-width: 850px; margin: auto; padding: var(--section-space) 1.5rem 2rem; text-align: center; }
.section-heading > p:last-child { max-width: 650px; margin: 1.2rem auto 0; color: var(--muted); font-size: 1.05rem; }
.service-grid { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { position: relative; min-height: 10.5rem; padding: 1.25rem 1.35rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.service-grid article:hover { z-index: 1; background: var(--cream); transform: translateY(-3px); }
.service-number { color: var(--gold); font-family: var(--serif); font-size: 1rem; }
.service-grid h3 { margin: .65rem 0 .45rem; font-family: var(--serif); font-size: 1.18rem; font-weight: 500; }
.service-grid p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.45; }

.about { background: var(--cream); }
.about-grid { min-height: calc(100svh - var(--header-height)); max-width: 1180px; margin: auto; padding: var(--section-space) 1.5rem; display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; }
.about-copy > p { margin: 0 0 1.3rem; color: #46545f; font-size: 1.05rem; }
.credential-row { margin-top: 2.3rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(199,154,67,.5); }
.credential-row div { padding: 1.2rem .8rem 0 0; }
.credential-row strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.credential-row span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; }

.approach { min-height: calc(100svh - var(--header-height)); padding: var(--section-space) 0; display: flex; flex-direction: column; justify-content: center; color: white; background: var(--light-blue); }
.approach .section-heading { margin: 0 auto; padding-top: 0; }
.section-heading.light h2 { color: white; }
.section-heading.light > p:last-child { color: rgba(255,255,255,.7); }
.approach-grid { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 1.5rem 2.5rem; display: grid; grid-template-columns: repeat(4, 1fr); }
.approach-grid article { padding: 1.8rem; border-left: 1px solid rgba(255,255,255,.17); }
.approach-grid article:last-child { border-right: 1px solid rgba(255,255,255,.17); }
.approach-grid span { color: var(--gold-bright); font-family: var(--serif); }
.approach-grid h3 { margin: 2rem 0 .7rem; color: white; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.approach-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: .9rem; }
blockquote { max-width: 900px; margin: 0 auto; padding: .5rem 1.5rem; color: #fff2cb; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.6rem); font-style: italic; text-align: center; }
.contact { background: var(--paper); }
.contact-grid { min-height: calc(100svh - var(--header-height)); max-width: 1180px; margin: auto; padding: var(--section-space) 1.5rem; display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; }
.contact-grid > div > p:not(.eyebrow) { max-width: 34rem; color: var(--muted); font-size: 1.05rem; }
.direct-contact { margin-top: 2rem; display: grid; gap: .65rem; }
.direct-contact a, .direct-contact span { padding: .85rem 0; display: grid; grid-template-columns: 5rem 1fr; border-bottom: 1px solid var(--line); text-decoration: none; }
.direct-contact small { color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.direct-contact strong { color: var(--navy); }
form { padding: 1.6rem; background: var(--cream); border-top: 5px solid var(--gold); box-shadow: 0 18px 44px rgba(4,26,45,.1); }
label { display: grid; gap: .35rem; margin-bottom: 1rem; color: var(--navy); font-size: .8rem; font-weight: 800; }
input, textarea { width: 100%; padding: .68rem .8rem; border: 1px solid rgba(8,38,66,.23); border-radius: 0; background: white; color: var(--ink); font: inherit; }
input:focus, textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
form .button { width: 100%; }
.form-note { margin: .8rem 0 0; color: var(--muted); font-size: .75rem; text-align: center; }

footer { padding: 0 max(1.5rem, calc((100vw - 1180px) / 2)); color: white; background: var(--light-blue); }
.footer-main { padding: 3rem 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-brand { display: flex; gap: 1rem; align-items: center; }
.footer-brand strong { display: block; color: white; font-family: var(--serif); font-size: 1.1rem; }
.footer-brand span { color: var(--gold-bright); font-size: .72rem; letter-spacing: .08em; }
footer nav a { color: rgba(255,255,255,.75); }
.legal { padding: 1rem 0 1.6rem; display: flex; justify-content: space-between; color: rgba(255,255,255,.5); font-size: .72rem; }

@media (max-width: 880px) {
  .hero-grid, .services, .about-grid, .approach, .contact-grid { min-height: auto; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero-grid { padding-top: 4rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid article { min-height: 13rem; padding: 1.6rem; }
  .approach-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid article:nth-child(3) { border-top: 1px solid rgba(255,255,255,.17); }
  .approach-grid article:last-child { border-top: 1px solid rgba(255,255,255,.17); }
  .site-header nav { position: absolute; display: none; top: 100%; left: 0; right: 0; padding: 1rem 1.5rem 1.4rem; flex-direction: column; align-items: stretch; gap: .4rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(4,26,45,.12); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: .75rem; }
  .menu-toggle { display: inline-flex; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 4.8rem; }
  .site-header { min-height: 4.8rem; }
  .section-anchor { scroll-margin-top: 0; }
  .logo-crop { width: 3rem; height: 3rem; background-size: 9.6rem auto; background-position: -4.8rem -.64rem; }
  .hero-grid { padding: 3.3rem 1.1rem; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .section-heading { padding: 4rem 1.1rem 2.2rem; }
  .service-grid { padding: 0 1.1rem 4rem; grid-template-columns: 1fr; border-left: 0; }
  .service-grid article { min-height: auto; border-left: 1px solid var(--line); }
  .about-grid, .contact-grid { padding: 4rem 1.1rem; }
  .credential-row { grid-template-columns: 1fr; }
  .credential-row div { padding-bottom: .8rem; border-bottom: 1px solid rgba(199,154,67,.25); }
  .approach-grid { grid-template-columns: 1fr; padding: 0 1.1rem 3rem; }
  .approach-grid article { border-right: 1px solid rgba(255,255,255,.17); border-top: 1px solid rgba(255,255,255,.17); }
  .hero-photo { padding: .7rem .7rem 4.6rem; }
  form { padding: 1.35rem; }
  .footer-main, .legal { flex-direction: column; align-items: center; text-align: center; }
  .footer-main { gap: 1.5rem; }
  footer nav { flex-wrap: wrap; justify-content: center; gap: 1rem; }
  .legal { gap: .35rem; }
}

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