/*
  Baia Hara Hora — premium living website
  Стиль специально оставлен читаемым, не минифицированным.
*/

:root {
  --bg: #070806;
  --bg-2: #0d100b;
  --ink: #fff7e8;
  --ink-soft: rgba(255, 247, 232, 0.72);
  --ink-dim: rgba(255, 247, 232, 0.54);
  --cream: #f2dfbd;
  --gold: #d8a15e;
  --gold-2: #f0c783;
  --ember: #ef6f2e;
  --moss: #202817;
  --moss-2: #12180f;
  --glass: rgba(255, 255, 255, 0.075);
  --glass-2: rgba(255, 255, 255, 0.12);
  --line: rgba(255, 247, 232, 0.16);
  --line-strong: rgba(255, 247, 232, 0.28);
  --dark-line: rgba(0, 0, 0, 0.24);
  --shadow: 0 42px 110px rgba(0, 0, 0, 0.52);
  --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.34);
  --radius-xl: 44px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --container: 1180px;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
}

/* Hotel checkout */
[hidden] {
  display: none !important;
}

.booking-page {
  background: #070907;
}

.booking-checkout-main {
  min-height: 100vh;
  padding-top: 108px;
}

.booking-checkout-head {
  padding: 62px 0 42px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(82, 65, 39, 0.2), transparent 55%);
}

.booking-checkout-head h1 {
  max-width: 860px;
  margin: 18px 0 14px;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.95;
}

.booking-checkout-head p {
  color: var(--ink-soft);
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 720px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 247, 232, 0.16);
}

.booking-progress li {
  position: relative;
  padding-top: 18px;
  color: var(--ink-dim);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-progress li::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
}

.booking-progress li.is-active {
  color: var(--gold-2);
}

.booking-progress li.is-active::before {
  background: var(--gold-2);
}

.booking-progress span {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: 7px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.booking-checkout-section {
  padding: 56px 0 120px;
}

.booking-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 48px;
  align-items: start;
}

.hotel-booking-form {
  display: grid;
  gap: 0;
}

.booking-step {
  padding: 36px 0 44px;
  border-bottom: 1px solid rgba(255, 247, 232, 0.14);
}

.booking-step:first-child {
  padding-top: 0;
}

.booking-step-heading {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.booking-step-heading > span {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  height: 42px;
  border: 1px solid rgba(240, 199, 131, 0.4);
  border-radius: 6px;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
}

.booking-step-heading h2 {
  margin: 0 0 6px;
  font-size: 32px;
}

.booking-step-heading p,
.booking-submit-wrap p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.booking-date-fields,
.booking-guest-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.booking-guest-fields {
  grid-template-columns: 1fr 1fr;
}

.booking-control {
  display: grid;
  gap: 8px;
}

.booking-control--wide {
  grid-column: 1 / -1;
}

.booking-control > span {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-control input,
.booking-control select {
  min-height: 62px;
  border-radius: 6px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.booking-control select {
  color: var(--ink);
}

.booking-control select:disabled {
  cursor: wait;
  opacity: .6;
}

.booking-check-button,
.booking-pay-button {
  min-height: 58px;
  margin-top: 18px;
  border: 1px solid var(--gold-2);
  border-radius: 6px;
  padding: 0 24px;
  background: var(--gold-2);
  color: #161208;
  font-weight: 900;
  cursor: pointer;
}

.booking-check-button:disabled,
.booking-pay-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.booking-inline-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--gold-2);
  font-size: 14px;
  font-weight: 700;
}

.booking-room-options {
  display: grid;
  gap: 10px;
}

.booking-room-choice {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  border: 1px solid rgba(255, 247, 232, 0.16);
  border-radius: 6px;
  padding: 10px 18px 10px 10px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.booking-room-choice:hover,
.booking-room-choice.is-selected {
  border-color: rgba(240, 199, 131, 0.75);
  background: rgba(240, 199, 131, 0.1);
}

.booking-room-choice input {
  position: absolute;
  opacity: 0;
}

.booking-room-choice img {
  width: 112px;
  height: 88px;
  border-radius: 4px;
  object-fit: cover;
}

.booking-room-choice-copy,
.booking-room-choice-price {
  display: grid;
  gap: 6px;
}

.booking-room-choice-copy strong {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1;
}

.booking-room-choice-copy small,
.booking-room-choice-price small {
  color: var(--ink-soft);
}

.booking-room-choice-price {
  min-width: 126px;
  text-align: right;
}

.booking-room-choice-price strong {
  color: var(--gold-2);
  font-size: 20px;
}

.booking-step .privacy-check {
  margin-top: 14px;
  border-radius: 6px;
}

.booking-submit-wrap {
  display: grid;
  gap: 10px;
  padding-top: 28px;
}

.booking-pay-button {
  width: 100%;
  margin-top: 0;
}

.booking-summary {
  position: sticky;
  top: 126px;
  border: 1px solid rgba(255, 247, 232, 0.17);
  border-radius: 6px;
  padding: 28px;
  background: #11130f;
}

.booking-summary h2 {
  margin: 18px 0 24px;
  font-size: 32px;
  line-height: 1;
}

.booking-summary dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.booking-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 247, 232, 0.1);
}

.booking-summary dt {
  color: var(--ink-soft);
}

.booking-summary dd {
  margin: 0;
  font-weight: 800;
}

.booking-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 24px 0 12px;
}

.booking-summary-total strong {
  color: var(--gold-2);
  font-size: 28px;
}

.booking-summary > p {
  margin: 8px 0 0;
  color: var(--ink-dim);
  font-size: 12px;
}

.booking-result {
  min-height: 70vh;
  padding: 90px 0 130px;
}

.booking-result-card {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.booking-result-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border: 1px solid var(--gold-2);
  border-radius: 50%;
  color: var(--gold-2);
  font-size: 34px;
}

.booking-result-card h1 {
  margin: 16px 0;
  font-size: clamp(42px, 7vw, 76px);
}

.booking-result-card p {
  margin: 0 0 28px;
  color: var(--ink-soft);
}

.booking-direct-section {
  padding: 88px 0;
  border-top: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(95, 72, 38, 0.2), #080a07 56%);
}

.booking-direct-inner {
  max-width: 820px;
}

.booking-direct-inner h2 {
  margin: 16px 0;
  font-size: clamp(40px, 6vw, 68px);
}

.booking-direct-inner p {
  max-width: 670px;
  margin: 0 0 26px;
  color: var(--ink-soft);
}

@media (max-width: 900px) {
  .booking-checkout-grid {
    grid-template-columns: 1fr;
  }

  .booking-summary {
    position: static;
    grid-row: 1;
  }
}

@media (max-width: 640px) {
  .booking-checkout-main {
    padding-top: 84px;
  }

  .booking-checkout-head {
    padding: 44px 0 28px;
  }

  .booking-checkout-head h1 {
    font-size: 46px;
  }

  .booking-progress {
    grid-template-columns: repeat(4, 1fr);
  }

  .booking-progress li {
    font-size: 0;
  }

  .booking-progress span {
    margin: 0;
    font-size: 12px;
  }

  .booking-checkout-section {
    padding: 28px 0 110px;
  }

  .booking-checkout-grid {
    gap: 20px;
  }

  .booking-summary {
    padding: 20px;
  }

  .booking-date-fields,
  .booking-guest-fields {
    grid-template-columns: 1fr;
  }

  .booking-control--wide {
    grid-column: auto;
  }

  .booking-step-heading h2 {
    font-size: 27px;
  }

  .booking-room-choice {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 10px;
  }

  .booking-room-choice img {
    width: 82px;
    height: 78px;
  }

  .booking-room-choice-price {
    grid-column: 2;
    min-width: 0;
    text-align: left;
  }

  .booking-room-choice-copy strong {
    font-size: 21px;
  }
}

.cms-custom-section {
  padding: 24px 0 88px;
}

.cms-custom-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  align-items: center;
  gap: clamp(24px, 5vw, 76px);
  border: 1px solid rgba(255, 247, 232, .18);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 64px);
  background: linear-gradient(120deg, rgba(255, 255, 255, .045), rgba(205, 159, 89, .1));
}

.cms-custom-section__copy h2 { max-width: 800px; margin: 0; }
.cms-custom-section__copy p { max-width: 680px; margin: 16px 0 24px; color: var(--ink-soft); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.55; }
.cms-custom-section__image { width: 100%; min-height: 240px; max-height: 440px; border-radius: 8px; object-fit: cover; }

@media (max-width: 760px) {
  .cms-custom-section { padding: 12px 0 56px; }
  .cms-custom-section__inner { grid-template-columns: 1fr; gap: 22px; padding: 24px; }
  .cms-custom-section__image { min-height: 200px; }
}

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

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-height: 100vh;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 4%, rgba(216, 161, 94, 0.14), transparent 36%),
    radial-gradient(circle at 82% 0%, rgba(239, 111, 46, 0.10), transparent 28%),
    linear-gradient(135deg, var(--bg), var(--bg-2));
  line-height: 1.55;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

body.no-scroll {
  overflow: hidden;
}

body::selection {
  background: rgba(216, 161, 94, 0.38);
  color: #fff;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

/* Decorative layers. They are never allowed to block clicks. */
.grain,
.cursor-glow,
.smoke-layer,
.scroll-progress,
.hero-orbit,
.hero-marquee,
.hero-marquee * {
  pointer-events: none !important;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0.11;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 170 170' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.68'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 430px;
  height: 430px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(216, 161, 94, 0.18), transparent 66%);
  transform: translate(-50%, -50%);
  filter: blur(2px);
}

