/* APTSpace landing page */

/* Brand tagline */
.apts-brand-tagline {
  font-family: 'IBM Plex Sans', Inter, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: none;
  color: #D4A017;
  line-height: 1.2;
}

.lp-shell {
  --lp-section-light: #f6f5f4;
  --lp-trust-bg: var(--lp-section-light);
  --lp-hero-overlay:
    linear-gradient(
      to bottom,
      rgba(26, 54, 93, 0) 0%,
      rgba(26, 54, 93, 0.02) 72%,
      rgba(246, 245, 244, 0.08) 92%,
      rgba(246, 245, 244, 0.28) 100%
    ),
    linear-gradient(
      118deg,
      rgba(26, 54, 93, 0.94) 0%,
      rgba(26, 54, 93, 0.82) 36%,
      rgba(26, 54, 93, 0.52) 58%,
      rgba(44, 82, 130, 0.14) 100%
    );
}

.lp-nav {
  --lp-nav-bg: #ffffff;
  --lp-nav-bg-scrolled: #ffffff;
  --lp-nav-border: rgba(203, 213, 224, 0.45);
  --lp-nav-border-scrolled: rgba(203, 213, 224, 0.5);
  --lp-nav-shadow: 0 1px 0 rgba(26, 54, 93, 0.04);
  --lp-nav-shadow-scrolled: 0 4px 24px rgba(26, 54, 93, 0.08);
  background: var(--lp-nav-bg);
  border-color: var(--lp-nav-border);
  box-shadow: var(--lp-nav-shadow);
  transition:
    background-color 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  padding-top: env(safe-area-inset-top, 0px);
}

.lp-nav:not(.is-scrolled) {
  --lp-nav-bg: #ffffff;
  --lp-nav-border: rgba(203, 213, 224, 0.4);
}

.lp-nav.is-scrolled {
  background: var(--lp-nav-bg-scrolled);
  border-color: var(--lp-nav-border-scrolled);
  box-shadow: var(--lp-nav-shadow-scrolled);
}

.lp-nav .lp-nav-search {
  background: #f4f5f7 !important;
  border-color: rgba(203, 213, 224, 0.55) !important;
}

.lp-nav.is-scrolled .lp-nav-search {
  background: #eef1f5 !important;
  border-color: rgba(203, 213, 224, 0.6) !important;
}

header.lp-nav {
  border-bottom: 1px solid var(--lp-nav-border);
}

.lp-nav-inner {
  transition: height 0.35s ease;
}

.lp-nav-brand {
  transition: transform 0.2s ease;
}

.lp-nav-brand:hover {
  transform: translateY(-1px);
}

.lp-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4a5568;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.lp-nav-link:hover {
  color: #1a365d;
  background: rgba(26, 54, 93, 0.06);
}

.lp-nav-link.is-active {
  color: #1a365d;
  font-weight: 600;
  background: rgba(26, 54, 93, 0.09);
  box-shadow: inset 0 0 0 1px rgba(26, 54, 93, 0.08);
}

.lp-nav-search input {
  outline: none;
}

.lp-nav-actions {
  flex-shrink: 0;
}

.lp-login-btn {
  min-height: 2.75rem;
  min-width: 5.5rem;
  position: relative;
  z-index: 2;
}

/* Keep Sign in visible after GSAP hero intro (Safari quirk) — only when intro is done */
body.lp-ready:not(.lp-preloader-active):not(.lp-page-hidden) .lp-login-btn {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Belt-and-suspenders: hide all landing sign-in CTAs until intro completes */
body:not(.lp-ready) #lp-page .lp-login-btn,
body:not(.lp-ready) #lp-page .lp-mobile-signin,
body:not(.lp-ready) #lp-page .lp-mobile-cta a[href*="login"] {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.lp-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.375rem;
  border: 1px solid rgba(203, 213, 224, 0.55);
  border-radius: 0.75rem;
  background: #ffffff;
  color: #4A5568;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.lp-menu-btn:hover {
  background: rgba(26, 54, 93, 0.06);
  color: #1A365D;
}

.lp-mobile-menu {
  display: none;
  border-top: 1px solid rgba(203, 213, 224, 0.5);
  background: #ffffff;
}

@media (max-width: 767px) {
  .lp-mobile-menu:not(.hidden) {
    display: block;
  }
}

@media (min-width: 768px) {
  .lp-mobile-menu,
  .lp-mobile-menu:not(.hidden) {
    display: none !important;
  }

  .lp-menu-btn {
    display: none !important;
  }

  .lp-nav-links {
    display: flex !important;
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
  }

  .lp-login-btn {
    display: inline-flex !important;
  }
}

.lp-mobile-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1A365D;
  transition: background-color 0.2s ease;
}

