@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("assets/fonts/barlow-latin-ext-400.woff2") format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("assets/fonts/barlow-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("assets/fonts/barlow-latin-ext-700.woff2") format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("assets/fonts/barlow-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --blue-950: #0c1b2c;
  --blue-900: #102641;
  --blue-800: #173d68;
  --brand-blue: #225c9d;
  --brand-blue-hover: #194a80;
  --signal-red: #c3262d;
  --signal-red-hover: #a91e25;
  --canvas: #f3f6f8;
  --surface: #ffffff;
  --surface-blue: #e8eef4;
  --ink: #122033;
  --muted: #526173;
  --line: #cbd5df;
  --line-strong: #aebccc;
  --success: #d9efe4;
  --success-ink: #113d2b;
  --shadow: 0 24px 60px -34px rgb(12 27 44 / 0.42);
  --radius-panel: 14px;
  --radius-control: 8px;
  --header-height: 74px;
  --shell: min(1180px, calc(100% - 40px));
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 50;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: var(--radius-control);
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow);
  transition: transform 180ms var(--ease);
}

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

:focus-visible {
  outline: 3px solid #ffc329;
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgb(12 27 44 / 0.11);
  background: rgb(255 255 255 / 0.98);
  box-shadow: 0 10px 35px -30px rgb(12 27 44 / 0.7);
}

.header-inner {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(180px, 245px) 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}

.brand img {
  width: min(100%, 245px);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 34px);
  white-space: nowrap;
}

.desktop-nav a,
.phone-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 7px;
  height: 2px;
  background: var(--signal-red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--ease);
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phone-link {
  color: var(--blue-800);
  white-space: nowrap;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms var(--ease), background-color 180ms var(--ease), border-color 180ms var(--ease), color 180ms var(--ease);
}

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

.button:active {
  transform: translateY(1px) scale(0.98);
}

.button-primary {
  background: var(--signal-red);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--signal-red-hover);
}

.button-secondary {
  border-color: var(--blue-800);
  background: transparent;
  color: var(--blue-900);
}

.button-secondary:hover {
  background: var(--blue-900);
  color: #ffffff;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100dvh - var(--header-height));
  display: grid;
  align-items: center;
  overflow: clip;
  padding-block: clamp(44px, 7vh, 82px);
}

.hero::before {
  content: "";
  position: absolute;
  width: min(58vw, 820px);
  aspect-ratio: 1;
  right: -18vw;
  top: -26vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(34 92 157 / 0.13), transparent 68%);
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(46px, 7vw, 98px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--brand-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(3.3rem, 5vw, 4.5rem);
  letter-spacing: -0.055em;
}

.hero-lead {
  max-width: 540px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-media {
  position: relative;
  margin: 0;
}

.hero-image-wrap {
  position: relative;
  overflow: hidden;
  min-height: 510px;
  border-radius: var(--radius-panel);
  background: var(--surface-blue);
  box-shadow: var(--shadow);
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgb(255 255 255 / 0.72);
  border-radius: inherit;
  box-shadow: inset 0 -100px 120px -100px rgb(12 27 44 / 0.5);
  pointer-events: none;
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: 50% 44%;
  transition: transform 700ms var(--ease);
}

.hero-media:hover img {
  transform: scale(1.018);
}

.hero-media figcaption {
  position: absolute;
  right: -18px;
  bottom: 22px;
  z-index: 2;
  min-width: 210px;
  display: grid;
  gap: 1px;
  padding: 15px 18px;
  border-radius: var(--radius-control);
  background: var(--surface);
  color: var(--blue-950);
  box-shadow: var(--shadow);
  font-size: 0.86rem;
  line-height: 1.3;
}

.hero-media figcaption span:first-child {
  font-weight: 700;
}

.section {
  padding-block: clamp(88px, 10vw, 150px);
}

.section-heading {
  max-width: 740px;
  margin-bottom: 46px;
}

.section-heading h2,
.process-intro h2,
.capability-copy h2,
.form-column h2 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 4.7vw, 4.7rem);
}

.section-heading p,
.process-intro > p,
.capability-copy > p,
.form-column > p {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.service-entry {
  background: var(--surface);
}

.service-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  overflow: hidden;
}

.service-tab {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 20px;
  border: 0;
  border-right: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: background-color 180ms var(--ease), color 180ms var(--ease), transform 180ms var(--ease);
}

.service-tab:last-child {
  border-right: 0;
}

.service-tab:hover {
  background: var(--surface-blue);
}

.service-tab:active {
  transform: scale(0.985);
}

.service-tab.is-active {
  background: var(--blue-900);
  color: #ffffff;
}

.service-tab span {
  font-weight: 700;
  line-height: 1.18;
}

.service-tab small {
  color: var(--muted);
  font-size: 0.8rem;
}

