/* -----------------------------------------------------------------
   Welcome to LEXX Live (page template) — bookstore-style density
   ----------------------------------------------------------------- */

.main--welcome-lexx-live {
  background: var(--lexx-white);
}

.lexx-welcome-hero {
  padding: clamp(56px, 9vw, 96px) 0 clamp(48px, 7vw, 72px);
  background:
    linear-gradient(180deg, rgba(226, 80, 39, 0.09) 0%, transparent 50%),
    url('../../images/texture.png') left top / contain no-repeat,
    var(--lexx-light-gray);
  border-bottom: 1px solid var(--lexx-border);
}

.lexx-welcome-hero__inner {
  max-width: var(--lexx-container);
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.lexx-welcome-hero__copy {
  text-align: left;
}

.lexx-welcome-hero__copy .lexx-welcome-hero__title,
.lexx-welcome-hero__copy .lexx-welcome-hero__lead {
  margin-left: 0;
  margin-right: 0;
}

.lexx-welcome-hero__copy .lexx-welcome-hero__title {
  max-width: 550px;
}

.lexx-welcome-hero__copy .lexx-welcome-hero__lead {
  max-width: 28rem;
}

.lexx-welcome-hero__copy,
.lexx-welcome-hero__inner > .lexx-welcome-photo {
  min-width: 0;
}

.lexx-welcome-intro-split__row > *,
.lexx-welcome-why-deliver__split > *,
.lexx-welcome-contact__split > * {
  min-width: 0;
}

.lexx-welcome-hero__title {
  margin: 0 0 24px;
  font-family: var(--lexx-font-primary);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--lexx-text);
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.lexx-welcome-hero__title-line {
  display: block;
}

.lexx-welcome-hero__title-line + .lexx-welcome-hero__title-line {
  margin-top: 0.06em;
}

.lexx-welcome-hero__divider {
  border: none;
  border-top: 3px solid var(--lexx-accent-orange);
  width: 60%;
  max-width: 280px;
  margin: clamp(24px, 3.5vw, 36px) 0;
}

.lexx-welcome-hero__lead {
  margin: 0;
  font-family: var(--lexx-font-primary);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: var(--lexx-text);
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
}

.lexx-welcome-hero__brand {
  display: block;
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 800;
  color: var(--lexx-accent-orange);
  letter-spacing: -2px;
  line-height: 1.1;
  margin-top: 0.05em;
}

.lexx-welcome-hero__brand b {
  font-weight: 800;
  letter-spacing: -5px;
}

.lexx-welcome-hero__brand {
  animation: lexx-welcome-neon 3s ease-in-out infinite;
}

@keyframes lexx-welcome-neon {
  0%,
  100% {
    text-shadow:
      0 0 1px color-mix(in srgb, var(--lexx-accent-orange) 55%, transparent),
      0 0 4px color-mix(in srgb, var(--lexx-accent-orange) 32%, transparent),
      0 0 10px color-mix(in srgb, var(--lexx-accent-orange) 20%, transparent),
      0 0 18px color-mix(in srgb, var(--lexx-accent-orange) 12%, transparent);
    opacity: 1;
  }
  50% {
    text-shadow:
      0 0 2px color-mix(in srgb, var(--lexx-white) 88%, transparent),
      0 0 6px color-mix(in srgb, var(--lexx-white) 42%, transparent),
      0 0 12px color-mix(in srgb, var(--lexx-white) 28%, transparent),
      0 0 22px color-mix(in srgb, var(--lexx-white) 18%, transparent),
      0 0 32px color-mix(in srgb, var(--lexx-white) 10%, transparent);
    opacity: 0.75;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lexx-welcome-hero__brand {
    animation: none;
    text-shadow:
      0 0 1px color-mix(in srgb, var(--lexx-accent-orange) 55%, transparent),
      0 0 6px color-mix(in srgb, var(--lexx-accent-orange) 35%, transparent),
      0 0 14px color-mix(in srgb, var(--lexx-accent-orange) 20%, transparent);
  }
}

.lexx-welcome-photo {
  margin: 0;
}

.lexx-welcome-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--lexx-radius-card);
  box-shadow: 0 12px 36px rgba(28, 28, 28, 0.1);
}

