/* Homepage — Sprout Conservatory: organic split hero, bento trust, dynamic discover */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

.page-home .page-main { padding: 0; }

.page-home.a39-home-conservatory {
  --a39-home-glow: #52B788;
  --a39-home-bloom: #95D5B2;
  --a39-home-soil: #3D405B;
  --a39-home-cream: #FFF8EF;
  --a39-home-surface: #F0EDE6;
  --a39-home-ink-soft: rgba(26, 46, 46, 0.72);
  --a39-home-radius-lg: 28px;
  --a39-home-radius-md: 18px;
  --a39-home-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Hero slider ── */
.a39-hero-slider {
  position: relative;
  overflow: hidden;
  background: var(--a39-home-cream);
  isolation: isolate;
}
.a39-hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 88%, rgba(82, 183, 136, 0.18), transparent 42%),
    radial-gradient(circle at 88% 12%, rgba(184, 134, 11, 0.12), transparent 38%);
  pointer-events: none;
  z-index: 0;
}
.a39-hero-slider__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(440px, 54vw, 580px);
  position: relative;
  z-index: 1;
}
.a39-hero-slider__split::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%) skewX(-6deg);
  background: linear-gradient(180deg, transparent, rgba(27, 67, 50, 0.08) 20%, rgba(184, 134, 11, 0.25) 50%, rgba(27, 67, 50, 0.08) 80%, transparent);
  pointer-events: none;
}
.a39-hero-slider__panel--cream {
  position: relative;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, var(--a39-home-cream) 0%, var(--a39-linen) 55%, rgba(149, 213, 178, 0.22) 100%);
  overflow: hidden;
}
.a39-hero-slider__panel--cream::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -120px;
  bottom: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 106, 79, 0.14), transparent 68%);
  animation: a39HomePulse 8s ease-in-out infinite;
}
.a39-hero-slider__panel--cream::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Ccircle cx='12' cy='12' r='1.2' fill='%231B4332'/%3E%3Ccircle cx='52' cy='28' r='0.8' fill='%23B8860B'/%3E%3Ccircle cx='88' cy='64' r='1' fill='%231B4332'/%3E%3C/svg%3E");
  pointer-events: none;
}
.a39-hero-slider__panel--white {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse 80% 70% at 60% 40%, rgba(255, 255, 255, 0.95), rgba(240, 237, 230, 0.6)),
    var(--a39-white);
}
.a39-hero-slider__panel--white::before {
  content: "";
  position: absolute;
  width: min(520px, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px dashed rgba(27, 67, 50, 0.12);
  animation: a39HomeSpin 48s linear infinite;
}
.a39-hero-slider__copy {
  position: relative;
  z-index: 2;
  padding: 3.25rem 0;
  max-width: 440px;
}
.a39-hero-slide {
  display: none;
}
.a39-hero-slide.is-active {
  display: block;
  animation: a39HomeReveal 0.7s var(--a39-home-ease);
}
@keyframes a39HomeReveal {
  from { opacity: 0; transform: translateY(18px); filter: blur(4px); }
  to { opacity: 1; transform: none; filter: none; }
}
@keyframes a39HomePulse {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.08); opacity: 1; }
}
@keyframes a39HomeSpin {
  to { transform: rotate(360deg); }
}
@keyframes a39HomeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes a39HomeDrift {
  0%, 100% { transform: translate(0, 0) rotate(var(--a39-rot, 0deg)); }
  50% { transform: translate(4px, -6px) rotate(calc(var(--a39-rot, 0deg) + 2deg)); }
}

