:root {
  color-scheme: light;
  /* Warm, approachable light theme */
  --bg: #fdfcfa;
  --bg-elevated: #faf7f2;
  --surface: #ffffff;
  --surface2: #f5f0e9;
  --surface-border: #e8e0d6;
  --text: #1c1917;
  --muted: #78716c;
  --accent: #0f766e;
  --accent-dim: #115e59;
  --accent-text: #ffffff;
  --accent-soft: rgba(15, 118, 110, 0.1);
  --accent-glow: rgba(15, 118, 110, 0.14);
  --warm: #c2410c;
  --warm-soft: rgba(194, 65, 12, 0.1);
  --success: #047857;
  --warning: #d97706;
  --danger: #dc2626;
  --radius: 12px;
  --radius-lg: 16px;
  --store-max: min(1480px, 100%);
  --store-pad-x: clamp(0.75rem, 2.2vw, 1.75rem);
  --font: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Outfit", var(--font);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font);
  font-optical-sizing: auto;
  background: var(--bg);
  background-image:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(15, 118, 110, 0.07), transparent 52%),
    radial-gradient(ellipse 90% 50% at 100% 0%, rgba(194, 65, 12, 0.04), transparent 45%);
  color: var(--text);
  line-height: 1.48;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  color: var(--accent);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.site-header {
  max-width: var(--store-max);
  margin: 0 auto;
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(250, 247, 242, 0.96) 100%);
  border-bottom: 1px solid var(--surface-border);
  padding: 0.55rem var(--store-pad-x) 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  box-shadow: 0 1px 0 rgba(28, 25, 23, 0.06);
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.brand-mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--text);
  text-decoration: none;
  line-height: 1.1;
}
.brand-mark:hover {
  text-decoration: none;
  color: #09090b;
}
.brand-compare {
  color: var(--accent);
  font-weight: 700;
}
.brand-store {
  color: var(--warm);
  font-weight: 700;
}
.brand-tagline {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a8a29e;
  max-width: 22rem;
}
@media (max-width: 720px) {
  .brand-tagline {
    display: none;
  }
}

nav {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
nav a {
  color: var(--muted);
  font-weight: 500;
  padding: 0.45rem 0.75rem;
  border-radius: 10px;
  transition: background 0.18s ease, color 0.18s ease;
}
nav a:hover {
  background: var(--surface2);
  color: var(--text);
  text-decoration: none;
}
nav a.active {
  color: var(--accent);
  background: var(--accent-soft);
  font-weight: 600;
  text-decoration: none;
}
nav a.active:hover {
  color: var(--accent-dim);
  background: rgba(15, 118, 110, 0.14);
}
nav a.btn-ghost {
  color: var(--text);
  text-decoration: none;
}
nav a.btn-ghost:hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.55rem 1.1rem;
  border-radius: 11px;
  border: none;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, transform 0.1s;
  min-height: 2.75rem;
}
.btn:active {
  transform: scale(0.98);
}
.btn-primary {
  background: linear-gradient(135deg, #2dd4bf 0%, var(--accent) 42%, var(--accent-dim) 100%);
  color: var(--accent-text);
  box-shadow: 0 2px 14px rgba(15, 118, 110, 0.28);
}
.btn-primary:hover {
  filter: brightness(1.05);
  box-shadow: 0 4px 20px rgba(15, 118, 110, 0.32);
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--surface-border);
}
.btn-ghost:hover {
  background: var(--surface2);
  border-color: var(--surface-border);
}

main {
  flex: 1;
  max-width: var(--store-max);
  margin: 0 auto;
  padding: 0.85rem var(--store-pad-x) 1.75rem;
  width: 100%;
}

.hero {
  text-align: center;
  padding: 2rem 0 2.5rem;
}
.hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
}
.hero p {
  color: var(--muted);
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.85rem;
}

@media (min-width: 1100px) {
  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
  }
}

.home-section {
  margin-bottom: 1.35rem;
}
.home-section-title {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 700;
  margin: 0 0 0.35rem;
}
.home-section-lead {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
  max-width: 42rem;
}