.lp-mobile-link:hover,
.lp-mobile-link:focus {
  background: rgba(26, 54, 93, 0.08);
}

.lp-mobile-link.is-active {
  background: rgba(26, 54, 93, 0.1);
  font-weight: 600;
}

.lp-mobile-signin {
  text-decoration: none;
}

html,
body.lp-shell {
  scroll-behavior: auto;
  scroll-padding-top: calc(4.25rem + env(safe-area-inset-top, 0px));
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* GSAP scroll showcase owns snap inside .lp-scroll-section — global snap fights pin/unpin. */
body.lp-scroll-snap-active,
html.lp-scroll-snap-active {
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
}

html::-webkit-scrollbar,
body.lp-shell::-webkit-scrollbar {
  display: none;
}

.lp-main {
  padding-top: env(safe-area-inset-top, 0px);
}

.lp-hero {
  position: relative;
  z-index: 3;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  height: 100svh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
}

.lp-hero-grid-tight {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  width: 100%;
}

/* Desktop: match ~75% zoom comfort — content fits without cramming at 100% browser zoom */
@media (min-width: 1024px) {
  .lp-hero.lp-hero--comfort {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    overflow-x: clip;
  }

  .lp-hero-grid-tight {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    width: min(100%, 42rem);
    margin-inline: 0 auto;
    align-items: center;
    justify-items: start;
  }

  .lp-hero-copy-col {
    justify-self: start;
    width: 100%;
    max-width: 38rem;
    min-width: 0;
    overflow-wrap: break-word;
    padding-right: 0;
    text-align: left;
  }

  .lp-hero-type-line {
    display: block;
  }

  .lp-hero-copy-col .lp-hero-type-wrap {
    display: block;
    min-height: 1.65em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lp-hero.lp-hero--comfort > .lp-hero-content {
    justify-content: center;
    align-items: flex-start;
    padding-top: max(calc(4.25rem + 1rem), calc(4.25rem + env(safe-area-inset-top, 0px)));
    padding-bottom: clamp(3.5rem, 6vh, 5rem);
  }

  .lp-hero.lp-hero--comfort::after {
    height: clamp(5rem, 12vh, 7rem);
  }

  .lp-hero.lp-hero--comfort .lp-hero-rule {
    width: 2.75rem;
    margin-bottom: 1rem;
  }

  .lp-hero.lp-hero--comfort .lp-scroll-hint {
    display: none;
  }
}

.lp-hero > .relative.z-10,
.lp-hero > .lp-hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: max(calc(4.25rem + 1.5rem), calc(4.25rem + env(safe-area-inset-top, 0px)));
  padding-bottom: clamp(2.75rem, 5.5vh, 3.75rem);
}

.lp-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: clamp(8rem, 18vh, 11rem);
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(26, 54, 93, 0) 0%,
    rgba(26, 54, 93, 0.18) 42%,
    rgba(26, 54, 93, 0.52) 72%,
    #1a365d 100%
  );
}

.lp-trust {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: clamp(1.35rem, 2.8vh, 1.85rem);
  padding-bottom: clamp(1.25rem, 2.5vh, 1.75rem);
  background: var(--lp-section-light);
  border-top: none;
  border-bottom: none;
  box-shadow: 0 -12px 32px rgba(26, 54, 93, 0.04);
}

.lp-trust::before {
  display: none;
}

/* Full-viewport scroll showcase — chapel / garden / rooms + synced photos */
.lp-scroll-section {
  position: relative;
  z-index: 4;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: visible;
  background: #1a365d;
  touch-action: pan-y;
  scroll-margin-top: 0;
}

body.lp-scroll-snap-active {
  overscroll-behavior-y: auto;
}

body.lp-scroll-snap-active .lp-section-scroller {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: none;
}

.lp-scroll-pin {
  position: relative;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
  background: #1a365d;
}

.lp-scroll-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lp-scroll-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
}

.lp-scroll-section.is-transitioning .lp-scroll-bg-img {
  will-change: opacity;
}

.lp-scroll-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(118deg, rgba(26, 54, 93, 0.72) 0%, rgba(26, 54, 93, 0.42) 42%, rgba(26, 54, 93, 0.28) 100%),
    linear-gradient(to bottom, rgba(26, 54, 93, 0.15) 0%, rgba(26, 54, 93, 0.35) 100%);
  pointer-events: none;
}

.lp-scroll-rail {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  pointer-events: none;
  user-select: none;
}

.lp-scroll-rail--left {
  left: max(1.5rem, env(safe-area-inset-left, 0px));
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.lp-scroll-rail--right {
  right: max(1.5rem, env(safe-area-inset-right, 0px));
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.lp-scroll-rail::after {
  content: '';
  display: block;
  width: 1px;
  height: 3.5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45), transparent);
}

