:root {
  --brand-bg: #F6ECF4;
  --brand-primary: #D85AC4;
  --brand-mid: #B940A6;
  --brand-dark: #7E286D;
  --brand-soft: #F9EAF6;
  --cream: #F6ECF4;
  --cream-deep: #F1DDEC;
  --cream-line: #DFC8DA;
  --cocoa: #2B1628;
  --cocoa-soft: #6D4B66;
  --cajeta: #D98A2B;
  --cajeta-dark: #B96F1B;
  --berry: #D85AC4;
  --berry-light: #B940A6;
  --paper: #FFFFFF;
  --radius: 22px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--cream);
  color: var(--cocoa);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

h1,
h2,
h3 {
  color: var(--cocoa);
  font-family: "Fraunces", serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.05;
}

em {
  color: var(--berry);
  font-style: italic;
  font-weight: 500;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--brand-mid);
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  display: inline-block;
  background: var(--berry);
}

.public-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--cream-line);
  background: rgba(246, 236, 244, 0.92);
  backdrop-filter: blur(10px);
}

.public-nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.public-logo {
  color: var(--cocoa);
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-weight: 700;
}

.public-logo span {
  color: var(--berry);
  font-style: italic;
  font-weight: 500;
}

.public-nav-links {
  display: flex;
  gap: 34px;
  font-size: 14.5px;
  font-weight: 600;
}

.public-nav-links a {
  color: var(--cocoa-soft);
  transition: color 0.2s;
}

.public-nav-links a:hover {
  color: var(--berry);
}

.public-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  padding: 13px 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.public-btn-primary {
  border: 0;
  background: var(--brand-dark);
  color: var(--paper);
  box-shadow: 0 6px 0 var(--cocoa);
}

.public-btn-primary:hover {
  background: var(--brand-mid);
  transform: translateY(-2px);
  box-shadow: 0 8px 0 var(--cocoa);
}

.public-btn-primary:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 var(--cocoa);
}

.public-btn-ghost {
  border: 1.5px solid var(--cocoa);
  background: transparent;
  color: var(--cocoa);
}

.public-btn-ghost:hover {
  background: var(--cocoa);
  color: var(--cream);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 60px;
}

.hero::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -160px;
  z-index: 0;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 90, 196, 0.22), transparent 70%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

.hero h1 {
  margin-bottom: 22px;
  font-size: clamp(40px, 5.4vw, 64px);
}

.hero p {
  max-width: 460px;
  margin-bottom: 32px;
  color: var(--cocoa-soft);
  font-size: 18px;
  line-height: 1.6;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cocoa-soft);
  font-size: 13.5px;
  font-weight: 600;
}

.stars {
  color: var(--cajeta-dark);
  font-size: 15px;
  letter-spacing: 2px;
}

.hero-art {
  position: relative;
  aspect-ratio: 1 / 1;
}

.plate {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, #fffaf0 0%, #f6e7c8 46%, #e9cf9e 70%, #d9b877 100%);
  box-shadow: 0 30px 60px -20px rgba(46, 27, 18, 0.45), inset 0 0 0 10px rgba(255, 255, 255, 0.5);
}

.crepe-fold {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74%;
  height: 74%;
  transform: translate(-50%, -50%);
}

.stamp {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brand-mid);
  box-shadow: 0 10px 24px rgba(126, 40, 109, 0.28);
  transform: rotate(-14deg);
}

.stamp svg {
  width: 100px;
}

.ticker-section {
  overflow: hidden;
  padding: 22px 0;
  background: var(--cocoa);
}

.ticker-track {
  width: max-content;
  display: flex;
  gap: 14px;
  animation: scroll 32s linear infinite;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.pill {
  border: 1px solid rgba(251, 241, 225, 0.28);
  border-radius: 999px;
  color: var(--cream);
  font-family: "Space Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 9px 20px;
  white-space: nowrap;
}

.pill.hot {
  border-color: var(--brand-primary);
  background: var(--brand-primary);
  color: var(--paper);
}

.drizzle {
  width: 100%;
  height: 44px;
}

.drizzle path {
  stroke: var(--brand-primary);
}

section {
  padding: 96px 0;
}

.specials-section,
.gallery-section {
  padding-top: 20px;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}

.section-head h2 {
  font-size: clamp(30px, 4vw, 42px);
}

.section-head p {
  max-width: 420px;
  color: var(--cocoa-soft);
  font-size: 16px;
  line-height: 1.6;
}

.builder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.ticket {
  position: relative;
  border: 1.5px dashed var(--cream-line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 20px 40px -26px rgba(46, 27, 18, 0.35);
  padding: 32px 30px;
}

.ticket::before,
.ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--cream);
  transform: translateY(-50%);
}

.ticket::before {
  left: -13px;
}

.ticket::after {
  right: -13px;
}

