html {
  scroll-behavior: smooth;
}

body.ilhp-redesign {
  background: #fbfaf7;
  color: #171514;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  margin: 0;
}

.ilhp-redesign * {
  box-sizing: border-box;
}

.ilhp-redesign a {
  color: inherit;
}

.ilhp-site-header {
  align-items: center;
  background: rgba(14, 13, 12, 0.86);
  backdrop-filter: blur(14px);
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(18px, 5vw, 72px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.ilhp-brand {
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

.ilhp-main-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  font-size: 14px;
  font-weight: 750;
}

.ilhp-main-nav a {
  text-decoration: none;
}

.ilhp-nav-cta {
  background: #f7c548;
  border-radius: 999px;
  color: #171514 !important;
  padding: 11px 18px;
}

.ilhp-nav-toggle {
  background: #f7c548;
  border: 0;
  border-radius: 999px;
  color: #171514;
  cursor: pointer;
  display: none;
  font: inherit;
  font-weight: 800;
  padding: 10px 14px;
}

.ilhp-hero {
  align-items: end;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 330px;
  min-height: 92vh;
  padding: 140px clamp(20px, 6vw, 84px) 56px;
}

.ilhp-hero-content {
  max-width: 780px;
}

.ilhp-kicker {
  color: #b80c08;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.ilhp-hero .ilhp-kicker,
.ilhp-booking-band .ilhp-kicker {
  color: #f7c548;
}

.ilhp-hero h1 {
  font-size: clamp(44px, 7vw, 92px);
  letter-spacing: 0;
  line-height: .95;
  margin: 0;
  max-width: 900px;
}

.ilhp-hero-copy {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  margin: 24px 0 0;
  max-width: 650px;
}

.ilhp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.ilhp-button,
.ilhp-submit {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  min-height: 48px;
  text-decoration: none;
}

.ilhp-button {
  font-weight: 850;
  padding: 14px 22px;
}

.ilhp-button-primary,
.ilhp-submit {
  background: #b80c08;
  color: #fff;
}

.ilhp-button-light {
  background: rgba(255,255,255,.94);
  color: #171514;
}

.ilhp-hero-panel {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 22px;
}

.ilhp-hero-panel strong {
  color: #f7c548;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ilhp-hero-panel span {
  border-top: 1px solid rgba(255,255,255,.18);
  font-size: 18px;
  font-weight: 800;
  padding-top: 10px;
}

.ilhp-section,
.ilhp-split,
.ilhp-booking-band {
  padding: clamp(56px, 8vw, 100px) clamp(20px, 6vw, 84px);
}

.ilhp-intro {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
}

.ilhp-section h2,
.ilhp-split h2,
.ilhp-booking-band h2 {
  font-size: clamp(30px, 4vw, 58px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.ilhp-step-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ilhp-step-grid article {
  background: #fff;
  border: 1px solid #ece5dc;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(31, 24, 18, 0.06);
  padding: 24px;
}

.ilhp-step-grid span {
  color: #b80c08;
  font-size: 13px;
  font-weight: 900;
}

.ilhp-step-grid h3 {
  font-size: 22px;
  margin: 18px 0 10px;
}

.ilhp-step-grid p,
.ilhp-split-copy p,
.ilhp-booking-band p {
  color: #5c5652;
  line-height: 1.65;
}

.ilhp-split {
  align-items: center;
  background: #171514;
  color: #fff;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
}

.ilhp-split-media img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.ilhp-split-copy p,
.ilhp-booking-band p {
  color: rgba(255,255,255,.76);
}

.ilhp-check-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 24px 0 30px;
  padding: 0;
}

.ilhp-check-list li {
  border-bottom: 1px solid rgba(255,255,255,.16);
  padding: 0 0 14px 30px;
  position: relative;
}

.ilhp-check-list li::before {
  color: #f7c548;
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.ilhp-section-heading {
  max-width: 760px;
}

.ilhp-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.2fr .9fr .9fr;
  margin-top: 34px;
}

.ilhp-gallery img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ilhp-gallery img:first-child {
  aspect-ratio: 16 / 10;
}

.ilhp-booking-band {
  background: #2d2a27;
  color: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(260px, 440px) minmax(0, 1fr);
}

.ilhp-home-form {
  background: #fff;
  border-radius: 8px;
  color: #171514;
  padding: clamp(20px, 3vw, 34px);
}

.ilhp-booking-hero {
  align-items: end;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: grid;
  min-height: clamp(430px, 58vh, 650px);
  padding: 132px clamp(20px, 6vw, 84px) 72px;
}

.ilhp-booking-hero-copy {
  max-width: 850px;
}

.ilhp-booking-hero .ilhp-kicker {
  color: #f7c548;
}

.ilhp-booking-hero h1 {
  font-size: clamp(44px, 7vw, 86px);
  letter-spacing: 0;
  line-height: .96;
  margin: 0;
}

.ilhp-booking-hero p:last-child {
  color: rgba(255,255,255,.84);
  font-size: clamp(18px, 2vw, 23px);
  max-width: 720px;
}

.ilhp-booking-layout {
  background: #fbfaf7;
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  padding: clamp(46px, 7vw, 86px) clamp(20px, 6vw, 84px);
}

.ilhp-booking-card,
.ilhp-booking-form {
  background: #fff;
  border: 1px solid #e8dfd4;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(31, 24, 18, .07);
}

.ilhp-booking-card {
  align-self: start;
  padding: clamp(22px, 3vw, 34px);
}

.ilhp-booking-card h2 {
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 22px;
}

.ilhp-booking-card .ilhp-check-list li {
  border-bottom-color: #e8dfd4;
  color: #5c5652;
}

.ilhp-booking-note {
  background: #fff4f3;
  border: 1px solid #ffcdd2;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  margin-top: 24px;
  padding: 16px;
}

.ilhp-booking-note span {
  color: #625b55;
}

.ilhp-booking-form {
  padding: clamp(20px, 3vw, 36px);
}

.ilhp-booking-menu-builder {
  display: grid;
  gap: 22px;
}

.ilhp-menu-feature-card {
  background: linear-gradient(180deg, #c40808 0%, #960606 100%);
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(136, 10, 10, 0.24);
  color: #fff;
  display: grid;
  gap: 14px;
  padding: clamp(26px, 4vw, 42px);
  text-align: center;
}

.ilhp-menu-feature-icon {
  font-size: 42px;
  line-height: 1;
}

.ilhp-menu-feature-card h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  margin: 0;
}

.ilhp-menu-feature-subtitle {
  color: #ffe8b8;
  font-size: 22px;
  font-weight: 800;
  margin: 0;
}

.ilhp-menu-feature-card p {
  color: rgba(255,255,255,.95);
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

.ilhp-order-builder {
  display: grid;
  gap: 18px;
}

.ilhp-order-group {
  background: #fffdf9;
  border: 1px solid #efc678;
  border-radius: 18px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.ilhp-order-group-header h3 {
  font-size: 22px;
  margin: 0 0 6px;
}

.ilhp-order-group-header p {
  color: #6b5848;
  margin: 0;
}

.ilhp-order-item {
  align-items: center;
  border-top: 1px solid rgba(239, 198, 120, 0.6);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-top: 14px;
}

.ilhp-order-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.ilhp-order-item-copy {
  display: grid;
  gap: 4px;
}

.ilhp-order-item-copy strong {
  font-size: 16px;
}

.ilhp-order-item-copy span {
  color: #6b5848;
  font-size: 14px;
  line-height: 1.5;
}

.ilhp-qty-stepper {
  align-items: center;
  display: inline-grid;
  gap: 8px;
  grid-template-columns: 42px 64px 42px;
}

.ilhp-qty-stepper button {
  background: linear-gradient(135deg, var(--ilhp-orange) 0%, var(--ilhp-yellow) 100%);
  border: 0;
  border-radius: 999px;
  color: var(--ilhp-ink);
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  height: 42px;
  line-height: 1;
  width: 42px;
}

.ilhp-qty-stepper input {
  font-size: 18px;
  font-weight: 800;
  padding: 10px 8px;
  text-align: center;
}

.ilhp-order-summary {
  background: linear-gradient(135deg, var(--ilhp-dark) 0%, var(--ilhp-dark-soft) 100%);
  border: 1px solid rgba(255, 211, 77, 0.18);
  border-radius: 18px;
  color: #fff7e3;
  display: grid;
  gap: 10px;
  padding: 22px;
}

.ilhp-order-summary h3 {
  color: var(--ilhp-yellow);
  font-size: clamp(30px, 4vw, 44px);
  margin: 0;
}

.ilhp-order-summary p {
  color: rgba(255,245,220,.82);
  margin: 0;
}

.ilhp-order-summary ul {
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
  padding-left: 20px;
}

.ilhp-order-summary li {
  color: #fff7e3;
}

.ilhp-form-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ilhp-footer,
#footer-sections.ilhp-site-footer {
  align-items: flex-start;
  background: #111;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  justify-content: space-between;
  margin: 0;
  padding: 24px clamp(20px, 6vw, 84px) 32px;
}

.ilhp-footer-copy {
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.ilhp-footer-copy strong {
  font-size: 22px;
  font-weight: 900;
}

.ilhp-footer-copy span,
.ilhp-footer-meta {
  color: rgba(255,255,255,.74);
  line-height: 1.6;
}

.ilhp-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.ilhp-footer a {
  color: #f7c548;
  font-weight: 800;
  text-decoration: none;
}

.ilhp-footer-meta {
  flex-basis: 100%;
  font-size: 13px;
}

.header-title-logo img,
.header-title-logo picture {
  display: none !important;
}

.header-title-logo a {
  align-items: center !important;
  display: inline-flex !important;
  min-height: 46px;
  text-decoration: none !important;
}

.header-title-logo a::after {
  color: currentColor;
  content: "Ilovehibachiparty";
  display: inline-block;
  font-family: Poppins, Rubik, Arial, sans-serif;
  font-size: clamp(19px, 2.1vw, 32px);
  font-weight: 700;
  line-height: 1.05;
  max-width: min(58vw, 360px);
  overflow-wrap: anywhere;
  text-transform: none;
}

.ilhp-menu-open .header-menu {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  visibility: visible !important;
}

body.ilhp-menu-open {
  overflow: hidden;
}

.ilhp-generated-form {
  display: grid;
  gap: 16px;
}

.ilhp-field {
  display: grid;
  gap: 7px;
}

.ilhp-field label {
  font-size: 14px;
  font-weight: 700;
}

.ilhp-field input,
.ilhp-field select,
.ilhp-field textarea {
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  box-sizing: border-box;
  font: inherit;
  padding: 12px 13px;
  width: 100%;
}

.ilhp-choice-group {
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 10px 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 16px;
}

.ilhp-choice-group legend {
  font-size: 14px;
  font-weight: 800;
  padding: 0 6px;
}

.ilhp-choice-group label {
  align-items: center;
  color: #3f3935;
  display: inline-flex;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
}

.ilhp-choice-group input {
  accent-color: #b80c08;
}

.ilhp-form-status {
  font-size: 14px;
  min-height: 20px;
}

.ilhp-form-status[data-state="error"] {
  color: #b80c08;
}

.ilhp-form-status[data-state="success"] {
  color: #2e7d32;
}

.ilhp-form-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.56);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 999999;
}

.ilhp-form-modal.is-open {
  display: flex;
}

.ilhp-form-dialog {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  color: #111;
  max-height: min(86vh, 760px);
  max-width: 620px;
  overflow: auto;
  padding: 28px;
  position: relative;
  width: min(100%, 620px);
}

.ilhp-form-close {
  align-items: center;
  background: #111;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
}

.ilhp-form-dialog h2 {
  font-size: 24px;
  margin: 0 42px 20px 0;
}

.ilhp-submit {
  background: #b80c08;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 14px 22px;
}

.ilhp-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .ilhp-site-header {
    padding: 12px 16px;
  }

  .ilhp-nav-toggle {
    display: inline-flex;
  }

  .ilhp-main-nav {
    background: #111;
    border-top: 1px solid rgba(255,255,255,.15);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 12px 16px 18px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .ilhp-nav-open .ilhp-main-nav {
    display: flex;
  }

  .ilhp-main-nav a {
    border-bottom: 1px solid rgba(255,255,255,.12);
    padding: 14px 0;
    width: 100%;
  }

  .ilhp-nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .ilhp-hero {
    grid-template-columns: 1fr;
    min-height: 88vh;
    padding: 118px 18px 34px;
  }

  .ilhp-hero h1 {
    font-size: 44px;
  }

  .ilhp-hero-panel {
    padding: 18px;
  }

  .ilhp-intro,
  .ilhp-split,
  .ilhp-booking-band,
  .ilhp-booking-layout {
    grid-template-columns: 1fr;
  }

  .ilhp-step-grid,
  .ilhp-gallery,
  .ilhp-form-row,
  .ilhp-choice-group,
  .ilhp-order-item {
    grid-template-columns: 1fr;
  }

  .ilhp-gallery img:first-child {
    aspect-ratio: 4 / 3;
  }

  .header-title-logo a::after {
    font-size: 20px;
    max-width: 54vw;
  }

  .ilhp-form-dialog {
    padding: 24px 18px;
  }

  .ilhp-qty-stepper {
    justify-content: start;
  }
}

:root {
  --ilhp-orange: #ff8a00;
  --ilhp-orange-deep: #d96b00;
  --ilhp-yellow: #ffd34d;
  --ilhp-yellow-soft: #ffe39a;
  --ilhp-ink: #160f09;
  --ilhp-ink-soft: #5a4329;
  --ilhp-cream: #fff6e6;
  --ilhp-cream-strong: #fff0cf;
  --ilhp-card: #fffdfa;
  --ilhp-line: #efc678;
  --ilhp-dark: #0f0b08;
  --ilhp-dark-soft: #21160d;
  --ilhp-shadow: 0 18px 45px rgba(24, 14, 6, 0.14);
}

body.ilhp-redesign {
  background: linear-gradient(180deg, var(--ilhp-cream) 0%, var(--ilhp-cream-strong) 100%);
  color: var(--ilhp-ink);
}

.ilhp-site-header {
  background: rgba(15, 11, 8, 0.92);
  border-bottom: 1px solid rgba(255, 211, 77, 0.18);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
}

.ilhp-nav-cta,
.ilhp-nav-toggle,
.ilhp-button-primary,
.ilhp-submit {
  background: linear-gradient(135deg, var(--ilhp-orange) 0%, var(--ilhp-yellow) 100%);
  box-shadow: 0 12px 24px rgba(255, 138, 0, 0.28);
  color: var(--ilhp-ink) !important;
}

.ilhp-button-light {
  background: rgba(255, 250, 240, 0.96);
  color: var(--ilhp-ink);
}

.ilhp-kicker,
.ilhp-step-grid span,
.ilhp-form-status[data-state="error"] {
  color: var(--ilhp-orange);
}

.ilhp-hero .ilhp-kicker,
.ilhp-booking-band .ilhp-kicker,
.ilhp-booking-hero .ilhp-kicker,
.ilhp-hero-panel strong,
.ilhp-footer a,
.ilhp-check-list li::before {
  color: var(--ilhp-yellow);
}

.ilhp-step-grid article,
.ilhp-home-form,
.ilhp-booking-card,
.ilhp-booking-form,
.ilhp-form-dialog {
  background: var(--ilhp-card);
  border-color: var(--ilhp-line);
  box-shadow: var(--ilhp-shadow);
}

.ilhp-step-grid p,
.ilhp-booking-card .ilhp-check-list li,
.ilhp-booking-note span,
.ilhp-choice-group label,
.ilhp-field input,
.ilhp-field select,
.ilhp-field textarea {
  color: var(--ilhp-ink-soft);
}

.ilhp-field input,
.ilhp-field select,
.ilhp-field textarea {
  background: rgba(255, 253, 248, 0.98);
  border: 1px solid rgba(239, 198, 120, 1);
}

.ilhp-choice-group {
  border-color: rgba(239, 198, 120, 0.95);
}

.ilhp-choice-group input {
  accent-color: var(--ilhp-orange);
}

.ilhp-split,
.ilhp-booking-band,
.ilhp-footer,
#footer-sections.ilhp-site-footer,
.ilhp-form-close,
body.ilhp-redesign .ilhp-main-nav {
  background: linear-gradient(135deg, var(--ilhp-dark) 0%, var(--ilhp-dark-soft) 100%);
}

.ilhp-split-copy p,
.ilhp-booking-band p,
.ilhp-footer-copy span,
.ilhp-footer-meta {
  color: rgba(255, 245, 220, 0.82);
}

.ilhp-booking-layout {
  background: linear-gradient(180deg, var(--ilhp-cream) 0%, var(--ilhp-cream-strong) 100%);
}

.ilhp-booking-note {
  background: #fff0d8;
  border-color: #ffcf80;
}

body.sqs-seven-one {
  background: linear-gradient(180deg, var(--ilhp-cream) 0%, #ffe8b8 100%);
  color: var(--ilhp-ink);
}

body.sqs-seven-one .site-wrapper {
  background: transparent;
}

body.sqs-seven-one a {
  color: var(--ilhp-orange);
}

body.sqs-seven-one .header-background,
body.sqs-seven-one .header-background-solid,
body.sqs-seven-one .header-menu-bg,
body.sqs-seven-one .header-announcement-bar-wrapper,
body.sqs-seven-one .header-blur-background {
  background: rgba(15, 11, 8, 0.94) !important;
}

body.sqs-seven-one .header-border {
  border-color: rgba(255, 211, 77, 0.18) !important;
}

body.sqs-seven-one .header-dropshadow {
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34) !important;
}

body.sqs-seven-one .header-nav a,
body.sqs-seven-one .header-menu-nav a,
body.sqs-seven-one .header-burger-btn,
body.sqs-seven-one .header-nav-folder-title,
body.sqs-seven-one .header-title-text,
body.sqs-seven-one .header-title-logo a {
  color: #fff7e3 !important;
}

body.sqs-seven-one .header-nav a:hover,
body.sqs-seven-one .header-menu-nav a:hover,
body.sqs-seven-one .header-nav-folder-title:hover {
  color: var(--ilhp-yellow) !important;
}

@media (max-width: 767px) {
  body.sqs-seven-one.ilhp-menu-open .header-menu {
    background: rgba(15, 11, 8, 0.98) !important;
    bottom: 0 !important;
    display: block !important;
    left: 0 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    visibility: visible !important;
    z-index: 9998 !important;
  }

  body.sqs-seven-one.ilhp-menu-open .header-menu-bg {
    background: rgba(15, 11, 8, 0.98) !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 0 !important;
  }

  body.sqs-seven-one.ilhp-menu-open .header-menu-nav,
  body.sqs-seven-one.ilhp-menu-open .header-menu-nav-list,
  body.sqs-seven-one.ilhp-menu-open .header-menu-nav-folder[data-folder="root"],
  body.sqs-seven-one.ilhp-menu-open .header-menu-nav-folder-content,
  body.sqs-seven-one.ilhp-menu-open .header-menu-nav-wrapper,
  body.sqs-seven-one.ilhp-menu-open .header-menu-nav-item,
  body.sqs-seven-one.ilhp-menu-open .header-menu-cta {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    visibility: visible !important;
  }

  body.sqs-seven-one.ilhp-menu-open .header-menu-nav {
    align-items: center !important;
    box-sizing: border-box !important;
    display: flex !important;
    height: 100% !important;
    justify-content: center !important;
    padding: 92px 28px 42px !important;
    position: relative !important;
    z-index: 2 !important;
  }

  body.sqs-seven-one.ilhp-menu-open .header-menu-nav-list {
    max-width: 420px !important;
    position: relative !important;
    text-align: center !important;
    width: 100% !important;
    z-index: 2 !important;
  }

  body.sqs-seven-one.ilhp-menu-open .header-menu-nav-folder:not([data-folder="root"]) {
    display: none !important;
  }

  body.sqs-seven-one.ilhp-menu-open .header-menu-nav a,
  body.sqs-seven-one.ilhp-menu-open .header-menu-nav-item-content,
  body.sqs-seven-one.ilhp-menu-open .header-menu-controls-control {
    color: #fff7e3 !important;
    opacity: 1 !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45) !important;
    visibility: visible !important;
  }

  body.sqs-seven-one.ilhp-menu-open .header-menu-cta a {
    display: inline-flex !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
  }

  body.sqs-seven-one.ilhp-menu-open .header-burger,
  body.sqs-seven-one.ilhp-menu-open .header-burger-btn {
    position: relative !important;
    z-index: 10002 !important;
  }

  body.sqs-seven-one .header-burger-btn .top-bun,
  body.sqs-seven-one .header-burger-btn .patty,
  body.sqs-seven-one .header-burger-btn .bottom-bun {
    background: #fff !important;
    background-color: #fff !important;
  }
}

body.sqs-seven-one .sqs-button-element--primary,
body.sqs-seven-one .newsletter-form-button,
body.sqs-seven-one .header-actions-action .btn,
body.sqs-seven-one .header-skip-link {
  background: linear-gradient(135deg, var(--ilhp-orange) 0%, var(--ilhp-yellow) 100%) !important;
  border: 1px solid #ffb01f !important;
  box-shadow: 0 12px 24px rgba(255, 138, 0, 0.28) !important;
  color: var(--ilhp-ink) !important;
}

body.sqs-seven-one .sqs-button-element--secondary,
body.sqs-seven-one .sqs-button-element--tertiary,
body.sqs-seven-one .btn--border:not(.sqs-button-element--primary) {
  background: transparent !important;
  border: 1px solid rgba(255, 211, 77, 0.5) !important;
  color: var(--ilhp-yellow) !important;
}

body.sqs-seven-one .page-section .section-border {
  border-color: rgba(255, 138, 0, 0.18) !important;
}

body.sqs-seven-one .page-section[data-section-theme="white"] .section-background,
body.sqs-seven-one .page-section[data-section-theme="bright"] .section-background {
  background: linear-gradient(180deg, #fff8ea 0%, #fff0cd 100%) !important;
}

body.sqs-seven-one .page-section[data-section-theme="black"] .section-background,
body.sqs-seven-one .page-section[data-section-theme="bright-inverse"] .section-background,
body.sqs-seven-one #footer-sections .page-section .section-background {
  background: linear-gradient(135deg, var(--ilhp-dark) 0%, var(--ilhp-dark-soft) 100%) !important;
}

body.sqs-seven-one .page-section[data-section-theme="black"] .section-background-overlay,
body.sqs-seven-one .page-section[data-section-theme="bright-inverse"] .section-background-overlay {
  background: linear-gradient(135deg, rgba(15, 11, 8, 0.72) 0%, rgba(255, 138, 0, 0.32) 100%) !important;
  opacity: 1 !important;
}

body.sqs-seven-one .sqs-html-content h1,
body.sqs-seven-one .sqs-html-content h2,
body.sqs-seven-one .sqs-html-content h3,
body.sqs-seven-one .sqs-html-content h4,
body.sqs-seven-one .newsletter-form-header-title,
body.sqs-seven-one .user-items-list-item h1,
body.sqs-seven-one .user-items-list-item h2,
body.sqs-seven-one .user-items-list-item h3 {
  color: var(--ilhp-ink) !important;
}

body.sqs-seven-one .sqs-html-content p,
body.sqs-seven-one .sqs-html-content li,
body.sqs-seven-one .newsletter-form-header-description p,
body.sqs-seven-one .newsletter-form-field-label,
body.sqs-seven-one .summary-excerpt p,
body.sqs-seven-one .user-items-list-item p {
  color: var(--ilhp-ink-soft) !important;
}

body.sqs-seven-one .page-section[data-section-theme="black"] .sqs-html-content h1,
body.sqs-seven-one .page-section[data-section-theme="black"] .sqs-html-content h2,
body.sqs-seven-one .page-section[data-section-theme="black"] .sqs-html-content h3,
body.sqs-seven-one .page-section[data-section-theme="black"] .sqs-html-content p,
body.sqs-seven-one .page-section[data-section-theme="black"] .sqs-html-content li,
body.sqs-seven-one .page-section[data-section-theme="bright-inverse"] .sqs-html-content h1,
body.sqs-seven-one .page-section[data-section-theme="bright-inverse"] .sqs-html-content h2,
body.sqs-seven-one .page-section[data-section-theme="bright-inverse"] .sqs-html-content h3,
body.sqs-seven-one .page-section[data-section-theme="bright-inverse"] .sqs-html-content p,
body.sqs-seven-one .page-section[data-section-theme="bright-inverse"] .sqs-html-content li,
body.sqs-seven-one #footer-sections .sqs-html-content h1,
body.sqs-seven-one #footer-sections .sqs-html-content h2,
body.sqs-seven-one #footer-sections .sqs-html-content h3,
body.sqs-seven-one #footer-sections .sqs-html-content p,
body.sqs-seven-one #footer-sections .sqs-html-content li {
  color: #fff5dc !important;
}

body.sqs-seven-one .sqsrte-text-color--accent {
  color: var(--ilhp-orange) !important;
}

body.sqs-seven-one .sqsrte-text-color--black {
  color: var(--ilhp-ink) !important;
}

body.sqs-seven-one .newsletter-form-wrapper,
body.sqs-seven-one .user-items-list-item-container,
body.sqs-seven-one .summary-item,
body.sqs-seven-one .list-item,
body.sqs-seven-one .product-list-item {
  background: rgba(255, 253, 248, 0.92) !important;
  border: 1px solid rgba(239, 198, 120, 0.9) !important;
  border-radius: 24px !important;
  box-shadow: var(--ilhp-shadow) !important;
}

body.sqs-seven-one .field-element,
body.sqs-seven-one .newsletter-form-field-element,
body.sqs-seven-one input,
body.sqs-seven-one textarea,
body.sqs-seven-one select {
  background: rgba(255, 253, 248, 0.98) !important;
  border: 1px solid rgba(239, 198, 120, 1) !important;
  color: var(--ilhp-ink) !important;
}

body.sqs-seven-one .field-element:focus,
body.sqs-seven-one .newsletter-form-field-element:focus,
body.sqs-seven-one input:focus,
body.sqs-seven-one textarea:focus,
body.sqs-seven-one select:focus {
  border-color: var(--ilhp-orange) !important;
  box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.14) !important;
  outline: 0 !important;
}

body.sqs-seven-one #footer-sections,
body.sqs-seven-one #footer-sections .page-section {
  background: linear-gradient(135deg, var(--ilhp-dark) 0%, var(--ilhp-dark-soft) 100%) !important;
}