.a39-hero-slide__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(27, 67, 50, 0.1);
  color: var(--a39-moss);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.a39-hero-slide__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--a39-home-glow);
  box-shadow: 0 0 0 4px rgba(82, 183, 136, 0.25);
  animation: a39HomePulse 2s ease-in-out infinite;
}
.a39-hero-slide__title {
  margin: 0 0 1rem;
  line-height: 1.02;
  color: var(--a39-ink);
}
.a39-hero-slide__title-bold {
  display: block;
  font-family: var(--a39-font-display);
  font-weight: 700;
  font-size: clamp(2.5rem, 5.2vw, 3.75rem);
  letter-spacing: -0.03em;
  background: linear-gradient(120deg, var(--a39-moss-dark) 0%, var(--a39-moss) 45%, var(--a39-copper) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.a39-hero-slide__title-light {
  display: block;
  font-family: "DM Sans", var(--a39-font-body);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.8vw, 2.65rem);
  letter-spacing: -0.02em;
  color: var(--a39-home-ink-soft);
}
.a39-hero-slide__line {
  margin: 0 0 1.65rem;
  color: var(--a39-muted);
  font-size: 1rem;
  max-width: 30rem;
  line-height: 1.65;
}
.a39-hero-slide__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.a39-hero-slide__chip {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(27, 67, 50, 0.06);
  border: 1px solid rgba(27, 67, 50, 0.08);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--a39-moss);
}
.a39-hero-slide__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 168px;
  padding: 0.95rem 2.1rem;
  background: linear-gradient(135deg, var(--a39-moss) 0%, var(--a39-moss-light) 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(27, 67, 50, 0.22);
  transition: transform 0.25s var(--a39-home-ease), box-shadow 0.25s;
}
.a39-hero-slide__cta::after {
  content: "→";
  transition: transform 0.25s var(--a39-home-ease);
}
.a39-hero-slide__cta:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(27, 67, 50, 0.28);
}
.a39-hero-slide__cta:hover::after { transform: translateX(4px); }
.a39-hero-slide__cta--outline {
  background: transparent;
  color: var(--a39-moss);
  border: 2px solid rgba(27, 67, 50, 0.2);
  box-shadow: none;
}
.a39-hero-slide__cta--outline:hover {
  background: var(--a39-moss);
  color: #fff;
  border-color: var(--a39-moss);
}

.a39-hero-slider__visual {
  position: relative;
  width: min(100%, 540px);
  height: min(500px, 72vw);
  margin: 0 auto;
  z-index: 2;
}
.a39-hero-slider__script {
  position: absolute;
  right: -4%;
  top: 42%;
  transform: translateY(-50%) rotate(-8deg);
  font-family: "Caveat", cursive;
  font-size: clamp(5.5rem, 15vw, 10rem);
  font-weight: 600;
  color: rgba(27, 67, 50, 0.07);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.a39-hero-frame {
  position: absolute;
  left: 46%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-4deg);
  width: min(250px, 44vw);
  aspect-ratio: 4 / 5;
  padding: 12px 12px 28px;
  background: #fff;
  box-shadow:
    0 28px 60px rgba(26, 46, 46, 0.16),
    0 0 0 1px rgba(27, 67, 50, 0.06);
  border-radius: var(--a39-home-radius-md);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s var(--a39-home-ease), visibility 0.5s, transform 0.5s var(--a39-home-ease);
  z-index: 2;
}
.a39-hero-frame::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 42%;
  height: 14px;
  border-radius: 3px;
  background: rgba(184, 134, 11, 0.35);
  opacity: 0.65;
}
.a39-hero-frame.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) rotate(-2deg) scale(1);
  animation: a39HomeFrameIn 0.65s var(--a39-home-ease);
}
@keyframes a39HomeFrameIn {
  from { opacity: 0; transform: translate(-50%, -42%) rotate(-8deg) scale(0.94); }
  to { opacity: 1; transform: translate(-50%, -50%) rotate(-2deg) scale(1); }
}
.a39-hero-frame a { display: block; height: 100%; border-radius: 12px; overflow: hidden; }
.a39-hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 8%;
  box-sizing: border-box;
}
.a39-hero-float {
  position: absolute;
  width: clamp(78px, 13vw, 118px);
  height: clamp(78px, 13vw, 118px);
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 16px 36px rgba(26, 46, 46, 0.18);
  z-index: 3;
  animation: a39HomeFloat 5s ease-in-out infinite;
  background: var(--a39-parchment);
}
.a39-hero-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 10%;
  box-sizing: border-box;
}
.a39-hero-float--1 {
  top: 6%;
  right: 6%;
  animation-delay: 0s;
  outline: 3px solid rgba(82, 183, 136, 0.35);
  outline-offset: 3px;
}
.a39-hero-float--2 {
  bottom: 10%;
  right: 14%;
  animation-delay: 1.2s;
  outline: 3px solid rgba(184, 134, 11, 0.35);
  outline-offset: 3px;
}