.brand-showcase {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  gap: 0.5rem;
}
@media (min-width: 720px) {
  .brand-showcase {
    grid-template-columns: repeat(6, 1fr);
  }
}
.brand-showcase-tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 0.5rem 0.4rem;
  border-radius: var(--radius-lg);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.brand-showcase-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, transparent 42%, rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
}
.brand-showcase-tile:hover {
  transform: scale(1.03) translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #ffffff;
}
.brand-showcase-tile:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}
.brand-showcase-name {
  position: relative;
  z-index: 1;
}
.brand-showcase-tile--hp {
  background: linear-gradient(145deg, #0096d6 0%, #006ba6 50%, #0c2d4d 100%);
}
.brand-showcase-tile--canon {
  background: linear-gradient(145deg, #e60012 0%, #a3000c 45%, #1a1a1a 100%);
}
.brand-showcase-tile--epson {
  background: linear-gradient(145deg, #00a9e0 0%, #007cb0 50%, #003d59 100%);
}
.brand-showcase-tile--brother {
  background: linear-gradient(145deg, #5b21b6 0%, #4c1d95 40%, #1e1b4b 100%);
}
.brand-showcase-tile--lexmark {
  background: linear-gradient(145deg, #00a651 0%, #007a3d 50%, #042f1f 100%);
}
.brand-showcase-tile--ricoh {
  background: linear-gradient(145deg, #d6001c 0%, #8b0000 45%, #2d0a0a 100%);
}
.brand-affiliation-notice {
  margin: 0 0 0.85rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(15, 118, 110, 0.28);
  background: linear-gradient(180deg, rgba(240, 253, 250, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--text);
}

.brand-affiliation-notice p {
  margin: 0;
}

.brand-affiliation-notice a {
  font-weight: 600;
  white-space: nowrap;
}

.home-trust-row a {
  color: var(--accent-dim);
  font-weight: 600;
  text-decoration: none;
}

.home-trust-row a:hover {
  text-decoration: underline;
}

.legal-page {
  max-width: 42rem;
}

.legal-page h1 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  margin: 0 0 0.35rem;
}

.legal-updated {
  margin: 0 0 1.25rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.legal-body h2 {
  font-size: 1.05rem;
  margin: 1.35rem 0 0.5rem;
}

.legal-body p,
.legal-body li {
  line-height: 1.55;
  color: var(--text);
}

.legal-body ul {
  padding-left: 1.2rem;
}

.legal-contact-card {
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
}

.legal-contact-card p {
  margin: 0 0 0.35rem;
}

.footer-address {
  margin-top: 0.65rem !important;
  font-size: 0.82rem;
  line-height: 1.45;
}

.footer-trust--wide {
  max-width: var(--store-max);
  margin: 0 auto;
  padding: 0 var(--store-pad-x) 1rem;
  text-align: center;
}

.footer-phone-note {
  font-size: 0.78rem;
  color: var(--muted);
}

.site-footer--store .site-footer-bar a {
  color: var(--muted);
  font-weight: 500;
}

.brand-showcase-note {
  margin: 1rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.45;
  max-width: 48rem;
}

.card-top-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 0.5rem;
  margin-bottom: 0.35rem;
}
.card-brand {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent);
}
.card-badge-featured {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.12);
  color: #0f766e;
  border: 1px solid rgba(13, 148, 136, 0.35);
}
.card--featured {
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 2px 8px rgba(13, 148, 136, 0.08);
}

.card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--surface-border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(28, 25, 23, 0.05);
}

.card-image {
  aspect-ratio: 1 / 1;
  min-height: 140px;
  background: linear-gradient(145deg, #fafafa 0%, #e4e4e7 55%, #d4d4d8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.card-image--store {
  min-height: 160px;
  aspect-ratio: 4 / 3;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  background: #e4e4e7;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.card-image--store .card-product-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-emoji {
  font-size: clamp(4.25rem, 14vw, 7.5rem);
  line-height: 1;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.12));
}
.card-body {
  padding: 0.75rem 0.85rem 0.9rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-body h2 {
  font-size: 0.92rem;
  margin: 0 0 0.3rem;
  font-weight: 600;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--success);
}
.was {
  font-size: 0.85rem;
  color: var(--muted);
  text-decoration: line-through;
}
.badge {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--danger);
  color: #ffffff;
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
}
.badge-sale {
  background: #c44;
}

.card-actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.card-actions .btn {
  width: 100%;
}

.cart-float {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  width: min(360px, calc(100% - 2rem));
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  max-height: 70vh;
  display: flex;
  flex-direction: column;
  z-index: 50;
}
.cart-float-header {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 0.85rem 0.5rem 0.5rem;
  border-bottom: 1px solid var(--surface2);
  flex-shrink: 0;
}
.cart-float-header h3 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  flex: 1;
  min-width: 0;
}
.cart-drag-handle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  cursor: grab;
  font: inherit;
  transition: background 0.12s, color 0.12s;
  touch-action: none;
}
.cart-drag-handle:hover {
  background: var(--surface2);
  color: var(--text);
}
.cart-drag-handle:active {
  cursor: grabbing;
}
.cart-drag-grip {
  display: block;
  width: 12px;
  height: 16px;
  background: radial-gradient(circle at center, currentColor 1px, transparent 1.5px) 0 0 / 4px 5px;
  opacity: 0.75;
}
.cart-float--dragging {
  user-select: none;
}
.cart-float--dragging .cart-drag-handle {
  cursor: grabbing;
}
.cart-items {
  overflow-y: auto;
  padding: 0 1rem;
  flex: 1;
}
.cart-row {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--surface2);
  font-size: 0.9rem;
}
.cart-footer {
  padding: 1rem;
  border-top: 1px solid var(--surface2);
}
.cart-total {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.cart-float.hidden {
  display: none;
}

.home-movable {
  position: fixed;
  z-index: 48;
  left: 1rem;
  bottom: 5.5rem;
  width: min(280px, calc(100vw - 2rem));
  margin: 0;
  padding: 0;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}

.home-movable-header {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.75rem 0.45rem 0.45rem;
  border-bottom: 1px solid var(--surface2);
}

.home-movable-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  flex: 1;
  min-width: 0;
}

.home-movable-body {
  margin: 0;
  padding: 0.75rem 1rem 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--muted);
}

