/* SISTA Phase 2A — HEADER + MOBILE NAV OVERLAY + HERO
   Ported from Concept E @ 694cd0893bdd1e045f10ee0c134c063497bb1307.
   Specificity strategy: `body` / `.elementor` prefixes raise these rules above
   Hello Elementor's theme.css and Elementor's frontend/post CSS, which load
   after child styles. Canonical values are defined HERE, once. */

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--ink);
  color: var(--cream);
  padding: 0.75rem 1.25rem;
}

.skip-link:focus {
  left: 0.5rem;
  top: 0.5rem;
}

body.nav-open {
  overflow: hidden;
}

/* ---------- HEADER ---------- */
body .site-header.site-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  max-width: none;
  width: 100%;
  margin-inline: 0;
  padding: 0;
  background: var(--cream);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

body .site-header.site-header.is-scrolled {
  border-bottom-color: var(--hairline);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-height: var(--header-h);
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2rem);
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-nav__link:hover {
  color: var(--red);
}

.site-nav__reserve {
  font-weight: 700;
}

/* mobile toggle */
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  position: absolute;
  right: var(--gutter);
  top: 50%;
  transform: translateY(-50%);
}

.nav-toggle__bars,
.nav-toggle__bars::before,
.nav-toggle__bars::after {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  background: var(--ink);
  transform: translateX(-50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle__bars {
  top: 50%;
  margin-top: -1px;
}

.nav-toggle__bars::before {
  content: "";
  top: -6px;
}

.nav-toggle__bars::after {
  content: "";
  top: 6px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before {
  transform: translateX(-50%) translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after {
  transform: translateX(-50%) translateY(-6px) rotate(-45deg);
}

/* full-screen mobile nav overlay */
.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(var(--header-h) + 1rem) var(--gutter) 2rem;
  background: var(--cream);
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

.nav-overlay.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.nav-overlay__list {
  display: grid;
  gap: 0.25rem;
  width: 100%;
  max-width: 26rem;
  margin-bottom: 1.75rem;
  text-align: center;
}

.nav-overlay__list a {
  display: block;
  padding: 0.7rem 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 8vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  border-bottom: 1px solid var(--hairline);
}

.nav-overlay__list a:hover {
  color: var(--red);
}

.nav-overlay .menu-item-reserve {
  display: none;
}

/* ---------- HERO (Elementor wrapper mapping) ---------- */
.elementor .hero {
  padding-top: var(--header-h);
}

.elementor .hero__stage {
  position: relative;
}

.elementor .hero__split {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  height: 84svh;
  min-height: 520px;
  overflow: hidden;
}

.elementor .hero__pane {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
}

/* Restore the approved percentage-height chain: in the static source the img
   is a direct child of the pane; Elementor's widget wrappers sit between and
   collapse to content height, which breaks height:100% and changes the
   object-fit crop. Make the wrappers full pane height. */
.elementor .hero__pane > .elementor-widget {
  height: 100%;
}

.elementor .hero__pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.elementor .hero__pane:last-child img {
  object-position: 50% 20%;
}

.elementor .hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: clamp(150px, 40vw, 300px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.elementor .hero__logo img {
  width: 100%;
  filter: drop-shadow(0 4px 26px rgba(0, 0, 0, 0.45));
}

/* approved .wrap gutters/centering for the Elementor intro container */
.elementor .e-con.wrap {
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.elementor .hero__intro {
  padding-block: clamp(2.5rem, 6vw, 5rem) var(--section);
  text-align: center;
}

.elementor .hero__title {
  margin-top: 0.75rem;
}

.elementor .hero__title,
.elementor .hero__title .elementor-heading-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 7vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.elementor .hero__title .elementor-heading-title {
  color: var(--ink);
}

.elementor .e-con .hero__sub,
.elementor.elementor .e-con.e-con > .hero__sub {
  margin: 1.25rem auto 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.elementor .hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
  width: auto;
}

/* ---------- Responsive (exact approved breakpoints) ---------- */
@media (min-width: 700px) {
  .elementor .hero__split {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    height: 86svh;
    min-height: 560px;
  }
}

@media (max-width: 959px) {
  body .site-nav {
    display: none;
  }

  body .nav-toggle {
    display: block;
  }
}

/* ---------- MENUS (Phase 2B) — ported from Concept E @ 694cd08 ---------- */
.elementor .menus {
  background: var(--green);
  color: var(--cream);
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.elementor .menus__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.elementor .menus .eyebrow {
  color: var(--pink);
}

.elementor .menus__head {
  /* harmonized to golden EFFECTIVE head→video spacing (source clamp renders
     ~10px tighter in Elementor's line-box geometry) */
  margin-bottom: clamp(2rem, 3.8vw, 3.4rem);
  width: 100%;
}

/* chapter--center must survive Elementor container margins */
.elementor .chapter--center {
  margin-inline: auto;
  text-align: center;
}

/* approved chapter__title typography must reach the Elementor heading element */
.elementor .chapter__title .elementor-heading-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: inherit;
}

.elementor .menus .chapter__blurb {
  color: color-mix(in srgb, var(--cream) 82%, transparent);
}

.elementor .menus__feature {
  width: 100%;
  max-width: 1100px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.elementor .menus__feature video,
.elementor .menus__feature .elementor-wrapper video {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 60%;
  display: block;
}

.elementor .menus__copy,
.elementor.elementor .e-con.e-con > .menus__copy {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  text-align: center;
  max-width: 40rem;
}

.elementor .menus__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.75rem 2.5rem;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  width: 100%;
}

.elementor .menus__link .elementor-button,
.menus__link .elementor-button {
  display: inline-block;
  min-height: 0;
  padding: 0 0 0.25em;
  border: 0;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--cream);
  white-space: normal;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  letter-spacing: 0.01em;
  line-height: 1.1;
}

.elementor .menus__link .elementor-button:hover,
.menus__link .elementor-button:hover {
  background: transparent;
  color: var(--pink);
}

.menus__link .elementor-button-text::after {
  content: "PDF";
  margin-left: 0.5em;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--cream) 55%, transparent);
}

.menus__link .elementor-button:hover .elementor-button-text::after {
  color: var(--pink);
}

.elementor .menus__signature {
  max-width: 34rem;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
}

.elementor .menus .menus__signature .eyebrow {
  color: color-mix(in srgb, var(--cream) 70%, transparent);
}

.elementor .menus__signature .tag-best.elementor-widget-text-editor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
  padding: 0;
  width: auto;
}

.elementor .menus__signature .tag-best p {
  display: inline-block;
  margin: 0;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.65;
  padding: 0.35em 0.7em;
  border-radius: var(--radius);
}

.elementor .menus__signature-desc {
  color: color-mix(in srgb, var(--cream) 78%, transparent);
}

.elementor .dish-run {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--hairline);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 2;
  text-align: center;
  width: 100%;
}

.elementor .menus .dish-run {
  color: color-mix(in srgb, var(--cream) 60%, transparent);
  border-top-color: rgba(241, 239, 226, 0.18);
}

/* ---------- HAPPY HOUR (Phase 2B) ---------- */
.elementor .happyhour {
  background: var(--ink);
  color: var(--cream);
}

/* canonical .section primitive owns the rhythm (Golden: section happyhour) */
.elementor .section.happyhour {
  padding-block: var(--section);
  padding-inline: 0;
}

.elementor .happyhour__inner {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}

/* canonical .chapter rhythm survives Elementor's container margin reset */
.elementor .happyhour__head.chapter {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.elementor .happyhour__note.elementor-widget-text-editor {
  display: block;
  align-self: start;
  background: transparent;
  padding: 0;
  border: 0;
  width: auto;
}

.elementor .happyhour__note p {
  display: inline-block;
  margin: 1.4rem 0 0;
  padding: 0.5em 0.95em;
  border: 1px solid rgba(241, 239, 226, 0.35);
  border-radius: var(--radius);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--cream) 78%, transparent);
}

