@font-face {
  font-family: "Cormorant Pinky";
  src:
    url("assets/fonts/CormorantGaramond-Variable.woff2") format("woff2"),
    url("assets/fonts/CormorantGaramond-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Pinky";
  src:
    url("assets/fonts/CormorantGaramond-Italic-Variable.woff2") format("woff2"),
    url("assets/fonts/CormorantGaramond-Italic-Variable.ttf") format("truetype");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Onest Pinky";
  src:
    url("assets/fonts/Onest-Variable.woff2") format("woff2"),
    url("assets/fonts/Onest-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --pink: #f46ba3;
  --light-pink: #f5cdff;
  --blue: #48a3d1;
  --red: #e71b1c;
  --yellow: #f6e65a;
  --green: #008b43;
  --ink: #000;
  --paper: #f4f4f4;
  --serif: "Cormorant Pinky", Georgia, serif;
  --sans: "Onest Pinky", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display: "Onest Pinky", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.4;
}

body.menu-open {
  overflow: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.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: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement {
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 6px 24px;
  color: var(--paper);
  background: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-header {
  position: relative;
  z-index: 50;
  border-bottom: 2px solid var(--ink);
  background: var(--paper);
}

.nav-shell {
  width: min(100% - 48px, 1440px);
  min-height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.brand {
  width: 350px;
  justify-self: center;
}

.brand img {
  width: 100%;
}

.brand-short {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a,
.text-link,
.footer-bottom a {
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.text-link:hover,
.text-link:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  text-decoration-line: underline;
}

.nav-cta {
  justify-self: end;
  border: 2px solid var(--ink);
  padding: 12px 18px;
  background: var(--pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--paper);
  background: var(--ink);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 8px;
  border: 0;
  background: transparent;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 121px;
  min-height: calc(100svh - 121px);
  display: grid;
  align-items: center;
  padding: clamp(56px, 6vw, 96px) 24px;
  overflow: hidden;
  text-align: left;
  background: var(--pink);
}

.menu-section,
.moments {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.story-section,
.visit-section {
  isolation: isolate;
}

.hero > :not(.fruit-decoration),
.menu-section > :not(.fruit-decoration),
.story-section > :not(.fruit-decoration),
.moments > :not(.fruit-decoration),
.visit-section > :not(.fruit-decoration):not(.visit-sticker):not(.visit-sticker-pinky) {
  position: relative;
  z-index: 2;
}

.fruit-decoration {
  position: absolute;
  z-index: 4;
  display: block;
  contain: layout style;
  pointer-events: auto;
  user-select: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  scale: 1.2;
  filter: drop-shadow(5px 7px 0 rgb(0 0 0 / 14%));
  transform-origin: center;
  animation: fruit-drift 6.8s ease-in-out infinite alternate;
}

.fruit-decoration:focus-visible {
  outline: 4px solid var(--ink);
  outline-offset: 7px;
  border-radius: 50%;
}

.fruit-decoration.is-squashing {
  animation: fruit-squash 620ms cubic-bezier(.22, .8, .32, 1) both;
}

.motion-offscreen,
.motion-offscreen *,
.motion-offscreen *::before,
.motion-offscreen *::after,
html.motion-paused *,
html.motion-paused *::before,
html.motion-paused *::after {
  animation-play-state: paused !important;
}

.fruit-hero-blueberry {
  bottom: 10%;
  left: -28px;
  width: clamp(68px, 7vw, 104px);
  rotate: -13deg;
  animation-delay: -2.4s;
}

.fruit-hero-lemon {
  top: 9%;
  right: -38px;
  width: clamp(78px, 8vw, 124px);
  rotate: 12deg;
  animation-delay: -5.8s;
}

.fruit-menu-watermelon {
  top: 96px;
  right: -52px;
  width: clamp(116px, 12vw, 184px);
  rotate: 15deg;
  animation-delay: -4.1s;
}

.fruit-menu-lemon {
  top: 53%;
  left: -36px;
  width: clamp(84px, 8vw, 126px);
  rotate: -16deg;
  animation-delay: -1.2s;
}

.fruit-menu-blueberry {
  top: 31%;
  right: -42px;
  width: clamp(92px, 9vw, 142px);
  rotate: 17deg;
  animation-delay: -6.1s;
}

.fruit-story-watermelon {
  bottom: 7%;
  left: -54px;
  width: clamp(118px, 12vw, 184px);
  rotate: -12deg;
  animation-delay: -4.6s;
}

.fruit-moments-banana {
  top: 14%;
  right: -58px;
  width: clamp(126px, 13vw, 196px);
  rotate: 22deg;
  animation-delay: -3.3s;
}

.fruit-moments-lemon {
  bottom: 9%;
  left: -42px;
  width: clamp(90px, 9vw, 138px);
  rotate: -18deg;
  animation-delay: -1.9s;
}

.fruit-visit-blueberry {
  bottom: 8%;
  left: -38px;
  width: clamp(88px, 9vw, 138px);
  rotate: -11deg;
  animation-delay: -5.2s;
}

@keyframes fruit-drift {
  from {
    transform: translate3d(0, -4px, 0) scale(0.98);
  }
  to {
    transform: translate3d(7px, 8px, 0) scale(1.02);
  }
}

@keyframes fruit-squash {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
  20% {
    transform: translate3d(0, 16px, 0) scale(1.32, 0.52);
  }
  43% {
    transform: translate3d(0, -10px, 0) scale(0.77, 1.24);
  }
  66% {
    transform: translate3d(0, 8px, 0) scale(1.15, 0.7);
  }
  82% {
    transform: translate3d(0, -3px, 0) scale(0.93, 1.08);
  }
}

.hero-layout {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.76fr);
  align-items: center;
  gap: clamp(42px, 7vw, 112px);
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.story-copy h2,
.visit-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.045em;
}

.hero h1 {
  font-size: clamp(70px, 8.5vw, 136px);
}

.hero h1 em {
  font-weight: 500;
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  padding: 14px 24px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.button-dark {
  color: var(--paper);
  background: var(--ink);
}

.button-dark:hover,
.button-dark:focus-visible {
  color: var(--ink);
  background: var(--paper);
}

.button-light {
  background: var(--paper);
}

.button-light:hover,
.button-light:focus-visible {
  color: var(--paper);
  background: var(--ink);
}

.text-link {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link span {
  display: inline-block;
  margin-left: 6px;
  font-size: 18px;
}

.mascot-stage {
  position: relative;
  min-width: 0;
  height: clamp(530px, 51vw, 680px);
  border: 3px solid var(--ink);
  border-radius: 48% 48% 24px 24px;
  overflow: hidden;
  background: var(--blue);
  box-shadow: 14px 14px 0 var(--ink);
  isolation: isolate;
}

.mascot-stage::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 56px;
  width: 46%;
  height: 32px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: rgb(0 0 0 / 18%);
  transform: translateX(-50%);
  animation: mascot-shadow 3.1s ease-in-out infinite;
}

.mascot-halo {
  position: absolute;
  z-index: 0;
  top: 70px;
  left: 50%;
  width: 72%;
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  transform: translateX(-50%);
  animation: mascot-halo 3.1s ease-in-out infinite;
}

.mascot-halo::before {
  content: "";
  position: absolute;
  inset: -25px;
  border: 3px dashed var(--ink);
  border-radius: 50%;
  animation: mascot-orbit 15s linear infinite;
}

.mascot-float {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 54px;
  width: min(66%, 420px);
  transform: translateX(-50%);
  transform-origin: center bottom;
  animation: mascot-bob 3.1s ease-in-out infinite;
  will-change: transform;
}

.hero-mascot {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(8px 11px 0 rgb(0 0 0 / 16%));
  transition: transform 220ms ease;
}

.mascot-stage:hover .hero-mascot {
  transform: scale(1.045) rotate(-1.5deg);
}

.mascot-stage:hover .mascot-float {
  animation-duration: 1.35s;
}

.sip-bubble {
  position: absolute;
  z-index: 5;
  top: 47%;
  left: 7%;
  border: 3px solid var(--ink);
  border-radius: 50%;
  padding: 14px 16px;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 0.72;
  text-align: center;
  text-transform: uppercase;
  rotate: -9deg;
  animation: sip-pop 1.7s ease-in-out infinite;
}

.mascot-caption {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--pink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.mascot-spark,
.mascot-dot {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.mascot-spark {
  font-size: 42px;
  animation: mascot-sparkle 2.4s ease-in-out infinite;
}

.mascot-spark-one {
  top: 24%;
  left: 8%;
}

.mascot-spark-two {
  top: 34%;
  right: 8%;
  color: var(--pink);
  animation-delay: -1.1s;
}

.mascot-dot {
  width: 24px;
  height: 24px;
  border: 3px solid var(--ink);
  border-radius: 50%;
}

.mascot-dot-one {
  right: 14%;
  bottom: 28%;
  background: var(--red);
  animation: mascot-dot 2.8s ease-in-out infinite;
}

.mascot-dot-two {
  top: 15%;
  left: 22%;
  background: var(--light-pink);
  animation: mascot-dot 2.8s ease-in-out -1.4s infinite;
}

@keyframes mascot-bob {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateX(-50%) translateY(-15px) rotate(1deg);
  }
}

@keyframes mascot-shadow {
  0%,
  100% {
    transform: translateX(-50%) scaleX(1);
    opacity: 0.8;
  }
  50% {
    transform: translateX(-50%) scaleX(0.82);
    opacity: 0.45;
  }
}

@keyframes mascot-halo {
  0%,
  100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.035);
  }
}

@keyframes mascot-orbit {
  to {
    rotate: 360deg;
  }
}

@keyframes sip-pop {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.62;
  }
  45% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes mascot-sparkle {
  0%,
  100% {
    transform: scale(0.76) rotate(-8deg);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.18) rotate(8deg);
    opacity: 1;
  }
}

@keyframes mascot-dot {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}

.ticker {
  width: 100%;
  overflow: hidden;
  border-block: 2px solid var(--ink);
  color: var(--paper);
  background: var(--ink);
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 0;
  animation: ticker 24s linear infinite;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ticker-track i {
  color: var(--pink);
  font-style: normal;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.menu-section,
.moments {
  padding: clamp(86px, 10vw, 150px) 24px;
}

.section-heading {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.section-heading h2,
.story-copy h2,
.visit-section h2 {
  font-size: clamp(62px, 9vw, 132px);
}

.section-heading > p:last-child {
  max-width: 560px;
  margin: 30px auto 0;
  font-size: 18px;
}

.menu-showcase {
  width: min(100%, 1380px);
  margin: 52px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  gap: 18px;
}

.menu-showcase-card {
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  border: 2px solid var(--ink);
  overflow: hidden;
  background: var(--paper);
}

.menu-showcase-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.menu-showcase-card figcaption {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 2px solid var(--ink);
  padding: 16px 20px;
  background: var(--paper);
}

.menu-showcase-card figcaption span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-showcase-card figcaption strong {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}

.filter-bar {
  margin: 36px auto 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-button {
  min-width: 92px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 10px 18px;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.is-active {
  color: var(--paper);
  background: var(--ink);
}

.menu-count {
  width: min(100%, 1380px);
  margin: 0 auto 14px;
  text-align: right;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-grid {
  width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.menu-group-heading {
  --group-color: var(--pink);
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  border-top: 3px solid var(--ink);
  padding: 24px 0 2px;
}

.menu-group-heading:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.menu-group-heading[hidden] {
  display: none;
}

.menu-group-heading h3 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.04em;
}

.menu-group-heading h3::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--group-color);
}

.menu-group-heading > span {
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--group-color);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.menu-group-heading[data-group-heading="juice"] {
  --group-color: var(--yellow);
}

.menu-group-heading[data-group-heading="lemonade"] {
  --group-color: var(--pink);
}

.menu-group-heading[data-group-heading="shake"] {
  --group-color: var(--light-pink);
}

.menu-group-heading[data-group-heading="matcha"] {
  --group-color: var(--green);
}

.menu-group-heading[data-group-heading="sandwich"] {
  --group-color: var(--blue);
}

.menu-group-heading[data-group-heading="bowl"] {
  --group-color: var(--red);
}

.menu-group-heading[data-group-heading="matcha"] > span,
.menu-group-heading[data-group-heading="bowl"] > span {
  color: var(--paper);
}

.product-card {
  --category: var(--pink);
  position: relative;
  min-width: 0;
  border: 2px solid var(--ink);
  overflow: hidden;
  background: var(--paper);
}

.product-card[hidden] {
  display: none;
}

.menu-card[data-category="juice"] {
  --category: var(--yellow);
}

.menu-card[data-category="lemonade"] {
  --category: var(--pink);
}

.menu-card[data-category="shake"] {
  --category: var(--light-pink);
}

.menu-card[data-category="matcha"] {
  --category: var(--green);
}

.menu-card[data-category="sandwich"] {
  --category: var(--blue);
}

.menu-card[data-category="bowl"] {
  --category: var(--red);
}

.menu-card-media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-bottom: 2px solid var(--ink);
  background: #fff;
  cursor: zoom-in;
}

.menu-card-media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 8px;
  border-bottom: 2px solid var(--ink);
  background: var(--category);
  pointer-events: none;
}

.menu-card-media::after {
  content: "Увеличить ↗";
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--paper);
  background: var(--ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.menu-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px 12px 8px;
  transform-origin: center;
  transition: transform 240ms ease;
}

.menu-card:not([data-category="sandwich"]):not([data-category="bowl"]) .menu-card-media img {
  transform: scale(1.3);
}

.menu-card[data-category="sandwich"] .menu-card-media {
  background: #faf3f4;
}

.menu-card[data-category="sandwich"] .menu-card-media img {
  object-fit: contain;
  padding: 0;
  transform: scale(1.1);
}

.menu-card[data-category="bowl"] .menu-card-media img {
  object-fit: cover;
  padding: 0;
}

.menu-card:hover .menu-card-media img,
.menu-card-media:focus-visible img {
  transform: scale(1.035);
}

.menu-card[data-category="sandwich"]:hover .menu-card-media img,
.menu-card[data-category="sandwich"] .menu-card-media:focus-visible img {
  transform: scale(1.14);
}

.menu-card:not([data-category="sandwich"]):not([data-category="bowl"]):hover .menu-card-media img,
.menu-card:not([data-category="sandwich"]):not([data-category="bowl"]) .menu-card-media:focus-visible img {
  transform: scale(1.345);
}

.menu-card-media:hover::after,
.menu-card-media:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.menu-card-media:focus-visible {
  outline: 4px solid var(--blue);
  outline-offset: -6px;
}

.product-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 18px;
  background: var(--paper);
}

.product-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(25px, 2.1vw, 32px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.product-copy .menu-category {
  width: fit-content;
  margin: 0 0 9px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  padding: 4px 8px;
  background: var(--category);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.ingredients-button {
  width: fit-content;
  margin: 11px 0 0;
  appearance: none;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--ink);
  background: var(--category);
  font: inherit;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

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

.ingredients-button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.menu-card-mark {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--category);
  font-size: 10px;
  font-weight: 900;
}

.menu-card[data-category="matcha"] .menu-category,
.menu-card[data-category="matcha"] .menu-card-mark,
.menu-card[data-category="matcha"] .ingredients-button,
.menu-card[data-category="bowl"] .menu-category,
.menu-card[data-category="bowl"] .menu-card-mark,
.menu-card[data-category="bowl"] .ingredients-button {
  color: var(--paper);
}

.photo-lightbox {
  width: min(92vw, 1040px);
  max-width: none;
  max-height: 92vh;
  margin: auto;
  border: 3px solid var(--ink);
  padding: 0;
  overflow: visible;
  color: var(--ink);
  background: var(--paper);
}

.photo-lightbox[open] {
  animation: lightbox-in 180ms ease-out;
}

.photo-lightbox::backdrop {
  background: rgb(0 0 0 / 82%);
  backdrop-filter: blur(5px);
}

.lightbox-frame {
  max-height: calc(92vh - 6px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: auto;
}

.lightbox-frame > img {
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
  background: #fff;
}

.lightbox-caption {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 3px solid var(--ink);
  padding: 17px 22px;
  background: var(--paper);
}

.lightbox-caption p {
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lightbox-caption h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-align: right;
}

.lightbox-close {
  position: absolute;
  z-index: 4;
  top: -20px;
  right: -20px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
  border-radius: 50%;
  padding: 0 0 4px;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  color: var(--ink);
  background: var(--pink);
  outline: 2px solid var(--paper);
  outline-offset: 2px;
}

@keyframes lightbox-in {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
}

.story-section {
  position: relative;
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.7fr);
  align-items: center;
  gap: clamp(40px, 7vw, 120px);
  padding: clamp(80px, 9vw, 140px) max(24px, calc((100vw - 1380px) / 2));
  overflow: hidden;
  background: var(--blue);
}

.story-copy {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.story-copy h2 {
  max-width: 720px;
  font-size: clamp(48px, 6vw, 88px);
}

.story-description {
  max-width: 620px;
  margin: clamp(34px, 4vw, 50px) auto 30px;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.35;
}

.story-description p {
  margin: 0;
}

.story-description p + p {
  margin-top: 14px;
}

.story-copy .button {
  align-self: center;
}

.story-photo {
  position: relative;
  z-index: 2;
  margin: 0;
  border: 3px solid var(--ink);
  background: var(--paper);
}

.story-photo img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}

.story-photo figcaption,
.moment-grid figcaption {
  padding: 14px 16px;
  border-top: 2px solid var(--ink);
  background: var(--paper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.story-banana {
  position: absolute;
  z-index: 4;
  top: 70px;
  right: -30px;
  width: clamp(110px, 12vw, 190px);
  rotate: 13deg;
}

.moments {
  background: var(--ink);
}

.section-heading-light {
  margin-bottom: 60px;
  color: var(--paper);
}

.section-heading-light h2 {
  color: var(--pink);
}

.moment-grid {
  width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.76fr 1fr;
  gap: 18px;
}

.moment-grid figure,
.moment-message {
  min-height: 520px;
  margin: 0;
  border: 2px solid var(--paper);
  overflow: hidden;
}

.moment-grid figure {
  display: flex;
  flex-direction: column;
}

.moment-grid figure img {
  min-height: 0;
  flex: 1;
  width: 100%;
  object-fit: cover;
}

.moment-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px;
  color: var(--ink);
  background: var(--pink);
  text-align: center;
}

.moment-message img {
  width: 180px;
  margin-bottom: 20px;
}

.moment-message p {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.visit-section {
  position: relative;
  padding: clamp(100px, 12vw, 180px) 24px;
  overflow: hidden;
  background: var(--light-pink);
  text-align: center;
}

.visit-section h2 {
  margin-bottom: 64px;
}

.visit-sticker {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 12px 16px;
  border: 3px solid var(--ink);
  box-shadow: 5px 6px 0 rgb(0 0 0 / 12%);
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(15px, 1.7vw, 25px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.78;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
}

.visit-sticker-ripe {
  top: 42px;
  left: 7%;
  min-width: 126px;
  min-height: 88px;
  background: var(--yellow);
  border-radius: 48% 52% 46% 54%;
  rotate: -9deg;
}

.visit-sticker-sour {
  top: 72px;
  left: 33%;
  min-width: 138px;
  min-height: 68px;
  background: var(--blue);
  border-radius: 50%;
  rotate: 5deg;
}

.visit-sticker-pinky {
  position: absolute;
  z-index: 3;
  top: 38px;
  right: 20%;
  width: 112px;
  height: auto;
  filter: drop-shadow(5px 6px 0 rgb(0 0 0 / 12%));
  rotate: 4deg;
  pointer-events: none;
}

.visit-coming {
  width: min(100%, 1220px);
  margin: 0 auto clamp(42px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.visit-coming h2 {
  margin: 0;
  font-size: clamp(78px, 12vw, 180px);
  line-height: 0.82;
  white-space: nowrap;
}

.visit-location {
  margin: 24px auto 0;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}

.visit-cup {
  position: absolute;
  top: 55px;
  right: 6%;
  width: clamp(90px, 10vw, 150px);
  rotate: 9deg;
}

.site-footer {
  padding: 70px 24px 24px;
  color: var(--paper);
  background: var(--red);
  text-align: center;
}

.footer-logo {
  display: block;
  width: min(82vw, 1000px);
  margin: 0 auto;
  filter: invert(1);
}

.site-footer > p {
  margin: 26px 0 70px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-bottom {
  width: min(100%, 1380px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid currentColor;
  padding-top: 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .nav-shell {
    width: min(100% - 32px, 960px);
  }

  .brand {
    width: 290px;
  }

  .nav-links {
    gap: 16px;
  }

  .nav-cta {
    display: none;
  }

  .nav-shell {
    grid-template-columns: 1fr auto 1fr;
  }

  .nav-links {
    justify-self: end;
  }

  .story-section {
    grid-template-columns: 1fr 0.8fr;
  }

  .menu-showcase {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  }

  .menu-showcase-card img {
    height: 360px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .announcement {
    gap: 10px;
    white-space: nowrap;
    overflow: hidden;
  }

  .announcement span:nth-of-type(2),
  .announcement span:nth-of-type(3) {
    display: none;
  }

  .nav-shell {
    min-height: 68px;
  }

  .menu-toggle {
    display: block;
  }

  .brand {
    width: 38px;
  }

  .brand-full {
    display: none;
  }

  .brand-short {
    display: block;
  }

  .nav-links {
    position: fixed;
    z-index: 60;
    inset: 99px auto 0 0;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    justify-self: stretch;
    gap: 0;
    padding: 28px;
    background: var(--light-pink);
    transform: translateX(-100%);
    transition: transform 220ms ease;
  }

  .nav-links.is-open {
    transform: translateX(0);
  }

  .nav-links a {
    border-bottom: 2px solid var(--ink);
    padding: 18px 0;
    font-family: var(--serif);
    font-size: 44px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-transform: none;
  }

  .nav-cta {
    display: block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 50%;
    padding: 0;
    color: transparent;
  }

  .hero {
    min-height: auto;
    padding: 72px 24px 84px;
    text-align: center;
  }

  .fruit-hero-blueberry {
    bottom: 42%;
    left: -24px;
    width: 74px;
  }

  .fruit-menu-watermelon {
    top: 54px;
    right: -38px;
    width: 108px;
  }

  .fruit-menu-lemon,
  .fruit-menu-blueberry,
  .fruit-hero-lemon,
  .fruit-story-watermelon,
  .fruit-moments-lemon,
  .fruit-visit-blueberry {
    display: none;
  }

  .fruit-moments-banana {
    top: 8%;
    right: -44px;
    width: 122px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .hero-copy {
    max-width: 660px;
    margin: 0 auto;
  }

  .hero h1 {
    font-size: clamp(58px, 19vw, 94px);
  }

  .hero-actions {
    flex-direction: column;
    gap: 20px;
  }

  .mascot-stage {
    width: min(100%, 540px);
    height: 570px;
    margin: 0 auto;
    box-shadow: 10px 10px 0 var(--ink);
  }

  .mascot-float {
    width: min(62%, 350px);
  }

  .menu-showcase {
    grid-template-columns: 1fr;
  }

  .menu-showcase-card img {
    height: 360px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-section {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }

  .story-photo {
    max-width: 520px;
    margin: 0 auto;
  }

  .story-photo img {
    height: 460px;
  }

  .story-banana {
    top: auto;
    bottom: 470px;
    left: auto;
    right: -20px;
  }

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

  .moment-grid figure,
  .moment-message {
    min-height: 420px;
  }

  .moment-message {
    min-height: 360px;
  }

  .visit-cup {
    top: 30px;
    right: -16px;
  }

  .visit-section {
    padding-top: 170px;
  }

  .visit-coming h2 {
    font-size: 16vw;
  }

  .visit-sticker-ripe {
    top: 32px;
    left: 18px;
    min-width: 104px;
    min-height: 70px;
  }

  .visit-sticker-sour {
    top: 95px;
    left: 31%;
    min-width: 116px;
    min-height: 56px;
  }

  .visit-sticker-pinky {
    top: 26px;
    right: 19%;
    width: 88px;
  }
}

@media (max-width: 430px) {
  .announcement {
    font-size: 9px;
  }

  .nav-shell {
    width: calc(100% - 24px);
  }

  .hero {
    padding-inline: 14px;
  }

  .fruit-hero-blueberry,
  .fruit-moments-banana {
    display: none;
  }

  .fruit-menu-watermelon {
    right: -32px;
    width: 90px;
  }

  .hero h1 {
    font-size: 18vw;
  }

  .hero-layout {
    gap: 38px;
  }

  .mascot-stage {
    height: 470px;
    border-radius: 46% 46% 20px 20px;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .mascot-halo {
    top: 62px;
    width: 74%;
  }

  .mascot-float {
    bottom: 52px;
    width: min(64%, 290px);
  }

  .sip-bubble {
    left: 4%;
    padding: 11px 12px;
    font-size: 18px;
  }

  .mascot-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    font-size: 8px;
  }

  .menu-section,
  .moments {
    padding-inline: 14px;
  }

  .section-heading h2,
  .story-copy h2,
  .visit-section h2 {
    font-size: 16vw;
  }

  .filter-bar {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    padding: 2px 0 8px;
    scrollbar-width: none;
  }

  .filter-bar::-webkit-scrollbar {
    display: none;
  }

  .filter-button {
    flex: 0 0 auto;
    min-width: 0;
    padding-inline: 14px;
  }

  .menu-showcase-card img {
    height: 270px;
  }

  .product-copy {
    min-height: 104px;
    padding: 16px;
  }

  .product-copy h3 {
    font-size: 28px;
  }

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

  .menu-group-heading {
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
  }

  .menu-group-heading h3 {
    gap: 9px;
    font-size: 44px;
  }

  .menu-group-heading h3::before {
    width: 16px;
    height: 16px;
  }

  .menu-group-heading > span {
    padding: 7px 9px;
    font-size: 8px;
  }

  .photo-lightbox {
    width: calc(100vw - 20px);
    max-height: 94vh;
  }

  .lightbox-frame {
    max-height: calc(94vh - 6px);
  }

  .lightbox-frame > img {
    max-height: 72vh;
  }

  .lightbox-caption {
    min-height: 82px;
    padding: 14px;
  }

  .lightbox-caption h2 {
    font-size: 36px;
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
    width: 42px;
    height: 42px;
    border-color: var(--ink);
  }

  .story-section {
    padding-inline: 14px;
  }

  .story-photo img {
    height: 390px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}

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