:root {
  --ink: #10282b;
  --ink-soft: #18383b;
  --accent: #b8ded5;
  --accent-strong: #82b6aa;
  --paper: #f5f4ef;
  --sand: #e7e5dc;
  --white: #fff;
  --muted: #667577;
  --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 { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
address { font-style: normal; }
: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: absolute; z-index: 30; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 22px clamp(24px, 3.2vw, 52px); color: var(--white); transition: background .3s, padding .3s, color .3s, box-shadow .3s; }
.site-header.is-scrolled { position: fixed; padding-block: 13px; background: rgba(245, 244, 239, .95); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.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; }
.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); }
.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-video-fallback { position: absolute; inset: 0; background: url('/assets/hero-poster-v2.jpg') center / cover no-repeat; transform: scale(1.012); }
.hero-video { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; 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: .07; background-image: radial-gradient(rgba(255, 255, 255, .95) .45px, transparent .75px); background-size: 6px 6px; 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; font-size: .74rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: transform .25s var(--ease), background .25s, color .25s; }
.button span { font-size: 1.08rem; }
.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); }
.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-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 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; }

.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); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid span { grid-row: span 2; color: var(--accent-strong); 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 { overflow: hidden; background: var(--ink); color: var(--white); }
.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 .eyebrow { color: var(--accent); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .2); }
.service-card { position: relative; min-height: 326px; padding: 27px 24px 30px; border-right: 1px solid rgba(255, 255, 255, .2); transition: background .35s var(--ease); }
.service-card:first-child { border-left: 1px solid rgba(255, 255, 255, .2); }
.service-card:hover { background: var(--ink-soft); }
.service-index { color: var(--accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .64rem; }
.service-card svg { width: 50px; height: 50px; margin-top: 42px; fill: none; stroke: var(--accent); stroke-linecap: square; stroke-width: 1.35; }
.service-card h3 { margin: 30px 0 10px; font-size: 1.25rem; letter-spacing: -.03em; }
.service-card p { max-width: 255px; margin: 0; color: rgba(255, 255, 255, .65); font-size: .83rem; line-height: 1.7; }

.projects-heading > p { color: rgba(16, 40, 43, .67); }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 280px; gap: 14px; }
.project { position: relative; grid-column: span 3; overflow: hidden; min-height: 0; background: var(--ink); box-shadow: 0 0 0 1px rgba(16, 40, 43, .05); }
.project-feature { grid-column: span 6; grid-row: span 2; }
.project-wide { grid-column: span 6; }
.project:nth-child(5), .project:nth-child(6) { grid-column: span 6; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s var(--ease), opacity .4s; }
.project-feature img { object-position: center 54%; }
.project:nth-child(3) img { object-position: center 42%; }
.project:nth-child(4) img { object-position: center 40%; }
.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; }
.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; }
.project:hover .project-caption b { background: var(--accent); color: var(--ink); }
.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.jpg') 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); }
.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 0 29px; border-bottom: 1px solid var(--line); }
.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 { background: 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: var(--white); }
.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: end; justify-content: space-between; gap: 42px; }
.contact-phone { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 11px; border-bottom: 1px solid var(--ink); font-size: clamp(1.45rem, 2.65vw, 2.5rem); font-weight: 800; letter-spacing: -.05em; transition: gap .25s var(--ease), color .2s; }
.contact-phone:hover { gap: 34px; color: var(--white); }
.contact-note { display: grid; gap: 5px; max-width: 300px; margin: 0; padding-left: 18px; border-left: 1px solid rgba(16, 40, 43, .35); }
.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; margin-bottom: 28px; padding-left: 17px; border-left: 2px solid var(--accent-strong); }
.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; 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 { color: var(--accent); font-size: .82rem; font-weight: 800; }
.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); }
.mobile-actions { display: none; }

