/* HORIZON MATERIALS PRIVATE LIMITED — Neon Grove creative homepage (layout preserved) */

@keyframes a36-float {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-14px) rotate(2deg); }
}
@keyframes a36-pulse-ring {
  0% { transform: scale(0.94); opacity: 0.55; }
  50% { transform: scale(1.04); opacity: 0.25; }
  100% { transform: scale(0.94); opacity: 0.55; }
}
@keyframes a36-sheen {
  0% { transform: translateX(-130%) skewX(-20deg); }
  100% { transform: translateX(230%) skewX(-20deg); }
}
@keyframes a36-progress {
  from { width: 0%; }
  to { width: 100%; }
}
@keyframes a36-fade-up {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes a36-orbit-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes a36-glow-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.85; }
}
@keyframes a36-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── Creative theme scope ── */
.a36-home-creative {
  --font-display: 'Syne', system-ui, sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --a36-home-ink: #0B1320;
  --a36-home-panel: #121B2E;
  --a36-home-line: rgba(78, 205, 196, 0.22);
  --a36-home-glow: rgba(255, 190, 11, 0.35);
  background:
    radial-gradient(circle at 0% 0%, rgba(90, 24, 154, 0.06) 0%, transparent 42%),
    radial-gradient(circle at 100% 12%, rgba(255, 159, 28, 0.07) 0%, transparent 38%),
    #F4F0E8;
}

.a36-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.a36-reveal.is-visible { opacity: 1; transform: none; }
.a36-reveal--delay-1 { transition-delay: 0.04s; }
.a36-reveal--delay-2 { transition-delay: 0.1s; }
.a36-reveal--delay-3 { transition-delay: 0.16s; }
.a36-reveal--delay-4 { transition-delay: 0.22s; }
.a36-reveal--delay-5 { transition-delay: 0.28s; }
.a36-reveal--delay-6 { transition-delay: 0.34s; }

.a36-section-head { text-align: center; margin-bottom: 2.25rem; position: relative; }
.a36-section-head--left { text-align: left; margin-bottom: 0; }
.a36-home-creative .a36-section-title {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--a36-home-ink);
}
.a36-home-creative .a36-section-title em {
  font-style: normal;
  color: var(--a36-mango);
  position: relative;
}
.a36-home-creative .a36-section-title em::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0.08em;
  height: 0.35em;
  background: rgba(255, 159, 28, 0.28);
  z-index: -1;
  transform: skewX(-8deg);
}
.a36-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.32rem 0.85rem;
  background: var(--a36-home-ink);
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--a36-mint);
  margin-bottom: 0.65rem;
}
.a36-section-tag::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--a36-mango);
  box-shadow: 0 0 8px var(--a36-home-glow);
}

