/* ==========================================================================
   SUN & SIEVE - Premium Mustard Oil Brand Stylesheet
   Mobile-First, Responsive & Modern Design
   ========================================================================== */

:root {
  /* Brand Color Palette */
  --brand-gold: #e59d00;
  --brand-gold-dark: #b87b00;
  --brand-gold-light: #fff2cc;
  --brand-amber: #d97706;
  --brand-yellow-oil: #f5b027;
  --brand-black-oil: #1e1b18;
  --brand-leaf: #2e7d32;
  --brand-leaf-light: #e8f5e9;
  --brand-dark: #1f1b16;
  --brand-brown: #3e2723;
  --brand-cream: #fbf9f4;
  --brand-cream-dark: #f3efe6;
  --brand-white: #ffffff;
  --brand-text-dark: #23201d;
  --brand-text-muted: #6b655d;
  
  /* UI Helpers */
  --shadow-sm: 0 2px 8px rgba(35, 32, 29, 0.06);
  --shadow-md: 0 6px 20px rgba(35, 32, 29, 0.08);
  --shadow-lg: 0 12px 35px rgba(35, 32, 29, 0.12);
  --shadow-gold: 0 8px 25px rgba(229, 157, 0, 0.25);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 50px;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Base Setup */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  color: var(--brand-text-dark);
  background-color: var(--brand-cream);
  overflow-x: hidden;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .brand-font {
  font-family: 'Outfit', 'Playfair Display', serif;
  font-weight: 700;
  color: var(--brand-dark);
  letter-spacing: -0.02em;
}

a {
  text-decoration: none;
  transition: var(--transition);
}

/* Top Notification / Micro Bar */
.top-bar {
  background: var(--brand-dark);
  color: #d1c7b8;
  font-size: 0.85rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar a {
  color: #e59d00;
}

.top-bar a:hover {
  color: #fff;
}

.top-bar-badge {
  background: rgba(229, 157, 0, 0.2);
  color: #f5b027;
  padding: 2px 10px;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Navbar */
.navbar-custom {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
  padding: 12px 0;
  transition: var(--transition);
}

.navbar-custom.scrolled {
  padding: 8px 0;
  box-shadow: var(--shadow-md);
}

.brand-logo-img {
  max-height: 52px;
  width: auto;
  object-fit: contain;
  transition: var(--transition);
}

@media (max-width: 576px) {
  .brand-logo-img {
    max-height: 42px;
  }
}

.nav-link {
  font-weight: 600;
  font-size: 1rem;
  color: var(--brand-dark) !important;
  padding: 8px 16px !important;
  border-radius: var(--radius-pill);
  position: relative;
  transition: var(--transition);
}

.nav-link:hover, .nav-link.active {
  color: var(--brand-gold-dark) !important;
  background-color: var(--brand-gold-light);
}

/* Inner Page Header / Banner */
.page-banner {
  background: linear-gradient(135deg, rgba(20, 16, 11, 0.94) 0%, rgba(35, 26, 15, 0.88) 100%), url('../Images/hero_mustard_field.jpg') center/cover no-repeat;
  color: #fff;
  padding: 60px 0 50px 0;
  position: relative;
  border-bottom: 3px solid var(--brand-gold);
}

.page-banner-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.breadcrumb-custom {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

.breadcrumb-custom a {
  color: #f5b027;
}

.breadcrumb-custom .separator {
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumb-custom .active {
  color: #e5dfd5;
}

/* Mission & Story Elements */
.mission-box-hero {
  background: linear-gradient(145deg, #241d15 0%, #15110c 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 45px 35px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(229, 157, 0, 0.3);
  box-shadow: var(--shadow-lg);
}

.mission-box-hero::after {
  content: '"';
  position: absolute;
  bottom: -40px;
  right: 20px;
  font-size: 180px;
  font-family: 'Playfair Display', serif;
  color: rgba(229, 157, 0, 0.06);
  line-height: 1;
  pointer-events: none;
}

.objective-card-lg {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--brand-gold);
  height: 100%;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.objective-card-lg:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-top-color: var(--brand-leaf);
}

.objective-card-lg .obj-number {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  color: rgba(229, 157, 0, 0.18);
  font-family: 'Outfit', sans-serif;
}

.obj-icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--brand-gold-light);
  color: var(--brand-amber);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.stat-box-gold {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 24px 20px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(229, 157, 0, 0.2);
}

.stat-box-gold .stat-value {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--brand-amber);
  line-height: 1.1;
  margin-bottom: 4px;
}

/* Hero Carousel */
.hero-slider-section {
  position: relative;
  background-color: var(--brand-dark);
  overflow: hidden;
}

.carousel-item {
  min-height: 580px;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 768px) {
  .carousel-item {
    min-height: 520px;
  }
}

@media (max-width: 480px) {
  .carousel-item {
    min-height: 480px;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 16, 11, 0.88) 0%, rgba(20, 16, 11, 0.65) 50%, rgba(20, 16, 11, 0.85) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 60px 0 90px 0;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(229, 157, 0, 0.2);
  border: 1px solid rgba(229, 157, 0, 0.5);
  color: #f5b027;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-title {
  font-size: clamp(2rem, 5.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
}

.hero-title .highlight {
  color: #f5b027;
  position: relative;
  display: inline-block;
}

.hero-desc {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #e5dfd5;
  margin-bottom: 30px;
  max-width: 620px;
  font-weight: 400;
}

.carousel-indicators {
  bottom: 25px;
  margin-bottom: 0;
  z-index: 3;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f5b027;
  opacity: 0.4;
  margin: 0 6px;
  border: 0;
  transition: var(--transition);
}

.carousel-indicators .active {
  width: 32px;
  border-radius: 12px;
  opacity: 1;
}

/* Custom Buttons */
.btn-brand-primary {
  background: linear-gradient(135deg, #f5b027 0%, #d97706 100%);
  color: #fff !important;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  border: none;
  box-shadow: var(--shadow-gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.btn-brand-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(229, 157, 0, 0.4);
  color: #fff !important;
}

.btn-brand-outline {
  background: transparent;
  color: #fff !important;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.btn-brand-outline:hover {
  background: #fff;
  color: var(--brand-dark) !important;
  border-color: #fff;
  transform: translateY(-3px);
}

.btn-brand-outline-dark {
  background: transparent;
  color: var(--brand-dark) !important;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: var(--radius-pill);
  border: 2px solid var(--brand-gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.btn-brand-outline-dark:hover {
  background: var(--brand-gold);
  color: #fff !important;
}

/* Feature Highlights Bar */
.features-section {
  padding: 30px 0 10px 0;
  position: relative;
  z-index: 5;
}

.features-strip {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin-top: 0;
  position: relative;
  z-index: 5;
  padding: 24px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
}

.feature-icon-box {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: var(--brand-gold-light);
  color: var(--brand-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.feature-text h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.feature-text p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--brand-text-muted);
}

/* Section Header */
.section-badge {
  display: inline-block;
  background: var(--brand-gold-light);
  color: var(--brand-gold-dark);
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--brand-text-muted);
  max-width: 650px;
}

/* Product Cards */
.product-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: var(--shadow-sm);
  padding: 24px;
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-gold);
}

.product-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}

.tag-black {
  background: #1e1b18;
  color: #f5b027;
}

.tag-yellow {
  background: #fff2cc;
  color: #b87b00;
}

.product-img-wrapper {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 10px;
  background: radial-gradient(circle, rgba(251, 249, 244, 0.8) 0%, rgba(255, 255, 255, 1) 70%);
  border-radius: var(--radius-md);
}

.product-img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.product-card:hover .product-img {
  transform: scale(1.06);
}

.product-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 18px 0;
}

.size-pill {
  background: var(--brand-cream-dark);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--brand-text-dark);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
}

.product-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 0.9rem;
}

.product-features-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: var(--brand-text-muted);
}

