/* ══════════════════════════════════════════
   The Source Arena JA — Modern White Minimal
   ══════════════════════════════════════════ */

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-strong: #ffffff;
  --surface-muted: #f8f9fa;
  --ink: #111111;
  --muted: #6b7280;
  --line: rgba(0, 0, 0, 0.06);
  --brand: #8CC63F;
  --brand-deep: #6fa830;
  --accent: #ED1C24;
  --accent-soft: rgba(140, 198, 63, 0.12);
  --gold: #f59e0b;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04);
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.08);
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --container: min(1120px, calc(100vw - 2rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

p,
li,
label,
input,
textarea,
button {
  font-size: 1rem;
}

h1,
h2,
h3 {
  margin: 0 0 var(--space-3);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

h1 {
  font-size: clamp(2.5rem, 6.5vw, 4.5rem);
}

h2 {
  font-size: clamp(1.6rem, 4vw, 2.75rem);
}

h3 {
  font-size: 1.15rem;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.narrow {
  max-width: 760px;
}

.section {
  padding: var(--space-7) 0;
}

.section-alt {
  background: var(--surface-muted);
  border-block: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 var(--space-2);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand);
}

/* ── Animations ── */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Top bar ── */
.topbar {
  background: #111111;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
}

.topbar-inner,
.header-inner,
.footer-bottom,
.topbar-links,
.button-row,
.promo-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}

.topbar-inner {
  padding: 0.7rem 0;
}

.topbar p {
  margin: 0;
}

.topbar-links a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s;
}

.topbar-links a:hover {
  color: #ffffff;
}

/* ── Header ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.header-inner {
  padding: 0.75rem 0;
}

.brandmark {
  max-width: 170px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.94rem;
  transition: color 0.2s;
}

.site-nav a:hover {
  color: var(--brand);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: var(--surface-muted);
  padding: 0;
  cursor: pointer;
  transition: background 0.2s;
}

.nav-toggle:hover {
  background: rgba(0, 0, 0, 0.06);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  margin: 4px auto;
  border-radius: 2px;
}

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

/* ── Hero ── */
.hero {
  position: relative;
  overflow: hidden;
}

.hero-home {
  padding: 4rem 0 3rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.hero-standard,
.hero-product {
  padding: 4rem 0 3rem;
}

.hero-grid,
.product-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-5);
  align-items: center;
}

/* ── Dual Phone Hero ── */
.hero-phones {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  min-height: 420px;
  padding: 1.5rem 0 0;
}

.hero-phone {
  position: relative;
  z-index: 1;
  width: 48%;
  max-width: 260px;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.12));
  transition: transform 0.4s ease;
}

.hero-phone img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-phone--left {
  transform: translateX(12%) rotate(-3deg);
  z-index: 2;
  animation: floatLeft 6s ease-in-out infinite;
}

.hero-phone--right {
  transform: translateX(-12%) rotate(3deg);
  animation: floatRight 6s ease-in-out infinite;
}