/* ── Hero split ── */
.a36-hero-split {
  position: relative;
  padding: 1.75rem 0 2.25rem;
  overflow: hidden;
}
.a36-hero-mesh {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(11, 19, 32, 0.04) 0%, transparent 45%),
    radial-gradient(ellipse 55% 45% at 15% 25%, rgba(78, 205, 196, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 45% 40% at 88% 75%, rgba(255, 159, 28, 0.12) 0%, transparent 50%);
  pointer-events: none;
}
.a36-hero-dots-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(11, 19, 32, 0.07) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
  pointer-events: none;
}
.a36-hero-split-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 1.35rem;
  align-items: start;
  position: relative;
  z-index: 1;
}
.a36-hero-main {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  min-height: 440px;
  background: var(--a36-home-panel);
  box-shadow:
    0 28px 70px rgba(11, 19, 32, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}
.a36-hero-watermark {
  position: absolute;
  top: 0.75rem; right: 1rem;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
  z-index: 0;
  letter-spacing: -0.06em;
}
.a36-hero-track { position: relative; height: 100%; z-index: 1; }
.a36-hero-slide {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 34%);
  align-items: center;
  gap: 1.75rem;
  padding: 2.25rem 2.5rem 4.75rem;
  min-height: 440px;
  position: relative;
  overflow: hidden;
}
.a36-hero-slide.is-active {
  display: grid;
  animation: a36-fade-up 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.a36-hero-slide--mango {
  background:
    linear-gradient(135deg, rgba(255, 159, 28, 0.18) 0%, transparent 55%),
    linear-gradient(180deg, #1A2438 0%, #121B2E 100%);
}
.a36-hero-slide--teal {
  background:
    linear-gradient(135deg, rgba(78, 205, 196, 0.2) 0%, transparent 55%),
    linear-gradient(180deg, #152028 0%, #0F1828 100%);
}
.a36-hero-slide--berry {
  background:
    linear-gradient(135deg, rgba(230, 57, 70, 0.18) 0%, transparent 55%),
    linear-gradient(180deg, #1C1828 0%, #12101E 100%);
}

.a36-hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.35;
  pointer-events: none;
}
.a36-hero-blob--a { width: 200px; height: 200px; background: var(--a36-mango); top: -50px; right: 12%; animation: a36-glow-pulse 6s ease-in-out infinite; }
.a36-hero-blob--b { width: 160px; height: 160px; background: var(--a36-mint); bottom: -40px; left: 8%; animation: a36-glow-pulse 8s ease-in-out infinite reverse; }

.a36-hero-slide-content {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 1.25rem 1.35rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
.a36-hero-script {
  display: inline-block;
  font-family: var(--font-body);
  font-style: italic;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--a36-mint);
  margin-bottom: 0.5rem;
  letter-spacing: 0.04em;
}
.a36-hero-slide-content h1 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #fff;
  word-wrap: break-word;
}
.a36-hero-slide-content p {
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 34ch;
}

.a36-home-creative .a36-btn-shop--pulse {
  background: var(--a36-mango) !important;
  color: var(--a36-home-ink) !important;
  border-radius: 4px !important;
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  font-size: 0.78rem !important;
  box-shadow: 0 10px 28px rgba(255, 159, 28, 0.4) !important;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)) !important;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s !important;
}
.a36-home-creative .a36-btn-shop--pulse:hover {
  transform: translateY(-3px) !important;
  filter: brightness(1.06) !important;
  box-shadow: 0 16px 36px rgba(255, 159, 28, 0.5) !important;
}
.a36-btn-arrow { transition: transform 0.2s; }
.a36-btn-shop--pulse:hover .a36-btn-arrow { transform: translateX(5px); }

.a36-hero-visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0.75rem;
}
.a36-hero-plinth {
  position: absolute;
  bottom: 8%;
  width: 70%;
  height: 18px;
  background: radial-gradient(ellipse, rgba(0,0,0,0.35) 0%, transparent 70%);
  filter: blur(4px);
}
.a36-hero-ring {
  position: absolute;
  width: min(230px, 92%);
  height: min(230px, 92%);
  border: 1px dashed rgba(78, 205, 196, 0.35);
  border-radius: 50%;
  animation: a36-orbit-spin 22s linear infinite;
}
.a36-hero-visual img {
  max-height: min(250px, 38vh);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
  position: relative;
  z-index: 1;
  animation: a36-float 5.5s ease-in-out infinite;
}

.a36-hero-controls {
  position: absolute;
  bottom: 1.1rem;
  left: 2.5rem;
  right: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  z-index: 4;
}
.a36-hero-counter {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.a36-hero-counter strong { color: var(--a36-mango); font-size: 1rem; }
.a36-hero-progress {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
.a36-hero-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--a36-mint), var(--a36-mango));
}
.a36-hero-progress span.is-running { animation: a36-progress 6s linear forwards; }
.a36-hero-dots { display: flex; gap: 0.35rem; }
.a36-hero-dot {
  width: 22px; height: 3px;
  border-radius: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, width 0.2s;
}
.a36-hero-dot.is-active { background: var(--a36-mango); width: 32px; }

.a36-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(11, 19, 32, 0.65);
  backdrop-filter: blur(8px);
  color: #fff;
  border-radius: 4px;
  font-size: 1.35rem;
  cursor: pointer;
  z-index: 3;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}
.a36-hero-arrow:hover {
  background: var(--a36-mango);
  color: var(--a36-home-ink);
  border-color: var(--a36-mango);
  transform: translateY(-50%) scale(1.05);
}
.a36-hero-prev { left: 0.85rem; }
.a36-hero-next { right: 0.85rem; }

/* ── Sidebar ── */
.a36-hero-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-width: 0;
}
.a36-sidebar-head {
  padding: 1rem 1.1rem;
  background: var(--a36-home-ink);
  color: #fff;
  flex-shrink: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  border-left: 3px solid var(--a36-mango);
}
.a36-sidebar-badge {
  display: inline-block;
  padding: 0.12rem 0.45rem;
  background: rgba(255, 159, 28, 0.15);
  border: 1px solid rgba(255, 159, 28, 0.35);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--a36-mango);
  margin-bottom: 0.3rem;
}
.a36-sidebar-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.a36-sidebar-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem;
  background: #fff;
  border: 1px solid var(--a36-border);
  text-decoration: none !important;
  color: var(--a36-ink);
  position: relative;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  min-width: 0;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}
