/*
Theme Name: HAMANEI
Theme URI: https://hamanei.com
Description: HAMANEI Natural Soap — Pure, Natural. The Way Nature Intended. Handcrafted in Lakeland, Florida.
Author: HAMANEI
Author URI: https://hamanei.com
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: hamanei
*/

:root {
  --green:     #1E3526;
  --green-mid: #2a4a35;
  --gold:      #DEB64B;
  --gold-pale: rgba(222,182,75,0.12);
  --cream:     #F7F2E8;
  --cream-dark:#ede5d4;
  --cream-mid: #f0eadc;
  --text-dark: #1E3526;
  --text-mid:  #4a6355;
  --text-light:#8aaa95;
}

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

body {
  font-family: 'Nunito', sans-serif;
  background-color: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.25s; }
ul { list-style: none; }

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--gold); }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  line-height: 1.15;
  color: var(--green);
}

/* ===== NAV ===== */
#hamanei-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  padding: 28px 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(247,242,232,0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
}

#hamanei-header.scrolled {
  padding: 18px 72px;
  border-bottom-color: rgba(30,53,38,0.1);
  box-shadow: 0 2px 24px rgba(30,53,38,0.05);
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.site-logo img { height: 40px; width: auto; }

.logo-text {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--green);
}

.logo-svg { width: 36px; height: 36px; }

.main-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main-nav ul {
  display: flex;
  gap: 44px;
  list-style: none;
}

.main-nav a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-mid);
  text-decoration: none;
  transition: color 0.3s;
}

.main-nav a:hover,
.main-nav .current-menu-item > a { color: var(--green); }

.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-lang {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--text-light);
  cursor: pointer;
}

.nav-shop {
  background: var(--green);
  color: var(--cream) !important;
  padding: 11px 24px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.3s;
}

.nav-shop:hover { background: var(--green-mid); }

.nav-cart {
  position: relative;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.cart-count {
  position: absolute;
  top: -8px; right: -12px;
  background: var(--gold);
  color: var(--green);
  font-size: 9px;
  font-weight: 900;
  width: 17px; height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.menu-toggle span {
  display: block;
  width: 24px; height: 1.5px;
  background: var(--green);
  margin: 6px 0;
  transition: all 0.3s;
}

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 160px 60px 100px;
  position: relative;
  background: var(--cream);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(30,53,38,0.04) 0%, transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(222,182,75,0.06) 0%, transparent 40%);
  pointer-events: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(30,53,38,0.2);
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 40px;
}

.hero-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s ease infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(54px, 7vw, 96px);
  font-weight: 400;
  line-height: 1.08;
  color: var(--green);
  max-width: 900px;
  margin-bottom: 32px;
}

.hero-title .italic-line {
  font-style: italic;
  color: var(--gold);
  display: block;
}

.hero-sub {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--text-mid);
  max-width: 560px;
  margin: 0 auto 52px;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.btn-green {
  background: var(--green);
  color: var(--cream);
  padding: 16px 40px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
}

.btn-green:hover {
  background: var(--green-mid);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(30,53,38,0.2);
  color: var(--cream);
}

.btn-outline-green {
  border: 1.5px solid var(--green);
  color: var(--green);
  padding: 15px 36px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s;
}

.btn-outline-green:hover {
  background: var(--green);
  color: var(--cream);
}

.hero-stats {
  display: flex;
  gap: 64px;
  justify-content: center;
  align-items: center;
}

.hero-stat { text-align: center; }

.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 400;
  color: var(--green);
  line-height: 1;
  margin-bottom: 6px;
}

.hero-stat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-light);
}

.hero-divider {
  width: 1px;
  height: 40px;
  background: rgba(30,53,38,0.15);
}

/* ===== TRUST STRIP ===== */
.trust-strip {
  background: var(--green);
  padding: 20px 60px;
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(247,242,232,0.7);
}

.trust-icon { color: var(--gold); font-size: 14px; }

/* ===== PRODUCTS ===== */
.products-section {
  padding: 120px 72px;
  background: var(--cream);
}

