/*
Theme Name: Armonelle Premium
Theme URI: https://armonelle.com
Author: Armonelle LLC
Author URI: https://armonelle.com
Description: Premium luxury e-commerce theme for Armonelle — Ancient Turkish Hammam Ritual products. Custom-built with WooCommerce integration.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
License: Proprietary
License URI: https://armonelle.com/terms
Text Domain: armonelle
Tags: e-commerce, woocommerce, luxury, premium, custom-theme
*/

/* ─────────────────────────────────────────────
   VARIABLES & RESET
───────────────────────────────────────────── */
:root {
  --travertine:    #F4F1EE;
  --travertine-dk: #EAE5DF;
  --cream:         #F8F6F3;
  --cream-dk:      #EDE8E1;
  --stone:         #C9C0B5;
  --stone-dk:      #A89D92;
  --olive:         #5C6B5A;
  --olive-lt:      #7A8C77;
  --olive-dk:      #3E4C3C;
  --charcoal:      #2C2C29;
  --charcoal-lt:   #4A4A45;
  --charcoal-xs:   #7A7A74;
  --gold:          #B09268;
  --gold-lt:       #C9AD89;
  --gold-xs:       #E2D0B8;
  --white:         #FDFCFB;
  --ink:           #1A1A17;

  --serif: 'Cormorant', serif;
  --serif-alt: 'Cormorant Garamond', serif;
  --sans: 'Montserrat', sans-serif;

  --ease-luxury: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--sans);
  background: var(--travertine);
  color: var(--charcoal);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* Grain overlay */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)'/%3E%3C/svg%3E");
  background-size: 200px;
}

/* ─── UTILITY ─── */
.eyebrow {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow--light { color: rgba(244,241,238,0.5); }
.section-label {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}
.section-label::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

/* ─── NAVIGATION ─── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 52px;
  height: 76px;
  transition: background 0.5s var(--ease-luxury), border-color 0.5s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(244, 241, 238, 0.92);
  backdrop-filter: blur(20px) saturate(180%);
  border-color: rgba(176,146,104,0.15);
}
.nav__logo {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal);
  position: relative;
}
.nav__logo::after {
  content: 'LLC';
  position: absolute;
  right: -32px;
  top: -4px;
  font-size: 7px;
  letter-spacing: 0.2em;
  color: var(--gold);
  font-family: var(--sans);
  font-weight: 300;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 44px;
  list-style: none;
}
.nav__links a {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-lt);
  position: relative;
  transition: color 0.3s;
}
.nav__links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.4s var(--ease-luxury);
}
.nav__links a:hover { color: var(--charcoal); }
.nav__links a:hover::after { width: 100%; }
.nav__actions { display: flex; align-items: center; gap: 28px; }
.nav__cart {
  position: relative;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.nav__cart:hover { opacity: 1; }
.nav__cart-count {
  position: absolute;
  top: -6px; right: -8px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--olive);
  color: var(--white);
  font-size: 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__cta {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--olive);
  padding: 12px 28px;
  transition: background 0.35s, transform 0.35s;
}
.nav__cta:hover { background: var(--charcoal); transform: translateY(-1px); }

/* ─── BUTTONS ─── */
.btn--primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--olive);
  padding: 17px 40px;
  transition: all 0.4s var(--ease-luxury);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.btn--primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--olive-dk);
  transform: translateX(-101%);
  transition: transform 0.4s var(--ease-luxury);
}
.btn--primary:hover::before { transform: translateX(0); }
.btn--primary span, .btn--primary { position: relative; z-index: 1; }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(62,76,60,0.25); }

.btn--ghost {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--charcoal-lt);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s, gap 0.3s;
}
.btn--ghost::after { content: '→'; font-size: 12px; transition: transform 0.3s; }
.btn--ghost:hover { color: var(--olive); }
.btn--ghost:hover::after { transform: translateX(4px); }

.btn--secondary {
  display: inline-flex;
  align-items: center;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--olive);
  background: transparent;
  padding: 15px 36px;
  border: 1px solid var(--olive);
  transition: all 0.4s var(--ease-luxury);
  cursor: pointer;
}
.btn--secondary:hover { background: var(--olive); color: var(--white); }

