:root {
  --navy: #0a1d33;
  --navy-2: #102944;
  --ink: #17202a;
  --muted: #596777;
  --paper: #f5f7f9;
  --white: #ffffff;
  --gold: #c49a4a;
  --red: #9f2c2c;
  --line: #d8dee5;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Libre Franklin", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: -80px; left: 1rem; z-index: 100; padding: .7rem 1rem; background: #fff; color: #000; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(10,29,51,.97); color: white; border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-shell { max-width: 1240px; min-height: 104px; margin: auto; padding: .65rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: block; width: min(330px, 38vw); flex: 0 1 330px; text-decoration: none; background: white; border-radius: 2px; overflow: hidden; }
.brand-logo { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { color: white; text-decoration: none; font-size: .86rem; font-weight: 600; }
nav a:hover, nav a:focus { color: #f2cf86; }
.nav-cta { padding: .65rem 1rem; border: 1px solid rgba(255,255,255,.5); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.35); background: none; color: white; padding: .5rem .75rem; font: inherit; }
.hero { max-width: 1400px; min-height: 720px; margin: auto; padding-right: clamp(2rem, 5vw, 5rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 430px); gap: clamp(2rem, 4vw, 4.5rem); background: linear-gradient(135deg, #f7f9fb, #e7edf3); }
.hero-copy { padding: 7rem clamp(2rem, 7vw, 7rem) 4rem; align-self: center; }
.eyebrow { margin: 0 0 1rem; color: #8b6724; font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-weight: 600; letter-spacing: -.025em; line-height: 1.08; }
h1 { max-width: 740px; font-size: clamp(2.8rem, 5.2vw, 5.6rem); }
h2 { font-size: clamp(2.2rem, 3.6vw, 4rem); }
h3 { margin: .5rem 0 1rem; font-size: 1.35rem; line-height: 1.3; }
.hero-lede { max-width: 700px; margin: 1.6rem 0 2rem; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-block; min-height: 50px; padding: .8rem 1.3rem; text-decoration: none; font-weight: 700; border: 1px solid var(--navy); }
.button.primary { background: var(--navy); color: white; }
.button.secondary { background: transparent; }
.button:hover, .button:focus { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(10,29,51,.15); }
.trust-list { margin: 3.5rem 0 0; padding: 2rem 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.35rem; border-top: 1px solid #c9d1da; list-style: none; }
.trust-list li { display: grid; }
.trust-list strong { color: var(--navy); font-size: 1.35rem; }
.trust-list span { color: var(--muted); font-size: .78rem; line-height: 1.4; }
.hero-portrait { position: relative; width: 100%; height: 560px; align-self: center; overflow: hidden; background: var(--navy); box-shadow: 0 20px 45px rgba(10,29,51,.18); }
.hero-portrait > img { height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.88); }
.portrait-card { position: absolute; right: 0; bottom: 0; min-width: 285px; padding: 1.2rem 1.5rem; display: grid; background: rgba(10,29,51,.95); color: white; }
.portrait-card span { color: #d9e1e8; font-size: .78rem; }
.principles { padding: 1.35rem 2rem; display: flex; justify-content: center; align-items: center; gap: 2rem; background: var(--navy); color: white; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 700; }
.principles p { margin: 0; }
.principles span { width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); }
.section { max-width: 1240px; margin: auto; padding: 7rem 2rem; }
.section-intro { display: grid; grid-template-columns: .75fr 1.25fr; column-gap: 4rem; align-items: end; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro > p:last-child { margin: 0; color: var(--muted); }
.service-grid { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { padding: 2.2rem; background: white; border-left: 1px solid var(--line); }
.service-card:first-child { border-left: 0; }
.service-card.featured { background: var(--paper); }
.service-number { color: var(--gold); font-family: "Source Serif 4", serif; font-size: 2rem; }
.service-card p, .service-card li { color: var(--muted); }
.service-card ul { margin: 1.5rem 0 0; padding-left: 1.1rem; }
.service-card li { margin: .45rem 0; }
.experience { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--navy); color: white; }
.experience-gallery { min-height: 790px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: white; }
.experience-gallery figure { min-height: 790px; margin: 0; overflow: hidden; }
.experience-gallery img { height: 100%; object-fit: cover; object-position: center top; filter: saturate(.75) contrast(1.03); transition: filter .3s ease, transform .5s ease; }
.experience-gallery .gallery-young img { object-position: center 20%; transform: scale(1.14); }
.experience-gallery .gallery-captain img { object-position: center top; }
.experience-gallery .gallery-young:hover img { filter: saturate(1); transform: scale(1.16); }
.experience-gallery .gallery-captain:hover img { filter: saturate(1); transform: scale(1.02); }
.experience-copy { padding: 7rem clamp(2rem, 6vw, 6rem); align-self: center; }
.eyebrow.light { color: #e3bb6d; }
.experience-copy h2 { max-width: 600px; }
.experience-copy > p:not(.eyebrow) { color: #c8d2dc; }
.about { display: grid; grid-template-columns: 1.2fr .8fr; gap: 6rem; align-items: center; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-copy .large-copy { color: var(--ink); font-family: "Source Serif 4", serif; font-size: 1.4rem; line-height: 1.5; }
.credentials-card { padding: 2.2rem; border-top: 5px solid var(--red); background: var(--paper); box-shadow: 0 24px 60px rgba(10,29,51,.12); }
.credentials-card img { margin-bottom: 1.7rem; padding: .75rem; background: white; border: 1px solid var(--line); }
.credentials-card dl, .credentials-card dd { margin: 0; }
.credentials-card dl > div { padding: .8rem 0; display: grid; grid-template-columns: 1fr 1.4fr; gap: 1rem; border-top: 1px solid var(--line); }
.credentials-card dt { color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.credentials-card dd { font-weight: 600; font-size: .88rem; }
.contact { padding: 5rem max(2rem, calc((100% - 1176px)/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; background: var(--navy-2); color: white; }
.contact p:not(.eyebrow) { max-width: 610px; color: #c8d2dc; }
.contact-actions { display: grid; border-top: 1px solid rgba(255,255,255,.25); }
.contact-actions a { padding: 1.1rem 0; display: grid; grid-template-columns: .6fr 1.4fr; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.25); }
.contact-actions span { color: #c8d2dc; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-actions strong { font-size: 1rem; }
footer { padding: 2.2rem max(2rem, calc((100% - 1176px)/2)); display: flex; justify-content: space-between; align-items: center; gap: 2rem; background: #071321; color: white; }
footer div { display: grid; }
footer span, footer p { margin: 0; color: #91a0af; font-size: .75rem; }
@media (max-width: 900px) {
  .hero { padding: 0 2rem 4rem; grid-template-columns: 1fr; gap: 1rem; }
  .hero-copy { padding-top: 5rem; }
  .hero-portrait { width: min(100%, 430px); height: 560px; margin: auto; }
  .section-intro, .about, .contact { grid-template-columns: 1fr; gap: 2.5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { border-left: 0; border-top: 1px solid var(--line); }
  .service-card:first-child { border-top: 0; }
  .experience { grid-template-columns: 1fr; }
  .experience-gallery { min-height: 640px; }
  .experience-gallery figure { min-height: 640px; }
}
@media (max-width: 680px) {
  .nav-shell { min-height: 82px; padding: .55rem 1rem; }
  .brand { width: 220px; flex-basis: 220px; }
  .menu-toggle { display: block; }
  nav { position: absolute; top: 100%; left: 0; right: 0; padding: 1.3rem; display: none; align-items: stretch; flex-direction: column; gap: .5rem; background: var(--navy); border-top: 1px solid rgba(255,255,255,.15); }
  nav.open { display: flex; }
  nav a { padding: .65rem; }
  .hero-copy { padding: 4rem 1.3rem 3rem; }
  h1 { font-size: 2.65rem; }
  .trust-list { grid-template-columns: 1fr 1fr; }
  .hero { padding: 0 1.3rem 3rem; }
  .hero-portrait { height: 480px; }
  .portrait-card { min-width: 250px; }
  .principles { justify-content: flex-start; overflow-x: auto; gap: 1rem; }
  .principles p { white-space: nowrap; }
  .section { padding: 5rem 1.3rem; }
  .service-card { padding: 1.6rem; }
  .experience-gallery { min-height: auto; grid-template-columns: 1fr; }
  .experience-gallery figure { min-height: 540px; }
  .experience-copy { padding: 5rem 1.3rem; }
  .about { gap: 3rem; }
  .contact { padding: 4rem 1.3rem; }
  .contact-actions a { grid-template-columns: 1fr; gap: .25rem; }
  footer { padding: 2rem 1.3rem; align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
