:root {
  --sun: #c89a3b;
  --sun-deep: #a97924;
  --leaf: #214f32;
  --leaf-dark: #112f20;
  --tomato: #9f4c28;
  --ink: #1d2019;
  --muted: #706858;
  --paper: #fbf4e6;
  --cream: #fffaf0;
  --white: #ffffff;
  --line: #e5d4b7;
  --shadow: 0 22px 58px rgba(24, 39, 27, 0.14);
}

* {
  letter-spacing: 0;
}

html {
  scroll-padding-top: 76px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
}

.site-nav {
  min-height: 76px;
  border-bottom: 1px solid rgba(17, 47, 32, 0.12);
  background: rgba(255, 250, 240, 0.97);
  backdrop-filter: blur(14px);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-logo-wrap {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff8ea;
  box-shadow: 0 10px 24px rgba(17, 47, 32, 0.14);
}

.brand-logo {
  width: 64px;
  height: 64px;
  display: block;
  object-fit: contain;
}

.brand-wordmark {
  display: grid;
  gap: 2px;
  white-space: nowrap;
}

.brand-wordmark strong {
  color: var(--leaf-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.24rem;
  line-height: 1;
}

.brand-wordmark small {
  color: var(--sun-deep);
  font-size: 0.58rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.navbar-toggler {
  border-color: rgba(29, 29, 27, 0.16);
  border-radius: 8px;
}

.nav-link {
  color: #565248;
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-link.active,
.nav-link:hover {
  color: var(--leaf);
}

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

.nav-actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.cart-action {
  padding: 9px 13px;
  border-radius: 8px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--leaf), var(--leaf-dark));
}

.whatsapp-action {
  padding: 9px 13px;
  border: 1px solid rgba(33, 79, 50, 0.16);
  border-radius: 8px;
  color: var(--leaf-dark) !important;
  background: #e9f4df;
}

.whatsapp-action i {
  color: #1fa855;
}

.announcement-strip {
  padding: 12px 0;
  color: var(--leaf-dark);
  background: linear-gradient(180deg, #fff8ea, #f1dfb7);
  border-bottom: 1px solid rgba(200, 154, 59, 0.26);
}

.announcement-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.announcement-inner span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(33, 79, 50, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.82);
  box-shadow: 0 10px 22px rgba(17, 47, 32, 0.06);
  font-size: 0.78rem;
  font-weight: 1000;
  text-align: center;
  text-transform: uppercase;
}

.announcement-inner i {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff8ea;
  background: var(--leaf);
}

.announcement-strip.secondary {
  color: var(--leaf-dark);
  background: linear-gradient(90deg, #d5ad5d, #f0d282, #d5ad5d);
}

.store-hero {
  padding-top: 76px;
  background:
    linear-gradient(180deg, #fffaf0 0%, #f7ead1 58%, #f4ead7 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1180px);
  justify-content: center;
  align-items: start;
  min-height: 0;
  padding-top: 28px;
  padding-bottom: 28px;
}

.hero-tag,
.mini-label,
.section-heading span {
  display: inline-flex;
  width: fit-content;
  color: var(--sun-deep);
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  border: 8px solid var(--cream);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(24, 39, 27, 0.18);
  background: #181a13;
}

.hero-slides {
  position: relative;
  aspect-ratio: 16 / 6;
  min-height: 360px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  transform: scale(1.02);
  opacity: 0;
  visibility: hidden;
  transition: opacity 480ms ease, visibility 480ms ease, transform 900ms ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

@media (min-width: 769px) {
  .hero-slide img {
    width: 68%;
    margin-left: auto;
    object-fit: contain;
    object-position: center;
  }
}

.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(17, 47, 32, 0.78) 0%, rgba(17, 47, 32, 0.34) 42%, rgba(17, 47, 32, 0.04) 78%),
    linear-gradient(0deg, rgba(24, 26, 19, 0.28), rgba(24, 26, 19, 0));
}

.hero-slider-copy {
  position: absolute;
  left: 42px;
  top: 50%;
  bottom: auto;
  z-index: 2;
  display: grid;
  gap: 14px;
  width: min(520px, calc(100% - 84px));
  padding: 0;
  border-radius: 0;
  color: #fffaf0;
  background: transparent;
  backdrop-filter: none;
  transform: translateY(-50%);
}

.hero-slider-copy span {
  color: #f0d282;
  font-size: 0.76rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.hero-slider-copy strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.6rem, 4vw, 3.25rem);
  line-height: 0.95;
  text-wrap: balance;
}

.hero-slider-copy .btn {
  width: fit-content;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-slider-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.35);
  border-radius: 50%;
  color: #fffaf0;
  background: rgba(17, 47, 32, 0.72);
  transform: translateY(-50%);
}

.hero-slider-control.prev {
  left: 14px;
}

.hero-slider-control.next {
  right: 14px;
}

.hero-slider-dots {
  position: absolute;
  left: 42px;
  bottom: 26px;
  z-index: 4;
  display: flex;
  gap: 8px;
}

.hero-slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.54);
}

.hero-slider-dots button.active {
  width: 24px;
  border-radius: 999px;
  background: #f0d282;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 1000;
}

