:root {
  --yellow: #ffe814;
  --cream: #fff8df;
  --white: #fffdf7;
  --burgundy: #69080b;
  --burgundy-dark: #310305;
  --ink: #17120e;
  --muted: #72665c;
  --line: rgba(49, 3, 5, 0.16);
  --display: "Bowlby One", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
[id] { scroll-margin-top: 92px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ui-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -.16em;
}
.icon-back { transform: rotate(180deg); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border-radius: 4px;
  background: var(--yellow);
  color: var(--burgundy-dark);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }
.scroll-progress {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0; left: 0; right: 0;
  height: 104px;
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 4vw;
  color: white;
  transition: height .3s ease, background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled {
  height: 78px;
  max-width: none;
  background: rgba(49,3,5,.92);
  box-shadow: 0 10px 35px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
}
.site-header.scrolled .brand { width: 112px; border-radius: 0 0 14px 14px; }
.brand {
  align-self: start;
  width: 150px;
  aspect-ratio: 700 / 514;
  padding: 8px 10px;
  border-radius: 0 0 22px 22px;
  background: var(--white);
  display: flex;
  align-items: center;
  box-shadow: 0 9px 30px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transition: width .3s ease, border-radius .3s ease;
}
.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.main-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 52px); }
.main-nav a {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  position: relative;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -7px;
  height: 2px;
  background: var(--yellow);
  transition: right 0.25s ease;
}
.main-nav a:hover::after { right: 0; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 28px;
  border: 2px solid var(--yellow);
  border-radius: 5px;
  background: var(--yellow);
  color: var(--burgundy-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
.button-small { min-height: 48px; padding: 0 20px; font-size: 0.76rem; }
.button-dark { background: var(--burgundy-dark); color: white; border-color: var(--burgundy-dark); }
.button-outline {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.06);
  color: white;
  backdrop-filter: blur(8px);
}
.button-outline:hover { border-color: white; background: white; color: var(--burgundy-dark); }
.social-icon { width: 22px; height: 22px; stroke-width: 2; }
.social-header-cta {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 19px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 100px;
  color: white;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: .2s;
}
.social-header-cta:hover { background: white; color: var(--burgundy); border-color: white; }

.hero {
  position: relative;
  min-height: 780px;
  height: auto;
  overflow: hidden;
  background: var(--burgundy-dark);
  color: white;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 580px;
  height: 580px;
  left: 43%;
  top: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,232,20,.16), transparent 66%);
  filter: blur(12px);
  animation: hero-glow 7s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes hero-glow {
  to { transform: translate(70px, 30px) scale(1.12); opacity: .62; }
}
.hero-photo-grid {
  position: absolute;
  top: 14%;
  right: 3.5vw;
  bottom: 8%;
  width: min(49vw, 690px);
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  --hero-x: 0px;
  --hero-y: 0px;
  transform: translate3d(var(--hero-x), var(--hero-y), 0) rotate(2deg);
  animation: hero-in 1.2s ease-out;
  transition: transform .18s ease-out;
}
.hero-photo-grid::before {
  content: "";
  position: absolute;
  inset: -14px;
  border: 1px solid rgba(255, 232, 20, .35);
  border-radius: 12px;
  transform: rotate(-3deg);
}
.hero-photo-grid img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(0,0,0,.3);
}
.hero-photo-grid .hero-photo-main { grid-row: 1 / 3; }
@keyframes hero-in { from { opacity: 0; filter: blur(8px); } to { opacity: 1; filter: blur(0); } }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(35, 2, 3, 0.98) 0%, rgba(62, 3, 5, 0.9) 34%, rgba(80, 4, 6, 0.18) 69%, rgba(25, 2, 2, 0.05) 100%),
    linear-gradient(0deg, rgba(30, 2, 3, 0.62), transparent 45%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(92%, 1280px);
  min-height: 780px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 150px 0 72px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow span { display: block; width: 32px; height: 3px; background: currentColor; }
.eyebrow.dark { color: var(--burgundy); }
.hero h1, .section-heading h2, .story-copy h2, .contact-copy h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.7rem, 6.4vw, 7rem);
  line-height: 0.94;
}
.hero h1 strong { color: var(--yellow); font-weight: 400; }
.hero-copy {
  max-width: 570px;
  margin: 28px 0;
  color: rgba(255,255,255,.8);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.7;
}
.hero-actions { display: flex; align-items: center; gap: 30px; }
.instagram-hero-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-size: .7rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.hero-content > .instagram-hero-link { margin-top: 22px; }
.instagram-hero-link strong { display: block; color: var(--yellow); font-size: .95rem; }
.instagram-hero-link:hover { color: var(--yellow); }
.text-link {
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .8rem;
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding-bottom: 7px;
}
.text-link .ui-icon { margin-left: 12px; }
.hero-meta {
  position: static;
  display: flex;
  gap: 48px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.hero-meta div { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 12px; }
.hero-meta strong { grid-row: 1 / 3; color: var(--yellow); font-family: var(--display); font-size: 1.8rem; font-weight: 400; }
.metric-icon { display: block; width: 1.3em; height: .8em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-meta span { max-width: 90px; color: rgba(255,255,255,.64); font-size: .72rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .06em; }
.scroll-note {
  position: absolute;
  right: 3.5vw; bottom: 45px;
  z-index: 2;
  color: rgba(255,255,255,.6);
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  writing-mode: vertical-rl;
}
.scroll-note .ui-icon { display: block; margin-top: 12px; color: var(--yellow); }

.marquee { overflow: hidden; padding: 18px 0; background: var(--yellow); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 34px; animation: marquee 25s linear infinite; }
.marquee span { font-family: var(--display); font-size: 1.1rem; text-transform: uppercase; }
.marquee i { color: var(--burgundy); font-style: normal; }
.marquee i .ui-icon { display: block; width: 18px; height: 18px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.local-proof {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1180px;
  margin: -36px auto 0;
  border-radius: 9px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(49,3,5,.14);
  overflow: hidden;
}
.local-proof div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 0 12px;
  align-items: center;
  min-height: 96px;
  padding: 18px 24px;
  border-right: 1px solid var(--line);
}
.local-proof div:last-child { border-right: 0; }
.local-proof span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--burgundy);
  font-weight: 800;
}
.local-proof strong { color: var(--burgundy-dark); font-size: .83rem; }
.local-proof small { color: var(--muted); font-size: .68rem; }

