/* LAN page: match Wire/Events footer + main spacing */
body.lan-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.lan-page > main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 0 0 88px;
  box-sizing: border-box;
}
body.lan-page > footer {
  margin-top: auto;
  background: rgba(14, 22, 35, 0.95);
  border-top: 1px solid rgba(152, 186, 227, 0.12);
  padding: 24px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
body.lan-page .foot {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  color: var(--muted);
  text-align: center;
  font-size: 0.9rem;
}

/* Hero shell — sit higher under the header (no vertical centering of main) */
.hero-wrap.lan-hero-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: auto;
  padding: 0 0 clamp(0.75rem, 2.5vw, 1.25rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(2rem, 5vw, 3.25rem);
}

/* Split hero: full-width gradient; inner grid capped for readability */
.lan-hero-top {
  width: 100%;
  padding: clamp(0.85rem, 2.5vw, 1.5rem) clamp(1rem, 4vw, 2rem);
  margin-top: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(152, 186, 227, 0.18);
  box-shadow: 0 12px 36px rgba(2, 4, 8, 0.22);
  background:
    radial-gradient(ellipse 95% 75% at 12% 18%, rgba(152, 186, 227, 0.28) 0%, transparent 58%),
    radial-gradient(ellipse 65% 55% at 92% 35%, rgba(89, 129, 177, 0.35) 0%, transparent 52%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(2, 4, 8, 0.2) 0%, transparent 55%),
    linear-gradient(168deg, #5981b1 0%, #365475 45%, #15273c 82%, #0a1420 100%);
}
.lan-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(1.25rem, 4vw, 2.5rem);
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.lan-hero-split__text {
  text-align: left;
  padding-right: clamp(0, 2vw, 0.5rem);
}
.lan-hero-split__text h1 {
  margin: 0;
  letter-spacing: 0.02em;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
  text-shadow: 0 2px 28px rgba(2, 4, 8, 0.35);
}
.lan-hero-cta {
  margin-top: 1.15rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.lan-hero-split__media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(152, 186, 227, 0.22);
  box-shadow:
    0 0 0 1px rgba(2, 4, 8, 0.2) inset,
    0 12px 40px rgba(2, 4, 8, 0.4);
  aspect-ratio: 16 / 9;
  background: #0a0d12;
}
.lan-hero-split__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(8, 10, 16, 0.2) 0%,
    transparent 45%,
    rgba(6, 8, 14, 0.35) 100%
  );
  pointer-events: none;
}
.lan-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 720px) {
  .lan-hero-split {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .lan-hero-split__text {
    order: 1;
    text-align: center;
    padding-right: 0;
  }
  .lan-hero-cta {
    justify-content: center;
  }
  .lan-hero-split__media {
    order: 2;
    max-width: min(100%, 520px);
    margin: 0 auto;
    width: 100%;
  }
}

/* Story block below hero (layout aligned with concepts cards) */
.lan-hero-body {
  width: 100%;
  margin: 0;
  padding: 0 clamp(1rem, 4vw, 1.5rem);
  box-sizing: border-box;
}

.lan-story-inner {
  max-width: min(52rem, 100%);
  margin: 0 auto;
}

.lan-story-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(152, 186, 227, 0.14);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.045) 0%, transparent 45%),
    linear-gradient(168deg, rgba(30, 52, 78, 0.55) 0%, rgba(12, 20, 34, 0.82) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 20px 48px -20px rgba(2, 4, 8, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.lan-story-head {
  text-align: center;
  padding: clamp(1.25rem, 3vw, 1.5rem) clamp(1.15rem, 3.5vw, 1.5rem) clamp(0.85rem, 2vw, 1rem);
  border-bottom: 1px solid rgba(152, 186, 227, 0.12);
}

.lan-story-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(152, 186, 227, 0.85);
}

.lan-story-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3.5vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: rgba(238, 244, 255, 0.98);
}

