/* Royal Tandoori — Branch Selector */
:root {
  --bg-dark: #121212;
  --bg-card: #1a1a1a;
  --bg-card-hover: #222222;
  --bg-input: #0d0d0d;
  --orange: #f39200;
  --orange-hover: #ff9f1a;
  --orange-dim: rgba(243, 146, 0, 0.15);
  --gold: #d4a853;
  --text: #f5f5f5;
  --text-muted: #a0a0a0;
  --border: rgba(243, 146, 0, 0.35);
  --radius: 12px;
  --radius-pill: 999px;
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Montserrat", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: clip;
  color-scheme: dark;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-family: var(--font-sans);
  background: var(--bg-dark);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(243, 146, 0, 0.12);
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(243, 146, 0, 0.08), transparent),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(212, 168, 83, 0.05), transparent);
  pointer-events: none;
  z-index: 0;
}

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

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

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Layout stability — prevent overflow / broken grids on any screen */
main,
.site-header,
.site-footer,
.hero,
.hero-container,
.hero-shell,
.hero-delivery-inline,
.hero-intro--unified,
.delivery-box,
.postal-codes,
.postal-codes__table-wrap,
.section-intro,
.restaurant-pick,
.restaurant-pick__layout,
.gallery,
.gallery__grid {
  max-width: 100%;
}

main {
  width: 100%;
  overflow-x: clip;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.site-header__inner,
.hero-top,
.hero-intro,
.hero-delivery,
.restaurant-pick__head,
.restaurant-pick__map-head,
.restaurant-pick__map-head-left,
.postal-codes__head,
.postal-codes__head-text,
.delivery-plz__option-main {
  min-width: 0;
}

button,
input,
textarea {
  font: inherit;
}

.delivery-plz__menu,
.restaurant-pick__filter-menu {
  max-width: 100%;
}

/* Header */
.site-header {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home-page .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(14, 14, 14, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(243, 146, 0, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
}

.home-page .site-nav__link {
  border: 1px solid transparent;
}

.home-page .site-nav__link:hover {
  background: rgba(243, 146, 0, 0.1);
  border-color: rgba(243, 146, 0, 0.2);
}

.home-page .site-nav__link--active {
  background: rgba(243, 146, 0, 0.14);
  border-color: rgba(243, 146, 0, 0.35);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(243, 146, 0, 0.12);
}

.site-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.logo-wrap {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.85rem;
  color: inherit;
  flex-shrink: 0;
}

.logo-img {
  width: min(175px, 36vw);
  height: auto;
  filter: drop-shadow(0 4px 20px rgba(243, 146, 0, 0.2));
}

.brand-tagline {
  font-family: var(--font-serif);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  max-width: 10rem;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
}

.site-nav__link {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-pill);
  transition: background 0.2s, color 0.2s;
}

.site-nav__link:hover {
  background: rgba(85, 85, 85, 0.4);
}

.site-nav__link--active {
  background: #555555;
  color: var(--orange);
}

/* Hero */
.hero {
  position: relative;
  padding: 2.5rem 0 1.5rem;
  overflow: hidden;
}

.home-page .hero-container {
  width: min(1180px, 94%);
}

.home-page .hero-intro--unified {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 1.5rem 0 0.5rem;
}

.home-page .hero-intro__logo {
  width: min(200px, 44vw);
  height: auto;
  margin: 0 auto 1.15rem;
  filter: drop-shadow(0 4px 24px rgba(243, 146, 0, 0.22));
}

.home-page .hero-intro--unified .hero-tagline {
  justify-content: center;
}

.home-page .hero-intro--unified .hero-title {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.home-page .hero-intro--unified .hero-desc {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 0;
  border-left: 0;
  border-top: 2px solid rgba(243, 146, 0, 0.4);
  padding-top: 0.9rem;
}

.home-page .hero-intro--unified .hero-badges {
  justify-content: center;
}

.home-page .hero-delivery-inline {
  margin: 1.75rem auto 0;
  max-width: min(420px, 100%);
  text-align: left;
}

.home-page .hero-delivery-inline .delivery-box__label {
  display: block;
  margin-bottom: 0.55rem;
}

.home-page .gallery--home {
  padding: 3rem 0 2rem;
  margin-top: 0.5rem;
}

.home-page .gallery--home .gallery__head {
  margin-bottom: 2.25rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.hero-accent {
  position: absolute;
  top: 2rem;
  width: min(480px, 55vw);
  pointer-events: none;
  z-index: 0;
}

.hero-accent--right {
  right: -4%;
  left: auto;
}

.hero-accent--left {
  left: -4%;
  right: auto;
}

.hero-accent__img {
  width: 100%;
  opacity: 0.14;
  filter: saturate(0.85) blur(0.5px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 20%, transparent 92%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 20%, transparent 92%);
}

.hero-accent__glow {
  position: absolute;
  inset: 10% 5% auto;
  height: 60%;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.22), transparent 68%);
  filter: blur(24px);
}

.hero-shell {
  position: relative;
  z-index: 1;
  padding: 2rem 2rem 1.85rem;
  border-radius: 20px;
  border: 1px solid rgba(243, 146, 0, 0.16);
  background:
    linear-gradient(145deg, rgba(30, 30, 30, 0.96) 0%, rgba(14, 14, 14, 0.98) 55%, rgba(18, 18, 18, 0.96) 100%);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.hero-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--orange), var(--gold), var(--orange), transparent);
}

.hero-shell::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.12), transparent 70%);
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  width: min(900px, 100%);
  height: 360px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 0%, rgba(243, 146, 0, 0.12), transparent 68%);
  pointer-events: none;
}

.hero-top {
  display: grid;
  grid-template-columns: 1.1fr minmax(300px, 400px);
  gap: 2.75rem;
  align-items: center;
  margin-bottom: 0;
}

.hero-top > * {
  min-width: 0;
}

.hero-intro {
  text-align: left;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-serif);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 0.35rem 0.85rem 0.35rem 0.55rem;
  border-radius: var(--radius-pill);
  background: rgba(212, 168, 83, 0.08);
  border: 1px solid rgba(212, 168, 83, 0.2);
}

