:root {
  --ink: #111318;
  --ink-2: #1a1d23;
  --paper: #f7f6f2;
  --white: #fff;
  --muted: #686b72;
  --line: rgba(17, 19, 24, .14);
  --gold: #f4b223;
  --gold-2: #ffd36b;
  --green: #23b26d;
  --font-display: "Space Grotesk", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --shell: min(92vw, 1280px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 1rem; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: var(--ink); background: var(--gold); }
.shell { width: var(--shell); margin-inline: auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: .75rem 1rem; color: #fff; background: #111; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 2000; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }

.utility-bar { position: relative; z-index: 1002; color: #d9dadd; background: #0b0d11; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .75rem; letter-spacing: .02em; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.utility-inner p { margin: 0; display: flex; align-items: center; gap: .55rem; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(35,178,109,.13); }
.utility-links { display: flex; gap: 1.8rem; }
.utility-links a { text-decoration: none; transition: color .2s; }
.utility-links a:hover { color: var(--gold); }

.site-header { position: absolute; z-index: 1000; top: 38px; left: 0; right: 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); transition: color .35s, background .35s, transform .35s, box-shadow .35s; }
.site-header.is-fixed { position: fixed; top: 0; color: var(--ink); background: rgba(247,246,242,.9); box-shadow: 0 12px 34px rgba(17,19,24,.08); border-color: var(--line); backdrop-filter: blur(18px); }
.site-header.is-hidden { transform: translateY(-110%); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand-logo-img { width: clamp(190px, 17vw, 248px); height: 66px; object-fit: contain; border-radius: 10px; }
.site-header.is-fixed .brand-logo-img { height: 58px; box-shadow: 0 8px 22px rgba(17,19,24,.12); }
.brand-mark { position: relative; width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50% 50% 44% 44%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); }
.brand-mark::after { content: ""; position: absolute; width: 16px; height: 5px; bottom: -3px; border-radius: 4px; background: var(--gold); }
.brand-mark svg { width: 24px; height: 24px; stroke-width: 2.15; }
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-type strong { font: 700 1.38rem/1 var(--font-display); letter-spacing: .045em; }
.brand-type small { margin-top: .42rem; font-size: .59rem; font-weight: 800; letter-spacing: .22em; opacity: .78; }
.header-actions { display: flex; align-items: center; gap: 2rem; }
.header-call { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.header-call > svg { width: 21px; height: 21px; color: var(--gold); }
.header-call span { display: flex; flex-direction: column; line-height: 1.25; }
.header-call small { font-size: .68rem; opacity: .65; }
.header-call strong { font-family: var(--font-display); font-size: .91rem; }
.menu-button { display: grid; grid-template-columns: 28px auto; grid-template-rows: repeat(3, 4px); column-gap: .75rem; align-items: center; padding: .65rem 0; border: 0; background: none; cursor: pointer; }
.menu-button span { grid-column: 1; width: 28px; height: 2px; background: currentColor; transform-origin: center; transition: width .25s var(--ease), transform .3s; }
.menu-button span:nth-child(2) { width: 19px; }
.menu-button:hover span:nth-child(2) { width: 28px; }
.menu-button em { grid-column: 2; grid-row: 1 / 4; align-self: center; font-style: normal; font-size: .68rem; font-weight: 800; letter-spacing: .17em; }

.menu-panel { position: fixed; z-index: 3000; inset: 0; visibility: hidden; pointer-events: none; }
.menu-panel[aria-hidden="false"] { visibility: visible; pointer-events: auto; }
.menu-backdrop { position: absolute; inset: 0; background: rgba(5,6,8,.7); opacity: 0; backdrop-filter: blur(5px); transition: opacity .5s; }
.menu-panel[aria-hidden="false"] .menu-backdrop { opacity: 1; }
.menu-drawer { position: absolute; inset: 0 0 0 auto; width: min(720px, 100%); min-height: 100%; display: flex; flex-direction: column; padding: clamp(2rem, 5vw, 4.5rem); color: #fff; background: var(--ink); transform: translateX(100%); transition: transform .65s var(--ease); overflow-y: auto; }
.menu-drawer::before { content: ""; position: absolute; inset: 0; opacity: .05; background-image: linear-gradient(rgba(255,255,255,.9) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.9) 1px, transparent 1px); background-size: 80px 80px; pointer-events: none; }
.menu-panel[aria-hidden="false"] .menu-drawer { transform: translateX(0); }
.menu-top, .drawer-footer, .drawer-nav { position: relative; z-index: 1; }
.menu-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.15); }
.menu-top p { margin: 0; font-size: .73rem; font-weight: 800; letter-spacing: .2em; color: var(--gold); }
.drawer-logo { width: 210px; height: 82px; object-fit: contain; border-radius: 10px; }
.menu-close { position: relative; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: none; cursor: pointer; transition: background .2s, color .2s; }
.menu-close:hover { color: var(--ink); background: var(--gold); }
.menu-close span { position: absolute; top: 20px; left: 11px; width: 19px; height: 1.5px; background: currentColor; transform: rotate(45deg); }
.menu-close span:last-child { transform: rotate(-45deg); }
.drawer-nav { display: flex; flex-direction: column; margin: auto 0; padding: 2rem 0; }
.drawer-nav a { display: flex; align-items: baseline; gap: 1.25rem; padding: .4rem 0; color: #fff; font: 600 clamp(2rem, 5vw, 4.2rem)/1.14 var(--font-display); text-decoration: none; letter-spacing: -.045em; transition: color .25s, transform .3s var(--ease); }
.drawer-nav a:hover { color: var(--gold); transform: translateX(12px); }
.drawer-nav span { min-width: 24px; font: 700 .68rem/1 var(--font-body); color: var(--gold); letter-spacing: .1em; }
.drawer-footer { display: flex; justify-content: space-between; gap: 2rem; align-items: end; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.15); }
.drawer-footer p { max-width: 290px; margin: 0; color: #aeb0b5; font-size: .9rem; }

.hero { position: relative; height: min(900px, calc(100svh - 38px)); min-height: 690px; color: #fff; background: #0e1014; overflow: hidden; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { display: flex; align-items: center; opacity: 0; visibility: hidden; transition: opacity 1.1s var(--ease), visibility 1.1s; }
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(7,9,12,.91) 0%, rgba(7,9,12,.62) 46%, rgba(7,9,12,.25) 78%), linear-gradient(0deg, rgba(7,9,12,.62), transparent 45%), var(--hero-image); background-size: cover; background-position: center; transform: scale(1.03); transition: transform 8s ease-out; }
.hero-slide.is-active .hero-media { transform: scale(1.1); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 0 66%, rgba(244,178,35,.14) 66.1%, transparent 66.4%); }
.hero-content { position: relative; z-index: 2; padding-top: 105px; }
.eyebrow, .section-kicker { margin: 0 0 1.3rem; color: #aaadb3; font-size: .71rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .9rem; color: rgba(255,255,255,.72); transform: translateY(24px); opacity: 0; transition: .7s var(--ease) .15s; }
.eyebrow span { color: var(--gold); }
.eyebrow::after { content: ""; width: 68px; height: 1px; background: rgba(255,255,255,.32); }
.hero h1, .hero h2 { max-width: 1000px; margin: 0; font: 600 clamp(3.4rem, 7.3vw, 7.3rem)/.92 var(--font-display); letter-spacing: -.065em; transform: translateY(38px); opacity: 0; transition: .85s var(--ease) .25s; }
.hero h1 em, .hero h2 em { color: var(--gold); font-style: normal; }
.hero-copy { max-width: 690px; margin: 2rem 0 0; color: rgba(255,255,255,.75); font-size: clamp(1rem, 1.3vw, 1.18rem); transform: translateY(26px); opacity: 0; transition: .8s var(--ease) .38s; }
.hero-cta { display: flex; gap: .85rem; flex-wrap: wrap; margin-top: 2.5rem; transform: translateY(24px); opacity: 0; transition: .8s var(--ease) .5s; }
.hero-slide.is-active :is(.eyebrow, h1, h2, .hero-copy, .hero-cta) { transform: translateY(0); opacity: 1; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .85rem; padding: .82rem 1.35rem; border: 1px solid transparent; text-decoration: none; font-size: .82rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; transition: transform .3s var(--ease), color .25s, background .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button svg { transition: transform .25s; }
.button:hover svg { transform: translateX(4px); }
.button-primary { color: var(--ink); background: var(--gold); }
.button-primary:hover { background: var(--gold-2); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.hero-ui { position: absolute; z-index: 5; right: 0; left: 0; bottom: 78px; display: flex; justify-content: flex-end; align-items: center; gap: 2.4rem; pointer-events: none; }
.slide-counter { display: flex; align-items: center; gap: .75rem; font-family: var(--font-display); pointer-events: auto; }
.slide-counter strong { color: var(--gold); font-size: 1.05rem; }
.slide-counter span { width: 54px; height: 1px; background: rgba(255,255,255,.38); }
.slide-counter small { font-size: .72rem; opacity: .64; }
.slide-controls { display: flex; pointer-events: auto; }
.slide-controls button { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.32); background: rgba(0,0,0,.18); cursor: pointer; transition: color .25s, background .25s; }
.slide-controls button:first-child svg { transform: rotate(180deg); }
.slide-controls button:hover { color: var(--ink); background: var(--gold); }
.hero-ticker { position: absolute; z-index: 6; right: 0; bottom: 0; left: 0; height: 54px; display: flex; align-items: center; color: var(--ink); background: var(--gold); overflow: hidden; }
.ticker-track { min-width: max-content; display: flex; align-items: center; animation: ticker 26s linear infinite; }
.ticker-track span { padding: 0 1.8rem; font: 700 .75rem/1 var(--font-display); letter-spacing: .13em; }
.ticker-track i { font-style: normal; font-size: .48rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { min-height: 152px; display: flex; gap: 1.1rem; align-items: center; padding: 2rem; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item > span { align-self: flex-start; margin-top: .24rem; color: #b0b2b7; font: 700 .65rem/1 var(--font-body); }
.trust-item strong { font: 600 1rem/1.2 var(--font-display); }
.trust-item p { margin: .5rem 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }

.section { padding: clamp(5.5rem, 10vw, 9.5rem) 0; }
.section-kicker { color: #8d7545; }
.section-kicker.light { color: var(--gold); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 8vw, 8rem); align-items: center; }
.about-copy h2, .section-heading h2, .process h2, .brands-heading h2, .contact h2 { margin: 0; font: 600 clamp(2.5rem, 5vw, 5rem)/.98 var(--font-display); letter-spacing: -.055em; }
.about-copy .lead { margin: 2rem 0 1.25rem; color: var(--ink); font-size: 1.18rem; font-weight: 600; line-height: 1.55; }
.about-copy > p:not(.section-kicker):not(.lead) { color: var(--muted); }
.about-list { margin: 2rem 0; padding: 1.3rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-list p { display: flex; gap: .8rem; align-items: center; margin: .6rem 0; font-size: .88rem; font-weight: 700; }
.about-list svg { color: #ae7812; }
.text-link { display: inline-flex; align-items: center; gap: .8rem; color: inherit; font-size: .83rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.text-link svg { transition: transform .25s; }
.text-link:hover svg { transform: translateX(5px); }
.about-visual { position: relative; padding: 0 0 4rem 3rem; }
.about-image-wrap { position: relative; overflow: hidden; }
.about-image-wrap::before { content: ""; position: absolute; z-index: 2; inset: 0; border: 1px solid rgba(255,255,255,.35); margin: 1rem; pointer-events: none; }
.about-image-wrap img { width: 100%; height: min(67vw, 690px); min-height: 520px; object-fit: cover; filter: saturate(.82) contrast(1.05); transition: transform 1s var(--ease); }
.about-image-wrap:hover img { transform: scale(1.035); }
.image-line { position: absolute; z-index: 3; top: 0; right: 10%; width: 2px; height: 28%; background: var(--gold); }
.technical-card { position: absolute; z-index: 4; right: -2rem; bottom: 0; width: min(340px, 78%); padding: 1.7rem 2rem; color: #fff; background: var(--ink); box-shadow: 0 25px 60px rgba(17,19,24,.22); }
.technical-card span { color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.technical-card strong { display: block; margin: .55rem 0; font: 600 1.6rem/1.1 var(--font-display); }
.technical-card p { margin: 0; color: #aaadb2; font-size: .76rem; }

.services { background: #fff; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: end; margin-bottom: 4.2rem; }
.section-heading > p { max-width: 520px; margin: 0 0 .4rem; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 340px; display: flex; flex-direction: column; padding: 2.25rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .35s, transform .35s var(--ease); }
.service-card::before { content: ""; position: absolute; right: -50px; bottom: -50px; width: 150px; height: 150px; border: 1px solid rgba(17,19,24,.1); border-radius: 50%; transition: transform .45s var(--ease), background .35s; }
.service-card:hover { z-index: 2; background: #faf6e9; transform: translateY(-6px); box-shadow: 0 28px 50px rgba(17,19,24,.1); }
.service-card:hover::before { transform: scale(1.45); background: rgba(244,178,35,.13); }
.service-card > span { position: absolute; top: 2.25rem; right: 2.25rem; color: #a8abb0; font-size: .67rem; font-weight: 800; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; color: #9a6b0b; background: rgba(244,178,35,.15); }
.service-icon svg { width: 24px; height: 24px; }
.service-card h3 { margin: auto 0 .8rem; font: 600 1.55rem/1.15 var(--font-display); letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.service-card > a:not(.button) { position: absolute; right: 2rem; bottom: 2rem; width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; opacity: 0; transform: translateX(-10px); transition: opacity .25s, transform .3s var(--ease), background .25s; }
.service-card:hover > a:not(.button) { opacity: 1; transform: translateX(0); background: var(--gold); }
.service-card:not(.service-dark) p { padding-right: 2.4rem; }
.service-featured { grid-column: span 2; background: #f8f4e9; }
.service-featured h3 { font-size: 2rem; }
.service-dark { color: #fff; background: var(--ink); }
.service-dark:hover { background: #20242b; }
.service-dark .mini-label { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-dark h3 { margin: 1.5rem 0 .8rem; font-size: 2rem; }
.service-dark p { color: #aeb0b5; }
.service-dark .button { align-self: flex-start; margin-top: auto; }

.sectors { background: var(--paper); }
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 430px; gap: 1rem; }
.sector-card { position: relative; grid-column: span 1; overflow: hidden; color: #fff; background: #222; }
.sector-card.sector-wide { grid-column: span 2; }
.sector-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,8,10,.86), transparent 62%); transition: background .4s; }
.sector-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), filter .5s; }
.sector-card:hover img { transform: scale(1.065); filter: saturate(.75); }
.sector-card > div { position: absolute; z-index: 2; inset: auto 1.6rem 1.45rem; }
.sector-card span { color: var(--gold); font-size: .67rem; font-weight: 800; }
.sector-card h3 { margin: .35rem 0 .2rem; font: 600 1.45rem/1.15 var(--font-display); letter-spacing: -.025em; }
.sector-card p { margin: 0; color: rgba(255,255,255,.7); font-size: .77rem; }
.sector-crane { grid-column: span 2; }
.sector-crane img { object-position: center 30%; }

.process { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.process::before { content: ""; position: absolute; inset: 0; opacity: .05; background-image: radial-gradient(circle at center, white 1px, transparent 1px); background-size: 28px 28px; }
.process-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 10vw, 10rem); }
.process-intro { position: sticky; top: 140px; align-self: start; }
.process-intro p:last-child { max-width: 500px; margin: 2rem 0 0; color: #aeb0b5; }
.process-steps { list-style: none; margin: 0; padding: 0; counter-reset: process; }
.process-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 1.4rem; padding: 2.2rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.process-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.process-steps > li > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(244,178,35,.4); border-radius: 50%; font-size: .68rem; font-weight: 800; }
.process-steps h3 { margin: 0 0 .5rem; font: 600 1.5rem/1.2 var(--font-display); }
.process-steps p { margin: 0; color: #aeb0b5; font-size: .88rem; }

.brands { overflow: hidden; background: #fff; }
.brands-heading { text-align: center; }
.brands-heading p:last-child { max-width: 700px; margin: 1.7rem auto 0; color: var(--muted); }
.brand-marquee { margin-top: 4.5rem; padding: 2rem 0; border-block: 1px solid var(--line); overflow: hidden; }
.brand-track { width: max-content; display: flex; animation: brandScroll 25s linear infinite; }
.brand-track:hover { animation-play-state: paused; }
.brand-disclaimer { margin-top: 1rem; color: #8c8f94; text-align: center; font-size: .68rem; }
.brand-chip { width: 300px; height: 110px; display: flex; align-items: center; justify-content: center; gap: .45rem; padding: 1.25rem 2.2rem; background: #fff; border-right: 1px solid var(--line); opacity: 1; transition: transform .3s var(--ease), background .25s; }
.brand-chip:hover { transform: translateY(-3px); background: #fafafa; }
.brand-chip img { width: 100%; height: 100%; object-fit: contain; }
.brand-chip strong { font-family: Arial, sans-serif; }
.brand-schneider { flex-direction: column; color: #009530; line-height: .8; }
.brand-schneider strong { font-size: 1.8rem; }
.brand-schneider small { color: #1f2428; font-size: .58rem; font-weight: 800; letter-spacing: .32em; }
.brand-siemens { color: #009999; font-size: 1.45rem; letter-spacing: .13em; }
.brand-legrand strong { font-size: 1.7rem; color: #252b31; }
.brand-legrand i { width: 28px; height: 28px; display: block; background: #e30613; box-shadow: inset -9px 0 0 white; }
.brand-simon { color: #ed1c24; font-size: 2rem; letter-spacing: -.06em; }
@keyframes brandScroll { to { transform: translateX(-50%); } }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4.5rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fact { min-height: 170px; display: flex; flex-direction: column; justify-content: center; padding: 1.8rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact strong { color: var(--ink); font: 600 3.4rem/1 var(--font-display); letter-spacing: -.05em; }
.fact span { margin-top: .7rem; color: var(--muted); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.contact { position: relative; color: #fff; background: #0c0e12; overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(244,178,35,.09), transparent 35%); }
.contact-glow { position: absolute; width: 680px; height: 680px; right: -320px; top: -320px; border: 1px solid rgba(244,178,35,.2); border-radius: 50%; box-shadow: 0 0 0 100px rgba(244,178,35,.025), 0 0 0 200px rgba(244,178,35,.018); }
.contact-brand-watermark { position: absolute; left: -9rem; bottom: -12rem; width: 560px; opacity: .035; border-radius: 50%; pointer-events: none; }
.contact-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 9vw, 9rem); align-items: start; }
.contact-copy > p:not(.section-kicker) { max-width: 550px; margin: 2rem 0 0; color: #aeb0b5; }
.contact-direct { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.14); }
.contact-direct > * { display: flex; align-items: center; gap: 1rem; padding: 1.15rem 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.contact-direct > a { transition: color .2s, padding-left .25s; }
.contact-direct > a:hover { color: var(--gold); padding-left: .5rem; }
.contact-direct svg { flex: 0 0 22px; color: var(--gold); }
.contact-direct span { display: flex; flex-direction: column; }
.contact-direct small { color: #83868d; font-size: .66rem; }
.contact-direct strong { margin-top: .15rem; font-size: .9rem; }
.form-shell { padding: clamp(1.6rem, 4vw, 3.2rem); color: var(--ink); background: var(--paper); }
.contact-form { display: grid; gap: 1.15rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .48rem; color: #3f4248; font-size: .73rem; font-weight: 800; letter-spacing: .035em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 52px; padding: .8rem .9rem; color: var(--ink); background: #fff; border: 1px solid #d7d5cf; border-radius: 0; outline: 0; font-size: .88rem; font-weight: 500; transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { resize: vertical; min-height: 126px; }
.contact-form :is(input, textarea, select):focus { border-color: #a6730c; box-shadow: 0 0 0 3px rgba(244,178,35,.18); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9a9ca0; }
.contact-form .consent { display: flex; grid-template-columns: 18px 1fr; align-items: start; gap: .65rem; color: var(--muted); font-weight: 500; letter-spacing: 0; line-height: 1.5; }
.contact-form .consent input { min-height: 0; width: 17px; height: 17px; margin-top: .2rem; accent-color: var(--gold); }
.submit-button { width: 100%; border: 0; }
.form-note { margin: -.3rem 0 0; color: var(--muted); text-align: center; font-size: .7rem; }

.site-footer { color: #d8d9dc; background: #07090b; }
.footer-main { min-height: 235px; display: grid; grid-template-columns: .8fr 1.2fr .5fr; gap: 3rem; align-items: center; }
.brand-footer { color: #fff; }
.brand-logo-footer { width: 240px; height: 80px; }
.footer-main > p { max-width: 500px; margin: 0; color: #7e8187; font-size: .84rem; }
.back-top { justify-self: end; display: inline-flex; align-items: center; gap: .9rem; color: #fff; font-size: .75rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .07em; }
.back-top span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; transition: transform .25s; }
.back-top:hover span { transform: translateY(-4px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding: 1.4rem 0; color: #656970; border-top: 1px solid rgba(255,255,255,.08); font-size: .69rem; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(42px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.toast { position: fixed; z-index: 4000; right: 1.25rem; bottom: 1.25rem; max-width: 380px; padding: 1rem 1.2rem; color: #fff; background: #1d2026; border-left: 4px solid var(--gold); box-shadow: 0 20px 50px rgba(0,0,0,.25); font-size: .84rem; opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .3s, transform .3s var(--ease); }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
  .hero { min-height: 720px; }
  .about-grid, .process-layout, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { width: min(760px, 100%); margin-inline: auto; }
  .process-intro { position: static; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-card.sector-wide { grid-column: span 1; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; padding-bottom: 2rem; }
}

@media (max-width: 720px) {
  :root { --shell: min(90vw, 1280px); }
  html { scroll-padding-top: 72px; }
  .utility-bar { display: none; }
  .site-header, .site-header.is-fixed { position: fixed; top: 0; background: rgba(12,14,18,.76); color: #fff; border-color: rgba(255,255,255,.1); backdrop-filter: blur(15px); }
  .site-header.is-fixed { background: rgba(247,246,242,.92); color: var(--ink); }
  .header-inner { height: 72px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-mark svg { width: 20px; height: 20px; }
  .brand-type strong { font-size: 1.08rem; }
  .brand-type small { font-size: .47rem; }
  .brand-logo-img { width: 165px; height: 52px; border-radius: 7px; }
  .site-header.is-fixed .brand-logo-img { height: 48px; }
  .header-call { display: none; }
  .menu-button { grid-template-columns: 27px; }
  .menu-button em { display: none; }
  .menu-drawer { padding: 1.5rem; }
  .drawer-nav a { font-size: clamp(2rem, 11vw, 3.2rem); }
  .drawer-footer { display: block; }
  .drawer-footer p { display: none; }
  .hero { height: 100svh; min-height: 660px; }
  .hero-media { background-image: linear-gradient(90deg, rgba(7,9,12,.88), rgba(7,9,12,.42)), linear-gradient(0deg, rgba(7,9,12,.72), transparent 60%), var(--hero-image); background-position: 62% center; }
  .hero-content { padding-top: 72px; }
  .eyebrow { margin-bottom: 1rem; font-size: .61rem; }
  .eyebrow::after { width: 38px; }
  .hero h1, .hero h2 { font-size: clamp(3.15rem, 15.2vw, 5.2rem); line-height: .94; }
  .hero-copy { max-width: 95%; margin-top: 1.4rem; font-size: .92rem; }
  .hero-cta { margin-top: 1.8rem; }
  .button { min-height: 49px; padding: .75rem 1rem; font-size: .72rem; }
  .hero-ui { bottom: 72px; justify-content: space-between; }
  .slide-controls button { width: 46px; height: 46px; }
  .hero-ticker { height: 46px; }
  .ticker-track span { padding: 0 1.2rem; font-size: .66rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child { min-height: 122px; padding: 1.5rem 0; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 5.3rem 0; }
  .about-copy h2, .section-heading h2, .process h2, .brands-heading h2, .contact h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .about-copy .lead { font-size: 1.03rem; }
  .about-visual { padding: 0 0 4.2rem; }
  .about-image-wrap img { height: 115vw; min-height: 0; max-height: 610px; }
  .technical-card { right: -.5rem; width: 88%; padding: 1.4rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-featured { grid-column: auto; }
  .service-card { min-height: 320px; padding: 1.6rem; }
  .service-card > span { top: 1.6rem; right: 1.6rem; }
  .service-card > a:not(.button) { opacity: 1; right: 1.5rem; bottom: 1.5rem; transform: none; }
  .sector-grid { grid-template-columns: 1fr; grid-auto-rows: 390px; }
  .sector-card, .sector-card.sector-wide { grid-column: auto; }
  .sector-crane { grid-column: auto; }
  .process-layout { gap: 3rem; }
  .process-steps li { grid-template-columns: 52px 1fr; gap: 1rem; }
  .brand-chip { width: 230px; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 145px; padding: 1.2rem; }
  .fact strong { font-size: 2.7rem; }
  .fact span { font-size: .62rem; }
  .form-row { grid-template-columns: 1fr; }
  .form-shell { margin-inline: -1.5vw; }
  .footer-main { grid-template-columns: 1fr; min-height: 0; padding: 4rem 0 2rem; }
  .footer-main > p { grid-column: auto; grid-row: auto; padding: 0; }
  .back-top { justify-self: start; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: .3rem; }
}

@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; }
}
