@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #0b202d;
  --ink-soft: #49606c;
  --blue: #1689d5;
  --blue-deep: #075f96;
  --cyan: #48b8ef;
  --paper: #f8fafc;
  --paper-blue: #eef6fb;
  --line: rgba(11, 32, 45, .14);
  --line-strong: rgba(11, 32, 45, .26);
  --white: #fff;
  --shadow: 0 22px 70px rgba(11, 32, 45, .10);
  --radius: 24px;
  --shell: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", "Helvetica Neue", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, "Helvetica Neue", sans-serif; letter-spacing: -.045em; line-height: 1.06; }
h1 { font-size: clamp(3.35rem, 7vw, 6.9rem); max-width: 8.5ch; margin-bottom: 28px; }
h2 { font-size: clamp(2.25rem, 4vw, 4.5rem); max-width: 12ch; margin-bottom: 24px; }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); margin-bottom: 8px; }
p { color: var(--ink-soft); }

.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 18px; top: -100px; z-index: 100; padding: 10px 14px; color: var(--white); background: var(--ink); border-radius: 10px; }
.skip-link:focus { top: 18px; }
.eyebrow { margin-bottom: 16px; color: var(--blue-deep); font-size: .82rem; font-weight: 700; letter-spacing: .02em; line-height: 1.3; }
.lede { max-width: 56ch; font-size: clamp(1.12rem, 1.5vw, 1.35rem); line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 700; }
.text-link span { color: var(--blue); font-size: 1.25em; transition: transform .25s ease; }
.text-link:hover span { transform: translate(4px, -4px); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; padding: 13px 19px; border-radius: 999px; font-weight: 700; line-height: 1; transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue-deep); }
.button-primary:hover { background: var(--ink); }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--line-strong); }
.button-secondary:hover { border-color: var(--blue); color: var(--blue-deep); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--blue-deep); }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(248,250,252,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-shell { display: flex; min-height: 88px; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; width: 174px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2.7vw, 38px); margin-left: auto; }
.desktop-nav a, .mobile-panel a { position: relative; color: var(--ink-soft); font-size: .92rem; font-weight: 700; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--blue); content: ""; opacity: 0; transform: scaleX(.4); transition: opacity .2s ease, transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); }
.nav-action { margin-left: 10px; white-space: nowrap; }
.menu-toggle, .mobile-panel { display: none; }

