:root {
  color-scheme: light;
  --playground-surface: #f7f8fc;
  --playground-placeholder: #d7d7d7;
  --playground-ink: #383838;
  --playground-muted: #62626a;
  --playground-font-features: "liga" off, "clig" off;
  --stage-gutter: 88px;
  --stage-header-height: 112px;
  --stage-heading-size: 80px;
  --stage-heading-line: 88px;
  --stage-subheading-size: 32px;
  --stage-subheading-line: 40px;
  --stage-element-heading-size: 40px;
  --stage-element-heading-line: 40px;
  --stage-element-text-size: 20px;
  --stage-element-text-line: 28px;
  --stage-action-size: 24px;
  --stage-action-line: 40px;
  --stage-nav-height: 64px;
  --stage-nav-bottom: 20px;
  --stage-nav-font-size: 14px;
  --stage-nav-line: 16px;
  --stage-qr-size: 190px;
  --intro-heading-width: 512px;
  --catalog-card-width: 434px;
  --catalog-card-gap: 25px;
  color: var(--playground-ink);
  background: var(--playground-surface);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

/* Grow the complete desktop composition from the 1512 x 982 Figma baseline. */
@media (min-width: 94.5rem) {
  :root {
    --stage-gutter: max(88px, 8.9613vmin);
    --stage-header-height: max(112px, 11.4053vmin);
    --stage-heading-size: max(80px, 8.1466vmin);
    --stage-heading-line: max(88px, 8.9613vmin);
    --stage-subheading-size: max(32px, 3.2587vmin);
    --stage-subheading-line: max(40px, 4.0733vmin);
    --stage-element-heading-size: max(40px, 4.0733vmin);
    --stage-element-heading-line: max(40px, 4.0733vmin);
    --stage-element-text-size: max(20px, 2.0367vmin);
    --stage-element-text-line: max(28px, 2.8513vmin);
    --stage-action-size: max(24px, 2.444vmin);
    --stage-action-line: max(40px, 4.0733vmin);
    --stage-nav-height: max(64px, 6.5173vmin);
    --stage-nav-bottom: max(20px, 2.0367vmin);
    --stage-nav-font-size: max(14px, 1.4257vmin);
    --stage-nav-line: max(16px, 1.6293vmin);
    --stage-qr-size: max(190px, 19.3483vmin);
    --intro-heading-width: max(512px, 52.1385vmin);
    --catalog-card-width: max(434px, 44.1955vmin);
    --catalog-card-gap: max(25px, 2.5458vmin);
  }
}

html {
  scroll-padding-bottom: calc(var(--stage-nav-height) + var(--stage-nav-bottom));
}

body {
  min-width: 20rem;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--playground-surface);
  -webkit-font-smoothing: antialiased;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #f4a258;
  outline-offset: 3px;
}

.one-page-section {
  position: relative;
  width: 100%;
  min-height: 100svh;
  scroll-margin-top: 0;
  background: var(--playground-surface);
}

.one-page-section h1,
.one-page-section h2,
.one-page-section h3,
.one-page-section p {
  margin-top: 0;
}

.page-heading,
.title-subheading,
.element-subtext {
  color: var(--playground-ink);
  font-feature-settings: var(--playground-font-features);
}

.page-heading {
  margin-bottom: 0;
  overflow-wrap: anywhere;
  font-size: var(--stage-heading-size);
  font-weight: 900;
  letter-spacing: normal;
  line-height: var(--stage-heading-line);
}

.title-subheading {
  font-size: var(--stage-subheading-size);
  font-weight: 600;
  line-height: var(--stage-subheading-line);
}

.element-subtext {
  font-size: var(--stage-action-size);
  font-weight: 600;
  line-height: max(32px, 3.2587vmin);
}

.compact-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: var(--stage-header-height);
  min-height: var(--stage-header-height);
  padding: 0 max(32px, 3.2587vmin);
}

.compact-brand {
  min-height: max(21px, 2.1385vmin);
}

.compact-brand img {
  width: max(114px, 11.609vmin);
  height: max(21px, 2.1385vmin);
}

.compact-language-switch {
  position: relative;
  width: max(59px, 6.0081vmin);
  height: max(21px, 2.1385vmin);
  justify-content: space-between;
  gap: 0;
  color: var(--playground-ink);
  font-size: max(16px, 1.6293vmin);
  line-height: max(21px, 2.1385vmin);
}

