/*
Theme Name: MollyMeow
Theme URI: https://github.com/dimitriparadise/MollyMeow
Author: Dimitri Paradise
Description: Single-page landing site for Molly (Ramen, Poke, Tea) — Great Neck location.
Version: 0.2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mollymeow
*/

:root {
  --molly-pink: #ef2d6e;
  --molly-pink-dark: #c81f57;
  --molly-teal: #4fc3ab;
  --molly-cream: #fdf6ea;
  --molly-dark: #2a1f1a;
  --molly-yellow: #ffd166;
  --radius: 18px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--molly-cream);
  color: var(--molly-dark);
  -webkit-font-smoothing: antialiased;
}

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

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

a { color: inherit; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--molly-pink);
  color: #fff;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 20px rgba(239, 45, 110, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  border: none;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); background: var(--molly-pink-dark); box-shadow: 0 12px 26px rgba(239, 45, 110, 0.4); }
.btn.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: none;
}
.btn.btn-outline:hover { background: rgba(255,255,255,0.15); }
.btn.btn-teal { background: var(--molly-teal); box-shadow: 0 8px 20px rgba(79,195,171,0.35); }
.btn.btn-teal:hover { background: #3aa78f; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253, 246, 234, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(42,31,26,0.08);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-header .logo img { height: 64px; width: auto; }
.site-nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
}
.site-nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--molly-dark);
  letter-spacing: 0.03em;
}
.site-nav a:hover { color: var(--molly-pink); }
.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: var(--molly-dark); }

/* Hero */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--molly-pink) 0%, var(--molly-pink-dark) 55%, #9c1748 100%);
  color: #fff;
  padding: 76px 0 90px;
  overflow: hidden;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}
.hero::before { width: 340px; height: 340px; top: -120px; right: -80px; }
.hero::after { width: 220px; height: 220px; bottom: -100px; left: -60px; background: rgba(79,195,171,0.25); }
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.hero .eyebrow {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.hero h1 {
  font-family: 'Baloo 2', 'Poppins', sans-serif;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  margin: 0 0 16px;
  line-height: 1.1;
}
.hero p.lead {
  max-width: 520px;
  margin: 0 0 28px;
  font-size: 1.08rem;
  opacity: 0.96;
  line-height: 1.6;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-photo {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(0,0,0,0.35);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Section shared */
.section { padding: 84px 0; }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-header .tag {
  display: inline-block;
  color: var(--molly-teal);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-header h2 {
  font-family: 'Baloo 2', 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin: 0 0 14px;
  color: var(--molly-dark);
}
.section-header p { color: #6b5c52; font-size: 1.05rem; line-height: 1.6; margin: 0; }

.section-alt { background: #fff; }

/* Menu grid */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px;
}
.menu-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(42,31,26,0.12);
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.menu-card:hover { transform: translateY(-6px); box-shadow: 0 18px 34px rgba(42,31,26,0.18); }
.menu-card img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; }

.menu-cta { text-align: center; margin-top: 48px; }

/* Location */
.location-section { background: var(--molly-dark); color: #fff; }
.location-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.location-card {
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius);
  padding: 40px;
}
.location-card h3 {
  font-family: 'Baloo 2', 'Poppins', sans-serif;
  font-size: 1.9rem;
  margin: 0 0 18px;
  color: var(--molly-yellow);
}
.location-card p { font-size: 1.05rem; line-height: 1.7; margin: 0 0 8px; color: rgba(255,255,255,0.9); }
.location-card .btn { margin-top: 24px; }
.map-embed { border-radius: var(--radius); overflow: hidden; min-height: 320px; border: 0; }
.map-embed iframe { width: 100%; height: 100%; min-height: 320px; border: 0; }

/* Footer */
.site-footer {
  background: #1c1410;
  color: rgba(255,255,255,0.7);
  text-align: center;
  padding: 32px 0;
  font-size: 0.9rem;
}
.site-footer .logo-mini { height: 40px; margin-bottom: 12px; opacity: 0.9; }

/* About */
.about-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.about-wrap img { border-radius: var(--radius); box-shadow: 0 16px 34px rgba(42,31,26,0.18); }
.about-copy h2 {
  font-family: 'Baloo 2', 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin: 0 0 18px;
}
.about-copy p { color: #6b5c52; line-height: 1.7; font-size: 1.05rem; margin: 0 0 16px; }

@media (max-width: 820px) {
  .about-wrap, .location-wrap { grid-template-columns: 1fr; }
  .about-wrap { text-align: center; }
  .about-wrap img { order: -1; display: block; margin: 0 auto; max-width: 400px; width: 100%; }

  .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 28px; }
  .hero p.lead { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-photo { order: -1; max-width: 340px; margin: 0 auto; aspect-ratio: 4 / 3; }
}

@media (max-width: 720px) {
  .site-header .container { padding-top: 8px; padding-bottom: 8px; }
  .site-header .logo img { height: 48px; }
  .site-nav { position: fixed; top: 68px; left: 0; right: 0; background: var(--molly-cream); flex-direction: column; padding: 20px 24px; box-shadow: 0 12px 20px rgba(0,0,0,0.08); transform: translateY(-150%); opacity: 0; transition: all 0.2s ease; z-index: 40; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; }
  .site-nav ul { flex-direction: column; gap: 16px; }
  .nav-toggle { display: block; }

  .hero { padding: 28px 0 40px; }
  .hero .eyebrow { margin-bottom: 12px; }
  .hero h1 { font-size: 2rem; margin-bottom: 12px; }
  .hero p.lead { font-size: 1rem; margin-bottom: 20px; }
  .hero-photo { max-width: 260px; margin-bottom: 4px; }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { flex: 1 1 auto; justify-content: center; padding: 13px 20px; font-size: 0.92rem; white-space: nowrap; }

  .section { padding: 48px 0; }
  .section-header { margin-bottom: 32px; }
  .about-copy .btn { width: 100%; justify-content: center; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .location-card { padding: 28px 22px; }
}

@media (max-width: 380px) {
  .hero-actions { flex-direction: column; }
}

@media (max-width: 380px) {
  .hero-actions { flex-direction: column; }
}