.service-tab.is-active small {
  color: #cbd8e6;
}

.service-panels {
  margin-top: 18px;
}

.service-panel {
  min-height: 510px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  overflow: hidden;
  border-radius: var(--radius-panel);
  background: var(--surface-blue);
}

.service-panel[hidden] {
  display: none;
}

.service-visual {
  min-height: 510px;
  overflow: hidden;
}

.service-visual img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.service-panel:hover .service-visual img {
  transform: scale(1.02);
}

.service-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 76px);
}

.service-panel-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.6vw, 3.25rem);
}

.service-panel-copy > p {
  max-width: 48ch;
  margin-bottom: 24px;
  color: var(--muted);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.96rem;
  line-height: 1.35;
}

.service-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 2px;
  background: var(--signal-red);
}

.text-link {
  align-self: flex-start;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-900);
  font-weight: 700;
  text-decoration: none;
}

.text-link span {
  transition: transform 180ms var(--ease);
}

.text-link:hover span {
  transform: translateX(5px);
}

.asset-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.process {
  background: var(--canvas);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  gap: clamp(60px, 10vw, 140px);
  align-items: start;
}

.process-intro {
  position: sticky;
  top: calc(var(--header-height) + 36px);
}

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

.process-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding-block: 34px 38px;
  border-bottom: 1px solid var(--line);
}

.process-index {
  color: var(--brand-blue);
  font-size: 0.8rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.process-list h3 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
}

.process-list p {
  max-width: 48ch;
  margin-bottom: 0;
  color: var(--muted);
}

.capability {
  background: var(--surface);
}

.capability-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  gap: clamp(60px, 9vw, 120px);
  align-items: center;
}

.capability-copy > p {
  margin-bottom: 30px;
}

.check-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.check-list li {
  position: relative;
  padding: 17px 0 17px 30px;
  border-bottom: 1px solid var(--line);
  line-height: 1.35;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 2px;
  width: 10px;
  height: 5px;
  border-left: 2px solid var(--signal-red);
  border-bottom: 2px solid var(--signal-red);
  transform: rotate(-45deg);
}

.capability-media {
  min-height: 570px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 14px;
}

.capability-media figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-panel);
  background: var(--surface-blue);
}

.capability-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.capability-media figure:hover img {
  transform: scale(1.025);
}

.media-tall {
  height: 570px;
}

.media-small {
  height: 360px;
  transform: translateY(-34px);
}

.contact-section {
  padding-block: clamp(90px, 11vw, 150px);
  background: var(--blue-950);
  color: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.65fr);
  gap: clamp(50px, 9vw, 120px);
  align-items: start;
}

.form-column > p {
  color: #bfcddd;
}

.demo-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

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

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

.form-field label {
  font-size: 0.9rem;
  font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #5b6f86;
  border-radius: var(--radius-control);
  background: #142b45;
  color: #ffffff;
  padding: 13px 15px;
  transition: border-color 180ms var(--ease), background-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.form-field textarea {
  min-height: 122px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #aebfd1;
  opacity: 1;
}

.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
  border-color: #90a4ba;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #ffc329;
  box-shadow: 0 0 0 3px rgb(255 195 41 / 0.24);
}

.form-field select option {
  color: #ffffff;
  background: var(--blue-900);
}

.form-submit {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 4px;
}

.form-disclaimer {
  max-width: 320px;
  margin: 0;
  color: #b8c8da;
  font-size: 0.78rem;
  line-height: 1.4;
}

.form-status {
  padding: 16px 18px;
  border-radius: var(--radius-control);
  background: var(--success);
  color: var(--success-ink);
}

.form-status strong,
.form-status span {
  display: block;
}

.form-status span {
  margin-top: 3px;
  font-size: 0.9rem;
}

.contact-card {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: var(--radius-panel);
  background: #142b45;
  box-shadow: 0 32px 80px -50px rgb(0 0 0 / 0.9);
}

.contact-mark {
  width: 126px;
  margin: -22px 0 18px auto;
  opacity: 0.82;
}