.home-movable-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.65rem 1rem 0.85rem;
  margin: 0;
}

.home-movable--dragging {
  user-select: none;
}

.home-movable--dragging .cart-drag-handle {
  cursor: grabbing;
}

.footer-note {
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
  padding: 2rem 1rem;
  max-width: 40rem;
  margin: 0 auto;
}

.info-banner {
  background: var(--accent-soft);
  border: 1px solid rgba(13, 148, 136, 0.25);
  color: var(--text);
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
.info-banner strong {
  color: var(--text);
}

.info-banner--compact {
  margin: 0 0 1.25rem;
  padding: 0.65rem 0.9rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--muted);
  background: var(--bg-elevated);
  border: 1px solid var(--surface-border);
}

.card-cat {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin: 0 0 0.25rem;
}

.card-blurb {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0 0 0.5rem;
  line-height: 1.45;
}

.card-sku {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-family: ui-monospace, "Cascadia Code", monospace;
  color: var(--accent);
  letter-spacing: 0.02em;
}

.card-highlights {
  margin: 0 0 0.85rem;
  padding-left: 1.1rem;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
}
.card-highlights li {
  margin-bottom: 0.2rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.65rem;
}

.tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: var(--surface2);
  color: var(--text);
  border: 1px solid var(--surface-border);
}

.tag-best {
  background: rgba(5, 150, 105, 0.1);
  border-color: var(--success);
  color: #047857;
}

.price-label {
  font-size: 0.8rem;
  color: var(--muted);
  margin-right: 0.25rem;
}

.muted-inline {
  font-size: 0.78rem;
  color: var(--muted);
  display: block;
  margin-top: 0.25rem;
  line-height: 1.35;
}

.muted-inline a {
  font-weight: 600;
}

.btn-tiny {
  padding: 0.15rem 0.45rem !important;
  font-size: 0.75rem !important;
  margin-left: 0.35rem;
  vertical-align: middle;
  min-height: auto !important;
}

.surface-panel {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 6px rgba(28, 25, 23, 0.04);
}

.surface-panel h2 {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
}

.surface-panel h3,
.surface-panel p {
  margin: 0 0 0.65rem;
}

.surface-panel.disclosure {
  border-style: dashed;
}

.guide-page h1 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-family: var(--font-display);
  margin: 0 0 0.75rem;
}

.guide-lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 42rem;
  margin: 0 0 1.5rem;
}

.guide-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--text);
}
.guide-list li {
  margin-bottom: 0.4rem;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.h3-muted {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  margin: 0 0 0.35rem;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(200px, 40%) 1fr;
  gap: 1.25rem;
  align-items: start;
  margin-bottom: 1.5rem;
}

.product-hero-media {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface2);
  border: 1px solid var(--surface-border);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 200px;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-emoji {
  font-size: 3.5rem;
  line-height: 1;
  background: var(--bg-elevated);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
}
.product-emoji--store {
  font-size: clamp(4.5rem, 12vw, 8rem);
  padding: 1rem 1.25rem;
  background: linear-gradient(160deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);
  border: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 12px 40px rgba(0, 0, 0, 0.08);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.06));
}

.store-buy-bar {
  margin-bottom: 1.5rem;
}
.store-buy-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.store-price-label {
  margin: 0;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--muted);
}
.store-price-big {
  margin: 0.15rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--success);
}
.store-buy-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: min(220px, 100%);
}
.store-buy-actions .btn-lg {
  font-size: 1.05rem;
  padding: 0.65rem 1.25rem;
}

.store-fulfillment {
  margin: 0.5rem 0 0;
  max-width: 28rem;
}

.street-compare {
  margin-bottom: 1.5rem;
}

.street-table-wrap {
  overflow-x: auto;
  margin: 0.75rem 0 0;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
}

.street-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.street-table th,
.street-table td {
  padding: 0.55rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid var(--surface-border);
  vertical-align: top;
}

.street-table th {
  background: var(--surface2);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  font-weight: 700;
}

.street-table tbody tr:last-child td {
  border-bottom: none;
}

.street-price-cell {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  white-space: nowrap;
}

.street-shelf-callout {
  margin: 0.85rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.09), rgba(250, 250, 249, 0.95));
  border: 1px solid rgba(13, 148, 136, 0.22);
  font-size: 0.95rem;
}

.street-updated {
  margin-bottom: 0;
}

.product-cat {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin: 0 0 0.25rem;
}

.product-brand {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.product-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-family: var(--font-display);
  font-weight: 700;
}

.product-summary {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 40rem;
}

.product-sku {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  color: var(--muted);
}
.product-sku strong {
  color: var(--accent);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-weight: 600;
}