.btn-brand {
  color: #fffaf0;
  border-color: var(--sun);
  background: linear-gradient(135deg, #c89a3b, #a97924);
  box-shadow: 0 14px 30px rgba(169, 121, 36, 0.2);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fffaf0;
  border-color: var(--sun-deep);
  background: linear-gradient(135deg, #b5872f, #8f651d);
}

.hero-photo-panel {
  position: relative;
}

.hero-photo {
  aspect-ratio: 1132 / 1382;
  min-height: 0;
  border: 10px solid var(--cream);
  border-radius: 14px;
  background-color: #fffaf0;
  background-image: url("../img/pl-orchard-harvest.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: var(--shadow);
}

.season-card {
  position: absolute;
  right: -18px;
  bottom: 28px;
  max-width: 250px;
  padding: 18px 20px;
  border: 1px solid rgba(200, 154, 59, 0.42);
  border-radius: 12px;
  color: #fff;
  background: var(--leaf-dark);
  box-shadow: var(--shadow);
}

.season-card span,
.season-card strong {
  display: block;
}

.season-card span {
  color: #e0be73;
  font-size: 0.76rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.season-card strong {
  margin-top: 3px;
  font-size: 1.08rem;
}

.section-block {
  padding: 82px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading.centered span {
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2,
.order-copy h2,
.about-grid h2,
.soft-card h2 {
  margin: 8px 0 10px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
}

.section-heading p,
.order-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.categories-section,
.testimonial-section {
  background: var(--cream);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.category-tile {
  display: grid;
  min-height: 160px;
  align-content: center;
  justify-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: var(--paper);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(34, 25, 8, 0.06);
}

.category-tile i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--leaf-dark);
  background: linear-gradient(135deg, #d4a346, #f0d282);
  font-size: 1.35rem;
}

.category-tile strong {
  font-size: 1.08rem;
}

.category-tile small {
  color: var(--muted);
  font-weight: 800;
}

.category-tile.muted {
  opacity: 0.72;
}

.products-section {
  background: #f4ead7;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow);
}

.product-image {
  position: relative;
  min-height: 330px;
  background-position: center;
  background-size: cover;
}

.product-card-1 .product-image {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.24)),
    url("https://images.unsplash.com/photo-1601493700631-2b16ec4b4716?auto=format&fit=crop&w=1000&q=88");
}

.product-card-2 .product-image {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.24)),
    url("https://images.unsplash.com/photo-1553279768-865429fa0078?auto=format&fit=crop&w=1000&q=88");
}

.sale-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--sun-deep);
  font-size: 0.74rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.icon-btn {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--leaf), var(--leaf-dark));
}

.product-info {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.product-info span {
  color: var(--leaf);
  font-size: 0.76rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.product-info h3 {
  margin: 0;
  font-size: 1.26rem;
  font-weight: 1000;
}

.product-info p {
  margin: 0;
  color: var(--muted);
}

.piece-count {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--leaf-dark);
  background: #f3dfad;
  font-size: 0.82rem;
  font-weight: 1000;
}

.piece-count i {
  color: var(--sun-deep);
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 4px 0 8px;
}

.price-row strong {
  font-size: 1.2rem;
}

.price-row s {
  color: #908a7f;
}

.order-section {
  background:
    linear-gradient(90deg, rgba(17, 47, 32, 0.97), rgba(33, 79, 50, 0.93)),
    url("https://images.unsplash.com/photo-1518495973542-4542c06a5843?auto=format&fit=crop&w=1600&q=86");
  background-position: center;
  background-size: cover;
  color: #fff;
}

.order-grid,
.about-grid,
.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 7vw, 88px);
  align-items: center;
}

.order-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.city-list span {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--leaf-dark);
  background: #f0d282;
  font-size: 0.78rem;
  font-weight: 1000;
}

.service-box {
  display: inline-grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}

.service-box i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--leaf-dark);
  background: #f0d282;
}

.service-box small {
  display: block;
  color: rgba(255, 255, 255, 0.75);
}

.checkout-card,
.soft-card {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
}

.form-title {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}

.form-title span {
  color: var(--sun-deep);
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.form-title strong {
  font-size: 1.35rem;
}

.checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.span-2 {
  grid-column: span 2;
}

label {
  display: grid;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 900;
}

label span {
  color: var(--muted);
}

.form-control,
.form-select {
  min-height: 46px;
  border-color: #ddd1bc;
  border-radius: 8px;
  color: var(--ink);
  background-color: #fffdf7;
  font-weight: 800;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--sun-deep);
  box-shadow: 0 0 0 0.18rem rgba(200, 154, 59, 0.18);
}

.checkout-submit {
  width: 100%;
  min-height: 54px;
  margin-top: 22px;
}

.order-summary {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid #ddd1bc;
  border-radius: 8px;
  background: #fffaf0;
}

.order-summary strong {
  font-size: 0.95rem;
}

.order-summary span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.result-box {
  border: 1px solid #bdd6ad;
  border-radius: 10px;
  padding: 13px 14px;
  color: var(--leaf-dark);
  background: #eff9e8;
  font-weight: 800;
}

.result-box.error {
  color: #8b2c1c;
  background: #fff0eb;
  border-color: #efbaa8;
}

.about-section {
  background: var(--cream);
}

.about-photo {
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffaf0;
  box-shadow: var(--shadow);
}

.about-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.promise-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.promise-list div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  color: #514c43;
  font-weight: 800;
}

.promise-list i {
  color: var(--leaf);
  font-size: 1.35rem;
}

.support-section {
  background: #f4ead7;
}

.support-grid {
  align-items: stretch;
  grid-template-columns: minmax(0, 680px);
  justify-content: center;
}

.soft-card {
  display: grid;
  gap: 16px;
}

.edit-support-card {
  align-content: start;
  min-height: auto;
}

.edit-support-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.edit-support-actions {
  display: grid;
  gap: 10px;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--leaf-dark);
  background: #e5ead8;
  font-size: 0.82rem;
  font-weight: 900;
}

.live-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d9f58;
}

