:root {
  --red: #d51f2a;
  --red-dark: #a80d17;
  --ink: #0a0a0a;
  --charcoal: #171717;
  --slate: #292929;
  --paper: #f4f2ee;
  --white: #ffffff;
  --muted: #686868;
  --line: rgba(10,10,10,.14);
  --max: 1280px;
  --header: 82px;
  --shadow: 0 24px 80px rgba(0,0,0,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--red); color: white; }

.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 9999; background: white; padding: .8rem 1rem; border-radius: 2px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: clamp(84px, 9vw, 150px) 0; }
.light-section { background: #faf9f7; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--red); }
h1,h2,h3,p { text-wrap: pretty; }
h1,h2,h3 { margin-top: 0; line-height: 1.02; }
h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(3rem, 6.4vw, 6.8rem); letter-spacing: -.045em; }
h3 { font-size: 1.45rem; }
p { margin-top: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header); color: white; transition: background .3s ease, box-shadow .3s ease, height .3s ease; }
.site-header.scrolled { background: rgba(6,6,6,.96); box-shadow: 0 10px 30px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.header-inner { height: 100%; width: min(calc(100% - 42px), 1500px); margin-inline: auto; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; width: fit-content; text-decoration: none; }
.brand .brand-mark { width: 30px; height: 30px; flex: 0 0 auto; object-fit: contain; }
.brand .brand-wordmark { width: 190px; height: auto; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px,2.5vw,42px); }
.site-nav a { position: relative; padding: 28px 0 24px; color: rgba(255,255,255,.9); text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 760; letter-spacing: .11em; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--red); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.header-phone { display: inline-flex; gap: 8px; align-items: center; text-decoration: none; font-size: .77rem; font-weight: 750; white-space: nowrap; }
.header-phone svg { width: 15px; fill: white; }
.language-switch { display: flex; gap: 6px; align-items: center; font-size: .7rem; font-weight: 800; }
.language-button { background: none; border: 0; padding: 4px; color: rgba(255,255,255,.58); cursor: pointer; }
.language-button.is-active { color: var(--red); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 6px 0; transition: transform .25s, opacity .25s; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #080808; }
.hero-video, .hero-shade, .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; object-position: 55% center; filter: grayscale(.42) brightness(.62) contrast(1.05); }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.8) 34%, rgba(0,0,0,.24) 68%, rgba(0,0,0,.38) 100%), linear-gradient(0deg, rgba(0,0,0,.68), transparent 52%); }
.hero-grid { opacity: .085; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-content { position: relative; z-index: 2; min-height: 100svh; padding-top: calc(var(--header) + 80px); padding-bottom: clamp(76px, 10vh, 118px); display: grid; grid-template-columns: minmax(0,1fr) 240px; gap: 60px; align-items: end; }
.hero-copy {
  position: relative;
  max-width: 820px;
}
.hero h1 {
  margin-bottom: 28px;
  font-size: clamp(4.2rem, 9.2vw, 9.4rem);
  font-weight: 880;
  letter-spacing: -.065em;
  text-transform: uppercase;
  line-height: .82;
  text-shadow:
    0 2px 0 rgba(0,0,0,.45),
    0 10px 28px rgba(0,0,0,.9),
    0 24px 60px rgba(0,0,0,.62);
  -webkit-text-stroke: .45px rgba(0,0,0,.28);
}
.hero h1 span:last-child::after { content: "."; color: #f12631; text-shadow: 0 8px 24px rgba(0,0,0,.8); }
.hero-lead {
  max-width: 640px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.94);
  font-size: clamp(1rem,1.35vw,1.25rem);
  font-weight: 520;
  text-shadow: 0 3px 16px rgba(0,0,0,.95), 0 8px 30px rgba(0,0,0,.72);
}
.hero-copy .eyebrow { color: var(--red); text-shadow: 0 2px 12px rgba(0,0,0,.92); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 1px; text-decoration: none; text-transform: uppercase; font-size: .73rem; font-weight: 820; letter-spacing: .08em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #ef2632; }
.button-ghost { border-color: rgba(255,255,255,.55); color: white; background: rgba(0,0,0,.18); backdrop-filter: blur(6px); }
.button-ghost:hover { background: white; color: black; border-color: white; }
.button-light { background: white; color: black; }
.hero-credentials { display: grid; border-left: 1px solid rgba(255,255,255,.28); }
.hero-credentials div { padding: 22px 0 22px 24px; border-bottom: 1px solid rgba(255,255,255,.18); }
.hero-credentials strong { display: block; color: white; font-size: 1.45rem; letter-spacing: -.02em; }
.hero-credentials span { color: rgba(255,255,255,.6); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.video-control { position: absolute; z-index: 4; right: 24px; bottom: 24px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.42); background: rgba(0,0,0,.4); color: white; cursor: pointer; }
.play-icon { display: none; }
.video-control.is-paused .pause-icon { display: none; }
.video-control.is-paused .play-icon { display: inline; }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; width: 28px; height: 48px; border: 1px solid rgba(255,255,255,.5); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 4px; height: 8px; margin-left: -2px; background: white; border-radius: 4px; animation: scrollCue 1.7s infinite; }
@keyframes scrollCue { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(18px); opacity: 0; } }

