:root {
  --brand: #114abf;
  --brand-2: #2f7cff;
  --brand-dark: #082d78;
  --ink: #080b10;
  --carbon: #111720;
  --steel: #1d2630;
  --ash: #596372;
  --muted: #737e8c;
  --line: rgba(19, 31, 45, 0.14);
  --line-dark: rgba(255, 255, 255, 0.13);
  --paper: #ffffff;
  --panel: #f4f7fb;
  --panel-2: #e9eef5;
  --metal: #c7d0dc;
  --warning: #e05b32;
  --max: 1220px;
  --radius: 8px;
  --shadow: 0 26px 70px rgba(8, 11, 16, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  line-height: 1.58;
  background:
    linear-gradient(90deg, rgba(8, 11, 16, 0.035) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 44%, rgba(17, 74, 191, 0.045) 44% 45%, transparent 45% 100%),
    linear-gradient(300deg, transparent 0 68%, rgba(8, 11, 16, 0.035) 68% 69%, transparent 69% 100%);
}

body.menu-open {
  overflow: hidden;
}

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

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

p {
  margin: 0 0 18px;
}

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

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 100;
  background: var(--brand);
  color: #fff;
  padding: 10px 14px;
}

.skip-link:focus {
  left: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(8, 11, 16, 0.12);
  backdrop-filter: blur(20px);
}

.header-inner {
  width: min(var(--max), calc(100% - 48px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-mark {
  min-width: 190px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  max-width: 100%;
  overflow: visible;
}

.brand-logo {
  display: block;
  width: min(226px, 42vw);
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(8, 11, 16, 0.08);
  background: rgba(255, 255, 255, 0.55);
}

.site-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  color: #17202c;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 2px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  color: #fff;
  background: var(--brand);
  transform: translateY(-1px);
  outline: none;
}

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

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(8, 11, 16, 0.16);
  border-radius: 3px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle svg {
  width: 20px;
  height: 20px;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid var(--brand);
  border-radius: 2px;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 15px 34px rgba(17, 74, 191, 0.22);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.btn:hover,
.btn:focus-visible {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(17, 74, 191, 0.28);
  outline: none;
}

.btn svg {
  width: 17px;
  height: 17px;
}

.btn.secondary {
  background: #fff;
  color: var(--brand);
  box-shadow: none;
}

.btn.secondary:hover,
.btn.secondary:focus-visible {
  background: var(--brand);
  color: #fff;
}

.btn.ghost {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.btn.ghost:hover,
.btn.ghost:focus-visible {
  background: #fff;
  color: var(--brand);
  border-color: #fff;
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
  background: #06080c;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 57%, rgba(255, 255, 255, 0.12) 57% 57.15%, transparent 57.15%),
    linear-gradient(180deg, transparent 0 62%, rgba(17, 74, 191, 0.18) 62% 62.35%, transparent 62.35%);
  opacity: 0.72;
}

.hero.compact {
  min-height: 460px;
  align-items: center;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.13) brightness(0.72);
  transform: scale(1.03);
  animation: heroDrift 14s ease-out both;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 28%, rgba(47, 124, 255, 0.24), transparent 26%),
    linear-gradient(90deg, rgba(5, 8, 12, 0.98), rgba(5, 8, 12, 0.84) 40%, rgba(5, 8, 12, 0.36)),
    linear-gradient(0deg, rgba(5, 8, 12, 0.94), rgba(5, 8, 12, 0.02) 55%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 118px 0 86px;
  animation: heroCopyRise 0.9s ease both;
}

.hero.compact .hero-inner {
  padding: 88px 0 72px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  background: currentColor;
}

.hero .kicker {
  color: #9fbdff;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  font-size: clamp(54px, 7vw, 100px);
  font-weight: 900;
}

.hero h1 {
  position: relative;
  padding-bottom: 18px;
}

.hero h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(320px, 52vw);
  height: 3px;
  background: linear-gradient(90deg, var(--brand), rgba(255, 255, 255, 0.72), transparent);
}

.hero.compact h1 {
  font-size: clamp(42px, 5.5vw, 72px);
}

.hero-lede {
  max-width: 710px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-metrics {
  width: min(var(--max), calc(100% - 48px));
  margin: -48px auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line-dark);
  background:
    linear-gradient(135deg, rgba(17, 23, 32, 0.98), rgba(8, 11, 16, 0.98));
  color: #fff;
  box-shadow: var(--shadow);
}

.metric {
  min-height: 132px;
  padding: 27px;
  border-right: 1px solid var(--line-dark);
  position: relative;
  overflow: hidden;
  transition: transform 0.24s ease, background 0.24s ease;
}

.metric::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), transparent);
  opacity: 0.75;
}