.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ember), var(--gold-2));
  box-shadow: 0 0 24px rgba(240, 199, 131, 0.62);
}

/* Intro */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(216, 161, 94, 0.13), transparent 34%),
    #060705;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader__mark {
  display: grid;
  place-items: center;
  width: min(240px, 54vw);
  aspect-ratio: 1;
  border: 1px solid rgba(242, 223, 189, 0.28);
  border-radius: 50%;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(56px, 10vw, 92px);
  letter-spacing: -0.08em;
  box-shadow: inset 0 0 80px rgba(216, 161, 94, 0.08), 0 0 90px rgba(216, 161, 94, 0.08);
  animation: introPulse 1.8s ease infinite alternate;
}

.preloader__mark--logo {
  width: min(360px, 72vw);
  aspect-ratio: 1.5;
  border-radius: 30px;
  overflow: hidden;
  letter-spacing: 0;
}

.preloader__mark--logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.preloader__text {
  position: absolute;
  bottom: 11vh;
  color: var(--ink-dim);
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

@keyframes introPulse {
  from { transform: scale(0.96); opacity: 0.74; }
  to { transform: scale(1); opacity: 1; }
}

/* Header */
.top-header {
  position: fixed;
  left: 50%;
  top: 18px;
  z-index: 1000;
  width: min(1240px, calc(100% - 32px));
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 247, 232, 0.15);
  border-radius: 999px;
  background: rgba(7, 8, 6, 0.34);
  backdrop-filter: blur(24px) saturate(130%);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.20);
  transform: translateX(-50%);
  transition: 0.35s ease;
}

.top-header.scrolled {
  top: 10px;
  min-height: 66px;
  background: rgba(7, 8, 6, 0.78);
  border-color: rgba(255, 247, 232, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(242, 223, 189, 0.42);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 24px;
  color: var(--cream);
  letter-spacing: -0.08em;
  box-shadow: inset 0 0 24px rgba(216, 161, 94, 0.12);
}

.brand-mark--logo {
  width: 92px;
  border-radius: 18px;
  overflow: hidden;
  background: #11150d;
  letter-spacing: 0;
}

.brand-mark--logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.brand-mark.brand-mark--logo::after {
  inset: 5px;
  border-radius: 13px;
}

.brand-mark::after {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1px solid rgba(216, 161, 94, 0.26);
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-text b {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

.brand-text small {
  color: var(--ink-dim);
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.desktop-nav a {
  position: relative;
  border-radius: 999px;
  padding: 11px 15px;
  color: rgba(255, 247, 232, 0.76);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  transition: 0.28s ease;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  background: rgba(255, 247, 232, 0.12);
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* The full commercial navigation has seven items; compact it before labels collide. */
@media (max-width: 1370px) {
  .desktop-nav,
  .phone-link {
    display: none;
  }

  .menu-burger {
    display: grid;
  }
}

.phone-link {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  transition: color 0.25s ease;
}

.phone-link:hover {
  color: var(--gold-2);
}

.book-btn,
.icon-btn,
.menu-burger {
  border: 0;
}

.book-btn,
.book-panel-btn,
.primary-btn,
.white-pill,
.booking-form button,
.toast__close {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.book-btn::before,
.book-panel-btn::before,
.primary-btn::before,
.white-pill::before,
.booking-form button::before {
  content: '';
  position: absolute;
  inset: -40%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.48), transparent 52%);
  transform: translateX(-120%) rotate(12deg);
  transition: transform 0.72s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.book-btn:hover::before,
.book-panel-btn:hover::before,
.primary-btn:hover::before,
.white-pill:hover::before,
.booking-form button:hover::before {
  transform: translateX(120%) rotate(12deg);
}

.book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 20px;
  background: linear-gradient(135deg, var(--gold-2), var(--ember));
  color: #15100a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
  box-shadow: 0 14px 42px rgba(239, 111, 46, 0.26);
}

.menu-burger {
  display: none;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 247, 232, 0.14);
}

.menu-burger span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 2px 0;
  border-radius: 999px;
  background: #fff;
  transition: 0.28s ease;
}

.menu-burger.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-burger.active span:nth-child(2) {
  opacity: 0;
}

.menu-burger.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  justify-items: end;
  padding: 104px 18px 18px;
  background: rgba(4, 5, 4, 0.38);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease;
}

.mobile-menu.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu__panel {
  width: min(460px, 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--line);
  border-radius: 36px;
  padding: 28px;
  background:
    radial-gradient(circle at 85% 10%, rgba(216, 161, 94, 0.14), transparent 34%),
    rgba(12, 14, 10, 0.92);
  box-shadow: var(--shadow);
  transform: translateX(28px) scale(0.98);
  transition: transform 0.35s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.mobile-menu.open .mobile-menu__panel {
  transform: translateX(0) scale(1);
}

.menu-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.menu-kicker::before,
.eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.menu-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 247, 232, 0.10);
  min-height: 54px;
  padding: 12px 0;
  font-family: var(--serif);
  font-size: clamp(28px, 7vw, 40px);
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--cream);
}

.menu-item::after {
  content: none;
}

.menu-item.active {
  color: #fff;
}

.book-panel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 64px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 900;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 150px 0 64px;
  overflow: hidden;
  background: #070806;
}

.video-background,
.hero-poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.video-background.is-ready {
  opacity: 1;
}

.video-background.is-hidden {
  display: none;
}

.hero-poster {
  opacity: 0.78;
}

.hero.is-video-ready .hero-poster {
  opacity: 0;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 6, 4, 0.94), rgba(5, 6, 4, 0.54) 52%, rgba(5, 6, 4, 0.76)),
    linear-gradient(0deg, #070806, transparent 34%);
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 16% 30%, rgba(239, 111, 46, 0.18), transparent 27%),
    radial-gradient(circle at 77% 18%, rgba(216, 161, 94, 0.10), transparent 33%);
}

.smoke-layer {
  position: absolute;
  inset: auto -20% 0 -20%;
  z-index: 3;
  height: 52%;
  opacity: 0.28;
  background:
    radial-gradient(ellipse at 20% 70%, rgba(255, 255, 255, 0.12), transparent 34%),
    radial-gradient(ellipse at 70% 60%, rgba(255, 255, 255, 0.08), transparent 37%);
  filter: blur(32px);
  animation: smoke 14s ease-in-out infinite alternate;
}

@keyframes smoke {
  from { transform: translateX(-3%) translateY(2%); }
  to { transform: translateX(3%) translateY(-2%); }
}

.hero-layout {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.56fr);
  align-items: end;
  gap: 44px;
}

.hero-copy {
  max-width: 920px;
}

.hero .overline {
  margin-bottom: 22px;
}

.overline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.overline span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(255, 247, 232, 0.20);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 247, 232, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 650;
  letter-spacing: -0.055em;
}

h1 {
  font-size: clamp(70px, 11vw, 154px);
  line-height: 0.80;
  color: var(--cream);
}

.hero h1 .line {
  display: block;
}

.hero h1 em {
  display: inline-block;
  color: #fff;
  font-style: italic;
  font-weight: 500;
  transform: translateY(0.05em);
}

.hero-lead {
  max-width: 660px;
  margin-top: 26px;
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.location-actions,
.cta-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 36px;
}

.primary-btn,
.ghost-btn,
.white-pill,
.outline-pill,
.dark-pill,
.icon-btn,
.booking-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 62px;
  border-radius: 999px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-weight: 900;
  letter-spacing: 0.02em;
  transition: transform 0.26s ease, border-color 0.26s ease, background 0.26s ease, color 0.26s ease, box-shadow 0.26s ease;
}

.primary-btn,
.booking-form button {
  background: linear-gradient(135deg, var(--gold-2), var(--ember));
  color: #160e08;
  box-shadow: 0 20px 60px rgba(239, 111, 46, 0.28);
}

.ghost-btn,
.outline-pill,
.icon-btn {
  border-color: rgba(255, 247, 232, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  backdrop-filter: blur(14px);
}

.white-pill {
  background: #fff;
  color: #111;
  box-shadow: 0 18px 58px rgba(255, 255, 255, 0.12);
}

.dark-pill {
  border-color: rgba(16, 18, 14, 0.16);
  background: #10120e;
  color: #fff;
}

.primary-btn:hover,
.ghost-btn:hover,
.white-pill:hover,
.outline-pill:hover,
.dark-pill:hover,
.icon-btn:hover,
.booking-form button:hover {
  transform: translateY(-3px);
}

.hero-note-card {
  position: relative;
  border: 1px solid rgba(255, 247, 232, 0.17);
  border-radius: var(--radius-xl);
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px) saturate(120%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-note-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(216, 161, 94, 0.36), transparent 36%, rgba(255, 255, 255, 0.10));
  opacity: 0.72;
  z-index: -1;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.live-dot::before {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #77ff8c;
  box-shadow: 0 0 24px #77ff8c;
  animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 0.45; transform: scale(0.86); }
  50% { opacity: 1; transform: scale(1); }
}

.hero-note-card b {
  display: block;
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--cream);
}

.hero-note-card p {
  margin-top: 14px;
  color: var(--ink-soft);
}

