/* ==========================================================================
   NEVAS 300ML "COMING SOON" - LUXURY 3D ROMANTIC SUNSET LANDING PAGE
   ========================================================================== */

:root {
  --color-peach: #F8A36C;
  --color-coral: #F97D6A;
  --color-soft-pink: #F76CA9;
  --color-rose-pink: #E85DA6;
  --color-orange: #FF7028;
  --color-bright-orange: #FF8A3D;

  --color-cream: #FFF2D9;
  --color-pink: #FF539B;
  --color-gold: #FFE66D;
  --color-white: #FFFFFF;
  --color-green-olive: #8A9A3B;

  --font-serif: 'Playfair Display', Georgia, serif;
  --font-script: 'Caveat', cursive;
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;

  --transition-smooth: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html, body {
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: var(--font-sans);
  background-color: var(--color-orange);
  color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
}

/* App Wrapper */
.landing-container {
  position: relative;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

/* Background Gradients & Glow Layers */
.gradient-bg {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, 
    #F8A36C 0%, 
    #F97D6A 18%, 
    #F76CA9 42%, 
    #E85DA6 65%, 
    #FF7028 85%, 
    #FF8A3D 100%
  );
  z-index: 1;
  pointer-events: none;
  background-size: 100% 120%;
  animation: gradientShift 16s ease-in-out infinite alternate;
}

@keyframes gradientShift {
  0% { background-position: 0% 0%; }
  100% { background-position: 0% 100%; }
}

.ambient-glow-top {
  position: fixed;
  top: -12%;
  left: 15%;
  width: 65vw;
  height: 55vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 163, 108, 0.45) 0%, rgba(249, 125, 106, 0.3) 45%, transparent 75%);
  filter: blur(80px);
  z-index: 2;
  pointer-events: none;
  animation: ambientFloat 14s ease-in-out infinite alternate;
}

.ambient-glow-bottom {
  position: fixed;
  bottom: -15%;
  right: 10%;
  width: 70vw;
  height: 60vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 112, 40, 0.5) 0%, rgba(255, 138, 61, 0.38) 55%, transparent 80%);
  filter: blur(90px);
  z-index: 2;
  pointer-events: none;
  animation: ambientFloat 16s ease-in-out infinite alternate-reverse;
}

@keyframes ambientFloat {
  0% { opacity: 0.7; transform: translateY(0) scale(0.95); }
  100% { opacity: 1; transform: translateY(-30px) scale(1.08); }
}

.vignette-overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, transparent 35%, rgba(255, 112, 40, 0.45) 100%);
  z-index: 3;
  pointer-events: none;
}

/* Organic Blob Frames in 4 Corners */
.blob-frame {
  position: fixed;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 15px 30px rgba(255, 112, 40, 0.3));
}

.blob-top-left {
  top: -10px;
  left: -10px;
  width: min(220px, 18vw);
  height: min(220px, 18vw);
}

