:root {
  --ink: #172052;
  --ink-deep: #081113;
  --ink-soft: #263474;
  --paper: #f7f5ef;
  --paper-raised: #fffdfa;
  --muted: #626a7e;
  --line: rgba(23, 32, 82, 0.16);
  --cyan: #55f2e4;
  --cyan-deep: #18bdb4;
  --sky: #73baf4;
  --coral: #ff6f61;
  --signal-yellow: #f1c84b;
  --signal-blue: #316ad8;
  --signal-red: #db3f48;
  --shell: 1440px;
  --display: "Arial Narrow", "Avenir Next Condensed", "Helvetica Neue", Arial, sans-serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

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

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

a:focus-visible {
  outline: 3px solid var(--signal-yellow);
  outline-offset: 5px;
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--signal-yellow);
  outline-offset: 3px;
}

.shell {
  width: min(calc(100% - 96px), var(--shell));
  margin-inline: auto;
}

.section {
  padding-block: 124px;
}

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  color: #edf8f5;
  background:
    radial-gradient(circle at 76% 40%, rgba(24, 189, 180, 0.14), transparent 30%),
    radial-gradient(circle at 8% 85%, rgba(49, 106, 216, 0.13), transparent 26%),
    linear-gradient(rgba(85, 242, 228, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 242, 228, 0.035) 1px, transparent 1px),
    var(--ink-deep);
  background-size: auto, auto, 32px 32px, 32px 32px, auto;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0 62%, rgba(85, 242, 228, 0.05) 62% 62.08%, transparent 62.08%);
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  border-bottom: 1px solid rgba(237, 248, 245, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-name {
  display: grid;
  font-size: 13px;
  line-height: 1.05;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-name strong {
  font-size: 17px;
  letter-spacing: 0.24em;
}

.brand-mark {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 82px;
  aspect-ratio: 1;
  gap: 5px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper-raised);
  transform: rotate(-5deg);
}

.brand-mark--compact {
  width: 41px;
  gap: 2px;
  padding: 4px;
  border-radius: 9px;
  border-color: rgba(237, 248, 245, 0.18);
  background: rgba(237, 248, 245, 0.05);
}

.brand-cell {
  display: block;
  border-radius: 2px;
  background: rgba(23, 32, 82, 0.18);
}

.brand-mark--compact .brand-cell {
  background: rgba(237, 248, 245, 0.24);
}

.brand-cell--active { background: var(--cyan) !important; }
.brand-cell--yellow { background: var(--signal-yellow) !important; }
.brand-cell--blue { background: var(--signal-blue) !important; }
.brand-cell--red { background: var(--signal-red) !important; }

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.2vw, 52px);
  margin-left: auto;
  margin-right: clamp(28px, 4vw, 64px);
}

.main-nav a {
  position: relative;
  padding-block: 10px;
  color: rgba(237, 248, 245, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 2px;
  height: 2px;
  background: var(--cyan);
  transition: right 180ms ease;
}

.main-nav a:hover::after {
  right: 0;
}

.header-cta {
  padding: 13px 18px;
  border: 1px solid rgba(85, 242, 228, 0.38);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.header-cta:hover {
  color: var(--ink-deep);
  border-color: var(--cyan);
  background: var(--cyan);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  align-items: center;
  min-height: 630px;
}

.hero-copy {
  max-width: 840px;
  padding: 72px 42px 72px 0;
}

.eyebrow,
.kicker {
  margin: 0 0 30px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(237, 248, 245, 0.7);
}

.signal-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--signal-yellow);
  box-shadow: 0 0 20px rgba(241, 200, 75, 0.9);
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: var(--display);
  font-stretch: condensed;
  letter-spacing: -0.058em;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(62px, 6vw, 94px);
  line-height: 0.92;
}

.hero h1 span {
  display: block;
  color: var(--cyan);
}

