/* ============================================================
   DEMETO — Titanium Laboratory Design System
   Mineral white, graphite ink, stainless surfaces, instrument cyan.
   ============================================================ */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/montserrat-var-latin-ext.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: "Montserrat";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/montserrat-var-latin.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: "Inter";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/inter-var-latin-ext.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: "Inter";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/inter-var-latin.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 {
  --ink: #11161d;
  --ink-2: #2b333d;
  --text: #505966;
  --muted: #69717c;
  --quiet: #69717c;
  --paper: #ffffff;
  --mineral: #f7f8f9;
  --steel: #eef1f3;
  --line: #dfe3e7;
  --line-soft: #eceff1;
  --signal: #18bfc7;
  --signal-dark: #086e74;
  --blue: #174f87;
  --danger: #b42318;
  --success: #087a55;
  --max: 1280px;
  --gutter: clamp(20px, 4vw, 64px);
  --rail: max(var(--gutter), calc((100vw - var(--max)) / 2));
  --radius: 6px;
  --shadow: 0 20px 55px -42px rgba(28, 40, 56, 0.32);
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --font-display: "Montserrat", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-sans: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::selection {
  color: #fff;
  background: var(--blue);
}

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

figure,
dl,
dd {
  margin: 0;
}

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

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

button {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--signal-dark);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 450;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  font-size: clamp(44px, 6vw, 78px);
}

h2 {
  font-size: clamp(30px, 3.6vw, 44px);
}

h3 {
  font-size: 19px;
  line-height: 1.35;
}

p {
  text-wrap: pretty;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 0 14px;
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 18px;
  height: 2px;
  content: "";
  background: var(--signal);
}

.lead {
  font-size: 17px;
}

.inline-link,
.text-link {
  color: var(--blue);
  font-weight: 620;
}

.inline-link:hover,
.text-link:hover {
  color: var(--signal-dark);
}

.text-link::after {
  margin-left: 7px;
  content: "›";
}

.text-link.inline {
  display: inline;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 11px 21px;
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  transition: color 180ms, background 180ms, border-color 180ms, transform 180ms var(--ease);
}

.button:hover {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-1px);
}

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

.button-secondary {
  color: var(--ink);
  background: transparent;
  border-color: #b7bdc4;
}

.button-secondary:hover {
  color: var(--ink);
  background: var(--mineral);
  border-color: var(--ink);
}

.button svg,
.nav-lang svg {
  width: 17px;
  height: 17px;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
  padding: 14px var(--rail);
  color: var(--ink);
  background: #fff;
  border-bottom: 1px solid var(--line-soft);
  transition: min-height 180ms, box-shadow 180ms;
}

.site-header.is-scrolled {
  min-height: 66px;
  box-shadow: 0 14px 36px -34px rgba(27, 36, 48, 0.5);
}

.brand,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-hex {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.brand strong,
.brand small,
.footer-logo strong,
.footer-logo small {
  display: block;
}

.brand strong,
.footer-logo strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
}

.brand small,
.footer-logo small {
  margin-top: 3px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.13em;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  color: #4d5058;
  font-size: 12.5px;
  font-weight: 520;
  border-radius: 999px;
  transition: color 160ms, background 160ms;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--ink);
  background: var(--mineral);
}

.site-nav .nav-cta {
  margin-left: 8px;
  padding-inline: 18px;
  color: #fff;
  background: var(--ink);
}

.site-nav .nav-cta:hover {
  color: #fff;
  background: var(--blue);
}

.nav-lang {
  gap: 6px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: var(--ink);
}

