@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=Bricolage+Grotesque:wght@500;700;800&display=swap");

:root {
  --bg: #070b13;
  --bg-deep: #09060d;
  --ink: #111a2a;
  --panel: rgba(15, 19, 29, 0.9);
  --panel-strong: rgba(11, 15, 24, 0.96);
  --panel-soft: rgba(28, 18, 28, 0.82);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 215, 148, 0.28);
  --gold: #f0b453;
  --gold-soft: #ffd89b;
  --gold-bright: #ffe6bd;
  --wine: #8a2344;
  --wine-soft: #ba4f73;
  --text: #f9f4ec;
  --muted: #c7c7d3;
  --muted-strong: #ece6dc;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  --shadow-hover: 0 34px 84px rgba(0, 0, 0, 0.42);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-pill: 999px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Instrument Sans", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 12%, rgba(240, 180, 83, 0.16), transparent 24%),
    radial-gradient(circle at 88% 16%, rgba(138, 35, 68, 0.22), transparent 28%),
    radial-gradient(circle at 58% 44%, rgba(77, 93, 162, 0.12), transparent 34%),
    linear-gradient(180deg, #09101b 0%, #0b0f17 36%, #09060d 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  inset: -10% -12%;
  background:
    radial-gradient(circle at 18% 32%, rgba(255, 255, 255, 0.045), transparent 18%),
    radial-gradient(circle at 76% 28%, rgba(255, 214, 156, 0.08), transparent 20%),
    radial-gradient(circle at 52% 78%, rgba(138, 35, 68, 0.12), transparent 24%);
  filter: blur(36px);
  opacity: 0.92;
}

body::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 24%),
    radial-gradient(circle at center, transparent 46%, rgba(1, 2, 5, 0.42) 100%);
  z-index: -1;
}

main {
  display: block;
  position: relative;
  z-index: 1;
}

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

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.96;
}

p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

ul {
  margin: 0;
}

a {
  color: inherit;
}

.shell {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(180deg, rgba(7, 11, 19, 0.88), rgba(7, 11, 19, 0.62));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.72rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.82rem;
  text-decoration: none;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.brand-copy strong,
.brand-copy span {
  display: block;
}

.brand-copy strong {
  font-size: 1.18rem;
  color: var(--text);
}

.brand-copy span {
  font-size: 0.9rem;
  color: rgba(236, 230, 220, 0.72);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.nav a {
  padding: 0.68rem 0.92rem;
  border-radius: var(--radius-pill);
  color: rgba(236, 230, 220, 0.72);
  text-decoration: none;
  font-size: 0.96rem;
  transition:
    color 0.28s ease,
    background-color 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.nav a:hover,
.nav a.active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.eyebrow,
.card-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 0.42rem 0.74rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-home {
  overflow: hidden;
}

.home-hero {
  padding: 1.1rem 0 1.7rem;
}

.home-hero-stage,
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(140deg, rgba(9, 14, 26, 0.96), rgba(16, 15, 28, 0.94) 52%, rgba(21, 9, 17, 0.96) 100%);
  box-shadow: var(--shadow);
}

.home-hero-stage {
  padding: clamp(1.2rem, 3vw, 2.3rem);
}

.home-hero-stage::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 24%),
    radial-gradient(circle at 72% 20%, rgba(255, 216, 155, 0.12), transparent 24%),
    linear-gradient(180deg, transparent 64%, rgba(255, 255, 255, 0.03));
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 1.4rem;
  align-items: center;
  min-height: min(76vh, 760px);
}

.hero-copy {
  position: relative;
  z-index: 4;
  display: grid;
  align-content: center;
  gap: 1rem;
  max-width: 40rem;
}

.hero-signature {
  color: rgba(255, 216, 155, 0.78);
  font-size: 0.96rem;
  font-weight: 600;
}

.hero-title {
  display: grid;
  gap: 0.12rem;
  font-size: clamp(3.2rem, 10vw, 7rem);
  line-height: 0.9;
  color: var(--text);
}

.title-line {
  display: block;
  overflow: hidden;
}

.title-line span {
  display: block;
  opacity: 0;
  transform: translateY(2rem);
  filter: blur(8px);
  animation: titleReveal 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.title-line:nth-child(2) span {
  animation-delay: 0.12s;
}

.title-line:nth-child(3) span {
  animation-delay: 0.24s;
}

.hero-baseline,
.lead {
  max-width: 37rem;
  color: var(--muted-strong);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.52;
}

.lead.small {
  max-width: 32rem;
  font-size: 1.05rem;
}

.stage-note {
  color: rgba(255, 216, 155, 0.84);
  font-size: 0.98rem;
}

.festival-callout {
  display: grid;
  gap: 0.32rem;
  width: fit-content;
  max-width: 40rem;
  padding: 1rem 1.08rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 215, 148, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(138, 35, 68, 0.18));
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.festival-callout:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 215, 148, 0.3);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.festival-callout-label {
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.festival-callout strong {
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1;
}

.festival-callout-meta {
  color: rgba(236, 230, 220, 0.76);
  font-size: 0.94rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.82rem;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.94rem 1.24rem;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -44%;
  width: 40%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.62) 50%, transparent 100%);
  transform: translateX(-180%) skewX(-18deg);
  transition: transform 0.8s ease;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.button:hover::after {
  transform: translateX(500%) skewX(-18deg);
}

.button-primary {
  background: linear-gradient(135deg, #ffd794, #f0b453 52%, #c96a4d 100%);
  color: #14090d;
  box-shadow: 0 14px 36px rgba(240, 180, 83, 0.22);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.text-link {
  color: var(--gold-bright);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 600;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.text-link:hover {
  color: #fff1cf;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
}

.chips span,
.pill,
.hero-ticket-meta span,
.festival-meta span {
  padding: 0.56rem 0.8rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 233, 196, 0.94);
  font-size: 0.88rem;
}

.hero-stage-wrap,
.hero-frame,
.hero-visual,
.media-card {
  position: relative;
  z-index: 4;
}

.hero-stage-wrap {
  padding: 0.4rem 0 3rem 1rem;
}

.hero-frame img,
.hero-visual img,
.media-card img {
  width: 100%;
  border-radius: calc(var(--radius-xl) - 4px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.hero-frame {
  overflow: hidden;
  border-radius: calc(var(--radius-xl) - 4px);
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(7, 11, 19, 0.74));
  pointer-events: none;
}

.hero-frame img {
  min-height: 480px;
  max-height: 640px;
}

.hero-visual img {
  min-height: 300px;
  max-height: 540px;
}

.hero-visual-note {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.7rem 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 11, 19, 0.6);
  backdrop-filter: blur(10px);
  color: var(--gold-bright);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-ticket-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(18rem, calc(100% - 1rem));
  min-height: auto;
  gap: 0.7rem;
}

.hero-ticket-copy {
  display: grid;
  gap: 0.5rem;
}

.hero-ticket-copy h3 {
  font-size: clamp(1.9rem, 4vw, 2.5rem);
}

.hero-ticket-copy p {
  color: var(--muted-strong);
}

.hero-beam,
.hero-glow,
.page-hero-ambient {
  position: absolute;
  pointer-events: none;
}

.hero-beam {
  top: -8%;
  width: 22rem;
  height: 120%;
  opacity: 0.28;
  mix-blend-mode: screen;
  clip-path: polygon(48% 0, 78% 0, 100% 100%, 0 100%, 22% 0);
  transform-origin: top center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 215, 148, 0.1) 26%, rgba(255, 215, 148, 0) 72%);
  filter: blur(5px);
}

.hero-beam-left {
  left: -6rem;
  animation: beamSweepLeft 18s ease-in-out infinite alternate;
}

.hero-beam-right {
  right: -6rem;
  animation: beamSweepRight 22s ease-in-out infinite alternate;
}

.hero-beam-center {
  left: calc(50% - 11rem);
  opacity: 0.18;
  animation: beamPulse 14s ease-in-out infinite;
}

.hero-glow {
  border-radius: 50%;
  filter: blur(26px);
  opacity: 0.5;
}

.hero-glow-left {
  width: 26rem;
  height: 26rem;
  left: -10rem;
  top: 18%;
  background: radial-gradient(circle, rgba(255, 216, 155, 0.22), transparent 68%);
  animation: glowDrift 18s ease-in-out infinite alternate;
}

.hero-glow-right {
  width: 22rem;
  height: 22rem;
  right: -6rem;
  top: 10%;
  background: radial-gradient(circle, rgba(138, 35, 68, 0.3), transparent 72%);
  animation: glowDrift 22s ease-in-out infinite alternate-reverse;
}

.hero-glow-center {
  width: 14rem;
  height: 14rem;
  left: 44%;
  bottom: -5rem;
  background: radial-gradient(circle, rgba(255, 215, 148, 0.18), transparent 72%);
  animation: glowDrift 20s ease-in-out infinite alternate;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
  gap: 1.1rem;
  align-items: center;
  padding: 1.5rem;
}

.small-hero {
  margin-top: 1.5rem;
}

.page-hero h1 {
  font-size: clamp(2.6rem, 7vw, 5rem);
}

.page-hero-ambient {
  border-radius: 50%;
  filter: blur(24px);
}

.page-hero-ambient-left {
  width: 20rem;
  height: 20rem;
  top: -6rem;
  left: -7rem;
  background: radial-gradient(circle, rgba(255, 216, 155, 0.18), transparent 70%);
  animation: glowDrift 18s ease-in-out infinite alternate;
}

.page-hero-ambient-right {
  width: 16rem;
  height: 16rem;
  right: -3rem;
  bottom: -4rem;
  background: radial-gradient(circle, rgba(138, 35, 68, 0.24), transparent 72%);
  animation: glowDrift 22s ease-in-out infinite alternate-reverse;
}

.marquee-band {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

.marquee-band::before,
.marquee-band::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6rem;
  z-index: 2;
  pointer-events: none;
}

.marquee-band::before {
  left: 0;
  background: linear-gradient(90deg, rgba(9, 16, 27, 0.96), transparent);
}

.marquee-band::after {
  right: 0;
  background: linear-gradient(270deg, rgba(9, 16, 27, 0.96), transparent);
}

.marquee-track {
  display: flex;
  gap: 1.8rem;
  width: max-content;
  padding: 1rem 0;
  color: var(--gold-bright);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  animation: marqueeScroll 28s linear infinite;
}

.section {
  padding: 1.5rem 0 2.4rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.4rem;
  margin-bottom: 1.15rem;
}

.section-head > div {
  display: grid;
  gap: 0.55rem;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
}

.section-head p {
  max-width: 30rem;
  color: var(--muted);
}

.card-grid {
  display: grid;
  gap: 1.1rem;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.member-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(17, 22, 34, 0.94), rgba(10, 12, 20, 0.98));
  box-shadow: var(--shadow);
}

.card {
  padding: 1.2rem;
}

.premium-card {
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.42s ease,
    border-color 0.42s ease;
}

.premium-card::before,
.member-card::before {
  content: "";
  position: absolute;
  inset: -10% -40%;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 22%, rgba(255, 244, 217, 0.16) 50%, transparent 78%);
  transform: translateX(-120%);
  transition: transform 0.9s ease;
}

.premium-card:hover,
.member-card:hover {
  transform: translateY(-10px) rotate(var(--card-tilt, 0deg));
  box-shadow: var(--shadow-hover);
  border-color: rgba(255, 215, 148, 0.24);
}

.premium-card:hover::before,
.member-card:hover::before {
  transform: translateX(80%);
}

.poster-card {
  display: grid;
  align-content: start;
  gap: 0.82rem;
  min-height: 18rem;
}

.poster-card > * {
  position: relative;
  z-index: 1;
}

.poster-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at left center, var(--bg) 0 13px, transparent 14px),
    radial-gradient(circle at right center, var(--bg) 0 13px, transparent 14px);
  opacity: 0.98;
}

.poster-card-wine {
  --card-tilt: -0.8deg;
  background:
    linear-gradient(180deg, rgba(22, 18, 32, 0.96), rgba(14, 12, 19, 0.98)),
    linear-gradient(90deg, rgba(186, 79, 115, 0.28), transparent 58%);
}

.poster-card-gold {
  --card-tilt: 0.8deg;
  background:
    linear-gradient(180deg, rgba(26, 21, 24, 0.96), rgba(13, 12, 17, 0.98)),
    linear-gradient(90deg, rgba(240, 180, 83, 0.26), transparent 60%);
}

.poster-card-ink {
  --card-tilt: -0.5deg;
  background:
    linear-gradient(180deg, rgba(14, 21, 34, 0.96), rgba(10, 13, 20, 0.98)),
    linear-gradient(90deg, rgba(84, 110, 171, 0.2), transparent 58%);
}

.link-card,
.compact,
.contact-card,
.form-card,
.festival-spotlight-copy {
  display: grid;
  gap: 0.78rem;
}

.link-card {
  text-decoration: none;
}

.link-card h3,
.compact h3,
.member-copy h3 {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.link-card p,
.compact p,
.member-copy p,
.contact-list li,
.form-note,
.form-status {
  color: var(--muted);
}

.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 1.1rem;
  align-items: stretch;
}

.split-panel-video {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.split-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: 0.35rem 0;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.video-grid .card,
.video-feature {
  padding: 0;
}

.video-grid iframe,
.video-feature iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  background: #000;
}

.media-card {
  padding: 0;
}

.media-card img {
  height: 100%;
}

.single-video {
  grid-template-columns: minmax(0, 1fr);
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.member-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #0b1017;
}

.member-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.42rem;
  padding: 1rem;
}

.member-copy span {
  color: var(--gold-bright);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 1rem;
}

.contact-card h2,
.form-card h2,
.festival-spotlight h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.contact-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.68rem;
}

.contact-list strong {
  color: var(--text);
}

.contact-list a {
  color: var(--gold-bright);
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 0.95rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.field {
  display: grid;
  gap: 0.42rem;
}

.field label {
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.96rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(255, 215, 148, 0.28);
  box-shadow: 0 0 0 4px rgba(240, 180, 83, 0.08);
  background: rgba(255, 255, 255, 0.06);
}

.field textarea {
  min-height: 9rem;
  resize: vertical;
}

.festival-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  background:
    linear-gradient(140deg, rgba(18, 23, 35, 0.96), rgba(18, 23, 35, 0.96)),
    linear-gradient(90deg, rgba(240, 180, 83, 0.18), rgba(138, 35, 68, 0.14), transparent 70%);
  border-color: rgba(255, 215, 148, 0.18);
}

.festival-spotlight p {
  max-width: 42rem;
  color: var(--muted-strong);
}

