/*
 * Final visual refinement layer.
 * Loaded after main.css so the established visual language stays intact while
 * typography, rhythm and commerce components share one deliberate finish.
 */

:root {
  --type-display: clamp(3.15rem, 13vw, 4.15rem);
  --type-section: clamp(2.35rem, 10vw, 3.15rem);
  --type-subsection: clamp(1.65rem, 6vw, 2.15rem);
  --type-product: clamp(2.35rem, 11vw, 3.15rem);
  --radius-control: 0.75rem;
  --radius-card: 1.2rem;
  --radius-panel: 1.9rem;
  --shadow-small: 0 0.35rem 1.35rem rgb(35 29 20 / 6%);
  --shadow-medium: 0 1.15rem 3rem rgb(35 29 20 / 9%);
  --shadow-large: 0 2rem 4.5rem rgb(35 29 20 / 12%);
}

body {
  font-size: 0.975rem;
  line-height: 1.58;
}

h1,
h2,
h3,
h4,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2 {
  line-height: 0.96;
  letter-spacing: -0.058em;
}

.eyebrow {
  gap: 0.55rem;
  margin-bottom: 0.8rem;
  font-size: 0.64rem;
  letter-spacing: 0.17em;
}

.eyebrow::before {
  width: 1.35rem;
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button {
  min-height: 3.1rem;
  border-radius: var(--radius-control);
  font-size: 0.78rem;
  font-weight: 780;
}

.button--primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  box-shadow: 0 0.65rem 1.5rem rgb(226 74 23 / 16%);
}

.button--primary:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  box-shadow: 0 0.8rem 1.7rem rgb(189 53 16 / 20%);
  transform: translateY(-1px);
}

/* Header: a quieter single object with a properly integrated search control. */
.site-header {
  padding-block: 0.35rem;
}

.site-header__frame {
  border-radius: 1.15rem;
  box-shadow: 0 0.65rem 2rem rgb(35 29 20 / 7%);
}

.site-header.is-scrolled .site-header__frame {
  box-shadow: 0 0.9rem 2.5rem rgb(35 29 20 / 10%);
}

.utility-bar {
  min-height: 1.7rem;
  padding-top: 0.2rem;
  font-size: 0.61rem;
}

.site-header__main {
  gap: 0.55rem;
  padding: 0.45rem 0.7rem 0.6rem;
}

.site-title {
  font-weight: 820;
}

.site-title__mark {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  box-shadow: 0 0.45rem 1rem rgb(226 74 23 / 18%);
}

.header-action,
.menu-toggle,
.icon-button {
  min-width: 2.45rem;
  min-height: 2.45rem;
}

.header-search {
  min-height: 2.8rem;
  border-radius: 0.76rem;
  background: #f0ede6;
  box-shadow: inset 0 0 0 1px rgb(23 24 22 / 7%);
}

.header-search input[type="search"] {
  height: 2.8rem;
  padding-inline: 0.6rem;
}

.header-search button {
  height: 2.2rem;
  margin-right: 0.3rem;
  padding-inline: 0.8rem;
  border-radius: 0.58rem;
}

.header-search:focus-within {
  box-shadow: inset 0 0 0 2px var(--color-text), 0 0.35rem 1rem rgb(35 29 20 / 7%);
}

/* Home hero: mobile is a true content-then-product composition. */
.home-hero {
  padding-top: 0.2rem;
}

.home-hero__frame {
  display: grid;
  grid-template-rows: auto auto;
  min-height: 0;
  overflow: hidden;
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 79% 68%, rgb(226 74 23 / 12%), transparent 16rem),
    radial-gradient(circle at 86% 12%, rgb(255 255 255 / 84%), transparent 12rem),
    linear-gradient(145deg, #ece6dd 0%, #f8f5ef 62%, #e5dbcf 100%);
  box-shadow: var(--shadow-small);
}

.home-hero__frame::before {
  top: -9%;
  right: -34%;
  width: 105%;
  border-color: rgb(23 24 22 / 7%);
}

.home-hero__frame::after {
  right: 8%;
  bottom: 8%;
  width: 10rem;
  height: 10rem;
  opacity: 0.65;
}

.home-hero__graphic {
  inset: 20% -5% auto;
}

