/* ==========================================================================
   BKS Creations — theme.css
   Author: The Free Website Guys
   ========================================================================== */

:root {
  --chrome-light: #e9eaec;
  --americana-red: var(--destructive);
  --font-display: 'Oswald', 'Impact', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --radius: 0.5rem;
  --shadow-soft: 0 4px 20px -6px rgb(10 15 25 / 0.10);
  --shadow-elevated: 0 12px 40px -12px rgb(10 15 25 / 0.30);
  --shadow-blue: 0 12px 44px -14px color-mix(in srgb, var(--electric-blue) 55%, transparent);
  --shadow-gold: 0 12px 44px -14px color-mix(in srgb, var(--workshop-orange) 55%, transparent);
  --transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);

  --header-bg-scrolled: color-mix(in srgb, var(--garage-black) 95%, transparent);
  --header-border: color-mix(in srgb, var(--chrome) 35%, transparent);

  --btn-radius: 0.5rem;
  --btn-height: 3rem;
  --btn-padding: 0.75rem 1.5rem;
  --btn-font-size: 0.75rem;
  --btn-font-weight: 700;
  --btn-letter-spacing: 0.14em;
  --btn-text-transform: uppercase;
  --btn-icon-padding: 0;
  --color-button-text: var(--garage-black);
}

/* -------------------------------------------------------------------------
   Reset & base
   ---------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; margin: 0; padding: 0; }
body {
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img { max-width: 100%; height: auto; display: block; }
img.cover-img,
.hero-bg-img,
.theme-product-card-img,
.theme-product-main-img,
.theme-product-thumb-img,
.theme-board-item img,
.theme-hero-product-img {
  max-width: none;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; background: none; border: none; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: 0.005em;
  text-transform: none;
  margin: 0;
}
p { margin: 0; }
input, textarea, select { font-family: var(--font-body); }

.container-wide {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 640px) { .container-wide { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .container-wide { padding: 0 2rem; } }

.text-electric-blue { color: var(--electric-blue); }
.text-workshop-orange { color: var(--workshop-orange); }
.text-cream { color: var(--cream); }
.text-gradient-brand {
  background: linear-gradient(90deg, var(--electric-blue) 0%, var(--electric-blue-glow) 45%, var(--workshop-orange) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.text-gradient-metal {
  background: linear-gradient(180deg, #fff 0%, var(--chrome) 55%, var(--steel) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* -------------------------------------------------------------------------
   Textures
   ---------------------------------------------------------------------- */
.theme-printbed-bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(color-mix(in srgb, var(--foreground) 6%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--foreground) 6%, transparent) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.5;
}
.theme-printbed-bg--dark {
  background-image:
    linear-gradient(color-mix(in srgb, var(--electric-blue) 10%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--electric-blue) 10%, transparent) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.6;
}
.theme-glow-blob {
  position: absolute; border-radius: 999px; filter: blur(64px); pointer-events: none; opacity: 0.35; z-index: 0;
}
.theme-glow-blob--blue-tl { top: -6rem; left: -6rem; width: 30rem; height: 30rem; background: radial-gradient(circle, var(--electric-blue) 0%, transparent 68%); }
.theme-glow-blob--orange-br { bottom: -6rem; right: -6rem; width: 30rem; height: 30rem; background: radial-gradient(circle, var(--workshop-orange) 0%, transparent 70%); }
.theme-glow-blob--blue-hero { top: -8rem; right: -6rem; width: 35rem; height: 35rem; background: radial-gradient(circle, var(--electric-blue) 0%, transparent 68%); opacity: 0.4; }
.theme-glow-blob--orange-hero { bottom: -10rem; left: -4rem; width: 30rem; height: 30rem; background: radial-gradient(circle, var(--workshop-orange) 0%, transparent 70%); opacity: 0.4; }
.theme-glow-blob--orange-center { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 45rem; height: 45rem; background: radial-gradient(circle, var(--workshop-orange) 0%, transparent 70%); opacity: 0.3; }

.led-strip {
  height: 2px; width: 100%;
  background: linear-gradient(90deg, var(--electric-blue) 0%, var(--electric-blue-glow) 22%, rgb(255 255 255 / 0.95) 50%, var(--gold) 78%, var(--workshop-orange) 100%);
  box-shadow: 0 0 12px color-mix(in srgb, var(--electric-blue) 55%, transparent), 0 0 18px color-mix(in srgb, var(--workshop-orange) 35%, transparent);
}
.theme-led-strip--dim { opacity: 0.7; }
.glow-sweep { position: relative; overflow: hidden; }
.glow-sweep::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, color-mix(in srgb, var(--electric-blue) 18%, transparent) 48%, color-mix(in srgb, var(--workshop-orange) 14%, transparent) 55%, transparent 72%);
  transform: translateX(-120%);
  animation: glowSweep 7s ease-in-out infinite;
}