.festival-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.footer {
  padding: 0.8rem 0 2.8rem;
  color: rgba(236, 230, 220, 0.72);
  font-size: 0.94rem;
}

@keyframes titleReveal {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes glowDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(2%, 4%, 0) scale(1.05);
  }

  100% {
    transform: translate3d(-2%, -3%, 0) scale(0.96);
  }
}

@keyframes beamSweepLeft {
  0% {
    transform: rotate(-18deg) translateX(0);
  }

  50% {
    transform: rotate(-8deg) translateX(1rem);
  }

  100% {
    transform: rotate(-22deg) translateX(-0.6rem);
  }
}

@keyframes beamSweepRight {
  0% {
    transform: rotate(18deg) translateX(0);
  }

  50% {
    transform: rotate(6deg) translateX(-1rem);
  }

  100% {
    transform: rotate(22deg) translateX(0.6rem);
  }
}

@keyframes beamPulse {
  0%,
  100% {
    opacity: 0.14;
    transform: scaleY(1);
  }

  50% {
    opacity: 0.24;
    transform: scaleY(1.06);
  }
}

@media (max-width: 980px) {
  .editorial-troupe-wheel {
    padding-top: 0;
  }

  .home-hero-grid,
  .page-hero,
  .split-panel,
  .split-panel-video,
  .contact-layout,
  .section-head,
  .festival-spotlight {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .card-grid.three,
  .card-grid.four,
  .members-grid,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stage-wrap {
    padding-left: 0;
  }

  .hero-ticket-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: -2rem;
  }

  .hero-frame img {
    min-height: 380px;
  }
}

@media (max-width: 720px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .home-hero {
    padding-top: 0.9rem;
  }

  .card-grid.three,
  .card-grid.four,
  .members-grid,
  .video-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .home-hero-stage,
  .page-hero {
    padding: 1.1rem;
  }

  .hero-title {
    font-size: clamp(2.8rem, 15vw, 4.8rem);
  }

  .hero-frame img,
  .hero-visual img {
    min-height: 280px;
  }

  .hero-beam-center {
    display: none;
  }

  .actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .marquee-track {
    transform: none !important;
  }
}



/* 2026-07 art direction refresh */

h1,
h2,
h3,
h4 {
  font-family: "Bricolage Grotesque", "Syne", sans-serif;
  letter-spacing: -0.05em;
}

.topbar {
  background: linear-gradient(180deg, rgba(6, 9, 16, 0.86), rgba(6, 9, 16, 0.52));
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.topbar-inner {
  padding: 0.56rem 0;
}

.brand {
  gap: 0.66rem;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  filter: saturate(0.65) contrast(1.04) brightness(0.92);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.brand-copy strong {
  font-size: 1.04rem;
}

.brand-copy span {
  font-size: 0.8rem;
  opacity: 0.7;
}

.nav {
  gap: 0.26rem;
}

.nav a {
  padding: 0.58rem 0.84rem;
  font-size: 0.9rem;
}

.home-hero {
  padding: 0.75rem 0 1.95rem;
}

.home-hero-stage {
  padding: clamp(1.05rem, 3vw, 1.85rem);
  background:
    radial-gradient(circle at 20% 18%, rgba(240, 180, 83, 0.1), transparent 26%),
    radial-gradient(circle at 82% 14%, rgba(138, 35, 68, 0.16), transparent 24%),
    linear-gradient(145deg, rgba(8, 13, 22, 0.98), rgba(15, 14, 24, 0.95) 56%, rgba(16, 8, 16, 0.96) 100%);
}

.home-hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.045), transparent 20%),
    repeating-linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.015) 0,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px,
      transparent 22px
    );
  opacity: 0.55;
}

.home-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 1.8rem;
  min-height: min(84vh, 800px);
}

.hero-copy {
  gap: 1.08rem;
  max-width: 35rem;
}

.hero-kicker {
  background: rgba(255, 255, 255, 0.06);
}

.hero-signature {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 224, 179, 0.82);
}

.hero-title {
  gap: 0.02rem;
  font-size: clamp(3.5rem, 10.6vw, 7.8rem);
  line-height: 0.85;
  max-width: 13ch;
}

.hero-title .title-line:nth-child(3) span,
.title-accent span {
  color: var(--gold-bright);
  text-shadow: 0 10px 36px rgba(240, 180, 83, 0.14);
}

.hero-baseline {
  max-width: 29rem;
  font-size: clamp(1.08rem, 1.9vw, 1.28rem);
  color: rgba(249, 244, 236, 0.9);
}

.festival-callout {
  max-width: 33rem;
  padding: 0.95rem 1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(138, 35, 68, 0.24));
  border-color: rgba(255, 215, 148, 0.14);
}

.festival-callout strong {
  font-size: clamp(1.28rem, 2.6vw, 1.85rem);
}

.hero-stage-wrap {
  padding: 1.25rem 0 2.8rem 1.1rem;
}

.hero-frame {
  transform: rotate(-1.2deg);
  border-radius: 34px;
}

.hero-frame img {
  min-height: 540px;
  max-height: 700px;
  filter: brightness(0.88) saturate(0.94) contrast(1.04);
}

.hero-visual-note {
  left: 1rem;
  right: auto;
  top: auto;
  bottom: 1rem;
  background: rgba(6, 10, 18, 0.68);
}

.hero-float-card {
  position: absolute;
  width: min(15.5rem, 70%);
  min-height: auto;
  gap: 0.66rem;
  padding: 0.95rem;
  backdrop-filter: blur(10px);
  background: rgba(10, 12, 20, 0.72);
}

.hero-float-card h3 {
  font-size: 1.5rem;
}

.hero-float-card p {
  font-size: 0.92rem;
  color: var(--muted);
}

.hero-float-top {
  top: 1rem;
  right: 0;
}

.hero-float-bottom {
  left: 0;
  bottom: 0;
}

.hero-float-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero-float-meta span {
  padding: 0.46rem 0.68rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 233, 196, 0.94);
  font-size: 0.8rem;
}

.actions {
  gap: 0.72rem;
}

.button {
  min-height: 3.15rem;
  padding: 0.9rem 1.2rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.button-primary {
  box-shadow: 0 14px 36px rgba(240, 180, 83, 0.24);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.marquee-track {
  gap: 1.45rem;
  font-size: 0.76rem;
  animation-duration: 24s;
}

.section {
  padding: 1.65rem 0 3rem;
}

.section-head {
  gap: 1.2rem;
  margin-bottom: 1.3rem;
}

.section-head h2 {
  max-width: 12ch;
}

.section-head p {
  max-width: 24rem;
}

.poster-wall {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-areas:
    "feature avignon troupe"
    "feature contact paris";
  gap: 1rem;
}

.poster-feature-card {
  grid-area: feature;
  padding: 0;
  min-height: 31rem;
}

.poster-feature-media {
  position: absolute;
  inset: 0;
}

.poster-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.56) saturate(0.96) contrast(1.05);
}

.poster-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 10, 18, 0.12), rgba(7, 10, 18, 0.92)),
    linear-gradient(120deg, rgba(240, 180, 83, 0.18), transparent 34%);
}

.poster-feature-card::after {
  display: none;
}

.poster-feature-content {
  position: relative;
  z-index: 2;
  min-height: 31rem;
  padding: 1.6rem;
  display: grid;
  align-content: end;
  gap: 0.8rem;
}

.poster-feature-content h3 {
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  max-width: 8ch;
}

.poster-feature-content p {
  max-width: 26rem;
  color: rgba(249, 244, 236, 0.88);
}

.poster-feature-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.poster-feature-meta span {
  padding: 0.5rem 0.72rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--gold-bright);
  font-size: 0.82rem;
}

.poster-side-card {
  min-height: 15rem;
}

.poster-side-card h3 {
  font-size: 1.6rem;
}

.poster-side-card strong {
  display: block;
  font-family: "Bricolage Grotesque", "Syne", sans-serif;
  font-size: 2rem;
  line-height: 0.96;
  color: var(--gold-bright);
}

.poster-avignon {
  grid-area: avignon;
}

.poster-troupe {
  grid-area: troupe;
}

.poster-contact {
  grid-area: contact;
}

.poster-paris {
  grid-area: paris;
}

.poster-card {
  min-height: 16rem;
}

.poster-card-wine {
  --card-tilt: -0.9deg;
  --card-yaw: -3deg;
}

.poster-card-gold {
  --card-tilt: 0.9deg;
  --card-yaw: 2.5deg;
}

.poster-card-ink {
  --card-tilt: -0.5deg;
  --card-yaw: 3deg;
}

.premium-card:hover,
.member-card:hover {
  transform: perspective(1200px) translateY(-9px) rotateX(4deg) rotateY(var(--card-yaw, 0deg)) rotateZ(var(--card-tilt, 0deg));
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(255, 215, 148, 0.1);
}

.split-panel-video {
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  align-items: center;
}

.video-feature {
  overflow: hidden;
  border-radius: 30px;
}

.audience-band {
  gap: 1.15rem;
  align-items: center;
}

.audience-band .card.media-card {
  overflow: hidden;
  border-radius: 30px;
}

@media (max-width: 980px) {
  .editorial-troupe-wheel {
    padding-top: 0;
  }

  .home-hero-grid,
  .poster-wall,
  .split-panel-video,
  .audience-band {
    grid-template-columns: 1fr;
  }

  .poster-wall {
    grid-template-areas:
      "feature"
      "avignon"
      "paris"
      "troupe"
      "contact";
  }

  .hero-stage-wrap {
    padding-left: 0;
  }

  .hero-float-card {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .hero-frame {
    transform: none;
  }
}

@media (max-width: 720px) {
  .brand-copy span {
    display: none;
  }

  .hero-title {
    font-size: clamp(3rem, 16vw, 5.4rem);
  }

  .poster-feature-content,
  .poster-feature-card {
    min-height: 24rem;
  }
}


/* 2026-07 FMR palette rebalance start */
:root {
  --bg: #050406;
  --bg-deep: #090309;
  --ink: #160911;
  --panel: rgba(18, 10, 15, 0.92);
  --panel-strong: rgba(9, 7, 10, 0.98);
  --panel-soft: rgba(34, 12, 20, 0.84);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(107, 18, 48, 0.42);
  --gold: #c19a59;
  --gold-soft: #dbc186;
  --gold-bright: #ead8a8;
  --wine: #6b1230;
  --wine-soft: #8a2344;
  --text: #fcf8f5;
  --muted: #cfc4cc;
  --muted-strong: #efe7e2;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
  --shadow-hover: 0 36px 88px rgba(0, 0, 0, 0.48);
}

body {
  background:
    radial-gradient(circle at 16% 12%, rgba(107, 18, 48, 0.24), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(90, 15, 40, 0.18), transparent 26%),
    radial-gradient(circle at 54% 42%, rgba(255, 255, 255, 0.04), transparent 30%),
    linear-gradient(180deg, #030305 0%, #050306 40%, #040204 100%);
}

body::before {
  background:
    radial-gradient(circle at 18% 28%, rgba(107, 18, 48, 0.16), transparent 22%),
    radial-gradient(circle at 76% 24%, rgba(255, 255, 255, 0.05), transparent 18%),
    radial-gradient(circle at 50% 78%, rgba(76, 16, 33, 0.2), transparent 24%);
}

.topbar {
  background: linear-gradient(180deg, rgba(5, 4, 6, 0.94), rgba(15, 6, 12, 0.82));
  border-bottom-color: rgba(107, 18, 48, 0.34);
}

.brand img {
  border-color: rgba(107, 18, 48, 0.34);
}

.nav a:hover,
.nav a.active {
  background: rgba(107, 18, 48, 0.2);
  box-shadow: inset 0 0 0 1px rgba(107, 18, 48, 0.32);
}

.eyebrow,
.card-label {
  background: rgba(107, 18, 48, 0.2);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}

.home-hero-stage,
.page-hero,
.card,
.member-card {
  background: linear-gradient(180deg, rgba(15, 8, 12, 0.96), rgba(8, 7, 10, 0.98));
}

.home-hero-stage,
.page-hero {
  border-color: rgba(107, 18, 48, 0.26);
}

.home-hero-stage::before,
.page-hero::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 24%),
    radial-gradient(circle at 72% 20%, rgba(107, 18, 48, 0.18), transparent 24%),
    linear-gradient(180deg, transparent 64%, rgba(255, 255, 255, 0.03));
}

.hero-signature {
  color: rgba(255, 255, 255, 0.72);
}

.hero-title .title-line:nth-child(3) span,
.title-accent span {
  color: var(--text);
  text-shadow: 0 12px 36px rgba(107, 18, 48, 0.28);
}

.hero-visual-note {
  background: rgba(7, 6, 9, 0.74);
  border-color: rgba(107, 18, 48, 0.34);
  color: rgba(255, 255, 255, 0.9);
}

.hero-beam {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(107, 18, 48, 0.16) 28%, rgba(107, 18, 48, 0) 74%);
}

.hero-glow-left {
  background: radial-gradient(circle, rgba(107, 18, 48, 0.28), transparent 68%);
}

.hero-glow-right {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 72%);
}

.hero-glow-center {
  background: radial-gradient(circle, rgba(107, 18, 48, 0.18), transparent 72%);
}

.page-hero-ambient-left {
  background: radial-gradient(circle, rgba(107, 18, 48, 0.22), transparent 70%);
}

.page-hero-ambient-right {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 72%);
}

