/**
 * NIIMBOT USA — site styles
 * Version: 0.2.0 (2026-07-24)
 *
 * Palette from the NIIMBOT brand: coral-red accent on white, with a soft blue
 * wash echoing the product photography backdrops.
 */

:root {
  --red: #f4473b;
  --red-dark: #d63529;
  --ink: #16181d;
  --muted: #61656e;
  --line: #e6e8ec;
  --line-strong: #c9ced6;
  --sky-1: #eaf4fb;
  --sky-2: #f7fbfd;
  --wash: #f5f7fa;
  --err: #c0271b;
  --radius: 10px;
  --max: 68rem;
  --max-narrow: 44rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system,
    "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}

main {
  flex: 1;
}

a {
  color: var(--red-dark);
}

.skip {
  position: absolute;
  left: -9999px;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

/* ---- header -------------------------------------------------------- */

.announce {
  background: var(--red);
  color: #fff;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.site-header__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  text-decoration: none;
}

.brand__mark {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--red);
}

.brand__region {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--muted);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--red);
  border-bottom-color: var(--red);
}

.nav a[aria-current="page"] {
  border-bottom-color: var(--red);
}

/* ---- hero ---------------------------------------------------------- */

.hero {
  background: linear-gradient(180deg, var(--sky-1) 0%, var(--sky-2) 60%, #fff 100%);
  border-bottom: 1px solid var(--line);
}

.hero__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4rem 1.5rem 3.5rem;
  text-align: center;
}

.hero__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
}

