:root {
  color-scheme: dark;
  --bg: #10070d;
  --ink: #fff7fb;
  --muted: #ead8e1;
  --champagne: #f3c7cf;
  --rose-gold: #d9909c;
  --pink: #ffb7cf;
  --silver: #f4f2f5;
  --soft-gold: #e8c86a;
  --plum: #2d0c20;
  --glass: rgba(255, 221, 236, 0.105);
  --line: rgba(244, 242, 245, 0.30);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #10070d; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 183, 207, 0.30), transparent 28rem),
    radial-gradient(circle at 78% 8%, rgba(217, 144, 156, 0.34), transparent 26rem),
    radial-gradient(circle at 60% 92%, rgba(244, 242, 245, 0.12), transparent 30rem),
    linear-gradient(135deg, #070407 0%, #27101f 42%, #10070d 100%);
  color: var(--ink);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 199, 219, 0.036) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,0.10) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,0.10) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255,183,207,0.14) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255,183,207,0.14) 75%);
  background-position: 0 0, 0 18px, 18px -18px, -18px 0;
  background-size: 36px 36px;
  mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
}

#sparkles { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
main { position: relative; z-index: 1; }

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 52px;
  position: relative;
}

.aurora { position: absolute; border-radius: 999px; filter: blur(38px); opacity: 0.78; z-index: -1; }
.aurora-one { width: 320px; height: 320px; background: rgba(255, 183, 207, 0.26); left: -80px; top: 14%; }
.aurora-two { width: 380px; height: 380px; background: rgba(217, 144, 156, 0.30); right: -80px; bottom: 8%; }

.eyebrow, .section-kicker {
  color: var(--pink);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  text-shadow: 0 0 18px rgba(255, 183, 207, 0.28);
}

h1, h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.92;
  margin: 0;
  text-wrap: balance;
}

h1 {
  font-size: clamp(4.4rem, 12vw, 9.8rem);
  letter-spacing: -0.07em;
  max-width: 780px;
  text-shadow: 0 0 34px rgba(255, 183, 207, 0.24);
}
h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, #fff7fb, #ffd0df 24%, #d9909c 54%, #f4f2f5 78%, #e8c86a 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.lead {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.75;
  margin: 28px 0 0;
}

.theme-chips, .restaurant-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.theme-chips span, .restaurant-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--silver);
  border: 1px solid rgba(244,242,245,0.30);
  background: linear-gradient(135deg, rgba(255,183,207,0.13), rgba(79, 23, 36, 0.24));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  font-size: 0.82rem;
  font-weight: 800;
}

.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  color: #2a0b17;
  text-decoration: none;
  font-weight: 800;
  background: linear-gradient(135deg, #fff7fb, #ffb7cf 38%, #d9909c 76%, #f1d174);
  box-shadow: 0 18px 48px rgba(255, 183, 207, 0.28), inset 0 1px 0 rgba(255,255,255,0.60);
}
.button.ghost {
  color: var(--ink);
  background: rgba(255, 221, 236, 0.08);
  border: 1px solid var(--line);
  box-shadow: none;
}

.portrait-card {
  justify-self: center;
  position: relative;
  width: min(430px, 100%);
  padding: 16px;
  border: 1px solid rgba(244, 242, 245, 0.34);
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(255,221,236,0.18), rgba(244,242,245,0.07));
  box-shadow: 0 30px 100px rgba(0,0,0,0.48), 0 0 70px rgba(255,183,207,0.14), inset 0 0 0 1px rgba(255,255,255,0.10);
  transform: rotate(1.5deg);
}
.portrait-card::before {
  content: "La Dolce Vita";
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 2;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--silver);
  background: rgba(16, 7, 13, 0.58);
  border: 1px solid rgba(244,242,245,0.28);
  backdrop-filter: blur(12px);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.portrait-frame { overflow: hidden; border-radius: 32px; aspect-ratio: 4 / 5; background: #2a101c; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 26%; display: block; filter: saturate(1.10) contrast(1.03); }
.badge {
  position: absolute;
  right: -18px;
  bottom: 38px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background: radial-gradient(circle at 34% 22%, #ffffff, #ffd0df 30%, #d9909c 62%, #b66d7b 100%);
  color: #2a0b17;
  box-shadow: 0 20px 62px rgba(255, 183, 207, 0.42), 0 0 0 5px rgba(244,242,245,0.16);
  border: 2px solid rgba(244,242,245,0.90);
}
.badge strong { font-family: "Cormorant Garamond", serif; font-size: 4.2rem; line-height: 0.72; }
.badge span { display: block; margin-top: -10px; font-size: 0.76rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }

.marquee {
  display: flex;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(255,183,207,0.10), rgba(244,242,245,0.07), rgba(217,144,156,0.10));
  backdrop-filter: blur(18px);
}
.marquee div { display: flex; min-width: 100%; animation: marquee 28s linear infinite; }
.marquee span { padding: 18px 38px; color: var(--silver); font-family: "Cormorant Garamond", serif; font-size: clamp(1.6rem, 3vw, 2.8rem); white-space: nowrap; text-shadow: 0 0 18px rgba(255,183,207,0.30); }
.marquee span:nth-child(even) { color: var(--pink); }
.marquee span:last-child { color: var(--soft-gold); }
@keyframes marquee { to { transform: translateX(-100%); } }

.toast-section, .gallery-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 130px) 0;
}
.toast-section h2, .gallery-copy h2 { font-size: clamp(3rem, 7vw, 6.8rem); max-width: 980px; }
.toast-section > p, .gallery-copy p { color: var(--muted); font-size: 1.13rem; line-height: 1.8; max-width: 760px; }