.festival-callout {
  background: linear-gradient(135deg, rgba(15, 8, 12, 0.92), rgba(107, 18, 48, 0.44));
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.festival-callout:hover {
  border-color: rgba(107, 18, 48, 0.54);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
}

.festival-callout-label,
.festival-callout-meta {
  color: rgba(255, 255, 255, 0.76);
}

.button-primary {
  background: linear-gradient(135deg, #4d0d23, #6b1230 52%, #8a2344 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(107, 18, 48, 0.34);
}

.button-secondary {
  background: rgba(107, 18, 48, 0.16);
  border-color: rgba(107, 18, 48, 0.34);
  color: var(--text);
}

.text-link {
  color: rgba(255, 255, 255, 0.92);
}

.text-link:hover {
  color: var(--gold-soft);
}

.chips span,
.pill,
.hero-ticket-meta span,
.festival-meta span,
.hero-float-meta span,
.poster-feature-meta span {
  background: rgba(107, 18, 48, 0.16);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
}

.marquee-band {
  border-top-color: rgba(107, 18, 48, 0.26);
  border-bottom-color: rgba(107, 18, 48, 0.26);
  background: linear-gradient(90deg, rgba(12, 7, 10, 0.92), rgba(31, 11, 19, 0.86), rgba(12, 7, 10, 0.92));
}

.marquee-track {
  color: rgba(255, 255, 255, 0.8);
}

.card,
.member-card {
  border-color: rgba(255, 255, 255, 0.06);
}

.premium-card::before,
.member-card::before {
  background: linear-gradient(115deg, transparent 22%, rgba(255, 255, 255, 0.12) 50%, transparent 78%);
}

.premium-card:hover,
.member-card:hover {
  border-color: rgba(107, 18, 48, 0.38);
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.48);
}

.poster-card-wine {
  background:
    linear-gradient(180deg, rgba(21, 9, 14, 0.96), rgba(10, 7, 10, 0.98)),
    linear-gradient(90deg, rgba(107, 18, 48, 0.44), transparent 60%);
}

.poster-card-gold {
  background:
    linear-gradient(180deg, rgba(25, 18, 14, 0.96), rgba(12, 10, 10, 0.98)),
    linear-gradient(90deg, rgba(193, 154, 89, 0.18), transparent 60%);
  border-color: rgba(193, 154, 89, 0.24);
}

.poster-card-ink {
  background:
    linear-gradient(180deg, rgba(11, 10, 13, 0.96), rgba(6, 6, 8, 0.98)),
    linear-gradient(90deg, rgba(107, 18, 48, 0.18), transparent 58%);
}

.poster-feature-card::before {
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.16), rgba(5, 5, 7, 0.92)),
    linear-gradient(120deg, rgba(107, 18, 48, 0.28), transparent 36%);
}

.poster-side-card strong,
.contact-list a,
.field label,
.member-copy span {
  color: rgba(255, 255, 255, 0.86);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(107, 18, 48, 0.5);
  box-shadow: 0 0 0 4px rgba(107, 18, 48, 0.14);
}

body.page-prime {
  background:
    radial-gradient(circle at 18% 12%, rgba(107, 18, 48, 0.18), transparent 22%),
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, #020203 0%, #040305 44%, #020203 100%);
}

body.page-prime .page-hero,
body.page-prime .festival-spotlight,
body.page-prime .card.compact,
body.page-prime .video-grid .card {
  border-color: rgba(107, 18, 48, 0.3);
}

body.page-prime .festival-spotlight {
  background: linear-gradient(135deg, rgba(14, 8, 12, 0.96), rgba(30, 10, 18, 0.98));
}

.school-accent {
  border-color: rgba(193, 154, 89, 0.24);
  background:
    linear-gradient(180deg, rgba(27, 20, 14, 0.96), rgba(12, 10, 10, 0.98)),
    linear-gradient(90deg, rgba(193, 154, 89, 0.16), transparent 62%);
}

.school-accent .card-label,
.school-accent .text-link,
.school-accent h3,
.school-accent strong {
  color: var(--gold-bright);
}

.school-accent .card-label {
  background: rgba(193, 154, 89, 0.14);
  border-color: rgba(193, 154, 89, 0.24);
}
/* 2026-07 FMR palette rebalance end */

/* 2026-07 FMR school split start */
.poster-wall {
  grid-template-areas:
    "feature avignon troupe"
    "feature prestations school"
    "feature paris school";
}

.poster-prestations {
  grid-area: prestations;
}

.poster-school {
  grid-area: school;
  min-height: 100%;
}

body.page-school {
  background:
    radial-gradient(circle at 18% 14%, rgba(193, 154, 89, 0.12), transparent 24%),
    radial-gradient(circle at 76% 18%, rgba(107, 18, 48, 0.14), transparent 22%),
    linear-gradient(180deg, #040304 0%, #09060a 46%, #040304 100%);
}

body.page-school .page-hero,
body.page-school .card.compact,
body.page-school .festival-spotlight {
  border-color: rgba(193, 154, 89, 0.22);
}

@media (max-width: 980px) {
  .editorial-troupe-wheel {
    padding-top: 0;
  }

  .poster-wall {
    grid-template-areas:
      "feature"
      "avignon"
      "paris"
      "troupe"
      "prestations"
      "school";
  }

  .poster-school {
    min-height: 16rem;
  }
}
/* 2026-07 FMR school split end */

/* 2026-07 FMR lighten start */
:root {
  --bg: #170d15;
  --bg-deep: #24121d;
  --ink: #2b1420;
  --panel: rgba(48, 22, 34, 0.9);
  --panel-strong: rgba(34, 16, 25, 0.94);
  --panel-soft: rgba(68, 28, 43, 0.8);
  --text: #fffaf7;
  --muted: #ddd0d7;
  --muted-strong: #f3ebe7;
}

body {
  background:
    radial-gradient(circle at 14% 12%, rgba(126, 32, 65, 0.28), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.08), transparent 20%),
    radial-gradient(circle at 56% 44%, rgba(154, 58, 91, 0.14), transparent 28%),
    linear-gradient(180deg, #21111a 0%, #2a1420 42%, #160d15 100%);
}

body::before {
  background:
    radial-gradient(circle at 18% 28%, rgba(143, 39, 75, 0.22), transparent 24%),
    radial-gradient(circle at 76% 24%, rgba(255, 255, 255, 0.07), transparent 18%),
    radial-gradient(circle at 50% 78%, rgba(110, 31, 58, 0.18), transparent 24%);
  opacity: 1;
}

body::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), transparent 24%),
    radial-gradient(circle at center, transparent 42%, rgba(14, 7, 11, 0.18) 100%);
}

.topbar {
  background: linear-gradient(180deg, rgba(28, 13, 21, 0.92), rgba(49, 20, 33, 0.8));
}

.home-hero-stage,
.page-hero,
.card,
.member-card {
  background: linear-gradient(180deg, rgba(50, 24, 36, 0.92), rgba(28, 16, 22, 0.95));
}

.home-hero-stage::before,
.page-hero::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 24%),
    radial-gradient(circle at 72% 20%, rgba(155, 42, 80, 0.22), transparent 26%),
    linear-gradient(180deg, transparent 64%, rgba(255, 255, 255, 0.04));
}

.hero-frame img {
  filter: brightness(0.97) saturate(0.98) contrast(1.03);
}

.hero-visual-note {
  background: rgba(53, 24, 37, 0.72);
}

.hero-glow-left {
  background: radial-gradient(circle, rgba(150, 45, 82, 0.32), transparent 68%);
}

.hero-glow-right {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 72%);
}

.hero-glow-center {
  background: radial-gradient(circle, rgba(176, 62, 99, 0.2), transparent 72%);
}

.page-hero-ambient-left {
  background: radial-gradient(circle, rgba(145, 39, 74, 0.26), transparent 70%);
}

.page-hero-ambient-right {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 72%);
}

.festival-callout {
  background: linear-gradient(135deg, rgba(69, 26, 44, 0.9), rgba(130, 37, 71, 0.48));
}

.button-secondary {
  background: rgba(124, 34, 66, 0.28);
}

.chips span,
.pill,
.hero-ticket-meta span,
.festival-meta span,
.hero-float-meta span,
.poster-feature-meta span {
  background: rgba(125, 35, 67, 0.22);
}

.marquee-band {
  background: linear-gradient(90deg, rgba(47, 18, 31, 0.92), rgba(77, 27, 45, 0.86), rgba(47, 18, 31, 0.92));
}

.poster-card-wine {
  background:
    linear-gradient(180deg, rgba(67, 24, 41, 0.94), rgba(34, 16, 24, 0.96)),
    linear-gradient(90deg, rgba(144, 42, 76, 0.38), transparent 62%);
}

.poster-card-gold {
  background:
    linear-gradient(180deg, rgba(58, 37, 27, 0.94), rgba(29, 19, 15, 0.96)),
    linear-gradient(90deg, rgba(193, 154, 89, 0.22), transparent 60%);
}

.poster-card-ink {
  background:
    linear-gradient(180deg, rgba(43, 20, 31, 0.94), rgba(24, 14, 18, 0.96)),
    linear-gradient(90deg, rgba(125, 33, 67, 0.22), transparent 60%);
}

.poster-feature-card::before {
  background:
    linear-gradient(180deg, rgba(12, 7, 10, 0.08), rgba(12, 7, 10, 0.78)),
    linear-gradient(120deg, rgba(150, 43, 80, 0.24), transparent 38%);
}

.field input,
.field select,
.field textarea {
  background: rgba(255, 255, 255, 0.06);
}

body.page-prime {
  background:
    radial-gradient(circle at 18% 12%, rgba(135, 36, 70, 0.22), transparent 24%),
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #180d15 0%, #211019 44%, #140b12 100%);
}

body.page-prime .festival-spotlight {
  background: linear-gradient(135deg, rgba(50, 22, 35, 0.94), rgba(85, 29, 49, 0.92));
}

body.page-school {
  background:
    radial-gradient(circle at 18% 14%, rgba(193, 154, 89, 0.16), transparent 24%),
    radial-gradient(circle at 76% 18%, rgba(132, 36, 68, 0.16), transparent 22%),
    linear-gradient(180deg, #231716 0%, #2c1c1c 46%, #181110 100%);
}
/* 2026-07 FMR lighten end */

/* 2026-07 troupe portraits start */
.members-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.member-card {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: stretch;
  min-height: 0;
}

.member-card img {
  width: 100%;
  height: 100%;
  min-height: 166px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 18%;
}

.member-card-lead img {
  object-position: center 10%;
}

.member-copy {
  align-content: center;
  padding: 0.95rem 1rem;
}

.member-copy h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.member-copy p {
  line-height: 1.5;
}

@media (max-width: 980px) {
  .editorial-troupe-wheel {
    padding-top: 0;
  }

  .members-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .member-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .member-card img {
    min-height: 136px;
  }

  .member-copy {
    padding: 0.82rem 0.9rem;
  }
}
/* 2026-07 troupe portraits end */

/* 2026-07 troupe crop fix start */
.members-grid > .member-card:first-child img {
  object-position: center 10%;
}
/* 2026-07 troupe crop fix end */

/* 2026-07 troupe chic light start */
body.page-troupe {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 246, 244, 0.16), transparent 20%),
    radial-gradient(circle at 82% 14%, rgba(167, 67, 103, 0.24), transparent 24%),
    radial-gradient(circle at 50% 40%, rgba(214, 124, 153, 0.12), transparent 26%),
    linear-gradient(180deg, #3a1d2d 0%, #4a2438 18%, #341927 58%, #23121b 100%);
}

body.page-troupe::before {
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.09), transparent 20%),
    radial-gradient(circle at 78% 24%, rgba(181, 82, 116, 0.18), transparent 20%),
    radial-gradient(circle at 48% 78%, rgba(113, 36, 64, 0.18), transparent 24%);
}

body.page-troupe .topbar {
  background: linear-gradient(180deg, rgba(62, 28, 44, 0.88), rgba(94, 40, 62, 0.72));
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.page-troupe .page-hero {
  background: linear-gradient(135deg, rgba(95, 42, 62, 0.88), rgba(55, 26, 40, 0.92));
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 28px 70px rgba(20, 8, 14, 0.22);
}

body.page-troupe .page-hero::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 26%),
    radial-gradient(circle at 70% 18%, rgba(255, 238, 233, 0.12), transparent 20%),
    linear-gradient(180deg, transparent 62%, rgba(255, 255, 255, 0.04));
}

body.page-troupe .page-hero-ambient-left {
  background: radial-gradient(circle, rgba(255, 243, 240, 0.18), transparent 70%);
}

body.page-troupe .page-hero-ambient-right {
  background: radial-gradient(circle, rgba(182, 76, 112, 0.24), transparent 72%);
}

body.page-troupe .hero-visual img {
  filter: brightness(1.02) saturate(0.94) contrast(1.02);
}

body.page-troupe .section {
  padding-top: 1.9rem;
  padding-bottom: 3.25rem;
}

body.page-troupe .section-head {
  margin-bottom: 1.45rem;
}

body.page-troupe .section-head p,
body.page-troupe .lead,
body.page-troupe .member-copy p {
  color: rgba(255, 245, 242, 0.86);
}

body.page-troupe .section > .card.compact {
  background: linear-gradient(135deg, rgba(110, 48, 72, 0.82), rgba(71, 31, 48, 0.9));
  border-color: rgba(255, 255, 255, 0.08);
}

body.page-troupe .members-grid {
  gap: 1.1rem;
}

body.page-troupe .member-card {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(118, 50, 76, 0.82), rgba(69, 31, 46, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 60%);
  box-shadow: 0 22px 56px rgba(21, 10, 15, 0.22);
}

body.page-troupe .member-card img {
  min-height: 156px;
  filter: brightness(1.03) saturate(0.92);
}

body.page-troupe .member-copy {
  gap: 0.36rem;
  padding: 1rem 1.05rem;
}

body.page-troupe .member-copy span {
  color: rgba(255, 244, 240, 0.76);
  letter-spacing: 0.16em;
}

body.page-troupe .member-copy h3 {
  font-size: clamp(1.24rem, 2vw, 1.62rem);
}

body.page-troupe .premium-card:hover,
body.page-troupe .member-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 68px rgba(25, 10, 18, 0.24);
}

@media (max-width: 720px) {
  body.page-troupe .page-hero {
    background: linear-gradient(135deg, rgba(89, 42, 60, 0.9), rgba(55, 28, 40, 0.94));
  }

  body.page-troupe .member-card {
    background: linear-gradient(135deg, rgba(110, 50, 73, 0.84), rgba(64, 30, 43, 0.94));
  }
}
/* 2026-07 troupe chic light end */

/* 2026-07 troupe table layout start */
body.page-troupe .members-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.page-troupe .member-card {
  display: block;
  min-height: 0;
  overflow: hidden;
}

body.page-troupe .member-card img {
  width: 100%;
  height: 238px;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 16%;
}

body.page-troupe .members-grid > .member-card:first-child img {
  object-position: center 10%;
}

body.page-troupe .member-copy {
  display: block;
  padding: 0.9rem 0.95rem 1rem;
}

body.page-troupe .member-copy h3 {
  font-size: clamp(1.1rem, 1.6vw, 1.28rem);
  line-height: 1.05;
}

body.page-troupe .member-copy span,
body.page-troupe .member-copy p {
  display: none;
}

@media (max-width: 980px) {
  .editorial-troupe-wheel {
    padding-top: 0;
  }

  body.page-troupe .members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-troupe .member-card img {
    height: 228px;
  }
}

@media (max-width: 640px) {
  body.page-troupe .members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-troupe .member-card img {
    height: 190px;
  }

  body.page-troupe .member-copy {
    padding: 0.82rem 0.85rem 0.92rem;
  }
}
/* 2026-07 troupe table layout end */

