:root {
  --navy: #071c2c;
  --navy-2: #0c2a3d;
  --ink: #102332;
  --gold: #d5a748;
  --gold-light: #efd28c;
  --cream: #f5f1e9;
  --paper: #fbfaf7;
  --muted: #66737c;
  --line: rgba(16, 35, 50, 0.15);
  --white: #fff;
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
  --container: min(1200px, calc(100% - 48px));
}

* { 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.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-150%); background: white; color: var(--navy); padding: 10px 16px; z-index: 1001; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 100; height: 98px; padding: 0 max(32px, calc((100vw - 1320px) / 2)); display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .3s, height .3s; }
.site-header.scrolled { position: fixed; height: 76px; background: rgba(7,28,44,.94); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 700; letter-spacing: .12em; line-height: 1; }
.brand-name { display: grid; font-size: 18px; }
.brand-name small { margin-top: 5px; font: 500 8px/1 var(--sans); letter-spacing: .35em; color: var(--gold-light); }
.brand-mark { width: 37px; height: 37px; display: flex; align-items: flex-end; justify-content: center; gap: 3px; transform: skew(-15deg); border-bottom: 2px solid var(--gold); }
.brand-mark i { display: block; width: 6px; background: var(--gold); }
.brand-mark i:nth-child(1) { height: 13px; }.brand-mark i:nth-child(2) { height: 22px; }.brand-mark i:nth-child(3) { height: 31px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .25s; }
.main-nav a:hover::after { right: 0; }
.nav-cta { border: 1px solid rgba(255,255,255,.5); padding: 12px 18px; display: flex; gap: 20px; align-items: center; transition: background .25s, color .25s; }
.nav-cta:hover { background: white; color: var(--navy); }
.menu-toggle { display: none; background: none; border: 0; width: 48px; height: 48px; padding: 12px; }
.menu-toggle span { display: block; height: 1px; background: white; margin: 7px 0; transition: transform .25s; }

.hero { min-height: 820px; height: 100svh; color: white; display: grid; place-items: center; position: relative; overflow: hidden; }
.hero-media, .statement-media { position: absolute; inset: -10%; background-size: cover; background-position: center; will-change: transform; }
.hero-media { background-image: url("https://images.pexels.com/photos/3184291/pexels-photo-3184291.jpeg?auto=compress&cs=tinysrgb&w=2000"); background-position: center 38%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,20,32,.94) 0%, rgba(4,20,32,.72) 46%, rgba(4,20,32,.25) 100%), linear-gradient(0deg, rgba(4,20,32,.45), transparent 45%); }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 12.5vw 100%, 100% 100%; pointer-events: none; }
.hero-content { position: relative; z-index: 2; width: var(--container); padding-top: 80px; }
.eyebrow, .section-number { display: flex; align-items: center; gap: 15px; color: var(--gold); text-transform: uppercase; letter-spacing: .21em; font-size: 11px; font-weight: 600; }
.eyebrow::before, .section-number::before { content: ""; width: 38px; height: 1px; background: currentColor; }
h1, h2, blockquote { font-family: var(--display); letter-spacing: -.045em; line-height: 1.05; }
h1 { font-size: clamp(54px, 7.2vw, 104px); font-weight: 500; margin: 28px 0 25px; max-width: 940px; }
h1 em, h2 em, blockquote em { color: var(--gold-light); font-style: normal; font-weight: 400; }
.hero-copy { max-width: 585px; font-size: clamp(17px, 1.45vw, 21px); color: rgba(255,255,255,.76); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 14px 24px; border: 0; font-weight: 600; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--gold-light); }
.button-primary:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.45); padding: 8px 0; }
.hero-card { position: absolute; z-index: 3; right: max(32px, calc((100vw - 1320px) / 2)); bottom: 54px; width: 270px; padding: 24px; border: 1px solid rgba(255,255,255,.3); background: rgba(7,28,44,.42); backdrop-filter: blur(10px); }
.hero-card p { font-family: var(--display); font-size: 19px; line-height: 1.45; margin: 20px 0; }
.card-index { color: var(--gold-light); font-size: 11px; }
.mini-line { display: block; width: 38px; height: 1px; background: var(--gold); }
.scroll-cue { position: absolute; z-index: 3; left: max(32px, calc((100vw - 1320px) / 2)); bottom: 46px; display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .2em; font-size: 9px; color: rgba(255,255,255,.6); }
.scroll-cue span { position: relative; width: 1px; height: 36px; background: rgba(255,255,255,.25); overflow: hidden; }
.scroll-cue span::after { content: ""; position: absolute; inset: -100% 0 auto; height: 60%; background: var(--gold); animation: scrollLine 2s infinite; }
@keyframes scrollLine { 100% { transform: translateY(300%); } }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(213,167,72,.18); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 620px; height: 620px; right: -120px; top: 130px; }
.orbit-two { width: 320px; height: 320px; right: 30px; top: 280px; }