/* ─── HERO ─── */
.hero {
  height: 100vh;
  min-height: 760px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.hero__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 72px 100px 72px;
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #EDE7DC 0%, #E4DDD3 40%, #D8CFC4 100%);
}
.hero__left::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 800px 600px at -10% 120%, rgba(176,146,104,0.1) 0%, transparent 60%),
    radial-gradient(ellipse 400px 300px at 110% -10%, rgba(92,107,90,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.hero__marble { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero__tagline {
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 400;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
  opacity: 0;
  animation: fadeUp 1s 0.2s var(--ease-luxury) forwards;
}
.hero__tagline::before {
  content: '';
  width: 44px;
  height: 1px;
  background: linear-gradient(to right, var(--gold), rgba(176,146,104,0.3));
  flex-shrink: 0;
}
.hero__headline {
  font-family: var(--serif);
  font-size: clamp(52px, 6.5vw, 86px);
  font-weight: 300;
  line-height: 1.02;
  color: var(--ink);
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp 1.1s 0.4s var(--ease-luxury) forwards;
}
.hero__headline em { font-style: italic; font-weight: 300; color: var(--olive); }
.hero__headline .line-2 {
  display: block;
  font-size: clamp(38px, 4.5vw, 62px);
  color: var(--charcoal-lt);
  margin-top: 4px;
}
.hero__body {
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--charcoal-xs);
  max-width: 380px;
  margin-bottom: 52px;
  letter-spacing: 0.02em;
  opacity: 0;
  animation: fadeUp 1.1s 0.6s var(--ease-luxury) forwards;
}
.hero__ctas {
  display: flex;
  align-items: center;
  gap: 32px;
  opacity: 0;
  animation: fadeUp 1.1s 0.8s var(--ease-luxury) forwards;
}
.hero__right { position: relative; overflow: hidden; }
.hero__visual-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #C8BDB0 0%, #B8ADA0 30%, #A8A098 60%, #9A9490 100%);
}
.hero__right::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(255,255,255,0.08) 0%, transparent 40%),
    radial-gradient(ellipse 600px 800px at 80% 20%, rgba(255,255,255,0.06) 0%, transparent 50%),
    radial-gradient(ellipse 300px 500px at 20% 80%, rgba(80,70,60,0.1) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}
.hero__light-ray {
  position: absolute;
  top: -20%; right: -10%;
  width: 70%; height: 80%;
  background: linear-gradient(190deg, rgba(255,248,235,0.18) 0%, rgba(255,240,200,0.08) 30%, transparent 70%);
  transform: rotate(-15deg);
  z-index: 2;
  pointer-events: none;
}
.hero__composition {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.hero__surface {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 55%;
  background: linear-gradient(170deg, rgba(220,210,195,0.4) 0%, rgba(200,190,175,0.6) 100%);
  border-top: 1px solid rgba(255,255,255,0.2);
}
.droplet {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.9), rgba(200,220,255,0.3));
  box-shadow: inset 0 0 4px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.08);
  z-index: 5;
}
.d1 { width: 8px; height: 8px; bottom: 42%; left: 38%; animation: dropletA 6s ease-in-out infinite; }
.d2 { width: 5px; height: 5px; bottom: 44%; left: 55%; animation: dropletA 6s 1.5s ease-in-out infinite; }
.d3 { width: 11px; height: 11px; bottom: 40%; left: 62%; animation: dropletA 6s 3s ease-in-out infinite; }
.d4 { width: 4px; height: 4px; bottom: 46%; left: 48%; animation: dropletA 6s 4.5s ease-in-out infinite; }
.d5 { width: 7px; height: 7px; bottom: 38%; left: 32%; animation: dropletA 6s 2s ease-in-out infinite; }
@keyframes dropletA {
  0%, 100% { opacity: 0.6; transform: translateY(0) scale(1); }
  50% { opacity: 0.9; transform: translateY(-4px) scale(1.05); }
}
.steam { position: absolute; top: 15%; z-index: 4; display: flex; gap: 18px; opacity: 0.5; }
.steam-wisp {
  width: 2px; height: 60px;
  background: linear-gradient(to top, rgba(255,255,255,0.6), transparent);
  border-radius: 2px;
  animation: steamRise 3s ease-in-out infinite;
  transform-origin: bottom;
}
.steam-wisp:nth-child(2) { animation-delay: 0.8s; height: 45px; }
.steam-wisp:nth-child(3) { animation-delay: 1.6s; height: 70px; }
@keyframes steamRise {
  0% { transform: scaleX(1) translateY(0); opacity: 0; }
  30% { opacity: 0.8; }
  100% { transform: scaleX(2.5) translateY(-40px); opacity: 0; }
}
.hero__badge { position: absolute; top: 44px; right: 44px; z-index: 10; width: 100px; height: 100px; }
.hero__badge-ring { width: 100%; height: 100%; animation: rotateSlow 18s linear infinite; }
.hero__badge-center {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
}
.hero__badge-icon { font-size: 16px; line-height: 1; }
.hero__badge-text {
  font-size: 7px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--charcoal); font-weight: 400; text-align: center; line-height: 1.6;
}
@keyframes rotateSlow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.hero__scroll {
  position: absolute; bottom: 44px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  z-index: 10; opacity: 0; animation: fadeIn 1s 1.4s forwards;
}
.hero__scroll-track { width: 1px; height: 56px; background: rgba(176,146,104,0.2); position: relative; overflow: hidden; }
.hero__scroll-bar {
  position: absolute; top: -100%; width: 100%; height: 50%;
  background: linear-gradient(to bottom, transparent, var(--gold));
  animation: scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown { 0% { top: -100%; } 100% { top: 200%; } }
.hero__scroll-label { font-size: 7.5px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--stone-dk); font-weight: 400; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 0.7; } }

