/* ============================================================
   BUBUYU - Rediseño web
   Paleta de marca: #e2577b / #e0aa5e / #72c8dd / #24a6df

   FUENTE:
   El sitio está preparado para usar ColaKind Regular.
   Coloca legalmente tu archivo en:
      assets/ColaKind-Regular.woff2
   Si la fuente ya está instalada en el equipo, también se cargará con local().
   ============================================================ */

@font-face {
  font-family: "ColaKind";
  src: local("ColaKind Regular"),
       local("ColaKind-Regular"),
       url("assets/ColaKind-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --pink: #e2577b;
  --gold: #e0aa5e;
  --sky: #72c8dd;
  --blue: #24a6df;
  --ink: #272338;
  --white: #fffdf9;
  --paper: #fff8ef;
  --soft-blue: #eaf8fc;
  --line: #272338;
  --shadow: 8px 8px 0 rgba(39, 35, 56, .14);
  --radius: 26px;
  --shell: 1180px;
  --font-brand: "ColaKind", "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-brand);
  font-weight: 400;
  line-height: 1.5;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.shell {
  width: min(var(--shell), calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: -80px;
  padding: 12px 18px;
  background: var(--ink);
  color: white;
  border-radius: 10px;
}
.skip-link:focus { top: 16px; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 3px solid var(--ink);
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo-link { flex: 0 0 auto; }
.logo {
  width: 170px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 1rem;
}
.main-nav a:hover { background: var(--soft-blue); }
.main-nav .nav-cta {
  margin-left: 8px;
  background: var(--pink);
  color: white;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}
.main-nav .nav-cta:hover {
  background: var(--pink);
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.nav-toggle { display: none; }
.nav-button {
  display: none;
  width: 50px;
  height: 46px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background: var(--sky);
  cursor: pointer;
}
.nav-button span {
  width: 23px;
  height: 3px;
  background: var(--ink);
  border-radius: 999px;
}

/* Shared */
.section { padding: 96px 0; }
.eyebrow {
  margin: 0 0 12px;
  font-size: .92rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow-blue { color: var(--blue); }
.eyebrow-white { color: white; }

.section-heading { margin-bottom: 42px; }
.section-heading h2,
.menu-copy > h2,
.visit-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: .98;
  letter-spacing: -.035em;
}
.section-heading > p:last-child,
.menu-intro,
.visit-copy > p {
  margin: 18px 0 0;
  max-width: 680px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
}
.section-heading-inline {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: 50px;
}
.section-heading-inline > p { margin: 0; }
.centered { text-align: center; }
.centered p { margin-inline: auto; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 12px 22px;
  border: 2px solid var(--ink);
  border-radius: 16px;
  box-shadow: 5px 5px 0 var(--ink);
  transition: .15s ease;
}
.button:hover {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 var(--ink);
}
.button-pink { background: var(--pink); color: white; }
.button-blue { background: var(--blue); color: white; }
.button-white { background: white; }
.button-outline { background: transparent; }
.button-full { width: 100%; }

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--sky);
  border-bottom: 3px solid var(--ink);
}
.hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 54px;
  padding-top: 54px;
  padding-bottom: 76px;
}
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(3.4rem, 7vw, 6.7rem);
  line-height: .9;
  letter-spacing: -.045em;
}
.hero-copy h1 span {
  display: inline-block;
  color: var(--pink);
  text-shadow: 3px 3px 0 var(--white);
}
.hero-text {
  max-width: 590px;
  margin: 24px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.hero-stamps {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.hero-stamps span {
  padding: 9px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--gold);
  font-size: .92rem;
}

.hero-visual {
  position: relative;
  min-height: 575px;
}
.hero-image-frame {
  position: absolute;
  inset: 0 20px 0 70px;
  border: 3px solid var(--ink);
  border-radius: 38px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 12px 12px 0 var(--pink);
  transform: rotate(2deg);
}
.hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 61%;
}
.hero-note {
  position: absolute;
  z-index: 3;
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  padding: 11px 16px;
  line-height: 1;
}
.hero-note-top {
  right: -10px;
  top: 50px;
  background: var(--pink);
  color: white;
  transform: rotate(5deg);
  font-size: 1.45rem;
}
.hero-note-bottom {
  left: 18px;
  bottom: 48px;
  background: var(--gold);
  transform: rotate(-6deg);
  font-size: 1rem;
}
.scallop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 28px;
  background:
    radial-gradient(circle at 14px 0, transparent 14px, var(--white) 15px) 0 0 / 28px 28px repeat-x;
}