.products-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
}

.products-header-left .tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.tag-line { width: 30px; height: 1px; background: var(--gold); }

.products-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  color: var(--green);
  line-height: 1.2;
}

.view-all {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 2px;
  border-bottom: 1.5px solid var(--green);
  transition: gap 0.3s;
}

.view-all:hover { gap: 16px; }

.products-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.prod-card {
  background: var(--cream-mid);
  border-radius: 3px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.prod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(30,53,38,0.12);
}

.prod-img {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.prod-img-bg-v { background: linear-gradient(160deg, #f5efe8, #e8ddd0); }
.prod-img-bg-c { background: linear-gradient(160deg, #e8f0ea, #d5e4d8); }
.prod-img-bg-r { background: linear-gradient(160deg, #e8eff5, #d0dfe8); }
.prod-img-bg-b { background: linear-gradient(160deg, #f5f0e8, #ede4d0); }

.prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.prod-soap {
  width: 130px;
  height: 65px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.05em;
  transition: transform 0.4s;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  position: relative;
  z-index: 1;
}

.prod-card:hover .prod-soap { transform: rotate(-4deg) scale(1.08); }

.ps-v { background: #2c1810; color: var(--gold); }
.ps-c { background: var(--green); color: var(--cream); }
.ps-r { background: #5a8fa0; color: white; }
.ps-b { background: var(--gold); color: var(--green); }

.prod-tag-limited {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--green);
  color: var(--cream);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 2px;
  z-index: 2;
}

.prod-tag-value {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--gold);
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 2px;
  z-index: 2;
}

.prod-body { padding: 24px 22px; }

.prod-category {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 6px;
}

.prod-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--green);
  margin-bottom: 10px;
}

.prod-desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-mid);
  margin-bottom: 20px;
}

.prod-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(30,53,38,0.1);
}

.prod-price {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: var(--green);
}

.prod-btn {
  background: var(--green);
  color: var(--cream);
  border: none;
  padding: 10px 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  font-family: 'Nunito', sans-serif;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.prod-btn:hover { background: var(--green-mid); color: var(--cream); }
.prod-btn-gold { background: var(--gold) !important; color: var(--green) !important; }

/* ===== ABOUT SPLIT ===== */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
}

.about-green {
  background: var(--green);
  padding: 100px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-tag-line { width: 30px; height: 1px; background: var(--gold); }

.about-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: 28px;
}

.about-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  color: rgba(247,242,232,0.7);
  margin-bottom: 24px;
}

.about-sig {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-style: italic;
  color: var(--gold);
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(222,182,75,0.2);
}

.about-cream {
  background: var(--cream-dark);
  padding: 100px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.name-blocks { display: flex; flex-direction: column; }

.name-block {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(30,53,38,0.1);
  padding: 24px 0;
  transition: background 0.3s;
  cursor: default;
}

.name-block:first-child { border-top: 1px solid rgba(30,53,38,0.1); }

.name-letters {
  width: 100px;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
}

.name-full { flex: 1; }

.name-daughter {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 4px;
}

.name-meaning {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.6;
}

/* ===== PHILOSOPHY ===== */
.philosophy-section {
  padding: 120px 72px;
  background: var(--cream);
}

.philosophy-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.tag-line-gold { width: 30px; height: 1px; background: var(--gold); }

.section-title-main {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  color: var(--green);
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--text-mid);
  max-width: 580px;
  margin: 0 auto;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(30,53,38,0.1);
}

.phil-cell {
  background: var(--cream);
  padding: 48px 36px;
  transition: background 0.3s;
}

.phil-cell:hover { background: var(--cream-mid); }

.phil-num {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 400;
  color: var(--gold);
  opacity: 0.4;
  line-height: 1;
  margin-bottom: 20px;
}

.phil-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--green);
  margin-bottom: 12px;
}

.phil-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-mid);
}

/* ===== INGREDIENTS ===== */
.ingredients-section {
  padding: 120px 72px;
  background: var(--cream-dark);
}