.chat-messages {
  min-height: 320px;
  max-height: 380px;
  overflow-y: auto;
  padding: 14px;
  border-radius: 12px;
  background: #efe2c8;
}

.bubble {
  max-width: 86%;
  width: fit-content;
  margin-bottom: 10px;
  padding: 11px 13px;
  border-radius: 12px;
  white-space: pre-wrap;
  font-size: 0.92rem;
  line-height: 1.48;
}

.bubble.bot {
  background: #fff;
}

.bubble.user {
  margin-left: auto;
  color: #fff;
  background: var(--leaf);
}

.chat-input {
  display: grid;
  grid-template-columns: 1fr 52px;
  gap: 10px;
}

.testimonial-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
}

.testimonial-poster {
  width: 100%;
  max-width: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffaf0;
  box-shadow: var(--shadow);
}

.testimonial-poster img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.testimonial-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
}

.review-stars {
  margin-bottom: 8px;
  color: var(--sun-deep);
  font-size: 0.86rem;
  letter-spacing: 2px;
}

.testimonial-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.testimonial-grid p {
  margin-bottom: 10px;
  color: var(--muted);
  line-height: 1.55;
}

.testimonial-grid span {
  color: var(--leaf);
  font-weight: 900;
}

.site-footer {
  padding: 60px 0 28px;
  color: #fff;
  background: #0f2419;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 36px;
}

.site-footer h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.6rem;
}

.site-footer p,
.site-footer a,
.footer-bottom {
  color: rgba(255, 255, 255, 0.72);
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-grid a {
  text-decoration: none;
}

.payment-row {
  display: flex;
  gap: 10px;
}

.payment-row i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--leaf-dark);
  background: #d5ad5d;
  font-size: 1.1rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.86rem;
}

.toast {
  border-radius: 12px;
}

.admin-shell {
  min-height: 100vh;
  padding: 32px;
  background: var(--paper);
}

.admin-header,
.filter-bar,
.admin-table-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 20px;
}

.admin-header h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
}

.filter-bar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 190px 210px auto;
  gap: 10px;
  margin-bottom: 16px;
}

.admin-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.admin-table {
  min-width: 1120px;
  margin-bottom: 0;
}