/* ─── TICKER ─── */
.ticker { height: 48px; background: var(--olive-dk); display: flex; align-items: center; overflow: hidden; position: relative; }
.ticker__track { display: flex; gap: 0; animation: ticker 28s linear infinite; white-space: nowrap; flex-shrink: 0; }
.ticker__item {
  display: inline-flex; align-items: center; gap: 0; padding: 0 48px;
  font-size: 8.5px; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(244,241,238,0.65); flex-shrink: 0;
}
.ticker__dot { display: inline-block; width: 3px; height: 3px; border-radius: 50%; background: var(--gold-lt); margin: 0 36px; flex-shrink: 0; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─── RITUAL ─── */
.ritual { padding: 160px 72px; background: var(--cream); position: relative; }
.ritual::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, var(--gold-lt), transparent); }
.ritual__header { max-width: 560px; margin-bottom: 100px; }
.ritual__title { font-family: var(--serif); font-size: clamp(44px, 5vw, 68px); font-weight: 300; line-height: 1.04; color: var(--charcoal); margin-bottom: 24px; }
.ritual__title em { font-style: italic; color: var(--olive-lt); }
.ritual__subtitle { font-size: 13px; font-weight: 300; line-height: 1.85; color: var(--charcoal-xs); letter-spacing: 0.02em; }
.ritual__steps { display: grid; grid-template-columns: repeat(3, 1fr); position: relative; }
.ritual__steps::before {
  content: ''; position: absolute; top: 52px; left: calc(100% / 6); right: calc(100% / 6);
  height: 1px; background: linear-gradient(to right, var(--stone), var(--stone)); z-index: 0;
}
.ritual__step { padding: 0 52px; position: relative; z-index: 1; }
.ritual__step:nth-child(2) { border-left: 1px solid var(--travertine-dk); border-right: 1px solid var(--travertine-dk); }
.ritual__icon-wrap {
  width: 104px; height: 104px; border-radius: 50%; background: var(--travertine);
  border: 1px solid var(--gold-xs); display: flex; align-items: center; justify-content: center;
  margin-bottom: 40px; position: relative; transition: border-color 0.4s, background 0.4s, transform 0.5s var(--ease-spring);
}
.ritual__icon-wrap:hover { background: var(--white); border-color: var(--gold-lt); transform: translateY(-6px); box-shadow: 0 20px 50px rgba(92,107,90,0.12); }
.ritual__icon-number {
  position: absolute; top: -10px; right: -10px; width: 26px; height: 26px; border-radius: 50%;
  background: var(--olive); display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 400; letter-spacing: 0.05em; color: var(--white);
}
.ritual__step-eyebrow { font-size: 8px; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.ritual__step-title { font-family: var(--serif); font-size: 38px; font-weight: 400; color: var(--charcoal); margin-bottom: 16px; line-height: 1; }
.ritual__step-desc { font-size: 12.5px; font-weight: 300; line-height: 1.85; color: var(--charcoal-xs); letter-spacing: 0.02em; }

/* ─── PRODUCTS ─── */
.products { padding: 160px 72px; background: var(--travertine); }
.products__header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 80px; }
.products__title { font-family: var(--serif); font-size: clamp(40px, 4.5vw, 62px); font-weight: 300; line-height: 1.06; color: var(--charcoal); }
.products__title em { font-style: italic; color: var(--olive); }
.products__view-all {
  font-size: 9px; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--charcoal-lt); display: flex; align-items: center; gap: 10px; flex-shrink: 0; transition: color 0.3s, gap 0.3s;
}
.products__view-all::after { content: '→'; transition: transform 0.3s; }
.products__view-all:hover { color: var(--olive); gap: 14px; }
.products__view-all:hover::after { transform: translateX(2px); }
.products__grid { display: grid; grid-template-columns: 1.15fr 0.85fr; grid-template-rows: auto; gap: 20px; }

