:root {
  --green: #07532F;
  --green2: #0A6A3D;
  --lime: #72BE35;
  --blue: #0B75C9;
  --blue2: #0B84D8;
  --ink: #10231A;
  --muted: #5E6B62;
  --soft: #F7FBF2;
  --pale: #EAF7FF;
  --white: #fff;
  --line: #DDE7DF;
  --shadow: 0 22px 60px rgba(7, 83, 47, .13)
}

[data-theme="dark"] {
  --ink: #F2F7F4;
  --muted: #A9B7AF;
  --soft: #0B1D14;
  --pale: #0B2436;
  --white: #11251A;
  --line: #234333
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--soft);
  line-height: 1.55
}

a {
  text-decoration: none;
  color: inherit
}

.container {
  width: min(1200px, 92%);
  margin: auto
}

button,
input,
select,
textarea {
  font: inherit
}

h1,
h2,
h3,
strong {
  font-family: Manrope, Inter, sans-serif
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 71, 43, .97);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(14px)
}

.nav {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.brand-logo {
  width: 188px;
  display: block
}

.nav-links {
  display: flex;
  gap: 24px;
  color: #fff;
  font-size: .84rem;
  font-weight: 600
}

.nav-links a:hover {
  color: #c9f396
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 9px
}

.text-btn,
.icon-btn,
.menu-toggle {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: 700
}

.icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .09)
}

.text-btn {
  font-size: .78rem
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--lime);
  color: #073c24;
  font-weight: 800;
  font-size: .82rem
}

.menu-toggle {
  display: none;
  font-size: 1.25rem
}

.hero-shell {
  padding: 0 0 56px;
  background: linear-gradient(#f4f8f5, #fff)
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  border-radius: 0 0 34px 34px;
  background: linear-gradient(110deg, #07532f 0%, #086340 34%, #0a7692 66%, #0b84d8 100%);
  color: white
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 38%, rgba(255, 255, 255, .12), transparent 24%), linear-gradient(90deg, rgba(4, 63, 37, .55), transparent 52%)
}

.hero-copy {
  position: absolute;
  z-index: 3;
  left: 48px;
  top: 60px;
  width: min(590px, 55%)
}

.eyebrow {
  font-size: .73rem;
  letter-spacing: .16em;
  font-weight: 800;
  color: var(--green2);
  margin-bottom: 14px
}

.eyebrow.light {
  color: #d7f4c8
}

.hero h1 {
  font-size: clamp(3rem, 5.6vw, 5.5rem);
  line-height: .95;
  letter-spacing: -.055em;
  margin-bottom: 22px
}

.hero-copy>p:not(.eyebrow) {
  max-width: 580px;
  color: rgba(255, 255, 255, .88);
  font-size: 1.05rem
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 19px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: .18s
}

.btn:hover {
  transform: translateY(-2px)
}

.lime {
  background: var(--lime);
  color: #073b24
}

.green {
  background: var(--green);
  color: #fff
}

.white {
  background: #fff;
  color: var(--green)
}

.outline-light {
  border-color: rgba(255, 255, 255, .72);
  color: #fff;
  background: rgba(255, 255, 255, .03)
}

.outline {
  border-color: var(--line);
  color: var(--ink);
  background: transparent
}

.outline:hover {
  border-color: var(--green2)
}

.hero-art {
  position: absolute;
  right: 0;
  top: 0;
  width: 52%;
  height: 100%;
  z-index: 1
}

.channel {
  position: absolute;
  width: 480px;
  height: 72px;
  border-radius: 40px;
  background: linear-gradient(#eff5f2, #cdd9d3);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
  transform: rotate(-5deg)
}

.ch1 {
  top: 150px;
  right: -80px
}

.ch2 {
  top: 270px;
  right: -30px
}

.ch3 {
  top: 390px;
  right: -95px
}

.plant {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 60%, #b9eb7a 0 13%, #72be35 14% 30%, #248744 31% 54%, #07532f 55%);
  filter: drop-shadow(0 13px 16px rgba(0, 0, 0, .18))
}

.p1 {
  top: 85px;
  right: 320px
}

.p2 {
  top: 190px;
  right: 160px;
  transform: scale(1.15)
}

.p3 {
  top: 315px;
  right: 340px;
  transform: scale(.92)
}

.p4 {
  top: 335px;
  right: 85px;
  transform: scale(1.06)
}

.water-glow {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 520px;
  height: 280px;
  background: radial-gradient(circle, #61c7ff 0, rgba(97, 199, 255, .15) 52%, transparent 70%)
}

.farm-status {
  position: absolute;
  z-index: 4;
  right: 42px;
  bottom: 28px;
  display: flex;
  gap: 10px
}

.status-card {
  min-width: 162px;
  display: flex;
  gap: 11px;
  align-items: center;
  background: rgba(255, 255, 255, .93);
  color: #173022;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 13px 30px rgba(0, 0, 0, .16)
}

.status-card span {
  color: var(--blue);
  font-size: 1.05rem
}

.status-card.live span {
  color: var(--green2)
}

.status-card small,
.status-card strong,
.status-card em {
  display: block
}

.status-card small {
  font-size: .67rem;
  color: #6c7d72
}

.status-card strong {
  font-size: .95rem
}

.status-card em {
  font-size: .7rem;
  color: #6c7d72;
  font-style: normal
}

.section {
  padding: 82px 0;
  background: var(--white)
}

.product-layout {
  display: grid;
  grid-template-columns: .9fr 1.6fr;
  gap: 44px;
  align-items: center
}

.section-copy h2,
.future-layout h2,
.delivery-card h2,
.precision-copy h2,
.contact h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -.04em
}

.section-copy p:not(.eyebrow),
.delivery-card p,
.precision-copy p,
.contact p {
  color: var(--muted);
  margin: 15px 0 22px
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.product-cards article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(20, 50, 34, .06)
}

.product-cards img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
  display: block
}

.product-cards article div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 13px 12px;
  align-items: center;
  font-size: .78rem
}

.product-cards span {
  color: var(--green2)
}

.future-band {
  background: linear-gradient(105deg, #07532f, #087056 58%, #0b75c9);
  color: #fff
}

.future-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 44px;
  align-items: center
}

.future-layout p:not(.eyebrow) {
  color: rgba(255, 255, 255, .8);
  margin: 14px 0 22px
}

.future-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.future-cards>div {
  min-height: 160px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .06);
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.future-cards span {
  font-size: 1.8rem
}

.future-cards strong {
  font-size: .86rem;
  margin: 12px 0
}

.future-cards small {
  font-size: .68rem;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .13)
}

.delivery-section {
  background: #fff
}

.delivery-card {
  display: grid;
  grid-template-columns: 1fr .9fr;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(100deg, #eaf7ff 0%, #f7fbf2 60%, #eef7ec 100%);
  border: 1px solid #dce9e1;
  padding: 34px 38px;
  align-items: center
}

.pill {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #d9efff;
  color: #0b75c9;
  font-size: .74rem;
  font-weight: 700;
  margin-bottom: 12px
}

.benefit-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin: 18px 0 22px;
  font-size: .76rem;
  font-weight: 700;
  color: #21573b
}

.delivery-visual {
  position: relative;
  min-height: 245px
}

