:root {
  --blue: #1769ff;
  --blue-dark: #0e52cf;
  --navy: #102a56;
  --navy-deep: #081a33;
  --ink: #16243a;
  --muted: #56677c;
  --quiet: #66758a;
  --line: #ccd5df;
  --line-soft: #dfe5eb;
  --paper: #f7f8f5;
  --paper-blue: #eff4fb;
  --white: #ffffff;
  --yellow: #dfff33;
  --shell: 1260px;
  --sans: "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
.shell { width: min(calc(100% - 72px), var(--shell)); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 120;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--navy-deep);
  color: var(--white);
  transform: translateY(-180%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(16, 42, 86, .14);
  background: rgba(247, 248, 245, .98);
}
.site-header__inner {
  min-height: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 36px;
}
.brand { width: fit-content; display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { color: var(--navy); font-size: 15px; font-weight: 760; letter-spacing: -.01em; }
.brand-copy small { margin-top: 5px; color: var(--quiet); font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 38px; }
.desktop-nav a,
.header-contact {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #35465d;
  font-size: 12px;
  font-weight: 610;
  transition: color 160ms ease;
}
.desktop-nav a:hover,
.header-contact:hover { color: var(--blue); }
.header-contact { justify-self: end; gap: 8px; }
.header-contact span { color: var(--blue); }
.mobile-menu { display: none; justify-self: end; }
.mobile-menu summary { min-height: 44px; display: inline-flex; align-items: center; cursor: pointer; color: var(--navy); font-size: 13px; font-weight: 700; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper); }
.hero__grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(440px, .88fr);
  gap: clamp(64px, 7vw, 104px);
  align-items: center;
  padding-block: 94px 104px;
}
.hero-copy { max-width: 680px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .14em;
}
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
.hero h1 {
  max-width: 680px;
  margin-top: 34px;
  color: var(--navy);
  font-size: clamp(48px, 4.75vw, 64px);
  font-weight: 650;
  letter-spacing: -.018em;
  line-height: 1.2;
}
.hero h1 span { display: block; }
.hero h1 em { position: relative; color: inherit; font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 2px; background: var(--blue); }
.hero-description {
  max-width: 610px;
  margin-top: 32px;
  color: #4e5e71;
  font-size: 16px;
  line-height: 1.88;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 38px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 11px 20px;
  border: 1px solid var(--navy);
  font-size: 13px;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { border-color: var(--navy); background: var(--navy); color: var(--white); }
.button--primary:hover { background: var(--blue); border-color: var(--blue); }
.button--secondary { background: rgba(255,255,255,.36); color: var(--navy); }
.button--secondary:hover { border-color: var(--blue); color: var(--blue); }
.hero-actions .button {
  min-height: 42px;
  justify-content: flex-start;
  gap: 24px;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  box-shadow: none;
}
.hero-actions .button--primary { color: var(--blue); }
.hero-actions .button--secondary { color: var(--navy); }
.hero-actions .button:hover { background: transparent; color: var(--blue-dark); transform: none; }

.provenance-map {
  position: relative;
  min-height: 540px;
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  color: var(--navy);
}
.provenance-map figcaption { min-height: 112px; display: grid; align-content: center; padding-inline: 4px; border-bottom: 1px solid var(--line); }
.provenance-map figcaption div { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.provenance-map figcaption span,
.provenance-map figcaption small { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.provenance-map figcaption small { color: var(--quiet); }
.provenance-map figcaption > strong { margin-top: 10px; font-size: 19px; font-weight: 620; letter-spacing: -.01em; }
.provenance-canvas {
  position: relative;
  height: 426px;
  overflow: hidden;
  background-image: radial-gradient(circle, rgba(16,42,86,.12) .7px, transparent .8px);
  background-size: 22px 22px;
}
.map-core {
  position: absolute;
  z-index: 3;
  top: 45%;
  left: 50%;
  width: 146px;
  height: 146px;
  display: grid;
  place-content: center;
  justify-items: center;
  border: 1px solid var(--blue);
  border-radius: 50%;
  background: rgba(239,244,251,.96);
  box-shadow: 0 0 0 12px rgba(23,105,255,.035);
  transform: translate(-50%, -50%);
}
.map-core::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(23,105,255,.22); border-radius: 50%; }
.map-core small,
.map-core span,
.map-nodes small,
.map-nodes span { font-family: var(--mono); font-weight: 700; letter-spacing: .08em; }
.map-core small { color: var(--blue); font-size: 7px; }
.map-core strong { margin-top: 7px; font-size: 18px; font-weight: 650; }
.map-core span { margin-top: 5px; color: var(--quiet); font-size: 6px; }
.map-nodes { list-style: none; }
.map-nodes li {
  position: absolute;
  z-index: 3;
  width: 126px;
  min-height: 70px;
  display: grid;
  align-content: center;
  padding: 10px 12px;
  border-top: 1px solid var(--navy);
  background: rgba(247,248,245,.94);
}
.map-nodes small { color: var(--blue); font-size: 6px; }
.map-nodes strong { margin-top: 4px; font-size: 13px; font-weight: 650; }
.map-nodes span { margin-top: 2px; color: var(--quiet); font-size: 6px; }
.node-sequence { top: 8%; left: 1%; }
.node-structure { top: 7%; right: 1%; text-align: right; }
.node-model { bottom: 15%; left: 1%; }
.node-context { right: 50%; bottom: 4%; text-align: center; transform: translateX(50%); }
.node-evidence { right: 1%; bottom: 15%; text-align: right; }
.map-lines i { position: absolute; z-index: 1; top: 45%; left: 50%; height: 1px; background: rgba(16,42,86,.28); transform-origin: left center; }
.map-lines i::after { content: ""; position: absolute; top: -3px; right: -1px; width: 7px; height: 7px; border: 1px solid var(--blue); border-radius: 50%; background: var(--paper); }
.map-lines .to-sequence { width: 44%; transform: rotate(218deg); }
.map-lines .to-structure { width: 43%; transform: rotate(-40deg); }
.map-lines .to-model { width: 44%; transform: rotate(143deg); }
.map-lines .to-context { width: 34%; transform: rotate(90deg); }
.map-lines .to-evidence { width: 44%; transform: rotate(37deg); }
.map-readout {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-inline: 4px;
  border-top: 1px solid var(--line);
  background: rgba(247,248,245,.96);
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: .08em;
}
.map-readout b { color: var(--navy); font-weight: 700; }

.section { scroll-margin-top: 76px; }
.section > .shell { padding-block: clamp(88px, 8vw, 124px); }
.section-heading { max-width: 820px; }
.section-heading > .section-label + h2 { margin-top: 34px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(180px, .38fr) minmax(0, 1fr); gap: clamp(48px, 8vw, 120px); }
.section-label {
  display: flex;
  align-items: center;
  align-self: start;
  gap: 10px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .12em;
}
.section-label span { display: inline-flex; align-items: center; font-size: 9px; }
.section-label span::after { content: "/"; margin-left: 10px; color: var(--line); }
.section h2 {
  color: var(--navy);
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 650;
  letter-spacing: -.022em;
  line-height: 1.24;
}
.section-description { max-width: 760px; margin-top: 28px; color: #4c5e74; font-size: 17px; line-height: 1.92; }

.vision { border-bottom: 1px solid var(--line); background: var(--paper); }
.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  list-style: none;
}
.principle-grid li {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  padding: 30px 26px 28px;
  border-right: 1px solid var(--line);
  transition: background 160ms ease;
}
.principle-grid li:last-child { border-right: 0; }
.principle-grid li:hover { background: rgba(23, 105, 255, .035); }
.principle-grid li > span { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 760; letter-spacing: .1em; }
.principle-grid h3 { margin-top: 50px; color: var(--navy); font-size: 23px; font-weight: 650; }
.principle-grid p { margin-top: 18px; color: #536478; font-size: 14px; line-height: 1.8; }
.principle-grid small { margin-top: auto; padding-top: 36px; color: var(--quiet); font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .1em; }

.products { border-bottom: 1px solid var(--line); background: #f0f2ee; color: var(--ink); }
.product-branch {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--line);
}
.product-branch > div { padding: 52px 70px 56px 0; }
.section-label--light { color: var(--blue); }
.product-branch h2 { margin-top: 34px; color: var(--navy); }
.product-branch > div > p:last-child { max-width: 620px; margin-top: 26px; color: var(--muted); font-size: 15px; line-height: 1.88; }
.product-branch aside { display: grid; align-content: center; padding: 46px 0 46px 52px; border-left: 1px solid var(--line); }
.product-branch aside span { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 760; letter-spacing: .1em; }
.product-branch aside strong { margin-top: 18px; color: var(--navy); font-size: 22px; font-weight: 650; }
.product-branch aside p { margin-top: 15px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--navy); }
.product-card { padding: 42px 44px 50px; border-right: 1px solid var(--line); }
.product-card:last-child { border-right: 0; }
.product-card > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.product-card > header > span { color: var(--blue); font-family: var(--mono); font-size: 11px; font-weight: 760; }
.product-card > header small { display: inline-flex; align-items: center; padding: 0; border: 0; color: var(--quiet); font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.product-card > header small::before { content: ""; width: 5px; height: 5px; margin-right: 8px; background: currentColor; }
.product-card--current > header small { color: var(--blue); }
.product-card__title { margin-top: 58px; }
.product-card__title > p { color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .09em; }
.product-card__title h3 { margin-top: 12px; color: var(--navy); font-size: clamp(30px, 3vw, 40px); font-weight: 650; letter-spacing: -.02em; }
.product-card__title > strong { display: block; margin-top: 11px; color: #42546b; font-size: 14px; font-weight: 580; }
.product-card__description { min-height: 86px; max-width: 560px; margin-top: 30px; color: var(--muted); font-size: 14px; line-height: 1.86; }
.product-module { margin-top: 30px; padding: 28px 0 0; border-top: 1px solid var(--navy); background: transparent; }
.product-module > span { color: var(--blue); font-family: var(--mono); font-size: 8px; font-weight: 760; letter-spacing: .08em; }
.product-module h4 { margin-top: 14px; color: var(--navy); font-size: 19px; font-weight: 650; }
.product-module > p { margin-top: 14px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.product-module dl { margin-top: 24px; border-top: 1px solid var(--line); }
.product-module dl div { display: grid; grid-template-columns: 62px 1fr; gap: 18px; padding-block: 12px; border-bottom: 1px solid var(--line-soft); }
.product-module dt { color: var(--blue); font-size: 11px; font-weight: 680; }
.product-module dd { color: #42546b; font-size: 11px; }

.collaboration { background: var(--paper); }
.audience-grid {
  display: block;
  margin-top: 72px;
  border-bottom: 1px solid var(--navy);
}
.audience-grid article {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(100px, .38fr) minmax(190px, .68fr) minmax(260px, 1.06fr) minmax(230px, .82fr);
  gap: clamp(24px, 3.5vw, 48px);
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}
.audience-grid article:first-child { border-top-color: var(--navy); }
.audience-grid header { display: grid; justify-content: start; gap: 8px; color: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 760; letter-spacing: .08em; }
.audience-grid header span { display: block; }
.audience-grid h3 { color: var(--navy); font-size: 22px; font-weight: 650; }
.audience-grid p { max-width: 430px; color: #536478; font-size: 14px; line-height: 1.84; }
.audience-grid ul { display: grid; gap: 11px; padding-left: 26px; border-left: 1px solid var(--line); list-style: none; }
.audience-grid li { position: relative; padding-left: 18px; color: #35475e; font-size: 12px; }
.audience-grid li::before { content: ""; position: absolute; top: .7em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 72px;
  align-items: end;
  margin-top: 92px;
  padding: 54px 0;
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  color: var(--ink);
}
.eyebrow--light { color: var(--blue); }
.contact-panel h2 { margin-top: 28px; color: var(--navy); font-size: clamp(36px, 3.8vw, 50px); font-weight: 650; }
.contact-panel > div > p:last-child { max-width: 660px; margin-top: 22px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.contact-link { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-inline: 4px; border-top: 1px solid var(--navy); border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 14px; font-weight: 680; transition: color 180ms ease; }
.contact-link:hover { color: var(--blue); }
.contact-link i { color: var(--blue); font-style: normal; font-size: 20px; }

.site-footer { background: var(--navy); color: var(--white); }
.site-footer__main { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 80px; padding-block: 58px 50px; }
.brand--footer .brand-mark { filter: grayscale(1) brightness(2.4); opacity: .9; }
.brand--footer .brand-copy strong { color: var(--white); }
.brand--footer .brand-copy small { color: rgba(255,255,255,.48); }
.footer-brand > p { margin-top: 22px; color: rgba(255,255,255,.48); font-size: 13px; }
.site-footer__main nav { display: grid; grid-template-columns: repeat(2, minmax(130px, auto)); gap: 60px; }
.site-footer__main nav div { display: grid; align-content: start; }
.site-footer__main nav h3 { margin-bottom: 13px; color: rgba(255,255,255,.38); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.site-footer__main nav a { min-height: 36px; display: inline-flex; align-items: center; color: rgba(255,255,255,.68); font-size: 12px; transition: color 160ms ease; }
.site-footer__main nav a:hover { color: var(--white); }
.site-footer__bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.43); font-family: var(--mono); font-size: 9px; letter-spacing: .06em; }
.site-footer__bottom a { border-bottom: 1px solid rgba(255,255,255,.24); transition: color 160ms ease, border-color 160ms ease; }
.site-footer__bottom a:hover { border-color: rgba(255,255,255,.72); color: rgba(255,255,255,.82); }
.error-page { min-height: 100svh; display: grid; place-items: center; padding: 30px; background: var(--paper); }
.error-page main { width: min(100%, 780px); }
.error-page section { margin-top: 76px; padding: 56px 0; border-top: 1px solid var(--navy); border-bottom: 1px solid var(--navy); }
.error-page section > p { color: var(--blue); font-family: var(--mono); font-size: 10px; font-weight: 760; letter-spacing: .12em; }
.error-page h1 { max-width: 690px; margin-top: 24px; color: var(--navy); font-size: clamp(40px, 7vw, 64px); letter-spacing: -.025em; line-height: 1.2; }
.error-page section > span { display: block; margin-top: 24px; color: var(--muted); }
.error-page section > .button { width: fit-content; margin-top: 34px; }

@media (max-width: 1040px) {
  .hero__grid { grid-template-columns: 1fr; gap: 62px; padding-block: 84px; }
  .hero-copy { max-width: 780px; }
  .provenance-map { width: min(100%, 760px); }
  .principle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .principle-grid li:nth-child(2) { border-right: 0; }
  .principle-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .product-card:last-child { border-bottom: 0; }
  .audience-grid article { grid-template-columns: 100px minmax(0, 1fr); gap: 16px 32px; }
  .audience-grid header { grid-column: 1; grid-row: 1 / span 3; }
  .audience-grid h3,
  .audience-grid p,
  .audience-grid ul { grid-column: 2; }
  .contact-panel { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .site-header__inner { min-height: 68px; grid-template-columns: 1fr auto; gap: 18px; }
  .brand-copy small, .desktop-nav, .header-contact { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu[open] nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: grid;
    padding: 10px 18px 20px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 20px 34px rgba(8, 26, 51, .1);
  }
  .mobile-menu nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line-soft); color: var(--navy); font-size: 14px; font-weight: 650; }
  .mobile-menu nav a:last-child { border-bottom: 0; color: var(--blue); }
  .section { scroll-margin-top: 68px; }
  .hero__grid { min-height: auto; padding-block: 66px; }
  .hero h1 { font-size: clamp(38px, 10.6vw, 52px); line-height: 1.24; }
  .hero-description { font-size: 16px; line-height: 1.86; }
  .provenance-map { min-height: 500px; }
  .provenance-map figcaption { min-height: 104px; }
  .provenance-canvas { height: 394px; }
  .map-core { width: 122px; height: 122px; }
  .map-core strong { font-size: 16px; }
  .map-nodes li { width: 108px; min-height: 62px; padding: 8px 9px; }
  .map-nodes strong { font-size: 12px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 38px; }
  .section h2 { font-size: clamp(35px, 9.7vw, 48px); }
  .section-description { font-size: 16px; }
  .principle-grid { margin-top: 58px; }
  .principle-grid li { min-height: 300px; padding-inline: 22px; }
  .principle-grid h3 { margin-top: 46px; font-size: 21px; }
  .product-branch { grid-template-columns: 1fr; }
  .product-branch > div { padding: 42px 0; }
  .product-branch aside { padding: 36px 0; border-top: 1px solid var(--line); border-left: 0; }
  .product-card { padding: 38px 0 46px; }
  .product-card__title { margin-top: 56px; }
  .product-card__description { min-height: auto; }
  .product-module { padding: 24px 0 0; }
  .audience-grid { margin-top: 58px; }
  .audience-grid article { grid-template-columns: 1fr; gap: 16px; padding: 30px 0; }
  .audience-grid header,
  .audience-grid h3,
  .audience-grid p,
  .audience-grid ul { grid-column: 1; grid-row: auto; }
  .audience-grid ul { margin-top: 6px; padding: 20px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .contact-panel { margin-top: 74px; padding: 40px 0; }
  .site-footer__main { grid-template-columns: 1fr; gap: 50px; }
  .site-footer__main nav { gap: 36px; }
  .site-footer__bottom { min-height: 112px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; }
}

@media (max-width: 420px) {
  .brand-copy strong { font-size: 14px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-actions .button { width: fit-content; }
  .provenance-map figcaption small { display: none; }
  .map-nodes li { width: 96px; }
  .map-readout span:nth-child(2) { display: none; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid li { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-grid li:nth-child(2) { border-bottom: 1px solid var(--line); }
  .principle-grid li:last-child { border-bottom: 0; }
  .product-module dl div { grid-template-columns: 50px 1fr; }
  .contact-link { padding-inline: 14px; font-size: 12px; }
  .site-footer__main nav { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
