:root {
  --ink: #181b20;
  --muted: #656a70;
  --line: #e4ddd4;
  --paper: #f7f4ef;
  --gutter: #181b20;
  --forest: #181b20;
  --leaf: #b99470;
  --gold: #b99470;
  --gold-2: #c9a888;
  --on-gold: #181b20;
  --red: #c52128;
  --on-red: #ffffff;
  --danger: #c52128;
  --radius: 16px;
  --app: 430px;
  --pad: 18px;
  --top: 64px;
  --dock: 88px;
	--font: ui-sans-serif, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 12px 40px rgba(14, 14, 14, .18);
}
* { box-sizing: border-box; scrollbar-width: none; -ms-overflow-style: none; }
[hidden] { display: none !important; }
*::-webkit-scrollbar { display: none; width: 0; height: 0; }
html, body { margin: 0; min-height: 100%; overflow-x: clip; }
html { background: var(--paper); }
html,
html.wp-toolbar,
html.wp-toolbar body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.evh-body #wpadminbar,
body.admin-bar #wpadminbar {
  display: none !important;
}
body.evh-body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; background: #fff; padding: 8px; z-index: 9; }
.muted { color: var(--muted); }
.kicker {
  margin: 0 0 6px;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}

.app-frame {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  overflow-x: clip;
}
.has-sticky-header .app-frame {
  overflow-y: visible;
}
.app {
  width: min(100%, var(--app));
  flex: 0 1 auto;
  margin-inline: auto;
  background: var(--paper);
  box-shadow: 0 0 0 1px rgba(26,23,20,.04), 0 24px 80px rgba(26,23,20,.18);
  padding-bottom: 8px;
  position: relative;
  overflow-x: clip;
}

