/*
Theme Name: Nail's Heaven by Payel
Theme URI: https://payeldas.in
Author: Payel Das
Author URI: https://www.facebook.com/pa.ye.l.708872
Description: Premium soft-pink WordPress theme for Nail's Heaven by Payel — handmade press-on nails shop + studio appointments. Full WooCommerce support with smart shop filters and coupons, built-in booking, Payel Builder (lightweight section builder), built-in SEO & schema tools, lookbook, blog, community, and an app-like mobile experience with bottom navigation.
Version: 3.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nailsheaven
Tags: e-commerce, blog, custom-colors, custom-menu, featured-images, translation-ready
WC requires at least: 7.0
*/

/* ==========================================================================
   1. TOKENS
   ========================================================================== */
:root {
  /* Palette — soft pink girly, premium */
  --bn-blush: #fbeff2;        /* page background */
  --bn-blush-deep: #f6dde4;   /* section alt background */
  --bn-cream: #fffdfc;        /* cards / surfaces */
  --bn-rose: #d6577f;         /* primary */
  --bn-rose-dark: #b93d64;    /* primary hover */
  --bn-plum: #46232f;         /* headings / body text */
  --bn-plum-soft: #7a5261;    /* muted text */
  --bn-gold: #c9a14e;         /* accent — use sparingly */
  --bn-line: #efd3db;         /* borders */

  /* Type */
  --bn-font-display: "Fraunces", Georgia, serif;
  --bn-font-body: "Jost", "Helvetica Neue", Arial, sans-serif;

  /* Scale */
  --bn-radius: 14px;
  --bn-radius-lg: 26px;
  --bn-shadow: 0 10px 30px -12px rgba(70, 35, 47, 0.18);
  --bn-shadow-soft: 0 4px 14px -6px rgba(70, 35, 47, 0.12);
  --bn-container: 1160px;
  --bn-gap: clamp(1rem, 2.5vw, 2rem);
}

/* ==========================================================================
   2. BASE
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  margin: 0;
  background: var(--bn-blush);
  color: var(--bn-plum);
  font-family: var(--bn-font-body);
  font-size: 1.0625rem; /* 17px */
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--bn-font-display);
  font-weight: 500;
  line-height: 1.15;
  color: var(--bn-plum);
  margin: 0 0 0.6em;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.2rem, 5.5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2.6vw, 1.55rem); }

p { margin: 0 0 1.2em; }

a { color: var(--bn-rose); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--bn-rose-dark); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--bn-rose);
  outline-offset: 2px;
  border-radius: 4px;
}

::selection { background: var(--bn-rose); color: #fff; }

.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden;
  padding: 0; position: absolute !important; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: var(--bn-cream); clip: auto !important; clip-path: none;
  color: var(--bn-plum); display: block; font-size: 1rem;
  height: auto; left: 5px; top: 5px; width: auto; z-index: 100000;
  padding: 15px 23px 14px; box-shadow: var(--bn-shadow);
}

.bn-container {
  max-width: var(--bn-container);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

/* ==========================================================================
   3. BUTTONS & FORMS
   ========================================================================== */
.bn-btn,
.wp-block-button__link,
button, input[type="submit"], .button,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-block;
  font-family: var(--bn-font-body);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--bn-rose);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 2rem;
  min-height: 44px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: var(--bn-shadow-soft);
  text-align: center;
}
.bn-btn:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
button:hover, input[type="submit"]:hover {
  background: var(--bn-rose-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--bn-shadow);
}
.bn-btn--ghost {
  background: transparent;
  color: var(--bn-rose);
  border: 2px solid var(--bn-rose);
  box-shadow: none;
}
.bn-btn--ghost:hover { background: var(--bn-rose); color: #fff; }
.bn-btn--gold { background: var(--bn-gold); }
.bn-btn--gold:hover { background: #b08c3e; }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"],
input[type="password"], input[type="search"], input[type="number"],
input[type="date"], input[type="time"], textarea, select {
  width: 100%;
  font-family: var(--bn-font-body);
  font-size: 1rem;
  color: var(--bn-plum);
  background: var(--bn-cream);
  border: 1.5px solid var(--bn-line);
  border-radius: var(--bn-radius);
  padding: 0.85rem 1.1rem;
  min-height: 48px;
  transition: border-color 0.2s ease;
}
input:focus, textarea:focus, select:focus { border-color: var(--bn-rose); }
label { display: block; font-weight: 500; margin-bottom: 0.4rem; font-size: 0.95rem; }
.bn-field { margin-bottom: 1.25rem; }
.bn-field .bn-help { font-size: 0.85rem; color: var(--bn-plum-soft); margin-top: 0.3rem; }
.bn-required { color: var(--bn-rose); }

/* ==========================================================================
   4. HEADER
   ========================================================================== */
.bn-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 253, 252, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--bn-line);
}
.bn-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 76px;
}
.bn-logo {
  font-family: var(--bn-font-display);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--bn-plum);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.bn-logo:hover { color: var(--bn-rose); }