.admin-table thead th {
  padding-top: 18px;
  padding-bottom: 18px;
  color: #685f51;
  background: #fff4e3;
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.admin-table tbody td {
  padding-top: 14px;
  padding-bottom: 14px;
  border-color: #eee2ce;
}

.address-cell {
  max-width: 320px;
  color: #5f584d;
}

.status-select {
  min-width: 160px;
}

@media (max-width: 992px) {
  .hero-grid,
  .order-grid,
  .about-grid,
  .support-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-showcase {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
    gap: 24px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .hero-photo-panel {
    width: min(100%, 420px);
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  #navMenu {
    margin-top: 12px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
  }

  .nav-actions {
    align-items: stretch;
    justify-content: space-between;
    margin-top: 12px;
  }

  .announcement-strip {
    padding: 10px 0;
  }

  .announcement-inner {
    grid-template-columns: 1fr;
  }

  .announcement-inner span {
    justify-content: flex-start;
    text-align: left;
  }

  .hero-grid {
    min-height: unset;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .hero-photo {
    min-height: 0;
    border-width: 6px;
  }

  .hero-slider {
    border-width: 6px;
  }

  .hero-slides {
    aspect-ratio: 1132 / 1382;
    max-height: none;
    min-height: 0;
  }

  .hero-slide img {
    width: 100%;
    margin-left: 0;
    object-fit: cover;
  }

  .hero-slider::after {
    background:
      linear-gradient(0deg, rgba(17, 47, 32, 0.72), rgba(17, 47, 32, 0.08) 55%),
      linear-gradient(180deg, rgba(24, 26, 19, 0.22), rgba(24, 26, 19, 0));
  }

  .hero-slider-copy {
    left: 12px;
    right: 12px;
    top: auto;
    bottom: 26px;
    width: calc(100% - 24px);
    padding: 12px;
    border-radius: 8px;
    background: rgba(17, 47, 32, 0.86);
    backdrop-filter: blur(12px);
    transform: none;
  }

  .hero-slider-copy strong {
    font-size: 1.22rem;
  }

  .hero-slider-copy .btn {
    width: 100%;
  }

  .hero-slider-control {
    width: 38px;
    height: 38px;
  }

  .hero-slider-dots {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
  }

  .season-card {
    right: 12px;
    bottom: 12px;
  }

  .section-block {
    padding: 58px 0;
  }

  .category-grid,
  .testimonial-showcase,
  .testimonial-grid,
  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: span 1;
  }

  .product-image,
  .about-photo {
    min-height: 290px;
  }

  .testimonial-poster {
    max-width: 420px;
    margin: 0 auto 6px;
  }

  .form-title,
  .chat-header {
    flex-direction: column;
  }

  .chat-input {
    grid-template-columns: 1fr;
  }

  .chat-input .btn {
    width: 100%;
  }

  .filter-bar {
    grid-template-columns: 1fr;
  }

  .admin-shell {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  html {
    scroll-padding-top: 66px;
  }

  .brand-logo-wrap {
    width: 50px;
    height: 50px;
  }

  .brand-logo {
    width: 56px;
    height: 56px;
  }

  .navbar-brand {
    font-size: 1rem;
  }

  .brand-wordmark strong {
    font-size: 1.08rem;
  }

  .brand-wordmark small {
    font-size: 0.52rem;
  }

  .nav-actions a span {
    display: none;
  }

  .cart-action {
    padding: 9px 11px;
  }

  .checkout-card,
  .soft-card {
    padding: 18px;
  }

  .testimonial-poster {
    max-width: 100%;
    border-radius: 10px;
  }

  .testimonial-grid article {
    padding: 18px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* Local Superplum blueprint preview */
.sp-site {
  --sp-plum: #4a174f;
  --sp-plum-dark: #2a0c2f;
  --sp-gold: #f5b93f;
  --sp-leaf: #1f6f4a;
  --sp-ink: #1e1e24;
  --sp-muted: #62606a;
  --sp-soft: #fff8ea;
  --sp-line: rgba(74, 23, 79, 0.14);
  color: var(--sp-ink);
  background: #fffdf8;
  font-family: "Manrope", sans-serif;
}

.sp-site h1,
.sp-site h2,
.sp-site h3 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}

.sp-nav {
  min-height: 78px;
  border-bottom: 1px solid var(--sp-line);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(16px);
}

.sp-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.sp-logo-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--sp-plum), var(--sp-plum-dark));
  font-size: 1.45rem;
  font-weight: 1000;
}

.sp-brand strong {
  display: block;
  color: var(--sp-plum);
  font-size: 1.18rem;
  line-height: 1;
}

.sp-brand small {
  display: block;
  color: var(--sp-muted);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sp-nav .nav-link {
  color: #48444d;
  font-size: 0.78rem;
  font-weight: 1000;
}

.sp-shop-toggle,
.sp-btn {
  min-height: 44px;
  padding: 11px 18px;
  border: 0;
  border-radius: 4px;
  color: var(--sp-plum-dark);
  background: var(--sp-gold);
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(245, 185, 63, 0.28);
}

.sp-btn-light {
  color: var(--sp-plum);
  border: 1px solid rgba(74, 23, 79, 0.22);
  background: #fff;
  box-shadow: none;
}

.sp-shop-toggle:hover,
.sp-btn:hover {
  color: #fff;
  background: var(--sp-plum);
}

.sp-shop-menu {
  border-color: var(--sp-line);
  border-radius: 6px;
  box-shadow: 0 22px 50px rgba(42, 12, 47, 0.16);
}

.sp-hero {
  padding-top: 78px;
  background:
    radial-gradient(circle at 72% 18%, rgba(245, 185, 63, 0.22), transparent 30%),
    linear-gradient(135deg, #fffaf0 0%, #f8edf8 46%, #fff 100%);
}

.sp-hero-slide,
.sp-hero-grid {
  min-height: 640px;
}

.sp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

.sp-hero-copy {
  max-width: 650px;
}

.sp-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--sp-leaf);
  font-size: 0.84rem;
  font-style: italic;
  font-weight: 1000;
}

.sp-hero h1 {
  margin-bottom: 18px;
  color: var(--sp-plum-dark);
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 1000;
  line-height: 0.94;
}

.sp-hero p,
.sp-section p {
  color: var(--sp-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.sp-hero img {
  width: 100%;
  height: min(520px, 62vh);
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(42, 12, 47, 0.22);
}

.sp-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.sp-hero .carousel-control-prev,
.sp-hero .carousel-control-next {
  width: 7%;
}

.sp-hero .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--sp-plum);
}

.sp-section {
  padding: 86px 0;
}

.sp-section-title {
  max-width: 760px;
  margin-bottom: 34px;
}

.sp-section-title.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sp-section h2 {
  color: var(--sp-plum-dark);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 1000;
  line-height: 1;
}

.sp-usp,
.sp-partners,
.sp-cold {
  background: #fff;
}

.sp-usp-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.sp-usp-grid article,
.sp-fruit-grid article {
  min-height: 150px;
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 22px 16px;
  border: 1px solid var(--sp-line);
  border-radius: 8px;
  background: #fffdf8;
  text-align: center;
}

.sp-usp-grid i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--sp-plum);
  background: rgba(245, 185, 63, 0.24);
  font-size: 1.55rem;
}

.sp-usp-grid strong,
.sp-fruit-grid strong {
  color: var(--sp-plum-dark);
  font-size: 0.95rem;
  font-weight: 1000;
}

.sp-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}

.sp-trace {
  background: var(--sp-soft);
}

.sp-check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.sp-check-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--sp-ink);
  font-weight: 900;
}

.sp-check-list li::before {
  content: "✓";
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sp-leaf);
}

.sp-text-link {
  color: var(--sp-plum);
  font-weight: 1000;
}

.sp-phone-card {
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--sp-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(42, 12, 47, 0.12);
}

.sp-phone-card img {
  width: 100%;
  display: block;
}

.sp-partner-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sp-partner-row a {
  min-height: 104px;
  display: grid;
  place-items: center;
  border: 1px solid var(--sp-line);
  border-radius: 8px;
  color: var(--sp-plum);
  background: #fffdf8;
  font-size: 1.28rem;
  font-weight: 1000;
  text-decoration: none;
}

.sp-stats {
  padding: 58px 0;
  color: #fff;
  background: linear-gradient(135deg, var(--sp-plum), var(--sp-plum-dark));
}

.sp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}

.sp-stats strong {
  display: block;
  color: var(--sp-gold);
  font-size: clamp(2rem, 5vw, 4.6rem);
  font-weight: 1000;
  line-height: 1;
}

.sp-stats span {
  font-weight: 900;
}

.sp-season {
  background: #fffdf8;
}

.sp-fruit-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.sp-fruit-grid img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.sp-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sp-card-grid article {
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 8px;
  background: #fffdf8;
}

.sp-card-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.sp-card-grid h3,
.sp-card-grid p {
  padding-right: 20px;
  padding-left: 20px;
}

