:root {
  --ink: #101913;
  --forest: #153d2d;
  --mint: #b4d2bc;
  --paper: #f4f2ec;
  --white: #fffef9;
  --muted: #526057;
  --line: #cfd3c9;
  --gutter: clamp(22px, 5vw, 88px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
figure, h1, h2, h3, p, ul, dl, dd { margin: 0; }
h1, h2, h3 { font-weight: 500; line-height: 1.04; letter-spacing: -.05em; align-self: start; }
h1 em, h2 em, h3 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
::selection { color: var(--ink); background: var(--mint); }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.skip-link { position: fixed; z-index: 110; top: 8px; left: 16px; padding: 12px 20px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 0 var(--gutter); color: var(--white); background: var(--ink); border-bottom: 1px solid #ffffff30; transition: height .3s; }
.site-header.scrolled, .site-header.menu-open { height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; font-size: 12px; letter-spacing: .01em; }
.brand img { width: 61px; height: 34px; object-fit: contain; mix-blend-mode: lighten; }
.site-header .brand { min-height: 48px; }
.site-header .brand img { width: 100px; height: auto; }
.desktop-nav { display: flex; gap: 36px; font-size: 17px; font-weight: 500; }
.desktop-nav a { position: relative; padding: 14px 0; }
.desktop-nav a::after { position: absolute; content: ""; bottom: 8px; left: 0; width: 100%; height: 1px; background: var(--mint); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta { justify-self: end; display: flex; gap: 20px; align-items: center; min-height: 44px; color: var(--mint); font-size: 15px; white-space: nowrap; }
.header-cta span { font-size: 23px; }
.menu-button, .mobile-nav { display: none; }
.page-progress { position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; background: var(--mint); transform: scaleX(var(--page-progress, 0)); transform-origin: left; }

.hero { position: relative; min-height: min(960px, 100svh); display: flex; align-items: flex-end; color: var(--white); overflow: hidden; background: #121a14; }
.hero-media { position: absolute; inset: -3% 0; background: url("assets/images/hero-ausbau.webp") 59% center / cover; transform: translate3d(0, var(--hero-shift, 0px), 0) scale(1.025); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #060e09e6, #060e0990 48%, #060e0920 85%), linear-gradient(0deg, #060e09c9, transparent 70%); }
.hero-content { position: relative; z-index: 1; padding: 210px var(--gutter) 132px; width: 100%; }
.hero-kicker { margin-bottom: 34px; color: #d0dacf; }
.hero h1 { font-size: clamp(64px, 7.6vw, 126px); line-height: 1.03; }
.title-line { display: block; overflow: hidden; padding-bottom: .12em; margin-bottom: -.12em; }
.title-line > span, .title-line > em { display: block; }
.title-line em { color: var(--mint); font-size: .82em; }
.hero-bottom { display: flex; align-items: flex-end; gap: 70px; margin-top: 42px; }
.hero-bottom p { max-width: 380px; color: #e0e5df; font-size: 17px; line-height: 1.65; }
.round-link { display: inline-flex; gap: 24px; align-items: center; font-size: 13px; }
.round-link > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #e1eee173; border-radius: 50%; font-size: 20px; transition: background .3s, color .3s, transform .4s var(--ease); }
.round-link:hover > span { background: var(--mint); color: var(--ink); transform: translateY(4px); }
.hero-foot { position: absolute; z-index: 1; bottom: 26px; left: var(--gutter); right: var(--gutter); display: flex; justify-content: space-between; gap: 24px; padding-top: 18px; border-top: 1px solid #ffffff38; font-size: 11px; letter-spacing: .03em; color: #c6d0c5; }
.hero-foot a span { margin-left: 20px; }
.js .title-line > span, .js .title-line > em { animation: title-enter 1.1s .12s var(--ease) both; }
.js .title-line:nth-child(2) > em { animation-delay: .26s; }
.js .hero-kicker, .js .hero-bottom, .js .hero-foot { animation: soft-enter .9s .48s var(--ease) both; }
@keyframes title-enter { from { transform: translateY(112%); } to { transform: none; } }
@keyframes soft-enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

.services { padding: 82px var(--gutter) 0; }
.services-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 8%; margin-bottom: 50px; }
.services-heading > .eyebrow { grid-column: 1 / -1; margin-bottom: 22px; color: var(--muted); }
.services-heading h2 { font-size: clamp(46px, 4.6vw, 72px); }
.services-heading h2 em { color: var(--forest); }
.services-lead { max-width: 440px; align-self: center; color: var(--muted); font-size: 17px; }
.service-story { position: relative; display: grid; grid-template-columns: 55% 1fr; gap: 7%; align-items: start; }
.service-visual { position: sticky; top: 104px; padding-bottom: 0; }
.visual-stack { position: relative; height: clamp(370px, calc(100svh - 235px), 650px); overflow: hidden; background: #bcc0b6; isolation: isolate; }
.visual-frame { position: absolute; inset: 0; --wipe: 0; clip-path: inset(0 0 calc((1 - var(--wipe)) * 100%) 0); }
.visual-frame:first-child { --wipe: 1; }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(calc(1.085 - var(--wipe) * .065)); }
.visual-frame::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, #07120ac2); }
.visual-frame figcaption { position: absolute; z-index: 1; inset: auto 26px 24px; display: flex; justify-content: space-between; gap: 16px; padding-top: 14px; border-top: 1px solid #ffffff66; font-size: 11px; color: var(--white); }
.visual-frame figcaption span:last-child { color: #e1e8df; }
.story-nav { display: grid; grid-template-columns: 1.15fr .95fr 1fr; }
.story-nav a { position: relative; display: flex; align-items: center; gap: 12px; padding: 20px 8px 18px 0; color: #66736a; font-size: 12px; transition: color .3s; }
.story-nav a span { font-size: 10px; opacity: .6; }
.story-nav a[aria-current="true"] { color: var(--forest); font-weight: 600; }
.story-nav a::before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 2px; background: var(--forest); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.story-nav a[aria-current="true"]::before { transform: scaleX(1); }
.story-track { height: 1px; background: var(--line); }
.story-track span { display: block; height: 1px; width: 100%; background: var(--forest); transform-origin: left; transform: scaleX(var(--story-progress, 0)); }
.service-chapter { min-height: clamp(600px, calc(100svh - 180px), 680px); padding: 36px 0 62px; border-bottom: 1px solid var(--line); }
.service-chapter + .service-chapter { padding-top: 70px; }
.service-chapter:last-child { border-bottom: 0; }
.chapter-heading { display: flex; gap: 17px; align-items: center; margin-bottom: 32px; }
.chapter-heading .eyebrow { color: var(--forest); }
.chapter-number { font-family: Georgia, serif; font-style: italic; color: #657268; font-size: 17px; }
.chapter-content h3 { font-size: clamp(42px, 4vw, 65px); margin-bottom: 26px; }
.chapter-content h3 em { color: var(--forest); }
.chapter-content > p { max-width: 460px; color: var(--muted); font-size: 16px; line-height: 1.65; margin-bottom: 26px; }
.scope { padding: 0; list-style: none; margin-bottom: 23px; }
.scope li { display: flex; align-items: center; gap: 13px; padding: 10px 0; font-size: 13px; border-bottom: 1px solid var(--line); }
.scope li::before { content: ""; width: 4px; height: 4px; background: #718575; flex: 0 0 auto; }
.text-link { position: relative; display: flex; align-items: center; justify-content: space-between; width: fit-content; min-height: 48px; gap: 36px; font-size: 13px; color: var(--forest); }
.text-link::after { position: absolute; content: ""; left: 0; right: 0; bottom: 2px; height: 1px; background: currentColor; transform: scaleX(.22); transform-origin: left; transition: transform .5s var(--ease); }
.text-link:hover::after { transform: scaleX(1); }
.text-link span { font-size: 24px; transition: transform .4s var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }
.mobile-service-image { display: none; }

.company { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #e5e8de; }
.company-image { position: relative; min-height: 580px; overflow: hidden; }
.company-image img { position: absolute; width: 100%; height: 108%; object-fit: cover; object-position: 58% center; top: -4%; transform: translateY(var(--detail-shift, 0px)); }
.company-content { display: flex; flex-direction: column; justify-content: center; padding: 65px clamp(35px, 6vw, 105px); }
.company-content > .eyebrow { margin-bottom: 30px; color: var(--muted); }
.company-content h2 { font-size: clamp(44px, 4.4vw, 70px); margin-bottom: 28px; }
.company-content h2 em { color: var(--forest); }
.company-content > p:not(.eyebrow) { max-width: 420px; color: var(--muted); }
.company-followup { margin-top: 18px; }
.company-content > .text-link { margin-top: 22px; }

.project-start { padding: 76px var(--gutter) 72px; }
.project-start-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0 10%; }
.project-start-heading .eyebrow { grid-column: 1 / -1; color: var(--muted); margin-bottom: 24px; }
.project-start h2 { font-size: clamp(46px, 4.6vw, 72px); }
.project-start h2 em { color: var(--forest); }
.project-start-heading > p:last-child { align-self: center; max-width: 410px; color: var(--muted); font-size: 17px; }
.project-steps { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5%; padding: 0; margin: 44px 0 64px; }
.project-steps li { border-top: 1px solid var(--line); padding-top: 20px; }
.step-number { display: block; color: var(--forest); font-family: Georgia, serif; font-style: italic; font-size: 25px; margin-bottom: 22px; }
.project-steps h3 { font-size: clamp(21px, 1.7vw, 27px); line-height: 1.2; letter-spacing: -.03em; margin-bottom: 15px; }
.project-steps p { max-width: 360px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.questions { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9%; padding-top: 55px; border-top: 1px solid var(--line); }
.questions-intro .eyebrow { margin-bottom: 22px; color: var(--muted); }
.questions h2 { font-size: clamp(43px, 3.9vw, 61px); }
.questions-intro .text-link { margin-top: 18px; }
.question-list details { border-bottom: 1px solid var(--line); }
.question-list details:first-child { border-top: 1px solid var(--line); }
.question-list summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 0; font-size: 16px; line-height: 1.5; }
.question-list summary::-webkit-details-marker { display: none; }
.question-list summary:focus-visible { outline: 2px solid var(--forest); outline-offset: 5px; }
.question-list summary > span { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.question-list summary > span::before, .question-list summary > span::after { content: ''; position: absolute; inset: 8px 0 auto; height: 1px; background: var(--forest); transition: transform .3s var(--ease); }
.question-list summary > span::after { transform: rotate(90deg); }
.question-list details[open] summary > span::after { transform: rotate(0deg); }
.question-answer { padding: 0 38px 24px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.question-list details[open] .question-answer { animation: answer-enter .3s var(--ease); }
@keyframes answer-enter { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: none; } }

.contact { padding: 76px var(--gutter) 64px; background: var(--forest); color: var(--white); }
.contact-top { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 10%; }
.contact-top .eyebrow { grid-column: 1 / -1; margin-bottom: 25px; color: #c1d6c5; }
.contact h2 { font-size: clamp(66px, 7vw, 106px); }
.contact h2 em { color: var(--mint); }
.contact-note { align-self: center; max-width: 410px; font-size: 17px; color: #d4e0d5; }
.contact-note > span { display: block; font-size: 11px; margin-top: 24px; color: #bbd0bf; }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7%; margin-top: 46px; }
.contact-actions a { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; padding: 22px 0 16px; border-top: 1px solid #b6d0bf66; }
.contact-actions small { grid-column: 1 / -1; font-size: 11px; color: #c5d8c9; }
.contact-actions strong { font-size: clamp(20px, 2.45vw, 39px); font-weight: 400; letter-spacing: -.035em; }
.contact-actions a > span { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #a6c4b38f; border-radius: 50%; font-size: 23px; transition: color .3s, background .3s, transform .4s var(--ease); }
.contact-actions a:hover > span { color: var(--forest); background: var(--mint); transform: rotate(45deg); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 32px; padding: 35px var(--gutter) 28px; color: #cfdbd0; background: var(--ink); }
.site-footer p { font-size: 12px; }
.site-footer nav { display: flex; gap: 24px; align-items: start; font-size: 12px; }
.site-footer nav a { min-height: 44px; }
.site-footer .image-credit { grid-column: 1 / 3; font-size: 10px; color: #afbeb1; }
.site-footer small { font-size: 10px; justify-self: end; color: #afbeb1; }

[data-reveal], [data-image-reveal] { opacity: 1; }
.legal-page { min-height: 100svh; }
.legal-page .site-header { position: relative; grid-template-columns: 1fr auto; color: var(--ink); border-color: var(--line); }
.legal-page .header-cta { display: flex; color: var(--forest); }
.legal-main { max-width: 950px; padding: 70px var(--gutter) 100px; }
.legal-main h1 { margin: 20px 0 40px; font-size: clamp(40px, 7vw, 88px); overflow-wrap: anywhere; }
.legal-main h2 { margin: 32px 0 16px; font-size: 25px; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-main p { margin-bottom: 18px; }
.legal-note { padding: 18px 24px; border-left: 2px solid var(--forest); background: #e4e7dc; }

@media (min-width: 1700px) {
  .services, .contact, .project-start { padding-left: max(var(--gutter), calc((100vw - 1550px) / 2)); padding-right: max(var(--gutter), calc((100vw - 1550px) / 2)); }
}
@media (max-width: 1050px) {
  .brand span { max-width: 110px; line-height: 1.3; overflow-wrap: anywhere; }
  .desktop-nav { gap: 22px; }
  .site-header { gap: 22px; }
  .service-story { grid-template-columns: 51% 1fr; gap: 5%; }
  .chapter-content h3 { font-size: 46px; }
  .story-nav a { flex-direction: column; align-items: start; gap: 3px; font-size: 11px; }
  .company-content { padding: 45px 34px; }
  .company-content h2 { font-size: 49px; }
}
@media (max-width: 800px) {
  .project-start { padding-top: 56px; padding-bottom: 54px; }
  .project-start-heading { column-gap: 7%; }
  .project-start h2 { font-size: 46px; }
  .project-start-heading > p:last-child { font-size: 15px; }
  .project-steps { gap: 24px; }
  .project-steps h3 { font-size: 21px; }
  .questions { grid-template-columns: .7fr 1.3fr; gap: 6%; }
  .questions h2 { font-size: 43px; }
  .question-list summary { font-size: 15px; gap: 18px; }
  html { scroll-padding-top: 88px; }
  .site-header, .site-header.scrolled { height: 72px; grid-template-columns: 1fr auto; }
  .brand span { max-width: none; font-size: 11px; }
  .brand img { width: 53px; height: 31px; }
  .site-header .brand img { width: 86px; height: auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: flex; position: relative; width: 46px; height: 46px; align-items: center; justify-content: center; border: 0; background: none; color: inherit; cursor: pointer; }
  .menu-button span { position: absolute; width: 26px; height: 1px; background: currentColor; transform: translateY(-4px); transition: transform .35s var(--ease); }
  .menu-button span:last-child { transform: translateY(4px); }
  .menu-button[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
  .mobile-nav { position: absolute; top: 100%; left: 0; right: 0; display: block; padding: 18px var(--gutter) 26px; background: var(--ink); color: var(--white); visibility: hidden; clip-path: inset(0 0 100% 0); transition: clip-path .55s var(--ease), visibility .55s; }
  .mobile-nav.open { visibility: visible; clip-path: inset(0); }
  .mobile-nav > a { display: flex; align-items: center; gap: 18px; padding: 17px 0; border-bottom: 1px solid #ffffff25; font-size: 26px; letter-spacing: -.04em; transform: translateY(-12px); transition: transform .6s var(--ease); }
  .mobile-nav.open > a { transform: none; }
  .mobile-nav > a small { font-size: 10px; color: var(--mint); letter-spacing: 0; }
  .mobile-nav > a span { margin-left: auto; font-size: 23px; }
  .mobile-nav .mobile-phone { padding-top: 25px; font-size: 16px; border: 0; color: var(--mint); }
  .hero-content { padding-top: 185px; padding-bottom: 118px; }
  .hero h1 { font-size: clamp(56px, 9vw, 76px); }
  .hero-bottom { gap: 30px; justify-content: space-between; }
  .hero-bottom p { font-size: 15px; }
  .hero-foot > a { display: none; }
  .services { padding-top: 55px; }
  .services-heading { gap: 24px; margin-bottom: 38px; }
  .services-heading > .eyebrow { margin-bottom: 0; }
  .services-heading h2 { font-size: 46px; }
  .services-lead { font-size: 15px; }
  .service-story { display: block; }
  .service-visual { display: none; }
  .service-chapter, .service-chapter + .service-chapter { min-height: 0; padding: 30px 0 45px; }
  .chapter-heading { margin-bottom: 20px; }
  .mobile-service-image { display: block; position: relative; aspect-ratio: 1.5; overflow: hidden; margin-bottom: 32px; }
  .mobile-service-image img { width: 100%; height: 100%; object-fit: cover; }
  .chapter-content { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
  .chapter-content h3 { font-size: 46px; margin-bottom: 20px; }
  .chapter-content > p { font-size: 15px; margin-bottom: 20px; }
  .chapter-content .scope { margin-bottom: 0; }
  .chapter-content .text-link { justify-self: start; align-self: center; }
  .company-image { min-height: 510px; }
  .company-content { padding: 44px 28px; }
  .company-content h2 { font-size: 40px; }
  .company-content > p:not(.eyebrow) { font-size: 15px; }
  .contact { padding-top: 58px; padding-bottom: 50px; }
  .contact-note { font-size: 15px; }
  .contact-actions { gap: 28px; }
  .contact-actions strong { font-size: 22px; }
  .contact-actions a > span { width: 38px; height: 38px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer nav { grid-column: 2; grid-row: 1; justify-self: end; }
  .site-footer > p:not(.image-credit) { grid-column: 1 / -1; }
  .site-footer .image-credit { grid-column: 1; }
}
@media (max-width: 540px) {
  .project-start { padding-top: 44px; padding-bottom: 44px; }
  .project-start-heading { grid-template-columns: 1fr; }
  .project-start-heading .eyebrow { margin-bottom: 22px; }
  .project-start h2 { font-size: clamp(43px, 12vw, 58px); }
  .project-start-heading > p:last-child { margin-top: 23px; }
  .project-steps { grid-template-columns: 1fr; gap: 26px; margin: 32px 0 42px; }
  .project-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 0 14px; padding-top: 20px; }
  .step-number { grid-row: 1 / 3; font-size: 23px; margin: 0; }
  .project-steps h3 { font-size: 22px; margin-bottom: 10px; }
  .project-steps p { grid-column: 2; font-size: 14px; }
  .questions { grid-template-columns: 1fr; gap: 28px; padding-top: 36px; }
  .questions-intro { display: grid; grid-template-columns: 1fr auto; gap: 0 12px; }
  .questions-intro .eyebrow { grid-column: 1 / -1; }
  .questions-intro .text-link { margin-top: 0; align-self: end; gap: 14px; font-size: 11px; }
  .question-list summary { padding: 20px 0; }
  .question-answer { padding-right: 20px; font-size: 14px; }
  .site-footer nav { gap: 17px; font-size: 11px; }
  .site-header { gap: 12px; }
  .brand { gap: 9px; }
  .hero { min-height: max(690px, 100svh); }
  .hero-media { background-position: 69% center; }
  .hero-shade { background: linear-gradient(90deg, #07110acf, #07110a30), linear-gradient(0deg, #07110af5, #07110a36 90%); }
  .hero-content { padding: 210px var(--gutter) 117px; }
  .hero-kicker { font-size: 9px; letter-spacing: .11em; margin-bottom: 27px; }
  .hero h1 { font-size: clamp(48px, 13.6vw, 68px); line-height: 1; }
  .title-line em { font-size: .82em; max-width: 11ch; }
  .hero-bottom { display: block; margin-top: 30px; }
  .hero-bottom p { font-size: 15px; line-height: 1.6; }
  .hero-bottom .round-link { margin-top: 22px; }
  .round-link { gap: 24px; }
  .round-link > span { width: 42px; height: 42px; }
  .hero-foot { font-size: 9px; bottom: 23px; }
  .services-heading { grid-template-columns: 1fr; gap: 21px; margin-bottom: 25px; }
  .services-heading h2 { font-size: clamp(43px, 12vw, 58px); }
  .services-lead { line-height: 1.65; max-width: 390px; }
  .service-chapter, .service-chapter + .service-chapter { padding: 28px 0 38px; }
  .mobile-service-image { margin-left: calc(-1 * var(--gutter)); margin-right: calc(-1 * var(--gutter)); margin-bottom: 28px; aspect-ratio: 1.36; }
  .chapter-content { display: block; }
  .chapter-content h3 { font-size: clamp(43px, 12vw, 58px); margin-bottom: 20px; }
  .chapter-content > p { line-height: 1.65; margin-bottom: 22px; }
  .chapter-content .scope { margin-bottom: 18px; }
  .scope li { padding: 10px 0; font-size: 13px; }
  .company { grid-template-columns: 1fr; }
  .company-image { min-height: 0; aspect-ratio: 1.45; }
  .company-content { padding: 38px var(--gutter) 45px; }
  .company-content > .eyebrow { margin-bottom: 23px; }
  .company-content h2 { font-size: clamp(43px, 12vw, 58px); margin-bottom: 23px; }
  .contact { padding: 46px var(--gutter) 35px; }
  .contact-top { grid-template-columns: 1fr; }
  .contact-top .eyebrow { margin-bottom: 22px; font-size: 10px; }
  .contact h2 { font-size: clamp(61px, 17vw, 80px); }
  .contact-note { margin-top: 23px; max-width: 370px; }
  .contact-note > span { margin-top: 20px; font-size: 10px; }
  .contact-actions { grid-template-columns: 1fr; gap: 14px; margin-top: 30px; }
  .contact-actions a { padding-top: 17px; padding-bottom: 8px; gap: 0; }
  .contact-actions a > small { font-size: 11px; }
  .contact-actions strong { font-size: clamp(23px, 6vw, 30px); }
  .contact-actions a > span { width: 43px; height: 43px; }
  .site-footer { gap: 22px; padding-top: 29px; padding-bottom: 23px; }
  .site-footer .brand > span { display: none; }
  .site-footer p { font-size: 11px; }
  .site-footer .image-credit { grid-column: 1 / -1; max-width: 275px; font-size: 10px; }
  .site-footer > small { grid-column: 1 / -1; justify-self: start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0s !important; }
  .hero-media, .company-image img { transform: none !important; }
  .visual-frame img { transform: none; }
}
@media (max-width: 540px) and (max-height: 700px) {
  .hero { min-height: 100svh; }
  .hero-content { padding-top: 110px; padding-bottom: 96px; }
  .hero h1 { font-size: clamp(44px, 12.8vw, 53px); }
  .hero-kicker { margin-bottom: 22px; }
  .hero-bottom { margin-top: 24px; }
  .hero-bottom .round-link { margin-top: 17px; }
}