.topbar {
  position: relative;
  z-index: 40;
  width: 100%;
  background: var(--gutter);
  color: var(--gold-2);
  border-bottom: 1px solid #2a2a2a;
}
.has-sticky-header .topbar {
  position: sticky;
  top: 0;
  z-index: 50;
}
.topbar__inner {
  width: min(100%, var(--app));
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px; min-height: var(--top);
  padding: 8px var(--pad);
  min-width: 0;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand__logo { height: 42px; width: auto; display: block; }
.brand__mark {
  width: 34px; height: 34px; border-radius: 11px; flex: none;
  background: var(--red); color: var(--gold-2);
  display: grid; place-items: center; font-weight: 700; font-size: 16px;
}
.topnav { display: none; align-items: center; gap: 4px; }
.topnav a {
  color: #cfcfcf; padding: 8px 12px; border-radius: 999px;
  font-size: 13px; font-weight: 700;
}
.topnav a.is-active { color: var(--on-gold); background: var(--gold); }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-size: 15px; }
.brand small { color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.topbar__actions { display: flex; align-items: center; gap: 6px; }
.branch-select select, .fx-select select, .icon-btn, .cart-btn, .chip, .seg label {
  border: 1px solid var(--line); background: #fff; border-radius: 999px; cursor: pointer;
}
.topbar .branch-select select, .topbar .fx-select select, .topbar .icon-btn {
  background: #1a1a1a; color: #fff; border-color: #333;
}
.evh-bar-light .topbar {
  color: var(--ink);
  border-bottom-color: var(--line);
}
.evh-bar-light .topnav a { color: var(--ink); }
.evh-bar-light .topnav a.is-active { color: var(--on-gold); }
.evh-bar-light .topbar .branch-select select,
.evh-bar-light .topbar .fx-select select,
.evh-bar-light .topbar .icon-btn {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}
.evh-bar-light .site-foot { color: #4d5158; }
.evh-bar-light .site-foot a { color: var(--ink); }
.evh-bar-light .site-foot a:hover { color: var(--red); }
.evh-bar-light .site-foot__acc { border-top-color: rgba(24,27,32,.1); }
.evh-bar-light .site-foot__legal { border-top-color: rgba(24,27,32,.1); }
.evh-bar-light .site-foot .site-foot__copy { color: var(--muted); }
.branch-select, .fx-select { min-width: 0; }
.branch-select select, .fx-select select {
  padding: 7px 26px 7px 12px;
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
}
.fx-select select { max-width: 72px; }
.branch-select select {
  min-width: 7.6em;
  max-width: 12em;
  width: auto;
}
.icon-btn { width: 36px; height: 36px; display: grid; place-items: center; background: #fff; }
.cart-btn {
  display: flex; align-items: center; gap: 5px;
  padding: 7px 10px; background: var(--red); color: var(--on-red); border-color: var(--red);
  font-size: 12px; font-weight: 700;
}
.cart-btn__count {
  background: var(--gold); color: var(--on-gold); min-width: 18px; height: 18px;
  border-radius: 999px; display: inline-grid; place-items: center; font-size: 11px;
}
.search-bar { padding: 0 var(--pad) 12px; background: var(--paper); }
.search-bar input, .checkout input:not([type="radio"]):not([type="checkbox"]), .checkout select, .checkout textarea {
  width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); background: #fff;
}
.status-strip {
  margin: 10px auto 0;
  width: calc(100% - (var(--pad) * 2));
  max-width: 42rem;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: clamp(12px, 3.4vw, 14px);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  text-wrap: balance;
}
.status-strip.is-open { background: #f8edd4; color: #111; }
.status-strip.is-closed { background: #fde8e8; color: var(--red); }

.hero {
  margin: 12px auto 8px;
  width: calc(100% - (var(--pad) * 2));
  max-width: 100%;
  box-sizing: border-box;
  aspect-ratio: 16 / 10;
  min-height: 200px;
  max-height: min(52vw, 280px);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  color: #fff;
  display: block;
  isolation: isolate;
  contain: paint;
}
.hero__viewport { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; }
.hero .evh-slider__track { height: 100%; width: 100%; transform: translateX(0); }
.hero .evh-slider__slide {
  position: relative;
  height: 100%;
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  padding-right: 0 !important;
  overflow: hidden;
  box-sizing: border-box;
}
.hero__media { position: absolute; inset: 0; background: #efe7db; overflow: hidden; }
.hero__media img,
.food-card__img img,
.stay-card__img img,
.event-card__img img,
.menu-row__img img,
.mini-card__img img,
.menu-section__img img,
.offer-card__img img,
.stay-suite__photo > img,
.evh-slide-photo img,
.sheet__img > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero__media:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,14,14,.32), rgba(14,14,14,.5) 48%, rgba(14,14,14,.42)); }
.hero__copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 20px 16px 36px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero .kicker {
  color: #fff;
  margin: 0 0 12px;
  font-size: clamp(13px, 3.2vw, 16px);
  letter-spacing: .18em;
  font-weight: 700;
  opacity: 1;
  max-width: none;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--red);
  text-shadow: none;
}
.hero h1 {
  margin: 0 0 8px;
  font-size: clamp(18px, 5.2vw, 28px);
  line-height: 1.18;
  letter-spacing: -.02em;
  font-weight: 700;
  max-width: min(22ch, 100%);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.page-hero h1, .section-head h2 {
  margin: 0 0 8px; font-size: 26px; line-height: 1.15; letter-spacing: -.02em; font-weight: 700;
}
.hero__copy > p:not(.kicker) {
  margin: 0 auto;
  font-size: clamp(12px, 3.4vw, 15px);
  line-height: 1.45;
  opacity: .92;
  max-width: min(42ch, 100%);
}
.page-hero p { margin: 0; font-size: 14px; line-height: 1.45; opacity: .92; max-width: 36ch; }
.hero .evh-slider__dots {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 10px;
  z-index: 3;
  padding: 0;
  transform: translateX(-50%);
}
.hero .evh-slider__dots button { background: rgba(255,255,255,.45); }
.hero .evh-slider__dots button.is-on { background: #fff; }
.hero__cta { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; justify-content: center; }
.hero .btn { margin: 0; }
.hero .btn--ghost-ink { background: rgba(255,255,255,.94); color: var(--ink); border-color: transparent; }

.btn, .add {
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; border-radius: 999px; font-weight: 700; cursor: pointer;
}
.btn { padding: 11px 16px; font-size: 13px; }
.btn--gold { background: var(--gold); color: var(--on-gold); }
.btn--dark { background: var(--red); color: var(--on-red); }
.btn--ghost { background: transparent; color: inherit; border: 1px solid rgba(255,255,255,.45); }
.btn--block { width: 100%; margin-top: 10px; }
.add { padding: 7px 12px; background: var(--red); color: var(--on-red); font-size: 12px; }
.add:disabled { opacity: .4; cursor: not-allowed; }
.btn.is-off { pointer-events: none; opacity: .45; }

.services { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; padding: 14px var(--pad) 6px; align-items: stretch; }
.service {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 12px 10px 10px;
  text-align: center; display: flex; flex-direction: column; align-items: center;
}
.service__icon {
  width: 36px; height: 36px; margin: 0 0 8px; flex: none;
  display: grid; place-items: center;
}
.service__icon svg { width: 36px; height: 36px; display: block; }
.service h2 { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.2; }
.service p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.3; }

.band { padding: 10px 0 6px; }
.section-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 8px;
  padding: 8px var(--pad) 10px;
}
.section-head h2 { font-size: 20px; margin: 0; }
.section-head a { color: var(--red); font-size: 13px; font-weight: 700; }

.fav-grid, .menu-grid, .h-scroll {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 var(--pad) 16px;
}
.fav-slider {
  padding: 0 var(--pad) 8px;
}
.evh-slider__viewport { overflow: hidden; }
.evh-slider__track {
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}
.evh-slider__slide {
  flex: 0 0 100%;
  min-width: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.evh-slider__slide .food-card { height: 100%; }
.evh-slider__dots {
  display: flex; justify-content: center; gap: 6px;
  padding: 10px 0 4px;
}
.evh-slider__dots button {
  width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px;
  background: #d5cdc2; cursor: pointer;
}
.evh-slider__dots button.is-on { width: 18px; background: var(--gold); }
.food-card, .menu-row, .stay-card, .event-card, .offer-card, .checkout__card, .receipt, .mini-card, .package {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}
.food-card, .menu-row, .stay-card, .event-card, .offer-card { cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.food-card:hover, .menu-row:hover, .stay-card:hover, .event-card:hover, .offer-card:hover {
  border-color: #d9cfc2; box-shadow: 0 8px 24px rgba(26,23,20,.08);
}
.food-card:focus-visible, .menu-row:focus-visible, .stay-card:focus-visible, .event-card:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 2px;
}
.food-card__img, .stay-card__img, .event-card__img, .menu-row__img, .mini-card__img {
  background: #efe7db;
  position: relative;
  overflow: hidden;
}
.food-card { display: flex; flex-direction: column; min-width: 0; }
.food-card__img { height: 118px; position: relative; }
.food-card__body { padding: 10px 10px 12px; display: flex; flex-direction: column; flex: 1; }
.food-card h3, .menu-row h3 { margin: 0 0 4px; font-size: 14px; line-height: 1.25; }
.food-card h3 {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  min-height: 2.5em;
}
.food-card p { display: none; }
.food-card__meta, .menu-row__meta, .stay-card__meta {
  display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: auto; padding-top: 8px;
  flex-wrap: wrap;
}
.food-card strong, .menu-row strong { font-size: 12px; color: var(--ink); }

.h-scroll .food-card { min-width: 0; }

.page-hero { padding: 20px var(--pad) 8px; }
.page-hero h1 { font-size: 24px; max-width: 28ch; }
.page-hero p { color: var(--muted); margin: 0; max-width: 56ch; }
.menu-search {
  position: relative;
  display: block;
  margin: 16px 0 6px;
  min-width: 0;
  box-sizing: border-box;
}
.menu-search--page {
  width: auto;
  max-width: none;
  margin: 16px var(--pad) 8px;
}
.menu-search input[type="search"] {
  width: 100%;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px 0 42px;
  font: inherit;
  font-size: 14px;
  color: var(--ink);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23656a70' stroke-width='2' stroke-linecap='round' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E") 14px 50% / 18px 18px no-repeat;
  box-sizing: border-box;
}
.menu-search input[type="search"]::placeholder { color: var(--muted); }
.menu-search input[type="search"]:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
}
.menu-search-empty {
  padding: 4px var(--pad) 12px;
  color: var(--muted);
  font-size: 14px;
  max-width: none;
}

.evh-page-stay .app { padding-bottom: 8px; }
.stay-perks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 16px var(--pad) 4px;
}
.stay-perk {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px;
  min-width: 0;
}
.stay-perk__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f4eee6;
  color: var(--gold);
  display: grid;
  place-items: center;
  flex: none;
}
.stay-perk__icon svg { width: 18px; height: 18px; display: block; }
.stay-perk strong { display: block; font-size: 13px; line-height: 1.3; }
.stay-perk span:not(.stay-perk__icon) { display: block; margin-top: 4px; font-size: 12px; line-height: 1.4; color: var(--muted); }
.stay-steps {
  display: grid;
  gap: 10px;
  padding: 12px var(--pad) 8px;
}
.stay-step {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px;
}
.stay-step b {
  width: 32px; height: 32px; border-radius: 10px;
  background: var(--gold); color: var(--on-gold);
  display: grid; place-items: center; font-size: 13px; font-weight: 700;
}
.stay-step strong { display: block; font-size: 13px; color: var(--ink); }
.stay-step span { display: block; margin-top: 2px; font-size: 12px; color: var(--muted); line-height: 1.4; }
.stay-toolbar {
  margin: 8px var(--pad) 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fffdf8;
  box-sizing: border-box;
  width: auto;
  min-width: 0;
}
.stay-toolbar .cat-nav { padding: 0; margin: 0; }
.evh-page-stay .stay-list.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  padding: 16px var(--pad) 28px;
}
.stay-empty { margin: 0; color: var(--muted); }
.stay-suite {
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  min-width: 0;
  height: auto;
  cursor: pointer;
}
.evh-page-stay .stay-suite.offer-card { display: grid; height: auto; }
.stay-suite__photo {
  min-height: 200px;
  background: #efe7db;
  position: relative;
  overflow: hidden;
}
.stay-suite__photo.evh-slider .evh-slider__viewport,
.stay-suite__photo.evh-slider .evh-slider__track,
.stay-suite__photo.evh-slider .evh-slider__slide,
.stay-suite__photo .evh-slide-photo {
  height: 100%;
  min-height: 200px;
}
.stay-suite__photo .evh-slide-photo {
  background: #efe7db;
}
.stay-suite__photo .evh-slider__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 2;
  margin: 0;
  justify-content: center;
}
.stay-suite__photo .evh-slider__dots button { background: rgba(255,255,255,.55); }
.stay-suite__photo .evh-slider__dots button.is-on { background: #fff; width: 18px; }
.stay-suite__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.stay-suite h2 { margin: 0; font-size: 20px; line-height: 1.2; }
.stay-suite__copy {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.stay-suite .amenity { margin: 0; }
.stay-suite__foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 6px;
}
.stay-suite__price strong { display: block; font-size: 18px; }
.stay-suite__price small { display: block; color: var(--muted); font-weight: 600; }
.stay-suite__foot .btn { margin: 0; flex: none; }

.menu-tools {
  margin: 8px var(--pad) 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fffdf8;
  box-sizing: border-box;
  width: auto;
  min-width: 0;
}
.filters, .cat-nav {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
  padding: 0 var(--pad); margin: 0;
  background: transparent;
  position: static;
}
.menu-tools .filters, .menu-tools .cat-nav { padding: 0; }
.menu-tools .cat-nav { margin-top: 8px; }
.chip, .cat-nav a {
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto; height: 28px; padding: 0 10px; border-radius: 999px; border: 1px solid var(--line);
  background: #fff; font-size: 12px; font-weight: 700; white-space: nowrap; line-height: 1;
  box-sizing: border-box;
}
.chip::before, .chip::after, .cat-nav a::before, .cat-nav a::after { content: none !important; }
.chip.is-active, .cat-nav a.is-active, .cat-nav a:hover { background: var(--red); color: var(--on-red); border-color: var(--red); }

.menu-section { padding: 16px var(--pad) 4px; }
.menu-section header h2, .menu-section__head h2 { margin: 0; font-size: 20px; }
.menu-section header p, .menu-section__head p { margin: 4px 0 12px; color: var(--muted); font-size: 13px; }
.menu-section__head.has-photo { display: grid; grid-template-columns: 72px 1fr; gap: 12px; align-items: center; margin-bottom: 8px; }
.menu-section__img { height: 72px; border-radius: 14px; background-size: cover; background-position: center; }
.page-hero__media { height: 140px; border-radius: 18px; background-size: cover; background-position: center; margin: 0 0 14px; }
.menu-list { display: grid; gap: 10px; }
.menu-row { display: grid; grid-template-columns: 92px 1fr; min-height: 92px; }
.menu-row.is-hidden, .food-card.is-hidden, .stay-card.is-hidden, .event-card.is-hidden, .offer-card.is-hidden { display: none; }
.menu-row.is-paged, .food-card.is-paged, .stay-card.is-paged, .event-card.is-paged, .offer-card.is-paged {
  position: absolute !important;
  left: -9999px;
  width: 92px;
  height: 92px;
  overflow: hidden;
  pointer-events: none;
}
.menu-row__img { min-height: 92px; }
.menu-section__img, .offer-card__img, .event-card__img, .evh-slide-photo { position: relative; overflow: hidden; }
.menu-row__body { padding: 10px 10px 10px 12px; }
.menu-row p { margin: 0; color: var(--muted); font-size: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.menu-row__top { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.pill { font-size: 10px; font-weight: 700; background: #f8edd4; color: #8a6a1a; padding: 2px 7px; border-radius: 999px; }
.pill--later { background: #f8ebe3; color: #8a3b12; position: absolute; top: 8px; left: 8px; }

.stay-grid, .event-list, .offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding: 12px var(--pad) 8px;
}
.menu-section .stay-grid, .menu-section .event-list { padding-left: 0; padding-right: 0; }
.offer-card, .stay-card, .event-card { display: flex; flex-direction: column; min-width: 0; height: 100%; }
.offer-card__img, .stay-card__img, .event-card__img { height: 180px; background: #efe7db center/cover no-repeat; }
.offer-card__body, .stay-card__body, .event-card > div:last-child {
  padding: 16px; display: flex; flex-direction: column; flex: 1;
}
.offer-card h3, .stay-card h2, .stay-card h3, .event-card h2, .event-card h3 {
  margin: 6px 0 8px; font-size: 18px; line-height: 1.25;
}
.offer-card__copy, .stay-card__body > p:not(.muted):not(.kicker), .event-card p:not(.kicker):not(.muted):not(.event-card__extras) {
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  color: var(--muted); font-size: 13px; line-height: 1.45; margin: 0 0 10px;
}
.offer-card__meta, .stay-card__meta {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 12px;
  margin-top: auto; padding-top: 14px;
}
.offer-card__meta strong, .stay-card__meta strong { display: block; font-size: 15px; }
.offer-card__meta .btn, .stay-card__meta .btn { flex: none; }
.amenity { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; margin: 0 0 12px; }
.amenity li { background: #f4eee6; padding: 5px 8px; border-radius: 999px; font-size: 11px; font-weight: 600; }
.event-card__extras { margin: 0 0 8px; font-size: 12px; font-weight: 700; color: var(--ink); }
.stay-card__meta small { display: block; color: var(--muted); }
.package { padding: 14px; }
.package h3 { margin: 0 0 4px; font-size: 15px; }

.site-foot {
  width: 100%;
  margin: 0;
  padding: 12px 0 calc(16px + var(--dock) + env(safe-area-inset-bottom));
  background: var(--gutter);
  color: #cfcfcf;
  border-radius: 0;
}
.site-foot__inner {
  width: min(100%, var(--app));
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}
.site-foot__acc { border-top: 1px solid rgba(255,255,255,.1); }
.site-foot h3, .site-foot__toggle {
  margin: 0 0 10px;
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  background: none;
  border: 0;
  padding: 0;
  font-family: inherit;
  text-align: left;
}
.site-foot__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  color: var(--red);
}
.site-foot__toggle:after {
  content: "+";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: var(--gold-2);
}
.site-foot__acc.is-open .site-foot__toggle:after { content: "–"; }
.site-foot__panel { display: none; padding: 0 0 8px; }
.site-foot__acc.is-open .site-foot__panel { display: block; }
.site-foot p, .site-foot li { margin: 0 0 8px; font-size: 13px; line-height: 1.45; }
.site-foot ul { list-style: none; padding: 0; margin: 0; }
.site-foot a { color: #fff; }
.site-foot a:hover { color: var(--gold); }
.site-foot__legal {
  width: 100%;
  margin-top: 16px;
  padding: 12px var(--pad) 0;
  border-top: 1px solid rgba(255,255,255,.08);
  text-align: center;
}
.site-foot__policies {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.45;
  color: #8a8a8a;
}
.site-foot__policies span { margin: 0 8px; opacity: .55; }
.evh-bar-light .site-foot__policies { color: var(--muted); }
.site-foot__copy {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  color: #8a8a8a;
  text-align: center;
}
.site-foot__qr {
  width: min(100%, var(--app));
  margin: 0 auto 8px;
  padding: 20px var(--pad) 18px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.site-foot__qr .kicker {
  color: var(--gold);
}
.site-foot__qr h2 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
}
.site-foot .site-foot__qr-lead {
  display: block;
  margin: 0 auto 16px;
  max-width: 36ch;
  font-size: 13px;
  line-height: 1.45;
  color: #b0b0b0;
  text-align: center;
}
.site-foot__qr-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 520px;
  margin: 0 auto;
  align-items: stretch;
}
.site-foot__qr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-height: 100%;
  padding: 14px 10px 12px;
  background: #fff;
  border-radius: 16px;
  color: var(--ink);
}
.site-foot__qr-mark {
  display: grid;
  place-items: center;
  width: 100%;
}
.site-foot__qr-mark svg,
.site-foot__qr-mark img {
  width: min(100%, 168px);
  height: auto;
  display: block;
  background: #fff;
}
.site-foot__qr-card strong {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.site-foot__qr-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6em;
  margin: 0;
  font-size: 11px;
  line-height: 1.3;
  color: var(--muted);
  text-align: center;
}
.site-foot a.site-foot__qr-dl,
.evh-bar-light .site-foot a.site-foot__qr-dl {
  margin-top: auto;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.site-foot a.site-foot__qr-dl:hover,
.evh-bar-light .site-foot a.site-foot__qr-dl:hover {
  color: #fff;
  filter: brightness(1.06);
}
.evh-bar-light .site-foot__qr {
  border-bottom-color: rgba(24, 27, 32, .08);
}
.evh-bar-light .site-foot__qr h2 { color: var(--ink); }
.evh-bar-light .site-foot__qr-lead { color: var(--muted); }
.evh-bar-light .site-foot__qr-card {
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(24, 27, 32, .06);
}
.more-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 8px 0 20px;
  box-sizing: border-box;
}
.fav-grid + .more-wrap,
.offer-grid + .more-wrap {
  padding-left: var(--pad);
  padding-right: var(--pad);
}
.more-wrap[hidden], [data-search-block][hidden] { display: none !important; }
.more-btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 36px; padding: 0 18px; margin: 0;
  font-size: 13px;
}

.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 12px var(--pad) 28px;
}
.checkout__main { display: grid; gap: 16px; min-width: 0; }
.checkout__card { padding: 20px; }
.checkout__card h2 { margin: 0 0 14px; font-size: 18px; }
.checkout__card > .muted { margin: 0 0 14px; }
.seg + .muted { margin: 12px 0 0; }
#evh-table-wrap { margin-top: 14px; }
.table-floor__lead { margin: 0 0 12px; font-size: 13px; color: var(--muted); font-weight: 600; line-height: 1.4; }
.table-floor__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.dine-table {
  margin: 0;
  padding: 12px 6px 10px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 16px;
  cursor: pointer;
  display: grid;
  gap: 4px;
  justify-items: center;
  color: var(--ink);
  font: inherit;
  position: relative;
}
.dine-table input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.dine-table:hover {
  border-color: var(--gold);
}
.checkout .dine-table {
  gap: 4px;
  font-weight: inherit;
}
.dine-table.is-on,
.dine-table:has(input:checked) {
  border-color: var(--gold);
  background: #fff8e8;
  box-shadow: 0 0 0 3px rgba(185, 148, 112, .18);
}
.dine-table strong { font-size: 12px; line-height: 1.2; }
.dine-table small { font-size: 10px; color: var(--muted); font-weight: 600; }
.dine-table__pic {
  width: 72px;
  height: 48px;
  background-color: var(--ink);
  -webkit-mask: url(table.png) center / contain no-repeat;
  mask: url(table.png) center / contain no-repeat;
}
.dine-table:hover .dine-table__pic { background-color: var(--gold); }
.dine-table.is-on .dine-table__pic { background-color: var(--gold); }
.table-floor__seats {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.table-floor__seats p { margin: 0 0 8px; font-size: 12px; font-weight: 700; }
.table-floor__seat-row { display: flex; flex-wrap: wrap; gap: 8px; }
.seat-chip {
  min-width: 68px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  color: var(--ink);
}
.seat-chip.is-on {
  background: var(--gold);
  color: var(--on-gold);
  border-color: var(--gold);
}
.checkout__ticket {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.checkout__ticket .cart-list { display: grid; gap: 8px; margin: 0; max-height: min(36vh, 280px); overflow: auto; overscroll-behavior: contain; }
.checkout__ticket .cart-total {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.checkout__ticket .btn { margin-top: 16px; }
.checkout__fields { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; width: 100%; }
.checkout__fields > * { min-width: 0; width: 100%; }
.checkout label { display: grid; gap: 6px; margin: 0; font-size: 12px; font-weight: 700; }
.checkout__card > label { margin-top: 14px; }
.checkout input:not([type="radio"]):not([type="checkbox"]), .checkout select, .checkout textarea {
  width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); background: #fff;
}
.checkout textarea { resize: vertical; min-height: 88px; max-height: 160px; overflow: auto; }
.seg { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.seg--3 { grid-template-columns: 1fr; }
.seg--4 { grid-template-columns: 1fr 1fr; }
.seg.seg--pay {
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.seg.seg--pay label { min-width: 0; width: 100%; }
.seg.seg--pay label[hidden] { display: none !important; }
.seg.seg--pay input[type="radio"]:checked {
  border-color: var(--red);
  background: radial-gradient(circle, var(--red) 0 5px, #fff 6px 100%);
}
.seg.seg--pay label:has(input:checked) {
  border-color: var(--red);
  background: #fdecee;
}
#evh-pay {
  background: var(--red);
  color: var(--on-red);
}
#evh-momo-wrap input:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(197, 33, 40, .18);
}
.seg label {
  margin: 0;
  padding: 10px 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  min-height: 46px;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 12px;
}
.seg input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  flex: none;
  border: 2px solid #c8c1b6;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
}
.seg input[type="radio"]:checked {
  border-color: var(--gold);
  background: radial-gradient(circle, var(--gold) 0 5px, #fff 6px 100%);
}
.seg label:has(input:checked) { border-color: var(--gold); background: #fff8e8; }
.error { color: var(--danger); font-weight: 700; margin: 8px 0; }
.pay-wait {
  margin: 14px 0 0;
  padding: 14px;
  border-radius: 14px;
  background: #fdecee;
  border: 1px solid #f0c4c6;
}
.pay-wait__title { margin: 0 0 6px; font-weight: 700; }
.pay-wait p { margin: 0 0 6px; }
.pay-wait p:last-child { margin: 0; }
.pay-wait .btn { margin-top: 10px; }
.pay-merchant {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 16px;
  background: #fffdf8;
  border: 1px solid var(--line);
  display: grid;
  gap: 14px;
}
.pay-merchant__head {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.pay-merchant__kicker {
  margin: 0;
  font-size: 11px;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.pay-merchant__wallet {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.pay-merchant__amount {
  margin: 2px 0 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: .01em;
  color: var(--ink);
}
.pay-merchant__num {
  margin: 2px 0 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.2;
  user-select: all;
  word-break: break-all;
}
.pay-merchant__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
}
.pay-merchant__actions .btn {
  width: 100%;
  margin: 0;
  text-align: center;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.pay-steps {
  margin: 2px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  display: grid;
  gap: 16px;
}
.pay-steps li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  margin: 0;
  color: var(--ink);
}
.pay-step__n {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 32px;
}
.pay-step__body {
  min-width: 0;
  padding-top: 6px;
  display: grid;
  gap: 4px;
}
.pay-step__title,
.pay-step__value,
.pay-step__note {
  margin: 0;
}
.pay-step__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink);
}
.pay-step__value {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .02em;
  word-break: break-word;
}
.pay-step__note {
  font-size: 14px;
  line-height: 1.35;
  color: var(--muted);
}
.pay-keep {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff8e8;
  border: 1px solid #ead9b8;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink);
}
.pay-proof {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}
.pay-proof__pick {
  position: relative;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 16px;
  border: 1px dashed var(--line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}
.pay-proof__pick:hover {
  border-color: var(--gold);
  background: #fffdf8;
}
.pay-proof__title {
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pay-proof__title em {
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--red);
}
.pay-proof__hint {
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}
.pay-proof__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.pay-proof__pick input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.pay-proof__preview img,
.pay-proof__done img {
  display: block;
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
}
.pay-proof__done { margin: 12px 0 0; }
.receipt-page {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  padding: 12px var(--pad) 48px;
  box-sizing: border-box;
}
.receipt-page .receipt,
.receipt-page .account-card {
  margin: 0;
  max-width: none;
  width: 100%;
}
.receipt {
  margin: 16px var(--pad) 32px;
  padding: 22px;
  max-width: none;
  width: calc(100% - (2 * var(--pad)));
}
.receipt h1 { margin: 6px 0 8px; font-size: 28px; }
.receipt__cta {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.receipt__cta .btn { width: 100%; margin: 0; text-align: center; }
.receipt.is-hq-next #evh-wa-kitchen { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.receipt.is-hq-next #evh-wa-hq { background: var(--gold); color: var(--on-gold); border-color: var(--gold); }
.receipt-list { list-style: none; padding: 0; margin: 16px 0; }
.receipt-list li { display: flex; justify-content: space-between; gap: 8px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.receipt-list li.is-total { border-bottom: 0; font-size: 16px; padding-top: 14px; }
.account-link {
  font-size: 13px; font-weight: 700; padding: 6px 10px; border-radius: 999px;
  color: inherit; text-decoration: none; white-space: nowrap;
}
.account-link.is-on { background: var(--gold); color: var(--on-gold); }
.account-gate {
  width: min(100%, 440px);
  margin: 0 auto;
  padding: 8px var(--pad) 48px;
  box-sizing: border-box;
}
.account-gate .page-hero {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.account-gate .page-hero h1,
.account-gate .page-hero p {
  margin-left: auto;
  margin-right: auto;
}
.account-gate .page-hero h1 {
  font-size: 20px;
  letter-spacing: -.01em;
  max-width: 22ch;
}
.account-gate .page-hero p {
  font-size: 14px;
  max-width: 38ch;
}
.account-dash {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 16px var(--pad) 48px;
  box-sizing: border-box;
}
.account-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.account-col { position: relative; min-width: 0; }
.account-colhead { margin: 0 0 16px; }
.account-col:first-child .account-colhead { padding-right: 108px; }
.account-colhead h1,
.account-colhead h2 {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
}
.account-colhead p:not(.kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  min-height: 1.4em;
}
.account-dash__logout {
  position: absolute;
  top: 18px;
  right: 0;
  flex: 0 0 auto;
  height: 40px;
  padding: 0 16px;
  margin: 0;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  z-index: 2;
}
.account-dash__logout:hover { border-color: var(--ink); }
.account-profile { margin: 0; padding: 22px; }
.account-profile h2 { margin: 0 0 6px; font-size: 20px; }
.account-profile h3 { margin: 22px 0 8px; font-size: 16px; }
.account-profile .muted { margin: 0 0 12px; }
.account-profile .btn--block { margin-top: 8px; }
.account-main__title { margin: 0 0 12px; font-size: 20px; }
.account-empty { min-height: min(32vh, 220px); }
.ok { color: #3d5a32; font-weight: 700; margin: 8px 0; }
.btn-text {
  border: 0; background: none; padding: 0; color: var(--ink);
  font: inherit; font-size: 13px; font-weight: 700; cursor: pointer;
  text-decoration: underline; text-underline-offset: 3px;
}
.account-gate__forgot { margin: 14px 0 0; text-align: center; }
.account-gate__forgot .btn--block { margin: 0; }
a.btn-text { display: inline; }
.account-empty {
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  gap: 10px;
  min-height: min(46vh, 320px);
  padding: 36px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.account-empty h2 { margin: 0; font-size: 22px; }
.account-empty p { margin: 0; max-width: 40ch; color: var(--muted); }
.account-empty .btn { width: auto; min-width: 168px; margin: 8px 0 0; }
.account-orders {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.account-order { margin: 0; min-width: 0; display: flex; flex-direction: column; }
.account-order .receipt-list { margin: 12px 0; }
.account-order__badge {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ece6dc;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.account-order.is-paid .account-order__badge {
  background: #e8efe4;
  color: #3d5a32;
}
.account-order__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 4px;
}
.account-order__foot span { color: var(--muted); font-size: 13px; }
.account-order__foot .btn { width: auto; margin: 0; padding: 8px 16px; }
.account-card {
  margin: 16px var(--pad) 40px;
  max-width: 640px;
}
.receipt-page .account-card {
  margin: 0;
  padding: 22px;
}
.receipt-page .account-card h2 { font-size: 22px; }
.receipt-page .account-card > p { margin: 0 0 14px; color: var(--muted); }
.receipt-page .account-card .btn--block { margin-top: 0; }
.checkout-who h2 { margin-bottom: 10px; }
.checkout-who .seg { margin: 0 0 14px; }
#evh-checkout-login { display: grid; gap: 12px; }
#evh-checkout-login[hidden] { display: none !important; }
.checkout-who .account-form__fields { margin: 0; }
.account-form--gate {
  margin: 0;
  max-width: none;
  width: 100%;
  display: block;
}
.account-card h2, .account-form h2 { margin: 0 0 8px; }
.account-form__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  width: 100%;
}
.account-form__fields > * { min-width: 0; width: 100%; }
.account-form label { display: grid; gap: 6px; margin: 0; font-size: 12px; font-weight: 700; }
.account-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]) {
  width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); background: #fff;
  min-height: 48px; box-sizing: border-box; font-size: 16px;
}
.pass-field__wrap { position: relative; display: block; }
.pass-field__wrap input { padding-right: 48px; }
.pass-toggle {
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border: 0; background: transparent;
  color: var(--muted); cursor: pointer; border-radius: 12px;
  display: grid; place-items: center;
}
.pass-toggle:hover, .pass-toggle.is-on { color: var(--ink); }
.pass-toggle svg { display: block; }
.pass-toggle .icon-hide { display: none; }
.pass-toggle.is-on .icon-show { display: none; }
.pass-toggle.is-on .icon-hide { display: block; }
.account-order__head {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; flex-wrap: wrap;
}
.account-order__head h2 { margin: 0 0 4px; font-size: 20px; }
.account-order__when { margin: 0 0 4px; font-size: 14px; font-weight: 700; color: var(--ink); }
.account-order__meta { color: var(--muted); font-size: 13px; margin: 0; }

.dock {
  position: fixed; z-index: 50;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: none;
  display: grid; grid-template-columns: repeat(5, 1fr);
  background: #181b20;
  color: #fff;
  border-radius: 18px 18px 0 0;
  padding: 6px 8px calc(10px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -8px 28px rgba(14,14,14,.28), 0 40px 0 20px #181b20;
  transform: none;
}
.dock a { display: grid; place-items: center; gap: 4px; font-size: 10px; font-weight: 700; padding: 8px 0 6px; border-radius: 16px; color: #fff; }
.dock svg { display: block; width: 22px; height: 22px; }
.dock a.is-active { color: #fff; background: var(--red); }

.drawer[hidden], .sheet[hidden], .toast[hidden], .search-bar[hidden] { display: none !important; }
.drawer, .sheet {
  position: fixed; inset: 0; z-index: 80; background: rgba(23,20,17,.45);
  display: flex; justify-content: center; align-items: flex-end;
}
.drawer__panel, .sheet__panel {
  width: min(100%, var(--app));
  background: var(--paper);
  border-radius: 24px 24px 0 0;
  padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
  max-height: min(88vh, 720px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.drawer__panel header, .sheet__bar {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 12px;
  flex: none;
}
.drawer__scroll, .sheet__scroll {
  overflow: auto;
  flex: 1 1 auto;
  min-height: 0;
  margin: 12px 0;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.drawer__scroll { display: grid; gap: 8px; align-content: start; }
.drawer__scroll::-webkit-scrollbar, .sheet__scroll::-webkit-scrollbar { display: none; }
.drawer__foot, .sheet__actions { flex: none; }
.drawer__foot .btn--block + .btn--block { margin-top: 8px; }
.cart-list { display: grid; gap: 8px; margin: 0; max-height: min(42vh, 320px); overflow: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px; }
.cart-line__tools { display: flex; align-items: center; gap: 10px; margin-top: 8px; flex-wrap: wrap; }
.cart-remove {
  border: 0; background: none; padding: 0; color: var(--red);
  font-size: 12px; font-weight: 700; cursor: pointer;
}
.qty { display: inline-flex; align-items: center; gap: 8px; }
.qty button { width: 28px; height: 28px; border-radius: 8px; border: 1px solid var(--line); background: #fff; }
.cart-total { display: flex; justify-content: space-between; margin: 0 0 12px; font-size: 16px; }
.toast {
  position: fixed; left: 50%; bottom: calc(var(--dock) + 18px); transform: translateX(-50%);
  background: #171411; color: #fff; padding: 10px 14px; border-radius: 999px; z-index: 90; font-size: 13px;
  width: max-content; max-width: 90vw;
}
body.has-sheet, body.has-drawer { overflow: hidden; overscroll-behavior: none; }
.sheet__bar { align-items: center; margin-bottom: 0; }
.sheet__bar h2 { margin: 0; font-size: 16px; }
.sheet__img { height: 140px; background: #efe7db; position: relative; overflow: hidden; border-radius: 16px; margin-bottom: 10px; }
.sheet__img.evh-slider {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #efe7db;
}
.sheet__img .evh-slider__viewport,
.sheet__img .evh-slider__track,
.sheet__img .evh-slider__slide,
.sheet__img .evh-slide-photo {
  height: 140px;
}
.sheet__img .evh-slide-photo {
  background-size: cover;
  background-position: center;
  height: 100%;
}
.sheet__img .evh-slider__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 2;
  margin: 0;
  justify-content: center;
}
.sheet__img .evh-slider__dots button { background: rgba(255,255,255,.55); }
.sheet__img .evh-slider__dots button.is-on { background: #fff; width: 18px; }
.sheet__head h2 { margin: 4px 0 0; font-size: 22px; line-height: 1.2; }
.sheet__price { margin: 8px 0 0; font-size: 16px; }
.sheet__copy { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 8px 0 10px; }
.sheet__block { margin: 10px 0; }
.sheet__block > span, .sheet__label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 8px; }
.sheet__qty { display: flex; align-items: center; justify-content: space-between; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 8px 12px; }
.sheet__qty .qty { font-weight: 700; }
.sheet__qty .qty span { min-width: 1.5ch; text-align: center; }
.variants { display: grid; gap: 8px; margin: 0; }
.variants label {
  display: grid; grid-template-columns: 18px 1fr auto; gap: 10px; align-items: center;
  padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer;
}
.variants label.is-on { border-color: var(--gold); background: #fff8e8; }
.variants--check label.is-on { border-color: var(--red); background: #fdecee; }
.variants small { display: block; color: var(--muted); font-weight: 600; font-size: 11px; }
.book-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.book-grid .muted { grid-column: 1 / -1; margin: 0; }
.book-dates { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.book-dates-hint { margin: 8px 0 0; font-size: 12px; }
.cal-pop[hidden] { display: none !important; }
.cal-pop { margin-top: 8px; }
.cal__done {
  display: block; width: 100%; margin-top: 8px;
  height: 40px; border: 0; border-radius: 12px;
  background: var(--ink); color: #fff; font-weight: 700; cursor: pointer;
}
.date-chip {
  display: grid; gap: 2px; text-align: left;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 10px 12px; cursor: pointer; min-height: 58px;
}
.date-chip.is-on { border-color: var(--gold); background: #fff8e8; box-shadow: 0 0 0 3px rgba(185,148,112,.18); }
.date-chip__kicker {
  font-size: 10px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold);
}
.date-chip strong { font-size: 14px; line-height: 1.3; }
.cal {
  margin-top: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 10px 10px;
  box-shadow: 0 12px 32px rgba(24, 27, 32, .1);
}
.cal__head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px; margin-bottom: 8px;
}
.cal__head strong { font-size: 14px; }
.cal__nav {
  width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--line);
  background: #fff; font-size: 20px; line-height: 1; cursor: pointer;
}
.cal__nav:hover { border-color: var(--gold); background: #fff8e8; }
.cal__nav:disabled { opacity: .35; cursor: default; }
.cal__week, .cal__grid {
  display: grid; grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 2px; text-align: center;
}
.cal__week span {
  font-size: 10px; font-weight: 700; color: var(--muted);
  letter-spacing: .04em; padding: 6px 0 4px;
}
.cal__pad { min-height: 36px; }
.cal__day {
  height: 36px; border: 0; background: transparent; border-radius: 10px;
  font-weight: 600; font-size: 13px; cursor: pointer; color: var(--ink);
}
.cal__day:hover:not(:disabled):not(.is-in):not(.is-out) { background: var(--paper); }
.cal__day.is-off { color: #c5bfb6; cursor: default; }
.cal__day.is-today:not(.is-in):not(.is-out) { box-shadow: inset 0 0 0 1.5px var(--gold); }
.cal__day.is-mid { background: #fff3e6; border-radius: 0; }
.cal__day.is-in { background: var(--gold); color: var(--on-gold); border-radius: 10px 0 0 10px; }
.cal__day.is-out { background: var(--red); color: var(--on-red); border-radius: 0 10px 10px 0; }
.cal__day.is-in.is-out { border-radius: 10px; }
.book-nights { margin: 10px 0 0; font-size: 13px; font-weight: 700; color: var(--ink); }
.sheet__extras {
  display: grid; gap: 8px;
  margin: 12px 0 0; padding: 12px;
  background: #faf7f2; border: 1px solid var(--line); border-radius: 14px;
}
.sheet__extras p {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  margin: 0; font-size: 13px;
}
.sheet__extras span { color: var(--muted); font-weight: 600; }
.sheet__extras strong { font-size: 13px; }
.sheet__break {
  display: grid; gap: 6px;
  margin: 4px 0 8px; padding: 0 0 10px;
  border-bottom: 1px solid var(--line);
}
.sheet__break p {
  display: flex; justify-content: space-between; gap: 12px;
  margin: 0; font-size: 13px; color: var(--muted);
}
.sheet__break strong { color: var(--ink); font-size: 13px; }
.sheet__field {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  height: 44px;
  background: #fff;
}
.sheet__note { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; min-height: 52px; max-height: 52px; resize: none; overflow: hidden; background: #fff; }
.sheet__total { display: flex; justify-content: space-between; align-items: baseline; margin: 8px 0 14px; font-size: 18px; }
.sheet__actions { display: grid; grid-template-columns: 1fr 1.4fr; gap: 8px; padding-top: 8px; }
.sheet__actions .btn { margin: 0; }
.btn--ghost-ink { background: #fff; color: var(--ink); border: 1px solid var(--line); }

@media (max-width: 599px) {
  .app-frame { padding: 0; }
  .app { width: 100%; box-shadow: none; }
  .dock { width: 100%; max-width: none; border-radius: 18px 18px 0 0; }
  .hero__copy { padding: 16px 12px; }
  .hero h1 { font-size: clamp(17px, 5.4vw, 22px); }
  .brand__logo { height: 34px; }
  .topbar__inner { gap: 6px; padding: 6px 12px; }
  .fx-select select { max-width: 64px; padding: 6px 18px 6px 8px; }
  .branch-select select { min-width: 7.2em; max-width: 11em; padding: 6px 22px 6px 10px; }
  .cart-btn { padding: 6px 8px; }
  .stay-card__meta .btn, .event-card .btn { width: 100%; }
  .stay-suite__foot .btn { width: 100%; }
  .drawer__panel, .sheet__panel {
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    max-height: min(94dvh, 100%);
    border-radius: 20px 20px 0 0;
  }
  .sheet__img,
  .sheet__img .evh-slider__viewport,
  .sheet__img .evh-slider__track,
  .sheet__img .evh-slider__slide,
  .sheet__img .evh-slide-photo { height: 110px; }
  .sheet__head h2 { font-size: 18px; }
  .date-chip { min-height: 52px; padding: 8px 10px; }
  .date-chip strong { font-size: 13px; }
  .cal { padding: 10px 6px 8px; margin-top: 10px; }
  .cal__head strong { font-size: 13px; }
  .cal__nav { width: 32px; height: 32px; font-size: 18px; }
  .cal__week span { font-size: 9px; padding: 4px 0 2px; }
  .cal__day, .cal__pad { height: 32px; min-height: 32px; font-size: 12px; border-radius: 8px; }
  .cal__day.is-in { border-radius: 8px 0 0 8px; }
  .cal__day.is-out { border-radius: 0 8px 8px 0; }
  .cal__day.is-in.is-out { border-radius: 8px; }
  .sheet__field { height: 42px; padding: 8px 10px; }
  .sheet__actions { gap: 8px; padding-top: 6px; }
}
@media (max-width: 380px) {
  .pay-merchant__actions { grid-template-columns: 1fr; }
  .book-dates, .book-grid { grid-template-columns: 1fr; }
  .sheet__actions { grid-template-columns: 1fr; }
  .sheet__img,
  .sheet__img .evh-slider__viewport,
  .sheet__img .evh-slider__track,
  .sheet__img .evh-slider__slide,
  .sheet__img .evh-slide-photo { height: 96px; }
  .cal__day, .cal__pad { height: 30px; min-height: 30px; }
  .seg.seg--pay label { font-size: 11px; padding: 10px 4px; gap: 5px; }
}
@media (min-width: 600px) {
  .stay-grid, .event-list, .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .evh-page-stay .stay-list.offer-grid { grid-template-columns: minmax(0, 1fr); }
  .stay-perks { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .stay-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stay-suite { grid-template-columns: minmax(220px, 40%) minmax(0, 1fr); min-height: 240px; }
  .stay-suite__photo { min-height: 100%; height: 100%; }
  .stay-suite__photo.evh-slider .evh-slider__viewport,
  .stay-suite__photo.evh-slider .evh-slider__track,
  .stay-suite__photo.evh-slider .evh-slider__slide,
  .stay-suite__photo .evh-slide-photo { min-height: 100%; height: 100%; }
  .stay-suite__foot .btn { width: auto; }
  .site-foot__inner { grid-template-columns: 1fr; }
  .food-card__img { height: 140px; }
  .checkout__fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .checkout__span { grid-column: 1 / -1; }
  .checkout__fields > :last-child:nth-child(odd):not(.checkout__span) { grid-column: 1 / -1; }
  .account-form:not(.account-form--gate) .account-form__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .account-form:not(.account-form--gate) .account-form__fields > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
  .account-form:not(.account-form--gate) .account-form__fields > .pass-field:only-of-type,
  .account-form:not(.account-form--gate) .account-form__fields > p,
  .account-form:not(.account-form--gate) .account-form__fields > button {
    grid-column: 1 / -1;
  }
  .seg--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  :root {
    --app: min(1180px, 100%);
    --pad: 28px;
    --top: 72px;
  }
  html, body.evh-body, .app-frame { background: var(--paper); }
  .app {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    box-shadow: none;
  }
  .brand__logo { height: 48px; }
  .hero {
    aspect-ratio: 1023 / 359;
    min-height: 240px;
    max-height: 340px;
    width: calc(100% - (var(--pad) * 2));
  }
  .hero__copy { padding: 24px 40px; }
  .hero .evh-slider__slide { flex-basis: 100% !important; padding-right: 0 !important; }
  .hero h1 { font-size: clamp(26px, 3.2vw, 36px); max-width: 24ch; }
  .page-hero h1 { font-size: 36px; }
  .hero__copy > p:not(.kicker) { max-width: 48ch; font-size: 16px; }
  .page-hero p { max-width: 52ch; font-size: 16px; }
  .services { gap: 16px; }
  .service { padding: 16px 12px 14px; text-align: center; }
  .fav-grid, .menu-grid, .h-scroll { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .menu-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-foot {
    padding: 16px 0 calc(16px + var(--dock) + env(safe-area-inset-bottom));
  }
  .site-foot__inner { gap: 28px; }
  .site-foot .site-foot__copy, .site-foot__legal { text-align: center; }
  .site-foot__qr { padding: 28px var(--pad) 24px; }
  .site-foot__qr h2 { font-size: 24px; }
  .site-foot__qr-row { max-width: 520px; gap: 14px; }
  .checkout { gap: 20px; }
  .checkout__card { padding: 22px; }
  .table-floor__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .seg--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .receipt { margin-left: auto; margin-right: auto; padding: 28px; width: calc(100% - (2 * var(--pad))); max-width: none; }
  .receipt-page {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }
  .receipt-page:has(.account-card) {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  }
  .receipt-page .receipt { margin: 0; padding: 28px; width: 100%; }
  .receipt-page .account-card {
    position: sticky;
    top: calc(var(--top) + 12px);
    padding: 24px;
  }
  .account-orders { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .account-colhead h1,
  .account-colhead h2 { font-size: 34px; }
  .account-layout {
    grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
    align-items: start;
    gap: 20px;
  }
  .account-profile {
    position: sticky;
    top: calc(var(--top) + 12px);
  }
  .account-gate .page-hero h1 { font-size: 22px; }
  .account-gate .page-hero p { font-size: 14px; max-width: 40ch; }
  .drawer, .sheet { align-items: center; }
  .drawer__panel, .sheet__panel {
    width: min(520px, 92vw);
    border-radius: 24px;
    max-height: 86vh;
  }
  .hero .evh-slider__slide { flex-basis: 100% !important; width: 100% !important; max-width: 100% !important; padding-right: 0 !important; }
  .evh-slider__slide { flex-basis: 50%; padding-right: 12px; }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .dock { display: grid; width: 100%; max-width: none; }
  .topnav { display: none; }
  .site-foot__inner { grid-template-columns: 1fr 1fr; gap: 8px 32px; }
}
@media (min-width: 900px) {
  .checkout { grid-template-columns: minmax(280px, 340px) minmax(0, 1fr); }
  .checkout__ticket { position: sticky; top: calc(var(--top) + 16px); }
}
@media (min-width: 1100px) {
  :root { --dock: 0px; }
  .topnav { display: flex; flex-wrap: wrap; }
  .dock { display: none; }
  .app { padding-bottom: 0; }
  .site-foot { padding: 40px 0 24px; }
  .site-foot__qr { padding: 8px var(--pad) 32px; }
  .site-foot__qr-row { max-width: 560px; }
  .hero { min-height: 280px; max-height: 360px; width: calc(100% - (var(--pad) * 2)); }
  .hero .evh-slider__slide { flex-basis: 100% !important; width: 100% !important; padding-right: 0 !important; }
  .hero__copy { padding: 28px 56px; }
  .hero h1, .page-hero h1 { font-size: 36px; }
  .account-gate .page-hero h1 { font-size: 22px; }
  .fav-grid, .menu-grid, .h-scroll { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .evh-slider__slide { flex-basis: 25%; }
  .stay-grid, .event-list, .offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .evh-page-stay .stay-list.offer-grid { grid-template-columns: minmax(0, 1fr); }
  .offer-card__img, .stay-card__img, .event-card__img { height: 200px; }
  .food-card__img { height: 150px; }
  .stay-card__img, .event-card__img { height: 190px; }
  .site-foot__inner { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 32px; }
  .site-foot__acc { border-top: 0; }
  .site-foot__toggle {
    font-size: 16px;
    cursor: default;
    pointer-events: none;
    padding: 0 0 12px;
  }
  .site-foot__toggle:after { display: none; }
  .site-foot__panel { display: block; }
  .checkout { grid-template-columns: minmax(320px, 380px) minmax(0, 1fr); }
}

.legal-page { padding-bottom: 28px; width: 100%; }
.legal-page .page-hero {
  text-align: center;
  padding: 28px var(--pad) 18px;
}
.legal-page .page-hero .kicker,
.legal-page .page-hero h1,
.legal-page .page-hero p {
  margin-left: auto;
  margin-right: auto;
}
.legal-page .page-hero h1 { max-width: none; }
.legal-page .page-hero p { max-width: 42ch; }
.legal-page__sheet {
  margin: 0 var(--pad) 8px;
  padding: 20px 18px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-sizing: border-box;
}
.legal-page__body {
  padding: 0;
  max-width: none;
  width: 100%;
}
.legal-page__body h2 {
  margin: 26px 0 8px;
  font-size: 18px;
  font-weight: 700;
  break-after: avoid;
  break-inside: avoid;
}
.legal-page__body h2:first-child { margin-top: 0; }
.legal-page__body p,
.legal-page__body li {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink);
}
.legal-page__body ul,
.legal-page__body ol {
  margin: 0 0 14px;
  padding-left: 1.2em;
}
.legal-page__body p,
.legal-page__body ul,
.legal-page__body ol { break-inside: avoid; }
.legal-page__body a { color: var(--red); text-underline-offset: 2px; }
.legal-page__more {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
  text-align: center;
}
@media (min-width: 768px) {
  .legal-page__sheet { padding: 28px 32px 22px; }
  .legal-page__body {
    column-count: 2;
    column-gap: 48px;
  }
}
@media (min-width: 1100px) {
  .legal-page__sheet { padding: 32px 36px 24px; }
  .legal-page__body { column-gap: 56px; }
}
.legal-agree {
  margin: 12px 0 14px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}
.legal-agree a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}