.wish-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.wish-grid article {
  border: 1px solid rgba(244, 242, 245, 0.30);
  border-radius: 28px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(255,221,236,0.14), rgba(244,242,245,0.055));
  box-shadow: 0 18px 60px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.07);
}
.wish-grid article::before {
  content: "✦";
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-bottom: 12px;
  color: #2a0b17;
  background: linear-gradient(135deg, var(--silver), var(--pink), var(--rose-gold));
}
.wish-grid article:nth-child(2)::before { content: "🍕"; }
.wish-grid article:nth-child(3)::before { content: "🍷"; }
.wish-grid span { color: var(--pink); font-weight: 900; letter-spacing: 0.18em; }
.wish-grid h3 { margin: 28px 0 10px; font-size: 1.55rem; }
.wish-grid p { color: var(--muted); line-height: 1.65; margin: 0; }

.gallery-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.art-card {
  border: 1px solid rgba(244, 242, 245, 0.34);
  border-radius: 34px;
  overflow: hidden;
  background: var(--glass);
  box-shadow: 0 30px 90px rgba(0,0,0,0.42), 0 0 65px rgba(255,183,207,0.14);
}
.art-card img { width: 100%; display: block; }
.signature {
  display: inline-flex;
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(244, 242, 245, 0.42);
  border-radius: 999px;
  color: var(--silver);
  background: linear-gradient(135deg, rgba(255,183,207,0.13), rgba(244,242,245,0.08));
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.menu-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 106px) 0 clamp(70px, 8vw, 118px);
}
.menu-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.4rem, 4vw, 3.5rem);
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(244, 242, 245, 0.34);
  border-radius: 38px;
  background:
    radial-gradient(circle at 12% 15%, rgba(255,183,207,0.20), transparent 18rem),
    linear-gradient(90deg, rgba(112, 24, 38, 0.13) 0 12px, transparent 12px 24px),
    linear-gradient(145deg, rgba(255,221,236,0.16), rgba(244,242,245,0.055));
  box-shadow: 0 30px 90px rgba(0,0,0,0.36), 0 0 70px rgba(255,183,207,0.13), inset 0 1px 0 rgba(255,255,255,0.08);
  overflow: hidden;
}
.menu-shell::after {
  content: "🍕";
  position: absolute;
  right: clamp(18px, 3vw, 34px);
  top: clamp(18px, 3vw, 34px);
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: rgba(16, 7, 13, 0.52);
  border: 1px solid rgba(244,242,245,0.26);
  box-shadow: 0 18px 40px rgba(0,0,0,0.24);
  font-size: 1.55rem;
}
.menu-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.menu-intro h2 {
  max-width: 560px;
  font-size: clamp(3rem, 6vw, 6rem);
}
.menu-intro p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 520px;
}
.menu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.menu-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.menu-category {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(244, 242, 245, 0.30);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(16,7,13,0.34), rgba(255,221,236,0.09));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07);
}
.menu-category-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.menu-category-head span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--silver), var(--pink), var(--rose-gold));
  box-shadow: 0 12px 34px rgba(255,183,207,0.24);
}
.menu-category h3 {
  margin: 0;
  color: var(--silver);
  font-size: 1.05rem;
}
.menu-category ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-category li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(244,242,245,0.23);
  color: var(--muted);
  line-height: 1.35;
}
.menu-category li:last-child { border-bottom: 0; padding-bottom: 0; }
.menu-category strong {
  flex: 0 0 auto;
  color: var(--pink);
  font-weight: 900;
}