.home-hero__graphic span {
  color: rgb(23 24 22 / 4.2%);
  font-size: clamp(6.5rem, 38vw, 10rem);
}

.home-hero__graphic i {
  top: -1.5rem;
  right: 3%;
  width: 9rem;
  height: 9rem;
  border-width: 0.75rem;
  border-color: rgb(226 74 23 / 8%);
}

.home-hero__content {
  position: relative;
  z-index: 4;
  max-width: none;
  padding: 3rem 1.25rem 0;
}

.home-hero h1 {
  max-width: 9ch;
  margin-bottom: 1.1rem;
  font-size: var(--type-display);
  line-height: 0.9;
  letter-spacing: -0.064em;
}

.home-hero h1 em {
  display: block;
  margin-top: 0.2em;
  color: var(--color-accent);
  font-size: 0.76em;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.home-hero__lede {
  max-width: 31rem;
  margin-bottom: 0;
  color: #555750;
  font-size: 0.98rem;
  line-height: 1.55;
}

.home-hero .button-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1.35rem;
}

.home-hero .button-group .button {
  min-height: 3.15rem;
  padding-inline: 0.75rem;
  text-align: center;
}

.home-hero__visual {
  position: relative;
  z-index: 2;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 27rem;
  margin-top: 0.7rem;
}

.home-hero__visual > img {
  top: 0;
  right: auto;
  bottom: auto;
  left: calc(50% - 9rem);
  width: 18rem;
  height: 27rem;
  object-fit: contain;
  filter: drop-shadow(0 1.5rem 1.4rem rgb(30 27 21 / 20%));
}

.home-hero__halo {
  right: calc(50% - 10rem);
  bottom: 1rem;
  width: 20rem;
  height: 20rem;
  background: linear-gradient(145deg, rgb(255 255 255 / 54%), rgb(226 74 23 / 10%));
}

.hero-chip {
  display: none !important;
}

.home-hero__rail {
  display: none;
}

/* A paced home page: discovery breathes, commerce stays tighter. */
.home-section {
  padding-block: 3.75rem;
}

.section-heading {
  gap: 1.2rem;
  margin-bottom: 1.5rem;
}

.section-heading h2 {
  max-width: 13ch;
  font-size: var(--type-section);
  line-height: 0.96;
}

.section-heading > p,
.section-heading__aside {
  font-size: 0.9rem;
}

.home-categories {
  margin-top: 0;
  padding-block: 4.5rem 3.25rem;
}

.category-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.category-card,
.category-card--1,
.category-card--4 {
  grid-column: auto;
  min-height: 12.5rem;
  border-radius: var(--radius-card);
  box-shadow: none;
}

.category-card--1,
.category-card--4 {
  grid-column: 1 / -1;
  min-height: 19rem;
}

.category-card--1 .category-card__media img {
  object-position: center 68%;
}

.category-card--2 .category-card__media img,
.category-card--3 .category-card__media img {
  object-position: center 58%;
}

.category-card__media::after {
  background: linear-gradient(180deg, rgb(9 11 9 / 3%) 28%, rgb(9 11 9 / 84%) 100%);
}

.category-card__content {
  padding: 1rem;
}

.category-card h3 {
  max-width: 8ch;
  font-size: clamp(1.3rem, 6vw, 2rem);
}

.category-card__arrow,
.use-case-card__arrow {
  right: 0.85rem;
  bottom: 0.85rem;
  width: 2.35rem;
  height: 2.35rem;
}

.featured-products {
  padding-block: 2rem 3.75rem;
}

.featured-products__panel {
  padding: 3.25rem 1rem 1.25rem;
  border-radius: 1.75rem;
  box-shadow: none;
}

/* Product cards: less template chrome, more product and purchasing clarity. */
.woocommerce ul.products {
  gap: 0.85rem;
}

.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
  padding: 0.45rem;
  border-radius: var(--radius-card);
  background: rgb(255 254 250 / 80%);
  box-shadow: 0 0.25rem 1rem rgb(35 29 20 / 4%);
}