.fine-print {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.table-scroll {
  overflow-x: auto;
  margin-top: 0.5rem;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.compare-table th,
.compare-table td {
  text-align: left;
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid var(--surface2);
}

.compare-table th {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.compare-table tr.is-best td {
  background: rgba(5, 150, 105, 0.08);
}

.compare-table a {
  white-space: nowrap;
}

.spec-grid {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.spec-block-title {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}

.spec-dl {
  margin: 0;
}

.spec-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 0.35rem 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--surface2);
  align-items: start;
}

.spec-row:last-child {
  border-bottom: none;
}

.spec-row dt {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--muted);
}

.spec-row dd {
  margin: 0;
  font-size: 0.84rem;
  color: var(--text);
  text-align: right;
  line-height: 1.45;
}

@media (max-width: 520px) {
  .spec-row dd {
    text-align: left;
  }
}

.hero--simple {
  padding: 1rem 0 1.75rem;
  text-align: center;
}
.hero--simple h1 {
  font-size: clamp(1.45rem, 4vw, 2rem);
  margin-bottom: 0.5rem;
}
.hero--simple p {
  margin: 0 auto;
  max-width: 22rem;
  font-size: 1rem;
}

.card-blurb--clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.price-block {
  margin-bottom: 1rem;
}
.price-big {
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--success);
  letter-spacing: -0.02em;
}
.price-caption {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.2rem;
}
.price-caption a {
  font-weight: 600;
}

.card-main-btn {
  width: 100%;
  min-height: 2.75rem;
  font-size: 1rem;
}
.card-secondary-btn {
  width: 100%;
  min-height: 2.5rem;
  font-size: 0.9rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-link {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.35rem;
  border: none;
  background: none;
  color: var(--accent);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.btn-link:hover {
  color: var(--accent-dim);
}

.btn-table {
  padding: 0.4rem 0.75rem !important;
  font-size: 0.85rem !important;
}

.site-footer--simple {
  text-align: center;
  padding: 0;
}

.site-footer-simple-inner {
  max-width: var(--store-max);
  margin: 0 auto;
  padding: 1.25rem var(--store-pad-x) 1.15rem;
}

.footer-nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.footer-nav-links a {
  color: var(--text);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
}
.footer-nav-links a:hover {
  color: var(--accent);
  text-decoration: none;
}

.footer-trust {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
}

.site-footer--simple .site-footer-bar {
  border-top: 1px solid var(--surface-border);
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.78rem;
  color: var(--muted);
}

@media (max-width: 520px) {
  .product-hero {
    grid-template-columns: 1fr;
  }
  .card-actions {
    flex-direction: column;
  }
}

/* —— Site footer (Veltas) —— */
.site-footer {
  margin-top: auto;
  background: var(--bg-elevated);
  border-top: 1px solid var(--surface-border);
  color: var(--muted);
  font-size: 0.875rem;
}

.site-footer-inner {
  max-width: var(--store-max);
  margin: 0 auto;
  padding: 1.75rem var(--store-pad-x) 1.35rem;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
}

@media (max-width: 768px) {
  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.footer-brand .footer-logo {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.footer-brand p {
  margin: 0;
  line-height: 1.55;
  max-width: 28rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.footer-links strong {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text);
  margin-bottom: 0.25rem;
}
.footer-links a {
  color: var(--muted);
  font-weight: 500;
}
.footer-links a:hover {
  color: var(--accent);
}

.footer-fine {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--muted);
}

.site-footer-bar {
  border-top: 1px solid var(--surface-border);
  padding: 0.85rem 1.5rem;
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

/* —— Driver hub & guided update —— */
html {
  scroll-behavior: smooth;
}

#driver-help {
  scroll-margin-top: 5.5rem;
}

/* Sticky help line — always visible while scrolling the drivers page */
.driver-helpline-sticky {
  position: sticky;
  top: 0;
  z-index: 200;
  background: linear-gradient(165deg, #0f766e 0%, #0d5c56 48%, #134e4a 100%);
  color: #ecfdf5;
  padding: clamp(0.75rem, 2vw, 1.1rem) var(--store-pad-x, 1rem);
  text-align: center;
  box-shadow: 0 6px 24px rgba(15, 118, 110, 0.35);
  border-bottom: 3px solid rgba(255, 255, 255, 0.22);
}

.driver-helpline-sticky-inner {
  max-width: var(--store-max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 1.25rem;
}

.driver-helpline-kicker {
  width: 100%;
  flex-basis: 100%;
  font-size: clamp(0.95rem, 2.4vw, 1.2rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(236, 253, 245, 0.95);
}

.driver-helpline-dial {
  font-size: clamp(2rem, 7.5vw, 3.35rem);
  font-weight: 800;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
  line-height: 1.05;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.driver-helpline-dial:hover {
  color: #ccfbf1;
  text-decoration: none;
}

.driver-helpline-meta {
  width: 100%;
  flex-basis: 100%;
  font-size: clamp(1rem, 2.8vw, 1.35rem);
  font-weight: 600;
  color: rgba(236, 253, 245, 0.92);
}

@media (min-width: 720px) {
  .driver-helpline-kicker {
    width: auto;
    flex-basis: auto;
  }
  .driver-helpline-meta {
    width: auto;
    flex-basis: auto;
  }
  .driver-helpline-sticky-inner {
    flex-wrap: nowrap;
    gap: 1rem 1.75rem;
  }
}

.driver-page .hero--simple p {
  max-width: 34rem;
}

.driver-page .driver-hero--compact {
  padding: 0.45rem 0 0.85rem;
}

.driver-page .driver-hero--compact h1 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  margin-bottom: 0;
}

.driver-hero h1 {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.driver-usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.driver-usp-card h2 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

.driver-model-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.driver-model-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--surface-border);
  background: var(--bg-elevated);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, background 0.15s;
}
.driver-model-card:hover {
  border-color: var(--accent);
  background: var(--surface2);
  text-decoration: none;
}

.dmc-visual {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--surface2);
  border: 1px solid var(--surface-border);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dmc-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dmc-emoji {
  font-size: 2.5rem;
  line-height: 1;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}
.dmc-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.dmc-name {
  font-weight: 600;
  font-size: 0.95rem;
}
.dmc-sku {
  font-size: 0.75rem;
  font-family: ui-monospace, "Cascadia Code", monospace;
  color: var(--accent);
}
.dmc-arrow {
  color: var(--muted);
  font-weight: 700;
}

.driver-page .dmc-visual {
  width: clamp(72px, 12vw, 88px);
  height: clamp(72px, 12vw, 88px);
}

.driver-page .dmc-emoji {
  font-size: clamp(2.5rem, 5vw, 3rem);
}

.driver-anchor {
  scroll-margin-top: 8.5rem;
}

.driver-widget .fine-print {
  margin-bottom: 1rem;
}

.dw-step-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 28rem;
}

.dw-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.dw-field-label {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--text);
}

.dw-input {
  font: inherit;
  padding: 0.55rem 0.7rem;
  border-radius: var(--radius);
  border: 1px solid var(--surface-border);
  background: var(--surface);
  color: var(--text);
}

select.dw-input {
  cursor: pointer;
}

.dw-btn-update {
  align-self: flex-start;
  min-width: 11rem;
}

.dw-update-progress {
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--surface-border);
}

.dw-update-progress[hidden] {
  display: none !important;
}

.dw-progress-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.dw-progress-block {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.dw-label--stage {
  text-transform: none;
  letter-spacing: 0.03em;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0;
}

.dw-progress-block .dw-progress-row {
  margin-bottom: 0;
}

.dw-handoff-panel {
  margin-top: 1rem;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--surface-border);
  background: linear-gradient(180deg, var(--surface) 0%, rgba(250, 250, 249, 0.95) 100%);
}

.dw-handoff-panel[hidden] {
  display: none !important;
}

.dw-handoff-lead {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text);
}

.dw-handoff-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dw-handoff-actions .btn {
  flex: 1;
  min-width: 10rem;
  justify-content: center;
}

.dw-handoff-note {
  margin: 0.65rem 0 0;
}

.dw-start-over {
  margin-top: 1rem;
  width: 100%;
  max-width: 20rem;
}

.dw-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 0.25rem;
}