.visual-track {
  min-width: 0;
  overflow: hidden;
}

.visual-track > img,
.visual-track > picture,
.visual-track > picture > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Intro */

.intro-layout {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.intro-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: max(302px, 30.7536vmin) var(--stage-gutter)
    calc(var(--stage-nav-height) + var(--stage-nav-bottom));
}

.intro-copy > .page-heading {
  width: 100%;
  max-width: var(--intro-heading-width);
  margin-bottom: max(8px, 0.8147vmin);
}

.intro-copy > .title-subheading {
  width: 100%;
  max-width: max(832px, 84.7251vmin);
  margin-bottom: max(40px, 4.0733vmin);
}

.explore-label,
.intro-links a {
  font-feature-settings: var(--playground-font-features);
}

.explore-label {
  margin-bottom: 0;
  font-size: var(--stage-action-size);
  font-weight: 600;
  line-height: max(32px, 3.2587vmin);
}

.intro-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.intro-links a {
  display: inline-flex;
  align-items: center;
  gap: max(12px, 1.2219vmin);
  color: var(--playground-primary);
  font-size: var(--stage-action-size);
  font-weight: 900;
  line-height: var(--stage-action-line);
  text-transform: uppercase;
}

.action-link-icon {
  width: max(26px, 2.6477vmin);
  height: max(26px, 2.6477vmin);
  flex: 0 0 max(26px, 2.6477vmin);
  display: block;
}

.intro-visual {
  min-height: 0;
  height: calc(100svh - var(--stage-header-height));
  align-self: end;
  background: var(--playground-surface);
}

.intro-visual > img {
  object-fit: contain;
  object-position: center bottom;
}

/* Sandbox */

.sandbox-stage {
  width: 100%;
  min-height: 100svh;
  padding: max(120px, 12.22vmin) var(--stage-gutter)
    calc(var(--stage-nav-height) + var(--stage-nav-bottom) + max(26px, 2.6477vmin));
}

.sandbox-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: max(24px, 2.444vmin);
  margin-top: max(88px, 8.9613vmin);
}

.path-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.path-card-visual {
  width: 100%;
  height: max(324px, 32.9939vmin);
  display: grid;
  place-items: center;
  margin-bottom: max(16px, 1.6293vmin);
}

.path-card-visual img {
  width: min(100%, max(302px, 30.7536vmin));
  height: auto;
  max-height: 100%;
  display: block;
  object-fit: contain;
}

.path-card strong,
.path-card p {
  color: var(--playground-ink);
  font-feature-settings: var(--playground-font-features);
}

.path-card strong {
  min-height: calc(
    var(--stage-element-heading-line) + var(--stage-element-heading-line)
  );
  font-size: var(--stage-element-heading-size);
  font-weight: 900;
  line-height: var(--stage-element-heading-line);
}

.path-card-title-line {
  display: block;
}

.path-card p {
  margin: max(12px, 1.2219vmin) 0 0;
  font-size: var(--stage-element-text-size);
  font-weight: 600;
  line-height: var(--stage-element-text-line);
}

/* MIA */

.information-layout {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

.information-visual {
  position: relative;
  min-height: 100svh;
}

.visual-track > .mia-app-screens {
  position: absolute;
  inset: 0;
  object-fit: contain;
  object-position: center;
}

.information-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: max(187px, 19.0428vmin) var(--stage-gutter)
    calc(var(--stage-nav-height) + var(--stage-nav-bottom));
}

.information-copy > .page-heading,
.information-copy > .title-subheading,
.mia-downloads {
  width: 100%;
  max-width: max(832px, 84.7251vmin);
}

.information-copy > .page-heading {
  margin-bottom: max(24px, 2.444vmin);
}

.mia-title-line {
  display: block;
}

.information-copy > .title-subheading {
  min-height: max(120px, 12.22vmin);
  margin-bottom: 0;
}

.mia-downloads {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: start;
  gap: max(48px, 4.888vmin);
  margin-top: max(120px, 12.22vmin);
}

.mia-store-links > .element-subtext {
  margin-bottom: max(8px, 0.8147vmin);
}

