:root {--bg:#f4f9ee;--surface:#ffffff;--surface-2:#ebf5df;--text:#15311a;--muted:#58705b;--primary:#5b8c2a;--secondary:#dff0b8;--accent:#8a5c2e;--shadow:0 18px 55px rgba(0,0,0,.08);--radius:24px;}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:'Inter',sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.topbar{position:sticky;top:0;z-index:20;backdrop-filter:blur(14px);background:color-mix(in srgb,var(--bg) 70%, white 30%);border-bottom:1px solid rgba(0,0,0,.05)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0}.brand{display:flex;align-items:center;gap:12px}.brand strong{display:block;font-size:1rem}.brand small{display:block;color:var(--muted);font-size:.78rem}.brand-mark{width:18px;height:18px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--accent));box-shadow:0 0 0 8px color-mix(in srgb,var(--secondary) 60%, transparent 40%)}.nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end;font-size:.95rem}.nav a{color:var(--muted)}.nav a:hover{color:var(--text)}.cart-pill{background:var(--surface);padding:10px 14px;border-radius:999px;box-shadow:var(--shadow);color:var(--text)!important;display:inline-flex;align-items:center;gap:8px}.cart-pill span{width:24px;height:24px;display:inline-grid;place-items:center;background:var(--secondary);border-radius:999px;font-size:.78rem}.hero{padding:48px 0 24px}.hero-card{position:relative;overflow:hidden;background:var(--surface);border-radius:32px;box-shadow:var(--shadow);display:grid;grid-template-columns:1.2fr .8fr;min-height:520px}.hero-visual{background:url('assets/hero-bg.svg') center/cover no-repeat;min-height:320px}.hero-copy{padding:48px;display:flex;flex-direction:column;justify-content:center;gap:20px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--surface-2);color:var(--accent);font-size:.85rem;font-weight:600;width:max-content}.hero h1,.section-title h2{font-family:'Fraunces',serif;line-height:1.02;margin:0}.hero h1{font-size:clamp(2.3rem,4vw,4.4rem);max-width:12ch}.hero p{font-size:1rem;line-height:1.75;color:var(--muted);max-width:58ch;margin:0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 20px;font-weight:700;transition:.25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--accent));color:white;box-shadow:0 18px 30px rgba(0,0,0,.15)}.btn-soft{background:var(--surface-2);color:var(--text)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:8px}.stat-card{background:rgba(255,255,255,.7);padding:16px;border-radius:20px;backdrop-filter:blur(8px)}.stat-card strong{font-size:1.45rem;display:block}.stat-card span{color:var(--muted);font-size:.88rem}.section{padding:28px 0}.section-title{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}.section-title p{color:var(--muted);max-width:60ch;margin:0;line-height:1.7}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.benefit-card,.category-card,.product-card,.support-card,.panel{background:var(--surface);border-radius:24px;box-shadow:var(--shadow)}.benefit-card{padding:22px}.benefit-card h3,.product-card h3,.category-card h3{margin:0 0 8px;font-size:1rem}.benefit-card p,.product-card p,.category-card p,.mini-copy{margin:0;color:var(--muted);line-height:1.65;font-size:.94rem}.icon-badge{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:var(--surface-2);margin-bottom:14px;font-size:1.2rem}.category-card{padding:24px;min-height:180px;position:relative;overflow:hidden}.category-card::after{content:"";position:absolute;width:120px;height:120px;right:-20px;bottom:-20px;border-radius:999px;background:var(--secondary);opacity:.55}.category-card span{position:relative;z-index:1;color:var(--muted)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{overflow:hidden;transition:.25s ease}.product-card:hover{transform:translateY(-6px)}.product-media{aspect-ratio:1 / 1;background:var(--surface-2);padding:18px;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;border-radius:18px}.product-body{padding:18px;display:flex;flex-direction:column;gap:10px}.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.price-row strong{font-size:1.08rem}.tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--surface-2);color:var(--accent);font-size:.78rem;font-weight:700}.promo-banner{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:28px;background:linear-gradient(135deg,var(--primary),var(--accent));color:white;border-radius:28px;box-shadow:var(--shadow)}.promo-banner p{margin:6px 0 0;opacity:.88;line-height:1.75}.table-like{width:100%;overflow:auto}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{text-align:left;padding:14px 12px;border-bottom:1px solid rgba(0,0,0,.06)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}label{display:block;font-size:.92rem;font-weight:600;margin-bottom:7px}input,select,textarea{width:100%;border:1px solid rgba(0,0,0,.08);background:var(--surface);border-radius:16px;padding:13px 14px;font:inherit;color:var(--text)}textarea{min-height:130px;resize:vertical}.notice{padding:14px 16px;background:var(--surface-2);border-radius:18px;color:var(--text)}.dual{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.summary-box{padding:22px;position:sticky;top:92px}.badge-row{display:flex;flex-wrap:wrap;gap:10px}.inline-list{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:.9rem}.linkish{color:var(--primary);font-weight:700}.support-timeline{display:grid;gap:12px}.support-item{padding:16px;border-radius:18px;background:var(--surface-2)}.site-footer{margin-top:40px;background:var(--surface);border-top:1px solid rgba(0,0,0,.06)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:20px;padding:32px 0}.footer-grid h3,.footer-grid h4{margin:0 0 12px}.footer-grid p,.footer-grid a,.footer-meta{color:var(--muted);line-height:1.8;display:block}.footer-meta{display:grid;gap:6px;margin-top:10px}.footer-bar{display:flex;justify-content:space-between;gap:12px;padding:16px 0 28px;color:var(--muted);font-size:.9rem;border-top:1px solid rgba(0,0,0,.06)}[data-scroll]{opacity:0;transform:translateY(22px);transition:opacity .55s ease, transform .55s ease}[data-scroll].visible{opacity:1;transform:none}.added{box-shadow:0 0 0 6px color-mix(in srgb,var(--secondary) 70%, transparent 30%)}.pill-tabs{display:flex;flex-wrap:wrap;gap:10px}.pill-tabs a{padding:10px 14px;background:var(--surface);border-radius:999px;box-shadow:var(--shadow);color:var(--muted)}@media (max-width:1100px){.hero-card,.dual,.footer-grid,.products-grid,.grid-4{grid-template-columns:repeat(2,1fr)}.hero-copy{padding:34px}}@media (max-width:760px){.nav-wrap,.footer-bar,.section-title,.promo-banner{flex-direction:column;align-items:flex-start}.hero-card,.dual,.products-grid,.grid-4,.form-grid,.footer-grid{grid-template-columns:1fr}.nav{gap:12px}.hero{padding-top:22px}.hero h1{max-width:unset}.container{width:min(100% - 20px,1180px)}.hero-copy{padding:24px}}

/* Product image display fix */
.product-image img, .product-card img, .product-media img, .product-gallery img, img.product-image, .card img {
  object-fit: contain !important;
  display: block;
}

.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:12px;border-bottom:1px solid rgba(0,0,0,.1);text-align:left;vertical-align:top}.admin-table th{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}