body.sqs-seven-one #footer-sections a,
body.sqs-seven-one .social-account-links-list a,
body.sqs-seven-one .socialaccountlinks-v2-block a {
  color: var(--ilhp-yellow) !important;
}

body.sqs-seven-one .social-account-links-list svg,
body.sqs-seven-one .socialaccountlinks-v2-block svg {
  fill: var(--ilhp-yellow) !important;
}

.header-title-logo img,
.header-title-logo picture {
  display: block !important;
}

.header-title-logo a {
  align-items: center !important;
  min-height: 0 !important;
}

.header-title-logo a::after {
  content: none !important;
  display: none !important;
}

.header-title-logo img {
  height: auto !important;
  max-height: clamp(58px, 6vw, 92px) !important;
  max-width: min(300px, 34vw) !important;
  object-fit: contain !important;
  width: auto !important;
}

body.sqs-seven-one .page-section[data-section-theme="black"] .sqsrte-text-color--black,
body.sqs-seven-one .page-section[data-section-theme="bright-inverse"] .sqsrte-text-color--black,
body.sqs-seven-one #footer-sections .sqsrte-text-color--black {
  color: #fff5dc !important;
}

body.sqs-seven-one .page-section[data-section-theme="black"] a:not(.sqs-button-element--primary):not(.sqs-button-element--secondary):not(.sqs-button-element--tertiary),
body.sqs-seven-one .page-section[data-section-theme="bright-inverse"] a:not(.sqs-button-element--primary):not(.sqs-button-element--secondary):not(.sqs-button-element--tertiary),
body.sqs-seven-one #footer-sections a:not(.sqs-button-element--primary):not(.sqs-button-element--secondary):not(.sqs-button-element--tertiary) {
  color: var(--ilhp-yellow) !important;
}