/* Home hero */
.home-hero {
  padding: 308px var(--rail) 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.home-hero-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.home-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(500px, 1.04fr);
  grid-template-areas:
    "eyebrow visual"
    "title visual"
    "intro visual"
    "actions visual"
    "proof proof";
  column-gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.home-hero-copy > .eyebrow {
  grid-area: eyebrow;
  margin-top: 0;
}

.home-hero h1 {
  grid-area: title;
  display: flex;
  flex-direction: column;
}

.home-hero-word {
  max-width: 11ch;
  color: var(--ink);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 430;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.home-hero-sub {
  max-width: 24ch;
  margin-top: 26px;
  color: var(--ink-2);
  font-size: clamp(17px, 1.65vw, 22px);
  font-weight: 500;
  line-height: 1.35;
}

.home-hero-en {
  margin-top: 12px;
  color: var(--blue);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.home-hero .lead {
  grid-area: intro;
  max-width: 50ch;
  margin: 28px 0 0;
  color: #4d5058;
  font-size: 15px;
}

.home-hero-actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: start;
  margin-top: 26px;
}

.home-hero-mobile-media {
  grid-area: visual;
  height: clamp(520px, 44vw, 620px);
  overflow: hidden;
  background: var(--mineral);
  border: 1px solid var(--line-soft);
}

.home-hero-mobile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
}

.hero-trust-bar {
  grid-area: proof;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
  border-top: 1px solid var(--line);
}

.hero-trust-bar span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 20px 24px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 620;
}

.hero-trust-bar span + span {
  border-left: 1px solid var(--line);
}

.hero-trust-bar svg {
  width: 27px;
  height: 27px;
  color: var(--ink);
}

.data-bars {
  display: none;
}

/* Shared page structure */
.page-main {
  padding-top: 0;
}

.page-hero {
  min-height: 500px;
  padding: 152px var(--rail) 86px;
  text-align: center;
  background: var(--mineral);
  border-bottom: 1px solid var(--line);
}

.page-hero > * {
  width: min(100%, 880px);
  margin-inline: auto;
}

.page-hero h1 {
  max-width: 18ch;
  margin-inline: auto;
  font-size: clamp(44px, 6vw, 74px);
  font-weight: 390;
}

.page-hero p:last-child {
  max-width: 68ch;
  margin: 24px auto 0;
  color: #4d5058;
  font-size: 15px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 11px;
}

.breadcrumb a:hover {
  color: var(--blue);
}

.section {
  position: relative;
  padding: clamp(64px, 6.6vw, 88px) var(--rail);
  background: #fff;
}

.section-soft,
.section-dark {
  background: var(--mineral);
  border-block: 1px solid var(--line-soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(30px, 4vw, 46px);
}

.section-heading.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  max-width: none;
}

.section-heading h2,
.visual-copy h2 {
  max-width: 18ch;
}

.section-heading p:last-child,
.section-sub,
.visual-copy p:last-child {
  max-width: 66ch;
  margin: 14px 0 0;
  color: #4d5058;
  font-size: 14.5px;
}

.section-note {
  margin: 20px 0 0;
  padding: 16px 18px;
  color: #4d5058;
  background: var(--mineral);
  border-left: 2px solid var(--signal);
}

.section-visual,
.about-layout,
.two-column,
.inquiry-section,
.worksheet {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
}

.visual-copy p:not(.eyebrow),
.clean-list {
  color: #4d5058;
}

.visual-media,
.section-media {
  overflow: hidden;
  background: var(--steel);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
}

.visual-media img,
.section-media img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 500ms var(--ease);
}

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

/* Grids and surfaces */
.feature-grid,
.grade-overview,
.solution-grid,
.quote-grid,
.document-grid,
.metric-board,
.timeline,
.service-timeline,
.number-grid,
.contact-cards,
.seo-link-grid,
.article-hub,
.resource-grid,
.check-grid,
.doc-grid,
.process-grid,
.route-map,
.article-list {
  display: grid;
  gap: 14px;
}

.feature-grid,
.metric-board,
.document-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.feature-grid.four,
.grade-overview,
.quote-grid,
.timeline,
.service-timeline,
.number-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid.five,
.doc-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.doc-grid {
  gap: 0;
  border-block: 1px solid var(--line);
}

.doc-grid > a {
  border-block: 0;
  border-left: 0;
}

.doc-grid > a + a {
  border-left: 1px solid var(--line);
}