.metric:last-child {
  border-right: none;
}

.metric:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.045);
}

.metric strong {
  display: block;
  color: #fff;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1;
  font-weight: 900;
}

.metric span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.section {
  padding: 104px 0;
  position: relative;
}

.section.tight {
  padding: 68px 0;
}

.section.steel {
  background:
    linear-gradient(180deg, #f2f5f9, #e8edf4);
  border-top: 1px solid rgba(8, 11, 16, 0.08);
  border-bottom: 1px solid rgba(8, 11, 16, 0.08);
}

.section.dark {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, #0b1017, #101823);
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.56fr);
  gap: 46px;
  align-items: end;
  margin-bottom: 50px;
}

.section-head.single {
  grid-template-columns: 1fr;
  max-width: 880px;
}

.section-head h2 {
  font-size: clamp(34px, 4.5vw, 60px);
  font-weight: 900;
}

.section-head p {
  color: var(--ash);
  margin-bottom: 0;
  font-weight: 700;
}

.dark .section-head p,
.dark .muted {
  color: rgba(255, 255, 255, 0.68);
}

.muted {
  color: var(--ash);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-panel,
.product-card,
.blog-card,
.process-step,
.contact-panel,
.quote-block {
  position: relative;
  overflow: hidden;
}

.feature-panel::before,
.product-card::before,
.blog-card::before,
.process-step::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(47, 124, 255, 0.17), transparent 32%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.feature-panel::after,
.product-card::after,
.blog-card::after,
.process-step::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-top: 2px solid rgba(17, 74, 191, 0.42);
  opacity: 0;
  transform: scaleX(0.25);
  transform-origin: left;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.feature-panel:hover::before,
.product-card:hover::before,
.blog-card:hover::before,
.process-step:hover::before {
  opacity: 1;
}

.feature-panel:hover::after,
.product-card:hover::after,
.blog-card:hover::after,
.process-step:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.feature-panel {
  min-height: 100%;
  padding: 30px;
  border: 1px solid rgba(8, 11, 16, 0.12);
  background: rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.feature-panel:hover {
  transform: translateY(-8px);
  border-color: rgba(17, 74, 191, 0.32);
  box-shadow: 0 22px 52px rgba(8, 11, 16, 0.13);
}

.feature-panel.dark-panel {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: none;
}

.feature-panel .num {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #fff;
  background: var(--brand);
  border-radius: 2px;
  font-weight: 900;
}

.feature-panel h3 {
  margin-bottom: 14px;
  font-size: 24px;
}

.feature-panel p,
.feature-panel li {
  color: var(--ash);
  font-weight: 650;
}

.dark .feature-panel p,
.dark .feature-panel li {
  color: rgba(255, 255, 255, 0.68);
}

.plain-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.plain-list li {
  display: flex;
  gap: 12px;
  margin: 11px 0;
}

.plain-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 9px;
  background: var(--brand);
  transform: rotate(45deg);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  display: grid;
  min-height: 100%;
  border: 1px solid rgba(8, 11, 16, 0.13);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 35px rgba(8, 11, 16, 0.08);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-10px);
  border-color: rgba(17, 74, 191, 0.38);
  box-shadow: 0 32px 70px rgba(8, 11, 16, 0.16);
}

.product-card figure {
  margin: 0;
  background: #fff;
  aspect-ratio: 1.6;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-card figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  background: #fff;
  transition: transform 0.34s ease;
}

.product-card:hover figure img {
  transform: scale(1.06) translateY(-2px);
}

.product-card.wide figure img {
  object-fit: contain;
  padding: 0;
}

.product-body {
  padding: 25px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 2px;
  background: rgba(17, 74, 191, 0.1);
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tag.gray {
  color: #26313f;
  background: #e7edf5;
}

.product-body h3 {
  margin-bottom: 11px;
  font-size: 24px;
}

.product-body p {
  color: var(--ash);
  font-weight: 650;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--brand);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  transition: color 0.2s ease;
}

