/* vietnamese */
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(./fonts/bricolage-grotesque-normal-vietnamese.woff2) format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(./fonts/bricolage-grotesque-normal-latin-ext.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(./fonts/bricolage-grotesque-normal-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(./fonts/instrument-sans-italic-latin-ext.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(./fonts/instrument-sans-italic-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(./fonts/instrument-sans-normal-latin-ext.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(./fonts/instrument-sans-normal-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Atelier 2.0 — implements the approved mockup: split hero over a deep
   petrol panel with titanium-bar art, certification strip, product cards,
   capability band, CTA. Bricolage Grotesque display, Instrument Sans body. */

:root {
  --bg: #ffffff;
  --bg-soft: #f0f4f8;
  --bg-faint: #f8fafc;
  --ink: #152b40;
  --muted: #526477;
  --faint: #526477;
  --line: #dce4eb;
  --line-soft: #e8edf2;
  --brand: #1748bd;
  --brand-deep: #123a98;
  --brand-tint: #eaf0fc;
  --panel-a: #152b40;
  --panel-b: #101e30;
  --mint: #adc8ff;
  --display: "Bricolage Grotesque", "Instrument Sans", system-ui, sans-serif;
  --body:
    "Instrument Sans", "PingFang SC", "Microsoft YaHei", system-ui,
    -apple-system, sans-serif;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #101923;
    --bg-soft: #15212f;
    --bg-faint: #182535;
    --ink: #edf3fa;
    --muted: #b4c3d4;
    --faint: #a2b2c4;
    --line: #334456;
    --line-soft: #27384b;
    --brand: #8db3ff;
    --brand-deep: #b2cdff;
    --brand-tint: #1c304b;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
}
html {
  color-scheme: light dark;
}
body {
  background: var(--bg);
  color: var(--ink);
  font: 400 16.5px / 1.6 var(--body);
}
a {
  color: var(--brand);
  text-decoration: none;
}
a:hover {
  color: var(--brand-deep);
}
img {
  max-width: 100%;
  height: auto;
}
:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.skip {
  position: absolute;
  left: -9999px;
  background: var(--ink);
  color: var(--bg);
  padding: 0.6rem 1rem;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 20;
}

.shell {
  max-width: 76rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 4.5rem);
}

h1,
h2,
h3,
.brand span {
  font-family: var(--display);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}
.btn-solid {
  background: var(--brand);
  color: #ffffff;
  padding: 0.9rem 1.7rem;
  box-shadow: 0 8px 20px rgba(13, 79, 74, 0.22);
}
.btn-solid:hover {
  background: var(--brand-deep);
  color: #ffffff;
}
.btn-ghost {
  border: 1.5px solid var(--line);
  color: var(--ink);
  padding: 0.9rem 1.7rem;
  background: var(--bg);
}
.btn-ghost:hover {
  border-color: var(--muted);
  color: var(--ink);
}
.btn-sm {
  padding: 0.7rem 1.35rem;
  font-size: 0.92rem;
  box-shadow: 0 1px 2px rgba(13, 79, 74, 0.3);
}
.btn-lg {
  padding: 1.05rem 2rem;
  font-size: 1.05rem;
  border-radius: 12px;
}
.btn-block {
  display: flex;
  width: 100%;
  margin-top: 1rem;
}

/* Top bar */
.topbar {
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.topbar-in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1.1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
}
.brand svg {
  color: var(--brand);
}
.brand span {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.menu-nav > a:not(.btn) {
  color: var(--muted);
}
.menu-nav > a:not(.btn):hover,
.menu-nav > a[aria-current] {
  color: var(--ink);
}

/* Hero */
.hero {
  background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);
}
.hero-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding-block: clamp(3rem, 7vw, 5.5rem) clamp(2.5rem, 6vw, 5rem);
}
@media (min-width: 64rem) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(24rem, 35rem);
  }
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--brand-tint);
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.5rem;
}
.hero-copy h1 {
  font-size: clamp(2.4rem, 5.2vw, 3.9rem);
  font-weight: 780;
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin-bottom: 1.3rem;
}
.hero-lede {
  font-size: 1.18rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: 30rem;
  margin-bottom: 2.1rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2.7rem;
}
.stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  margin: 0;
}
.stat dd {
  font-family: var(--display);
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}
.stat dt {
  font-size: 0.86rem;
  color: var(--faint);
  order: 1;
  margin-top: 0.15rem;
}
.stat {
  display: flex;
  flex-direction: column;
}