.product-features-list li i {
  color: var(--brand-leaf);
}

/* Mission & Promise Card */
.promise-card {
  background: linear-gradient(145deg, #241d15 0%, #17130e 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(229, 157, 0, 0.2);
}

.promise-card::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(229, 157, 0, 0.15) 0%, rgba(0,0,0,0) 70%);
  top: -100px;
  right: -100px;
  border-radius: 50%;
}

.promise-quote {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-style: italic;
  color: #f5b027;
  font-family: 'Playfair Display', serif;
  margin-bottom: 20px;
}

/* Objectives Grid */
.objective-box {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--brand-gold);
  height: 100%;
  transition: var(--transition);
}

.objective-box:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-left-color: var(--brand-leaf);
}

.objective-number {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--brand-gold);
  margin-bottom: 8px;
}

/* Extraction / Process Section */
.process-step {
  text-align: center;
  position: relative;
  padding: 20px 10px;
}

.process-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--brand-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--brand-gold-dark);
  margin-bottom: 16px;
  box-shadow: var(--shadow-sm);
}

/* Floating Badges */
.floating-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 12px 20px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
}

.floating-badge i {
  font-size: 2rem;
  color: var(--brand-leaf);
}

/* Call to Action Banner */
.cta-banner {
  background: linear-gradient(135deg, #1f1b16 0%, #3e2723 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 48px 32px;
  position: relative;
  overflow: hidden;
}

.cta-banner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  background: url('../Products/Banner_Make_the_rigth_Choice.jpeg') center/cover no-repeat;
  opacity: 0.25;
  pointer-events: none;
}

@media (max-width: 768px) {
  .cta-banner {
    padding: 32px 20px;
  }
}

/* Mobile Quick Action Bar */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 16px;
  z-index: 1000;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .mobile-bottom-bar {
    display: flex;
    justify-content: space-around;
    gap: 10px;
  }
  
  body {
    padding-bottom: 65px;
  }
}

.mobile-action-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
}

/* Footer */
.footer-main {
  background: var(--brand-dark);
  color: #bbb0a0;
  padding-top: 60px;
  padding-bottom: 30px;
  border-top: 3px solid var(--brand-gold);
}

.footer-title {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: var(--brand-gold);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-links a {
  color: #bbb0a0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-links a:hover {
  color: var(--brand-gold);
  transform: translateX(4px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.85rem;
}

/* ==========================================================================
   Scroll Animations & Entry-Level Visual Effects
   ========================================================================== */

/* Perspective for 3D flip-up and dynamic scroll transitions */
body {
  perspective: 1200px;
}

.reveal-init {
  opacity: 0;
  will-change: transform, opacity;
}

.reveal-visible {
  opacity: 1;
}

/* Fallback if JS takes a second or for no-js */
@media (prefers-reduced-motion: reduce) {
  .reveal-init {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Visual Glow & Particle Badges */
.pulse-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  animation: pulseGold 2.8s infinite;
}

@keyframes pulseGold {
  0% { box-shadow: 0 0 0 0 rgba(229, 157, 0, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(229, 157, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(229, 157, 0, 0); }
}

/* Image Shimmer & Polish */
.product-img-wrapper {
  position: relative;
  overflow: hidden;
}

.product-img-wrapper::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    60deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 80%
  );
  transform: rotate(30deg) translateY(-100%);
  transition: transform 0.8s ease;
}

.product-card:hover .product-img-wrapper::after {
  transform: rotate(30deg) translateY(100%);
}

