/* ==========================================================================
   AromaLux — Editorial luxury design system (v2)
   RTL-first · authored with logical properties
   Shared by the WordPress theme and the static preview.
   ========================================================================== */

/* ---------------------------------------------------------------------------
   1. Tokens
   --------------------------------------------------------------------------- */
:root {
  /* Quiet-luxury "apothecary" palette */
  --paper:      #f6f7f6;   /* warm bone background        */
  --paper-2:    #ecefed;   /* deeper sand                 */
  --cream:      #ffffff;   /* near-white card             */
  --ink:        #282b29;   /* warm near-black             */
  --ink-2:      #545853;
  --muted:      #848883;
  --line:       rgba(40,44,41,.11);
  --line-2:     rgba(40,44,41,.055);
  --green:      #2f6f6a;   /* deep forest                 */
  --green-2:    #23534f;
  --green-soft: #5a938e;
  --clay:       #a1a69c;   /* taupe                       */
  --gold:       #9b8b69;   /* refined gold                */
  --gold-2:     #7d6c48;
  --gold-soft:  #d6ccb7;
  --on-dark:    #eef1ee;

  /* Type */
  --f-display: "Frank Ruhl Libre", "Noto Serif Hebrew", Georgia, serif;
  --f-body:    "Heebo", "Assistant", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

  --fs-base: 17px;

  /* Fluid display scale */
  --t-eyebrow: .78rem;
  --t-h4: clamp(1.05rem, 1.4vw, 1.25rem);
  --t-h3: clamp(1.35rem, 2vw, 1.7rem);
  --t-h2: clamp(2rem, 4.4vw, 3.3rem);
  --t-h1: clamp(2.7rem, 7vw, 5.6rem);

  /* Spacing / shape */
  --container: 1280px;
  --container-narrow: 820px;
  --gutter: clamp(18px, 4vw, 56px);
  --section-y: clamp(64px, 9vw, 140px);
  --r-xs: 4px;
  --r-sm: 8px;
  --r:    16px;
  --r-lg: 26px;
  --r-pill: 100px;

  --shadow-xs: 0 1px 2px rgba(22,20,15,.06);
  --shadow-sm: 0 6px 24px -12px rgba(22,20,15,.28);
  --shadow:    0 30px 60px -30px rgba(22,20,15,.40);
  --shadow-lg: 0 50px 90px -40px rgba(22,20,15,.50);

  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

/* ---------------------------------------------------------------------------
   2. Reset & base
   --------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}

/* Fine film-grain texture for depth */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .016;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1.04;
  margin: 0 0 .4em;
  color: var(--ink);
  letter-spacing: -.02em;
}
h1 { font-size: var(--t-h1); font-weight: 800; }
h2 { font-size: var(--t-h2); }
h3 { font-size: var(--t-h3); line-height: 1.15; }
h4 { font-size: var(--t-h4); }
p  { margin: 0 0 1em; }

::selection { background: var(--green); color: var(--on-dark); }
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; border-radius: 3px; }

/* ---------------------------------------------------------------------------
   3. Layout
   --------------------------------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(20px, 5vw, 56px); position: relative; z-index: 2; }
.container--narrow { max-width: var(--container-narrow); }
.section { padding-block: var(--section-y); position: relative; }
.section--cream { background: var(--cream); }
.section--paper { background: var(--paper); }
.section--sand  { background: var(--paper-2); }
.section--green { background: var(--green); color: var(--on-dark); }
.section--green h1, .section--green h2, .section--green h3 { color: #fff; }
.section--tight { padding-block: clamp(40px, 5vw, 72px); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .7em;
  font-family: var(--f-body); font-weight: 600;
  font-size: var(--t-eyebrow); letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-2); margin-bottom: 1.1rem;
}
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; opacity: .6; }
.eyebrow--center::after { content: ""; width: 30px; height: 1px; background: currentColor; opacity: .6; }
.section--green .eyebrow { color: var(--gold-soft); }

.section-head { max-width: 640px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head p { color: var(--muted); font-size: 1.1rem; margin-bottom: 0; max-width: 52ch; }
.section--green .section-head p { color: rgba(239,232,218,.78); }
.section-head--split { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }

.lead { font-size: clamp(1.12rem, 1.6vw, 1.32rem); line-height: 1.6; color: var(--ink-2); }

/* Animated text link */
.link-arrow { display: inline-flex; align-items: center; gap: .5em; font-weight: 600; color: var(--ink); }
.link-arrow .ic { width: 1.05em; height: 1.05em; transition: transform .3s var(--ease); }
.link-arrow:hover { color: var(--gold-2); }
.link-arrow:hover .ic { transform: translateX(-5px); }
.section--green .link-arrow { color: var(--gold-soft); }

/* ---------------------------------------------------------------------------
   4. Buttons
   --------------------------------------------------------------------------- */
.btn {
  --bg: var(--green); --fg: var(--on-dark);
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: 1.02em 1.9em; font-family: var(--f-body); font-weight: 600; font-size: .98rem; line-height: 1;
  color: var(--fg); background: var(--bg);
  border: 1px solid transparent; border-radius: var(--r-pill);
  overflow: hidden; isolation: isolate;
  transition: color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--bg); transition: transform .45s var(--ease-out); }