.hero-tagline::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(243, 146, 0, 0.18);
  flex-shrink: 0;
}

.hero-tagline::after {
  display: none;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1.1rem;
  line-height: 1.12;
  letter-spacing: -0.025em;
  max-width: 16ch;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.hero-title span {
  color: var(--orange);
  display: inline-block;
  background: linear-gradient(135deg, #ffb347 0%, var(--orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  color: #b8b8b8;
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 0 1.35rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(243, 146, 0, 0.45);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #e8e8e8;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-pill);
  padding: 0.45rem 0.8rem;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.hero-badge svg {
  color: var(--orange);
  flex-shrink: 0;
}

.hero-badge:hover {
  background: rgba(243, 146, 0, 0.1);
  border-color: rgba(243, 146, 0, 0.28);
}

.section-intro {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 2.75rem 0 1.75rem;
  padding: 0 0.15rem;
}

.section-intro__line {
  width: 4px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--orange), var(--gold));
  flex-shrink: 0;
  box-shadow: 0 0 20px rgba(243, 146, 0, 0.35);
}

.section-intro__eyebrow {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.35rem;
}

.section-intro__title {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.3rem;
  line-height: 1.2;
}

.section-intro__desc {
  font-size: 0.86rem;
  color: var(--text-muted);
  margin: 0;
}

.home-header-reveal {
  opacity: 0;
  transform: translate3d(0, -14px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.home-page.is-ready .home-header-reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.home-reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: calc(0.12s + (var(--d, 0) * 0.11s));
  will-change: opacity, transform;
}

.home-reveal--delay {
  transition-delay: calc(0.28s + (var(--d, 0) * 0.11s));
}

.home-reveal--left {
  transform: translate3d(-42px, 0, 0);
}

.home-page.is-ready .home-reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero-text-animate {
  opacity: 1;
}

.hero-text-word {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 1.15em, 0);
  filter: blur(5px);
  overflow-wrap: anywhere;
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(0.42s + (var(--w, 0) * 0.055s));
  will-change: opacity, transform, filter;
}

.home-page.is-ready .hero-text-word {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.hero-title .hero-text-word--accent,
.hero-title .hero-text-word--accent span {
  background: linear-gradient(135deg, #ffb347 0%, var(--orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc .hero-text-word {
  transition-delay: calc(0.9s + (var(--w, 0) * 0.04s));
}

.home-section-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.85s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.85s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0.1s;
}

.home-section-reveal.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.home-card-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1),
    background 0.25s ease,
    border-color 0.25s ease;
  transition-delay: calc(0.18s + (var(--i, 0) * 0.1s));
}

.home-section-reveal.is-inview .home-card-reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .home-header-reveal,
  .home-reveal,
  .home-reveal--left,
  .hero-text-word,
  .home-section-reveal,
  .home-card-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
    will-change: auto;
  }
}

/* Delivery finder */
.hero-delivery {
  width: 100%;
}

.delivery-box {
  position: relative;
  overflow: visible;
  background: linear-gradient(165deg, rgba(24, 24, 24, 0.98) 0%, rgba(12, 12, 12, 0.98) 100%);
  border: 1px solid rgba(243, 146, 0, 0.32);
  border-radius: 18px;
  padding: 1.35rem 1.3rem 1.2rem;
  width: 100%;
  margin: 0;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.delivery-box__head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.delivery-box__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 12px;
  color: var(--orange);
  background: rgba(243, 146, 0, 0.12);
  border: 1px solid rgba(243, 146, 0, 0.28);
}

.delivery-box__hint {
  font-size: 0.74rem;
  color: #9a9a9a;
  margin: 0.2rem 0 0;
  line-height: 1.4;
}

.delivery-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--gold), var(--orange));
}

.delivery-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  width: 100%;
}

.delivery-box__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}

.delivery-input-wrap {
  width: 100%;
  position: relative;
}

.delivery-plz__wrap {
  position: relative;
  z-index: 8;
}

.delivery-plz__trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 0.72rem 2.35rem 0.72rem 1rem;
  cursor: pointer;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.delivery-plz__trigger:hover {
  border-color: rgba(243, 146, 0, 0.35);
  background: rgba(0, 0, 0, 0.48);
}

.delivery-plz__wrap.is-open .delivery-plz__trigger,
.delivery-plz__trigger:focus-visible {
  border-color: rgba(243, 146, 0, 0.55);
  box-shadow: 0 0 0 3px rgba(243, 146, 0, 0.14);
  outline: none;
}

.delivery-plz__wrap.is-open .delivery-plz__trigger {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-color: rgba(243, 146, 0, 0.22);
}

.delivery-plz__value {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.delivery-plz__value.is-placeholder {
  color: #8f8f8f;
  font-weight: 500;
}

.delivery-plz__arrow {
  position: absolute;
  right: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  transition: transform 0.25s ease;
}

.delivery-plz__wrap.is-open .delivery-plz__arrow {
  transform: rotate(180deg);
}

.delivery-plz__menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0.35rem;
  max-height: 320px;
  overflow-y: auto;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.99) 0%, rgba(12, 12, 12, 0.99) 100%);
  border: 1px solid rgba(243, 146, 0, 0.45);
  border-top: 1px solid rgba(243, 146, 0, 0.18);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  animation: filter-menu-in 0.2s ease;
}

.delivery-plz__search-item {
  position: sticky;
  top: 0;
  z-index: 2;
  margin-bottom: 0.35rem;
  padding: 0.15rem 0.15rem 0.4rem;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.98) 75%, rgba(18, 18, 18, 0));
}

