/* ============================================================
   GLOBAL
============================================================ */

:root {
  --bg-main: #050307;
  --text-main: #ffffff;
  --text-muted: #d0cce0;
  --accent: #ff2f92;
  --accent-soft: #ff8de0;
  --accent-alt: #41f0ff;
  --card-bg: #0c0712;
  --border-subtle: #23172f;
}

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

html,
body {
  margin: 0;
  padding: 0;
  background: #000;
  color: var(--text-main);
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  position: relative;
  z-index: 2;
  background: transparent;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================
   SPACE BACKGROUND — DENSE STARS, HUGE AURORAS, GALAXY, PLANETS, UFOS
============================================================ */

.space-scene {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: #000;
  overflow: hidden;
}

/* ⭐ VERY DENSE STARFIELDS */

.space-scene::before,
.space-scene::after {
  content: "";
  position: absolute;
  inset: 0;
}

/* Foreground bright stars + clusters */
.space-scene::before {
  background:
    radial-gradient(1.4px 1.4px at 4% 8%, rgba(255,255,255,0.95) 0, transparent 60%),
    radial-gradient(1.4px 1.4px at 10% 26%, rgba(255,255,255,0.85) 0, transparent 60%),
    radial-gradient(1.4px 1.4px at 20% 16%, rgba(255,255,255,0.9) 0, transparent 60%),
    radial-gradient(1.4px 1.4px at 30% 32%, rgba(255,255,255,0.9) 0, transparent 60%),
    radial-gradient(1.4px 1.4px at 40% 12%, rgba(255,255,255,0.9) 0, transparent 60%),
    radial-gradient(1.4px 1.4px at 52% 26%, rgba(255,255,255,0.9) 0, transparent 60%),
    radial-gradient(1.4px 1.4px at 64% 18%, rgba(255,255,255,0.9) 0, transparent 60%),
    radial-gradient(1.4px 1.4px at 76% 10%, rgba(255,255,255,0.95) 0, transparent 60%),
    radial-gradient(1.4px 1.4px at 88% 22%, rgba(255,255,255,0.95) 0, transparent 60%),
    radial-gradient(1.4px 1.4px at 94% 8%, rgba(255,255,255,0.9) 0, transparent 60%),

    radial-gradient(1.2px 1.2px at 6% 54%, rgba(255,255,255,0.85) 0, transparent 60%),
    radial-gradient(1.2px 1.2px at 18% 70%, rgba(255,255,255,0.9) 0, transparent 60%),
    radial-gradient(1.2px 1.2px at 32% 78%, rgba(255,255,255,0.9) 0, transparent 60%),
    radial-gradient(1.2px 1.2px at 46% 64%, rgba(255,255,255,0.88) 0, transparent 60%),
    radial-gradient(1.2px 1.2px at 60% 80%, rgba(255,255,255,0.9) 0, transparent 60%),
    radial-gradient(1.2px 1.2px at 72% 66%, rgba(255,255,255,0.9) 0, transparent 60%),
    radial-gradient(1.2px 1.2px at 84% 74%, rgba(255,255,255,0.9) 0, transparent 60%),
    radial-gradient(1.2px 1.2px at 94% 60%, rgba(255,255,255,0.95) 0, transparent 60%),

    radial-gradient(50px 50px at 20% 40%, rgba(255,255,255,0.12) 0, transparent 70%),
    radial-gradient(60px 60px at 72% 22%, rgba(255,255,255,0.12) 0, transparent 70%);
  opacity: 0.7;
  animation: starTwinkle 22s ease-in-out infinite alternate;
}

/* Deep field dimmer stars */
.space-scene::after {
  background:
    radial-gradient(0.9px 0.9px at 2% 32%, rgba(255,255,255,0.55) 0, transparent 55%),
    radial-gradient(0.9px 0.9px at 12% 44%, rgba(255,255,255,0.48) 0, transparent 55%),
    radial-gradient(0.9px 0.9px at 26% 52%, rgba(255,255,255,0.5) 0, transparent 55%),
    radial-gradient(0.9px 0.9px at 40% 46%, rgba(255,255,255,0.45) 0, transparent 55%),
    radial-gradient(0.9px 0.9px at 56% 38%, rgba(255,255,255,0.48) 0, transparent 55%),
    radial-gradient(0.9px 0.9px at 70% 48%, rgba(255,255,255,0.5) 0, transparent 55%),
    radial-gradient(0.9px 0.9px at 86% 42%, rgba(255,255,255,0.5) 0, transparent 55%),
    radial-gradient(0.9px 0.9px at 96% 50%, rgba(255,255,255,0.45) 0, transparent 55%),

    radial-gradient(0.9px 0.9px at 4% 84%, rgba(255,255,255,0.45) 0, transparent 55%),
    radial-gradient(0.9px 0.9px at 18% 92%, rgba(255,255,255,0.48) 0, transparent 55%),
    radial-gradient(0.9px 0.9px at 34% 88%, rgba(255,255,255,0.45) 0, transparent 55%),
    radial-gradient(0.9px 0.9px at 52% 90%, rgba(255,255,255,0.45) 0, transparent 55%),
    radial-gradient(0.9px 0.9px at 70% 90%, rgba(255,255,255,0.48) 0, transparent 55%),
    radial-gradient(0.9px 0.9px at 88% 88%, rgba(255,255,255,0.45) 0, transparent 55%);
  opacity: 0.4;
  animation: starTwinkle2 32s ease-in-out infinite alternate;
}

@keyframes starTwinkle {
  0%   { opacity: 0.5; transform: translateY(0); }
  50%  { opacity: 0.95; transform: translateY(-0.9%); }
  100% { opacity: 0.55; transform: translateY(0.6%); }
}

@keyframes starTwinkle2 {
  0%   { opacity: 0.3; transform: translateY(0); }
  50%  { opacity: 0.7; transform: translateY(1.2%); }
  100% { opacity: 0.35; transform: translateY(0); }
}

/* shared object base */

.space-obj {
  position: absolute;
  pointer-events: none;
}

/* 🔮 HUGE AURORAS (ultra) */

.aurora-cloud,
.aurora-cloud-2 {
  opacity: 0.4;
  filter: blur(6px);
}

.aurora-cloud {
  width: 900px;
  top: 0%;
  right: 0%;
  left: auto;
  transform: rotate(-5deg);
  opacity: 0.3;
  filter: blur(14px);
  animation: auroraDrift1 110s ease-in-out infinite alternate;
}

.aurora-cloud-2 {
  width: 800px;
  top: auto;
  bottom: 15%;
  right: auto;
  left: 20%;
  transform: rotate(10deg);
  opacity: 0.3;
  filter: blur(12px);
  animation: auroraDrift2 140s ease-in-out infinite alternate;
}

@keyframes auroraDrift1 {
  0% { transform: translateX(-4%) translateY(0%) rotate(-20deg); }
  50% { transform: translateX(5%) translateY(4%) rotate(-14deg); }
  100% { transform: translateX(-2%) translateY(-3%) rotate(-22deg); }
}

@keyframes auroraDrift2 {
  0% { transform: translateX(0%) translateY(6%) rotate(12deg); }
  50% { transform: translateX(10%) translateY(0%) rotate(8deg); }
  100% { transform: translateX(4%) translateY(8%) rotate(14deg); }
}

/* 🌌 GALAXY — TOP LEFT BEHIND HERO */

.galaxy-core {
  width: 400px;
  top: 25%;
  left: 15%;
  opacity: 0.4;
  filter: blur(1px) drop-shadow(0 0 24px rgba(255,255,255,0.15));
  transform: rotate(-10deg);
  animation: galaxyDrift 160s ease-in-out infinite alternate;
}

@keyframes galaxyDrift {
  0% {
    transform: translate(0%,0%) rotate(-12deg);
    opacity: 0.36;
  }
  50% {
    transform: translate(5%,4%) rotate(-6deg);
    opacity: 0.5;
  }
  100% {
    transform: translate(2%,-2%) rotate(-14deg);
    opacity: 0.4;
  }
}

/* 🪐 PLANETS — spread across page, not clustered */

.planet-blue,
.planet-green,
.planet-red,
.planet-pink {
  opacity: 0.8;
  filter: drop-shadow(0 0 14px rgba(255,255,255,0.22));
}

/* Top right corner */
.planet-blue {
  width: 70px;
  top: 6%;
  right: 6%;
  left: auto;
}

/* Left side - upper third */
.planet-green {
  width: 55px;
  top: 18%;
  left: 4%;
  right: auto;
  bottom: auto;
}

/* Right side - middle of page */
.planet-red {
  width: 90px;
  top: 45%;
  right: 4%;
  left: auto;
  bottom: auto;
}

/* Left side - lower third */
.planet-pink {
  width: 110px;
  top: 72%;
  left: 3%;
  right: auto;
  bottom: auto;
}

/* 🛸 UFOS — faster, staggered, with glow trails */

.ufo-ship {
  opacity: 0;
  filter: drop-shadow(0 0 16px rgba(132,255,255,0.55)) blur(0);
}

.ufo-1 {
  width: 220px;
  animation: ufoPath1 60s linear infinite;
  animation-delay: 0s;
}

.ufo-2 {
  width: 180px;
  animation: ufoPath2 60s linear infinite;
  animation-delay: 20s;
}

.ufo-3 {
  width: 140px;
  animation: ufoPath3 60s linear infinite;
  animation-delay: 40s;
}

.ufo-ship::after {
  content: "";
  position: absolute;
  left: -15%;
  top: 40%;
  width: 130%;
  height: 55%;
  background: radial-gradient(
    ellipse at 0% 50%,
    rgba(255,255,255,0.45) 0,
    rgba(163,255,255,0.30) 15%,
    rgba(163,255,255,0) 60%
  );
  filter: blur(12px);
  opacity: 0.5;
  pointer-events: none;
}

/* UFO TRAILS ANIMATION */

.ufo-1::after {
  animation: ufoTrail 60s linear infinite;
  animation-delay: 0s;
}
.ufo-2::after {
  animation: ufoTrail 60s linear infinite;
  animation-delay: 20s;
}
.ufo-3::after {
  animation: ufoTrail 60s linear infinite;
  animation-delay: 40s;
}

@keyframes ufoTrail {
  0%, 4%   { opacity: 0; }
  8%, 20%  { opacity: 0.45; }
  24%,100% { opacity: 0; }
}

/* UFO FLIGHT PATHS */

@keyframes ufoPath1 {
  0%   { transform: translate(-25vw,-18vh) rotate(-18deg); opacity: 0; }
  3%   { transform: translate(-15vw,-10vh) rotate(-14deg); opacity: 1; }
  5%   { transform: translate(-8vw,-4vh)  rotate(-10deg); opacity: 1; }
  10%  { transform: translate(15vw,4vh)   rotate(-4deg);  opacity: 1; }
  15%  { transform: translate(38vw,12vh)  rotate(4deg);   opacity: 1; }
  20%  { transform: translate(65vw,28vh)  rotate(10deg);  opacity: 1; }
  22%  { transform: translate(85vw,45vh)  rotate(14deg);  opacity: 1; }
  25%  { transform: translate(130vw,110vh) rotate(22deg); opacity: 0; }
  100% { opacity: 0; }
}

@keyframes ufoPath2 {
  0%   { transform: translate(130vw,-16vh) rotate(22deg); opacity: 0; }
  3%   { transform: translate(115vw,-8vh)  rotate(16deg); opacity: 1; }
  5%   { transform: translate(108vw,-2vh)  rotate(12deg); opacity: 1; }
  10%  { transform: translate(84vw,6vh)    rotate(4deg);  opacity: 1; }
  15%  { transform: translate(60vw,18vh)   rotate(-2deg); opacity: 1; }
  20%  { transform: translate(36vw,32vh)   rotate(-8deg); opacity: 1; }
  22%  { transform: translate(15vw,45vh)   rotate(-12deg);opacity: 1; }
  25%  { transform: translate(-30vw,110vh) rotate(-20deg);opacity: 0; }
  100% { opacity: 0; }
}

@keyframes ufoPath3 {
  0%   { transform: translate(-25vw,55vh) rotate(-6deg);  opacity: 0; }
  3%   { transform: translate(-12vw,52vh) rotate(-2deg);  opacity: 1; }
  5%   { transform: translate(-6vw,48vh)  rotate(0deg);   opacity: 1; }
  10%  { transform: translate(20vw,38vh)  rotate(6deg);   opacity: 1; }
  15%  { transform: translate(46vw,26vh)  rotate(12deg);  opacity: 1; }
  20%  { transform: translate(74vw,10vh)  rotate(18deg);  opacity: 1; }
  22%  { transform: translate(90vw,0vh)   rotate(20deg);  opacity: 1; }
  25%  { transform: translate(140vw,-30vh)rotate(28deg);  opacity: 0; }
  100% { opacity: 0; }
}

/* ============================================================
   HEADER / NAV
============================================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: transparent;
  backdrop-filter: none;
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}

.site-header.scrolled {
  background: linear-gradient(to bottom,#050307e6,#050307b5,transparent);
  backdrop-filter: blur(18px);
}

.header-inner {
  height: 240px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  gap: 40px;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding-top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header.scrolled .header-inner {
  height: 100px;
  padding-top: 10px;
  align-items: center;
}

.nav-left,
.nav-right {
  margin-top: 30px;
  transition: margin-top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header.scrolled .nav-left,
.site-header.scrolled .nav-right {
  margin-top: 0;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  flex: 1;
}

.nav-left a {
  transition: color 0.3s ease;
  position: relative;
}

.nav-left a:hover {
  color: #fff;
}

.nav-left a.active {
  color: var(--accent-soft);
}

.nav-left a.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}

.nav-right a.active {
  background: var(--accent-soft);
}

.nav-center {
  display: flex;
  justify-content: center;
  flex: 1;
}

.header-logo {
  height: 190px;
  width: auto;
  transform-origin: center center;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header.scrolled .header-logo {
  transform: scale(0.42);
  height: 190px;
  margin: -55px 0;
}

.nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.nav-socials {
  display: flex;
  gap: 12px;
}

.nav-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav-socials a:hover {
  color: var(--accent);
  transform: translateY(-2px);
}

/* BUTTONS */

.btn-pill {
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.btn-primary {
  background:
    radial-gradient(circle at 10% 0,#fff,#ffeaff) padding-box,
    linear-gradient(135deg,var(--accent-soft),var(--accent)) border-box;
  color: #150311;
  box-shadow: 0 10px 30px rgba(255,47,146,0.65);
}

.btn-primary:hover {
  box-shadow: 0 14px 38px rgba(255,47,146,0.85);
}

.btn-ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
}

/* ============================================================
   HERO
============================================================ */

.hero {
  position: relative;
  padding: 30px 0 200px;
  text-align: center;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Floating Product Images */
.hero-products {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-product {
  position: absolute;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 15px 40px rgba(0,0,0,0.6));
}

/* Country Loaf - LEFT top, closest to text */
.product-1 {
  width: 140px;
  height: 140px;
  top: -2%;
  left: 12%;
  animation: floatProduct1 8s ease-in-out infinite;
}

/* Moon Rocks - LEFT middle, closer to text */
.product-4 {
  width: 100px;
  height: 100px;
  top: 28%;
  left: 6%;
  animation: floatProduct4 7.5s ease-in-out infinite;
}

/* Cosmic Crumble - LEFT bottom, closest to text */
.product-5 {
  width: 115px;
  height: 115px;
  top: 52%;
  left: 12%;
  animation: floatProduct5 8.5s ease-in-out infinite;
}

/* Chocolate Chunk - RIGHT top, closest to text */
.product-2 {
  width: 130px;
  height: 130px;
  top: -2%;
  right: 12%;
  animation: floatProduct2 7s ease-in-out infinite;
}

/* PB Core - RIGHT middle, closer to text */
.product-3 {
  width: 100px;
  height: 100px;
  top: 28%;
  right: 6%;
  animation: floatProduct3 9s ease-in-out infinite;
}

/* Apple Pie - RIGHT bottom, closest to text */
.product-6 {
  width: 115px;
  height: 115px;
  top: 52%;
  right: 12%;
  animation: floatProduct6 9.5s ease-in-out infinite;
}

@keyframes floatProduct1 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-35px) rotate(8deg); }
}

