:root {
  --yellow: #f8a515;
  --pink: #e63870;
  --blue: #cfeeff;
  --ink: #211f24;
  --cream: #fffaf0;
}

.nav {
  background: var(--ink);
  border-bottom-color: #ffffff18;
}

.nav nav { color: #fff; }
.nav-cta { color: #fff; }

.brand-logo {
  position: relative;
  width: 220px;
  height: 72px;
  overflow: visible;
  display: block;
  flex: 0 0 auto;
}

.brand-logo img {
  position: absolute;
  width: 205px;
  height: 205px;
  max-width: none;
  left: 4px;
  top: -67px;
  object-fit: contain;
}

.hero { background: var(--blue); }
.hero:after { border-color: #ffffff55; }
.yellow { background: var(--yellow); }
.photo-card img { height: auto; max-height: none; object-fit: contain; }

.visual-product {
  padding-top: 20px;
  overflow: hidden;
}

.visual-product > img {
  width: calc(100% + 52px);
  height: auto;
  max-height: none;
  margin: 12px -26px 18px;
  object-fit: contain;
  display: block;
  background: #f4eee4;
}

.visual-product h3 { font-size: 25px; }
.visual-product p { font-size: 14px; }

.real-menu {
  background: var(--blue);
  position: relative;
  overflow: hidden;
}

.real-menu:after {
  content: "ANTOJO";
  position: absolute;
  right: -25px;
  top: 15px;
  font-family: "Baloo 2";
  font-size: 150px;
  font-weight: 800;
  color: #ffffff45;
  pointer-events: none;
}

.menu-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  position: relative;
  z-index: 1;
}

.menu-board article {
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 26px;
  padding: 27px;
  box-shadow: 8px 8px 0 #211f2420;
}

.menu-board article:nth-child(2) { background: var(--pink); color: #fff; }
.menu-board article:nth-child(3) { background: var(--yellow); }
.menu-board article > span { font-size: 40px; }
.menu-board h3 { font-family: "Baloo 2"; font-size: 30px; margin: 5px 0 15px; }
.menu-board ul { list-style: none; margin: 0; padding: 0; }
.menu-board li { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; border-bottom: 1px dashed currentColor; font-size: 14px; }
.menu-board .small { margin-top: 24px; padding: 12px 17px; font-size: 13px; background: var(--ink); }

.events-image img { height: auto; object-fit: contain; object-position: center; background: #fff; }
.gallery { grid-template-rows: auto auto; align-items: start; }
.gallery img { height: auto; object-fit: contain; object-position: center; align-self: start; }
.gallery .g1 { grid-row: auto; }
.gallery .g2 { grid-row: auto; }
.gallery-quote { min-height: 170px; }

.social-gallery { padding: 105px 7vw; background: var(--ink); color: #fff; }
.social-gallery-head { display: grid; grid-template-columns: 1.2fr .55fr; gap: 8vw; align-items: end; margin-bottom: 40px; }
.social-gallery h2 { font-family: "Baloo 2"; font-size: clamp(48px,5vw,72px); line-height: .92; letter-spacing: -.035em; margin: 0; }
.social-gallery h2 em { color: var(--pink); font-style: normal; }
.social-gallery-head > div:last-child { line-height: 1.6; }
.social-gallery-head a { color: var(--yellow); font-weight: 800; }
.social-masonry { columns: 3; column-gap: 18px; }
.gallery-item { width: 100%; display: block; break-inside: avoid; margin: 0 0 18px; padding: 0; border: 0; border-radius: 22px; overflow: hidden; position: relative; cursor: zoom-in; background: #333; color: #fff; text-align: left; }
.gallery-item img { width: 100%; height: auto; display: block; transition: transform .35s,filter .35s; }
.gallery-item span { position: absolute; left: 14px; bottom: 14px; background: #211f24df; padding: 8px 12px; border-radius: 99px; font-size: 11px; font-weight: 800; }
.gallery-item:hover img { transform: scale(1.025); filter: saturate(1.08); }
.social-gallery .gallery-quote { margin-top: 10px; max-width: 520px; }
.lightbox { width: min(92vw,820px); max-height: 92vh; border: 0; border-radius: 22px; padding: 0; background: #111; overflow: auto; }
.lightbox::backdrop { background: #000c; backdrop-filter: blur(5px); }
.lightbox img { width: 100%; height: auto; display: block; }
.lightbox-close { position: fixed; margin: 12px 0 0 12px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #fff; color: #111; font-size: 28px; cursor: pointer; z-index: 2; }

.packages { background: var(--cream); }
.package-heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 7vw; align-items: end; margin-bottom: 45px; }
.package-heading h2 { font-family: "Baloo 2"; font-size: clamp(42px,5vw,68px); line-height: .95; letter-spacing: -.035em; margin: 0; }
.package-heading h2 em { color: var(--pink); font-style: normal; }
.package-heading > p { line-height: 1.65; }
.package-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.package-card { display: flex; flex-direction: column; background: #fff; border: 2px solid var(--ink); border-radius: 28px; overflow: hidden; min-height: 485px; transition: transform .25s,box-shadow .25s; }
.package-card:hover { transform: translateY(-6px); box-shadow: 9px 9px 0 var(--ink); }
.package-photo { position: relative; height: 210px; flex: 0 0 210px; overflow: hidden; background: var(--blue); }
.package-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.package-photo span { position: absolute; left: 16px; top: 16px; background: var(--yellow); color: var(--ink); padding: 8px 12px; border-radius: 99px; font-size: 11px; font-weight: 800; }
.package-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.package-kicker { margin: 0 0 5px; font-size: 10px; font-weight: 800; letter-spacing: .13em; color: var(--pink); }
.package-body h3 { font-family: "Baloo 2"; font-size: 29px; line-height: 1; margin: 4px 0 12px; }
.package-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.package-price b { font-family: "Baloo 2"; font-size: 32px; color: var(--pink); }
.package-price span { font-size: 12px; color: #777; }
.package-summary { margin: 0 0 22px; color: #666; font-size: 13px; line-height: 1.55; }
.featured-package .package-summary { color: #ccc; }
.package-body a { margin-top: auto; font-weight: 800; font-size: 13px; color: var(--pink); }
.featured-package { background: var(--ink); color: #fff; }
.featured-package .package-price span { color: #bbb; }
.package-note { margin-top: 25px; background: var(--yellow); border-radius: 24px; padding: 24px 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.package-note > span { font-size: 38px; }
.package-note b { font-family: "Baloo 2"; font-size: 22px; }
.package-note p { margin: 3px 0 0; font-size: 13px; }
.original-posts { margin-top: 80px; }
.original-posts-head { display: grid; grid-template-columns: 1fr .65fr; gap: 40px; align-items: end; margin-bottom: 25px; }
.original-posts-head h3 { font-family: "Baloo 2"; font-size: 38px; line-height: 1; margin: 0; }
.original-posts-head > p { line-height: 1.6; margin: 0; }
.original-posts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.original-posts-grid img { width: 100%; height: auto; display: block; border-radius: 24px; border: 2px solid var(--ink); background: #fff; }

.footer-logo {
  width: 240px;
  height: 90px;
  background: transparent;
  border-radius: 12px;
}

.footer-logo img {
  width: 230px;
  height: 230px;
  left: 0;
  top: -70px;
}

@media (max-width: 850px) {
  .nav nav { background: var(--ink); }
  .brand-logo { width: 175px; height: 60px; }
  .brand-logo img { width: 170px; height: 170px; left: 0; top: -55px; }
  .footer-logo { width: 220px; height: 78px; }
  .footer-logo img { width: 210px; height: 210px; left: 0; top: -64px; }
  .menu-board { grid-template-columns: 1fr; }
  .real-menu:after { font-size: 80px; }
  .visual-product > img { height: auto; }
  .package-heading { grid-template-columns: 1fr; gap: 12px; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: 0; }
  .package-photo { min-height: 245px; }
  .package-photo img { height: 205%; }
  .package-note { grid-template-columns: auto 1fr; }
  .package-note .btn { grid-column: 1/-1; }
  .original-posts-head,.original-posts-grid { grid-template-columns: 1fr; }
  .original-posts { margin-top: 55px; }
  .social-gallery { padding: 75px 6vw; }
  .social-gallery-head { grid-template-columns: 1fr; gap: 15px; }
  .social-masonry { columns: 2; }
}

@media (max-width: 520px) {
  .social-masonry { columns: 1; }
}
