/* VAJRA Smart Switches — collection & module grids (matches product-detail theme) */

/* Cinematic experience banner — futuristic luxury smart home */
.sw-experience {
  min-height: clamp(440px, 52vh, 520px);
}

.sw-experience .pd-experience__bg {
  background: #060a12;
}

.sw-experience .pd-experience__bg img {
  object-fit: cover;
  object-position: center 22%;
  filter: brightness(0.45) saturate(1.1) contrast(1.04);
  transform: none;
}

.sw-experience__overlay {
  background:
    linear-gradient(105deg, rgba(3, 8, 22, 0.75) 0%, rgba(3, 6, 14, 0.45) 45%, rgba(3, 8, 22, 0.8) 100%),
    linear-gradient(180deg, rgba(3, 5, 12, 0.35) 0%, rgba(3, 3, 8, 0.92) 100%);
}

.sw-experience__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 72% 38%, rgba(59, 139, 255, 0.22), transparent 62%),
    radial-gradient(ellipse 40% 35% at 18% 62%, rgba(30, 100, 220, 0.12), transparent 55%);
  z-index: 1;
}

.sw-experience .pd-experience__inner {
  z-index: 2;
}

/* Technology & feature copy */
.sw-tech__lead {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--silver);
  margin: 0.75rem 0 0;
  max-width: 52ch;
}

.sw-tech__features {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.sw-tech__features li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--silver);
}

.sw-tech__features i {
  color: var(--blue-bright);
  font-size: 1rem;
  flex-shrink: 0;
}

html[data-theme="light"] .sw-tech__lead {
  color: #4a4f5c;
}

/* ── Welcome to Smarter Living — premium split section ── */
.sw-living-section {
  position: relative;
  padding: clamp(4rem, 9vh, 6.5rem) 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 55% at 12% 40%, rgba(59, 139, 255, 0.07), transparent 58%),
    radial-gradient(ellipse 60% 50% at 88% 55%, rgba(201, 162, 39, 0.06), transparent 55%),
    linear-gradient(180deg, rgba(6, 10, 18, 0.4) 0%, rgba(3, 5, 10, 0.95) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sw-living-section__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 42%, rgba(110, 181, 255, 0.09), transparent 38%),
    radial-gradient(circle at 20% 70%, rgba(168, 120, 255, 0.05), transparent 32%);
}

.sw-living-section--content .sw-living-section__inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
}

.sw-living-section__head {
  max-width: 680px;
  margin-bottom: clamp(1.5rem, 3vh, 2rem);
}

.sw-living-section--content .sw-living-lead {
  max-width: none;
}

.sw-living-body {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(1.75rem, 3vh, 2.25rem);
}

.sw-living-body p {
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--silver);
}

.sw-living-features--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem 1.5rem;
}

.pd-overview--content .pd-overview__inner {
  max-width: 820px;
  margin: 0 auto;
}

.pd-overview--content .pd-section-head {
  margin-bottom: 1.25rem;
}

.pd-overview__body {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.pd-overview__body p {
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--silver);
}

.pd-overview__specs {
  margin: 0;
}

.sw-living-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

.sw-living-section__copy {
  max-width: 560px;
}

.sw-living-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 0.65rem;
}

.sw-living-gold-line {
  display: block;
  width: 52px;
  height: 2px;
  margin-bottom: 1.35rem;
  border-radius: 2px;
  background: linear-gradient(90deg, #c9a227 0%, #f0d78c 50%, #c9a227 100%);
  box-shadow: 0 0 14px rgba(201, 162, 39, 0.45);
}

.sw-living-heading {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.2vw, 3.15rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1.1rem;
}

.sw-living-lead {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--silver);
  max-width: 48ch;
  margin-bottom: 1.75rem;
}

.sw-living-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sw-living-features li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.sw-living-feature-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  animation: swLivingIconFloat 5s ease-in-out infinite;
}

.sw-living-features li:nth-child(2) .sw-living-feature-icon { animation-delay: 0.4s; }
.sw-living-features li:nth-child(3) .sw-living-feature-icon { animation-delay: 0.8s; }
.sw-living-features li:nth-child(4) .sw-living-feature-icon { animation-delay: 1.2s; }
.sw-living-features li:nth-child(5) .sw-living-feature-icon { animation-delay: 1.6s; }
.sw-living-features li:nth-child(6) .sw-living-feature-icon { animation-delay: 2s; }

.sw-living-feature-icon--purple {
  color: #c084fc;
  box-shadow: 0 0 22px rgba(192, 132, 252, 0.35), inset 0 0 12px rgba(192, 132, 252, 0.12);
}

.sw-living-feature-icon--green {
  color: #86efac;
  box-shadow: 0 0 22px rgba(134, 239, 172, 0.32), inset 0 0 12px rgba(134, 239, 172, 0.1);
}

.sw-living-feature-icon--blue {
  color: #6eb5ff;
  box-shadow: 0 0 22px rgba(110, 181, 255, 0.35), inset 0 0 12px rgba(110, 181, 255, 0.12);
}

.sw-living-feature-icon--gold {
  color: #f0d78c;
  box-shadow: 0 0 22px rgba(240, 215, 140, 0.32), inset 0 0 12px rgba(240, 215, 140, 0.1);
}

.sw-living-feature-icon--violet {
  color: #a78bfa;
  box-shadow: 0 0 22px rgba(167, 139, 250, 0.32), inset 0 0 12px rgba(167, 139, 250, 0.1);
}

.sw-living-feature-icon--teal {
  color: #5eead4;
  box-shadow: 0 0 22px rgba(94, 234, 212, 0.28), inset 0 0 12px rgba(94, 234, 212, 0.1);
}

.sw-living-feature-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: 0.15rem;
}

.sw-living-feature-text strong {
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.01em;
}

.sw-living-feature-text em {
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--silver-dim);
}

.sw-living-section__visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sw-living-media {
  position: relative;
  width: min(100%, 520px);
  margin: 0;
}

.sw-living-media__glow {
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(59, 139, 255, 0.22), rgba(59, 139, 255, 0.04) 50%, transparent 68%);
  filter: blur(32px);
  opacity: 0.7;
  transition: opacity 0.5s var(--ease);
}

.sw-living-media:hover .sw-living-media__glow {
  opacity: 1;
}

.sw-living-media__frame {
  position: relative;
  overflow: hidden;
  line-height: 0;
  border-radius: 22px;
  aspect-ratio: 3 / 2;
  background:
    linear-gradient(145deg, rgba(12, 18, 32, 0.92) 0%, rgba(4, 6, 12, 0.98) 100%);
  border: 1px solid rgba(110, 181, 255, 0.22);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.48),
    0 0 36px rgba(59, 139, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.5s;
}