.text-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.text-link:hover svg,
.text-link:focus-visible svg {
  transform: translateX(4px);
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--brand-dark);
  outline: none;
}

.split-media {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #dfe5ee;
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.media-frame:hover img {
  transform: scale(1.045);
  filter: saturate(0.95) contrast(1.1);
}

.product-media-frame {
  background: #fff;
}

.product-media-frame img {
  min-height: 360px;
  object-fit: contain;
  padding: 0;
  background: #fff;
}

.media-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 13px 15px;
  color: #fff;
  background: rgba(8, 11, 16, 0.82);
  border-left: 4px solid var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.process-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(8, 11, 16, 0.14);
  border-left: 1px solid rgba(8, 11, 16, 0.14);
}

.process-step {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid rgba(8, 11, 16, 0.14);
  border-bottom: 1px solid rgba(8, 11, 16, 0.14);
  background: rgba(255, 255, 255, 0.86);
  transition: transform 0.24s ease, background 0.24s ease;
}

.process-step:hover {
  transform: translateY(-7px);
  background: #fff;
}

.process-step span {
  display: block;
  color: var(--brand);
  font-weight: 900;
  margin-bottom: 28px;
}

.process-step h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.process-step p {
  color: var(--ash);
  margin-bottom: 0;
  font-weight: 650;
}

.case-row {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  border-top: 1px solid var(--line);
  background: #fff;
}

.case-row > div {
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.case-row > div:last-child {
  border-right: none;
}

.case-row h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.case-row p {
  color: var(--ash);
  margin: 0;
}

.stat-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.stat-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(17, 74, 191, 0.25);
  border-radius: 2px;
  color: var(--brand);
  font-weight: 900;
  font-size: 13px;
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(8, 11, 16, 0.14);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(8, 11, 16, 0.08);
}

.spec-table tr {
  transition: background 0.18s ease;
}

.spec-table tr:hover {
  background: #f8fbff;
}

.compare-table {
  min-width: 860px;
}

.spec-table th,
.spec-table td {
  padding: 16px 17px;
  border-bottom: 1px solid rgba(8, 11, 16, 0.11);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.spec-table th {
  width: 26%;
  color: #101820;
  background: #eef3fa;
  font-weight: 900;
}

.compare-table th {
  width: auto;
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: none;
}

.contact-band {
  padding: 78px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(17, 74, 191, 0.22), transparent 40%),
    linear-gradient(135deg, #080b10, #17212d);
}

.contact-band .container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
}

.contact-band h2 {
  font-size: clamp(30px, 3.6vw, 50px);
  margin-bottom: 12px;
}

.contact-band p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  font-weight: 700;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-card {
  display: grid;
  border: 1px solid rgba(8, 11, 16, 0.13);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 38px rgba(8, 11, 16, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(8, 11, 16, 0.14);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05);
}

.blog-card-content {
  padding: 24px;
}

.blog-card time {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card h2,
.blog-card h3 {
  margin-bottom: 12px;
  font-size: 23px;
}

.blog-card p {
  color: var(--ash);
  font-weight: 650;
}

.article {
  max-width: 840px;
  margin: 0 auto;
  font-size: 17px;
}

.article h2 {
  margin: 44px 0 16px;
  font-size: 34px;
}

.article h3 {
  margin: 30px 0 12px;
  font-size: 24px;
}

.article ul,
.article ol {
  margin: 0 0 24px 0;
  padding-left: 22px;
}

.article li {
  margin: 8px 0;
}

.article img {
  width: 100%;
  border-radius: var(--radius);
  margin: 32px 0;
}

.article-callout {
  margin: 34px 0;
  padding: 26px;
  border-left: 4px solid var(--brand);
  background: var(--panel);
  font-weight: 800;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(390px, 0.68fr);
  gap: 44px;
  align-items: start;
}

.contact-panel {
  padding: 30px;
  border: 1px solid rgba(8, 11, 16, 0.13);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(8, 11, 16, 0.1);
}

.contact-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(8, 11, 16, 0.12);
}

.contact-item:first-child {
  padding-top: 0;
}