.lexx-welcome-photo--hero {
  margin: 0;
  max-width: none;
}

.lexx-welcome-photo--intro {
  margin: 0;
  max-width: none;
}

.lexx-welcome-photo--band {
  margin: 0;
  max-width: none;
}

.lexx-welcome-photo--contact {
  margin: 0;
  max-width: none;
}

/* ----- Sections ----- */

.lexx-welcome-band {
  padding: clamp(24px, 3.5vw, 44px) 0;
  border-bottom: 1px solid var(--lexx-border);
}

/* Expert-led block + transition cards: one section, white then muted band */
.lexx-welcome-band--intro-split {
  padding: 0;
}

.lexx-welcome-intro-split__intro {
  padding: clamp(24px, 3.5vw, 44px) 0 clamp(36px, 6vw, 70px);
  background: var(--lexx-white);
}

.lexx-welcome-intro-split__row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  margin: 0 auto clamp(28px, 4vw, 40px);
  max-width: 1100px;
}

.lexx-welcome-intro-split__text {
  text-align: left;
}

.lexx-welcome-intro-split__text .lexx-welcome-heading {
  font-size: clamp(24px, 3.2vw, 32px);
  margin-left: 0;
  margin-right: 0;
  max-width: 28rem;
}

.lexx-welcome-intro-split__text .lexx-welcome-lede {
  margin: 0;
  max-width: 28rem;
}

.lexx-welcome-intro-split__intro .lexx-welcome-split {
  margin-left: auto;
  margin-right: auto;
}

.lexx-welcome-intro-split__cards {
  padding: clamp(28px, 5vw, 50px) 0 clamp(24px, 3.5vw, 44px);
}

.lexx-welcome-band--muted {
  background: var(--lexx-light-gray);
}

.lexx-welcome-band--center-narrative {
  text-align: center;
}

.lexx-welcome-band--center-narrative .lexx-welcome-heading,
.lexx-welcome-band--center-narrative .lexx-welcome-prose {
  margin-left: auto;
  margin-right: auto;
}

/* Why LEXX Live intro centered; below: What We Deliver (left) + photo (right) */
.lexx-welcome-why-deliver__intro {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto clamp(28px, 4vw, 44px);
}

.lexx-welcome-why-deliver__intro .lexx-welcome-heading,
.lexx-welcome-why-deliver__intro .lexx-welcome-prose {
  margin-left: auto;
  margin-right: auto;
}

.lexx-welcome-why-deliver__intro .lexx-welcome-prose {
  max-width: 40rem;
}

.lexx-welcome-why-deliver__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 1fr);
  gap: clamp(28px, 5vw, 56px);
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}

.lexx-welcome-why-deliver__deliver {
  text-align: left;
}

.lexx-welcome-why-deliver__deliver .lexx-welcome-heading {
  margin-left: 0;
  margin-right: 0;
}

.lexx-welcome-why-deliver__deliver .lexx-welcome-list {
  margin: 0;
  max-width: 28rem;
  text-align: left;
}

/* Who We Serve + Let’s Move Forward — white, two columns */
.lexx-welcome-band--serve-forward {
  background: var(--lexx-white);
}

.lexx-welcome-serve-forward__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 56px);
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.lexx-welcome-serve-forward__col {
  text-align: center;
}

.lexx-welcome-serve-forward__col .lexx-welcome-heading {
  margin-left: auto;
  margin-right: auto;
}

.lexx-welcome-serve-forward__col .lexx-welcome-prose {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}

.lexx-welcome-band--contact {
  background: var(--lexx-light-gray);
  padding-bottom: clamp(28px, 4.5vw, 48px);
  border-bottom: none;
}

.lexx-welcome-band--contact .lexx-welcome-heading {
  margin-bottom: clamp(20px, 3vw, 30px);
}

