/* ─── Premium Redesign v2 — Landing Page ─── */
/* Minimal luxury · Editorial · Nature-refined */

/* ===== Scroll Progress Bar ===== */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--gold));
  z-index: 999;
  transition: width 0.1s linear;
}

/* ===== Hero Premium v3 ===== */
.hero.premium-hero {
  min-height: 92vh;
  position: relative;
  display: flex;
  align-items: center;
  background: none;
  overflow: hidden;
}
.hero.premium-hero::before,
.hero.premium-hero::after {
  display: none;
}

.premium-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(20, 50, 35, 0.82) 0%,
    rgba(20, 50, 35, 0.35) 50%,
    rgba(20, 50, 35, 0.6) 100%
  );
  z-index: 0;
}

.premium-hero .hero-overlay::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, #f5f0e8 0%, transparent 100%);
}

.premium-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.premium-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
  max-width: 15ch;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.premium-hero p {
  font-size: 1.15rem;
  max-width: 44ch;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.12);
}

.premium-hero .hero-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  border-left: 3px solid #c9a84c;
  padding-left: 0.8rem;
  font-weight: 500;
  background: none;
  backdrop-filter: none;
  border-radius: 0;
}

.premium-hero .hero-cta {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.premium-hero .btn {
  padding: 0.9rem 2.2rem;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  border-radius: 50px;
  background: #c9a84c;
  color: #1a2214;
  border: none;
  transition: background 0.25s, transform 0.2s;
}
.premium-hero .btn:hover {
  background: #d4b85a;
  transform: translateY(-2px);
}

.premium-hero .btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.9rem 2.2rem;
  font-size: 0.92rem;
  font-weight: 600;
  border-radius: 50px;
  border-color: rgba(255, 255, 255, 0.25);
  transition: background 0.25s, transform 0.2s;
}
.premium-hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  transform: translateY(-2px);
}

[data-theme="dark"] .premium-hero .hero-overlay {
  background: linear-gradient(135deg,
    rgba(10, 25, 18, 0.88) 0%,
    rgba(10, 25, 18, 0.45) 50%,
    rgba(10, 25, 18, 0.7) 100%
  );
}
[data-theme="dark"] .premium-hero .hero-overlay::after {
  background: linear-gradient(to top, #121a16 0%, transparent 100%);
}

/* ===== Stats Premium v2 ===== */
.stats.premium-stats {
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.premium-stats .stat {
  position: relative;
  padding: 2rem 1rem;
  text-align: center;
}

.premium-stats .stat + .stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(45,90,61,0.12), transparent);
}

.premium-stats .stat .n {
  font-size: 3.2rem;
  color: var(--green-d);
  font-weight: 700;
  line-height: 1.1;
  font-family: var(--font-heading, 'Cormorant Garamond'), serif;
}

.premium-stats .stat .l {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  display: block;
  margin-top: 0.4rem;
}

@media (max-width: 680px) {
  .stats.premium-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .premium-stats .stat:nth-child(2)::before { display: none; }
  .premium-stats .stat:nth-child(3)::before { display: none; }
  .premium-stats .stat { padding: 1.5rem 0.5rem; }
  .premium-stats .stat:nth-child(even)::before { display: none; }
}

/* ===== About Premium v2 ===== */
.split.premium-about {
  gap: 4rem;
}

.premium-about .about-content {
  position: relative;
}

.premium-about .about-content h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.1;
}

.premium-about .about-content p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--muted);
}

.premium-about .about-image-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(26, 60, 42, 0.12);
}

.premium-about .about-image-wrap::after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 50%;
  height: 35%;
  border: 2px solid var(--gold);
  border-radius: 24px;
  z-index: -1;
  opacity: 0.25;
}

.premium-about .about-image-wrap img {
  transition: transform 0.6s ease;
}

.premium-about .about-image-wrap:hover img {
  transform: scale(1.02);
}

/* ===== Section Head Premium v2 ===== */
.section-head.premium-head {
  position: relative;
  margin-bottom: 3rem;
}

.section-head.premium-head h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  letter-spacing: -0.02em;
}

/* ===== Product Card Premium v2 ===== */
.prod.premium-prod {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(26, 60, 42, 0.04);
  border: 1px solid rgba(45, 90, 61, 0.04);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.prod.premium-prod:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(26, 60, 42, 0.1);
  border-color: rgba(45, 90, 61, 0.08);
}

.prod.premium-prod .prod-img {
  aspect-ratio: 4/3;
  transition: transform 0.5s ease;
}

.prod.premium-prod:hover .prod-img {
  transform: scale(1.04);
}

.prod.premium-prod .prod-body {
  padding: 1.6rem;
}

.prod.premium-prod .badge {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.65rem;
  padding: 0.3rem 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

/* ===== Testimonial Premium v2 ===== */
.tcard.premium-tcard {
  border-radius: 20px;
  padding: 2rem;
  background: #fff;
  border: 1px solid rgba(45, 90, 61, 0.04);
  box-shadow: 0 2px 20px rgba(26, 60, 42, 0.03);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.tcard.premium-tcard::before {
  content: '\201C';
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  font-size: 4rem;
  line-height: 1;
  font-family: Georgia, serif;
  color: var(--gold);
  opacity: 0.1;
}

.tcard.premium-tcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(26, 60, 42, 0.07);
}

.tcard.premium-tcard .quote {
  font-size: 1.15rem;
  line-height: 1.65;
  font-weight: 400;
}

.tcard.premium-tcard .stars {
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--gold);
}