.hero-intro {
  max-width: 710px;
  margin: 38px 0 0;
  color: rgba(237, 248, 245, 0.7);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.75;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 60px;
  padding: 0 26px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button--primary {
  color: var(--ink-deep);
  background: var(--cyan);
  box-shadow: 0 18px 50px rgba(85, 242, 228, 0.14);
}

.button--primary:hover {
  background: #7ffff3;
  box-shadow: 0 22px 60px rgba(85, 242, 228, 0.23);
}

.text-link {
  padding-block: 13px;
  border-bottom: 1px solid rgba(237, 248, 245, 0.42);
  color: rgba(237, 248, 245, 0.84);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link span {
  margin-left: 12px;
  color: var(--signal-yellow);
}

.cube-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  perspective: 900px;
}

.cube-stage::before {
  content: "";
  position: absolute;
  width: min(34vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(85, 242, 228, 0.13), rgba(85, 242, 228, 0.015) 56%, transparent 70%);
  filter: blur(2px);
}

.cube-orbit {
  position: absolute;
  width: min(36vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(85, 242, 228, 0.18);
  border-radius: 50%;
}

.cube-orbit--one {
  transform: rotateX(66deg) rotateZ(12deg);
}

.cube-orbit--two {
  transform: rotateY(66deg) rotateZ(-18deg);
}

.system-cube {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(28vw, 400px);
  aspect-ratio: 1;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(85, 242, 228, 0.28);
  background: rgba(6, 19, 21, 0.68);
  box-shadow: 26px 31px 0 rgba(24, 189, 180, 0.08), 0 34px 80px rgba(0, 0, 0, 0.32);
  transform: rotate(-7deg) rotateY(-7deg);
  transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}

.cube-stage:hover .system-cube {
  transform: rotate(-4deg) rotateY(-1deg) translateY(-6px);
}

.system-cell {
  position: relative;
  border: 1px solid rgba(85, 242, 228, 0.22);
  background: rgba(24, 189, 180, 0.045);
  transition: background 180ms ease, border-color 180ms ease;
}

.system-cell::before,
.system-cell::after {
  content: "";
  position: absolute;
  background: rgba(85, 242, 228, 0.14);
}

.system-cell::before {
  left: 15%;
  right: 15%;
  top: 50%;
  height: 1px;
}

.system-cell::after {
  top: 15%;
  bottom: 15%;
  left: 50%;
  width: 1px;
}

.system-cell i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid var(--cyan-deep);
  border-radius: 50%;
  background: var(--ink-deep);
  transform: translate(-50%, -50%);
}

.system-cell--active {
  border-color: var(--cyan);
  background: var(--cyan);
}

.system-cell--active i {
  border-color: var(--ink-deep);
  background: var(--ink-deep);
  box-shadow: 0 0 0 12px rgba(8, 17, 19, 0.1);
}

.system-cell--yellow { border-color: rgba(241, 200, 75, 0.64); }
.system-cell--yellow i { border-color: var(--signal-yellow); }
.system-cell--red { border-color: rgba(219, 63, 72, 0.66); }
.system-cell--red i { border-color: var(--signal-red); }
.system-cell--blue { border-color: rgba(49, 106, 216, 0.72); }
.system-cell--blue i { border-color: var(--signal-blue); }

.system-label {
  position: absolute;
  z-index: 3;
  padding: 10px 14px;
  border: 1px solid rgba(237, 248, 245, 0.14);
  border-radius: 999px;
  background: rgba(8, 17, 19, 0.8);
  color: rgba(237, 248, 245, 0.62);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.system-label--top { top: 42px; right: 4px; }
.system-label--bottom { bottom: 34px; left: 32px; color: var(--signal-yellow); }

.hero-trust {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  min-height: 150px;
  border-top: 1px solid rgba(237, 248, 245, 0.14);
}

.hero-trust > p {
  max-width: 590px;
  color: rgba(237, 248, 245, 0.54);
  font-size: 15px;
  line-height: 1.7;
}

.trust-items {
  display: flex;
  gap: clamp(24px, 3vw, 52px);
}

.trust-items span {
  display: grid;
  color: rgba(237, 248, 245, 0.48);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-items strong {
  color: #edf8f5;
  font-size: 25px;
  letter-spacing: -0.03em;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  align-items: end;
  gap: 80px;
  padding-bottom: 70px;
}

.kicker {
  color: var(--ink-soft);
}

.section h2 {
  font-size: clamp(52px, 5.2vw, 80px);
  line-height: 0.98;
}

.section-heading > p,
.company-story p,
.contact-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

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

.service-card {
  position: relative;
  min-height: 340px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 250, 0.48);
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.service-card:nth-child(-n+3) {
  grid-column: span 2;
}

.service-card:nth-child(n+4) {
  grid-column: span 3;
}

.service-card:hover {
  z-index: 1;
  color: var(--paper-raised);
  background: var(--ink);
  transform: translateY(-5px);
}

.service-meta {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.service-card:hover .service-meta,
.service-card:hover p {
  color: rgba(247, 245, 239, 0.68);
}

.service-card h3 {
  max-width: 260px;
  margin: 66px 0 20px;
  font-size: 27px;
  letter-spacing: -0.04em;
}

.service-card p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  transition: color 220ms ease;
}

.service-line {
  position: absolute;
  left: 28px;
  bottom: 25px;
  width: 32px;
  height: 3px;
  background: var(--sky);
}

.service-card:nth-child(2) .service-line { background: var(--signal-yellow); }
.service-card:nth-child(4) .service-line { background: var(--cyan-deep); }
.service-card:nth-child(5) .service-line { background: var(--coral); }

.brand-visual {
  position: relative;
  overflow: hidden;
  padding-block: 104px;
  color: var(--paper);
  background: var(--ink-deep);
}

.brand-visual::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  top: -320px;
  left: -280px;
  border: 1px solid rgba(85, 242, 228, 0.12);
  border-radius: 50%;
}

.brand-visual-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 0.6fr) minmax(0, 1.4fr);
  align-items: center;
  gap: clamp(52px, 7vw, 110px);
}