.product-card { position: relative; overflow: hidden; background: var(--cream-dk); transition: box-shadow 0.5s var(--ease-luxury); cursor: pointer; }
.product-card:hover { box-shadow: 0 30px 80px rgba(44,44,41,0.12); }
.product-card--hero { grid-row: span 2; }
.product-card__visual { position: relative; overflow: hidden; }
.product-card--hero .product-card__visual { height: 640px; }
.product-card--sm .product-card__visual { height: 290px; }
.product-card__bg { position: absolute; inset: 0; transition: transform 0.8s var(--ease-luxury); }
.product-card:hover .product-card__bg { transform: scale(1.04); }
.product-card--silk .product-card__bg {
  background: radial-gradient(ellipse 70% 60% at 40% 35%, rgba(212,197,176,0.6) 0%, transparent 70%), linear-gradient(145deg, #C8BFAE 0%, #B0A898 35%, #9A9088 70%, #8A8078 100%);
}
.product-card--loofah .product-card__bg {
  background: radial-gradient(ellipse 60% 50% at 55% 40%, rgba(190,176,155,0.5) 0%, transparent 65%), linear-gradient(145deg, #BEB8A8 0%, #ABA298 40%, #989080 100%);
}
.product-card--bundle .product-card__bg {
  background: radial-gradient(ellipse 50% 60% at 45% 35%, rgba(176,186,168,0.4) 0%, transparent 65%), linear-gradient(145deg, #B4BAA8 0%, #A4AA98 40%, #949888 100%);
}
.product-card--soap .product-card__bg {
  background: radial-gradient(ellipse 60% 55% at 45% 40%, rgba(168,184,154,0.5) 0%, transparent 65%), linear-gradient(145deg, #A8B89A 0%, #8FA082 40%, #6B7A65 100%);
}
.product-card__texture {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.1'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 1;
}
.product-card__gradient {
  position: absolute; bottom: 0; left: 0; right: 0; height: 40%;
  background: linear-gradient(to top, rgba(44,44,41,0.3) 0%, transparent 100%);
  z-index: 2; opacity: 0; transition: opacity 0.5s;
}
.product-card:hover .product-card__gradient { opacity: 1; }
.product-card__illustration {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  z-index: 3; transition: transform 0.8s var(--ease-luxury);
}
.product-card:hover .product-card__illustration { transform: translateY(-10px); }
.product-card__float-tag {
  position: absolute; top: 28px; left: 28px; z-index: 5;
  background: rgba(244,241,238,0.92); backdrop-filter: blur(8px);
  padding: 7px 14px; font-size: 7.5px; font-weight: 400; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--olive); border: 1px solid rgba(176,146,104,0.2);
}
.product-card__overlay {
  position: absolute; inset: 0; z-index: 6; display: flex; align-items: flex-end;
  justify-content: center; padding-bottom: 32px; opacity: 0; transition: opacity 0.4s; pointer-events: none;
}
.product-card:hover .product-card__overlay { opacity: 1; pointer-events: auto; }
.product-card__quick-add {
  font-size: 9px; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--white); background: rgba(44,44,41,0.85); backdrop-filter: blur(8px);
  padding: 14px 32px; border: 1px solid rgba(255,255,255,0.1);
  transform: translateY(10px); transition: transform 0.4s var(--ease-spring), background 0.3s;
}
.product-card:hover .product-card__quick-add { transform: translateY(0); }
.product-card__quick-add:hover { background: var(--olive); }
.product-card__info { padding: 28px 32px 32px; background: var(--white); border-top: 1px solid var(--travertine-dk); }
.product-card__tag { font-size: 8px; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.product-card__name { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--charcoal); margin-bottom: 6px; line-height: 1.2; }
.product-card--hero .product-card__name { font-size: 28px; }
.product-card__desc { font-size: 12px; font-weight: 300; line-height: 1.75; color: var(--charcoal-xs); margin-bottom: 20px; letter-spacing: 0.02em; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; }
.product-card__price { font-family: var(--serif); font-size: 24px; font-weight: 400; color: var(--charcoal); }
.product-card--sm .product-card__price { font-size: 20px; }
.product-card__stars { display: flex; align-items: center; gap: 4px; color: var(--gold); font-size: 10px; letter-spacing: 1px; }
.product-card__stars span { font-family: var(--sans); font-size: 10px; font-weight: 300; color: var(--charcoal-xs); letter-spacing: 0.02em; margin-left: 4px; }

/* ─── ORIGIN ─── */
.origin { padding: 0; background: var(--ink); display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; position: relative; }
.origin__visual { position: relative; overflow: hidden; }
.origin__visual-bg { position: absolute; inset: 0; background: linear-gradient(160deg, #2E2C27 0%, #262420 40%, #1E1C18 100%); }
.origin__pattern { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.origin__arch-glow {
  position: absolute; width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(176,146,104,0.12) 0%, transparent 70%);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.origin__stat-block {
  position: absolute; bottom: 60px; left: 52px; right: 52px;
  display: flex; gap: 0; border-top: 1px solid rgba(176,146,104,0.2); padding-top: 36px;
}
.origin__stat { flex: 1; padding-right: 32px; }
.origin__stat + .origin__stat { padding-left: 32px; padding-right: 0; border-left: 1px solid rgba(176,146,104,0.15); }
.origin__stat-num { font-family: var(--serif); font-size: 48px; font-weight: 300; color: var(--gold-lt); line-height: 1; margin-bottom: 6px; }
.origin__stat-label { font-size: 8px; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(244,241,238,0.3); }
.origin__content { padding: 100px 80px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.origin__content::before {
  content: ''; position: absolute; left: 0; top: 80px; bottom: 80px;
  width: 1px; background: linear-gradient(to bottom, transparent, rgba(176,146,104,0.2), transparent);
}
.origin__eyebrow { color: rgba(176,146,104,0.7); margin-bottom: 28px; }
.origin__title { font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); font-weight: 300; line-height: 1.06; color: rgba(244,241,238,0.92); margin-bottom: 32px; }
.origin__title em { font-style: italic; color: var(--gold-lt); }
.origin__body { font-size: 13px; font-weight: 300; line-height: 1.9; color: rgba(244,241,238,0.45); margin-bottom: 52px; letter-spacing: 0.02em; max-width: 420px; }
.origin__locations { display: flex; flex-direction: column; gap: 16px; margin-bottom: 52px; }
.origin__location { display: flex; align-items: center; gap: 18px; }
.origin__location-dot { position: relative; width: 10px; height: 10px; flex-shrink: 0; }
.origin__location-dot::before { content: ''; position: absolute; inset: 2px; border-radius: 50%; background: var(--gold); }
.origin__location-dot::after { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(176,146,104,0.4); animation: pulse 2.5s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.6); opacity: 0; } }
.origin__location-dot--secondary::before { background: var(--olive-lt); }
.origin__location-dot--secondary::after { border-color: rgba(122,140,119,0.4); }
.origin__location-text { font-size: 12px; font-weight: 300; color: rgba(244,241,238,0.5); letter-spacing: 0.04em; }
.origin__location-text strong { font-weight: 400; color: rgba(244,241,238,0.82); }
.origin__cert {
  display: inline-flex; align-items: center; gap: 18px; padding: 18px 28px;
  border: 1px solid rgba(176,146,104,0.2); background: rgba(176,146,104,0.06); max-width: fit-content;
}
.origin__cert-icon { font-size: 22px; opacity: 0.8; }
.origin__cert-text { font-size: 9px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(244,241,238,0.5); line-height: 1.7; }
.origin__cert-text strong { display: block; color: var(--gold-lt); letter-spacing: 0.3em; }
.origin__arabic { position: absolute; top: 40px; right: 40px; font-size: 72px; line-height: 1; color: rgba(176,146,104,0.07); font-family: serif; pointer-events: none; user-select: none; }

/* ─── REVIEWS ─── */
.reviews { padding: 140px 72px; background: var(--cream); position: relative; }
.reviews::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, var(--stone), transparent); }
.reviews__header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 72px; }
.reviews__title { font-family: var(--serif); font-size: clamp(36px, 4vw, 54px); font-weight: 300; color: var(--charcoal); }
.reviews__title em { font-style: italic; color: var(--olive-lt); }
.reviews__meta { text-align: right; padding-bottom: 8px; }
.reviews__rating { font-family: var(--serif); font-size: 42px; font-weight: 300; color: var(--charcoal); line-height: 1; margin-bottom: 4px; }
.reviews__stars { color: var(--gold); font-size: 12px; letter-spacing: 2px; margin-bottom: 4px; }
.reviews__count { font-size: 9px; font-weight: 300; letter-spacing: 0.15em; color: var(--charcoal-xs); }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.review-card { background: var(--white); padding: 48px 44px; position: relative; transition: background 0.4s; }
.review-card:hover { background: var(--travertine); }
.review-card__quote { font-family: var(--serif); font-size: 64px; line-height: 0.6; color: var(--gold-xs); margin-bottom: 20px; font-weight: 300; }
.review-card__stars { color: var(--gold); font-size: 10px; letter-spacing: 2px; margin-bottom: 24px; }
.review-card__text { font-family: var(--serif-alt); font-size: 17px; font-style: italic; font-weight: 300; line-height: 1.65; color: var(--charcoal); margin-bottom: 32px; }
.review-card__author { font-size: 8.5px; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: var(--charcoal-xs); }
.review-card__location { font-size: 8px; font-weight: 300; letter-spacing: 0.15em; color: var(--stone-dk); margin-top: 4px; }
.review-card__verified {
  position: absolute; top: 28px; right: 28px; font-size: 7px; font-weight: 400;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--olive-lt);
  display: flex; align-items: center; gap: 5px;
}
.review-card__verified::before { content: '✓'; font-size: 9px; }