.elementor .happyhour__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

/* ---------- REVEAL (approved behavior) ---------- */
.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

@media (min-width: 700px) {
  .elementor .menus__feature video,
  .elementor .menus__feature .elementor-wrapper video {
    aspect-ratio: 16 / 9;
    object-position: center 62%;
  }

  .elementor .happyhour__media img {
    aspect-ratio: 3 / 2;
  }
}

/* ---------- STORY (Phase 2C) — ported from Concept E @ 694cd08 ---------- */
.elementor .story {
  border-top: 1px solid var(--hairline);
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.elementor .story__grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
  width: 100%;
}

.elementor .story__media,
.elementor.elementor .e-con.e-con > .story__media {
  max-width: 420px;
  margin-inline: auto;
}

.elementor .story__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
}

/* story__body sits on the widget wrapper; the paragraphs are its grid items */
.elementor .story__body,
.elementor.elementor .e-con .story__body.elementor-widget {
  margin-top: 1.25rem;
  max-width: 46ch;
  display: grid;
  gap: 1rem;
  color: rgba(0, 0, 0, 0.78);
  font-size: 0.98rem;
}

.elementor .story__body p,
.elementor.elementor .story__body.elementor-widget p {
  margin: 0;
}

.elementor .story__title .elementor-heading-title,
.elementor .story__title {
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
}