.contact-card h3 {
  max-width: 330px;
  margin-bottom: 22px;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.contact-card address {
  margin-bottom: 26px;
  color: #d4dfeb;
  font-style: normal;
}

.contact-card address a,
.contact-list a {
  text-decoration-color: rgb(255 255 255 / 0.35);
}

.contact-list {
  display: grid;
  gap: 18px;
  margin: 0 0 28px;
}

.contact-list div {
  display: grid;
  gap: 2px;
}

.contact-list dt {
  color: #9fb1c5;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid #5e7188;
  border-radius: var(--radius-control);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 180ms var(--ease), border-color 180ms var(--ease), transform 180ms var(--ease);
}

.contact-links a:hover {
  border-color: #ffffff;
  background: rgb(255 255 255 / 0.08);
  transform: translateY(-2px);
}

.site-footer {
  padding-block: 42px 110px;
  border-top: 1px solid rgb(255 255 255 / 0.12);
  background: var(--blue-950);
  color: #b9c7d6;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: end;
}

.footer-logo {
  width: min(260px, 100%);
  margin-bottom: 18px;
  filter: saturate(0.8) brightness(1.5);
}

.site-footer p {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.footer-meta {
  display: grid;
  justify-items: end;
  gap: 12px;
  text-align: right;
}

.footer-link {
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.mobile-actions {
  display: none;
}

.info-dialog {
  width: min(560px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  overflow: auto;
  padding: 0;
  border: 0;
  border-radius: var(--radius-panel);
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 32px 90px -24px rgb(0 0 0 / 0.65);
}

.info-dialog::backdrop {
  background: rgb(5 14 25 / 0.72);
  backdrop-filter: blur(4px);
}

.dialog-inner {
  position: relative;
  padding: clamp(30px, 6vw, 52px);
}

.dialog-inner h2 {
  margin-bottom: 18px;
  padding-right: 44px;
  font-size: clamp(2rem, 5vw, 3rem);
}

.dialog-inner p {
  color: var(--muted);
}

.dialog-inner p:last-child {
  margin-bottom: 0;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--canvas);
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

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

  .header-inner {
    grid-template-columns: minmax(165px, 220px) 1fr auto;
    gap: 16px;
  }

  .desktop-nav {
    gap: 16px;
  }

  .phone-link {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 6.2vw, 4.2rem);
  }

  .service-tab {
    min-height: 124px;
    padding: 16px;
  }

  .process-layout,
  .capability-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: 58px;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 68px;
  }

  .header-inner {
    grid-template-columns: minmax(170px, 230px) 1fr auto;
  }

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

  .menu-toggle {
    width: 48px;
    height: 48px;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 1px solid var(--line);
    border-radius: var(--radius-control);
    background: var(--surface);
    color: var(--ink);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;
    display: block;
    background: currentColor;
    transition: transform 220ms var(--ease);
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100dvh - var(--header-height));
    min-height: calc(100dvh - var(--header-height));
    z-index: 19;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 26px 16px 120px;
    background: #07111b;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 220ms var(--ease), transform 220ms var(--ease);
  }

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

  .mobile-menu nav {
    width: min(100%, 640px);
    display: grid;
    gap: 4px;
    margin-inline: auto;
  }

  .mobile-menu nav > a:not(.button) {
    min-height: 58px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-size: 1.22rem;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-menu .button {
    margin-top: 18px;
  }

  .hero {
    min-height: auto;
    padding-block: 48px 76px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 9vw, 4.35rem);
  }

  .hero-media {
    width: min(100%, 680px);
    margin-left: auto;
  }

  .hero-image-wrap,
  .hero-image-wrap img {
    min-height: 440px;
  }

  .service-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-tab:nth-child(2) {
    border-right: 0;
  }

  .service-tab:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .service-panel {
    grid-template-columns: 1fr;
  }

  .service-visual,
  .service-visual img {
    min-height: 380px;
    max-height: 520px;
  }

  .service-panel-copy {
    padding: 44px 34px 50px;
  }

  .process-layout,
  .capability-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .process-intro {
    position: static;
  }

  .capability-copy {
    max-width: 680px;
  }

  .capability-media {
    width: min(100%, 720px);
    margin-left: auto;
  }

  .contact-card {
    width: min(100%, 560px);
  }
}

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

  body {
    padding-bottom: 70px;
    font-size: 16px;
  }

  .brand img {
    width: min(100%, 210px);
  }

  .hero {
    padding-block: 36px 64px;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 0.72rem;
  }

  .hero h1 {
    max-width: 520px;
    margin-bottom: 18px;
    font-size: clamp(2.75rem, 12.5vw, 3.8rem);
    line-height: 0.98;
  }

  .hero-lead {
    margin-bottom: 24px;
    font-size: 1.05rem;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-media {
    margin-inline: 0;
  }

  .hero-image-wrap,
  .hero-image-wrap img {
    min-height: 330px;
  }

  .hero-image-wrap img {
    object-position: 50% 45%;
  }

  .hero-media figcaption {
    right: 10px;
    bottom: 10px;
    min-width: 190px;
    padding: 12px 14px;
  }

  .section {
    padding-block: 82px;
  }

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

  .section-heading h2,
  .process-intro h2,
  .capability-copy h2,
  .form-column h2 {
    margin-bottom: 15px;
    font-size: clamp(2.25rem, 11vw, 3.35rem);
  }

  .section-heading p,
  .process-intro > p,
  .capability-copy > p,
  .form-column > p {
    font-size: 1rem;
  }

  .service-tabs {
    gap: 8px;
    border: 0;
    background: transparent;
  }

  .service-tab,
  .service-tab:nth-child(2),
  .service-tab:nth-child(-n+2) {
    min-height: 112px;
    border: 1px solid var(--line);
    border-radius: var(--radius-control);
  }

  .service-tab {
    padding: 14px;
  }

  .service-tab span {
    font-size: 0.92rem;
  }

  .service-tab small {
    font-size: 0.74rem;
  }

  .service-panels {
    margin-top: 12px;
  }

  .service-panel {
    min-height: 0;
  }

  .service-visual,
  .service-visual img {
    min-height: 270px;
    max-height: 320px;
  }

  .service-panel-copy {
    padding: 30px 22px 36px;
  }

  .service-panel-copy h3 {
    font-size: clamp(1.85rem, 8vw, 2.4rem);
  }

  .service-list {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .process-layout,
  .capability-grid {
    gap: 46px;
  }

  .process-list li {
    grid-template-columns: 38px 1fr;
    gap: 13px;
    padding-block: 26px 30px;
  }

  .process-list h3 {
    font-size: 1.65rem;
  }

  .capability-media {
    min-height: 420px;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 8px;
  }

  .media-tall {
    height: 420px;
  }

  .media-small {
    height: 260px;
    transform: translateY(-22px);
  }

  .contact-section {
    padding-block: 82px;
  }

  .contact-grid {
    gap: 54px;
  }

  .demo-form {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-top: 32px;
  }

  .form-field-wide {
    grid-column: auto;
  }

  .form-submit {
    display: grid;
    gap: 12px;
  }

  .form-submit .button {
    width: 100%;
  }

  .contact-card {
    padding: 26px 22px 30px;
  }

  .contact-mark {
    width: 100px;
    margin-top: -8px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-meta {
    justify-items: start;
    text-align: left;
  }

  .site-footer {
    padding-bottom: 42px;
  }

  .mobile-actions {
    position: fixed;
    inset: auto 0 0;
    z-index: 18;
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 8px;
    padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    border-top: 1px solid var(--line);
    background: rgb(255 255 255 / 0.97);
    backdrop-filter: blur(14px);
  }

  .mobile-actions a {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue-900);
    border-radius: var(--radius-control);
    color: var(--blue-900);
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .mobile-actions a:last-child {
    border-color: var(--signal-red);
    background: var(--signal-red);
    color: #ffffff;
  }
}

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

  .header-inner {
    gap: 10px;
  }

  .brand img {
    width: 185px;
  }

  .hero h1 {
    font-size: 2.7rem;
  }

  .service-tabs {
    grid-template-columns: 1fr;
  }

  .service-tab,
  .service-tab:nth-child(2),
  .service-tab:nth-child(-n+2) {
    min-height: 82px;
  }

  .capability-media {
    min-height: 350px;
  }

  .media-tall {
    height: 350px;
  }

  .media-small {
    height: 220px;
  }

  .contact-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-links a {
    justify-content: center;
  }
}

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

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

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .mobile-menu,
  .mobile-actions,
  .info-dialog::backdrop {
    backdrop-filter: none;
  }
}

