﻿:root {
  --bg: #12171d;
  --surface: #182029;
  --surface-2: #1d2833;
  --line: #2b3847;
  --text: #e6ebf2;
  --muted: #a6b4c3;
  --primary: #f54e1a;
  --primary-2: #ff7a2b;
  --glow: 245, 95, 40;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Exo 2", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(var(--glow), 0.10), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(88, 124, 170, 0.10), transparent 36%),
    var(--bg);
  min-height: 100vh;
}

.bg-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 85%);
  z-index: -1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  background: rgba(7, 9, 13, 0.75);
}

.brand {
  font-family: "Teko", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: var(--text);
  text-decoration: none;
}

.brand span { color: var(--primary-2); }

.lang-switch {
  display: inline-flex;
  gap: 0.3rem;
  padding: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}

.lang-switch a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.78rem;
  padding: 0.32rem 0.55rem;
  border-radius: 7px;
}

.lang-switch a.active {
  color: #170b06;
  background: linear-gradient(120deg, var(--primary), #ff9d4d);
}

.main-nav {
  display: flex;
  gap: 1.2rem;
}

.main-nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.main-nav a:hover { color: var(--text); }

.cta-small {
  text-decoration: none;
  color: var(--text);
  border: 1px solid rgba(var(--glow), 0.45);
  padding: 0.55rem 0.9rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.85rem;
}

.cart-toggle {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.cart-toggle span {
  display: inline-flex;
  min-width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, var(--primary), #ff8e3b);
  color: #170b06;
  margin-left: 0.35rem;
  font-size: 0.75rem;
}

.hero,
.section,
.site-footer {
  width: min(1200px, 92vw);
  margin-inline: auto;
}

.hero {
  padding: 6rem 0 4rem;
}

.pill {
  width: fit-content;
  margin: 0;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(var(--glow), 0.45);
  border-radius: 999px;
  color: #ffc9b3;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 1rem 0 0;
  font-family: "Teko", sans-serif;
  font-size: clamp(3.4rem, 9vw, 7.8rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.hero h1 span {
  color: transparent;
  background: linear-gradient(90deg, var(--primary), #ffb25e);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy {
  margin-top: 1.1rem;
  max-width: 60ch;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
}

.hero-cta {
  margin-top: 1.6rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero-banner {
  margin-top: 1.25rem;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  overflow: hidden;
  background: #0d1219;
}

.hero-banner img {
  width: 100%;
  aspect-ratio: 1920 / 649;
  object-fit: cover;
  display: block;
}

.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(8, 12, 18, 0.25) 25%, rgba(8, 12, 18, 0.78) 100%);
}

.hero-banner-note {
  position: absolute;
  right: 1rem;
  bottom: 0.95rem;
  z-index: 1;
  max-width: min(520px, 78%);
  border-radius: 12px;
  border: 1px solid rgba(var(--glow), 0.45);
  background: rgba(8, 12, 18, 0.78);
  backdrop-filter: blur(6px);
  padding: 0.62rem 0.8rem;
}

.hero-banner-note strong {
  display: block;
  font-family: "Teko", sans-serif;
  font-size: 1.65rem;
  letter-spacing: 0.03em;
  color: #ffd4c1;
  line-height: 1;
}

.hero-banner-note span {
  display: block;
  margin-top: 0.2rem;
  color: #d1deed;
  font-size: 0.84rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  padding: 0.82rem 1.25rem;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #130a06;
  background: linear-gradient(120deg, var(--primary), #ff8e3b);
  box-shadow: 0 10px 35px rgba(var(--glow), 0.3);
}

.btn-ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.hero-stats {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.hero-stats article,
.card,
.timeline article,
.policy-grid article,
.contact-form {
  border: 1px solid var(--line);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border-radius: 16px;
}

.hero-stats article {
  padding: 1rem;
}

.hero-stats h3 {
  margin: 0;
  font-family: "Teko", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.hero-stats p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.automotive-stats .stat-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.automotive-stats .stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(var(--glow), 0.08), transparent 42%);
  z-index: 0;
}

.automotive-stats .stat-card::after {
  content: "";
  position: absolute;
  inset: auto -24% 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--glow), 0.65), transparent);
  opacity: 0.55;
  transform: translateX(-30%);
  z-index: 0;
}

.automotive-stats .stat-kicker,
.automotive-stats .stat-value,
.automotive-stats .stat-caption,
.automotive-stats .stat-revline,
.automotive-stats .stat-route {
  position: relative;
  z-index: 1;
}

.automotive-stats .stat-kicker {
  margin: 0;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #ffc3a8;
  font-weight: 700;
}

.automotive-stats .stat-value {
  margin: 0.35rem 0 0;
  font-family: "Teko", sans-serif;
  font-size: clamp(2.1rem, 3.2vw, 2.8rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
}

.automotive-stats .stat-static {
  letter-spacing: 0.06em;
}

.automotive-stats .stat-caption {
  margin: 0.35rem 0 0;
  color: #aebdcf;
  font-size: 0.84rem;
}

.automotive-stats .stat-revline {
  margin-top: 0.78rem;
  width: 100%;
  height: 0.58rem;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 12, 18, 0.85);
}

.automotive-stats .stat-revline span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #ff8e3b, #f54e1a 55%, #ffb25e);
  transition: width 1.2s cubic-bezier(0.21, 0.85, 0.22, 1);
  position: relative;
}

.automotive-stats .stat-revline span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  transform: translateX(-120%);
}