@keyframes floatProduct2 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-30px) rotate(-8deg); }
}

@keyframes floatProduct3 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-32px) rotate(12deg); }
}

@keyframes floatProduct4 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-28px) rotate(-10deg); }
}

@keyframes floatProduct5 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-30px) rotate(7deg); }
}

@keyframes floatProduct6 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-38px) rotate(-7deg); }
}

.hero-logo-wrap {
  width: 300px;
  height: 300px;
  margin: 0 auto 26px;
  border-radius: 40px;
  padding: 3px;
  background:
    radial-gradient(circle at 8% 0,#ff9fe1,transparent 60%),
    radial-gradient(circle at 90% 100%,#57dfff,transparent 60%);
  box-shadow:
    0 18px 50px rgba(0,0,0,0.9),
    0 0 60px rgba(255,47,146,0.65);
}

.hero-logo {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  object-fit: cover;
}

.hero-kicker {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: var(--accent-soft);
  margin-bottom: 16px;
}

.hero-kicker span {
  display: inline;
}

.hero-kicker-location::before {
  content: " • ";
}

.hero-title span {
  display: block;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: clamp(38px,4.3vw,56px);
  letter-spacing: 0.18em;
  background: linear-gradient(180deg,#ffffff,#ffd8ff,#ff69b6);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero-subtitle {
  max-width: 580px;
  margin: 18px auto 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.7;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.hero-menu-btn-mobile {
  display: none;
}

/* ============================================================
   FEATURES
============================================================ */

.features {
  padding: 20px 0 70px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 26px;
}

.feature-card {
  padding: 22px;
  border-radius: 20px;
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 20px 40px rgba(0,0,0,0.85);
}

.feature-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 12px;
  background: radial-gradient(circle at 30% 20%,#fff,var(--accent));
  box-shadow: 0 0 18px rgba(255,47,146,0.8);
}

.feature-card h3 {
  margin: 0 0 8px;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 300;
}

.feature-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
}

/* ============================================================
   OUR STORY
============================================================ */

.story {
  padding: 80px 0;
}

.story-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.story-content .section-title-wrap {
  margin-bottom: 24px;
}

.story-headline {
  font-family: "Londrina Solid", sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0 0 24px;
}

.story-text {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 16px;
}

.story-text:last-child {
  margin-bottom: 0;
}

.story-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.story-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255,47,146,0.25) 0%, transparent 70%);
  border-radius: 50%;
}

