/* =====================================================
   NAMASTE HOME — Hero Only
   Paste into: Appearance > Customize > Additional CSS
   ===================================================== */

.nh2-wrap *, .nh2-wrap *::before, .nh2-wrap *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.nh2-wrap {
  font-family: 'Jost', sans-serif;
  color: #111;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.nh2-wrap a { text-decoration: none; color: inherit; }

.nh2-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: radial-gradient(ellipse 70% 60% at 50% 38%, rgba(184,150,90,0.30) 0%, rgba(184,150,90,0) 65%), linear-gradient(180deg, #1c1712 0%, #14110d 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 160px 32px 120px;
  overflow: hidden;
}
.nh2-hero::before, .nh2-hero::after {
  content: '';
  position: absolute;
  width: 28px; height: 28px;
  opacity: 0;
  animation: nh2FadeIn 1s ease 0.3s forwards;
}
.nh2-hero::before { top: 52px; left: 52px; border-top: 1px solid rgba(245,240,232,0.32); border-left: 1px solid rgba(245,240,232,0.32); }
.nh2-hero::after  { bottom: 52px; right: 52px; border-bottom: 1px solid rgba(245,240,232,0.32); border-right: 1px solid rgba(245,240,232,0.32); }
@media(max-width:600px){
  .nh2-hero::before { top: 24px; left: 24px; }
  .nh2-hero::after  { bottom: 24px; right: 24px; }
}

.nh2-hero-kicker {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.85rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: #c9bfae;
  margin-bottom: 48px;
  opacity: 0;
  animation: nh2FadeUp 0.9s ease 0.4s forwards;
}

.nh2-hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #f5f0e8;
  max-width: 1000px;
  margin: 0 auto 28px;
  opacity: 0;
  animation: nh2FadeUp 1s ease 0.6s forwards;
}
.nh2-hero-headline em { font-style: italic; }

.nh2-vline {
  width: 1px; height: 52px;
  background: #b8965a;
  margin: 0 auto 32px;
  opacity: 0;
  animation: nh2FadeIn 0.8s ease 0.95s forwards;
}

.nh2-hero-sub {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  line-height: 2;
  text-transform: uppercase;
  color: #a89d8c;
  max-width: 380px;
  margin: 0 auto 56px;
  opacity: 0;
  animation: nh2FadeUp 0.9s ease 1.05s forwards;
}

/* Button — warm stone tone, readable at rest */
.nh2-btn {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #1c1712;
  background: #b8965a;
  border: 1px solid #b8965a;
  padding: 18px 48px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease, background 0.4s ease, border-color 0.4s ease;
  cursor: pointer;
  opacity: 0;
  animation: nh2FadeUp 0.9s ease 1.2s forwards;
}
.nh2-btn:hover {
  background: #d9c397;
  border-color: #d9c397;
  color: #1c1712;
}
.nh2-btn span { position: relative; z-index: 1; }

