/* GEODOMAS All-Season Dome Spaces – /verslui/ */

.biz-page {
  --biz-ink: #173326;
  --biz-muted: #607268;
  --biz-line: rgba(23, 51, 38, 0.1);
  --biz-sand: #f4efe6;
  --biz-mist: #f7faf5;
  --biz-gold: #8a5a18;
}

.biz-page section[id] {
  scroll-margin-top: 88px;
}

.biz-page .hero-content {
  max-width: min(640px, calc(100% - 36px));
  margin-bottom: 200px;
}

.biz-page .biz-hero {
  min-height: min(92svh, 920px);
}

.biz-page .biz-hero .hero-media img {
  object-position: 55% 40%;
}

.biz-page .biz-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 14, 16, 0.8) 0%, rgba(4, 14, 16, 0.45) 40%, rgba(4, 14, 16, 0.14) 70%, rgba(4, 14, 16, 0.3) 100%),
    linear-gradient(0deg, rgba(4, 13, 15, 0.84) 0%, rgba(4, 13, 15, 0.2) 48%, rgba(4, 13, 15, 0.36) 100%);
}

.biz-page .biz-hero .hero-content h1 {
  margin: 0 0 10px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.biz-hero-mark {
  color: #e0b35a;
  background: linear-gradient(135deg, #f0d08a 0%, #c9923a 55%, #a87428 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.biz-page .hero-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 1.9vw, 20px);
  font-weight: 700;
  line-height: 1.35;
}

.biz-page .biz-hero .feature-strip {
  backdrop-filter: blur(10px);
  background: rgba(6, 14, 16, 0.72);
  border: 1px solid rgba(224, 179, 90, 0.18);
}

.biz-tone--sand { background: var(--biz-sand); }
.biz-tone--mist { background: var(--biz-mist); }

.biz-quote {
  margin: clamp(12px, 2vw, 20px) 0 0;
  max-width: 42rem;
  padding: 0 0 0 16px;
  border-left: 3px solid rgba(217, 154, 66, 0.55);
  color: var(--biz-ink);
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 700;
  line-height: 1.4;
}

.biz-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(20px, 3vw, 28px);
  padding-top: 16px;
  border-top: 1px solid var(--biz-line);
}

.biz-jump a {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid var(--biz-line);
  background: #fff;
  color: var(--biz-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.biz-jump a:hover,
.biz-jump a:focus-visible {
  border-color: rgba(217, 154, 66, 0.45);
  background: rgba(255, 250, 242, 0.95);
  color: #6b4010;
  transform: translateY(-1px);
}

.biz-family {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.biz-family-platform,
.biz-pillars-platform {
  margin: clamp(18px, 2.5vw, 28px) 0 clamp(14px, 2vw, 22px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--biz-line);
  box-shadow: 0 18px 44px rgba(12, 31, 22, 0.08);
  background: #fff;
}

.biz-family-platform img,
.biz-pillars-platform img {
  display: block;
  width: 100%;
  height: auto;
}

.biz-family a,
.biz-family article {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 18px 18px;
  border-radius: 16px;
  border: 1px solid var(--biz-line);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(12, 31, 22, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.biz-family a:hover,
.biz-family a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(217, 154, 66, 0.4);
  box-shadow: 0 18px 40px rgba(12, 31, 22, 0.08);
}

.biz-family span {
  color: var(--biz-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.biz-family strong {
  color: var(--biz-ink);
  font-size: 16px;
  line-height: 1.25;
}

.biz-family p {
  margin: 0;
  color: var(--biz-muted);
  font-size: 14px;
  line-height: 1.5;
}

.biz-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.biz-pillar {
  padding: 20px 18px 18px;
  border-radius: 16px;
  border: 1px solid var(--biz-line);
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 31, 22, 0.04);
}

.biz-pillar span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--biz-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.biz-pillar strong {
  display: block;
  margin-bottom: 8px;
  color: var(--biz-ink);
  font-size: 16px;
}

.biz-pillar p {
  margin: 0;
  color: var(--biz-muted);
  font-size: 14px;
  line-height: 1.55;
}

.biz-markets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.biz-market {
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--biz-line);
  background: #fff;
}

.biz-market strong {
  display: block;
  margin-bottom: 8px;
  color: var(--biz-ink);
  font-size: 15px;
}

.biz-market ul {
  margin: 0;
  padding: 0 0 0 18px;
  color: var(--biz-muted);
  font-size: 14px;
  line-height: 1.5;
}

.biz-market li + li { margin-top: 4px; }

.biz-pack {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.biz-pack details {
  border-radius: 14px;
  border: 1px solid var(--biz-line);
  background: #fff;
  overflow: hidden;
}

.biz-pack summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  color: var(--biz-ink);
  font-size: 15px;
  font-weight: 750;
}

.biz-pack summary::-webkit-details-marker { display: none; }
.biz-pack summary::after {
  content: "+";
  color: var(--biz-gold);
  font-size: 18px;
  font-weight: 700;
}
.biz-pack details[open] summary::after { content: "–"; }

.biz-pack__body {
  padding: 0 16px 16px;
  border-top: 1px solid var(--biz-line);
}

.biz-pack__body ul {
  margin: 12px 0 0;
  padding: 0 0 0 18px;
  color: var(--biz-ink);
  font-size: 14px;
  line-height: 1.55;
}

.biz-pack__body li + li { margin-top: 4px; }

.biz-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .biz-family,
  .biz-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .biz-family,
  .biz-pillars,
  .biz-markets {
    grid-template-columns: 1fr;
  }

  .biz-page .hero-content {
    margin-bottom: 300px;
  }
}

/* GLAMP 600 / Viešbutis */
.motel-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(16px, 2.4vw, 28px);
  align-items: start;
  margin-top: clamp(8px, 1.5vw, 16px);
}

.motel-hero-media {
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--biz-line);
  box-shadow: 0 18px 44px rgba(12, 31, 22, 0.1);
  background: #0b1714;
}

.motel-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}

.motel-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: min(90%, 320px);
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(6, 14, 16, 0.78);
  border: 1px solid rgba(224, 179, 90, 0.28);
  color: #fff;
  backdrop-filter: blur(8px);
}