/* Visual upgrade: light automotive workshop system */
:root {
  --blue-950: #0a1724;
  --blue-900: #10263c;
  --blue-800: #183c5e;
  --brand-blue: #183c5e;
  --brand-blue-hover: #225381;
  --signal-red: #d52b31;
  --signal-red-hover: #b82127;
  --canvas: #f0f3f6;
  --surface: #ffffff;
  --surface-soft: #e8eff5;
  --surface-blue: #183c5e;
  --ink: #0b1825;
  --muted: #4e6578;
  --muted-light: #6e8496;
  --line: #d5dee5;
  --line-strong: #b4c5d2;
  --success: #dceee4;
  --success-ink: #103824;
  --shadow: 0 20px 48px -24px rgb(12 27 41 / 0.12);
  --shadow-lg: 0 32px 72px -32px rgb(12 27 41 / 0.18);
  --radius-panel: 5px;
  --radius-control: 3px;
  --header-height: 76px;
  --shell: min(1240px, calc(100% - 48px));
}

html {
  background: var(--canvas);
}

body {
  background: var(--canvas);
  color: var(--ink);
}

::selection {
  background: var(--signal-red);
  color: #ffffff;
}

h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.skip-link {
  border: 1px solid var(--line-strong);
  background: #0b1824;
  color: #ffffff;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / 0.94);
  box-shadow: 0 8px 32px -16px rgb(12 27 41 / 0.08);
  backdrop-filter: blur(16px);
}

.header-inner {
  grid-template-columns: minmax(220px, 276px) 1fr auto;
  gap: 28px;
}