/* -------------------------------------------------------------------------
   Animations
   ---------------------------------------------------------------------- */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spark { 0%, 100% { opacity: .35; transform: scale(.9); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes ledShift { 0% { background-position: 0% 0; } 100% { background-position: 200% 0; } }
@keyframes bksMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes glowPulse { 0%, 100% { opacity: .35; transform: scale(1); } 50% { opacity: .7; transform: scale(1.04); } }
@keyframes glowSweep { 0% { transform: translateX(-120%); } 55% { transform: translateX(120%); } 100% { transform: translateX(120%); } }
@keyframes dotPulse { 0%, 100% { opacity: .4; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes driftA { 0%, 100% { transform: translate(0,0); } 50% { transform: translate(20px, 12px); } }
@keyframes driftB { 0%, 100% { transform: translate(0,0); } 50% { transform: translate(-18px, -14px); } }

.animate-fade-in { animation: fadeIn .6s var(--transition-smooth) forwards; }
.animate-slide-up { animation: slideUp .6s var(--transition-smooth) forwards; }
.animate-spark { animation: spark 2.4s ease-in-out infinite; }
.animate-led-shift { background-image: linear-gradient(90deg, var(--electric-blue) 0%, var(--electric-blue-glow) 22%, rgb(255 255 255 / .9) 50%, var(--gold) 78%, var(--workshop-orange) 100%, var(--electric-blue) 200%); animation: ledShift 6s linear infinite; background-size: 200% 100%; }
.animate-bks-marquee { animation: bksMarquee 40s linear infinite; }
@media (max-width: 768px) { .animate-bks-marquee { animation-duration: 28s; } }
.animate-glow-pulse { animation: glowPulse 5s ease-in-out infinite; }
.animate-dot-pulse { animation: dotPulse 2.6s ease-in-out infinite; display: inline-block; width: 6px; height: 6px; border-radius: 999px; background: var(--electric-blue); }

@media (prefers-reduced-motion: reduce) {
  .animate-glow-pulse, .animate-dot-pulse, .animate-spark, .animate-bks-marquee, .animate-led-shift, .glow-sweep::after,
  .theme-tilt-card[data-tilt] { animation: none !important; transition: none !important; }
}

/* -------------------------------------------------------------------------
   Scroll-reveal system (Section 2.1)
   ---------------------------------------------------------------------- */
.reveal-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--transition-smooth), transform .7s var(--transition-smooth);
}
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
body.is-customizer .reveal-item { opacity: 1 !important; transform: none !important; }

/* -------------------------------------------------------------------------
   Buttons
   ---------------------------------------------------------------------- */
.btn-primary {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: var(--workshop-orange); color: var(--garage-black);
  padding: .75rem 1.5rem; border-radius: var(--radius);
  font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem;
  transition: all .2s ease; box-shadow: 0 0 0 1px color-mix(in srgb, var(--workshop-orange) 60%, transparent), var(--shadow-soft);
  border: none; cursor: pointer;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px var(--workshop-orange), 0 14px 34px -10px color-mix(in srgb, var(--workshop-orange) 85%, transparent); }
.btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: transparent; color: var(--electric-blue);
  padding: .75rem 1.5rem; border-radius: var(--radius);
  font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem;
  border: 2px solid color-mix(in srgb, var(--electric-blue) 70%, transparent);
  transition: all .2s ease; cursor: pointer;
}
.btn-secondary:hover { transform: translateY(-2px); background: var(--electric-blue); color: #fff; }
.btn-ghost-dark {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: transparent; color: var(--cream);
  padding: .75rem 1.5rem; border-radius: var(--radius);
  font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem;
  border: 2px solid color-mix(in srgb, var(--cream) 30%, transparent);
  transition: all .2s ease; cursor: pointer;
}
.btn-ghost-dark:hover { transform: translateY(-2px); border-color: var(--electric-blue); color: var(--electric-blue); }
.bks-header-cta {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: var(--workshop-orange); color: var(--garage-black);
  padding: .625rem 1.25rem; border-radius: var(--radius);
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem;
  transition: all .2s ease; box-shadow: 0 0 0 1px color-mix(in srgb, var(--workshop-orange) 60%, transparent), 0 6px 20px -10px color-mix(in srgb, var(--workshop-orange) 60%, transparent);
}
.bks-header-cta:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px var(--workshop-orange), 0 12px 28px -10px color-mix(in srgb, var(--workshop-orange) 85%, transparent); }

/* -------------------------------------------------------------------------
   Announcement bar
   ---------------------------------------------------------------------- */
.theme-announcement-bar { position: relative; background: var(--garage-black); color: var(--cream); }
.theme-announcement-inner { padding: .375rem 2rem; display: flex; align-items: center; justify-content: center; gap: .5rem; text-align: center; }
.theme-announce-text { font-family: var(--font-display); font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .14em; margin: 0; }
.theme-announce-dot { opacity: .4; margin: 0 .5rem; }
.theme-announce-close { position: absolute; right: .75rem; top: 50%; transform: translateY(-50%); padding: .25rem; opacity: .7; }
.theme-announce-close:hover { opacity: 1; }
@media (min-width: 640px) { .theme-announce-text { font-size: 12px; } }

/* -------------------------------------------------------------------------
   Header
   ---------------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: var(--header-bg-scrolled);
  border-bottom: 1px solid var(--header-border);
  backdrop-filter: blur(8px);
  transition: box-shadow .3s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2); }
.theme-header-inner { height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
@media (min-width: 1024px) { .theme-header-inner { height: 80px; } }
.theme-logo-link { display: flex; align-items: center; gap: .5rem; flex-shrink: 0; padding: .5rem 0; }
.site-logo-img { height: 2.5rem !important; width: auto !important; display: block; filter: drop-shadow(0 2px 10px color-mix(in srgb, var(--electric-blue) 35%, transparent)); }
@media (min-width: 640px) { .site-logo-img { height: 2.75rem !important; } }
@media (min-width: 1024px) { .site-logo-img { height: var(--logo-height) !important; } }
.site-logo-text { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; color: var(--cream); line-height: var(--logo-height); display: block; }
.theme-brand-name { margin-left: .5rem; font-family: var(--font-display); color: var(--cream); font-weight: 600; }
@media (max-width: 639px) { .theme-brand-name { display: none; } }

.theme-nav-list, .theme-nav-list-mobile { display: flex; list-style: none; margin: 0; padding: 0; }
.theme-primary-nav { display: none; }
@media (min-width: 1024px) { .theme-primary-nav { display: flex; } }
.theme-nav-list { align-items: center; gap: 2rem; }
.bks-nav-link {
  position: relative; display: inline-flex; font-family: var(--font-display); font-weight: 500;
  text-transform: uppercase; letter-spacing: .12em; font-size: 13px; color: color-mix(in srgb, var(--cream) 85%, transparent);
  transition: color .2s ease;
}
.bks-nav-link::after {
  content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 2px; background: var(--electric-blue);
  transform: scaleX(0); transform-origin: left; transition: transform .3s var(--transition-smooth);
}
.bks-nav-link:hover, .bks-nav-link.is-active { color: var(--electric-blue); }
.bks-nav-link:hover::after, .bks-nav-link.is-active::after { transform: scaleX(1); }

.theme-header-actions { display: flex; align-items: center; gap: .5rem; }
@media (min-width: 1024px) { .theme-header-actions { gap: .75rem; } }
.theme-header-shop-btn { display: none; }
@media (min-width: 768px) { .theme-header-shop-btn { display: inline-flex; } }
.theme-cart-btn { position: relative; padding: .625rem; border-radius: var(--radius); color: var(--cream); transition: color .2s ease, background .2s ease; }
.theme-cart-btn:hover { color: var(--workshop-orange); background: color-mix(in srgb, var(--cream) 5%, transparent); }
.theme-cart-count {
  position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 4px; border-radius: 999px;
  background: var(--workshop-orange); color: var(--garage-black); font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-gold);
}
.theme-cart-count:empty { display: none; }
.theme-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; padding: .625rem; border-radius: var(--radius); color: var(--cream); min-width: 44px; min-height: 44px; }
@media (min-width: 1024px) { .theme-mobile-toggle { display: none; } }
.theme-mobile-toggle:hover { background: color-mix(in srgb, var(--cream) 5%, transparent); }

.theme-header-led { position: relative; }

.theme-mobile-menu { display: none; border-top: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); background: var(--header-bg-scrolled); backdrop-filter: blur(8px); }
.theme-mobile-menu.is-open { display: block; animation: slideUp .3s var(--transition-smooth); }
.theme-mobile-menu-inner { padding-block: 1rem 1.25rem; display: flex; flex-direction: column; }
.theme-nav-list-mobile { flex-direction: column; }
.theme-nav-list-mobile li { border-bottom: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); }
.theme-nav-list-mobile li:last-child { border-bottom: none; }
.theme-nav-list-mobile a {
  position: relative; display: block; width: 100%; padding: .75rem 0;
  font-family: var(--font-display); font-weight: 500; text-transform: uppercase; letter-spacing: .12em; font-size: 13px;
  color: color-mix(in srgb, var(--cream) 85%, transparent); transition: color .2s ease;
}
.theme-nav-list-mobile a::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 3px; height: 0; background: var(--electric-blue); border-radius: 0 2px 2px 0;
  transition: height .3s var(--transition-smooth);
}
.theme-nav-list-mobile a:hover { color: var(--electric-blue); }
.theme-nav-list-mobile a:hover::before { height: 1rem; }
.theme-nav-list-mobile a.is-active { color: var(--electric-blue); padding-left: .75rem; }
.theme-nav-list-mobile a.is-active::before { height: 1rem; }
.theme-header-shop-btn-mobile { margin-top: 1.25rem; width: 100%; justify-content: center; }

.theme-mobile-menu .menu,
.theme-mobile-menu .theme-nav-list-mobile {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100%;
}
.theme-mobile-menu .menu li,
.theme-mobile-menu .theme-nav-list-mobile li { width: 100%; }
.theme-mobile-menu .bks-nav-link,
.theme-mobile-menu .theme-nav-list-mobile a {
  display: block !important;
  width: 100%;
}

@media (min-width: 1024px) { .theme-mobile-menu { display: none !important; } }

/* -------------------------------------------------------------------------
   Section heading / eyebrow — scoped per-section (Section 2.2.5)
   ---------------------------------------------------------------------- */
.theme-eyebrow { font-family: var(--font-body); font-size: .75rem; text-transform: uppercase; letter-spacing: .3em; color: var(--electric-blue); font-weight: 600; margin-bottom: .5rem; }
.theme-eyebrow--orange { color: var(--workshop-orange); }
.theme-section-heading { font-family: var(--font-display); font-weight: 700; font-size: 2.25rem; color: var(--foreground); }
.theme-section-heading--light { color: var(--cream); }
@media (min-width: 768px) { .theme-section-heading { font-size: 3rem; } }

/* -------------------------------------------------------------------------
   Hero
   ---------------------------------------------------------------------- */
.theme-hero-section { position: relative; overflow: hidden; background: var(--garage-black); color: var(--cream); display: flex; align-items: center; }
.theme-hero-inner { position: relative; padding-block: 3.5rem; display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .theme-hero-inner { grid-template-columns: 7fr 5fr; gap: 3rem; padding-block: 4rem; } .theme-hero-section { min-height: calc(100vh - 10rem); } }

.theme-hero-badge {
  display: inline-flex; align-items: center; gap: .5rem; padding: .375rem .75rem; border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--electric-blue) 50%, transparent); background: color-mix(in srgb, var(--electric-blue) 10%, transparent);
  color: var(--electric-blue); font-family: var(--font-body); font-size: 11px; text-transform: uppercase; letter-spacing: .28em; font-weight: 600; margin-top: 1.25rem;
}
.theme-hero-title { font-family: var(--font-display); font-weight: 700; font-size: 3rem; line-height: .92; margin-top: 1.25rem; }
.theme-hero-title-line { display: block; }
@media (min-width: 640px) { .theme-hero-title { font-size: 3.5rem; } }
@media (min-width: 1024px) { .theme-hero-title { font-size: 3.75rem; } }
@media (min-width: 1280px) { .theme-hero-title { font-size: 4.5rem; } }
.theme-hero-description { margin-top: 1rem; max-width: 36rem; font-size: 1rem; color: color-mix(in srgb, var(--cream) 75%, transparent); line-height: 1.6; }
@media (min-width: 640px) { .theme-hero-description { font-size: 1.125rem; } }
.theme-hero-cta-row { margin-top: 1.5rem; display: flex; flex-wrap: wrap; align-items: center; gap: .625rem; }
.theme-hero-features { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem .375rem; color: color-mix(in srgb, var(--cream) 60%, transparent); font-size: .75rem; text-transform: uppercase; letter-spacing: .22em; }
.theme-hero-features span { display: flex; align-items: center; gap: .5rem; }

.theme-hero-product-wrap { position: relative; }
.theme-tilt-card { position: relative; aspect-ratio: 1/1; max-width: 28rem; margin: 0 auto; }
.theme-hero-tilt { animation: floatY 6s ease-in-out infinite; }
.theme-hero-glow-halo { position: absolute; inset: 0; border-radius: 1.5rem; background: linear-gradient(to bottom right, color-mix(in srgb, var(--electric-blue) 40%, transparent), transparent, color-mix(in srgb, var(--workshop-orange) 40%, transparent)); filter: blur(32px); }
.theme-hero-product-panel {
  position: relative; height: 100%; border-radius: 1rem; background: color-mix(in srgb, var(--garage-panel) 85%, transparent);
  border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); backdrop-filter: blur(4px); padding: 1.25rem; overflow: hidden; box-shadow: var(--shadow-blue);
}
.theme-hero-panel-bg { opacity: .7; }
.theme-corner-tick { position: absolute; width: 1.5rem; height: 1.5rem; border-color: color-mix(in srgb, var(--electric-blue) 70%, transparent); }
.theme-corner-tick--tl { top: .75rem; left: .75rem; border-top: 2px solid; border-left: 2px solid; }
.theme-corner-tick--tr { top: .75rem; right: .75rem; border-top: 2px solid; border-right: 2px solid; }
.theme-corner-tick--bl { bottom: .75rem; left: .75rem; border-bottom: 2px solid; border-left: 2px solid; }
.theme-corner-tick--br { bottom: .75rem; right: .75rem; border-bottom: 2px solid; border-right: 2px solid; }
.theme-corner-tick--sm { width: 1rem; height: 1rem; }
.theme-hero-product-img { position: relative; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 25px rgb(0 0 0 / .3)); transition: transform .7s ease; }
.theme-hero-product-panel:hover .theme-hero-product-img { transform: scale(1.05); }
.theme-hero-dots { position: absolute; top: 1.25rem; right: 50%; transform: translateX(50%); display: flex; gap: .375rem; z-index: 10; }
.theme-hero-info-bar {
  position: absolute; bottom: 1.25rem; left: 1.25rem; right: 1.25rem; background: color-mix(in srgb, var(--garage-black) 85%, transparent);
  backdrop-filter: blur(4px); border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); border-radius: .5rem; padding: 1rem;
  display: flex; align-items: center; justify-content: space-between;
}
.theme-hero-info-text { min-width: 0; }
.theme-hero-info-badge { font-size: 10px; text-transform: uppercase; letter-spacing: .28em; color: var(--electric-blue); font-weight: 700; }
.theme-hero-info-name { font-family: var(--font-display); font-size: 1.125rem; line-height: 1.2; color: var(--cream); margin-top: .25rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.theme-hero-info-price { font-family: var(--font-display); font-size: 1.5rem; color: var(--workshop-orange); }
.theme-hero-info-price .woocommerce-Price-amount { color: var(--workshop-orange); }
.theme-hero-filament-reel { position: absolute; bottom: -1rem; left: -1rem; display: none; gap: .25rem; }
@media (min-width: 768px) { .theme-hero-filament-reel { display: flex; } }
.theme-hero-filament-reel span { width: 1.5rem; height: 1.5rem; border-radius: 999px; border: 2px solid var(--garage-black); }

/* -------------------------------------------------------------------------
   Marquee
   ---------------------------------------------------------------------- */
.theme-marquee-section { position: relative; background: var(--garage-black); overflow: hidden; }
.theme-marquee-bg { opacity: .4; }
.theme-marquee-fade { position: absolute; inset-block: 0; width: 4rem; z-index: 10; pointer-events: none; }
@media (min-width: 768px) { .theme-marquee-fade { width: 6rem; } }
.theme-marquee-fade--left { left: 0; background: linear-gradient(to right, var(--garage-black), transparent); }
.theme-marquee-fade--right { right: 0; background: linear-gradient(to left, var(--garage-black), transparent); }
.theme-marquee-track-wrap { position: relative; padding: .625rem 0; overflow: hidden; }
@media (min-width: 768px) { .theme-marquee-track-wrap { padding: .875rem 0; } }
.theme-marquee-track { display: flex; width: max-content; white-space: nowrap; }
.theme-marquee-item { display: flex; align-items: center; gap: .75rem; padding: 0 2rem; }
@media (min-width: 768px) { .theme-marquee-item { padding: 0 3rem; } }
.theme-marquee-item svg { filter: drop-shadow(0 0 6px color-mix(in srgb, var(--electric-blue) 60%, transparent)); flex-shrink: 0; }
.theme-marquee-item span:not(.theme-marquee-dot) { font-family: var(--font-display); font-size: 12px; text-transform: uppercase; letter-spacing: .28em; color: color-mix(in srgb, var(--cream) 90%, transparent); font-weight: 600; }
@media (min-width: 768px) { .theme-marquee-item span:not(.theme-marquee-dot) { font-size: 13px; } }
.theme-marquee-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--workshop-orange); box-shadow: 0 0 8px var(--workshop-orange); flex-shrink: 0; }