.delivery-plz__search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.delivery-plz__search {
  width: 100%;
  min-height: 40px;
  font-family: var(--font-sans);
  font-size: 0.84rem;
  font-weight: 500;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 0.62rem 0.85rem 0.62rem 2.15rem;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23f39200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0.75rem center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.delivery-plz__search::placeholder {
  color: #8a8a8a;
}

.delivery-plz__search:focus {
  border-color: rgba(243, 146, 0, 0.55);
  box-shadow: 0 0 0 3px rgba(243, 146, 0, 0.12);
}

.delivery-plz__empty {
  padding: 0.85rem 0.75rem;
  font-size: 0.8rem;
  color: #9a9a9a;
  text-align: center;
}

.delivery-plz__option.is-hidden {
  display: none;
}

.delivery-plz__menu[hidden] {
  display: none;
}

.delivery-plz__menu::-webkit-scrollbar {
  width: 5px;
}

.delivery-plz__menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.delivery-plz__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.68rem 0.75rem;
  border-radius: 8px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.delivery-plz__option:hover,
.delivery-plz__option.is-selected {
  background: rgba(243, 146, 0, 0.14);
}

.delivery-plz__option.is-selected {
  background: rgba(243, 146, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(243, 146, 0, 0.22);
}

.delivery-plz__option-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  min-width: 0;
}

.delivery-plz__option-branch {
  flex-basis: 100%;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--orange);
  opacity: 0.9;
}

.delivery-plz__option-plz {
  flex-shrink: 0;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--orange);
  letter-spacing: 0.04em;
}

.delivery-plz__option-city {
  font-size: 0.8rem;
  font-weight: 600;
  color: #ececec;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.delivery-plz__option-price {
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #b8b8b8;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-pill);
  padding: 0.28rem 0.55rem;
}

.delivery-plz__option:hover .delivery-plz__option-price,
.delivery-plz__option.is-selected .delivery-plz__option-price {
  color: #ffffff;
  border-color: rgba(243, 146, 0, 0.28);
  background: rgba(243, 146, 0, 0.12);
}

.delivery-input {
  width: 100%;
  padding: 0.7rem 1rem;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-pill);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.delivery-input::placeholder {
  color: #666;
}

.delivery-input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px var(--orange-dim);
}

.delivery-select {
  appearance: none;
  cursor: pointer;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23f39200' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
}

.delivery-select option {
  background: #1a1a1a;
  color: #f5f5f5;
}

.delivery-btn {
  width: 100%;
  padding: 0.72rem 1.35rem;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #121212;
  background: linear-gradient(180deg, #ffb347 0%, var(--orange) 100%);
  border: none;
  border-radius: var(--radius-pill);
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(243, 146, 0, 0.28);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  white-space: nowrap;
}

.delivery-btn:hover:not(:disabled) {
  background: var(--orange-hover);
  transform: translateY(-1px);
}

.delivery-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.delivery-msg {
  margin-top: 0.45rem;
  font-size: 0.82rem;
  min-height: 1.2em;
  transition: opacity 0.2s;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.delivery-msg--error {
  color: #ff6b6b;
}

.delivery-msg--success {
  color: #7dcea0;
}

.delivery-msg--info {
  color: var(--text-muted);
}

/* Postal code list (Get Postal Code List API) */
.postal-codes {
  margin: 2rem 0 1.5rem;
}

.postal-codes__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.postal-codes__meta {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin: 0.25rem 0 0;
}

.postal-codes__error {
  margin: 1.5rem 0;
  padding: 0.85rem 1rem;
  font-size: 0.82rem;
  color: #ffb4b4;
  background: rgba(255, 107, 107, 0.08);
  border: 1px solid rgba(255, 107, 107, 0.22);
  border-radius: 12px;
}

.postal-codes__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
  border: 1px solid rgba(243, 146, 0, 0.2);
  background: linear-gradient(160deg, rgba(28, 28, 28, 0.98) 0%, rgba(14, 14, 14, 0.98) 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

.postal-codes__table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.postal-codes__table thead {
  background: rgba(243, 146, 0, 0.1);
}

.postal-codes__table th {
  padding: 0.85rem 1rem;
  text-align: left;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  border-bottom: 1px solid rgba(243, 146, 0, 0.22);
  white-space: nowrap;
}

.postal-codes__table td {
  padding: 0.8rem 1rem;
  color: #e4e4e4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
}

.postal-codes__table tbody tr:hover {
  background: rgba(243, 146, 0, 0.06);
}

.postal-codes__table tbody tr:last-child td {
  border-bottom: 0;
}

.postal-codes__status {
  display: inline-flex;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  padding: 0.28rem 0.6rem;
}

.postal-codes__status--active {
  color: #4ade80;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.28);
}

.postal-codes__status--inactive {
  color: #9ca3af;
  background: rgba(156, 163, 175, 0.1);
  border: 1px solid rgba(156, 163, 175, 0.22);
}

/* Restaurant picker */
.restaurant-pick {
  margin-top: 0;
  padding-bottom: 1rem;
  padding-top: 0;
  border-top: 0;
}

.home-page .restaurant-pick__layout {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

@media (min-width: 961px) {
  .home-page .restaurant-pick__layout {
    grid-template-columns: 1fr 1fr;
  }
}

.restaurant-pick__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.restaurant-pick__map-wrap,
.restaurant-pick__list-wrap {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.restaurant-pick__map-panel {
  position: relative;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 500px;
  background:
    radial-gradient(ellipse 100% 60% at 50% -10%, rgba(243, 146, 0, 0.09), transparent 52%),
    linear-gradient(165deg, rgba(32, 32, 32, 0.98) 0%, rgba(14, 14, 14, 0.99) 100%);
  border: 1px solid rgba(243, 146, 0, 0.22);
  border-radius: 18px;
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.restaurant-pick__map-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 146, 0, 0.55), rgba(212, 168, 83, 0.35), transparent);
  z-index: 4;
  pointer-events: none;
}

.restaurant-pick__map-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.2rem 0.95rem;
  min-height: 88px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.98) 0%, rgba(18, 18, 18, 0.96) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 3;
}

.restaurant-pick__map-head-left {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.restaurant-pick__map-eyebrow {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}

.restaurant-pick__map-title-row {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.restaurant-pick__map-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: var(--orange);
  background: linear-gradient(145deg, rgba(243, 146, 0, 0.18), rgba(243, 146, 0, 0.06));
  border: 1px solid rgba(243, 146, 0, 0.3);
  box-shadow: 0 6px 16px rgba(243, 146, 0, 0.12);
}

.restaurant-pick__map-label {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.restaurant-pick__map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.restaurant-pick__map-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  color: #e8e8e8;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-pill);
  padding: 0.4rem 0.82rem 0.4rem 0.5rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.restaurant-pick__map-legend-item:nth-child(2) .restaurant-pick__map-legend-dot {
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 83, 0.2);
}

.restaurant-pick__map-legend-item:hover,
.restaurant-pick__map-legend-item.is-active {
  color: #ffffff;
  background: rgba(243, 146, 0, 0.14);
  border-color: rgba(243, 146, 0, 0.45);
  box-shadow: 0 6px 18px rgba(243, 146, 0, 0.12);
  transform: translateY(-1px);
}

.restaurant-pick__map-legend-dot {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(243, 146, 0, 0.18);
}

.restaurant-pick__map-count {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f5f5f5;
  background: rgba(243, 146, 0, 0.12);
  border: 1px solid rgba(243, 146, 0, 0.32);
  border-radius: var(--radius-pill);
  padding: 0.45rem 0.8rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.restaurant-pick__map-frame-wrap {
  position: relative;
  flex: 1;
  min-height: 420px;
  height: auto;
  margin: 0 1rem 1rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(243, 146, 0, 0.18);
  background: #080808;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 16px 40px rgba(0, 0, 0, 0.38);
  z-index: 2;
}

.restaurant-pick__map-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.06) 0%,
    transparent 28%,
    transparent 72%,
    rgba(243, 146, 0, 0.04) 100%
  );
}

