html.llgh-active #root > div > header:first-of-type:not(#llgh-header),
html.llgh-active body > header:first-of-type:not(#llgh-header),
header[data-llgh-original-header="true"] { display: none !important; }

[data-llgh-campaign-hidden="true"],
#ll-chat-widget, #ll-chat-toggle, #ll-chat-window, #ll-chat-bubble, #ll-chat-notif,
#ll-booking-widget, #ll-schedule-modal, #ll-quick-form, #ll-offer-popup,
#ll-qf-success, #ll-bw-success, #ll-hfs-modal, #ll-v303-overlay, #ll-hfs-overlay, #ll-book-now-header,
.ll-book-now-header-btn, .ll-book-now-pulse,
[data-chatbot], [data-chat-widget], .chatbot, .chat-widget, .sunny-chat {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.llgh-active body { padding-top: 38px !important; }
html.llgh-active.llgh-blog-page body { padding-top: 150px !important; }
html.llgh-menu-open, html.llgh-menu-open body { overflow: hidden !important; }

#llgh-shell, #llgh-shell * { box-sizing: border-box; }
#llgh-shell {
  position: fixed;
  z-index: 2147482000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #10233f;
  font-family: Inter, Arial, sans-serif;
}
#llgh-header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 70;
  width: 100%;
  height: 112px;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 1px 8px rgba(6,21,47,.04);
}
.llgh-inner {
  width: min(1400px, calc(100% - 28px));
  height: 112px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .85rem;
}
.llgh-brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.llgh-brand img { width: 80px; height: 80px; display: block; object-fit: contain; }
.llgh-desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(.72rem,1.25vw,1.2rem); }
.llgh-desktop-nav > a,
.llgh-dropdown > button {
  min-height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  border: 0;
  background: transparent;
  color: #333;
  font: 500 clamp(.78rem,1vw,.94rem)/1 Inter,Arial,sans-serif;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 180ms cubic-bezier(.23,1,.32,1);
}
.llgh-desktop-nav > a:hover,
.llgh-dropdown > button:hover,
.llgh-dropdown.is-open > button { color: #0b2a52; }
.llgh-desktop-nav > a.llgh-christmas { color: #9e2432; font-weight: 750; }
.llgh-dropdown { position: relative; }
.llgh-chevron { width: 14px; height: 14px; flex: 0 0 auto; transition: transform 180ms cubic-bezier(.23,1,.32,1); }
.llgh-dropdown:hover > button .llgh-chevron,
.llgh-dropdown:focus-within > button .llgh-chevron,
.llgh-dropdown.is-open > button .llgh-chevron { transform: rotate(180deg); }
.llgh-dropdown-panel {
  position: absolute;
  z-index: 80;
  top: calc(100% - 2px);
  left: -1rem;
  width: 230px;
  padding: .65rem;
  display: grid;
  gap: .16rem;
  border: 1px solid rgba(11,42,82,.1);
  border-radius: 13px;
  background: rgba(255,253,248,.99);
  box-shadow: 0 18px 42px rgba(6,21,47,.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 160ms cubic-bezier(.23,1,.32,1), transform 160ms cubic-bezier(.23,1,.32,1), visibility 160ms;
}
.llgh-dropdown-panel a {
  min-height: 40px;
  padding: .62rem .7rem;
  display: flex;
  align-items: center;
  border-radius: 8px;
  color: #17385f;
  font-size: .79rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.llgh-dropdown-panel a:hover { background: #f2eee4; color: #9e2432; }
.llgh-dropdown-panel.llgh-locations { left: 50%; width: 390px; grid-template-columns: repeat(2,minmax(0,1fr)); transform: translate(-50%,-6px); }
.llgh-dropdown:hover .llgh-dropdown-panel,
.llgh-dropdown:focus-within .llgh-dropdown-panel,
.llgh-dropdown.is-open .llgh-dropdown-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.llgh-dropdown:hover .llgh-locations,
.llgh-dropdown:focus-within .llgh-locations,
.llgh-dropdown.is-open .llgh-locations { transform: translate(-50%,0); }
.llgh-actions { display: flex; align-items: center; gap: .8rem; flex: 0 0 auto; }
.llgh-phone { display: inline-flex; align-items: center; gap: .45rem; color: #2d5a3e; font-size: .88rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.llgh-phone svg, .llgh-mobile-call svg { width: 17px; height: 17px; }
.llgh-quote,
.llgh-mobile-quote {
  border-radius: 12px;
  background: #9e2432;
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(158,36,50,.2);
}
.llgh-quote {
  position: relative;
  min-width: 205px;
  min-height: 68px;
  padding: 2rem 1rem .62rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  background: linear-gradient(145deg,#b83242 0%,#9e2432 58%,#7e1927 100%);
  clip-path: polygon(50% 0,100% 34%,100% 100%,0 100%,0 34%);
  filter: drop-shadow(0 8px 9px rgba(92,19,31,.25));
  font-size: .78rem;
  line-height: 1;
  white-space: nowrap;
}
.llgh-quote::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 23px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffe47a;
  box-shadow: 22px 1px #f7f2d0,44px 0 #67d5ff,66px 1px #ffdf66,88px 0 #ff6f6f,110px 1px #72db99,132px 0 #f7f2d0,154px 1px #67d5ff;
  filter: drop-shadow(0 0 4px #ffe47a);
  animation: llgh-house-lights 1.4s steps(2,end) infinite;
}
.llgh-quote::after {
  content: "";
  position: absolute;
  inset: 27px 10px auto;
  height: 2px;
  background: rgba(255,255,255,.5);
  box-shadow: 0 1px 0 rgba(85,10,24,.25);
}
.llgh-menu-toggle { display: none; }
.llgh-mobile-nav { display: none; }
.llgh-season-bar {
  position: relative;
  z-index: 40;
  min-height: 38px;
  padding: .55rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  background: #966d08;
  color: #fff;
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: .01em;
  text-align: center;
}
.llgh-season-bar a { color: #fff; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.llgh-heartbeat { animation: llgh-house-heartbeat 1.9s cubic-bezier(.23,1,.32,1) infinite; transform-origin: center; will-change: transform; }

.llgh-music-control {
  position: fixed;
  z-index: 2147482100;
  right: 18px;
  top: 115px;
  bottom: auto;
  min-height: 32px;
  padding: .2rem .65rem .2rem .25rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(5,31,24,.95);
  color: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.24);
  backdrop-filter: blur(12px);
  font: 750 .72rem/1 Inter,Arial,sans-serif;
  cursor: pointer;
  transform-origin: center;
}
.llgh-music-control.is-playing { background: rgba(11,42,82,.96); }
.llgh-music-control.needs-attention { animation: llgh-heartbeat 1.65s cubic-bezier(.23,1,.32,1) infinite; }
.llgh-music-icon { width: 31px; height: 31px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: #d8bd7b; color: #0b2a52; box-shadow: 0 0 0 0 rgba(216,189,123,.45); }
.llgh-music-control.needs-attention .llgh-music-icon { animation: llgh-audio-ring 1.65s ease-out infinite; }
.llgh-music-icon svg { width: 17px; height: 17px; }
.llgh-note { color: #d8bd7b; font-size: 1rem; }

.llgh-christmas-card {
  min-height: 360px;
  padding: clamp(1.6rem,3vw,2.5rem) !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: .85rem;
  border: 1px solid rgba(184,134,11,.28) !important;
  border-radius: 18px !important;
  background: linear-gradient(145deg,#fffdf7 0%,#f8f2e5 100%) !important;
  box-shadow: 0 18px 42px rgba(7,34,61,.12) !important;
  color: #10233f;
}
.llgh-christmas-card .llgh-card-kicker { color: #9e2432; font: 800 .72rem/1 Inter,Arial,sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.llgh-christmas-card strong { max-width: 18ch; color: #0b2a52; font: 700 clamp(1.7rem,3vw,2.45rem)/1.08 "Playfair Display",Georgia,serif; }
.llgh-christmas-card p { max-width: 46ch; margin: 0; color: #526176; font: 500 .92rem/1.65 Inter,Arial,sans-serif; }
.llgh-christmas-card a { min-height: 48px; margin-top: .2rem; padding: .8rem 1.05rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; background: #9e2432; color: #fff !important; font: 800 .82rem/1.15 Inter,Arial,sans-serif; text-decoration: none; box-shadow: 0 9px 20px rgba(158,36,50,.2); }

@keyframes llgh-heartbeat {
  0%, 100% { transform: scale(1); box-shadow: 0 8px 18px rgba(158,36,50,.2); }
  10% { transform: scale(1.065); box-shadow: 0 10px 25px rgba(158,36,50,.34); }
  20% { transform: scale(1); }
  30% { transform: scale(1.045); box-shadow: 0 9px 22px rgba(158,36,50,.28); }
  42% { transform: scale(1); }
}
@keyframes llgh-house-heartbeat {
  0%,44%,100% { transform: scale(1); filter: drop-shadow(0 8px 9px rgba(92,19,31,.25)); }
  10% { transform: scale(1.045); filter: drop-shadow(0 10px 14px rgba(216,189,123,.42)); }
  20% { transform: scale(1); }
  30% { transform: scale(1.028); filter: drop-shadow(0 9px 12px rgba(158,36,50,.34)); }
}
@keyframes llgh-house-lights {
  0%,100% { opacity: .72; filter: drop-shadow(0 0 3px #ffe47a); }
  50% { opacity: 1; filter: drop-shadow(0 0 7px #fff2a8); }
}
@keyframes llgh-audio-ring {
  0% { box-shadow: 0 0 0 0 rgba(216,189,123,.55); }
  65%,100% { box-shadow: 0 0 0 10px rgba(216,189,123,0); }
}

@media (max-width: 1180px) {
  html.llgh-active body { padding-top: 38px !important; }
  html.llgh-active.llgh-blog-page body { padding-top: 134px !important; }
  #llgh-header, .llgh-inner { height: 96px; }
  .llgh-inner { width: calc(100% - 32px); }
  .llgh-brand img { width: 72px; height: 72px; }
  #llgh-header .llgh-desktop-nav,
  #llgh-header .llgh-phone,
  #llgh-header .llgh-quote { display: none !important; }
  #llgh-header .llgh-actions { margin-left: auto !important; gap: 0 !important; }
  #llgh-header .llgh-menu-toggle {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    flex: 0 0 44px !important;
    padding: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #0b2a52;
    cursor: pointer;
  }
  .llgh-menu-toggle svg { width: 27px; height: 27px; }
  .llgh-menu-toggle:active { transform: scale(.96); }
  .llgh-mobile-nav {
    position: absolute;
    z-index: 90;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100svh - 96px);
    padding: 13px 15px 84px;
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 3px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f8f5ee;
    border-bottom: 1px solid #d8e1ea;
    box-shadow: 0 18px 34px rgba(6,21,47,.14);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .llgh-mobile-nav[aria-hidden="true"] { display: none; }
  .llgh-mobile-nav a,
  .llgh-mobile-nav summary {
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 9px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #0b2a52;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
  }
  .llgh-mobile-nav > a.llgh-christmas { min-height: 50px; margin: 2px 0; background: rgba(158,36,50,.08); color: #9e2432; }
  .llgh-mobile-nav details { width: 100%; margin: 2px 0; overflow: hidden; border: 1px solid #d8e1ea; border-radius: 14px; background: rgba(255,255,255,.55); }
  .llgh-mobile-nav summary { min-height: 50px; justify-content: space-between; list-style: none; cursor: pointer; }
  .llgh-mobile-nav summary::-webkit-details-marker { display: none; }
  .llgh-mobile-nav details[open] > summary .llgh-chevron { transform: rotate(180deg); }
  .llgh-mobile-subnav { padding: 0 4px 8px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2px; }
  .llgh-mobile-subnav a { min-height: 38px; padding: 7px 10px; font-size: 12px; font-weight: 700; }
  .llgh-mobile-call { gap: .45rem; color: #2d5a3e !important; }
  .llgh-mobile-quote { min-height: 50px !important; margin-top: 6px !important; justify-content: center !important; background: #9e2432 !important; color: #fff !important; box-shadow: 0 8px 18px rgba(158,36,50,.2) !important; }
  #llgh-shell .llgh-season-bar { height: 38px !important; min-height: 38px !important; padding: 0 48px 0 10px !important; flex-flow: row nowrap !important; align-items: center !important; justify-content: center !important; overflow: hidden !important; font-size: .66rem; line-height: 1.2 !important; color: #fff !important; }
  #llgh-shell .llgh-season-bar > span { width: calc(100% - 44px) !important; height: auto !important; max-width: calc(100% - 44px) !important; max-height: 38px !important; display: block !important; flex: 0 0 calc(100% - 44px) !important; color: #fff !important; opacity: 1 !important; visibility: visible !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis; text-align: center !important; }
  #llgh-shell .llgh-season-bar > a { display: none !important; }
  .llgh-music-control { width: 34px; height: 34px; min-width: 34px; min-height: 34px; top: 98px; right: 8px; bottom: auto; padding: 0; justify-content: center; }
  .llgh-music-label, .llgh-note { display: none; }
  .llgh-music-control.needs-attention { padding: 0; }
  html.llgh-menu-open .llgh-music-control { opacity: 0; pointer-events: none; }
  .llgh-christmas-card { min-height: 0; padding: 1.35rem !important; }
  .llgh-christmas-card strong { font-size: 1.65rem; }
  html.llgh-blog-page .ll-article-body table { width: 100% !important; max-width: 100% !important; table-layout: fixed; }
  html.llgh-blog-page .ll-article-body th,
  html.llgh-blog-page .ll-article-body td { padding: 8px 6px !important; overflow-wrap: anywhere; word-break: normal; }
}

@media (prefers-reduced-motion: reduce) {
  .llgh-heartbeat, .llgh-music-control, .llgh-music-icon, .llgh-quote::before { animation: none !important; }
}