:root{--navy:#2A004E;--purple:#500073;--red:#C62300;--orange:#F14A00;--cream:#fff4ef;--ink:#14001f;}
body.cartiva-dark{background:radial-gradient(circle at top left,rgba(241,74,0,.26),transparent 34%),linear-gradient(135deg,#16002b 0%,#2A004E 38%,#0b0018 100%)!important;color:#fff;}
body.cartiva-dark .topbar{background:rgba(19,0,35,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(241,74,0,.28)}
.brand-logo img{height:58px;width:auto;display:block}.footer-logo{width:190px;max-width:100%;filter:drop-shadow(0 14px 18px rgba(0,0,0,.35))}
.nav a{color:#fff!important}.cart-pill{background:linear-gradient(135deg,var(--red),var(--orange));box-shadow:0 12px 28px rgba(241,74,0,.35)}
.hero-card,.panel,.product-card,.category-card,.structure-card,.page-hero-card,.content-panel,.legal-card{background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,244,239,.9));color:var(--ink);border:1px solid rgba(241,74,0,.22);box-shadow:0 22px 60px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.75);}
.hero-card{overflow:hidden;position:relative}.hero-card:before{content:"";position:absolute;inset:-40% auto auto -10%;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(241,74,0,.34),transparent 70%)}
.hero-copy{position:relative;z-index:1}.hero h1{color:var(--navy)!important;text-shadow:none}.eyebrow,.tag{background:rgba(198,35,0,.1);color:var(--red);border:1px solid rgba(198,35,0,.18);font-weight:800}.btn{border-radius:999px;font-weight:900;letter-spacing:.01em}.btn-primary{background:linear-gradient(135deg,var(--red),var(--orange))!important;color:#fff!important;border:none;box-shadow:0 14px 30px rgba(198,35,0,.32)}.btn-soft{background:#fff!important;color:var(--navy)!important;border:1px solid rgba(80,0,115,.18);box-shadow:0 10px 24px rgba(42,0,78,.12)}
.section-title h2{color:var(--navy)!important}.section-title p{color:#4f3f58!important}.product-body h3,.category-card h3,.panel h1,.panel h2{color:var(--navy)}.product-card{transition:.25s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 30px 70px rgba(0,0,0,.35),0 0 0 1px rgba(241,74,0,.25)}.product-media{background:linear-gradient(135deg,#fff,#ffe5db);border-radius:18px;overflow:hidden}.product-media img{width:100%;height:230px;object-fit:cover;display:block}.product-carousel{display:flex;gap:18px;overflow-x:auto;padding:8px 4px 24px;scroll-snap-type:x mandatory}.carousel-card{min-width:290px;max-width:290px;scroll-snap-align:start}.seed-meta,.seed-specs{display:grid;gap:8px;margin:14px 0}.seed-meta{grid-template-columns:1fr 1fr}.seed-meta span,.seed-specs div{background:rgba(42,0,78,.06);border:1px solid rgba(80,0,115,.1);padding:9px 12px;border-radius:14px;font-size:12px;color:#2A004E}.seed-specs{grid-template-columns:repeat(2,minmax(0,1fr))}.seed-specs strong{display:block;color:var(--red);font-size:12px}.seed-specs span{display:block;font-size:13px;color:var(--ink)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:24px}.product-detail-img img{width:100%;border-radius:20px}.detail-price{color:var(--red)!important}.add-form{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.add-form input{max-width:110px}.notice-ok{background:#e8fff1;color:#065f2a}.notice-error{background:#ffe7e0;color:#9a1a00}.site-footer{background:rgba(10,0,18,.9);color:#fff;border-top:1px solid rgba(241,74,0,.3);padding:42px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.site-footer a{display:block;color:#ffcfbf;text-decoration:none;margin:8px 0}.hero-visual img{width:100%;border-radius:24px;box-shadow:0 24px 50px rgba(0,0,0,.28)}.pill-tabs a{background:#fff;color:var(--navy);border:1px solid rgba(241,74,0,.22)}.promo-banner{background:linear-gradient(135deg,var(--navy),var(--purple),var(--red))!important;color:#fff!important;border:none!important}
@media(max-width:820px){.product-detail,.footer-grid{grid-template-columns:1fr}.brand-logo img{height:46px}.nav{gap:8px}.hero-card{grid-template-columns:1fr}.seed-specs{grid-template-columns:1fr}}


/* Cartiva full-site UX structure upgrade */
.nav-toggle{display:none;border:1px solid rgba(241,74,0,.35);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:10px 14px;font-weight:800}.page-hero{padding:42px 0 16px}.compact-hero .page-hero-card{background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,244,239,.9));color:var(--ink);border:1px solid rgba(241,74,0,.24);box-shadow:0 22px 60px rgba(0,0,0,.28);border-radius:30px;padding:42px;position:relative;overflow:hidden}.page-hero-card:before{content:"";position:absolute;inset:-90px -90px auto auto;width:260px;height:260px;background:radial-gradient(circle,rgba(241,74,0,.28),transparent 70%);border-radius:50%}.page-hero h1{font-family:'Fraunces',serif;color:var(--navy);font-size:clamp(2.2rem,4vw,4.2rem);margin:14px 0}.page-hero p{color:#5e4a65;max-width:72ch;line-height:1.75}.about-grid,.contact-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:22px}.content-panel,.legal-card{padding:28px}.content-panel h2,.legal-card h3{font-family:'Fraunces',serif;color:var(--navy);margin-top:0}.content-panel p,.legal-card p,.legal-card dd{color:#5e4a65;line-height:1.7}.legal-card dl{display:grid;gap:12px;margin:0}.legal-card dt{font-weight:900;color:var(--red);font-size:.82rem;text-transform:uppercase;letter-spacing:.05em}.legal-card dd{margin:0;padding-bottom:10px;border-bottom:1px solid rgba(80,0,115,.08)}.trust-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.trust-strip span{background:rgba(198,35,0,.09);color:var(--red);border:1px solid rgba(198,35,0,.15);padding:10px 13px;border-radius:999px;font-weight:800;font-size:.86rem}.structure-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.structure-card{display:block;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,244,239,.92));border:1px solid rgba(241,74,0,.22);border-radius:22px;padding:22px;color:var(--ink);box-shadow:0 18px 45px rgba(0,0,0,.22);transition:.25s ease}.structure-card:hover{transform:translateY(-5px);box-shadow:0 28px 65px rgba(0,0,0,.3),0 0 0 1px rgba(241,74,0,.25)}.structure-card strong{display:block;color:var(--navy);font-size:1.05rem;margin-bottom:8px}.structure-card span{display:block;color:#5e4a65;line-height:1.55;font-size:.92rem}.contact-form{display:grid;gap:18px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}.site-footer p{color:rgba(255,255,255,.78)}
@media(max-width:900px){.nav-toggle{display:inline-flex}.nav{display:none;width:100%;padding:14px 0}.nav.nav-open{display:flex;flex-direction:column;align-items:flex-start}.nav-wrap{align-items:flex-start;flex-wrap:wrap}.about-grid,.contact-layout,.structure-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.compact-hero .page-hero-card{padding:28px}}

/* Cartiva UI/UX fit correction - carousel, cards, grid and mobile overflow */
html, body {
  width: 100%;
  overflow-x: hidden;
}

.container {
  max-width: 1180px;
}

.hero-card,
.product-card,
.panel,
.category-card,
.structure-card,
.promo-banner,
.page-hero-card,
.content-panel,
.legal-card {
  min-width: 0;
}

.product-carousel {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 300px);
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 4px 26px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}

.product-carousel::-webkit-scrollbar {
  height: 9px;
}

.product-carousel::-webkit-scrollbar-track {
  background: rgba(255,255,255,.14);
  border-radius: 999px;
}

.product-carousel::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, var(--red), var(--orange));
  border-radius: 999px;
}

