/* NANDINI ENTERPRISE — Bloom Atelier homepage
   A homepage-only visual layer; the existing content and section layout stay intact. */

body.nandini-home {
  --nh-ink: #1d2320;
  --nh-forest: #173f33;
  --nh-forest-deep: #0d2d25;
  --nh-sage: #9ebaa7;
  --nh-mist: #edf4ef;
  --nh-petal: #ef6f86;
  --nh-petal-deep: #d94e6b;
  --nh-blush: #fff0f2;
  --nh-cream: #fbf7ed;
  --nh-gold: #d4a84f;
  --nh-line: rgba(23, 63, 51, .13);
  --nh-shadow: 0 22px 55px rgba(20, 52, 43, .12);
  --nh-shadow-soft: 0 12px 32px rgba(20, 52, 43, .08);
  background:
    radial-gradient(circle at 4% 15%, rgba(239, 111, 134, .08), transparent 24rem),
    radial-gradient(circle at 96% 40%, rgba(158, 186, 167, .12), transparent 28rem),
    #fffdf9;
  color: var(--nh-ink);
}

.nandini-home .page-main {
  overflow: clip;
}

/* Home-only chrome treatment */
.nandini-home .cs-promo-bar {
  background: var(--nh-forest-deep);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.nandini-home .cs-header {
  background: rgba(255, 253, 249, .96);
  box-shadow: 0 10px 35px rgba(23, 63, 51, .06);
}

.nandini-home .cs-brand,
.nandini-home .cs-action,
.nandini-home .cs-call {
  color: var(--nh-forest-deep);
}

.nandini-home .cs-call strong {
  color: var(--nh-petal-deep);
}

.nandini-home .cs-brand-name {
  color: var(--nh-forest-deep);
}

.nandini-home .cs-brand-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px 12px 12px 3px;
  background: linear-gradient(135deg, var(--nh-petal), #f7a45c);
  box-shadow: 0 8px 20px rgba(239, 111, 134, .24);
}

.nandini-home .cs-mobile-toggle {
  border-color: var(--nh-line);
  background: var(--nh-mist);
}

.nandini-home .cs-mobile-toggle span {
  background: var(--nh-forest);
}

.nandini-home .cs-search {
  border: 1px solid var(--nh-line);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 63, 51, .05);
}

.nandini-home .cs-search input,
.nandini-home .cs-search button {
  border: 0;
}

.nandini-home .cs-search button {
  background: var(--nh-forest);
}

.nandini-home .cs-navbar {
  background: var(--nh-forest);
}

.nandini-home .cs-categories-btn,
.nandini-home .cs-nav-links a,
.nandini-home .cs-flash {
  letter-spacing: .08em;
}

/* Hero — same three-column layout, new botanical editorial language */
.nandini-home .cs-hero {
  position: relative;
  padding: 34px 0 44px;
  background:
    linear-gradient(115deg, rgba(251, 247, 237, .98), rgba(237, 244, 239, .92)),
    var(--nh-cream);
  isolation: isolate;
}

.nandini-home .cs-hero::before,
.nandini-home .cs-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.nandini-home .cs-hero::before {
  width: 380px;
  height: 380px;
  right: -145px;
  top: -190px;
  border: 70px solid rgba(239, 111, 134, .08);
}

.nandini-home .cs-hero::after {
  width: 260px;
  height: 260px;
  left: 14%;
  bottom: -210px;
  background: rgba(158, 186, 167, .12);
  filter: blur(2px);
}

.nandini-home .cs-hero-grid {
  gap: 22px;
}

.nandini-home .cs-sidebar {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px 6px 24px 6px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .13), transparent 10rem),
    var(--nh-forest-deep);
  box-shadow: var(--nh-shadow-soft);
}