.btn::after  { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--hover, var(--gold)); }
.btn:hover { color: var(--hover-fg, #1d1707); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn:hover::before { transform: translateY(101%); }
.btn:active { transform: translateY(0); }
.btn .ic { width: 1.15em; height: 1.15em; }

.btn--gold  { --bg: var(--gold); --fg: #20180a; --hover: var(--green); --hover-fg: var(--on-dark); }
.btn--dark  { --bg: var(--ink); --fg: #fff; --hover: var(--gold); --hover-fg:#20180a; }
.btn--ghost { --bg: transparent; --fg: var(--ink); border-color: var(--line); --hover: var(--ink); --hover-fg:#fff; }
.btn--ghost::after { background: var(--ink); }
.btn--light { --bg: var(--cream); --fg: var(--green); --hover: var(--gold); --hover-fg:#20180a; }
.btn--ghost-light { --bg: transparent; --fg: #fff; border-color: rgba(255,255,255,.4); --hover:#fff; --hover-fg: var(--green); }
.btn--ghost-light::after { background:#fff; }
.btn--wa { --bg:#1fae54; --fg:#fff; --hover:#178c43; --hover-fg:#fff; }
.btn--block { width: 100%; }
.btn--lg { padding: 1.18em 2.3em; font-size: 1.04rem; }
.btn--sm { padding: .72em 1.2em; font-size: .88rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------------------------------------------------------------------------
   5. Top bar + Header
   --------------------------------------------------------------------------- */
.topbar { background: var(--green-2); color: rgba(239,232,218,.8); font-size: .8rem; letter-spacing: .02em; position: relative; z-index: 3; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 40px; gap: 16px; }
.topbar a:hover { color: var(--gold-soft); }
.topbar__list { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar__list li { display: inline-flex; align-items: center; gap: .45em; }
.topbar .ic { width: 15px; height: 15px; opacity: .8; }

.site-header { position: sticky; top: 0; z-index: 60; background: color-mix(in srgb, var(--paper) 82%, transparent); backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid transparent; transition: border-color .4s var(--ease), background .4s var(--ease); }
.site-header.is-stuck { border-bottom-color: var(--line-2); background: color-mix(in srgb, var(--paper) 94%, transparent); }
.site-header__inner { display: flex; align-items: center; gap: 24px; min-height: 84px; transition: min-height .4s var(--ease); }
.site-header.is-stuck .site-header__inner { min-height: 66px; }

.brand { display: inline-flex; align-items: center; gap: .55rem; line-height: 1; }
.brand__mark { width: 36px; height: 36px; flex: none; color: var(--green); }
.brand__name { font-family: var(--f-display); font-size: 1.6rem; font-weight: 800; color: var(--green); letter-spacing: -.01em; }
.brand__name b { color: var(--gold-2); }

.primary-nav { margin-inline-start: auto; }
.primary-nav > ul { display: flex; align-items: center; gap: clamp(16px, 2vw, 34px); }
.primary-nav a { position: relative; font-weight: 500; font-size: .96rem; padding-block: .6rem; color: var(--ink-2); }
.primary-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 1.5px; background: var(--gold-2); transform: scaleX(0); transform-origin: inline-end; transition: transform .35s var(--ease); }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--green); }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: inline-start; }

.header-actions { display: flex; align-items: center; gap: 4px; }
.icon-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: none; background: transparent; border-radius: 50%; color: var(--ink); transition: background .25s var(--ease); }
.icon-btn:hover { background: color-mix(in srgb, var(--ink) 7%, transparent); color: var(--green); }
.icon-btn .ic { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.cart-count { position: absolute; inset-block-start: 5px; inset-inline-start: 5px; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; font-family: var(--f-body); font-size: .64rem; font-weight: 700; color: #fff; background: var(--gold-2); border-radius: var(--r-pill); }
.nav-toggle { display: none; }

.search-panel { border-top: 1px solid var(--line-2); background: var(--cream); padding-block: 18px; }
.search-panel form { display: flex; gap: 10px; max-width: 640px; margin-inline: auto; }
.search-panel input { flex: 1; font-family: inherit; font-size: 1.05rem; padding: .85em 1.2em; border: 1px solid var(--line); border-radius: var(--r-pill); background: #fff; }
.search-panel input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(176,141,79,.16); }
.search-panel button[type="submit"] { border: none; background: var(--green); color: #fff; border-radius: var(--r-pill); padding: 0 1.5em; font-weight: 600; }

/* ---------------------------------------------------------------------------
   6. Mobile drawer
   --------------------------------------------------------------------------- */
.drawer-backdrop { position: fixed; inset: 0; background: rgba(11,16,12,.62); opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s; z-index: 80; backdrop-filter: blur(3px); }
.mobile-drawer { position: fixed; inset-block: 0; right: 0; left: auto; width: min(84vw, 350px); background: var(--paper); transform: translateX(105%); transition: transform .42s var(--ease-out); z-index: 90; display: flex; flex-direction: column; padding: 24px; box-shadow: var(--shadow-lg); overflow-y: auto; }
body.drawer-open .mobile-drawer { transform: translateX(0); }
body.drawer-open .drawer-backdrop { opacity: 1; visibility: visible; }
body.drawer-open { overflow: hidden; }
.mobile-drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.mobile-drawer nav ul { display: flex; flex-direction: column; }
.mobile-drawer nav a { display: block; padding: 16px 6px; font-family: var(--f-display); font-weight: 600; font-size: 1.25rem; border-bottom: 1px solid var(--line-2); }
.mobile-drawer .btn-row { margin-top: auto; padding-top: 22px; flex-direction: column; }

/* ---------------------------------------------------------------------------
   7. Marquee
   --------------------------------------------------------------------------- */
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--green); color: var(--on-dark); padding-block: 16px; }
.marquee__track { display: flex; gap: 0; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: 16px; padding-inline: 26px; font-family: var(--f-display); font-size: clamp(1.1rem, 2vw, 1.55rem); white-space: nowrap; }
.marquee__item span { color: var(--gold-soft); }
.marquee__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: none; }
@keyframes marquee { to { transform: translateX(50%); } } /* RTL: shift positive */

/* ---------------------------------------------------------------------------
   8. Hero (editorial)
   --------------------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%); }
.hero__word { position: absolute; inset-block-start: 4%; inset-inline-end: -3%; font-family: var(--f-display); font-weight: 800; font-size: clamp(8rem, 30vw, 26rem); line-height: .8; color: rgba(22,39,31,.045); user-select: none; pointer-events: none; letter-spacing: -.04em; z-index: 0; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(28px, 4vw, 60px); padding-block: clamp(40px, 6vw, 88px) clamp(40px, 6vw, 80px); }
.hero__title { margin-bottom: .3em; }
.hero__title em { font-style: italic; color: var(--green); position: relative; }
.hero__lead { font-size: clamp(1.08rem, 1.5vw, 1.28rem); color: var(--ink-2); max-width: 44ch; margin-bottom: 1.8em; }
.hero .btn-row { margin-bottom: 2.2rem; }
.hero__meta { display: flex; gap: clamp(20px, 3vw, 40px); flex-wrap: wrap; }
.hero__meta-item b { display: block; font-family: var(--f-display); font-size: 1.7rem; font-weight: 700; color: var(--green); line-height: 1; }
.hero__meta-item span { font-size: .82rem; color: var(--muted); letter-spacing: .04em; }
.hero__meta-item + .hero__meta-item { padding-inline-start: clamp(20px, 3vw, 40px); border-inline-start: 1px solid var(--line); }

.hero__media { position: relative; display: grid; place-items: center; }
.hero__disc { position: absolute; width: min(94%, 460px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 50% 40%, var(--green-soft), var(--green) 70%); box-shadow: var(--shadow-lg); z-index: 0; }
.hero__disc::after { content: ""; position: absolute; inset: 14px; border-radius: 50%; border: 1px solid rgba(220,198,157,.3); }
.hero__product { position: relative; z-index: 1; width: min(86%, 430px); filter: drop-shadow(0 40px 50px rgba(0,0,0,.4)); margin: 0; }
.hero__tag { position: absolute; z-index: 2; inset-block-end: 8%; inset-inline-start: 0; background: var(--cream); border-radius: var(--r-pill); padding: 11px 18px 11px 14px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 11px; }
.hero__tag b { font-family: var(--f-display); font-size: 1.15rem; color: var(--green); line-height: 1; }
.hero__tag span { font-size: .76rem; color: var(--muted); display: block; }
.hero__tag .dot { width: 38px; height: 38px; border-radius: 50%; background: var(--gold-soft); display: grid; place-items: center; flex: none; }
.hero__tag .dot .ic { width: 20px; height: 20px; stroke: var(--gold-2); fill: none; stroke-width: 1.6; }

/* Hero slider */
.hero-slider { position: relative; }
.hero-slider__track { display: grid; }
.hero-slide { grid-area: 1 / 1; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .8s var(--ease); }
.hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; z-index: 1; }
.hero-slide.is-active .hero__text > *, .hero-slide.is-active .hero__media { animation: heroIn .9s var(--ease-out) backwards; }
.hero-slide.is-active .hero__text > *:nth-child(2) { animation-delay: .08s; }
.hero-slide.is-active .hero__text > *:nth-child(3) { animation-delay: .16s; }
.hero-slide.is-active .hero__text > *:nth-child(4) { animation-delay: .24s; }
.hero-slide.is-active .hero__media { animation-delay: .12s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

.hero-slider__arrow { position: absolute; inset-block-start: 50%; transform: translateY(-50%); z-index: 6; width: 52px; height: 52px; border-radius: 50%; background: color-mix(in srgb, var(--cream) 78%, transparent); border: 1px solid var(--line); color: var(--ink); display: grid; place-items: center; backdrop-filter: blur(8px); transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease); }
.hero-slider__arrow:hover { background: var(--green); color: #fff; }
.hero-slider__arrow .ic { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.hero-slider__arrow--prev { inset-inline-end: 24px; }
.hero-slider__arrow--next { inset-inline-start: 24px; }
.hero-slider__arrow--next .ic { transform: scaleX(-1); }
.hero-slider__dots { position: absolute; inset-block-end: 22px; inset-inline: 0; display: flex; justify-content: center; gap: 9px; z-index: 6; }
.hero-slider__dots button { width: 10px; height: 10px; padding: 0; border: none; border-radius: 50%; background: var(--clay); opacity: .5; cursor: pointer; transition: all .35s var(--ease); }
.hero-slider__dots button.is-active { opacity: 1; width: 30px; border-radius: 5px; background: var(--green); }
@media (max-width: 880px) { .hero-slider__arrow { display: none; } }

/* Full-image hero banner slides */
.hero-banner { position: relative; min-height: clamp(460px, 72vh, 680px); background-size: cover; background-position: center; display: grid; align-items: center; overflow: hidden; }
.hero-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to left, rgba(16,38,35,.74), rgba(16,38,35,.32) 52%, rgba(16,38,35,.04)); }
.hero-banner__content { position: relative; z-index: 2; max-width: 560px; color: #fff; }
.hero-banner__content .eyebrow { color: var(--gold-soft); }
.hero-banner__content h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 4rem); margin-bottom: .3em; line-height: 1.06; }
.hero-banner__content h1 em { font-style: italic; color: var(--gold-soft); }
.hero-banner__content p { color: rgba(255,255,255,.92); font-size: clamp(1.05rem, 1.5vw, 1.25rem); margin-bottom: 1.7em; max-width: 46ch; }
.hero-slide.is-active .hero-banner__content > * { animation: heroIn .9s var(--ease-out) backwards; }
.hero-slide.is-active .hero-banner__content > *:nth-child(2) { animation-delay: .08s; }
.hero-slide.is-active .hero-banner__content > *:nth-child(3) { animation-delay: .16s; }
.hero-slide.is-active .hero-banner__content > *:nth-child(4) { animation-delay: .24s; }
@media (max-width: 680px) {
  .hero-banner::after { background: linear-gradient(to top, rgba(16,38,35,.84), rgba(16,38,35,.4) 55%, rgba(16,38,35,.2)); }
  .hero-banner__content { text-align: center; margin-inline: auto; }
}

/* ---------------------------------------------------------------------------
   9. Bento categories
   --------------------------------------------------------------------------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 16px; }
.bento__item { position: relative; overflow: hidden; border-radius: var(--r-lg); display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; color: #fff; isolation: isolate; text-decoration: none; box-shadow: var(--shadow-xs); transition: box-shadow .4s var(--ease); }
.bento__item:hover { box-shadow: var(--shadow); color: #fff; }
.bento__bg { position: absolute; inset: 0; z-index: -2; background: var(--bg, var(--green)); transition: transform .7s var(--ease-out); }
.bento__item:hover .bento__bg { transform: scale(1.05); }
.bento__item::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(8,14,10,.82), rgba(8,14,10,.15) 55%, transparent); }
.bento__item--feature { grid-column: span 2; grid-row: span 2; }
.bento__item--wide { grid-column: span 2; }
.bento__img { position: absolute; z-index: -1; inset-block-end: 0; inset-inline-end: 6%; width: 52%; max-height: 88%; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0,0,0,.45)); transition: transform .6s var(--ease-out); }
.bento__item:hover .bento__img { transform: translateY(-6px) scale(1.03); }
.bento__item--feature .bento__img { width: 56%; inset-inline-end: 4%; }
.bento__count { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); font-weight: 600; margin-bottom: .5rem; }
.bento__item h3 { color: #fff; margin-bottom: .2em; font-size: clamp(1.3rem, 1.8vw, 1.9rem); }
.bento__item p { color: rgba(255,255,255,.8); font-size: .92rem; margin: 0 0 .9rem; max-width: 32ch; }
.bento__link { display: inline-flex; align-items: center; gap: .45em; font-weight: 600; font-size: .9rem; color: #fff; }
.bento__link .ic { width: 1em; transition: transform .3s var(--ease); }
.bento__item:hover .bento__link .ic { transform: translateX(-5px); }
.bg-green { --bg: linear-gradient(150deg, #4d8c86, #2f6f6a); }
.bg-green-d { --bg: linear-gradient(150deg, #2f6f6a, #23534f); }
.bg-clay { --bg: linear-gradient(150deg, #9a958a, #6e6a60); }
.bg-gold { --bg: linear-gradient(150deg, #b3a382, #8c7857); }

/* Category circles */
.cat-circles { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 3vw, 44px); }
.cat-circle { display: flex; flex-direction: column; align-items: center; text-align: center; text-decoration: none; color: var(--ink); }
.cat-circle__img { width: 100%; max-width: 240px; aspect-ratio: 1; border-radius: 50%; overflow: hidden; position: relative; background: var(--paper-2); box-shadow: var(--shadow-sm); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.cat-circle__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.cat-circle__img::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: inset 0 0 0 6px rgba(255,255,255,.75), inset 0 0 0 7px var(--line); transition: box-shadow .45s var(--ease); }
.cat-circle:hover .cat-circle__img { transform: translateY(-8px); box-shadow: var(--shadow); }
.cat-circle:hover .cat-circle__img img { transform: scale(1.09); }
.cat-circle:hover .cat-circle__img::after { box-shadow: inset 0 0 0 6px rgba(255,255,255,.85), inset 0 0 0 10px var(--green); }
.cat-circle h3 { margin: 20px 0 .15em; font-size: clamp(1.15rem, 1.7vw, 1.45rem); }
.cat-circle:hover h3 { color: var(--green); }
.cat-circle__count { display: inline-flex; align-items: center; gap: .4em; color: var(--muted); font-size: .9rem; font-weight: 500; }
.cat-circle__count .ic { width: 1em; height: 1em; transition: transform .3s var(--ease); }
.cat-circle:hover .cat-circle__count .ic { transform: translateX(-4px); }
.cat-circle:hover .cat-circle__count { color: var(--gold-2); }
@media (max-width: 760px) { .cat-circles { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; } }

/* ---------------------------------------------------------------------------
   10. Product cards
   --------------------------------------------------------------------------- */
.products-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.6vw, 24px); }
.product-card { position: relative; background: var(--cream); border: 1px solid var(--line-2); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease); }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.product-card__media { position: relative; aspect-ratio: 1; background: radial-gradient(circle at 50% 60%, var(--paper) 0%, var(--paper-2) 100%); display: grid; place-items: center; overflow: hidden; }
.product-card__media img { width: 80%; height: 80%; object-fit: contain; transition: transform .6s var(--ease-out); mix-blend-mode: multiply; }
.product-card:hover .product-card__media img { transform: scale(1.06) rotate(-1deg); }
.badge { position: absolute; inset-block-start: 14px; inset-inline-start: 14px; z-index: 2; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .45em .85em; border-radius: var(--r-pill); color: #fff; background: var(--green); }
.badge--gold { background: var(--gold-2); }
.badge--sale { background: #a8482f; }
.product-card__quick { position: absolute; inset-block-end: 14px; inset-inline: 14px; z-index: 2; display: flex; gap: 8px; transform: translateY(140%); opacity: 0; transition: transform .4s var(--ease-out), opacity .4s var(--ease); }
.product-card:hover .product-card__quick { transform: none; opacity: 1; }
.product-card__body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.product-card__cat { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-2); font-weight: 600; margin-bottom: .4rem; }
.product-card__title { font-size: 1.18rem; margin-bottom: .5rem; line-height: 1.2; }
.product-card__title a:hover { color: var(--green); }
.product-card__meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 1rem; }
.chip { display: inline-flex; align-items: center; gap: .4em; font-size: .76rem; font-weight: 500; color: var(--ink-2); background: var(--paper); border: 1px solid var(--line-2); padding: .32em .7em; border-radius: var(--r-pill); }
.chip .ic { width: 13px; height: 13px; stroke: var(--gold-2); fill: none; stroke-width: 1.7; }
.product-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price { font-family: var(--f-display); font-size: 1.4rem; font-weight: 700; color: var(--green); display: inline-flex; align-items: baseline; gap: .4em; }
.price del { color: var(--muted); font-size: .95rem; font-weight: 400; }
.price ins { text-decoration: none; }
.stars { display: inline-flex; gap: 1px; color: var(--gold); }
.stars .ic { width: 15px; height: 15px; fill: currentColor; }
.product-card__add { width: 44px; height: 44px; border-radius: 50%; background: var(--green); color: #fff; border: none; display: grid; place-items: center; flex: none; transition: background .3s var(--ease), transform .3s var(--ease); }
.product-card__add:hover { background: var(--gold); color: #20180a; transform: rotate(90deg); }
.product-card__add .ic { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; }

/* ---------------------------------------------------------------------------
   11. Bundles
   --------------------------------------------------------------------------- */
.bundle-card { position: relative; background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 30px; display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.bundle-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.bundle-card--featured { background: var(--green); color: var(--on-dark); border-color: var(--green); }
.bundle-card--featured h3 { color: #fff; }
.bundle-card--featured .bundle-card__for { color: rgba(239,232,218,.7); }
.bundle-card--featured .price { color: var(--gold-soft); }
.bundle-card--featured::before { content: "הכי משתלם"; position: absolute; inset-block-start: 22px; inset-inline-end: 30px; background: var(--gold); color: #20180a; font-size: .72rem; font-weight: 700; letter-spacing: .04em; padding: .4em 1em; border-radius: var(--r-pill); }
.bundle-card__icon { width: 56px; height: 56px; border-radius: 50%; background: var(--paper); display: grid; place-items: center; margin-bottom: 18px; }
.bundle-card--featured .bundle-card__icon { background: var(--green-soft); }
.bundle-card__icon .ic { width: 27px; height: 27px; stroke: var(--gold-2); fill: none; stroke-width: 1.5; }
.bundle-card--featured .bundle-card__icon .ic { stroke: var(--gold-soft); }
.bundle-card h3 { margin-bottom: .15em; }
.bundle-card__for { color: var(--muted); font-size: .92rem; margin-bottom: 1.3rem; }
.bundle-card__list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 1.6rem; }
.bundle-card__list li { display: flex; align-items: flex-start; gap: .6em; font-size: .98rem; }
.bundle-card__list .ic { width: 19px; height: 19px; flex: none; stroke: var(--gold-2); fill: none; stroke-width: 2; margin-top: 3px; }
.bundle-card--featured .bundle-card__list .ic { stroke: var(--gold-soft); }
.bundle-card__price { display: flex; align-items: baseline; gap: .5em; margin-bottom: 1.3rem; margin-top: auto; }

/* ---------------------------------------------------------------------------
   12. Scent cards
   --------------------------------------------------------------------------- */
.scent-card { position: relative; border-radius: var(--r-lg); padding: 30px 26px; min-height: 280px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; color: #fff; isolation: isolate; text-decoration: none; background-size: cover; background-position: center; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.scent-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); color: #fff; }
.scent-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--sc); transition: transform .7s var(--ease-out); }
.scent-card:hover::before { transform: scale(1.06); }
.scent-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(10,14,10,.82), rgba(10,14,10,.12) 55%, rgba(10,14,10,.34)); }
.scent-card h3 { color: #fff; margin-bottom: .15em; font-size: 1.45rem; }
.scent-card p { color: rgba(255,255,255,.85); font-size: .92rem; margin: 0; }
.scent-card__note { position: absolute; inset-block-start: 24px; inset-inline-end: 26px; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.75); font-weight: 600; }
.scent-card__en { font-family: var(--f-display); font-style: italic; font-size: .95rem; color: var(--gold-soft); margin-bottom: .3rem; }
.sc-hotel  { --sc: linear-gradient(155deg, #b9a06a, #6f5731); background-image: url(../images/lifestyle/scent-hotel.jpg); }
.sc-musk   { --sc: linear-gradient(155deg, #cfc6ba, #847b6c); background-image: url(../images/lifestyle/scent-musk.jpg); }
.sc-oud    { --sc: linear-gradient(155deg, #5a3d2b, #271710); background-image: url(../images/lifestyle/scent-oud.jpg); }
.sc-spa    { --sc: linear-gradient(155deg, #5d9a8b, #2a564b); background-image: url(../images/lifestyle/scent-spa.jpg); background-position: center 38%; }
.sc-floral { --sc: linear-gradient(155deg, #c489a3, #834b66); }
.sc-vanilla{ --sc: linear-gradient(155deg, #d9b884, #9c7341); }
.sc-fresh  { --sc: linear-gradient(155deg, #8db8c8, #496f7e); }
.sc-hotel::before, .sc-musk::before, .sc-oud::before, .sc-spa::before { opacity: .3; }

/* Scent-family filter + oil cards */
.scent-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.scent-filter button { border: 1px solid var(--line); background: var(--cream); color: var(--ink-2); padding: .6em 1.25em; border-radius: var(--r-pill); font-family: var(--f-body); font-weight: 500; font-size: .92rem; transition: all .25s var(--ease); }
.scent-filter button:hover { border-color: var(--gold); color: var(--green); }
.scent-filter button.is-active { background: var(--green); border-color: var(--green); color: #fff; }
.oil-media { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.oil-media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 60% at 50% 35%, rgba(255,255,255,.18), transparent 70%); }
.oil-media .ic { width: 30%; height: 30%; color: rgba(255,255,255,.92); stroke: rgba(255,255,255,.92); fill: none; stroke-width: 1.3; }
.oil-media__en { position: absolute; inset-block-end: 16px; inset-inline: 0; text-align: center; font-family: var(--f-display); font-style: italic; color: rgba(255,255,255,.85); font-size: .9rem; letter-spacing: .02em; }
.stock-chip { display: inline-flex; align-items: center; gap: .4em; font-size: .76rem; font-weight: 600; color: #1f6b46; }
.stock-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #2f9e6a; }
.stock-chip--low { color: #a8482f; }
.stock-chip--low::before { background: #d2693f; }

/* ---------------------------------------------------------------------------
   13. Editorial split (business)
   --------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(32px, 5vw, 80px); }
.split--media-start { direction: ltr; }
.split--media-start > * { direction: rtl; }
.split__media { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3.4; background: linear-gradient(150deg, var(--green-soft), var(--green-2)); display: grid; place-items: center; }
.split__media img { width: 74%; height: 74%; object-fit: contain; filter: drop-shadow(0 30px 40px rgba(0,0,0,.4)); }
.split__badge { position: absolute; inset-block-start: 22px; inset-inline-start: 22px; background: var(--cream); border-radius: var(--r-pill); padding: 9px 16px; font-size: .82rem; font-weight: 600; color: var(--green); box-shadow: var(--shadow-sm); }
.feature-list { display: grid; gap: 14px; margin-top: 1.6rem; }
.feature-list li { display: flex; gap: .7em; align-items: flex-start; }
.feature-list .ic { width: 22px; height: 22px; flex: none; stroke: var(--gold-2); fill: none; stroke-width: 2; margin-top: 2px; }
.section--green .feature-list .ic { stroke: var(--gold-soft); }

/* Tag pills (business types) */
.pills { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { display: inline-flex; align-items: center; gap: .5em; font-size: .9rem; font-weight: 500; padding: .6em 1.1em; border-radius: var(--r-pill); border: 1px solid var(--line); color: var(--ink-2); background: var(--cream); }
.section--green .pill { border-color: rgba(239,232,218,.2); color: var(--on-dark); background: rgba(255,255,255,.04); }
.pill .ic { width: 17px; height: 17px; stroke: var(--gold-2); fill: none; stroke-width: 1.7; }
.section--green .pill .ic { stroke: var(--gold-soft); }

/* Atmosphere gallery */
.amb-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.amb-tile { position: relative; aspect-ratio: 3/4; border-radius: var(--r-lg); overflow: hidden; isolation: isolate; box-shadow: var(--shadow-xs); display: block; }
.amb-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.amb-tile:hover img { transform: scale(1.07); }
.amb-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,18,14,.85), rgba(13,18,14,.05) 60%, transparent); }
.amb-tile__label { position: absolute; inset-block-end: 20px; inset-inline: 20px; z-index: 2; color: #fff; }
.amb-tile__label b { font-family: var(--f-display); font-size: 1.25rem; display: block; line-height: 1.1; margin-bottom: .15em; }
.amb-tile__label span { font-size: .82rem; color: rgba(255,255,255,.82); }

/* Parallax lifestyle banner */
.lux-banner { position: relative; min-height: clamp(360px, 52vh, 560px); display: grid; place-items: center; text-align: center; color: #fff; overflow: hidden; }
.lux-banner__bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.lux-banner::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(rgba(13,18,14,.5), rgba(13,18,14,.74)); }
.lux-banner__inner { position: relative; z-index: 2; max-width: 700px; padding: clamp(44px, 6vw, 80px) 24px; }
.lux-banner .eyebrow { color: var(--gold-soft); justify-content: center; }
.lux-banner h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); }
.lux-banner p { color: rgba(255,255,255,.85); font-size: 1.1rem; }
@media (min-width: 900px) { .lux-banner__bg { background-attachment: fixed; } }

/* Photo media variant + image page hero */
.split__media--photo { background: var(--paper-2); }
.split__media--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: none; }
.page-hero--image { color: #fff; border-bottom: none; }
.page-hero--image .page-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.page-hero--image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(13,18,14,.55), rgba(13,18,14,.72)); z-index: 1; }
.page-hero--image .container { position: relative; z-index: 2; }
.page-hero--image h1, .page-hero--image p { color: #fff; }
.page-hero--image .breadcrumb, .page-hero--image .breadcrumb a { color: rgba(255,255,255,.82); }
.page-hero--image .eyebrow { color: var(--gold-soft); }

@media (max-width: 880px) { .amb-gallery { grid-template-columns: repeat(2, 1fr); } }

/* ---------------------------------------------------------------------------
   14. Stats
   --------------------------------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.stat { background: var(--cream); padding: clamp(24px, 3vw, 40px) 22px; text-align: center; }
.stat b { display: block; font-family: var(--f-display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--green); line-height: 1; margin-bottom: .35rem; }
.stat span { font-size: .9rem; color: var(--muted); }

/* ---------------------------------------------------------------------------
   15. Steps
   --------------------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 44px); counter-reset: step; }
.step { position: relative; padding-top: 14px; }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--f-display); font-size: 3.4rem; font-weight: 700; color: var(--gold); opacity: .28; line-height: 1; display: block; margin-bottom: .4rem; }
.step h3 { margin-bottom: .3em; }
.step p { color: var(--muted); margin: 0; }
.section--green .step p { color: rgba(239,232,218,.75); }
.section--green .step::before { color: var(--gold-soft); }

/* ---------------------------------------------------------------------------
   16. Reviews
   --------------------------------------------------------------------------- */
.review-card { background: var(--cream); border: 1px solid var(--line-2); border-radius: var(--r); padding: 30px; display: flex; flex-direction: column; gap: 14px; }
.review-card__quote { font-family: var(--f-display); font-size: 1.55rem; color: var(--gold); line-height: 1; }
.review-card__text { font-size: 1.06rem; color: var(--ink-2); line-height: 1.65; flex: 1; }
.review-card__author { display: flex; align-items: center; gap: 13px; padding-top: 6px; border-top: 1px solid var(--line-2); }
.review-card__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: var(--gold-soft); display: grid; place-items: center; font-family: var(--f-display); font-weight: 700; }
.review-card__name { font-weight: 600; font-size: .96rem; }
.review-card__role { font-size: .82rem; color: var(--muted); }

/* ---------------------------------------------------------------------------
   17. FAQ
   --------------------------------------------------------------------------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; text-align: start; background: none; border: none; padding: 24px 4px; font-family: var(--f-display); font-size: 1.22rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__q .ic { width: 24px; height: 24px; flex: none; stroke: var(--gold-2); fill: none; stroke-width: 1.8; transition: transform .35s var(--ease); }
.faq__item.is-open .faq__q .ic { transform: rotate(135deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq__a-inner { padding: 0 4px 24px; color: var(--muted); }

/* ---------------------------------------------------------------------------
   18. Footer
   --------------------------------------------------------------------------- */
.site-footer { background: var(--green-2); color: rgba(239,232,218,.72); padding-block: clamp(56px, 7vw, 96px) 0; position: relative; z-index: 2; }
.site-footer a { color: rgba(239,232,218,.72); }
.site-footer a:hover { color: var(--gold-soft); }
.footer-cta { text-align: center; max-width: 640px; margin: 0 auto clamp(48px,6vw,80px); padding-bottom: clamp(48px,6vw,80px); border-bottom: 1px solid rgba(239,232,218,.12); }
.footer-cta .eyebrow { color: var(--gold-soft); }
.footer-cta h2 { color: #fff; }
.footer-cta p { color: rgba(239,232,218,.75); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: clamp(28px, 4vw, 56px); padding-bottom: 48px; }
.footer-brand .brand__name { color: #fff; }
.footer-brand .brand__mark { color: var(--gold-soft); }
.footer-about { font-size: .95rem; margin-top: 1.1rem; max-width: 34ch; }
.footer-col h4 { color: #fff; font-family: var(--f-body); font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.3rem; }
.footer-col ul { display: grid; gap: 12px; font-size: .96rem; }
.footer-news p { font-size: .94rem; }
.footer-news form { display: flex; gap: 8px; margin-top: 14px; }
.footer-news input { flex: 1; padding: .8em 1.1em; border: 1px solid rgba(239,232,218,.2); background: rgba(255,255,255,.05); color: #fff; border-radius: var(--r-pill); }
.footer-news input::placeholder { color: rgba(239,232,218,.45); }
.social { display: flex; gap: 10px; margin-top: 20px; }
.social a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(239,232,218,.2); display: grid; place-items: center; transition: all .3s var(--ease); }
.social a:hover { background: var(--gold); border-color: var(--gold); color: #20180a; transform: translateY(-3px); }
.social .ic { width: 18px; height: 18px; fill: currentColor; }
.footer-bottom { border-top: 1px solid rgba(239,232,218,.12); padding-block: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .84rem; }
.footer-pay { display: flex; gap: 8px; align-items: center; opacity: .8; }
.footer-pay .ic { height: 24px; width: auto; }

/* ---------------------------------------------------------------------------
   19. Floating WhatsApp
   --------------------------------------------------------------------------- */
.wa-float { position: fixed; inset-block-end: 24px; inset-inline-end: 24px; z-index: 70; display: inline-flex; align-items: center; gap: 10px; background: #1fae54; color: #fff; font-weight: 600; padding: 14px 20px; border-radius: var(--r-pill); box-shadow: var(--shadow); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.wa-float:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); color: #fff; }
.wa-float .ic { width: 26px; height: 26px; fill: currentColor; }
@media (max-width: 560px) { .wa-float__text { display: none; } .wa-float { padding: 15px; } }

/* ---------------------------------------------------------------------------
   20. Page hero (inner)
   --------------------------------------------------------------------------- */
.page-hero { background: linear-gradient(180deg, var(--paper), var(--paper-2)); padding-block: clamp(48px, 7vw, 90px); border-bottom: 1px solid var(--line-2); position: relative; overflow: hidden; }
.breadcrumb { font-size: .85rem; color: var(--muted); margin-bottom: 1rem; display: flex; gap: .5em; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--gold-2); }
.page-hero h1 { margin-bottom: .2em; font-size: clamp(2.2rem, 5vw, 3.6rem); }
.page-hero p { color: var(--muted); max-width: 60ch; margin: 0; font-size: 1.08rem; }

/* ---------------------------------------------------------------------------
   21. Forms
   --------------------------------------------------------------------------- */
.lux-form { background: var(--cream); color: var(--ink); border-radius: var(--r-lg); padding: clamp(26px, 4vw, 44px); box-shadow: var(--shadow); border: 1px solid var(--line-2); }
.lux-form h3 { margin-bottom: .25em; }
.lux-form .form-sub { color: var(--muted); font-size: .95rem; margin-bottom: 1.6rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: .45rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .88rem; font-weight: 600; color: var(--ink-2); }
.field label .req { color: #a8482f; }
.field input, .field select, .field textarea { font-family: inherit; font-size: 1rem; color: var(--ink); padding: .85em 1em; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--paper); transition: border-color .25s var(--ease), box-shadow .25s var(--ease), background .25s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(176,141,79,.15); }
.field textarea { resize: vertical; min-height: 96px; }
.form-consent { display: flex; align-items: flex-start; gap: .6em; font-size: .85rem; color: var(--muted); }
.form-consent input { margin-top: 3px; }
.form-note { text-align: center; font-size: .85rem; color: var(--muted); margin-top: .5rem; }
.form-message { padding: 14px 16px; border-radius: var(--r-sm); font-weight: 600; margin-bottom: 1rem; }
.form-message--ok { background: #e7f1ea; color: #1f6b46; border: 1px solid #bfe0cc; }
.form-message--err { background: #f8e9e6; color: #a8482f; border: 1px solid #eac6bd; }

/* ---------------------------------------------------------------------------
   22. WooCommerce
   --------------------------------------------------------------------------- */
.woocommerce-products-header { margin-bottom: 26px; }
.woocommerce .products { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px,1.6vw,24px); margin: 0; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: auto; margin: 0; padding: 0; float: none; background: var(--cream); border: 1px solid var(--line-2); border-radius: var(--r); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.woocommerce ul.products li.product:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.woocommerce ul.products li.product > a { padding: 18px 18px 0; display: block; }
.woocommerce ul.products li.product a img { margin: 0 0 14px; mix-blend-mode: multiply; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--f-display); font-size: 1.12rem; padding: 0 18px; }
.woocommerce ul.products li.product .price { display: block; padding: 0 18px; color: var(--green); font-family: var(--f-display); font-size: 1.25rem; }
.woocommerce ul.products li.product .button { margin: 14px 18px 20px; }
.woocommerce span.price, .woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--green); font-family: var(--f-display); font-weight: 700; }

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt {
  background: var(--green); color: #fff; border-radius: var(--r-pill); font-family: var(--f-body); font-weight: 600; padding: .8em 1.6em; transition: all .3s var(--ease);
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background: var(--gold); color: #20180a; transform: translateY(-2px); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-radius: var(--r-sm); border-top: none; padding-inline-start: 2.5em; background: var(--paper-2); }
.woocommerce-message::before { color: #1f6b46; }
.woocommerce-info::before { color: var(--gold-2); }

.single-product div.product { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,60px); align-items: start; }
.single-product div.product > * { grid-column: 1 / -1; min-width: 0; }
.single-product div.product > .woocommerce-product-gallery { grid-column: 1; width: 100% !important; margin: 0; }
.single-product div.product > .summary { grid-column: 2; margin: 0; width: 100%; float: none; }
.single-product div.product .product_title { font-size: clamp(1.8rem,3.4vw,2.6rem); }
.single-product div.product .summary .price { font-size: 1.8rem; }

.aromalux-specs { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 24px 0; padding: 22px; background: var(--paper); border: 1px solid var(--line-2); border-radius: var(--r); }
.aromalux-specs .spec { display: flex; gap: 13px; align-items: center; }
.aromalux-specs .spec .ic { width: 28px; height: 28px; stroke: var(--gold-2); fill: none; stroke-width: 1.5; flex: none; }
.aromalux-specs .spec b { display: block; font-family: var(--f-display); font-size: 1.05rem; color: var(--ink); line-height: 1.2; }
.aromalux-specs .spec span { font-size: .8rem; color: var(--muted); }
.aromalux-oils-note { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; background: var(--paper-2); border-radius: var(--r); margin-bottom: 18px; }
.aromalux-oils-note .ic { width: 24px; height: 24px; stroke: var(--gold-2); fill: none; stroke-width: 1.6; flex: none; margin-top: 2px; }
.aromalux-wa-help { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 18px; background: var(--green); color: #fff; border-radius: var(--r); margin-top: 18px; }
.aromalux-wa-help p { margin: 0; color: rgba(255,255,255,.9); font-weight: 600; flex: 1; min-width: 180px; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-checkout #order_review { border: 1px solid var(--line); border-radius: var(--r); padding: 6px 18px; background: var(--cream); }
.woocommerce .onsale, .badge.onsale { background: #a8482f; }

/* ---------------------------------------------------------------------------
   23. Reveal + utilities
   --------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .marquee__track { animation: none; } * { scroll-behavior: auto !important; } }

.text-center { text-align: center; }
.flow > * + * { margin-top: 1.1rem; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.skip-link { position: absolute; inset-block-start: -60px; inset-inline-start: 16px; background: var(--green); color: #fff; padding: 10px 16px; border-radius: var(--r-sm); z-index: 200; transition: top .2s; }
.skip-link:focus { inset-block-start: 12px; color: #fff; }

/* ---------------------------------------------------------------------------
   24. Responsive
   --------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .products-rail, .woocommerce .products { grid-template-columns: repeat(3, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .bento { grid-auto-rows: 200px; }
}
@media (max-width: 880px) {
  .primary-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { order: -1; max-width: 440px; margin-inline: auto; }
  .hero__word { font-size: 40vw; inset-block-start: 0; }
  .split { grid-template-columns: 1fr; }
  .split__media { order: -1; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .single-product div.product { grid-template-columns: 1fr; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento__item--feature { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 680px) {
  :root { --fs-base: 16px; }
  .products-rail, .woocommerce .products { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .aromalux-specs { grid-template-columns: 1fr; }
  .topbar__list--secondary { display: none; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .bento__item--feature, .bento__item--wide { grid-column: auto; grid-row: auto; }
  .section-head--split { align-items: flex-start; }
}
@media (max-width: 420px) {
  .products-rail, .woocommerce .products { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------------------------
   25. Back-compat aliases + utilities (keep inner-page templates working)
   --------------------------------------------------------------------------- */
:root {
  --c-cream: var(--cream); --c-white: var(--cream); --c-cream-2: var(--paper-2);
  --c-ink: var(--ink); --c-ink-soft: var(--ink-2); --c-muted: var(--muted);
  --c-line: var(--line); --c-beige: var(--paper-2); --c-sand: var(--clay);
  --c-green: var(--green); --c-green-2: var(--green-2); --c-green-soft: var(--green-soft);
  --c-gold: var(--gold); --c-gold-2: var(--gold-2); --c-gold-soft: var(--gold-soft);
  --c-success: #1f6b46; --c-danger: #a8482f;
  --radius: var(--r); --radius-sm: var(--r-sm); --radius-lg: var(--r-lg); --radius-pill: var(--r-pill);
  --font-head: var(--f-display);
  --gap: var(--gutter);
}

.grid { display: grid; gap: var(--gutter); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--6 { grid-template-columns: repeat(6, 1fr); }

.section--white { background: var(--cream); }
.section--soft  { background: var(--paper-2); }

.divider-gold { width: 60px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); margin-block: 1.1rem; }
.section-head--center .divider-gold { margin-inline: auto; background: linear-gradient(90deg, transparent, var(--gold), transparent); }

.cat-card__link { display: inline-flex; align-items: center; gap: .45em; font-weight: 600; color: var(--gold-2); }
.cat-card__link .ic { width: 1.05em; height: 1.05em; transition: transform .3s var(--ease); }
.cat-card__link:hover .ic { transform: translateX(-4px); }

/* biz-cta layout (business template + preview business page) */
.biz-cta { position: relative; overflow: hidden; background: linear-gradient(150deg, var(--green-soft), var(--green-2)); color: var(--on-dark); }
.biz-cta h2 { color: #fff; }
.biz-cta p { color: rgba(239,232,218,.82); }
.biz-cta__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.biz-cta__list { display: grid; gap: 12px; margin-top: 1.4rem; }
.biz-cta__list li { display: flex; gap: .6em; align-items: flex-start; }
.biz-cta__list .ic { width: 20px; height: 20px; flex: none; stroke: var(--gold-2); fill: none; stroke-width: 2; margin-top: 3px; }

@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--6 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 880px) {
  .biz-cta__inner { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .grid--2, .grid--3, .grid--4, .grid--6 { grid-template-columns: 1fr; }
}