/* ─── NEWSLETTER ─── */
.newsletter {
  padding: 120px 72px; background: var(--olive-dk); display: grid;
  grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
  position: relative; overflow: hidden;
}
.newsletter::before {
  content: 'ARMONELLE'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: var(--serif); font-size: 220px; font-weight: 300; color: rgba(255,255,255,0.03);
  white-space: nowrap; pointer-events: none; letter-spacing: 0.15em;
}
.newsletter__left .section-label::before { background: var(--gold-lt); }
.newsletter__eyebrow { color: rgba(176,146,104,0.65); }
.newsletter__title { font-family: var(--serif); font-size: clamp(36px, 4vw, 56px); font-weight: 300; line-height: 1.06; color: rgba(244,241,238,0.9); margin-bottom: 20px; }
.newsletter__title em { font-style: italic; color: var(--gold-lt); }
.newsletter__body { font-size: 13px; font-weight: 300; line-height: 1.85; color: rgba(244,241,238,0.4); letter-spacing: 0.02em; }
.newsletter__form { position: relative; }
.newsletter__form-group { display: flex; margin-bottom: 14px; }
.newsletter__input {
  flex: 1; padding: 18px 24px; background: rgba(244,241,238,0.07); border: 1px solid rgba(244,241,238,0.12);
  border-right: none; color: rgba(244,241,238,0.85); font-family: var(--sans); font-size: 12px; font-weight: 300;
  letter-spacing: 0.04em; outline: none; transition: background 0.3s, border-color 0.3s;
}
.newsletter__input::placeholder { color: rgba(244,241,238,0.25); }
.newsletter__input:focus { background: rgba(244,241,238,0.1); border-color: rgba(176,146,104,0.35); }
.newsletter__submit {
  padding: 18px 32px; background: var(--gold); border: 1px solid var(--gold); color: var(--ink);
  font-family: var(--sans); font-size: 9px; font-weight: 400; letter-spacing: 0.28em;
  text-transform: uppercase; transition: background 0.35s, transform 0.35s; cursor: pointer;
}
.newsletter__submit:hover { background: var(--gold-lt); transform: translateX(2px); }
.newsletter__consent { font-size: 9.5px; font-weight: 300; color: rgba(244,241,238,0.25); letter-spacing: 0.03em; line-height: 1.7; }