.trust-strip { min-height: 150px; padding: 30px max(32px, calc((100vw - 1320px) / 2)); display: flex; align-items: center; justify-content: space-between; background: var(--cream); border-bottom: 1px solid var(--line); }
.trust-strip > p { text-transform: uppercase; letter-spacing: .2em; font-size: 10px; color: var(--muted); }
.trust-items { display: flex; gap: 60px; }
.trust-items span { display: flex; flex-direction: column; font-size: 13px; color: var(--muted); }
.trust-items b { font: 600 20px/1.4 var(--display); color: var(--ink); }
.section { padding: 130px max(32px, calc((100vw - 1200px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1.6fr .7fr; gap: 80px; align-items: end; margin-bottom: 65px; }
h2 { font-size: clamp(40px, 5vw, 67px); font-weight: 500; margin: 25px 0 0; }
h2 em { color: #9d782e; }
.section-heading > p, .approach-intro > p { color: var(--muted); margin: 0; max-width: 470px; }
.services-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; min-height: 510px; }
.service-card { position: relative; min-height: 470px; padding: 38px; border: 1px solid var(--line); background: var(--cream); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 50px rgba(7,28,44,.11); z-index: 2; }
.service-card + .service-card { border-left: 0; }
.service-card.featured { color: white; }
.service-image, .service-shade { position: absolute; inset: -8%; }
.service-image { background: url("https://images.pexels.com/photos/3184418/pexels-photo-3184418.jpeg?auto=compress&cs=tinysrgb&w=1200") center/cover; }
.service-shade { background: linear-gradient(0deg, rgba(5,25,39,.96), rgba(5,25,39,.1)); }
.service-content { position: relative; z-index: 1; }
.service-no { position: absolute; top: 34px; left: 38px; color: var(--gold); font-size: 11px; letter-spacing: .14em; }
.service-card.featured .service-no { position: static; }
.service-card h3 { font: 500 27px/1.2 var(--display); margin: 20px 0 15px; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card.featured p, .service-card.dark p { color: rgba(255,255,255,.7); }
.service-card a { margin-top: 18px; width: fit-content; display: flex; gap: 13px; font-size: 13px; border-bottom: 1px solid currentColor; }
.service-card.dark { color: white; background: var(--navy); }
.service-icon { width: 62px; height: 62px; margin-bottom: auto; color: var(--gold); }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.2; }

.statement { height: min(720px, 78vw); min-height: 560px; display: grid; place-items: center; position: relative; overflow: hidden; color: white; }
.statement-media { background-image: url("https://images.pexels.com/photos/3760067/pexels-photo-3760067.jpeg?auto=compress&cs=tinysrgb&w=2000"); background-position: center 42%; }
.statement-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(7,28,44,.5), rgba(7,28,44,.83)); }
.statement-content { position: relative; z-index: 1; text-align: center; }
.section-number.light { color: var(--gold-light); justify-content: center; }
blockquote { font-size: clamp(36px, 5vw, 70px); font-weight: 400; margin: 40px auto 28px; }
.statement-content > p { text-transform: uppercase; letter-spacing: .2em; font-size: 10px; }

.approach { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; background: var(--cream); }
.approach-intro { position: sticky; top: 130px; height: fit-content; }
.approach-intro > p { margin-top: 30px; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--gold); font-size: 12px; }
.steps h3 { font: 500 26px/1.2 var(--display); margin: 0 0 10px; }
.steps p { margin: 0; color: var(--muted); max-width: 490px; }

