/*
Theme Name: Virsa Foods Panjeeri
Theme URI: https://virsafoods.pk/
Author: Virsa Foods
Description: A responsive heritage-food WordPress and WooCommerce theme for Virsa Foods Panjeeri.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: virsa-foods-panjeeri
Tags: e-commerce, food-and-drink, custom-logo, custom-menu, featured-images
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --ivory: #f7f0e4;
  --cream: #fffaf1;
  --paper: #fbf5ea;
  --espresso: #2a170f;
  --brown: #4a2b1b;
  --copper: #9a5b2b;
  --saffron: #c9832f;
  --gold: #d8a452;
  --olive: #68704a;
  --ink: #302019;
  --muted: #75665e;
  --line: rgba(93, 58, 35, 0.19);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Baskerville, Georgia, serif;
  --display-serif: "Cormorant Garamond", "Bodoni MT", Didot, "Times New Roman", serif;
  --sans: Manrope, "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--gold); color: var(--espresso); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--espresso); font-family: var(--serif); font-weight: 500; line-height: 1.03; letter-spacing: -0.025em; }
h1 { font-size: clamp(3.6rem, 7vw, 7.4rem); }
h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
h3 { font-size: 1.5rem; }
p { color: var(--muted); }
:focus-visible { outline: 3px solid var(--saffron); outline-offset: 4px; }
.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; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.narrow-shell { width: min(820px, calc(100% - 40px)); }
.section-pad { padding-block: clamp(90px, 10vw, 150px); }
.centered { text-align: center; }
.paper-section { position: relative; background-color: var(--paper); background-image: radial-gradient(rgba(89, 55, 31, 0.045) 0.7px, transparent 0.8px), radial-gradient(circle at 15% 20%, rgba(212, 162, 83, 0.08), transparent 28%); background-position: 0 0, 0 0; background-size: 6px 6px, 100% 100%; }
.eyebrow { display: inline-block; color: var(--copper); font-size: 0.71rem; font-weight: 750; letter-spacing: 0.26em; text-transform: uppercase; }
.gold-text { color: var(--gold); }
.section-heading { max-width: 730px; margin: 0 auto clamp(52px, 7vw, 84px); }
.section-heading h2 { margin: 12px 0 16px; }
.section-heading p { max-width: 580px; margin-inline: auto; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; padding: 14px 26px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 2px; cursor: pointer; font-weight: 700; line-height: 1.1; transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--espresso); color: var(--cream); }
.button-dark:hover { background: var(--brown); }
.button-outline { background: transparent; border-color: rgba(62, 35, 22, 0.55); color: var(--espresso); }
.button-outline:hover { background: rgba(255,255,255,0.55); border-color: var(--espresso); }
.button-gold { background: var(--gold); color: var(--espresso); }
.button-gold:hover { background: #e4b465; }
.text-link { padding: 0; border: 0; background: transparent; color: var(--copper); cursor: pointer; font-weight: 750; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.light-link { color: #f0c879; }
.short-rule { width: 72px; height: 1px; margin: 28px 0; background: var(--saffron); }

.announcement { min-height: 28px; padding: 5px 20px; display: flex; align-items: center; justify-content: center; background: var(--espresso); color: #f2dec0; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.15em; text-align: center; text-transform: uppercase; }
.site-header { position: relative; z-index: 50; background: #fff9ef; }
.header-inner { min-height: 128px; display: grid; grid-template-columns: 170px 1fr 170px; align-items: center; }
.brand { width: 128px; height: 106px; display: flex; align-items: center; }
.brand img { width: 100%; height: 102px; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(24px, 3vw, 48px); }
.desktop-nav a { position: relative; padding: 48px 0 39px; color: #3f2a20; font-size: 0.88rem; font-weight: 600; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 33px; left: 0; height: 1px; content: ""; background: var(--copper); transform: scaleX(0); transition: transform 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.icon-button { position: relative; width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; background: transparent; color: var(--espresso); cursor: pointer; }
.account-placeholder { opacity: 1; }
.draw-icon { position: relative; display: block; width: 20px; height: 20px; }
.draw-search { width: 16px; height: 16px; border: 1.6px solid var(--espresso); border-radius: 50%; }
.draw-search::after { position: absolute; right: -5px; bottom: -4px; width: 7px; height: 1.5px; content: ""; background: var(--espresso); transform: rotate(48deg); transform-origin: left; }
.draw-account::before { position: absolute; top: 1px; left: 7px; width: 6px; height: 7px; border: 1.5px solid var(--espresso); border-radius: 50%; content: ""; }
.draw-account::after { position: absolute; right: 3px; bottom: 0; left: 3px; height: 9px; border: 1.5px solid var(--espresso); border-radius: 10px 10px 2px 2px; content: ""; }
.draw-bag { top: 1px; width: 16px; height: 16px; border: 1.5px solid var(--espresso); border-radius: 1px; }
.draw-bag::before { position: absolute; top: -6px; left: 3px; width: 7px; height: 7px; border: 1.5px solid var(--espresso); border-bottom: 0; border-radius: 8px 8px 0 0; content: ""; }
.cart-count { position: absolute; top: -2px; right: -1px; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; border-radius: 50%; background: #71340e; color: #fff; font-family: var(--sans); font-size: 0.6rem; font-weight: 800; }
.menu-button { width: 42px; height: 42px; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { width: 24px; height: 1px; background: var(--espresso); }
.search-panel { position: absolute; z-index: 51; right: 0; left: 0; padding: 16px 0 20px; border-block: 1px solid var(--line); background: #fff9ef; }
.search-panel label { display: block; margin-bottom: 8px; color: var(--copper); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.search-panel div { display: flex; gap: 8px; }
.search-panel input { min-width: 0; flex: 1; min-height: 52px; padding: 0 16px; border: 1px solid var(--line); background: rgba(255,255,255,0.66); color: var(--espresso); }
.menu-scrim { position: fixed; z-index: 80; inset: 0; visibility: hidden; background: rgba(24, 12, 7, 0.48); opacity: 0; transition: opacity 220ms ease, visibility 220ms ease; }
.menu-scrim.open { visibility: visible; opacity: 1; }
.mobile-drawer { position: fixed; z-index: 90; top: 0; right: 0; bottom: 0; width: min(86vw, 400px); padding: 30px; background: var(--cream); transform: translateX(105%); transition: transform 260ms ease; }
.mobile-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.mobile-drawer nav { display: flex; flex-direction: column; }
.mobile-drawer nav a { padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--espresso); font-family: var(--serif); font-size: 1.7rem; }
.mobile-drawer nav a span { width: 34px; display: inline-block; color: var(--saffron); font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.12em; }
.mobile-drawer > p { margin-top: 30px; font-family: var(--serif); font-style: italic; }

.site-header-home { position: absolute; top: 0; right: 0; left: 0; background: transparent; }
.site-header-home .header-inner { width: min(1360px, calc(100% - 19vw)); min-height: clamp(128px, 11.6vw, 195px); grid-template-columns: clamp(165px, 14vw, 230px) 1fr clamp(145px, 12vw, 190px); transform: translateY(8px); }
.site-header-home .brand { width: clamp(125px, 10.8vw, 182px); height: auto; margin-left: 12px; transform: translateY(23px); }
.site-header-home .brand img { height: auto; max-height: 166px; opacity: 0; }
.site-header-home .desktop-nav { gap: clamp(30px, 4.1vw, 69px); }
.site-header-home .desktop-nav a { padding: 0 0 13px; font-size: clamp(.92rem, 1.05vw, 1.12rem); font-weight: 500; opacity: 0; }
.site-header-home .desktop-nav a:focus-visible { padding-inline: 8px; background: #fff9ef; opacity: 1; }
.site-header-home .desktop-nav a::after { bottom: 0; }
.site-header-home .header-actions { gap: clamp(9px, 1.25vw, 21px); transform: translateX(clamp(28px, 3.7vw, 62px)); }
.site-header-home .icon-button { width: 42px; height: 42px; }
.site-header-home .draw-icon { opacity: 0; transform: scale(1.16); }
.site-header-home .cart-count { opacity: 0; }

.button-copper { background: linear-gradient(110deg, #9c4e0b, #bc711f); color: #fff7e9; }
.button-copper:hover { background: #8f430b; }
.wide-shell { width: min(1420px, calc(100% - 48px)); }
.hero { position: relative; min-height: clamp(760px, 56.28vw, 941px); overflow: hidden; border-top: 0; background: #fff9ef; }
.hero-reference-canvas { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; display: block; object-fit: fill; }
.hero::before { display: none; }
.hero-grid { position: static; width: min(1360px, calc(100% - 19vw)); min-height: clamp(760px, 56.28vw, 941px); display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 0; padding: clamp(82px, 6.3vw, 106px) 0 0; }
.hero-copy { position: relative; z-index: 3; top: 34px; padding: 8px 0 35px; }
.hero-copy h1 { position: relative; top: -12px; max-width: 650px; margin: 0 0 27px; color: #3a180d; font-family: var(--display-serif); font-size: clamp(4rem, 4.95vw, 5.25rem); font-weight: 400; line-height: 1.01; letter-spacing: -.032em; }
.hero-copy h1, .hero-copy .flourish, .hero-copy .product-meta, .hero-copy .button { opacity: 0; }
.hero-copy .button:focus-visible { outline: 3px solid #6f3515; outline-offset: 4px; opacity: 1; }
.hero-lede { display: none; }
.flourish { width: min(445px, 84%); margin: 26px 0 23px; display: flex; align-items: center; gap: 17px; color: #bd8036; }
.flourish span { height: 1px; flex: 1; background: #bd8036; opacity: 0.65; }
.flourish b { font-size: 0.82rem; }
.compact-flourish { width: 230px; margin: 22px auto 0; }
.product-meta { margin-bottom: 27px; color: #311b12; font-size: clamp(1.08rem, 1.45vw, 1.42rem); font-weight: 500; }
.product-meta i { padding: 0 4px; color: #6d2f0d; font-style: normal; }
.hero .button { min-height: clamp(54px, 4vw, 68px); padding-inline: clamp(30px, 3vw, 48px); border-radius: 7px; font-size: clamp(.95rem, 1.15vw, 1.16rem); font-weight: 500; }
.hero .button-row { gap: 16px; }
.hero .button-copper { min-width: 195px; }
.hero .button-outline { min-width: 236px; padding-inline: 28px; }
.hero .button-outline { border-color: #6f3515; background: rgba(255,249,239,.58); }
.hero-art { display: none; background-image: url('assets/images/references/homepage-hero-reference-v3.png'); background-repeat: no-repeat; }
.hero-art::before { position: absolute; top: 0; right: 0; left: 0; height: clamp(128px, 11.6vw, 195px); background: linear-gradient(90deg, #fff9ef 0 55%, rgba(255,249,239,.96) 62%, rgba(255,249,239,.15) 70%, rgba(255,249,239,0) 74%); content: ""; pointer-events: none; }
.hero-art::after { position: absolute; top: clamp(128px, 11.6vw, 195px); left: 0; width: clamp(280px, 24vw, 405px); height: 64%; background: linear-gradient(90deg, #fff9ef 0 62%, rgba(255,249,239,.96) 78%, rgba(255,249,239,0) 100%); -webkit-mask-image: linear-gradient(180deg, #000 0 90%, transparent 100%); mask-image: linear-gradient(180deg, #000 0 90%, transparent 100%); content: ""; pointer-events: none; }
.botanical { position: absolute; width: 300px; height: 390px; border: 1px solid rgba(154,91,43,0.13); border-right: 0; border-radius: 60% 0 0 60%; pointer-events: none; }
.hero-botanical { display: none; }
.botanical::before, .botanical::after { position: absolute; width: 135px; height: 66px; border: 1px solid rgba(154,91,43,0.13); border-radius: 100% 0 100% 0; content: ""; transform: rotate(24deg); }
.botanical::before { top: 80px; right: -10px; }
.botanical::after { right: 48px; bottom: 65px; transform: rotate(70deg); }

.trust-strip { overflow: hidden; background: #f5e7d3; border-block: 1px solid rgba(127,77,39,0.12); }
.trust-strip-reference { width: 100%; height: 93px; display: block; object-fit: cover; object-position: center; }
.trust-strip .trust-grid-responsive { display: none; }
.trust-grid { min-height: 92px; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 19px; }
.trust-grid > div + div { border-left: 1px solid rgba(87,53,31,0.23); }
.trust-icon { width: 50px; color: #6c360f; font-family: var(--serif); font-size: 2.65rem; line-height: 1; text-align: center; }
.trust-leaf { transform: rotate(-28deg); }
.trust-grid p { margin: 0; color: var(--espresso); font-size: 1.05rem; }

.editorial-reference-desktop { width: 100%; overflow: hidden; background: #fbf7ef; }
.editorial-reference-desktop img { width: 100%; height: auto; }
.editorial-reference-mobile { display: none !important; }

.ingredients-section { overflow: hidden; padding: 0; }
.ingredient-reference-visual { width: 100%; aspect-ratio: 430 / 177; background-image: url('assets/images/references/homepage-story-reference.png'); background-repeat: no-repeat; background-size: 100% auto; background-position: center top; }
.ingredients-mobile-content { display: none; }
.botanical-right { right: -235px; bottom: 30px; transform: rotate(180deg); }
.reference-heading { margin-bottom: 40px; }
.reference-heading .eyebrow { display: inline-flex; align-items: center; gap: 12px; color: #503629; font-size: 0.62rem; }
.reference-heading .eyebrow i { width: 34px; height: 1px; background: #be8546; }
.reference-heading h2 { margin-top: 10px; font-size: clamp(2.35rem, 3.8vw, 3.45rem); }
.ingredient-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 45px 24px; }
.ingredient-row { grid-template-columns: repeat(7, 1fr); gap: 18px; }
.ingredient-card { text-align: center; }
.ingredient-bowl { position: relative; width: min(100%, 146px); aspect-ratio: 1; margin: 0 auto 15px; display: grid; place-items: center; border: 8px solid #94633a; border-radius: 50%; background: radial-gradient(circle at 48% 45%, #d9b57b, #a87545 78%); box-shadow: inset 0 0 0 3px #d9b27b, inset 0 12px 22px rgba(65,34,15,0.26), 0 8px 17px rgba(73,41,21,0.14); }
.ingredient-bowl::after { position: absolute; inset: 4px; border: 1px solid rgba(255,239,206,0.5); border-radius: 50%; content: ""; }
.ingredient-pieces { position: relative; z-index: 1; width: 75%; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; justify-items: center; gap: 3px; transform: rotate(-7deg); }
.ingredient-pieces i { width: 17px; height: 29px; display: block; border: 1px solid rgba(73,38,14,0.42); border-radius: 70% 28% 70% 28%; background: linear-gradient(90deg, #b66f33, #e0aa63 52%, #985125); box-shadow: inset 1px 1px rgba(255,255,255,0.35); transform: rotate(22deg); }
.ingredient-pieces i:nth-child(2n) { transform: rotate(-28deg) scale(.9); }
.ingredient-pieces i:nth-child(3n) { transform: rotate(65deg) scale(.82); }
.pista .ingredient-pieces i { height: 25px; border: 3px solid #d5b47d; border-radius: 80% 32%; background: #788b47; }
.walnut .ingredient-pieces { grid-template-columns: repeat(3, 1fr); }
.walnut .ingredient-pieces i { width: 25px; height: 24px; border-radius: 56% 44% 58% 42%; background: radial-gradient(circle at 35% 35%, #c18b55, #7d4827); }
.raisin .ingredient-pieces i { width: 18px; height: 21px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #b68b4d, #795125); }
.semolina .ingredient-pieces { grid-template-columns: repeat(6, 1fr); gap: 2px; }
.semolina .ingredient-pieces i { width: 8px; height: 8px; border: 0; border-radius: 50%; background: #ead6a0; }
.makhana .ingredient-pieces i { width: 20px; height: 20px; border-radius: 46%; background: radial-gradient(circle at 38% 35%, #fff9df, #d4c69f); }
.elaichi .ingredient-pieces i { width: 13px; height: 23px; border-radius: 70% 28%; background: linear-gradient(90deg, #536d36, #9aaf5d, #4d642e); }
.ingredient-card h3, .ingredient-card h2 { margin: 0; font-size: 1.02rem; letter-spacing: 0; }
.ingredient-card p { max-width: 210px; margin: 0 auto; font-size: 0.82rem; }
.ingredient-flourish { display: block; margin-top: 6px; color: #be8546; font-family: var(--serif); font-size: 0.58rem; }
.center-action { margin-top: 38px; text-align: center; }

.story-split { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; }
.story-image { position: relative; min-height: 650px; overflow: hidden; background: #caa77c; }
.story-reference-crop { background-image: url('assets/images/references/homepage-story-reference.png'); background-repeat: no-repeat; background-size: 184% auto; background-position: left 31.6%; }
.story-copy { position: relative; min-height: 650px; overflow: hidden; padding: clamp(64px, 8.5vw, 145px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.story-copy h2 { margin: 14px 0 10px; font-size: clamp(3rem, 4.7vw, 4.6rem); }
.story-copy p { position: relative; z-index: 1; max-width: 390px; margin-bottom: 11px; color: #5e5049; font-family: var(--serif); font-size: 1rem; line-height: 1.55; }
.story-flourish { margin: 10px 0 22px; display: flex; align-items: center; gap: 12px; color: #b9782e; }
.story-flourish span { width: 95px; height: 1px; background: #c38e50; }
.story-botanical { right: -180px; bottom: -30px; transform: rotate(190deg); }

.process-section { border-top: 1px solid var(--line); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(40px, 7vw, 100px); }
.process-grid::before { position: absolute; z-index: 0; top: 66px; right: 20%; left: 20%; border-top: 1px dashed rgba(133,83,46,0.42); content: ""; }
.process-grid article { position: relative; z-index: 1; text-align: center; }
.process-icon { width: 132px; height: 132px; margin: 0 auto -3px; display: grid; place-items: center; border-radius: 50%; background-color: var(--paper); background-image: url('assets/images/references/homepage-story-reference.png'); background-repeat: no-repeat; background-size: 1018px auto; box-shadow: 0 0 0 10px var(--paper); color: transparent; font-size: 0; }
.process-grid article:nth-child(1) .process-icon { background-position: -132px -1269px; }
.process-grid article:nth-child(2) .process-icon { background-position: -441px -1269px; }
.process-grid article:nth-child(3) .process-icon { background-position: -719px -1269px; }
.process-badge { width: 28px; height: 28px; margin: -1px auto 16px; display: grid; place-items: center; border-radius: 50%; background: #7a3c10; color: #fff2dd; font-family: var(--serif); font-size: 0.88rem; }
.process-grid h3 { margin-bottom: 10px; font-size: 1.35rem; }
.process-grid p { max-width: 270px; margin-inline: auto; color: #5d5049; font-family: var(--serif); font-size: 0.9rem; }

.gift-section { padding-block: 28px 68px; overflow: hidden; }
.gift-card { min-height: 450px; display: grid; grid-template-columns: 0.88fr 1.12fr; overflow: hidden; border: 1px solid rgba(112,72,42,0.19); border-radius: 17px; background: #f5e8d5; }
.gift-copy { padding: clamp(42px, 5vw, 74px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.gift-copy h2 { margin: 12px 0 4px; font-size: clamp(2.7rem, 4.3vw, 4.2rem); }
.gift-visual { min-height: 450px; overflow: hidden; }
.gift-visual { background-image: url('assets/images/references/homepage-story-reference.png'); background-repeat: no-repeat; background-size: 169.5% auto; background-position: 93.2% 91%; }
.gift-points { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.gift-points li { display: flex; align-items: flex-start; gap: 14px; }
.gift-points li > span { width: 32px; flex: 0 0 auto; color: #7d3c12; font-family: var(--serif); font-size: 1.8rem; text-align: center; }
.gift-points strong, .gift-points small { display: block; }
.gift-points strong { color: var(--espresso); font-family: var(--serif); font-size: 1rem; font-weight: 500; }
.gift-points small { color: #6f6057; font-size: 0.72rem; }
.heritage-signoff { margin: 45px auto 0; display: flex; align-items: center; justify-content: center; gap: 18px; color: #582f1c; font-family: var(--serif); font-size: 1.35rem; }
.heritage-signoff span { width: 120px; height: 1px; background: #c28b50; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.testimonial-grid article { padding: 40px; border: 1px solid var(--line); background: var(--cream); }

.purchase-section { position: relative; overflow: hidden; background: #29170e; color: var(--cream); }
.purchase-section::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(230,190,123,0.08) .7px, transparent .8px), radial-gradient(circle at 14% 52%, rgba(170,102,38,0.2), transparent 30%); background-size: 7px 7px, 100% 100%; content: ""; }
.purchase-grid { position: relative; min-height: 555px; display: grid; grid-template-columns: 1.12fr 0.88fr; align-items: stretch; gap: 60px; }
.purchase-visual { position: relative; min-width: 0; overflow: hidden; }
.purchase-reference-crop img { position: absolute; top: 0; left: 0; width: 173%; max-width: none; height: auto; }
.purchase-copy { padding: 62px 0 44px; align-self: center; }
.purchase-copy h2 { margin: 0 0 16px; color: #fff2dc; font-size: clamp(3.2rem, 4.9vw, 4.7rem); }
.purchase-flourish { width: 180px; margin-bottom: 14px; display: flex; align-items: center; gap: 12px; color: #d8a452; }
.purchase-flourish span { height: 1px; flex: 1; background: #b87c35; }
.purchase-size { display: block; color: #f0ddbf; font-family: var(--serif); font-size: 1.2rem; }
.purchase-price { display: block; margin: 5px 0 20px; color: #f1c77f; font-family: var(--serif); font-size: 2.6rem; font-weight: 500; }
.add-panel { display: grid; grid-template-columns: 145px minmax(210px, 1fr); gap: 14px; margin-top: 18px; }
.quantity-control { min-width: 136px; height: 56px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(240,207,151,0.45); border-radius: 7px; }
.quantity-control button { border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 1.25rem; }
.quantity-control span { display: grid; place-items: center; border-inline: 1px solid rgba(240,207,151,0.25); }
.add-button { min-height: 56px; border-radius: 7px; font-family: var(--serif); font-size: 1.1rem; font-weight: 500; }
.add-button:disabled { cursor: wait; opacity: .82; }
.add-panel .text-link { grid-column: 1 / -1; justify-self: end; }
.purchase-trust { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(231,191,121,0.22); color: #dbc9b0; font-family: var(--serif); font-size: 0.73rem; }
.purchase-trust span { padding: 18px 10px 0; display: grid; justify-items: center; gap: 6px; text-align: center; }
.purchase-trust span + span { border-left: 1px solid rgba(231,191,121,0.26); }
.purchase-trust b { color: #e1b568; font-size: 1.55rem; font-weight: 400; }

.faq-section { position: relative; overflow: hidden; }
.faq-botanical { bottom: -175px; left: -175px; transform: rotate(16deg); }
.faq-list { display: grid; gap: 7px; }
.faq-list details { border: 1px solid rgba(116,73,41,0.2); border-radius: 9px; background: rgba(255,255,255,0.2); }
.faq-list summary { min-height: 64px; padding: 15px 23px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--espresso); cursor: pointer; font-family: var(--serif); font-size: 1.12rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-plus { color: var(--copper); font-family: var(--sans); font-size: 1.25rem; transition: transform 180ms ease; }
.faq-list details[open] .faq-plus { transform: rotate(45deg); }
.faq-list details div { padding: 0 48px 17px 23px; }
.faq-list details p { margin: 0; font-size: 0.85rem; }
.faq-contact { margin-top: 70px; text-align: center; }

.connect-section { padding-block: 45px; background: #f4e4ce; border-top: 1px solid rgba(123,77,43,0.16); }
.connect-grid { display: grid; grid-template-columns: 1fr 1.08fr 1fr; align-items: center; gap: 38px; }
.connect-grid > div { display: flex; align-items: center; gap: 17px; }
.connect-icon { width: 57px; height: 57px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper); font-family: var(--serif); font-size: 1.4rem; }
.whatsapp-green { border-color: #66a465; color: #328f50; }
.connect-grid h2 { margin: 0 0 5px; font-size: 1.5rem; }
.connect-grid p { margin: 0; color: #68564b; font-family: var(--serif); font-size: 0.75rem; line-height: 1.35; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; }
.newsletter-form input { min-width: 0; min-height: 48px; padding: 0 14px; border: 1px solid rgba(91,54,30,0.28); border-right: 0; border-radius: 7px 0 0 7px; background: rgba(255,255,255,0.55); }
.newsletter-form .button { min-height: 48px; border-radius: 0 7px 7px 0; font-family: var(--serif); font-weight: 500; }
.newsletter-form p { grid-column: 1 / -1; margin: 8px 0 0; font-size: 0.72rem; }

.site-footer { position: relative; overflow: hidden; padding-top: 60px; background: #21120c; color: #dbc3a1; }
.footer-botanical { right: -180px; bottom: -115px; border-color: rgba(216,164,82,0.18); transform: rotate(190deg); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 44px; padding-bottom: 42px; }
.footer-brand img { width: 145px; height: 118px; margin-bottom: 9px; object-fit: contain; filter: saturate(0.92); }
.footer-brand p { color: #c9ad86; font-family: var(--serif); font-size: 1rem; }
.footer-socials { display: flex; gap: 12px; margin-top: 17px; }
.footer-socials span { width: 32px; height: 32px; display: grid !important; place-items: center; margin: 0 !important; border: 1px solid #96764d; border-radius: 50%; color: #e0c79f !important; font-family: var(--serif); font-size: 0.9rem !important; }
.footer-grid h3 { margin-bottom: 18px; color: #f1dcb9; font-size: 1.08rem; }
.footer-grid a, .footer-grid > div > span { display: block; margin: 8px 0; color: #bfa98d; font-family: var(--serif); font-size: 0.78rem; }
.footer-grid a:hover { color: #f3d08e; }
.footer-divider { display: flex; align-items: center; gap: 12px; color: #bd8644; }
.footer-divider span { height: 1px; flex: 1; background: rgba(220,177,104,0.34); }
.footer-divider b { font-size: .72rem; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #a88d70; font-size: 0.68rem; }
.footer-bottom div { display: flex; gap: 24px; }
.whatsapp-float { position: fixed; z-index: 60; right: 22px; bottom: 22px; min-height: 48px; padding: 10px 16px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,0.35); border-radius: 28px; background: #516842; color: #fff; box-shadow: 0 10px 30px rgba(30,38,21,0.24); cursor: pointer; font-size: 0.78rem; font-weight: 750; }
.whatsapp-float span:first-child { font-size: 1.4rem; }
.floating-notice { position: fixed; z-index: 61; right: 22px; bottom: 82px; max-width: 310px; padding: 12px 15px; background: var(--espresso); color: var(--cream); box-shadow: 0 12px 30px rgba(42,23,15,0.2); font-size: 0.76rem; }

/* Product */
.product-page-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: start; gap: clamp(50px, 8vw, 120px); }
.product-gallery { position: sticky; top: 130px; }
.gallery-main { position: relative; overflow: hidden; background: #e7d4b9; }
.gallery-main img { width: 100%; height: min(69vw, 680px); object-fit: cover; object-position: center; }
.gallery-main > span { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; background: rgba(42,23,15,0.78); color: #f0dcc0; font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; }
.gallery-thumbs { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.gallery-thumbs button { padding: 0; overflow: hidden; border: 1px solid transparent; background: transparent; color: var(--muted); cursor: pointer; text-align: left; }
.gallery-thumbs button.selected { border-color: var(--copper); }
.gallery-thumbs img { width: 100%; height: 118px; object-fit: cover; }
.gallery-thumbs span { padding: 6px 8px; display: block; font-size: 0.66rem; text-align: center; }
.product-info { padding-top: 30px; }
.product-info h1 { margin: 14px 0 12px; font-size: clamp(4rem, 7vw, 6rem); }
.product-rating-placeholder { color: var(--olive); font-size: 0.73rem; }
.product-rating-placeholder span { padding: 0 6px; color: var(--saffron); }
.product-price { margin: 28px 0 20px; color: var(--espresso); font-family: var(--serif); font-size: 2.3rem; }
.product-info > p { max-width: 590px; font-size: 1.02rem; }
.product-size { margin: 24px 0 4px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; border-block: 1px solid var(--line); }
.product-size span { color: var(--muted); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; }
.product-size strong { color: var(--espresso); }
.product-info .add-panel { color: var(--espresso); }
.product-info .quantity-control { border-color: var(--line); }
.product-assurances { margin: 25px 0 35px; display: flex; flex-wrap: wrap; gap: 12px 20px; color: var(--muted); font-size: 0.7rem; }
.product-assurances span::before { margin-right: 7px; color: var(--olive); content: "◆"; font-size: 0.5rem; }
.product-detail { border-top: 1px solid var(--line); }
.product-detail:last-child { border-bottom: 1px solid var(--line); }
.product-detail summary { padding: 18px 0; color: var(--espresso); cursor: pointer; font-weight: 750; }
.product-detail p { font-size: 0.86rem; }
.product-detail small { display: block; margin: -4px 0 18px; color: var(--copper); }
.heritage-band { padding-block: 110px; background: var(--espresso); text-align: center; }
.heritage-band h2 { margin: 16px 0 24px; color: var(--cream); }
.heritage-band p { max-width: 650px; margin: 0 auto 30px; color: #ccb9aa; }
.mobile-sticky-cart { display: none; }

/* Inner pages */
.inner-hero { overflow: hidden; }
.inner-hero-grid { min-height: 680px; display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 80px; padding-block: 70px; }
.inner-hero h1 { margin: 15px 0 24px; font-size: clamp(4.4rem, 7vw, 7rem); }
.inner-hero p { max-width: 540px; font-size: 1.1rem; }
.inner-hero img { width: 100%; height: 580px; object-fit: cover; border-radius: 48% 48% 2px 2px / 17% 17% 2px 2px; }
.story-editorial { display: grid; grid-template-columns: 120px 1fr; gap: 50px; }
.story-editorial > div { max-width: 850px; }
.story-editorial h2 { margin: 15px 0 28px; }
.story-editorial p { font-size: 1.02rem; }
.editorial-number { color: var(--gold); font-family: var(--serif); font-size: 4rem; }
.story-photo-band { min-height: 690px; display: grid; grid-template-columns: 1.15fr 0.85fr; background: var(--espresso); }
.story-photo-band img { width: 100%; height: 690px; object-fit: cover; }
.story-photo-band > div { padding: clamp(60px, 9vw, 130px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.story-photo-band h2 { margin: 14px 0 24px; color: var(--cream); }
.story-photo-band p { color: #cdbbac; }
.story-photo-band .button { margin-top: 18px; }
.simple-hero { padding: clamp(95px, 12vw, 160px) 0 75px; }
.simple-hero h1 { margin: 15px 0 22px; font-size: clamp(4rem, 8vw, 7rem); }
.simple-hero p { max-width: 650px; margin-inline: auto; }
.ingredient-grid.large .ingredient-card h2 { font-size: 1.6rem; }
.label-list-section { padding-block: 110px; background: var(--espresso); }
.label-list-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 90px; }
.label-list-grid h2 { margin: 15px 0 20px; color: var(--cream); }
.label-list-grid p { color: #cdbbae; }
.label-list-grid ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 30px; list-style: none; }
.label-list-grid li { color: #ead8bd; font-family: var(--serif); font-size: 1.08rem; }
.label-list-grid li span { margin-right: 10px; color: var(--gold); font-size: 0.5rem; }
.ornament-card { padding: clamp(45px, 7vw, 80px); border: 1px solid var(--line); background: rgba(255,255,255,0.36); }
.allergen-note { text-align: center; }
.allergen-note h2 { margin: 15px 0 20px; }
.allergen-note p { max-width: 650px; margin: 0 auto 30px; }
.contact-page { min-height: 760px; }
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(60px, 9vw, 130px); }
.contact-copy h1 { margin: 15px 0 28px; font-size: clamp(4rem, 7vw, 6.5rem); }
.contact-details { margin-top: 45px; border-top: 1px solid var(--line); }
.contact-details div { padding: 16px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.contact-details span { color: var(--copper); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; }
.contact-details strong { color: var(--muted); font-size: 0.78rem; font-weight: 600; }
.contact-form { padding: clamp(30px, 5vw, 60px); border: 1px solid var(--line); background: rgba(255,255,255,0.4); }
.contact-form label, .order-summary label { display: flex; flex-direction: column; gap: 7px; color: var(--espresso); font-size: 0.72rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form select, .contact-form textarea, .order-summary input { width: 100%; min-height: 50px; margin-bottom: 18px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 0; background: var(--cream); color: var(--espresso); text-transform: none; }
.contact-form textarea { resize: vertical; }
.form-notice { margin: 14px 0 0; color: var(--copper); font-size: 0.78rem; }
.legal-page { padding-block: 130px; }
.legal-page h1 { margin: 14px 0 20px; }
.legal-page h2 { margin-top: 50px; font-size: 2rem; }
.legal-status { padding: 18px; border-left: 3px solid var(--saffron); background: rgba(202,131,47,0.08); color: var(--copper); }

/* Cart */
.cart-checkout-page {
  min-height: 100vh;
  padding: 32px 0 58px;
  background-color: #fbf6ed;
  background-image:
    radial-gradient(circle at 8% 8%, rgba(206, 149, 73, 0.08), transparent 24%),
    radial-gradient(circle at 91% 34%, rgba(118, 78, 46, 0.045), transparent 28%),
    radial-gradient(rgba(71, 41, 23, 0.035) 0.65px, transparent 0.75px);
  background-size: auto, auto, 6px 6px;
}
.cart-checkout-shell { width: min(1380px, calc(100% - 64px)); margin-inline: auto; }
.cart-checkout-header { min-height: 90px; display: grid; grid-template-columns: 280px 1fr 280px; align-items: start; }
.cart-wordmark { justify-self: start; padding-top: 9px; color: #3a2116; font-family: var(--serif); font-size: 1.25rem; font-weight: 600; letter-spacing: 0.34em; line-height: 1; }
.checkout-steps { width: min(100%, 360px); margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); justify-self: center; list-style: none; }
.checkout-steps li { position: relative; display: grid; justify-items: center; gap: 5px; color: #7b6c62; }
.checkout-steps li:not(:last-child)::after { position: absolute; top: 16px; left: calc(50% + 24px); width: calc(100% - 48px); height: 1px; content: ""; background: #c7b59e; }
.checkout-steps span { position: relative; z-index: 1; width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid #cfbea8; border-radius: 50%; background: #fbf6ed; color: #705c4d; font-family: var(--serif); font-size: 1rem; }
.checkout-steps small { font-size: 0.76rem; }
.checkout-steps .active { color: #4a2b1b; }
.checkout-steps .active span { border-color: #9c5c21; background: linear-gradient(145deg, #c27d2e, #8c4a13); color: #fff7e9; box-shadow: 0 3px 10px rgba(93, 47, 15, 0.2); }
.checkout-steps .complete { color: #4a2b1b; }
.checkout-steps .complete span { border-color: #98602d; color: #744419; font-size: 0.85rem; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(440px, 0.88fr); align-items: start; gap: clamp(44px, 6vw, 88px); }
.cart-title-row { min-height: 145px; margin-bottom: 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; }
.cart-title-row h1 { margin: 0 0 6px; font-size: clamp(3.7rem, 5.2vw, 5.25rem); font-weight: 400; }
.cart-title-row p { margin: 0; color: #91765f; font-size: 1rem; }
.cart-clear { margin-bottom: 11px; padding: 3px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #a65d20; cursor: pointer; font-size: 0.84rem; font-weight: 700; }
.cart-item-card { overflow: hidden; display: grid; grid-template-columns: minmax(220px, 0.9fr) minmax(230px, 1.1fr); border: 1px solid rgba(114, 76, 48, 0.23); border-radius: 9px; background: rgba(255, 252, 246, 0.52); box-shadow: 0 12px 30px rgba(76, 46, 27, 0.035); }
.cart-item-card > img { width: calc(100% - 38px); height: 258px; margin: 24px 19px 20px 22px; border-radius: 6px; object-fit: cover; object-position: center; }
.cart-product-copy { padding: 35px 28px 20px 12px; }
.cart-product-copy h2 { margin: 0 0 4px; font-size: 2.35rem; font-weight: 400; }
.cart-product-copy > p { margin: 0 0 7px; color: #76695f; font-size: 1.08rem; }
.cart-product-copy > strong { display: block; color: #a25c20; font-size: 1.32rem; }
.cart-quantity { width: 190px; height: 58px; margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(114, 76, 48, 0.24); border-radius: 7px; }
.cart-quantity button, .cart-quantity span { display: grid; place-items: center; border: 0; background: transparent; color: #3b251b; font-size: 1.2rem; }
.cart-quantity button { cursor: pointer; }
.cart-quantity button:hover { background: rgba(178, 111, 42, 0.08); }
.cart-quantity span { border-inline: 1px solid rgba(114, 76, 48, 0.14); }
.cart-card-actions { grid-column: 1 / -1; min-height: 72px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; border-top: 1px solid rgba(114, 76, 48, 0.18); }
.cart-card-actions a, .cart-card-actions button { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 0; background: transparent; color: #9c571c; cursor: pointer; font-weight: 700; }
.cart-card-actions button { border-left: 1px solid rgba(114, 76, 48, 0.18); }
.cart-card-actions span { color: #372218; font-size: 1.4rem; line-height: 1; }
.cart-offer-card { min-height: 86px; margin-top: 26px; padding: 14px 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; border: 1px solid rgba(186, 117, 44, 0.35); border-radius: 6px; background: rgba(255, 252, 246, 0.42); }
.offer-icon { width: 40px; height: 40px; display: grid; place-items: center; border: 2px solid #bb873d; border-radius: 50%; color: #a86a27; font-size: 1.2rem; }
.cart-offer-card small, .cart-offer-card strong { display: block; }
.cart-offer-card small { margin-bottom: 2px; color: #7e6c5e; font-size: 0.62rem; letter-spacing: 0.12em; }
.cart-offer-card strong { color: #3a2419; font-family: var(--serif); font-size: 1.22rem; font-weight: 500; line-height: 1.2; }
.cart-offer-card button { min-height: 47px; padding: 0 18px; border: 1px solid #b66e23; border-radius: 4px; background: transparent; color: #9c571c; cursor: pointer; font-weight: 700; }
.cart-assurances { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); }
.cart-assurances > div { min-width: 0; padding: 0 20px; display: flex; align-items: flex-start; gap: 13px; }
.cart-assurances > div:first-child { padding-left: 0; }
.cart-assurances > div + div { border-left: 1px solid rgba(114, 76, 48, 0.18); }
.cart-assurances > div > span { width: 45px; height: 45px; flex: 0 0 45px; display: grid; place-items: center; border: 1px solid #c69b65; border-radius: 50%; color: #8c541c; font-family: var(--serif); font-size: 1.25rem; }
.cart-assurances p { margin: 2px 0 0; }
.cart-assurances strong, .cart-assurances small { display: block; }
.cart-assurances strong { margin-bottom: 3px; color: #362219; font-family: var(--serif); font-size: 0.94rem; font-weight: 600; line-height: 1.25; }
.cart-assurances small { color: #81736a; font-size: 0.68rem; line-height: 1.45; }
.checkout-panel { position: sticky; top: 24px; padding: clamp(29px, 3vw, 42px); border: 1px solid rgba(255, 231, 193, 0.13); border-radius: 9px; background-color: #251a15; background-image: radial-gradient(circle at 90% 10%, rgba(162, 93, 42, 0.15), transparent 34%), radial-gradient(rgba(255, 240, 214, 0.025) 0.7px, transparent 0.8px); background-size: auto, 5px 5px; color: #f8ead5; box-shadow: 0 18px 48px rgba(41, 23, 14, 0.15); }
.checkout-panel h2 { margin: 0 0 17px; color: #fff6e8; font-size: clamp(3.4rem, 4.3vw, 4.75rem); font-weight: 400; }
.checkout-totals > .summary-line, .checkout-totals > .summary-total { padding: 8px 0; display: flex; justify-content: space-between; gap: 22px; color: #f0e1cd; font-size: 0.92rem; }
.checkout-totals > .summary-line span:last-child { max-width: 60%; color: #d3c2af; text-align: right; }
.checkout-totals > .summary-total { margin: 9px 0 22px; padding: 16px 0; border-top: 1px solid rgba(233, 193, 126, 0.18); color: #fff4e4; }
.checkout-totals > .summary-total strong { color: #e8a83f; text-align: right; }
.checkout-panel form h3, .payment-methods legend { margin: 0 0 10px; color: #e4a846; font-family: var(--serif); font-size: 1.12rem; font-weight: 600; letter-spacing: 0; }
.checkout-panel label { margin: 0; display: flex; flex-direction: column; gap: 5px; color: #fff4e4; font-size: 0.72rem; font-weight: 700; letter-spacing: 0; text-transform: none; }
.checkout-panel label em { color: #c7b29e; font-size: 0.68rem; font-style: normal; font-weight: 400; }
.checkout-panel input:not([type="radio"]), .checkout-panel textarea { width: 100%; min-height: 46px; margin: 0 0 13px; padding: 10px 12px; resize: vertical; border: 1px solid rgba(218, 167, 88, 0.34); border-radius: 5px; outline: 0; background: rgba(16, 11, 9, 0.16); color: #fff7ea; font-size: 0.78rem; font-weight: 400; }
.checkout-panel textarea { min-height: 58px; }
.checkout-panel input::placeholder, .checkout-panel textarea::placeholder { color: #ae9c8d; opacity: 1; }
.checkout-panel input:focus, .checkout-panel textarea:focus { border-color: #e1a13a; box-shadow: 0 0 0 2px rgba(225, 161, 58, 0.12); }
.checkout-field-row { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 16px; }
.payment-methods { margin: 4px 0 16px; padding: 0; border: 0; }
.payment-methods legend { width: 100%; padding: 0; }
.payment-methods { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.payment-methods legend { grid-column: 1 / -1; }
.payment-methods > label { position: relative; min-height: 74px; padding: 12px 11px 11px 42px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 9px; border: 1px solid rgba(218, 167, 88, 0.34); border-radius: 5px; cursor: pointer; }
.payment-methods > label.selected { border-color: #dda037; background: rgba(222, 160, 55, 0.06); }
.payment-methods input[type="radio"] { position: absolute; top: 25px; left: 11px; width: 18px; height: 18px; margin: 0; accent-color: #e1a13a; }
.payment-methods > label > span { color: #f1d7af; font-size: 1.35rem; }
.payment-methods strong { color: #fff7ea; font-size: 0.75rem; line-height: 1.25; }
.payment-methods strong small { margin: 4px 0 0; display: block; color: #bca997; font-size: 0.64rem; font-weight: 400; }
.checkout-submit { width: 100%; min-height: 52px; margin-top: 3px; border-radius: 4px; background: linear-gradient(105deg, #f0b847, #d8962f, #f0b847); font-size: 0.92rem; }
.checkout-whatsapp { width: 100%; min-height: 50px; margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid #d6952d; border-radius: 4px; background: transparent; color: #e8aa43; cursor: pointer; font-size: 0.84rem; font-weight: 700; }
.checkout-whatsapp span { font-size: 1.25rem; }
.checkout-notice { margin: 13px 0 0; padding: 10px 12px; border-left: 2px solid #d99b36; background: rgba(217, 155, 54, 0.08); color: #e7cfae; font-size: 0.71rem; line-height: 1.5; }
.checkout-footnote { margin-top: 15px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #c7b29e; font-size: 0.67rem; text-align: center; }
.checkout-footnote span { color: #e2a43d; font-size: 1rem; }
.checkout-step-layout { grid-template-columns: minmax(0, 1.3fr) minmax(410px, 0.82fr); gap: clamp(34px, 4vw, 58px); }
.step-page-title { min-height: 120px; display: flex; flex-direction: column; justify-content: flex-end; }
.step-page-title h1 { margin: 0 0 7px; font-size: clamp(3.7rem, 5vw, 5rem); font-weight: 400; }
.step-page-title p { margin: 0 0 22px; color: #76665a; font-size: 1.05rem; }
.delivery-form-card { padding: 24px 22px 18px; border: 1px solid rgba(114, 76, 48, 0.23); border-radius: 8px; background: rgba(255, 252, 246, 0.35); }
.delivery-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 34px; }
.delivery-form label { display: flex; flex-direction: column; gap: 6px; color: #36251d; font-size: 0.79rem; font-weight: 750; }
.delivery-form label em { color: #75665e; font-style: normal; font-weight: 500; }
.delivery-form input:not([type="radio"]):not([type="checkbox"]), .delivery-form select, .delivery-form textarea { width: 100%; min-height: 51px; margin: 0; padding: 11px 13px; resize: vertical; border: 1px solid rgba(114, 76, 48, 0.25); border-radius: 6px; background: rgba(255,255,255,0.18); color: #36251d; outline: 0; }
.delivery-form textarea { min-height: 94px; }
.delivery-form input:focus, .delivery-form select:focus, .delivery-form textarea:focus { border-color: #b8742c; box-shadow: 0 0 0 2px rgba(184, 116, 44, 0.09); }
.save-details-check, .policy-check { margin-top: 21px; flex-direction: row !important; align-items: center; gap: 11px !important; cursor: pointer; }
.save-details-check input, .policy-check input { width: 24px; height: 24px; flex: 0 0 24px; margin: 0; accent-color: #a96020; }
.delivery-payment { margin: 15px 0 0; padding: 0; border: 0; }
.delivery-payment legend { margin-bottom: 8px; padding: 0; color: #8d511f; font-family: var(--serif); font-size: 1.45rem; }
.delivery-payment > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.delivery-payment label { position: relative; min-height: 110px; padding: 16px 18px 16px 54px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; border: 1px solid rgba(114, 76, 48, 0.23); border-radius: 7px; cursor: pointer; }
.delivery-payment label.selected { border-color: #b26a25; box-shadow: inset 0 0 0 1px rgba(178, 106, 37, 0.16); }
.delivery-payment input[type="radio"] { position: absolute; top: 31px; left: 17px; width: 22px; height: 22px; margin: 0; accent-color: #b26a25; }
.payment-icon { color: #583221; font-size: 2rem; }
.delivery-payment strong, .delivery-payment small { display: block; }
.delivery-payment strong { color: #352219; font-family: var(--serif); font-size: 1.08rem; font-weight: 600; line-height: 1.25; }
.delivery-payment small { margin-top: 5px; color: #7f7066; font-family: var(--sans); font-size: 0.69rem; font-weight: 400; }
.delivery-note { min-height: 66px; margin-top: 16px; padding: 13px 20px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(114, 76, 48, 0.23); border-radius: 6px; color: #66574e; font-size: 0.78rem; }
.delivery-note span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border: 1px solid #bf8b4e; border-radius: 50%; color: #9a5b2b; font-family: var(--serif); font-size: 1.25rem; }
.step-actions { margin-top: 18px; display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 18px; }
.step-button { min-height: 62px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 5px; cursor: pointer; font-size: 0.95rem; font-weight: 750; }
.step-button-outline { border: 1px solid #a76226; background: transparent; color: #9b571e; }
.step-button-primary { border: 1px solid #dfa13d; background: linear-gradient(105deg, #efb84c, #dc9a35, #efb84c); color: #2b1b12; }
.light-checkout-notice { margin: 15px 0 0; padding: 11px 14px; border-left: 2px solid #a96020; background: rgba(169, 96, 32, 0.07); color: #7b4a25; font-size: 0.75rem; }
.summary-panel { min-height: 760px; }
.summary-panel h2 { margin-bottom: 25px; font-size: clamp(3rem, 3.7vw, 4rem); }
.summary-product { padding-bottom: 24px; display: grid; grid-template-columns: 145px 1fr auto; align-items: center; gap: 19px; border-bottom: 1px solid rgba(233, 193, 126, 0.2); }
.summary-product img { width: 145px; height: 145px; border-radius: 6px; object-fit: cover; }
.summary-product h3 { margin: 0 0 6px; color: #fff2df; font-size: 2rem; font-weight: 400; }
.summary-product p { margin: 0 0 12px; color: #d5c2af; font-size: 1rem; }
.summary-product span { color: #cdb8a3; font-size: 0.85rem; }
.summary-product > strong { align-self: end; padding-bottom: 4px; color: #e5a43c; font-size: 1rem; white-space: nowrap; }
.summary-panel .checkout-totals { padding-top: 19px; }
.promo-form { margin: 5px 0 27px; padding: 17px; border: 1px solid #b97a29; border-radius: 7px; }
.promo-form label { font-size: 0.78rem; }
.promo-form label > span { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.promo-form input { min-height: 46px !important; margin: 0 !important; }
.promo-form button { min-width: 94px; border: 1px solid #d99b36; border-radius: 5px; background: transparent; color: #e5a43c; cursor: pointer; font-weight: 750; }
.summary-trust { padding: 4px 18px; border: 1px solid rgba(233, 193, 126, 0.22); border-radius: 7px; }
.summary-trust > div { min-height: 91px; display: flex; align-items: center; gap: 17px; }
.summary-trust > div + div { border-top: 1px solid rgba(233, 193, 126, 0.17); }
.summary-trust > div > span { width: 49px; height: 49px; flex: 0 0 49px; display: grid; place-items: center; border: 1px solid #d29938; border-radius: 50%; color: #f2d7a6; font-size: 1.3rem; }
.summary-trust p { margin: 0; }
.summary-trust strong, .summary-trust small { display: block; }
.summary-trust strong { margin-bottom: 5px; color: #fff2df; font-family: var(--serif); font-size: 1.15rem; font-weight: 600; }
.summary-trust small { color: #bfa995; font-size: 0.7rem; }
.review-card { min-height: 170px; margin-bottom: 16px; padding: 24px 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 18px; border: 1px solid rgba(114, 76, 48, 0.23); border-radius: 8px; background: rgba(255,252,246,0.26); }
.review-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #bf8b4e; border-radius: 50%; color: #8c531f; font-size: 1.2rem; }
.review-card h2 { margin: 4px 0 14px; font-size: 1.55rem; }
.review-card p { margin: 0; color: #5f5148; line-height: 1.7; }
.review-card p small { color: #75685f; }
.review-card button { min-width: 82px; min-height: 43px; border: 1px solid #a76226; border-radius: 5px; background: transparent; color: #96531b; cursor: pointer; font-weight: 700; }
.policy-check { color: #413029; font-size: 0.8rem; }
.policy-check a { text-decoration: underline; text-underline-offset: 3px; }
.confirmation-disclaimer { margin: 11px 0 20px; color: #74655b; font-size: 0.75rem; text-align: center; }
.light-whatsapp-button { min-height: 54px; margin: 0 auto; padding: 10px 28px; display: flex; align-items: center; justify-content: center; border: 1px solid #a76226; border-radius: 5px; background: transparent; color: #3d2a20; cursor: pointer; }
.promo-status { min-height: 84px; margin: 8px 0 29px; padding: 16px 19px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border: 1px solid #b97a29; border-radius: 7px; }
.promo-status > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #d29938; border-radius: 50%; }
.promo-status strong { color: #fff2df; font-size: 0.86rem; }
.promo-status small { color: #c6b29f; font-size: 0.75rem; }
.empty-cart { max-width: 820px; margin: 70px auto 20px; text-align: center; }
.empty-cart h1 { margin: 16px 0 22px; font-size: clamp(3.6rem, 7vw, 6.6rem); }
.empty-cart p { max-width: 560px; margin: 0 auto 30px; }

.reveal { animation: reveal-up 700ms ease both; }
.reveal-delay { animation-delay: 120ms; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1060px) {
  .shell { width: min(100% - 40px, 1240px); }
  .desktop-nav { gap: 20px; }
  .header-inner { grid-template-columns: 125px 1fr 130px; }
  .brand { width: 108px; }
  .hero-grid { grid-template-columns: 0.82fr 1.18fr; }
  .hero-copy h1 { font-size: clamp(3.2rem, 5.6vw, 4.25rem); }
  .hero-art { left: 28%; width: auto; margin: 0; background-position: right top; }
  .ingredient-grid { grid-template-columns: repeat(4, 1fr); gap: 40px 18px; }
  .ingredient-row { grid-template-columns: repeat(7, 1fr); gap: 12px; }
  .ingredient-row .ingredient-bowl { width: 118px; }
  .ingredient-row .ingredient-pieces { width: 78%; gap: 2px; }
  .ingredient-row .ingredient-pieces i { width: 14px; height: 24px; }
  .connect-grid { grid-template-columns: 1fr 1fr; }
  .connect-whatsapp { display: none !important; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-row: span 2; }
  .cart-checkout-shell { width: min(920px, calc(100% - 44px)); }
  .cart-checkout-header { grid-template-columns: 220px 1fr 80px; }
  .cart-layout { grid-template-columns: 1fr; gap: 52px; }
  .cart-title-row { min-height: 100px; }
  .checkout-panel { position: static; }
}

@media (max-width: 820px) {
  .editorial-reference-desktop { display: none; }
  .ingredients-section.editorial-reference-mobile, .process-section.editorial-reference-mobile, .gift-section.editorial-reference-mobile { display: block !important; }
  .story-split.editorial-reference-mobile { display: grid !important; }
  .desktop-nav, .account-placeholder { display: none; }
  .header-inner { min-height: 76px; grid-template-columns: 1fr auto; }
  .brand { width: 82px; height: 64px; }
  .brand img { height: 60px; }
  .site-header-home { position: relative; background: #fff9ef; }
  .site-header-home .header-inner { width: min(100% - 36px, 760px); min-height: 86px; grid-template-columns: 1fr auto; transform: none; }
  .site-header-home .brand { width: 88px; height: 70px; margin-left: 0; transform: none; }
  .site-header-home .brand img { height: 68px; opacity: 1; }
  .site-header-home .header-actions { gap: 2px; transform: none; }
  .site-header-home .icon-button { width: 38px; height: 38px; }
  .site-header-home .draw-icon, .site-header-home .cart-count { opacity: 1; }
  .menu-button { display: flex; }
  .hero { min-height: auto; background: #fff9ef; }
  .hero-reference-canvas { display: none; }
  .hero::before { display: none; }
  .hero-grid { width: min(100% - 40px, 760px); min-height: auto; grid-template-columns: 1fr; padding: 0; }
  .hero-copy { top: 0; grid-row: 2; padding: 54px 0 52px; background: transparent; text-align: center; }
  .hero-copy h1 { top: 0; margin-inline: auto; font-size: clamp(3.4rem, 10vw, 5.2rem); }
  .hero-copy h1, .hero-copy .flourish, .hero-copy .product-meta, .hero-copy .button { opacity: 1; }
  .hero-lede { margin-inline: auto; }
  .flourish { margin-inline: auto; }
  .button-row { justify-content: center; }
  .hero-art { position: relative; inset: auto; width: calc(100% + 40px); height: 500px; display: block; grid-row: 1; margin: 0 -20px; background-size: auto 500px; background-position: 82% 20px; }
  .hero-art::before { top: 0; right: 0; left: 0; width: auto; height: 110px; background: linear-gradient(180deg, #fff9ef 0 76%, rgba(255,249,239,.82) 88%, rgba(255,249,239,0) 100%); }
  .hero-art::after { top: 0; left: 0; width: 40%; height: 100%; background: linear-gradient(90deg, #fff9ef 0 52%, rgba(255,249,239,.88) 70%, rgba(255,249,239,0) 100%); -webkit-mask-image: none; mask-image: none; }
  .trust-strip-reference { display: none; }
  .trust-strip .trust-grid-responsive { display: grid; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid > div { min-height: 84px; gap: 8px; text-align: center; }
  .trust-icon { width: 34px; font-size: 2rem; }
  .trust-grid p { font-size: .78rem; }
  .ingredient-grid { grid-template-columns: repeat(2, 1fr); }
  .ingredient-row { grid-template-columns: repeat(4, 1fr); gap: 30px 12px; }
  .ingredient-row .ingredient-bowl { width: 132px; }
  .ingredients-section { padding-block: 0; }
  .ingredient-reference-visual { width: 100%; aspect-ratio: 430 / 177; display: block; background-size: 100% auto; background-position: center top; }
  .ingredients-mobile-content { display: none; }
  .story-split, .gift-card, .purchase-grid, .product-page-grid, .inner-hero-grid, .story-photo-band, .label-list-grid, .contact-grid, .cart-layout { grid-template-columns: 1fr; }
  .story-image { min-height: 0; aspect-ratio: 469 / 520; }
  .story-copy { min-height: auto; }
  .purchase-grid { gap: 0; }
  .purchase-visual { width: 100%; height: 560px; margin-inline: auto; }
  .purchase-copy { width: min(100%, 620px); padding: 58px 0; margin-inline: auto; }
  .gift-visual { min-height: 0; aspect-ratio: 509 / 338; }
  .process-grid { gap: 55px; }
  .process-grid::before { display: none; }
  .product-gallery { position: static; }
  .gallery-main img { height: min(110vw, 720px); }
  .inner-hero-grid { gap: 40px; }
  .inner-hero img { height: min(105vw, 620px); }
  .story-photo-band img { height: 650px; }
  .label-list-grid { gap: 50px; }
  .connect-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; }
  .mobile-sticky-cart { position: sticky; z-index: 45; bottom: 0; display: block; padding: 10px 14px; background: rgba(42,23,15,0.96); backdrop-filter: blur(10px); }
  .mobile-sticky-cart .add-panel { display: block; margin: 0; }
  .mobile-sticky-cart .button { width: 100%; }
  .cart-checkout-page { padding-top: 25px; }
  .cart-checkout-header { min-height: 112px; grid-template-columns: 1fr auto; gap: 22px; }
  .cart-wordmark { font-size: 1.05rem; }
  .checkout-steps { width: 310px; justify-self: end; }
  .cart-title-row h1 { font-size: clamp(3.5rem, 10vw, 4.75rem); }
  .cart-assurances > div { padding-inline: 13px; }
  .cart-assurances > div > span { width: 39px; height: 39px; flex-basis: 39px; }
  .checkout-step-layout { gap: 36px; }
  .summary-panel { min-height: auto; }
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .shell { width: min(100% - 28px, 1240px); }
  .narrow-shell { width: min(100% - 28px, 820px); }
  .section-pad { padding-block: 78px; }
  .announcement { font-size: 0.57rem; letter-spacing: 0.11em; }
  .header-actions { gap: 0; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding: 52px 0 28px; }
  .hero-copy h1 { font-size: clamp(3.05rem, 14vw, 4.35rem); }
  .hero-lede { font-size: .92rem; }
  .hero-grid { width: min(100% - 28px, 560px); }
  .hero-art { width: calc(100% + 28px); height: 500px; margin-inline: -14px; background-size: auto 500px; background-position: 82% 20px; }
  .hero-art::after { width: 40%; height: 100%; }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 66px; justify-content: flex-start; padding-left: 25%; text-align: left; }
  .trust-grid > div + div { border-top: 1px solid rgba(87,53,31,0.18); border-left: 0; }
  .trust-grid p { font-size: .9rem; }
  .ingredient-grid { gap: 38px 14px; }
  .ingredient-row { grid-template-columns: repeat(2, 1fr); }
  .ingredient-bowl { width: 132px; border-width: 8px; }
  .ingredient-card h3, .ingredient-card h2 { font-size: 1.2rem; }
  .story-image { min-height: 0; }
  .story-copy { padding: 72px 28px; }
  .process-grid { grid-template-columns: 1fr; }
  .purchase-visual { height: 470px; }
  .purchase-reference-crop img { width: 173%; height: auto; max-height: none; }
  .purchase-copy { padding: 52px 12px; }
  .purchase-copy h2 { font-size: 3.6rem; }
  .add-panel { grid-template-columns: 1fr; }
  .quantity-control { width: 100%; }
  .gift-visual { min-height: 0; max-height: none; }
  .gift-copy { padding: 48px 25px; }
  .heritage-signoff { gap: 8px; font-size: 1rem; text-align: center; }
  .heritage-signoff span { width: 35px; }
  .faq-list summary { font-size: 1.12rem; }
  .connect-grid { gap: 26px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form input { border-right: 1px solid rgba(91,54,30,0.28); border-radius: 7px 7px 0 0; }
  .newsletter-form .button { border-radius: 0 0 7px 7px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding-block: 24px; flex-direction: column; align-items: flex-start; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 48px; padding: 10px; justify-content: center; }
  .whatsapp-float span:last-child { display: none; }
  .floating-notice { right: 14px; bottom: 72px; }
  .gallery-thumbs img { height: 90px; }
  .product-info h1 { font-size: 4rem; }
  .product-assurances { flex-direction: column; }
  .inner-hero-grid { min-height: auto; padding-block: 70px; }
  .inner-hero h1 { font-size: 4rem; }
  .inner-hero img { height: 120vw; }
  .story-editorial { grid-template-columns: 1fr; gap: 18px; }
  .story-photo-band img { height: 120vw; }
  .story-photo-band > div { padding: 70px 28px; }
  .label-list-grid ul { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .contact-copy h1 { font-size: 4rem; }
  .contact-details div { flex-direction: column; gap: 4px; }
  .cart-checkout-page { padding: 21px 0 34px; }
  .cart-checkout-shell { width: min(100% - 24px, 560px); }
  .cart-checkout-header { min-height: 136px; display: block; }
  .cart-wordmark { display: block; padding: 4px 0 24px; text-align: center; }
  .checkout-steps { width: min(100%, 330px); margin-inline: auto; }
  .checkout-steps li:not(:last-child)::after { left: calc(50% + 20px); width: calc(100% - 40px); }
  .checkout-steps span { width: 30px; height: 30px; }
  .checkout-steps small { font-size: 0.69rem; }
  .cart-layout { gap: 34px; }
  .cart-title-row { min-height: 0; margin: 0 2px 20px; align-items: flex-end; }
  .cart-title-row h1 { font-size: clamp(3.25rem, 16vw, 4.25rem); }
  .cart-title-row p { font-size: 0.88rem; }
  .cart-clear { margin-bottom: 8px; }
  .cart-item-card { grid-template-columns: 1fr; }
  .cart-item-card > img { width: calc(100% - 28px); height: min(90vw, 390px); margin: 14px; }
  .cart-product-copy { padding: 16px 20px 25px; text-align: center; }
  .cart-product-copy h2 { font-size: 2.45rem; }
  .cart-quantity { width: 100%; margin-top: 22px; }
  .cart-card-actions { grid-template-columns: 1fr; padding: 5px 14px; }
  .cart-card-actions button { border-top: 1px solid rgba(114, 76, 48, 0.15); border-left: 0; }
  .cart-offer-card { padding: 17px; grid-template-columns: auto 1fr; }
  .cart-offer-card button { grid-column: 1 / -1; width: 100%; }
  .cart-assurances { margin-top: 34px; grid-template-columns: 1fr; gap: 0; }
  .cart-assurances > div, .cart-assurances > div:first-child { padding: 15px 5px; }
  .cart-assurances > div + div { border-top: 1px solid rgba(114, 76, 48, 0.18); border-left: 0; }
  .checkout-panel { padding: 25px 20px 22px; border-radius: 7px; }
  .checkout-panel h2 { font-size: 3.6rem; }
  .checkout-totals > .summary-line, .checkout-totals > .summary-total { gap: 14px; font-size: 0.8rem; }
  .checkout-field-row, .payment-methods { grid-template-columns: 1fr; gap: 0; }
  .payment-methods { gap: 9px; }
  .payment-methods legend { grid-column: auto; }
  .payment-methods > label { min-height: 70px; }
  .step-page-title { min-height: 0; }
  .step-page-title h1 { font-size: clamp(3.1rem, 15vw, 4.1rem); }
  .step-page-title p { font-size: 0.92rem; }
  .delivery-form-card { padding: 18px 15px; }
  .delivery-form-grid { grid-template-columns: 1fr; gap: 15px; }
  .delivery-payment > div { grid-template-columns: 1fr; }
  .delivery-payment label { min-height: 96px; }
  .step-actions { grid-template-columns: 1fr; gap: 10px; }
  .step-button { min-height: 56px; }
  .summary-panel h2 { font-size: 3.25rem; }
  .summary-product { grid-template-columns: 98px 1fr; gap: 14px; }
  .summary-product img { width: 98px; height: 106px; }
  .summary-product h3 { font-size: 1.65rem; }
  .summary-product > strong { grid-column: 2; align-self: auto; padding: 0; }
  .promo-form label > span { grid-template-columns: 1fr; }
  .promo-form button { min-height: 44px; }
  .review-card { padding: 19px 16px; grid-template-columns: auto 1fr; gap: 13px; }
  .review-card button { grid-column: 2; justify-self: start; }
  .review-card h2 { font-size: 1.35rem; }
  .policy-check { align-items: flex-start; }
  .promo-status { grid-template-columns: auto 1fr; }
  .promo-status small { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
/* WordPress integration */
.custom-logo-link { display: block; }
.custom-logo { width: 108px; height: auto; }
.desktop-nav .menu-item { display: contents; }
.mobile-drawer .menu-item { display: contents; }
.menu-open { overflow: hidden; }
.search-panel .search-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding-bottom: 18px; }
.search-panel .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.search-panel .search-field { min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 7px; background: var(--cream); }
.search-panel .search-submit { min-height: 48px; padding: 0 24px; border: 0; border-radius: 7px; background: var(--espresso); color: var(--cream); cursor: pointer; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.post-card { padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.post-card img { width: 100%; aspect-ratio: 4 / 3; margin-bottom: 22px; object-fit: cover; }
.post-card h2 { margin: 12px 0; font-size: 2rem; }
.single-article > img { width: 100%; margin: 28px 0; }
.contact-form label { display: grid; gap: 7px; color: var(--espresso); font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 7px; background: #fffdf8; }
.form-status { padding: 12px 15px; border-radius: 7px; }
.form-status.success { background: #e6f2e1; color: #31572c; }
.form-status.error { background: #f7e2dc; color: #7a2419; }
.virsa-woocommerce .woocommerce-breadcrumb { color: var(--muted); }
.virsa-woocommerce ul.products li.product { padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--cream); }
.virsa-woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--espresso); font-family: var(--serif); font-size: 1.6rem; }
.virsa-woocommerce .price, .virsa-woocommerce div.product p.price { color: var(--copper) !important; font-family: var(--serif); font-size: 1.45rem; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 7px; background: var(--espresso); color: var(--cream); }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--copper); color: #fff; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product .product_title { font-size: clamp(3rem, 6vw, 5.5rem); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--copper); background: var(--cream); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--copper); }
@media (max-width: 800px) { .post-grid { grid-template-columns: 1fr; } .search-panel .search-form { grid-template-columns: 1fr; } }