.sp-card-grid h3 {
  margin-top: 22px;
  color: var(--sp-plum-dark);
  font-size: 1.1rem;
  font-weight: 1000;
}

.sp-card-grid p {
  padding-bottom: 22px;
}

.sp-map {
  background: linear-gradient(135deg, #fffaf0, #f8edf8);
}

.sp-map-visual {
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px solid var(--sp-line);
  border-radius: 10px;
  color: var(--sp-plum);
  background:
    linear-gradient(135deg, rgba(245, 185, 63, 0.2), rgba(74, 23, 79, 0.08)),
    #fff;
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 1000;
}

.sp-map-visual i {
  color: var(--sp-gold);
  font-size: 3rem;
}

.sp-local-note {
  color: #fff;
  background: var(--sp-plum-dark);
}

.sp-local-note h2,
.sp-local-note p,
.sp-local-note .sp-eyebrow {
  color: #fff;
}

.sp-footer {
  padding: 64px 0 26px;
  color: rgba(255, 255, 255, 0.76);
  background: #17111a;
}

.sp-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 30px;
}

.sp-footer strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 0.8rem;
}

.sp-footer a {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.sp-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sp-footer-bottom span:last-child {
  display: flex;
  gap: 16px;
}

@media (max-width: 1180px) {
  .sp-usp-grid,
  .sp-fruit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .sp-hero-grid,
  .sp-two-col,
  .sp-footer-grid {
    grid-template-columns: 1fr;
  }

  .sp-hero-slide,
  .sp-hero-grid {
    min-height: auto;
  }

  .sp-hero-grid {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .sp-hero img {
    height: auto;
    max-height: none;
  }

  .sp-card-grid,
  .sp-partner-row,
  .sp-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sp-hero {
    padding-top: 74px;
  }

  .sp-hero-grid {
    gap: 28px;
    padding-top: 44px;
    padding-bottom: 54px;
  }

  .sp-hero h1 {
    font-size: 2.75rem;
  }

  .sp-btn-row,
  .sp-footer-bottom,
  .sp-footer-bottom span:last-child {
    display: grid;
  }

  .sp-usp-grid,
  .sp-fruit-grid,
  .sp-card-grid,
  .sp-partner-row,
  .sp-stats-grid {
    grid-template-columns: 1fr;
  }

  .sp-section {
    padding: 62px 0;
  }
}

/* Local food-app UI reference preview */
.food-ui-preview {
  --food-yellow: #f8b708;
  --food-yellow-deep: #eea900;
  --food-red: #ef4d4d;
  --food-navy: #253864;
  --food-ink: #2a2d35;
  --food-muted: #9da4b4;
  --food-soft: #f6f7fb;
  --food-line: #eef0f7;
  min-height: 100vh;
  color: var(--food-ink);
  background:
    radial-gradient(ellipse at 17% 50%, rgba(255, 255, 255, 0.22), transparent 35%),
    radial-gradient(ellipse at 78% 42%, rgba(255, 255, 255, 0.2), transparent 34%),
    #030303;
  font-family: "Manrope", sans-serif;
  overflow: hidden;
}

.food-stage {
  min-height: 100vh;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 54px clamp(20px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(720px, 1.45fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
}

.preview-copy {
  color: #fff;
  position: relative;
  z-index: 2;
}

.preview-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--food-yellow);
  font-size: 0.8rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.preview-copy h1 {
  max-width: 520px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-family: "Manrope", sans-serif;
  font-weight: 1000;
  line-height: 0.92;
}

.preview-copy p {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.food-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(180deg, #ffc91d, var(--food-yellow-deep));
  font-size: 0.86rem;
  font-weight: 1000;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(248, 183, 8, 0.28);
}

.food-btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.phone-gallery {
  min-height: 980px;
  position: relative;
  isolation: isolate;
}

.phone-gallery::before,
.phone-gallery::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  filter: blur(42px);
  transform: rotate(-4deg);
  z-index: -1;
}

.phone-gallery::before {
  width: 72%;
  height: 78%;
  left: 3%;
  top: 10%;
  box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.05);
}

.phone-gallery::after {
  width: 48%;
  height: 62%;
  right: 0;
  top: 3%;
  box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.05);
}

.phone-shell {
  width: 390px;
  height: 782px;
  position: absolute;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 30px;
  background: #fff;
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.36);
}

.phone-home {
  left: 0;
  top: 160px;
}

.phone-cart {
  left: 390px;
  top: 48px;
}

.phone-detail {
  right: 0;
  top: 318px;
}

.phone-status {
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  color: #111;
  background: #fff;
  font-size: 0.72rem;
  font-weight: 1000;
}

.phone-status span:last-child {
  display: inline-flex;
  gap: 4px;
}

.phone-content {
  height: calc(100% - 26px);
  overflow: hidden;
  padding: 18px 16px 74px;
  background: #fff;
}

.app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.app-top small {
  display: block;
  color: var(--food-yellow);
  font-size: 0.58rem;
  font-weight: 1000;
}

.app-top strong,
.screen-title strong {
  color: var(--food-navy);
  font-size: 1rem;
  font-weight: 1000;
}

.app-top img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: contain;
}

.app-search {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0;
  padding: 0 18px;
  border: 1px solid var(--food-line);
  border-radius: 16px;
  color: #c3c8d3;
  background: #fff;
  box-shadow: 0 8px 22px rgba(37, 56, 100, 0.05);
}

.app-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--food-ink);
}

.app-search input::placeholder {
  color: #b7bdca;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(4, 74px);
  gap: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}

.category-card {
  height: 88px;
  display: grid;
  place-items: center;
  gap: 4px;
  border-radius: 14px;
  background: #ffd12a;
  text-align: center;
}