.lp-scroll-text-hint {
  position: absolute;
  top: clamp(1.5rem, 4vh, 2.5rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  margin: 0;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  transition: opacity 0.25s ease;
}

.lp-scroll-text-hint::after {
  content: '';
  display: block;
  width: 1px;
  height: 2.25rem;
  margin: 0.75rem auto 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
}

.lp-scroll-phrases {
  position: relative;
  z-index: 3;
  width: min(92vw, 56rem);
  min-height: clamp(4rem, 12vh, 6rem);
  text-align: center;
}

.lp-scroll-section.is-pending-init .lp-scroll-phrase[data-scroll-phrase="0"] {
  opacity: 1;
}

.lp-scroll-section.is-pending-init .lp-scroll-bg-img[data-scroll-bg="0"] {
  opacity: 1;
}

.lp-scroll-phrase {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
}

.lp-scroll-phrase-line {
  display: block;
  font-size: clamp(2.5rem, 9vw, 5rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  transform-origin: center center;
}

.lp-scroll-phrase-line--accent .lp-scroll-char {
  color: #f6ad55;
}

.lp-scroll-char {
  display: inline-block;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.lp-scroll-phrase.is-visible .lp-scroll-char {
  opacity: 1;
}

.lp-scroll-section.is-transitioning .lp-scroll-phrase,
.lp-scroll-section.is-transitioning .lp-scroll-phrase-line,
.lp-scroll-section.is-transitioning .lp-scroll-char {
  will-change: opacity, transform;
}

.lp-scroll-char--space {
  width: 0.3em;
}

/* Mobile / tablet explore carousel — hidden on desktop by default */
.lp-explore-carousel {
  display: none;
  padding: 2rem 0 2.25rem;
  background: var(--lp-section-light, #f6f5f4);
}

.lp-scroll-section--mobile {
  min-height: 0;
  background: var(--lp-section-light, #f6f5f4);
  touch-action: auto;
  overflow: visible;
}

.lp-scroll-section--mobile .lp-scroll-pin {
  display: none !important;
}

.lp-scroll-section--mobile .lp-explore-carousel {
  display: block;
}

.lp-scroll-section--desktop .lp-explore-carousel {
  display: none !important;
}

.lp-explore-carousel-head {
  padding: 0 max(1.25rem, env(safe-area-inset-right, 0px)) 1.25rem max(1.25rem, env(safe-area-inset-left, 0px));
}

.lp-explore-carousel-label {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2c5282;
}

.lp-explore-carousel-title {
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 1.875rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1a365d;
  line-height: 1.15;
}

.lp-explore-carousel-shell {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}

.lp-explore-carousel-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding-block: 0.25rem;
  outline: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y pinch-zoom;
}

.lp-explore-carousel-viewport:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(44, 82, 130, 0.35);
}

.lp-explore-carousel-track {
  display: flex;
  touch-action: pan-y pinch-zoom;
  will-change: transform;
}

.lp-explore-carousel.is-native-snap .lp-explore-carousel-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.lp-explore-carousel.is-native-snap .lp-explore-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.lp-explore-carousel.is-native-snap .lp-explore-carousel-track {
  will-change: auto;
}

.lp-explore-card {
  position: relative;
  flex: 0 0 90%;
  min-width: 0;
  margin-right: 0.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #1a365d;
  box-shadow:
    0 1px 2px rgba(26, 54, 93, 0.06),
    0 12px 32px rgba(26, 54, 93, 0.12);
  transform: translateZ(0);
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.lp-explore-card:last-child {
  margin-right: 0;
}

.lp-explore-card-media {
  position: relative;
  aspect-ratio: 4 / 5;
  max-height: min(62vh, 28rem);
  overflow: hidden;
  background: #1a365d;
}

.lp-explore-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.lp-explore-card.is-selected .lp-explore-card-media img {
  transform: scale(1);
}

.lp-explore-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(26, 54, 93, 0.92) 0%, rgba(26, 54, 93, 0.45) 42%, rgba(26, 54, 93, 0.12) 70%, transparent 100%);
  pointer-events: none;
}

.lp-explore-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.35rem 1.25rem 1.4rem;
  color: #fff;
  opacity: 0.55;
  transform: translateY(14px);
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-explore-card.is-selected .lp-explore-card-body {
  opacity: 1;
  transform: translateY(0);
}

.lp-explore-card-title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.5rem, 6vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-transform: capitalize;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.lp-explore-card-title--accent {
  color: #f6ad55;
}

.lp-explore-card-desc {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
  max-width: 22rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lp-explore-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.625rem 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.95);
  color: #1a365d;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: background 0.2s ease, transform 0.2s ease;
}

.lp-explore-card-cta .material-symbols-outlined {
  font-size: 1rem;
}

.lp-explore-card-cta:active {
  transform: scale(0.98);
  background: #fff;
}

.lp-explore-carousel-nav {
  position: absolute;
  top: 42%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1a365d;
  box-shadow: 0 4px 18px rgba(26, 54, 93, 0.16);
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lp-explore-carousel-nav:disabled {
  opacity: 0.35;
  pointer-events: none;
}

.lp-explore-carousel-nav--prev {
  left: max(0.35rem, env(safe-area-inset-left, 0px));
}

.lp-explore-carousel-nav--next {
  right: max(0.35rem, env(safe-area-inset-right, 0px));
}

.lp-explore-carousel-nav .material-symbols-outlined {
  font-size: 1.5rem;
}

.lp-explore-carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.15rem;
  padding-inline: 1rem;
}

.lp-explore-carousel-dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(26, 54, 93, 0.22);
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease;
}

