/*
Theme Name: Kiara Industrial Group
Theme URI: https://kiara-industrial.com/
Author: Kiara Industrial Group LLC
Description: Bespoke one-page corporate theme for Kiara Industrial Group LLC.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: kiara-industrial-group
*/

@font-face {
  font-family: "Geist";
  src: url("assets/fonts/geist-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "Geist Mono";
  src: url("assets/fonts/geist-mono-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --navy: #061b37;
  --navy-deep: #031226;
  --navy-soft: #0d2b4e;
  --red: #d8132a;
  --red-dark: #a90d20;
  --paper: #f4f3ef;
  --white: #ffffff;
  --ink: #07172b;
  --muted: #687383;
  --line: #d9dde2;
  --shell: min(1240px, calc(100vw - 96px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Geist", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

body,
a,
button {
  cursor: default;
}

a,
button,
summary {
  cursor: pointer;
}

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

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px)
      0 0 / 80px 80px,
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px) 0 0 /
      80px 80px,
    radial-gradient(circle at 77% 42%, #11375f 0, var(--navy) 33%, transparent 61%),
    var(--navy-deep);
}

.hero::before {
  position: absolute;
  top: 0;
  right: calc(50% - 620px);
  width: 1px;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.09);
}

.hero::after {
  position: absolute;
  top: 139px;
  right: 0;
  width: 42%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent);
}

.site-header {
  position: relative;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid #e4e7eb;
  background: var(--white);
  box-shadow: 0 12px 38px rgba(1, 15, 32, 0.12);
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: min(24vw, 340px);
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--red));
}

.header-inner {
  display: flex;
  min-height: 104px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-width: 310px;
}

.brand-mark-wrap {
  display: grid;
  width: 44px;
  height: 56px;
  flex: 0 0 auto;
  place-items: center;
}

.brand-mark {
  width: 42px;
  height: 52px;
  object-fit: contain;
}

.brand-divider {
  width: 1px;
  height: 42px;
  background: #dfe3e8;
}

.brand-wordmark {
  width: 218px;
  height: auto;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  color: #4f5d6c;
  font-size: 12px;
  font-weight: 560;
  letter-spacing: 0.06em;
  transition: color 180ms ease;
}

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

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--navy);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta {
  display: flex;
  height: 46px;
  align-items: center;
  gap: 20px;
  margin-left: 46px;
  padding: 0 18px;
  border: 1px solid #cbd2d9;
  color: var(--navy);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.06em;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  border-color: var(--red);
  background: rgba(216, 19, 42, 0.06);
}

.header-cta span {
  color: var(--red);
  font-size: 16px;
}

.mobile-nav {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 610px;
  align-items: center;
  grid-template-columns: 1.12fr 0.88fr;
}

.hero-copy {
  padding: 66px 0 48px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 34px;
  height: 2px;
  background: var(--red);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(58px, 5.4vw, 84px);
  font-weight: 620;
  letter-spacing: -0.067em;
  line-height: 0.95;
  text-wrap: balance;
}

.hero h1 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.62);
}