.feature-grid article,
.grade-overview article,
.quote-grid article,
.document-grid article,
.metric-board div,
.timeline li,
.service-timeline li,
.number-grid li,
.contact-cards article,
.seo-card,
.article-hub a,
.resource-grid a,
.check-grid span,
.panel,
.grade-panel,
.faq-group,
.technical-article,
.keyword-groups div,
.route-map .node,
.doc-grid > a,
.process-grid li {
  position: relative;
  min-width: 0;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: none;
  transition: border-color 200ms, background 200ms, transform 200ms var(--ease);
}

.feature-grid article:hover,
.grade-overview article:hover,
.document-grid article:hover,
.contact-cards article:hover,
.seo-card:hover,
.article-hub a:hover,
.resource-grid a:hover,
.doc-grid > a:hover {
  border-color: #b9c2ca;
  transform: translateY(-2px);
}

.feature-grid article,
.grade-overview article,
.quote-grid article,
.document-grid article,
.contact-cards article {
  min-height: 176px;
  padding: 24px;
}

.feature-grid article h3,
.grade-overview article h3,
.document-grid article h3,
.contact-cards article h3 {
  margin-top: 14px;
}

.feature-grid article p,
.grade-overview article p,
.document-grid article p,
.contact-cards article p,
.quote-grid article span {
  margin: 10px 0 0;
  color: #4d5058;
  font-size: 14px;
}

.feature-grid article > span,
.grade-overview article > span,
.document-grid article > span,
.contact-cards article > span,
.seo-card > span,
.article-hub span,
.article-kicker span {
  display: inline-flex;
  width: fit-content;
  padding: 4px 9px;
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #eef5fa;
  border-radius: 3px;
}

/* Home evidence */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--line);
}

.trust-card {
  min-height: 210px;
  padding: 26px 28px;
  background: #fff;
  border: 0;
  border-radius: 0;
}

.trust-card + .trust-card {
  border-left: 1px solid var(--line);
}

.trust-card > svg {
  width: 26px;
  height: 26px;
  color: var(--ink);
}

.trust-card strong {
  display: block;
  margin-top: 22px;
  color: var(--ink);
  font-size: 17px;
}

.trust-card p {
  margin: 10px 0 0;
  color: #4d5058;
  font-size: 14px;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 22px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 650;
}

.trust-badge svg {
  width: 16px;
  height: 16px;
}

.spec-block {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 18px;
}

.spec-card,
.spec-photo {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.spec-card-head {
  padding: 26px 28px 22px;
  background: var(--mineral);
  border-bottom: 1px solid var(--line);
}

.spec-card-head span,
.spec-photo-kicker {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.spec-card-head h3 {
  margin-top: 8px;
  font-size: 28px;
}

.spec-card-head p {
  margin: 9px 0 0;
  color: #4d5058;
  font-size: 14px;
}

.spec-card .table-wrap {
  margin: 0;
  border: 0;
  border-radius: 0;
}

.spec-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  color: var(--ink);
  background: #b9eff1;
  border-radius: 3px;
  font-size: 10px;
  font-style: normal;
}

.spec-note {
  margin: 0;
  padding: 15px 28px;
  color: #4d5058;
  background: var(--mineral);
  border-top: 1px solid var(--line-soft);
  font-size: 12.5px;
}

.spec-proofs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border-top: 1px solid var(--line-soft);
}

.spec-proofs > div {
  display: flex;
  gap: 10px;
  padding: 16px;
  background: #fff;
}

.spec-proofs svg {
  width: 20px;
  height: 20px;
  color: var(--blue);
}

.spec-proofs strong,
.spec-proofs small {
  display: block;
}

.spec-proofs strong {
  color: var(--ink);
  font-size: 13px;
}

.spec-proofs small {
  color: var(--muted);
  font-size: 11px;
}

.spec-photo {
  position: relative;
  min-height: 100%;
}

.spec-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spec-photo-panel {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
}

.spec-photo-panel strong,
.spec-photo-panel small {
  display: block;
}

.spec-photo-panel strong {
  margin-top: 7px;
  color: var(--ink);
  font-size: 20px;
}