.brand {
  width: fit-content;
  min-height: 50px;
  padding: 8px 14px 8px 12px;
  border-left: 4px solid var(--signal-red);
  background: transparent;
}

.brand img {
  width: 236px;
}

.desktop-nav a,
.phone-link {
  color: #1a2f42;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.desktop-nav a:hover,
.phone-link:hover {
  color: var(--signal-red);
}

.desktop-nav a::after {
  bottom: 6px;
  height: 3px;
  background: var(--signal-red);
}

.phone-link {
  color: #0b1825;
  font-variant-numeric: tabular-nums;
}

.button {
  min-height: 50px;
  padding-inline: 22px;
  border-radius: var(--radius-control);
  letter-spacing: 0.012em;
  box-shadow: 0 0 0 0 transparent;
  transition: transform 140ms var(--ease), background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease;
}

.button:active {
  transform: scale(0.97);
}

.button-primary {
  border-color: var(--signal-red);
  background: var(--signal-red);
  color: #ffffff;
  box-shadow: 0 10px 28px -18px rgb(213 43 49 / 0.7);
}

.button-primary:hover {
  border-color: var(--signal-red-hover);
  background: var(--signal-red-hover);
  box-shadow: 0 14px 32px -16px rgb(213 43 49 / 0.8);
}

.button-secondary {
  border-color: #9cb1c2;
  background: #ffffff;
  color: #10263a;
  box-shadow: 0 4px 14px -6px rgb(12 27 41 / 0.08);
}

.button-secondary:hover {
  border-color: #10263a;
  background: #10263a;
  color: #ffffff;
}

.hero {
  min-height: calc(100svh - var(--header-height));
  padding-block: clamp(48px, 7vh, 84px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(124deg, rgb(213 43 49 / 0.035) 0%, transparent 28%),
    linear-gradient(180deg, #f8fbfd 0%, #edf2f7 100%);
}

.hero::before {
  width: clamp(200px, 24vw, 390px);
  aspect-ratio: 0.44;
  right: clamp(-190px, -8vw, -90px);
  top: -140px;
  border-radius: 0;
  background: linear-gradient(180deg, rgb(213 43 49 / 0.08), transparent 76%);
  transform: skewX(-14deg);
}

.hero-inner {
  grid-template-columns: minmax(430px, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(54px, 7vw, 104px);
}

.hero-copy {
  padding-block: 24px;
  animation: hero-copy-in 600ms var(--ease) both;
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 4px;
  background: var(--signal-red);
}

.eyebrow {
  margin-bottom: 24px;
  color: #557084;
  font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  font-weight: 700;
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 26px;
  color: #0b1825;
  font-size: clamp(3.8rem, 6.4vw, 6.4rem);
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.hero-lead {
  max-width: 530px;
  margin-bottom: 34px;
  color: #3e5567;
  font-size: clamp(1.08rem, 1.45vw, 1.24rem);
  line-height: 1.54;
}

.hero-actions {
  gap: 12px;
}

.hero-media {
  animation: hero-media-in 700ms 60ms var(--ease) both;
}

.hero-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 22px -14px 44px 18px;
  border: 1px solid #c8d8e5;
  background: #e2ecf4;
}

.hero-image-wrap {
  min-height: 570px;
  border: 1px solid #b8ccd9;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 24px 60px -28px rgb(12 27 41 / 0.18);
}

.hero-image-wrap::after {
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, transparent 65%, rgb(12 27 41 / 0.28) 100%);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.4);
}

.hero-image-wrap img {
  min-height: 570px;
  filter: saturate(0.92) contrast(1.03);
}

.hero-media figcaption {
  position: static;
  min-width: 0;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 0 0 20px;
  border-radius: 0;
  background: transparent;
  color: #435b6d;
  box-shadow: none;
  font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
}

.hero-media figcaption span:last-child {
  color: #6d8597;
}

.section {
  position: relative;
  padding-block: clamp(104px, 11vw, 168px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 56px;
}

.section-heading h2,
.process-intro h2,
.capability-copy h2,
.form-column h2 {
  margin-bottom: 22px;
  color: #0b1825;
  font-size: clamp(3rem, 5.8vw, 5.6rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.section-heading p,
.process-intro > p,
.capability-copy > p,
.form-column > p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.56;
}

.service-entry {
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.service-entry .shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.68fr) minmax(0, 2fr);
  column-gap: 22px;
}

.service-entry .section-heading {
  grid-column: 1 / -1;
}

.service-tabs {
  grid-column: 1;
  grid-template-columns: 1fr;
  align-self: start;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: #edf3f7;
}

.service-tab,
.service-tab:last-child {
  position: relative;
  min-height: 122px;
  padding: 22px 22px 22px 26px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #edf3f7;
  color: #2b4356;
}

.service-tab:last-child {
  border-bottom: 0;
}

.service-tab::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: transparent;
  transition: background-color 180ms var(--ease);
}

.service-tab:hover {
  background: #e3ecf2;
  color: #0b1825;
}

.service-tab.is-active {
  background: #ffffff;
  color: #0b1825;
  box-shadow: -4px 0 0 0 var(--signal-red) inset;
}

.service-tab.is-active::before {
  background: var(--signal-red);
}

.service-tab span {
  font-size: 1.03rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.service-tab small {
  color: #637b8e;
  font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
  font-size: 0.69rem;
  letter-spacing: 0.035em;
}

.service-tab.is-active small {
  color: #3b5264;
}

.service-panels {
  grid-column: 2;
  margin-top: 0;
}

.service-panel {
  min-height: 568px;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: #f8fafc;
  box-shadow: var(--shadow);
  animation: panel-in 300ms var(--ease) both;
}

.service-visual,
.service-visual img {
  min-height: 568px;
}

.service-visual {
  border-right: 1px solid var(--line-strong);
  background: #edf3f7;
}

.service-visual img {
  filter: saturate(0.92) contrast(1.04);
}

.service-panel-copy {
  padding: clamp(36px, 4.8vw, 64px);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.6), transparent 44%),
    #f8fafc;
}

.service-panel-copy h3 {
  margin-bottom: 20px;
  color: #0b1825;
  font-size: clamp(2.45rem, 4.1vw, 4.15rem);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.service-panel-copy > p {
  color: #405769;
  line-height: 1.56;
}

.service-list {
  gap: 13px 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.service-list li {
  color: #1d3345;
}

.service-list li::before {
  width: 10px;
  height: 3px;
  background: var(--signal-red);
}

.text-link {
  color: var(--brand-blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--signal-red);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
  transition: color 140ms ease;
}

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

.asset-note {
  grid-column: 2;
  color: #6d8597;
  font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
  font-size: 0.69rem;
}

.process {
  overflow: clip;
  border-bottom: 1px solid var(--line);
  background: #edf2f7;
}

.process::after {
  content: "";
  position: absolute;
  width: 18vw;
  height: 100%;
  top: 0;
  right: -12vw;
  background: var(--signal-red);
  opacity: 0.045;
  transform: skewX(-12deg);
  pointer-events: none;
}

.process-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
  gap: clamp(72px, 10vw, 150px);
}

.process-intro {
  top: calc(var(--header-height) + 54px);
}

.process-list {
  border-top-color: var(--line-strong);
}

.process-list li {
  grid-template-columns: 54px 1fr;
  gap: 24px;
  padding-block: 38px 42px;
  border-bottom-color: var(--line);
}

.process-index {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #b8ccd9;
  color: #0b1825;
  background: #ffffff;
  box-shadow: 0 4px 10px -4px rgb(12 27 41 / 0.1);
  font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
}

.process-list h3 {
  color: #0b1825;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  letter-spacing: -0.035em;
}

.process-list p {
  color: #475f72;
}

.capability {
  overflow: clip;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.capability-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(540px, 1.22fr);
  gap: clamp(72px, 9vw, 132px);
}

.check-list {
  border-top-color: var(--line-strong);
}

.check-list li {
  padding: 20px 0 20px 34px;
  border-bottom-color: var(--line);
  color: #1a3042;
}

.check-list li::before {
  top: 27px;
  width: 12px;
  height: 6px;
  border-width: 0 0 3px 3px;
  border-color: var(--signal-red);
}

.capability-media {
  min-height: 630px;
  grid-template-columns: 1.42fr 0.58fr;
  gap: 10px;
}

.capability-media figure {
  position: relative;
  border: 1px solid #bacbd8;
  border-radius: 0;
  background: #edf3f7;
  box-shadow: var(--shadow);
}

.capability-media figure::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0.05);
  pointer-events: none;
}