.lexx-welcome-contact__split {
  display: grid;
  grid-template-columns: minmax(0, 12fr) minmax(0, 8fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.lexx-welcome-contact__split .lexx-welcome-contact-grid {
  margin: 0;
}


.lexx-welcome-band__inner {
  max-width: var(--lexx-container);
  margin: 0 auto;
  padding: 0 20px;
}

.lexx-welcome-band__inner--narrow {
  max-width: 48rem;
}

.lexx-welcome-section-heading {
  margin: 0 0 28px;
  font-family: var(--lexx-font-primary);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: var(--lexx-text);
  line-height: 1.25;
  text-align: center;
}

.lexx-welcome-heading {
  margin: 0 0 16px;
  font-family: var(--lexx-font-primary);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: var(--lexx-text);
  line-height: 1.25;
}

.lexx-welcome-heading--center {
  text-align: center;
  margin-bottom: 32px;
}

.lexx-welcome-lede {
  margin: 0 0 16px;
  font-family: var(--lexx-font-primary);
  font-size: 19px;
  font-weight: 600;
  color: var(--lexx-text);
  line-height: 1.5;
}

.lexx-welcome-intro-split__intro .lexx-welcome-lede:last-child {
  margin-bottom: 0;
}

.lexx-welcome-subhead {
  margin: 0 0 12px;
  font-family: var(--lexx-font-primary);
  font-size: 18px;
  font-weight: 700;
  color: var(--lexx-text);
  line-height: 1.3;
}

.lexx-welcome-prose {
  margin: 0;
  font-family: var(--lexx-font-primary);
  font-size: 17px;
  line-height: 1.7;
  color: var(--lexx-text);
}

.lexx-welcome-prose--emphasis {
  font-size: 18px;
  font-weight: 500;
}

/* ----- Shared cards ----- */

.lexx-welcome-card {
  background: var(--lexx-white);
  border: 1px solid var(--lexx-border);
  border-radius: var(--lexx-radius-card);
  box-shadow: var(--lexx-shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lexx-welcome-card--elevated {
  box-shadow: 0 12px 36px rgba(28, 28, 28, 0.1);
}

.lexx-welcome-card__title {
  margin: 0 0 12px;
  font-family: var(--lexx-font-primary);
  font-size: 18px;
  font-weight: 700;
  color: var(--lexx-text);
  line-height: 1.3;
}

.lexx-welcome-card__text {
  margin: 0;
  font-family: var(--lexx-font-primary);
  font-size: 16px;
  line-height: 1.65;
  color: var(--lexx-text);
}

/* ----- Transition split ----- */

.lexx-welcome-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}

.lexx-welcome-split__card {
  padding: 28px 28px 32px;
}

.lexx-welcome-split__card--accent {
  border-top: 4px solid var(--lexx-accent-orange);
}

.lexx-welcome-split__text {
  margin: 0;
  font-family: var(--lexx-font-primary);
  font-size: 16px;
  line-height: 1.65;
  color: var(--lexx-text);
}

/* ----- What we deliver (list) ----- */

.lexx-welcome-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 40rem;
  font-family: var(--lexx-font-primary);
  font-size: 17px;
  line-height: 1.65;
  color: var(--lexx-text);
}

.lexx-welcome-list li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 22px;
}

.lexx-welcome-list li:last-child {
  margin-bottom: 0;
}

.lexx-welcome-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lexx-accent-orange);
}

/* ----- Contact ----- */

.lexx-welcome-contact-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}

.lexx-welcome-contact-card {
  padding: 28px 22px;
  text-align: center;
}

.lexx-welcome-contact-card__title {
  margin: 0 0 16px;
  font-family: var(--lexx-font-primary);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lexx-text);
}

.lexx-welcome-contact-card__body {
  margin: 0;
  font-family: var(--lexx-font-primary);
  font-size: 15px;
  line-height: 1.65;
  color: var(--lexx-text);
}

.lexx-welcome-contact-card p {
  margin: 0;
  font-family: var(--lexx-font-primary);
  font-size: 15px;
  line-height: 1.65;
  color: var(--lexx-text);
}

.lexx-welcome-contact-card__address {
  font-style: normal;
}

.lexx-welcome-link {
  color: var(--lexx-accent-blue);
  text-decoration: underline;
  font-weight: 500;
}

