
:root {
  --ink: #2d2925;
  --muted: #746d65;
  --paper: #f7f2e9;
  --white: #fffdf8;
  --green: #a18145;
  --green-dark: #2b2723;
  --line: #ddd1bf;
  --lime: #d9bd7b;
  --rose: #b79a66;
  --blush: #e8dccd;
  --nude: #d8c3ae;
  --powder: #eee6db;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id], footer[id] { scroll-margin-top: 96px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

body.admin-bar .site-header { top: 32px; }
.caramelia-notice { position: fixed; left: 50%; bottom: 24px; z-index: 9999; width: min(92vw, 560px); padding: 15px 18px; border: 1px solid #b99a5e; background: #2b2723; color: #fff8ed; box-shadow: 0 18px 45px rgba(0,0,0,.22); font-size: 12px; line-height: 1.5; text-align: center; transform: translateX(-50%); }
.caramelia-notice[hidden] { display: none; }
.page-template-default main.section-shell { min-height: 60vh; }
.woocommerce main, .woocommerce-page main { padding: 60px clamp(24px, 7vw, 110px); }

.announcement {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 6px 20px;
  background: #2b2723;
  color: #e9dcc7;
  font-size: 9px;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.announcement-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--lime); }

.site-header {
  height: 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(24px, 5vw, 76px);
  background: rgba(250,247,240,.95);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 9px; width: max-content; }
.brand-logo { display: block; width: auto; object-fit: contain; }
.brand-logo-header { width: 116px; height: 82px; }
.brand-country { align-self: flex-end; margin: 0 0 19px -12px; padding: 3px 7px; background: #faf7f0; color: var(--green); font-family: Georgia, serif; font-size: 9px; font-style: italic; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-family: Georgia, serif;
  font-size: 13px;
}
.brand strong { display: block; font-family: Georgia, serif; font-size: 16px; letter-spacing: .11em; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; letter-spacing: .23em; }
.caramelia-menu { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 40px); }
.caramelia-menu a { font-size: 10px; color: var(--ink); letter-spacing: .08em; text-transform: uppercase; }
.caramelia-menu a:hover { color: var(--green); }
.cart-button {
  justify-self: end;
  border: 1px solid var(--green);
  border-radius: 0;
  padding: 10px 10px 10px 17px;
  color: #f7efe3;
  background: var(--green-dark);
  cursor: pointer;
}
.cart-button span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  margin-left: 8px;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-size: 11px;
}
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.menu-button { display: none; border: 0; background: transparent; color: var(--green-dark); font-size: 11px; cursor: pointer; }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  gap: clamp(42px, 7vw, 118px);
  padding: clamp(64px, 8vw, 110px) clamp(24px, 7vw, 110px);
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(90deg, rgba(174,143,91,.09) 1px, transparent 1px) 0 0 / 120px 100%,
    radial-gradient(circle at 86% 18%, rgba(190,157,99,.13), transparent 25%);
}
.hero::after { content: "CARÁCTER · CIENCIA · SENSORIALIDAD"; position: absolute; right: 20px; top: 50%; color: #9b845f; font-size: 7px; letter-spacing: .28em; writing-mode: vertical-rl; transform: translateY(-50%); }
.hero-copy { max-width: 680px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow > span { width: 23px; height: 1px; background: var(--green); }
h1 {
  max-width: 720px;
  margin: 22px 0 24px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(58px, 6vw, 88px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.055em;
}
h1 em { display: block; color: var(--green); font-weight: 400; }
.hero-description { max-width: 570px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { 
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 0;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-dark); color: #f8f1e6; }
.button-primary:hover { background: #4a4035; }
.button-secondary { border: 1px solid #b49a6a; background: rgba(255,253,248,.55); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-proof p { margin: 0; padding-right: 15px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.hero-proof p + p { padding-left: 15px; border-left: 1px solid var(--line); }
.hero-proof strong { color: var(--rose); margin-right: 7px; font-family: Georgia, serif; font-weight: 400; }

.hero-editorial { min-height: 525px; position: relative; display: grid; place-items: center; }
.hero-editorial::before { content: ""; width: 86%; height: 88%; position: absolute; right: -5%; top: 0; border: 1px solid #c4a66c; background: #e6d7c4; }
.editorial-frame { width: min(100%, 430px); min-height: 480px; position: relative; z-index: 2; padding: 1px; border: 12px solid #b99a5e; background: #b99a5e; box-shadow: 0 32px 70px rgba(60,48,34,.17); transform: none; }
.still-life { height: 370px; position: relative; overflow: hidden; background: linear-gradient(145deg, #eee4d8 0%, #cdb89f 100%); }
.still-life::before { content: ""; position: absolute; inset: auto -5% 0; height: 38%; background: #bca58c; transform: skewY(-4deg); transform-origin: left bottom; }
.soft-shadow { width: 78%; height: 30px; position: absolute; left: 12%; bottom: 43px; border-radius: 50%; background: rgba(48,39,30,.18); filter: blur(12px); }
.dropper, .apothecary, .cream-jar { position: absolute; z-index: 2; display: grid; place-items: center; color: #5c3441; box-shadow: 0 15px 24px rgba(79,40,53,.14); }
.dropper { width: 58px; height: 184px; left: 66px; bottom: 58px; border: 1px solid rgba(90,70,45,.5); border-radius: 23px 23px 14px 14px; background: rgba(250,244,234,.78); }
.dropper::before { content: ""; width: 28px; height: 59px; position: absolute; top: -55px; border-radius: 14px 14px 4px 4px; background: #3d352d; }
.dropper i { font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.apothecary { width: 114px; height: 235px; left: 145px; bottom: 55px; align-content: center; border-radius: 10px 10px 20px 20px; background: rgba(62,53,44,.9); color: #f1e3ce; }
.apothecary::before { content: ""; width: 72px; height: 29px; position: absolute; top: -24px; border-radius: 3px 3px 0 0; background: #211e1a; }
.apothecary i { width: 80px; padding: 20px 8px; border-top: 1px solid #dab7b6; border-bottom: 1px solid #dab7b6; text-align: center; font-family: Georgia, serif; font-size: 14px; font-style: normal; letter-spacing: .11em; }
.apothecary b { margin-top: 8px; font-size: 7px; font-weight: 400; letter-spacing: .16em; }
.cream-jar { width: 120px; height: 98px; right: 45px; bottom: 50px; border-radius: 9px 9px 24px 24px; background: #f2e4de; }
.cream-jar::before { content: ""; width: 126px; height: 27px; position: absolute; top: -19px; border-radius: 5px; background: #a48652; }
.cream-jar i { font-family: Georgia, serif; font-size: 12px; font-style: normal; letter-spacing: .12em; }
.editorial-caption { display: flex; justify-content: space-between; align-items: end; gap: 18px; padding: 18px 13px 15px; background: #efe5d8; color: #3f382f; }
.editorial-caption span { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.editorial-caption p { max-width: 220px; margin: 0; font-family: Georgia, serif; font-size: 17px; font-style: italic; line-height: 1.25; text-align: right; }
.editorial-kicker { position: absolute; left: -20px; top: 15px; z-index: 3; padding: 10px 13px; border-left: 1px solid var(--green); background: var(--paper); color: var(--green-dark); font-family: Georgia, serif; font-size: 18px; font-style: italic; line-height: 1.05; transform: none; }
.editorial-note { position: absolute; right: -4px; bottom: -4px; z-index: 3; margin: 0; padding: 10px 15px; border: 1px solid #c4a66c; background: var(--paper); color: var(--green); font-size: 7px; letter-spacing: .17em; text-transform: uppercase; transform: none; }

.hero-lab { min-height: 500px; position: relative; display: grid; place-items: center; }
.lab-grid {
  position: absolute;
  inset: -60px -110px;
  opacity: .48;
  background-image: linear-gradient(#dfe5df 1px, transparent 1px), linear-gradient(90deg, #dfe5df 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 68%);
}
.formula-card {
  width: min(100%, 425px);
  min-height: 466px;
  position: relative;
  z-index: 2;
  padding: 30px;
  border: 1px solid #cfd9d2;
  border-radius: 5px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 30px 70px rgba(31,72,53,.11);
  backdrop-filter: blur(8px);
}
.formula-top { display: flex; justify-content: space-between; color: #75867d; font-size: 9px; letter-spacing: .17em; }
.molecule { width: 190px; height: 180px; position: relative; margin: 15px auto 0; }
.molecule::before, .molecule::after {
  content: "";
  position: absolute;
  inset: 46px 35px;
  border: 1px solid #6a9b83;
  transform: rotate(30deg);
}
.molecule::after { transform: rotate(-30deg); }
.molecule i { width: 12px; height: 12px; position: absolute; z-index: 2; border: 3px solid white; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.molecule i:nth-child(1) { left: 90px; top: 17px; }
.molecule i:nth-child(2) { left: 27px; top: 55px; }
.molecule i:nth-child(3) { right: 27px; top: 55px; }
.molecule i:nth-child(4) { left: 27px; bottom: 34px; }
.molecule i:nth-child(5) { right: 27px; bottom: 34px; }
.molecule i:nth-child(6) { left: 90px; bottom: 0; background: var(--lime); box-shadow: 0 0 0 1px #a9c542; }
.ingredient-focus { text-align: center; }
.ingredient-focus span { display: block; color: #73847a; font-size: 8px; letter-spacing: .19em; }
.ingredient-focus strong { display: block; margin: 7px 0 3px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.ingredient-focus small { color: var(--muted); font-size: 11px; }
.formula-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 27px; border-top: 1px solid var(--line); }
.formula-stats p { margin: 0; padding: 19px 8px 0; text-align: center; }
.formula-stats p + p { border-left: 1px solid var(--line); }
.formula-stats span { display: block; color: #829087; font-size: 7px; letter-spacing: .14em; }
.formula-stats strong { display: block; margin-top: 5px; color: var(--green-dark); font-size: 12px; }
.floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid #d7dfd8;
  border-radius: 3px;
  background: white;
  color: #4f6359;
  box-shadow: 0 12px 30px rgba(31,72,53,.08);
  font-size: 9px;
  letter-spacing: .06em;
}
.floating-note span { color: var(--green); font-weight: 700; }
.note-one { left: -6px; top: 92px; }
.note-two { right: -10px; bottom: 82px; }

.standards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bca579; border-bottom: 1px solid #bca579; background: #efe6da; }
.standards > div { display: flex; align-items: center; gap: 22px; padding: 30px clamp(22px, 4vw, 62px); }
.standards > div + div { border-left: 1px solid var(--line); }
.standard-number { color: var(--green); font-family: Georgia, serif; font-size: 21px; font-style: italic; }
.standards p { margin: 0; }
.standards strong { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.standards small { color: var(--muted); font-size: 10px; }

.trust-story { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(60px, 9vw, 140px); padding: 130px clamp(24px, 9vw, 145px); background: #e9dfd2; }
.trust-note { width: min(100%, 420px); min-height: 500px; position: relative; justify-self: end; display: flex; flex-direction: column; justify-content: center; padding: 48px; border: 1px solid #b99a5e; background: #f9f5ed; box-shadow: 0 26px 55px rgba(67,53,38,.10); transform: none; }
.trust-note::before { content: ""; position: absolute; inset: 13px; border: 1px solid #e1d4c0; }
.note-label { position: relative; color: var(--green); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.quality-mark { width: 74px; height: 74px; position: relative; display: grid; place-items: center; margin-top: 28px; border: 1px solid #b99a5e; border-radius: 50%; color: var(--green); font-family: Georgia, serif; font-size: 22px; font-style: italic; }
.trust-note p { position: relative; margin: 24px 0 18px; color: #342e28; font-family: Georgia, serif; font-size: clamp(27px, 3vw, 38px); line-height: 1.15; }
.quality-list { position: relative; display: grid; gap: 9px; margin: 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.quality-list li { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.quality-list li::before { content: "—"; margin-right: 9px; color: var(--green); }
.trust-logo { width: 112px; height: auto; position: absolute; right: 28px; bottom: 25px; opacity: .78; filter: sepia(.15) drop-shadow(0 8px 10px rgba(63,48,34,.05)); }
.trust-story-copy { max-width: 650px; }
.trust-story-copy h2 { margin: 17px 0 25px; font-family: Georgia, serif; font-size: clamp(43px, 5vw, 68px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.trust-story-copy > p:not(.eyebrow) { max-width: 570px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.trust-promises { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 32px; padding-top: 24px; border-top: 1px solid #cdbc9f; }
.trust-promises span { color: var(--green); font-size: 10px; letter-spacing: .07em; }
.trust-promises span::before { content: "✦"; margin-right: 8px; color: var(--rose); }

.section-shell { padding: 105px clamp(24px, 7vw, 110px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-heading h2, .product-heading h2, .method h2, .confidence h2, .faq h2 { margin: 14px 0 0; font-family: Georgia, serif; font-size: clamp(38px, 4.5vw, 61px); font-weight: 400; letter-spacing: -.04em; }
.section-heading > p { max-width: 390px; margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.category-card { min-height: 310px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid #d1c0a6; transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(68,53,36,.09); }
.mint { background: #332e29; color: #f8f2e8; }
.lavender { background: #e9ddce; }
.peach { background: #f1e8dc; }
.blue { background: #dac7ae; }
.category-index { color: var(--green); font-size: 8px; letter-spacing: .19em; }
.category-symbol { align-self: center; display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid #b99a5e; border-radius: 50%; color: var(--green); font-family: Georgia, serif; font-size: 24px; }
.mint .category-symbol { color: #d6ba82; }
.mint .category-index, .mint .category-arrow { color: #d6ba82; }
.mint p { color: #cfc2b3; }
.category-card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.category-card p { max-width: 230px; margin: 0; color: #766d63; font-size: 11px; line-height: 1.6; }
.category-arrow { position: absolute; right: 20px; bottom: 22px; color: var(--green); }
.editorial-categories { grid-template-columns: 1.45fr 1fr 1fr; grid-template-rows: repeat(2, minmax(185px, auto)); }
.editorial-categories .feature-category { grid-row: 1 / 3; min-height: 520px; padding: 32px; }
.editorial-categories .feature-category .category-symbol { width: 155px; height: 155px; font-size: 50px; }
.editorial-categories .feature-category h3 { max-width: 320px; font-size: 38px; }
.editorial-categories .feature-category p { max-width: 330px; font-size: 12px; line-height: 1.7; }
.editorial-categories .feature-category .category-arrow { font-size: 10px; }
.editorial-categories .category-card:not(.feature-category) { min-height: 250px; }
.editorial-categories .category-card:nth-child(4) { grid-column: 2 / 4; }
.editorial-categories .category-card:nth-child(4) .category-symbol { position: absolute; right: 70px; top: 50%; transform: translateY(-50%); }

.products { background: #2b2723; color: #fbf5ea; }
.product-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 42px; }
.product-heading h2 { max-width: 580px; }
.product-heading small { display: block; margin-top: 14px; color: #b7aa98; font-size: 10px; }
.eyebrow.light { color: var(--lime); }
.eyebrow.light > span { background: var(--lime); }
.filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filters button { padding: 9px 14px; border: 1px solid #6b5c48; border-radius: 0; background: transparent; color: #cfc2b1; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.filters button.active { border-color: var(--lime); background: var(--lime); color: var(--green-dark); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.product-card { border: 1px solid #8d7651; background: #faf6ee; color: var(--ink); }
.product-visual { min-height: 300px; position: relative; display: grid; place-items: center; overflow: hidden; }
.product-visual::before { content: ""; width: 215px; height: 215px; position: absolute; border: 1px solid rgba(139,109,60,.3); border-radius: 50%; transform: none; }
.product-code { position: absolute; left: 18px; top: 17px; color: rgba(104,54,73,.8); font-family: Georgia, serif; font-size: 18px; font-style: italic; }
.product-category { position: absolute; right: 18px; top: 19px; color: #806b71; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.product-vessel { width: 105px; height: 165px; position: relative; z-index: 2; display: grid; place-items: center; border: 1px solid #8d7651; border-radius: 5px 5px 25px 25px; background: rgba(255,252,246,.78); box-shadow: 0 22px 36px rgba(68,51,31,.13); }
.product-vessel::before { content: ""; width: 57px; height: 26px; position: absolute; top: -25px; border: 1px solid #8d7651; border-bottom: 0; border-radius: 3px 3px 0 0; background: #3a332b; }
.product-vessel i { width: 78px; min-height: 76px; display: grid; align-content: center; gap: 4px; padding: 8px; border-top: 1px solid #a57782; border-bottom: 1px solid #a57782; text-align: center; font-style: normal; }
.product-vessel i b { font-family: Georgia, serif; font-size: 12px; font-weight: 400; letter-spacing: .06em; }
.product-vessel i small { font-size: 6px; letter-spacing: .12em; text-transform: uppercase; }
.rose-one { background: #d8c2a9; }
.rose-two { background: #eadfce; }
.almond { background: #cdb595; }
.ivory { background: #eee5d6; }
.mauve { background: #d4c9b8; }
.clay { background: #d7c0a4; }
.product-info { padding: 20px; }
.product-info > p { margin: 0 0 7px; font-family: Georgia, serif; font-size: 20px; }
.product-info > small { color: var(--muted); font-size: 10px; }
.product-info > div { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; padding-top: 17px; border-top: 1px solid var(--line); }
.product-info strong { font-size: 13px; }
.product-info button { border: 0; background: transparent; color: var(--green); font-size: 10px; font-weight: 700; cursor: pointer; }

.academy { background: #fffdf8; }
.academy-heading > p { max-width: 470px; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.course-card { border: 1px solid #cdbb9e; background: var(--paper); }
.course-cover { min-height: 270px; position: relative; display: grid; place-items: center; overflow: hidden; }
.course-wine .course-cover { background: #332e29; color: #f5ebda; }
.course-rose .course-cover { background: #b99a65; color: #2b2723; }
.course-nude .course-cover { background: #dac7af; color: #2b2723; }
.course-cover::after { content: ""; position: absolute; inset: 14px; border: 1px solid currentColor; opacity: .3; }
.course-cover > span { position: absolute; left: 20px; top: 18px; font-size: 8px; letter-spacing: .17em; }
.course-cover > small { position: absolute; left: 20px; bottom: 19px; padding: 6px 9px; border: 1px solid currentColor; border-radius: 99px; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.course-number { position: absolute; right: 9%; top: 4%; font-family: Georgia, serif; font-size: 140px; font-style: italic; line-height: 1; opacity: .16; }
.course-word { max-width: 190px; position: relative; z-index: 2; font-family: Georgia, serif; font-size: 31px; font-weight: 400; line-height: 1.05; text-align: center; }
.course-diagram { width: 145px; height: 145px; position: relative; border: 1px solid currentColor; border-radius: 50%; opacity: .7; }
.course-diagram::before, .course-diagram::after { content: ""; position: absolute; inset: 31px; border: 1px solid currentColor; transform: rotate(45deg); }
.course-diagram::after { transform: rotate(0deg); }
.course-diagram i { width: 8px; height: 8px; position: absolute; z-index: 2; border-radius: 50%; background: currentColor; }
.course-diagram i:nth-child(1) { left: 68px; top: -4px; }
.course-diagram i:nth-child(2) { left: -4px; top: 68px; }
.course-diagram i:nth-child(3) { right: -4px; bottom: 68px; }
.course-content { padding: 23px; }
.course-meta { display: flex; gap: 16px; color: #967a49; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.course-content h3 { min-height: 57px; margin: 15px 0 8px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.2; }
.course-content > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.course-buy { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.course-buy strong { font-size: 13px; }
.course-buy button { border: 0; background: transparent; color: var(--green); font-size: 10px; font-weight: 700; cursor: pointer; }

.method { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); padding: 110px clamp(24px, 7vw, 110px); background: #2f2a25; color: #faf3e8; }
.method-intro > p:last-child { max-width: 480px; color: #c8baaa; font-size: 14px; line-height: 1.8; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #695b48; }
.method-steps li { display: grid; grid-template-columns: 50px 1fr; gap: 17px; padding: 25px 0; border-bottom: 1px solid #695b48; }
.method-steps li > span { color: var(--lime); font-size: 9px; letter-spacing: .12em; }
.method-steps h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.method-steps p { margin: 0; color: #c7b9a8; font-size: 11px; }

.confidence { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.confidence-card { padding: clamp(38px, 6vw, 80px); border: 1px solid #b99a5e; background: #e3d5c3; }
.confidence-card h2 { max-width: 650px; }
.confidence-card > p:not(.eyebrow) { max-width: 530px; margin: 22px 0 30px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.confidence-stats { display: grid; align-content: stretch; border: 1px solid #cdbb9e; background: #fffdf8; }
.confidence-stats p { display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 15px; margin: 0; padding: 26px 32px; }
.confidence-stats p + p { border-top: 1px solid var(--line); }
.confidence-stats strong { color: var(--rose); font-family: Georgia, serif; font-size: 28px; font-style: italic; font-weight: 400; }
.confidence-stats span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.confidence-stats span b { display: block; margin-bottom: 5px; color: var(--ink); font-family: Georgia, serif; font-size: 16px; font-weight: 400; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 120px); padding-top: 30px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font-family: Georgia, serif; font-size: 18px; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--green); font-family: Arial, sans-serif; font-size: 19px; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -4px 30px 22px 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

footer { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 40px; padding: 70px clamp(24px, 7vw, 110px) 24px; border-top: 1px solid #b99a5e; background: #292520; color: white; }
.footer-brand > p { max-width: 290px; margin-top: 22px; color: #bfb1a0; font-size: 11px; line-height: 1.7; }
.footer-logo-panel { width: 190px; min-height: 145px; position: relative; display: grid; place-items: center; padding: 10px 14px; border: 1px solid #b99a5e; background: #f8f2e8; box-shadow: 0 15px 35px rgba(20,16,12,.22); transform: none; }
.brand-logo-footer { width: 154px; height: auto; }
.footer-logo-panel span { position: absolute; right: 14px; bottom: 12px; color: var(--green); font-family: Georgia, serif; font-size: 9px; font-style: italic; letter-spacing: .08em; text-transform: uppercase; }
footer h3 { margin: 0 0 18px; color: var(--lime); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
footer > div:not(.footer-brand) a, footer > div:not(.footer-brand) p { display: block; margin: 0 0 12px; color: #c6b8a8; font-size: 11px; }
.footer-bottom { grid-column: 1 / -1; margin: 36px 0 0; padding-top: 22px; border-top: 1px solid #5e5244; color: #998a79; font-size: 9px; }

.cart-layer { position: fixed; inset: 0; z-index: 100; display: flex; justify-content: flex-end; }
.cart-overlay { position: absolute; inset: 0; border: 0; background: rgba(43,38,33,.62); cursor: default; }
.cart-drawer { width: min(100%, 440px); height: 100%; position: relative; z-index: 1; display: flex; flex-direction: column; background: var(--paper); box-shadow: -20px 0 60px rgba(61,32,43,.25); }
.cart-title { display: flex; justify-content: space-between; align-items: center; padding: 28px; border-bottom: 1px solid var(--line); }
.cart-title small { color: var(--green); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.cart-title h2 { margin: 5px 0 0; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.cart-title button { border: 0; background: transparent; color: var(--green); font-size: 27px; cursor: pointer; }
.cart-items { flex: 1; overflow: auto; padding: 16px 28px; }
.empty-cart { display: grid; place-items: center; align-content: center; height: 100%; text-align: center; }
.empty-cart > span { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: Georgia, serif; }
.empty-cart h3 { margin: 20px 0 7px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.empty-cart p { max-width: 260px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.cart-item { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.cart-item > span { width: 44px; height: 52px; display: grid; place-items: center; background: #e5d7c4; color: var(--green); font-family: Georgia, serif; }
.cart-item p { margin: 0; }
.cart-item strong, .cart-item small { display: block; font-size: 11px; }
.cart-item small { margin-top: 5px; color: var(--muted); }
.cart-item button { border: 0; background: transparent; color: #8c9c94; cursor: pointer; }
.cart-summary { padding: 25px 28px 30px; border-top: 1px solid var(--line); background: white; }
.cart-summary p { display: flex; justify-content: space-between; margin: 0 0 20px; }
.cart-summary p span { font-size: 11px; }
.cart-summary p strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.cart-summary > button { width: 100%; min-height: 49px; border: 0; background: var(--green); color: white; font-weight: 700; cursor: pointer; }
.cart-summary > small { display: block; margin-top: 10px; color: var(--muted); text-align: center; font-size: 8px; }
.cart-summary > small.checkout-note { color: var(--green); font-size: 9px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .caramelia-menu { display: none; }
  .caramelia-menu.nav-open { position: absolute; left: 0; right: 0; top: 96px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 20px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 30px rgba(31,72,53,.1); }
  .caramelia-menu.nav-open a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .menu-button { display: inline-block; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 760px; }
  .hero-editorial { width: min(100%, 600px); margin: 0 auto; }
  .trust-story { grid-template-columns: 1fr 1.2fr; gap: 50px; padding-inline: 7vw; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-categories { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .editorial-categories .feature-category { grid-column: 1 / 3; grid-row: auto; min-height: 410px; }
  .editorial-categories .category-card:nth-child(4) { grid-column: 1 / 3; }
  .standards > div { align-items: flex-start; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .course-grid { grid-template-columns: 1fr; }
  .course-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .method, .confidence, .faq { grid-template-columns: 1fr; }
  footer { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  body.admin-bar .site-header { top: 46px; }
  .announcement { font-size: 8px; gap: 8px; }
  .site-header { height: 78px; padding: 0 18px; }
  .caramelia-menu.nav-open { top: 78px; }
  .brand-logo-header { width: 82px; height: 68px; }
  .brand-country { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 7px; }
  .cart-button { padding-left: 12px; font-size: 11px; }
  .hero { min-height: auto; padding: 58px 22px 75px; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-description { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { gap: 13px; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof p { padding: 9px 0; }
  .hero-proof p + p { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero-editorial { min-height: 455px; margin-top: 30px; }
  .editorial-frame { min-height: 410px; padding: 14px; }
  .still-life { height: 320px; }
  .dropper { left: 36px; bottom: 46px; transform: scale(.88); transform-origin: bottom; }
  .apothecary { left: 106px; bottom: 45px; transform: scale(.88); transform-origin: bottom; }
  .cream-jar { right: 27px; bottom: 41px; transform: scale(.88); transform-origin: bottom right; }
  .editorial-kicker { left: 5px; top: -15px; }
  .formula-card { min-height: 420px; padding: 23px 18px; }
  .molecule { transform: scale(.88); margin-top: 2px; }
  .floating-note { display: none; }
  .standards { grid-template-columns: 1fr; }
  .standards > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .trust-story { grid-template-columns: 1fr; padding: 85px 20px; }
  .trust-note { justify-self: center; min-height: 455px; padding: 42px 36px; }
  .trust-logo { width: 92px; right: 22px; bottom: 22px; }
  .trust-story-copy h2 { font-size: 44px; }
  .section-shell { padding: 76px 20px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 265px; }
  .editorial-categories { grid-template-columns: 1fr; }
  .editorial-categories .feature-category, .editorial-categories .category-card:nth-child(4) { grid-column: auto; }
  .editorial-categories .feature-category { min-height: 390px; }
  .editorial-categories .category-card:nth-child(4) .category-symbol { position: static; transform: none; }
  .product-heading { display: block; }
  .filters { justify-content: flex-start; margin-top: 24px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { min-height: 260px; }
  .course-card { display: block; }
  .course-cover { min-height: 240px; }
  .method { padding: 80px 20px; }
  .confidence-stats p { grid-template-columns: 85px 1fr; padding: 22px; }
  .faq { padding-top: 5px; }
  footer { grid-template-columns: 1fr 1fr; gap: 35px 24px; }
  .footer-brand { grid-column: 1 / -1; }
}

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