/* -------------------------------------------------------------------------
   Section headings row (Featured / etc.)
   ---------------------------------------------------------------------- */
.theme-featured-section, .theme-shop-section, .theme-categories-section, .theme-story-section, .theme-custom-section, .theme-contact-section { padding: 5rem 0; position: relative; }
@media (min-width: 1024px) { .theme-featured-section, .theme-shop-section, .theme-categories-section, .theme-story-section, .theme-custom-section, .theme-contact-section { padding: 6rem 0; } }
.theme-featured-section .container-wide, .theme-related-inner { position: relative; }
.theme-section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }

/* -------------------------------------------------------------------------
   Product grid & cards (Section 31.9 / 31.3 Pattern A)
   ---------------------------------------------------------------------- */
.theme-product-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: stretch; }
@media (min-width: 640px) { .theme-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .theme-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; } }
.theme-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 1024px) { .theme-related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.theme-product-card-wrap { height: 100%; display: flex; }
.theme-product-card {
  position: relative; display: flex; flex-direction: column; width: 100%; height: 100%;
  border-radius: .75rem; background: var(--card); border: 1px solid var(--border); overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.theme-product-card:hover { transform: translateY(-4px); border-color: var(--electric-blue); box-shadow: var(--shadow-blue); }
.theme-product-card > .theme-card-link { position: absolute; inset: 0; z-index: 2; pointer-events: auto; }
.theme-product-card *:not(.theme-card-link) { pointer-events: none; }
.theme-product-card__quick-add,
.theme-product-card a.add_to_cart_button { pointer-events: auto; }

.theme-product-card__image-wrapper { position: relative; aspect-ratio: 1/1; background: var(--secondary); overflow: hidden; }
.theme-product-card__image-wrapper::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(color-mix(in srgb, var(--foreground) 6%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--foreground) 6%, transparent) 1px, transparent 1px);
  background-size: 40px 40px; opacity: .5;
}
.theme-product-card-img {
  position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s cubic-bezier(.25,.4,.25,1);
}
.theme-product-card:hover .theme-product-card-img { transform: scale(1.06); }
.theme-product-card__category {
  position: absolute; top: .75rem; left: .75rem; z-index: 3; padding: .25rem .625rem; border-radius: .25rem;
  background: color-mix(in srgb, var(--garage-black) 85%, transparent); backdrop-filter: blur(4px);
  color: var(--cream); font-size: 10px; text-transform: uppercase; letter-spacing: .2em; font-weight: 600;
}
.theme-product-card__soldout {
  position: absolute; top: .75rem; right: .75rem; z-index: 3; padding: .25rem .75rem; border-radius: 999px;
  background: var(--foreground); color: var(--background); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .18em;
}
.theme-product-card__quick-add.add_to_cart_button.ajax_add_to_cart {
  position: absolute; bottom: .75rem; right: .75rem; z-index: 3;
  width: 2.75rem !important; height: 2.75rem !important; min-height: unset !important; padding: 0 !important;
  display: flex !important; align-items: center; justify-content: center; border-radius: 50% !important;
  background: var(--workshop-orange) !important; color: var(--garage-black) !important; box-shadow: var(--shadow-gold);
  opacity: 0; transition: opacity .3s ease, transform .2s ease; border: none !important;
}
.theme-product-card:hover .theme-product-card__quick-add.add_to_cart_button { opacity: 1; }
.theme-product-card__quick-add.add_to_cart_button:hover { transform: scale(1.08); }
.theme-product-card__quick-add.add_to_cart_button:active { transform: scale(.92); }
@media (hover: none), (pointer: coarse) { .theme-product-card__quick-add.add_to_cart_button { opacity: 1; } }

.theme-product-card__led { opacity: 0; transition: opacity .3s ease; }
.theme-product-card:hover .theme-product-card__led { opacity: 1; }

.theme-product-card__info { flex: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; padding: 1rem; }
.theme-product-card__info-text { min-width: 0; }
.theme-product-card__name { font-family: var(--font-display); font-size: 1.125rem; line-height: 1.2; color: var(--foreground); transition: color .2s ease; }
.theme-product-card:hover .theme-product-card__name { color: var(--electric-blue); }
.theme-product-card__customizable { margin-top: .25rem; font-size: 10px; text-transform: uppercase; letter-spacing: .22em; color: var(--workshop-orange); font-weight: 600; }
.theme-product-card__price { flex-shrink: 0; font-family: var(--font-display); font-size: 1.25rem; color: var(--foreground); }
.theme-product-card__price .woocommerce-Price-amount { font-family: var(--font-display); }

.theme-shop-empty { text-align: center; padding: 4rem 0; color: var(--muted-foreground); font-family: var(--font-body); }
.theme-shop-empty[hidden] { display: none; }