.card-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.card-metrics span {
  display: grid;
  gap: 2px;
  min-height: 82px;
  border: 1px solid rgba(255, 247, 232, 0.13);
  border-radius: 22px;
  padding: 14px 12px;
  background: rgba(0, 0, 0, 0.17);
  color: var(--ink-dim);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.card-metrics strong {
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.05em;
}

.hero-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 4;
  display: flex;
  gap: 32px;
  white-space: nowrap;
  color: rgba(255, 247, 232, 0.12);
  font-family: var(--serif);
  font-size: clamp(52px, 8vw, 118px);
  line-height: 0.8;
  letter-spacing: -0.06em;
  animation: marquee 26s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 36px;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 46px;
  height: 76px;
  border: 1px solid rgba(255, 247, 232, 0.22);
  border-radius: 999px;
  color: var(--ink-soft);
  transform: translateX(-50%);
}

.scroll-cue::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-2);
  animation: scrollCue 1.6s ease-in-out infinite;
}

@keyframes scrollCue {
  from { transform: translateY(-16px); opacity: 0; }
  35% { opacity: 1; }
  to { transform: translateY(16px); opacity: 0; }
}

/* Shared section */
.section {
  position: relative;
  padding: 126px 0;
}

.section-head {
  display: grid;
  gap: 18px;
  max-width: 780px;
  margin-bottom: 48px;
}

.section-head.center {
  text-align: center;
  justify-items: center;
  margin-inline: auto;
}

.section-head h2,
.location-info h2,
.booking-copy h2,
.page-copy h1,
.cta-band h2 {
  font-size: clamp(48px, 7vw, 98px);
  line-height: 0.9;
}

.section-head p,
.booking-copy p,
.page-copy p,
.cta-band p {
  color: var(--ink-soft);
  font-size: clamp(17px, 2vw, 21px);
}

.story-board {
  background:
    linear-gradient(180deg, #070806, #0c0f0a 48%, #070806),
    radial-gradient(circle at 80% 10%, rgba(216, 161, 94, 0.12), transparent 30%);
}

.story-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 52px;
  align-items: center;
}

.story-image {
  position: relative;
  min-height: 650px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.story-image img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.story-image:hover img {
  transform: scale(1.05);
}

.story-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 54%);
}

.story-label {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  border: 1px solid rgba(255, 247, 232, 0.18);
  border-radius: 26px;
  padding: 18px;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  color: var(--ink-soft);
}

.story-text h2 {
  margin: 18px 0 24px;
  font-size: clamp(48px, 6vw, 94px);
  line-height: 0.89;
}

.story-text p {
  color: var(--ink-soft);
  font-size: 20px;
}

.signature-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.signature-line div {
  min-height: 138px;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.signature-line b {
  display: block;
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 38px;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.signature-line span {
  display: block;
  margin-top: 12px;
  color: var(--ink-dim);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Services */
.services-stage {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 8, 6, 0.96), rgba(7, 8, 6, 0.83)),
    var(--service-bg, url('../images/fon1.webp')) center/cover;
  transition: background 0.45s ease;
}

.services-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 74% 32%, rgba(216, 161, 94, 0.16), transparent 34%);
}

.service-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr minmax(220px, 320px) 54px;
  align-items: center;
  gap: 24px;
  min-height: 138px;
  border: 1px solid rgba(255, 247, 232, 0.13);
  border-radius: 34px;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
  transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease;
  overflow: hidden;
}

.service-row::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(216, 161, 94, 0.16), transparent 52%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.service-row:hover {
  transform: translateX(10px);
  border-color: rgba(240, 199, 131, 0.34);
  background: rgba(255, 255, 255, 0.085);
}

.service-row:hover::before {
  opacity: 1;
}

.service-num {
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.07em;
}

.service-row h3 {
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.85;
}

.service-row p {
  color: var(--ink-soft);
}

.service-arrow {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 247, 232, 0.10);
  color: var(--gold-2);
  font-size: 20px;
}

/* Atmosphere collage */
.collage-section {
  background: var(--cream);
  color: #11130e;
  overflow: hidden;
}

.collage-section .eyebrow {
  color: #8d5b28;
}

.collage-section .section-head p {
  color: rgba(17, 19, 14, 0.64);
}

.collage-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 0.9fr;
  grid-template-rows: 230px 300px;
  gap: 16px;
}

.collage-card {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  min-height: 220px;
  box-shadow: 0 30px 70px rgba(17, 19, 14, 0.16);
}

.collage-card.big {
  grid-row: span 2;
}

.collage-card.wide {
  grid-column: span 2;
}

.collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.collage-card:hover img {
  transform: scale(1.06);
}

.collage-card span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  border-radius: 999px;
  padding: 11px 15px;
  background: rgba(255, 255, 255, 0.86);
  color: #111;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}

.collage-note {
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(17, 19, 14, 0.12);
  border-radius: 34px;
  padding: 26px;
  background: #fff8ea;
}

.collage-note b {
  font-family: var(--serif);
  font-size: 46px;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.collage-note p {
  color: rgba(17, 19, 14, 0.62);
}

/* Timeline */
.timeline-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(239, 111, 46, 0.10), transparent 30%),
    #070806;
}

.timeline-layout {
  display: grid;
  grid-template-columns: 0.64fr 1fr;
  gap: 46px;
  align-items: start;
}

.timeline-tabs {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 10px;
}

.timeline-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--ink-soft);
  text-align: left;
  transition: 0.25s ease;
}

.timeline-tab span {
  color: var(--gold-2);
  font-weight: 900;
}

.timeline-tab.is-active {
  border-color: rgba(240, 199, 131, 0.42);
  background: rgba(216, 161, 94, 0.16);
  color: #fff;
}

.timeline-panel {
  display: none;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow-soft);
}

.timeline-panel.is-active {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
}

.timeline-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-panel__text {
  display: grid;
  align-content: center;
  padding: 42px;
}

.timeline-panel__text span {
  color: var(--gold-2);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
}

.timeline-panel__text h3 {
  margin: 18px 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.9;
}

.timeline-panel__text p {
  color: var(--ink-soft);
  font-size: 18px;
}

/* Map */
.location-section {
  position: relative;
  padding: 124px 0;
  overflow: hidden;
  background: #070806;
  border-top: 1px solid var(--line);
}

.location-section::before {
  content: '';
  position: absolute;
  inset: -22% -18% auto 38%;
  height: 620px;
  background: radial-gradient(circle, rgba(216, 161, 94, 0.15), transparent 64%);
}

.location-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(310px, 0.78fr) minmax(500px, 1.26fr);
  gap: 54px;
  align-items: center;
}

.location-info h2 {
  margin: 18px 0 36px;
}

.contact-block {
  margin-bottom: 28px;
}

.contact-label {
  margin-bottom: 12px;
  color: var(--ink-dim);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-main,
.contact-phone {
  display: block;
  color: #fff;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.contact-phone:hover {
  color: var(--gold-2);
}

.location-actions {
  margin-top: 38px;
}

.location-map {
  position: relative;
  min-height: 590px;
  border: 1px solid rgba(255, 247, 232, 0.14);
  border-radius: 3px;
  overflow: hidden;
  background: #141414;
  box-shadow: var(--shadow);
}

.location-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.88) contrast(1.02);
}

.map-open-btn,
.copy-address-btn {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  border: 0;
  border-radius: 16px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  font-weight: 900;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.20);
  transition: 0.25s ease;
}

.map-open-btn {
  left: 18px;
  bottom: 18px;
}

.copy-address-btn {
  right: 18px;
  bottom: 18px;
}

.map-open-btn:hover,
.copy-address-btn:hover {
  transform: translateY(-3px);
}

/* Booking */
.booking-section {
  padding: 118px 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(239, 111, 46, 0.12), transparent 32%),
    linear-gradient(180deg, #070806, #0e110b);
  border-top: 1px solid var(--line);
}

.booking-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.1fr);
  gap: 48px;
  align-items: start;
}

.booking-copy h2 {
  margin: 18px 0 22px;
}

.booking-copy .micro-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.micro-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
}

.micro-list span::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 18px rgba(240, 199, 131, 0.58);
}

.booking-form {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 247, 232, 0.16);
  border-radius: var(--radius-xl);
  padding: 28px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.input-field {
  position: relative;
}

.input-field label {
  position: absolute;
  left: 18px;
  top: 10px;
  z-index: 1;
  color: rgba(255, 247, 232, 0.46);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 247, 232, 0.17);
  border-radius: 20px;
  outline: 0;
  padding: 30px 18px 13px;
  background: rgba(5, 6, 4, 0.54);
  color: #fff;
  transition: 0.25s ease;
}

select {
  appearance: none;
}

select option {
  color: #111;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(240, 199, 131, 0.76);
  box-shadow: 0 0 0 4px rgba(216, 161, 94, 0.13);
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 247, 232, 0.38);
}

.input-field.is-invalid input,
.input-field.is-invalid select,
.input-field.is-invalid textarea {
  border-color: rgba(240, 199, 131, 0.92);
  box-shadow:
    0 0 0 4px rgba(216, 161, 94, 0.17),
    0 16px 36px rgba(0, 0, 0, 0.26);
}

.form-field-error {
  position: absolute;
  left: 16px;
  top: calc(100% + 8px);
  z-index: 5;
  max-width: min(360px, calc(100vw - 48px));
  padding: 12px 14px 12px 42px;
  border: 1px solid rgba(240, 199, 131, 0.48);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(36, 29, 19, 0.98), rgba(9, 10, 7, 0.96));
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(18px);
  animation: field-error-pop 0.28s ease both;
}

.form-field-error::before {
  content: '!';
  position: absolute;
  left: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  background: var(--gold);
  color: #151006;
  font-size: 14px;
  font-weight: 950;
}

.form-field-error::after {
  content: '';
  position: absolute;
  left: 24px;
  top: -6px;
  width: 10px;
  height: 10px;
  border-left: 1px solid rgba(240, 199, 131, 0.48);
  border-top: 1px solid rgba(240, 199, 131, 0.48);
  background: rgba(36, 29, 19, 0.98);
  transform: rotate(45deg);
}

