/* ==========================================================================
   Behest Of Nature — Complete Design System & Storefront Theme
   Source: Behest_Of_Nature_Full_Website_Demo_PRODUCTS_FINAL
   ========================================================================== */

:root{
  --olive:#253D2A;        /* Deep Botanical Forest Green matching mockup */
  --leaf:#39563E;         /* Medium botanical green */
  --orange:#C15C25;       /* Warm Earthy Terracotta / Saffron Orange matching mockup */
  --brown:#8E5224;        /* Rich warm amber brown */
  --cream:#FAF7F2;        /* Warm parchment / cream */
  --paper:#FFFDF9;        /* Warm paper */
  --ink:#222822;          /* Deep evergreen charcoal for typography */
  --muted:#546052;        /* Earthy sage muted text */
  --line:#E5DFD3;         /* Warm border line */
  --soft:#F4EFE6;         /* Soft warm card background */
  --white:#fff;
  --shadow:0 14px 45px rgba(25,35,25,.09);
  --shadow-sm:0 8px 25px rgba(25,35,25,.06);
  --radius:16px;

  /* Theme Tokens */
  --primary:var(--olive);
  --primary-foreground:#ffffff;
  --secondary:var(--soft);
  --secondary-foreground:var(--olive);
  --accent:var(--orange);
  --accent-foreground:#ffffff;
  --background:var(--cream);
  --foreground:var(--ink);
  --card:var(--paper);
  --card-foreground:var(--ink);
  --border:var(--line);
  --input:var(--line);
  --ring:var(--leaf);
  --destructive:#dc2626;
  --destructive-foreground:#ffffff;
  --star:#E5A12F;
  --gold:var(--star);
  --font-display:"Playfair Display",Georgia,serif;
  --font-sans:"DM Sans",Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.65;overflow-x:clip}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
.container{max-width:1240px;margin-inline:auto;padding-inline:1rem}
.container-x{max-width:1240px;margin-inline:auto;padding-inline:1rem;width:100%}

