/* Appily fortythree — Seedrow Atelier homepage
   Same section layout; distinct night-greenhouse visual system. */

.page-home-orchard {
  --sr-night: #0c1810;
  --sr-forest: #14301c;
  --sr-lime: #b8e85a;
  --sr-lime-deep: #8fc92e;
  --sr-brass: #d4b45a;
  --sr-mist: #e8efe6;
  --sr-paper: #f3f6f1;
  --sr-ink: #101a12;
  --sr-muted: #5a6b5e;
  --sr-line: rgba(184, 232, 90, 0.22);
  --sr-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --sr-display: 'Fraunces', Georgia, serif;
  --sr-sans: 'Sora', 'DM Sans', system-ui, sans-serif;
  --font-serif: var(--sr-display);
  --font-body: var(--sr-sans);
  background: var(--sr-paper);
  color: var(--sr-ink);
}

.page-home-orchard .page-main {
  overflow-x: clip;
  font-family: var(--sr-sans);
}

/* ── Scroll reveal (stagger children) ── */
.a43-reveal {
  opacity: 0;
  transform: translateY(36px) scale(0.985);
  filter: blur(4px);
  transition:
    opacity 0.75s var(--sr-ease),
    transform 0.75s var(--sr-ease),
    filter 0.75s var(--sr-ease);
}
.a43-reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}
.a43-reveal.is-visible .a43-orchard-deal,
.a43-reveal.is-visible .a43-orchard-cat-card,
.a43-reveal.is-visible .a43-product-card,
.a43-reveal.is-visible .a43-crudo-review {
  animation: a43SrRise 0.65s var(--sr-ease) both;
}
.a43-reveal.is-visible .a43-orchard-deal:nth-child(1),
.a43-reveal.is-visible .a43-orchard-cat-card:nth-child(1),
.a43-reveal.is-visible .a43-product-card:nth-child(1),
.a43-reveal.is-visible .a43-crudo-review:nth-child(1) { animation-delay: 0.05s; }
.a43-reveal.is-visible .a43-orchard-deal:nth-child(2),
.a43-reveal.is-visible .a43-orchard-cat-card:nth-child(2),
.a43-reveal.is-visible .a43-product-card:nth-child(2),
.a43-reveal.is-visible .a43-crudo-review:nth-child(2) { animation-delay: 0.12s; }
.a43-reveal.is-visible .a43-orchard-deal:nth-child(3),
.a43-reveal.is-visible .a43-orchard-cat-card:nth-child(3),
.a43-reveal.is-visible .a43-product-card:nth-child(3) { animation-delay: 0.19s; }
.a43-reveal.is-visible .a43-orchard-cat-card:nth-child(4),
.a43-reveal.is-visible .a43-product-card:nth-child(4) { animation-delay: 0.26s; }
.a43-reveal.is-visible .a43-orchard-cat-card:nth-child(5),
.a43-reveal.is-visible .a43-product-card:nth-child(5) { animation-delay: 0.33s; }
@keyframes a43SrRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* ── Shared accents ── */
.a43-orchard-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sr-lime-deep);
  margin-bottom: 0.45rem;
}
.a43-orchard-eyebrow::before {
  content: '';
  width: 1.65rem;
  height: 2px;
  background: linear-gradient(90deg, var(--sr-lime), transparent);
}
.a43-orchard-section-title,
.a43-crudo-section-title {
  font-family: var(--sr-display);
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 600;
  font-variation-settings: 'SOFT' 40, 'WONK' 0.4;
  margin: 0;
  color: var(--sr-ink);
  letter-spacing: -0.02em;
  line-height: 1.12;
}
.a43-orchard-section-intro {
  margin-bottom: 1.35rem;
}