.mia-store-link {
  width: fit-content;
  min-height: max(32px, 3.2587vmin);
  display: flex;
  align-items: center;
  gap: max(10px, 1.0183vmin);
  color: var(--playground-primary);
  font-size: var(--stage-action-size);
  font-weight: 900;
  line-height: var(--stage-action-line);
}

.mia-store-link:hover {
  text-decoration: underline;
}

.mia-download-qr {
  display: grid;
  justify-items: start;
  gap: max(8px, 0.8147vmin);
  margin: 0;
}

.mia-download-qr img {
  width: var(--stage-qr-size);
  height: var(--stage-qr-size);
  display: block;
}

.mia-download-qr > .element-subtext {
  white-space: nowrap;
}

/* PID and use-case stage titles */

.pid-stage,
.use-cases-stage {
  width: 100%;
  min-height: 100svh;
}

.pid-stage {
  padding: max(80px, 8.1466vmin) var(--stage-gutter)
    calc(var(--stage-nav-height) + var(--stage-nav-bottom));
}

.pid-stage > .page-heading {
  margin-bottom: max(24px, 2.444vmin);
}

.pid-stage > .title-subheading {
  width: 100%;
  max-width: none;
  margin-bottom: max(73px, 7.4338vmin);
}

/* Use-case catalog */

.use-cases-stage {
  padding: max(51px, 5.1935vmin) var(--stage-gutter)
    calc(var(--stage-nav-height) + var(--stage-nav-bottom));
}

.use-cases-stage > .page-heading {
  margin-bottom: max(24px, 2.444vmin);
}

.use-cases-stage > .title-subheading {
  width: 100%;
  max-width: max(803px, 81.7719vmin);
  min-height: max(134px, 13.6456vmin);
  margin-bottom: max(26px, 2.6477vmin);
}

.catalog-filters {
  min-height: max(37px, 3.7678vmin);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: max(8px, 0.8147vmin);
  margin-bottom: max(47px, 4.7862vmin);
  color: var(--playground-on-surface);
  font-size: max(16px, 1.6293vmin);
  font-weight: 750;
  line-height: max(30px, 3.055vmin);
}

.catalog-filters button {
  min-height: max(37px, 3.7678vmin);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: max(4px, 0.4073vmin) max(12px, 1.2219vmin);
  border: 0;
  border-radius: 999px;
  color: inherit;
  background: var(--playground-surface-strong);
  font: inherit;
  cursor: pointer;
}

.catalog-filters button:hover {
  color: var(--playground-primary);
}

.catalog-filters button.is-active {
  min-width: max(71px, 7.2301vmin);
  border-radius: 999px;
  color: var(--playground-white);
  background: var(--playground-primary);
}

.catalog-filters button.is-active:hover {
  color: var(--playground-white);
}

.use-case-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--catalog-card-width));
  justify-content: space-between;
  gap: var(--catalog-card-gap);
  margin-inline: 0;
}

.use-case-card {
  container-type: inline-size;
  position: relative;
  width: var(--catalog-card-width);
  aspect-ratio: 434 / 386;
  overflow: hidden;
  border-radius: max(10px, 1.0183vmin);
  color: #49434f;
  background: #c3cbdb;
}

.use-case-card[hidden] {
  display: none;
}

.use-case-card::after {
  position: absolute;
  z-index: 0;
  top: 13.8249cqw;
  right: 0;
  left: 0;
  height: 0.4608cqw;
  content: "";
  background: var(--playground-white);
}

.use-case-card h3 {
  position: absolute;
  z-index: 1;
  top: 3.6866cqw;
  left: 5.5299cqw;
  width: 90.7834cqw;
  height: 8.2949cqw;
  margin: 0;
  overflow: hidden;
  color: #3e3b6e;
  font-size: 5.5299cqw;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 8.2949cqw;
  white-space: nowrap;
}

.use-case-card > p {
  position: absolute;
  z-index: 1;
  top: 18.6636cqw;
  left: 5.5299cqw;
  width: 90.7834cqw;
  height: 27.6498cqw;
  margin: 0;
  overflow: hidden;
  font-size: 4.6083cqw;
  line-height: 6.9124cqw;
}

