:root {
  --ll-teal: #2ed9c6;
  --ll-teal-deep: #10362f;
  --ll-gold: #cbb57e;
  --ll-ink: #05100e;
  --ll-ease: cubic-bezier(.62, 0, .2, 1);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--ll-ink);
  color: #fff;
  font-family: "IBM Plex Sans Thai", system-ui, sans-serif;
  overflow-x: hidden;
}

body.ll-menu-lock {
  overflow: hidden;
}

.ll-site-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: clamp(14px, 2.3vh, 26px) clamp(18px, 3.4vw, 54px);
}

body.admin-bar .ll-site-nav {
  top: 32px;
}

.ll-logo,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  color: #efe7d5;
  text-decoration: none;
}

.custom-logo {
  display: block;
  width: auto;
  max-width: 315px !important;
  max-height: 87px !important;
}

.ll-logo-mark {
  width: clamp(48px, 4.65vw, 69px);
  height: auto;
}

.ll-logo-text {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.04;
}

.ll-logo-line {
  display: block;
  font-size: clamp(1.43rem, 2.03vw, 2.03rem);
  font-weight: 700;
  letter-spacing: 2.5px;
}

.ll-logo-sub {
  display: block;
  color: #dad2bd;
  font-size: clamp(.9rem, 1.17vw, 1.14rem);
  letter-spacing: 1.5px;
}

.ll-logo-sub span {
  color: var(--ll-teal);
  font-family: "Kaushan Script", cursive;
  font-size: 1.2em;
  letter-spacing: 0;
}

.ll-nav-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 18px);
}

.ll-primary-menu {
  display: flex;
  align-items: center;
  gap: clamp(4px, .8vw, 14px);
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(.82rem, 1vw, 1.02rem);
}

.ll-primary-menu li {
  position: relative;
}

.ll-primary-menu a,
.ll-services-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 15px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.ll-primary-menu a:hover,
.ll-services-trigger:hover,
.ll-services-menu:hover .ll-services-trigger,
.ll-services-menu.is-open .ll-services-trigger {
  background: rgba(255, 255, 255, .11);
  color: #fff;
}

.ll-primary-menu .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 210px;
  margin: 0;
  padding: 10px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(7, 30, 26, .88);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  transform: translateY(8px);
}

.ll-primary-menu li:hover > .sub-menu,
.ll-primary-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.ll-services-menu {
  position: relative;
}

.ll-mega {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 60;
  display: grid;
  grid-template-columns: minmax(190px, .8fr) minmax(520px, 2.2fr);
  gap: 20px;
  width: min(1180px, calc(100vw - 54px));
  max-height: min(620px, calc(100vh - 140px));
  padding: 22px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 12px);
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
}

.ll-services-menu:hover .ll-mega,
.ll-services-menu:focus-within .ll-mega,
.ll-services-menu.is-open .ll-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.ll-mega-intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
}

.ll-kicker {
  color: var(--ll-teal);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ll-service-search {
  position: relative;
  display: block;
  height: 48px;
  border-bottom: 3px solid rgba(255,255,255,.92);
}

.ll-service-search input {
  width: 100%;
  height: 100%;
  padding: 0 42px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
}

.ll-service-search::before,
.ll-service-search::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ll-service-search::before {
  right: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255,255,255,.92);
  border-radius: 50%;
  transform: translateY(-58%);
}

.ll-service-search::after {
  right: 9px;
  top: calc(50% + 9px);
  width: 15px;
  height: 3px;
  background: rgba(255,255,255,.92);
  transform: rotate(45deg);
  transform-origin: center;
}

.ll-mega-intro strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  line-height: .95;
}

.ll-mega-intro p {
  margin: 0;
  color: rgba(255,255,255,.75);
  line-height: 1.6;
}

.ll-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 18px;
}

.ll-service-card {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.11);
  color: #fff;
  text-decoration: none;
  transition: transform .24s ease, background .24s ease, border-color .24s ease;
}

.ll-service-card.is-hidden {
  display: none;
}