.bn-logo .bn-logo__dot { color: var(--bn-rose); }
.bn-logo img.custom-logo { max-height: 52px; width: auto; }

.bn-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 0.25rem; }
.bn-nav a {
  display: block;
  padding: 0.65rem 1rem;
  color: var(--bn-plum);
  font-weight: 500;
  font-size: 0.98rem;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}
.bn-nav a:hover { background: var(--bn-blush-deep); color: var(--bn-rose-dark); }
.bn-nav .current-menu-item > a,
.bn-nav .current_page_item > a { background: var(--bn-blush-deep); color: var(--bn-rose-dark); }
.bn-nav .sub-menu {
  display: none;
  position: absolute;
  background: var(--bn-cream);
  border: 1px solid var(--bn-line);
  border-radius: var(--bn-radius);
  box-shadow: var(--bn-shadow);
  padding: 0.5rem;
  min-width: 200px;
}
.bn-nav li { position: relative; }
.bn-nav li:hover > .sub-menu, .bn-nav li:focus-within > .sub-menu { display: block; }

.bn-header__actions { display: flex; align-items: center; gap: 0.75rem; }
.bn-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--bn-blush-deep);
  color: var(--bn-plum);
}
.bn-cart-link:hover { background: var(--bn-rose); color: #fff; }
.bn-cart-link svg { width: 20px; height: 20px; }
.bn-cart-count {
  position: absolute;
  top: -4px; right: -4px;
  background: var(--bn-rose);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  min-width: 19px; height: 19px;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 4px;
}

.bn-menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0.5rem;
  min-width: 44px; min-height: 44px;
  color: var(--bn-plum);
}
.bn-menu-toggle:hover { background: var(--bn-blush-deep); transform: none; }
.bn-menu-toggle svg { width: 26px; height: 26px; }

@media (max-width: 900px) {
  .bn-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .bn-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    background: var(--bn-cream);
    border-bottom: 1px solid var(--bn-line);
    box-shadow: var(--bn-shadow);
    padding: 1rem;
    display: none;
    max-height: calc(100dvh - 76px);
    overflow-y: auto;
  }
  .bn-nav.is-open { display: block; }
  .bn-nav ul { flex-direction: column; }
  .bn-nav a { padding: 0.9rem 1rem; }
  .bn-nav .sub-menu { position: static; box-shadow: none; border: 0; display: block; padding-left: 1rem; }
}

/* ==========================================================================
   5. SIGNATURE: POLISH DRIP DIVIDER
   ========================================================================== */
.bn-drip {
  display: block;
  width: 100%;
  height: 54px;
  margin-top: -1px;
  color: var(--bn-blush-deep); /* the drip inherits the color of section above */
}
.bn-drip--cream { color: var(--bn-cream); }
.bn-drip--blush { color: var(--bn-blush); }
.bn-drip svg { display: block; width: 100%; height: 100%; }

/* ==========================================================================
   6. HERO
   ========================================================================== */