.section { padding: 110px max(5vw, 24px); }
.menu-section { max-width: 1440px; margin: auto; }
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr .65fr;
  align-items: end;
  gap: 7vw;
}
.section-heading h2, .story-copy h2, .contact-copy h2 {
  margin: 0;
  font-size: clamp(3rem, 5.3vw, 6rem);
  line-height: .96;
}
.section-heading h2 em, .story-copy h2 em, .contact-copy h2 em {
  color: var(--burgundy);
  font-family: Georgia, serif;
  font-weight: 400;
  text-transform: none;
}
.section-heading > p { color: var(--muted); line-height: 1.75; max-width: 470px; }
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin: 55px 0 28px; }
.filter {
  border: 1px solid var(--line);
  border-radius: 100px;
  background: transparent;
  padding: 11px 20px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
}
.filter.active, .filter:hover { background: var(--burgundy); border-color: var(--burgundy); color: white; }
.menu-accordion {
  margin-top: 55px;
  border-top: 1px solid var(--line);
}
.menu-accordion-item {
  border-bottom: 1px solid var(--line);
  transition: background .3s ease;
}
.menu-accordion-item.open { background: rgba(255,255,255,.42); }
.menu-accordion-trigger {
  width: 100%;
  min-height: 118px;
  display: grid;
  grid-template-columns: 55px 1fr auto 46px;
  align-items: center;
  gap: 22px;
  padding: 20px 10px;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
}
.menu-accordion-trigger:hover .accordion-copy strong,
.menu-accordion-item.open .accordion-copy strong { color: var(--burgundy); }
.accordion-number {
  color: var(--burgundy);
  font-family: var(--display);
  font-size: 1rem;
}
.accordion-copy strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.5vw, 2.35rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  transition: color .2s;
}
.accordion-copy small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: .78rem;
}
.accordion-count {
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 100px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
}
.accordion-plus {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: background .25s, border-color .25s, transform .35s;
}
.accordion-plus::before,
.accordion-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: var(--burgundy);
  transform: translate(-50%, -50%);
}
.accordion-plus::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .3s; }
.menu-accordion-item.open .accordion-plus {
  background: var(--yellow);
  border-color: var(--yellow);
  transform: rotate(180deg);
}
.menu-accordion-item.open .accordion-plus::after { transform: translate(-50%, -50%) rotate(0); }
.menu-accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .5s cubic-bezier(.22,1,.36,1), opacity .25s ease;
}
.menu-accordion-item.open .menu-accordion-panel {
  grid-template-rows: 1fr;
  opacity: 1;
}
.menu-accordion-inner {
  min-height: 0;
  overflow: hidden;
}
.menu-accordion-inner > .menu-grid { padding: 8px 10px 32px; }
.menu-accordion-item.open .menu-card {
  animation: card-reveal .45s both;
}
.menu-accordion-item.open .menu-card:nth-child(2) { animation-delay: .035s; }
.menu-accordion-item.open .menu-card:nth-child(3) { animation-delay: .07s; }
.menu-accordion-item.open .menu-card:nth-child(4) { animation-delay: .105s; }
.menu-accordion-item.open .menu-card:nth-child(5) { animation-delay: .14s; }
.menu-accordion-item.open .menu-card:nth-child(6) { animation-delay: .175s; }
@keyframes card-reveal {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.menu-card {
  position: relative;
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.42);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: background .25s, color .25s, transform .25s, box-shadow .25s;
}
.menu-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--yellow);
  opacity: 0;
}
.menu-card:hover, .menu-card.menu-highlight {
  background: var(--burgundy);
  color: white;
  transform: translateY(-5px);
  box-shadow: 0 16px 35px rgba(49,3,5,.16);
  z-index: 1;
}
.menu-card:hover::before, .menu-card.menu-highlight::before { opacity: 1; }
.menu-card.hidden { display: none; }
.card-tag {
  align-self: flex-start;
  margin: 0 0 14px;
  padding: 7px 10px;
  border-radius: 3px;
  background: var(--yellow);
  color: var(--burgundy-dark);
  font-size: .64rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.menu-card h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(1.12rem, 1.6vw, 1.45rem);
  line-height: 1.15;
  font-weight: 400;
  text-transform: uppercase;
}
.menu-card p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.5;
  font-size: .86rem;
}
.menu-card:hover p, .menu-card.menu-highlight p { color: rgba(255,255,255,.7); }
.card-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; }
.card-footer strong {
  color: var(--burgundy);
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 400;
}
.menu-card:hover .card-footer strong, .menu-card.menu-highlight .card-footer strong { color: var(--yellow); }
.add-button {
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-size: 1.5rem;
  transition: .2s;
}
.menu-card:hover .add-button, .menu-card.menu-highlight .add-button { border-color: var(--yellow); color: var(--yellow); }
.add-button:hover { background: var(--yellow) !important; color: var(--burgundy-dark) !important; transform: rotate(90deg); }
.menu-simple { min-height: 195px; }
.menu-note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: .72rem;
  text-align: right;
}