/* ── Hero: full-bleed night greenhouse ── */
.a43-orchard-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.75rem, 5vw, 4.25rem);
  background: var(--sr-night);
  color: #f2f7ef;
  overflow: hidden;
}
.a43-orchard-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.a43-orchard-blob {
  position: absolute;
  border-radius: 40% 60% 55% 45%;
  filter: blur(70px);
  opacity: 0.55;
  animation: a43SrDrift 16s ease-in-out infinite alternate;
  mix-blend-mode: screen;
}
.a43-orchard-blob--1 {
  width: min(50vw, 520px);
  height: min(50vw, 520px);
  top: -18%;
  right: -4%;
  background: radial-gradient(circle, rgba(184, 232, 90, 0.45), transparent 68%);
}
.a43-orchard-blob--2 {
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  bottom: -20%;
  left: -8%;
  background: radial-gradient(circle, rgba(212, 180, 90, 0.35), transparent 70%);
  animation-delay: -5s;
}
.a43-orchard-blob--3 {
  width: 260px;
  height: 260px;
  top: 42%;
  left: 42%;
  background: radial-gradient(circle, rgba(47, 120, 70, 0.55), transparent 70%);
  animation-delay: -9s;
}
.a43-orchard-grid {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -12deg,
      transparent 0 14px,
      rgba(184, 232, 90, 0.035) 14px 15px
    ),
    radial-gradient(ellipse 70% 55% at 70% 40%, rgba(184, 232, 90, 0.08), transparent 60%);
  mask-image: linear-gradient(180deg, #000 30%, transparent 95%);
}
.a43-orchard-grid::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, var(--sr-paper));
}
@keyframes a43SrDrift {
  0% { transform: translate(0, 0) scale(1) rotate(0deg); }
  100% { transform: translate(30px, -22px) scale(1.12) rotate(8deg); }
}

.a43-orchard-hero .a43-crudo-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.25rem);
}
.a43-orchard-brand-mark {
  display: block;
  margin: 0 0 0.85rem;
  font-family: var(--sr-display);
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--sr-lime);
  text-shadow: 0 0 40px rgba(184, 232, 90, 0.25);
}
.a43-orchard-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.9rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background: rgba(184, 232, 90, 0.1);
  border: 1px solid var(--sr-line);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sr-lime);
}
.a43-orchard-hero .a43-crudo-hero-kicker {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: var(--sr-brass);
}
.a43-orchard-hero .a43-crudo-hero-copy h1 {
  font-family: var(--sr-display);
  font-size: clamp(2.15rem, 5vw, 3.55rem);
  font-weight: 600;
  line-height: 1.05;
  margin: 0 0 1.05rem;
  color: #f5faf1;
  text-wrap: balance;
  letter-spacing: -0.025em;
}
.a43-orchard-hero .a43-crudo-hero-copy h1 em {
  font-style: italic;
  color: var(--sr-lime);
  font-weight: 500;
}
.a43-orchard-hero .a43-crudo-hero-lede {
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
  color: rgba(232, 239, 230, 0.78);
  max-width: 44ch;
  line-height: 1.7;
}
.a43-orchard-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1.85rem;
}
.a43-orchard-btn-glow,
.a43-orchard-hero .a43-crudo-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 1.7rem;
  border-radius: 2px;
  background: var(--sr-lime);
  color: var(--sr-night) !important;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  box-shadow:
    0 0 0 1px rgba(184, 232, 90, 0.4),
    0 14px 36px rgba(184, 232, 90, 0.22);
  transition: transform 0.3s var(--sr-ease), box-shadow 0.3s, background 0.25s;
  position: relative;
  overflow: hidden;
}
.a43-orchard-btn-glow::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.6s var(--sr-ease);
}
.a43-orchard-btn-glow:hover {
  transform: translateY(-3px);
  background: #c8f06e;
  box-shadow: 0 18px 44px rgba(184, 232, 90, 0.3);
}
.a43-orchard-btn-glow:hover::after {
  transform: translateX(120%);
}
.a43-orchard-link-secondary {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(245, 250, 241, 0.88);
  text-decoration: none !important;
  border-bottom: 1px solid rgba(184, 232, 90, 0.45);
  padding-bottom: 3px;
  transition: color 0.2s, border-color 0.2s, letter-spacing 0.25s;
}
.a43-orchard-link-secondary:hover {
  color: var(--sr-lime);
  border-bottom-color: var(--sr-lime);
  letter-spacing: 0.02em;
}
.a43-orchard-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.a43-orchard-hero-stats li {
  flex: 1 1 92px;
  min-width: 92px;
  padding: 0.8rem 1rem;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 232, 90, 0.16);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}