.sw-living-media:hover .sw-living-media__frame {
  transform: translateY(-5px);
  border-color: rgba(110, 181, 255, 0.4);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.55),
    0 0 52px rgba(59, 139, 255, 0.2);
}

.sw-living-media__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.65s var(--ease);
}

.sw-living-media:hover .sw-living-media__frame img {
  transform: scale(1.035);
}

@keyframes swLivingIconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

html[data-theme="light"] .sw-living-section {
  background:
    radial-gradient(ellipse 80% 55% at 12% 40%, rgba(59, 139, 255, 0.06), transparent 58%),
    linear-gradient(180deg, #f4f6fa 0%, #e8ecf4 100%);
}

html[data-theme="light"] .sw-living-heading {
  color: #1a1a1e;
}

html[data-theme="light"] .sw-living-lead {
  color: #4a4f5c;
}

html[data-theme="light"] .sw-living-feature-text strong {
  color: #1a1a1e;
}

html[data-theme="light"] .sw-living-feature-text em {
  color: #5c616b;
}

@media (max-width: 960px) {
  .sw-living-section__grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .sw-living-section__copy {
    max-width: none;
  }

  .sw-living-section__visual {
    order: 2;
    justify-content: center;
  }

  .sw-living-features--grid,
  .sw-app-layout,
  .sw-app-capabilities,
  .sw-app-download-content__features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .sw-living-media {
    width: 100%;
  }

  .sw-living-features {
    gap: 0.85rem;
  }

  .sw-living-feature-icon {
    width: 42px;
    height: 42px;
    font-size: 0.95rem;
  }
}

/* ── App Control — premium split section ── */
.sw-app-section {
  position: relative;
  padding: clamp(4rem, 9vh, 6.5rem) 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 85% 45%, rgba(59, 139, 255, 0.08), transparent 55%),
    radial-gradient(ellipse 55% 45% at 15% 55%, rgba(201, 162, 39, 0.05), transparent 50%),
    linear-gradient(180deg, rgba(4, 6, 12, 0.6) 0%, rgba(3, 5, 10, 0.98) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sw-app-section__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 48%, rgba(110, 181, 255, 0.1), transparent 36%),
    radial-gradient(circle at 78% 62%, rgba(240, 180, 80, 0.06), transparent 32%);
}

.sw-app-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

.sw-app-section__copy {
  max-width: 560px;
}

.sw-app-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 0.65rem;
}

.sw-app-gold-line {
  display: block;
  width: 52px;
  height: 2px;
  margin-bottom: 1.1rem;
  border-radius: 2px;
  background: linear-gradient(90deg, #c9a227 0%, #f0d78c 50%, #c9a227 100%);
  box-shadow: 0 0 14px rgba(201, 162, 39, 0.45);
}

.sw-app-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0.85rem;
}

.sw-app-heading--gold {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  background: linear-gradient(90deg, #c9a227, #f0d78c, #c9a227);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sw-app-lead {
  font-size: clamp(0.9rem, 1.4vw, 1rem);
  font-weight: 300;
  line-height: 1.7;
  color: var(--silver);
  max-width: 50ch;
  margin-bottom: 1.35rem;
}

.sw-app-section--content .sw-app-section__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
}

.sw-app-section__head {
  max-width: 640px;
  margin-bottom: clamp(1.75rem, 3vh, 2.25rem);
}

.sw-app-section--content .sw-app-lead {
  max-width: none;
}

.sw-app-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
  margin-bottom: 1.75rem;
}

.sw-app-capabilities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.sw-app-cap-card {
  padding: 1.1rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 0.3s ease, transform 0.35s ease;
}

.sw-app-cap-card:hover {
  border-color: rgba(110, 181, 255, 0.24);
  transform: translateY(-3px);
}

.sw-app-cap-card__icon {
  display: inline-grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  font-size: 1.05rem;
  border: 1.5px solid currentColor;
  background: rgba(0, 0, 0, 0.35);
}