.hero-phone-label {
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@keyframes floatLeft {

  0%,
  100% {
    transform: translateX(12%) rotate(-3deg) translateY(0);
  }

  50% {
    transform: translateX(12%) rotate(-3deg) translateY(-10px);
  }
}

@keyframes floatRight {

  0%,
  100% {
    transform: translateX(-12%) rotate(3deg) translateY(0);
  }

  50% {
    transform: translateX(-12%) rotate(3deg) translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-phone--left,
  .hero-phone--right,
  .testimonials-marquee-scroll {
    animation: none;
  }

  .hero-phone,
  .info-card,
  .product-card,
  .testimonial-card,
  .article-card,
  .showroom-card,
  .lifestyle-card,
  .merch-card {
    transition: none;
  }
}

/* ── Hero copy / cards ── */
.hero-copy,
.hero-panel,
.info-card,
.product-card,
.metric-card,
.testimonial-card,
.contact-card,
.map-shell,
.price-panel,
.trust-box,
.article-card,
.product-stage {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.info-card:hover,
.product-card:hover,
.testimonial-card:hover,
.article-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.hero-copy {
  padding: clamp(1.6rem, 4vw, 2.5rem);
  border: none;
  box-shadow: none;
  background: transparent;
}

.hero-text,
.section-heading p,
.section-body p,
.testimonial-card p,
.article-card p {
  color: var(--muted);
}

.hero-panel {
  padding: var(--space-4);
  display: grid;
  gap: var(--space-3);
  border: none;
  box-shadow: none;
  background: transparent;
}

.hero-spotlight {
  display: grid;
  gap: var(--space-3);
}

.hero-spotlight-media {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%);
  box-shadow: var(--shadow);
}

.hero-spotlight-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.25rem;
}

.hero-spotlight-label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-spotlight-copy {
  display: grid;
  gap: var(--space-3);
}

.metric-card,
.contact-card,
.article-card {
  padding: var(--space-4);
}

.metric-label {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: var(--brand);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}

/* ── Buttons ── */
.button-row {
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  background: var(--ink);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.94rem;
  box-shadow: var(--shadow-sm);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.button:hover {
  background: #333333;
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.button-secondary {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
  box-shadow: none;
}

.button-secondary:hover {
  background: var(--surface-muted);
  border-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.nav-cta {
  margin-left: 0.5rem;
  background: var(--brand);
  color: #ffffff;
  font-size: 0.88rem;
  padding: 0.6rem 1.1rem;
  border-radius: 10px;
}

.nav-cta:hover {
  background: var(--brand-deep);
}

/* ── Pills ── */
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: var(--space-4) 0;
}

.pill {
  display: inline-flex;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: var(--surface-muted);
  border: 1px solid var(--line);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}

/* ── Brand ribbon ── */
.brand-ribbon {
  padding: 1.2rem 0 0.5rem;
}

.brand-ribbon-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: var(--space-4);
  align-items: center;
  padding: var(--space-5);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #111827 0%, #1e293b 50%, #334155 100%);
  box-shadow: var(--shadow-lg);
  color: #ffffff;
}

.brand-ribbon-copy .eyebrow,
.brand-ribbon-copy h2,
.brand-ribbon-copy p {
  color: inherit;
}

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

.brand-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.8rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: background 0.2s;
}

.brand-chip:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* ── Section headings ── */
.section-heading {
  max-width: 720px;
  margin-bottom: var(--space-5);
}

/* ── Grids ── */
.card-grid,
.showroom-grid,
.product-grid,
.testimonial-grid,
.footer-grid,
.contact-grid,
.map-grid,
.two-column,
.article-grid,
.brand-showcase,
.brand-tiles,
.lifestyle-grid,
.merch-grid {
  display: grid;
  gap: var(--space-4);
}

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

.showroom-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

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

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

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

.availability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-4);
}

.testimonial-grid,
.footer-grid,
.article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-grid,
.map-grid,
.two-column,
.brand-showcase {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

/* ── Cards ── */
.info-card,
.showroom-card,
.product-card,
.testimonial-card {
  padding: var(--space-4);
}

.showroom-card {
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: box-shadow 0.3s, transform 0.3s;
}

.showroom-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.showroom-link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.lifestyle-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: box-shadow 0.3s, transform 0.3s;
}

.lifestyle-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.merch-card {
  position: relative;
  overflow: hidden;
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: box-shadow 0.3s, transform 0.3s;
}

.merch-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.merch-eyebrow {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--brand);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.availability-card {
  padding: var(--space-4);
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.category-card {
  min-height: 100%;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ── Media / visuals ── */
.showroom-media,
.product-visual,
.product-stage,
.lifestyle-visual {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface-muted);
  box-shadow: var(--shadow-sm);
}

.showroom-media {
  min-height: 260px;
}

.showroom-media img,
.product-visual img,
.product-stage-image,
.lifestyle-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}

.showroom-tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  display: inline-flex;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.showroom-copy {
  padding: 1rem 1.15rem 1.25rem;
}

.showroom-copy h3 {
  margin-bottom: 0.35rem;
}

.showroom-copy p {
  margin: 0;
  color: var(--muted);
}

.product-visual::before,
.product-stage::before,
.lifestyle-visual::before {
  content: "";
  position: absolute;
  inset: 18% 28%;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(240, 240, 240, 0.7));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.product-visual.has-media::before,
.product-stage.has-media::before {
  display: none;
}

.lifestyle-visual {
  min-height: 190px;
}

