:root {
  --pink: #e41c78;
  --lime: #c3d700;
  --ink: #040606;
  --cream: #fff8ea;
  --paper: #ffffff;
  --mist: #f5f3ec;
  --radius-xl: 44px;
  --radius-lg: 32px;
  --radius-md: 24px;
  --shadow-soft: 0 28px 80px rgba(4, 6, 6, 0.12);
  --shadow-card: 0 18px 45px rgba(4, 6, 6, 0.12);
  --shadow-polaroid: 0 26px 64px rgba(4, 6, 6, 0.16), 0 8px 20px rgba(228, 28, 120, 0.08);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--cream);
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600 950;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 13% 10%, rgba(228, 28, 120, 0.18), transparent 25%),
    radial-gradient(circle at 88% 14%, rgba(195, 215, 0, 0.24), transparent 24%),
    radial-gradient(circle at 26% 82%, rgba(228, 28, 120, 0.1), transparent 22%),
    radial-gradient(circle at 84% 78%, rgba(195, 215, 0, 0.16), transparent 24%),
    linear-gradient(180deg, #fffdf7 0%, #fff7e7 62%, #ffffff 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background-image:
    radial-gradient(34px 24px at 50% 100%, transparent 58%, rgba(228, 28, 120, 0.2) 60% 66%, transparent 68%),
    radial-gradient(34px 24px at 50% 100%, transparent 58%, rgba(195, 215, 0, 0.18) 60% 66%, transparent 68%);
  background-position:
    0 0,
    22px 24px;
  background-size:
    44px 48px,
    44px 48px;
  mask-image: linear-gradient(to bottom, #000 0 42%, transparent 88%);
  animation: scale-shimmer 9s ease-in-out infinite alternate;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.74;
  background-image:
    url("data:image/svg+xml,%3Csvg width='720' height='720' viewBox='0 0 720 720' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23040606' stroke-width='10' stroke-linecap='round' stroke-linejoin='round' opacity='.055'%3E%3Cpath d='M71 128l65-34-17 72 73-10-59 47 39 61-68-26-38 64-3-75-73-15 70-31z' fill='%23e41c78' fill-opacity='.5' stroke='none'/%3E%3Cpath d='M560 82l-32 88 64-9-68 113 19-84-58 8z' fill='%23c3d700' fill-opacity='.7' stroke='none'/%3E%3Cpath d='M122 510c44 12 73 10 88-8 17-21-1-52 19-73 18-18 47-14 72-3'/%3E%3Cpath d='M514 466c31 23 62 23 94 0'/%3E%3Cpath d='M536 456c0 54 23 78 23 118 0 23-14 37-33 37-18 0-31-14-31-32'/%3E%3Cpath d='M378 118l58 28-59 25'/%3E%3Cpath d='M426 594l72-14-20 65'/%3E%3Ccircle cx='624' cy='318' r='28'/%3E%3Cpath d='M643 270l28-28M657 314l41-7M624 226l-6-42'/%3E%3C/g%3E%3Cg fill='%23040606' opacity='.05'%3E%3Ccircle cx='204' cy='92' r='8'/%3E%3Ccircle cx='228' cy='92' r='8'/%3E%3Ccircle cx='252' cy='92' r='8'/%3E%3Ccircle cx='204' cy='116' r='8'/%3E%3Ccircle cx='228' cy='116' r='8'/%3E%3Ccircle cx='252' cy='116' r='8'/%3E%3Ccircle cx='588' cy='570' r='7'/%3E%3Ccircle cx='614' cy='570' r='7'/%3E%3Ccircle cx='640' cy='570' r='7'/%3E%3Ccircle cx='588' cy='596' r='7'/%3E%3Ccircle cx='614' cy='596' r='7'/%3E%3Ccircle cx='640' cy='596' r='7'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(circle at 10% 24%, rgba(228, 28, 120, 0.08), transparent 20%),
    radial-gradient(circle at 78% 34%, rgba(195, 215, 0, 0.08), transparent 22%),
    linear-gradient(rgba(4, 6, 6, 0.018) 1px, transparent 1px);
  background-position:
    center top,
    center,
    center,
    0 0;
  background-size:
    min(1120px, 145vw) auto,
    100% 100%,
    100% 100%,
    3px 3px;
  mix-blend-mode: multiply;
}

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

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

address {
  font-style: normal;
}

.menu-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 12px 16px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--lime);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.menu-link:hover,
.menu-link:focus-visible {
  transform: translateY(-3px) rotate(-1deg);
  box-shadow: 0 9px 0 var(--ink);
}

.site-shell {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 28px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 36px);
  width: 100%;
  padding: clamp(18px, 2.6vw, 30px) max(28px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  border: 1px solid rgba(4, 6, 6, 0.08);
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.7)),
    radial-gradient(circle at 78% 22%, rgba(228, 28, 120, 0.22), transparent 32%),
    radial-gradient(circle at 66% 76%, rgba(195, 215, 0, 0.28), transparent 30%),
    var(--paper);
  box-shadow: var(--shadow-soft);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 22px;
  border-radius: calc(var(--radius-xl) - 14px);
  opacity: 0.46;
  background-image:
    radial-gradient(28px 20px at 50% 100%, transparent 56%, rgba(228, 28, 120, 0.24) 58% 67%, transparent 69%),
    radial-gradient(28px 20px at 50% 100%, transparent 56%, rgba(195, 215, 0, 0.2) 58% 67%, transparent 69%),
    radial-gradient(circle at 16% 26%, rgba(228, 28, 120, 0.16), transparent 18%),
    radial-gradient(circle at 84% 72%, rgba(195, 215, 0, 0.16), transparent 20%);
  background-position:
    0 0,
    14px 16px,
    center,
    center;
  background-size:
    28px 32px,
    28px 32px,
    100% 100%,
    100% 100%;
  mask-image: linear-gradient(115deg, #000 0 18%, transparent 38% 58%, #000 80% 100%);
  animation: hero-scale-shimmer 7s ease-in-out infinite alternate;
}