/* Shop / category archive */
.theme-archive-main { background: var(--background); }
.theme-shop-title { font-family: var(--font-display); font-weight: 700; font-size: 2.25rem; color: var(--foreground); text-align: center; }
@media (min-width: 768px) { .theme-shop-title { font-size: 3rem; } }
.theme-archive-grid { margin-bottom: 2.5rem; }
.woocommerce-pagination { margin-top: 2.5rem; display: flex; justify-content: center; }
.woocommerce-pagination ul.page-numbers {
  display: flex; align-items: center; justify-content: center; gap: .375rem; list-style: none; margin: 0; padding: 0; flex-wrap: wrap;
}
.woocommerce-pagination ul.page-numbers li { margin: 0; }
.woocommerce-pagination ul.page-numbers a,
.woocommerce-pagination ul.page-numbers span.page-numbers {
  display: inline-flex; align-items: center; justify-content: center; min-width: 2.5rem; min-height: 2.5rem; padding: .5rem .75rem;
  border-radius: var(--radius); border: 1px solid var(--border); background: var(--background);
  font-family: var(--font-body); font-size: .875rem; font-weight: 600; color: color-mix(in srgb, var(--foreground) 75%, transparent);
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.woocommerce-pagination ul.page-numbers a:hover { border-color: var(--electric-blue); color: var(--electric-blue); }
.woocommerce-pagination ul.page-numbers span.current {
  background: var(--garage-black); color: var(--cream); border-color: var(--garage-black); box-shadow: var(--shadow-elevated);
}

/* -------------------------------------------------------------------------
   Shop section
   ---------------------------------------------------------------------- */
.theme-shop-section { background: color-mix(in srgb, var(--secondary) 60%, transparent); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.theme-shop-inner { position: relative; }
.theme-shop-heading { text-align: center; margin-bottom: 2.5rem; }
.theme-shop-desc { margin-top: .75rem; font-family: var(--font-body); color: var(--muted-foreground); max-width: 36rem; margin-inline: auto; }
.theme-shop-controls { display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
@media (min-width: 768px) { .theme-shop-controls { flex-direction: row; align-items: center; } }
.theme-category-pills { display: flex; flex-wrap: wrap; gap: .5rem; }
.theme-category-pill {
  padding: .5rem 1rem; border-radius: 999px; font-family: var(--font-body); font-size: 11px; text-transform: uppercase; letter-spacing: .2em; font-weight: 700;
  border: 2px solid var(--border); background: var(--background); color: color-mix(in srgb, var(--foreground) 75%, transparent); transition: all .2s ease;
}
.theme-category-pill:hover { border-color: var(--electric-blue); color: var(--electric-blue); }
.theme-category-pill.is-active { background: var(--garage-black); color: var(--cream); border-color: var(--garage-black); box-shadow: var(--shadow-elevated); }
.theme-search-wrap { position: relative; width: 100%; }
@media (min-width: 768px) { .theme-search-wrap { width: 18rem; } }
.theme-search-icon { position: absolute; left: .75rem; top: 50%; transform: translateY(-50%); color: var(--muted-foreground); }
.theme-search-input {
  width: 100%; padding: .625rem .75rem .625rem 2.25rem; border-radius: var(--radius); background: var(--background);
  border: 1px solid var(--border); font-size: .875rem; color: var(--foreground);
}
.theme-search-input:focus { outline: none; box-shadow: 0 0 0 2px color-mix(in srgb, var(--electric-blue) 50%, transparent); border-color: var(--electric-blue); }

/* -------------------------------------------------------------------------
   Category tiles
   ---------------------------------------------------------------------- */
.theme-categories-section { background: var(--garage-black); color: var(--cream); overflow: hidden; }
.theme-categories-inner { position: relative; }
.theme-section-heading-center { text-align: center; margin-bottom: 3rem; }
.theme-category-tiles-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .theme-category-tiles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .theme-category-tiles-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.theme-category-tile {
  position: relative; text-align: left; overflow: hidden; border-radius: .75rem; background: var(--garage-panel);
  border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); padding: 1.75rem; transition: all .3s ease; width: 100%; display: block; cursor: pointer;
}
.theme-category-tile:hover { transform: translateY(-4px); }
.theme-category-tile.is-blue:hover { border-color: var(--electric-blue); box-shadow: var(--shadow-blue); }
.theme-category-tile.is-orange:hover { border-color: var(--workshop-orange); box-shadow: var(--shadow-gold); }
.theme-tile-tick { position: absolute; width: 1rem; height: 1rem; }
.theme-tile-tick--tl { top: .75rem; left: .75rem; border-top: 2px solid; border-left: 2px solid; }
.theme-tile-tick--br { bottom: .75rem; right: .75rem; border-bottom: 2px solid; border-right: 2px solid; }
.theme-category-tile.is-blue .theme-tile-tick { border-color: color-mix(in srgb, var(--electric-blue) 70%, transparent); }
.theme-category-tile.is-orange .theme-tile-tick { border-color: color-mix(in srgb, var(--workshop-orange) 70%, transparent); }
.theme-tile-icon { margin-bottom: 1rem; }
.theme-category-tile.is-blue .theme-tile-icon { color: var(--electric-blue); }
.theme-category-tile.is-orange .theme-tile-icon { color: var(--workshop-orange); }
.theme-tile-label { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--cream); }
.theme-tile-blurb { margin-top: .5rem; font-family: var(--font-body); font-size: .875rem; color: color-mix(in srgb, var(--cream) 70%, transparent); }
.theme-tile-explore { margin-top: 1.25rem; display: inline-flex; align-items: center; gap: .5rem; font-size: 12px; text-transform: uppercase; letter-spacing: .22em; font-weight: 700; }
.theme-category-tile.is-blue .theme-tile-explore { color: var(--electric-blue); }
.theme-category-tile.is-orange .theme-tile-explore { color: var(--workshop-orange); }
.theme-tile-explore svg { transition: transform .2s ease; }
.theme-category-tile:hover .theme-tile-explore svg { transform: translateX(4px); }
.theme-tile-led { position: absolute; bottom: 0; left: 0; right: 0; opacity: 0; transition: opacity .3s ease; }
.theme-category-tile:hover .theme-tile-led { opacity: 1; }

/* -------------------------------------------------------------------------
   Story section
   ---------------------------------------------------------------------- */
.theme-story-section { background: var(--background); overflow: hidden; }
.theme-story-inner { position: relative; display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .theme-story-inner { grid-template-columns: 5fr 7fr; gap: 3.5rem; } }
.theme-story-visual { position: relative; }
.theme-story-tilt { aspect-ratio: 4/5; border-radius: .75rem; overflow: hidden; border: 1px solid var(--border); background: var(--garage-black); box-shadow: var(--shadow-elevated); isolation: isolate; }
.theme-story-visual-bg { opacity: .6; z-index: 0; }
.theme-story-glow { position: absolute; border-radius: 999px; filter: blur(48px); opacity: .5; z-index: 0; width: 18rem; height: 18rem; animation-duration: 10s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; }
.theme-story-glow--blue { top: -4rem; right: -4rem; background: radial-gradient(circle, var(--electric-blue) 0%, transparent 70%); animation-name: driftA; }
.theme-story-glow--orange { bottom: -5rem; left: -2.5rem; background: radial-gradient(circle, var(--workshop-orange) 0%, transparent 70%); animation-name: driftB; }
.theme-story-visual-content { position: relative; z-index: 10; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; text-align: center; color: var(--cream); }
.theme-story-logo { height: 6rem; width: auto; object-fit: contain; margin-bottom: 1.5rem; filter: drop-shadow(0 2px 20px color-mix(in srgb, var(--electric-blue) 50%, transparent)); }
.theme-story-stat { display: flex; align-items: baseline; gap: .5rem; font-family: var(--font-display); }
.theme-story-stat-number { font-size: clamp(3rem, 18vw, 6rem); font-weight: 700; line-height: 1; }
.theme-story-stat-number { background: linear-gradient(90deg, var(--electric-blue) 0%, var(--electric-blue-glow) 45%, var(--workshop-orange) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.theme-story-stat-plus { font-size: 2.25rem; color: var(--workshop-orange); line-height: 1; }
.theme-story-stat-label { margin-top: .75rem; font-family: var(--font-body); font-size: 11px; text-transform: uppercase; letter-spacing: .28em; color: color-mix(in srgb, var(--cream) 90%, transparent); font-weight: 600; }
.theme-story-filament-grid { margin-top: 2rem; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .5rem; width: 100%; max-width: 20rem; }
.theme-story-filament-item { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.theme-story-filament-bar { width: 100%; height: 8px; border-radius: 999px; }
.theme-story-filament-name { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: color-mix(in srgb, var(--cream) 85%, transparent); }
.theme-story-layer-note { margin-top: 2rem; display: flex; align-items: center; gap: .5rem; color: color-mix(in srgb, var(--cream) 90%, transparent); font-size: 11px; text-transform: uppercase; letter-spacing: .2em; }

.theme-story-copy { }
.theme-story-paragraphs { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1rem; font-family: var(--font-body); color: color-mix(in srgb, var(--foreground) 80%, transparent); line-height: 1.6; }
.theme-story-cta-row { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; }

/* -------------------------------------------------------------------------
   Custom orders
   ---------------------------------------------------------------------- */
.theme-custom-section { background: var(--garage-black); color: var(--cream); overflow: hidden; }
.theme-custom-inner { position: relative; display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
@media (min-width: 1024px) { .theme-custom-inner { grid-template-columns: 1fr 1fr; gap: 3.5rem; } }
.theme-custom-copy { display: flex; flex-direction: column; }
.theme-custom-section .theme-section-heading { font-size: 1.5rem; line-height: 1.1; }
@media (min-width: 768px) { .theme-custom-section .theme-section-heading { font-size: 1.875rem; } }
@media (min-width: 1024px) { .theme-custom-section .theme-section-heading { font-size: 2.25rem; } }
.theme-custom-desc { margin-top: 1rem; font-family: var(--font-body); color: color-mix(in srgb, var(--cream) 75%, transparent); max-width: 32rem; line-height: 1.6; font-size: .875rem; }
@media (min-width: 768px) { .theme-custom-desc { font-size: 1rem; } }
.theme-custom-filament-block { margin-top: 1.25rem; }
.theme-custom-filament-label { font-size: 11px; text-transform: uppercase; letter-spacing: .24em; color: color-mix(in srgb, var(--cream) 60%, transparent); margin-bottom: .75rem; font-weight: 600; }
.theme-custom-filament-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
@media (min-width: 768px) { .theme-custom-filament-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; } }
.theme-custom-filament-chip {
  display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .5rem .625rem; border-radius: 999px;
  background: color-mix(in srgb, var(--garage-panel) 80%, transparent); border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent);
  transition: all .2s ease;
}
.theme-custom-filament-chip:hover { border-color: color-mix(in srgb, var(--electric-blue) 30%, transparent); background: var(--garage-panel); }
.theme-custom-filament-dot { width: .875rem; height: .875rem; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--cream) 20%, transparent); flex-shrink: 0; }
.theme-custom-filament-chip span:last-child { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: color-mix(in srgb, var(--cream) 80%, transparent); line-height: 1.2; }
.theme-custom-steps-grid { margin-top: 1.25rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.theme-custom-step {
  position: relative; padding: .875rem; border-radius: .5rem; border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent);
  background: color-mix(in srgb, var(--garage-panel) 60%, transparent); display: flex; flex-direction: column; overflow: hidden;
}
.theme-step-tick-h { position: absolute; top: 0; left: 0; width: 1.25rem; height: 2px; background: var(--electric-blue); }
.theme-step-tick-v { position: absolute; top: 0; left: 0; width: 2px; height: 1.25rem; background: var(--electric-blue); }
.theme-step-n { font-family: var(--font-display); font-size: 1.125rem; color: var(--workshop-orange); line-height: 1; }
.theme-step-title { font-family: var(--font-display); font-size: .875rem; color: var(--cream); margin-top: .375rem; text-transform: uppercase; letter-spacing: .02em; }
.theme-step-copy { margin-top: .25rem; font-size: 12px; color: color-mix(in srgb, var(--cream) 70%, transparent); line-height: 1.4; }

.theme-custom-board { order: -1; }
@media (min-width: 1024px) { .theme-custom-board { order: 0; } }
.theme-custom-board-inner { position: relative; border-radius: 1rem; border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); background: color-mix(in srgb, var(--garage-panel) 40%, transparent); padding: .75rem; box-shadow: var(--shadow-elevated); }
@media (min-width: 768px) { .theme-custom-board-inner { padding: 1rem; } }
.theme-board-accent { position: absolute; height: 2px; width: 4rem; }
.theme-board-accent--tl { top: -1px; left: 1.5rem; background: var(--electric-blue); }
.theme-board-accent--br { bottom: -1px; right: 1.5rem; background: var(--workshop-orange); }
.theme-board-tick { position: absolute; width: 1rem; height: 1rem; pointer-events: none; }
.theme-board-tick--tl { top: .75rem; left: .75rem; border-top: 2px solid color-mix(in srgb, var(--electric-blue) 70%, transparent); border-left: 2px solid color-mix(in srgb, var(--electric-blue) 70%, transparent); border-radius: .375rem 0 0 0; }
.theme-board-tick--tr { top: .75rem; right: .75rem; border-top: 2px solid color-mix(in srgb, var(--workshop-orange) 70%, transparent); border-right: 2px solid color-mix(in srgb, var(--workshop-orange) 70%, transparent); border-radius: 0 .375rem 0 0; }
.theme-board-tick--bl { bottom: .75rem; left: .75rem; border-bottom: 2px solid color-mix(in srgb, var(--workshop-orange) 70%, transparent); border-left: 2px solid color-mix(in srgb, var(--workshop-orange) 70%, transparent); border-radius: 0 0 0 .375rem; }
.theme-board-tick--br { bottom: .75rem; right: .75rem; border-bottom: 2px solid color-mix(in srgb, var(--electric-blue) 70%, transparent); border-right: 2px solid color-mix(in srgb, var(--electric-blue) 70%, transparent); border-radius: 0 0 .375rem 0; }
.theme-board-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
@media (min-width: 768px) { .theme-board-grid { gap: 1rem; } }
.theme-board-item { position: relative; aspect-ratio: 1/1; border-radius: .5rem; overflow: hidden; background: var(--garage-black); border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); }
.theme-board-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.theme-board-item:hover img { transform: scale(1.05); }
.theme-board-item-label { position: absolute; inset: auto 0 0 0; padding: .5rem; background: linear-gradient(to top, color-mix(in srgb, var(--garage-black) 90%, transparent), transparent); }
.theme-board-item-label p { font-size: 10px; text-transform: uppercase; letter-spacing: .18em; color: color-mix(in srgb, var(--cream) 85%, transparent); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.theme-board-footer { margin-top: 1rem; display: flex; flex-direction: column; align-items: stretch; gap: .75rem; }
@media (min-width: 640px) { .theme-board-footer { flex-direction: row; align-items: center; } }
.theme-board-footer-text { flex: 1; min-width: 0; }
.theme-board-label { font-size: 10px; text-transform: uppercase; letter-spacing: .24em; color: color-mix(in srgb, var(--cream) 50%, transparent); }
.theme-board-sub { font-family: var(--font-display); font-size: 11px; text-transform: uppercase; letter-spacing: .2em; color: var(--electric-blue); }
.theme-board-cta { position: relative; overflow: hidden; }
.theme-board-cta span { position: relative; z-index: 10; display: inline-flex; align-items: center; gap: .5rem; }

/* -------------------------------------------------------------------------
   Contact section + modal
   ---------------------------------------------------------------------- */
.theme-contact-section { background: var(--garage-black); color: var(--cream); overflow: hidden; border-top: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); }
.theme-contact-section .theme-section-heading { font-size: 1.875rem; line-height: 1.05; }
@media (min-width: 768px) { .theme-contact-section .theme-section-heading { font-size: 2.25rem; } }
@media (min-width: 1024px) { .theme-contact-section .theme-section-heading { font-size: 2.75rem; } }
.theme-contact-inner { position: relative; display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: stretch; }
@media (min-width: 1024px) { .theme-contact-inner { grid-template-columns: 1fr 1fr; gap: 3.5rem; } }
.theme-contact-callout { display: flex; flex-direction: column; justify-content: center; height: 100%; }
.theme-contact-desc { margin-top: 1.25rem; font-family: var(--font-body); color: color-mix(in srgb, var(--cream) 75%, transparent); max-width: 32rem; line-height: 1.6; }
.theme-contact-chips { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .375rem; }
.theme-contact-chip { display: inline-flex; align-items: center; justify-content: center; gap: .375rem; padding: .375rem .625rem; border-radius: 999px; background: color-mix(in srgb, var(--garage-panel) 80%, transparent); border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; color: color-mix(in srgb, var(--cream) 85%, transparent); }
@media (min-width: 1280px) { .theme-contact-chip { white-space: nowrap; } }
.theme-contact-divider { margin-top: 2rem; display: flex; align-items: center; gap: 1rem; }
.theme-contact-divider-line { flex: 1; height: 1px; background: linear-gradient(to right, var(--electric-blue), color-mix(in srgb, var(--cream) 30%, transparent), transparent); }
.theme-contact-divider-dots { display: flex; align-items: center; gap: .25rem; }
.theme-contact-divider-dots span { width: 1.25rem; height: 6px; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); }