/* Scroll cue */
.nh2-scroll {
  position: absolute;
  bottom: 32px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  opacity: 0;
  animation: nh2FadeIn 1s ease 1.8s forwards;
}
.nh2-scroll-txt {
  font-size: 0.55rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #bbb;
}
.nh2-scroll-bar {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, #bbb 0%, transparent 100%);
  animation: nh2Drop 2.2s ease-in-out 2s infinite;
}
@keyframes nh2Drop {
  0%   { transform: scaleY(0); transform-origin: top; }
  45%  { transform: scaleY(1); transform-origin: top; }
  46%  { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

@keyframes nh2FadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes nh2FadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}



/* =====================================================
   NAMASTE HOME — Sections Block (below hero)
   Paste into: Appearance > Customize > Additional CSS
   Add this BELOW your existing hero CSS — do not replace it
   ===================================================== */

/* NOT JUST A CANDLE */
.nh2-why {
  background: #fff;
  padding: 120px 48px;
}
@media(max-width:768px){ .nh2-why { padding: 80px 24px; } }

.nh2-why-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media(max-width:768px){
  .nh2-why-header { grid-template-columns: 1fr; gap: 28px; }
}

.nh2-why-headline {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.05;
  color: #111;
}
.nh2-why-headline em { font-style: italic; }

.nh2-why-intro {
  font-family: 'Jost', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 2;
  color: #666;
}

/* SECTION DIVIDER */
.nh2-section-divider {
  width: 40px;
  height: 1px;
  background: #ddd;
  margin: 0 auto;
}

/* HANDMADE ALWAYS */
.nh2-handmade {
  background: #faf9f7;
  padding: 120px 48px;
  text-align: center;
}
@media(max-width:768px){ .nh2-handmade { padding: 80px 24px; } }

.nh2-handmade-inner {
  max-width: 640px;
  margin: 0 auto;
}
.nh2-handmade-label {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.62rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #aaa;
  display: block;
  margin-bottom: 28px;
}
.nh2-handmade-headline {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 1.1;
  color: #111;
  margin-bottom: 32px;
}
.nh2-handmade-headline em { font-style: italic; }
.nh2-handmade-rule {
  width: 1px;
  height: 48px;
  background: #ccc;
  margin: 0 auto 32px;
}
.nh2-handmade-body {
  font-family: 'Jost', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 2;
  color: #666;
}

/* A WAY OF LIVING */
.nh2-living {
  background: #111;
  padding: 140px 48px;
  text-align: center;
}
@media(max-width:768px){ .nh2-living { padding: 100px 24px; } }

.nh2-living-label {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.62rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #555;
  display: block;
  margin-bottom: 36px;
}
.nh2-living-headline {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.2;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
}

/* SCROLL REVEAL */
.nh2-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}
.nh2-reveal.nh2-in { opacity: 1; transform: translateY(0); }
.nh2-reveal-delay-1 { transition-delay: 0.15s; }


a[href="https://woocommerce.com"] {
  display: none !important;
}

/* =====================================================
   NAMASTE HOME — Accessibility: honor reduced motion
   ===================================================== */