.sw-app-cap-card__icon--blue { color: #6eb5ff; box-shadow: 0 0 16px rgba(110, 181, 255, 0.28); }
.sw-app-cap-card__icon--violet { color: #c084fc; box-shadow: 0 0 16px rgba(192, 132, 252, 0.28); }
.sw-app-cap-card__icon--gold { color: #f0d78c; box-shadow: 0 0 16px rgba(240, 215, 140, 0.22); }
.sw-app-cap-card__icon--cyan { color: #67e8f9; box-shadow: 0 0 16px rgba(103, 232, 249, 0.24); }

.sw-app-cap-card h3 {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.35rem;
}

.sw-app-cap-card p {
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--silver-dim);
}

.sw-app-section--content .sw-app-voice-badges {
  justify-content: center;
  flex-wrap: wrap;
}

.sw-app-download-content {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sw-app-download-content__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.sw-app-download-content__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem 1.5rem;
  max-width: 560px;
  margin: 0 auto 1.5rem;
  text-align: left;
}

.sw-app-download-content__stores {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.sw-why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.sw-why-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.sw-why-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.sw-why-icon--purple { color: #c084fc; box-shadow: 0 0 20px rgba(192, 132, 252, 0.32); }
.sw-why-icon--lime { color: #bef264; box-shadow: 0 0 20px rgba(190, 246, 100, 0.28); }
.sw-why-icon--blue { color: #6eb5ff; box-shadow: 0 0 20px rgba(110, 181, 255, 0.32); }
.sw-why-icon--orange { color: #fdba74; box-shadow: 0 0 20px rgba(253, 186, 116, 0.28); }
.sw-why-icon--violet { color: #a78bfa; box-shadow: 0 0 20px rgba(167, 139, 250, 0.28); }
.sw-why-icon--green { color: #86efac; box-shadow: 0 0 20px rgba(134, 239, 172, 0.28); }

.sw-why-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: 0.1rem;
}

.sw-why-text strong {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.sw-why-text em {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--silver-dim);
}

.sw-app-voice-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sw-app-voice-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: 100px;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.sw-app-voice-badge i {
  font-size: 0.85rem;
  color: var(--blue-bright);
}

.sw-app-features {
  list-style: none;
  margin: 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.sw-app-features li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--silver);
}

.sw-app-features i {
  color: var(--blue-bright);
  font-size: 1rem;
  flex-shrink: 0;
}

.sw-app-section__visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sw-app-showcase {
  position: relative;
  width: min(100%, 400px);
  margin: 0;
}

.sw-app-showcase__glow {
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(59, 139, 255, 0.2), rgba(240, 180, 80, 0.08) 45%, transparent 68%);
  filter: blur(36px);
  opacity: 0.75;
  transition: opacity 0.5s var(--ease);
}

.sw-app-showcase:hover .sw-app-showcase__glow {
  opacity: 1;
}

.sw-app-showcase__shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.25rem, 2.5vw, 1.75rem);
  min-height: clamp(340px, 38vh, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(155deg, rgba(14, 20, 36, 0.94) 0%, rgba(4, 6, 12, 0.98) 55%, rgba(2, 3, 8, 1) 100%);
  border: 1px solid rgba(110, 181, 255, 0.24);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(59, 139, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition: transform 0.55s var(--ease), box-shadow 0.55s var(--ease), border-color 0.55s;
  animation: swAppPhoneFloat 5.5s ease-in-out infinite;
}

.sw-app-showcase:hover .sw-app-showcase__shell {
  transform: translateY(-6px);
  border-color: rgba(110, 181, 255, 0.42);
  box-shadow:
    0 32px 72px rgba(0, 0, 0, 0.58),
    0 0 56px rgba(59, 139, 255, 0.2),
    0 0 24px rgba(240, 180, 80, 0.1);
}

.sw-app-showcase__warm-light {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.75;
  background:
    radial-gradient(ellipse 55% 45% at 72% 58%, rgba(240, 180, 80, 0.12), transparent 62%),
    radial-gradient(ellipse 40% 35% at 85% 40%, rgba(255, 140, 60, 0.05), transparent 55%);
}

.sw-app-showcase__blue-light {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.7;
  background:
    radial-gradient(ellipse 50% 40% at 28% 25%, rgba(59, 139, 255, 0.1), transparent 58%),
    radial-gradient(ellipse 35% 30% at 60% 15%, rgba(110, 181, 255, 0.07), transparent 50%);
}

.sw-app-showcase__phone-wrap {
  position: relative;
  z-index: 1;
  width: min(100%, 251px);
  line-height: 0;
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.55),
    0 0 20px rgba(59, 139, 255, 0.12);
}

.sw-app-showcase__phone-wrap img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 251px;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  filter: contrast(1.04) saturate(1.06);
  transition: transform 0.6s var(--ease), filter 0.6s var(--ease);
}

.sw-app-showcase:hover .sw-app-showcase__phone-wrap img {
  transform: translateZ(0) scale(1.02);
  filter: contrast(1.06) saturate(1.08);
}

@keyframes swAppPhoneFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

html[data-theme="light"] .sw-app-section {
  background:
    radial-gradient(ellipse 70% 50% at 85% 45%, rgba(59, 139, 255, 0.06), transparent 55%),
    linear-gradient(180deg, #f4f6fa 0%, #e8ecf4 100%);
}

html[data-theme="light"] .sw-app-heading--gold {
  background: linear-gradient(90deg, #9a7b1a, #b8941f, #9a7b1a);
  -webkit-background-clip: text;
  background-clip: text;
}

html[data-theme="light"] .sw-why-text strong {
  color: #1a1a1e;
}

html[data-theme="light"] .sw-why-text em {
  color: #5c616b;
}

html[data-theme="light"] .sw-app-voice-badge {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.08);
  color: #1a1a1e;
}

html[data-theme="light"] .sw-app-lead,
html[data-theme="light"] .sw-app-features li {
  color: #4a4f5c;
}

html[data-theme="light"] .sw-app-showcase__shell {
  background: linear-gradient(155deg, rgba(240, 244, 250, 0.95) 0%, rgba(220, 228, 240, 0.98) 100%);
  border-color: rgba(59, 139, 255, 0.2);
}

@media (max-width: 960px) {
  .sw-app-section__grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .sw-app-section__copy {
    max-width: none;
  }

  .sw-app-section__visual {
    order: 2;
    justify-content: center;
  }

  .sw-app-showcase {
    width: min(100%, 440px);
  }
}

@media (max-width: 560px) {
  .sw-app-showcase {
    width: 100%;
  }

  .sw-app-showcase__shell {
    min-height: 300px;
    padding: 1.15rem 1rem;
  }

  .sw-app-showcase__phone-wrap {
    width: min(100%, 251px);
  }
}

/* ── Smart Home Benefits — content-only section ── */
.sw-benefits-section {
  position: relative;
  padding: clamp(4rem, 8vh, 6rem) 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(59, 139, 255, 0.06), transparent 55%),
    linear-gradient(180deg, rgba(3, 5, 10, 0.95) 0%, rgba(6, 10, 18, 0.6) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sw-benefits-section__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 60%, rgba(192, 132, 252, 0.05), transparent 35%),
    radial-gradient(circle at 80% 40%, rgba(59, 139, 255, 0.06), transparent 38%);
}

.sw-benefits-section__head {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto clamp(2.5rem, 5vh, 3.25rem);
  text-align: center;
}

.sw-benefits-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 0.65rem;
}

.sw-benefits-gold-line {
  display: block;
  width: 52px;
  height: 2px;
  margin: 0 auto 1.25rem;
  border-radius: 2px;
  background: linear-gradient(90deg, #c9a227 0%, #f0d78c 50%, #c9a227 100%);
  box-shadow: 0 0 14px rgba(201, 162, 39, 0.45);
}

.sw-benefits-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1rem;
}

.sw-benefits-lead {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--silver);
  margin: 0 auto;
  max-width: 52ch;
}

.sw-benefits-grid {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  max-width: 960px;
  margin-inline: auto;
}

.sw-benefits-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.15rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
}

.sw-benefits-item:hover {
  transform: translateY(-4px);
  border-color: rgba(110, 181, 255, 0.28);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32), 0 0 24px rgba(59, 139, 255, 0.1);
}

.sw-benefits-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.sw-benefits-icon--purple {
  color: #c084fc;
  box-shadow: 0 0 22px rgba(192, 132, 252, 0.35), inset 0 0 12px rgba(192, 132, 252, 0.12);
}

.sw-benefits-icon--green {
  color: #86efac;
  box-shadow: 0 0 22px rgba(134, 239, 172, 0.32), inset 0 0 12px rgba(134, 239, 172, 0.1);
}

.sw-benefits-icon--blue {
  color: #6eb5ff;
  box-shadow: 0 0 22px rgba(110, 181, 255, 0.35), inset 0 0 12px rgba(110, 181, 255, 0.12);
}

.sw-benefits-icon--gold {
  color: #f0d78c;
  box-shadow: 0 0 22px rgba(240, 215, 140, 0.32), inset 0 0 12px rgba(240, 215, 140, 0.1);
}

.sw-benefits-icon--violet {
  color: #a78bfa;
  box-shadow: 0 0 22px rgba(167, 139, 250, 0.32), inset 0 0 12px rgba(167, 139, 250, 0.1);
}

.sw-benefits-icon--teal {
  color: #5eead4;
  box-shadow: 0 0 22px rgba(94, 234, 212, 0.28), inset 0 0 12px rgba(94, 234, 212, 0.1);
}

.sw-benefits-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 0.1rem;
}

