:root {
  --ink: #484850;
  --ink-deep: #252d3a;
  --blue: #6888b0;
  --blue-dark: #526f94;
  --blue-pale: #e8eef5;
  --slate-pale: #f3f5f7;
  --line: #cbd4de;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Arial, Helvetica, sans-serif;
  --shell-max: 1320px;
  --shell: min(var(--shell-max), calc(100% - 48px));
  --header-height: 118px;
  --hero-height: 718px;
  --control-size: 56px;
  --section-space: clamp(76px, 9vw, 132px);
  --capabilities-heading-size: clamp(2.25rem, 2.78vw, 2.5rem);
  --process-heading-size: 2.25rem;
  --focus: #174f91;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
summary {
  font: inherit;
}

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

h1,
h2 {
  color: var(--ink-deep);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.032em;
  line-height: 1.06;
}

h1 {
  max-width: 500px;
  margin-bottom: 46px;
  font-size: 4rem;
  line-height: 1.22;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 4vw, 4rem);
}

h3 {
  color: var(--ink-deep);
  font-family: var(--serif);
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.35;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 11px 16px;
  transform: translateY(-150%);
  background: var(--ink-deep);
  color: var(--white);
  text-decoration: none;
}

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

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 30;
  background: var(--white);
}

.header-inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: flex-start;
  gap: 44px;
}

.brand {
  display: inline-flex;
  width: 285px;
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav[hidden] {
  display: flex;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 79px;
  margin-left: 190px;
  color: var(--ink-deep);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav > a[href="#standard"] {
  margin-left: -21px;
}

.site-nav > a,
.products-disclosure > summary {
  display: flex;
  min-height: 44px;
  align-items: center;
  text-decoration: none;
}

.site-nav > a:not(.nav-contact),
.products-disclosure > summary {
  border-bottom: 1px solid transparent;
}

.site-nav > a:not(.nav-contact):hover,
.products-disclosure > summary:hover {
  border-color: var(--blue);
}

.nav-contact {
  min-height: var(--control-size);
  margin-left: -3px;
  padding: 0 24px;
  border-radius: 0;
  background: var(--blue-dark);
  color: var(--white);
}

.nav-contact:hover {
  background: var(--ink-deep);
}

.products-disclosure {
  position: relative;
}

.products-disclosure > summary {
  gap: 8px;
  cursor: pointer;
  list-style: none;
}

.products-disclosure > summary::-webkit-details-marker {
  display: none;
}

.products-disclosure > summary::after {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
}

.nav-caret {
  gap: 8px;
}

.nav-caret::after {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
}

.products-disclosure[open] > summary::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.products-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: -18px;
  width: 230px;
  border: 1px solid var(--line);
  background: var(--white);
}

.products-panel a {
  display: block;
  padding: 14px 18px;
  color: var(--ink-deep);
  text-decoration: none;
}

.products-panel a + a {
  border-top: 1px solid var(--line);
}

.products-panel a:hover {
  background: var(--slate-pale);
}

.nav-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--ink-deep);
  cursor: pointer;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--blue-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-eyebrow {
  margin-bottom: 24px;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  width: 100%;
  min-height: var(--hero-height);
  margin: 0;
  grid-template-columns: minmax(0, 38.1fr) minmax(0, 61.9fr);
  align-items: stretch;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 90px 0 72px max(24px, calc((100vw - var(--shell-max)) / 2));
  background: var(--white);
}

.hero-copy::after {
  display: none;
}

.hero-copy-content {
  width: 489px;
  max-width: 100%;
}