.motel-badge strong {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.motel-badge span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.35;
}

.motel-hero-copy h3 {
  margin: 6px 0 10px;
  color: var(--biz-ink);
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.2;
}

.motel-hero-copy > p {
  margin: 0 0 14px;
  color: var(--biz-muted);
  font-size: 15px;
  line-height: 1.55;
}

.motel-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 12px;
}

.motel-specs span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 12px 10px;
  border-radius: 12px;
  border: 1px solid var(--biz-line);
  background: #fff;
}

.motel-specs strong {
  color: var(--biz-ink);
  font-size: 15px;
  line-height: 1.2;
}

.motel-specs small {
  color: var(--biz-muted);
  font-size: 12px;
  line-height: 1.3;
}

.motel-specs--alt span {
  background: rgba(255, 250, 242, 0.9);
  border-color: rgba(217, 154, 66, 0.28);
}

.motel-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: clamp(18px, 3vw, 28px) 0;
}

.motel-gallery a {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--biz-line);
  background: #0b1714;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.motel-gallery a:hover,
.motel-gallery a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(12, 31, 22, 0.12);
}

.motel-gallery img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.motel-pack {
  margin-top: 4px;
}

.motel-pack .biz-pack__body p {
  margin: 12px 0 0;
  color: var(--biz-muted);
  font-size: 14px;
  line-height: 1.55;
}

.motel-pack .biz-pack__body p + ul {
  margin-top: 10px;
}

@media (max-width: 980px) {
  .motel-hero-grid {
    grid-template-columns: 1fr;
  }

  .motel-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .motel-gallery img {
    height: 160px;
  }
}

@media (max-width: 560px) {
  .motel-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .motel-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

/* EVENT 450 */
.event-dome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 clamp(14px, 2vw, 22px);
}

.event-dome-card {
  padding: 18px 16px 16px;
  border-radius: 16px;
  border: 1px solid var(--biz-line);
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 31, 22, 0.04);
}

.event-dome-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--biz-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-dome-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--biz-ink);
  font-size: 15px;
  line-height: 1.35;
}

.event-dome-card p {
  margin: 0;
  color: var(--biz-muted);
  font-size: 14px;
  line-height: 1.55;
}

.event-hero-grid {
  margin-bottom: clamp(14px, 2vw, 22px);
}

.event-pack {
  margin-top: 4px;
}