.spec-photo-panel small {
  margin-top: 6px;
  color: #4d5058;
  font-size: 12px;
}

.spec-photo-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  border-top: 1px solid var(--line);
}

.spec-photo-stats span {
  padding: 10px 8px 0;
}

.spec-photo-stats span + span {
  border-left: 1px solid var(--line);
}

.spec-photo-stats b,
.spec-photo-stats em {
  display: block;
}

.spec-photo-stats b {
  color: var(--ink);
  font-size: 13px;
}

.spec-photo-stats em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
}

.process-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--line);
  list-style: none;
}

.process-grid li {
  min-height: 154px;
  padding: 22px 20px;
  border: 0;
  border-radius: 0;
}

.process-grid li + li {
  border-left: 1px solid var(--line);
}

.process-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--ink);
  background: var(--mineral);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.process-icon svg {
  width: 20px;
  height: 20px;
}

.process-grid b,
.process-grid strong,
.process-grid small {
  display: block;
}

.process-grid b {
  margin-top: 18px;
  color: var(--blue);
  font-size: 11px;
}

.process-grid strong {
  margin-top: 4px;
  color: var(--ink);
  font-size: 15px;
}

.process-grid small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
}

.doc-grid > a {
  min-height: 164px;
  padding: 22px 24px;
  border-radius: 0;
}

.doc-ico {
  position: relative;
  width: 42px;
  height: 44px;
  color: #b5473d;
}

.doc-ico svg {
  width: 38px;
  height: 38px;
}

.doc-ico i {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1px 5px;
  color: #fff;
  background: #b5473d;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

.doc-reach .doc-ico {
  color: var(--blue);
}

.doc-reach .doc-ico i {
  background: var(--blue);
}

.doc-grid strong,
.doc-grid small,
.doc-grid em {
  display: block;
}

.doc-grid strong {
  margin-top: 18px;
  color: var(--ink);
}

.doc-grid small {
  color: var(--muted);
  font-size: 12px;
}

.doc-grid em {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 14px;
  color: var(--blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
}

.doc-grid em svg {
  width: 15px;
  height: 15px;
}

/* Applications */
.solution-grid,
.application-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.application-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.solution-card-media {
  overflow: hidden;
  background: var(--steel);
}

.solution-card-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 500ms var(--ease);
}

.application-card:hover .solution-card-media img {
  transform: scale(1.025);
}

.application-card > span,
.application-card > h3,
.application-card > p,
.application-card > a {
  margin-inline: 22px;
}

.application-card > span {
  display: inline-block;
  margin-top: 20px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.application-card > h3 {
  margin-top: 8px;
}

.application-card > p {
  margin-top: 10px;
  color: #4d5058;
  font-size: 14px;
}

.application-card > a {
  display: inline-flex;
  margin-top: 12px;
  margin-bottom: 22px;
}

/* Tables and product data */
.table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  -webkit-overflow-scrolling: touch;
}

.table-wrap table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.table-wrap th,
.table-wrap td {
  padding: 15px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line-soft);
}

.table-wrap th {
  color: #4d5058;
  background: var(--mineral);
  font-size: 12px;
  font-weight: 650;
}

.table-wrap td {
  color: #46505c;
  font-size: 14px;
}

.table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.table-wrap tbody tr:hover td {
  background: #fafbfc;
}

.product-info-board {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: 18px;
}

.product-info-board .panel {
  padding: 28px;
}

.product-card-head {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-card-head.compact {
  margin-bottom: 20px;
}

.product-card-head p {
  margin: 0 0 4px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.product-mark {
  display: grid;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border-radius: 4px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
}

.product-route-card .product-mark {
  color: var(--ink);
  background: var(--steel);
}

.product-summary {
  margin: 20px 0 0;
  color: #4d5058;
}

.product-status,
.product-support-strip,
.grade-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.product-status span,
.product-support-strip span,
.grade-tags span {
  padding: 6px 10px;
  color: var(--blue);
  background: #eef5fa;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 650;
}

.product-quick-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  border: 1px solid var(--line);
}

.product-quick-stats span {
  padding: 15px;
}

.product-quick-stats span + span {
  border-left: 1px solid var(--line);
}

.product-quick-stats strong,
.product-quick-stats small {
  display: block;
}

.product-quick-stats strong {
  color: var(--ink);
  font-size: 18px;
}

.product-quick-stats small {
  color: var(--muted);
  font-size: 11px;
}

.key-value,
.product-key-value,
.spec-table {
  display: grid;
  margin-top: 20px;
}

.key-value div,
.product-key-value div,
.spec-table div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line-soft);
}

