:root {
  --font-geist-sans: "Arial", "Helvetica Neue", sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ink: #121512;
  --ink-soft: #1b211e;
  --forest: #17231f;
  --paper: #f2efe7;
  --paper-2: #e8e4db;
  --white: #fffef9;
  --muted: #686b64;
  --line: rgba(18, 21, 18, 0.16);
  --line-light: rgba(255, 255, 255, 0.18);
  --accent: #ff5a2f;
  --accent-dark: #dc3e18;
  --acid: #d6e65a;
  --header-height: 86px;
  --radius: 2px;
}

body.has-menu {
  overflow: hidden;
}

.menu-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
}

.menu-icon::before,
.menu-icon::after {
  position: absolute;
  right: 0;
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: top 180ms ease, transform 180ms ease;
}

.menu-icon::before { top: 2px; }
.menu-icon::after { top: 11px; width: 15px; }

.menu-toggle[aria-expanded="true"] .menu-icon::before {
  top: 7px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon::after {
  top: 7px;
  width: 22px;
  transform: rotate(-45deg);
}

.static-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  font-family: var(--font-geist-mono);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
}

.arrow-glyph {
  font-size: 1.15rem;
  line-height: 1;
}

.mobile-menu nav a .arrow-glyph {
  font-size: 1.4rem;
}

.static-page-note {
  max-width: 720px;
  margin: -38px 0 64px auto;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.65;
}

.home-hero .media-note {
  right: 28px;
  bottom: 24px;
}

.mobile-contact-link {
  min-height: 44px;
}

.js-motion .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms cubic-bezier(.2,.65,.25,1), transform 620ms cubic-bezier(.2,.65,.25,1);
}

.js-motion .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@supports (animation-timeline: view()) {
  .js-motion .reveal {
    animation: none;
  }
}

.service-card .static-icon {
  border-color: rgba(18,21,18,.28);
}

.service-card-2 .static-icon,
.service-card:hover .static-icon {
  border-color: rgba(255,255,255,.45);
}

.project-card .media-note {
  top: 24px;
  right: 24px;
  bottom: auto;
}

.facility-preview-card .media-note {
  top: auto;
  right: 14px;
  bottom: 14px;
}

.html-summary-band {
  padding: 56px 0;
  background: var(--accent);
  color: var(--white);
}

.html-summary-band .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.25);
}

.html-summary-band article {
  min-height: 150px;
  padding: 28px;
  background: var(--accent);
}

.html-summary-band span {
  font-family: var(--font-geist-mono);
  font-size: .6rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.html-summary-band strong {
  display: block;
  margin-top: 20px;
  font-size: 1.35rem;
  letter-spacing: -.04em;
}

.contact-form-status {
  display: none;
  margin: 20px 0 0;
  color: var(--acid);
  font-size: .78rem;
}

.contact-form-status.is-visible {
  display: block;
}

@media (max-width: 880px) {
  .static-page-note { margin: -25px 0 50px; }
  .html-summary-band .container { grid-template-columns: 1fr; }
  .html-summary-band article { min-height: 110px; }
}

@media (max-width: 620px) {
  .home-hero .media-note { display: none; }
  .static-page-note { margin-top: -12px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

main {
  min-height: 70vh;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--accent);
  color: var(--white);
}

:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 12px 18px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - 64px, 1320px);
  margin-inline: auto;
}

.section {
  padding: 130px 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--accent-dark);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 26px;
  height: 2px;
  background: currentColor;
  content: "";
}

.eyebrow.light {
  color: var(--acid);
}

.section-heading {
  margin-bottom: 72px;
}

.section-heading-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(250px, 0.55fr);
  gap: 64px;
  align-items: end;
}

.section-heading h2,
.section-heading p,
.section-heading-grid p {
  margin: 0;
}

.section-heading h2 {
  max-width: 900px;
  font-size: clamp(3.2rem, 6vw, 6.5rem);
  font-weight: 650;
  letter-spacing: -0.068em;
  line-height: 0.93;
}

.section-heading-grid > p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.section-heading.is-light h2 {
  color: var(--white);
}

.section-heading.is-light .section-heading-grid > p {
  color: rgba(255, 255, 255, 0.6);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  background: var(--accent);
  color: var(--white);
}

.button-primary:hover {
  background: #ff704c;
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: var(--accent);
}

.button-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

.button-outline-light:hover {
  border-color: var(--accent);
  background: var(--accent);
}

.button-large {
  min-height: 60px;
  padding-inline: 28px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
  transition: gap 180ms ease, color 180ms ease, border-color 180ms ease;
}

.text-link:hover {
  gap: 16px;
  border-color: var(--accent);
  color: var(--accent-dark);
}

.text-link-light {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
}

.media-note {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 3;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(9, 13, 11, 0.55);
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  transition: background 240ms ease, box-shadow 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(14, 20, 17, 0.94);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.header-shell {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100% - 64px, 1440px);
  height: var(--header-height);
  margin-inline: auto;
  grid-template-columns: 285px 1fr 285px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  transition: height 240ms ease, border-color 240ms ease;
}

.site-header.is-scrolled .header-shell {
  height: 70px;
  border-color: transparent;
}

.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
  background: var(--accent);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  text-align: center;
}

.brand-mark::after {
  position: absolute;
  inset: 6px 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  content: "";
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.brand-copy strong {
  font-size: 0.92rem;
  letter-spacing: -0.03em;
}

.brand-copy small {
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.25vw, 38px);
}

.desktop-nav a {
  position: relative;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 600;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--white);
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 14px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 0.76rem;
  font-weight: 700;
  transition: background 180ms ease, border-color 180ms ease;
}

.header-cta:hover {
  border-color: var(--accent);
  background: var(--accent);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: var(--white);
}

.mobile-menu {
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
  padding: 118px 32px 34px;
  background: var(--forest);
  opacity: 0;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-18px);
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
}

.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu nav {
  display: flex;
  flex-direction: column;
}

.mobile-menu nav a {
  display: grid;
  min-height: 64px;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  font-size: clamp(1.6rem, 7vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.mobile-menu nav a span {
  color: var(--accent);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.65rem;
  letter-spacing: 0;
}

.mobile-menu-meta {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
}

.mobile-menu-meta a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
}

/* Home hero */
.home-hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.home-hero-image,
.home-hero-overlay,
.hero-grid-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-image {
  object-fit: cover;
  object-position: center;
  animation: hero-image-in 1.4s cubic-bezier(0.2, 0.65, 0.25, 1) both;
}

.home-hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 13, 11, 0.88) 0%, rgba(9, 13, 11, 0.58) 48%, rgba(9, 13, 11, 0.12) 79%),
    linear-gradient(0deg, rgba(9, 13, 11, 0.76) 0%, transparent 46%);
}