.bn-hero {
  background: var(--bn-blush-deep);
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(2rem, 5vw, 3.5rem);
  position: relative;
  overflow: hidden;
}
.bn-hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.bn-hero__eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bn-rose-dark);
  background: var(--bn-cream);
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  margin-bottom: 1.25rem;
}
.bn-hero__title em {
  font-style: italic;
  color: var(--bn-rose);
}
.bn-hero__lead { font-size: 1.15rem; color: var(--bn-plum-soft); max-width: 46ch; }
.bn-hero__cta { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.75rem; }
.bn-hero__media {
  border-radius: var(--bn-radius-lg);
  overflow: hidden;
  box-shadow: var(--bn-shadow);
  aspect-ratio: 4 / 5;
  background: linear-gradient(160deg, var(--bn-rose) 0%, #e98aa9 55%, var(--bn-gold) 130%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bn-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.bn-hero__media .bn-hero__placeholder {
  color: rgba(255,255,255,0.85);
  font-family: var(--bn-font-display);
  font-size: clamp(3rem, 8vw, 5rem);
  font-style: italic;
}
@media (max-width: 820px) {
  .bn-hero__inner { grid-template-columns: 1fr; }
  .bn-hero__media { aspect-ratio: 16 / 10; order: -1; }
}

/* ==========================================================================
   7. SECTIONS
   ========================================================================== */
.bn-section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.bn-section--cream { background: var(--bn-cream); }
.bn-section--deep { background: var(--bn-blush-deep); }
.bn-section__head {
  max-width: 640px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.bn-section__head--center { margin-inline: auto; text-align: center; }
.bn-eyebrow {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bn-gold);
  margin-bottom: 0.65rem;
}
.bn-section__head p { color: var(--bn-plum-soft); }

/* ==========================================================================
   8. CARDS / GRIDS
   ========================================================================== */
.bn-grid { display: grid; gap: var(--bn-gap); }
.bn-grid--2 { grid-template-columns: repeat(2, 1fr); }
.bn-grid--3 { grid-template-columns: repeat(3, 1fr); }
.bn-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .bn-grid--4 { grid-template-columns: repeat(2, 1fr); } .bn-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .bn-grid--4, .bn-grid--3, .bn-grid--2 { grid-template-columns: 1fr; } }

.bn-card {
  background: var(--bn-cream);
  border: 1px solid var(--bn-line);
  border-radius: var(--bn-radius-lg);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bn-card:hover { transform: translateY(-5px); box-shadow: var(--bn-shadow); }
.bn-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--bn-blush-deep); }
.bn-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.bn-card:hover .bn-card__media img { transform: scale(1.05); }
.bn-card__body { padding: 1.4rem 1.5rem 1.6rem; }
.bn-card__body h3 { margin-bottom: 0.4rem; }
.bn-card__body h3 a { color: var(--bn-plum); }
.bn-card__body h3 a:hover { color: var(--bn-rose); }
.bn-card__meta { font-size: 0.85rem; color: var(--bn-plum-soft); letter-spacing: 0.04em; text-transform: uppercase; }
.bn-card__excerpt { color: var(--bn-plum-soft); font-size: 0.98rem; margin: 0.5rem 0 0; }

/* Service cards */
.bn-service {
  background: var(--bn-cream);
  border: 1px solid var(--bn-line);
  border-radius: var(--bn-radius-lg);
  padding: 1.8rem 1.6rem;
  text-align: center;
}
.bn-service__icon {
  width: 60px; height: 60px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--bn-blush-deep);
  color: var(--bn-rose);
  display: flex; align-items: center; justify-content: center;
}
.bn-service__icon svg { width: 26px; height: 26px; }
.bn-service p { color: var(--bn-plum-soft); font-size: 0.95rem; margin: 0; }

/* ==========================================================================
   9. GALLERY / LOOKBOOK
   ========================================================================== */