.lp-explore-carousel-dot.is-active {
  width: 1.35rem;
  background: #1a365d;
}

.lp-explore-carousel-dot:focus-visible {
  outline: 2px solid #2c5282;
  outline-offset: 2px;
}

@media (max-width: 1024px) {
  .lp-explore-carousel-nav {
    display: none;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .lp-explore-carousel-nav {
    display: grid;
  }

  .lp-explore-card {
    flex-basis: 72%;
  }

  .lp-explore-card-media {
    aspect-ratio: 16 / 11;
    max-height: min(48vh, 26rem);
  }
}

.lp-hero-bg-wrap {
  overflow: hidden;
}

.lp-hero-bg-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 38%;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(26, 54, 93, 0) 0%,
    rgba(246, 245, 244, 0.05) 48%,
    rgba(246, 245, 244, 0.22) 74%,
    rgba(246, 245, 244, 0.48) 100%
  );
}

.lp-hero-bg,
.lp-hero-bg-carousel {
  position: absolute;
  inset: 0;
  background-color: #1a365d;
}

.lp-hero-bg-carousel {
  overflow: hidden;
}

.lp-hero-bg-slide {
  position: absolute;
  inset: 0;
  background-color: #1a365d;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 45%;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
  will-change: opacity;
}

.lp-hero-bg-slide.is-active {
  opacity: 1;
}

.lp-hero.is-parallax-active .lp-hero-bg,
.lp-hero.is-parallax-active .lp-hero-bg-carousel {
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-bg-slide {
    transition: none;
  }
}

.lp-hero-carousel-ui {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.lp-hero-carousel-hit {
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(20%, 5.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.lp-hero-carousel-hit .material-symbols-outlined {
  font-size: 2rem;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.lp-hero-carousel-hit--prev {
  left: 0;
  padding-left: 0.35rem;
}

.lp-hero-carousel-hit--next {
  right: 0;
  padding-right: 0.35rem;
}

.lp-hero:hover .lp-hero-carousel-hit,
.lp-hero-carousel-hit:focus-visible {
  opacity: 1;
}

.lp-hero-carousel-hit:hover,
.lp-hero-carousel-hit:focus-visible {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(26, 54, 93, 0.18);
}

@media (hover: none), (pointer: coarse) {
  .lp-hero-carousel-hit {
    opacity: 0.45;
  }
}

.lp-hero-carousel-dots {
  position: absolute;
  left: max(1.25rem, env(safe-area-inset-left, 0px));
  bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
  display: flex;
  align-items: center;
  gap: 0.45rem;
  pointer-events: auto;
}

.lp-hero-carousel-dot {
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  border-radius: 9999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, width 0.2s ease;
}

.lp-hero-carousel-dot:hover,
.lp-hero-carousel-dot:focus-visible {
  background: rgba(255, 255, 255, 0.72);
  transform: scale(1.12);
}

.lp-hero-carousel-dot.is-active {
  width: 1.35rem;
  background: rgba(255, 255, 255, 0.92);
}

.lp-hero--comfort .lp-hero-carousel-dots {
  left: max(1.5rem, env(safe-area-inset-left, 0px));
}

@media (min-width: 640px) {
  .lp-hero-carousel-dots {
    left: max(1.5rem, env(safe-area-inset-left, 0px));
    bottom: max(2rem, env(safe-area-inset-bottom, 0px));
  }
}

.lp-hero.is-parallax-active .lp-hero-badge,
.lp-hero.is-parallax-active .lp-hero-tag,
.lp-hero.is-parallax-active .lp-stat {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.lp-hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--lp-hero-overlay);
}

.lp-hero-glow {
  position: absolute;
  border-radius: 9999px;
  filter: blur(80px);
  pointer-events: none;
}

.lp-hero-live-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #34d399;
  box-shadow: 0 0 12px rgba(52, 211, 153, 0.85);
}

@media (prefers-reduced-motion: no-preference) {
  .lp-hero-live-dot {
    animation: lp-hero-pulse 2.4s ease-in-out infinite;
  }
}

@keyframes lp-hero-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.65; transform: scale(0.92); }
}

