:root {
  --obsidian: #11110f;
  --charcoal: #20201c;
  --limestone: #e8e1d5;
  --bone: #f3efe7;
  --copper: #a55a3a;
  --copper-bright: #c77a57;
  --olive: #6d7054;
  --taupe: #9b9386;
  --ink: #171713;
  --rule-dark: rgba(17, 17, 15, 0.2);
  --rule-light: rgba(243, 239, 231, 0.18);
  --shell: 1180px;
  --gutter: clamp(18px, 3vw, 32px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--obsidian); }
body { margin: 0; background: var(--bone); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--copper-bright); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 16px; background: var(--bone); color: var(--ink); transform: translateY(-150%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(var(--shell), calc(100% - (var(--gutter) * 2))); margin-inline: auto; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--bone); transition: background-color 300ms ease, border-color 300ms ease; border-bottom: 1px solid transparent; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to bottom, rgba(17,17,15,.88), transparent); opacity: 1; transition: opacity 300ms ease; }
.site-header.is-solid { background: rgba(17,17,15,.96); border-bottom-color: var(--rule-light); backdrop-filter: blur(14px); }
.site-header.is-solid::before { opacity: 0; }
.nav-shell { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.wordmark { display: block; flex: 0 0 auto; width: 190px; height: 64px; overflow: hidden; }
.wordmark img { display: block; width: 100%; max-width: none; height: auto; transform: translateY(-20px); filter: brightness(0) invert(1); }
.desktop-nav { margin-left: auto; align-self: stretch; display: flex; align-items: center; gap: clamp(18px, 2vw, 28px); font-size: 12px; }
.desktop-nav a { color: rgba(243,239,231,.76); transition: color 180ms ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--bone); }
.sector-detail .desktop-nav .sector-trigger { color: var(--bone); }
.nav-sector { position: relative; align-self: stretch; display: flex; align-items: center; }
.sector-dropdown { position: absolute; top: 100%; left: -20px; width: 220px; padding: 8px; border: 1px solid var(--rule-light); background: var(--obsidian); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; }
.nav-sector:hover .sector-dropdown, .nav-sector:focus-within .sector-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.sector-dropdown a { display: block; padding: 13px 14px; border-bottom: 1px solid var(--rule-light); }
.sector-dropdown a:last-child { border-bottom: 0; }
.sector-dropdown a:hover, .sector-dropdown a[aria-current="page"] { color: var(--bone); background: rgba(243,239,231,.06); }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid currentColor; font-size: 12px; font-weight: 650; letter-spacing: .01em; white-space: nowrap; transition: transform 180ms var(--ease), background-color 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button-small { min-height: 42px; padding-inline: 16px; }
.button-primary { border-color: var(--copper); background: var(--copper); color: var(--bone); }
.button-primary:hover { background: #b66543; }
.menu-button, .menu-close { display: none; min-width: 48px; min-height: 48px; border: 1px solid rgba(243,239,231,.42); background: transparent; color: var(--bone); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.menu-button > span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.menu-button::before { content: ""; width: 22px; height: 18px; background: linear-gradient(currentColor 0 0) 0 0 / 22px 2px no-repeat, linear-gradient(currentColor 0 0) 0 8px / 22px 2px no-repeat, linear-gradient(currentColor 0 0) 0 16px / 22px 2px no-repeat; }
.mobile-menu { position: fixed; inset: 0; z-index: 120; overflow-y: auto; background: var(--obsidian); color: var(--bone); }
.mobile-menu[hidden] { display: none; }
.mobile-menu-inner { min-height: 100dvh; padding-block: max(18px, env(safe-area-inset-top)) max(40px, env(safe-area-inset-bottom)); }
.menu-close { display: flex; align-items: center; justify-content: center; margin-left: auto; }
.mobile-menu nav { display: grid; margin-top: clamp(20px, 5vh, 48px); }
.mobile-menu nav a { min-height: 58px; display: flex; align-items: center; border-bottom: 1px solid var(--rule-light); font-size: clamp(28px, 9vw, 48px); font-weight: 600; letter-spacing: -.045em; }
.mobile-menu nav > a[aria-current="page"] { color: var(--copper-bright); }
.mobile-sector-links { display: grid; padding: 2px 0 12px; border-bottom: 1px solid var(--rule-light); }
.mobile-menu .mobile-sector-links a { min-height: 38px; padding-left: 18px; border-bottom: 0; color: rgba(243,239,231,.7); font-size: clamp(17px, 5vw, 21px); letter-spacing: -.01em; }
.mobile-menu .mobile-sector-links a[aria-current="page"] { color: var(--copper-bright); }

.hero { position: relative; min-height: 100dvh; display: flex; align-items: center; overflow: hidden; color: var(--bone); background: var(--obsidian); }
.hero-image, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 55%; }
.hero-scrim { background: linear-gradient(90deg, rgba(17,17,15,.92) 0%, rgba(17,17,15,.74) 44%, rgba(17,17,15,.24) 80%), linear-gradient(0deg, rgba(17,17,15,.78), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding-top: 118px; padding-bottom: 148px; }
.eyebrow { margin: 0 0 22px; color: var(--copper-bright); font-size: 10px; line-height: 1.4; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 920px; margin: 0; font-size: clamp(52px, 7vw, 96px); line-height: .9; letter-spacing: -.058em; font-weight: 600; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: rgba(243,239,231,.82); font-size: clamp(16px, 1.45vw, 20px); line-height: 1.65; }
.button-row { display: flex; align-items: center; gap: 24px; margin-top: 38px; }
.text-link, .section-link, .sector-heading a, .sector-footer a { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 650; }
.email-action { appearance: none; border: 0; background: none; color: inherit; cursor: pointer; text-align: left; }
button.text-link.email-action { border: 0; border-bottom: 1px solid currentColor; padding: 0 0 6px; }
.audience-bar { position: absolute; z-index: 3; inset: auto 0 0; border-top: 1px solid var(--rule-light); background: rgba(17,17,15,.84); backdrop-filter: blur(8px); }
.audience-layout { min-height: 66px; display: flex; align-items: center; }
.audience-label { flex: 0 0 auto; margin-right: 26px; color: var(--copper-bright); font-size: 10px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.marquee { min-width: 0; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.marquee-track { width: max-content; display: flex; animation: marquee 30s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { white-space: nowrap; color: rgba(243,239,231,.72); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.marquee-track span::after { content: "·"; margin-inline: 28px; color: var(--copper-bright); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding-block: clamp(92px, 11vw, 148px); }
.section-dark { background: linear-gradient(180deg, #151512, #1b1916); color: var(--bone); }
.section-obsidian { background: var(--obsidian); color: var(--bone); }
.section-light { background: var(--bone); color: var(--ink); }
.section-limestone { background: var(--limestone); color: var(--ink); }
.section-heading { max-width: 980px; }
h2 { margin: 0; max-width: 980px; font-size: clamp(42px, 6vw, 82px); line-height: .98; letter-spacing: -.048em; font-weight: 600; }
h3 { margin: 0; font-size: clamp(23px, 2.5vw, 34px); line-height: 1.08; letter-spacing: -.032em; font-weight: 600; }
.section-intro { max-width: 800px; margin: 30px 0 0; color: rgba(243,239,231,.7); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.68; }

.trust-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(54px, 8vw, 110px); align-items: start; margin-top: 76px; }
.memorandum { position: sticky; top: 110px; min-height: 480px; padding: clamp(30px, 5vw, 52px); background: #d9cfbf; color: #24201b; box-shadow: 0 30px 80px rgba(0,0,0,.36); transform: rotate(-1.5deg); }
.memo-label, .memo-accent { margin: 0; font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.memo-accent { margin-top: 16px; color: var(--copper); }
.redaction { height: 10px; margin-top: 18px; background: var(--ink); }
.redaction-long { width: 90%; margin-top: 46px; }
.redaction-mid { width: 68%; }
.redaction-short { width: 48%; }
.memo-assumptions { margin-top: 80px; }
.memo-copy { max-width: 38ch; margin-top: 16px; color: #62584c; font-size: 13px; line-height: 1.6; }
.editorial-item { padding: 30px 0 34px; border-top: 1px solid var(--rule-light); }
.editorial-item > span, .service-item > span, .persona > span { color: var(--copper-bright); font-size: 11px; font-weight: 700; }
.editorial-item h3 { margin-top: 12px; font-size: clamp(22px, 2.2vw, 28px); }
.editorial-item p, .service-item p { margin: 14px 0 0; color: rgba(243,239,231,.65); line-height: 1.7; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--rule-light); }
.service-item { min-height: 330px; padding: 34px 30px 42px; border-right: 1px solid var(--rule-light); }
.service-item:first-child { padding-left: 0; }
.service-item:last-child { border-right: 0; }
.service-item h3 { margin-top: 42px; }
.section-link { margin-top: 44px; }

.process-list { margin-top: 68px; }
.process-item { display: grid; grid-template-columns: 80px minmax(220px,.8fr) minmax(280px,1fr); gap: 28px; align-items: start; padding-block: 32px; border-top: 1px solid var(--rule-dark); }
.process-item > span { color: var(--copper); font-size: 12px; font-weight: 750; }
.process-item h3 { font-size: clamp(24px, 2.4vw, 32px); }
.process-item p { max-width: 520px; margin: 0; color: #625d55; line-height: 1.68; }

.sector { overflow: hidden; }
.sector-mining { background: #171713; color: var(--bone); }
.sector-energy { background: #d9d1c3; color: var(--ink); }
.sector-infrastructure { background: #272722; color: var(--bone); }
.sector-index { margin: 0 0 56px; padding-bottom: 16px; border-bottom: 1px solid currentColor; opacity: .48; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.sector-heading { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(260px,.7fr); gap: clamp(46px, 8vw, 100px); align-items: end; }
.sector-heading h2 { font-size: clamp(40px, 5vw, 70px); }
.sector-heading > p, .sector-heading > div > p:not(.eyebrow) { margin: 0; color: currentColor; opacity: .7; font-size: 15px; line-height: 1.75; }
.sector-heading > div > a { margin-top: 30px; }
.sector-image { position: relative; height: clamp(360px, 48vw, 640px); margin: 64px 0 0; overflow: hidden; background: var(--charcoal); }
.sector-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.06); transition: transform 1.1s var(--ease), filter 600ms ease; }
.sector-image:hover img { transform: scale(1.018); filter: saturate(.84) contrast(1.05); }
.sector-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(17,17,15,.78)); pointer-events: none; }
.sector-image figcaption { position: absolute; z-index: 2; inset: auto 24px 20px; display: flex; justify-content: space-between; gap: 20px; color: var(--bone); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.sector-footer { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(260px,.7fr); gap: clamp(46px, 8vw, 100px); align-items: end; margin-top: 46px; }
.sector-footer p { max-width: 760px; margin: 0; font-size: clamp(20px, 2.4vw, 30px); line-height: 1.4; letter-spacing: -.02em; }
.sector-footer a { justify-self: start; }

.persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 64px; background: rgba(17,17,15,.25); }
.persona { min-height: 320px; padding: 38px; background: var(--obsidian); color: var(--bone); }
.persona h3 { margin-top: 54px; font-size: clamp(24px, 2.2vw, 30px); }
.persona p { margin-top: 18px; color: rgba(243,239,231,.66); line-height: 1.7; }
.why-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.78fr); gap: clamp(60px, 9vw, 120px); align-items: start; }
.why-grid h2 { font-size: clamp(42px, 5.4vw, 72px); }
.principle { padding: 26px 0 30px; border-top: 1px solid var(--rule-dark); }
.principle h3 { font-size: 22px; }
.principle p { margin: 12px 0 0; color: #625d55; line-height: 1.65; }

.closing { min-height: 76dvh; display: grid; place-items: center; padding-block: 100px; background: var(--obsidian); color: var(--bone); text-align: center; }
.closing h2 { margin-inline: auto; }
.closing p:not(.eyebrow) { max-width: 660px; margin: 28px auto 34px; color: rgba(243,239,231,.68); font-size: 18px; line-height: 1.7; }
.site-footer { padding-block: clamp(72px, 8vw, 112px) 30px; border-top: 1px solid var(--rule-light); background: var(--obsidian); color: var(--bone); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr) minmax(0, 1fr); gap: clamp(48px, 7vw, 112px); padding-bottom: clamp(76px, 8vw, 112px); }
.footer-logo { display: block; width: 228px; height: 78px; overflow: hidden; }
.footer-logo img { display: block; width: 100%; max-width: none; height: auto; transform: translateY(-24px); filter: brightness(0) invert(1); }
.footer-brand > p { max-width: 31ch; margin: 35px 0 0; color: rgba(243,239,231,.76); font-size: 16px; line-height: 1.65; }
.footer-brand .footer-location { margin-top: 28px; color: rgba(243,239,231,.58); font-size: 13px; }
.footer-grid h2 { margin: 0 0 32px; color: var(--bone); font-size: clamp(24px, 2.3vw, 30px); line-height: 1.15; font-weight: 500; letter-spacing: -.025em; }
.footer-links { display: flex; flex-direction: column; }
.footer-links a { position: relative; min-height: 49px; display: flex; align-items: center; padding-right: 28px; border-bottom: 1px solid var(--rule-light); color: rgba(243,239,231,.85); font-size: 15px; transition: color 180ms ease, padding-left 180ms var(--ease); }
.footer-links a:first-of-type { border-top: 1px solid var(--rule-light); }
.footer-links a::before { content: ""; position: absolute; right: 2px; top: calc(50% - 1px); width: 17px; height: 1px; background: currentColor; }
.footer-links a::after { content: ""; position: absolute; right: 2px; top: calc(50% - 4px); width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.footer-links a:hover, .footer-links a[aria-current="page"] { color: var(--copper-bright); padding-left: 6px; }
.footer-contact > p { max-width: 32ch; margin: 0 0 30px; color: rgba(243,239,231,.68); font-size: 15px; line-height: 1.7; }
.footer-contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-contact-actions > a, .footer-contact-actions > button { position: relative; min-height: 49px; display: inline-flex; align-items: center; padding: 0 24px 0 0; border: 0; border-bottom: 1px solid var(--rule-light); background: none; color: var(--bone); font-size: 15px; font-weight: 500; cursor: pointer; text-align: left; transition: color 180ms ease; }
.footer-contact-actions > a::after, .footer-contact-actions > button::after { content: ""; position: absolute; right: 2px; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.footer-contact-actions > a:hover, .footer-contact-actions > button:hover { color: var(--copper-bright); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid var(--rule-light); }
.footer-bottom-main { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 32px; }
.footer-bottom-main p { margin: 0; color: rgba(243,239,231,.58); font-size: 12px; line-height: 1.6; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 22px; color: rgba(243,239,231,.72); font-size: 12px; }
.footer-legal a:hover, .footer-legal a[aria-current="page"] { color: var(--bone); text-decoration: underline; text-underline-offset: 4px; }
.footer-back-top { position: relative; flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--copper); background: var(--copper); color: var(--bone); transition: background-color 180ms ease, transform 180ms var(--ease); }
.footer-back-top::before { content: ""; width: 9px; height: 9px; margin-top: 4px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; transform: rotate(45deg); }
.footer-back-top:hover { background: var(--copper-bright); transform: translateY(-3px); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

.page-hero { min-height: 72dvh; display: flex; align-items: end; padding: 160px 0 92px; background: var(--obsidian); color: var(--bone); }
.page-hero h1 { max-width: 980px; }
.page-hero .page-intro { max-width: 720px; margin: 30px 0 0; color: rgba(243,239,231,.7); font-size: clamp(16px,1.5vw,20px); line-height: 1.7; }
.contact-page-hero { min-height: 72dvh; }
.contact-page-hero .button-row { margin-top: 30px; }
.page-section { padding-block: clamp(86px,10vw,136px); }
.page-section-light { background: var(--bone); color: var(--ink); }
.page-section-dark { background: var(--charcoal); color: var(--bone); }
.page-section .section-heading + .editorial-list, .page-section .section-heading + .process-list, .page-section .section-heading + .service-grid { margin-top: 62px; }
.page-lede { max-width: 820px; font-size: clamp(20px,2.4vw,32px); line-height: 1.48; letter-spacing: -.02em; }
.detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 60px; background: var(--rule-dark); }
.detail-card { min-height: 300px; padding: 34px; background: var(--bone); }
.detail-card span { color: var(--copper); font-size: 11px; font-weight: 750; }
.detail-card h2 { margin-top: 48px; font-size: clamp(28px,3.2vw,42px); }
.detail-card p { margin-top: 18px; color: #625d55; line-height: 1.7; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.65fr); gap: clamp(54px,9vw,120px); align-items: start; }
.contact-note { padding-top: 26px; border-top: 1px solid var(--rule-dark); }
.contact-note h2 { font-size: 28px; }
.contact-note p { color: #625d55; line-height: 1.7; }
.contact-email { display: block; width: fit-content; max-width: 100%; margin: 22px 0 26px; padding: 0 0 5px; border-bottom: 1px solid var(--copper); color: var(--ink); font-size: clamp(16px, 1.7vw, 21px); font-weight: 600; overflow-wrap: anywhere; }
.contact-email:hover { color: var(--copper); }
.contact-booking { margin-top: 2px; }
.launch-note { margin-top: 32px; padding: 18px 20px; border-left: 3px solid var(--copper); background: rgba(165,90,58,.08); font-size: 13px; line-height: 1.6; }

@media (max-width: 1100px) {
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: inline-flex; margin-left: auto; align-items: center; justify-content: center; }
  .hero-content { padding-top: 112px; }
  .trust-grid, .sector-heading, .sector-footer, .why-grid { grid-template-columns: 1fr; }
  .memorandum { position: relative; top: auto; }
  .service-grid, .persona-grid { grid-template-columns: 1fr; }
  .service-item { min-height: auto; padding: 30px 0 38px; border-right: 0; border-bottom: 1px solid var(--rule-light); }
  .service-item h3 { margin-top: 24px; }
  .process-item { grid-template-columns: 52px 1fr; }
  .process-item p { grid-column: 2; }
  .sector-footer a { margin-top: 6px; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .detail-grid, .contact-layout { grid-template-columns: 1fr; }
  .detail-card { min-height: auto; }
}

@media (max-width: 560px) {
  :root { --gutter: 18px; }
  .nav-shell { min-height: 66px; }
  .wordmark { width: 154px; height: 54px; }
  .wordmark img { transform: translateY(-16px); }
  .hero { min-height: 100dvh; align-items: flex-start; }
  .hero-image { object-position: 58% center; }
  .hero-scrim { background: linear-gradient(90deg, rgba(17,17,15,.84), rgba(17,17,15,.44)), linear-gradient(0deg, rgba(17,17,15,.84), transparent 55%); }
  .hero-content { padding-top: 132px; padding-bottom: 158px; }
  h1 { font-size: clamp(45px, 13vw, 62px); line-height: .92; }
  .hero-lead { font-size: 15px; line-height: 1.62; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 22px; }
  .audience-layout { min-height: 58px; }
  .audience-label { margin-right: 16px; font-size: 9px; }
  .marquee-track span { font-size: 9px; }
  .section { padding-block: 86px; }
  h2 { font-size: clamp(39px, 11vw, 54px); }
  .trust-grid, .service-grid, .process-list, .persona-grid { margin-top: 48px; }
  .memorandum { min-height: 410px; padding: 30px 26px; }
  .process-item { grid-template-columns: 38px 1fr; gap: 16px; padding-block: 26px; }
  .process-item h3 { font-size: 25px; }
  .sector-heading { gap: 28px; }
  .sector-heading h2 { font-size: clamp(38px, 10vw, 50px); }
  .sector-image { height: 390px; margin-top: 44px; }
  .sector-image figcaption { inset: auto 16px 15px; flex-direction: column; gap: 6px; }
  .persona { min-height: 280px; padding: 30px 26px; }
  .site-footer { padding-top: 72px; }
  .footer-grid { grid-template-columns: 1fr; gap: 52px; padding-bottom: 72px; }
  .footer-brand { grid-column: auto; }
  .footer-brand > p { margin-top: 22px; }
  .footer-brand .footer-location { margin-top: 14px; }
  .footer-grid h2 { margin-bottom: 22px; }
  .footer-bottom { align-items: flex-start; }
  .footer-bottom-main { flex-direction: column; align-items: flex-start; gap: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .marquee { overflow-x: auto; mask-image: none; }
  .marquee-track span:nth-child(n + 5) { display: none; }
  .reveal { opacity: 1; transform: none; }
}
