:root {
  --pink: #fa34af;
  --lime: #dde73c;
  --blue: #2f629a;
  --purple: #a950a3;
  --white: #fff5ff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--pink); color: var(--blue); font-family: 'Fredoka', system-ui, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 8px 0; background: rgba(250, 52, 175, 0.95); backdrop-filter: blur(8px);
}

.site-header-inner {
  display: flex; justify-content: space-between; align-items: center;
   width: 100%;
   display: flex; justify-content: space-between; align-items: center;
   padding: 0 24px; box-sizing: border-box;
  min-height: 68px; /* ensure consistent header height for vertical centering */
}
.site-nav { display: flex; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--lime); font-family: 'Bangers', cursive; font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1; letter-spacing: 1px; }
.brand-crown { width: clamp(64px, 8vw, 140px); }
.site-nav { display: flex; gap: 30px; }
.site-nav a { color: var(--white); font-size: 1.35rem; font-weight: 800; text-decoration: none; display: inline-flex; align-items: center; height: 100%; }
.site-nav a:hover { color: var(--lime); }
.mobile-menu-button { display: none; border: 0; background: transparent; color: white; font-size: 2rem; cursor: pointer; }

section { padding: 130px 5vw 80px; }
.menu-page { padding: 40px 3vw 80px 3vw; }
.section-pink { background: var(--pink); }
.section-blue { background: var(--blue); }
.hero { min-height: 86vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 36px; }
.hero-copy { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hero h1 { max-width: 620px; margin-bottom: 30px; color: var(--lime); font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1; text-align: center; font-weight: 800; }
.hero-card, .offering-card, .menu-box, .contact-card, .contact-image-card { background: var(--lime); border: 2px solid var(--white); border-radius: 34px; }
.hero-card { width: 100%; max-width: 620px; padding: 24px 32px; text-align: center; font-size: clamp(1rem, 1.6vw, 1.35rem); font-weight: 800; line-height: 1.3; }
.hero-card p + p { margin-top: 18px; }
.hero-art { position: relative; overflow: hidden; }
.hero-art img { width: 100%; max-height: 520px; object-fit: contain; display: block; -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%); mask-image: linear-gradient(to bottom, black 70%, transparent 100%); }

.section-title { display: flex; justify-content: center; align-items: center; gap: 22px; margin-bottom: 36px; }
.section-title img { width: clamp(140px, 10vw, 220px); }
.section-title h2 { color: var(--lime); font-family: 'Bangers', cursive; font-size: clamp(3rem, 6vw, 5rem); letter-spacing: 2px; }
.offering-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1200px; margin: 0 auto; }
.offering-card { padding: 16px 16px 28px; text-align: center; }
.offering-card img { width: 100%; height: 260px; object-fit: cover; border-radius: 22px; }
.offering-card h3, .menu-item h3, .rips-box h3, .combos h3 { color: var(--blue); text-transform: uppercase; font-weight: 900; line-height: 1; }
.offering-card h3 { margin: 18px 0 10px; font-size: 1.9rem; }
.offering-card p { color: var(--pink); font-size: 1.25rem; line-height: 1.32; font-weight: 600; }

.menu-page h2 { margin-bottom: 10px; color: var(--lime); font-size: clamp(4.5rem, 9vw, 8rem); line-height: .8; text-transform: uppercase; font-weight: 900; }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(340px, 1fr)); gap: 10px; }
.menu-column { display: flex; flex-direction: column; gap: 14px; }
.menu-bar { display: grid; grid-template-columns: 1fr auto auto; gap: 32px; align-items: center; padding: 10px 18px; background: var(--blue); color: var(--white); border: 2px solid var(--white); border-radius: 999px; text-transform: uppercase; }
.menu-bar strong { font-size: clamp(1.25rem, 2vw, 1.9rem); line-height: 1; }
.menu-box { padding: 28px 24px; text-align: center; min-height: 360px; }
.menu-box.add-ons { min-height: auto; padding: 22px 22px; }
.menu-item { margin-bottom: 24px; }
.menu-item:last-child { margin-bottom: 0; }
.menu-item h3, .rips-box h3 { font-size: clamp(1.4rem, 2vw, 2rem); }
.menu-item p { margin-top: 4px; color: var(--pink); font-size: clamp(1rem, 1.5vw, 1.35rem); font-weight: 800; }
.add-ons { text-align: left; }
.add-ons p { display: flex; align-items: center; gap: 6px; margin: 8px 0; color: var(--blue); font-size: 1.25rem; text-transform: uppercase; }
.add-ons small { font-size: 0.78em; line-height: 1; margin-left: 4px; text-transform: none; }
.add-ons span { margin-left: auto; font-weight: 900; }
.rips-box { display: grid; gap: 22px; min-height: 170px; place-items: center; }
.combos { position: relative; padding: 28px 26px; }
.combo-row { display: grid; grid-template-columns: 80px 1fr; align-items: flex-start; text-align: left; gap: 14px; margin: 12px 0; }
.combo-icons { font-size: 2rem; line-height: 1; }
.combo-row h3 { font-size: 1.4rem; margin-bottom: 4px; }
.combo-row p, .combo-row small { color: var(--pink); font-weight: 800; }
.save-badge { position: absolute; top: -38px; right: -10px; width: 88px; height: 88px; display: grid; place-items: center; background: var(--purple); color: white; border-radius: 50%; text-align: center; font-weight: 900; transform: rotate(12deg); }

.contact { min-height: 100vh; display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 28px; padding: 80px 5vw 100px; }
.contact-card, .contact-image-card { background: var(--lime); border: 2px solid var(--white); border-radius: 40px; }
.contact-card { padding: 52px 44px; max-width: 100%; min-height: 400px; display: flex; flex-direction: column; justify-content: center; }
.contact-card h2 { margin-bottom: 24px; color: var(--pink); font-size: clamp(4rem, 8vw, 8rem); line-height: .9; }
.contact-line { display: grid; gap: 18px; margin: 16px 0; font-size: 1.55rem; font-weight: 800; }
.contact-line strong { color: var(--blue); min-width: auto; }
.contact-line a { color: var(--blue); text-decoration: underline; }
.contact-image-card { padding: 24px; }
.contact-image-card img { width: 100%; height: 100%; border-radius: 32px; object-fit: cover; display: block; }

@media (max-width: 900px) {
  .site-header { padding: 14px 18px; }
  .mobile-menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--pink); border-top: 1px solid rgba(255,255,255,.35); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 16px 22px; }
  section { padding: 110px 22px 60px; }
  .hero, .offering-grid, .menu-grid, .contact { grid-template-columns: 1fr; }
  .hero h1 { text-align: left; margin-bottom: 26px; }
  .hero-card, .contact-card { padding: 28px 24px; }
  .section-title { flex-direction: column; gap: 6px; }
  .section-title img { width: 140px; }
  .contact-line { align-items: flex-start; flex-direction: column; gap: 8px; font-size: 1.15rem; }
  .combo-row { grid-template-columns: 90px 1fr; }
}