.a39-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(27, 67, 50, 0.88);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(27, 67, 50, 0.25);
  transition: transform 0.2s, background 0.2s;
}
.a39-hero-nav--prev { left: 1.25rem; }
.a39-hero-nav--next { right: 1.25rem; }
.a39-hero-nav:hover {
  background: var(--a39-copper);
  transform: translateY(-50%) scale(1.06);
}

.a39-hero-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 25%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.55rem;
  z-index: 5;
}
.a39-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(26, 46, 46, 0.18);
  cursor: pointer;
  transition: width 0.3s var(--a39-home-ease), background 0.3s;
}
.a39-hero-dot.is-active {
  width: 28px;
  background: linear-gradient(90deg, var(--a39-moss), var(--a39-home-glow));
}
.a39-hero-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--a39-copper), var(--a39-home-glow));
  z-index: 6;
  transition: width 0.1s linear;
}

/* ── Trust + categories ── */
.a39-trust-block {
  padding: 4.5rem 0;
  background:
    linear-gradient(180deg, #fff 0%, var(--a39-home-surface) 100%);
  position: relative;
  overflow: hidden;
}
.a39-trust-block::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(149, 213, 178, 0.35), transparent 70%);
}
.a39-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 3.5rem;
  align-items: center;
}
.a39-trust-collage {
  position: relative;
  min-height: 360px;
}
.a39-trust-collage__item {
  position: absolute;
  overflow: hidden;
  background: var(--a39-parchment);
  border-radius: var(--a39-home-radius-md);
  box-shadow: 0 20px 44px rgba(26, 46, 46, 0.12);
  transition: transform 0.45s var(--a39-home-ease), box-shadow 0.45s;
  animation: a39HomeDrift 7s ease-in-out infinite;
}
.a39-trust-collage__item:hover {
  transform: translateY(-6px) scale(1.02) rotate(var(--a39-rot, 0deg)) !important;
  box-shadow: 0 28px 52px rgba(26, 46, 46, 0.16);
  z-index: 2;
}
.a39-trust-collage__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 8%;
  box-sizing: border-box;
  transition: transform 0.5s var(--a39-home-ease);
}
.a39-trust-collage__item:hover img { transform: scale(1.03); }
.a39-trust-collage__item--1 {
  --a39-rot: -7deg;
  width: 50%;
  top: 0;
  left: 6%;
  aspect-ratio: 1;
  transform: rotate(-7deg);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  animation-delay: 0s;
}
.a39-trust-collage__item--2 {
  --a39-rot: 5deg;
  width: 44%;
  top: 14%;
  right: 0;
  aspect-ratio: 1;
  transform: rotate(5deg);
  border-radius: 50%;
  animation-delay: 0.8s;
}
.a39-trust-collage__item--3 {
  --a39-rot: 4deg;
  width: 40%;
  bottom: 6%;
  left: 0;
  aspect-ratio: 1;
  transform: rotate(4deg);
  clip-path: polygon(50% 0, 100% 38%, 82% 100%, 18% 100%, 0 38%);
  animation-delay: 1.4s;
}
.a39-trust-collage__item--4 {
  --a39-rot: -3deg;
  width: 46%;
  bottom: 0;
  right: 10%;
  aspect-ratio: 1;
  transform: rotate(-3deg);
  animation-delay: 2s;
}

