:root {
  --green-950: #4b2417;
  --green-900: #b94f35;
  --green-800: #c8623e;
  --green-600: #d98048;
  --green-100: #fff0d7;
  --earth-800: #873923;
  --earth-600: #b94f35;
  --clay: #e89a34;
  --cream: #fff0cf;
  --cream-dark: #f1d79f;
  --paper: #fffaf1;
  --ink: #3b291f;
  --muted: #75655b;
  --line: #e4d3bd;
  --danger: #a83c31;
  --success: #7a5a22;
  --shadow: 0 20px 60px rgba(91, 45, 25, 0.15);
  --shadow-soft: 0 8px 30px rgba(91, 45, 25, 0.09);
  --radius: 18px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
body.no-scroll { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.035em; line-height: 1.04; }
h1 { font-size: clamp(2.65rem, 11vw, 5.6rem); }
h2 { font-size: clamp(2rem, 7vw, 3.8rem); }
.container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--green-950); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #d79548; outline-offset: 3px; }

.announcement { background: var(--green-950); color: #fff2d8; padding: 7px 16px; text-align: center; font-size: .73rem; letter-spacing: .045em; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(42, 66, 50, .1); background: rgba(255, 253, 248, .94); backdrop-filter: blur(14px); }
.header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: clamp(132px, 37vw, 184px); max-height: 64px; height: auto; display: block; object-fit: contain; filter: drop-shadow(0 4px 7px rgba(92, 43, 22, .12)); }
.desktop-nav { display: none; }
.cart-button { border: 1px solid var(--green-900); border-radius: 999px; padding: 9px 13px; background: transparent; color: var(--green-900); font-size: .82rem; font-weight: 700; cursor: pointer; }
.cart-count { display: inline-grid; min-width: 21px; min-height: 21px; margin-left: 4px; place-items: center; border-radius: 999px; background: var(--green-900); color: white; font-size: .7rem; }

