:root {
  --paper: #fbfbf8;
  --white: #ffffff;
  --blue: #1648d8;
  --blue-deep: #0e2c86;
  --lime: #b9f52b;
  --silver: #e7e9ed;
  --silver-2: #c8ccd5;
  --ink: #0b0d13;
  --muted: #60646e;
  --line: rgba(11, 13, 19, .18);
  --line-light: rgba(255, 255, 255, .22);
  --page: min(1460px, calc(100% - 72px));
  --header: 78px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
button, a { font: inherit; }
h1, h2, h3, p, figure, dl, dd { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.052em; text-wrap: balance; }
p { text-wrap: pretty; }
::selection { color: var(--ink); background: var(--lime); }

.skip-nav { position: fixed; top: 0; left: 0; z-index: 1000; }
.skip-nav a { position: absolute; width: max-content; padding: 11px 18px; color: var(--white); background: var(--blue); transform: translateY(-130%); }
.skip-nav a:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header);
  padding: 0 max(28px, calc((100% - 1460px) / 2));
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  gap: 30px;
  color: var(--ink);
  background: rgba(251, 251, 248, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-brand { display: flex; align-items: center; gap: 13px; }
.header-brand img { width: 44px; height: 44px; object-fit: contain; }
.header-brand div { display: grid; line-height: 1; }
.header-brand strong { font-size: 28px; letter-spacing: -.07em; }
.header-brand span { margin-top: 6px; color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .18em; }

.primary-nav {
  min-height: var(--header);
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: clamp(14px, 2vw, 36px);
}

.primary-nav a {
  position: relative;
  display: grid;
  place-items: center;
  color: #585c66;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  transition: color .24s ease;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 4px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s var(--ease);
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a[aria-current="page"] { color: var(--blue); }
.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a[aria-current="page"]::after { transform: scaleX(1); }

.primary-nav a:focus-visible,
.menu-toggle:focus-visible,
.skip-nav a:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.menu-toggle {
  display: none;
  justify-self: end;
  align-items: center;
  gap: 11px;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.menu-toggle i,
.menu-toggle i::before,
.menu-toggle i::after { width: 24px; height: 2px; display: block; background: currentColor; transition: .24s ease; }
.menu-toggle i { position: relative; }
.menu-toggle i::before,
.menu-toggle i::after { content: ""; position: absolute; left: 0; }
.menu-toggle i::before { top: -7px; }
.menu-toggle i::after { top: 7px; }
.menu-toggle[aria-expanded="true"] i { background: transparent; }
.menu-toggle[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }

.hero {
  position: relative;
  min-height: 1040px;
  padding: 0 max(36px, calc((100% - 1460px) / 2));
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.85%, rgba(11,13,19,.075) 50%, transparent 50.15%),
    var(--paper);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: max(36px, calc((100% - 1460px) / 2));
  width: 1px;
  height: 48%;
  background: var(--line);
}

.hero-topline {
  height: 68px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  color: #737782;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
}
.hero-topline span:nth-child(2) { text-align: center; }
.hero-topline span:last-child { text-align: right; color: var(--blue); }

.hero-center { position: relative; z-index: 2; min-height: 510px; padding: 70px 0 80px; text-align: center; }
.hero-code { margin-bottom: 30px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .19em; }
.hero-logo { margin: 0 0 22px; color: var(--blue); font-size: clamp(104px, 14vw, 210px); font-weight: 900; line-height: .72; letter-spacing: -.12em; }
.hero h1 { max-width: 1040px; margin: 0 auto 23px; font-size: clamp(46px, 6.5vw, 94px); font-weight: 650; }
.hero-tagline { margin-bottom: 15px; font-size: clamp(20px, 2vw, 30px); }
.hero-summary { max-width: 760px; margin: 0 auto; color: var(--muted); }

.hero-visual-row {
  position: relative;
  min-height: 382px;
  display: grid;
  grid-template-columns: .46fr 1.18fr .46fr;
  align-items: end;
}

.hero-blueprint {
  height: 238px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  background: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .19em;
}
.hero-blueprint span:nth-child(2) { align-self: center; color: var(--lime); }
.hero-blueprint span:last-child { align-self: end; }

.hero-figure { position: relative; height: 382px; margin: 0; overflow: hidden; background: var(--silver); }
.hero-figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: grayscale(1) contrast(1.05); }
.hero-figure::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.45); pointer-events: none; }
.hero-figure figcaption { position: absolute; right: 22px; bottom: 17px; left: 22px; z-index: 2; padding: 9px 12px; color: var(--white); background: rgba(11,13,19,.73); font-size: 10px; line-height: 1.5; }