.dw-phase {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.dw-progress-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.dw-progress-track {
  flex: 1;
  height: 10px;
  background: var(--surface2);
  border-radius: 999px;
  overflow: hidden;
}

.dw-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--accent-dim), #2dd4bf, var(--accent));
  border-radius: 999px;
  transition: width 0.14s ease-out;
}

.dw-pct {
  font-variant-numeric: tabular-nums;
  min-width: 2.5rem;
  font-size: 0.9rem;
}

.dw-log {
  background: #f8fafc;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.8rem;
  color: #475569;
  min-height: 6.5rem;
  max-height: 10rem;
  overflow-y: auto;
  margin-bottom: 1rem;
  border: 1px solid var(--surface-border);
}
.dw-log div {
  margin-bottom: 0.25rem;
}
.dw-ok {
  color: var(--success);
}
.dw-info {
  color: var(--muted);
}

.dw-controls {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.dw-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: var(--muted);
  cursor: pointer;
  user-select: none;
}

.dw-result {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  display: none;
}
.dw-result.dw-visible {
  display: block;
}
.dw-result-ok {
  background: #ecfdf5;
  border: 1px solid var(--success);
  color: #065f46;
}
.dw-result-fail {
  background: #fef2f2;
  border: 1px solid var(--danger);
  color: #991b1b;
}

.dw-chat-panel {
  margin-top: 1.25rem;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid rgba(13, 148, 136, 0.3);
  background: var(--accent-soft);
}
.dw-chat-panel[hidden] {
  display: none !important;
}

.dw-chat-msg {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--text);
}

