@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("./assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("./assets/fonts/inter-tight-latin.woff2") format("woff2");
}

:root {
  --ink: #252928;
  --muted: #69716e;
  --line: #e8ebe6;
  --page: #f7f8f5;
  --panel: #ffffff;
  --dark: #242725;
  --orange: #f18422;
  --orange-dark: #d95f13;
  --green: #52c67a;
  --red: #de2f2f;
  --shadow: 0 16px 42px rgba(28, 33, 31, 0.07);
}

/* VoltraPower editorial commerce system: open layouts, image-led product storytelling, and quiet utility. */
:root {
  --ink: #111715;
  --muted: #69736c;
  --line: rgba(17, 23, 21, 0.14);
  --page: #fbfbf7;
  --panel: #ffffff;
  --dark: #111715;
  --orange: #ed6b19;
  --orange-dark: #c95512;
  --green: #43bd72;
  --shadow: none;
}

html {
  background: var(--page);
}

body {
  background: var(--page);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ink);
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

.container {
  width: min(1280px, calc(100% - 72px));
}

.topline {
  display: none;
}

.site-header {
  background: var(--page);
}

.mainbar {
  background: rgba(251, 251, 247, 0.94);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.mainbar-grid {
  min-height: 96px;
  grid-template-columns: 170px minmax(0, 1fr) minmax(220px, 280px) auto;
  gap: 32px;
}

.compact-header .mainbar-grid {
  min-height: 88px;
}

.brand-logo {
  width: 126px;
  max-height: 60px;
}

.compact-header .brand-logo,
.checkout-header .brand-logo {
  width: 116px;
  max-height: 54px;
}

.desktop-nav {
  gap: 24px;
}

.desktop-nav a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.desktop-nav a::after {
  background: var(--orange);
}

.search {
  height: 44px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.search input {
  background: transparent;
  color: var(--ink);
}

.search button {
  width: 42px;
  background: transparent;
  color: var(--ink);
}

.header-actions {
  gap: 14px;
}

.badge-action,
.account-link,
.vat-toggle {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.badge-action span {
  background: var(--orange);
}

.primary-cta,
.secondary-cta,
.filter-cta,
.checkout-link,
.quote-link,
.place-order,
.add-cart {
  border-radius: 0;
  box-shadow: none;
}

.primary-cta,
.place-order,
.add-cart {
  background: var(--dark);
}

.primary-cta:hover,
.place-order:hover,
.add-cart:hover {
  background: var(--orange);
}

.secondary-cta {
  min-height: 44px;
  padding: 0 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

.secondary-cta:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: transparent;
}

.eyebrow {
  color: var(--orange);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-heading {
  margin-bottom: 34px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.section-heading a {
  min-height: 32px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

.section-heading a:hover {
  border-color: var(--orange);
  color: var(--orange);
}

/* Home */
.home-hero {
  min-height: calc(100vh - 96px);
  padding: 90px 0 54px;
  background: var(--page);
}

.hero-stage {
  min-height: 560px;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap: 80px;
  align-items: center;
}

.hero-copy {
  max-width: 720px;
}

.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  margin: 34px 0 36px;
}

.hero-stats {
  gap: 0;
  border-top: 1px solid var(--line);
}

.hero-stats span {
  padding: 20px 18px 0 0;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-stats span + span {
  padding-left: 18px;
}

.hero-stats span:last-child {
  border-right: 0;
}

.hero-showcase {
  min-height: 560px;
  padding: 44px;
  border: 0;
  border-radius: 0;
  background: #f1f3ed;
  box-shadow: none;
}

.showcase-badge {
  top: 28px;
  left: 28px;
  padding: 0 0 6px;
  border-radius: 0;
  border-bottom: 1px solid var(--orange);
  background: transparent;
}

.showcase-card {
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: rgba(251, 251, 247, 0.94);
  box-shadow: none;
}

.home-services {
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-services a {
  min-height: 100px;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-services a:last-child {
  border-right: 0;
}

.home-services a:hover {
  transform: none;
  background: #f1f3ed;
}

.partner-marquee {
  padding: 88px 0;
  background: var(--page);
}

.partner-track {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.partner-card {
  min-height: 112px;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.partner-card:last-child {
  border-right: 0;
}

.partner-card:hover {
  transform: none;
  background: #f1f3ed;
}

.benefit-strip {
  padding: 28px 0;
  background: var(--dark);
}

.education-section,
.featured-section,
.catalog {
  padding: 96px 0 80px;
  background: var(--page);
}

.education-intro {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.education-grid {
  gap: 0 64px;
}

.education-story {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.education-story span {
  color: var(--orange);
}

.featured-grid,
.product-grid {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-tile {
  min-height: 360px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.feature-tile:hover {
  transform: none;
  background: #f1f3ed !important;
  box-shadow: none;
}

.product-card {
  min-height: 560px;
  padding: 24px 24px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-card:hover {
  transform: none;
  background: #f1f3ed;
  box-shadow: none;
}

.product-image {
  background: transparent;
}

.product-badge {
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid var(--orange);
  border-radius: 0;
  background: transparent;
}

.favorite {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.buy-row input {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-tech-line span {
  padding: 6px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.filters {
  padding-right: 30px;
  border-right: 1px solid var(--line);
}

.filters a,
.sort-links button,
[data-sort] {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.filters a {
  border-bottom: 1px solid transparent;
}

.filters a:hover,
.filters a.is-active {
  border-bottom-color: var(--orange);
  background: transparent;
  color: var(--orange);
}

[data-sort] {
  border: 0;
  border-bottom: 1px solid var(--line);
}

/* Account, support, comparison, sizing, policy, cart, and checkout pages */
.account-page,
.confirmation-page,
.support-page,
.compare-page,
.sizing-page,
.policy-page {
  padding: 96px 0;
  background: var(--page);
}

.account-overview,
.confirmation-hero,
.support-hero,
.compare-hero,
.sizing-hero,
.policy-hero {
  padding: 0 0 44px;
  border-bottom: 1px solid var(--line);
}

.account-overview h1,
.confirmation-hero h1,
.support-hero h1,
.compare-hero h1,
.sizing-hero h1,
.policy-hero h1 {
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.92;
  letter-spacing: 0;
}

.dashboard-grid {
  gap: 0 64px;
}

.dashboard-module {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-info-grid {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.contact-info-grid article {
  min-height: 240px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.support-form,
.support-links,
.sizing-form,
.sizing-guide {
  padding-top: 34px;
}

.compare-products {
  gap: 0;
  border-top: 1px solid var(--line);
}

.compare-products article {
  padding: 28px 28px 34px 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.compare-products article:last-child {
  border-right: 0;
}

.compare-row {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.policy-grid article {
  padding: 28px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cart-page-shell,
.checkout-shell {
  padding: 96px 0;
  background: var(--page);
}

.cart-page-line,
.checkout-form section,
.account-benefits,
.cart-page-lines,
.cart-page-summary,
.checkout-summary,
.confirmation-section {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cart-page-line {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.cart-page-line img {
  border-radius: 0;
  background: #f1f3ed;
}

.cart-page-summary {
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.checkout-header {
  border-bottom: 1px solid var(--line);
  background: var(--page);
}

.checkout-summary {
  position: sticky;
  top: 30px;
}

.status-strip,
.confirmation-summary {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.auth-grid-live {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 72px;
  align-items: start;
}

.auth-live {
  padding: 34px 0 28px;
  border-top: 1px solid var(--line);
}

.auth-live h2 {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
}

.auth-live > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.auth-shopify-cta {
  width: max-content;
  min-width: 240px;
  margin: 18px 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.auth-shopify-cta.disabled {
  pointer-events: none;
  opacity: 0.45;
}

.auth-status {
  color: #a23b22 !important;
  font-weight: 700;
}

.auth-benefits-live {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.account-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.account-actions .text-link {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .container {
    width: calc(100% - 36px);
  }

  .mainbar-grid {
    min-height: 74px;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .compact-header .mainbar-grid {
    min-height: 74px;
  }

  .desktop-nav,
  .search,
  .vat-toggle {
    display: none;
  }

  .brand {
    min-width: 90px;
  }

  .brand-logo,
  .compact-header .brand-logo,
  .checkout-header .brand-logo {
    width: 90px;
    max-height: 56px;
  }

  .header-actions .vat-toggle,
  .header-actions button[aria-label="Wishlist"] {
    display: none;
  }

  .brand {
    min-width: 90px;
  }

  .brand-logo,
  .compact-header .brand-logo,
  .checkout-header .brand-logo {
    width: 90px;
    max-height: 56px;
  }

  .header-actions .vat-toggle,
  .header-actions button[aria-label="Wishlist"] {
    display: none;
  }

  .header-actions {
    justify-self: end;
  }

  .home-hero {
    min-height: auto;
    padding: 64px 0 36px;
  }

  .hero-stage {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 13vw, 72px);
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .hero-showcase {
    min-height: 420px;
    padding: 30px;
  }

  .home-services {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-services a:nth-child(2n) {
    border-right: 0;
  }

  .home-services a:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .partner-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-card:nth-child(2n) {
    border-right: 0;
  }

  .partner-card:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .featured-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 0;
  }

  .catalog-grid.with-filters {
    grid-template-columns: 1fr;
  }

  .filters {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .shop-filters {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .shop-filters::-webkit-scrollbar,
  .shop-filters .filter-block:not(:first-child),
  .shop-filters .filter-block h2 {
    display: none;
  }

  .shop-filters .filter-block:first-child {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 20px;
    margin: 0;
  }

  .shop-filters .filter-link {
    flex: 0 0 auto;
    margin: 0;
    white-space: nowrap;
  }

  .product-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .sort-links {
    flex-wrap: wrap;
    gap: 16px;
  }

  .account-overview {
    display: grid;
  }

  .contact-info-grid,
  .compare-products {
    grid-template-columns: 1fr;
  }

  .compare-products article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .confirmation-layout,
  .support-layout,
  .sizing-layout,
  .auth-grid-live {
    gap: 36px;
  }

  .cart-page-summary {
    padding-left: 0;
    border-left: 0;
  }

  .cart-page-shell,
  .checkout-shell {
    padding: 64px 0;
  }

  .info-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  html,
  body {
    overflow-x: hidden;
  }
}

:root {
  --ink: #111715;
  --muted: #69736c;
  --line: rgba(17, 23, 21, 0.14);
  --page: #fbfbf7;
  --panel: #ffffff;
  --dark: #111715;
  --orange: #ed6b19;
  --orange-dark: #c95512;
  --green: #43bd72;
  --shadow: none;
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.container {
  width: min(1380px, calc(100% - 60px));
  margin: 0 auto;
}

.topline {
  background: #ffffff;
  border-bottom: 1px solid #f1f1f1;
}

.topline-grid {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1.25fr 1.2fr 1.05fr 1.2fr;
  align-items: center;
  gap: 32px;
  color: #4e4e4e;
}

.topline span {
  position: relative;
  padding-left: 24px;
}

.topline span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.35);
}

.topline strong {
  color: #23bd54;
  font-weight: 700;
}

.mainbar {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border-bottom: 1px solid rgba(232, 235, 230, 0.96);
}

.compact-header .mainbar-grid {
  min-height: 88px;
}

.mainbar-grid {
  min-height: 96px;
  display: grid;
  grid-template-columns: 178px minmax(420px, 1fr) 258px auto;
  gap: 26px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 800;
}

.brand strong,
.search button,
.footer strong {
  color: var(--orange);
}

.brand-mark {
  position: relative;
  width: 38px;
  height: 30px;
  display: inline-block;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 28px;
  background: var(--orange);
  transform: skewY(28deg);
}

.brand-mark::before {
  left: 4px;
  top: 0;
}

.brand-mark::after {
  left: 20px;
  top: 2px;
  background: #ff9d20;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  white-space: nowrap;
}

.desktop-nav a {
  font-size: 16px;
  font-weight: 700;
  color: #303633;
  transition: color 160ms ease;
}

.desktop-nav a.active {
  color: var(--orange);
}

.desktop-nav a:hover {
  color: var(--orange-dark);
}

.search {
  height: 46px;
  display: grid;
  grid-template-columns: 1fr 48px;
  border: 1px solid rgba(218, 223, 216, 0.95);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 22px rgba(31, 37, 34, 0.045);
}

.search input {
  min-width: 0;
  border: 0;
  padding: 0 16px;
  color: #222;
  outline: 0;
}

.search button {
  border: 0;
  background: var(--orange);
  color: #fff;
  display: grid;
  place-items: center;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.language-switcher button {
  width: auto;
  height: 42px;
  border: 0;
  background: transparent;
  color: #171b19;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  transition: color 160ms ease, opacity 160ms ease;
}

.language-switcher button.active {
  background: transparent;
  color: var(--ink);
  font-weight: 600;
}

.language-switcher button:hover {
  color: var(--orange-dark);
}

.language-switcher button:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.language-divider {
  color: #9b9e9c;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  pointer-events: none;
}

.header-actions button {
  position: relative;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 0;
  display: grid;
  place-items: center;
}

.account-link {
  color: var(--ink);
  display: grid;
  place-items: center;
}

.account-link.signed-in svg,
.account-link.active svg {
  color: var(--orange);
}

.header-actions svg,
.search svg,
.back-link svg,
.compare svg,
.info-icon svg {
  width: 22px;
  height: 22px;
}

.vat-toggle {
  width: 78px;
  height: 30px;
  display: inline-flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 0 9px !important;
  border-radius: 999px;
  background: #ffffff !important;
  color: #232323 !important;
  font-size: 13px;
  font-weight: 800;
}

.vat-toggle span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ff4f63;
  display: inline-block;
}

.badge-action span {
  position: absolute;
  top: -13px;
  right: -10px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
}

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  padding: 34px 0 18px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 54%, rgba(247, 248, 245, 0.95) 100%),
    #fbfbf8;
}

.hero-slider-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
}

.hero-slider-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.8) 48%, rgba(255,255,255,.95)),
    linear-gradient(180deg, rgba(255,255,255,.2), #fff 90%);
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 900ms ease, transform 5200ms ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 54px;
  align-items: center;
  min-height: 320px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 7px;
  color: var(--orange);
  font-weight: 800;
  font-size: 13px;
}

h1 {
  margin: 0 0 15px;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 800;
}

.hero-copy p:not(.eyebrow),
.feature-tile p {
  margin: 0;
  color: #676767;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin: 28px 0 26px;
}

.primary-cta,
.secondary-cta {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.primary-cta {
  background: linear-gradient(180deg, #f47d00 0%, #e75000 100%);
  color: #fff;
}

.secondary-cta {
  background: #ffffff;
  color: #2f2f2f;
  box-shadow: var(--shadow);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-stats span {
  min-height: 78px;
  padding: 15px 16px;
  border-radius: 5px;
  background: #ffffff;
  color: #777;
  border: 1px solid rgba(232, 235, 230, 0.86);
  box-shadow: var(--shadow);
}

.hero-stats strong {
  display: block;
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 800;
}

.hero-showcase {
  position: relative;
  min-height: 320px;
  padding: 28px 30px 20px;
  border-radius: 5px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 70px rgba(31, 37, 34, 0.14);
  display: grid;
  place-items: center;
}

.hero-showcase img {
  width: 232px;
  max-height: 230px;
  object-fit: contain;
}

.showcase-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(241, 135, 0, 0.12);
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
}

.showcase-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: grid;
  grid-template-columns: 1fr 58px;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.showcase-card span,
.showcase-card strong {
  display: block;
}

.showcase-card span {
  color: #666;
}

.showcase-card strong {
  font-size: 19px;
  font-weight: 800;
}

.showcase-card .add-cart {
  width: 58px;
}

.home-services {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.home-services a {
  min-height: 92px;
  padding: 19px 18px;
  border-radius: 5px;
  background: #fff;
  display: grid;
  place-items: center;
  gap: 8px;
  text-align: center;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.015);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.home-services a:hover,
.product-card:hover,
.feature-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.home-services svg {
  width: 25px;
  height: 25px;
  color: var(--orange);
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 15px;
  padding: 5px 0 14px;
}

.quick-links a {
  min-height: 80px;
  padding: 19px 18px;
  border-radius: 5px;
  background: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.015);
}

.benefit-strip {
  padding: 22px 0;
  background: #2b2b2b;
  color: #fff;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.benefit-grid div {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.benefit-grid div:last-child {
  border-right: 0;
}

.benefit-grid strong,
.benefit-grid span {
  display: block;
}

.benefit-grid strong {
  color: #ff9d20;
  font-weight: 800;
}

.benefit-grid span {
  color: #d4d4d4;
}

.featured-section {
  padding: 56px 0 22px;
  background: #fbfbf8;
}

.partner-marquee {
  padding: 34px 0 42px;
  background: #fbfbf8;
  overflow: hidden;
}

.partner-marquee.visible-wall {
  border-top: 1px solid rgba(232, 235, 230, 0.9);
  border-bottom: 1px solid rgba(232, 235, 230, 0.9);
}

.section-heading.compact {
  margin-bottom: 22px;
}

.partner-track-wrap {
  width: 100%;
  overflow: visible;
  padding: 0 30px;
}

.partner-track {
  width: min(1380px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(232, 235, 230, 0.92);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(31, 37, 34, 0.055);
}

.partner-card {
  min-height: 124px;
  padding: 26px 30px;
  border-radius: 0;
  border-right: 1px solid rgba(232, 235, 230, 0.92);
  background: #ffffff;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  box-shadow: none;
  transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
}

.partner-card:last-child {
  border-right: 0;
}

.partner-card:hover {
  transform: translateY(-2px);
  background: #fffdf9;
}

.partner-card img {
  width: min(210px, 78%);
  height: 54px;
  object-fit: contain;
  margin: 0;
  opacity: 0.96;
  transition: transform 180ms ease, opacity 180ms ease;
}

.partner-card:hover img {
  opacity: 1;
  transform: scale(1.035);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-heading h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
}

.section-heading a {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  background: #f5f5f5;
  font-weight: 800;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr;
  gap: 22px;
}

.feature-tile {
  min-height: 250px;
  padding: 24px;
  border-radius: 5px;
  background: #f7f7f7;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  align-items: center;
}

.feature-tile.large {
  background:
    linear-gradient(100deg, rgba(246, 247, 244, 0.96), rgba(255, 255, 255, 0.92)),
    #f7f8f5;
}

.feature-tile:not(.large) {
  grid-template-columns: 1fr;
  text-align: center;
}

.feature-tile img {
  width: 170px;
  margin: 0 auto;
}

.feature-tile:not(.large) img {
  width: 136px;
}

.feature-tile span {
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
}

.feature-tile h3 {
  margin: 6px 0 8px;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 800;
}

.feature-tile strong {
  display: block;
  margin-top: 12px;
  font-size: 19px;
  font-weight: 800;
}

.catalog {
  padding: 42px 0 56px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.filters {
  display: none;
}

.with-filters {
  grid-template-columns: 280px 1fr;
  gap: 30px;
}

.with-filters .filters,
.shop-filters {
  display: block;
}

.shop-hero {
  padding: 48px 0 42px;
  background: #fff;
}

.shop-hero h1,
.policy-hero h1,
.checkout-title h1 {
  max-width: 780px;
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
}

.shop-hero p:not(.eyebrow),
.policy-hero p,
.checkout-title p {
  max-width: 760px;
  color: var(--muted);
}

.shop-layout {
  padding: 40px 0 64px;
}

.filter-link {
  display: block;
  margin-bottom: 10px;
  color: #666;
  font-weight: 800;
}

.filter-note {
  margin: 0 0 14px;
  color: var(--muted);
}

.filter-cta {
  display: inline-flex;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 4px;
  align-items: center;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
}

[data-sort] {
  min-width: 190px;
  height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: var(--shadow);
  color: #555;
  font-weight: 800;
}

.filter-block {
  margin-bottom: 33px;
}

.filter-block h2 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 800;
}

.check {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  color: #666;
}

.check input {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background: #fff;
}

.check input:checked {
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: inset 0 0 0 3px #fff;
}

.product-area {
  min-width: 0;
}

.product-toolbar {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.product-toolbar strong {
  font-size: 28px;
  font-weight: 800;
}

.sort-links {
  display: flex;
  gap: 34px;
}

.sort-links button {
  border: 0;
  background: transparent;
  color: #555;
  padding: 0;
}

.sort-links button.active {
  font-weight: 700;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.product-card,
.advice-card {
  position: relative;
  min-height: 492px;
  background: var(--panel);
  border-radius: 5px;
  box-shadow: var(--shadow);
}

.product-card {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 24px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(241, 135, 0, 0.12);
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
}

.favorite {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  background: #fff;
  color: #cfd1d6;
  display: grid;
  place-items: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  z-index: 2;
}

.favorite svg {
  width: 21px;
  height: 21px;
  stroke-width: 2.8;
}

.product-image {
  height: 186px;
  margin: 3px 0 10px;
  display: grid;
  place-items: end center;
  overflow: hidden;
}

.product-image.tall img {
  width: 180px;
}

.product-image.accessory img {
  width: 160px;
}

.rating {
  height: 20px;
  display: flex;
  gap: 1px;
  color: #dcdde1;
  margin-bottom: 14px;
}

.rating svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: currentColor;
}

.product-card h3 {
  min-height: 52px;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 800;
}

.product-card p {
  min-height: 52px;
  margin: 0 0 22px;
  color: #737373;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.compare {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #8c8c8c;
}

.compare label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.compare input {
  appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
}

.compare span {
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.compare.unavailable span {
  color: #d64a69;
}

.compare svg {
  width: 16px;
  height: 16px;
  fill: var(--green);
  stroke: var(--green);
}

.buy-row {
  display: grid;
  grid-template-columns: 1fr 54px 86px;
  gap: 7px;
  align-items: center;
  margin-top: 18px;
}

.buy-row strong {
  font-size: 17px;
  font-weight: 800;
}

.buy-row strong small {
  display: block;
  margin-top: 2px;
  color: #a1a1a1;
  font-size: 13px;
  font-weight: 700;
  text-decoration: line-through;
}

.buy-row input {
  width: 54px;
  height: 46px;
  text-align: center;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  outline: 0;
}

.add-cart {
  height: 46px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(180deg, #ef6500 0%, #e24700 100%);
  color: #fff;
  display: grid;
  place-items: center;
}

.add-cart svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.5;
}

.compact .product-image {
  height: 170px;
}

.advice-card {
  padding: 32px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(36, 39, 37, 0.94), rgba(45, 49, 46, 0.9)),
    #242725;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.advice-card span {
  width: max-content;
  margin-bottom: 12px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffb64f;
  font-weight: 800;
}

.advice-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 800;
}

.advice-card p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.76);
}

.advice-card button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
}

.info-band {
  padding: 50px 0;
  background: #fff;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.info-grid > div {
  border-right: 1px solid var(--line);
  padding-right: 20px;
}

.info-grid > div:last-child {
  border-right: 0;
}

.info-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(241, 135, 0, 0.12);
  color: var(--orange);
}

.info-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
}

.info-grid p {
  margin: 0;
  color: var(--muted);
}

.footer {
  padding: 24px 0;
  background: var(--dark);
  color: #d8d8d8;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-grid a {
  color: #d8d8d8;
  font-weight: 800;
}

.cart-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  transform: translateY(120px);
  opacity: 0;
  transition: 220ms ease;
  padding: 13px 18px;
  border-radius: 4px;
  background: #202020;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  z-index: 30;
}

.cart-toast.visible {
  opacity: 1;
  transform: translateY(0);
}

.cart-layer {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
}

.cart-layer.open {
  pointer-events: auto;
}

.cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: 180ms ease;
}

.cart-layer.open .cart-backdrop {
  background: rgba(0, 0, 0, 0.36);
}

.cart-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(440px, 100%);
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: 220ms ease;
  display: grid;
  grid-template-rows: auto 1fr auto;
  box-shadow: -18px 0 40px rgba(0, 0, 0, 0.18);
}

.cart-layer.open .cart-drawer {
  transform: translateX(0);
}

.cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.cart-head span,
.cart-line span {
  display: block;
  color: var(--muted);
}

.cart-head strong {
  font-size: 24px;
  font-weight: 800;
}

.cart-head button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f5f5f5;
}

.cart-lines {
  overflow: auto;
  padding: 18px 22px;
}

.cart-line {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background: #f7f7f7;
  border-radius: 4px;
}

.cart-line a {
  font-weight: 800;
}

.cart-qty {
  display: inline-grid;
  grid-template-columns: 30px 34px 30px;
  align-items: center;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}

.cart-qty button {
  height: 30px;
  border: 0;
  background: #f7f7f7;
}

.cart-qty strong {
  text-align: center;
}

.cart-summary {
  padding: 22px;
  border-top: 1px solid var(--line);
}

.cart-summary div,
.summary-totals div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}

.cart-summary p,
.checkout-disclaimer {
  color: var(--muted);
  font-size: 14px;
}

.checkout-link,
.quote-link {
  width: 100%;
  min-height: 48px;
  margin-top: 12px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.checkout-link {
  background: var(--orange);
  color: #fff;
}

.checkout-link.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.quote-link {
  background: #f5f5f5;
}

.empty-cart {
  display: grid;
  place-items: center;
  min-height: 260px;
  text-align: center;
}

.pdp {
  width: min(1380px, calc(100% - 60px));
  margin: 0 auto;
  padding: 54px 0;
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(420px, 1fr);
  gap: 54px;
}

.pdp-gallery,
.pdp-info,
.pdp-section,
.checkout-form section,
.auth-card,
.account-benefits,
.cart-page-lines,
.cart-page-summary,
.checkout-summary,
.policy-grid article {
  background: #fff;
  border-radius: 5px;
  box-shadow: var(--shadow);
}

.pdp-gallery {
  padding: 34px;
}

.pdp-image {
  min-height: 430px;
  display: grid;
  place-items: center;
  background: #f8f8f8;
}

.pdp-image img {
  width: 260px;
}

.pdp-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.pdp-thumbs button {
  width: 74px;
  height: 74px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}

.pdp-thumbs button.active {
  border-color: var(--orange);
  box-shadow: 0 0 0 2px rgba(241, 135, 0, 0.18);
}

.pdp-info {
  padding: 34px;
}

.breadcrumb,
.stock-pill {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--orange-dark);
  font-weight: 800;
}

.stock-pill {
  margin-left: 14px;
  color: var(--green);
}

.pdp-info h1 {
  margin: 0 0 14px;
  font-size: 40px;
}

.pdp-info p {
  color: var(--muted);
}

.pdp-price {
  margin: 24px 0;
  font-size: 32px;
  font-weight: 800;
}

.pdp-price span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.pdp-actions {
  display: grid;
  grid-template-columns: 76px 1fr 1fr;
  gap: 10px;
}

.pdp-actions input {
  border: 1px solid var(--line);
  border-radius: 4px;
  text-align: center;
}

.pdp-note {
  margin-top: 16px;
  padding: 14px;
  border-radius: 4px;
  background: #fff7ec;
  color: #945100;
  font-weight: 800;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.spec-grid div {
  padding: 13px;
  background: #f7f7f7;
  border-radius: 4px;
}

.spec-grid span {
  display: block;
  color: var(--muted);
}

.spec-grid strong {
  font-weight: 800;
}

.pdp-section {
  grid-column: 1 / -1;
  padding: 30px;
}

.pdp-section h2 {
  margin: 0 0 18px;
}

.product-story p {
  max-width: 980px;
  color: var(--muted);
}

.pdp-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.chip,
.doc-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin: 0 8px 8px 0;
  padding: 0 12px;
  border-radius: 999px;
  background: #f5f5f5;
  font-weight: 800;
}

.doc-link {
  border-radius: 4px;
  gap: 8px;
}

.checkout-page {
  background: #f3f3f3;
}

.checkout-header {
  background: var(--dark);
  color: #fff;
}

.checkout-header-grid {
  min-height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkout-header-grid div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d8d8d8;
  font-weight: 800;
}

.checkout-shell {
  padding: 42px 0 70px;
}

.checkout-title {
  margin-bottom: 26px;
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 30px;
}

.checkout-form {
  display: grid;
  gap: 18px;
}

.checkout-form section,
.auth-card,
.account-benefits,
.checkout-summary {
  padding: 24px;
}

.auth-page {
  padding-bottom: 64px;
}

.auth-hero,
.cart-page-shell {
  padding: 48px 0 24px;
}

.auth-hero h1,
.cart-page-title h1 {
  max-width: 780px;
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
}

.auth-hero p,
.cart-page-title p {
  max-width: 720px;
  color: var(--muted);
}

.auth-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.auth-card {
  display: grid;
  gap: 16px;
}

.auth-card > label {
  display: grid;
  gap: 7px;
  color: #555;
  font-weight: 800;
}

.auth-card input:not([type="checkbox"]):not([type="radio"]),
.auth-card select {
  min-height: 46px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0 12px;
  background: #fff;
}

.auth-card input[type="checkbox"],
.auth-card input[type="radio"],
.checkout-form input[type="checkbox"],
.checkout-form input[type="radio"] {
  width: 16px;
  height: 16px;
  min-height: 0;
  flex: 0 0 auto;
}

.auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.remember {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
}

.auth-row a {
  color: var(--orange-dark);
  font-weight: 800;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.account-benefits h2 {
  margin: 0 0 18px;
}

.account-benefits div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.account-benefits div:last-child {
  border-bottom: 0;
}

.account-benefits svg {
  color: var(--orange);
}

.cart-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 30px;
  align-items: start;
}

.cart-page-lines,
.cart-page-summary {
  padding: 24px;
}

.cart-page-line {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 110px 130px;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.cart-page-line:first-child {
  padding-top: 0;
}

.cart-page-line:last-child {
  border-bottom: 0;
}

.cart-page-line img {
  width: 98px;
  height: 98px;
  object-fit: contain;
  background: #f7f7f7;
  border-radius: 4px;
}

.cart-page-line a {
  display: block;
  font-size: 18px;
  font-weight: 800;
}

.cart-page-line span,
.cart-page-line div > strong {
  display: block;
  color: var(--muted);
}

.cart-page-line div > strong {
  color: var(--green);
  margin-top: 4px;
}

.cart-page-line > b {
  text-align: right;
  font-size: 18px;
}

.cart-page-summary {
  position: sticky;
  top: 20px;
}

.cart-page-summary h2 {
  margin: 0 0 18px;
}

.cart-page-summary div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.cart-page-summary div:nth-of-type(3) {
  padding-top: 14px;
  border-top: 2px solid #2b2b2b;
  font-size: 20px;
}

.cart-page-summary p {
  color: var(--muted);
}

.empty-cart.large {
  min-height: 360px;
  gap: 12px;
}

.checkout-account-panel p {
  margin: 0;
  color: var(--muted);
}

.checkout-account-panel a {
  color: var(--orange-dark);
  font-weight: 800;
}

.submitted {
  background: #2f9f5b !important;
}

.step-label {
  display: block;
  margin-bottom: 16px;
  color: var(--orange-dark);
  font-weight: 800;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.form-grid label,
.terms-check {
  display: grid;
  gap: 7px;
  color: #555;
  font-weight: 800;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0 12px;
  background: #fff;
}

.form-grid textarea {
  min-height: 96px;
  padding-top: 12px;
  resize: vertical;
}

.form-grid .wide {
  grid-column: 1 / -1;
}

.payment-options {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.payment-options label,
.terms-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.place-order {
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  border: 0;
  border-radius: 4px;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
}

.checkout-summary {
  position: sticky;
  top: 20px;
  align-self: start;
}

.checkout-summary h2 {
  margin: 0 0 18px;
}

.summary-line {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.summary-line img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  background: #f7f7f7;
  border-radius: 4px;
}

.summary-line span {
  display: block;
  color: var(--muted);
}

.summary-totals {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 2px solid #2b2b2b;
}

.summary-totals div:last-child {
  font-size: 20px;
}

.policy-page {
  padding-bottom: 60px;
}

.policy-hero {
  padding: 48px 0 18px;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.policy-grid article {
  padding: 26px;
}

.policy-grid h2 {
  margin: 0 0 12px;
}

.policy-grid p {
  color: var(--muted);
}

@media (max-width: 1180px) {
  .mainbar-grid {
    grid-template-columns: 170px 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .search {
    max-width: 360px;
    width: 100%;
    justify-self: end;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stage,
  .featured-grid,
  .pdp,
  .checkout-grid,
  .auth-grid,
  .cart-page-grid {
    grid-template-columns: 1fr;
  }

  .with-filters {
    grid-template-columns: 1fr;
  }

  .with-filters .filters,
  .shop-filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .pdp {
    width: min(100% - 32px, 760px);
  }

  .checkout-summary {
    position: static;
  }

  .cart-page-summary {
    position: static;
  }

  .feature-tile:not(.large) {
    grid-template-columns: 160px 1fr;
    text-align: left;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 32px, 680px);
  }

  .topline-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 18px 0;
  }

  .mainbar-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 0;
  }

  .search {
    max-width: none;
    justify-self: stretch;
  }

  .header-actions {
    justify-content: space-between;
  }

  .catalog-grid,
  .benefit-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .filters {
    display: none;
  }

  .with-filters .filters,
  .shop-filters {
    display: grid;
  }

  .home-services,
  .quick-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-card:nth-child(2n) {
    border-right: 0;
  }

  .benefit-grid div,
  .info-grid > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 16px;
  }

  .info-grid > div {
    border-bottom-color: var(--line);
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .topline-grid,
  .home-services,
  .quick-links,
  .product-grid,
  .filters,
  .with-filters .filters,
  .shop-filters,
  .policy-grid,
  .pdp-columns,
  .spec-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 34px;
  }

  .home-hero {
    padding-top: 28px;
  }

  .hero-stage {
    gap: 28px;
  }

  .hero-actions,
  .hero-stats {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .hero-showcase {
    min-height: 330px;
  }

  .feature-tile,
  .feature-tile:not(.large) {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .product-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .pdp-info h1,
  .shop-hero h1,
  .policy-hero h1,
  .checkout-title h1,
  .auth-hero h1,
  .cart-page-title h1 {
    font-size: 32px;
  }

  .pdp-gallery,
  .pdp-info,
  .pdp-section,
  .checkout-form section,
  .checkout-summary,
  .auth-card,
  .account-benefits,
  .cart-page-lines,
  .cart-page-summary,
  .policy-grid article {
    padding: 20px;
  }

  .cart-page-line {
    grid-template-columns: 82px 1fr;
  }

  .cart-page-line .cart-qty {
    grid-column: 2;
    width: 96px;
  }

  .cart-page-line > b {
    grid-column: 2;
    text-align: left;
  }

  .pdp-actions {
    grid-template-columns: 1fr;
  }

  .pdp-actions input {
    min-height: 48px;
  }

  .checkout-header-grid {
    min-height: 98px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .sort-links {
    width: 100%;
    gap: 14px;
    justify-content: space-between;
    font-size: 14px;
  }

  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* VoltraPower brand refresh */
:root {
  --ink: #111715;
  --muted: #69736c;
  --line: rgba(17, 23, 21, 0.14);
  --page: #fbfbf7;
  --panel: #ffffff;
  --dark: #111715;
  --orange: #ed6b19;
  --orange-dark: #c95512;
  --green: #43bd72;
  --shadow: none;
}

body {
  background: var(--page);
  color: var(--ink);
}

.topline {
  background: #fbfcf8;
}

.topline-grid {
  min-height: 52px;
  font-size: 13px;
}

.mainbar {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.mainbar-grid {
  min-height: 82px;
  grid-template-columns: 216px minmax(360px, 1fr) 240px auto;
}

.brand {
  gap: 10px;
  font-size: 22px;
  color: var(--ink);
}

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

.brand-word {
  color: #35403a;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--dark);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.brand-mark::before {
  content: "V";
  position: static;
  width: auto;
  height: auto;
  background: none;
  color: var(--orange);
  transform: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.brand-mark::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 6px;
  width: 7px;
  height: 13px;
  background: var(--green);
  transform: skew(-16deg);
}

.desktop-nav {
  gap: 24px;
}

.desktop-nav a {
  font-size: 14px;
  color: #39423d;
}

.search {
  height: 42px;
  box-shadow: none;
  background: #fafbf7;
}

.home-hero {
  min-height: 640px;
  padding: 76px 0 42px;
  background:
    linear-gradient(100deg, rgba(246, 247, 242, 0.98) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(238, 242, 235, 0.86) 100%),
    #f6f7f2;
}

.hero-slider-bg {
  opacity: 0.09;
  filter: saturate(0.8);
}

.hero-stage {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: 80px;
  min-height: 410px;
}

.eyebrow {
  color: var(--orange-dark);
  font-size: 12px;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: 0.98;
}

.hero-copy p:not(.eyebrow) {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.65;
  color: #5e6862;
}

.primary-cta,
.secondary-cta,
.section-heading a {
  border-radius: 6px;
  font-weight: 800;
}

.primary-cta {
  background: #111715;
}

.secondary-cta,
.section-heading a {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.hero-stats {
  max-width: 650px;
}

.hero-stats span {
  min-height: 86px;
  border: 1px solid rgba(225, 230, 222, 0.92);
  box-shadow: none;
  background: rgba(255, 255, 255, 0.72);
}

.hero-showcase {
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 80px rgba(22, 28, 24, 0.12);
}

.hero-showcase img {
  width: min(310px, 78%);
  max-height: 270px;
}

.showcase-card {
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(22, 28, 24, 0.12);
}

.home-services {
  margin-top: 46px;
}

.home-services a {
  min-height: 72px;
  border: 1px solid rgba(225, 230, 222, 0.9);
  box-shadow: none;
}

.partner-marquee {
  padding: 24px 0 28px;
  background: #ffffff;
}

.partner-marquee .section-heading {
  margin-bottom: 12px;
}

.partner-marquee .section-heading h2 {
  font-size: 16px;
  font-weight: 700;
  color: #454e48;
}

.partner-marquee .section-heading a {
  min-height: 34px;
  padding: 0 12px;
  font-size: 13px;
}

.partner-track-wrap {
  padding: 0;
}

.partner-track {
  width: min(980px, calc(100% - 60px));
  min-height: 76px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.partner-card {
  min-height: 76px;
  padding: 14px 28px;
  border-right: 0;
  background: transparent;
}

.partner-card:hover {
  background: transparent;
}

.partner-card img {
  width: min(126px, 72%);
  height: 34px;
  opacity: 0.78;
  filter: saturate(0.92);
}

.benefit-strip {
  background: var(--dark);
}

.featured-section {
  background: #fff;
}

.feature-tile {
  border: 1px solid rgba(225, 230, 222, 0.86);
  box-shadow: none;
  background: #fbfcf8;
}

.catalog {
  padding-top: 70px;
}

.product-toolbar {
  margin-bottom: 28px;
}

.product-toolbar strong {
  font-size: 34px;
}

.sort-links button {
  font-size: 15px;
}

.product-grid {
  gap: 22px;
}

.product-card {
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(225, 230, 222, 0.9);
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
  background: #fff;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(22, 28, 24, 0.09);
}

.product-image {
  position: relative;
  height: 250px;
  margin: 0;
  padding: 32px;
  place-items: center;
  background: linear-gradient(180deg, #fbfcf8, #f3f5ef);
}

.product-image.tall img,
.product-image.accessory img {
  width: min(230px, 78%);
  max-height: 190px;
  object-fit: contain;
}

.product-badge {
  top: 18px;
  left: 18px;
  min-height: 24px;
  padding: 4px 9px;
  background: rgba(242, 106, 33, 0.1);
  color: var(--orange-dark);
  font-size: 11px;
}

.product-content {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 22px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.product-meta span {
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #5f6963;
  font-size: 12px;
  font-weight: 700;
}

.product-card h3 {
  min-height: auto;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.26;
}

.product-card p {
  min-height: 0;
  margin: 0;
  color: #6a746e;
  -webkit-line-clamp: 3;
}

.product-card-actions {
  display: grid;
  grid-template-columns: 1fr auto 44px;
  gap: 12px;
  align-items: end;
  margin-top: auto;
  padding-top: 22px;
}

.price-block strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
}

.price-block small,
.price-block span {
  display: block;
  margin-top: 4px;
  color: #969d98;
  font-size: 13px;
  font-weight: 700;
}

.price-block small {
  text-decoration: line-through;
}

.stock-dot {
  align-self: center;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.stock-dot::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: currentColor;
}

.stock-dot.limited {
  color: #b88324;
}

.product-card .add-cart {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: var(--dark);
}

.advice-card {
  min-height: 520px;
  border-radius: 8px;
  box-shadow: none;
}

.pdp {
  width: min(1240px, calc(100% - 64px));
  padding: 72px 0 46px;
  grid-template-columns: minmax(440px, 1.05fr) minmax(390px, 0.75fr);
  gap: 38px;
  align-items: start;
}

.pdp-gallery,
.pdp-info,
.pdp-section {
  border: 1px solid rgba(225, 230, 222, 0.9);
  border-radius: 8px;
  box-shadow: none;
}

.pdp-gallery {
  padding: 28px;
  background: #fbfcf8;
}

.pdp-image {
  min-height: 560px;
  background: linear-gradient(180deg, #ffffff, #f3f5ef);
}

.pdp-image img {
  width: min(430px, 74%);
  max-height: 470px;
  object-fit: contain;
}

.pdp-thumbs {
  justify-content: center;
}

.pdp-thumbs button {
  width: 68px;
  height: 68px;
  border-radius: 6px;
}

.pdp-info {
  position: sticky;
  top: 22px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.94);
}

.pdp-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.breadcrumb,
.stock-pill {
  margin: 0;
  font-size: 13px;
}

.stock-pill {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(79, 189, 115, 0.11);
}

.pdp-info h1 {
  margin-bottom: 18px;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.02;
}

.pdp-info p {
  font-size: 16px;
  line-height: 1.7;
}

.pdp-price {
  margin: 26px 0 20px;
  font-size: 34px;
}

.pdp-mini-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 22px;
}

.pdp-mini-specs div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfcf8;
}

.pdp-mini-specs span,
.spec-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.pdp-mini-specs strong {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}

.pdp-actions {
  grid-template-columns: 70px 1fr;
}

.pdp-actions .secondary-cta {
  grid-column: 1 / -1;
}

.pdp-actions input {
  min-height: 52px;
}

.pdp-note {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  background: #f7f3e9;
  color: #5d4b2e;
  font-size: 13px;
}

.pdp-note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.pdp-trust {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.pdp-trust span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #4f5a54;
  font-size: 14px;
  font-weight: 700;
}

.pdp-trust svg {
  width: 18px;
  height: 18px;
  color: var(--orange);
}

.pdp-section {
  padding: 34px;
}

.pdp-spec-section {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 30px;
  align-items: start;
}

.pdp-spec-section h2 {
  font-size: 30px;
  line-height: 1.1;
}

.spec-grid div {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfcf8;
}

@media (max-width: 1180px) {
  .mainbar-grid {
    grid-template-columns: 210px 1fr auto;
  }

  .hero-stage,
  .pdp,
  .pdp-spec-section {
    grid-template-columns: 1fr;
  }

  .pdp-info {
    position: static;
  }
}

@media (max-width: 900px) {
  .mainbar-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: auto;
    padding: 42px 0 30px;
  }

  h1 {
    font-size: 42px;
  }

  .partner-track {
    width: min(520px, calc(100% - 32px));
  }
}

@media (max-width: 620px) {
  .topline {
    display: none;
  }

  .brand {
    font-size: 20px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-showcase {
    min-height: 300px;
  }

  .partner-marquee .section-heading h2 {
    font-size: 15px;
  }

  .partner-card {
    min-height: 54px;
    padding: 10px 12px;
  }

  .partner-card img {
    height: 24px;
  }

  .product-image {
    height: 210px;
  }

  .product-content {
    min-height: 230px;
    padding: 18px;
  }

  .pdp {
    width: min(100% - 28px, 760px);
    padding-top: 32px;
  }

  .pdp-image {
    min-height: 330px;
  }

  .pdp-mini-specs {
    grid-template-columns: 1fr;
  }
}

/* VoltraPower premium direction v2 */
body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

h1,
.section-heading h2,
.product-toolbar strong,
.pdp-info h1,
.pdp-section h2,
.brand {
  font-family: "Inter Tight", "Inter", Arial, Helvetica, sans-serif;
}

.brand {
  gap: 0;
  font-size: 27px;
  font-weight: 800;
}

.brand-mark {
  display: none;
}

.brand-word {
  color: var(--ink);
}

.brand-word strong {
  color: var(--orange-dark);
}

.brand-word::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  border-radius: 999px;
  background: var(--green);
  transform: translateY(-10px);
}

.topline {
  display: none;
}

.mainbar {
  border-bottom-color: rgba(17, 23, 21, 0.08);
}

.mainbar-grid {
  min-height: 78px;
}

.home-hero {
  min-height: 690px;
  padding: 86px 0 48px;
  background:
    linear-gradient(100deg, rgba(246, 247, 242, 0.98) 0%, rgba(246, 247, 242, 0.9) 46%, rgba(238, 242, 235, 0.82) 100%),
    #f6f7f2;
}

.hero-slider-bg {
  opacity: 0.07;
}

.hero-stage {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
  min-height: 520px;
}

h1 {
  max-width: 680px;
  font-size: 78px;
  line-height: 0.98;
  font-weight: 700;
}

.hero-copy p:not(.eyebrow) {
  max-width: 560px;
  font-size: 18px;
  line-height: 1.7;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 34px;
  max-width: 700px;
  margin-top: 32px;
}

.hero-stats span {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #6a746e;
  font-size: 14px;
}

.hero-stats strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 15px;
}

.home-services {
  display: none;
}

.hero-showcase {
  min-height: 540px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.showcase-badge {
  display: none;
}

.hero-showcase img {
  width: min(560px, 100%);
  max-height: 520px;
  filter: drop-shadow(0 40px 54px rgba(17, 23, 21, 0.18));
  clip-path: inset(5% 20% 5% 20%);
  transform: scale(1.34);
}

.hero-showcase img,
.product-image img,
.pdp-image img,
.feature-tile img {
  mix-blend-mode: multiply;
}

.showcase-card {
  left: 20px;
  right: 20px;
  bottom: 24px;
  border: 1px solid rgba(225, 230, 222, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(17, 23, 21, 0.1);
}

.showcase-card .add-cart {
  border-radius: 999px;
}

.partner-marquee {
  padding-top: 18px;
}

.benefit-strip {
  background: #ffffff;
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit-grid div {
  border-right-color: var(--line);
}

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

.benefit-grid span {
  color: var(--muted);
}

.pdp-info {
  position: static;
  top: auto;
}

.pdp {
  grid-template-columns: minmax(460px, 1.08fr) minmax(360px, 0.68fr);
  align-items: start;
}

.pdp-info h1 {
  font-size: 44px;
  line-height: 1;
}

.pdp-mini-specs {
  grid-template-columns: 1fr;
}

.pdp-actions {
  grid-template-columns: 68px 1fr;
}

@media (max-width: 1180px) {
  h1 {
    font-size: 62px;
  }

  .pdp {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: 50px;
  }

  .hero-stage {
    gap: 44px;
  }

  .hero-showcase {
    min-height: 420px;
  }
}

@media (max-width: 620px) {
  .brand {
    font-size: 22px;
  }

  h1 {
    font-size: 40px;
  }

  .home-hero {
    padding-top: 52px;
  }

  .hero-stats {
    gap: 16px;
  }

  .showcase-card {
    left: 0;
    right: 0;
    border-radius: 8px;
  }

  .pdp-info h1 {
    font-size: 34px;
  }
}

/* VoltraPower open product layout */
.showcase-card {
  display: none;
  position: static;
  width: min(430px, 92%);
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.showcase-card span {
  color: #5b645f;
}

.showcase-card strong {
  font-size: 22px;
}

.showcase-link {
  align-self: end;
  color: var(--orange-dark);
  font-weight: 800;
  white-space: nowrap;
}

.pdp {
  width: min(1320px, calc(100% - 72px));
  padding-top: 82px;
  gap: 76px;
}

.pdp-gallery,
.pdp-info,
.pdp-section {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pdp-gallery {
  padding: 0;
}

.pdp-image {
  min-height: 600px;
  background: transparent;
}

.pdp-image img {
  width: min(560px, 82%);
  max-height: 540px;
  filter: drop-shadow(0 34px 42px rgba(17, 23, 21, 0.13));
}

.pdp-thumbs {
  justify-content: flex-start;
  margin-top: 20px;
}

.pdp-thumbs button {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.52);
}

.pdp-thumbs button.active {
  border-color: var(--orange);
  box-shadow: none;
}

.pdp-info {
  padding: 22px 0 0;
}

.pdp-info h1 {
  max-width: 520px;
  font-size: 56px;
}

.pdp-price {
  margin-top: 34px;
}

.pdp-mini-specs {
  gap: 0;
  margin: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pdp-mini-specs div {
  padding: 16px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pdp-actions {
  max-width: 520px;
}

.pdp-actions input {
  border-color: var(--line);
  background: transparent;
}

.pdp-note {
  max-width: 520px;
  padding: 0;
  background: transparent;
  color: #5d4b2e;
}

.pdp-trust {
  max-width: 520px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.pdp-trust span {
  align-items: flex-start;
}

.pdp-section {
  padding: 58px 0;
  border-top: 1px solid var(--line);
}

.pdp-spec-section {
  grid-template-columns: 0.36fr 1fr;
}

.spec-grid {
  gap: 0 34px;
}

.spec-grid div {
  padding: 18px 0;
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--line);
  background: transparent;
}

.pdp-columns {
  align-items: start;
}

.chip,
.doc-link {
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0 18px 14px 0;
}

.chip {
  color: #2d3530;
}

.doc-link {
  border-bottom: 1px solid rgba(17, 23, 21, 0.24);
}

.product-story p {
  max-width: 940px;
  font-size: 16px;
  line-height: 1.82;
}

.info-band {
  background: #ffffff;
}

.info-grid > div {
  border-right-color: var(--line);
}

.education-section {
  padding: 72px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.education-intro {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 54px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
}

.education-intro h2 {
  max-width: 920px;
  margin: 0 0 18px;
  font-family: "Inter Tight", "Inter", Arial, Helvetica, sans-serif;
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: 0.98;
}

.education-intro p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.education-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  padding: 46px 0;
}

.education-story {
  display: grid;
  align-content: start;
  gap: 18px;
}

.education-story span {
  color: var(--orange-dark);
  font-weight: 800;
  font-size: 12px;
}

.education-story h3 {
  max-width: 480px;
  margin: 0;
  font-family: "Inter Tight", "Inter", Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1.05;
}

.education-story p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.education-story ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 4px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.education-story li {
  position: relative;
  padding-left: 18px;
  color: #303a35;
  font-weight: 700;
}

.education-story li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.education-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.education-cta h3 {
  max-width: 760px;
  margin: 0;
  font-family: "Inter Tight", "Inter", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.12;
}

.education-cta > div:last-child {
  display: flex;
  gap: 12px;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .pdp {
    gap: 34px;
  }

  .pdp-info h1 {
    max-width: none;
    font-size: 46px;
  }
}

@media (max-width: 900px) {
  .showcase-card {
    width: 100%;
  }

  .pdp {
    width: min(100% - 36px, 760px);
  }

  .pdp-image {
    min-height: 420px;
  }

  .pdp-spec-section,
  .pdp-columns {
    grid-template-columns: 1fr;
  }

  .pdp-trust {
    grid-template-columns: 1fr;
  }
}

/* Account, confirmation, support, and compare pages */
.account-page,
.confirmation-page,
.support-page,
.compare-page,
.sizing-page {
  padding: 70px 0;
}

.open-panel,
.account-overview,
.confirmation-hero,
.support-hero,
.compare-hero,
.sizing-hero {
  padding: 28px 0 52px;
  border-bottom: 1px solid var(--line);
}

.open-panel h1,
.account-overview h1,
.confirmation-hero h1,
.support-hero h1,
.compare-hero h1,
.sizing-hero h1 {
  max-width: 900px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
}

.open-panel p,
.account-overview p,
.confirmation-hero p,
.support-hero p,
.compare-hero p,
.sizing-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.account-overview {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  padding-top: 34px;
}

.dashboard-module {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.module-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.module-head span,
.module-head a,
.order-row strong,
.quote-row strong {
  font-weight: 800;
}

.module-head a {
  color: var(--orange-dark);
}

.order-row,
.quote-row,
.confirmation-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.muted-line,
.dashboard-module p {
  color: var(--muted);
}

.confirmation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 62px;
  padding-top: 42px;
}

.status-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.status-strip span {
  color: var(--muted);
}

.status-strip strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.confirmation-section {
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.confirm-line {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
}

.confirm-line img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.confirm-line span,
.next-steps li {
  color: var(--muted);
}

.next-steps ol {
  padding-left: 22px;
  line-height: 1.9;
}

.confirmation-summary {
  align-self: start;
  padding-top: 4px;
}

.confirmation-summary h2 {
  margin-top: 0;
}

.confirmation-summary a {
  width: 100%;
  margin-top: 12px;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 42px 0;
}

.contact-info-grid article {
  min-height: 220px;
  padding: 34px;
  background: #f1f2ee;
}

.contact-info-grid h2 {
  margin: 0 0 22px;
  font-family: "Inter Tight", "Inter", Arial, Helvetica, sans-serif;
  font-size: 26px;
}

.contact-info-grid p {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.45;
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 62px;
  padding-top: 24px;
}

.sizing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 70px;
  padding-top: 44px;
}

.support-form,
.support-links,
.sizing-form,
.sizing-guide {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.support-form textarea,
.sizing-form textarea {
  min-height: 150px;
}

.support-links {
  display: grid;
  align-content: start;
  gap: 14px;
}

.support-links h2 {
  margin: 0 0 12px;
}

.support-links a {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.support-links svg {
  width: 19px;
  height: 19px;
  color: var(--orange);
}

.sizing-guide {
  display: grid;
  align-content: start;
  gap: 20px;
}

.sizing-guide h2 {
  margin: 0 0 8px;
}

.sizing-guide div {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.sizing-guide strong,
.sizing-guide span {
  display: block;
}

.sizing-guide span {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.55;
}

.compare-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.compare-products article {
  display: grid;
  gap: 12px;
}

.compare-products span,
.compare-label {
  color: var(--orange-dark);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}

.compare-products img {
  width: 220px;
  height: 180px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.compare-products h2 {
  min-height: 58px;
  margin: 0;
  font-family: "Inter Tight", "Inter", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.08;
}

.compare-products a {
  color: var(--orange-dark);
  font-weight: 800;
}

.compare-table {
  padding-top: 28px;
}

.compare-row {
  display: grid;
  grid-template-columns: 0.7fr repeat(3, 1fr);
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.compare-row div:not(.compare-label) {
  color: #35403a;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .contact-info-grid,
  .compare-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .confirmation-layout,
  .support-layout,
  .sizing-layout {
    grid-template-columns: 1fr;
  }

  .education-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 760px) {
  .account-overview,
  .status-strip {
    grid-template-columns: 1fr;
    display: grid;
  }

  .dashboard-grid,
  .contact-info-grid,
  .compare-products,
  .compare-row,
  .education-grid {
    grid-template-columns: 1fr;
  }

  .education-story ul {
    grid-template-columns: 1fr;
  }

  .education-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .education-cta > div:last-child {
    flex-direction: column;
    width: 100%;
  }

  .confirm-line {
    grid-template-columns: 70px 1fr;
  }

  .confirm-line b {
    grid-column: 2;
  }
}

/* Van Voltra Global logo asset */
.brand {
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 142px;
  max-width: 100%;
  height: auto;
  max-height: 74px;
  object-fit: contain;
}

.compact-header .brand-logo,
.checkout-header .brand-logo {
  width: 126px;
  max-height: 64px;
}

@media (max-width: 620px) {
  .brand-logo {
    width: 128px;
    max-height: 66px;
  }

  .catalog-grid .product-grid {
    grid-template-columns: 1fr !important;
  }

  .pdp-image {
    min-height: 340px;
  }

  .pdp-image img {
    max-height: 300px;
  }
}

/* Datasheet-backed premium product experience */
.premium-product-card {
  border: 1px solid rgba(18, 31, 26, 0.07);
  box-shadow: 0 20px 60px rgba(13, 23, 18, 0.06);
}

.premium-product-card .product-image {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8f4 100%);
}

.product-tech-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 6px;
}

.product-tech-line span {
  padding: 7px 10px;
  border: 1px solid rgba(16, 29, 24, 0.08);
  border-radius: 999px;
  background: #f7f8f4;
  color: #43514a;
  font-size: 12px;
  font-weight: 800;
}

.premium-pdp-gallery,
.premium-pdp-info,
.premium-tech-section,
.premium-compat-section,
.premium-models-section,
.premium-safety-section,
.premium-doc-section {
  border-color: rgba(17, 31, 26, 0.08);
  box-shadow: 0 24px 80px rgba(16, 29, 24, 0.05);
}

.premium-pdp-gallery {
  background:
    radial-gradient(circle at 50% 20%, rgba(229, 235, 226, 0.9), transparent 42%),
    linear-gradient(180deg, #ffffff, #f7f8f4);
}

.premium-pdp-info {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.pdp-family-mark {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.premium-pdp-info h1 {
  max-width: 760px;
  letter-spacing: 0;
}

.pdp-configurator {
  margin: 28px 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.configurator-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.configurator-head span,
.selected-config-grid span,
.selected-quote-summary span {
  color: #6a756e;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.configurator-head strong {
  color: #111a17;
  font-size: 22px;
  line-height: 1;
}

.configurator-models {
  display: flex;
  gap: 8px;
  padding-bottom: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.configurator-models button {
  min-width: max-content;
  padding: 10px 14px;
  border: 1px solid rgba(18, 31, 26, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #25322c;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.configurator-models button:hover,
.configurator-models button.active {
  border-color: #111a17;
  background: #111a17;
  color: #fff;
  transform: translateY(-1px);
}

.selected-config-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.selected-config-grid div {
  padding: 16px 0;
  border-top: 1px solid rgba(18, 31, 26, 0.1);
}

.selected-config-grid strong {
  display: block;
  margin-top: 6px;
  color: #111a17;
  font-size: 15px;
  line-height: 1.25;
}

.section-copy {
  max-width: 520px;
}

.section-copy p:not(.eyebrow) {
  color: #5f6b64;
  line-height: 1.65;
}

.premium-spec-grid {
  align-content: start;
}

.premium-spec-grid div {
  background: #fbfcf8;
}

.compat-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.compat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.compat-note {
  padding: 22px;
  border-left: 3px solid var(--orange);
  background: #f7f3ea;
}

.compat-note strong,
.compat-note span {
  display: block;
}

.compat-note span {
  margin-top: 8px;
  color: #615847;
  line-height: 1.55;
}

.model-table-wrap {
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid rgba(18, 31, 26, 0.08);
  background: #fff;
}

.model-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.model-table th,
.model-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(18, 31, 26, 0.08);
  color: #334039;
}

.model-table th {
  background: #f4f6f1;
  color: #111a17;
  font-size: 12px;
  text-transform: uppercase;
}

.model-table tbody tr {
  cursor: pointer;
  transition: background 160ms ease;
}

.model-table tbody tr:hover,
.model-table tbody tr.active {
  background: #fff7ef;
}

.model-table tbody tr.active td:first-child {
  color: var(--orange-dark);
  font-weight: 900;
}

.selected-quote-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0 28px;
  padding: 22px 0;
  border-top: 1px solid rgba(18, 31, 26, 0.1);
  border-bottom: 1px solid rgba(18, 31, 26, 0.1);
}

.selected-quote-summary strong,
.selected-quote-summary small {
  display: block;
}

.selected-quote-summary strong {
  margin-top: 8px;
  color: #111a17;
  font-size: 22px;
  line-height: 1.1;
}

.selected-quote-summary small {
  margin-top: 6px;
  color: #65726a;
  line-height: 1.45;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.safety-grid div {
  padding: 24px;
  border: 1px solid rgba(18, 31, 26, 0.08);
  background: #fbfcf8;
}

.safety-grid span,
.safety-grid strong,
.safety-grid p {
  display: block;
}

.safety-grid span {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.safety-grid strong {
  margin-top: 10px;
  color: #101a16;
  font-size: 21px;
}

.safety-grid p {
  margin: 8px 0 0;
  color: #65726b;
  line-height: 1.55;
}

.doc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.doc-grid .doc-link {
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid rgba(18, 31, 26, 0.08);
  background: #fff;
  color: #111a17;
  font-weight: 900;
}

.doc-grid .doc-link small {
  color: #6f7a74;
  font-size: 12px;
  font-weight: 700;
}

.doc-grid .doc-link.unavailable {
  color: #8a918d;
  background: #f7f8f4;
}

.premium-family-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.premium-family-cards .family-card {
  padding: 26px;
  border: 1px solid rgba(18, 31, 26, 0.08);
  background: linear-gradient(180deg, #ffffff, #f7f8f4);
  box-shadow: 0 18px 50px rgba(13, 23, 18, 0.05);
}

.premium-family-cards .family-card img {
  width: 100%;
  height: 150px;
}

.premium-family-cards .family-card p {
  min-height: 40px;
  margin: 0;
  color: #5d6962;
  line-height: 1.45;
}

.premium-compare-hero {
  display: grid;
  gap: 18px;
  align-items: start;
}

.premium-compare-hero .primary-cta {
  width: fit-content;
}

.premium-compare-table .compare-row {
  grid-template-columns: 0.75fr repeat(4, 1fr);
}

.compare-row-head {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f4f6f1;
  font-weight: 900;
}

.compare-inverter-note {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 48px;
  margin-top: 48px;
  padding: 34px;
  background: #111a17;
  color: #fff;
}

.compare-inverter-note h2,
.compare-inverter-note p {
  margin: 0;
}

.compare-inverter-note p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.shop-hero {
  background:
    linear-gradient(115deg, rgba(247, 248, 244, 0.96), rgba(255, 255, 255, 0.84)),
    radial-gradient(circle at 80% 30%, rgba(234, 87, 0, 0.09), transparent 34%);
}

.sizing-guide {
  background: #111a17;
  color: #fff;
  padding: 30px;
  border-top: 0;
}

.sizing-guide span {
  color: rgba(255, 255, 255, 0.7);
}

.sizing-guide div {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.sizing-guide .secondary-cta {
  background: #fff;
}

@media (max-width: 1180px) {
  .premium-family-cards,
  .doc-grid,
  .safety-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compat-layout,
  .compare-inverter-note {
    grid-template-columns: 1fr;
  }

  .premium-compare-table {
    overflow-x: auto;
  }

  .premium-compare-table .compare-row {
    min-width: 980px;
  }
}

@media (max-width: 760px) {
  .pdp {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pdp-gallery,
  .pdp-info,
  .pdp-section {
    width: 100%;
    min-width: 0;
  }

  .premium-family-cards,
  .doc-grid,
  .safety-grid,
  .selected-config-grid,
  .selected-quote-summary {
    grid-template-columns: 1fr;
  }

  .premium-pdp-info {
    backdrop-filter: none;
  }

  .model-table-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .model-table {
    width: 820px;
    min-width: 820px;
  }
}

/* PDP editorial direction A: open composition, restrained separators, no nested cards. */
.pdp {
  width: min(1440px, calc(100% - 96px));
  padding: 76px 0 42px;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, 0.82fr);
  gap: clamp(48px, 6vw, 104px);
  align-items: start;
}

.pdp-gallery,
.pdp-info,
.pdp-section {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.pdp-gallery {
  padding: 0;
}

.pdp-editorial-media {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.pdp-media-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 28px;
  margin-bottom: 18px;
  color: #6b746d;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pdp-media-meta .breadcrumb {
  margin: 0;
  color: #202a25;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pdp-media-index {
  color: #8a938d;
  text-align: right;
}

.pdp-image {
  min-height: min(690px, 70vh);
  background:
    radial-gradient(circle at 50% 37%, rgba(232, 237, 229, 0.85), transparent 38%),
    #f4f5f0;
}

.pdp-image img {
  width: min(470px, 72%);
  max-height: 620px;
  object-fit: contain;
}

.pdp-thumbs {
  justify-content: flex-start;
  gap: 16px;
  margin-top: 22px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pdp-thumbs::-webkit-scrollbar {
  display: none;
}

.pdp-thumbs button {
  position: relative;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 0.58;
}

.pdp-thumbs button::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: transparent;
  content: "";
}

.pdp-thumbs button.active {
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pdp-thumbs button.active::after {
  background: var(--orange);
}

.pdp-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pdp-info {
  position: static;
  min-width: 0;
  padding: 0;
  background: transparent;
}

.pdp-editorial-info {
  padding-top: 36px;
}

.pdp-kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 0 0 24px;
}

.pdp-family-mark {
  width: auto;
  margin: 0;
  color: var(--orange-dark);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stock-pill {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #58a86f;
  font-size: 12px;
  font-weight: 800;
}

.premium-pdp-info h1,
.pdp-info h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #111715;
  font-size: clamp(46px, 5.1vw, 76px);
  letter-spacing: -0.025em;
  line-height: 0.96;
}

.pdp-info .pdp-lede {
  max-width: 560px;
  margin: 0;
  color: #69736c;
  font-size: 18px;
  line-height: 1.6;
}

.pdp-editorial-rule {
  height: 1px;
  margin: 34px 0 0;
  background: rgba(17, 23, 21, 0.14);
}

.pdp-configurator {
  margin: 0;
  padding: 28px 0 0;
  border: 0;
  background: transparent;
}

.configurator-head {
  margin-bottom: 18px;
}

.configurator-head span,
.selected-config-grid span,
.pdp-mini-specs span,
.selected-quote-summary span {
  color: #78827b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.configurator-head strong {
  color: #151c18;
  font-size: 22px;
}

.configurator-models {
  gap: 22px;
  margin: 0;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(17, 23, 21, 0.14);
  scrollbar-width: none;
}

.configurator-models::-webkit-scrollbar {
  display: none;
}

.configurator-models button {
  min-width: max-content;
  padding: 0 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #6a746d;
  font-size: 13px;
  font-weight: 850;
  transition: color 160ms ease, border-color 160ms ease;
}

.configurator-models button:hover,
.configurator-models button.active {
  border: 0;
  border-bottom: 2px solid var(--orange);
  background: transparent;
  color: #151c18;
  transform: none;
}

.selected-config-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-bottom: 1px solid rgba(17, 23, 21, 0.14);
}

.selected-config-grid div {
  min-width: 0;
  padding: 21px 18px 22px 0;
  border: 0;
  border-right: 1px solid rgba(17, 23, 21, 0.12);
  border-radius: 0;
  background: transparent;
}

.selected-config-grid div:not(:first-child) {
  padding-left: 18px;
}

.selected-config-grid div:last-child {
  border-right: 0;
}

.selected-config-grid strong {
  display: block;
  margin-top: 8px;
  color: #151c18;
  font-size: 14px;
  line-height: 1.3;
}

.pdp-price {
  margin: 30px 0 0;
  color: #111715;
  font-size: 36px;
  letter-spacing: -0.02em;
}

.pdp-price span {
  margin-top: 7px;
  color: #78827b;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.pdp-mini-specs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 26px 0 0;
  border-top: 1px solid rgba(17, 23, 21, 0.14);
  border-bottom: 1px solid rgba(17, 23, 21, 0.14);
}

.pdp-mini-specs div {
  min-width: 0;
  padding: 16px 16px 17px 0;
  border: 0;
  border-right: 1px solid rgba(17, 23, 21, 0.12);
  border-radius: 0;
  background: transparent;
}

.pdp-mini-specs div:not(:first-child) {
  padding-left: 16px;
}

.pdp-mini-specs div:last-child {
  border-right: 0;
}

.pdp-mini-specs strong {
  margin-top: 7px;
  color: #151c18;
  font-size: 13px;
}

.pdp-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}

.pdp-actions .primary-cta {
  min-height: 56px;
  flex: 1 1 auto;
  justify-content: center;
  border-radius: 0;
  background: #111715;
  font-size: 15px;
}

.pdp-actions .secondary-cta {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111715;
  font-size: 13px;
  text-decoration: underline;
  text-decoration-color: rgba(17, 23, 21, 0.35);
  text-underline-offset: 4px;
}

.pdp-actions input {
  width: 70px;
  min-height: 56px;
  border: 1px solid rgba(17, 23, 21, 0.18);
  border-radius: 0;
}

.pdp-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #69736c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.pdp-note svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: var(--orange);
}

.pdp-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 22px;
}

.pdp-trust span {
  gap: 7px;
  padding: 0 15px;
  border-right: 1px solid rgba(17, 23, 21, 0.14);
  color: #69736c;
  font-size: 12px;
  font-weight: 700;
}

.pdp-trust span:first-child {
  padding-left: 0;
}

.pdp-trust span:last-child {
  border-right: 0;
}

.pdp-trust svg {
  width: 16px;
  height: 16px;
  color: var(--orange);
}

.pdp-section {
  padding: 72px 0;
  border-top: 1px solid rgba(17, 23, 21, 0.14);
}

.pdp-section h2 {
  color: #111715;
  font-size: clamp(30px, 3.2vw, 48px);
  letter-spacing: -0.02em;
  line-height: 1;
}

.pdp-spec-section {
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: 56px;
}

.spec-grid {
  gap: 0 28px;
  margin: 0;
}

.spec-grid div {
  min-width: 0;
  padding: 17px 0;
  border: 0;
  border-top: 1px solid rgba(17, 23, 21, 0.12);
  border-radius: 0;
  background: transparent;
}

.spec-grid div:nth-child(-n + 2) {
  border-top: 0;
}

.compat-layout,
.safety-grid,
.doc-grid {
  gap: 28px;
}

.compat-list .chip {
  margin: 0 18px 14px 0;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid rgba(17, 23, 21, 0.22);
  border-radius: 0;
  background: transparent;
  color: #27332d;
}

.compat-note {
  padding: 20px 0 0;
  border-top: 1px solid rgba(17, 23, 21, 0.14);
  background: transparent;
}

.model-table-wrap {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.model-table {
  border-collapse: collapse;
}

.model-table th,
.model-table td {
  padding: 18px 16px 18px 0;
  border-bottom: 1px solid rgba(17, 23, 21, 0.12);
}

.model-table th {
  background: transparent;
  color: #78827b;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.model-table tr.active td {
  background: transparent;
  color: #111715;
  font-weight: 850;
}

.safety-grid div,
.doc-link {
  min-width: 0;
  padding: 20px 0;
  border: 0;
  border-top: 1px solid rgba(17, 23, 21, 0.12);
  border-radius: 0;
  background: transparent;
}

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

.doc-link {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  color: #111715;
  font-weight: 850;
}

.doc-link small {
  color: #78827b;
  font-size: 12px;
  font-weight: 600;
}

.product-story p {
  max-width: 780px;
  color: #69736c;
  font-size: 18px;
  line-height: 1.75;
}

@media (max-width: 1180px) {
  .pdp {
    width: min(100% - 64px, 900px);
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pdp-editorial-info {
    padding-top: 12px;
  }

  .pdp-image {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .pdp {
    width: calc(100% - 36px);
    padding: 42px 0 24px;
    gap: 28px;
  }

  .pdp-media-meta {
    margin-bottom: 12px;
  }

  .pdp-image {
    min-height: 420px;
  }

  .pdp-image img {
    width: min(330px, 72%);
    max-height: 390px;
  }

  .premium-pdp-info h1,
  .pdp-info h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .pdp-info .pdp-lede {
    font-size: 16px;
  }

  .selected-config-grid,
  .pdp-mini-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .selected-config-grid div:nth-child(2n),
  .pdp-mini-specs div:nth-child(2n) {
    border-right: 0;
  }

  .selected-config-grid div:nth-child(n + 3),
  .pdp-mini-specs div:nth-child(n + 3) {
    border-top: 1px solid rgba(17, 23, 21, 0.12);
  }

  .selected-config-grid div:nth-child(3),
  .pdp-mini-specs div:nth-child(3) {
    padding-left: 0;
  }

  .pdp-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
  }

  .pdp-actions .secondary-cta {
    align-self: flex-start;
  }

  .pdp-trust {
    gap: 12px 0;
  }

  .pdp-trust span {
    padding: 0 12px;
  }

  .pdp-trust span:nth-child(3) {
    padding-left: 0;
    border-right: 0;
  }

  .pdp-section {
    padding: 48px 0;
  }

  .pdp-spec-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .spec-grid div:nth-child(2) {
    border-top: 1px solid rgba(17, 23, 21, 0.12);
  }

  .doc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .doc-grid .doc-link {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .doc-grid .doc-link small {
    align-self: stretch;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

/* Final cascade: apply the PDP A language consistently across every route. */
body {
  background: var(--page);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand,
.product-toolbar strong,
.pdp-info h1,
.pdp-section h2 {
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

.container {
  width: min(1280px, calc(100% - 72px));
}

.mainbar {
  min-height: 88px;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 251, 247, 0.94);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.mainbar-grid {
  min-height: 88px;
  grid-template-columns: 160px minmax(0, 1fr) minmax(220px, 280px) auto;
  gap: 32px;
}

.compact-header .mainbar-grid,
.checkout-header .mainbar-grid {
  min-height: 80px;
}

.brand-logo {
  width: 126px;
  max-height: 60px;
}

.compact-header .brand-logo,
.checkout-header .brand-logo {
  width: 116px;
  max-height: 54px;
}

.desktop-nav {
  gap: 24px;
}

.desktop-nav a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.search {
  height: 44px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.search input {
  background: transparent;
  color: var(--ink);
}

.search button,
.badge-action,
.account-link,
.vat-toggle,
.favorite {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.badge-action span {
  background: var(--orange);
}

.primary-cta,
.secondary-cta,
.filter-cta,
.checkout-link,
.quote-link,
.place-order,
.add-cart {
  border-radius: 0;
  box-shadow: none;
}

.primary-cta,
.place-order,
.add-cart {
  background: var(--dark);
}

.primary-cta:hover,
.place-order:hover,
.add-cart:hover {
  background: var(--orange);
}

.secondary-cta {
  min-height: 44px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
}

.secondary-cta:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: transparent;
}

.section-heading {
  margin-bottom: 34px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.section-heading a {
  min-height: 32px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

.section-heading a:hover {
  border-color: var(--orange);
  color: var(--orange);
}

/* Home hero and content bands */
.home-hero {
  min-height: calc(100vh - 88px);
  padding: 90px 0 54px;
  background: var(--page);
}

.hero-stage {
  min-height: 560px;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap: 80px;
  align-items: center;
}

.hero-copy {
  max-width: 720px;
}

.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  margin: 34px 0 36px;
}

.hero-stats {
  gap: 0;
  border-top: 1px solid var(--line);
}

.hero-stats span {
  padding: 20px 18px 0 0;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-stats span + span {
  padding-left: 18px;
}

.hero-stats span:last-child {
  border-right: 0;
}

.hero-showcase {
  min-height: 560px;
  padding: 44px;
  border: 0;
  border-radius: 0;
  background: #f1f3ed;
  box-shadow: none;
}

.showcase-badge {
  top: 28px;
  left: 28px;
  padding: 0 0 6px;
  border-radius: 0;
  border-bottom: 1px solid var(--orange);
  background: transparent;
}

.showcase-card {
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: rgba(251, 251, 247, 0.94);
  box-shadow: none;
  backdrop-filter: none;
}

.showcase-card .add-cart {
  border-radius: 0;
}

.home-services {
  display: grid;
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-services a {
  min-height: 100px;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-services a:last-child {
  border-right: 0;
}

.home-services a:hover,
.partner-card:hover,
.feature-tile:hover,
.product-card:hover {
  transform: none;
  background: #f1f3ed;
  box-shadow: none;
}

.partner-marquee {
  padding: 88px 0;
  background: var(--page);
}

.partner-track {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.partner-card {
  min-height: 112px;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.partner-card:last-child {
  border-right: 0;
}

.benefit-strip {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--dark);
}

.education-section,
.featured-section,
.catalog {
  padding: 96px 0 80px;
  background: var(--page);
}

.education-intro {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.education-story {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.education-story span {
  color: var(--orange);
}

.featured-grid,
.product-grid {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-tile {
  min-height: 360px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.product-card {
  min-height: 560px;
  padding: 24px 24px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-image {
  background: transparent;
}

.product-badge {
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid var(--orange);
  border-radius: 0;
  background: transparent;
}

.buy-row input,
[data-sort] {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-tech-line span {
  padding: 6px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.filters {
  padding-right: 30px;
  border-right: 1px solid var(--line);
}

.filters a {
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
}

.filters a:hover,
.filters a.is-active {
  border-bottom-color: var(--orange);
  background: transparent;
  color: var(--orange);
}

/* Open page layouts */
.account-page,
.confirmation-page,
.support-page,
.compare-page,
.sizing-page,
.policy-page {
  padding: 96px 0;
  background: var(--page);
}

.open-panel,
.account-overview,
.confirmation-hero,
.support-hero,
.compare-hero,
.sizing-hero,
.policy-hero {
  padding: 0 0 44px;
  border-bottom: 1px solid var(--line);
}

.open-panel h1,
.account-overview h1,
.confirmation-hero h1,
.support-hero h1,
.compare-hero h1,
.sizing-hero h1,
.policy-hero h1 {
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.92;
  letter-spacing: 0;
}

.dashboard-grid {
  gap: 0 64px;
}

.dashboard-module,
.confirmation-section {
  padding: 34px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-info-grid {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.contact-info-grid article {
  min-height: 240px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.support-form,
.support-links,
.sizing-form,
.sizing-guide {
  padding-top: 34px;
}

.compare-products {
  gap: 0;
  border-top: 1px solid var(--line);
}

.compare-products article {
  padding: 28px 28px 34px 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.compare-products article:last-child {
  border-right: 0;
}

.compare-row {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.policy-grid article,
.checkout-form section,
.account-benefits,
.cart-page-lines,
.cart-page-summary,
.checkout-summary {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cart-page-shell,
.checkout-shell {
  padding: 96px 0;
  background: var(--page);
}

.cart-page-line {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.cart-page-line img {
  border-radius: 0;
  background: #f1f3ed;
}

.cart-page-summary {
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.checkout-header {
  border-bottom: 1px solid var(--line);
  background: var(--page);
}

.checkout-summary {
  position: sticky;
  top: 30px;
}

.status-strip,
.confirmation-summary {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@media (min-width: 901px) and (max-width: 1320px) {
  .container {
    width: calc(100% - 40px);
  }

  .mainbar-grid {
    grid-template-columns: 132px minmax(0, 1fr) 160px auto;
    gap: 20px;
  }

  .desktop-nav {
    gap: 16px;
  }

  .desktop-nav a {
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .container {
    width: calc(100% - 36px);
  }

  .mainbar-grid {
    min-height: 74px;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .compact-header .mainbar-grid,
  .checkout-header .mainbar-grid {
    min-height: 74px;
  }

  .desktop-nav,
  .search,
  .vat-toggle {
    display: none;
  }

  .brand {
    min-width: 90px;
  }

  .brand-logo,
  .compact-header .brand-logo,
  .checkout-header .brand-logo {
    width: 90px;
    max-height: 56px;
  }

  .header-actions .vat-toggle,
  .header-actions button[aria-label="Wishlist"] {
    display: none !important;
  }

  .language-switcher {
    gap: 7px;
  }

  .language-switcher button {
    height: 38px;
    font-size: 14px;
  }

  .language-divider {
    font-size: 13px;
  }

  .home-hero {
    min-height: auto;
    padding: 64px 0 36px;
  }

  .hero-stage {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 13vw, 72px);
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .hero-showcase {
    min-height: 420px;
    padding: 30px;
  }

  .home-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .home-services a:nth-child(2n),
  .partner-card:nth-child(2n) {
    border-right: 0;
  }

  .home-services a:nth-child(n + 3),
  .partner-card:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .partner-track,
  .featured-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card {
    min-height: 0;
  }

  .catalog-grid.with-filters {
    grid-template-columns: 1fr;
  }

  .filters {
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .shop-filters {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .shop-filters::-webkit-scrollbar,
  .shop-filters .filter-block:not(:first-child),
  .shop-filters .filter-block h2 {
    display: none;
  }

  .shop-filters .filter-block:first-child {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 20px;
    margin: 0;
  }

  .shop-filters .filter-link {
    flex: 0 0 auto;
    margin: 0;
    white-space: nowrap;
  }

  .product-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .sort-links {
    flex-wrap: wrap;
    gap: 16px;
  }

  .contact-info-grid,
  .compare-products {
    grid-template-columns: 1fr;
  }

  .compare-products article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .confirmation-layout,
  .support-layout,
  .sizing-layout {
    gap: 36px;
  }

  .cart-page-summary {
    padding-left: 0;
    border-left: 0;
  }

  .cart-page-shell,
  .checkout-shell {
    padding: 64px 0;
  }

  html,
  body {
    overflow-x: hidden;
  }
}