.a36-sidebar-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--a36-mint), var(--a36-mango));
  opacity: 0;
  transition: opacity 0.25s;
}
.a36-sidebar-card:hover {
  transform: translateX(4px);
  box-shadow: 0 12px 32px rgba(11, 19, 32, 0.12);
  border-color: rgba(78, 205, 196, 0.45);
}
.a36-sidebar-card:hover::before { opacity: 1; }
.a36-sidebar-media {
  position: relative;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: var(--a36-photo-bg);
  border: 1px solid var(--a36-border);
  padding: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a36-sidebar-media img { width: 100%; height: 100%; object-fit: contain; }
.a36-sidebar-rank {
  position: absolute;
  top: -7px; left: -7px;
  width: 24px; height: 24px;
  background: var(--a36-home-ink);
  color: var(--a36-mango);
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  line-height: 1;
  clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 5px 100%, 0 calc(100% - 5px));
}
.a36-sidebar-copy { flex: 1; min-width: 0; padding-top: 0.05rem; }
.a36-sidebar-copy h3 {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.a36-sidebar-copy .a36-product-price { margin: 0 0 0.2rem; font-size: 0.86rem; }
.a36-discount--sidebar { top: -4px; right: -4px; left: auto; font-size: 0.56rem; border-radius: 2px; }

/* ── USP orbit row ── */
.a36-usp-icons {
  padding: 3.25rem 0;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.a36-usp-icons::before {
  content: 'COLD CHAIN · ORCHARD FRESH · PAN-INDIA · GROVE DIRECT ·';
  position: absolute;
  top: 0.75rem; left: 0;
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  color: rgba(11, 19, 32, 0.12);
  animation: a36-marquee 28s linear infinite;
}
.a36-usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
  position: relative;
}
.a36-usp-connector {
  position: absolute;
  top: 44px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--a36-home-line) 15%, var(--a36-home-line) 85%, transparent);
  pointer-events: none;
}
.a36-usp-hex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}
.a36-usp-orbit {
  position: absolute;
  top: 0;
  width: 96px; height: 96px;
  border: 1px dashed rgba(26, 83, 92, 0.2);
  border-radius: 50%;
  animation: a36-orbit-spin 18s linear infinite;
  pointer-events: none;
}
.a36-usp-hex-inner {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid var(--a36-border);
  box-shadow: 0 8px 24px rgba(11, 19, 32, 0.08);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s;
  position: relative;
  z-index: 1;
}
.a36-usp-hex:hover .a36-usp-hex-inner {
  transform: translateY(-6px) scale(1.06);
  box-shadow: 0 16px 36px rgba(11, 19, 32, 0.14);
}
.a36-usp-hex--mint .a36-usp-hex-inner { border-color: #4ECDC4; background: linear-gradient(145deg, #fff, #E8FAF8); }
.a36-usp-hex--gold .a36-usp-hex-inner { border-color: #FFB703; background: linear-gradient(145deg, #fff, #FFF6E0); }
.a36-usp-hex--teal .a36-usp-hex-inner { border-color: #1A535C; background: linear-gradient(145deg, #fff, #E6F4F2); }
.a36-usp-hex--berry .a36-usp-hex-inner { border-color: #E63946; background: linear-gradient(145deg, #fff, #FFEDEF); }
.a36-usp-hex--purple .a36-usp-hex-inner { border-color: #5A189A; background: linear-gradient(145deg, #fff, #F3E8FF); }
.a36-usp-hex--mango .a36-usp-hex-inner { border-color: #FF9F1C; background: linear-gradient(145deg, #fff, #FFF3E0); }
.a36-usp-icon { font-size: 1.35rem; line-height: 1; }
.a36-usp-label {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  color: var(--a36-home-ink);
  max-width: 12ch;
  letter-spacing: -0.01em;
}

/* ── Trio promo — cut-corner panels ── */
.a36-trio-promo { padding: 1.25rem 0 2.25rem; }
.a36-trio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.a36-trio-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 105px;
  grid-template-rows: auto 1fr;
  align-items: end;
  gap: 0.65rem 0.5rem;
  padding: 1.25rem 1.15rem 1.05rem;
  color: #fff;
  text-decoration: none !important;
  min-height: 172px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
.a36-trio-card:hover {
  transform: translateY(-6px) rotate(-0.5deg);
  box-shadow: 0 22px 50px rgba(11, 19, 32, 0.22);
}
.a36-trio-card--teal { background: linear-gradient(145deg, #0F3A40 0%, #1A535C 50%, #2A8A96 100%); }
.a36-trio-card--mango { background: linear-gradient(145deg, #E88A00 0%, #FF9F1C 55%, #FFD166 100%); color: var(--a36-home-ink); }
.a36-trio-card--berry { background: linear-gradient(145deg, #9D0208 0%, #E63946 55%, #FF758F 100%); }
.a36-trio-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,0.14) 50%, transparent 62%);
  animation: a36-sheen 6s ease-in-out infinite;
  pointer-events: none;
}
.a36-trio-tag {
  grid-column: 1 / -1;
  justify-self: start;
  padding: 0.15rem 0.5rem;
  background: rgba(0, 0, 0, 0.22);
  font-family: var(--font-display);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.a36-trio-card--mango .a36-trio-tag { background: rgba(11, 19, 32, 0.12); }
.a36-trio-copy { grid-column: 1; grid-row: 2; align-self: end; position: relative; z-index: 1; min-width: 0; }
.a36-trio-card h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.a36-trio-card p { margin: 0 0 0.5rem; font-size: 0.74rem; line-height: 1.45; opacity: 0.9; }
.a36-trio-cta {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.a36-trio-img {
  grid-column: 2; grid-row: 2;
  align-self: end; justify-self: end;
  width: 95px; height: 88px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.a36-trio-img img {
  max-height: 86px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.25));
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.a36-trio-card:hover .a36-trio-img img { transform: scale(1.12) rotate(-6deg); }

/* ── Category bento ── */
.a36-home-creative .a36-categories.section-muted {
  background: var(--a36-home-ink);
  color: #fff;
}
.a36-home-creative .a36-categories .a36-section-tag {
  background: rgba(255, 255, 255, 0.08);
  color: var(--a36-mint);
}
.a36-home-creative .a36-categories .a36-section-title { color: #fff; }
.a36-home-creative .a36-categories .a36-section-title em { color: var(--a36-mango); }
.a36-home-creative .a36-categories .a36-section-title em::after { background: rgba(255, 159, 28, 0.22); }

.a36-cat-bento {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.a36-cat-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.2rem 1rem;
  text-decoration: none !important;
  color: #fff;
  overflow: hidden;
  transition: transform 0.3s, background 0.3s, border-color 0.3s;
  min-height: 118px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
.a36-cat-card--wide { grid-column: span 2; }
.a36-cat-card:nth-child(odd) { transform: rotate(-0.4deg); }
.a36-cat-card:nth-child(even) { transform: rotate(0.35deg); }
.a36-cat-card:hover {
  transform: translateY(-4px) rotate(0deg) !important;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(78, 205, 196, 0.45);
}
.a36-cat-body { position: relative; min-width: 0; z-index: 1; }
.a36-cat-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 20%, rgba(255,159,28,0.15) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}
.a36-cat-card:hover .a36-cat-glow { opacity: 1; }
.a36-cat-num {
  position: absolute;
  top: -0.4rem; right: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  pointer-events: none;
}
.a36-cat-count {
  display: block;
  font-family: var(--font-display);
  font-size: 0.6rem;
  font-weight: 800;
  color: var(--a36-mango);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}
.a36-cat-card h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.a36-cat-arrow { font-size: 0.68rem; font-weight: 700; color: var(--a36-mint); }
.a36-cat-media {
  flex-shrink: 0;
  width: 68px; height: 68px;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}
.a36-cat-thumb { width: 100%; height: 100%; object-fit: contain; }

/* ── Trending rail ── */
.a36-trending { padding: 3rem 0; }
.a36-trending-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.65rem;
}
.a36-scroll-btns { display: flex; gap: 0.5rem; }
.a36-scroll-btn {
  width: 40px; height: 40px;
  border: 2px solid var(--a36-home-ink);
  background: transparent;
  border-radius: 4px;
  font-size: 1.1rem;
  color: var(--a36-home-ink);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}
.a36-scroll-btn:hover {
  background: var(--a36-home-ink);
  color: var(--a36-mango);
  transform: scale(1.05);
}

.a36-trending-rail {
  display: flex;
  gap: 1.1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.75rem 0 1.25rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  perspective: 900px;
}
.a36-trending-rail::-webkit-scrollbar { display: none; }

.a36-trend-card {
  flex: 0 0 228px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--a36-border);
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.35s;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  transform-style: preserve-3d;
  will-change: transform;
}
.a36-trend-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--a36-mango), var(--a36-mint));
  z-index: 2;
}
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 1rem;
  background: linear-gradient(160deg, #FAFAF8 0%, #F0EBE3 100%);
  overflow: hidden;
}
.a36-trend-img img {
  width: 100%; height: 100%;
  object-fit: contain;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.a36-trend-card:hover .a36-trend-img img { transform: scale(1.12) rotate(3deg); }
.a36-trend-body { padding: 0.9rem 1rem 1.05rem; }
.a36-trend-body h3 {
  margin: 0 0 0.35rem;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.a36-trend-body h3 a { color: var(--a36-home-ink); text-decoration: none !important; }
.a36-trend-body .a36-product-price { margin: 0 0 0.3rem; font-size: 0.9rem; }

.a36-home-creative .a36-btn-all--glow {
  background: var(--a36-home-ink) !important;
  border-radius: 4px !important;
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 0.78rem !important;
  box-shadow: 0 12px 32px rgba(11, 19, 32, 0.25) !important;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)) !important;
}
.a36-home-creative .a36-btn-all--glow:hover {
  background: var(--a36-mango) !important;
  color: var(--a36-home-ink) !important;
  transform: translateY(-3px) !important;
}

/* ── Deal countdown ── */
.a36-home-creative .a36-deal.section-muted {
  background: transparent;
}
.a36-deal-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.75rem 2.5rem;
  background: var(--a36-home-ink);
  color: #fff;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
  box-shadow: 0 24px 60px rgba(11, 19, 32, 0.3);
}
.a36-deal-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(78, 205, 196, 0.25);
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
}
.a36-deal-glow {
  position: absolute;
  top: -40%; right: -15%;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(255, 159, 28, 0.18) 0%, transparent 65%);
  pointer-events: none;
}
.a36-deal-flash {
  display: inline-block;
  padding: 0.22rem 0.6rem;
  background: var(--a36-berry);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: a36-glow-pulse 2.5s ease-in-out infinite;
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}
.a36-deal-copy h2 {
  margin: 0.7rem 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}
.a36-deal-sub { margin: 0 0 1.35rem; color: rgba(255,255,255,0.65); font-size: 0.9rem; max-width: 40ch; }

.a36-countdown { display: flex; gap: 0.55rem; margin-bottom: 1.45rem; }
.a36-countdown-unit {
  min-width: 56px;
  padding: 0.7rem 0.45rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}
.a36-countdown-unit strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  color: var(--a36-mango);
  font-variant-numeric: tabular-nums;
}
.a36-countdown-unit span {
  display: block;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-top: 0.25rem;
}

.a36-deal-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 1rem;
}
.a36-deal-ring {
  position: absolute;
  width: 190px; height: 190px;
  border: 1px dashed rgba(255, 159, 28, 0.4);
  border-radius: 50%;
  animation: a36-orbit-spin 16s linear infinite reverse;
}
.a36-deal-visual img {
  max-height: 175px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,0.35));
  position: relative;
  z-index: 1;
  animation: a36-float 5s ease-in-out infinite;
}
.a36-deal-price {
  position: absolute;
  bottom: 0.35rem; right: -0.25rem;
  padding: 0.4rem 0.75rem;
  background: var(--a36-mango);
  color: var(--a36-home-ink);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
  z-index: 2;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}

