/* ============================================================
   SHIVRAJ AGRO TECH — HYDROPONIC FODDER TRAY PRODUCT PAGE
   Scoped exclusively to .shb-tray-* classes.
   Global style.css is NOT modified.
   ============================================================ */

/* ---------- Scoped Variables ---------- */
.shb-tray-page {
  --tr-deep: #075B3A;
  --tr-green: #138A4B;
  --tr-fresh: #43A047;
  --tr-light: #E8F5E9;
  --tr-orange: #F28C28;
  --tr-orange-dark: #C06C12;
  --tr-orange-soft: #FFF7ED;
  --tr-orange-chip: #FFF3E4;
  --tr-bg: #F7FBF8;
  --tr-dark: #17211B;
  --tr-muted: #55605A;
  --tr-soft: #F0F8F2;
  --tr-shadow-sm: 0 3px 14px rgba(7, 91, 58, 0.07);
  --tr-shadow-md: 0 10px 34px rgba(7, 91, 58, 0.12);
  --tr-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reveal System ---------- */
.shb-tray-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s var(--tr-ease), transform 0.7s var(--tr-ease);
}
.shb-tray-reveal.shb-tray-visible { opacity: 1; transform: translateY(0); }
.shb-tray-d1 { transition-delay: 0.08s; }
.shb-tray-d2 { transition-delay: 0.16s; }
.shb-tray-d3 { transition-delay: 0.24s; }
.shb-tray-d4 { transition-delay: 0.32s; }

/* ---------- Shared ---------- */
.shb-tray-section { padding: 88px 0; }

.shb-tray-label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3.4px;
  color: #138A4B;
  margin-bottom: 12px;
}
.shb-tray-h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.65rem, 3.4vw, 2.4rem);
  font-weight: 800;
  color: #17211B;
  margin: 0 0 14px;
}
.shb-tray-subhead {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(0.85rem, 1.6vw, 1rem);
  font-weight: 600;
  letter-spacing: 2.6px;
  color: #43A047;
  margin-bottom: 18px;
}
.shb-tray-sub-body {
  font-size: 1rem;
  color: #55605A;
  max-width: 600px;
  margin: 0 auto;
}
.shb-tray-lead {
  font-size: 1.06rem;
  line-height: 1.85;
  color: #39423C;
  margin: 0 0 14px;
}

.shb-tray-btn-main, .shb-tray-btn-ghost, .shb-tray-size-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 14px 28px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #075B3A;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}
.shb-tray-btn-main {
  background: #075B3A;
  color: #FFFFFF;
}
.shb-tray-btn-main:hover, .shb-tray-btn-main:focus-visible {
  background: #138A4B;
  border-color: #138A4B;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(19, 138, 75, 0.3);
}
.shb-tray-btn-ghost {
  background: transparent;
  color: #075B3A;
  border-color: rgba(7, 91, 58, 0.35);
}
.shb-tray-btn-ghost:hover, .shb-tray-btn-ghost:focus-visible {
  background: #075B3A;
  border-color: #075B3A;
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* Orange accent button (tray section) */
.shb-tray-size-btn {
  background: #F28C28;
  border-color: #F28C28;
  color: #FFFFFF;
  width: 100%;
}
.shb-tray-size-btn:hover {
  background: #C06C12;
  border-color: #C06C12;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(242, 140, 40, 0.3);
}

@media (max-width: 420px) {
  .shb-tray-btn-main, .shb-tray-btn-ghost { width: 100%; }
}

/* ============================================================
   1. BREADCRUMB
   ============================================================ */
.shb-tray-crumbs-wrap {
  background: #F7FBF8;
  border-bottom: 1px solid rgba(7, 91, 58, 0.07);
  padding: 92px 0 14px;
}
.shb-tray-crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.shb-tray-crumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: #138A4B;
  text-decoration: none;
  transition: color 0.25s ease;
}
.shb-tray-crumb a:hover { color: #075B3A; }
.shb-tray-crumb-sep { color: #b9c8bf; font-size: 0.75rem; }
.shb-tray-crumb-current {
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: #7d8782;
}

/* ============================================================
   2. HERO
   ============================================================ */
.shb-tray-hero {
  position: relative;
  background: #F7FBF8;
  padding: 54px 0 88px;
  overflow: hidden;
}
.shb-tray-hero-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.shb-tray-hb-1 {
  width: 520px; height: 520px; top: -200px; right: -160px;
  background: radial-gradient(circle, rgba(242, 140, 40, 0.1) 0%, rgba(242, 140, 40, 0) 70%);
}
.shb-tray-hb-2 {
  width: 420px; height: 420px; bottom: -180px; left: -140px;
  background: radial-gradient(circle, rgba(19, 138, 75, 0.08) 0%, rgba(19, 138, 75, 0) 70%);
}

.shb-tray-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3.4px;
  color: #138A4B;
  margin-bottom: 18px;
}
.shb-tray-eyebrow-line {
  display: inline-block;
  width: 36px; height: 2px;
  background: #F28C28; border-radius: 2px;
}
.shb-tray-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.06;
  color: #17211B;
  margin: 0 0 12px;
}
.shb-tray-title-accent { color: #075B3A; }
.shb-tray-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(0.85rem, 1.6vw, 1.02rem);
  font-weight: 600;
  letter-spacing: 3px;
  color: #C06C12;
  margin: 0 0 18px;
}
.shb-tray-desc {
  font-size: 1.04rem;
  line-height: 1.8;
  color: #55605A;
  max-width: 520px;
  margin: 0 0 24px;
}