.hero { padding: 16px 0 clamp(76px, 7vw, 110px); background: var(--paper); }
.hero-grid { position: relative; display: flex; align-items: center; width: min(calc(100% - 32px), 1640px); min-height: clamp(690px, 76dvh, 880px); isolation: isolate; }
.hero-copy-block { position: relative; z-index: 2; width: min(690px, 55%); margin-left: clamp(40px, 6vw, 110px); }
.hero-copy-block h1 { max-width: 12ch; margin-bottom: 22px; font-size: clamp(3.45rem, 5.05vw, 6rem); letter-spacing: -.062em; }
.hero-copy { max-width: 39ch; margin-bottom: 30px; font-size: clamp(1.05rem, 1.3vw, 1.2rem); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hero-proof { display: flex; max-width: 430px; gap: 16px; margin-top: 34px; padding-top: 16px; border-top: 1px solid var(--line-strong); }
.hero-proof span { color: var(--blue); font-size: .77rem; font-weight: 700; letter-spacing: .12em; }
.hero-proof p { margin: 0; font-size: .93rem; line-height: 1.45; }
.hero-visual { position: absolute; inset: 0; z-index: 1; overflow: hidden; border-radius: 22px; background: var(--ink); }
.hero-video { width: 100%; height: 100%; object-fit: cover; }
.hero-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,250,252,.98) 0%, rgba(248,250,252,.93) 29%, rgba(248,250,252,.52) 48%, rgba(248,250,252,0) 70%); content: ""; pointer-events: none; }
.hero-video-caption { position: absolute; right: 24px; bottom: 22px; z-index: 1; padding: 7px 10px; color: var(--white); background: rgba(11,32,45,.72); border-radius: 4px; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.section { padding: clamp(76px, 7vw, 112px) 0; }
.section > .shell, .page-hero > .shell, .closing-section > .shell { padding-inline: 8px; }
.intro-section { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1fr); gap: clamp(44px, 9vw, 160px); align-items: start; }
.intro-grid h2 { max-width: 9ch; }
.intro-grid .lede { margin-bottom: 28px; }
.section-tint { background: var(--paper-blue); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 35ch; margin-bottom: 3px; }
.service-index { border-top: 1px solid var(--line-strong); }
.service-row { display: grid; grid-template-columns: 34px clamp(148px, 17vw, 230px) minmax(190px, .65fr) minmax(0, 1fr) 30px; gap: 24px; align-items: center; min-height: 166px; padding: 15px 4px; border-bottom: 1px solid var(--line); transition: transform .25s ease, background-color .25s ease; }
.service-row:not(a) { grid-template-columns: 72px minmax(190px, .65fr) minmax(0, 1fr) 30px; }
.service-row-image { width: 100%; height: 136px; object-fit: cover; border-radius: 5px; }
.service-row:hover { transform: translateX(6px); background: rgba(255,255,255,.75); }
.service-row-index, .archive-card-copy > span, .project-preview span { color: var(--blue-deep); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-row h3 { margin: 0; font-size: clamp(1.3rem, 2vw, 1.75rem); }
.service-row p { margin: 0; max-width: 38ch; font-size: .94rem; }
.service-row-arrow, .territory-list span { color: var(--blue); font-size: 1.5rem; text-align: right; transition: transform .25s ease; }
a.service-row .service-row-arrow { grid-column: 5; grid-row: 1; }
.service-row:hover .service-row-arrow, .territory-list a:hover span { transform: translate(4px, -4px); }

.projects-section { background: var(--white); }
.project-preview-grid { display: grid; grid-template-columns: 1.16fr .84fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.project-preview { position: relative; min-height: 260px; overflow: hidden; background: var(--ink); }
.project-preview-large { grid-row: span 2; min-height: 540px; }
.project-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.25,1); }
.project-preview::after, .archive-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,32,45,0) 30%, rgba(11,32,45,.9) 100%); content: ""; }
.project-preview:hover img, .archive-card:hover img { transform: scale(1.035); }
.project-preview > div { position: absolute; right: 28px; bottom: 24px; left: 28px; z-index: 1; color: var(--white); }
.project-preview span, .archive-card-copy > span { color: var(--cyan); }
.project-preview h3 { margin: 7px 40px 0 0; color: var(--white); }
.project-preview b, .archive-card-copy b { position: absolute; right: 0; bottom: 2px; color: var(--cyan); font-size: 1.4rem; font-weight: 400; }