.box {
  position: absolute;
  right: 80px;
  bottom: 18px;
  width: 230px;
  height: 150px;
  background: #efe7d2;
  border: 2px solid #d8ccb0;
  transform: skewY(-2deg);
  box-shadow: 0 22px 35px rgba(0, 0, 0, .12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.box img {
  width: 58px
}

.box strong {
  font-size: 1.3rem;
  margin-top: 4px
}

.box-leaves {
  position: absolute;
  right: 35px;
  top: 6px;
  width: 300px;
  height: 125px;
  background: radial-gradient(circle at 20% 70%, #72be35 0 20px, transparent 21px), radial-gradient(circle at 43% 52%, #0a6a3d 0 32px, transparent 33px), radial-gradient(circle at 64% 65%, #72be35 0 27px, transparent 28px), radial-gradient(circle at 82% 45%, #07532f 0 38px, transparent 39px)
}

.precision {
  background: var(--white)
}

.precision-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr .8fr;
  gap: 32px;
  align-items: center
}

.precision-visual {
  height: 270px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(160deg, #d8f4df, #9edbb4)
}

.precision-copy p:not(.eyebrow) {
  margin: 15px 0 12px
}

.pipe {
  position: absolute;
  left: -40px;
  right: -40px;
  top: 75px;
  height: 74px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 12px 25px rgba(0, 0, 0, .12)
}

.root {
  position: absolute;
  top: 135px;
  width: 4px;
  background: linear-gradient(#fff, #8fc9dd);
  border-radius: 4px
}

.r1 {
  left: 34%;
  height: 110px
}

.r2 {
  left: 50%;
  height: 120px
}

.r3 {
  left: 65%;
  height: 105px
}

.water {
  background: linear-gradient(160deg, #dff6ff, #7dccf4)
}

.drop {
  position: absolute;
  width: 26px;
  height: 38px;
  border-radius: 60% 60% 65% 65%;
  background: rgba(255, 255, 255, .85);
  transform: rotate(45deg)
}

.d1 {
  left: 30%;
  top: 45px
}

.d2 {
  left: 58%;
  top: 125px;
  transform: rotate(45deg) scale(.75)
}

.d3 {
  left: 45%;
  top: 190px;
  transform: rotate(45deg) scale(.55)
}

.cta-band {
  padding: 44px 0;
  color: white;
  background: linear-gradient(100deg, #07532f, #0a6a3d 55%, #0b75c9)
}

.cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px
}

.cta-row h2 {
  font-size: 2rem
}

.cta-row p {
  color: rgba(255, 255, 255, .78)
}

.contact {
  background: var(--soft)
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: var(--muted)
}

.contact-form {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  display: grid;
  gap: 14px;
  box-shadow: var(--shadow)
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-size: .86rem;
  font-weight: 700
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--soft);
  color: var(--ink);
  outline: none
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11, 117, 201, .1)
}

.contact-form small {
  color: var(--muted)
}

footer {
  padding: 28px 0;
  background: #043d26;
  color: #fff
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: .75rem
}

.footer-logo {
  filter: brightness(0) invert(1);
  width: 160px
}

.footer-row div {
  display: flex;
  gap: 18px
}

[data-theme="dark"] .product-section,
[data-theme="dark"] .delivery-section,
[data-theme="dark"] .precision {
  background: #0b1d14
}

[data-theme="dark"] .delivery-card {
  background: linear-gradient(110deg, #102c3b, #112c1c)
}

[data-theme="dark"] .brand-logo:not(.footer-logo) {
  filter: brightness(0) invert(1)
}

@media(max-width:980px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 4%;
    right: 4%;
    background: #07532f;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    padding: 17px;
    flex-direction: column
  }

  .nav-links.open {
    display: flex
  }

  .menu-toggle {
    display: block
  }

  .nav-cta {
    display: none
  }

  .hero {
    min-height: 760px
  }

  .hero-copy {
    width: auto;
    left: 28px;
    right: 28px;
    top: 55px
  }

  .hero-art {
    width: 100%;
    height: 44%;
    top: auto;
    bottom: 90px;
    opacity: .78
  }

  .farm-status {
    left: 28px;
    right: 28px;
    bottom: 22px
  }

  .product-layout,
  .future-layout,
  .delivery-card,
  .precision-grid,
  .contact-grid {
    grid-template-columns: 1fr
  }

  .product-cards {
    grid-template-columns: repeat(2, 1fr)
  }

  .future-cards {
    grid-template-columns: repeat(2, 1fr)
  }

  .delivery-visual {
    min-height: 220px
  }

  .cta-row {
    align-items: flex-start;
    flex-direction: column
  }
}

@media(max-width:640px) {
  .brand-logo {
    width: 145px
  }

  .text-btn {
    display: none
  }

  .hero-shell {
    padding-bottom: 25px
  }

  .hero {
    min-height: 790px
  }

  .hero h1 {
    font-size: 3.15rem
  }

  .hero-copy {
    left: 21px;
    right: 21px
  }

  .hero-art {
    bottom: 140px
  }

  .farm-status {
    flex-direction: column;
    left: 21px;
    right: 21px
  }

  .status-card {
    min-width: 0
  }

  .product-cards,
  .future-cards {
    grid-template-columns: 1fr 1fr
  }

  .future-cards>div {
    min-height: 135px
  }

  .section {
    padding: 62px 0
  }

  .delivery-card {
    padding: 28px 22px
  }

  .box {
    right: 35px
  }

  .footer-row {
    align-items: flex-start;
    flex-direction: column
  }

  .footer-row div {
    flex-wrap: wrap
  }
}

/* =========================================================
   Shop: product grid, cart, checkout, orders, mobile tabbar
   ========================================================= */

/* Product catalogue controls — added 2026-08-11 */
.product-catalogue {
  min-width: 0;
}

.shop-tools {
  margin-bottom: 20px;
}

.shop-search {
  display: block;
  margin-bottom: 14px;
}

.shop-search input {
  width: 100%;
  min-height: 46px;
  padding: 11px 15px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.shop-search input::placeholder {
  color: var(--muted);
}

.shop-search input:focus {
  border-color: var(--green2);
  box-shadow: 0 0 0 3px rgba(10, 106, 61, .10);
}

.category-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.category:hover {
  border-color: var(--green2);
  transform: translateY(-1px);
}

.category.active {
  background: var(--green2);
  border-color: var(--green2);
  color: #fff;
}

.shop-empty-results {
  margin: 20px 0 0;
  padding: 22px;
  border: 1px dashed var(--line);
  border-radius: 14px;
  color: var(--muted);
  text-align: center;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

[data-theme="dark"] .shop-search input,
[data-theme="dark"] .category {
  background: #11251A;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.shop-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(20, 50, 34, .06);
  display: flex;
  flex-direction: column
}

.shop-card img {
  width: 100%;
  aspect-ratio: 1.3;
  object-fit: cover;
  display: block;
  background: var(--soft)
}

.shop-card-body {
  padding: 13px 14px 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1
}

.shop-card-body strong {
  font-size: .92rem
}

.shop-card-desc {
  font-size: .74rem;
  color: var(--muted);
  min-height: 2.2em
}

.shop-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 8px
}

.shop-price {
  font-size: .85rem;
  font-weight: 800;
  color: var(--green2)
}

.shop-price small {
  font-weight: 600;
  color: var(--muted)
}

.btn.sm {
  padding: 8px 13px;
  font-size: .76rem
}

.btn.full {
  width: 100%
}

.add-btn.added {
  background: var(--lime);
  color: #073b24
}

.is-unavailable {
  opacity: .55
}

.unavailable-tag {
  font-size: .72rem;
  color: var(--muted);
  font-weight: 700
}

/* Cart / orders icon buttons + badges */
.cart-btn {
  position: relative
}

.cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--lime);
  color: #073b24;
  font-size: .65rem;
  font-weight: 800;
  display: none;
  align-items: center;
  justify-content: center
}

/* Overlay shared by drawer + modals */
.shop-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 20, 13, .5);
  opacity: 0;
  pointer-events: none;
  transition: .2s;
  z-index: 200
}

.shop-overlay.open {
  opacity: 1;
  pointer-events: auto
}

/* Cart drawer */
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(400px, 92vw);
  background: var(--white);
  z-index: 201;
  transform: translateX(100%);
  transition: .25s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 50px rgba(0, 0, 0, .18)
}

.cart-drawer.open {
  transform: translateX(0)
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line)
}

.drawer-head strong {
  font-size: 1.05rem
}

.drawer-head .icon-btn {
  color: var(--ink);
  background: var(--soft);
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
  transition: .15s
}

.drawer-head .icon-btn:hover {
  background: var(--line)
}

.drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 14px 20px
}

.drawer-footer {
  padding: 16px 20px 22px;
  border-top: 1px solid var(--line)
}

.cart-empty {
  color: var(--muted);
  text-align: center;
  padding: 30px 0
}

.cart-line {
  display: grid;
  grid-template-columns: 52px 1fr auto auto;
  gap: 11px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line)
}

.cart-line img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 10px;
  background: var(--soft)
}

.cart-line-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: .82rem
}

.cart-line-info span {
  color: var(--muted);
  font-size: .74rem
}

.qty-stepper {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--soft);
  border-radius: 999px;
  padding: 4px 9px
}

.qty-btn {
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
  cursor: pointer;
  font-weight: 800;
  color: var(--green2)
}

.cart-remove {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: .9rem
}

.cart-totals {
  display: grid;
  gap: 7px;
  font-size: .85rem;
  margin-bottom: 14px
}

.cart-totals>div {
  display: flex;
  justify-content: space-between;
  color: var(--muted)
}

.cart-total-row {
  font-weight: 800;
  color: var(--ink);
  font-size: 1rem;
  padding-top: 8px;
  border-top: 1px solid var(--line)
}

/* Checkout + orders modals */
.shop-modal {
  position: fixed;
  inset: 0;
  z-index: 202;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: .2s
}

.shop-modal.open {
  opacity: 1;
  pointer-events: auto
}

.modal-panel {
  background: var(--white);
  width: min(560px, 100%);
  max-height: 88vh;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  transform: translateY(30px);
  transition: .25s
}

.shop-modal.open .modal-panel {
  transform: translateY(0)
}

.modal-body {
  overflow-y: auto;
  padding: 18px 20px 28px
}

@media(min-width:760px) {
  .shop-modal {
    align-items: center
  }

  .modal-panel {
    border-radius: 20px;
    max-height: 82vh
  }
}

.checkout-summary {
  display: grid;
  gap: 6px;
  font-size: .83rem;
  margin: 10px 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line)
}

.checkout-summary>div {
  display: flex;
  justify-content: space-between;
  color: var(--muted)
}

.checkout-summary-sub {
  color: var(--muted)
}

.checkout-summary-total {
  font-weight: 800;
  color: var(--ink) !important;
  font-size: 1rem;
  padding-top: 6px;
  border-top: 1px solid var(--line)
}

.checkout-form {
  display: grid;
  gap: 13px
}

.checkout-form .form-error {
  color: #c0392b;
  font-size: .8rem;
  font-weight: 700;
  margin: -4px 0 0
}

.checkout-form label {
  display: grid;
  gap: 6px;
  font-size: .85rem;
  font-weight: 700
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--soft);
  color: var(--ink);
  outline: none
}

.checkout-form input:focus,
.checkout-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11, 117, 201, .1)
}

.payment-methods {
  border: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  margin-top: 2px
}

.payment-methods legend {
  font-size: .85rem;
  font-weight: 800;
  margin-bottom: 6px;
  padding: 0
}