.shb-tray-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 30px;
}
.shb-tray-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid rgba(242, 140, 40, 0.35);
  color: #075B3A;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 9px 16px;
  border-radius: 50px;
  box-shadow: 0 2px 10px rgba(7, 91, 58, 0.05);
}
.shb-tray-badge i { color: #F28C28; }

.shb-tray-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media (max-width: 420px) {
  .shb-tray-hero-actions { flex-direction: column; }
}

/* ============================================================
   MAIN GALLERY
   ============================================================ */
.shb-tray-gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.shb-tray-main-frame { position: relative; }
.shb-tray-main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 430px;
  background: #FFF9F1;
  border: 1px solid rgba(242, 140, 40, 0.2);
  border-radius: 18px;
  box-shadow: var(--tr-shadow-md);
  padding: 24px;
  cursor: zoom-in;
  position: relative;
  overflow: hidden;
}
.shb-tray-main-btn::before {
  content: '';
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 140, 40, 0.12) 0%, rgba(242, 140, 40, 0) 70%);
  pointer-events: none;
}
.shb-tray-main-img {
  position: relative;
  max-width: 100%;
  max-height: 440px;
  height: auto;
  width: auto;
  object-fit: contain;
  transition: transform 0.45s var(--tr-ease), opacity 0.25s ease;
  filter: drop-shadow(0 16px 30px rgba(120, 70, 10, 0.16));
}
.shb-tray-main-btn:hover .shb-tray-main-img { transform: scale(1.04); }
.shb-tray-main-img.shb-tray-img-fading { opacity: 0; }

.shb-tray-zoom-hint {
  position: absolute;
  bottom: 14px; right: 14px;
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(242, 140, 40, 0.9);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 2;
}
.shb-tray-main-btn:hover .shb-tray-zoom-hint { opacity: 1; transform: translateY(0); }

.shb-tray-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(19, 138, 75, 0.35) transparent;
  padding: 4px 2px 8px;
}
.shb-tray-thumbs::-webkit-scrollbar { height: 4px; }
.shb-tray-thumbs::-webkit-scrollbar-thumb { background: rgba(19, 138, 75, 0.3); border-radius: 4px; }