/* ── Tabs + mosaic ── */
.a36-tab-wrap {
  position: relative;
  display: inline-flex;
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
  border-bottom: 2px solid var(--a36-border);
  gap: 0;
}
.a36-tab-indicator {
  position: absolute;
  bottom: -2px; left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--a36-mango), var(--a36-mint));
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
  border-radius: 0;
}
.a36-tab-labels {
  position: relative;
  display: flex;
  gap: 0;
  z-index: 2;
}
.a36-tab-labels button {
  border: 0;
  background: transparent;
  padding: 0.65rem 1.15rem;
  border-radius: 0;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--a36-muted);
  white-space: nowrap;
  transition: color 0.25s;
}
.a36-tab-labels button.is-active { color: var(--a36-home-ink); }

.a36-tab-panel { animation: a36-fade-up 0.45s ease; }
.a36-tab-panel[hidden] { display: none; }

.a36-product-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--a36-border);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}
.a36-product-card h3 {
  margin: 0.65rem 0 0.25rem;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}
.a36-product-card h3 a { color: var(--a36-home-ink); text-decoration: none !important; }
.a36-product-card .a36-product-price { margin: 0 0 0.35rem; font-size: 0.92rem; }
.a36-product-img {
  display: block;
  aspect-ratio: 1;
  background: linear-gradient(160deg, #FAFAF8 0%, #F0EBE3 100%);
  padding: 0.65rem;
  overflow: hidden;
}
.a36-product-img img { width: 100%; height: 100%; object-fit: contain; display: block; }
.a36-product-actions {
  display: flex;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--a36-muted);
  margin-bottom: 0.25rem;
}