.key-value dt,
.product-key-value dt,
.spec-table dt {
  color: var(--muted);
  font-size: 13px;
}

.key-value dd,
.product-key-value dd,
.spec-table dd {
  color: var(--ink-2);
}

.route-list {
  display: grid;
  gap: 8px;
}

.route-list a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  padding: 15px;
  background: var(--mineral);
  border: 1px solid var(--line-soft);
  border-radius: 4px;
}

.route-list a:hover {
  background: #fff;
  border-color: #bbc3ca;
}

.route-list span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
}

.route-list strong,
.route-list p {
  display: block;
}

.route-list strong {
  color: var(--ink);
  font-size: 14px;
}

.route-list p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
}

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

.grade-tabs {
  display: grid;
  gap: 8px;
}

.grade-tab {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  cursor: pointer;
}

.grade-tab span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--blue);
  background: var(--mineral);
  font-size: 11px;
}

.grade-tab strong,
.grade-tab small {
  display: block;
}

.grade-tab strong {
  color: var(--ink);
}

.grade-tab small {
  margin-top: 4px;
  color: var(--muted);
}

.grade-tab.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.grade-tab.is-active strong {
  color: #fff;
}

.grade-tab.is-active small {
  color: rgba(255, 255, 255, 0.62);
}

.grade-tab.is-active span {
  color: var(--ink);
  background: #b9eff1;
}

.grade-panel {
  padding: 28px;
}

.grade-copy {
  color: #4d5058;
}

/* Metrics, checks and process lists */
.metric-board div {
  min-height: 152px;
  padding: 22px;
}

.metric-board span,
.timeline span,
.service-timeline span,
.resource-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--blue);
  background: #eef5fa;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
}

.metric-board strong {
  display: block;
  margin-top: 26px;
  color: var(--ink);
  font-size: 23px;
  font-weight: 500;
}

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

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

.check-grid span {
  min-height: 68px;
  padding: 18px 18px 18px 50px;
  font-size: 13px;
}

.check-grid span::before {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 18px;
  height: 18px;
  color: var(--signal-dark);
  content: "✓";
  font-weight: 700;
}

.timeline,
.service-timeline,
.number-grid {
  padding: 0;
  list-style: none;
}

.timeline li,
.service-timeline li,
.number-grid li {
  min-height: 178px;
  padding: 22px;
}

.timeline h3,
.service-timeline h3 {
  margin-top: 20px;
}

.timeline p,
.service-timeline p {
  color: #4d5058;
  font-size: 13px;
}

.number-grid {
  counter-reset: steps;
}

.number-grid li {
  counter-increment: steps;
}

.number-grid li::before {
  display: block;
  color: var(--blue);
  content: counter(steps, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
}

/* Articles, routes, resources */
.seo-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-card {
  min-height: 310px;
  padding: 0 0 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
}

.seo-card:hover {
  background: #fff;
  border-color: #aeb7bf;
  transform: translateY(-2px);
}

.seo-card figure {
  height: 168px;
  margin-bottom: 20px;
  overflow: hidden;
  background: var(--steel);
}

.seo-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms var(--ease);
}

.seo-card:hover figure img {
  transform: scale(1.025);
}

.seo-card > span,
.seo-card > strong,
.seo-card > small {
  margin-right: 20px;
  margin-left: 20px;
}

.seo-card strong,
.seo-card small {
  display: block;
}

.seo-card strong {
  margin-top: 14px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.4;
}

.seo-card small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12.5px;
}