.shb-tray-thumb {
  flex: 0 0 auto;
  width: 82px; height: 82px;
  background: #FFFFFF;
  border: 2px solid rgba(7, 91, 58, 0.12);
  border-radius: 12px;
  padding: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.shb-tray-thumb:hover { border-color: #F28C28; transform: translateY(-2px); }
.shb-tray-thumb.shb-tray-thumb-active {
  border-color: #138A4B;
  box-shadow: 0 0 0 3px rgba(19, 138, 75, 0.18), 0 4px 14px rgba(7, 91, 58, 0.14);
}
.shb-tray-thumb-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .shb-tray-main-btn { min-height: 320px; padding: 18px; }
  .shb-tray-main-img { max-height: 290px; }
}
@media (max-width: 575.98px) {
  .shb-tray-main-btn { min-height: 250px; }
  .shb-tray-main-img { max-height: 230px; }
  .shb-tray-thumb { width: 68px; height: 68px; }
}

/* ============================================================
   LIGHTBOX
   ============================================================ */
.shb-tray-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.shb-tray-lightbox[hidden] { display: none; }
.shb-tray-lightbox.shb-tray-lb-open { opacity: 1; }
.shb-tray-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 14, 0.88);
  backdrop-filter: blur(6px);
}
.shb-tray-lightbox-frame {
  position: relative;
  z-index: 2;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: min(88vw, 900px);
}
.shb-tray-lightbox-img {
  max-width: 88vw;
  max-height: 80vh;
  object-fit: contain;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  transition: opacity 0.2s ease, transform 0.3s var(--tr-ease);
}
.shb-tray-lightbox-img.shb-tray-lb-fading { opacity: 0; }
.shb-tray-lightbox-cap {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.85);
}
.shb-tray-lightbox-btn {
  position: absolute;
  z-index: 3;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.25s ease, transform 0.25s ease;
}
.shb-tray-lightbox-btn:hover { background: #138A4B; transform: scale(1.06); }
.shb-tray-lb-close { top: 20px; right: 20px; }
.shb-tray-lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.shb-tray-lb-next { right: 18px; top: 50%; transform: translateY(-50%); }
body.shb-tray-lb-lock { overflow: hidden; }

@media (max-width: 575.98px) {
  .shb-tray-lightbox-btn { width: 40px; height: 40px; }
  .shb-tray-lb-prev { left: 8px; }
  .shb-tray-lb-next { right: 8px; }
}

/* ============================================================
   4. OVERVIEW MINI CARDS
   ============================================================ */
.shb-tray-intro { background: #FFFFFF; }

.shb-tray-mini {
  background: var(--tr-soft);
  border: 1px solid rgba(7, 91, 58, 0.07);
  border-radius: 14px;
  padding: 26px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  height: 100%;
  text-align: center;
  transition: transform 0.3s var(--tr-ease), box-shadow 0.3s var(--tr-ease), background 0.3s ease;
}
.shb-tray-mini:hover {
  transform: translateY(-6px);
  box-shadow: var(--tr-shadow-md);
  background: #FFFFFF;
}
.shb-tray-mini-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--tr-orange-soft);
  color: #C06C12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.shb-tray-mini:hover .shb-tray-mini-icon { background: #F28C28; color: #FFFFFF; }
.shb-tray-mini-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #17211B;
}

/* ============================================================
   5. TRAY SIZE CARDS
   ============================================================ */
.shb-tray-sizes { background: var(--tr-bg); }

.shb-tray-size-card {
  background: #FFFFFF;
  border: 1px solid rgba(242, 140, 40, 0.22);
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--tr-ease), box-shadow 0.3s var(--tr-ease), border-color 0.3s ease;
}
.shb-tray-size-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 44px rgba(140, 85, 15, 0.14);
  border-color: rgba(242, 140, 40, 0.45);
}

.shb-tray-size-media {
  position: relative;
  background: #FFF9F1;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  overflow: hidden;
}
.shb-tray-size-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.45s var(--tr-ease);
  filter: drop-shadow(0 14px 26px rgba(120, 70, 10, 0.15));
}
.shb-tray-size-card:hover .shb-tray-size-media img { transform: scale(1.05); }

.shb-tray-size-tag {
  position: absolute;
  top: 16px; left: 16px;
  background: #F28C28;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(242, 140, 40, 0.35);
}

.shb-tray-size-body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.shb-tray-size-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: #075B3A;
  margin: 0 0 16px;
  line-height: 1.1;
}
.shb-tray-size-title span {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 2.4px;
  color: #F28C28;
  margin-top: 7px;
}