.restaurant-pick__map-corners {
  position: absolute;
  inset: 10px;
  pointer-events: none;
  z-index: 4;
}

.restaurant-pick__map-corners span {
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: rgba(243, 146, 0, 0.45);
  border-style: solid;
  opacity: 0.7;
}

.restaurant-pick__map-corners span:nth-child(1) {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
  border-radius: 4px 0 0 0;
}

.restaurant-pick__map-corners span:nth-child(2) {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
  border-radius: 0 4px 0 0;
}

.restaurant-pick__map-corners span:nth-child(3) {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
  border-radius: 0 0 0 4px;
}

.restaurant-pick__map-corners span:nth-child(4) {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 4px 0;
}

.restaurant-pick__map-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.35) 0%, transparent 14%, transparent 68%, rgba(8, 8, 8, 0.55) 100%),
    linear-gradient(90deg, rgba(8, 8, 8, 0.2) 0%, transparent 10%, transparent 90%, rgba(8, 8, 8, 0.2) 100%);
}

.restaurant-pick__map-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem 0.45rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(12, 12, 12, 0.88);
  border: 1px solid rgba(243, 146, 0, 0.28);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.restaurant-pick__map-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--orange);
  background: rgba(243, 146, 0, 0.14);
  border: 1px solid rgba(243, 146, 0, 0.25);
}

.restaurant-pick__map {
  width: 100%;
  height: 100%;
  min-height: 420px;
  background: #080808;
  position: relative;
  z-index: 0;
}

.restaurant-pick__map .leaflet-container {
  font-family: var(--font-sans);
  background: #0a0a0a;
}

.restaurant-pick__map .leaflet-tile-pane {
  filter: saturate(1.02) contrast(1.08) brightness(0.92) sepia(0.08);
}

.restaurant-pick__map .leaflet-control-zoom {
  border: 1px solid rgba(243, 146, 0, 0.22);
  margin: 0 14px 76px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.36);
  overflow: hidden;
  border-radius: 10px;
}

.restaurant-pick__map .leaflet-control-zoom a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 17px;
  color: #f0f0f0;
  background: rgba(16, 16, 16, 0.94);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, color 0.2s ease;
}

.restaurant-pick__map .leaflet-control-zoom a:last-child {
  border-bottom: 0;
}

.restaurant-pick__map .leaflet-control-zoom a:hover,
.restaurant-pick__map .leaflet-control-zoom a:focus {
  color: #121212;
  background: var(--orange);
}

.restaurant-pick__map .leaflet-control-attribution {
  display: none !important;
}

.restaurant-pick__map-controls {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
}

.restaurant-pick__map-fit {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(12, 12, 12, 0.88);
  border: 1px solid rgba(243, 146, 0, 0.26);
  border-radius: var(--radius-pill);
  padding: 0.55rem 0.9rem;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.restaurant-pick__map-fit:hover,
.restaurant-pick__map-fit:focus-visible {
  color: #121212;
  background: linear-gradient(135deg, #ffb347 0%, var(--orange) 100%);
  border-color: var(--orange);
  transform: translateY(-1px);
  outline: none;
}

.restaurant-pick__map-dock {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 5;
  padding: 0.35rem 0.4rem;
  border-radius: var(--radius-pill);
  background: rgba(10, 10, 10, 0.9);
  border: 1px solid rgba(243, 146, 0, 0.22);
  backdrop-filter: blur(12px);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.restaurant-pick__map-chips {
  position: static;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.restaurant-pick__map-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 40px;
  padding: 0.35rem 0.85rem 0.35rem 0.65rem;
  font-family: var(--font-sans);
  color: #ececec;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.restaurant-pick__map-chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(243, 146, 0, 0.18);
}

.restaurant-pick__map-chip:nth-child(2) .restaurant-pick__map-chip-dot {
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 83, 0.18);
}

.restaurant-pick__map-chip-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
}

.restaurant-pick__map-chip-num {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
}

.restaurant-pick__map-chip-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
}