.impact { display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; padding-bottom: 0; max-width: none; }
.impact-photo { position: relative; min-height: 650px; overflow: hidden; }
.impact-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-label { position: absolute; right: 0; bottom: 0; background: var(--gold-light); color: var(--navy); padding: 18px 28px; display: grid; }
.photo-label span { font: 600 20px var(--display); }.photo-label small { text-transform: uppercase; letter-spacing: .15em; }
.impact-copy { padding: 110px clamp(45px, 7vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.impact-copy > p { color: var(--muted); max-width: 550px; margin: 30px 0 50px; }
.metrics { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.metrics div { padding-top: 25px; display: flex; flex-direction: column; }
.metrics div + div { border-left: 1px solid var(--line); padding-left: 30px; }
.metrics strong { font: 500 39px var(--display); color: #9d782e; }.metrics span { color: var(--muted); font-size: 13px; }

.contact { background: var(--navy); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact-copy { padding-top: 15px; }
.contact-copy > p { color: rgba(255,255,255,.65); max-width: 480px; margin: 30px 0; }
.contact-details { display: grid; gap: 7px; color: rgba(255,255,255,.75); font-size: 14px; }
.contact-details a:hover { color: var(--gold-light); }
.contact-form { padding: 42px; background: white; color: var(--ink); }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 8px; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #b9c0c5; border-radius: 0; padding: 10px 0; background: transparent; color: var(--ink); outline: none; transition: border-color .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #b42318; }
.field-error { display: block; min-height: 16px; margin-top: 4px; color: #b42318; font-size: 11px; }
.button-gold { background: var(--gold); color: var(--navy); width: 100%; }
.button-gold:hover { background: var(--navy); color: white; }
.form-status { margin: 12px 0 0; min-height: 24px; text-align: center; font-size: 13px; color: #167148; }

.site-footer { padding: 70px max(32px, calc((100vw - 1200px) / 2)) 25px; color: white; background: #04141f; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 50px; padding-bottom: 65px; }
.footer-main p { margin: 0; color: rgba(255,255,255,.58); }
.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.footer-main nav a:hover { color: var(--gold-light); }
.footer-bottom { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { padding-inline: 24px; }
  .menu-toggle { display: block; cursor: pointer; }
  .main-nav { position: fixed; inset: 0; z-index: -1; background: var(--navy); padding: 130px 34px 40px; flex-direction: column; align-items: flex-start; gap: 28px; font: 500 28px var(--display); transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.open { transform: none; }
  .nav-cta { font: 600 14px var(--sans); margin-top: 20px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero-card { display: none; }
  .trust-strip { align-items: flex-start; gap: 30px; }
  .trust-items { gap: 28px; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card.featured { grid-column: span 2; min-height: 500px; }
  .approach { gap: 50px; }
  .impact { grid-template-columns: 1fr; }
  .impact-photo { min-height: 520px; }
  .contact { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 680px) {
  :root { --container: calc(100% - 40px); }
  .site-header { height: 78px; padding-inline: 20px; }
  .brand-name { font-size: 15px; }.brand-mark { width: 32px; height: 32px; }
  .hero { min-height: 730px; height: 100svh; }
  .hero-content { padding-top: 45px; }
  h1 { font-size: clamp(43px, 14vw, 62px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 30px; }
  .scroll-cue { display: none; }
  .trust-strip { padding: 40px 20px; flex-direction: column; }
  .trust-items { width: 100%; flex-direction: column; gap: 18px; }
  .trust-items span { border-top: 1px solid var(--line); padding-top: 14px; }
  .section { padding: 90px 20px; }
  h2 { font-size: 40px; }
  .services-grid { display: block; }
  .service-card, .service-card.featured { min-height: 440px; margin-top: -1px; }
  .service-card + .service-card { border-left: 1px solid var(--line); }
  .statement { min-height: 600px; }
  blockquote { font-size: 38px; padding: 0 18px; }
  .approach { display: block; }
  .approach-intro { position: static; margin-bottom: 55px; }
  .steps li { grid-template-columns: 45px 1fr; }
  .impact { padding: 0; }
  .impact-photo { min-height: 430px; }
  .impact-copy { padding: 80px 20px; }
  .metrics { gap: 20px; }.metrics strong { font-size: 32px; }
  .metrics div + div { padding-left: 20px; }
  .contact { padding: 80px 20px; }
  .contact-form { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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