@media (min-width: 960px) {
  .elementor .story__grid {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

/* ---------- GROUPS & EVENTS (Phase 2D) — ported from Concept E @ 694cd08 ---------- */
.elementor .section.groups {
  border-top: 1px solid var(--hairline);
  padding-block: var(--section);
  padding-inline: 0;
}

.elementor .groups__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.75rem 2.5rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  width: 100%;
}

.elementor .groups__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  width: 100%;
}

.elementor .groups__gallery .groups__gallery-item {
  overflow: hidden;
  border-radius: var(--radius);
}

.elementor .groups__gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.elementor .groups__gallery .groups__gallery-item:hover img {
  transform: scale(1.03);
}

/* canonical .text-link rendered by the Elementor button anchor:
   wrapper is layout-only (no underline/padding/background — the base
   .text-link class on the wrapper must not paint a second box), the
   anchor is the single visual box */
.elementor .groups__actions .text-link {
  border: 0;
  padding: 0;
  background: transparent;
}

.elementor .groups__actions .text-link .elementor-button {
  display: inline-block;
  min-height: 0;
  padding: 0 0 0.25em;
  border: 0;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  white-space: normal;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.elementor .groups__actions .text-link .elementor-button:hover {
  background: transparent;
  color: var(--red);
}

/* chapter blurb paragraphs must not add spacing on top of wrapper margins */
.elementor .chapter--center .chapter__blurb p {
  margin: 0;
}

@media (min-width: 700px) {
  .elementor .groups__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .elementor .groups__gallery img {
    transition: none;
  }

  .elementor .groups__gallery .groups__gallery-item:hover img {
    transform: none;
  }
}

.elementor .groups .chapter--center {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

/* ---------- WHOLESALE / CATERING (Phase 2E) — ported from Concept E @ 694cd08 ---------- */
.elementor .section.wholesale {
  border-top: 1px solid var(--hairline);
  padding-block: var(--section);
  padding-inline: 0;
}

.elementor .wholesale__panel {
  display: grid;
  gap: 1.75rem;
  align-content: start;
  width: 100%;
}

.elementor .wholesale__title .elementor-heading-title,
.elementor .wholesale__title {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
}

.elementor .wholesale__copy .chapter__blurb p {
  margin: 0;
}

/* canonical .text-link on the Elementor button anchor:
   wrapper layout-only (no second underline), anchor = the single visual box */
.elementor .wholesale__link {
  border: 0;
  padding: 0;
  background: transparent;
  justify-self: start;
}

.elementor .wholesale__link .elementor-button {
  display: inline-block;
  min-height: 0;
  padding: 0 0 0.25em;
  border: 0;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  white-space: normal;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.elementor .wholesale__link .elementor-button:hover {
  background: transparent;
  color: var(--red);
}

@media (min-width: 900px) {
  .elementor .wholesale__panel {
    grid-template-columns: 1.4fr 1fr;
    align-items: end;
    gap: clamp(2rem, 5vw, 4rem);
  }

  .elementor .wholesale__link {
    justify-self: end;
  }
}

/* ---------- SISTA MAHJONG CLUB (Phase 2F) — ported from Concept E @ 694cd08 ---------- */
.elementor .section.mahjong {
  border-top: 1px solid var(--hairline);
  background: var(--blue);
  padding-block: var(--section);
  padding-inline: 0;
}

.elementor .mahjong__grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
  width: 100%;
}

.elementor .mahjong .eyebrow {
  color: var(--burgundy);
}

.elementor .mahjong__media,
.elementor.elementor .e-con.e-con > .mahjong__media {
  max-width: 460px;
  margin-inline: auto;
}

.elementor .mahjong__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius);
}