.brand-visual-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(46px, 4.3vw, 68px);
  font-stretch: condensed;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.brand-visual-copy > p:not(.kicker) {
  margin: 30px 0 0;
  color: rgba(247, 245, 239, 0.66);
  font-size: 16px;
  line-height: 1.75;
}

.visual-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 36px;
}

.visual-legend span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(247, 245, 239, 0.6);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.visual-legend i {
  width: 22px;
  height: 3px;
  border-radius: 999px;
}

.legend-blue { background: var(--signal-blue); }
.legend-yellow { background: var(--signal-yellow); }
.legend-red { background: var(--signal-red); }

.brand-visual-frame {
  position: relative;
  margin: 0;
  border: 1px solid rgba(85, 242, 228, 0.24);
  background: #020708;
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.35), 18px 20px 0 rgba(85, 242, 228, 0.05);
  transform: rotate(0.8deg);
  transition: transform 450ms cubic-bezier(.2,.7,.2,1), box-shadow 450ms ease;
}

.brand-visual-frame::after {
  content: "";
  position: absolute;
  inset: 13px;
  pointer-events: none;
  border: 1px solid rgba(247, 245, 239, 0.08);
}

.brand-visual-frame:hover {
  box-shadow: 0 50px 120px rgba(0, 0, 0, 0.42), 22px 24px 0 rgba(85, 242, 228, 0.07);
  transform: rotate(0deg) translateY(-5px);
}

.brand-visual-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.approach {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(rgba(115, 186, 244, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 186, 244, 0.045) 1px, transparent 1px),
    var(--ink);
  background-size: 48px 48px;
}

.approach::before {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  top: -210px;
  left: -260px;
  border: 1px solid rgba(85, 242, 228, 0.12);
  border-radius: 50%;
}

.approach-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(70px, 9vw, 150px);
}

.kicker--light {
  color: var(--cyan);
}