.hero-intro {
  max-width: 450px;
  margin-bottom: 66px;
  font-size: 1.125rem;
  line-height: 1.65;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.button {
  display: inline-flex;
  min-height: var(--control-size);
  align-items: center;
  justify-content: center;
  padding: 14px 11px;
  border: 1px solid var(--blue);
  border-radius: 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.hero [class~="button-primary"] {
  min-width: 240px;
}

.hero [class~="button-secondary"] {
  min-width: 224px;
}

.button-primary {
  border-color: var(--blue-dark);
  background: var(--blue-dark);
  color: var(--white);
}

.button-primary:hover {
  border-color: var(--ink-deep);
  background: var(--ink-deep);
}

.button-secondary {
  background: var(--white);
  color: var(--blue-dark);
}

.button-secondary:hover {
  background: var(--blue-pale);
  color: var(--ink-deep);
}

.security-field {
  position: relative;
  margin: 0;
  min-height: var(--hero-height);
  overflow: hidden;
  border-left: 1px solid var(--line);
  background: var(--slate-pale);
  color: var(--blue);
}

.hero-unified-plate,
.hero-unified-plate img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-unified-plate img {
  object-fit: cover;
  object-position: center;
}

.hero-art-labels {
  position: absolute;
  inset: 0;
}

.security-heading,
.security-code,
.field-label {
  position: absolute;
  color: var(--blue-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.security-heading {
  top: 4.2%;
  left: 17.5%;
  font-size: 1rem;
}

.security-code {
  top: 9.4%;
  right: 16%;
  font-size: 1rem;
}

.field-label-holder {
  right: 33%;
  bottom: 18%;
  font-size: 1rem;
}

.field-label-date {
  right: 33%;
  bottom: 12.5%;
  font-size: 1rem;
}

.process,
.scope {
  padding-block: var(--section-space);
}

.capabilities {
  padding: 43px 0 31px;
}

.capabilities .section-heading {
  margin-bottom: 91px;
}

.capabilities h2 {
  font-size: var(--capabilities-heading-size);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 58px;
}

.section-heading-narrow {
  max-width: 760px;
}

.section-heading > p:last-child:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.capability-panel {
  display: grid;
  width: calc(100% - 65px);
  min-height: 345px;
  border: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
}

.capability-panel article {
  min-width: 0;
  padding: 31px 38px 28px;
}

.capability-panel article + article {
  border-left: 1px solid var(--line);
}

.capability-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  color: var(--blue-dark);
}

.capability-panel h3 {
  margin-bottom: 16px;
}

.capability-panel p {
  max-width: 325px;
  margin-bottom: 0;
}

/* Process: unified forensic light table */
.process {
  position: relative;
  height: auto;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 0;
  background: var(--white);
}

.process > .shell {
  position: relative;
  z-index: 3;
  height: 115px;
}

.process-heading {
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  max-width: none;
  margin: 0;
}

.process-heading h2 {
  width: min(914px, 100%);
  max-width: none;
  margin: 0 0 5px;
  font-size: var(--process-heading-size);
  line-height: 1.06;
}

.process-heading > p:last-child:not(.eyebrow) {
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-size: 0.75rem;
  line-height: 1.4;
}

.light-table {
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 80 / 37;
  min-height: 0;
  overflow: hidden;
  border: 0;
  background: var(--white);
}

.process-unified-plate,
.process-unified-plate img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.process-unified-plate img {
  object-fit: contain;
  object-position: center top;
}

.process-labels {
  position: absolute;
  inset: 0;
  display: none;
  color: var(--ink-deep);
}

.process-label,
.assessment-labels,
.device-labels {
  position: absolute;
  margin: 0;
  padding: 0;
}

.process-label {
  font-size: 1rem;
  line-height: 1.2;
}

.label-liveness { top: 6.1%; left: 11.1%; }
.label-identity { top: 6.1%; left: 49.6%; }
.label-integrity { top: 56.8%; left: 13.9%; }
.label-forgery { top: 56.8%; left: 57.1%; }

.assessment-labels {
  top: 3.8%;
  left: 80.4%;
  width: 15%;
}

.assessment-labels h3,
.device-labels h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.assessment-labels ul,
.device-labels ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.assessment-labels ul {
  padding-left: 25%;
}

.assessment-labels li {
  margin-bottom: 42px;
  color: var(--ink);
  font-size: 0.75rem;
  line-height: 1.15;
}

.device-labels {
  top: 66.5%;
  left: 84.2%;
  width: 11%;
}

.device-labels ul {
  margin-top: 13px;
  color: var(--ink);
  font-size: 0.75rem;
  line-height: 1.6;
}
/* End process */

/* Scope: compact data-handling row */
.scope {
  height: 431px;
  padding: 26px 0 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.scope-heading {
  margin: 0 0 30px 7px;
}

.scope-heading h2 {
  margin: 0;
  font-size: var(--process-heading-size);
  line-height: 1.06;
}

.scope-grid {
  display: grid;
  width: calc(100% - 94px);
  height: 117px;
  margin: 0 0 34px 7px;
  grid-template-columns: repeat(3, 1fr);
}

.scope-grid article {
  display: grid;
  min-width: 0;
  align-content: start;
  padding: 0 24px 0 0;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 22px;
}

.scope-grid article + article {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}

.scope-icon {
  width: 48px;
  height: 48px;
  color: var(--blue-dark);
  grid-row: 1 / 3;
}

.scope-grid h3 {
  grid-column: 2;
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.35;
}

.scope-grid p {
  grid-column: 2;
  max-width: 245px;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.55;
}

.complete-kyc {
  display: grid;
  width: calc(100% - 64px);
  height: 150px;
  align-content: center;
  padding: 20px 30px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--slate-pale);
  grid-template-columns: minmax(0, 1fr) 270px;
  column-gap: 36px;
}

.complete-kyc h3 {
  margin: 0 0 4px;
}

.complete-kyc p {
  max-width: 760px;
  margin: 0;
}

.complete-kyc .button {
  width: 270px;
  grid-column: 2;
  grid-row: 1 / 3;
}
/* End scope */

/* Standard: compact ruled principle band */
.standard {
  height: 280px;
  padding: 0;
  overflow: hidden;
  border-bottom: 2px solid #e7ebef;
  background: #313d50;
  color: #eef3f8;
}

.standard h2,
.standard h3 {
  color: #ffffff;
}

.standard-grid {
  display: grid;
  height: 280px;
  grid-template-columns: 390px 758px;
  column-gap: 62px;
}

.standard-intro {
  height: 196px;
  margin-top: 40px;
  padding-left: 2px;
}

.standard-intro h2 {
  position: relative;
  top: -3px;
  margin: 0 0 17px;
  font-size: var(--process-heading-size);
  line-height: 1.06;
}

.standard-intro p {
  position: relative;
  top: -2px;
  max-width: 310px;
  margin: 0;
  color: #eef3f8;
  font-size: 1.25rem;
  line-height: 1.55;
}

.standard-principles {
  display: grid;
  width: 758px;
  height: 201px;
  margin-top: 41px;
  border-left: 1px solid #657489;
  grid-template-columns: repeat(4, 1fr);
}

.standard-principles article {
  min-width: 0;
  padding: 0 22px;
  text-align: center;
}

.standard-principles article > * {
  position: relative;
}

.standard-principles article:nth-child(2) > * {
  left: 10px;
}

.standard-principles article:nth-child(3) > * {
  left: 17px;
}

.standard-principles article:nth-child(4) > * {
  left: 24px;
}

.standard-principles article + article {
  border-left: 1px solid #657489;
}

.standard-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  color: #afc3d8;
  transform: translateY(-8px) scale(1.15);
  transform-origin: center;
}

.standard-principles h3 {
  min-height: 43px;
  margin: 0 0 3px;
  font-size: 1.25rem;
  line-height: 1.15;
}

.standard-principles p {
  margin: 0;
  color: #d3dce6;
  font-size: 1rem;
  line-height: 1.45;
  text-align: left;
}
/* End standard */

/* Media and footer: compact separate practice */
.media-forensics {
  padding: 54px 0 62px;
  background: var(--white);
}

.media-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
}

.media-heading h2 {
  margin: 0;
  font-size: var(--process-heading-size);
  line-height: 1.06;
}

.media-heading p {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.55;
}

.media-router-list {
  display: grid;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--ink-deep);
  list-style: none;
}