.restaurant-pick__map-chip:hover,
.restaurant-pick__map-chip.is-active {
  color: #121212;
  background: linear-gradient(135deg, #ffb347 0%, var(--orange) 100%);
  border-color: rgba(243, 146, 0, 0.65);
  box-shadow: 0 8px 20px rgba(243, 146, 0, 0.22);
  transform: translateY(-1px);
}

.restaurant-pick__map-chip:nth-child(2):hover,
.restaurant-pick__map-chip:nth-child(2).is-active {
  color: #121212;
  background: linear-gradient(135deg, #e8c06a 0%, var(--gold) 100%);
  border-color: rgba(212, 168, 83, 0.65);
  box-shadow: 0 8px 20px rgba(212, 168, 83, 0.18);
}

.rt-map-marker {
  background: transparent;
  border: 0;
}

.rt-map-marker__halo {
  position: absolute;
  left: 50%;
  top: 6px;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  border-radius: 50%;
  background: rgba(243, 146, 0, 0.22);
  box-shadow: 0 0 0 6px rgba(243, 146, 0, 0.08);
}

.rt-map-marker--alt .rt-map-marker__halo {
  background: rgba(212, 168, 83, 0.24);
  box-shadow: 0 0 0 6px rgba(212, 168, 83, 0.08);
}

.rt-map-marker__shadow {
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 20px;
  height: 5px;
  margin-left: -10px;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 50%;
  filter: blur(2px);
}

.rt-map-marker__pin {
  position: absolute;
  left: 50%;
  top: 2px;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffb347 0%, var(--orange) 58%, #d97d00 100%);
  border: 2.5px solid #ffffff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.38),
    0 0 0 3px rgba(243, 146, 0, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.rt-map-marker__num {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  color: #121212;
  transform: rotate(45deg);
}

.rt-map-marker--alt .rt-map-marker__pin {
  background: linear-gradient(180deg, #e8c06a 0%, var(--gold) 58%, #b8892f 100%);
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.38),
    0 0 0 3px rgba(212, 168, 83, 0.12);
}

.rt-map-marker--active .rt-map-marker__pin {
  transform: rotate(-45deg) scale(1.1);
  box-shadow:
    0 10px 24px rgba(243, 146, 0, 0.35),
    0 0 0 5px rgba(243, 146, 0, 0.2);
}

.rt-map-marker--alt.rt-map-marker--active .rt-map-marker__pin {
  box-shadow:
    0 10px 24px rgba(212, 168, 83, 0.3),
    0 0 0 5px rgba(212, 168, 83, 0.2);
}

.rt-map-marker--active .rt-map-marker__halo {
  background: rgba(243, 146, 0, 0.32);
  box-shadow: 0 0 0 10px rgba(243, 146, 0, 0.1);
}

.rt-map-marker--alt.rt-map-marker--active .rt-map-marker__halo {
  background: rgba(212, 168, 83, 0.34);
  box-shadow: 0 0 0 10px rgba(212, 168, 83, 0.1);
}

.rt-map-popup-wrap .leaflet-popup-content-wrapper {
  background: linear-gradient(180deg, #242424 0%, #141414 100%);
  color: #ffffff;
  border: 1px solid rgba(243, 146, 0, 0.28);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.48);
  padding: 0;
  overflow: hidden;
}

.rt-map-popup-wrap .leaflet-popup-content-wrapper::before {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--gold));
}

.rt-map-popup-wrap .leaflet-popup-tip {
  background: #1a1a1a;
  border: 1px solid rgba(243, 146, 0, 0.22);
}

.rt-map-popup-wrap .leaflet-popup-content {
  margin: 0;
  line-height: 1.45;
}

.rt-map-popup {
  padding: 0.95rem 1rem 1rem;
}

.rt-map-popup__title {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.35rem;
}

.rt-map-popup__address,
.rt-map-popup__hours {
  font-size: 0.76rem;
  color: #b0b0b0;
  margin: 0 0 0.35rem;
}

.rt-map-popup__hours {
  color: var(--orange);
  font-weight: 600;
}

.rt-map-popup__btn {
  display: inline-flex;
  margin-top: 0.55rem;
  font-size: 0.74rem;
  font-weight: 600;
  color: #121212;
  background: var(--orange);
  border-radius: 6px;
  padding: 0.55rem 0.8rem;
  text-decoration: none;
  transition: background 0.2s ease;
}

.rt-map-popup__btn:hover {
  background: var(--orange-hover);
}

.restaurant-pick__panel {
  position: relative;
  overflow: visible;
  flex: 1;
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(ellipse 100% 60% at 50% -10%, rgba(243, 146, 0, 0.08), transparent 50%),
    linear-gradient(165deg, rgba(32, 32, 32, 0.98) 0%, rgba(14, 14, 14, 0.99) 100%);
  border: 1px solid rgba(243, 146, 0, 0.24);
  border-radius: 18px;
  padding: 0 1.2rem 1.15rem;
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.restaurant-pick__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
  padding: 1.1rem 0 0.95rem;
  min-height: 92px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}

.restaurant-pick__head-text {
  flex: 1;
  min-width: 0;
}

.restaurant-pick__eyebrow {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.35rem;
}

.restaurant-pick__title {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  margin: 0;
  line-height: 1.25;
}

.restaurant-pick__filter {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.4rem;
}

.restaurant-pick__filter-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.restaurant-pick__filter-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  min-width: 158px;
  z-index: 6;
}

.restaurant-pick__filter-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: left;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.98) 0%, rgba(14, 14, 14, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0.62rem 2.15rem 0.62rem 2.85rem;
  cursor: pointer;
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
}

.restaurant-pick__filter-trigger:hover {
  border-color: rgba(243, 146, 0, 0.35);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(243, 146, 0, 0.08);
}

.restaurant-pick__filter-wrap.is-open .restaurant-pick__filter-trigger,
.restaurant-pick__filter-trigger:focus-visible {
  border-color: rgba(243, 146, 0, 0.55);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.34),
    0 0 0 3px rgba(243, 146, 0, 0.14);
  outline: none;
}

.restaurant-pick__filter-wrap.is-open .restaurant-pick__filter-trigger {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-color: rgba(243, 146, 0, 0.22);
}

.restaurant-pick__filter-icon {
  position: absolute;
  left: 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  pointer-events: none;
}

.restaurant-pick__filter-dot {
  position: absolute;
  left: 2.15rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.16);
  pointer-events: none;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.restaurant-pick__filter-wrap.is-all .restaurant-pick__filter-dot {
  background: #9ca3af;
  box-shadow: 0 0 0 3px rgba(156, 163, 175, 0.14);
}

.restaurant-pick__filter-value {
  white-space: nowrap;
}

.restaurant-pick__filter-arrow {
  position: absolute;
  right: 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  pointer-events: none;
  transition: transform 0.25s ease;
}

.restaurant-pick__filter-wrap.is-open .restaurant-pick__filter-arrow {
  transform: rotate(180deg);
}