.credentials-bar { background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.1); }
.credentials-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.credential-item { min-height: 142px; padding: 28px 26px; display: flex; align-items: center; gap: 18px; border-right: 1px solid rgba(255,255,255,.13); }
.credential-item:last-child { border-right: 0; }
.credential-number { color: var(--red); font-size: .72rem; font-weight: 900; }
.credential-item strong, .credential-item span:last-child { display: block; }
.credential-item strong { font-size: .96rem; text-transform: uppercase; letter-spacing: .05em; }
.credential-item div span { color: rgba(255,255,255,.55); font-size: .78rem; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,8vw,140px); align-items: start; }
.intro-copy { padding-top: 16px; max-width: 670px; }
.large-copy { font-size: clamp(1.3rem,2vw,2rem); line-height: 1.45; color: #1b1b1b; }
.intro-copy > p:not(.large-copy) { color: var(--muted); font-size: 1.05rem; }
.text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 18px; padding-bottom: 7px; border-bottom: 1px solid currentColor; text-decoration: none; text-transform: uppercase; font-size: .73rem; font-weight: 820; letter-spacing: .08em; }
.image-story { margin-top: clamp(70px,8vw,120px); min-height: 720px; position: relative; }
.image-story-main { width: 67%; height: 650px; margin: 0; }
.image-story-main img, .image-story-secondary img { width: 100%; height: 100%; object-fit: cover; }
.image-story-card { position: absolute; z-index: 2; right: -36px; top: 80px; width: 42%; padding: clamp(34px,5vw,72px); background: var(--ink); color: white; box-shadow: var(--shadow); }
.image-story-card .eyebrow, .image-band-copy .eyebrow { font-size: .86rem; }
.image-story-card h3 { font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.2rem,4vw,4.6rem); }
.image-story-card p:last-child { color: rgba(255,255,255,.65); }
.image-story-secondary { position: absolute; right: 5%; bottom: 0; width: 29%; height: 310px; margin: 0; border: 12px solid var(--paper); }