.lan-story-prose {
  padding: clamp(1.15rem, 3vw, 1.45rem) clamp(1.15rem, 3.5vw, 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}

.lan-story-prose p {
  margin: 0;
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.72;
  letter-spacing: 0.01em;
  color: rgba(230, 236, 248, 0.95);
  text-wrap: pretty;
}

.lan-story-prose strong {
  font-weight: 700;
  color: #eef4ff;
  font-variant-numeric: tabular-nums;
}

.lan-story__callout {
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.15rem) clamp(1.15rem, 3.5vw, 1.5rem) clamp(1.25rem, 3.5vw, 1.5rem);
  border: none;
  position: relative;
  quotes: none;
  border-top: 1px solid rgba(152, 186, 227, 0.12);
}

.lan-story__callout::before {
  content: "";
  position: absolute;
  left: clamp(1.15rem, 3.5vw, 1.5rem);
  top: clamp(1rem, 2.5vw, 1.15rem);
  bottom: clamp(1.25rem, 3.5vw, 1.5rem);
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, #ffd4a8 0%, #f0a55c 48%, #c96d2e 100%);
  box-shadow: 0 0 14px rgba(240, 165, 92, 0.4);
}

.lan-story__callout p {
  margin: 0;
  padding: clamp(0.85rem, 2vw, 1rem) clamp(1rem, 2.5vw, 1.15rem) clamp(0.85rem, 2vw, 1rem) clamp(1.35rem, 3vw, 1.5rem);
  font-weight: 400;
  font-size: clamp(0.98rem, 2vw, 1.04rem);
  line-height: 1.68;
  letter-spacing: 0.018em;
  color: rgba(200, 216, 240, 0.96);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  border: 1px solid rgba(152, 186, 227, 0.11);
  border-left: none;
}

@media (max-width: 520px) {
  .lan-story-panel {
    border-radius: 16px;
  }
  .lan-story__callout p {
    border-radius: 12px;
  }
}
/* Tinted orange — same family as callout accent, lighter (more white) */
.btn.primary.lan-btn-zemewlan {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  text-align: center;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  border-radius: 10px;
  color: #3a2618;
  border: 1px solid rgba(200, 150, 100, 0.45);
  background: linear-gradient(
    145deg,
    #e8d8c8 0%,
    #dcc0a0 32%,
    #cca878 68%,
    #b89058 100%
  );
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 6px 16px rgba(140, 100, 60, 0.28);
}
.btn.primary.lan-btn-zemewlan:hover {
  transform: translateY(-1px);
  color: #2a1a0f;
  border-color: rgba(190, 140, 90, 0.55);
  background: linear-gradient(
    145deg,
    #e4d0bc 0%,
    #d4b890 42%,
    #c49a68 100%
  );
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 8px 20px rgba(120, 85, 50, 0.34);
}

/* Screen-reader-only section label */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Body: concepts gallery (navbar / hero / footer / palette unchanged) */
.lan-concepts {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1rem, 4vw, 1.5rem) clamp(3rem, 7vw, 4.5rem);
  border-top: 1px solid rgba(152, 186, 227, 0.12);
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(89, 129, 177, 0.12) 0%, transparent 55%),
    linear-gradient(180deg, rgba(10, 16, 26, 0.35) 0%, transparent 42%);
}

.lan-concepts-inner {
  max-width: min(68rem, 100%);
  margin: 0 auto;
}

.lan-concepts-head {
  max-width: 38rem;
  margin: 0 auto clamp(2rem, 5vw, 2.75rem);
  text-align: center;
}

.lan-concepts-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(152, 186, 227, 0.85);
}

.lan-concepts h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: rgba(238, 244, 255, 0.98);
}

.lan-concepts-sub {
  margin: 0;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  line-height: 1.65;
  color: rgba(200, 216, 240, 0.88);
}

.lan-concepts-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.35rem, 3.5vw, 2rem);
}

.lan-concepts-grid > li {
  margin: 0 clamp(0.5rem, 2.5vw, 1.25rem);
  padding: 0;
}

