@font-face {
  font-family: "QuestrialLocal";
  src: url("/fonts/Questrial-Regular.woff2") format("woff2");
  font-display: swap;
}

.page .entry-content .mlg-geo-page,
.page .entry-content2 .mlg-geo-page,
.page-template-page-artiste .mlg-artist-blueprint {
  --mlg-geo-bg: #09090d;
  --mlg-geo-panel: rgba(255, 255, 255, 0.06);
  --mlg-geo-panel-strong: rgba(255, 255, 255, 0.1);
  --mlg-geo-line: rgba(255, 255, 255, 0.14);
  --mlg-geo-text: #f5efe5;
  --mlg-geo-muted: #cbbba7;
  --mlg-geo-accent: #d94f2b;
  --mlg-geo-accent-soft: #ffb36d;
  background:
    radial-gradient(circle at top right, rgba(217, 79, 43, 0.22), transparent 28rem),
    radial-gradient(circle at bottom left, rgba(255, 179, 109, 0.12), transparent 24rem),
    linear-gradient(145deg, #09090d 0%, #15141b 48%, #0e0d12 100%);
  border-radius: 2rem;
  box-shadow: var(--mlg-geo-shadow);
  color: var(--mlg-geo-text);
  font-family: "QuestrialLocal", "Helvetica Neue", Arial, sans-serif;
  margin: 2rem auto;
  max-width: 78rem;
  overflow: hidden;
  padding: clamp(1.5rem, 2vw, 2.5rem);
  position: relative;
}

.page .entry-content .mlg-geo-page::before,
.page .entry-content2 .mlg-geo-page::before {
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  content: "";
  height: 1px;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 6.5rem;
}

.mlg-geo-hero {
  margin-bottom: 2rem;
  position: relative;
}

.mlg-geo-topnav {
  align-items: center;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.3rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding: 0.9rem 1rem;
  position: sticky;
  top: 1rem;
  z-index: 2;
}

.mlg-geo-topnav-label {
  color: #fff4e4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.mlg-geo-topnav-control {
  margin-left: auto;
  min-width: min(100%, 26rem);
}

.mlg-geo-topnav-select {
  appearance: none;
  background:
    linear-gradient(180deg, rgba(217, 79, 43, 0.16), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 179, 109, 0.35);
  border-radius: 999px;
  color: #fff4e4;
  cursor: pointer;
  font-family: "QuestrialLocal", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.2;
  min-height: 3rem;
  padding: 0.8rem 3rem 0.8rem 1rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffd39b 50%),
    linear-gradient(135deg, #ffd39b 50%, transparent 50%),
    linear-gradient(180deg, rgba(217, 79, 43, 0.16), rgba(255, 255, 255, 0.04));
  background-position:
    calc(100% - 1.35rem) calc(50% - 0.15rem),
    calc(100% - 0.95rem) calc(50% - 0.15rem),
    0 0;
  background-repeat: no-repeat;
  background-size:
    0.5rem 0.5rem,
    0.5rem 0.5rem,
    100% 100%;
}

.mlg-geo-topnav-select:focus {
  border-color: rgba(255, 179, 109, 0.7);
  box-shadow: 0 0 0 0.2rem rgba(217, 79, 43, 0.18);
  outline: none;
}

.mlg-geo-topnav-select option {
  background: #17161c;
  color: #fff4e4;
}

.mlg-geo-kicker {
  color: var(--mlg-geo-accent-soft);
  font-size: 0.88rem;
  letter-spacing: 0.22em;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.mlg-geo-lead {
  color: var(--mlg-geo-text);
  font-size: clamp(1.15rem, 2.1vw, 1.5rem);
  line-height: 1.65;
  margin: 0;
}

.mlg-geo-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.mlg-geo-chip-row span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--mlg-geo-muted);
  font-size: 0.92rem;
  padding: 0.55rem 0.95rem;
}

.mlg-geo-section,
.mlg-geo-two-col,
.mlg-geo-card-grid,
.mlg-geo-quote {
  margin-top: 2rem;
}