/* ─── FOOTER ─── */
footer, .site-footer { background: var(--charcoal); padding: 96px 72px 44px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 60px; padding-bottom: 64px; border-bottom: 1px solid rgba(244,241,238,0.06); margin-bottom: 44px; }
.footer__brand-logo { font-family: var(--serif); font-size: 26px; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(244,241,238,0.88); margin-bottom: 8px; }
.footer__brand-tagline { font-size: 9px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.footer__brand-body { font-size: 12px; font-weight: 300; line-height: 1.85; color: rgba(244,241,238,0.28); max-width: 260px; margin-bottom: 36px; letter-spacing: 0.02em; }
.footer__social { display: flex; gap: 16px; }
.footer__social-link {
  width: 36px; height: 36px; border: 1px solid rgba(244,241,238,0.1);
  display: flex; align-items: center; justify-content: center; font-size: 10px;
  color: rgba(244,241,238,0.4); transition: border-color 0.3s, color 0.3s, background 0.3s;
}
.footer__social-link:hover { border-color: var(--gold); color: var(--gold); background: rgba(176,146,104,0.06); }
.footer__col-title { font-size: 8.5px; font-weight: 400; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 28px; }
.footer__links { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.footer__links li a { font-size: 12px; font-weight: 300; color: rgba(244,241,238,0.35); letter-spacing: 0.03em; transition: color 0.3s; line-height: 1; }
.footer__links li a:hover { color: rgba(244,241,238,0.8); }
.footer__policy-id { font-size: 8px; color: rgba(176,146,104,0.4); letter-spacing: 0.1em; margin-left: 6px; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; }
.footer__copy { font-size: 10px; font-weight: 300; color: rgba(244,241,238,0.18); letter-spacing: 0.08em; }
.footer__legal { display: flex; gap: 32px; }
.footer__legal a { font-size: 10px; font-weight: 300; color: rgba(244,241,238,0.22); letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.3s; }
.footer__legal a:hover { color: rgba(244,241,238,0.55); }
.footer__origin-note { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.footer__origin-flag { font-size: 14px; }
.footer__origin-text { font-size: 10px; font-weight: 300; color: rgba(244,241,238,0.18); letter-spacing: 0.1em; }

/* ─── WOOCOMMERCE OVERRIDES ─── */
.woocommerce-page { background: var(--travertine); }

/* Shop / Archive */
.woo-page-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 48px 100px;
}
.woo-page-wrap h1, .woo-page-wrap .page-title {
  font-family: var(--serif);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 300;
  color: var(--charcoal);
  margin-bottom: 48px;
}
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.woocommerce ul.products li.product {
  background: var(--white);
  border: 1px solid var(--travertine-dk);
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: box-shadow 0.4s var(--ease-luxury), transform 0.4s var(--ease-luxury);
}
.woocommerce ul.products li.product:hover {
  box-shadow: 0 20px 60px rgba(44,44,41,0.1);
  transform: translateY(-4px);
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--serif) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: var(--charcoal) !important;
  padding: 20px 24px 4px !important;
}
.woocommerce ul.products li.product .price {
  font-family: var(--serif) !important;
  font-size: 20px !important;
  color: var(--charcoal) !important;
  padding: 0 24px 16px !important;
}
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .cart .button,
.woocommerce .checkout .button {
  font-family: var(--sans) !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  background: var(--olive) !important;
  color: var(--white) !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 14px 28px !important;
  transition: background 0.35s, transform 0.35s !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .cart .button:hover,
.woocommerce .checkout .button:hover,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce #respond input#submit.alt {
  background: var(--olive-dk) !important;
  transform: translateY(-1px) !important;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover { background: var(--charcoal) !important; }

/* Single Product */
.single-product .woo-page-wrap { padding-top: 120px; }
.woocommerce div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.woocommerce div.product div.images { border: 1px solid var(--travertine-dk); background: var(--cream-dk); }
.woocommerce div.product div.images img { width: 100%; }
.woocommerce div.product .product_title {
  font-family: var(--serif) !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: 300 !important;
  color: var(--charcoal) !important;
  margin-bottom: 8px !important;
}
.woocommerce div.product p.price {
  font-family: var(--serif) !important;
  font-size: 32px !important;
  color: var(--charcoal) !important;
  margin-bottom: 24px !important;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--charcoal-xs);
  margin-bottom: 32px;
}
.woocommerce div.product form.cart { margin-bottom: 32px; }
.woocommerce div.product form.cart .quantity input {
  font-family: var(--sans);
  border: 1px solid var(--travertine-dk);
  padding: 12px;
  width: 60px;
  text-align: center;
}
.woocommerce .woocommerce-tabs ul.tabs {
  list-style: none;
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--travertine-dk);
  margin-bottom: 32px;
  padding: 0;
}
.woocommerce .woocommerce-tabs ul.tabs li {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 16px 28px;
  color: var(--charcoal-xs);
  border-bottom: 2px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a { color: var(--charcoal); border-bottom-color: var(--gold); }

/* Cart */
.woocommerce-cart .woo-page-wrap { max-width: 1000px; }
.woocommerce table.shop_table {
  border: 1px solid var(--travertine-dk) !important;
  border-radius: 0 !important;
}
.woocommerce table.shop_table th {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--charcoal-xs);
  background: var(--cream);
  padding: 16px 20px;
}
.woocommerce table.shop_table td {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 300;
  color: var(--charcoal);
  padding: 20px;
  border-color: var(--travertine-dk);
}
.woocommerce .cart-collaterals .cart_totals {
  background: var(--white);
  border: 1px solid var(--travertine-dk);
  padding: 32px;
}