.capability-media img {
  filter: saturate(0.9) contrast(1.04);
}

.media-tall {
  height: 630px;
}

.media-small {
  height: 360px;
  transform: translate(-24px, -54px);
}

.contact-section {
  position: relative;
  overflow: clip;
  padding-block: clamp(112px, 11vw, 172px);
  border-top: 5px solid var(--signal-red);
  background:
    linear-gradient(135deg, rgb(213 43 49 / 0.035), transparent 35%),
    #f0f4f8;
  color: var(--ink);
}

.contact-section::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 560px;
  right: -210px;
  bottom: -260px;
  border: 1px solid #c9d8e5;
  transform: rotate(18deg);
  pointer-events: none;
}

.contact-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(350px, 0.62fr);
  gap: clamp(64px, 9vw, 130px);
}

.form-column h2 {
  color: #0b1825;
}

.form-column > p {
  color: #455d70;
}

.demo-form {
  gap: 22px 16px;
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid var(--line-strong);
}

.form-field label {
  color: #3b5366;
  font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  min-height: 56px;
  border: 1px solid #b4c7d6;
  border-radius: 0;
  background: #ffffff;
  color: #0b1825;
  box-shadow: 0 2px 6px -2px rgb(12 27 41 / 0.05);
}

.form-field textarea {
  min-height: 132px;
}