.sw-benefits-text strong {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
}

.sw-benefits-text em {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--silver-dim);
}

html[data-theme="light"] .sw-benefits-section {
  background: linear-gradient(180deg, #f4f6fa 0%, #e8ecf4 100%);
}

html[data-theme="light"] .sw-benefits-heading {
  color: #1a1a1e;
}

html[data-theme="light"] .sw-benefits-lead {
  color: #4a4f5c;
}

html[data-theme="light"] .sw-benefits-item {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .sw-benefits-text strong {
  color: #1a1a1e;
}

html[data-theme="light"] .sw-benefits-text em {
  color: #5c616b;
}

@media (max-width: 900px) {
  .sw-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .sw-benefits-grid {
    grid-template-columns: 1fr;
  }

  .sw-benefits-section__head {
    text-align: left;
  }

  .sw-benefits-gold-line {
    margin-left: 0;
  }
}

/* ── Smart Ecosystem — content + CSS flowchart ── */
.sw-ecosystem-section {
  position: relative;
  padding: clamp(4rem, 8vh, 6rem) 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 65% 50% at 80% 40%, rgba(59, 139, 255, 0.07), transparent 55%),
    radial-gradient(ellipse 50% 45% at 15% 60%, rgba(201, 162, 39, 0.05), transparent 50%),
    linear-gradient(180deg, rgba(6, 10, 18, 0.5) 0%, rgba(3, 5, 10, 0.98) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sw-ecosystem-section__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 75% 45%, rgba(110, 181, 255, 0.08), transparent 40%);
}

.sw-ecosystem-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

.sw-ecosystem-section__copy {
  max-width: 540px;
}

.sw-ecosystem-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 1rem;
}

.sw-ecosystem-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1rem;
}

.sw-ecosystem-lead {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--silver);
  max-width: 48ch;
  margin-bottom: 1.25rem;
}

.sw-ecosystem-features {
  list-style: none;
  margin: 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.sw-ecosystem-features li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: var(--silver);
}

.sw-ecosystem-features i {
  color: var(--blue-bright);
  font-size: 1rem;
  flex-shrink: 0;
}

.sw-ecosystem-section__visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sw-eco-diagram {
  width: min(100%, 400px);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: 28px;
  background:
    linear-gradient(155deg, rgba(12, 18, 32, 0.92) 0%, rgba(4, 6, 12, 0.98) 100%);
  border: 1px solid rgba(201, 162, 39, 0.28);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.48),
    0 0 40px rgba(59, 139, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.5s var(--ease), box-shadow 0.5s, border-color 0.5s;
}

.sw-eco-diagram:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.55),
    0 0 48px rgba(59, 139, 255, 0.16);
}

.sw-eco-diagram__head {
  text-align: center;
  margin-bottom: 1.25rem;
}

.sw-eco-diagram__kicker {
  display: block;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.35rem;
}

.sw-eco-diagram__title {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #c9a227, #f0d78c, #c9a227);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sw-eco-diagram__gold-line {
  display: block;
  width: 48px;
  height: 2px;
  margin: 0.75rem auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #c9a227, transparent);
  box-shadow: 0 0 10px rgba(201, 162, 39, 0.4);
}

.sw-eco-map {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  aspect-ratio: 360 / 400;
}

.sw-eco-map__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sw-eco-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  z-index: 2;
}

.sw-eco-node--top { top: 0; left: 50%; transform: translateX(-50%); }
.sw-eco-node--left { top: 28%; left: 0; }
.sw-eco-node--right { top: 28%; right: 0; }
.sw-eco-node--bl { bottom: 22%; left: 0; }
.sw-eco-node--br { bottom: 22%; right: 0; }
.sw-eco-node--bottom { bottom: 0; left: 50%; transform: translateX(-50%); }

.sw-eco-node__ring {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.15rem;
  border: 1.5px solid currentColor;
  background: rgba(0, 0, 0, 0.35);
}

