:root {
  --blue-600: #1971cc;
  --blue-950: #082549;
  --coral: #c44d1f;
  --cyan: #5ad1ff;
  --ink: #0b1220;
  --card: #131c2e;
  --inset: #0f1728;
  --border: #2b3a52;
  --white: #f5faff;
  --body: #bcd2f0;
  --muted: #8ba6cc;
  --paper: #f8fafc;
  --sans: "Plus Jakarta Sans", system-ui, sans-serif;
  --display: "Sora", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; font-family: var(--sans); color: var(--white); background: var(--ink); line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, video { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.content-shell { width: min(1260px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: clamp(88px, 10vw, 152px); }
.section-dark { background: var(--ink); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 86px; padding: 0 4vw; border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, height .35s ease; }
.site-header.scrolled { height: 68px; background: rgba(11,18,32,.9); backdrop-filter: blur(14px); border-color: rgba(90,209,255,.16); }
.brand { justify-self: start; }
.brand img { width: 166px; height: auto; }
.desktop-nav { display: flex; gap: 36px; font-size: 14px; }
.desktop-nav a { color: #fff; opacity: .78; transition: opacity .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { opacity: 1; }
.header-cta { justify-self: end; }
.menu-button, .mobile-nav { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 0 22px; border-radius: 8px; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-coral { color: #fff; background: var(--coral); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.button-coral:hover { background: #d65a27; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-block: 10px; font-weight: 600; border-bottom: 1px solid currentColor; }
.text-link.light { color: var(--white); }
.coral-link { color: #f27a45; }

.hero { position: relative; min-height: min(100svh, 940px); display: grid; align-items: center; overflow: hidden; isolation: isolate; border-bottom: 1px solid var(--border); }
.hero-video, .esg-video { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-video { object-position: 50% 52%; filter: saturate(.82) contrast(1.05) brightness(.72); transform: scale(1.035); }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(4,13,25,.91) 0%, rgba(8,27,48,.7) 43%, rgba(4,13,25,.12) 74%), linear-gradient(0deg, rgba(4,13,25,.48), transparent 54%), linear-gradient(180deg, rgba(2,9,18,.3), transparent 28%); }
.hero-content { padding-top: 80px; }
.hero-content > * { max-width: 620px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--white); }
.eyebrow::before { content: ""; width: 18px; height: 3px; border-radius: 999px; background: var(--cyan); box-shadow: 0 0 10px rgba(90,209,255,.4); }
.eyebrow.coral { color: #ed7b4f; }
.eyebrow.coral::before { background: var(--coral); box-shadow: none; }
.eyebrow.dark { color: #155eaa; }
.eyebrow.dark::before { background: var(--blue-600); box-shadow: none; }
.hero h1 { margin: 0; max-width: 650px; font-family: var(--display); font-size: clamp(47px, 4.9vw, 74px); line-height: 1.01; letter-spacing: -.055em; text-transform: uppercase; }
.hero-content > p { max-width: 540px; margin: 22px 0 30px; font-size: clamp(16px, 1.35vw, 19px); color: #d2e5f7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.scroll-cue { position: absolute; right: 3.5vw; top: 34%; display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--cyan); }
.scroll-cue span { writing-mode: vertical-rl; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.scroll-cue i { display: block; width: 1px; height: 78px; background: linear-gradient(var(--cyan), transparent); }
.scroll-cue b { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(90,209,255,.5); border-radius: 50%; font-weight: 400; }
.media-controls { position: absolute; left: 22px; bottom: 18px; display: flex; gap: 10px; }
.hero-controls { left: auto; right: 4vw; bottom: 28px; z-index: 3; }
.media-controls button { width: 40px; height: 40px; padding: 0; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: #fff; background: rgba(7,21,38,.48); backdrop-filter: blur(8px); cursor: pointer; }
.media-controls button:hover, .media-controls button:focus-visible { border-color: var(--cyan); outline: none; }

.journey { --journey-progress: 0; --journey-position: 0; min-height: 340vh; padding: 0; border-bottom: 1px solid var(--border); }
.journey-sticky { position: sticky; top: 68px; min-height: min(780px, calc(100vh - 68px)); display: grid; grid-template-columns: .68fr 1.52fr; align-items: center; gap: clamp(42px, 5vw, 76px); overflow: hidden; }
.journey-copy h2 { margin: 0; max-width: 360px; font-family: var(--display); font-size: clamp(34px, 3.2vw, 48px); font-weight: 700; letter-spacing: -.045em; line-height: 1.08; }
.journey-copy > p { max-width: 360px; margin: 18px 0 28px; color: var(--muted); font-size: 14px; }
.chapter-nav { position: relative; display: grid; gap: 20px; margin: 0; padding: 0 0 0 24px; list-style: none; }
.chapter-nav::before { content: ""; position: absolute; left: 4px; top: 8px; bottom: 8px; width: 1px; background: #40607c; }
.chapter-nav li { display: block; }
.chapter-nav button { position: relative; width: 100%; display: grid; grid-template-columns: 48px 1fr; align-items: start; padding: 10px 12px; border: 1px solid transparent; border-radius: 11px; color: var(--muted); background: transparent; font: inherit; text-align: left; cursor: pointer; transition: color .35s ease, transform .35s ease, border-color .35s ease, background .35s ease; }
.chapter-nav button::before { content: ""; position: absolute; left: -36px; top: 18px; width: 7px; height: 7px; border: 1px solid currentColor; border-radius: 50%; background: var(--ink); transition: background .3s, box-shadow .3s; }
.chapter-nav button.active { color: var(--cyan); border-color: rgba(90,209,255,.2); background: linear-gradient(90deg, rgba(90,209,255,.1), rgba(90,209,255,.025)); transform: translateX(3px); backdrop-filter: blur(10px); }
.chapter-nav button.active::before { background: var(--cyan); box-shadow: 0 0 0 4px rgba(90,209,255,.12); }
.chapter-nav button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.chapter-nav b { font-family: var(--display); font-size: 17px; }
.chapter-nav span { color: var(--body); font-size: 12px; line-height: 1.5; }
.journey-media { --journey-cinematic: 0; position: relative; display: flex; width: 100%; min-height: 510px; overflow: hidden; border: 1px solid #49647d; border-radius: 12px; background: var(--card); box-shadow: 0 24px 74px rgba(0,0,0,.32); transform: perspective(1400px) scale(calc(.965 + var(--journey-cinematic) * .035)) rotateX(calc((1 - var(--journey-cinematic)) * 1.2deg)); transform-origin: center; will-change: transform; }
.journey-slice { --slice-scale: .94; --slice-focus: 0; --slice-offset: 0; position: relative; min-width: 0; flex: 1 1 0%; overflow: hidden; opacity: calc(.78 + var(--slice-focus) * .22); filter: saturate(calc(.72 + var(--slice-focus) * .28)) brightness(calc(.66 + var(--slice-focus) * .34)); transform: translate3d(calc(var(--slice-offset) * -10px), calc((1 - var(--slice-focus)) * 12px), 0) scale(var(--slice-scale)); transform-origin: center; will-change: transform, filter; }
.journey-slice:first-child { clip-path: polygon(0 0,100% 0,88% 100%,0 100%); }
.journey-slice:nth-child(2) { clip-path: polygon(12% 0,100% 0,88% 100%,0 100%); }
.journey-slice:last-of-type { clip-path: polygon(12% 0,100% 0,100% 100%,0 100%); }
.journey-slice video { width: 120%; max-width: none; height: 100%; margin-left: -10%; object-fit: cover; transform: scale(calc(1.06 - var(--slice-focus) * .06)) translateX(calc(var(--slice-offset) * -2%)); transform-origin: center; will-change: transform; }
.journey-slice::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(3,10,19,.74)); pointer-events: none; }
.slice-label { position: absolute; z-index: 2; left: 22%; bottom: 72px; display: grid; gap: 4px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(10px); transition: opacity .35s, transform .35s; }
.journey-slice.active .slice-label { opacity: 1; transform: none; }
.slice-label b { color: var(--cyan); }
.journey-controls { z-index: 8; top: 18px; right: 18px; bottom: auto; left: auto; }
.journey-scroll-progress { position: absolute; z-index: 9; left: 50%; bottom: 16px; width: min(260px, 46%); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #d7e8f7; background: rgba(4,13,25,.62); backdrop-filter: blur(12px); transform: translateX(-50%); pointer-events: none; }
.journey-scroll-progress span { font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.journey-scroll-progress i { height: 2px; overflow: hidden; background: rgba(255,255,255,.2); }
.journey-scroll-progress b { display: block; width: 100%; height: 100%; background: var(--cyan); transform: scaleX(var(--journey-progress)); transform-origin: left; }

.services { padding: 88px 0 96px; overflow: hidden; }
.services-heading { max-width: 790px; margin-bottom: 42px; }
.services-heading .eyebrow { margin-bottom: 16px; }
.services-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4.4vw, 62px); line-height: 1.04; letter-spacing: -.052em; }
.services-heading > p { max-width: 680px; margin: 18px 0 0; color: var(--body); font-size: 16px; line-height: 1.65; }
.service-carousel-shell { position: relative; display: grid; grid-template-columns: 52px minmax(0, 1fr) 52px; align-items: center; gap: 10px; }
.service-carousel-viewport { overflow: hidden; padding-block: 8px 14px; outline: none; touch-action: pan-y; }
.service-carousel-viewport:focus-visible { border-radius: 14px; box-shadow: inset 0 0 0 2px var(--cyan); }
.service-carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 36px) / 3); gap: 18px; transition: transform .68s cubic-bezier(.2,.75,.2,1); }
.service-carousel-card { min-height: 500px; display: grid; grid-template-rows: 232px 1fr; overflow: hidden; border: 1px solid var(--border); border-radius: 12px; background: linear-gradient(180deg, #071c36, #06172d); box-shadow: 0 20px 42px rgba(0,0,0,.16); transition: border-color .28s ease, box-shadow .28s ease, opacity .28s ease, filter .28s ease; }
.service-carousel-card.is-active { border-color: rgba(90,209,255,.72); box-shadow: 0 28px 64px rgba(0,0,0,.42), 0 0 0 1px rgba(90,209,255,.12); }
.service-carousel-shell.is-coverflow-ready .service-carousel-viewport { padding-block: 44px 66px; cursor: grab; perspective: clamp(900px, 74vw, 1320px); }
.service-carousel-shell.is-coverflow-ready.is-dragging .service-carousel-viewport { cursor: grabbing; }
.service-carousel-shell.is-coverflow-ready .service-carousel-track { position: relative; display: block; height: 520px; transform: none; transition: none; transform-style: preserve-3d; }
.service-carousel-shell.is-coverflow-ready .service-carousel-card { position: absolute; top: 0; left: 50%; width: clamp(320px, 31vw, 420px); min-height: 0; height: 520px; transform-origin: center; backface-visibility: hidden; }
.service-carousel-shell.is-coverflow-ready.is-moving .service-carousel-card { will-change: transform; }
.service-card-media { position: relative; overflow: hidden; background: var(--inset); }
.service-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,14,27,.04), rgba(5,14,27,.28)); pointer-events: none; }
.service-card-media video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) brightness(.86); transition: filter .45s ease, transform 1.2s ease; }
.service-carousel-card.is-active .service-card-media video { filter: saturate(1) brightness(.96); transform: scale(1.025); }
.service-carousel-body { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto 1fr; align-content: start; padding: 24px 20px 20px; }
.service-carousel-body h3 { margin: 0; padding-right: 10px; font-family: var(--display); font-size: 20px; line-height: 1.18; letter-spacing: -.025em; }
.service-carousel-body > a { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--cyan); border: 1px solid rgba(90,209,255,.3); font-size: 19px; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.service-carousel-body > a:hover, .service-carousel-body > a:focus-visible { color: #fff; background: var(--coral); border-color: var(--coral); outline: none; transform: translate(2px,-2px); }
.service-carousel-body > p { grid-column: 1 / -1; min-height: 42px; margin: 10px 0 15px; color: var(--body); font-size: 12px; line-height: 1.55; }
.service-carousel-body ul { grid-column: 1 / -1; align-self: end; display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.service-carousel-body li { padding: 6px 9px; border: 1px solid rgba(188,210,240,.22); border-radius: 999px; color: #d6e6fb; background: rgba(5,14,27,.44); font-size: 9px; line-height: 1.2; }
.service-carousel-arrow { position: relative; z-index: 210; width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(90,209,255,.58); border-radius: 50%; color: var(--cyan); background: rgba(19,28,46,.9); cursor: pointer; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.service-carousel-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-carousel-arrow:hover, .service-carousel-arrow:focus-visible { color: #fff; background: var(--coral); border-color: var(--coral); outline: none; transform: scale(1.06); }
.service-carousel-footer { display: flex; align-items: center; justify-content: center; gap: 16px; margin: -34px 66px 0; color: var(--muted); font-family: var(--display); font-size: 10px; letter-spacing: .08em; }
.service-carousel-footer > i { width: 150px; height: 2px; overflow: hidden; background: rgba(188,210,240,.18); }
.service-carousel-footer b { display: block; width: 100%; height: 100%; background: var(--cyan); transform: scaleX(.0833); transform-origin: left; transition: transform .55s ease; }

.client-carousel { padding: 86px 0 96px; background: var(--ink); border-top: 1px solid rgba(90,209,255,.14); }
.client-carousel-heading { margin-bottom: 52px; text-align: center; }
.client-carousel-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(30px, 3vw, 44px); letter-spacing: -.045em; }
.client-carousel-heading p { margin: 10px 0 0; color: var(--body); font-size: 15px; }
.client-carousel-shell { width: min(calc(100vw - 32px), 1680px); margin-inline: 50%; transform: translateX(-50%); }
.client-carousel-viewport { overflow: hidden; padding-block: 8px 16px; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); outline: none; }
.client-carousel-viewport:focus-visible { box-shadow: 0 0 0 2px var(--cyan); }
.client-carousel-track { --client-slider-duration: 72s; display: flex; width: max-content; will-change: transform; }
.client-carousel-shell.is-infinite-slider-ready .client-carousel-track { animation: client-infinite-scroll var(--client-slider-duration) linear infinite; }
.client-carousel-group { display: flex; flex: none; gap: 24px; padding-right: 24px; }
.client-carousel-viewport:hover .client-carousel-track, .client-carousel-viewport:focus-within .client-carousel-track { animation-play-state: paused; }
.client-logo-slide { width: clamp(210px, 15.5vw, 270px); height: 122px; flex: none; display: grid; place-items: center; padding: 18px; border: 1px solid rgba(90,209,255,.2); border-radius: 9px; background: rgba(245,250,255,.96); box-shadow: 0 16px 34px rgba(0,0,0,.14); }
.client-logo-slide img { width: 100%; max-width: 190px; max-height: 76px; object-fit: contain; filter: grayscale(1); opacity: .86; }

@keyframes client-infinite-scroll {
  to { transform: translate3d(-50%, 0, 0); }
}

.esg { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; isolation: isolate; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.esg-video { filter: saturate(.92) brightness(.73); }
.esg-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5,14,27,.96) 0%, rgba(5,14,27,.48) 37%, rgba(5,14,27,.08) 63%, rgba(5,14,27,.72) 100%), linear-gradient(0deg, rgba(3,10,19,.42), transparent 54%); }
.esg-grid { display: grid; grid-template-columns: minmax(300px,.9fr) 1.25fr minmax(320px,.92fr); align-items: center; gap: clamp(28px, 4vw, 62px); padding-block: 48px; }
.esg-copy { grid-column: 1; }
.esg-copy .eyebrow::before { display: none; }
.esg-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(40px, 3.7vw, 60px); font-weight: 700; letter-spacing: -.052em; line-height: 1.04; }
.esg-copy > p { margin: 28px 0 22px; color: var(--body); font-size: 15px; line-height: 1.65; }
.esg-copy { position: relative; }
.esg-controls { position: static; margin-top: 42px; }
.esg-cards { grid-column: 3; display: grid; grid-template-columns: 1fr; gap: 12px; }
.esg-cards article { display: grid; grid-template-columns: 66px 1fr; align-items: center; gap: 18px; min-height: 156px; padding: 22px; border: 1px solid rgba(90,209,255,.22); border-radius: 10px; background: rgba(7,22,38,.8); backdrop-filter: blur(10px); transition: transform .35s ease, background .35s ease; }
.esg-cards article:hover { transform: translateY(-6px); background: rgba(7,22,38,.84); }
.esg-cards i { display: block; color: var(--cyan); font-style: normal; font-size: 42px; line-height: 1; text-align: center; }
.esg-cards h3 { margin: 0 0 7px; font-family: var(--display); font-size: 22px; font-weight: 700; letter-spacing: -.025em; }
.esg-cards p { margin: 0; color: var(--body); font-size: 13px; line-height: 1.5; }

.contact-section { padding: 104px 0; background: linear-gradient(180deg, var(--ink), #0d1c30); border-bottom: 1px solid var(--border); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(48px, 7vw, 96px); }
.contact-copy { padding-top: 8px; }
.contact-kicker { display: inline-flex; align-items: center; min-height: 28px; padding: 0 13px; border: 1px solid rgba(90,209,255,.3); border-radius: 999px; color: var(--cyan); background: rgba(90,209,255,.08); font-size: 12px; font-weight: 700; }
.contact-copy h2 { max-width: 520px; margin: 22px 0 18px; font-family: var(--display); font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.055em; }
.contact-copy > p { max-width: 570px; margin: 0; color: var(--body); font-size: 16px; line-height: 1.65; }
.contact-methods { display: grid; gap: 14px; margin-top: 38px; }
.contact-methods a { min-height: 90px; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 16px; padding: 16px 20px; border: 1px solid var(--border); border-radius: 12px; background: rgba(19,28,46,.72); transition: transform .25s, border-color .25s, background .25s; }
.contact-methods a:hover { transform: translateY(-3px); border-color: rgba(90,209,255,.5); background: var(--card); }
.contact-methods i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--cyan); background: rgba(90,209,255,.1); font-style: normal; font-size: 20px; }
.contact-methods span { display: grid; gap: 3px; }
.contact-methods b { font-size: 14px; }
.contact-methods small { color: var(--body); font-size: 13px; }
.contact-form { display: grid; padding: 32px; border: 1px solid var(--border); border-radius: 14px; background: rgba(19,28,46,.86); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.contact-form label { margin: 0 0 7px; color: var(--body); font-size: 13px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; margin: 0 0 17px; padding: 14px 15px; border: 1px solid #40516b; border-radius: 8px; color: var(--white); background: var(--inset); font: 14px var(--sans); outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form input { min-height: 50px; }
.contact-form textarea { min-height: 124px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #7287a4; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(90,209,255,.1); }
.contact-form button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid #e16b3e; border-radius: 8px; color: #fff; background: var(--coral); font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.contact-form button:hover { transform: translateY(-2px); background: #d65a27; }
.contact-form > p { margin: 13px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.footer { padding: 32px 0; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 200px 1fr auto; align-items: center; gap: 34px; }
.footer img { width: 168px; }
.footer p { color: var(--body); font-size: 13px; }
.footer nav { display: flex; gap: 24px; font-size: 13px; }
.footer small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: var(--muted); font-size: 10px; }

@media (max-width: 920px) {
  .content-shell { width: min(100% - 40px, 720px); }
  .desktop-nav, .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(11,18,32,.5); }
  .menu-button span:not(.sr-only) { display: block; width: 18px; height: 1px; background: #fff; }
  .mobile-nav { position: fixed; inset: 68px 0 auto; display: grid; padding: 24px; background: rgba(11,18,32,.98); border-bottom: 1px solid var(--border); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--border); }
  .hero-content { padding-top: 120px; padding-bottom: 100px; }
  .hero h1 { font-size: clamp(46px, 10vw, 74px); }
  .scroll-cue { display: none; }
  .journey { min-height: auto; padding: 100px 0; }
  .journey-sticky { position: relative; top: auto; min-height: auto; grid-template-columns: 1fr; gap: 40px; }
  .journey-media { min-height: 500px; }
  .journey-controls { top: 18px; right: 18px; bottom: auto; left: auto; }
  .service-carousel-track { grid-auto-columns: calc((100% - 18px) / 2); }
  .service-carousel-card { min-height: 490px; }
  .service-carousel-shell.is-coverflow-ready .service-carousel-track { height: 500px; }
  .service-carousel-shell.is-coverflow-ready .service-carousel-card { width: clamp(300px, 52vw, 380px); height: 500px; }
  .client-carousel-group { gap: 18px; padding-right: 18px; }
  .client-logo-slide { width: clamp(200px, 30vw, 250px); }
  .esg { padding: 100px 0; }
  .esg-grid { grid-template-columns: 1fr; gap: 54px; }
  .esg-copy, .esg-cards { grid-column: 1; }
  .esg-cards { grid-template-columns: 1fr; }
  .esg-controls { margin-top: 32px; }
  .esg-cards i { text-align: left; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer nav { justify-self: end; }
}

@media (max-width: 620px) {
  .content-shell { width: min(100% - 28px, 520px); }
  .site-header { padding-inline: 16px; }
  .brand img { width: 142px; }
  .hero { min-height: 820px; }
  .hero h1 { font-size: clamp(30px, 9.2vw, 40px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-controls { right: 16px; }
  .journey-copy h2, .esg-copy h2 { font-size: 42px; }
  .journey-media, .journey-media[data-active] { min-height: 570px; display: grid; grid-template-columns: 1fr; transform: none; }
  .journey-slice, .journey-slice:first-child, .journey-slice:nth-child(2), .journey-slice:last-of-type { min-height: 190px; margin: 0; clip-path: none; opacity: 1; filter: none; transform: none; }
  .journey-slice video { width: 100%; margin: 0; transform: none; }
  .slice-label { left: 18px; bottom: 14px; opacity: 1; transform: none; }
  .journey-scroll-progress { display: none; }
  .services { padding-block: 74px 80px; }
  .services-heading { margin-bottom: 34px; }
  .service-carousel-shell { display: block; padding-bottom: 52px; }
  .service-carousel-track { grid-auto-columns: 100%; gap: 14px; }
  .service-carousel-card { min-height: 480px; grid-template-rows: 220px 1fr; }
  .service-carousel-shell.is-coverflow-ready .service-carousel-viewport { padding-block: 30px 48px; perspective: 820px; }
  .service-carousel-shell.is-coverflow-ready .service-carousel-track { height: 470px; }
  .service-carousel-shell.is-coverflow-ready .service-carousel-card { width: min(78vw, 320px); height: 470px; grid-template-rows: 200px 1fr; }
  .service-carousel-arrow { position: absolute; bottom: 0; width: 40px; height: 40px; }
  .service-carousel-arrow[data-service-carousel-action="previous"] { left: 0; }
  .service-carousel-arrow[data-service-carousel-action="next"] { right: 0; }
  .service-carousel-footer { margin: -34px 48px 0; }
  .client-carousel { padding: 72px 0 80px; }
  .client-carousel-shell { width: 100vw; }
  .client-carousel-viewport { mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
  .client-carousel-group { gap: 14px; padding-right: 14px; }
  .client-logo-slide { width: 190px; height: 104px; padding: 14px; }
  .esg-cards { grid-template-columns: 1fr; }
  .esg-cards article { grid-template-columns: 52px 1fr; }
  .contact-section { padding: 76px 0; }
  .contact-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer nav { justify-self: start; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-video, .esg-video { visibility: hidden; }
  .hero { background: url("https://images.pexels.com/videos/8493541/pexels-photo-8493541.jpeg?auto=compress&cs=tinysrgb&w=1920") center/cover no-repeat; }
  .esg { background: url("https://images.pexels.com/videos/12374660/pexels-photo-12374660.jpeg?auto=compress&cs=tinysrgb&w=1920") center/cover no-repeat; }
  .journey { min-height: auto; padding: 100px 0; }
  .journey-sticky { position: relative; top: auto; min-height: auto; }
  .journey-media, .journey-slice, .journey-slice video { transform: none !important; }
  .journey-slice { opacity: 1; filter: none; }
  .journey-scroll-progress { display: none; }
  .client-carousel-viewport { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .client-carousel-track { animation: none !important; transform: none !important; }
  .client-carousel-group[aria-hidden="true"] { display: none; }
}