.hero { position: relative; overflow: hidden; padding: 58px 0 54px; background: radial-gradient(circle at 82% 18%, rgba(255,255,255,.8), transparent 26%), linear-gradient(135deg, #fff2d6 0%, #f6d49b 100%); }
.hero::before { content: ''; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(95, 116, 78, .22); border-radius: 50%; top: -120px; left: -100px; }
.hero-grid { display: grid; gap: 48px; }
.eyebrow { margin-bottom: 12px; color: var(--earth-600); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 830px; margin-bottom: 23px; color: var(--green-950); }
.hero-copy > p:not(.eyebrow) { max-width: 620px; color: #586258; font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin: 28px 0 36px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 12px 23px; text-decoration: none; font-weight: 750; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .62; transform: none; }
.button-primary { background: var(--green-900); color: white; box-shadow: 0 8px 20px rgba(33, 79, 53, .2); }
.button-primary:hover { background: var(--green-950); }
.button-secondary { background: var(--earth-800); color: white; }
.button-ghost { border-color: var(--line); background: transparent; }
.button-full { width: 100%; }
.text-link { color: var(--green-900); font-weight: 750; text-underline-offset: 5px; }
.trust-list { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 0; padding: 0; list-style: none; }
.trust-list li { display: grid; padding-left: 15px; border-left: 2px solid var(--clay); }
.trust-list strong { font-size: .88rem; }
.trust-list span { color: var(--muted); font-size: .73rem; }

.hero-art { position: relative; min-height: 370px; display: grid; place-items: center; isolation: isolate; }
.sun-shape { position: absolute; z-index: -2; width: min(92vw, 390px); aspect-ratio: 1; border-radius: 47% 53% 42% 58%; background: #e99a34; transform: rotate(-9deg); box-shadow: 0 22px 55px rgba(158, 75, 28, .18); }
.sun-shape::after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(81, 92, 54, .28); border-radius: inherit; }
.showcase-stack { position: relative; width: min(86vw, 390px); height: 300px; }
.showcase-card { position: absolute; display: grid; place-items: center; border: 1px solid rgba(75,36,23,.14); background: rgba(255,250,241,.96); box-shadow: 0 24px 45px rgba(91,45,25,.2); }
.showcase-card-main { inset: 30px 46px 28px 18px; border-radius: 28px; transform: rotate(-4deg); }
.showcase-card-main > span { position: absolute; top: 22px; left: 25px; color: var(--accent, var(--clay)); font-size: 2.3rem; }
.showcase-card-main img { width: min(75%, 230px); max-height: 125px; object-fit: contain; }
.showcase-card-small { top: 2px; right: 0; width: 128px; height: 76px; border-radius: 18px; color: var(--green-900); font-size: .74rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; transform: rotate(7deg); }
.showcase-card-round { right: 5px; bottom: 3px; width: 86px; height: 86px; border-radius: 50%; background: var(--green-900); color: white; font-size: 2rem; transform: rotate(6deg); }
.art-note { position: absolute; right: 0; bottom: 0; padding: 11px 14px; border: 1px solid rgba(33,79,53,.3); border-radius: 10px; background: rgba(245,239,226,.85); color: var(--green-900); font: italic .87rem var(--serif); transform: rotate(-3deg); }

.catalog-section { padding: 76px 0 90px; }
.featured-section { margin-bottom: 76px; }
.featured-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 25px; }
.featured-heading h2 { margin: 0; color: var(--green-950); }
.featured-heading .eyebrow { margin-bottom: 7px; }
.featured-heading > a { flex: 0 0 auto; color: var(--green-900); font-size: .82rem; font-weight: 800; text-underline-offset: 5px; }
.featured-grid { margin-top: 0; }
.section-heading { display: grid; gap: 6px; margin-bottom: 30px; }
.section-heading h2 { margin-bottom: 10px; color: var(--green-950); }
.section-heading > p { max-width: 520px; color: var(--muted); }
.catalog-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.search-field { min-width: 0; max-width: 360px; display: flex; flex: 1; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: white; }
.search-field input { width: 100%; min-height: 43px; border: 0; outline: 0; background: transparent; }
#catalog-count { color: var(--muted); font-size: .78rem; white-space: nowrap; }
.sort-field select { min-height: 45px; border: 1px solid var(--line); border-radius: 999px; padding: 0 38px 0 16px; background: white; color: var(--ink); cursor: pointer; }
.category-filters { display: flex; gap: 9px; overflow-x: auto; margin: 0 0 28px; padding: 3px 1px 7px; scrollbar-width: thin; }
.category-filters button { min-height: 40px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; padding: 8px 17px; background: transparent; color: var(--ink); font-size: .78rem; font-weight: 750; cursor: pointer; }
.category-filters button.active { border-color: var(--green-900); background: var(--green-900); color: white; }
.demo-catalog-notice { margin: -8px 0 25px; padding: 12px 15px; border: 1px solid #e7bd78; border-radius: 10px; background: #fff2d7; color: #744629; font-size: .78rem; }
.catalog-product-grid { align-items: stretch; }
.category-group { min-width: 0; }
.category-heading { position: relative; display: grid; gap: 5px; margin-bottom: 19px; padding: 0 58px 13px 0; border-bottom: 1px solid var(--line); }
.category-heading::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 72px; height: 3px; border-radius: 999px; background: var(--clay); }
.category-heading h3 { margin: 0; color: var(--green-950); font: 700 clamp(1.45rem, 5vw, 2rem)/1.1 var(--serif); }
.category-heading p { max-width: 650px; margin: 0; color: var(--muted); font-size: .78rem; }
.category-heading > span { position: absolute; top: 4px; right: 0; padding: 5px 8px; border-radius: 999px; background: var(--green-100); color: var(--earth-800); font-size: .62rem; font-weight: 800; }
.product-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.product-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 430px; border: 1px solid #e5e0d5; border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { position: relative; min-height: 250px; overflow: hidden; display: grid; place-items: center; background: #fde5bd; }
.product-image img { width: 100%; height: 250px; object-fit: cover; }
.product-placeholder { width: 142px; height: 142px; display: grid; place-items: center; border: 5px solid rgba(255,250,235,.72); border-radius: 43% 57% 52% 48%; background: linear-gradient(145deg, #eda441, #d6653a); color: var(--cream); box-shadow: 0 18px 25px rgba(101,48,25,.2); font: 700 2rem var(--serif); transform: rotate(-3deg); }
.product-placeholder::before { content: attr(data-icon); margin-bottom: -18px; font-size: 2.7rem; filter: drop-shadow(0 3px 3px rgba(75,36,23,.18)); }
.product-placeholder::after { content: attr(data-label); max-width: 120px; overflow: hidden; padding: 10px 14px; border: 2px solid currentColor; border-radius: 999px; background: #fffaf1; color: var(--green-900); font-size: .78rem; text-overflow: ellipsis; text-shadow: none; white-space: nowrap; }
.demo-product-badge { position: absolute; z-index: 2; top: 13px; right: 13px; padding: 6px 9px; border-radius: 999px; background: #4b2417; color: #fff7e8; font-size: .62rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.stock-label { position: absolute; top: 13px; left: 13px; padding: 6px 9px; border-radius: 999px; background: rgba(255,253,248,.92); color: var(--green-950); font-size: .68rem; font-weight: 800; }
.stock-label.low { color: var(--danger); }
.product-info { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.product-info h3, .product-info h4 { margin: 0 0 8px; color: var(--green-950); font: 700 1.25rem var(--serif); }
.product-info p { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: .85rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.variant-field { display: grid; gap: 5px; margin: 5px 0 13px; color: var(--green-950); font-size: .7rem; font-weight: 800; }
.weight-select { width: 100%; min-height: 40px; border: 1px solid var(--line); border-radius: 9px; padding: 7px 10px; background: var(--paper); color: var(--ink); font-size: .76rem; outline: 0; cursor: pointer; }
.weight-select:focus { border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(79,130,93,.12); }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 12px; }
.product-price { color: var(--earth-800); font: 700 1.24rem var(--serif); }
.add-button { width: 43px; height: 43px; flex: 0 0 auto; border: 0; border-radius: 50%; background: var(--green-900); color: white; font-size: 1.35rem; cursor: pointer; }
.add-button:disabled { background: #a4aaa5; cursor: not-allowed; }
.skeleton-card { min-height: 430px; border: 0; background: linear-gradient(90deg, #f0ede5 25%, #faf8f2 50%, #f0ede5 75%); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
.empty-state { grid-column: 1 / -1; padding: 55px 20px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); text-align: center; }

.story-section { padding: 76px 0; background: linear-gradient(135deg, #4b2417, #71351f); color: #fff4df; }
.story-grid { display: grid; gap: 38px; }
.story-stamp { width: 155px; aspect-ratio: 1; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #e7d9bd; text-align: center; transform: rotate(-5deg); }
.story-stamp strong { font: 700 2.2rem var(--serif); }
.story-stamp span { font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-light { color: #d7b17a; }
.story-section h2 { max-width: 700px; margin-bottom: 24px; color: white; }
.story-section p { color: #bfcbc2; }
.story-points { margin: 0; padding: 0; list-style: none; }
.story-points li { display: flex; gap: 16px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.story-points > li > span { color: #d7b17a; font: italic 1.1rem var(--serif); }
.story-points strong { font-family: var(--serif); }
.story-points p { margin: 4px 0 0; font-size: .82rem; }

.delivery-section { padding: 75px 0; background: #f7dfb6; }
.delivery-card { display: grid; gap: 30px; padding: 30px 24px; border-radius: 22px; background: var(--paper); box-shadow: var(--shadow-soft); }
.delivery-card h2 { margin-bottom: 14px; color: var(--green-950); font-size: clamp(1.9rem, 7vw, 3.2rem); }
.delivery-card p { color: var(--muted); }
.shipping-form { align-self: center; }
.shipping-form > label { display: block; margin-bottom: 7px; font-size: .78rem; font-weight: 800; }
.shipping-form > div { display: flex; gap: 9px; }
.shipping-form input { min-width: 0; width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; }
.shipping-form output { display: block; min-height: 26px; padding-top: 9px; color: var(--green-800); font-size: .82rem; font-weight: 700; }

.site-footer { padding: 45px 0 18px; background: #3b1d14; color: #ead7c3; }
.footer-grid { display: grid; gap: 24px; align-items: center; }
.brand-footer .brand-logo { width: 170px; filter: drop-shadow(0 5px 9px rgba(0,0,0,.18)); }
.footer-grid p { margin: 0; font: italic 1rem var(--serif); }
.footer-store-copy { display: grid; gap: 7px; }
.footer-store-copy small { max-width: 620px; color: #bca58f; font-size: .68rem; line-height: 1.55; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: .8rem; }
.footer-links a, .footer-bottom a { text-underline-offset: 4px; transition: color .18s; }
.footer-links a:hover, .footer-bottom a:hover { color: #ffd18c; }
.footer-social { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.footer-social > span { color: #cdb39a; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff0d7; transition: transform .18s, border-color .18s, background .18s; }
.social-links a:hover { border-color: #efad65; background: rgba(239,173,101,.14); transform: translateY(-2px); }
.social-links a:focus-visible { outline-color: #ffd18c; }
.social-links svg { width: 19px; height: 19px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-links #footer-facebook svg { fill: currentColor; stroke: none; }
.social-links .social-dot { fill: currentColor; stroke: none; }
.footer-bottom { display: flex; flex-direction: column; gap: 8px; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: #ad9581; font-size: .68rem; }
.footer-bottom a { color: #f4c17d; font-weight: 800; }

.drawer-overlay { position: fixed; z-index: 90; inset: 0; background: rgba(15, 27, 18, .52); backdrop-filter: blur(2px); }
.cart-panel { position: fixed; z-index: 100; inset: 0 0 0 auto; width: min(440px, 100%); display: grid; grid-template-rows: auto 1fr auto; background: var(--paper); box-shadow: -15px 0 40px rgba(12,30,19,.18); transform: translateX(105%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
.cart-panel.open { transform: translateX(0); visibility: visible; }
.cart-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 24px; border-bottom: 1px solid var(--line); }
.cart-header h2 { margin: 0; font-size: 1.7rem; }
.icon-button { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.5rem; cursor: pointer; }
.cart-items { overflow-y: auto; padding: 15px 24px; }
.empty-cart { display: grid; height: 100%; place-content: center; color: var(--muted); text-align: center; }
.empty-cart span { font-size: 2.5rem; }
.cart-item { display: grid; grid-template-columns: 62px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { width: 62px; height: 65px; display: grid; place-items: center; overflow: hidden; border-radius: 11px; background: var(--green-100); color: var(--green-900); font: 700 1.3rem var(--serif); }
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-item h3 { margin: 2px 0 7px; font: 700 .98rem var(--serif); }
.cart-item strong { color: var(--earth-800); font-size: .84rem; }
.quantity-control { display: flex; align-items: center; gap: 9px; margin-top: 8px; }
.quantity-control button { width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.quantity-control span { min-width: 16px; text-align: center; font-size: .8rem; }
.remove-item { align-self: start; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.cart-footer { padding: 19px 24px 24px; border-top: 1px solid var(--line); background: white; }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 4px; }
.cart-total strong { color: var(--green-950); font: 700 1.3rem var(--serif); }
.cart-footer small { display: block; margin-bottom: 16px; color: var(--muted); }
.cart-footer .button + .button { margin-top: 8px; }

dialog { border: 0; padding: 0; }
dialog::backdrop { background: rgba(14, 29, 20, .66); backdrop-filter: blur(4px); }
.checkout-dialog { width: min(1160px, calc(100% - 20px)); max-height: calc(100dvh - 20px); margin: auto; border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.checkout-dialog form { margin: 0; }
.checkout-header { position: sticky; z-index: 5; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
.checkout-header .eyebrow { margin-bottom: 4px; }
.checkout-header h2 { margin: 0; font-size: 1.5rem; }
.checkout-layout { display: grid; }
.checkout-fields { padding: 22px 20px; }
.checkout-fields section { padding: 9px 0 24px; }
.checkout-fields h3, .order-summary h3 { margin-bottom: 17px; color: var(--green-950); font: 700 1.08rem var(--serif); }
.checkout-fields h3 > span { width: 25px; height: 25px; display: inline-grid; margin-right: 6px; place-items: center; border-radius: 50%; background: var(--green-900); color: white; font: 700 .7rem var(--sans); }
.form-grid { display: grid; gap: 13px; }
.field { display: grid; gap: 6px; color: #48534c; font-size: .75rem; font-weight: 750; }
.field input, .field textarea { width: 100%; min-height: 45px; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; background: white; color: var(--ink); outline: 0; font-weight: 450; }
.field input:focus, .field textarea:focus { border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(79,130,93,.12); }
.inline-notice { display: block; min-height: 22px; margin-top: 12px; color: var(--success); font-size: .78rem; font-weight: 700; }
.checkout-shipping-options { display: grid; gap: 8px; margin-top: 12px; }
.shipping-option { cursor: pointer; }
.shipping-option input { position: absolute; opacity: 0; pointer-events: none; }
.shipping-option span { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; background: white; }
.shipping-option b { color: var(--green-950); font-size: .78rem; }
.shipping-option strong { grid-row: span 2; align-self: center; color: var(--earth-800); font: 700 .9rem var(--serif); }
.shipping-option small { color: var(--muted); font-size: .67rem; }
.shipping-option input:checked + span { border-color: var(--green-900); background: var(--green-100); box-shadow: 0 0 0 2px rgba(33,79,53,.1); }
.shipping-option input:focus-visible + span { outline: 3px solid #d79548; outline-offset: 2px; }
.payment-methods { display: grid; gap: 9px; border: 0; padding: 0; }
.payment-methods label { cursor: pointer; }
.payment-methods input { position: absolute; opacity: 0; }
.payment-methods span { display: grid; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.payment-methods small { color: var(--muted); font-size: .68rem; }
.payment-methods input:checked + span { border-color: var(--green-900); background: var(--green-100); box-shadow: 0 0 0 2px rgba(33,79,53,.1); }
.payment-methods input:focus-visible + span { outline: 3px solid #d79548; outline-offset: 2px; }
.payment-provider-option { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.payment-provider-option > span { width: 30px; height: 30px; display: grid; padding: 0; place-items: center; border: 0; border-radius: 50%; background: var(--green-100); color: var(--green-900); font-weight: 900; }
.payment-provider-option b, .payment-provider-option small { display: block; }
.card-fields { margin-top: 14px; padding: 16px; border-radius: 13px; background: #f1eee7; }
.infinitepay-badge { display: flex; align-items: center; gap: 7px; margin-bottom: 14px; color: var(--green-900); font-size: .76rem; font-weight: 800; }
.card-fields > small { display: block; margin-top: 10px; color: var(--muted); font-size: .68rem; }
.privacy-box { margin-top: 8px; padding: 17px !important; border: 1px solid #d9d2c3; border-radius: 13px; background: #f5f1e8; }
.privacy-box h3 { margin-bottom: 8px; }
.privacy-box p { color: var(--muted); font-size: .75rem; }
.consent-field { display: flex; align-items: flex-start; gap: 10px; font-size: .78rem; font-weight: 650; cursor: pointer; }
.consent-field input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--green-900); }
.order-summary { padding: 24px 20px; background: #f1ebdf; }
.checkout-summary-item { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(106,93,72,.13); font-size: .78rem; }
.checkout-summary-item span:first-child { max-width: 70%; }
.whatsapp-checkout-note { margin: 14px 0 18px; padding: 14px 16px; border: 1px solid #d8c69e; border-radius: 10px; background: #fff7e5; color: #624d2f; font-size: .78rem; line-height: 1.55; }
.whatsapp-order-button { text-align: center; text-decoration: none; }
.optional-account-box { margin-top: 4px; padding: 20px; border: 1px solid #d6c59e; border-radius: 14px; background: #fffaf0; }
.optional-account-box > p { margin: 7px 0 15px; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.optional-account-box .eyebrow { margin-bottom: 3px; }
.optional-account-box h3 { margin: 0; }
.account-password-fields { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(106,93,72,.18); }
.account-password-fields > small { display: block; margin-top: 8px; color: var(--muted); font-size: .7rem; }
.payment-demo-page { min-height: 100vh; background: radial-gradient(circle at top, #fff7df 0, var(--cream) 48%, #e9e2d3 100%); }
.payment-demo-shell { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.payment-demo-card { width: min(520px, 100%); padding: 30px 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); }
.payment-demo-logo { width: min(230px, 68%); display: block; margin: 0 auto 22px; }
.payment-demo-card h1 { margin: 4px 0 18px; color: var(--green-950); font-size: clamp(1.8rem, 6vw, 2.7rem); }
.demo-alert { display: grid; gap: 3px; margin-bottom: 18px; padding: 14px; border: 1px solid #e2bf76; border-radius: 12px; background: #fff6df; color: #68471e; font-size: .8rem; }
.payment-demo-summary { margin: 0 0 20px; }
.payment-demo-summary div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.payment-demo-summary dd { margin: 0; color: var(--green-950); font-weight: 800; }
.demo-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 0 18px; border: 0; padding: 0; }
.demo-methods legend { grid-column: 1 / -1; margin-bottom: 5px; font-size: .8rem; font-weight: 800; }
.demo-methods input { position: absolute; opacity: 0; }
.demo-methods span { display: grid; place-items: center; min-height: 44px; border: 1px solid var(--line); border-radius: 10px; background: white; font-size: .78rem; font-weight: 750; cursor: pointer; }
.demo-methods input:checked + span { border-color: var(--green-900); background: var(--green-100); color: var(--green-950); }
.demo-back-link { margin-top: 8px; text-align: center; text-decoration: none; }
.account-page { min-height: 100vh; background: var(--cream); }
.account-main { min-height: 66vh; padding-top: 45px; padding-bottom: 70px; }
.account-login-card { width: min(540px, 100%); margin: 0 auto; padding: 28px 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
.account-login-card h1 { margin: 5px 0 10px; color: var(--green-950); font-size: clamp(1.8rem, 6vw, 2.7rem); }
.account-login-card > p { color: var(--muted); line-height: 1.65; }
.account-login-card form { display: grid; gap: 15px; margin-top: 22px; }
.account-help { margin-top: 22px; padding: 16px; border-radius: 12px; background: #fff7e5; }
.account-help p { margin: 5px 0 10px; color: var(--muted); font-size: .78rem; }
.account-heading, .account-heading-actions, .account-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.account-heading { margin-bottom: 42px; }
.account-heading h1 { margin: 4px 0; color: var(--green-950); font-size: clamp(2rem, 6vw, 3.4rem); }
.account-heading p { color: var(--muted); }
.customer-orders { display: grid; gap: 18px; }
.customer-order-card { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: 0 8px 26px rgba(58,46,28,.07); }
.customer-order-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.customer-order-card > header div { display: grid; gap: 4px; }
.customer-order-card > header small { color: var(--muted); }
.customer-order-total { color: var(--rust); font-size: 1.15rem; }
.customer-order-statuses { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.account-status { padding: 6px 10px; border-radius: 999px; background: #eee9df; color: var(--earth-800); font-size: .68rem; font-weight: 800; }
.status-pago, .status-entregue, .status-confirmado { background: #dcebdc; color: #285d34; }
.status-enviado, .status-preparando { background: #dfe9f0; color: #315d72; }
.status-cancelado, .status-estornado { background: #f3dddd; color: #873c3c; }
.customer-order-items { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.customer-order-items li { display: flex; justify-content: space-between; gap: 12px; color: var(--ink); font-size: .8rem; }
.customer-order-details { display: grid; gap: 8px; margin: 18px 0 0; padding-top: 15px; border-top: 1px solid var(--line); }
.customer-order-details div { display: flex; justify-content: space-between; gap: 14px; font-size: .75rem; }
.customer-order-details dt { color: var(--muted); }
.customer-order-details dd { margin: 0; font-weight: 700; text-align: right; }
.account-empty, .account-loading { padding: 28px; border: 1px dashed var(--line); border-radius: 14px; background: var(--paper); text-align: center; }
.account-empty p { margin: 6px 0 0; color: var(--muted); }
.account-footer { margin-top: 0; }

@media (max-width: 680px) {
  .account-heading, .account-section-heading { align-items: stretch; flex-direction: column; }
  .account-heading-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .customer-order-card > header { align-items: flex-start; }
}

@media (max-width: 599px) {
  h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  .hero { padding: 42px 0 38px; }
  .hero-grid { gap: 26px; }
  .hero-art { min-height: 300px; }
  .featured-section { margin-bottom: 56px; }
  .featured-heading { align-items: flex-start; }
  .featured-heading > a { margin-top: 8px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .product-card { min-height: 360px; border-radius: 14px; }
  .product-image { min-height: 158px; }
  .product-image img { height: 158px; }
  .product-placeholder { width: 104px; height: 104px; border-width: 3px; }
  .product-placeholder::before { font-size: 2rem; }
  .product-placeholder::after { max-width: 92px; padding: 7px 9px; font-size: .62rem; }
  .product-info { padding: 13px 12px; }
  .product-info h3, .product-info h4 { font-size: 1rem; }
  .product-info p { font-size: .72rem; -webkit-line-clamp: 2; }
  .product-bottom { align-items: flex-end; }
  .product-price { font-size: 1.03rem; }
  .add-button { width: 38px; height: 38px; font-size: 1.15rem; }
  .stock-label, .demo-product-badge { top: 8px; padding: 5px 7px; font-size: .55rem; }
  .stock-label { left: 8px; }
  .demo-product-badge { right: 8px; }
  .catalog-toolbar { display: grid; grid-template-columns: 1fr auto; }
  .search-field { grid-column: 1 / -1; max-width: none; }
  .sort-field select { max-width: 190px; }
  #catalog-count { justify-self: end; }
}
.order-summary dl { margin: 17px 0; }
.order-summary dl div { display: flex; justify-content: space-between; padding: 5px 0; }
.order-summary dt, .order-summary dd { margin: 0; font-size: .8rem; }
.summary-total { margin-top: 7px; padding-top: 13px !important; border-top: 1px solid #c6bda9; }
.summary-total dt, .summary-total dd { color: var(--green-950); font: 700 1.25rem var(--serif) !important; }
.simulation-warning { padding: 11px; border: 1px solid #d9bc87; border-radius: 9px; background: #fff7df; color: #74501e; font-size: .69rem; }
.secure-note { margin: 10px 0 0; color: var(--muted); font-size: .65rem; text-align: center; }
.form-message { display: block; min-height: 24px; padding-top: 9px; color: var(--danger); font-size: .76rem; font-weight: 700; }
.form-message.success { color: var(--success); }
.success-dialog { width: min(480px, calc(100% - 24px)); padding: 34px 25px; border-radius: 20px; background: var(--paper); text-align: center; box-shadow: var(--shadow); }
.success-dialog h2 { color: var(--green-950); font-size: 2rem; }
.success-dialog > p:not(.eyebrow) { color: var(--muted); }
.success-icon { width: 60px; height: 60px; display: grid; margin: 0 auto 18px; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--success); font-size: 1.7rem; }

.chat-widget { position: fixed; z-index: 80; right: 14px; bottom: 14px; }
.chat-toggle { display: flex; align-items: center; gap: 8px; border: 0; border-radius: 999px; padding: 11px 16px; background: var(--green-900); color: white; box-shadow: 0 12px 30px rgba(21,53,36,.3); font-weight: 800; cursor: pointer; }
.chat-toggle > span:first-child { color: #efcf81; font-size: 1.15rem; }
.chat-panel { position: absolute; right: 0; bottom: 58px; width: min(355px, calc(100vw - 28px)); overflow: hidden; border: 1px solid rgba(27,61,41,.13); border-radius: 17px; background: white; box-shadow: 0 20px 60px rgba(17,41,26,.25); }
.chat-panel header { display: flex; align-items: center; justify-content: space-between; padding: 14px; background: linear-gradient(135deg, var(--green-950), #783720); color: white; }
.chat-panel header > div { display: flex; align-items: center; gap: 9px; }
.agent-avatar { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--green-900); font: 700 1rem var(--serif); }
.chat-panel header strong, .chat-panel header small { display: block; }
.chat-panel header strong { font-size: .78rem; }
.chat-panel header small { color: #b8c8bc; font-size: .62rem; }
.chat-panel header small i { display: inline-block; width: 6px; height: 6px; margin-right: 3px; border-radius: 50%; background: #72d798; }
.chat-panel header .icon-button { width: 31px; height: 31px; border-color: rgba(255,255,255,.25); color: white; font-size: 1rem; }
.chat-messages { height: 250px; overflow-y: auto; padding: 14px; background: #f7f4ed; }
.chat-message { max-width: 86%; margin-bottom: 10px; padding: 9px 11px; border-radius: 4px 13px 13px 13px; background: white; box-shadow: 0 2px 8px rgba(33,47,38,.06); font-size: .75rem; }
.chat-message.user { margin-left: auto; border-radius: 13px 4px 13px 13px; background: var(--green-900); color: white; }
.chat-message form { display: grid; gap: 7px; margin-top: 8px; }
.chat-message input { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 7px; font-size: .7rem; }
.chat-message button { border: 0; border-radius: 7px; padding: 7px; background: var(--green-900); color: white; font-size: .7rem; cursor: pointer; }
.quick-replies { display: flex; gap: 6px; overflow-x: auto; padding: 10px 12px 4px; background: white; }
.quick-replies button { flex: 0 0 auto; border: 1px solid var(--green-600); border-radius: 999px; padding: 6px 9px; background: white; color: var(--green-900); font-size: .64rem; cursor: pointer; }
.chat-form { display: flex; gap: 7px; padding: 9px 12px; }
.chat-form input { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 999px; padding: 9px 12px; outline: 0; font-size: .75rem; }
.chat-form button { width: 35px; flex: 0 0 auto; border: 0; border-radius: 50%; background: var(--green-900); color: white; cursor: pointer; }
.whatsapp-link { display: block; padding: 8px 12px 11px; color: var(--green-800); font-size: .68rem; font-weight: 800; text-align: center; }

@keyframes shimmer { to { background-position: -200% 0; } }

@media (min-width: 600px) {
  .container { width: min(1180px, calc(100% - 56px)); }
  .trust-list { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .field-wide { grid-column: 1 / -1; }
  .payment-methods { grid-template-columns: repeat(3, 1fr); }
  .delivery-card { padding: 42px; }
  .footer-grid { grid-template-columns: auto 1fr auto; }
}

@media (min-width: 800px) {
  .header-inner { min-height: 94px; }
  .desktop-nav { display: flex; gap: 28px; }
  .desktop-nav a { position: relative; color: #4c594f; font-size: .8rem; font-weight: 700; text-decoration: none; }
  .desktop-nav a::after { content: ''; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--clay); transform: scaleX(0); transition: transform .2s; }
  .desktop-nav a:hover::after { transform: scaleX(1); }
  .cart-button { padding: 10px 17px; }
  .hero { padding: 85px 0 78px; }
  .hero-grid { grid-template-columns: 1.17fr .83fr; align-items: center; }
  .hero-art { min-height: 470px; }
  .section-heading { grid-template-columns: 1fr .65fr; align-items: end; }
  .section-heading > p { justify-self: end; }
  .story-grid { grid-template-columns: .25fr 1fr .75fr; align-items: center; }
  .delivery-card { grid-template-columns: 1fr .75fr; align-items: center; }
  .checkout-layout { grid-template-columns: 1fr 330px; }
  .checkout-fields { padding: 28px 34px 35px; }
  .order-summary { position: sticky; top: 88px; align-self: start; min-height: 100%; padding: 32px 27px; }
  .checkout-header { padding: 20px 30px; }
}

@media (min-width: 1050px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .featured-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .catalog-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-card:nth-child(2n) .product-image { background: #f8d8b3; }
  .product-card:nth-child(3n) .product-image { background: #ffe9c7; }
  .footer-links { flex-direction: row; gap: 22px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

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