.restaurant-pick__filter-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0.35rem;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.99) 0%, rgba(12, 12, 12, 0.99) 100%);
  border: 1px solid rgba(243, 146, 0, 0.45);
  border-top: 1px solid rgba(243, 146, 0, 0.18);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  animation: filter-menu-in 0.2s ease;
}

.restaurant-pick__filter-menu[hidden] {
  display: none;
}

.restaurant-pick__filter-option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.62rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ececec;
  border-radius: 8px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.restaurant-pick__filter-option:hover,
.restaurant-pick__filter-option.is-selected {
  background: rgba(243, 146, 0, 0.14);
  color: #ffffff;
}

.restaurant-pick__filter-option.is-selected {
  background: rgba(243, 146, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(243, 146, 0, 0.22);
}

.restaurant-pick__filter-option-dot {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #9ca3af;
  box-shadow: 0 0 0 3px rgba(156, 163, 175, 0.14);
}

.restaurant-pick__filter-option-dot.is-open {
  background: #4ade80;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.16);
}

@keyframes filter-menu-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.restaurant-pick__list {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  overflow-y: auto;
  padding-right: 0.15rem;
}

.restaurant-pick__list::-webkit-scrollbar {
  width: 5px;
}

.restaurant-pick__list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.restaurant-pick-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
  flex: 1;
  justify-content: center;
  border-radius: 12px;
  margin: 0 -0.35rem;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.restaurant-pick-card:hover,
.restaurant-pick-card:focus-visible {
  background: linear-gradient(90deg, rgba(243, 146, 0, 0.08), rgba(243, 146, 0, 0.02));
  border-bottom-color: rgba(243, 146, 0, 0.18);
  outline: none;
}

.restaurant-pick-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.restaurant-pick-card:first-child {
  padding-top: 0.25rem;
}

.restaurant-pick-card__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.restaurant-pick-card__main {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.restaurant-pick-card__name {
  font-family: var(--font-sans);
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  margin: 0 0 0.35rem;
  transition: color 0.25s ease;
}

.restaurant-pick-card__name-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.restaurant-pick-card:hover .restaurant-pick-card__name-link,
.restaurant-pick-card:focus-visible .restaurant-pick-card__name-link {
  color: var(--orange);
}

.restaurant-pick-card:hover .restaurant-pick-card__name,
.restaurant-pick-card:focus-visible .restaurant-pick-card__name {
  color: var(--orange);
}

.restaurant-pick-card__address {
  font-size: 0.8rem;
  font-weight: 400;
  color: #9a9a9a;
  line-height: 1.45;
  margin: 0;
  transition: color 0.25s ease;
}

.restaurant-pick-card:hover .restaurant-pick-card__address,
.restaurant-pick-card:focus-visible .restaurant-pick-card__address {
  color: #c8c8c8;
}

.restaurant-pick-card__hours {
  flex-shrink: 0;
  text-align: right;
  min-width: 72px;
}

.restaurant-pick-card__hours-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 500;
  color: #8a8a8a;
  margin-bottom: 0.2rem;
}

.restaurant-pick-card__hours-time {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  border-bottom: 3px solid var(--orange);
  padding-bottom: 0.1rem;
}

.restaurant-pick-card__btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  background: #0a0a0a;
  border: 1px solid rgba(243, 146, 0, 0.35);
  border-radius: 4px;
  padding: 0.65rem 1.15rem;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.restaurant-pick-card:hover .restaurant-pick-card__btn,
.restaurant-pick-card:focus-visible .restaurant-pick-card__btn {
  background: var(--orange);
  color: #121212;
  border-color: var(--orange);
  transform: translateY(-1px);
}

/* Gallery */
.gallery {
  padding: 3rem 0 4rem;
}

.gallery-page {
  padding-top: 2rem;
  min-height: calc(100vh - 180px);
}

.gallery__head {
  text-align: center;
  margin-bottom: 2rem;
}

.gallery__eyebrow {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.55rem;
}

.gallery__title {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.gallery__title span {
  color: var(--orange);
}

.gallery__subtitle {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.gallery-page .container {
  width: min(1180px, 94%);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.gallery__item {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--bg-card);
  aspect-ratio: 3 / 4;
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.75s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  transition-delay: calc(0.18s + (var(--i, 0) * 0.07s));
  will-change: opacity, transform;
}

.gallery__grid.is-inview .gallery__item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.gallery__item:hover {
  border-color: var(--border);
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
}

.gallery__img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.03);
  transition: transform 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: calc(0.24s + (var(--i, 0) * 0.07s));
}

.gallery__grid.is-inview .gallery__img {
  transform: scale(1);
}

.gallery__item:hover .gallery__img {
  transform: scale(1.05);
}

.gallery-head-reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: calc(var(--d, 0) * 0.1s);
}

#galleryPage.is-ready .gallery-head-reveal,
.gallery-page.is-ready .gallery-head-reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .gallery-head-reveal,
  .gallery__item {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .gallery__img {
    transform: none;
    transition: none;
  }
}

/* About page */
.about-page {
  padding: 3rem 0 4rem;
}

.about-page__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about-page__content {
  text-align: left;
}

.about-page__welcome {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
}

.about-page__welcome-text {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  white-space: nowrap;
}

.about-page__welcome-line {
  flex: 1;
  max-width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange));
  position: relative;
}

.about-page__welcome-line:last-child {
  background: linear-gradient(90deg, var(--orange), transparent);
}

.about-page__welcome-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  background: var(--orange);
  transform: translateY(-50%) rotate(45deg);
}

.about-page__welcome-line:first-of-type::after {
  right: -3px;
}

.about-page__welcome-line:last-of-type::after {
  left: -3px;
}

.about-page__title {
  font-family: var(--font-sans);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 1.5rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.about-page__text {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--orange);
  line-height: 1.85;
  opacity: 0.92;
}

.about-page__media {
  position: relative;
}

.about-page__media-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(243, 146, 0, 0.28);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.38);
  transition:
    border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-page__media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(0, 0, 0, 0.25) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 1;
}