.automotive-stats .stat-route {
  margin-top: 0.78rem;
  height: 1.16rem;
  border-radius: 999px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  background: rgba(8, 12, 18, 0.85);
  overflow: hidden;
  position: relative;
}

.automotive-stats .stat-route::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.05) 0 12px,
    rgba(255, 255, 255, 0.16) 12px 22px
  );
}

.automotive-stats .stat-route span {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #ffb15f;
  box-shadow: 0 0 0 2px rgba(255, 151, 80, 0.25), 0 0 14px rgba(255, 123, 43, 0.7);
}

.automotive-stats .stat-card.is-live::after {
  animation: statScan 1.8s linear infinite;
}

.automotive-stats .stat-card.is-live .stat-revline span {
  width: var(--fill, 74%);
}

.automotive-stats .stat-card.is-live .stat-revline span::after {
  animation: statShine 1.7s linear infinite;
}

.automotive-stats .stat-card.is-live .stat-route::before {
  animation: routeFlow 1.1s linear infinite;
}

.automotive-stats .stat-card.is-live .stat-route span {
  animation: routeDrive 2.6s ease-in-out infinite;
}

@keyframes statScan {
  0% { transform: translateX(-40%); }
  100% { transform: translateX(140%); }
}

@keyframes statShine {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(140%); }
}

@keyframes routeFlow {
  0% { transform: translateX(0); }
  100% { transform: translateX(-22px); }
}

@keyframes routeDrive {
  0% { left: 10%; }
  50% { left: 90%; }
  100% { left: 10%; }
}

.section {
  padding: 4rem 0;
}

.section.alt {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.02), transparent);
}

.section-head .eyebrow {
  margin: 0;
  color: #ffbca3;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.78rem;
}

.section-head h2 {
  margin: 0.45rem 0 0;
  font-family: "Teko", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 0.95;
}

.cards,
.policy-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.card,
.policy-grid article,
.timeline article {
  padding: 1.15rem;
}

.compliance-note {
  margin-top: 1rem;
  border: 1px dashed rgba(var(--glow), 0.55);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  background: rgba(var(--glow), 0.08);
}

.compliance-note p {
  margin: 0;
  color: #ffd4c4;
  font-size: 0.94rem;
}

.warranty-policy {
  margin-top: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  padding: 1.15rem;
}

.warranty-policy h3 {
  margin: 0;
  font-family: "Teko", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
}

.warranty-policy p,
.warranty-policy li {
  color: var(--muted);
}

.warranty-policy > p {
  margin: 0.6rem 0 0;
}

.warranty-columns {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.warranty-columns > div {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 0.85rem 0.9rem;
  background: rgba(8, 13, 20, 0.42);
}

.warranty-policy h4 {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #ffd6c3;
}

.warranty-policy ul,
.warranty-policy ol {
  margin: 0.55rem 0 0;
  padding-left: 1.2rem;
}

.warranty-note {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  color: #ced9e8;
}

.warranty-policy[id],
.policy-grid article[id] {
  scroll-margin-top: 96px;
}

.compliance-links {
  margin-top: 0.6rem;
  display: grid;
  gap: 0.45rem;
}

.compliance-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--text);
  text-decoration: none;
  background: rgba(8, 13, 20, 0.36);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.compliance-links a::after {
  content: ">";
  color: #ff7a2b;
  font-weight: 700;
}

.compliance-links a:hover,
.compliance-links a:focus-visible {
  border-color: rgba(var(--glow), 0.72);
  background: rgba(var(--glow), 0.1);
  transform: translateY(-1px);
}

