/*
  Магия Флоры — responsive static design prototype
  Brand direction: paper tactility, watercolor botanicals, natural imperfection.
  Fonts are intentionally not bundled. For production, connect the licensed
  Mediator Serif Web family and keep the logo as an approved vector asset.
*/

:root {
  --green: #3d592e;
  --green-deep: #263a1e;
  --green-dark: #1e2f18;
  --green-soft: #738b66;
  --sage: #9eaf93;
  --sage-light: #dfe7d9;
  --paper: #f3ede3;
  --paper-light: #fbf7f0;
  --paper-deep: #e8dccd;
  --white: #ffffff;
  --ink: #2d3429;
  --muted: #687064;
  --line: rgba(61, 89, 46, 0.18);
  --orange: #d87942;
  --yellow: #e3bd54;
  --sky: #a9c8d8;
  --purple: #9d7e9d;
  --silver: linear-gradient(180deg, #f2f2f2 1%, #9d9ba0 30%, #f6f6f6 52%, #9d9ba0 91%);
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --text: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --ui: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --shadow-sm: 0 10px 30px rgba(38, 58, 30, 0.08);
  --shadow-md: 0 24px 70px rgba(38, 58, 30, 0.14);
  --radius-sm: 12px 16px 13px 18px;
  --radius-md: 22px 30px 24px 34px;
  --radius-lg: 44px 65px 48px 70px;
  --container: 1320px;
  --header-h: 86px;
  --transition: 220ms cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper-light);
  font-family: var(--text);
  font-size: 18px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: url("../images/paper.webp") center / 720px auto repeat;
  opacity: .18;
  mix-blend-mode: multiply;
}
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
button, input, select, textarea { border-radius: 0; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(216, 121, 66, .55);
  outline-offset: 3px;
}
::selection { color: var(--white); background: var(--green); }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  margin-bottom: .45em;
  font-family: var(--display);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.035em;
  text-wrap: balance;
}
h1 { font-size: clamp(3.3rem, 7vw, 7.5rem); }
h2 { font-size: clamp(2.35rem, 4.3vw, 4.9rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
p { margin-bottom: 1em; }
strong { font-weight: 700; }
em, .latin { font-style: italic; }
small { font-family: var(--ui); }

.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.section--tight { padding: 48px 0; }
.section--paper {
  background: rgba(243, 237, 227, .72);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section--green { color: var(--white); background: var(--green); }
.section--green::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  background: url("../images/paper.webp") center/800px repeat;
  mix-blend-mode: screen;
}
.section--green > * { position: relative; }
.sr-only, .skip-link:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--green-deep);
  border-radius: 8px;
  font-family: var(--ui);
}
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.icon--xs { width: 14px; height: 14px; }
.icon--sm { width: 18px; height: 18px; }
.icon--lg { width: 38px; height: 38px; }
.icon--xl { width: 64px; height: 64px; }
.icon--back { transform: rotate(180deg); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--green);
  font: 700 .74rem/1.2 var(--ui);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.section--green .eyebrow, .recipe-hero .eyebrow { color: rgba(255,255,255,.72); }
.lead { font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.45; }
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: rgba(255,255,255,.48);
  font: 700 .66rem/1 var(--ui);
  letter-spacing: .07em;
  text-transform: uppercase;
}
.tag--light { color: var(--white); border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.08); }
.badge {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  padding: 8px 12px;
  color: var(--white);
  background: var(--green);
  border-radius: 999px 999px 999px 4px;
  font: 700 .65rem/1 var(--ui);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 40px;
  color: var(--muted);
  font: 500 .74rem/1.4 var(--ui);
}
.breadcrumbs a:hover { color: var(--green); }
.breadcrumbs b { color: var(--ink); font-weight: 600; }
.breadcrumbs--light, .breadcrumbs--light b { color: rgba(255,255,255,.72); }
.breadcrumbs--light a:hover { color: var(--white); }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px 999px 999px 10px;
  font: 700 .82rem/1 var(--ui);
  letter-spacing: .01em;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--green); box-shadow: 0 12px 28px rgba(61, 89, 46, .18); }
.button--primary:hover { background: var(--green-deep); box-shadow: 0 16px 34px rgba(61, 89, 46, .24); }
.button--outline { color: var(--green); border-color: var(--green); background: transparent; }
.button--outline:hover { color: var(--white); background: var(--green); }
.button--ghost { color: var(--green); border-color: var(--line); background: rgba(255,255,255,.4); }
.button--text { min-height: 48px; padding-inline: 8px; color: var(--green); border: 0; border-bottom: 1px solid var(--green); border-radius: 0; }
.button--light { color: var(--green-deep); background: var(--paper-light); }
.button--light:hover { background: var(--white); }
.button--ghost-light { color: var(--white); border-color: rgba(255,255,255,.45); background: transparent; }
.button--wide { width: 100%; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  border: 0;
  background: none;
  font: 700 .79rem/1.2 var(--ui);
}
.text-link .icon { transition: transform var(--transition); }
.text-link:hover .icon { transform: translateX(5px); }
.icon-button {
  position: relative;
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  color: var(--green-deep);
  border: 0;
  border-radius: 50%;
  background: transparent;
  transition: background var(--transition), transform var(--transition);
}
.icon-button:hover { background: rgba(61,89,46,.08); transform: translateY(-1px); }
.action-count {
  position: absolute;
  top: 1px;
  right: 0;
  display: grid;
  min-width: 17px;
  height: 17px;
  place-items: center;
  padding: 0 4px;
  color: var(--white);
  background: var(--orange);
  border: 2px solid var(--paper-light);
  border-radius: 999px;
  font: 700 9px/1 var(--ui);
}

/* Header */
.announcement { color: var(--white); background: var(--green-deep); }
.announcement__inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font: 600 .65rem/1 var(--ui);
  letter-spacing: .03em;
}
.announcement a { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.86); }
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--green-deep);
  background: rgba(251, 247, 240, .92);
  border-bottom: 1px solid rgba(61,89,46,.12);
  backdrop-filter: blur(14px);
  transition: box-shadow var(--transition), transform var(--transition);
}
.site-header.is-scrolled { box-shadow: 0 10px 40px rgba(38,58,30,.08); }
.utility-bar { border-bottom: 1px solid rgba(61,89,46,.09); }
.utility-bar__inner { display: flex; min-height: 32px; align-items: center; justify-content: space-between; }
.utility-links { display: flex; align-items: center; gap: 20px; color: var(--muted); font: 500 .65rem/1 var(--ui); }
.utility-links span { display: inline-flex; align-items: center; gap: 6px; }
.utility-links a:hover { color: var(--green); }
.header-main { display: grid; min-height: var(--header-h); grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; }
.brand { display: block; width: 205px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { justify-self: center; }
.desktop-nav ul { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.nav-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 5px;
  padding: 0 11px;
  color: var(--ink);
  border: 0;
  border-radius: 999px;
  background: transparent;
  font: 600 .77rem/1 var(--ui);
  white-space: nowrap;
  transition: color var(--transition), background var(--transition);
}
.nav-link:hover, .nav-link.is-active, .nav-link[aria-expanded="true"] { color: var(--green); background: rgba(61,89,46,.08); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 2px; }
.mobile-menu-toggle { display: none; }
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  color: var(--ink);
  background: var(--paper-light);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  pointer-events: none;
  transition: max-height 420ms ease, opacity 220ms ease;
}
.mega-menu.is-open { max-height: 620px; opacity: 1; pointer-events: auto; }
.mega-menu__grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 270px; gap: 54px; padding-top: 44px; padding-bottom: 46px; }
.mega-menu h2 { max-width: 330px; margin-bottom: 18px; font-size: 2.8rem; }
.mega-menu h3 { margin: 8px 0 18px; font: 700 .72rem/1 var(--ui); letter-spacing: .1em; text-transform: uppercase; }
.mega-menu p { max-width: 340px; color: var(--muted); font-size: 1rem; }
.mega-menu__grid > div:not(.mega-menu__intro) { display: flex; flex-direction: column; gap: 12px; }
.mega-menu__grid > div:not(.mega-menu__intro) a { display: flex; justify-content: space-between; gap: 12px; font-size: 1rem; }
.mega-menu__grid > div:not(.mega-menu__intro) a:hover { color: var(--green); transform: translateX(3px); }
.mega-menu__grid > div a span { color: var(--muted); font: 600 .65rem/1 var(--ui); }
.mega-menu__feature { position: relative; min-height: 265px; overflow: hidden; border-radius: 24px 34px 26px 38px; }
.mega-menu__feature::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(22,35,17,.84)); }
.mega-menu__feature img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.mega-menu__feature:hover img { transform: scale(1.04); }
.mega-menu__feature span, .mega-menu__feature strong, .mega-menu__feature em { position: absolute; z-index: 2; left: 20px; color: var(--white); }
.mega-menu__feature span { bottom: 66px; font: 700 .62rem/1 var(--ui); letter-spacing: .12em; text-transform: uppercase; }
.mega-menu__feature strong { bottom: 36px; font-size: 1.2rem; }
.mega-menu__feature em { bottom: 14px; font: 500 .74rem/1 var(--ui); }