.lp-hero-accent {
  background: linear-gradient(135deg, #bee3f8 0%, #90cdf4 42%, #e9d8fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp-hero-sub {
  color: rgba(255, 255, 255, 0.92);
}

.lp-hero-type-wrap {
  display: inline;
  white-space: normal;
  overflow-wrap: break-word;
}

.lp-hero-typed {
  color: #bee3f8;
  font-weight: 600;
}

.lp-hero-type-cursor {
  display: inline-block;
  width: 2px;
  height: 1.05em;
  margin-left: 3px;
  vertical-align: text-bottom;
  background: #f6ad55;
  border-radius: 1px;
}

@media (prefers-reduced-motion: no-preference) {
  .lp-hero-type-cursor {
    animation: lp-type-blink 1.05s step-end infinite;
  }
}

@keyframes lp-type-blink {
  50% {
    opacity: 0;
  }
}

.lp-hero-rule {
  width: 3.5rem;
  height: 3px;
  border-radius: 9999px;
  margin-bottom: 1.25rem;
  background: linear-gradient(90deg, rgba(144, 205, 244, 0.95), rgba(255, 255, 255, 0.15));
}

.lp-hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}

.lp-hero-tag:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.lp-hero-cta-primary {
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.lp-stat {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.lp-stat:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.24);
}

.lp-trust-item {
  opacity: 1;
}

.lp-scroll-hint {
  bottom: clamp(1.5rem, 4vh, 2.25rem);
  z-index: 6;
  transform: translateX(-50%);
  text-decoration: none;
}