.lifestyle-visual::before {
  inset: 22% 23%;
  border-radius: 20px 20px 16px 16px;
  background: linear-gradient(180deg, #f3f4f6 0%, #e5e7eb 100%);
}

.lifestyle-visual:has(img)::before {
  display: none;
}

.product-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: var(--surface);
  font-size: 0.76rem;
  font-weight: 700;
  border: 1px solid var(--line);
}

.lifestyle-badge,
.lifestyle-brand {
  position: absolute;
  z-index: 2;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}

.lifestyle-badge {
  top: 0.75rem;
  left: 0.75rem;
  background: var(--surface);
  color: var(--brand);
  border: 1px solid var(--line);
}

.lifestyle-brand {
  right: 0.75rem;
  bottom: 0.75rem;
  background: var(--ink);
  color: #ffffff;
}

.product-copy .price,
.price {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
}

.product-visual {
  overflow: hidden;
}

.product-display {
  display: grid;
  align-items: center;
}

.product-stage {
  min-height: 480px;
  padding: var(--space-4);
}

.product-stage-image {
  display: block;
  border-radius: var(--radius-lg);
}

.product-stage-shape {
  position: absolute;
  inset: 16% 26%;
  border-radius: 24px;
  background: linear-gradient(180deg, #f9fafb, #e5e7eb);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.7),
    0 24px 50px rgba(0, 0, 0, 0.1);
}

.text-link {
  display: inline-flex;
  margin-top: 0.75rem;
  font-weight: 700;
  color: var(--brand);
  transition: color 0.2s;
}

.text-link:hover {
  color: var(--brand-deep);
}

.list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.list li+li {
  margin-top: 0.65rem;
}

/* ── Promo Band ── */
.promo-band {
  color: #ffffff;
  background: linear-gradient(135deg, #111827 0%, #1e293b 100%);
}

.promo-band-lifestyle {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4338ca 100%);
}

.promo-band .eyebrow,
.promo-band p,
.promo-band h2 {
  color: inherit;
}

.brand-feature,
.brand-tile {
  position: relative;
  overflow: hidden;
  padding: var(--space-5);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.brand-feature {
  background: var(--surface);
}

.brand-feature::after,
.brand-tile::after {
  content: "";
  position: absolute;
  inset: auto -2rem -2rem auto;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: var(--accent-soft);
  filter: blur(4px);
}

.brand-tile {
  min-height: 100%;
  background: var(--surface);
}

.brand-mark {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--brand);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-note {
  margin-top: 0.75rem;
  font-size: 0.94rem;
  color: var(--muted);
}

/* ── Availability ── */
.availability-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.availability-top h3 {
  margin: 0;
  font-size: 1.02rem;
}

.availability-status {
  display: inline-flex;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.status-in-stock {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}

.status-limited {
  background: rgba(245, 158, 11, 0.14);
  color: #92400e;
}

.status-confirm,
.status-check {
  background: var(--accent-soft);
  color: var(--brand);
}

.availability-note,
.availability-updated {
  color: var(--muted);
  font-size: 0.92rem;
}

.availability-updated {
  margin-top: 0.85rem;
  font-weight: 700;
}

.cta-strip-inline {
  margin-top: var(--space-3);
}

/* ── FAQ ── */
.faq-list {
  display: grid;
  gap: var(--space-3);
}

.faq-item {
  padding: 1rem 1.15rem;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--line);
  transition: box-shadow 0.2s;
}

.faq-item:hover {
  box-shadow: var(--shadow);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

/* ── Testimonials marquee ── */
.testimonials-section {
  padding: var(--space-7) 0;
  overflow: hidden;
}

.testimonials-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--space-5);
  padding: 0 1rem;
}

.testimonials-header p {
  color: var(--muted);
  font-size: 1.05rem;
}

.testimonials-marquee-wrap {
  position: relative;
  width: 100%;
}

.testimonials-marquee-track {
  display: flex;
  gap: 1rem;
  overflow: hidden;
  padding: 0.5rem 0;
}

.testimonials-marquee-track:hover .testimonials-marquee-scroll {
  animation-play-state: paused;
}

.testimonials-marquee-scroll {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
  animation: marquee 40s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 1rem));
  }
}

