:root { --navy: #102f4f; --navy-deep: #071d31; --orange: #e96f1f; --paper: #fff; --cream: #f2efe8; --ink: #15232e; --muted: #65727a; }
* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.section { padding: 7rem clamp(1.35rem, 5vw, 5.5rem); }
#capabilities, #sectors, #approach, #company, #contact { scroll-margin-top: 10rem; }

.header-shell { position: sticky; z-index: 1000; top: 0; background: white; box-shadow: 0 8px 24px rgba(3,20,35,.12); }
.topline { display: flex; justify-content: space-between; gap: 2rem; padding: .55rem clamp(1.25rem, 4vw, 4.5rem); background: var(--navy); color: white; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .65rem clamp(1.25rem, 4vw, 4.5rem); background: white; }
.brand { display: flex; align-items: center; gap: .9rem; font-size: 1.22rem; font-weight: 800; letter-spacing: -.025em; text-transform: uppercase; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.brand small { display: block; margin-top: .35rem; color: var(--orange); font-size: .6rem; letter-spacing: .16em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { padding: .9rem 1rem; background: var(--orange); color: white; }
.mobile-nav-actions { display: none; align-items: center; gap: .55rem; }
.mobile-contact { font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.mobile-menu { position: relative; }
.menu-toggle { width: 48px; height: 48px; display: grid; place-content: center; gap: 5px; padding: 0; border: 0; background: var(--navy); cursor: pointer; }
.menu-toggle span { width: 23px; height: 2px; display: block; background: white; transition: transform .18s ease, opacity .18s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu-panel { position: absolute; top: calc(100% + .7rem); right: 0; width: min(280px, calc(100vw - 2.5rem)); display: grid; padding: .5rem; background: white; box-shadow: 0 16px 38px rgba(3,20,35,.24); }
.mobile-menu-panel[hidden] { display: none; }
.mobile-menu-panel a { padding: .9rem 1rem; border-bottom: 1px solid #e5e1d9; color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mobile-menu-panel a:last-child { border-bottom: 0; }
.mobile-menu-panel a:hover { color: var(--orange); }

.hero { min-height: clamp(640px, 78vh, 900px); position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy-deep); color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,35,.95), rgba(3,20,35,.68) 48%, rgba(3,20,35,.06) 80%); }
.hero::after { content: ""; position: absolute; inset: auto auto 0 0; width: 34%; height: 8px; background: var(--orange); }
.hero-content { position: relative; z-index: 1; width: min(100%, 1680px); margin-inline: auto; padding: 5rem clamp(1.5rem, 5vw, 5.5rem); }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1rem; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 4px; background: var(--orange); }
.eyebrow.dark { color: var(--navy); }
h1 { max-width: 980px; margin: 0; font-size: clamp(3.5rem, 5.4vw, 6.7rem); line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }
.hero-copy { max-width: 760px; margin: 1.5rem 0 1.8rem; color: rgba(255,255,255,.88); font-size: 1.06rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 1.2rem; border: 1px solid rgba(255,255,255,.7); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .15s ease; }
.button-primary { border-color: var(--orange); background: var(--orange); color: white; }
.button:hover { transform: translateY(-2px); }
.hero-marker { position: absolute; z-index: 1; right: clamp(1.5rem, 5vw, 5.5rem); bottom: 2.2rem; padding-left: 1rem; border-left: 4px solid var(--orange); text-align: right; text-transform: uppercase; }
.hero-marker span { display: block; font-size: 1.4rem; font-weight: 900; letter-spacing: .12em; }
.hero-marker small { font-size: .6rem; letter-spacing: .16em; }

.capability-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--navy); color: white; }
.capability-strip article { padding: 1.8rem clamp(1.4rem, 3vw, 3rem); border-right: 1px solid rgba(255,255,255,.15); }
.capability-strip article:last-child { border-right: 0; }
.capability-strip span { color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.capability-strip h2 { margin: .35rem 0 .4rem; font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }
.capability-strip p { margin: 0; color: rgba(255,255,255,.68); font-size: .82rem; line-height: 1.5; }

.intro { display: grid; grid-template-columns: .25fr 1.45fr .72fr; gap: clamp(2rem, 5vw, 6rem); align-items: start; background: var(--cream); }
.section-label { display: flex; justify-content: space-between; gap: 1rem; border-top: 2px solid var(--navy); padding-top: .7rem; color: var(--navy); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; min-height: 160px; }
.section-label b { color: var(--orange); }
.intro-copy h2, .section-heading h2, .capabilities-lead h2, .approach-heading h2, .company-copy h2, .contact h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5.25rem); line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }
.intro-copy > p:last-child { max-width: 760px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.stat-card { padding: 2rem; background: var(--navy); color: white; border-bottom: 7px solid var(--orange); }
.stat-card span { display: block; font-size: clamp(2.4rem, 4vw, 4rem); font-weight: 900; line-height: 1; text-transform: uppercase; }
.stat-card i { display: block; margin: .35rem 0; color: var(--orange); font-size: .75rem; font-style: normal; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.stat-card p { margin: 1.3rem 0 0; color: rgba(255,255,255,.68); font-size: .82rem; line-height: 1.55; }

.markets { background: white; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 2.5rem; }
.section-heading > p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.65; }
.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.market-card { background: var(--cream); }
.market-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.market-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.market-card:hover img { transform: scale(1.025); }
.market-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(3,20,35,.6)); }
.market-photo span { position: absolute; z-index: 1; left: 1rem; bottom: .8rem; color: white; font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.market-copy { padding: 1.5rem; border-top: 5px solid var(--orange); }
.market-copy h3 { margin: 0 0 .7rem; color: var(--navy); font-size: 1.35rem; text-transform: uppercase; }
.market-copy p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }

.capabilities { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); background: var(--navy-deep); color: white; }
.capabilities-lead { position: sticky; top: 2rem; align-self: start; }
.capabilities-lead > p:last-child { max-width: 480px; margin: 1.5rem 0 0; color: rgba(255,255,255,.65); line-height: 1.7; }
.capabilities-list article { display: grid; grid-template-columns: 55px 1fr; gap: 1.2rem; padding: 1.55rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.capabilities-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.capabilities-list span { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.capabilities-list h3 { margin: 0 0 .4rem; font-size: 1.15rem; text-transform: uppercase; }
.capabilities-list p { margin: 0; color: rgba(255,255,255,.62); font-size: .88rem; line-height: 1.6; }

.approach { display: grid; grid-template-columns: .18fr .82fr; column-gap: clamp(2rem, 6vw, 7rem); background: var(--cream); }
.approach-heading { max-width: 900px; }
.steps { grid-column: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3rem; border-top: 1px solid #c7c4bd; }
.steps article { padding: 1.8rem 1.5rem 0 0; border-right: 1px solid #c7c4bd; }
.steps article + article { padding-left: 1.5rem; }
.steps article:last-child { border-right: 0; }
.steps span { color: var(--orange); font-size: .72rem; font-weight: 800; }
.steps h3 { margin: .8rem 0 .6rem; color: var(--navy); font-size: 1.1rem; text-transform: uppercase; }
.steps p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }

.company { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; background: var(--navy); color: white; }
.company-image { position: relative; min-height: 520px; }
.company-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.company-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3.25rem, 4vw, 5rem) clamp(1.5rem, 4vw, 4.5rem); }
.company-copy h2 { font-size: clamp(2.75rem, 3.4vw, 4.35rem); }
.company-copy > p:not(.eyebrow) { margin: .8rem 0 0; color: rgba(255,255,255,.7); line-height: 1.65; }
.company-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.25rem; }
.company-tags span { padding: .65rem .75rem; border: 1px solid rgba(255,255,255,.3); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 10rem); align-items: center; background: #0a2238; color: white; }
.contact-copy > p:last-child { max-width: 650px; color: rgba(255,255,255,.68); line-height: 1.7; }
.contact-panel { padding: 2.2rem; border-top: 6px solid var(--orange); background: white; color: var(--ink); }
.contact-panel > span { color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.contact-panel h3 { margin: .8rem 0; color: var(--navy); font-size: 1.65rem; line-height: 1.15; text-transform: uppercase; }
.contact-panel p { color: var(--muted); font-size: .86rem; line-height: 1.55; }
.contact-email { display: block; color: var(--navy); font-size: .88rem; font-weight: 800; text-decoration: underline; text-underline-offset: .2em; }
.contact-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.4rem; margin: 1.25rem 0 .9rem; padding-top: 1.1rem; border-top: 1px solid #dedbd4; }
.contact-details strong { display: block; margin-bottom: .3rem; color: var(--navy); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-details address, .contact-details a { color: var(--muted); font-size: .82rem; font-style: normal; line-height: 1.5; }
.contact-details a { color: var(--navy); font-weight: 800; }
.contact-panel .button { margin-top: .6rem; }

footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2.5rem clamp(1.35rem, 5vw, 5.5rem); background: #061625; color: white; }
.footer-brand { display: flex; align-items: center; gap: 1rem; font-size: 1rem; font-weight: 900; text-transform: uppercase; }
.footer-brand img { width: 72px; height: 72px; object-fit: contain; }
.footer-brand small { display: block; margin-top: .35rem; color: var(--orange); font-size: .58rem; letter-spacing: .12em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.4rem; font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-right { display: grid; justify-items: end; gap: .8rem; max-width: 38rem; text-align: right; }
.footer-right > p { margin: 0; color: rgba(255,255,255,.58); font-size: .72rem; line-height: 1.5; }
.footer-right > a { color: var(--orange); font-size: .76rem; font-weight: 800; }
footer > p { grid-column: 1 / -1; margin: 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.46); font-size: .68rem; }

@media (max-width: 1180px) {
  .topline span:last-child, .desktop-nav { display: none; }
  .topline { justify-content: center; }
  .mobile-nav-actions { display: flex; }
}

@media (max-width: 520px) {
  .site-header { gap: .65rem; }
  .brand > span { display: none; }
  .mobile-contact { padding-inline: .75rem; font-size: .64rem; }
}

@media (max-width: 1100px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps article:nth-child(even) { border-right: 0; }
}

@media (max-width: 980px) {
  .intro { grid-template-columns: 45px 1fr; }
  .intro .stat-card { grid-column: 2; }
  .market-grid { grid-template-columns: 1fr; }
  .market-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .market-photo { aspect-ratio: auto; min-height: 280px; }
  .market-copy { display: flex; flex-direction: column; justify-content: center; border-top: 0; border-left: 5px solid var(--orange); }
  .capabilities { grid-template-columns: 1fr; }
  .capabilities-lead { position: static; }
  .company { grid-template-columns: 1fr; }
  .company-image { min-height: 430px; }
}

@media (max-width: 700px) {
  .section { padding: 5rem 1.3rem; }
  #capabilities, #sectors, #approach, #company, #contact { scroll-margin-top: 7.5rem; }
  .site-header { min-height: 78px; }
  .brand img { width: 56px; height: 56px; }
  .brand { font-size: 1rem; }
  .brand small { display: none; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero { min-height: max(560px, calc(100svh - 108px)); align-items: end; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,20,35,.97), rgba(3,20,35,.35) 82%); }
  .hero-image { object-position: 68% center; }
  .hero-content { width: 100%; padding: 4rem 1.3rem; }
  h1 { max-width: 12ch; font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-copy { font-size: .96rem; }
  .hero-marker { display: none; }
  .capability-strip { grid-template-columns: 1fr; }
  .capability-strip article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .intro { grid-template-columns: 1fr; }
  .section-label { display: none; }
  .intro .stat-card { grid-column: auto; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .market-card { display: block; }
  .market-photo { min-height: 250px; }
  .market-copy { border-left: 0; border-top: 5px solid var(--orange); }
  .approach { display: block; }
  .steps { display: block; }
  .steps article { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid #c7c4bd; }
  .steps article + article { padding-left: 0; }
  .contact { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-right { justify-items: start; text-align: left; }
}

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