/* ===== Maiti Movement Premium v2 ===== */
.bg-green.premium-maiti {
  position: relative;
  overflow: hidden;
}

.bg-green.premium-maiti::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 50%, rgba(201, 168, 76, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 75% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.bg-green.premium-maiti .section-head {
  position: relative;
  z-index: 1;
}

.bg-green.premium-maiti .section-head h2 {
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  max-width: 20ch;
}

/* ===== Gallery Premium v2 ===== */
.gal.premium-gal {
  gap: 1.2rem;
}

.gal.premium-gal a {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(26, 60, 42, 0.04);
  position: relative;
}

.gal.premium-gal a::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(26, 60, 42, 0.2) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gal.premium-gal a:hover::after {
  opacity: 1;
}

.gal.premium-gal a:hover img {
  transform: scale(1.06);
}

.gal.premium-gal img {
  transition: transform 0.5s ease;
}

/* ===== CTA Premium v2 ===== */
.cta-premium {
  position: relative;
}

.cta-premium h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.cta-premium p {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
}

.cta-premium .btn-ghost {
  border-color: var(--green);
}

/* ===== Reveal Animations ===== */
.reveal-premium {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal-premium.in {
  opacity: 1;
  transform: translateY(0);
}

.reveal-premium-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-premium-left.in {
  opacity: 1;
  transform: translateX(0);
}

.reveal-premium-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-premium-right.in {
  opacity: 1;
  transform: translateX(0);
}

/* ===== Stagger Children ===== */
.stagger-children > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.stagger-children.in > *:nth-child(1) { transition-delay: 0s; }
.stagger-children.in > *:nth-child(2) { transition-delay: 0.1s; }
.stagger-children.in > *:nth-child(3) { transition-delay: 0.2s; }
.stagger-children.in > *:nth-child(4) { transition-delay: 0.3s; }

.stagger-children.in > * {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Responsive ===== */
@media (max-width: 860px) {
  .premium-hero h1 {
    font-size: clamp(2.2rem, 8vw, 3rem);
  }

  .premium-stats .stat {
    padding: 1.5rem 0.8rem;
  }

  .premium-stats .stat .n {
    font-size: 2.8rem;
  }

  .split.premium-about {
    gap: 2rem;
  }

}

/* ===== Dark Mode ===== */
[data-theme="dark"] .premium-stats .stat .n {
  color: #90d4a0;
}
[data-theme="dark"] .premium-stats .stat + .stat::before {
  background: linear-gradient(to bottom, transparent, rgba(109,184,125,0.15), transparent);
}

[data-theme="dark"] .tcard.premium-tcard {
  background: #1c2326;
  border-color: rgba(109, 184, 125, 0.06);
}

[data-theme="dark"] .prod.premium-prod {
  background: #1c2326;
  border-color: rgba(109, 184, 125, 0.06);
}

[data-theme="dark"] .premium-about .about-image-wrap::after {
  opacity: 0.12;
}




/* ===== Chatbot ===== */
.cb-toggle {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green-d);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(26, 60, 42, 0.35);
  z-index: 60;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}
.cb-toggle:hover {
  transform: scale(1.06);
  background: #1a4a2a;
}
.cb-toggle.open {
  background: #c0392b;
}
.cb-widget {
  position: fixed;
  right: 20px;
  bottom: 88px;
  width: 340px;
  max-height: 460px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(0,0,0,0.12);
  z-index: 59;
  display: none;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(45,90,61,0.08);
}
.cb-widget.open {
  display: flex;
}
.cb-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1rem;
  background: var(--green-d);
  color: #fff;
}
.cb-head-title {
  font-weight: 600;
  font-size: 0.9rem;
}
.cb-close {
  background: none;
  border: 0;
  color: rgba(255,255,255,0.7);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.cb-close:hover {
  color: #fff;
}
.cb-body {
  flex: 1;
  padding: 0.8rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: #f8faf8;
  min-height: 200px;
}
.cb-msg {
  max-width: 85%;
  padding: 0.55rem 0.8rem;
  border-radius: 12px;
  font-size: 0.85rem;
  line-height: 1.45;
  animation: cbFadeIn 0.25s ease;
}
.cb-msg.bot {
  align-self: flex-start;
  background: #fff;
  border: 1px solid rgba(45,90,61,0.08);
  color: #2a3a2a;
  border-bottom-left-radius: 4px;
}
.cb-msg.user {
  align-self: flex-end;
  background: var(--green-d);
  color: #fff;
  border-bottom-right-radius: 4px;
}
.cb-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  animation: cbFadeIn 0.3s ease;
}
.cb-opt {
  padding: 0.45rem 0.85rem;
  border-radius: 50px;
  border: 1.5px solid var(--green-d);
  background: transparent;
  color: var(--green-d);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.cb-opt:hover {
  background: var(--green-d);
  color: #fff;
}
@keyframes cbFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

[data-theme="dark"] .cb-widget {
  background: #1a2820;
  border-color: rgba(109,184,125,0.08);
}
[data-theme="dark"] .cb-body {
  background: #141e18;
}
[data-theme="dark"] .cb-msg.bot {
  background: #1a2820;
  border-color: rgba(109,184,125,0.1);
  color: #dde8db;
}
[data-theme="dark"] .cb-opt {
  border-color: #6db87d;
  color: #6db87d;
}
[data-theme="dark"] .cb-opt:hover {
  background: #6db87d;
  color: #1a2820;
}