/* Checkout */
.woocommerce-checkout .woo-page-wrap { max-width: 1000px; }
.woocommerce form .form-row label {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--charcoal-xs);
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 300;
  border: 1px solid var(--travertine-dk);
  border-radius: 0;
  padding: 14px 18px;
  background: var(--white);
  transition: border-color 0.3s;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus {
  border-color: var(--gold);
  outline: none;
  box-shadow: 0 0 0 2px rgba(176,146,104,0.1);
}

/* Messages */
.woocommerce-message, .woocommerce-info {
  border-top-color: var(--olive) !important;
  background: var(--cream) !important;
  color: var(--charcoal) !important;
}
.woocommerce-error { border-top-color: #c0392b !important; }

/* ─── INNER PAGES ─── */
.page-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 140px 48px 100px;
}
.page-wrap h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 300;
  color: var(--charcoal);
  margin-bottom: 32px;
}
.page-wrap p, .page-wrap li {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--charcoal-xs);
  margin-bottom: 16px;
}
.page-wrap h2 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  color: var(--charcoal);
  margin-top: 48px;
  margin-bottom: 16px;
}

/* ─── HAMBURGER ─── */
.nav__hamburger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; z-index: 300;
}
.nav__hamburger span { display: block; width: 22px; height: 1.5px; background: var(--charcoal); transition: all 0.3s var(--ease-luxury); transform-origin: center; }
.nav__hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.nav__mobile-menu {
  display: none; position: fixed; inset: 0; background: rgba(244,241,238,0.98);
  backdrop-filter: blur(20px); z-index: 250; flex-direction: column;
  align-items: center; justify-content: center; gap: 40px;
}
.nav__mobile-menu.open { display: flex; }
.nav__mobile-menu a { font-family: var(--serif); font-size: 36px; font-weight: 300; color: var(--charcoal); letter-spacing: 0.1em; transition: color 0.3s; }
.nav__mobile-menu a:hover { color: var(--olive); }
.nav__mobile-menu .nav__mobile-cta { font-family: var(--sans); font-size: 14px; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: var(--white); background: var(--olive); padding: 16px 40px; margin-top: 8px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .nav { padding: 0 32px; }
  .hero__left { padding: 0 48px 80px 48px; }
  .ritual { padding: 100px 48px; }
  .ritual__step { padding: 0 32px; }
  .products { padding: 100px 48px; }
  .origin { min-height: 600px; }
  .origin__content { padding: 80px 52px; }
  .reviews { padding: 100px 48px; }
  .newsletter { padding: 80px 48px; gap: 60px; }
  footer, .site-footer { padding: 72px 48px 40px; }
  .woocommerce div.product { gap: 40px; }
}