.product-carousel .carousel-card,
.carousel-card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  scroll-snap-align: start;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
}

.product-media {
  width: 100%;
  height: 230px;
  aspect-ratio: auto !important;
  padding: 12px !important;
  border-radius: 18px 18px 0 0;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.product-media img,
.product-card img {
  width: 100% !important;
  height: 100% !important;
  max-height: 210px;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 14px;
  background: #fff;
}

.product-body {
  flex: 1;
  min-height: 0;
  padding: 16px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-body h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-body p {
  margin: 0;
  color: #5e4a65;
  font-size: .88rem;
  line-height: 1.48;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tag {
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seed-meta,
.seed-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.seed-meta span,
.seed-specs div {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.price-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.price-row .btn,
.product-body .btn {
  min-height: 42px;
  padding: 11px 15px;
  white-space: nowrap;
  line-height: 1;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 20px;
  align-items: stretch;
  margin-top: 22px;
}

.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pill-tabs {
  margin-bottom: 20px;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding: 4px 2px 14px;
  scrollbar-width: thin;
}

.pill-tabs a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.section-title {
  align-items: flex-start;
}

.section-title h2 {
  line-height: 1.12;
}

.hero-card {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
}

.hero-visual {
  display: grid;
  place-items: center;
  padding: 24px;
  min-width: 0;
}

.hero-visual img {
  width: 100%;
  height: min(420px, 42vw);
  object-fit: contain;
  background: #fff;
  border-radius: 24px;
}

.nav-wrap,
.nav,
.footer-grid,
.structure-grid,
.about-grid,
.contact-layout {
  min-width: 0;
}

.nav a,
.cart-pill {
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .hero-card {
    grid-template-columns: 1fr;
  }
  .hero-visual img {
    height: 320px;
  }
  .product-carousel {
    grid-auto-columns: minmax(248px, 285px);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 22px, 1180px);
  }
  .hero-copy,
  .compact-hero .page-hero-card,
  .content-panel,
  .legal-card {
    padding: 24px !important;
  }
  .hero-stats {
    grid-template-columns: 1fr;
  }
  .product-carousel {
    grid-auto-columns: minmax(82vw, 1fr);
    gap: 14px;
  }
  .product-media {
    height: 210px;
  }
  .product-media img,
  .product-card img {
    max-height: 190px;
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .seed-meta,
  .seed-specs {
    grid-template-columns: 1fr;
  }
  .price-row {
    align-items: stretch;
  }
  .price-row .btn {
    width: 100%;
  }
  .nav.nav-open a,
  .nav.nav-open .cart-pill {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .product-carousel {
    grid-auto-columns: 86vw;
  }
  .hero-visual img {
    height: 240px;
  }
  .product-body h3 {
    font-size: .96rem;
  }
}

/* Premium product detail upgrade - fixes overlap, image fitting and product page UX */
.product-premium-hero {
  padding: 42px 0 26px;
}

.product-premium-card {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
  gap: 26px;
  align-items: stretch;
  min-width: 0;
}

.product-gallery-panel,
.product-info-panel {
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,244,239,.92));
  border: 1px solid rgba(241,74,0,.24);
  border-radius: 30px;
  box-shadow: 0 26px 70px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.78);
  min-width: 0;
  overflow: hidden;
}

.product-gallery-panel {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-image-frame {
  min-height: 560px;
  height: clamp(460px, 58vw, 660px);
  width: 100%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 25% 20%, rgba(241,74,0,.14), transparent 32%),
    linear-gradient(135deg, #fff, #fff4ef);
  border: 1px solid rgba(80,0,115,.1);
  border-radius: 24px;
  overflow: hidden;
}

.product-image-frame img {
  width: 100%;
  height: 100%;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 12px;
  background: #fff;
  border-radius: 18px;
}

.product-gallery-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #5e4a65;
  font-size: .9rem;
  flex-wrap: wrap;
}

.product-gallery-caption strong {
  color: var(--navy);
}

.product-info-panel {
  padding: clamp(24px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.breadcrumb-lite {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #6d5775;
  font-size: .88rem;
  line-height: 1.4;
}

.breadcrumb-lite a {
  color: var(--red);
  font-weight: 800;
}

.breadcrumb-lite strong {
  color: var(--navy);
  min-width: 0;
}

.product-info-panel h1 {
  font-family: 'Fraunces', serif;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  margin: 0;
  overflow-wrap: anywhere;
}

.product-lead {
  color: #4f3f58;
  font-size: 1rem;
  line-height: 1.85;
  margin: 0;
}

.premium-specs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0;
}

.premium-specs div {
  padding: 14px;
  min-height: 78px;
  border-radius: 18px;
  background: rgba(42,0,78,.055);
  border: 1px solid rgba(80,0,115,.12);
  overflow: visible;
}

.premium-specs strong {
  font-size: .72rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.premium-specs span {
  font-size: .92rem;
  line-height: 1.45;
  margin-top: 5px;
  overflow-wrap: anywhere;
}

.buy-strip {
  display: grid;
  grid-template-columns: minmax(150px, .35fr) minmax(0, .65fr);
  gap: 18px;
  align-items: end;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(42,0,78,.08), rgba(241,74,0,.08));
  border: 1px solid rgba(241,74,0,.18);
}

.price-label {
  display: block;
  color: #6d5775;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.detail-price {
  margin: 6px 0 0;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1;
}

.premium-add-form {
  display: grid;
  grid-template-columns: 110px minmax(190px, 1fr);
  gap: 10px;
  align-items: end;
  width: 100%;
}

.premium-add-form label {
  grid-column: 1 / -1;
  color: var(--navy);
  font-weight: 900;
  font-size: .86rem;
}

.premium-add-form input {
  width: 100%;
  max-width: none;
  min-height: 48px;
  border-radius: 999px;
}

.premium-add-form .btn {
  min-height: 48px;
  white-space: normal;
  text-align: center;
}

.product-service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-service-row span {
  background: rgba(198,35,0,.09);
  border: 1px solid rgba(198,35,0,.14);
  color: var(--red);
  padding: 10px 12px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 900;
}

.product-after-section {
  padding-top: 8px;
}

.product-content-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
}

.premium-content-panel {
  padding: 28px;
  min-width: 0;
}

.premium-content-panel h2 {
  margin: 0 0 12px;
  font-family: 'Fraunces', serif;
  color: var(--navy);
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
}

.premium-content-panel p {
  color: #5e4a65;
  line-height: 1.8;
  margin: 0 0 18px;
}

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

.overview-list div {
  background: rgba(42,0,78,.055);
  border: 1px solid rgba(80,0,115,.12);
  border-radius: 18px;
  padding: 14px;
}

.overview-list strong {
  display: block;
  color: var(--red);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.overview-list span {
  display: block;
  color: var(--ink);
  margin-top: 5px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.dark-callout {
  background: linear-gradient(145deg, rgba(42,0,78,.96), rgba(80,0,115,.92));
  color: #fff;
  border-color: rgba(241,74,0,.34);
}

.dark-callout h2,
.dark-callout p {
  color: #fff;
}

.related-products-section {
  padding-top: 18px;
}

.premium-section-title .eyebrow {
  margin-bottom: 10px;
}

.premium-product-carousel {
  grid-auto-columns: minmax(280px, 320px);
  padding-bottom: 34px;
}

.premium-product-carousel .product-card {
  min-height: 500px;
}

.premium-product-carousel .product-media {
  height: 250px;
}

@media (max-width: 1050px) {
  .product-premium-card,
  .product-content-grid {
    grid-template-columns: 1fr;
  }
  .product-image-frame {
    min-height: 420px;
    height: 520px;
  }
}

@media (max-width: 760px) {
  .product-premium-hero {
    padding-top: 24px;
  }
  .product-gallery-panel,
  .product-info-panel {
    border-radius: 24px;
  }
  .product-image-frame {
    min-height: 320px;
    height: 380px;
  }
  .premium-specs,
  .buy-strip,
  .premium-add-form,
  .overview-list {
    grid-template-columns: 1fr;
  }
  .product-info-panel h1 {
    font-size: 2.1rem;
  }
  .premium-product-carousel {
    grid-auto-columns: 84vw;
  }
}

@media (max-width: 420px) {
  .product-image-frame {
    min-height: 280px;
    height: 330px;
  }
  .product-lead {
    font-size: .94rem;
  }
  .premium-content-panel {
    padding: 22px;
  }
}

/* === UI readability layer (keeps palette) === */
body.cartiva-dark{color:#fff!important;}
body.cartiva-dark .topbar,body.cartiva-dark .nav a{color:#fff!important;}
body.cartiva-dark .section-title h2{color:var(--navy)!important;}
body.cartiva-dark .section-title p{color:#4f3f58!important;}
body.cartiva-dark .site-footer p{color:rgba(255,255,255,.82)!important;}
body.cartiva-dark .site-footer a{color:#ffd8c8!important;}
.hero-card,.panel,.product-card,.category-card,.structure-card,.page-hero-card,.content-panel,.legal-card{color:var(--ink)!important;}
.hero-card h1,.panel h1,.panel h2,.product-body h3,.category-card h3,.content-panel h2,.legal-card h3{color:var(--navy)!important;}
.hero-card p,.panel p,.product-body p,.structure-card span,.page-hero p,.content-panel p,.legal-card p,.legal-card dd{color:#4f3f58!important;}
label{color:var(--navy)!important;font-weight:700;}
input,select,textarea,option{color:var(--text)!important;background:#fff!important;}
.pill-tabs a,.pill-tabs a:hover{color:var(--navy)!important;}
.promo-banner,.promo-banner h2,.promo-banner p,.dark-callout,.dark-callout h2,.dark-callout p{color:#fff!important;}
.promo-banner,.dark-callout{background-color:var(--navy)!important;background-image:linear-gradient(135deg,var(--navy),var(--purple),var(--red))!important;border:none!important;}
.stat-card span{color:#5e4a65!important;}
.notice,.notice-ok,.notice-error{color:inherit!important;}
.cart-table td,.cart-table th,.admin-table td,.admin-table th{color:var(--ink)!important;}

/* === Layout & UX polish === */
.section{padding:56px 0!important}
.container{width:min(1180px,calc(100% - 40px))!important;margin-inline:auto}
.section-title{margin-bottom:28px!important;gap:20px!important}
.products-grid,.grid-4{gap:22px!important;align-items:stretch!important}
.product-card{display:flex!important;flex-direction:column!important;height:100%!important}
.product-body{flex:1!important;padding:20px!important;gap:12px!important}
.product-media{display:grid!important;place-items:center!important;padding:16px!important}
.product-media img{object-fit:contain!important;object-position:center!important;max-height:220px!important;width:100%!important;height:auto!important}
.hero{padding:52px 0 36px!important}
.hero-card{gap:24px!important;align-items:stretch!important}
.hero-copy{padding:clamp(28px,4vw,44px)!important;gap:18px!important}
.form-grid{gap:16px 18px!important}
.panel,.content-panel,.legal-card,.page-hero-card{padding:28px!important}
.nav-wrap{padding:16px 0!important;align-items:center!important}
.price-row{margin-top:auto!important}
@media(max-width:760px){.section{padding:40px 0!important}.hero-copy,.panel{padding:22px!important}}


.catalog-pagination{margin-top:28px}
.pagination-inner{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.pagination-pages{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.pagination-btn,.pagination-num{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:999px;font-size:.88rem;font-weight:700;text-decoration:none;border:1px solid rgba(74,124,42,.18);background:#fff;color:var(--navy,#20321B)}
.pagination-btn:hover,.pagination-num:hover{background:#f7ffe6}
.pagination-num.is-active{background:linear-gradient(135deg,var(--primary,#4a7c2a),var(--secondary,#7cb518));border-color:transparent;color:#fff}
.pagination-btn.is-disabled{opacity:.45;pointer-events:none}
.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:32px;color:var(--muted);font-weight:700}
body.cartiva-dark .topbar .nav.open{background:rgba(19,0,35,.98)!important;border-color:rgba(241,74,0,.28)!important}
body.cartiva-dark .topbar .nav-toggle{background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(241,74,0,.35)!important}
body.cartiva-dark .topbar .nav a{color:#fff!important}