.use-case-card ul {
  position: absolute;
  z-index: 1;
  top: 57.3733cqw;
  left: 5.5299cqw;
  width: 90.7834cqw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8433cqw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.use-case-card li {
  height: 5.7604cqw;
  padding: 0;
  border-radius: max(5px, 0.5092vmin);
  color: var(--playground-white);
  background: #69668e;
  font-size: 3.6866cqw;
  font-weight: 750;
  line-height: 5.5299cqw;
  text-align: center;
}

.use-case-card li:nth-child(1) {
  width: 35.2535cqw;
}

.use-case-card li:nth-child(2) {
  width: 46.5438cqw;
}

.use-case-card > a {
  position: absolute;
  z-index: 1;
  top: 74.1935cqw;
  left: 61.0599cqw;
  width: 35.2535cqw;
  height: 8.2949cqw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: max(10px, 1.0183vmin);
  color: #e0e4ed;
  background: var(--playground-primary);
  font-size: 4.6083cqw;
  font-weight: 800;
  line-height: 6.9124cqw;
}

.use-case-card > a:hover {
  background: var(--playground-burgundy);
}

.empty-catalog {
  min-height: max(240px, 24.4399vmin);
  display: grid;
  place-items: center;
  border: 1px dashed #a7adba;
  color: var(--playground-muted);
  background: #eef1f7;
}

/* Footer */

.site-footer {
  /* Match youniqx.com independently of the full-screen Playground typography. */
  --footer-gutter: 36px;
  --footer-background: #f2f4f8;
  color: var(--playground-ink);
  background: var(--footer-background);
  font-family: var(--playground-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow-wrap: anywhere;
}

.site-footer a:focus-visible {
  outline-color: currentColor;
}

.site-footer-certifications {
  display: grid;
  grid-template-columns: repeat(auto-fill, 226px);
  gap: 120px 74px;
  padding: 60px max(var(--footer-gutter), env(safe-area-inset-right))
    75px max(var(--footer-gutter), env(safe-area-inset-left));
  border-top: 1px solid var(--playground-divider);
}

.site-footer-certification {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 24px;
  font-weight: 400;
  line-height: inherit;
}

.site-footer-certification-visual {
  display: flex;
  align-items: flex-end;
  height: 104px;
}

.site-footer-certification-visual > img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  /* Keep badge detail while mapping black to the footer's charcoal (#383838). */
  filter: grayscale(1) invert(1) brightness(0.780392) invert(1);
}

.certification-logo-fime {
  width: 200px;
  height: auto;
}

.certification-logo-fido {
  position: relative;
  width: 100px;
  height: 58.14px;
  overflow: hidden;
}

.certification-logo-fido img {
  position: absolute;
  top: -7.37%;
  left: -8.14%;
  width: 111.63%;
  height: 126.18%;
  max-width: none;
  filter: brightness(0) invert(21.9608%);
}

.certification-logo-cis {
  width: 100px;
  height: 103.4px;
}

.certification-logo-quality {
  width: 150px;
  height: auto;
}

.site-footer-certification-copy h2 {
  display: flex;
  align-items: flex-end;
  min-height: 36px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
}

.site-footer-certification-copy h2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  color: inherit;
}

.site-footer-certification-copy a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.certification-link-arrow {
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  background: currentColor;
  mask: url("/images/footer/certification-arrow.svg") center / contain no-repeat;
}

.certification-standard-number {
  white-space: nowrap;
}

.site-footer-certification-copy p {
  margin: 8px 0 0;
  border-top: 1px solid var(--playground-divider);
  padding-top: 3px;
}

.site-footer-content {
  display: grid;
  /* The live footer occupies the first four columns of a six-column grid. */
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 48px 24px;
  padding: 50px max(var(--footer-gutter), env(safe-area-inset-right))
    45px max(var(--footer-gutter), env(safe-area-inset-left));
  border-top: 1px solid var(--playground-divider);
}

.site-footer-content > * {
  min-width: 0;
}

.site-footer-brand {
  container-type: inline-size;
  align-self: start;
  width: 240px;
  max-width: 100%;
  padding-inline: 30px;
}

.site-footer-brand > a {
  display: block;
  width: 62.5%;
  aspect-ratio: 456 / 85;
  margin-bottom: 2px;
}

.site-footer-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(21.9608%);
}