.pay-option {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1.5px solid var(--line);
  border-radius: 13px;
  padding: 12px 13px;
  cursor: pointer;
  transition: .15s
}

.pay-option:hover {
  border-color: var(--green2)
}

.pay-option.selected {
  border-color: var(--green2);
  background: rgba(10, 106, 61, .06)
}

.pay-option.disabled {
  opacity: .5;
  cursor: not-allowed
}

.pay-option input {
  margin-top: 3px
}

.pay-option strong {
  font-size: .86rem;
  display: block
}

.pay-option small {
  color: var(--muted);
  font-size: .74rem;
  display: block;
  margin-top: 2px
}

.order-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 10px
}

.order-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.order-status {
  font-size: .7rem;
  font-weight: 700;
  color: var(--blue);
  background: var(--pale);
  padding: 3px 9px;
  border-radius: 999px
}

.order-card small {
  color: var(--muted);
  font-size: .72rem
}

.order-card-total {
  font-weight: 800;
  margin-top: 6px
}

/* Order confirmation screen inside the checkout modal */
.order-success {
  text-align: center;
  padding: 18px 6px 6px
}

.order-success .success-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(114, 190, 53, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  margin: 0 auto 16px;
  color: var(--green2)
}

.order-success h3 {
  font-size: 1.3rem;
  margin-bottom: 8px
}

.order-success p {
  color: var(--muted);
  font-size: .88rem;
  margin-bottom: 4px
}

.order-success .success-id {
  display: inline-block;
  margin: 14px 0 20px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--soft);
  font-weight: 800;
  letter-spacing: .03em;
  font-size: .85rem
}

.order-success .success-actions {
  display: grid;
  gap: 10px;
  margin-top: 8px
}

/* Scroll lock while a drawer/modal is open */
body.no-scroll {
  overflow: hidden
}

/* Mobile bottom tab bar */
.mobile-tabbar {
  display: none
}

[data-theme="dark"] .modal-panel,
[data-theme="dark"] .cart-drawer {
  background: #11251A
}

[data-theme="dark"] .shop-card {
  background: #11251A
}

[data-theme="dark"] .checkout-form input,
[data-theme="dark"] .checkout-form textarea {
  background: #0b1d14
}

@media(max-width:980px) {
  .shop-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .mobile-tabbar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
    background: var(--white);
    border-top: 1px solid var(--line);
    padding: 8px 4px calc(8px + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .06);
  }

  .mobile-tabbar a,
  .mobile-tabbar button {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-size: .62rem;
    font-weight: 700;
    padding: 4px 2px;
    position: relative;
  }

  .mobile-tabbar span {
    font-size: 1.15rem;
    position: relative
  }

  .mobile-tabbar .cart-badge {
    top: -6px;
    right: -10px
  }

  body {
    padding-bottom: 64px
  }

  .cart-drawer {
    width: 100vw
  }

  #cartToggle,
  #myOrdersToggle {
    display: none
  }
}

@media(max-width:640px) {
  .shop-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}