.ingredients-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.ingr-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  color: var(--green);
  line-height: 1.2;
  margin-bottom: 24px;
}

.ingr-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--text-mid);
  margin-bottom: 36px;
}

.ingr-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  background: var(--gold-pale);
  border-left: 3px solid var(--gold);
  border-radius: 2px;
}

.ingr-note-icon { font-size: 18px; flex-shrink: 0; margin-top: 2px; }

.ingr-note-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-dark);
}

.ingr-table { width: 100%; }

.ingr-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(30,53,38,0.1);
}

.ingr-row:first-child { border-top: 1px solid rgba(30,53,38,0.1); }

.ingr-name {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  color: var(--green);
}

.ingr-use {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-light);
}

.ingr-check {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(30,53,38,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 11px;
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
  padding: 120px 72px;
  background: var(--cream);
}

.testimonials-header {
  text-align: center;
  margin-bottom: 64px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.test-card {
  padding: 40px;
  border: 1px solid rgba(30,53,38,0.12);
  border-radius: 3px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.test-card:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 32px rgba(222,182,75,0.1);
}

.test-card.featured {
  background: var(--green);
  border-color: var(--green);
}

.test-stars {
  margin-bottom: 20px;
  letter-spacing: 3px;
  color: var(--gold);
  font-size: 16px;
}

.test-quote {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 28px;
}

.test-card.featured .test-quote { font-size: 22px; color: var(--cream); }
.test-card:not(.featured) .test-quote { color: var(--green); }

.test-author {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.test-card.featured .test-author { color: rgba(247,242,232,0.5); }
.test-card:not(.featured) .test-author { color: var(--text-light); }

/* ===== NEWSLETTER ===== */
.newsletter-section {
  padding: 100px 72px;
  background: var(--cream-dark);
  text-align: center;
}

.newsletter-inner { max-width: 520px; margin: 0 auto; }

.nl-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.nl-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 400;
  color: var(--green);
  line-height: 1.2;
  margin-bottom: 16px;
}

.nl-body {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-mid);
  margin-bottom: 36px;
}

.nl-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nl-input {
  background: var(--cream);
  border: 1.5px solid rgba(30,53,38,0.2);
  padding: 16px 20px;
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  color: var(--green);
  outline: none;
  border-radius: 2px;
  transition: border-color 0.3s;
  text-align: center;
  width: 100%;
}

.nl-input::placeholder { color: var(--text-light); }
.nl-input:focus { border-color: var(--green); }

.nl-btn {
  background: var(--green);
  color: var(--cream);
  border: none;
  padding: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  border-radius: 2px;
  transition: background 0.3s;
  width: 100%;
}

.nl-btn:hover { background: var(--green-mid); }

.nl-note {
  margin-top: 14px;
  font-size: 11px;
  color: var(--text-light);
}

/* ===== FOOTER ===== */
#hamanei-footer {
  background: var(--green);
  padding: 72px 72px 36px;
  color: var(--cream);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 64px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(247,242,232,0.1);
}

.footer-brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  text-decoration: none;
}

.footer-brand-name {
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--cream);
}

.footer-desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(247,242,232,0.55);
  margin-bottom: 28px;
}

.footer-socials { display: flex; gap: 10px; }

.footer-soc {
  width: 34px; height: 34px;
  border: 1px solid rgba(247,242,232,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: rgba(247,242,232,0.5);
  text-decoration: none;
  transition: all 0.3s;
}

.footer-soc:hover { border-color: var(--gold); color: var(--gold); }

.footer-col-title {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }

.footer-links a {
  font-size: 13px;
  font-weight: 300;
  color: rgba(247,242,232,0.55);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover { color: var(--cream); }

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-size: 12px;
  color: rgba(247,242,232,0.35);
}

.lang-switcher {
  display: flex;
  gap: 2px;
  background: rgba(247,242,232,0.08);
  border-radius: 2px;
  padding: 2px;
}

.lang-btn-foot {
  background: none;
  border: none;
  color: rgba(247,242,232,0.4);
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 1px;
  transition: all 0.3s;
}

.lang-btn-foot.active {
  background: var(--gold);
  color: var(--green);
}

/* ===== PAGE TEMPLATES ===== */
.page-hero {
  background: var(--green);
  padding: 160px 72px 80px;
  text-align: center;
}

.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(38px, 5vw, 68px);
  color: var(--cream);
  margin-bottom: 16px;
}