.mlg-geo-section h2,
.mlg-geo-two-col h2,
.mlg-geo-card h2,
.mlg-geo-card h3,
.mlg-artist-blueprint h2 {
  color: #fff4e4;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0 0 0.85rem;
}

.mlg-geo-section p,
.mlg-geo-two-col p,
.mlg-geo-card p,
.mlg-geo-faq p,
.mlg-artist-blueprint p,
.mlg-artist-blueprint li,
.mlg-geo-bullets li,
.mlg-geo-credit-list li {
  color: var(--mlg-geo-muted);
  line-height: 1.72;
}

.mlg-geo-two-col {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlg-geo-two-col > div,
.mlg-geo-section,
.mlg-geo-quote blockquote,
.mlg-artist-blueprint {
  background: var(--mlg-geo-panel);
  border: 1px solid var(--mlg-geo-line);
  border-radius: 1.5rem;
  padding: 1.35rem;
}

.mlg-geo-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.mlg-geo-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.4rem;
  color: inherit;
  min-height: 100%;
  padding: 1.25rem;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mlg-geo-card:hover,
.mlg-geo-card:focus {
  background: linear-gradient(180deg, rgba(217, 79, 43, 0.22), rgba(255, 255, 255, 0.08));
  border-color: rgba(255, 179, 109, 0.45);
  transform: translateY(-2px);
}

.mlg-geo-hero + .mlg-geo-card-grid {
  display: none;
}

.mlg-geo-quote blockquote {
  border-left: 4px solid var(--mlg-geo-accent);
  color: #fff6eb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.55;
  margin: 0;
}

.mlg-geo-bullets,
.mlg-geo-credit-list,
.mlg-artist-blueprint ul {
  margin: 0;
  padding-left: 1.25rem;
}

.mlg-geo-bullets li,
.mlg-geo-credit-list li,
.mlg-artist-blueprint li {
  margin-bottom: 0.7rem;
}

.mlg-geo-credit-list li span {
  color: #f5efe5;
}

.mlg-geo-faq {
  display: grid;
  gap: 0.85rem;
}

.mlg-geo-faq-item {
  background: var(--mlg-geo-panel);
  border: 1px solid var(--mlg-geo-line);
  border-radius: 1rem;
  padding: 0.95rem 1rem;
}

.mlg-geo-faq-item summary {
  color: #fff4e4;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.mlg-geo-faq-item summary::-webkit-details-marker {
  display: none;
}

.mlg-geo-faq-item p {
  margin: 0.8rem 0 0;
}

.mlg-geo-inline-link,
.mlg-artist-blueprint a,
.mlg-geo-page a:not(.mlg-geo-card) {
  color: #ffd39b;
  text-decoration: underline;
  text-decoration-color: rgba(255, 211, 155, 0.45);
}

.mlg-geo-empty {
  background: var(--mlg-geo-panel);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  color: var(--mlg-geo-muted);
  margin: 0;
  padding: 1rem 1.1rem;
}

.mlg-artist-card h3 {
  font-size: 1.25rem;
}

.mlg-artist-card-logo {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  min-height: 7rem;
  padding: 1rem;
}

.mlg-artist-card-logo img {
  display: block;
  filter: brightness(0) invert(1);
  height: auto;
  max-height: 5rem;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.96;
  width: auto;
}

.page-template-page-artiste .mlg-artist-blueprint {
  margin-top: 3rem;
}

@media (max-width: 782px) {
  .page .entry-content .mlg-geo-page,
  .page .entry-content2 .mlg-geo-page,
  .page-template-page-artiste .mlg-artist-blueprint {
    border-radius: 1.5rem;
    margin: 1rem auto;
    padding: 1.2rem;
  }

  .page .entry-content .mlg-geo-page::before,
  .page .entry-content2 .mlg-geo-page::before {
    left: 1.2rem;
    right: 1.2rem;
    top: 5.8rem;
  }

  .mlg-geo-topnav {
    align-items: stretch;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.9rem;
    top: 0.6rem;
  }

  .mlg-geo-topnav-control {
    margin-left: 0;
    min-width: 100%;
  }

  .mlg-geo-two-col {
    grid-template-columns: 1fr;
  }
}
