/* ===== Eat The Cake · Ana+mei ===== */
:root {
  --bg: #FBF3E8;
  --bg-2: #F5E7D6;
  --cream: #FFF8EC;
  --ink: #2B1736;
  --ink-soft: #5C3F73;
  --purple-deep: #4A2670;
  --purple: #7E4DB0;
  --purple-light: #B98FD9;
  --lavender: #E5D2F2;
  --mint: #8AD7CF;
  --mint-deep: #4FB3AB;
  --pink: #F2A4C5;
  --pink-soft: #FBD7E4;
  --pink-pop: #E96FA4;
  --yellow: #F6D24E;
  --orange: #F2965A;
  --ring: 0 0 0 3px var(--ink);
  --shadow-pop: 6px 6px 0 var(--ink);
  --shadow-soft: 0 10px 30px -10px rgba(74,38,112,0.35);
  --radius: 22px;
  --gap: 28px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

/* Subtle dotted sprinkle background */
.sprinkle-bg {
  background-image:
    radial-gradient(circle at 14px 14px, var(--pink) 1.5px, transparent 2px),
    radial-gradient(circle at 60px 38px, var(--mint) 1.5px, transparent 2px),
    radial-gradient(circle at 100px 90px, var(--purple-light) 1.5px, transparent 2px),
    radial-gradient(circle at 170px 50px, var(--yellow) 1.5px, transparent 2px);
  background-size: 200px 120px;
}

/* === Display fonts === */
.font-chunk { font-family: 'Bagel Fat One', 'Sniglet', sans-serif; font-weight: 400; letter-spacing: 0.5px; }
.font-script { font-family: 'Caveat Brush', cursive; }
.font-body { font-family: 'DM Sans', sans-serif; }

/* ===================== NAV ===================== */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 32px;
  background: rgba(251, 243, 232, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--ink);
}
.nav-logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--ink);
}
.nav-logo-mark {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--mint);
  border: 2.5px solid var(--ink);
  display: grid; place-items: center;
  box-shadow: 3px 3px 0 var(--ink);
  position: relative;
  overflow: visible;
}
.nav-logo-mark::after {
  content: ""; position: absolute; left: 12%; right: 12%; bottom: -7px; height: 10px;
  background: var(--cream);
  border: 2.5px solid var(--ink); border-top: 0;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}
.nav-logo-mark span { font-family: 'Bagel Fat One'; color: var(--ink); font-size: 22px; line-height: 1; }
.nav-wordmark { display: flex; flex-direction: column; line-height: 1; }
.nav-wordmark b { font-family: 'Bagel Fat One'; font-size: 22px; color: var(--purple-deep); letter-spacing: 0.5px; }
.nav-wordmark i { font-family: 'Caveat Brush'; color: var(--pink-pop); font-size: 16px; font-style: normal; margin-top: 2px; }

.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a {
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: 14.5px;
  position: relative;
}
.nav-links a:hover { color: var(--pink-pop); }
.nav-links a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 3px;
  background: var(--pink-pop); border-radius: 2px;
}

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px;
  background: var(--ink); color: var(--cream);
  border: 2.5px solid var(--ink);
  border-radius: 999px;
  font-weight: 700; font-size: 14.5px;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--purple-deep);
  transition: transform .12s ease, box-shadow .12s ease;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--purple-deep); }