.approach-intro > p:not(.kicker) {
  max-width: 530px;
  margin: 32px 0 0;
  color: rgba(247, 245, 239, 0.66);
  font-size: 17px;
  line-height: 1.8;
}

.approach-motif {
  display: flex;
  gap: 8px;
  margin-top: 56px;
}

.approach-motif span {
  width: 34px;
  height: 8px;
  border-radius: 999px;
}

.motif-blue { background: var(--signal-blue); }
.motif-yellow { background: var(--signal-yellow); }
.motif-red { background: var(--signal-red); }

.steps {
  border-top: 1px solid rgba(247, 245, 239, 0.2);
}

.step {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(247, 245, 239, 0.2);
}

.step > span {
  color: var(--cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.step h3 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.step p {
  max-width: 590px;
  margin: 0;
  color: rgba(247, 245, 239, 0.62);
  font-size: 15px;
  line-height: 1.75;
}

.company {
  background: var(--paper-raised);
}

.company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.74fr);
  gap: 100px;
}

.company-story .lead {
  margin-bottom: 26px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.6;
}

.company-story p + p {
  margin-top: 20px;
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  margin-top: 96px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.location-grid > * {
  min-height: 250px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.location-index {
  color: var(--coral);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.location-grid article p {
  margin: 76px 0 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-grid h3 {
  margin: 0;
  font-size: 22px;
}

.location-grid aside {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: #eef7fd;
}

.location-grid aside p {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 88% 22%, rgba(85, 242, 228, 0.08), transparent 27%),
    var(--ink-deep);
}

.contact::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  left: -310px;
  bottom: -330px;
  border: 1px solid rgba(85, 242, 228, 0.12);
  border-radius: 50%;
}

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(520px, 1.28fr);
  align-items: start;
  gap: clamp(60px, 8vw, 120px);
}

.contact-intro > p:not(.kicker):not(.contact-locations) {
  max-width: 540px;
  margin: 34px 0 0;
  color: rgba(247, 245, 239, 0.68);
  font-size: 18px;
  line-height: 1.75;
}

.contact-direct {
  display: grid;
  gap: 8px;
  margin-top: 42px;
}

.contact-direct span {
  color: rgba(247, 245, 239, 0.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-direct a {
  width: fit-content;
  border-bottom: 1px solid rgba(85, 242, 228, 0.42);
  color: var(--cyan);
  font-size: 17px;
  font-weight: 750;
}

.contact-panel {
  min-width: 0;
}

.consultation-form {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(85, 242, 228, 0.2);
  background: rgba(247, 245, 239, 0.055);
  box-shadow: 22px 24px 0 rgba(85, 242, 228, 0.035);
  backdrop-filter: blur(8px);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 22px;
}

.form-field {
  display: grid;
  gap: 10px;
}

.form-field--wide {
  grid-column: 1 / -1;
}

.form-field label {
  color: rgba(247, 245, 239, 0.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.form-field label span {
  color: var(--coral);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(247, 245, 239, 0.18);
  border-radius: 8px;
  background: rgba(3, 13, 15, 0.66);
  color: var(--paper);
  font: inherit;
  font-size: 16px;
  transition: border-color 180ms ease, background 180ms ease;
}

.form-field input,
.form-field select {
  min-height: 54px;
  padding: 0 15px;
}

.form-field textarea {
  min-height: 148px;
  padding: 15px;
  line-height: 1.55;
  resize: vertical;
}

.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover,
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(85, 242, 228, 0.58);
  background: rgba(3, 13, 15, 0.9);
}

.form-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-top: 30px;
}

.form-footer p {
  max-width: 330px;
  margin: 0;
  color: rgba(247, 245, 239, 0.44);
  font-size: 11px;
  line-height: 1.65;
}

.form-submit {
  margin-top: 0;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.form-status {
  display: none;
  gap: 5px;
  margin-bottom: 18px;
  padding: 18px 20px;
  border-left: 4px solid var(--cyan);
  background: rgba(85, 242, 228, 0.1);
}

.form-status:target {
  display: grid;
}

.form-status strong {
  color: var(--paper);
  font-size: 15px;
}

.form-status span {
  color: rgba(247, 245, 239, 0.68);
  font-size: 13px;
}

.form-status--error {
  border-left-color: var(--coral);
  background: rgba(255, 111, 97, 0.1);
}

.button--coral {
  margin-top: 32px;
  color: var(--ink-deep);
  background: var(--coral);
  box-shadow: 0 18px 50px rgba(255, 111, 97, 0.13);
}

.button--coral:hover {
  background: #ff8b80;
  box-shadow: 0 22px 60px rgba(255, 111, 97, 0.2);
}

.contact-locations {
  margin: 28px 0 0 !important;
  color: rgba(247, 245, 239, 0.45) !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer {
  color: rgba(247, 245, 239, 0.62);
  background: var(--ink-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 48px;
  min-height: 128px;
  border-top: 1px solid rgba(247, 245, 239, 0.13);
  font-size: 12px;
}

.brand--footer {
  color: var(--paper);
}

@media (max-width: 1100px) {
  .shell { width: min(calc(100% - 56px), var(--shell)); }
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 390px; }
  .hero h1 { font-size: clamp(58px, 7.3vw, 78px); }
  .system-cube { width: 340px; }
  .cube-orbit { width: 450px; }
  .section-heading,
  .company-grid,
  .contact-grid { gap: 60px; }
  .approach-layout { gap: 70px; }
}

@media (max-width: 840px) {
  .section { padding-block: 92px; }
  .site-header { min-height: 86px; }
  .header-cta { font-size: 10px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; padding-bottom: 12px; }
  .cube-stage { min-height: 460px; }
  .system-cube { width: min(70vw, 370px); }
  .cube-orbit { width: min(88vw, 470px); }
  .hero-trust { grid-template-columns: 1fr; padding-block: 32px; }
  .trust-items { flex-wrap: wrap; }
  .section-heading,
  .company-grid,
  .contact-grid,
  .approach-layout,
  .brand-visual-grid { grid-template-columns: 1fr; }
  .brand-visual-copy { max-width: 620px; }
  .section-heading { align-items: start; }
  .service-card:nth-child(n) { grid-column: span 3; }
  .location-grid { grid-template-columns: 1fr 1fr; }
  .location-grid aside { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr; gap: 16px; padding-block: 32px; }
}

@media (max-width: 580px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .header-cta { display: none; }
  .brand-name { font-size: 10px; }
  .brand-name strong { font-size: 14px; }
  .hero-copy { padding-top: 56px; }
  .eyebrow { align-items: flex-start; font-size: 10px; }
  .hero h1 { font-size: clamp(47px, 15vw, 68px); }
  .hero-intro { font-size: 16px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .button { width: 100%; }
  .text-link { width: fit-content; }
  .cube-stage { min-height: 380px; }
  .system-label--top { top: 20px; }
  .system-label--bottom { bottom: 18px; left: 0; }
  .trust-items { display: grid; grid-template-columns: 1fr 1fr; }
  .section-heading { gap: 38px; padding-bottom: 52px; }
  .section h2 { font-size: clamp(44px, 13vw, 62px); }
  .section-heading > p,
  .company-story p,
  .contact-intro > p:not(.kicker):not(.contact-locations) { font-size: 16px; }
  .service-card:nth-child(n) { grid-column: span 6; }
  .service-card { min-height: 305px; }
  .step { grid-template-columns: 48px 1fr; }
  .location-grid { grid-template-columns: 1fr; }
  .location-grid aside { grid-column: auto; flex-direction: column; text-align: center; }
  .contact-grid { gap: 42px; }
  .form-grid,
  .form-footer { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; }
  .form-submit { width: 100%; }
  .brand-visual { padding-block: 76px; }
  .brand-visual-grid { gap: 42px; }
}

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