.category-card img,
.category-card i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--food-navy);
  font-size: 2rem;
  object-fit: contain;
}

.category-card strong {
  color: var(--food-navy);
  font-size: 0.68rem;
  font-weight: 1000;
  line-height: 1.05;
}

.category-card.lavender {
  background: #cfc1ff;
}

.category-card.sky {
  background: #b9e9f7;
}

.category-card.peach {
  background: #ffd8cb;
}

.app-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.app-section-title h2,
.option-section h2,
.quantity-box h2 {
  margin: 0;
  color: var(--food-navy);
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 1000;
}

.app-section-title a {
  color: var(--food-navy);
  font-size: 0.62rem;
  font-weight: 1000;
  text-decoration: none;
}

.mini-order-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mini-order-row article {
  min-height: 62px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 8px;
  align-items: center;
  overflow: hidden;
  padding: 7px;
  border-radius: 8px;
  background: #fbfbfd;
}

.mini-order-row img {
  width: 62px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
}

.mini-order-row strong,
.food-card strong,
.cart-item strong {
  display: block;
  color: var(--food-ink);
  font-size: 0.78rem;
  font-weight: 1000;
}

.mini-order-row span,
.food-card span,
.cart-item span {
  display: block;
  color: var(--food-navy);
  font-size: 0.66rem;
  font-weight: 1000;
}

.mini-order-row small,
.food-card small,
.cart-item small {
  display: block;
  color: var(--food-muted);
  font-size: 0.58rem;
}

.app-list-section {
  margin-top: 22px;
}

.food-card {
  min-height: 92px;
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr 34px;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  padding: 9px 0 9px 8px;
  border: 1px solid var(--food-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(37, 56, 100, 0.05);
}

.food-card > img,
.cart-item img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 5px 12px rgba(37, 56, 100, 0.18);
}

.food-card small {
  display: flex;
  gap: 7px;
  margin-top: 7px;
  color: var(--food-navy);
}

.food-card small i,
.food-card aside i {
  color: var(--food-yellow);
}

.food-card aside {
  align-self: start;
  padding-top: 10px;
  color: var(--food-ink);
  font-size: 0.58rem;
  font-weight: 1000;
}

.food-card button {
  height: 32px;
  min-width: 90px;
  position: absolute;
  right: 0;
  bottom: 10px;
  border: 0;
  border-radius: 10px 0 0 10px;
  color: #fff;
  background: var(--food-yellow);
  font-size: 0.65rem;
  font-weight: 1000;
}

.app-bottom-nav {
  height: 64px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  background: #fff;
  box-shadow: 0 -10px 22px rgba(37, 56, 100, 0.06);
}

.app-bottom-nav a {
  display: grid;
  place-items: center;
  gap: 2px;
  color: #a8afbf;
  font-size: 0.58rem;
  font-weight: 900;
  text-decoration: none;
}

.app-bottom-nav i {
  font-size: 1.2rem;
}

.app-bottom-nav .active {
  color: var(--food-yellow);
}

.floating-cart {
  width: 58px;
  height: 58px;
  position: absolute;
  right: 18px;
  bottom: 42px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--food-yellow);
  box-shadow: 0 12px 24px rgba(248, 183, 8, 0.34);
}

.floating-cart span {
  width: 22px;
  height: 22px;
  position: absolute;
  top: -3px;
  right: -2px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #1d1d1d;
  font-size: 0.72rem;
  font-weight: 1000;
}

.screen-title {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--food-ink);
}

.detail-title {
  justify-content: space-between;
}

.detail-title span {
  display: inline-flex;
  gap: 14px;
}

.cart-item {
  min-height: 94px;
  display: grid;
  grid-template-columns: 78px 1fr 84px;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  padding: 10px 0 10px 10px;
  border: 1px solid var(--food-line);
  border-radius: 14px;
  background: #fff;
}

.cart-item button {
  height: 36px;
  align-self: end;
  border: 0;
  border-radius: 10px 0 0 10px;
  color: #fff;
  background: var(--food-red);
  font-size: 0.66rem;
  font-weight: 1000;
}

.receipt-card {
  position: relative;
  margin: 34px 8px 22px;
  padding: 30px 24px;
  border-radius: 12px;
  color: var(--food-navy);
  background: linear-gradient(160deg, #ffc821, #f5aa00);
  overflow: hidden;
}

.receipt-card::after {
  content: "\F5D2";
  position: absolute;
  right: 30px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.16);
  font-family: bootstrap-icons;
  font-size: 6rem;
  transform: rotate(-20deg);
}

.receipt-card div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 1000;
}

.receipt-card hr {
  margin: 20px 0;
  border: 0;
  border-top: 2px dashed rgba(255, 255, 255, 0.75);
  opacity: 1;
}

.receipt-card .receipt-total {
  align-items: end;
  margin-bottom: 0;
}

.receipt-total strong {
  font-size: 1.32rem;
}

.coupon-ticket {
  margin: 0 8px 20px;
  padding: 18px;
  border: 2px dashed #cbd3e2;
  border-radius: 8px;
  color: #a3abbe;
  background: #fff;
  font-size: 1.05rem;
  font-weight: 1000;
  text-align: center;
}

.pay-btn {
  width: calc(100% - 16px);
  height: 52px;
  margin: 0 8px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--food-yellow);
  font-weight: 1000;
}

.detail-main {
  margin-top: 8px;
}

.option-section {
  margin: 28px -16px 0;
  padding: 24px 16px 0;
  border-top: 8px solid var(--food-soft);
}

.option-section label {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--food-line);
  color: var(--food-ink);
}