@media (prefers-reduced-motion: reduce) {
  .nh2-hero-kicker, .nh2-hero-headline, .nh2-vline, .nh2-hero-sub, .nh2-btn, .nh2-scroll, .nh2-scroll-bar {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =====================================================
   NAMASTE HOME — Homepage "Most Loved" shop section
   Scoped to .nh2-shop only — does not affect /shop/ or
   category archive pages.
   ===================================================== */
.nh2-shop { background: #faf9f7; padding: 120px 48px 110px; }
@media(max-width:768px){ .nh2-shop { padding: 80px 24px 70px; } }
@media(max-width:600px){ .nh2-shop ul.products { grid-template-columns: repeat(2, 1fr); } }

.nh2-shop-head { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.nh2-shop-label {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.62rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #aaa;
  display: block;
  margin-bottom: 24px;
}
.nh2-shop-headline {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.1;
  color: #111;
}

.nh2-shop .woocommerce-ordering { display: none; }
.nh2-shop ul.products {
  max-width: 1100px;
  margin: 0 auto !important;
  display: grid !important;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 32px;
  list-style: none;
  padding: 0;
}
.nh2-shop ul.products li.product {
  text-align: center;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}
.nh2-shop ul.products li.product img { border-radius: 1px; }
.nh2-shop ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.15rem;
  color: #111;
  margin: 18px 0 6px;
}
.nh2-shop ul.products li.product .price {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  color: #8a7355;
}
.nh2-shop ul.products li.product .button {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #111;
  color: #111 !important;
  padding: 11px 22px;
  margin-top: 16px;
  border-radius: 0;
  transition: all 0.3s ease;
}
.nh2-shop ul.products li.product .button:hover { background: #111; color: #fff !important; }

/* =====================================================
   NAMASTE HOME — Footer
   ===================================================== */
.nh2-footer { background: #171310; padding: 90px 48px 40px; }
@media(max-width:768px){ .nh2-footer { padding: 64px 24px 32px; } }
.nh2-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 48px;
}
@media(max-width:768px){ .nh2-footer-inner { grid-template-columns: 1fr 1fr; gap: 40px 24px; } }
.nh2-footer-brand { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.5rem; color: #f5f0e8; margin: 0 0 14px; }
.nh2-footer-tag { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 0.85rem; line-height: 1.8; color: #8f8578; max-width: 260px; }
.nh2-footer-label {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #b8965a;
  margin: 0 0 20px;
}
.nh2-footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.nh2-footer-links a {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  color: #cfc6b8;
  text-decoration: none;
  transition: color 0.25s ease;
}
.nh2-footer-links a:hover { color: #b8965a; }
.nh2-footer-form { display: flex; flex-direction: column; gap: 10px; }
.nh2-footer-form input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #443c30;
  color: #f5f0e8;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  padding: 10px 2px;
  outline: none;
}
.nh2-footer-form input[type="email"]::placeholder { color: #6b6155; }
.nh2-footer-form input[type="email"]:focus { border-bottom-color: #b8965a; }
.nh2-footer-form button {
  align-self: flex-start;
  margin-top: 8px;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #1c1712;
  background: #b8965a;
  border: 1px solid #b8965a;
  padding: 12px 26px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nh2-footer-form button:hover { background: #d9c397; border-color: #d9c397; }
.nh2-footer-bottom {
  max-width: 1100px;
  margin: 64px auto 0;
  padding-top: 28px;
  border-top: 1px solid #2a251e;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  align-items: center;
  justify-content: space-between;
}
.nh2-footer-copy { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 0.72rem; color: #6b6155; }
.nh2-footer-social { display: flex; gap: 18px; }
.nh2-footer-social a { color: #8f8578; text-decoration: none; font-family: 'Jost', sans-serif; font-weight: 300; font-size: 0.72rem; letter-spacing: 0.05em; transition: color 0.25s ease; }
.nh2-footer-social a:hover { color: #b8965a; }


/* Hide the generic "Home" page-title header above the hero */
body.page-id-1077 .entry-header,
body.page-id-1077 .page-title {
  display: none !important;
}


/* Fix: homepage was constrained to sidebar-content width
   despite having no sidebar (conflicting Storefront layout classes) */
body.page-id-1077 #primary,
body.page-id-1077 #main.site-main {
  width: 100% !important;
  float: none !important;
}
body.page-id-1077 .widget-area {
  display: none !important;
}


/* =====================================================
   NAMASTE HOME — Shop by Category photo menu
   ===================================================== */
.nh2-catmenu { background: #fff; padding: 110px 48px 120px; }
@media(max-width:768px){ .nh2-catmenu { padding: 70px 24px 80px; } }
.nh2-catmenu-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.nh2-catmenu-label {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.62rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #aaa;
  display: block;
  margin-bottom: 22px;
}
.nh2-catmenu-headline {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.1;
  color: #111;
}
.nh2-catmenu-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media(max-width:900px){ .nh2-catmenu-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:560px){ .nh2-catmenu-grid { grid-template-columns: 1fr; } }
.nh2-catmenu-item {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  text-decoration: none;
  border-radius: 1px;
  background: #f0ece4;
}
.nh2-catmenu-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(.2,.7,.3,1);
}
.nh2-catmenu-item:hover img { transform: scale(1.08); }
.nh2-catmenu-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,0.68) 100%);
  transition: opacity 0.4s ease;
}
.nh2-catmenu-item-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 22px;
  z-index: 1;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f5f0e8;
}


/* Store notice — top bar, on-brand */
p.woocommerce-store-notice.demo_store {
  position: fixed !important;
  top: 0 !important;
  bottom: auto !important;
  background-color: #1c1712 !important;
  color: #f0e6d0 !important;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 9px 20px !important;
  z-index: 9999;
  border-bottom: 1px solid rgba(184,150,90,0.25);
}
p.woocommerce-store-notice.demo_store a {
  color: #b8965a !important;
  text-decoration: none;
}

/* Homepage product grid — 3 cols, truncated titles, aligned buttons */
.nh2-shop ul.products {
  grid-template-columns: repeat(3, 1fr) !important;
}
.nh2-shop ul.products::before,
.nh2-shop ul.products::after {
  display: none !important;
}
.nh2-shop ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
}
.nh2-shop ul.products li.product .woocommerce-LoopProduct-link {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
.nh2-shop .woocommerce-loop-product__title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.nh2-shop ul.products li.product .price {
  margin-top: auto !important;
}

/* Eight new scents — scent strip */
.nh2-scent-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 12px;
  padding: 40px 28px 56px;
  max-width: 560px;
  margin: 0 auto;
}
.nh2-scent-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.nh2-scent-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid rgba(184,150,90,0.4);
  display: block;
  transition: border-color 0.2s;
}
.nh2-scent-item:hover img {
  border-color: rgba(184,150,90,0.9);
}
.nh2-scent-item span {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  margin-top: 8px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #666;
}

/* Footer logo */
.nh2-footer-brand-logo {
  width: 140px;
  height: auto;
  display: block;
  filter: invert(1);
  margin-bottom: 12px;
}

/* Footer Mailchimp form */
.nh2-footer-form #mc_embed_signup {
  background: transparent;
  width: 100%;
}
.nh2-footer-form #mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nh2-footer-form .mc-field-group {
  margin-bottom: 0;
}
.nh2-footer-form #mce-EMAIL {
  width: 100%;
  padding: 10px 14px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(184,150,90,0.35);
  border-radius: 4px;
  color: #f0e6d0;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}
.nh2-footer-form #mce-EMAIL::placeholder {
  color: rgba(240,230,208,0.4);
}
.nh2-footer-form #mce-EMAIL:focus {
  outline: none;
  border-color: rgba(184,150,90,0.7);
  background: rgba(255,255,255,0.1);
}
.nh2-footer-form #mc-embedded-subscribe {
  width: 100%;
  padding: 10px 14px;
  background: #b8965a;
  border: none;
  border-radius: 4px;
  color: #1c1712;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.nh2-footer-form #mc-embedded-subscribe:hover {
  background: #c9a96a;
}
.nh2-footer-form #mce-error-response,
.nh2-footer-form #mce-success-response {
  color: #f0e6d0;
  font-size: 0.8rem;
  padding: 6px 0;
}