.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; }
.lightbox img { max-width: 100%; max-height: 78vh; object-fit: contain; box-shadow: 0 20px 80px rgba(0, 0, 0, .28); }
.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; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .service-card.reveal:nth-child(2), .js .project.reveal:nth-child(2), .js .process-list li:nth-child(2) { transition-delay: .07s; }
.js .service-card.reveal:nth-child(3), .js .project.reveal:nth-child(3), .js .process-list li:nth-child(3) { transition-delay: .14s; }
.js .service-card.reveal:nth-child(4), .js .project.reveal:nth-child(4) { transition-delay: .21s; }

@media (max-width: 1060px) {
  .site-header { padding: 18px 24px; }
  .site-header.is-scrolled { padding-block: 12px; }
  .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: fixed; z-index: 40; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 18px; visibility: hidden; padding: 85px 24px 42px; background: var(--ink); color: var(--white); font-size: 1.06rem; opacity: 0; transition: opacity .25s, visibility .25s; }
  .main-navigation.is-open { visibility: visible; opacity: 1; }
  .main-navigation > a:not(.header-call) { min-height: 46px; }
  .main-navigation > a:not(.header-call)::after { bottom: 2px; }
  .header-call { min-width: 210px; margin-top: 8px; padding: 11px 16px; border-color: rgba(255, 255, 255, .5); text-align: center; }
  .header-call span { font-size: .6rem; }
  .header-call strong { font-size: .86rem; }
  .language-switcher { margin-top: 10px; }
  .language-switcher a, .is-scrolled .language-switcher a { width: 46px; height: 46px; border-color: rgba(255, 255, 255, .45); }
  .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: 1px solid rgba(255, 255, 255, .2); }
  .project-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 360px; }
  .project, .project-feature, .project-wide, .project:nth-child(5), .project:nth-child(6) { grid-column: span 1; grid-row: span 1; }
  .project-feature { grid-column: span 2; height: 480px; }
  .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; }
  body { padding-bottom: 66px; }
  .wrap { width: calc(100% - 36px); }
  .section-pad { padding-block: 76px; }
  .site-header { padding: 15px 18px; }
  .brand { font-size: 1rem; }
  .hero { min-height: 700px; }
  .hero-video, .hero-video-fallback { object-position: center; background-position: center; }
  .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: 82px; padding-bottom: 65px; }
  .hero h1 { max-width: 100%; font-size: clamp(3rem, 14vw, 4.35rem); line-height: .96; }
  .hero-copy { margin: 24px 0 28px; font-size: .96rem; line-height: 1.62; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-bottom { padding-bottom: 19px; }
  .hero-bottom span { display: none; }
  .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) { min-height: 255px; border-right: 1px solid rgba(255, 255, 255, .2); border-left: 1px solid rgba(255, 255, 255, .2); }
  .service-card svg { width: 43px; height: 43px; margin-top: 26px; }
  .service-card h3 { margin-top: 23px; }
  .project-grid { display: flex; gap: 12px; overflow-x: auto; margin-right: -18px; padding-right: 18px; scroll-padding-left: 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .project-grid::-webkit-scrollbar { display: none; }
  .project, .project-feature, .project-wide, .project:nth-child(5), .project:nth-child(6) { flex: 0 0 min(82vw, 360px); height: 440px; scroll-snap-align: start; }
  .project-feature img { object-position: center; }
  .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-phone { gap: 14px; font-size: clamp(1.35rem, 7vw, 1.85rem); }
  .contact-phone:hover { gap: 18px; }
  .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; }
  .mobile-actions { position: fixed; z-index: 28; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 66px; background: var(--ink); color: var(--white); box-shadow: 0 -8px 30px rgba(5, 20, 22, .18); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 66px; font-size: .72rem; letter-spacing: .055em; text-transform: uppercase; }
  .mobile-actions a:first-child { background: var(--accent); color: var(--ink); }
  .mobile-actions a:last-child { border-left: 1px solid rgba(255, 255, 255, .18); }
  body.menu-open .mobile-actions, body.lightbox-open .mobile-actions { display: none; }
  .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.85rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
  .trust-grid > div:first-child { border-top: 0; }
  .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; }
}
