:root {
  --green: #0b332c;
  --green-2: #12483e;
  --ink: #121814;
  --paper: #f0f0ea;
  --paper-2: #e3e5de;
  --muted: #535c57;
  --line: rgba(18, 24, 20, .2);
  --line-light: rgba(255, 255, 255, .2);
  --signal: #b9ce56;
  --header: 70px;
  --shell: min(1180px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: "Archivo", "Arial Nova", Arial, sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.nav-open, body.lock { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
figure, p, h1, h2, h3, dl, dd { margin: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 96px 0; scroll-margin-top: var(--header); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 10000; padding: 10px 14px; background: #fff; color: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

/* Brand preloader */
.preloader { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: var(--green); color: #fff; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 1.05s ease, visibility 1.05s ease; }
body.lock .preloader { opacity: 1; visibility: visible; pointer-events: auto; }
.preloader.fade-out { display: flex; opacity: 0; visibility: visible; }
.preloader-inner { display: grid; justify-items: center; gap: 24px; }
.dot-stage { position: relative; }
.dot { position: absolute; display: block; border-radius: 50%; background: rgba(255,255,255,.28); transition: transform 3.05s cubic-bezier(.18,.72,.16,1), opacity .85s ease; }
.dot.is-core { background: #fff; }
.preloader-word { font-size: 13px; font-weight: 600; letter-spacing: .08em; opacity: 0; transform: translateY(8px); transition: opacity .65s ease, transform .65s ease; }
.preloader-word.show { opacity: 1; transform: none; }
.preloader-bar { width: 180px; height: 1px; overflow: hidden; background: rgba(255,255,255,.18); opacity: 0; transition: opacity .4s ease; }
.preloader-bar.show { opacity: 1; }
.preloader-bar i { display: block; width: 0; height: 100%; background: var(--signal); transition: width 3.1s cubic-bezier(.18,.72,.16,1); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header); padding: 0 32px; display: flex; align-items: center; justify-content: space-between; background: var(--green); color: #fff; border-bottom: 1px solid var(--line-light); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(0,0,0,.13); }
.brand { display: flex; align-items: center; gap: 13px; min-width: 285px; }
.brand > img { width: 51px; height: 38px; object-fit: contain; flex: 0 0 auto; }
.brand-copy { display: grid; gap: 5px; line-height: 1; }
.brand-copy strong { font-size: 14px; letter-spacing: .005em; }
.brand-copy small { color: rgba(255,255,255,.6); font-size: 8px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; }
.site-nav > a { color: rgba(255,255,255,.76); transition: color .2s ease; }
.site-nav > a:hover, .site-nav > a:focus-visible { color: #fff; }
.site-nav .nav-contact { padding: 10px 17px; background: #fff; color: var(--green); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px auto; background: #fff; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* Hero — cinematic ledger */
.hero { position: relative; height: max(700px, 100svh); min-height: 700px; padding-top: var(--header); overflow: hidden; background: var(--green); color: #fff; }
.hero-picture { position: absolute; inset: var(--header) 0 166px; }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 58%; filter: saturate(.86) contrast(1.03); }
.hero-overlay { position: absolute; top: var(--header); bottom: 166px; left: 0; width: 54%; background: rgba(11,51,44,.82); border-right: 1px solid rgba(255,255,255,.18); }
.hero-copy { position: relative; z-index: 2; height: calc(100% - 166px - var(--header)); padding-top: clamp(42px, 6vh, 70px); padding-bottom: clamp(38px, 5vh, 58px); display: flex; flex-direction: column; justify-content: space-between; }
.evidence-label { display: flex; align-items: center; gap: 11px; color: var(--signal); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.evidence-label span { width: 18px; height: 2px; background: currentColor; }
.hero-copy-bottom { display: grid; gap: 24px; max-width: 620px; }
.hero h1 { max-width: 610px; font-size: clamp(42px, 4.2vw, 58px); line-height: .98; font-weight: 500; letter-spacing: -.045em; }
.hero-copy-bottom > p { max-width: 520px; color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.58; }
.signal-button { width: fit-content; min-width: 190px; padding: 13px 15px 13px 17px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--signal); color: var(--green); font-size: 12px; font-weight: 600; }
.signal-button span, .signal-button b { font-size: 17px; font-weight: 400; }
.hero-ledger { position: absolute; inset: auto 0 0; z-index: 3; height: 166px; display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); background: var(--paper); color: var(--ink); border-top: 1px solid var(--line); }
.ledger-intro { padding: 24px max(28px, calc((100vw - 1180px)/2)); padding-right: 24px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.ledger-intro > span { color: var(--green-2); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.ledger-intro strong { font-size: 17px; line-height: 1.15; font-weight: 500; }
.ledger-item { position: relative; overflow: hidden; border-right: 1px solid var(--line); }
.ledger-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.ledger-item figcaption { position: absolute; inset: auto 0 0; padding: 8px 10px; display: flex; justify-content: space-between; gap: 10px; background: rgba(240,240,234,.94); color: var(--ink); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.ledger-item figcaption span { color: var(--green-2); }

/* Shared section language */
.section-head { display: grid; grid-template-columns: .55fr 1.25fr .9fr; gap: 4vw; align-items: end; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.section-code { align-self: start; color: var(--green-2); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.section-head h2, .contact-heading h2 { max-width: 620px; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.02; font-weight: 500; letter-spacing: -.045em; }
.section-head > p:last-child { max-width: 390px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.section-head-light { border-color: var(--line-light); }
.section-head-light .section-code { color: var(--signal); }
.section-head-light > p:last-child { color: rgba(255,255,255,.62); }

/* About */
.about { background: var(--paper); }
.about-ledger { display: grid; grid-template-columns: 1.35fr .65fr; border-bottom: 1px solid var(--line); }
.about-copy { padding: 46px 7vw 46px 0; display: grid; align-content: start; gap: 20px; border-right: 1px solid var(--line); }
.about-copy .lead { max-width: 760px; font-size: clamp(22px, 2.4vw, 31px); line-height: 1.24; letter-spacing: -.025em; }
.about-copy p:last-child { max-width: 670px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.fact-list { display: grid; }
.fact-list div { padding: 16px 0 16px 28px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.fact-list div:last-child { border-bottom: 0; }
.fact-list dt { color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.fact-list dd { max-width: 170px; text-align: right; font-size: 13px; }
.purpose-ledger { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.purpose { padding: 34px 42px 38px 0; display: grid; gap: 26px; border-right: 1px solid var(--line); }
.purpose + .purpose { padding-left: 42px; border-right: 0; }
.purpose > span { color: var(--green-2); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.purpose p { max-width: 510px; font-size: clamp(19px, 2vw, 27px); line-height: 1.26; letter-spacing: -.025em; }

/* Value chain */
.chain { background: var(--green); color: #fff; }
.chain-ledger { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.chain-ledger li { min-height: 128px; display: grid; grid-template-columns: 70px .75fr 1.1fr 40px; gap: 28px; align-items: center; border-bottom: 1px solid var(--line-light); }
.chain-no, .chain-type { color: rgba(255,255,255,.44); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.chain-ledger h3 { margin-top: 5px; font-size: 30px; font-weight: 500; letter-spacing: -.035em; }
.chain-ledger p { max-width: 520px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.6; }
.chain-arrow { color: var(--signal); font-size: 21px; text-align: right; }
.sector-rail { padding: 22px 0; display: grid; grid-template-columns: .85fr 2fr; gap: 28px; color: rgba(255,255,255,.72); font-size: 12px; }
.sector-rail > span { color: var(--signal); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }

/* Portfolio directory */
.portfolio { background: var(--paper); }
.portfolio-filters { padding: 20px 0 30px; display: flex; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid var(--line); }
.filter { min-height: 44px; padding: 9px 13px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 11px; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.filter:hover, .filter:focus-visible, .filter.is-active { background: var(--green); border-color: var(--green); color: #fff; }
.company-directory { border-bottom: 1px solid var(--line); }
.company-row { min-height: 154px; display: grid; grid-template-columns: 54px 140px 1fr 44px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.company-row:hover { background: #e8e9e3; }
.company-row.is-hidden { display: none; }
.company-index { color: var(--green-2); font-size: 10px; letter-spacing: .12em; }
.company-logo { width: 130px; height: 86px; display: grid; place-items: center start; background: transparent; border: 0; overflow: visible; }
.company-logo img { width: 100%; height: 100%; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
@media (min-width: 821px) {
  .company-logo img[src$="gmt.png"] { transform: translateY(-24px); }
}
.company-main { display: grid; grid-template-columns: minmax(260px, .7fr) 1.3fr; grid-template-rows: auto auto; column-gap: 5vw; align-items: center; }
.company-main > span { grid-column: 1; color: var(--green-2); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.company-main h3 { grid-column: 1; font-size: 22px; font-weight: 500; letter-spacing: -.025em; }
.company-main p { grid-column: 2; grid-row: 1 / span 2; max-width: 560px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.company-row > a, .company-empty { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); font-size: 16px; transition: background .2s ease, color .2s ease; }
.company-row > a:hover, .company-row > a:focus-visible { background: var(--green); color: #fff; }
.company-empty { color: #a4aaa6; }

/* Activities */
.activities { background: var(--paper-2); }
.activity-ledger { border-bottom: 1px solid var(--line); }
.activity-row { min-height: 430px; display: grid; grid-template-columns: 1.2fr .8fr; border-bottom: 1px solid var(--line); }
.activity-row:nth-child(even) { grid-template-columns: .8fr 1.2fr; }
.activity-row:nth-child(even) figure { order: 2; border-right: 0; border-left: 1px solid var(--line); }
.activity-row figure { position: relative; min-height: 430px; overflow: hidden; border-right: 1px solid var(--line); }
.activity-row figure img { width: 100%; height: 100%; object-fit: cover; }
.activity-row figcaption { position: absolute; inset: auto 0 0; padding: 10px 13px; background: rgba(11,51,44,.92); color: #fff; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.activity-copy { padding: 46px 48px; display: flex; flex-direction: column; justify-content: center; gap: 19px; }
.activity-copy > span { color: var(--green-2); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.activity-copy h3 { font-size: clamp(29px, 3vw, 40px); line-height: 1.06; font-weight: 500; letter-spacing: -.04em; }
.activity-copy p { max-width: 490px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.activity-copy ul { margin: 4px 0 0; padding: 0; display: flex; flex-wrap: wrap; list-style: none; border-top: 1px solid var(--line); }
.activity-copy li { padding: 11px 16px 0 0; margin-right: 16px; color: var(--green-2); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.growth-evidence { margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.growth-evidence figure { position: relative; height: 250px; overflow: hidden; border-right: 1px solid var(--line); }
.growth-evidence figure img { width: 100%; height: 100%; object-fit: contain; background: var(--paper); }
.growth-evidence .logo-record img { padding: 28px; mix-blend-mode: multiply; }
.growth-evidence figure figcaption { position: absolute; inset: auto 0 0; padding: 9px 11px; background: rgba(240,240,234,.92); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.growth-evidence > div { padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; background: var(--green); color: #fff; }
.growth-evidence > div span { color: var(--signal); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.growth-evidence > div strong { font-size: 20px; line-height: 1.16; font-weight: 500; }
.growth-evidence > div p { color: rgba(255,255,255,.62); font-size: 12px; }

/* Perspective and contact */
.perspective { position: relative; min-height: 630px; overflow: hidden; background: var(--green); color: #fff; }
.perspective > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.perspective-overlay { position: absolute; inset: 0 auto 0 0; width: 60%; background: rgba(11,51,44,.86); border-right: 1px solid rgba(255,255,255,.18); }
.perspective-copy { position: relative; min-height: 630px; padding-block: 80px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; }
.perspective-copy > span { color: var(--signal); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.perspective-copy h2 { max-width: 650px; font-size: clamp(38px, 4.8vw, 62px); line-height: 1; font-weight: 500; letter-spacing: -.048em; }
.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 9vw; }
.contact-heading { display: grid; align-content: start; gap: 32px; }
.contact-details { display: grid; align-content: start; gap: 30px; }
.contact-details > p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.contact-email { padding-bottom: 14px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--ink); font-size: clamp(22px, 2.3vw, 31px); letter-spacing: -.025em; }
.contact-lines { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.contact-lines address { font-style: normal; }
.contact-lines > div { display: grid; align-content: start; gap: 4px; }
.contact-lines a { color: var(--ink); }

/* Footer */
.footer { padding: 62px 0 24px; background: var(--green); color: #fff; }
.footer-top { padding-bottom: 54px; display: flex; justify-content: space-between; gap: 60px; border-bottom: 1px solid var(--line-light); }
.footer-brand { display: flex; align-items: center; gap: 16px; align-self: flex-start; }
.footer-brand img { width: 70px; height: 52px; object-fit: contain; }
.footer-brand > span { display: grid; gap: 7px; line-height: 1; }
.footer-brand strong { font-size: 15px; }
.footer-brand small { color: rgba(255,255,255,.56); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.footer-nav > div { display: grid; gap: 8px; min-width: 125px; }
.footer-nav span { margin-bottom: 9px; color: var(--signal); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-nav a { color: rgba(255,255,255,.7); font-size: 12px; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.5); font-size: 10px; }

/* Motion */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.78,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 40px, 900px); }
  .site-header { padding-inline: 20px; }
  .site-nav { gap: 18px; }
  .section-head { grid-template-columns: .45fr 1.2fr .75fr; gap: 26px; }
  .hero-overlay { width: 62%; }
  .company-main { grid-template-columns: 1fr; gap: 4px; }
  .company-main p { grid-column: 1; grid-row: auto; margin-top: 8px; }
  .growth-evidence { grid-template-columns: 1fr 1fr; }
  .growth-evidence figure { height: 230px; }
}

@media (max-width: 820px) {
  :root { --header: 64px; --shell: calc(100% - 32px); }
  .section { padding: 68px 0; }
  .site-header { padding-inline: 16px; }
  .brand { min-width: 0; gap: 10px; }
  .brand > img { width: 43px; height: 34px; }
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { font-size: 7px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: var(--header) 0 auto; padding: 26px 20px 32px; display: grid; gap: 0; background: var(--green); border-top: 1px solid var(--line-light); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: transform .3s ease, opacity .3s ease, visibility .3s ease; }
  .site-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .site-nav > a { padding: 14px 0; border-bottom: 1px solid var(--line-light); font-size: 16px; }
  .site-nav .nav-contact { margin-top: 18px; padding: 13px 15px; border: 0; text-align: center; }
  .hero { height: auto; min-height: 0; padding-top: var(--header); overflow: visible; }
  .hero-picture { position: relative; inset: auto; height: 610px; }
  .hero-picture img { object-position: 57% center; }
  .hero-overlay { top: var(--header); bottom: auto; width: 100%; height: 610px; background: rgba(11,51,44,.68); border: 0; }
  .hero-copy { position: absolute; top: var(--header); left: 16px; right: 16px; height: 610px; width: auto; padding: 42px 0 32px; }
  .hero h1 { max-width: 470px; font-size: clamp(38px, 11vw, 50px); }
  .hero-copy-bottom { max-width: 520px; gap: 19px; }
  .hero-copy-bottom > p { max-width: 440px; font-size: 14px; }
  .hero-ledger { position: relative; inset: auto; height: auto; grid-template-columns: 1fr 1fr; }
  .ledger-intro { grid-column: span 2; min-height: 110px; padding: 19px 16px; }
  .ledger-item { height: 150px; }
  .section-head { grid-template-columns: 1fr; gap: 18px; align-items: start; padding-bottom: 25px; }
  .section-head h2, .contact-heading h2 { font-size: clamp(32px, 9vw, 44px); }
  .about-ledger { grid-template-columns: 1fr; }
  .about-copy { padding: 34px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-list div { padding-left: 0; }
  .purpose-ledger { grid-template-columns: 1fr; }
  .purpose, .purpose + .purpose { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .chain-ledger li { min-height: 0; padding: 26px 0; grid-template-columns: 34px 1fr 26px; gap: 16px; }
  .chain-ledger li > p { grid-column: 2 / span 2; }
  .chain-ledger h3 { font-size: 25px; }
  .sector-rail { grid-template-columns: 1fr; gap: 10px; }
  .company-row { min-height: 166px; grid-template-columns: 32px 82px 1fr 44px; gap: 12px; }
  .company-logo { width: 76px; height: 68px; }
  .company-main h3 { font-size: 18px; }
  .company-main p { display: -webkit-box; margin-top: 8px; overflow: hidden; font-size: 11px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .company-row > a, .company-empty { width: 44px; height: 44px; }
  .activity-row, .activity-row:nth-child(even) { min-height: 0; grid-template-columns: 1fr; }
  .activity-row figure, .activity-row:nth-child(even) figure { order: 0; min-height: 320px; height: 44vw; border: 0; border-bottom: 1px solid var(--line); }
  .activity-copy { padding: 34px 0 40px; }
  .growth-evidence { grid-template-columns: 1fr 1fr; }
  .growth-evidence figure { height: 210px; }
  .perspective, .perspective-copy { min-height: 560px; }
  .perspective-overlay { width: 100%; background: rgba(11,51,44,.72); border: 0; }
  .perspective-copy { padding-block: 56px; }
  .perspective-copy h2 { max-width: 580px; font-size: clamp(37px, 10vw, 52px); }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-top { display: grid; }
}

@media (max-width: 520px) {
  .preloader-inner { transform: scale(.82); }
  .brand-copy strong { max-width: 205px; }
  .hero-picture, .hero-overlay, .hero-copy { height: 590px; }
  .hero h1 { font-size: 40px; }
  .hero-copy-bottom > p { max-width: 360px; }
  .ledger-item { height: 138px; }
  .ledger-item figcaption { font-size: 8px; }
  .portfolio-filters { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .filter { flex: 0 0 auto; }
  .company-row { grid-template-columns: 28px 68px 1fr 44px; gap: 9px; }
  .company-logo { width: 64px; height: 60px; }
  .company-main > span { font-size: 8px; }
  .company-main h3 { font-size: 16px; line-height: 1.2; }
  .activity-row figure, .activity-row:nth-child(even) figure { height: 280px; min-height: 280px; }
  .growth-evidence { grid-template-columns: 1fr; }
  .growth-evidence figure { height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .growth-evidence > div { min-height: 220px; }
  .contact-lines { grid-template-columns: 1fr; }
  .contact-email { font-size: 21px; }
  .footer { padding-top: 48px; }
  .footer-nav { gap: 34px; }
  .footer-brand img { width: 58px; height: 44px; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .preloader { display: none !important; }
  body.lock { overflow: auto; }
}