@keyframes field-error-pop {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.booking-form button {
  width: 100%;
  border: 0;
  margin-top: 4px;
}

.form-note {
  color: var(--ink-dim);
  font-size: 12px;
}

.booking-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.privacy-check {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(255, 247, 232, 0.13);
  border-radius: 18px;
  padding: 14px;
  background: rgba(5, 6, 4, 0.36);
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.45;
}

.privacy-check input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  accent-color: var(--gold);
}

.privacy-check a {
  color: var(--gold-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Inner pages */
.inner-page {
  background:
    linear-gradient(180deg, rgba(7, 8, 6, 0.48), #070806 660px),
    url('../images/fon-gory.webp') center top/cover fixed;
}

.page-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  padding: 150px 0 90px;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 6, 0.95), rgba(7, 8, 6, 0.58) 56%, rgba(7, 8, 6, 0.84)),
    radial-gradient(circle at 18% 20%, rgba(216, 161, 94, 0.18), transparent 30%);
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: 48px;
}

.page-grid--text-only {
  grid-template-columns: minmax(0, 860px);
}

.page-copy h1 {
  margin: 20px 0 24px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 34px;
}

.tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(255, 247, 232, 0.18);
  border-radius: 999px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.page-photo {
  position: relative;
  height: 590px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.page-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-photo em {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  border: 1px solid rgba(255, 247, 232, 0.18);
  border-radius: 24px;
  padding: 18px;
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  color: var(--cream);
  font-family: var(--serif);
  font-size: 28px;
  font-style: italic;
  line-height: 1;
}

.feature-section {
  padding: 110px 0;
  background: #070806;
}

.feature-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: start;
}

.feature-main h2 {
  margin: 18px 0 22px;
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.9;
}

.feature-main p {
  color: var(--ink-soft);
  font-size: 19px;
}

.feature-cards {
  display: grid;
  gap: 14px;
}

.feature-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  transition: 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 199, 131, 0.36);
  background: rgba(255, 255, 255, 0.085);
}

.feature-card b {
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 44px;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.feature-card h3 {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1;
}

.feature-card p {
  color: var(--ink-soft);
}

.room-breakfast-section {
  padding: 108px 0 118px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(7, 8, 6, 0.98), rgba(12, 15, 10, 0.96)),
    radial-gradient(circle at 10% 12%, rgba(240, 199, 131, 0.14), transparent 34%),
    radial-gradient(circle at 92% 58%, rgba(239, 111, 46, 0.10), transparent 32%);
}

.room-breakfast-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: 42px;
  align-items: start;
}

.room-breakfast-copy {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 22px;
}

.room-breakfast-copy h2 {
  max-width: 560px;
  font-size: 64px;
  line-height: 0.92;
}

.room-breakfast-copy p {
  max-width: 560px;
  color: var(--ink-soft);
  font-size: 19px;
}

.room-breakfast-flow {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.room-breakfast-flow span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  border: 1px solid rgba(255, 247, 232, 0.13);
  border-radius: 18px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
}

.room-breakfast-flow b {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold-2);
  color: #171007;
  font-size: 12px;
  font-weight: 950;
}

.room-breakfast-menu-link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid rgba(240, 199, 131, 0.35);
  border-radius: 999px;
  padding: 0 20px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.room-breakfast-menu-link:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 199, 131, 0.72);
  background: rgba(240, 199, 131, 0.09);
}

.room-breakfast-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 16px;
  align-items: start;
}

.room-breakfast-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.room-breakfast-item {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 164px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "number"
    "copy";
  align-content: start;
  gap: 18px;
  align-items: start;
  border: 1px solid rgba(255, 247, 232, 0.13);
  border-radius: 24px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--ink);
  text-align: left;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.room-breakfast-item:hover,
.room-breakfast-item:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(240, 199, 131, 0.42);
  background: rgba(255, 255, 255, 0.08);
  outline: 0;
}

.room-breakfast-item.is-selected {
  border-color: rgba(240, 199, 131, 0.82);
  background:
    linear-gradient(135deg, rgba(240, 199, 131, 0.16), rgba(239, 111, 46, 0.08)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.26);
}

.room-breakfast-item--wide {
  grid-column: 1 / -1;
  min-height: 146px;
}

.breakfast-number {
  grid-area: number;
  display: grid;
  place-items: center;
  width: fit-content;
  min-width: 54px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(240, 199, 131, 0.34);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.room-breakfast-item > span:not(.breakfast-number) {
  grid-area: copy;
  min-width: 0;
}

.room-breakfast-item strong {
  display: block;
  max-width: 100%;
  margin-bottom: 9px;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.04;
  overflow-wrap: break-word;
}

.room-breakfast-item small {
  display: block;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.45;
}

.room-breakfast-order {
  position: sticky;
  top: 118px;
  border: 1px solid rgba(255, 247, 232, 0.16);
  border-radius: 28px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(23, 26, 18, 0.94), rgba(8, 9, 6, 0.96)),
    rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow-soft);
}

.room-breakfast-order-label {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.room-breakfast-order strong {
  display: block;
  font-family: var(--serif);
  font-size: 36px;
  line-height: 0.98;
}

.room-breakfast-order p {
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 14px;
}

.room-breakfast-fields {
  display: grid;
  gap: 10px;
  margin: 20px 0 14px;
}

.breakfast-field {
  display: grid;
  gap: 7px;
}

.breakfast-field span {
  color: rgba(255, 247, 232, 0.58);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.breakfast-field input,
.breakfast-field select {
  min-height: 52px;
  border-radius: 16px;
  padding: 15px 14px;
  background: rgba(4, 5, 3, 0.58);
}

.room-breakfast-add {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 18px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--gold-2), var(--ember));
  color: #160e08;
  font-weight: 950;
  box-shadow: 0 18px 48px rgba(239, 111, 46, 0.22);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.room-breakfast-add:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 62px rgba(239, 111, 46, 0.30);
}

.room-breakfast-pay-note {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 247, 232, 0.12);
  color: var(--ink-dim) !important;
  font-size: 12px !important;
}

.split-showcase {
  padding: 0 0 118px;
  background: #070806;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.showcase-tile {
  position: relative;
  min-height: 470px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.showcase-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.52), transparent 54%);
}

.showcase-tile span {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  color: #fff;
  font-family: var(--serif);
  font-size: 42px;
  letter-spacing: -0.05em;
}

.cta-band {
  padding: 106px 0;
  background:
    linear-gradient(135deg, rgba(216, 161, 94, 0.18), rgba(239, 111, 46, 0.10)),
    #11150d;
}

.cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 42px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow-soft);
}

.cta-band h2 {
  margin-bottom: 16px;
}


/* Restaurant menu page */
.menu-page {
  background:
    linear-gradient(180deg, rgba(7, 8, 6, 0.62), #070806 760px),
    url('../images/fon1.webp') center top/cover fixed;
}

.menu-hero {
  position: relative;
  min-height: 820px;
  display: grid;
  align-items: center;
  padding: 150px 0 96px;
  overflow: hidden;
  background: #070806;
}

.menu-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 6, 0.96), rgba(7, 8, 6, 0.50) 54%, rgba(7, 8, 6, 0.88)),
    radial-gradient(circle at 20% 25%, rgba(216, 161, 94, 0.18), transparent 34%),
    url('../images/fon1.webp') center/cover;
  transform: scale(1.02);
}

.menu-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 210px;
  background: linear-gradient(0deg, #070806, transparent);
}

.menu-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.43fr);
  gap: 46px;
  align-items: end;
}

.menu-hero__copy h1 {
  max-width: 920px;
  margin: 20px 0 24px;
  font-size: clamp(58px, 8.4vw, 126px);
  line-height: 0.84;
  letter-spacing: -0.08em;
}

.menu-hero__copy p {
  max-width: 700px;
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 22px);
}

.menu-hero__card {
  border: 1px solid rgba(255, 247, 232, 0.17);
  border-radius: var(--radius-xl);
  padding: 30px;
  background: rgba(6, 7, 5, 0.54);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.menu-hero__card span,
.menu-hero__card small {
  display: block;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-hero__card b {
  display: block;
  margin: 18px 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 70px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.menu-hero__card p {
  margin-bottom: 16px;
  color: var(--ink-soft);
}

.menu-hero__card a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.menu-intro {
  padding-bottom: 26px;
  background:
    radial-gradient(circle at 76% 12%, rgba(216, 161, 94, 0.12), transparent 32%),
    #070806;
}

.menu-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
  gap: 36px;
  align-items: end;
}

.menu-search-panel {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-soft);
}

.menu-search-panel label {
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-search-panel input {
  padding: 18px 18px;
  border-radius: 20px;
}

.menu-search-panel span {
  color: var(--ink-dim);
  font-size: 13px;
  font-weight: 800;
}

.menu-filter-shell {
  position: sticky;
  top: 96px;
  z-index: 50;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
}

.menu-filters {
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  border: 1px solid rgba(255, 247, 232, 0.12);
  border-radius: 999px;
  background: rgba(7, 8, 6, 0.82);
  backdrop-filter: blur(20px);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.22);
  scrollbar-width: none;
}

.menu-filter-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 247, 232, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: var(--gold-2);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.menu-filter-arrow:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 199, 131, 0.48);
  background: linear-gradient(135deg, rgba(240, 199, 131, 0.24), rgba(239, 111, 46, 0.16));
}