.shb-tray-size-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.shb-tray-size-specs li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 7px 0;
  font-size: 0.85rem;
  border-bottom: 1px dashed rgba(7, 91, 58, 0.1);
}
.shb-tray-size-specs li:last-child { border-bottom: none; }
.shb-tray-size-specs span { color: #7d8782; flex-shrink: 0; }
.shb-tray-size-specs b {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #17211B;
  text-align: right;
}

.shb-tray-orange-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.shb-tray-orange-dot::before {
  content: '';
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #F28C28;
  display: inline-block;
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .shb-tray-size-media { height: 230px; }
}

/* ============================================================
   6. COMPARISON TABLE
   ============================================================ */
.shb-tray-compare { background: #FFFFFF; }

.shb-tray-compare-table-wrap {
  background: #FFFFFF;
  border: 1px solid rgba(7, 91, 58, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--tr-shadow-sm);
}
.shb-tray-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.shb-tray-compare-table thead th {
  background: linear-gradient(135deg, #075B3A, #138A4B);
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding: 16px 20px;
  text-align: left;
}
.shb-tray-compare-table thead th + th,
.shb-tray-compare-table thead th:last-child { text-align: right; width: 28%; }
.shb-tray-compare-table tbody th {
  font-family: 'Poppins', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #7d8782;
  padding: 13px 20px;
  vertical-align: middle;
  background: #FBFDFC;
}
.shb-tray-compare-table tbody td {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #17211B;
  padding: 13px 20px;
  text-align: right;
  vertical-align: middle;
}
.shb-tray-compare-table tbody tr {
  border-top: 1px solid rgba(7, 91, 58, 0.06);
  transition: background 0.25s ease;
}
.shb-tray-compare-table tbody tr:hover { background: var(--tr-orange-soft); }

.shb-tray-compare-cards { display: none; }
.shb-tray-cmp-mini {
  background: #FFFFFF;
  border: 1px solid rgba(242, 140, 40, 0.22);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 16px;
}
.shb-tray-cmp-mini-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #075B3A;
  margin: 0 0 12px;
  letter-spacing: 0.6px;
}
.shb-tray-cmp-mini ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shb-tray-cmp-mini li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  font-size: 0.84rem;
  border-bottom: 1px dashed rgba(7, 91, 58, 0.08);
}
.shb-tray-cmp-mini li:last-child { border-bottom: none; }
.shb-tray-cmp-mini li span { color: #7d8782; }
.shb-tray-cmp-mini li b { font-family: 'Poppins', sans-serif; font-weight: 600; color: #17211B; text-align: right; }

@media (max-width: 640px) {
  .shb-tray-compare-table-wrap { display: none; }
  .shb-tray-compare-cards { display: block; }
}

/* ============================================================
   7. SPEC GRID
   ============================================================ */
.shb-tray-specs { background: var(--tr-bg); }

.shb-tray-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (min-width: 992px) {
  .shb-tray-spec-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767.98px) {
  .shb-tray-spec-grid { grid-template-columns: 1fr; }
}

.shb-tray-spec {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #FFFFFF;
  border: 1px solid rgba(7, 91, 58, 0.07);
  border-radius: 12px;
  padding: 18px 20px;
  transition: transform 0.3s var(--tr-ease), box-shadow 0.3s var(--tr-ease);
}
.shb-tray-spec:hover { transform: translateY(-4px); box-shadow: var(--tr-shadow-sm); }
.shb-tray-spec-icon {
  flex: 0 0 46px;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--tr-orange-soft);
  color: #C06C12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.shb-tray-spec:hover .shb-tray-spec-icon { background: #F28C28; color: #FFFFFF; }
.shb-tray-spec-k {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #7d8782;
  margin-bottom: 3px;
}
.shb-tray-spec-v {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #17211B;
  line-height: 1.4;
}

/* ============================================================
   8. FEATURES
   ============================================================ */
.shb-tray-features { background: #FFFFFF; }

.shb-tray-feature {
  position: relative;
  background: var(--tr-bg);
  border: 1px solid rgba(7, 91, 58, 0.07);
  border-radius: 14px;
  padding: 30px 24px;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s var(--tr-ease), box-shadow 0.3s var(--tr-ease), background 0.3s ease;
}
.shb-tray-feature::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, #F28C28, #138A4B);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--tr-ease);
}
.shb-tray-feature:hover {
  transform: translateY(-6px);
  box-shadow: var(--tr-shadow-md);
  background: #FFFFFF;
}
.shb-tray-feature:hover::before { transform: scaleX(1); }

.shb-tray-feature-num {
  position: absolute;
  top: 12px; right: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--tr-light);
  line-height: 1;
}
.shb-tray-feature-icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: var(--tr-orange-soft);
  color: #C06C12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 16px;
  transition: background 0.3s ease, color 0.3s ease;
}
.shb-tray-feature:hover .shb-tray-feature-icon { background: #F28C28; color: #FFFFFF; }
.shb-tray-feature-title {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #17211B;
  margin: 0 0 10px;
}
.shb-tray-feature-text {
  font-size: 0.87rem;
  line-height: 1.65;
  color: #55605A;
  margin: 0;
}

/* ============================================================
   9. GRAINS
   ============================================================ */
.shb-tray-grains { background: var(--tr-bg); }

.shb-tray-grain-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.shb-tray-grain {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 1.6px;
  border-radius: 14px;
  transition: transform 0.25s ease, box-shadow 0.3s ease;
  cursor: default;
}
.shb-tray-grain-main {
  background: #FFFFFF;
  border: 2px solid rgba(242, 140, 40, 0.35);
  color: #075B3A;
  font-size: 1.05rem;
  padding: 16px 32px;
  box-shadow: 0 6px 20px rgba(7, 91, 58, 0.07);
}
.shb-tray-grain-main:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(140, 85, 15, 0.15);
}
.shb-tray-grain-main i { color: #F28C28; font-size: 1.3rem; }
.shb-tray-grain-etc {
  color: #7d8782;
  font-size: 0.95rem;
  font-style: italic;
  padding: 10px 16px;
}
.shb-tray-grain-desc {
  text-align: center;
  max-width: 640px;
  margin: 26px auto 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #55605A;
}

/* ============================================================
   10. SHOWCASE MASONRY + FILTER
   ============================================================ */
.shb-tray-showcase { background: #FFFFFF; }

.shb-tray-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
}
.shb-tray-filter-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: #075B3A;
  background: #F7FBF8;
  border: 1.5px solid rgba(19, 138, 75, 0.2);
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.25s ease;
}
.shb-tray-filter-btn:hover { border-color: #138A4B; background: #E8F5E9; transform: translateY(-1px); }
.shb-tray-filter-btn.shb-tray-filter-active {
  background: #075B3A;
  border-color: #075B3A;
  color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .shb-tray-filter-btn { font-size: 0.66rem; padding: 9px 14px; }
}

/* Masonry via CSS Grid */
.shb-tray-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  gap: 14px;
}
.shb-tray-masonry-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: zoom-in;
  border: none;
  background: #F0F8F2;
  padding: 0;
  display: block;
  box-shadow: var(--tr-shadow-sm);
  transition: opacity 0.3s ease, transform 0.3s var(--tr-ease), box-shadow 0.3s ease;
}
.shb-tray-masonry-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--tr-shadow-md);
}
.shb-tray-masonry-item.shb-tray-m-item-hide {
  opacity: 0;
  transform: scale(0.96);
  pointer-events: none;
}
.shb-tray-m-col2 { grid-column: span 2; }
.shb-tray-m-row2 { grid-row: span 2; }