.a36-product-mosaic {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: clamp(0.85rem, 1.5vw, 1.1rem);
}
.a36-product-mosaic .a36-product-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}
.a36-product-mosaic .a36-product-card { text-align: left; padding: 0.85rem; }
.a36-product-mosaic .a36-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(11, 19, 32, 0.12);
}
.a36-product-mosaic .a36-product-img { overflow: hidden; }
.a36-product-mosaic .a36-product-img img { transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.a36-product-mosaic .a36-product-card:hover .a36-product-img img { transform: scale(1.08); }

.a36-discount {
  position: absolute;
  top: 0.6rem; left: 0.6rem;
  background: var(--a36-berry);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 800;
  padding: 0.2rem 0.45rem;
  z-index: 1;
  clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 0 100%);
}
.a36-stars { color: var(--a36-mango); font-size: 0.7rem; letter-spacing: 0.06em; }
.a36-section-cta { text-align: center; margin-top: 2.25rem; }
.a36-tab-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.85rem;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .a36-hero-split-inner { grid-template-columns: 1fr; }
  .a36-hero-sidebar {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.75rem;
    padding-bottom: 0.35rem;
    scroll-snap-type: x mandatory;
  }
  .a36-sidebar-head { min-width: 140px; flex-shrink: 0; scroll-snap-align: start; }
  .a36-sidebar-card { min-width: 260px; flex-shrink: 0; scroll-snap-align: start; }
  .a36-hero-slide { grid-template-columns: 1fr 1fr; padding-bottom: 4.75rem; }
  .a36-usp-grid { grid-template-columns: repeat(3, 1fr); }
  .a36-usp-connector { display: none; }
  .a36-trio-grid { grid-template-columns: 1fr; }
  .a36-cat-bento { grid-template-columns: repeat(2, 1fr); }
  .a36-cat-card--wide { grid-column: span 1; }
  .a36-cat-card:nth-child(odd), .a36-cat-card:nth-child(even) { transform: none; }
  .a36-product-mosaic { grid-template-columns: repeat(3, 1fr); }
  .a36-deal-inner { grid-template-columns: 1fr; text-align: center; }
  .a36-countdown { justify-content: center; }
  .a36-deal-visual { margin: 0 auto; }
}