.hero-intro {
  max-width: 580px;
  margin: 33px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  font-weight: 350;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-red {
  background: var(--red);
  box-shadow: 0 16px 40px rgba(216, 19, 42, 0.2);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.button-red:hover,
.button-red:focus-visible {
  background: #ec1732;
  transform: translateY(-2px);
}

.button span {
  font-size: 17px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link span {
  color: var(--red);
}

.hero-instrument {
  position: relative;
  width: 520px;
  height: 520px;
  justify-self: end;
  opacity: 0.9;
}

.instrument-ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  inset: 26px;
}

.ring-one::before,
.ring-one::after {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  inset: 42px;
}

.ring-one::after {
  border-style: solid;
  inset: 116px;
}

.ring-two {
  border-color: transparent var(--red) transparent rgba(255, 255, 255, 0.22);
  inset: 4px;
  transform: rotate(-23deg);
  animation: orbit 20s linear infinite;
}

.instrument-axis {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
}

.axis-x {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
}

.axis-y {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.speed-line {
  position: absolute;
  z-index: 2;
  top: 49.8%;
  right: -85px;
  left: 50%;
  height: 3px;
  background: var(--red);
  box-shadow: 0 0 24px rgba(216, 19, 42, 0.65);
  transform: rotate(-11deg);
  transform-origin: left center;
}

.speed-line span {
  position: absolute;
  top: -6px;
  right: -1px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--red);
  border-radius: 50%;
  background: var(--navy-deep);
}

.instrument-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 50%;
  background: rgba(3, 18, 38, 0.78);
  box-shadow: 0 0 80px rgba(4, 12, 29, 0.72);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.instrument-core img {
  width: 33px;
  height: 47px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.coordinate,
.instrument-label {
  position: absolute;
  color: rgba(255, 255, 255, 0.32);
  font-family: "Geist Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.coordinate-a {
  top: 44px;
  left: 90px;
}

.coordinate-b {
  right: 52px;
  bottom: 86px;
}

.instrument-label {
  right: -14px;
  bottom: 50%;
  transform: rotate(90deg) translateX(50%);
}

.hero-meta {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 128px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  grid-template-columns: 1fr 1fr 1fr 1.55fr;
}

.hero-meta > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-meta > div span {
  color: var(--red);
  font-family: "Geist Mono", monospace;
  font-size: 9px;
}

.hero-meta > div p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-tagline {
  margin: 0;
  text-align: right;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 480;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-transform: uppercase;
}

.section-index {
  display: grid;
  align-items: center;
  margin-bottom: 72px;
  grid-template-columns: auto 1fr;
}

.section-index > span:first-child {
  color: #7b8491;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.index-line {
  height: 1px;
  margin-left: 28px;
  background: var(--line);
}

.company-section {
  padding: 132px 0 142px;
}

.company-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: 1.05fr 0.95fr;
}

.section-kicker {
  margin: 0 0 22px;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.company-grid h2,
.section-heading-row h2,
.industries-copy h2,
.approach-intro h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.company-grid h2 span {
  color: #a1a8b1;
}

.company-copy {
  padding-top: 31px;
}

.company-copy p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.company-copy .lead {
  margin-bottom: 23px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 470;
  line-height: 1.7;
}

.registration-note {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.seal {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.registration-note div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.registration-note strong {
  color: var(--navy);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.registration-note small {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.03em;
}

.capabilities-section {
  padding: 124px 0 132px;
  color: var(--white);
  background: var(--navy);
}

.light-index .index-line {
  background: rgba(255, 255, 255, 0.14);
}

.light-index > span:first-child {
  color: rgba(255, 255, 255, 0.42);
}

.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 58px;
}

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

.red-kicker {
  color: #ff4055;
}

.section-heading-row > p {
  max-width: 410px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 13px;
  line-height: 1.75;
}

.capability-grid {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  grid-template-columns: repeat(4, 1fr);
}

.capability-card {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  padding: 28px 28px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  transition:
    background 220ms ease,
    transform 220ms ease;
}

.capability-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.capability-card:hover {
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-4px);
}

.capability-card:hover::after {
  transform: scaleX(1);
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.32);
  font-family: "Geist Mono", monospace;
  font-size: 9px;
}

.card-top > span:last-child {
  color: rgba(255, 255, 255, 0.56);
  font-size: 16px;
}

.category-symbol {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 63px auto 55px;
}

.category-symbol i {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.symbol-01 i:first-child,
.symbol-02 i:first-child,
.symbol-04 i:first-child {
  border-radius: 50%;
  inset: 12px;
}

.symbol-01 i:nth-child(2) {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  border: 0;
  background: var(--red);
}

.symbol-01 i:nth-child(3) {
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 1px;
  border: 0;
  background: rgba(255, 255, 255, 0.27);
}

.symbol-02 i:first-child {
  border-style: dashed;
  inset: 2px;
}

.symbol-02 i:nth-child(2) {
  border-radius: 50%;
  inset: 34px;
}

.symbol-02 i:nth-child(3) {
  border-radius: 50%;
  background: var(--red);
  inset: 64px;
}

.symbol-03 i:first-child {
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  transform: rotate(45deg);
}

.symbol-03 i:nth-child(2) {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  border: 0;
  background: var(--red);
}

.symbol-03 i:nth-child(3) {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  border: 0;
  background: rgba(255, 255, 255, 0.22);
}

.symbol-04 i:first-child {
  border-style: dashed;
  inset: 5px;
}

.symbol-04 i:nth-child(2) {
  border-radius: 50%;
  inset: 25px;
}

.symbol-04 i:nth-child(3) {
  border-radius: 50%;
  border-color: var(--red);
  inset: 55px;
}

.capability-card h3 {
  margin: 0 0 16px;
  font-size: 19px;
  font-weight: 540;
  letter-spacing: -0.025em;
}

.capability-card > p {
  min-height: 72px;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.7;
}

.capability-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.capability-card li {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.industries-section {
  padding: 132px 0 144px;
}

.industries-grid {
  display: grid;
  gap: 110px;
  grid-template-columns: 0.85fr 1.15fr;
}

.industries-copy h2 {
  max-width: 510px;
  font-size: clamp(44px, 4.2vw, 64px);
}

.industries-copy > p:last-child {
  max-width: 470px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.industry-list {
  border-top: 1px solid #bfc5cc;
}

.industry-list > div {
  display: grid;
  min-height: 88px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 58px 1fr auto;
  transition: padding 180ms ease;
}

.industry-list > div:hover {
  padding-left: 12px;
}

.industry-list span {
  color: var(--red);
  font-family: "Geist Mono", monospace;
  font-size: 9px;
}

.industry-list h3 {
  margin: 0;
  color: var(--navy);
  font-size: 21px;
  font-weight: 510;
  letter-spacing: -0.03em;
}

.industry-list > div > span:last-child {
  color: #9da5ae;
  font-family: inherit;
  font-size: 18px;
}

.approach-section {
  padding: 122px 0 140px;
  background:
    linear-gradient(90deg, rgba(5, 27, 55, 0.035) 1px, transparent 1px) 0 0 /
      80px 80px,
    #e8eaec;
}

.approach-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.principles {
  display: grid;
  width: 440px;
  border-top: 1px solid #bdc3c9;
  grid-template-columns: 1fr 1fr;
}

.principles span {
  padding: 13px 0;
  border-bottom: 1px solid #bdc3c9;
  color: #616b76;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.principles span:nth-child(odd) {
  border-right: 1px solid #bdc3c9;
}

.principles span:nth-child(even) {
  padding-left: 18px;
}

.process-track {
  position: relative;
  display: grid;
  margin-top: 95px;
  grid-template-columns: repeat(4, 1fr);
}

.process-line {
  position: absolute;
  z-index: 0;
  top: 32px;
  right: 0;
  left: 0;
  height: 1px;
  background: #aeb5bd;
}

.process-line::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 26%;
  height: 3px;
  content: "";
  background: var(--red);
}

.process-track article {
  position: relative;
  z-index: 1;
  padding-right: 45px;
}

.process-step {
  display: block;
  color: #7f8892;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
}

.process-track i {
  display: block;
  width: 12px;
  height: 12px;
  margin: 24px 0 35px;
  border: 3px solid #e8eaec;
  border-radius: 50%;
  background: var(--navy);
  box-shadow: 0 0 0 1px #98a1ab;
}

.process-track article:first-of-type i {
  background: var(--red);
  box-shadow: 0 0 0 1px var(--red);
}

.process-track h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 560;
}

.process-track p {
  margin: 0;
  color: #66717e;
  font-size: 11px;
  line-height: 1.75;
}

.contact-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 46%, #123b67 0, transparent 40%),
    var(--navy-deep);
}

.contact-section::after {
  position: absolute;
  z-index: 0;
  top: -160px;
  right: -110px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 90px rgba(255, 255, 255, 0.018),
    0 0 0 180px rgba(255, 255, 255, 0.012);
}

.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 110px;
  min-height: 500px;
  align-items: center;
  grid-template-columns: 1.25fr 0.75fr;
}

.contact-grid h2 {
  margin: 0;
  font-size: clamp(42px, 4.6vw, 66px);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.contact-panel {
  padding: 30px 32px 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(8px);
}

.office-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.office-heading span {
  color: var(--red);
  font-family: "Geist Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.office-heading h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 540;
  letter-spacing: -0.02em;
}

.contact-panel address {
  margin: 21px 0 20px;
  font-style: normal;
}

.office-address {
  display: inline-block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.75;
  transition: color 180ms ease;
}

.office-address:hover,
.office-address:focus-visible {
  color: var(--white);
}

.contact-details {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-details > div {
  display: grid;
  min-height: 42px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  grid-template-columns: 78px 1fr;
}

.contact-details dt {
  color: rgba(255, 255, 255, 0.35);
  font-size: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  letter-spacing: 0.025em;
}

.contact-details a {
  transition: color 180ms ease;
}

.contact-details a:hover,
.contact-details a:focus-visible {
  color: var(--white);
}

.contact-primary {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding: 0 18px;
  border: 0;
  color: var(--white);
  background: var(--red);
  font-family: inherit;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.contact-primary:hover,
.contact-primary:focus-visible {
  background: #ec1732;
  transform: translateY(-1px);
}

.contact-primary span {
  font-size: 17px;
}

.site-footer {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 140px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  grid-template-columns: 1fr 1fr 1.25fr;
}

.footer-brand {
  min-width: auto;
}

.footer-brand .brand-mark {
  filter: brightness(0) invert(1);
}

.footer-location {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-location span,
.footer-meta {
  color: rgba(255, 255, 255, 0.36);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-location strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 520;
  letter-spacing: 0.04em;
}

.footer-meta {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
}

.footer-meta a {
  color: rgba(255, 255, 255, 0.72);
}

@keyframes orbit {
  to {
    transform: rotate(337deg);
  }
}

@media (max-width: 1100px) {
  :root {
    --shell: min(100% - 56px, 960px);
  }

  .desktop-nav {
    gap: 22px;
  }

  .header-cta {
    margin-left: 25px;
  }

  .hero-instrument {
    width: 400px;
    height: 400px;
  }

  .capability-grid {
    grid-template-columns: 1fr 1fr;
  }

  .capability-card {
    min-height: 500px;
  }
}

@media (max-width: 920px) {
  :root {
    --shell: calc(100% - 40px);
  }

  .hero {
    min-height: auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .site-header {
    min-height: 0;
  }

  .header-inner {
    min-height: 88px;
  }

  .brand {
    min-width: auto;
  }

  .mobile-nav {
    position: relative;
    display: block;
    margin-left: auto;
  }

  .mobile-nav summary {
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #ccd3da;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    width: 16px;
    height: 1px;
    background: var(--navy);
  }

  .mobile-nav nav {
    position: absolute;
    top: 52px;
    right: 0;
    display: flex;
    width: 230px;
    flex-direction: column;
    padding: 16px;
    border: 1px solid #dfe3e7;
    background: var(--white);
    box-shadow: 0 22px 48px rgba(4, 20, 38, 0.18);
  }

  .mobile-nav nav a {
    padding: 13px 8px;
    border-bottom: 1px solid #e7eaed;
    color: #35485b;
    font-size: 11px;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    padding: 92px 0 74px;
  }

  .hero h1 {
    font-size: clamp(50px, 11vw, 72px);
  }

  .hero-instrument {
    position: absolute;
    right: -200px;
    bottom: 18px;
    width: 500px;
    height: 500px;
    opacity: 0.28;
  }

  .hero-meta {
    grid-template-columns: 1fr 1fr;
  }

  .hero-meta > div {
    min-height: 72px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-tagline {
    padding: 24px 0;
    text-align: left;
    grid-column: 1 / -1;
  }

  .company-grid,
  .industries-grid,
  .contact-grid {
    gap: 60px;
    grid-template-columns: 1fr;
  }

  .company-copy {
    padding-top: 0;
  }

  .section-heading-row,
  .approach-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading-row > p,
  .principles {
    width: 100%;
    max-width: 560px;
  }

  .process-track {
    gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .process-line {
    display: none;
  }

  .process-track article {
    padding: 0 18px 32px 0;
    border-bottom: 1px solid #c5cad0;
  }

  .process-track i {
    margin: 16px 0 25px;
  }

  .contact-grid {
    gap: 34px;
    padding: 96px 0;
  }

  .site-footer {
    gap: 30px;
    padding: 38px 0;
    grid-template-columns: 1fr 1fr;
  }

  .footer-meta {
    justify-content: flex-start;
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 32px);
  }

  .brand {
    gap: 10px;
  }

  .brand-mark-wrap {
    width: 34px;
    height: 44px;
  }

  .brand-mark {
    width: 33px;
    height: 41px;
  }

  .brand-divider {
    height: 34px;
  }

  .brand-wordmark {
    width: min(42vw, 170px);
  }

  .hero-copy {
    padding: 76px 0 64px;
  }

  .eyebrow {
    line-height: 1.6;
  }

  .hero h1 {
    font-size: 48px;
    letter-spacing: -0.06em;
  }

  .hero-intro {
    font-size: 14px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .hero-meta > div {
    min-height: 60px;
  }

  .hero-tagline {
    grid-column: 1;
  }

  .company-section,
  .industries-section {
    padding: 92px 0 102px;
  }

  .capabilities-section,
  .approach-section {
    padding: 92px 0 100px;
  }

  .section-index {
    margin-bottom: 52px;
  }

  .company-grid h2,
  .section-heading-row h2,
  .industries-copy h2,
  .approach-intro h2,
  .contact-grid h2 {
    font-size: 40px;
  }

  .company-grid,
  .industries-grid {
    gap: 48px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-card {
    min-height: 490px;
  }

  .industries-grid {
    gap: 56px;
  }

  .industry-list h3 {
    font-size: 18px;
  }

  .process-track {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .contact-panel {
    padding: 24px;
  }

  .office-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .contact-details > div {
    grid-template-columns: 68px 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}
