:root {
  --ink: #1a1b19;
  --ink-soft: #252724;
  --paper: #f5f4ef;
  --white: #ffffff;
  --muted: #6d706b;
  --line: #d9d9d1;
  --olive: #9ba91f;
  --olive-dark: #7f8d0d;
  --orange: #f04a17;
  --teal: #009ba5;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --container: 1240px;
  --section: clamp(5rem, 9vw, 9rem);
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, figure { margin: 0; }
address { font-style: normal; }
::selection { background: var(--orange); color: var(--white); }

.container { width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section); }
.section-dark { background: var(--ink); color: var(--white); }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 9999; transform: translateY(-200%); background: var(--white); color: var(--ink); padding: .75rem 1rem; font-weight: 700; }
.skip-link:focus { transform: none; }

.site-rail { background: var(--ink); color: rgba(255,255,255,.74); font-size: .76rem; letter-spacing: .055em; text-transform: uppercase; }
.rail-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.rail-contact { display: flex; gap: 1.75rem; }
.rail-contact a { transition: color .2s ease; }
.rail-contact a:hover { color: var(--orange); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(20,20,20,.1); backdrop-filter: blur(14px); transition: box-shadow .3s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 40px rgba(24,25,24,.1); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: 224px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2vw, 2rem); }
.nav-link { position: relative; padding: .75rem 0; font-size: .82rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.nav-link::after { content: ""; position: absolute; right: 0; bottom: .42rem; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .28s var(--ease); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 0; background: var(--ink); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-toggle span { width: 21px; height: 2px; background: var(--white); transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
.mobile-nav { display: none; position: absolute; top: 100%; right: 0; left: 0; height: calc(100dvh - 118px); overflow-y: auto; background: var(--ink); color: var(--white); }
.mobile-nav.open { display: block; }
.mobile-nav-inner { display: grid; padding-block: 2.5rem; }
.mobile-nav a { border-bottom: 1px solid rgba(255,255,255,.16); padding: 1rem 0; font-family: var(--display); font-size: 2rem; font-weight: 700; line-height: 1; text-transform: uppercase; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 2rem; border: 0; padding: .9rem 1.25rem; font-size: .82rem; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; cursor: pointer; transition: transform .25s var(--ease), background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1rem; }
.button-small { min-height: 44px; padding: .65rem 1rem; gap: 1.2rem; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--orange); }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: #d93c0b; }
.text-link { display: inline-flex; align-items: center; gap: .75rem; border-bottom: 1px solid currentColor; padding-block: .35rem; font-weight: 700; font-size: .88rem; letter-spacing: .04em; text-transform: uppercase; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px,-3px); }
.text-link-light { color: var(--white); }

.eyebrow, .section-index { margin-bottom: 1.2rem; color: var(--olive-dark); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 .7rem .2rem 0; background: currentColor; }
.eyebrow-light, .section-index-light { color: #c2cd43; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; }
h2 { font-size: clamp(2.8rem, 4.8vw, 4.8rem); font-weight: 700; letter-spacing: -.03em; line-height: .92; }

.hero { position: relative; min-height: calc(100svh - 118px); overflow: hidden; display: grid; align-items: stretch; color: var(--white); background: var(--ink); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; filter: saturate(.86) contrast(1.04); }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,16,15,.94) 0%, rgba(15,16,15,.76) 38%, rgba(15,16,15,.14) 73%), linear-gradient(0deg, rgba(15,16,15,.6), transparent 48%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 260px; align-items: end; gap: clamp(3rem,8vw,8rem); padding-block: clamp(5rem,10vh,8rem) 7rem; }
.hero-copy { max-width: 810px; }
.hero h1 { font-size: clamp(4rem,8.2vw,8.4rem); font-weight: 700; letter-spacing: -.04em; line-height: .8; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 670px; margin-top: 2.4rem; color: rgba(255,255,255,.84); font-size: clamp(1rem,1.5vw,1.3rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.8rem; margin-top: 2.2rem; }
.hero-proof { border-top: 4px solid var(--orange); background: rgba(17,18,17,.83); backdrop-filter: blur(10px); }
.proof-label { padding: 1rem 1.2rem; color: #c7cebe; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.proof-item { display: grid; gap: .1rem; padding: 1rem 1.2rem 1.15rem; border-top: 1px solid rgba(255,255,255,.15); }
.proof-item strong { font-family: var(--display); font-size: 1.8rem; font-weight: 700; line-height: 1; text-transform: uppercase; }
.proof-item span { color: rgba(255,255,255,.6); font-size: .75rem; }
.hero-foot { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,255,255,.2); }
.hero-foot-inner { min-height: 58px; display: flex; align-items: center; justify-content: space-between; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue { display: flex; align-items: center; gap: .8rem; }
.scroll-cue i { position: relative; width: 42px; height: 1px; overflow: hidden; background: rgba(255,255,255,.3); }
.scroll-cue i::after { content: ""; position: absolute; width: 16px; height: 1px; background: var(--orange); animation: slide 1.8s ease-in-out infinite; }
@keyframes slide { 0% { transform: translateX(-20px); } 100% { transform: translateX(48px); } }

.what-we-do { overflow: hidden; background: var(--paper); }
.what-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(4rem, 8vw, 8rem); }
.what-copy { max-width: 560px; }
.what-copy h2 span { color: var(--orange); }
.what-lead { margin-top: 1.8rem; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.what-pillars { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2.4rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.what-pillars div { display: grid; gap: .15rem; min-height: 92px; align-content: center; padding: .8rem; }
.what-pillars div + div { border-left: 1px solid var(--line); }
.what-pillars strong { font-family: var(--display); font-size: 1.3rem; text-transform: uppercase; }
.what-pillars span { color: var(--muted); font-size: .68rem; line-height: 1.35; }
.what-visual { position: relative; min-height: 650px; }
.what-image-main { position: absolute; top: 0; left: 0; width: 82%; height: 80%; overflow: hidden; background: var(--ink); }
.what-image-main img, .what-image-detail img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.what-image-main img { object-position: 52% center; }
.what-image-detail { position: absolute; right: 0; bottom: 0; width: 56%; height: 42%; overflow: hidden; border: 10px solid var(--paper); background: var(--ink); }
.what-image-detail img { object-position: center; }
.what-visual:hover img { transform: scale(1.035); }
.what-image-main figcaption, .what-image-detail figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 2.5rem 1rem 1rem; color: var(--white); background: linear-gradient(transparent, rgba(10,10,10,.78)); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.what-image-main figcaption span { margin-right: .6rem; color: #d9e45f; }
.what-image-detail figcaption { border-bottom: 3px solid var(--olive); }
.what-stamp { position: absolute; top: 7%; right: 0; z-index: 2; min-width: 205px; margin: 0; background: var(--orange); color: var(--white); padding: 1.15rem 1.3rem; font-size: .76rem; line-height: 1.4; text-transform: uppercase; }
.what-stamp strong { font-family: var(--display); font-size: 1.5rem; }
.capability-line { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2.1rem; }
.capability-line span { border: 1px solid var(--line); padding: .6rem .9rem; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section-heading { display: grid; grid-template-columns: 1.6fr .7fr; align-items: end; gap: 4rem; margin-bottom: clamp(3.5rem,7vw,6rem); }
.section-heading > p { max-width: 420px; color: var(--muted); }
.light-heading > p { color: rgba(255,255,255,.62); }
.service-list { border-top: 1px solid rgba(255,255,255,.18); }
.service-row { display: grid; grid-template-columns: 60px minmax(240px,1.15fr) 1fr auto; gap: 2rem; align-items: center; min-height: 132px; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease, padding .25s ease; }
.service-row:hover { background: rgba(255,255,255,.035); padding-inline: 1rem; }
.service-number { align-self: start; padding-top: 2.6rem; color: var(--orange); font-family: var(--display); font-weight: 700; }
.service-row h3 { font-size: clamp(1.55rem,2.25vw,2.25rem); line-height: 1; }
.service-row p { color: rgba(255,255,255,.56); font-size: .9rem; line-height: 1.6; }
.service-row a { color: #c2cd43; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-row a span { display: inline-block; margin-left: .35rem; transition: transform .25s var(--ease); }
.service-row a:hover span { transform: translate(3px,-3px); }

.about { overflow: hidden; background: var(--white); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(4rem,8vw,8rem); }
.about-copy .lead { margin-top: 2.2rem; font-size: 1.14rem; font-weight: 600; line-height: 1.65; }
.about-copy > p:not(.eyebrow):not(.section-index) { max-width: 570px; }
.about-copy > p + p { margin-top: 1.15rem; color: var(--muted); }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 1rem; margin: 2rem 0 2.3rem; padding: 0; list-style: none; }
.checks li { border-top: 1px solid var(--line); padding-top: .7rem; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.checks li::before { content: "+"; margin-right: .55rem; color: var(--orange); }
.about-visual { position: relative; min-height: 690px; }
.about-image-main { position: absolute; top: 0; right: 0; width: 78%; height: 78%; overflow: hidden; }
.about-image-main img, .about-image-small img, .work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.about-image-main img { object-position: 45% center; }
.about-image-small { position: absolute; bottom: 0; left: 0; width: 49%; height: 42%; overflow: hidden; border: 10px solid var(--white); }
.about-visual:hover img { transform: scale(1.035); }
.image-note { position: absolute; right: 0; bottom: 5%; z-index: 2; width: 245px; background: var(--olive); color: var(--white); padding: 1.4rem; font-size: .84rem; }
.image-note strong { font-family: var(--display); font-size: 1.55rem; text-transform: uppercase; }

.work { background: var(--paper); }
.work-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 235px; gap: 1rem; }
.work-card { position: relative; grid-column: span 4; overflow: hidden; background: #d9d9d1; }
.work-card-wide { grid-column: span 8; }
.work-card-tall { grid-row: span 2; }
.work-card img { filter: saturate(.88); }
.work-card:hover img { transform: scale(1.045); }
.work-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: .15rem; padding: 3rem 1.25rem 1.1rem; color: var(--white); background: linear-gradient(transparent,rgba(8,8,8,.78)); }
.work-card figcaption span { color: #d7df68; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.work-card figcaption strong { font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }

.safety-banner { overflow: hidden; background: var(--orange); color: var(--white); padding-block: clamp(4rem,7vw,6.5rem); }
.safety-grid { display: grid; grid-template-columns: .6fr 1.1fr 1fr; align-items: center; gap: 4rem; }
.safety-mark { font-family: var(--display); font-size: clamp(10rem,20vw,18rem); font-weight: 700; line-height: .6; letter-spacing: -.07em; opacity: .18; }
.safety-banner .eyebrow-light { color: var(--white); }
.safety-banner h2 { font-size: clamp(2.8rem,4.4vw,4.5rem); }
.safety-grid > p:last-child { max-width: 450px; font-size: 1.05rem; }

.careers { background: var(--white); }
.careers-card { display: grid; grid-template-columns: 1.35fr 1fr; align-items: end; gap: 5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 4rem; }
.careers-card h2 { font-size: clamp(2.8rem,4.6vw,4.7rem); }
.careers-card > div:last-child { display: grid; gap: 1.6rem; color: var(--muted); }
.careers-card .text-link { width: max-content; color: var(--ink); }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(4rem,8vw,8rem); }
.contact-copy h2 { font-size: clamp(3rem,4.8vw,4.9rem); }
.contact-copy > p:not(.eyebrow):not(.section-index) { max-width: 500px; margin-top: 2rem; color: rgba(255,255,255,.62); }
.direct-contact { display: grid; gap: 1rem; margin-top: 3rem; }
.direct-contact a { display: grid; width: fit-content; }
.direct-contact span { color: rgba(255,255,255,.42); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.direct-contact strong { color: var(--white); font-family: var(--display); font-size: 1.35rem; font-weight: 600; }
.quote-form { background: var(--white); color: var(--ink); padding: clamp(1.5rem,4vw,3.5rem); }
.quote-form label { display: grid; gap: .45rem; margin-bottom: 1rem; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 0; border-bottom: 1px solid #b9bbb5; border-radius: 0; outline: 0; background: transparent; color: var(--ink); padding: .65rem .15rem; font-size: 1rem; text-transform: none; transition: border-color .2s ease; }
.quote-form textarea { resize: vertical; min-height: 110px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); box-shadow: 0 1px 0 var(--orange); }
.form-submit { width: 100%; margin-top: .6rem; }
.form-note { margin-top: .75rem; color: var(--muted); font-size: .72rem; }
.form-status { min-height: 1.25rem; margin-top: .5rem; color: var(--olive-dark); font-size: .8rem; font-weight: 700; }

.site-footer { background: #111210; color: rgba(255,255,255,.62); padding-top: 4.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .5fr; gap: 5rem; padding-bottom: 3.5rem; }
.footer-brand img { width: 215px; margin-bottom: 1.35rem; background: var(--white); padding: .45rem .55rem; opacity: 1; }
.footer-brand p { max-width: 340px; }
.footer-label { margin-bottom: 1rem; color: var(--white); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid address, .footer-grid p { font-size: .82rem; line-height: 1.8; }
.footer-grid > div:last-child { display: grid; align-content: start; gap: .35rem; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .hero-grid { grid-template-columns: 1fr; align-content: end; }
  .hero-proof { display: grid; grid-template-columns: repeat(3,1fr); }
  .proof-label { display: none; }
  .proof-item { border-top: 4px solid var(--orange); }
  .proof-item + .proof-item { border-left: 1px solid rgba(255,255,255,.15); }
  .what-grid { grid-template-columns: 1fr; }
  .what-copy { max-width: 760px; }
  .what-visual { min-height: 610px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-copy { max-width: 760px; }
  .about-visual { min-height: 650px; }
  .safety-grid { grid-template-columns: .45fr 1fr; }
  .safety-grid > p:last-child { grid-column: 2; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 2rem), var(--container)); }
  .site-rail { display: none; }
  .header-inner { height: 72px; }
  .brand { width: 180px; }
  .mobile-nav { height: calc(100dvh - 72px); }
  html { scroll-padding-top: 72px; }
  .hero { min-height: calc(100svh - 72px); }
  .hero-wash { background: linear-gradient(90deg,rgba(15,16,15,.93),rgba(15,16,15,.42)), linear-gradient(0deg,rgba(15,16,15,.7),transparent 55%); }
  .hero-grid { padding-block: 5rem 10rem; }
  .hero h1 { font-size: clamp(3.65rem,18vw,5.5rem); line-height: .82; }
  .hero-lead { max-width: 520px; }
  .hero-proof { position: absolute; right: 1rem; bottom: 3.6rem; left: 1rem; }
  .proof-item { padding: .75rem; }
  .proof-item strong { font-size: 1.35rem; }
  .proof-item span { font-size: .62rem; line-height: 1.3; }
  .hero-foot-inner > span:first-child { display: none; }
  .hero-foot-inner { justify-content: flex-end; }
  .section-heading, .careers-card { grid-template-columns: 1fr; gap: 2.2rem; }
  .what-visual { min-height: 520px; }
  .what-image-main { width: 88%; height: 78%; }
  .what-image-detail { width: 55%; height: 39%; }
  .what-stamp { min-width: 178px; font-size: .68rem; }
  .section-heading > p { max-width: 560px; }
  .service-row { grid-template-columns: 36px 1fr auto; gap: 1rem; padding-block: 1.5rem; }
  .service-number { padding-top: .25rem; }
  .service-row p { grid-column: 2 / 4; }
  .service-row:hover { padding-inline: 0; }
  .about-visual { min-height: 520px; }
  .about-image-main { width: 88%; height: 78%; }
  .about-image-small { width: 53%; height: 38%; }
  .image-note { width: 200px; font-size: .7rem; }
  .work-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .work-card, .work-card-wide { grid-column: 1; }
  .work-card-tall { grid-row: span 1; }
  .safety-grid { grid-template-columns: 1fr; gap: 2rem; }
  .safety-mark { display: none; }
  .safety-grid > p:last-child { grid-column: 1; }
  .careers-card { align-items: start; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.3rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 1.2rem; }
}

@media (max-width: 480px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-proof { grid-template-columns: 1fr 1fr 1fr; }
  .proof-item strong { font-size: 1.1rem; }
  .proof-item span { display: none; }
  .what-pillars { grid-template-columns: 1fr; }
  .what-pillars div { min-height: 72px; }
  .what-pillars div + div { border-top: 1px solid var(--line); border-left: 0; }
  .what-visual { min-height: 410px; }
  .what-stamp { display: none; }
  .what-image-detail { border-width: 6px; }
  .checks { grid-template-columns: 1fr; }
  .about-visual { min-height: 430px; }
  .image-note { display: none; }
  .work-grid { grid-auto-rows: 260px; }
}

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