.blob-top-left .blob-outer { fill: #D53D87; opacity: 0.85; }
.blob-top-left .blob-inner { fill: #FF5E97; }

.blob-bottom-left {
  bottom: -10px;
  left: -10px;
  width: min(300px, 25vw);
  height: min(350px, 28vw);
}

.blob-bottom-left .blob-green-outer { fill: #FF7028; opacity: 0.85; }
.blob-bottom-left .blob-green-inner { fill: #FF8A3D; }

.blob-top-right {
  top: -10px;
  right: -10px;
  width: min(300px, 25vw);
  height: min(300px, 25vw);
}

.blob-top-right .blob-orange-top { fill: #FF539B; opacity: 0.95; }

.blob-bottom-right {
  bottom: -10px;
  right: -10px;
  width: min(320px, 26vw);
  height: min(320px, 26vw);
}

.blob-bottom-right .blob-orange-bottom { fill: #FF7028; }

/* Fullscreen Fixed Particle Canvas */
#heartCanvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  pointer-events: auto;
  cursor: pointer;
}

/* ==========================================================================
   SECTION 1: HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 6;
  overflow: hidden;
}

.content-wrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 3vh 6vw 6vh 6vw;
  display: flex;
  align-items: center;
}

.left-section {
  width: 42%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 20;
  padding-top: 45px;
  pointer-events: auto;
}

/* Small Subtitle Header */
.small-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.78rem, 0.92vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 2.5px;
  color: #FFFFFF;
  text-shadow: 0 2px 12px rgba(180, 40, 10, 0.9);
  text-transform: uppercase;
  margin-bottom: 1rem;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.gold-text {
  color: #FFE66D;
  text-shadow: 0 0 16px rgba(255, 230, 109, 0.8), 0 2px 8px rgba(180, 40, 10, 0.9);
}

.header-heart-icon {
  width: 18px;
  height: 18px;
  margin-left: 2px;
  filter: drop-shadow(0 0 8px rgba(255, 230, 109, 0.9));
  animation: heartPulse 2s ease-in-out infinite;
}

@keyframes heartPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

/* Main Display Headline */
.main-headline {
  font-family: var(--font-serif);
  font-size: clamp(3.6rem, 6.4vw, 6.8rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -2px;
  margin-bottom: 0.5rem;
}

.headline-coming {
  display: block;
  color: #FFFFFF;
  text-shadow: 0 4px 25px rgba(160, 30, 10, 0.9), 0 0 30px rgba(255, 255, 255, 0.5);
}

.headline-soon {
  display: block;
  color: #FFE66D;
  text-shadow: 0 4px 25px rgba(180, 40, 10, 0.95), 0 0 40px rgba(255, 230, 109, 0.8);
}

/* Handwritten Script Sub-headline */
.script-wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0.2rem;
  margin-bottom: 1.8rem;
  overflow: visible;
}

.script-gold {
  font-family: var(--font-script);
  font-size: clamp(2.4rem, 3.6vw, 4rem);
  font-weight: 700;
  color: #FFE66D;
  text-shadow: 0 2px 12px rgba(180, 40, 10, 0.9);
}

.script-pink-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 18px 0; /* Generous headroom clearance so waving letters never clip */
  margin: -18px 0;
  overflow: visible;
}

.script-pink {
  font-family: var(--font-script);
  font-size: clamp(2.4rem, 3.8vw, 4.4rem);
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 0 3px 18px rgba(180, 40, 10, 0.95), 0 0 25px rgba(255, 83, 155, 0.8);
}

/* Sinusoidal Wave Animation - 100% Un-clipped Visible Overflows */
.wave-text {
  display: inline-flex;
  max-width: 100%;
  overflow: visible; /* NO clipping or frame cut-offs! */
}

.wave-char {
  display: inline-block;
  animation: textWave 1.15s ease-in-out infinite alternate;
  animation-delay: calc(var(--i) * 0.042s);
  will-change: transform;
}

@keyframes textWave {
  0% { transform: translateY(4px); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(6px); }
}

.swoosh-underline {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 22px;
  filter: drop-shadow(0 2px 8px rgba(255, 230, 109, 0.8));
}

/* CTA Pill Button (STATIONARY) */
.cta-wrapper {
  margin-bottom: 1.6rem;
}

.cta-pill-button.stationary-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  min-height: 48px;
  border-radius: 50px;
  background: rgba(180, 40, 10, 0.75);
  border: 1.5px solid #FFE66D;
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 2px;
  cursor: default;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  transform: none !important;
}

.cta-text { z-index: 2; color: #FFFFFF; }
.cta-heart { font-size: 1.1rem; z-index: 2; }

/* Social Icons */
.social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--color-white);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon-btn svg { width: 20px; height: 20px; }

.social-icon-btn:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.8);
}

/* Right Column - Rocket Stage */
.right-section {
  width: 58%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
  pointer-events: none;
}

.bottle-stage {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottle-wrapper {
  position: relative;
  width: min(580px, 54vw);
  height: min(960px, 88vh);
  transform-origin: center center;
  transform: rotate(0deg) translateY(-10px) translateZ(0);
  animation: bottleHover 5s ease-in-out infinite alternate;
  pointer-events: auto;
  will-change: transform;
}

@keyframes bottleHover {
  0% { transform: translateY(-10px) translateZ(0); }
  50% { transform: translateY(-25px) translateZ(0); }
  100% { transform: translateY(-8px) translateZ(0); }
}

.nevas-bottle-element {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.rocket-img-asset {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 35px 55px rgba(0, 0, 0, 0.75));
}

/* Rocket Thruster Ignition */
.rocket-thruster-ignition {
  position: absolute;
  top: 85.5%;
  left: 44.8%;
  transform-origin: top center;
  transform: translateX(-50%) rotate(22deg);
  width: 190px;
  height: 190px;
  z-index: 2;
  pointer-events: none;
}

.thruster-core-flame {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 130px;
  border-radius: 50% 50% 50% 50% / 20% 20% 80% 80%;
  background: radial-gradient(ellipse at top, #FFFFFF 0%, #FFFF99 28%, #FFA500 62%, #FF2E93 86%, transparent 100%);
  box-shadow: 0 0 50px #FFFFFF, 0 0 90px #FFA500, 0 0 140px #FF2E93, 0 0 190px #FF5E97;
  animation: flameFlicker 0.15s ease-in-out infinite alternate;
}

.thruster-outer-glow {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 165, 0, 0.85) 30%, rgba(255, 46, 147, 0.6) 60%, transparent 80%);
  filter: blur(24px);
  animation: glowPulse 1.2s ease-in-out infinite alternate;
}

.thruster-heat-haze {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 190px;
  border-radius: 40% 40% 60% 60% / 30% 30% 70% 70%;
  background: radial-gradient(ellipse at top, rgba(255, 200, 80, 0.5) 0%, rgba(255, 165, 0, 0.35) 40%, rgba(255, 46, 147, 0.2) 70%, transparent 95%);
  filter: blur(18px);
  opacity: 0.85;
  animation: heatHazeFlicker 0.2s ease-in-out infinite alternate;
}

@keyframes flameFlicker {
  0% { transform: translateX(-50%) scale(0.96, 0.94); opacity: 0.92; }
  100% { transform: translateX(-50%) scale(1.04, 1.08); opacity: 1; }
}

@keyframes glowPulse {
  0% { transform: translateX(-50%) scale(0.95); opacity: 0.78; }
  100% { transform: translateX(-50%) scale(1.15); opacity: 1; }
}

@keyframes heatHazeFlicker {
  0% { transform: translateX(-50%) scale(0.92, 0.95); opacity: 0.75; }
  100% { transform: translateX(-50%) scale(1.08, 1.05); opacity: 0.95; }
}

/* Scroll Down Indicator */
.scroll-down-wrapper {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 25;
  text-decoration: none;
  cursor: pointer;
}

.mouse-icon {
  width: 24px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

.mouse-wheel {
  width: 4px;
  height: 8px;
  background-color: var(--color-white);
  border-radius: 4px;
  position: absolute;
  top: 6px;
  animation: mouseScroll 2s ease-in-out infinite;
}

@keyframes mouseScroll {
  0% { transform: translateY(0); opacity: 1; }
  80% { transform: translateY(14px); opacity: 0; }
  81% { transform: translateY(0); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

.scroll-text {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
}

/* ==========================================================================
   SECTION 2: SPLIT-FLAP MECHANICAL COUNTDOWN TIMER SECTION
   ========================================================================== */
.countdown-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8vh 4vw;
  z-index: 6;
}

.countdown-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 8;
  pointer-events: auto;
  width: 100%;
  max-width: 1200px;
}

.countdown-heading { margin-bottom: 0.6rem; }

.gold-script-title {
  display: block;
  font-family: var(--font-script);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  color: #FFE66D;
  text-shadow: 0 2px 14px rgba(180, 40, 10, 0.9);
}

.white-serif-title {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 900;
  letter-spacing: 4px;
  color: #FFFFFF;
  text-shadow: 0 4px 25px rgba(160, 30, 10, 0.95);
}

.launch-date-subtitle {
  font-size: clamp(0.8rem, 1.2vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 3px;
  color: #FFE66D;
  margin-bottom: 3.5rem;
  text-shadow: 0 0 14px rgba(255, 230, 109, 0.8), 0 2px 8px rgba(180, 40, 10, 0.9);
}

.split-flap-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 36px);
  flex-wrap: wrap;
  margin-bottom: 2.2rem;
  width: 100%;
}

.timer-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.digits-pair {
  display: flex;
  gap: 8px;
}

.flap-card {
  position: relative;
  width: clamp(54px, 8.5vw, 95px);
  height: clamp(75px, 12vw, 135px);
  background: linear-gradient(180deg, #1C65E3 0%, #1551BA 50%, #0E3C8E 100%);
  border-radius: 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  perspective: 400px;
  transform: translateZ(0);
}

.card-num {
  font-family: var(--font-sans);
  font-size: clamp(2.6rem, 6.5vw, 5.8rem);
  font-weight: 800;
  color: var(--color-white);
  line-height: 1;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.flap-divider {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.15);
  transform: translateY(-50%);
  z-index: 5;
}

.flap-divider::before, .flap-divider::after {
  content: '';
  position: absolute;
  top: -4px;
  width: 6px;
  height: 10px;
  background-color: var(--color-orange);
  border-radius: 2px;
}

.flap-divider::before { left: -1px; }
.flap-divider::after { right: -1px; }

.flap-card.flip .card-num {
  animation: cardFlip 0.4s var(--transition-smooth);
}

@keyframes cardFlip {
  0% { transform: rotateX(0deg); }
  50% { transform: rotateX(-90deg); opacity: 0.5; }
  100% { transform: rotateX(0deg); opacity: 1; }
}

.timer-label {
  font-size: clamp(0.72rem, 1vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
}

/* Non-Button Interactive Caption Indicator Below Countdown */
.pop-hearts-hint {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 2.5px;
  color: #FFE66D;
  text-shadow: 0 0 14px rgba(255, 230, 109, 0.8), 0 2px 8px rgba(180, 40, 10, 0.9);
  pointer-events: none;
  animation: hintPulse 2.8s ease-in-out infinite alternate;
  max-width: 92vw;
}

.hint-sparkle { font-size: 1rem; }
.hint-heart { font-size: 1rem; }
.hint-text { text-transform: uppercase; }

@keyframes hintPulse {
  0% { opacity: 0.75; transform: scale(0.98); }
  100% { opacity: 1; transform: scale(1.04); }
}

/* Fade In Animations */
.animate-fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s var(--transition-smooth) forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }

@keyframes fadeInUp {
  to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   MOBILE-ONLY PERFORMANCE & HARDWARE ACCELERATION (< 768px)
   ========================================================================== */
@media (max-width: 767px) {
  /* Fast GPU-accelerated glow layers without heavy CPU filter blurs */
  .ambient-glow-top {
    filter: none;
    background: radial-gradient(circle, rgba(248, 163, 108, 0.4) 0%, rgba(249, 125, 106, 0.2) 50%, transparent 80%);
  }

  .ambient-glow-bottom {
    filter: none;
    background: radial-gradient(circle, rgba(255, 112, 40, 0.45) 0%, rgba(255, 138, 61, 0.25) 55%, transparent 85%);
  }

  .thruster-outer-glow {
    filter: blur(12px);
  }

  .thruster-heat-haze {
    filter: blur(10px);
  }
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* Tablet Breakpoint (768px - 1023px) */
@media (max-width: 1023px) {
  .hero-section {
    min-height: 100vh;
  }

  .content-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: auto;
    padding: 2vh 4vw 4vh 4vw;
  }

  .left-section {
    width: 100%;
    align-items: center;
    text-align: center;
    padding-top: 10px;
  }

  .right-section {
    width: 100%;
    height: 48vh;
    min-height: 380px;
  }

  .bottle-wrapper {
    width: min(440px, 70vw);
    height: min(720px, 46vh);
  }

  .main-headline {
    font-size: clamp(3rem, 7.2vw, 4.8rem);
  }

  .script-gold {
    font-size: clamp(2rem, 4.2vw, 3.2rem);
  }

  .script-pink {
    font-size: clamp(2.2rem, 4.4vw, 3.5rem);
  }

  .blob-top-left {
    width: 160px;
    height: 160px;
  }

  .blob-top-right {
    width: 180px;
    height: 180px;
  }
}

/* Mobile Landscape & Medium Phones (480px - 767px) */
@media (max-width: 767px) {
  .content-wrapper {
    padding: 1vh 4vw 3vh 4vw;
  }

  .right-section {
    height: 42vh;
    min-height: 320px;
  }

  .bottle-wrapper {
    width: min(360px, 78vw);
    height: min(580px, 40vh);
  }

  .rocket-thruster-ignition {
    width: 150px;
    height: 150px;
  }

  .thruster-core-flame {
    width: 62px;
    height: 100px;
  }

  .small-header {
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    gap: 5px;
  }

  .main-headline {
    font-size: clamp(2.5rem, 9vw, 3.6rem);
    letter-spacing: -1px;
  }

  .script-gold {
    font-size: clamp(1.7rem, 5.5vw, 2.5rem);
  }

  .script-pink {
    font-size: clamp(1.8rem, 5.8vw, 2.8rem);
  }

  .split-flap-timer {
    gap: 10px;
  }

  .digits-pair {
    gap: 5px;
  }

  .flap-card {
    width: clamp(40px, 10.5vw, 56px);
    height: clamp(58px, 15vw, 82px);
    border-radius: 10px;
  }

  .card-num {
    font-size: clamp(1.8rem, 7.5vw, 3rem);
  }

  .timer-label {
    font-size: 0.68rem;
    letter-spacing: 1.5px;
  }

  .scroll-down-wrapper {
    bottom: 25px;
  }
}

/* Mobile Portrait & Smallest Phones (320px - 479px) */
@media (max-width: 479px) {
  .content-wrapper {
    padding: 0.5vh 3vw 2vh 3vw;
  }

  .right-section {
    height: 38vh;
    min-height: 270px;
  }

  .bottle-wrapper {
    width: min(290px, 85vw);
    height: min(460px, 36vh);
  }

  .rocket-thruster-ignition {
    width: 120px;
    height: 120px;
  }

  .thruster-core-flame {
    width: 50px;
    height: 80px;
  }

  .left-section {
    padding-top: 5px;
  }

  .small-header {
    font-size: 0.66rem;
    letter-spacing: 1.2px;
    gap: 4px;
  }

  .header-heart-icon {
    width: 14px;
    height: 14px;
  }

  .main-headline {
    font-size: clamp(2.2rem, 10vw, 3rem);
    letter-spacing: -0.8px;
  }

  .script-wrapper {
    gap: 6px;
    justify-content: center;
    margin-bottom: 1.2rem;
  }

  .script-gold {
    font-size: 1.5rem;
  }

  .script-pink {
    font-size: 1.65rem;
  }

  @keyframes textWave {
    0% { transform: translateY(2px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(3px); }
  }

  .swoosh-underline {
    bottom: -6px;
    height: 16px;
  }

  .cta-pill-button.stationary-btn {
    padding: 12px 24px;
    font-size: 0.82rem;
    letter-spacing: 1.5px;
  }

  .social-icon-btn {
    width: 40px;
    height: 40px;
  }

  .social-icon-btn svg {
    width: 18px;
    height: 18px;
  }

  .countdown-section {
    padding: 6vh 3vw 8vh 3vw;
  }

  .launch-date-subtitle {
    letter-spacing: 1.5px;
    font-size: 0.72rem;
    margin-bottom: 2rem;
  }

  .split-flap-timer {
    gap: 6px;
  }

  .digits-pair {
    gap: 3px;
  }

  .flap-card {
    width: clamp(34px, 9.8vw, 44px);
    height: clamp(50px, 14vw, 66px);
    border-radius: 8px;
    border-width: 1px;
  }

  .card-num {
    font-size: clamp(1.5rem, 6.8vw, 2.2rem);
  }

  .timer-label {
    font-size: 0.6rem;
    letter-spacing: 1px;
  }

  .pop-hearts-hint {
    font-size: 0.66rem;
    letter-spacing: 1.2px;
    gap: 6px;
  }

  .blob-top-left {
    width: 120px;
    height: 120px;
  }

  .blob-top-right {
    width: 130px;
    height: 130px;
  }

  .blob-bottom-left {
    width: 160px;
    height: 180px;
  }

  .blob-bottom-right {
    width: 160px;
    height: 160px;
  }

  .scroll-down-wrapper {
    bottom: 15px;
  }
}

/* Ultra Small Devices (320px - 359px) */
@media (max-width: 359px) {
  .small-header {
    font-size: 0.6rem;
    letter-spacing: 1px;
  }

  .main-headline {
    font-size: 2rem;
  }

  .script-gold {
    font-size: 1.3rem;
  }

  .script-pink {
    font-size: 1.45rem;
  }

  .flap-card {
    width: 32px;
    height: 48px;
  }

  .card-num {
    font-size: 1.35rem;
  }

  .digits-pair {
    gap: 2px;
  }

  .split-flap-timer {
    gap: 4px;
  }
}