.card h3,
.policy-grid h3,
.split h3,
.timeline h3 {
  margin: 0;
  font-family: "Teko", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.card p,
.card li,
.policy-grid p,
.split p,
.timeline p,
.contact p {
  color: var(--muted);
}

.card ul {
  margin: 0.65rem 0 0;
  padding-left: 1.1rem;
}

.split {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.split article {
  border-left: 3px solid rgba(var(--glow), 0.6);
  padding: 0.75rem 0.95rem;
  background: rgba(255, 255, 255, 0.02);
}

.timeline {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.timeline span {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: rgba(var(--glow), 0.15);
  color: #ffc8b1;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.contact {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.2rem;
  align-items: start;
}

.contact-meta p { margin: 0.35rem 0; }

.contact-form {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  background: #0c1117;
  border: 1px solid #263548;
  color: var(--text);
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  font: inherit;
}

.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.form-status[data-status="success"] {
  color: #91f0b2;
}

.form-status[data-status="warning"] {
  color: #ffd18a;
}

.form-status[data-status="error"] {
  color: #ff9a85;
}

.shop-toolbar {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr auto;
  gap: 0.7rem;
}

.vehicle-finder {
  margin-top: 1.15rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background:
    radial-gradient(120% 110% at 0% 0%, rgba(var(--glow), 0.16), transparent 54%),
    linear-gradient(160deg, rgba(17, 26, 38, 0.96), rgba(10, 16, 24, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 30px rgba(0, 0, 0, 0.28);
  padding: 0.9rem;
}

.vehicle-finder::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--glow), 0.55), transparent);
  opacity: 0.85;
}

.vehicle-finder-title {
  margin: 0 0 0.62rem;
  font-family: "Exo 2", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f6c3ad;
}

.vehicle-finder-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(220px, auto);
  align-items: end;
  gap: 0.62rem;
}

.vehicle-finder-row label {
  display: grid;
  gap: 0.3rem;
  color: var(--muted);
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.vehicle-finder-row select {
  width: 100%;
  min-height: 2.86rem;
  background: #0c131d;
  border: 1px solid #2a3a4f;
  color: #e6eef7;
  border-radius: 10px;
  padding: 0.66rem 0.74rem;
  font: inherit;
  font-size: 0.87rem;
}

.vehicle-finder-row select:focus-visible {
  outline: 2px solid rgba(var(--glow), 0.78);
  outline-offset: 2px;
  border-color: rgba(var(--glow), 0.88);
}

.shop-tabs {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 0.65rem;
}

.shop-tab {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  min-height: 94px;
  background: #101824;
  color: var(--text);
  text-align: left;
  padding: 0.7rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.shop-tab img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.shop-tab::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 13, 20, 0.2), rgba(9, 13, 20, 0.8));
}

.shop-tab[data-shop-tab="all"] {
  background: linear-gradient(130deg, #122033, #1a2b3f);
}

.shop-tab[data-shop-tab="all"]::after {
  background: linear-gradient(180deg, rgba(14, 24, 38, 0.2), rgba(14, 24, 38, 0.15));
}

.shop-tab-label {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1.2;
}

.shop-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--glow), 0.7);
}

.shop-tab.is-active {
  border-color: rgba(var(--glow), 0.95);
  box-shadow: 0 0 0 1px rgba(var(--glow), 0.28), 0 10px 26px rgba(var(--glow), 0.22);
}

.category-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.42;
  transform: scale(1.02);
  transition: transform 0.25s ease, opacity 0.25s ease;
  z-index: 0;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg, rgba(9, 13, 20, 0.28), rgba(9, 13, 20, 0.9) 70%);
  z-index: 0;
}

.category-card > * {
  position: relative;
  z-index: 1;
}

.category-card[data-cat-tab="coilover"]::before {
  background-image: url("assets/media/tabs/coilover.avif");
}

.category-card[data-cat-tab="offroad"]::before {
  background-image: url("assets/media/tabs/offroad-lift-kits.avif");
}

.category-card[data-cat-tab="arm"]::before {
  background-image: url("assets/media/tabs/arm.avif");
}

.category-card[data-cat-tab="shock"]::before {
  background-image: url("assets/media/tabs/shock.avif");
}

.category-card[data-cat-tab="exhaust"]::before {
  background-image: url("assets/media/tabs/exhaust-system.jpg");
}

.category-card[data-cat-tab="turbo"]::before {
  background-image: url("assets/media/tabs/turbo.jpg");
}

.category-card[data-cat-tab="performance"]::before {
  background-image: url("assets/media/tabs/performance.jpg");
}

.category-card:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--glow), 0.65);
}

.category-card:hover::before {
  opacity: 0.62;
  transform: scale(1.06);
}

.category-card:focus-visible {
  outline: 2px solid rgba(var(--glow), 0.95);
  outline-offset: 3px;
}

.card-hint {
  margin: 0.7rem 0 0;
  font-size: 0.8rem;
  color: #ffd2c0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.shop-toolbar label {
  display: grid;
  gap: 0.32rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.vehicle-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.46rem;
  align-self: end;
}

.vehicle-actions .btn {
  min-width: 110px;
  height: 2.86rem;
  padding-inline: 0.9rem;
  font-size: 0.84rem;
}

.vehicle-actions .btn.btn-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  color: #cfdded;
  background: #101b29;
}