.a43-orchard-hero-stats li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--sr-lime);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s var(--sr-ease);
}
.a43-orchard-hero-stats li:hover::before {
  transform: scaleY(1);
}
.a43-orchard-hero-stats strong {
  display: block;
  font-family: var(--sr-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--sr-lime);
  line-height: 1.05;
}
.a43-orchard-hero-stats span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232, 239, 230, 0.62);
}

/* Hero visual — geometric stage */
.a43-orchard-hero-stage {
  position: relative;
  min-height: 400px;
  display: grid;
  place-items: center;
}
.a43-orchard-orbit {
  position: absolute;
  border: 1px solid rgba(184, 232, 90, 0.18);
  animation: a43SrSpin 32s linear infinite;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.a43-orchard-orbit--1 {
  width: min(100%, 420px);
  height: min(100%, 420px);
  aspect-ratio: 1;
}
.a43-orchard-orbit--2 {
  width: min(82%, 340px);
  height: min(82%, 340px);
  aspect-ratio: 1;
  animation-direction: reverse;
  animation-duration: 22s;
  border-color: rgba(212, 180, 90, 0.28);
}
@keyframes a43SrSpin {
  to { transform: rotate(360deg); }
}
.a43-orchard-hero-main {
  margin: 0;
  width: min(100%, 340px);
  aspect-ratio: 1;
  clip-path: polygon(18% 0%, 82% 0%, 100% 18%, 100% 82%, 82% 100%, 18% 100%, 0% 82%, 0% 18%);
  overflow: hidden;
  background: var(--sr-forest);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(184, 232, 90, 0.35),
    0 0 60px rgba(184, 232, 90, 0.12);
  z-index: 2;
  position: relative;
}
.a43-orchard-hero-main::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(184, 232, 90, 0.18));
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.a43-orchard-hero-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--sr-ease);
}
.a43-orchard-hero-stage:hover .a43-orchard-hero-main img {
  transform: scale(1.08);
}
.a43-orchard-float {
  animation: a43SrBob 4.8s ease-in-out infinite;
  z-index: 3;
  border: 2px solid rgba(184, 232, 90, 0.45);
  border-radius: 2px !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35) !important;
}
.a43-crudo-hero-float--1.a43-orchard-float { animation-delay: 0s; }
.a43-crudo-hero-float--2.a43-orchard-float { animation-delay: -1.5s; }
.a43-crudo-hero-float--3.a43-orchard-float { animation-delay: -3s; }
@keyframes a43SrBob {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-14px) rotate(2deg); }
}
.a43-crudo-hero-float {
  position: absolute;
  width: 86px;
  height: 86px;
  border-radius: 2px;
  overflow: hidden;
  background: var(--sr-forest);
}
.a43-crudo-hero-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a43-crudo-hero-float--1 { top: 4%; left: 0; }
.a43-crudo-hero-float--2 { bottom: 8%; left: 6%; width: 70px; height: 70px; }
.a43-crudo-hero-float--3 { top: 10%; right: 2%; width: 76px; height: 76px; }

