:root {
  --lip-shadow: 0 1.25rem 3.5rem rgb(16 36 62 / 10%);
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  text-rendering: optimizeLegibility;
}

body.admin-bar .lip-site-header {
  top: 32px;
}

a {
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #2b68d8;
  outline-offset: 3px;
}

.lip-skip-link {
  background: #fff;
  color: #10243e;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: -10rem;
  z-index: 100000;
}

.lip-skip-link:focus {
  top: 1rem;
}

.lip-site-header {
  backdrop-filter: blur(16px);
  background: rgb(255 255 255 / 94%);
  border-bottom: 1px solid rgb(16 36 62 / 8%);
  position: sticky;
  top: 0;
  z-index: 100;
}

.lip-site-header__inner {
  min-height: 4.75rem;
  padding-inline: 1rem;
}

.lip-wordmark a,
.lip-wordmark {
  color: #10243e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.lip-wordmark a::before,
.lip-wordmark::before {
  background: #c9953f;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.55em;
  margin-right: 0.38em;
  width: 0.55em;
}

.lip-wordmark--footer a,
.lip-wordmark--footer {
  color: #fff;
}

.lip-hero {
  isolation: isolate;
}

.lip-hero::after {
  background: linear-gradient(90deg, rgb(16 36 62 / 94%) 0%, rgb(16 36 62 / 72%) 42%, rgb(16 36 62 / 12%) 78%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.wp-block-cover.lip-hero > .wp-block-cover__inner-container {
  position: relative;
  z-index: 2 !important;
}

.lip-hero__content {
  margin-left: 0 !important;
  max-width: 760px;
  padding: clamp(3rem, 7vw, 7rem) 1rem;
}

.lip-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.25rem;
  list-style: none;
  margin: 1.1rem 0;
  padding: 0;
}

.lip-hero-benefits li {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 750;
  gap: 0.45rem;
}

.lip-hero-benefits li::before {
  color: #e5bc78;
  content: "✓";
  font-weight: 900;
}

.lip-trust-signals {
  background: #f6f2e9;
  border-radius: 1.2rem;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.lip-trust-signals > h2 {
  margin-top: 0;
}

.lip-trust-signals__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.lip-trust-signals__grid article {
  background: #fff;
  border: 1px solid #dce3ea;
  border-radius: 0.8rem;
  padding: 1rem;
}

.lip-trust-signals__grid h3 {
  margin-top: 0;
}

.lip-hero h1 {
  color: #fff;
  letter-spacing: -0.04em;
  margin-block: 0.2em 0.3em;
  max-width: 12ch;
}

.lip-hero .lip-search {
  margin-top: 2.25rem;
  max-width: 920px;
}

.lip-hero .lip-search__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.1rem;
}

.lip-eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.lip-section {
  padding-block: clamp(3.5rem, 8vw, 7rem);
  padding-inline: 1rem;
}

.lip-section-wrap {
  padding-inline: 0;
}

.lip-how > h2,
.lip-section > h2 {
  max-width: 18ch;
}

.lip-step-grid,
.lip-benefit-grid {
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.lip-step,
.lip-benefit {
  background: #fff;
  border: 1px solid #dfe4ea;
  border-radius: 1rem;
  padding: 1.5rem;
}

.lip-step__number {
  color: #c9953f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.lip-editorial-card,
.lip-list-card {
  background: #fff;
  border: 1px solid #dfe4ea;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 2rem rgb(16 36 62 / 6%);
  overflow: hidden;
}

.lip-editorial-card .wp-block-post-featured-image {
  margin: 0;
}

.lip-editorial-card__body {
  padding: 1.25rem;
}

.lip-editorial-card__body .taxonomy-lounge_airport {
  color: #5f6b78;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.lip-editorial-card__body .wp-block-post-title a {
  color: #10243e;
  text-decoration: none;
}

.lip-editorial-card__body .wp-block-post-title a:hover {
  text-decoration: underline;
}

.lip-faq {
  max-width: 850px !important;
}

.lip-faq .wp-block-details {
  border-bottom: 1px solid #dfe4ea;
  margin: 0;
  padding: 1.1rem 0;
}

.lip-faq summary {
  color: #10243e;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 750;
}

.lip-cta {
  border-radius: 1.5rem;
  box-shadow: var(--lip-shadow);
  margin-block: 1rem 6rem;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 6vw, 5rem);
}

.lip-directory-hero {
  padding: clamp(3rem, 7vw, 6rem) 1rem;
}

.lip-directory-hero .lip-search {
  margin-top: 2rem;
}

.lip-lounge-header .wp-block-post-title {
  max-width: 16ch;
}

.lip-lounge-layout {
  gap: clamp(2rem, 5vw, 5rem);
  padding: 0 1rem clamp(4rem, 8vw, 7rem);
}

.lip-booking-aside {
  align-self: flex-start;
  background: #f6f2e9;
  border-radius: 1rem;
  padding: 1.5rem;
  position: sticky;
  top: 6.5rem;
}

.lip-site-footer {
  padding: clamp(3rem, 7vw, 6rem) 1rem 2rem;
}

.lip-site-footer a {
  color: #fff;
}

.lip-footer-list {
  list-style: none;
  padding-left: 0;
}

.lip-footer-list li + li {
  margin-top: 0.55rem;
}

.lip-404 {
  min-height: 60vh;
}

@media (max-width: 782px) {
  body.admin-bar .lip-site-header {
    top: 46px;
  }

  .lip-site-header__inner {
    min-height: 4.25rem;
  }

  .lip-hero {
    min-height: 660px !important;
  }

  .lip-hero::after {
    background: rgb(16 36 62 / 78%);
  }

  .lip-hero__content {
    padding-block: 3rem;
  }

  .lip-booking-aside {
    position: static;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