/* 2026-07 poster link cleanup start */
.poster-side-card,
.poster-side-card h3,
.poster-side-card p,
.poster-side-card .text-link {
  text-decoration: none;
}
/* 2026-07 poster link cleanup end */

/* 2026-07 prestations redesign start */
.prestations-showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-areas:
    "feature event entreprise"
    "feature ateliers ateliers";
  gap: 1rem;
}

.prestations-feature {
  grid-area: feature;
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 30rem;
}

.prestations-feature-media {
  position: absolute;
  inset: 0;
}

.prestations-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) saturate(0.95) contrast(1.03);
}

.prestations-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(13, 8, 10, 0.14), rgba(13, 8, 10, 0.9)),
    linear-gradient(120deg, rgba(130, 37, 71, 0.24), transparent 36%);
}

.prestations-feature-copy {
  position: relative;
  z-index: 2;
  min-height: 30rem;
  display: grid;
  align-content: end;
  gap: 0.9rem;
  padding: 1.6rem;
}

.prestations-feature-copy h3 {
  font-size: clamp(2.5rem, 4.8vw, 4rem);
  max-width: 7ch;
}

.prestations-feature-copy p {
  max-width: 30rem;
  color: rgba(255, 246, 242, 0.9);
}

.prestations-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.prestations-tags span {
  padding: 0.52rem 0.72rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
}

.prestations-mini,
.prestations-wide {
  display: grid;
  align-content: start;
  gap: 0.78rem;
  min-height: 14.5rem;
}

.prestations-mini:nth-of-type(2) {
  grid-area: event;
}

.prestations-mini:nth-of-type(3) {
  grid-area: entreprise;
}

.prestations-wide {
  grid-area: ateliers;
  min-height: 12.5rem;
}

.prestations-mini h3,
.prestations-wide h3 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 0.95;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 1.4rem;
}

.contact-band-copy {
  display: grid;
  gap: 0.6rem;
}

.contact-band-copy h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.contact-band-copy p {
  max-width: 34rem;
}

@media (max-width: 980px) {
  .editorial-troupe-wheel {
    padding-top: 0;
  }

  .prestations-showcase {
    grid-template-columns: 1fr;
    grid-template-areas:
      "feature"
      "event"
      "entreprise"
      "ateliers";
  }

  .prestations-feature,
  .prestations-feature-copy {
    min-height: 24rem;
  }

  .contact-band {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }
}
/* 2026-07 prestations redesign end */

/* 2026-07 footer redesign start */
.footer {
  margin-top: 1.8rem;
  padding: 0 0 2.5rem;
}

.footer-shell {
  display: flex;
  justify-content: center;
}

.footer-stack {
  width: min(100%, 23rem);
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  padding-top: 1.1rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(20, 11, 17, 0.2);
}

.footer-ticket-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.25rem;
  padding: 0.72rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 244, 242, 0.92);
  background: linear-gradient(135deg, rgba(178, 72, 104, 0.96), rgba(135, 33, 67, 0.96));
  box-shadow: 0 10px 26px rgba(107, 18, 48, 0.18);
  color: #fffaf8;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.footer-ticket-link:hover,
.footer-ticket-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(107, 18, 48, 0.24);
  filter: brightness(1.04);
}

.footer-links-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 1rem;
}

.footer-mini-link {
  color: rgba(255, 244, 242, 0.74);
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 180ms ease;
}

.footer-mini-link:hover,
.footer-mini-link:focus-visible {
  color: var(--text);
}

@media (max-width: 640px) {
  .footer {
    padding-bottom: 2rem;
  }

  .footer-stack {
    width: min(100%, 18rem);
  }

  .footer-ticket-link {
    min-width: 9.4rem;
    padding-inline: 1.05rem;
  }
}
/* 2026-07 footer redesign end */

/* 2026-07 home editorial overhaul start */
body.page-home {
  background:
    radial-gradient(circle at 16% 10%, rgba(126, 24, 58, 0.26), transparent 20%),
    radial-gradient(circle at 80% 12%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #090709 0%, #130910 42%, #080608 100%);
}

body.page-home::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 100% 5px;
  opacity: 0.22;
  mix-blend-mode: soft-light;
}

body.page-home .topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(10, 8, 11, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.page-home .topbar-inner {
  position: relative;
  padding-block: 0.9rem;
  padding-right: 3rem;
}

body.page-home .brand img {
  width: 3.35rem;
  height: 3.35rem;
}

.editorial-home {
  position: relative;
  overflow: clip;
}

.editorial-home .text-link {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.editorial-section {
  position: relative;
  padding: clamp(4.5rem, 9vw, 7.25rem) 0;
}

.editorial-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(100vh, 960px);
  padding: clamp(1.5rem, 4vw, 2.6rem) 0 clamp(2.2rem, 5vw, 3.6rem);
  overflow: clip;
  background:
    radial-gradient(circle at 16% 16%, rgba(215, 128, 169, 0.12), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(198, 105, 148, 0.1), transparent 24%),
    repeating-linear-gradient(
      90deg,
      rgba(218, 147, 179, 0.08) 0 8%,
      rgba(255, 255, 255, 0) 8% 20%,
      rgba(218, 147, 179, 0.045) 20% 29%,
      rgba(255, 255, 255, 0) 29% 42%
    ),
    linear-gradient(135deg, #fffefd 0%, #fbf7f9 48%, #f5eff4 100%);
}

.editorial-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 118%, rgba(173, 87, 124, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), transparent 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.14));
  pointer-events: none;
}

.editorial-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  min-height: calc(100vh - 8.5rem);
}

.editorial-spotlight,
.editorial-halo {
  position: absolute;
  pointer-events: none;
}

.editorial-spotlight {
  top: -10%;
  width: 28rem;
  height: 124%;
  opacity: 0.12;
  mix-blend-mode: screen;
  clip-path: polygon(48% 0, 74% 0, 100% 100%, 0 100%, 24% 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(221, 160, 187, 0.14) 24%, rgba(221, 160, 187, 0) 72%);
  filter: blur(14px);
}

.editorial-spotlight-left {
  left: -8rem;
  animation: editorialBeamLeft 20s ease-in-out infinite alternate;
}

.editorial-spotlight-right {
  right: -8rem;
  animation: editorialBeamRight 22s ease-in-out infinite alternate;
}

.editorial-spotlight-center {
  left: calc(50% - 14rem);
  opacity: 0.09;
  animation: editorialBeamCenter 16s ease-in-out infinite alternate;
}

.editorial-halo {
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.24;
}

.editorial-halo-left {
  left: -8rem;
  bottom: 12%;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(200, 120, 159, 0.18), transparent 68%);
  animation: editorialHaloDrift 20s ease-in-out infinite alternate;
}

.editorial-halo-right {
  right: -6rem;
  top: 14%;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(255, 231, 240, 0.34), transparent 70%);
  animation: editorialHaloDrift 24s ease-in-out infinite alternate-reverse;
}

.editorial-hero-copy {
  display: grid;
  gap: 1rem;
  max-width: 41rem;
}

.editorial-home .eyebrow,
.editorial-kicker {
  color: rgba(255, 250, 247, 0.72);
}

.editorial-hero .editorial-kicker {
  color: #8e4767;
  font-weight: 700;
  letter-spacing: 0.14em;
  background: rgba(219, 186, 201, 0.34);
  border-color: rgba(188, 138, 163, 0.24);
}

.editorial-hero-mini {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  font-weight: 600;
}

.editorial-hero h1 {
  margin: 0;
  max-width: 7.6ch;
  font-size: clamp(3.3rem, 8vw, 6.3rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: #171116;
}

.editorial-hero-title-line,
.editorial-hero-title-accent {
  display: block;
}

.editorial-hero-title-line {
  font-size: 1em;
}

.editorial-hero-title-accent {
  margin-top: 0.05em;
  font-size: 0.8em;
  color: #c86895;
  text-shadow: 0.035em 0.035em 0 rgba(127, 64, 93, 0.18);
}

.editorial-hero-text {
  max-width: 35rem;
  margin: 0;
  font-size: clamp(1.08rem, 2.1vw, 1.34rem);
  line-height: 1.58;
  color: rgba(27, 18, 24, 0.9);
}

.editorial-proof-card {
  display: grid;
  grid-template-columns: minmax(0, 6.8rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  max-width: 31rem;
  padding: 0.9rem;
  border: 1px solid rgba(58, 28, 39, 0.12);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(42, 22, 31, 0.08);
  color: #1f141a;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.editorial-proof-card:hover,
.editorial-proof-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(106, 24, 52, 0.22);
  box-shadow: 0 24px 48px rgba(42, 22, 31, 0.12);
}

.editorial-proof-media {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(50, 17, 33, 0.18);
}

.editorial-proof-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-proof-copy {
  display: grid;
  gap: 0.32rem;
}

.editorial-proof-brand {
  color: #8d315c;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.editorial-proof-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.editorial-proof-stars {
  color: #c86895;
  letter-spacing: 0.08em;
}

.editorial-proof-rating strong {
  font-size: 1.28rem;
  color: #161015;
}

.editorial-proof-copy > span:last-child {
  color: rgba(41, 24, 34, 0.74);
  line-height: 1.45;
}

.editorial-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding-top: 0.55rem;
}

.editorial-hero-sound-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0.92rem 1.18rem;
  border: 1px solid rgba(95, 56, 74, 0.18);
  border-radius: 999px;
  background: rgba(255, 252, 249, 0.84);
  color: #4f2437;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 20px 44px rgba(53, 28, 39, 0.12);
  backdrop-filter: blur(12px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.editorial-hero-sound-cta:hover,
.editorial-hero-sound-cta:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(106, 24, 52, 0.36);
  background: rgba(255, 255, 255, 0.94);
  color: #321924;
  box-shadow: 0 24px 50px rgba(53, 28, 39, 0.16);
}

.editorial-hero-sound-cta:focus-visible {
  outline: none;
}

.editorial-hero-sound-cta[data-audio-state="blocked"] {
  animation: audio-pulse-soft 2s ease-in-out infinite;
}

.editorial-hero-sound-icon {
  font-size: 1rem;
  line-height: 1;
}

.editorial-hero-sound-floating {
  position: absolute;
  top: 1rem;
  right: 0;
  z-index: 4;
}

.editorial-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-width: min(100%, 22rem);
  padding: 1rem 1.25rem 1rem 1.4rem;
  background: #c86895;
  color: #23161d;
  border: 1.5px solid rgba(44, 26, 35, 0.94);
  box-shadow: 12px 12px 0 rgba(27, 18, 24, 0.86);
}

.editorial-hero-cta:hover,
.editorial-hero-cta:focus-visible {
  background: #be5e89;
  color: #23161d;
  box-shadow: 14px 14px 0 rgba(27, 18, 24, 0.8);
}

.editorial-hero-cta-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.editorial-hero-cta-label span[aria-hidden="true"] {
  margin-right: 0;
}

.editorial-hero-cta-arrow {
  font-size: 1.65rem;
  line-height: 1;
}

.editorial-inline-link {
  color: rgba(59, 31, 42, 0.88);
  text-decoration: none;
  font-size: 0.98rem;
}

.editorial-inline-link:hover,
.editorial-inline-link:focus-visible {
  color: #111;
}

.editorial-hero-offer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.05rem;
  color: rgba(56, 32, 41, 0.9);
  font-size: 0.98rem;
}

.editorial-hero-offer strong {
  color: #6a1834;
  font-size: 1.05rem;
}

.editorial-hero-meta {
  display: grid;
  justify-items: start;
  gap: 0.26rem;
  padding-top: 0.35rem;
}

.editorial-hero-meta span,
.editorial-hero-meta a {
  width: fit-content;
  color: rgba(72, 48, 58, 0.92);
  font-size: clamp(1rem, 1.55vw, 1.3rem);
  line-height: 1.14;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.editorial-hero-meta a {
  text-decoration: underline;
  text-decoration-color: rgba(106, 24, 52, 0.36);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.editorial-hero-meta a:hover,
.editorial-hero-meta a:focus-visible {
  color: #6a1834;
  text-decoration-color: rgba(106, 24, 52, 0.68);
}

.editorial-hero-visual {
  position: relative;
  display: grid;
  gap: 0.95rem;
  align-self: end;
  max-width: 37rem;
  margin-left: auto;
  will-change: transform;
}

.editorial-hero-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.16;
  border: 1px solid rgba(26, 18, 24, 0.12);
  border-radius: 1.8rem;
  box-shadow: 0 30px 68px rgba(53, 28, 38, 0.14);
  background: #2d1520;
}

.editorial-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.96) saturate(1.04) contrast(1.06);
  transform: scale(1.05);
  animation: editorialHeroImageDrift 24s ease-in-out infinite alternate;
}

.editorial-hero-photo::before,
.editorial-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.editorial-hero-photo::before {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.34), transparent 22%),
    radial-gradient(circle at 84% 20%, rgba(107, 18, 48, 0.12), transparent 18%);
}

.editorial-hero-photo::after {
  background: linear-gradient(180deg, rgba(19, 10, 14, 0.04), rgba(19, 10, 14, 0.16));
}

.editorial-marquee {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(90deg, rgba(38, 15, 26, 0.9), rgba(63, 24, 41, 0.78), rgba(38, 15, 26, 0.9));
}

.editorial-marquee::before,
.editorial-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5rem;
  z-index: 1;
  pointer-events: none;
}

.editorial-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(13, 8, 10, 0.96), transparent);
}

.editorial-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(13, 8, 10, 0.96), transparent);
}

.editorial-marquee-track {
  display: flex;
  gap: 1.35rem;
  width: max-content;
  padding: 1.02rem 0;
  color: rgba(255, 248, 244, 0.84);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: none;
  animation: editorialMarquee 40s linear infinite;
}

.editorial-marquee-track span {
  position: relative;
  white-space: nowrap;
  padding-right: 1.35rem;
}

.editorial-marquee-track span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.42rem;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: rgba(214, 177, 90, 0.44);
  transform: translateY(-50%);
}

@keyframes editorialHeroImageDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.1) translate3d(0, -1.2%, 0);
  }
}

.editorial-prime-layout,
.editorial-troupe-layout,
.editorial-audience-layout,
.editorial-services-layout {
  display: grid;
  gap: clamp(1.8rem, 4vw, 4rem);
}