.story-img {
  position: relative;
  width: 280px;
  height: auto;
  z-index: 1;
}

@media (max-width: 900px) {
  .story-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .story-visual {
    order: -1;
  }
  
  .story-headline {
    font-size: 26px;
  }
  
  .story-img {
    width: 200px;
  }
}

/* ============================================================
   STELLAR MENU
============================================================ */

/* Scroll offset for anchor links */
#menu {
  scroll-margin-top: 80px;
}

#story {
  scroll-margin-top: 20px;
}

#notify {
  scroll-margin-top: 80px;
}

.stellar {
  padding: 20px 0 70px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 22px;
}

.section-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-slashes {
  color: var(--accent);
  font-size: 28px;
}

.section-title {
  font-family: "Londrina Solid", sans-serif;
  font-size: 22px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-link {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  cursor: pointer;
}

/* ============================================================
   FULL-WIDTH SHOWCASE MENU
============================================================ */

.section-header-center {
  text-align: center;
  margin-bottom: 50px;
}

.section-header-center .section-title-wrap {
  justify-content: center;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 14px;
  margin-top: 8px;
  letter-spacing: 0.05em;
}

.showcase-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.showcase-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 220px;
  overflow: hidden;
}

.showcase-item.showcase-reverse {
  direction: rtl;
}