/* ── Deal bento ── */
.a43-orchard-deals {
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
  background:
    linear-gradient(180deg, var(--sr-paper) 0%, var(--sr-mist) 100%);
  position: relative;
}
.a43-orchard-deals::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(20, 48, 28, 0.12), transparent);
}
.a43-crudo-deals-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
}
.a43-orchard-deal {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 1rem;
  padding: 1.45rem 1.4rem 1.25rem;
  border-radius: 4px;
  text-decoration: none !important;
  color: #f4f8f1;
  overflow: hidden;
  min-height: 172px;
  transition: transform 0.4s var(--sr-ease), box-shadow 0.4s;
  box-shadow: 0 14px 36px rgba(12, 24, 16, 0.12);
}
.a43-orchard-deal::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -18deg,
      transparent 0 18px,
      rgba(255, 255, 255, 0.03) 18px 19px
    );
  opacity: 0.7;
  pointer-events: none;
}
.a43-orchard-deal::after {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  top: -20%;
  left: -20%;
  background: radial-gradient(circle at var(--mx, 70%) var(--my, 30%), rgba(255, 255, 255, 0.16), transparent 42%);
  opacity: 0;
  transition: opacity 0.35s;
  pointer-events: none;
}
.a43-orchard-deal:hover {
  transform: translateY(-7px) scale(1.01);
  box-shadow: 0 24px 52px rgba(12, 24, 16, 0.2);
}
.a43-orchard-deal:hover::after { opacity: 1; }
.a43-crudo-deal--large {
  grid-row: span 2;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  min-height: 100%;
}
.a43-crudo-deal--blue {
  background: linear-gradient(145deg, #1a3d4a 0%, #0f2a34 55%, #163a2a 100%);
}
.a43-crudo-deal--pink {
  background: linear-gradient(145deg, #3a2440 0%, #2a1830 100%);
}
.a43-crudo-deal--sand {
  background: linear-gradient(145deg, #3a3018 0%, #2a2412 100%);
}
.a43-crudo-deal-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--sr-lime);
  color: var(--sr-night);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.4rem 0.75rem;
  border-radius: 2px;
  z-index: 1;
}
.a43-crudo-deal-kicker {
  display: block;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--sr-lime);
  margin-bottom: 0.45rem;
}
.a43-crudo-deal-copy {
  position: relative;
  z-index: 1;
}
.a43-crudo-deal-copy h2 {
  font-family: var(--sr-display);
  font-size: clamp(1.25rem, 2.3vw, 1.65rem);
  margin: 0 0 0.4rem;
  color: #f6faf2;
  line-height: 1.15;
  font-weight: 600;
}
.a43-crudo-deal-copy p {
  margin: 0 0 0.85rem;
  font-size: 0.86rem;
  color: rgba(232, 239, 230, 0.7);
}
.a43-crudo-deal-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--sr-lime);
}
.a43-crudo-deal-link::after {
  content: '→';
  transition: transform 0.25s;
}
.a43-orchard-deal:hover .a43-crudo-deal-link::after {
  transform: translateX(5px);
}
.a43-crudo-deal-img {
  margin: 0;
  width: 112px;
  height: 112px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.35));
  transition: transform 0.45s var(--sr-ease);
}
.a43-orchard-deal:hover .a43-crudo-deal-img {
  transform: scale(1.1) rotate(-5deg);
}
.a43-crudo-deal--large .a43-crudo-deal-img {
  width: 100%;
  height: auto;
  max-height: 250px;
  justify-self: center;
}
.a43-crudo-deal-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ── Categories ── */
.a43-orchard-categories {
  background: var(--sr-paper);
}
.a43-crudo-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.a43-crudo-scroll-btns {
  display: flex;
  gap: 0.45rem;
}
.a43-crudo-scroll-btns button {
  width: 42px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid rgba(20, 48, 28, 0.18);
  background: #fff;
  cursor: pointer;
  color: var(--sr-forest);
  font-size: 1rem;
  transition: background 0.2s, color 0.2s, transform 0.2s, border-color 0.2s;
}
.a43-crudo-scroll-btns button:hover {
  background: var(--sr-night);
  color: var(--sr-lime);
  border-color: var(--sr-night);
  transform: translateY(-2px);
}
.a43-crudo-cat-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.45rem 0.25rem 0.9rem;
  scrollbar-width: none;
  perspective: 1000px;
}
.a43-crudo-cat-track::-webkit-scrollbar { display: none; }
.a43-orchard-cat-card {
  flex: 0 0 162px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 4px;
  padding: 1.15rem 1rem 1.05rem;
  text-align: center;
  text-decoration: none !important;
  color: var(--sr-ink);
  border: 1px solid rgba(20, 48, 28, 0.08);
  box-shadow: 0 10px 28px rgba(12, 24, 16, 0.06);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.35s var(--sr-ease), box-shadow 0.35s, border-color 0.35s;
}
.a43-orchard-cat-card::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--a43-cat-accent, var(--sr-lime-deep));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s var(--sr-ease);
}
.a43-orchard-cat-card:hover {
  box-shadow: 0 22px 48px rgba(12, 24, 16, 0.14);
  border-color: rgba(184, 232, 90, 0.45);
}
.a43-orchard-cat-card:hover::before {
  transform: scaleY(1);
}
.a43-crudo-cat-img {
  margin: 0 auto 0.9rem;
  width: 94px;
  height: 94px;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  overflow: hidden;
  background: var(--sr-mist);
  transition: clip-path 0.5s var(--sr-ease);
}
.a43-orchard-cat-card:hover .a43-crudo-cat-img {
  clip-path: polygon(12% 0%, 88% 0%, 100% 12%, 100% 88%, 88% 100%, 12% 100%, 0% 88%, 0% 12%);
}
.a43-crudo-cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--sr-ease);
}
.a43-orchard-cat-card:hover .a43-crudo-cat-img img {
  transform: scale(1.12);
}
.a43-crudo-cat-card h3 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  font-family: var(--sr-display);
  letter-spacing: -0.01em;
}