.ll-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(46,217,198,.45);
  background: rgba(255,255,255,.18);
}

.ll-card-number {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  font-family: "Playfair Display", Georgia, serif;
  text-shadow: 0 2px 16px rgba(0,0,0,.42);
}

.ll-service-card img {
  display: block;
  width: 100%;
  height: 116px;
  object-fit: cover;
}

.ll-service-title {
  padding: 0 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
}

.ll-service-excerpt {
  padding: 0 14px;
  color: rgba(255,255,255,.78);
  font-size: .82rem;
  line-height: 1.45;
}

.ll-service-card ul {
  margin: auto 0 14px;
  padding: 0 14px;
  list-style: none;
  color: rgba(255,255,255,.86);
  font-size: .78rem;
}

.ll-service-card li + li {
  margin-top: 5px;
}

.ll-service-card li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--ll-teal);
  vertical-align: middle;
}

.ll-service-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.10);
}

.ll-book-now,
.ll-mobile-book {
  flex: 0 0 auto;
  border: 1.5px solid rgba(255,255,255,.55);
  padding: 11px clamp(16px,1.5vw,28px);
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(.82rem,1vw,1.05rem);
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.ll-mobile-book {
  display: none;
}

.ll-lang-switcher {
  border: 0 !important;
  background: transparent !important;
  font-family: "IBM Plex Sans Thai", system-ui, sans-serif !important;
}

.ll-lang-switcher a {
  position: relative !important;
  min-width: 0 !important;
  padding: 0 0 4px !important;
  background: transparent !important;
  color: rgba(255,255,255,.72) !important;
  font-size: .78rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: .14em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.ll-lang-switcher a + a {
  margin-left: 18px !important;
  border-left: 0 !important;
}

.ll-lang-switcher a + a::before {
  content: "/";
  position: absolute;
  left: -12px;
  top: 0;
  color: rgba(255,255,255,.32);
  font-weight: 300;
  pointer-events: none;
}

.ll-lang-switcher a:hover,
.ll-lang-switcher a.is-active {
  background: transparent !important;
  color: var(--ll-teal) !important;
}

.ll-lang-switcher a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: .14em;
  bottom: -5px;
  height: 1px;
  background: currentColor;
}

.ll-book-now:hover,
.ll-mobile-book:hover {
  background: #fff;
  color: var(--ll-teal-deep);
}

.ll-menu-toggle {
  display: none;
  position: relative;
  z-index: 90;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 0;
  background: rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
}

.ll-menu-toggle span {
  position: absolute;
  left: 13px;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: top .24s ease, transform .24s ease, opacity .2s ease;
}

.ll-menu-toggle span:nth-child(1) { top: 15px; }
.ll-menu-toggle span:nth-child(2) { top: 23px; }
.ll-menu-toggle span:nth-child(3) { top: 31px; }
.ll-site-nav.is-open .ll-menu-toggle span:nth-child(1) { top: 23px; transform: rotate(45deg); }
.ll-site-nav.is-open .ll-menu-toggle span:nth-child(2) { opacity: 0; }
.ll-site-nav.is-open .ll-menu-toggle span:nth-child(3) { top: 23px; transform: rotate(-45deg); }

.ll-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #0a241f;
}

.ll-hero-bg,
.ll-hero-video,
.ll-hero-scrim {
  position: absolute;
  inset: 0;
}

.ll-hero-bg {
  background-position: left center;
  background-size: cover;
}

.ll-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ll-hero-scrim {
  background: linear-gradient(90deg, rgba(8,30,26,.64), rgba(8,30,26,.08) 48%, rgba(8,30,26,.62));
  pointer-events: none;
}

.ll-hero-copy {
  position: absolute;
  left: clamp(22px, 5vw, 72px);
  bottom: clamp(50px, 12vh, 116px);
  z-index: 5;
  max-width: min(640px, 58vw);
}

.ll-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 5.2vw, 4rem);
  font-weight: 600;
  line-height: 1.04;
}

.ll-hero-copy h1 span {
  color: var(--ll-teal);
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
}