.media-router-row {
  display: grid;
  min-height: 92px;
  align-items: center;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr) max-content;
  gap: 48px;
  border-bottom: 1px solid var(--line);
}

.media-router-row h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25;
}

.media-router-row p {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.5;
}

.media-router-row a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--blue-dark);
  font-size: 1rem;
  font-weight: 700;
  text-underline-offset: 4px;
}

.media-router-row a:hover,
.media-router-row a:focus-visible {
  color: var(--ink-deep);
}

.site-footer {
  height: 76px;
  padding: 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-legal {
  display: flex;
  height: 75px;
  align-items: center;
  justify-content: space-between;
}

.footer-base {
  color: #626873;
  font-size: 0.75rem;
}

.footer-base p {
  margin: 0;
}

.footer-legal nav {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  color: inherit;
  text-underline-offset: 3px;
}
/* End media and footer */

@media (max-width: 1200px) {
  :root {
    --shell: calc(100% - 40px);
    --header-height: 96px;
    --hero-height: 620px;
  }

  .header-inner {
    gap: 20px;
  }

  .brand {
    width: 220px;
  }

  .site-nav {
    gap: 30px;
    margin-left: auto;
  }

  .site-nav > a[href="#standard"],
  .nav-contact {
    margin-left: 0;
  }

  .nav-contact {
    padding-inline: 18px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
  }

  .hero-copy {
    padding: 58px 24px 54px 20px;
  }

  .hero-copy-content {
    width: 100%;
    max-width: none;
  }

  h1 {
    margin-bottom: 32px;
    font-size: clamp(3rem, 5.2vw, 4rem);
    line-height: 1.12;
  }

  .hero-intro {
    margin-bottom: 40px;
    font-size: 1rem;
  }

  .button-row {
    gap: 10px;
  }

  .hero [class~="button-primary"],
  .hero [class~="button-secondary"] {
    min-width: 0;
    padding-inline: 14px;
    font-size: 0.75rem;
  }

  .capability-panel {
    width: 100%;
  }

  .standard-grid {
    grid-template-columns: minmax(0, 310px) minmax(0, 1fr);
    column-gap: 40px;
  }

  .standard-principles {
    width: auto;
  }
}

@media (max-width: 960px) {
  :root {
    --shell: min(100% - 40px, 760px);
    --header-height: 72px;
  }

  .header-inner {
    min-height: var(--header-height);
  }

  .brand {
    width: 220px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
  }

  .nav-toggle-lines,
  .nav-toggle-lines::before,
  .nav-toggle-lines::after {
    display: block;
    width: 20px;
    height: 1px;
    background: currentColor;
    content: "";
  }

  .nav-toggle-lines {
    position: relative;
  }

  .nav-toggle-lines::before,
  .nav-toggle-lines::after {
    position: absolute;
    left: 0;
  }

  .nav-toggle-lines::before {
    top: -6px;
  }

  .nav-toggle-lines::after {
    top: 6px;
  }

  .site-nav[hidden] {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: var(--header-height);
    right: 20px;
    left: 20px;
    display: grid;
    gap: 0;
    margin-left: 0;
    padding: 12px 20px 20px;
    border: 1px solid var(--line);
    background: var(--white);
  }

  .site-nav > a,
  .products-disclosure > summary {
    border-bottom: 1px solid var(--line);
  }

  .products-panel {
    position: static;
    width: auto;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .products-panel a {
    padding-left: 14px;
  }

  .nav-contact {
    justify-content: center;
    margin-left: 0;
    margin-top: 14px;
    border: 0;
  }

  .site-nav > a[href="#standard"] {
    margin-left: 0;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: repeat(8, 1fr);
  }

  .hero-copy {
    grid-column: 1 / -1;
    padding: 80px 20px 64px;
  }

  .hero-copy::after {
    display: none;
  }

  .security-field {
    grid-column: 1 / -1;
    min-height: 520px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .capability-panel,
  .scope-grid {
    grid-template-columns: 1fr;
  }

  .scope {
    height: auto;
    padding-block: var(--section-space);
    overflow: visible;
  }

  .scope-heading {
    margin: 0 0 40px;
  }

  .scope-grid {
    width: 100%;
    height: auto;
    margin: 0 0 40px;
  }

  .complete-kyc {
    width: 100%;
  }

  .capability-panel article,
  .scope-grid article {
    min-height: auto;
    padding: 28px 20px;
  }

  .capability-panel article + article,
  .scope-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding-left: 20px;
  }

  .standard-grid {
    height: auto;
    grid-template-columns: 1fr;
  }

  .standard {
    height: auto;
    padding: 64px 0;
    overflow: visible;
  }

  .standard-intro,
  .standard-principles {
    grid-column: auto;
  }

  .standard-intro {
    height: auto;
    margin-top: 0;
    max-width: 600px;
    padding-right: 0;
  }

  .standard-principles {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

}

@media (max-width: 780px) {
  .process {
    height: auto;
    padding: 58px 0 0;
    overflow: visible;
  }

  .process > .shell {
    height: auto;
  }

  .process-heading {
    position: relative;
    top: auto;
    left: auto;
  }

  .light-table {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    margin-top: 34px;
    aspect-ratio: 7 / 12;
  }

  .process-unified-plate img {
    object-position: center;
  }

  .process-labels {
    display: block;
  }

  .process-label {
    font-size: 0.75rem;
  }

  .label-liveness { top: 7.8%; left: 22.5%; }
  .label-identity { top: 7.8%; left: 59%; }
  .label-integrity { top: 45.2%; left: 15%; }
  .label-forgery { top: 50%; left: 64%; }

  .assessment-labels {
    top: 69%;
    left: 18%;
    width: 34%;
  }

  .assessment-labels h3 {
    padding-left: 8%;
  }

  .assessment-labels h3,
  .device-labels h3 {
    font-size: 0.75rem;
  }

  .assessment-labels ul {
    margin-top: 11px;
    padding-left: 28%;
  }

  .assessment-labels li {
    margin-bottom: 14px;
    font-size: 0.75rem;
  }

  .device-labels {
    top: 76%;
    left: 64%;
    width: 28%;
  }

  .device-labels h3,
  .device-labels ul {
    padding-left: 32%;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: calc(100% - 40px);
    --section-space: 72px;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  h2 {
    font-size: clamp(2.15rem, 10vw, 3.1rem);
  }

  .brand {
    width: 180px;
  }

  .nav-toggle,
  .site-nav a,
  .button {
    min-width: 44px;
    min-height: 44px;
  }

  .hero-copy {
    padding-block: 64px 54px;
  }

  .button-row,
  .button {
    width: 100%;
  }

  .security-field {
    min-height: 500px;
  }

  .security-heading {
    top: 4%;
    left: 7%;
  }

  .field-label-holder {
    right: 12%;
    bottom: 13%;
  }

  .field-label-date {
    right: 8%;
    bottom: 7%;
  }

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

  .complete-kyc {
    height: auto;
    grid-template-columns: 1fr;
    padding: 26px 22px;
    row-gap: 14px;
  }

  .complete-kyc .button {
    width: 100%;
    grid-column: auto;
    grid-row: auto;
  }

  .standard-principles {
    grid-template-columns: 1fr;
  }

  .standard-principles {
    border-top: 1px solid #59677b;
    border-left: 0;
  }

  .standard-principles article {
    padding: 24px 0;
  }

  .standard-principles article + article {
    border-top: 1px solid #59677b;
    border-left: 0;
  }

  .standard-principles h3 {
    min-height: auto;
    margin: 15px 0 10px;
  }

  .standard-principles article > * {
    left: 0;
  }

  .standard-principles article:nth-child(2) > * {
    left: 0;
  }

  .standard-principles article:nth-child(3) > * {
    left: 0;
  }

  .standard-principles article:nth-child(4) > * {
    left: 0;
  }

  .media-forensics {
    padding: 64px 0 56px;
  }

  .media-heading {
    display: block;
  }

  .media-heading p {
    max-width: 620px;
    margin-top: 16px;
  }

  .media-router-list {
    margin-top: 32px;
  }

  .media-router-row {
    min-height: 0;
    padding: 24px 0;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .media-router-row a {
    width: fit-content;
    margin-top: 3px;
  }

  .site-footer {
    height: auto;
  }

  .footer-legal {
    height: auto;
    min-height: 132px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 24px 0;
  }

  .footer-legal nav {
    flex-wrap: wrap;
    gap: 10px 20px;
  }

  .footer-legal a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}

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

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