.menu-filters::-webkit-scrollbar {
  display: none;
}

.menu-filter {
  flex: 0 0 auto;
  min-height: 44px;
  border: 1px solid rgba(255, 247, 232, 0.12);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  scroll-snap-align: start;
  transition: 0.25s ease;
}

.menu-filter:hover,
.menu-filter.is-active {
  border-color: rgba(240, 199, 131, 0.46);
  background: linear-gradient(135deg, rgba(240, 199, 131, 0.28), rgba(239, 111, 46, 0.20));
  color: #fff;
}

.chef-picks {
  padding: 58px 0 96px;
  background: #070806;
}

.chef-picks__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.chef-pick-card {
  min-height: 230px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(255, 247, 232, 0.14);
  border-radius: 32px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.05);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.chef-pick-card:hover {
  transform: translateY(-6px);
  border-color: rgba(240, 199, 131, 0.38);
}

.chef-pick-card span {
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 40px;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.chef-pick-card h3 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.chef-pick-card b {
  color: var(--gold-2);
  font-size: 18px;
}

.menu-list-section {
  padding: 18px 0 92px;
  background:
    linear-gradient(180deg, #070806, #0d100b 45%, #070806);
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.menu-list.is-focused {
  grid-template-columns: minmax(0, 840px);
  justify-content: start;
}

.menu-category {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(255, 247, 232, 0.14);
  border-radius: 34px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.menu-category[hidden],
.menu-dish[hidden] {
  display: none !important;
}

.menu-category__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 247, 232, 0.12);
}

.menu-category__head span {
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.menu-category__head small {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-dishes {
  display: grid;
  gap: 13px;
}

.menu-dish {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: end;
  color: var(--ink-soft);
}

.dish-name {
  max-width: 100%;
  color: var(--ink);
  font-weight: 700;
}

.dish-line {
  min-width: 30px;
  height: 1px;
  margin-bottom: 7px;
  background: linear-gradient(90deg, rgba(255, 247, 232, 0.18), transparent);
}

.dish-price {
  color: var(--gold-2);
  font-weight: 900;
  white-space: nowrap;
}

.menu-cta {
  background:
    linear-gradient(135deg, rgba(9, 11, 7, 0.30), rgba(9, 11, 7, 0.76)),
    url('../images/fon1.webp') center/cover;
}



/* Circular category picker + menu helpers */
.category-wheel-shell {
  position: sticky;
  top: 96px;
  z-index: 120;
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 34px;
}

.category-wheel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 178px;
  width: min(100%, 760px);
}

.category-wheel__trigger {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  align-content: center;
  width: 174px;
  height: 174px;
  border: 1px solid rgba(240, 199, 131, 0.46);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 247, 232, 0.15), transparent 38%),
    conic-gradient(from 215deg, rgba(240, 199, 131, 0.48), rgba(239, 111, 46, 0.16), rgba(255, 247, 232, 0.12), rgba(240, 199, 131, 0.48)),
    rgba(7, 8, 6, 0.86);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 22px 90px rgba(0, 0, 0, 0.42), inset 0 0 34px rgba(240, 199, 131, 0.12);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.category-wheel__trigger::before {
  content: '';
  position: absolute;
  inset: 16px;
  z-index: -1;
  border: 1px solid rgba(255, 247, 232, 0.12);
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.28);
}

.category-wheel__trigger::after {
  content: '';
  position: absolute;
  inset: -9px;
  z-index: -2;
  border-radius: inherit;
  background: conic-gradient(from 0deg, transparent 0 22deg, rgba(240, 199, 131, 0.34) 22deg 34deg, transparent 34deg 72deg, rgba(239, 111, 46, 0.20) 72deg 84deg, transparent 84deg 360deg);
  filter: blur(0.2px);
  opacity: 0.85;
  animation: categoryWheelSpin 18s linear infinite;
}

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

.category-wheel__trigger:hover {
  transform: translateY(-4px) scale(1.03);
  border-color: rgba(240, 199, 131, 0.82);
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.52), 0 0 0 8px rgba(240, 199, 131, 0.07);
}

.category-wheel__trigger span,
.category-wheel__trigger small {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.category-wheel__trigger span {
  color: var(--gold-2);
}

.category-wheel__trigger b {
  margin: 7px 0;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.category-wheel__trigger small {
  max-width: 124px;
  color: rgba(255, 247, 232, 0.62);
  letter-spacing: 0.08em;
  line-height: 1.25;
}

.category-wheel__panel {
  position: fixed;
  left: 50%;
  top: 54%;
  z-index: 1100;
  width: min(640px, calc(100vw - 34px));
  height: min(640px, calc(100vw - 34px));
  min-height: 540px;
  border: 1px solid rgba(255, 247, 232, 0.15);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(240, 199, 131, 0.12), transparent 23%),
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.10), transparent 28%),
    rgba(7, 8, 6, 0.92);
  backdrop-filter: blur(24px);
  box-shadow: 0 38px 140px rgba(0, 0, 0, 0.66), inset 0 0 70px rgba(240, 199, 131, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.82) rotate(-5deg);
  transition: opacity 0.32s ease, transform 0.42s cubic-bezier(0.2, 0.82, 0.2, 1);
}