.page-hero-sub {
  font-size: 16px;
  color: rgba(247,242,232,0.6);
  font-weight: 300;
  max-width: 500px;
  margin: 0 auto;
}

.page-content {
  padding: 100px 72px;
  background: var(--cream);
  max-width: 800px;
  margin: 0 auto;
}

/* ===== WOOCOMMERCE ===== */
.woocommerce-page .site-main,
.woocommerce .site-main {
  padding-top: 120px;
  background: var(--cream);
  min-height: 60vh;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0 72px 72px;
}

.woocommerce ul.products li.product {
  background: var(--cream-mid);
  border-radius: 3px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin: 0;
  float: none;
  width: auto;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(30,53,38,0.12);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--green);
  padding: 20px 22px 8px;
  margin: 0;
}

.woocommerce ul.products li.product .price {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--green);
  padding: 0 22px 12px;
  display: block;
}

.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce div.product form.cart .button {
  background: var(--green) !important;
  color: var(--cream) !important;
  font-family: 'Nunito', sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  border-radius: 2px !important;
  border: none !important;
  padding: 10px 18px !important;
  transition: background 0.3s !important;
  margin: 0 22px 22px !important;
  display: block !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce div.product form.cart .button:hover {
  background: var(--green-mid) !important;
  color: var(--cream) !important;
}

.woocommerce .woocommerce-products-header {
  padding: 60px 72px 0;
  text-align: left;
}

.woocommerce .woocommerce-products-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: var(--green);
  margin-bottom: 8px;
}

.woocommerce div.product .product_title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: var(--green);
  margin-bottom: 16px;
}

.woocommerce div.product p.price {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: var(--green);
  margin-bottom: 24px;
}

/* ===== CONTACT FORM ===== */
.form-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 8px;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 14px 18px;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 300;
  background: var(--cream);
  border: 1.5px solid rgba(30,53,38,0.2);
  border-radius: 2px;
  color: var(--text-dark);
  outline: none;
  transition: border-color 0.25s;
  margin-bottom: 20px;
  -webkit-appearance: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus { border-color: var(--green); }

.form-textarea { min-height: 160px; resize: vertical; }

/* ===== ANIMATIONS ===== */
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-16px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  #hamanei-header { padding: 18px 24px; }
  #hamanei-header.scrolled { padding: 14px 24px; }
  .main-nav { display: none; }
  .menu-toggle { display: block; }
  .hero { padding: 120px 24px 80px; }
  .hero-stats { flex-wrap: wrap; gap: 32px; }
  .hero-divider { display: none; }
  .trust-strip { flex-wrap: wrap; gap: 20px; padding: 20px 24px; }
  .products-section { padding: 80px 24px; }
  .products-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .products-row { grid-template-columns: 1fr 1fr; }
  .about-split { grid-template-columns: 1fr; }
  .about-green { padding: 60px 24px; }
  .about-cream { padding: 60px 24px; }
  .philosophy-section { padding: 80px 24px; }
  .philosophy-grid { grid-template-columns: 1fr 1fr; }
  .ingredients-section { padding: 80px 24px; }
  .ingredients-layout { grid-template-columns: 1fr; gap: 40px; }
  .testimonials-section { padding: 80px 24px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .newsletter-section { padding: 80px 24px; }
  #hamanei-footer { padding: 60px 24px 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-bottom-row { flex-direction: column; gap: 16px; text-align: center; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; padding: 0 24px 48px; }
  .page-hero { padding: 120px 24px 60px; }
  .page-content { padding: 60px 24px; }
}

@media (max-width: 480px) {
  .products-row { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