/* v9 inventory notice on homepage */
.stock-notice{position:fixed;left:50%;bottom:92px;transform:translate(-50%,18px);z-index:9999;max-width:min(92vw,520px);padding:12px 16px;border-radius:12px;background:#16221b;color:#fff;font-weight:700;font-size:.9rem;box-shadow:0 12px 32px rgba(0,0,0,.22);opacity:0;pointer-events:none;transition:.2s ease}.stock-notice.show{opacity:1;transform:translate(-50%,0)}

.home-products-cta{min-height:280px;border:1px solid var(--line,#dce6dd);border-radius:24px;background:#f7faf5;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:34px;gap:10px}
.home-products-mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#e6f3e8;font-size:26px;margin-bottom:4px}
.home-products-cta strong{font-family:Manrope,Inter,sans-serif;font-size:1.35rem}.home-products-cta span{color:#64756b;line-height:1.55;max-width:420px}.home-products-cta .btn{margin-top:8px}

/* v18: clean homepage catalogue teaser */
.home-catalogue-intro{max-width:760px;text-align:center;display:flex;flex-direction:column;align-items:center;margin:0 auto}
.home-catalogue-intro h2{font-size:clamp(2.2rem,5vw,4rem);line-height:1.02;letter-spacing:-.045em;max-width:720px;margin:.35rem 0 0}
.home-catalogue-intro>p:not(.eyebrow){max-width:610px;color:var(--muted);line-height:1.65;margin:18px auto 25px}
.home-catalogue-intro .btn{margin:0 auto}


/* v22 mobile navigation
   Home: permanent Home-specific bottom navigation.
   Shop: keeps its existing permanent shopping bottom navigation.
   Desktop: existing top navigation unchanged. */
@media(max-width:980px){
  .menu-toggle{display:none !important}
  .site-header .nav-links{display:none !important}
  .home-mobile-tabbar{
    display:flex;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
  }
  .home-mobile-tabbar::-webkit-scrollbar{display:none}
  .home-mobile-tabbar a{
    min-width:76px;
    flex:1 0 76px;
  }
  .home-mobile-tabbar small{
    max-width:92px;
    text-align:center;
    line-height:1.1;
  }
}

/* v23 — Home mobile bottom-nav fit fix
   Six Home destinations always fit within the viewport. */
@media(max-width:980px){
  .home-mobile-tabbar{
    box-sizing:border-box;
    width:100%;
    max-width:100vw;
    padding-left:max(2px,env(safe-area-inset-left));
    padding-right:max(2px,env(safe-area-inset-right));
    overflow:hidden;
  }
  .home-mobile-tabbar a{
    min-width:0;
    flex:1 1 0;
    padding-left:1px;
    padding-right:1px;
  }
  .home-mobile-tabbar span{
    font-size:1.08rem;
  }
  .home-mobile-tabbar small{
    width:100%;
    max-width:none;
    padding:0 1px;
    font-size:clamp(.48rem,2.15vw,.62rem);
    white-space:normal;
    overflow-wrap:anywhere;
    line-height:1.05;
  }
}

/* v26 — premium hydroponic homepage */
.quality-status{gap:8px}
.quality-status .status-card{min-width:145px;padding:12px 14px}
.quality-status .status-card span{font-weight:900;color:var(--green2)}
.premium-band{background:#f3f8f3;color:var(--ink);border-top:1px solid #e1ebe3;border-bottom:1px solid #e1ebe3}
.premium-layout{display:grid;grid-template-columns:.85fr 1.45fr;gap:56px;align-items:start}
.premium-intro{position:sticky;top:110px}
.premium-intro h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.02;letter-spacing:-.04em;margin:0}
.premium-intro>p:not(.eyebrow){color:var(--muted);margin:16px 0 24px;max-width:520px}
.premium-points{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.premium-points article{min-height:190px;background:#fff;border:1px solid #dce8df;border-radius:18px;padding:24px;display:flex;gap:18px;align-items:flex-start;box-shadow:0 12px 30px rgba(20,50,34,.045)}
.premium-icon{flex:0 0 42px;height:42px;border-radius:10px;background:#e5f3e8;color:#07532f;display:grid;place-items:center;font-size:.72rem;font-weight:900;letter-spacing:.06em}
.premium-points strong{display:block;font-size:1.05rem;margin:3px 0 9px}
.premium-points p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.55}
@media(max-width:980px){
  .quality-status{right:18px;left:18px;justify-content:center}
  .quality-status .status-card{min-width:0;flex:1}
  .premium-layout{grid-template-columns:1fr;gap:28px}
  .premium-intro{position:static}
}
@media(max-width:640px){
  .quality-status{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}
  .quality-status .status-card{padding:9px 7px;gap:5px;border-radius:11px}
  .quality-status .status-card span{font-size:.8rem}
  .quality-status .status-card small{font-size:.5rem}
  .quality-status .status-card strong{font-size:.66rem;line-height:1.05}
  .premium-points{grid-template-columns:1fr}
  .premium-points article{min-height:0;padding:19px}
}

/* v27 — mature hydroponic visual language */
.hero-system{position:absolute;inset:0 0 0 48%;overflow:hidden;opacity:.94}
.hero-system .system-frame{position:absolute;right:8%;top:15%;width:68%;height:57%;border:1px solid rgba(255,255,255,.3);border-left:3px solid rgba(255,255,255,.72);border-bottom:3px solid rgba(255,255,255,.72);transform:skewY(-5deg)}
.hero-system .system-line{position:absolute;right:-3%;height:42px;width:67%;border:1px solid rgba(255,255,255,.48);background:linear-gradient(90deg,rgba(255,255,255,.10),rgba(255,255,255,.24));transform:skewY(-5deg);border-radius:3px}
.hero-system .line-a{top:24%}.hero-system .line-b{top:41%}.hero-system .line-c{top:58%}
.hero-system .system-label{position:absolute;right:9%;top:76%;font-size:.58rem;line-height:1.45;letter-spacing:.16em;color:rgba(255,255,255,.68);text-align:right}
.hero-system .system-label strong{font-size:.72rem;color:#fff}
.hero .channel,.hero .plant,.hero .water-glow{display:none!important}

.precision-grid{grid-template-columns:minmax(300px,.78fr) minmax(520px,1.22fr);gap:58px;align-items:center}
.precision-copy-wide{max-width:520px}
.precision-visual{display:none!important}
.grow-process{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:stretch;gap:8px}
.grow-step{border-top:2px solid #0b6a43;background:#f5f8f4;padding:24px 18px;min-height:128px;display:flex;flex-direction:column;justify-content:space-between;border-radius:0 0 10px 10px}
.grow-step span{font-size:.62rem;font-weight:900;letter-spacing:.13em;color:#6c8174}
.grow-step strong{font-size:.88rem;line-height:1.25}
.grow-arrow{display:grid;place-items:center;color:#7b9184;font-size:1rem}
@media(max-width:980px){
  .hero-system{left:50%;opacity:.7}
  .precision-grid{grid-template-columns:1fr;gap:28px}
  .precision-copy-wide{max-width:680px}
}
@media(max-width:700px){
  .hero-system{left:38%;opacity:.35}
  .hero-system .system-label{display:none}
  .grow-process{grid-template-columns:1fr 1fr;gap:8px}
  .grow-arrow{display:none}
  .grow-step{min-height:96px;padding:16px}
}


/* ================================================================
   CÍVORA V28 HOMEPAGE
   Scoped to .home-v28 so Shop/Admin styling remains unchanged.
   ================================================================ */
.home-v28{
  --v28-green:#064b2d;
  --v28-green-2:#0a6842;
  --v28-ink:#0d251a;
  --v28-muted:#65756b;
  --v28-cream:#f5f7f2;
  --v28-line:#dfe8e0;
  --v28-lime:#d7f39b;
  background:#fff;
}

.home-v28 .site-header{
  background:rgba(5,70,42,.96);
  backdrop-filter:blur(18px);
}
.home-v28 .nav{height:76px}
.home-v28 .nav-links{gap:27px}
.home-v28 .nav-links a{font-size:.78rem;letter-spacing:.01em}
.home-v28 .brand-logo{width:174px}

.v28-hero{
  position:relative;
  padding:56px 0 72px;
  background:
    radial-gradient(circle at 84% 8%,rgba(128,220,188,.24),transparent 34%),
    linear-gradient(135deg,#f2f7f1 0%,#fff 53%,#eef7f3 100%);
  overflow:hidden;
}
.v28-hero-grid{
  min-height:680px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);
  align-items:center;
  gap:64px;
}
.v28-hero-copy{max-width:670px}
.v28-kicker{
  font-size:.69rem;
  font-weight:900;
  letter-spacing:.18em;
  color:#0b6b45;
  margin:0 0 18px;
}
.v28-kicker.light{color:#bde9d1}
.v28-kicker.dark{color:#0a6842}
.v28-hero h1{
  margin:0;
  max-width:720px;
  color:var(--v28-ink);
  font-size:clamp(3.8rem,6.7vw,6.9rem);
  line-height:.91;
  letter-spacing:-.065em;
}
.v28-lead{
  margin:26px 0 0;
  max-width:630px;
  color:#4d6256;
  font-size:1.05rem;
  line-height:1.72;
}
.v28-hero-actions{
  display:flex;
  align-items:center;
  gap:22px;
  margin-top:34px;
}
.v28-btn-primary{
  background:var(--v28-green)!important;
  color:#fff!important;
  border:1px solid var(--v28-green)!important;
}
.v28-btn-primary:hover{background:#043d25!important}
.v28-btn-dark{
  background:var(--v28-ink)!important;
  color:#fff!important;
  border:1px solid var(--v28-ink)!important;
}
.v28-text-link{
  color:var(--v28-ink);
  font-weight:800;
  font-size:.86rem;
}
.v28-trust-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  max-width:610px;
  margin-top:54px;
  padding-top:21px;
  border-top:1px solid #cfdbd2;
}
.v28-trust-row>div{
  padding-right:18px;
  border-right:1px solid #dbe4dc;
}
.v28-trust-row>div:last-child{border-right:0;padding-left:18px}
.v28-trust-row>div:nth-child(2){padding-left:18px}
.v28-trust-row strong{
  display:block;
  font-size:1.45rem;
  color:var(--v28-green);
}
.v28-trust-row span{
  display:block;
  margin-top:2px;
  color:#718077;
  font-size:.7rem;
}

.v28-hero-media{min-width:0}
.v28-image-stage{
  position:relative;
  height:610px;
  border-radius:34px;
  overflow:hidden;
  background:linear-gradient(155deg,#dcebd9,#edf4eb 54%,#d5e5db);
  box-shadow:0 30px 80px rgba(10,60,38,.14);
}
.v28-image-stage:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px);
  background-size:44px 44px;
  opacity:.38;
}
.v28-main-produce{
  position:absolute;
  width:105%;
  max-width:none;
  left:-11%;
  bottom:-4%;
  object-fit:contain;
  filter:drop-shadow(0 26px 22px rgba(22,69,41,.16));
}
.v28-product-card{
  position:absolute;
  width:168px;
  height:126px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.8);
  border-radius:18px;
  box-shadow:0 18px 40px rgba(25,62,40,.12);
  overflow:hidden;
  backdrop-filter:blur(9px);
}
.v28-product-card img{width:100%;height:100%;object-fit:contain}
.v28-card-spinach{right:22px;top:28px}
.v28-card-basil{right:32px;bottom:105px;width:140px;height:108px}
.v28-media-note{
  position:absolute;
  left:22px;
  top:22px;
  display:flex;
  gap:10px;
  align-items:center;
  padding:12px 14px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(255,255,255,.85);
  border-radius:13px;
  box-shadow:0 12px 32px rgba(20,60,37,.08);
}
.v28-dot{width:8px;height:8px;border-radius:50%;background:#11a563;box-shadow:0 0 0 5px rgba(17,165,99,.12)}
.v28-media-note small,.v28-media-note strong{display:block}
.v28-media-note small{font-size:.52rem;letter-spacing:.14em;color:#75867c;font-weight:800}
.v28-media-note strong{margin-top:2px;font-size:.8rem}

.v28-promise-strip{
  background:var(--v28-ink);
  color:#fff;
  border-bottom:1px solid #173a2a;
}
.v28-promise-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.v28-promise-grid>div{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:86px;
  padding:0 24px;
  border-right:1px solid rgba(255,255,255,.11);
}
.v28-promise-grid>div:first-child{padding-left:0}
.v28-promise-grid>div:last-child{border-right:0}
.v28-promise-grid span{font-size:.58rem;color:#91aa9c;font-weight:900;letter-spacing:.12em}
.v28-promise-grid strong{font-size:.8rem}

.v28-section{padding:112px 0}
.v28-section-head{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:80px;
  align-items:end;
  margin-bottom:46px;
}
.v28-section-head h2,.v28-showcase-copy h2,.v28-how h2,.v28-delivery h2,.v28-contact h2{
  margin:0;
  color:var(--v28-ink);
  font-size:clamp(2.5rem,4.6vw,4.8rem);
  line-height:.98;
  letter-spacing:-.055em;
}
.v28-section-head>p{
  margin:0 0 4px;
  color:var(--v28-muted);
  font-size:.98rem;
  line-height:1.72;
}
.v28-benefits{background:#fff}
.v28-benefit-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.v28-benefit-cards article{
  min-height:290px;
  padding:28px;
  border:1px solid var(--v28-line);
  border-radius:18px;
  background:#fbfcfa;
  display:flex;
  flex-direction:column;
}
.v28-card-no{
  margin-bottom:auto;
  color:#789084;
  font-size:.65rem;
  font-weight:900;
  letter-spacing:.14em;
}
.v28-benefit-cards h3{
  margin:62px 0 10px;
  font-size:1.35rem;
  letter-spacing:-.025em;
}
.v28-benefit-cards p{
  margin:0;
  max-width:340px;
  color:var(--v28-muted);
  line-height:1.62;
  font-size:.87rem;
}

.v28-showcase{background:var(--v28-cream)}
.v28-showcase-layout{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:60px;
  align-items:center;
}
.v28-showcase-copy p:not(.v28-kicker){
  color:var(--v28-muted);
  line-height:1.72;
  max-width:520px;
  margin:22px 0 28px;
}
.v28-produce-gallery{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  grid-template-rows:1fr 1fr;
  gap:12px;
  height:610px;
}
.v28-produce-gallery figure{
  position:relative;
  overflow:hidden;
  margin:0;
  background:#fff;
  border:1px solid #e2e8e2;
  border-radius:18px;
}
.v28-produce-large{grid-row:1/3}
.v28-produce-gallery img{
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .35s ease;
}
.v28-produce-gallery figure:hover img{transform:scale(1.025)}
.v28-produce-gallery figcaption{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.9);
  font-size:.65rem;
  font-weight:800;
  backdrop-filter:blur(8px);
}

.v28-how{
  background:linear-gradient(135deg,#05492d,#073d29);
  color:#fff;
}
.v28-how-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:76px;
  align-items:start;
}
.v28-how h2{color:#fff}
.v28-how-copy>p:not(.v28-kicker){color:#c8d8cf;line-height:1.75;max-width:540px}
.v28-process{
  list-style:none;
  margin:0;
  padding:0;
  border-top:1px solid rgba(255,255,255,.18);
}
.v28-process li{
  display:grid;
  grid-template-columns:62px 1fr;
  gap:16px;
  padding:22px 0;
  border-bottom:1px solid rgba(255,255,255,.18);
}
.v28-process li>span{font-size:.62rem;color:#86aa98;font-weight:900;letter-spacing:.13em;padding-top:3px}
.v28-process strong{font-size:1rem}
.v28-process p{margin:5px 0 0;color:#aac2b6;font-size:.82rem;line-height:1.5}

.v28-delivery{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:68px;
  padding:54px;
  border:1px solid var(--v28-line);
  border-radius:25px;
  background:#f8faf7;
}
.v28-delivery>div:first-child>p:not(.v28-kicker){
  color:var(--v28-muted);
  line-height:1.7;
  margin:20px 0 26px;
}
.v28-delivery-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  align-items:stretch;
  gap:10px;
}
.v28-delivery-steps>div{
  padding:22px;
  border:1px solid #dce5dc;
  border-radius:15px;
  background:#fff;
  display:flex;
  flex-direction:column;
}
.v28-delivery-steps span{font-size:.6rem;color:#668074;font-weight:900}
.v28-delivery-steps strong{margin-top:auto;font-size:.95rem}
.v28-delivery-steps small{margin-top:7px;color:#718077;line-height:1.45}

.v28-contact{background:#f4f7f3}
.v28-contact-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:82px;
}
.v28-contact>div{}
.v28-contact-grid>div>p:not(.v28-kicker){max-width:520px;color:var(--v28-muted);line-height:1.72}
.v28-contact-details{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:36px;
}
.v28-contact-details>div{
  border-top:1px solid #d3ded5;
  padding-top:13px;
}
.v28-contact-details small,.v28-contact-details strong{display:block}
.v28-contact-details small{color:#7b8b82;font-size:.56rem;letter-spacing:.13em;font-weight:900}
.v28-contact-details strong{margin-top:5px;font-size:.82rem}
.v28-contact-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
  padding:30px;
  border:1px solid #dce4dc;
  border-radius:22px;
  background:#fff;
}
.v28-contact-form label{display:grid;gap:7px;font-size:.74rem;font-weight:800}
.v28-contact-form label:nth-of-type(3),.v28-contact-form label:nth-of-type(4){grid-column:1/-1}
.v28-contact-form input,.v28-contact-form select,.v28-contact-form textarea{
  width:100%;
  border:1px solid #d9e2da;
  border-radius:11px;
  background:#fafcf9;
  padding:12px 13px;
  color:var(--v28-ink);
}
.v28-contact-form textarea{resize:vertical}
.v28-contact-form button,.v28-contact-form>small{grid-column:1/-1}
.v28-contact-form>small{color:#748279}

.v28-footer{
  padding:44px 0 100px;
  background:#0c2419;
  color:#dce8df;
}
.v28-footer-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px 50px;
  align-items:center;
}
.v28-footer .footer-logo{filter:brightness(0) invert(1);width:150px}
.v28-footer p{margin:0;color:#9eb3a7;font-size:.82rem}
.v28-footer nav{display:flex;gap:22px;justify-content:flex-end;font-size:.72rem;font-weight:700}
.v28-footer small{grid-column:1/-1;color:#71897c;padding-top:15px;border-top:1px solid rgba(255,255,255,.1)}

.home-v28[data-theme="dark"],[data-theme="dark"] .home-v28{background:#08150f}
[data-theme="dark"] .home-v28 .v28-hero{background:linear-gradient(135deg,#0c2218,#0c1712)}
[data-theme="dark"] .home-v28 .v28-hero h1,
[data-theme="dark"] .home-v28 .v28-section-head h2,
[data-theme="dark"] .home-v28 .v28-showcase-copy h2,
[data-theme="dark"] .home-v28 .v28-delivery h2,
[data-theme="dark"] .home-v28 .v28-contact h2{color:#f1f6f2}
[data-theme="dark"] .home-v28 .v28-lead,
[data-theme="dark"] .home-v28 .v28-section-head>p,
[data-theme="dark"] .home-v28 .v28-showcase-copy p:not(.v28-kicker),
[data-theme="dark"] .home-v28 .v28-contact-grid>div>p:not(.v28-kicker){color:#a9b9af}
[data-theme="dark"] .home-v28 .v28-benefits,
[data-theme="dark"] .home-v28 .v28-showcase,
[data-theme="dark"] .home-v28 .v28-contact{background:#0a1811}
[data-theme="dark"] .home-v28 .v28-benefit-cards article,
[data-theme="dark"] .home-v28 .v28-delivery,
[data-theme="dark"] .home-v28 .v28-contact-form{background:#102219;border-color:#21382b}
[data-theme="dark"] .home-v28 .v28-produce-gallery figure,
[data-theme="dark"] .home-v28 .v28-delivery-steps>div{background:#102219;border-color:#21382b}
[data-theme="dark"] .home-v28 .v28-text-link{color:#e5eee8}

@media(max-width:980px){
  .home-v28 .site-header .nav-links{display:none!important}
  .v28-hero{padding:32px 0 50px}
  .v28-hero-grid{grid-template-columns:1fr;min-height:0;gap:42px}
  .v28-hero h1{font-size:clamp(3.2rem,10vw,5.4rem);max-width:820px}
  .v28-hero-media{max-width:660px;width:100%;margin:auto}
  .v28-image-stage{height:520px}
  .v28-promise-grid{grid-template-columns:1fr 1fr}
  .v28-promise-grid>div{border-bottom:1px solid rgba(255,255,255,.1)}
  .v28-promise-grid>div:nth-child(2){border-right:0}
  .v28-section{padding:82px 0}
  .v28-section-head,.v28-showcase-layout,.v28-how-grid,.v28-delivery,.v28-contact-grid{grid-template-columns:1fr;gap:34px}
  .v28-benefit-cards{grid-template-columns:1fr}
  .v28-benefit-cards article{min-height:210px}
  .v28-produce-gallery{height:500px}
  .v28-delivery{padding:34px}
  .v28-mobile-nav{display:flex!important}
  .home-v28{padding-bottom:66px}
}

@media(max-width:640px){
  .home-v28 .container{width:min(100% - 28px,1200px)}
  .home-v28 .nav{height:66px}
  .home-v28 .brand-logo{width:145px}
  .v28-hero{padding-top:22px}
  .v28-hero h1{font-size:clamp(3rem,15vw,4.5rem)}
  .v28-lead{font-size:.94rem}
  .v28-hero-actions{align-items:flex-start;flex-direction:column;gap:14px}
  .v28-trust-row{margin-top:38px}
  .v28-trust-row strong{font-size:1.15rem}
  .v28-trust-row span{font-size:.57rem}
  .v28-image-stage{height:410px;border-radius:22px}
  .v28-product-card{width:115px;height:88px}
  .v28-card-basil{width:105px;height:80px;bottom:74px}
  .v28-media-note{left:12px;top:12px;padding:9px 10px}
  .v28-section{padding:66px 0}
  .v28-section-head h2,.v28-showcase-copy h2,.v28-how h2,.v28-delivery h2,.v28-contact h2{font-size:clamp(2.35rem,12vw,3.45rem)}
  .v28-section-head{gap:20px}
  .v28-promise-grid>div{min-height:72px;padding:0 12px}
  .v28-promise-grid>div:first-child{padding-left:12px}
  .v28-promise-grid strong{font-size:.68rem}
  .v28-produce-gallery{height:430px;grid-template-columns:1fr 1fr;grid-template-rows:1.2fr .8fr}
  .v28-produce-large{grid-column:1/-1;grid-row:auto}
  .v28-delivery{padding:24px;border-radius:18px}
  .v28-delivery-steps{grid-template-columns:1fr}
  .v28-delivery-steps>div{min-height:105px}
  .v28-contact-grid{gap:30px}
  .v28-contact-details{grid-template-columns:1fr}
  .v28-contact-form{grid-template-columns:1fr;padding:20px}
  .v28-contact-form label{grid-column:1/-1!important}
  .v28-footer-grid{grid-template-columns:1fr}
  .v28-footer nav{justify-content:flex-start;flex-wrap:wrap}
  .v28-mobile-nav{
    box-sizing:border-box;
    width:100%;
    max-width:100vw;
    padding-left:max(2px,env(safe-area-inset-left));
    padding-right:max(2px,env(safe-area-inset-right));
    overflow:hidden;
  }
  .v28-mobile-nav a{
    min-width:0!important;
    flex:1 1 0!important;
    padding-left:1px!important;
    padding-right:1px!important;
  }
  .v28-mobile-nav span{font-size:1rem!important}
  .v28-mobile-nav small{
    max-width:none!important;
    width:100%;
    white-space:normal;
    font-size:clamp(.47rem,2.05vw,.6rem)!important;
    line-height:1.02;
  }
}




/* ================================================================
   CÍVORA V30 — MOBILE SHOP NAV
   ================================================================ */
@media(max-width:980px){
  body.catalogue-page{padding-bottom:calc(76px + env(safe-area-inset-bottom))!important}
  body.catalogue-page .v30-mobile-nav{
    height:calc(68px + env(safe-area-inset-bottom));
    min-height:68px;
    padding:5px max(6px,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(6px,env(safe-area-inset-left));
    gap:2px;
    align-items:stretch;
    background:rgba(255,255,255,.98);
    border-top:1px solid #dce6dd;
    box-shadow:0 -8px 28px rgba(4,44,26,.08);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }
  body.catalogue-page .v30-mobile-nav>a,
  body.catalogue-page .v30-mobile-nav>button{
    flex:1 1 0!important;
    min-width:0!important;
    height:62px!important;
    padding:7px 2px 5px!important;
    margin:0!important;
    gap:4px!important;
    border:0!important;
    border-radius:12px!important;
    background:transparent!important;
    color:#53665b!important;
    box-shadow:none!important;
    font-family:inherit!important;
    justify-content:center;
  }
  body.catalogue-page .v30-mobile-nav>a.active,
  body.catalogue-page .v30-mobile-nav>button.active{
    color:#006b3d!important;
    background:#eef7f1!important;
  }
  body.catalogue-page .v30-nav-icon{
    width:23px;height:23px;display:grid!important;place-items:center;position:relative;
    font-size:0!important;line-height:0!important;
  }
  body.catalogue-page .v30-nav-icon svg{
    width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;
    stroke-linecap:round;stroke-linejoin:round;
  }
  body.catalogue-page .v30-mobile-nav small{
    width:100%;max-width:none!important;margin:0!important;
    font-size:10.5px!important;line-height:1!important;font-weight:700!important;
    color:inherit!important;white-space:nowrap!important;text-align:center;
  }
  body.catalogue-page .v30-badge-anchor{position:relative}
  body.catalogue-page .v30-mobile-nav .cart-badge{
    position:absolute!important;top:-5px!important;right:-9px!important;
    min-width:16px!important;height:16px!important;padding:0 4px!important;
    display:flex!important;align-items:center;justify-content:center;
    border-radius:99px!important;background:#006b3d!important;color:#fff!important;
    font-size:9px!important;line-height:16px!important;font-weight:800!important;
    border:2px solid #fff;
  }
}
@media(max-width:370px){
  body.catalogue-page .v30-mobile-nav small{font-size:9.5px!important}
  body.catalogue-page .v30-nav-icon svg{width:20px;height:20px}
}
[data-theme="dark"] body.catalogue-page .v30-mobile-nav{
  background:rgba(9,29,19,.98);border-top-color:#244333
}
[data-theme="dark"] body.catalogue-page .v30-mobile-nav>a,
[data-theme="dark"] body.catalogue-page .v30-mobile-nav>button{color:#b9c9bf!important}
[data-theme="dark"] body.catalogue-page .v30-mobile-nav>a.active,
[data-theme="dark"] body.catalogue-page .v30-mobile-nav>button.active{
  color:#6cdb9d!important;background:#123b27!important
}
[data-theme="dark"] body.catalogue-page .v30-mobile-nav .cart-badge{border-color:#091d13}

/* ================================================================
   CÍVORA V30 FINAL — ONE MOBILE NAV DESIGN SYSTEM
   Home + Shop use exactly the same height, icons, spacing and states.
   ================================================================ */
@media(max-width:980px){
  body.home-v28,
  body.catalogue-page{
    padding-bottom:calc(76px + env(safe-area-inset-bottom))!important;
  }

  body.home-v28 .v30-mobile-nav,
  body.catalogue-page .v30-mobile-nav{
    display:flex!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:150!important;
    width:100%!important;
    max-width:100vw!important;
    height:calc(68px + env(safe-area-inset-bottom))!important;
    min-height:68px!important;
    padding:5px max(6px,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(6px,env(safe-area-inset-left))!important;
    gap:2px!important;
    align-items:stretch!important;
    background:rgba(255,255,255,.98)!important;
    border-top:1px solid #dce6dd!important;
    box-shadow:0 -8px 28px rgba(4,44,26,.08)!important;
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    overflow:visible!important;
  }

  body.home-v28 .v30-mobile-nav>a,
  body.home-v28 .v30-mobile-nav>button,
  body.catalogue-page .v30-mobile-nav>a,
  body.catalogue-page .v30-mobile-nav>button{
    flex:1 1 0!important;
    min-width:0!important;
    width:auto!important;
    height:62px!important;
    min-height:62px!important;
    padding:7px 2px 5px!important;
    margin:0!important;
    gap:4px!important;
    border:0!important;
    border-radius:12px!important;
    background:transparent!important;
    color:#53665b!important;
    box-shadow:none!important;
    font-family:inherit!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    position:relative!important;
  }

  body.home-v28 .v30-mobile-nav>a.active,
  body.home-v28 .v30-mobile-nav>button.active,
  body.catalogue-page .v30-mobile-nav>a.active,
  body.catalogue-page .v30-mobile-nav>button.active{
    color:#006b3d!important;
    background:#eef7f1!important;
  }

  body.home-v28 .v30-nav-icon,
  body.catalogue-page .v30-nav-icon{
    width:23px!important;
    height:23px!important;
    min-width:23px!important;
    min-height:23px!important;
    display:grid!important;
    place-items:center!important;
    position:relative!important;
    font-size:0!important;
    line-height:0!important;
  }

  body.home-v28 .v30-nav-icon svg,
  body.catalogue-page .v30-nav-icon svg{
    width:22px!important;
    height:22px!important;
    display:block!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }

  body.home-v28 .v30-mobile-nav small,
  body.catalogue-page .v30-mobile-nav small{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    color:inherit!important;
    text-align:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:10.5px!important;
    line-height:1!important;
    font-weight:700!important;
  }

  /* Six Home items still use the same component dimensions; labels simply share the width. */
  body.home-v28 .v30-home-nav small{
    font-size:9.5px!important;
  }

  body.catalogue-page .v30-mobile-nav .cart-badge{
    position:absolute!important;
    top:-5px!important;
    right:-9px!important;
    min-width:16px!important;
    height:16px!important;
    padding:0 4px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:99px!important;
    background:#006b3d!important;
    color:#fff!important;
    font-size:9px!important;
    line-height:16px!important;
    font-weight:800!important;
    border:2px solid #fff!important;
  }
}

@media(max-width:370px){
  body.home-v28 .v30-home-nav small{font-size:8.5px!important}
  body.home-v28 .v30-nav-icon svg,
  body.catalogue-page .v30-nav-icon svg{width:20px!important;height:20px!important}
  body.catalogue-page .v30-mobile-nav small{font-size:9.5px!important}
}

[data-theme="dark"] body.home-v28 .v30-mobile-nav,
[data-theme="dark"] body.catalogue-page .v30-mobile-nav{
  background:rgba(9,29,19,.98)!important;
  border-top-color:#244333!important;
}
[data-theme="dark"] body.home-v28 .v30-mobile-nav>a,
[data-theme="dark"] body.catalogue-page .v30-mobile-nav>a,
[data-theme="dark"] body.catalogue-page .v30-mobile-nav>button{
  color:#b9c9bf!important;
}
[data-theme="dark"] body.home-v28 .v30-mobile-nav>a.active,
[data-theme="dark"] body.catalogue-page .v30-mobile-nav>a.active,
[data-theme="dark"] body.catalogue-page .v30-mobile-nav>button.active{
  color:#6cdb9d!important;
  background:#123b27!important;
}

/* ================================================================
   CÍVORA V35 — FOOTER
   Balanced desktop footer; legal links live here, not in header.
   ================================================================ */
@media(min-width:761px){
  .v28-footer{
    padding:0!important;
  }
  .v28-footer .v28-footer-grid{
    width:min(100% - 64px,1120px)!important;
    min-height:210px!important;
    padding:42px 0 28px!important;
    display:grid!important;
    grid-template-columns:minmax(190px,.8fr) minmax(240px,1fr) minmax(320px,1.35fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:54px!important;
    row-gap:28px!important;
    align-items:start!important;
  }
  .v28-footer .v28-footer-grid>a:first-child{
    grid-column:1!important;
    grid-row:1!important;
    align-self:start!important;
  }
  .v28-footer .footer-logo{
    width:126px!important;
    height:auto!important;
    display:block!important;
  }
  .v28-footer .v28-footer-grid>p{
    grid-column:2!important;
    grid-row:1!important;
    margin:3px 0 0!important;
    max-width:260px!important;
    font-size:.9rem!important;
    line-height:1.65!important;
  }
  .v28-footer .v28-footer-grid>nav{
    grid-column:3!important;
    grid-row:1!important;
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:flex-end!important;
    align-items:flex-start!important;
    gap:12px 24px!important;
    margin:2px 0 0!important;
  }
  .v28-footer .v28-footer-grid>nav a{
    margin:0!important;
    font-size:.82rem!important;
    line-height:1.4!important;
    white-space:nowrap!important;
  }
  .v28-footer .v28-footer-grid>small{
    grid-column:1 / -1!important;
    grid-row:2!important;
    width:100%!important;
    padding-top:22px!important;
    margin:0!important;
    border-top:1px solid rgba(255,255,255,.13)!important;
    font-size:.78rem!important;
    line-height:1.4!important;
  }
}
@media(min-width:1280px){
  .v28-footer .v28-footer-grid{width:1080px!important}
}

/* V36 — Shop legal links: single active language, clean secondary treatment. */
.shop-legal-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin:42px auto 28px;
  padding:18px 20px 0;
  border-top:1px solid #e2e9e3;
  width:min(calc(100% - 48px),960px);
  color:#63736a;
  font-size:.78rem;
}
.shop-legal-links a{color:inherit;text-decoration:none;font-weight:600}
.shop-legal-links a:hover{color:#006b3d;text-decoration:underline}
@media(max-width:760px){
  .shop-legal-links{
    margin:28px auto 16px;
    padding-top:15px;
    width:calc(100% - 32px);
    font-size:.74rem;
  }
}

/* ================================================================
   CÍVORA V39 — HOME CONTENT + DARK MODE LEGIBILITY
   ================================================================ */
[data-theme="dark"] body.home-v28{color:#eef6f1;background:#08150f}
[data-theme="dark"] body.home-v28 .site-header{
  background:#0b1d14!important;
  border-color:#20372a!important;
}
[data-theme="dark"] body.home-v28 .site-header .nav-links a,
[data-theme="dark"] body.home-v28 .site-header .text-btn,
[data-theme="dark"] body.home-v28 .site-header .icon-btn{color:#e8f2ec!important}
[data-theme="dark"] body.home-v28 .v28-kicker.dark{color:#78d9aa!important}
[data-theme="dark"] body.home-v28 .v28-benefit-cards h3,
[data-theme="dark"] body.home-v28 .v28-benefit-cards p,
[data-theme="dark"] body.home-v28 .v28-delivery p,
[data-theme="dark"] body.home-v28 .v28-delivery-steps strong,
[data-theme="dark"] body.home-v28 .v28-contact-details strong,
[data-theme="dark"] body.home-v28 .v28-contact-form label{color:#e8f2ec!important}
[data-theme="dark"] body.home-v28 .v28-benefit-cards p,
[data-theme="dark"] body.home-v28 .v28-delivery>div:first-child>p:not(.v28-kicker),
[data-theme="dark"] body.home-v28 .v28-delivery-steps small,
[data-theme="dark"] body.home-v28 .v28-contact-form>small{color:#b9cbc0!important}
[data-theme="dark"] body.home-v28 .v28-delivery-steps span,
[data-theme="dark"] body.home-v28 .v28-card-no,
[data-theme="dark"] body.home-v28 .v28-contact-details small{color:#8fc7a8!important}
[data-theme="dark"] body.home-v28 .v28-contact-details>div{border-color:#31503d!important}
[data-theme="dark"] body.home-v28 .v28-contact-form input,
[data-theme="dark"] body.home-v28 .v28-contact-form select,
[data-theme="dark"] body.home-v28 .v28-contact-form textarea{
  background:#0b1a12!important;
  border-color:#31503d!important;
  color:#f3f8f5!important;
}
[data-theme="dark"] body.home-v28 .v28-contact-form input::placeholder,
[data-theme="dark"] body.home-v28 .v28-contact-form textarea::placeholder{color:#8fa398!important}
[data-theme="dark"] body.home-v28 .v28-produce-gallery figcaption{
  background:rgba(8,24,16,.92)!important;
  color:#f2f7f4!important;
}
[data-theme="dark"] body.home-v28 .v28-promise-strip strong{color:#eef6f1!important}
[data-theme="dark"] body.home-v28 .v28-promise-strip span{color:#85b69a!important}
[data-theme="dark"] body.home-v28 .v28-media-note{
  background:rgba(7,27,17,.92)!important;
  color:#f2f7f4!important;
}
[data-theme="dark"] body.home-v28 .v28-media-note small{color:#a8c6b5!important}

/* ================================================================
   CÍVORA V40 — CONSISTENT FULL-PAGE DARK MODE
   Shop now follows the same dark canvas treatment as Home.
   ================================================================ */
[data-theme="dark"] body.shop-page,
[data-theme="dark"] body:has(.shop-shell),
[data-theme="dark"] body:has(.shop-main){
  background:#08150f!important;
  color:#eef6f1!important;
}
[data-theme="dark"] body.shop-page main,
[data-theme="dark"] body:has(.shop-shell) main,
[data-theme="dark"] body:has(.shop-main) main{
  background:transparent!important;
}
[data-theme="dark"] .shop-header,
[data-theme="dark"] body:has(.shop-shell) .site-header{
  background:#0b1d14!important;
  border-color:#20372a!important;
}
[data-theme="dark"] .shop-shell,
[data-theme="dark"] .shop-main,
[data-theme="dark"] .catalogue,
[data-theme="dark"] .products-section{
  background:transparent!important;
}
[data-theme="dark"] .shop-shell h1,
[data-theme="dark"] .shop-shell h2,
[data-theme="dark"] .shop-main h1,
[data-theme="dark"] .shop-main h2{color:#f2f7f4!important}
[data-theme="dark"] .shop-shell>p,
[data-theme="dark"] .shop-main>p,
[data-theme="dark"] .shop-subtitle{color:#b9cbc0!important}
[data-theme="dark"] .shop-controls,
[data-theme="dark"] .catalogue-controls,
[data-theme="dark"] .filters-wrap{
  background:#0b1d14!important;
  border-color:#294332!important;
}
[data-theme="dark"] .shop-controls input,
[data-theme="dark"] .catalogue-controls input,
[data-theme="dark"] .filters-wrap input{
  background:#0d2117!important;
  border-color:#31503d!important;
  color:#f3f8f5!important;
}
[data-theme="dark"] .shop-controls input::placeholder,
[data-theme="dark"] .catalogue-controls input::placeholder,
[data-theme="dark"] .filters-wrap input::placeholder{color:#91a79a!important}
[data-theme="dark"] .shop-legal-links{
  border-color:#294332!important;
  color:#a9bdb1!important;
}
[data-theme="dark"] .mobile-bottom-nav{
  background:#0b1d14!important;
  border-color:#294332!important;
  color:#dce9e1!important;
}
[data-theme="dark"] .mobile-bottom-nav a{color:#b9cbc0!important}
[data-theme="dark"] .mobile-bottom-nav a.active{color:#79d7a8!important;background:#10291d!important}

/* V41 — actual Shop DOM: full dark canvas, matching Home */
html[data-theme="dark"],
html[data-theme="dark"] body{
  background:#08150f!important;
}
html[data-theme="dark"] body:not(.home-v28){
  color:#eef6f1;
}
html[data-theme="dark"] .shop-wrap,
html[data-theme="dark"] .shop-container,
html[data-theme="dark"] .catalogue-wrap,
html[data-theme="dark"] .catalog-wrap,
html[data-theme="dark"] #shopView,
html[data-theme="dark"] #productsView{
  background:transparent!important;
}
html[data-theme="dark"] body > main{background:transparent!important}

/* ================================================================
   CÍVORA V44 — ABOUT CÍVORA
   ================================================================ */
.v44-about{padding:104px 0;background:#fff;border-bottom:1px solid #e3ebe4}
.v44-about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:88px;align-items:start}
.v44-about-heading h2{margin:0;color:#0d251a;font-size:clamp(2.6rem,4.4vw,4.7rem);line-height:.98;letter-spacing:-.055em;max-width:570px}
.v44-about-story{padding-top:30px;max-width:650px}
.v44-about-story p{margin:0;color:#65756b;line-height:1.76;font-size:.97rem}
.v44-about-story .v44-about-lead{color:#263c30;font-size:1.08rem;margin-bottom:18px}
.v44-about-facts{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:40px;border-top:1px solid #dce6dd;border-left:1px solid #dce6dd}
.v44-about-facts>div{padding:20px 22px;border-right:1px solid #dce6dd;border-bottom:1px solid #dce6dd;min-height:92px}
.v44-about-facts span,.v44-about-facts strong{display:block}.v44-about-facts span{font-size:.56rem;letter-spacing:.14em;color:#75877c;font-weight:900}.v44-about-facts strong{margin-top:9px;font-size:.91rem;color:#0d251a}
[data-theme="dark"] .v44-about{background:#091a12;border-color:#20372a}
[data-theme="dark"] .v44-about-heading h2{color:#f2f7f4}
[data-theme="dark"] .v44-about-story p{color:#b8cbc0}
[data-theme="dark"] .v44-about-story .v44-about-lead{color:#e4efe8}
[data-theme="dark"] .v44-about-facts{border-color:#294332}
[data-theme="dark"] .v44-about-facts>div{border-color:#294332;background:#0d2117}
[data-theme="dark"] .v44-about-facts span{color:#8fb6a0}
[data-theme="dark"] .v44-about-facts strong{color:#f1f7f3}
@media(max-width:900px){.v44-about{padding:76px 0}.v44-about-grid{grid-template-columns:1fr;gap:28px}.v44-about-story{padding-top:0;max-width:none}}
@media(max-width:560px){.v44-about{padding:62px 0}.v44-about-facts{grid-template-columns:1fr 1fr}.v44-about-facts>div{padding:16px 14px}.v44-about-heading h2{font-size:clamp(2.3rem,12vw,3.3rem)}}

/* CÍVORA V53 — consistent white brand treatment in the public header */
.site-header .brand-logo{filter:brightness(0) invert(1)}


/* ================================================================
   CÍVORA V55 — GLOBAL DOCUMENT NORMALIZATION
   Same top-edge geometry on Home / Shop / policy pages.
   ================================================================ */
html,body{margin:0!important;padding:0!important}
.site-header{margin-top:0!important;top:0}

/* V68 specials */
.special-shop-badge{display:inline-flex;width:max-content;margin-bottom:8px;padding:5px 9px;border-radius:999px;background:#e4f4e9;color:#155c3c;font-size:.7rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.v68-specials{padding:64px 0;background:var(--surface,#f5f8f5)}
.v68-specials-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px}.v68-specials-head h2{margin:.25rem 0 0;max-width:720px}
.v68-specials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.v68-special-card{overflow:hidden;border-radius:22px;background:var(--card,#fff);border:1px solid rgba(18,73,49,.12);box-shadow:0 12px 30px rgba(15,61,42,.07)}
.v68-special-card img{width:100%;height:210px;object-fit:cover;display:block}.v68-special-card-body{padding:20px}.v68-special-card-body h3{margin:8px 0}.v68-special-card-body p{color:var(--muted,#64756c);min-height:2.8em}
.v68-special-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px}.v68-special-price{font-size:1.18rem;font-weight:900}.v68-special-type{font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#176b45}
@media(max-width:800px){.v68-specials{padding:42px 0}.v68-specials-head{display:block}.v68-specials-head .btn{margin-top:14px}.v68-specials-grid{grid-template-columns:1fr}.v68-special-card{display:grid;grid-template-columns:120px 1fr}.v68-special-card img{height:100%;min-height:170px}.v68-special-card-body{padding:16px}}






/* Basket is deliberately subdued: realistic texture, low saturation, no cartoon outline. */
.special-basket-handle{
  position:absolute;
  z-index:1;
  left:26%;right:26%;
  bottom:26%;
  height:51%;
  border:7px solid rgba(142,92,52,.74);
  border-bottom:0;
  border-radius:120px 120px 0 0;
  filter:drop-shadow(0 4px 4px rgba(75,45,24,.18));
  background:transparent;
}
.special-basket-handle:before,
.special-basket-handle:after{
  content:"";
  position:absolute;
  inset:-5px;
  border-radius:inherit;
  border-top:2px solid rgba(229,189,139,.52);
  opacity:.7;
}
.special-basket-handle i{
  position:absolute;inset:-7px;
  border-radius:inherit;
  background:repeating-linear-gradient(90deg,transparent 0 7px,rgba(77,45,24,.15) 7px 9px);
  mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  pointer-events:none;
}
.special-basket-rim{
  position:absolute;
  z-index:10;
  left:7%;right:7%;
  bottom:24%;
  height:17px;
  border-radius:50% / 65%;
  background:
    repeating-linear-gradient(95deg,#c9925d 0 9px,#a96f3d 9px 13px,#d3a16c 13px 20px);
  box-shadow:
    0 4px 7px rgba(77,45,24,.19),
    inset 0 2px rgba(255,240,218,.34),
    inset 0 -2px rgba(91,53,27,.22);
}
.special-basket-body{
  position:absolute;
  z-index:9;
  left:10%;right:10%;
  bottom:3%;
  height:29%;
  overflow:hidden;
  clip-path:polygon(2% 0,98% 0,89% 100%,11% 100%);
  background:
    repeating-linear-gradient(25deg,rgba(93,54,27,.32) 0 3px,transparent 3px 10px),
    repeating-linear-gradient(-25deg,rgba(93,54,27,.25) 0 3px,transparent 3px 10px),
    linear-gradient(180deg,#c99763 0%,#aa7041 100%);
  box-shadow:inset 0 3px 5px rgba(255,229,190,.25);
}
.special-basket-body:after{
  content:"";
  position:absolute;inset:0;
  background:
    repeating-linear-gradient(0deg,transparent 0 11px,rgba(71,41,20,.16) 11px 13px);
  mix-blend-mode:multiply;
}
.special-basket-shadow{
  position:absolute;
  z-index:0;
  left:16%;right:16%;bottom:0;
  height:10%;
  border-radius:50%;
  background:rgba(45,54,47,.19);
  filter:blur(9px);
}
.shop-card .special-basket-visual{height:235px}
.v68-special-card .special-basket-visual{height:240px}
.v68-special-card{transition:transform .18s ease,box-shadow .18s ease}
.v68-special-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,61,42,.10)}

html[data-theme="dark"] .special-basket-visual{
  background:
    radial-gradient(ellipse at 50% 24%,rgba(38,64,47,.85) 0 22%,rgba(38,64,47,0) 60%),
    linear-gradient(180deg,#102319 0%,#0c1b13 100%);
}

@media(max-width:800px){
  .v68-special-card{display:block!important}
  .v68-special-card .special-basket-visual{height:210px}
  .shop-card .special-basket-visual{height:210px}
}
@media(max-width:480px){
  .v68-special-card .special-basket-visual,.shop-card .special-basket-visual{height:195px}
  .special-basket-items{left:4%;right:4%}
}




/* ================================================================
   CÍVORA V73 — SPECIALS: PRODUCT-LED OVERLAY ARTWORK
   No basket. Actual configured product images create one clean,
   natural produce composition on both Home and Shop.
   ================================================================ */
.special-produce-visual{
  position:relative;
  width:100%;
  height:240px;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(ellipse at 50% 38%,rgba(255,255,255,1) 0 23%,rgba(255,255,255,.72) 43%,rgba(255,255,255,0) 72%),
    linear-gradient(145deg,#faf8f0 0%,#edf4ed 100%);
}

.special-produce-halo{
  position:absolute;
  z-index:0;
  left:10%;
  right:10%;
  top:12%;
  bottom:10%;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(255,255,255,.88),rgba(221,235,222,.30) 55%,transparent 76%);
  filter:blur(7px);
}

.special-produce-stage{
  position:absolute;
  z-index:3;
  inset:5% 4% 7%;
}

.special-produce-cutout{
  position:absolute!important;
  display:block!important;
  width:auto;
  height:auto!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  aspect-ratio:auto!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:drop-shadow(0 11px 9px rgba(31,67,44,.19));
  transform-origin:50% 75%;
  user-select:none;
  pointer-events:none;
}

/* A natural market-produce composition: large greens frame the pack,
   longer produce crosses the centre, smaller items fill the foreground. */
.special-produce-cutout.produce-1{
  width:48%!important;
  left:0;
  bottom:6%;
  transform:rotate(-7deg);
  z-index:3;
}
.special-produce-cutout.produce-2{
  width:47%!important;
  left:25%;
  bottom:13%;
  transform:rotate(-2deg) scale(1.04);
  z-index:5;
}
.special-produce-cutout.produce-3{
  width:44%!important;
  right:-1%;
  bottom:7%;
  transform:rotate(8deg);
  z-index:4;
}
.special-produce-cutout.produce-4{
  width:36%!important;
  left:10%;
  bottom:-2%;
  transform:rotate(7deg);
  z-index:7;
}
.special-produce-cutout.produce-5{
  width:35%!important;
  right:9%;
  bottom:-3%;
  transform:rotate(-6deg);
  z-index:8;
}
.special-produce-cutout.produce-6{
  width:31%!important;
  left:35%;
  bottom:-5%;
  transform:rotate(1deg);
  z-index:9;
}

.special-produce-visual.count-1 .produce-1{
  width:62%!important;
  left:19%;
  bottom:5%;
  transform:rotate(-1deg);
}
.special-produce-visual.count-2 .produce-1{
  width:54%!important;
  left:8%;
  bottom:5%;
  transform:rotate(-6deg);
}
.special-produce-visual.count-2 .produce-2{
  width:52%!important;
  left:auto;
  right:8%;
  bottom:6%;
  transform:rotate(6deg);
}
.special-produce-visual.count-3 .produce-1{
  width:51%!important;
  left:0;
}
.special-produce-visual.count-3 .produce-2{
  width:48%!important;
  left:27%;
}
.special-produce-visual.count-3 .produce-3{
  width:44%!important;
  right:0;
}

.special-produce-ground{
  position:absolute;
  z-index:1;
  left:14%;
  right:14%;
  bottom:4%;
  height:10%;
  border-radius:50%;
  background:rgba(49,72,57,.16);
  filter:blur(12px);
}

/* Explicitly neutralise generic Shop image-card rules. */
.shop-card .special-produce-visual img.special-produce-cutout{
  display:block!important;
  width:auto;
  height:auto!important;
  max-width:none!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.shop-card .special-produce-visual .produce-1{width:48%!important}
.shop-card .special-produce-visual .produce-2{width:47%!important}
.shop-card .special-produce-visual .produce-3{width:44%!important}
.shop-card .special-produce-visual .produce-4{width:36%!important}
.shop-card .special-produce-visual .produce-5{width:35%!important}
.shop-card .special-produce-visual .produce-6{width:31%!important}
.shop-card .special-produce-visual.count-1 .produce-1{width:62%!important}
.shop-card .special-produce-visual.count-2 .produce-1{width:54%!important}
.shop-card .special-produce-visual.count-2 .produce-2{width:52%!important}
.shop-card .special-produce-visual.count-3 .produce-1{width:51%!important}
.shop-card .special-produce-visual.count-3 .produce-2{width:48%!important}
.shop-card .special-produce-visual.count-3 .produce-3{width:44%!important}

.shop-card .special-produce-visual{height:235px}
.v68-special-card .special-produce-visual{height:240px}

html[data-theme="dark"] .special-produce-visual{
  background:
    radial-gradient(ellipse at 50% 38%,rgba(39,68,49,.92) 0 23%,rgba(26,53,37,.70) 44%,rgba(11,28,19,0) 72%),
    linear-gradient(145deg,#11251a 0%,#0b1b12 100%);
}
html[data-theme="dark"] .special-produce-halo{
  background:radial-gradient(ellipse,rgba(58,91,67,.56),rgba(26,53,37,.18) 58%,transparent 76%);
}
html[data-theme="dark"] .special-produce-ground{
  background:rgba(0,0,0,.28);
}

@media(max-width:800px){
  .v68-special-card{display:block!important}
  .v68-special-card .special-produce-visual,
  .shop-card .special-produce-visual{height:210px}
}
@media(max-width:480px){
  .v68-special-card .special-produce-visual,
  .shop-card .special-produce-visual{height:195px}
  .special-produce-stage{inset:5% 2% 6%}
}