/* drawers and overlays */
.mobile-drawer, .search-overlay, .cart-drawer, .wishlist-drawer {
  position: fixed;
  z-index: 400;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(22,35,17,.45);
  backdrop-filter: blur(4px);
  transition: opacity var(--transition), visibility var(--transition);
}
.mobile-drawer.is-open, .search-overlay.is-open, .cart-drawer.is-open, .wishlist-drawer.is-open { visibility: visible; opacity: 1; }
.mobile-drawer__panel, .cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(470px, 100%);
  height: 100%;
  overflow: auto;
  padding: 30px;
  background: var(--paper-light);
  box-shadow: var(--shadow-md);
  transform: translateX(100%);
  transition: transform 350ms cubic-bezier(.2,.8,.2,1);
}
.mobile-drawer.is-open .mobile-drawer__panel, .cart-drawer.is-open .cart-drawer__panel, .wishlist-drawer.is-open .cart-drawer__panel { transform: translateX(0); }
.drawer-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.drawer-head img { width: 185px; }
.drawer-head h2 { margin: 0; font-size: 2.3rem; }
.drawer-head .eyebrow { margin-bottom: 7px; }
.mobile-drawer nav { display: flex; flex-direction: column; }
.mobile-drawer nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 1.45rem; }
.drawer-contact { display: flex; flex-direction: column; gap: 6px; margin-top: 35px; padding: 20px; color: var(--white); background: var(--green); border-radius: var(--radius-md); }
.drawer-contact a { font-size: 1.35rem; }
.drawer-contact span { font: 500 .72rem/1.4 var(--ui); opacity: .75; }
.search-dialog {
  position: absolute;
  top: 70px;
  left: 50%;
  width: min(940px, calc(100% - 40px));
  max-height: calc(100vh - 140px);
  overflow: auto;
  padding: 42px;
  background: var(--paper-light);
  border-radius: 30px 44px 32px 48px;
  box-shadow: var(--shadow-md);
  transform: translate(-50%, -20px) scale(.98);
  transition: transform var(--transition);
}
.search-overlay.is-open .search-dialog { transform: translate(-50%, 0) scale(1); }
.search-field { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 14px 18px; border: 1px solid var(--green); border-radius: 14px 18px 15px 21px; background: var(--white); }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 1.2rem; }
.search-field kbd { padding: 4px 7px; color: var(--muted); border: 1px solid var(--line); border-radius: 6px; font: 600 .6rem/1 var(--ui); }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 18px 0 28px; color: var(--muted); font: 500 .7rem/1 var(--ui); }
.search-suggestions button { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: transparent; }
.search-results { display: grid; gap: 8px; }
.search-results > a { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 15px; padding: 12px; border-radius: 14px; transition: background var(--transition); }
.search-results > a:hover { background: var(--paper); }
.search-results span { display: flex; flex-direction: column; }
.search-results small { color: var(--muted); font-size: .7rem; }
.search-results b { font: 700 .76rem/1 var(--ui); }
.mini-product, .result-icon { width: 58px; height: 58px; border-radius: 12px 16px 13px 18px; background: var(--paper); }
.mini-product--orange { background: radial-gradient(circle at 55% 55%, #e9873f 0 28%, transparent 29%), linear-gradient(145deg, #f0d9c1, #dce7d8); }
.result-icon { display: grid !important; place-items: center; color: var(--green); }
.cart-drawer__panel { display: flex; flex-direction: column; }
.cart-line { display: grid; grid-template-columns: 82px 1fr auto; align-items: start; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cart-line__image { display: grid; width: 82px; height: 100px; place-items: center; overflow: hidden; background: var(--paper); border-radius: 12px 18px 14px 20px; }
.cart-line > div:nth-child(2) { display: flex; flex-direction: column; gap: 4px; }
.cart-line > div:nth-child(2) a { font-size: 1.12rem; font-weight: 700; }
.cart-line > div:nth-child(2) > span { color: var(--muted); font: 500 .68rem/1 var(--ui); }
.cart-line > strong { font: 700 .75rem/1 var(--ui); white-space: nowrap; }
.mini-bottle { position: relative; width: 34px; height: 66px; margin-top: 12px; border-radius: 5px 5px 10px 10px; background: #131a55; box-shadow: inset -8px 0 12px rgba(0,0,0,.35); }
.mini-bottle::before { content: ""; position: absolute; top: -15px; left: 4px; width: 26px; height: 18px; border-radius: 4px 4px 2px 2px; background: repeating-linear-gradient(90deg,#151515 0 2px,#333 2px 4px); }
.mini-bottle::after { content: ""; position: absolute; inset: 20px 3px 8px; border-radius: 2px; background: var(--orange); }
.qty { display: inline-grid; grid-template-columns: 40px 42px 40px; min-height: 48px; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); }
.qty button { border: 0; background: transparent; }
.qty output { display: grid; place-items: center; font: 700 .77rem/1 var(--ui); }
.qty--small { grid-template-columns: 27px 29px 27px; min-height: 32px; width: fit-content; margin-top: 10px; }
.delivery-progress { margin: 24px 0; }
.delivery-progress > div:first-child { display: flex; justify-content: space-between; gap: 12px; font: 600 .7rem/1 var(--ui); }
.progress { height: 6px; margin-top: 12px; overflow: hidden; border-radius: 999px; background: var(--paper-deep); }
.progress i { display: block; height: 100%; border-radius: inherit; background: var(--green); }
.cart-total { display: flex; justify-content: space-between; margin: auto 0 22px; padding-top: 30px; font: 600 .85rem/1 var(--ui); }
.cart-total strong { font-size: 1.25rem; }
.cart-drawer__panel > .button + .button { margin-top: 10px; }
.empty-state { display: flex; flex: 1; align-items: center; justify-content: center; flex-direction: column; text-align: center; color: var(--green); }
.empty-state h3 { max-width: 300px; margin-top: 22px; }
.empty-state p { max-width: 340px; color: var(--muted); }
.toast { position: fixed; z-index: 900; left: 50%; bottom: 30px; max-width: calc(100% - 30px); padding: 13px 18px; color: var(--white); background: var(--green-deep); border-radius: 999px; box-shadow: var(--shadow-md); font: 650 .74rem/1.3 var(--ui); opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: opacity var(--transition), transform var(--transition); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.mobile-bottom-nav { display: none; }

/* common section heads */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.section-head > div { max-width: 820px; }
.section-head h2 { margin-bottom: 14px; }
.section-head p { max-width: 680px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.section--green .section-head p { color: rgba(255,255,255,.7); }
.section--green .section-head .text-link { color: var(--white); }
.scroll-row { scrollbar-width: none; }
.scroll-row::-webkit-scrollbar { display: none; }

/* home hero */
.hero { position: relative; overflow: hidden; }
.hero--home { min-height: calc(100vh - 152px); padding: 56px 0 34px; background: linear-gradient(100deg, rgba(243,237,227,.85), rgba(251,247,240,.6)); }
.hero--home::before { content: ""; position: absolute; z-index: -1; inset: 0 54% 0 0; background: rgba(255,255,255,.28); border-radius: 0 0 55% 0; }
.hero__grid { display: grid; min-height: 720px; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
.hero__copy { position: relative; z-index: 3; padding-bottom: 42px; }
.hero__copy h1 { max-width: 720px; margin-bottom: 25px; color: var(--green-deep); font-size: clamp(4.2rem, 6.3vw, 7.3rem); }
.hero__copy h1 em { color: var(--green); font-weight: 400; }
.hero__copy > p { max-width: 650px; color: #51594d; font-size: clamp(1.13rem, 1.5vw, 1.35rem); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin: 34px 0 42px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 14px 24px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font: 600 .68rem/1.3 var(--ui); }
.hero__trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust .icon { width: 18px; height: 18px; color: var(--green); }
.hero__visual { position: relative; min-height: 700px; }
.hero-photo { position: absolute; inset: 0 0 35px 85px; overflow: hidden; border-radius: 48% 48% 18% 18% / 24% 24% 12% 12%; background: var(--paper); box-shadow: var(--shadow-md); }
.hero-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 52%; }
.hero-botanical { position: absolute; z-index: 2; left: -130px; bottom: -160px; width: 520px; max-width: none; filter: drop-shadow(0 18px 25px rgba(38,58,30,.18)); transform: rotate(-10deg); }
.hero-note { position: absolute; z-index: 3; top: 80px; left: 24px; display: flex; width: 175px; height: 175px; align-items: center; justify-content: center; flex-direction: column; gap: 8px; color: var(--white); background: var(--green); border-radius: 50% 48% 52% 47%; box-shadow: var(--shadow-md); text-align: center; transform: rotate(-7deg); }
.hero-note img { width: 48px; height: 55px; object-fit: contain; filter: brightness(0) invert(1); }
.hero-note span { font: 500 .72rem/1.3 var(--ui); }
.hero-note strong { font-size: .92rem; }
.hero-caption { position: absolute; z-index: 3; right: -5px; bottom: 0; display: grid; width: 280px; grid-template-columns: auto 1fr; gap: 14px; padding: 18px; color: var(--green-deep); background: rgba(251,247,240,.94); border: 1px solid rgba(61,89,46,.12); border-radius: 14px 18px 15px 24px; box-shadow: var(--shadow-sm); backdrop-filter: blur(8px); }
.hero-caption span { color: var(--orange); font: 700 .69rem/1 var(--ui); }
.hero-caption p { margin: 0; font-size: .9rem; line-height: 1.35; }
.hero-scroll { position: relative; display: flex; justify-content: center; align-items: center; gap: 8px; color: var(--muted); font: 600 .64rem/1 var(--ui); letter-spacing: .07em; text-transform: uppercase; }
.reveal { animation: reveal-up .75s both; }
.reveal--delay { animation-delay: .14s; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* quick finder */
.finder-card { display: grid; grid-template-columns: .9fr 2fr auto; align-items: center; gap: 28px; padding: 30px 34px; color: var(--white); background: var(--green-deep); border-radius: 22px 32px 25px 38px; box-shadow: var(--shadow-md); }
.finder-card .eyebrow { margin-bottom: 8px; color: rgba(255,255,255,.65); }
.finder-card h2 { margin: 0; font-size: clamp(2rem,3vw,3.4rem); }
.finder-options { display: grid; grid-template-columns: repeat(5, minmax(95px,1fr)); gap: 8px; }
.finder-options a { display: flex; min-height: 90px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px 18px 14px 20px; background: rgba(255,255,255,.06); text-align: center; font: 600 .67rem/1.2 var(--ui); transition: background var(--transition), transform var(--transition); }
.finder-options a:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.finder-options span { font-size: 1.55rem; }
.finder-search { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font: 700 .69rem/1.3 var(--ui); }

/* categories */
.category-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; grid-template-rows: 260px 260px; gap: 18px; }
.category-card { position: relative; display: flex; overflow: hidden; padding: 28px; border: 1px solid rgba(61,89,46,.11); border-radius: 22px 30px 24px 36px; transition: transform var(--transition), box-shadow var(--transition); }
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.category-card > div { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; }
.category-card span { font: 650 .64rem/1 var(--ui); letter-spacing: .05em; text-transform: uppercase; }
.category-card h3 { margin-top: auto; margin-bottom: 9px; font-size: 2rem; }
.category-card p { max-width: 300px; margin: 0; font-size: .95rem; line-height: 1.4; }
.category-card img { position: absolute; right: -4%; bottom: -22%; width: 63%; height: 86%; object-fit: cover; object-position: center; border-radius: 45% 46% 6% 40%; mix-blend-mode: multiply; transition: transform 500ms ease; }
.category-card:hover img { transform: scale(1.04) rotate(1deg); }
.category-card--large { grid-row: 1 / 3; }
.category-card--large img { right: -18%; bottom: -12%; width: 82%; height: 78%; object-position: 48% 45%; }
.category-card--large h3 { font-size: 3.4rem; }
.tone-sage { background: #dfe8da; }
.tone-sky { background: #dceaf0; }
.tone-orange { background: #f0d6c3; }
.tone-yellow { background: #f1e5b9; }
.tone-paper { background: #e9dfd2; }

/* product cards */
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 44px 20px; }
.product-grid--home { grid-template-columns: repeat(4, minmax(0,1fr)); }
.product-card { position: relative; min-width: 0; }
.product-card__media { position: relative; display: block; height: 390px; overflow: hidden; background: var(--paper); border-radius: 22px 31px 24px 36px; }
.product-card__media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(61,89,46,.08); border-radius: inherit; pointer-events: none; }
.product-card__media > img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-card__media > img { transform: scale(1.055); }
.product-mark { position: absolute; z-index: 2; top: 16px; right: 16px; display: grid; width: 30px; height: 34px; place-items: center; }
.product-mark img { width: 100%; height: 100%; object-fit: contain; }
.product-bottle { position: absolute; z-index: 2; right: 14%; bottom: 5%; width: 60px; height: 115px; border-radius: 7px 7px 16px 16px; background: #171d5b; box-shadow: inset -12px 0 16px rgba(0,0,0,.28), 0 16px 22px rgba(32,36,27,.22); transform: rotate(3deg); transition: transform 450ms ease; }
.product-card:hover .product-bottle { transform: rotate(0) translateY(-5px); }
.product-bottle::before { content: ""; position: absolute; top: -29px; left: 6px; width: 48px; height: 34px; border-radius: 7px 7px 3px 3px; background: repeating-linear-gradient(90deg,#111 0 3px,#343434 3px 6px); box-shadow: 0 6px 0 #202020; }
.product-bottle i { position: absolute; inset: 34px 4px 10px; background: var(--label,#d87942); border-radius: 3px; }
.product-bottle b, .product-bottle em { position: absolute; z-index: 2; left: 8px; right: 8px; color: white; text-align: center; }
.product-bottle b { top: 43px; font-size: .53rem; line-height: .86; }
.product-bottle em { bottom: 18px; overflow: hidden; font: 700 .36rem/1 var(--ui); text-overflow: ellipsis; white-space: nowrap; }
.bottle-tone--orange { --label: #c36b43; }
.bottle-tone--yellow { --label: #c79e38; }
.bottle-tone--sage { --label: #778d6c; }
.bottle-tone--blue { --label: #697e9b; }
.bottle-tone--pink { --label: #a76477; }
.bottle-tone--green { --label: #50734b; }
.bottle-tone--purple { --label: #78618e; }
.bottle-tone--forest { --label: #344e39; }
.bottle-tone--mint { --label: #5e8e83; }
.bottle-tone--sky { --label: #7296a5; }
.bottle-tone--lemon { --label: #c0a43a; }
.bottle-tone--eucalyptus { --label: #3f6c50; }
.wishlist-button { position: absolute; z-index: 5; top: 12px; right: 12px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; color: var(--green); border: 0; border-radius: 50%; background: rgba(251,247,240,.88); box-shadow: 0 5px 18px rgba(38,58,30,.08); backdrop-filter: blur(6px); transition: color var(--transition), background var(--transition), transform var(--transition); }
.wishlist-button:hover, .wishlist-button.is-active, [data-wishlist].is-active { color: var(--white); background: var(--orange); transform: scale(1.04); }
.wishlist-button.is-active svg, [data-wishlist].is-active svg { fill: currentColor; }
.product-card__content { padding: 18px 4px 0; }
.product-type { margin: 0 0 8px; color: var(--muted); font: 650 .61rem/1 var(--ui); letter-spacing: .07em; text-transform: uppercase; }
.product-card h3 { margin: 0 0 5px; font-size: 1.42rem; line-height: 1.1; }
.product-card h3 a:hover { color: var(--green); }
.product-card .latin { margin: 0; color: var(--muted); font-size: .92rem; }
.product-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; }
.product-card__bottom strong { font: 700 .83rem/1 var(--ui); }
.round-add { display: grid; width: 40px; height: 40px; place-items: center; padding: 0; color: var(--white); border: 0; border-radius: 50% 50% 50% 12px; background: var(--green); transition: transform var(--transition), background var(--transition); }
.round-add:hover { background: var(--green-deep); transform: rotate(5deg) scale(1.05); }

/* manifesto */
.manifesto-grid { display: grid; grid-template-columns: 1fr .94fr; align-items: center; gap: 100px; }
.manifesto-visual { position: relative; min-height: 720px; }
.photo-stack { position: absolute; inset: 0; }
.photo-stack img { position: absolute; object-fit: cover; box-shadow: var(--shadow-md); }
.photo-stack img:first-child { top: 0; left: 0; width: 58%; height: 78%; border-radius: 44% 44% 13% 13% / 20% 20% 10% 10%; }
.photo-stack img:last-child { right: 0; bottom: 0; width: 52%; height: 68%; border: 10px solid var(--paper-light); border-radius: 18px 30px 22px 42px; }
.manifesto-branch { position: absolute; z-index: 3; left: -120px; bottom: -20px; width: 610px; max-width: none; filter: drop-shadow(0 16px 20px rgba(38,58,30,.13)); }
.manifesto-copy h2 { font-size: clamp(3rem,5vw,5.8rem); }
.manifesto-copy > p:not(.lead) { color: var(--muted); }
.manifesto-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 34px 0 36px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.manifesto-stats div { display: flex; flex-direction: column; }
.manifesto-stats strong { color: var(--green); font: 500 2.25rem/1 var(--display); }
.manifesto-stats span { margin-top: 6px; color: var(--muted); font: 600 .65rem/1.3 var(--ui); }

/* quality */
.quality-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.quality-grid article { position: relative; min-height: 300px; padding: 35px 28px; border-right: 1px solid rgba(255,255,255,.18); }
.quality-grid article:last-child { border-right: 0; }
.quality-grid .icon { margin-bottom: 70px; color: rgba(255,255,255,.82); }
.quality-grid article > span { position: absolute; top: 36px; right: 26px; font: 600 .65rem/1 var(--ui); opacity: .55; }
.quality-grid h3 { font-size: 1.6rem; }
.quality-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: .95rem; line-height: 1.48; }
.quality-link { display: flex; align-items: center; justify-content: space-between; padding: 30px 0 0; color: var(--white); font-size: 1.35rem; }
.quality-link .icon { transition: transform var(--transition); }
.quality-link:hover .icon { transform: translateX(7px); }

/* recipes preview */
.recipe-showcase { display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; }
.recipe-feature { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 24px 34px 26px 42px; }
.recipe-feature__image { position: relative; min-height: 530px; overflow: hidden; }
.recipe-feature__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.recipe-feature:hover .recipe-feature__image img { transform: scale(1.04); }
.recipe-time { position: absolute; left: 20px; bottom: 20px; padding: 9px 12px; background: rgba(251,247,240,.88); border-radius: 999px; font: 700 .65rem/1 var(--ui); }
.recipe-feature > div:last-child { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 42px; }
.recipe-feature h3 { margin-top: 20px; font-size: 3rem; }
.recipe-feature p { color: var(--muted); }
.ingredient-dots { display: flex; align-items: center; gap: 7px; margin-top: 20px; font: 600 .66rem/1 var(--ui); }
.ingredient-dots i, .mood-legend i, .recipe-orbit i { display: inline-block; width: 17px; height: 17px; border: 3px solid rgba(255,255,255,.65); border-radius: 50%; box-shadow: 0 0 0 1px rgba(38,58,30,.1); }
.dot-orange { background: var(--orange); }
.dot-forest { background: var(--green); }
.dot-purple { background: var(--purple); }
.recipe-list { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.recipe-list a { display: grid; flex: 1; grid-template-columns: 34px 1fr auto; align-items: center; gap: 18px; padding: 24px 10px; border-bottom: 1px solid var(--line); }
.recipe-list a > span { color: var(--orange); font: 700 .65rem/1 var(--ui); }
.recipe-list small { color: var(--green); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.recipe-list h3 { margin: 7px 0 5px; font-size: 1.65rem; }
.recipe-list p { margin: 0; color: var(--muted); font-size: .9rem; }
.recipe-list > a > .icon { transition: transform var(--transition); }
.recipe-list a:hover > .icon { transform: translateX(6px); }

/* reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.reviews-grid blockquote { display: flex; min-height: 330px; flex-direction: column; margin: 0; padding: 30px; background: rgba(255,255,255,.52); border: 1px solid var(--line); border-radius: 18px 26px 21px 34px; }
.stars { color: var(--orange); font: 700 .78rem/1 var(--ui); letter-spacing: .12em; }
.reviews-grid blockquote > p { margin: 28px 0 30px; font-size: 1.25rem; line-height: 1.45; }
.reviews-grid blockquote footer { display: flex; flex-direction: column; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.reviews-grid blockquote footer strong { font-size: 1rem; }
.reviews-grid blockquote footer span { color: var(--muted); font: 500 .68rem/1.3 var(--ui); }
.review-summary { display: flex; min-height: 330px; align-items: center; justify-content: center; flex-direction: column; padding: 30px; color: var(--white); background: var(--green); border-radius: 18px 26px 21px 34px; text-align: center; }
.review-summary > strong { font: 500 5rem/1 var(--display); }
.review-summary .stars { margin: 12px 0; color: var(--yellow); }
.review-summary > span { margin-bottom: 28px; color: rgba(255,255,255,.7); font: 500 .7rem/1 var(--ui); }
.review-summary .button { color: var(--white); border-color: rgba(255,255,255,.5); }

/* journal preview */
.article-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 18px; }
.article-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 20px 28px 22px 36px; background: rgba(255,255,255,.35); }
.article-card img { width: 100%; height: 270px; object-fit: cover; transition: transform 600ms ease; }
.article-card:hover img { transform: scale(1.04); }
.article-card > div { display: flex; flex: 1; align-items: flex-start; flex-direction: column; padding: 26px; }
.article-card h3 { margin: 18px 0 12px; font-size: 1.55rem; line-height: 1.1; }
.article-card p { color: var(--muted); font-size: .95rem; }
.article-card small { margin-top: auto; color: var(--muted); font-size: .67rem; }
.article-card--large { display: grid; grid-template-columns: 1.05fr .95fr; }
.article-card--large img { height: 100%; min-height: 430px; }
.article-card--large h3 { font-size: 2.65rem; }

/* newsletter */
.newsletter-card { position: relative; display: grid; min-height: 350px; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; overflow: hidden; padding: 58px 70px; color: var(--white); background: var(--green); border-radius: 24px 38px 28px 52px; }
.newsletter-card > div, .newsletter-form { position: relative; z-index: 2; }
.newsletter-card h2 { font-size: clamp(2.6rem,4vw,4.2rem); }
.newsletter-card p { max-width: 520px; color: rgba(255,255,255,.72); }
.newsletter-card .eyebrow { color: rgba(255,255,255,.7); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.newsletter-form input { width: 100%; min-height: 58px; padding: 0 20px; color: var(--white); border: 1px solid rgba(255,255,255,.38); border-radius: 999px 999px 999px 12px; background: rgba(255,255,255,.08); outline: 0; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.65); }
.newsletter-form small { grid-column: 1/-1; color: rgba(255,255,255,.55); font-size: .62rem; }
.newsletter-card > img { position: absolute; z-index: 1; right: -70px; bottom: -320px; width: 500px; opacity: .32; transform: rotate(-7deg); }

/* page heroes */
.page-hero { position: relative; min-height: 440px; overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero > .container { position: relative; display: flex; min-height: inherit; align-items: center; padding-top: 58px; padding-bottom: 58px; }
.page-hero > .container > div:first-child { position: relative; z-index: 2; max-width: 760px; }
.page-hero .breadcrumbs { margin-bottom: 55px; }
.page-hero h1 { margin-bottom: 18px; color: var(--green-deep); font-size: clamp(4.5rem,7vw,8rem); }
.page-hero p { max-width: 680px; margin: 0; color: var(--muted); font-size: 1.15rem; }
.page-hero > .container > img { position: absolute; right: -80px; bottom: -180px; width: 650px; max-height: 650px; object-fit: contain; opacity: .8; }
.page-hero--catalog > .container > img, .page-hero--journal > .container > img { right: -180px; bottom: -160px; width: 740px; }
.page-hero--compact { min-height: 390px; }
.page-hero--compact > .container > img { right: 0; bottom: -180px; width: 450px; }
.page-hero--recipes > .container > img, .page-hero--reviews > .container > img { right: 0; bottom: -340px; width: 530px; }
.page-hero--discounts > .container > img { right: 0; bottom: -30px; width: 520px; height: 390px; object-fit: cover; border-radius: 48% 48% 0 0; mix-blend-mode: multiply; }
.page-hero--help > .container > img { right: -40px; bottom: -270px; width: 560px; }

/* catalog */
.catalog-categories { padding: 26px 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.33); }
.catalog-categories .scroll-row { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; }
.catalog-categories a { position: relative; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 12px; padding: 10px 12px; border: 1px solid transparent; border-radius: 13px 18px 14px 22px; font-family: var(--ui); }
.catalog-categories a:hover, .catalog-categories a.is-active { border-color: var(--line); background: rgba(255,255,255,.6); }
.catalog-categories strong { font-size: .72rem; line-height: 1.2; }
.catalog-categories small { color: var(--muted); font-size: .62rem; }
.cat-orb { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; font-size: 1.2rem; }
.cat-orb .icon { width: 24px; }
.cat-orb--green { color: white; background: var(--green); }
.cat-orb--blue { background: #dceaf0; }
.cat-orb--orange { background: #f0d6c3; }
.cat-orb--yellow { background: #f1e5b9; }
.cat-orb--sage { background: #dfe8da; }
.cat-orb--paper { background: #e8ded2; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.catalog-toolbar > div:first-child { display: flex; align-items: center; gap: 18px; }
.catalog-toolbar p { margin: 0; color: var(--muted); font: 500 .72rem/1 var(--ui); }
.filter-button { display: none; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font: 700 .72rem/1 var(--ui); }
.filter-button span { display: grid; min-width: 19px; height: 19px; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: .58rem; }
.active-chips { display: flex; flex: 1; gap: 8px; }
.active-chips button { display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; color: var(--green); border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font: 650 .65rem/1 var(--ui); }
.sort-select { display: flex; align-items: center; gap: 8px; color: var(--muted); font: 500 .68rem/1 var(--ui); }
.sort-select select { padding: 8px 25px 8px 8px; color: var(--ink); border: 0; background: transparent; font-weight: 650; outline: 0; }
.catalog-layout { display: grid; grid-template-columns: 260px 1fr; align-items: start; gap: 46px; }
.catalog-filter { position: sticky; top: 165px; }
.filter-head { display: none; align-items: center; justify-content: space-between; }
.filter-head button { border: 0; background: none; }
.catalog-filter details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.catalog-filter summary { display: flex; align-items: center; justify-content: space-between; list-style: none; cursor: pointer; font: 700 .75rem/1 var(--ui); }
.catalog-filter summary::-webkit-details-marker { display: none; }
.catalog-filter details[open] summary span { transform: rotate(180deg); }
.catalog-filter label { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-top: 13px; color: #4d5549; font-size: .92rem; }
.catalog-filter input[type="checkbox"] { width: 17px; height: 17px; accent-color: var(--green); }
.catalog-filter label i { color: var(--muted); font: 500 .62rem/1 var(--ui); font-style: normal; }
.price-range { display: flex; align-items: center; gap: 8px; margin-top: 15px; }
.price-range input { width: 50%; min-height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.55); font: 500 .68rem/1 var(--ui); }
.catalog-filter .button { margin-top: 24px; min-height: 48px; }
.filter-reset { width: 100%; margin-top: 12px; padding: 8px; color: var(--muted); border: 0; background: none; font: 600 .67rem/1 var(--ui); }
.catalog-search { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 30px; }
.catalog-search > label { display: flex; width: min(420px,100%); align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px 999px 999px 10px; background: rgba(255,255,255,.45); }
.catalog-search input { width: 100%; border: 0; background: none; outline: 0; font: 500 .72rem/1 var(--ui); }
.alphabet { display: flex; align-items: center; gap: 2px; color: var(--muted); font: 500 .58rem/1 var(--ui); }
.alphabet span { margin-right: 5px; }
.alphabet button { width: 22px; height: 24px; padding: 0; border: 0; border-radius: 5px; background: transparent; font-size: .56rem; }
.alphabet button:hover { color: white; background: var(--green); }
.catalog-products .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.catalog-products .product-card__media { height: 330px; }
.load-more { display: flex; margin: 58px auto 12px; }
.catalog-count { color: var(--muted); text-align: center; font: 500 .65rem/1 var(--ui); }
.split-note { display: grid; grid-template-columns: 1.25fr 1fr auto; align-items: center; gap: 50px; }
.split-note h2 { margin: 0; font-size: clamp(2.5rem,4vw,4rem); }
.split-note p { margin: 0; color: rgba(255,255,255,.72); }

/* selector */
.selector-layout { display: grid; grid-template-columns: 190px 1fr; align-items: start; gap: 60px; }
.selector-progress { position: sticky; top: 170px; }
.selector-progress > span { font: 700 .7rem/1 var(--ui); }
.selector-progress > p { color: var(--muted); font-size: .86rem; }
.vertical-progress { display: flex; gap: 7px; margin: 18px 0 30px; }
.vertical-progress i { width: 34px; height: 4px; border-radius: 999px; background: var(--paper-deep); }
.vertical-progress i.is-done { background: var(--green); }
.selector-card { min-height: 680px; padding: 54px; background: rgba(255,255,255,.45); border: 1px solid var(--line); border-radius: 26px 38px 30px 54px; box-shadow: var(--shadow-sm); }
.selector-step { display: none; }
.selector-step.is-active { display: block; animation: step-in 350ms both; }
@keyframes step-in { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: none; } }
.selector-step > p { color: var(--muted); }
.selector-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 34px; }
.selector-options button { display: flex; min-height: 120px; align-items: flex-start; justify-content: center; flex-direction: column; padding: 22px; text-align: left; border: 1px solid var(--line); border-radius: 16px 22px 18px 28px; background: var(--paper-light); transition: transform var(--transition), border-color var(--transition), background var(--transition); }
.selector-options button:hover, .selector-options button.is-selected { transform: translateY(-2px); border-color: var(--green); background: var(--sage-light); }
.selector-options button strong { font-size: 1.16rem; }
.selector-options button small { margin-top: 6px; color: var(--muted); font-size: .68rem; line-height: 1.35; }
.selector-options--icons { grid-template-columns: repeat(3,1fr); }
.selector-options--icons button { align-items: center; text-align: center; }
.selector-options--icons button > span { margin-bottom: 12px; font-size: 2rem; }
.selector-nav { display: flex; justify-content: space-between; gap: 15px; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.selector-nav button:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.selector-step .notice { margin-top: 24px; }
.selector-result .result-products { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 35px; }
.selector-result .product-card__media { height: 280px; }
.result-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

/* Product detail */
.product-page { padding-top: 48px; }
.product-detail { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; }
.product-gallery { display: grid; grid-template-columns: 90px 1fr; gap: 14px; }
.gallery-thumbs { display: flex; flex-direction: column; gap: 10px; }
.gallery-thumbs button { height: 105px; overflow: hidden; padding: 0; border: 1px solid transparent; border-radius: 11px 15px 12px 18px; background: var(--paper); }
.gallery-thumbs button.is-active { border-color: var(--green); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main { position: relative; min-height: 700px; overflow: hidden; background: var(--paper); border-radius: 26px 38px 30px 52px; }
.gallery-main > img:first-of-type { width: 100%; height: 100%; object-fit: cover; }
.gallery-main > button { position: absolute; z-index: 3; right: 20px; bottom: 20px; display: grid; width: 48px; height: 48px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: rgba(251,247,240,.9); }
.gallery-botanical { position: absolute; left: -170px; bottom: -220px; width: 420px !important; height: auto !important; object-fit: contain !important; opacity: .7; transform: rotate(-12deg); }
.product-summary { padding-top: 10px; }
.product-kicker { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--green); font: 700 .66rem/1 var(--ui); letter-spacing: .08em; text-transform: uppercase; }
.rating { display: flex; align-items: center; gap: 9px; letter-spacing: 0; text-transform: none; }
.rating b { color: var(--orange); letter-spacing: .08em; }
.rating a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.product-summary h1 { margin: 18px 0 8px; font-size: clamp(4rem,5.8vw,6.6rem); }
.product-latin { color: var(--muted); font-size: 1.16rem; }
.product-latin span { margin: 0 8px; }
.product-lead { margin: 25px 0; font-size: 1.25rem; line-height: 1.45; }
.summary-facts { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
.summary-facts span { display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; color: var(--green); background: var(--sage-light); border-radius: 999px; font: 650 .63rem/1 var(--ui); }
.summary-facts .icon { width: 16px; height: 16px; }
.volume-picker { padding: 25px 0; border-top: 1px solid var(--line); }
.volume-picker > div:first-child { display: flex; justify-content: space-between; margin-bottom: 15px; font: 700 .72rem/1 var(--ui); }
.volume-picker > div:first-child a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.volume-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.volume-options button { display: flex; min-height: 65px; align-items: center; justify-content: center; flex-direction: column; border: 1px solid var(--line); border-radius: 12px 17px 13px 20px; background: transparent; font: 700 .76rem/1 var(--ui); }
.volume-options button small { margin-top: 7px; color: var(--muted); font-size: .62rem; }
.volume-options button:hover, .volume-options button.is-active { color: var(--white); border-color: var(--green); background: var(--green); }
.volume-options button.is-active small { color: rgba(255,255,255,.72); }
.purchase-row { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; margin: 6px 0 14px; }
.purchase-button { min-height: 56px; }
.favorite-large { width: 54px; height: 54px; border: 1px solid var(--line); }
.stock-note { display: flex; align-items: center; gap: 9px; margin: 12px 0 28px; color: var(--muted); font: 500 .68rem/1.2 var(--ui); }
.stock-note i { width: 8px; height: 8px; border-radius: 50%; background: #6da24b; box-shadow: 0 0 0 4px rgba(109,162,75,.15); }
.stock-note strong { color: var(--ink); }
.summary-services { display: grid; border-top: 1px solid var(--line); }
.summary-services a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.summary-services a > .icon:first-child { color: var(--green); }
.summary-services span { display: flex; flex-direction: column; }
.summary-services small { color: var(--muted); font-size: .63rem; }
.product-nav { position: sticky; z-index: 50; top: 118px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(251,247,240,.94); backdrop-filter: blur(10px); }
.product-nav .container { display: flex; gap: 35px; overflow-x: auto; }
.product-nav a { position: relative; flex: 0 0 auto; padding: 18px 0; color: var(--muted); font: 650 .7rem/1 var(--ui); }
.product-nav a.is-active, .product-nav a:hover { color: var(--green); }
.product-nav a.is-active::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--green); }
.product-content-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: start; gap: 100px; }
.product-content-grid > div:first-child > p:not(.lead) { max-width: 680px; color: var(--muted); }
.scent-scale { display: grid; gap: 15px; margin-top: 35px; }
.scent-scale > div { display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 20px; font: 600 .67rem/1 var(--ui); }
.scent-scale i { height: 5px; overflow: hidden; background: var(--paper-deep); border-radius: 99px; }
.scent-scale b { display: block; height: 100%; background: linear-gradient(90deg,var(--yellow),var(--orange)); border-radius: inherit; }
.profile-card { display: grid; grid-template-columns: 1fr 1.2fr; gap: 15px 24px; padding: 36px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px 30px 24px 40px; }
.profile-card span { color: var(--muted); font: 500 .66rem/1.3 var(--ui); }
.profile-card strong { font-size: 1rem; }
.property-list { display: grid; margin-top: 30px; border-top: 1px solid var(--line); }
.property-list article { display: grid; grid-template-columns: 45px 1fr 1.5fr; align-items: start; gap: 15px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.property-list article > span { color: var(--orange); font: 700 .65rem/1 var(--ui); }
.property-list h3 { margin: 0; font-size: 1.3rem; }
.property-list p { margin: 0; color: var(--muted); font-size: .92rem; }
.system-card { padding: 35px; color: var(--white); background: var(--green); border-radius: 20px 30px 24px 40px; }
.system-card h3 { font-size: 2rem; }
.system-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.system-tags span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font: 600 .65rem/1 var(--ui); }
.system-card p { margin: 0; color: rgba(255,255,255,.7); font-size: .9rem; }
.unit-toggle { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; }
.unit-toggle button { min-width: 76px; padding: 9px 12px; border: 0; border-radius: 999px; background: transparent; font: 650 .68rem/1 var(--ui); }
.unit-toggle button.is-active { color: var(--white); background: var(--green); }
.usage-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.usage-grid article { padding: 32px; border: 1px solid var(--line); border-radius: 18px 26px 21px 34px; }
.usage-grid .icon { color: var(--green); }
.usage-grid h3 { margin-top: 45px; font-size: 1.7rem; }
.usage-grid > article > strong { display: block; margin-bottom: 12px; color: var(--green); font: 600 2rem/1 var(--display); }
.usage-grid p { color: var(--muted); }
.usage-grid a { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; color: var(--green); font: 650 .67rem/1.3 var(--ui); }
.safety-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.safety-grid > div:first-child p { color: rgba(255,255,255,.72); }
.safety-list { display: grid; }
.safety-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.safety-list > div:first-child { border-top: 1px solid rgba(255,255,255,.18); }
.safety-list p { margin: 0; color: rgba(255,255,255,.75); }
.safety-list strong { color: var(--white); }
.document-links { display: grid; margin-top: 35px; }
.document-links a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.document-links a:first-child { border-top: 1px solid var(--line); }
.document-links a > .icon:first-child { color: var(--green); }
.document-links span { display: flex; flex-direction: column; }
.document-links small { color: var(--muted); font-size: .63rem; }
.document-links a > .icon:last-child { transition: transform var(--transition); }
.document-links a:hover > .icon:last-child { transform: translateX(5px); }
.chromatogram { padding: 36px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px 30px 24px 40px; }
.chart-bars { display: flex; height: 240px; align-items: flex-end; gap: 5px; padding-top: 10px; border-bottom: 1px solid var(--green); background: repeating-linear-gradient(to bottom, transparent 0 47px, rgba(61,89,46,.08) 48px); }
.chart-bars i { flex: 1; max-width: 11px; background: var(--green); border-radius: 3px 3px 0 0; }
.chart-label { display: flex; justify-content: space-between; margin-top: 18px; }
.chart-label strong { color: var(--green); }
.chromatogram p { margin: 10px 0 0; color: var(--muted); font-size: .88rem; }

/* recipe listing */
.recipe-toolbar, .journal-toolbar, .review-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.chip-scroll { display: flex; gap: 8px; overflow-x: auto; }
.chip-scroll button { flex: 0 0 auto; padding: 10px 15px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; background: transparent; font: 650 .67rem/1 var(--ui); }
.chip-scroll button.is-active, .chip-scroll button:hover { color: var(--white); border-color: var(--green); background: var(--green); }
.recipe-toolbar > label, .journal-toolbar > label { display: flex; min-width: 270px; align-items: center; gap: 9px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; }
.recipe-toolbar input, .journal-toolbar input { width: 100%; border: 0; background: none; outline: 0; font: 500 .68rem/1 var(--ui); }
.recipe-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 35px 18px; }
.recipe-grid--three { grid-template-columns: repeat(3,1fr); }
.recipe-card { min-width: 0; }
.recipe-card__image { position: relative; height: 350px; overflow: hidden; border-radius: 20px 28px 22px 36px; background: var(--paper); }
.recipe-card__image > img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.recipe-card:hover .recipe-card__image > img { transform: scale(1.05); }
.recipe-card__image > span { position: absolute; left: 16px; bottom: 16px; padding: 8px 11px; background: rgba(251,247,240,.9); border-radius: 999px; font: 700 .62rem/1 var(--ui); }
.recipe-card__image > button { position: absolute; top: 14px; right: 14px; display: grid; width: 40px; height: 40px; place-items: center; padding: 0; color: var(--green); border: 0; border-radius: 50%; background: rgba(251,247,240,.88); }
.recipe-card__image > button.is-active { color: white; background: var(--orange); }
.recipe-card > div:last-child { padding: 18px 4px 0; }
.recipe-card h3 { margin: 15px 0 8px; font-size: 1.55rem; }
.recipe-card p { margin: 0 0 13px; color: var(--muted); font: 500 .66rem/1 var(--ui); }
.beginner-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 460px; overflow: hidden; color: var(--white); background: var(--green); border-radius: 24px 36px 28px 48px; }
.beginner-card > img { width: 100%; height: 100%; object-fit: cover; }
.beginner-card > div { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 55px; }
.beginner-card .eyebrow { color: rgba(255,255,255,.7); }
.beginner-card p { color: rgba(255,255,255,.72); }

/* recipe detail */
.recipe-hero { position: relative; overflow: hidden; color: var(--white); background: var(--green); }
.recipe-hero::before { content: ""; position: absolute; inset: 0; background: url("../images/paper.webp") center/800px repeat; opacity: .08; mix-blend-mode: screen; }
.recipe-hero > .container { position: relative; padding-top: 40px; }
.recipe-hero__grid { display: grid; min-height: 700px; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.recipe-hero h1 { margin: 22px 0 25px; font-size: clamp(5rem,8vw,9rem); }
.recipe-hero p { max-width: 600px; color: rgba(255,255,255,.75); font-size: 1.25rem; }
.recipe-meta { display: flex; flex-wrap: wrap; gap: 18px; margin: 30px 0; color: rgba(255,255,255,.76); font: 650 .66rem/1 var(--ui); }
.recipe-meta span { display: inline-flex; align-items: center; gap: 7px; }
.recipe-meta .icon { width: 17px; height: 17px; }
.recipe-hero__visual { position: relative; height: 650px; }
.recipe-hero__visual > img { width: 76%; height: 100%; margin-left: auto; object-fit: cover; border-radius: 48% 48% 8% 8%; box-shadow: 0 20px 80px rgba(0,0,0,.25); }
.recipe-orbit { position: absolute; display: flex; align-items: center; gap: 8px; padding: 10px 13px; color: var(--green-deep); background: var(--paper-light); border-radius: 999px; box-shadow: var(--shadow-sm); font: 650 .65rem/1 var(--ui); }
.orbit-1 { top: 18%; left: 5%; }
.orbit-2 { top: 52%; left: 0; }
.orbit-3 { right: 0; bottom: 15%; }
.recipe-detail-grid { display: grid; grid-template-columns: 1fr 420px; align-items: start; gap: 90px; }
.recipe-intro { max-width: 760px; }
.recipe-steps { margin-top: 70px; }
.recipe-steps > h2 { margin-bottom: 35px; }
.recipe-steps ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.recipe-steps li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.recipe-steps li > span { color: var(--orange); font: 700 .68rem/1 var(--ui); }
.recipe-steps h3 { margin: 0 0 8px; font-size: 1.4rem; }
.recipe-steps p { margin: 0; color: var(--muted); }
.recipe-safety { display: grid; grid-template-columns: 60px 1fr; gap: 25px; margin-top: 50px; padding: 35px; color: var(--white); background: var(--green); border-radius: 20px 30px 24px 40px; }
.recipe-safety p { margin: 0; color: rgba(255,255,255,.72); }
.ingredients-card { position: sticky; top: 160px; padding: 34px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px 32px 26px 42px; box-shadow: var(--shadow-sm); }
.ingredients-card h2 { margin-bottom: 25px; font-size: 2.3rem; }
.ingredients-card ul { margin: 0 0 28px; padding: 0; list-style: none; }
.ingredients-card li { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.ingredient-thumb { width: 58px; height: 58px; overflow: hidden; border-radius: 50%; }
.ingredient-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ingredients-card li > div:nth-child(2) { display: flex; flex-direction: column; }
.ingredients-card li a { font-weight: 700; }
.ingredients-card li span { color: var(--muted); font-size: .76rem; font-style: italic; }
.ingredients-card li strong { font: 700 .65rem/1 var(--ui); white-space: nowrap; }
.ingredients-card > small { display: block; margin-top: 12px; color: var(--muted); font-size: .62rem; line-height: 1.35; }
.recipe-mood-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.recipe-mood-grid > div:first-child p { max-width: 600px; color: var(--muted); }
.mood-legend { display: flex; gap: 20px; margin-top: 30px; font: 650 .68rem/1 var(--ui); }
.mood-legend span { display: inline-flex; align-items: center; gap: 7px; }
.mood-wheel { position: relative; width: min(440px,100%); aspect-ratio: 1; margin: auto; border: 1px solid var(--line); border-radius: 50%; background: conic-gradient(from -30deg,#efd8c7 0 33%,#dce5d8 33% 66%,#e2d5e5 66%); }
.mood-wheel::before, .mood-wheel::after { content: ""; position: absolute; inset: 18%; border: 1px solid rgba(61,89,46,.15); border-radius: 50%; }
.mood-wheel::after { inset: 35%; }
.mood-wheel > span { position: absolute; font: 700 .65rem/1 var(--ui); letter-spacing: .08em; text-transform: uppercase; }
.mood-wheel > span:nth-child(1) { top: 12%; left: 52%; }
.mood-wheel > span:nth-child(2) { right: 8%; bottom: 28%; }
.mood-wheel > span:nth-child(3) { left: 10%; bottom: 25%; }
.mood-wheel > div { position: absolute; inset: 38%; display: grid; place-items: center; background: var(--paper-light); border-radius: 50%; box-shadow: var(--shadow-sm); }
.mood-wheel img { width: 65%; }

/* Journal listing */
.journal-feature { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 570px; overflow: hidden; margin-bottom: 50px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px 36px 28px 48px; }
.journal-feature > img { width: 100%; height: 100%; object-fit: cover; }
.journal-feature > div { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 55px; }
.article-meta { display: flex; gap: 16px; margin: 17px 0; color: var(--muted); font: 500 .65rem/1 var(--ui); }
.journal-feature h2 { font-size: clamp(3rem,4.5vw,5rem); }
.journal-feature p { color: var(--muted); }
.journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px 18px; }
.journal-grid--three { grid-template-columns: repeat(3,1fr); }
.journal-card__image { position: relative; height: 310px; overflow: hidden; border-radius: 18px 26px 21px 34px; }
.journal-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.journal-card:hover img { transform: scale(1.05); }
.journal-card__image .tag { position: absolute; left: 16px; bottom: 16px; }
.journal-card > div:last-child { padding: 16px 4px 0; }
.journal-card h3 { margin-bottom: 12px; font-size: 1.65rem; line-height: 1.12; }
.journal-card p { color: var(--muted); font-size: .92rem; }

/* Article */
.article-hero { padding: 48px 0 70px; background: var(--paper); border-bottom: 1px solid var(--line); }
.article-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.article-hero h1 { margin: 22px 0 25px; font-size: clamp(4rem,6vw,6.9rem); }
.article-deck { color: var(--muted); font-size: 1.25rem; }
.article-byline { display: flex; align-items: center; gap: 15px; margin-top: 35px; }
.avatar-pair { display: flex; }
.avatar-pair img { width: 48px; height: 48px; object-fit: cover; border: 3px solid var(--paper); border-radius: 50%; }
.avatar-pair img + img { margin-left: -12px; }
.article-byline > span { display: flex; flex-direction: column; }
.article-byline small { color: var(--muted); font-size: .66rem; }
.article-hero__image { height: 650px; overflow: hidden; border-radius: 48% 48% 14% 14% / 22% 22% 10% 10%; }
.article-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0,760px); justify-content: center; gap: 90px; }
.article-aside { position: sticky; top: 150px; align-self: start; }
.article-aside nav { display: flex; flex-direction: column; gap: 10px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.article-aside nav > span, .share-block > span { margin-bottom: 5px; color: var(--muted); font: 700 .62rem/1 var(--ui); letter-spacing: .08em; text-transform: uppercase; }
.article-aside nav a { padding-left: 14px; color: var(--muted); border-left: 2px solid transparent; font: 550 .68rem/1.4 var(--ui); }
.article-aside nav a.is-active, .article-aside nav a:hover { color: var(--green); border-left-color: var(--green); }
.share-block { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin-top: 25px; }
.share-block > span { width: 100%; }
.share-block button { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; color: var(--green); border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.article-content { font-size: 1.13rem; }
.article-content h2 { margin-top: 70px; font-size: clamp(2.5rem,4vw,4rem); }
.article-content p { margin-bottom: 1.4em; }
.article-content blockquote { position: relative; margin: 45px 0; padding: 32px 38px; color: var(--green-deep); background: var(--sage-light); border-radius: 15px 24px 18px 30px; font-size: 1.6rem; line-height: 1.45; }
.article-content blockquote::before { content: "“"; position: absolute; top: -18px; left: 16px; color: var(--green); font: 500 5rem/1 var(--display); opacity: .3; }
.article-content figure { margin: 50px 0; }
.article-content figure img { width: 100%; max-height: 580px; object-fit: cover; border-radius: 20px 30px 24px 40px; }
.article-content figcaption { margin-top: 12px; color: var(--muted); font: 500 .68rem/1.4 var(--ui); }
.article-callout { display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 25px; margin: 40px 0; padding: 24px; border: 1px solid var(--line); border-radius: 16px 22px 18px 28px; }
.article-callout img { width: 58px; }
.article-callout p { margin: 4px 0 0; color: var(--muted); font-size: .95rem; }
.article-content ol { padding-left: 1.25em; }
.article-content li { margin-bottom: 15px; padding-left: 8px; }
.article-product { display: grid; grid-template-columns: 230px 1fr; align-items: center; gap: 36px; margin: 55px 0; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 20px 30px 24px 40px; }
.article-product > img { width: 100%; height: 300px; object-fit: cover; }
.article-product > div { padding-right: 30px; }
.article-product h3 { font-size: 2rem; }
.article-end { margin-top: 70px; padding-top: 40px; border-top: 1px solid var(--line); text-align: center; }
.article-end img { width: 55px; margin: auto; }
.article-end h2 { margin-top: 25px; }

/* About */
.about-hero { position: relative; overflow: hidden; padding: 45px 0 100px; background: var(--paper); }
.about-hero__grid { display: grid; min-height: 700px; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.about-hero h1 { margin-bottom: 28px; font-size: clamp(4.5rem,7vw,8rem); }
.about-hero p { max-width: 620px; color: var(--muted); font-size: 1.25rem; }
.about-collage { position: relative; height: 680px; }
.about-collage > img { position: absolute; object-fit: cover; box-shadow: var(--shadow-md); }
.about-collage > img:first-child { top: 0; left: 0; width: 57%; height: 83%; border-radius: 48% 48% 12% 12% / 22% 22% 10% 10%; }
.about-collage > img:nth-child(2) { right: 0; bottom: 0; width: 50%; height: 65%; border: 10px solid var(--paper); border-radius: 18px 28px 22px 38px; }
.about-collage > span { position: absolute; z-index: 2; top: 65px; right: 8%; display: flex; width: 150px; height: 150px; align-items: center; justify-content: center; flex-direction: column; color: white; background: var(--green); border-radius: 50% 47% 53% 48%; box-shadow: var(--shadow-md); font: 700 .7rem/1 var(--ui); transform: rotate(7deg); }
.about-collage > span img { width: 45px; height: 52px; margin-bottom: 9px; filter: brightness(0) invert(1); }
.manifesto-quote { position: relative; max-width: 1100px; margin: 0 auto 110px; text-align: center; }
.manifesto-quote > span { position: absolute; top: -65px; left: 50%; color: var(--green); font: 500 10rem/1 var(--display); opacity: .12; transform: translateX(-50%); }
.manifesto-quote h2 { font-size: clamp(3rem,5vw,6rem); }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding-top: 70px; border-top: 1px solid var(--line); }
.story-grid > div:last-child p:not(.lead) { color: var(--muted); }
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.founder-grid article { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; }
.founder-photo { position: relative; height: 520px; overflow: hidden; border-radius: 45% 45% 12% 12% / 20% 20% 9% 9%; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; }
.founder-photo span { position: absolute; right: 18px; bottom: 18px; padding: 9px 14px; background: rgba(251,247,240,.9); border-radius: 999px; font: 700 .68rem/1 var(--ui); }
.founder-grid article > div:last-child p { color: var(--muted); }
.founder-grid blockquote { margin: 25px 0 0; padding-top: 20px; color: var(--green); border-top: 1px solid var(--line); font-style: italic; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid article { min-height: 310px; padding: 30px; border-right: 1px solid var(--line); }
.values-grid article:last-child { border-right: 0; }
.values-grid span { color: var(--orange); font: 700 .65rem/1 var(--ui); }
.values-grid h3 { margin-top: 90px; font-size: 1.65rem; }
.values-grid p { color: var(--muted); font-size: .94rem; }
.quality-story__head { max-width: 750px; margin-bottom: 60px; }
.quality-story__head p { color: rgba(255,255,255,.72); }
.quality-timeline { display: grid; grid-template-columns: repeat(4,1fr); margin: 0 0 50px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.quality-timeline li { position: relative; min-height: 270px; padding: 35px 25px; border-right: 1px solid rgba(255,255,255,.18); }
.quality-timeline li:last-child { border-right: 0; }
.quality-timeline li::before { content: ""; position: absolute; top: -6px; left: 25px; width: 12px; height: 12px; border: 3px solid var(--green); border-radius: 50%; background: var(--white); }
.quality-timeline span { font: 700 .65rem/1 var(--ui); opacity: .6; }
.quality-timeline h3 { margin-top: 70px; font-size: 1.55rem; }
.quality-timeline p { color: rgba(255,255,255,.68); font-size: .92rem; }
.visual-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.visual-grid > div:first-child p { color: var(--muted); }
.texture-board { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 300px 170px; gap: 14px; }
.texture-board > img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px 24px 19px 30px; }
.texture-board > img:first-child { grid-row: 1/3; }
.texture-board > div { display: flex; align-items: center; justify-content: space-between; padding: 25px; color: white; background: var(--green); border-radius: 16px 24px 19px 30px; font: 600 .8rem/1 var(--ui); }
.texture-board > div img { width: 60px; filter: brightness(0) invert(1); }
.cta-card { position: relative; min-height: 460px; overflow: hidden; color: white; background: var(--green); border-radius: 26px 40px 30px 56px; }
.cta-card > img { position: absolute; right: -100px; bottom: -100px; width: 760px; opacity: .8; filter: brightness(1.15); }
.cta-card > div { position: relative; z-index: 2; display: flex; min-height: inherit; width: 60%; align-items: flex-start; justify-content: center; flex-direction: column; padding: 70px; background: linear-gradient(90deg,rgba(38,58,30,.95) 0 70%,transparent); }
.cta-card .eyebrow { color: rgba(255,255,255,.7); }
.cta-card p { color: rgba(255,255,255,.72); }
.cta-card > div > div { display: flex; gap: 10px; margin-top: 20px; }

/* discounts */
.discount-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 18px; }
.discount-card { display: flex; min-height: 510px; flex-direction: column; justify-content: space-between; padding: 34px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px 30px 24px 40px; }
.discount-card--feature { color: white; background: var(--green); }
.discount-number { align-self: flex-end; color: var(--green); font: 500 6rem/1 var(--display); }
.discount-card--feature .discount-number { color: var(--yellow); }
.discount-card .tag { margin-bottom: 20px; }
.discount-card--feature .tag { color: white; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); }
.discount-card h2 { font-size: 3rem; }
.discount-card p { color: var(--muted); }
.discount-card--feature p { color: rgba(255,255,255,.72); }
.discount-card ul { margin: 25px 0; padding: 0; list-style: none; }
.discount-card li { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: rgba(255,255,255,.82); font-size: .95rem; }
.discount-card li .icon { width: 17px; }
.loyalty-levels { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.loyalty-levels article { position: relative; min-height: 280px; overflow: hidden; padding: 30px; background: rgba(255,255,255,.58); border: 1px solid var(--line); border-radius: 18px 26px 21px 34px; }
.loyalty-levels article:nth-child(2) { background: var(--sage-light); }
.loyalty-levels article:nth-child(3) { color: white; background: var(--green); }
.loyalty-levels span { font: 700 .65rem/1 var(--ui); letter-spacing: .08em; text-transform: uppercase; }
.loyalty-levels strong { display: block; margin: 35px 0 10px; font: 500 5rem/1 var(--display); }
.loyalty-levels p { font: 600 .72rem/1 var(--ui); }
.loyalty-levels i { position: absolute; right: -45px; bottom: -80px; width: 190px; height: 210px; background: url("../images/daisy.webp") center/contain no-repeat; opacity: .12; transform: rotate(10deg); }
.loyalty-levels article:nth-child(3) i { filter: brightness(0) invert(1); }
.loyalty-note { display: flex; align-items: center; gap: 18px; margin-top: 28px; padding: 20px; border: 1px solid var(--line); border-radius: 14px 20px 16px 24px; }
.loyalty-note .icon { color: var(--green); }
.loyalty-note p { margin: 0; color: var(--muted); }
.loyalty-note a { color: var(--green); text-decoration: underline; }
.review-reward__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.review-reward__grid > img { width: 100%; height: 620px; object-fit: cover; border-radius: 48% 48% 12% 12% / 20% 20% 10% 10%; }
.review-reward__grid > div p { color: var(--muted); }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 90px; }
.faq-grid > div:first-child p { color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; list-style: none; cursor: pointer; font-size: 1.15rem; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: transform var(--transition), background var(--transition); }
.accordion details[open] summary span { color: white; background: var(--green); transform: rotate(45deg); }
.accordion details p { max-width: 680px; margin: 0 0 24px; color: var(--muted); }

/* reviews page */
.review-overview { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 60px; padding: 35px 40px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px 30px 24px 40px; }
.review-overview > div:first-child { text-align: center; }
.review-overview > div:first-child > strong { display: block; font: 500 5rem/1 var(--display); }
.review-overview > div:first-child > span { color: var(--muted); font: 500 .64rem/1 var(--ui); }
.rating-bars { display: grid; gap: 8px; }
.rating-bars > div { display: grid; grid-template-columns: 20px 1fr 35px; align-items: center; gap: 10px; font: 600 .65rem/1 var(--ui); }
.rating-bars i { height: 5px; overflow: hidden; background: var(--paper-deep); border-radius: 99px; }
.rating-bars b { display: block; height: 100%; background: var(--orange); }
.rating-bars em { color: var(--muted); font-style: normal; text-align: right; }
.review-toolbar { margin-top: 45px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.review-toolbar > label { display: flex; align-items: center; gap: 7px; white-space: nowrap; font: 600 .66rem/1 var(--ui); }
.review-toolbar input { accent-color: var(--green); }
.review-toolbar select { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font: 600 .66rem/1 var(--ui); }
.review-feed { display: grid; max-width: 920px; margin: 0 auto; }
.review-feed article { padding: 42px 0; border-bottom: 1px solid var(--line); }
.review-feed header { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 14px; }
.review-avatar { display: grid; width: 52px; height: 52px; place-items: center; color: white; background: var(--green); border-radius: 50%; font: 700 .66rem/1 var(--ui); }
.review-feed header > div:nth-child(2) { display: flex; flex-direction: column; }
.review-feed header span { color: var(--muted); font: 500 .62rem/1.2 var(--ui); }
.review-feed h3 { margin: 25px 0 12px; font-size: 1.45rem; }
.review-feed p { color: #4e564a; }
.review-feed footer { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; }
.review-feed footer button { padding: 7px 12px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; background: transparent; font: 600 .62rem/1 var(--ui); }
.review-feed footer a { display: inline-flex; align-items: center; gap: 7px; color: var(--green); font: 650 .64rem/1 var(--ui); }
.review-photos { display: flex; gap: 10px; margin-top: 20px; }
.review-photos img { width: 130px; height: 130px; object-fit: cover; border-radius: 12px 18px 14px 22px; }

/* Help */
.help-nav { position: sticky; z-index: 50; top: 118px; border-bottom: 1px solid var(--line); background: rgba(251,247,240,.94); backdrop-filter: blur(10px); }
.help-nav .container { display: flex; gap: 35px; overflow-x: auto; }
.help-nav a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; padding: 18px 0; color: var(--muted); font: 650 .67rem/1 var(--ui); }
.help-nav a:hover { color: var(--green); }
.help-nav .icon { width: 17px; }
.help-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.help-grid aside p { color: var(--muted); }
.help-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.help-cards article { min-height: 300px; padding: 26px; border: 1px solid var(--line); border-radius: 18px 26px 21px 34px; background: rgba(255,255,255,.35); }
.help-cards article .icon { color: var(--green); }
.help-cards h3 { margin-top: 45px; font-size: 1.55rem; }
.help-cards p { color: var(--muted); font-size: .9rem; }
.help-cards article > span { display: block; margin-top: 25px; color: var(--green); font: 700 .66rem/1 var(--ui); }
.help-cards .is-muted { opacity: .55; }
.timeline-note { margin-top: 30px; padding: 27px; background: var(--paper); border-radius: 15px 22px 18px 28px; }
.timeline-note > div { display: grid; grid-template-columns: repeat(7,1fr); gap: 6px; margin: 20px 0; }
.timeline-note > div span { display: grid; height: 38px; place-items: center; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; font: 650 .63rem/1 var(--ui); }
.timeline-note > div span.is-active { color: white; border-color: var(--green); background: var(--green); }
.timeline-note p { margin: 0; color: var(--muted); font-size: .9rem; }
.payment-methods { display: flex; flex-wrap: wrap; gap: 10px; }
.payment-methods span { display: grid; min-width: 110px; min-height: 64px; place-items: center; padding: 10px 16px; background: rgba(255,255,255,.58); border: 1px solid var(--line); border-radius: 12px 17px 14px 20px; font: 800 .68rem/1 var(--ui); }
.help-text-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; padding-top: 35px; border-top: 1px solid var(--line); }
.help-text-columns p { color: var(--muted); }
.return-steps { display: grid; }
.return-steps > div:not(.notice) { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.return-steps > div:not(.notice) > span { display: grid; width: 42px; height: 42px; place-items: center; color: white; background: var(--green); border-radius: 50%; font: 700 .66rem/1 var(--ui); }
.return-steps p { margin: 0; color: var(--muted); }
.return-steps strong { color: var(--ink); }
.notice { display: flex; align-items: flex-start; gap: 12px; margin-top: 24px; padding: 18px; color: var(--green-deep); background: var(--sage-light); border-radius: 12px 18px 14px 22px; font-size: .9rem; }
.notice .icon { flex: 0 0 auto; }
.contacts-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contacts-grid > div:first-child > p { color: var(--muted); }
.contact-list { display: grid; margin-top: 35px; }
.contact-list > * { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-list .icon { color: var(--green); }
.contact-list span { display: flex; flex-direction: column; }
.contact-list small { color: var(--muted); font-size: .62rem; }
.contact-form, .checkout-form section { padding: 34px; background: rgba(255,255,255,.45); border: 1px solid var(--line); border-radius: 20px 30px 24px 40px; }
.contact-form label, .checkout-form label, .account-box label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 17px; font: 650 .67rem/1.2 var(--ui); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea, .checkout-form input, .checkout-form select, .checkout-form textarea, .account-box input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px 14px 12px 17px;
  background: var(--paper-light);
  outline: 0;
  font: 500 .72rem/1.2 var(--ui);
}
.contact-form textarea, .checkout-form textarea { resize: vertical; }
.contact-form small { display: block; margin-top: 12px; color: var(--muted); font-size: .6rem; }

/* Account */
.page-account { min-height: 100vh; background: var(--paper-light); }
.page-account::before { z-index: 0; }
.account-page { position: relative; z-index: 1; display: grid; min-height: 100vh; grid-template-columns: 1.05fr .95fr; }
.account-art { position: relative; min-height: 100vh; overflow: hidden; color: white; background: var(--green); }
.account-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; mix-blend-mode: soft-light; opacity: .55; }
.account-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(38,58,30,.28),rgba(38,58,30,.82)); }
.account-logo { position: absolute; z-index: 2; top: 45px; left: 55px; width: 230px; }
.account-branch { position: absolute; z-index: 2; right: -180px; bottom: -140px; width: 800px; opacity: .9; }
.account-art blockquote { position: absolute; z-index: 3; right: 70px; bottom: 65px; left: 55px; max-width: 640px; margin: 0; font-size: clamp(2rem,3vw,3.5rem); line-height: 1.12; }
.account-panel { display: flex; min-height: 100vh; align-items: center; justify-content: center; padding: 70px; }
.account-back { position: absolute; top: 35px; right: 45px; display: inline-flex; align-items: center; gap: 8px; color: var(--green); font: 650 .67rem/1 var(--ui); }
.account-box { width: min(480px,100%); }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 45px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; }
.auth-tabs button { padding: 12px; border: 0; border-radius: 999px; background: transparent; font: 650 .68rem/1 var(--ui); }
.auth-tabs button.is-active { color: white; background: var(--green); }
.auth-pane { display: none; }
.auth-pane.is-active { display: block; animation: step-in 300ms both; }
.auth-pane h1 { font-size: clamp(3rem,4vw,4.5rem); }
.auth-pane > p { color: var(--muted); }
.auth-pane form { margin-top: 30px; }
.account-box label > span { position: relative; }
.account-box label > span button { position: absolute; top: 50%; right: 12px; padding: 5px; color: var(--green); border: 0; background: transparent; transform: translateY(-50%); font: 650 .62rem/1 var(--ui); }
.form-inline { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; font: 600 .63rem/1 var(--ui); }
.form-inline label { flex-direction: row; align-items: center; margin: 0; }
.form-inline input, .check-label input { width: 17px; min-height: auto; height: 17px; padding: 0; accent-color: var(--green); }
.form-inline a { color: var(--green); }
.auth-divider { display: flex; align-items: center; gap: 10px; margin: 22px 0; color: var(--muted); font: 500 .62rem/1 var(--ui); }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.check-label { flex-direction: row !important; align-items: flex-start; }

/* Checkout */
.checkout-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.checkout-head h1 { font-size: clamp(3.7rem,6vw,6.8rem); }
.checkout-steps { display: flex; gap: 35px; margin-bottom: 18px; }
.checkout-steps span { display: flex; align-items: center; gap: 8px; color: var(--muted); font: 650 .66rem/1 var(--ui); }
.checkout-steps i { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.checkout-steps span.is-active { color: var(--green); }
.checkout-steps span.is-active i { color: white; border-color: var(--green); background: var(--green); }
.checkout-layout { display: grid; grid-template-columns: minmax(0,1fr) 420px; align-items: start; gap: 40px; }
.checkout-form { display: grid; gap: 18px; }
.form-section-head { display: grid; grid-template-columns: 42px 1fr; gap: 16px; margin-bottom: 30px; }
.form-section-head > span { display: grid; width: 38px; height: 38px; place-items: center; color: white; background: var(--green); border-radius: 50%; font: 700 .62rem/1 var(--ui); }
.form-section-head h2 { margin: 0 0 5px; font-size: 2.1rem; }
.form-section-head p { margin: 0; color: var(--muted); font-size: .88rem; }
.delivery-options, .payment-options { display: grid; gap: 10px; margin-bottom: 22px; }
.delivery-options label, .payment-options label { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin: 0; padding: 16px; border: 1px solid var(--line); border-radius: 12px 17px 14px 20px; background: var(--paper-light); cursor: pointer; }
.delivery-options label.is-active, .payment-options label.is-active { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.delivery-options input, .payment-options input { width: 17px; height: 17px; min-height: auto; padding: 0; accent-color: var(--green); }
.delivery-options label > div { display: flex; align-items: center; gap: 12px; }
.delivery-options label > div > span, .payment-options label > span { display: flex; flex-direction: column; }
.delivery-options small, .payment-options small { margin-top: 4px; color: var(--muted); font-size: .6rem; }
.delivery-options b { font: 700 .66rem/1 var(--ui); }
.pickup-select { display: grid; width: 100%; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 10px; padding: 15px; color: var(--green); border: 1px dashed var(--green); border-radius: 12px 17px 14px 20px; background: transparent; font: 650 .68rem/1 var(--ui); text-align: left; }
.pickup-select span { justify-self: end; color: var(--muted); font-weight: 500; }
.payment-options label { grid-template-columns: auto 1fr auto; }
.payment-options i { padding: 7px 9px; color: var(--green); border: 1px solid var(--line); border-radius: 7px; font: 800 .58rem/1 var(--ui); font-style: normal; }
.order-summary { position: sticky; top: 150px; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px 30px 24px 40px; box-shadow: var(--shadow-sm); }
.order-summary h2 { font-size: 2.2rem; }
.order-product { display: grid; grid-template-columns: 65px 1fr auto; align-items: center; gap: 12px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.order-product .cart-line__image { width: 65px; height: 78px; }
.order-product > div:nth-child(2) { display: flex; flex-direction: column; }
.order-product span { color: var(--muted); font: 500 .62rem/1 var(--ui); }
.order-product > strong { font: 700 .68rem/1 var(--ui); }
.order-edit { display: inline-block; margin: 12px 0 20px; color: var(--green); font: 650 .62rem/1 var(--ui); text-decoration: underline; }
.promo-field { display: grid !important; grid-template-columns: 1fr auto; gap: 7px !important; margin-bottom: 24px !important; }
.promo-field input { min-width: 0; }
.promo-field button { padding: 0 12px; color: var(--green); border: 1px solid var(--green); border-radius: 10px; background: transparent; font: 650 .62rem/1 var(--ui); }
.summary-lines { display: grid; gap: 10px; padding: 22px 0; border-top: 1px solid var(--line); }
.summary-lines p { display: flex; justify-content: space-between; gap: 20px; margin: 0; color: var(--muted); font: 500 .68rem/1.3 var(--ui); }
.summary-lines strong { color: var(--ink); text-align: right; }
.summary-lines .summary-total { margin-top: 12px; padding-top: 18px; color: var(--ink); border-top: 1px solid var(--line); font-size: .9rem; }
.summary-total strong { font-size: 1.15rem; }
.legal-note { display: block; margin-top: 12px; color: var(--muted); font-size: .58rem; line-height: 1.4; text-align: center; }
.order-trust { display: flex; justify-content: center; gap: 14px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font: 600 .58rem/1 var(--ui); }
.order-trust span { display: flex; align-items: center; gap: 5px; }
.order-trust .icon { width: 15px; height: 15px; color: var(--green); }

/* UI Kit */
.ui-kit h2 { margin-top: 70px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 2.4rem; }
.ui-kit h2:first-child { margin-top: 0; }
.swatches { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.swatches > div { padding: 12px; background: rgba(255,255,255,.5); border: 1px solid var(--line); border-radius: 12px; }
.swatches i { display: block; height: 100px; margin-bottom: 12px; background: var(--sw); border-radius: 8px; }
.swatches strong, .swatches span { display: block; font: 650 .64rem/1.4 var(--ui); }
.swatches span { color: var(--muted); }
.component-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Footer */
.site-footer { position: relative; padding: 85px 0 24px; color: var(--white); background: var(--green-deep); }
.site-footer::before { content: ""; position: absolute; inset: 0; background: url("../images/paper.webp") center/800px repeat; opacity: .06; mix-blend-mode: screen; }
.footer-top, .footer-bottom { position: relative; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3,.8fr) 1.1fr; gap: 45px; padding-bottom: 70px; }
.footer-brand img { width: 240px; margin-bottom: 22px; }
.footer-brand p { max-width: 300px; color: rgba(255,255,255,.62); font-size: .95rem; }
.socials { display: flex; gap: 8px; margin-top: 25px; }
.socials a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transition: background var(--transition); }
.socials a:hover { color: var(--green-deep); background: var(--white); }
.footer-top h3 { margin: 5px 0 22px; font: 700 .68rem/1 var(--ui); letter-spacing: .1em; text-transform: uppercase; }
.footer-top > div:not(.footer-brand) { display: flex; align-items: flex-start; flex-direction: column; gap: 11px; }
.footer-top > div:not(.footer-brand) a { color: rgba(255,255,255,.68); font-size: .92rem; }
.footer-top > div:not(.footer-brand) a:hover { color: var(--white); }
.footer-contact .footer-phone { color: var(--white) !important; font-size: 1.25rem !important; }
.footer-contact span { margin-top: 10px; color: rgba(255,255,255,.55); font: 500 .66rem/1.5 var(--ui); }
.footer-bottom { display: flex; align-items: center; flex-wrap: wrap; gap: 15px 30px; padding-top: 22px; color: rgba(255,255,255,.48); border-top: 1px solid rgba(255,255,255,.15); font: 500 .6rem/1.3 var(--ui); }
.footer-bottom span:last-child { margin-left: auto; }

/* hidden/filter states */
.is-filtered-out { display: none !important; }

/* Responsive */
@media (max-width: 1180px) {
  :root { --header-h: 76px; }
  .container { width: min(calc(100% - 42px), var(--container)); }
  .utility-bar { display: none; }
  .desktop-nav { display: none; }
  .header-main { grid-template-columns: auto 1fr auto; gap: 20px; }
  .mobile-menu-toggle { display: grid; }
  .brand { justify-self: center; }
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero__visual { min-height: 620px; }
  .hero-photo { left: 45px; }
  .hero-botanical { left: -150px; }
  .finder-card { grid-template-columns: 1fr; }
  .finder-options { grid-template-columns: repeat(5,1fr); }
  .finder-search { justify-self: end; }
  .category-grid { grid-template-columns: 1.4fr 1fr; grid-template-rows: repeat(3,230px); }
  .category-card--large { grid-row: 1/3; }
  .category-card:last-child { grid-column: 1/-1; }
  .product-grid--home { grid-template-columns: repeat(3,1fr); }
  .product-grid--home .product-card:last-child { display: none; }
  .manifesto-grid { gap: 55px; }
  .quality-grid { grid-template-columns: repeat(2,1fr); }
  .quality-grid article { border-bottom: 1px solid rgba(255,255,255,.18); }
  .quality-grid article:nth-child(2) { border-right: 0; }
  .recipe-showcase { grid-template-columns: 1fr; }
  .recipe-list { display: grid; grid-template-columns: repeat(3,1fr); }
  .recipe-list a { border-right: 1px solid var(--line); }
  .recipe-list a:last-child { border-right: 0; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-card--large { grid-column: 1/-1; }
  .newsletter-card { padding: 50px; }
  .catalog-categories .scroll-row { display: flex; overflow-x: auto; }
  .catalog-categories a { min-width: 205px; }
  .catalog-layout { grid-template-columns: 230px 1fr; gap: 28px; }
  .catalog-products .product-grid { grid-template-columns: repeat(2,1fr); }
  .alphabet { display: none; }
  .product-detail { gap: 40px; }
  .gallery-main { min-height: 590px; }
  .product-summary h1 { font-size: 4.8rem; }
  .recipe-grid { grid-template-columns: repeat(3,1fr); }
  .journal-grid { grid-template-columns: repeat(2,1fr); }
  .founder-grid article { grid-template-columns: 1fr; }
  .discount-grid { grid-template-columns: 1fr 1fr; }
  .discount-card--feature { grid-row: 1/3; }
  .help-grid { gap: 55px; }
  .help-cards { grid-template-columns: 1fr; }
  .help-cards article { min-height: auto; }
  .help-cards h3 { margin-top: 25px; }
  .checkout-layout { grid-template-columns: minmax(0,1fr) 370px; }
  .footer-top { grid-template-columns: 1.4fr repeat(2,1fr) 1fr; }
  .footer-top > div:nth-child(4) { display: none !important; }
}

@media (max-width: 900px) {
  body { font-size: 17px; }
  .section { padding: 86px 0; }
  .announcement__inner { justify-content: center; }
  .announcement__inner > span { display: none; }
  .hero--home { padding-top: 45px; }
  .hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .hero__copy { padding-bottom: 0; }
  .hero__copy h1 { font-size: clamp(4.4rem,11vw,7rem); }
  .hero__visual { min-height: 650px; }
  .hero-photo { inset: 0 8% 35px 12%; }
  .hero-botanical { left: -110px; bottom: -180px; }
  .hero-note { left: 2%; }
  .finder-options { grid-template-columns: repeat(3,1fr); }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 440px repeat(2,230px); }
  .category-card--large { grid-column: 1/-1; grid-row: auto; }
  .category-card--large img { width: 62%; }
  .category-card:last-child { grid-column: 1/-1; }
  .product-grid--home { grid-template-columns: repeat(2,1fr); }
  .product-grid--home .product-card:last-child { display: block; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .manifesto-visual { min-height: 650px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-grid blockquote { min-height: auto; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .newsletter-card { grid-template-columns: 1fr; gap: 20px; }
  .page-hero > .container > img { opacity: .32; }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-filter { position: fixed; z-index: 600; top: 0; left: 0; width: min(390px,100%); height: 100%; overflow: auto; padding: 28px; background: var(--paper-light); box-shadow: var(--shadow-md); transform: translateX(-105%); transition: transform 300ms ease; }
  .catalog-filter.is-open { transform: translateX(0); }
  .filter-head { display: flex; }
  .filter-button { display: inline-flex; }
  .catalog-toolbar { flex-wrap: wrap; }
  .active-chips { order: 3; width: 100%; }
  .catalog-search > label { width: 100%; }
  .selector-layout { grid-template-columns: 1fr; gap: 24px; }
  .selector-progress { position: static; display: grid; grid-template-columns: auto 1fr; gap: 12px; }
  .selector-progress > p { grid-column: 1/-1; }
  .product-detail { grid-template-columns: 1fr; }
  .product-gallery { max-width: 700px; }
  .product-content-grid, .safety-grid { grid-template-columns: 1fr; gap: 50px; }
  .usage-grid { grid-template-columns: 1fr; }
  .recipe-grid { grid-template-columns: repeat(2,1fr); }
  .recipe-hero__grid { grid-template-columns: 1fr; padding-bottom: 70px; }
  .recipe-hero__visual { height: 600px; }
  .recipe-detail-grid { grid-template-columns: 1fr; }
  .ingredients-card { position: static; }
  .recipe-mood-grid { grid-template-columns: 1fr; }
  .journal-feature { grid-template-columns: 1fr; }
  .journal-feature > img { height: 470px; }
  .article-hero__grid { grid-template-columns: 1fr; }
  .article-hero__image { height: 520px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { display: none; }
  .about-hero__grid { grid-template-columns: 1fr; }
  .about-collage { height: 650px; }
  .story-grid { grid-template-columns: 1fr; gap: 25px; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-grid article { grid-template-columns: .8fr 1.2fr; }
  .values-grid, .quality-timeline { grid-template-columns: repeat(2,1fr); }
  .values-grid article:nth-child(2), .quality-timeline li:nth-child(2) { border-right: 0; }
  .values-grid article { border-bottom: 1px solid var(--line); }
  .visual-grid { grid-template-columns: 1fr; }
  .cta-card > div { width: 78%; }
  .discount-grid { grid-template-columns: 1fr 1fr; }
  .discount-card--feature { grid-row: auto; grid-column: 1/-1; }
  .loyalty-levels { grid-template-columns: 1fr; }
  .review-reward__grid { grid-template-columns: 1fr; }
  .review-reward__grid > img { height: 520px; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .review-overview { grid-template-columns: 180px 1fr; }
  .review-overview > button { grid-column: 1/-1; justify-self: center; }
  .review-toolbar { flex-wrap: wrap; }
  .review-toolbar .chip-scroll { width: 100%; }
  .help-grid, .contacts-grid { grid-template-columns: 1fr; gap: 35px; }
  .help-cards { grid-template-columns: repeat(3,1fr); }
  .checkout-head { align-items: flex-start; flex-direction: column; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .account-page { grid-template-columns: 1fr; }
  .account-art { min-height: 480px; }
  .account-panel { min-height: auto; padding: 80px 30px; }
  .account-back { top: 505px; right: 30px; }
  .footer-top { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-contact { grid-column: 1/-1; }
}

@media (max-width: 680px) {
  :root { --header-h: 65px; }
  html { scroll-padding-top: 95px; }
  body { padding-bottom: 67px; font-size: 16px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 68px 0; }
  .section--tight { padding: 28px 0; }
  h1 { font-size: clamp(3rem,15vw,5rem); }
  h2 { font-size: clamp(2.2rem,10vw,3.5rem); }
  .announcement__inner { min-height: 30px; font-size: .58rem; }
  .header-main { gap: 6px; }
  .brand { width: 150px; }
  .header-actions .hide-sm { display: none; }
  .header-actions .icon-button { width: 38px; height: 38px; }
  .mobile-menu-toggle { width: 38px; height: 38px; }
  .hero--home { min-height: 0; padding-top: 40px; }
  .hero__grid { gap: 30px; }
  .hero__copy h1 { font-size: clamp(3.75rem,17vw,5.2rem); }
  .hero__copy > p { font-size: 1.05rem; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .hero__actions .button { width: 100%; }
  .hero__trust { display: grid; grid-template-columns: 1fr 1fr; }
  .hero__visual { min-height: 490px; }
  .hero-photo { inset: 0 2% 25px 9%; }
  .hero-botanical { left: -90px; bottom: -110px; width: 330px; }
  .hero-note { top: 30px; left: 0; width: 115px; height: 115px; }
  .hero-note img { width: 32px; height: 37px; }
  .hero-note span { font-size: .56rem; }
  .hero-caption { right: 0; bottom: 0; width: 230px; padding: 13px; }
  .hero-caption p { font-size: .76rem; }
  .hero-scroll { display: none; }
  .finder-card { padding: 25px 18px; }
  .finder-options { grid-template-columns: repeat(2,1fr); }
  .finder-options a { min-height: 78px; }
  .finder-search { justify-self: start; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 35px; }
  .category-grid { display: flex; overflow-x: auto; gap: 12px; margin-right: -15px; padding-right: 15px; scroll-snap-type: x mandatory; }
  .category-card { min-width: 82vw; min-height: 390px; scroll-snap-align: start; }
  .category-card--large h3 { font-size: 2.6rem; }
  .category-card--large img, .category-card img { right: -8%; width: 75%; height: 70%; }
  .product-grid, .product-grid--home, .catalog-products .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 10px; }
  .product-card__media, .catalog-products .product-card__media { height: 250px; }
  .product-bottle { right: 9%; width: 43px; height: 83px; }
  .product-bottle::before { top: -21px; left: 4px; width: 35px; height: 25px; }
  .product-bottle i { inset: 25px 3px 7px; }
  .product-bottle b { top: 31px; font-size: .39rem; }
  .product-bottle em { display: none; }
  .product-mark { display: none; }
  .product-card h3 { font-size: 1.1rem; }
  .product-card .latin { font-size: .76rem; }
  .product-type { font-size: .52rem; }
  .round-add { width: 36px; height: 36px; }
  .manifesto-visual { min-height: 500px; }
  .manifesto-branch { left: -100px; bottom: -35px; width: 470px; }
  .manifesto-stats { grid-template-columns: 1fr; }
  .manifesto-stats div { display: grid; grid-template-columns: 100px 1fr; align-items: center; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-grid article { min-height: auto; border-right: 0; }
  .quality-grid .icon { margin-bottom: 40px; }
  .recipe-feature { grid-template-columns: 1fr; }
  .recipe-feature__image { min-height: 390px; }
  .recipe-feature > div:last-child { padding: 28px; }
  .recipe-feature h3 { font-size: 2.5rem; }
  .recipe-list { display: flex; }
  .recipe-list a { border-right: 0; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card--large { display: flex; }
  .article-card--large img { min-height: 300px; }
  .article-card--large h3 { font-size: 1.8rem; }
  .newsletter-card { padding: 35px 25px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form small { grid-column: auto; }
  .page-hero { min-height: 410px; }
  .page-hero > .container { padding-top: 35px; padding-bottom: 35px; }
  .page-hero .breadcrumbs { margin-bottom: 38px; }
  .page-hero h1 { font-size: clamp(4rem,18vw,6rem); }
  .page-hero p { font-size: 1rem; }
  .page-hero > .container > img { right: -170px; width: 470px; opacity: .24; }
  .catalog-toolbar { align-items: flex-start; }
  .catalog-toolbar > div:first-child { width: 100%; justify-content: space-between; }
  .sort-select { width: 100%; justify-content: space-between; }
  .active-chips { overflow-x: auto; }
  .catalog-search { margin-bottom: 22px; }
  .catalog-products .product-card__media { height: 240px; }
  .split-note { grid-template-columns: 1fr; gap: 22px; }
  .selector-card { min-height: 0; padding: 28px 18px; }
  .selector-options, .selector-options--icons { grid-template-columns: 1fr; }
  .selector-result .result-products { grid-template-columns: 1fr; }
  .selector-result .product-card__media { height: 320px; }
  .selector-nav .button { padding-inline: 16px; }
  .product-page { padding-top: 30px; }
  .product-gallery { display: flex; flex-direction: column-reverse; }
  .gallery-thumbs { flex-direction: row; }
  .gallery-thumbs button { width: 70px; height: 70px; }
  .gallery-main { min-height: 460px; }
  .product-summary h1 { font-size: 4rem; }
  .product-kicker { align-items: flex-start; flex-direction: column; }
  .volume-options { grid-template-columns: 1fr; }
  .purchase-row { grid-template-columns: auto 1fr; }
  .favorite-large { grid-column: 1/-1; width: 100%; border-radius: 999px; }
  .product-nav { top: 95px; }
  .product-nav .container { gap: 24px; }
  .profile-card { grid-template-columns: 1fr; }
  .property-list article { grid-template-columns: 35px 1fr; }
  .property-list p { grid-column: 2; }
  .recipe-toolbar, .journal-toolbar { align-items: stretch; flex-direction: column; }
  .recipe-toolbar > label, .journal-toolbar > label { min-width: 0; width: 100%; }
  .recipe-grid, .recipe-grid--three { grid-template-columns: 1fr; }
  .recipe-card__image { height: 420px; }
  .beginner-card { grid-template-columns: 1fr; }
  .beginner-card > img { height: 370px; }
  .recipe-hero__grid { gap: 35px; }
  .recipe-hero h1 { font-size: clamp(4.4rem,20vw,6rem); }
  .recipe-hero__visual { height: 470px; }
  .recipe-hero__visual > img { width: 90%; }
  .recipe-orbit { font-size: .55rem; }
  .recipe-detail-grid { gap: 50px; }
  .recipe-steps li { grid-template-columns: 40px 1fr; }
  .recipe-safety { grid-template-columns: 1fr; }
  .mood-legend { flex-wrap: wrap; }
  .journal-feature > img { height: 350px; }
  .journal-feature > div { padding: 28px; }
  .journal-feature h2 { font-size: 2.7rem; }
  .journal-grid, .journal-grid--three { grid-template-columns: 1fr; }
  .journal-card__image { height: 360px; }
  .article-hero h1 { font-size: 3.7rem; }
  .article-hero__image { height: 420px; }
  .article-content { font-size: 1.05rem; }
  .article-content blockquote { padding: 28px 22px; font-size: 1.3rem; }
  .article-product { grid-template-columns: 1fr; }
  .article-product > img { height: 300px; }
  .article-product > div { padding: 0 24px 28px; }
  .about-hero { padding-bottom: 60px; }
  .about-hero__grid { min-height: 0; gap: 45px; }
  .about-hero h1 { font-size: 4.5rem; }
  .about-collage { height: 500px; }
  .about-collage > span { width: 105px; height: 105px; font-size: .55rem; }
  .manifesto-quote { margin-bottom: 70px; }
  .founder-grid article { grid-template-columns: 1fr; }
  .founder-photo { height: 480px; }
  .values-grid, .quality-timeline { grid-template-columns: 1fr; }
  .values-grid article, .quality-timeline li { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .values-grid h3, .quality-timeline h3 { margin-top: 45px; }
  .texture-board { grid-template-columns: 1fr; grid-template-rows: 400px 300px 140px; }
  .texture-board > img:first-child { grid-row: auto; }
  .cta-card > img { right: -300px; opacity: .35; }
  .cta-card > div { width: 100%; padding: 40px 25px; background: rgba(38,58,30,.84); }
  .cta-card > div > div { align-items: stretch; flex-direction: column; width: 100%; }
  .discount-grid { grid-template-columns: 1fr; }
  .discount-card { min-height: 430px; }
  .review-reward__grid > img { height: 450px; }
  .review-overview { grid-template-columns: 1fr; gap: 30px; }
  .review-feed header { grid-template-columns: 48px 1fr; }
  .review-feed header .stars { grid-column: 2; }
  .review-feed footer { align-items: flex-start; flex-direction: column; gap: 15px; }
  .help-nav { top: 95px; }
  .help-cards { grid-template-columns: 1fr; }
  .help-text-columns { grid-template-columns: 1fr; }
  .contacts-grid { gap: 45px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form, .checkout-form section { padding: 25px 18px; }
  .account-art { min-height: 430px; }
  .account-logo { top: 28px; left: 25px; width: 180px; }
  .account-art blockquote { right: 25px; bottom: 35px; left: 25px; font-size: 2rem; }
  .account-back { top: 450px; }
  .account-panel { padding: 80px 20px 55px; }
  .checkout-head h1 { font-size: 4rem; }
  .checkout-steps { width: 100%; justify-content: space-between; gap: 8px; }
  .checkout-steps span { flex-direction: column; font-size: .58rem; }
  .delivery-options label, .payment-options label { grid-template-columns: auto 1fr; }
  .delivery-options b, .payment-options i { grid-column: 2; }
  .pickup-select { grid-template-columns: auto 1fr auto; }
  .pickup-select span { display: none; }
  .order-summary { padding: 25px 18px; }
  .swatches { grid-template-columns: repeat(2,1fr); }
  .site-footer { padding-top: 65px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand, .footer-contact { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom span:last-child { margin-left: 0; }
  .mobile-bottom-nav { position: fixed; z-index: 200; right: 0; bottom: 0; left: 0; display: grid; height: 67px; grid-template-columns: repeat(5,1fr); color: var(--green-deep); background: rgba(251,247,240,.96); border-top: 1px solid var(--line); box-shadow: 0 -8px 28px rgba(38,58,30,.08); backdrop-filter: blur(12px); }
  .mobile-bottom-nav > * { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; padding: 5px 2px; border: 0; background: transparent; font: 600 .53rem/1 var(--ui); }
  .mobile-bottom-nav .icon { width: 20px; height: 20px; }
  .mobile-bottom-nav i { position: absolute; top: 4px; right: calc(50% - 18px); display: grid; width: 16px; height: 16px; place-items: center; color: white; background: var(--orange); border-radius: 50%; font: 700 8px/1 var(--ui); font-style: normal; }
  .search-dialog { top: 15px; width: calc(100% - 20px); max-height: calc(100vh - 30px); padding: 24px 16px; border-radius: 20px; }
  .search-results > a { grid-template-columns: 50px 1fr; }
  .search-results > a > b { display: none; }
  .mobile-drawer__panel, .cart-drawer__panel { padding: 22px 18px 85px; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand { width: 134px; }
  .hero__copy h1 { font-size: 3.55rem; }
  .hero__trust { grid-template-columns: 1fr; }
  .hero__visual { min-height: 430px; }
  .hero-note { width: 96px; height: 96px; }
  .hero-caption { width: 205px; }
  .finder-options { grid-template-columns: 1fr 1fr; }
  .category-card { min-width: 88vw; }
  .product-card__media, .catalog-products .product-card__media { height: 220px; }
  .product-card h3 { font-size: 1rem; }
  .product-card__bottom strong { font-size: .68rem; }
  .round-add { width: 34px; height: 34px; }
  .page-hero h1 { font-size: 3.8rem; }
  .gallery-main { min-height: 420px; }
  .product-summary h1 { font-size: 3.6rem; }
  .recipe-card__image { height: 360px; }
  .about-hero h1 { font-size: 4rem; }
  .account-art { min-height: 400px; }
  .account-back { top: 420px; }
}

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

/* Webinars */
.page-hero--webinars > .container > img { right: 30px; bottom: -320px; width: 480px; opacity: .72; border-radius: 48% 48% 0 0; }
.webinar-feature { display: grid; min-height: 570px; grid-template-columns: 1fr 1fr; overflow: hidden; color: var(--white); background: var(--green); border-radius: 24px 36px 28px 48px; }
.webinar-feature__image { position: relative; min-height: 570px; overflow: hidden; }
.webinar-feature__image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: luminosity; opacity: .82; }
.webinar-feature__image .tag { position: absolute; top: 24px; left: 24px; color: var(--green); background: var(--paper-light); }
.webinar-feature > div:last-child { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 55px; }
.webinar-feature .eyebrow { color: rgba(255,255,255,.7); }
.webinar-feature h2 { font-size: clamp(3rem,4.6vw,5rem); }
.webinar-feature p { color: rgba(255,255,255,.72); }
.webinar-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 28px; }
.webinar-meta span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font: 650 .62rem/1 var(--ui); }
.webinar-price { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); }
.webinar-price strong { font: 500 2rem/1 var(--display); }
.webinar-heading { margin-top: 95px; }
.webinar-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.webinar-card { overflow: hidden; background: rgba(255,255,255,.42); border: 1px solid var(--line); border-radius: 18px 27px 21px 36px; }
.webinar-card__media { position: relative; height: 320px; overflow: hidden; }
.webinar-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.webinar-card:hover img { transform: scale(1.04); }
.webinar-card__media .tag { position: absolute; left: 15px; bottom: 15px; }
.webinar-card > div:last-child { padding: 24px; }
.webinar-card small { color: var(--green); font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.webinar-card h3 { margin: 14px 0 10px; font-size: 1.55rem; }
.webinar-card p { min-height: 88px; color: var(--muted); font-size: .9rem; }
.webinar-card > div:last-child > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.webinar-card > div:last-child strong { font: 700 .78rem/1 var(--ui); }
.webinar-card--bundle { background: var(--sage-light); }
.webinar-how .quality-grid { color: var(--ink); border-color: var(--line); }
.webinar-how .quality-grid article { border-color: var(--line); }
.webinar-how .quality-grid h3 { margin-top: 90px; }
.webinar-how .quality-grid p { color: var(--muted); }
.webinar-how .quality-grid article > span { color: var(--orange); opacity: 1; }
@media (max-width: 1180px) { .webinar-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 900px) { .webinar-feature { grid-template-columns: 1fr; } .webinar-feature__image { min-height: 460px; } }
@media (max-width: 680px) { .webinar-grid { grid-template-columns: 1fr; } .webinar-feature__image { min-height: 370px; } .webinar-feature > div:last-child { padding: 30px 22px; } .webinar-price { align-items: stretch; flex-direction: column; } .webinar-price .button { width: 100%; } .webinar-card__media { height: 390px; } }

/* Final responsive containment fixes */
.discount-grid { grid-template-columns: minmax(0,1.4fr) minmax(0,.8fr) minmax(0,.8fr); min-width: 0; }
.discount-card, .discount-card > div { min-width: 0; }
.discount-card h2, .discount-card p, .discount-card li { overflow-wrap: anywhere; }

@media (max-width: 1180px) {
  .discount-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .discount-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .category-grid { width: 100%; margin-right: 0; padding-right: 12px; }
  .discount-grid { width: 100%; grid-template-columns: minmax(0,1fr); }
  .discount-card { width: 100%; overflow: hidden; }
}