.editorial-prime {
  overflow: clip;
  background:
    radial-gradient(circle at 50% 48%, rgba(11, 8, 10, 0.98) 0 19%, rgba(11, 8, 10, 0.98) 19%, rgba(234, 79, 132, 0.42) 33%, rgba(170, 16, 59, 0.28) 45%, rgba(87, 11, 29, 0.82) 62%, rgba(20, 8, 13, 0.98) 100%),
    radial-gradient(circle at 14% 12%, rgba(255, 93, 152, 0.24), transparent 16%),
    radial-gradient(circle at 86% 14%, rgba(255, 115, 170, 0.2), transparent 15%),
    linear-gradient(180deg, #7b132b 0%, #3a0914 26%, #090507 58%, #2b0914 100%);
}

.editorial-prime::before,
.editorial-prime::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.editorial-prime::before {
  background-image: radial-gradient(circle, rgba(255, 245, 242, 0.82) 0 1.2px, transparent 1.8px);
  background-size: 28px 28px;
  opacity: 0.34;
  mask: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.35) 18%, rgba(255, 255, 255, 0.35) 82%, rgba(255, 255, 255, 0.95));
}

.editorial-prime::after {
  inset: 10% 10% auto;
  height: 44%;
  background:
    radial-gradient(circle at 50% 58%, rgba(255, 255, 255, 0.24), rgba(255, 94, 146, 0.16) 28%, rgba(8, 5, 7, 0) 66%),
    radial-gradient(circle at 10% 36%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 12%),
    radial-gradient(circle at 92% 30%, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0) 12%);
  filter: blur(10px);
}

.editorial-prime-layout,
.editorial-audience-layout {
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  align-items: center;
}

.editorial-prime-copy,
.editorial-troupe-copy,
.editorial-audience-copy,
.editorial-prestations-block,
.editorial-school-block {
  position: relative;
  z-index: 1;
}

.editorial-prime-layout,
.editorial-prime-band {
  position: relative;
  z-index: 1;
}

.editorial-prime-copy h2,
.editorial-troupe-copy h2,
.editorial-audience-copy h2,
.editorial-prestations-block h2 {
  margin: 0.45rem 0 1rem;
  font-size: clamp(2.65rem, 6vw, 5.35rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.editorial-prime-copy h2 {
  color: #fff9f6;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.42);
}

.editorial-prime-copy p,
.editorial-troupe-copy p,
.editorial-audience-copy p,
.editorial-prestations-block p,
.editorial-school-block p {
  margin: 0;
  max-width: 34rem;
  color: rgba(244, 235, 230, 0.86);
  font-size: 1.03rem;
  line-height: 1.7;
}

.editorial-prime-lead {
  max-width: 30rem;
  color: rgba(255, 246, 248, 0.98) !important;
  font-size: 1.12rem !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.editorial-prime-venue {
  display: grid;
  grid-template-columns: minmax(7rem, 9rem) minmax(0, 1fr);
  gap: 1rem 1.15rem;
  align-items: center;
  margin-top: 1.45rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 236, 232, 0.14);
  border-radius: 1.4rem;
  background: linear-gradient(135deg, rgba(20, 10, 15, 0.88), rgba(92, 12, 37, 0.76));
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.editorial-prime-venue img {
  width: 100%;
  max-width: 8.8rem;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.editorial-prime-venue-copy {
  display: grid;
  gap: 0.28rem;
}

.editorial-prime-venue-copy strong {
  color: #fff9f6;
  font-size: 1.06rem;
}

.editorial-prime-venue-copy span {
  color: rgba(246, 236, 232, 0.8);
  line-height: 1.6;
}

.editorial-prime-venue-link {
  margin-top: 0.15rem;
}

.editorial-audio-bank {
  display: none;
}

.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;
}

.site-audio-fab {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.4rem;
  min-height: 1.4rem;
  padding: 0.1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 248, 245, 0.88);
  box-shadow: none;
  backdrop-filter: none;
  transform: translateY(-50%);
  transition:
    color 180ms ease,
    opacity 180ms ease,
    text-shadow 180ms ease;
}

.site-audio-fab:hover,
.site-audio-fab:focus-visible {
  transform: translateY(-50%);
  color: #ffe8bb;
  text-shadow: 0 0 12px rgba(240, 212, 138, 0.22);
}

.site-audio-fab:focus-visible {
  outline: none;
}

.site-audio-fab[data-audio-state="muted"] {
  color: rgba(255, 245, 240, 0.45);
}

.site-audio-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.18rem;
  line-height: 1;
}

.site-audio-fab[data-audio-state="muted"] .site-audio-icon::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.12rem;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(-42deg);
}

@keyframes audio-pulse {
  0%, 100% {
    text-shadow: 0 0 0 rgba(240, 212, 138, 0);
  }

  50% {
    text-shadow: 0 0 18px rgba(240, 212, 138, 0.36);
  }
}

@keyframes audio-pulse-soft {
  0%, 100% {
    box-shadow: 0 20px 44px rgba(53, 28, 39, 0.12);
  }

  50% {
    box-shadow: 0 24px 54px rgba(106, 24, 52, 0.2);
  }
}

.editorial-link-stack {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.editorial-prime-media {
  position: relative;
  min-height: 34rem;
  will-change: transform;
}

.editorial-prime-photo {
  position: relative;
  width: min(100%, 34rem);
  margin-left: auto;
}

.editorial-prime-photo::before {
  content: "";
  position: absolute;
  inset: -10% -8%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 96, 150, 0.22), rgba(8, 5, 7, 0) 66%);
  filter: blur(24px);
  z-index: -1;
}

.editorial-prime-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 8%, 92% 100%, 0 92%);
  border: 1px solid rgba(255, 238, 236, 0.14);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.32);
  filter: brightness(0.98) saturate(1.04);
}

.editorial-prime-video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(42%, 17rem);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.editorial-prime-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 0;
}

.editorial-dates {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

.editorial-dates-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.4rem 2rem;
  align-items: end;
  padding: 1.1rem 0 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.editorial-dates-copy h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(2rem, 4.5vw, 3.7rem);
  line-height: 0.98;
}

.editorial-dates-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 1.3rem;
}

.editorial-band-link {
  color: #fffaf7;
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 0.2rem;
}

.editorial-band-link:hover,
.editorial-band-link:focus-visible {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

.editorial-troupe-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
}

.editorial-troupe-wheel {
  display: grid;
  gap: 1.25rem;
  align-items: start;
  align-self: start;
  overflow: visible;
  padding-top: clamp(2.5rem, 6vw, 5rem);
}

.editorial-wheel-intro {
  margin: 0;
  color: rgba(255, 244, 240, 0.72);
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.editorial-wheel-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(35rem, 54vw);
  padding: 0.5rem 0 0.25rem;
  isolation: isolate;
}

.editorial-wheel-spotlight {
  position: absolute;
  width: min(30rem, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 233, 185, 0.24), rgba(107, 18, 48, 0.12) 52%, transparent 70%);
  filter: blur(18px);
  opacity: 0.95;
  z-index: -2;
}

.editorial-wheel-shell {
  position: relative;
  width: min(30rem, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.14), transparent 34%),
    conic-gradient(from 0deg, #f0d48a, #7b1638, #f0d48a, #161318, #f0d48a);
  box-shadow:
    0 2rem 4.2rem rgba(0, 0, 0, 0.38),
    inset 0 0 0 10px rgba(255, 255, 255, 0.06),
    inset 0 0 0 20px rgba(0, 0, 0, 0.18);
}

.editorial-wheel-shell::before,
.editorial-wheel-shell::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.editorial-wheel-shell::before {
  inset: 2.1%;
  border: clamp(5px, 1vw, 10px) solid rgba(240, 212, 138, 0.9);
  box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.32);
}

.editorial-wheel-shell::after {
  inset: 12%;
  background: radial-gradient(circle, transparent 54%, rgba(0, 0, 0, 0.18) 55%, transparent 58%);
  opacity: 0.75;
}

.editorial-wheel-ticker {
  position: absolute;
  inset: -2.3%;
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.88) 0deg 1.2deg, transparent 1.2deg 7.5deg);
  opacity: 0.42;
  mask: radial-gradient(circle, transparent 69%, #000 70% 74%, transparent 75%);
  pointer-events: none;
  animation: editorialWheelTicker 2.3s linear infinite;
  animation-play-state: paused;
}

.editorial-wheel-shell.is-spinning .editorial-wheel-ticker {
  animation-play-state: running;
}

.editorial-wheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: 48% 50%;
  transform: rotate(var(--rotation, 0deg));
  transition: transform 4.8s cubic-bezier(0.12, 0.78, 0.12, 1);
  filter: saturate(1.02) contrast(1.03);
  will-change: transform;
}

.editorial-wheel.is-spinning {
  transition-timing-function: cubic-bezier(0.08, 0.72, 0.08, 1);
}

.editorial-wheel-pointer {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  width: clamp(44px, 7vw, 68px);
  height: clamp(66px, 10vw, 102px);
  transform: translateX(-50%);
  z-index: 3;
  filter: drop-shadow(0 0.7rem 0.55rem rgba(0, 0, 0, 0.42));
}

.editorial-wheel-pointer::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 100%, 5% 12%, 50% 0, 95% 12%);
  background: linear-gradient(180deg, #fff4c6 0%, #f0d48a 36%, #7b1638 100%);
  border: 2px solid rgba(255, 255, 255, 0.56);
}

.editorial-wheel-panel {
  display: grid;
  gap: 0.55rem;
  width: 100%;
  max-width: 43rem;
  overflow: visible;
}

.editorial-wheel-launch {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.72rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.78rem 1.1rem;
  border: 1px solid rgba(255, 244, 240, 0.16);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(107, 18, 48, 0.14));
  color: #fffaf8;
  font: inherit;
  font-size: clamp(1.18rem, 2.5vw, 1.58rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  cursor: pointer;
  text-align: left;
  transition:
    color 180ms ease,
    transform 180ms ease,
    text-shadow 180ms ease,
    opacity 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.editorial-wheel-launch::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.38rem solid transparent;
  border-bottom: 0.38rem solid transparent;
  border-left: 0.62rem solid currentColor;
  filter: drop-shadow(0 0 8px rgba(240, 212, 138, 0.16));
}

.editorial-wheel-launch:hover,
.editorial-wheel-launch:focus-visible {
  color: #fff4c6;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(107, 18, 48, 0.22));
  border-color: rgba(240, 212, 138, 0.4);
  transform: translateY(-1px);
  text-shadow: 0 0 24px rgba(240, 212, 138, 0.18);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.editorial-wheel-launch:focus-visible {
  outline: none;
}

.editorial-wheel-launch:disabled {
  opacity: 0.56;
  cursor: wait;
  transform: none;
  text-shadow: none;
  box-shadow: none;
}

.editorial-wheel-result-fullname {
  color: rgba(255, 244, 240, 0.72);
  font-size: 1rem;
  min-height: 1.4rem;
}

.editorial-wheel-picker-block {
  display: grid;
  gap: 0.55rem;
  padding-top: 0.55rem;
}

.editorial-wheel-picker-title {
  color: rgba(255, 244, 240, 0.68);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.editorial-wheel-select-wrap {
  position: relative;
  width: min(100%, 24rem);
}

.editorial-wheel-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.15rem;
  width: 0.62rem;
  height: 0.62rem;
  border-right: 2px solid rgba(255, 244, 240, 0.78);
  border-bottom: 2px solid rgba(255, 244, 240, 0.78);
  transform: translateY(-62%) rotate(45deg);
  pointer-events: none;
}

.editorial-wheel-select {
  appearance: none;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.88rem 3rem 0.88rem 1.15rem;
  border: 1px solid rgba(255, 244, 240, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #fffaf8;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.editorial-wheel-select:hover,
.editorial-wheel-select:focus-visible {
  background: rgba(107, 18, 48, 0.34);
  border-color: rgba(240, 212, 138, 0.44);
  transform: translateY(-1px);
  outline: none;
}

.editorial-wheel-select:disabled {
  opacity: 0.56;
  cursor: wait;
  transform: none;
}

.editorial-wheel-select option {
  color: #fffaf8;
  background: #1a0f15;
}

.editorial-wheel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  padding-top: 0.15rem;
}

.editorial-wheel-reset {
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 244, 240, 0.84);
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
  text-decoration-color: rgba(255, 244, 240, 0.34);
}

.editorial-wheel-reset:hover,
.editorial-wheel-reset:focus-visible {
  color: #fffaf8;
  text-decoration-color: rgba(255, 244, 240, 0.84);
}

.editorial-wheel-status {
  margin: 0.15rem 0 0;
  min-height: 5.8rem;
  max-width: 38ch;
  color: rgba(255, 244, 240, 0.8);
  line-height: 1.45;
}

@media (max-width: 720px) {
  .editorial-wheel-launch {
    gap: 0.64rem;
    padding: 0.72rem 0.96rem;
    font-size: 1.08rem;
  }

  .editorial-wheel-select-wrap {
    width: 100%;
  }
}

@keyframes editorialWheelTicker {
  to {
    transform: rotate(1turn);
  }
}


.editorial-audience::before {
  content: "";
  position: absolute;
  inset: 12% 0 10%;
  background: linear-gradient(90deg, rgba(38, 14, 24, 0.82), rgba(19, 9, 15, 0.2) 42%, rgba(38, 14, 24, 0.82));
  pointer-events: none;
}

.editorial-audience-proof {
  justify-self: end;
  width: min(100%, 35rem);
  will-change: transform;
}

.editorial-audience-proof img {
  display: block;
  width: 100%;
  height: auto;
}

.editorial-services-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: start;
}

.editorial-prestations-block {
  padding-right: 2rem;
}

.editorial-prestations-block::before {
  content: "PRESTATIONS";
  position: absolute;
  top: -0.85rem;
  left: 0;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(3rem, 11vw, 8rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.85;
  z-index: -1;
}

.editorial-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  margin: 1.5rem 0 1.65rem;
  padding: 0;
  list-style: none;
}

.editorial-service-list li {
  color: rgba(255, 244, 241, 0.82);
  font-size: 0.96rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.editorial-school-block {
  padding: 1.8rem 0 0 1.8rem;
  border-left: 1px solid rgba(193, 154, 89, 0.3);
  background: linear-gradient(180deg, rgba(193, 154, 89, 0.05), transparent 48%);
}

.editorial-school-block .school-pill {
  color: rgba(255, 230, 176, 0.82);
}

.editorial-school-year {
  margin: 0.75rem 0 0.45rem;
  color: rgba(255, 227, 168, 0.94);
  font-size: 1.4rem;
  font-weight: 700;
}

.editorial-school-block h3 {
  margin: 0 0 0.8rem;
  max-width: 14ch;
  font-size: clamp(2rem, 4.4vw, 3rem);
  line-height: 1.02;
  color: #fff6e7;
}

.editorial-school-block .text-link {
  color: rgba(255, 236, 191, 0.92);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, calc(var(--parallax-offset, 0px) + 2.4rem), 0);
  transition:
    opacity 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, var(--parallax-offset, 0px), 0);
}