body.sqs-seven-one .page-section[data-section-theme="black"] .sqs-html-content strong,
body.sqs-seven-one .page-section[data-section-theme="bright-inverse"] .sqs-html-content strong,
body.sqs-seven-one #footer-sections .sqs-html-content strong {
  color: #fff7e3 !important;
}

@media (max-width: 767px) {
  .header-title-logo img {
    max-height: 64px !important;
    max-width: 180px !important;
  }
}

body.sqs-seven-one .page-section[data-section-theme="white"] a.sqs-button-element--secondary,
body.sqs-seven-one .page-section[data-section-theme="white"] a.sqs-button-element--tertiary,
body.sqs-seven-one .page-section[data-section-theme="white"] a.btn--border:not(.sqs-button-element--primary),
body.sqs-seven-one .page-section[data-section-theme="bright"] a.sqs-button-element--secondary,
body.sqs-seven-one .page-section[data-section-theme="bright"] a.sqs-button-element--tertiary,
body.sqs-seven-one .page-section[data-section-theme="bright"] a.btn--border:not(.sqs-button-element--primary),
body.sqs-seven-one .page-section[data-section-theme="white"] .sqs-block-button-element,
body.sqs-seven-one .page-section[data-section-theme="bright"] .sqs-block-button-element {
  background: linear-gradient(135deg, #ffe7ad 0%, #ffc53d 100%) !important;
  border: 1px solid #de8700 !important;
  box-shadow: 0 12px 24px rgba(255, 162, 32, 0.24) !important;
  color: #6e2e00 !important;
  -webkit-text-fill-color: #6e2e00 !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.sqs-seven-one .page-section[data-section-theme="white"] a.sqs-button-element--secondary *,
body.sqs-seven-one .page-section[data-section-theme="white"] a.sqs-button-element--tertiary *,
body.sqs-seven-one .page-section[data-section-theme="white"] a.btn--border:not(.sqs-button-element--primary) *,
body.sqs-seven-one .page-section[data-section-theme="bright"] a.sqs-button-element--secondary *,
body.sqs-seven-one .page-section[data-section-theme="bright"] a.sqs-button-element--tertiary *,
body.sqs-seven-one .page-section[data-section-theme="bright"] a.btn--border:not(.sqs-button-element--primary) *,
body.sqs-seven-one .page-section[data-section-theme="white"] .sqs-block-button-element *,
body.sqs-seven-one .page-section[data-section-theme="bright"] .sqs-block-button-element * {
  color: #6e2e00 !important;
  -webkit-text-fill-color: #6e2e00 !important;
  opacity: 1 !important;
}

body.sqs-seven-one .page-section[data-section-theme="white"] a.sqs-button-element--secondary:hover,
body.sqs-seven-one .page-section[data-section-theme="white"] a.sqs-button-element--tertiary:hover,
body.sqs-seven-one .page-section[data-section-theme="white"] a.btn--border:not(.sqs-button-element--primary):hover,
body.sqs-seven-one .page-section[data-section-theme="bright"] a.sqs-button-element--secondary:hover,
body.sqs-seven-one .page-section[data-section-theme="bright"] a.sqs-button-element--tertiary:hover,
body.sqs-seven-one .page-section[data-section-theme="bright"] a.btn--border:not(.sqs-button-element--primary):hover,
body.sqs-seven-one .page-section[data-section-theme="white"] .sqs-block-button-element:hover,
body.sqs-seven-one .page-section[data-section-theme="bright"] .sqs-block-button-element:hover {
  background: linear-gradient(135deg, #ffb01f 0%, #ff8a00 100%) !important;
  border-color: #d97300 !important;
  color: #251200 !important;
  -webkit-text-fill-color: #251200 !important;
}

body.sqs-seven-one .page-section[data-section-theme="white"] a.sqs-button-element--secondary:hover *,
body.sqs-seven-one .page-section[data-section-theme="white"] a.sqs-button-element--tertiary:hover *,
body.sqs-seven-one .page-section[data-section-theme="white"] a.btn--border:not(.sqs-button-element--primary):hover *,
body.sqs-seven-one .page-section[data-section-theme="bright"] a.sqs-button-element--secondary:hover *,
body.sqs-seven-one .page-section[data-section-theme="bright"] a.sqs-button-element--tertiary:hover *,
body.sqs-seven-one .page-section[data-section-theme="bright"] a.btn--border:not(.sqs-button-element--primary):hover *,
body.sqs-seven-one .page-section[data-section-theme="white"] .sqs-block-button-element:hover *,
body.sqs-seven-one .page-section[data-section-theme="bright"] .sqs-block-button-element:hover * {
  color: #251200 !important;
  -webkit-text-fill-color: #251200 !important;
}

.ilhp-menu-page {
  background:
    radial-gradient(circle at top, rgba(255,168,0,.18), transparent 35%),
    linear-gradient(180deg, #120a06 0%, #1f1208 45%, #120a06 100%);
}

.ilhp-menu-hero .ilhp-booking-hero-copy {
  max-width: 760px;
}

.ilhp-menu-intro,
.ilhp-menu-contact-band {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.ilhp-menu-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .9fr);
  gap: 1.5rem;
  padding: 2rem 0 0;
}

.ilhp-menu-intro-card,
.ilhp-menu-cta-card,
.ilhp-menu-section-card,
.ilhp-menu-faq-item {
  border: 1px solid rgba(255, 170, 0, .22);
  border-radius: 28px;
  background: rgba(26, 14, 7, .92);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .24);
}

.ilhp-menu-intro-card,
.ilhp-menu-cta-card {
  padding: 2rem;
}

.ilhp-menu-intro-card h2,
.ilhp-menu-faq-copy h2,
.ilhp-menu-contact-band h2 {
  margin: .35rem 0 .8rem;
  color: #fff;
}

.ilhp-menu-intro-card p,
.ilhp-menu-cta-card p,
.ilhp-menu-contact-band p,
.ilhp-menu-faq-item p {
  color: rgba(255,255,255,.84);
}

.ilhp-menu-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1rem;
}

.ilhp-menu-badges span {
  padding: .75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 170, 0, .12);
  border: 1px solid rgba(255, 170, 0, .22);
  color: #ffd27c;
  font-weight: 600;
}