.theme-contact-card-wrap { height: 100%; }
.theme-contact-card { position: relative; height: 100%; border-radius: 1rem; background: var(--garage-panel); border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); overflow: hidden; box-shadow: var(--shadow-elevated); transition: box-shadow .3s ease; }
.theme-contact-card:hover { box-shadow: var(--shadow-gold); }
.theme-corner-bracket { position: absolute; width: 1.5rem; height: 1.5rem; border-color: color-mix(in srgb, var(--chrome) 50%, transparent); }
.theme-corner-bracket--tl { top: .75rem; left: .75rem; border-top: 1px solid; border-left: 1px solid; }
.theme-corner-bracket--tr { top: .75rem; right: .75rem; border-top: 1px solid; border-right: 1px solid; }
.theme-corner-bracket--bl { bottom: .75rem; left: .75rem; border-bottom: 1px solid; border-left: 1px solid; }
.theme-corner-bracket--br { bottom: .75rem; right: .75rem; border-bottom: 1px solid; border-right: 1px solid; }
.theme-contact-card-inner { position: relative; height: 100%; display: flex; flex-direction: column; padding: 1.5rem; background: color-mix(in srgb, var(--electric-blue) 3%, transparent); }
@media (min-width: 768px) { .theme-contact-card-inner { padding: 2rem; } }
.theme-contact-card-brand { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.theme-contact-card-logo-wrap { position: relative; padding: .625rem; border-radius: .5rem; background: color-mix(in srgb, var(--garage-black) 60%, transparent); border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); }
.theme-contact-card-logo { height: 3rem; width: auto; object-fit: contain; }
.theme-contact-card-name { font-family: var(--font-display); font-size: 1.125rem; text-transform: uppercase; letter-spacing: .06em; color: var(--cream); }
.theme-contact-card-sub { font-size: 11px; text-transform: uppercase; letter-spacing: .24em; color: color-mix(in srgb, var(--cream) 50%, transparent); font-weight: 600; margin-top: .125rem; }
.theme-contact-details { display: flex; flex-direction: column; gap: 1rem; }
.theme-contact-detail-row { display: flex; align-items: flex-start; gap: .75rem; }
.theme-contact-detail-icon { width: 2.25rem; height: 2.25rem; border-radius: .5rem; background: color-mix(in srgb, var(--garage-black) 60%, transparent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: border-color .2s ease; border: 1px solid; }
.theme-contact-detail-icon--blue { border-color: color-mix(in srgb, var(--electric-blue) 30%, transparent); color: var(--electric-blue); }
.theme-contact-detail-icon--orange { border-color: color-mix(in srgb, var(--workshop-orange) 30%, transparent); color: var(--workshop-orange); }
.theme-contact-detail-icon--chrome { border-color: color-mix(in srgb, var(--chrome) 40%, transparent); color: var(--chrome); }
.theme-contact-detail-row:hover .theme-contact-detail-icon--blue { border-color: var(--electric-blue); }
.theme-contact-detail-row:hover .theme-contact-detail-icon--orange { border-color: var(--workshop-orange); }
.theme-contact-detail-text { min-width: 0; }
.theme-contact-detail-label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .24em; color: color-mix(in srgb, var(--cream) 50%, transparent); font-weight: 600; }
.theme-contact-detail-value { display: block; margin-top: .125rem; font-size: .875rem; color: var(--cream); word-break: break-all; transition: color .2s ease; }
.theme-contact-detail-row:hover .theme-contact-detail-value { color: var(--electric-blue); }
.theme-contact-card-footer { margin-top: auto; padding-top: 1.5rem; }
.theme-contact-card-btn { width: 100%; }
.theme-contact-card-badge { margin-top: 1rem; display: flex; align-items: center; justify-content: center; gap: .5rem; font-size: 10px; text-transform: uppercase; letter-spacing: .22em; color: color-mix(in srgb, var(--cream) 55%, transparent); font-weight: 600; }
.theme-badge-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--workshop-orange); animation: dotPulse 2.6s ease-in-out infinite; }

/* Contact modal */
#theme-contact-overlay { position: fixed; inset: 0; z-index: 60; background: rgb(0 0 0 / .8); opacity: 0; visibility: hidden; transition: opacity .2s ease; }
#theme-contact-modal {
  position: fixed; left: 50%; top: 50%; z-index: 61; width: calc(100% - 2rem); max-width: 32rem; max-height: 90vh; overflow-y: auto;
  transform: translate(-50%, -48%) scale(.96); opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease;
  background: var(--background); border-radius: .75rem; box-shadow: var(--shadow-elevated); border: 1px solid var(--border);
}
body.contact-open #theme-contact-overlay { opacity: 1; visibility: visible; }
body.contact-open #theme-contact-modal { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.theme-modal-panel { padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.theme-modal-close { position: absolute; right: 1rem; top: 1rem; padding: .375rem; border-radius: .25rem; opacity: .7; color: var(--foreground); }
.theme-modal-close:hover { opacity: 1; background: var(--secondary); }
.theme-modal-title { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .01em; color: var(--foreground); }
.theme-modal-description { margin-top: .375rem; font-family: var(--font-body); color: var(--muted-foreground); }
.theme-modal-contact-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem .5rem; font-size: .875rem; color: var(--muted-foreground); }
.theme-modal-contact-item { display: flex; align-items: center; gap: .5rem; }
.theme-modal-contact-item a:hover { color: var(--foreground); }
.theme-modal-form { display: flex; flex-direction: column; gap: 1rem; }
.theme-modal-form-row { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .theme-modal-form-row { grid-template-columns: 1fr 1fr; } }
.theme-form-field label { display: block; margin-bottom: .375rem; font-size: .875rem; font-weight: 500; font-family: var(--font-body); color: var(--foreground); }
.theme-form-field input, .theme-form-field textarea {
  width: 100%; padding: .625rem .75rem; background: var(--background); border: 1px solid var(--border); border-radius: var(--radius);
  font-size: 1rem; color: var(--foreground); transition: box-shadow .3s ease;
}
.theme-form-field input::placeholder, .theme-form-field textarea::placeholder { color: var(--muted-foreground); }
.theme-form-field input:focus, .theme-form-field textarea:focus { outline: none; box-shadow: 0 0 0 2px color-mix(in srgb, var(--electric-blue) 50%, transparent); }
.theme-form-field textarea { resize: none; }
.theme-modal-submit { width: 100%; padding: .875rem; border-radius: var(--radius); }
.theme-modal-submit:disabled { opacity: .6; cursor: not-allowed; }
.theme-modal-success { text-align: center; padding: 2rem 0; }
.theme-modal-success-icon { width: 3.5rem; height: 3.5rem; background: var(--primary); color: var(--primary-foreground); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; border-radius: 999px; }
.theme-modal-success h3 { font-family: var(--font-display); font-size: 1.25rem; margin-bottom: .5rem; color: var(--foreground); }
.theme-modal-success p { font-size: .875rem; color: var(--muted-foreground); }

/* -------------------------------------------------------------------------
   Footer
   ---------------------------------------------------------------------- */
.site-footer { position: relative; background: var(--garage-black); color: var(--cream); }
.theme-footer-texture { position: absolute; inset: 0; pointer-events: none; opacity: .4;
  background-image: linear-gradient(color-mix(in srgb, var(--electric-blue) 10%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--electric-blue) 10%, transparent) 1px, transparent 1px);
  background-size: 44px 44px;
}
.theme-footer-grid { position: relative; padding-block: 3.5rem 4rem; display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 768px) { .theme-footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.theme-footer-brand { grid-column: 1 / -1; }
@media (min-width: 768px) { .theme-footer-brand { grid-column: span 2 / span 2; } }
.theme-footer-logo-img { height: 4rem !important; }
.theme-footer-desc { margin-top: 1.25rem; font-size: .875rem; max-width: 28rem; line-height: 1.6; color: color-mix(in srgb, var(--cream) 70%, transparent); }
.theme-footer-social { margin-top: 1.5rem; display: flex; align-items: center; gap: .75rem; }
.theme-social-icon { width: 2.25rem; height: 2.25rem; border-radius: .5rem; border: 1px solid color-mix(in srgb, var(--cream) 20%, transparent); display: flex; align-items: center; justify-content: center; color: color-mix(in srgb, var(--cream) 50%, transparent); transition: color .2s ease, border-color .2s ease, opacity .2s ease; }
a.theme-social-icon { opacity: 1; cursor: pointer; text-decoration: none; }
a.theme-social-icon:hover { color: var(--cream); border-color: color-mix(in srgb, var(--electric-blue) 50%, transparent); color: var(--electric-blue); }
.theme-footer-heading { font-family: var(--font-display); font-size: .875rem; letter-spacing: .24em; text-transform: uppercase; margin-bottom: 1rem; }
.theme-footer-links { display: flex; flex-direction: column; gap: .5rem; font-size: .875rem; color: color-mix(in srgb, var(--cream) 75%, transparent); }
.theme-footer-links a:hover { color: var(--workshop-orange); }
.theme-footer-contact-list { display: flex; flex-direction: column; gap: .75rem; font-size: .875rem; color: color-mix(in srgb, var(--cream) 80%, transparent); }
.theme-footer-contact-list li { display: flex; align-items: flex-start; gap: .5rem; }
.theme-footer-contact-icon { margin-top: .125rem; flex-shrink: 0; color: var(--electric-blue); }
.theme-footer-contact-list a { word-break: break-all; }
.theme-footer-contact-list a:hover { color: var(--workshop-orange); }
.theme-footer-message-btn { margin-top: 1.25rem; display: inline-flex; font-size: 12px; text-transform: uppercase; letter-spacing: .2em; font-weight: 700; color: var(--cream); border-bottom: 2px solid var(--workshop-orange); padding-bottom: .125rem; }
.theme-footer-message-btn:hover { color: var(--workshop-orange); }
.theme-footer-bottom { border-top: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); }
.theme-footer-bottom-inner { padding-block: 1.25rem; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: .75rem; font-size: 12px; color: color-mix(in srgb, var(--cream) 60%, transparent); }
@media (min-width: 768px) { .theme-footer-bottom-inner { flex-direction: row; } }
.theme-footer-credit-link { color: var(--cream); text-decoration: underline; text-underline-offset: 2px; }
.theme-footer-credit-link:hover { color: var(--electric-blue); }

/* -------------------------------------------------------------------------
   Side cart drawer + overlay (Sections 12, 31.6)
   ---------------------------------------------------------------------- */
