:root {
  --ink: #071116;
  --ink-soft: #101b20;
  --green: #5a9218;
  --green-bright: #77b32c;
  --paper: #f2f3ef;
  --paper-deep: #e5e8e1;
  --line: #d0d5cd;
  --muted: #5c686e;
  --white: #fff;
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.corp-topbar { position: sticky; z-index: 70; top: 0; display: grid; grid-template-columns: 240px minmax(0, 1fr) auto; align-items: center; min-height: 78px; padding: 0 clamp(20px, 4vw, 64px); color: #fff; background: rgba(7, 17, 22, .97); box-shadow: 0 10px 30px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.corp-brand { display: flex; align-items: center; width: 215px; height: 70px; overflow: hidden; }
.corp-brand img { width: 215px; height: auto; }
.corp-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2.1vw, 36px); }
.corp-nav > a, .corp-menu > a { position: relative; padding: 31px 0 28px; color: #fff; text-decoration: none; text-transform: uppercase; white-space: nowrap; font-size: 11px; font-weight: 800; letter-spacing: .045em; }
.corp-nav > a:hover, .corp-nav > a:focus-visible, .corp-menu > a:hover, .corp-menu > a:focus-visible, .corp-nav .active { color: var(--green-bright); }
.corp-nav .active::after { content: ""; position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; background: var(--green-bright); }
.corp-menu { position: relative; display: flex; align-items: center; align-self: stretch; }
.corp-menu > a::after { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 0 3px 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.corp-dropdown { position: absolute; top: calc(100% - 8px); left: 50%; display: grid; width: 290px; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 5px; background: #0d191e; box-shadow: 0 18px 45px rgba(0,0,0,.36); opacity: 0; visibility: hidden; transform: translate(-50%,10px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.corp-dropdown::before { content: ""; position: absolute; top: -12px; right: 0; left: 0; height: 14px; }
.corp-menu:hover .corp-dropdown, .corp-menu:focus-within .corp-dropdown, .corp-menu.is-open .corp-dropdown { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.corp-dropdown a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 14px; border-radius: 4px; color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; }
.corp-dropdown a::after { content: "→"; color: var(--green-bright); font-size: 17px; }
.corp-dropdown a:hover, .corp-dropdown a:focus-visible { background: #19272d; }
.corp-quote { padding: 12px 17px; border-radius: 4px; color: #fff; background: var(--green); text-decoration: none; text-transform: uppercase; white-space: nowrap; font-size: 11px; font-weight: 800; letter-spacing: .035em; }

.breadcrumbs { display: flex; gap: 9px; margin-bottom: 48px; color: #9aa6aa; font-size: 11px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs span::before { content: "/"; margin-right: 9px; color: var(--green-bright); }
.eyebrow, .section-kicker { margin: 0; color: var(--green-bright); text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .14em; }

.about-hero { display: grid; grid-template-columns: minmax(520px, .98fr) minmax(480px, 1.02fr); min-height: 720px; color: #fff; background: var(--ink); }
.about-hero-copy { align-self: center; padding: 70px clamp(30px, 5.5vw, 90px) 75px clamp(28px, 6vw, 96px); }
.about-hero h1 { margin: 22px 0 0; text-transform: uppercase; font-size: clamp(50px, 5.6vw, 88px); line-height: .88; letter-spacing: -.055em; }
.about-hero h1 strong { color: var(--green-bright); font-weight: 900; }
.about-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 29px 0 0; color: #c7cfd1; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.68; }
.hero-link { display: flex; align-items: center; justify-content: space-between; width: 230px; margin-top: 32px; padding: 15px 17px; border-radius: 4px; background: var(--green); text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 900; }
.hero-link span { font-size: 19px; }
.about-hero-visual { position: relative; min-height: 720px; overflow: hidden; background: #263138; }
.about-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,22,.35), transparent 35%), linear-gradient(0deg, rgba(7,17,22,.6), transparent 48%); }
.about-hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .75s ease; }
.about-hero-visual:hover > img { transform: scale(1.025); }
.hero-year { position: absolute; z-index: 2; right: clamp(22px, 4vw, 64px); bottom: 58px; display: grid; padding: 21px 25px; border-left: 5px solid var(--green-bright); color: #fff; background: rgba(7,17,22,.86); backdrop-filter: blur(8px); }
.hero-year span { text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.hero-year strong { color: var(--green-bright); font-size: 42px; line-height: 1.05; }
.about-hero-visual > p { position: absolute; z-index: 2; bottom: 24px; left: 28px; margin: 0; color: #fff; text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .12em; }

.about-story { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 140px); padding: 105px clamp(24px, 7vw, 112px); background: var(--paper); scroll-margin-top: 78px; }
.story-heading h2, .capability-heading h2, .journey-intro h2, .value-heading h2, .corp-cta h2, .contact-prep h2 { margin: 15px 0 0; text-transform: uppercase; font-size: clamp(39px, 4.6vw, 68px); line-height: .93; letter-spacing: -.045em; }
.story-copy { padding-top: 5px; }
.story-lead { margin: 0; font-size: clamp(20px, 2vw, 29px); line-height: 1.38; letter-spacing: -.015em; }
.story-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; margin-top: 38px; padding-top: 31px; border-top: 1px solid var(--line); }
.story-columns p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.story-copy blockquote { position: relative; margin: 43px 0 0; padding: 27px 34px; border-left: 5px solid var(--green); color: #fff; background: var(--ink); font-size: 16px; font-weight: 700; line-height: 1.55; }

.capability-section { padding: 95px clamp(24px, 6vw, 96px) 105px; color: #fff; background: var(--ink-soft); }
.capability-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 50px; align-items: end; margin-bottom: 54px; }
.capability-heading h2 { grid-column: 1; max-width: 800px; }
.capability-heading > p:last-child { grid-column: 2; grid-row: 1 / span 2; max-width: 480px; margin: 0 0 7px; color: #aeb8bc; font-size: 14px; line-height: 1.7; }
.capability-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.capability-card { position: relative; display: flex; flex-direction: column; min-height: 430px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #132027; transition: transform .25s ease, border-color .25s ease; }
.capability-card:hover { border-color: var(--green-bright); transform: translateY(-6px); }
.capability-card img { width: 100%; height: 175px; object-fit: cover; filter: grayscale(.25) contrast(1.05); }
.capability-card > span { position: absolute; top: 14px; left: 14px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #fff; background: var(--green); font-size: 10px; font-weight: 900; }
.capability-card h3 { margin: 22px 20px 0; text-transform: uppercase; font-size: 18px; }
.capability-card p { flex: 1; margin: 13px 20px 0; color: #9facb1; font-size: 12px; line-height: 1.62; }
.capability-card a { margin: 20px; color: var(--green-bright); text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: 900; }

.journey-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px,8vw,130px); padding: 102px clamp(24px,7vw,112px); background: var(--paper-deep); }
.journey-list { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.journey-list li { display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding: 29px 0; border-bottom: 1px solid #c2c8c0; }
.journey-list li:first-child { border-top: 1px solid #c2c8c0; }
.journey-list time { color: var(--green); text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.journey-list h3 { margin: 0; text-transform: uppercase; font-size: 17px; }
.journey-list p { max-width: 630px; margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.value-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px,7vw,115px); padding: 98px clamp(24px,7vw,112px); background: #fff; }
.value-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.value-grid article { min-height: 270px; padding: 27px; border: 1px solid var(--line); background: var(--paper); }
.value-grid b { color: var(--green); font-size: 11px; }
.value-grid h3 { margin: 48px 0 0; text-transform: uppercase; font-size: 18px; line-height: 1.15; }
.value-grid p { margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.62; }

.corp-cta { display: grid; grid-template-columns: 1.15fr .85fr auto; align-items: end; gap: 50px; padding: 78px clamp(24px,6vw,96px); color: #fff; background: var(--ink); }
.corp-cta h2 { font-size: clamp(38px,4.2vw,62px); }
.corp-cta > p { max-width: 450px; margin: 0 0 5px; color: #b4bec1; font-size: 14px; line-height: 1.65; }
.corp-cta > a { display: flex; align-items: center; justify-content: space-between; min-width: 205px; padding: 16px 18px; border-radius: 4px; background: var(--green); text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 900; }
.corp-cta > a span { font-size: 19px; }

.contact-hero { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 630px; color: #fff; background: var(--ink); }
.contact-hero-copy { align-self: center; padding: 65px clamp(30px,6vw,96px) 70px; }
.contact-hero h1 { margin: 22px 0 0; text-transform: uppercase; font-size: clamp(60px,7.3vw,115px); line-height: .79; letter-spacing: -.067em; }
.contact-hero h1 strong { color: var(--green-bright); }
.contact-hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 31px 0 0; color: #c5cdd0; font-size: 16px; line-height: 1.7; }
.contact-quick { display: flex; flex-direction: column; justify-content: center; padding: 65px clamp(26px,5vw,78px); background: #101c21; }
.contact-quick > p { margin: 0 0 25px; color: var(--green-bright); text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.contact-quick > a { display: grid; grid-template-columns: 1fr auto; gap: 7px 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.15); text-decoration: none; }
.contact-quick > a:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-quick span { color: #86959b; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.contact-quick strong { grid-column: 1; font-size: clamp(16px,1.5vw,22px); }
.contact-quick b { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--green-bright); font-size: 21px; }
.contact-quick a:hover strong { color: var(--green-bright); }

.contact-cards { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-bottom: 1px solid var(--line); background: #fff; }
.contact-cards article { display: flex; align-items: center; gap: 18px; min-height: 154px; padding: 28px clamp(18px,2.2vw,38px); border-right: 1px solid var(--line); }
.contact-cards article:last-child { border-right: 0; }
.contact-cards svg { flex: 0 0 auto; width: 43px; height: 43px; fill: none; stroke: var(--green); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.contact-cards div { display: grid; min-width: 0; gap: 5px; }
.contact-cards span { color: var(--muted); text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.contact-cards a, .contact-cards strong { overflow-wrap: anywhere; text-decoration: none; font-size: 14px; }
.contact-cards small { color: #818b90; font-size: 10px; }

.map-section { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(330px,.55fr); min-height: 650px; background: var(--paper-deep); scroll-margin-top: 78px; }
.map-frame { min-height: 650px; overflow: hidden; background: #d6dbd3; }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 650px; filter: saturate(.75) contrast(1.03); }
.location-panel { align-self: center; padding: 60px clamp(30px,5vw,78px); }
.location-panel h2 { margin: 15px 0 0; text-transform: uppercase; font-size: clamp(40px,4vw,64px); line-height: .92; letter-spacing: -.045em; }
.location-panel address { margin: 31px 0 0; color: #3d494f; font-size: 16px; font-style: normal; line-height: 1.7; }
.coordinate { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 23px; }
.coordinate span { padding: 7px 9px; border: 1px solid #bdc4bb; color: #5c686e; font-family: Consolas, monospace; font-size: 10px; }
.location-panel > a { display: flex; align-items: center; justify-content: space-between; max-width: 245px; margin-top: 32px; padding: 15px 17px; border-radius: 4px; color: #fff; background: var(--green); text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 900; }
.location-panel > a span { font-size: 18px; }

.contact-prep { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px,8vw,130px); padding: 100px clamp(24px,7vw,112px); background: #fff; }
.contact-prep ol { display: grid; margin: 0; padding: 0; list-style: none; }
.contact-prep li { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact-prep li:first-child { border-top: 1px solid var(--line); }
.contact-prep li > b { color: var(--green); font-size: 11px; }
.contact-prep h3 { margin: 0; text-transform: uppercase; font-size: 17px; }
.contact-prep p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.sectors-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 690px; overflow: hidden; color: #fff; background: var(--ink); }
.sectors-hero-copy { align-self: center; padding: 65px clamp(30px,5.5vw,90px) 70px clamp(28px,6vw,96px); }
.sectors-hero h1 { max-width: 940px; margin: 22px 0 0; text-transform: uppercase; font-size: clamp(52px,6.1vw,96px); line-height: .84; letter-spacing: -.06em; }
.sectors-hero h1 strong { color: var(--green-bright); font-weight: 900; }
.sectors-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 29px 0 0; color: #c6ced1; font-size: 16px; line-height: 1.7; }
.sectors-hero-collage { position: relative; min-height: 690px; overflow: hidden; background: #568c1c; }
.sectors-hero-collage::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px); background-size: 62px 62px; }
.sector-visual { position: absolute; display: grid; grid-template-rows: minmax(0,1fr) auto; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.55); background: #f2f3ef; box-shadow: 0 24px 60px rgba(7,17,22,.22); }
.sector-visual img { align-self: center; width: 100%; height: 100%; padding: 13px; object-fit: contain; }
.sector-visual figcaption { padding: 9px 12px; color: #fff; background: var(--ink); text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.sector-visual-books { z-index: 3; top: 11%; left: 9%; width: 44%; height: 34%; transform: rotate(-2deg); }
.sector-visual-corporate { z-index: 2; top: 20%; right: 8%; width: 40%; height: 30%; transform: rotate(2.3deg); }
.sector-visual-boxes { z-index: 4; bottom: 10%; left: 14%; width: 38%; height: 32%; transform: rotate(1.5deg); }
.sector-visual-promo { z-index: 3; right: 10%; bottom: 13%; width: 40%; height: 34%; transform: rotate(-2.2deg); }
.collage-mark { position: absolute; z-index: 8; top: 50%; left: 50%; display: flex; align-items: center; gap: 10px; width: 125px; height: 125px; padding: 18px; border-radius: 50%; color: #fff; background: var(--ink); transform: translate(-50%,-50%); box-shadow: 0 18px 45px rgba(0,0,0,.3); }
.collage-mark strong { color: var(--green-bright); font-size: 36px; line-height: 1; }
.collage-mark span { text-transform: uppercase; font-size: 8px; font-weight: 900; line-height: 1.35; letter-spacing: .08em; }

.sector-intro { display: grid; grid-template-columns: 1fr .75fr; gap: clamp(45px,8vw,130px); align-items: end; padding: 96px clamp(24px,7vw,112px) 76px; background: var(--paper); scroll-margin-top: 78px; }
.sector-intro h2, .sector-process-heading h2 { margin: 15px 0 0; text-transform: uppercase; font-size: clamp(40px,4.7vw,70px); line-height: .92; letter-spacing: -.045em; }
.sector-intro > p { max-width: 560px; margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.sector-browser { padding: 0 clamp(24px,6vw,96px) 105px; background: var(--paper); }
.sector-toolbar { position: sticky; z-index: 30; top: 78px; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin: 0 -10px 30px; padding: 14px 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(242,243,239,.94); backdrop-filter: blur(10px); }
.sector-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.sector-filters button { padding: 10px 14px; border: 1px solid #c3c9c0; border-radius: 999px; color: var(--ink); background: #fff; cursor: pointer; font: inherit; font-size: 11px; font-weight: 800; }
.sector-filters button:hover, .sector-filters button:focus-visible { border-color: var(--green); }
.sector-filters button.is-active { border-color: var(--green); color: #fff; background: var(--green); }
.sector-result { margin: 0; color: var(--muted); white-space: nowrap; font-size: 11px; }
.sector-result strong { color: var(--green); font-size: 16px; }
.sector-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.sector-card { display: grid; grid-template-columns: minmax(210px,.75fr) minmax(0,1.25fr); min-height: 360px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 34px rgba(12,24,27,.05); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.sector-card[hidden] { display: none !important; }
.sector-card:hover { border-color: #a9c88a; box-shadow: 0 18px 42px rgba(12,24,27,.1); transform: translateY(-4px); }
.sector-card figure { min-height: 100%; margin: 0; overflow: hidden; background: #e6e9e2; }
.sector-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.sector-card:hover figure img { transform: scale(1.025); }
.sector-card-copy { display: flex; flex-direction: column; min-width: 0; padding: 27px; }
.sector-card-copy > p:first-child { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--green); text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.sector-card-copy > p:first-child span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--green); border-radius: 50%; font-size: 9px; }
.sector-card h3 { margin: 22px 0 0; text-transform: uppercase; font-size: clamp(22px,2vw,32px); line-height: .98; letter-spacing: -.025em; }
.sector-card-copy > p:nth-of-type(2) { margin: 17px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.sector-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 0; padding: 0; list-style: none; }
.sector-card li { padding: 6px 8px; border: 1px solid #d3d8d0; color: #526067; background: var(--paper); text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .04em; }
.sector-card a { margin-top: auto; padding-top: 21px; color: var(--green); text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: 900; }

.sector-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px,8vw,130px); padding: 100px clamp(24px,7vw,112px); color: #fff; background: var(--ink-soft); }
.sector-process-heading > p:last-child { max-width: 480px; margin: 24px 0 0; color: #aab6ba; font-size: 14px; line-height: 1.65; }
.sector-process ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; }
.sector-process li { min-height: 210px; padding: 27px; border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.sector-process li:nth-child(even) { border-right: 1px solid rgba(255,255,255,.17); }
.sector-process li:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.17); }
.sector-process li > b { color: var(--green-bright); font-size: 11px; }
.sector-process h3 { margin: 47px 0 0; text-transform: uppercase; font-size: 17px; }
.sector-process li p { margin: 10px 0 0; color: #9eabb0; font-size: 12px; line-height: 1.6; }

.corp-footer { display: grid; grid-template-columns: minmax(200px,1fr) auto minmax(320px,1fr) auto; align-items: center; gap: 45px; min-height: 118px; padding: 20px clamp(24px,6vw,96px); color: #fff; background: #040a0d; }
.footer-brand { display: flex; width: 190px; height: 74px; overflow: hidden; }
.footer-brand img { width: 190px; height: auto; object-fit: contain; }
.footer-contact { display: grid; gap: 7px; }
.footer-contact a, .footer-action { color: #fff; text-decoration: none; font-size: 12px; }
.corp-footer address { color: #9eaaae; font-size: 12px; font-style: normal; line-height: 1.55; }
.footer-action { display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 10px; font-weight: 900; }
.footer-action span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--green); font-size: 17px; }

.js .about-story > *, .js .capability-grid > *, .js .journey-section > *, .js .value-grid > *, .js .contact-cards > *, .js .map-section > *, .js .contact-prep > *, .js .sector-grid > *, .js .sector-process > * { opacity: 0; transform: translateY(17px); transition: opacity .5s ease, transform .5s ease; }
.js .is-visible > * { opacity: 1; transform: none; }
.js .is-visible > :nth-child(2) { transition-delay: .07s; }
.js .is-visible > :nth-child(3) { transition-delay: .14s; }
.js .is-visible > :nth-child(4) { transition-delay: .21s; }
:focus-visible { outline: 3px solid #91d32d; outline-offset: 3px; }

@media (max-width: 1120px) {
  .corp-topbar { grid-template-columns: 195px minmax(0,1fr) auto; padding-inline: 18px; }
  .corp-brand, .corp-brand img { width: 180px; }
  .corp-nav { justify-content: flex-start; gap: 19px; }
  .about-hero { grid-template-columns: 1fr 1fr; }
  .capability-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .capability-card { min-height: 405px; }
  .corp-cta { grid-template-columns: 1fr 1fr; }
  .corp-cta > a { grid-column: 2; }
  .contact-cards { grid-template-columns: repeat(2,1fr); }
  .contact-cards article:nth-child(2) { border-right: 0; }
  .contact-cards article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .sector-card { grid-template-columns: minmax(180px,.7fr) minmax(0,1.3fr); }
  .sector-card-copy { padding: 23px; }
}

@media (max-width: 820px) {
  .corp-topbar { grid-template-columns: 1fr auto; min-height: 70px; }
  .corp-brand { height: 64px; }
  .corp-nav { grid-column: 1/-1; grid-row: 2; justify-content: flex-start; gap: 20px; height: 42px; border-top: 1px solid rgba(255,255,255,.08); overflow-x: auto; }
  .corp-nav > a, .corp-menu > a { padding: 15px 0; font-size: 9px; }
  .corp-quote { grid-column: 2; grid-row: 1; }
  .corp-dropdown { position: fixed; top: 109px; right: 10px; left: 10px; width: auto; transform: translateY(8px); }
  .corp-menu:hover .corp-dropdown, .corp-menu:focus-within .corp-dropdown, .corp-menu.is-open .corp-dropdown { transform: translateY(0); }
  .about-hero, .contact-hero { grid-template-columns: 1fr; }
  .about-hero-visual { min-height: 560px; }
  .about-story, .journey-section, .value-section, .contact-prep { grid-template-columns: 1fr; gap: 40px; padding-block: 72px; }
  .capability-heading { grid-template-columns: 1fr; gap: 22px; }
  .capability-heading > p:last-child { grid-column: 1; grid-row: auto; }
  .value-grid { grid-template-columns: repeat(3,1fr); }
  .map-section { grid-template-columns: 1fr; }
  .map-frame, .map-frame iframe { min-height: 520px; }
  .location-panel { padding-block: 65px; }
  .corp-footer { grid-template-columns: repeat(2,1fr); }
  .sectors-hero { grid-template-columns: 1fr; }
  .sectors-hero-collage { min-height: 610px; }
  .sector-intro, .sector-process { grid-template-columns: 1fr; gap: 40px; padding-block: 72px; }
  .sector-toolbar { top: 112px; align-items: flex-start; flex-direction: column; gap: 10px; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-card { grid-template-columns: minmax(220px,.75fr) minmax(0,1.25fr); }
}

@media (max-width: 540px) {
  .corp-brand, .corp-brand img { width: 155px; }
  .corp-quote { padding: 10px 12px; font-size: 10px; }
  .corp-nav > a:nth-of-type(1) { display: none; }
  .about-hero-copy, .contact-hero-copy { padding-inline: 20px; }
  .about-hero h1 { font-size: clamp(45px,14vw,66px); }
  .about-hero-visual { min-height: 440px; }
  .story-columns { grid-template-columns: 1fr; }
  .about-story, .capability-section, .journey-section, .value-section, .contact-prep, .corp-cta { padding-inline: 20px; }
  .capability-grid, .value-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 410px; }
  .journey-list li { grid-template-columns: 72px 1fr; gap: 16px; }
  .corp-cta { grid-template-columns: 1fr; gap: 27px; }
  .corp-cta > a { grid-column: 1; width: min(100%,280px); }
  .contact-hero h1 { font-size: clamp(58px,20vw,84px); }
  .contact-quick { padding-inline: 20px; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-cards article { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--line); }
  .map-frame, .map-frame iframe { min-height: 430px; }
  .location-panel { padding-inline: 20px; }
  .corp-footer { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .footer-brand, .footer-contact, .corp-footer address, .footer-action { justify-self: center; }
  .sectors-hero-copy, .sector-intro, .sector-browser, .sector-process { padding-inline: 20px; }
  .sectors-hero h1 { font-size: clamp(48px,16vw,72px); }
  .sectors-hero-collage { min-height: 470px; }
  .collage-mark { width: 96px; height: 96px; padding: 13px; }
  .collage-mark strong { font-size: 28px; }
  .sector-toolbar { top: 112px; margin-inline: 0; }
  .sector-filters { flex-wrap: nowrap; width: 100%; padding-bottom: 4px; overflow-x: auto; }
  .sector-filters button { flex: 0 0 auto; }
  .sector-card { grid-template-columns: 1fr; }
  .sector-card figure { min-height: 250px; max-height: 320px; }
  .sector-process ol { grid-template-columns: 1fr; }
  .sector-process li, .sector-process li:nth-child(even), .sector-process li:nth-last-child(-n+2) { border: 0; border-top: 1px solid rgba(255,255,255,.17); }
  .sector-process li:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
}

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