:root {
  --ink: #10282b;
  --ink-soft: #18383b;
  --accent: #b8ded5;
  --accent-strong: #82b6aa;
  --paper: #f5f4ef;
  --sand: #e7e5dc;
  --white: #fff;
  --muted: #59686a;
  --line: rgba(16, 40, 43, .16);
  --max: 1240px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --shadow: 0 24px 70px rgba(5, 20, 22, .12);
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
[hidden] { display: none !important; }
address { font-style: normal; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: var(--accent); color: var(--ink); }
:focus-visible { outline: 3px solid #64b9a8; outline-offset: 4px; }
.wrap { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.section-pad { padding-block: clamp(88px, 9.5vw, 142px); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; transform: translateY(-170%); background: var(--white); color: var(--ink); font-weight: 800; transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 30; top: 0; left: 50%; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 22px clamp(24px, 3.2vw, 52px); border: 1px solid transparent; border-radius: 0; background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(229, 239, 236, 0) 48%, rgba(255, 255, 255, 0)); color: var(--white); box-shadow: none; isolation: isolate; transform: translate3d(-50%, 0, 0); -webkit-backdrop-filter: blur(0) saturate(100%); backdrop-filter: blur(0) saturate(100%); will-change: top, width, padding, border-radius, background, transform; transition: top .52s var(--ease), width .52s var(--ease), padding .48s var(--ease), border-color .42s ease, border-radius .52s var(--ease), background .42s ease, color .32s ease, box-shadow .48s var(--ease), -webkit-backdrop-filter .48s ease, backdrop-filter .48s ease; }
.site-header.is-scrolled { top: 10px; width: min(calc(100% - 20px), 1240px); padding: 10px 18px; border-color: rgba(255, 255, 255, .56); border-radius: 22px; background: linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(229, 239, 236, .5) 48%, rgba(255, 255, 255, .64)); color: var(--ink); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), inset 0 -1px 0 rgba(16, 40, 43, .09), 0 13px 38px rgba(5, 20, 22, .16); -webkit-backdrop-filter: blur(26px) saturate(175%); backdrop-filter: blur(26px) saturate(175%); }
.site-header::before { position: absolute; z-index: -1; inset: 0; overflow: hidden; border-radius: inherit; background: radial-gradient(circle at 16% -30%, rgba(255, 255, 255, .92), transparent 38%), radial-gradient(circle at 78% 140%, rgba(130, 182, 170, .22), transparent 42%), linear-gradient(105deg, transparent 28%, rgba(255, 255, 255, .3) 45%, transparent 63%); content: ''; opacity: 0; pointer-events: none; transition: opacity .4s ease; }
.site-header.is-scrolled::before { opacity: 1; }
.site-header::after { position: absolute; right: 24px; bottom: 4px; left: 24px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .75), transparent); content: ''; opacity: 0; pointer-events: none; transition: opacity .4s ease .08s; }
.site-header.is-scrolled::after { opacity: .7; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 1.12rem; font-weight: 800; letter-spacing: .105em; }
.brand-mark { position: relative; display: block; width: 28px; height: 28px; }
.brand-mark i { position: absolute; display: block; width: 19px; height: 19px; border: 2px solid currentColor; }
.brand-mark i:first-child { top: 0; left: 0; }
.brand-mark i:last-child { right: 0; bottom: 0; }
.brand-mark i { transition: transform .32s var(--ease); }
.main-navigation { display: flex; align-items: center; gap: clamp(13px, 1.45vw, 24px); font-size: .69rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.main-navigation > a:not(.header-call) { position: relative; min-height: 44px; display: inline-flex; align-items: center; }
.main-navigation > a:not(.header-call)::after { position: absolute; right: 0; bottom: 8px; left: 0; height: 1px; transform: scaleX(0); transform-origin: right; background: currentColor; content: ''; transition: transform .3s var(--ease); }
.main-navigation > a:hover::after, .main-navigation > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-call { display: grid; gap: 1px; min-width: 142px; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .55); text-transform: none; transition: background .22s, color .22s; }
.header-call span { font-size: .55rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; opacity: .72; }
.header-call strong { font-size: .75rem; letter-spacing: .025em; }
.header-call:hover { background: var(--white); color: var(--ink); }
.is-scrolled .header-call { border-color: var(--line); }
.is-scrolled .header-call:hover { background: var(--ink); color: var(--white); }
.language-switcher { display: flex; gap: 4px; }
.language-switcher a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 255, 255, .5); font-size: .6rem; opacity: .7; transition: background .2s, color .2s, opacity .2s; }
.language-switcher a:hover, .language-switcher a.is-active { background: var(--white); color: var(--ink); opacity: 1; }
.is-scrolled .language-switcher a { border-color: var(--line); }
.is-scrolled .language-switcher a:hover, .is-scrolled .language-switcher a.is-active { background: var(--ink); color: var(--white); }
.mobile-language { display: none; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; display: grid; min-height: max(700px, 100svh); overflow: hidden; color: var(--white); isolation: isolate; }
.hero-media, .hero-shade { position: absolute; z-index: -1; inset: 0; }
.hero-media { background: #071b1d; }
.hero-video-fallback { position: absolute; inset: 0; background: url('/assets/hero-poster-v3.jpg') center / contain no-repeat; }
.hero-video { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; opacity: 0; transition: opacity 1.1s ease; }
.hero-video.is-ready { opacity: 1; }
.hero-shade { background: linear-gradient(90deg, rgba(5, 22, 24, .88) 0%, rgba(6, 25, 27, .68) 42%, rgba(6, 24, 26, .2) 78%), linear-gradient(0deg, rgba(5, 20, 22, .7), transparent 46%); }
.hero-film-grain { position: absolute; z-index: 2; inset: 0; opacity: .025; background-image: radial-gradient(rgba(255, 255, 255, .85) .4px, transparent .7px); background-size: 7px 7px; mix-blend-mode: soft-light; pointer-events: none; }
.hero-content { align-self: center; padding-top: 94px; padding-bottom: 70px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: rgba(16, 40, 43, .68); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .66rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 32px; height: 1px; background: currentColor; }
.eyebrow-light { color: rgba(255, 255, 255, .75); }
.hero h1 { max-width: 920px; margin: 0; font-size: clamp(3.7rem, 6.65vw, 7rem); font-weight: 700; letter-spacing: -.068em; line-height: .94; text-wrap: balance; }
.hero h1 em, h2 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-copy { max-width: 570px; margin: 29px 0 34px; color: rgba(255, 255, 255, .84); font-size: clamp(.98rem, 1.18vw, 1.12rem); line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 15px 20px; border: 0; border-radius: 2px; font-size: .74rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: transform .25s var(--ease), background .25s, color .25s, box-shadow .25s; }
.button span { font-size: 1.08rem; transition: transform .25s var(--ease); }
.icon { position: relative; display: inline-block; flex: 0 0 auto; width: 16px; height: 16px; color: currentColor; font-size: 0; }
.icon::before, .icon::after { position: absolute; display: block; content: ''; }
.icon-circle { position: relative; }
.icon-circle::before, .icon-circle::after { position: absolute; display: block; content: ''; }
.icon-diagonal::before { top: 0; right: 0; width: 7px; height: 7px; border-top: 1.6px solid currentColor; border-right: 1.6px solid currentColor; }
.icon-diagonal::after { bottom: 1px; left: 1px; width: 20px; height: 1.6px; background: currentColor; transform: rotate(-45deg); transform-origin: left center; }
.icon-forward::before { top: calc(50% - .8px); left: 1px; width: 14px; height: 1.6px; background: currentColor; }
.icon-forward::after { top: 3px; right: 2px; width: 7px; height: 7px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: rotate(-45deg); }
.icon-down::before { top: 1px; left: calc(50% - .8px); width: 1.6px; height: 14px; background: currentColor; }
.icon-down::after { bottom: 2px; left: 3px; width: 7px; height: 7px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: rotate(45deg); }
.icon-close::before, .icon-close::after { top: 50%; left: 50%; width: 13px; height: 1.5px; background: currentColor; }
.icon-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.icon-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.icon-chevron-left::before, .icon-chevron-right::before { top: 3px; width: 7px; height: 7px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; }
.icon-chevron-left::before { left: 4px; transform: rotate(135deg); }
.icon-chevron-right::before { right: 4px; transform: rotate(-45deg); }
.button-primary { background: var(--accent); color: var(--ink); }
.button-primary:hover { background: var(--white); transform: translateY(-3px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--accent-strong); color: var(--ink); transform: translateY(-3px); }
.button:active { transform: translateY(0); }
.text-link { display: inline-flex; align-items: center; gap: 12px; width: fit-content; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: gap .25s var(--ease); }
.text-link:hover { gap: 19px; }
.text-link span { transition: transform .25s var(--ease); }
.text-link-light { color: var(--white); }
.hero-bottom { align-self: end; display: flex; align-items: end; justify-content: space-between; padding-bottom: 27px; color: rgba(255, 255, 255, .7); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .62rem; letter-spacing: .09em; text-transform: uppercase; }
.hero-bottom p { margin: 0; }
.hero-bottom-actions { display: flex; align-items: center; gap: 24px; }
.hero-bottom a { display: flex; align-items: center; gap: 12px; }
.hero-bottom b { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(255, 255, 255, .52); border-radius: 50%; font-size: 1rem; }
.hero-video-control { display: grid; width: 31px; height: 31px; padding: 0; place-items: center; border: 1px solid rgba(255, 255, 255, .52); border-radius: 50%; background: rgba(7, 27, 29, .22); color: var(--white); cursor: pointer; transition: border-color .2s, background .2s, color .2s; }
.hero-video-control:hover, .hero-video-control:focus-visible { border-color: var(--white); background: var(--white); color: var(--ink); }
.hero-video-control i { position: relative; display: block; width: 10px; height: 11px; }
.hero-video-control i::before, .hero-video-control i::after { position: absolute; top: 0; width: 2px; height: 11px; background: currentColor; content: ''; }
.hero-video-control i::before { left: 1px; }
.hero-video-control i::after { right: 1px; }
.hero-video-control.is-paused i::before { top: 0; left: 1px; width: 0; height: 0; border-top: 5.5px solid transparent; border-bottom: 5.5px solid transparent; border-left: 9px solid currentColor; background: transparent; }
.hero-video-control.is-paused i::after { display: none; }

.trust-bar { position: relative; z-index: 2; background: var(--white); box-shadow: 0 -1px 0 rgba(255, 255, 255, .2); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: grid; grid-template-columns: 34px 1fr; column-gap: 13px; padding: 28px clamp(17px, 2vw, 30px); border-right: 1px solid var(--line); transition: background .22s ease; }
.trust-grid > div:hover { background: #f8faf8; }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid span { grid-row: span 2; color: #467b71; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .63rem; }
.trust-grid strong { font-size: .82rem; letter-spacing: -.01em; }
.trust-grid small { margin-top: 4px; color: var(--muted); font-size: .69rem; line-height: 1.45; }

.intro { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 8vw, 120px); }
.intro-label { display: flex; flex-direction: column; justify-content: space-between; }
.intro-number { margin: 0; color: var(--accent-strong); font-family: Georgia, serif; font-size: 6.4rem; line-height: .75; }
.intro-copy { max-width: 790px; }
.intro h2, .section-heading h2, .process h2, .statement h2, .contact h2, .location h2 { margin: 0; font-size: clamp(2.75rem, 4.8vw, 5.45rem); font-weight: 700; letter-spacing: -.064em; line-height: .99; text-wrap: balance; }
.intro-copy > p { max-width: 650px; margin: 31px 0 28px; color: #3e5153; font-size: clamp(1rem, 1.2vw, 1.16rem); line-height: 1.75; }

.services { position: relative; overflow: hidden; border-block: 1px solid #d9d5ce; background: #efede8; color: #182427; isolation: isolate; }
.services::before { position: absolute; z-index: -1; inset: 0; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(44, 55, 58, .045) 25%); content: ''; pointer-events: none; }
.services .wrap { position: relative; z-index: 1; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: clamp(48px, 6vw, 76px); }
.section-heading h2 { max-width: 760px; }
.section-heading > p { max-width: 360px; margin: 0 0 6px; color: rgba(255, 255, 255, .66); font-size: .92rem; line-height: 1.75; }
.services .section-heading > p { color: #5e686a; }
.services .eyebrow { color: #667174; }
.services .eyebrow span { background: #667174; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid #cbc8c1; background: #cbc8c1; }
.service-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(190px, 43%); grid-template-rows: auto 1fr auto; min-height: 318px; overflow: hidden; padding: 30px 30px 31px; background: #f8f7f3; transition: background .25s ease; }
.service-card::before { position: absolute; top: 28px; right: 43%; bottom: 28px; width: 1px; background: rgba(55, 66, 69, .11); content: ''; pointer-events: none; }
.service-card::after { position: absolute; right: 30px; bottom: 0; left: 30px; height: 2px; background: #667174; content: ''; opacity: 0; transition: opacity .25s ease; }
.service-card:hover { background: #fff; }
.service-card:hover::after { opacity: .9; }
.service-index { position: relative; z-index: 1; display: block; grid-column: 1; grid-row: 1; width: auto; height: auto; color: #667174; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem; font-weight: 700; letter-spacing: .08em; }
.service-card .service-visual { position: relative; z-index: 1; display: block; grid-column: 2; grid-row: 1 / 4; align-self: center; width: 100%; height: 220px; margin: 0; overflow: visible; fill: none; stroke: #59696d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; shape-rendering: geometricPrecision; transition: opacity .35s ease, transform .45s var(--ease); }
.service-visual .visual-shadow { fill: rgba(34, 43, 45, .11); stroke: none; }
.service-visual .visual-depth { fill: #7c898c; stroke: #56676a; }
.service-visual .visual-frame { fill: #d4d8d7; stroke: #667578; stroke-width: 1.4; }
.service-card .service-visual .visual-glass, .service-card .service-visual .visual-door-glass { fill: #aebdc0; stroke: #607377; }
.service-visual .visual-profile { stroke: #778689; stroke-width: 2; }
.service-visual .visual-highlight { stroke: rgba(255, 255, 255, .7); stroke-width: 1; }
.service-visual .visual-hardware { fill: #f6f5f1; stroke: #4d5d60; }
.service-visual .visual-floor, .service-visual .visual-threshold { stroke: rgba(67, 78, 81, .25); }
.service-visual .visual-door-panel { fill: #59676a; stroke: #3f5053; stroke-width: 1.4; }
.service-visual .visual-inlay { stroke: rgba(235, 237, 234, .48); stroke-width: 1; }
.service-visual .visual-handle { fill: #eef0ed; stroke: #56676a; }
.service-visual .visual-shutter-box { fill: #c4c9c8; stroke: #667578; stroke-width: 1.4; }
.service-visual .visual-box-detail { stroke: #707e81; }
.service-visual .visual-slats path { fill: #929d9f; stroke: #69777a; stroke-width: .9; }
.service-visual .visual-rail { stroke: #59696d; stroke-width: 2.6; }
.service-visual .visual-level { fill: #9ba6a7; stroke: #59696d; }
.service-visual .visual-level-vial { fill: #f8f7f3; stroke: #59696d; }
.service-visual .visual-drill { fill: #818d8f; stroke: #526266; stroke-width: 1.3; }
.service-visual .visual-tool-dark { fill: #4f5e61; stroke: #6d7b7e; }
.service-visual .visual-bit, .service-visual .visual-measure { stroke: #526266; stroke-width: 1.5; }
.service-card h3 { position: relative; z-index: 1; grid-column: 1; grid-row: 2; align-self: end; margin: 56px 20px 10px 0; font-size: clamp(1.4rem, 2vw, 1.75rem); letter-spacing: -.04em; }
.service-card p { position: relative; z-index: 1; grid-column: 1; grid-row: 3; max-width: 300px; margin: 0 20px 0 0; color: #5d686a; font-size: .84rem; line-height: 1.65; }

.projects { overflow: hidden; }
.projects-heading > p { color: rgba(16, 40, 43, .67); }
.project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.project { position: relative; overflow: hidden; min-height: 0; aspect-ratio: 4 / 5; border-radius: 2px; background: var(--ink); box-shadow: 0 0 0 1px rgba(16, 40, 43, .05), 0 10px 28px rgba(16, 40, 43, .07); }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s var(--ease), opacity .4s; }
.project::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5, 20, 22, .82), transparent 59%); content: ''; transition: opacity .35s; }
.project:hover img { transform: scale(1.045); }
.project:hover::after { opacity: .9; }
.project-caption { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: var(--white); }
.project-caption small { display: block; margin-bottom: 6px; color: var(--accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .56rem; letter-spacing: .09em; text-transform: uppercase; }
.project-caption strong { display: block; max-width: calc(100% - 35px); font-size: clamp(.92rem, 1.15vw, 1.14rem); letter-spacing: -.025em; line-height: 1.25; }
.project-caption b { position: absolute; right: 0; bottom: 0; display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(255, 255, 255, .65); border-radius: 50%; font-size: .9rem; font-weight: 400; transition: background .2s, color .2s, transform .3s var(--ease); }
.project:hover .project-caption b { background: var(--accent); color: var(--ink); }
.project-carousel-ui { display: none; }
.project-footer { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 31px; }
.project-footer p { max-width: 600px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }

.statement { position: relative; display: grid; min-height: 590px; place-items: center; overflow: hidden; color: var(--white); }
.statement-image, .statement-overlay { position: absolute; inset: 0; }
.statement-image { background: url('/assets/alutek-werkstatt-1600.webp') center 40% / cover no-repeat; transform: scale(1.01); transition: transform 1.3s var(--ease); }
.statement:hover .statement-image { transform: scale(1.04); }
.statement-overlay { background: linear-gradient(90deg, rgba(7, 27, 29, .85), rgba(7, 27, 29, .52)); }
.statement-content { position: relative; padding-block: 78px; }
.statement h2 { max-width: 850px; }
.statement-content > p:last-child { max-width: 520px; margin: 27px 0 0; color: rgba(255, 255, 255, .8); font-size: 1rem; line-height: 1.75; }

.process { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 125px); overflow: hidden; }
.process-list { display: grid; gap: 0; padding: 0; margin: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 16px; padding: 27px 12px 29px 0; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, rgba(184, 222, 213, .12), transparent 72%) 0 0 / 0 100% no-repeat; transition: background-size .35s var(--ease), padding-left .35s var(--ease); }
.process-list li:hover { padding-left: 12px; background-size: 100% 100%; }
.process-list li > span { color: var(--accent-strong); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .66rem; }
.process-list h3 { margin: 0 0 9px; font-size: 1.21rem; letter-spacing: -.035em; }
.process-list p { max-width: 450px; margin: 0; color: var(--muted); font-size: .89rem; line-height: 1.7; }

.contact { border-block: 1px solid rgba(16, 40, 43, .12); background: radial-gradient(circle at 92% 18%, rgba(255, 255, 255, .34), transparent 30%), var(--accent); color: var(--ink); }
.contact-inner { padding-block: clamp(86px, 10vw, 135px); }
.contact .eyebrow { color: rgba(16, 40, 43, .68); }
.contact h2 { max-width: 1000px; }
.contact h2 em { color: #294c50; }
.contact-inner > p:last-of-type { max-width: 540px; margin: 28px 0 34px; font-size: 1rem; line-height: 1.72; }
.contact-details { display: flex; align-items: stretch; justify-content: space-between; gap: 18px; max-width: 880px; }
.contact-phone { display: inline-flex; flex: 1 1 auto; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; padding: 17px 22px; border: 1px solid rgba(16, 40, 43, .36); border-radius: 2px; background: rgba(245, 244, 239, .62); box-shadow: 0 12px 30px rgba(16, 40, 43, .1); font-size: clamp(1.45rem, 2.65vw, 2.5rem); font-weight: 800; letter-spacing: -.05em; transition: transform .25s var(--ease), background .25s, color .25s, box-shadow .25s; }
.contact-phone-number { min-width: 0; }
.contact-phone-icon { display: grid; flex: 0 0 auto; width: 44px; height: 44px; place-items: center; border-radius: 13px; background: var(--ink); color: var(--white); box-shadow: 0 8px 20px rgba(16, 40, 43, .18); transition: transform .3s var(--ease), background .25s, color .25s, box-shadow .25s; }
.contact-phone-icon svg { width: 18px; height: 18px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-phone:hover { background: var(--ink); color: var(--white); box-shadow: 0 18px 36px rgba(16, 40, 43, .2); transform: translateY(-3px); }
.contact-phone:hover .contact-phone-icon { background: var(--accent); color: var(--ink); box-shadow: 0 10px 24px rgba(0, 0, 0, .16); transform: rotate(-5deg) scale(1.04); }
.contact-note { display: grid; align-content: center; gap: 5px; max-width: 310px; margin: 0; padding: 16px 20px; border: 1px solid rgba(16, 40, 43, .24); border-radius: 2px; background: rgba(245, 244, 239, .36); }
.contact-note span { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-note strong { font-size: .86rem; line-height: 1.5; }

.location { background: var(--paper); }
.location-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(42px, 7vw, 90px); align-items: stretch; }
.location-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.location h2 { font-size: clamp(2.65rem, 4.25vw, 4.8rem); }
.location-copy > p:not(.eyebrow) { max-width: 470px; margin: 25px 0 25px; color: var(--muted); font-size: .94rem; line-height: 1.72; }
.location address { display: grid; gap: 5px; width: min(100%, 360px); margin-bottom: 22px; padding: 17px 19px; border: 1px solid var(--line); border-left: 3px solid var(--accent-strong); border-radius: 2px; background: var(--white); box-shadow: 0 9px 24px rgba(16, 40, 43, .06); }
.location address strong { font-size: 1rem; }
.location address span, .location address a { color: var(--muted); font-size: .88rem; }
.location address a:hover { color: var(--ink); text-decoration: underline; }
.map-frame { min-height: 500px; overflow: hidden; border: 8px solid var(--white); border-radius: 2px; outline: 1px solid var(--line); background: var(--sand); box-shadow: var(--shadow); }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 500px; border: 0; filter: saturate(.8) contrast(1.02); }

.site-footer { background: var(--ink); color: var(--white); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 40px; }
.brand-footer .brand-mark { color: var(--accent); }
.footer-top p { margin: 0; color: rgba(255, 255, 255, .58); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-top > a:last-child { padding-bottom: 4px; border-bottom: 1px solid rgba(184, 222, 213, .42); color: var(--accent); font-size: .82rem; font-weight: 800; transition: border-color .2s, color .2s; }
.footer-top > a:last-child:hover { border-color: var(--white); color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 18px; border-top: 1px solid rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .48); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .58rem; letter-spacing: .05em; text-transform: uppercase; }
.footer-bottom > div { display: flex; gap: 25px; }
.footer-bottom a:hover { color: var(--accent); }
.lightbox { width: min(92vw, 980px); max-width: 980px; max-height: 92vh; padding: 0 62px 30px; border: 0; background: transparent; color: var(--white); overflow: visible; }
.lightbox::backdrop { background: rgba(3, 12, 13, .93); backdrop-filter: blur(8px); }
.lightbox figure { display: grid; place-items: center; max-height: 86vh; margin: 0; cursor: grab; touch-action: pan-y; }
.lightbox figure.is-swiping { cursor: grabbing; }
.lightbox img { max-width: 100%; max-height: 78vh; object-fit: contain; box-shadow: 0 20px 80px rgba(0, 0, 0, .28); pointer-events: none; transition: transform .22s var(--ease), opacity .22s ease; }
.lightbox figure.is-swiping img { opacity: .72; transform: scale(.985); transition-duration: .08s; }
.lightbox img.is-changing { opacity: 0; transform: scale(.985); }
.lightbox figcaption { justify-self: start; padding-top: 12px; color: var(--accent); font-size: .78rem; font-weight: 700; }
.lightbox-close, .lightbox-nav { position: absolute; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, .7); border-radius: 50%; background: rgba(8, 25, 27, .42); color: var(--white); cursor: pointer; transition: background .2s, color .2s; }
.lightbox-close:hover, .lightbox-nav:hover { background: var(--accent); color: var(--ink); }
.lightbox-close { top: -54px; right: 62px; font-size: 1.5rem; }
.lightbox-nav { top: 50%; font-size: 1.25rem; transform: translateY(-50%); }
.lightbox-prev { left: 0; }
.lightbox-next { right: 0; }
.lightbox-counter { position: absolute; right: 62px; bottom: 4px; color: rgba(255, 255, 255, .62); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .66rem; }

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes trust-enter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.js .hero-content .eyebrow, .js .hero-content h1, .js .hero-copy, .js .hero-actions { animation: hero-enter .82s var(--ease) both; }
.js .hero-content h1 { animation-delay: .08s; }
.js .hero-copy { animation-delay: .17s; }
.js .hero-actions { animation-delay: .26s; }
.js .trust-grid > div { animation: trust-enter .62s var(--ease) both; }
.js .trust-grid > div:nth-child(1) { animation-delay: .28s; }
.js .trust-grid > div:nth-child(2) { animation-delay: .34s; }
.js .trust-grid > div:nth-child(3) { animation-delay: .4s; }
.js .trust-grid > div:nth-child(4) { animation-delay: .46s; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .78s var(--ease), transform .78s var(--ease); }
.js .section-heading.reveal, .js .intro-copy.reveal, .js .process-top.reveal, .js .location-copy.reveal { transform: translateY(30px); }
.js .service-card.reveal { transform: translateY(24px) scale(.988); }
.js .project.reveal { transform: translateY(22px) scale(.975); }
.js .process-list li.reveal { transform: translateX(24px); }
.js .reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
.js .service-card.reveal:nth-child(2), .js .process-list li:nth-child(2) { transition-delay: .08s; }
.js .service-card.reveal:nth-child(3), .js .process-list li:nth-child(3) { transition-delay: .16s; }
.js .service-card.reveal:nth-child(4) { transition-delay: .24s; }
.js .project.reveal:nth-child(4n + 2) { transition-delay: .06s; }
.js .project.reveal:nth-child(4n + 3) { transition-delay: .12s; }
.js .project.reveal:nth-child(4n + 4) { transition-delay: .18s; }

@media (hover: hover) {
  .brand:hover .brand-mark i:first-child { transform: translate(-2px, -2px); }
  .brand:hover .brand-mark i:last-child { transform: translate(2px, 2px); }
  .button:hover span { transform: translate(3px, -3px); }
  .text-link:hover span { transform: translateX(3px); }
  .service-card:hover .service-visual { opacity: .92; transform: translateY(-4px); }
  .project:hover .project-caption b { transform: translateY(-2px); }
}

@media (max-width: 1060px) {
  html:not(.js) .site-header { position: relative; top: 0; left: 0; display: flex; flex-wrap: wrap; width: 100%; height: auto; border: 0; border-radius: 0; background: var(--ink); color: var(--white); transform: none; }
  html:not(.js) .menu-toggle, html:not(.js) .mobile-language { display: none; }
  html:not(.js) .main-navigation { position: static; width: 100%; overflow: visible; visibility: visible; padding: 22px 0 0; background: transparent; opacity: 1; transform: none; }
  .site-header { padding: 18px 24px; }
  .site-header.is-scrolled { padding-block: 12px; }
  body.menu-open::before { position: fixed; z-index: 29; inset: 0; background: #071b1d; content: ''; }
  body.menu-open .site-header { top: 0; left: 0; align-items: start; width: 100%; height: 100dvh; padding: max(18px, env(safe-area-inset-top)) 24px max(18px, env(safe-area-inset-bottom)); border: 0; border-radius: 0; background: #071b1d; color: var(--white); box-shadow: none; transform: none; -webkit-backdrop-filter: none; backdrop-filter: none; transition: none; }
  body.menu-open .site-header::before { background: radial-gradient(circle at 88% 8%, rgba(184, 222, 213, .14), transparent 30%), radial-gradient(circle at 4% 92%, rgba(96, 155, 143, .1), transparent 34%), linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 38%); opacity: 1; }
  body.menu-open .site-header::after { opacity: 0; }
  body.menu-open .brand, body.menu-open .menu-toggle { position: relative; z-index: 43; }
  body.menu-open > .site-footer { visibility: hidden; }
  .menu-toggle { position: relative; z-index: 42; display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-navigation { position: absolute; z-index: 40; inset: 0; display: flex; overflow-y: auto; align-items: stretch; flex-direction: column; justify-content: flex-start; gap: 0; visibility: hidden; padding: clamp(108px, 15vh, 144px) clamp(24px, 6vw, 72px) max(30px, env(safe-area-inset-bottom)); background: radial-gradient(circle at 92% 4%, rgba(184, 222, 213, .1), transparent 28%), linear-gradient(160deg, #0a2427 0%, #071b1d 48%, #051719 100%); color: var(--white); counter-reset: mobile-nav; opacity: 0; transform: translateY(-12px); overscroll-behavior: contain; transition: opacity .28s ease, visibility .28s ease, transform .42s var(--ease); }
  .main-navigation.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-navigation > a:not(.header-call) { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; min-height: 66px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: clamp(1.25rem, 3vw, 1.75rem); font-weight: 650; letter-spacing: -.025em; text-transform: none; counter-increment: mobile-nav; }
  .main-navigation > a:not(.header-call):last-of-type { border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .main-navigation > a:not(.header-call)::before { color: var(--accent); content: counter(mobile-nav, decimal-leading-zero); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .58rem; font-weight: 700; letter-spacing: .08em; }
  .main-navigation > a:not(.header-call)::after { position: static; display: block; width: 8px; height: 8px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; background: none; content: ''; opacity: .52; transform: rotate(45deg); transition: opacity .2s, transform .25s var(--ease); }
  .main-navigation > a:not(.header-call):hover::after, .main-navigation > a:not(.header-call):focus-visible::after { opacity: 1; transform: translateX(3px) rotate(45deg); }
  .header-call { display: grid; grid-template-columns: 1fr auto; align-items: center; min-width: 210px; min-height: 72px; margin-top: 22px; padding: 13px 18px; border: 1px solid #264246; border-radius: 16px; background: #102c2f; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08); text-align: left; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .header-call span { font-size: .6rem; }
  .header-call strong { font-size: .9rem; }
  .language-switcher { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
  .language-switcher a, .is-scrolled .language-switcher a { width: auto; height: 48px; border-color: #294346; border-radius: 12px; background: #0b2326; opacity: 1; }
  .language-switcher a:hover, .language-switcher a.is-active, .is-scrolled .language-switcher a:hover, .is-scrolled .language-switcher a.is-active { background: var(--accent); color: var(--ink); }
}

@media (max-width: 860px) {
  .wrap { width: min(calc(100% - 40px), var(--max)); }
  .hero { min-height: 760px; }
  .hero h1 { font-size: clamp(3.45rem, 11.5vw, 5.7rem); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .intro { grid-template-columns: 1fr; }
  .intro-label { flex-direction: row; align-items: center; }
  .intro-number { font-size: 4.8rem; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .section-heading > p { max-width: 560px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3) { border-left-color: rgba(184, 222, 213, .2); }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process { grid-template-columns: 1fr; }
  .statement { min-height: 520px; }
  .contact-details { align-items: flex-start; flex-direction: column; gap: 28px; }
  .location-grid { grid-template-columns: 1fr; }
  .map-frame, .map-frame iframe { min-height: 430px; }
  .footer-top { flex-wrap: wrap; }
  .footer-top p { order: 3; width: 100%; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 72px; }
  .wrap { width: calc(100% - 36px); }
  .section-pad { padding-block: 68px; }
  .site-header { display: grid; grid-template-columns: 1fr auto 1fr; padding: 12px max(14px, env(safe-area-inset-right)) 12px max(14px, env(safe-area-inset-left)); will-change: auto; }
  .brand { font-size: 1rem; }
  .brand { grid-column: 2; }
  .mobile-language { position: relative; z-index: 43; display: block; grid-column: 1; grid-row: 1; width: fit-content; }
  .mobile-language summary { display: flex; align-items: center; gap: 7px; min-width: 52px; min-height: 44px; padding: 0 11px; border: 1px solid rgba(255, 255, 255, .56); border-radius: 14px; background: linear-gradient(145deg, rgba(255, 255, 255, .17), rgba(5, 22, 24, .16)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 8px 24px rgba(0, 0, 0, .12); -webkit-backdrop-filter: blur(16px) saturate(150%); backdrop-filter: blur(16px) saturate(150%); color: inherit; cursor: pointer; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .62rem; font-weight: 800; letter-spacing: .08em; list-style: none; transition: background .2s, color .2s, border-color .2s, transform .2s; }
  .mobile-language summary::-webkit-details-marker { display: none; }
  .mobile-language summary::after { width: 5px; height: 5px; margin-left: 1px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; content: ''; transform: translateY(-2px) rotate(45deg); transition: transform .2s; }
  .mobile-language[open] summary { border-color: var(--white); background: var(--white); color: var(--ink); }
  .mobile-language[open] summary::after { transform: translateY(1px) rotate(225deg); }
  .mobile-language-icon { position: relative; display: block; width: 15px; height: 15px; border: 1px solid currentColor; border-radius: 50%; }
  .mobile-language-icon::before { position: absolute; top: 2px; bottom: 2px; left: 4px; width: 5px; border-right: 1px solid currentColor; border-left: 1px solid currentColor; border-radius: 50%; content: ''; }
  .mobile-language-icon::after { position: absolute; top: 6px; right: 2px; left: 2px; height: 1px; background: currentColor; content: ''; }
  .mobile-language-panel { position: absolute; top: calc(100% + 8px); left: 0; display: grid; width: 166px; padding: 5px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 16px; background: linear-gradient(145deg, rgba(19, 49, 52, .82), rgba(5, 20, 22, .7)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 22px 50px rgba(0, 0, 0, .3); -webkit-backdrop-filter: blur(24px) saturate(160%); backdrop-filter: blur(24px) saturate(160%); }
  .mobile-language-panel a { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 9px; min-height: 46px; padding: 0 10px; color: rgba(255, 255, 255, .75); font-size: .76rem; transition: background .18s, color .18s; }
  .mobile-language-panel a strong { color: var(--accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .6rem; letter-spacing: .08em; }
  .mobile-language-panel a.is-active, .mobile-language-panel a:hover { background: var(--accent); color: var(--ink); }
  .mobile-language-panel a.is-active strong, .mobile-language-panel a:hover strong { color: var(--ink); }
  .is-scrolled .mobile-language summary { border-color: rgba(255, 255, 255, .62); background: linear-gradient(145deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, .2)); }
  .is-scrolled .mobile-language[open] summary { border-color: var(--ink); background: var(--ink); color: var(--white); }
  .site-header.is-scrolled { top: 7px; width: calc(100% - 14px); padding: 8px 10px; border-radius: 18px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 9px 25px rgba(5, 20, 22, .13); -webkit-backdrop-filter: blur(12px) saturate(135%); backdrop-filter: blur(12px) saturate(135%); }
  body.menu-open .site-header, body.menu-open .site-header.is-scrolled { top: 0; width: 100%; padding: max(12px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left)); border-radius: 0; }
  body.menu-open .mobile-language { display: none; }
  .menu-toggle { z-index: 43; grid-column: 3; grid-row: 1; justify-self: end; }
  body.menu-open .brand { grid-column: 2; grid-row: 1; align-self: start; }
  .main-navigation { padding: max(94px, calc(env(safe-area-inset-top) + 82px)) 18px max(24px, env(safe-area-inset-bottom)); }
  .main-navigation > a:not(.header-call) { min-height: 64px; font-size: clamp(1.28rem, 6.2vw, 1.62rem); }
  .header-call { width: 100%; margin-top: 18px; padding: 13px 15px; }
  .language-switcher { margin-top: 12px; }
  .hero { min-height: max(680px, 100svh); }
  .hero-video, .hero-video-fallback { object-position: center; background-position: center; }
  .hero-video-fallback { background-image: url('/assets/hero-poster-mobile-v3.jpg'); }
  .hero-shade { background: linear-gradient(90deg, rgba(5, 22, 24, .88), rgba(6, 25, 27, .48)), linear-gradient(0deg, rgba(5, 20, 22, .72), transparent 50%); }
  .hero-content { padding-top: 96px; padding-bottom: 82px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.85rem, 13vw, 4.05rem); line-height: .97; }
  .hero-copy { max-width: 34rem; margin: 22px 0 27px; font-size: .94rem; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; width: 100%; }
  .hero-actions .button { width: min(100%, 320px); }
  .hero-bottom { padding-bottom: 19px; }
  .hero-bottom > p, .hero-bottom span { display: none; }
  .hero-bottom { justify-content: flex-end; }
  .trust-grid > div { grid-template-columns: 27px 1fr; padding: 20px 12px; }
  .trust-grid strong { font-size: .74rem; }
  .trust-grid small { font-size: .62rem; }
  .intro h2, .section-heading h2, .process h2, .statement h2, .contact h2, .location h2 { font-size: clamp(2.55rem, 11.6vw, 3.55rem); }
  .intro-copy > p { font-size: .96rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child, .service-card:nth-child(3) { grid-template-columns: 1fr; grid-template-rows: auto 174px auto auto; min-height: 398px; padding: 22px 20px 25px; }
  .service-card::before { top: 218px; right: 20px; bottom: auto; left: 20px; width: auto; height: 1px; }
  .service-card::after { right: 20px; left: 20px; }
  .service-card .service-visual { grid-column: 1; grid-row: 2; width: min(100%, 270px); height: 174px; margin: 0 auto; }
  .service-card h3 { grid-column: 1; grid-row: 3; margin: 22px 0 8px; font-size: 1.42rem; }
  .service-card p { grid-column: 1; grid-row: 4; max-width: none; margin: 0; font-size: .84rem; line-height: 1.6; }
  .project-grid { display: flex; gap: 12px; overflow-x: auto; margin-right: -18px; padding: 0 18px 8px 0; scroll-padding-left: 0; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .project-grid::-webkit-scrollbar { display: none; }
  .project { flex: 0 0 min(82vw, 360px); height: auto; aspect-ratio: 4 / 5; scroll-snap-align: start; scroll-snap-stop: always; }
  .project-carousel-ui { display: grid; grid-template-columns: 1fr minmax(70px, 28vw) auto; align-items: center; gap: 12px; margin-top: 14px; color: var(--muted); }
  .project-carousel-ui > p { margin: 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .58rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
  .project-progress { height: 2px; overflow: hidden; background: rgba(16, 40, 43, .16); }
  .project-progress span { display: block; width: calc(100% / 12); height: 100%; background: var(--ink); transform: scaleX(1); transform-origin: left; transition: width .22s var(--ease); }
  .project-progress span[data-step="2"] { width: calc(200% / 12); }
  .project-progress span[data-step="3"] { width: calc(300% / 12); }
  .project-progress span[data-step="4"] { width: calc(400% / 12); }
  .project-progress span[data-step="5"] { width: calc(500% / 12); }
  .project-progress span[data-step="6"] { width: calc(600% / 12); }
  .project-progress span[data-step="7"] { width: calc(700% / 12); }
  .project-progress span[data-step="8"] { width: calc(800% / 12); }
  .project-progress span[data-step="9"] { width: calc(900% / 12); }
  .project-progress span[data-step="10"] { width: calc(1000% / 12); }
  .project-progress span[data-step="11"] { width: calc(1100% / 12); }
  .project-progress span[data-step="12"] { width: 100%; }
  .project-count { display: flex; gap: 4px; color: var(--ink); }
  .project-count b { font-weight: 400; opacity: .45; }
  .project-footer { align-items: flex-start; flex-direction: column; gap: 22px; }
  .statement { min-height: 500px; }
  .statement-image { background-position: 50% 42%; }
  .process-list li { grid-template-columns: 43px 1fr; gap: 10px; }
  .contact-details { gap: 12px; }
  .contact-phone { width: 100%; min-height: 76px; padding: 15px 17px; font-size: clamp(1.35rem, 7vw, 1.85rem); }
  .contact-phone-icon { width: 40px; height: 40px; border-radius: 12px; }
  .contact-phone-icon svg { width: 17px; height: 17px; }
  .contact-note { width: 100%; max-width: none; padding: 14px 17px; }
  .location address { width: 100%; }
  .map-frame, .map-frame iframe { min-height: 340px; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-top p { order: initial; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-bottom > div { width: 100%; justify-content: space-between; }
  .lightbox { width: 100vw; padding-inline: 54px; }
  .lightbox-close { right: 54px; }
  .lightbox-counter { right: 54px; }
  .lightbox-prev { left: 2px; }
  .lightbox-next { right: 2px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 2.7rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div, .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-right: 1px solid var(--line); border-left: 0; }
  .trust-grid > div:nth-child(odd) { border-left: 1px solid var(--line); }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .footer-bottom > div { flex-direction: column; gap: 12px; }
}

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