.hero__title {
  margin: 0 0 1rem;
  font-size: clamp(1.9rem, 5.5vw, 3.1rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero__lede {
  margin: 0 auto 2rem;
  max-width: 40rem;
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  color: var(--muted);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.hero__actions--center {
  margin-bottom: 0;
}

.models {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.models li {
  border: 1px solid var(--line-strong);
  background: #fff;
  border-radius: 999px;
  padding: 0.4rem 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* ---- photo hero ---------------------------------------------------- */

.hero-photo {
  position: relative;
  isolation: isolate;
  background: var(--ink);
}

.hero-photo picture,
.hero-photo img {
  display: block;
  width: 100%;
  height: clamp(26rem, 60vh, 40rem);
  object-fit: cover;
  object-position: center 60%;
}

/* Scrim so white text stays legible over a bright desert sky. Weighted to
   the left, where the copy sits, and darkest at the bottom. */
.hero-photo__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(
    100deg,
    rgba(10, 14, 20, 0.86) 0%,
    rgba(10, 14, 20, 0.66) 42%,
    rgba(10, 14, 20, 0.24) 72%,
    rgba(10, 14, 20, 0.12) 100%
  );
}

.hero-photo__inner {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  color: #fff;
}

.hero__eyebrow--light {
  color: #ff9c94;
}

.hero-photo__title {
  margin: 0 0 1rem;
  max-width: 20ch;
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.hero-photo__lede {
  margin: 0 0 2rem;
  max-width: 38rem;
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  color: rgba(255, 255, 255, 0.9);
}

.hero-photo .hero__actions {
  justify-content: flex-start;
  margin-bottom: 0;
}

/* ---- split section ------------------------------------------------- */

.split {
  border-top: 1px solid var(--line);
}

.split__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.split__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 24rem;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.split__title {
  margin: 0 0 1rem;
  font-size: clamp(1.4rem, 3.5vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.split__body p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.split__body .models {
  justify-content: flex-start;
  margin-top: 1.5rem;
}

/* ---- inquiry ------------------------------------------------------- */

.inquiry {
  background: var(--wash);
  border-top: 1px solid var(--line);
}

.inquiry__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  align-items: start;
}

.inquiry__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.inquiry__lede {
  margin: 0 0 1rem;
  color: var(--muted);
}

.inquiry__alt {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.inquiry__form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem;
}

.alert--ok {
  background: #ecf7ee;
  border-color: #2e7d43;
  color: #1f6234;
}

/* ---- buttons ------------------------------------------------------- */

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease, transform 0.15s ease, color 0.15s ease;
}

.btn--primary {
  background: var(--red);
  color: #fff;
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: var(--red-dark);
  transform: translateY(-1px);
}

.btn--ghost {
  background: #fff;
  color: var(--ink);
  border-color: var(--line-strong);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

/* Outlined button for use over the dark photo hero. */
.btn--light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

.btn--light:hover,
.btn--light:focus-visible {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

.btn--wide {
  width: 100%;
  max-width: 22rem;
}

.btn:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

/* ---- strip --------------------------------------------------------- */

.strip__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 2rem;
}

.strip__item h2 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.strip__item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

/* ---- reseller CTA -------------------------------------------------- */

.reseller-cta {
  background: var(--wash);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reseller-cta__inner {
  max-width: var(--max-narrow);
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
  text-align: center;
}

.reseller-cta__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.4rem, 3.5vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.reseller-cta__lede {
  margin: 0 auto 1.75rem;
  color: var(--muted);
}

/* ---- page head ----------------------------------------------------- */

.page-head {
  background: linear-gradient(180deg, var(--sky-1) 0%, #fff 100%);
  border-bottom: 1px solid var(--line);
}

.page-head__inner {
  max-width: var(--max-narrow);
  margin: 0 auto;
  padding: 3.5rem 1.5rem 2.5rem;
}

.page-head--center .page-head__inner {
  text-align: center;
}

.page-head__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.7rem, 4.5vw, 2.4rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.page-head__lede {
  margin: 0 0 1.5rem;
  color: var(--muted);
}

/* ---- forms --------------------------------------------------------- */

.form-section__inner {
  max-width: var(--max-narrow);
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
}

.alert {
  background: #fdecea;
  border: 1px solid var(--err);
  color: var(--err);
  border-radius: var(--radius);
  padding: 0.9rem 1.1rem;
  margin-bottom: 2rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.fieldset {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin: 0 0 1.75rem;
}

.fieldset__legend {
  padding: 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
}

.field {
  margin-bottom: 1.25rem;
}

.field:last-child {
  margin-bottom: 0;
}

.field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--ink);
  background: #fff;
}

.field textarea {
  resize: vertical;
}

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 1px;
  border-color: var(--red);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: var(--err);
  background: #fffaf9;
}

.field__error {
  margin: 0.4rem 0 0;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--err);
}

.field__hint {
  margin: 0.4rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field-row--three {
  grid-template-columns: 2fr 1fr 1fr;
}

.req {
  color: var(--red);
}

.form-note {
  font-size: 0.84rem;
  color: var(--muted);
  margin: 0 0 1.5rem;
}

/* Honeypot — visually hidden, off-screen, never focusable. */
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.error-detail {
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
  overflow-x: auto;
  font-size: 0.85rem;
  text-align: left;
}

/* ---- catalog: filters ---------------------------------------------- */

.page-head__inner--wide {
  max-width: var(--max);
}

.filters {
  border-bottom: 1px solid var(--line);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
}

.filters__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
}

.filters__label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--line-strong);
  background: #fff;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.chip:hover,
.chip:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

.chip--on {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.chip--on:hover,
.chip--on:focus-visible {
  background: var(--red-dark);
  border-color: var(--red-dark);
  color: #fff;
}

.chip--sm {
  padding: 0.35rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.chip__n {
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.7;
}

/* ---- catalog: grid -------------------------------------------------- */

.grid-section__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
}

.grid-section--tight .grid-section__inner {
  padding-top: 0;
}

.result-count {
  margin: 0 0 1.5rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.empty {
  padding: 3rem 0;
  text-align: center;
  color: var(--muted);
}

.cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
  gap: 1.25rem;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.15s ease;
}

.card:hover,
.card:focus-within {
  border-color: var(--line-strong);
  box-shadow: 0 6px 20px rgba(20, 24, 30, 0.08);
  transform: translateY(-2px);
}

.card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
}

.card__link:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 2px;
  border-radius: var(--radius);
}

.card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.card__width {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted);
}

.card__title {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.card__advantage {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card__specs {
  margin: 0 0 1rem;
  display: grid;
  gap: 0.3rem;
  font-size: 0.8rem;
}

.card__specs > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px dotted var(--line);
  padding-bottom: 0.25rem;
}

.card__specs dt {
  color: var(--muted);
}

.card__specs dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
}

.card__price {
  margin: auto 0 0;
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.card__amount {
  font-size: 1.2rem;
  font-weight: 800;
}

.card__amount--tbd {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--muted);
}

.card__promo {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--red);
}

/* ---- tags ----------------------------------------------------------- */

.tag {
  display: inline-block;
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tag--thermal-transfer {
  background: #e8f0fb;
  color: #1d4f9c;
}

.tag--thermal {
  background: #fdeceb;
  color: #b8342a;
}

.tag--smart-tube {
  background: #eaf5ec;
  color: #22683a;
}

/* ---- product detail -------------------------------------------------- */

.crumbs {
  border-bottom: 1px solid var(--line);
  background: var(--wash);
}

.crumbs__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  font-size: 0.82rem;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.crumbs__inner a {
  color: var(--muted);
}

.crumbs__inner [aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
}

.product__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3rem;
  display: grid;
  grid-template-columns: 1fr 20rem;
  gap: 3rem;
  align-items: start;
}

.product__title {
  margin: 0.75rem 0 0.75rem;
  font-size: clamp(1.7rem, 4.5vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.product__advantage {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.product__description {
  margin: 0 0 1.5rem;
  color: var(--muted);
}

.product__facts {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product__facts li {
  border: 1px solid var(--line);
  background: var(--wash);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.product__facts strong {
  color: var(--ink);
}

.section-title {
  margin: 2.5rem 0 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.spec-table th,
.spec-table td {
  text-align: left;
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.spec-table thead th {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom-color: var(--line-strong);
}

.spec-table tbody th {
  width: 40%;
  font-weight: 600;
  color: var(--muted);
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.82rem;
}

.bundle-list {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.buybox {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 1.5rem;
  background: #fff;
  position: sticky;
  top: 6rem;
}

.buybox__price {
  margin: 0 0 0.25rem;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.buybox__price--tbd {
  font-size: 1.1rem;
  color: var(--muted);
}

.buybox__promo {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--red);
}

.buybox__note {
  margin: 0 0 1.25rem;
  font-size: 0.8rem;
  color: var(--muted);
}

.buybox .btn {
  margin-bottom: 0.6rem;
  text-align: center;
}

.buybox__stock {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  color: var(--muted);
}

/* ---- footer -------------------------------------------------------- */

.site-footer {
  background: var(--wash);
  border-top: 1px solid var(--line);
  margin-top: auto;
}

.site-footer__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.5rem 1.5rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.site-footer__note {
  margin: 0.6rem 0 0;
  font-size: 0.86rem;
  color: var(--muted);
  max-width: 22rem;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.site-footer__links a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: var(--red);
  text-decoration: underline;
}

.site-footer__legal {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1rem 1.5rem 2rem;
  font-size: 0.78rem;
  color: var(--muted);
}

/* ---- responsive ---------------------------------------------------- */

@media (max-width: 56rem) {
  .split__inner,
  .inquiry__inner,
  .product__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* Sticky filter bar plus sticky buybox fight for vertical space on a
     phone; both revert to normal flow. */
  .filters,
  .buybox {
    position: static;
  }

  .product__aside {
    order: -1;
  }

  .split__media {
    order: -1;
  }
}

@media (max-width: 40rem) {
  .site-header__inner {
    justify-content: center;
    text-align: center;
  }

  .hero-photo picture,
  .hero-photo img {
    height: clamp(24rem, 70vh, 32rem);
  }

  .hero-photo__overlay {
    background: linear-gradient(
      180deg,
      rgba(10, 14, 20, 0.62) 0%,
      rgba(10, 14, 20, 0.8) 100%
    );
  }

  .inquiry__form {
    padding: 1.25rem;
  }

  .nav {
    width: 100%;
    justify-content: center;
    gap: 1.1rem;
  }

  .field-row,
  .field-row--three {
    grid-template-columns: 1fr;
  }

  .btn--wide {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }

  .btn:hover,
  .btn:focus-visible {
    transform: none;
  }
}