.about-page__media:hover .about-page__media-frame {
  transform: translateY(-6px);
  border-color: rgba(243, 146, 0, 0.55);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(243, 146, 0, 0.15);
}

.about-page__media:hover .about-page__media-frame::after {
  opacity: 1;
}

.about-page__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.about-page__media:hover .about-page__img {
  transform: scale(1.05);
}

.about-media-reveal {
  opacity: 0;
  transform: translateX(32px);
  filter: blur(6px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0s),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0s),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0s);
}

.about-media-reveal.is-visible {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}

.about-reveal {
  opacity: 0;
  transform: translateX(-44px);
  filter: blur(5px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0s),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0s),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0s);
}

.about-reveal.is-visible {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}

.about-page__welcome.about-reveal.is-visible .about-page__welcome-line {
  animation: aboutLineGrow 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
  transform: scaleX(0);
  transform-origin: left center;
}

.about-page__welcome.about-reveal.is-visible .about-page__welcome-line:last-child {
  transform-origin: right center;
}

@keyframes aboutLineGrow {
  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-reveal,
  .about-media-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .about-page__img,
  .about-page__media-frame {
    transition: none;
  }

  .about-page__media:hover .about-page__img {
    transform: none;
  }

  .about-page__media:hover .about-page__media-frame {
    transform: none;
  }

  .about-page__welcome.about-reveal.is-visible .about-page__welcome-line {
    animation: none;
    transform: none;
  }
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 2rem 0;
  text-align: center;
}

.home-page .site-footer {
  margin-top: 0.5rem;
  border-top-color: rgba(243, 146, 0, 0.14);
  background: linear-gradient(180deg, transparent, rgba(8, 8, 8, 0.85));
}