@media (min-width: 1280px) {
  .lp-scroll-hint {
    opacity: 0.5;
  }

  .lp-scroll-hint:hover {
    opacity: 0.85;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .lp-scroll-hint-icon {
    animation: lp-scroll-bob 2.2s ease-in-out infinite;
  }
}

@keyframes lp-scroll-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

/* Vertical section scroller (desktop) — sits in viewport gutter beside content */
.lp-section-scroller {
  position: fixed;
  right: max(1.5rem, env(safe-area-inset-right, 0px));
  top: 50%;
  z-index: 40;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.4s ease,
    border-color 0.4s ease;
}

@media (min-width: 1536px) {
  .lp-section-scroller {
    right: max(1.25rem, calc((100vw - 1380px) / 2 - 3.5rem));
  }
}

.lp-section-scroller-rail {
  padding: 0.875rem 0.7rem 0.875rem 1rem;
  border-radius: 1.25rem;
  background: rgba(15, 23, 42, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  backdrop-filter: blur(14px) saturate(1.15);
  transition:
    background-color 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.lp-section-scroller-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-section-scroller-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  padding: 0.4rem 0.15rem 0.4rem 0.35rem;
  border-radius: 9999px;
  text-decoration: none;
  outline: none;
  transition: background-color 0.25s ease;
}

.lp-section-scroller-item:hover,
.lp-section-scroller-item:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.lp-section-scroller-item.is-active {
  background: rgba(255, 255, 255, 0.12);
}

.lp-section-scroller-label {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  transition:
    max-width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateX(6px);
}

.lp-section-scroller-item.is-active .lp-section-scroller-label,
.lp-section-scroller-rail:hover .lp-section-scroller-item .lp-section-scroller-label,
.lp-section-scroller-item:hover .lp-section-scroller-label,
.lp-section-scroller-item:focus-visible .lp-section-scroller-label {
  max-width: 7.5rem;
  opacity: 1;
  transform: translateX(0);
}

.lp-section-scroller-dot {
  position: relative;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.38);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.lp-section-scroller-item.is-active .lp-section-scroller-dot {
  transform: scale(1.2);
  background: #f6ad55;
  box-shadow: 0 0 0 3px rgba(246, 173, 85, 0.24);
}

.lp-section-scroller-item:hover:not(.is-active) .lp-section-scroller-dot,
.lp-section-scroller-item:focus-visible:not(.is-active) .lp-section-scroller-dot {
  background: rgba(255, 255, 255, 0.72);
  transform: scale(1.08);
}

.lp-section-scroller-item:focus-visible .lp-section-scroller-dot {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}

/* Scroller on light page sections */
.lp-section-scroller.is-on-light .lp-section-scroller-rail {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(26, 54, 93, 0.1);
  box-shadow:
    0 10px 36px rgba(26, 54, 93, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.lp-section-scroller.is-on-light .lp-section-scroller-item:hover,
.lp-section-scroller.is-on-light .lp-section-scroller-item:focus-visible {
  background: rgba(26, 54, 93, 0.05);
}

.lp-section-scroller.is-on-light .lp-section-scroller-item.is-active {
  background: rgba(26, 54, 93, 0.08);
}

.lp-section-scroller.is-on-light .lp-section-scroller-label {
  color: rgba(26, 54, 93, 0.72);
}

.lp-section-scroller.is-on-light .lp-section-scroller-item.is-active .lp-section-scroller-label,
.lp-section-scroller.is-on-light .lp-section-scroller-item:hover .lp-section-scroller-label,
.lp-section-scroller.is-on-light .lp-section-scroller-item:focus-visible .lp-section-scroller-label {
  color: #1a365d;
}

.lp-section-scroller.is-on-light .lp-section-scroller-dot {
  background: rgba(26, 54, 93, 0.22);
}

.lp-section-scroller.is-on-light .lp-section-scroller-item.is-active .lp-section-scroller-dot {
  background: #2c5282;
  box-shadow: 0 0 0 3px rgba(44, 82, 130, 0.18);
}

.lp-section-scroller.is-on-light .lp-section-scroller-item:hover:not(.is-active) .lp-section-scroller-dot,
.lp-section-scroller.is-on-light .lp-section-scroller-item:focus-visible:not(.is-active) .lp-section-scroller-dot {
  background: rgba(26, 54, 93, 0.42);
}

.lp-section-scroller.is-on-light .lp-section-scroller-item:focus-visible .lp-section-scroller-dot {
  outline-color: rgba(26, 54, 93, 0.45);
}

@media (prefers-reduced-motion: reduce) {
  .lp-section-scroller-label {
    max-width: 7.5rem;
    opacity: 1;
    transform: none;
  }

  .lp-section-scroller-item:not(.is-active) .lp-section-scroller-label {
    opacity: 0.65;
  }
}

.lp-section-label {
  letter-spacing: 0.18em;
}

.lp-facility-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1.35rem;
  min-height: 16.5rem;
  background: linear-gradient(145deg, #2c5282 0%, #1a365d 100%);
  border: 1px solid rgba(26, 54, 93, 0.08);
  box-shadow: 0 4px 24px rgba(26, 54, 93, 0.08);
  text-decoration: none;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease;
}

@media (min-width: 768px) {
  .lp-facilities-bento {
    grid-auto-rows: minmax(11.5rem, auto);
  }

  .lp-facility-card--hero {
    min-height: 100%;
  }

  .lp-facility-card--tall {
    min-height: 100%;
  }
}

@media (min-width: 1024px) {
  .lp-facility-card--hero {
    min-height: 26rem;
  }

  .lp-facility-card--tall {
    min-height: 26rem;
  }
}

.lp-facility-card:hover {
  transform: translateY(-5px);
  border-color: rgba(26, 54, 93, 0.16);
  box-shadow: 0 22px 48px rgba(26, 54, 93, 0.16);
}

.lp-facility-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-facility-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8, 15, 30, 0.94) 0%, rgba(8, 15, 30, 0.45) 48%, rgba(8, 15, 30, 0.12) 100%),
    linear-gradient(135deg, rgba(26, 54, 93, 0.15) 0%, transparent 55%);
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.lp-facility-card:hover img {
  transform: scale(1.07);
}

.lp-facility-card:hover::after {
  opacity: 0.92;
}

.lp-facility-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.85rem;
  font-size: 1.25rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, background-color 0.35s ease;
}

.lp-facility-card:hover .lp-facility-icon {
  transform: scale(1.06);
  background: rgba(255, 255, 255, 0.22);
}

.lp-facility-tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.lp-facility-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  transition: gap 0.25s ease;
}

.lp-facility-card:hover .lp-facility-cta {
  gap: 0.65rem;
}

.lp-facility-body {
  position: relative;
  z-index: 1;
}

.lp-step-card {
  position: relative;
  overflow: hidden;
}

.lp-step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1a365d, #2c5282);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.lp-step-card.is-active::before {
  transform: scaleX(1);
}

.lp-contact {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(44, 82, 130, 0.06) 0%, transparent 55%),
    linear-gradient(180deg, #f8f7f6 0%, #ffffff 100%);
  border-top: 1px solid rgba(26, 54, 93, 0.08);
}

.lp-contact-cards {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 1rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 54, 93, 0.08);
  box-shadow: 0 12px 40px rgba(26, 54, 93, 0.05);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.lp-contact-note {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.95rem;
  border-radius: 9999px;
  background: rgba(26, 54, 93, 0.05);
  border: 1px solid rgba(26, 54, 93, 0.08);
}

.lp-contact-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 1.4rem;
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid rgba(26, 54, 93, 0.1);
  box-shadow: 0 4px 18px rgba(26, 54, 93, 0.05);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease;
}

