:root {
  --acq-green: #2f7d45;
  --acq-green-dark: #173f2a;
  --acq-yellow: #d7a84d;
  --acq-ink: #1d211f;
  --acq-muted: #6d746f;
  --acq-line: #e4e1d8;
  --acq-soft: #f6f3ea;
  --acq-cream: #fbfaf5;
  --acq-charcoal: #151814;
}

.acquy-site {
  color: var(--acq-ink);
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  background: var(--acq-cream);
}

.acquy-site button,
.acquy-site input,
.acquy-site optgroup,
.acquy-site select,
.acquy-site textarea {
  font-family: "Inter", sans-serif;
}

.acquy-site h1,
.acquy-site h2,
.acquy-site h3,
.acquy-site h4,
.acquy-site h5,
.acquy-site h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.site-header {
  background: rgba(251, 250, 245, 0.96);
  border-bottom: 1px solid rgba(16, 132, 63, 0.14);
  backdrop-filter: blur(14px);
}

.site-header .container {
  padding-left: 20px;
  padding-right: 20px;
}

.site-header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  min-height: 76px;
  height: auto;
}

.logo {
  color: var(--acq-green-dark);
  display: inline-flex;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.header-left,
.header-center,
.header-right {
  align-items: center;
  display: flex;
  min-width: 0;
}

.header-center {
  justify-content: center;
}

.header-right {
  justify-content: flex-end;
}

.nav {
  align-items: center;
  display: flex;
  gap: 22px;
  min-width: 0;
}

.nav a {
  color: var(--acq-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.nav a:hover {
  color: var(--acq-green);
}

.site-header .search-box {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  display: flex;
  min-width: 250px;
  overflow: hidden;
  padding: 3px;
}

.site-header .search-box input {
  border: 0;
  flex: 1;
  font-size: 14px;
  min-height: 42px;
  min-width: 0;
  outline: 0;
  padding: 0 12px;
  width: auto;
}

.site-header .search-box button {
  background: linear-gradient(135deg, var(--acq-green-dark), var(--acq-green));
  border: 0;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(47, 125, 69, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  min-height: 36px;
  padding: 0 16px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, filter 0.2s ease;
  white-space: nowrap;
}

.site-header .search-box button:hover {
  box-shadow: 0 10px 22px rgba(47, 125, 69, 0.28);
  filter: saturate(1.05);
  transform: translateY(-1px);
}

.site-header .search-box button:focus-visible {
  box-shadow: 0 0 0 3px rgba(47, 125, 69, 0.18), 0 8px 18px rgba(47, 125, 69, 0.2);
  outline: none;
}

.site-footer {
  background: var(--acq-charcoal);
  color: #fff;
  margin-top: 72px;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(180px, 0.7fr) minmax(220px, 0.8fr);
  gap: 32px;
  padding: 48px 0;
}

.site-footer h3,
.site-footer h4 {
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
}

.site-footer h3 {
  font-size: 26px;
}

.site-footer h4 {
  font-size: 16px;
  margin-bottom: 12px;
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: rgba(255, 255, 255, 0.74);
}

.site-footer ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.58);
  padding: 18px 0;
}

.btn-primary {
  background: var(--acq-green);
  border: 1px solid var(--acq-green);
  border-radius: 8px;
  color: #fff;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-outline:hover {
  transform: translateY(-1px);
}

.btn-outline,
.btn-secondary {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  color: var(--acq-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  font-weight: 700;
}

.acq-shop-hero,
.acq-hero {
  background: var(--acq-charcoal);
  border-bottom: 1px solid rgba(16, 132, 63, 0.1);
  color: #fff;
  padding: 72px 0 56px;
}

.acq-shop-hero-grid,
.acq-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.acq-kicker {
  color: var(--acq-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.acq-shop-hero h1,
.acq-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
  max-width: 760px;
}

.acq-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  margin-top: 24px;
  max-width: 680px;
}

.acq-store-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 720px;
}

.acq-store-stats div {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 4px;
  padding-top: 14px;
}

.acq-store-stats strong {
  color: #fff;
  font-size: 18px;
}

.acq-store-stats span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.acq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.acq-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.acq-trust-row span {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 999px;
  color: var(--acq-muted);
  font-weight: 700;
  padding: 8px 14px;
}

.acq-feature-product,
.acq-hero-panel {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(23, 33, 43, 0.08);
  min-height: 420px;
  padding: 34px;
}

.acq-feature-product {
  color: var(--acq-ink);
}

.acq-feature-label {
  color: var(--acq-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.acq-feature-meta {
  align-items: center;
  border-top: 1px solid var(--acq-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 18px;
}

.acq-feature-meta span {
  color: var(--acq-muted);
  display: block;
  margin-top: 4px;
}

.acq-battery-visual {
  margin: 24px auto;
  max-width: 360px;
}

.acq-battery-top {
  background: var(--acq-ink);
  border-radius: 8px 8px 0 0;
  height: 54px;
  margin: 0 34px;
}

.acq-battery-body {
  background: linear-gradient(135deg, var(--acq-green-dark), var(--acq-green));
  border: 10px solid #151f28;
  border-radius: 8px;
  color: #fff;
  min-height: 230px;
  padding: 34px;
}

.acq-brand-strip {
  background: #fff;
  border-bottom: 1px solid var(--acq-line);
}

.acq-brand-strip .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
}

.acq-brand-strip span {
  border-left: 1px solid var(--acq-line);
  color: var(--acq-muted);
  display: block;
  font-weight: 800;
  padding: 18px 14px;
  text-align: center;
}

.acq-brand-strip span:last-child {
  border-right: 1px solid var(--acq-line);
}

.acq-battery-body span {
  background: var(--acq-yellow);
  border-radius: 6px;
  color: #1f2933;
  display: inline-block;
  font-weight: 900;
  margin-bottom: 24px;
  padding: 8px 12px;
}

.acq-battery-body strong {
  display: block;
  font-size: 32px;
  line-height: 1.1;
}

.acq-battery-body small {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-top: 12px;
}

.acq-hero-note,
.acq-product-note {
  background: var(--acq-soft);
  border: 1px solid rgba(16, 132, 63, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 18px;
}

.acq-section-heading,
.acq-page-header {
  margin-bottom: 28px;
  max-width: 820px;
}

.acq-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
  margin-bottom: 34px;
}

.acq-page-hero h1 {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.05;
}

.acq-page-intro {
  color: var(--acq-muted);
  font-size: 18px;
  margin-top: 18px;
  max-width: 760px;
}

.acq-help-card,
.acq-callout {
  background: var(--acq-soft);
  border: 1px solid rgba(16, 132, 63, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 20px;
}

.acq-help-card strong,
.acq-callout strong {
  font-size: 18px;
}

.acq-help-card span,
.acq-callout p {
  color: var(--acq-muted);
}

.acq-section-heading h2,
.acq-cta h2,
.acq-page-header h1 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.12;
}

.acq-muted {
  background: var(--acq-soft);
}

.acq-split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1.25fr);
  gap: 32px;
  align-items: start;
}

.acq-section-row {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.acq-collection-band {
  background: #fff;
  border-bottom: 1px solid var(--acq-line);
  border-top: 1px solid var(--acq-line);
}

.acq-finder-shell,
.finder-card {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 24px;
}

.vehicle-finder .finder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 14px;
}

.vehicle-finder select {
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  min-height: 52px;
  padding: 0 14px;
}

.finder-results {
  margin-top: 18px;
}

.finder-result-grid {
  display: grid;
  gap: 10px;
}

.finder-result,
.empty-state,
.loading {
  background: #f8faf9;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 14px 16px;
}

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

.acq-benefit {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 24px;
}

.acq-benefit strong {
  font-size: 20px;
}

.acq-benefit span,
.acq-cta p {
  color: var(--acq-muted);
}

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

.acq-spec-card {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 22px;
}

.acq-spec-card span {
  color: var(--acq-muted);
}

.acq-spec-card strong {
  font-size: 28px;
}

.acq-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.acq-check-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.acq-check-list span {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 14px 16px;
}

.acq-section-action {
  margin-top: 28px;
  text-align: center;
}

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

.acq-category-card {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  display: grid;
  min-height: 170px;
  padding: 24px;
  align-content: space-between;
}

.acq-category-card span {
  color: var(--acq-muted);
  font-weight: 700;
}

.acq-category-card strong {
  font-size: 28px;
  line-height: 1.1;
}

.acq-checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.acq-checkout-steps div {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 24px;
}

.acq-checkout-steps span {
  color: var(--acq-green);
  font-weight: 900;
}

.acq-checkout-steps strong {
  display: block;
  font-size: 22px;
  margin-top: 20px;
}

.acq-checkout-steps p {
  color: var(--acq-muted);
  margin-top: 8px;
}

.acq-cta {
  align-items: center;
  background: #122019;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 44px;
}

.acq-cta p {
  color: rgba(255, 255, 255, 0.74);
  margin-top: 10px;
}

.acq-product-page {
  padding-top: 28px;
}

.acq-breadcrumb {
  color: var(--acq-muted);
  font-size: 14px;
  margin: 0 0 22px;
}

.acq-breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.acq-breadcrumb li {
  align-items: center;
  display: inline-flex;
  min-width: 0;
}

.acq-breadcrumb li + li::before {
  color: #a2aaa5;
  content: "/";
  margin-right: 8px;
}

.acq-breadcrumb a {
  color: var(--acq-green-dark);
  font-weight: 700;
}

.acq-breadcrumb a:hover {
  color: var(--acq-green);
}

.acq-breadcrumb [aria-current="page"] span {
  color: var(--acq-muted);
  display: inline-block;
  max-width: min(620px, 70vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.acq-product-detail {
  padding: 32px 0 54px;
}

.acq-commerce-detail {
  border-bottom: 1px solid var(--acq-line);
}

.acq-detail-tabs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 44px;
  align-items: start;
}

.gallery {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 18px;
}

.gallery-main {
  aspect-ratio: 1 / 1;
  background: #f8faf9;
  border-radius: 8px;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.gallery-placeholder,
.product-image-placeholder {
  align-items: center;
  color: var(--acq-muted);
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.gallery-thumb {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  cursor: pointer;
  object-fit: cover;
  width: 100%;
}

.product-info {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 28px;
}

.product-info .product-title {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.spec-table {
  width: 100%;
}

.spec-table td:first-child {
  color: var(--acq-muted);
  width: 42%;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.acq-product-note {
  margin-top: 20px;
}

.product-section {
  border-top: 1px solid var(--acq-line);
  padding: 42px 0;
}

.product-section h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}

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

.vehicle-card {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  display: block;
  font-weight: 700;
  padding: 18px;
}

.product-card,
.brand-card,
.article-card {
  border-radius: 8px;
}

.product-card:hover {
  transform: translateY(-3px);
}

.product-image-wrap {
  background: #f8faf9;
}

.product-content {
  padding: 18px;
}

.product-title {
  font-size: 18px;
  line-height: 1.25;
}

.acq-listing-page {
  background: var(--acq-cream);
}

.acq-listing-toolbar {
  align-items: center;
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 14px 18px;
}

.acq-listing-toolbar span {
  font-weight: 800;
}

.acq-listing-toolbar a {
  color: var(--acq-green);
  font-weight: 800;
}

.acq-listing-toolbar input[type="search"] {
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  flex: 1;
  font: inherit;
  min-height: 44px;
  min-width: 0;
  padding: 0 14px;
}

form.acq-listing-toolbar {
  gap: 12px;
}

.acq-search-page .acq-page-hero {
  margin-bottom: 24px;
}

.acq-search-form {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(21, 24, 20, 0.05);
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 18px;
}

.acq-search-form label {
  color: var(--acq-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.acq-search-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.acq-search-form input[type="search"] {
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  color: var(--acq-ink);
  font: inherit;
  min-height: 52px;
  min-width: 0;
  padding: 0 16px;
}

.acq-search-form input[type="search"]:focus {
  border-color: var(--acq-green);
  box-shadow: 0 0 0 3px rgba(47, 125, 69, 0.14);
  outline: none;
}

.acq-search-form .btn-primary {
  background: linear-gradient(135deg, var(--acq-green-dark), var(--acq-green));
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(47, 125, 69, 0.22);
  font-size: 14px;
  font-weight: 900;
  min-height: 52px;
  padding: 0 26px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, filter 0.2s ease;
  white-space: nowrap;
}

.acq-search-form .btn-primary:hover {
  box-shadow: 0 16px 30px rgba(47, 125, 69, 0.3);
  filter: saturate(1.05);
  transform: translateY(-1px);
}

.acq-search-form .btn-primary:focus-visible {
  box-shadow: 0 0 0 4px rgba(47, 125, 69, 0.16), 0 12px 24px rgba(47, 125, 69, 0.22);
  outline: none;
}

.acq-search-summary {
  align-items: center;
  color: var(--acq-muted);
  display: flex;
  justify-content: space-between;
  margin: 24px 0 12px;
}

.acq-search-summary span,
.acq-search-summary strong {
  display: block;
}

.acq-search-summary strong {
  color: var(--acq-green-dark);
}

.acq-search-results {
  display: grid;
  gap: 12px;
}

.acq-search-result {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.acq-search-result:hover {
  border-color: rgba(47, 125, 69, 0.35);
  box-shadow: 0 14px 30px rgba(21, 24, 20, 0.06);
  transform: translateY(-2px);
}

.acq-search-result a {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 18px 20px;
}

.acq-search-result span {
  color: var(--acq-green);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.acq-search-result h3 {
  color: var(--acq-ink);
  font-size: 20px;
  line-height: 1.25;
}

.acq-search-result p {
  color: var(--acq-muted);
  margin-top: 8px;
}

.acq-search-result a > strong {
  align-items: center;
  background: var(--acq-soft);
  border-radius: 8px;
  color: var(--acq-green-dark);
  display: inline-flex;
  font-size: 14px;
  min-height: 40px;
  padding: 0 14px;
  white-space: nowrap;
}

.acq-search-empty {
  margin-top: 16px;
}

.article-content {
  color: #26323f;
  font-size: 18px;
}

.acq-article {
  max-width: 920px;
}

.acq-article.acq-article {
  max-width: 1280px;
}

.acq-article-hero {
  grid-template-columns: 1fr;
}

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

.acq-article-aside {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 108px;
}

.acq-prose {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 30px;
}

.acq-prose h2,
.acq-prose h3 {
  font-weight: 800;
  margin: 28px 0 12px;
}

.acq-prose p,
.acq-prose ul,
.acq-prose ol {
  margin-bottom: 16px;
}

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

.acq-compat-panel {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 22px;
}

.acq-compat-panel h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
}

.acq-id-list {
  display: grid;
  gap: 8px;
}

.acq-id-list li {
  background: #f8faf9;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  color: var(--acq-muted);
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  overflow-wrap: anywhere;
  padding: 10px 12px;
}

details {
  background: #fff;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 16px 18px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  color: var(--acq-muted);
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .site-header-inner {
    grid-template-columns: 1fr auto;
    gap: 12px 18px;
    padding: 12px 0;
  }

  .header-center {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .header-center::-webkit-scrollbar {
    display: none;
  }

  .header-right {
    justify-content: flex-end;
  }

  .nav {
    gap: 10px;
    padding-bottom: 2px;
  }

  .nav a {
    background: #fff;
    border: 1px solid var(--acq-line);
    border-radius: 8px;
    padding: 10px 12px;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .acq-hero-grid,
  .acq-shop-hero-grid,
  .acq-split-section,
  .product-detail-grid,
  .acq-page-hero,
  .acq-two-column,
  .acq-article-layout,
  .acq-detail-tabs {
    grid-template-columns: 1fr;
  }

  .acq-article-aside {
    position: static;
  }

  .product-grid,
  .vehicle-grid,
  .acq-benefit-grid,
  .acq-compat-grid,
  .acq-category-grid,
  .acq-checkout-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .site-header .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-header-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 12px 0;
  }

  .header-left,
  .header-center,
  .header-right {
    width: 100%;
  }

  .logo {
    font-size: 24px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-right {
    order: 2;
  }

  .header-center {
    order: 3;
  }

  .site-header .search-box {
    min-width: 0;
    width: 100%;
  }

  .site-header .search-box input {
    min-height: 44px;
  }

  .nav {
    display: flex;
    overflow-x: auto;
    width: 100%;
  }

  .nav a {
    flex: 0 0 auto;
    font-size: 13px;
  }

  .site-footer {
    margin-top: 48px;
  }

  .site-footer .footer-grid {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 34px 0;
  }

  .site-footer h3 {
    font-size: 22px;
  }

  .site-footer .footer-bottom {
    font-size: 13px;
    padding: 16px 0;
  }

  .acq-hero {
    padding: 48px 0 36px;
  }

  .acq-shop-hero {
    padding: 48px 0 36px;
  }

  .acq-hero-panel {
    min-height: 0;
    padding: 20px;
  }

  .vehicle-finder .finder-grid,
  .product-grid,
  .vehicle-grid,
  .acq-benefit-grid,
  .acq-spec-grid,
  .acq-compat-grid,
  .acq-category-grid,
  .acq-checkout-steps,
  .acq-store-stats {
    grid-template-columns: 1fr;
  }

  .acq-brand-strip .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .acq-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 28px;
  }

  .acq-search-form > div,
  .acq-search-result a {
    grid-template-columns: 1fr;
  }

  .acq-search-form .btn-primary {
    min-height: 48px;
    width: 100%;
  }

  .acq-search-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .acq-search-result a > strong {
    justify-content: center;
    width: 100%;
  }
}