.article-hub {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.article-hub a,
.resource-grid a {
  min-height: 210px;
  padding: 22px;
}

.article-hub strong,
.article-hub small,
.resource-grid strong,
.resource-grid small {
  display: block;
}

.article-hub strong,
.resource-grid strong {
  margin-top: 16px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.4;
}

.article-hub small,
.resource-grid small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12.5px;
}

.technical-article {
  width: min(100%, 980px);
  margin: 0 auto 48px;
  padding: clamp(28px, 4vw, 52px);
}

.article-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}

.article-meta,
.article-lead {
  color: #4d5058;
}

.article-body {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.article-body p {
  margin: 0;
}

.article-callout,
.statement-card,
.worksheet-intro {
  padding: 25px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
}

.article-callout strong,
.statement-card h2,
.worksheet-intro h3 {
  color: #fff;
}

.article-callout p,
.statement-card p,
.worksheet-intro p {
  color: rgba(255, 255, 255, 0.7);
}

.route-map {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.route-map .node {
  display: grid;
  min-height: 90px;
  padding: 16px;
  place-items: center;
  text-align: center;
  font-size: 13px;
  font-weight: 650;
}

.route-map .key {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.route-map .muted {
  background: var(--mineral);
}

.route-map i {
  display: none;
}

.article-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  list-style: none;
}

.article-list li {
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.keyword-groups {
  display: grid;
  gap: 10px;
}

.keyword-groups div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 17px;
}

.keyword-groups strong {
  color: var(--blue);
}

.keyword-groups span {
  color: var(--muted);
}

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

.resource-section {
  margin-bottom: 64px;
  scroll-margin-top: 90px;
}

.resource-note {
  color: var(--muted);
}

/* FAQ */
.faq-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.faq-index {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 4px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-index a {
  padding: 9px 11px;
  color: #4d5058;
  font-size: 13px;
}

.faq-index a:hover {
  color: var(--ink);
  background: var(--mineral);
}

.faq-groups,
.faq-list {
  display: grid;
  gap: 12px;
}

.faq-group {
  padding: 26px;
  scroll-margin-top: 92px;
}

.faq-group h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

.faq-list details {
  overflow: hidden;
  background: var(--mineral);
  border: 1px solid var(--line-soft);
  border-radius: 4px;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--blue);
  content: "+";
  font-size: 18px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: #4d5058;
  font-size: 14px;
}

/* Contact, forms and CTA */
.contact-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inquiry-section {
  align-items: start;
}

.export-box {
  margin-top: 22px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.inquiry-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

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

.inquiry-form label,
.inquiry-form legend {
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 650;
}

.inquiry-form label {
  display: grid;
  gap: 7px;
}

.inquiry-form fieldset {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
}

.inquiry-form legend {
  margin-bottom: 10px;
}

.inquiry-form input:not([type="checkbox"]):not([type="radio"]),
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--mineral);
  border: 1px solid #d8dde1;
  border-radius: 4px;
  outline: none;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  background: #fff;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(23, 79, 135, 0.1);
}

.form-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.form-options label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 11px;
  background: var(--mineral);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 500;
}

.form-options input {
  accent-color: var(--blue);
}

.form-submit {
  width: 100%;
}

.form-submit:disabled {
  cursor: progress;
  opacity: 0.65;
}

.form-note {
  min-height: 22px;
  margin: 0;
  padding: 10px 12px;
  color: var(--muted);
  font-size: 13px;
}

.form-note.is-success {
  color: var(--success);
  background: #e9f7f1;
}

.form-note.is-error {
  color: var(--danger);
  background: #fff0ef;
}

.botcheck-field {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-height: 150px;
  padding: 28px 0;
  border-block: 1px solid var(--line);
}

.cta-band h2 {
  font-size: clamp(28px, 4vw, 44px);
}

.cta-band p:last-child {
  max-width: 62ch;
  margin: 10px 0 0;
  color: #4d5058;
}

.cta-band .button-primary {
  flex: 0 0 auto;
}

