:root {
    --forest: #3f842d;
    --forest-deep: #1f5631;
    --leaf: #78a943;
    --sage: #dcebcf;
    --sage-light: #f0f7e9;
    --cream: #f7faed;
    --paper: #fcfdf8;
    --ink: #183322;
    --muted: #647466;
    --gold: #ed8a32;
    --line: rgba(63, 132, 45, .16);
    --shell: min(1200px, calc(100% - 48px));
    --serif: "Newsreader", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.section-pad { padding: 116px 0; }

.announcement { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 34px; padding: 6px 20px; color: white; background: var(--forest); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.announcement p { margin: 0; }
.announcement span { width: 3px; height: 3px; background: #c6d7bd; border-radius: 50%; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(63,132,45,.11); background: rgba(252,253,248,.94); backdrop-filter: blur(18px); }
.nav-wrap { display: grid; grid-template-columns: 220px 1fr 220px; align-items: center; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 9px; width: max-content; }
.brand svg { width: 39px; height: 39px; fill: none; stroke: var(--forest); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand span { display: grid; letter-spacing: .16em; }
.brand strong { color: var(--forest); font-family: var(--serif); font-size: 23px; font-weight: 600; line-height: .85; }
.brand small { margin-top: 5px; color: var(--leaf); font-size: 8px; font-weight: 700; letter-spacing: .52em; }
.main-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 42px); }
.main-nav a { position: relative; padding: 31px 0 28px; color: #465249; font-size: 12px; font-weight: 600; }
.main-nav a::after { position: absolute; right: 50%; bottom: 22px; left: 50%; height: 1px; content: ""; background: var(--forest); transition: .25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--forest); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; left: 0; }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 4px; }
.icon-button, .cart-button { position: relative; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.icon-button svg, .cart-button svg { width: 20px; height: 20px; fill: none; stroke: var(--ink); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.cart-button span { position: absolute; top: 2px; right: 0; display: grid; place-items: center; width: 17px; height: 17px; color: white; background: var(--leaf); border-radius: 50%; font-size: 9px; font-weight: 700; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: calc(100vh - 116px); overflow: hidden; background: #e5efd6; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(239,247,226,.98) 0%, rgba(239,247,226,.9) 33%, rgba(226,240,207,.28) 58%, rgba(226,240,207,.03) 100%); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; min-height: calc(100vh - 116px); padding-top: 45px; padding-bottom: 70px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: var(--leaf); font-size: 10px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: currentColor; }
.hero h1 { max-width: 690px; margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(56px, 6vw, 88px); font-weight: 500; letter-spacing: -.045em; line-height: .92; }
.hero h1 em { color: var(--leaf); font-weight: 400; }
.hero-copy { max-width: 500px; margin: 29px 0 34px; color: #556259; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: .25s ease; }
.button span { font-size: 16px; }
.button-primary { color: white; background: var(--forest); box-shadow: 0 10px 24px rgba(63,132,45,.18); }
.button-primary:hover { background: var(--leaf); transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding: 10px 0 7px; color: var(--forest); border-bottom: 1px solid rgba(23,61,45,.4); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { font-size: 16px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 48px; }
.avatar-stack { display: flex; padding-left: 9px; }
.avatar-stack span { display: grid; place-items: center; width: 31px; height: 31px; margin-left: -9px; color: white; background: #72a94d; border: 2px solid #eff6e4; border-radius: 50%; font-size: 8px; font-weight: 700; }
.avatar-stack span:nth-child(2) { background: #97bb58; }
.avatar-stack span:nth-child(3) { color: var(--forest-deep); background: #e3efd5; }
.hero-proof p { margin: 0; }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { font-family: var(--serif); font-size: 14px; }
.hero-proof small { margin-top: 2px; color: #6b746d; font-size: 9px; }
.scroll-hint { position: absolute; z-index: 2; right: 35px; bottom: 80px; display: flex; align-items: center; gap: 12px; color: var(--forest); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.scroll-hint span { display: block; width: 42px; height: 1px; background: currentColor; }

.benefits { padding: 32px 0; border-bottom: 1px solid var(--line); background: #f7fbf1; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefits article { display: flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; padding: 0 24px; border-right: 1px solid var(--line); }
.benefits article:first-child { padding-left: 0; }
.benefits article:last-child { padding-right: 0; border: 0; }
.benefits svg { flex: 0 0 auto; width: 31px; height: 31px; fill: none; stroke: var(--leaf); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.benefits strong, .benefits span { display: block; }
.benefits strong { font-family: var(--serif); font-size: 15px; font-weight: 600; }
.benefits span { margin-top: 4px; color: var(--muted); font-size: 9px; }

.section-heading h2 { max-width: 750px; margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(42px, 5vw, 62px); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.section-heading > p:last-child { max-width: 530px; margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.section-heading.centered { display: flex; flex-direction: column; align-items: center; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }

.category-section { background: var(--paper); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 60px; }
.category-card { position: relative; min-height: 400px; overflow: hidden; padding: 30px; transition: transform .3s ease, box-shadow .3s ease; }
.category-card:hover { z-index: 2; box-shadow: 0 24px 50px rgba(33,55,42,.13); transform: translateY(-8px); }
.category-card > span { position: relative; z-index: 2; color: rgba(23,61,45,.45); font-family: var(--serif); font-size: 13px; }
.category-card h3 { position: absolute; z-index: 2; right: 30px; bottom: 93px; left: 30px; margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.05; }
.category-card p { position: absolute; z-index: 2; right: 30px; bottom: 55px; left: 30px; margin: 0; color: rgba(23,61,45,.68); font-size: 11px; }
.category-card b { position: absolute; z-index: 2; right: 30px; bottom: 25px; left: 30px; display: flex; align-items: center; justify-content: space-between; color: var(--forest); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.category-card b i { font-size: 15px; font-style: normal; }
.category-art { position: absolute; top: 55px; right: 15px; left: 15px; display: grid; place-items: center; height: 195px; }
.category-art svg { width: 138px; height: 138px; fill: none; stroke: currentColor; stroke-width: 1.1; stroke-linecap: round; stroke-linejoin: round; opacity: .65; transition: transform .35s ease; }
.category-card:hover .category-art svg { transform: scale(1.08) rotate(-3deg); }
.category-energy { background: #eaf3cf; }
.category-energy .category-art { color: #88a92e; }
.category-balance { background: #d9ecd0; }
.category-balance .category-art { color: #4f913d; }
.category-movement { background: #d9eee0; }
.category-movement .category-art { color: #3c865a; }
.category-beauty { background: #e6f0d4; }
.category-beauty .category-art { color: #6e9d3f; }

.products-section { background: linear-gradient(180deg, #edf6e5 0%, #f5f9ed 100%); }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.product-tabs { display: flex; gap: 8px; padding-bottom: 3px; }
.product-tabs button { padding: 8px 14px; color: #758078; border: 0; border-bottom: 1px solid transparent; background: none; font-size: 10px; font-weight: 600; cursor: pointer; }
.product-tabs button:hover, .product-tabs button.active { color: var(--forest); border-color: var(--forest); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 53px; }
.product-card { min-width: 0; }
.product-visual { position: relative; display: flex; align-items: flex-end; justify-content: center; height: 330px; overflow: hidden; padding-bottom: 28px; }
.visual-gold { background: #e6efd0; --label: #8eaf3e; }
.visual-rose { background: #e5eed7; --label: #76a850; }
.visual-sage { background: #d6ead3; --label: #559657; }
.visual-sun { background: #ecf1cf; --label: #a7b943; }
.product-visual::before { position: absolute; right: 18%; bottom: 22px; left: 18%; height: 20px; content: ""; background: rgba(49,51,31,.18); border-radius: 50%; filter: blur(11px); }
.product-badge { position: absolute; z-index: 4; top: 16px; left: 16px; padding: 7px 9px; color: white; background: var(--forest); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.badge-new { background: #678463; }
.badge-sale { background: #b57454; }
.heart { position: absolute; z-index: 4; top: 13px; right: 14px; display: grid; place-items: center; width: 35px; height: 35px; padding: 0; color: var(--forest); border: 1px solid rgba(23,61,45,.18); background: rgba(255,255,255,.4); border-radius: 50%; font-size: 19px; cursor: pointer; }
.bottle { position: relative; z-index: 2; width: 120px; height: 230px; background: linear-gradient(90deg, #30150c 0%, #663019 18%, #a15b2d 47%, #54210e 86%, #1e0d08 100%); border-radius: 9px 9px 18px 18px; box-shadow: inset 10px 0 18px rgba(255,220,140,.15), 0 16px 24px rgba(50,30,14,.22); transition: transform .35s ease; }
.product-card:hover .bottle { transform: translateY(-7px) rotate(1deg); }
.bottle-short { height: 205px; width: 130px; }
.bottle > i { position: absolute; top: -24px; left: 5px; width: calc(100% - 10px); height: 37px; background: linear-gradient(#313b28, #131c13); border-radius: 6px 6px 4px 4px; box-shadow: inset 0 6px rgba(255,255,255,.06); }
.bottle > i::after { position: absolute; right: 0; bottom: 7px; left: 0; height: 2px; content: ""; background: rgba(255,255,255,.12); }
.bottle-label { position: absolute; top: 42px; right: 0; left: 0; display: flex; flex-direction: column; align-items: center; min-height: 140px; padding: 18px 7px 9px; color: var(--forest); background: #f8f1df; box-shadow: inset 10px 0 16px rgba(92,62,30,.08); text-align: center; }
.bottle-short .bottle-label { top: 38px; min-height: 125px; }
.bottle-label small { font-size: 6px; font-weight: 700; letter-spacing: .12em; }
.bottle-label svg { width: 42px; height: 30px; margin: 10px 0 5px; fill: var(--label); opacity: .85; }
.bottle-label strong { max-width: 105px; font-family: var(--serif); font-size: 13px; line-height: 1; }
.bottle-label em { margin-top: 5px; color: #7b725e; font-size: 5px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.product-info { padding: 19px 4px 0; }
.product-info > p { margin: 0 0 6px; color: var(--leaf); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-info h3 { min-height: 42px; margin: 0; font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.05; }
.rating { display: flex; gap: 7px; align-items: center; margin-top: 8px; }
.rating span { color: var(--gold); font-size: 10px; letter-spacing: .08em; }
.rating small { color: #899089; font-size: 8px; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); }
.product-bottom strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.product-bottom button { display: grid; place-items: center; width: 32px; height: 32px; padding: 0; color: white; border: 0; background: var(--forest); border-radius: 50%; font-size: 19px; font-weight: 300; cursor: pointer; transition: .2s; }
.product-bottom button:hover { background: var(--leaf); transform: rotate(90deg); }
.button-outline { color: var(--forest); border-color: rgba(23,61,45,.35); }
.button-outline:hover { color: white; background: var(--forest); }
.all-products { width: max-content; margin: 52px auto 0; }

.manifesto { overflow: hidden; background: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 10%; align-items: center; }
.manifesto-media { position: relative; min-height: 610px; }
.leaf-photo { position: absolute; inset: 0 50px 0 0; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 70% 20%, #edf6dd 0 10%, transparent 38%), linear-gradient(135deg, #9fc86b, #43883f); }
.leaf-photo::before, .leaf-photo::after { position: absolute; content: ""; background: rgba(255,255,255,.12); border-radius: 50%; filter: blur(2px); }
.leaf-photo::before { width: 350px; height: 350px; top: -120px; left: -80px; }
.leaf-photo::after { width: 180px; height: 180px; right: -45px; bottom: 45px; }
.leaf-photo svg { width: 96%; height: 96%; fill: rgba(220,232,191,.42); stroke: rgba(241,244,223,.8); stroke-width: 3; filter: drop-shadow(0 15px 20px rgba(11,35,22,.2)); transform: rotate(-4deg); }
.since-seal { position: absolute; right: 0; bottom: 72px; display: grid; place-items: center; width: 120px; height: 120px; color: var(--forest); background: var(--cream); border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 14px 34px rgba(24,48,33,.12); }
.since-seal::before { position: absolute; inset: 8px; content: ""; border: 1px dashed rgba(23,61,45,.35); border-radius: 50%; }
.since-seal span { z-index: 1; font-size: 7px; font-weight: 700; letter-spacing: .18em; }
.since-seal strong { z-index: 1; margin: -8px 0; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.manifesto-copy h2 { max-width: 650px; margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(45px, 5vw, 67px); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.manifesto-copy .lead { max-width: 640px; margin: 30px 0 35px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.manifesto-points { border-top: 1px solid var(--line); }
.manifesto-points > div { display: grid; grid-template-columns: 45px 1fr; gap: 10px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.manifesto-points > div > span { padding-top: 2px; color: var(--gold); font-family: var(--serif); font-size: 13px; }
.manifesto-points p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.manifesto-points strong { display: block; margin-bottom: 4px; color: var(--forest); font-family: var(--serif); font-size: 18px; font-weight: 600; }
.text-link.dark { margin-top: 30px; }

.quality { position: relative; overflow: hidden; padding: 110px 0; color: white; background: linear-gradient(120deg, #286c38, #4b9038); }
.quality::before { position: absolute; top: -220px; right: -160px; width: 620px; height: 620px; content: ""; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.018), 0 0 0 120px rgba(255,255,255,.012); }
.quality-inner { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.eyebrow.light { color: #d6ecc6; }
.quality h2 { max-width: 600px; margin: 0; font-family: var(--serif); font-size: clamp(45px, 5vw, 66px); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
.quality-copy > p:not(.eyebrow) { max-width: 530px; margin: 27px 0 33px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.8; }
.button-cream { color: var(--forest-deep); background: var(--cream); }
.button-cream:hover { background: white; transform: translateY(-2px); }
.certifications { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.certifications > div { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 210px; padding: 24px 14px; border: 1px solid rgba(255,255,255,.15); text-align: center; transition: .25s; }
.certifications > div:hover { background: rgba(255,255,255,.06); transform: translateY(-5px); }
.certifications svg { width: 51px; height: 51px; margin-bottom: 17px; fill: none; stroke: #d8edc8; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.certifications strong { font-family: var(--serif); font-size: 25px; font-weight: 500; }
.certifications span { max-width: 100px; margin-top: 7px; color: rgba(255,255,255,.55); font-size: 8px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }

.testimonials { background: #f1f6e7; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.testimonial-grid article { position: relative; min-height: 325px; padding: 40px 36px 32px; background: rgba(255,253,248,.68); border: 1px solid rgba(23,61,45,.09); }
.testimonial-grid article.featured { color: white; background: var(--forest); transform: translateY(-13px); }
.quote-mark { position: absolute; top: 22px; right: 27px; color: rgba(23,61,45,.12); font-family: var(--serif); font-size: 65px; line-height: 1; }
.featured .quote-mark { color: rgba(255,255,255,.15); }
.testimonial-grid .rating { margin-top: 0; }
.testimonial-grid blockquote { margin: 29px 0 36px; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.testimonial-grid footer { position: absolute; right: 36px; bottom: 31px; left: 36px; display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.featured footer { border-color: rgba(255,255,255,.15); }
.person-avatar { display: grid; place-items: center; width: 38px; height: 38px; color: white; background: #87967e; border-radius: 50%; font-size: 9px; font-weight: 700; }
.featured .person-avatar { color: var(--forest); background: #dae2d2; }
.testimonial-grid footer p { margin: 0; }
.testimonial-grid footer strong, .testimonial-grid footer small { display: block; }
.testimonial-grid footer strong { font-family: var(--serif); font-size: 14px; font-weight: 600; }
.testimonial-grid footer small { margin-top: 2px; color: #7c867e; font-size: 8px; }
.featured footer small { color: rgba(255,255,255,.55); }

.newsletter { padding: 70px 0; color: white; background: linear-gradient(110deg, #6ca23c, #86b84a); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: end; }
.newsletter h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 4vw, 57px); font-weight: 400; letter-spacing: -.03em; }
.newsletter p:not(.eyebrow) { margin: 15px 0 0; color: rgba(255,255,255,.68); font-size: 12px; }
.newsletter p strong { color: white; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(255,255,255,.5); }
.newsletter-form input { min-width: 0; height: 53px; padding: 0; color: white; border: 0; outline: 0; background: transparent; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.65); }
.newsletter-form button { display: flex; align-items: center; gap: 17px; padding: 0 0 0 15px; color: white; border: 0; background: transparent; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.newsletter-form button span { font-size: 18px; }

.site-footer { padding: 82px 0 26px; color: rgba(255,255,255,.66); background: #163e25; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 8%; padding-bottom: 66px; }
.brand-light svg { stroke: #dfe8d9; }
.brand-light strong { color: white; }
.brand-light small { color: #a7bda0; }
.footer-brand > p { max-width: 305px; margin: 25px 0; font-size: 11px; line-height: 1.8; }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; place-items: center; width: 32px; height: 32px; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-family: var(--serif); font-size: 12px; }
.socials a:hover { color: var(--forest); background: white; }
.footer-grid h3 { margin: 5px 0 23px; color: white; font-family: var(--serif); font-size: 17px; font-weight: 500; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) p { display: block; margin: 0 0 12px; font-size: 10px; line-height: 1.7; }
.footer-grid > div:not(.footer-brand) a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.09); font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom span { margin-left: 7px; color: #a7bda0; }

.whatsapp { position: fixed; z-index: 60; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 9px 15px 9px 9px; color: white; background: #238b54; border: 3px solid rgba(255,255,255,.9); border-radius: 99px; box-shadow: 0 9px 25px rgba(8,45,25,.24); font-size: 9px; font-weight: 700; letter-spacing: .03em; }
.whatsapp svg { width: 27px; height: 27px; fill: none; stroke: white; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1024px) {
    :root { --shell: min(100% - 36px, 920px); }
    .nav-wrap { grid-template-columns: 190px 1fr 135px; }
    .main-nav { gap: 20px; }
    .main-nav a { font-size: 10px; }
    .category-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
    .benefits article:nth-child(2) { border-right: 0; }
    .manifesto-grid { gap: 7%; }
    .manifesto-media { min-height: 540px; }
    .certifications { gap: 7px; }
    .certifications > div { min-height: 185px; }
    .footer-grid { gap: 4%; }
}

@media (max-width: 760px) {
    :root { --shell: calc(100% - 32px); }
    .section-pad { padding: 80px 0; }
    .announcement { gap: 0; min-height: 31px; font-size: 8px; }
    .announcement p:last-child, .announcement span { display: none; }
    .nav-wrap { grid-template-columns: 1fr auto auto; min-height: 68px; }
    .brand svg { width: 34px; height: 34px; }
    .brand strong { font-size: 20px; }
    .nav-actions .icon-button { display: none; }
    .menu-toggle { display: grid; gap: 6px; width: 42px; height: 42px; margin-right: 4px; padding: 13px 10px; border: 0; background: transparent; cursor: pointer; }
    .menu-toggle span { display: block; width: 22px; height: 1px; background: var(--forest); transition: .2s; }
    .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
    .main-nav { position: fixed; top: 99px; right: 0; left: 0; display: flex; flex-direction: column; gap: 0; padding: 10px 24px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(19,45,32,.1); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .22s; }
    .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }
    .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
    .main-nav a::after { display: none; }
    .hero { min-height: 720px; }
    .hero-image { object-position: 66% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(239,247,226,.97), rgba(234,244,219,.78) 62%, rgba(226,240,207,.16)); }
    .hero-content { min-height: 720px; padding-top: 30px; }
    .hero h1 { max-width: 520px; font-size: clamp(49px, 14vw, 67px); }
    .hero-copy { max-width: 420px; font-size: 14px; }
    .scroll-hint { display: none; }
    .benefits { padding: 25px 0; }
    .benefits article { justify-content: flex-start; padding: 0 13px; }
    .benefits article:nth-child(odd) { padding-left: 0; }
    .category-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .category-card { min-height: 350px; padding: 23px; }
    .category-card h3 { right: 23px; bottom: 88px; left: 23px; font-size: 24px; }
    .category-card p, .category-card b { right: 23px; left: 23px; }
    .product-visual { height: 295px; }
    .section-top { display: block; }
    .product-tabs { margin-top: 27px; overflow-x: auto; }
    .manifesto-grid, .quality-inner, .newsletter-inner { grid-template-columns: 1fr; }
    .manifesto-media { min-height: 530px; margin-bottom: 55px; }
    .quality-inner { gap: 55px; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .testimonial-grid article.featured { transform: none; }
    .newsletter-inner { gap: 35px; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
    .hero { min-height: 680px; }
    .hero-content { justify-content: flex-end; min-height: 680px; padding-bottom: 55px; }
    .hero-overlay { background: linear-gradient(0deg, rgba(239,247,226,.99) 0%, rgba(236,246,222,.92) 46%, rgba(226,240,207,.08) 85%); }
    .hero-image { object-position: 67% top; }
    .hero h1 { max-width: 100%; font-size: 45px; }
    .hero h1 em { display: block; max-width: 340px; }
    .hero-copy { margin: 21px 0 25px; line-height: 1.55; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
    .hero-proof { display: none; }
    .benefits-grid { grid-template-columns: 1fr; gap: 0; }
    .benefits article { min-height: 73px; padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .benefits article:last-child { border: 0; }
    .section-heading h2 { font-size: 42px; }
    .category-grid, .product-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 380px; }
    .category-art { top: 45px; height: 205px; }
    .product-tabs { padding-bottom: 10px; }
    .product-tabs button { flex: 0 0 auto; }
    .product-visual { height: 355px; }
    .bottle { transform: scale(1.12); transform-origin: bottom; }
    .product-card:hover .bottle { transform: scale(1.12) translateY(-6px) rotate(1deg); }
    .manifesto-media { min-height: 420px; }
    .leaf-photo { right: 24px; }
    .since-seal { width: 100px; height: 100px; bottom: 35px; }
    .manifesto-copy h2, .quality h2 { font-size: 43px; }
    .certifications { grid-template-columns: 1fr; }
    .certifications > div { min-height: 155px; }
    .newsletter-form { grid-template-columns: 1fr; border: 0; }
    .newsletter-form input { border-bottom: 1px solid rgba(255,255,255,.5); }
    .newsletter-form button { width: max-content; min-height: 48px; padding-left: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 10px; }
    .whatsapp span { display: none; }
    .whatsapp { padding: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Complete visual prototype: shared and internal pages */
.brand-image { width: 150px; height: 58px; object-fit: contain; object-position: left center; }
.footer-logo-plate { display: inline-flex; padding: 8px 13px; background: rgba(255,255,255,.94); border-radius: 5px; }
.footer-logo-plate .brand-image { width: 158px; height: 54px; }
.brand-image-light { padding: 8px 12px; background: rgba(255,255,255,.94); border-radius: 4px; }
.internal-header .nav-wrap { min-height: 78px; }
.cart-button.active { background: var(--sage-light); border-radius: 50%; }

.actual-product { align-items: center; padding: 28px; }
.actual-product::after { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.8), transparent 58%); }
.product-photo { position: relative; z-index: 2; width: min(92%, 260px); height: 275px; object-fit: contain; filter: drop-shadow(0 18px 14px rgba(36,54,30,.16)); transition: transform .35s ease; }
.product-card:hover .product-photo { transform: translateY(-7px) scale(1.03); }
.product-bottom .product-add { display: grid; place-items: center; width: 32px; height: 32px; padding: 0; color: white; background: var(--forest); border-radius: 50%; font-size: 19px; font-weight: 300; transition: .2s; }
.product-bottom .product-add:hover { background: var(--leaf); transform: rotate(90deg); }
.product-bottom strong s { margin-right: 4px; color: #8c958e; font-size: 12px; font-weight: 400; }
.product-grid.catalog-grid { row-gap: 62px; }
.catalog-description { min-height: 52px; margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.product-bottom .product-detail-link { width: auto; height: auto; color: var(--forest); background: none; border-radius: 0; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-bottom .product-detail-link:hover { color: var(--leaf); background: none; transform: translateX(3px); }

.inner-hero { position: relative; min-height: 470px; overflow: hidden; color: white; background: linear-gradient(115deg, #245f34, #5a9b3f); }
.inner-hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 75% 20%, rgba(205,232,165,.23), transparent 30%), linear-gradient(90deg, rgba(14,61,29,.25), transparent 60%); }
.inner-hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 470px; }
.inner-hero h1 { max-width: 800px; margin: 0; font-family: var(--serif); font-size: clamp(55px, 7vw, 84px); font-weight: 400; letter-spacing: -.045em; line-height: .92; }
.inner-hero h1 em { color: #d8edb7; font-weight: 400; }
.inner-hero-content > p:last-child { max-width: 520px; margin: 25px 0 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.75; }
.hero-botanical { position: absolute; z-index: 1; top: -20px; right: 4%; width: min(45vw, 570px); height: 110%; opacity: .25; transform: rotate(3deg); }
.hero-botanical svg { width: 100%; height: 100%; fill: rgba(211,238,177,.42); stroke: rgba(234,249,214,.85); stroke-width: 2; }
.about-hero { background: linear-gradient(115deg, #2d743a, #80ac43); }
.about-hero-mark { position: absolute; right: 8%; bottom: -45px; display: grid; place-items: center; width: 370px; height: 370px; padding: 58px; background: rgba(255,255,255,.88); border-radius: 50%; opacity: .94; transform: rotate(-7deg); }
.about-hero-mark img { width: 100%; }

.catalog-section { background: var(--paper); }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 50px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.catalog-toolbar > p { margin: 0; color: var(--muted); font-size: 11px; }
.catalog-toolbar > p strong { color: var(--forest-deep); }
.catalog-controls { display: flex; align-items: center; gap: 5px; }
.filter-pill { padding: 9px 13px; color: var(--muted); border: 1px solid transparent; background: transparent; border-radius: 99px; font-size: 9px; font-weight: 600; cursor: pointer; }
.filter-pill:hover, .filter-pill.active { color: white; background: var(--forest); }
.catalog-controls select { min-height: 38px; margin-left: 12px; padding: 0 28px 0 12px; color: var(--forest-deep); border: 1px solid var(--line); outline: 0; background: white; font-size: 9px; }
.catalog-help { padding: 75px 0; color: white; background: linear-gradient(110deg, #438632, #79aa42); }
.catalog-help .shell, .about-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.catalog-help h2, .about-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(39px, 5vw, 58px); font-weight: 400; line-height: 1; }
.catalog-help p:not(.eyebrow) { margin: 13px 0 0; color: rgba(255,255,255,.7); font-size: 12px; }

.about-intro { background: var(--paper); }
.about-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.about-intro h2 { max-width: 520px; margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 68px); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.about-lead > p { margin: 0 0 21px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.about-lead blockquote { margin: 35px 0 0; padding: 22px 0 0 28px; color: var(--forest); border-top: 1px solid var(--line); border-left: 3px solid var(--leaf); font-family: var(--serif); font-size: 23px; line-height: 1.45; }
.purpose-section { padding: 0 0 116px; background: var(--paper); }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; }
.purpose-card { position: relative; min-height: 610px; padding: 58px 64px; overflow: hidden; }
.mission-card { background: #e4f1d7; }
.vision-card { color: white; background: linear-gradient(140deg, #367839, #57933c); }
.purpose-number { position: absolute; top: 30px; right: 35px; color: rgba(31,86,49,.25); font-family: var(--serif); font-size: 14px; }
.vision-card .purpose-number { color: rgba(255,255,255,.35); }
.purpose-icon { width: 92px; height: 92px; margin-bottom: 72px; }
.purpose-icon svg { width: 100%; height: 100%; fill: none; stroke: var(--forest); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.vision-card .purpose-icon svg { stroke: #dff1c9; }
.purpose-card h2 { max-width: 470px; margin: 0 0 25px; font-family: var(--serif); font-size: clamp(41px, 4vw, 57px); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.purpose-card > p:last-child { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.vision-card .eyebrow, .vision-card > p:last-child { color: rgba(255,255,255,.72); }
.values-section { background: var(--sage-light); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid article { min-height: 245px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid span { color: var(--leaf); font-family: var(--serif); font-size: 12px; }
.values-grid h3 { margin: 60px 0 12px; color: var(--forest-deep); font-family: var(--serif); font-size: 25px; font-weight: 500; }
.values-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.about-cta { padding: 76px 0; color: white; background: #2d7038; }

.product-detail-page { background: var(--paper); }
.breadcrumb { display: flex; align-items: center; gap: 10px; padding-top: 28px; padding-bottom: 25px; color: #8a958d; font-size: 9px; }
.breadcrumb a:hover { color: var(--forest); }
.breadcrumb b { color: var(--forest-deep); font-weight: 600; }
.detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7%; padding-bottom: 100px; }
.detail-product-visual { position: relative; display: grid; place-items: center; min-height: 610px; overflow: hidden; background: #e9f2db; }
.detail-product-visual::before, .detail-product-visual::after { position: absolute; content: ""; border-radius: 50%; }
.detail-product-visual::before { width: 440px; height: 440px; background: rgba(255,255,255,.72); }
.detail-product-visual::after { bottom: 62px; width: 245px; height: 28px; background: rgba(31,64,28,.14); filter: blur(12px); }
.detail-product-visual img { position: relative; z-index: 2; width: min(76%, 430px); height: 490px; object-fit: contain; filter: drop-shadow(0 26px 18px rgba(34,57,26,.18)); }
.detail-organic-badge { position: absolute; z-index: 3; top: 22px; left: 22px; padding: 8px 11px; color: white; background: var(--forest); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.tone-teal { background: #dceee0; }.tone-violet { background: #ebe3ef; }.tone-coral { background: #f2e5dc; }.tone-green { background: #deeed3; }.tone-pink { background: #f1e1eb; }.tone-lime { background: #e8f0cf; }
.detail-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.detail-thumbs button { display: grid; place-items: center; width: 78px; height: 72px; padding: 5px; color: var(--forest); border: 1px solid var(--line); background: white; cursor: pointer; }
.detail-thumbs button.active { border-color: var(--forest); }
.detail-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.detail-thumbs span, .detail-thumbs small { display: block; }
.detail-thumbs span { font-family: var(--serif); font-size: 20px; }
.detail-thumbs small { color: var(--muted); font-size: 7px; }
.detail-info { padding-top: 35px; }
.detail-info h1 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 5vw, 72px); font-weight: 500; letter-spacing: -.045em; line-height: .95; }
.detail-rating { display: flex; align-items: center; gap: 12px; margin-top: 17px; }
.detail-rating span { color: var(--gold); font-size: 11px; letter-spacing: .1em; }
.detail-rating small { color: var(--muted); font-size: 9px; }
.detail-summary { max-width: 570px; margin: 29px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.detail-price { padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--forest-deep); font-family: var(--serif); font-size: 38px; font-weight: 600; }
.detail-price s { margin-right: 9px; color: #9ba39d; font-size: 20px; font-weight: 400; }
.detail-stock { display: flex; align-items: center; gap: 8px; margin: 20px 0; color: var(--forest); font-size: 10px; font-weight: 600; }
.detail-stock i { width: 8px; height: 8px; background: #4daa47; border-radius: 50%; box-shadow: 0 0 0 4px rgba(77,170,71,.14); }
.detail-stock small { margin-left: auto; color: var(--muted); font-size: 8px; font-weight: 400; }
.mock-purchase { display: grid; grid-template-columns: 120px 1fr; gap: 10px; }
.quantity-control { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 52px; border: 1px solid var(--line); background: white; }
.quantity-control button { padding: 0; color: var(--forest); border: 0; background: transparent; cursor: pointer; }
.quantity-control span { display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.mock-note { margin: 9px 0 0; color: #939b95; font-size: 8px; }
.detail-benefits-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 28px; }
.detail-benefits-mini div { padding: 13px; background: var(--sage-light); border: 1px solid var(--line); }
.detail-benefits-mini strong, .detail-benefits-mini small { display: block; }
.detail-benefits-mini strong { color: var(--forest-deep); font-family: var(--serif); font-size: 13px; font-weight: 600; }
.detail-benefits-mini small { margin-top: 4px; color: var(--muted); font-size: 7px; }
.product-switcher { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; margin-top: 28px; color: var(--forest-deep); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.product-switcher select { min-width: 0; height: 40px; padding: 0 11px; color: var(--forest-deep); border: 1px solid var(--line); outline: 0; background: white; font-size: 10px; text-transform: none; }
.product-story { background: var(--sage-light); }
.product-story-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 9%; }
.product-story h2 { margin: 0; font-family: var(--serif); font-size: clamp(45px, 5vw, 65px); font-weight: 500; line-height: 1; }
.story-intro { max-width: 680px; margin: 24px 0 37px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.product-story h3 { margin: 0 0 16px; color: var(--forest-deep); font-family: var(--serif); font-size: 23px; font-weight: 500; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; }
.benefit-list li { display: flex; gap: 10px; padding: 14px; color: var(--muted); border: 1px solid var(--line); background: rgba(255,255,255,.55); font-size: 10px; line-height: 1.5; }
.benefit-list span { display: grid; flex: 0 0 auto; place-items: center; width: 19px; height: 19px; color: white; background: var(--leaf); border-radius: 50%; font-size: 8px; }
.formula-card { padding: 38px; background: white; border-top: 4px solid var(--forest); box-shadow: 0 20px 45px rgba(33,71,34,.08); }
.formula-card > div { padding: 17px 0; border-bottom: 1px solid var(--line); }
.formula-card > div:last-child { border: 0; }
.formula-card span, .formula-card strong { display: block; }
.formula-card span { margin-bottom: 7px; color: var(--leaf); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.formula-card strong { color: var(--muted); font-size: 11px; font-weight: 500; line-height: 1.6; }
.product-disclaimer { padding: 32px 0; color: #7a6b4d; background: #f5edda; }
.product-disclaimer .shell { display: flex; align-items: flex-start; gap: 16px; }
.product-disclaimer .shell > span { display: grid; flex: 0 0 auto; place-items: center; width: 25px; height: 25px; border: 1px solid #ad9870; border-radius: 50%; font-family: var(--serif); }
.product-disclaimer p { margin: 0; font-size: 9px; line-height: 1.7; }
.product-disclaimer strong { display: block; margin-bottom: 3px; color: #5e5139; font-size: 10px; }
.related-products { background: var(--paper); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; }
.related-grid > a > div { display: grid; place-items: center; height: 280px; background: var(--sage-light); }
.related-grid img { width: 85%; height: 240px; object-fit: contain; filter: drop-shadow(0 13px 11px rgba(36,54,30,.15)); transition: .25s; }
.related-grid a:hover img { transform: translateY(-6px); }
.related-grid p { margin: 16px 0 5px; color: var(--leaf); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.related-grid h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.related-grid strong { font-family: var(--serif); font-size: 17px; }

.cart-page { background: var(--paper); }
.cart-heading { padding: 75px 0 58px; text-align: center; background: var(--sage-light); }
.cart-heading .eyebrow { justify-content: center; }
.cart-heading h1 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 6vw, 72px); font-weight: 500; line-height: 1; }
.cart-heading p:last-child { max-width: 540px; margin: 18px auto 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.cart-layout { display: grid; grid-template-columns: 1.45fr .65fr; gap: 6%; padding-top: 80px; padding-bottom: 110px; }
.cart-table-head { display: grid; grid-template-columns: 1fr 120px 90px; padding: 0 0 13px 150px; color: #89928b; border-bottom: 1px solid var(--line); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.cart-table-head span:nth-child(2), .cart-table-head span:nth-child(3) { text-align: center; }
.cart-item { display: grid; grid-template-columns: 130px 1fr 120px 90px; gap: 20px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.cart-product-image { display: grid; place-items: center; height: 130px; background: #e8f0d5; }
.cart-product-green { background: #ddecda; }
.cart-product-image img { width: 94%; height: 115px; object-fit: contain; }
.cart-product-info > p { margin: 0 0 6px; color: var(--leaf); font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cart-product-info h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.cart-product-info > strong { font-family: var(--serif); font-size: 15px; }
.cart-product-info button { display: block; margin-top: 11px; padding: 0; color: #999f9a; border: 0; border-bottom: 1px solid #bbb; background: transparent; font-size: 8px; cursor: pointer; }
.cart-item .quantity-control { width: 108px; min-height: 43px; }
.cart-line-total { text-align: center; font-family: var(--serif); font-size: 18px; }
.cart-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; }
.cart-actions label { display: flex; }
.cart-actions input { width: 175px; height: 42px; padding: 0 12px; border: 1px solid var(--line); outline: 0; background: white; font-size: 9px; }
.cart-actions button { height: 42px; padding: 0 16px; color: white; border: 0; background: var(--forest); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.cart-actions > a { color: var(--forest); font-size: 9px; font-weight: 700; }
.cart-summary { align-self: start; padding: 36px; background: var(--sage-light); border-top: 4px solid var(--forest); }
.cart-summary h2 { margin: 0 0 27px; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.cart-summary > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 10px; }
.cart-summary > div strong { color: var(--forest-deep); font-size: 10px; text-align: right; }
.cart-summary .cart-total { align-items: center; padding: 21px 0; color: var(--forest-deep); font-size: 12px; font-weight: 700; }
.cart-summary .cart-total strong { font-family: var(--serif); font-size: 27px; }
.cart-summary .button { width: 100%; margin-top: 22px; }
.cart-summary .mock-note { text-align: center; }
.cart-summary ul { display: grid; gap: 8px; margin: 24px 0 0; padding: 20px 0 0; color: var(--muted); border-top: 1px solid var(--line); list-style: none; font-size: 9px; }
.cart-reassurance { padding: 38px 0; background: #dcebcf; }
.cart-reassurance .shell { display: flex; align-items: center; justify-content: space-between; }
.cart-reassurance strong, .cart-reassurance span { display: block; }
.cart-reassurance strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.cart-reassurance div > span { margin-top: 4px; color: var(--muted); font-size: 9px; }

@media (max-width: 1024px) {
    .about-hero-mark { right: -50px; opacity: .35; }
    .purpose-card { min-height: 580px; padding: 48px 42px; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .detail-grid { gap: 4%; }
    .detail-product-visual { min-height: 530px; }
    .detail-product-visual img { height: 420px; }
    .detail-benefits-mini { grid-template-columns: 1fr; }
    .cart-layout { grid-template-columns: 1.25fr .75fr; gap: 3%; }
    .cart-item { grid-template-columns: 105px 1fr 100px 75px; gap: 14px; }
    .cart-table-head { padding-left: 119px; grid-template-columns: 1fr 100px 75px; }
}

@media (max-width: 760px) {
    .brand-image { width: 132px; height: 50px; }
    .inner-hero, .inner-hero-content { min-height: 420px; }
    .inner-hero h1 { font-size: 54px; }
    .hero-botanical { right: -80px; width: 440px; opacity: .16; }
    .about-hero-mark { right: -100px; width: 330px; height: 330px; }
    .catalog-toolbar { align-items: flex-start; flex-direction: column; }
    .catalog-controls { width: 100%; overflow-x: auto; padding-bottom: 7px; }
    .catalog-controls > * { flex: 0 0 auto; }
    .catalog-help .shell, .about-cta .shell { align-items: flex-start; flex-direction: column; }
    .about-intro-grid, .purpose-grid, .detail-grid, .product-story-grid, .cart-layout { grid-template-columns: 1fr; }
    .about-intro-grid { gap: 35px; }
    .purpose-card { min-height: auto; padding: 48px 38px 55px; }
    .purpose-icon { margin-bottom: 50px; }
    .detail-grid { gap: 36px; padding-bottom: 75px; }
    .detail-product-visual { min-height: 520px; }
    .detail-info { padding-top: 0; }
    .product-story-grid { gap: 55px; }
    .cart-layout { gap: 45px; }
    .cart-summary { width: min(100%, 500px); }
}

@media (max-width: 520px) {
    .brand-image { width: 126px; }
    .inner-hero, .inner-hero-content { min-height: 385px; }
    .inner-hero h1 { font-size: 45px; }
    .inner-hero h1 em { display: block; }
    .inner-hero-content > p:last-child { max-width: 330px; font-size: 12px; }
    .about-hero-mark { display: none; }
    .catalog-controls select { margin-left: 0; }
    .product-grid.catalog-grid { row-gap: 48px; }
    .actual-product { height: 325px; }
    .actual-product .product-photo { height: 285px; transform: none; }
    .product-card:hover .product-photo { transform: translateY(-5px); }
    .catalog-description { min-height: 0; }
    .about-intro h2 { font-size: 45px; }
    .about-lead > p { font-size: 13px; }
    .about-lead blockquote { font-size: 20px; }
    .purpose-section { padding-bottom: 80px; }
    .purpose-card { padding: 38px 27px 45px; }
    .purpose-card h2 { font-size: 41px; }
    .values-grid { grid-template-columns: 1fr; }
    .values-grid article { min-height: 205px; }
    .values-grid h3 { margin-top: 42px; }
    .detail-product-visual { min-height: 410px; }
    .detail-product-visual::before { width: 310px; height: 310px; }
    .detail-product-visual img { width: 88%; height: 360px; }
    .detail-info h1 { font-size: 48px; }
    .mock-purchase { grid-template-columns: 105px 1fr; }
    .mock-purchase .button { padding: 0 13px; font-size: 9px; }
    .detail-benefits-mini { display: none; }
    .product-switcher { grid-template-columns: 1fr; }
    .benefit-list { grid-template-columns: 1fr; }
    .formula-card { padding: 28px 24px; }
    .related-products .section-top { display: block; }
    .related-products .text-link { margin-top: 22px; }
    .related-grid { grid-template-columns: 1fr; }
    .cart-heading { padding: 58px 0 45px; }
    .cart-item { grid-template-columns: 94px 1fr; gap: 15px; }
    .cart-table-head { display: none; }
    .cart-product-image { grid-row: 1 / 3; height: 120px; }
    .cart-item .quantity-control { grid-column: 2; width: 102px; }
    .cart-line-total { display: none; }
    .cart-actions { align-items: flex-start; flex-direction: column; }
    .cart-actions label { width: 100%; }
    .cart-actions input { flex: 1; min-width: 0; }
    .cart-summary { padding: 29px 24px; }
    .cart-reassurance .shell { align-items: flex-start; flex-direction: column; gap: 17px; }
}