.story-section {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .65fr;
  gap: 9vw;
  background: var(--burgundy);
  color: white;
  overflow: hidden;
}
.story-section::before {
  content: "";
  position: absolute; width: 480px; height: 480px;
  border: 1px solid rgba(255,232,20,.17); border-radius: 50%;
  left: -170px; top: -190px;
}
.story-copy { position: relative; }
.story-copy h2 { font-size: clamp(2.7rem, 4.8vw, 5.4rem); }
.story-copy h2 em { color: var(--yellow); }
.story-detail { align-self: end; padding-bottom: 8px; }
.story-detail p { color: rgba(255,255,255,.68); line-height: 1.8; }
.story-detail .text-link { display: inline-block; margin-top: 20px; }
.story-stamp {
  position: absolute;
  right: 6%; top: 34px;
  width: 110px; height: 110px;
  border: 1px solid var(--yellow); border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--yellow); text-align: center; font-size: .66rem; text-transform: uppercase; letter-spacing: .08em;
  transform: rotate(9deg);
}

.instagram-section { max-width: 1440px; margin: auto; }
.instagram-heading {
  display: grid;
  grid-template-columns: 1.15fr .55fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 55px;
}
.instagram-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5.1vw, 5.8rem);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.instagram-heading h2 em {
  color: var(--burgundy);
  font-family: Georgia, serif;
  font-weight: 400;
  text-transform: none;
}
.instagram-heading > div:last-child p { color: var(--muted); line-height: 1.7; }
.instagram-follow-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 14px 20px;
  border-radius: 100px;
  background: linear-gradient(115deg, #7024c4, #d62976 53%, #f7a323);
  color: white;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: 0 10px 28px rgba(214,41,118,.22);
  transition: transform .2s, box-shadow .2s;
}
.instagram-follow-button:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(214,41,118,.32); }
.instagram-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 12px;
}
.instagram-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  background: var(--burgundy-dark);
}
.instagram-card-tall { grid-row: 1 / 3; }
.instagram-card-wide { grid-column: 2 / 4; }
.instagram-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, opacity .3s ease;
}
.instagram-card span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border-radius: 3px;
  background: var(--yellow);
  color: var(--burgundy-dark);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: .25s ease;
}
.instagram-card:hover img { transform: scale(1.045); opacity: .82; }
.instagram-card:hover span { opacity: 1; transform: translateY(0); }

