/*
Theme Name: Las Vegas en Español — Twenty Twenty-Five Child
Theme URI: https://lasvegasenespanol.com/
Description: Native Gutenberg travel experience for Las Vegas en Español.
Author: Las Vegas en Español LLC
Version: 1.0.0
Template: twentytwentyfive
Text Domain: lve-twentytwentyfive
Requires at least: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
*/

:root {
  --lve-ink: #091522;
  --lve-ink-soft: #142639;
  --lve-night: #050c15;
  --lve-cream: #f7f3eb;
  --lve-paper: #fffdf9;
  --lve-white: #ffffff;
  --lve-gold: #f2c14e;
  --lve-gold-deep: #754700;
  --lve-coral: #bd4728;
  --lve-sage: #76917d;
  --lve-violet: #6752a5;
  --lve-blue: #477f9e;
  --lve-muted: #5b6873;
  --lve-line: rgba(9, 21, 34, 0.14);
  --lve-shell: 1240px;
  --lve-header-height: 117px;
  --lve-radius-sm: 14px;
  --lve-radius-md: 24px;
  --lve-radius-lg: 36px;
  --lve-shadow: 0 24px 70px rgba(7, 17, 29, 0.14);
}

.lve-home,
.lve-site-header,
.lve-site-footer {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.lve-home,
.lve-home *,
.lve-site-header,
.lve-site-header *,
.lve-site-footer,
.lve-site-footer * {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--lve-header-height) + 18px);
}

body.home .wp-site-blocks,
body.front-page .wp-site-blocks {
  padding: 0;
}

body.home .wp-site-blocks > main,
body.front-page .wp-site-blocks > main,
.lve-page-main,
.lve-page-main > .wp-block-post-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.home .wp-site-blocks > header,
body.front-page .wp-site-blocks > header,
body.home header.wp-block-template-part,
body.front-page header.wp-block-template-part {
  position: sticky;
  z-index: 1000;
  top: 0;
  margin: 0;
}

.admin-bar.home .wp-site-blocks > header,
.admin-bar.front-page .wp-site-blocks > header,
.admin-bar.home header.wp-block-template-part,
.admin-bar.front-page header.wp-block-template-part {
  top: 32px;
}

body.home footer.wp-block-template-part,
body.front-page footer.wp-block-template-part {
  margin: 0;
}

.lve-home {
  --wp--style--block-gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--lve-ink);
  background: var(--lve-paper);
}

.lve-home > *,
.lve-home p,
.lve-home h1,
.lve-home h2,
.lve-home h3,
.lve-site-header p,
.lve-site-footer p,
.lve-site-footer h2,
.lve-site-footer h3 {
  margin-top: 0;
}