.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
  border-color: #607b91;
}

.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible {
  border-color: var(--signal-red);
  outline: 3px solid rgb(213 43 49 / 0.25);
  outline-offset: 1px;
}

.form-disclaimer {
  color: #647b8c;
}

.form-status {
  border-left: 4px solid #1a7f4c;
  border-radius: 0;
  background: #e8f5ee;
  color: #0f4628;
}

.contact-card {
  padding: clamp(34px, 4vw, 50px);
  border: 1px solid #b8ccd9;
  border-top: 5px solid var(--signal-red);
  border-radius: 0;
  background: #ffffff;
  color: #0b1824;
  box-shadow: 0 28px 70px -32px rgb(12 27 41 / 0.18);
}

.contact-mark {
  width: 142px;
  margin: -10px -4px 28px auto;
  opacity: 0.92;
}

.contact-card h3 {
  max-width: 360px;
  margin-bottom: 26px;
  color: #0b1824;
  font-size: clamp(2.65rem, 4vw, 4rem);
  letter-spacing: -0.05em;
}

.contact-card address {
  padding-bottom: 24px;
  border-bottom: 1px solid #d2dee7;
  color: #405667;
}

.contact-card address a,
.contact-list a {
  text-decoration-color: rgb(11 24 36 / 0.35);
}

.contact-list {
  gap: 22px;
  margin-bottom: 32px;
}

.contact-list dt {
  color: #557082;
  font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
}

.contact-list dd {
  color: #0b1824;
  font-size: 1.15rem;
  font-weight: 700;
}

.contact-links {
  gap: 7px;
}

.contact-links a {
  border: 1px solid #a4b9c8;
  border-radius: 0;
  background: #edf3f7;
  color: #0b1824;
  font-weight: 700;
}

.contact-links a:hover {
  border-color: #0b1824;
  background: #0b1824;
  color: #ffffff;
}

.site-footer {
  padding-block: 52px 104px;
  border-top: 1px solid #1c3246;
  background: #0b1826;
  color: #92a6b6;
}

.footer-logo {
  width: min(260px, 100%);
  padding: 8px 12px;
  background: #ffffff;
  filter: none;
}

.footer-link {
  color: #b5c7d5;
}

.footer-link:hover {
  color: #ffffff;
}

.mobile-actions {
  border-top: 1px solid var(--line);
  background: rgb(255 255 255 / 0.96);
  box-shadow: 0 -8px 24px -10px rgb(12 27 41 / 0.12);
}

.info-dialog {
  border: 1px solid #b8ccd9;
  border-radius: 0;
  background: #ffffff;
  color: #0b1824;
  box-shadow: 0 32px 80px -28px rgb(12 27 41 / 0.3);
}

.dialog-inner p {
  color: #405667;
}

