:root {
  --ink: #17221d;
  --muted: #66716b;
  --forest: #185a43;
  --forest-2: #0f4432;
  --mint: #e7f0eb;
  --paper: #f7f7f3;
  --white: #fff;
  --coral: #e96e59;
  --gold: #bd9148;
  --line: #dfe3dc;
  --soft: #eef0eb;
  --danger: #b94435;
  --shadow: 0 20px 55px rgba(20, 45, 35, .12);
  --max: 1380px;
  --radius: 7px;
  --header: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; letter-spacing: 0; }
.admin-bar .header { top: 32px; }
.wp-store-shell { min-height: 60vh; }
.wp-content .woocommerce { max-width: 1180px; margin: 0 auto; color: var(--ink); }
.wp-content .woocommerce-notices-wrapper,
.wp-content .woocommerce .woocommerce-info,
.wp-content .woocommerce .woocommerce-message,
.wp-content .woocommerce .woocommerce-error { margin-bottom: 18px; border-radius: 6px; border: 1px solid #d9e5de; background: #f6faf7; color: var(--forest); }
.wp-content .woocommerce table.shop_table { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--white); box-shadow: 0 18px 45px rgba(22,39,31,.06); }
.wp-content .woocommerce table.shop_table th { padding: 16px; color: var(--forest); background: #f7faf8; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.wp-content .woocommerce table.shop_table td { padding: 18px 16px; border-top: 1px solid var(--line); }
.wp-content .woocommerce a:not(.button) { color: var(--forest); font-weight: 800; }
.wp-content .woocommerce .button,
.wp-content .woocommerce button.button,
.wp-content .woocommerce input.button,
.wp-content .woocommerce #payment #place_order { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; border: 0; color: var(--white); background: var(--coral); font-weight: 800; transition: .2s ease; }
.wp-content .woocommerce .button:hover,
.wp-content .woocommerce button.button:hover,
.wp-content .woocommerce input.button:hover,
.wp-content .woocommerce #payment #place_order:hover { background: #d85f4c; transform: translateY(-1px); }
.wp-content .woocommerce .cart_totals,
.wp-content .woocommerce-checkout-review-order,
.wp-content .woocommerce-billing-fields,
.wp-content .woocommerce-additional-fields { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 18px 45px rgba(22,39,31,.06); }
.wp-content .woocommerce .cart_totals h2,
.wp-content .woocommerce-billing-fields h3,
.wp-content #order_review_heading { margin: 0 0 18px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.wp-content .woocommerce form .form-row input.input-text,
.wp-content .woocommerce form .form-row textarea,
.wp-content .woocommerce form .form-row select { min-height: 46px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); }
.wp-content .woocommerce form .form-row input.input-text:focus,
.wp-content .woocommerce form .form-row textarea:focus,
.wp-content .woocommerce form .form-row select:focus { outline: 2px solid rgba(45,96,72,.18); border-color: var(--forest); }
.wp-content .woocommerce-checkout #payment { border-radius: 8px; background: #f7faf8; }
.wp-content .woocommerce-checkout #payment div.payment_box { color: var(--muted); background: var(--white); }
.wp-content .woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--white); }
.wp-content { min-height: 60vh; }
body.no-scroll { overflow: hidden; }
button, input, textarea, select { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { width: 20px; height: 20px; stroke-width: 1.8; }
.kicker { display: inline-block; margin-bottom: 12px; color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: 1.5px; text-transform: uppercase; }
.section { max-width: var(--max); margin: auto; padding: 92px 4vw; }
.section-wide { max-width: 1500px; margin: auto; }
.section-head { margin-bottom: 32px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-head h2, .page-hero h1, .product-info h1, .newsletter-band h2, .editorial h2, .routine-copy h2, .manifesto h2, .about-hero h1, .ingredient-story h2 { margin: 0; font-family: Georgia, serif; font-weight: 500; line-height: 1.08; }
.section-head h2 { font-size: clamp(34px, 4vw, 54px); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: 14px; font-weight: 800; }
.text-link:hover { color: var(--coral); }
.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 5px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); }
.button-primary:hover { background: #d85f4c; }
.button-secondary { color: var(--forest); background: var(--mint); border-color: #cfe0d6; }
.button-secondary:hover { background: #e3eee7; }
.button-light { color: var(--forest-2); background: var(--white); }
.button-outline { background: transparent; border-color: var(--line); }
.button-text { background: transparent; }
.button-glass { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); backdrop-filter: blur(8px); }
.full-button { width: 100%; }
.icon-btn { width: 42px; height: 42px; padding: 0; display: inline-grid; place-items: center; position: relative; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.icon-btn:hover { color: var(--forest); background: var(--mint); }

.topbar { min-height: 42px; padding: 0 4vw; color: rgba(255,255,255,.84); background: #103d30; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.topbar-inner { max-width: var(--max); min-height: 42px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.announcement-item, .announcement-offer, .announcement-support { display: inline-flex; align-items: center; gap: 8px; }
.announcement-item strong { color: var(--white); }
.announcement-offer { min-height: 30px; padding: 0 12px; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 3px; }
.announcement-offer strong { padding: 4px 7px; color: #1c332a; background: #f2c96f; border-radius: 2px; letter-spacing: .6px; }
.announcement-offer small { color: rgba(255,255,255,.65); }
.announcement-support { justify-self: end; }
.topbar svg { width: 15px; height: 15px; color: #f2c96f; }
.header { height: var(--header); padding: 0 4vw; position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(23,34,29,.08); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 9px; min-width: max-content; }
.brand-ahg { color: var(--forest); font-family: Georgia, serif; font-size: 27px; line-height: 1; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 12px; }
.brand small { margin-top: 5px; color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: 1.7px; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2.5vw, 36px); font-size: 13px; font-weight: 750; }
.desktop-nav a { padding: 27px 0 24px; border-bottom: 2px solid transparent; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--forest); border-color: var(--forest); }
.header-actions { display: flex; align-items: center; gap: 2px; }
.language-picker { position: relative; }
.language-trigger { height: 38px; padding: 0 9px; display: inline-flex; align-items: center; gap: 5px; color: var(--forest); background: transparent; border: 1px solid transparent; cursor: pointer; font-size: 10px; font-weight: 900; }
.language-trigger:hover, .language-picker:focus-within .language-trigger { background: var(--mint); border-color: #d5e0d9; }
.language-trigger svg { width: 15px; height: 15px; }
.language-trigger svg:last-child { width: 12px; }
.language-menu { width: 190px; padding: 7px; position: absolute; top: calc(100% + 10px); right: 0; z-index: 110; display: grid; gap: 3px; visibility: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); opacity: 0; transform: translateY(-6px); transition: .18s; }
.language-menu.open { visibility: visible; opacity: 1; transform: translateY(0); }
.language-menu button { width: 100%; min-height: 42px; padding: 0 10px; display: grid; grid-template-columns: 28px 1fr 16px; align-items: center; gap: 7px; text-align: left; background: transparent; border: 0; cursor: pointer; }
.language-menu button:hover, .language-menu button.active { background: var(--mint); }
.language-menu button > span { color: var(--gold); font-size: 10px; font-weight: 900; }
.language-menu button > strong { font-size: 11px; }
.language-menu button svg { width: 14px; color: var(--forest); }
.cart-count { width: 18px; height: 18px; position: absolute; top: 1px; right: 0; display: grid; place-items: center; color: var(--white); background: var(--coral); border-radius: 50%; font-size: 9px; font-weight: 900; }
.mobile-menu-trigger, .mobile-nav { display: none; }

.hero-slider { height: min(680px, calc(100vh - 114px)); min-height: 590px; position: relative; overflow: hidden; background: #eef2ed; border-bottom: 1px solid var(--line); }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .55s ease; }
.hero-slide.active { opacity: 1; pointer-events: auto; z-index: 2; }
.hero-theme-1 { background: #eef0e9; }
.hero-theme-2 { background: #edf1ee; }
.hero-theme-3 { background: #f1edf2; }
.hero-inner { width: min(calc(100% - 9vw), var(--max)); height: 100%; margin: auto; padding: 44px 0 58px; display: grid; grid-template-columns: minmax(0,.86fr) minmax(460px,1.14fr); align-items: center; gap: clamp(40px,6vw,96px); }
.hero-copy { max-width: 610px; position: relative; z-index: 2; }
.hero-inner h1 { margin: 0; color: var(--ink); font-family: Georgia, serif; font-size: clamp(48px, 5vw, 72px); font-weight: 500; line-height: 1.03; }
.hero-inner p { max-width: 560px; margin: 24px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button-outline { color: var(--forest); border-color: #b9c7bf; }
.hero-proof { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 11px; font-weight: 750; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof svg { width: 15px; height: 15px; color: var(--forest); }
.hero-visual { height: 100%; min-height: 480px; padding: 28px; position: relative; display: grid; place-items: center; overflow: hidden; background: rgba(255,255,255,.58); border: 1px solid rgba(24,90,67,.12); border-radius: 7px; }
.hero-visual::before { content: ""; width: 72%; aspect-ratio: 1; position: absolute; border: 1px solid rgba(24,90,67,.12); border-radius: 50%; }
.hero-visual img { width: calc(100% - 56px); height: calc(100% - 56px); max-width: none; max-height: none; position: absolute; inset: 28px; object-fit: contain; filter: drop-shadow(0 24px 34px rgba(23,34,29,.14)); transition: transform .45s ease; }
.hero-visual img.portrait-product { width: min(calc(100% - 56px), 430px); left: 50%; right: auto; transform: translateX(-50%); }
.hero-visual:hover img { transform: scale(1.015); }
.hero-visual:hover img.portrait-product { transform: translateX(-50%) scale(1.015); }
.hero-visual-label { padding: 8px 10px; position: absolute; top: 18px; left: 18px; z-index: 2; display: flex; align-items: center; gap: 10px; color: var(--muted); background: rgba(255,255,255,.9); border: 1px solid var(--line); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.hero-visual-label strong { color: var(--forest); font-size: 12px; }
.slider-arrow { width: 46px; height: 46px; position: absolute; top: 50%; z-index: 5; display: grid; place-items: center; color: var(--forest); background: rgba(255,255,255,.9); border: 1px solid rgba(24,90,67,.18); border-radius: 50%; cursor: pointer; box-shadow: 0 10px 25px rgba(20,45,35,.1); }
.slider-arrow.prev { left: 22px; }
.slider-arrow.next { right: 22px; }
.slider-dots { position: absolute; left: 50%; bottom: 27px; z-index: 5; display: flex; gap: 8px; transform: translateX(-50%); }
.slider-dots button { width: 28px; height: 4px; padding: 0; border: 0; background: #bdc9c2; cursor: pointer; }
.slider-dots button.active { background: var(--forest); }
.slider-progress { height: 3px; position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; background: rgba(255,255,255,.15); }
.slider-progress span { height: 100%; display: block; background: var(--coral); animation: sliderProgress 7s linear infinite; }
@keyframes sliderProgress { from { width: 0; } to { width: 100%; } }

.benefits-strip { padding: 22px 4vw; background: #153f32; border-bottom: 1px solid rgba(255,255,255,.08); }
.benefits-inner { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.benefits-inner article { min-width: 0; min-height: 92px; padding: 17px 16px; position: relative; display: grid; grid-template-columns: 32px 42px 1fr auto; align-items: center; gap: 11px; color: var(--white); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); transition: background .2s, transform .2s; }
.benefits-inner article:hover { background: rgba(255,255,255,.09); transform: translateY(-2px); }
.benefit-number { align-self: start; color: rgba(255,255,255,.35); font-family: Georgia,serif; font-size: 11px; }
.benefit-icon { width: 42px; height: 42px; display: grid; place-items: center; color: #f0c879; background: rgba(240,200,121,.1); border: 1px solid rgba(240,200,121,.24); border-radius: 50%; }
.benefit-icon svg { width: 19px; height: 19px; }
.benefit-copy { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.benefit-copy strong { font-size: 12px; }
.benefit-copy small { overflow: hidden; color: rgba(255,255,255,.58); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.benefit-arrow { width: 15px; color: rgba(255,255,255,.35); }

.category-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-cards > a { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.category-cards > a:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-media { width: 100%; aspect-ratio: 1.18; display: block; overflow: hidden; background: #f0f1ec; border-bottom: 1px solid var(--line); }
.category-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.category-face img { object-position: center; }
.category-body img { object-position: center 42%; }
.category-special img { object-position: center; }
.category-cards > a:hover .category-media img { transform: scale(1.025); }
.category-copy { min-height: 145px; padding: 22px 23px; position: relative; display: flex; flex-direction: column; align-items: flex-start; }
.category-copy small { margin-bottom: 11px; color: var(--gold); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.category-copy strong { font-family: Georgia,serif; font-size: 27px; font-weight: 500; }
.category-copy em { margin-top: 7px; color: var(--muted); font-size: 12px; font-style: normal; }
.category-copy i { width: 38px; height: 38px; position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; color: var(--white); background: var(--forest); border-radius: 50%; font-style: normal; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.product-card { min-width: 0; position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-image { aspect-ratio: 1/1; display: block; position: relative; overflow: hidden; background: #f0f0eb; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-image img { transform: scale(1.025); }
.badge { padding: 7px 9px; position: absolute; top: 12px; left: 12px; color: var(--white); background: var(--coral); border-radius: 3px; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.favorite { width: 40px; height: 40px; padding: 0; position: absolute; top: 9px; right: 9px; z-index: 2; display: grid; place-items: center; color: var(--ink); background: rgba(255,255,255,.92); border: 0; border-radius: 50%; cursor: pointer; }
.favorite.active { color: var(--coral); }
.favorite.active svg { fill: currentColor; }
.product-copy { padding: 18px; }
.product-category { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .9px; text-transform: uppercase; }
.product-copy h3 { min-height: 48px; margin: 8px 0; font-family: Georgia, serif; font-size: 19px; line-height: 1.27; }
.rating { display: flex; align-items: center; gap: 7px; }
.rating span, .detail-rating > span, .review-grid > article > div { color: var(--gold); font-size: 12px; letter-spacing: 1px; }
.rating small { color: var(--muted); font-size: 11px; }
.product-buy { min-height: 48px; margin-top: 15px; display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.product-buy > div { display: flex; flex-direction: column; }
.product-buy strong { font-size: 19px; }
.product-buy del { color: #9ca29e; font-size: 11px; }
.add-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--forest); border: 0; border-radius: 50%; cursor: pointer; }
.add-icon:hover { background: var(--forest-2); }

.routine-banner { min-height: 500px; padding: 70px max(6vw, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 70px; overflow: hidden; color: var(--white); background: var(--forest); }
.routine-copy h2 { max-width: 650px; font-size: clamp(38px, 4.5vw, 62px); }
.routine-copy p { max-width: 560px; margin: 22px 0 28px; color: rgba(255,255,255,.76); line-height: 1.7; }
.routine-visual { min-width: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.routine-visual img { width: 100%; height: 330px; padding: 10px; object-fit: contain; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.35); border-radius: var(--radius); box-shadow: 0 25px 60px rgba(0,0,0,.18); }
.routine-visual img:last-child { margin-top: 44px; }
.editorial { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.editorial-image { aspect-ratio: 1.05; overflow: hidden; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial h2 { font-size: clamp(36px, 4.5vw, 58px); }
.editorial-copy > p { color: var(--muted); line-height: 1.75; }
.editorial ul { margin: 25px 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.editorial li { display: flex; align-items: center; gap: 10px; }
.editorial li svg { color: var(--forest); }

.page-hero { padding: 95px 4vw 72px; text-align: center; background: var(--mint); }
.page-hero.compact h1 { font-size: clamp(48px, 6vw, 76px); }
.page-hero p { max-width: 680px; margin: 18px auto 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.shop-layout { padding-top: 54px; display: grid; grid-template-columns: 250px 1fr; align-items: start; gap: 46px; }
.shop-sidebar { position: sticky; top: 95px; }
.filter-head { padding-bottom: 16px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.filter-head button { color: var(--muted); background: transparent; border: 0; cursor: pointer; }
.filter-group { padding: 22px 0; display: grid; gap: 12px; border-bottom: 1px solid var(--line); }
.filter-group > span { margin-bottom: 3px; font-weight: 850; }
.filter-group label { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; cursor: pointer; }
.filter-group input { accent-color: var(--forest); }
.filter-help { margin-top: 22px; padding: 20px; background: var(--mint); border-radius: var(--radius); }
.filter-help p { color: var(--muted); font-size: 12px; line-height: 1.55; }
.filter-help a { display: flex; align-items: center; gap: 7px; color: var(--forest); font-size: 13px; font-weight: 800; }
.shop-toolbar { min-height: 55px; padding-bottom: 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.shop-toolbar > div { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 12px; }
.shop-toolbar label { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }
.shop-toolbar select { padding: 9px 30px 9px 10px; background: var(--white); border: 1px solid var(--line); }
.filter-mobile { display: none; }
.active-filters { min-height: 40px; padding: 10px 0; }
.active-filters button { padding: 7px 10px; display: inline-flex; align-items: center; gap: 6px; color: var(--forest); background: var(--mint); border: 0; border-radius: 3px; cursor: pointer; font-size: 11px; }
.filter-head > div { display: flex; align-items: center; gap: 8px; }
.filter-close { width: 36px; height: 36px; display: none; place-items: center; color: var(--ink); background: transparent; border: 1px solid var(--line); cursor: pointer; }
.shop-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.empty-state { padding: 60px 20px; text-align: center; color: var(--muted); }

.breadcrumbs { max-width: var(--max); margin: auto; padding: 22px 4vw; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; overflow: hidden; white-space: nowrap; }
.breadcrumbs span { overflow: hidden; text-overflow: ellipsis; }
.breadcrumbs svg { width: 14px; height: 14px; }
.product-detail { padding-top: 35px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(400px,.8fr); align-items: start; gap: 70px; }
.main-product-image { aspect-ratio: 1; position: relative; overflow: hidden; background: var(--soft); }
.main-product-image img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(3, 82px); gap: 10px; }
.gallery-thumbs button { aspect-ratio: 1; padding: 3px; overflow: hidden; background: var(--white); border: 1px solid var(--line); cursor: pointer; }
.gallery-thumbs button.active { border-color: var(--forest); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-info { position: sticky; top: 105px; }
.product-info h1 { margin: 10px 0 12px; font-size: clamp(38px, 4.5vw, 58px); }
.detail-rating { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.detail-rating a { color: var(--muted); text-decoration: underline; }
.detail-summary { margin: 22px 0; color: var(--muted); line-height: 1.7; }
.detail-price { display: flex; align-items: center; gap: 12px; }
.detail-price strong { font-size: 30px; }
.detail-price del { color: #9ca29e; }
.detail-price span { padding: 6px 8px; color: var(--danger); background: #fae7e3; border-radius: 3px; font-size: 10px; font-weight: 850; }
.size-row { margin: 24px 0 12px; display: flex; justify-content: space-between; font-size: 13px; }
.purchase-row { display: grid; grid-template-columns: 112px 1fr; gap: 10px; }
.qty-control { height: 48px; display: grid; grid-template-columns: 36px 1fr 36px; place-items: center; border: 1px solid var(--line); background: var(--white); }
.qty-control button { width: 100%; height: 100%; border: 0; background: transparent; cursor: pointer; }
.stock-note { display: flex; align-items: center; gap: 8px; color: var(--forest); font-size: 12px; }
.stock-note svg { width: 16px; height: 16px; }
.mini-benefits { margin: 20px 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.mini-benefits > span { min-width: 0; min-height: 68px; padding: 12px; display: flex; align-items: center; gap: 9px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.mini-benefits > span > span { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.mini-benefits strong { font-size: 10px; }
.mini-benefits small { overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.mini-benefits svg { min-width: 17px; width: 17px; height: 17px; color: var(--forest); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary, .faq-list summary { padding: 17px 0; display: flex; align-items: center; justify-content: space-between; font-weight: 800; cursor: pointer; list-style: none; }
.accordion details[open] summary svg, .faq-list details[open] summary svg { transform: rotate(45deg); }
.accordion p, .accordion ul { margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.accordion ul { padding: 0; display: grid; gap: 8px; list-style: none; }
.accordion li { display: flex; align-items: center; gap: 8px; }
.accordion li svg { width: 16px; color: var(--forest); }
.ingredient-story { width: 100%; padding: 72px 4vw; color: var(--white); background: var(--forest); }
.ingredient-story-inner { max-width: var(--max); margin: auto; display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.55fr); align-items: stretch; gap: clamp(40px,6vw,90px); }
.ingredient-intro { display: flex; flex-direction: column; justify-content: center; }
.ingredient-story h2 { max-width: 530px; font-size: clamp(38px,4.2vw,58px); }
.ingredient-intro > p { max-width: 520px; margin: 22px 0 0; color: rgba(255,255,255,.72); line-height: 1.75; }
.ingredient-points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.ingredient-points article { min-height: 230px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); }
.ingredient-points article > div { display: flex; align-items: center; justify-content: space-between; color: var(--gold); font-size: 11px; font-weight: 900; }
.ingredient-points article > div svg { width: 20px; height: 20px; }
.ingredient-points strong { margin: 30px 0 12px; display: block; font-family: Georgia,serif; font-size: clamp(18px,1.5vw,22px); line-height: 1.2; }
.ingredient-points p { margin: auto 0 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.65; }
.review-score { display: flex; align-items: center; gap: 12px; }
.review-score > strong { font-family: Georgia,serif; font-size: 45px; }
.review-score > span { display: flex; flex-direction: column; color: var(--gold); }
.review-score small { color: var(--muted); font-size: 10px; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.review-grid article { padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.review-grid p { min-height: 64px; color: var(--muted); line-height: 1.6; font-size: 13px; }
.review-grid strong, .review-grid small { display: block; }
.review-grid small { margin-top: 4px; color: var(--muted); font-size: 10px; }

.cart-page { padding-top: 54px; display: grid; grid-template-columns: 1fr 380px; align-items: start; gap: 46px; }
.cart-table-head { padding: 0 0 14px; display: grid; grid-template-columns: 1fr 120px 110px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 11px; text-transform: uppercase; }
.cart-page-line { padding: 18px 0; display: grid; grid-template-columns: 110px 1fr 120px 110px; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.cart-page-line img { width: 110px; height: 125px; object-fit: cover; }
.cart-page-line > div:nth-child(2) { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.cart-page-line > div:nth-child(2) > span { color: var(--gold); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.cart-page-line > div:nth-child(2) > strong { font-family: Georgia,serif; }
.cart-page-line small { color: var(--muted); }
.cart-page-line > div:nth-child(2) button { padding: 0; color: var(--muted); background: transparent; border: 0; text-decoration: underline; cursor: pointer; font-size: 11px; }
.order-summary { padding: 26px; position: sticky; top: 100px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.order-summary h2 { margin: 0 0 24px; font-family: Georgia,serif; font-size: 26px; }
.order-summary > div { padding: 10px 0; display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }
.order-summary label { margin: 18px 0; display: grid; gap: 8px; font-size: 12px; font-weight: 800; }
.order-summary label > div { display: grid; grid-template-columns: 1fr auto; }
.order-summary input { min-width: 0; padding: 12px; border: 1px solid var(--line); }
.order-summary label button { padding: 0 14px; color: var(--white); background: var(--forest); border: 0; }
.order-summary .summary-total { margin: 15px 0; padding-top: 18px; color: var(--ink); border-top: 1px solid var(--line); font-size: 18px; }
.order-summary > small { margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--muted); font-size: 10px; }
.empty-cart { padding: 80px 20px; grid-column: 1/-1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.empty-cart > svg { width: 42px; height: 42px; color: var(--forest); }
.empty-cart h2 { margin-bottom: 0; font-family: Georgia,serif; font-size: 34px; }
.empty-cart p { margin-bottom: 25px; color: var(--muted); }

.about-hero { min-height: 630px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; background: var(--mint); }
.about-hero > div { padding: 80px max(5vw, calc((100vw - 1320px)/2)); padding-right: 7vw; display: flex; flex-direction: column; justify-content: center; }
.about-hero h1 { font-size: clamp(45px,5.5vw,76px); }
.about-hero p { color: var(--muted); line-height: 1.75; }
.about-hero img { width: 100%; height: 100%; object-fit: cover; }
.manifesto { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.manifesto h2 { font-size: clamp(38px,4vw,58px); }
.manifesto p { color: var(--muted); line-height: 1.8; }
.values { padding-top: 15px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.values article { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.values svg { color: var(--forest); }
.values h3 { margin: 30px 0 10px; font-family: Georgia,serif; font-size: 22px; }
.values p { color: var(--muted); line-height: 1.65; font-size: 13px; }
.about-image-band { min-height: 500px; padding: 80px max(6vw, calc((100vw - 1280px)/2)); display: flex; align-items: center; color: var(--white); background-size: cover; background-position: center; }
.about-image-band > div { max-width: 600px; padding: 40px; background: rgba(13,48,35,.82); backdrop-filter: blur(8px); }
.about-image-band h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(36px,4vw,55px); font-weight: 500; }
.about-image-band p { color: rgba(255,255,255,.75); line-height: 1.7; }

.contact-layout { padding-top: 55px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-options { display: grid; align-content: start; }
.contact-options article { padding: 25px 0; display: grid; grid-template-columns: 48px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }
.contact-options > article > svg { width: 26px; height: 26px; color: var(--forest); }
.contact-options h3 { margin: 0; font-family: Georgia,serif; font-size: 22px; }
.contact-options p { color: var(--muted); font-size: 13px; }
.contact-options a { display: inline-flex; align-items: center; gap: 7px; color: var(--forest); font-weight: 800; font-size: 13px; }
.contact-form { padding: 36px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-form h2 { margin: 0 0 28px; font-family: Georgia,serif; font-size: 38px; font-weight: 500; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label:not(.consent) { display: grid; gap: 8px; font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px; background: var(--paper); border: 1px solid var(--line); outline: 0; }
.contact-form textarea { resize: vertical; }
.contact-form > label { margin-top: 18px; }
.consent { margin: 18px 0; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; }
.consent a { text-decoration: underline; }
.faq-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.faq-list details { padding: 0 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.faq-list p { color: var(--muted); line-height: 1.65; font-size: 13px; }

.legal-hero { text-align: left; }
.legal-hero > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.legal-hero p { margin-left: auto; margin-right: auto; }
.legal-layout { padding-top: 55px; display: grid; grid-template-columns: 230px 1fr; align-items: start; gap: 70px; }
.legal-layout > aside { position: sticky; top: 100px; display: grid; }
.legal-layout > aside strong { margin-bottom: 14px; }
.legal-layout > aside a { padding: 11px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 13px; }
.legal-layout > aside a.active { color: var(--forest); font-weight: 850; }
.legal-content { max-width: 850px; }
.updated { color: var(--muted); font-size: 11px; }
.legal-content > section { padding: 28px 0; display: grid; grid-template-columns: 48px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.legal-content > section > span { color: var(--gold); font-weight: 900; font-size: 11px; }
.legal-content h2 { margin: 0 0 10px; font-family: Georgia,serif; font-size: 25px; }
.legal-content p { margin: 0; color: var(--muted); line-height: 1.8; }
.legal-note { margin-top: 30px; padding: 18px; display: flex; gap: 12px; background: #fff6df; border-left: 3px solid var(--gold); }
.legal-note svg { min-width: 20px; color: var(--gold); }
.legal-note p { font-size: 12px; }

.newsletter-band { padding: 55px max(5vw, calc((100vw - 1320px)/2)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; color: var(--white); background: var(--forest); }
.newsletter-band h2 { max-width: 620px; font-size: clamp(30px,3.5vw,48px); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.newsletter-form input { min-width: 0; padding: 14px 16px; color: var(--white); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.3); outline: 0; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.6); }
.footer { padding: 65px max(5vw, calc((100vw - 1320px)/2)) 25px; display: grid; grid-template-columns: 1.3fr repeat(3,.7fr) 1.15fr; gap: 45px 28px; color: rgba(255,255,255,.66); background: #102e24; }
.footer .brand-ahg, .footer .brand strong { color: var(--white); }
.footer-about p { max-width: 300px; line-height: 1.65; font-size: 12px; }
.socials { display: flex; gap: 7px; }
.socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.footer > div:not(.footer-about,.footer-bottom) { display: flex; flex-direction: column; gap: 12px; font-size: 12px; }
.footer h3 { margin: 0 0 7px; color: var(--white); font-size: 13px; }
.footer a:hover { color: var(--white); }
.footer-contact a, .footer-contact span { display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
.footer-contact svg { min-width: 16px; width: 16px; height: 16px; }
.footer-bottom { padding-top: 22px; grid-column: 1/-1; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }

.page-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(8,24,18,.46); }
.search-overlay { width: min(720px,100%); min-height: 100vh; padding: 28px; position: fixed; top: 0; right: 0; z-index: 90; background: var(--white); transform: translateX(105%); transition: transform .25s; }
.search-overlay.open, .cart-drawer.open { transform: translateX(0); }
.search-head, .drawer-head { display: flex; align-items: center; justify-content: space-between; }
.search-head strong { font-family: Georgia,serif; font-size: 26px; }
.search-field { margin: 30px 0; padding: 0 14px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; border: 1px solid var(--line); }
.search-field input { padding: 15px 0; border: 0; outline: 0; }
.search-results > a { padding: 12px 0; display: grid; grid-template-columns: 65px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.search-results img { width: 65px; height: 65px; object-fit: cover; }
.search-results span { display: flex; flex-direction: column; gap: 5px; }
.search-results small, .search-results p { color: var(--muted); font-size: 11px; }
.cart-drawer { width: min(460px,100%); position: fixed; top: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-rows: auto auto 1fr auto; background: var(--white); transform: translateX(105%); transition: transform .25s; box-shadow: -20px 0 55px rgba(10,30,22,.2); }
.drawer-head { padding: 20px 24px; border-bottom: 1px solid var(--line); }
.drawer-head > div { display: flex; flex-direction: column; }
.drawer-head span { font-family: Georgia,serif; font-size: 25px; }
.drawer-head small { color: var(--muted); }
.free-shipping { padding: 16px 24px; background: #f3f8f5; border-bottom: 1px solid var(--line); font-size: 11px; }
.free-shipping > div:first-child { margin-bottom: 9px; display: flex; justify-content: space-between; }
.shipping-track { height: 5px; background: #d9e5de; }
.shipping-track span { height: 100%; display: block; background: var(--coral); }
.drawer-lines { padding: 8px 24px; overflow-y: auto; }
.drawer-lines article { padding: 16px 0; display: grid; grid-template-columns: 82px 1fr auto; gap: 13px; border-bottom: 1px solid var(--line); }
.drawer-lines img { width: 82px; height: 95px; object-fit: cover; }
.drawer-lines article > div { display: flex; flex-direction: column; gap: 7px; }
.drawer-lines article > div:last-child { align-items: end; justify-content: space-between; }
.drawer-lines small { color: var(--muted); }
.drawer-lines .qty-control { width: 100px; height: 32px; }
.remove-icon { padding: 0; color: var(--muted); background: transparent; border: 0; cursor: pointer; }
.drawer-summary { padding: 20px 24px 25px; border-top: 1px solid var(--line); }
.drawer-summary > div { display: flex; justify-content: space-between; font-size: 18px; }
.drawer-summary > small { margin: 8px 0 18px; display: block; color: var(--muted); font-size: 10px; }
.empty-drawer { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-drawer > svg { width: 40px; height: 40px; color: var(--forest); }
.empty-drawer h3 { margin-bottom: 0; font-family: Georgia,serif; font-size: 27px; }
.empty-drawer p { margin-bottom: 22px; color: var(--muted); }
.whatsapp-button { min-height: 48px; padding: 0 17px; position: fixed; right: 20px; bottom: 20px; z-index: 68; display: inline-flex; align-items: center; gap: 9px; color: var(--white); background: #1e8f5a; border-radius: 24px; box-shadow: var(--shadow); font-size: 12px; font-weight: 850; transition: bottom .2s, transform .2s; }
.whatsapp-button:hover { transform: translateY(-3px); }
body.cookie-visible .whatsapp-button { bottom: 145px; }
.back-to-top { width: 44px; height: 44px; padding: 0; position: fixed; right: 24px; bottom: 82px; z-index: 67; display: grid; place-items: center; color: var(--forest); background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 50%; box-shadow: var(--shadow); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { color: var(--white); background: var(--forest); }
body.cookie-visible .back-to-top { bottom: 205px; }
.cookie-banner { padding: 18px max(3vw, calc((100vw - 1380px)/2)); position: fixed; left: 0; right: 0; bottom: 0; z-index: 75; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -15px 40px rgba(20,45,35,.12); }
.cookie-banner[hidden] { display: none !important; }
.cookie-banner p { max-width: 760px; margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.cookie-banner a { text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .button { min-height: 42px; padding: 0 15px; font-size: 11px; }
.cookie-modal { width: min(540px,calc(100% - 30px)); padding: 28px; position: fixed; top: 50%; left: 50%; z-index: 95; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%,-46%); transition: .2s; }
.cookie-modal.open { opacity: 1; pointer-events: auto; transform: translate(-50%,-50%); }
.modal-head { display: flex; justify-content: space-between; }
.modal-head h2 { margin: 0; font-family: Georgia,serif; font-size: 30px; }
.cookie-modal > p { color: var(--muted); line-height: 1.6; font-size: 12px; }
.preference-row { padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.preference-row span { display: flex; flex-direction: column; gap: 4px; }
.preference-row small { color: var(--muted); }
.preference-row input { width: 20px; height: 20px; accent-color: var(--forest); }
.toast { padding: 13px 17px; position: fixed; left: 50%; bottom: 25px; z-index: 110; color: var(--white); background: var(--ink); border-left: 3px solid var(--coral); opacity: 0; pointer-events: none; transform: translate(-50%,20px); transition: .2s; box-shadow: var(--shadow); font-size: 12px; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1100px) {
  .desktop-nav { gap: 16px; font-size: 12px; }
  .hero-inner { grid-template-columns: minmax(0,.9fr) minmax(390px,1.1fr); gap: 35px; }
  .hero-inner h1 { font-size: clamp(44px,5.2vw,62px); }
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .benefits-inner { grid-template-columns: repeat(2,1fr); }
  .footer { grid-template-columns: 1.2fr repeat(3,.7fr); }
  .footer-contact { grid-column: 1/-1; }
}

@media (max-width: 820px) {
  :root { --header: 66px; }
  .topbar { padding: 0 14px; }
  .topbar-inner { grid-template-columns: 1fr; justify-items: center; }
  .announcement-offer, .announcement-support { display: none; }
  .announcement-item { justify-self: center; }
  .announcement-item span { display: flex; gap: 4px; }
  .header { padding: 0 14px; grid-template-columns: 42px 1fr 126px; gap: 4px; }
  .header > .brand { justify-self: center; }
  .desktop-nav, .desktop-account { display: none; }
  .mobile-menu-trigger { display: inline-grid; }
  .header-actions { justify-self: end; }
  .mobile-nav { width: min(390px,100%); padding: 18px 22px 30px; position: fixed; top: 0; left: 0; bottom: 0; z-index: 100; display: flex; flex-direction: column; background: var(--white); transform: translateX(-105%); transition: .25s; box-shadow: var(--shadow); }
  .mobile-nav.open { transform: translateX(0); }
  .mobile-nav-head { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; }
  .mobile-nav > a { padding: 15px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-weight: 750; }
  .mobile-nav-meta { margin-top: auto; padding-top: 20px; display: grid; gap: 12px; color: var(--muted); font-size: 12px; }
  .mobile-nav-meta a { display: flex; gap: 9px; }
  .hero-slider { height: 850px; min-height: 850px; }
  .hero-inner { width: 100%; padding: 22px 20px 58px; grid-template-columns: 1fr; grid-template-rows: minmax(390px,1fr) auto; gap: 24px; align-content: center; }
  .hero-copy { max-width: 610px; order: 2; }
  .hero-visual { min-height: 0; height: 100%; max-height: 440px; padding: 18px; order: 1; }
  .hero-visual img { width: calc(100% - 36px); height: calc(100% - 36px); inset: 18px; }
  .hero-visual img.portrait-product { max-width: 280px; }
  .hero-visual::before { width: 58%; }
  .hero-inner h1 { max-width: 650px; font-size: clamp(38px,8vw,50px); }
  .hero-inner p { margin: 14px 0 20px; font-size: 14px; line-height: 1.55; }
  .hero-proof { margin-top: 16px; }
  .slider-arrow { display: none; }
  .benefits-strip { padding: 14px; }
  .section { padding: 68px 18px; }
  .category-cards { grid-template-columns: 1fr; }
  .category-cards > a { min-height: 0; display: grid; grid-template-columns: minmax(160px,.9fr) 1fr; }
  .category-media { min-height: 220px; aspect-ratio: auto; }
  .category-copy { min-height: 220px; justify-content: center; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .product-copy { padding: 13px; }
  .product-copy h3 { min-height: 43px; font-size: 15px; }
  .routine-banner { min-height: 0; padding: 55px 22px; grid-template-columns: 1fr; gap: 35px; }
  .routine-visual img { height: 280px; }
  .editorial { grid-template-columns: 1fr; gap: 38px; }
  .editorial-image { aspect-ratio: 1; }
  .shop-layout { padding-top: 32px; display: block; }
  .shop-sidebar { width: min(360px,100%); padding: 24px; position: fixed; top: 0; left: 0; bottom: 0; z-index: 100; overflow-y: auto; background: var(--white); transform: translateX(-105%); transition: .25s; }
  .shop-sidebar.open { transform: translateX(0); }
  .filter-close { display: grid; }
  .filter-mobile { display: inline-flex; align-items: center; gap: 6px; background: transparent; border: 0; }
  .shop-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-detail { padding-top: 20px; grid-template-columns: 1fr; gap: 36px; }
  .product-info { position: static; }
  .ingredient-story { padding: 60px 22px; }
  .ingredient-story-inner { grid-template-columns: 1fr; gap: 35px; }
  .ingredient-points { grid-template-columns: 1fr; }
  .ingredient-points article { min-height: 175px; }
  .review-grid { grid-template-columns: 1fr; }
  .cart-page { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .about-hero { min-height: 0; grid-template-columns: 1fr; }
  .about-hero > div { padding: 65px 22px; }
  .about-hero img { max-height: 500px; }
  .manifesto { grid-template-columns: 1fr; gap: 25px; }
  .values { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .faq-list { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-layout > aside { position: static; grid-template-columns: repeat(2,1fr); gap: 0 15px; }
  .legal-layout > aside strong { grid-column: 1/-1; }
  .newsletter-band { grid-template-columns: 1fr; gap: 25px; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-about, .footer-contact { grid-column: 1/-1; }
  .cookie-banner { grid-template-columns: 1fr; gap: 12px; }
  .cookie-actions { justify-content: flex-end; flex-wrap: wrap; }
  body.cookie-visible .whatsapp-button { bottom: 220px; }
  body.cookie-visible .back-to-top { bottom: 280px; }
  .wp-content .woocommerce table.shop_table { display: block; overflow-x: auto; border-radius: 6px; }
  .wp-content .woocommerce table.shop_table td,
  .wp-content .woocommerce table.shop_table th { padding: 13px 12px; white-space: nowrap; }
  .wp-content .woocommerce .cart_totals,
  .wp-content .woocommerce-checkout-review-order,
  .wp-content .woocommerce-billing-fields,
  .wp-content .woocommerce-additional-fields { padding: 18px; border-radius: 6px; box-shadow: 0 12px 30px rgba(22,39,31,.05); }
  .wp-content .woocommerce .cart_totals h2,
  .wp-content .woocommerce-billing-fields h3,
  .wp-content #order_review_heading { font-size: 24px; }
  .wp-content .woocommerce .col2-set .col-1,
  .wp-content .woocommerce .col2-set .col-2,
  .wp-content .woocommerce form .form-row-first,
  .wp-content .woocommerce form .form-row-last { width: 100%; float: none; }
}

@media (max-width: 520px) {
  .header { grid-template-columns: 40px 1fr 112px; }
  .brand-ahg { font-size: 23px; }
  .brand strong { font-size: 10px; }
  .brand small { font-size: 7px; }
  .search-trigger { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .language-trigger { width: 42px; padding: 0; justify-content: center; }
  .language-trigger > span, .language-trigger svg:last-child { display: none; }
  .language-menu { right: -56px; }
  .hero-slider { height: 850px; min-height: 850px; }
  .hero-inner { max-width: 390px; padding: 18px 16px 55px; grid-template-rows: 400px auto; gap: 18px; }
  .hero-inner h1 { max-width: 350px; font-size: 38px; }
  .hero-inner p { font-size: 13px; }
  .hero-visual { max-height: 400px; }
  .hero-visual img.portrait-product { width: min(calc(100% - 36px), 245px); }
  .hero-visual-label { top: 10px; left: 10px; }
  .hero-proof { display: none; }
  .hero-actions .button { width: 100%; }
  .mini-benefits { grid-template-columns: 1fr; }
  .mini-benefits > span { min-height: 60px; }
  .benefits-inner { grid-template-columns: 1fr; }
  .benefits-inner article { min-height: 78px; grid-template-columns: 25px 40px 1fr auto; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .section-head h2 { font-size: 38px; }
  .category-cards > a { grid-template-columns: 1fr; }
  .category-media { min-height: 0; aspect-ratio: 1.18; }
  .category-copy { min-height: 145px; }
  .product-grid, .shop-grid { gap: 8px; }
  .product-copy { padding: 10px; }
  .product-copy h3 { min-height: 40px; font-size: 13px; }
  .rating { font-size: 9px; }
  .rating span { font-size: 9px; }
  .product-buy strong { font-size: 15px; }
  .add-icon { width: 37px; height: 37px; }
  .routine-visual { grid-template-columns: 1fr; }
  .routine-visual img { height: auto; max-height: 300px; }
  .routine-visual img:last-child { margin-top: 0; }
  .page-hero { padding: 70px 20px 55px; }
  .page-hero.compact h1 { font-size: 45px; }
  .shop-toolbar label span { display: none; }
  .shop-toolbar select { max-width: 165px; }
  .purchase-row { grid-template-columns: 100px 1fr; }
  .product-info h1 { font-size: 39px; }
  .gallery-thumbs { grid-template-columns: repeat(3,70px); }
  .review-score { width: 100%; justify-content: space-between; }
  .cart-table-head { display: none; }
  .cart-page-line { grid-template-columns: 82px 1fr auto; align-items: start; }
  .cart-page-line img { width: 82px; height: 95px; }
  .cart-page-line .qty-control { grid-column: 2; width: 100px; height: 34px; }
  .cart-page-line > strong { grid-column: 3; grid-row: 1; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 18px; }
  .legal-layout > aside { grid-template-columns: 1fr; }
  .legal-content > section { grid-template-columns: 35px 1fr; gap: 10px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; }
  .footer-about, .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .whatsapp-button { width: 50px; height: 50px; padding: 0; justify-content: center; }
  .whatsapp-button span { display: none; }
  .back-to-top { right: 16px; bottom: 80px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-banner { width: 100%; max-height: 70vh; padding: 16px; overflow-y: auto; }
  .cookie-actions .button { width: 100%; padding: 0 10px; }
  body.cookie-visible .whatsapp-button { bottom: 250px; }
  body.cookie-visible .back-to-top { bottom: 315px; }
  .wp-content .woocommerce { font-size: 13px; }
  .wp-content .woocommerce .button,
  .wp-content .woocommerce button.button,
  .wp-content .woocommerce input.button,
  .wp-content .woocommerce #payment #place_order { width: 100%; min-height: 46px; margin-top: 8px; }
  .wp-content .woocommerce .coupon { display: grid; gap: 8px; }
  .wp-content .woocommerce .coupon .input-text { width: 100% !important; min-height: 44px; }
  .wp-content .woocommerce td.product-thumbnail { min-width: 74px; }
  .wp-content .woocommerce td.product-name { min-width: 190px; white-space: normal; }
  .wp-content .woocommerce .quantity .qty { width: 64px; min-height: 38px; }
  .wp-content .woocommerce-checkout #payment ul.payment_methods { padding: 14px; }
  .wp-content .woocommerce-checkout #payment div.payment_box { margin: 12px 0 0; padding: 14px; }
}