.vehicle-actions .btn.btn-ghost:hover {
  border-color: rgba(var(--glow), 0.7);
  color: #fff0e6;
}

.view-switch {
  display: inline-flex;
  align-self: end;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  overflow: hidden;
  background: #0f1620;
}

.view-switch button {
  border: 0;
  background: transparent;
  color: var(--muted);
  min-width: 2.2rem;
  padding: 0.55rem 0.7rem;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.view-switch button.is-active {
  color: #130a06;
  background: linear-gradient(120deg, var(--primary), #ff8e3b);
}

.shop-toolbar input,
.shop-toolbar select,
.checkout-form input,
.checkout-form textarea {
  width: 100%;
  background: #0c1117;
  border: 1px solid #263548;
  color: var(--text);
  border-radius: 10px;
  padding: 0.66rem 0.74rem;
  font: inherit;
}

.shop-meta {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.shop-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-grid.list-view {
  grid-template-columns: 1fr;
}

.shop-grid.rows-view {
  grid-template-columns: 1fr;
}

.product-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  display: grid;
}

.shop-grid.list-view .product-card {
  grid-template-columns: 120px 1fr;
  align-items: start;
}

.shop-grid.rows-view .product-card {
  grid-template-columns: 1fr;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-media {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
  background: #0a0d12;
}

.shop-grid.list-view .product-media {
  width: 100%;
  height: 90px;
  min-height: 90px;
  aspect-ratio: auto;
}

.shop-grid.rows-view .product-media {
  display: none;
}

.shop-grid.rows-view .product-body {
  display: block;
  padding: 0.62rem 0.2rem;
}

.shop-grid.rows-view .product-title {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.25;
}

.shop-grid.rows-view .product-meta-line {
  display: none;
}

.shop-grid.rows-view .price {
  display: none;
}

.shop-grid.rows-view .product-actions {
  display: none;
}

.product-body {
  padding: 0.9rem;
  display: grid;
  gap: 0.5rem;
}

.product-title {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.35;
}

.product-title a {
  color: var(--text);
  text-decoration: none;
}

.product-title a:hover {
  color: #ffb792;
  text-decoration: underline;
}

.product-meta-line {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.tag {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.16rem 0.48rem;
  font-size: 0.7rem;
  color: #c6d3e3;
}

.tag-video {
  border-color: rgba(var(--glow), 0.55);
  color: #ffd5c4;
}

.price {
  font-family: "Teko", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.product-actions {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.product-actions .btn {
  padding: 0.56rem 0.72rem;
  font-size: 0.82rem;
}

.shop-actions {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}

.breadcrumbs a {
  color: #ffd0bd;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(1.25rem, 3vw, 2.4rem);
  align-items: start;
}

.product-detail-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  min-width: 0;
}

.product-gallery-stage {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f3f6f9;
  overflow: hidden;
  min-width: 0;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.product-main-image {
  position: absolute;
  inset: 1rem;
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  object-fit: contain;
  background: #f3f6f9;
}

.product-gallery-thumbs {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.1rem 0.1rem 0.45rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--glow), 0.55) rgba(255, 255, 255, 0.08);
  scroll-snap-type: x proximity;
}

.product-gallery-thumbs::-webkit-scrollbar {
  height: 6px;
}

.product-gallery-thumbs::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.product-gallery-thumbs::-webkit-scrollbar-thumb {
  background: rgba(var(--glow), 0.65);
  border-radius: 999px;
}

.product-gallery-thumb {
  display: grid;
  place-items: center;
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: #f3f6f9;
  cursor: pointer;
  opacity: 0.78;
  scroll-snap-align: start;
  transition: border-color 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.product-gallery-thumb:hover,
.product-gallery-thumb.active,
.product-gallery-thumb[aria-pressed="true"] {
  border-color: var(--primary);
  opacity: 1;
  transform: translateY(-1px);
}

.product-gallery-thumb.active,
.product-gallery-thumb[aria-pressed="true"] {
  box-shadow: 0 0 0 1px rgba(var(--glow), 0.42);
}

.product-gallery-thumb:focus-visible,
.product-gallery-control:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.product-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.25rem;
}

.product-gallery-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(7, 9, 13, 0.72);
  color: var(--text);
  cursor: pointer;
  font-size: 1.65rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 0.18s ease, border-color 0.18s ease;
}

.product-gallery-control:hover {
  border-color: var(--primary);
  background: rgba(7, 9, 13, 0.92);
}

.product-gallery-prev {
  left: 0.7rem;
}

.product-gallery-next {
  right: 0.7rem;
}

.product-gallery-counter {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 2;
  min-width: 3.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
  background: rgba(7, 9, 13, 0.74);
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1;
  text-align: center;
}

.product-detail-content {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
}

.product-detail-content h1 {
  margin: 0;
  font-family: "Teko", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.product-detail-lead {
  color: var(--muted);
  max-width: 68ch;
}

.product-description {
  margin-top: 1.35rem;
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
  max-width: 980px;
  color: #dfe6ee;
}

.product-description h2,
.product-description h3,
.product-description h4 {
  margin: 1rem 0 0.55rem;
  font-family: "Teko", sans-serif;
  font-size: 1.65rem;
  line-height: 1;
}

.product-description h2:first-child,
.product-description h3:first-child,
.product-description h4:first-child {
  margin-top: 0;
}

.product-description p,
.product-description li {
  color: var(--muted);
  line-height: 1.7;
}

.product-description ul,
.product-description ol {
  margin: 0.4rem 0 1rem;
  padding-left: 1.25rem;
}

.product-description table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.75rem 0 1rem;
}

.product-description th,
.product-description td {
  border: 1px solid var(--line);
  padding: 0.65rem;
  text-align: left;
  vertical-align: top;
}

.product-detail-specs {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.product-detail-specs article {
  border: 1px solid var(--line);
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.03);
}

.product-detail-specs span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  margin-bottom: 0.3rem;
}

.product-detail-specs strong {
  color: var(--text);
  font-size: 0.95rem;
}

.product-home-context {
  border-top: 1px solid var(--line);
}

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

.product-context-actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 720px) {
  .product-detail-media {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .product-gallery-stage {
    grid-column: 1;
    grid-row: 1;
  }

  .product-gallery-thumbs {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 0.35rem;
  }

  .product-gallery-thumb {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
  }

  .product-gallery-control {
    width: 2rem;
    height: 2rem;
    font-size: 1.35rem;
  }

  .product-gallery-prev {
    left: 0.45rem;
  }

  .product-gallery-next,
  .product-gallery-counter {
    right: 0.45rem;
  }

  .product-gallery-counter {
    bottom: 0.45rem;
  }

  .product-detail-content h1 {
    font-size: 2.35rem;
  }
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(460px, 100vw);
  height: 100vh;
  z-index: 60;
  background: #0b1016;
  border-left: 1px solid #263548;
  transform: translateX(110%);
  transition: transform 0.25s ease;
  padding: 1rem;
  overflow-y: auto;
}

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

.cart-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 9, 13, 0.58);
  z-index: 55;
}