.location-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(80px, 10vw, 140px);
}
.location-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 3.5rem);
  align-items: stretch;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(244, 242, 245, 0.34);
  border-radius: 38px;
  background:
    linear-gradient(90deg, rgba(112, 24, 38, 0.12) 0 12px, transparent 12px 24px),
    linear-gradient(145deg, rgba(255,221,236,0.16), rgba(244,242,245,0.06));
  box-shadow: 0 30px 90px rgba(0,0,0,0.38), 0 0 70px rgba(255,183,207,0.13), inset 0 1px 0 rgba(255,255,255,0.08);
  overflow: hidden;
}
.location-map {
  min-height: 310px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 242, 245, 0.28);
  background:
    radial-gradient(circle at 22% 70%, rgba(132, 152, 93, 0.30), transparent 0 15px, transparent 16px),
    radial-gradient(circle at 78% 28%, rgba(132, 152, 93, 0.26), transparent 0 12px, transparent 13px),
    radial-gradient(circle at 52% 48%, rgba(255,183,207,0.55), transparent 0 10px, rgba(255,183,207,0.18) 11px 72px, transparent 73px),
    linear-gradient(35deg, transparent 45%, rgba(244,242,245,0.30) 45% 48%, transparent 48%),
    linear-gradient(125deg, transparent 28%, rgba(255,183,207,0.28) 28% 31%, transparent 31%),
    linear-gradient(165deg, transparent 58%, rgba(217,144,156,0.26) 58% 61%, transparent 61%),
    radial-gradient(circle at 20% 20%, rgba(244,242,245,0.18), transparent 32%),
    linear-gradient(135deg, rgba(45,12,32,0.92), rgba(96,37,63,0.84));
}
.location-map::before {
  content: "Lucios Pizzeria";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 14px 16px;
  border-radius: 18px;
  color: var(--ink);
  font-weight: 900;
  background: rgba(16, 7, 13, 0.58);
  border: 1px solid rgba(244,242,245,0.26);
  backdrop-filter: blur(12px);
}
.location-map::after {
  content: "🍕";
  position: absolute;
  right: 22px;
  top: 20px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(16, 7, 13, 0.54);
  border: 1px solid rgba(244,242,245,0.26);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
  font-size: 1.5rem;
}
.map-pin {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 10%;
  rotate: -45deg;
  color: #2a0b17;
  font-size: 1.6rem;
  background: radial-gradient(circle at 32% 25%, #ffffff, #ffd0df 34%, #d9909c 72%, #e8c86a 100%);
  box-shadow: 0 18px 52px rgba(255,183,207,0.45);
  border: 2px solid rgba(244,242,245,0.85);
}
.map-pin::first-letter { rotate: 45deg; }
.location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(10px, 2vw, 22px);
}
.location-copy h2 {
  font-size: clamp(3rem, 6vw, 6.2rem);
}
.location-copy p {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 650px;
}
.venue-address {
  color: var(--silver) !important;
  font-weight: 800;
  margin: 18px 0 0;
}
.location-button {
  width: max-content;
  margin-top: 12px;
}

@media (max-width: 860px) {
  html, body {
    width: 100%;
    min-width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #10070d;
  }

  main {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .hero, .toast-section, .gallery-section, .menu-section, .location-section {
    width: 100vw;
    max-width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero > *, .toast-section > *, .gallery-section > *, .menu-section > *, .location-section > * {
    max-width: 100%;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 58px;
  }

  .gallery-section, .menu-shell, .location-card { grid-template-columns: 1fr; }
  .toast-section, .gallery-section, .menu-section { padding-top: 72px; padding-bottom: 72px; }
  .location-section { padding-top: 0; padding-bottom: 86px; }
  .menu-board { grid-template-columns: 1fr; }
  .menu-shell { border-radius: 30px; }
  .menu-shell::after { display: none; }

  h1 { font-size: clamp(4rem, 18vw, 5.9rem); }
  .lead { max-width: 100%; }
  .cta-row { gap: 12px; }
  .button { flex: 1 1 170px; }

  .portrait-card {
    width: 100%;
    max-width: 430px;
    justify-self: center;
    transform: none;
  }

  .wish-grid { grid-template-columns: 1fr; }
  .art-card, .menu-shell, .location-card { width: 100%; }
  .location-map { min-height: 260px; }
  .location-button { width: 100%; }
  .badge { width: 106px; height: 106px; right: 8px; }
  .badge strong { font-size: 3.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee div { animation: none; }
}
