:root {
  --ink: #171917;
  --muted: #666b65;
  --green: #173f2d;
  --mint: #eaf8ef;
  --cream: #fbf8ee;
  --yellow: #ded32d;
  --line: #dedfda;
  --card: #f4f4f4;
  --shadow: 0 10px 30px rgba(22, 31, 25, 0.09);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -48px; padding: 10px 16px; background: #fff; border: 1px solid var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 20; background: #fff; }
.header-main { min-height: 84px; display: grid; grid-template-columns: 60px 410px 360px 1fr; align-items: center; gap: 27px; }
.brand { display: flex; align-items: center; gap: 9px; font-family: Georgia, serif; font-weight: 700; }
.brand, .search { transform: translateX(9px); }
.brand-mark { display: block; width: 58px; height: 58px; overflow: hidden; color: transparent; background: #fff url("assets/desktop-1-reference.png") -137px -20px / 1496px 3112px no-repeat; }
.brand-mark.large { width: 64px; margin-inline: auto; font-size: 28px; }
.brand-name { display: none; }
.search { height: 31px; display: flex; border: 1px solid #91958f; border-radius: 999px; overflow: hidden; background: white; }
.search input { min-width: 0; flex: 1; border: 0; padding: 0 14px 0 35px; outline: 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23707570' stroke-width='1.6'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='m16 16 4 4'/%3E%3C/svg%3E") 11px center/16px 16px no-repeat; }
.search button { border: 0; background: var(--ink); color: #fff; padding: 0 18px; cursor: pointer; }
.primary-nav { display: flex; justify-content: center; align-items: center; gap: 58px; font-size: 14px; font-weight: 600; transform: translateX(-16px); }
.primary-nav a { padding: 10px 0; border-bottom: 2px solid transparent; }
.primary-nav a.active { border-color: var(--green); font-weight: 700; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 50px; }
.icon-button, .menu-button { position: relative; display: grid; place-items: center; width: 38px; height: 38px; border: 0; background: transparent; font-size: 20px; cursor: pointer; }
.count-badge { position: absolute; top: 0; right: 0; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 20px; background: var(--yellow); font-size: 10px; font-weight: 800; }
.count-badge[hidden] { display: none; }
.login-button, .primary-button { border: 0; border-radius: 6px; background: var(--ink); color: #fff; padding: 9px 23px; cursor: pointer; }
.menu-button { display: none; }
.category-nav { height: 112px; display: flex; justify-content: center; align-items: center; gap: 130px; font-size: 13px; }
.category-nav a { min-width: 126px; padding: 10px 20px; border-radius: 999px; background: #242624; color: #fff; text-align: center; transition: transform .2s, background .2s; }
.category-nav a:hover { transform: translateY(-2px); background: var(--green); }
.mobile-nav { display: none; }

main { min-height: 60vh; }
.home { padding-bottom: 0; }
.page { padding-bottom: 64px; }
.hero { position: relative; width: min(1240px, calc(100% - 40px)); height: 442px; min-height: 0; margin: 20px auto 0; overflow: hidden; border-radius: 15px; background: #f2e8d8 url("assets/desktop-1-reference.png") -128px -216px / 1496px 3112px no-repeat; }
.hero::after { content: none; }
.hero-copy { display: none; }
.eyebrow { margin: 0 0 10px; color: #eadf9a; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .page-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 6vw, 74px); line-height: .97; }
.hero p { max-width: 390px; margin: 20px 0 28px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; }
.primary-button { display: inline-flex; justify-content: center; align-items: center; min-height: 42px; }
.primary-button.alt { background: white; color: var(--ink); }
.primary-button.full { width: 100%; }
.text-link { display: inline-flex; align-items: center; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.section-kicker { margin: 0 0 12px; color: #937018; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.section { padding: 65px 0 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 42px; }
.section-heading h2 { margin: 0; font-family: inherit; font-size: 16px; font-weight: 700; }
.section-heading a { font-size: 15px; font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.product-card { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 404px; padding: 16px; border: 0; border-radius: 9px; background: var(--card); box-shadow: 0 3px 4px rgba(20,24,21,.18); }
.discount { position: absolute; left: 33px; top: 31px; z-index: 1; padding: 3px 6px; border-radius: 2px; background: #35a66b; color: white; font-size: 10px; font-weight: 800; }
.favorite { position: absolute; z-index: 2; right: 29px; top: 26px; border: 0; background: transparent; font-size: 22px; cursor: pointer; }
.favorite.active { color: #b12738; }
.product-art { height: 224px; display: grid; place-items: center; border-radius: 8px; background: #fff; overflow: hidden; }
.pouch { position: relative; width: 148px; height: 190px; background: #fff url("assets/desktop-1-reference.png") var(--sprite-x, -201px) var(--sprite-y, -805px) / 1496px 3112px no-repeat; }
.pouch::before, .pouch::after { content: none; }
.product-card h3 { min-height: 42px; margin: 18px 0 8px; font-size: 14px; line-height: 1.25; }
.product-card h3 a:hover { text-decoration: underline; }
.product-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: auto; color: var(--ink); font-size: 13px; }
.product-meta strong { color: var(--ink); }
.card-actions { display: grid; grid-template-columns: 132px auto; justify-content: space-between; gap: 12px; align-items: center; margin-top: 24px; }
.buy-button { min-height: 32px; border: 0; border-radius: 6px; background: var(--ink); color: white; font-size: 11px; cursor: pointer; }
.quantity { display: flex; align-items: center; border: 1px solid #aeb2ac; border-radius: 4px; overflow: hidden; background: white; }
.quantity button { width: 27px; height: 31px; border: 0; background: white; cursor: pointer; }
.quantity span { min-width: 24px; text-align: center; font-size: 13px; }

.page-hero { position: relative; min-height: 250px; display: flex; align-items: center; margin-top: 22px; overflow: hidden; background: var(--ink) url("assets/palasa-hero.png") center 43%/cover no-repeat; color: white; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,20,16,.9), rgba(12,20,16,.2)); }
.page-hero > div { position: relative; z-index: 1; padding: 48px 56px; }
.page-hero h1 { font-size: clamp(34px, 5vw, 56px); }
.page-hero p { max-width: 560px; line-height: 1.6; }
.content-section { padding-top: 64px; }
.content-section h2 { font-family: Georgia, serif; font-size: 32px; }
.story-grid { display: grid; grid-template-columns: 1.2fr .9fr; gap: 58px; align-items: center; }
.story-grid p { color: #424640; line-height: 1.75; }
.story-photos { position: relative; height: 330px; }
.story-photo { position: absolute; width: 68%; height: 68%; border-radius: 12px; background: url("assets/palasa-hero.png") center/cover; box-shadow: var(--shadow); }
.story-photo:first-child { left: 0; top: 0; background-position: 6% center; }
.story-photo:last-child { right: 0; bottom: 0; background-position: 95% center; border: 8px solid white; }
.center-heading { margin-bottom: 32px; text-align: center; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-card { padding: 34px 22px; border-radius: 9px; background: var(--cream); text-align: center; }
.value-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 50%; background: var(--mint); color: #25915c; font-size: 22px; }
.value-card h3 { font-size: 15px; }
.value-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.reasons-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 820px; margin-inline: auto; }
.reason { padding: 24px; border: 1px solid #c9ccc7; border-radius: 6px; text-align: center; }
.reason h3 { margin-top: 0; font-size: 15px; }
.reason p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.commitment { margin-top: 50px; padding: 38px; background: var(--cream); text-align: center; border-bottom: 3px solid #e9dec0; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 54px; border: 1px solid #e5e2d7; border-radius: 14px; overflow: hidden; }
.trust-strip article { display: grid; grid-template-columns: 34px 1fr; gap: 2px 12px; padding: 25px 24px; background: #fffdf8; }
.trust-strip article + article { border-left: 1px solid #e5e2d7; }
.trust-strip span { grid-row: 1/3; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #173f2d; color: #fff; font-size: 11px; font-weight: 800; }
.trust-strip strong { font-size: 14px; }
.trust-strip small { color: var(--muted); line-height: 1.35; }
.heritage-feature { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 460px; margin-top: 72px; border-radius: 20px; overflow: hidden; background: #f7f2e7; }
.heritage-feature img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; object-position: center; }
.heritage-copy { align-self: center; padding: 58px; }
.heritage-copy h2, .grade-guide h2, .gifting-banner h2, .faq-preview h2 { margin: 0 0 20px; font: 700 36px/1.08 Georgia, serif; }
.heritage-copy p:not(.section-kicker) { color: #4f534e; line-height: 1.65; }
.heritage-actions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.grade-guide { display: grid; grid-template-columns: 300px 1fr; gap: 54px; margin-top: 92px; padding: 54px; border-radius: 18px; background: #17251e; color: white; }
.grade-guide .section-kicker { color: #d7c171; }
.grade-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.grade-grid article { padding: 22px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.06); }
.grade-grid strong, .grade-grid span { display: block; }
.grade-grid strong { color: #f5df89; font-size: 26px; }
.grade-grid span { margin: 4px 0 14px; font-weight: 700; }
.grade-grid p { margin: 0; color: #d9dedb; font-size: 12px; line-height: 1.5; }
.gifting-banner { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 72px; padding: 42px 54px; border: 1px solid #e5dfcf; border-radius: 16px; background: #fffcf4; }
.gifting-banner h2 { margin-bottom: 8px; }
.gifting-banner p:not(.section-kicker) { margin: 0; color: var(--muted); }
.faq-preview, .faq-page { margin-top: 88px; }
.faq-preview .center-heading { margin-bottom: 34px; }
.faq-list { max-width: 900px; margin-inline: auto; border-top: 1px solid #d8d9d5; }
.faq-list details { border-bottom: 1px solid #d8d9d5; }
.faq-list summary { padding: 22px 4px; font-weight: 750; cursor: pointer; }
.faq-list details p { margin: -4px 0 22px; color: var(--muted); line-height: 1.65; }
.faq-all { display: flex; justify-content: center; margin-top: 28px; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin: 36px 0; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--ink); text-decoration: underline; }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 30px 0 70px; }
.product-gallery .product-art { height: 540px; background: #f7f7f5; }
.product-gallery .pouch { width: 148px; height: 190px; transform: scale(1.8); }
.gallery-note { margin-top: 12px; color: var(--muted); font-size: 11px; text-align: center; }
.product-information h1 { margin: 8px 0 16px; font: 700 42px/1.08 Georgia, serif; }
.rating-line { display: flex; gap: 16px; color: #b58a20; }
.rating-line small { color: var(--muted); }
.detail-price { margin: 28px 0 18px; font-size: 28px; font-weight: 800; }
.detail-price small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 500; }
.detail-lede { max-width: 560px; color: var(--muted); line-height: 1.65; }
.variant-row { margin-top: 28px; }
.variant-row strong { display: block; margin-bottom: 10px; }
.variant { margin-right: 8px; padding: 9px 16px; border: 1px solid #bfc3bd; border-radius: 5px; background: white; }
.variant.active { border-color: var(--ink); background: var(--ink); color: white; }
.detail-actions { display: flex; gap: 12px; margin-top: 28px; }
.whatsapp-button { display: inline-flex; align-items: center; padding: 10px 18px; border: 1px solid #18894b; border-radius: 6px; color: #126d3c; font-weight: 700; }
.delivery-points { display: grid; gap: 10px; margin: 28px 0 0; padding: 22px; border-radius: 9px; background: #f7f8f5; list-style: "✓  "; }
.product-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.product-tabs article { padding: 30px; border: 1px solid #dedfda; border-radius: 12px; }
.product-tabs h2 { margin-top: 0; font: 700 24px Georgia, serif; }
.product-tabs p { color: var(--muted); line-height: 1.65; }
.product-tabs dl div { display: grid; grid-template-columns: 130px 1fr; padding: 12px 0; border-bottom: 1px solid #eee; }
.product-tabs dt { color: var(--muted); }
.product-tabs dd { margin: 0; font-weight: 600; }
.legal-page { max-width: 860px; min-height: 650px; }
.legal-page article { padding: 30px 0 70px; }
.legal-page h1, .faq-page h1 { margin: 0 0 25px; font: 700 46px Georgia, serif; }
.legal-page h2 { margin-top: 40px; }
.legal-page p { color: #4f534e; line-height: 1.75; }
.launch-note { margin: 38px 0; padding: 24px; border-left: 4px solid #be9a38; background: #fffbef; }
.launch-note p { margin-bottom: 0; }
.policy-date { font-size: 12px; }
.faq-page { min-height: 720px; }
.track-page { min-height: 680px; padding-top: 70px; }
.track-page > div { max-width: 620px; margin-inline: auto; padding: 52px; border: 1px solid #dedfda; border-radius: 16px; box-shadow: var(--shadow); }
.track-page h1 { font: 700 38px Georgia, serif; }
.track-page form { display: grid; gap: 20px; margin-top: 30px; }
.track-page label { display: grid; gap: 8px; font-weight: 700; }
.track-page input { padding: 13px; border: 1px solid #c7cac5; border-radius: 6px; }
.heritage-hero { min-height: 520px; display: flex; align-items: end; background: linear-gradient(90deg,rgba(10,22,15,.8),rgba(10,22,15,.18)),url("assets/palasa-heritage-v2.jpg") center/cover; color: white; }
.heritage-hero .shell { padding-bottom: 70px; }
.heritage-hero h1 { max-width: 760px; margin: 0 0 18px; font: 700 58px/1.02 Georgia, serif; }
.heritage-hero p:last-child { max-width: 620px; font-size: 18px; }
.evidence-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; padding-top: 92px; }
.evidence-intro h2, .history-timeline h2, .landscape-grid h2, .packaging-pledge h2, .uniqueness h2 { margin: 0 0 20px; font: 700 38px/1.08 Georgia, serif; }
.evidence-intro p, .history-timeline p, .landscape-grid p, .packaging-pledge p, .uniqueness p { color: var(--muted); line-height: 1.65; }
.fact-stack { display: grid; gap: 12px; }
.fact-stack article { display: grid; grid-template-columns: 130px 1fr; align-items: center; padding: 22px; border-radius: 12px; background: #f7f3e8; }
.fact-stack strong { font: 700 34px Georgia, serif; color: #8d5d16; }
.history-timeline, .packaging-pledge, .uniqueness { padding-top: 100px; }
.timeline { margin-top: 42px; border-left: 2px solid #d7c58c; }
.timeline article { display: grid; grid-template-columns: 150px 1fr; gap: 30px; padding: 0 0 40px 28px; }
.timeline article > span { color: #8d5d16; font-weight: 800; }
.timeline h3 { margin: 0 0 8px; }
.timeline p { margin: 0; }
.landscape-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; margin-top: 70px; padding: 60px; border-radius: 20px; background: #eef5ef; }
.landscape-grid img { width: 100%; height: 430px; object-fit: cover; border-radius: 14px; }
.packaging-pledge { margin-top: 100px; padding: 72px; border-radius: 22px; background: #f8f5ec; }
.packaging-pledge > div:first-child { max-width: 760px; }
.pledge-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 42px; }
.pledge-grid article { padding: 24px; border: 1px solid #ddd5c3; border-radius: 12px; background: white; }
.pledge-grid strong { font-size: 16px; }
.pledge-grid p { margin-bottom: 0; font-size: 13px; }
.eco-caveat { margin-top: 28px; padding: 24px; border-left: 4px solid #8a6d24; background: #fffdf8; }
.eco-caveat p { margin-bottom: 0; }
.uniqueness { padding-bottom: 100px; }
.uniqueness > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 40px; }
.uniqueness article { padding: 26px; border-top: 3px solid #183e2d; background: #f7f8f5; }
.uniqueness article span { color: #9a751c; font-size: 12px; font-weight: 800; }
.uniqueness article h3 { margin: 18px 0 10px; }
.uniqueness article p { margin: 0; font-size: 13px; }

.about-page { padding-bottom: 34px; }
.about-page .page-hero { height: 232px; min-height: 232px; margin-top: 18px; background: url("assets/desktop-2-reference.png") -123px -214px / 1496px 2681px no-repeat; }
.about-page .page-hero::after, .contact-page .page-hero::after { content: none; }
.about-page .page-hero > div, .contact-page .page-hero > div { opacity: 0; }
.about-page .content-section { padding-top: 42px; }
.about-page .story-grid { grid-template-columns: 480px 1fr; gap: 72px; align-items: start; }
.about-page .story-grid h2 { margin: 0 0 30px; font: 700 24px/1.1 Inter, sans-serif; }
.about-page .story-grid p { margin: 0 0 19px; color: #292b29; font-size: 16px; line-height: 1.15; }
.about-page .story-photos { height: 305px; }
.about-page .story-photo { width: 322px; height: 208px; border: 0; box-shadow: none; background-image: url("assets/desktop-2-reference.png"); background-size: 1496px 2681px; background-repeat: no-repeat; }
.about-page .story-photo:first-child { left: 0; top: 54px; background-position: -691px -528px; }
.about-page .story-photo:last-child { right: 0; bottom: 0; background-position: -1040px -588px; }
.about-page .center-heading { margin-bottom: 58px; }
.about-page .center-heading h2 { margin: 0; font: 700 24px Inter, sans-serif; }
.about-page .values-grid { gap: 31px; }
.about-page .value-card { min-height: 306px; display: flex; flex-direction: column; justify-content: center; padding: 34px 30px; border-radius: 16px; }
.about-page .value-card h3 { margin: 19px 0; font-size: 15px; }
.about-page .value-card p { margin: 0; font-size: 13px; line-height: 1.25; }
.about-page .reasons-section { padding-top: 102px; }
.about-page .reasons-section .center-heading { margin-bottom: 58px; }
.about-page .reasons-section .center-heading h2 { font-size: 32px; }
.about-page .reasons-grid { max-width: 1000px; gap: 16px 38px; }
.about-page .reason { min-height: 172px; display: flex; flex-direction: column; justify-content: center; padding: 26px 55px; border-color: #969996; border-radius: 7px; }
.about-page .reason h3 { margin: 0 0 27px; }
.about-page .reason p { margin: 0; line-height: 1.2; }
.about-page .commitment { margin-top: 66px; min-height: 260px; display: flex; flex-direction: column; justify-content: center; padding: 38px 155px; }
.about-page .commitment h2 { margin: 0 0 20px; font: 700 24px Inter, sans-serif; }
.about-page .commitment p { margin: 0 0 22px; font-size: 13px; line-height: 1.25; }

.category-page { padding-top: 68px; }
.category-banner { height: 230px; margin-bottom: 42px; border-radius: 12px; background: linear-gradient(90deg, rgba(20,31,23,.7), rgba(20,31,23,.08)), url("assets/palasa-hero.png") center/cover; display: flex; align-items: end; padding: 34px; color: white; }
.category-banner h1 { margin: 0; font: 48px Georgia, serif; }
.results-summary { margin-bottom: 22px; color: var(--muted); }
.listing-title { margin: 79px 0 42px; font-size: 24px; }
.category-page .product-grid { row-gap: 44px; column-gap: 30px; }
.category-page .product-card { min-height: 410px; }
.category-page .reference-art { height: 220px; background-position: center; background-size: 100% 100%; background-repeat: no-repeat; }
.category-whole .reference-art { height: 205px; }
.category-page .listing-card .favorite { display: none; }
.category-page .listing-card h3 { margin-top: 19px; }
.category-whole .category-banner { height: 232px; margin: 0; padding: 0; border-radius: 15px; background: url("assets/desktop-4-reference.png") -123px -156px / 1496px 2705px no-repeat; }
.category-whole .category-banner > div { display: none; }
.category-roasted { padding-top: 34px; }
.category-roasted .category-banner { height: 436px; margin: 0; padding: 0; border-radius: 0; background: #f4f4f4; }
.category-roasted .category-banner > div { display: none; }
.category-roasted .listing-title { margin-top: 48px; }

.contact-page { padding-bottom: 29px; }
.contact-page .page-hero { height: 236px; min-height: 236px; margin-top: 18px; background: url("assets/desktop-3-reference.png") -123px -214px / 1496px 2263px no-repeat; }
.contact-card { max-width: 1037px; min-height: 683px; margin: 55px auto 0; padding: 41px 105px; border-radius: 21px; background: #f2f2f2; }
.contact-card h2 { margin-top: 0; text-align: center; font-family: Georgia, serif; }
.contact-card h2 { margin-bottom: 44px; font: 700 25px Inter, sans-serif; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; row-gap: 40px; }
.contact-form label, .dialog-card label { display: grid; gap: 8px; font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form textarea, .dialog-card input { width: 100%; padding: 13px 14px; border: 1px solid #d3d5d1; border-radius: 8px; background: white; outline: 0; }
.contact-form input:focus, .contact-form textarea:focus, .dialog-card input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,63,45,.12); }
.contact-form .wide { grid-column: 1/-1; }
.contact-form textarea { min-height: 220px; resize: vertical; }
.contact-form button { justify-self: start; }
.map { position: relative; width: 1140px; height: 344px; margin: 94px auto 0; overflow: hidden; border-radius: 18px; background: url("assets/desktop-3-reference.png") -203px -1292px / 1496px 2263px no-repeat; }
.map::before, .map::after { content: none; }
.contact-details { display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; width: 1140px; margin: 102px auto 0; }
.contact-details article { min-height: 160px; padding: 18px 22px; border: 1px solid #8c8f8a; border-radius: 9px; }
.contact-details h3 { margin-top: 0; font-size: 15px; }
.contact-details p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.cart-page { position: relative; padding-top: 48px; overflow: hidden; }
.cart-page::before { content: ""; position: absolute; z-index: -1; inset: 130px 0 0; background: linear-gradient(155deg, #eff9f4 0 26%, transparent 26% 60%, #f3fbf7 60% 80%, transparent 80%); }
.cart-title { text-align: center; }
.cart-title h1 { font-family: Georgia, serif; font-size: 38px; margin-bottom: 6px; }
.cart-title p { color: var(--muted); }
.cart-layout { display: grid; grid-template-columns: 1.6fr .75fr; gap: 58px; margin-top: 44px; align-items: start; }
.cart-item, .summary-card, .quality-strip { background: white; border: 1px solid #e1e4df; border-radius: 12px; box-shadow: var(--shadow); }
.cart-item { display: grid; grid-template-columns: 190px 1fr; overflow: hidden; }
.cart-item .product-art { height: 240px; border-right: 1px solid #c8cbc6; border-radius: 0; }
.cart-copy { padding: 32px; }
.cart-copy h2 { margin-top: 0; font: 28px Georgia, serif; }
.stock { color: #27945e; font-size: 13px; }
.cart-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 34px; padding-bottom: 25px; border-bottom: 1px solid #ddd; }
.remove-button { display: block; margin: 18px 0 0 auto; border: 1px solid #c26d62; background: white; color: #a14439; border-radius: 4px; padding: 7px 11px; cursor: pointer; }
.quality-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 24px; padding: 22px; }
.preview-notice { padding: 9px 20px; background: #173f2d; color: #fff; text-align: center; font-size: 13px; line-height: 1.5; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.notice-badge { background: #ded32d; color: #171917; font-size: 10px; font-weight: 800; padding: 2px 8px; border-radius: 4px; letter-spacing: 0.06em; text-transform: uppercase; }
button:disabled { cursor: not-allowed; opacity: .65; }
.quality-strip span { display: grid; grid-template-columns: auto 1fr; gap: 8px; align-items: center; font-size: 11px; }
.quality-strip b { color: #1b9a5e; font-size: 24px; }
.summary-card { padding: 28px; }
.summary-card h2 { margin-top: 0; font-size: 17px; }
.summary-line { display: flex; justify-content: space-between; margin: 16px 0; font-size: 13px; }
.summary-line.total { padding-top: 18px; border-top: 1px solid #c8cbc6; font-size: 16px; font-weight: 800; }
.coupon { margin-top: 22px; padding: 16px; border: 1px solid #c7cac5; border-radius: 6px; text-align: center; font-size: 13px; }
.empty-cart { padding: 80px 20px; text-align: center; }

.site-footer { margin-top: 40px; background: #242624; color: #c9cbc7; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .9fr 1.25fr; gap: 60px; padding: 44px 0 32px; }
.footer-grid h2 { margin: 0 0 17px; color: white; font: 16px Georgia, serif; }
.footer-grid p, .footer-grid a { display: block; margin: 0 0 10px; font-size: 12px; line-height: 1.6; }
.footer-grid a:hover { color: white; }
.socials { display: flex; gap: 12px; margin-top: 15px; }
.socials a { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #656961; border-radius: 50%; }
.newsletter { display: flex; margin-top: 15px; }
.newsletter input { min-width: 0; width: 100%; padding: 10px; border: 1px solid #6b6f68; border-radius: 4px 0 0 4px; background: transparent; color: white; }
.newsletter button { border: 0; border-radius: 0 4px 4px 0; background: var(--yellow); padding: 0 16px; font-size: 11px; cursor: pointer; }
.copyright { padding: 14px 20px; border-top: 1px solid #4a4d48; text-align: center; font-size: 10px; }
.copyright span { margin-left: 18px; }

@media (min-width: 981px) {
  body.category-route .site-header { width: 1240px; margin-inline: auto; box-shadow: 0 2px 5px rgba(20,24,21,.15); }
  body.category-route .header-main { min-height: 55px; grid-template-columns: 70px 360px 470px 1fr; gap: 20px; }
  body.category-route .brand, body.category-route .search { transform: none; }
  body.category-route .brand-mark { width: 54px; height: 50px; background-position: -137px -20px; }
  body.category-route .search { height: 30px; }
  body.category-route .search button { display: none; }
  body.category-route .primary-nav { gap: 56px; transform: none; }
  body.category-route .header-actions { gap: 45px; }
  body.category-route .category-nav { height: 33px; gap: 94px; font-weight: 600; }
  body.category-route .category-nav a { min-width: 120px; padding: 4px 10px 6px; border-radius: 0; background: transparent; color: var(--ink); }
  body.category-route .category-nav a:hover { transform: none; background: transparent; }
  body.category-route .category-nav a.active { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
  body.category-route .category-page { padding-bottom: 0; }
  body.category-route .site-footer { width: 1240px; margin: 80px auto 0; }
  body.category-route .footer-grid { width: 1050px; }
}

.login-dialog { width: min(460px, calc(100% - 30px)); padding: 0; border: 0; border-radius: 16px; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.login-dialog::backdrop { background: rgba(9,16,12,.66); backdrop-filter: blur(4px); }
.dialog-card { position: relative; display: grid; gap: 18px; padding: 40px; text-align: center; }
.dialog-card h2 { margin: 2px 0 -10px; font: 30px Georgia, serif; }
.dialog-card p { margin: 0; color: var(--muted); font-size: 14px; }
.dialog-card label { text-align: left; }
.dialog-close { position: absolute; right: 16px; top: 14px; border: 0; background: transparent; font-size: 25px; cursor: pointer; }
.toast { position: fixed; z-index: 60; right: 20px; bottom: 20px; max-width: 340px; padding: 13px 18px; border-radius: 7px; background: var(--green); color: white; box-shadow: var(--shadow); transform: translateY(120px); opacity: 0; transition: .28s ease; }
.toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 980px) {
  .header-main { grid-template-columns: auto 1fr auto; gap: 16px; }
  .brand, .search { transform: none; }
  .primary-nav { display: none; }
  .header-actions { gap: 10px; }
  .search { max-width: none; }
  .menu-button { display: grid; }
  .mobile-nav.open { display: grid; grid-template-columns: repeat(4, 1fr); padding: 14px 20px; border-top: 1px solid #eee; text-align: center; font-size: 14px; }
  .category-nav { gap: 16px; overflow-x: auto; justify-content: start; }
  .category-nav a { flex: 0 0 auto; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .values-grid, .contact-details { grid-template-columns: repeat(2, 1fr); }
  .trust-strip, .grade-grid, .pledge-grid, .uniqueness > div { grid-template-columns: repeat(2, 1fr); }
  .trust-strip article:nth-child(3) { border-left: 0; border-top: 1px solid #e5e2d7; }
  .trust-strip article:nth-child(4) { border-top: 1px solid #e5e2d7; }
  .heritage-feature, .grade-guide, .evidence-intro, .landscape-grid { grid-template-columns: 1fr; }
  .product-detail { grid-template-columns: 1fr 1fr; gap: 36px; }
  .product-gallery .product-art { height: 440px; }
  .about-page .story-grid { grid-template-columns: 1fr; }
  .about-page .story-photos { max-width: 680px; width: 100%; margin-inline: auto; }
  .contact-card { width: 100%; padding-inline: 48px; }
  .map, .contact-details { width: 100%; }
  .cart-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-main { min-height: 64px; grid-template-columns: auto 1fr auto; }
  .brand-name { display: inline; }
  .search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 12px; }
  .header-actions .icon-button, .login-button { display: none; }
  .mobile-nav.open { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .category-nav { height: 48px; width: 100%; padding: 0 14px; }
  .category-nav a { min-width: 92px; padding: 7px 14px; }
  .hero { width: calc(100% - 28px); height: 260px; min-height: 0; margin-top: 18px; background: #efe4cd url("assets/palasa-hero.png") center/cover no-repeat; }
  .about-page .page-hero, .contact-page .page-hero { width: calc(100% - 28px); height: 180px; min-height: 180px; background-size: auto 430px; background-position: center; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .product-card { padding: 9px; }
  .product-art { height: 160px; }
  .pouch { width: 84px; height: 112px; background-size: 850px 1768px; background-position: calc(var(--sprite-x) * .568) calc(var(--sprite-y) * .568); }
  .product-card h3 { font-size: 12px; }
  .product-meta { display: grid; font-size: 10px; }
  .card-actions { grid-template-columns: 1fr; }
  .quantity { justify-self: stretch; justify-content: space-between; }
  .section { padding-top: 38px; }
  .page-hero { min-height: 280px; margin-top: 0; }
  .page-hero > div { padding: 38px 26px; }
  .story-grid, .contact-form { grid-template-columns: 1fr; }
  .about-page .story-grid p { font-size: 14px; line-height: 1.45; }
  .story-photos { height: 270px; }
  .about-page .story-photos { height: 220px; }
  .about-page .story-photo { width: 62%; height: 150px; background-size: 1080px auto; }
  .values-grid, .contact-details, .reasons-grid { grid-template-columns: 1fr; }
  .trust-strip, .grade-grid, .pledge-grid, .uniqueness > div { grid-template-columns: 1fr; }
  .trust-strip article + article { border-left: 0; border-top: 1px solid #e5e2d7; }
  .heritage-feature { margin-top: 42px; }
  .heritage-feature img { min-height: 280px; }
  .heritage-copy, .grade-guide, .packaging-pledge, .landscape-grid { padding: 30px; }
  .heritage-actions, .gifting-banner, .detail-actions { align-items: stretch; flex-direction: column; }
  .grade-guide { margin-top: 52px; }
  .gifting-banner { align-items: stretch; margin-top: 42px; padding: 30px; }
  .product-detail, .product-tabs, .evidence-intro, .landscape-grid { grid-template-columns: 1fr; }
  .product-information h1 { font-size: 34px; }
  .product-gallery .product-art { height: 360px; }
  .heritage-hero { min-height: 430px; }
  .heritage-hero h1 { font-size: 42px; }
  .fact-stack article { grid-template-columns: 100px 1fr; }
  .timeline article { grid-template-columns: 1fr; gap: 8px; }
  .about-page .commitment { min-height: 0; padding: 32px 24px; }
  .contact-card { min-height: 0; margin-top: 34px; padding: 25px 18px; }
  .contact-form { row-gap: 22px; }
  .contact-form .wide { grid-column: auto; }
  .map { height: 240px; margin-top: 48px; background-size: 1044px auto; background-position: center; }
  .contact-details { gap: 16px; margin-top: 48px; }
  .category-page { padding-top: 28px; }
  .category-banner { height: 180px !important; padding: 24px; background-size: cover !important; background-position: center !important; }
  .listing-title { margin: 38px 0 24px; }
  .category-banner h1 { font-size: 36px; }
  .cart-item { grid-template-columns: 1fr; }
  .cart-item .product-art { border-right: 0; border-bottom: 1px solid #ddd; }
  .cart-copy { padding: 24px; }
  .quality-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .copyright span { display: block; margin: 6px 0 0; }
  .reviews-grid { grid-template-columns: 1fr; }
  .checkout-grid { grid-template-columns: 1fr; }
  .track-order-summary-strip { flex-direction: column; }
  .footer-trust { flex-direction: column; gap: 12px; }
}

/* E-commerce, Cart & WhatsApp Ordering */
.cart-items-column { display: flex; flex-direction: column; gap: 20px; }
.cart-items-column .cart-item { margin-bottom: 0; }
.item-line-total { font-size: 16px; font-weight: 700; color: var(--ink); }
.free-shipping-tag { background: #eaf8ef; color: #173f2d; font-size: 12px; font-weight: 700; padding: 8px 12px; border-radius: 6px; margin: 10px 0; border: 1px solid #c3e6cb; text-align: center; }
.free-shipping-hint { font-size: 12px; color: #666b65; margin: 8px 0; text-align: center; }
.cart-cta-stack { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.whatsapp-order-button, .whatsapp-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #25d366; color: #fff; font-weight: 700; border-radius: 6px; padding: 12px 20px; border: 0; cursor: pointer; text-decoration: none; transition: background 0.2s, transform 0.15s; font-size: 14px; }
.whatsapp-order-button:hover, .whatsapp-button:hover { background: #20ba5a; transform: translateY(-1px); color: #fff; }
.secure-checkout-seal { margin-top: 16px; font-size: 11px; color: #707570; text-align: center; }

/* Checkout Modal */
.checkout-dialog { border: 0; border-radius: 12px; padding: 0; max-width: 640px; width: min(94vw, 640px); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.checkout-dialog::backdrop { background: rgba(15, 23, 18, 0.65); backdrop-filter: blur(4px); }
.checkout-card { padding: 36px 32px; max-height: 90vh; overflow-y: auto; position: relative; background: #fff; }
.checkout-head { text-align: center; margin-bottom: 24px; border-bottom: 1px solid #e8e8e8; padding-bottom: 16px; }
.checkout-head h2 { margin: 8px 0 4px; font-size: 24px; }
.checkout-head p { margin: 0; font-size: 13px; color: var(--muted); }
.brand-mark.medium { width: 48px; height: 48px; margin: 0 auto; }
.checkout-section { margin-bottom: 22px; }
.checkout-section h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--green); margin: 0 0 12px; font-weight: 800; }
.checkout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.checkout-grid .col-span-2 { grid-column: 1 / -1; }
.checkout-grid label { display: flex; flex-direction: column; font-size: 12px; font-weight: 600; gap: 4px; color: #333; }
.checkout-grid input { height: 40px; padding: 0 12px; border: 1px solid #ccc; border-radius: 6px; font-size: 14px; outline: none; }
.checkout-grid input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,63,45,0.15); }
.payment-selector { display: flex; flex-direction: column; gap: 10px; }
.pay-option { display: flex; align-items: flex-start; gap: 12px; border: 1px solid #dcdfdc; border-radius: 8px; padding: 12px 16px; cursor: pointer; transition: border-color 0.2s, background 0.2s; }
.pay-option:hover { border-color: var(--green); background: #f9fbf9; }
.pay-option input[type="radio"] { margin-top: 4px; accent-color: var(--green); }
.pay-title { font-size: 14px; font-weight: 700; color: var(--ink); }
.pay-desc { font-size: 12px; color: var(--muted); margin-top: 2px; }
.pay-desc code { background: #eef2ef; padding: 2px 6px; border-radius: 4px; font-weight: 700; color: var(--green); }
.checkout-summary-box { background: #f7f9f7; border: 1px solid #e1e7e2; border-radius: 8px; padding: 16px; margin: 20px 0; }
.checkout-summary-box h4 { margin: 0 0 10px; font-size: 13px; text-transform: uppercase; color: var(--muted); }
.checkout-items-list { max-height: 120px; overflow-y: auto; margin-bottom: 12px; border-bottom: 1px dashed #ccc; padding-bottom: 8px; }
.checkout-item-line { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 6px; }
.checkout-math { display: flex; flex-direction: column; gap: 4px; font-size: 13px; }
.checkout-math div { display: flex; justify-content: space-between; }
.checkout-total-row { font-size: 16px; font-weight: 800; border-top: 1px solid #ddd; padding-top: 6px; margin-top: 4px; color: var(--green); }
.checkout-submit-row { margin-top: 20px; }
.checkout-security-note { text-align: center; font-size: 11px; color: var(--muted); margin-top: 12px; }

/* Order Confirmation / Success Page */
.success-page { padding: 48px 0; }
.success-card { max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid #e0e4e0; border-radius: 12px; padding: 40px; box-shadow: var(--shadow); }
.success-icon { width: 64px; height: 64px; background: #eaf8ef; color: #2e7d32; border-radius: 50%; display: grid; place-items: center; font-size: 32px; font-weight: 800; margin: 0 auto 16px; }
.success-card h1 { text-align: center; margin: 8px 0; font-family: Georgia, serif; font-size: 32px; }
.success-lede { text-align: center; font-size: 16px; color: var(--muted); margin-bottom: 28px; }
.success-badge-row { display: flex; justify-content: space-around; background: #fbfbf8; border: 1px solid #eee; border-radius: 8px; padding: 14px 18px; margin-bottom: 28px; font-size: 13px; flex-wrap: wrap; gap: 12px; }
.badge-status { background: #173f2d; color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 11px; font-weight: 700; }
.order-receipt { border: 1px solid #eaeeea; border-radius: 8px; padding: 24px; margin-bottom: 28px; }
.order-receipt h2 { font-size: 18px; margin: 0 0 16px; border-bottom: 1px solid #eee; padding-bottom: 8px; }
.receipt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; font-size: 13px; line-height: 1.6; }
.receipt-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.receipt-table th, .receipt-table td { padding: 10px 12px; text-align: left; border-bottom: 1px solid #eee; }
.receipt-table th:last-child, .receipt-table td:last-child { text-align: right; }
.receipt-table tfoot td { font-weight: 600; }
.receipt-table tfoot .grand-total td { font-size: 16px; font-weight: 800; color: var(--green); border-top: 2px solid var(--ink); border-bottom: 0; }
.success-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.secondary-button { background: #f0f2f0; color: var(--ink); border: 1px solid #ccd1cc; padding: 11px 22px; border-radius: 6px; font-weight: 600; cursor: pointer; }
.secondary-button:hover { background: #e3e7e3; }

/* Real-Time Order Tracking */
.track-header { text-align: center; margin-bottom: 32px; }
.track-header h1 { font-family: Georgia, serif; font-size: clamp(32px, 4vw, 44px); margin: 6px 0 10px; }
.track-card { max-width: 820px; margin: 0 auto; background: #fff; border: 1px solid #e2e5e2; border-radius: 12px; padding: 36px; box-shadow: var(--shadow); }
.track-search-bar { display: flex; gap: 12px; margin-bottom: 32px; }
.track-search-bar input { flex: 1; height: 44px; padding: 0 16px; border: 1px solid #bbb; border-radius: 6px; font-size: 15px; outline: none; }
.track-search-bar input:focus { border-color: var(--green); }
.track-order-summary-strip { display: flex; justify-content: space-between; background: #f5f8f5; border: 1px solid #dbe5db; border-radius: 8px; padding: 16px; margin-bottom: 32px; font-size: 13px; flex-wrap: wrap; gap: 14px; }
.track-order-summary-strip small { display: block; font-size: 10px; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 2px; }
.text-green { color: #1e7a46; font-weight: 700; }
.tracking-timeline { position: relative; display: flex; flex-direction: column; gap: 24px; padding-left: 20px; margin-bottom: 32px; }
.tracking-timeline::before { content: ""; position: absolute; left: 35px; top: 12px; bottom: 20px; width: 3px; background: #e0e4e0; }
.timeline-step { display: flex; gap: 20px; position: relative; z-index: 1; }
.step-marker { width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 2px solid #ccc; color: #888; display: grid; place-items: center; font-weight: 800; font-size: 13px; flex-shrink: 0; }
.timeline-step.completed .step-marker { background: #173f2d; border-color: #173f2d; color: #fff; }
.timeline-step.active .step-marker { background: #ded32d; border-color: #b5aa1b; color: #171917; box-shadow: 0 0 0 5px rgba(222,211,45,0.25); }
.step-info h3 { margin: 0 0 4px; font-size: 15px; font-weight: 700; }
.step-info p { margin: 0 0 4px; font-size: 13px; color: var(--muted); }
.step-time { font-size: 11px; color: #8d928d; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }
.tracked-items-box { background: #fafaf8; border: 1px solid #e8e8e4; border-radius: 8px; padding: 16px; margin-bottom: 24px; font-size: 13px; }
.tracked-items-box h3 { margin: 0 0 8px; font-size: 14px; }
.tracked-items-box ul { margin: 0 0 8px; padding-left: 20px; }
.track-support-bar { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #eee; padding-top: 18px; font-size: 13px; flex-wrap: wrap; gap: 12px; }
.whatsapp-small-btn { display: inline-flex; align-items: center; background: #25d366; color: #fff; padding: 8px 14px; border-radius: 6px; font-size: 12px; font-weight: 700; text-decoration: none; }

/* PDP Additions: Stars, Variants, Reviews, Nutrition Table */
.stars-gold { color: #e6a100; font-size: 16px; letter-spacing: 2px; }
.pack-variants { display: flex; gap: 10px; margin-top: 8px; }
.pack-variants .variant { min-width: 72px; padding: 8px 16px; border: 1px solid #b8bcb8; border-radius: 6px; background: #fff; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.15s; }
.pack-variants .variant:hover { border-color: var(--green); }
.pack-variants .variant.active { background: var(--green); color: #fff; border-color: var(--green); }
.nutrition-table { width: 100%; border-collapse: collapse; font-size: 13px; margin-top: 10px; }
.nutrition-table th, .nutrition-table td { padding: 8px 10px; border-bottom: 1px solid #e6e8e6; text-align: left; }
.reviews-section { margin-top: 54px; padding-top: 40px; border-top: 1px solid #e5e8e5; }
.reviews-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; flex-wrap: wrap; gap: 16px; }
.reviews-head h2 { margin: 0 0 6px; font-size: 24px; font-family: Georgia, serif; }
.reviews-badge { text-align: right; }
.reviews-badge strong { display: block; font-size: 18px; }
.reviews-badge small { font-size: 12px; color: var(--muted); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { background: #fbfbf9; border: 1px solid #e9ece9; border-radius: 10px; padding: 22px; }
.review-card h3 { font-size: 15px; margin: 8px 0; }
.review-card p { font-size: 13px; line-height: 1.55; color: #444; margin: 0 0 12px; }
.reviewer { font-size: 12px; font-weight: 700; color: var(--ink); }
.reviewer small { font-weight: 400; color: #2e7d32; }

/* Footer Trust Strip */
.footer-trust { display: flex; justify-content: space-around; align-items: center; padding: 24px 0; border-top: 1px solid #2e342f; border-bottom: 1px solid #2e342f; margin-top: 36px; flex-wrap: wrap; gap: 16px; font-size: 13px; color: #ccc; }
.trust-item { display: flex; align-items: center; gap: 8px; }
.veg-icon { display: inline-block; width: 16px; height: 16px; border: 2px solid #2e7d32; padding: 2px; border-radius: 2px; position: relative; }
.veg-icon::after { content: ""; display: block; width: 8px; height: 8px; background: #2e7d32; border-radius: 50%; margin: 1px auto; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