.testimonial-card {
  flex-shrink: 0;
  width: 320px;
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius-lg);
  border-top: 2px solid var(--brand);
  background: linear-gradient(180deg, var(--surface-muted) 0%, rgba(248, 249, 250, 0.4) 100%);
  transition: background 0.3s;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  background: linear-gradient(180deg, rgba(140, 198, 63, 0.08) 0%, rgba(248, 249, 250, 0.5) 100%);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--brand);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
}

.testimonial-author-info h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
}

.testimonial-author-info p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.testimonial-card>p {
  margin: 0.85rem 0 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.55;
}

.testimonials-marquee-fade-left,
.testimonials-marquee-fade-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.testimonials-marquee-fade-left {
  left: 0;
  background: linear-gradient(to right, var(--bg), transparent);
}

.testimonials-marquee-fade-right {
  right: 0;
  background: linear-gradient(to left, var(--bg), transparent);
}

.testimonials-cta {
  text-align: center;
  margin-top: var(--space-5);
  padding: 0 1rem;
}

/* ── CTA strip ── */
.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  padding: var(--space-5);
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

/* ── Map ── */
.map-shell {
  overflow: hidden;
  padding: 0;
}

.map-shell iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
}

/* ── WhatsApp form ── */
.whatsapp-form {
  display: grid;
  gap: 1rem;
}

.whatsapp-form label {
  display: grid;
  gap: 0.4rem;
  font-weight: 600;
}

.whatsapp-form input,
.whatsapp-form textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--surface);
  font: inherit;
  color: var(--ink);
  transition: border-color 0.2s;
}

.whatsapp-form input:focus,
.whatsapp-form textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

/* ── Breadcrumbs ── */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 1rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.breadcrumbs a {
  color: var(--muted);
  transition: color 0.2s;
}

.breadcrumbs a:hover {
  color: var(--brand);
}

/* ── Footer ── */
.footer-grid {
  padding: var(--space-6) 0 var(--space-4);
}

.site-footer {
  margin-top: var(--space-6);
  background: #111111;
  color: rgba(255, 255, 255, 0.92);
}

.site-footer h2 {
  font-size: 1.15rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li+li {
  margin-top: 0.6rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  padding: 1rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
}

/* ── SEO footer ── */
.seo-footer {
  padding-top: var(--space-6);
}

/* ── Articles ── */
.article-shell {
  padding-bottom: var(--space-6);
}

.article-body {
  display: grid;
  gap: 2rem;
}

.article-body>* {
  margin: 0;
}

.article-body h2 {
  margin-bottom: 1rem;
}

.article-body p,
.article-body ul,
.article-body ol {
  color: var(--muted);
}

.article-body ul,
.article-body ol {
  padding-left: 1.2rem;
}

.article-body li+li {
  margin-top: 0.5rem;
}

/* ══════════════════════
   Responsive breakpoints
   ══════════════════════ */

@media (max-width: 980px) {
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showroom-grid,
  .product-grid,
  .lifestyle-grid,
  .merch-grid,
  .availability-grid,
  .testimonial-grid,
  .footer-grid,
  .contact-grid,
  .map-grid,
  .two-column,
  .article-grid,
  .hero-grid,
  .product-hero-grid,
  .cta-strip,
  .brand-showcase,
  .brand-tiles,
  .brand-ribbon-inner {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-spotlight-media {
    min-height: 280px;
  }

  .hero-phones {
    min-height: 320px;
  }

  .site-nav {
    position: fixed;
    inset: 4.5rem 1rem auto;
    padding: 1rem;
    flex-direction: column;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: 200ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-toggle {
    display: inline-block;
  }
}

@media (max-width: 720px) {

  .topbar-inner,
  .topbar-links,
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .section,
  .hero-home,
  .hero-standard,
  .hero-product {
    padding: 3rem 0;
  }

  .card-grid,
  .showroom-grid,
  .product-grid,
  .lifestyle-grid,
  .merch-grid,
  .availability-grid,
  .testimonial-grid,
  .brand-tiles,
  .brand-chip-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .metric-card,
  .info-card,
  .product-card,
  .contact-card,
  .cta-strip,
  .article-card {
    border-radius: var(--radius-md);
  }

  .product-stage {
    min-height: 300px;
  }

  .hero-spotlight-media {
    min-height: 220px;
  }

  .hero-phones {
    min-height: 260px;
  }

  .hero-phone {
    width: 52%;
  }
}