.sw-eco-node__ring--purple { color: #c084fc; box-shadow: 0 0 20px rgba(192, 132, 252, 0.35); }
.sw-eco-node__ring--green { color: #86efac; box-shadow: 0 0 20px rgba(134, 239, 172, 0.32); }
.sw-eco-node__ring--blue { color: #6eb5ff; box-shadow: 0 0 20px rgba(110, 181, 255, 0.35); }
.sw-eco-node__ring--orange { color: #fdba74; box-shadow: 0 0 20px rgba(253, 186, 116, 0.32); }
.sw-eco-node__ring--violet { color: #a78bfa; box-shadow: 0 0 20px rgba(167, 139, 250, 0.32); }
.sw-eco-node__ring--teal { color: #5eead4; box-shadow: 0 0 20px rgba(94, 234, 212, 0.28); }

.sw-eco-node__label {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.sw-eco-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: min(48%, 148px);
  padding: 0.65rem 0.55rem 0.7rem;
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(14, 20, 36, 0.95) 0%, rgba(6, 8, 14, 0.98) 100%);
  border: 1px solid rgba(201, 162, 39, 0.45);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.45),
    0 0 24px rgba(201, 162, 39, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.sw-eco-hub__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sw-eco-hub__brand img {
  width: auto;
  height: 22px;
  opacity: 0.95;
}

.sw-eco-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
}

.sw-eco-hub__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 6px;
  font-size: 0.72rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.sw-eco-hub__icon--purple { color: #c084fc; box-shadow: inset 0 0 8px rgba(192, 132, 252, 0.15); }
.sw-eco-hub__icon--green { color: #86efac; box-shadow: inset 0 0 8px rgba(134, 239, 172, 0.12); }
.sw-eco-hub__icon--blue { color: #6eb5ff; box-shadow: inset 0 0 8px rgba(110, 181, 255, 0.12); }
.sw-eco-hub__icon--teal { color: #5eead4; box-shadow: inset 0 0 8px rgba(94, 234, 212, 0.1); }
.sw-eco-hub__icon--orange { color: #fdba74; box-shadow: inset 0 0 8px rgba(253, 186, 116, 0.1); }

html[data-theme="light"] .sw-ecosystem-section {
  background: linear-gradient(180deg, #f4f6fa 0%, #e8ecf4 100%);
}

html[data-theme="light"] .sw-ecosystem-heading {
  color: #1a1a1e;
}

html[data-theme="light"] .sw-ecosystem-lead,
html[data-theme="light"] .sw-ecosystem-features li {
  color: #4a4f5c;
}

html[data-theme="light"] .sw-eco-diagram {
  background: linear-gradient(155deg, rgba(240, 244, 250, 0.95) 0%, rgba(228, 234, 244, 0.98) 100%);
  border-color: rgba(201, 162, 39, 0.35);
}

html[data-theme="light"] .sw-eco-node__label {
  color: rgba(26, 26, 30, 0.75);
}

@media (max-width: 960px) {
  .sw-ecosystem-section__grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .sw-ecosystem-section__copy {
    max-width: none;
  }

  .sw-ecosystem-section__visual {
    order: 2;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .sw-eco-diagram {
    width: 100%;
  }

  .sw-eco-node__ring {
    width: 46px;
    height: 46px;
    font-size: 1rem;
  }
}

/* ── Perfect For — content + CSS icon grid ── */
.sw-perfect-section {
  position: relative;
  padding: clamp(4rem, 8vh, 6rem) 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 78% 45%, rgba(59, 139, 255, 0.06), transparent 55%),
    linear-gradient(180deg, rgba(3, 5, 10, 0.98) 0%, rgba(6, 10, 18, 0.55) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sw-perfect-section__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 80% 50%, rgba(201, 162, 39, 0.05), transparent 38%);
}

.sw-perfect-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

.sw-perfect-section__copy {
  max-width: 540px;
}

.sw-perfect-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 1rem;
}

.sw-perfect-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1rem;
}

.sw-perfect-lead {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--silver);
  max-width: 48ch;
  margin-bottom: 1.25rem;
}

.sw-perfect-features {
  list-style: none;
  margin: 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.sw-perfect-features li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: var(--silver);
}

.sw-perfect-features i {
  color: var(--blue-bright);
  font-size: 1rem;
  flex-shrink: 0;
}

.sw-perfect-section__visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sw-perfect-card {
  width: min(100%, 400px);
  padding: clamp(1.35rem, 2.5vw, 1.85rem) clamp(1rem, 2vw, 1.35rem);
  border-radius: 28px;
  background: linear-gradient(155deg, rgba(12, 18, 32, 0.92) 0%, rgba(4, 6, 12, 0.98) 100%);
  border: 1px solid rgba(110, 181, 255, 0.2);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.48),
    0 0 36px rgba(59, 139, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.5s var(--ease), box-shadow 0.5s, border-color 0.5s;
}

.sw-perfect-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 39, 0.35);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.55),
    0 0 44px rgba(59, 139, 255, 0.14);
}

.sw-perfect-card__head {
  text-align: center;
  margin-bottom: 1.35rem;
}

.sw-perfect-card__title {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #c9a227, #f0d78c, #c9a227);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sw-perfect-card__gold-line {
  display: block;
  width: 48px;
  height: 2px;
  margin: 0.7rem auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #c9a227, transparent);
  box-shadow: 0 0 10px rgba(201, 162, 39, 0.4);
}

.sw-perfect-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem 0.5rem;
}

.sw-perfect-grid--row2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 78%;
  margin: 1rem auto 0;
  gap: 0.85rem 0.5rem;
}

.sw-perfect-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
  padding: 0.35rem 0.15rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.sw-perfect-grid .sw-perfect-item:last-child,
.sw-perfect-grid--row2 .sw-perfect-item:last-child {
  border-right: none;
}

.sw-perfect-item__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.35s var(--ease);
}

.sw-perfect-item:hover .sw-perfect-item__icon {
  transform: translateY(-3px);
}

.sw-perfect-item__icon--purple { color: #c084fc; box-shadow: 0 0 18px rgba(192, 132, 252, 0.35); }
.sw-perfect-item__icon--green { color: #86efac; box-shadow: 0 0 18px rgba(134, 239, 172, 0.32); }
.sw-perfect-item__icon--blue { color: #6eb5ff; box-shadow: 0 0 18px rgba(110, 181, 255, 0.35); }
.sw-perfect-item__icon--orange { color: #fdba74; box-shadow: 0 0 18px rgba(253, 186, 116, 0.32); }
.sw-perfect-item__icon--violet { color: #e879f9; box-shadow: 0 0 18px rgba(232, 121, 249, 0.32); }
.sw-perfect-item__icon--lime { color: #bef264; box-shadow: 0 0 18px rgba(190, 246, 100, 0.28); }
.sw-perfect-item__icon--cyan { color: #67e8f9; box-shadow: 0 0 18px rgba(103, 232, 249, 0.28); }

.sw-perfect-item__label {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.35;
}

html[data-theme="light"] .sw-perfect-section {
  background: linear-gradient(180deg, #f4f6fa 0%, #e8ecf4 100%);
}

html[data-theme="light"] .sw-perfect-heading {
  color: #1a1a1e;
}

html[data-theme="light"] .sw-perfect-lead,
html[data-theme="light"] .sw-perfect-features li {
  color: #4a4f5c;
}

html[data-theme="light"] .sw-perfect-card {
  background: linear-gradient(155deg, rgba(240, 244, 250, 0.95) 0%, rgba(228, 234, 244, 0.98) 100%);
}

html[data-theme="light"] .sw-perfect-item__label {
  color: rgba(26, 26, 30, 0.75);
}

@media (max-width: 960px) {
  .sw-perfect-section__grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .sw-perfect-section__copy {
    max-width: none;
  }

  .sw-perfect-section__visual {
    order: 2;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .sw-perfect-card {
    width: 100%;
  }

  .sw-perfect-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sw-perfect-grid--row2 {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sw-perfect-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 0.75rem;
  }
}

/* Brochure-inspired full showcase sections */
.sw-brochure-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.sw-brochure-showcase__grid--reverse .sw-brochure-showcase__visual {
  order: -1;
}

.sw-brochure-showcase__copy {
  max-width: 540px;
}

.sw-brochure-showcase__visual {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(110, 181, 255, 0.2);
  background: #060a12;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.4),
    0 0 48px rgba(59, 139, 255, 0.1);
  width: fit-content;
  max-width: 100%;
}

.sw-brochure-showcase__grid .sw-brochure-showcase__visual {
  justify-self: center;
}

.sw-brochure-showcase__visual .vajra-showcase {
  border-radius: inherit;
}

.sw-brochure-showcase__visual .vajra-showcase::after {
  display: none;
}

.sw-brochure-showcase__visual--product {
  max-width: 380px;
  margin: 0 auto;
}

.sw-brochure-showcase__visual .vajra-showcase--ratio-switches {
  width: min(100%, 580px);
}

/* Hero interactive switch showcase — stacked full cards */
.pd-hero--switches .pd-hero__media {
  max-width: min(100%, 540px);
}

.sw-hero-showcase {
  width: 100%;
}

.sw-hero-showcase__stack {
  position: relative;
  aspect-ratio: 4 / 3.15;
  max-height: min(50vh, 420px);
  min-height: 300px;
  cursor: pointer;
  outline: none;
}

.sw-hero-showcase__card {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(110, 181, 255, 0.22);
  background: #e8eaee;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(59, 139, 255, 0.1);
  transition:
    transform 0.52s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.52s ease,
    box-shadow 0.35s var(--ease),
    border-color 0.35s var(--ease);
}

.sw-hero-showcase__card-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.sw-hero-showcase__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: filter 0.52s ease, transform 0.52s ease, opacity 0.52s ease;
}

.sw-hero-showcase__card-main {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template: minmax(0, 1fr) / minmax(0, 1fr);
  place-items: center;
  padding: clamp(0.75rem, 1.6vw, 1rem) clamp(0.65rem, 1.5vw, 0.85rem) clamp(2.35rem, 3.2vw, 2.65rem);
  overflow: hidden;
  min-height: 0;
  box-sizing: border-box;
  pointer-events: none;
}

.sw-hero-showcase__product {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: filter 0.52s ease, opacity 0.52s ease, transform 0.52s ease;
}

/* Front — sharp product, blurred backdrop */
.sw-hero-showcase__card--front {
  z-index: 3;
  transform: translate(0, 0) scale(1);
}

.sw-hero-showcase__card--front .sw-hero-showcase__bg-img {
  transform: scale(1.22);
  filter: blur(22px) brightness(0.78) saturate(0.9);
  opacity: 0.55;
}

.sw-hero-showcase__card--front .sw-hero-showcase__product {
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.22));
  opacity: 1;
}

.sw-hero-showcase__stack:hover .sw-hero-showcase__card--front,
.sw-hero-showcase__stack:focus-visible .sw-hero-showcase__card--front {
  border-color: rgba(110, 181, 255, 0.42);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.48),
    0 0 48px rgba(59, 139, 255, 0.16);
}

/* Back — next card peeking, heavily blurred */
.sw-hero-showcase__card--back {
  z-index: 1;
  transform: translate(18px, 20px) scale(0.93);
  opacity: 0.7;
  border-color: rgba(110, 181, 255, 0.1);
}

.sw-hero-showcase__card--back .sw-hero-showcase__bg-img {
  transform: scale(1.28);
  filter: blur(32px) brightness(0.62) saturate(0.82);
  opacity: 0.85;
}

.sw-hero-showcase__card--back .sw-hero-showcase__product {
  filter: blur(16px) brightness(0.72);
  opacity: 0.28;
  transform: scale(0.98);
}

.sw-hero-showcase__card--back .sw-hero-showcase__card-main {
  opacity: 0.85;
}

/* Advance animation — front slides away, back promotes */
.sw-hero-showcase__stack.is-advancing .sw-hero-showcase__card--front {
  transform: translateX(-108%) scale(0.92);
  opacity: 0;
  pointer-events: none;
}

.sw-hero-showcase__stack.is-advancing .sw-hero-showcase__card--back {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  z-index: 4;
  border-color: rgba(110, 181, 255, 0.42);
}

.sw-hero-showcase__stack.is-advancing .sw-hero-showcase__card--back .sw-hero-showcase__bg-img {
  transform: scale(1.22);
  filter: blur(22px) brightness(0.78) saturate(0.9);
  opacity: 0.55;
}

.sw-hero-showcase__stack.is-advancing .sw-hero-showcase__card--back .sw-hero-showcase__product {
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.22));
  opacity: 1;
  transform: scale(1);
}

.sw-hero-showcase__stack.is-advancing .sw-hero-showcase__card--back .sw-hero-showcase__card-main {
  opacity: 1;
}

.sw-hero-showcase__label {
  position: absolute;
  left: 50%;
  bottom: 0.85rem;
  z-index: 3;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.35rem 0.85rem;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  background: rgba(6, 8, 14, 0.72);
  border: 1px solid rgba(110, 181, 255, 0.28);
  border-radius: 100px;
  backdrop-filter: blur(8px);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.sw-hero-showcase__stack.is-advancing .sw-hero-showcase__label {
  opacity: 0;
}

.sw-hero-showcase__tap {
  position: absolute;
  top: 0.75rem;
  right: 0.8rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  pointer-events: none;
  opacity: 0.85;
}

.sw-hero-showcase__tap i {
  font-size: 0.95rem;
  color: var(--blue-bright);
}

.sw-hero-showcase__hint {
  margin: 0.65rem 0 0;
  text-align: center;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--silver-dim);
}

@media (max-width: 768px) {
  .pd-hero--switches .pd-hero__media {
    max-width: min(100%, 400px);
    margin: 0 auto;
  }

  .sw-hero-showcase__stack {
    max-height: min(46vh, 360px);
    min-height: 260px;
  }

  .sw-hero-showcase__card--back {
    transform: translate(12px, 14px) scale(0.94);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sw-hero-showcase__card,
  .sw-hero-showcase__bg-img,
  .sw-hero-showcase__product {
    transition: none;
  }

  .sw-hero-showcase__stack.is-advancing .sw-hero-showcase__card--front {
    transform: none;
    opacity: 0;
  }

  .sw-hero-showcase__stack.is-advancing .sw-hero-showcase__card--back {
    transform: none;
  }
}

/* Legacy hero crop */
.pd-hero__img-wrap--switch .sw-hero-catalog-img,
.pd-hero__img-wrap--switch img.sw-hero-catalog-img {
  width: 118%;
  height: 128%;
  max-width: none;
  object-fit: cover;
  object-position: 24% 44%;
  clip-path: inset(12% 52% 20% 2%);
  margin: -3% 0 0 -4%;
  padding: 0;
  background: #e3e6ea;
}

.pd-hero__img-wrap--switch img:not(.sw-hero-catalog-img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: #060a12;
}

/* Switch catalog — alternating slide-in rows */
.sw-catalog-section {
  position: relative;
  overflow: hidden;
}

.sw-catalog-head {
  max-width: 680px;
  margin-bottom: clamp(2.5rem, 5vh, 3.25rem);
}

.sw-catalog-head .pd-section-lead {
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
}

.sw-catalog-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem 0;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.sw-catalog-features li {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--silver-dim);
  white-space: nowrap;
}

.sw-catalog-features li + li::before {
  content: "·";
  margin: 0 0.7rem;
  color: rgba(110, 181, 255, 0.45);
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .sw-catalog-features {
    flex-direction: column;
    gap: 0.35rem;
  }

  .sw-catalog-features li + li::before {
    display: none;
  }
}

.sw-catalog-flow {
  display: flex;
  flex-direction: column;
  gap: clamp(3.5rem, 8vh, 5.5rem);
  max-width: 1040px;
  margin: 0 auto;
}

.sw-catalog-slide {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  position: relative;
}

.sw-catalog-slide::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(clamp(3.5rem, 8vh, 5.5rem) * -0.5);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110, 181, 255, 0.14), transparent);
  pointer-events: none;
}

.sw-catalog-slide:last-child::after {
  display: none;
}

/* Parent reveal hook — children animate, not the row itself */
.sw-catalog-slide.reveal {
  opacity: 1;
  transform: none;
}

.sw-catalog-slide__media {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 0;
  opacity: 0;
  transform: translateX(-72px);
  transition:
    opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.sw-catalog-slide__media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(52vh, 320px);
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
}

.sw-catalog-slide__copy {
  opacity: 0;
  transform: translateX(72px);
  transition:
    opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.12s,
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.sw-catalog-slide.visible .sw-catalog-slide__media,
.sw-catalog-slide.visible .sw-catalog-slide__copy {
  opacity: 1;
  transform: translateX(0);
}

/* Even rows — copy left · image right */
.sw-catalog-slide--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.sw-catalog-slide--reverse .sw-catalog-slide__media {
  order: 2;
  justify-content: flex-end;
  transform: translateX(72px);
}

.sw-catalog-slide--reverse .sw-catalog-slide__copy {
  order: 1;
  justify-self: start;
  transform: translateX(-72px);
}

.sw-catalog-slide--reverse .sw-catalog-slide__media img {
  object-position: right center;
}

.sw-catalog-slide__index {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--blue-bright);
}

.sw-catalog-slide__copy h3 {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
}

.sw-catalog-slide__lead {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--silver);
  max-width: 42ch;
}

.sw-catalog-slide__uses {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.sw-catalog-slide__uses li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--silver-dim);
}