.woocommerce-page ul.products li.product:hover,
.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.product:focus-within {
  box-shadow: 0 0.85rem 2rem rgb(35 29 20 / 9%);
  transform: translateY(-2px);
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0.8rem;
  border-radius: calc(var(--radius-card) - 0.3rem);
  aspect-ratio: 1 / 1;
  object-position: center;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  top: 0.85rem;
  left: 0.85rem;
  padding: 0.36rem 0.5rem;
  border-radius: 0.55rem;
  color: #6f250d;
  background: #f8d9cb;
  box-shadow: 0 0.25rem 0.75rem rgb(40 24 17 / 8%);
  font-size: 0.58rem;
  letter-spacing: 0.015em;
}

.product-card__brand,
.single-product__brand {
  margin-bottom: 0.3rem;
  font-size: 0.59rem;
  letter-spacing: 0.14em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 0.4rem;
  font-size: clamp(1.08rem, 4.6vw, 1.35rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.woocommerce ul.products li.product .price {
  margin-bottom: 0.55rem;
  font-size: 0.95rem;
}

.product-card__stock {
  margin-bottom: 0.55rem;
  font-size: 0.63rem;
}

.product-card__specs {
  gap: 0.3rem;
  margin-bottom: 0.7rem;
}

.product-card__specs li {
  gap: 0.2rem;
  padding: 0.32rem 0.42rem;
  border-radius: 0.55rem;
  background: #f1eee7;
}

.product-card__spec-value {
  font-size: 0.66rem;
}

.product-card__spec-label {
  font-size: 0.53rem;
}

.woocommerce ul.products li.product .button {
  width: calc(100% - 0.2rem);
  min-height: 2.7rem;
  margin: 0 0.1rem 0.1rem;
  border-radius: 0.66rem;
  font-size: 0.7rem;
}

.motion-manifesto {
  padding-block: 2.5rem 4.5rem;
}

.motion-manifesto__panel {
  padding: 4.25rem 1.25rem 1rem;
  border-radius: 1.75rem;
  box-shadow: var(--shadow-small);
}

.motion-manifesto h2 {
  max-width: 11ch;
  font-size: var(--type-section);
}

.motion-manifesto__grid {
  gap: 0;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.motion-manifesto__grid article {
  padding: 1.15rem 0;
  border-radius: 0;
  background: transparent;
}

.motion-manifesto__grid article + article {
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.use-case-section {
  padding-block: 3.75rem;
}

.use-case-card {
  border-radius: var(--radius-card);
  box-shadow: none;
}

.accessories-showcase {
  padding-block: 2.5rem 3.75rem;
}

.accessories-showcase__panel {
  border-radius: 1.75rem;
  box-shadow: none;
}

.accessories-showcase__intro {
  border-radius: 1.35rem;
}

.accessories-showcase h2 {
  max-width: 9ch;
  font-size: var(--type-section);
}

.benefit-strip {
  padding-block: 2.75rem 3.75rem;
}

.benefit-strip__panel {
  padding: 2.75rem 1.25rem;
  border-radius: 1.55rem;
  box-shadow: var(--shadow-small);
}

.benefit-strip__intro h2,
.buying-guide-cta h2,
.newsletter-section h2 {
  font-size: var(--type-subsection);
}

.buying-guide-cta {
  padding-block: 3rem;
}

.buying-guide-cta__inner {
  padding: 3.5rem 1.25rem 1.4rem;
  border-radius: 1.75rem;
  box-shadow: var(--shadow-small);
}

.newsletter-section {
  padding-block: 3.5rem;
}

.newsletter-section__inner {
  padding-block: 2.5rem;
}

.site-footer {
  border-radius: 1.75rem;
  box-shadow: none;
}

/* Catalog: a concise gateway to products, not a second homepage hero. */
.woocommerce .woocommerce-breadcrumb {
  margin: 0.55rem 0 1rem;
  font-size: 0.67rem;
}

.catalog-hero {
  min-height: 21rem;
  padding: 2.35rem 1.25rem 0.9rem;
  border-radius: 1.75rem;
  box-shadow: var(--shadow-small);
}

.catalog-hero::before {
  opacity: 0.7;
}

.catalog-hero h1 {
  max-width: 9ch;
  margin-bottom: 0.7rem;
  font-size: clamp(2.75rem, 12vw, 3.6rem);
  line-height: 0.92;
}

.catalog-hero__description,
.catalog-hero__description p {
  margin-bottom: 0.75rem;
  font-size: 0.86rem;
  line-height: 1.55;
}

.catalog-hero__count {
  min-height: 1.8rem;
  margin-bottom: 0;
  font-size: 0.59rem;
}

.catalog-hero__graphic {
  top: 2rem;
  opacity: 0.58;
}

.catalog-category-nav {
  gap: 0.35rem;
  padding-top: 1rem;
  padding-right: 3.25rem;
  padding-bottom: 0.15rem;
  scroll-padding-inline: 0.25rem 3.25rem;
  scroll-snap-type: x proximity;
  -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 2.6rem), transparent 100%);
  mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 2.6rem), transparent 100%);
}