.ilhp-menu-cta-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ilhp-menu-cta-card h3 {
  margin: .35rem 0 .8rem;
  color: #fff;
  font-size: 1.75rem;
}

.ilhp-menu-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.ilhp-menu-secondary-link {
  color: #ffb642;
  font-weight: 700;
  word-break: break-word;
}

.ilhp-menu-feature-wrap,
.ilhp-menu-pricing-grid,
.ilhp-menu-faq-panel {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.ilhp-menu-feature-wrap {
  padding: 1.75rem 0;
}

.ilhp-menu-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 0 0 2rem;
}

.ilhp-menu-section-card {
  padding: 1.75rem;
}

.ilhp-menu-section-card h3,
.ilhp-menu-faq-item h3 {
  margin: .35rem 0 .9rem;
  color: #fff;
}

.ilhp-menu-section-card ul {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(255,255,255,.84);
}

.ilhp-menu-section-card li + li {
  margin-top: .6rem;
}

.ilhp-menu-faq-panel {
  padding: .75rem 0 2rem;
}

.ilhp-menu-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.ilhp-menu-faq-item {
  padding: 1.6rem;
}

.ilhp-menu-contact-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 0 0 3rem;
}

.ilhp-menu-contact-band a:not(.ilhp-submit) {
  color: #ffb642;
}