.option-section input {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  accent-color: var(--food-yellow);
}

.option-section strong {
  color: var(--food-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.quantity-box {
  margin-top: 28px;
}

.quantity-box > div {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 20px;
  border: 1px solid var(--food-line);
  border-radius: 14px;
}

.quantity-box button {
  border: 0;
  color: #b6bdca;
  background: transparent;
  font-size: 1.5rem;
}

.detail-checkout {
  height: 86px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 158px;
  gap: 14px;
  align-items: center;
  padding: 12px 16px 18px;
  background: #fff;
}

.detail-checkout strong {
  display: block;
  color: var(--food-ink);
  font-size: 1.35rem;
  font-weight: 1000;
}

.detail-checkout span {
  display: block;
  color: var(--food-navy);
  font-size: 0.68rem;
  font-weight: 1000;
}

.detail-checkout button {
  height: 52px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--food-yellow);
  font-size: 0.7rem;
  font-weight: 1000;
}

@media (max-width: 1280px) {
  .food-stage {
    grid-template-columns: 1fr;
  }

  .preview-copy {
    max-width: 760px;
  }

  .phone-gallery {
    min-height: 1060px;
  }
}

@media (max-width: 920px) {
  .phone-gallery {
    min-height: auto;
    display: grid;
    gap: 28px;
    justify-items: center;
  }

  .phone-shell {
    position: relative;
    inset: auto;
  }
}

@media (max-width: 480px) {
  .food-stage {
    padding: 34px 12px;
  }

  .phone-shell {
    width: min(100%, 390px);
    height: 782px;
  }

  .preview-copy h1 {
    font-size: 2.6rem;
  }
}

/* Premium Pulps & Leaves ecommerce preview */
.plx-site {
  --plx-yellow: #f4b400;
  --plx-yellow-soft: #fff2bf;
  --plx-green: #4f6f52;
  --plx-green-dark: #263f2a;
  --plx-cream: #fffdf7;
  --plx-beige: #f7eedc;
  --plx-ink: #1f241f;
  --plx-muted: #687063;
  --plx-line: rgba(79, 111, 82, 0.15);
  --plx-shadow: 0 24px 70px rgba(76, 82, 52, 0.14);
  min-height: 100vh;
  color: var(--plx-ink);
  background:
    radial-gradient(circle at 84% 8%, rgba(244, 180, 0, 0.16), transparent 24rem),
    linear-gradient(180deg, var(--plx-cream), #fffaf0 42%, #fffdf7);
  font-family: "Manrope", sans-serif;
}

.plx-site h1,
.plx-site h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--plx-green-dark);
  letter-spacing: 0;
}

.plx-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--plx-line);
  background: rgba(255, 253, 247, 0.92);
  backdrop-filter: blur(18px);
}

.plx-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--plx-ink);
  text-decoration: none;
}

.plx-brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.plx-brand strong {
  display: block;
  color: var(--plx-green-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1;
}

.plx-brand small {
  color: #9a7814;
  font-size: 0.66rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.plx-menu-toggle {
  display: none;
}

.plx-menu-button {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--plx-line);
  border-radius: 12px;
  background: #fff;
}

.plx-menu-button span {
  width: 20px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: var(--plx-green-dark);
}

.plx-nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.plx-nav-links a {
  color: var(--plx-muted);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.plx-nav-links a:hover {
  color: var(--plx-green-dark);
}

.plx-nav-cta,
.plx-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  color: var(--plx-green-dark) !important;
  background: linear-gradient(135deg, #ffd257, var(--plx-yellow));
  font-size: 0.86rem;
  font-weight: 1000;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(244, 180, 0, 0.24);
}

.plx-btn-light {
  color: var(--plx-green-dark) !important;
  border: 1px solid var(--plx-line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.plx-btn.full,
.plx-btn.product {
  width: 100%;
}

.plx-btn.disabled {
  opacity: 0.72;
}

.plx-hero,
.plx-section,
.plx-footer {
  padding-right: clamp(18px, 5vw, 72px);
  padding-left: clamp(18px, 5vw, 72px);
}

.plx-hero {
  min-height: calc(100svh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
  padding-top: clamp(34px, 7vw, 92px);
  padding-bottom: clamp(42px, 7vw, 96px);
  overflow: hidden;
}

.plx-hero-copy {
  max-width: 660px;
}

.plx-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: #a37900;
  font-size: 0.8rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.plx-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 800;
  line-height: 0.92;
}

.plx-hero p,
.plx-section-head p,
.plx-story p,
.plx-order p,
.plx-footer p {
  color: var(--plx-muted);
  font-size: clamp(0.98rem, 2vw, 1.1rem);
  line-height: 1.75;
}

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

.plx-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.plx-trust-row span,
.plx-story-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--plx-line);
  border-radius: 999px;
  color: var(--plx-green-dark);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
}

.plx-hero-media {
  min-height: 560px;
  position: relative;
}

.plx-hero-card.main {
  overflow: hidden;
  height: min(560px, 64vh);
  border: 10px solid #fff;
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--plx-shadow);
}

.plx-hero-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.plx-floating-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--plx-line);
  border-radius: 18px;
  color: var(--plx-green-dark);
  background: rgba(255, 253, 247, 0.92);
  box-shadow: 0 18px 40px rgba(76, 82, 52, 0.14);
  font-weight: 1000;
}

.plx-floating-card i {
  color: var(--plx-yellow);
  font-size: 1.2rem;
}

.plx-floating-card.tea {
  top: 9%;
  left: -24px;
}

.plx-floating-card.makhana {
  right: -18px;
  bottom: 11%;
}