.a39-trust-content {
  position: relative;
}
.a39-trust-eyebrow {
  display: inline-block;
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--a39-copper);
}
.a39-trust-content h2 {
  margin: 0 0 0.85rem;
  font-family: var(--a39-font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  color: var(--a39-ink);
  line-height: 1.18;
}
.a39-trust-lede {
  margin: 0 0 2rem;
  color: var(--a39-muted);
  max-width: 34rem;
  font-size: 1.02rem;
}

.a39-category-orbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}
.a39-category-orb {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  text-decoration: none;
  color: inherit;
  gap: 0.45rem;
  padding: 1rem 1rem 0.95rem;
  border-radius: var(--a39-home-radius-md);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(27, 67, 50, 0.08);
  box-shadow: 0 10px 28px rgba(26, 46, 46, 0.06);
  overflow: hidden;
  transition: transform 0.3s var(--a39-home-ease), box-shadow 0.3s, border-color 0.3s;
}
.a39-category-orb::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--a39-orb-accent, var(--a39-moss));
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s var(--a39-home-ease);
}
.a39-category-orb:hover {
  transform: translateY(-5px);
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(26, 46, 46, 0.1);
  border-color: rgba(27, 67, 50, 0.14);
}
.a39-category-orb:hover::before { transform: scaleY(1); }
.a39-category-orb__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  transition: transform 0.3s var(--a39-home-ease);
}
.a39-category-orb:hover .a39-category-orb__icon { transform: scale(1.08) rotate(-4deg); }
.a39-category-orb__icon svg { width: 26px; height: 26px; }
.a39-category-orb--rose { --a39-orb-accent: #c2185b; }
.a39-category-orb--rose .a39-category-orb__icon { background: linear-gradient(145deg, #fce4ec, #f8bbd0); color: #c2185b; }
.a39-category-orb--peach { --a39-orb-accent: #e65100; }
.a39-category-orb--peach .a39-category-orb__icon { background: linear-gradient(145deg, #ffe0b2, #ffcc80); color: #e65100; }
.a39-category-orb--gold { --a39-orb-accent: #f9a825; }
.a39-category-orb--gold .a39-category-orb__icon { background: linear-gradient(145deg, #fff9c4, #fff176); color: #f57f17; }
.a39-category-orb--mint { --a39-orb-accent: #2e7d32; }
.a39-category-orb--mint .a39-category-orb__icon { background: linear-gradient(145deg, #e8f5e9, #c8e6c9); color: #2e7d32; }
.a39-category-orb--sky { --a39-orb-accent: #1565c0; }
.a39-category-orb--sky .a39-category-orb__icon { background: linear-gradient(145deg, #e3f2fd, #bbdefb); color: #1565c0; }
.a39-category-orb--lilac { --a39-orb-accent: #7b1fa2; }
.a39-category-orb--lilac .a39-category-orb__icon { background: linear-gradient(145deg, #f3e5f5, #e1bee7); color: #7b1fa2; }
.a39-category-orb strong {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--a39-ink);
  line-height: 1.3;
}
.a39-category-orb span:last-child {
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--a39-muted);
}

/* ── Feature bar ── */
.a39-feature-bar {
  background: linear-gradient(135deg, var(--a39-moss-dark) 0%, var(--a39-moss) 55%, #24543f 100%);
  position: relative;
  overflow: hidden;
}
.a39-feature-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M0 40h80M40 0v80' stroke='%23ffffff' stroke-opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
}
.a39-feature-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1.5rem 0;
  position: relative;
  z-index: 1;
}
.a39-feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  padding: 0.35rem 0.5rem;
  border-radius: 12px;
  transition: background 0.25s;
}
.a39-feature-item:hover { background: rgba(255, 255, 255, 0.06); }
.a39-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--a39-home-bloom);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.a39-feature-icon svg { width: 22px; height: 22px; }

/* ── Discover products ── */
.a39-discover {
  padding: 4rem 0 4.5rem;
  background: var(--a39-home-cream);
  position: relative;
}
.a39-discover__head {
  text-align: center;
  margin-bottom: 2rem;
}
.a39-discover__eyebrow {
  display: inline-block;
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--a39-copper);
}
.a39-discover__title {
  margin: 0;
  font-family: var(--a39-font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 2.8vw, 2.35rem);
  color: var(--a39-ink);
}
.a39-discover-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.25rem;
  padding-bottom: 0.35rem;
}
.a39-discover-tabs::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(520px, 90%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(27, 67, 50, 0.12), transparent);
}
.a39-discover-tab {
  position: relative;
  padding: 0.7rem 1.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--a39-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: color 0.25s, background 0.25s, transform 0.25s;
}
.a39-discover-tab.is-active {
  background: #fff;
  color: var(--a39-moss);
  border-color: rgba(27, 67, 50, 0.1);
  box-shadow: 0 8px 24px rgba(26, 46, 46, 0.08);
  transform: translateY(-2px);
}
.a39-discover-tab:hover:not(.is-active) {
  color: var(--a39-moss);
  background: rgba(255, 255, 255, 0.6);
}
.a39-discover-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.35rem;
}
.a39-discover-card {
  text-align: center;
  opacity: 1;
  transform: none;
  transition: opacity 0.5s var(--a39-home-ease), transform 0.5s var(--a39-home-ease);
}
.a39-discover-card.is-visible {
  opacity: 1;
  transform: none;
}
.a39-discover-card[hidden] { display: none; }
.a39-discover-card__img {
  display: block;
  position: relative;
  aspect-ratio: 1;
  background: #fff;
  border-radius: var(--a39-home-radius-md);
  overflow: hidden;
  margin-bottom: 0.9rem;
  box-shadow: 0 12px 28px rgba(26, 46, 46, 0.08);
  border: 1px solid rgba(27, 67, 50, 0.06);
}
.a39-discover-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8, 28, 21, 0.35));
  opacity: 0;
  transition: opacity 0.3s;
}
.a39-discover-card:hover .a39-discover-card__img::after { opacity: 1; }
.a39-discover-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 8%;
  box-sizing: border-box;
  transition: transform 0.45s var(--a39-home-ease);
}
.a39-discover-card:hover .a39-discover-card__img img { transform: scale(1.03); }
.a39-discover-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  background: linear-gradient(135deg, #e53935, #c62828);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.a39-discover-card__body h3 {
  margin: 0 0 0.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}
.a39-discover-card__body h3 a {
  color: var(--a39-ink);
  text-decoration: none;
}
.a39-discover-card__body h3 a:hover { color: var(--a39-moss); }
.a39-discover-card__price {
  margin: 0 0 0.4rem;
  font-weight: 800;
  font-size: 1rem;
  color: var(--a39-moss);
}
.a39-discover-stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  font-size: 0.72rem;
  color: rgba(26, 46, 46, 0.15);
}
.a39-discover-stars .is-on { color: var(--a39-copper); }
.a39-discover-more {
  text-align: center;
  margin-top: 2.75rem;
}

@media (prefers-reduced-motion: reduce) {
  .a39-hero-slide.is-active,
  .a39-hero-frame.is-active,
  .a39-trust-collage__item,
  .a39-hero-float,
  .a39-hero-slider__panel--cream::before,
  .a39-hero-slider__panel--white::before {
    animation: none !important;
  }
  .a39-discover-card { opacity: 1; transform: none; }
}

@media (max-width: 1024px) {
  .a39-discover-grid { grid-template-columns: repeat(3, 1fr); }
  .a39-feature-bar__inner { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .a39-hero-slider__split { grid-template-columns: 1fr; min-height: auto; }
  .a39-hero-slider__split::after { display: none; }
  .a39-hero-slider__panel--cream { order: 1; }
  .a39-hero-slider__panel--white { order: 0; min-height: 340px; }
  .a39-hero-slider__copy { padding: 2rem 0 2.5rem; max-width: none; }
  .a39-hero-dots { left: 50%; bottom: 0.85rem; }
  .a39-hero-nav { top: auto; bottom: 50%; }
  .a39-trust-grid { grid-template-columns: 1fr; }
  .a39-trust-collage { min-height: 280px; margin-bottom: 1rem; }
  .a39-category-orbs { grid-template-columns: repeat(2, 1fr); }
  .a39-discover-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .a39-discover-grid { grid-template-columns: 1fr 1fr; gap: 0.9rem; }
  .a39-feature-bar__inner { grid-template-columns: 1fr; }
  .a39-hero-float { display: none; }
  .a39-category-orbs { grid-template-columns: 1fr; }
}