@keyframes editorialMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes editorialBeamLeft {
  from {
    transform: rotate(-10deg) translateX(0);
  }

  to {
    transform: rotate(-2deg) translateX(2rem);
  }
}

@keyframes editorialBeamRight {
  from {
    transform: rotate(10deg) translateX(0);
  }

  to {
    transform: rotate(2deg) translateX(-2rem);
  }
}

@keyframes editorialBeamCenter {
  from {
    transform: scaleX(0.92);
  }

  to {
    transform: scaleX(1.06);
  }
}

@keyframes editorialHaloDrift {
  from {
    transform: translate3d(0, 0, 0) scale(0.96);
  }

  to {
    transform: translate3d(1.4rem, -1rem, 0) scale(1.04);
  }
}

@media (max-width: 980px) {
  .editorial-troupe-wheel {
    padding-top: 0;
  }

  .editorial-hero-inner,
  .editorial-prime-layout,
  .editorial-troupe-layout,
  .editorial-audience-layout,
  .editorial-services-layout,
  .editorial-dates-inner {
    grid-template-columns: 1fr;
  }

  .editorial-hero {
    min-height: auto;
  }

  .editorial-hero-inner {
    min-height: auto;
    padding-top: 1rem;
  }

  .editorial-hero h1 {
  margin: 0;
  max-width: 7.6ch;
  font-size: clamp(3.3rem, 8vw, 6.3rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: #171116;
}

  .editorial-hero-visual {
  position: relative;
  display: grid;
  gap: 0.95rem;
  align-self: end;
  max-width: 34rem;
  margin-left: auto;
  will-change: transform;
}

  .editorial-hero-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.18;
  clip-path: polygon(10% 0, 100% 0, 100% 86%, 86% 100%, 0 100%, 0 14%);
}

  .editorial-prime-media {
    min-height: 29rem;
  }

  .editorial-dates-links {
    justify-content: flex-start;
  }

  .editorial-wheel-stage {
    min-height: min(29rem, 74vw);
  }

  .editorial-audience-proof {
    justify-self: start;
  }

  .editorial-prestations-block {
    padding-right: 0;
  }

  .editorial-school-block {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(193, 154, 89, 0.3);
    padding-top: 1.5rem;
  }
}

@media (max-width: 720px) {
  .editorial-section {
    padding: 3.7rem 0;
  }

  .editorial-hero-copy,
  .editorial-prime-copy,
  .editorial-troupe-copy,
  .editorial-audience-copy,
  .editorial-prestations-block,
  .editorial-school-block {
    gap: 0.9rem;
  }

  .editorial-hero h1 {
  margin: 0;
  max-width: 7.6ch;
  font-size: clamp(3.3rem, 8vw, 6.3rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: #171116;
}

  .editorial-hero-meta {
    display: grid;
    gap: 0.45rem;
  }

  .editorial-hero-visual {
  position: relative;
  display: grid;
  gap: 0.95rem;
  align-self: end;
  max-width: 34rem;
  margin-left: auto;
  will-change: transform;
}

  .editorial-prime-media {
    min-height: 23rem;
  }

  .editorial-prime-video {
    width: min(58%, 14rem);
  }

  .editorial-wheel-stage {
    min-height: min(24rem, 82vw);
    padding-top: 0.25rem;
  }

  .editorial-wheel-launch {
    font-size: clamp(2.8rem, 16vw, 4rem);
  }

  .editorial-prestations-block::before {
    font-size: 3.6rem;
    top: -0.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-spotlight,
  .editorial-halo,
  .editorial-marquee-track {
  display: flex;
  gap: 1.35rem;
  width: max-content;
  padding: 1.02rem 0;
  color: rgba(255, 248, 244, 0.84);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: none;
  animation: editorialMarquee 40s linear infinite;
}

.editorial-marquee-track span {
  position: relative;
  white-space: nowrap;
  padding-right: 1.35rem;
}

.editorial-marquee-track span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.42rem;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: rgba(214, 177, 90, 0.44);
  transform: translateY(-50%);
}

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* 2026-07 home editorial overhaul end */

/* 2026-07 one page anchors start */
html {
  scroll-behavior: smooth;
}

body.page-home .editorial-anchor-section {
  scroll-margin-top: 6.8rem;
}

body.page-home .nav a {
  text-decoration: none;
}

.editorial-prime-points,
.editorial-school-list {
  display: grid;
  gap: 0.9rem;
  margin: 1.45rem 0 0;
  padding: 0;
  list-style: none;
}

.editorial-prime-points li,
.editorial-school-list li,
.editorial-service-row {
  display: grid;
  gap: 0.28rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.editorial-prime-points strong,
.editorial-school-list strong,
.editorial-service-row strong {
  color: rgba(255, 250, 247, 0.96);
  font-size: 1rem;
}

.editorial-prime-points span,
.editorial-school-list span,
.editorial-service-row p {
  color: rgba(244, 235, 230, 0.74);
  line-height: 1.65;
}

@media (max-width: 760px) {
  .editorial-prime-venue {
    grid-template-columns: 1fr;
  }

  .editorial-prime-venue img {
    max-width: 8rem;
  }
}

.editorial-school-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(193, 154, 89, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(30, 20, 14, 0.24), transparent 60%);
}

.editorial-school-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(280px, 1.04fr);
  gap: clamp(1.8rem, 4vw, 4rem);
  align-items: start;
}

.editorial-school-copy h2,
.editorial-prestations-copy h2 {
  margin: 0.45rem 0 1rem;
  font-size: clamp(2.7rem, 6vw, 5.35rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.editorial-school-copy p,
.editorial-prestations-copy p {
  margin: 0;
  max-width: 34rem;
  color: rgba(244, 235, 230, 0.86);
  font-size: 1.03rem;
  line-height: 1.7;
}

.editorial-school-aside {
  padding: 1.7rem 0 0 1.8rem;
  border-left: 1px solid rgba(193, 154, 89, 0.32);
}

.editorial-school-year {
  margin: 0;
  color: rgba(255, 227, 168, 0.96);
  font-size: 1.45rem;
  font-weight: 700;
}

.editorial-school-list li {
  border-top-color: rgba(193, 154, 89, 0.18);
}

.editorial-school-list span,
.editorial-school-copy .button-secondary {
  color: rgba(255, 243, 217, 0.9);
}

.editorial-prestations-section {
  padding-top: clamp(4.8rem, 9vw, 7rem);
}

.editorial-prestations-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(1.8rem, 4vw, 4rem);
  align-items: start;
}

.editorial-prestations-copy {
  position: relative;
}

.editorial-prestations-copy::before {
  content: "PRESTATIONS";
  position: absolute;
  top: -0.82rem;
  left: 0;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(3.1rem, 11vw, 8rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.85;
  z-index: -1;
}

.editorial-prestations-list {
  display: grid;
  gap: 0;
}

.editorial-service-row {
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.75rem 1rem;
}

.editorial-service-row > span {
  color: rgba(255, 250, 247, 0.42);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.editorial-service-row p {
  margin: 0.18rem 0 0;
}

@media (max-width: 980px) {
  .editorial-troupe-wheel {
    padding-top: 0;
  }

  .editorial-school-layout,
  .editorial-prestations-layout {
    grid-template-columns: 1fr;
  }

  .editorial-school-aside {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(193, 154, 89, 0.32);
    padding-top: 1.35rem;
  }
}

@media (max-width: 720px) {
  .editorial-school-copy h2,
  .editorial-prestations-copy h2 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .editorial-prestations-copy::before {
    font-size: 3.5rem;
    top: -0.1rem;
  }

  .editorial-service-row {
    grid-template-columns: 1fr;
  }
}
/* 2026-07 one page anchors end */

/* 2026-07 cookie notice start */
.cookie-notice {
  position: fixed;
  right: clamp(1rem, 2.8vw, 2.2rem);
  bottom: clamp(1rem, 2.6vw, 1.8rem);
  left: clamp(1rem, 2.8vw, 2.2rem);
  z-index: 80;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.cookie-notice.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.cookie-notice-panel {
  margin-left: auto;
  width: min(100%, 38rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(44, 16, 28, 0.95), rgba(18, 11, 16, 0.92));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(20px);
  pointer-events: auto;
}

.cookie-notice-copy strong {
  display: block;
  margin: 0 0 0.35rem;
  color: #fffaf7;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cookie-notice-copy p {
  margin: 0;
  color: rgba(244, 235, 230, 0.82);
  font-size: 0.93rem;
  line-height: 1.6;
}

.cookie-notice-button {
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.2rem;
  background: linear-gradient(135deg, #7a1838, #9e2b54);
  color: #fffaf7;
  font: inherit;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(126, 31, 61, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.cookie-notice-button:hover,
.cookie-notice-button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 14px 28px rgba(126, 31, 61, 0.32);
}

.cookie-notice-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.44);
  outline-offset: 2px;
}

.footer-mini-link[data-cookie-manage] {
  cursor: pointer;
}

@media (max-width: 720px) {
  .cookie-notice-panel {
    grid-template-columns: 1fr;
  }

  .cookie-notice-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-notice {
    transition: none;
    transform: none;
  }

  .cookie-notice-button {
    transition: none;
  }
}
/* 2026-07 cookie notice end */


/* 2026-07 SEO pages start */
body.page-seo main {
  padding-bottom: 2.8rem;
}

.breadcrumbs {
  padding: 1.2rem 0 0.5rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li,
.breadcrumbs a {
  color: rgba(255, 244, 241, 0.68);
  font-size: 0.88rem;
  text-decoration: none;
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 0.45rem;
  color: rgba(255, 244, 241, 0.4);
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: rgba(255, 250, 247, 0.92);
}

.seo-hero-copy {
  max-width: 42rem;
}

.seo-hero-text,
.seo-intro,
.seo-copy p,
.seo-aside p,
.seo-note,
.seo-highlight p,
.faq-item p,
.article-teaser p {
  color: rgba(245, 236, 232, 0.84);
  line-height: 1.7;
}

.seo-hero-text,
.seo-intro {
  font-size: 1.03rem;
}

.seo-grid,
.seo-stack,
.seo-aside,
.seo-related,
.faq-list,
.article-list {
  display: grid;
  gap: 1rem;
}

.seo-grid-two {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: start;
}

.seo-grid-three,
.page-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.seo-card-list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-card-list li {
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-card-list strong,
.faq-item h3,
.article-teaser h3,
.seo-highlight h3 {
  color: rgba(255, 250, 247, 0.96);
}

.seo-card-list span,
.seo-card-list p {
  display: block;
  margin-top: 0.25rem;
  color: rgba(245, 236, 232, 0.78);
  line-height: 1.65;
}

.seo-highlight,
.faq-item,
.article-teaser {
  padding: 1.2rem;
}

.seo-highlight h3,
.faq-item h3,
.article-teaser h3 {
  margin: 0 0 0.45rem;
}

.seo-highlight p,
.faq-item p,
.article-teaser p {
  margin: 0;
}

.seo-highlight .chips,
.seo-aside .chips {
  margin-top: 0.9rem;
}

.seo-photo-stack {
  display: grid;
  gap: 1rem;
}

.seo-photo-stack img,
.article-teaser img {
  width: 100%;
  border-radius: calc(var(--radius-xl) - 4px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.seo-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
}

.seo-related-links a {
  color: rgba(255, 250, 247, 0.92);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding-bottom: 0.16rem;
}

.seo-related-links a:hover,
.seo-related-links a:focus-visible {
  border-bottom-color: rgba(255, 255, 255, 0.74);
}

.seo-section-title {
  max-width: 16ch;
}

.seo-caption {
  margin: 0;
  color: rgba(255, 240, 236, 0.66);
  font-size: 0.86rem;
}

.seo-inline-note {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 240, 236, 0.72);
  font-size: 0.9rem;
}

.seo-inline-note::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgba(193, 154, 89, 0.9);
}

.seo-slim-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(245, 236, 232, 0.82);
}

.seo-slim-list li {
  line-height: 1.6;
}

.article-teaser-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 980px) {
  .editorial-troupe-wheel {
    padding-top: 0;
  }

  .seo-grid-two,
  .seo-grid-three,
  .page-links-grid,
  .article-teaser-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .breadcrumbs {
    padding-top: 1rem;
  }

  .seo-highlight,
  .faq-item,
  .article-teaser {
    padding: 1rem;
  }
}
/* 2026-07 SEO pages end */

/* 2026-07 troupe wheel mockup override start */
.editorial-troupe-layout {
  grid-template-columns: minmax(320px, 0.72fr) minmax(420px, 1fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 4.75rem);
}

.editorial-troupe-copy {
  display: grid;
  gap: 1.1rem;
  align-content: start;
  padding-top: clamp(1rem, 3vw, 2rem);
}

.editorial-troupe-copy h2 {
  margin: 0;
  font-size: clamp(3.25rem, 7vw, 5.75rem);
}

.editorial-troupe-copy p {
  max-width: 34rem;
}

.editorial-troupe-wheel {
  display: grid;
  gap: 1rem;
  align-self: start;
  justify-items: center;
  padding-top: 0;
}

.editorial-wheel-intro {
  width: 100%;
  margin: 0;
  text-align: left;
}

.editorial-wheel-stage {
  min-height: min(43rem, 56vw);
  padding: 0;
}

.editorial-wheel-shell {
  width: min(41rem, 100%);
}

.editorial-wheel-panel {
  display: grid;
  gap: 1rem;
  max-width: 22rem;
  margin-top: 1rem;
  padding: 1.3rem 1.4rem 1.25rem;
  border: 1px solid rgba(255, 244, 240, 0.08);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.editorial-wheel-actions {
  display: grid;
  gap: 0.4rem;
  justify-items: start;
}

.editorial-wheel-launch {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.58rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 244, 240, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #fffaf8;
  font: inherit;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.editorial-wheel-launch::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.32rem solid transparent;
  border-bottom: 0.32rem solid transparent;
  border-left: 0.5rem solid currentColor;
}

.editorial-wheel-launch:hover,
.editorial-wheel-launch:focus-visible {
  background: rgba(107, 18, 48, 0.26);
  border-color: rgba(240, 212, 138, 0.38);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
  outline: none;
}

.editorial-wheel-launch:disabled {
  opacity: 0.56;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.editorial-wheel-reset {
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 244, 240, 0.82);
  font: inherit;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  text-decoration-color: rgba(255, 244, 240, 0.25);
}

.editorial-wheel-reset:hover,
.editorial-wheel-reset:focus-visible {
  color: #fffaf8;
  text-decoration-color: rgba(255, 244, 240, 0.82);
}

.editorial-wheel-result-card {
  display: grid;
  gap: 0.55rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 244, 240, 0.08);
}

.editorial-wheel-result-fullname {
  color: #fffaf8;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.editorial-wheel-status {
  margin: 0;
  min-height: 4.8rem;
  color: rgba(255, 244, 240, 0.78);
  font-size: 0.98rem;
  line-height: 1.55;
}

.editorial-wheel-picker-block {
  padding-top: 0.15rem;
}

.editorial-wheel-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.editorial-wheel-person {
  border: 1px solid rgba(255, 244, 240, 0.12);
  border-radius: 999px;
  padding: 0.46rem 0.76rem;
  background: rgba(255, 255, 255, 0.04);
  color: #fffaf8;
  font: inherit;
  font-size: 0.76rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    opacity 180ms ease,
    box-shadow 180ms ease;
}

.editorial-wheel-person:hover,
.editorial-wheel-person:focus-visible {
  background: rgba(107, 18, 48, 0.3);
  border-color: rgba(240, 212, 138, 0.34);
  transform: translateY(-1px);
}

.editorial-wheel-person.is-active {
  background: rgba(107, 18, 48, 0.78);
  border-color: rgba(240, 212, 138, 0.62);
  box-shadow: 0 0 0 1px rgba(240, 212, 138, 0.16);
}

.editorial-wheel-person:disabled {
  opacity: 0.56;
  cursor: wait;
  transform: none;
}

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

  .editorial-troupe-copy {
    padding-top: 0;
  }

  .editorial-troupe-wheel {
    justify-items: start;
  }

  .editorial-wheel-stage {
    min-height: min(31rem, 78vw);
  }

  .editorial-wheel-shell {
    width: min(31rem, 100%);
  }

  .editorial-wheel-panel {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .editorial-troupe-copy h2 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  .editorial-wheel-panel {
    padding: 1.1rem 1rem 1rem;
  }

  .editorial-wheel-status {
    min-height: 0;
  }
}
/* 2026-07 troupe wheel mockup override end */

/* 2026-07 local homepage restore start */
.editorial-prime-video-link {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 244, 240, 0.16);
  background: #171014;
  color: #fffaf8;
  text-decoration: none;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.editorial-prime-video-link img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: brightness(0.6) saturate(0.92);
}

.editorial-prime-video-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  gap: 0.65rem;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(10, 6, 9, 0.12), rgba(10, 6, 9, 0.8));
}

.editorial-prime-video-play {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(107, 18, 48, 0.9);
  border: 1px solid rgba(240, 212, 138, 0.5);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
  display: inline-grid;
  place-items: center;
}

.editorial-prime-video-play::before {
  content: "";
  margin-left: 0.16rem;
  width: 0;
  height: 0;
  border-top: 0.42rem solid transparent;
  border-bottom: 0.42rem solid transparent;
  border-left: 0.68rem solid currentColor;
}

.editorial-prime-video-copy {
  display: grid;
  gap: 0.15rem;
}

.editorial-prime-video-copy strong {
  font-size: 1rem;
  line-height: 1.1;
}

.editorial-prime-video-copy span {
  color: rgba(255, 244, 240, 0.82);
  font-size: 0.82rem;
}

.editorial-prime-video-link:hover,
.editorial-prime-video-link:focus-visible {
  border-color: rgba(240, 212, 138, 0.36);
  transform: translateY(-1px);
}

.editorial-prime-video-link:focus-visible {
  outline: none;
}

.editorial-school-section {
  padding-top: clamp(5rem, 9vw, 7rem);
  background:
    radial-gradient(circle at 14% 16%, rgba(193, 154, 89, 0.18), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(255, 244, 217, 0.08), transparent 16%),
    linear-gradient(180deg, rgba(42, 25, 16, 0.36), rgba(16, 10, 12, 0));
}

.editorial-school-section {
  background: #480a24;
}

.editorial-school-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.2rem, 2.5vw, 2.1rem);
  align-items: start;
}