#theme-cart-overlay { position: fixed; inset: 0; z-index: 50; background: color-mix(in srgb, var(--garage-black) 70%, transparent); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .3s ease; }
body.cart-open #theme-cart-overlay { opacity: 1; visibility: visible; }
#theme-cart-drawer {
  position: fixed; right: 0; top: 0; height: 100%; width: 100%; max-width: 28rem; background: var(--garage-black); color: var(--cream);
  z-index: 51; box-shadow: var(--shadow-elevated); display: flex; flex-direction: column; border-left: 1px solid color-mix(in srgb, var(--cream) 10%, transparent);
  transform: translateX(100%); transition: transform .35s var(--transition-smooth);
}
body.cart-open #theme-cart-drawer { transform: translateX(0); }
#theme-cart-drawer.is-updating { opacity: .6; pointer-events: none; }
.theme-cart-drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; border-bottom: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); background: var(--garage-panel); }
.theme-cart-eyebrow { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--electric-blue); font-weight: 600; }
.theme-cart-title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; margin-top: .125rem; }
.theme-cart-close-btn { padding: .5rem; border-radius: var(--radius); border: 1px solid color-mix(in srgb, var(--cream) 15%, transparent); min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.theme-cart-close-btn:hover { border-color: var(--electric-blue); color: var(--electric-blue); }
.theme-cart-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; text-align: center; background: color-mix(in srgb, var(--garage-black) 60%, var(--electric-blue) 5%); }
.theme-cart-empty-icon { width: 4rem; height: 4rem; border-radius: 999px; background: color-mix(in srgb, var(--electric-blue) 10%, transparent); border: 1px solid color-mix(in srgb, var(--electric-blue) 30%, transparent); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.theme-cart-empty-title { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; margin-bottom: .5rem; }
.theme-cart-empty-text { color: color-mix(in srgb, var(--cream) 60%, transparent); margin-bottom: 1.5rem; font-size: .875rem; }
.theme-cart-items { flex: 1; overflow: auto; padding: 1.25rem; display: flex; flex-direction: column; gap: 1rem; background: color-mix(in srgb, var(--garage-black) 60%, var(--electric-blue) 5%); }
.theme-cart-item { display: flex; gap: 1rem; padding: .75rem; border-radius: .5rem; background: var(--garage-panel); border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); transition: border-color .2s ease; }
.theme-cart-item:hover { border-color: color-mix(in srgb, var(--electric-blue) 40%, transparent); }
.theme-cart-item-img { width: 5rem; height: 6rem; background: var(--garage-black); overflow: hidden; flex-shrink: 0; border-radius: .375rem; border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); display: block; }
.theme-cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.theme-cart-item-info { flex: 1; min-width: 0; }
.theme-cart-item-name { font-family: var(--font-display); font-size: .875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.theme-cart-item-name:hover { color: var(--electric-blue); }
.theme-cart-item-price { font-size: .875rem; color: var(--workshop-orange); margin-top: .125rem; font-weight: 700; }
.theme-cart-item-variation { font-size: .75rem; color: color-mix(in srgb, var(--cream) 60%, transparent); margin-top: .125rem; }
.theme-cart-item-controls { display: flex; align-items: center; gap: .5rem; margin-top: .75rem; }
.theme-cart-qty-group { display: inline-flex; align-items: center; border: 1px solid color-mix(in srgb, var(--cream) 20%, transparent); border-radius: .375rem; }
.theme-cart-qty-btn { padding: .375rem .5rem; display: inline-flex; align-items: center; justify-content: center; background: transparent; border: none; color: inherit; cursor: pointer; min-width: 44px; min-height: 44px; }
.theme-cart-qty-btn:hover { color: var(--electric-blue); }
.theme-cart-qty-value { font-size: .75rem; width: 1.5rem; text-align: center; font-weight: 600; }
.theme-cart-remove-btn { margin-left: auto; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: color-mix(in srgb, var(--cream) 50%, transparent); font-weight: 600; }
.theme-cart-remove-btn:hover { color: var(--destructive); }
.theme-cart-drawer-footer { padding: 1.5rem; padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px)); border-top: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); background: var(--garage-panel); display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-subtotal-row { display: flex; justify-content: space-between; align-items: baseline; }
.theme-cart-subtotal-label { font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: color-mix(in srgb, var(--cream) 60%, transparent); }
.theme-cart-subtotal-value { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--workshop-orange); }
.theme-cart-subtotal-value .woocommerce-Price-amount { font-family: var(--font-display); color: var(--workshop-orange); }
.theme-cart-note { display: flex; align-items: center; gap: .5rem; font-size: .75rem; color: color-mix(in srgb, var(--cream) 60%, transparent); }
.theme-cart-note svg { color: var(--electric-blue); flex-shrink: 0; }
.theme-cart-checkout-btn { width: 100%; padding: 1rem !important; }
.theme-cart-empty-btn { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-size: 11px; letter-spacing: .25em; text-transform: uppercase; font-weight: 600; color: color-mix(in srgb, var(--cream) 60%, transparent); padding: .5rem 0; }
.theme-cart-empty-btn:hover { color: var(--destructive); }

/* Hide WooCommerce "View cart" injected after AJAX add (Section 11.4.2) */
.woocommerce-page a.added_to_cart.wc-forward,
.single-product a.added_to_cart.wc-forward,
body a.added_to_cart.wc-forward { display: none !important; }

/* Suppress WooCommerce's own loading spinner so only the theme state shows */
.single-product .single_add_to_cart_button.loading::after,
.ajax_add_to_cart.loading::after { display: none !important; }
.ajax_add_to_cart.theme-btn-loading { opacity: .6 !important; pointer-events: none !important; cursor: wait !important; }

/* WooCommerce notices — scoped visibility (Section 14.1) */
.single-product .woocommerce-message,
.single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  font-family: var(--font-body); border-radius: var(--radius); border: 1px solid var(--border); background: var(--card);
  color: var(--foreground); padding: 1rem 1.25rem; margin: 1rem auto; max-width: 80rem; list-style: none;
}
.woocommerce-error { border-color: var(--destructive); color: var(--destructive); }

/* -------------------------------------------------------------------------
   Add to cart button overrides (Section 11.4.1)
   ---------------------------------------------------------------------- */
.single_add_to_cart_button.button,
.add_to_cart_button.button,
a.single_add_to_cart_button,
a.add_to_cart_button {
  background-color: var(--workshop-orange) !important;
  color: var(--color-button-text) !important;
  border: none !important;
  border-radius: var(--btn-radius) !important;
  min-height: var(--btn-height) !important;
  padding: var(--btn-padding) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--font-body) !important;
  font-size: var(--btn-font-size) !important;
  font-weight: var(--btn-font-weight) !important;
  letter-spacing: var(--btn-letter-spacing) !important;
  text-transform: var(--btn-text-transform) !important;
  cursor: pointer !important;
  transition: opacity .2s ease !important;
}
.single_add_to_cart_button.button:hover,
.add_to_cart_button.button:hover {
  opacity: .85 !important;
  background-color: var(--workshop-orange) !important;
  color: var(--color-button-text) !important;
}
.single_add_to_cart_button.button:disabled,
.single_add_to_cart_button.button.disabled,
.add_to_cart_button.button:disabled,
.add_to_cart_button.button.disabled {
  cursor: not-allowed !important;
  opacity: .4 !important;
  pointer-events: none !important;
}
.single_add_to_cart_button.button:disabled:hover,
.single_add_to_cart_button.button.disabled:hover,
.add_to_cart_button.button:disabled:hover,
.add_to_cart_button.button.disabled:hover {
  opacity: .4 !important;
  background-color: var(--workshop-orange) !important;
}
/* Card compact circular quick-add — overrides global rules (scoped after) */
.theme-product-card .add_to_cart_button.ajax_add_to_cart { min-height: unset !important; padding: 0 !important; border-radius: 50% !important; }

/* -------------------------------------------------------------------------
   Single product page (Section 11.13 responsive rules included)
   ---------------------------------------------------------------------- */
.theme-single-product-main { background: var(--garage-black); color: var(--cream); }
.theme-product-hero-section { position: relative; overflow: hidden; }
.theme-product-hero-inner { position: relative; }
.theme-breadcrumb { padding: 1.5rem 0; font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: color-mix(in srgb, var(--cream) 60%, transparent); }
.theme-breadcrumb a:hover { color: var(--electric-blue); }
.theme-breadcrumb-sep { margin: 0 .5rem; opacity: .4; }
.theme-breadcrumb-current { color: var(--workshop-orange); }
.theme-product-layout { display: grid; grid-template-columns: 1fr; gap: 2.5rem; padding-bottom: 4rem; padding-top: 1rem; align-items: start; min-width: 0; }
@media (min-width: 1024px) { .theme-product-layout { grid-template-columns: 7fr 5fr; gap: 3.5rem; } }
.theme-product-gallery, .theme-product-info { min-width: 0; max-width: 100%; }
.theme-product-gallery { position: relative; }
.theme-product-gallery-glow { position: absolute; inset: -0.75rem; border-radius: 1rem; background: linear-gradient(to bottom right, color-mix(in srgb, var(--electric-blue) 40%, transparent), transparent, color-mix(in srgb, var(--workshop-orange) 40%, transparent)); filter: blur(32px); opacity: .6; pointer-events: none; }
.theme-product-main-image-frame { position: relative; border-radius: .75rem; overflow: hidden; border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); background: var(--garage-panel); }
.theme-product-main-image-ratio { position: relative; aspect-ratio: 1/1; }
.theme-product-main-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.theme-filament-strip-abs { position: absolute; bottom: 0; left: 0; right: 0; height: 6px; border-radius: 999px; box-shadow: inset 0 0 0 1px rgb(0 0 0 / .15); background: linear-gradient(90deg, var(--electric-blue), var(--electric-blue-glow) 40%, #fff 60%, var(--gold) 80%, var(--workshop-orange)); }
.theme-product-thumbnails { display: flex; gap: .75rem; margin-top: 1.25rem; overflow-x: auto; padding-bottom: .25rem; flex-wrap: nowrap; max-width: 100%; -webkit-overflow-scrolling: touch; }
.theme-product-thumb { position: relative; width: 5rem; height: 5rem; flex-shrink: 0; overflow: hidden; border-radius: .375rem; border: 1px solid color-mix(in srgb, var(--cream) 15%, transparent); transition: all .2s ease; }
.theme-product-thumb:hover { border-color: color-mix(in srgb, var(--cream) 40%, transparent); }
.theme-product-thumb.is-active { border-color: var(--electric-blue); box-shadow: 0 0 0 2px color-mix(in srgb, var(--electric-blue) 40%, transparent); }
.theme-product-thumb-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.theme-product-info-card { border-radius: .75rem; background: color-mix(in srgb, var(--garage-panel) 80%, transparent); backdrop-filter: blur(4px); border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent); padding: 1.5rem; box-shadow: var(--shadow-elevated); }
@media (min-width: 768px) { .theme-product-info-card { padding: 2rem; } }
.theme-product-category-row { display: flex; align-items: center; gap: .5rem; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--electric-blue); font-weight: 600; margin-bottom: 1rem; }
.theme-product-title { font-family: var(--font-display); font-weight: 700; font-size: 1.875rem; line-height: 1.05; margin-bottom: 1.25rem; color: var(--cream); }
@media (min-width: 768px) { .theme-product-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .theme-product-title { font-size: 2.5rem; } }
.theme-product-price-row { display: flex; align-items: baseline; gap: .75rem; margin-bottom: 1.5rem; }
.theme-product-price-row .price, .theme-product-price-row .woocommerce-Price-amount { font-family: var(--font-display); font-size: 2.25rem; font-weight: 700; color: var(--workshop-orange); }
@media (min-width: 768px) { .theme-product-price-row .price, .theme-product-price-row .woocommerce-Price-amount { font-size: 3rem; } }
.theme-product-currency { font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: color-mix(in srgb, var(--cream) 50%, transparent); }
.theme-product-overview-snippet { color: color-mix(in srgb, var(--cream) 80%, transparent); line-height: 1.6; margin-bottom: 1.5rem; font-size: .9375rem; overflow-wrap: break-word; word-break: break-word; }
.theme-product-perfectfor-inline { margin-bottom: 1.5rem; }
.theme-product-perfectfor-inline h3 { font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: color-mix(in srgb, var(--cream) 50%, transparent); margin-bottom: .75rem; }
.theme-tag-pills { display: flex; flex-wrap: wrap; gap: .5rem; }
.theme-tag-pill { padding: .375rem .75rem; border-radius: 999px; background: color-mix(in srgb, var(--electric-blue) 10%, transparent); color: var(--electric-blue); border: 1px solid color-mix(in srgb, var(--electric-blue) 30%, transparent); font-size: .75rem; font-weight: 500; }

