/* ============================================
   HOME PAGE — SPECIFIC STYLES
   ============================================ */

/* ── Splash Screen ── */
.splash-screen {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at center, #1a7c33 0%, #082610 100%);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  overflow: hidden;
}
.splash-bg-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(230,168,0,0.08) 1px, transparent 1px);
  background-size: 30px 30px;
  animation: pulse-bg 4s infinite alternate;
}
@keyframes pulse-bg {
  0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.05); opacity: 1; }
}
.splash-screen.hidden {
  opacity: 0;
  visibility: hidden;
}
.splash-content {
  text-align: center;
  color: var(--white);
  padding: 0 24px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.splash-logo {
  height: 120px;
  width: auto;
  margin-bottom: 24px;
  filter: brightness(0) invert(1) drop-shadow(0 0 20px rgba(255,255,255,0.4));
  opacity: 0;
  transform: scale(0.9) translateY(20px);
  animation: splash-logo-anim 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.1s;
}
.splash-divider {
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto 24px;
  opacity: 0;
  animation: splash-divider-anim 0.8s ease-out forwards 0.4s;
}
.splash-subtitle {
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--gold);
  text-shadow: 0 4px 12px rgba(0,0,0,0.4);
  opacity: 0;
  transform: translateY(15px);
  animation: splash-sub-anim 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.6s;
}
@keyframes splash-logo-anim {
  to { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes splash-divider-anim {
  to { opacity: 1; width: 120px; }
}
@keyframes splash-sub-anim {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes splash-anim {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.no-scroll {
  overflow: hidden;
}

/* ── Hero ── */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #0f4d20 0%, #1a7c33 40%, #2db84b 80%, #4ed46a 100%);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 72px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  opacity: 0.12;
  background: #fff;
}
.hero-orb-1 { width: 600px; height: 600px; top: -200px; right: -100px; }
.hero-orb-2 { width: 300px; height: 300px; bottom: 100px; left: -80px; }
.hero-orb-3 { width: 150px; height: 150px; top: 30%; right: 30%; }

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 24px 120px;
  position: relative;
  z-index: 1;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.15);
  color: rgba(255,255,255,.95);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-title {
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 8px;
}
.hero-script {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  color: #d4f7de;
  display: block;
}

.hero-sub {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255,255,255,.8);
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.hero-desc {
  color: rgba(255,255,255,.8);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 36px;
}

.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
}
.hero-stat {
  text-align: center;
  padding: 0 24px;
}
.hero-stat:first-child { padding-left: 0; }
.stat-num {
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--white);
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
}
.stat-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255,255,255,.65);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
  display: block;
}
.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.25);
}

/* Hero Visual */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-ice-wrapper {
  position: relative;
  width: 320px;
  height: 320px;
}
.hero-ice-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.2);
  animation: pulse-ring 3s infinite;
}
.hero-ice-emoji {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10rem;
  animation: float 4s ease-in-out infinite;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.3));
}
.hero-floating {
  position: absolute;
  font-size: 2.2rem;
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.2));
}
.hero-f1 { top: -10px; left: 20px;  animation-delay: 0s; }
.hero-f2 { top: 20px;  right: -20px; animation-delay: .5s; }
.hero-f3 { bottom: 10px; left: -10px; animation-delay: 1s; }
.hero-f4 { bottom: -10px; right: 30px; animation-delay: 1.5s; }
.hero-f5 { top: 50%;  left: -30px; animation-delay: 2s; }

/* Wave */
.hero-wave {
  position: absolute;
  bottom: 0; left: 0; right: 0;
}
.hero-wave svg { display: block; width: 100%; height: 80px; }

/* ── Features ── */
.features-section { background: var(--cream); }

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 52px;
}

.feature-card {
  background: var(--white);
  border: 1px solid var(--green-border);
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green-dark), var(--green-light));
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.feature-icon {
  font-size: 2.8rem;
  margin-bottom: 16px;
  animation: float 4s ease-in-out infinite;
}
.feature-card h3 {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--green-dark);
  margin-bottom: 10px;
}
.feature-card p {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.6;
}

/* ── Flavors ── */
.flavors-section { background: linear-gradient(180deg, var(--green-pale) 0%, var(--cream) 100%); }

.flavors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.flavor-card {
  background: var(--white);
  border: 1px solid var(--green-border);
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}
.flavor-card:hover {
  transform: translateX(6px);
  box-shadow: var(--shadow-md);
  border-color: var(--green-mid);
}
.flavor-emoji {
  font-size: 2.8rem;
  flex-shrink: 0;
  animation: float 4s ease-in-out infinite;
}
.flavor-info h4 {
  font-size: 1rem;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.flavor-info p {
  font-size: 0.82rem;
  color: var(--text-soft);
  margin-bottom: 8px;
}
.flavor-price {
  font-size: 1rem;
  font-weight: 900;
  color: var(--green-dark);
}

/* ── Story Banner ── */
.story-banner {
  background: linear-gradient(135deg, #0f4d20, var(--green-dark), #1a6b2c);
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.story-banner-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 30px 30px;
}
.story-banner-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.story-milestones {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.milestone {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  position: relative;
}
.milestone:last-child { border-bottom: none; }
.milestone::before {
  content: '';
  position: absolute;
  left: 60px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--green-light);
  box-shadow: 0 0 0 4px rgba(78,212,106,.2);
}
.milestone-year {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--white);
  width: 55px;
  flex-shrink: 0;
}
.milestone-text {
  font-size: 0.9rem;
  color: rgba(255,255,255,.75);
  padding-left: 24px;
  font-weight: 600;
}

/* ── Testimonials ── */
.testimonials-section { background: var(--cream); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--green-border);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 16px; right: 24px;
  font-size: 5rem;
  font-family: 'Cormorant Garamond', serif;
  color: var(--green-pale);
  line-height: 1;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--green-mid);
}
.stars { font-size: 1.1rem; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial-card > p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
  color: var(--white);
  font-weight: 900;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.testimonial-author strong {
  display: block;
  font-weight: 800;
  color: var(--text-dark);
  font-size: 0.9rem;
}
.testimonial-author span {
  font-size: 0.78rem;
  color: var(--text-soft);
}

/* ── CTA Band ── */
.cta-band {
  background: transparent;
  padding: 80px 0;
}
.cta-band-inner {
  background: linear-gradient(135deg, var(--green-dark), #0f4d20);
  padding: 64px 48px;
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 48px rgba(26,124,51,0.3);
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.cta-band-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .flavors-grid  { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 60px 16px 100px;
  }
  .hero-visual { display: none; }
  .hero-btns { justify-content: center; }
  .hero-stats { justify-content: center; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .flavors-grid  { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .story-banner-inner { grid-template-columns: 1fr; }
  .cta-band-inner { flex-direction: column; text-align: center; }
  .cta-band-actions { justify-content: center; }
}
@media (max-width: 480px) {
  .features-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: center; }
}