.sw-catalog-slide__uses i {
  color: var(--blue-bright);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

html[data-theme="light"] .sw-catalog-slide__copy h3 {
  color: #1a1a1e;
}

@media (max-width: 768px) {
  .sw-catalog-slide,
  .sw-catalog-slide--reverse {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .sw-catalog-slide__media,
  .sw-catalog-slide--reverse .sw-catalog-slide__media {
    order: 0;
    justify-content: center;
    transform: translateX(-48px);
  }

  .sw-catalog-slide__copy,
  .sw-catalog-slide--reverse .sw-catalog-slide__copy {
    order: 1;
    transform: translateX(48px);
    text-align: left;
  }

  .sw-catalog-slide__media img,
  .sw-catalog-slide--reverse .sw-catalog-slide__media img {
    max-height: 220px;
    object-position: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sw-catalog-slide__media,
  .sw-catalog-slide__copy {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Legacy row styles (kept for reference) */
.sw-catalog-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.35rem);
  max-width: 980px;
  margin: 0 auto;
}

.sw-catalog-row {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: center;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  transition: border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.sw-catalog-row:hover {
  border-color: rgba(110, 181, 255, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.sw-catalog-row--reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.sw-catalog-row--reverse .sw-catalog-row__media {
  order: 2;
}

.sw-catalog-row--reverse .sw-catalog-row__copy {
  order: 1;
}

.sw-catalog-row--featured {
  border-color: rgba(110, 181, 255, 0.22);
  box-shadow: 0 0 32px rgba(59, 139, 255, 0.06);
}

.sw-catalog-row__media {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: clamp(0.75rem, 1.5vw, 1rem);
  border-radius: 12px;
  background: #e3e6ea;
  line-height: 0;
}

.sw-catalog-row__media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: contain;
  object-position: center;
  transition: transform 0.45s var(--ease);
}

.sw-catalog-row:hover .sw-catalog-row__media img {
  transform: scale(1.02);
}

.sw-catalog-row__copy {
  position: relative;
  padding: clamp(0.35rem, 1vw, 0.65rem) clamp(0.25rem, 1vw, 0.5rem);
}

.sw-catalog-row__index {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-family: var(--font-display);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--blue-bright);
}

.sw-catalog-row__copy h3 {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.55rem;
  letter-spacing: -0.02em;
}

.sw-catalog-row__lead {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--silver);
}

.sw-catalog-row__uses {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.sw-catalog-row__uses li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--silver-dim);
}

.sw-catalog-row__uses i {
  color: var(--blue-bright);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

html[data-theme="light"] .sw-catalog-row {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .sw-catalog-row__copy h3 {
  color: #1a1a1e;
}

@media (max-width: 768px) {
  .sw-catalog-row,
  .sw-catalog-row--reverse {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .sw-catalog-row--reverse .sw-catalog-row__media,
  .sw-catalog-row--reverse .sw-catalog-row__copy {
    order: unset;
  }

  .sw-catalog-row__media img {
    max-height: 210px;
  }
}

/* Legacy tile grid (unused) */
.sw-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: stretch;
}

.sw-catalog-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.sw-catalog-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  transition:
    border-color 0.35s var(--ease),
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease);
}

.sw-catalog-tile:hover {
  border-color: rgba(110, 181, 255, 0.35);
  transform: translateY(-4px);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.35),
    0 0 32px rgba(59, 139, 255, 0.08);
}

.sw-catalog-tile--featured {
  border-color: rgba(110, 181, 255, 0.28);
  box-shadow: 0 0 40px rgba(59, 139, 255, 0.06);
}

.sw-catalog-tile__media {
  position: relative;
  flex: 1 1 auto;
  min-height: 380px;
  padding: clamp(1.1rem, 2.2vw, 1.5rem);
  background: #e3e6ea;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sw-catalog-tile__media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.5s var(--ease);
}

.sw-catalog-tile:hover .sw-catalog-tile__media img {
  transform: scale(1.02);
}

.sw-catalog-tile__body {
  display: flex;
  flex-direction: column;
  padding: 1.05rem 1.15rem 1.2rem;
  flex: 1;
  min-height: 118px;
}

.sw-catalog-tile__body h3 {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.4rem;
}

.sw-catalog-tile__body p {
  flex: 1;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--silver-dim);
}