.dw-chat-note {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.dw-chat-panel .btn {
  width: 100%;
  max-width: 20rem;
}

/* Drivers page — larger guided update UI (scoped) */
.driver-page .driver-widget {
  padding: clamp(1.35rem, 3vw, 2rem) clamp(1.1rem, 2.5vw, 1.75rem);
}

.driver-page .driver-widget > h2 {
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.65rem;
}

.driver-page .driver-widget .fine-print {
  font-size: clamp(1.02rem, 2.2vw, 1.18rem);
  line-height: 1.55;
  margin-bottom: 1.35rem;
}

.driver-page .dw-step-form {
  max-width: min(40rem, 100%);
  gap: 1.35rem;
}

.driver-page .dw-field {
  gap: 0.5rem;
}

.driver-page .dw-field-label {
  font-size: clamp(1.05rem, 2.3vw, 1.22rem);
  font-weight: 700;
}

.driver-page .dw-input {
  font-size: clamp(1.12rem, 2.5vw, 1.3rem);
  padding: 0.95rem 1.1rem;
  border-radius: var(--radius-lg);
  border-width: 2px;
}

.driver-page .dw-btn-update {
  align-self: stretch;
  width: 100%;
  min-height: 3.5rem;
  font-size: clamp(1.12rem, 2.6vw, 1.35rem);
  font-weight: 700;
  border-radius: var(--radius-lg);
}

.driver-page .dw-update-progress {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.driver-page .dw-label {
  font-size: clamp(0.78rem, 1.8vw, 0.92rem);
  letter-spacing: 0.1em;
  margin-bottom: 0.4rem;
}

.driver-page .dw-phase {
  font-size: clamp(1.25rem, 3.8vw, 1.95rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.driver-page .dw-progress-row {
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.driver-page .dw-progress-track {
  height: clamp(16px, 2.5vw, 24px);
}

.driver-page .dw-pct {
  font-size: clamp(1.1rem, 2.8vw, 1.45rem);
  min-width: 3.25rem;
}

.driver-page .dw-progress-stack {
  gap: 1.35rem;
}

.driver-page .dw-label--stage {
  font-size: clamp(0.95rem, 2vw, 1.12rem);
  font-weight: 700;
}

.driver-page .dw-log {
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  padding: 1rem 1.1rem;
  min-height: 5rem;
  max-height: 7rem;
  line-height: 1.45;
}

.driver-page .dw-result {
  font-size: clamp(1.05rem, 2.4vw, 1.22rem);
  padding: 1.2rem 1.25rem;
  margin-top: 1.15rem;
}

.driver-page .dw-handoff-panel {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  margin-top: 1.25rem;
}

.driver-page .dw-handoff-lead {
  font-size: clamp(1.08rem, 2.6vw, 1.35rem);
  line-height: 1.5;
  margin-bottom: 1rem;
}

.driver-page .dw-handoff-phone-display {
  display: none;
  margin: 0 0 1rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 6vw, 2.75rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--accent-dim);
}

.driver-page .dw-handoff-phone-display:not([hidden]) {
  display: block;
}

.driver-page .dw-handoff-actions {
  gap: 0.75rem;
}

.driver-page .dw-handoff-actions .btn {
  min-height: 3.35rem;
  font-size: clamp(1.05rem, 2.4vw, 1.2rem);
  font-weight: 700;
  min-width: min(14rem, 100%);
}

.driver-page .dw-handoff-note {
  font-size: clamp(0.98rem, 2.1vw, 1.12rem);
  margin-top: 0.85rem;
}

.driver-page .dw-start-over {
  min-height: 3rem;
  font-size: clamp(1.02rem, 2.2vw, 1.15rem);
  max-width: 100%;
}

.driver-page .driver-usp-grid {
  gap: 1.15rem;
}

.driver-page .driver-usp-grid--bottom {
  margin-top: 1.75rem;
  margin-bottom: 0;
}

.driver-page .driver-usp-card h2 {
  font-size: clamp(1.12rem, 2.5vw, 1.35rem);
}

.driver-page .driver-usp-card .fine-print {
  font-size: clamp(0.95rem, 2vw, 1.08rem) !important;
  line-height: 1.5;
}

.driver-page .info-banner--compact {
  font-size: clamp(0.98rem, 2.1vw, 1.1rem);
  padding: 0.85rem 1.1rem;
}

.driver-page .driver-model-card {
  padding: 1rem 1.15rem;
  gap: 0.85rem;
}

.driver-page .dmc-name {
  font-size: clamp(1.02rem, 2.2vw, 1.15rem);
}

.driver-page .dmc-sku {
  font-size: clamp(0.82rem, 1.8vw, 0.95rem);
}

.driver-page .surface-panel > h2 {
  font-size: clamp(1.2rem, 2.8vw, 1.45rem);
}

.driver-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.driver-action-row .btn {
  flex: 1;
  min-width: 10rem;
  justify-content: center;
}

/* —— Home shop page (marketplace-style density) —— */
.home-main {
  padding-top: 0.35rem;
  padding-bottom: 1.5rem;
}

.home-hero {
  position: relative;
  border-radius: var(--radius-lg);
  padding: clamp(1rem, 2.5vw, 1.5rem) clamp(1rem, 2.5vw, 1.75rem);
  margin-bottom: 0.65rem;
  overflow: hidden;
  background: linear-gradient(155deg, #fffdfb 0%, #f0fdf9 35%, #fff7ed 100%);
  border: 1px solid var(--surface-border);
  box-shadow: 0 4px 20px rgba(28, 25, 23, 0.06);
}

.home-hero__glow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse 70% 55% at 80% 0%, rgba(15, 118, 110, 0.08), transparent 55%);
  pointer-events: none;
}

.home-hero__sparks {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.home-hero__spark {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(26px);
  opacity: 0.38;
}

.home-hero__spark--1 {
  width: 150px;
  height: 150px;
  top: 6%;
  left: 56%;
  background: radial-gradient(circle at 35% 35%, rgba(15, 118, 110, 0.5), transparent 68%);
}

.home-hero__spark--2 {
  width: 120px;
  height: 120px;
  bottom: 10%;
  left: 4%;
  background: radial-gradient(circle at 50% 45%, rgba(194, 65, 12, 0.38), transparent 70%);
}

.home-hero__spark--3 {
  width: 90px;
  height: 90px;
  top: 38%;
  right: 2%;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.32), transparent 72%);
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem 1.5rem;
  align-items: start;
}

@media (min-width: 900px) {
  .home-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    align-items: stretch;
    gap: 1.25rem 1.75rem;
    text-align: left;
  }
  .home-hero__main {
    text-align: left;
  }
  .home-hero__chips,
  .home-hero__actions {
    justify-content: flex-start;
  }
  .home-hero__title {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  .home-hero__lead {
    margin-left: 0;
    margin-right: 0;
    max-width: 40rem;
  }
  .home-hero__aside {
    display: flex;
    min-height: 100%;
  }
}

.home-hero__main {
  text-align: center;
}

.home-hero__eyebrow {
  display: inline-block;
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-dim);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--surface-border);
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
}