/* Flavor cards */
.flavor-section { background: var(--white); }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.feature-card {
  min-height: 310px;
  padding: 26px;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.feature-card h3 {
  margin: 18px 0 10px;
  font-size: 2rem;
  line-height: 1;
}
.feature-card p {
  margin: 0 0 24px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
.feature-card a { margin-top: auto; }
.feature-number {
  width: 46px;
  height: 46px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: white;
}
.feature-pink { background: var(--pink); color: white; }
.feature-blue { background: var(--blue); color: white; }
.feature-gold { background: var(--gold); }
.feature-sky { background: var(--sky); }
.feature-pink .feature-number,
.feature-blue .feature-number { color: var(--ink); }

/* Menu */
.menu-section {
  background: var(--paper);
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}
.menu-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 42px;
  align-items: start;
}
.menu-intro { margin-bottom: 30px; }
.menu-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.menu-card {
  background: white;
  border: 2px solid var(--ink);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 5px 5px 0 rgba(39,35,56,.12);
}
.menu-card-title {
  display: inline-block;
  margin: -34px 0 18px -8px;
  padding: 9px 14px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  box-shadow: 4px 4px 0 var(--ink);
  color: white;
  font-size: 1.25rem;
}
.title-pink { background: var(--pink); }
.title-blue { background: var(--blue); }
.title-sky { background: var(--sky); color: var(--ink); }
.title-gold { background: var(--gold); color: var(--ink); }
.menu-card h3 {
  margin: 15px 0 8px;
  font-size: 1.35rem;
}
.menu-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.menu-card li {
  position: relative;
  padding: 7px 0 7px 20px;
  border-bottom: 1px dashed rgba(39, 35, 56, .2);
}
.menu-card li::before {
  content: "•";
  position: absolute;
  left: 2px;
  color: var(--pink);
  font-weight: 700;
}
.two-col-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 14px;
}
.digital-menu-card {
  position: sticky;
  top: 120px;
  background: var(--sky);
  border: 3px solid var(--ink);
  border-radius: 26px;
  padding: 16px;
  box-shadow: 9px 9px 0 var(--pink);
}
.digital-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}
.digital-menu-top span { font-size: 1.35rem; }
.digital-menu-top small {
  font-family: Arial, Helvetica, sans-serif;
  opacity: .7;
}
.digital-menu-image {
  display: block;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: white;
  margin-bottom: 14px;
}
.digital-menu-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Product showcase */
.product-showcase { background: white; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.product-photo {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 30px;
  box-shadow: 8px 8px 0 var(--ink);
}
.product-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.product-photo-blue img { object-position: center 62%; }
.product-photo-pink img { object-position: center 58%; }
.product-photo-gold img { object-position: center 62%; }
.product-label {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  border-radius: 15px;
  background: white;
  box-shadow: 4px 4px 0 var(--ink);
}
.product-label strong { display: block; font-size: 1.35rem; }
.product-label span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .92rem;
}
.product-photo-blue .product-label { border-left: 10px solid var(--blue); }
.product-photo-pink .product-label { border-left: 10px solid var(--pink); }
.product-photo-gold .product-label { border-left: 10px solid var(--gold); }

/* Promo gallery */
.moments-section {
  background: var(--blue);
  color: white;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}
.promo-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: center;
}
.promo-item {
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 28px;
  background: white;
  box-shadow: 9px 9px 0 var(--ink);
  transform: rotate(-1.5deg);
}
.promo-item:nth-child(2) { transform: rotate(1.5deg); }
.promo-item:nth-child(3) { transform: rotate(-.7deg); }
.promo-item img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}
.promo-item-up { margin-top: -26px; }

/* Contact */
.visit-section {
  position: relative;
  overflow: hidden;
  background: var(--gold);
  border-bottom: 3px solid var(--ink);
}
.visit-grid {
  min-height: 590px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
.visit-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  overflow: hidden;
  background: white;
}
.visit-details > div {
  min-height: 100px;
  padding: 16px;
  border-right: 2px solid var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.visit-details > div:last-child { border-right: 0; }
.visit-details-two {
  grid-template-columns: repeat(2, 1fr);
}

.detail-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8rem;
  margin-bottom: 6px;
  opacity: .65;
}

.social-block {
  margin-top: 26px;
}