.editorial-school-copy {
  display: grid;
  gap: 0.7rem;
  align-content: start;
  max-width: min(100%, 72rem);
}

.editorial-school-kicker {
  display: inline-flex;
  align-self: start;
  margin: 0;
  padding: 0.68rem 1rem;
  border: 1px solid rgba(193, 154, 89, 0.28);
  border-radius: 999px;
  background: rgba(82, 54, 31, 0.44);
  color: rgba(255, 232, 184, 0.96);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.editorial-school-copy h2 {
  margin: 0;
}

.editorial-school-poster-copy {
  padding-bottom: clamp(0.2rem, 0.8vw, 0.5rem);
}

.editorial-school-invite {
  margin: 0;
  font-family: "Bricolage Grotesque", "Instrument Sans", sans-serif;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.92;
  text-transform: uppercase;
}

.editorial-school-poster-title {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.2rem 0.7rem;
  line-height: 0.82;
}

.editorial-school-title-prefix {
  font-family: "Bricolage Grotesque", "Instrument Sans", sans-serif;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(2rem, 4.1vw, 3.35rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 0.9;
}

.editorial-school-title-main {
  display: inline-block;
  font-family: "Bricolage Grotesque", "Instrument Sans", sans-serif;
  font-size: clamp(3.2rem, 8.8vw, 6.8rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.82;
  background: linear-gradient(180deg, #ffd952 0%, #ffcb34 56%, #f5b21d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0.12em 0 rgba(95, 14, 42, 0.52));
}

.editorial-school-baseline {
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(0.98rem, 1.85vw, 1.45rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.12;
  text-transform: uppercase;
}

.editorial-school-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 2rem;
  align-items: center;
  padding-top: clamp(0.35rem, 1.2vw, 0.75rem);
}

.editorial-school-points span {
  font-family: "Bricolage Grotesque", "Instrument Sans", sans-serif;
  color: #ffcd39;
  font-size: clamp(1.05rem, 2.5vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.editorial-school-poster {
  display: grid;
  width: 100%;
  justify-items: stretch;
}

.editorial-school-poster-card {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.editorial-school-poster-card::before {
  content: none;
}

.editorial-school-poster-card img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.editorial-school-details {
  width: min(100%, 58rem);
  margin-inline: auto;
  justify-items: start;
  text-align: left;
  gap: clamp(0.95rem, 1.8vw, 1.4rem);
  padding-bottom: clamp(0.6rem, 1vw, 1rem);
}

.editorial-school-lead-block {
  display: grid;
  gap: 0.3rem;
  width: 100%;
}

.editorial-school-lead-line {
  margin: 0;
  color: rgba(255, 247, 239, 0.9);
  font-size: clamp(1.02rem, 1.95vw, 1.38rem);
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.35;
}

.editorial-school-story-block {
  margin: 0;
  width: 100%;
  color: rgba(255, 247, 239, 0.82);
  font-size: clamp(1rem, 1.58vw, 1.2rem);
  font-weight: 400;
  line-height: 1.72;
  text-wrap: pretty;
}

.editorial-school-program-large {
  width: 100%;
  gap: 0.75rem;
  justify-items: start;
  padding-top: 0.15rem;
}

.editorial-school-program-large strong {
  color: rgba(255, 232, 184, 0.9);
  font-size: clamp(0.92rem, 1.3vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.editorial-school-program-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
}

.editorial-school-program-list span {
  display: inline-flex;
  align-items: center;
  min-height: 2.18rem;
  padding: 0.46rem 0.76rem;
  border: 1px solid rgba(255, 244, 240, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fffaf8;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: none;
}

.editorial-school-meta {
  display: grid;
  gap: 0.16rem;
  width: 100%;
  justify-items: start;
  padding-top: 0.15rem;
}

.editorial-school-meta p {
  margin: 0;
  color: rgba(255, 205, 57, 0.94);
  font-family: "Bricolage Grotesque", "Instrument Sans", sans-serif;
  font-size: clamp(0.98rem, 1.4vw, 1.18rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.22;
  text-transform: uppercase;
}

.editorial-school-socials {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  gap: 0.7rem 1rem;
}

.editorial-school-socials a {
  color: rgba(255, 247, 239, 0.9);
  font-family: "Bricolage Grotesque", "Instrument Sans", sans-serif;
  font-size: clamp(0.95rem, 1.25vw, 1.04rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-decoration-color: rgba(255, 205, 57, 0.38);
  text-underline-offset: 0.18em;
}

.editorial-school-socials a:hover,
.editorial-school-socials a:focus-visible {
  color: #ffcd39;
}

.editorial-troupe-wheel {
  padding-top: 0;
}

.editorial-wheel-stage {
  min-height: min(39rem, 52vw);
  padding-top: 0;
}

.editorial-wheel-shell {
  width: min(37rem, 100%);
}

.editorial-wheel-panel {
  gap: 0.85rem;
  width: 100%;
  max-width: 36rem;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.editorial-wheel-actions {
  gap: 0.55rem 0.9rem;
  padding-top: 0;
}

.editorial-wheel-launch {
  gap: 0.64rem;
  padding: 0.72rem 1rem;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.editorial-wheel-result-card {
  display: grid;
  gap: 0.55rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 244, 240, 0.08);
}

.editorial-wheel-result-fullname {
  color: #fffaf8;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  min-height: 0;
}

.editorial-wheel-status {
  min-height: 0;
  max-width: 34ch;
}

.editorial-wheel-picker-block {
  padding-top: 0.3rem;
}

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

  .editorial-school-poster {
    justify-items: start;
  }

  .editorial-wheel-stage {
    min-height: min(28rem, 72vw);
  }

  .editorial-wheel-shell {
    width: min(27.5rem, 100%);
  }
}

@media (max-width: 720px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.95rem;
    padding-block: 0.8rem;
    padding-right: 2.4rem;
  }

  .brand {
    width: 100%;
  }

  .brand img {
    width: 3.15rem;
    height: 3.15rem;
  }

  .brand-copy strong {
    font-size: 1.04rem;
  }

  .brand-copy span {
    font-size: 0.84rem;
  }

  .nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    padding-right: 2rem;
  }

  .nav a {
    text-align: center;
    padding-inline: 0.72rem;
  }

  .editorial-hero {
    min-height: auto;
    padding-top: 1rem;
  }

  .editorial-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 1.5rem;
  }

  .editorial-hero h1 {
    max-width: 7.2ch;
    font-size: clamp(2.55rem, 12vw, 4.2rem);
    line-height: 0.96;
  }

  .editorial-hero-text {
    font-size: 1rem;
  }

  .editorial-hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .editorial-hero-sound-cta {
    width: fit-content;
    min-height: 3.15rem;
  }

  .editorial-hero-sound-floating {
    position: static;
    margin-left: auto;
  }

  .site-audio-fab {
    top: 0.95rem;
    right: 0.15rem;
    min-width: 1.2rem;
    min-height: 1.2rem;
    padding: 0;
    transform: none;
  }

  .editorial-hero-meta {
    display: grid;
    gap: 0.4rem;
  }

  .editorial-hero-visual {
    max-width: 100%;
    margin-left: 0;
  }

  .editorial-hero-photo {
    aspect-ratio: 1.02;
  }

  .editorial-marquee-track {
    gap: 1rem;
    padding: 0.82rem 0;
    font-size: 0.88rem;
  }

  .editorial-prime-layout,
  .editorial-audience-layout,
  .editorial-troupe-layout,
  .editorial-prestations-layout,
  .editorial-school-showcase {
    grid-template-columns: 1fr;
  }

  .editorial-prime-copy h2,
  .editorial-troupe-copy h2,
  .editorial-school-copy h2,
  .editorial-prestations-copy h2 {
    font-size: clamp(2.8rem, 13vw, 4.6rem);
  }

  .editorial-prime-media {
    min-height: 23rem;
  }

  .editorial-prime-video {
    width: min(58%, 14rem);
  }

  .editorial-wheel-stage {
    min-height: min(24rem, 82vw);
  }

  .editorial-wheel-shell {
    width: min(24rem, 100%);
  }

  .editorial-wheel-launch {
    font-size: 1rem;
  }

  .editorial-wheel-result-fullname {
    font-size: clamp(1.55rem, 8vw, 2.1rem);
  }

  .editorial-wheel-person {
    font-size: 0.9rem;
  }

  .editorial-school-copy h2 {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
  }

  .editorial-school-invite {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
  }

  .editorial-school-poster-title {
    gap: 0.18rem 0.45rem;
  }

  .editorial-school-title-prefix {
    font-size: clamp(1.85rem, 8vw, 2.7rem);
  }

  .editorial-school-title-main {
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  .editorial-school-baseline {
    font-size: clamp(0.92rem, 4.2vw, 1.18rem);
  }

  .editorial-school-points {
    gap: 0.7rem 1rem;
  }

  .editorial-school-points span {
    font-size: clamp(0.95rem, 4.5vw, 1.25rem);
  }

  .editorial-school-lead-line {
    font-size: clamp(0.98rem, 4.2vw, 1.16rem);
    letter-spacing: 0.01em;
  }

  .editorial-school-story-block {
    font-size: clamp(0.98rem, 4.1vw, 1.08rem);
    line-height: 1.62;
  }

  .editorial-school-program-large strong {
    font-size: clamp(0.9rem, 3.8vw, 0.98rem);
  }

  .editorial-school-program-list span {
    min-height: 2.34rem;
    font-size: 0.9rem;
    padding: 0.46rem 0.76rem;
  }

  .editorial-school-meta p {
    font-size: clamp(0.94rem, 4vw, 1.02rem);
  }

  .editorial-school-socials {
    gap: 0.55rem 0.9rem;
  }

  .editorial-school-socials a {
    font-size: clamp(0.92rem, 3.9vw, 1rem);
  }

  .editorial-school-poster-card {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }

  .editorial-school-poster-card::before {
    content: none;
  }

  .editorial-school-poster-card img {
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-spotlight,
  .editorial-halo,
  .editorial-marquee-track,
  .editorial-wheel-ticker {
    animation: none !important;
  }
}
/* 2026-07 local homepage restore end */

/* 2026-07 troupe balance override start */
.editorial-troupe-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  grid-template-areas:
    "copy wheel"
    "panel wheel";
  align-items: start;
  gap: clamp(1.35rem, 3vw, 3rem) clamp(2rem, 4.4vw, 4.2rem);
}

.editorial-troupe-copy {
  grid-area: copy;
  align-self: start;
}

.editorial-troupe-wheel {
  grid-area: wheel;
  width: 100%;
  max-width: 35.15rem;
  justify-self: end;
  align-self: start;
}

.editorial-wheel-stage {
  min-height: min(37.05rem, 49.4vw);
}

.editorial-wheel-shell {
  width: min(35.15rem, 100%);
}

.editorial-wheel-panel {
  grid-area: panel;
  width: min(100%, 35rem);
  max-width: 35rem;
  justify-self: start;
}

@media (max-width: 980px) {
  .editorial-troupe-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "wheel"
      "panel";
    gap: 1.35rem;
  }

  .editorial-troupe-copy,
  .editorial-wheel-panel {
    width: min(100%, 36rem);
    justify-self: start;
  }

  .editorial-troupe-wheel {
    justify-self: center;
    max-width: 35.15rem;
  }

  .editorial-wheel-stage {
    min-height: min(28rem, 72vw);
  }

  .editorial-wheel-shell {
    width: min(26.75rem, 100%);
  }
}

@media (max-width: 720px) {
  .editorial-troupe-layout {
    gap: 1.15rem;
  }

  .editorial-troupe-wheel {
    width: min(100%, 24rem);
    max-width: 24rem;
    justify-self: center;
  }

  .editorial-wheel-stage {
    min-height: min(23rem, 82vw);
  }

  .editorial-wheel-shell {
    width: min(23rem, 100%);
  }

  .editorial-troupe-copy,
  .editorial-wheel-panel {
    width: 100%;
  }
}
/* 2026-07 troupe balance override end */

/* 2026-07 school ordering override start */
.editorial-school-showcase {
  gap: clamp(1.25rem, 2.8vw, 2.3rem);
}

.editorial-school-poster-copy {
  width: min(100%, 68rem);
}

.editorial-school-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.88fr);
  gap: clamp(2rem, 4vw, 4.2rem);
  align-items: center;
}

.editorial-school-details {
  width: 100%;
  margin-inline: 0;
}

.editorial-school-details-intro {
  max-width: 42rem;
  padding-top: 0;
  align-self: center;
}

.editorial-school-details-footer {
  max-width: 100%;
  gap: 1.1rem;
  padding-top: 0.35rem;
}

.editorial-school-poster {
  align-self: center;
  justify-items: center;
}

.editorial-school-poster-card {
  width: min(100%, 31rem);
}

.editorial-school-story-block {
  max-width: 39rem;
}

.editorial-school-program-large,
.editorial-school-meta,
.editorial-school-socials {
  width: min(100%, 56rem);
}

@media (max-width: 980px) {
  .editorial-school-story-layout {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .editorial-school-details-intro,
  .editorial-school-details-footer {
    max-width: 100%;
  }

  .editorial-school-poster {
    justify-items: start;
  }

  .editorial-school-poster-card {
    width: min(100%, 32rem);
  }

  .editorial-school-story-block {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .editorial-school-showcase {
    gap: 1rem;
  }

  .editorial-school-story-layout {
    gap: 1rem;
  }

  .editorial-school-poster-card {
    width: 100%;
  }
}
/* 2026-07 school ordering override end */
/* 2026-07 prestations storytelling start */
.editorial-prestations-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 20%, rgba(177, 132, 37, 0.12), transparent 24%),
    radial-gradient(circle at 78% 10%, rgba(255, 255, 255, 0.04), transparent 18%),
    radial-gradient(circle at 78% 74%, rgba(116, 26, 54, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(8, 6, 7, 0.96), rgba(21, 8, 14, 0.98));
}

.editorial-prestations-section::before,
.editorial-prestations-section::after {
  content: "";
  position: absolute;
  width: clamp(6rem, 14vw, 10rem);
  height: clamp(6rem, 14vw, 10rem);
  pointer-events: none;
  opacity: 0.52;
}

.editorial-prestations-section::before {
  top: 0.9rem;
  right: 1.3rem;
  background:
    linear-gradient(135deg, transparent 0 35%, rgba(230, 187, 78, 0.92) 35% 58%, transparent 58% 100%);
}

.editorial-prestations-section::after {
  bottom: 1rem;
  left: 1rem;
  background:
    linear-gradient(315deg, transparent 0 38%, rgba(230, 187, 78, 0.88) 38% 60%, transparent 60% 100%);
}

.editorial-prestations-story {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.8rem, 4vw, 3.4rem);
}

.editorial-prestations-hero {
  display: grid;
  gap: 1rem;
}

.editorial-prestations-hero-copy {
  max-width: 44rem;
  display: grid;
  gap: 1rem;
}

.editorial-prestations-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  max-width: max-content;
  padding: 0.62rem 1.1rem 0.58rem;
  border-radius: 999px;
  background: #f7f1e7;
  color: #12090c;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.editorial-prestations-hero-copy h2 {
  margin: 0;
  display: inline-block;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: #fff8f6;
  text-shadow: 0.07em 0.07em 0 rgba(195, 149, 49, 0.15);
}

.editorial-prestations-hero-lead {
  max-width: 34rem;
  color: rgba(255, 247, 243, 0.98);
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.55;
}

.editorial-prestations-hero-copy p {
  margin: 0;
  max-width: 36rem;
  color: rgba(248, 240, 233, 0.84);
  font-size: 1.02rem;
  line-height: 1.72;
}

.editorial-prestations-hero .button {
  justify-self: start;
  margin-top: 0.15rem;
}

.editorial-prestations-media-block {
  display: grid;
  gap: 0.85rem;
}

.editorial-prestations-media-block.is-testimonial {
  gap: 0.85rem;
}

.editorial-prestations-media-copy {
  display: grid;
  gap: 0.8rem;
}

.editorial-prestations-media-copy h3,
.editorial-prestations-offers-copy h3,
.editorial-prestations-closing-copy h3 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #fff8f6;
}

.editorial-prestations-media-caption {
  margin: 0;
  color: rgba(244, 235, 230, 0.74);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.editorial-prestations-media-copy p,
.editorial-prestations-offers-copy p,
.editorial-prestations-card p,
.editorial-prestations-closing-copy p,
.editorial-prestations-photo figcaption {
  margin: 0;
  color: rgba(244, 235, 230, 0.8);
  font-size: 1rem;
  line-height: 1.72;
}

.editorial-prestations-media-frame {
  position: relative;
  overflow: hidden;
  border-radius: 1.9rem;
  border: 1px solid rgba(224, 183, 86, 0.16);
  background:
    linear-gradient(180deg, rgba(49, 16, 29, 0.8), rgba(17, 8, 12, 0.94));
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.32);
}

.editorial-prestations-media-block.is-feature .editorial-prestations-media-frame {
  aspect-ratio: 16 / 9;
}

.editorial-prestations-media-block.is-testimonial .editorial-prestations-media-frame {
  aspect-ratio: 16 / 9;
}

.editorial-prestations-media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 5, 8, 0.04), rgba(10, 5, 8, 0.18)),
    radial-gradient(circle at 72% 26%, rgba(255, 255, 255, 0.08), transparent 26%);
}

.editorial-prestations-media-frame video {
  display: block;
  width: 100%;
  height: 100%;
  background: #12070c;
}

.editorial-prestations-media-block.is-feature video {
  object-fit: cover;
}

.editorial-prestations-media-block.is-testimonial video {
  object-fit: contain;
}

.editorial-prestations-carousel {
  display: grid;
  gap: 0.95rem;
  max-width: min(100%, 72rem);
  margin-inline: auto;
}

.editorial-prestations-carousel-frame {
  position: relative;
  overflow: hidden;
  border-radius: 1.9rem;
  padding-inline: clamp(1rem, 4vw, 3rem);
}

.editorial-prestations-carousel-track {
  display: flex;
  align-items: stretch;
  gap: clamp(0.8rem, 2vw, 1.1rem);
  transition: transform 520ms ease;
  will-change: transform;
}

.editorial-prestations-carousel-slide {
  flex: 0 0 clamp(18rem, 46vw, 31rem);
  min-width: clamp(18rem, 46vw, 31rem);
  opacity: 0.62;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.editorial-prestations-carousel-slide.is-active {
  opacity: 1;
}

.editorial-prestations-carousel-slide .editorial-prestations-media-frame,
.editorial-prestations-carousel-slide .editorial-prestations-photo {
  height: clamp(18rem, 31vw, 24rem);
}

.editorial-prestations-carousel-slide .editorial-prestations-media-frame {
  aspect-ratio: auto;
}

.editorial-prestations-carousel-slide .editorial-prestations-photo img {
  height: 100%;
  aspect-ratio: auto;
}

.editorial-prestations-carousel-slide video {
  height: 100%;
  object-fit: contain;
  background: #080407;
}

.editorial-prestations-carousel-slide .editorial-prestations-photo img {
  object-fit: cover;
}

.editorial-prestations-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(224, 183, 86, 0.2);
  border-radius: 999px;
  background: rgba(11, 8, 10, 0.72);
  color: #fff8f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.editorial-prestations-carousel-arrow:hover,
.editorial-prestations-carousel-arrow:focus-visible {
  background: rgba(32, 17, 23, 0.9);
  border-color: rgba(224, 183, 86, 0.42);
}

.editorial-prestations-carousel-arrow.is-prev {
  left: 1rem;
}

.editorial-prestations-carousel-arrow.is-next {
  right: 1rem;
}

.editorial-prestations-carousel-arrow span {
  font-size: 1.2rem;
  line-height: 1;
}

.editorial-prestations-carousel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.editorial-prestations-carousel-footer .editorial-prestations-media-caption {
  flex: 1 1 auto;
}

.editorial-prestations-carousel-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
}

.editorial-prestations-carousel-dot {
  width: 0.72rem;
  height: 0.72rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 248, 246, 0.28);
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.editorial-prestations-carousel-dot.is-active {
  background: #e6bb4e;
  transform: scale(1.08);
}

.editorial-prestations-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 1rem;
}