/* ── Product tabs & grid ── */
.a43-orchard-products {
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(184, 232, 90, 0.08), transparent 55%),
    var(--sr-mist);
}
.a43-crudo-section-head--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.a43-orchard-tabs {
  position: relative;
  display: inline-flex;
  gap: 0.2rem;
  margin-top: 1.15rem;
  padding: 0.3rem;
  border-radius: 2px;
  background: rgba(12, 24, 16, 0.06);
  border: 1px solid rgba(20, 48, 28, 0.1);
}
.a43-orchard-tab-indicator {
  position: absolute;
  top: 0.3rem;
  bottom: 0.3rem;
  left: 0.3rem;
  width: 0;
  border-radius: 2px;
  background: var(--sr-night);
  box-shadow: 0 8px 20px rgba(12, 24, 16, 0.25);
  transition: transform 0.4s var(--sr-ease), width 0.4s var(--sr-ease);
  z-index: 0;
}
.a43-orchard-tabs button {
  position: relative;
  z-index: 1;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--sr-muted);
  padding: 0.58rem 1.2rem;
  border-radius: 2px;
  cursor: pointer;
  transition: color 0.25s;
  white-space: nowrap;
}
.a43-orchard-tabs button.is-active {
  color: var(--sr-lime);
}
.a43-crudo-tab-panel {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s var(--sr-ease), transform 0.45s var(--sr-ease);
}
.a43-crudo-tab-panel.is-active {
  opacity: 1;
  transform: none;
}
.a43-crudo-tab-panel[hidden] {
  display: none !important;
}
.a43-crudo-product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.1rem;
}
.page-home-orchard .a43-product-card {
  background: #fff;
  border-radius: 4px;
  padding: 0.85rem;
  border: 1px solid rgba(20, 48, 28, 0.08);
  box-shadow: 0 8px 24px rgba(12, 24, 16, 0.05);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s var(--sr-ease), box-shadow 0.4s, border-color 0.3s;
}
.page-home-orchard .a43-product-card::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sr-lime), var(--sr-brass));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--sr-ease);
}
.page-home-orchard .a43-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(12, 24, 16, 0.12);
  border-color: rgba(184, 232, 90, 0.4);
}
.page-home-orchard .a43-product-card:hover::after {
  transform: scaleX(1);
}
.page-home-orchard .a43-prod-frame {
  aspect-ratio: 1;
  border-radius: 2px;
  overflow: hidden;
  background: var(--sr-mist);
  clip-path: inset(0 round 2px);
}
.page-home-orchard .a43-prod-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--sr-ease);
}
.page-home-orchard .a43-product-card:hover .a43-prod-frame img {
  transform: scale(1.1);
}
.page-home-orchard .a43-product-card h3 {
  margin: 0.75rem 0 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: var(--sr-display);
  letter-spacing: -0.01em;
}
.page-home-orchard .a43-product-card h3 a {
  color: var(--sr-ink);
  text-decoration: none !important;
}
.page-home-orchard .a43-product-price {
  margin: 0;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--sr-forest);
}
.page-home-orchard .a43-product-price s {
  color: var(--sr-muted);
  font-weight: 400;
  margin-left: 0.35rem;
  font-size: 0.8rem;
}
.page-home-orchard .a43-discount {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  background: var(--sr-night);
  color: var(--sr-lime);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.28rem 0.5rem;
  border-radius: 2px;
  z-index: 1;
  letter-spacing: 0.04em;
}