/* Footer */
.site-footer {
  padding: clamp(50px, 6vw, 72px) var(--rail) 24px;
  color: #4d5058;
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.55fr) repeat(4, minmax(120px, 0.75fr));
  gap: clamp(28px, 4vw, 54px);
}

.footer-brand p {
  max-width: 40ch;
  margin: 20px 0 0;
  color: #4d5058;
  font-size: 13px;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}

.footer-badges span {
  padding: 5px 8px;
  color: var(--blue);
  background: #eaf1f6;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 650;
}

.footer-column,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 7px;
}

.footer-column h2,
.footer-column h3,
.footer-contact h2,
.footer-contact h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.06em;
}

.footer-column a,
.footer-contact p {
  margin: 0;
  color: #4d5058;
  font-size: 12px;
}

.footer-column a:hover {
  color: var(--blue);
}

.footer-contact span {
  color: var(--quiet);
  font-size: 9px;
  text-transform: uppercase;
}

.footer-qr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-top: 12px;
}

.footer-qr img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  border: 1px solid var(--line);
}

.footer-qr small {
  color: var(--quiet);
  font-size: 10px;
}

.footer-rfq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 48px;
  padding: 24px 0;
  border-block: 1px solid var(--line);
}

.footer-rfq strong {
  color: var(--ink);
  font-size: 19px;
}

.footer-rfq p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.footer-cta {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 650;
}

.footer-cta:hover {
  background: var(--blue);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 20px;
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: var(--quiet);
  font-size: 10px;
}

.footer-bottom div {
  display: flex;
  gap: 12px;
}

/* Motion */
.js .reveal {
  opacity: 1;
  transform: none;
  transition: opacity 520ms var(--ease), transform 520ms var(--ease);
}

