:root {
    --carbon: #111214;
    --graphite: #202226;
    --concrete: #f2f0eb;
    --paper: #faf9f6;
    --orange: #e64a24;
    --brick: #a85136;
    --steel: #9a9c9f;
    --line: rgba(32, 34, 38, .2);
    --display: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    --body: Arial, system-ui, sans-serif;
    --side: clamp(20px, 5vw, 96px);
    --section-space: clamp(84px, 9vw, 172px);
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 96px; }
body { max-width: 100%; margin: 0; color: var(--graphite); background: var(--concrete); font-family: var(--body); font-size: clamp(1rem, .94rem + .18vw, 1.125rem); line-height: 1.62; overflow-x: clip; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img, picture { display: block; max-width: 100%; }
img { height: auto; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, ul, ol, figure, dl { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; letter-spacing: -.035em; line-height: .98; }
h1 { font-size: clamp(3rem, 7.1vw, 8rem); }
h2 { font-size: clamp(2.75rem, 5.2vw, 6.5rem); }
h3 { font-size: clamp(2rem, 3vw, 4rem); }
main { min-height: 60vh; }
[id] { scroll-margin-top: 104px; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.container-wide { width: 100%; max-width: 1920px; margin-inline: auto; padding-inline: var(--side); }
.container { width: min(100% - 2 * var(--side), 1440px); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.section-topless { padding-top: 32px; }
.section-dark { color: var(--paper); background: var(--carbon); }
.eyebrow { margin-bottom: 22px; font-family: var(--display); font-size: .78rem; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.section-index { margin: 0; color: var(--orange); font-family: var(--display); font-size: clamp(3rem, 6vw, 7rem); font-weight: 800; line-height: .8; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 2px solid var(--graphite); border-radius: 0; color: var(--paper); background: var(--graphite); font-family: var(--display); font-weight: 800; letter-spacing: .035em; line-height: 1; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { color: var(--graphite); background: var(--paper); }
.button:active { transform: translateY(1px); }
.button-orange { border-color: var(--orange); color: var(--carbon); background: var(--orange); }
.button-orange:hover { border-color: var(--paper); color: var(--carbon); background: var(--paper); }
.button-secondary { color: var(--graphite); background: transparent; }
.button-secondary:hover { color: var(--paper); background: var(--graphite); }
.button-light { border-color: var(--paper); color: var(--carbon); background: var(--paper); }
.button-outline-light { border-color: rgba(250, 249, 246, .82); color: var(--paper); background: transparent; }
.button-outline-light:hover { color: var(--carbon); background: var(--paper); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; border-bottom: 4px solid var(--orange); font-family: var(--display); font-weight: 800; }
.text-link:hover { color: var(--orange); }
.text-link-dark { border-color: var(--carbon); }
.text-link-dark:hover { color: var(--carbon); border-color: var(--paper); }
.skip-link { position: fixed; z-index: 2000; top: 10px; left: 10px; padding: 12px 16px; color: var(--paper); background: var(--carbon); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 900; top: 0; right: 0; left: 0; height: 82px; color: var(--paper); background: transparent; transition: height .2s ease, background-color .2s ease; }
.site-header::after { position: absolute; right: var(--side); bottom: 0; left: var(--side); height: 1px; content: ""; background: rgba(250, 249, 246, .28); }
.site-header.is-compact, body:not(.home-page) .site-header { height: 70px; background: rgba(17, 18, 20, .97); }
.header-inner { display: grid; height: 100%; align-items: center; grid-template-columns: minmax(150px, 220px) 14px 1fr auto auto; gap: clamp(18px, 2vw, 38px); }
.site-logo { display: flex; width: min(100%, 190px); min-height: 44px; align-items: center; }
.site-logo img { width: 100%; }
.header-mark { align-self: stretch; width: 14px; background: var(--orange); }
.desktop-nav ul { display: flex; margin: 0; padding: 0; list-style: none; gap: clamp(16px, 1.8vw, 34px); }
.desktop-nav a, .header-phone { position: relative; display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; padding-inline: 3px; font-family: var(--display); font-size: .92rem; font-weight: 800; }
.desktop-nav a::after, .header-phone::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 3px; content: ""; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after, .header-phone:hover::after { transform: scaleX(1); }
.header-cta { min-height: 46px; padding-inline: 20px; border-color: var(--orange); color: var(--carbon); background: var(--orange); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 13px 10px; border: 0; color: var(--paper); background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 3px; margin-block: 6px; background: currentColor; }
.mobile-menu { position: fixed; z-index: 1000; inset: 0; padding: 22px; color: var(--paper); background: var(--carbon); }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 6px solid var(--orange); font-family: var(--display); font-weight: 800; }
.icon-button { display: inline-grid; width: 48px; height: 48px; place-items: center; border: 1px solid currentColor; border-radius: 0; color: inherit; background: transparent; font-size: 2rem; line-height: 1; }
.mobile-menu ul { margin: 32px 0; padding: 0; list-style: none; }
.mobile-menu nav a { display: flex; min-height: 60px; align-items: center; border-bottom: 1px solid rgba(250, 249, 246, .22); font-family: var(--display); font-size: clamp(1.8rem, 8vw, 3rem); font-weight: 800; }
.mobile-menu-phone, .mobile-menu-email { display: flex; min-height: 48px; align-items: center; font-family: var(--display); font-weight: 800; }

.hero { position: relative; min-height: 100svh; color: var(--paper); background: var(--carbon); isolation: isolate; }
.hero-media, .hero-media picture, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 54% 48%; }
.hero-image-shade { position: absolute; z-index: 1; inset: 0; background: rgba(17, 18, 20, .44); }
.hero-image-shade::after { position: absolute; inset: 0 42% 0 0; content: ""; background: rgba(17, 18, 20, .68); }
.hero-orange-plane { position: absolute; z-index: 2; top: 12%; right: 7%; width: clamp(110px, 9vw, 180px); height: 65%; background: var(--orange); clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%); opacity: .92; transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0); }
.hero-content { position: relative; z-index: 4; display: flex; min-height: 100svh; align-items: center; padding-top: 92px; padding-bottom: 152px; }
.hero-copy { width: min(62vw, 900px); }
.hero .eyebrow { color: var(--paper); }
.hero h1 { max-width: 880px; margin-bottom: 30px; font-size: clamp(4.7rem, 7.7vw, 9rem); line-height: .82; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 span:nth-child(2) { color: var(--orange); }
.hero-lead { max-width: 660px; margin-bottom: 34px; font-size: clamp(1.05rem, 1.15vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-facts { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; color: var(--paper); background: rgba(17, 18, 20, .94); }
.hero-facts .container-wide { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.hero-facts span, .hero-facts a { display: flex; min-height: 96px; align-items: center; padding: 18px 24px; border-left: 1px solid rgba(250, 249, 246, .25); font-family: var(--display); font-size: clamp(1rem, 1.25vw, 1.35rem); font-weight: 800; }
.hero-facts a { color: var(--orange); border-right: 1px solid rgba(250, 249, 246, .25); }

.statement { position: relative; z-index: 2; min-height: 720px; overflow: clip; background: var(--paper); }
.statement::before { position: absolute; inset: 0; content: ""; background: url("/assets/svg/O3-allvanykontur.svg") right center / auto 100% no-repeat; opacity: .16; }
.statement-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 9fr 2fr; gap: 32px; }
.statement-grid > div { grid-column: 2; }
.display-statement { max-width: min(52vw, 900px); margin-bottom: 42px; font-size: clamp(3.8rem, 6.3vw, 8rem); }
.statement-copy { max-width: 680px; margin-bottom: 0; font-size: 1.15em; }
.statement-machine { position: absolute; z-index: 1; right: -1%; bottom: -5%; width: min(34vw, 680px); opacity: .96; transform: translate3d(var(--machine-x, 0), var(--machine-y, 0), 0); }
.statement-machine img { width: 100%; }

.about-scene { position: relative; z-index: 3; color: var(--carbon); background: var(--orange); }
.about-scene::after { position: absolute; right: 0; bottom: -56px; width: 36vw; height: 112px; content: ""; background: var(--graphite); }
.about-scaffold { position: absolute; top: -9%; right: 0; width: min(64vw, 1150px); opacity: .5; }
.about-layout { position: relative; display: grid; min-height: 880px; align-items: center; grid-template-columns: minmax(320px, 5fr) minmax(420px, 6fr); gap: clamp(48px, 7vw, 130px); }
.about-media { position: relative; align-self: stretch; margin-block: -68px; border: 12px solid var(--carbon); overflow: hidden; }
.about-media picture, .about-media img { width: 100%; height: 100%; }
.about-media img { object-fit: cover; object-position: 54% 46%; }
.about-copy { position: relative; z-index: 2; max-width: 760px; padding-block: 100px; }
.about-copy h2 { margin-bottom: 34px; }
.about-copy > p:not(.eyebrow) { max-width: 680px; }
.principles { margin: 42px 0 32px; padding: 0; border-top: 2px solid var(--carbon); list-style: none; }
.principles li { padding: 18px 0; border-bottom: 2px solid var(--carbon); font-family: var(--display); font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 800; }

.services-section { position: relative; z-index: 2; padding-block: var(--section-space); color: var(--paper); background: var(--graphite); }
.services-intro { display: grid; margin-bottom: clamp(64px, 8vw, 130px); grid-template-columns: 1fr 10fr 1fr; gap: 32px; }
.services-intro > div { grid-column: 2; }
.services-intro h2 { max-width: 1100px; margin-bottom: 26px; }
.services-intro > div > p:last-child { max-width: 760px; }
.services-stage { display: grid; align-items: start; grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr); gap: clamp(40px, 5vw, 92px); }
.services-visual { position: sticky; top: 102px; height: calc(100vh - 134px); min-height: 580px; max-height: 900px; overflow: hidden; background: var(--carbon); }
.service-visual { position: absolute; inset: 0; opacity: 0; clip-path: inset(12% 0 0 0); transition: opacity .55s ease, clip-path .75s ease; }
.service-visual.is-active { opacity: 1; clip-path: inset(0); }
.service-visual picture, .service-visual img { width: 100%; height: 100%; }
.service-visual img { object-fit: cover; object-position: center; }
.service-visual[data-service-image="a4-falazas"] img { object-position: 54% 45%; }
.service-plane { position: absolute; z-index: 2; right: 0; bottom: 0; width: 32%; height: 28%; background: var(--orange); clip-path: polygon(35% 0,100% 0,100% 100%,0 100%); }
.service-scenes { min-width: 0; }
.service-scene { position: relative; display: flex; min-height: 72vh; flex-direction: column; justify-content: center; padding: 58px 0 58px 30px; border-left: 8px solid rgba(154, 156, 159, .28); transition: border-color .2s ease; }
.service-scene.is-active { border-color: var(--orange); }
.service-scene-number { margin-bottom: 14px; color: var(--orange); font-family: var(--display); font-size: 1.25rem; font-weight: 800; }
.service-scene h3 { margin-bottom: 28px; }
.service-entry { display: grid; min-height: 120px; align-content: center; padding: 20px 0; border-top: 1px solid rgba(250, 249, 246, .28); }
.service-entry:last-of-type { border-bottom: 1px solid rgba(250, 249, 246, .28); }
.service-scene strong { font-family: var(--display); font-size: clamp(1.2rem, 1.5vw, 1.65rem); }
.service-scene span { margin-top: 6px; color: rgba(250, 249, 246, .74); font-size: .94rem; line-height: 1.5; }
.service-mobile-image { display: none; }
.services-section .section-action { display: flex; justify-content: flex-end; padding-top: 64px; }

.process-section { position: relative; min-height: 890px; overflow: clip; padding-block: var(--section-space); background: var(--concrete); }
.process-section::after { position: absolute; right: 0; bottom: 0; width: 40%; height: 22%; content: ""; background: var(--orange); mask: url("/assets/svg/O5-teglaritmus-mask.svg") repeat; mask-size: 440px 220px; }
.process-scaffold { position: absolute; top: 0; right: 0; width: min(72vw, 1300px); opacity: .33; }
.process-section .container-wide { position: relative; z-index: 2; }
.process-heading { display: grid; max-width: 1060px; margin-bottom: 40px; grid-template-columns: 1fr 4fr; }
.process-heading h2 { grid-column: 2; }
.process-blueprint { position: relative; min-height: 520px; padding-top: 70px; }
.process-line { position: absolute; top: 0; left: 0; width: 100%; height: 360px; object-fit: fill; }
.process-blueprint ol { position: relative; display: grid; margin: 0; padding: 230px 0 0; grid-template-columns: repeat(4, 1fr); list-style: none; }
.process-blueprint li { min-height: 210px; padding: 0 clamp(18px, 2vw, 36px); border-left: 2px solid var(--graphite); }
.process-blueprint li:nth-child(even) { transform: translateY(-118px); }
.process-blueprint li:last-child { border-right: 2px solid var(--graphite); }
.process-blueprint span { display: block; margin-bottom: 22px; color: var(--orange); font-family: var(--display); font-size: 2.4rem; font-weight: 800; }
.process-blueprint p { max-width: 270px; margin: 0; font-family: var(--display); font-size: clamp(1.15rem, 1.5vw, 1.55rem); font-weight: 800; line-height: 1.25; }

.international-section { position: relative; min-height: min(980px, 96svh); overflow: clip; color: var(--paper); background: var(--carbon); isolation: isolate; }
.international-media, .international-media picture, .international-media img { position: absolute; inset: -5% 0; width: 100%; height: 110%; }
.international-media { z-index: -3; }
.international-media img { object-fit: cover; object-position: 58% 50%; }
.international-shade { position: absolute; z-index: -2; inset: 0; background: rgba(17, 18, 20, .52); }
.international-shade::after { position: absolute; inset: 0 45% 0 0; content: ""; background: rgba(17, 18, 20, .84); }
.international-crane { position: absolute; z-index: -1; top: 18%; right: 0; width: min(45vw, 864px); opacity: .8; transform: translate3d(var(--crane-x, 0), var(--crane-y, 0), 0); }
.international-crane img { width: 100%; max-width: none; }
.international-copy { display: flex; min-height: min(980px, 96svh); flex-direction: column; justify-content: center; padding-block: 140px; }
.international-copy h2 { max-width: min(58vw, 1000px); margin-bottom: 32px; }
.international-copy > p:not(.eyebrow) { max-width: min(48vw, 660px); }
.locations { display: flex; margin-block: 40px; gap: 12px; }
.locations span { padding: 10px 14px; border: 1px solid rgba(250, 249, 246, .5); font-family: var(--display); font-weight: 800; }
.international-copy .button { align-self: flex-start; }

.references-section { position: relative; background: var(--paper); }
.references-heading { display: grid; margin-bottom: 90px; grid-template-columns: 1fr 10fr 1fr; gap: 32px; }
.references-heading > div { grid-column: 2; }
.references-heading h2 { max-width: 1120px; margin-bottom: 24px; }
.reference-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: clamp(360px, 31vw, 560px) clamp(310px, 25vw, 450px) clamp(320px, 27vw, 480px); gap: clamp(20px, 1.7vw, 32px); }
.reference-item { position: relative; min-width: 0; padding: 0; border: 0; overflow: hidden; color: var(--paper); background: var(--carbon); cursor: pointer; }
.reference-item:nth-child(1) { grid-column: 1 / span 8; grid-row: 1; }
.reference-item:nth-child(2) { grid-column: 9 / span 4; grid-row: 1; }
.reference-item:nth-child(3) { grid-column: 1 / span 4; grid-row: 2; }
.reference-item:nth-child(4) { grid-column: 5 / span 4; grid-row: 2; }
.reference-item:nth-child(5) { grid-column: 9 / span 4; grid-row: 2; }
.reference-item:nth-child(6) { grid-column: 1 / span 3; grid-row: 3; }
.reference-item:nth-child(7) { grid-column: 4 / span 4; grid-row: 3; }
.reference-item:nth-child(8) { grid-column: 8 / span 5; grid-row: 3; }
.reference-item picture, .reference-item img { width: 100%; height: 100%; }
.reference-item img { object-fit: cover; transition: transform .35s ease; }
.reference-item::after { position: absolute; inset: 0; border: 0 solid var(--orange); content: ""; transition: border-width .2s ease; }
.reference-item-label { position: absolute; z-index: 2; right: 0; bottom: 0; padding: 10px 14px; color: var(--carbon); background: var(--orange); font-family: var(--display); font-weight: 800; opacity: 0; transform: translateY(100%); transition: opacity .2s ease, transform .2s ease; }
.reference-item:hover img { transform: scale(1.02); }
.reference-item:hover::after, .reference-item:focus-visible::after { border-width: 6px; }
.reference-item:hover .reference-item-label, .reference-item:focus-visible .reference-item-label { opacity: 1; transform: none; }
.references-section .section-action { display: flex; justify-content: flex-end; padding-top: 76px; }

.career-section { position: relative; z-index: 2; overflow: visible; color: var(--paper); background: var(--graphite); }
.career-orange-plane { position: absolute; top: 0; right: 0; width: 46%; height: 100%; background: var(--orange); clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%); }
.career-layout { position: relative; display: grid; min-height: 820px; align-items: center; grid-template-columns: 5fr 6fr; gap: clamp(50px, 7vw, 140px); }
.career-copy { max-width: 670px; padding-block: 130px; }
.career-copy h2 { margin-bottom: 30px; }
.career-copy p:not(.eyebrow) { margin-bottom: 36px; }
.career-media { align-self: stretch; margin-block: -56px; border: 12px solid var(--carbon); overflow: hidden; }
.career-media picture, .career-media img { width: 100%; height: 100%; }
.career-media img { object-fit: cover; object-position: 50% 48%; }

.faq-section { padding-block: var(--section-space); background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr); gap: clamp(54px, 8vw, 150px); }
.faq-heading { padding-left: 28px; border-left: 12px solid var(--orange); }
.faq-heading h2 { font-size: clamp(3rem, 4.4vw, 5.7rem); }
.faq-list { border-top: 2px solid var(--graphite); }
.faq-item { border-bottom: 2px solid var(--graphite); }
.faq-item button { display: grid; width: 100%; min-height: 88px; align-items: center; padding: 20px 0; border: 0; color: var(--graphite); background: transparent; grid-template-columns: 1fr 56px; text-align: left; cursor: pointer; }
.faq-item button > span:first-child { font-family: var(--display); font-size: clamp(1.25rem, 1.8vw, 1.7rem); font-weight: 800; }
.faq-symbol { display: grid; width: 48px; height: 48px; place-items: center; color: var(--carbon); background: var(--orange); font-size: 2rem; }
.faq-answer { max-width: 780px; padding: 0 70px 28px 0; }

.contact-finale { display: grid; min-height: 1080px; color: var(--graphite); background: var(--paper); grid-template-columns: minmax(0, 7fr) minmax(520px, 5fr); }
.contact-image { position: relative; min-height: 720px; overflow: hidden; }
.contact-image picture, .contact-image img { width: 100%; height: 100%; }
.contact-image img { object-fit: cover; object-position: 54% 50%; }
.contact-image span { position: absolute; right: 0; bottom: 0; width: 48%; height: 18%; background: var(--orange); clip-path: polygon(28% 0,100% 0,100% 100%,0 100%); }
.contact-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(72px, 6vw, 112px) clamp(40px, 3vw, 56px); }
.contact-copy h2 { margin-bottom: 26px; font-size: clamp(3.2rem, 4.3vw, 5.8rem); }
.contact-copy > p:not(.eyebrow) { max-width: 560px; }
.contact-phone, .contact-email { display: block; width: fit-content; min-height: 44px; font-family: var(--display); font-weight: 800; }
.contact-phone { margin: 28px 0 4px; color: var(--orange); font-size: clamp(2rem, 3.4vw, 4.2rem); line-height: 1.05; }
.contact-email { margin-bottom: 42px; border-bottom: 3px solid var(--orange); font-size: 1.15rem; }
.contact-form-wrap { width: 100%; }