.hero-grid-lines {
  left: 50%;
  width: min(100% - 64px, 1320px);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, transparent 24.9%, rgba(255, 255, 255, 0.07) 25%, transparent 25.1%, transparent 74.9%, rgba(255, 255, 255, 0.07) 75%, transparent 75.1%);
  transform: translateX(-50%);
}

.home-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: max(760px, 100svh);
  padding: calc(var(--header-height) + 40px) 0 36px;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 32px;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(214, 230, 90, 0.15);
  animation: status-pulse 2.4s ease-in-out infinite;
}

.hero-main-copy {
  align-self: center;
}

.hero-index {
  margin: 0 0 22px;
  color: var(--acid);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-main-copy h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(4.3rem, 8.7vw, 9rem);
  font-weight: 620;
  letter-spacing: -0.078em;
  line-height: 0.77;
  text-wrap: balance;
}

.hero-main-copy h1 span {
  display: block;
  margin-left: clamp(18px, 6vw, 100px);
  color: var(--accent);
  font-weight: 720;
}

.hero-lower-copy {
  display: flex;
  max-width: 680px;
  align-items: center;
  gap: 46px;
  margin: 44px 0 0 clamp(18px, 6vw, 100px);
}

.hero-lower-copy p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.93rem;
  line-height: 1.65;
}

.hero-aside {
  align-self: end;
  padding: 28px 0 30px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-aside-label {
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-aside strong {
  display: block;
  font-size: 1.7rem;
  letter-spacing: -0.05em;
}

.hero-aside p {
  margin: 8px 0 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  line-height: 1.55;
}

.hero-aside a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--acid);
  font-size: 0.75rem;
  font-weight: 700;
}

.scroll-cue {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capability-strip {
  overflow: hidden;
  background: var(--acid);
  color: var(--ink);
}

.capability-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: ticker 25s linear infinite;
}