.showcase-item.showcase-reverse > * {
  direction: ltr;
}

.showcase-img {
  position: relative;
  overflow: hidden;
  background: var(--card-bg);
}

.showcase-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.showcase-item:hover .showcase-img img {
  transform: scale(1.05);
}

.showcase-tag {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 8px 16px;
  font-size: 11px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: var(--accent);
  color: #000;
  font-weight: 600;
  z-index: 2;
}

.showcase-reverse .showcase-tag {
  left: auto;
  right: 24px;
}

.showcase-tag-seasonal {
  background: #ffcc00;
}

.showcase-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 80px;
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
}

.showcase-name {
  font-family: "Londrina Solid", sans-serif;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.showcase-desc {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-muted);
  margin: 0 0 30px;
  max-width: 450px;
}

.showcase-price {
  font-size: 28px;
  font-weight: 600;
  color: var(--accent-soft);
}

/* Coming Soon Card */
.showcase-coming-soon {
  border: 2px dashed rgba(255, 47, 146, 0.4);
  border-radius: 16px;
  opacity: 0.85;
}

.showcase-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(12, 7, 18, 0.9), rgba(30, 15, 40, 0.8));
}

.showcase-placeholder-icon {
  font-size: 80px;
  opacity: 0.6;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.showcase-tag-coming {
  background: linear-gradient(135deg, #6b21a8, #9333ea);
}

@media (max-width: 900px) {
  .showcase-item {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  
  .showcase-item.showcase-reverse {
    direction: ltr;
  }
  
  .showcase-img {
    height: 280px;
  }

  .showcase-img img {
    object-fit: cover;
    object-position: center;
  }
  
  .showcase-content {
    padding: 30px 20px;
  }
  
  .showcase-name {
    font-size: 24px;
  }
  
  .showcase-desc {
    font-size: 14px;
  }
  
  .showcase-price {
    font-size: 22px;
  }
  
  .showcase-tag {
    top: 16px;
    left: 16px;
  }
  
  .showcase-reverse .showcase-tag {
    left: 16px;
    right: auto;
  }
}

.menu-shape-triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 34px solid #fff;
}

.menu-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.menu-price {
  color: var(--accent-soft);
  font-weight: 600;
}

/* ============================================================
   STRAP
============================================================ */

.strap {
  margin: 40px 0;
  overflow: hidden;
}

.strap-bar {
  background: var(--accent);
  box-shadow: 0 22px 60px rgba(0,0,0,0.9);
}

.strap-inner {
  display: inline-block;
  white-space: nowrap;
  padding: 18px 0;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: scrollStrap 25s linear infinite;
}

@keyframes scrollStrap {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ============================================================
   FORMS SECTION (SIGNUP + LOCAL ORDER)
============================================================ */

.forms-section {
  padding: 80px 0;
}

.forms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.signup-wrapper {
  position: relative;
  padding: 40px 35px;
  border-radius: 30px;
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 30px 80px rgba(0,0,0,0.8);
  overflow: hidden;
  height: 100%;
}

.signup-glow {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255,47,146,0.3) 0%, transparent 70%);
  pointer-events: none;
}

.signup-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.signup-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.signup-title {
  font-family: "Londrina Solid", sans-serif;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.signup-subtitle {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 30px;
}

.signup-subtitle a {
  color: var(--accent);
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.signup-subtitle a:hover {
  opacity: 0.8;
}

.signup-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  position: relative;
}

.form-group input {
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input::placeholder {
  color: var(--text-muted);
}

.form-group input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 20px rgba(255,47,146,0.2);
}

.form-group input.error {
  border-color: #ff4444;
}

.form-error {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 11px;
  color: #ff4444;
}

.form-group input.error + .form-error {
  display: block;
}

.signup-btn {
  margin-top: 10px;
  padding: 16px 32px;
  font-size: 12px;
}

.signup-btn .btn-loading {
  display: none;
}

.signup-btn.loading .btn-text {
  display: none;
}

.signup-btn.loading .btn-loading {
  display: inline;
}

.signup-success {
  display: none;
  text-align: center;
  padding: 20px 0;
}

.signup-success.show {
  display: block;
}

.signup-form.hidden {
  display: none;
}

.success-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.signup-success h3 {
  font-family: "Londrina Solid", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  color: var(--accent-soft);
}

.signup-success p {
  color: var(--text-muted);
  margin: 0;
}

/* Social Links */
.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border-subtle);
  color: var(--text-muted);
  transition: all 0.3s ease;
}