/* Candles page — transition only (no global zoom) */
.cd-card-img-wrap img { transition: transform 0.35s ease; }

/* Limited Releases amber jars — targeted zoom */
.cd-section:nth-child(5) .cd-grid > .cd-card:nth-child(3) .cd-card-img-wrap img,
.cd-section:nth-child(5) .cd-grid > .cd-card:nth-child(4) .cd-card-img-wrap img { transform: scale(1.3); }
.cd-section:nth-child(5) .cd-grid > .cd-card:nth-child(3):hover .cd-card-img-wrap img,
.cd-section:nth-child(5) .cd-grid > .cd-card:nth-child(4):hover .cd-card-img-wrap img { transform: scale(1.45); }
.cd-section:nth-child(5) .cd-grid > .cd-card:nth-child(n+5):nth-child(-n+7) .cd-card-img-wrap img { transform: scale(1.76); }
.cd-section:nth-child(5) .cd-grid > .cd-card:nth-child(n+5):nth-child(-n+7):hover .cd-card-img-wrap img { transform: scale(1.9); }
/* Chakra Candles (pos 2–7) — 25% zoom */
.cd-section:nth-child(4) .cd-grid > .cd-card:nth-child(n+2):nth-child(-n+7) .cd-card-img-wrap img { transform: scale(1.25); }
.cd-section:nth-child(4) .cd-grid > .cd-card:nth-child(n+2):nth-child(-n+7):hover .cd-card-img-wrap img { transform: scale(1.38); }
/* Beeswax Candles (pos 3–4) — 15% zoom */
.cd-section:nth-child(3) .cd-grid > .cd-card:nth-child(3) .cd-card-img-wrap img,
.cd-section:nth-child(3) .cd-grid > .cd-card:nth-child(4) .cd-card-img-wrap img { transform: scale(1.15); }
.cd-section:nth-child(3) .cd-grid > .cd-card:nth-child(3):hover .cd-card-img-wrap img,
.cd-section:nth-child(3) .cd-grid > .cd-card:nth-child(4):hover .cd-card-img-wrap img { transform: scale(1.28); }