.closing-section { padding: clamp(72px, 8vw, 110px) 0; color: var(--white); background: var(--blue-deep); }
.closing-grid { display: flex; align-items: end; justify-content: space-between; gap: 34px; }
.closing-section .eyebrow { color: #e3f6ff; }
.closing-section h2 { max-width: 11ch; margin-bottom: 0; }

.page-hero { padding: clamp(45px, 5vw, 72px) 0; background: #eaf4fa; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1fr minmax(280px, .58fr); align-items: end; gap: 60px; }
.page-hero h1 { max-width: 9ch; margin-bottom: 0; }
.page-hero .lede { margin: 0 0 7px; }
.page-hero-grid--media { grid-template-columns: minmax(0, 1fr) minmax(370px, .88fr); grid-template-rows: 1fr auto; align-items: start; gap: 24px 7%; }
.page-hero-grid--media > div:first-child { align-self: end; }
.page-hero-grid--media .lede { grid-column: 1; grid-row: 2; align-self: start; max-width: 42ch; margin: 0 0 12px; }
.page-hero-grid--media h1 { max-width: 11ch; font-size: clamp(3.4rem, 5.5vw, 6rem); }
.page-hero-photo { grid-column: 2; grid-row: 1 / 3; width: 100%; height: clamp(480px, 47vw, 650px); margin: 0; overflow: hidden; border-radius: 6px; background: #dce8ee; }
.page-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.company-photo-strip { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; margin-top: 60px; }
.company-photo-strip figure { position: relative; height: clamp(260px, 28vw, 390px); margin: 0; overflow: hidden; background: #dce8ee; }
.company-photo-strip img { width: 100%; height: 100%; object-fit: cover; }
.company-photo-strip figcaption { position: absolute; right: 18px; bottom: 16px; left: 18px; color: #fff; font-size: .78rem; font-weight: 700; text-shadow: 0 1px 8px rgba(0,0,0,.7); }
.company-story { background: #f1f8fb; }
.company-intro-grid { grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 34px clamp(34px, 6vw, 92px); align-items: center; }
.company-intro-photo, .method-photo { position: relative; height: clamp(330px, 34vw, 480px); margin: 0; overflow: hidden; background: #dce8ee; }
.company-intro-photo img, .method-photo img { width: 100%; height: 100%; object-fit: cover; }
.company-intro-photo figcaption, .method-photo figcaption { position: absolute; right: 16px; bottom: 16px; padding: 6px 10px; color: var(--white); background: rgba(11,32,45,.75); border-radius: 3px; font-size: .75rem; font-weight: 700; }
.company-intro-grid .case-facts { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); gap: 0 28px; margin-top: 20px; }
.company-photo-strip { margin-top: clamp(54px, 6vw, 82px); }
.method-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: clamp(38px, 8vw, 110px); align-items: center; }
.method-grid h2 { max-width: 11ch; }
.method-grid .lede { max-width: 39ch; }
.method-photo { height: clamp(360px, 36vw, 520px); }

.project-archive { background: var(--white); }
.project-archive-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.archive-card { position: relative; min-height: 520px; overflow: hidden; background: var(--ink); }
.archive-card-wide { grid-row: span 2; min-height: 760px; }
.archive-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.25,1); }
.archive-card-copy { position: absolute; right: 32px; bottom: 28px; left: 32px; z-index: 1; color: var(--white); }
.archive-card-copy h2 { max-width: 12ch; margin: 9px 0 10px; color: var(--white); font-size: clamp(2rem, 4vw, 3.8rem); }
.archive-card-copy p { max-width: 34ch; margin: 0; color: rgba(255,255,255,.8); }
.territory-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-strong); }
.territory-list a { display: flex; justify-content: space-between; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 700; transition: transform .25s ease, color .25s ease; }
.territory-list a:nth-child(odd) { padding-right: 32px; border-right: 1px solid var(--line); }
.territory-list a:nth-child(even) { padding-left: 32px; }
.territory-list a:hover { transform: translateX(6px); color: var(--blue-deep); }

.case-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .66fr); gap: clamp(44px, 9vw, 160px); }
.case-intro h2 { max-width: 12ch; }
.case-intro > div > p:not(.eyebrow):not(.source-note) { max-width: 55ch; font-size: 1.1rem; }
.case-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 0; border-top: 1px solid var(--line-strong); }
.case-facts div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.case-facts dt { margin-bottom: 5px; color: var(--blue-deep); font-size: .73rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.case-facts dd { margin: 0; color: var(--ink); font-weight: 600; line-height: 1.45; }
.source-note { margin-top: 30px; padding: 18px 0 0; border-top: 1px solid var(--line); font-size: .93rem; }
.gallery-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.gallery-intro h2 { margin: 0; }
.gallery-intro > p { max-width: 34ch; margin: 0 0 4px; }
.project-gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.project-photo { position: relative; grid-column: span 4; overflow: hidden; min-height: 300px; margin: 0; background: var(--ink); }
.project-photo:nth-child(3n + 1) { grid-column: span 6; }
.project-photo-featured { grid-column: span 7 !important; min-height: 500px; }
.project-photo img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.25,1); }
.project-photo:hover img { transform: scale(1.04); }
.project-photo::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(11,32,45,.8)); content: ""; pointer-events: none; }
.project-photo figcaption { position: absolute; right: 18px; bottom: 16px; left: 18px; z-index: 1; color: var(--white); font-size: .9rem; font-weight: 600; }
.project-photo figcaption span { margin-right: 10px; color: var(--cyan); font-size: .72rem; font-weight: 700; letter-spacing: .1em; }