/* Material photography: no JavaScript or decorative placeholder geometry. */
.hero-art {
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.hero-photo {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  flex: 1;
}
.hero-caption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.75rem;
  color: var(--muted);
}

/* Certification strip */
.certs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.5rem clamp(1.25rem, 4vw, 4.5rem);
  border-block: 1px solid var(--line-soft);
  background: var(--bg-faint);
}
.certs-label {
  font-size: 0.82rem;
  color: var(--faint);
  font-weight: 500;
  margin-right: 0.5rem;
}
.cert-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
}

/* Sections */
.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.6rem;
}
.eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.section-head h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  font-weight: 750;
  letter-spacing: -0.025em;
}
.section-link {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.products,
.notes {
  padding-block: clamp(3.5rem, 7vw, 6rem) 0;
}

.card-grid {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 48rem) {
  .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--bg);
  box-shadow:
    0 1px 2px rgba(20, 32, 31, 0.04),
    0 12px 32px rgba(20, 32, 31, 0.06);
  color: inherit;
  transition:
    transform 140ms ease,
    box-shadow 140ms ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 2px 4px rgba(20, 32, 31, 0.05),
    0 20px 44px rgba(20, 32, 31, 0.1);
  color: inherit;
}
.card-art {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--bg-soft);
  overflow: hidden;
}
.card-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}
.card:hover .card-art img {
  transform: scale(1.035);
}
.card-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  background: rgba(13, 79, 74, 0.92);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
}
.card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-body h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--ink);
}
.card-body p {
  font-size: 0.94rem;
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 1.1rem;
}
.card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line-soft);
  padding-top: 1rem;
  margin-top: auto;
  font-size: 0.86rem;
  color: var(--faint);
}
.card-foot svg {
  color: var(--brand);
}

/* Capability band */
.band {
  margin-block: clamp(3.5rem, 7vw, 6rem) 0;
  border-radius: 24px;
  background: linear-gradient(150deg, var(--panel-a), var(--panel-b));
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.75rem, 4vw, 4rem);
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 60rem) {
  .band {
    grid-template-columns: 1fr 1fr;
  }
}
.band-title {
  color: #ffffff;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin-bottom: 1.1rem;
}
.band-lede {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 27rem;
}
.band-features {
  display: grid;
  gap: 0.9rem;
}
.feature {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 1.25rem 1.4rem;
}
.feature svg {
  color: var(--mint);
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.feature strong {
  display: block;
  color: #ffffff;
  font-weight: 650;
  font-size: 1.04rem;
  margin-bottom: 0.25rem;
}
.feature span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* Notes */
.note-grid {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 48rem) {
  .note-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.note-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.6rem;
  color: inherit;
  transition: border-color 140ms ease;
}
.note-card:hover {
  border-color: var(--brand);
  color: inherit;
}
.note-card time {
  font-size: 0.82rem;
  color: var(--faint);
}
.note-card h3 {
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0.6rem 0;
  color: var(--ink);
}
.note-card p {
  font-size: 0.94rem;
  color: var(--muted);
  line-height: 1.55;
}

/* CTA */
.cta {
  margin-block: clamp(3.5rem, 7vw, 6rem);
  border-radius: 24px;
  background: var(--brand-tint);
  padding: clamp(2.25rem, 5vw, 4rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.cta h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  margin-bottom: 0.6rem;
}
.cta p {
  font-size: 1.05rem;
  color: var(--muted);
}

/* Detail pages */
.detail {
  padding-block: clamp(2.5rem, 5vw, 4rem) clamp(3.5rem, 8vw, 6rem);
}
.detail-title {
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin-bottom: 2rem;
}
.prose {
  max-width: 44rem;
}
.detail-narrow .prose {
  max-width: 44rem;
}
.detail-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
@media (min-width: 58rem) {
  .detail-grid {
    grid-template-columns: 17rem minmax(0, 1fr);
  }
  .spec-card {
    position: sticky;
    top: 1.5rem;
  }
}
.spec-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.5rem;
  background: var(--bg-faint);
  box-shadow: 0 12px 32px rgba(20, 32, 31, 0.06);
}
.spec-card dl {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}
.spec-card dt {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--faint);
  margin-bottom: 0.2rem;
}
.spec-card dd {
  margin: 0;
  font-weight: 600;
  font-size: 1.02rem;
}

