:root {
  --ink: #06131f;
  --navy: #071c2d;
  --navy-2: #0c2e47;
  --steel: #496579;
  --mist: #e8f0f4;
  --paper: #f7fafc;
  --white: #ffffff;
  --orange: #f47721;
  --orange-dark: #c9550b;
  --line: rgba(9, 38, 58, 0.14);
  --shadow: 0 24px 70px rgba(1, 17, 28, 0.16);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed; left: 1rem; top: -6rem; z-index: 999;
  background: var(--orange); color: var(--navy); padding: .75rem 1rem;
  font-weight: 800; border-radius: .4rem;
}
.skip-link:focus { top: 1rem; }
.container { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .65rem;
  margin: 0 0 1rem; color: var(--orange-dark); font-size: .78rem;
  font-weight: 850; letter-spacing: .15em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 2.25rem; height: 2px; background: var(--orange); }
.eyebrow.light { color: #ffb782; }
h1, h2, h3 { margin: 0; font-family: "Arial Narrow", "Roboto Condensed", Inter, sans-serif; line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.7rem); max-width: 13ch; }
h2 { font-size: clamp(2.25rem, 4.6vw, 4.5rem); max-width: 14ch; }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { margin: 0; }
.lead { font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.55; color: var(--steel); max-width: 66ch; }
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section-dark { background: var(--navy); color: var(--white); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3.5rem; }
.section-head p { max-width: 38rem; color: var(--steel); }
.section-dark .section-head p { color: #b9cad5; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  background: rgba(5, 22, 35, .86); color: var(--white);
  backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.09);
}
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .85rem; min-width: max-content; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; color: var(--orange); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1.02rem; letter-spacing: .06em; }
.brand-copy span { margin-top: .32rem; color: #a7bdca; font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.55rem; }
.site-nav a { color: #d3dee4; font-size: .88rem; font-weight: 700; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--white); }
.site-nav a[aria-current="page"] { position: relative; }
.site-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.7rem; height: 2px; background: var(--orange); }
.nav-cta { padding: .72rem 1rem; border: 1px solid rgba(255,255,255,.25); }
.menu-toggle { display: none; width: 46px; height: 46px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }

.hero { position: relative; min-height: 92vh; display: flex; align-items: end; color: var(--white); overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,27,.95) 0%, rgba(4,22,36,.72) 38%, rgba(4,22,36,.12) 72%), linear-gradient(0deg, rgba(3,16,27,.75), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding: 10rem 0 6.5rem; }
.hero h1 span { color: var(--orange); }
.hero .lead { margin-top: 1.6rem; color: #d7e2e8; max-width: 43rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 52px; padding: .8rem 1.25rem; border: 1px solid transparent; font-weight: 820; letter-spacing: .01em; transition: .2s ease; }
.button-primary { background: var(--orange); color: var(--navy); }
.button-primary:hover { background: #ff9148; transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.4); color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-dark { background: var(--navy); color: white; }
.arrow { font-size: 1.2rem; }
.hero-rail { position: absolute; right: 0; bottom: 0; z-index: 3; display: grid; grid-template-columns: repeat(3, minmax(130px, 190px)); background: rgba(5,22,35,.91); border-top: 1px solid rgba(255,255,255,.12); }
.hero-stat { padding: 1.4rem 1.5rem; border-left: 1px solid rgba(255,255,255,.12); }
.hero-stat strong { display: block; font-size: 1.55rem; color: var(--white); }
.hero-stat span { color: #9fb5c2; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }

.page-hero { position: relative; min-height: 63vh; display: flex; align-items: end; color: white; overflow: hidden; background: var(--navy); }
.page-hero img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .58; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,20,33,.96), rgba(4,20,33,.32)), linear-gradient(0deg, rgba(4,20,33,.8), transparent); }
.page-hero-content { position: relative; z-index: 2; padding: 10rem 0 5rem; }
.page-hero h1 { max-width: 12ch; }
.page-hero .lead { margin-top: 1.4rem; color: #d5e1e7; max-width: 48rem; }
.crumbs { margin-bottom: 1.4rem; color: #b9cad3; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.crumbs span { color: var(--orange); margin: 0 .5rem; }

.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.image-frame { position: relative; }
.image-frame img { aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow); }
.image-frame::before { content: ""; position: absolute; width: 42%; height: 42%; left: -1rem; bottom: -1rem; background: var(--orange); z-index: -1; }
.copy-stack { display: grid; gap: 1.35rem; }
.copy-stack h2 { margin-bottom: .5rem; }
.copy-stack p:not(.eyebrow) { color: var(--steel); }
.micro-note { font-size: .8rem; color: #6f8491 !important; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 290px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); position: relative; z-index: 2; }
.service-number { display: block; color: var(--orange-dark); font-weight: 850; font-size: .82rem; letter-spacing: .15em; margin-bottom: 4.5rem; }
.service-card p { margin-top: 1rem; color: var(--steel); }
.card-link { display: inline-flex; gap: .5rem; margin-top: 1.3rem; color: var(--navy-2); font-weight: 800; }

.feature-band { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 620px; }
.feature-photo { min-height: 520px; object-fit: cover; }
.feature-copy { display: grid; align-content: center; gap: 1.4rem; padding: clamp(3rem, 7vw, 7rem); background: var(--navy); color: white; }
.feature-copy p { color: #bfd0d9; }
.check-list { display: grid; gap: .85rem; margin: .5rem 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: .8rem; color: #dce6eb; }
.check-list li::before { content: ""; width: .55rem; height: .55rem; margin-top: .5rem; flex: 0 0 auto; background: var(--orange); }

.metrics { background: var(--orange); color: var(--navy); }
.metrics-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); }
.metric-intro, .metric { padding: 3.2rem 2.2rem; border-right: 1px solid rgba(6,19,31,.2); }
.metric-intro h2 { font-size: clamp(2rem, 3vw, 3rem); }
.metric strong { display: block; font-size: clamp(2.5rem, 4vw, 4.5rem); line-height: .9; letter-spacing: -.05em; }
.metric span { display: block; margin-top: 1rem; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.value { padding: 2rem 1.5rem; background: white; border-top: 4px solid var(--orange); }
.value p { margin-top: .9rem; color: var(--steel); }
.split-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.split-item { padding: 2rem; background: white; }
.split-item small { color: var(--orange-dark); font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.split-item h3 { margin-top: .7rem; }
.split-item p { margin-top: .8rem; color: var(--steel); }

.gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 300px); gap: 1rem; }
.gallery figure { margin: 0; position: relative; overflow: hidden; }
.gallery figure:first-child { grid-row: 1 / -1; }
.gallery img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; inset: auto 0 0; padding: 2rem 1.4rem 1.2rem; background: linear-gradient(transparent, rgba(3,16,27,.86)); color: white; font-weight: 750; }

.process { counter-reset: steps; display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-step { counter-increment: steps; display: grid; grid-template-columns: 100px .8fr 1.2fr; gap: 2rem; padding: 2.1rem 0; border-bottom: 1px solid rgba(255,255,255,.16); align-items: start; }
.process-step::before { content: "0" counter(steps); color: var(--orange); font-weight: 900; letter-spacing: .12em; }
.process-step p { color: #b8cbd5; }

.notice { padding: 1.2rem 1.4rem; background: #fff3ea; border-left: 4px solid var(--orange); color: #67402a; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.contact-panel { padding: clamp(2rem, 5vw, 4rem); background: white; }
.contact-panel.dark { background: var(--navy); color: white; }
.contact-panel.dark p { color: #b9ccd6; }
.contact-panel h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.contact-details { display: grid; gap: 1.5rem; margin-top: 2rem; }
.contact-detail { padding-top: 1.2rem; border-top: 1px solid var(--line); }
.contact-detail small { color: var(--orange-dark); font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.contact-detail p { margin-top: .45rem; }

.cta-band { background: var(--orange); color: var(--navy); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(3.5rem, 7vw, 6rem) 0; }
.cta-inner h2 { max-width: 16ch; }

.site-footer { background: #03101b; color: white; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 3rem; padding: 4.5rem 0 3.5rem; }
.footer-brand p { margin-top: 1.3rem; color: #9db3bf; max-width: 27rem; }
.footer-col h3 { font-family: inherit; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; color: #8099a7; }
.footer-col a, .footer-col span { display: block; margin-top: .75rem; color: #dce6eb; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding: 1.4rem 0; border-top: 1px solid rgba(255,255,255,.1); color: #7f98a6; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { display: none; position: fixed; inset: 84px 0 auto; padding: 1.5rem; background: var(--navy); flex-direction: column; align-items: stretch; border-top: 1px solid rgba(255,255,255,.1); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .65rem 0; }
  .site-nav a[aria-current="page"]::after { display: none; }
  .hero-rail { position: relative; margin-top: 3rem; width: fit-content; }
  .hero { align-items: stretch; }
  .hero-content { padding-bottom: 2rem; }
  .intro-grid, .feature-band, .contact-grid { grid-template-columns: 1fr; }
  .feature-band img { min-height: 400px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics-grid { grid-template-columns: repeat(3, 1fr); }
  .metric-intro { grid-column: 1 / -1; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 2rem, var(--max)); }
  .nav-wrap { height: 74px; }
  .site-nav { inset: 74px 0 auto; }
  .brand-copy span { display: none; }
  .hero { min-height: 100svh; }
  .hero-content { padding: 8.5rem 0 1rem; }
  .hero::after { background: linear-gradient(90deg, rgba(3,16,27,.91), rgba(3,16,27,.42)), linear-gradient(0deg, rgba(3,16,27,.9), transparent 55%); }
  .hero-rail { grid-template-columns: 1fr; width: 100%; }
  .hero-stat { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding: .9rem 1rem; }
  .section-head, .cta-inner { align-items: flex-start; flex-direction: column; }
  .service-grid, .value-grid, .split-list, .metrics-grid { grid-template-columns: 1fr; }
  .metric-intro { grid-column: auto; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 270px); }
  .gallery figure:first-child { grid-row: auto; }
  .process-step { grid-template-columns: 60px 1fr; gap: 1rem; }
  .process-step p { grid-column: 2; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: .4rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