.hero::after {
  display: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(520px, 1.26fr);
  gap: clamp(16px, 3vw, 42px);
  align-items: center;
  min-height: calc(100vh - 96px);
}

.hero__copy {
  position: relative;
  z-index: 7;
  padding: clamp(16px, 3vw, 34px) 0 clamp(18px, 3vw, 40px);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 9px 14px;
  border: 1px solid rgba(4, 6, 6, 0.08);
  border-radius: 999px;
  background: rgba(228, 28, 120, 0.1);
  color: var(--pink);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero__title,
h2,
p {
  margin: 0;
}

.hero__title {
  display: grid;
  gap: 4px;
  max-width: 680px;
}

.hero__logo {
  width: min(430px, 80vw);
  height: auto;
  margin-left: -12px;
  filter: drop-shadow(0 18px 26px rgba(4, 6, 6, 0.14));
}

.hero__title span {
  display: block;
  max-width: 8ch;
  font-size: clamp(4.6rem, 9vw, 8.4rem);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 5px var(--paper);
  paint-order: stroke fill;
  text-shadow:
    0 8px 24px rgba(4, 6, 6, 0.18),
    3px 3px 0 var(--paper),
    -3px 3px 0 var(--paper),
    3px -3px 0 var(--paper),
    -3px -3px 0 var(--paper);
}

.hero__subtitle {
  max-width: 520px;
  margin-top: 22px;
  color: rgba(4, 6, 6, 0.72);
  font-size: clamp(1.1rem, 2vw, 1.48rem);
  font-weight: 760;
  line-height: 1.34;
}

.hero__subtitle strong {
  display: inline-block;
  color: var(--pink);
  font-size: 1.35em;
  font-weight: 1000;
  line-height: 0.75;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.hero__stage {
  position: relative;
  min-height: 760px;
}

.main-hero-photo {
  position: absolute;
  right: -8%;
  bottom: -10%;
  z-index: 3;
  width: min(112%, 790px);
  aspect-ratio: 0.82;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 34px 52px rgba(4, 6, 6, 0.28));
  transform: rotate(1deg);
  clip-path: polygon(5% 8%, 96% 0, 100% 82%, 88% 100%, 3% 94%, 0 22%);
}

.main-hero-photo::before {
  position: absolute;
  inset: 12% 4% 3% 8%;
  z-index: -1;
  content: "";
  background: radial-gradient(circle at 48% 38%, rgba(228, 28, 120, 0.14), transparent 55%);
  filter: blur(24px);
}

.main-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
  transform: scale(1.24);
}

.about,
.social-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1fr);
  gap: clamp(18px, 4vw, 44px);
  align-items: stretch;
  margin-top: 22px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(4, 6, 6, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(18px);
}