.prose > :first-child {
  margin-top: 0;
}
.prose h2 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 2.3rem 0 0.6rem;
}
.prose h3 {
  font-size: 1.1rem;
  font-weight: 650;
  margin: 1.6rem 0 0.4rem;
}
.prose p,
.prose ul,
.prose ol {
  margin: 0 0 1.05rem;
}
.prose code {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 0.88em;
  background: var(--bg-soft);
  padding: 0.1em 0.35em;
  border-radius: 5px;
  border: 1px solid var(--line);
}
.prose blockquote {
  margin: 1.5rem 0;
  padding: 0.9rem 1.2rem;
  background: var(--bg-soft);
  border-left: 4px solid var(--brand);
  border-radius: 0 10px 10px 0;
  color: var(--muted);
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  margin: 1.3rem 0;
}
.prose th,
.prose td {
  text-align: left;
  padding: 0.6rem 0.9rem 0.6rem 0;
  border-bottom: 1px solid var(--line);
}
.prose th {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--faint);
}
.prose td {
  font-variant-numeric: tabular-nums;
}
.prose img {
  border-radius: 12px;
}

.pager {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  font-weight: 600;
  font-size: 0.94rem;
}

/* Footer */
.footer {
  background: #101e30;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0;
}
.footer .shell {
  padding-block: clamp(2.5rem, 6vw, 4rem) 2.25rem;
}
.footer-grid {
  display: grid;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (min-width: 52rem) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
.footer-brand {
  font-family: var(--display);
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.footer-note {
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 19rem;
}
.footer-col {
  display: grid;
  gap: 0.6rem;
  align-content: start;
  font-size: 0.9rem;
}
.footer-col a {
  color: rgba(255, 255, 255, 0.65);
}
.footer-col a:hover {
  color: #ffffff;
}
.footer-h {
  color: #ffffff;
  font-weight: 650;
  font-size: 0.86rem;
  margin-bottom: 0.35rem;
}
.footer-base {
  padding-top: 1.5rem;
  font-size: 0.84rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* ---------------------------------------------------------------------------
   Mobile navigation — a checkbox disclosure, so it costs zero JavaScript and
   can still be forced open at wide viewports (see partials/header.liquid).
--------------------------------------------------------------------------- */
.menu-toggle {
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
}
.menu-toggle:hover + .menu-button,
.menu-toggle:focus-visible + .menu-button {
  border-color: var(--brand);
  color: var(--brand);
}
.menu-toggle:focus-visible + .menu-button {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.menu-close,
.menu-toggle:checked + .menu-button .menu-open {
  display: none;
}
.menu-toggle:checked + .menu-button .menu-close {
  display: block;
}
.menu-nav {
  position: absolute;
  inset-inline-end: clamp(1.25rem, 4vw, 4.5rem);
  top: 4.4rem;
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 0.2rem;
  min-width: 15rem;
  padding: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--bg);
  box-shadow: 0 18px 40px -24px rgb(0 0 0 / 0.45);
  font-size: 0.98rem;
  font-weight: 500;
}
.menu-toggle:checked ~ .menu-nav {
  display: flex;
}
.menu-nav > a:not(.btn) {
  padding: 0.6rem 0.7rem;
  border-radius: 10px;
  color: var(--muted);
}
.menu-nav > a:not(.btn):hover,
.menu-nav > a[aria-current] {
  background: var(--bg-soft);
  color: var(--ink);
}
.menu-nav > .btn {
  margin-top: 0.4rem;
  justify-content: center;
}
/* Language switcher — a <details> dropdown, no script. */
.langs {
  position: relative;
}
.langs > summary {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.6rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--muted);
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}
.langs > summary::-webkit-details-marker {
  display: none;
}
.langs > summary:hover {
  border-color: var(--brand);
  color: var(--brand);
}
.langs > summary .chev {
  transition: transform 0.15s ease;
}
.langs[open] > summary .chev {
  transform: rotate(180deg);
}
.langs > ul {
  position: absolute;
  inset-inline-end: 0;
  top: calc(100% + 0.4rem);
  z-index: 30;
  min-width: 9rem;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg);
  box-shadow: 0 14px 32px -20px rgb(0 0 0 / 0.4);
}
.langs > ul a {
  display: block;
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
  font-size: 0.9rem;
  color: var(--muted);
}
.langs > ul a:hover {
  background: var(--bg-soft);
  color: var(--ink);
}
.langs > ul a[aria-current] {
  color: var(--brand);
  font-weight: 650;
}

@media (max-width: 51.99rem) {
  /* Inside the stacked mobile menu the dropdown opens in flow, so it cannot
     be clipped by the panel it lives in. */
  .langs {
    order: -1;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid var(--line-soft);
    margin-bottom: 0.3rem;
  }
  .langs > ul {
    position: static;
    border: 0;
    box-shadow: none;
    padding: 0.2rem 0 0;
    min-width: 0;
  }
}

@media (min-width: 52rem) {
  .menu-toggle,
  .menu-button {
    display: none;
  }
  .menu-nav,
  .menu-toggle:checked ~ .menu-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(1rem, 2.5vw, 2.2rem);
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    font-size: 0.94rem;
  }
  .menu-nav > a:not(.btn) {
    padding: 0;
    border-radius: 0;
  }
  .menu-nav > a:not(.btn):hover,
  .menu-nav > a[aria-current] {
    background: none;
  }
  .menu-nav > .btn {
    margin-top: 0;
  }
  .langs > ul {
    inset-inline-end: 0;
  }
}