.lexx-welcome-link:hover,
.lexx-welcome-link:focus-visible {
  color: var(--lexx-accent-blue);
}

/* ----- Pre-CTA (white band) ----- */

.lexx-welcome-pre-cta {
  padding: clamp(24px, 4vw, 36px) 0;
  background: var(--lexx-white);
  border-top: 1px solid var(--lexx-border);
}

.lexx-welcome-pre-cta__inner {
  max-width: 36rem;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.lexx-welcome-pre-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 32px;
  font-family: var(--lexx-font-primary);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: var(--lexx-white) !important;
  background: linear-gradient(135deg, var(--lexx-accent-orange), var(--lexx-light-orange));
  border: none;
  border-radius: var(--lexx-radius-btn);
  box-shadow: 0 8px 24px rgba(226, 80, 39, 0.35);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.lexx-welcome-pre-cta__btn:hover,
.lexx-welcome-pre-cta__btn:focus-visible {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* ----- Gradient CTA bar ----- */

.lexx-welcome-cta-bar {
  background: linear-gradient(135deg, var(--lexx-accent-orange), var(--lexx-light-orange));
  padding: clamp(14px, 2.5vw, 20px) 0;
}

.lexx-welcome-cta-bar__inner {
  max-width: var(--lexx-container);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.lexx-welcome-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  font-family: var(--lexx-font-primary);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  color: var(--lexx-white) !important;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--lexx-radius-btn);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  line-height: 1;
}

.lexx-welcome-cta-btn:hover,
.lexx-welcome-cta-btn:focus-visible {
  background: rgba(255, 255, 255, 0.28);
  border-color: var(--lexx-white);
  transform: translateY(-1px);
}

.lexx-welcome-cta-btn--primary {
  background: var(--lexx-white);
  color: var(--lexx-accent-orange) !important;
  border-color: var(--lexx-white);
}

.lexx-welcome-cta-btn--primary:hover,
.lexx-welcome-cta-btn--primary:focus-visible {
  background: var(--lexx-light-gray);
  border-color: var(--lexx-light-gray);
  color: var(--lexx-accent-orange) !important;
}

.lexx-welcome-editor__content {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .lexx-welcome-hero__inner {
    grid-template-columns: 1fr;
  }

  .lexx-welcome-hero__copy {
    text-align: center;
  }

  .lexx-welcome-hero__copy .lexx-welcome-hero__title,
  .lexx-welcome-hero__copy .lexx-welcome-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }

  .lexx-welcome-hero__divider {
    margin-left: auto;
    margin-right: auto;
  }

  .lexx-welcome-intro-split__row {
    grid-template-columns: 1fr;
  }

  .lexx-welcome-intro-split__text {
    order: -1;
  }

  .lexx-welcome-intro-split__text,
  .lexx-welcome-intro-split__text .lexx-welcome-heading,
  .lexx-welcome-intro-split__text .lexx-welcome-lede {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .lexx-welcome-split {
    grid-template-columns: 1fr;
  }

  .lexx-welcome-why-deliver__split {
    grid-template-columns: 1fr;
  }

  .lexx-welcome-why-deliver__deliver {
    text-align: center;
  }

  .lexx-welcome-why-deliver__deliver .lexx-welcome-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .lexx-welcome-why-deliver__deliver .lexx-welcome-list {
    margin-left: auto;
    margin-right: auto;
  }

  .lexx-welcome-serve-forward__grid {
    grid-template-columns: 1fr;
  }

  .lexx-welcome-contact__split {
    grid-template-columns: 1fr;
  }

  .lexx-welcome-contact__split .lexx-welcome-contact-grid {
    order: -1;
  }

  .lexx-welcome-contact-grid {
    grid-template-columns: 1fr;
  }

  .lexx-welcome-cta-bar__inner {
    flex-direction: column;
  }

  .lexx-welcome-cta-btn {
    width: 100%;
    max-width: 320px;
  }
}

@media print {
  .lexx-welcome-cta-bar,
  .lexx-welcome-pre-cta__btn {
    display: none;
  }
}