/* ── Bestselling ── */
.a43-orchard-bestselling {
  background:
    linear-gradient(120deg, rgba(12, 24, 16, 0.04) 0%, transparent 40%),
    repeating-linear-gradient(
      -12deg,
      transparent 0 22px,
      rgba(20, 48, 28, 0.03) 22px 23px
    ),
    var(--sr-paper);
}
.a43-crudo-bestselling-grid {
  display: grid;
  grid-template-columns: minmax(160px, 200px) minmax(220px, 1fr) 1.25fr;
  gap: 1.25rem;
  align-items: start;
}
.a43-crudo-bestselling-head p {
  margin: 0.55rem 0 0;
  color: var(--sr-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 18ch;
}
.a43-crudo-deal-spotlight {
  position: relative;
  background: linear-gradient(155deg, #1a3a22 0%, var(--sr-night) 55%, #0a140e 100%);
  border-radius: 4px;
  padding: 1.55rem;
  text-decoration: none !important;
  color: #f4f8f1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  overflow: hidden;
  transition: transform 0.4s var(--sr-ease);
  box-shadow: 0 20px 48px rgba(12, 24, 16, 0.28);
  border: 1px solid rgba(184, 232, 90, 0.22);
}
.a43-crudo-deal-spotlight::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -25%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(184, 232, 90, 0.28), transparent 65%);
  animation: a43SrDrift 12s ease-in-out infinite alternate;
}
.a43-crudo-deal-spotlight:hover {
  transform: translateY(-4px) scale(1.015);
}
.a43-crudo-deal-spotlight-badge {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sr-lime);
  position: relative;
}
.a43-crudo-deal-spotlight h3 {
  font-family: var(--sr-display);
  font-size: 1.35rem;
  margin: 0;
  line-height: 1.2;
  position: relative;
  font-weight: 600;
}
.a43-crudo-deal-spotlight figure {
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  background: rgba(184, 232, 90, 0.08);
  position: relative;
}
.a43-crudo-deal-spotlight img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.a43-crudo-deal-spotlight .a43-crudo-btn,
.a43-crudo-deal-spotlight .a43-crudo-btn--dark {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.65rem 1.2rem;
  background: var(--sr-lime);
  color: var(--sr-night) !important;
  border-radius: 2px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  position: relative;
}
.a43-crudo-bestselling-side {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

/* ── Reviews ── */
.a43-orchard-reviews {
  background: linear-gradient(180deg, var(--sr-mist) 0%, #fff 100%);
}
.a43-crudo-reviews-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.a43-crudo-reviews-visual {
  position: relative;
  min-height: 350px;
}
.a43-crudo-reviews-hero-img {
  margin: 0;
  width: min(100%, 310px);
  height: min(100%, 310px);
  clip-path: polygon(18% 0%, 82% 0%, 100% 18%, 100% 82%, 82% 100%, 18% 100%, 0% 82%, 0% 18%);
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(12, 24, 16, 0.16);
  background: var(--sr-forest);
}
.a43-crudo-reviews-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a43-crudo-reviews-float-img {
  position: absolute;
  bottom: 4%;
  right: 6%;
  width: 112px;
  height: 112px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(12, 24, 16, 0.18);
  margin: 0;
  border: 3px solid #fff;
  animation: a43SrBob 5.5s ease-in-out infinite;
  animation-delay: -2s;
}
.a43-crudo-reviews-float-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a43-crudo-reviews-copy .a43-crudo-section-title {
  margin-bottom: 1.15rem;
}
.a43-crudo-review {
  margin: 0 0 1rem;
  padding: 1.4rem 1.4rem 1.2rem 1.55rem;
  border: none;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(12, 24, 16, 0.06);
  border-left: 3px solid var(--sr-lime);
  position: relative;
  transition: transform 0.35s var(--sr-ease), box-shadow 0.35s;
}
.a43-crudo-review:hover {
  transform: translateX(8px);
  box-shadow: 0 16px 40px rgba(12, 24, 16, 0.1);
}
.a43-crudo-review::before {
  content: '\201C';
  position: absolute;
  top: 0.45rem;
  right: 1rem;
  font-family: var(--sr-display);
  font-size: 3rem;
  line-height: 1;
  color: var(--sr-lime);
  opacity: 0.35;
}
.a43-crudo-stars {
  color: var(--sr-brass);
  font-size: 0.88rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
.a43-crudo-review p {
  margin: 0 0 0.7rem;
  color: var(--sr-muted);
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.65;
}
.a43-crudo-review cite {
  font-style: normal;
  font-weight: 700;
  font-size: 0.84rem;
  color: var(--sr-forest);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .a43-crudo-product-grid { grid-template-columns: repeat(3, 1fr); }
  .a43-crudo-bestselling-grid { grid-template-columns: 1fr; }
  .a43-crudo-bestselling-side { grid-template-columns: repeat(2, 1fr); }
  .a43-crudo-bestselling-head p { max-width: none; }
}
@media (max-width: 768px) {
  .a43-orchard-hero .a43-crudo-hero-grid { grid-template-columns: 1fr; }
  .a43-orchard-hero-stage { min-height: 280px; }
  .a43-orchard-grid::after { height: 64px; }
  .a43-crudo-deals-grid { grid-template-columns: 1fr; }
  .a43-crudo-deal--large { grid-row: auto; }
  .a43-crudo-product-grid { grid-template-columns: repeat(2, 1fr); }
  .a43-crudo-reviews-grid { grid-template-columns: 1fr; }
  .a43-crudo-bestselling-side { grid-template-columns: 1fr; }
  .a43-orchard-tabs {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .a43-orchard-tab-indicator { display: none; }
  .a43-orchard-tabs button.is-active {
    background: var(--sr-night);
    color: var(--sr-lime);
  }
}
@media (prefers-reduced-motion: reduce) {
  .a43-reveal,
  .a43-orchard-blob,
  .a43-orchard-orbit,
  .a43-orchard-float,
  .a43-crudo-reviews-float-img,
  .a43-reveal.is-visible .a43-orchard-deal,
  .a43-reveal.is-visible .a43-orchard-cat-card,
  .a43-reveal.is-visible .a43-product-card,
  .a43-reveal.is-visible .a43-crudo-review {
    animation: none !important;
    transition: none !important;
  }
  .a43-reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