.social-title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  letter-spacing: .04em;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.social-card {
  min-height: 94px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 13px;
  align-items: center;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  color: var(--ink);
  transition: transform .18s ease, box-shadow .18s ease;
}

.social-card:hover {
  transform: translateY(-3px);
  box-shadow: 5px 5px 0 var(--ink);
}

.social-instagram {
  background: var(--pink);
}

.social-facebook {
  background: var(--blue);
}

.social-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 15px;
  background: white;
}

.social-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.9;
}

.social-icon-facebook svg {
  fill: var(--ink);
  stroke: none;
  width: 29px;
  height: 29px;
}

.social-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.social-copy small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .7;
}

.social-copy strong {
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.social-arrow {
  font-size: 1.6rem;
  line-height: 1;
}
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.visit-card {
  min-height: 420px;
  position: relative;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 12px 12px 0 var(--ink);
  display: grid;
  place-items: center;
}
.visit-card img {
  position: relative;
  z-index: 2;
  width: 74%;
}
.visit-card p {
  position: absolute;
  right: -12px;
  bottom: 56px;
  z-index: 3;
  margin: 0;
  padding: 12px 16px;
  border: 2px solid var(--ink);
  background: var(--sky);
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(-5deg);
  line-height: .9;
}
.visit-circle {
  position: absolute;
  border: 3px solid var(--ink);
  border-radius: 50%;
}
.visit-circle-1 {
  width: 110px;
  height: 110px;
  top: -20px;
  left: 18px;
  background: var(--sky);
}
.visit-circle-2 {
  width: 72px;
  height: 72px;
  right: 22px;
  top: 22px;
  background: var(--gold);
}

/* Footer */
.footer {
  background: var(--ink);
  color: white;
  padding: 24px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-logo { width: 120px; }
.footer p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9rem;
}
.footer-links { display: flex; gap: 18px; }
.footer-links a:hover { color: var(--sky); }

/* Responsive */
@media (max-width: 1050px) {
  .hero-grid,
  .visit-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-layout { grid-template-columns: 1fr 320px; }
  .product-photo, .product-photo img { min-height: 430px; }
}

@media (max-width: 850px) {
  .site-header { position: sticky; }
  .header-inner { min-height: 80px; }
  .logo { width: 135px; }
  .nav-button { display: flex; }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px 20px 22px;
    background: var(--white);
    border-bottom: 3px solid var(--ink);
  }
  .main-nav a { justify-content: flex-start; }
  .main-nav .nav-cta { margin-left: 0; justify-content: center; }
  .nav-toggle:checked ~ .main-nav { display: flex; }

  .hero-grid,
  .menu-layout,
  .visit-grid,
  .section-heading-inline { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 36px; }
  .hero-visual { min-height: 500px; }
  .hero-image-frame { inset: 0 26px 0 26px; }
  .hero-note-top { right: 0; }
  .section-heading-inline { gap: 16px; }
  .menu-columns { grid-template-columns: 1fr 1fr; }
  .digital-menu-card { position: static; width: min(460px, 100%); margin-inline: auto; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-photo:last-child { grid-column: 1 / -1; }
  .promo-gallery { grid-template-columns: repeat(3, minmax(220px, 1fr)); overflow-x: auto; padding: 12px 12px 28px; }
  .promo-item-up { margin-top: 0; }
  .visit-card { width: min(500px, 100%); margin-inline: auto; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .section { padding: 70px 0; }
  .hero-grid { min-height: auto; padding-bottom: 70px; }
  .hero-copy h1 { font-size: clamp(3rem, 16vw, 4.9rem); }
  .hero-visual { min-height: 430px; }
  .hero-image-frame { inset: 0 12px; box-shadow: 8px 8px 0 var(--pink); }
  .hero-note-top { top: 22px; font-size: 1.1rem; }
  .hero-note-bottom { left: 0; bottom: 28px; }
  .feature-grid,
  .menu-columns,
  .product-grid { grid-template-columns: 1fr; }
  .product-photo:last-child { grid-column: auto; }
  .product-photo, .product-photo img { min-height: 520px; }
  .two-col-list { grid-template-columns: 1fr; }
  .visit-details,
  .visit-details-two { grid-template-columns: 1fr; }
  .visit-details > div { border-right: 0; border-bottom: 2px solid var(--ink); }
  .visit-details > div:last-child { border-bottom: 0; }
  .social-links { grid-template-columns: 1fr; }
  .visit-card { min-height: 350px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