.shb-tray-masonry-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--tr-ease);
}
.shb-tray-masonry-item:hover .shb-tray-masonry-img { transform: scale(1.06); }

.shb-tray-masonry-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 16px 12px;
  background: linear-gradient(to top, rgba(7, 91, 58, 0.72), transparent);
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  text-align: left;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.shb-tray-masonry-item:hover .shb-tray-masonry-cap { opacity: 1; transform: translateY(0); }

@media (max-width: 991.98px) {
  .shb-tray-masonry { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
}
@media (max-width: 575.98px) {
  .shb-tray-masonry { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .shb-tray-m-col2, .shb-tray-m-row2 { grid-column: auto; grid-row: auto; }
}

/* ============================================================
   11. SPLIT SHOWCASE
   ============================================================ */
.shb-tray-split { background: var(--tr-bg); }

.shb-tray-split-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 340px;
  background: #FFF9F1;
  border: 1px solid rgba(242, 140, 40, 0.22);
  border-radius: 18px;
  padding: 24px;
  cursor: zoom-in;
  overflow: hidden;
  box-shadow: var(--tr-shadow-md);
  transition: transform 0.3s var(--tr-ease), box-shadow 0.3s ease;
}
.shb-tray-split-media:hover { transform: translateY(-4px); }
.shb-tray-split-media img {
  max-width: 100%;
  max-height: 380px;
  object-fit: contain;
  transition: transform 0.45s var(--tr-ease);
  filter: drop-shadow(0 14px 28px rgba(120, 70, 10, 0.15));
}
.shb-tray-split-media:hover img { transform: scale(1.04); }
@media (max-width: 575.98px) {
  .shb-tray-split-media { min-height: 240px; }
  .shb-tray-split-media img { max-height: 240px; }
}

.shb-tray-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 22px 0 28px;
}
.shb-tray-stat {
  background: #FFFFFF;
  border: 1px solid rgba(7, 91, 58, 0.08);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.shb-tray-stat-num {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  color: #075B3A;
  line-height: 1.1;
}
.shb-tray-stat-k {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #7d8782;
  margin-top: 6px;
}
.shb-tray-stat-cap {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border-color: rgba(242, 140, 40, 0.3);
  background: var(--tr-orange-soft);
}
.shb-tray-stat-cap-val {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #075B3A;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}
.shb-tray-stat-cap-val small {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: #C06C12;
}

/* ============================================================
   12. WHY CHOOSE
   ============================================================ */
.shb-tray-why { background: #FFFFFF; }

.shb-tray-why-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--tr-bg);
  border: 1px solid rgba(7, 91, 58, 0.07);
  border-radius: 14px;
  padding: 22px 22px;
  height: 100%;
  transition: transform 0.3s var(--tr-ease), box-shadow 0.3s var(--tr-ease), background 0.3s ease;
}
.shb-tray-why-item:hover { transform: translateY(-5px); box-shadow: var(--tr-shadow-md); background: #FFFFFF; }
.shb-tray-why-icon {
  flex: 0 0 50px;
  width: 50px; height: 50px;
  border-radius: 12px;
  background: var(--tr-orange-soft);
  color: #C06C12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.shb-tray-why-item:hover .shb-tray-why-icon { background: #F28C28; color: #FFFFFF; }
.shb-tray-why-item span {
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #17211B;
  line-height: 1.5;
}

/* ============================================================
   13. PROCESS
   ============================================================ */
.shb-tray-process { background: var(--tr-bg); }

.shb-tray-process-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media (max-width: 991.98px) {
  .shb-tray-process-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575.98px) {
  .shb-tray-process-row { grid-template-columns: 1fr; }
}

.shb-tray-process-step {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(7, 91, 58, 0.08);
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s var(--tr-ease), box-shadow 0.3s var(--tr-ease);
}
.shb-tray-process-step:hover { transform: translateY(-6px); box-shadow: var(--tr-shadow-md); }
.shb-tray-process-num {
  position: absolute;
  top: 10px; right: 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--tr-light);
  line-height: 1;
}
.shb-tray-process-icon {
  width: 60px; height: 60px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--tr-orange-soft);
  color: #C06C12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s var(--tr-ease);
}
.shb-tray-process-step:hover .shb-tray-process-icon { background: #F28C28; color: #FFFFFF; transform: scale(1.07); }
.shb-tray-process-title {
  font-family: 'Poppins', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #17211B;
  margin: 0 0 8px;
}
.shb-tray-process-text {
  font-size: 0.82rem;
  line-height: 1.6;
  color: #55605A;
  margin: 0;
}

/* ============================================================
   14. CAPACITY SHOWCASE
   ============================================================ */
.shb-tray-capacity { background: #FFFFFF; }

.shb-tray-cap-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 28px;
}
.shb-tray-cap-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #E8F5E9;
  color: #075B3A;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 11px 20px;
  border-radius: 10px;
  border: 1px solid rgba(19, 138, 75, 0.2);
  transition: transform 0.25s ease, background 0.3s ease;
}
.shb-tray-cap-chip:hover { transform: translateY(-3px); background: #FFFFFF; }
.shb-tray-cap-chip i { color: #138A4B; }

/* ============================================================
   15. CTA
   ============================================================ */
.shb-tray-cta {
  position: relative;
  background: linear-gradient(135deg, #075B3A 0%, #0d7548 60%, #138A4B 100%);
  padding: 96px 0;
  overflow: hidden;
}
.shb-tray-cta-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.shb-tray-cb-1 {
  width: 400px; height: 400px; top: -180px; right: -110px;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 70%);
}
.shb-tray-cb-2 {
  width: 320px; height: 320px; bottom: -160px; left: -90px;
  background: radial-gradient(circle, rgba(67,160,71,0.3) 0%, rgba(67,160,71,0) 70%);
}
.shb-tray-cta-leaf {
  position: absolute;
  color: rgba(255, 255, 255, 0.07);
  animation: shbTrayFloat 7s ease-in-out infinite;
  pointer-events: none;
}
.shb-tray-cl-1 { top: 14%; left: 7%; font-size: 92px; }
.shb-tray-cl-2 { bottom: 12%; right: 6%; font-size: 112px; animation-delay: 2.5s; }

@keyframes shbTrayFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-14px) rotate(5deg); }
}

