:root {
  --bg: #061a31;
  --bg-soft: #0b2c51;
  --card: rgba(255, 255, 255, 0.075);
  --card-strong: rgba(209, 239, 19, 0.14);
  --text: #f7fbff;
  --muted: #bdd2e8;
  --blue: #0b62b4;
  --blue-soft: #123f70;
  --lime: #d7f20f;
  --green: #0b8e34;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(
      circle at 78% 14%,
      rgba(215, 242, 15, 0.22),
      transparent 24rem
    ),
    radial-gradient(
      circle at 10% 8%,
      rgba(11, 142, 52, 0.25),
      transparent 23rem
    ),
    linear-gradient(135deg, #05172c, #082442 52%, #061a31);
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("assets/salle-muel.jpeg");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  filter: saturate(0.8) blur(2px);
}

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

a {
  color: inherit;
}

.hero,
main,
footer {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.hero {
  min-height: 82vh;
  display: flex;
  flex-direction: column;
  padding: 22px 0 72px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 8px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: min(260px, 58vw);
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a,
.poster-link {
  text-decoration: none;
}

.nav-links a:hover,
.poster-link:hover {
  color: var(--lime);
}

.hero-content {
  max-width: 820px;
  margin: auto 0;
  padding-top: 80px;
}

.eyebrow,
.section-label {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 9vw, 6.7rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 850;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.intro {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  border-color: transparent;
  background: var(--lime);
  color: #08192d;
}

.button.small {
  min-height: 42px;
  margin-top: 10px;
}

.section {
  margin: 30px 0;
}

.intro-grid,
.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
  align-items: start;
}

.lead-card,
.card,
.panel,
.venue-card,
.contact,
.life-card {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.lead-card {
  padding: clamp(24px, 4vw, 38px);
  color: var(--muted);
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.badges span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(215, 242, 15, 0.12);
  color: var(--text);
  font-weight: 750;
  font-size: 0.9rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.card {
  padding: 24px;
}

.card p {
  color: var(--muted);
}

.card .age {
  margin-bottom: 10px;
  color: var(--lime);
  font-weight: 800;
}

.card.highlight {
  background: var(--card-strong);
  border-color: rgba(215, 242, 15, 0.34);
}

.photo-strip {
  display: grid;
  grid-template-columns: 0.95fr 1.25fr 0.95fr;
  gap: 14px;
}

.photo-strip img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 30px;
  opacity: 0.92;
}

.panel {
  padding: clamp(24px, 5vw, 44px);
}

.panel-heading {
  max-width: 760px;
  color: var(--muted);
}

.panel-heading h2 {
  color: var(--text);
}

.pricing-table {
  display: grid;
  gap: 2px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.pricing-table > div {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.18);
}

.pricing-head {
  color: var(--muted);
  font-weight: 900;
}

.pricing-table strong {
  display: grid;
  line-height: 1.1;
}

.pricing-table small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 500;
}

.pricing-table span:not(:first-child),
.license-row span {
  justify-self: end;
  min-width: 112px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--blue);
  text-align: center;
  font-weight: 900;
  font-size: 1.12rem;
}

.pricing-table div:not(.pricing-head) span:nth-child(2) {
  background: var(--lime);
  color: #0b1420;
}

.license-row {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.18);
}

.license-row strong {
  font-size: 1.35rem;
}

.poster-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--lime);
  font-weight: 800;
}

.section-title {
  max-width: 760px;
}

.venue-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  padding: 16px;
  margin-top: 16px;
}

.venue-card.reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.venue-card.reverse img {
  order: 2;
}

.venue-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 22px;
}

.venue-card div {
  padding: 10px;
}

.venue-card p,
.contact p,
.life-card p,
.life-intro {
  color: var(--muted);
}

.life-section {
  margin-top: 42px;
}

.life-intro {
  max-width: 760px;
}

.life-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.life-card {
  overflow: hidden;
}

.life-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.life-card div {
  padding: 22px;
}

.life-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.life-gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 22px;
  opacity: 0.94;
}

.contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 5vw, 42px);
}

.contact-actions {
  justify-content: flex-end;
  margin-top: 0;
}

footer {
  padding: 42px 0 28px;
  color: var(--muted);
  font-size: 0.92rem;
}

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

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

  .life-gallery img {
    height: 230px;
  }
}

@media (max-width: 860px) {
  .hero {
    min-height: auto;
    padding-bottom: 48px;
  }

  .topbar,
  .intro-grid,
  .split,
  .contact {
    display: grid;
    grid-template-columns: 1fr;
  }

  .topbar {
    align-items: start;
  }

  .hero-content {
    padding-top: 56px;
  }

  .cards,
  .photo-strip,
  .venue-card,
  .venue-card.reverse {
    grid-template-columns: 1fr;
  }

  .venue-card.reverse img {
    order: 0;
  }

  .photo-strip img,
  .venue-card img {
    height: 260px;
  }

  .pricing-table > div,
  .license-row {
    grid-template-columns: 1fr;
  }

  .pricing-table span:not(:first-child),
  .license-row span {
    justify-self: start;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .hero,
  main,
  footer {
    width: min(100% - 22px, 1120px);
  }

  .nav-links {
    display: none;
  }

  .brand img {
    width: min(220px, 70vw);
    height: auto;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

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

  .life-gallery img {
    height: 240px;
  }
}

.pricing-head span:nth-child(2) {
  min-width: 112px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--lime);
  color: #0b1420;
  text-align: center;
}
