:root {
  --green-night: #013528;
  --green-deep: #113b2a;
  --green-vivid: #399939;
  --gold: #c99a25;
  --graphite: #262626;
  --white: #ffffff;
  --line: #d7ddd8;
  --display: "Montserrat", Arial, sans-serif;
  --body: "Source Sans 3", Arial, sans-serif;
  --shell: min(1410px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--graphite);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.045em; line-height: .99; }
h2 { margin-bottom: 0; font-size: clamp(3.3rem, 5.9vw, 6.5rem); color: var(--green-night); }
button, a { -webkit-tap-highlight-color: transparent; }
.section { position: relative; padding: 140px 0; overflow: hidden; }
.section-shell, .nav-shell, .hero-shell, .footer-shell { width: var(--shell); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 100; background: var(--gold); color: var(--green-night); padding: 11px 18px; font: 800 13px var(--display); }
.skip-link:focus { top: 18px; }
.section-kicker { margin: 0 0 26px; color: var(--gold); font: 800 11px var(--display); letter-spacing: .22em; text-transform: uppercase; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); }
.nav-shell { height: 118px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { width: 340px; height: 108px; overflow: hidden; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 2.4vw, 42px); font: 700 13px var(--display); }
.main-nav > a:not(.nav-cta) { position: relative; padding: 14px 0; text-shadow: 0 1px 6px rgba(0,0,0,.35); }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--gold); transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 15px 22px; background: var(--gold); color: var(--green-night); clip-path: polygon(0 0,100% 0,100% 78%,91% 100%,0 100%); transition: background .25s, transform .25s; }
.nav-cta:hover, .nav-cta:focus-visible { background: #e0b43f; transform: translateY(-2px); }
.menu-toggle { display: none; }

.hero { position: relative; height: 920px; min-height: 760px; background: var(--green-night); color: var(--white); overflow: hidden; }
.hero-photo { position: absolute; inset: 0 0 0 43%; z-index: 1; clip-path: polygon(22% 0,100% 0,100% 100%,0 100%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero-seam { position: absolute; z-index: 3; top: -6%; left: 51.5%; width: 6px; height: 116%; background: var(--green-vivid); transform: rotate(24.3deg); transform-origin: top; box-shadow: -15px 0 0 -13px var(--gold); }
.hero-shell { position: relative; z-index: 4; height: 100%; display: flex; align-items: center; padding-top: 92px; }
.hero-copy { width: 47%; padding-right: 30px; }
.hero h1 { margin: 0 0 28px; font-size: clamp(4.25rem, 6.4vw, 7rem); max-width: 820px; }
.hero h1 span { display: block; }
.hero h1 span::after { content: ""; display: inline-block; width: .12em; height: .12em; border-radius: 50%; background: var(--green-vivid); margin-left: .05em; }
.hero-copy > p:not(.location) { max-width: 560px; color: rgba(255,255,255,.82); font-size: 1.25rem; line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { min-height: 64px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 26px; font: 800 14px var(--display); transition: transform .25s, background .25s; }
.button svg, .text-link svg, .contact-cta svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { background: var(--green-vivid); color: var(--white); clip-path: polygon(0 0,94% 0,100% 18%,100% 100%,0 100%); }
.button-primary:hover, .button-primary:focus-visible { background: #46ad46; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding: 9px 0 7px; border-bottom: 2px solid var(--gold); font: 800 14px var(--display); }
.text-link svg { color: var(--gold); transition: transform .25s; }
.text-link:hover svg, .text-link:focus-visible svg { transform: translateX(5px); }
.location { display: flex; align-items: center; gap: 8px; margin: 34px 0 0; color: rgba(255,255,255,.7); font-size: .9rem; }
.location svg { width: 21px; fill: none; stroke: var(--gold); stroke-width: 1.7; }
.location span { color: var(--gold); }
.hero-scroll { position: absolute; z-index: 5; left: 50%; bottom: 34px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.62); font: 700 9px var(--display); letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll span { width: 56px; height: 1px; background: var(--gold); position: relative; }
.hero-scroll span::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.manifesto { padding-top: 0; background: var(--white); }
.brand-marquee { overflow: hidden; background: var(--green-vivid); color: var(--green-night); white-space: nowrap; }
.brand-marquee div { width: max-content; padding: 17px 0; font: 900 16px var(--display); letter-spacing: .19em; text-transform: uppercase; animation: marquee 28s linear infinite; }
.brand-marquee span { color: var(--gold); margin: 0 28px; }
@keyframes marquee { to { transform: translateX(-50%); } }
.manifesto-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 120px; padding-top: 140px; align-items: start; }
.manifesto-heading h2 span { display: block; color: var(--green-vivid); }
.manifesto-copy { max-width: 640px; padding-top: 70px; }
.manifesto-copy .lead { color: var(--green-deep); font: 700 1.35rem/1.5 var(--display); }
.manifesto-copy > p:not(.lead) { color: #5c635e; max-width: 590px; }
.manifesto-commitment { margin-top: 48px; padding: 26px 0 26px 28px; border-left: 4px solid var(--gold); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.manifesto-commitment span { display: block; color: var(--gold); font: 800 10px var(--display); text-transform: uppercase; letter-spacing: .18em; }
.manifesto-commitment strong { display: block; max-width: 520px; margin-top: 9px; color: var(--green-night); font: 800 1.12rem/1.4 var(--display); }

.solutions { background: var(--white); padding-top: 110px; min-height: 1180px; }
.solutions-photo { position: absolute; z-index: 1; top: 0; right: 0; width: 38%; height: 520px; clip-path: polygon(34% 0,100% 0,100% 100%,0 100%); }
.solutions-photo::before { content: ""; position: absolute; z-index: 2; inset: 0; border-left: 2px solid var(--green-vivid); pointer-events: none; }
.solutions-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.solutions-shell { position: relative; z-index: 2; }
.solutions-heading { width: 61%; min-height: 410px; }
.solutions-heading h2 { font-size: clamp(3.8rem, 5.6vw, 6rem); }
.solutions-heading h2 span { display: block; color: var(--green-vivid); }
.solutions-heading > p:last-child { max-width: 450px; margin-top: 26px; color: #5f6761; }
.service-index { border-top: 1px solid #aeb7b0; }
.service-row { min-height: 210px; display: grid; grid-template-columns: 120px 1fr 1fr; gap: 52px; align-items: center; border-bottom: 1px solid #aeb7b0; transition: background .3s; }
.service-row:hover { background: #f6f8f6; }
.service-row-number { color: var(--gold); font: 900 clamp(3.8rem, 5vw, 5.5rem) var(--display); line-height: 1; }
.service-unit { display: grid; grid-template-columns: 26px 1fr; gap: 16px; padding-right: 34px; }
.service-unit + .service-unit { border-left: 1px solid var(--line); padding-left: 45px; }
.service-arrow { width: 24px; fill: none; stroke: var(--gold); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s; }
.service-unit:hover .service-arrow { transform: translateX(6px); }
.service-unit h3 { margin: 0 0 12px; color: var(--green-night); font-size: clamp(1.2rem, 1.55vw, 1.6rem); line-height: 1.15; }
.service-unit p { margin: 0; max-width: 390px; color: #626963; font-size: .93rem; line-height: 1.45; }
.service-more { display: inline-block; margin-top: 18px; color: var(--green-vivid); font: 800 10px var(--display); letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.service-unit:focus-visible { outline-offset: 8px; }

.method { background: var(--green-night); color: var(--white); min-height: 900px; }
.method-watermark { position: absolute; right: -3%; bottom: -20%; color: rgba(255,255,255,.025); font: 900 34rem/1 var(--display); letter-spacing: -.1em; }
.method-shell { position: relative; z-index: 1; }
.method-heading { display: grid; grid-template-columns: 1.1fr .55fr; column-gap: 90px; align-items: end; margin-bottom: 100px; }
.method-heading .section-kicker { grid-column: 1 / -1; }
.method-heading h2 { color: var(--white); font-size: clamp(3.6rem, 5.3vw, 5.8rem); }
.method-heading h2 span { color: var(--green-vivid); }
.method-heading > p:last-child { margin: 0 0 8px; color: rgba(255,255,255,.62); }
.method-track { position: relative; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.method-track::before { content: ""; position: absolute; left: 3%; right: 3%; top: 35px; height: 2px; background: var(--gold); }
.method-track li { position: relative; padding-right: 34px; }
.method-track li::after { content: ""; position: absolute; top: 28px; right: 4px; width: 12px; height: 12px; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); transform: rotate(45deg); }
.method-track li:last-child::after { display: none; }
.method-track li > span { position: relative; z-index: 2; width: 70px; height: 70px; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; background: var(--green-night); color: var(--gold); font: 900 1.15rem var(--display); }
.method-track li div { margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.method-track strong { display: block; min-height: 64px; color: var(--green-vivid); font: 800 1.02rem/1.3 var(--display); }
.method-track p { max-width: 220px; color: rgba(255,255,255,.64); font-size: .88rem; line-height: 1.45; }

.segments { min-height: 850px; padding: 0; background: var(--white); }
.segments-photo { position: absolute; inset: 0 0 0 52%; clip-path: polygon(25% 0,100% 0,100% 100%,0 100%); }
.segments-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.segments-shell { position: relative; z-index: 2; min-height: 850px; padding: 110px 0; }
.segments-heading { width: 56%; }
.segments-heading h2 { font-size: clamp(3.4rem, 5.1vw, 5.5rem); }
.segments-heading h2 span { display: block; color: var(--green-vivid); }
.segment-lines { width: 62%; margin-top: 70px; display: flex; flex-wrap: wrap; gap: 0; }
.segment-lines span { position: relative; margin: 0 32px 24px 0; padding-right: 34px; color: var(--green-night); font: 800 clamp(1.05rem, 1.8vw, 1.65rem)/1.15 var(--display); }
.segment-lines span::after { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 34px; background: var(--gold); transform: translateY(-50%) rotate(26deg); }
.segment-lines span:nth-child(3n+2) { color: var(--green-vivid); }
.segment-lines span:last-child::after { display: none; }

.differentials { background: var(--gold); color: var(--green-night); padding: 110px 0 0; }
.differentials-heading { display: grid; grid-template-columns: .55fr 1.15fr; align-items: end; padding-bottom: 56px; }
.differentials .section-kicker { color: var(--green-night); margin-bottom: 7px; }
.differentials h2 { font-size: clamp(3rem, 4.8vw, 5.2rem); }
.differentials h2 span { display: block; color: var(--white); }
.differential-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(1,53,40,.35); }
.differential-list article { min-height: 260px; padding: 36px 30px 46px; border-right: 1px solid rgba(1,53,40,.35); }
.differential-list article:first-child { border-left: 1px solid rgba(1,53,40,.35); }
.differential-list article span { font: 900 11px var(--display); letter-spacing: .13em; }
.differential-list h3 { margin: 46px 0 14px; color: var(--green-night); font-size: 1.2rem; line-height: 1.2; }
.differential-list p { margin: 0; max-width: 230px; color: rgba(1,53,40,.72); font-size: .94rem; }

.about { background: var(--white); }
.about-shell { display: grid; grid-template-columns: 1.05fr .72fr .48fr; gap: 70px; align-items: start; }
.about-intro { grid-column: 1 / -1; padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.about-intro h2 span { color: var(--green-vivid); }
.about-name > span { color: var(--gold); font: 800 10px var(--display); text-transform: uppercase; letter-spacing: .18em; }
.about-name h3 { margin: 20px 0 30px; color: var(--green-night); font-size: clamp(4rem, 6vw, 6.5rem); }
.about-name p { max-width: 420px; color: #5d655f; }
.about-symbol { display: grid; place-items: center; min-height: 400px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); overflow: hidden; }
.about-symbol img { width: 115%; max-width: none; filter: saturate(.93); }
.expertise-rail { padding-top: 8px; }
.expertise-rail article { padding: 0 0 26px 18px; margin-bottom: 26px; border-left: 3px solid var(--green-vivid); }
.expertise-rail span { color: var(--green-night); font: 800 1rem var(--display); }
.expertise-rail p { margin: 8px 0 0; color: #687069; font-size: .9rem; line-height: 1.4; }

.contact { background: var(--green-night); color: var(--white); min-height: 690px; }
.contact-arrow { position: absolute; z-index: 1; left: 40%; top: 50%; width: 27%; height: 270px; border-top: 5px solid var(--gold); border-right: 5px solid var(--gold); transform: translateY(-50%) rotate(45deg); }
.contact-shell { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .72fr; gap: 220px; align-items: center; }
.contact h2 { color: var(--white); font-size: clamp(4rem, 6.3vw, 7rem); }
.contact h2 span { display: block; color: var(--green-vivid); }
.contact-copy > p:last-child { max-width: 570px; margin-top: 30px; color: rgba(255,255,255,.68); font-size: 1.12rem; }
.contact-action { padding-top: 40px; }
.contact-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 0 18px; border-bottom: 3px solid var(--gold); color: var(--white); font: 800 clamp(1.15rem, 1.7vw, 1.65rem) var(--display); }
.contact-cta svg { width: 30px; color: var(--gold); transition: transform .25s; }
.contact-cta:hover svg { transform: translateX(8px); }
.contact-list { margin-top: 34px; font-style: normal; }
.contact-list a, .contact-list div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 11px 0; }
.contact-list span { color: var(--gold); font: 800 9px var(--display); text-transform: uppercase; letter-spacing: .13em; }
.contact-list strong { font: 600 14px var(--display); overflow-wrap: anywhere; }

.site-footer { background: var(--green-night); color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.15); }
.footer-shell { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-shell img { width: 280px; height: 96px; object-fit: contain; }
.footer-shell p { margin: 0; font: 700 10px var(--display); text-transform: uppercase; letter-spacing: .14em; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.25,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 48px, 920px); }
  .section { padding: 110px 0; }
  .menu-toggle { position: relative; z-index: 12; display: grid; place-content: center; gap: 5px; width: 48px; height: 48px; color: var(--white); background: rgba(1,53,40,.7); border: 1px solid rgba(255,255,255,.38); }
  .menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .brand { position: relative; z-index: 12; width: 260px; height: 88px; }
  .nav-shell { height: 96px; }
  .main-nav { position: fixed; z-index: 11; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 20px; background: var(--green-night); font-size: 1.25rem; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
  .main-nav.is-open { opacity: 1; visibility: visible; }
  .nav-cta { margin-top: 16px; font-size: .85rem; }
  .hero { height: 1050px; }
  .hero-photo { inset: 47% 0 0; clip-path: polygon(0 20%,100% 0,100% 100%,0 100%); }
  .hero-photo img { object-position: 60% 25%; }
  .hero-seam { display: none; }
  .hero-shell { align-items: flex-start; padding-top: 165px; }
  .hero-copy { width: 92%; }
  .hero h1 { max-width: 760px; }
  .hero-copy > p:not(.location) { max-width: 590px; }
  .hero-scroll { display: none; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 42px; }
  .manifesto-copy { padding-top: 0; }
  .solutions { min-height: 0; }
  .solutions-photo { position: relative; width: calc(100% - 24px); height: 430px; margin-left: 24px; clip-path: polygon(17% 0,100% 0,100% 100%,0 100%); }
  .solutions-heading { width: 100%; min-height: 0; margin: 70px 0; }
  .service-row { grid-template-columns: 90px 1fr 1fr; gap: 28px; }
  .method-heading { grid-template-columns: 1fr; gap: 26px; }
  .method-track { grid-template-columns: 1fr; gap: 28px; }
  .method-track::before { left: 34px; top: 0; bottom: 0; width: 2px; height: auto; right: auto; }
  .method-track li { display: grid; grid-template-columns: 92px 1fr; padding: 0; }
  .method-track li::after { display: none; }
  .method-track li div { margin: 4px 0 0; padding: 0 0 28px; border-top: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .method-track strong { min-height: 0; }
  .segments { min-height: 1050px; }
  .segments-photo { inset: 53% 0 0; clip-path: polygon(0 18%,100% 0,100% 100%,0 100%); }
  .segments-shell { min-height: 1050px; padding-top: 100px; }
  .segments-heading, .segment-lines { width: 100%; }
  .differentials-heading { grid-template-columns: 1fr; gap: 18px; }
  .differential-list { grid-template-columns: 1fr 1fr; }
  .about-shell { grid-template-columns: 1fr 1fr; }
  .about-intro { grid-column: 1 / -1; }
  .about-symbol { display: none; }
  .contact-arrow { opacity: .3; left: 37%; }
  .contact-shell { gap: 100px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 32px); }
  body { font-size: 16px; }
  .section { padding: 82px 0; }
  .section-kicker { margin-bottom: 18px; }
  .nav-shell { height: 82px; }
  .brand { width: 210px; height: 70px; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero { height: 970px; min-height: 0; }
  .hero-shell { padding-top: 126px; }
  .hero-copy { width: 100%; padding: 0; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 4.7rem); }
  .hero-copy > p:not(.location) { font-size: 1.03rem; max-width: 350px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 14px; margin-top: 28px; }
  .button { width: 100%; min-height: 58px; padding: 0 18px; font-size: 12px; }
  .text-link { align-self: flex-start; }
  .location { flex-wrap: wrap; margin-top: 24px; }
  .hero-photo { inset: 60% 0 0; clip-path: polygon(0 18%,100% 0,100% 100%,0 100%); }
  .hero-photo img { object-position: 66% center; }
  .brand-marquee div { font-size: 12px; padding: 14px 0; }
  .manifesto-grid { padding-top: 82px; }
  h2, .manifesto-heading h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .manifesto-copy .lead { font-size: 1.05rem; }
  .manifesto-commitment { margin-top: 32px; }
  .solutions-photo { height: 330px; width: 100%; margin-left: 0; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%); }
  .solutions-heading { margin: 52px 0; }
  .solutions-heading h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .service-row { grid-template-columns: 50px 1fr; gap: 16px; padding: 28px 0; }
  .service-row-number { font-size: 2.4rem; align-self: start; }
  .service-unit { grid-column: 2; padding: 0 0 24px; }
  .service-unit + .service-unit { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }
  .service-unit h3 { font-size: 1.12rem; }
  .method-heading { margin-bottom: 60px; }
  .method-heading h2 { font-size: clamp(2.8rem, 13vw, 4.1rem); }
  .method-watermark { display: none; }
  .method-track li { grid-template-columns: 72px 1fr; }
  .method-track li > span { width: 58px; height: 58px; }
  .method-track::before { left: 28px; }
  .segments { min-height: 970px; }
  .segments-shell { min-height: 970px; padding-top: 78px; }
  .segments-heading h2 { font-size: clamp(2.65rem, 12.5vw, 3.9rem); }
  .segment-lines { margin-top: 45px; }
  .segment-lines span { margin-right: 22px; padding-right: 24px; font-size: 1.02rem; }
  .segments-photo { inset: 62% 0 0; }
  .differentials { padding-top: 82px; }
  .differentials h2 { font-size: clamp(2.7rem, 12vw, 3.8rem); }
  .differential-list { grid-template-columns: 1fr; }
  .differential-list article { min-height: 190px; border-left: 1px solid rgba(1,53,40,.35); border-bottom: 1px solid rgba(1,53,40,.35); }
  .differential-list h3 { margin-top: 30px; }
  .about-shell { grid-template-columns: 1fr; gap: 46px; }
  .about-intro { padding-bottom: 46px; }
  .about-name h3 { font-size: clamp(4rem, 20vw, 5.5rem); }
  .contact { min-height: 0; }
  .contact-shell { grid-template-columns: 1fr; gap: 58px; }
  .contact h2 { font-size: clamp(3.1rem, 14vw, 4.6rem); }
  .contact-arrow { display: none; }
  .contact-action { padding-top: 0; }
  .contact-list a, .contact-list div { grid-template-columns: 1fr; gap: 3px; }
  .footer-shell { padding: 28px 0; min-height: 0; flex-direction: column; text-align: center; }
  .footer-shell img { width: 240px; height: 82px; }
}

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