.event-gallery-label {
  margin: clamp(14px, 2vw, 22px) 0 10px;
  color: var(--biz-ink);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.event450-carousel,
.glamp18-carousel,
.glamp1900-carousel,
.sport648-carousel,
.lauko-klase-carousel {
  margin: 0 0 clamp(14px, 2vw, 22px);
}

.glamp18-carousel {
  margin-top: clamp(14px, 2vw, 22px);
}

.event450-carousel .portfolio-gallery-viewport,
.glamp18-carousel .portfolio-gallery-viewport,
.glamp1900-carousel .portfolio-gallery-viewport,
.sport648-carousel .portfolio-gallery-viewport,
.lauko-klase-carousel .portfolio-gallery-viewport {
  border-radius: 18px;
  border: 1px solid var(--biz-line);
  box-shadow: 0 18px 48px rgba(12, 31, 22, 0.08);
}

.event450-carousel .portfolio-carousel-slide img,
.glamp18-carousel .portfolio-carousel-slide img,
.glamp1900-carousel .portfolio-carousel-slide img,
.sport648-carousel .portfolio-carousel-slide img,
.lauko-klase-carousel .portfolio-carousel-slide img {
  width: 100%;
  height: min(58vh, 520px);
  object-fit: cover;
  cursor: zoom-in;
}

.event450-carousel .portfolio-carousel-slide,
.glamp18-carousel .portfolio-carousel-slide,
.glamp1900-carousel .portfolio-carousel-slide,
.sport648-carousel .portfolio-carousel-slide,
.lauko-klase-carousel .portfolio-carousel-slide {
  background: #0b1714;
}

.biz-lightbox {
  position: fixed;
  inset: 0;
  width: min(96vw, 1200px);
  max-width: none;
  height: fit-content;
  max-height: calc(100vh - 32px);
  margin: auto;
  padding: 56px 52px 20px;
  border: 0;
  border-radius: 18px;
  background: rgba(6, 19, 21, 0.96);
  color: #fff;
  overflow: visible;
}

.biz-lightbox::backdrop {
  background: rgba(6, 19, 21, 0.88);
}

.biz-lightbox__stage {
  margin: 0;
}

.biz-lightbox__stage img {
  display: block;
  width: 100%;
  max-height: min(78vh, 900px);
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  background: #0b1714;
}

.biz-lightbox__stage figcaption {
  margin: 12px 4px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}

.biz-lightbox__close,
.biz-lightbox__nav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: background 0.2s ease;
}

.biz-lightbox__close:hover,
.biz-lightbox__close:focus-visible,
.biz-lightbox__nav:hover,
.biz-lightbox__nav:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.biz-lightbox__close {
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
}

.biz-lightbox__nav {
  top: 50%;
  width: 44px;
  height: 64px;
  margin-top: -32px;
  border-radius: 12px;
  font-size: 34px;
  line-height: 1;
}

.biz-lightbox__nav.is-prev { left: 8px; }
.biz-lightbox__nav.is-next { right: 8px; }

@media (max-width: 700px) {
  .biz-lightbox {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: none;
    padding: 52px 10px 16px;
    border-radius: 0;
  }

  .biz-lightbox__stage img {
    max-height: calc(100vh - 120px);
  }
}

.biz-family a {
  color: inherit;
  text-decoration: none;
}

.biz-family a:hover strong,
.biz-family a:focus-visible strong {
  color: var(--biz-gold);
}

@media (max-width: 980px) {
  .event-dome-grid {
    grid-template-columns: 1fr;
  }

  .sport-stat-grid,
  .sport-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sport-section {
  background: linear-gradient(180deg, #f4f8f6 0%, #fff 42%, #fff 100%);
}

.sport-label-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.sport-label-row .section-label {
  margin: 0;
}

.sport-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: clamp(18px, 2.5vw, 28px) 0;
}

.sport-stat-grid span {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--biz-line);
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 31, 22, 0.05);
  text-align: center;
}

.sport-stat-grid strong {
  color: var(--biz-ink);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.1;
}

