#featured-product.angle-carousel {
  position: relative;
  overflow: clip;
  padding: 80px 24px 72px;
  background:
    radial-gradient(circle at 50% 58%, rgba(32, 214, 199, .065), transparent 36%),
    var(--az-bg);
  color: var(--az-text);
}

#featured-product .angle-carousel-inner { max-width: 1180px; margin: 0 auto; }
#featured-product .angle-carousel-heading { max-width: 860px; margin: 0 auto; text-align: center; }
#featured-product .angle-carousel-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid rgba(32, 214, 199, .24);
  border-radius: 999px;
  background: rgba(32, 214, 199, .08);
  color: var(--az-accent-soft);
  font-family: var(--az-font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.2;
}
#featured-product .angle-carousel-heading h2 {
  max-width: 820px;
  margin: 18px auto 0;
  font-size: clamp(42px, 4.35vw, 58px);
  font-weight: 650;
  letter-spacing: -.055em !important;
  line-height: 1.02;
}
#featured-product .angle-carousel-intro {
  margin: 14px auto 0;
  color: #C5CDCA;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.55;
}

#featured-product .angle-carousel-shell {
  position: relative;
  height: 500px;
  margin-top: 48px;
  perspective: 1200px;
}
#featured-product .angle-carousel-stage {
  position: absolute;
  inset: 0 88px;
  transform-style: preserve-3d;
  touch-action: pan-y;
}
#featured-product .angle-carousel-track {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

#featured-product .angle-carousel-card {
  --deck-x: 0px;
  --deck-scale: 1;
  --deck-rotate: 0deg;
  --deck-opacity: 1;
  --deck-brightness: 1;
  --deck-saturation: 1;
  --deck-z: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  height: 460px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: #0B0E0E;
  color: var(--az-text);
  cursor: pointer;
  text-align: left;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition:
    transform 520ms cubic-bezier(.22, .75, .18, 1),
    opacity 520ms cubic-bezier(.22, .75, .18, 1),
    filter 520ms cubic-bezier(.22, .75, .18, 1),
    border-color 220ms ease,
    box-shadow 520ms cubic-bezier(.22, .75, .18, 1);
}
#featured-product .angle-carousel-card[data-position] {
  z-index: var(--deck-z);
  filter: brightness(var(--deck-brightness)) saturate(var(--deck-saturation));
  opacity: var(--deck-opacity);
  transform: translate(-50%, -50%) translateX(var(--deck-x)) scale(var(--deck-scale)) rotateY(var(--deck-rotate));
}
#featured-product .angle-carousel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(32, 214, 199, .07), transparent 52%);
  pointer-events: none;
}
#featured-product .angle-carousel-card::after {
  content: "";
  position: absolute;
  inset: 31% 0 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, .60) 42%, rgba(5, 5, 5, .98) 78%);
  pointer-events: none;
}
#featured-product .angle-carousel-card[data-position="active"] {
  --deck-z: 5;
  border-color: rgba(138, 243, 232, .44);
  box-shadow: 0 24px 72px rgba(0, 0, 0, .52), 0 18px 58px rgba(32, 214, 199, .14);
}
#featured-product .angle-carousel-card[data-position="near-left"] {
  --deck-x: -180px;
  --deck-scale: .9;
  --deck-rotate: 10deg;
  --deck-opacity: .6;
  --deck-brightness: .75;
  --deck-saturation: .82;
  --deck-z: 3;
}
#featured-product .angle-carousel-card[data-position="near-right"] {
  --deck-x: 180px;
  --deck-scale: .9;
  --deck-rotate: -10deg;
  --deck-opacity: .6;
  --deck-brightness: .75;
  --deck-saturation: .82;
  --deck-z: 3;
}
#featured-product .angle-carousel-card[data-position="far-left"] {
  --deck-x: -360px;
  --deck-scale: .85;
  --deck-rotate: 20deg;
  --deck-opacity: .4;
  --deck-brightness: .6;
  --deck-saturation: .7;
  --deck-z: 1;
}
#featured-product .angle-carousel-card[data-position="far-right"] {
  --deck-x: 360px;
  --deck-scale: .85;
  --deck-rotate: -20deg;
  --deck-opacity: .4;
  --deck-brightness: .6;
  --deck-saturation: .7;
  --deck-z: 1;
}
#featured-product .angle-carousel-card[data-position]:hover { border-color: rgba(138, 243, 232, .38); }
#featured-product .angle-carousel-card:focus-visible { outline: 2px solid var(--az-accent); outline-offset: 5px; }

#featured-product .angle-carousel-visual {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 91%;
  height: 76%;
  object-fit: contain;
  object-position: center top;
  transform: translateX(-50%);
  user-select: none;
  pointer-events: none;
}
#featured-product .angle-carousel-visual--problem,
#featured-product .angle-carousel-visual--proof { filter: hue-rotate(166deg) saturate(.82) brightness(1.02); }
#featured-product .angle-carousel-visual--question { filter: hue-rotate(-46deg) saturate(.78) brightness(1.04); }