.hero-status {
  min-height: 238px;
  margin: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--lime);
}
.hero-status span { color: #343821; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.hero-status strong { margin: auto 0 10px; font-size: clamp(22px, 2.3vw, 34px); line-height: 1.18; letter-spacing: -.04em; }
.hero-status p { margin: 0; font-size: 12px; line-height: 1.5; }

.hero-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.hero-index div { min-height: 108px; padding: 20px 24px; display: grid; grid-template-columns: auto 1fr; column-gap: 13px; align-content: center; border-right: 1px solid var(--line); }
.hero-index div:last-child { border-right: 0; }
.hero-index b { grid-row: span 2; color: var(--blue); font-size: 10px; }
.hero-index span { color: #777b85; font-size: 10px; }
.hero-index strong { font-size: 14px; font-weight: 650; }

.breadcrumb { width: var(--page); margin: 0 auto; padding: 20px 0; display: flex; gap: 11px; color: #777b84; border-bottom: 1px solid var(--line); font-size: 12px; }
.breadcrumb i { color: var(--blue); font-style: normal; }

.section { padding: clamp(96px, 11vw, 168px) max(36px, calc((100% - 1460px) / 2)); }

.chapter { display: flex; align-items: center; gap: 13px; margin-bottom: 38px; }
.chapter span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: var(--blue); font-size: 10px; font-weight: 800; }
.chapter p { margin: 0; color: #747883; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.chapter.light span { color: var(--ink); background: var(--lime); }
.chapter.light p { color: rgba(255,255,255,.6); }

.overview-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(60px, 10vw, 145px); }
.overview h2,
.catalogue h2,
.featured h2,
.play-features h2,
.updates h2,
.devices h2,
.service h2,
.trust h2,
.disclosure h2 { margin: 0; font-size: clamp(44px, 6vw, 88px); font-weight: 620; }
.overview-copy .lead { font-size: clamp(20px, 2vw, 27px); line-height: 1.65; }
.overview-copy p:not(.lead) { color: var(--muted); }
.principle-line { margin-top: 90px; padding: 30px 0; display: grid; grid-template-columns: 250px 1fr; gap: 40px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-line span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.principle-line strong { font-size: clamp(21px, 2.8vw, 39px); font-weight: 540; line-height: 1.35; }

.catalogue { padding: clamp(100px, 11vw, 170px) max(36px, calc((100% - 1460px) / 2)); color: var(--white); background: var(--blue); }
.catalogue-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .45fr); gap: 56px; align-items: end; }
.catalogue-head .chapter { grid-column: 1 / -1; }
.catalogue-head > p { margin: 0; color: rgba(255,255,255,.7); }
.catalogue-table { margin-top: 90px; border-top: 1px solid var(--line-light); }
.catalogue-table article { min-height: 128px; padding: 28px 0; display: grid; grid-template-columns: 70px minmax(230px, .58fr) 1fr 110px; gap: 30px; align-items: center; border-bottom: 1px solid var(--line-light); }
.catalogue-table b { color: var(--lime); font-size: 11px; }
.catalogue-table h3 { margin: 0; font-size: 28px; font-weight: 560; }
.catalogue-table p { margin: 0; color: rgba(255,255,255,.65); }
.catalogue-table > article > span { justify-self: end; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .18em; }
.catalogue-note { margin: 55px 0 0 31%; padding: 24px 0; display: grid; grid-template-columns: 120px 1fr; gap: 35px; border-top: 1px solid var(--lime); border-bottom: 1px solid var(--lime); }
.catalogue-note span { color: var(--lime); font-size: 11px; font-weight: 800; }
.catalogue-note p { margin: 0; color: rgba(255,255,255,.76); }

.featured-heading { display: grid; grid-template-columns: 1fr minmax(320px, .45fr); gap: 60px; align-items: end; }
.featured-heading > p { margin: 0; color: var(--muted); }
.selection-grid { margin-top: 82px; display: grid; grid-template-columns: 1.35fr .65fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.selection-grid article { min-height: 230px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.selection-grid .selection-large { grid-row: span 3; min-height: 690px; padding: clamp(40px, 6vw, 86px); display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: var(--blue-deep); }
.selection-grid span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.selection-large span { color: var(--lime); }
.selection-grid h3 { max-width: 520px; margin: 48px 0 18px; font-size: clamp(28px, 3.5vw, 52px); font-weight: 570; }
.selection-large h3 { margin: auto 0 30px; font-size: clamp(44px, 5vw, 74px); }
.selection-grid p { margin: 0; color: var(--muted); }
.selection-large p { max-width: 610px; color: rgba(255,255,255,.72); }
.selection-large strong { margin-top: 50px; padding-top: 20px; color: var(--lime); border-top: 1px solid var(--line-light); font-size: 12px; }

.play-features { padding: clamp(100px, 12vw, 180px) max(36px, calc((100% - 1460px) / 2)); display: grid; grid-template-columns: minmax(330px, .72fr) minmax(580px, 1.28fr); gap: clamp(70px, 11vw, 160px); color: var(--white); background: var(--ink); }
.features-intro { position: sticky; top: 120px; align-self: start; }
.features-intro h2 { font-size: clamp(44px, 5vw, 72px); }
.features-intro > p { margin-top: 32px; color: rgba(255,255,255,.62); }
.feature-rail { border-top: 1px solid var(--line-light); }
.feature-rail article { min-height: 154px; padding: 28px 0; display: grid; grid-template-columns: 52px 1fr 100px; gap: 26px; align-items: center; border-bottom: 1px solid var(--line-light); }
.feature-rail b { color: var(--lime); font-size: 11px; }
.feature-rail h3 { margin: 0 0 10px; font-size: 29px; font-weight: 550; }
.feature-rail p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }
.feature-rail > article > span { justify-self: end; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .16em; }

.updates { padding: clamp(100px, 12vw, 180px) max(36px, calc((100% - 1460px) / 2)); background: var(--lime); }
.updates-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .45fr); gap: 55px; align-items: end; }
.updates-top .chapter { grid-column: 1 / -1; }
.updates-top .chapter span { color: var(--lime); background: var(--ink); }
.updates-top > p { margin: 0; color: #4c512f; }
.update-list { margin-top: 90px; border-top: 1px solid rgba(11,13,19,.36); }
.update-list article { min-height: 150px; padding: 30px 0; display: grid; grid-template-columns: 170px 130px 1fr; gap: 38px; align-items: start; border-bottom: 1px solid rgba(11,13,19,.36); }
.update-list time { font-size: 13px; font-weight: 800; }
.update-list > article > span { color: var(--blue-deep); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.update-list h3 { margin: 0 0 13px; font-size: clamp(27px, 3vw, 42px); font-weight: 580; }
.update-list p { max-width: 760px; margin: 0; color: #464a31; }
.update-rule { margin: 55px 0 0 21%; padding: 25px 0; display: grid; grid-template-columns: 240px 1fr; gap: 45px; border-top: 1px solid rgba(11,13,19,.5); border-bottom: 1px solid rgba(11,13,19,.5); }
.update-rule strong { color: var(--blue-deep); }
.update-rule p { margin: 0; }

.devices-heading { display: grid; grid-template-columns: 1fr minmax(320px, .45fr); gap: 58px; align-items: end; }
.devices-heading > p { margin: 0; color: var(--muted); }
.device-matrix { margin-top: 85px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.device-matrix article { min-height: 375px; padding: clamp(34px, 5vw, 65px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.device-matrix article:nth-child(2) { background: var(--silver); }
.device-matrix article:nth-child(3) { color: var(--white); background: var(--blue); }
.device-matrix article:nth-child(4) { background: var(--lime); }
.device-matrix > article > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.device-matrix article:nth-child(3) > span { color: var(--lime); }
.device-matrix h3 { margin: 62px 0 20px; font-size: clamp(31px, 3.5vw, 50px); font-weight: 570; }
.device-matrix p { color: var(--muted); }
.device-matrix article:nth-child(3) p { color: rgba(255,255,255,.72); }
.device-matrix dl { margin: 40px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid currentColor; }
.device-matrix dl div { padding-top: 12px; }
.device-matrix dl div + div { padding-left: 24px; border-left: 1px solid currentColor; }
.device-matrix dt { color: #666a73; font-size: 10px; }
.device-matrix article:nth-child(3) dt { color: rgba(255,255,255,.6); }
.device-matrix dd { margin: 3px 0 0; font-size: 14px; font-weight: 700; }

.service { padding: clamp(100px, 12vw, 180px) max(36px, calc((100% - 1460px) / 2)); display: grid; grid-template-columns: minmax(320px, .65fr) minmax(580px, 1.35fr); gap: clamp(70px, 11vw, 160px); color: var(--white); background: var(--blue-deep); }
.service-intro { position: sticky; top: 120px; align-self: start; }
.service-intro h2 { font-size: clamp(44px, 5vw, 72px); }
.service-intro > p { margin-top: 32px; color: rgba(255,255,255,.65); }
.faq-list { border-top: 1px solid var(--line-light); }
.faq-list article { padding: 33px 0; border-bottom: 1px solid var(--line-light); }
.faq-list h3 { margin-bottom: 15px; color: var(--lime); font-size: clamp(22px, 2.3vw, 31px); font-weight: 560; }
.faq-list p { margin: 0; color: rgba(255,255,255,.68); }

.trust { background: var(--silver); }
.trust > h2 { max-width: 1000px; }
.trust-grid { margin-top: 82px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid article { min-height: 300px; padding: 30px 28px 30px 0; border-right: 1px solid var(--line); }
.trust-grid article + article { padding-left: 28px; }
.trust-grid article:last-child { border-right: 0; }
.trust-grid span { color: var(--blue); font-size: 10px; font-weight: 800; }
.trust-grid h3 { margin: 60px 0 23px; font-size: 25px; font-weight: 600; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.disclosure { padding: clamp(100px, 12vw, 180px) max(36px, calc((100% - 1460px) / 2)); display: grid; grid-template-columns: minmax(320px, .7fr) minmax(600px, 1.3fr); gap: clamp(70px, 11vw, 160px); color: var(--white); background: var(--ink); }
.disclosure-title h2 { font-size: clamp(44px, 5vw, 72px); }
.disclosure-title > p { margin-top: 32px; color: rgba(255,255,255,.62); }
.disclosure-list { margin: 0; border-top: 1px solid var(--line-light); }
.disclosure-list div { padding: 24px 0; display: grid; grid-template-columns: 145px 1fr; gap: 28px; border-bottom: 1px solid var(--line-light); }
.disclosure-list dt { color: var(--lime); font-size: 12px; }
.disclosure-list dd { margin: 0; color: rgba(255,255,255,.82); }

.site-footer { padding: 70px max(36px, calc((100% - 1460px) / 2)) 42px; color: var(--white); background: var(--blue); }
.footer-mark { display: flex; align-items: baseline; gap: 18px; }
.footer-mark strong { font-size: 78px; line-height: 1; letter-spacing: -.09em; }
.footer-mark span { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .19em; }
.site-footer > p { max-width: 820px; margin: 28px 0 50px; color: rgba(255,255,255,.76); }
.footer-meta { padding: 21px 0; display: flex; flex-wrap: wrap; gap: 16px 44px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); font-size: 13px; }
.site-footer small { display: block; margin-top: 23px; color: rgba(255,255,255,.58); }

@media (max-width: 1120px) {
  :root { --page: calc(100% - 48px); }
  .site-header { grid-template-columns: 205px 1fr; padding: 0 24px; }
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: 12px; }
  .hero { padding-right: 24px; padding-left: 24px; }
  .hero-visual-row { grid-template-columns: .34fr 1.3fr .5fr; }
  .selection-grid { grid-template-columns: 1.15fr .85fr; }
  .catalogue-table article { grid-template-columns: 55px 230px 1fr; }
  .catalogue-table > article > span { grid-column: 2; justify-self: start; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 920px) {
  :root { --header: 68px; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: flex; }
  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    min-height: 0;
    padding: 9px 24px 22px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(251,251,248,.98);
    border-bottom: 1px solid var(--line);
  }
  .js .primary-nav { display: none; }
  .js .primary-nav.is-open { display: flex; }
  .primary-nav a { min-height: 48px; justify-content: start; border-bottom: 1px solid var(--line); }
  .primary-nav a::after { right: auto; width: 48px; }
  .hero { min-height: 1080px; }
  .hero-center { min-height: 540px; }
  .hero-visual-row { grid-template-columns: .25fr 1fr; }
  .hero-blueprint { height: 220px; }
  .hero-figure { height: 360px; }
  .hero-status { grid-column: 2; min-height: 160px; }
  .overview-grid,
  .catalogue-head,
  .featured-heading,
  .play-features,
  .updates-top,
  .devices-heading,
  .service,
  .disclosure { grid-template-columns: 1fr; }
  .principle-line { grid-template-columns: 180px 1fr; }
  .features-intro,
  .service-intro { position: static; }
  .catalogue-note,
  .update-rule { margin-left: 0; }
  .selection-grid { grid-template-columns: 1fr; }
  .selection-grid .selection-large { grid-row: auto; min-height: 540px; }
  .device-matrix { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --page: calc(100% - 36px); }
  body { font-size: 15px; }
  .site-header { padding: 0 18px; }
  .header-brand img { width: 37px; height: 37px; }
  .header-brand strong { font-size: 24px; }
  .menu-toggle span { font-size: 12px; }
  .hero { min-height: 1130px; padding: 0 18px; background: var(--paper); }
  .hero-topline { grid-template-columns: 1fr auto; }
  .hero-topline span:nth-child(2) { display: none; }
  .hero-center { min-height: 590px; padding: 62px 0 65px; }
  .hero-logo { font-size: 98px; }
  .hero h1 { font-size: 42px; }
  .hero-tagline { font-size: 19px; }
  .hero-visual-row { display: grid; grid-template-columns: 1fr; }
  .hero-blueprint { display: none; }
  .hero-figure { height: 285px; }
  .hero-status { grid-column: auto; min-height: 155px; }
  .hero-index { grid-template-columns: repeat(2, 1fr); }
  .hero-index div:nth-child(2) { border-right: 0; }
  .hero-index div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .breadcrumb { padding: 16px 0; font-size: 11px; }
  .section,
  .catalogue,
  .play-features,
  .updates,
  .service,
  .disclosure { padding: 80px 18px; }
  .overview h2,
  .catalogue h2,
  .featured h2,
  .play-features h2,
  .updates h2,
  .devices h2,
  .service h2,
  .trust h2,
  .disclosure h2 { font-size: 42px; }
  .overview-grid { gap: 42px; }
  .principle-line { margin-top: 55px; grid-template-columns: 1fr; gap: 15px; }
  .catalogue-table { margin-top: 60px; }
  .catalogue-table article { grid-template-columns: 36px 1fr; gap: 13px 20px; }
  .catalogue-table p,
  .catalogue-table > article > span { grid-column: 2; }
  .catalogue-note { grid-template-columns: 1fr; gap: 12px; }
  .selection-grid { margin-top: 58px; }
  .selection-grid .selection-large { min-height: 490px; padding: 35px 27px; }
  .selection-grid article { padding: 30px 25px; }
  .feature-rail article { grid-template-columns: 38px 1fr; }
  .feature-rail > article > span { grid-column: 2; justify-self: start; }
  .update-list { margin-top: 60px; }
  .update-list article { grid-template-columns: 1fr; gap: 10px; }
  .update-rule { grid-template-columns: 1fr; gap: 12px; }
  .device-matrix { margin-top: 58px; }
  .device-matrix article { min-height: 350px; padding: 32px 25px; }
  .device-matrix h3 { margin-top: 48px; }
  .device-matrix dl { grid-template-columns: 1fr; }
  .device-matrix dl div + div { padding: 12px 0 0; border-left: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article,
  .trust-grid article + article { min-height: 0; padding: 29px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid article:last-child { border-bottom: 0; }
  .trust-grid h3 { margin: 34px 0 18px; }
  .disclosure-list div { grid-template-columns: 108px 1fr; gap: 18px; }
  .site-footer { padding: 58px 18px 34px; }
  .footer-mark { display: grid; gap: 4px; }
  .footer-mark strong { font-size: 66px; }
}

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

@media print {
  .site-header, .skip-nav { position: static; }
  .menu-toggle { display: none; }
  .primary-nav { display: flex; }
}