.theme-variations-form .variations.theme-variation-attributes,
.theme-variation-attributes { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 1.25rem; border: 0; width: 100%; }
.theme-variations-form .theme-variation-group { position: relative; }
.theme-variations-form .theme-variation-label {
  font-size: 11px; letter-spacing: .28em; text-transform: uppercase;
  color: color-mix(in srgb, var(--cream) 50%, transparent); margin: 0 0 .75rem;
  font-weight: 400; font-family: var(--font-body);
}
.theme-variations-form .theme-variation-pills { display: flex; flex-wrap: wrap; gap: .5rem; }
.theme-variations-form .theme-variation-pill {
  padding: .5rem 1rem; font-size: .75rem; letter-spacing: .18em; text-transform: uppercase;
  border: 2px solid color-mix(in srgb, var(--cream) 20%, transparent) !important;
  color: var(--cream) !important; background: transparent !important;
  border-radius: var(--radius) !important; font-family: var(--font-body) !important;
  font-weight: 600 !important; cursor: pointer; line-height: 1.25;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
  min-height: unset !important; display: inline-flex !important; align-items: center; justify-content: center;
}
.theme-variations-form .theme-variation-pill:hover {
  border-color: color-mix(in srgb, var(--electric-blue) 70%, transparent) !important;
  color: var(--electric-blue) !important; background: transparent !important;
}
.theme-variations-form .theme-variation-pill.is-active {
  background: var(--electric-blue) !important; color: var(--garage-black) !important;
  border-color: var(--electric-blue) !important;
}
.theme-variations-form .variations select,
.theme-variations-form select.theme-variation-select {
  position: absolute !important; width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important; overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;
  opacity: 0 !important; pointer-events: none !important; appearance: none !important;
  -webkit-appearance: none !important;
}
.theme-variations-form .woocommerce-variation { margin-bottom: .5rem; }
.theme-variations-form .woocommerce-variation-price,
.theme-variations-form .woocommerce-variation-availability { display: none; }
.theme-variations-form table.variations { display: block; width: 100%; border: 0; }
.theme-variations-form table.variations tbody,
.theme-variations-form table.variations tr,
.theme-variations-form table.variations td,
.theme-variations-form table.variations th { display: block; width: 100%; border: 0; padding: 0; }

.theme-add-to-cart-area { margin-top: 1.5rem; display: flex; align-items: stretch; flex-wrap: wrap; gap: .75rem; }
@media (max-width: 639px) {
  .theme-add-to-cart-area { flex-direction: column; align-items: stretch; }
  .theme-quantity-wrapper { align-self: flex-start; width: auto; flex: 0 0 auto; }
  .theme-add-to-cart-area .single_add_to_cart_button { width: 100%; min-width: 0; flex: 1 1 auto; }
}
.theme-quantity-wrapper { display: inline-flex; align-items: center; border: 2px solid color-mix(in srgb, var(--cream) 20%, transparent); border-radius: var(--radius); background: color-mix(in srgb, var(--garage-black) 50%, transparent); }
.theme-qty-minus, .theme-qty-plus { padding: .75rem; display: inline-flex; align-items: center; justify-content: center; color: inherit; background: transparent; border: none; cursor: pointer; }
.theme-qty-minus:hover, .theme-qty-plus:hover { color: var(--electric-blue); }
.theme-qty-input { width: 3.5rem; text-align: center; background: transparent; border: none; color: var(--cream); font-family: var(--font-display); font-size: 1rem; font-weight: 700; -moz-appearance: textfield; }
.theme-qty-input::-webkit-outer-spin-button, .theme-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.theme-add-to-cart-area .single_add_to_cart_button { flex: 1 1 auto; min-width: 160px; }
.theme-product-workshop-note { margin-top: 1.25rem; display: flex; align-items: center; gap: .5rem; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: color-mix(in srgb, var(--cream) 50%, transparent); }
.theme-product-workshop-note svg { color: var(--workshop-orange); }

.theme-product-detail-section { background: var(--background); color: var(--foreground); }
.theme-product-detail-grid { padding-block: 4rem 5rem; display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 1024px) { .theme-product-detail-grid { grid-template-columns: 2fr 1fr; } }
.theme-product-detail-main { display: flex; flex-direction: column; gap: 2rem; }
.theme-detail-heading-row { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.theme-detail-heading-tick { width: 2rem; height: 2px; }
.theme-detail-heading-tick--orange { background: var(--workshop-orange); }
.theme-detail-heading-tick--blue { background: var(--electric-blue); }
.theme-detail-heading-row h2 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; }
@media (min-width: 768px) { .theme-detail-heading-row h2 { font-size: 1.875rem; } }
.theme-product-overview-text { display: flex; flex-direction: column; gap: 1rem; font-size: .9375rem; line-height: 1.6; color: color-mix(in srgb, var(--foreground) 80%, transparent); overflow-wrap: break-word; word-break: break-word; }
.theme-features-grid { display: grid; grid-template-columns: 1fr; gap: .75rem; }
@media (min-width: 640px) { .theme-features-grid { grid-template-columns: 1fr 1fr; } }
.theme-feature-item { display: flex; align-items: flex-start; gap: .75rem; padding: 1rem; border-radius: .5rem; border: 1px solid var(--border); background: var(--card); }
.theme-feature-dot { margin-top: .25rem; width: 8px; height: 8px; border-radius: 999px; background: var(--workshop-orange); box-shadow: 0 0 10px var(--workshop-orange); flex-shrink: 0; }
.theme-product-detail-aside { display: flex; flex-direction: column; gap: 1.5rem; }
.theme-aside-card { border-radius: .75rem; border: 1px solid var(--border); background: var(--card); padding: 1.5rem; }
.theme-aside-card h3 { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; margin-bottom: .75rem; }
.theme-aside-list { display: flex; flex-direction: column; gap: .5rem; }
.theme-aside-list li { display: flex; align-items: center; gap: .5rem; font-size: .875rem; }
.theme-aside-list svg { color: var(--electric-blue); flex-shrink: 0; }
.theme-aside-card--custom { border: 2px solid color-mix(in srgb, var(--workshop-orange) 40%, transparent); background: linear-gradient(to bottom right, color-mix(in srgb, var(--workshop-orange) 5%, transparent), transparent); }
.theme-aside-custom-heading { display: flex; align-items: center; gap: .5rem; margin-bottom: .75rem; }
.theme-aside-custom-heading svg { color: var(--workshop-orange); }
.theme-aside-card--custom p { font-size: .875rem; color: color-mix(in srgb, var(--foreground) 80%, transparent); line-height: 1.6; margin-bottom: .75rem; }
.theme-aside-custom-link { font-size: .875rem; font-weight: 600; color: var(--workshop-orange); }
.theme-aside-custom-link:hover { opacity: .8; }

.theme-related-section { background: var(--garage-black); color: var(--cream); }
.theme-related-inner { padding-block: 4rem 5rem; }
.theme-related-heading-row { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
.theme-related-title { font-family: var(--font-display); font-weight: 700; font-size: 1.875rem; text-transform: uppercase; letter-spacing: .02em; }
@media (min-width: 768px) { .theme-related-title { font-size: 2.25rem; } }
.theme-related-shopall-link { font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: color-mix(in srgb, var(--cream) 70%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--cream) 20%, transparent); padding-bottom: .125rem; }
.theme-related-shopall-link:hover { color: var(--electric-blue); border-color: var(--electric-blue); }

/* -------------------------------------------------------------------------
   Page / 404 generic
   ---------------------------------------------------------------------- */
.theme-page-main { background: var(--background); min-height: 40vh; padding: 3rem 0 4rem; }
.page-title { font-family: var(--font-display); font-weight: 700; font-size: 2.25rem; margin-bottom: 1.5rem; color: var(--foreground); }
.theme-404-main { background: var(--garage-black); color: var(--cream); min-height: 60vh; display: flex; align-items: center; }
.theme-404-container { text-align: center; padding-block: 6rem; }
.theme-404-code { font-family: var(--font-display); font-size: 5rem; font-weight: 700; margin-bottom: 1rem; }
.theme-404-title { font-size: 1.25rem; color: color-mix(in srgb, var(--cream) 70%, transparent); margin-bottom: 1.5rem; }
.theme-404-link { display: inline-block; color: var(--electric-blue); text-decoration: underline; }

/* -------------------------------------------------------------------------
   Media control (customizer) minimal — full CSS in customizer-controls.css
   ---------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
   WooCommerce Checkout Block override (Section 13) — Lovable look
   Only one page-level grid (main + sidebar). Forms/steps use flex column
   so WC Blocks address field grids are not nested.
   ---------------------------------------------------------------------- */
body.woocommerce-checkout,
body.woocommerce-checkout .site-main,
body.woocommerce-checkout .theme-page-main,
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout {
  background: var(--garage-black);
  color: var(--cream);
}
body.woocommerce-checkout .site-main,
body.woocommerce-checkout .theme-page-main {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  min-width: 0;
  width: 100%;
  max-width: none;
}

/* Single page grid only — target inner sidebar-layout (not outer wc-block-checkout) */
body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout {
  display: block;
  width: 100%;
}
body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: stretch;
}
@media (max-width: 1023px) {
  body.woocommerce-checkout .wc-block-checkout__sidebar { order: -1; }
  body.woocommerce-checkout .wc-block-checkout__main { order: 0; }
}
@media (min-width: 1024px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }
  body.woocommerce-checkout .wc-block-checkout__main .checkout-order-summary-block-fill-wrapper {
    display: none;
  }
}