.catalog-category-nav__link {
  padding: 0.55rem 0.72rem;
  border-radius: 0.7rem;
  font-size: 0.66rem;
  scroll-snap-align: start;
}

.catalog-layout {
  margin-top: 0.7rem;
}

.catalog-toolbar {
  gap: 0.65rem;
  min-height: 4rem;
  margin-bottom: 0.8rem;
  padding-block: 0.35rem;
}

.woocommerce .woocommerce-result-count {
  font-size: 0.72rem;
}

.woocommerce .woocommerce-ordering select {
  min-height: 2.7rem;
  padding: 0 2.4rem 0 0.9rem;
  border: 1px solid rgb(23 24 22 / 8%);
  border-radius: 0.72rem;
  background-color: var(--color-surface-raised);
  box-shadow: 0 0.25rem 1rem rgb(35 29 20 / 5%);
  font-size: 0.82rem;
}

/* Single product: quieter surfaces and one coherent purchase hierarchy. */
.woocommerce div.product div.images {
  display: grid;
  grid-template: auto 5rem / minmax(0, 1fr);
  padding: 0.45rem;
  border-radius: 1.65rem;
  box-shadow: var(--shadow-small);
}

/* Keep both gallery rows stable while FlexSlider wraps the image track. */
.woocommerce div.product div.images::before {
  display: block;
  grid-area: 1 / 1;
  aspect-ratio: 1;
  content: "";
  pointer-events: none;
}

.woocommerce div.product div.images > .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images > .flex-viewport {
  grid-area: 1 / 1;
  min-width: 0;
  aspect-ratio: 1;
}

.woocommerce div.product div.images:not(:has(.flex-control-thumbs))::after {
  display: block;
  grid-area: 2 / 1;
  content: "";
}

.woocommerce div.product div.images:has(.flex-control-thumbs)::after {
  display: none;
  content: none;
}

.woocommerce div.product div.images > .flex-control-thumbs {
  grid-area: 2 / 1;
}

.woocommerce div.product div.images:not(:has(.flex-viewport)) .woocommerce-product-gallery__wrapper {
  overflow: hidden;
}

.woocommerce div.product div.images:not(:has(.flex-viewport)) .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child {
  width: 100% !important;
}

.woocommerce div.product div.images:not(:has(.flex-viewport)) .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
  display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image a,
.woocommerce div.product div.images .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
  border-radius: 1.25rem;
}

.scooter-store-gallery-lightbox {
  top: 1rem;
  right: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  box-shadow: 0 0.4rem 1rem rgb(25 26 23 / 9%);
}

.woocommerce div.product div.images .flex-control-thumbs {
  gap: 0.4rem;
  padding-top: 0.5rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 4rem;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  border-radius: 0.65rem;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
  box-shadow: inset 0 0 0 1px var(--color-text);
}

.woocommerce div.product div.summary {
  padding: 1.75rem 1.2rem;
  border-radius: 1.65rem;
  background: rgb(255 254 250 / 88%);
  box-shadow: var(--shadow-small);
}

.woocommerce div.product .product_title {
  max-width: 12ch;
  margin-bottom: 0.75rem;
  font-size: var(--type-product);
  line-height: 0.94;
  letter-spacing: -0.058em;
}

.woocommerce div.product p.price {
  margin-bottom: 1rem;
  font-size: clamp(1.6rem, 7vw, 2rem);
}

.woocommerce-product-details__short-description {
  font-size: 0.9rem;
  line-height: 1.55;
}

.product-highlights {
  margin-block: 1.35rem;
  border-radius: 1rem;
  box-shadow: inset 0 0 0 1px rgb(35 29 20 / 6%);
}

.product-highlights__item {
  min-height: 5.2rem;
  padding: 0.85rem 1rem;
}