.location-section {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 0;
  padding: 0;
  background: var(--burgundy-dark);
  color: white;
}
.location-map { min-height: 590px; }
.location-map iframe { width: 100%; height: 100%; min-height: 590px; border: 0; filter: saturate(.8) contrast(1.05); }
.location-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(55px, 7vw, 110px);
  overflow: hidden;
}
.location-copy::after {
  content: "";
  position: absolute;
  right: -105px;
  bottom: -105px;
  width: 330px;
  height: 330px;
  border: 62px solid rgba(255,232,20,.055);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255,232,20,.025);
  pointer-events: none;
}
.location-copy h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 4.7vw, 5.2rem);
  font-weight: 400;
  line-height: .98;
  text-transform: uppercase;
}
.location-copy h2 em { color: var(--yellow); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.location-copy address {
  position: relative;
  z-index: 1;
  margin: 28px 0;
  color: rgba(255,255,255,.7);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.7;
}
.location-actions { position: relative; z-index: 1; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.location-phone { color: var(--yellow); font-weight: 800; border-bottom: 1px solid rgba(255,232,20,.45); padding-bottom: 5px; }

.faq-section {
  display: grid;
  grid-template-columns: .65fr 1fr;
  gap: 8vw;
  background: var(--white);
}
.faq-heading h2 {
  margin: 0;
  color: var(--burgundy-dark);
  font-family: var(--display);
  font-size: clamp(2.7rem, 4.2vw, 4.8rem);
  font-weight: 400;
  line-height: .98;
  text-transform: uppercase;
}
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  color: var(--burgundy-dark);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--burgundy);
  transition: transform .25s, background .25s;
}
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--yellow); border-color: var(--yellow); }
.faq-list details p { max-width: 650px; margin: -6px 50px 25px 0; color: var(--muted); line-height: 1.7; animation: fade-up .3s ease; }