.js .reveal.in-view {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .site-nav a {
    padding-inline: 8px;
    font-size: 12px;
  }

  .footer-main {
    grid-template-columns: minmax(260px, 1.3fr) repeat(2, minmax(150px, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .feature-grid.five,
  .doc-grid,
  .article-hub {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-grid.four,
  .grade-overview,
  .timeline,
  .service-timeline,
  .number-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-card:nth-child(odd) {
    border-left: 0;
  }

  .trust-card:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .doc-grid > a:nth-child(4) {
    border-left: 0;
  }

  .doc-grid > a:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: var(--gutter);
    left: var(--gutter);
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    max-height: calc(100vh - 92px);
    padding: 10px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    visibility: hidden;
    opacity: 1;
    transform: translateY(-8px);
    pointer-events: none;
    z-index: 2;
    transition: transform 180ms var(--ease), visibility 0s linear 180ms;
  }

  .site-nav.is-open {
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .site-nav a {
    min-height: 44px;
    padding: 11px 14px;
  }

  .site-nav .nav-cta {
    justify-content: center;
    margin: 5px 0 0;
  }

  .home-hero-copy {
    grid-template-columns: 1fr;
    grid-template-areas: "eyebrow" "title" "visual" "intro" "actions" "proof";
  }

  .home-hero-copy > .eyebrow {
    margin-top: 28px;
  }

  .home-hero h1 {
    max-width: 760px;
  }

  .home-hero-mobile-media {
    height: 580px;
    margin-top: 34px;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
  }

  .home-hero .lead {
    max-width: 64ch;
  }

  .hero-trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
  }

  .hero-trust-bar span:nth-child(3) {
    border-left: 0;
  }

  .hero-trust-bar span:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .section-visual,
  .about-layout,
  .two-column,
  .inquiry-section,
  .worksheet,
  .product-info-board,
  .grade-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .visual-media {
    order: -1;
  }

  .spec-block {
    grid-template-columns: 1fr;
  }

  .spec-photo {
    min-height: 480px;
  }

  .faq-index {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .solution-grid,
  .application-grid,
  .feature-grid,
  .metric-board,
  .document-grid,
  .resource-grid,
  .seo-link-grid,
  .contact-cards,
  .check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .doc-grid > a:nth-child(odd) {
    border-left: 0;
  }

  .doc-grid > a:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .doc-grid > a:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .process-grid li:nth-child(4) {
    border-left: 0;
  }

  .process-grid li:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .cta-band,
  .footer-rfq,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  :root {
    --gutter: 16px;
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .site-header {
    min-height: 64px;
    padding: 10px 16px;
  }

  .brand small {
    display: none;
  }

  .home-hero {
    padding: 288px 16px 0;
  }

  .home-hero-word {
    max-width: 12ch;
    font-size: clamp(39px, 11.5vw, 52px);
    letter-spacing: -0.055em;
  }

  .home-hero-sub {
    margin-top: 18px;
    font-size: 17px;
  }

  .home-hero-mobile-media {
    height: 350px;
    margin-top: 24px;
  }

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

  .hero-trust-bar {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .hero-trust-bar span,
  .hero-trust-bar span + span,
  .hero-trust-bar span:nth-child(3),
  .hero-trust-bar span:nth-child(n + 3) {
    min-height: 62px;
    padding: 14px 0;
    border-top: 1px solid var(--line-soft);
    border-left: 0;
  }

  .page-hero {
    min-height: 0;
    padding: 112px 16px 66px;
  }

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

  .section {
    padding: 50px 16px;
  }

  .seo-card {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    min-height: 138px;
    padding: 0;
  }

  .seo-card figure {
    grid-row: 1 / -1;
    width: 116px;
    height: 100%;
    min-height: 138px;
    margin: 0;
  }

  .seo-card > span,
  .seo-card > strong,
  .seo-card > small {
    grid-column: 2;
    margin-right: 16px;
    margin-left: 16px;
  }

  .seo-card > span {
    margin-top: 14px;
  }

  .seo-card > strong {
    margin-top: 8px;
    font-size: 15px;
  }

  .seo-card > small {
    margin-top: 5px;
    margin-bottom: 14px;
  }

  .section-heading.split {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .solution-grid,
  .application-grid,
  .feature-grid,
  .feature-grid.two,
  .feature-grid.four,
  .feature-grid.five,
  .grade-overview,
  .quote-grid,
  .document-grid,
  .metric-board,
  .timeline,
  .service-timeline,
  .number-grid,
  .contact-cards,
  .seo-link-grid,
  .article-hub,
  .resource-grid,
  .check-grid,
  .check-grid.compact,
  .doc-grid,
  .process-grid,
  .route-map,
  .article-list,
  .trust-grid,
  .faq-index,
  .form-row {
    grid-template-columns: 1fr;
  }

  .visual-media img,
  .section-media img {
    min-height: 250px;
  }

  .feature-grid article,
  .grade-overview article,
  .quote-grid article,
  .document-grid article,
  .contact-cards article {
    min-height: 0;
    padding: 20px;
  }

  .spec-card-head,
  .spec-note {
    padding-inline: 20px;
  }

  .spec-proofs {
    grid-template-columns: 1fr;
  }

  .spec-photo {
    min-height: 360px;
  }

  .spec-photo-panel {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .product-quick-stats,
  .spec-photo-stats {
    grid-template-columns: 1fr;
  }

  .product-quick-stats span + span,
  .spec-photo-stats span + span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .key-value div,
  .product-key-value div,
  .spec-table div,
  .keyword-groups div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .grade-panel,
  .product-info-board .panel,
  .technical-article,
  .faq-group,
  .inquiry-form {
    padding: 20px;
  }

  .cta-band {
    padding-block: 26px;
  }

  .trust-card,
  .trust-card + .trust-card,
  .trust-card:nth-child(odd),
  .trust-card:nth-child(n + 3),
  .process-grid li,
  .process-grid li + li,
  .process-grid li:nth-child(4),
  .process-grid li:nth-child(n + 4),
  .doc-grid > a,
  .doc-grid > a + a,
  .doc-grid > a:nth-child(4),
  .doc-grid > a:nth-child(n + 4) {
    border-left: 0;
  }

  .trust-card + .trust-card,
  .process-grid li + li,
  .doc-grid > a + a {
    border-top: 1px solid var(--line);
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .footer-cta {
    width: 100%;
  }
}

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

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