.product-highlights__item dt {
  margin-top: 0.35rem;
  font-size: 0.55rem;
}

.product-highlights__item dd {
  font-size: clamp(1.4rem, 6vw, 1.7rem);
}

.woocommerce div.product .summary > p.stock {
  min-height: 2.2rem;
  padding: 0.45rem 0.7rem;
}

.woocommerce div.product form.cart {
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 0.35rem;
  padding: 0.35rem;
  border-radius: 0.85rem;
  background: #ece8df;
}

.woocommerce .quantity .qty,
.woocommerce div.product form.cart .button {
  min-height: 3.35rem;
  border-radius: 0.62rem;
}

.woocommerce div.product .product_meta {
  padding-top: 0.8rem;
  font-size: 0.64rem;
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: 3.5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: inline-flex;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0.55rem 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-bottom-color: var(--color-accent);
  background: transparent;
  box-shadow: none;
}

.woocommerce-Tabs-panel--description {
  padding-top: 0.65rem;
  font-size: 0.9rem;
}

.woocommerce-Tabs-panel--description > h2 {
  margin-bottom: 0.75rem;
  font-size: var(--type-subsection);
}

.scooter-specifications {
  padding: 2.75rem 1rem 1rem;
  margin-top: 2.75rem;
  border-radius: 1.75rem;
  box-shadow: none;
}

.scooter-specifications__header {
  margin-bottom: 1.75rem;
}

.scooter-specifications__header > span {
  margin-bottom: 0.65rem;
  font-size: 0.61rem;
}

.scooter-specifications__header h2 {
  max-width: 11ch;
  font-size: var(--type-section);
}

.scooter-specifications__groups {
  gap: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: rgb(255 254 250 / 66%);
  box-shadow: inset 0 0 0 1px rgb(23 24 22 / 6%);
}

.scooter-specifications__group {
  padding: 1.15rem;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.scooter-specifications__group + .scooter-specifications__group {
  border-top: 1px solid rgb(23 24 22 / 8%);
}

.scooter-specifications__group h3 {
  padding-bottom: 0.75rem;
  font-size: 0.9rem;
}

.scooter-specifications__group dl > div {
  padding-block: 0.62rem;
}

.scooter-specifications__group dt {
  font-size: 0.72rem;
}

.scooter-specifications__group dd {
  font-size: 0.78rem;
}

.product-service-notes {
  gap: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--color-surface-raised);
  box-shadow: var(--shadow-small);
}

.product-service-note {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-service-note + .product-service-note {
  border-top: 1px solid var(--color-border);
}

.woocommerce div.product .related {
  margin-top: 3.75rem;
}

.woocommerce div.product .related > h2 {
  font-size: var(--type-section);
}

.mobile-purchase-bar {
  right: 0.4rem;
  bottom: calc(0.4rem + env(safe-area-inset-bottom));
  left: 0.4rem;
  padding: 0.35rem;
  border-radius: 0.85rem;
  box-shadow: 0 0.8rem 2.2rem rgb(20 17 13 / 18%);
}

.mobile-purchase-bar__inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(8rem, 1.1fr);
  gap: 0.35rem;
}

.mobile-purchase-bar .button {
  min-height: 2.8rem;
}