@media (max-width: 900px) {
  .ilhp-menu-intro,
  .ilhp-menu-pricing-grid,
  .ilhp-menu-faq-grid {
    grid-template-columns: 1fr;
  }

  .ilhp-menu-contact-band {
    flex-direction: column;
    align-items: stretch;
  }
}

body.ilhp-menu-reference-page {
  background: #f6efe1;
  color: #2e1608;
}

.ilhp-menu-reference-page .ilhp-nav-toggle {
  display: none;
}

.ilhp-menu-ref-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246, 239, 225, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(117, 54, 21, .12);
}

.ilhp-menu-ref-header-inner,
.ilhp-menu-ref-hero-inner,
.ilhp-menu-ref-intro,
.ilhp-menu-ref-pricing,
.ilhp-menu-ref-section,
.ilhp-menu-ref-contact,
.ilhp-menu-ref-footer-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.ilhp-menu-ref-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 100px;
}

.ilhp-menu-ref-logo img {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: block;
}

.ilhp-menu-reference-page .ilhp-main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.ilhp-menu-ref-nav a,
.ilhp-menu-ref-footer-nav a,
.ilhp-menu-ref-footer-meta a,
.ilhp-menu-ref-socials a {
  color: #3b1b0a;
  font-weight: 700;
  text-decoration: none;
}