.about h2,
.social-cta h2 {
  max-width: 760px;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.about__details {
  display: grid;
  gap: 14px;
  align-content: center;
}

.about__details p,
.about__details address {
  padding: clamp(18px, 3vw, 28px);
  border-radius: var(--radius-md);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  font-weight: 880;
  line-height: 1.18;
}

.about__details p {
  background: var(--lime);
}

.about__details address {
  background: var(--ink);
  color: var(--paper);
}

.social-cta {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  margin-bottom: 22px;
  background:
    radial-gradient(circle at 18% 16%, rgba(228, 28, 120, 0.12), transparent 28%),
    radial-gradient(circle at 76% 78%, rgba(195, 215, 0, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.8);
}

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

.social-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(4, 6, 6, 0.08);
  background: var(--paper);
  box-shadow: 0 12px 28px rgba(4, 6, 6, 0.08);
  font-weight: 950;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    background-color 200ms ease,
    color 200ms ease;
}

.social-button {
  min-height: 118px;
  padding: 22px;
  border-radius: var(--radius-md);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.social-button span:last-child {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(4, 6, 6, 0.06);
}

.social-button:nth-child(1) {
  background: var(--pink);
  color: var(--paper);
}

.social-button:nth-child(2) {
  background: var(--lime);
}

.social-button:nth-child(3) {
  background: var(--lime);
}

.social-button:hover,
.social-button:focus-visible {
  box-shadow: 0 18px 40px rgba(4, 6, 6, 0.15);
  transform: translateY(-4px);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 8px 0 30px;
  color: rgba(4, 6, 6, 0.66);
  font-size: 0.92rem;
  font-weight: 760;
}

.footer span {
  color: var(--pink);
}

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

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float-y {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -14px;
  }
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes scale-shimmer {
  0% {
    opacity: 0.5;
    filter: hue-rotate(0deg) saturate(1);
    background-position:
      0 0,
      22px 24px;
  }

  50% {
    opacity: 0.7;
    filter: hue-rotate(38deg) saturate(1.22);
    background-position:
      8px 5px,
      14px 29px;
  }

  100% {
    opacity: 0.56;
    filter: hue-rotate(78deg) saturate(1.08);
    background-position:
      16px 10px,
      6px 34px;
  }
}

@keyframes hero-scale-shimmer {
  0% {
    opacity: 0.52;
    filter: hue-rotate(0deg) saturate(1);
    background-position:
      0 0,
      14px 16px,
      center,
      center;
  }

  50% {
    opacity: 0.78;
    filter: hue-rotate(40deg) saturate(1.22);
    background-position:
      8px 5px,
      6px 21px,
      center,
      center;
  }

  100% {
    opacity: 0.62;
    filter: hue-rotate(82deg) saturate(1.1);
    background-position:
      16px 10px,
      -2px 26px,
      center,
      center;
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: auto;
    border-radius: 34px;
  }

  .hero__grid,
  .about,
  .social-cta {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    min-height: 0;
  }

  .hero__stage {
    min-height: 620px;
  }

  .main-hero-photo {
    right: -10%;
    bottom: -12%;
    width: min(104%, 640px);
  }

  .social-cta {
    gap: 24px;
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: 100%;
    padding-top: 0;
  }

  .hero {
    padding: 16px 14px;
    border-radius: 0 0 28px 28px;
  }

  .hero__copy {
    padding: 26px 6px 8px;
  }

  .hero__title {
    max-width: 100%;
  }

  .hero__logo {
    width: min(310px, 82vw);
    margin-left: -8px;
  }

  .hero__title span {
    max-width: 8ch;
    font-size: clamp(3.45rem, 18vw, 5.3rem);
  }

  .hero__stage {
    min-height: 540px;
  }

  .main-hero-photo {
    right: -14%;
    bottom: 18px;
    width: 116%;
    aspect-ratio: 0.86;
  }

  .about,
  .social-cta {
    margin-top: 14px;
    padding: 18px;
    border-radius: 28px;
  }

  .social-grid {
    grid-template-columns: 1fr;
  }

  .social-button {
    min-height: 82px;
  }

  .footer {
    width: min(100% - 28px, 520px);
    padding-bottom: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

/* Home refresh: open-now hero, menu preview and social links. */
.home-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 14px 0 28px;
}

.home-hero,
.menu-preview,
.social-section {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(4, 6, 6, 0.1);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.94fr);
  gap: clamp(18px, 4vw, 56px);
  align-items: center;
  min-height: min(820px, calc(100vh - 28px));
  padding: clamp(28px, 5vw, 68px);
  background: #fff;
}

.home-hero__copy {
  position: relative;
  z-index: 2;
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(4, 6, 6, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #31b34a;
  box-shadow: 0 0 0 5px rgba(49, 179, 74, 0.14);
}

.home-status-dot.is-closed {
  background: rgba(4, 6, 6, 0.42);
  box-shadow: 0 0 0 5px rgba(4, 6, 6, 0.08);
}

.home-logo {
  width: min(320px, 72vw);
  height: auto;
  margin-left: -10px;
  filter: drop-shadow(0 14px 24px rgba(4, 6, 6, 0.12));
}

.home-hero h1 {
  max-width: 8ch;
  margin: 8px 0 18px;
  font-size: clamp(4rem, 8vw, 7.4rem);
  font-weight: 950;
  line-height: 0.84;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.home-hero h1 span,
.section-heading h2 span {
  color: var(--pink);
}

.home-hero__lead {
  max-width: 440px;
  color: rgba(4, 6, 6, 0.7);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 750;
  line-height: 1.35;
}

.home-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 560px;
  margin: 28px 0 18px;
  padding: 16px;
  border: 2px solid var(--ink);
  border-radius: 22px;
  background: var(--lime);
}

.home-location__label {
  display: block;
  margin-bottom: 5px;
  color: rgba(4, 6, 6, 0.58);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-location address {
  max-width: 310px;
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.2;
}

.home-location__hours {
  display: block;
  margin-top: 6px;
  color: rgba(4, 6, 6, 0.62);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
}

.route-button,
.primary-button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 950;
}

.route-button {
  flex: 0 0 auto;
  padding: 12px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.82rem;
}

.primary-button {
  padding: 15px 19px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--pink);
  color: var(--paper);
  box-shadow: 0 7px 0 var(--ink);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(3px);
  box-shadow: 0 3px 0 var(--ink);
}

.home-hero__visual {
  position: relative;
  min-height: 520px;
  isolation: isolate;
}

.home-product-frame {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: visible;
}

.home-product-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-hero-wrap {
  z-index: 1;
  right: -4%;
  bottom: 1%;
  width: 108% !important;
  height: 108% !important;
  transform: rotate(-5deg);
}

.home-hero-mascot {
  z-index: 2;
  right: 1%;
  bottom: -3%;
  width: 35% !important;
  height: 41% !important;
  filter: drop-shadow(0 14px 15px rgba(4, 6, 6, 0.22));
}

@media (min-width: 921px) {
  .home-product-frame .home-hero-wrap {
    right: -58%;
    bottom: -18%;
    width: 190% !important;
    height: 190% !important;
    max-width: none;
  }
}

.home-sticker {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 2px solid var(--ink);
  border-radius: 13px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 4px 5px 0 var(--ink);
  white-space: nowrap;
}

.home-sticker--top {
  top: 8%;
  right: 2%;
  background: var(--lime);
  transform: rotate(6deg);
}

.home-sticker--bottom {
  bottom: 7%;
  left: 2%;
  background: var(--pink);
  color: var(--paper);
  transform: rotate(-5deg);
}

.menu-preview,
.social-section {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 46px);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.text-link {
  flex: 0 0 auto;
  padding: 12px 15px;
  border-bottom: 3px solid var(--pink);
  font-size: 0.92rem;
}

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

.featured-card {
  overflow: hidden;
  border: 1px solid rgba(4, 6, 6, 0.1);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 14px 32px rgba(4, 6, 6, 0.09);
}

.featured-card:nth-child(3n + 1) { transform: rotate(-0.7deg); }
.featured-card:nth-child(3n + 2) { transform: rotate(0.5deg); }
.featured-card:nth-child(3n) { transform: rotate(-0.25deg); }

.featured-card__image {
  height: 210px;
  overflow: hidden;
  background: #fff;
}

.featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.featured-card__body {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  min-height: 106px;
  padding: 15px;
}

.featured-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.05;
}

.featured-card p {
  color: rgba(4, 6, 6, 0.58);
  font-size: 0.78rem;
  line-height: 1.25;
}

.featured-card__price {
  flex: 0 0 auto;
  padding: 7px 8px;
  border-radius: 7px;
  background: var(--lime);
  font-size: 0.76rem;
  font-weight: 950;
  white-space: nowrap;
}

.featured-card__prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex: 0 0 auto;
  gap: 4px;
}