/* Breadcrumbs */
.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.4rem;
  font-size: 0.88rem;
  color: var(--faint);
}
.crumbs a {
  color: var(--muted);
}
.crumbs a:hover {
  color: var(--brand);
}
.crumbs [aria-current] {
  color: var(--ink);
}

.detail-lede {
  max-width: 46rem;
  margin-top: -1.2rem;
  margin-bottom: 2.2rem;
  font-size: clamp(1.05rem, 1.9vw, 1.24rem);
  line-height: 1.55;
  color: var(--muted);
}
.detail-main {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  min-width: 0;
}
.prose-lede {
  max-width: 46rem;
  margin-bottom: 2.6rem;
}

/* Chips — the application list on a family page */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.6rem;
  padding: 0;
  list-style: none;
}
.chips li {
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--muted);
}

/* ---------------------------------------------------------------------------
   Gallery — CSS scroll-snap plus anchor dots. No script, no layout shift:
   every frame carries its intrinsic width and height.
--------------------------------------------------------------------------- */
.gallery {
  margin: 0;
}
.gallery-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  border-radius: 18px;
  scrollbar-width: none;
}
.gallery-strip::-webkit-scrollbar {
  display: none;
}
.gallery-frame {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  background: var(--bg-soft);
  scroll-snap-align: center;
}
.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.9rem;
}
.gallery-dots a {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: var(--line);
}
.gallery-dots a:hover {
  background: var(--brand);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Specification table */
.specs-title,
.outcomes-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.spec-table th,
.spec-table td {
  padding: 0.75rem 0.2rem;
  border-bottom: 1px solid var(--line-soft);
  text-align: start;
  vertical-align: top;
}
.spec-table th {
  width: 42%;
  font-weight: 600;
  color: var(--muted);
}
.datasheet {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}
.datasheet:hover {
  color: var(--brand);
}

/* Case study */
.case-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: 1.4rem 2rem;
  padding-block: 1.6rem;
  border-block: 1px solid var(--line);
  margin-bottom: 2.6rem;
}
.case-facts dt {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 0.3rem;
}
.case-facts dd {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 600;
}
.outcomes {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding: clamp(1.6rem, 3.5vw, 2.4rem);
  border-radius: 20px;
  background: var(--bg-soft);
}
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 1.5rem;
}
.outcome dt {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0.35rem;
}
.outcome dd {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  color: var(--brand);
}
.note-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
}