.ilhp-menu-ref-nav a.is-active {
  color: #b21e17;
}

.ilhp-menu-ref-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(178, 30, 23, .12);
  background: #b21e17;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 32px rgba(178, 30, 23, .18);
}

.ilhp-menu-ref-button:hover {
  color: #fff;
}

.ilhp-menu-ref-button--ghost {
  background: transparent;
  color: #b21e17;
  border-color: rgba(178, 30, 23, .22);
  box-shadow: none;
}

.ilhp-menu-ref-button--header {
  white-space: nowrap;
}

.ilhp-menu-ref-shell {
  padding: 2rem 0 0;
}

.ilhp-menu-ref-hero {
  padding: 3.5rem 0 2rem;
}

.ilhp-menu-ref-hero h1 {
  margin: 0;
  text-align: center;
  font-size: clamp(2.5rem, 5vw, 4.35rem);
  line-height: 1;
  color: #34180a;
}

.ilhp-menu-ref-intro {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 1.5rem;
  align-items: stretch;
}

.ilhp-menu-ref-card,
.ilhp-menu-ref-review,
.ilhp-menu-ref-faq-item {
  border-radius: 32px;
  background: #fff8ef;
  border: 1px solid rgba(117, 54, 21, .12);
  box-shadow: 0 22px 44px rgba(61, 30, 12, .08);
}

.ilhp-menu-ref-card {
  padding: 2rem;
}

.ilhp-menu-ref-card--soft {
  background: #fff8ef;
}

.ilhp-menu-ref-card--soft h2,
.ilhp-menu-ref-section h2,
.ilhp-menu-ref-contact h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #34180a;
}

.ilhp-menu-ref-card--soft p {
  margin: .6rem 0;
  color: #5c3521;
  font-size: 1.05rem;
}

.ilhp-menu-ref-card--soft .ilhp-menu-ref-button {
  margin-top: 1.25rem;
}

.ilhp-menu-ref-card--feature {
  background: linear-gradient(180deg, #c71617 0%, #8d1212 100%);
  color: #fff;
  text-align: center;
  padding: 2.5rem 2rem;
}

.ilhp-menu-ref-card-icon {
  font-size: 3rem;
  margin-bottom: .75rem;
}

.ilhp-menu-ref-card--feature h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
}

.ilhp-menu-ref-subtitle {
  margin: 1rem 0 1.25rem;
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffe8c7;
}

.ilhp-menu-ref-card--feature p {
  margin: .75rem 0;
  color: rgba(255,255,255,.95);
  font-size: 1.05rem;
}

.ilhp-menu-ref-pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 1.75rem 0 0;
}

.ilhp-menu-ref-pricing h3 {
  margin: 0 0 .9rem;
  font-size: 1.45rem;
  color: #34180a;
}

.ilhp-menu-ref-pricing ul {
  margin: 0;
  padding-left: 1.15rem;
  color: #5c3521;
}

.ilhp-menu-ref-pricing li + li {
  margin-top: .55rem;
}

.ilhp-menu-ref-section {
  padding: 2.25rem 0 0;
}

.ilhp-menu-ref-section-head {
  margin-bottom: 1rem;
}

.ilhp-menu-ref-reviews {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.ilhp-menu-ref-review {
  padding: 1.5rem;
}

.ilhp-menu-ref-stars {
  color: #f4a524;
  letter-spacing: .2rem;
  margin-bottom: .8rem;
}

.ilhp-menu-ref-review p {
  margin: 0 0 .9rem;
  color: #5c3521;
}

.ilhp-menu-ref-review strong {
  color: #34180a;
}

.ilhp-menu-ref-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: 1.5rem;
  align-items: start;
}

.ilhp-menu-ref-eyebrow {
  display: inline-block;
  margin-bottom: .9rem;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #b21e17;
}

.ilhp-menu-ref-faq-copy p,
.ilhp-menu-ref-contact-copy p {
  color: #5c3521;
  margin: 0 0 1rem;
}

.ilhp-menu-ref-faq-list {
  display: grid;
  gap: .9rem;
}

.ilhp-menu-ref-faq-item {
  padding: 0 1.4rem;
  overflow: hidden;
}

.ilhp-menu-ref-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 0;
  font-weight: 800;
  color: #34180a;
}

.ilhp-menu-ref-faq-item summary::-webkit-details-marker {
  display: none;
}

.ilhp-menu-ref-faq-item summary::after {
  content: "+";
  flex: none;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(178, 30, 23, .12);
  color: #b21e17;
  font-size: 1.2rem;
  font-weight: 700;
}

.ilhp-menu-ref-faq-item[open] summary::after {
  content: "–";
}

.ilhp-menu-ref-faq-item p {
  margin: 0 0 1.25rem;
  color: #5c3521;
}

.ilhp-menu-ref-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: 2.25rem 0 3rem;
}

.ilhp-menu-ref-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .8rem;
}

.ilhp-menu-ref-contact-list a {
  color: #34180a;
  font-weight: 700;
  text-decoration: none;
}

.ilhp-menu-ref-footer {
  background: #1c0f08;
  padding: 2rem 0;
}

.ilhp-menu-ref-footer-inner {
  display: grid;
  gap: 1.2rem;
}

.ilhp-menu-ref-footer-nav,
.ilhp-menu-ref-socials,
.ilhp-menu-ref-footer-bottom,
.ilhp-menu-ref-footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
}

.ilhp-menu-ref-footer-nav a,
.ilhp-menu-ref-socials a,
.ilhp-menu-ref-footer-bottom p,
.ilhp-menu-ref-footer-meta a {
  color: rgba(255,255,255,.88);
}

.ilhp-menu-ref-footer-bottom {
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 1rem;
}

.ilhp-menu-ref-footer-bottom p {
  margin: 0;
}