.elementor .mahjong__title .elementor-heading-title,
.elementor .mahjong__title {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
}

.elementor .mahjong__copy .chapter__blurb p {
  margin: 0;
}

/* canonical .text-link on the Elementor button anchor (wrapper layout-only) */
.elementor .mahjong__copy .text-link {
  border: 0;
  padding: 0;
  background: transparent;
}

.elementor .mahjong__copy .text-link .elementor-button {
  display: inline-block;
  min-height: 0;
  padding: 0 0 0.25em;
  border: 0;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  white-space: normal;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

/* Golden Mahjong-specific hover override: burgundy, not red */
.elementor .mahjong__copy .text-link .elementor-button:hover {
  background: transparent;
  color: var(--burgundy);
}

@media (min-width: 960px) {
  .elementor .mahjong__grid {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

/* ---------- AT THE TABLE (Phase 2G) — ported from Concept E @ 694cd08 ---------- */
.elementor .section.attable {
  border-top: 1px solid var(--hairline);
  padding-block: var(--section);
  padding-inline: 0;
}

.elementor .attable__themes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.5rem;
  /* golden effective gap = max(chapter margin-bottom, themes margin-top) via
     margin collapse; Elementor containers do not collapse, so the chapter
     margin alone owns this rhythm */
  margin-top: 0;
  width: 100%;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.elementor .attable__themes li {
  position: relative;
}

.elementor .attable__themes li + li::before {
  content: "·";
  position: absolute;
  left: -0.85rem;
  color: var(--red);
}

.elementor .attable__lead,
.elementor.elementor .e-con.e-con > .attable__lead {
  margin: 0 0 clamp(0.75rem, 1.6vw, 1.25rem);
  margin-block-end: clamp(0.75rem, 1.6vw, 1.25rem);
  overflow: hidden;
  border-radius: var(--radius);
}

.elementor .attable__lead img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.elementor .attable__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.75rem, 1.6vw, 1.25rem);
  width: 100%;
}

.elementor .attable__row .elementor-widget-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.elementor .attable__row img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.elementor .attable__row .elementor-widget-image:hover img {
  transform: scale(1.03);
}

@media (min-width: 900px) {
  .elementor .attable__row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .elementor .attable__row img {
    transition: none;
  }

  .elementor .attable__row .elementor-widget-image:hover img {
    transform: none;
  }
}

/* canonical .chapter rhythm survives Elementor's container margin reset */
.elementor .attable .chapter--center {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

/* ---------- CONTACT (Phase 2H) — ported from Concept E @ 694cd08 ---------- */
.elementor .section.contact {
  border-top: 1px solid var(--hairline);
  padding-block: var(--section);
  padding-inline: 0;
}

/* canonical .chapter rhythm survives Elementor's container margin reset */
.elementor .contact .chapter {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  width: 100%;
}

.elementor .contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  width: 100%;
}

.elementor .contact__utility {
  display: grid;
  gap: clamp(1.75rem, 3vw, 2.5rem);
  align-content: start;
  width: 100%;
}

/* block/venues eyebrow gaps live on the inner paragraph so Elementor's
   widget margin reset cannot defeat them */
.elementor .contact__block .eyebrow p,
.elementor .contact__venues > .eyebrow p {
  margin-bottom: 0.9rem;
}

.elementor .contact__links {
  display: grid;
  gap: 0.15rem;
}

.elementor .contact__links a,
.elementor .contact .venue__links a,
.elementor .contact .venue__facts a {
  display: inline-block;
  padding-block: 0.4em;
  color: var(--ink);
  border-bottom: 1px solid var(--hairline);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.elementor .contact__links a:hover,
.elementor .contact .venue__links a:hover,
.elementor .contact .venue__facts a:hover {
  color: var(--red);
  border-bottom-color: var(--red);
}

.elementor .contact__venues {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  align-content: start;
  width: 100%;
}

.elementor .contact .venue {
  border-top: 1px solid var(--hairline);
  padding-top: 1.5rem;
}

.elementor .contact .venue__name .elementor-heading-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  line-height: 1;
  letter-spacing: normal;
  color: var(--ink);
}

.elementor .contact .venue__facts {
  margin-top: 1.25rem;
  display: grid;
  gap: 1rem;
}

.elementor .contact .venue__row {
  display: grid;
  gap: 0.2rem;
}

.elementor .contact .venue__facts dd {
  max-width: 34ch;
}

.elementor .contact .venue__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.75rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--hairline);
}