.featured-card__prices .featured-card__price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding: 6px 7px;
  font-size: 0.64rem;
  line-height: 1.05;
}

.featured-card__price small {
  color: rgba(4, 6, 6, 0.58);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-card__price--2xl {
  background: var(--pink) !important;
  color: var(--paper);
}

.featured-card__price--2xl small { color: rgba(255, 255, 255, 0.78); }

.social-section {
  margin-bottom: 22px;
  background:
    radial-gradient(circle at 14% 20%, rgba(228, 28, 120, 0.13), transparent 28%),
    radial-gradient(circle at 84% 80%, rgba(195, 215, 0, 0.22), transparent 34%),
    rgba(255, 255, 255, 0.8);
}

.social-section .social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.social-section .social-button {
  min-height: 94px;
  padding: 17px;
  border-radius: 20px;
  font-size: 1rem;
}

.social-section .social-button,
.social-section .social-button:nth-child(n) {
  background: var(--paper);
  color: var(--ink);
}

.social-section .social-button:hover,
.social-section .social-button:focus-visible {
  background: var(--lime);
}

.social-section .social-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--pink);
}

.social-section .social-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-section .social-icon svg path {
  fill: currentColor;
  stroke: none;
}

.social-section .social-button:hover .social-icon,
.social-section .social-button:focus-visible .social-icon {
  color: var(--ink);
}