.home-hero__title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.2vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 auto 0.45rem;
  max-width: 22ch;
  color: var(--text);
  text-wrap: balance;
}

.home-hero__lead {
  font-size: 0.9rem;
  color: var(--muted);
  max-width: 36rem;
  margin: 0 auto 0.65rem;
  line-height: 1.5;
}

.home-hero__chips {
  list-style: none;
  margin: 0 auto 0.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
}

.home-hero__chips li {
  font-size: 0.72rem;
  font-weight: 600;
  color: #57534e;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--surface-border);
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
}

.home-hero__actions .btn {
  min-height: 2.45rem;
  font-size: 0.86rem;
  padding: 0.45rem 0.95rem;
}

.home-hero__cta {
  box-shadow: 0 4px 14px rgba(15, 118, 110, 0.28);
}

.home-hero__actions .btn-ghost {
  background: rgba(255, 255, 255, 0.7);
}

.home-hero__aside {
  margin: 0;
}

.home-hero__aside-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: linear-gradient(165deg, #ffffff 0%, #f8fcfb 55%, #fffaf5 100%);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
  padding: 0.9rem 0.95rem;
  box-shadow:
    0 2px 12px rgba(28, 25, 23, 0.06),
    inset 3px 0 0 var(--accent);
}

.home-hero__aside-h {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.home-hero__aside-nav {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.home-hero__aside-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.5rem 1.75rem 0.5rem 0.65rem;
  border-radius: calc(var(--radius) - 2px);
  border: 1px solid var(--surface-border);
  background: rgba(255, 255, 255, 0.92);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 0.15s ease,
    background 0.15s ease,
    box-shadow 0.15s ease;
}

.home-hero__aside-link::after {
  content: "→";
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85rem;
  color: var(--accent);
  opacity: 0;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.home-hero__aside-link-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.25;
}

.home-hero__aside-link-hint {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.3;
}

.home-hero__aside-link:hover {
  border-color: rgba(15, 118, 110, 0.35);
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(15, 118, 110, 0.1);
  text-decoration: none;
}

.home-hero__aside-link:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(2px);
}

.home-hero__aside-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.home-hero__aside-support {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--surface-border);
}

.home-hero__aside-support-h {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.home-hero__aside-tel {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--accent-dim);
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}

.home-hero__aside-tel:hover {
  text-decoration: underline;
}

.home-hero__aside-hours {
  margin: 0.2rem 0 0;
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.35;
}

@media (max-width: 899px) {
  .home-hero__aside {
    margin-top: 0.15rem;
  }

  .home-hero__aside-box {
    padding: 0.75rem;
    box-shadow: 0 2px 10px rgba(28, 25, 23, 0.05);
    background: var(--surface);
  }

  .home-hero__aside-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
  }

  .home-hero__aside-link {
    padding: 0.55rem 0.4rem;
    text-align: center;
    min-height: 3.25rem;
    justify-content: center;
  }

  .home-hero__aside-link::after {
    display: none;
  }

  .home-hero__aside-link-hint {
    display: none;
  }

  .home-hero__aside-link-label {
    font-size: 0.78rem;
    line-height: 1.3;
  }

  .home-hero__aside-support {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.2rem 0.45rem;
    text-align: center;
    padding-top: 0.65rem;
    margin-top: 0.65rem;
  }

  .home-hero__aside-support-h {
    width: 100%;
    margin-bottom: 0.05rem;
  }

  .home-hero__aside-tel {
    font-size: 0.88rem;
  }

  .home-hero__aside-hours::before {
    content: "·";
    margin-right: 0.35rem;
    color: #d6d3d1;
  }
}

@media (max-width: 540px) {
  .home-hero__aside-nav {
    grid-template-columns: 1fr;
  }

  .home-hero__aside-link {
    min-height: 0;
    text-align: left;
    padding: 0.5rem 0.65rem;
  }

  .home-hero__aside-link-label {
    font-size: 0.88rem;
  }
}

@media (min-width: 900px) {
  .home-hero__aside-box {
    flex: 1;
    min-height: 100%;
  }

  .home-hero__aside-support {
    margin-top: auto;
  }
}

.home-trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.75rem;
  margin: 0 0 0.85rem;
  padding: 0.45rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
}