.site-footer-brand p {
  margin: 0;
  /* Keep the supplied logo and localized strapline at the live lockup's scale. */
  font-size: clamp(10px, 7.222222cqw, 13px);
  font-weight: 600;
  line-height: 1.307692;
}

.site-footer-brand span,
.site-footer address > * {
  display: block;
}

.site-footer-group h2 {
  margin: 0 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--playground-divider);
  color: inherit;
  font-size: 1em;
  font-weight: 400;
  line-height: 14px;
}

.site-footer address {
  font-style: normal;
}

.site-footer address a {
  width: fit-content;
}

.site-footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-socials {
  gap: 24px;
}

.site-footer-socials a {
  position: relative;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: inherit;
}

.site-footer-socials img {
  display: block;
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(21.9608%);
}

.site-footer-socials a::after {
  /* Enlarge the hit area without enlarging the reference's 20px artwork. */
  content: "";
  position: absolute;
  inset: -7px;
}

.site-footer-socials a:hover {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}

.site-footer-links {
  gap: 0 0.5em;
  text-transform: uppercase;
  line-height: inherit;
}

.site-footer-links li {
  display: flex;
  align-items: center;
}

.site-footer-links li + li::before {
  content: "|";
  margin-right: 0.5em;
  color: inherit;
}

.site-footer-links a {
  display: inline-flex;
  align-items: center;
}

.site-footer address a:hover,
.site-footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.site-footer-bottom {
  padding: 30px max(42px, env(safe-area-inset-right))
    max(85px, env(safe-area-inset-bottom)) max(42px, env(safe-area-inset-left));
  border-top: 1px solid var(--playground-divider);
}

.site-footer-bottom p {
  margin: 0;
  font-size: 1em;
  line-height: 28px;
}

/* One-page navigation */

#onepagewrap {
  position: fixed;
  z-index: 20;
  right: var(--stage-gutter);
  bottom: var(--stage-nav-bottom);
  left: var(--stage-gutter);
  height: var(--stage-nav-height);
  display: flex;
  align-items: center;
  padding-inline: max(24px, 2.444vmin);
  border-radius: max(8px, 0.8147vmin);
  background: var(--playground-surface-strong);
  box-shadow: 0 0.4rem 1.5rem rgb(36 0 70 / 12%);
}

#onepagewrap[hidden] {
  display: none;
}

#onepagewrap ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

#onepagewrap li {
  display: flex;
  align-items: center;
}

#onepagewrap li:not(:last-child)::after {
  content: "|";
  margin-inline: max(8px, 0.8147vmin);
  color: var(--playground-divider);
  font-size: var(--stage-nav-font-size);
  line-height: var(--stage-nav-line);
}

#onepagewrap a {
  min-height: var(--stage-nav-height);
  display: inline-flex;
  align-items: center;
  color: var(--playground-ink);
  font-size: var(--stage-nav-font-size);
  line-height: var(--stage-nav-line);
  white-space: nowrap;
}

#onepagewrap a:hover,
#onepagewrap a[aria-current="location"] {
  color: var(--playground-primary);
  font-weight: 850;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* Keep the desktop composition usable between 960 and 1511 CSS pixels. */
@media (min-width: 60rem) and (max-width: 94.499rem) {
  :root {
    --stage-element-heading-size: clamp(28px, 2.6455vw, 40px);
    --stage-element-heading-line: clamp(30px, 2.6455vw, 40px);
    --stage-element-text-size: clamp(16px, 1.3228vw, 20px);
    --stage-element-text-line: clamp(22px, 1.8519vw, 28px);
  }

  .information-copy {
    padding-right: clamp(32px, 5vw, 88px);
    padding-left: clamp(32px, 5vw, 88px);
  }

  .mia-downloads {
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: clamp(16px, 2vw, 32px);
  }

  .mia-download-qr > .element-subtext {
    white-space: normal;
    text-align: center;
  }

  #onepagewrap {
    right: clamp(24px, 5.82vw, 88px);
    left: clamp(24px, 5.82vw, 88px);
    padding-inline: clamp(12px, 1.5vw, 24px);
  }

  #onepagewrap li:not(:last-child)::after {
    margin-inline: clamp(4px, 0.5vw, 8px);
  }

  #onepagewrap a {
    font-size: clamp(10px, 0.9259vw, 14px);
  }
}