.ticket h3 {
  margin-bottom: 6px;
  font-size: 22px;
}

.ticket .tag {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--brand-mid);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ticket-spacer {
  height: 16px;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.chip {
  border: 1px solid var(--cream-line);
  border-radius: 999px;
  background: var(--cream-deep);
  color: var(--cocoa);
  font-size: 13.5px;
  font-weight: 700;
  padding: 9px 15px;
}

.ticket.premium .chip {
  border-color: rgba(216, 90, 196, 0.24);
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.combo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.combo-card {
  position: relative;
  border: 1px solid var(--cream-line);
  border-radius: 18px;
  background: var(--paper);
  padding: 26px 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.combo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 32px -18px rgba(46, 27, 18, 0.35);
}

.combo-num {
  display: block;
  margin-bottom: 12px;
  color: var(--brand-mid);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.combo-card h3 {
  margin-bottom: 8px;
  color: var(--brand-mid);
  font-size: 19px;
}

.combo-card p {
  color: var(--cocoa-soft);
  font-size: 14.5px;
  line-height: 1.55;
}

.gallery {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 22px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  border-radius: var(--radius);
  padding: 26px;
}

.gallery-card .cap {
  position: relative;
  z-index: 2;
  color: var(--paper);
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-weight: 600;
}

.gallery-card .cap small {
  display: block;
  margin-top: 4px;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.85;
}

.g1 {
  background: linear-gradient(155deg, #7A3B18, #3E2010);
}

.g2 {
  background: linear-gradient(155deg, #8A2B3E, #3E1220);
}

.drinks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.drink-col {
  border-radius: 18px;
  background: var(--cream-deep);
  padding: 28px 26px;
}

.drink-col h3 {
  margin-bottom: 16px;
  border-bottom: 1.5px solid var(--cream-line);
  font-size: 19px;
  padding-bottom: 14px;
}

.drink-col li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted rgba(107, 74, 50, 0.2);
  color: var(--cocoa-soft);
  font-size: 15px;
  font-weight: 600;
  padding: 8px 0;
}

.drink-col li::after {
  content: "·";
  color: var(--brand-primary);
}

.drink-col li:last-child {
  border-bottom: 0;
}

.order-inline {
  margin-top: 44px;
}

.location {
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  border-radius: 32px;
  background: var(--cocoa);
  color: var(--cream);
  padding: 70px 60px;
}

.location::before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 90, 196, 0.22), transparent 70%);
}

.loc-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.location-eyebrow {
  color: var(--brand-primary);
}

.location h2 {
  margin-bottom: 14px;
  color: var(--cream);
  font-size: clamp(28px, 4vw, 40px);
}

.location p {
  max-width: 420px;
  margin-bottom: 26px;
  color: #D8C4AE;
  font-size: 16px;
}

.loc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.loc-actions a {
  border: 1.5px solid rgba(251, 241, 225, 0.3);
  border-radius: 999px;
  color: var(--cream);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
}

.loc-actions a.whats {
  border-color: var(--brand-primary);
  background: var(--brand-primary);
  color: var(--paper);
}

.hours {
  border: 1px solid rgba(251, 241, 225, 0.18);
  border-radius: 18px;
  background: rgba(251, 241, 225, 0.06);
  padding: 26px;
}

.hours h4 {
  margin-bottom: 14px;
  color: var(--brand-primary);
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hour-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(251, 241, 225, 0.14);
  color: #E9DBC7;
  font-size: 14.5px;
  padding: 7px 0;
}

.hour-row:last-child {
  border-bottom: 0;
}

.public-footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--cocoa-soft);
  font-size: 13px;
}

.footer-logo {
  font-size: 16px;
}

.public-footer a {
  font-weight: 700;
}

.float-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--brand-primary);
  color: var(--paper);
  box-shadow: 0 18px 40px -16px rgba(126, 40, 109, 0.55);
  font-size: 13px;
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .combo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .public-nav-links {
    display: none;
  }
}

@media (max-width: 800px) {
  .section-head,
  .loc-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .builder-grid,
  .gallery,
  .drinks-grid {
    grid-template-columns: 1fr;
  }

  .location {
    margin: 0 12px;
    padding: 50px 26px;
  }
}

@media (max-width: 720px) {
  .wrap {
    padding: 0 22px;
  }

  .public-nav {
    padding: 16px 22px;
  }
}

@media (max-width: 620px) {
  .combo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .public-header {
    position: static;
  }

  .public-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .public-btn,
  .public-nav .public-btn {
    width: 100%;
  }

  .hero {
    padding-top: 42px;
  }

  .stamp {
    width: 92px;
    height: 92px;
  }

  .stamp svg {
    width: 76px;
  }

  .public-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ticker-track {
    width: auto;
    flex-wrap: wrap;
    padding-inline: 18px;
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