.lan-concept-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: start;
  padding: clamp(1.5rem, 4vw, 2.35rem) clamp(1.35rem, 3.5vw, 2rem);
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(152, 186, 227, 0.14);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.045) 0%, transparent 45%),
    linear-gradient(168deg, rgba(30, 52, 78, 0.55) 0%, rgba(12, 20, 34, 0.82) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 20px 48px -20px rgba(2, 4, 8, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.lan-concept-card--reverse {
  direction: rtl;
}

.lan-concept-card--reverse > * {
  direction: ltr;
}

.lan-concept-figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(152, 186, 227, 0.16);
  box-shadow:
    0 0 0 1px rgba(2, 4, 8, 0.25) inset,
    0 10px 32px rgba(2, 4, 8, 0.35);
  align-self: stretch;
  min-height: 0;
}

.lan-concept-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16 / 10;
}

.lan-concept-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  min-width: 0;
  padding-inline: clamp(0.65rem, 2.2vw, 1.35rem);
  padding-block: clamp(0.2rem, 0.75vw, 0.45rem) 0;
  text-align: left;
}

.lan-concept-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  margin: 0;
  font-size: clamp(1.0625rem, 2.4vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: rgba(238, 244, 255, 0.98);
}

.lan-concept-num {
  flex: 0 0 auto;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(152, 186, 227, 0.88);
}

.lan-concept-content p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.72;
  color: rgba(200, 216, 240, 0.9);
}

.lan-concept-lede {
  font-size: clamp(0.96875rem, 1.9vw, 1.03125rem);
  color: rgba(230, 236, 248, 0.94);
}

@media (hover: hover) {
  .lan-concept-card {
    transition: border-color 0.2s ease, box-shadow 0.25s ease, transform 0.25s ease;
  }
  .lan-concept-card:hover {
    border-color: rgba(152, 186, 227, 0.22);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.08) inset,
      0 28px 56px -22px rgba(2, 4, 8, 0.55);
    transform: translateY(-2px);
  }
}

@media (max-width: 800px) {
  .lan-concept-card,
  .lan-concept-card--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .lan-concept-card--reverse > * {
    direction: ltr;
  }

  .lan-concept-figure {
    border-radius: 14px;
  }

  .lan-concept-figure img {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .lan-concept-content {
    padding: clamp(0.55rem, 1.5vw, 0.75rem) clamp(0.85rem, 3vw, 1.35rem) clamp(0.4rem, 1.2vw, 0.6rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lan-concept-card,
  .lan-concept-card:hover {
    transition: none;
    transform: none;
  }
}

/* Concept image lightbox */
.lan-concept-figure--zoomable {
  cursor: zoom-in;
}

.lan-concept-figure--zoomable:focus-visible {
  outline: 2px solid rgba(152, 186, 227, 0.85);
  outline-offset: 3px;
}

.lan-concept-figure--zoomable:focus:not(:focus-visible) {
  outline: none;
}

.lan-lightbox {
  position: relative;
  margin: 0;
  padding: clamp(3.25rem, 8vw, 4rem) clamp(0.75rem, 3vw, 1.25rem) clamp(0.75rem, 3vw, 1.25rem);
  border: none;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 10, 18, 0.94);
  color: rgba(238, 244, 255, 0.98);
}

.lan-lightbox::backdrop {
  background: rgba(4, 8, 14, 0.92);
}

.lan-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: min(92vh, 100%);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(2, 4, 8, 0.65);
}

.lan-lightbox__close {
  position: absolute;
  top: clamp(0.65rem, 2vw, 1rem);
  right: clamp(0.65rem, 2vw, 1rem);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(152, 186, 227, 0.35);
  background: rgba(14, 22, 35, 0.92);
  color: rgba(238, 244, 255, 0.95);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(2, 4, 8, 0.45);
}

.lan-lightbox__close:hover {
  border-color: rgba(152, 186, 227, 0.55);
  background: rgba(22, 34, 52, 0.95);
}

.lan-lightbox__close:focus-visible {
  outline: 2px solid rgba(152, 186, 227, 0.9);
  outline-offset: 2px;
}