@media (max-width: 74.999rem) {
  .site-footer-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Stacked mobile layout */
@media (max-width: 59.999rem) {
  :root {
    --mobile-stage-gutter: clamp(20px, 6.1069vw, 24px);
  }

  html {
    scroll-padding-bottom: 0;
  }

  #onepagewrap {
    display: none;
  }

  .site-footer {
    display: flex;
    flex-direction: column;
  }

  .site-footer-content {
    order: -1;
    grid-template-columns: minmax(0, 1fr);
    gap: 104px;
    /* Live mobile grid: contact at x=35px, brand inset another 18px. */
    padding: 62px max(55px, env(safe-area-inset-right))
      177px max(35px, env(safe-area-inset-left));
  }

  .site-footer-brand {
    width: 180px;
    max-width: calc(100% - 18px);
    margin-left: 18px;
    padding: 0;
  }

  .site-footer-contact {
    margin-bottom: 15px;
  }

  .site-footer-group h2 {
    margin-bottom: 22px;
    padding-bottom: 27px;
  }

  .site-footer-socials {
    gap: 15px;
  }

  .site-footer-certifications {
    grid-template-columns: minmax(0, 1fr);
    gap: 87px;
    padding: 60px max(43px, env(safe-area-inset-right))
      27px max(23px, env(safe-area-inset-left));
  }

  .site-footer-certification {
    gap: 12px;
  }

  .site-footer-certification-visual {
    height: auto;
  }

  .site-footer-certification-copy h2 {
    min-height: 0;
  }

  .site-footer-bottom {
    padding: 20px max(43px, env(safe-area-inset-right))
      max(27px, env(safe-area-inset-bottom)) max(23px, env(safe-area-inset-left));
  }

  .one-page-section,
  .sandbox-stage,
  .pid-stage,
  .use-cases-stage {
    min-height: auto;
  }

  .compact-header {
    height: 4rem;
    min-height: 4rem;
    padding: calc(0.35rem + env(safe-area-inset-top))
      max(var(--mobile-stage-gutter), env(safe-area-inset-right)) 0.35rem
      max(var(--mobile-stage-gutter), env(safe-area-inset-left));
  }

  .compact-brand {
    min-height: 2.75rem;
  }

  .compact-brand img {
    width: auto;
    height: 0.95rem;
  }

  .compact-language-switch {
    width: auto;
    height: auto;
    gap: 0.25rem;
    font-size: 0.68rem;
    line-height: normal;
  }

  .intro-layout,
  .information-layout {
    display: block;
  }

  .information-copy,
  .sandbox-stage,
  .use-cases-stage {
    padding: 32px var(--mobile-stage-gutter);
  }

  .intro-layout {
    position: relative;
    min-height: max(100svh, 53.25rem);
    overflow: hidden;
  }

  .intro-copy {
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 88px var(--mobile-stage-gutter) 0;
  }

  .page-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .title-subheading {
    font-size: 20px;
    line-height: 32px;
  }

  .intro-copy > .page-heading {
    width: 7.25em;
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 48px;
  }

  .intro-copy > .title-subheading {
    width: min(100%, 345px);
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 26px;
  }

  .explore-label,
  .intro-links a,
  .element-subtext,
  .mia-store-link {
    font-size: 20px;
    line-height: 32px;
  }

  .action-link-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .intro-visual {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: clamp(262px, 81.9338vw, 352px);
    overflow: hidden;
  }

  .intro-visual > picture {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: min(100%, 430px);
    height: auto;
    aspect-ratio: 393 / 322;
    transform: translateX(-50%);
  }

  .intro-visual > picture > img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .sandbox-stage {
    padding-bottom: 32px;
  }

  .sandbox-paths,
  .use-case-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sandbox-paths {
    gap: 16px;
    margin-top: 27px;
  }

  .path-card-visual {
    height: auto;
    display: flex;
    place-items: initial;
    align-items: flex-start;
    justify-content: flex-start;
    aspect-ratio: auto;
    margin-bottom: 16px;
  }

  .path-card:nth-child(1) .path-card-visual {
    height: 133px;
  }

  .path-card:nth-child(1) .path-card-visual img {
    width: 140px;
  }

  .path-card:nth-child(2) .path-card-visual {
    height: 157px;
  }

  .path-card:nth-child(2) .path-card-visual img {
    width: 175px;
  }

  .path-card:nth-child(3) .path-card-visual {
    height: 148px;
  }

  .path-card:nth-child(3) .path-card-visual img {
    width: 165px;
  }

  .path-card strong {
    min-height: 40px;
    font-size: 24px;
    line-height: 32px;
  }

  .path-card-title-line {
    display: inline;
  }

  .path-card p {
    width: min(100%, 309px);
    margin-top: 4px;
    font-size: 20px;
    line-height: 28px;
  }

  .information-layout {
    min-height: 100svh;
  }

  .information-visual {
    display: none;
  }

  .information-copy > .page-heading,
  .information-copy > .title-subheading,
  .mia-downloads {
    width: min(100%, 345px);
    max-width: 345px;
  }

  .information-copy > .page-heading {
    margin-bottom: 16px;
  }

  .mia-title-line {
    display: inline;
  }

  .information-copy > .title-subheading {
    min-height: 0;
    margin-bottom: 0;
  }

  .mia-downloads {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    gap: 36px;
    margin-top: 48px;
  }

  .mia-store-links > .element-subtext {
    margin-bottom: 16px;
  }

  .mia-store-link {
    min-height: 32px;
    gap: 16px;
  }

  .mia-store-link + .mia-store-link {
    margin-top: 4px;
  }

  .mia-store-link .action-link-icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .mia-download-qr {
    width: min(100%, 235px);
    gap: 16px;
  }

  .mia-download-qr img {
    width: 124px;
    height: 129px;
  }

  .pid-stage > .title-subheading,
  .use-cases-stage > .title-subheading {
    min-height: 0;
  }

  .use-cases-stage > .page-heading {
    margin-bottom: 16px;
  }

  .use-cases-section,
  .use-cases-stage {
    min-height: 100svh;
  }

  .use-cases-stage > .title-subheading {
    width: min(100%, 345px);
    max-width: 345px;
    margin-bottom: 48px;
  }

  .catalog-filters {
    min-height: 0;
    width: min(100%, 345px);
    gap: 8px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .catalog-filters button,
  .catalog-filters button.is-active {
    width: auto;
    min-width: 0;
    min-height: 28px;
    padding: 2px 16px;
  }

  .catalog-filters button[data-catalog-filter="all"] {
    order: 1;
  }

  .catalog-filters button[data-catalog-filter="identification"] {
    order: 2;
  }

  .catalog-filters button[data-catalog-filter="age"] {
    order: 3;
  }

  .use-case-grid {
    width: 100%;
    justify-content: stretch;
    gap: 1rem;
    margin-inline: 0;
  }

  .use-case-card {
    container-type: inline-size;
    width: 100%;
    height: 322px;
    min-height: 322px;
    aspect-ratio: auto;
    display: block;
    border-radius: 10px;
  }

  .use-case-card::after {
    top: 56px;
    height: 2px;
    display: block;
  }

  .use-case-card h3,
  .use-case-card > p,
  .use-case-card ul,
  .use-case-card > a {
    position: absolute;
    height: auto;
  }

  .use-case-card h3 {
    top: 16px;
    left: 24px;
    width: calc(100% - 48px);
    padding: 0;
    border: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .use-case-card > p {
    top: 65px;
    left: 24px;
    width: calc(100% - 48px);
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .use-case-card ul {
    top: 185px;
    left: 24px;
    width: calc(100% - 48px);
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .use-case-card li,
  .use-case-card li:nth-child(n) {
    width: fit-content;
    height: 25px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .use-case-card li + li {
    margin-top: 4px;
  }

  .use-case-card > a {
    top: 272px;
    right: 14px;
    left: auto;
    width: min(44.3478%, 153px);
    height: 36px;
    min-height: 36px;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 24rem) {
  .compact-header {
    padding-right: max(var(--mobile-stage-gutter), env(safe-area-inset-right));
    padding-left: max(var(--mobile-stage-gutter), env(safe-area-inset-left));
  }
}

@media (max-width: 22.5rem) {
  .use-case-card {
    height: 370px;
    min-height: 370px;
  }

  .use-case-card ul {
    top: 225px;
  }

  .use-case-card > a {
    top: 320px;
  }
}