.category-wheel.is-open .category-wheel__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.category-wheel__halo {
  position: absolute;
  inset: 34px;
  border-radius: inherit;
  background:
    conic-gradient(from 155deg, rgba(240, 199, 131, 0.36), rgba(255, 255, 255, 0.04), rgba(239, 111, 46, 0.22), rgba(240, 199, 131, 0.36));
  mask: radial-gradient(circle, transparent 0 38%, #000 39% 41%, transparent 42% 57%, #000 58% 60%, transparent 61%);
  opacity: 0.86;
}

.category-wheel__center {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 154px;
  height: 154px;
  border: 1px solid rgba(240, 199, 131, 0.32);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 199, 131, 0.18), rgba(0, 0, 0, 0.58) 62%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.category-wheel__center span {
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 36px;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.category-wheel__center b {
  color: rgba(255, 247, 232, 0.72);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.category-wheel__close {
  position: absolute;
  right: 64px;
  top: 64px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 247, 232, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.category-wheel__chip {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  min-height: 38px;
  max-width: 132px;
  padding: 0 13px;
  border-radius: 999px;
  white-space: nowrap;
  transform: translate(-50%, -50%) scale(0.92);
  box-shadow: 0 13px 34px rgba(0, 0, 0, 0.34);
}

.category-wheel.is-open .category-wheel__chip {
  animation: categoryChipIn 0.42s cubic-bezier(0.2, 0.82, 0.2, 1) both;
}

@keyframes categoryChipIn {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.72); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.category-wheel__chip.is-active {
  border-color: rgba(240, 199, 131, 0.72);
  background: linear-gradient(135deg, rgba(240, 199, 131, 0.42), rgba(239, 111, 46, 0.28));
  color: #fff;
}

.category-wheel-hint {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 247, 232, 0.52);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

body.menu-wheel-open .top-header {
  z-index: 80;
}

.menu-dish {
  position: relative;
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 4px 6px;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.menu-dish:hover,
.menu-dish.is-selected {
  border-color: rgba(240, 199, 131, 0.24);
  background: rgba(240, 199, 131, 0.07);
}

.menu-dish.is-selected {
  transform: translateX(4px);
}

.dish-recommendation-section {
  padding: 0 0 76px;
  background: #070806;
}

.dish-recommendation {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.72fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid rgba(255, 247, 232, 0.14);
  border-radius: 38px;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 76% 26%, rgba(240, 199, 131, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.26);
}

.dish-recommendation__copy h2 {
  margin-top: 10px;
  font-family: var(--serif);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.dish-recommendation__copy p {
  max-width: 620px;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 18px;
}

.dish-recommendation__box {
  display: grid;
  align-content: center;
  gap: 16px;
  border: 1px solid rgba(255, 247, 232, 0.12);
  border-radius: 30px;
  padding: 24px;
  background: rgba(0, 0, 0, 0.24);
}

.dish-recommendation__label {
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dish-recommendation__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dish-recommendation__chips span {
  border: 1px solid rgba(240, 199, 131, 0.22);
  border-radius: 999px;
  padding: 10px 13px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.dish-recommendation__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--ember));
  color: #171008;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.menu-floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 920;
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 247, 232, 0.16);
  border-radius: 999px;
  background: rgba(7, 8, 6, 0.82);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.36);
}

.menu-floating-actions a {
  display: grid;
  place-items: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 900;
}

.menu-floating-actions__category {
  border: 1px solid rgba(255, 247, 232, 0.13);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
}

.menu-floating-actions__book {
  color: #171008;
  background: linear-gradient(135deg, var(--gold-2), var(--ember));
}

@media (max-width: 1120px) {
  .menu-hero__grid,
  .menu-intro__grid {
    grid-template-columns: 1fr;
  }

  .chef-picks__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dish-recommendation {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .menu-hero {
    min-height: auto;
    padding: 132px 0 84px;
  }

  .menu-hero__copy h1 {
    font-size: clamp(54px, 15vw, 88px);
  }

  .menu-filter-shell {
    top: 82px;
    width: calc(100% - 24px);
    grid-template-columns: 42px minmax(0, 1fr) 42px;
  }

  .menu-filter-arrow {
    width: 42px;
    height: 42px;
    font-size: 27px;
  }

  .menu-list,
  .menu-list.is-focused {
    grid-template-columns: 1fr;
  }

  .chef-picks__grid {
    grid-template-columns: 1fr;
  }

  .menu-category {
    border-radius: 28px;
    padding: 20px;
  }

  .menu-dish {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
  }


  .dish-line {
    display: none;
  }

  .category-wheel-shell {
    top: 82px;
    width: calc(100% - 24px);
  }

  .category-wheel {
    min-height: 138px;
  }

  .category-wheel__trigger {
    width: 138px;
    height: 138px;
  }

  .category-wheel__trigger b {
    font-size: 28px;
  }

  .category-wheel__panel {
    left: 12px;
    right: 12px;
    bottom: 88px;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    gap: 10px;
    width: auto;
    height: min(68vh, 560px);
    min-height: 0;
    padding: 76px 18px 22px;
    overflow-y: auto;
    border-radius: 34px;
    transform: translateY(26px) scale(0.98);
  }

  .category-wheel.is-open .category-wheel__panel {
    transform: translateY(0) scale(1);
  }

  .category-wheel__halo,
  .category-wheel__center {
    display: none;
  }

  .category-wheel__close {
    top: 18px;
    right: 18px;
  }

  .category-wheel__chip {
    position: static;
    transform: none;
    max-width: none;
  }

  .category-wheel.is-open .category-wheel__chip {
    animation: none;
  }

  .dish-recommendation {
    border-radius: 30px;
  }

  .menu-floating-actions {
    left: 50%;
    right: auto;
    bottom: 14px;
    width: min(480px, calc(100% - 24px));
    grid-template-columns: 0.82fr 1.18fr;
    transform: translateX(-50%);
  }

  .menu-floating-actions a {
    min-height: 48px;
    padding: 0 12px;
  }
}

@media (max-width: 520px) {
  .menu-hero__card,
  .menu-search-panel {
    border-radius: 28px;
    padding: 20px;
  }

  .menu-filter {
    min-height: 40px;
    padding: 0 13px;
    font-size: 11px;
  }

  .menu-filter-shell {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 6px;
  }


  .menu-filter-arrow {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .category-wheel-hint {
    font-size: 12px;
  }

  .dish-recommendation__copy h2 {
    font-size: clamp(38px, 14vw, 60px);
  }

  .dish-recommendation__box {
    padding: 18px;
  }

  .menu-floating-actions a {
    font-size: 12px;
  }
}

@media print {
  .top-header,
  .mobile-menu,
  .cursor-glow,
  .scroll-progress,
  .grain,
  .menu-hero,
  .menu-intro,
  .menu-filter-shell,
  .category-wheel-shell,
  .dish-recommendation-section,
  .menu-floating-actions,
  .chef-picks,
  .booking-section,
  .site-footer,
  .floating-contact,
  .toast {
    display: none !important;
  }

  body,
  .menu-page,
  .menu-list-section {
    background: #fff !important;
    color: #111 !important;
  }

  .menu-list {
    columns: 2;
  }

  .menu-category {
    border-color: #ddd;
    background: #fff;
    box-shadow: none;
  }

  .dish-name,
  .menu-category__head span {
    color: #111;
  }

  .dish-price,
  .menu-category__head small {
    color: #6d4a22;
  }
}

/* Footer */
.site-footer {
  padding: 72px 0 28px;
  background: #050604;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 40px;
  color: var(--ink-soft);
}

.footer-logo {
  margin-bottom: 14px;
  color: #fff;
  font-family: var(--serif);
  font-size: 46px;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.footer-logo--image {
  width: min(260px, 100%);
  height: 116px;
  border: 1px solid rgba(255, 247, 232, 0.14);
  border-radius: 22px;
  overflow: hidden;
  background: #11150d;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.footer-logo--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.footer-grid b {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-grid a {
  color: var(--gold-2);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 247, 232, 0.10);
  color: rgba(255, 247, 232, 0.42);
  font-size: 12px;
}

/* Toast */
.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1100;
  width: min(420px, calc(100% - 36px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(255, 247, 232, 0.18);
  border-radius: 24px;
  padding: 18px;
  background: rgba(10, 12, 8, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.toast b {
  display: block;
  color: #fff;
  margin-bottom: 2px;
}

.toast span {
  color: var(--ink-soft);
  font-size: 14px;
}

.toast__close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
}

.cookie-notice {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1090;
  width: min(620px, calc(100% - 36px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(255, 247, 232, 0.18);
  border-radius: 8px;
  padding: 18px;
  background: rgba(8, 10, 7, 0.95);
  color: var(--ink);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: 0.3s ease;
}

.cookie-notice.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-notice.is-compact {
  width: min(420px, calc(100% - 36px));
  padding: 14px 16px;
}

.cookie-notice.is-compact p,
.cookie-notice.is-compact nav {
  display: none;
}

.cookie-notice b {
  display: block;
  margin-top: 7px;
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
}

.cookie-notice__eyebrow {
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cookie-notice p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.cookie-notice nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.cookie-notice__actions {
  display: grid;
  gap: 8px;
  justify-items: stretch;
}

.cookie-notice a {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-notice button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  background: var(--gold-2);
  color: #171008;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.cookie-notice__essential {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.floating-contact {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 900;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  width: min(520px, calc(100% - 24px));
  padding: 7px;
  border: 1px solid rgba(255, 247, 232, 0.16);
  border-radius: 24px;
  background: rgba(7, 8, 6, 0.78);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
  transform: translateX(-50%);
}

.floating-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 64px;
  border: 1px solid rgba(255, 247, 232, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.floating-contact a:hover {
  transform: translateY(-2px);
}

.floating-contact a.active {
  border-color: rgba(240, 199, 131, 0.52);
  background: linear-gradient(135deg, rgba(240, 199, 131, 0.22), rgba(239, 111, 46, 0.14));
  color: #fff;
}

.bottom-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-inline: auto;
  color: var(--gold-2);
}

.bottom-icon svg {
  display: block;
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.floating-contact a.active .bottom-icon {
  color: var(--cream);
}

/* Animation helpers */
.reveal {
  opacity: 0;
  transform: translateY(42px);
  filter: blur(10px);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.2, 0.75, 0.2, 1),
    filter 0.9s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
  filter: none;
}

.delay-1 { transition-delay: 0.10s; }
.delay-2 { transition-delay: 0.20s; }
.delay-3 { transition-delay: 0.30s; }
.delay-4 { transition-delay: 0.40s; }

[data-tilt] {
  transform-style: preserve-3d;
}

/* Responsive */
@media (max-width: 1120px) {
  .desktop-nav,
  .phone-link {
    display: none;
  }

  .menu-burger {
    display: grid;
  }

  .hero-layout,
  .story-grid,
  .timeline-layout,
  .location-wrap,
  .booking-wrap,
  .page-grid,
  .feature-grid,
  .room-breakfast-shell,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .room-breakfast-copy,
  .room-breakfast-order {
    position: relative;
    top: 0;
  }

  .room-breakfast-workspace {
    grid-template-columns: 1fr;
  }

  .room-breakfast-order {
    max-width: 620px;
  }

  .hero-note-card {
    max-width: 540px;
  }

  .timeline-tabs {
    position: relative;
    top: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-panel.is-active {
    grid-template-columns: 1fr;
  }

  .timeline-panel img {
    min-height: 340px;
  }

  .location-map {
    min-height: 500px;
  }
}

@media (max-width: 840px) {
  .container {
    width: min(100% - 30px, var(--container));
  }

  .top-header {
    top: 12px;
    width: calc(100% - 24px);
    min-height: 68px;
    padding: 9px 10px 9px 12px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .brand-mark.brand-mark--logo {
    width: 82px;
    height: 48px;
    border-radius: 15px;
  }

  .brand-text b {
    font-size: 20px;
  }

  .book-btn {
    display: none;
  }

  .hero {
    min-height: 100svh;
    padding: 128px 0 84px;
  }

  h1 {
    font-size: clamp(62px, 20vw, 104px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions,
  .page-actions,
  .location-actions,
  .cta-actions {
    flex-direction: column;
  }

  .primary-btn,
  .ghost-btn,
  .white-pill,
  .outline-pill,
  .dark-pill {
    width: 100%;
  }

  .hero-note-card {
    display: none;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding: 82px 0;
  }

  .story-image,
  .story-image img {
    min-height: 440px;
  }

  .signature-line,
  .card-metrics,
  .form-row,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding: 24px;
  }

  .service-num {
    font-size: 36px;
  }

  .service-row p {
    max-width: 100%;
  }

  .service-arrow {
    width: 46px;
    height: 46px;
  }

  .collage-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .collage-card,
  .collage-card.big,
  .collage-card.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 330px;
  }

  .timeline-tabs {
    grid-template-columns: 1fr;
  }

  .location-section,
  .booking-section,
  .feature-section,
  .room-breakfast-section,
  .cta-band {
    padding: 82px 0;
  }

  .location-map {
    min-height: 410px;
    border-radius: 28px;
  }

  .map-open-btn,
  .copy-address-btn {
    left: 12px;
    right: 12px;
    justify-content: center;
  }

  .map-open-btn {
    bottom: 74px;
  }

  .copy-address-btn {
    bottom: 12px;
  }

  .page-hero {
    min-height: auto;
    padding: 132px 0 74px;
  }

  .page-photo {
    height: 420px;
  }

  .feature-card {
    grid-template-columns: 1fr;
  }

  .room-breakfast-copy h2 {
    font-size: 46px;
  }

  .room-breakfast-copy p {
    font-size: 17px;
  }

  .room-breakfast-options {
    grid-template-columns: 1fr;
  }

  .room-breakfast-item,
  .room-breakfast-item--wide {
    grid-column: auto;
    min-height: 118px;
  }

  .showcase-tile {
    min-height: 350px;
  }

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

  .footer-bottom {
    flex-direction: column;
  }

  .floating-contact {
    display: grid;
  }

  .cookie-notice {
    right: 12px;
    bottom: 92px;
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }

  .cookie-notice.is-compact { width: calc(100% - 24px); }

  .cookie-notice button {
    width: 100%;
  }

  .site-footer {
    padding-bottom: 96px;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: clamp(52px, 15vw, 68px);
    line-height: 0.84;
    letter-spacing: -0.04em;
  }

  .hero h1 em {
    display: inline;
  }

  .brand-text {
    display: none;
  }

  .brand-mark.brand-mark--logo {
    width: 80px;
  }

  .hero-marquee {
    font-size: 48px;
  }

  .section-head h2,
  .location-info h2,
  .booking-copy h2,
  .page-copy h1,
  .cta-band h2,
  .story-text h2,
  .feature-main h2 {
    font-size: 48px;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .primary-btn,
  .ghost-btn,
  .white-pill,
  .outline-pill,
  .dark-pill,
  .booking-form button {
    min-height: 58px;
    padding: 0 20px;
  }

  .booking-form,
  .cta-card {
    border-radius: 30px;
    padding: 20px;
  }

  .room-breakfast-section {
    padding-bottom: 112px;
  }

  .room-breakfast-shell {
    gap: 28px;
  }

  .room-breakfast-copy h2 {
    font-size: 38px;
  }

  .room-breakfast-flow span {
    align-items: flex-start;
  }

  .room-breakfast-item {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    border-radius: 20px;
    padding: 16px;
  }

  .breakfast-number {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .room-breakfast-item strong {
    font-size: 26px;
  }

  .room-breakfast-order {
    border-radius: 24px;
    padding: 18px;
  }

  .mobile-menu {
    padding-top: 92px;
  }

  .mobile-menu__panel {
    border-radius: 30px;
    padding: 22px;
  }

  .cursor-glow {
    display: none;
  }
}

.breakfast-thumb {
  grid-area: image;
  width: 72px;
  height: 56px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid rgba(240, 199, 131, 0.28);
}

.room-breakfast-item:has(.breakfast-thumb) {
  grid-template-columns: minmax(0, 1fr) 72px;
  grid-template-areas:
    "number image"
    "copy copy";
}

@media (max-width: 900px) {
  .room-breakfast-options {
    grid-template-columns: minmax(0, 1fr);
  }

  .room-breakfast-item,
  .room-breakfast-item--wide {
    grid-column: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas: "number copy";
    align-items: center;
    min-height: 104px;
    gap: 16px;
    padding: 18px;
  }

  .breakfast-number {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 14px;
  }

  .room-breakfast-item strong {
    margin-bottom: 6px;
    font-size: 27px;
  }

  .room-breakfast-item:has(.breakfast-thumb) {
    grid-template-columns: 44px minmax(0, 1fr) 64px;
    grid-template-areas: "number copy image";
  }

  .breakfast-thumb {
    width: 64px;
    height: 50px;
  }
}

@media (max-width: 520px) {
  .room-breakfast-item,
  .room-breakfast-item--wide {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    min-height: 96px;
    padding: 15px;
  }

  .breakfast-number {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .room-breakfast-item strong {
    font-size: 24px;
    line-height: 1.08;
  }

  .room-breakfast-item small {
    font-size: 13px;
  }

  .room-breakfast-item:has(.breakfast-thumb) {
    grid-template-columns: 38px minmax(0, 1fr) 52px;
  }

  .breakfast-thumb {
    width: 52px;
    height: 44px;
  }
}

.cms-accommodations {
  padding: 112px 0;
  background: #080a07;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cms-accommodations__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.cms-accommodations__heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.95;
}

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

.cms-room-card {
  display: grid;
  grid-template-rows: 240px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #11140f;
  color: inherit;
  text-decoration: none;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.cms-room-card:hover,
.cms-room-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(240, 199, 131, 0.62);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
  outline: 0;
}

.cms-room-card.is-featured {
  border-color: rgba(240, 199, 131, 0.58);
}

.cms-room-card__media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
}

.cms-room-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.cms-room-card:hover .cms-room-card__media img {
  transform: scale(1.035);
}

.cms-room-card__photo-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  background: rgba(7, 8, 6, 0.78);
  color: var(--cream);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.cms-room-card__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.cms-room-card h3 {
  margin: 0;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 1;
}

.cms-room-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.cms-room-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cms-room-card__facts span {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.cms-room-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 6px;
}

.cms-room-card__footer strong {
  color: var(--gold-2);
}

.cms-room-card__details {
  display: inline-grid;
  place-items: center;
  min-height: 44px;
  padding: 0 15px;
  border-radius: 6px;
  background: var(--gold-2);
  color: #171107;
  font-size: 13px;
  font-weight: 800;
}

.cms-room-card__details::after {
  content: " →";
}

/* Accommodation detail */
.accommodation-detail-page {
  background: #070906;
}

.room-detail-hero {
  padding: 136px 0 104px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 80% 10%, rgba(240, 199, 131, 0.10), transparent 34%),
    #070906;
}

.room-detail-back {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.room-detail-back:hover {
  color: var(--gold-2);
}

.room-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.55fr);
  gap: 48px;
  align-items: start;
}

.room-gallery {
  min-width: 0;
}

.room-gallery__main {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  padding: 0;
  background: #11140f;
  cursor: zoom-in;
}

.room-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-gallery__zoom {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(7, 8, 6, 0.76);
  color: var(--cream);
  font-size: 20px;
  backdrop-filter: blur(12px);
}

.room-gallery__bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 14px;
}

.room-gallery__controls {
  display: inline-grid;
  grid-template-columns: 42px auto 42px;
  align-items: center;
  gap: 8px;
}

.room-gallery__controls button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--cream);
  font-size: 18px;
}

.room-gallery__controls span {
  min-width: 50px;
  color: var(--ink-soft);
  text-align: center;
  font-size: 13px;
}

.room-gallery__thumbs {
  display: flex;
  gap: 9px;
  min-width: 0;
  overflow-x: auto;
  padding: 2px 2px 7px;
  scrollbar-width: thin;
}

.room-gallery__thumb {
  flex: 0 0 82px;
  width: 82px;
  height: 60px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 0;
  background: #11140f;
  opacity: 0.58;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.room-gallery__thumb.is-active,
.room-gallery__thumb:hover,
.room-gallery__thumb:focus-visible {
  border-color: var(--gold-2);
  opacity: 1;
  outline: 0;
}

.room-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-detail-summary {
  position: sticky;
  top: 118px;
  min-width: 0;
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.room-detail-summary h1 {
  margin: 22px 0 18px;
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 0.92;
  overflow-wrap: break-word;
}

.room-detail-lead {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.6;
}

.room-detail-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 28px 0;
}

.room-detail-facts span {
  min-width: 0;
  padding: 13px 10px;
  border-top: 1px solid rgba(240, 199, 131, 0.32);
  color: var(--ink-soft);
  font-size: 12px;
}

.room-detail-facts b {
  display: block;
  margin-bottom: 3px;
  color: var(--cream);
  font-size: 20px;
}

.room-detail-price {
  display: grid;
  gap: 5px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.room-detail-price small {
  color: var(--ink-soft);
  font-size: 12px;
  text-transform: uppercase;
}

.room-detail-price strong {
  color: var(--gold-2);
  font-family: var(--font-display);
  font-size: 34px;
}

.room-detail-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.room-detail-actions .primary-btn,
.room-detail-actions .ghost-btn {
  min-height: 56px;
  padding: 0 20px;
}

.room-detail-content {
  padding: 104px 0;
  background: #0d100b;
}

.room-detail-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 80px;
  align-items: start;
}

.room-detail-description h2,
.room-detail-amenities h2,
.room-detail-cta h2 {
  margin: 22px 0;
  font-family: var(--font-display);
  font-size: 54px;
  line-height: 0.96;
}

.room-detail-description p,
.room-detail-amenities p {
  max-width: 780px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.75;
}

.room-detail-amenities {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.room-detail-amenities ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.room-detail-amenities li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.room-detail-amenities li span {
  display: grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(240, 199, 131, 0.12);
  color: var(--gold-2);
  font-size: 12px;
}

.room-detail-cta {
  padding: 84px 0 104px;
  background: #070906;
}

.room-detail-cta__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
  padding-top: 38px;
  border-top: 1px solid rgba(240, 199, 131, 0.28);
}

.room-detail-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.room-lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  border: 0;
  padding: 32px 88px;
  background: rgba(4, 5, 3, 0.97);
  color: var(--cream);
}

.room-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.92);
}

.room-lightbox[open] {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 24px;
}

.room-lightbox figure {
  display: grid;
  place-items: center;
  gap: 12px;
  min-width: 0;
  height: 100%;
}

.room-lightbox figure img {
  max-width: 100%;
  max-height: calc(100vh - 100px);
  object-fit: contain;
}

.room-lightbox figcaption {
  color: var(--ink-soft);
  font-size: 13px;
}

.room-lightbox__close,
.room-lightbox__arrow {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--cream);
  font-size: 24px;
}

.room-lightbox__close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
}

@media (max-width: 1000px) {
  .room-detail-layout,
  .room-detail-content__grid {
    grid-template-columns: 1fr;
  }

  .room-detail-layout {
    gap: 42px;
  }

  .room-detail-summary {
    position: relative;
    top: 0;
    padding-left: 0;
    border-left: 0;
  }

  .room-detail-summary h1 {
    font-size: 54px;
  }

  .room-detail-content__grid {
    gap: 54px;
  }

  .room-detail-amenities {
    padding-top: 42px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .room-detail-hero {
    padding: 112px 0 76px;
  }

  .room-detail-back {
    margin-bottom: 14px;
  }

  .room-gallery__main {
    aspect-ratio: 4 / 3;
    border-radius: 5px;
  }

  .room-gallery__bar {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .room-gallery__controls {
    justify-content: space-between;
  }

  .room-gallery__thumb {
    flex-basis: 72px;
    width: 72px;
    height: 54px;
  }

  .room-detail-summary h1 {
    margin-top: 18px;
    font-size: 42px;
    line-height: 0.98;
  }

  .room-detail-lead {
    font-size: 16px;
  }

  .room-detail-facts {
    margin: 22px 0;
  }

  .room-detail-facts span {
    padding: 11px 5px;
    font-size: 11px;
  }

  .room-detail-facts b {
    font-size: 18px;
  }

  .room-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .room-detail-actions .primary-btn,
  .room-detail-actions .ghost-btn {
    width: 100%;
  }

  .room-detail-content {
    padding: 76px 0;
  }

  .room-detail-description h2,
  .room-detail-amenities h2,
  .room-detail-cta h2 {
    font-size: 42px;
  }

  .room-detail-description p,
  .room-detail-amenities p {
    font-size: 16px;
  }

  .room-detail-amenities ul {
    grid-template-columns: 1fr;
  }

  .room-detail-cta {
    padding: 70px 0 112px;
  }

  .room-detail-cta__inner {
    display: grid;
    align-items: start;
  }

  .room-lightbox {
    padding: 72px 14px 22px;
  }

  .room-lightbox[open] {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 6px;
  }

  .room-lightbox__arrow {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }
}

@media (max-width: 920px) {
  .cms-accommodations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .cms-accommodations {
    padding: 76px 0 108px;
  }

  .cms-accommodations__heading {
    display: block;
  }

  .cms-accommodations__heading h2 {
    margin-top: 16px;
    font-size: 42px;
  }

  .cms-accommodations__grid {
    grid-template-columns: 1fr;
  }

  .cms-room-card {
    grid-template-rows: 210px minmax(0, 1fr);
  }

  .room-breakfast-item:has(.breakfast-thumb) {
    grid-template-columns: 36px minmax(0, 1fr) 56px;
  }

  .breakfast-thumb {
    width: 56px;
    height: 48px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* Online food ordering */
.menu-dish {
  grid-template-columns: auto minmax(24px, 1fr) auto auto;
  align-items: center;
  min-height: 52px;
}

.dish-add-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 112px;
  min-height: 38px;
  border: 1px solid rgba(240, 199, 131, 0.35);
  border-radius: 6px;
  padding: 0 10px;
  background: rgba(240, 199, 131, 0.08);
  color: var(--cream);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.dish-add-button > span {
  font-size: 20px;
  line-height: 1;
}

.dish-add-button small {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.dish-add-button:hover,
.dish-add-button.is-added {
  border-color: var(--gold-2);
  background: var(--gold-2);
  color: #161208;
}

.menu-cart-button {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 920;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  min-height: 62px;
  border: 1px solid rgba(240, 199, 131, 0.65);
  border-radius: 8px;
  padding: 8px 18px 8px 10px;
  background: #f0c783;
  color: #151208;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  text-align: left;
  cursor: pointer;
}

.menu-cart-button__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(21, 18, 8, 0.2);
  border-radius: 5px;
}

.menu-cart-button svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.menu-cart-button b,
.menu-cart-button small {
  display: block;
}

.menu-cart-button small {
  font-size: 11px;
  opacity: 0.72;
}

.menu-cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.68);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.menu-cart-backdrop.is-open {
  opacity: 1;
}

.menu-cart-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 1060;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(460px, 100vw);
  padding: 28px;
  border-left: 1px solid var(--line);
  background: #0d100c;
  box-shadow: -30px 0 90px rgba(0, 0, 0, 0.52);
  transform: translateX(100%);
  transition: transform 0.22s ease;
}

.menu-cart-drawer.is-open {
  transform: translateX(0);
}

.menu-cart-drawer__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.menu-cart-drawer__head h2 {
  margin-top: 7px;
  font-size: 46px;
}

.menu-cart-drawer__head > button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 26px;
}

.menu-cart-drawer__items {
  overflow-y: auto;
}

.menu-cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px 12px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 247, 232, 0.1);
}

.menu-cart-line > span:first-child {
  display: grid;
}

.menu-cart-line small {
  color: var(--ink-dim);
}

.menu-cart-line > b {
  grid-column: 2;
  color: var(--gold-2);
}

.menu-cart-line__quantity {
  display: inline-grid;
  grid-template-columns: 34px 30px 34px;
  align-items: center;
  text-align: center;
}

.menu-cart-line__quantity button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
}

.menu-cart-drawer__empty {
  align-self: center;
  color: var(--ink-soft);
  text-align: center;
}

.menu-cart-drawer__footer {
  display: grid;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.menu-cart-drawer__footer > span {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.menu-cart-drawer__footer .primary-btn {
  width: 100%;
}

.menu-cart-drawer__footer .is-disabled {
  pointer-events: none;
  opacity: 0.45;
}

body.menu-cart-open {
  overflow: hidden;
}

.menu-config-dialog {
  width: min(540px, calc(100vw - 28px));
  max-height: min(720px, calc(100vh - 28px));
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  background: #11140f;
  color: var(--ink);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.6);
}

.menu-config-dialog::backdrop { background: rgba(0, 0, 0, 0.72); }
.menu-config-dialog form { display: grid; grid-template-rows: auto minmax(0, 1fr) auto auto; max-height: inherit; }
.menu-config-dialog__head { display: flex; justify-content: space-between; gap: 18px; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.menu-config-dialog__head span, .menu-config-dialog fieldset > small { color: var(--ink-dim); font-size: 12px; }
.menu-config-dialog__head h2 { margin: 5px 0 0; font-size: 34px; line-height: 1; }
.menu-config-dialog__head button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 5px; background: transparent; color: var(--ink); font-size: 24px; cursor: pointer; }
.menu-config-dialog__body { display: grid; gap: 14px; overflow: auto; padding: 20px 24px; }
.menu-config-dialog fieldset { display: grid; gap: 9px; margin: 0; border: 1px solid var(--line); border-radius: 6px; padding: 14px; }
.menu-config-dialog legend { padding: 0 5px; color: var(--ink); font-weight: 800; }
.menu-config-dialog legend b { color: var(--gold-2); font-size: 11px; text-transform: uppercase; }
.menu-config-dialog fieldset label { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 38px; }
.menu-config-dialog fieldset em { color: var(--gold-2); font-style: normal; }
.menu-config-dialog input { width: 64px; min-height: 36px; border: 1px solid var(--line); border-radius: 5px; background: rgba(255,255,255,.05); color: var(--ink); text-align: center; }
.menu-config-dialog__error { min-height: 20px; margin: 0; padding: 0 24px; color: #ff978d; font-size: 13px; }
.menu-config-dialog__actions { display: flex; justify-content: flex-end; gap: 10px; padding: 18px 24px 24px; }

@media (max-width: 640px) {
  .menu-config-dialog__head { padding: 18px; }
  .menu-config-dialog__head h2 { font-size: 29px; }
  .menu-config-dialog__body { padding: 16px 18px; }
  .menu-config-dialog__actions { padding: 16px 18px 20px; }
}

.food-checkout-items {
  display: grid;
  gap: 10px;
}

.food-checkout-line {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 14px 10px 10px;
  background: rgba(255, 255, 255, 0.035);
}

.food-checkout-line img {
  width: 76px;
  height: 68px;
  border-radius: 4px;
  object-fit: cover;
}

.food-checkout-line > span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.food-checkout-line strong {
  overflow-wrap: anywhere;
}

.food-checkout-line small {
  color: var(--ink-dim);
}

.food-checkout-line > b {
  min-width: 82px;
  color: var(--gold-2);
  text-align: right;
}

.food-checkout-empty {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 32px;
  text-align: center;
}

.food-checkout-empty h3 {
  font-size: 32px;
}

.food-checkout-empty p {
  margin: 8px 0 22px;
  color: var(--ink-soft);
}

.food-summary-lines {
  display: grid;
  gap: 10px;
}

.food-summary-lines > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 247, 232, 0.1);
  color: var(--ink-soft);
  font-size: 13px;
}

.food-summary-lines b {
  flex: 0 0 auto;
  color: var(--ink);
}

@media (max-width: 840px) {
  .menu-dish {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .dish-price {
    grid-column: 1;
  }

  .dish-add-button {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 640px) {
  .menu-cart-button {
    right: 12px;
    bottom: 98px;
    min-width: 172px;
    min-height: 56px;
  }

  .menu-cart-drawer {
    top: 0;
    width: 100%;
    padding: 20px 16px calc(20px + env(safe-area-inset-bottom));
  }

  .food-checkout-line {
    grid-template-columns: 60px minmax(0, 1fr) auto;
    gap: 9px;
  }

  .food-checkout-line img {
    width: 60px;
    height: 60px;
  }

  .food-checkout-line .menu-cart-line__quantity {
    grid-column: 2;
    justify-self: start;
  }

  .food-checkout-line > b {
    grid-column: 3;
    grid-row: 1 / span 2;
    min-width: 0;
    font-size: 13px;
  }

  .food-order-progress {
    grid-template-columns: repeat(4, 1fr);
  }
}