.nandini-home .cs-sidebar::before {
  content: "FLOWER JOURNAL";
  display: block;
  padding: 20px 18px 13px;
  color: var(--nh-sage);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.nandini-home .cs-sidebar li {
  border-color: rgba(255, 255, 255, .08);
}

.nandini-home .cs-sidebar a {
  position: relative;
  padding: 10px 18px 10px 30px;
  color: rgba(255, 255, 255, .82);
  transition: color .25s, padding-left .25s, background .25s;
}

.nandini-home .cs-sidebar a::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--nh-petal);
  transform: translateY(-50%);
}

.nandini-home .cs-sidebar a:hover {
  padding-left: 36px;
  color: #fff;
  background: rgba(255, 255, 255, .07);
}

.nandini-home .cs-hero-main {
  gap: 18px;
}

.nandini-home .cs-hero-slider {
  border: 0;
  border-radius: 6px 34px 6px 34px;
  background: #fff;
  box-shadow: var(--nh-shadow);
}

.nandini-home .cs-slide {
  position: relative;
  overflow: hidden;
}

.nandini-home .cs-slide::before {
  content: "NANDINI · SEASONAL EDIT";
  position: absolute;
  top: 24px;
  left: clamp(24px, 4vw, 40px);
  z-index: 2;
  color: var(--nh-petal-deep);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.nandini-home .cs-slide-copy {
  position: relative;
  z-index: 1;
  padding-top: 68px;
}

.nandini-home .cs-slide-copy h2 {
  max-width: 11ch;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
  color: var(--nh-forest-deep);
}

.nandini-home .cs-slide-price {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--nh-mist);
  color: var(--nh-forest);
}

.nandini-home .cs-btn-hero {
  border-radius: 999px;
  background: var(--nh-petal);
  box-shadow: 0 10px 25px rgba(239, 111, 134, .25);
  transition: transform .25s, box-shadow .25s, background .25s;
}

.nandini-home .cs-btn-hero:hover {
  background: var(--nh-petal-deep);
  box-shadow: 0 14px 30px rgba(217, 78, 107, .3);
  transform: translateY(-3px);
}

.nandini-home .cs-slide-img {
  position: relative;
  padding: 36px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, .85) 0 27%, transparent 28%),
    linear-gradient(145deg, #dcece2, #b8d4c2);
}

.nandini-home .cs-slide-img::before,
.nandini-home .cs-slide-img::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(23, 63, 51, .16);
  border-radius: 50%;
}

.nandini-home .cs-slide-img::before {
  width: 78%;
  aspect-ratio: 1;
}

.nandini-home .cs-slide-img::after {
  width: 60%;
  aspect-ratio: 1;
}

.nandini-home .cs-slide-img img {
  position: relative;
  z-index: 1;
  width: min(88%, 360px);
  aspect-ratio: 4 / 5;
  max-height: 350px;
  object-fit: cover;
  border-radius: 48% 48% 12px 12px;
  box-shadow: 0 24px 45px rgba(13, 45, 37, .2);
  transition: transform .6s cubic-bezier(.2, .8, .2, 1);
}

.nandini-home .cs-slide:hover .cs-slide-img img {
  transform: scale(1.035) rotate(1deg);
}

.nandini-home .cs-hero-dots {
  left: 40px;
  bottom: 25px;
  transform: none;
}

.nandini-home .cs-hero-dot {
  width: 24px;
  height: 4px;
  border-radius: 99px;
  background: rgba(23, 63, 51, .18);
}

.nandini-home .cs-hero-dot.is-active {
  width: 42px;
  background: var(--nh-petal);
  transform: none;
}

.nandini-home .cs-hero-stack {
  gap: 14px;
}

.nandini-home .cs-stack-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 22px 5px 22px 5px;
  box-shadow: var(--nh-shadow-soft);
  isolation: isolate;
}

.nandini-home .cs-stack-card::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  right: -28px;
  bottom: -35px;
  z-index: -1;
  border: 18px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
}