.ll-hero-subtitle {
  margin: .75em 0 0;
  color: #fff;
  font-size: clamp(1.02rem, 1.7vw, 1.5rem);
  font-weight: 600;
}

.ll-hero-desc {
  max-width: 560px;
  margin: .5em 0 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(.84rem, 1.05vw, 1.05rem);
  font-weight: 300;
  line-height: 1.55;
}

.ll-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: clamp(16px,2.6vh,30px);
  padding: 13px 26px;
  background: var(--ll-teal);
  color: var(--ll-teal-deep);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(46,217,198,.32);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ll-hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(46,217,198,.42);
}

.ll-page-content {
  max-width: 920px;
  margin: 120px auto 80px;
  padding: 0 24px;
  color: #111;
  background: #fff;
}

.ll-front-content {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #111;
}

.ll-content-card {
  line-height: 1.7;
}

.ll-page-featured {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 24px;
}

.ll-single-programs {
  padding-left: 1.2em;
}

.ll-single-programs li + li {
  margin-top: 8px;
}

@media (max-width: 1180px) {
  .ll-site-nav {
    position: fixed;
    padding: 14px 22px;
    background: linear-gradient(90deg, rgba(5,16,14,.88), rgba(5,16,14,.64));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .ll-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .ll-book-now {
    display: none;
  }

  .ll-nav-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: flex;
    width: min(430px, calc(100vw - 28px));
    height: 100vh;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    padding: 92px 22px 28px;
    overflow-y: auto;
    background: linear-gradient(160deg, rgba(10,44,38,.94), rgba(5,16,14,.98));
    border-left: 1px solid rgba(255,255,255,.2);
    box-shadow: -30px 0 80px rgba(0,0,0,.42);
    transform: translateX(108%);
    transition: transform .28s var(--ll-ease);
  }

  .ll-site-nav.is-open .ll-nav-panel {
    transform: translateX(0);
  }

  .ll-primary-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .ll-primary-menu a,
  .ll-services-trigger,
  .ll-mobile-book {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    font-size: 1.04rem;
  }

  .ll-primary-menu .sub-menu {
    position: static;
    display: block;
    min-width: 0;
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    background: rgba(255,255,255,.06);
  }

  .ll-mobile-book {
    justify-content: center;
  }

  .ll-mobile-lang a {
    flex: 0 0 auto !important;
    padding: 0 0 5px !important;
  }

  .ll-services-menu {
    position: static;
  }

  .ll-mega {
    position: static;
    display: none;
    width: 100%;
    max-height: none;
    grid-template-columns: 1fr;
    padding: 14px;
    transform: none;
    box-shadow: none;
  }

  .ll-services-menu.is-open .ll-mega {
    display: grid;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .ll-hero-copy {
    left: 24px;
    right: 24px;
    bottom: 78px;
    max-width: min(680px, 72vw);
  }
}

@media (max-width: 767px) {
  body.admin-bar .ll-site-nav {
    top: 46px;
  }

  .ll-site-nav {
    padding: 12px 16px;
  }

  .ll-logo-mark {
    width: 51px;
  }

  .ll-logo-line {
    font-size: 1.18rem;
    letter-spacing: 2px;
  }

  .ll-logo-sub {
    font-size: .75rem;
  }

  .custom-logo {
    max-width: 210px !important;
    max-height: 64px !important;
  }

  .ll-menu-toggle {
    width: 44px;
    height: 44px;
  }

  .ll-nav-panel {
    width: 100vw;
    padding: 84px 18px 26px;
  }

  .ll-services-grid {
    grid-template-columns: 1fr;
  }

  .ll-hero-copy {
    left: 20px;
    right: 20px;
    bottom: 86px;
    max-width: none;
  }

  .ll-hero-copy h1 {
    font-size: clamp(2.1rem, 13vw, 3.35rem);
  }

  .ll-hero-subtitle {
    font-size: 1.05rem;
  }

  .ll-hero-desc {
    max-width: 92vw;
    font-size: .9rem;
  }

  .ll-hero-bg {
    background-position: center;
  }
}