.footer-brand {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.footer-copy {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Loading spinner */
.spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(18, 18, 18, 0.3);
  border-top-color: #121212;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
  margin-right: 6px;
}

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

/* Desktop table layout — keep postal code table intact on wide screens */
@media (min-width: 769px) {
  .postal-codes__table thead {
    display: table-header-group;
  }

  .postal-codes__table tr {
    display: table-row;
    padding: 0;
  }

  .postal-codes__table td {
    display: table-cell;
    text-align: left;
    word-break: normal;
  }

  .postal-codes__table td::before {
    display: none;
    content: none;
  }
}

/* Responsive — tablet */
@media (max-width: 960px) {
  .container,
  .home-page .hero-container,
  .gallery-page .container {
    width: min(1180px, 94%);
  }

  .home-page .hero-intro--unified {
    padding: 1.25rem 0 0.35rem;
  }

  .home-page .hero-delivery-inline {
    max-width: 100%;
    width: 100%;
  }

  .hero-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-delivery {
    max-width: 100%;
    width: 100%;
  }

  .restaurant-pick__layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
  }

  .about-page__layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-page__media {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
}

/* Responsive — small tablet / large phone */
@media (max-width: 768px) {
  .hero {
    padding: 2rem 0 1.25rem;
  }

  .home-page .hero-intro--unified {
    padding: 1rem 0 0.25rem;
  }

  .home-page .hero-tagline {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    max-width: 100%;
  }

  .home-page .hero-intro--unified .hero-desc {
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .home-page .hero-delivery-inline {
    margin-top: 1.35rem;
    padding: 0 0.1rem;
  }

  .home-page .gallery--home {
    padding: 2.25rem 0 1.75rem;
  }

  .home-page .gallery--home .gallery__head {
    padding: 0 0.35rem;
  }

  .hero-shell {
    padding: 1.5rem 1.35rem 1.35rem;
    border-radius: 18px;
  }

  .hero-accent--right {
    top: 1.25rem;
    right: -12%;
    width: min(380px, 62vw);
  }

  .hero-accent--left {
    top: 1.25rem;
    left: -12%;
    width: min(380px, 62vw);
  }

  .section-intro {
    margin: 2.25rem 0 1.5rem;
    align-items: flex-start;
  }

  .postal-codes__head {
    flex-wrap: wrap;
    gap: 0.85rem;
  }

  .delivery-plz__option {
    flex-wrap: wrap;
    row-gap: 0.4rem;
  }

  .delivery-plz__option-price {
    margin-left: auto;
  }

  .restaurant-pick__map-panel,
  .restaurant-pick__panel {
    min-height: 380px;
  }

  .restaurant-pick__map-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .restaurant-pick__map-count {
    align-self: flex-start;
  }

  .restaurant-pick__head {
    flex-wrap: wrap;
  }

  .restaurant-pick__filter {
    align-items: flex-start;
    width: 100%;
  }

  .restaurant-pick__filter-wrap {
    width: 100%;
    max-width: 240px;
  }

  .postal-codes__table {
    min-width: 0;
  }

  .postal-codes__table thead {
    display: none;
  }

  .postal-codes__table tr {
    display: block;
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .postal-codes__table td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.35rem 0;
    border-bottom: 0;
    text-align: right;
    word-break: break-word;
  }

  .postal-codes__table td::before {
    content: attr(data-label);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--orange);
    flex-shrink: 0;
    text-align: left;
    max-width: 48%;
  }

  .postal-codes__status {
    margin-left: auto;
  }
}

/* Responsive — phone */
@media (max-width: 600px) {
  .site-header {
    padding: 0.65rem 0;
    padding-top: max(0.65rem, env(safe-area-inset-top));
  }

  .home-page .hero-container {
    width: min(1180px, 94%);
  }

  .home-page .hero-intro__logo {
    width: min(172px, 50vw);
  }

  .home-page .hero-intro--unified .hero-title {
    max-width: none;
    font-size: clamp(1.65rem, 7.2vw, 2.2rem);
  }

  .home-page .hero-intro--unified .hero-badges {
    gap: 0.4rem;
  }

  .home-page .hero-badge {
    font-size: 0.66rem;
    padding: 0.38rem 0.62rem;
  }

  .site-header__inner {
    gap: 0.75rem;
  }

  .logo-img {
    width: min(124px, 34vw);
  }

  .brand-tagline {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    max-width: 7rem;
  }

  .site-nav__link {
    font-size: 0.68rem;
    padding: 0.4rem 0.65rem;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }

  .hero-shell {
    padding: 1.35rem 1.15rem 1.25rem;
    border-radius: 16px;
  }

  .hero-accent--right {
    top: 1rem;
    right: -20%;
    width: min(320px, 70vw);
    opacity: 0.7;
  }

  .hero-accent--left {
    top: 1rem;
    left: -20%;
    width: min(320px, 70vw);
    opacity: 0.7;
  }

  .hero-title {
    max-width: none;
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }

  .hero-desc {
    font-size: 0.88rem;
    padding-left: 0.75rem;
    max-width: none;
  }

  .hero-badges {
    gap: 0.45rem;
  }

  .hero-badge {
    font-size: 0.68rem;
    padding: 0.4rem 0.65rem;
  }

  .section-intro {
    margin: 2rem 0 1.35rem;
    gap: 0.9rem;
  }

  .section-intro__line {
    height: 42px;
  }

  .hero-delivery {
    max-width: 100%;
  }

  .delivery-form {
    gap: 0.6rem;
  }

  .delivery-box {
    padding: 1rem 1rem 0.95rem;
  }

  .delivery-box__head {
    margin-bottom: 0.85rem;
    padding-bottom: 0.75rem;
  }

  .delivery-plz__trigger,
  .delivery-btn {
    min-height: 48px;
  }

  .delivery-plz__menu {
    max-height: min(320px, 52vh);
  }

  .restaurant-pick__filter-menu {
    max-height: min(240px, 40vh);
  }

  .restaurant-pick__panel {
    padding: 0 1rem 1rem;
  }

  .restaurant-pick__map-head {
    padding: 1rem;
  }

  .postal-codes {
    margin: 1.5rem 0 1.25rem;
  }

  .postal-codes__table-wrap {
    border-radius: 12px;
  }

  .postal-codes__error {
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .restaurant-pick__layout {
    gap: 1.5rem;
  }

  .restaurant-pick__map-panel,
  .restaurant-pick__panel {
    min-height: 340px;
  }

  .restaurant-pick__map-frame-wrap {
    flex: 1;
    min-height: 280px;
    height: auto;
    margin: 0 0.75rem 0.75rem;
  }

  .restaurant-pick__map-frame-wrap,
  .restaurant-pick__map {
    min-height: 280px;
  }

  .restaurant-pick__map-dock {
    bottom: 10px;
    padding: 0.35rem;
  }

  .restaurant-pick__map-chip {
    min-height: 36px;
    padding: 0.3rem 0.65rem;
  }

  .restaurant-pick__map-chip-label {
    display: none;
  }

  .restaurant-pick__map-controls {
    top: 10px;
    right: 10px;
  }

  .restaurant-pick__map-fit {
    min-width: 40px;
    min-height: 40px;
    justify-content: center;
    padding: 0.55rem;
  }

  .restaurant-pick__map-fit span {
    display: none;
  }

  .restaurant-pick__map .leaflet-control-zoom {
    margin-bottom: 14px;
  }

  .restaurant-pick-card__row {
    flex-direction: column;
    gap: 0.65rem;
  }

  .restaurant-pick-card__hours {
    text-align: left;
  }

  .restaurant-pick-card__btn {
    width: 100%;
    text-align: center;
  }

  .gallery {
    padding: 2.5rem 0 3rem;
  }

  .gallery__grid {
    gap: 1rem;
  }

  .about-page {
    padding: 2.5rem 0 3rem;
  }

  .about-page__welcome-line {
    max-width: 48px;
  }

  .site-footer {
    padding-bottom: max(2rem, env(safe-area-inset-bottom));
  }

  .footer-copy {
    font-size: 0.75rem;
    line-height: 1.65;
    padding: 0 0.25rem;
    word-break: break-word;
  }
}

/* Responsive — small phone */
@media (max-width: 420px) {
  .container,
  .home-page .hero-container,
  .gallery-page .container {
    width: min(1180px, 96%);
  }

  .home-page .hero-tagline {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    padding: 0.3rem 0.6rem 0.3rem 0.48rem;
  }

  .home-page .hero-intro--unified .hero-title {
    font-size: clamp(1.5rem, 8.5vw, 1.95rem);
    line-height: 1.14;
  }

  .home-page .hero-intro--unified .hero-desc {
    font-size: 0.84rem;
    padding-top: 0.7rem;
  }

  .section-intro__title,
  .gallery__title,
  .restaurant-pick__title {
    font-size: clamp(1.15rem, 5.2vw, 1.45rem);
  }

  .gallery__subtitle {
    font-size: 0.84rem;
    padding: 0 0.35rem;
    line-height: 1.6;
  }

  .delivery-plz__option-city {
    white-space: normal;
  }

  .restaurant-pick__map-legend-item {
    font-size: 0.68rem;
    padding: 0.35rem 0.65rem;
  }

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

  .gallery__item {
    aspect-ratio: 3 / 4;
  }
}

/* Responsive — very small screens */
@media (max-width: 360px) {
  .home-page .hero-container {
    width: min(1180px, 97%);
  }

  .home-page .hero-badge {
    flex: 1 1 calc(50% - 0.25rem);
    justify-content: center;
    text-align: center;
  }

  .logo-img {
    width: min(108px, 42vw);
  }

  .hero-badge {
    flex: 1 1 100%;
  }

  .restaurant-pick__filter-wrap {
    max-width: 100%;
  }

  .restaurant-pick__map-chip {
    flex: 1 1 auto;
    justify-content: center;
  }
}

/* Landscape phones */
@media (max-height: 500px) and (orientation: landscape) {
  .hero {
    padding: 1.25rem 0 1rem;
  }

  .hero-shell {
    padding: 1.15rem 1.25rem;
  }

  .hero-accent,
  .hero-accent--left,
  .hero-accent--right {
    display: none;
  }

  .home-page .hero-intro--unified {
    padding-top: 0.5rem;
  }

  .restaurant-pick__map-panel,
  .restaurant-pick__panel {
    min-height: 260px;
  }

  .restaurant-pick__map-frame-wrap,
  .restaurant-pick__map {
    min-height: 220px;
  }
}