.split-heading { display: grid; grid-template-columns: 1.1fr .65fr; gap: 60px; align-items: end; margin-bottom: clamp(55px,7vw,95px); }
.section-intro { max-width: 520px; margin-bottom: 10px; color: var(--muted); font-size: 1.08rem; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { position: relative; min-height: 360px; padding: clamp(28px,4vw,50px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.capability-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow); }
.capability-card svg { width: 64px; height: 64px; margin: 48px 0 36px; fill: none; stroke: var(--red); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.card-index { position: absolute; right: 28px; top: 25px; color: #aaa; font-size: .72rem; font-weight: 800; }
.capability-card h3 { text-transform: uppercase; letter-spacing: -.02em; }
.capability-card p { color: var(--muted); }
.capability-card-accent { grid-column: 1 / -1; min-height: 245px; background: var(--red); color: white; display: grid; grid-template-columns: .7fr 1.6fr auto; gap: 32px; align-items: center; }
.capability-card-accent h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem,3vw,3rem); font-weight: 500; text-transform: none; }
.capability-card-accent .button { width: fit-content; margin-top: 24px; }

.sectors { background: var(--paper); padding-bottom: 0; }
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.sector-card { position: relative; min-height: 690px; overflow: hidden; color: white; }
.sector-card img, .sector-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.sector-card img { object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.sector-card:hover img { transform: scale(1.04); }
.sector-overlay { background: linear-gradient(0deg, rgba(0,0,0,.88), rgba(0,0,0,.05) 68%); }
.sector-copy { position: absolute; z-index: 2; inset: auto 0 0; padding: 42px; }
.sector-copy > span { color: var(--red); font-size: .72rem; font-weight: 900; }
.sector-copy h3 { margin: 8px 0 14px; font-family: Georgia, serif; font-size: clamp(2.5rem,4vw,4.4rem); font-weight: 500; }
.sector-copy p { max-width: 360px; color: rgba(255,255,255,.65); }

.featured-project { min-height: 820px; display: grid; grid-template-columns: 1.2fr .8fr; background: var(--ink); color: white; }
.featured-media { min-height: 820px; }
.featured-media img { width: 100%; height: 100%; object-fit: cover; }
.featured-copy { padding: clamp(60px,8vw,120px); display: flex; flex-direction: column; justify-content: center; }
.featured-copy .eyebrow { color: var(--red); font-size: .9rem; }
.featured-copy h2 { font-size: clamp(3rem,5vw,6.5rem); }
.featured-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.65); font-size: 1.05rem; }
.project-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 38px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.project-facts div { padding: 24px 18px 24px 0; }
.project-facts span, .project-facts strong { display: block; }
.project-facts span { color: rgba(255,255,255,.45); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.project-facts strong { margin-top: 4px; font-size: .9rem; }
.light-link { color: white; width: fit-content; }

.project-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; border: 0; padding: 0; background: #111; cursor: zoom-in; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item-tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .4s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.7), transparent 60%); }
.gallery-item span { position: absolute; z-index: 2; left: 20px; bottom: 18px; color: white; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gallery-item:hover img { transform: scale(1.035); filter: brightness(1.08); }

.standards { background: #e8e5df; }
.standards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,8vw,120px); align-items: center; }
.standards-media { position: relative; height: 680px; }
.standards-media::before { content: ""; position: absolute; width: 56%; height: 62%; left: -32px; bottom: -32px; background: var(--red); }
.standards-media img { position: relative; width: 100%; height: 100%; object-fit: cover; }
.standards-copy h2 { font-size: clamp(3rem,5vw,5.5rem); }
.standards-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.check-list { list-style: none; padding: 0; margin: 32px 0; border-top: 1px solid var(--line); }
.check-list li { position: relative; padding: 17px 0 17px 34px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 900; }
.license-note { display: flex; align-items: baseline; gap: 18px; }
.license-note span { color: var(--muted); text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.license-note strong { font-size: 1.2rem; }

.contact { background: linear-gradient(135deg, rgba(213,31,42,.96), rgba(130,5,13,.98)), url('assets/images/project-night-machine.webp') center/cover; color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px,9vw,140px); align-items: start; }
.contact-copy h2 { font-size: clamp(3.6rem,6vw,7rem); }
.contact-copy > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.72); font-size: 1.07rem; }
.direct-contact { margin-top: 52px; display: grid; gap: 1px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); }
.direct-contact a, .direct-contact > div { padding: 22px 24px; background: rgba(0,0,0,.13); text-decoration: none; }
.direct-contact span, .direct-contact strong { display: block; }
.direct-contact span { margin-bottom: 5px; color: rgba(255,255,255,.55); font-size: .67rem; text-transform: uppercase; letter-spacing: .12em; }
.direct-contact strong { font-size: .98rem; }
.bid-form { padding: clamp(30px,5vw,58px); background: #faf9f7; color: var(--ink); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bid-form label { display: block; margin-bottom: 18px; font-size: .73rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.bid-form input, .bid-form select, .bid-form textarea { width: 100%; margin-top: 7px; padding: 14px 0; border: 0; border-bottom: 1px solid #bbb; border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: .98rem; font-weight: 450; text-transform: none; letter-spacing: 0; }
.bid-form textarea { resize: vertical; }
.bid-form input:focus, .bid-form select:focus, .bid-form textarea:focus { border-color: var(--red); box-shadow: 0 1px 0 var(--red); }
.bid-form .invalid { border-color: var(--red); }
.form-note { color: var(--muted); font-size: .78rem; }
.form-status { min-height: 24px; margin: 8px 0; font-size: .82rem; font-weight: 700; }
.form-status.error { color: #a6000a; }
.form-status.success { color: #14662e; }
.form-submit { width: 100%; }

.site-footer { background: #080808; color: white; padding: 80px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 70px; }
.footer-brand img { width: 230px; max-height: 155px; object-fit: contain; object-position: left; }
.footer-brand p { max-width: 330px; color: rgba(255,255,255,.5); font-size: .9rem; }
.footer-column { display: flex; flex-direction: column; gap: 12px; }
.footer-column h3 { margin-bottom: 6px; color: rgba(255,255,255,.45); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-column a, .footer-column span { color: rgba(255,255,255,.72); text-decoration: none; font-size: .86rem; }
.footer-column a:hover { color: white; }
.footer-bottom { margin-top: 62px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.42); font-size: .72rem; }

.lightbox { width: min(94vw, 1100px); max-height: 92vh; padding: 0; border: 0; background: #070707; color: white; box-shadow: 0 30px 100px rgba(0,0,0,.6); }
.lightbox::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 0; padding: 18px 22px; color: rgba(255,255,255,.72); }
.lightbox-close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(0,0,0,.7); color: white; font-size: 1.5rem; cursor: pointer; }

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

@media (max-width: 1100px) {
  :root { --header: 74px; }
  .header-inner { grid-template-columns: 200px 1fr auto; }
  .brand .brand-mark { width: 26px; height: 26px; }
  .brand .brand-wordmark { width: 166px; }
  .site-nav { gap: 16px; }
  .header-phone span { display: none; }
  .hero-content { grid-template-columns: 1fr 190px; }
  .credentials-grid { grid-template-columns: repeat(2, 1fr); }
  .credential-item:nth-child(2) { border-right: 0; }
  .credential-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-project { grid-template-columns: 1fr; }
  .featured-media { min-height: 580px; }
  .featured-copy { min-height: 650px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { width: calc(100% - 28px); grid-template-columns: 1fr auto auto; gap: 12px; }
  .brand .brand-mark { width: 26px; height: 26px; }
  .brand .brand-wordmark { width: 150px; }
  .menu-toggle { display: block; grid-column: 3; }
  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 999;
    background: #080808;
  }
  body.menu-open .site-header,
  body.menu-open .site-header.scrolled {
    background: #080808;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .site-nav {
    position: fixed;
    top: var(--header);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    height: calc(100dvh - var(--header));
    min-height: calc(100vh - var(--header));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding: 40px 28px max(40px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background-color: #080808;
    background-image: linear-gradient(180deg, #080808 0%, #111 100%);
    opacity: 1;
    transform: translate3d(100%, 0, 0);
    transition: transform .3s ease;
    will-change: transform;
    backface-visibility: hidden;
  }
  .site-nav.open { transform: translate3d(0, 0, 0); }
  .site-nav a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 1rem; }
  .site-nav a::after { display: none; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .header-phone { display: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero-content { grid-template-columns: 1fr; align-items: end; padding-bottom: 76px; }
  .hero h1 { font-size: clamp(4rem,17vw,7rem); }
  .hero-credentials { display: none; }
  .scroll-cue { display: none; }
  .credentials-grid { grid-template-columns: 1fr 1fr; }
  .intro-grid, .split-heading, .standards-grid, .contact-grid { grid-template-columns: 1fr; }
  .image-story { min-height: auto; display: grid; gap: 0; }
  .image-story-main { width: 100%; height: 520px; }
  .image-story-card { position: relative; width: 88%; margin: -70px 0 0 auto; top: auto; }
  .image-story-secondary { display: none; }
  .split-heading { gap: 28px; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-card { min-height: 580px; }
  .project-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 240px; }
  .gallery-item-wide { grid-column: span 2; }
  .standards-media { height: 520px; margin-bottom: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .section { padding: 78px 0; }
  h2 { font-size: clamp(2.8rem,14vw,4.5rem); }
  .hero { min-height: 820px; }
  .hero-content { min-height: 820px; padding-top: 130px; }
  .hero-video { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.36)), linear-gradient(0deg, rgba(0,0,0,.78), transparent 55%); }
  .hero h1 { font-size: clamp(3.7rem,17vw,5.8rem); }
  .hero-cta { flex-direction: column; }
  .hero-cta .button { width: 100%; }
  .credentials-grid { grid-template-columns: 1fr; }
  .credential-item { min-height: 112px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 320px; }
  .image-story-main { height: 420px; }
  .image-story-card { width: 94%; padding: 32px; }
  .sector-card { min-height: 520px; }
  .sector-copy { padding: 28px; }
  .featured-media { min-height: 410px; }
  .featured-copy { min-height: auto; padding: 72px 24px; }
  .project-facts { grid-template-columns: 1fr; }
  .project-facts div { border-bottom: 1px solid rgba(255,255,255,.12); }
  .project-gallery { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-item-wide { grid-column: auto; }
  .gallery-item-tall { grid-row: auto; }
  .standards-media { height: 410px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .bid-form { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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


/* Homepage parallax storytelling */
.parallax-image-frame { overflow: hidden; }
.parallax-image { width: 100%; height: 112% !important; object-fit: cover; will-change: transform; transform: translate3d(0,0,0) scale(1.12); }
.parallax-story {
  min-height: 112svh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
  background-color: #080808;
  background-image: url('assets/images/project-night-panorama.webp');
  background-position: center 52%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.parallax-story-shade { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.93) 0%, rgba(0,0,0,.72) 45%, rgba(0,0,0,.28) 80%), linear-gradient(0deg, rgba(0,0,0,.66), transparent 64%); }
.parallax-story::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 25vw 100%; opacity: .16; pointer-events: none; }
.parallax-story-content { position: relative; z-index: 2; padding-block: clamp(130px,16vw,220px); }
.parallax-story-content h2 { max-width: 930px; color: white; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.8rem,7vw,7.6rem); font-weight: 500; line-height: .94; letter-spacing: -.05em; text-shadow: 0 8px 38px rgba(0,0,0,.34); }
.parallax-story-content > p:not(.eyebrow) { max-width: 630px; margin: 30px 0 38px; color: rgba(255,255,255,.8); font-size: clamp(1.04rem,1.4vw,1.24rem); }

/* Multipage navigation and internal page system */
.site-nav > a[aria-current="page"], .nav-dropdown.is-current > .nav-dropdown-trigger > a { color: #fff; }
.site-nav > a[aria-current="page"]::after, .nav-dropdown.is-current > .nav-dropdown-trigger > a::after { right: 0; }
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { display: flex; align-items: center; }
.nav-dropdown-trigger > a { position: relative; padding: 28px 0 24px; color: rgba(255,255,255,.9); text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 760; letter-spacing: .11em; }
.nav-dropdown-trigger > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--red); transition: right .25s ease; }
.nav-dropdown:hover .nav-dropdown-trigger > a::after, .nav-dropdown:focus-within .nav-dropdown-trigger > a::after { right: 0; }
.nav-dropdown-toggle { width: 24px; height: 34px; margin-left: 4px; padding: 6px; border: 0; background: transparent; color: white; cursor: pointer; }
.nav-dropdown-toggle svg { width: 11px; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform .25s ease; }
.nav-dropdown.is-open .nav-dropdown-toggle svg { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% - 12px); left: -24px; width: 250px; padding: 10px; background: rgba(7,7,7,.98); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 24px 60px rgba(0,0,0,.34); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu, .nav-dropdown.is-open .nav-dropdown-menu { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown-menu a { display: block; padding: 13px 14px; border-bottom: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.78); text-decoration: none; text-transform: uppercase; font-size: .68rem; font-weight: 760; letter-spacing: .08em; }
.nav-dropdown-menu a:last-child { border-bottom: 0; }
.nav-dropdown-menu a:hover, .nav-dropdown-menu a[aria-current="page"] { background: var(--red); color: #fff; }
.nav-dropdown-menu a::after { display: none; }
.sector-card { display: block; text-decoration: none; }

.inner-page { background: var(--paper); }
.page-hero { min-height: min(76svh, 760px); position: relative; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #090909 var(--page-hero-image) center/cover no-repeat; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 30%, rgba(255,255,255,.08), transparent 34%), linear-gradient(100deg, transparent 45%, rgba(255,255,255,.025)); pointer-events: none; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.76) 38%, rgba(0,0,0,.27) 74%, rgba(0,0,0,.16) 100%), linear-gradient(0deg, rgba(0,0,0,.66), transparent 62%); }
.page-hero-content { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--max)); padding-top: calc(var(--header) + 80px); padding-bottom: clamp(72px,8vw,112px); }
.breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; color: rgba(255,255,255,.58); font-size: .68rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.page-hero h1 { max-width: 910px; margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem,6.8vw,7.15rem); font-weight: 500; letter-spacing: -.045em; line-height: .94; text-transform: none; text-shadow: 0 5px 34px rgba(0,0,0,.26); }
.page-hero h1::after { content: ""; display: block; width: 66px; height: 3px; margin-top: 30px; background: var(--red); }
.page-hero-lead { max-width: 690px; margin-bottom: 0; color: rgba(255,255,255,.76); font-size: clamp(1.03rem,1.35vw,1.22rem); line-height: 1.65; }
.page-hero .hero-cta { margin-top: 34px; }

.page-section { background: var(--paper); }
.content-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px,8vw,130px); align-items: start; }
.content-split-wide { grid-template-columns: .82fr 1.18fr; }
.content-copy h2 { font-size: clamp(3rem,5.5vw,6rem); }
.prose { max-width: 760px; }
.prose p { color: var(--muted); font-size: 1.06rem; }
.prose .large-copy { color: var(--ink); font-size: clamp(1.35rem,2.2vw,2.15rem); }

.fact-strip { background: var(--ink); color: white; }
.fact-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact-block { min-height: 190px; padding: 34px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.fact-block:last-child { border-right: 0; }
.fact-block > span { display: block; margin-bottom: 26px; color: var(--red); font-size: .7rem; font-weight: 900; }
.fact-block strong { display: block; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .04em; }
.fact-block p { margin: 0; color: rgba(255,255,255,.54); font-size: .82rem; }

.image-band { min-height: 780px; position: relative; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; background: var(--ink); color: white; }
.image-band-main, .image-band-secondary { min-height: 780px; }
.image-band img { width: 100%; height: 100%; object-fit: cover; }
.image-band-secondary { position: relative; }
.image-band-secondary::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.12), rgba(0,0,0,.48)); }
.image-band-copy { position: absolute; z-index: 2; right: max(0px, calc((100vw - var(--max))/2 - 36px)); top: 50%; width: min(44%, 650px); transform: translateY(-50%); padding: clamp(36px,5vw,76px); background: rgba(10,10,10,.88); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.image-band-copy h2 { font-size: clamp(3rem,4.8vw,5.5rem); }
.image-band--residential .image-band-main img { object-position: center; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-card { min-height: 320px; padding: 38px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.process-card > span { display: block; margin-bottom: 70px; color: var(--red); font-size: .72rem; font-weight: 900; }
.process-card h3 { text-transform: uppercase; font-size: 1.1rem; letter-spacing: .02em; }
.process-card p { color: var(--muted); font-size: .92rem; }

.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail-grid-3 { grid-template-columns: repeat(3, 1fr); }
.detail-card { min-height: 390px; position: relative; padding: clamp(32px,4.5vw,58px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.detail-number { position: absolute; top: 28px; right: 30px; color: #aaa; font-size: .7rem; font-weight: 900; }
.detail-card h3 { max-width: 82%; margin-top: 52px; text-transform: uppercase; font-size: 1.32rem; }
.detail-card p { color: var(--muted); }
.detail-card ul { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-card li { padding: 11px 0 11px 22px; position: relative; border-bottom: 1px solid var(--line); font-size: .86rem; }
.detail-card li::before { content: "—"; position: absolute; left: 0; color: var(--red); }

.feature-split { min-height: 760px; display: grid; grid-template-columns: 1.18fr .82fr; }
.feature-split-dark { background: var(--ink); color: white; }
.feature-split-media { min-height: 760px; }
.feature-split-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-split-copy { padding: clamp(60px,8vw,120px); display: flex; flex-direction: column; justify-content: center; }
.feature-split-copy h2 { font-size: clamp(3rem,5vw,6rem); }
.feature-split-copy > p:not(.eyebrow) { color: rgba(255,255,255,.64); font-size: 1.04rem; }
.feature-split-copy .button { width: fit-content; margin-top: 22px; }

.info-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.info-list { min-height: 210px; display: grid; grid-template-columns: 54px 1fr; column-gap: 24px; align-content: start; padding: 32px 28px 32px 0; border-bottom: 1px solid var(--line); }
.info-list:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 44px; }
.info-list:nth-child(even) { padding-left: 44px; }
.info-list > span { grid-row: 1 / 3; color: var(--red); font-size: .72rem; font-weight: 900; }
.info-list h3 { margin: 0 0 10px; text-transform: uppercase; font-size: 1.05rem; }
.info-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.sector-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.sector-page-card { min-height: 780px; position: relative; overflow: hidden; color: white; text-decoration: none; }
.sector-page-card img, .sector-page-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.sector-page-card img { object-fit: cover; transition: transform .7s ease; }
.sector-page-card:hover img { transform: scale(1.04); }
.sector-page-overlay { background: linear-gradient(0deg, rgba(0,0,0,.94), rgba(0,0,0,.12) 70%); }
.sector-page-copy { position: absolute; z-index: 2; inset: auto 0 0; padding: clamp(32px,4vw,56px); }
.sector-page-copy > span { color: var(--red); font-size: .72rem; font-weight: 900; }
.sector-page-copy h2 { font-size: clamp(3rem,4.6vw,5rem); }
.sector-page-copy p { max-width: 420px; color: rgba(255,255,255,.65); }
.sector-page-copy strong { display: inline-block; margin-top: 18px; text-transform: uppercase; font-size: .72rem; letter-spacing: .08em; }

.project-teaser { background: #e8e5df; }
.project-teaser-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px,8vw,120px); align-items: center; }
.project-teaser-copy h2 { font-size: clamp(3rem,5vw,5.7rem); }
.project-teaser-copy p { color: var(--muted); }
.project-teaser-media { height: 650px; }
.project-teaser-media img { width: 100%; height: 100%; object-fit: cover; }

.page-cta { padding: clamp(72px,8vw,112px) 0; color: white; background: linear-gradient(120deg, rgba(213,31,42,.96), rgba(120,4,12,.98)), url('assets/images/project-night-machine.webp') center/cover; }
.page-cta-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; }
.page-cta h2 { font-size: clamp(3rem,5vw,5.8rem); }
.page-cta-residential .eyebrow.light { color: #fff; }
.page-cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }

.featured-project-page { min-height: 760px; }
.featured-project-page .featured-media { min-height: 760px; }
.project-gallery-day { margin-top: 20px; }

.contact-page-section { background: #e8e5df; }
.contact-grid-page { align-items: stretch; }
.contact-copy-dark { color: var(--ink); }
.contact-copy-dark h2 { font-size: clamp(3.2rem,5vw,5.8rem); }
.contact-copy-dark > p:not(.eyebrow) { color: var(--muted); }
.direct-contact-dark { background: var(--line); border-color: var(--line); }
.direct-contact-dark a, .direct-contact-dark > div { background: rgba(255,255,255,.66); color: var(--ink); }
.direct-contact-dark span { color: var(--muted); }
.contact-credentials { background: var(--ink); color: white; }
.credential-table { border-top: 1px solid rgba(255,255,255,.18); }
.credential-table div { display: grid; grid-template-columns: .65fr 1.35fr; gap: 30px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.credential-table span { color: rgba(255,255,255,.48); text-transform: uppercase; font-size: .7rem; letter-spacing: .1em; }
.credential-table strong { font-weight: 650; }

@media (max-width: 1200px) {
  .header-inner { grid-template-columns: 190px 1fr auto; gap: 18px; }
  .site-nav { gap: 14px; }
  .site-nav > a, .nav-dropdown-trigger > a { font-size: .66rem; }
  .detail-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-nav .nav-dropdown { border-bottom: 1px solid rgba(255,255,255,.13); }
  .nav-dropdown-trigger { justify-content: space-between; }
  .nav-dropdown-trigger > a { flex: 1; padding: 18px 0; border: 0; font-size: 1rem; }
  .nav-dropdown-trigger > a::after { display: none; }
  .nav-dropdown-toggle { width: 48px; height: 48px; }
  .nav-dropdown-menu { position: static; width: 100%; max-height: 0; overflow: hidden; padding: 0 0 0 18px; border: 0; box-shadow: none; background: transparent; opacity: 1; visibility: visible; transform: none; transition: max-height .3s ease; }
  .nav-dropdown.is-open .nav-dropdown-menu { max-height: 280px; }
  .nav-dropdown-menu a { padding: 14px 12px; font-size: .78rem; }
  .page-hero { min-height: 680px; }
  .page-hero-content { width: min(calc(100% - 32px), var(--max)); }
  .page-hero h1 { max-width: 760px; font-size: clamp(3.4rem,11vw,5.6rem); }
  .parallax-story { min-height: 720px; }
  .fact-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .fact-block:nth-child(2) { border-right: 0; }
  .fact-block:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .content-split, .content-split-wide, .feature-split, .project-teaser-grid, .page-cta-grid { grid-template-columns: 1fr; }
  .image-band { min-height: auto; grid-template-columns: 1fr; }
  .image-band-main { min-height: 560px; }
  .image-band-secondary { min-height: 420px; }
  .image-band-copy { position: relative; right: auto; top: auto; width: 92%; margin: -100px 0 0 auto; transform: none; }
  .detail-grid, .detail-grid-3 { grid-template-columns: 1fr; }
  .feature-split-media { min-height: 540px; }
  .sector-page-grid { grid-template-columns: 1fr; }
  .sector-page-card { min-height: 640px; }
  .project-teaser-media { height: 520px; order: -1; }
  .page-cta-actions { align-items: flex-start; }
}

@media (max-width: 560px) {
  .page-hero { min-height: 620px; }
  .page-hero-content { padding-top: 130px; padding-bottom: 70px; }
  .page-hero h1 { font-size: clamp(3rem,13vw,4.4rem); }
  .page-hero h1::after { width: 52px; margin-top: 24px; }
  .parallax-story { min-height: 640px; }
  .parallax-story-content h2 { font-size: clamp(3.2rem,13vw,4.8rem); }
  .parallax-story-media { inset: 0; transform: none !important; }
  .parallax-image { height: 100% !important; transform: none !important; }
  .fact-strip-grid { grid-template-columns: 1fr; }
  .fact-block { min-height: 150px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .process-grid { grid-template-columns: 1fr; }
  .process-card > span { margin-bottom: 42px; }
  .image-band-main { min-height: 440px; }
  .image-band-secondary { min-height: 340px; }
  .image-band-copy { width: 95%; padding: 32px 24px; }
  .feature-split-media { min-height: 420px; }
  .feature-split-copy { padding: 64px 24px; }
  .detail-card { min-height: 330px; padding: 30px 24px; }
  .info-list-grid { grid-template-columns: 1fr; }
  .info-list, .info-list:nth-child(odd), .info-list:nth-child(even) { border-right: 0; padding: 26px 0; }
  .sector-page-card { min-height: 560px; }
  .project-teaser-media { height: 400px; }
  .credential-table div { grid-template-columns: 1fr; gap: 7px; }
}

/* Footer layout for the expanded multipage navigation */
.footer-grid { grid-template-columns: 1.45fr repeat(4, 1fr); gap: 46px; }
@media (max-width: 1200px) {
  .footer-grid { grid-template-columns: 1.35fr repeat(2, 1fr); }
  .footer-brand { grid-row: span 2; }
}
@media (max-width: 820px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

/* Fixed-background parallax is intentionally disabled on touch-sized layouts, where mobile browsers handle fixed backgrounds inconsistently. */
@media (max-width: 820px) {
  .parallax-story { background-attachment: scroll; background-position: center center; }
  .hero-copy { padding: 0; }
}

/* Client-approved content revision */
.intro .section-heading .eyebrow, .capabilities .split-heading .eyebrow, .page-capabilities .eyebrow { font-size: .88rem; color: var(--red); }
.content-solo { max-width: 980px; }
.content-solo .content-copy h2 { max-width: 900px; }
.page-capability-grid .capability-card { min-height: 390px; }
.page-capability-grid .capability-card ul { margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.page-capability-grid .capability-card li { position: relative; padding: 10px 0 10px 20px; border-bottom: 1px solid var(--line); font-size: .85rem; }
.page-capability-grid .capability-card li::before { content: "—"; position: absolute; left: 0; color: var(--red); }
.page-cta-light { color: var(--ink); background: #fff; border-top: 1px solid var(--line); }
.page-cta-light .eyebrow.light { color: var(--red); }
.page-cta-light .button-light { border-color: var(--ink); color: var(--ink); }
.page-cta-light .light-link { color: var(--ink); }
.standards-copy--headline-only { align-self: center; }
.standards-copy--headline-only h2 { margin-bottom: 0; }
@media (max-width: 1000px) { .capability-card-accent { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .image-story-card { right: auto; } }

.fact-strip-grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 760px) { .fact-strip-grid-3 { grid-template-columns: 1fr; } }

.projects-heading-wide { max-width: 1180px; margin-bottom: clamp(55px,7vw,95px); }
.projects-heading-wide .content-copy h2, .projects-heading-wide h2 { max-width: 1180px; }