.lve-home .alignfull,
.lve-site-header.alignfull,
.lve-site-footer.alignfull {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.lve-home img {
  display: block;
  max-width: 100%;
}

.lve-home a,
.lve-site-header a,
.lve-site-footer a {
  text-underline-offset: 0.2em;
}

.lve-home a:focus-visible,
.lve-home summary:focus-visible,
.lve-site-header a:focus-visible,
.lve-site-header button:focus-visible,
.lve-site-footer a:focus-visible {
  outline: 3px solid var(--lve-gold);
  outline-offset: 4px;
}

.lve-section {
  padding: clamp(82px, 8vw, 124px) clamp(18px, 4vw, 48px);
}

.lve-eyebrow {
  margin-bottom: 22px;
  color: var(--lve-gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.lve-eyebrow::before {
  display: inline-block;
  width: 26px;
  height: 2px;
  margin: 0 12px 3px 0;
  background: currentColor;
  content: "";
}

.lve-eyebrow-light {
  color: var(--lve-gold);
}

.lve-section-title {
  margin-bottom: 22px;
  color: var(--lve-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 5.1rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.lve-section-intro {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--lve-muted);
  font-size: clamp(1rem, 0.96rem + 0.24vw, 1.17rem);
  line-height: 1.75;
}

.lve-heading-split {
  margin-bottom: clamp(42px, 5vw, 70px);
  gap: clamp(28px, 5vw, 76px);
}

.lve-heading-centered {
  margin-bottom: clamp(42px, 5vw, 70px);
}

.lve-heading-centered .lve-section-intro {
  margin-inline: auto;
}

/* Global header */

.lve-site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  margin: 0;
  color: var(--lve-ink);
  background: rgba(255, 253, 249, 0.97);
  border-bottom: 1px solid rgba(9, 21, 34, 0.09);
  box-shadow: 0 10px 30px rgba(5, 12, 21, 0.04);
}

.lve-skip-link-wrap {
  position: absolute;
  z-index: 100002;
  top: 8px;
  left: 8px;
  margin: 0;
}

.lve-skip-link-wrap a {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.lve-skip-link-wrap a:focus {
  position: static;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  overflow: visible;
  clip-path: none;
  color: var(--lve-ink);
  background: var(--lve-gold);
  border-radius: 10px;
  font-weight: 900;
}

.lve-utility-bar {
  min-height: 35px;
  padding: 8px clamp(18px, 4vw, 58px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--lve-night);
}

.lve-utility-inner {
  width: min(100%, var(--lve-shell));
  margin-inline: auto;
  gap: 20px;
}

.lve-utility-copy,
.lve-utility-contact {
  margin-bottom: 0;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.lve-utility-contact a {
  color: var(--lve-white);
}

.lve-header-inner {
  width: min(100%, 1340px);
  min-height: 82px;
  margin-inline: auto;
  padding: 14px clamp(18px, 4vw, 52px);
  gap: clamp(18px, 3vw, 46px);
}

.lve-header-brand {
  flex: 0 1 330px;
  gap: 12px;
}

.lve-header-brand .wp-block-site-logo {
  flex: 0 0 auto;
  margin: 0;
}

.lve-header-brand .custom-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.lve-site-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1rem + 0.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1;
}

.lve-site-title a {
  color: var(--lve-ink);
  text-decoration: none;
}

.lve-global-nav {
  margin-left: auto;
}

.lve-global-nav .wp-block-navigation-item__content {
  color: #2c3945;
  font-size: 0.82rem;
  font-weight: 780;
  text-decoration: none;
}

.lve-header-actions {
  flex: 0 0 auto;
}

.lve-header-actions .wp-block-button__link {
  min-height: 46px;
  padding: 13px 19px;
  border: 1px solid var(--lve-ink);
  border-radius: 999px;
  color: var(--lve-white);
  background: var(--lve-ink);
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.lve-header-actions .wp-block-button__link:hover {
  color: var(--lve-ink);
  background: var(--lve-gold);
  transform: translateY(-2px);
}

/* Hero */

.lve-hero {
  isolation: isolate;
  color: var(--lve-white);
}

.lve-hero .wp-block-cover__image-background {
  filter: saturate(0.9) contrast(1.06);
  object-position: 54% center;
}

.lve-hero .wp-block-cover__background {
  background:
    linear-gradient(90deg, rgba(3, 10, 17, 0.95) 0%, rgba(4, 11, 19, 0.82) 42%, rgba(5, 12, 20, 0.25) 76%, rgba(5, 12, 20, 0.42) 100%) !important;
  opacity: 1 !important;
}

.lve-hero .wp-block-cover__inner-container {
  width: min(calc(100% - 40px), var(--lve-shell));
}

.lve-hero-grid {
  min-height: 690px;
  margin-bottom: 0;
  gap: clamp(54px, 8vw, 120px);
}

.lve-hero-title {
  max-width: 790px;
  margin-bottom: 30px;
  color: var(--lve-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.65rem, 7.3vw, 7.7rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.88;
  text-wrap: balance;
}

.lve-hero-title em {
  color: var(--lve-gold);
  font-weight: 500;
}

.lve-hero-lede {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.06rem, 0.98rem + 0.35vw, 1.27rem);
  line-height: 1.72;
}

.lve-hero-actions,
.lve-help-actions {
  gap: 12px;
}

.lve-button .wp-block-button__link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lve-button .wp-block-button__link:hover {
  transform: translateY(-2px);
}

.lve-button-gold .wp-block-button__link {
  color: var(--lve-ink);
  background: var(--lve-gold);
  box-shadow: 0 14px 34px rgba(242, 193, 78, 0.22);
}

.lve-button-glass .wp-block-button__link,
.lve-button-outline-light .wp-block-button__link {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--lve-white);
  background: rgba(255, 255, 255, 0.06);
}

.lve-button-dark .wp-block-button__link {
  color: var(--lve-white);
  background: var(--lve-ink);
}

.lve-hero-note {
  max-width: 330px;
  margin-left: auto;
  padding: 30px 24px 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(4, 15, 27, 0.7);
  backdrop-filter: blur(13px);
}

.lve-note-label {
  margin-bottom: 18px;
  color: var(--lve-gold);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.lve-note-title {
  margin-bottom: 12px;
  color: var(--lve-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.lve-note-copy {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.65;
}

.lve-note-link {
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 850;
}

.lve-note-link a {
  color: var(--lve-white);
}

/* Discovery and proof */

.lve-discovery {
  position: relative;
  z-index: 4;
  margin-top: -52px !important;
  padding-inline: clamp(16px, 4vw, 48px);
}

.lve-discovery-grid {
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 16px;
  background: var(--lve-white);
  box-shadow: var(--lve-shadow);
  gap: 0;
}

.lve-discovery-grid > .wp-block-column {
  min-height: 104px;
  padding: 24px clamp(18px, 2.2vw, 30px);
}

.lve-discovery-intro {
  background: var(--lve-gold);
}

.lve-discovery-label,
.lve-discovery-index {
  margin-bottom: 8px;
  color: var(--lve-gold-deep);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.lve-discovery-title,
.lve-discovery-name {
  margin-bottom: 4px;
  font-family: Georgia, "Times New Roman", serif;
}

.lve-discovery-title {
  font-size: 1.34rem;
}

.lve-discovery-name {
  font-size: 1.05rem;
}

.lve-discovery-name a {
  color: var(--lve-ink);
  text-decoration: none;
}

.lve-discovery-copy {
  margin-bottom: 0;
  color: var(--lve-muted);
  font-size: 0.72rem;
}

.lve-discovery-item {
  border-right: 1px solid var(--lve-line);
}

.lve-discovery-item:last-child {
  border-right: 0;
}

.lve-proof {
  padding: 70px clamp(18px, 4vw, 48px) 38px;
}

.lve-proof-grid {
  gap: 0;
}

.lve-proof-item {
  min-height: 72px;
  padding: 8px 24px;
  border-right: 1px solid var(--lve-line);
}

.lve-proof-grid > .wp-block-column:last-child .lve-proof-item {
  border-right: 0;
}

.lve-proof-label {
  margin-bottom: 5px;
  color: var(--lve-gold-deep);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.lve-proof-copy {
  margin-bottom: 0;
  color: var(--lve-muted);
  font-size: 0.81rem;
}

/* Experience cards */

.lve-experiences {
  background: var(--lve-paper);
}

.lve-card-grid,
.lve-guide-grid,
.lve-intent-grid {
  gap: clamp(18px, 2.4vw, 30px);
}

.lve-experience-card,
.lve-guide-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--lve-line);
  border-radius: var(--lve-radius-md);
  background: var(--lve-white);
  box-shadow: 0 16px 44px rgba(7, 17, 29, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.lve-experience-card:hover,
.lve-guide-card:hover {
  box-shadow: 0 26px 60px rgba(7, 17, 29, 0.13);
  transform: translateY(-5px);
}

.lve-card-image,
.lve-guide-image {
  margin: 0;
  overflow: hidden;
}

.lve-card-image a,
.lve-guide-image a {
  height: 100%;
  display: block;
}

.lve-card-image a:focus-visible,
.lve-guide-image a:focus-visible {
  position: relative;
  z-index: 2;
  outline: 4px solid var(--lve-gold);
  outline-offset: -4px;
}

.lve-card-image img,
.lve-guide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.lve-card-image {
  aspect-ratio: 1.22 / 1;
}

.lve-guide-image {
  aspect-ratio: 1.45 / 1;
}

.lve-experience-card:hover img,
.lve-guide-card:hover img {
  transform: scale(1.035);
}

.lve-card-body {
  padding: 28px;
}

.lve-card-kicker,
.lve-card-meta {
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lve-card-kicker {
  margin-bottom: 12px;
  color: var(--lve-gold-deep);
}

.lve-card-title,
.lve-guide-title {
  margin-bottom: 14px;
  color: var(--lve-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 1.3rem + 0.8vw, 2.15rem);
  line-height: 1.06;
}

.lve-card-meta {
  margin-bottom: 18px;
  color: var(--lve-muted);
  letter-spacing: 0.05em;
  text-transform: none;
}

.lve-card-copy {
  color: var(--lve-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.lve-text-link {
  margin-bottom: 0;
  font-size: 0.78rem;
  font-weight: 900;
}

.lve-text-link a {
  color: var(--lve-ink);
}

.lve-affiliate-note {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--lve-muted);
  font-size: 0.72rem;
  line-height: 1.6;
  text-align: center;
}

/* Intent cards */

.lve-intent {
  background: var(--lve-cream);
}

.lve-intent-grid-second {
  margin-top: clamp(18px, 2.4vw, 30px);
}

.lve-intent-card {
  min-height: 210px;
  padding: 26px;
  border-radius: 20px;
  transition: transform 0.2s ease;
}

.lve-intent-card:hover {
  transform: translateY(-4px);
}

.lve-intent-index {
  margin-bottom: 40px;
  font-size: 0.68rem;
  font-weight: 900;
}

.lve-intent-title {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.62rem;
}

.lve-intent-title a {
  color: inherit;
  text-decoration: none;
}

.lve-intent-copy {
  margin-bottom: 0;
  font-size: 0.84rem;
  line-height: 1.55;
}

.lve-tone-sand { background: #e9d9b8; }
.lve-tone-coral { color: #2c150f; background: #df8a6f; }
.lve-tone-violet { color: var(--lve-white); background: var(--lve-violet); }
.lve-tone-sage { background: #afc2b2; }
.lve-tone-ink { color: var(--lve-white); background: var(--lve-ink); }
.lve-tone-blue { color: #071a26; background: #9dbdce; }

/* Planner */

.lve-planner {
  position: relative;
  overflow: hidden;
  color: var(--lve-white);
  background: var(--lve-ink);
}

.lve-planner::before {
  position: absolute;
  width: 640px;
  height: 640px;
  top: -280px;
  right: -160px;
  border-radius: 50%;
  background: rgba(242, 193, 78, 0.09);
  content: "";
}

.lve-planner-grid {
  position: relative;
  gap: clamp(48px, 8vw, 110px);
}

.lve-planner .lve-section-title {
  color: var(--lve-white);
}

.lve-planner .lve-section-intro {
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.68);
}

.lve-control-label {
  margin: 26px 0 12px;
  color: var(--lve-white);
  font-size: 0.8rem;
  font-weight: 850;
}

.lve-choice-row {
  gap: 9px;
}

.lve-plan-control .wp-block-button__link {
  min-height: 43px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
}

.lve-plan-control.is-active .wp-block-button__link,
.lve-plan-control .wp-block-button__link[aria-pressed="true"] {
  border-color: var(--lve-gold);
  color: var(--lve-ink);
  background: var(--lve-gold);
}

.lve-plan-result {
  padding: clamp(28px, 4vw, 48px);
  border-radius: 8px;
  color: var(--lve-ink);
  background: var(--lve-paper);
  box-shadow: 20px 22px 0 rgba(242, 193, 78, 0.18);
  transform: rotate(0.7deg);
}

.lve-plan-context {
  margin-bottom: 22px;
  color: var(--lve-gold-deep);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.lve-plan-panel,
.lve-route {
  display: none;
}

.lve-plan-panel.is-active,
.lve-route.is-active {
  display: block;
}

.lve-plan-title {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1;
}

.lve-plan-summary {
  margin-bottom: 25px;
  color: var(--lve-muted);
  line-height: 1.65;
}

.lve-route {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  counter-reset: plan-step;
}

.lve-route li {
  position: relative;
  min-height: 48px;
  padding: 13px 0 13px 44px;
  border-top: 1px solid var(--lve-line);
  font-size: 0.88rem;
  font-weight: 750;
  counter-increment: plan-step;
}

.lve-route li::before {
  position: absolute;
  left: 0;
  color: var(--lve-gold-deep);
  font-size: 0.67rem;
  font-weight: 900;
  content: "0" counter(plan-step);
}

.lve-plan-footnote {
  margin: 20px 0 0;
  color: var(--lve-muted);
  font-size: 0.68rem;
}

.editor-styles-wrapper .lve-plan-panel,
.editor-styles-wrapper .lve-route {
  display: block;
}

/* Clarity */

.lve-clarity {
  background: var(--lve-paper);
}

.lve-clarity-grid {
  gap: 0;
}

.lve-clarity-item {
  min-height: 245px;
  padding: 30px;
  border-right: 1px solid var(--lve-line);
}

.lve-clarity-grid > .wp-block-column:last-child .lve-clarity-item {
  border-right: 0;
}

.lve-clarity-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border: 1px solid var(--lve-line);
  border-radius: 50%;
  color: var(--lve-gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
}

.lve-clarity-item h2,
.lve-clarity-item h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.lve-clarity-item p:last-child {
  margin-bottom: 0;
  color: var(--lve-muted);
  font-size: 0.85rem;
  line-height: 1.65;
}

.lve-travel-alert {
  margin-top: 42px;
  padding: 28px;
  border-radius: 18px;
  background: var(--lve-cream);
  gap: 24px;
}

.lve-alert-label {
  margin-bottom: 7px;
  color: var(--lve-coral);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.lve-alert-title {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.lve-alert-copy {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--lve-muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* Itinerary */

.lve-itinerary {
  color: var(--lve-white);
  background: var(--lve-ink-soft);
}

.lve-itinerary-grid {
  gap: clamp(45px, 8vw, 110px);
}

.lve-itinerary .lve-section-title {
  color: var(--lve-white);
}

.lve-itinerary .lve-section-intro {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.68);
}

.lve-itinerary-image {
  aspect-ratio: 0.92 / 1;
  overflow: hidden;
  margin: 0;
  border-radius: 220px 220px 22px 22px;
}

.lve-itinerary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lve-day-block {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  gap: 20px;
}

.lve-day-label {
  flex: 0 0 65px;
  margin-bottom: 0;
  color: var(--lve-gold);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.lve-day-block h3 {
  margin-bottom: 6px;
  color: var(--lve-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.lve-day-block p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  line-height: 1.55;
}

.lve-text-link-light a {
  color: var(--lve-white);
}

/* Guides and help */

.lve-guides {
  background: var(--lve-paper);
}

.lve-guide-card {
  padding-bottom: 26px;
}

.lve-guide-card > .lve-card-kicker,
.lve-guide-card > .lve-guide-title,
.lve-guide-card > .lve-card-copy,
.lve-guide-card > .lve-text-link {
  margin-right: 24px;
  margin-left: 24px;
}

.lve-guide-card > .lve-card-kicker {
  margin-top: 24px;
}

.lve-guide-title a {
  color: var(--lve-ink);
  text-decoration: none;
}

.lve-help {
  position: relative;
  overflow: hidden;
  color: var(--lve-white);
  background: var(--lve-ink-soft);
}

.lve-help::after {
  position: absolute;
  right: -30px;
  bottom: -100px;
  color: rgba(255, 255, 255, 0.035);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14rem;
  content: "VEGAS";
}

.lve-help-grid {
  position: relative;
  z-index: 1;
  gap: clamp(45px, 8vw, 105px);
}

.lve-help .lve-section-title {
  color: var(--lve-white);
}

.lve-help .lve-section-intro {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.68);
}

.lve-help-hours {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
}

.lve-faq-list details {
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.lve-faq-list details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.lve-faq-list summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--lve-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  cursor: pointer;
  list-style: none;
}

.lve-faq-list summary::-webkit-details-marker {
  display: none;
}

.lve-faq-list summary::after {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  content: "+";
}

.lve-faq-list details[open] summary::after {
  content: "−";
}

.lve-faq-list details > p {
  max-width: 620px;
  padding: 0 38px 22px 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  line-height: 1.7;
}

/* Global footer */

.lve-site-footer {
  width: 100%;
  margin: 0;
  padding: 78px clamp(20px, 4vw, 54px) 28px;
  color: rgba(255, 255, 255, 0.68);
  background: var(--lve-night);
}

.lve-footer-inner {
  width: min(100%, var(--lve-shell));
  margin-inline: auto;
}

.lve-footer-grid {
  gap: clamp(32px, 6vw, 78px);
}

.lve-footer-title {
  margin-bottom: 16px;
  color: var(--lve-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.lve-footer-title a {
  color: inherit;
  text-decoration: none;
}

.lve-footer-copy,
.lve-footer-contact,
.lve-footer-links {
  font-size: 0.82rem;
  line-height: 1.85;
}

.lve-footer-contact a,
.lve-footer-links a {
  color: rgba(255, 255, 255, 0.74);
}

.lve-footer-heading {
  margin-bottom: 18px;
  color: var(--lve-gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lve-footer-separator {
  margin: 52px 0 24px;
  border-color: rgba(255, 255, 255, 0.14);
}

.lve-footer-bottom {
  gap: 20px;
}

.lve-footer-legal,
.lve-footer-disclosure,
.lve-footer-policy {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.68rem;
  line-height: 1.6;
}

.lve-footer-policy a {
  color: rgba(255, 255, 255, 0.65);
}

/* Mobile dock */

.lve-mobile-dock {
  display: none;
}

@media (max-width: 1100px) {
  .lve-global-nav .wp-block-navigation-item__content {
    font-size: 0.75rem;
  }

  .lve-header-inner {
    gap: 18px;
  }

  .lve-hero-grid {
    gap: 45px;
  }

  .lve-clarity-grid {
    flex-wrap: wrap !important;
  }

  .lve-clarity-grid > .wp-block-column {
    flex-basis: calc(50% - 1px) !important;
  }

  .lve-clarity-item {
    border-bottom: 1px solid var(--lve-line);
  }
}

@media (max-width: 900px) {
  :root {
    --lve-header-height: 108px;
  }

  body.home .wp-site-blocks > header,
  body.front-page .wp-site-blocks > header,
  body.home header.wp-block-template-part,
  body.front-page header.wp-block-template-part,
  .lve-site-header,
  .lve-header-inner {
    filter: none !important;
    transform: none !important;
    contain: none !important;
    backdrop-filter: none !important;
  }

  .lve-utility-copy {
    display: none;
  }

  .lve-utility-inner {
    justify-content: center;
  }

  .lve-header-inner {
    min-height: 73px;
  }

  .lve-header-actions {
    display: none !important;
  }

  .lve-global-nav {
    flex: 0 0 auto;
  }

  .lve-global-nav .wp-block-navigation__responsive-container-open {
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(9, 21, 34, 0.18);
    border-radius: 50%;
    color: var(--lve-ink);
  }

  .lve-global-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .lve-global-nav .wp-block-navigation__responsive-container.is-menu-open {
    position: fixed !important;
    z-index: 100000 !important;
    inset: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh !important;
    display: flex !important;
    margin: 0 !important;
    padding:
      calc(80px + env(safe-area-inset-top))
      max(24px, env(safe-area-inset-right))
      calc(30px + env(safe-area-inset-bottom))
      max(24px, env(safe-area-inset-left)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    color: var(--lve-white) !important;
    background: var(--lve-night) !important;
    -webkit-overflow-scrolling: touch;
  }

  .lve-global-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
  .lve-global-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog,
  .lve-global-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    width: 100%;
    max-width: none;
    padding: 0 !important;
  }

  .lve-global-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    position: fixed !important;
    z-index: 100001;
    top: max(20px, env(safe-area-inset-top));
    right: max(20px, env(safe-area-inset-right));
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lve-white) !important;
  }

  .lve-global-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    width: 100%;
    display: grid !important;
    gap: 0 !important;
  }

  .lve-global-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    width: 100%;
  }

  .lve-global-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    width: 100%;
    min-height: 62px;
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--lve-white) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 6vw, 2.3rem);
    font-weight: 500;
    text-decoration: none;
  }

  html.has-modal-open,
  body.has-modal-open {
    overflow: hidden !important;
  }

  html.has-modal-open .lve-mobile-dock,
  body.has-modal-open .lve-mobile-dock {
    display: none !important;
  }

  @supports selector(body:has(*)) {
    body:has(.lve-global-nav .wp-block-navigation__responsive-container.is-menu-open) .lve-mobile-dock {
      display: none !important;
    }
  }

  .lve-hero-grid,
  .lve-planner-grid,
  .lve-itinerary-grid,
  .lve-help-grid {
    flex-direction: column;
  }

  .lve-hero-grid {
    min-height: 665px;
    padding: 60px 0 50px;
  }

  .lve-hero-copy,
  .lve-hero-aside,
  .lve-planner-grid > .wp-block-column,
  .lve-itinerary-grid > .wp-block-column,
  .lve-help-grid > .wp-block-column {
    flex-basis: 100% !important;
  }

  .lve-hero-aside {
    width: min(100%, 360px);
    margin-left: auto;
  }

  .lve-discovery-grid {
    flex-wrap: wrap !important;
  }

  .lve-discovery-grid > .wp-block-column {
    flex-basis: 50% !important;
  }

  .lve-discovery-grid > .lve-discovery-intro {
    flex-basis: 100% !important;
  }

  .lve-proof-grid,
  .lve-intent-grid {
    flex-wrap: wrap !important;
  }

  .lve-proof-grid > .wp-block-column,
  .lve-intent-grid > .wp-block-column {
    flex-basis: calc(50% - 15px) !important;
  }

  .lve-card-grid,
  .lve-guide-grid {
    flex-direction: column;
  }

  .lve-experience-card,
  .lve-guide-card {
    display: grid;
    grid-template-columns: minmax(250px, 0.9fr) 1fr;
  }

  .lve-card-image,
  .lve-guide-image {
    height: 100%;
    aspect-ratio: auto;
  }

  .lve-guide-card > .lve-card-kicker,
  .lve-guide-card > .lve-guide-title,
  .lve-guide-card > .lve-card-copy,
  .lve-guide-card > .lve-text-link {
    grid-column: 2;
  }

  .lve-guide-card > .lve-guide-image {
    grid-row: 1 / 6;
  }

  .lve-plan-result {
    width: min(100%, 580px);
    margin-inline: auto;
    transform: rotate(0.3deg);
  }

  .lve-itinerary-image {
    width: min(100%, 560px);
    aspect-ratio: 1.15 / 1;
    margin-inline: auto;
    border-radius: 190px 190px 22px 22px;
  }

  .lve-footer-grid {
    flex-wrap: wrap !important;
  }

  .lve-footer-grid > .wp-block-column {
    flex-basis: calc(33.33% - 28px) !important;
  }

  .lve-footer-grid > .lve-footer-brand {
    flex-basis: 100% !important;
  }

  .lve-mobile-dock {
    position: fixed;
    z-index: 5000;
    right: 14px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 14px;
    min-height: 58px;
    display: flex;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: var(--lve-white);
    background: rgba(5, 12, 20, 0.94);
    box-shadow: 0 14px 36px rgba(4, 10, 17, 0.32);
    backdrop-filter: blur(14px);
    gap: 6px;
  }

  .lve-mobile-dock p {
    flex: 1;
    margin: 0;
  }

  .lve-mobile-dock a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--lve-white);
    font-size: 0.76rem;
    font-weight: 900;
    text-decoration: none;
  }

  .lve-mobile-dock p:last-child a {
    color: var(--lve-ink);
    background: var(--lve-gold);
  }

  .lve-site-footer {
    padding-bottom: calc(110px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 782px) {
  .admin-bar.home .wp-site-blocks > header,
  .admin-bar.front-page .wp-site-blocks > header,
  .admin-bar.home header.wp-block-template-part,
  .admin-bar.front-page header.wp-block-template-part {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar.home .wp-site-blocks > header,
  .admin-bar.front-page .wp-site-blocks > header,
  .admin-bar.home header.wp-block-template-part,
  .admin-bar.front-page header.wp-block-template-part {
    top: 0;
  }
}

@media (max-width: 640px) {
  .lve-header-brand {
    flex-basis: auto;
  }

  .lve-header-brand .custom-logo {
    width: 44px;
    height: 44px;
  }

  .lve-site-title {
    font-size: 1.04rem;
  }

  .lve-hero {
    min-height: 730px !important;
  }

  .lve-hero .wp-block-cover__image-background {
    object-position: 65% center;
  }

  .lve-hero .wp-block-cover__background {
    background:
      linear-gradient(90deg, rgba(3, 10, 17, 0.96) 0%, rgba(4, 11, 19, 0.72) 100%),
      linear-gradient(0deg, rgba(5, 12, 20, 0.93) 0%, transparent 66%) !important;
  }

  .lve-hero-grid {
    min-height: 650px;
    padding: 46px 0 40px;
  }

  .lve-hero-title {
    font-size: clamp(3.35rem, 16.5vw, 5rem);
    line-height: 0.9;
  }

  .lve-hero-lede {
    font-size: 0.98rem;
  }

  .lve-hero-actions,
  .lve-help-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lve-hero-actions .wp-block-button,
  .lve-help-actions .wp-block-button,
  .lve-hero-actions .wp-block-button__link,
  .lve-help-actions .wp-block-button__link {
    width: 100%;
  }

  .lve-hero-aside {
    display: none;
  }

  .lve-discovery {
    margin-top: -28px !important;
  }

  .lve-discovery-grid {
    flex-direction: column;
  }

  .lve-discovery-grid > .wp-block-column {
    flex-basis: 100% !important;
    border-right: 0;
    border-bottom: 1px solid var(--lve-line);
  }

  .lve-proof-grid {
    flex-direction: column;
  }

  .lve-proof-grid > .wp-block-column {
    flex-basis: 100% !important;
  }

  .lve-proof-item {
    border-right: 0;
    border-bottom: 1px solid var(--lve-line);
  }

  .lve-section {
    padding: 88px 14px;
  }

  .lve-section-title {
    font-size: clamp(2.55rem, 13vw, 3.8rem);
  }

  .lve-heading-split {
    flex-direction: column;
  }

  .lve-heading-split > .wp-block-column {
    flex-basis: 100% !important;
  }

  .lve-experience-card,
  .lve-guide-card {
    display: block;
  }

  .lve-card-image,
  .lve-guide-image {
    aspect-ratio: 1.25 / 1;
  }

  .lve-guide-card > .lve-card-kicker,
  .lve-guide-card > .lve-guide-title,
  .lve-guide-card > .lve-card-copy,
  .lve-guide-card > .lve-text-link {
    margin-right: 22px;
    margin-left: 22px;
  }

  .lve-intent-grid {
    display: flex;
    flex-wrap: nowrap !important;
    margin-right: -14px;
    padding-right: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .lve-intent-grid::-webkit-scrollbar {
    display: none;
  }

  .lve-intent-grid > .wp-block-column {
    min-width: 78vw;
    flex-basis: 78vw !important;
    scroll-snap-align: start;
  }

  .lve-style-choices .wp-block-button {
    flex: 1 1 calc(50% - 6px);
  }

  .lve-plan-result {
    padding: 26px 21px;
    box-shadow: 10px 12px 0 rgba(242, 193, 78, 0.16);
  }

  .lve-clarity-grid {
    flex-direction: column;
  }

  .lve-clarity-grid > .wp-block-column {
    flex-basis: 100% !important;
  }

  .lve-clarity-item {
    min-height: 0;
    padding: 25px 3px;
    border-right: 0;
  }

  .lve-travel-alert {
    align-items: flex-start;
    flex-direction: column;
  }

  .lve-itinerary-image {
    aspect-ratio: 0.95 / 1;
    border-radius: 150px 150px 20px 20px;
  }

  .lve-faq-list summary {
    min-height: 78px;
    font-size: 1rem;
  }

  .lve-footer-grid {
    flex-direction: column;
  }

  .lve-footer-grid > .wp-block-column,
  .lve-footer-grid > .lve-footer-brand {
    flex-basis: 100% !important;
  }

  .lve-footer-bottom {
    align-items: flex-start !important;
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  .lve-site-title {
    max-width: 150px;
    font-size: 0.92rem;
  }

  .lve-hero-title {
    font-size: 3.15rem;
  }

  .lve-intent-grid > .wp-block-column {
    min-width: 84vw;
    flex-basis: 84vw !important;
  }
}

@media (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
  .lve-global-nav .wp-block-navigation__responsive-container.is-menu-open {
    padding-top: calc(58px + env(safe-area-inset-top)) !important;
    padding-bottom: calc(18px + env(safe-area-inset-bottom)) !important;
  }

  .lve-global-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    min-height: 44px;
    padding-block: 8px;
    font-size: 1.05rem;
  }

  .lve-global-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    top: max(8px, env(safe-area-inset-top));
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lve-home *,
  .lve-home *::before,
  .lve-home *::after,
  .lve-site-header *,
  .lve-site-header *::before,
  .lve-site-header *::after,
  .lve-site-footer *,
  .lve-site-footer *::before,
  .lve-site-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (prefers-contrast: more) {
  .lve-card-copy,
  .lve-section-intro,
  .lve-proof-copy {
    color: #33414d;
  }

  .lve-home a:focus-visible,
  .lve-site-header a:focus-visible,
  .lve-site-footer a:focus-visible {
    outline-width: 4px;
  }
}