html[data-theme="light"] .sw-catalog-tile {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .sw-catalog-tile__body h3 {
  color: #1a1a1e;
}

@media (max-width: 900px) {
  .sw-catalog-grid,
  .sw-catalog-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sw-catalog-grid--compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .sw-catalog-grid {
    grid-template-columns: 1fr;
  }

  .sw-catalog-tile__media {
    min-height: 280px;
  }

  .sw-catalog-tile__media img {
    max-height: 300px;
  }
}

/* Aspect-matched showcase cards (8-gang touch panel photo) */
.sw-prod-card__media.sw-prod-card__media--showcase {
  flex: none;
  height: auto;
  min-height: 0;
  display: block;
  padding: 0;
  background: #060a12;
  background-image: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sw-prod-card__media--showcase .vajra-showcase {
  background: #060a12;
}

.sw-prod-card__media--showcase .vajra-showcase::after {
  display: none;
}

.sw-prod-card__media--showcase .vajra-showcase img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  background: #060a12;
}

.sw-prod-card:hover .sw-prod-card__media--showcase .vajra-showcase img {
  transform: scale(1.03);
}

/* Equal-size collection grid */
.sw-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}

.sw-prod-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
}

.sw-prod-card:hover {
  transform: translateY(-6px);
  border-color: rgba(110, 181, 255, 0.4);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3), 0 0 32px rgba(59, 139, 255, 0.18);
}