.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-head h3 {
  margin: 0;
  font-family: "Teko", sans-serif;
  font-size: 2rem;
}

.cart-close {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: var(--text);
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2rem;
}

.cart-items {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.7rem;
}

.cart-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.7rem;
  display: grid;
  gap: 0.5rem;
}

.cart-item h4 {
  margin: 0;
  font-size: 0.9rem;
}

.qty-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.qty-row button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #0f1620;
  color: var(--text);
  border-radius: 8px;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}

.cart-summary {
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.checkout-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.55rem;
}

.checkout-form h4 {
  margin: 0.4rem 0;
  font-family: "Teko", sans-serif;
  font-size: 1.7rem;
}

.checkout-form label {
  display: grid;
  gap: 0.3rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.checkout-note {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.media-banners {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-banners img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 6;
  object-fit: cover;
}

.media-grid {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.15fr 1fr;
}

.media-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.media-card h3 {
  margin: 0 0 0.8rem;
  font-family: "Teko", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.video-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-grid iframe {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #0a0d12;
}

.video-grid video {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #0a0d12;
  object-fit: cover;
}

.shorts-head {
  margin-top: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.shorts-head h4 {
  margin: 0;
  font-family: "Teko", sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.shorts-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.shorts-rail-wrap {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.55rem;
}

.shorts-rail {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.3rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--glow), 0.65) rgba(255, 255, 255, 0.08);
}

.shorts-rail::-webkit-scrollbar {
  height: 8px;
}

.shorts-rail::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.shorts-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(var(--glow), 0.9), rgba(255, 175, 120, 0.9));
}

.shorts-nav {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(var(--glow), 0.52);
  border-radius: 999px;
  background: rgba(13, 18, 25, 0.94);
  color: #ffe0d1;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.shorts-nav:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(var(--glow), 0.9);
}

.shorts-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.short-card {
  flex: 0 0 clamp(132px, 15vw, 180px);
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.short-card-open {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  padding: 0;
}

.short-card-open:focus-visible {
  outline: 2px solid rgba(var(--glow), 0.9);
  outline-offset: -2px;
}

.short-thumb-wrap {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.short-media {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #0a0d12;
}

.short-media-fallback {
  background:
    radial-gradient(circle at 45% 34%, rgba(var(--glow), 0.18), transparent 52%),
    #0a0d12;
}

.short-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 14, 20, 0.7);
  color: #fff;
  font-size: 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.short-duration {
  position: absolute;
  right: 0.35rem;
  bottom: 0.35rem;
  padding: 0.12rem 0.35rem;
  border-radius: 6px;
  font-size: 0.68rem;
  color: #fff;
  background: rgba(8, 12, 18, 0.72);
}

.short-card-body {
  display: block;
  padding: 0.5rem 0.58rem 0.58rem;
}

.short-title {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.35;
  color: #dbe7f5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.short-meta {
  display: block;
  margin: 0.32rem 0 0;
  color: #9bb0c6;
  font-size: 0.72rem;
}

.shorts-tip {
  margin: 0.52rem 0 0;
  color: #9db3c8;
  font-size: 0.78rem;
  text-align: center;
}

.shorts-modal {
  position: fixed;
  inset: 0;
  z-index: 85;
}

.shorts-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 12, 0.72);
  backdrop-filter: blur(3px);
}