@media (max-width: 768px) {
  .nav { padding: 0 20px; height: 60px; }
  .nav__links { display: none; }
  .nav__cta { display: none; }
  .nav__hamburger { display: flex; }
  .hero { grid-template-columns: 1fr; grid-template-rows: 1fr auto; height: auto; min-height: 100svh; }
  .hero__left { padding: 100px 24px 48px; justify-content: center; min-height: 55svh; }
  .hero__headline { font-size: clamp(40px, 11vw, 60px); }
  .hero__headline .line-2 { font-size: clamp(28px, 7.5vw, 42px); }
  .hero__body { font-size: 13px; max-width: 100%; margin-bottom: 36px; }
  .hero__ctas { flex-direction: column; align-items: flex-start; gap: 20px; }
  .btn--primary { padding: 16px 32px; font-size: 10px; }
  .hero__right { height: 52vw; min-height: 240px; max-height: 360px; }
  .hero__badge { width: 72px; height: 72px; top: 16px; right: 16px; }
  .hero__scroll { display: none; }
  .ticker { height: 40px; }
  .ticker__item { font-size: 7.5px; padding: 0 28px; }
  .ritual { padding: 72px 24px; }
  .ritual__header { margin-bottom: 60px; }
  .ritual__title { font-size: clamp(36px, 9vw, 52px); }
  .ritual__steps { grid-template-columns: 1fr; gap: 0; }
  .ritual__steps::before { display: none; }
  .ritual__step { padding: 40px 0; border-left: none !important; border-right: none !important; border-bottom: 1px solid var(--travertine-dk); }
  .ritual__step:last-child { border-bottom: none; }
  .ritual__icon-wrap { width: 80px; height: 80px; margin-bottom: 28px; }
  .ritual__step-title { font-size: 30px; }
  .ritual__step-desc { font-size: 13px; }
  .products { padding: 72px 24px; }
  .products__header { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 48px; }
  .products__title { font-size: clamp(32px, 8vw, 48px); }
  .products__grid { grid-template-columns: 1fr; gap: 16px; }
  .product-card--hero { grid-row: span 1; }
  .product-card--hero .product-card__visual { height: 72vw; max-height: 360px; }
  .product-card--sm .product-card__visual { height: 60vw; max-height: 280px; }
  .product-card__info { padding: 20px 20px 24px; }
  .product-card__name { font-size: 20px; }
  .product-card--hero .product-card__name { font-size: 22px; }
  .product-card__overlay { opacity: 1; pointer-events: auto; }
  .product-card__quick-add { transform: translateY(0); }
  .origin { grid-template-columns: 1fr; min-height: auto; }
  .origin__visual { height: 56vw; min-height: 240px; max-height: 340px; }
  .origin__stat-block { bottom: 20px; left: 24px; right: 24px; padding-top: 20px; }
  .origin__stat-num { font-size: 36px; }
  .origin__content { padding: 56px 24px; }
  .origin__content::before { display: none; }
  .origin__title { font-size: clamp(32px, 8vw, 48px); }
  .origin__body { font-size: 13px; max-width: 100%; margin-bottom: 36px; }
  .origin__locations { margin-bottom: 36px; }
  .origin__cert { padding: 14px 18px; gap: 12px; }
  .reviews { padding: 72px 24px; }
  .reviews__header { flex-direction: column; align-items: flex-start; gap: 24px; margin-bottom: 48px; }
  .reviews__meta { text-align: left; }
  .reviews__title { font-size: clamp(32px, 8vw, 48px); }
  .reviews__rating { font-size: 36px; }
  .reviews__grid { grid-template-columns: 1fr; gap: 2px; }
  .review-card { padding: 32px 28px; }
  .review-card__text { font-size: 15px; }
  .newsletter { grid-template-columns: 1fr; padding: 72px 24px; gap: 40px; }
  .newsletter::before { font-size: 80px; }
  .newsletter__title { font-size: clamp(32px, 8vw, 48px); }
  .newsletter__form-group { flex-direction: column; }
  .newsletter__input { border-right: 1px solid rgba(244,241,238,0.12); }
  .newsletter__submit { width: 100%; padding: 16px; text-align: center; }
  footer, .site-footer { padding: 56px 24px 32px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; padding-bottom: 44px; }
  .footer__grid > div:first-child { grid-column: 1 / -1; }
  .footer__brand-logo { font-size: 22px; }
  .footer__brand-body { max-width: 100%; }
  .footer__bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer__legal { flex-wrap: wrap; gap: 16px 24px; }

  /* WooCommerce mobile */
  .woo-page-wrap { padding: 100px 20px 60px; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 32px; }
  .woocommerce ul.products { grid-template-columns: 1fr !important; }
  .page-wrap { padding: 100px 20px 60px; }
}

@media (max-width: 430px) {
  .hero__left { padding: 90px 20px 40px; }
  .ritual { padding: 60px 20px; }
  .products { padding: 60px 20px; }
  .reviews { padding: 60px 20px; }
  .newsletter { padding: 60px 20px; }
  footer, .site-footer { padding: 48px 20px 28px; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .review-card { padding: 28px 20px; }
}