.capability-track span {
  display: flex;
  height: 55px;
  align-items: center;
  gap: 22px;
  padding: 0 26px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.capability-track i {
  width: 6px;
  height: 6px;
  background: var(--accent-dark);
  transform: rotate(45deg);
}

/* Home intro */
.company-intro {
  background: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.65fr 0.65fr;
  gap: 64px;
  align-items: start;
}

.intro-copy h2 {
  margin: 0 0 36px;
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 650;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.intro-copy > p {
  max-width: 630px;
  margin: 0 0 32px;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.7;
}

.intro-stat {
  padding: 22px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.intro-stat span {
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.65rem;
  text-transform: uppercase;
}

.intro-stat strong {
  display: block;
  margin: 8px 0;
  color: var(--accent-dark);
  font-size: 3.7rem;
  font-weight: 580;
  letter-spacing: -0.08em;
  line-height: 1;
}

.intro-stat p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.metric-row {
  display: grid;
  margin-top: 100px;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric-row > div {
  min-height: 145px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.metric-row > div:last-child {
  border-right: 0;
}

.metric-row strong {
  display: block;
  margin-bottom: 23px;
  font-size: 2.35rem;
  font-weight: 580;
  letter-spacing: -0.06em;
}

.metric-row span {
  color: var(--muted);
  font-size: 0.75rem;
}

/* Services */
.services-section {
  background: var(--white);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.service-card {
  display: flex;
  min-height: 360px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--paper);
  flex-direction: column;
  justify-content: space-between;
  transition: background 240ms ease, color 240ms ease, transform 240ms ease;
}

.service-card:hover {
  background: var(--forest);
  color: var(--white);
  transform: translateY(-7px);
}

.service-card-1 {
  grid-column: span 7;
}

.service-card-2 {
  grid-column: span 5;
  background: var(--accent);
  color: var(--white);
}

.service-card-3,
.service-card-4,
.service-card-5 {
  grid-column: span 4;
}

.service-card-6 {
  min-height: 300px;
  grid-column: span 12;
  background: var(--acid);
}

.service-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.service-card-top span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.65rem;
}

.service-card h3 {
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 1;
}

.service-card p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
  transition: color 240ms ease;
}

.service-card-2 p,
.service-card:hover p {
  color: rgba(255, 255, 255, 0.68);
}

.service-tags {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 7px;
}

.service-tags span {
  padding: 5px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.53rem;
  opacity: 0.7;
  text-transform: uppercase;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/* Featured projects */
.projects-section {
  background: var(--ink);
}

.featured-projects {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
}

.project-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  color: var(--white);
}

.project-card-large {
  min-height: 736px;
  grid-row: span 2;
}

.project-card img,
.project-card-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.project-card img {
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.project-card:hover img {
  transform: scale(1.055);
}

.project-card-shade {
  background: linear-gradient(0deg, rgba(8, 12, 10, 0.9), transparent 68%);
}

.project-card-index {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
}

.project-card-copy {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
  z-index: 2;
}

.project-meta {
  display: flex;
  margin-bottom: 11px;
  gap: 16px;
  color: var(--acid);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.project-card h3 {
  max-width: 650px;
  margin: 0 60px 12px 0;
  font-size: clamp(1.35rem, 2.3vw, 2.8rem);
  font-weight: 590;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.project-card-copy > p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.7rem;
}

.project-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  background: var(--accent);
  transition: transform 220ms ease, background 220ms ease;
}

.project-arrow:hover {
  background: var(--acid);
  color: var(--ink);
  transform: rotate(7deg);
}

.light-action {
  margin-top: 44px;
}

/* Quality */
.quality-section {
  background: var(--paper);
}

.quality-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(60px, 9vw, 140px);
  align-items: center;
}

.quality-visual {
  position: relative;
  height: 720px;
}

.quality-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quality-badge {
  position: absolute;
  right: -34px;
  bottom: 35px;
  display: flex;
  width: 210px;
  min-height: 112px;
  align-items: center;
  gap: 18px;
  padding: 22px;
  background: var(--acid);
}

.quality-badge span {
  font-size: 0.72rem;
  line-height: 1.4;
}

.quality-badge strong {
  display: block;
  font-size: 1.05rem;
}

.quality-copy h2 {
  margin: 0 0 28px;
  font-size: clamp(3rem, 5vw, 5.3rem);
  font-weight: 630;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.quality-lead {
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.check-list,
.service-quality-copy ul {
  margin: 0 0 38px;
  padding: 0;
  list-style: none;
}

.check-list li,
.service-quality-copy li {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 0.84rem;
}

.check-list li > span,
.service-quality-copy li > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--forest);
  color: var(--white);
}

/* Facilities preview */
.facility-preview-section {
  background: var(--white);
}

.facility-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.facility-preview-card {
  display: grid;
  min-height: 580px;
  grid-template-rows: 1.2fr 0.8fr;
  border: 1px solid var(--line);
  background: var(--paper);
}

.facility-image-wrap {
  position: relative;
  overflow: hidden;
}

.facility-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.facility-preview-card:hover .facility-image-wrap img {
  transform: scale(1.04);
}

.facility-image-wrap > span {
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  background: var(--accent);
  color: var(--white);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.64rem;
}

.facility-preview-copy {
  position: relative;
  padding: 30px;
}

.facility-preview-copy > p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.facility-preview-copy h3 {
  margin: 0 0 20px;
  font-size: 2rem;
  letter-spacing: -0.055em;
}

.facility-preview-copy ul {
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.78rem;
  list-style-position: inside;
}

.facility-icons {
  position: absolute;
  right: 26px;
  bottom: 24px;
  display: flex;
  gap: 8px;
  color: var(--muted);
}

.home-contact-cta {
  padding: 95px 0;
  background: var(--forest);
  color: var(--white);
}

.home-contact-cta .container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.home-contact-cta h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

/* Page hero */
.page-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.page-hero-image,
.page-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero-image {
  object-fit: cover;
  animation: hero-image-in 1.25s cubic-bezier(0.2, 0.65, 0.25, 1) both;
}

.page-hero-shade {
  background: linear-gradient(90deg, rgba(9, 13, 11, 0.92) 0%, rgba(9, 13, 11, 0.62) 52%, rgba(9, 13, 11, 0.2) 100%), linear-gradient(0deg, rgba(9, 13, 11, 0.72), transparent 62%);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 720px;
  padding: calc(var(--header-height) + 35px) 0 45px;
  grid-template-rows: auto 1fr auto;
}

.page-hero-topline {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.back-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-hero-copy {
  align-self: center;
  padding-top: 60px;
}

.page-hero-copy h1 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(4rem, 8vw, 8.3rem);
  font-weight: 620;
  letter-spacing: -0.078em;
  line-height: 0.85;
  text-wrap: balance;
}

.page-hero-description {
  max-width: 570px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.7;
}

.page-hero-cta {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--accent);
  justify-self: end;
  font-size: 0.8rem;
  font-weight: 700;
}

/* About */
.about-story {
  background: var(--paper);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 110px;
}

.about-year {
  margin: 50px 0 0;
  color: var(--accent-dark);
  font-size: clamp(4.5rem, 8vw, 8rem);
  font-weight: 560;
  letter-spacing: -0.09em;
  line-height: 0.8;
}

.about-year-label {
  display: block;
  margin-top: 22px;
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-story-copy h2 {
  margin: 0 0 30px;
  font-size: clamp(3.3rem, 6vw, 6.3rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.about-story-copy .large-copy {
  margin: 0 0 32px;
  color: var(--ink);
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  letter-spacing: -0.035em;
  line-height: 1.35;
}

.about-story-copy > p:last-child {
  max-width: 700px;
  color: var(--muted);
  line-height: 1.8;
}

.principles-section {
  background: var(--white);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.principle-card {
  min-height: 410px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: background 230ms ease, color 230ms ease, transform 230ms ease;
}

.principle-card:hover {
  background: var(--forest);
  color: var(--white);
  transform: translateY(-6px);
}

.principle-card > div {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.principle-card > div span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.65rem;
}

.principle-card h3 {
  margin: 190px 0 16px;
  font-size: 1.85rem;
  letter-spacing: -0.05em;
  line-height: 1.1;
}

.principle-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.7;
  transition: color 230ms ease;
}

.principle-card:hover p {
  color: rgba(255, 255, 255, 0.65);
}

.footprint-section {
  background: var(--forest);
  color: var(--white);
}

.footprint-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 10vw, 150px);
  align-items: center;
}

.footprint-map {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(circle at 55% 45%, rgba(214, 230, 90, 0.08), transparent 28%), linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent);
}

.footprint-map::before,
.footprint-map::after {
  position: absolute;
  content: "";
}

.footprint-map::before {
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

.footprint-map::after {
  top: 12%;
  right: 18%;
  width: 55%;
  height: 74%;
  border: 1px solid rgba(214, 230, 90, 0.3);
  border-radius: 55% 45% 62% 38% / 46% 44% 56% 54%;
  transform: rotate(-13deg);
}

.map-rings,
.map-rings i {
  position: absolute;
  top: 44%;
  left: 54%;
  border: 1px solid var(--accent);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.map-rings {
  z-index: 2;
  width: 16px;
  height: 16px;
  background: var(--accent);
}

.map-rings i:nth-child(1) { width: 65px; height: 65px; }
.map-rings i:nth-child(2) { width: 125px; height: 125px; opacity: 0.55; }
.map-rings i:nth-child(3) { width: 195px; height: 195px; opacity: 0.25; }

.map-pin-copy {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 3;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
}

.map-pin-copy svg {
  color: var(--accent);
  grid-row: span 2;
}

.map-pin-copy strong {
  font-size: 1.5rem;
}

.map-pin-copy span {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
}

.map-label {
  position: absolute;
  z-index: 3;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  text-transform: uppercase;
}

.map-label-1 { top: 25%; left: 25%; }
.map-label-2 { right: 20%; bottom: 28%; }
.map-label-3 { top: 62%; left: 20%; }

.footprint-copy h2 {
  margin: 0 0 32px;
  font-size: clamp(3.5rem, 6vw, 6.3rem);
  font-weight: 620;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.footprint-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.8;
}

.commitment-section {
  background: var(--paper);
}

.commitment-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(60px, 10vw, 140px);
}

.commitment-copy h2 {
  margin: 0 0 26px;
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.commitment-copy > p:not(.eyebrow) {
  margin: 0 0 35px;
  color: var(--muted);
  line-height: 1.75;
}

.commitment-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.commitment-list li {
  display: grid;
  min-height: 82px;
  grid-template-columns: 44px 1fr 30px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.commitment-list li span {
  color: var(--accent-dark);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
}

.commitment-list li strong {
  font-size: 0.88rem;
}

.split-cta {
  padding: 85px 0;
  background: var(--ink);
  color: var(--white);
}

.split-cta .container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.split-cta h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.split-cta-actions {
  display: flex;
  gap: 10px;
}

/* Services page */
.service-index {
  padding: 24px 0;
  background: var(--acid);
}

.service-index .container {
  display: flex;
  align-items: center;
  gap: 45px;
}

.service-index p {
  margin: 0;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.service-index nav {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  scrollbar-width: none;
}

.service-index nav a {
  padding: 8px 12px;
  border: 1px solid rgba(18, 21, 18, 0.22);
  font-size: 0.66rem;
  white-space: nowrap;
}

.service-detail-section {
  background: var(--white);
}

.service-detail-list {
  border-top: 1px solid var(--ink);
}

.service-detail-row {
  display: grid;
  min-height: 225px;
  padding: 35px 0;
  grid-template-columns: 80px 80px 1fr 60px;
  gap: 26px;
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.service-detail-number {
  color: var(--accent-dark);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.7rem;
}

.service-detail-icon {
  color: var(--muted);
}

.service-detail-copy h2 {
  margin: -8px 0 16px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 620;
  letter-spacing: -0.065em;
  line-height: 1;
}

.service-detail-copy > p {
  max-width: 670px;
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.7;
}

.service-detail-copy > div {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.service-detail-copy > div span {
  padding: 5px 9px;
  border: 1px solid var(--line);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.56rem;
  text-transform: uppercase;
}

.service-detail-row > a {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  transition: background 200ms ease, color 200ms ease;
}

.service-detail-row > a:hover {
  background: var(--accent);
  color: var(--white);
}

.mixes-showcase {
  padding: 130px 0;
  background: var(--forest);
  color: var(--white);
}

.mixes-intro {
  display: grid;
  margin-bottom: 65px;
  grid-template-columns: 1.6fr 0.6fr;
  gap: 60px;
}

.mixes-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -30px;
}

.mixes-intro h2 {
  margin: 0;
  font-size: clamp(3.5rem, 6vw, 6.4rem);
  font-weight: 620;
  letter-spacing: -0.075em;
  line-height: 0.93;
}

.mixes-intro > p:not(.eyebrow) {
  align-self: end;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

.mixes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.mix-card {
  min-height: 380px;
  padding: 32px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.mix-card > span {
  float: left;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
}

.mix-card > svg {
  float: right;
  color: var(--acid);
}

.mix-card h3 {
  clear: both;
  margin: 180px 0 16px;
  font-size: 2rem;
  letter-spacing: -0.055em;
}

.mix-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
  line-height: 1.65;
}

.service-quality {
  background: var(--paper);
}

.service-quality-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(60px, 9vw, 125px);
  align-items: center;
}

.service-quality-image {
  position: relative;
  height: 650px;
}

.service-quality-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-quality-copy h2 {
  margin: 0 0 26px;
  font-size: clamp(3.2rem, 5vw, 5.4rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.service-quality-copy > p:not(.eyebrow) {
  margin: 0 0 28px;
  color: var(--muted);
  line-height: 1.7;
}

.service-contact-banner {
  padding: 80px 0;
  background: var(--acid);
}

.service-contact-banner .container {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 30px;
}

.service-contact-banner p,
.service-contact-banner h2 {
  margin: 0;
}

.service-contact-banner p {
  font-size: 0.75rem;
}

.service-contact-banner h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 630;
  letter-spacing: -0.06em;
}

/* Projects page */
.project-list-section {
  background: var(--paper);
}

.project-list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.project-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.project-row-reverse {
  grid-template-columns: 0.85fr 1.15fr;
}

.project-row-reverse .project-row-media {
  grid-column: 2;
  grid-row: 1;
}

.project-row-media {
  position: relative;
  height: 620px;
  overflow: hidden;
}

.project-row-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.project-row:hover .project-row-media img {
  transform: scale(1.035);
}

.project-row-index {
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  background: var(--accent);
  color: var(--white);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.67rem;
}

.project-row-meta {
  display: flex;
  margin-bottom: 24px;
  gap: 20px;
  color: var(--accent-dark);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-row-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.project-row-content h2 {
  margin: 0 0 25px;
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.97;
}

.project-row-content > p {
  margin: 0 0 32px;
  color: var(--muted);
  line-height: 1.75;
}

.project-facts {
  display: grid;
  margin-bottom: 35px;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.project-facts > div {
  display: flex;
  min-height: 90px;
  align-items: center;
  gap: 12px;
}

.project-facts > div:first-child {
  border-right: 1px solid var(--line);
}

.project-facts svg {
  color: var(--accent-dark);
}

.project-facts span {
  display: flex;
  color: var(--muted);
  font-size: 0.62rem;
  flex-direction: column;
}

.project-facts strong {
  color: var(--ink);
  font-size: 0.78rem;
}

.project-capability-bridge {
  padding: 110px 0;
  background: var(--forest);
  color: var(--white);
}

.project-capability-bridge .container {
  display: grid;
  grid-template-columns: 0.3fr 1.2fr 0.7fr;
  gap: 60px;
}

.bridge-number {
  color: var(--accent);
  font-size: 5rem;
  font-weight: 560;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.project-capability-bridge h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.project-capability-bridge .container > div:last-child {
  align-self: end;
}

.project-capability-bridge .container > div:last-child p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  line-height: 1.7;
}

.projects-cta {
  background: var(--white);
  text-align: center;
}

.projects-cta-inner {
  max-width: 900px;
}

.projects-cta .eyebrow {
  justify-content: center;
}

.projects-cta h2 {
  margin: 0;
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 620;
  letter-spacing: -0.078em;
  line-height: 0.9;
}

.projects-cta .container > p:not(.eyebrow) {
  max-width: 600px;
  margin: 30px auto 35px;
  color: var(--muted);
}

/* Facilities page */
.facility-detail-section {
  background: var(--white);
}

.facility-detail-list {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.facility-detail {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(55px, 9vw, 125px);
  align-items: center;
}

.facility-detail-reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

.facility-detail-reverse .facility-detail-media {
  grid-column: 2;
  grid-row: 1;
}

.facility-detail-media {
  position: relative;
  height: 600px;
}

.facility-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility-detail-index {
  position: absolute;
  right: 24px;
  top: 24px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  background: var(--acid);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.7rem;
}

.facility-location {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--accent-dark);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.facility-detail-copy h2 {
  margin: 18px 0 24px;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.facility-detail-copy > p:not(.facility-location) {
  margin: 0 0 30px;
  color: var(--muted);
  line-height: 1.75;
}

.facility-detail-copy ul {
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.facility-detail-copy li {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
}

.facility-detail-copy li span {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  background: var(--forest);
  color: var(--white);
  border-radius: 50%;
}

.quality-process-section {
  padding: 130px 0;
  background: var(--ink);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.process-card {
  min-height: 390px;
  padding: 29px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  color: var(--white);
}

.process-card > div {
  display: flex;
  justify-content: space-between;
}

.process-card span {
  color: var(--accent);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
}

.process-card svg {
  color: var(--acid);
}

.process-card h3 {
  margin: 190px 0 15px;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.process-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  line-height: 1.65;
}

.testing-section {
  background: var(--paper);
}

.testing-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: clamp(65px, 10vw, 150px);
  align-items: center;
}

.testing-copy h2 {
  margin: 0 0 27px;
  font-size: clamp(3.3rem, 6vw, 6rem);
  font-weight: 620;
  letter-spacing: -0.075em;
  line-height: 0.93;
}

.testing-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 0 0 42px;
  color: var(--muted);
  line-height: 1.75;
}

.test-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.test-types > div {
  display: flex;
  min-height: 140px;
  padding: 20px;
  border-right: 1px solid var(--line);
  flex-direction: column;
  justify-content: center;
}

.test-types > div:last-child {
  border-right: 0;
}

.test-types svg {
  margin-bottom: 20px;
  color: var(--accent-dark);
}

.test-types strong {
  font-size: 0.84rem;
}

.test-types span {
  color: var(--muted);
  font-size: 0.65rem;
}

.testing-panel {
  position: relative;
  min-height: 500px;
  padding: 45px;
  overflow: hidden;
  background: var(--forest);
  color: var(--white);
}

.testing-panel > svg:first-child {
  margin-bottom: 130px;
  color: var(--acid);
}

.testing-panel h3 {
  max-width: 360px;
  margin: 0 0 18px;
  font-size: 2.8rem;
  letter-spacing: -0.065em;
  line-height: 1;
}

.testing-panel > p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  max-width: 400px;
  margin: 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.86rem;
  line-height: 1.7;
}

.testing-watermark {
  position: absolute;
  right: -12px;
  bottom: -14px;
  color: rgba(214, 230, 90, 0.12) !important;
}

.facility-contact-banner {
  padding: 90px 0;
  background: var(--accent);
  color: var(--white);
}

.facility-contact-banner .container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.facility-contact-banner .eyebrow {
  color: var(--white);
}

.facility-contact-banner h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 620;
  letter-spacing: -0.07em;
}

/* Contact */
.contact-intro {
  background: var(--paper);
}

.contact-heading {
  display: grid;
  margin-bottom: 65px;
  grid-template-columns: 1.5fr 0.5fr;
  gap: 70px;
  align-items: end;
}

.contact-heading h2 {
  margin: 0;
  font-size: clamp(3.5rem, 6vw, 6rem);
  font-weight: 620;
  letter-spacing: -0.075em;
  line-height: 0.93;
}

.contact-heading > p {
  margin: 0;
  color: var(--muted);
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.contact-card {
  position: relative;
  display: flex;
  min-height: 240px;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--white);
  flex-direction: column;
  transition: background 230ms ease, color 230ms ease, transform 230ms ease;
}

.contact-card:hover {
  background: var(--forest);
  color: var(--white);
  transform: translateY(-6px);
}

.contact-card > span {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: auto;
  place-items: center;
  background: var(--accent);
  color: var(--white);
}

.contact-card small {
  margin-bottom: 5px;
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  text-transform: uppercase;
}

.contact-card:hover small {
  color: rgba(255, 255, 255, 0.55);
}

.contact-card strong {
  overflow-wrap: anywhere;
  font-size: 1.02rem;
}

.contact-card > svg {
  position: absolute;
  right: 24px;
  bottom: 27px;
}

.contact-form-section {
  padding: 130px 0;
  background: var(--forest);
  color: var(--white);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(60px, 9vw, 125px);
}

.contact-form-intro h2 {
  margin: 0 0 25px;
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.contact-form-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.75;
}

.response-note {
  display: flex;
  margin-top: 45px;
  gap: 13px;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
  color: var(--acid);
}

.response-note span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
}

.response-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 20px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
}

.contact-form label > span {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.67);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  transition: border-color 180ms ease;
}

.contact-form input,
.contact-form select {
  height: 52px;
}

.contact-form textarea {
  padding: 14px 0;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--acid);
}

.contact-form select option {
  background: var(--forest);
}

.form-full {
  grid-column: 1 / -1;
}

.form-submit-row {
  display: flex;
  margin-top: 38px;
  align-items: center;
  gap: 24px;
}

.form-submit-row p {
  max-width: 260px;
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.68rem;
}

.location-section {
  background: var(--white);
}

.location-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(60px, 9vw, 125px);
  align-items: center;
}

.map-frame {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: var(--paper-2);
  filter: grayscale(0.8) contrast(1.05);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-frame > a {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  min-height: 45px;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  filter: none;
}

.location-copy h2 {
  margin: 0 0 27px;
  font-size: clamp(3.4rem, 6vw, 6rem);
  font-weight: 620;
  letter-spacing: -0.075em;
  line-height: 0.94;
}

.location-copy > p:not(.eyebrow) {
  margin: 0 0 35px;
  color: var(--muted);
  line-height: 1.75;
}

.address-block {
  display: flex;
  margin-bottom: 38px;
  gap: 16px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.address-block > svg {
  color: var(--accent-dark);
}

.address-block div {
  display: flex;
  flex-direction: column;
}

.address-block small {
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  text-transform: uppercase;
}

.address-block strong {
  margin: 5px 0;
  font-size: 1rem;
}

.address-block span {
  color: var(--muted);
  font-size: 0.7rem;
}

/* Footer */
.site-footer {
  background: #0b0f0d;
  color: var(--white);
}

.footer-top {
  padding-top: 105px;
}

.footer-statement {
  position: relative;
  padding-bottom: 85px;
  border-bottom: 1px solid var(--line-light);
}

.footer-statement h2 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(4rem, 8vw, 8.4rem);
  font-weight: 610;
  letter-spacing: -0.082em;
  line-height: 0.86;
}

.circle-link {
  position: absolute;
  right: 0;
  bottom: 76px;
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  transition: background 220ms ease, transform 220ms ease;
}

.circle-link:hover {
  background: var(--acid);
  color: var(--ink);
  transform: rotate(10deg);
}

.footer-grid {
  display: grid;
  padding: 65px 0;
  grid-template-columns: 1.5fr 0.6fr 1fr;
  gap: 70px;
}

.footer-brand p {
  max-width: 380px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.8rem;
  line-height: 1.65;
}

.footer-grid h3 {
  margin: 0 0 20px;
  color: var(--acid);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-grid li {
  margin-bottom: 9px;
}

.footer-grid li a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  transition: color 180ms ease;
}

.footer-grid li a:hover {
  color: var(--white);
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 9px;
}

.footer-bottom {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.35);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.55rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* Motion */
@keyframes hero-image-in {
  from { opacity: 0; transform: scale(1.07); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes status-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(214, 230, 90, 0.12); }
  50% { box-shadow: 0 0 0 9px rgba(214, 230, 90, 0); }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@keyframes reveal-in {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

@supports (animation-timeline: view()) {
  .reveal {
    animation: reveal-in linear both;
    animation-range: entry 8% cover 30%;
    animation-timeline: view();
  }
}

/* Tablet */
@media (max-width: 1120px) {
  :root { --header-height: 76px; }
  .header-shell { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; justify-self: end; }
  .site-header.is-scrolled .header-shell { height: 66px; }
  .hero-main-copy h1 { font-size: clamp(4.2rem, 11vw, 7.4rem); }
  .intro-grid { grid-template-columns: 0.48fr 1.52fr; gap: 50px; }
  .intro-stat { grid-column: 2; max-width: 260px; }
  .service-card-1, .service-card-2 { grid-column: span 6; }
  .service-card-3, .service-card-4, .service-card-5 { grid-column: span 4; }
  .quality-grid, .service-quality-grid { gap: 70px; }
  .quality-visual { height: 620px; }
  .project-row, .project-row-reverse, .facility-detail, .facility-detail-reverse { gap: 55px; }
  .project-row-media, .facility-detail-media { height: 520px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-card { min-height: 330px; }
  .process-card h3 { margin-top: 130px; }
  .project-capability-bridge .container { grid-template-columns: 0.2fr 1fr; }
  .project-capability-bridge .container > div:last-child { grid-column: 2; }
  .contact-form-grid { grid-template-columns: 0.75fr 1.25fr; gap: 70px; }
}

/* Small tablet */
@media (max-width: 880px) {
  .container, .header-shell, .hero-grid-lines { width: min(100% - 40px, 1320px); }
  .section { padding: 100px 0; }
  .section-heading-grid { grid-template-columns: 1fr; gap: 24px; }
  .home-hero-inner { grid-template-columns: 1fr; grid-template-rows: auto 1fr auto auto; }
  .hero-aside { display: none; }
  .hero-main-copy h1 { max-width: 760px; }
  .hero-lower-copy { margin-left: 0; }
  .scroll-cue { grid-row: 4; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-stat { grid-column: auto; }
  .metric-row { grid-template-columns: repeat(2, 1fr); }
  .metric-row > div:nth-child(2) { border-right: 0; }
  .metric-row > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .service-card-1, .service-card-2, .service-card-3, .service-card-4, .service-card-5, .service-card-6 { grid-column: span 6; }
  .service-card { min-height: 340px; }
  .featured-projects { grid-template-columns: 1fr; }
  .project-card-large { min-height: 520px; grid-row: auto; }
  .project-card { min-height: 420px; }
  .quality-grid, .service-quality-grid, .footprint-grid, .commitment-grid, .testing-grid, .location-grid { grid-template-columns: 1fr; }
  .quality-visual, .service-quality-image { height: 580px; }
  .quality-badge { right: 20px; }
  .facility-preview-grid { grid-template-columns: 1fr; }
  .facility-preview-card { min-height: 630px; }
  .home-contact-cta .container, .split-cta .container, .facility-contact-banner .container { align-items: flex-start; flex-direction: column; }
  .page-hero, .page-hero-content { min-height: 650px; }
  .about-story-grid { grid-template-columns: 1fr; gap: 60px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: 300px; }
  .principle-card h3 { margin-top: 100px; }
  .footprint-map { min-height: 540px; }
  .split-cta-actions { flex-wrap: wrap; }
  .service-index .container { align-items: flex-start; flex-direction: column; gap: 14px; }
  .service-index nav { width: 100%; }
  .service-detail-row { grid-template-columns: 45px 50px 1fr 50px; gap: 14px; }
  .mixes-intro { grid-template-columns: 1fr; }
  .mixes-intro .eyebrow { margin-bottom: 0; }
  .mixes-grid { grid-template-columns: 1fr; }
  .mix-card { min-height: 310px; }
  .mix-card h3 { margin-top: 120px; }
  .service-contact-banner .container { grid-template-columns: 60px 1fr; }
  .service-contact-banner .button { grid-column: 2; justify-self: start; }
  .project-row, .project-row-reverse, .facility-detail, .facility-detail-reverse { grid-template-columns: 1fr; }
  .project-row-reverse .project-row-media, .facility-detail-reverse .facility-detail-media { grid-column: auto; grid-row: auto; }
  .project-row-media, .facility-detail-media { height: 580px; }
  .project-capability-bridge .container { grid-template-columns: 1fr; }
  .project-capability-bridge .container > div:last-child { grid-column: auto; }
  .bridge-number { font-size: 3.5rem; }
  .contact-heading { grid-template-columns: 1fr; gap: 24px; }
  .contact-card-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 200px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .map-frame { height: 520px; }
  .footer-grid { grid-template-columns: 1fr 0.6fr 1fr; gap: 35px; }
  .circle-link { width: 72px; height: 72px; bottom: 78px; }
}

/* Mobile */
@media (max-width: 620px) {
  :root { --header-height: 68px; }
  .container, .header-shell, .hero-grid-lines { width: min(100% - 32px, 1320px); }
  .section { padding: 78px 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 0.82rem; }
  .menu-toggle { width: 44px; height: 44px; }
  .mobile-menu { padding: 98px 20px 28px; }
  .section-heading { margin-bottom: 44px; }
  .section-heading h2 { font-size: clamp(2.9rem, 14vw, 4.5rem); }
  .button { width: 100%; }
  .home-hero, .home-hero-inner { min-height: 760px; }
  .home-hero-inner { padding-top: calc(var(--header-height) + 30px); }
  .home-hero-image { object-position: 64% center; }
  .home-hero-overlay { background: linear-gradient(90deg, rgba(9, 13, 11, 0.9), rgba(9, 13, 11, 0.44)), linear-gradient(0deg, rgba(9, 13, 11, 0.9), transparent 65%); }
  .hero-kicker { max-width: 270px; }
  .hero-main-copy h1 { font-size: clamp(3.8rem, 19vw, 5.6rem); line-height: 0.83; }
  .hero-main-copy h1 span { margin-left: 10px; }
  .hero-lower-copy { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 36px; }
  .hero-lower-copy p { font-size: 0.84rem; }
  .hero-index { margin-bottom: 17px; }
  .intro-copy h2 { font-size: 3.4rem; }
  .intro-copy > p { font-size: 1rem; }
  .metric-row { margin-top: 70px; }
  .metric-row > div { min-height: 125px; padding: 20px 16px; }
  .metric-row strong { font-size: 1.9rem; }
  .service-card-1, .service-card-2, .service-card-3, .service-card-4, .service-card-5, .service-card-6 { grid-column: span 12; }
  .service-card { min-height: 320px; padding: 26px; }
  .service-card h3 { font-size: 2rem; }
  .project-card, .project-card-large { min-height: 430px; }
  .project-card-copy { right: 22px; bottom: 24px; left: 22px; }
  .project-card h3 { margin-right: 0; padding-right: 45px; font-size: 1.55rem; }
  .quality-visual, .service-quality-image { height: 470px; }
  .quality-badge { right: 12px; bottom: 12px; width: 190px; min-height: 96px; }
  .quality-copy h2, .service-quality-copy h2 { font-size: 3.3rem; }
  .facility-preview-card { min-height: 570px; }
  .facility-preview-copy { padding: 24px; }
  .facility-preview-copy h3 { font-size: 1.65rem; }
  .facility-icons { display: none; }
  .home-contact-cta { padding: 75px 0; }
  .home-contact-cta h2 { font-size: 3.4rem; }
  .page-hero, .page-hero-content { min-height: 610px; }
  .page-hero-content { padding-top: calc(var(--header-height) + 28px); }
  .page-hero-image { object-position: 65% center; }
  .page-hero-copy { padding-top: 35px; }
  .page-hero-copy h1 { font-size: clamp(3.5rem, 17vw, 5.1rem); line-height: 0.88; }
  .page-hero-description { margin-top: 26px; font-size: 0.88rem; }
  .page-hero-cta { justify-self: start; }
  .page-hero .media-note { display: none; }
  .about-year { font-size: 5rem; }
  .about-story-copy h2, .footprint-copy h2, .commitment-copy h2 { font-size: 3.3rem; }
  .about-story-copy .large-copy { font-size: 1.35rem; }
  .footprint-map { min-height: 440px; }
  .map-pin-copy { bottom: 26px; left: 25px; }
  .split-cta-actions { width: 100%; }
  .service-detail-row { position: relative; grid-template-columns: 42px 1fr; padding: 30px 0; }
  .service-detail-icon { grid-column: 1; }
  .service-detail-copy { grid-column: 2; grid-row: 1 / span 2; }
  .service-detail-copy h2 { font-size: 2.25rem; }
  .service-detail-row > a { position: absolute; inset-inline-end: 0; top: 28px; width: 42px; height: 42px; }
  .service-detail-copy > p { padding-inline-end: 10px; }
  .mixes-showcase { padding: 85px 0; }
  .mixes-intro h2 { font-size: 3.4rem; }
  .service-contact-banner .container { grid-template-columns: 1fr; }
  .service-contact-banner .container > svg { display: none; }
  .service-contact-banner .button { grid-column: auto; }
  .project-list { gap: 75px; }
  .project-row-media, .facility-detail-media { height: 430px; }
  .project-row-content h2, .facility-detail-copy h2 { font-size: 3rem; }
  .project-facts { grid-template-columns: 1fr; }
  .project-facts > div:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .project-capability-bridge { padding: 80px 0; }
  .project-capability-bridge h2 { font-size: 3.3rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 290px; }
  .process-card h3 { margin-top: 100px; }
  .test-types { grid-template-columns: 1fr; }
  .test-types > div { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line); }
  .test-types > div:last-child { border-bottom: 0; }
  .testing-panel { min-height: 430px; padding: 30px; }
  .testing-panel > svg:first-child { margin-bottom: 90px; }
  .testing-panel h3 { font-size: 2.5rem; }
  .facility-contact-banner h2 { font-size: 3rem; }
  .contact-card { min-height: 190px; }
  .contact-form-section { padding: 85px 0; }
  .contact-form-intro h2 { font-size: 3.3rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .form-submit-row { align-items: flex-start; flex-direction: column; }
  .map-frame { height: 430px; }
  .location-copy h2 { font-size: 3.5rem; }
  .footer-top { padding-top: 80px; }
  .footer-statement { padding-bottom: 120px; }
  .footer-statement h2 { font-size: clamp(3.7rem, 17vw, 5.2rem); }
  .circle-link { right: auto; bottom: 38px; left: 0; width: 66px; height: 66px; }
  .footer-grid { grid-template-columns: 1fr; gap: 44px; padding: 50px 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
}

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

/* Language selector */
html.i18n-pending body {
  opacity: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
}

.language-switcher {
  position: relative;
  flex: none;
}

.language-current {
  display: inline-flex;
  min-width: 112px;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .42);
  background: rgba(11, 15, 13, .2);
  color: var(--white);
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: border-color 180ms ease, background 180ms ease;
}

.language-current:hover,
.language-current[aria-expanded="true"] {
  border-color: var(--acid);
  background: rgba(11, 15, 13, .74);
}

.language-code,
.language-options small {
  color: var(--acid);
  font-family: var(--font-geist-mono), monospace;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.language-name {
  font-size: .7rem;
  font-weight: 700;
}

.language-chevron {
  margin-top: -4px;
  font-size: .9rem;
  transition: transform 180ms ease;
}

.language-current[aria-expanded="true"] .language-chevron {
  transform: rotate(180deg);
}

.language-options {
  position: absolute;
  inset-block-start: calc(100% + 9px);
  inset-inline-end: 0;
  z-index: 120;
  display: grid;
  width: 190px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(11, 15, 13, .98);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .3);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.language-options[hidden] {
  display: none;
}

.language-options button {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .72);
  cursor: pointer;
  text-align: start;
  transition: background 160ms ease, color 160ms ease;
}

.language-options button:hover,
.language-options button:focus-visible,
.language-options button.is-selected {
  background: rgba(255, 255, 255, .08);
  color: var(--white);
}

.language-options button.is-selected::before {
  width: 5px;
  height: 5px;
  margin-inline-end: 7px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.language-options button span {
  margin-inline-end: auto;
  font-size: .78rem;
}

/* Bidirectional layouts */
html[dir="rtl"] body {
  font-family: "Geeza Pro", Tahoma, Arial, sans-serif;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] .section-heading h2,
html[dir="rtl"] .hero-main-copy h1,
html[dir="rtl"] .page-hero-copy h1 {
  letter-spacing: -.028em;
}

html[dir="rtl"] .eyebrow,
html[dir="rtl"] .hero-index,
html[dir="rtl"] .hero-kicker,
html[dir="rtl"] .hero-aside-label,
html[dir="rtl"] .project-meta,
html[dir="rtl"] .facility-location,
html[dir="rtl"] .page-hero-topline,
html[dir="rtl"] .service-index p,
html[dir="rtl"] .service-tags span,
html[dir="rtl"] .about-year-label {
  font-family: "Geeza Pro", Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}

html[dir="rtl"] .home-hero-image,
html[dir="rtl"] .page-hero-image {
  animation-name: hero-image-in-rtl;
  transform: scaleX(-1);
}

html[dir="rtl"] .home-hero-overlay {
  background:
    linear-gradient(270deg, rgba(9, 13, 11, .88) 0%, rgba(9, 13, 11, .58) 48%, rgba(9, 13, 11, .12) 79%),
    linear-gradient(0deg, rgba(9, 13, 11, .76) 0%, transparent 46%);
}

html[dir="rtl"] .page-hero-shade {
  background: linear-gradient(270deg, rgba(9, 13, 11, .92) 0%, rgba(9, 13, 11, .62) 52%, rgba(9, 13, 11, .2) 100%), linear-gradient(0deg, rgba(9, 13, 11, .72), transparent 62%);
}

html[dir="rtl"] .hero-main-copy h1 {
  font-size: clamp(4rem, 7.7vw, 7.8rem);
  line-height: .93;
}

html[dir="rtl"] .page-hero-copy h1 {
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: .96;
}

html[dir="rtl"] .hero-main-copy h1 span {
  margin-right: clamp(18px, 6vw, 100px);
  margin-left: 0;
}

html[dir="rtl"] .hero-lower-copy {
  margin-right: clamp(18px, 6vw, 100px);
  margin-left: 0;
}

html[dir="rtl"] .hero-aside {
  padding-right: 30px;
  padding-left: 0;
}

html[dir="rtl"] .back-link > span,
html[dir="rtl"] .text-link > span,
html[dir="rtl"] .button > span.arrow-glyph {
  display: inline-block;
  transform: scaleX(-1);
}

html[dir="rtl"] .media-note {
  right: auto;
  left: 18px;
}

html[dir="rtl"] .home-hero .media-note {
  right: auto;
  left: 28px;
}

html[dir="rtl"] .project-card .media-note {
  right: auto;
  left: 24px;
}

html[dir="rtl"] .project-card-index,
html[dir="rtl"] .project-row-index,
html[dir="rtl"] .facility-image-wrap > span {
  right: 24px;
  left: auto;
}

html[dir="rtl"] .project-arrow {
  right: auto;
  left: 24px;
}

html[dir="rtl"] .project-card h3 {
  margin-right: 0;
  margin-left: 60px;
}

html[dir="rtl"] .quality-badge {
  right: auto;
  left: -34px;
}

html[dir="rtl"] .facility-icons {
  right: auto;
  left: 26px;
}

html[dir="rtl"] .map-pin-copy {
  right: 40px;
  left: auto;
}

html[dir="rtl"] .facility-detail-index {
  right: auto;
  left: 24px;
}

html[dir="rtl"] .project-facts > div:first-child,
html[dir="rtl"] .metric-row > div,
html[dir="rtl"] .test-types > div {
  border-right: 0;
  border-left: 1px solid var(--line);
}

html[dir="rtl"] .project-facts > div:last-child,
html[dir="rtl"] .metric-row > div:last-child,
html[dir="rtl"] .test-types > div:last-child {
  border-left: 0;
}

html[dir="rtl"] .contact-card > .arrow-glyph {
  position: absolute;
  right: auto;
  bottom: 27px;
  left: 24px;
}

html[dir="rtl"] .map-frame > a {
  right: auto;
  left: 18px;
}

html[dir="rtl"] .circle-link {
  right: auto;
  left: 0;
}

html[dir="rtl"] .contact-form input,
html[dir="rtl"] .contact-form select,
html[dir="rtl"] .contact-form textarea {
  text-align: right;
}

html[dir="rtl"] a[href^="tel:"],
html[dir="rtl"] a[href^="mailto:"] {
  direction: ltr;
  unicode-bidi: isolate;
}

html[dir="rtl"] .contact-form input,
html[dir="rtl"] .contact-form textarea {
  unicode-bidi: plaintext;
}

html[dir="rtl"] .mobile-menu nav a {
  grid-template-columns: auto 1fr 40px;
}

@keyframes hero-image-in-rtl {
  from { opacity: 0; transform: scaleX(-1) scale(1.07); }
  to { opacity: 1; transform: scaleX(-1) scale(1); }
}

@media (max-width: 1120px) {
  .header-shell {
    grid-template-columns: 1fr auto auto;
    column-gap: 10px;
  }
  .header-actions { grid-column: 2; }
  .menu-toggle { grid-column: 3; }
}

@media (max-width: 620px) {
  .language-current {
    min-width: 48px;
    width: 48px;
    padding: 0 8px;
  }
  .language-name { display: none; }
  .language-chevron { display: none; }
  .language-options { width: 175px; }
  html[dir="rtl"] .hero-main-copy h1 {
    font-size: clamp(3.2rem, 15.5vw, 4.7rem);
    line-height: 1;
  }
  html[dir="rtl"] .page-hero-copy h1 {
    font-size: clamp(3rem, 13.5vw, 4.3rem);
    line-height: 1.03;
  }
  html[dir="rtl"] .hero-main-copy h1 span,
  html[dir="rtl"] .hero-lower-copy {
    margin-right: 0;
  }
  html[dir="rtl"] .quality-badge {
    right: auto;
    left: 12px;
  }
  html[dir="rtl"] .map-pin-copy {
    right: 25px;
    left: auto;
  }
  html[dir="rtl"] .circle-link {
    right: 0;
    left: auto;
  }
  html[dir="rtl"] .project-facts > div:first-child,
  html[dir="rtl"] .test-types > div {
    border-left: 0;
  }
}

@media (max-width: 390px) {
  .brand-copy { display: none; }
}