/* Family and related sections */
.family-members,
.more {
  margin-top: clamp(3rem, 6vw, 4.5rem);
}
.section-count {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--faint);
}
.cta-inline {
  margin-block: clamp(3rem, 6vw, 4.5rem) 0;
}

/* ---------------------------------------------------------------------------
   FAQ accordion — <details> again, so the answers are in the HTML for
   crawlers whether or not a reader opens them.
--------------------------------------------------------------------------- */
.qa {
  border-top: 1px solid var(--line);
  margin-bottom: 1rem;
}
.qa-item {
  border-bottom: 1px solid var(--line);
}
.qa-item > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.15rem;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  cursor: pointer;
  list-style: none;
}
.qa-item > summary::-webkit-details-marker {
  display: none;
}
.qa-item > summary:hover {
  color: var(--brand);
}
.qa-item > summary svg {
  flex: none;
  color: var(--faint);
  transition: transform 0.18s ease;
}
.qa-item[open] > summary svg {
  transform: rotate(180deg);
}
.qa-item > p {
  padding-bottom: 1.25rem;
  max-width: 44rem;
  color: var(--muted);
}

/* ---------------------------------------------------------------------------
   Inquiry form — markup injected by the official plugin at stage two
   (docs/PLUGIN_API.md §11). The theme styles it so it never looks bolted on.
--------------------------------------------------------------------------- */
.mallok-inquiry {
  display: grid;
  gap: 1rem;
  margin-block: 2rem;
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--bg-soft);
}
.mallok-inquiry p {
  margin: 0;
}
.mallok-inquiry label {
  display: block;
  font-size: 0.85rem;
  font-weight: 650;
  color: var(--muted);
}
.mallok-inquiry input[type="text"],
.mallok-inquiry input[type="email"],
.mallok-inquiry textarea {
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg);
  color: var(--ink);
  font: inherit;
  font-size: 0.98rem;
}
.mallok-inquiry input:focus-visible,
.mallok-inquiry textarea:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 1px;
}
.mallok-inquiry textarea {
  resize: vertical;
}
.mallok-inquiry button {
  padding: 0.8rem 1.6rem;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}
.mallok-inquiry button:hover {
  background: var(--brand-deep);
}