.home-trust-row__sep {
  color: #d6d3d1;
  user-select: none;
}

.home-section__head {
  margin-bottom: 0.65rem;
}

.home-main .home-section__head .home-section-title {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  margin: 0 0 0.25rem;
}

.home-section__head .home-section-lead {
  margin: 0;
  max-width: 48rem;
  font-size: 0.86rem;
}

.home-section__head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 0.65rem;
}

.home-section__head--row .home-section-title {
  margin: 0;
}

.home-section__link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  white-space: nowrap;
}

.home-section__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.home-main .home-section--brands.surface-panel {
  padding: 0.85rem 0.9rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: var(--radius-lg);
  box-shadow: 0 2px 12px rgba(28, 25, 23, 0.05);
}

.home-main .home-section--brands .home-section__head {
  margin-bottom: 0.55rem;
}

.home-section--featured {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
  padding: 0.85rem 0.9rem 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 12px rgba(28, 25, 23, 0.04);
}

.home-section--catalog {
  margin-bottom: 0;
}

.home-main .products-grid--home {
  gap: 0.75rem;
}

@media (min-width: 900px) {
  .home-main .products-grid--home {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

.home-main .products-grid--home .card {
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.home-main .products-grid--home .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(28, 25, 23, 0.1);
  border-color: rgba(15, 118, 110, 0.22);
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes veltas-bg-drift {
    0% {
      transform: translate(0, 0) scale(1);
      opacity: 0.85;
    }
    100% {
      transform: translate(4vw, 2vh) scale(1.08);
      opacity: 1;
    }
  }

  @keyframes veltas-hero-glow {
    0% {
      opacity: 1;
      transform: translate(0, 0) scale(1);
    }
    100% {
      opacity: 0.92;
      transform: translate(-2%, 3%) scale(1.04);
    }
  }

  @keyframes veltas-spark-a {
    0%,
    100% {
      transform: translate(0, 0) scale(1);
    }
    50% {
      transform: translate(-18px, 14px) scale(1.08);
    }
  }

  @keyframes veltas-spark-b {
    0%,
    100% {
      transform: translate(0, 0) scale(1);
    }
    50% {
      transform: translate(22px, -10px) scale(1.05);
    }
  }

  @keyframes veltas-spark-c {
    0%,
    100% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(-12px, -16px);
    }
  }

  @keyframes veltas-trust-breathe {
    0%,
    100% {
      box-shadow: 0 0 0 rgba(15, 118, 110, 0);
      border-color: var(--surface-border);
    }
    50% {
      box-shadow: 0 4px 18px rgba(15, 118, 110, 0.06);
      border-color: rgba(15, 118, 110, 0.18);
    }
  }

  @keyframes veltas-brand-tile {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes veltas-card-rise {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes veltas-home-note {
    0%,
    100% {
      transform: translateY(0);
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
    }
    50% {
      transform: translateY(-6px);
      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.11);
    }
  }

  body::before {
    content: "";
    position: fixed;
    z-index: -1;
    top: -15vh;
    right: -8vw;
    width: min(72vw, 520px);
    height: min(52vh, 420px);
    pointer-events: none;
    background: radial-gradient(ellipse 80% 70% at 70% 40%, rgba(15, 118, 110, 0.07), transparent 72%);
    animation: veltas-bg-drift 32s ease-in-out infinite alternate;
  }

  .home-hero__glow {
    animation: veltas-hero-glow 22s ease-in-out infinite alternate;
  }

  .home-hero__spark--1 {
    animation: veltas-spark-a 14s ease-in-out infinite;
  }

  .home-hero__spark--2 {
    animation: veltas-spark-b 18s ease-in-out infinite 1s;
  }

  .home-hero__spark--3 {
    animation: veltas-spark-c 16s ease-in-out infinite 0.5s;
  }

  .home-trust-row {
    animation: veltas-trust-breathe 10s ease-in-out infinite;
  }

  .brand-showcase > li {
    animation: veltas-brand-tile 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .brand-showcase > li:nth-child(1) {
    animation-delay: 0.04s;
  }
  .brand-showcase > li:nth-child(2) {
    animation-delay: 0.1s;
  }
  .brand-showcase > li:nth-child(3) {
    animation-delay: 0.16s;
  }
  .brand-showcase > li:nth-child(4) {
    animation-delay: 0.22s;
  }
  .brand-showcase > li:nth-child(5) {
    animation-delay: 0.28s;
  }
  .brand-showcase > li:nth-child(6) {
    animation-delay: 0.34s;
  }

  .home-main .products-grid--home .card--rise {
    animation: veltas-card-rise 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: min(1.1s, calc(var(--rise, 0) * 40ms));
  }

  .home-movable:not(.home-movable--dragging) {
    animation: veltas-home-note 5.5s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-main .products-grid--home .card {
    transition: none;
  }
  .home-main .products-grid--home .card:hover {
    transform: none;
  }

  body::before {
    display: none !important;
  }

  .home-hero__glow,
  .home-hero__spark,
  .home-trust-row,
  .brand-showcase > li,
  .home-main .products-grid--home .card--rise,
  .home-movable:not(.home-movable--dragging) {
    animation: none !important;
  }
}