.editorial-prestations-photo {
  display: grid;
  gap: 0.7rem;
}

.editorial-prestations-photo img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1.6rem;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
}

.editorial-prestations-photo.is-wide img {
  aspect-ratio: 16 / 10;
}

.editorial-prestations-photo.is-tall img {
  aspect-ratio: 4 / 5;
}

.editorial-prestations-offers {
  display: grid;
  gap: 1.65rem;
}

.editorial-prestations-offers-copy {
  display: grid;
  gap: 0.75rem;
  max-width: 38rem;
}

.editorial-prestations-offers-copy h3 {
  max-width: 100%;
}

.editorial-prestations-offers-copy p {
  color: rgba(246, 236, 229, 0.82);
}

.editorial-prestations-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(224, 183, 86, 0.12);
}

.editorial-prestations-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
  gap: 0.45rem 2rem;
  padding: 1.3rem 0 1.4rem;
  border-bottom: 1px solid rgba(224, 183, 86, 0.12);
}

.editorial-prestations-card::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 2.8rem;
  height: 0.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #f0ce67, #c8992f);
}

.editorial-prestations-card strong {
  color: #fff8f6;
  font-size: 1.22rem;
  line-height: 1.2;
  padding-top: 0.9rem;
}

.editorial-prestations-card p {
  color: rgba(245, 236, 229, 0.74);
  padding-top: 0.9rem;
  max-width: 38rem;
}

@media (min-width: 981px) {
  .editorial-prestations-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1.8rem;
    border-top: 0;
    align-items: start;
  }

  .editorial-prestations-card {
    min-height: 100%;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 0.8rem;
    padding: 1rem 0 0;
    border-bottom: 0;
  }

  .editorial-prestations-card::before {
    top: 0;
    width: 3.1rem;
  }

  .editorial-prestations-card strong,
  .editorial-prestations-card p {
    padding-top: 0;
  }

  .editorial-prestations-card p {
    max-width: 24rem;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .editorial-prestations-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.editorial-prestations-closing {
  display: grid;
  gap: 1rem;
  justify-items: start;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 1.8rem;
  border: 1px solid rgba(224, 183, 86, 0.14);
  background:
    linear-gradient(135deg, rgba(20, 14, 16, 0.92), rgba(49, 12, 24, 0.94));
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.22);
}

.editorial-prestations-closing-copy {
  display: grid;
  gap: 0.78rem;
  max-width: 34rem;
}

@media (max-width: 1080px) {
  .editorial-prestations-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .editorial-prestations-carousel-slide {
    flex-basis: 84%;
    min-width: 84%;
  }

  .editorial-prestations-carousel-slide .editorial-prestations-media-frame,
  .editorial-prestations-carousel-slide .editorial-prestations-photo {
    height: clamp(17rem, 56vw, 22rem);
  }

  .editorial-prestations-carousel-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .editorial-prestations-media-copy h3,
  .editorial-prestations-offers-copy h3,
  .editorial-prestations-closing-copy h3 {
    max-width: 100%;
  }

  .editorial-prestations-card {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .editorial-prestations-photo.is-tall img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 720px) {
  .editorial-prestations-story {
    gap: 1.5rem;
  }

  .editorial-prestations-carousel-frame {
    padding-inline: 0;
  }

  .editorial-prestations-carousel-track {
    gap: 0;
  }

  .editorial-prestations-carousel-slide {
    flex-basis: 100%;
    min-width: 100%;
    opacity: 1;
  }

  .editorial-prestations-carousel-slide .editorial-prestations-media-frame,
  .editorial-prestations-carousel-slide .editorial-prestations-photo {
    height: auto;
  }

  .editorial-prestations-carousel-slide .editorial-prestations-media-frame,
  .editorial-prestations-carousel-slide .editorial-prestations-photo img {
    aspect-ratio: 16 / 9;
  }

  .editorial-prestations-carousel-arrow {
    width: 2.6rem;
    height: 2.6rem;
  }

  .editorial-prestations-carousel-arrow.is-prev {
    left: 0.75rem;
  }

  .editorial-prestations-carousel-arrow.is-next {
    right: 0.75rem;
  }

  .editorial-prestations-kicker {
    font-size: 0.76rem;
    letter-spacing: 0.1em;
  }

  .editorial-prestations-hero-copy h2 {
    font-size: clamp(2.8rem, 12vw, 4.3rem);
  }

  .editorial-prestations-hero-lead,
  .editorial-prestations-hero-copy p,
  .editorial-prestations-offers-copy p,
  .editorial-prestations-card p,
  .editorial-prestations-closing-copy p,
  .editorial-prestations-photo figcaption {
    font-size: 0.98rem;
  }

  .editorial-prestations-media-caption {
    font-size: 0.92rem;
  }

  .editorial-prestations-media-copy h3,
  .editorial-prestations-offers-copy h3,
  .editorial-prestations-closing-copy h3 {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .editorial-prestations-card {
    padding: 1.15rem 0 1.2rem;
  }

  .editorial-prestations-closing {
    justify-items: stretch;
  }

  .editorial-prestations-closing .button,
  .editorial-prestations-hero .button {
    width: 100%;
    justify-content: center;
  }
}
/* 2026-07 prestations storytelling end */