.google-reviews {
  background: var(--white);
}
.reviews-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  margin-bottom: 50px;
}
.reviews-heading h2 {
  margin: 0;
  color: var(--burgundy-dark);
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5.7rem);
  font-weight: 400;
  line-height: .96;
  text-transform: uppercase;
}
.reviews-heading h2 em { color: var(--burgundy); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.google-rating {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 14px;
  min-width: 330px;
  padding: 17px 20px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
  box-shadow: 0 12px 30px rgba(49,3,5,.08);
  transition: transform .2s, box-shadow .2s;
}
.google-rating:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(49,3,5,.13); }
.google-g { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #f2f5ff; color: #4285f4; font-size: 1.5rem; font-weight: 800; }
.google-rating strong, .google-rating small { display: block; }
.google-rating strong { color: var(--burgundy-dark); font-size: 1.4rem; }
.google-rating small { color: #e6aa00; font-size: .68rem; letter-spacing: .04em; }
.google-rating b { color: var(--muted); font-size: .68rem; text-transform: uppercase; }
.reviews-carousel { position: relative; }
.reviews-viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.reviews-viewport::-webkit-scrollbar { display: none; }
.google-review-grid { display: flex; gap: 14px; }
.google-review-card {
  flex: 0 0 calc((100% - 28px) / 3);
  scroll-snap-align: start;
  min-height: 285px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.google-review-card:hover { transform: translateY(-7px); border-color: rgba(105,8,11,.32); box-shadow: 0 20px 40px rgba(49,3,5,.1); }
.review-card-top { display: flex; align-items: center; gap: 12px; }
.review-avatar { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: var(--burgundy); color: white; font-weight: 800; }
.review-card-top strong, .review-card-top small { display: block; }
.review-card-top strong { color: var(--burgundy-dark); font-size: .84rem; }
.review-card-top small { margin-top: 3px; color: var(--muted); font-size: .65rem; }
.review-stars { margin: 22px 0 16px; color: #e6aa00; font-size: .82rem; letter-spacing: 3px; }
.review-stars.four > span { color: #d8d2c8; }
.review-summary { margin: 0; color: var(--burgundy-dark); font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.55; }
.carousel-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 28px; }
.carousel-dots { display: flex; align-items: center; gap: 8px; }
.carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(105,8,11,.2);
  transition: width .25s, border-radius .25s, background .25s;
}
.carousel-dot.active { width: 28px; border-radius: 20px; background: var(--burgundy); }
.carousel-controls { display: flex; align-items: center; gap: 10px; }
.carousel-controls button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--burgundy);
  font-size: 1.15rem;
  transition: background .2s, border-color .2s, transform .2s;
}
.carousel-controls button:hover { background: var(--yellow); border-color: var(--yellow); transform: translateY(-2px); }
.carousel-status { margin-right: 10px; color: var(--muted); font-size: .72rem; }
.carousel-status b { color: var(--burgundy); }
.reviews-source { margin: 18px 0 0; color: var(--muted); font-size: .66rem; text-align: right; }

.reviews-section { background: var(--white); }
.review-layout {
  max-width: 1200px;
  display: grid;
  grid-template-columns: .35fr 1fr;
  gap: 8vw;
  align-items: start;
}
.review-score { display: flex; flex-direction: column; }
.review-score strong { font-family: var(--display); font-size: 5rem; font-weight: 400; line-height: 1; color: var(--burgundy); }
.stars { margin: 12px 0; color: #e7bd00; letter-spacing: 3px; }
.review-score > span:last-child { color: var(--muted); font-size: .75rem; }
.review { display: none; margin: 0; min-height: 240px; }
.review.active { display: block; animation: fade-up .4s ease; }
@keyframes fade-up { from { opacity: 0; transform: translateY(10px); } }
.review blockquote { margin: 0 0 34px; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.35; color: var(--burgundy-dark); }
.review figcaption { font-weight: 800; }
.review figcaption span { display: block; margin-top: 4px; color: var(--muted); font-size: .76rem; font-weight: 400; }
.review-controls { grid-column: 2; display: flex; gap: 20px; align-items: center; justify-content: flex-end; }
.review-controls button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.review-controls button:hover { background: var(--yellow); border-color: var(--yellow); }
.review-controls span { color: var(--muted); font-size: .75rem; }
.review-controls b { color: var(--burgundy); }

.contact-section {
  display: grid;
  grid-template-columns: 1.15fr .65fr;
  gap: 7vw;
  padding: 100px max(7vw, 24px);
  background: var(--yellow);
}
.contact-copy h2 { font-size: clamp(3.2rem, 5.4vw, 6rem); }
.contact-copy h2 em { color: var(--burgundy); }
.contact-copy > p:last-child { max-width: 510px; line-height: 1.7; }
.contact-cards { display: grid; gap: 10px; margin-top: 34px; }
.contact-card {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(49,3,5,.17);
  border-radius: 8px;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.contact-card:hover { transform: translateX(6px); background: rgba(255,255,255,.55); box-shadow: 0 12px 28px rgba(49,3,5,.08); }
.contact-card-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--burgundy);
  color: white;
  font-size: 1.4rem;
  font-style: normal;
}
.contact-card-icon .ui-icon { width: 24px; height: 24px; }
.contact-card small, .contact-card strong, .contact-card em { display: block; }
.contact-card small { margin-bottom: 3px; color: rgba(49,3,5,.58); font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card strong { color: var(--burgundy-dark); font-size: .92rem; }
.contact-card em { margin-top: 4px; color: rgba(49,3,5,.58); font-size: .69rem; font-style: normal; }
.order-form {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 14px 14px 0 var(--burgundy);
}
.order-form h3 { margin: 6px 0 10px; color: var(--burgundy-dark); font-family: var(--display); font-size: 1.7rem; font-weight: 400; text-transform: uppercase; }
.form-badge { align-self: flex-start; padding: 6px 9px; border-radius: 3px; background: var(--yellow); color: var(--burgundy); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.order-form label { margin: 18px 0 7px; color: var(--burgundy-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.order-form input, .order-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgba(49,3,5,.35);
  border-radius: 0;
  background: transparent;
  padding: 11px 0;
  outline: 0;
  resize: vertical;
}
.order-form input:focus, .order-form textarea:focus { border-color: var(--burgundy-dark); }
.order-form .button { margin-top: 25px; }
.form-note { color: rgba(49,3,5,.6); font-size: .7rem; text-align: center; }

.site-footer {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 45px 5vw 25px;
  background: var(--burgundy-dark);
  color: white;
}
.site-footer img {
  display: block;
  width: 130px;
  height: auto;
  aspect-ratio: 700 / 514;
  padding: 8px;
  border-radius: 10px;
  background: white;
  object-fit: contain;
}
.site-footer p { color: rgba(255,255,255,.58); }
.site-footer p a { color: var(--yellow); }
.footer-links { display: flex; gap: 30px; font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; font-size: .68rem; }

.toast {
  position: fixed; z-index: 50; left: 50%; bottom: 30px;
  transform: translate(-50%, 20px);
  padding: 13px 22px; border-radius: 4px;
  background: var(--ink); color: white; font-size: .85rem;
  opacity: 0; pointer-events: none; transition: .25s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.floating-actions {
  position: fixed;
  z-index: 40;
  right: 22px;
  bottom: 22px;
  display: flex;
  gap: 8px;
  filter: drop-shadow(0 10px 25px rgba(0,0,0,.22));
}
.floating-actions a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 55px;
  padding: 8px 17px;
  border-radius: 100px;
  color: white;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.05;
}
.floating-actions small { display: block; margin-bottom: 3px; font-size: .55rem; font-weight: 500; text-transform: uppercase; opacity: .78; }
.floating-instagram { background: linear-gradient(115deg, #7024c4, #d62976 55%, #f7a323); }
.floating-whatsapp { background: #128c55; }
.floating-whatsapp-icon { width: 25px; height: 25px; }
.floating-actions a { transition: transform .2s, filter .2s; }
.floating-actions a:hover { transform: translateY(-5px) scale(1.02); filter: brightness(1.06); }

.js .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1);
}
.js .reveal.revealed { opacity: 1; transform: translateY(0); }
.js .reveal-left { transform: translateX(-40px); }
.js .reveal-right { transform: translateX(40px); }
.js .reveal-left.revealed,
.js .reveal-right.revealed { transform: translateX(0); }
dialog {
  width: min(92%, 500px);
  border: 0; border-radius: 8px;
  padding: 40px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}
dialog::backdrop { background: rgba(25,2,3,.76); backdrop-filter: blur(4px); }
dialog h2 { margin: 0 0 18px; font-family: var(--display); font-weight: 400; text-transform: uppercase; }
#prepared-message { padding: 18px; background: white; border-left: 4px solid var(--yellow); line-height: 1.6; white-space: pre-line; }
.dialog-close { position: absolute; right: 14px; top: 10px; border: 0; background: transparent; font-size: 2rem; }
.copy-link { display: block; margin: 16px auto 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); font-size: .75rem; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding: 10px 22px; }
  .brand { width: 130px; }
  .social-header-cta { display: none; }
  .menu-toggle { display: grid; gap: 5px; width: 48px; height: 48px; place-content: center; border: 0; border-radius: 50%; background: var(--yellow); }
  .menu-toggle > span:not(.sr-only) { width: 21px; height: 2px; background: var(--burgundy-dark); transition: .2s; }
  .main-nav {
    position: fixed; inset: 0; z-index: -1;
    display: flex; flex-direction: column; align-items: center;
    background: var(--burgundy-dark);
    opacity: 0; pointer-events: none; transition: .25s;
  }
  .main-nav.open { opacity: 1; pointer-events: auto; }
  .main-nav a { font-family: var(--display); font-size: 2rem; font-weight: 400; }
  .menu-toggle.active > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active > span:nth-child(2) { opacity: 0; }
  .menu-toggle.active > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 0; }
  .hero-content { min-height: 740px; padding-bottom: 60px; }
  .hero-photo-grid { top: 18%; right: -11%; bottom: 12%; width: 61vw; opacity: .68; }
  .hero-overlay { background: linear-gradient(90deg, rgba(35,2,3,.98), rgba(60,3,5,.78) 70%, rgba(35,2,3,.3)); }
  .hero-meta { gap: 22px; }
  .scroll-note { display: none; }
  .section-heading, .story-section, .contact-section { grid-template-columns: 1fr; }
  .instagram-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading { gap: 25px; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-detail { max-width: 600px; }
  .local-proof { width: calc(100% - 40px); grid-template-columns: repeat(2, 1fr); }
  .local-proof div:nth-child(2) { border-right: 0; }
  .local-proof div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .location-section, .faq-section { grid-template-columns: 1fr; }
  .location-map, .location-map iframe { min-height: 420px; }
  .faq-section { gap: 45px; }
  .review-layout { grid-template-columns: 1fr; gap: 45px; }
  .review-controls { grid-column: 1; }
  .reviews-heading { grid-template-columns: 1fr; }
  .google-rating { justify-self: start; }
  .google-review-card { flex-basis: calc((100% - 14px) / 2); }
  .contact-section { gap: 45px; }
  .site-footer { grid-template-columns: 130px 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .hero {
    height: auto;
    min-height: 0;
    padding-bottom: 42px;
  }
  .hero-photo-grid {
    top: 105px;
    right: -95px;
    bottom: auto;
    width: 360px;
    height: 330px;
    opacity: .42;
  }
  .hero-content {
    width: calc(100% - 40px);
    height: auto;
    padding-top: 128px;
    justify-content: flex-start;
  }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 13.5vw, 4rem);
    margin-top: 32px;
    overflow-wrap: anywhere;
  }
  .hero-copy { font-size: .98rem; margin: 22px 0; }
  .hero-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .hero-actions .button { width: 100%; min-height: 54px; }
  .hero-content > .instagram-hero-link {
    width: 100%;
    margin-top: 18px;
    padding: 15px 0 18px;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }
  .hero-meta {
    position: static;
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .hero-meta div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .hero-meta strong {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
  }
  .hero-meta span {
    display: block;
    max-width: 100%;
    margin: 0;
    font-size: .52rem;
    line-height: 1.3;
  }
  .section { padding: 78px 20px; }
  .local-proof { margin-top: 0; grid-template-columns: 1fr 1fr; border-radius: 0; }
  .local-proof div { grid-template-columns: 30px 1fr; min-height: 82px; padding: 13px 11px; gap: 0 8px; }
  .local-proof span { width: 30px; height: 30px; font-size: .75rem; }
  .local-proof strong { font-size: .7rem; }
  .local-proof small { font-size: .58rem; }
  .section-heading h2, .story-copy h2, .contact-copy h2 { font-size: 2.7rem; }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; margin-top: 35px; padding-bottom: 5px; }
  .filter { flex: 0 0 auto; }
  .menu-accordion { margin-top: 36px; }
  .menu-accordion-trigger {
    min-height: 96px;
    grid-template-columns: 34px 1fr 42px;
    gap: 12px;
    padding: 16px 0;
  }
  .accordion-copy strong { font-size: 1.25rem; }
  .accordion-copy small { max-width: 220px; font-size: .7rem; line-height: 1.35; }
  .accordion-count { display: none; }
  .accordion-plus { width: 42px; height: 42px; }
  .menu-accordion-inner > .menu-grid { padding: 6px 0 24px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 0; padding: 22px; }
  .menu-card h3 { font-size: 1.18rem; }
  .menu-card p { font-size: .875rem; }
  .menu-note { text-align: left; }
  .story-stamp { display: none; }
  .instagram-heading h2 { font-size: 2.7rem; }
  .instagram-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 240px 240px;
  }
  .instagram-card-tall { grid-column: 1 / 3; grid-row: auto; }
  .instagram-card-wide { grid-column: 1 / 3; }
  .instagram-card span { opacity: 1; transform: none; }
  .review blockquote { font-size: 1.65rem; }
  .google-rating { min-width: 0; width: 100%; grid-template-columns: 40px 1fr; }
  .google-rating b { grid-column: 2; }
  .google-review-card { flex-basis: 100%; min-height: 0; padding: 24px; }
  .carousel-footer { align-items: flex-end; }
  .carousel-status { display: none; }
  .carousel-controls button { width: 43px; height: 43px; }
  .reviews-source { text-align: left; }
  .location-map, .location-map iframe { min-height: 340px; }
  .location-copy { padding: 65px 20px; }
  .location-copy h2 { font-size: 2.7rem; }
  .location-actions .button { width: 100%; }
  .faq-list summary { font-size: .9rem; }
  .contact-section { padding: 75px 20px; }
  .order-form { padding: 28px 22px; box-shadow: 8px 8px 0 var(--burgundy); }
  .contact-card { grid-template-columns: 44px 1fr; padding: 12px; }
  .contact-card-icon { width: 44px; height: 44px; }
  .floating-actions {
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 6px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity .25s ease, transform .25s ease;
  }
  body.show-floating-actions .floating-actions { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .floating-actions a { flex: 1; justify-content: center; padding: 8px 10px; }
  .site-footer { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding: 40px 20px 95px; }
  .copyright { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