.sw-prod-card__media {
  flex: 0 0 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(59, 139, 255, 0.06) 0%, rgba(0, 0, 0, 0.15) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

/* Premium product stage (catalog-style — not brochure crops) */
.sw-prod-card__media--product {
  position: relative;
  padding: 0;
  background: linear-gradient(165deg, #fafbfc 0%, #e8edf4 48%, #dde3ec 100%);
}

.sw-prod-card__media--product::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% 40%, rgba(255, 255, 255, 0.95), transparent 70%);
  pointer-events: none;
}

.sw-prod-card__media img {
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.45s var(--ease);
}

.sw-prod-card__media--product img {
  position: relative;
  z-index: 1;
  max-width: 78%;
  max-height: 140px;
}

.sw-prod-card:hover .sw-prod-card__media img {
  transform: scale(1.06);
}

.sw-module-tile__media--product {
  background: linear-gradient(165deg, #fafbfc 0%, #e8edf4 50%, #dde3ec 100%);
  position: relative;
}

.sw-module-tile__media--product::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 55% at 50% 40%, rgba(255, 255, 255, 0.9), transparent 70%);
  pointer-events: none;
}

.sw-module-tile__media--product img {
  position: relative;
  z-index: 1;
}

.sw-module-tile__media--showcase {
  height: auto;
  display: block;
  padding: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  background: #060a12;
  border-radius: 14px;
}

.sw-module-tile__media--showcase .vajra-showcase::after {
  display: none;
}

.sw-module-tile__media--showcase .vajra-showcase img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  background: #060a12;
}

.sw-module-tile:hover .sw-module-tile__media--showcase .vajra-showcase img {
  transform: scale(1.03);
}
.sw-prod-card__body {
  flex: 1;
  padding: 1.15rem 1.2rem 1.3rem;
  display: flex;
  flex-direction: column;
}

.sw-prod-card__tag {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 0.35rem;
}

.sw-prod-card__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.sw-prod-card__desc {
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--silver);
  margin-bottom: 0.65rem;
  flex: 1;
}

.sw-prod-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.sw-prod-card__features span {
  font-size: 0.6rem;
  padding: 0.25rem 0.5rem;
  border-radius: 100px;
  color: rgba(200, 220, 255, 0.9);
  background: rgba(59, 139, 255, 0.1);
  border: 1px solid rgba(110, 181, 255, 0.2);
}

/* Modules — equal tiles */
.sw-modules-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.sw-module-tile {
  text-align: center;
  padding: 1.35rem 1rem 1.25rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
}

.sw-module-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(110, 181, 255, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), 0 0 24px rgba(59, 139, 255, 0.12);
}

.sw-module-tile__media {
  margin-bottom: 1rem;
  border-radius: 14px;
  overflow: hidden;
}

.sw-module-tile__media:not(.sw-module-tile__media--showcase) {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(165deg, rgba(59, 139, 255, 0.05) 0%, rgba(0, 0, 0, 0.12) 100%);
}

.sw-module-tile__media:not(.sw-module-tile__media--showcase) img {
  max-width: 85%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.45s var(--ease);
}

.sw-module-tile:hover .sw-module-tile__media:not(.sw-module-tile__media--showcase) img {
  transform: scale(1.05);
}

.sw-module-tile h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.35rem;
}

.sw-module-tile p {
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--silver-dim);
}

html[data-theme="light"] .sw-prod-card,
html[data-theme="light"] .sw-module-tile {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 0, 0.08);
}

/* Collection grid — keep dark luxury cards in all themes */
html[data-theme="light"] .sw-collection-grid .sw-prod-card {
  background: rgba(4, 8, 18, 0.98);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

html[data-theme="light"] .sw-collection-grid .sw-prod-card__title {
  color: #fff;
}

html[data-theme="light"] .sw-collection-grid .sw-prod-card__desc {
  color: var(--silver);
}

html[data-theme="light"] .sw-collection-grid .sw-prod-card__media,
html[data-theme="light"] .sw-collection-grid .sw-prod-card__media--showcase,
html[data-theme="light"] .sw-collection-grid .sw-prod-card__media--showcase .vajra-showcase,
html[data-theme="light"] .sw-collection-grid .sw-prod-card__media--showcase .vajra-showcase img {
  background: #060a12;
  background-image: none;
}

html[data-theme="light"] .sw-prod-card__title,
html[data-theme="light"] .sw-module-tile h3 {
  color: #1a1a1e;
}

@media (max-width: 900px) {
  .sw-collection-grid,
  .sw-modules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sw-brochure-showcase__grid,
  .sw-brochure-showcase__grid--reverse {
    grid-template-columns: 1fr;
  }

  .sw-brochure-showcase__grid--reverse .sw-brochure-showcase__visual {
    order: unset;
  }
}

@media (max-width: 560px) {
  .sw-collection-grid,
  .sw-modules-grid {
    grid-template-columns: 1fr;
  }

  .sw-prod-card__media:not(.sw-prod-card__media--showcase) {
    flex: 0 0 180px;
    height: 180px;
  }
}