.sport-stat-grid small {
  color: var(--biz-muted);
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sport-scenario-grid {
  margin-top: clamp(14px, 2vw, 22px);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.sport-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: clamp(14px, 2vw, 22px) 0 clamp(18px, 2.5vw, 28px);
}

.sport-value-grid article {
  padding: 18px 16px 16px;
  border-radius: 16px;
  border: 1px solid rgba(217, 154, 66, 0.28);
  background: rgba(255, 250, 242, 0.92);
  box-shadow: 0 12px 30px rgba(12, 31, 22, 0.04);
}

.sport-value-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--biz-ink);
  font-size: 15px;
  line-height: 1.3;
}

.sport-value-grid p {
  margin: 0;
  color: var(--biz-muted);
  font-size: 14px;
  line-height: 1.5;
}

.sport-pack {
  margin-top: 4px;
}

.sport-product-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0 4px;
}

.sport-product-actions .glamp-pres-slot {
  margin: 0;
}

.sport-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.45;
}

.sport-spec-table th,
.sport-spec-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--biz-line);
  text-align: left;
  vertical-align: top;
}

.sport-spec-table th {
  width: 38%;
  color: var(--biz-ink);
  font-weight: 700;
}

.sport-spec-table td {
  color: var(--biz-muted);
}

@media (max-width: 720px) {
  .sport-stat-grid,
  .sport-value-grid {
    grid-template-columns: 1fr;
  }

  .sport-spec-table th {
    width: 42%;
  }
}

.edu-section .edu-value-grid {
  margin-bottom: clamp(16px, 2.2vw, 24px);
}