.shorts-modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(420px, calc(100vw - 1.6rem));
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #0d131a;
  padding: 0.75rem;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
}

.shorts-modal-close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(9, 13, 19, 0.92);
  color: #eef4fb;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

.shorts-modal iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #0a0d12;
}

.shorts-modal-title {
  margin: 0.5rem 0 0;
  font-size: 0.88rem;
  line-height: 1.35;
  color: #dbe7f5;
}

.shorts-modal-link {
  margin-top: 0.52rem;
  width: 100%;
}

body.shorts-modal-open {
  overflow: hidden;
}

.media-links {
  margin-top: 0.8rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.social-links {
  gap: 0.7rem;
  justify-content: center;
  align-items: center;
}

.social-link {
  width: 2.65rem;
  height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--line);
  color: #dbe7f5;
  background: linear-gradient(145deg, rgba(26, 35, 46, 0.95), rgba(11, 18, 26, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.social-link svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.social-link--youtube { color: #ff8362; }
.social-link--tiktok { color: #8ad8ff; }
.social-link--instagram { color: #ffb67f; }
.social-link--linkedin { color: #85b9ff; }
.social-link--facebook { color: #8fb2ff; }

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--glow), 0.82);
  color: #fff2e8;
  box-shadow: 0 8px 22px rgba(var(--glow), 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.social-link:focus-visible {
  outline: 2px solid rgba(var(--glow), 0.95);
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.photo-grid {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photo-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.25rem 0 1.9rem;
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(260px, 1fr) minmax(280px, 1fr);
  gap: 1.4rem;
  align-items: start;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.site-footer p + p {
  margin-top: 0.34rem;
}

.site-footer .brand {
  display: inline-block;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 1rem;
}

.footer-links a,
.footer-company a {
  color: #dce5ee;
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover,
.footer-company a:hover {
  color: #ffbca3;
}

.footer-company {
  text-align: right;
}

.offer-page {
  background:
    linear-gradient(145deg, rgba(10, 14, 20, 0.95), rgba(18, 23, 29, 0.92)),
    var(--bg);
}

.offer-main {
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.offer-sheet {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background:
    linear-gradient(140deg, rgba(245, 78, 26, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    #111821;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.offer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.86fr);
  gap: 1.15rem;
  padding: 2rem;
  align-items: stretch;
}

.offer-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.offer-hero h1 {
  margin: 1rem 0 0;
  max-width: 9.2ch;
  font-family: "Teko", sans-serif;
  font-size: 6.2rem;
  line-height: 0.88;
  letter-spacing: 0.01em;
}

.offer-lead {
  max-width: 66ch;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.offer-actions,
.offer-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.offer-visual {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: #0b1017;
}

.offer-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  background: linear-gradient(0deg, rgba(7, 10, 15, 0.88), transparent);
}

.offer-visual figcaption {
  position: absolute;
  z-index: 1;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.15rem;
  color: #fff;
}

.offer-visual figcaption strong {
  font-family: "Teko", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.offer-visual figcaption span {
  color: #c8d3df;
  line-height: 1.4;
}

.offer-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0 2rem 1.25rem;
}

.offer-metrics article,
.offer-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.offer-metrics article {
  padding: 0.9rem 1rem;
  min-height: 100px;
}

.offer-metrics strong {
  display: block;
  font-family: "Teko", sans-serif;
  font-size: 2.9rem;
  line-height: 0.95;
  color: #fff;
}

.offer-metrics span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  line-height: 1.35;
}

.offer-content {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 0.9rem;
  padding: 0 2rem 1.25rem;
}

.offer-panel {
  min-width: 0;
  padding: 1.1rem;
}

.offer-panel-wide,
.offer-panel-flow {
  grid-column: 1 / -1;
}

.offer-kicker {
  margin: 0 0 0.45rem;
  color: #ffbca3;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-panel h2,
.offer-contact-band h2 {
  margin: 0;
  font-family: "Teko", sans-serif;
  font-size: 2.55rem;
  line-height: 0.98;
}

.offer-product-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1rem;
}

.offer-tile {
  position: relative;
  min-height: 152px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: #0d131a;
}

.offer-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transform: scale(1.02);
}

.offer-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 15, 0.18), rgba(7, 10, 15, 0.86));
}

.offer-tile span {
  position: absolute;
  z-index: 1;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.75rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
}

.offer-checklist,
.offer-flow {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.offer-checklist li,
.offer-flow li {
  position: relative;
  padding-left: 1.55rem;
  line-height: 1.5;
}

.offer-checklist li + li,
.offer-flow li + li {
  margin-top: 0.55rem;
}

.offer-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--primary), var(--primary-2));
  box-shadow: 0 0 16px rgba(var(--glow), 0.3);
}

.offer-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  counter-reset: offer-step;
}

.offer-flow li {
  min-height: 118px;
  padding: 3rem 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.16);
}

.offer-flow li::before {
  counter-increment: offer-step;
  content: "0" counter(offer-step);
  position: absolute;
  left: 1rem;
  top: 0.85rem;
  font-family: "Teko", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: var(--primary-2);
}

.offer-contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin: 0 2rem 1.25rem;
  padding: 1.25rem;
  border: 1px solid rgba(var(--glow), 0.35);
  border-radius: 12px;
  background:
    linear-gradient(120deg, rgba(var(--glow), 0.2), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.04);
}

.offer-contact-band p:last-child {
  margin: 0.55rem 0 0;
  color: #d7e0ea;
  line-height: 1.55;
}

.offer-contact-links {
  justify-content: flex-end;
  margin-top: 0;
}

.offer-disclaimer {
  margin: 0;
  padding: 0 2rem 1.5rem;
  color: #8593a3;
  font-size: 0.82rem;
  line-height: 1.55;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.product-detail-page.reveal,
.product-home-context.reveal {
  opacity: 1;
  transform: none;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(var(--glow), 0.0); }
  50% { box-shadow: 0 0 45px rgba(var(--glow), 0.16); }
}

.hero-stats:not(.automotive-stats) article:nth-child(2) {
  animation: pulseGlow 3.4s ease-in-out infinite;
}

.about-banner {
  margin-top: 1.3rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: #0d1219;
}

.about-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
}

.about-gallery {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.about-gallery img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
}

@media (prefers-reduced-motion: reduce) {
  .automotive-stats .stat-card,
  .automotive-stats .stat-card::after,
  .automotive-stats .stat-revline span,
  .automotive-stats .stat-route::before,
  .automotive-stats .stat-route span {
    animation: none !important;
    transition: none !important;
  }

  .automotive-stats .stat-revline span {
    width: var(--fill, 74%);
  }

  .automotive-stats .stat-route span {
    left: 88%;
  }
}

@media (max-width: 1024px) {
  .main-nav { display: none; }
  .offer-hero,
  .offer-content,
  .offer-contact-band {
    grid-template-columns: 1fr;
  }
  .offer-hero h1 {
    max-width: 11ch;
    font-size: 4.8rem;
  }
  .offer-metrics,
  .offer-product-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .offer-contact-links {
    justify-content: flex-start;
  }
  .media-banners {
    grid-template-columns: 1fr;
  }
  .media-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }
  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .short-card {
    flex-basis: 158px;
  }
  .shop-toolbar {
    grid-template-columns: 1fr 1fr;
  }
  .vehicle-finder-row {
    grid-template-columns: 1fr 1fr;
  }
  .vehicle-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }
  .shop-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-detail-layout,
  .product-detail-specs {
    grid-template-columns: 1fr;
  }
  .hero-stats,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .cards,
  .policy-grid,
  .warranty-columns,
  .contact,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-company {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 1rem;
  }

  .cta-small {
    display: none;
  }

  .offer-main {
    width: min(100% - 1.4rem, 1180px);
    padding: 1rem 0 2rem;
  }

  .offer-sheet {
    border-radius: 12px;
  }

  .offer-hero,
  .offer-content {
    padding: 1rem;
  }

  .offer-hero h1 {
    font-size: 3.35rem;
  }

  .offer-lead {
    font-size: 0.98rem;
  }

  .offer-visual {
    min-height: 240px;
  }

  .offer-metrics,
  .offer-product-strip,
  .offer-flow {
    grid-template-columns: 1fr;
  }

  .offer-metrics {
    padding: 0 1rem 1rem;
  }

  .offer-contact-band {
    margin: 0 1rem 1rem;
    padding: 1rem;
  }

  .offer-panel h2,
  .offer-contact-band h2 {
    font-size: 2.05rem;
  }

  .offer-actions .btn,
  .offer-contact-links .btn {
    width: 100%;
    justify-content: center;
  }

  .offer-disclaimer {
    padding: 0 1rem 1.1rem;
  }

  .shop-toolbar,
  .shop-grid,
  .product-detail-specs {
    grid-template-columns: 1fr;
  }
  .vehicle-finder-row {
    grid-template-columns: 1fr;
  }
  .shop-tabs {
    grid-auto-flow: column;
    grid-auto-columns: 72%;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: thin;
  }
  .view-switch {
    width: 100%;
  }
  .view-switch button {
    flex: 1;
  }
  .vehicle-actions {
    width: 100%;
  }
  .vehicle-actions .btn {
    min-width: 0;
  }
  .shop-grid.list-view .product-card {
    grid-template-columns: 1fr;
  }
  .photo-grid {
    grid-template-columns: 1fr;
  }
  .about-gallery {
    grid-template-columns: 1fr;
  }
  .shorts-rail-wrap {
    grid-template-columns: 1fr;
  }
  .shorts-nav {
    display: none;
  }
  .short-card {
    flex-basis: 136px;
  }
  .short-title {
    font-size: 0.7rem;
  }

  .hero-banner-note {
    right: 0.65rem;
    left: 0.65rem;
    max-width: none;
    bottom: 0.62rem;
    padding: 0.52rem 0.68rem;
  }

  .hero-banner-note strong {
    font-size: 1.38rem;
  }

  .hero,
  .section,
  .site-footer {
    width: min(1200px, 94vw);
  }

  .hero {
    padding-top: 5rem;
  }

  .hero-stats,
  .timeline {
    grid-template-columns: 1fr;
  }
}