/* Tablet receives a composed split hero and two-column technical groups. */
@media (min-width: 48rem) {
  .home-hero__frame {
    display: block;
    min-height: 39rem;
  }

  .home-hero__content {
    max-width: 56%;
    padding: 4.75rem 0 0 5%;
  }

  .home-hero h1 {
    font-size: clamp(4rem, 8vw, 5rem);
  }

  .home-hero__visual {
    position: absolute;
    right: -1%;
    bottom: 0;
    width: 49%;
    height: 94%;
    margin: 0;
  }

  .home-hero__visual > img {
    top: auto;
    right: 0;
    bottom: -0.5rem;
    left: auto;
    width: 24rem;
    height: 36rem;
  }

  .home-hero__halo {
    right: -2rem;
    bottom: 3rem;
    width: 26rem;
    height: 26rem;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 18rem);
    gap: 0.85rem;
  }

  .category-card,
  .category-card--1,
  .category-card--4 {
    grid-column: auto;
    min-height: 0;
  }

  .category-card--1 {
    grid-row: 1 / 3;
  }

  .category-card--4 {
    grid-column: 1 / -1;
  }

  .motion-manifesto__grid,
  .scooter-specifications__groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .motion-manifesto__grid article + article {
    border-top: 0;
  }

  .motion-manifesto__grid article:nth-child(even) {
    border-left: 1px solid rgb(255 255 255 / 10%);
    padding-left: 1.25rem;
  }

  .motion-manifesto__grid article:nth-child(n + 3) {
    border-top: 1px solid rgb(255 255 255 / 10%);
  }

  .scooter-specifications__group + .scooter-specifications__group {
    border-top: 0;
  }

  .scooter-specifications__group:nth-child(even) {
    border-left: 1px solid rgb(23 24 22 / 8%);
  }

  .scooter-specifications__group:nth-child(n + 3) {
    border-top: 1px solid rgb(23 24 22 / 8%);
  }

  .product-service-note + .product-service-note {
    border-top: 0;
    border-left: 1px solid var(--color-border);
  }

  .catalog-category-nav {
    padding-right: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* Desktop: restrained scale, product-first composition and tighter commerce. */
@media (min-width: 64rem) {
  :root {
    --type-display: clamp(4.8rem, 6.2vw, 6.25rem);
    --type-section: clamp(3rem, 4.4vw, 4.35rem);
    --type-subsection: clamp(2rem, 3vw, 3rem);
    --type-product: clamp(3.35rem, 3.9vw, 4.25rem);
  }

  .site-header {
    padding-block: 0.45rem;
  }

  .site-header__frame {
    border-radius: 1.25rem;
  }

  .utility-bar {
    min-height: 1.55rem;
    padding-top: 0.12rem;
  }

  .site-header__main {
    grid-template-columns: 13rem minmax(20rem, 1fr) auto;
    gap: 1.25rem;
    padding: 0.45rem 1.2rem;
  }

  .site-header__navigation {
    padding: 0 1.2rem 0.42rem;
  }

  .primary-menu > li > a {
    padding: 0.45rem 0.75rem;
  }

  .home-hero__frame {
    min-height: 40rem;
  }

  .home-hero__content {
    max-width: 38rem;
    padding: 5.4rem 0 0 6.5%;
  }

  .home-hero h1 {
    max-width: 11ch;
  }

  .home-hero__lede {
    max-width: 30rem;
    font-size: 1rem;
  }

  .home-hero .button-group {
    display: flex;
    gap: 0.65rem;
  }

  .home-hero .button-group .button {
    min-width: 10.5rem;
  }

  .home-hero__visual {
    right: 3.5%;
    bottom: 0;
    width: 43rem;
    height: 100%;
  }

  .home-hero__visual > img {
    top: 0;
    right: 5rem;
    bottom: auto;
    width: 26.7rem;
    height: 40rem;
  }

  .home-hero__halo {
    right: 0;
    bottom: 2.5rem;
    width: 30rem;
    height: 30rem;
  }

  .home-hero__rail {
    bottom: 1.4rem;
    left: 6.5%;
    display: flex;
    gap: 2rem;
  }

  .home-section {
    padding-block: 4.75rem;
  }

  .home-categories {
    padding-block: 6rem 4rem;
  }

  .section-heading {
    margin-bottom: 1.75rem;
  }

  .category-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, 13.5rem);
    gap: 0.85rem;
  }

  .category-card--1 {
    grid-column: 1 / 8;
    grid-row: 1 / 3;
  }

  .category-card--2 {
    grid-column: 8 / 13;
    grid-row: 1;
  }

  .category-card--3 {
    grid-column: 8 / 11;
    grid-row: 2;
  }

  .category-card--4 {
    grid-column: 11 / 13;
    grid-row: 2;
  }

  .category-card h3 {
    font-size: clamp(1.55rem, 2.4vw, 2.5rem);
  }

  .featured-products {
    padding-block: 2.25rem 4.5rem;
  }

  .featured-products__panel {
    padding: 4rem 3rem 3rem;
  }

  .woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 1.04;
  }

  .motion-manifesto {
    padding-block: 3rem 5.75rem;
  }

  .motion-manifesto__panel {
    padding: 5.75rem 3.5rem 1.5rem;
  }

  .motion-manifesto__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .motion-manifesto__grid article:nth-child(n) {
    padding: 1.3rem 1.25rem;
    border-top: 0;
  }

  .motion-manifesto__grid article + article {
    border-left: 1px solid rgb(255 255 255 / 10%);
  }

  .use-case-section {
    padding-block: 4.75rem;
  }

  .accessories-showcase {
    padding-block: 3rem 4.5rem;
  }

  .accessories-showcase__intro {
    padding: 3.5rem 2.5rem;
  }

  .woocommerce.home-product-grid--accessories ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-strip {
    padding-block: 3rem 4.5rem;
  }

  .benefit-strip__panel {
    padding: 3.5rem 2.75rem;
  }

  .buying-guide-cta {
    padding-block: 3.5rem;
  }

  .buying-guide-cta__inner {
    padding: 4rem 2.75rem;
  }

  .catalog-hero {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.38fr);
    min-height: 20.5rem;
    padding: 3rem 3.5rem 1.15rem;
  }

  .catalog-hero h1 {
    font-size: clamp(4.25rem, 5.8vw, 5.7rem);
  }

  .catalog-hero__graphic span {
    font-size: clamp(7rem, 10vw, 10rem);
  }

  .catalog-category-nav {
    padding-top: 1.35rem;
  }

  .catalog-toolbar {
    min-height: 3.8rem;
  }

  .woocommerce div.product div.summary {
    top: 9.75rem;
    padding: 2.5rem;
  }

  .product-highlights__item {
    min-height: 5.5rem;
    padding: 0.8rem;
  }

  .product-highlights__item dd {
    font-size: clamp(1.4rem, 1.55vw, 1.65rem);
  }

  .woocommerce div.product .woocommerce-tabs {
    margin-top: 3.25rem;
  }

  .scooter-specifications {
    grid-template-columns: minmax(20rem, 0.64fr) minmax(0, 1.36fr);
    gap: 2.5rem;
    padding: 4rem 3rem 3rem;
    margin-top: 3rem;
  }

  .scooter-specifications__header {
    top: 9.75rem;
  }

  .scooter-specifications__header h2 {
    font-size: clamp(2.8rem, 4vw, 3.75rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  .category-card:hover .category-card__media img,
  .category-card:focus-within .category-card__media img,
  .use-case-card:hover img,
  .use-case-card:focus-visible img {
    transform: scale(1.03);
  }

  .woocommerce ul.products li.product:hover a img,
  .woocommerce ul.products li.product:focus-within a img {
    transform: scale(1.025);
  }
}

/* Refined one-time reveal: smaller travel, quicker settlement, same resilience. */
.has-reveal-motion [data-reveal].is-reveal-ready,
.has-reveal-motion [data-load-reveal].is-reveal-ready {
  --reveal-distance-y: 24px;
  --reveal-scale: 0.995;
  --reveal-duration: 720ms;
}

.has-reveal-motion [data-reveal="panel"].is-reveal-ready {
  --reveal-distance-y: 26px;
  --reveal-scale: 0.992;
  --reveal-duration: 780ms;
}

.has-reveal-motion [data-reveal="card"].is-reveal-ready {
  --reveal-distance-y: 20px;
  --reveal-scale: 0.995;
  --reveal-duration: 680ms;
}

.has-reveal-motion [data-reveal="category"].is-reveal-ready {
  --reveal-distance-y: 22px;
  --reveal-scale: 0.994;
  --reveal-duration: 760ms;
}

.has-reveal-motion [data-load-reveal="visual"].is-reveal-ready {
  --reveal-distance-x: 10px;
  --reveal-distance-y: 12px;
  --reveal-scale: 0.992;
  --reveal-duration: 760ms;
}

@media (max-width: 47.99rem) {
  .has-reveal-motion [data-reveal].is-reveal-ready,
  .has-reveal-motion [data-load-reveal].is-reveal-ready {
    --reveal-distance-y: 18px;
    --reveal-duration: 570ms;
  }

  .has-reveal-motion [data-reveal="panel"].is-reveal-ready,
  .has-reveal-motion [data-reveal="category"].is-reveal-ready,
  .has-reveal-motion [data-load-reveal="visual"].is-reveal-ready {
    --reveal-distance-y: 20px;
    --reveal-duration: 620ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__visual > img,
  .category-card__media img,
  .use-case-card img,
  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product a img,
  .mobile-purchase-bar {
    transition: none !important;
  }
}