.site-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 20px; }
.form-field { min-width: 0; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 7px; font-family: var(--display); font-size: .92rem; font-weight: 800; }
.required-note { margin: 0; color: #4f504d; font-size: .84rem; }
.required-mark { margin-left: .12em; color: var(--orange); font-weight: 900; }
.form-field input, .form-field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #777975; border-radius: 0; color: var(--graphite); background: #fff; }
.form-field textarea { min-height: 160px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--orange); outline: 3px solid var(--orange); outline-offset: 1px; box-shadow: none; }
.checkbox-field { display: grid; align-items: start; grid-template-columns: 28px 1fr; gap: 10px; }
.checkbox-field input { width: 24px; min-height: 24px; margin-top: 5px; }
.checkbox-field label { min-height: 44px; font-family: var(--body); font-weight: 400; }
.checkbox-field a { display: inline-flex; min-height: 44px; align-items: center; vertical-align: middle; }
.checkbox-field a, .legal-content a, .error-summary a { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.field-hint, .field-error { margin: 6px 0 0; font-size: .85rem; }
.field-error { color: #a42208; font-weight: 700; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.error-summary { grid-column: 1 / -1; padding: 18px; border: 3px solid #a42208; background: #fff0ec; }
.error-summary h2 { font-size: 1.5rem; }
.error-summary ul { margin-bottom: 0; }

.site-footer { position: relative; overflow: hidden; padding-top: 110px; color: var(--paper); background: var(--carbon); }
.footer-scaffold { position: absolute; right: 0; bottom: -8%; width: min(78vw, 1450px); opacity: .42; }
.footer-grid { position: relative; display: grid; padding-bottom: 90px; grid-template-columns: 5fr 7fr; gap: clamp(50px, 8vw, 160px); }
.footer-brand img { width: min(100%, 470px); }
.footer-brand p { margin: 38px 0 0; font-family: var(--display); font-size: clamp(3rem, 5.2vw, 6.8rem); font-weight: 800; letter-spacing: -.045em; line-height: .82; text-transform: uppercase; }
.footer-brand p::first-line { color: var(--orange); }
.footer-navigation { display: grid; align-content: end; grid-template-columns: 1fr 1.6fr; gap: 52px 34px; }
.footer-navigation h2 { margin-bottom: 18px; color: var(--orange); font-size: 1rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-navigation ul { margin: 0; padding: 0; list-style: none; }
.footer-navigation a { display: flex; min-height: 44px; align-items: center; font-family: var(--display); font-weight: 800; }
.footer-navigation a:hover { color: var(--orange); }
.footer-contact { grid-column: 1 / -1; padding-top: 30px; border-top: 2px solid rgba(250, 249, 246, .32); }
.footer-phone { color: var(--orange); font-size: clamp(1.8rem, 3vw, 3.8rem); }
.footer-bottom { position: relative; display: flex; min-height: 82px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(250, 249, 246, .28); font-size: .86rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 24px; }
.footer-bottom a { display: inline-flex; min-height: 44px; align-items: center; }

.breadcrumbs { padding-top: 106px; }
.breadcrumbs ol { display: flex; margin: 0; padding: 18px 0 0; list-style: none; gap: 9px; font-size: .88rem; }
.breadcrumbs li + li::before { margin-right: 9px; content: "/"; color: var(--orange); }
.breadcrumbs a { border-bottom: 2px solid var(--orange); }
.page-hero { padding-top: clamp(78px, 8vw, 130px); padding-bottom: clamp(72px, 8vw, 130px); }
.page-hero-copy { max-width: 920px; }
.page-hero-copy h1 { margin-bottom: 24px; }
.page-hero-copy > p:last-child { max-width: 720px; }
.page-hero-split { display: grid; min-height: 680px; align-items: center; padding-top: 130px; padding-bottom: 90px; color: var(--paper); background: var(--graphite); grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(48px, 7vw, 120px); }
.page-hero-media { height: 520px; overflow: hidden; }
.page-hero-media.portrait { height: 650px; }
.page-hero-media picture, .page-hero-media img { width: 100%; height: 100%; }
.page-hero-media img { object-fit: cover; }
.service-details { background: var(--paper); }
.service-detail { display: grid; padding: 52px 0; border-top: 2px solid var(--graphite); grid-template-columns: 1fr 3fr; gap: 34px; }
.service-detail:last-child { border-bottom: 2px solid var(--graphite); }
.service-detail h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.4vw, 4rem); }
.service-detail .text-link { margin-top: 16px; }
.closing-cta { padding-block: 110px; }
.closing-cta h2 { max-width: 900px; margin-bottom: 32px; }
.about-story, .career-intro, .form-section { background: var(--paper); }
.text-layout { max-width: 920px; }
.text-layout h1 { margin-bottom: 28px; }
.text-layout h2 { margin-top: 54px; font-size: clamp(2rem, 3.5vw, 4rem); }
.work-method { padding-block: 110px; }
.work-method ol { display: grid; margin: 44px 0 0; padding: 0; grid-template-columns: repeat(4, 1fr); list-style: none; }
.work-method li { min-height: 150px; padding: 22px; border-left: 2px solid var(--orange); font-family: var(--display); font-size: 1.35rem; font-weight: 800; }
.form-heading { margin-bottom: 42px; }
.form-section .site-form { max-width: 980px; }
.contact-section { background: var(--paper); }
.contact-layout { display: grid; align-items: start; grid-template-columns: minmax(280px, 4fr) minmax(0, 7fr); gap: clamp(50px, 8vw, 140px); }
.contact-layout .contact-copy { position: sticky; top: 110px; }
.contact-layout .contact-form-wrap { padding-left: clamp(24px, 4vw, 64px); border-left: 8px solid var(--orange); }
.legal-content { background: var(--paper); }
.legal-list { display: grid; grid-template-columns: minmax(180px, 1fr) 2fr; }
.legal-list dt, .legal-list dd { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); }
.legal-list dt { font-weight: 800; }
.thank-you { padding-top: 180px; background: var(--paper); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.lightbox { position: fixed; z-index: 1500; inset: 0; padding: 20px; color: var(--paper); background: rgba(17, 18, 20, .98); }
.lightbox-bar { display: grid; height: 64px; align-items: center; grid-template-columns: 1fr auto 56px; gap: 22px; }
.lightbox-bar p { margin: 0; }
.lightbox-stage { display: grid; height: calc(100% - 112px); align-items: center; grid-template-columns: 56px 1fr 56px; gap: 18px; }
.lightbox-stage figure { display: grid; height: 100%; margin: 0; place-items: center; }
.lightbox-stage picture, .lightbox-stage img { max-width: 100%; max-height: 100%; }
.lightbox-stage img { width: auto; height: auto; object-fit: contain; }
.lightbox-all { display: flex; width: fit-content; min-height: 44px; align-items: center; margin-inline: auto; border-bottom: 3px solid var(--orange); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.image-reveal { clip-path: inset(0); }
.js .image-reveal { clip-path: inset(12% 0 0 0); transition: clip-path .85s ease; }
.js .image-reveal.is-visible { clip-path: inset(0); }
.hero-line { opacity: 1; transform: none; }
.js .hero-line { opacity: 0; transform: translateY(28px); transition: opacity .55s ease, transform .55s ease; }
.js body.is-ready .hero-line { opacity: 1; transform: none; }
.js body.is-ready .hero-line:nth-child(2) { transition-delay: .07s; }
.js body.is-ready .hero-line:nth-child(3) { transition-delay: .14s; }
.js body.is-ready .hero-line:nth-child(4) { transition-delay: .21s; }

@media (max-width: 1279px) {
    .header-phone { display: none; }
    .header-inner { grid-template-columns: minmax(150px, 210px) 12px 1fr auto; }
    .statement-machine { bottom: -5%; width: 34vw; opacity: .9; }
    .about-layout { grid-template-columns: 5fr 6fr; gap: 52px; }
    .services-stage { grid-template-columns: 6fr 5fr; gap: 40px; }
    .contact-finale { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1023px) {
    :root { --side: clamp(20px, 4.2vw, 48px); }
    .desktop-nav, .header-phone, .header-cta, .header-mark { display: none; }
    .header-inner { display: flex; justify-content: space-between; }
    .menu-toggle { display: block; }
    .hero-image-shade::after { right: 18%; }
    .hero-orange-plane { right: 4%; width: 13vw; }
    .hero-copy { width: 74vw; }
    .statement { min-height: 620px; }
    .statement-grid { grid-template-columns: 1fr 8fr; }
    .statement-grid > div { grid-column: 2; }
    .statement-machine { display: none; }
    .about-layout { min-height: 0; padding-block: 90px; grid-template-columns: 5fr 6fr; gap: 38px; }
    .about-media { margin-block: -36px; border-width: 8px; }
    .services-stage { display: block; }
    .services-visual { position: relative; top: auto; display: none; }
    .service-scene { min-height: 0; margin-bottom: 64px; padding: 34px 0 0 24px; }
    .service-mobile-image { display: block; height: min(66vw, 540px); margin: 30px 0 0 -24px; overflow: hidden; }
    .service-mobile-image picture, .service-mobile-image img { width: 100%; height: 100%; }
    .service-mobile-image img { object-fit: cover; }
    .process-section { min-height: 0; }
    .process-blueprint { padding-top: 0; }
    .process-line { display: none; }
    .process-blueprint ol { padding-top: 30px; grid-template-columns: 1fr 1fr; }
    .process-blueprint li, .process-blueprint li:nth-child(even) { min-height: 190px; padding: 26px; border: 2px solid var(--graphite); transform: none; }
    .process-blueprint li:nth-child(even) { border-left: 0; }
    .process-blueprint li:nth-child(n+3) { border-top: 0; }
    .international-crane { right: 0; left: auto; width: 55vw; }
    .reference-grid { grid-template-rows: 390px 340px 360px; }
    .career-layout { min-height: 720px; grid-template-columns: 5fr 6fr; gap: 40px; }
    .faq-layout { grid-template-columns: 1fr; }
    .contact-finale { min-height: 0; grid-template-columns: 1fr; }
    .contact-image { min-height: 66vw; }
    .contact-panel { padding: 76px var(--side); }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-layout .contact-copy { position: static; }
    .contact-layout .contact-form-wrap { padding: 0; border-left: 0; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand p { max-width: 800px; }
    .page-hero-split { grid-template-columns: 1fr 1fr; gap: 34px; }
}

@media (max-width: 767px) {
    :root { --side: 20px; --section-space: 88px; }
    html { scroll-padding-top: 72px; }
    .site-header { height: 68px; }
    .site-header::after { left: 20px; right: 20px; }
    .site-logo { width: 154px; }
    .hero { min-height: 100svh; }
    .hero-media img { object-position: 54% 48%; }
    .hero-image-shade { background: rgba(17, 18, 20, .48); }
    .hero-image-shade::after { right: 0; background: rgba(17, 18, 20, .28); }
    .hero-orange-plane { top: 8%; right: -8%; width: 30vw; height: 54%; opacity: .88; }
    .hero-content { min-height: 100svh; align-items: flex-end; padding-top: 96px; padding-bottom: 190px; }
    .hero-copy { width: 100%; }
    .hero .eyebrow { max-width: 260px; margin-bottom: 14px; font-size: .68rem; }
    .hero h1 { margin-bottom: 20px; font-size: clamp(2.85rem, 15.5vw, 4.5rem); line-height: .83; }
    .hero h1 span:nth-child(2) { color: var(--paper); }
    .hero-lead { max-width: 520px; margin-bottom: 22px; font-size: .95rem; line-height: 1.45; }
    .hero-actions { gap: 8px; }
    .hero-actions .button { min-height: 46px; padding: 11px 14px; font-size: .88rem; }
    .hero-facts .container-wide { grid-template-columns: 1fr; padding-inline: 0; }
    .hero-facts span, .hero-facts a { min-height: 48px; padding: 10px 20px; border-top: 1px solid rgba(250, 249, 246, .2); border-left: 0; border-right: 0; font-size: .9rem; }
    .statement { min-height: 0; padding-bottom: 172px; }
    .statement::before { background-size: auto 86%; }
    .statement-grid { display: block; }
    .statement-grid .section-index { margin-bottom: 36px; }
    .display-statement { font-size: clamp(3rem, 13vw, 4.4rem); }
    .statement-machine { display: none; }
    .about-scene::after { bottom: -30px; height: 60px; width: 48vw; }
    .about-scaffold { width: 135vw; }
    .about-layout { display: flex; padding-block: 72px 90px; flex-direction: column; gap: 50px; }
    .about-media { width: calc(100% + 20px); height: 118vw; max-height: 620px; align-self: flex-start; margin: -106px 0 0 -20px; border-width: 8px; }
    .about-copy { padding: 0; }
    .about-copy h2 { font-size: clamp(3rem, 13vw, 4.8rem); }
    .principles { margin-top: 32px; }
    .services-intro, .references-heading { display: block; margin-bottom: 58px; }
    .services-intro .section-index, .references-heading .section-index { margin-bottom: 34px; }
    .service-scene { margin-bottom: 50px; }
    .service-entry { min-height: 106px; }
    .service-mobile-image { height: 82vw; }
    .services-section .section-action, .references-section .section-action { justify-content: flex-start; padding-top: 20px; }
    .process-section::after { width: 65%; height: 14%; }
    .process-heading { display: block; }
    .process-blueprint ol { grid-template-columns: 1fr; }
    .process-blueprint li, .process-blueprint li:nth-child(even), .process-blueprint li:nth-child(n+3) { min-height: 0; padding: 26px 18px; border: 0; border-left: 7px solid var(--orange); border-bottom: 2px solid var(--graphite); }
    .process-blueprint li:last-child { border-right: 0; }
    .process-blueprint span { margin-bottom: 10px; }
    .international-section, .international-copy { min-height: 820px; }
    .international-media, .international-media picture, .international-media img { inset: 0; height: 100%; }
    .international-media img { object-position: 68% 50%; }
    .international-shade { background: rgba(17, 18, 20, .6); }
    .international-shade::after { right: 0; background: rgba(17, 18, 20, .32); }
    .international-crane { display: none; }
    .international-copy h2, .international-copy > p:not(.eyebrow) { max-width: 100%; }
    .international-copy { padding-block: 110px; }
    .international-copy h2 { font-size: clamp(3rem, 12.7vw, 4.8rem); }
    .locations { flex-direction: column; align-items: flex-start; }
    .reference-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: auto; gap: 18px; }
    .reference-item:nth-child(n) { grid-column: 1; grid-row: auto; height: auto; min-height: 0; aspect-ratio: 4 / 5; transform: none; }
    .reference-item:nth-child(1), .reference-item:nth-child(5) { aspect-ratio: 4 / 3; }
    .reference-item:nth-child(3) { aspect-ratio: 1; }
    .reference-item-label { opacity: 1; transform: none; }
    .career-orange-plane { width: 54%; height: 36%; }
    .career-layout { display: flex; min-height: 0; padding-block: 86px; flex-direction: column-reverse; gap: 46px; }
    .career-media { width: calc(100% + 20px); height: 120vw; max-height: 660px; align-self: flex-end; margin: -126px -20px 0 0; border-width: 8px; }
    .career-copy { padding: 0; }
    .career-copy h2 { font-size: clamp(3rem, 13vw, 4.8rem); }
    .faq-heading { padding-left: 18px; border-left-width: 8px; }
    .faq-item button { min-height: 78px; grid-template-columns: 1fr 48px; gap: 12px; }
    .faq-answer { padding-right: 0; }
    .contact-image { min-height: 86vw; }
    .contact-panel { padding: 70px 24px; }
    .contact-phone { font-size: clamp(1.75rem, 9vw, 3rem); }
    .site-form { grid-template-columns: 1fr; }
    .form-field-full { grid-column: 1; }
    .site-footer { padding-top: 84px; }
    .footer-grid { padding-bottom: 64px; }
    .footer-brand img { width: min(100%, 360px); }
    .footer-brand p { font-size: clamp(3.25rem, 15vw, 5rem); }
    .footer-navigation { grid-template-columns: 1fr 1fr; }
    .footer-navigation nav:nth-child(2) { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 18px; gap: 8px; }
    .footer-bottom div { flex-wrap: wrap; gap: 8px 18px; }
    .breadcrumbs { padding-top: 78px; }
    .page-hero { padding-top: 64px; }
    .page-hero-split { display: flex; padding-top: 112px; flex-direction: column; }
    .page-hero-media, .page-hero-media.portrait { width: calc(100% + 2 * var(--side)); height: 92vw; margin-inline: calc(-1 * var(--side)); }
    .service-detail { grid-template-columns: 1fr; gap: 12px; }
    .work-method ol { grid-template-columns: 1fr; }
    .legal-list { grid-template-columns: 1fr; }
    .legal-list dt { padding-bottom: 3px; border-bottom: 0; }
    .legal-list dd { padding-top: 3px; }
    .lightbox { padding: 10px; }
    .lightbox-bar { grid-template-columns: 1fr auto 48px; gap: 8px; }
    .lightbox-bar p:first-child { overflow: hidden; font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }
    .lightbox-stage { position: relative; display: block; height: calc(100% - 112px); }
    .lightbox-stage figure { height: calc(100% - 64px); }
    .lightbox-prev, .lightbox-next { position: absolute; z-index: 2; bottom: 4px; }
    .lightbox-prev { left: calc(50% - 58px); }
    .lightbox-next { right: calc(50% - 58px); }
}

@media (max-width: 389px) {
    :root { --side: 16px; }
    .hero h1 { font-size: clamp(2.55rem, 15vw, 3.4rem); }
    .hero-lead { font-size: .88rem; }
    .hero-actions .button { padding-inline: 11px; font-size: .8rem; }
    .about-media { width: calc(100% + 16px); margin-left: -16px; }
    .career-media { width: calc(100% + 16px); margin-right: -16px; }
    .contact-panel { padding-inline: 24px; }
    .footer-navigation { grid-template-columns: 1fr; }
    .footer-navigation nav:nth-child(2) { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .reveal, .js .reveal, .hero-line, .js .hero-line { opacity: 1; transform: none; }
    .image-reveal, .js .image-reveal { clip-path: none; }
    .hero-orange-plane, .international-media, .international-crane, .career-copy, .career-media, .statement-machine { transform: none !important; }
    .services-visual { position: relative; top: auto; height: 62vw; min-height: 480px; }
    .service-visual { display: none; clip-path: none; }
    .service-visual:first-child { display: block; opacity: 1; }
}

@media print {
    .site-header, .hero-orange-plane, .hero-facts, .statement-machine, .international-crane, .site-footer, .lightbox { display: none !important; }
    body { color: #000; background: #fff; }
    .hero, .international-section, .career-section { min-height: 0; color: #000; background: #fff; }
}
