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

:root {
  --bg: #fff8fb;
  --bg-soft: #fffdf8;
  --pink: #ff90b3;
  --pink-dark: #ff6d9b;
  --yellow: #ffe48a;
  --peach: #ffc7b2;
  --lavender: #d9c7ff;
  --mint: #c7f1e6;
  --blue: #cfe8ff;
  --text: #5a4a57;
  --text-soft: #7b6876;
  --white: #ffffff;
  --border: rgba(255, 144, 179, 0.18);
  --shadow: 0 18px 40px rgba(241, 156, 187, 0.16);
  --radius-lg: 28px;
  --radius-md: 20px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background:
    radial-gradient(circle at top left, #fff0f6 0%, transparent 30%),
    radial-gradient(circle at top right, #fff8d9 0%, transparent 28%),
    linear-gradient(180deg, #fffafc 0%, #fffdf8 100%);
  color: var(--text);
  line-height: 1.6;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.top-bar {
  text-align: center;
  padding: 0.8rem 1rem;
  background: linear-gradient(90deg, #ffd8e6, #fff0b3, #dff8f0);
  color: #7a5670;
  font-size: 0.95rem;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
  background: rgba(255, 250, 252, 0.88);
  border-bottom: 1px solid rgba(255, 144, 179, 0.14);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 0;
  gap: 1rem;
}

.logo {
  text-decoration: none;
  color: var(--pink-dark);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.nav-links a {
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  transition: 0.2s ease;
}

.nav-links a:hover {
  color: var(--pink-dark);
}

.hero {
  padding: 5rem 0 4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--pink-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-copy h1,
.section-heading h2,
.menu-preview-copy h2,
.events-copy h2,
.visit-card h2 {
  line-height: 1.08;
  margin-bottom: 1rem;
}

.hero-copy h1 {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  max-width: 10ch;
}

.hero-text,
.section-heading p,
.menu-preview-copy p,
.events-copy p,
.visit-card p,
.order-card p,
.flavor-card p,
.extra-card p,
.review-card p {
  color: var(--text-soft);
}

.hero-text {
  max-width: 560px;
  font-size: 1.05rem;
  margin-bottom: 1.4rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.btn {
  display: inline-block;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.primary-btn {
  background: var(--pink);
  color: white;
}

.secondary-btn {
  background: white;
  color: var(--text);
  border: 2px solid #ffd9e6;
}

.ghost-btn {
  background: #fff7cc;
  color: #7d654f;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.mini-pill {
  padding: 0.55rem 0.9rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-weight: 700;
  color: var(--text);
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.ice-cream-stack {
  position: relative;
  width: 270px;
  height: 360px;
}

.cherry {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #ff5f7d;
  border-radius: 50%;
  top: 24px;
  left: 122px;
  z-index: 5;
  box-shadow: 0 8px 18px rgba(255, 95, 125, 0.22);
}

.cherry::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 26px;
  background: #7fbf7f;
  top: -16px;
  left: 13px;
  transform: rotate(-20deg);
}

.scoop {
  position: absolute;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  box-shadow: inset 0 -12px 18px rgba(255, 255, 255, 0.28);
}

.scoop-pink {
  background: #ffabc6;
  top: 40px;
  left: 70px;
  z-index: 4;
}

.scoop-yellow {
  background: #ffe48a;
  top: 95px;
  left: 28px;
  z-index: 3;
}

.scoop-lavender {
  background: #d7c2ff;
  top: 95px;
  left: 112px;
  z-index: 2;
}

.cone {
  position: absolute;
  left: 60px;
  bottom: 22px;
  width: 0;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 165px solid #deab78;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.1));
}

section {
  padding: 4rem 0;
}

.section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.2rem;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.card-grid {
  display: grid;
  gap: 1.4rem;
}

.four-grid {
  grid-template-columns: repeat(4, 1fr);
}

.three-grid {
  grid-template-columns: repeat(3, 1fr);
}

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

.flavor-card,
.order-card,
.extra-card,
.review-card,
.visit-card,
.events-card,
.menu-category {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.flavor-dot {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.strawberry { background: #ff9db8; }
.lemon { background: #ffe37d; }
.cookie { background: #d0a07a; }
.mint { background: #bfeedd; }

.flavor-card h3,
.order-card h3,
.extra-card h3,
.menu-category h3,
.events-card h3 {
  margin-bottom: 0.65rem;
}

.tag {
  display: inline-block;
  margin-top: 1rem;
  background: #fff1f6;
  color: var(--pink-dark);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.menu-preview {
  background: linear-gradient(180deg, rgba(255, 244, 248, 0.6), rgba(255, 250, 237, 0.6));
}

.menu-preview-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.preview-bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.bubble {
  padding: 1rem 1.2rem;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  font-weight: 800;
  color: var(--text);
}

.menu-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.menu-category ul {
  list-style: none;
  margin-top: 0.8rem;
}

.menu-category li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px dashed rgba(255, 144, 179, 0.18);
  color: var(--text-soft);
}

.menu-category li:last-child {
  border-bottom: none;
}

.menu-category span {
  color: var(--text);
  font-weight: 700;
}

.order-list,
.events-list {
  margin: 1rem 0 1.2rem 1.1rem;
  color: var(--text-soft);
}

.extra-card span {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 800;
  color: var(--pink-dark);
}

.events-grid,
.visit-grid {
  display: grid;
  gap: 1.5rem;
}

.events-grid {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.package-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--pink-dark);
  margin-bottom: 0.75rem;
}

.price-pill {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #fff0b8;
  color: #7b6443;
  font-weight: 800;
}

.visit-grid {
  grid-template-columns: repeat(3, 1fr);
}

.site-footer {
  padding: 2.5rem 0;
  background: rgba(255, 241, 246, 0.75);
  border-top: 1px solid rgba(255, 144, 179, 0.14);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 1.5rem;
}

.site-footer h3 {
  color: var(--pink-dark);
  margin-bottom: 0.6rem;
}

.site-footer a {
  color: var(--text);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--pink-dark);
}

@media (max-width: 1000px) {
  .hero-grid,
  .menu-preview-grid,
  .events-grid,
  .menu-categories,
  .visit-grid,
  .footer-grid,
  .four-grid,
  .three-grid,
  .two-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .nav {
    flex-direction: column;
  }

  .nav-links {
    justify-content: center;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .ice-cream-stack {
    transform: scale(0.88);
  }
}