@media (max-width: 1024px) {
  .ilhp-menu-ref-reviews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ilhp-menu-reference-page .ilhp-nav-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .ilhp-menu-ref-header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .ilhp-menu-ref-button--header {
    display: none;
  }

  .ilhp-menu-reference-page .ilhp-main-nav {
    justify-content: flex-start;
  }

  .ilhp-menu-ref-intro,
  .ilhp-menu-ref-pricing,
  .ilhp-menu-ref-faq-layout,
  .ilhp-menu-ref-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ilhp-menu-ref-reviews {
    grid-template-columns: 1fr;
  }

  .ilhp-menu-ref-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

body.ilhp-legacy-menu-page {
  background:
    radial-gradient(circle at top, rgba(255, 168, 0, .18), transparent 34%),
    linear-gradient(180deg, #120a06 0%, #1f1208 48%, #120a06 100%);
}

body.ilhp-legacy-menu-page .page-section {
  background: transparent !important;
}

body.ilhp-legacy-menu-page .content-wrapper {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

body.ilhp-legacy-menu-page .sqs-layout > .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

body.ilhp-legacy-menu-page .sqs-layout > .row > .col {
  float: none !important;
}

body.ilhp-legacy-menu-page .sqs-layout > .row > .sqs-col-6 {
  width: calc(50% - .75rem) !important;
}

body.ilhp-legacy-menu-page .sqs-layout > .row > .sqs-col-12 {
  width: 100% !important;
}

body.ilhp-legacy-menu-page .sqs-block-html,
body.ilhp-legacy-menu-page .gallery-block,
body.ilhp-legacy-menu-page .horizontalrule-block {
  border: 1px solid rgba(255, 170, 0, .2);
  border-radius: 28px;
  background: rgba(26, 14, 7, .92);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .24);
}

body.ilhp-legacy-menu-page .horizontalrule-block {
  padding: 1.4rem 1.6rem;
}

body.ilhp-legacy-menu-page .horizontalrule-block hr {
  border: 0;
  border-top: 1px solid rgba(255, 170, 0, .22);
}

body.ilhp-legacy-menu-page .sqs-block-html .sqs-text-block-container,
body.ilhp-legacy-menu-page .gallery-block .sqs-block-content {
  padding: 2rem;
}

body.ilhp-legacy-menu-page .sqs-html-content h1,
body.ilhp-legacy-menu-page .sqs-html-content h2,
body.ilhp-legacy-menu-page .sqs-html-content h3 {
  color: #fff !important;
  text-align: left;
}

body.ilhp-legacy-menu-page .sqs-html-content h1 {
  text-align: center;
  font-size: clamp(2.5rem, 4vw, 4rem);
}

body.ilhp-legacy-menu-page .sqs-html-content p,
body.ilhp-legacy-menu-page .sqs-html-content li,
body.ilhp-legacy-menu-page .sqs-html-content li p {
  color: rgba(255,255,255,.88) !important;
}

body.ilhp-legacy-menu-page .sqsrte-text-color--accent,
body.ilhp-legacy-menu-page .sqs-html-content h3 span {
  color: #ffb642 !important;
}

body.ilhp-legacy-menu-page .sqs-block-button-container {
  margin-top: 1rem;
}

body.ilhp-legacy-menu-page .sqs-button-element--tertiary,
body.ilhp-legacy-menu-page .sqs-button-element {
  background: linear-gradient(135deg, #ffcb5a 0%, #ff9f1c 100%) !important;
  color: #2c1300 !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  padding: .95rem 1.65rem !important;
  box-shadow: 0 18px 32px rgba(255, 159, 28, .24);
}

body.ilhp-legacy-menu-page .sqs-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.ilhp-legacy-menu-page .sqs-gallery .slide .margin-wrapper {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .24);
}

body.ilhp-legacy-menu-page .sqs-gallery .thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ilhp-legacy-menu-page #footer-sections {
  margin-top: 2rem;
}

@media (max-width: 900px) {
  body.ilhp-legacy-menu-page .sqs-layout > .row > .sqs-col-6 {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  body.ilhp-legacy-menu-page .sqs-gallery {
    grid-template-columns: 1fr;
  }
}

.ilhp-photos-videos-section {
  background:
    radial-gradient(circle at top, rgba(255, 143, 0, 0.14), transparent 35%),
    linear-gradient(180deg, #140701 0%, #231006 100%);
  color: #fff8ef;
}

.ilhp-photos-videos-section .content {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.ilhp-media-shell {
  display: grid;
  gap: 32px;
  padding: 48px 0 72px;
}

.ilhp-media-copy {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.ilhp-media-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 184, 77, 0.45);
  background: rgba(255, 138, 0, 0.12);
  color: #ffb84d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ilhp-media-copy h2,
.ilhp-media-group h3 {
  color: #fff8ef;
}

.ilhp-media-copy p {
  color: rgba(255, 248, 239, 0.8);
  font-size: 18px;
  line-height: 1.7;
  margin: 16px auto 0;
}

.ilhp-media-group {
  display: grid;
  gap: 18px;
}

.ilhp-media-group h3 {
  margin: 0;
  text-align: center;
  font-size: clamp(24px, 3vw, 34px);
}

.ilhp-media-grid {
  display: grid;
  gap: 18px;
}

.ilhp-media-grid--images {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.ilhp-media-grid--videos {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ilhp-media-card {
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(51, 22, 9, 0.94), rgba(18, 7, 1, 0.98));
  border: 1px solid rgba(255, 184, 77, 0.18);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.ilhp-media-card img,
.ilhp-media-card video {
  display: block;
  width: 100%;
}

.ilhp-media-card--image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.ilhp-media-card--video {
  padding-bottom: 12px;
}

.ilhp-media-card--video video {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #000;
}

.ilhp-media-card--video figcaption {
  padding: 12px 14px 0;
  color: #ffcf8a;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px) {
  .ilhp-photos-videos-section .content {
    width: min(100%, calc(100% - 24px));
  }

  .ilhp-media-shell {
    gap: 24px;
    padding: 32px 0 48px;
  }

  .ilhp-media-copy p {
    font-size: 16px;
  }

  .ilhp-media-grid--images,
  .ilhp-media-grid--videos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ilhp-home-media-wall {
  margin: clamp(10px, 1.5vw, 18px) auto clamp(28px, 4vw, 48px);
  max-width: min(1080px, calc(100% - 32px));
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.ilhp-home-media-wall__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 18px);
  margin: 0 auto;
  width: 100%;
}

.ilhp-home-media-wall__item {
  min-width: 0;
}

.ilhp-home-media-wall__tile {
  appearance: none;
  aspect-ratio: 1 / 1;
  background: #050505;
  border: 1px solid rgba(255, 184, 77, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.ilhp-home-media-wall__tile::after {
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.32) 100%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 180ms ease;
}

.ilhp-home-media-wall__tile:hover::after,
.ilhp-home-media-wall__tile:focus-visible::after {
  opacity: 1;
}

.ilhp-home-media-wall__tile img,
.ilhp-home-media-wall__tile video {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.ilhp-home-media-wall__tile:hover img,
.ilhp-home-media-wall__tile:hover video,
.ilhp-home-media-wall__tile:focus-visible img,
.ilhp-home-media-wall__tile:focus-visible video {
  transform: scale(1.035);
}

.ilhp-home-media-wall__play {
  align-items: center;
  background: rgba(255, 143, 0, 0.94);
  border-radius: 999px;
  color: #160a03;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  left: 50%;
  letter-spacing: 0.12em;
  padding: 0 14px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ilhp-home-media-lightbox[hidden] {
  display: none !important;
}

.ilhp-home-media-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(18px, 4vw, 48px);
  position: fixed;
  z-index: 1000000;
}

.ilhp-home-media-lightbox__stage {
  max-height: 86vh;
  max-width: min(1100px, 92vw);
  width: 100%;
}

.ilhp-home-media-lightbox__stage img,
.ilhp-home-media-lightbox__stage video {
  background: #000;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  display: block;
  margin: 0 auto;
  max-height: 86vh;
  max-width: 100%;
  object-fit: contain;
}

.ilhp-home-media-lightbox__stage video {
  width: min(920px, 92vw);
}

.ilhp-home-media-lightbox__close {
  align-items: center;
  background: #ffb12b;
  border: 0;
  border-radius: 999px;
  color: #150801;
  cursor: pointer;
  display: inline-flex;
  font-size: 30px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  line-height: 1;
  position: fixed;
  right: clamp(16px, 3vw, 36px);
  top: clamp(16px, 3vw, 36px);
  width: 48px;
  z-index: 1000001;
}

body.ilhp-home-media-lightbox-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .ilhp-home-media-wall__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ilhp-home-media-wall {
    margin: 8px auto 34px;
    max-width: calc(100% - 24px);
  }

  .ilhp-home-media-wall__grid {
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .ilhp-home-media-wall__grid {
    grid-template-columns: 1fr;
  }
}

.ilhp-home-hero-video {
  position: absolute !important;
  inset: 0;
  overflow: hidden;
  background: #050505;
  z-index: 0;
}

.ilhp-home-hero-video__media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.section-background > .ilhp-home-hero-video,
.section-background .ilhp-home-hero-video__media {
  min-height: 100%;
}

.page-section .section-background:has(.ilhp-home-hero-video) {
  overflow: hidden;
}

.ilhp-booking-home-header {
  min-height: 104px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: sticky;
}

.ilhp-booking-home-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  min-width: 170px;
}

.ilhp-booking-home-brand img {
  display: block;
  height: clamp(68px, 8vw, 96px);
  max-width: min(240px, 32vw);
  object-fit: contain;
  width: auto;
}

.ilhp-booking-home-brand span {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ilhp-booking-home-header .ilhp-main-nav {
  background: transparent;
  border: 0;
  color: #fff7e3;
  justify-content: flex-end;
  letter-spacing: .01em;
  text-transform: none;
}

.ilhp-booking-home-header .ilhp-main-nav a:not(.ilhp-nav-cta) {
  color: #fff7e3;
  opacity: .94;
  transition: color .18s ease, opacity .18s ease;
}

.ilhp-booking-home-header .ilhp-main-nav a:not(.ilhp-nav-cta):hover {
  color: var(--ilhp-yellow, #ffd34d);
  opacity: 1;
}

.ilhp-booking-home-header .ilhp-nav-cta {
  background: linear-gradient(135deg, var(--ilhp-yellow, #ffd34d), var(--ilhp-orange, #ff8a00));
  border: 1px solid rgba(255, 255, 255, .15);
  box-shadow: 0 12px 28px rgba(255, 138, 0, .28);
  color: #180b05 !important;
  font-weight: 900;
}

.ilhp-booking-home-footer {
  border-top: 1px solid rgba(255, 211, 77, .16);
  padding: clamp(34px, 5vw, 64px) clamp(20px, 6vw, 84px);
}

.ilhp-booking-home-footer .ilhp-footer-copy strong {
  color: #fff7e3;
}

@media (max-width: 900px) {
  .ilhp-booking-home-header {
    min-height: 88px;
  }

  .ilhp-booking-home-brand img {
    height: 66px;
    max-width: 170px;
  }
}

@media (max-width: 767px) {
  .ilhp-booking-home-header .ilhp-main-nav {
    background: linear-gradient(135deg, var(--ilhp-dark, #120a06), var(--ilhp-dark-soft, #2a1208));
    border-top: 1px solid rgba(255, 211, 77, .18);
  }

  .ilhp-booking-home-header .ilhp-main-nav a {
    color: #fff7e3;
  }
}

#footer-sections.ilhp-unified-footer {
  background: #160d08 !important;
  border-top: 2px solid rgba(255, 204, 107, 0.35) !important;
  box-sizing: border-box;
  color: #fff7df !important;
  min-height: 500px;
  padding: clamp(56px, 6vw, 76px) 6vw clamp(120px, 13vw, 190px) !important;
  width: 100%;
}

#footer-sections.ilhp-unified-footer .ilhp-unified-footer-inner {
  align-items: start;
  display: grid;
  gap: clamp(36px, 6vw, 96px);
  grid-template-columns: minmax(190px, 0.9fr) minmax(210px, 0.9fr) minmax(300px, 1.1fr);
  margin: 0 auto;
  max-width: 1280px;
}

#footer-sections.ilhp-unified-footer .ilhp-unified-footer-logo {
  align-self: center;
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

#footer-sections.ilhp-unified-footer .ilhp-unified-footer-logo img {
  display: block;
  height: auto;
  max-width: clamp(118px, 12vw, 170px);
}

#footer-sections.ilhp-unified-footer h2 {
  color: #fff7df !important;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 18px;
}

#footer-sections.ilhp-unified-footer a {
  color: #ffd12f !important;
  text-decoration: none !important;
}

#footer-sections.ilhp-unified-footer .ilhp-unified-footer-nav,
#footer-sections.ilhp-unified-footer .ilhp-unified-footer-contact {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

#footer-sections.ilhp-unified-footer .ilhp-unified-footer-nav a {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

#footer-sections.ilhp-unified-footer .ilhp-unified-footer-nav a:last-child {
  font-size: 13px;
  margin-top: 20px;
}

#footer-sections.ilhp-unified-footer .ilhp-unified-footer-contact-row {
  align-items: center;
  display: inline-flex;
  font-size: 17px;
  font-weight: 800;
  gap: 14px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin: 4px 0;
}

#footer-sections.ilhp-unified-footer .ilhp-unified-footer-icon {
  color: #ff8a00 !important;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  transform: rotate(-18deg);
  width: 20px;
}

#footer-sections.ilhp-unified-footer .ilhp-unified-footer-button {
  border: 1px solid rgba(255, 193, 33, 0.58);
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.08em;
  margin-top: 68px;
  min-width: 174px;
  padding: 13px 28px;
  text-transform: uppercase;
}

#footer-sections.ilhp-unified-footer .ilhp-unified-footer-button:hover {
  background: rgba(255, 193, 33, 0.12);
}

@media (max-width: 900px) {
  #footer-sections.ilhp-unified-footer {
    min-height: 0;
    padding: 48px 28px 72px !important;
  }

  #footer-sections.ilhp-unified-footer .ilhp-unified-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  #footer-sections.ilhp-unified-footer .ilhp-unified-footer-logo {
    padding-top: 0;
  }

  #footer-sections.ilhp-unified-footer .ilhp-unified-footer-nav,
  #footer-sections.ilhp-unified-footer .ilhp-unified-footer-contact {
    align-items: center;
  }

  #footer-sections.ilhp-unified-footer .ilhp-unified-footer-button {
    margin-top: 32px;
  }
}