#featured-product .angle-carousel-pill {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 4;
  max-width: calc(100% - 44px);
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--az-accent);
  color: var(--az-bg);
  font-family: var(--az-font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 220ms ease, transform 220ms ease;
}
#featured-product .angle-carousel-card[data-position="active"] .angle-carousel-pill { opacity: 1; transform: translateY(0); }
#featured-product .angle-carousel-card-copy {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 4;
}
#featured-product .angle-carousel-label {
  margin: 0 0 12px;
  color: var(--az-accent-soft);
  font-family: var(--az-font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.3;
}
#featured-product .angle-carousel-title {
  display: block;
  margin: 0;
  font-size: 32px;
  font-weight: 650;
  letter-spacing: -.045em !important;
  line-height: 1.08;
}
#featured-product .angle-carousel-support {
  display: block;
  margin: 10px 0 0;
  color: #C5CDCA;
  font-size: 14px;
  letter-spacing: -.01em;
  line-height: 1.5;
}

#featured-product .angle-carousel-control {
  position: absolute;
  top: 50%;
  z-index: 7;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  background: rgba(8, 11, 11, .82);
  color: var(--az-text);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
#featured-product .angle-carousel-control--previous { left: 14px; }
#featured-product .angle-carousel-control--next { right: 14px; }
#featured-product .angle-carousel-control:hover {
  border-color: rgba(32, 214, 199, .44);
  background: rgba(32, 214, 199, .09);
  color: var(--az-accent-soft);
}
#featured-product .angle-carousel-control:focus-visible { outline: 2px solid var(--az-accent); outline-offset: 4px; }
#featured-product .angle-carousel-control img { width: 20px; height: 20px; }
#featured-product .angle-carousel-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1100px) {
  #featured-product .angle-carousel-card[data-position="near-left"] { --deck-x: -150px; }
  #featured-product .angle-carousel-card[data-position="near-right"] { --deck-x: 150px; }
  #featured-product .angle-carousel-card[data-position="far-left"] { --deck-x: -300px; }
  #featured-product .angle-carousel-card[data-position="far-right"] { --deck-x: 300px; }
}

@media (max-width: 900px) {
  #featured-product.angle-carousel { padding: 76px 20px 80px; }
  #featured-product .angle-carousel-heading h2 { font-size: clamp(40px, 7vw, 56px); }
  #featured-product .angle-carousel-shell { margin-top: 46px; }
  #featured-product .angle-carousel-stage { right: 64px; left: 64px; }
  #featured-product .angle-carousel-card { width: 326px; height: 450px; }
  #featured-product .angle-carousel-card[data-position="near-left"] { --deck-x: -120px; }
  #featured-product .angle-carousel-card[data-position="near-right"] { --deck-x: 120px; }
  #featured-product .angle-carousel-card[data-position="far-left"] {
    --deck-x: -240px;
    --deck-scale: .82;
    --deck-rotate: 18deg;
    --deck-opacity: .38;
    --deck-brightness: .58;
  }
  #featured-product .angle-carousel-card[data-position="far-right"] {
    --deck-x: 240px;
    --deck-scale: .82;
    --deck-rotate: -18deg;
    --deck-opacity: .38;
    --deck-brightness: .58;
  }
}

@media (max-width: 640px) {
  #featured-product.angle-carousel { padding: 72px 16px 82px; }
  #featured-product .angle-carousel-heading h2 { margin-top: 18px; font-size: clamp(38px, 11.6vw, 48px); line-height: 1.04; }
  #featured-product .angle-carousel-intro { max-width: 270px; margin-top: 14px; font-size: 15px; }
  #featured-product .angle-carousel-shell { height: 500px; margin-top: 42px; }
  #featured-product .angle-carousel-stage { inset: 0 0 56px; }
  #featured-product .angle-carousel-card { width: min(300px, calc(100vw - 64px)); height: 420px; border-radius: 22px; }
  #featured-product .angle-carousel-card[data-position="near-left"] {
    --deck-x: -208px;
    --deck-scale: .82;
    --deck-rotate: 10deg;
    --deck-opacity: .44;
    --deck-brightness: .62;
    --deck-saturation: .72;
  }
  #featured-product .angle-carousel-card[data-position="near-right"] {
    --deck-x: 208px;
    --deck-scale: .82;
    --deck-rotate: -10deg;
    --deck-opacity: .44;
    --deck-brightness: .62;
    --deck-saturation: .72;
  }
  #featured-product .angle-carousel-card--clone { display: none; }
  #featured-product .angle-carousel-visual { top: 0; width: 88%; height: 73%; }
  #featured-product .angle-carousel-card-copy { right: 24px; bottom: 24px; left: 24px; }
  #featured-product .angle-carousel-title { font-size: 28px; }
  #featured-product .angle-carousel-pill { top: 18px; right: 18px; }
  #featured-product .angle-carousel-control { top: auto; bottom: 0; width: 48px; height: 48px; transform: none; }
  #featured-product .angle-carousel-control--previous { left: calc(50% - 58px); }
  #featured-product .angle-carousel-control--next { right: calc(50% - 58px); }
}

@media (prefers-reduced-motion: reduce) {
  #featured-product .angle-carousel-card,
  #featured-product .angle-carousel-pill,
  #featured-product .angle-carousel-control { transition: none; }
}
