:root {
  --ink: #101211;
  --ink-2: #191c1a;
  --paper: #e8e6df;
  --paper-2: #f2f1ec;
  --white: #f7f6f1;
  --orange: #ff4f14;
  --orange-dark: #d93c07;
  --muted: #737873;
  --line: rgba(16, 18, 17, 0.18);
  --line-light: rgba(255, 255, 255, 0.2);
  --hero-shift: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper-2);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.site { min-height: 100vh; }
.screen-reader-text,
.site .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus,
.site .screen-reader-text:focus {
  z-index: 9999;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  clip: auto;
  background: #fff;
  color: var(--ink);
}
button, input, textarea, select { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: square; }
::selection { background: var(--orange); color: #fff; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }

.frame { width: min(calc(100% - 72px), 1440px); margin-inline: auto; }
.section-light { background: var(--paper-2); }
.section-dark { background: var(--ink); color: var(--white); }
.drawing-tag,
.kicker,
.section-code,
.method-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.kicker { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.5; }
.muted-light { color: rgba(255,255,255,.55); }

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(.2,.7,0,1), transform 700ms cubic-bezier(.2,.7,0,1);
}
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.topbar {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 82px;
  background: rgba(16,18,17,.97);
  color: var(--white);
  backdrop-filter: blur(14px);
}
.topbar-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.brand-lockup { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 700; letter-spacing: -.02em; }
.brand-square { width: 12px; height: 12px; display: inline-block; background: var(--orange); }
.main-nav { display: flex; align-items: center; gap: 38px; }
.main-nav a {
  position: relative;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.main-nav a::after { position: absolute; right: 100%; bottom: -9px; left: 0; height: 1px; content: ""; background: var(--orange); transition: right 180ms ease; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { right: 0; }
.nav-cta { justify-self: end; }
.menu-drawer { display: none; }

.cut-button,
.line-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 24px;
  border: 1px solid var(--orange);
  border-radius: 0;
  background: var(--orange);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.cut-button:hover { background: var(--orange-dark); border-color: var(--orange-dark); }
.cut-button:hover svg, .line-button:hover svg { transform: translateX(4px); }
.cut-button svg, .line-button svg { transition: transform 180ms ease; }
.line-button { border-color: rgba(255,255,255,.5); background: transparent; clip-path: none; }
.line-button:hover { background: #fff; border-color: #fff; color: var(--ink); }

.hero {
  position: relative;
  min-height: 720px;
  height: calc(100svh - 82px);
  max-height: 980px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.hero-image,
.hero-overlay,
.hero-drawing-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image {
  max-width: none;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(.6) contrast(1.04);
  transform: translate3d(0,var(--hero-shift),0) scale(1.065);
  transition: transform 1500ms cubic-bezier(.2,.7,0,1), filter 1000ms ease;
  will-change: transform;
}
.site:not(.is-ready) .hero-image { transform: translate3d(0,-14px,0) scale(1.11); filter: saturate(.25) contrast(1.08); }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10,12,11,.9) 0%, rgba(10,12,11,.62) 52%, rgba(10,12,11,.2) 100%),
    linear-gradient(180deg, rgba(10,12,11,.38), rgba(10,12,11,.06) 45%, rgba(10,12,11,.82));
}
.hero-drawing-grid {
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px);
  background-size: 100% 100%, calc((100vw - 72px)/4) 100%;
}
.hero-layout {
  position: relative;
  z-index: 2;
  height: calc(100% - 72px);
  display: grid;
  grid-template-columns: 92px minmax(0,900px) 1fr;
  align-items: center;
}
.drawing-rail { align-self: stretch; padding-top: 74px; color: rgba(255,255,255,.48); font: 10px/1.3 ui-monospace,monospace; letter-spacing: .14em; }
.drawing-rail i { width: 1px; height: min(53vh,430px); display: block; margin: 20px 0 0 7px; background: rgba(255,255,255,.25); }
.hero-content { padding-left: 10px; }
.hero-content h1 {
  max-width: 940px;
  margin: 26px 0 26px;
  font-size: clamp(58px,6.25vw,108px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.065em;
}
.hero-content h1 em { color: var(--orange); font-family: Georgia,"Times New Roman",serif; font-weight: 400; }
.hero-copy { max-width: 620px; margin: 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.62; }
.hero-actions { display: flex; gap: 10px; margin-top: 34px; }
.hero-image-label { align-self: end; justify-self: end; margin: 0 0 42px; color: rgba(255,255,255,.42); font: 9px/1.4 ui-monospace,monospace; letter-spacing: .12em; writing-mode: vertical-rl; }
.hero-status {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
  border-top: 1px solid rgba(255,255,255,.21);
  color: rgba(255,255,255,.5);
  font: 9px/1.4 ui-monospace,monospace;
  letter-spacing: .13em;
}
.hero-status i { color: rgba(255,255,255,.23); font-style: normal; }
.hero-status a { margin-left: auto; display: flex; align-items: center; gap: 18px; text-transform: uppercase; }
.hero-status b { color: var(--orange); font-size: 17px; }
.hero-reveal { opacity: 0; transform: translateY(34px); clip-path: inset(0 0 100% 0); transition: opacity 650ms ease, transform 800ms cubic-bezier(.2,.7,0,1), clip-path 800ms cubic-bezier(.2,.7,0,1); }
.site.is-ready .hero-reveal { opacity: 1; transform: translateY(0); clip-path: inset(0); }
.delay-1 { transition-delay: 100ms; }.delay-2 { transition-delay: 180ms; }.delay-3 { transition-delay: 300ms; }.delay-4 { transition-delay: 420ms; }

.record { padding: 118px 0 104px; }
.record-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px,.48fr) minmax(0,2.52fr);
  gap: 58px;
  padding-left: 28px;
  border-left: 1px solid var(--line);
}
.record-content { min-width: 0; }
.section-code { display: flex; align-items: flex-start; gap: 17px; padding-top: 8px; color: var(--ink); font-size: 10px; font-weight: 700; }
.section-code span { min-width: 34px; color: var(--orange); }
.section-code p { margin: 0; }
.section-code.inverse { color: var(--white); }
.record h2,
.dark-heading h2,
.evidence-heading h2,
.section-split-heading h2,
.delivery-records-title h2,
.systems-content h2,
.enquiry-copy h2 {
  margin: 0;
  font-size: clamp(48px,5.6vw,88px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.058em;
}
.record h2 { max-width: 820px; }
.record-metrics {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  margin-top: 72px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.record-metrics article { min-width: 0; min-height: 150px; padding: 25px 18px 22px; border-right: 1px solid var(--line); }
.record-metrics article:first-child { padding-left: 0; }
.record-metrics article:last-child { border-right: 0; }
.record-metrics strong {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  font-size: clamp(34px,3.5vw,58px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.065em;
}
.record-metrics strong small { margin-left: 6px; font-size: .36em; font-weight: 700; letter-spacing: .05em; }
.record-metrics p { margin: 26px 0 0; color: #5c615d; font: 700 9px/1.5 ui-monospace,monospace; letter-spacing: .1em; text-transform: uppercase; }
.record-note { max-width: 760px; margin: 28px 0 0; color: #737873; font-size: 12px; line-height: 1.65; }
.record-verification { padding-left: 16px; border-left: 2px solid var(--orange); }
.record-verification strong { display: block; margin-bottom: 5px; color: var(--ink); font: 700 9px/1.4 ui-monospace,monospace; letter-spacing: .12em; }
.project-type-ticker { margin-top: 72px; padding-top: 26px; border-top: 1px solid var(--line); }
.project-type-ticker > p { margin: 0 0 26px; color: #626762; font: 700 10px/1.4 ui-monospace,monospace; letter-spacing: .13em; }
.ticker-viewport { width: 100%; overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent); }
.ticker-track { width: max-content; display: flex; animation: ticker-loop 36s linear infinite; }
.ticker-set { display: flex; align-items: center; }
.ticker-set b { display: inline-flex; align-items: center; color: #626762; font-size: clamp(19px,2vw,30px); font-weight: 400; white-space: nowrap; }
.ticker-set b::after { width: 4px; height: 4px; margin: 0 28px; content: ""; background: var(--orange); }
@keyframes ticker-loop { to { transform: translateX(-50%); } }

.sectors { padding: 136px 0; }
.dark-heading { display: grid; grid-template-columns: minmax(190px,.68fr) minmax(0,2fr); gap: 76px; align-items: end; padding-bottom: 70px; }
.dark-heading h2 { max-width: 950px; margin-top: 16px; }
.sector-list { border-top: 1px solid var(--line-light); }
.sector-row {
  width: 100%;
  display: grid;
  grid-template-columns: 92px 1.1fr 1fr 44px;
  align-items: center;
  gap: 28px;
  padding: 35px 22px;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: padding 300ms ease, background 300ms ease;
}
.sector-row:hover, .sector-row.is-active { background: rgba(255,255,255,.035); }
.sector-row.is-active { padding-inline: 28px; }
.sector-code { color: var(--orange); font: 10px/1.4 ui-monospace,monospace; letter-spacing: .12em; }
.sector-row h3 { margin: 0; font-size: clamp(28px,3.2vw,48px); font-weight: 500; letter-spacing: -.045em; }
.sector-row > p { max-width: 520px; margin: 0; color: rgba(255,255,255,.56); line-height: 1.6; }
.sector-plus { width: 42px; height: 42px; display: grid; place-items: center; justify-self: end; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: 22px; font-weight: 300; }
.sector-media {
  position: relative;
  grid-column: 1 / -1;
  width: 100%;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  transition: max-height 700ms cubic-bezier(.2,.7,0,1), opacity 400ms ease, margin 500ms ease;
}
.sector-row.is-active .sector-media { max-height: 330px; margin: 18px 0 4px; opacity: 1; }
.sector-media img { width: 100%; height: 320px; max-width: none; object-fit: cover; filter: saturate(.62) contrast(1.02); }
.sector-media i { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,12,11,.72),rgba(10,12,11,.05)); }
.sector-media b { position: absolute; left: 26px; bottom: 24px; color: rgba(255,255,255,.76); font: 10px/1.4 ui-monospace,monospace; letter-spacing: .13em; }

.projects-section { padding: 94px 0; background: var(--ink); }
.projects-panel { padding: 82px 80px 90px; border-radius: 24px; background: var(--paper); }
.projects-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
.drawing-tag { margin: 0 0 22px; color: var(--orange); font-size: 10px; }
.projects-heading h2 { margin: 0; font-size: clamp(54px,6vw,94px); font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.projects-heading p:not(.drawing-tag) { margin: 20px 0 0; color: #5f645f; line-height: 1.6; }
.projects-heading > a { display: inline-flex; align-items: center; gap: 23px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.project-filters { display: flex; gap: 34px; margin: 80px 0 48px; border-bottom: 1px solid var(--line); }
.project-filters button { position: relative; padding: 0 0 18px; border: 0; background: transparent; color: #6f746f; font: 700 10px/1.4 ui-monospace,monospace; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.project-filters button::after { position: absolute; right: 100%; bottom: -1px; left: 0; height: 2px; content: ""; background: var(--orange); transition: right 220ms ease; }
.project-filters button.is-active { color: var(--ink); }
.project-filters button.is-active::after { right: 0; }
.project-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 52px 34px; }
.project-card { animation: project-in 450ms cubic-bezier(.2,.7,0,1) both; }
.project-card[hidden] { display: none !important; }
@keyframes project-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.project-image-wrap { position: relative; aspect-ratio: 1.43; display: block; overflow: hidden; background: #cccac4; }
.project-image-wrap img { width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,0,1), filter 450ms ease; }
.project-image-wrap::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 55%,rgba(10,12,11,.68)); opacity: 0; transition: opacity 300ms ease; }
.project-image-wrap i { position: absolute; z-index: 2; right: 20px; bottom: 18px; color: #fff; font: 9px/1.4 ui-monospace,monospace; letter-spacing: .12em; opacity: 0; transform: translateY(8px); transition: opacity 300ms ease, transform 300ms ease; }
.project-card a:hover img { transform: scale(1.035); filter: saturate(.78); }
.project-card a:hover .project-image-wrap::after, .project-card a:hover .project-image-wrap i { opacity: 1; }
.project-card a:hover .project-image-wrap i { transform: translateY(0); }
.project-card h3 { margin: 20px 0 10px; font-size: clamp(24px,2.5vw,38px); font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.project-card p { margin: 0; color: #5e635e; font: 10px/1.5 ui-monospace,monospace; letter-spacing: .09em; text-transform: uppercase; }
.project-card p b { margin-inline: 7px; color: var(--orange); }
.project-card > a > span:last-child { display: inline-block; margin-top: 16px; padding: 7px 9px; background: #d9d7d0; color: #5c615d; font: 9px/1.4 ui-monospace,monospace; letter-spacing: .1em; }

.method { position: relative; padding: 136px 0 80px; overflow: clip; background: #202321; color: var(--white); }
.method-texture { position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(rgba(255,255,255,.13) .8px,transparent .8px), linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px); background-size: 22px 22px,100% 360px; }
.method-grid { position: relative; display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.35fr); gap: 100px; }
.method-sticky { position: sticky; top: 122px; align-self: start; min-height: 610px; padding: 8px 0 40px 40px; border-left: 1px solid rgba(255,255,255,.3); }
.method-sticky h2 { max-width: 430px; margin: 0 0 64px; font-size: clamp(54px,5.5vw,86px); font-weight: 500; line-height: .93; letter-spacing: -.06em; }
.method-sticky nav { display: flex; flex-direction: column; gap: 19px; }
.method-sticky nav a { display: flex; gap: 18px; color: rgba(255,255,255,.25); font-size: 25px; letter-spacing: -.03em; transition: color 260ms ease, transform 260ms ease; }
.method-sticky nav a span { padding-top: 7px; color: rgba(255,255,255,.22); font: 10px/1.4 ui-monospace,monospace; letter-spacing: .11em; }
.method-sticky nav a.is-active { color: #fff; transform: translateX(8px); }
.method-sticky nav a.is-active span { color: var(--orange); }
.method-flow { padding-top: 18px; }
.method-card { min-height: 700px; margin-bottom: 70px; scroll-margin-top: 125px; }
.method-card img { width: 100%; height: 430px; max-width: none; object-fit: cover; filter: saturate(.35) contrast(1.05); }
.method-code { margin: 28px 0 13px; color: var(--orange); font-size: 10px; }
.method-card h3 { margin: 0 0 12px; font-size: clamp(32px,3.4vw,50px); font-weight: 500; letter-spacing: -.045em; }
.method-card > p:not(.method-code) { max-width: 680px; margin: 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.65; }
.method-card > div { display: flex; gap: 30px; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line-light); font: 10px/1.5 ui-monospace,monospace; letter-spacing: .1em; text-transform: uppercase; }
.method-card > div span { color: rgba(255,255,255,.35); }
.method-card > div strong { color: rgba(255,255,255,.75); font-weight: 500; }

.owner-check { padding: 132px 0; }
.evidence-heading { display: grid; grid-template-columns: minmax(190px,.68fr) minmax(0,2fr); gap: 76px; align-items: start; }
.evidence-heading h2 { max-width: 1010px; }
.capability-metrics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 78px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-metrics article { min-width: 0; min-height: 190px; padding: 26px 28px; border-right: 1px solid var(--line); }
.capability-metrics article:first-child { padding-left: 0; }
.capability-metrics article:last-child { border-right: 0; }
.capability-metrics p { margin: 0 0 18px; color: #626762; font: 700 10px/1.5 ui-monospace,monospace; letter-spacing: .1em; text-transform: uppercase; }
.capability-metrics strong { display: block; min-height: 70px; font-size: clamp(48px,5vw,76px); font-weight: 500; line-height: .95; letter-spacing: -.06em; }
.capability-metrics strong.is-compact { max-width: 270px; font-size: clamp(34px,3.25vw,52px); line-height: 1; }
.capability-metrics span { display: block; margin-top: 20px; color: #737873; font: 9px/1.55 ui-monospace,monospace; letter-spacing: .07em; text-transform: uppercase; }
.credential-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-top: 70px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.credential-heading p { margin: 0; font: 700 10px/1.5 ui-monospace,monospace; letter-spacing: .12em; }
.credential-heading span { max-width: 570px; color: #737873; font: 9px/1.55 ui-monospace,monospace; letter-spacing: .08em; text-align: right; }
.credential-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.credential-grid article { position: relative; min-height: 205px; padding: 28px 28px 24px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credential-grid article:first-child { padding-left: 0; }
.credential-grid article:last-child { border-right: 0; }
.credential-mark { color: var(--orange); font: 700 15px/1 ui-monospace,monospace; }
.credential-grid h3 { margin: 18px 0 10px; font-size: 30px; font-weight: 500; letter-spacing: -.045em; }
.credential-grid p { margin: 0; color: #656a65; line-height: 1.5; }
.credential-grid small { display: block; margin-top: 20px; color: #878b87; font: 8px/1.5 ui-monospace,monospace; letter-spacing: .08em; text-transform: uppercase; }
.delivery-strip-heading { display: grid; grid-template-columns: minmax(180px,.55fr) minmax(0,1.45fr); gap: 52px; align-items: end; margin-top: 104px; padding-top: 34px; border-top: 1px solid var(--line); }
.delivery-strip-heading > p { margin: 0; color: #626762; font: 700 10px/1.5 ui-monospace,monospace; letter-spacing: .12em; }
.delivery-strip-heading h3 { max-width: 800px; margin: 0; font-size: clamp(38px,4vw,62px); font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.delivery-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 52px; }
.delivery-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #d5d3cc; }
.delivery-media img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; filter: saturate(.74) contrast(1.03); transition: transform 700ms cubic-bezier(.2,.7,0,1), filter 400ms ease; }
.delivery-strip article:hover .delivery-media img { transform: scale(1.025); filter: saturate(.9) contrast(1.02); }
.delivery-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 65%,rgba(10,12,11,.68)); }
.delivery-media span { position: absolute; z-index: 1; right: 18px; bottom: 17px; color: #fff; font: 700 10px/1.4 ui-monospace,monospace; letter-spacing: .11em; }
.delivery-strip h4 { margin: 22px 0 10px; font-size: clamp(25px,2.3vw,34px); font-weight: 500; letter-spacing: -.04em; }
.delivery-strip article > p { max-width: 420px; margin: 0; color: #666b66; line-height: 1.6; }

.roles-section { padding: 132px 0; background: #fff; }
.section-split-heading { display: grid; grid-template-columns: minmax(190px,.68fr) minmax(0,2fr); gap: 76px; align-items: end; }
.section-split-heading h2 { margin-bottom: 22px; }
.section-split-heading > div:last-child > p { max-width: 630px; margin: 0; color: #696e69; line-height: 1.65; }
.team-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px; margin-top: 76px; }
.team-grid article { min-width: 0; }
.team-portrait { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #d5d4cf; }
.team-portrait img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; filter: saturate(.75) contrast(1.03); transition: transform 700ms cubic-bezier(.2,.7,0,1), filter 400ms ease; }
.team-grid article:hover .team-portrait img { transform: scale(1.025); filter: saturate(.9) contrast(1.02); }
.team-portrait::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 72%,rgba(10,12,11,.55)); }
.team-portrait > span { position: absolute; z-index: 1; right: 16px; bottom: 15px; color: #fff; font: 700 10px/1.4 ui-monospace,monospace; letter-spacing: .11em; }
.ai-placeholder-label { min-height: 42px; margin: 14px 0 16px; padding: 8px 10px; border-left: 2px solid var(--orange); background: #f1f0eb; color: #737873; font: 700 8px/1.45 ui-monospace,monospace; letter-spacing: .07em; }
.team-grid h3 { margin: 0 0 12px; font-size: clamp(24px,2.2vw,34px); font-weight: 500; letter-spacing: -.04em; }
.team-grid article > p:last-child { margin: 0; color: #676c68; line-height: 1.6; }

.delivery-records { position: relative; padding: 132px 0; overflow: hidden; background-color: #181b19; background-image: radial-gradient(rgba(255,255,255,.07) .75px,transparent .75px); background-size: 22px 22px; }
.delivery-records::before { position: absolute; inset: 0; content: ""; background: linear-gradient(135deg,rgba(255,255,255,.025),transparent 55%); }
.delivery-records-layout { position: relative; }
.delivery-records-title { max-width: 850px; }
.delivery-records-title h2 { max-width: 760px; }
.delivery-records-title > p:last-child { max-width: 690px; margin: 26px 0 0; color: rgba(255,255,255,.56); line-height: 1.65; }
.delivery-records-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 72px; }
.delivery-records-grid article { min-height: 360px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.055); backdrop-filter: blur(4px); transition: transform 250ms ease, background 250ms ease, border-color 250ms ease; }
.delivery-records-grid article:hover { transform: translateY(-4px); border-color: rgba(255,79,20,.52); background: rgba(255,255,255,.075); }
.record-number { display: flex; align-items: baseline; gap: 9px; color: var(--orange); }
.record-number strong { font-size: clamp(48px,4.8vw,72px); font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.record-number span { font: 700 9px/1.4 ui-monospace,monospace; letter-spacing: .1em; }
.delivery-records-grid h3 { margin: 40px 0 14px; font-size: clamp(25px,2.4vw,35px); font-weight: 500; line-height: 1.08; letter-spacing: -.04em; }
.delivery-records-grid article > p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.62; }
.delivery-record-meta { display: flex; flex-direction: column; gap: 8px; margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); font: 700 8px/1.5 ui-monospace,monospace; letter-spacing: .09em; }
.delivery-record-meta span { color: rgba(255,255,255,.42); }
.delivery-record-meta a { align-self: flex-start; color: var(--orange); }

.systems-section { padding: 132px 0; }
.systems-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 86px; align-items: center; }
.systems-content h2 { max-width: 650px; margin-top: 58px; }
.systems-list { margin-top: 62px; border-top: 1px solid var(--line); }
.systems-list a { min-height: 98px; display: grid; grid-template-columns: 68px 1fr 28px; align-items: center; border-bottom: 1px solid var(--line); transition: padding 220ms ease, background 220ms ease; }
.systems-list a:hover { padding-inline: 16px; background: rgba(255,255,255,.55); }
.systems-list span { color: var(--orange); font: 10px/1.4 ui-monospace,monospace; }
.systems-list strong { font-size: clamp(21px,2.2vw,32px); font-weight: 500; letter-spacing: -.035em; }
.systems-image { position: relative; min-height: 720px; overflow: hidden; }
.systems-image img { width: 100%; height: 720px; max-width: none; object-fit: cover; filter: saturate(.65); transition: transform 900ms cubic-bezier(.2,.7,0,1); }
.systems-image:hover img { transform: scale(1.025); }
.systems-image span { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 18px; background: rgba(16,18,17,.8); color: rgba(255,255,255,.74); font: 9px/1.4 ui-monospace,monospace; letter-spacing: .1em; backdrop-filter: blur(8px); }

.enquiry { padding: 132px 0; background: #222522; }
.enquiry-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.enquiry-copy h2 { max-width: 650px; margin-bottom: 28px; }
.enquiry-copy > p:not(.drawing-tag) { max-width: 530px; margin: 0; color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.68; }
.enquiry-copy > div { display: flex; align-items: center; gap: 28px; margin-top: 84px; color: rgba(255,255,255,.42); font: 9px/1.4 ui-monospace,monospace; letter-spacing: .12em; }
.enquiry-copy .brand-lockup { color: var(--white); font-family: Arial,sans-serif; font-size: 13px; letter-spacing: -.02em; }
.enquiry-form-shell { min-width: 0; }
.mz-live-form { padding: 44px; border: 1px solid var(--line-light); background: rgba(255,255,255,.025); }
.mz-live-form .wpforms-container { margin: 0; }
.mz-live-form .wpforms-field { padding: 0 0 24px; }
.mz-live-form .wpforms-field-label,
.mz-live-form .wpforms-field-label-inline { color: rgba(255,255,255,.52); font: 700 9px/1.4 ui-monospace,monospace; letter-spacing: .1em; text-transform: uppercase; }
.mz-live-form :is(input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="url"],select,textarea) {
  width: 100%; min-height: 46px; padding: 10px 0 12px; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); border-radius: 0; outline: 0; background: transparent; color: #fff; box-shadow: none;
}
.mz-live-form textarea { min-height: 112px; resize: vertical; }
.mz-live-form select { color-scheme: dark; }
.mz-live-form :is(input,textarea)::placeholder { color: rgba(255,255,255,.3); }
.mz-live-form :is(input,select,textarea):focus { border-bottom-color: var(--orange); box-shadow: none; }
.mz-live-form .wpforms-submit-container { padding-top: 8px; }
.mz-live-form button[type="submit"] { min-height: 54px; padding: 0 28px; border: 0; border-radius: 0; background: var(--orange); color: #fff; font-weight: 700; cursor: pointer; clip-path: polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,0 100%); }
.mz-live-form button[type="submit"]:hover { background: #e9440c; transform: translateY(-2px); }
.mz-live-form .wpforms-error,
.mz-live-form label.wpforms-error { color: #ff9d7c; font-size: 12px; }
.mz-live-form .wpforms-required-label { color: var(--orange); }
.form-integration-state { min-height: 100%; padding: 44px; border: 1px solid var(--line-light); }
.form-integration-state h3 { margin: 28px 0 18px; font-size: clamp(31px,3vw,48px); font-weight: 500; line-height: 1.03; letter-spacing: -.045em; }
.form-integration-state > p:not(.drawing-tag) { max-width: 620px; margin: 0 0 30px; line-height: 1.65; }
.form-integration-state--dark { background: rgba(255,255,255,.025); }
.form-integration-state--dark > p:not(.drawing-tag) { color: rgba(255,255,255,.56); }

.whatsapp-float {
  position: fixed;
  z-index: 450;
  right: max(22px,env(safe-area-inset-right));
  bottom: max(22px,env(safe-area-inset-bottom));
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px 0 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: #1d9b5a;
  color: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.25);
  font-size: 12px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease;
}
.whatsapp-float:hover { transform: translateY(-3px); background: #18844c; }
.whatsapp-float svg { width: 28px; height: 28px; stroke: currentColor; stroke-width: 1.7; }

.enquiry-dialog {
  width: min(calc(100% - 36px),1180px);
  max-width: none;
  max-height: min(88svh,900px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 0;
  background: #202321;
  color: var(--white);
  box-shadow: 0 30px 100px rgba(0,0,0,.55);
}
.enquiry-dialog::backdrop { background: rgba(7,9,8,.78); backdrop-filter: blur(7px); }
.enquiry-dialog[open] { animation: dialog-in 320ms cubic-bezier(.2,.7,0,1) both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(22px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
.enquiry-dialog-shell { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; padding: 66px 58px 56px; }
.dialog-close { position: absolute; top: 18px; right: 18px; min-height: 42px; display: inline-flex; align-items: center; gap: 10px; padding: 0 12px; border: 1px solid rgba(255,255,255,.22); background: transparent; color: rgba(255,255,255,.7); font: 700 9px/1 ui-monospace,monospace; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.dialog-close span { color: var(--orange); font-family: Arial,sans-serif; font-size: 21px; font-weight: 300; }
.dialog-intro { padding-top: 7px; }
.dialog-intro h2 { margin: 0 0 24px; font-size: clamp(44px,5vw,72px); font-weight: 500; line-height: .95; letter-spacing: -.06em; }
.dialog-intro > p:last-child { margin: 0; color: rgba(255,255,255,.56); line-height: 1.65; }
.enquiry-dialog-brief { padding: 34px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.035); }
.enquiry-dialog-brief ol { margin: 0; padding: 0; list-style: none; }
.enquiry-dialog-brief li { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 4px 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.enquiry-dialog-brief li:first-child { padding-top: 0; }
.enquiry-dialog-brief li > span { grid-row: 1 / 3; color: var(--orange); font: 700 9px/1.5 ui-monospace,monospace; letter-spacing: .1em; }
.enquiry-dialog-brief strong { font-size: 18px; font-weight: 500; }
.enquiry-dialog-brief small { color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.5; }
.enquiry-dialog-actions { display: flex; align-items: center; gap: 26px; padding-top: 28px; }
.enquiry-dialog-whatsapp { color: rgba(255,255,255,.72); font-size: 13px; border-bottom: 1px solid currentColor; }

.site-footer { padding: 92px 0 0; background: #111312; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .82fr 1.05fr; gap: 70px; padding-bottom: 78px; }
.footer-brand > p { max-width: 390px; margin: 28px 0 34px; color: rgba(255,255,255,.5); line-height: 1.65; }
.footer-brand .cut-button { min-height: 48px; }
.footer-grid h2 { margin: 2px 0 26px; color: rgba(255,255,255,.36); font: 700 9px/1.4 ui-monospace,monospace; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid nav, .footer-contact { display: flex; align-items: flex-start; flex-direction: column; }
.footer-grid nav a, .footer-contact > a { margin-bottom: 16px; color: rgba(255,255,255,.72); font-size: 13px; transition: color 180ms ease, transform 180ms ease; }
.footer-grid nav a:hover, .footer-contact > a:hover { color: #fff; transform: translateX(3px); }
.footer-contact > p { margin: 0 0 20px; color: rgba(255,255,255,.5); font-size: 13px; }
.footer-contact > a:first-of-type { color: #fff; }
.footer-contact small { max-width: 280px; margin-top: 14px; color: rgba(255,255,255,.28); font: 8px/1.55 ui-monospace,monospace; letter-spacing: .07em; text-transform: uppercase; }
.footer-bottom { min-height: 70px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 28px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.3); font: 9px/1.4 ui-monospace,monospace; letter-spacing: .1em; }
.footer-bottom span:nth-child(2) { text-align: center; }
.footer-bottom a { color: rgba(255,255,255,.58); }

.basic-page-shell { min-height: 100vh; }
.basic-page-content { max-width: 920px; }
.basic-page-content h1 {
  margin: 0 0 38px;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.055em;
}
.basic-page-content p,
.basic-page-content li { color: #5f645f; font-size: 17px; line-height: 1.72; }
.basic-page-content a:not(.cut-button) { border-bottom: 1px solid currentColor; }

@media (max-width: 1100px) {
  .frame { width: min(calc(100% - 48px),1440px); }
  .topbar-inner { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero-layout { grid-template-columns: 62px minmax(0,820px); }
  .hero-image-label { display: none; }
  .record-shell, .dark-heading, .evidence-heading, .section-split-heading { grid-template-columns: 160px 1fr; gap: 46px; }
  .record-metrics { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .record-metrics article { border-bottom: 1px solid var(--line); }
  .record-metrics article:nth-child(3) { border-right: 0; }
  .record-metrics article:nth-child(4) { padding-left: 0; }
  .capability-metrics, .credential-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .capability-metrics article:nth-child(2), .credential-grid article:nth-child(2) { border-right: 0; }
  .capability-metrics article:nth-child(3), .credential-grid article:nth-child(3) { padding-left: 0; }
  .capability-metrics article { border-bottom: 1px solid var(--line); }
  .method-grid { gap: 64px; }
  .method-card img { height: 380px; }
  .team-grid, .delivery-records-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .systems-grid, .enquiry-grid { gap: 60px; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

body.admin-bar .topbar { top: 32px; }

@media (max-width: 782px) {
  body.admin-bar .topbar { top: 46px; }
}

@media (max-width: 800px) {
  .frame { width: min(calc(100% - 36px),1440px); }
  .topbar { height: 72px; }
  .nav-cta { display: none; }
  .menu-drawer { position: relative; display: block; justify-self: end; }
  .menu-drawer summary { min-width: 64px; min-height: 44px; display: grid; place-items: center; border: 1px solid var(--line-light); list-style: none; color: rgba(255,255,255,.75); font: 10px/1 ui-monospace,monospace; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
  .menu-drawer summary::-webkit-details-marker { display: none; }
  .menu-drawer nav { position: absolute; top: 50px; right: 0; width: 230px; padding: 12px; border: 1px solid var(--line-light); background: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .menu-drawer nav a { min-height: 44px; display: flex; align-items: center; padding: 0 10px; border-bottom: 1px solid var(--line-light); font-size: 12px; }
  .hero { min-height: 730px; height: calc(100svh - 72px); }
  .hero-layout { grid-template-columns: 1fr; height: calc(100% - 64px); }
  .drawing-rail { display: none; }
  .hero-content { padding: 0; }
  .hero-content h1 { font-size: clamp(50px,12vw,76px); }
  .hero-copy { max-width: 560px; font-size: 15px; }
  .hero-status { height: 64px; }
  .hero-status > span, .hero-status > i { display: none; }
  .hero-status a { margin-left: 0; }
  .record, .sectors, .owner-check, .roles-section, .delivery-records, .systems-section, .enquiry { padding: 88px 0; }
  .record-shell, .dark-heading, .evidence-heading, .section-split-heading, .systems-grid, .enquiry-grid { grid-template-columns: 1fr; gap: 44px; }
  .record-shell { padding-left: 20px; }
  .record h2, .dark-heading h2, .evidence-heading h2, .section-split-heading h2, .delivery-records-title h2, .systems-content h2, .enquiry-copy h2 { font-size: clamp(43px,9vw,66px); }
  .record-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 48px; }
  .record-metrics article, .record-metrics article:nth-child(3) { border-right: 1px solid var(--line); }
  .record-metrics article:nth-child(even) { border-right: 0; }
  .record-metrics article:nth-child(odd) { padding-left: 0; }
  .project-type-ticker { margin-top: 52px; }
  .sector-row { grid-template-columns: 58px 1fr 40px; gap: 16px; padding: 28px 10px; }
  .sector-row h3 { font-size: 31px; }
  .sector-row > p { grid-column: 2; }
  .sector-plus { grid-column: 3; grid-row: 1 / 3; }
  .sector-media { grid-column: 1 / -1; }
  .sector-media img { height: 260px; }
  .projects-section { padding: 42px 0; }
  .projects-panel { padding: 60px 38px 68px; border-radius: 18px; }
  .projects-heading { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .project-filters { gap: 24px; overflow-x: auto; margin-top: 54px; scrollbar-width: none; }
  .project-filters::-webkit-scrollbar { display: none; }
  .project-filters button { flex: 0 0 auto; min-height: 44px; padding-top: 12px; }
  .project-grid { grid-template-columns: 1fr; gap: 46px; }
  .method { padding: 88px 0 64px; }
  .method-grid { grid-template-columns: 1fr; gap: 50px; }
  .method-sticky { position: relative; top: auto; min-height: 0; padding-left: 26px; }
  .method-sticky nav { display: grid; grid-template-columns: repeat(2,1fr); }
  .method-sticky nav a { font-size: 18px; }
  .method-flow { padding: 0; }
  .method-card { min-height: 0; margin-bottom: 78px; }
  .method-card img { height: auto; aspect-ratio: 1.45; }
  .capability-metrics { margin-top: 50px; }
  .credential-heading { align-items: flex-start; flex-direction: column; }
  .credential-heading span { text-align: left; }
  .delivery-strip-heading { grid-template-columns: 1fr; gap: 18px; }
  .delivery-strip { grid-template-columns: 1fr; gap: 48px; }
  .delivery-media { aspect-ratio: 4 / 5; }
  .team-grid, .delivery-records-grid { grid-template-columns: 1fr; }
  .team-grid { gap: 54px; }
  .delivery-records-grid article { min-height: 330px; }
  .systems-content h2 { margin-top: 42px; }
  .systems-image, .systems-image img { min-height: 520px; height: 520px; }
  .enquiry-copy > div { margin-top: 48px; }
  .enquiry-dialog-shell { grid-template-columns: 1fr; gap: 32px; padding: 64px 34px 40px; }
  .dialog-intro > p:last-child { max-width: 600px; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 48px 34px; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .footer-bottom span:nth-child(2) { display: none; }
}

@media (max-width: 560px) {
  .frame { width: min(calc(100% - 28px),1440px); }
  .brand-lockup { font-size: 12px; }
  .hero { min-height: 700px; }
  .hero-content h1 { margin: 22px 0; font-size: clamp(45px,14.4vw,64px); }
  .hero-actions { max-width: 290px; flex-direction: column; align-items: stretch; }
  .record, .sectors, .owner-check, .roles-section, .delivery-records, .systems-section, .enquiry { padding: 72px 0; }
  .record-shell { padding-left: 14px; }
  .record-metrics { grid-template-columns: 1fr; }
  .record-metrics article, .record-metrics article:nth-child(even), .record-metrics article:nth-child(3) { min-height: 132px; padding-left: 0; border-right: 0; }
  .record-metrics p { margin-top: 18px; }
  .ticker-set b::after { margin-inline: 18px; }
  .sector-row { grid-template-columns: 40px 1fr; }
  .sector-plus { display: none; }
  .sector-row > p { grid-column: 2; font-size: 14px; }
  .sector-row.is-active { padding-inline: 12px; }
  .sector-media img { height: 220px; }
  .projects-panel { width: calc(100% - 20px); padding: 48px 20px 58px; }
  .projects-heading h2 { font-size: 52px; }
  .project-card h3 { font-size: 27px; }
  .method-sticky h2 { margin-bottom: 42px; font-size: 55px; }
  .method-sticky nav { grid-template-columns: 1fr; gap: 12px; }
  .method-card img { aspect-ratio: 1.25; }
  .method-card > div { flex-direction: column; gap: 7px; }
  .capability-metrics, .credential-grid { grid-template-columns: 1fr; }
  .capability-metrics article, .capability-metrics article:nth-child(2), .credential-grid article, .credential-grid article:nth-child(2) { padding-left: 0; border-right: 0; }
  .delivery-strip-heading { margin-top: 78px; }
  .team-grid { margin-top: 54px; }
  .delivery-records-grid { margin-top: 52px; }
  .systems-list a { grid-template-columns: 48px 1fr 22px; }
  .systems-list strong { font-size: 21px; }
  .systems-image, .systems-image img { min-height: 420px; height: 420px; }
  .mz-live-form,
  .form-integration-state { padding: 28px 20px; }
  .whatsapp-float { right: max(14px,env(safe-area-inset-right)); bottom: max(14px,env(safe-area-inset-bottom)); width: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .enquiry-dialog { width: min(calc(100% - 20px),1180px); max-height: 94svh; }
  .enquiry-dialog-shell { padding: 60px 18px 26px; }
  .enquiry-dialog-brief { padding: 24px 18px; }
  .enquiry-dialog-actions { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { min-height: 96px; grid-template-columns: 1fr; align-content: center; gap: 8px; }
  .footer-bottom a { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal], .hero-reveal { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .hero-image { transform: scale(1.03) !important; }
  .ticker-track { animation: none !important; }
}

/* ========================================================================== 
   V0.6 global shell, inner pages and editorial templates
   ========================================================================== */

.section-muted { background: var(--paper); }
.section-orange { background: var(--orange); color: var(--ink); }
.inner-page { min-width: 0; background: var(--paper-2); }
.inner-page section,
.inner-page article { scroll-margin-top: 116px; }

/* Global header */
.global-header {
  isolation: isolate;
  height: 82px;
}
.global-header__inner {
  grid-template-columns: minmax(170px,.82fr) minmax(480px,1.65fr) auto auto;
  gap: clamp(18px,2vw,34px);
}
.global-header__brand { position: relative; z-index: 2; justify-self: start; }
.global-header__desktop { min-width: 0; justify-self: center; }
.global-nav,
.global-nav--wp { display: block; }
.global-nav ul { margin: 0; padding: 0; list-style: none; }
.global-nav__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(18px,2.15vw,36px);
}
.global-nav__item,
.global-nav__list > li { position: relative; display: flex; align-items: center; min-height: 81px; }
.global-nav__item > a,
.global-nav__list > li > a,
.global-nav__dropdown > summary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.64);
  font: 700 10px/1.2 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease;
}
.global-nav__item > a::before,
.global-nav__list > li > a::before,
.global-nav__dropdown > summary::before {
  position: absolute;
  right: 100%;
  bottom: -10px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--orange);
  transition: right 180ms ease;
}
.global-nav__item:hover > a,
.global-nav__item:focus-within > a,
.global-nav__list > li:hover > a,
.global-nav__list > li:focus-within > a,
.global-nav__list > li.current-menu-item > a,
.global-nav__list > li.current-menu-ancestor > a,
.global-nav__list > li > a[aria-current="page"],
.global-nav__dropdown:hover > summary,
.global-nav__dropdown:focus-within > summary { color: #fff; }
.global-nav__item:hover > a::before,
.global-nav__item:focus-within > a::before,
.global-nav__list > li:hover > a::before,
.global-nav__list > li:focus-within > a::before,
.global-nav__list > li.current-menu-item > a::before,
.global-nav__list > li.current-menu-ancestor > a::before,
.global-nav__list > li > a[aria-current="page"]::before,
.global-nav__dropdown:hover > summary::before,
.global-nav__dropdown:focus-within > summary::before { right: 0; }
.global-nav__item.menu-item-has-children > a::after,
.global-nav__list > li.menu-item-has-children > a::after,
.global-nav__dropdown > summary::after {
  width: 5px;
  height: 5px;
  margin-top: -3px;
  content: "";
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}
.global-nav__item.menu-item-has-children:hover > a::after,
.global-nav__item.menu-item-has-children:focus-within > a::after,
.global-nav__list > li.menu-item-has-children:hover > a::after,
.global-nav__list > li.menu-item-has-children:focus-within > a::after,
.global-nav__dropdown[open] > summary::after { transform: translateY(3px) rotate(225deg); }
.global-nav__submenu,
.global-nav .sub-menu,
.global-nav__panel {
  position: absolute;
  z-index: 20;
  top: calc(100% - 1px);
  left: -24px;
  width: min(330px,calc(100vw - 36px));
  display: grid;
  gap: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(21,24,22,.985);
  box-shadow: 0 24px 60px rgba(0,0,0,.38);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 220ms cubic-bezier(.2,.7,0,1);
}
.global-nav__submenu::before,
.global-nav .sub-menu::before,
.global-nav__panel::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 18px;
  content: "";
}
.global-nav__item:hover > .sub-menu,
.global-nav__item:focus-within > .sub-menu,
.global-nav__list > li:hover > .sub-menu,
.global-nav__list > li:focus-within > .sub-menu,
.global-nav__dropdown:hover .global-nav__panel,
.global-nav__dropdown:focus-within .global-nav__panel,
.global-nav__dropdown[open] .global-nav__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.global-nav__submenu li,
.global-nav .sub-menu li { min-width: 0; }
.global-nav__submenu a,
.global-nav .sub-menu a,
.global-nav__panel a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.7);
  font-size: 13px;
  line-height: 1.35;
  transition: color 180ms ease, background 180ms ease, padding 180ms ease;
}
.global-nav__submenu li:last-child a,
.global-nav .sub-menu li:last-child a,
.global-nav__panel a:last-child { border-bottom: 0; }
.global-nav__submenu a:hover,
.global-nav__submenu a:focus-visible,
.global-nav .sub-menu a:hover,
.global-nav .sub-menu a:focus-visible,
.global-nav__panel a:hover,
.global-nav__panel a:focus-visible {
  padding-left: 17px;
  background: rgba(255,255,255,.055);
  color: #fff;
}
.global-nav__overview { color: var(--orange) !important; }
.global-nav__dropdown { position: relative; }
.global-nav__dropdown > summary { min-height: 81px; list-style: none; }
.global-nav__dropdown > summary::-webkit-details-marker { display: none; }
.global-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-self: end;
  color: rgba(255,255,255,.32);
  font: 700 9px/1 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing: .1em;
}
.global-language-switcher .is-active { color: #fff; font-weight: 700; }
.global-language-switcher .is-disabled { cursor: not-allowed; opacity: .5; }
.global-language-switcher .trp-language-switcher { width: auto; height: auto; }
.global-language-switcher .trp-language-switcher > div { width: auto !important; min-width: 72px; padding: 0; border: 0; background: transparent; }
.global-language-switcher .trp-language-switcher > div > a { min-height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 9px; color: rgba(255,255,255,.78); background: #171918; }
.global-language-switcher .trp-language-switcher > div > a:hover { color: #fff; }
.global-language-switcher .trp-language-switcher img { width: 16px; height: auto; margin: 0; }
.global-header__cta { min-height: 48px; padding-inline: 20px; white-space: nowrap; }
.global-menu-toggle { display: none; }

/* Full-screen mobile navigation */
.global-mobile-drawer {
  position: fixed;
  z-index: 1000;
  inset: 0;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 max(24px,env(safe-area-inset-right)) max(28px,env(safe-area-inset-bottom)) max(24px,env(safe-area-inset-left));
  background: #111312;
  color: var(--white);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-14px);
  transition: opacity 240ms ease, visibility 240ms ease, transform 320ms cubic-bezier(.2,.7,0,1);
}
body.mobile-nav-open { overflow: hidden; }
body.mobile-nav-open .global-mobile-drawer,
.global-mobile-drawer.is-open,
.global-mobile-drawer[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.global-mobile-drawer__top {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line-light);
}
.global-mobile-drawer__close {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
  border: 1px solid var(--line-light);
  background: transparent;
  color: rgba(255,255,255,.7);
  font: 700 9px/1 ui-monospace,monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.global-mobile-drawer__close i { color: var(--orange); font: normal 24px/1 Arial,sans-serif; }
.global-mobile-nav { align-self: start; padding: 42px 0; }
.global-mobile-nav > a,
.global-mobile-nav > details { border-bottom: 1px solid rgba(255,255,255,.14); }
.global-mobile-nav > a,
.global-mobile-nav > details > summary {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: rgba(255,255,255,.88);
  font-size: clamp(25px,5vw,36px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.035em;
}
.global-mobile-nav > details > summary { list-style: none; cursor: pointer; }
.global-mobile-nav > details > summary::-webkit-details-marker { display: none; }
.global-mobile-nav > details > summary::after {
  content: "+";
  color: var(--orange);
  font-size: 25px;
  font-weight: 300;
}
.global-mobile-nav > details[open] > summary::after { content: "−"; }
.global-mobile-nav details > div { display: grid; padding: 0 0 18px 18px; }
.global-mobile-nav details > div a {
  min-height: 43px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.54);
  font-size: 13px;
  line-height: 1.4;
}
.global-mobile-nav details > div a:last-child { border-bottom: 0; }
.global-mobile-drawer__footer {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,auto)) 1fr;
  align-items: center;
  gap: 16px 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
  color: rgba(255,255,255,.55);
  font-size: 12px;
}
.global-mobile-drawer__footer .cut-button { justify-self: end; }
/* Global footer refinements */
.global-footer { position: relative; }
.global-footer__grid { grid-template-columns: minmax(280px,1.25fr) repeat(2,minmax(150px,.7fr)) minmax(240px,1fr); }
.global-footer__column { display: flex; flex-direction: column; align-items: flex-start; }
.global-footer__menu { margin: 0; padding: 0; list-style: none; }
.global-footer__menu li { margin: 0; padding: 0; }
.global-footer__column a { position: relative; }
.global-footer__column a::before {
  position: absolute;
  top: .62em;
  left: -13px;
  width: 4px;
  height: 4px;
  content: "";
  background: var(--orange);
  opacity: 0;
  transition: opacity 180ms ease;
}
.global-footer__column a:hover::before { opacity: 1; }
.global-footer__legal { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }

/* Shared inner-page typography and media */
.inner-kicker,
.inner-index,
.inner-review-banner,
.inner-review-note,
.inner-breadcrumb,
.archive-eyebrow {
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
}
.inner-kicker,
.inner-index {
  margin: 0;
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.inner-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  margin-bottom: 60px;
  color: rgba(255,255,255,.45);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.inner-breadcrumb a { transition: color 180ms ease; }
.inner-breadcrumb a:hover { color: #fff; }
.inner-hero { position: relative; overflow: hidden; }
.inner-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);
  background-size: 100% 100%,25% 100%;
  pointer-events: none;
}
.inner-hero-grid {
  position: relative;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0,1.06fr) minmax(360px,.94fr);
  align-items: stretch;
  gap: clamp(48px,7vw,110px);
}
.inner-hero-copy { align-self: center; padding: 86px 0 94px; }
.inner-hero-copy h1,
.inner-contact-hero h1 {
  max-width: 900px;
  margin: 22px 0 28px;
  font-size: clamp(54px,5.55vw,88px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.06em;
}
.inner-lead {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.61);
  font-size: 17px;
  line-height: 1.68;
}
.inner-hero-media { position: relative; min-height: 690px; overflow: hidden; background: var(--ink-2); }
.inner-hero-media picture { height: 100%; display: block; }
.inner-cover-image,
.inner-hero-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: saturate(.6) contrast(1.03);
  transition: transform 950ms cubic-bezier(.2,.7,0,1), filter 450ms ease;
}
.inner-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg,rgba(16,18,17,.38),transparent 36%),linear-gradient(180deg,transparent 60%,rgba(16,18,17,.5));
  pointer-events: none;
}
.inner-hero-media:hover img { transform: scale(1.025); filter: saturate(.75) contrast(1.02); }
.inner-section-heading { max-width: 960px; }
.inner-section-heading h2,
.inner-owner-checks h2,
.inner-cert-review h2,
.inner-contact-details h2,
.inner-identity h2,
.inner-method-heading h2 {
  margin: 18px 0 0;
  font-size: clamp(43px,4.7vw,72px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}
.inner-section-heading > p:last-child:not(.inner-kicker),
.inner-identity p,
.inner-path-copy > p,
.inner-system-copy > p,
.inner-sector-copy > p,
.inner-method-step p,
.inner-principle-card p,
.inner-control-card p,
.inner-cert-card p,
.inner-team-card p { color: #646964; line-height: 1.68; }
.section-dark .inner-section-heading > p:last-child:not(.inner-kicker) { color: rgba(255,255,255,.57); }
.inner-review-note,
.inner-review-banner {
  padding: 13px 15px;
  border-left: 2px solid var(--orange);
  background: rgba(16,18,17,.055);
  color: #676c67 !important;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.6 !important;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.inner-review-banner { margin: 28px 0; }
.section-dark .inner-review-note,
.section-dark .inner-review-banner { background: rgba(255,255,255,.055); color: rgba(255,255,255,.52) !important; }
.inner-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 24px;
  border: 1px solid currentColor;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  clip-path: polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,0 100%);
  transition: background 180ms ease,color 180ms ease,border-color 180ms ease;
}
.inner-button svg { transition: transform 180ms ease; }
.inner-button:hover svg { transform: translateX(4px); }
.inner-button-dark { border-color: var(--ink); background: var(--ink); color: #fff; }
.inner-button-dark:hover { border-color: #292d2a; background: #292d2a; }
.inner-button-orange { border-color: var(--orange); background: var(--orange); color: #fff; }
.inner-button-orange:hover { border-color: var(--orange-dark); background: var(--orange-dark); }
.inner-text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
}
.inner-text-link svg { transition: transform 180ms ease; }
.inner-text-link:hover svg { transform: translateX(4px); }

/* In-page anchor strip */
.inner-anchor-nav {
  position: sticky;
  z-index: 35;
  top: 82px;
  border-bottom: 1px solid var(--line);
  background: rgba(242,241,236,.96);
  backdrop-filter: blur(12px);
}
.inner-anchor-list { min-height: 70px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.inner-anchor-list a {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  border-right: 1px solid var(--line);
  color: #555a56;
  font-size: 12px;
  line-height: 1.35;
  transition: background 180ms ease,color 180ms ease;
}
.inner-anchor-list a:first-child { padding-left: 0; }
.inner-anchor-list a:last-child { border-right: 0; }
.inner-anchor-list a:hover { background: rgba(255,255,255,.52); color: var(--ink); }
.inner-anchor-list span { color: var(--orange); font: 700 9px/1 ui-monospace,monospace; letter-spacing: .1em; }

/* Solutions and product systems */
.inner-sector-list,
.inner-system-list { padding: 120px 0; }
.inner-sector,
.inner-system-row {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr);
  align-items: stretch;
  gap: clamp(48px,7vw,110px);
  padding: 78px 0;
  border-bottom: 1px solid var(--line);
}
.inner-sector:first-child,
.inner-system-row:first-child { padding-top: 0; }
.inner-sector:last-child,
.inner-system-row:last-child { padding-bottom: 0; border-bottom: 0; }
.inner-sector-reverse .inner-sector-media,
.inner-system-reverse .inner-system-media { order: 2; }
.inner-sector-reverse .inner-sector-copy,
.inner-system-reverse .inner-system-copy { order: 1; }
.inner-sector-media,
.inner-system-media { min-height: 500px; overflow: hidden; background: #d2d0c9; }
.inner-sector-media picture,
.inner-system-media picture { height: 100%; display: block; }
.inner-sector-media img,
.inner-system-media img { transition: transform 900ms cubic-bezier(.2,.7,0,1),filter 450ms ease; }
.inner-sector-media:hover img,
.inner-system-media:hover img { transform: scale(1.025); filter: saturate(.78); }
.inner-sector-copy,
.inner-system-copy { align-self: center; }
.inner-system-copy h3 {
  margin: 30px 0 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.inner-system-copy h3 + .inner-feature-list { margin-top: 14px; }
.inner-sector-copy h2,
.inner-system-copy h2,
.inner-path-copy h2 {
  margin: 18px 0 24px;
  font-size: clamp(38px,4vw,62px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}
.inner-sector-lead { color: var(--ink) !important; font-size: 19px; }
.inner-feature-list,
.inner-check-list { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.inner-feature-list li,
.inner-check-list li {
  position: relative;
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 27px;
  border-bottom: 1px solid var(--line);
  color: #5f645f;
  font-size: 13px;
  line-height: 1.45;
}
.inner-feature-list li::before,
.inner-check-list li::before { position: absolute; left: 1px; content: "+"; color: var(--orange); font-size: 19px; }
.inner-decision,
.inner-responsibility,
.inner-identity { padding: 120px 0; }
.inner-decision-grid,
.inner-responsibility-grid,
.inner-identity-grid {
  display: grid;
  grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr);
  gap: clamp(60px,9vw,150px);
}
.inner-decision-grid h2,
.inner-responsibility-grid h2,
.inner-identity-grid h2 { margin: 18px 0 0; font-size: clamp(40px,4.6vw,70px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.inner-decision-grid .inner-check-list,
.inner-responsibility-grid .inner-check-list { margin-top: 0; }

/* Capability pathways and owner checks */
.inner-capability-paths { padding: 120px 0; }
.inner-path-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.inner-path-card { min-width: 0; border: 1px solid var(--line); background: var(--paper); }
.inner-path-media { aspect-ratio: 1.42; overflow: hidden; background: #d2d0c9; }
.inner-path-media picture { height: 100%; display: block; }
.inner-path-media img { transition: transform 800ms cubic-bezier(.2,.7,0,1); }
.inner-path-card:hover .inner-path-media img { transform: scale(1.025); }
.inner-path-copy { padding: 38px; }
.inner-path-copy h2 { font-size: clamp(34px,3.1vw,50px); }
.inner-path-copy .inner-text-link { margin-top: 22px; }
.inner-owner-checks { padding: 120px 0; }
.inner-owner-checks h2 { max-width: 910px; }
.inner-check-grid,
.inner-control-grid,
.inner-principle-grid,
.inner-cert-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 68px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.inner-check-grid > div,
.inner-control-card,
.inner-principle-card,
.inner-cert-card {
  min-width: 0;
  min-height: 250px;
  padding: 30px 28px;
  border-right: 1px solid var(--line);
}
.inner-check-grid > div:first-child,
.inner-control-card:first-child,
.inner-principle-card:first-child,
.inner-cert-card:first-child { padding-left: 0; }
.inner-check-grid > div:last-child,
.inner-control-card:last-child,
.inner-principle-card:last-child,
.inner-cert-card:last-child { border-right: 0; }
.inner-check-grid span,
.inner-control-card > span,
.inner-principle-card > span,
.inner-cert-card > span { color: var(--orange); font: 700 10px/1.4 ui-monospace,monospace; letter-spacing: .12em; text-transform: uppercase; }
.inner-check-grid h3,
.inner-control-card h3,
.inner-principle-card h3,
.inner-cert-card h3 { margin: 42px 0 16px; font-size: clamp(25px,2.2vw,34px); font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.inner-check-grid p { margin: 0; color: #646964; line-height: 1.65; }

/* Engineering, delivery, factory and quality */
.inner-method,
.inner-factory-proof,
.inner-quality-controls,
.inner-cert-review,
.inner-delivery-proof { padding: 120px 0; }
.inner-method-grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(60px,9vw,150px); }
.inner-method-heading { position: sticky; top: 128px; align-self: start; }
.inner-method-list { border-top: 1px solid var(--line); }
.inner-method-step {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.inner-method-step > span { color: var(--orange); font: 700 10px/1.5 ui-monospace,monospace; letter-spacing: .1em; }
.inner-method-step h3 { margin: 0 0 11px; font-size: clamp(25px,2.4vw,36px); font-weight: 500; line-height: 1.06; letter-spacing: -.04em; }
.inner-method-step p { margin: 0; }
.inner-method-step p + p {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: #515651;
  font-size: 12px;
}
.inner-delivery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 68px; }
.inner-delivery-card,
.inner-factory-grid figure { position: relative; margin: 0; overflow: hidden; background: #292d2a; }
.inner-delivery-card { min-height: 520px; }
.inner-delivery-card img,
.inner-factory-grid figure img { width: 100%; height: 100%; max-width: none; object-fit: cover; filter: saturate(.58); transition: transform 850ms cubic-bezier(.2,.7,0,1),filter 450ms ease; }
.inner-delivery-card:hover img,
.inner-factory-grid figure:hover img { transform: scale(1.025); filter: saturate(.75); }
.inner-delivery-card figcaption,
.inner-factory-grid figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 14px 16px;
  background: rgba(16,18,17,.82);
  color: rgba(255,255,255,.78);
  font: 700 9px/1.4 ui-monospace,monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.inner-factory-grid { min-height: 700px; display: grid; grid-template-columns: 1.65fr .85fr; gap: 18px; }
.inner-factory-wide,
.inner-factory-tall { min-height: 700px; }
.inner-quality-controls { background: var(--paper); }
.inner-cert-review > .frame > h2 { max-width: 800px; }
.inner-cert-review .inner-review-banner { max-width: 900px; }

/* Company page */
.inner-principles,
.inner-team { padding: 120px 0; }
.inner-principle-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.inner-team-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; margin-top: 62px; }
.inner-team-card { min-width: 0; background: var(--paper); }
.inner-team-card > img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.72); }
.inner-team-card > div { padding: 20px 18px 24px; }
.inner-team-card > div > span { display: block; margin-bottom: 18px; color: var(--orange); font: 700 8px/1.4 ui-monospace,monospace; letter-spacing: .08em; text-transform: uppercase; }
.inner-team-card h3 { margin: 0 0 10px; font-size: clamp(22px,1.8vw,29px); font-weight: 500; letter-spacing: -.04em; }

/* Orange call to action */
.inner-cta { padding: 86px 0; }
.inner-cta .inner-kicker { color: rgba(16,18,17,.62); }
.inner-cta-grid { display: grid; grid-template-columns: minmax(0,1.3fr) auto; align-items: center; gap: 52px; }
.inner-cta-grid h2 { max-width: 920px; margin: 14px 0 0; font-size: clamp(44px,5vw,76px); font-weight: 500; line-height: .96; letter-spacing: -.058em; }
.inner-cta-actions { display: flex; align-items: center; gap: 30px; }

/* Contact */
.inner-contact-hero { position: relative; padding: 112px 0 100px; overflow: hidden; }
.inner-contact-hero::after { position: absolute; inset: 0; content: ""; opacity: .2; background-image: radial-gradient(rgba(255,255,255,.13) .8px,transparent .8px); background-size: 22px 22px; pointer-events: none; }
.inner-contact-hero > .frame { position: relative; z-index: 1; }
.inner-contact-hero h1 { max-width: 980px; font-size: clamp(65px,7.7vw,118px); }
.inner-contact-body { padding: 120px 0; }
.inner-contact-grid { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: clamp(60px,9vw,150px); }
.inner-contact-details h2 { margin-bottom: 42px; }
.inner-contact-list { margin: 0; border-top: 1px solid var(--line); }
.inner-contact-list > div { display: grid; grid-template-columns: 116px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.inner-contact-list dt { color: #696e69; font: 700 9px/1.5 ui-monospace,monospace; letter-spacing: .1em; text-transform: uppercase; }
.inner-contact-list dd { margin: 0; color: var(--ink); line-height: 1.55; overflow-wrap: anywhere; }
.inner-contact-list a { border-bottom: 1px solid currentColor; }
.inner-contact-wechat-qr { display: block; width: min(190px,100%); margin-top: 14px; padding: 8px; background: #fff; border: 1px solid var(--line); }
.inner-contact-wechat-qr img { display: block; width: 100%; height: auto; }
.inner-contact-form-wrap { min-width: 0; }
.mz-live-form--contact {
  padding: clamp(28px,4vw,54px);
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}
.mz-live-form--contact .wpforms-field-label,
.mz-live-form--contact .wpforms-field-label-inline { color: #5e635f; }
.mz-live-form--contact :is(input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="url"],select,textarea) {
  color: var(--ink);
  border-bottom-color: rgba(16,18,17,.28);
  color-scheme: light;
}
.mz-live-form--contact :is(input,textarea)::placeholder { color: rgba(16,18,17,.36); }
.mz-live-form--contact :is(input,select,textarea):focus { border-bottom-color: var(--orange); }
.mz-live-form--contact .wpforms-field-description,
.mz-live-form--contact .wpforms-field-sublabel { color: #686d68; }
.mz-live-form--contact .wpforms-error,
.mz-live-form--contact label.wpforms-error { color: #a83210; }
.form-integration-state--light { min-height: 100%; border-color: var(--line); background: var(--paper); }
.form-integration-state--light h2 { margin-top: 30px; }
.form-integration-state--light > p:not(.inner-kicker):not(.inner-review-note) { color: #626762; line-height: 1.65; }
.inner-empty-state {
  grid-column: 1 / -1;
  margin: 0;
  padding: 36px;
  border: 1px solid var(--line);
  color: #646964;
  background: var(--paper);
}

/* Homepage latest insights */
.insights-section { padding: 120px 0; }
.insights-heading { display: grid; grid-template-columns: minmax(190px,.68fr) minmax(0,2fr); gap: 76px; align-items: end; }
.insights-heading h2 { max-width: 920px; }
.insights-heading > div:last-child { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.insights-view-all { display: inline-flex; align-items: center; gap: 16px; flex: 0 0 auto; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.insights-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; margin-top: 68px; }
.insight-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); }
.insight-card-link { height: 100%; display: flex; flex-direction: column; }
.insight-card-media { position: relative; aspect-ratio: 1.5; overflow: hidden; background: #d3d1ca; }
.insight-card-media img { width: 100%; height: 100%; max-width: none; object-fit: cover; filter: saturate(.65); transition: transform 700ms cubic-bezier(.2,.7,0,1); }
.insight-card:hover .insight-card-media img { transform: scale(1.03); }
.insight-card-media--empty { display: grid; place-items: center; background: #232623; color: rgba(255,255,255,.3); }
.insight-card-media--empty::before { content: "MZ / INSIGHT"; font: 700 9px/1.4 ui-monospace,monospace; letter-spacing: .13em; }
.insight-card-body { flex: 1; display: flex; flex-direction: column; padding: 28px; }
.insight-card-meta,
.insight-card-status { margin: 0; color: #6a6f6a; font: 700 9px/1.5 ui-monospace,monospace; letter-spacing: .09em; text-transform: uppercase; }
.insight-card-status { align-self: flex-start; margin-bottom: 22px; padding: 6px 8px; background: #d9d7d0; }
.insight-card h3 { margin: 20px 0 16px; font-size: clamp(25px,2.25vw,35px); font-weight: 500; line-height: 1.06; letter-spacing: -.045em; }
.insight-card-body > p:not(.insight-card-meta):not(.insight-card-status):not(.insight-card-action) { margin: 0; color: #646964; line-height: 1.62; }
.insight-card-action { margin: auto 0 0; padding-top: 28px; color: var(--orange); font: 700 9px/1.4 ui-monospace,monospace; letter-spacing: .1em; text-transform: uppercase; }
.insights-draft-note { margin-top: 24px; color: #6a6f6a; font: 700 9px/1.55 ui-monospace,monospace; letter-spacing: .07em; text-transform: uppercase; }

/* Form confirmation and conversion route */
.thank-you-hero { min-height: calc(100svh - 82px); display: grid; align-items: center; padding: 110px 0; }
.thank-you-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: clamp(70px,10vw,160px); align-items: center; }
.thank-you-grid h1 { max-width: 920px; margin: 34px 0 0; font-size: clamp(58px,7vw,112px); font-weight: 500; line-height: .93; letter-spacing: -.065em; }
.thank-you-next { padding: 42px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.035); }
.thank-you-next h2 { margin: 0 0 30px; font-size: 28px; font-weight: 500; }
.thank-you-next ol { margin: 0; padding: 0; list-style: none; }
.thank-you-next li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.7); line-height: 1.55; }
.thank-you-next li span { color: var(--orange); font: 700 9px/1.5 ui-monospace,monospace; letter-spacing: .1em; }
.thank-you-actions { display: flex; align-items: center; gap: 26px; padding-top: 30px; }
.thank-you-actions > a:not(.cut-button) { color: rgba(255,255,255,.74); border-bottom: 1px solid currentColor; font-size: 13px; }

/* Generic archive and article foundations; template-specific selectors follow. */
.archive-empty { padding: 42px; border: 1px solid var(--line); background: var(--paper); }
.archive-empty h2 { margin: 0 0 16px; font-size: clamp(30px,3.3vw,48px); font-weight: 500; letter-spacing: -.045em; }
.archive-empty p { margin: 0; color: #656a65; line-height: 1.65; }
.archive-eyebrow { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* Responsive global shell and inner pages */
@media (max-width: 1220px) {
  .global-header__inner { grid-template-columns: minmax(155px,.7fr) minmax(450px,1.55fr) auto auto; gap: 16px; }
  .global-nav__list { gap: 17px; }
  .global-nav__item > a,
  .global-nav__list > li > a,
  .global-nav__dropdown > summary { font-size: 9px; letter-spacing: .08em; }
  .global-header__cta { padding-inline: 15px; }
}

@media (max-width: 1100px) {
  .global-header__inner { grid-template-columns: 1fr auto auto auto; }
  .global-header__desktop { display: none; }
  .global-menu-toggle {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--line-light);
    background: transparent;
    color: #fff;
    cursor: pointer;
  }
  .global-menu-toggle__icon { width: 18px; display: grid; gap: 6px; }
  .global-menu-toggle__icon i { width: 100%; height: 1px; display: block; background: currentColor; }
  .global-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .inner-hero-grid { min-height: 620px; grid-template-columns: minmax(0,1fr) minmax(320px,.85fr); gap: 48px; }
  .inner-hero-media { min-height: 620px; }
  .inner-team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
  .inner-check-grid,
  .inner-control-grid,
  .inner-cert-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .inner-check-grid > div,
  .inner-control-card,
  .inner-cert-card { border-bottom: 1px solid var(--line); }
  .inner-check-grid > div:nth-child(2),
  .inner-control-card:nth-child(2),
  .inner-cert-card:nth-child(2) { border-right: 0; }
  .inner-check-grid > div:nth-child(3),
  .inner-control-card:nth-child(3),
  .inner-cert-card:nth-child(3) { padding-left: 0; }
  .inner-contact-grid { gap: 64px; }
}

body.admin-bar .inner-anchor-nav { top: 114px; }
body.admin-bar .global-mobile-drawer { top: 32px; min-height: calc(100dvh - 32px); }

@media (max-width: 782px) {
  body.admin-bar .inner-anchor-nav { top: 118px; }
  body.admin-bar .global-mobile-drawer { top: 46px; min-height: calc(100dvh - 46px); }
}

@media (max-width: 800px) {
  .global-header { height: 72px; }
  .global-header__inner { grid-template-columns: 1fr auto auto; gap: 12px; }
  .global-header__cta { display: none; }
  .global-language-switcher { font-size: 8px; }
  .global-language-switcher .trp-language-switcher > div { min-width: 58px; }
  .global-language-switcher .trp-language-switcher > div > a { min-height: 38px; padding-inline: 6px; }
  .global-mobile-drawer__top { min-height: 72px; }
  .global-mobile-drawer__footer { grid-template-columns: 1fr 1fr; }
  .global-mobile-drawer__footer .cut-button { grid-column: 1 / -1; justify-self: stretch; }
  .inner-page section,
  .inner-page article { scroll-margin-top: 92px; }
  .inner-anchor-nav { top: 72px; overflow-x: auto; }
  .inner-anchor-list { width: max-content; min-width: 100%; grid-template-columns: repeat(4,minmax(190px,1fr)); }
  .inner-anchor-list a:first-child { padding-left: 20px; }
  .inner-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 0; }
  .inner-hero-copy { padding: 72px 0; }
  .inner-breadcrumb { margin-bottom: 42px; }
  .inner-hero-copy h1,
  .inner-contact-hero h1 { font-size: clamp(48px,10.2vw,68px); }
  .inner-hero-media { min-height: 0; aspect-ratio: 1.4; margin: 0 -18px; }
  .inner-sector-list,
  .inner-system-list,
  .inner-capability-paths,
  .inner-owner-checks,
  .inner-method,
  .inner-factory-proof,
  .inner-quality-controls,
  .inner-cert-review,
  .inner-delivery-proof,
  .inner-principles,
  .inner-team,
  .inner-contact-body,
  .insights-section { padding: 84px 0; }
  .inner-sector,
  .inner-system-row { min-height: 0; grid-template-columns: 1fr; gap: 34px; padding: 60px 0; }
  .inner-sector-reverse .inner-sector-media,
  .inner-system-reverse .inner-system-media,
  .inner-sector-reverse .inner-sector-copy,
  .inner-system-reverse .inner-system-copy { order: initial; }
  .inner-sector-media,
  .inner-system-media { min-height: 0; aspect-ratio: 1.4; }
  .inner-decision,
  .inner-responsibility,
  .inner-identity { padding: 84px 0; }
  .inner-decision-grid,
  .inner-responsibility-grid,
  .inner-identity-grid,
  .inner-method-grid,
  .inner-contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .inner-path-grid { grid-template-columns: 1fr; gap: 34px; }
  .inner-method-heading { position: relative; top: auto; }
  .inner-delivery-grid { grid-template-columns: 1fr; }
  .inner-delivery-card { min-height: 0; aspect-ratio: 1.25; }
  .inner-factory-grid { min-height: 0; grid-template-columns: 1fr; }
  .inner-factory-wide,
  .inner-factory-tall { min-height: 0; aspect-ratio: 1.35; }
  .inner-principle-grid { grid-template-columns: 1fr; }
  .inner-principle-card { min-height: 210px; padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .inner-principle-card:last-child { border-bottom: 0; }
  .inner-cta { padding: 72px 0; }
  .inner-cta-grid { grid-template-columns: 1fr; align-items: start; }
  .inner-cta-actions { align-items: flex-start; flex-direction: column; }
  .inner-contact-hero { padding: 80px 0 74px; }
	.thank-you-hero { min-height: calc(100svh - 72px); padding: 76px 0; }
	.thank-you-grid { grid-template-columns: 1fr; gap: 54px; }
	.thank-you-next { padding: 30px; }
  .insights-heading { grid-template-columns: 1fr; gap: 26px; }
  .insights-heading > div:last-child { align-items: flex-start; flex-direction: column; }
  .insights-grid { grid-template-columns: 1fr; gap: 32px; }
  .insight-card-media { aspect-ratio: 1.65; }
  .global-footer__legal { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .global-mobile-drawer { padding-inline: max(14px,env(safe-area-inset-left)); }
  .global-mobile-nav { padding: 28px 0; }
  .global-mobile-nav > a,
  .global-mobile-nav > details > summary { min-height: 58px; font-size: 25px; }
  .global-mobile-drawer__footer { grid-template-columns: 1fr; }
  .global-mobile-drawer__footer .cut-button { grid-column: auto; }
  .global-mobile-drawer__footer a:not(.cut-button) { min-height: 34px; display: flex; align-items: center; }
  .global-footer__grid { grid-template-columns: 1fr; }
  .global-footer__legal { flex-wrap: wrap; gap: 12px 18px; }
  .inner-hero-copy { padding: 62px 0; }
  .inner-breadcrumb { margin-bottom: 34px; }
  .inner-hero-media { aspect-ratio: 1.15; margin-inline: -14px; }
  .inner-lead { font-size: 15px; }
	.thank-you-grid h1 { font-size: clamp(48px,14vw,66px); }
	.thank-you-next { padding: 24px 18px; }
	.thank-you-actions { align-items: flex-start; flex-direction: column; }
  .inner-sector-list,
  .inner-system-list,
  .inner-capability-paths,
  .inner-owner-checks,
  .inner-method,
  .inner-factory-proof,
  .inner-quality-controls,
  .inner-cert-review,
  .inner-delivery-proof,
  .inner-principles,
  .inner-team,
  .inner-contact-body,
  .insights-section { padding: 70px 0; }
  .inner-path-copy { padding: 28px 22px; }
  .inner-check-grid,
  .inner-control-grid,
  .inner-cert-grid,
  .inner-team-grid { grid-template-columns: 1fr; }
  .inner-check-grid > div,
  .inner-control-card,
  .inner-cert-card { min-height: 210px; padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .inner-check-grid > div:last-child,
  .inner-control-card:last-child,
  .inner-cert-card:last-child { border-bottom: 0; }
  .inner-team-grid { gap: 38px; }
  .inner-method-step { grid-template-columns: 42px 1fr; gap: 14px; }
  .inner-contact-list > div { grid-template-columns: 1fr; gap: 7px; }
  .inner-contact-form { padding: 26px 20px; }
  .inner-cta-grid h2 { font-size: 43px; }
  .inner-button { width: 100%; }
}

/* V0.6 archive, project, article and packing templates */
.inner-packing-logistics { padding: 120px 0; }
.inner-packing-grid {
  display: grid;
  grid-template-columns: minmax(360px,.92fr) minmax(0,1.08fr);
  align-items: center;
  gap: clamp(60px,9vw,150px);
}
.inner-packing-media { min-height: 620px; overflow: hidden; background: #d2d0c9; }
.inner-packing-media img { width: 100%; height: 100%; max-width: none; object-fit: cover; filter: saturate(.58); transition: transform 900ms cubic-bezier(.2,.7,0,1),filter 450ms ease; }
.inner-packing-media:hover img { transform: scale(1.025); filter: saturate(.74); }
.inner-packing-copy h2 {
  margin: 18px 0 24px;
  font-size: clamp(43px,4.7vw,72px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}
.inner-packing-copy > p:not(.inner-kicker) { color: #646964; line-height: 1.68; }
.inner-packing-copy .inner-text-link { margin-top: 24px; }

.archive-page { min-width: 0; background: var(--paper-2); }
.archive-hero { position: relative; overflow: hidden; }
.archive-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .2;
  background-image: radial-gradient(rgba(255,255,255,.12) .75px,transparent .75px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);
  background-size: 22px 22px,25% 100%;
  pointer-events: none;
}
.archive-hero-grid {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr);
  align-items: end;
  gap: clamp(60px,8vw,130px);
  padding-top: 90px;
  padding-bottom: 88px;
}
.archive-breadcrumb,
.project-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  margin-bottom: 60px;
  color: rgba(255,255,255,.45);
  font: 700 9px/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.archive-breadcrumb a:hover,
.project-breadcrumb a:hover { color: #fff; }
.archive-kicker,
.project-kicker {
  margin: 0;
  color: var(--orange);
  font: 700 10px/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.archive-hero h1,
.project-hero-copy h1,
.inner-article-header h1 {
  max-width: 950px;
  margin: 20px 0 0;
  font-size: clamp(58px,6.5vw,102px);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.062em;
}
.archive-lead,
.project-lead {
  margin: 0;
  color: rgba(255,255,255,.59);
  font-size: 17px;
  line-height: 1.68;
}
.archive-category-nav {
  position: sticky;
  z-index: 34;
  top: 82px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: rgba(242,241,236,.96);
  backdrop-filter: blur(12px);
}
.archive-category-list { min-height: 66px; display: flex; align-items: stretch; }
.archive-category-list a {
  position: relative;
  flex: 0 0 auto;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-right: 1px solid var(--line);
  color: #686d68;
  font: 700 9px/1.4 ui-monospace,monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.archive-category-list a:first-child { justify-content: flex-start; padding-left: 0; }
.archive-category-list a::after { position: absolute; right: 100%; bottom: -1px; left: 0; height: 2px; content: ""; background: var(--orange); transition: right 180ms ease; }
.archive-category-list a:hover,
.archive-category-list a.is-active { color: var(--ink); }
.archive-category-list a:hover::after,
.archive-category-list a.is-active::after { right: 0; }
.archive-results,
.archive-project-results { padding: 120px 0; }
.archive-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.archive-post-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); }
.archive-post-media { aspect-ratio: 1.5; display: block; overflow: hidden; background: #d2d0c9; }
.archive-post-media img { width: 100%; height: 100%; max-width: none; object-fit: cover; filter: saturate(.62); transition: transform 800ms cubic-bezier(.2,.7,0,1),filter 450ms ease; }
.archive-post-card:hover .archive-post-media img { transform: scale(1.03); filter: saturate(.78); }
.archive-post-placeholder,
.project-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 7px;
  padding: 24px;
  background:
    linear-gradient(135deg,rgba(255,77,15,.12),transparent 42%),
    repeating-linear-gradient(90deg,transparent 0,transparent 47px,rgba(16,18,17,.045) 48px),
    #d8d6cf;
  color: #646963;
  text-transform: uppercase;
}
.archive-post-placeholder span,
.project-card-placeholder span,
.project-hero-placeholder span {
  font: 700 8px/1.4 ui-monospace,monospace;
  letter-spacing: .12em;
}
.archive-post-placeholder strong,
.project-card-placeholder strong,
.project-hero-placeholder strong {
  color: var(--ink);
  font: 500 clamp(22px,2.4vw,34px)/1.05 var(--sans);
  letter-spacing: -.04em;
  text-transform: none;
}
.archive-post-copy { flex: 1; display: flex; flex-direction: column; padding: 30px 28px; }
.archive-post-meta,
.project-card-meta,
.inner-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  color: #6b706b;
  font: 700 9px/1.5 ui-monospace,monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.archive-post-meta a { border-bottom: 1px solid currentColor; }
.archive-post-copy h2,
.archive-projects .project-card h2 {
  margin: 22px 0 17px;
  font-size: clamp(27px,2.45vw,38px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.045em;
}
.archive-post-excerpt { color: #656a65; line-height: 1.65; }
.archive-post-excerpt p { margin: 0; }
.archive-text-link,
.project-text-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 28px;
  color: var(--orange);
  font: 700 9px/1.4 ui-monospace,monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.archive-text-link svg,
.project-text-link svg { transition: transform 180ms ease; }
.archive-text-link:hover svg,
.project-text-link:hover svg { transform: translateX(4px); }
.archive-topic-seeds { margin-top: 54px; padding: 46px; border: 1px solid var(--line); background: var(--paper); }
.archive-topic-seeds h2 { margin: 16px 0 32px; font-size: clamp(34px,4vw,58px); font-weight: 500; letter-spacing: -.05em; }
.archive-topic-seeds ol { margin: 0; padding: 0; list-style: none; counter-reset: topics; border-top: 1px solid var(--line); }
.archive-topic-seeds li { position: relative; min-height: 64px; display: flex; align-items: center; padding: 12px 12px 12px 54px; border-bottom: 1px solid var(--line); color: #555a56; counter-increment: topics; }
.archive-topic-seeds li::before { position: absolute; left: 5px; content: counter(topics,decimal-leading-zero); color: var(--orange); font: 700 9px/1 ui-monospace,monospace; letter-spacing: .1em; }
.archive-pagination { margin-top: 72px; }
.archive-pagination .nav-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; }
.archive-pagination .page-numbers { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 13px; border: 1px solid var(--line); color: #5d625e; font: 700 10px/1 ui-monospace,monospace; }
.archive-pagination .page-numbers:hover,
.archive-pagination .page-numbers.current { border-color: var(--ink); background: var(--ink); color: #fff; }
.archive-cta,
.project-cta { padding: 86px 0; }
.archive-cta .archive-kicker,
.project-cta .project-kicker { color: rgba(16,18,17,.62); }
.archive-cta-grid,
.project-cta-grid { display: grid; grid-template-columns: minmax(0,1.3fr) auto; align-items: center; gap: 52px; }
.archive-cta h2,
.project-cta h2 { max-width: 900px; margin: 14px 0 0; font-size: clamp(44px,5vw,76px); font-weight: 500; line-height: .96; letter-spacing: -.058em; }
.archive-button,
.project-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 24px;
  border: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
  clip-path: polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,0 100%);
}
.archive-button-dark,
.project-button-dark { border-color: var(--ink); background: var(--ink); color: #fff; }
.archive-button svg,
.project-button svg { transition: transform 180ms ease; }
.archive-button:hover svg,
.project-button:hover svg { transform: translateX(4px); }

/* Project archive and detail */
.project-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 62px 34px; }
.archive-projects .project-card { min-width: 0; animation: none; }
.project-card-media { aspect-ratio: 1.45; display: block; overflow: hidden; background: #d2d0c9; }
.project-card-media img { width: 100%; height: 100%; max-width: none; object-fit: cover; filter: saturate(.62); transition: transform 850ms cubic-bezier(.2,.7,0,1),filter 450ms ease; }
.archive-projects .project-card:hover .project-card-media img { transform: scale(1.03); filter: saturate(.8); }
.project-card-copy { padding-top: 24px; }
.project-card-meta span { position: relative; }
.project-card-meta span + span::before { position: absolute; top: .55em; left: -11px; width: 3px; height: 3px; content: ""; background: var(--orange); }
.project-image-review {
  margin: 16px 0 0 !important;
  padding: 8px 10px;
  border-left: 2px solid var(--orange);
  background: var(--paper);
  color: #717671 !important;
  font: 700 8px/1.45 ui-monospace,monospace !important;
  letter-spacing: .07em !important;
  text-transform: uppercase;
}
.project-hero { position: relative; overflow: hidden; }
.project-hero-grid { min-height: 700px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(440px,1.1fr); align-items: stretch; gap: clamp(48px,7vw,110px); }
.project-hero-copy { align-self: center; padding: 86px 0 94px; }
.project-breadcrumb { margin-bottom: 58px; }
.project-hero-copy h1 { font-size: clamp(55px,5.8vw,92px); }
.project-lead { max-width: 650px; margin-top: 26px; }
.project-hero-media { position: relative; min-height: 700px; margin: 0; overflow: hidden; background: #292d2a; }
.project-hero-media img { width: 100%; height: 100%; max-width: none; object-fit: cover; filter: saturate(.62); }
.project-hero-placeholder {
  width: 100%;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 9px;
  padding: clamp(28px,5vw,72px);
  background:
    linear-gradient(145deg,rgba(255,77,15,.22),transparent 40%),
    repeating-linear-gradient(90deg,transparent 0,transparent 63px,rgba(255,255,255,.035) 64px),
    #252926;
  color: rgba(255,255,255,.56);
  text-transform: uppercase;
}
.project-hero-placeholder strong { color: #fff; }
.project-hero-media figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 14px 16px; background: rgba(16,18,17,.84); color: rgba(255,255,255,.7); font: 700 8px/1.5 ui-monospace,monospace; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.project-evidence { padding: 110px 0 90px; }
.project-evidence-grid { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); gap: clamp(60px,9vw,150px); }
.project-evidence h2 { margin: 18px 0 0; font-size: clamp(43px,4.7vw,72px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.project-facts { margin: 0; border-top: 1px solid var(--line); }
.project-facts > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.project-facts dt { color: #6a6f6a; font: 700 9px/1.5 ui-monospace,monospace; letter-spacing: .09em; text-transform: uppercase; }
.project-facts dd { margin: 0; font-size: 18px; line-height: 1.45; }
.project-facts a { border-bottom: 1px solid currentColor; }
.project-review-banner { margin: 56px 0 0; padding: 14px 16px; border-left: 2px solid var(--orange); background: var(--paper); color: #696e69; font: 700 9px/1.6 ui-monospace,monospace; letter-spacing: .07em; text-transform: uppercase; }
.project-content { padding: 110px 0; }
.project-prose,
.inner-prose { width: min(calc(100% - 72px),850px); margin-inline: auto; }
.project-prose > :first-child,
.inner-prose > :first-child { margin-top: 0; }
.project-prose > :last-child,
.inner-prose > :last-child { margin-bottom: 0; }
.project-prose h2,
.inner-prose h2 { margin: 1.35em 0 .45em; font-size: clamp(35px,4vw,56px); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.project-prose h3,
.inner-prose h3 { margin: 1.5em 0 .55em; font-size: clamp(26px,2.8vw,38px); font-weight: 500; line-height: 1.08; letter-spacing: -.04em; }
.project-prose p,
.project-prose li,
.inner-prose p,
.inner-prose li { color: #4f5450; font-size: 17px; line-height: 1.78; }
.project-prose a,
.inner-prose a { border-bottom: 1px solid currentColor; }
.project-prose ul,
.project-prose ol,
.inner-prose ul,
.inner-prose ol { padding-left: 1.3em; }
.project-prose blockquote,
.inner-prose blockquote { margin: 42px 0; padding: 24px 0 24px 28px; border-left: 3px solid var(--orange); }
.project-prose blockquote p,
.inner-prose blockquote p { margin: 0; color: var(--ink); font-size: clamp(23px,2.5vw,34px); line-height: 1.35; }
.project-gallery { padding: 110px 0; }
.project-gallery-header { display: grid; grid-template-columns: minmax(170px,.35fr) minmax(0,1fr); align-items: end; gap: 36px; margin-bottom: 54px; }
.project-gallery-header h2 { margin: 0; font-size: clamp(43px,4.7vw,72px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.project-gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px; align-items: start; }
.project-gallery-item { min-width: 0; margin: 0; }
.project-gallery-image { width: 100%; height: auto; display: block; background: #d2d0c9; filter: saturate(.72); }
.project-gallery-item figcaption { padding: 14px 0 0; color: #696e69; font: 700 8px/1.55 ui-monospace,monospace; letter-spacing: .075em; text-transform: uppercase; }
.project-prose img,
.inner-prose img { height: auto; margin: 42px auto; }
.project-prose table,
.inner-prose table { width: 100%; border-collapse: collapse; margin: 38px 0; }
.project-prose th,
.project-prose td,
.inner-prose th,
.inner-prose td { padding: 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }

/* Insight article */
.inner-article-header { position: relative; overflow: hidden; }
.inner-article-header-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.88fr); align-items: stretch; gap: clamp(48px,7vw,110px); }
.inner-article-header-grid > div:first-child { align-self: center; padding: 86px 0 94px; }
.inner-article-header .inner-breadcrumb { margin-bottom: 50px; }
.inner-article-meta { color: rgba(255,255,255,.45); }
.inner-article-meta a { border-bottom: 1px solid currentColor; }
.inner-article-header h1 { font-size: clamp(54px,5.7vw,90px); }
.inner-article-header .inner-lead { margin-top: 26px; }
.inner-article-featured { min-height: 650px; margin: 0; overflow: hidden; }
.inner-article-featured img { width: 100%; height: 100%; max-width: none; object-fit: cover; filter: saturate(.62); }
.inner-article-body { padding: 110px 0; }
.inner-article-footer { padding: 0; }
.inner-article-nav .navigation { width: 100%; }
.inner-article-nav .nav-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.inner-article-nav .nav-previous,
.inner-article-nav .nav-next { min-height: 140px; display: flex; align-items: center; padding: 26px 30px; }
.inner-article-nav .nav-next { justify-content: flex-end; border-left: 1px solid var(--line); text-align: right; }
.inner-article-nav a { display: flex; flex-direction: column; gap: 10px; }
.inner-article-nav span { color: #727772; font: 700 9px/1.4 ui-monospace,monospace; letter-spacing: .1em; text-transform: uppercase; }
.inner-article-nav strong { max-width: 420px; font-size: clamp(19px,2vw,28px); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }

body.admin-bar .archive-category-nav { top: 114px; }

@media (max-width: 1100px) {
  .archive-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .project-hero-grid { grid-template-columns: minmax(0,.95fr) minmax(380px,1.05fr); }
  .inner-article-header-grid { grid-template-columns: minmax(0,1fr) minmax(340px,.78fr); }
}

@media (max-width: 782px) {
  body.admin-bar .archive-category-nav { top: 118px; }
}

@media (max-width: 800px) {
  .inner-packing-logistics,
  .archive-results,
  .archive-project-results { padding: 84px 0; }
  .inner-packing-grid { grid-template-columns: 1fr; gap: 42px; }
  .inner-packing-media { min-height: 0; aspect-ratio: 1.25; }
  .archive-hero-grid { min-height: 0; grid-template-columns: 1fr; align-items: start; gap: 38px; padding-top: 76px; padding-bottom: 72px; }
  .archive-breadcrumb,
  .project-breadcrumb { margin-bottom: 42px; }
  .archive-hero h1 { font-size: clamp(50px,11vw,72px); }
  .archive-category-nav { top: 72px; }
  .archive-post-grid,
  .project-card-grid { grid-template-columns: 1fr; gap: 50px; }
  .archive-post-media,
  .project-card-media { aspect-ratio: 1.55; }
  .archive-cta,
  .project-cta { padding: 72px 0; }
  .archive-cta-grid,
  .project-cta-grid { grid-template-columns: 1fr; align-items: start; }
  .project-hero-grid,
  .inner-article-header-grid { min-height: 0; grid-template-columns: 1fr; gap: 0; }
  .project-hero-copy,
  .inner-article-header-grid > div:first-child { padding: 72px 0; }
  .project-hero-copy h1,
  .inner-article-header h1 { font-size: clamp(48px,10.2vw,68px); }
  .project-hero-media,
  .inner-article-featured { min-height: 0; aspect-ratio: 1.4; margin-inline: -18px; }
	.project-hero-placeholder { min-height: 100%; }
  .project-evidence,
  .project-content,
	.project-gallery,
  .inner-article-body { padding: 84px 0; }
  .project-evidence-grid { grid-template-columns: 1fr; gap: 44px; }
	.project-gallery-header { grid-template-columns: 1fr; gap: 16px; margin-bottom: 38px; }
	.project-gallery-grid { grid-template-columns: 1fr; gap: 42px; }
  .project-prose,
  .inner-prose { width: min(calc(100% - 36px),850px); }
}

@media (max-width: 560px) {
  .inner-packing-logistics,
  .archive-results,
  .archive-project-results { padding: 70px 0; }
  .archive-category-list { width: max-content; min-width: 100%; }
  .archive-category-list a:first-child { padding-left: 20px; }
  .archive-post-copy { padding: 26px 20px; }
  .archive-topic-seeds { padding: 34px 20px; }
  .archive-button,
  .project-button { width: 100%; }
  .project-hero-media,
  .inner-article-featured { aspect-ratio: 1.15; margin-inline: -14px; }
  .project-evidence,
  .project-content,
	.project-gallery,
  .inner-article-body { padding: 70px 0; }
  .project-facts > div { grid-template-columns: 1fr; gap: 7px; }
  .project-prose,
  .inner-prose { width: min(calc(100% - 28px),850px); }
  .project-prose p,
  .project-prose li,
  .inner-prose p,
  .inner-prose li { font-size: 16px; }
  .project-prose table,
  .inner-prose table { display: block; overflow-x: auto; }
  .inner-article-nav .nav-links { grid-template-columns: 1fr; }
  .inner-article-nav .nav-next { border-top: 1px solid var(--line); border-left: 0; }
}