.plx-section {
  padding-top: clamp(64px, 8vw, 112px);
  padding-bottom: clamp(64px, 8vw, 112px);
}

.plx-section-head {
  max-width: 720px;
  margin-bottom: 34px;
}

.plx-section-head.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.plx-section h2 {
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  font-weight: 800;
  line-height: 1;
}

.plx-category-grid,
.plx-product-grid,
.plx-why-grid,
.plx-testimonial-grid {
  display: grid;
  gap: 18px;
}

.plx-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plx-category-card {
  min-height: 320px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  padding: 24px;
  border: 1px solid var(--plx-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(76, 82, 52, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.plx-category-card:hover,
.plx-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--plx-shadow);
}

.plx-category-card img,
.plx-category-card > i {
  width: 116px;
  height: 116px;
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  place-items: center;
  color: var(--plx-green);
  font-size: 4rem;
  object-fit: contain;
}

.plx-category-card.mango {
  background: linear-gradient(145deg, #fff6d0, #fff);
}

.plx-category-card.tea {
  background: linear-gradient(145deg, #ecf4e8, #fff);
}

.plx-category-card.makhana {
  background: linear-gradient(145deg, #f6ead7, #fff);
}

.plx-category-card span,
.plx-product-body small {
  color: #a37900;
  font-size: 0.76rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.plx-category-card h3,
.plx-product-card h3,
.plx-why-card h3 {
  color: var(--plx-green-dark);
  font-size: 1.55rem;
  font-weight: 1000;
}

.plx-category-card p,
.plx-product-card p,
.plx-why-grid p,
.plx-testimonial-grid p,
.plx-checkout-card small {
  color: var(--plx-muted);
  line-height: 1.65;
}

.plx-story,
.plx-order {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 7vw, 90px);
  align-items: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(244, 180, 0, 0.12), transparent 20rem),
    var(--plx-beige);
}

.plx-story-media {
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 30px;
  box-shadow: var(--plx-shadow);
}

.plx-story-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
}

.plx-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plx-product-card {
  overflow: hidden;
  border: 1px solid var(--plx-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(76, 82, 52, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.plx-product-image {
  position: relative;
  background: #fff7d7;
}

.plx-product-image img,
.plx-product-image.icon {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  object-fit: cover;
}

.plx-product-image.icon i {
  color: var(--plx-green);
  font-size: 4rem;
}

.plx-product-image span {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--plx-green-dark);
  background: #fff;
  font-size: 0.7rem;
  font-weight: 1000;
}

.plx-product-body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.plx-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.plx-price-row strong {
  color: var(--plx-green-dark);
  font-size: 1.2rem;
}

.plx-price-row s {
  color: #a8a89b;
}

.plx-why {
  background: var(--plx-cream);
}

.plx-why-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.plx-why-grid article,
.plx-testimonial-grid article {
  padding: 22px;
  border: 1px solid var(--plx-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(76, 82, 52, 0.06);
}

.plx-why-grid i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  color: var(--plx-green-dark);
  background: var(--plx-yellow-soft);
  font-size: 1.35rem;
}

.plx-why-grid h3 {
  font-size: 1rem;
  font-weight: 1000;
}

.plx-order {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 460px);
}

.plx-checkout-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--plx-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--plx-shadow);
}

.plx-checkout-line,
.plx-checkout-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.plx-checkout-total {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px dashed rgba(79, 111, 82, 0.3);
  font-size: 1.2rem;
}

.plx-testimonials {
  background: #fff;
}

.plx-testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plx-stars {
  margin-bottom: 12px;
  color: var(--plx-yellow);
  letter-spacing: 2px;
}

.plx-testimonial-grid strong {
  color: var(--plx-green-dark);
}

.plx-whatsapp-float {
  width: 58px;
  height: 58px;
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #1fa855;
  font-size: 1.65rem;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(31, 168, 85, 0.32);
}

.plx-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
  padding-top: 56px;
  padding-bottom: 76px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--plx-green-dark);
}

.plx-footer h2 {
  color: #fff;
  font-size: 2rem;
}

.plx-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.plx-footer nav,
.plx-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-content: start;
}

.plx-btn.footer {
  color: var(--plx-green-dark) !important;
  padding-inline: 16px;
}

@media (max-width: 1080px) {
  .plx-hero,
  .plx-story,
  .plx-order,
  .plx-footer {
    grid-template-columns: 1fr;
  }

  .plx-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .plx-menu-button {
    display: grid;
  }

  .plx-nav {
    align-items: center;
  }

  .plx-nav-links {
    position: absolute;
    top: 72px;
    right: 16px;
    left: 16px;
    display: none;
    padding: 16px;
    border: 1px solid var(--plx-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--plx-shadow);
  }

  .plx-menu-toggle:checked ~ .plx-nav-links {
    display: grid;
  }

  .plx-category-grid,
  .plx-product-grid,
  .plx-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .plx-hero {
    min-height: auto;
  }

  .plx-hero-media {
    min-height: 380px;
  }

  .plx-hero-card.main {
    height: 380px;
    border-width: 7px;
    border-radius: 26px;
  }

  .plx-floating-card.tea {
    left: 10px;
  }

  .plx-floating-card.makhana {
    right: 10px;
  }
}

@media (max-width: 560px) {
  .plx-brand small {
    display: none;
  }

  .plx-hero h1 {
    font-size: 3rem;
  }

  .plx-hero-actions,
  .plx-btn {
    width: 100%;
  }

  .plx-why-grid {
    grid-template-columns: 1fr;
  }

  .plx-category-card {
    min-height: 280px;
  }

  .plx-story-media img {
    aspect-ratio: 1 / 1;
  }
}