/* Main/sidebar columns: no nested page-level grids */
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
}

/* Kill nested grids inside WC Blocks forms / address fields */
body.woocommerce-checkout .wc-block-checkout__main .wc-block-components-form,
body.woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form,
body.woocommerce-checkout .wc-block-checkout__main .wc-block-components-address-form,
body.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step__content,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-form,
body.woocommerce-checkout .wc-block-components-address-form__address-1,
body.woocommerce-checkout .wc-block-components-address-form__address-2,
body.woocommerce-checkout .wc-block-components-address-form__city,
body.woocommerce-checkout .wc-block-components-address-form__state,
body.woocommerce-checkout .wc-block-components-address-form__postcode,
body.woocommerce-checkout .wc-block-components-address-form__country,
body.woocommerce-checkout .wc-block-components-address-form__first-name,
body.woocommerce-checkout .wc-block-components-address-form__last-name,
body.woocommerce-checkout .wc-block-components-address-form__phone,
body.woocommerce-checkout .wc-block-components-address-form__email,
body.woocommerce-checkout .wc-block-components-address-form__company,
body.woocommerce-checkout .wc-block-components-country-input,
body.woocommerce-checkout .wc-block-components-state-input,
body.woocommerce-checkout .wc-blocks-components-select {
  display: flex !important;
  flex-direction: column !important;
  gap: .75rem;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: unset !important;
  grid-column: auto !important;
}
body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input,
body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-select,
body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-combobox,
body.woocommerce-checkout .wc-block-components-address-form > * {
  width: 100% !important;
  max-width: none !important;
  grid-column: auto !important;
  flex: 1 1 auto;
}

/* Page title visible on dark checkout background */
body.woocommerce-checkout .page-title {
  color: var(--cream);
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .02em;
}

/* Step / panel cards */
body.woocommerce-checkout .wc-block-components-checkout-step {
  background: var(--garage-panel);
  border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent);
  border-radius: .75rem;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.5rem;
}
body.woocommerce-checkout .wc-block-components-checkout-step__heading,
body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-title {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--cream) !important;
}
body.woocommerce-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-components-checkout-step__container label,
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-textarea label,
body.woocommerce-checkout .wc-block-components-select label {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--cream) 50%, transparent);
  font-weight: 600;
}

/* Inputs — colors/borders from theme; WC Blocks controls padding */
body.woocommerce-checkout .entry-content .wc-block-components-text-input input,
body.woocommerce-checkout .entry-content .wc-block-components-textarea textarea,
body.woocommerce-checkout .entry-content .wc-block-components-combobox input,
body.woocommerce-checkout .entry-content .wc-block-components-text-input .wc-block-components-text-input__input,
body.woocommerce-checkout .entry-content input[type="text"],
body.woocommerce-checkout .entry-content input[type="email"],
body.woocommerce-checkout .entry-content input[type="tel"],
body.woocommerce-checkout .entry-content input[type="number"],
body.woocommerce-checkout .entry-content textarea {
  width: 100% !important;
  max-width: none !important;
  font-family: var(--font-body) !important;
  font-size: .875rem !important;
  color: var(--cream) !important;
  background: color-mix(in srgb, var(--garage-black) 60%, transparent) !important;
  border: 2px solid color-mix(in srgb, var(--cream) 15%, transparent) !important;
  border-radius: var(--radius) !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}
body.woocommerce-checkout .entry-content .wc-block-components-text-input input::placeholder,
body.woocommerce-checkout .entry-content .wc-block-components-textarea textarea::placeholder,
body.woocommerce-checkout .entry-content input::placeholder,
body.woocommerce-checkout .entry-content textarea::placeholder {
  color: color-mix(in srgb, var(--cream) 40%, transparent) !important;
}
body.woocommerce-checkout .entry-content .wc-block-components-text-input input:focus,
body.woocommerce-checkout .entry-content .wc-block-components-textarea textarea:focus,
body.woocommerce-checkout .entry-content .wc-block-components-combobox input:focus,
body.woocommerce-checkout .entry-content input:focus,
body.woocommerce-checkout .entry-content textarea:focus {
  outline: none !important;
  border-color: var(--electric-blue) !important;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--electric-blue) 30%, transparent) !important;
}

/* Dropdowns — country/state (.wc-blocks-components-select) */
body.woocommerce-checkout .entry-content .wc-blocks-components-select,
body.woocommerce-checkout .entry-content .wc-blocks-components-select__container {
  width: 100%;
  position: relative;
}
body.woocommerce-checkout .entry-content .wc-blocks-components-select__select {
  width: 100% !important;
  max-width: none !important;
  font-family: var(--font-body) !important;
  font-size: .875rem !important;
  color: var(--cream) !important;
  background: color-mix(in srgb, var(--garage-black) 60%, transparent) !important;
  border: 2px solid color-mix(in srgb, var(--cream) 15%, transparent) !important;
  border-radius: var(--radius) !important;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}
body.woocommerce-checkout .entry-content .wc-blocks-components-select__label {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--cream) 50%, transparent);
  font-weight: 600;
}
body.woocommerce-checkout .entry-content .wc-blocks-components-select__expand {
  fill: var(--cream);
  pointer-events: none;
}
body.woocommerce-checkout .entry-content .wc-blocks-components-select__select:focus {
  outline: none !important;
  border-color: var(--electric-blue) !important;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--electric-blue) 30%, transparent) !important;
}

/* Floating labels inside WC Blocks text inputs */
body.woocommerce-checkout .wc-block-components-text-input.is-active label,
body.woocommerce-checkout .wc-block-components-text-input label {
  color: color-mix(in srgb, var(--cream) 50%, transparent) !important;
}

/* Order summary sidebar */
body.woocommerce-checkout .wc-block-checkout__sidebar {
  background: var(--garage-panel);
  border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent);
  border-radius: .75rem;
  padding: 1.5rem 1.75rem;
  color: var(--cream);
}
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-cart-items,
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-product-name,
body.woocommerce-checkout .wc-block-components-product-price,
body.woocommerce-checkout .wc-block-components-totals-item {
  font-family: var(--font-body);
  color: var(--cream);
}
body.woocommerce-checkout .wc-block-components-product-name {
  font-family: var(--font-display) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
}
body.woocommerce-checkout .wc-block-components-product-price,
body.woocommerce-checkout .wc-block-components-totals-item__value,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--workshop-orange) !important;
  font-family: var(--font-display);
  font-weight: 700;
}
body.woocommerce-checkout .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-cart-items__row {
  border-color: color-mix(in srgb, var(--cream) 10%, transparent) !important;
}

/* Place order */
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background: var(--workshop-orange) !important;
  color: var(--garage-black) !important;
  border: none !important;
  border-radius: var(--btn-radius) !important;
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .1em !important;
  min-height: var(--btn-height) !important;
  padding: var(--btn-padding) !important;
  width: 100%;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  opacity: .85;
  background: var(--workshop-orange) !important;
  color: var(--garage-black) !important;
}
body.woocommerce-checkout .wc-block-components-notice-banner {
  border-radius: var(--radius);
  font-family: var(--font-body);
}
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option,
body.woocommerce-checkout .wc-block-components-radio-control__option {
  background: color-mix(in srgb, var(--garage-black) 40%, transparent);
  border: 1px solid color-mix(in srgb, var(--cream) 10%, transparent);
  border-radius: var(--radius);
  color: var(--cream);
}
/* Checkout block links only — do not bleed into header/footer/cart */
body.woocommerce-checkout .entry-content .wc-block-checkout a {
  color: var(--electric-blue);
}
body.woocommerce-checkout .entry-content .wc-block-checkout a:hover {
  color: var(--workshop-orange);
}

/* Preserve header + side cart styles on checkout page */
body.woocommerce-checkout .site-header .bks-nav-link {
  color: color-mix(in srgb, var(--cream) 85%, transparent);
}
body.woocommerce-checkout .site-header .bks-nav-link:hover,
body.woocommerce-checkout .site-header .bks-nav-link.is-active {
  color: var(--electric-blue);
}
body.woocommerce-checkout .site-header .bks-header-cta,
body.woocommerce-checkout .site-header .theme-header-shop-btn,
body.woocommerce-checkout .site-header .theme-header-shop-btn-mobile {
  color: var(--garage-black) !important;
  background: var(--workshop-orange) !important;
}
body.woocommerce-checkout .site-header .theme-cart-btn {
  color: var(--cream);
}
body.woocommerce-checkout .site-header .theme-mobile-toggle {
  color: var(--cream);
}
body.woocommerce-checkout #theme-cart-drawer .theme-cart-item-name {
  color: var(--cream);
}
body.woocommerce-checkout #theme-cart-drawer .theme-cart-item-name:hover {
  color: var(--electric-blue);
}
body.woocommerce-checkout #theme-cart-drawer .btn-primary,
body.woocommerce-checkout #theme-cart-drawer .theme-cart-checkout-btn {
  color: var(--garage-black) !important;
  background: var(--workshop-orange) !important;
}

/* Cart / My Account width parity with checkout (Section 13.7) */
body.woocommerce-cart .theme-page-main,
body.woocommerce-account .theme-page-main { padding-top: 2rem; }

/* Thank you page (Section 22.8) */
body.theme-thankyou-page { overflow-x: hidden; }
body.theme-thankyou-page .woocommerce-order,
body.theme-thankyou-page .woocommerce-order-overview,
body.theme-thankyou-page .woocommerce-customer-details,
body.theme-thankyou-page .woocommerce-order-details { font-family: var(--font-body); color: var(--foreground); }
body.theme-thankyou-page .woocommerce-order-overview { display: flex; flex-wrap: wrap; gap: 1rem; list-style: none; padding: 0; margin: 1.5rem 0; }
body.theme-thankyou-page .woocommerce-order-overview li { border: 1px solid var(--border); border-radius: var(--radius); padding: .75rem 1rem; background: var(--card); }
body.theme-thankyou-page h2,
body.theme-thankyou-page .woocommerce-order-details__title { font-family: var(--font-display); padding: 0 0 1rem 0; font-size: 1.5rem; }
body.theme-thankyou-page .woocommerce-order-details { overflow-x: auto; -webkit-overflow-scrolling: touch; }
body.theme-thankyou-page .woocommerce-order-details table { width: 100%; table-layout: fixed; border-collapse: collapse; margin-bottom: 1.5rem; min-width: 20rem; }
body.theme-thankyou-page .woocommerce-order-details table th,
body.theme-thankyou-page .woocommerce-order-details table td { border: 1px solid var(--border); padding: .625rem; text-align: left; }
body.theme-thankyou-page .woocommerce-order-details tfoot th { text-align: left; }
body.theme-thankyou-page .woocommerce-order-details tfoot td { text-align: right; }
@media (min-width: 768px) {
  body.theme-thankyou-page .woocommerce-customer-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
}
body.theme-thankyou-page .woocommerce-customer-details address { min-width: 0; }
