@font-face {
  font-family: "DelaGothicOne";
  src: url("/vendor/fonts/DelaGothicOne-Regular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0300-036F, U+0400-052F, U+2010-2027, U+20A0-20CF, U+2116;
}

@font-face {
  font-family: "TTFors";
  src: url("/vendor/fonts/TT-Fors-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTFors";
  src: url("/vendor/fonts/TT-Fors-DemiBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTFors";
  src: url("/vendor/fonts/TT-Fors-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #ff8562;
  --bg-2: #ffc15a;
  --surface: #ffffff;
  --surface-soft: #fbfbf9;
  --navy: #292552;
  --navy-2: #312455;
  --pink: #e53899;
  --cyan: #82dbec;
  --cyan-dark: #55bace;
  --muted: #6f6b7f;
  --line: #ece6df;
  --danger: #b42318;
  --success: #178c69;
  --shadow: 0 14px 34px rgba(41, 37, 82, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--navy);
  font-family: Arial, sans-serif;
  font-weight: 500;
  background: linear-gradient(135deg, var(--bg) 0%, var(--bg-2) 100%);
  overflow-x: clip;
}

a {
  color: inherit;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.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;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(14px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(41, 37, 82, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: 14px;
  background: var(--pink);
  border-radius: 999px;
}

.brand strong {
  display: block;
  color: #000;
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.05;
  text-transform: uppercase;
}

.topbar-social {
  display: none;
}

.nav {
  display: none;
  gap: 18px;
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.nav a {
  color: var(--navy);
  text-decoration: none;
}

.nav a:hover {
  color: var(--pink);
}

.nav-order-link {
  display: none;
}

.nav-label-mobile {
  display: none;
}

.hero-intro {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 100svh;
  width: 100%;
  max-width: none;
  row-gap: 0;
  align-content: stretch;
  margin: 0;
  padding: 6px 0 18px;
}

.hero-menu-head {
  grid-column: 1;
  width: auto;
  margin: 0 6px;
  padding-right: clamp(18px, 5vw, 72px);
  padding-left: clamp(18px, 5vw, 72px);
}

.hero-body {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  width: min(1840px, 100%);
  min-height: 0;
  align-items: center;
  gap: clamp(28px, 4vw, 76px);
  margin: 0 auto;
  padding: clamp(8px, 1.5svh, 18px) clamp(18px, 5vw, 72px) clamp(14px, 2.5svh, 32px);
}

.hero-copy {
  align-self: center;
  display: grid;
  max-width: 720px;
  min-width: 0;
  gap: 10px;
}

.hero-copy > * {
  max-width: 100%;
  min-width: 0;
}

.hero-copy .eyebrow {
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 2px 10px rgba(41, 37, 82, 0.18);
}

.hero-copy h1 {
  color: #fff;
  font-size: clamp(48px, 7.6vw, 108px);
  line-height: 0.92;
  overflow-wrap: anywhere;
  text-shadow: 0 8px 24px rgba(41, 37, 82, 0.18);
}

.hero-subtitle {
  margin: 0;
  color: var(--navy);
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: 300;
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.hero-text {
  max-width: 620px;
  margin: 0;
  color: var(--navy-2);
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.hero-menu-button {
  display: inline-flex;
  width: fit-content;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 0 34px;
  color: #fff;
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--pink);
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(41, 37, 82, 0.18);
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.hero-menu-button:hover {
  color: var(--cyan);
  background: var(--navy);
  box-shadow: 0 24px 50px rgba(41, 37, 82, 0.24);
  transform: translateY(-2px);
}

.hero-menu-button:active {
  transform: translateY(0);
}

.hero-menu-arrow {
  position: relative;
  display: grid;
  --hero-menu-arrow-glow: color-mix(in srgb, var(--pink) 32%, transparent);
  width: 100%;
  height: clamp(58px, 7svh, 76px);
  place-items: center;
  margin: -22px auto 0;
  color: var(--navy-2);
  text-decoration: none;
  transition: color 0.18s ease;
}

.hero-menu-arrow::before {
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(41, 37, 82, 0.1);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(41, 37, 82, 0.12);
  content: "";
  transform: translateX(-50%);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.hero-menu-arrow::after {
  position: absolute;
  left: 50%;
  bottom: 35px;
  width: 15px;
  height: 15px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  content: "";
  transform: translateX(-50%) rotate(45deg);
  transition: transform 0.18s ease;
}

.hero-menu-arrow::before,
.hero-menu-arrow::after {
  z-index: 1;
}

.hero-menu-arrow:hover,
.hero-menu-arrow:focus-visible {
  color: var(--pink);
}

.hero-menu-arrow:hover::before,
.hero-menu-arrow:focus-visible::before {
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 34px rgba(41, 37, 82, 0.16), 0 26px 90px 38px var(--hero-menu-arrow-glow);
  transform: translateX(-50%) translateY(2px);
}

.hero-menu-arrow:hover::after,
.hero-menu-arrow:focus-visible::after {
  transform: translateX(-50%) translateY(2px) rotate(45deg);
}

.hero-menu-arrow:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.hero-photos {
  align-self: center;
  justify-self: end;
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(0, 1.1fr);
  grid-template-rows: minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(12px, 1.1vw, 18px);
  width: 100%;
  height: clamp(470px, 72svh, 720px);
  max-width: min(100%, 1200px);
  min-width: 0;
  min-height: 0;
}

.hero-photo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 0.9vw, 16px);
  min-width: 0;
  min-height: 0;
}

.hero-photo {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(41, 37, 82, 0.14);
  transform: translateY(0) scale(1);
  transition: transform 0.38s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.38s ease, border-color 0.38s ease;
  will-change: transform;
}

.hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.58s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-photo:hover,
.hero-photo:focus-within {
  z-index: 2;
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 26px 58px rgba(41, 37, 82, 0.2);
  transform: translateY(-8px) scale(1.015);
}

.hero-photo:hover img,
.hero-photo:focus-within img {
  transform: scale(1.065);
}

.hero-photo-main {
  grid-column: 1;
  grid-row: 1;
  height: 100%;
}

.hero-photo-grid {
  grid-column: 2;
  grid-row: 1;
  height: 100%;
}

.hero-photo-grid .hero-photo {
  min-height: 0;
}

.hero-photo-main img {
  object-position: center 48%;
}

.hero-photo-pink img {
  object-position: center 42%;
}

.hero-photo-yellow img {
  object-position: center 46%;
}

.hero-photo-blue img {
  object-position: center 45%;
}

.hero-photo-rose img {
  object-position: center 44%;
}

.home-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 282px);
  gap: 10px;
  align-items: start;
  max-width: 1840px;
  margin: 0 auto;
  padding: 8px clamp(18px, 5vw, 72px);
}

.menu-panel {
  scroll-margin-top: 12px;
}

.menu-panel,
.registration-panel {
  min-width: 0;
}

.menu-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  box-shadow: none;
}

.menu-panel > .menu-head {
  width: min(100%, 848px);
  margin: 0 auto 8px;
}

.menu-panel > .menu-head h1 {
  text-transform: none;
}

.menu-filter {
  display: none;
}

.menu-head span {
  color: #000;
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.menu-head .menu-size-note {
  text-transform: none;
  white-space: nowrap;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--cyan);
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
.button,
.offer-badge {
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 0;
  color: #000;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.02;
}

h2 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

h3 {
  margin-bottom: 6px;
  color: #000;
  font-size: 17px;
  line-height: 1.15;
}

.drink-catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: flex-start;
}

.drink-group {
  width: fit-content;
  max-width: 100%;
  padding: 6px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 14px;
}

.drink-grid {
  display: grid;
  grid-template-columns: repeat(2, 132px);
  gap: 6px;
}

@media (min-width: 761px) {
  .drink-grid:has(.drink-card:nth-child(3)) {
    grid-template-columns: repeat(3, 132px);
  }

  .drink-grid:has(.drink-card:nth-child(4)) {
    grid-template-columns: repeat(4, 132px);
  }

  .drink-grid:has(.drink-card:nth-child(5)) {
    grid-template-columns: repeat(5, 132px);
  }

  .drink-grid:has(.drink-card:nth-child(6)) {
    grid-template-columns: repeat(6, 132px);
  }

  .drink-group:has(.drink-card:nth-child(6)) {
    padding-right: 20px;
  }

  .drink-group:has(.drink-card:hover),
  .drink-group:has(.drink-card:focus-within),
  .drink-group:has(.drink-card.is-status-open) {
    position: relative;
    z-index: 80;
    overflow: visible;
  }
}

.drink-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 34px 132px 23px;
  gap: 0;
  width: 132px;
  height: 194px;
  padding: 0 4px 5px;
  overflow: visible;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 12px rgba(41, 37, 82, 0.07);
  cursor: pointer;
  transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.28s ease;
  will-change: transform;
}

.drink-visual {
  position: absolute;
  top: 0;
  right: 4px;
  left: 4px;
  display: grid;
  place-items: center;
  height: 166px;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
}

.drink-card img {
  width: 100%;
  height: calc(100% - 32px);
  margin-top: 32px;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.42s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}

.drink-card:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .drink-card:hover {
    box-shadow: 0 18px 36px rgba(41, 37, 82, 0.18);
    transform: translateY(-5px) scale(1.045);
  }

  .drink-card:hover img {
    transform: scale(1.1);
  }
}

.drink-card.is-status-open {
  z-index: 90;
}

.drink-card:hover,
.drink-card:focus-within {
  z-index: 90;
}

.drink-icons {
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3px;
  height: 84px;
  align-items: flex-end;
  justify-content: flex-start;
}

.drink-icon {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  box-shadow: 0 4px 9px rgba(41, 37, 82, 0.16);
}

.drink-icons .drink-icon::after {
  position: absolute;
  top: 50%;
  right: calc(100% + 6px);
  z-index: 5;
  width: max-content;
  max-width: 86px;
  padding: 4px 6px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  background: rgba(41, 37, 82, 0.96);
  border-radius: 7px;
  box-shadow: 0 10px 18px rgba(41, 37, 82, 0.22);
  content: attr(aria-label);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.drink-icons .drink-icon:hover::after,
.drink-icons .drink-icon:focus-visible::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.drink-icons .drink-icon-no-tooltip::after {
  display: none;
}

.drink-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.drink-icon-hot {
  background: #e74b36;
}

.drink-icons .drink-icon-hot::after {
  background: #e74b36;
}

.drink-icon-warm {
  background: #d88722;
}

.drink-icons .drink-icon-warm::after {
  background: #d88722;
}

.drink-icon-cold {
  background: #2d8fc5;
}

.drink-icons .drink-icon-cold::after {
  background: #2d8fc5;
}

.drink-icon-iced {
  background: #386bd8;
}

.drink-icons .drink-icon-iced::after {
  background: #386bd8;
}

.drink-icon-soda {
  background: #159b83;
}

.drink-icons .drink-icon-soda::after {
  background: #159b83;
}

.drink-icon-black-tea {
  background: #644329;
}

.drink-icons .drink-icon-black-tea::after {
  background: #644329;
}

.drink-icon-green-tea {
  background: #25885a;
}

.drink-icons .drink-icon-green-tea::after {
  background: #25885a;
}

.drink-icon-milk {
  color: var(--navy);
  background: #f2eef6;
}

.drink-icons .drink-icon-milk::after {
  color: var(--navy);
  background: #f2eef6;
}

.drink-icon-coffee {
  background: #7a472d;
}

.drink-icons .drink-icon-coffee::after {
  background: #7a472d;
}

.drink-status {
  position: absolute;
  top: 34px;
  left: calc(100% + 8px);
  z-index: 100;
  display: grid;
  width: 240px;
  gap: 5px;
  padding: 8px;
  color: #fff;
  background: rgba(41, 37, 82, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  box-shadow: 0 16px 30px rgba(41, 37, 82, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-6px) scale(0.98);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.drink-status-image {
  display: none;
}

.drink-card:hover .drink-status,
.drink-card:focus-visible .drink-status,
.drink-card.is-status-open .drink-status {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.drink-status-head {
  display: block;
}

.drink-status-title {
  margin: 0;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.drink-status-price {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  min-height: 16px;
  padding: 0 5px;
  color: var(--navy);
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: 8px;
  background: #fff;
  border-radius: 999px;
  white-space: nowrap;
}

.drink-status-list {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  gap: 5px;
}

.drink-status-description {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.drink-status-chip,
.drink-status-note {
  display: inline-flex;
  justify-self: start;
  max-width: 100%;
  min-height: 19px;
  align-items: center;
  padding: 0 7px;
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  background: var(--cyan);
  border-radius: 999px;
  overflow-wrap: anywhere;
}

.drink-status-chip-soda,
.drink-status-chip-black-tea,
.drink-status-chip-green-tea,
.drink-status-chip-milk {
  color: var(--navy);
  background: #fff;
}

.drink-status-chip-coffee {
  color: #fff;
  background: #7a472d;
}

.drink-info {
  display: contents;
}

.drink-tag {
  display: none;
}

.drink-card h4 {
  position: relative;
  z-index: 4;
  grid-row: 1;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 3px;
  color: var(--navy);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.04;
  text-align: center;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow: hidden;
  white-space: normal;
}

.price-row {
  position: relative;
  z-index: 3;
  grid-row: 3;
  align-self: end;
  display: flex;
  gap: 0;
  justify-content: center;
}

.price-row span {
  display: inline-flex;
  align-items: center;
  min-height: 19px;
  padding: 0 6px;
  color: var(--navy);
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: 8px;
  background: #f4f2fb;
  border-radius: 999px;
  white-space: nowrap;
}

.price-row.single span {
  color: var(--navy);
  background: #f4f2fb;
}

.registration-sticky {
  position: sticky;
  top: 8px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.order-card,
.loyalty-copy,
.loyalty-form,
.map-card {
  background: var(--surface);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(41, 37, 82, 0.12);
}

.order-card {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 10px;
  color: #000;
  background: #fbdc5a;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.order-card:hover {
  box-shadow: 0 18px 40px rgba(41, 37, 82, 0.18);
  transform: translateY(-1px);
}

.order-card:active {
  transform: translateY(0);
}

.order-card img {
  width: min(118px, calc(100% - 80px));
  height: auto;
}

.order-card span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 9px;
  color: #fff;
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  background: #000;
  border-radius: 999px;
}

.loyalty-copy {
  grid-column: 1 / -1;
  padding: 10px 12px;
}

.loyalty-copy .eyebrow {
  margin-bottom: 4px;
  color: var(--pink);
}

.loyalty-copy h2 {
  margin-bottom: 0;
  font-size: 18px;
}

.loyalty-form {
  grid-column: 1 / -1;
  padding: 12px;
}

.map-card {
  position: relative;
  display: grid;
  height: 174px;
  overflow: hidden;
  background: #f4f2fb;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-link {
  justify-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 8px;
  padding: 0 14px;
  color: #fff;
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--pink);
  border-radius: 999px;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.map-link:hover {
  color: var(--cyan);
  background: var(--navy);
  transform: translateY(-1px);
}

.map-link:active {
  transform: translateY(0);
}

.map-address {
  margin: 8px 0 0;
  color: var(--navy);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.map-hours {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 7px 12px;
  color: var(--navy);
  background: linear-gradient(180deg, #ffcf01 0%, #ffe478 100%);
  border: 1px solid rgba(41, 37, 82, 0.12);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(41, 37, 82, 0.12);
}

.social-panel {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin-top: 14px;
  padding: 12px 8px 14px;
}

.social-panel p {
  margin: 0;
  color: var(--navy);
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.social-link {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(41, 37, 82, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.social-link:hover {
  box-shadow: 0 22px 42px rgba(41, 37, 82, 0.3);
  transform: translateY(-3px);
}

.social-link:active {
  transform: translateY(0);
}

.social-link svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.social-link img {
  display: block;
  width: 32px;
  height: 32px;
}

.social-link-telegram img {
  width: 36px;
  height: 36px;
}

.social-link-telegram {
  background: #2ea6dd;
}

.social-link-telegram:hover {
  background: #2398ce;
}

.social-link-vk {
  background: #0b61be;
}

.social-link-vk:hover {
  background: #0a56aa;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}

.step {
  display: grid;
  height: 28px;
  place-items: center;
  color: var(--navy);
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: 12px;
  background: #f2eef6;
  border-radius: 999px;
}

.step.active {
  color: #fff;
  background: var(--pink);
}

.form-step {
  display: none;
}

.form-step.active {
  display: grid;
  gap: 10px;
}

label {
  color: var(--navy);
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  color: #000;
  font: inherit;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 12px;
  outline: none;
}

input:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(229, 56, 153, 0.14);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}

.primary {
  color: #fff;
  background: var(--pink);
}

.primary:hover {
  color: var(--cyan);
  background: var(--navy);
}

.secondary {
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
}

.secondary:hover {
  color: #fff;
  background: var(--navy);
}

.full {
  width: 100%;
}

.checkbox {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: none;
}

.checkbox input {
  width: 18px;
  min-height: auto;
  margin-top: 2px;
  accent-color: var(--pink);
}

.text-button {
  justify-self: center;
  color: var(--muted);
  font: inherit;
  font-weight: 600;
  background: none;
  border: 0;
  cursor: pointer;
}

.text-button:hover {
  color: var(--pink);
}

.form-message {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.35;
}

.form-message:empty {
  display: none;
}

.form-message.error {
  color: var(--danger);
}

.form-message.success {
  color: var(--success);
}

.success-card {
  display: grid;
  gap: 14px;
}

.success-card h3 {
  margin-bottom: 0;
  color: var(--navy);
}

.mobile-menu-link {
  display: none;
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 8px clamp(18px, 5vw, 72px);
  color: #fff;
  background: var(--navy);
}

.footer-contact {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 16px;
}

.yandex-rating-badge {
  display: block;
  width: min(210px, 24vw);
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.16));
}

.qr-generator-page {
  min-height: 100vh;
  background: #f7f4ef;
}

.qr-generator {
  display: grid;
  min-height: 100vh;
  padding: 24px;
  place-items: center;
}

.qr-generator-card {
  display: grid;
  width: min(520px, 100%);
  gap: 18px;
  padding: 24px;
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.qr-generator-card h1 {
  font-size: clamp(30px, 6vw, 52px);
}

.qr-generator-form {
  display: grid;
  gap: 8px;
}

.qr-generator-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.qr-generator-preview {
  display: grid;
  padding: 20px;
  place-items: center;
  background: #f7f4ef;
  border-radius: 16px;
}

.qr-generator-preview svg {
  width: min(360px, 100%);
  height: auto;
}

.qr-target {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.qr-generator-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1180px) {
  .home-layout {
    grid-template-columns: minmax(0, 1fr) minmax(246px, 270px);
  }

  .hero-body {
    grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
    gap: 22px;
  }

  .hero-copy h1 {
    font-size: clamp(44px, 7vw, 86px);
  }

  .hero-subtitle {
    font-size: clamp(19px, 2.8vw, 30px);
  }

  .hero-text {
    font-size: clamp(14px, 1.5vw, 17px);
  }

  .hero-photos {
    grid-template-columns: minmax(190px, 0.86fr) minmax(0, 1fr);
    height: clamp(430px, 66svh, 610px);
    gap: 10px;
  }

  .hero-photo-grid {
    gap: 10px;
  }
}

@media (min-width: 761px) and (max-height: 820px) {
  .hero-intro {
    min-height: 100svh;
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .hero-menu-head {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-body {
    gap: clamp(18px, 3vw, 42px);
    padding-top: clamp(6px, 1.2svh, 12px);
    padding-bottom: clamp(8px, 2svh, 18px);
  }

  .hero-copy {
    gap: 7px;
  }

  .hero-copy h1 {
    font-size: clamp(44px, 6.2vw, 82px);
  }

  .hero-subtitle {
    font-size: clamp(18px, 2.3vw, 28px);
  }

  .hero-text {
    font-size: clamp(13px, 1.1vw, 16px);
    line-height: 1.2;
  }

  .hero-menu-button {
    min-height: 52px;
    margin-top: 2px;
    padding: 0 28px;
    font-size: 17px;
  }

  .hero-photos {
    grid-template-columns: minmax(170px, 0.82fr) minmax(0, 1fr);
    height: clamp(400px, 65svh, 520px);
    gap: 8px;
  }

  .hero-photo-grid {
    gap: 6px;
  }

  .hero-photo {
    border-radius: 18px;
  }
}

@media (min-width: 1360px) and (min-height: 900px) {
  .hero-body {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }

  .hero-photos {
    max-width: min(100%, 1240px);
    height: clamp(560px, 70svh, 760px);
  }
}

.design-switcher {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 60;
  display: flex;
  flex-direction: column;
  width: 92px;
  max-height: calc(100vh - 24px);
  gap: 4px;
  align-items: stretch;
  padding: 6px;
  overflow: visible;
  color: #4f453d;
  background: rgba(255, 250, 231, 0.9);
  border: 1px solid rgba(79, 69, 61, 0.14);
  border-left: 0;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 14px 32px rgba(79, 69, 61, 0.14);
  backdrop-filter: blur(18px);
  transform: translateY(-50%);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.design-switcher.is-collapsed {
  box-shadow: 0 8px 20px rgba(79, 69, 61, 0.12);
  transform: translate(calc(-100% + 26px), -50%);
}

.design-switcher-toggle {
  position: absolute;
  top: 50%;
  right: -26px;
  z-index: 1;
  display: grid;
  width: 26px;
  height: 64px;
  place-items: center;
  padding: 0;
  color: #4f453d;
  font-family: "DelaGothicOne", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  background: linear-gradient(180deg, #ffcf01 0%, #ffe577 100%);
  border: 1px solid rgba(79, 69, 61, 0.18);
  border-left: 0;
  border-radius: 0 14px 14px 0;
  box-shadow: 0 10px 20px rgba(79, 69, 61, 0.18);
  cursor: pointer;
  overflow: hidden;
  transform: translateY(-50%);
  transition: color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.design-switcher-toggle::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: #f66e86;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.design-switcher-toggle:hover,
.design-switcher-toggle:focus-visible {
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(246, 110, 134, 0.28);
}

.design-switcher-toggle:hover::before,
.design-switcher-toggle:focus-visible::before {
  opacity: 1;
}

.design-switcher-label,
.design-switcher-button {
  font-family: "TTFors", Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.design-switcher-label {
  padding: 3px 4px 1px;
  color: currentColor;
  text-align: left;
  opacity: 0.72;
}

.design-switcher-button {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 7px;
  color: currentColor;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(79, 69, 61, 0.08);
  border-radius: 8px;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.design-switcher-button:hover {
  transform: translateX(2px);
}

.design-switcher-button.is-active {
  color: #4f453d;
  background: #ffcf01;
  border-color: rgba(79, 69, 61, 0.12);
}

body[data-design] {
  --design-body-font: "TTFors", Arial, sans-serif;
  --design-display-font: "DelaGothicOne", "TTFors", Arial, sans-serif;
  --design-card-font: "TTFors", Arial, sans-serif;
  --design-bg: linear-gradient(135deg, var(--bg) 0%, var(--bg-2) 100%);
  --design-strong-text: #1c1c1e;
  --design-panel-bg: rgba(255, 255, 255, 0.72);
  --design-card-bg: rgba(255, 255, 255, 0.96);
  --design-visual-bg: rgba(255, 255, 255, 0.24);
  --design-panel-border: 1px solid rgba(41, 37, 82, 0.08);
  --design-card-border: 1px solid rgba(41, 37, 82, 0.07);
  --design-panel-radius: 8px;
  --design-card-radius: 8px;
  --design-button-radius: 999px;
  --design-panel-shadow: 0 18px 40px rgba(41, 37, 82, 0.12);
  --design-card-shadow: 0 8px 18px rgba(41, 37, 82, 0.09);
  --design-blur: blur(14px);
  --design-title-transform: none;
  --design-title-shadow: none;
  --design-price-bg: rgba(139, 195, 74, 0.16);
  --design-status-bg: rgba(28, 28, 30, 0.92);
  --design-status-text: #fff;
  --design-order-bg: rgba(255, 255, 255, 0.92);
  --design-order-text: var(--navy);
  --design-order-badge-bg: var(--pink);
  --design-order-badge-text: #fff;
  --design-switcher-active-text: #fff;
  color: var(--navy);
  font-family: var(--design-body-font);
  background: var(--design-bg);
  transition: background 0.25s ease, color 0.25s ease;
}

body[data-design="artisan"] {
  --bg: #fafafa;
  --bg-2: #eceee8;
  --surface: #ffffff;
  --surface-soft: #f6f5f0;
  --navy: #1c1c1e;
  --navy-2: #343434;
  --pink: #6f8f42;
  --cyan: #8bc34a;
  --cyan-dark: #5f8b31;
  --muted: #6d7168;
  --line: #dddcd5;
  --design-bg: linear-gradient(135deg, #fafafa 0%, #f3f2ed 54%, #e8ece2 100%);
}

body[data-design="cyber"] {
  --bg: #17101f;
  --bg-2: #06131c;
  --surface: rgba(10, 10, 10, 0.58);
  --surface-soft: #120f18;
  --navy: #f8fbff;
  --navy-2: #ffffff;
  --pink: #ff1b6b;
  --cyan: #45caff;
  --cyan-dark: #e81cff;
  --muted: #b8c7ff;
  --line: rgba(69, 202, 255, 0.42);
  --shadow: 6px 6px 0 #000;
  --design-body-font: "TTFors", Arial, sans-serif;
  --design-display-font: "DelaGothicOne", "TTFors", Arial, sans-serif;
  --design-card-font: "TTFors", Arial, sans-serif;
  --design-bg: linear-gradient(120deg, #ff1b6b 0%, #e81cff 28%, #45caff 58%, #17101f 100%), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 18px);
  --design-strong-text: #ffffff;
  --design-panel-bg: rgba(10, 10, 10, 0.48);
  --design-card-bg: rgba(10, 10, 10, 0.62);
  --design-visual-bg: rgba(255, 255, 255, 0.08);
  --design-panel-border: 1px solid rgba(69, 202, 255, 0.58);
  --design-card-border: 1px solid rgba(255, 27, 107, 0.7);
  --design-panel-radius: 4px;
  --design-card-radius: 4px;
  --design-title-transform: uppercase;
  --design-title-shadow: none;
  --design-price-bg: #45caff;
  --design-status-bg: rgba(0, 0, 0, 0.88);
  --design-order-bg: #ffd400;
  --design-order-text: #000;
  --design-order-badge-bg: #000;
  --design-order-badge-text: #fff;
  --design-switcher-active-border: #000;
  animation: design-flow 16s ease infinite;
  background-size: 240% 240%, 30px 30px;
}

body[data-design="kawaii"] {
  --bg: #f2e2d9;
  --bg-2: #eadcff;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-soft: #fff8fb;
  --navy: #5c330a;
  --navy-2: #714c20;
  --pink: #f49cc8;
  --cyan: #c69cf4;
  --cyan-dark: #a979de;
  --muted: #8b6f64;
  --line: rgba(244, 156, 200, 0.36);
  --design-display-font: "DelaGothicOne", "TTFors", Arial, sans-serif;
  --design-bg: linear-gradient(135deg, #f2e2d9 0%, #fff 46%, #eadcff 100%);
  --design-strong-text: #5c330a;
  --design-panel-bg: rgba(255, 255, 255, 0.58);
  --design-card-bg: rgba(255, 255, 255, 0.9);
  --design-visual-bg: rgba(244, 156, 200, 0.14);
  --design-panel-border: 1px solid rgba(255, 255, 255, 0.86);
  --design-card-border: 1px solid rgba(244, 156, 200, 0.28);
  --design-panel-radius: 18px;
  --design-card-radius: 16px;
  --design-price-bg: rgba(198, 156, 244, 0.24);
  --design-status-bg: rgba(92, 51, 10, 0.9);
  --design-order-bg: #fff;
  --design-order-text: #5c330a;
  --design-order-badge-bg: #f49cc8;
  --design-order-badge-text: #fff;
}

body[data-design="botanical"] {
  --bg: #ece8e1;
  --bg-2: #d8d2c6;
  --surface: rgba(255, 255, 255, 0.8);
  --surface-soft: #f4f0e8;
  --navy: #242424;
  --navy-2: #2e2d2a;
  --pink: #794628;
  --cyan: #629110;
  --cyan-dark: #4d7110;
  --muted: #6e685d;
  --line: rgba(121, 70, 40, 0.2);
  --design-bg: repeating-linear-gradient(90deg, rgba(121, 70, 40, 0.035) 0 1px, transparent 1px 18px), linear-gradient(135deg, #ece8e1 0%, #f7f2e8 55%, #dfe7d5 100%);
  --design-strong-text: #242424;
  --design-panel-bg: rgba(255, 255, 255, 0.72);
  --design-card-bg: rgba(255, 252, 245, 0.92);
  --design-visual-bg: rgba(98, 145, 16, 0.08);
  --design-panel-border: 1px solid rgba(121, 70, 40, 0.16);
  --design-card-border: 1px solid rgba(98, 145, 16, 0.18);
  --design-panel-radius: 8px;
  --design-card-radius: 8px;
  --design-price-bg: rgba(98, 145, 16, 0.16);
  --design-status-bg: rgba(36, 36, 36, 0.91);
  --design-order-bg: #f4eadc;
  --design-order-text: #242424;
  --design-order-badge-bg: #794628;
  --design-order-badge-text: #fff;
}

body[data-design="lab"] {
  --bg: #111111;
  --bg-2: #1e1e20;
  --surface: rgba(30, 30, 32, 0.68);
  --surface-soft: #101112;
  --navy: #f4fff9;
  --navy-2: #ffffff;
  --pink: #00ff87;
  --cyan: #40c9ff;
  --cyan-dark: #00ff87;
  --muted: #a3b6ad;
  --line: rgba(0, 255, 135, 0.28);
  --design-bg: linear-gradient(135deg, #111 0%, #1e1e20 48%, #06231a 100%);
  --design-strong-text: #f4fff9;
  --design-panel-bg: rgba(30, 30, 32, 0.62);
  --design-card-bg: rgba(30, 30, 32, 0.78);
  --design-visual-bg: rgba(64, 201, 255, 0.08);
  --design-panel-border: 1px solid rgba(0, 255, 135, 0.3);
  --design-card-border: 1px solid rgba(64, 201, 255, 0.32);
  --design-panel-radius: 6px;
  --design-card-radius: 6px;
  --design-price-bg: rgba(0, 255, 135, 0.18);
  --design-status-bg: rgba(5, 8, 8, 0.94);
  --design-order-bg: rgba(30, 30, 32, 0.86);
  --design-order-text: #f4fff9;
  --design-order-badge-bg: #00ff87;
  --design-order-badge-text: #111;
}

body[data-design="banana"] {
  --bg: #fffae7;
  --bg-2: #fff1bd;
  --surface: #ffffff;
  --surface-soft: #fff8df;
  --navy: #4f453d;
  --navy-2: #332b27;
  --pink: #f66e86;
  --cyan: #a88cff;
  --cyan-dark: #7ed6bd;
  --muted: #7d7067;
  --line: rgba(79, 69, 61, 0.12);
  --shadow: 0 18px 42px rgba(79, 69, 61, 0.12);
  --design-body-font: "TTFors", Arial, sans-serif;
  --design-display-font: "DelaGothicOne", "TTFors", Arial, sans-serif;
  --design-card-font: "TTFors", Arial, sans-serif;
  --design-bg: radial-gradient(80vw 42vw at 50% -6%, rgba(255, 207, 1, 0.72), rgba(255, 207, 1, 0) 66%), linear-gradient(180deg, #fffae7 0%, #fff5d4 54%, #fffae7 100%);
  --design-strong-text: #4f453d;
  --design-panel-bg: rgba(255, 255, 255, 0.84);
  --design-card-bg: rgba(255, 255, 255, 0.97);
  --design-visual-bg: linear-gradient(180deg, rgba(255, 207, 1, 0.24), rgba(255, 255, 255, 0.38));
  --design-panel-border: 1px solid rgba(79, 69, 61, 0.1);
  --design-card-border: 1px solid rgba(79, 69, 61, 0.08);
  --design-panel-radius: 22px;
  --design-card-radius: 20px;
  --design-button-radius: 999px;
  --design-panel-shadow: 0 18px 42px rgba(79, 69, 61, 0.12);
  --design-card-shadow: 0 10px 24px rgba(79, 69, 61, 0.1);
  --design-blur: blur(16px);
  --design-title-transform: none;
  --design-title-shadow: none;
  --design-price-bg: #ffcf01;
  --design-status-bg: rgba(79, 69, 61, 0.94);
  --design-status-text: #fffaf0;
  --design-order-bg: linear-gradient(135deg, #ffcf01 0%, #ffe577 100%);
  --design-order-text: #4f453d;
  --design-order-badge-bg: #f66e86;
  --design-order-badge-text: #ffffff;
  --design-switcher-active-text: #ffffff;
}

body[data-design] .topbar,
body[data-design] .menu-head,
body[data-design] .drink-group,
body[data-design] .loyalty-copy,
body[data-design] .loyalty-form,
body[data-design] .map-card {
  background: var(--design-panel-bg);
  border: var(--design-panel-border);
  border-radius: var(--design-panel-radius);
  box-shadow: var(--design-panel-shadow);
  backdrop-filter: var(--design-blur);
}

body[data-design] .drink-group {
  padding: 4px;
}

@media (min-width: 761px) {
  body[data-design] .drink-group:has(.drink-card:nth-child(6)) {
    padding-right: 18px;
  }
}

body[data-design] .design-switcher {
  border-left: 0;
  border-radius: 0 12px 12px 0;
}

body[data-design] h1,
body[data-design] h2,
body[data-design] h3,
body[data-design] .button,
body[data-design] .brand strong,
body[data-design] .brand-mark,
body[data-design] .nav,
body[data-design] .eyebrow,
body[data-design] .price-row span,
body[data-design] .drink-status-price,
body[data-design] .step,
body[data-design] label,
body[data-design] .order-card span,
body[data-design] .map-link,
body[data-design] .mobile-menu-link {
  font-family: var(--design-display-font);
}

body[data-design] .checkbox,
body[data-design] input,
body[data-design] .form-message,
body[data-design] .text-button {
  font-family: var(--design-body-font);
}

body[data-design] h1,
body[data-design] h3,
body[data-design] .brand strong,
body[data-design] .menu-head span,
body[data-design] .hero-subtitle {
  color: var(--design-strong-text);
}

body[data-design] .hero-copy h1 {
  color: var(--design-strong-text);
  text-shadow: var(--design-title-shadow);
}

body[data-design] .hero-copy .eyebrow {
  color: var(--pink);
  text-shadow: none;
}

body[data-design] .hero-text {
  color: var(--navy);
  font-family: var(--design-body-font);
}

body[data-design] .hero-menu-button {
  color: var(--design-order-badge-text);
  background: var(--pink);
  border-radius: var(--design-button-radius);
}

body[data-design] .hero-menu-button:hover {
  color: var(--design-order-badge-text);
  background: var(--cyan-dark);
}

body[data-design] .hero-photo {
  background: var(--design-visual-bg);
  border: var(--design-card-border);
  border-radius: var(--design-card-radius);
  box-shadow: var(--design-card-shadow);
}

body[data-design] .drink-card {
  color: var(--navy);
  background: var(--design-card-bg);
  border: var(--design-card-border);
  border-radius: var(--design-card-radius);
  box-shadow: var(--design-card-shadow);
}

body[data-design] .drink-visual {
  background: var(--design-visual-bg);
  border-radius: calc(var(--design-card-radius) - 2px);
}

body[data-design] .drink-card h4 {
  color: var(--navy);
  font-family: var(--design-card-font);
  font-size: 12px;
  text-shadow: var(--design-title-shadow);
  text-transform: var(--design-title-transform);
}

body[data-design] .price-row span,
body[data-design] .price-row.single span {
  color: var(--navy);
  background: var(--design-price-bg);
}

body[data-design] .drink-status {
  color: var(--design-status-text);
  background: var(--design-status-bg);
  border: var(--design-panel-border);
  backdrop-filter: var(--design-blur);
}

body[data-design] .drink-status-price,
body[data-design] .drink-status-chip,
body[data-design] .drink-status-note {
  color: var(--navy);
  background: var(--design-price-bg);
}

body[data-design] .drink-status-chip-soda,
body[data-design] .drink-status-chip-black-tea,
body[data-design] .drink-status-chip-green-tea,
body[data-design] .drink-status-chip-milk {
  background: var(--surface);
}

body[data-design] .order-card {
  color: var(--design-order-text);
  background: var(--design-order-bg);
  border: var(--design-panel-border);
  border-radius: var(--design-panel-radius);
  box-shadow: var(--design-panel-shadow);
}

body[data-design] .order-card span {
  color: var(--design-order-badge-text);
  background: var(--design-order-badge-bg);
}

body[data-design] .brand-mark,
body[data-design] .primary,
body[data-design] .map-link,
body[data-design] .hero-menu-button,
body[data-design] .step.active {
  color: var(--design-order-badge-text);
  background: var(--pink);
}

body[data-design] .primary:hover,
body[data-design] .map-link:hover,
body[data-design] .hero-menu-button:hover,
body[data-design] .secondary:hover {
  color: var(--design-order-badge-text);
  background: var(--cyan-dark);
}

body[data-design] input {
  color: var(--navy-2);
  background: var(--surface);
  border-color: var(--line);
}

body[data-design] .footer {
  color: var(--design-order-badge-text);
  background: var(--navy-2);
}

body[data-design="cyber"] .drink-card,
body[data-design="cyber"] .order-card,
body[data-design="cyber"] .button {
  box-shadow: 6px 6px 0 #000;
}

body[data-design="cyber"] .design-switcher-button.is-active,
body[data-design="cyber"] .price-row span {
  color: #000;
}

body[data-design="lab"] .drink-card:hover {
  box-shadow: 0 0 0 1px rgba(0, 255, 135, 0.34), 0 16px 36px rgba(0, 0, 0, 0.35);
}

body[data-design="lab"] .order-card img {
  filter: invert(1);
}

body[data-design="cyber"] .drink-status-price,
body[data-design="cyber"] .drink-status-chip,
body[data-design="cyber"] .drink-status-note {
  color: #000;
}

body[data-design="banana"] .menu-head {
  background: linear-gradient(135deg, #ffcf01 0%, #ffe577 100%);
}

body[data-design="banana"] .brand-mark,
body[data-design="banana"] .primary,
body[data-design="banana"] .hero-menu-button,
body[data-design="banana"] .step.active {
  color: #4f453d;
  background: #ffcf01;
}

body[data-design="banana"] .map-link {
  color: #4f453d;
  background: #ffcf01;
}

body[data-design="banana"] .hero-menu-arrow {
  --hero-menu-arrow-glow: color-mix(in srgb, #ffcf01 42%, transparent);
}

body[data-design="banana"] .primary:hover,
body[data-design="banana"] .hero-menu-button:hover,
body[data-design="banana"] .secondary:hover {
  color: #fff;
  background: #f66e86;
}

body[data-design="banana"] .map-link:hover {
  color: #fff;
  background: #f66e86;
}

body[data-design="banana"] .drink-card:hover {
  box-shadow: 0 18px 36px rgba(79, 69, 61, 0.16);
}

body[data-design="banana"] .drink-status-price,
body[data-design="banana"] .drink-status-chip,
body[data-design="banana"] .drink-status-note {
  color: #4f453d;
}

body[data-design="banana"] .drink-status-chip-soda,
body[data-design="banana"] .drink-status-chip-black-tea,
body[data-design="banana"] .drink-status-chip-green-tea,
body[data-design="banana"] .drink-status-chip-milk {
  background: #fffaf0;
}

body[data-design="banana"] .drink-status {
  color: #fffaf0;
  background: linear-gradient(180deg, rgba(92, 80, 69, 0.98) 0%, rgba(79, 69, 61, 0.98) 100%);
  border-color: rgba(255, 207, 1, 0.22);
}

body[data-design="banana"] .drink-status-image {
  background: #fffaf0;
  border-color: rgba(255, 207, 1, 0.34);
}

body[data-design="artisan"] .footer { background: #1c1c1e; }
body[data-design="cyber"] .footer { color: #fff; background: #050008; }
body[data-design="kawaii"] .footer { color: #fff; background: #5c330a; }
body[data-design="botanical"] .footer { color: #fff; background: #242424; }
body[data-design="lab"] .footer { color: #00ff87; background: #050808; }
body[data-design="banana"] .footer { color: #fffaf0; background: #4f453d; }

@keyframes design-flow {
  0% { background-position: 0% 50%, 0 0; }
  50% { background-position: 100% 50%, 18px 18px; }
  100% { background-position: 0% 50%, 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  body[data-design="cyber"] {
    animation: none;
  }
}