.social-link:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-3px);
}

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

/* Forms Socials Section */
.forms-socials {
  margin-top: 40px;
  text-align: center;
}

.forms-socials-label {
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.forms-socials-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.forms-socials-links .social-link {
  width: 50px;
  height: 50px;
}

.forms-socials-links .social-link svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 900px) {
  .forms-section {
    padding: 50px 0 120px;
  }

  .forms-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .forms-socials {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .signup-wrapper {
    padding: 30px 24px;
  }
  
  .signup-title {
    font-size: 20px;
  }
}

/* LOCAL ORDER FORM */
.local-order-wrapper {
  position: relative;
  padding: 40px 35px;
  border-radius: 30px;
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 30px 80px rgba(0,0,0,0.8);
  overflow: hidden;
  height: 100%;
}

.local-order-glow {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(65, 240, 255, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.local-order-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.local-order-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.local-order-title {
  font-family: "Londrina Solid", sans-serif;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.local-order-subtitle {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 30px;
}

.local-order-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.local-order-form input {
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.local-order-form input::placeholder {
  color: var(--text-muted);
}

.local-order-form input:focus {
  outline: none;
  border-color: var(--accent-alt);
  box-shadow: 0 0 20px rgba(65, 240, 255, 0.2);
}

.local-order-form input.error {
  border-color: #ff4444;
}

.local-order-form textarea {
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  resize: vertical;
  min-height: 100px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.local-order-form textarea::placeholder {
  color: var(--text-muted);
}

.local-order-form textarea:focus {
  outline: none;
  border-color: var(--accent-alt);
  box-shadow: 0 0 20px rgba(65, 240, 255, 0.2);
}

.local-order-form textarea.error {
  border-color: #ff4444;
}

.local-order-btn {
  margin-top: 10px;
  padding: 16px 32px;
  font-size: 12px;
}

.local-order-btn .btn-loading {
  display: none;
}

.local-order-btn.loading .btn-text {
  display: none;
}

.local-order-btn.loading .btn-loading {
  display: inline;
}

.local-order-success {
  display: none;
  text-align: center;
  padding: 20px 0;
}

.local-order-success.show {
  display: block;
}

.local-order-form.hidden {
  display: none;
}

.local-order-success h3 {
  font-family: "Londrina Solid", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  color: var(--accent-alt);
}

.local-order-success p {
  color: var(--text-muted);
  margin: 0;
}

@media (max-width: 600px) {
  .local-order-wrapper {
    padding: 30px 24px;
  }
  
  .local-order-title {
    font-size: 20px;
  }
}

/* ============================================================
   FOOTER
============================================================ */

.site-footer {
  padding: 26px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-brand {
  font-family: "Londrina Solid", sans-serif;
  letter-spacing: 0.32em;
  font-size: 12px;
  text-transform: uppercase;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.footer-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.footer-copy {
  margin: 0;
  font-size: 11px;
  color: var(--text-muted);
}

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 900px) {
  .site-header {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #050307f0, #050307d0, transparent);
    backdrop-filter: blur(18px);
    transition: transform 0.3s ease;
  }

  .site-header.scrolled {
    background: linear-gradient(to top, #050307f0, #050307d0, transparent);
  }

  .site-header.header-hidden {
    transform: translateY(120%);
  }

  .header-inner {
    height: 100px;
    flex-wrap: nowrap;
    padding: 10px 15px;
    gap: 0;
    align-items: center;
    justify-content: space-between;
  }

  .nav-left,
  .nav-right {
    margin-top: 0;
    flex: 1;
  }

  .nav-left {
    display: flex;
    gap: 12px;
    font-size: 9px;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .nav-left a {
    white-space: nowrap;
  }

  .nav-center {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    padding: 0 15px;
  }

  .header-logo {
    height: 100px;
    margin-top: 8px;
  }

  .nav-right {
    flex: 1;
    justify-content: flex-end;
    gap: 10px;
    padding-right: 5px;
  }

  .nav-socials {
    display: none;
  }

  .hero-menu-btn {
    display: none;
  }

  .hero-menu-btn-mobile {
    display: inline-block;
  }

  .hero {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .hero-kicker span {
    display: block;
  }

  .hero-kicker-location::before {
    content: "";
  }

  .stellar {
    padding: 5px 0 20px;
  }

  .story {
    padding: 40px 0;
  }

  .signup {
    padding: 50px 0 120px;
  }

  .strap {
    margin: 30px 0;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .menu-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .visit-layout {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: 120px;
  }

  /* Mobile Social Banner */
  .mobile-social-banner {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 16px;
    background: linear-gradient(135deg, rgba(255, 47, 146, 0.3), rgba(65, 240, 255, 0.2));
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 47, 146, 0.3);
    transition: transform 0.3s ease;
  }

  .mobile-social-banner.banner-hidden {
    transform: translateY(-100%);
  }

  .mobile-social-text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-muted);
    white-space: nowrap;
  }

  .mobile-social-links {
    display: flex;
    gap: 12px;
  }

  .mobile-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    transition: all 0.3s ease;
  }

  .mobile-social-links a:hover,
  .mobile-social-links a:active {
    background: var(--accent);
    border-color: var(--accent);
    transform: scale(1.1);
  }
}

@media (max-width: 600px) {
  .hero-logo-wrap {
    width: 240px;
    height: 240px;
  }

  .hero-products {
    display: none;
  }

  .section-subtitle {
    display: none;
  }

  #notify {
    scroll-margin-top: 20px;
  }

  #story {
    scroll-margin-top: 20px;
  }

  #menu {
    scroll-margin-top: 20px;
  }

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .strap-inner {
    font-size: 14px;
    letter-spacing: 0.16em;
  }
}

/* ============================================================
   BACK TO TOP BUTTON
============================================================ */

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 18px;
  background: rgba(12, 7, 18, 0.85);
  border: 1px solid rgba(255, 47, 146, 0.4);
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  backdrop-filter: blur(10px);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  border-color: var(--accent);
}

.back-to-top-rocket {
  font-size: 24px;
  transition: transform 0.4s ease;
}

.back-to-top.launching .back-to-top-rocket {
  animation: rocketLaunch 0.6s ease-out forwards;
}

.back-to-top-text {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-muted);
}

@keyframes rocketLaunch {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-15px) scale(1.2);
  }
  100% {
    transform: translateY(-40px) scale(0.8);
    opacity: 0;
  }
}

/* Mobile back-to-top override - must be after main styles */
@media (max-width: 900px) {
  .back-to-top {
    bottom: 110px;
    right: 15px;
  }
}

/* Mobile social banner base (hidden on desktop) */
.mobile-social-banner {
  display: none;
}