/* BUSINESS POLISH STAGE 2 — FAMILY + MARKETS */
.biz-family-platform--six {
  position: relative;
  background: #102118;
  border-color: rgba(217, 154, 66, .28);
  box-shadow: 0 24px 60px rgba(12, 31, 22, .16);
}
.biz-family-platform--six img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.biz-family-platform--six figcaption {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: rgba(217, 154, 66, .22);
}
.biz-family-platform--six figcaption span {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 8px 5px;
  background: #102118;
  color: #f7f0e4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-align: center;
}
.biz-family > a {
  position: relative;
  min-height: 214px;
  overflow: hidden;
}
.biz-family > a::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -58px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(217, 154, 66, .14);
  border-radius: 50%;
  transition: transform .25s ease, border-color .25s ease;
}
.biz-family > a:hover::after,
.biz-family > a:focus-visible::after {
  transform: scale(1.12);
  border-color: rgba(217, 154, 66, .32);
}
.biz-family .biz-family-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(12, 31, 22, .08);
  color: var(--biz-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.biz-family .biz-family-link b {
  color: var(--biz-gold);
  font-size: 16px;
}
.biz-markets {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.biz-market {
  display: flex;
  flex-direction: column;
  min-height: 234px;
  padding: 22px 20px 18px;
  box-shadow: 0 12px 30px rgba(12, 31, 22, .05);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.biz-market:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 154, 66, .38);
  box-shadow: 0 18px 40px rgba(12, 31, 22, .08);
}
.biz-market .biz-market-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border: 1px solid rgba(217, 154, 66, .38);
  border-radius: 50%;
  color: var(--biz-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.biz-market strong {
  font-size: 17px;
}
.biz-market ul {
  margin-bottom: 16px;
}
.biz-market > a {
  margin-top: auto;
  padding-top: 11px;
  border-top: 1px solid rgba(12, 31, 22, .08);
  color: var(--biz-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
}
.biz-market > a::after {
  content: " ↗";
  color: var(--biz-gold);
}
.biz-market > a:hover,
.biz-market > a:focus-visible {
  color: var(--biz-gold);
}
.biz-market-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(217, 154, 66, .28);
  border-radius: 18px;
  background: linear-gradient(135deg, #102118, #183326);
  box-shadow: 0 20px 48px rgba(12, 31, 22, .14);
  color: #f7f0e4;
}
.biz-market-cta p {
  max-width: 580px;
  margin: 0;
  color: rgba(247, 240, 228, .78);
  line-height: 1.55;
}
.biz-market-cta p strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
}
.biz-market-cta > div {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}
.biz-market-cta .button-secondary {
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
}
@media (max-width: 1100px) {
  .biz-markets { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .biz-market-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 720px) {
  .biz-family-platform--six figcaption { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .biz-family-platform--six figcaption span { min-height: 36px; font-size: 9px; }
  .biz-family > a, .biz-market { min-height: 0; }
  .biz-markets { grid-template-columns: 1fr; }
  .biz-market-cta > div, .biz-market-cta .button { width: 100%; }
  .biz-market-cta .button { justify-content: center; }
}

        /* BUSINESS POLISH STAGE 3 — ENGINEERING VALUE PLATFORM */
        .biz-pillars-platform--engineering {
          position: relative;
          display: grid;
          grid-template-columns: minmax(0, 1fr) 260px;
          align-items: stretch;
          border-color: rgba(217, 154, 66, .28);
          background: #102118;
          box-shadow: 0 26px 64px rgba(12, 31, 22, .15);
        }
        .biz-pillars-platform--engineering img {
          min-height: 440px;
          object-fit: cover;
          object-position: center;
          background: #edf3ef;
        }
        .biz-pillars-platform--engineering figcaption {
          display: grid;
          grid-template-rows: repeat(3, minmax(0, 1fr));
          align-content: stretch;
          gap: 1px;
          margin: 0;
          padding: 1px;
          background: rgba(217, 154, 66, .22);
        }
        .biz-pillars-platform--engineering figcaption span {
          display: flex;
          flex-direction: column;
          justify-content: center;
          min-height: 0;
          padding: 20px 22px;
          background: #102118;
          color: #f7f0e4;
          font-size: 13px;
          font-weight: 750;
          line-height: 1.35;
        }
        .biz-pillars-platform--engineering figcaption b {
          margin-bottom: 7px;
          color: var(--biz-gold);
          font-size: 10px;
          letter-spacing: .14em;
        }
        .biz-engineering-note {
          margin: 0 0 18px;
          padding: 14px 16px;
          border-left: 3px solid var(--biz-gold);
          background: rgba(255, 250, 242, .8);
          color: var(--biz-muted);
          font-size: 13px;
          line-height: 1.55;
        }
        .biz-engineering-note strong { color: var(--biz-ink); }
        .biz-pillars--engineering .biz-pillar {
          position: relative;
          display: flex;
          flex-direction: column;
          min-height: 244px;
          overflow: hidden;
          transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
        }
        .biz-pillars--engineering .biz-pillar::after {
          content: "";
          position: absolute;
          right: -48px;
          bottom: -62px;
          width: 138px;
          height: 138px;
          border: 1px solid rgba(217, 154, 66, .14);
          border-radius: 50%;
        }
        .biz-pillars--engineering .biz-pillar:hover {
          transform: translateY(-2px);
          border-color: rgba(217, 154, 66, .36);
          box-shadow: 0 18px 40px rgba(12, 31, 22, .08);
        }
        .biz-pillars--engineering .biz-pillar strong { font-size: 17px; line-height: 1.3; }
        .biz-engineering-cta {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 24px;
          margin-top: 24px;
          padding: clamp(20px, 3vw, 30px);
          border: 1px solid rgba(217, 154, 66, .28);
          border-radius: 18px;
          background: linear-gradient(135deg, #102118, #183326);
          box-shadow: 0 20px 48px rgba(12, 31, 22, .14);
          color: #f7f0e4;
        }
        .biz-engineering-cta p { max-width: 620px; margin: 0; }
        .biz-engineering-cta p strong { display: block; margin-bottom: 5px; color: #fff; }
        .biz-engineering-cta p span { color: rgba(247, 240, 228, .76); font-size: 14px; line-height: 1.5; }
        .biz-engineering-cta > div { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }
        .biz-engineering-cta .button-secondary { border-color: rgba(255, 255, 255, .3); color: #fff; }
        @media (max-width: 980px) {
          .biz-pillars-platform--engineering { grid-template-columns: 1fr; }
          .biz-pillars-platform--engineering img { min-height: 0; }
          .biz-pillars-platform--engineering figcaption { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: auto; }
          .biz-pillars-platform--engineering figcaption span { min-height: 88px; padding: 15px; }
          .biz-engineering-cta { align-items: flex-start; flex-direction: column; }
        }
        @media (max-width: 720px) {
          .biz-pillars-platform--engineering figcaption { grid-template-columns: 1fr; }
          .biz-pillars-platform--engineering figcaption span { min-height: 0; padding: 14px 16px; }
          .biz-pillars--engineering .biz-pillar { min-height: 0; }
          .biz-engineering-cta > div, .biz-engineering-cta .button { width: 100%; }
          .biz-engineering-cta .button { justify-content: center; }
        }
        

/* Stage 4 · premium package system */
.biz-package-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(217, 154, 66, 0.12), transparent 32%),
    linear-gradient(180deg, #f7f2e9 0%, #fff 62%, #f6f8f5 100%);
}

.biz-package-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  margin-top: clamp(18px, 3vw, 32px);
}

.biz-package-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 154, 66, 0.25);
  border-radius: 22px;
  background: #0b1714;
  box-shadow: 0 24px 60px rgba(12, 31, 22, 0.14);
}

.biz-package-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.biz-package-visual figcaption {
  position: absolute;
  inset: auto 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-width: min(92%, 520px);
  padding: 14px 16px;
  border: 1px solid rgba(224, 179, 90, 0.3);
  border-radius: 14px;
  background: rgba(6, 19, 21, 0.82);
  color: #fff;
  backdrop-filter: blur(10px);
}

.biz-package-visual figcaption strong {
  font-size: 14px;
  line-height: 1.35;
}

.biz-package-visual figcaption span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.4;
}

.biz-package-promise {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--biz-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(12, 31, 22, 0.08);
}

.biz-package-kicker {
  color: var(--biz-gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.biz-package-promise h3 {
  margin: 10px 0 12px;
  color: var(--biz-ink);
  font-size: clamp(23px, 2.5vw, 34px);
  line-height: 1.12;
}

.biz-package-promise > p {
  margin: 0;
  color: var(--biz-muted);
  font-size: 15px;
  line-height: 1.65;
}

.biz-package-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0;
}

.biz-package-tags span {
  padding: 9px 10px;
  border: 1px solid rgba(217, 154, 66, 0.24);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.92);
  color: var(--biz-ink);
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

.biz-package-promise .biz-package-note {
  padding-top: 16px;
  border-top: 1px solid var(--biz-line);
  color: var(--biz-muted);
  font-size: 12px;
  line-height: 1.55;
}

.biz-pack--premium {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(20px, 3vw, 34px);
}

.biz-pack--premium details {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(12, 31, 22, 0.06);
}

.biz-pack--premium details[open] {
  border-color: rgba(217, 154, 66, 0.4);
}

.biz-pack--premium summary {
  min-height: 82px;
  align-items: center;
  padding: 18px;
}

.biz-pack--premium summary > span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 17px;
}

.biz-pack--premium summary small {
  color: var(--biz-gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.biz-pack--premium .biz-pack__body {
  flex: 1;
  padding: 0 18px 20px;
}

.biz-pack--premium .biz-pack__body p {
  margin: 14px 0 0;
  color: var(--biz-muted);
  font-size: 13px;
  line-height: 1.55;
}

.biz-pack--premium .biz-pack__body ul {
  font-size: 13px;
  line-height: 1.55;
}

.biz-pack--premium .biz-pack__body li::marker {
  color: var(--biz-gold);
}

.biz-package-scope {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 0.66fr);
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid rgba(217, 154, 66, 0.25);
  border-radius: 16px;
  background: rgba(6, 19, 21, 0.96);
  color: #fff;
}

.biz-package-scope strong {
  color: #f0c778;
  font-size: 17px;
  line-height: 1.35;
}

.biz-package-scope p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .biz-package-intro,
  .biz-pack--premium {
    grid-template-columns: 1fr;
  }

  .biz-package-visual img {
    min-height: 360px;
  }

  .biz-pack--premium details {
    display: block;
  }
}

@media (max-width: 640px) {
  .biz-package-visual img {
    min-height: 280px;
  }

  .biz-package-visual figcaption {
    inset: auto 10px 10px;
    padding: 11px 12px;
  }

  .biz-package-promise {
    padding: 20px 18px;
  }

  .biz-package-tags {
    grid-template-columns: 1fr 1fr;
  }

  .biz-package-scope {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .biz-package-section .biz-cta-row .button {
    width: 100%;
    justify-content: center;
  }
}


/* Stage 5 · GLAMP STUDIO 11 */
.studio11-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 14%, rgba(217, 154, 66, .14), transparent 30%),
    linear-gradient(180deg, #0c1a17 0%, #11251d 100%);
  color: #fff;
}
.studio11-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 75%);
}
.studio11-section .wrap { position: relative; z-index: 1; }
.studio11-section .eyebrow { color: #efc77a; }
.studio11-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .65fr);
  gap: clamp(22px, 4vw, 60px);
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 42px);
}
.studio11-head h2 {
  max-width: 780px;
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.studio11-head > p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.7;
}
.studio11-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
}
.studio11-visual {
  position: relative;
  min-width: 0;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(240,199,120,.28);
  border-radius: 24px;
  background: #07110f;
  box-shadow: 0 30px 80px rgba(0,0,0,.3);
}
.studio11-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 50% 50%;
}
.studio11-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(5,14,12,.78) 100%);
}
.studio11-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(240,199,120,.3);
  border-radius: 14px;
  background: rgba(6,18,15,.78);
  backdrop-filter: blur(10px);
}
.studio11-visual figcaption strong { color: #fff; font-size: 14px; }
.studio11-visual figcaption span { color: rgba(255,255,255,.7); font-size: 12px; }
.studio11-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(240,199,120,.2);
  border-radius: 24px;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.studio11-kicker {
  color: #efc77a;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.studio11-content h3 {
  margin: 12px 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.studio11-content > p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.68; }
.studio11-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 24px 0 18px;
}
.studio11-stats article {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 14px 10px;
  border: 1px solid rgba(240,199,120,.2);
  border-radius: 12px;
  background: rgba(0,0,0,.16);
  text-align: center;
}
.studio11-stats strong { color: #f0c778; font-size: clamp(17px, 2vw, 24px); line-height: 1; white-space: nowrap; }
.studio11-stats span { color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.3; }
.studio11-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.studio11-tags span {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.8);
  font-size: 11px;
  font-weight: 750;
}
.studio11-base {
  margin-top: 20px;
  padding: 16px 17px;
  border-left: 3px solid #d99a42;
  background: rgba(217,154,66,.09);
}
.studio11-base strong { display: block; color: #f4d08c; font-size: 14px; }
.studio11-base p { margin: 6px 0 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.55; }
.studio11-zones {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.studio11-zones article {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}
.studio11-zones article > span { color: #d99a42; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.studio11-zones strong { display: block; color: #fff; font-size: 14px; line-height: 1.35; }
.studio11-zones p { margin: 7px 0 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.5; }
.studio11-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(240,199,120,.22);
  border-radius: 18px;
  background: rgba(0,0,0,.18);
}
.studio11-footer p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.studio11-footer p strong { color: #f0c778; font-size: 18px; }
.studio11-footer p span { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; }
.studio11-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.studio11-section .button-secondary { border-color: rgba(255,255,255,.28); color: #fff; }
@media (max-width: 1100px) {
  .studio11-head, .studio11-layout { grid-template-columns: 1fr; }
  .studio11-visual, .studio11-visual img { min-height: 480px; }
  .studio11-zones { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .studio11-head h2 { font-size: clamp(32px, 10vw, 46px); }
  .studio11-visual, .studio11-visual img { min-height: 360px; }
  .studio11-content { padding: 22px 18px; }
  .studio11-stats { grid-template-columns: 1fr; }
  .studio11-stats article { flex-direction: row; align-items: baseline; justify-content: space-between; text-align: left; }
  .studio11-zones { grid-template-columns: 1fr; }
  .studio11-footer { grid-template-columns: 1fr; padding: 19px 18px; }
  .studio11-actions, .studio11-actions .button { width: 100%; }
  .studio11-actions .button { justify-content: center; }
}

/* GLAMP BUSINESS 1900 · Large-Scale Public & Entertainment Domes */
.glamp1900-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(217, 154, 66, .12), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(80, 160, 130, .08), transparent 28%),
    linear-gradient(180deg, #0a1815 0%, #0f221c 52%, #11251d 100%);
  color: #fff;
}
.glamp1900-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 80%);
}
.glamp1900-section .wrap { position: relative; z-index: 1; }
.glamp1900-section .eyebrow { color: #efc77a; }
.glamp1900-head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .62fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: end;
  margin-bottom: clamp(18px, 3vw, 32px);
}
.glamp1900-head h2 {
  max-width: 820px;
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(32px, 4.8vw, 58px);
  line-height: 1.04;
  letter-spacing: -.03em;
}
.glamp1900-head > p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.68;
}
.glamp1900-quote {
  margin-bottom: clamp(18px, 3vw, 28px);
  color: rgba(255,255,255,.88);
  border-left-color: rgba(240,199,120,.55);
}
.glamp1900-ref {
  margin-bottom: clamp(18px, 3vw, 28px);
  padding: 18px 22px;
  border: 1px solid rgba(240,199,120,.24);
  border-radius: 16px;
  background: rgba(0,0,0,.18);
}
.glamp1900-ref span {
  display: block;
  margin-bottom: 6px;
  color: #efc77a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.glamp1900-ref strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}
.glamp1900-ref p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.62;
}
.glamp1900-dome-grid { margin-bottom: clamp(18px, 3vw, 28px); }
.glamp1900-dome-card {
  background: rgba(255,255,255,.96);
  border-color: rgba(240,199,120,.28);
}
.glamp1900-hero-grid { margin-bottom: clamp(18px, 3vw, 28px); }
.glamp1900-hero-media {
  border: 1px solid rgba(240,199,120,.28);
  box-shadow: 0 28px 72px rgba(0,0,0,.32);
}
.glamp1900-badge strong { color: #fff; }
.glamp1900-hero-copy .section-label { color: #efc77a; }
.glamp1900-hero-copy h3 { color: #fff; }
.glamp1900-hero-copy p { color: rgba(255,255,255,.74); }
.glamp1900-specs span {
  border-color: rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
}
.glamp1900-specs strong { color: #fff; }
.glamp1900-specs small { color: rgba(255,255,255,.62); }
.glamp1900-section .button-secondary {
  border-color: rgba(255,255,255,.28);
  color: #fff;
}
.glamp1900-levels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}
.glamp1900-levels article {
  padding: 18px 20px;
  border: 1px solid rgba(240,199,120,.22);
  border-radius: 16px;
  background: rgba(0,0,0,.2);
}
.glamp1900-levels span {
  display: block;
  margin-bottom: 6px;
  color: #efc77a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.glamp1900-levels strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}
.glamp1900-levels p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.55;
}
.glamp1900-disclaimer {
  margin: 0 0 clamp(18px, 3vw, 28px);
  padding: 14px 18px;
  border-left: 3px solid rgba(240,199,120,.45);
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.6;
}
.glamp1900-scenarios {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: clamp(18px, 3vw, 28px);
}
.glamp1900-scenarios article {
  padding: 16px 16px 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}
.glamp1900-scenarios strong {
  display: block;
  margin-bottom: 8px;
  color: #f0c778;
  font-size: 13px;
  line-height: 1.35;
}
.glamp1900-scenarios p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.5;
}
.glamp1900-arch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: clamp(14px, 2vw, 22px);
}
.glamp1900-arch-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: #07110f;
}
.glamp1900-arch-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}
.glamp1900-section .event-gallery-label { color: rgba(255,255,255,.88); }
.glamp1900-pack { margin-top: 4px; }
.glamp1900-footnote {
  margin: 12px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.55;
}
.glamp1900-scale {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: clamp(18px, 3vw, 28px) 0;
}
.glamp1900-scale span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.glamp1900-scale .is-active {
  border-color: rgba(240,199,120,.45);
  background: rgba(240,199,120,.12);
  color: #f0c778;
}
.glamp1900-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 8px;
  padding: 22px 24px;
  border: 1px solid rgba(240,199,120,.22);
  border-radius: 18px;
  background: rgba(0,0,0,.18);
}
.glamp1900-footer p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.glamp1900-footer p strong {
  color: #f0c778;
  font-size: 18px;
  line-height: 1.35;
}
.glamp1900-footer p span {
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.5;
}
.glamp1900-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1100px) {
  .glamp1900-head,
  .glamp1900-hero-grid { grid-template-columns: 1fr; }
  .glamp1900-levels { grid-template-columns: 1fr; }
  .glamp1900-scenarios { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .glamp1900-arch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .glamp1900-head h2 { font-size: clamp(28px, 9vw, 42px); }
  .glamp1900-scenarios { grid-template-columns: 1fr; }
  .glamp1900-arch-grid { grid-template-columns: 1fr; }
  .glamp1900-footer { grid-template-columns: 1fr; padding: 19px 18px; }
  .glamp1900-actions,
  .glamp1900-actions .button { width: 100%; }
  .glamp1900-actions .button { justify-content: center; }
}