@media print {
  @page {
    size: A4;
    margin: 9mm;
  }

  html,
  body.offer-page {
    width: 210mm;
    min-height: 297mm;
    background: #fff !important;
    color: #111827;
  }

  .offer-page .bg-grid,
  .offer-page .site-header,
  .offer-page .site-footer,
  .offer-actions,
  .offer-contact-links {
    display: none !important;
  }

  .offer-main {
    width: 100%;
    padding: 0;
  }

  .offer-sheet {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff !important;
  }

  .offer-hero {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 6mm;
    padding: 0;
  }

  .offer-hero h1 {
    max-width: 11ch;
    margin-top: 4mm;
    font-size: 34pt;
    color: #111827;
  }

  .pill,
  .offer-kicker {
    color: #c2410c !important;
    border-color: #f97316 !important;
  }

  .offer-lead {
    max-width: none;
    margin-top: 3mm;
    color: #374151;
    font-size: 9.5pt;
    line-height: 1.35;
  }

  .offer-visual {
    min-height: 48mm;
    border-color: #d1d5db;
    border-radius: 4mm;
  }

  .offer-visual figcaption strong {
    font-size: 17pt;
  }

  .offer-visual figcaption span {
    font-size: 8.5pt;
  }

  .offer-metrics {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5mm;
    padding: 4mm 0;
  }

  .offer-metrics article,
  .offer-panel,
  .offer-contact-band {
    border-color: #d1d5db;
    border-radius: 3mm;
    background: #fff !important;
    break-inside: avoid;
  }

  .offer-metrics article {
    min-height: auto;
    padding: 3mm;
  }

  .offer-metrics strong {
    color: #111827;
    font-size: 20pt;
  }

  .offer-metrics span,
  .offer-checklist,
  .offer-flow,
  .offer-contact-band p:last-child,
  .offer-disclaimer {
    color: #374151;
    font-size: 8.4pt;
    line-height: 1.3;
  }

  .offer-content {
    grid-template-columns: 1fr 1fr;
    gap: 3mm;
    padding: 0;
  }

  .offer-panel {
    padding: 3.2mm;
  }

  .offer-panel-wide,
  .offer-panel-flow {
    grid-column: 1 / -1;
  }

  .offer-panel h2,
  .offer-contact-band h2 {
    color: #111827;
    font-size: 16pt;
  }

  .offer-product-strip {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5mm;
    margin-top: 3mm;
  }

  .offer-tile {
    min-height: 26mm;
    border-color: #d1d5db;
    border-radius: 3mm;
  }

  .offer-tile span {
    font-size: 8.6pt;
  }

  .offer-checklist li + li,
  .offer-flow li + li {
    margin-top: 1.6mm;
  }

  .offer-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5mm;
  }

  .offer-flow li {
    min-height: 28mm;
    padding: 10mm 3mm 3mm;
    border-color: #d1d5db;
    background: #fff !important;
  }

  .offer-flow li::before {
    top: 2.5mm;
    left: 3mm;
    color: #ea580c;
    font-size: 16pt;
  }

  .offer-contact-band {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 4mm 0 3mm;
    padding: 3.2mm;
  }

  .offer-disclaimer {
    padding: 0;
  }
}