.top-strip{background:var(--olive);color:#fff;font-size:.78rem;padding:5px 0}
.top-strip .inner{min-height:28px;display:flex;align-items:center;justify-content:center;gap:16px 24px;flex-wrap:wrap;text-align:center}
.strip-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.strip-dot{font-size:.42rem;color:#e5a855;display:inline-block;line-height:1;vertical-align:middle}
@media(max-width:767.98px){
  .top-strip{font-size:.64rem;letter-spacing:.01em;padding:4px 2px}
  .top-strip .inner{min-height:22px;gap:4px 10px;line-height:1.25}
  .strip-dot{font-size:.34rem}
}

.main-nav{
  background:transparent;
  border-bottom:1px solid transparent;
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  box-shadow:none;
  transition:background-color .3s ease,box-shadow .3s ease,border-color .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease;
}
.main-nav.scrolled{
  background:rgba(254,252,247,.88);
  border-bottom:1px solid rgba(229,223,211,.65);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 4px 20px rgba(37,61,42,.08);
}

.navbar{padding:14px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;width:100%}
.brand-logo{width:215px;height:auto;display:block}
@media(max-width:991px){
  .navbar-brand{margin-right:0!important}
  .navbar-collapse:not(.show){display:none!important}
  .navbar-collapse.show{display:block!important;width:100%}
}
@media(max-width:576px){
  .brand-logo{width:155px}
}
.navbar-toggler{padding:6px 8px;border-radius:8px;color:var(--olive);border:0;display:block!important;flex-shrink:0}
.navbar-toggler:focus{box-shadow:none}
.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23253D2A' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important}
.nav-link{color:#2D382B!important;font-weight:700;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;padding:.65rem .95rem!important;transition:color .18s ease;position:relative;display:inline-block;width:fit-content}
.nav-link:hover{color:var(--orange)!important}
.nav-link.active{color:var(--olive)!important}
.nav-link.active::after{content:"";position:absolute;bottom:0px;left:.95rem;right:.95rem;height:2px;background:var(--olive);border-radius:1px}
.nav-link.dropdown-toggle::after,.navbar-nav .dropdown-toggle::after,.nav-item.dropdown .dropdown-toggle::after{display:none!important}
.nav-link.dropdown-toggle{display:inline-flex;align-items:center;gap:3px}
.nav-link.dropdown-toggle svg{transition:transform .2s ease}
.nav-item.dropdown:hover .nav-link.dropdown-toggle svg,#productsDropdownWrapper.show .nav-link.dropdown-toggle svg{transform:rotate(180deg)}

.product-dropdown{min-width:320px;padding:10px;border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 35px rgba(35,45,30,.12);background:#fffdf8}
.dropdown-section-title{font-size:.65rem;font-weight:800;letter-spacing:.12em;color:var(--muted);text-transform:uppercase;padding:6px 12px 4px}
.product-dropdown .dropdown-item{border-radius:8px;padding:8px 12px;color:var(--ink);white-space:normal;display:flex;align-items:center;gap:12px;transition:all .18s ease}
.product-dropdown .dropdown-item:hover,.product-dropdown .dropdown-item:focus{background:#f1f2e9;color:var(--olive)}
.product-dropdown .dropdown-item strong{display:block;font-size:.82rem;font-weight:800;color:var(--ink)}
.product-dropdown .dropdown-item:hover strong{color:var(--olive)}
.product-dropdown .dropdown-item small{display:block;font-size:.68rem;color:var(--muted);margin-top:2px}

.story-badge{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;flex:none;transition:transform .18s ease}
.story-badge svg{width:18px;height:18px;stroke:currentColor;fill:none}
.product-dropdown .dropdown-item:hover .story-badge{transform:scale(1.08)}
.story-badge.badge-mango{background:#fff3e0;border:1px solid #ffe0b2;color:#d97706}
.story-badge.badge-turmeric{background:#fef9c3;border:1px solid #fef08a;color:#ca8a04}
.story-badge.badge-all{background:#f1f5f0;border:1px solid #dcfce7;color:#2d7d46}
.story-badge.badge-pack-mango{background:#fff7ed;border:1px solid #fed7aa;color:#ea580c}
.story-badge.badge-pack-turmeric{background:#fefce8;border:1px solid #fef08a;color:#b45309}

.product-dropdown .dropdown-divider{margin:6px 0;border-color:var(--line)}

@media(min-width:992px){
  .nav-item.dropdown{position:relative}
  .nav-item.dropdown:hover>.product-dropdown,.nav-item.dropdown.show>.product-dropdown{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;margin-top:0}
}
@media(max-width:991px){
  .navbar-collapse:not(.show){display:none!important}
  .navbar-collapse.show{display:block!important;width:100%;background:#FAF7F2;border:1px solid var(--line);border-radius:16px;padding:1.25rem 1rem;margin-top:.75rem;box-shadow:0 12px 30px rgba(0,0,0,.08)}
  .nav-item.dropdown{width:100%}
  .product-dropdown{display:none;position:static!important;transform:none!important;float:none!important;margin:.5rem 0 .5rem 0!important;background:#f4efe6!important;border:1px solid var(--line)!important;box-shadow:none!important;min-width:0!important;width:100%!important}
  .product-dropdown.show,#productsDropdownWrapper.show .product-dropdown,#productsDropdownWrapper.is-open .product-dropdown{display:block!important;visibility:visible!important;opacity:1!important}
}

.nav-actions{display:flex;align-items:center;gap:18px}
.nav-icon-link{background:transparent;border:none;padding:4px;color:var(--olive);display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease,transform .2s ease;cursor:pointer;text-decoration:none}
.nav-icon-link:hover{color:var(--orange);transform:translateY(-1px)}
.icon-btn{width:40px;height:40px;border:1.5px solid var(--line);border-radius:50%;background:#fff;color:var(--olive);display:grid;place-items:center;transition:all .2s ease}
.icon-btn:hover{border-color:var(--olive);color:var(--orange);transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,61,42,.12)}
.cart-wrap{position:relative}
.cart-count{position:absolute;right:-5px;top:-4px;width:17px;height:17px;border-radius:50%;background:var(--orange);color:#fff;font-size:.60rem;display:grid;place-items:center;font-weight:800;border:1.5px solid #fff}
.cart-count:empty, .cart-count[hidden], .cart-count.d-none { display: none !important; }

/* Circular Integrity Stamp Badge in Header */
.integrity-stamp-badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-left:8px;flex-shrink:0;transition:transform .3s cubic-bezier(0.34, 1.56, 0.64, 1);cursor:pointer;text-decoration:none}
.integrity-stamp-badge:hover{transform:scale(1.08) rotate(6deg)}
.stamp-svg{width:100%;height:100%;display:block}

.btn-bon{background:var(--orange);color:#fff!important;border:0;border-radius:999px;padding:12px 28px;font-weight:800;font-size:.82rem;letter-spacing:.05em;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .22s ease;box-shadow:0 8px 22px rgba(193,92,37,.22);cursor:pointer;text-align:center;text-decoration:none}
.btn-bon:hover{background:#a64c1b;color:#fff!important;transform:translateY(-2px);box-shadow:0 12px 28px rgba(193,92,37,.32)}
.btn-outline-bon{background:transparent;color:var(--olive)!important;border:1.5px solid var(--olive);border-radius:999px;padding:11px 26px;font-weight:800;font-size:.82rem;letter-spacing:.05em;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .22s ease;cursor:pointer;text-align:center;text-decoration:none}
.btn-outline-bon:hover{background:var(--olive);color:#fff!important;transform:translateY(-2px);box-shadow:0 8px 22px rgba(37,61,42,.18)}

.btn-accent{background:var(--orange);color:#fff!important;border:0;border-radius:999px;padding:11px 24px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:.2s}
.btn-accent:hover{background:#a64c1b;color:#fff!important}
.btn-outline{background:transparent;color:var(--olive)!important;border:1.5px solid var(--olive);border-radius:999px;padding:10px 22px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:.2s}
.btn-outline:hover{background:var(--olive);color:#fff!important}
.btn-ghost{background:transparent;border:0;color:var(--olive);padding:8px 12px;border-radius:8px;transition:.2s}
.btn-ghost:hover{background:var(--soft)}
.btn-block{width:100%;display:block;text-align:center}

.section{padding:84px 0}
.section-sm{padding:56px 0}
.section-kicker{color:var(--orange);font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;font-weight:800;margin-bottom:.55rem;display:inline-block}
.section-title{font-family:"Playfair Display",Georgia,serif;color:var(--olive);font-size:clamp(2.1rem,3.4vw,3.1rem);line-height:1.18;letter-spacing:-.025em;margin:0 0 .75rem}
.section-intro{max-width:700px;color:var(--muted);font-size:.94rem;line-height:1.65;margin:0 0 2rem}
.page-hero{background:linear-gradient(135deg,#f6f3e8,#eef0e2);border-bottom:1px solid var(--line);padding:60px 0}
.page-hero h1{font-family:"Playfair Display",Georgia,serif;color:var(--olive);font-size:clamp(2.5rem,5vw,4rem);line-height:1.04;margin:0}
.page-hero p{color:var(--muted);max-width:720px;margin:16px 0 0}

/* ==========================================================================
   New Hero Section — "From the source. With integrity."
   ========================================================================== */
.hero-source-wrap {
  position: relative;
  margin-top: -78px;
  padding: 112px 0 56px;
  background-color: #FAF7F2;
  background-image: 
    linear-gradient(180deg, 
      rgba(254, 252, 247, 0.90) 0%, 
      rgba(254, 252, 247, 0.75) 60px, 
      rgba(254, 252, 247, 0.30) 100px, 
      rgba(254, 252, 247, 0.00) 160px
    ),
    linear-gradient(90deg, 
      rgba(250, 247, 242, 0.40) 0%, 
      rgba(250, 247, 242, 0.15) 30%, 
      rgba(250, 247, 242, 0.0) 50%
    ),
    url('/static/assets/hero-farm-source.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--line);
  min-height: clamp(620px, 78vh, 760px);
  display: flex;
  align-items: center;
}
.hero-source-inner {
  width: 100%;
}
.hero-copy-col {
  width: 100%;
  max-width: 560px;
  position: relative;
  z-index: 3;
  background: rgba(254, 252, 247, 0.90);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(214, 204, 188, 0.85);
  border-radius: 24px;
  padding: 32px 36px 28px;
  box-shadow: 0 16px 45px rgba(28, 42, 26, 0.11), 0 2px 8px rgba(28, 42, 26, 0.04);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.70rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--leaf);
  background: rgba(45, 125, 70, 0.08);
  border: 1px solid rgba(45, 125, 70, 0.22);
  padding: 4px 13px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.hero-badge svg {
  color: var(--leaf);
  flex-shrink: 0;
}
.hero-headline-source {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.55vw, 2.45rem);
  line-height: 1.18;
  letter-spacing: -0.015em;
  font-weight: 700;
  margin: 0 0 10px;
  overflow-wrap: break-word;
}
.hero-headline-source .line-source {
  color: var(--olive);
  display: block;
}
.hero-headline-source .line-integrity {
  color: var(--orange);
  display: block;
}
.hero-flourish {
  margin: 10px 0 14px;
  display: flex;
  align-items: center;
}
.hero-subcopy {
  color: #3F4A3D;
  font-size: clamp(0.92rem, 1.05vw, 1.02rem);
  line-height: 1.6;
  margin: 0 0 22px;
  max-width: 460px;
}
.hero-actions-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-btn-explore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--olive);
  color: #ffffff !important;
  border-radius: 999px;
  padding: 12px 26px;
  font-size: 0.80rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 6px 20px rgba(37, 61, 42, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.25s ease;
  text-decoration: none;
}
.hero-btn-explore:hover {
  background: #17271B;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(37, 61, 42, 0.35);
  color: #ffffff !important;
}
.hero-btn-explore .arrow {
  font-size: 1rem;
  transition: transform 0.2s ease;
  display: inline-block;
  line-height: 1;
}
.hero-btn-explore:hover .arrow {
  transform: translateX(4px);
}
.hero-btn-story {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(37, 61, 42, 0.04);
  color: var(--olive) !important;
  border-radius: 999px;
  padding: 11px 24px;
  font-size: 0.80rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1.5px solid var(--olive);
  transition: all 0.25s ease;
  text-decoration: none;
}
.hero-btn-story:hover {
  background: var(--olive);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 61, 42, 0.18);
}

/* 3-Pillar Transition Bar */
.pillars-section {
  background: #FAF7F2;
  padding: 24px 0 28px;
  border-bottom: 1px solid var(--line);
}
.pillars-bar {
  background: #FFFDF9;
  border: 1px solid rgba(214, 204, 188, 0.85);
  border-radius: 20px;
  box-shadow: 0 4px 22px rgba(28, 42, 26, 0.05);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 14px 20px;
}
.pillar-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 20px;
  border-right: 1px solid rgba(214, 204, 188, 0.85);
  transition: transform 0.22s ease;
}
.pillar-item:hover {
  transform: translateY(-2px);
}
.pillar-item:last-child {
  border-right: 0;
}
.pillar-icon-badge {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  border: 1.5px solid var(--olive);
  background: #FAF7F2;
  display: grid;
  place-items: center;
  color: var(--olive);
  box-shadow: 0 2px 8px rgba(37, 61, 42, 0.06);
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.pillar-item:hover .pillar-icon-badge {
  transform: scale(1.06);
  background: #f1ede4;
  box-shadow: 0 4px 12px rgba(37, 61, 42, 0.12);
}
.pillar-text h4 {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--olive);
  margin: 0 0 3px;
  line-height: 1.25;
}
.pillar-text p {
  font-size: 0.73rem;
  color: #556252;
  margin: 0;
  line-height: 1.35;
}

@media(max-width: 991px) {
  .hero-source-wrap {
    background: linear-gradient(180deg, rgba(254,252,247,0.96) 0%, rgba(254,252,247,0.88) 55%, rgba(254,252,247,0.40) 100%), url('/static/assets/hero-farm-source.jpg') center top / cover no-repeat;
    min-height: auto;
    margin-top: -70px;
    padding: 96px 0 40px;
  }
  .hero-headline-source .line-source,
  .hero-headline-source .line-integrity {
    white-space: normal;
  }
  .pillars-bar {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 18px;
    border-radius: 18px;
  }
  .pillar-item {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(214, 204, 188, 0.80);
    padding: 14px 8px;
    gap: 16px;
  }
  .pillar-item:last-child {
    border-bottom: 0 !important;
  }
}
@media(max-width: 600px) {
  .hero-copy-col {
    padding: 24px 20px 22px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(28, 42, 26, 0.08);
  }
  .hero-headline-source {
    font-size: clamp(1.75rem, 7.5vw, 2.2rem);
    line-height: 1.18;
  }
  .hero-actions-row {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-btn-explore,
  .hero-btn-story {
    justify-content: center;
    width: 100%;
  }
  .pillars-section {
    padding: 18px 0 22px;
  }
  .pillars-bar {
    padding: 6px 14px;
    border-radius: 16px;
    box-shadow: 0 3px 15px rgba(28, 42, 26, 0.05);
  }
  .pillar-item {
    padding: 12px 4px;
    gap: 14px;
    align-items: flex-start;
  }
  .pillar-icon-badge {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    margin-top: 2px;
  }
  .pillar-text h4 {
    font-size: 0.78rem;
    margin-bottom: 3px;
  }
  .pillar-text p {
    font-size: 0.73rem;
    line-height: 1.4;
  }
}

.hero{background:radial-gradient(circle at 85% 15%,rgba(122,139,61,.15),transparent 28%),radial-gradient(circle at 5% 85%,rgba(201,96,31,.09),transparent 25%),var(--paper);border-bottom:1px solid var(--line);overflow:hidden}
.hero-inner{padding:76px 0 70px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--orange);text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:900;margin-bottom:15px}
.eyebrow:before{content:"";width:28px;height:2px;background:var(--orange)}
.hero h1{font-family:"Playfair Display",Georgia,serif;color:var(--olive);font-size:clamp(2.8rem,5vw,5rem);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px;max-width:770px}
.hero h1 em{font-style:normal;color:var(--orange)}
.hero-copy{max-width:650px;color:var(--muted);font-size:1.04rem;margin-bottom:28px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:30px;color:var(--muted);font-size:.78rem}
.hero-trust b{color:var(--leaf)}

.hero-art{min-height:430px;display:flex;justify-content:center;align-items:center;position:relative}
.hero-card{width:min(430px,88%);min-height:370px;border-radius:30px;background:linear-gradient(145deg,#6c7436,#4d5428);box-shadow:0 30px 80px rgba(47,52,26,.22);position:relative;overflow:hidden;transform:rotate(2deg)}
.hero-card:before{content:"";position:absolute;inset:20px;border:1px solid rgba(255,255,255,.27);border-radius:23px}
.hero-card:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;border:1px solid rgba(255,255,255,.14);right:-80px;top:-70px}
.hero-label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:45px}
.hero-label small{color:#f1c89e;text-transform:uppercase;letter-spacing:.18em;font-weight:800}
.hero-label h2{font-family:"Playfair Display",Georgia,serif;font-size:3rem;line-height:1;margin:12px 0}
.hero-label p{opacity:.84;font-size:.84rem;max-width:260px}
.floating-badge{position:absolute;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow);padding:11px 14px;display:flex;align-items:center;gap:9px;font-size:.74rem;font-weight:800}
.floating-badge.one{left:0;top:55px}.floating-badge.two{right:0;bottom:45px}
.badge-dot{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#edf0df;color:var(--olive)}

.feature-wrap{background:#fff;border-bottom:1px solid var(--line)}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.feature{padding:28px 24px;border-right:1px solid var(--line);display:flex;gap:15px;align-items:flex-start}
.feature:last-child{border-right:0}
.feature-icon{width:46px;height:46px;flex:0 0 46px;border-radius:14px;background:#f0f1e7;color:var(--olive);display:grid;place-items:center;font-weight:900;font-size:1.15rem;border:1px solid rgba(37,61,42,.1)}
.feature h3{font-size:.95rem;margin:1px 0 4px;font-weight:800;color:var(--ink)}
.feature p{font-size:.78rem;color:var(--muted);margin:0;line-height:1.5}

.product-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;height:100%;transition:.22s;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(60,52,22,.04)}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.product-media{height:280px;min-height:280px;max-height:280px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#faf8f0;border-bottom:1px solid var(--line);border-radius:16px 16px 0 0}
.product-media img{width:100%;height:100%;object-fit:contain;padding:18px;display:block;transition:transform .25s ease}
.product-card:hover .product-media img{transform:scale(1.04)}
.product-media.pulp{background:linear-gradient(145deg,#f9ebd4,#f4debe)}
.product-media.turmeric{background:linear-gradient(145deg,#faf2d8,#f5e6b8)}
.product-media:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;border:1px solid rgba(37,61,42,.12);pointer-events:none}
.product-tag{position:absolute;left:14px;top:14px;z-index:10;background:var(--olive);color:#fff;padding:5px 11px;border-radius:6px;font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;line-height:1.2;box-shadow:0 2px 8px rgba(0,0,0,.15)}

.pack{width:145px;height:180px;border-radius:12px 12px 20px 20px;box-shadow:0 18px 35px rgba(60,52,22,.20);display:flex;align-items:center;justify-content:center;text-align:center;padding:18px;position:relative;z-index:2}
.pack.pulp{background:linear-gradient(150deg,#b95b1c,#e58a30)}
.pack.turmeric{background:linear-gradient(150deg,#c39a18,#e0b52d)}
.pack:before{content:"";position:absolute;left:8px;right:8px;top:8px;height:8px;border-radius:8px;background:rgba(255,255,255,.25)}
.pack strong{display:block;font-family:"Playfair Display",Georgia,serif;color:#fff;font-size:1.35rem;line-height:1.05;margin:7px 0}
.pack small{font-size:.52rem;letter-spacing:.13em;text-transform:uppercase;color:#fff}

.product-info{padding:22px;display:flex;flex-direction:column;flex:1}
.product-category{color:var(--orange);font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900}
.product-info h3{font-family:"Playfair Display",Georgia,serif;color:var(--olive);font-size:1.35rem;line-height:1.25;margin:6px 0 10px}
.product-info p{font-size:.82rem;color:var(--muted);margin-bottom:14px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.8em}
.product-meta{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:14px}
.meta-pill{border:1px solid var(--line);padding:4px 9px;border-radius:999px;font-size:.64rem;color:var(--muted);background:#fff}
.product-actions{display:flex;gap:10px;margin-top:auto;align-items:stretch}
.product-actions a,.product-actions button,.product-actions form{flex:1 1 0;min-width:0;margin:0;text-decoration:none}
.product-actions .btn-bon,.product-actions .btn-outline-bon{width:100%;height:44px;padding:0 12px;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800;border-radius:8px}

.kyp{background:var(--olive);color:#fff;position:relative;overflow:hidden}
.kyp:before{content:"KYP";position:absolute;right:-35px;top:-85px;font-family:"Playfair Display",Georgia,serif;font-size:19rem;font-weight:800;color:rgba(255,255,255,.035)}
.kyp-inner{position:relative;z-index:1}
.kyp .section-kicker{color:#e8a46f}.kyp .section-title{color:#fff}.kyp .section-intro{color:rgba(255,255,255,.72)}
.kyp-box{height:100%;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:24px 22px;transition:all .22s ease}
.kyp-box:hover{background:rgba(255,255,255,.13);transform:translateY(-2px)}
.kyp-num{width:36px;height:36px;border-radius:10px;background:#fff;color:var(--olive);display:grid;place-items:center;font-size:.78rem;font-weight:800;margin-bottom:14px}
.kyp-box h3{font-size:.98rem;font-weight:700;margin:0 0 7px;color:#fff}
.kyp-box p{font-size:.8rem;color:rgba(255,255,255,.76);line-height:1.55;margin:0}

.reviews-section{background:#f3f2e9}
.review-card{height:100%;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}
.stars{color:#e7a22d;letter-spacing:2px;font-size:.85rem}
.review-card blockquote{font-family:"Playfair Display",Georgia,serif;font-size:1rem;line-height:1.55;color:#3b3d2e;margin:12px 0 18px}
.reviewer{display:flex;gap:10px;align-items:center}.avatar{width:38px;height:38px;border-radius:50%;background:#e8ebdc;color:var(--olive);display:grid;place-items:center;font-weight:900}
.reviewer strong{display:block;font-size:.75rem}.reviewer span{font-size:.65rem;color:var(--muted)}

.about-art{min-height:390px;background:linear-gradient(145deg,#eef0e4,#f9ead9);border-radius:24px;position:relative;overflow:hidden}
.about-art .circle{position:absolute;border:1px solid rgba(37,61,42,.18);border-radius:50%}
.about-art .c1{width:300px;height:300px;left:-95px;top:-60px}.about-art .c2{width:430px;height:430px;right:-180px;bottom:-190px}
.about-quote{position:absolute;left:28px;right:28px;bottom:28px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.8);padding:24px;border-radius:18px;backdrop-filter:blur(10px);box-shadow:0 12px 32px rgba(45,52,25,.08)}
.about-quote p{font-family:"Playfair Display",Georgia,serif;font-size:1.25rem;line-height:1.4;color:var(--olive);margin:0;font-style:italic}
.about-list{list-style:none;padding:0;margin:25px 0 0}.about-list li{display:flex;gap:10px;margin-bottom:11px;color:var(--muted);font-size:.83rem}.about-list i{font-style:normal;color:var(--orange);font-weight:900}

.story-section{background:linear-gradient(rgba(250,248,239,.96),rgba(250,248,239,.96)),repeating-linear-gradient(0deg,transparent 0,transparent 34px,rgba(37,61,42,.045) 35px)}
.story-step{display:flex;gap:17px;margin-bottom:24px}.story-line{display:flex;flex-direction:column;align-items:center}.story-dot{width:42px;height:42px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-weight:900;flex:none}.story-line:after{content:"";width:1px;flex:1;background:#d8d7c9;margin-top:7px}.story-step:last-child .story-line:after{display:none}.story-step h3{font-family:"Playfair Display",Georgia,serif;color:var(--olive);font-size:1.2rem;margin:2px 0 4px}.story-step p{color:var(--muted);font-size:.8rem;margin:0}

.cta{background:var(--orange);color:#fff;border-radius:22px;padding:40px;position:relative;overflow:hidden}.cta:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;border:1px solid rgba(255,255,255,.2);right:-80px;top:-100px}.cta h2{font-family:"Playfair Display",Georgia,serif;font-size:2.15rem;margin:0 0 7px;position:relative;z-index:1}.cta p{opacity:.86;max-width:620px;margin:0;position:relative;z-index:1}.cta .btn{background:#fff;color:var(--orange);border:0;position:relative;z-index:1}

.doc-card{background:#fff;border:1px solid rgba(37,61,42,.13);border-radius:18px;padding:26px;height:100%;box-shadow:0 4px 20px -2px rgba(45,52,25,.04);transition:all .22s ease}
.doc-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px -4px rgba(45,52,25,.09);border-color:rgba(37,61,42,.28)}
.doc-card .doc-icon{width:42px;height:42px;border-radius:12px;background:#eef2e1;color:var(--olive);display:grid;place-items:center;font-weight:800;margin-bottom:16px;font-size:.84rem;border:1px solid rgba(37,61,42,.12)}
.doc-card h3{font-family:"Playfair Display",Georgia,serif;font-size:1.15rem;font-weight:700;color:var(--ink);margin:0 0 8px}
.doc-card p{font-size:.84rem;color:var(--muted);line-height:1.6;margin:0}

.recipe-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;height:100%}.recipe-visual{height:190px;display:grid;place-items:center;font-family:"Playfair Display",Georgia,serif;color:#fff;font-size:2rem}.recipe-visual.pulp,.recipe-visual.mango{background:linear-gradient(145deg,#c7601e,#e9a64e)}.recipe-visual.turmeric{background:linear-gradient(145deg,#aa8413,#e1c34e)}.recipe-card .body{padding:18px}.recipe-card h3{font-family:"Playfair Display",Georgia,serif;color:var(--olive);font-size:1.25rem;margin:0 0 6px}.recipe-card p{font-size:.78rem;color:var(--muted);margin:0}

.contact-card{background:#fff;border:1px solid rgba(37,61,42,.13);border-radius:20px;padding:32px;height:100%;box-shadow:0 8px 30px -4px rgba(45,52,25,.05)}
.contact-card h3{font-family:"Playfair Display",Georgia,serif;color:var(--olive);font-size:1.45rem;font-weight:700;margin:0 0 10px}
.contact-card p,.contact-card a{font-size:.86rem;color:var(--muted);line-height:1.65}
.contact-card hr{border-color:var(--line);margin:1.5rem 0}

.form-control,.form-select,.input{border:1px solid rgba(37,61,42,.2);border-radius:11px;padding:.8rem 1rem;font-size:.88rem;background:#fff;color:var(--ink);width:100%;transition:border-color .18s,box-shadow .18s}
.form-control:focus,.form-select:focus,.input:focus{border-color:var(--leaf);box-shadow:0 0 0 .2rem rgba(122,139,61,.14);outline:none}

footer{background:#26291c;color:rgba(255,255,255,.72)}.footer-main{padding:55px 0 35px}.footer-logo{width:230px;filter:brightness(0) invert(1);opacity:.95;margin-bottom:18px}.footer-title{color:#fff;font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:13px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:7px}.footer-links a{color:rgba(255,255,255,.68);font-size:.78rem}.footer-links a:hover{color:#fff}.footer-copy{font-size:.76rem;line-height:1.7;max-width:380px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:17px 0;font-size:.68rem;display:flex;justify-content:space-between;gap:15px}

.breadcrumbs,.crumbs{font-size:.75rem;color:var(--muted);margin-bottom:18px;display:flex;gap:0.4rem;align-items:center;flex-wrap:wrap}.breadcrumbs a,.crumbs a{color:var(--olive);font-weight:700}.crumbs .cur{color:var(--muted)}
.search-box{position:relative}.search-box input{padding-right:45px}.search-box button{position:absolute;right:5px;top:5px;border:0;background:var(--olive);color:#fff;border-radius:7px;width:35px;height:35px}
.notice{background:#f1f2e9;border:1px solid #dde0cc;border-radius:12px;padding:13px 15px;color:var(--olive);font-size:.78rem}

/* Institutional Accreditations Ribbon */
.accreditation-ribbon{background:#fff;border-block:1px solid var(--line);padding:20px 0}
.accreditation-title{text-align:center;font-size:.66rem;text-transform:uppercase;letter-spacing:.15em;color:var(--muted);font-weight:800;margin-bottom:12px}
.accreditation-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px 14px}
.accreditation-item{display:flex;align-items:center;gap:6px;color:var(--olive);font-weight:700;font-size:.73rem;white-space:nowrap}
.accreditation-item .badge-pill{background:#eef2e1;color:var(--olive);padding:3px 9px;border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.05em;border:1px solid rgba(37,61,42,.16)}

/* Founder Quote & Journey Box */
.founder-story-card{background:#fff;border:1px solid rgba(37,61,42,.14);border-radius:22px;padding:36px;box-shadow:0 12px 36px -6px rgba(45,52,25,.06);position:relative;overflow:hidden}
.founder-story-card:before{content:"“";position:absolute;right:18px;top:-20px;font-family:"Playfair Display",Georgia,serif;font-size:10rem;color:rgba(37,61,42,.045);line-height:1;pointer-events:none}
.founder-quote{font-family:"Playfair Display",Georgia,serif;font-size:1.32rem;line-height:1.52;color:var(--olive);font-style:italic;margin-bottom:22px}
.founder-sig{display:flex;align-items:center;gap:14px;border-top:1px solid var(--line);padding-top:18px}
.founder-avatar{width:48px;height:48px;border-radius:50%;background:#eef2e1;color:var(--olive);display:grid;place-items:center;font-weight:800;font-size:1.1rem;border:1px solid rgba(37,61,42,.18)}
.founder-sig strong{display:block;font-size:.95rem;color:var(--ink);font-weight:800}
.founder-sig span{font-size:.78rem;color:var(--muted)}

/* Next-In-Line / Pipeline Products */
.product-card.pipeline{border-style:dashed;border-color:rgba(37,61,42,.24);background:rgba(255,255,255,.75)}
.product-tag.pipeline{background:#b8601c}
.product-media.kokum{background:linear-gradient(145deg,#fbeae8,#f7d5d2)}
.product-media.thecha{background:linear-gradient(145deg,#edf4e4,#dae8ca)}
.product-media.tea{background:linear-gradient(145deg,#f3ede4,#e4d7c6)}
.product-media.mango-fresh{background:linear-gradient(145deg,#fff2d9,#fee0a6)}

/* Product Landing + KYP enhancements */
.product-hero{padding:34px 0 62px;background:#fff;overflow:hidden}.product-hero.pulp{background:linear-gradient(120deg,#fffdf7 0%,#fff8eb 55%,#f8ecd8 100%)}.product-hero.turmeric{background:linear-gradient(120deg,#fffdf7 0%,#fffbea 55%,#f4edc9 100%)}
.product-hero h1{font-family:"Playfair Display",Georgia,serif;color:var(--olive);font-size:clamp(2.8rem,6vw,5.4rem);line-height:.98;margin:8px 0 16px;max-width:720px}.hero-lead{font-size:1.08rem;line-height:1.75;color:var(--muted);max-width:700px}.hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.hero-pills span{border:1px solid rgba(37,61,42,.18);background:rgba(255,255,255,.72);padding:8px 12px;border-radius:999px;font-size:.72rem;font-weight:800;color:var(--olive)}
.product-hero-art{min-height:430px;border-radius:28px;position:relative;display:grid;place-items:center;overflow:hidden;background:rgba(255,255,255,.46);border:1px solid rgba(37,61,42,.12);box-shadow:0 24px 60px rgba(72,62,25,.08)}.product-hero-art:before{content:"";position:absolute;width:270px;height:270px;border-radius:50%;background:rgba(255,255,255,.5);filter:blur(2px)}.product-hero-art .pack{transform:scale(1.42);z-index:3}.hero-orbit{position:absolute;border:1px solid rgba(37,61,42,.2);border-radius:50%}.orbit-one{width:330px;height:330px}.orbit-two{width:430px;height:430px;border-color:rgba(201,96,31,.14)}.hero-art-badge{position:absolute;right:24px;bottom:24px;background:#fff;border-radius:14px;padding:12px 15px;box-shadow:0 12px 30px rgba(60,52,22,.12);z-index:5}.hero-art-badge strong{display:block;color:var(--olive);font-size:.78rem}.hero-art-badge span{font-size:.67rem;color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.product-highlights{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:12px}.product-highlights li{display:flex;gap:10px;align-items:flex-start;font-size:.9rem;color:#4f5047}.product-highlights li span{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#eef0e3;color:var(--olive);font-weight:900;flex:0 0 23px}
.highlights-heading{font-size:.95rem;font-weight:700;color:var(--olive);margin-bottom:.5rem;letter-spacing:.02em}
.highlights{list-style:none!important;padding:0!important;margin:0!important;display:flex;flex-direction:column;gap:.5rem}
.highlights li{display:flex!important;align-items:center;gap:.6rem;font-size:.88rem;color:#3b3e34;line-height:1.4;list-style:none!important}
.highlights li svg{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;stroke:var(--olive,#2d3b1e);stroke-width:2.5;fill:none;flex-shrink:0!important;display:inline-block!important;vertical-align:middle}
.quick-facts{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 16px 40px rgba(60,52,22,.06)}.quick-facts-head{padding-bottom:15px;border-bottom:1px solid var(--line);margin-bottom:4px}.quick-facts-head span{display:block;color:var(--orange);font-size:.64rem;text-transform:uppercase;letter-spacing:.15em;font-weight:900}.quick-facts-head strong{font-family:"Playfair Display",Georgia,serif;color:var(--olive);font-size:1.35rem}.quick-fact{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--line);font-size:.76rem}.quick-fact:last-of-type{border-bottom:0}.quick-fact span{color:var(--muted)}.quick-fact strong{text-align:right;color:var(--olive)}

.section-soft{background:#f3f2e9}.origin-note{display:flex;gap:13px;align-items:flex-start;margin-top:25px;padding:17px;background:#fff;border:1px solid var(--line);border-radius:15px}.origin-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eef0e3;color:var(--olive);font-weight:900}.origin-note strong{color:var(--olive);font-size:.84rem}.origin-note p{font-size:.76rem;color:var(--muted);margin:3px 0 0}.origin-map-card{min-height:300px;border-radius:22px;position:relative;overflow:hidden;border:1px solid var(--line);background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.92),rgba(237,232,210,.9)),linear-gradient(135deg,#e9e5d2,#f8f5e8)}.origin-map-card.pulp:after{content:"MANGO"}.origin-map-card.turmeric:after{content:"TURMERIC"}.origin-map-card:after{position:absolute;inset:auto 24px 20px auto;font-family:"Playfair Display",Georgia,serif;font-size:3rem;color:rgba(37,61,42,.12);font-weight:800}.map-dot{position:absolute;width:13px;height:13px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 7px rgba(201,96,31,.12);z-index:2}.dot-a{left:26%;top:32%}.dot-b{left:52%;top:55%}.dot-c{left:70%;top:38%}.map-label{position:absolute;left:24px;top:24px;background:#fff;border-radius:13px;padding:12px 15px;box-shadow:0 10px 25px rgba(60,52,22,.08);z-index:3}.map-label span{display:block;color:var(--orange);font-size:.61rem;text-transform:uppercase;letter-spacing:.14em;font-weight:900}.map-label strong{display:block;color:var(--olive);font-size:.88rem;margin-top:3px}
.manufacturer-card{height:100%;display:flex;gap:22px;padding:30px;background:#fff;border:1px solid rgba(37,61,42,.13);border-radius:20px;box-shadow:0 8px 30px -4px rgba(45,52,25,.05)}
.manufacturer-badge{width:50px;height:50px;border-radius:14px;background:linear-gradient(135deg,#535a2d,#3c421e);color:#fff;display:grid;place-items:center;font-weight:800;font-size:.82rem;letter-spacing:.06em;flex:0 0 50px;box-shadow:0 4px 14px rgba(60,68,30,.18)}
.manufacturer-card h3{font-family:"Playfair Display",Georgia,serif;color:#252a16;font-size:1.35rem;font-weight:700;margin:0 0 8px;line-height:1.25}
.manufacturer-card p{font-size:.86rem;color:#5f684c;line-height:1.68;margin:0 0 20px}
.manufacturer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}
.manufacturer-grid div{background:#faf8f2;border:1px solid rgba(37,61,42,.09);border-radius:13px;padding:13px 15px;transition:border-color .18s ease}
.manufacturer-grid div:hover{border-color:rgba(37,61,42,.24)}
.manufacturer-grid span{display:block;color:#858d6e;font-size:.65rem;text-transform:uppercase;letter-spacing:.09em;font-weight:700;margin-bottom:4px}
.manufacturer-grid strong{display:block;color:#252a16;font-size:.84rem;font-weight:700;line-height:1.35}
.notice.tall{height:100%;display:flex;flex-direction:column;justify-content:center;background:#f7f6ed;border:1px solid rgba(37,61,42,.14);border-radius:20px;padding:30px;box-shadow:0 6px 24px rgba(45,52,25,.03)}
.notice.tall strong{font-family:"Playfair Display",Georgia,serif;color:var(--olive);font-size:1.15rem;font-weight:700;margin-bottom:8px;display:block}
.notice.tall p{font-size:.85rem;color:#5a6345;line-height:1.68;margin:0 0 18px}
.notice.tall .text-link{color:var(--orange);font-size:.8rem;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;gap:5px;transition:transform .18s ease}
.notice.tall .text-link:hover{transform:translateX(3px);color:#aa4e18}
.verification-card{height:100%;background:#fff;border:1px solid rgba(37,61,42,.14);border-radius:18px;padding:24px;transition:all .22s ease;box-shadow:0 4px 20px -2px rgba(45,52,25,.04);display:flex;flex-direction:column}
.verification-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px -4px rgba(45,52,25,.10);border-color:rgba(37,61,42,.32)}
.verification-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.verification-card .doc-icon{width:38px;height:38px;border-radius:11px;background:#eef2e1;color:var(--olive);display:grid;place-items:center;font-weight:800;font-size:.78rem;border:1px solid rgba(37,61,42,.12);flex:none}
.doc-status{font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#b8601c;background:#fdf5ec;border:1px solid rgba(184,96,28,.22);padding:4px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;line-height:1.2}
.doc-status:before{content:"";width:5px;height:5px;border-radius:50%;background:#c9601f;display:inline-block}
.verification-card h3{font-family:"Playfair Display",Georgia,serif;color:#252a16;font-size:1.15rem;font-weight:700;margin:0 0 8px;line-height:1.25}
.verification-card p{font-size:.82rem;line-height:1.6;color:var(--muted);margin:0 0 18px;flex:1;min-height:50px}
.document-btn{width:100%;height:42px;border:1px solid rgba(37,61,42,.22);background:#faf9f5;border-radius:11px;padding:0 16px;color:#3c4423;font-size:.78rem;font-weight:700;letter-spacing:.02em;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;cursor:pointer;text-decoration:none;margin-top:auto}
.document-btn:hover{background:var(--olive);color:#fff;border-color:var(--olive);box-shadow:0 4px 14px rgba(37,61,42,.25)}
.verification-compact{padding:36px 0 28px!important}
.verification-card.compact{padding:14px 16px;border-radius:14px}
.verification-card.compact .verification-top{margin-bottom:8px}
.verification-card.compact .doc-icon{width:28px;height:28px;border-radius:8px;font-size:.7rem}
.verification-card.compact h3{font-family:"Playfair Display",Georgia,serif;font-size:.95rem;margin:0 0 4px;line-height:1.25}
.verification-card.compact p{font-size:.76rem;line-height:1.4;margin:0 0 10px;min-height:auto}
.verification-card.compact .document-btn{height:32px;border-radius:8px;padding:0 10px;font-size:.74rem}
@media (max-width:767.98px){
  .verification-compact{padding:24px 0 20px!important}
  .verification-card.compact{padding:10px 12px;border-radius:12px}
  .verification-card.compact h3{font-size:.86rem}
  .verification-card.compact p{font-size:.7rem;margin-bottom:6px;line-height:1.3}
  .verification-card.compact .document-btn{height:28px;padding:0 8px;font-size:.7rem}
}
.buy-section{padding:80px 0}
.buy-panel{background:linear-gradient(120deg,var(--olive),#737b3b);color:#fff;border-radius:24px;padding:42px 46px;box-shadow:0 20px 48px rgba(37,61,42,.18)}
.buy-panel .section-kicker{color:#f0bd8c}
.buy-panel h2{font-family:"Playfair Display",Georgia,serif;font-size:2.25rem;margin:0 0 10px;line-height:1.2}
.buy-panel p{opacity:.9;max-width:670px;font-size:.92rem;line-height:1.7}
.buy-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.buy-trust span{font-size:.7rem;border:1px solid rgba(255,255,255,.25);padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.06)}
.buy-price{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;opacity:.8;margin-bottom:8px;font-weight:700}
.btn-buy-main{background:#fff;color:var(--orange);border:0;border-radius:11px;padding:14px 24px;font-weight:800;box-shadow:0 10px 25px rgba(0,0,0,.12);cursor:pointer;display:inline-block;transition:all .2s ease;text-decoration:none}
.btn-buy-main:hover{background:#fff4e9;color:#aa4e18;transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.16)}
.buy-secondary{display:block;color:#fff;text-decoration:none;font-size:.76rem;font-weight:800;margin-top:12px;opacity:.9}
.buy-secondary:hover{color:#fff;text-decoration:underline;opacity:1}
.recipe-label{font-size:.62rem;color:var(--orange);text-transform:uppercase;letter-spacing:.14em;font-weight:900}
.text-link{color:var(--olive);font-size:.78rem;font-weight:800;text-decoration:none}
.text-link:hover{color:var(--orange)}
.faq-list{display:grid;gap:12px;margin-top:22px}
.faq-list details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 20px;transition:all .2s ease}
.faq-list details:hover{border-color:rgba(37,61,42,.3)}
.faq-list summary{cursor:pointer;color:var(--olive);font-weight:800;font-size:.88rem;letter-spacing:.01em}
.faq-list details p{color:var(--muted);font-size:.8rem;line-height:1.7;margin:12px 0 0}
.kyp-end-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px;box-shadow:0 14px 35px rgba(60,52,22,.06)}
.kyp-end-card h3{font-family:"Playfair Display",Georgia,serif;color:var(--olive);font-size:1.8rem;line-height:1.25}
.kyp-end-card p{color:var(--muted);font-size:.84rem;line-height:1.7}
.bon-doc-modal .modal-content{border:0;border-radius:22px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.25)}
.bon-doc-modal .modal-header{padding:22px 26px;border-bottom:1px solid var(--line)}
.bon-doc-modal .modal-title{font-family:"Playfair Display",Georgia,serif;color:var(--olive);font-size:1.5rem}
.bon-doc-modal .modal-body{padding:26px}
.document-preview{min-height:220px;border:1.5px dashed rgba(37,61,42,.32);background:#f7f6ef;border-radius:18px;display:flex;align-items:center;justify-content:center;gap:18px;padding:28px;text-align:left}
.document-preview-icon{width:56px;height:56px;border-radius:16px;background:var(--olive);color:#fff;display:grid;place-items:center;font-weight:900;font-size:1.25rem;flex:0 0 56px}
.document-preview strong{display:block;color:var(--olive);margin-bottom:5px;font-size:.95rem}
.document-preview p{font-size:.82rem;color:var(--muted);line-height:1.65;margin:0}
.document-meta{margin-top:16px;padding:14px 18px;border-radius:12px;background:#fff;border:1px solid var(--line);font-size:.76rem;color:var(--muted)}

/* Oscar Account & Authentication Components */
.pc-auth-shell{max-width:860px;margin:2rem auto;padding:0 1rem}
.pc-auth-header{text-align:center;margin-bottom:2rem}
.pc-auth-title{font-family:"Playfair Display",Georgia,serif;font-size:2.2rem;color:var(--olive);margin-bottom:.5rem}
.pc-auth-subtitle{color:var(--muted);font-size:.95rem;max-width:560px;margin:0 auto}
.pc-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
@media(max-width:768px){.pc-auth-grid{grid-template-columns:1fr}}
.pc-auth-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:2rem;box-shadow:var(--shadow-sm)}
.pc-auth-card-header{margin-bottom:1.5rem}
.pc-auth-card-header h2{font-family:"Playfair Display",Georgia,serif;font-size:1.4rem;color:var(--olive);margin:0}
.pc-auth-chip{display:inline-block;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--orange);margin-bottom:.4rem}
.pc-logo{display:flex;align-items:center}
.pc-logo-image{height:44px;width:auto}

/* Oscar Account Layout & Tables */
.account-sidebar-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:.75rem;box-shadow:var(--shadow-sm)}
.account-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}
.account-nav .nav-link{display:block;padding:.65rem 1rem;border-radius:8px;color:var(--ink);font-weight:600;font-size:.88rem;transition:.15s}
.account-nav .nav-link:hover{background:var(--soft);color:var(--olive)}
.account-nav .nav-link.active{background:var(--soft);color:var(--olive);font-weight:800;border-left:3px solid var(--olive)}
.account-main{background:#fff;border:1px solid var(--line);border-radius:16px;padding:2rem;box-shadow:var(--shadow-sm)}
.account-section-title{font-family:"Playfair Display",Georgia,serif;font-size:1.35rem;color:var(--olive);margin-bottom:.5rem}

/* Alerts, Tables & Utilities */
.alert{padding:1rem 1.25rem;border-radius:12px;font-size:.88rem;margin-bottom:1.5rem;border:1px solid transparent}
.alert-success{background:#edf7ed;border-color:#c8e6c9;color:#1e4620}
.alert-danger{background:#fde8e8;border-color:#f8b4b4;color:#9b1c1c}
.alert-warning{background:#fef3c7;border-color:#fde68a;color:#92400e}
.alert-info{background:#e1effe;border-color:#b4c6fc;color:#1e429f}

.table{width:100%;margin-bottom:1rem;color:var(--ink);vertical-align:top;border-color:var(--line)}
.table th{font-weight:700;color:var(--olive);background:var(--soft);padding:.75rem;border-bottom:1px solid var(--line)}
.table td{padding:.75rem;vertical-align:middle;border-bottom:1px solid var(--line)}

.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.375rem}
.badge-secondary{background:var(--soft);color:var(--olive)}
.badge-success{background:#edf7ed;color:#1e4620}

.shop-layout{display:grid;grid-template-columns:260px 1fr;gap:2rem}
@media(max-width:991px){.shop-layout{grid-template-columns:1fr}}

:root {
  --nav-height: 78px;
}
@media (max-width: 991px) {
  :root {
    --nav-height: 64px;
  }
}

.story-wrap{height:190vh;position:relative;background:#f3f2e9}
.story{position:sticky;top:var(--nav-height, 78px);height:calc(100vh - var(--nav-height, 78px));height:calc(100dvh - var(--nav-height, 78px));width:100%;overflow:hidden;background:#1b1e10;display:flex;align-items:center;justify-content:center}
.story .back,.story .frame{position:absolute;inset:0;width:100%;height:100%}
.story .back{object-fit:cover;object-position:center 20%;transform:scale(1.05);filter:blur(8px);opacity:.85}
.story .frame{object-fit:cover;object-position:center 20%;width:100%;height:100%}
.shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,20,8,0.35) 0%,transparent 45%,rgba(15,20,8,0.15) 100%);pointer-events:none}
.story-intro{position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:760px;text-align:center;color:#fff}
.story-intro h1{font-size:clamp(46px,6.8vw,88px);margin:12px 0 14px;font-family:"Playfair Display",Georgia,serif;color:#fff;text-shadow:0 4px 24px rgba(0,0,0,0.6);letter-spacing:-.02em}
.story-intro .lede{color:rgba(255,255,255,0.95);font-size:1.18rem;line-height:1.6;text-shadow:0 2px 10px rgba(0,0,0,0.6);margin:0 auto;max-width:580px}
.story-pill{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.2rem;background:rgba(0,0,0,0.55);color:#ffffff!important;border:1px solid rgba(255,255,255,0.45);padding:7px 20px;border-radius:999px;font-size:0.75rem;font-weight:800;letter-spacing:0.12em;text-transform:uppercase;backdrop-filter:blur(10px);box-shadow:0 4px 18px rgba(0,0,0,0.35)}
.story-pill strong{color:#ffffff!important;font-weight:800}

.btn-story-buy{background:#ffffff;color:#25281c!important;font-weight:800;font-size:1rem;padding:13px 32px;border-radius:999px;box-shadow:0 8px 30px rgba(0,0,0,0.4);display:inline-flex;align-items:center;justify-content:center;gap:8px;border:2px solid rgba(255,255,255,0.95);transition:all .22s ease;text-decoration:none}
.btn-story-buy:hover{background:var(--olive);color:#ffffff!important;border-color:var(--olive);transform:translateY(-2px);box-shadow:0 12px 35px rgba(0,0,0,0.5)}

.story-caption{position:absolute;z-index:10;left:max(24px,calc((100% - 1240px)/2));bottom:48px;color:#fff;max-width:570px;text-shadow:0 2px 12px rgba(0,0,0,0.7)}
.story-caption h2{color:#fff;font-family:"Playfair Display",Georgia,serif;font-size:2.2rem;margin-bottom:.4rem}
.progress{display:flex;gap:10px;margin-top:20px;background:transparent;height:auto}
.progress i{height:4px;background:rgba(255,255,255,0.35);flex:1;border-radius:2px;overflow:hidden;display:block}
.progress i b{display:block;height:100%;background:#fff;width:0;transition:width .05s linear}

/* Mobile Zoom Prevention & Touch Optimization */
html, body {
  touch-action: pan-y;
  -webkit-text-size-adjust: 100%;
}
a, button, input, select, textarea, .btn-bon, .btn-outline-bon, .btn-accent, .btn-outline, .btn-ghost, .btn-buy-cart, .btn-buy-instant, .btn-story-buy, .story-badge, .thumb-nav-btn, .document-btn {
  touch-action: manipulation;
}

@media(hover: none) and (pointer: coarse), (max-width: 991px) {
  .main-shot:hover img,
  .product-card:hover .product-media img,
  .product-card:hover,
  .story-link-card:hover,
  .verification-card:hover,
  .btn-bon:hover,
  .btn-story-buy:hover,
  .btn-accent:hover {
    transform: none !important;
  }
}

/* 3-Column Product Detail Page (PDP) Layout */
.pdp{display:grid;gap:2rem;padding-bottom:3rem;margin-top:.75rem}
@media(min-width:1024px){.pdp{grid-template-columns:1.35fr 1.15fr 330px;gap:2.25rem;align-items:start}}
@media(min-width:1280px){.pdp{grid-template-columns:1.45fr 1.2fr 350px;gap:2.75rem}}

.gallery{display:grid;gap:1rem;align-items:start}
.gallery.has-thumbs{grid-template-columns:76px 1fr}
.gallery.no-thumbs{grid-template-columns:1fr;display:block}
@media(min-width:1024px){.gallery{position:sticky;top:6rem}}

.thumbs-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;width:100%}
.thumbs-wrapper.is-slider{padding-block:26px}
.thumb-nav-btn{position:absolute;left:50%;transform:translateX(-50%);width:28px;height:22px;background:#fff;border:1px solid var(--line);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;color:var(--ink);padding:0;transition:all .18s ease}
.thumb-nav-btn:hover{background:var(--olive);color:#fff;border-color:var(--olive)}
.thumb-nav-btn svg{width:14px;height:14px;stroke:currentColor;stroke-width:2.5;fill:none}
.thumb-prev{top:0}
.thumb-next{bottom:0}

.thumbs{display:flex;flex-direction:column;gap:.55rem;width:100%;max-height:360px;overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none}
.thumbs::-webkit-scrollbar{display:none}
.thumbs button{aspect-ratio:1;width:100%;flex:none;overflow:hidden;border:1.5px solid var(--line);border-radius:.6rem;background:#faf8f0;padding:0;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s ease}
.thumbs button:hover{border-color:var(--olive);transform:translateY(-1px)}
.thumbs button[aria-current=true]{border-color:var(--olive);box-shadow:0 0 0 2px var(--olive),0 4px 10px rgba(0,0,0,.08)}
.thumbs img{height:100%;width:100%;object-fit:cover;display:block}

.main-shot{aspect-ratio:1;overflow:hidden;border:1px solid #e8e6db;border-radius:1.25rem;background:#fff;box-shadow:0 10px 30px rgba(60,52,22,.06);position:relative;display:flex;align-items:center;justify-content:center;padding:24px}
.main-shot img{height:100%;width:100%;object-fit:contain;display:block;transition:opacity .18s ease,transform .25s ease;filter:drop-shadow(0 12px 22px rgba(60,52,22,.1))}
.main-shot:hover img{transform:scale(1.025)}
.main-shot img.is-switching{opacity:.35;transform:scale(.975)}

.pdp-eyebrow{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;background:#f5f0e3;color:var(--orange);border-radius:999px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.pdp-title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.9rem,3.2vw,2.65rem);line-height:1.15;color:var(--olive);margin:.5rem 0 .4rem;font-weight:800;letter-spacing:-.02em}
.pdp-subtitle{color:#636652;font-size:.94rem;line-height:1.55;margin-bottom:.5rem}

.pdp-price{margin-top:1.1rem;border-block:1px solid var(--line);padding-block:1rem}
.pdp-price .big{font-size:2.2rem;font-weight:800;font-family:"Playfair Display",Georgia,serif;color:var(--orange);line-height:1}
.pdp-price .mrp{text-decoration:line-through;color:var(--muted);font-size:1.1rem;margin-left:.6rem}
.save{border-radius:.25rem;background:rgba(201,96,31,.12);color:var(--orange);padding:.2rem .55rem;font-size:.75rem;font-weight:800;margin-left:.6rem}

.highlights-heading{font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:var(--olive);font-weight:800;margin-bottom:.6rem}
.highlights{margin-top:.5rem;display:grid;gap:.6rem;font-size:.88rem;list-style:none;padding:0}
.highlights li{display:flex;gap:.65rem;align-items:center;color:var(--ink);line-height:1.4}
.highlights svg{width:1.15rem;height:1.15rem;color:#2d7d46;flex:none}

.about{margin-top:1.5rem;border-radius:1rem;background:#faf8f0;border:1px solid #e8e6db;padding:1.35rem 1.5rem}
.about .bold{font-weight:800;color:var(--olive);font-size:.95rem;margin-bottom:.4rem;font-family:"Playfair Display",Georgia,serif}
.about p{margin:0;color:#5a5d4d;line-height:1.7;font-size:.88rem}

.story-link-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#fff;border:1.5px solid #ded8c3;border-radius:14px;padding:1rem 1.25rem;text-decoration:none;color:var(--ink);transition:all .2s ease;box-shadow:0 4px 15px rgba(0,0,0,.03)}
.story-link-card:hover{border-color:var(--olive);transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,61,42,.12);color:var(--olive)}
.story-link-icon{font-size:1.3rem;background:#faf8f0;border-radius:10px;width:40px;height:40px;display:grid;place-items:center;flex:none}
.story-link-card strong{display:block;font-size:.85rem;font-weight:800;color:var(--olive);line-height:1.3}
.story-link-card small{display:block;font-size:.72rem;color:var(--muted);margin-top:2px}
.story-link-arrow{font-size:1.2rem;font-weight:800;color:var(--orange);transition:transform .2s ease}
.story-link-card:hover .story-link-arrow{transform:translateX(4px)}

.buybox{align-self:start;background:#fff;border:1px solid #e8e6db;border-radius:1.25rem;padding:1.6rem;box-shadow:0 10px 35px rgba(60,52,22,.08)}
@media(min-width:1024px){.buybox{position:sticky;top:6.5rem}}
.buybox .price{font-size:2rem;font-family:"Playfair Display",Georgia,serif;font-weight:800;color:var(--orange);line-height:1}
.buybox-qty-label{display:block;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.35rem}
.instock{margin-top:.4rem;display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#2d7d46;font-weight:700}
.qty{display:flex;align-items:center;justify-content:space-between;border:1.5px solid #ded8c3;border-radius:10px;width:7.5rem;margin-top:.4rem;background:#fff;overflow:hidden}
.qty button{flex:none;display:grid;place-items:center;height:2.35rem;width:2.25rem;border:0;background:transparent;cursor:pointer;color:var(--ink);font-size:1.15rem;font-weight:700;transition:background .15s ease}
.qty button:hover{background:#f1f2e9}
.qty .val,
.qty input:not([type="hidden"]){flex:1;text-align:center;font-weight:800;font-size:.95rem;color:var(--ink);border:none;background:transparent;width:100%;min-width:0;outline:none;-moz-appearance:textfield;padding:0;margin:0}
.qty .val{display:flex;align-items:center;justify-content:center;line-height:1;user-select:none}
.qty input[type="hidden"]{display:none!important}
.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

.btn-buy-cart{background:var(--orange);color:#fff!important;border:0;border-radius:10px;padding:13px 20px;font-weight:800;font-size:.95rem;cursor:pointer;transition:all .2s ease;box-shadow:0 6px 18px rgba(201,96,31,.22);display:block;text-align:center;width:100%}
.btn-buy-cart:hover{background:#b34f14;transform:translateY(-1px);box-shadow:0 8px 24px rgba(201,96,31,.32)}
.btn-buy-instant{background:var(--olive);color:#fff!important;border:0;border-radius:10px;padding:12px 20px;font-weight:800;font-size:.95rem;cursor:pointer;transition:all .2s ease;display:block;text-align:center;width:100%}
.btn-buy-instant:hover{background:#464c24;transform:translateY(-1px);box-shadow:0 8px 20px rgba(37,61,42,.25)}

.guarantees{margin-top:1.35rem;display:grid;gap:.65rem;border-top:1px solid var(--line);padding-top:1.1rem;font-size:.78rem;color:var(--muted)}
.guarantees div{display:flex;align-items:center;gap:.6rem;line-height:1.3}
.guarantees svg{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;flex:none;stroke:#2d7d46;fill:none;display:inline-block}

.pgrid{display:grid;gap:1.5rem}
.pgrid-4{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}

.product-purchase-section {
  padding-block: 3.5rem;
}

@media(max-width:991px){
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .feature:nth-child(2n){border-right:0}
  .feature:nth-child(-n+2){border-bottom:1px solid var(--line)}
}

@media(max-width:768px){
  /* Generous, aesthetic section breathing room */
  .section{padding:3.25rem 0!important;margin:0!important}
  .section-sm{padding:2.25rem 0!important;margin:0!important}
  .section-soft{padding:3.25rem 0!important;margin:0!important}
  .product-purchase-section{padding:3rem 0!important;margin:0!important}
  .buy-section{padding:3rem 0!important;margin:0!important}
  .product-overview{padding:3rem 0!important;margin:0!important}
  .page-hero{padding:2.5rem 0!important;margin:0!important}
  .hero-inner{padding:2rem 0 1.75rem}

  /* Story wrap & mobile frame */
  .story-wrap{height:150vh!important;background:#f3f2e9!important}
  .story{top:var(--nav-height, 64px);height:calc(100dvh - var(--nav-height, 64px));height:calc(100vh - var(--nav-height, 64px))}
  .story-intro{width:90%}
  .story-intro h1{font-size:clamp(28px,7.5vw,42px);margin:6px 0 10px}
  .story-intro .lede{font-size:.92rem;line-height:1.55}
  .story-caption{left:1rem;right:1rem;bottom:1.25rem;max-width:none;padding:1.15rem 1.25rem;border-radius:16px;background:rgba(18,22,10,0.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.15)}
  .story-caption h2{font-size:1.25rem;margin-bottom:.25rem}
  .story-caption p{font-size:.82rem;line-height:1.45}
  .progress{margin-top:10px;gap:5px}

  /* Typographic hierarchy */
  .section-kicker{margin-bottom:.45rem;font-size:.68rem;letter-spacing:.14em}
  .section-title{font-size:1.65rem;line-height:1.25;margin-bottom:.55rem}
  .section-intro{font-size:.86rem;line-height:1.58;margin-bottom:1.4rem!important}
  .row{--bs-gutter-y:1.15rem;--bs-gutter-x:.85rem}

  /* PDP / Purchase layout */
  .pdp{grid-template-columns:1fr;gap:1.5rem;padding-bottom:1.5rem}
  .pdp-title{font-size:1.85rem!important;line-height:1.2;margin:.3rem 0}
  .pdp-subtitle{font-size:.88rem;line-height:1.55;margin-bottom:.5rem}
  .pdp-price{margin-top:.85rem;padding-block:.85rem}
  .pdp-price .big{font-size:1.85rem}
  .buybox{padding:1.35rem;border-radius:1.1rem;box-shadow:0 8px 24px rgba(60,52,22,.07)}
  .buybox .price{font-size:1.75rem}
  .about{padding:1.15rem 1.25rem;margin-top:1.15rem;border-radius:.9rem}
  .highlights{gap:.55rem;font-size:.84rem;margin-top:.65rem}
  .gallery.has-thumbs{grid-template-columns:54px 1fr;gap:.65rem}
  .main-shot{padding:18px;border-radius:1.1rem}

  /* Cards */
  .verification-card{padding:1.35rem 1.25rem;border-radius:16px;margin-bottom:0}
  .verification-card h3{font-size:1.08rem;margin-bottom:6px}
  .verification-card p{min-height:auto;margin-bottom:14px;font-size:.82rem;line-height:1.55}
  .verification-top{margin-bottom:12px}
  .origin-note{margin-top:14px;padding:14px;border-radius:14px}
  .origin-map-card{min-height:220px;border-radius:16px}
  .doc-card{padding:22px 18px;border-radius:16px}
  .contact-card{padding:24px 20px;border-radius:18px}

  /* Manufacturer */
  .manufacturer-card{padding:1.4rem 1.25rem;flex-direction:column;gap:14px;border-radius:18px}
  .manufacturer-badge{width:46px;height:46px;border-radius:12px;font-size:.78rem;flex:0 0 46px}
  .manufacturer-card h3{font-size:1.25rem;margin-bottom:6px}
  .manufacturer-card p{font-size:.84rem;line-height:1.6;margin-bottom:14px}
  .manufacturer-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
  .manufacturer-grid div{padding:11px 12px;border-radius:11px}
  .notice.tall{padding:1.35rem 1.25rem;border-radius:18px}

  /* Buy banner */
  .buy-panel{padding:2rem 1.4rem;border-radius:18px}
  .buy-panel h2{font-size:1.65rem;line-height:1.25}

  /* Recipes & FAQs */
  .recipe-card .recipe-visual{height:140px;font-size:1.4rem}
  .recipe-card .body{padding:14px 16px}
  .faq-list{gap:8px;margin-top:12px}
  .faq-list details{padding:12px 14px;border-radius:12px}
  .kyp-end-card{padding:1.35rem;border-radius:16px}
  .kyp-end-card h3{font-size:1.4rem}
  .product-hero{padding:20px 0 32px}.product-hero h1{font-size:2.2rem}.product-hero-art{min-height:280px}.product-hero-art .pack{transform:scale(1.08)}.orbit-one{width:220px;height:220px}.orbit-two{width:290px;height:290px}.hero-art-badge{right:12px;bottom:12px}.document-preview{flex-direction:column;text-align:center}.quick-fact{align-items:flex-start}
}

@media(max-width:576px){
  .container-x,.container{padding-inline:1.15rem}
  .section{padding:2.65rem 0!important;margin:0!important}
  .section-sm{padding:1.85rem 0!important;margin:0!important}
  .section-soft{padding:2.65rem 0!important;margin:0!important}
  .product-purchase-section{padding:2.5rem 0!important;margin:0!important}
  .buy-section{padding:2.5rem 0!important;margin:0!important}
  .section-title{font-size:1.55rem;line-height:1.25}
  .section-intro{font-size:.84rem}
  .feature-grid{grid-template-columns:1fr}
  .feature{border-right:0!important;border-bottom:1px solid var(--line)!important;padding:20px 16px}
  .feature:last-child{border-bottom:0!important}
  .manufacturer-grid{grid-template-columns:1fr 1fr;gap:8px}
  .btn-bon,.btn-outline-bon,.btn-buy-cart,.btn-buy-instant,.btn-story-buy{padding:11px 16px;font-size:.86rem}
  .qty{width:7.5rem}
  .qty button{height:2.1rem;width:2.1rem}
}
@media(max-width:400px){
  .container-x,.container{padding-inline:.95rem}
  .manufacturer-grid{grid-template-columns:1fr;gap:8px}
}