.shb-tray-cta-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.6rem, 3.6vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  margin: 0 0 16px;
}
.shb-tray-cta-desc {
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  max-width: 640px;
  margin: 0 auto 32px;
}
.shb-tray-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.shb-tray-cta-btn1, .shb-tray-cta-btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 15px 34px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}
.shb-tray-cta-btn1 { background: #FFFFFF; color: #075B3A; }
.shb-tray-cta-btn1:hover {
  background: #FFF3E4; border-color: #FFF3E4; color: #C06C12;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
.shb-tray-cta-btn2 { background: transparent; color: #FFFFFF; border-color: rgba(255,255,255,0.5); }
.shb-tray-cta-btn2:hover {
  background: #FFFFFF; border-color: #FFFFFF; color: #075B3A;
  transform: translateY(-2px);
}
@media (max-width: 420px) {
  .shb-tray-cta-btns { flex-direction: column; }
}
@media (max-width: 767.98px) {
  .shb-tray-cta { padding: 72px 0; }
  .shb-tray-cl-1, .shb-tray-cl-2 { font-size: 62px; }
}

/* ============================================================
   MODAL (scoped overrides)
   ============================================================ */
.shb-tray-modal .shb-tray-modal-content {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}
.shb-tray-modal .shb-tray-modal-head {
  background: linear-gradient(135deg, #075B3A, #138A4B);
  border: none;
  padding: 24px 26px;
}
.shb-tray-modal-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin: 0;
}
.shb-tray-modal-sub {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 6px 0 0;
}
.shb-tray-modal .shb-tray-modal-close {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.shb-tray-modal .shb-tray-modal-body { padding: 26px; }

.shb-tray-form-label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #17211B;
  margin-bottom: 7px;
}
.shb-tray-req { color: #d9534f; }
.shb-tray-form-input {
  width: 100%;
  background: #F7FBF8;
  border: 1.5px solid rgba(7, 91, 58, 0.14);
  border-radius: 8px;
  padding: 12px 15px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #17211B;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.shb-tray-form-input:focus {
  outline: none;
  border-color: #138A4B;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(19, 138, 75, 0.12);
}
.shb-tray-form-input.shb-tray-input-error {
  border-color: #d9534f;
  box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.1);
}
.shb-tray-form-error {
  display: block;
  font-size: 0.76rem;
  color: #d9534f;
  margin-top: 5px;
  min-height: 14px;
}
.shb-tray-form-submit {
  width: 100%;
  margin-top: 6px;
}
.shb-tray-form-success {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #E8F5E9;
  border: 1px solid rgba(19, 138, 75, 0.25);
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 0.84rem;
  color: #075B3A;
  margin-bottom: 14px;
}
.shb-tray-form-success i { color: #138A4B; font-size: 1rem; flex-shrink: 0; }

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .shb-tray-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .shb-tray-cta-leaf { animation: none; }
  .shb-tray-main-btn:hover .shb-tray-main-img,
  .shb-tray-masonry-item:hover .shb-tray-masonry-img,
  .shb-tray-size-card:hover .shb-tray-size-media img { transform: none; }
}