.elementor .contact .venue__soon {
  margin-top: 0.85rem;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (min-width: 768px) {
  .elementor .contact__grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: clamp(2.5rem, 6vw, 5rem);
  }
}

/* ---------- RESERVE (Phase 2I) — ported from Concept E @ 694cd08 ---------- */
/* .reserve owns its own vertical padding (overrides .section); never stack
   both mechanisms — the effective padding must stay clamp(4rem, 8vw, 7rem). */
.elementor .section.reserve {
  background: var(--burgundy);
  color: var(--cream);
  text-align: center;
  padding-block: clamp(4rem, 8vw, 7rem);
  padding-inline: 0;
}

/* canonical .reserve__inner rhythm survives Elementor's container margin reset */
.elementor .reserve__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}

/* Hello theme's default paragraph bottom margin inflates the text-editor
   widget wrappers and would shift the canonical flex rhythm (eyebrow→title,
   body→actions). The flex gap owns ALL inter-element spacing here. */
.elementor .reserve p.eyebrow,
.elementor .reserve p.reserve__body {
  margin-bottom: 0;
}

.elementor .reserve .eyebrow,
.elementor .reserve .eyebrow p {
  color: color-mix(in srgb, var(--cream) 65%, transparent);
}

.elementor .reserve .reserve__title .elementor-heading-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 8vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.015em;
  color: var(--cream);
}

.elementor .reserve .reserve__body {
  color: color-mix(in srgb, var(--cream) 82%, transparent);
  max-width: 30rem;
}

.elementor .reserve__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
  width: 100%;
}

/* Elementor button wrapper stays layout-only (components.css maps the base
   .btn box onto the inner anchor); the .btn--lg geometry must live on the
   same inner anchor or the wrapper/anchor would produce two boxes. */
.elementor .reserve .btn--lg .elementor-button {
  min-height: 54px;
  padding: 0.9em 2.1em;
  font-size: 0.8rem;
}

/* ---------- FOOTER (Phase 2J) — ported from Concept E @ 694cd08 ---------- */
/* Child-theme template markup (not Elementor content); canonical values once.
   `body` prefix: Hello's later-loaded header-footer.css declares
   `.site-footer { padding-block: 1rem }` at equal specificity and would win
   the tie; the canonical Concept E padding must survive it. Hello's theme.css
   also clamps `.site-footer:not(.dynamic-footer)` to its own 500/600/800/1140
   container max-widths — same header precedent (0-2-1 beats the :not() 0-2-0). */
body .site-footer.site-footer {
  display: block;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  background: var(--ink);
  color: var(--cream);
  padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
}

.site-footer__inner {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}

.site-footer__logo img {
  width: 160px;
  height: auto;
}

.site-footer__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.site-footer__col .eyebrow {
  color: color-mix(in srgb, var(--cream) 55%, transparent);
  margin-bottom: 0.85rem;
}

.site-footer__col ul {
  display: grid;
  gap: 0.45rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--cream) 82%, transparent);
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__col a {
  display: inline-block;
  padding-block: 0.15em;
  border-bottom: 1px solid rgba(241, 239, 226, 0.25);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.site-footer__col a:hover {
  color: var(--pink);
  border-bottom-color: var(--pink);
}

.site-footer__ubud {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: color-mix(in srgb, var(--cream) 55%, transparent);
}

.site-footer__copyright {
  margin-top: 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(241, 239, 226, 0.16);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: color-mix(in srgb, var(--cream) 55%, transparent);
}

/* Fixed corner brand (Phase 2J deferred debt): hidden by default, desktop
   wide-margin only. Decorative: aria-hidden container, empty alt, no pointer
   events, no reveal. */
.corner-brand {
  display: none;
}

@media (min-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1.1fr 2fr;
    align-items: start;
    gap: clamp(2rem, 5vw, 4rem);
  }
  .site-footer__cols {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }
  .site-footer__copyright {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1400px) {
  .corner-brand {
    display: block;
    position: fixed;
    left: 20px;
    bottom: 22px;
    z-index: 40;
    width: clamp(84px, 6.5vw, 108px);
    pointer-events: none;
    mix-blend-mode: exclusion;
    opacity: 0.92;
  }
  .corner-brand img {
    width: 100%;
    height: auto;
  }
}