.home-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 0 0 28px;
  color: rgba(4, 6, 6, 0.62);
  font-size: 0.86rem;
  font-weight: 760;
}

@media (max-width: 920px) {
  .home-hero { grid-template-columns: 1fr; min-height: auto; }
  .home-hero__visual { min-height: min(620px, 90vw); }
  .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .social-section .social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .home-shell { width: 100%; padding: 0 0 14px; }
  .home-hero,
  .menu-preview,
  .social-section { border-radius: 0 0 28px 28px; }
  .home-hero {
    display: block;
    min-height: 720px;
    padding: 24px 18px 28px;
  }
  .home-logo {
    width: min(160px, 42vw);
    margin-left: -4px;
  }
  .home-hero__copy { position: relative; z-index: 3; }
  .home-hero h1 { font-size: clamp(3.55rem, 17vw, 5.3rem); }
  .home-location { align-items: stretch; flex-direction: column; }
  .route-button { width: 100%; }
  .primary-button { width: 100%; }
  .home-hero__visual {
    position: absolute;
    right: -2%;
    top: 112px;
    bottom: auto;
    width: 52%;
    height: 315px;
    min-height: 0;
    z-index: 1;
  }
  .home-product-frame {
    inset: 0;
  }
  .home-product-frame .home-hero-wrap {
    right: -3%;
    bottom: -2%;
    width: 155% !important;
    height: 118% !important;
  }
  .home-product-frame .home-hero-mascot {
    right: 10%;
    bottom: 6%;
    width: 34% !important;
    height: 46% !important;
  }
  .home-sticker {
    min-height: 31px;
    padding: 7px 9px;
    border-width: 1.5px;
    border-radius: 10px;
    font-size: 0.52rem;
    box-shadow: 3px 4px 0 var(--ink);
  }
  .home-sticker--top {
    top: 3%;
    right: 12%;
  }
  .home-sticker--bottom {
    bottom: 20%;
    left: -4%;
  }
  .menu-preview,
  .social-section { margin-top: 14px; padding: 22px 14px; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading h2 { font-size: clamp(2.7rem, 14vw, 4.3rem); }
  .text-link { align-self: flex-start; }
  .featured-grid { gap: 9px; }
  .featured-card__image { height: 145px; }
  .featured-card__body { display: block; min-height: 122px; padding: 11px; }
  .featured-card h3 { font-size: 0.86rem; }
  .featured-card p { font-size: 0.7rem; }
  .featured-card__price { display: inline-flex; margin-top: 10px; font-size: 0.68rem; }
  .featured-card__prices .featured-card__price { margin-top: 0; }
  .social-section .social-grid { grid-template-columns: 1fr; }
  .social-section .social-button { min-height: 70px; }
  .home-footer { width: calc(100% - 28px); flex-direction: column; padding: 8px 0 22px; }
}