.nandini-home .cs-stack-mint {
  background: linear-gradient(135deg, #cce3d3, #eef6f0);
}

.nandini-home .cs-stack-red {
  background: linear-gradient(135deg, #a9415b, #ef7c8e);
}

.nandini-home .cs-stack-gold {
  background: linear-gradient(135deg, #e8c777, #fff1bd);
}

.nandini-home .cs-stack-card img {
  border-radius: 50% 50% 8px 8px;
  object-fit: cover;
}

/* Editorial section rhythm */
.nandini-home .cs-section {
  position: relative;
  padding: 72px 0;
}

.nandini-home .cs-section:nth-of-type(even) {
  background: rgba(237, 244, 239, .55);
}

.nandini-home .cs-section-head {
  position: relative;
  margin-bottom: 30px;
  padding-left: 19px;
}

.nandini-home .cs-section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 3px;
  width: 5px;
  border-radius: 99px;
  background: linear-gradient(var(--nh-petal), var(--nh-gold));
}

.nandini-home .cs-section-head h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.035em;
  color: var(--nh-forest-deep);
}

.nandini-home .cs-section-head p {
  color: #688075;
}

.nandini-home .cs-highlight {
  padding: 0;
  background: none;
  color: var(--nh-petal-deep);
}

.nandini-home .cs-carousel-nav button {
  width: 42px;
  height: 42px;
  border-color: var(--nh-line);
  border-radius: 50%;
  color: var(--nh-forest);
  transition: transform .2s, color .2s, background .2s;
}

.nandini-home .cs-carousel-nav button:hover {
  color: #fff;
  background: var(--nh-forest);
  transform: translateY(-2px);
}

/* Product cards */
.nandini-home .cs-product-carousel {
  gap: 20px;
  padding: 8px 5px 25px;
}

.nandini-home .cs-product-card {
  overflow: hidden;
  padding: 12px;
  border: 1px solid var(--nh-line);
  border-radius: 4px 24px 4px 24px;
  box-shadow: 0 9px 24px rgba(23, 63, 51, .05);
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.nandini-home .cs-product-card:hover {
  border-color: rgba(239, 111, 134, .4);
  box-shadow: 0 20px 42px rgba(23, 63, 51, .12);
  transform: translateY(-7px);
}

.nandini-home .cs-product-img {
  position: relative;
  border-radius: 2px 17px 2px 17px;
  background: var(--nh-mist);
}

.nandini-home .cs-product-img::after {
  content: "VIEW BLOOM";
  position: absolute;
  inset: auto 12px 12px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(13, 45, 37, .84);
  color: #fff;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s, transform .25s;
}

.nandini-home .cs-product-card:hover .cs-product-img::after {
  opacity: 1;
  transform: translateY(0);
}

.nandini-home .cs-product-img img {
  transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.nandini-home .cs-product-card:hover .cs-product-img img {
  transform: scale(1.07);
}

.nandini-home .cs-product-brand {
  color: var(--nh-sage);
  font-weight: 800;
  letter-spacing: .11em;
}

.nandini-home .cs-stars {
  color: var(--nh-gold);
}

.nandini-home .cs-price {
  color: var(--nh-petal-deep);
}

.nandini-home .cs-options {
  border: 0;
  border-radius: 999px;
  background: var(--nh-mist);
  color: var(--nh-forest);
  transition: color .25s, background .25s, transform .25s;
}

.nandini-home .cs-options:hover {
  color: #fff;
  background: var(--nh-forest);
  transform: translateY(-2px);
}

/* Tabs and promotional cards */
.nandini-home .cs-tabs {
  padding: 5px;
  border: 1px solid var(--nh-line);
  border-radius: 999px;
  background: #fff;
}

.nandini-home .cs-tab {
  border-radius: 999px;
}

.nandini-home .cs-tab.is-active {
  border: 0;
  background: var(--nh-forest);
  color: #fff;
}

.nandini-home .cs-discount-row {
  position: relative;
  padding: 50px 0;
  background: var(--nh-forest-deep);
}

.nandini-home .cs-discount-banner {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 6px 28px 6px 28px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
  transition: transform .3s;
}

.nandini-home .cs-discount-banner:hover {
  transform: translateY(-6px) rotate(-.35deg);
}

.nandini-home .cs-discount-banner img {
  border-radius: 50% 50% 6px 6px;
}

.nandini-home .cs-disc-yellow {
  background: linear-gradient(135deg, #e9c86f, #fff0b6);
}

.nandini-home .cs-disc-dark {
  background: linear-gradient(135deg, #315e50, #102f27);
}

.nandini-home .cs-disc-pink {
  background: linear-gradient(135deg, #f7bbc4, #fff0f2);
}

/* Category flower medallions */
.nandini-home .cs-cat-circles {
  gap: 22px;
}

.nandini-home .cs-cat-circle {
  padding: 12px 6px;
  border-radius: 20px;
  transition: background .25s, transform .25s;
}

.nandini-home .cs-cat-circle:hover {
  background: var(--nh-mist);
  transform: translateY(-5px);
}

.nandini-home .cs-cat-circle-img {
  position: relative;
  width: 104px;
  height: 104px;
  padding: 5px;
  border: 1px solid rgba(239, 111, 134, .35);
  background: #fff;
  box-shadow: inset 0 0 0 5px #fff, 0 14px 28px rgba(23, 63, 51, .1);
}

.nandini-home .cs-cat-circle-img img {
  border-radius: 50%;
}

.nandini-home .cs-cat-circle strong {
  color: var(--nh-forest-deep);
}

/* Deals, featured and best sellers */
.nandini-home .cs-deals {
  background:
    radial-gradient(circle at 100% 0, rgba(239, 111, 134, .11), transparent 27rem),
    var(--nh-blush);
}

.nandini-home .cs-deal-card {
  overflow: hidden;
  border: 0;
  border-radius: 26px 6px 26px 6px;
  box-shadow: var(--nh-shadow-soft);
  transition: transform .3s, box-shadow .3s;
}

.nandini-home .cs-deal-card:hover {
  box-shadow: var(--nh-shadow);
  transform: translateY(-7px);
}

.nandini-home .cs-deal-img {
  padding: 0;
  background: var(--nh-mist);
}

.nandini-home .cs-deal-img img {
  width: 100%;
  max-height: 245px;
  object-fit: cover;
  transition: transform .5s;
}

.nandini-home .cs-deal-card:hover .cs-deal-img img {
  transform: scale(1.045);
}

.nandini-home .cs-timer {
  padding: 9px 11px;
  border-radius: 10px;
  background: var(--nh-blush);
}

.nandini-home .cs-timer span {
  color: var(--nh-petal-deep);
}

.nandini-home .cs-featured-item {
  overflow: hidden;
  border: 1px solid var(--nh-line);
  border-radius: 18px 4px 18px 4px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(23, 63, 51, .04);
  transition: transform .25s, box-shadow .25s;
}

.nandini-home .cs-featured-item:hover {
  box-shadow: var(--nh-shadow-soft);
  transform: translateX(5px);
}

.nandini-home .cs-featured-img {
  border-radius: 13px 3px 13px 3px;
}

.nandini-home .cs-best-selling {
  background: var(--nh-mist);
}

.nandini-home .cs-vertical-banner {
  border: 0;
  border-radius: 28px 6px 28px 6px;
  box-shadow: var(--nh-shadow-soft);
}

/* Final campaign */
.nandini-home .cs-mega-banner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 80%, rgba(239, 111, 134, .3), transparent 20rem),
    linear-gradient(120deg, var(--nh-forest-deep), #265f4f);
}

.nandini-home .cs-mega-banner::after {
  content: "N";
  position: absolute;
  right: 4%;
  top: 50%;
  color: rgba(255, 255, 255, .05);
  font: 500 16rem/1 Georgia, serif;
  transform: translateY(-50%);
}

.nandini-home .cs-mega-inner {
  position: relative;
  z-index: 1;
  min-height: 290px;
}

.nandini-home .cs-mega-inner img {
  width: min(82%, 430px);
  max-height: 250px;
  border-radius: 50% 50% 10px 10px;
  object-fit: cover;
  box-shadow: 0 25px 55px rgba(0, 0, 0, .25);
}

.nandini-home .cs-mega-inner p {
  color: #e8c777;
  font-weight: 800;
  letter-spacing: .14em;
}

.nandini-home .cs-mega-inner h2 {
  max-width: 16ch;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.02;
}

.nandini-home .cs-mega-inner .cs-btn-light {
  border-radius: 999px;
  color: var(--nh-forest);
}

/* Subtle entrance motion */
@keyframes nandini-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.nandini-home .cs-hero-slider,
.nandini-home .cs-sidebar,
.nandini-home .cs-stack-card {
  animation: nandini-rise .65s both cubic-bezier(.2, .7, .2, 1);
}

.nandini-home .cs-stack-card:nth-child(1) { animation-delay: .08s; }
.nandini-home .cs-stack-card:nth-child(2) { animation-delay: .16s; }
.nandini-home .cs-stack-card:nth-child(3) { animation-delay: .24s; }

@media (max-width: 1100px) {
  .nandini-home .cs-hero {
    padding-top: 24px;
  }

  .nandini-home .cs-hero-stack {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .nandini-home .cs-cat-circle-img {
    width: 94px;
    height: 94px;
  }
}

@media (max-width: 768px) {
  .nandini-home .cs-hero {
    padding: 16px 0 28px;
  }

  .nandini-home .cs-hero-main {
    gap: 12px;
  }

  .nandini-home .cs-hero-slider {
    border-radius: 5px 24px 5px 24px;
  }

  .nandini-home .cs-slide::before {
    top: 20px;
    left: 18px;
  }

  .nandini-home .cs-slide-copy {
    padding: 55px 18px 16px;
  }

  .nandini-home .cs-slide-copy h2 {
    font-size: 2.15rem;
  }

  .nandini-home .cs-slide-img {
    min-height: 250px;
    padding: 22px;
  }

  .nandini-home .cs-slide-img img {
    max-height: 230px;
  }

  .nandini-home .cs-hero-dots {
    position: absolute;
    left: 18px;
    bottom: 17px;
    padding: 0;
  }

  .nandini-home .cs-hero-stack {
    grid-template-columns: 1fr;
  }

  .nandini-home .cs-section {
    padding: 48px 0;
  }

  .nandini-home .cs-section-head {
    padding-left: 15px;
  }

  .nandini-home .cs-section-head h2 {
    font-size: 1.8rem;
  }

  .nandini-home .cs-tabs {
    width: 100%;
    border-radius: 14px;
  }

  .nandini-home .cs-discount-row {
    padding: 35px 0;
  }

  .nandini-home .cs-cat-circles {
    gap: 10px;
  }

  .nandini-home .cs-cat-circle-img {
    width: 80px;
    height: 80px;
  }

  .nandini-home .cs-mega-inner {
    padding: 35px 0;
  }

  .nandini-home .cs-mega-inner img {
    max-height: 220px;
  }

  .nandini-home .cs-mega-inner h2 {
    margin-inline: auto;
  }
}

@media (max-width: 480px) {
  .nandini-home .cs-product-card {
    min-width: 172px;
    flex: 0 0 172px;
  }

  .nandini-home .cs-product-img::after {
    display: none;
  }

  .nandini-home .cs-cat-circle {
    padding-inline: 2px;
  }

  .nandini-home .cs-cat-circle-img {
    width: 72px;
    height: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nandini-home *,
  .nandini-home *::before,
  .nandini-home *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