.dialog-close {
  border: 1px solid #b8ccd9;
  border-radius: 0;
  background: #edf3f7;
  color: #0b1824;
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-media-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media (max-width: 1080px) {
  :root {
    --shell: min(100% - 36px, 980px);
  }

  .header-inner {
    grid-template-columns: minmax(210px, 254px) 1fr auto;
    gap: 18px;
  }

  .brand img {
    width: 216px;
  }

  .hero-inner {
    grid-template-columns: minmax(360px, 0.84fr) minmax(440px, 1.16fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 7vw, 5rem);
  }

  .service-entry .shell {
    grid-template-columns: minmax(215px, 0.62fr) minmax(0, 2fr);
  }

  .service-panel {
    grid-template-columns: 1fr;
  }

  .service-visual {
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .service-visual,
  .service-visual img {
    min-height: 360px;
    max-height: 400px;
  }

  .process-layout,
  .capability-grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1.14fr);
    gap: 62px;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 70px;
  }

  .header-inner {
    grid-template-columns: minmax(210px, 260px) 1fr auto;
  }

  .menu-toggle {
    border-color: #b8ccd9;
    border-radius: 0;
    background: #ffffff;
    color: #0b1825;
  }

  .mobile-menu {
    background: #ffffff;
    height: calc(100dvh - var(--header-height));
    min-height: calc(100dvh - var(--header-height));
    width: 100vw;
    box-shadow: 0 18px 40px -10px rgb(12 27 41 / 0.15);
  }

  body.menu-open .mobile-actions {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-menu nav > a:not(.button) {
    border-bottom-color: var(--line);
    color: #0b1825;
  }

  .mobile-menu nav > a:not(.button):hover {
    color: var(--signal-red);
  }

  .hero {
    padding-block: 54px 82px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 9.5vw, 5.2rem);
  }

  .hero-media {
    width: min(100%, 720px);
  }

  .hero-image-wrap,
  .hero-image-wrap img {
    min-height: 470px;
  }

  .service-entry .shell {
    display: block;
  }

  .service-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 0;
    gap: 8px;
    background: transparent;
  }

  .service-tab,
  .service-tab:last-child,
  .service-tab:nth-child(2),
  .service-tab:nth-child(-n+2) {
    min-height: 114px;
    border: 1px solid var(--line-strong);
    background: #edf3f7;
  }

  .service-tab.is-active {
    background: #ffffff;
  }

  .service-tab::before {
    inset: 0 0 auto;
    width: auto;
    height: 4px;
  }

  .service-panels {
    margin-top: 12px;
  }

  .asset-note {
    margin-top: 14px;
  }

  .service-panel {
    grid-template-columns: 1fr;
  }

  .service-visual,
  .service-visual img {
    min-height: 410px;
    max-height: 520px;
  }

  .process-layout,
  .capability-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    width: min(100%, 590px);
  }
}

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

  .brand {
    padding: 8px 10px 8px 9px;
    border-left-width: 3px;
  }

  .brand img {
    width: min(100%, 196px);
  }

  .hero {
    padding-block: 42px 66px;
  }

  .hero-copy {
    padding-block: 18px 0;
  }

  .hero-copy::before {
    width: 58px;
    height: 3px;
  }

  .eyebrow {
    margin-bottom: 18px;
  }

  .hero h1 {
    margin-bottom: 22px;
    font-size: clamp(3.2rem, 14.5vw, 4.3rem);
    line-height: 0.94;
  }

  .hero-lead {
    font-size: 1.02rem;
  }

  .hero-inner {
    gap: 48px;
  }

  .hero-image-wrap,
  .hero-image-wrap img {
    min-height: 350px;
  }

  .hero-media::before {
    inset: 14px -8px 36px 10px;
  }

  .hero-media figcaption {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 12px 0 0 10px;
  }

  .section {
    padding-block: 94px;
  }

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

  .section-heading h2,
  .process-intro h2,
  .capability-copy h2,
  .form-column h2 {
    margin-bottom: 18px;
    font-size: clamp(2.75rem, 12vw, 3.8rem);
    line-height: 0.98;
  }

  .service-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-tab,
  .service-tab:last-child,
  .service-tab:nth-child(2),
  .service-tab:nth-child(-n+2) {
    min-height: 122px;
    padding: 18px 14px;
    border-radius: 0;
  }

  .service-tab span {
    font-size: 0.91rem;
  }

  .service-panel {
    min-height: 0;
  }

  .service-visual,
  .service-visual img {
    min-height: 285px;
    max-height: 330px;
  }

  .service-panel-copy {
    padding: 34px 22px 40px;
  }

  .service-panel-copy h3 {
    font-size: clamp(2.3rem, 11vw, 3.2rem);
  }

  .process-layout,
  .capability-grid {
    gap: 54px;
  }

  .process-list li {
    grid-template-columns: 46px 1fr;
    gap: 16px;
  }

  .process-index {
    width: 42px;
    height: 42px;
  }

  .capability-media {
    min-height: 440px;
    gap: 7px;
  }

  .media-tall {
    height: 440px;
  }

  .media-small {
    height: 260px;
    transform: translate(-10px, -28px);
  }

  .contact-section {
    padding-block: 94px;
  }

  .contact-grid {
    gap: 62px;
  }

  .demo-form {
    padding-top: 24px;
  }

  .contact-card {
    padding: 30px 22px 34px;
  }

  .contact-card h3 {
    font-size: clamp(2.55rem, 12vw, 3.5rem);
  }

  .mobile-actions a {
    border-color: #9cb1c2;
    border-radius: 0;
    background: #ffffff;
    color: #0b1825;
  }

  .mobile-actions a:last-child {
    border-color: var(--signal-red);
    background: var(--signal-red);
    color: #ffffff;
  }
}

@media (max-width: 360px) {
  .brand img {
    width: 174px;
  }

  .hero h1 {
    font-size: 3.25rem;
  }

  .service-tabs {
    grid-template-columns: 1fr;
  }

  .service-tab,
  .service-tab:last-child,
  .service-tab:nth-child(2),
  .service-tab:nth-child(-n+2) {
    min-height: 88px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .hero-media:hover img {
    transform: scale(1.018);
  }
  .capability-media figure:hover img {
    transform: scale(1.025);
  }
}

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