.site-footer { padding: 76px 0 24px; background: var(--white); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .55fr .9fr; gap: 60px; padding-bottom: 70px; }
.footer-brand img { width: 214px; height: auto; margin-bottom: 20px; }
.footer-brand p { max-width: 28ch; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-column h2 { margin: 0 0 9px; color: var(--ink); font-family: "DM Sans", sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a:hover, .footer-base a:hover { color: var(--blue); }
.footer-column p { margin: 0 0 8px; font-size: .9rem; line-height: 1.5; }
.footer-base { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; color: var(--ink-soft); border-top: 1px solid var(--line); font-size: .76rem; }
.footer-base span:last-child { text-align: right; }
.footer-base button { padding: 0; color: inherit; background: transparent; border: 0; font-size: inherit; }
.footer-credit { margin-left: 18px; }

.cookie-banner { position: fixed; right: 22px; bottom: 22px; z-index: 60; display: flex; align-items: center; gap: 28px; width: min(720px, calc(100vw - 44px)); padding: 18px 20px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.cookie-banner h2 { margin: 0 0 3px; font-size: 1.1rem; }
.cookie-banner p { margin: 0; font-size: .8rem; line-height: 1.35; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 7px; }
.cookie-actions .button { min-height: 40px; padding: 10px 13px; font-size: .76rem; }
.cookie-dialog { width: min(560px, calc(100% - 32px)); padding: 32px; color: var(--ink); border: 0; border-radius: 22px; box-shadow: var(--shadow); }
.cookie-dialog::backdrop { background: rgba(11,32,45,.38); backdrop-filter: blur(3px); }
.cookie-dialog h2 { margin-bottom: 12px; }
.cookie-dialog > form > p:not(.eyebrow) { font-size: .94rem; }
.cookie-category { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); }
.cookie-category h3 { margin: 0; font-family: "DM Sans", sans-serif; font-size: 1rem; letter-spacing: 0; }
.cookie-category p { margin: 2px 0 0; font-size: .83rem; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }

.content-grid, .form-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .68fr); gap: clamp(42px, 9vw, 140px); }
.rich-text { max-width: 72ch; }
.rich-text h2 { max-width: none; font-size: 2rem; }
.rich-text h3 { margin-top: 34px; }
.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 12px 26px; background: #e7f3fa; border: 1px solid #c6e3f2; border-radius: 6px; }
.fact, .request-panel, .media-register, .cert-grid, .form-card, .contact-details { padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.fact { padding: 24px 16px; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.fact:nth-child(odd) { border-right: 1px solid var(--line); }
.fact:nth-last-child(-n+2) { border-bottom: 0; }
.fact span, .field-note { display: block; color: var(--blue-deep); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.fact strong { display: block; margin-top: 3px; font-family: Manrope, sans-serif; font-size: 1.15rem; }
.form-card { box-shadow: 0 14px 40px rgba(11,32,45,.06); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field-full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: .86rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; color: var(--ink); background: var(--paper); border: 1px solid var(--line-strong); border-radius: 10px; outline: 0; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,137,213,.12); }
.form-status { margin: 18px 0 0; font-size: .9rem; }
.form-status[data-kind="error"] { color: #a83f3f; }
.form-status[data-kind="success"] { color: #247151; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.media-register { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.media-slot { padding: 22px; background: var(--paper-blue); border: 1px solid var(--line); border-radius: 14px; }
.media-slot strong { display: block; margin-bottom: 4px; }
.media-slot span { color: var(--ink-soft); font-size: .88rem; }
.legal { max-width: 75ch; }
.legal h2 { max-width: none; font-size: 2rem; }

.section-dark { background: var(--paper-blue); }
.section-blue { background: var(--paper-blue); }
.hero-side { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; }
.hero-side-list { margin: 28px 0 0; padding: 0; list-style: none; }
.hero-side-list li { display: flex; gap: 14px; padding: 12px 0; border-top: 1px solid var(--line); font-weight: 700; }
.hero-side-list span { color: var(--blue); font-size: .75rem; }
.rule-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-strong); }
.rule-list li { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.rule-list span { color: var(--ink-soft); font-size: .83rem; }
.rule-list strong { font-size: .9rem; text-align: right; }
.status { color: var(--blue-deep); font-size: .82rem; font-weight: 700; }
.breadcrumb { margin-bottom: 20px; color: var(--ink-soft); font-size: .85rem; }

@media (max-width: 950px) {
  .desktop-nav, .nav-action { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; padding: 10px 0 10px 18px; color: var(--ink); background: transparent; border: 0; font-weight: 700; }
.mobile-panel { position: fixed; inset: 89px 0 auto; display: flex; flex-direction: column; gap: 18px; max-height: calc(100dvh - 89px); overflow-y: auto; padding: 28px 32px 34px; background: #f0f8fc; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(11,32,45,.08); transform: translateY(-140%); transition: transform .35s ease; }
  .mobile-panel[data-open="true"] { transform: translateY(0); }
  .mobile-panel .button { align-self: stretch; min-height: 56px; margin-top: 10px; background: #d8eefb; border: 1px solid #a9d7f0; }
  .mobile-panel a.button-primary, .mobile-panel a.button-primary:hover { color: var(--ink); }
  .mobile-panel a.button-primary:hover { background: #c2e4f7; }
  .hero-grid, .intro-grid, .case-intro, .content-grid, .form-layout { grid-template-columns: 1fr; }
  .hero-grid { min-height: 690px; }
  .hero-copy-block { width: min(540px, 67%); }
  .page-hero-grid--media { grid-template-columns: 1fr .8fr; }
  .page-hero-photo { height: 440px; }
  .intro-grid { gap: 38px; }
  .intro-grid h2 { max-width: 12ch; }
  .case-intro { gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .company-intro-grid, .method-grid { grid-template-columns: 1fr; }
  .company-intro-grid .case-facts { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .nav-shell { min-height: 72px; }
  .brand { width: 146px; }
  .mobile-panel { inset: 73px 0 auto; max-height: calc(100dvh - 73px); padding-inline: 18px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero { padding: 0 0 64px; }
  .hero-grid { width: 100%; min-height: max(680px, calc(100svh - 72px)); align-items: flex-end; }
  .hero-copy-block { width: 100%; margin: 0; padding: 110px 18px 54px; }
  .hero-copy-block h1 { max-width: 11ch; font-size: clamp(2.65rem, 10.8vw, 4.15rem); }
  .hero-copy { max-width: 32ch; }
  .hero-visual { border-radius: 0; }
  .hero-visual::after { background: linear-gradient(0deg, rgba(248,250,252,.99) 0%, rgba(248,250,252,.96) 41%, rgba(248,250,252,.42) 76%, rgba(248,250,252,0) 100%); }
  .hero-video-caption { top: 18px; right: 18px; bottom: auto; }
  .hero-proof { margin-top: 24px; }
  .section { padding: 70px 0; }
  .section-heading, .gallery-intro, .closing-grid { display: block; }
  .section-heading > p, .gallery-intro > p { margin-top: 22px; }
  .service-row { grid-template-columns: 26px 92px minmax(0,1fr) 20px; gap: 12px; padding: 16px 0; }
  .service-row:not(a) { grid-template-columns: 26px minmax(0,1fr) 20px; }
  .service-row:not(a) p { grid-column: 2 / -1; }
  .service-row:hover { transform: none; }
  .service-row-image { width: 92px; height: 96px; }
  .service-row h3 { font-size: 1.14rem; }
  .service-row p { grid-column: 3 / -1; font-size: .85rem; }
  a.service-row .service-row-arrow { grid-column: 4; grid-row: 1; }
  .project-preview-grid, .project-archive-grid { display: block; }
  .project-preview, .project-preview-large, .archive-card, .archive-card-wide { min-height: 440px; margin-bottom: 14px; }
  .page-hero { padding: 48px 0; }
  .page-hero-grid { display: block; }
  .page-hero-grid--media h1 { font-size: clamp(2.7rem, 10.5vw, 3.4rem); }
  .page-hero .lede { margin-top: 20px; }
  .page-hero-photo { width: 100%; height: 300px; margin-top: 26px; }
  .company-photo-strip { grid-template-columns: 1fr; margin-top: 38px; }
  .company-photo-strip figure { height: 260px; }
  .company-intro-photo, .method-photo { height: 300px; }
  .company-intro-grid .case-facts { grid-template-columns: 1fr 1fr; gap: 0 14px; }
  .territory-list { display: block; }
  .territory-list a:nth-child(odd), .territory-list a:nth-child(even) { padding-inline: 0; border-right: 0; }
  .case-facts { grid-template-columns: 1fr; }
  .project-gallery-grid { display: block; }
  .project-photo, .project-photo-featured { min-height: 290px; margin-bottom: 14px; }
  .project-photo img { min-height: 290px; }
  .footer-grid { display: block; }
  .footer-column { margin-top: 36px; }
  .footer-base { display: block; line-height: 1.8; }
  .footer-base span:last-child { margin-top: 12px; text-align: left; }
  .footer-credit { display: block; margin: 2px 0 0; }
  .cookie-banner { display: block; right: 12px; bottom: 12px; width: calc(100vw - 24px); padding: 16px; }
  .cookie-actions { flex-wrap: wrap; margin-top: 14px; }
  .cookie-actions .button { flex: 1 1 auto; }
  .form-grid, .media-register { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