@media (min-width: 40rem) {
  .mallok-inquiry {
    grid-template-columns: 1fr 1fr;
  }
  .mallok-inquiry p:nth-of-type(n + 5),
  .mallok-inquiry .mallok-inquiry-trap {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* The one place !important is the correct tool: this has to beat every
     animation any rule in this file declares, whatever its specificity, for a
     visitor who has asked their system not to animate. Rewriting it as a more
     specific selector would mean enumerating every animated rule and would
     silently miss the next one added. */
  * {
    /* biome-ignore lint/complexity/noImportantStyles: must beat every animation rule, whatever its specificity */
    animation: none !important;
    /* biome-ignore lint/complexity/noImportantStyles: must beat every transition rule, whatever its specificity */
    transition: none !important;
  }
}

/* Tags on a content page */
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.tag-row a {
  padding: 0.3rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.84rem;
  color: var(--muted);
}
.tag-row a:hover {
  border-color: var(--brand);
  color: var(--brand);
}

/* Atelier 2.4 — editorial industrial collection. */
.shell {
  max-width: 88rem;
}
.btn,
.btn-lg {
  border-radius: 3px;
}
.btn-solid,
.btn-sm {
  box-shadow: none;
}
.btn-solid {
  background: #1748bd;
}
.btn-solid:hover {
  background: #123a98;
}
.hero {
  background: var(--bg);
}
.hero-grid {
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: clamp(2.5rem, 5vw, 4.75rem);
}
.hero-copy {
  padding-block: 1rem;
}
.hero-copy h1 {
  font-weight: 550;
  font-size: clamp(2.6rem, 4.6vw, 4.1rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  max-width: 14ch;
  text-wrap: balance;
}
:lang(zh) .hero-copy h1 {
  max-width: 9em;
  font-size: clamp(2.4rem, 4.4vw, 4rem);
  line-height: 1.22;
  letter-spacing: -0.025em;
}
.hero-lede {
  font-size: 1.05rem;
  max-width: 29rem;
}
.badge {
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.badge svg {
  display: none;
}
.badge::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  background: var(--brand);
}
.stats {
  border-top: 1px solid var(--line);
  padding-top: 1.3rem;
  gap: 2rem;
}
.stat dd {
  font-size: 1.5rem;
  font-weight: 550;
}
.stat dt {
  font-size: 0.77rem;
}
.certs {
  justify-content: flex-start;
  padding-inline: max(1.25rem, calc((100vw - 79rem) / 2));
  gap: 2rem;
}
.cert-pill {
  border: 0;
  border-radius: 0;
  padding: 0.25rem 0;
  font-weight: 500;
}
.section-head h2 {
  font-weight: 550;
  line-height: 1.12;
  max-width: 23ch;
}
.eyebrow {
  font-size: 0.73rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.card:hover {
  box-shadow: none;
  transform: none;
}
.card-tag {
  background: #152b40;
  border-radius: 2px;
  font-weight: 500;
}
.card-body {
  padding: 1.35rem 0 0.5rem;
}
.card-body h3 {
  font-weight: 550;
}
.card-foot {
  margin-top: auto;
}
.band {
  border-radius: 0;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background: #152b40;
  gap: 2.5rem;
}
.band-image {
  width: 100%;
  height: 23rem;
  object-fit: cover;
}
.band-title {
  font-size: clamp(2rem, 3.7vw, 3.2rem);
  font-weight: 550;
}
.band-lede {
  color: #c4d0dd;
}
.band-features {
  grid-column: 1 / -1;
}
.feature {
  border-radius: 0;
  border: 0;
  border-top: 1px solid #45566a;
  background: transparent;
  padding: 1.5rem 0 0;
}
.feature span {
  color: #c4d0dd;
}
.feature svg {
  color: #adc8ff;
}
.note-card {
  border-radius: 0;
  border: 0;
  border-top: 1px solid var(--line);
  padding: 1.5rem 0;
}
.note-card h3 {
  font-size: 1.35rem;
  font-weight: 550;
}
.cta {
  border-radius: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}
.cta h2 {
  font-weight: 550;
}
.detail-title {
  font-weight: 550;
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  text-wrap: balance;
}
.spec-card {
  border-radius: 0;
  box-shadow: none;
  padding: 1.75rem;
}
.product-photo {
  margin-bottom: 2.5rem;
}
.product-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  max-height: 32rem;
}
.product-photo figcaption {
  padding-top: 0.6rem;
  font-size: 0.75rem;
  color: var(--muted);
}
@media (min-width: 48rem) {
  .band-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media (min-width: 64rem) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  }
}
@media (max-width: 47.99rem) {
  .hero-photo {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .hero-copy h1 {
    max-width: 13ch;
  }
  .hero-actions {
    margin-bottom: 2rem;
  }
  .certs {
    gap: 1rem;
  }
  .certs-label {
    flex-basis: 100%;
  }
  .band-image {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}
@media (prefers-reduced-motion: reduce) {
  .card-art img {
    transition: none;
  }
  .card:hover .card-art img {
    transform: none;
  }
}

/* A distinct opening, with quieter catalogue and reading surfaces below. */
.hero {
  background: #152b40;
  color: #f6f9fd;
}
.hero-grid {
  padding-block: clamp(2rem, 5vw, 4.5rem);
}
.hero-copy h1 {
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.07;
  max-width: 13ch;
}
.hero .badge {
  color: #c5d8ff;
  text-transform: none;
  letter-spacing: 0.015em;
  font-size: 0.85rem;
}
.hero .badge::before {
  background: #9dbdff;
}
.hero-lede {
  color: #c5d2df;
  line-height: 1.7;
}
.hero .btn-solid {
  color: #152b40;
  background: #f6f9fd;
}
.hero .btn-solid:hover {
  background: #dfeaff;
}
.hero .btn-ghost {
  background: transparent;
  color: #f6f9fd;
  border-color: #6c8195;
}
.hero .btn-ghost:hover {
  border-color: #f6f9fd;
  background: #203b54;
}
.hero .stats {
  border-color: #4b6073;
  padding-top: 1.15rem;
}
.hero .stat dt {
  color: #c5d2df;
}
.hero-photo {
  min-height: 27rem;
  border-radius: 2px;
}
.hero-caption {
  color: #c5d2df;
  border-color: #4b6073;
}
.hero :focus-visible {
  outline-color: #c5d8ff;
}
.certs {
  padding-block: 1.15rem;
}
.eyebrow {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.85rem;
}
.section-head h2 {
  letter-spacing: -0.035em;
}
.card-grid {
  gap: clamp(1.25rem, 3vw, 2.5rem);
}
.card-art {
  border-radius: 3px;
}
.card-body h3 {
  font-size: 1.4rem;
  line-height: 1.25;
}
.card-body p {
  max-width: 38ch;
}
.card-foot {
  color: var(--muted);
}
.note-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
}
.note-card {
  padding-block: 1.5rem 2rem;
}
.note-card h3 {
  max-width: 26ch;
}
.note-card p {
  max-width: 48ch;
}
.cta {
  background: #eaf0fc;
  color: #152b40;
  border: 0;
  gap: 1.75rem;
}
.cta h2 {
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.13;
  max-width: 22ch;
}
.cta p {
  color: #526477;
  max-width: 46ch;
}
.detail-narrow {
  max-width: 62rem;
}
.prose {
  font-size: 1.075rem;
  line-height: 1.8;
}
.prose h2 {
  font-size: 1.75rem;
  font-weight: 550;
  line-height: 1.25;
}
.spec-card dl > div + div {
  border-top: 1px solid var(--line);
  padding-top: 0.9rem;
}
@media (max-width: 47.99rem) {
  .hero-grid {
    gap: 1.75rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
  .hero-copy {
    padding-block: 0;
  }
  .hero-copy h1 {
    font-size: clamp(2.3rem, 9.5vw, 3.2rem);
    max-width: 15ch;
  }
  .hero .badge {
    margin-bottom: 1.15rem;
  }
  .hero-lede {
    font-size: 1rem;
    margin-bottom: 1.4rem;
  }
  .hero-actions {
    gap: 0.65rem;
    margin-bottom: 1.5rem;
  }
  .hero-actions .btn {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }
  .hero-photo {
    min-height: 0;
    max-height: 24rem;
  }
  .hero-caption {
    padding-block: 0.75rem;
    font-size: 0.7rem;
  }
  .stat dd {
    font-size: 1.25rem;
  }
  .certs {
    column-gap: 1.5rem;
    row-gap: 0.35rem;
  }
  .products,
  .notes {
    padding-top: 3rem;
  }
  .section-head {
    margin-bottom: 1.65rem;
  }
  .card-grid {
    gap: 2rem;
  }
}

/* Homepage stories. Native horizontal scrolling remains usable without JS. */
.hero-carousel {
  background: #132b3d;
  color: #fff;
}
.hero-stage {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.hero-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
  isolation: isolate;
}
.hero-slide[hidden] {
  display: none;
}
.hero-slide-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(12, 30, 45, 0.98) 0%,
    rgba(12, 30, 45, 0.93) 30%,
    rgba(12, 30, 45, 0.64) 52%,
    rgba(12, 30, 45, 0.12) 100%
  );
}
.hero-slide-inner {
  min-height: 37rem;
  display: flex;
  align-items: center;
  padding-block: 4rem;
}
.hero-slide-copy {
  width: 49%;
  max-width: 36rem;
}
.hero-slide-label {
  color: #c5d8f0;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.hero-slide-copy h1,
.hero-slide-copy h2 {
  font-size: clamp(2.5rem, 4.7vw, 4.25rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-wrap: balance;
  margin-bottom: 1.5rem;
}
.hero-slide-lede {
  color: #e0e8f0;
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 38ch;
  margin-bottom: 2rem;
}
.hero-slide-cta {
  background: #fff;
  color: #152b40;
  padding: 0.95rem 1.5rem;
  gap: 1.6rem;
}
.hero-slide-cta:hover {
  background: #e5efff;
  color: #152b40;
}
.hero-controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
}
.hero-selectors {
  display: flex;
  flex: 1;
}
.hero-selectors a {
  flex: 1;
  padding: 1.45rem 1rem;
  border-top: 3px solid transparent;
  color: #c2cfdb;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.95rem;
}
.hero-selectors a span {
  font-size: 0.75rem;
  color: #a9bed2;
}
.hero-selectors a[aria-current] {
  border-color: #c5dcff;
  background: #203c52;
  color: #fff;
}
.hero-selectors a:hover {
  color: #fff;
  background: #203c52;
}
.hero-arrows {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.hero-arrows[hidden] {
  display: none;
}
.hero-arrows button {
  border: 1px solid #8395a6;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  width: 2.8rem;
  height: 2.8rem;
  font: 1.3rem var(--body);
  cursor: pointer;
}
.hero-arrows button:hover {
  background: #29465e;
}
.hero-carousel :focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.is-enhanced .hero-stage {
  overflow: hidden;
  touch-action: pan-y;
}
:lang(zh) .hero-slide-copy h1,
:lang(zh) .hero-slide-copy h2 {
  line-height: 1.22;
  letter-spacing: 0;
}
@media (max-width: 63.99rem) {
  .hero-slide-copy {
    width: 62%;
  }
}
@media (max-width: 47.99rem) {
  .hero-slide-inner {
    min-height: 36rem;
    padding-top: 2.5rem;
    padding-bottom: 10rem;
    align-items: flex-start;
  }
  .hero-slide-copy {
    width: 100%;
    max-width: 28rem;
  }
  .hero-slide-copy h1,
  .hero-slide-copy h2 {
    font-size: clamp(2.25rem, 9vw, 3rem);
    line-height: 1.1;
  }
  .hero-slide-label {
    margin-bottom: 1.15rem;
  }
  .hero-slide-lede {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .hero-slide::after {
    background: linear-gradient(
      180deg,
      rgba(12, 30, 45, 0.97),
      rgba(12, 30, 45, 0.91) 45%,
      rgba(12, 30, 45, 0.25)
    );
  }
  .hero-slide-media img {
    object-position: center;
  }
  .hero-controls {
    gap: 0;
    flex-wrap: wrap;
  }
  .hero-selectors {
    flex-basis: 100%;
  }
  .hero-selectors a {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0.6rem;
    gap: 0.35rem;
    font-size: 0.85rem;
  }
  .hero-arrows {
    margin-left: auto;
    padding-block: 0.65rem;
  }
}