@media (max-width: 768px) {
  .a36-hero-slide {
    grid-template-columns: 1fr;
    padding: 1.5rem 1.25rem 4.25rem;
    text-align: center;
    min-height: auto;
  }
  .a36-hero-slide-content { clip-path: none; }
  .a36-hero-main { min-height: auto; clip-path: none; }
  .a36-hero-slide-content p { margin-left: auto; margin-right: auto; }
  .a36-hero-controls { left: 1.25rem; right: 1.25rem; }
  .a36-hero-visual img { max-height: 200px; }
  .a36-trio-card { grid-template-columns: 1fr 90px; min-height: 150px; clip-path: none; }
  .a36-usp-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .a36-product-mosaic { grid-template-columns: repeat(2, 1fr); }
  .a36-trend-card { flex: 0 0 200px; }
  .a36-cat-card { grid-template-columns: 1fr 64px; clip-path: none; }
  .a36-cat-media { width: 64px; height: 64px; }
  .a36-deal-inner { clip-path: none; padding: 2rem 1.5rem; }
}

@media (max-width: 480px) {
  .a36-cat-bento,
  .a36-usp-grid,
  .a36-product-mosaic { grid-template-columns: 1fr; }
  .a36-countdown { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .a36-reveal { opacity: 1; transform: none; transition: none; }
  .a36-hero-blob, .a36-hero-ring, .a36-hero-visual img, .a36-deal-ring, .a36-deal-visual img,
  .a36-trio-sheen, .a36-deal-flash, .a36-usp-orbit, .a36-usp-icons::before {
    animation: none !important;
  }
  .a36-hero-slide.is-active { animation: none; }
  .a36-cat-card:nth-child(odd), .a36-cat-card:nth-child(even) { transform: none; }
}