.lp-contact-card--link:hover {
  transform: translateY(-3px);
  border-color: rgba(26, 54, 93, 0.18);
  box-shadow: 0 14px 36px rgba(26, 54, 93, 0.1);
}

.lp-contact-card--location:hover {
  border-color: rgba(26, 54, 93, 0.14);
  box-shadow: 0 8px 28px rgba(26, 54, 93, 0.07);
}

.lp-contact-card--location:has(.lp-contact-card__map:hover) {
  transform: translateY(-3px);
  border-color: rgba(26, 54, 93, 0.2);
  box-shadow: 0 14px 36px rgba(26, 54, 93, 0.1);
}

.lp-contact-card--link {
  text-decoration: none;
  color: inherit;
}

.lp-contact-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.95rem;
  flex-shrink: 0;
  color: #1a365d;
  background: linear-gradient(145deg, rgba(26, 54, 93, 0.1) 0%, rgba(44, 82, 130, 0.06) 100%);
  border: 1px solid rgba(26, 54, 93, 0.08);
}

.lp-contact-card__icon .material-symbols-outlined {
  font-size: 1.375rem;
}

.lp-contact-card__label {
  margin: 0 0 0.2rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #718096;
}

.lp-contact-card__value {
  margin: 0;
  font-size: clamp(0.9375rem, 2.2vw, 1.0625rem);
  font-weight: 600;
  color: #1a202c;
  line-height: 1.35;
  word-break: break-word;
}

.lp-contact-card--link:hover .lp-contact-card__value {
  color: #1a365d;
}

.lp-contact-card__hint {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  color: #718096;
  line-height: 1.4;
}

.lp-contact-card__arrow {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: #a0aec0;
  transition: transform 0.25s ease, color 0.25s ease;
}

.lp-contact-card--link:hover .lp-contact-card__arrow {
  transform: translateX(4px);
  color: #1a365d;
}

.lp-contact-card__map {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
  padding: 0.55rem 0.9rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1a365d;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(26, 54, 93, 0.14);
  box-shadow: 0 2px 8px rgba(26, 54, 93, 0.06);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.lp-contact-card__map:hover {
  color: #fff;
  background: #1a365d;
  border-color: #1a365d;
  box-shadow: 0 6px 16px rgba(26, 54, 93, 0.22);
  transform: translateY(-1px);
}

.lp-audience-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.lp-audience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(26, 54, 93, 0.1);
  border-color: rgba(26, 54, 93, 0.25);
}

.lp-team {
  background: linear-gradient(145deg, #1a365d 0%, #2c5282 52%, #1a365d 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-team-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: transform 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

.lp-team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.11);
}