.btn:active { transform: translate(1px, 1px); box-shadow: 2px 2px 0 var(--purple-deep); }
.btn.pink { background: var(--pink-pop); color: #fff; box-shadow: 4px 4px 0 var(--purple-deep); }
.btn.mint { background: var(--mint); color: var(--ink); box-shadow: 4px 4px 0 var(--purple-deep); }
.btn.ghost { background: transparent; color: var(--ink); box-shadow: none; }
.btn.ghost:hover { background: var(--cream); }
.btn.lg { padding: 16px 28px; font-size: 16px; }
.btn.sm { padding: 8px 14px; font-size: 13px; }

/* ===================== HERO ===================== */
.hero {
  position: relative;
  padding: 60px 32px 80px;
  min-height: 720px;
  overflow: hidden;
}
.hero-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px;
  background: var(--lavender); color: var(--purple-deep);
  font-weight: 700; font-size: 12.5px; letter-spacing: 0.5px; text-transform: uppercase;
  border: 2px solid var(--ink);
}
.hero h1 {
  font-family: 'Bagel Fat One', sans-serif;
  font-size: clamp(54px, 8vw, 108px);
  line-height: 1.05;
  margin: 18px 0 14px;
  color: var(--purple-deep);
  letter-spacing: 1px;
}
.hero h1 .drip { color: var(--mint-deep); }
.hero h1 .script {
  font-family: 'Caveat Brush', cursive;
  color: var(--pink-pop);
  font-size: 0.55em;
  display: inline-block;
  transform: rotate(-4deg) translateY(-6px);
  margin-left: 8px;
}
.hero p.lead {
  font-size: 18.5px; line-height: 1.55; max-width: 520px;
  color: var(--ink-soft); margin: 26px 0 32px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-meta {
  display: flex; gap: 28px; margin-top: 42px; flex-wrap: wrap;
  border-top: 2px dashed var(--purple-light);
  padding-top: 22px;
}
.hero-meta div b { display: block; font-family: 'Bagel Fat One'; font-size: 28px; color: var(--purple-deep); line-height: 1; }
.hero-meta div span { font-size: 13px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

/* Hero showcase */
.hero-showcase {
  position: relative;
  aspect-ratio: 1 / 1.05;
  width: 100%;
}
.cake-card {
  position: absolute;
  border-radius: 28px;
  border: 3px solid var(--ink);
  overflow: hidden;
  box-shadow: 8px 8px 0 var(--ink);
  background: var(--cream);
}
.cake-card img { width: 100%; height: 100%; object-fit: cover; }
.cake-card.main {
  inset: 4% 0 16% 28%;
  z-index: 3;
  transform: rotate(-2deg);
}
.cake-card.bg1 {
  width: 40%; aspect-ratio: 1/1.15;
  top: 8%; left: -10%;
  z-index: 5;
  transform: rotate(-7deg);
  border-radius: 22px;
}
.cake-card.bg2 {
  width: 36%; aspect-ratio: 1/1.1;
  bottom: 10%; right: -28%;
  z-index: 4;
  transform: rotate(5deg);
  border-radius: 22px;
}

/* Sticker badges */
.sticker {
  position: absolute;
  display: grid; place-items: center;
  background: var(--yellow);
  border: 2.5px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  padding: 10px 14px;
  border-radius: 16px;
  font-family: 'Bagel Fat One', sans-serif;
  font-size: 16px;
  color: var(--ink);
  z-index: 5;
  text-align: center; line-height: 1;
}
.sticker.round {
  border-radius: 50%; aspect-ratio: 1/1; padding: 0; width: 110px; height: 110px;
  font-size: 16px;
  display: grid; place-items: center;
}
.sticker.pink { background: var(--pink); }
.sticker.mint { background: var(--mint); }
.sticker.purple { background: var(--lavender); }

@keyframes wobble {
  0%, 100% { transform: rotate(var(--rot, -6deg)); }
  50% { transform: rotate(calc(var(--rot, -6deg) + 4deg)); }
}
.sticker.wobble { animation: wobble 3.5s ease-in-out infinite; }

/* Hero floating elements */
.float-blob {
  position: absolute; pointer-events: none;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.45;
}
.float-blob.b1 { width: 380px; height: 380px; background: var(--pink-soft); top: -100px; left: -80px; }
.float-blob.b2 { width: 320px; height: 320px; background: var(--lavender); bottom: -120px; right: -60px; }

/* Wavy drip section divider */
.drip-divider {
  height: 36px;
  background: var(--ink);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60' preserveAspectRatio='none'><path d='M0,0 L1200,0 L1200,20 C1170,55 1140,15 1110,35 C1080,55 1050,5 1020,30 C990,55 960,10 930,40 C900,60 870,5 840,30 C810,55 780,10 750,35 C720,60 690,5 660,30 C630,55 600,15 570,40 C540,60 510,5 480,30 C450,55 420,10 390,35 C360,55 330,5 300,30 C270,55 240,10 210,35 C180,60 150,5 120,30 C90,55 60,15 30,35 L0,20 Z' fill='black'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60' preserveAspectRatio='none'><path d='M0,0 L1200,0 L1200,20 C1170,55 1140,15 1110,35 C1080,55 1050,5 1020,30 C990,55 960,10 930,40 C900,60 870,5 840,30 C810,55 780,10 750,35 C720,60 690,5 660,30 C630,55 600,15 570,40 C540,60 510,5 480,30 C450,55 420,10 390,35 C360,55 330,5 300,30 C270,55 240,10 210,35 C180,60 150,5 120,30 C90,55 60,15 30,35 L0,20 Z' fill='black'/></svg>");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* ===================== SECTIONS ===================== */
.section {
  padding: 96px 32px;
  position: relative;
}
.section.tight { padding: 64px 32px; }
.section-inner { max-width: 1280px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 56px; position: relative; }
.section-head .kicker {
  display: inline-block; padding: 6px 14px; border-radius: 999px;
  background: var(--cream); border: 2px solid var(--ink);
  font-weight: 700; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase;
}
.section-head h2 {
  font-family: 'Bagel Fat One', sans-serif;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1; margin: 18px 0 12px;
  color: var(--purple-deep);
}
.section-head h2 .alt { color: var(--pink-pop); }
.section-head .sub { color: var(--ink-soft); max-width: 600px; margin: 0 auto; font-size: 17px; }

/* Section backgrounds */
.bg-cream { background: var(--cream); border-top: 2.5px solid var(--ink); border-bottom: 2.5px solid var(--ink); }
.bg-pink { background: var(--pink-soft); border-top: 2.5px solid var(--ink); border-bottom: 2.5px solid var(--ink); }
.bg-mint { background: #DCF3F0; border-top: 2.5px solid var(--ink); border-bottom: 2.5px solid var(--ink); }
.bg-lavender { background: var(--lavender); border-top: 2.5px solid var(--ink); border-bottom: 2.5px solid var(--ink); }

/* ===================== ABOUT ===================== */
.about-grid {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: center;
}
.about-photo {
  position: relative; aspect-ratio: 1/1.1;
  border: 3px solid var(--ink);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 10px 10px 0 var(--ink);
  background: var(--mint);
  transform: rotate(-2deg);
}
.about-photo .placeholder {
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(74,38,112,0.06) 0 14px, transparent 14px 28px),
    var(--mint);
  display: grid; place-items: center; text-align: center; padding: 24px;
  font-family: 'DM Mono', 'IBM Plex Mono', ui-monospace, monospace;
  color: var(--purple-deep);
  font-size: 13px; letter-spacing: 1px;
}
.about-photo .placeholder b { font-family: 'Bagel Fat One'; font-size: 22px; display: block; margin-bottom: 8px; letter-spacing: 0; }
.about-text h3 { font-family: 'Bagel Fat One'; color: var(--purple-deep); font-size: 44px; line-height: 1; margin: 0 0 20px; }
.about-text p { font-size: 17px; line-height: 1.65; color: var(--ink-soft); }
.about-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.about-list div {
  padding: 14px 16px; background: var(--cream); border: 2px solid var(--ink); border-radius: 14px;
  display: flex; gap: 12px; align-items: center; font-weight: 600; font-size: 14px;
}
.about-list div .dot {
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: 'Bagel Fat One'; color: var(--ink);
  border: 2px solid var(--ink);
}

/* ===================== GALLERY ===================== */
.filters {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  margin-bottom: 36px;
}
.filter {
  padding: 9px 16px; border-radius: 999px;
  background: var(--cream); border: 2px solid var(--ink);
  font-weight: 700; font-size: 13.5px; color: var(--ink);
  display: inline-flex; gap: 6px; align-items: center;
  transition: all .15s ease;
}
.filter:hover { background: var(--lavender); }
.filter.on { background: var(--purple-deep); color: var(--cream); box-shadow: 3px 3px 0 var(--ink); }
.filter .count { opacity: 0.7; font-weight: 600; font-size: 12px; }

.gallery {
  columns: 3;
  column-gap: 22px;
}
.tile {
  display: inline-block;
  width: 100%;
  margin-bottom: 22px;
  break-inside: avoid;
  background: var(--cream);
  border: 2.5px solid var(--ink);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
  cursor: pointer;
  box-shadow: 4px 4px 0 var(--ink);
}
.tile:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 var(--ink); }
.tile-image {
  aspect-ratio: 1/1;
  background: var(--lavender);
  position: relative; overflow: hidden;
}
.tile-image.h-tall  { aspect-ratio: 3/4; }
.tile-image.h-xtall { aspect-ratio: 2/3; }
.tile-image.h-short { aspect-ratio: 4/3; }
.tile-image img { width: 100%; height: 100%; object-fit: cover; }
.tile-placeholder {
  position: absolute; inset: 0;
  display: grid; place-items: center; text-align: center; padding: 18px;
  font-family: ui-monospace, monospace; font-size: 12px;
  color: rgba(0,0,0,0.55);
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.18) 0 14px, transparent 14px 28px);
}
.tile-placeholder b { font-family: 'Bagel Fat One'; font-size: 22px; display: block; margin-bottom: 6px; color: var(--ink); letter-spacing: 0; }
.tile-meta {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 52px 16px 14px;
  background: linear-gradient(to top, #000 0%, rgba(0,0,0,0.85) 40%, rgba(0,0,0,0.4) 70%, transparent 100%);
  display: flex; flex-direction: column; gap: 3px;
}
.tile-meta b { font-family: 'DM Sans'; font-weight: 700; font-size: 22px; color: #fff; letter-spacing: 0.1px; text-shadow: 0 1px 4px rgba(0,0,0,0.8); }
.tile-meta span { font-family: 'DM Sans'; font-weight: 500; font-size: 14px; color: #ffe8c8; text-shadow: 0 1px 4px rgba(0,0,0,0.9); }
.tile-tag {
  position: absolute; top: 12px; left: 12px;
  padding: 5px 10px; border-radius: 999px;
  background: var(--yellow); color: var(--ink);
  border: 2px solid var(--ink);
  font-weight: 700; font-size: 11.5px; letter-spacing: 0.5px; text-transform: uppercase;
  z-index: 2;
}
.tile-tag.mint { background: var(--mint); }
.tile-tag.pink { background: var(--pink); }
.tile-tag.purple { background: var(--lavender); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(43, 23, 54, 0.86);
  display: grid; place-items: center;
  z-index: 100;
  padding: 24px;
  animation: fade .2s ease;
}
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.lightbox-inner {
  max-width: 720px; width: 100%;
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 10px 10px 0 var(--purple-deep);
}
.lightbox-inner .img-wrap {
  aspect-ratio: 1/1; background: var(--lavender);
  position: relative; overflow: hidden;
}
.lightbox-inner img { width: 100%; height: 100%; object-fit: contain; background: #000; }
.lightbox-inner .body { padding: 20px 24px 24px; }
.lightbox-inner h3 { font-family: 'Bagel Fat One'; font-size: 28px; margin: 0 0 6px; color: var(--purple-deep); }
.lightbox-inner p { color: var(--ink-soft); margin: 0; line-height: 1.55; }
.lightbox-close {
  position: absolute; top: 18px; right: 18px;
  width: 42px; height: 42px; border-radius: 50%;
  border: 2.5px solid var(--ink); background: var(--cream);
  display: grid; place-items: center; font-family: 'Bagel Fat One'; font-size: 18px;
  box-shadow: 3px 3px 0 var(--ink);
  z-index: 2;
}

/* ===================== MENU / SHOP ===================== */
.menu-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.menu-card {
  background: var(--cream);
  border: 2.5px solid var(--ink);
  border-radius: 22px;
  padding: 0;
  display: flex; flex-direction: column;
  box-shadow: 6px 6px 0 var(--ink);
  position: relative;
  overflow: hidden;
}
.menu-swatch {
  height: 130px;
  position: relative;
  border-bottom: 2.5px solid var(--ink);
  display: grid; place-items: center;
}
.menu-swatch::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -10px;
  height: 18px;
  background: var(--cream);
  -webkit-mask-image: radial-gradient(circle at 10% 100%, transparent 25%, #000 26%), radial-gradient(circle at 30% 100%, transparent 30%, #000 31%), radial-gradient(circle at 50% 100%, transparent 22%, #000 23%), radial-gradient(circle at 70% 100%, transparent 30%, #000 31%), radial-gradient(circle at 90% 100%, transparent 22%, #000 23%);
}
.menu-cake {
  width: 90px; height: 90px; border-radius: 50% 50% 8px 8px;
  background: var(--cream);
  border: 2.5px solid var(--ink);
  position: relative;
  display: grid; place-items: center;
  font-family: 'Bagel Fat One'; font-size: 26px;
  color: var(--purple-deep);
}
.menu-cake::before {
  content: ""; position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  width: 8px; height: 18px; background: var(--yellow);
  border: 2px solid var(--ink); border-radius: 2px;
}
.menu-body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.menu-body h4 {
  font-family: 'Bagel Fat One'; color: var(--purple-deep);
  font-size: 22px; margin: 0 0 4px; line-height: 1.05;
}
.menu-body .desc { color: var(--ink-soft); font-size: 14.5px; line-height: 1.45; margin: 0 0 14px; flex: 1; }
.menu-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.menu-foot .price { font-family: 'Bagel Fat One'; font-size: 26px; color: var(--ink); }
.menu-foot .price small { font-size: 13px; color: var(--ink-soft); font-family: 'DM Sans'; font-weight: 600; }

/* ===================== BUILD-A-CAKE FORM ===================== */
.builder {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px;
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: 28px;
  padding: 36px;
  box-shadow: 10px 10px 0 var(--ink);
}
.builder h3 {
  font-family: 'Bagel Fat One'; color: var(--purple-deep);
  font-size: 22px; margin: 0 0 6px;
}
.builder .step-row { display: flex; gap: 12px; margin-bottom: 8px; }
.steps { display: flex; flex-direction: column; gap: 26px; }
.step .step-num {
  display: inline-grid; place-items: center;
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid var(--ink); background: var(--mint);
  font-family: 'Bagel Fat One'; color: var(--ink); font-size: 16px;
}
.options { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.opt {
  padding: 10px 16px; border-radius: 999px;
  background: var(--bg); border: 2px solid var(--ink);
  font-weight: 600; font-size: 14px;
  display: inline-flex; gap: 8px; align-items: center;
  transition: all .12s ease;
}
.opt:hover { background: var(--lavender); }
.opt.on { background: var(--purple-deep); color: var(--cream); }
.opt .meta { font-size: 12px; opacity: 0.7; font-weight: 500; }
.opt.on .meta { opacity: 0.85; }

.input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--bg);
  border: 2px solid var(--ink);
  font: inherit; color: var(--ink);
  margin-top: 10px;
}
.input:focus { outline: none; box-shadow: 3px 3px 0 var(--purple-deep); }
textarea.input { resize: vertical; min-height: 90px; }

.summary {
  background: var(--purple-deep);
  color: var(--cream);
  border: 3px solid var(--ink);
  border-radius: 22px;
  padding: 28px;
  position: sticky; top: 92px;
  align-self: start;
  box-shadow: 6px 6px 0 var(--ink);
}
.summary h4 { font-family: 'Bagel Fat One'; font-size: 26px; margin: 0 0 6px; color: var(--mint); letter-spacing: 0.5px; }
.summary .sub { font-size: 13.5px; opacity: 0.8; margin-bottom: 18px; }
.summary-row {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 248, 236, 0.25);
  font-size: 14.5px;
}
.summary-row b { color: var(--mint); font-weight: 600; }
.summary-total {
  margin-top: 18px; padding-top: 18px; border-top: 2px dashed rgba(255, 248, 236, 0.45);
  display: flex; justify-content: space-between; align-items: baseline;
}
.summary-total b { font-family: 'Bagel Fat One'; font-size: 36px; color: var(--mint); }
.summary-total span { font-size: 13px; opacity: 0.75; }
.summary .btn { width: 100%; justify-content: center; margin-top: 18px; }

/* ===================== REVIEWS ===================== */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review {
  background: var(--cream);
  border: 2.5px solid var(--ink);
  border-radius: 22px;
  padding: 26px;
  position: relative;
  box-shadow: 5px 5px 0 var(--ink);
}
.review.r1 { transform: rotate(-1.2deg); }
.review.r2 { transform: rotate(0.8deg); margin-top: 16px; }
.review.r3 { transform: rotate(-0.6deg); }
.review .stars { color: var(--yellow); -webkit-text-stroke: 1.5px var(--ink); font-size: 24px; letter-spacing: 2px; line-height: 1; }
.review blockquote { margin: 12px 0 16px; font-size: 16px; line-height: 1.55; color: var(--ink); font-style: italic; }
.review-by { display: flex; gap: 12px; align-items: center; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--pink); border: 2px solid var(--ink);
  display: grid; place-items: center; font-family: 'Bagel Fat One'; font-size: 16px;
}
.review-by b { font-size: 14px; }
.review-by span { font-size: 12.5px; color: var(--ink-soft); }

/* ===================== FAQ ===================== */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq {
  background: var(--cream);
  border: 2.5px solid var(--ink);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 4px 4px 0 var(--ink);
}
.faq summary {
  list-style: none;
  padding: 18px 22px;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-weight: 700; font-size: 17px;
  color: var(--purple-deep);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid var(--ink); background: var(--mint);
  display: grid; place-items: center;
  font-family: 'Bagel Fat One'; font-size: 18px;
  flex-shrink: 0;
  transition: transform .2s;
}
.faq[open] summary .plus { transform: rotate(45deg); background: var(--pink-pop); color: #fff; }
.faq .a { padding: 0 22px 22px; color: var(--ink-soft); font-size: 15.5px; line-height: 1.6; }

/* ===================== CTA / FOOTER ===================== */
.bigcta {
  text-align: center; padding: 96px 32px;
  background: var(--purple-deep); color: var(--cream);
  position: relative; overflow: hidden;
  border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink);
}
.bigcta h2 { font-family: 'Bagel Fat One'; font-size: clamp(48px, 7vw, 92px); line-height: 0.95; margin: 0 0 20px; color: var(--mint); }
.bigcta h2 .pink { color: var(--pink); }
.bigcta p { font-size: 18px; max-width: 540px; margin: 0 auto 28px; opacity: 0.9; }
.bigcta .blob {
  position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.4; pointer-events: none;
}
.bigcta .blob.b1 { width: 400px; height: 400px; background: var(--pink-pop); top: -120px; left: -100px; }
.bigcta .blob.b2 { width: 360px; height: 360px; background: var(--mint); bottom: -100px; right: -80px; }

.footer {
  padding: 56px 32px 36px;
  background: var(--ink);
  color: var(--cream);
}
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; }
.footer h5 { font-family: 'Bagel Fat One'; font-size: 16px; margin: 0 0 12px; color: var(--mint); letter-spacing: 0.5px; text-transform: uppercase; }
.footer a { color: var(--cream); text-decoration: none; opacity: 0.8; font-size: 14px; display: block; padding: 3px 0; }
.footer a:hover { opacity: 1; color: var(--pink); }
.footer .brand { display: flex; flex-direction: column; gap: 14px; }
.footer .brand p { opacity: 0.7; font-size: 14px; line-height: 1.55; }
.foot-bottom {
  max-width: 1280px; margin: 36px auto 0; padding-top: 24px;
  border-top: 1px dashed rgba(255,255,255,0.2);
  display: flex; justify-content: space-between; font-size: 12.5px; opacity: 0.6;
}

/* ===================== MISC ===================== */
.toast {
  position: fixed; bottom: 32px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: var(--cream);
  padding: 14px 22px; border-radius: 14px;
  border: 2.5px solid var(--mint);
  box-shadow: 6px 6px 0 var(--purple-deep);
  z-index: 200; font-weight: 600;
  animation: rise .25s ease;
}
@keyframes rise { from { transform: translate(-50%, 30px); opacity: 0; } to { transform: translate(-50%, 0); opacity: 1; } }

/* Responsive */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding: 36px 20px 60px; min-height: auto; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .reviews { grid-template-columns: 1fr; }
  .builder { grid-template-columns: 1fr; padding: 24px; }
  .summary { position: static; }
  .section { padding: 64px 20px; }
  .gallery { columns: 2; }
  .nav-links { display: none; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .menu-grid { grid-template-columns: 1fr; }
  .gallery { columns: 1; column-gap: 14px; }
  .filters { gap: 8px; }
  .filter { font-size: 12px; padding: 7px 12px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .nav { padding: 12px 18px; }
  .nav .btn { padding: 9px 14px; font-size: 13px; }
}