.bn-lookbook { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
.bn-lookbook__item {
  border-radius: var(--bn-radius);
  overflow: hidden;
  aspect-ratio: 1;
  position: relative;
  background: var(--bn-blush-deep);
}
.bn-lookbook__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.bn-lookbook__item:hover img { transform: scale(1.06); }
.bn-lookbook__item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(transparent, rgba(70,35,47,0.75));
  color: #fff;
  font-size: 0.85rem;
  padding: 1.5rem 0.9rem 0.7rem;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.bn-lookbook__item:hover figcaption { opacity: 1; }
@media (max-width: 900px) { .bn-lookbook { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .bn-lookbook { grid-template-columns: repeat(2, 1fr); } }

/* ==========================================================================
   10. BOOKING
   ========================================================================== */
.bn-booking {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
@media (max-width: 860px) { .bn-booking { grid-template-columns: 1fr; } }
.bn-booking__form {
  background: var(--bn-cream);
  border: 1px solid var(--bn-line);
  border-radius: var(--bn-radius-lg);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: var(--bn-shadow-soft);
}
.bn-booking__form .bn-grid--2 { gap: 1rem; }
.bn-notice {
  border-radius: var(--bn-radius);
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.bn-notice--success { background: #e6f4ea; color: #1e5e34; border: 1px solid #bfe3cb; }
.bn-notice--error { background: #fdeaea; color: #9c2323; border: 1px solid #f3c7c7; }
.bn-hours { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.bn-hours li {
  display: flex; justify-content: space-between;
  padding: 0.7rem 0;
  border-bottom: 1px dashed var(--bn-line);
  font-size: 0.98rem;
}
.bn-hours li span:last-child { font-weight: 500; }

/* ==========================================================================
   11. BLOG
   ========================================================================== */
.bn-post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--bn-gap); }
@media (max-width: 1000px) { .bn-post-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .bn-post-list { grid-template-columns: 1fr; } }

.bn-single {
  max-width: 760px;
  margin-inline: auto;
  background: var(--bn-cream);
  border: 1px solid var(--bn-line);
  border-radius: var(--bn-radius-lg);
  padding: clamp(1.5rem, 5vw, 3.25rem);
}
.bn-single .bn-single__meta { color: var(--bn-plum-soft); font-size: 0.9rem; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 1rem; }
.bn-single .wp-post-image { border-radius: var(--bn-radius); margin-bottom: 1.75rem; }
.bn-single .entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.bn-single .entry-content img { border-radius: var(--bn-radius); }
.bn-single blockquote {
  border-left: 3px solid var(--bn-rose);
  margin: 1.5rem 0;
  padding: 0.5rem 0 0.5rem 1.4rem;
  font-family: var(--bn-font-display);
  font-size: 1.2rem;
  font-style: italic;
  color: var(--bn-plum-soft);
}
.bn-pagination { display: flex; justify-content: center; gap: 0.5rem; margin-top: 2.5rem; flex-wrap: wrap; }
.bn-pagination .page-numbers {
  min-width: 44px; min-height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--bn-cream);
  border: 1px solid var(--bn-line);
  color: var(--bn-plum);
  padding: 0 0.75rem;
}
.bn-pagination .page-numbers.current, .bn-pagination .page-numbers:hover { background: var(--bn-rose); color: #fff; border-color: var(--bn-rose); }

/* Comments / Community */
.bn-comments { max-width: 760px; margin: 2.5rem auto 0; }
.comment-list { list-style: none; padding: 0; margin: 0 0 2rem; }
.comment-list .comment {
  background: var(--bn-cream);
  border: 1px solid var(--bn-line);
  border-radius: var(--bn-radius);
  padding: 1.25rem 1.4rem;
  margin-bottom: 1rem;
}
.comment-list .children { list-style: none; padding-left: clamp(1rem, 4vw, 2.5rem); margin-top: 1rem; }
.comment-author { display: flex; align-items: center; gap: 0.7rem; font-weight: 600; }
.comment-author img { border-radius: 50%; }
.comment-metadata { font-size: 0.82rem; color: var(--bn-plum-soft); margin: 0.25rem 0 0.75rem; }
.comment-reply-link { font-size: 0.85rem; font-weight: 600; }

/* ==========================================================================
   12. WOOCOMMERCE
   ========================================================================== */
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: var(--bn-gap); margin: 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  background: var(--bn-cream);
  border: 1px solid var(--bn-line);
  border-radius: var(--bn-radius-lg);
  overflow: hidden;
  padding: 0 !important;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: var(--bn-shadow); }
.woocommerce ul.products li.product a img { margin: 0 !important; border-radius: 0; aspect-ratio: 1; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--bn-font-display);
  font-size: 1.1rem !important;
  padding: 1rem 1rem 0.25rem !important;
  color: var(--bn-plum);
}
.woocommerce ul.products li.product .price { color: var(--bn-rose-dark) !important; font-weight: 600; font-size: 1rem !important; }
.woocommerce ul.products li.product .button { margin: 0.8rem auto 1.4rem !important; }
.woocommerce ul.products li.product .onsale {
  background: var(--bn-gold);
  border-radius: 999px;
  min-height: 0;
  line-height: 1;
  padding: 0.5rem 0.9rem;
  top: 12px; left: 12px;
  margin: 0 !important;
}
@media (max-width: 1000px) { .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; } }

.woocommerce div.product .product_title { font-family: var(--bn-font-display); }
.woocommerce div.product p.price { color: var(--bn-rose-dark); font-size: 1.4rem; }
.woocommerce div.product div.images img { border-radius: var(--bn-radius-lg); }
.woocommerce-message, .woocommerce-info {
  border-top-color: var(--bn-rose);
  background: var(--bn-cream);
  border-radius: var(--bn-radius);
}
.woocommerce-message::before, .woocommerce-info::before { color: var(--bn-rose); }
.woocommerce .star-rating span::before, .woocommerce p.stars a { color: var(--bn-gold); }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 0 0.25rem; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  min-width: 44px; min-height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--bn-cream);
  border: 1px solid var(--bn-line);
  color: var(--bn-plum);
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover { background: var(--bn-rose); color: #fff; }
.woocommerce table.shop_table { border: 1px solid var(--bn-line); border-radius: var(--bn-radius); background: var(--bn-cream); }

/* ==========================================================================
   13. CTA BAND
   ========================================================================== */
.bn-cta {
  background: linear-gradient(135deg, var(--bn-rose) 0%, #c2477b 60%, var(--bn-rose-dark) 100%);
  color: #fff;
  border-radius: var(--bn-radius-lg);
  padding: clamp(2.5rem, 6vw, 4rem);
  text-align: center;
}
.bn-cta h2 { color: #fff; }
.bn-cta p { color: rgba(255,255,255,0.88); max-width: 52ch; margin-inline: auto; }
.bn-cta .bn-btn { background: #fff; color: var(--bn-rose-dark); }
.bn-cta .bn-btn:hover { background: var(--bn-blush); }

/* ==========================================================================
   14. FOOTER
   ========================================================================== */
.bn-footer {
  background: var(--bn-plum);
  color: #ecd9e0;
  margin-top: 0;
  padding: clamp(3rem, 6vw, 4.5rem) 0 2rem;
}
.bn-footer a { color: #f4c7d4; }
.bn-footer a:hover { color: #fff; }
.bn-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(244, 199, 212, 0.2);
}
@media (max-width: 900px) { .bn-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .bn-footer__grid { grid-template-columns: 1fr; } }
.bn-footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 1rem; }
.bn-footer ul { list-style: none; margin: 0; padding: 0; }
.bn-footer ul li { margin-bottom: 0.55rem; }
.bn-footer__brand .bn-logo { color: #fff; }
.bn-footer__brand p { color: #d8b6c2; font-size: 0.95rem; max-width: 34ch; }
.bn-footer__bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem;
  padding-top: 1.75rem;
  font-size: 0.88rem;
  color: #c99fae;
}
.bn-social { display: flex; gap: 0.6rem; }
.bn-social a {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(244,199,212,0.12);
  display: inline-flex; align-items: center; justify-content: center;
}
.bn-social a:hover { background: var(--bn-rose); color: #fff; }
.bn-social svg { width: 18px; height: 18px; }

/* ==========================================================================
   15. UTILITIES
   ========================================================================== */
.bn-center { text-align: center; }
.bn-mt-2 { margin-top: 2rem; }
.bn-more-link { font-weight: 600; letter-spacing: 0.04em; }
.bn-more-link::after { content: " →"; }
.alignwide { max-width: var(--bn-container); margin-inline: auto; }
.alignfull { width: 100%; }

/* 404 & search */
.bn-empty {
  text-align: center;
  padding: clamp(3rem, 10vw, 6rem) 1rem;
  max-width: 560px;
  margin-inline: auto;
}
.bn-empty .bn-empty__mark {
  font-family: var(--bn-font-display);
  font-size: clamp(4rem, 14vw, 7rem);
  font-style: italic;
  color: var(--bn-rose);
  line-height: 1;
  margin-bottom: 1rem;
}

/* ==========================================================================
   16. ANNOUNCEMENT BAR
   ========================================================================== */
.nh-announce {
  background: var(--bn-plum);
  color: #f4c7d4;
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  padding: 0.55rem 1rem;
}
.nh-announce strong { color: #fff; }

/* ==========================================================================
   17. MOBILE APP LOOK — BOTTOM NAV (Myntra style)
   ========================================================================== */
.nh-bottom-nav {
  display: none;
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1200;
  background: var(--bn-cream);
  border-top: 1px solid var(--bn-line);
  box-shadow: 0 -6px 20px -10px rgba(70,35,47,0.25);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.nh-bottom-nav ul {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(5, 1fr);
}
.nh-bottom-nav a {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 0.55rem 0.25rem 0.6rem;
  min-height: 56px;
  color: var(--bn-plum-soft);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.nh-bottom-nav a svg { width: 22px; height: 22px; }
.nh-bottom-nav a.is-active,
.nh-bottom-nav a:hover { color: var(--bn-rose-dark); }
.nh-bottom-nav a.is-active svg { stroke-width: 2.2; }
@media (max-width: 900px) {
  .nh-bottom-nav { display: block; }
  body { padding-bottom: 76px; }
  .nh-whatsapp { bottom: 92px !important; }
}

/* ==========================================================================
   18. WHATSAPP FLOAT
   ========================================================================== */
.nh-whatsapp {
  position: fixed;
  right: 18px; bottom: 22px;
  z-index: 1100;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px -6px rgba(37, 211, 102, 0.55);
  transition: transform 0.2s ease;
}
.nh-whatsapp:hover { transform: scale(1.08); color: #fff; }
.nh-whatsapp svg { width: 28px; height: 28px; }

/* ==========================================================================
   19. SHOP FILTER BAR + COUPON STRIP
   ========================================================================== */
.nh-coupons {
  display: flex; flex-wrap: wrap; gap: 0.6rem;
  margin-bottom: 1.5rem;
}
.nh-coupon {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--bn-cream);
  border: 1.5px dashed var(--bn-gold);
  border-radius: 10px;
  padding: 0.5rem 0.9rem;
  font-size: 0.85rem;
}
.nh-coupon code {
  font-weight: 700; letter-spacing: 0.08em;
  color: var(--bn-rose-dark);
  background: var(--bn-blush);
  border-radius: 6px;
  padding: 0.15rem 0.5rem;
}
.nh-filterbar {
  background: var(--bn-cream);
  border: 1px solid var(--bn-line);
  border-radius: var(--bn-radius-lg);
  padding: 1rem 1.1rem;
  margin-bottom: 1.75rem;
  display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: end;
}
.nh-filterbar .nh-filter { flex: 1 1 150px; min-width: 130px; }
.nh-filterbar label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--bn-plum-soft); margin-bottom: 0.3rem; }
.nh-filterbar select, .nh-filterbar input { min-height: 44px; padding: 0.5rem 0.8rem; }
.nh-filterbar .nh-filter--check {
  flex: 0 0 auto;
  display: flex; align-items: center; gap: 0.5rem;
  min-height: 44px;
}
.nh-filterbar .nh-filter--check input { width: 20px; height: 20px; min-height: 0; accent-color: var(--bn-rose); }
.nh-filterbar .nh-filter--check label { margin: 0; font-size: 0.9rem; text-transform: none; letter-spacing: 0; color: var(--bn-plum); }
.nh-filterbar .bn-btn { padding: 0.7rem 1.5rem; }
@media (max-width: 640px) {
  .nh-filterbar { padding: 0.85rem; gap: 0.6rem; }
  .nh-filterbar .nh-filter { flex: 1 1 44%; }
}

/* Percentage sale badge */
.woocommerce ul.products li.product .onsale { font-weight: 700; }

/* ==========================================================================
   20. TESTIMONIALS
   ========================================================================== */
.nh-testimonial {
  background: var(--bn-cream);
  border: 1px solid var(--bn-line);
  border-radius: var(--bn-radius-lg);
  padding: 1.8rem 1.6rem;
  position: relative;
}
.nh-testimonial::before {
  content: "\201C";
  font-family: var(--bn-font-display);
  font-size: 4rem;
  line-height: 1;
  color: var(--bn-blush-deep);
  position: absolute;
  top: 0.7rem; right: 1.1rem;
}
.nh-testimonial p { font-style: italic; color: var(--bn-plum-soft); }
.nh-testimonial cite { font-style: normal; font-weight: 600; color: var(--bn-plum); }
.nh-stars { color: var(--bn-gold); letter-spacing: 2px; margin-bottom: 0.5rem; display: block; }

/* Trust badges */
.nh-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.75rem; margin-top: 2rem; }
.nh-trust span { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: var(--bn-plum-soft); }
.nh-trust svg { width: 20px; height: 20px; color: var(--bn-rose); }

/* ==========================================================================
   21. WOOCOMMERCE PAGES — MOBILE FRIENDLY POLISH
   ========================================================================== */
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none; width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none; margin: 0 0 1.5rem; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.5rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  background: var(--bn-cream);
  border: 1px solid var(--bn-line);
  border-radius: 999px;
  padding: 0.6rem 1.2rem;
  font-size: 0.92rem;
  min-height: 44px;
  display: inline-flex; align-items: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: var(--bn-rose); color: #fff; border-color: var(--bn-rose);
}
.woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }

.woocommerce-cart table.cart img { width: 84px; border-radius: 10px; }
.woocommerce-cart .coupon input.input-text { width: 150px !important; }
@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr { background: var(--bn-cream); border-radius: var(--bn-radius); margin-bottom: 0.9rem; display: block; padding: 0.5rem 0.75rem; border: 1px solid var(--bn-line); }
  .woocommerce-cart .coupon { display: flex; gap: 0.5rem; }
  .woocommerce-cart .coupon input.input-text { flex: 1; width: auto !important; }
  .woocommerce #payment #place_order { width: 100%; }
  .woocommerce form .form-row { padding: 3px 0; }
}
.woocommerce-checkout #payment {
  background: var(--bn-cream);
  border: 1px solid var(--bn-line);
  border-radius: var(--bn-radius);
}
.woocommerce-checkout #payment div.payment_box { background: var(--bn-blush); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--bn-blush); }

/* ==========================================================================
   22. PAYEL BUILDER FRONT STYLES
   ========================================================================== */
.nh-b-spacer { display: block; }
.nh-b-html { max-width: var(--bn-container); margin-inline: auto; }

/* ==========================================================================
   23. HEADER/FOOTER CUSTOMIZE (v3.0)
   ========================================================================== */
.nh-header-cta { padding: 0.6rem 1.4rem; font-size: 0.85rem; min-height: 44px; display: inline-flex; align-items: center; }
@media (max-width: 900px) { .nh-header-cta { display: none; } }

.nh-search-toggle { background: var(--bn-blush-deep); border: 0; }
.nh-header-search {
  border-top: 1px solid var(--bn-line);
  background: var(--bn-cream);
  padding: 1rem 0;
}
.nh-header-search form { display: flex; gap: 0.5rem; max-width: 620px; }
.nh-header-search input[type="search"], .nh-header-search .search-field { flex: 1; }

.bn-footer__contact { list-style: none; margin: 0 0 1.1rem; padding: 0; font-size: 0.92rem; }
.bn-footer__contact li { margin-bottom: 0.35rem; opacity: 0.9; }

.nh-pay {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  padding: 1.25rem 0 0.25rem;
  justify-content: flex-end;
}
.nh-pay__chip {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: rgba(255,255,255,0.12);
  color: inherit;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 6px;
  padding: 0.3rem 0.6rem;
}
.nh-footer-cream .nh-pay__chip { background: var(--bn-blush); border-color: var(--bn-line); }
@media (max-width: 640px) { .nh-pay { justify-content: center; } }

/* Static (non-sticky) header */
.nh-header-static .bn-header { position: static; }

/* ==========================================================================
   24. ANIMATIONS & PREMIUM UX (v3.1)
   ========================================================================== */

/* Respect reduced motion globally for these enhancements */
@media (prefers-reduced-motion: no-preference) {

  /* Scroll reveal — elements fade + rise into view */
  .nh-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }
  .nh-reveal.is-visible { opacity: 1; transform: none; }

  /* Stagger children (product cards, service cards) */
  .nh-stagger > * {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nh-stagger.is-visible > * { opacity: 1; transform: none; }
  .nh-stagger.is-visible > *:nth-child(1) { transition-delay: 0.05s; }
  .nh-stagger.is-visible > *:nth-child(2) { transition-delay: 0.13s; }
  .nh-stagger.is-visible > *:nth-child(3) { transition-delay: 0.21s; }
  .nh-stagger.is-visible > *:nth-child(4) { transition-delay: 0.29s; }
  .nh-stagger.is-visible > *:nth-child(5) { transition-delay: 0.37s; }
  .nh-stagger.is-visible > *:nth-child(6) { transition-delay: 0.45s; }

  /* Hero entrance sequence */
  .bn-hero__eyebrow { animation: nhFadeUp 0.7s 0.1s both; }
  .bn-hero__title   { animation: nhFadeUp 0.8s 0.22s both; }
  .bn-hero__lead    { animation: nhFadeUp 0.8s 0.36s both; }
  .bn-hero__cta     { animation: nhFadeUp 0.8s 0.5s both; }
  .bn-hero__media   { animation: nhMediaIn 1s 0.3s both; }

  @keyframes nhFadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: none; }
  }
  @keyframes nhMediaIn {
    from { opacity: 0; transform: translateY(30px) scale(0.96); }
    to   { opacity: 1; transform: none; }
  }

  /* Floating sparkles in hero */
  .bn-hero { position: relative; }
  .nh-spark {
    position: absolute;
    color: var(--bn-cream);
    opacity: 0;
    pointer-events: none;
    animation: nhFloat 6s ease-in-out infinite;
    filter: drop-shadow(0 2px 6px rgba(214,87,127,0.25));
  }
  .nh-spark:nth-child(1) { top: 18%; left: 8%; font-size: 1.4rem; animation-delay: 0.4s; }
  .nh-spark:nth-child(2) { top: 62%; left: 14%; font-size: 1rem; animation-delay: 1.6s; }
  .nh-spark:nth-child(3) { top: 30%; right: 6%; font-size: 1.6rem; animation-delay: 0.9s; }
  .nh-spark:nth-child(4) { bottom: 16%; right: 18%; font-size: 1.1rem; animation-delay: 2.3s; }
  @keyframes nhFloat {
    0%   { opacity: 0; transform: translateY(10px) rotate(0deg); }
    25%  { opacity: 0.85; }
    50%  { opacity: 0.6; transform: translateY(-14px) rotate(20deg); }
    75%  { opacity: 0.85; }
    100% { opacity: 0; transform: translateY(10px) rotate(0deg); }
  }

  /* Gentle float on the hero media card */
  .bn-hero__media { animation: nhMediaIn 1s 0.3s both, nhBob 7s ease-in-out 1.3s infinite; }
  @keyframes nhBob {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
  }

  /* Button shine sweep on hover */
  .bn-btn { position: relative; overflow: hidden; }
  .bn-btn::after {
    content: "";
    position: absolute;
    top: 0; left: -75%;
    width: 50%; height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
  }
  .bn-btn:hover::after { left: 130%; }

  /* Eyebrow underline draw-in on reveal */
  .bn-eyebrow { position: relative; display: inline-block; }
}

/* Animated gradient on hero background (subtle, always-on but calm) */
.bn-hero {
  background: linear-gradient(120deg, var(--bn-blush-deep) 0%, #f9e4ea 50%, var(--bn-blush-deep) 100%);
  background-size: 200% 200%;
}
@media (prefers-reduced-motion: no-preference) {
  .bn-hero { animation: nhGradient 14s ease infinite; }
  @keyframes nhGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
}

/* Product card image zoom + quick shadow lift (enhances existing hover) */
.woocommerce ul.products li.product { transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s ease; }
.woocommerce ul.products li.product a img { transition: transform 0.5s cubic-bezier(0.22,1,0.36,1); }
.woocommerce ul.products li.product:hover a img { transform: scale(1.06); }

/* Lookbook: subtle tilt on hover */
@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .bn-lookbook__item { transition: transform 0.4s cubic-bezier(0.22,1,0.36,1); }
  .bn-lookbook__item:hover { transform: translateY(-4px) rotate(-1deg); }
}

/* Testimonial cards lift */
.nh-testimonial { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.nh-testimonial:hover { transform: translateY(-4px); box-shadow: var(--bn-shadow); }

/* Trust badges pop in one by one when revealed */
@media (prefers-reduced-motion: no-preference) {
  .nh-trust.is-visible span { animation: nhPop 0.5s both; }
  .nh-trust.is-visible span:nth-child(2) { animation-delay: 0.1s; }
  .nh-trust.is-visible span:nth-child(3) { animation-delay: 0.2s; }
  .nh-trust.is-visible span:nth-child(4) { animation-delay: 0.3s; }
  @keyframes nhPop {
    from { opacity: 0; transform: scale(0.8); }
    to   { opacity: 1; transform: none; }
  }
}

/* Scroll progress bar (thin rose line at top) */
.nh-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--bn-rose), var(--bn-gold));
  z-index: 2000;
  transition: width 0.1s linear;
}

/* Count-up stat band */
.nh-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}
@media (max-width: 700px) { .nh-stats { grid-template-columns: repeat(2, 1fr); } }
.nh-stat__num {
  font-family: var(--bn-font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--bn-rose);
  line-height: 1;
  font-weight: 600;
}
.nh-stat__label {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bn-plum-soft);
}