.lp-team-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a365d;
  background: linear-gradient(135deg, #ffffff 0%, #bee3f8 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.lp-cta-band {
  background: linear-gradient(135deg, #1a365d 0%, #2c5282 50%, #1a365d 100%);
  background-size: 200% 200%;
}

.lp-scroll-hint {
  animation: none;
}

@keyframes lp-bob {
  0%, 100% { transform: translateY(0); opacity: 0.45; }
  50% { transform: translateY(6px); opacity: 0.9; }
}

.lp-gwill-hide {
  /* Initial state handled by GSAP autoAlpha; kept for reduced-motion fallback hook */
}

.lp-mobile-cta {
  display: none;
}

.lp-page-gutter {
  padding-left: max(1rem, env(safe-area-inset-left, 0px));
  padding-right: max(1rem, env(safe-area-inset-right, 0px));
}

@media (max-width: 767px) {
  .lp-nav-inner {
    min-height: 3.75rem;
    height: 3.75rem;
    padding-left: max(0.875rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.875rem, env(safe-area-inset-right, 0px));
  }

  .lp-main {
    padding-top: env(safe-area-inset-top, 0px);
  }

  .lp-login-btn {
    min-width: auto;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    font-size: 0.875rem;
  }

  .lp-hero {
    min-height: 100svh;
    min-height: 100dvh;
    height: auto;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .lp-hero > .relative.z-10,
  .lp-hero > .lp-hero-content {
    justify-content: flex-start;
    padding-top: max(1.25rem, env(safe-area-inset-top, 0px));
    padding-bottom: clamp(6rem, 12vh, 8rem);
  }

  .lp-hero > .relative.z-10 {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
  }

  .lp-hero-badge {
    max-width: 100%;
    padding: 0.5rem 0.75rem;
    margin-bottom: 1.25rem;
  }

  .lp-hero-badge span:last-child {
    font-size: 0.625rem;
    letter-spacing: 0.06em;
    line-height: 1.35;
  }

  .lp-hero h1 {
    font-size: clamp(1.75rem, 7.5vw, 2.35rem);
    margin-bottom: 1rem;
  }

  .lp-scroll-rail {
    display: none;
  }

  .lp-scroll-section:not(.lp-scroll-section--mobile) {
    touch-action: pan-y;
  }

  .lp-scroll-section:not(.lp-scroll-section--mobile) .lp-scroll-pin {
    min-height: 100svh;
    min-height: 100dvh;
  }

  .lp-scroll-phrases {
    width: min(94vw, 56rem);
    padding-inline: 0.5rem;
  }

  .lp-scroll-text-hint {
    font-size: 0.5625rem;
    letter-spacing: 0.28em;
  }

  .lp-scroll-phrase-line {
    font-size: clamp(2rem, 11vw, 2.75rem);
  }

  .lp-hero-sub {
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
    line-height: 1.55;
  }

  .lp-hero-type-wrap {
    white-space: normal;
  }

  .lp-hero-sub-tail {
    margin-top: 0.625rem;
  }

  .lp-hero-cta {
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
  }

  .lp-hero-tags {
    margin-bottom: 1.25rem;
  }

  .lp-hero-tag {
    font-size: 0.75rem;
    padding: 0.3125rem 0.75rem;
  }

  .lp-hero-cta a {
    width: 100%;
    justify-content: center;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lp-stat {
    padding: 0.875rem 1rem;
  }

  .lp-stat p:first-child {
    font-size: 1.375rem;
  }

  .lp-scroll-hint {
    display: none;
  }

  .lp-trust {
    margin-top: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .lp-hero::after {
    height: clamp(8rem, 20vh, 11rem);
  }

  .lp-hero-bg-wrap::after {
    height: 40%;
  }

  .lp-trust > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    justify-items: start;
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }

  .lp-trust-item {
    font-size: 0.8125rem;
    gap: 0.375rem;
  }

  .lp-trust-item .material-symbols-outlined {
    font-size: 1.125rem !important;
  }

  .lp-section-mobile {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lp-section-head {
    margin-bottom: 2rem !important;
  }

  .lp-section-head h2 {
    font-size: 1.625rem;
  }

  .lp-facility-card {
    min-height: 14.5rem;
    border-radius: 1rem;
  }

  .lp-facility-card--hero,
  .lp-facility-card--tall {
    min-height: 17.5rem;
  }

  .lp-facility-card img {
    object-position: center;
  }

  .lp-facility-body {
    padding: 1.25rem !important;
  }

  .lp-facility-body h3 {
    font-size: 1.25rem;
  }

  .lp-step-card {
    padding: 1.5rem !important;
  }

  .lp-audience-card {
    padding: 1.25rem !important;
  }

  .lp-cta-band {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lp-cta-band a {
    width: 100%;
    justify-content: center;
  }

  .lp-contact-card {
    padding: 1rem 1.25rem !important;
  }

  .lp-mobile-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    padding: 0.75rem max(1rem, env(safe-area-inset-left, 0px)) calc(0.75rem + env(safe-area-inset-bottom, 0px)) max(1rem, env(safe-area-inset-right, 0px));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(203, 213, 224, 0.85);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 -8px 32px rgba(26, 54, 93, 0.08);
  }

  .lp-mobile-cta a {
    flex: 1;
    justify-content: center;
  }

  body.lp-shell {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
  }

  footer {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  footer .max-w-\[1280px\]:first-child {
    gap: 2rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-scroll-hint { animation: none; }
  .lp-facility-card img { transition: none; }
  .lp-audience-card { transition: none; }
  .lp-explore-card-media img,
  .lp-explore-card-body {
    transition: none;
  }
  .lp-explore-carousel.is-native-snap .lp-explore-carousel-viewport {
    scroll-behavior: auto;
  }
}

/* Room 416 lead slide — interior photo reads better centered */
.lp-hero-bg-slide:first-child {
  background-position: center center;
}

/* Safari / iOS — scoped fixes; other browsers ignore these rules */
@supports (-webkit-touch-callout: none) {
  .lp-hero {
    min-height: -webkit-fill-available;
  }

  @media (max-width: 767px) {
    .lp-hero {
      height: auto;
    }
  }
}

/* Safari < 16: overflow-x clip is not supported */
.lp-hero.lp-hero--comfort {
  overflow-x: hidden;
}

/* Prevent horizontal scroll bleed on iOS without touching desktop layout */
@supports (-webkit-touch-callout: none) {
  html:has(body.lp-shell),
  body.lp-shell {
    overflow-x: hidden;
    width: 100%;
  }
}

/* Fixed chrome: own layer stops Safari scroll overlap glitches */
header.lp-nav,
.lp-mobile-cta {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (max-width: 767px) {
  .lp-mobile-cta {
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
  }
}