.contact-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-item span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contact-item strong,
.contact-item a {
  font-size: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

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

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

.field label {
  color: #17202c;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid rgba(8, 11, 16, 0.16);
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
}

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

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(17, 74, 191, 0.12);
  outline: none;
}

.site-footer {
  color: rgba(255, 255, 255, 0.75);
  background: #070a0f;
}

.site-footer .brand-mark {
  min-width: 0;
  width: fit-content;
  padding: 8px 10px;
  background: #fff;
  border-radius: 4px;
}

.site-footer .brand-logo {
  width: 220px;
  height: 48px;
}

.footer-main {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 62px 0;
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 0.7fr 0.8fr;
  gap: 40px;
}

.footer-main h3 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.footer-main p,
.footer-main li {
  font-size: 14px;
}

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

.footer-main li {
  margin: 8px 0;
}

.footer-main a:hover,
.footer-main a:focus-visible {
  color: #fff;
  outline: none;
}

.footer-bottom {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 23px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}

.product-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 0.7fr);
  gap: 46px;
  align-items: center;
}

.product-hero-image {
  aspect-ratio: 1.45;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 24px 60px rgba(0, 0, 0, 0.22);
}

.product-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  background: #fff;
  transition: transform 0.35s ease;
}

.product-hero-image:hover img {
  transform: scale(1.045);
}

.quote-block {
  padding: 30px;
  border-left: 4px solid var(--brand);
  background: #fff;
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: var(--shadow);
}

.quote-block p {
  font-size: 21px;
  color: var(--ink);
  font-weight: 850;
}

.timeline {
  border-left: 2px solid rgba(8, 11, 16, 0.16);
  margin-left: 8px;
}

.timeline-item {
  position: relative;
  padding: 0 0 34px 28px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: var(--brand);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--brand);
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
}

.timeline-item p {
  color: var(--ash);
}

@keyframes heroDrift {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1.03);
  }
}

@keyframes heroCopyRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal-target {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

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

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

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

  .reveal-target {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .header-inner {
    min-height: 70px;
  }

  .site-nav {
    position: fixed;
    inset: 70px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 24px 24px;
    background: #fff;
    border: 0;
    border-bottom: 1px solid rgba(8, 11, 16, 0.13);
    box-shadow: 0 22px 44px rgba(8, 11, 16, 0.14);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    min-height: 52px;
    border-bottom: 1px solid rgba(8, 11, 16, 0.1);
    border-radius: 0;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .hero {
    min-height: 640px;
  }

  .hero-metrics,
  .grid-4,
  .process-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metric:nth-child(2) {
    border-right: none;
  }

  .metric:nth-child(1),
  .metric:nth-child(2) {
    border-bottom: 1px solid var(--line-dark);
  }

  .section-head,
  .split-media,
  .contact-grid,
  .product-hero-layout {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .blog-grid,
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-row {
    grid-template-columns: 1fr;
  }

  .case-row > div {
    border-right: none;
  }

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

@media (max-width: 720px) {
  .header-inner,
  .container,
  .hero-inner,
  .hero-metrics,
  .footer-main,
  .footer-bottom {
    width: min(100% - 28px, var(--max));
  }

  .brand-mark {
    min-width: 0;
  }

  .header-actions .btn {
    display: none;
  }

  .hero {
    min-height: 600px;
  }

  .hero.compact {
    min-height: 390px;
  }

  .hero-inner,
  .hero.compact .hero-inner {
    padding: 74px 0 54px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .hero.compact h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hero-lede {
    font-size: 16px;
  }

  .section {
    padding: 72px 0;
  }

  .section.tight {
    padding: 50px 0;
  }

  .section-head {
    gap: 18px;
    margin-bottom: 32px;
  }

  .section-head h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .hero-metrics,
  .grid-2,
  .grid-3,
  .grid-4,
  .product-grid,
  .blog-grid,
  .process-rail,
  .form-grid,
  .footer-main,
  .contact-band .container {
    grid-template-columns: 1fr;
  }

  .metric {
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid var(--line-dark);
  }

  .metric:last-child {
    border-bottom: none;
  }

  .media-frame img {
    min-height: 290px;
  }

  .contact-band .container {
    align-items: start;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .product-hero-image {
    min-height: 250px;
  }
}
