/* Théâtre le Cantou — système visuel 2026 */
:root {
  --cantou-night: #14090d;
  --cantou-night-soft: #201116;
  --cantou-panel: #26151b;
  --cantou-panel-2: #311a21;
  --cantou-red: #b51f35;
  --cantou-red-bright: #d5374e;
  --cantou-wine: #6f1022;
  --cantou-gold: #d8ad61;
  --cantou-cream: #f7f0e7;
  --cantou-paper: #eadfd5;
  --cantou-muted: #bcaeaa;
  --cantou-line: rgba(247, 240, 231, .13);
  --cantou-shadow: 0 28px 70px rgba(0, 0, 0, .32);
  --cantou-serif: Georgia, "Times New Roman", serif;
  --cantou-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bs-body-bg: var(--cantou-night);
  --bs-body-color: var(--cantou-cream);
  --bs-secondary-color: var(--cantou-muted);
  --bs-primary: var(--cantou-red);
  --bs-primary-rgb: 181, 31, 53;
  --bs-border-color: var(--cantou-line);
  --bs-link-color: #e6c27f;
  --bs-link-hover-color: #f3dcae;
  --bs-card-bg: var(--cantou-panel);
  --bs-card-color: var(--cantou-cream);
  --bs-border-radius: 1rem;
  --bs-btn-border-radius: 999px;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(181, 31, 53, .14), transparent 31rem),
    radial-gradient(circle at 90% 32%, rgba(216, 173, 97, .055), transparent 28rem),
    var(--cantou-night);
  color: var(--cantou-cream);
  font-family: var(--cantou-sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
}
main { min-height: 48vh; }
main.container { margin-top: clamp(2.5rem, 6vw, 5.5rem) !important; margin-bottom: clamp(4rem, 8vw, 7rem) !important; }
#contenu { scroll-margin-top: 7rem; }
a { text-underline-offset: .18em; }
img { max-width: 100%; }
::selection { color: #fff; background: var(--cantou-red); }

h1, h2, .display-1, .display-2, .display-3, .display-4, .display-5 {
  color: var(--cantou-cream);
  font-family: var(--cantou-serif);
  font-weight: 500;
  letter-spacing: -.035em;
}
h3, h4, h5, h6 { color: var(--cantou-cream); font-weight: 700; }
h1, .h1 { font-family: var(--cantou-serif); font-size: clamp(1.5rem, 2.8vw, 2.4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
h2, .h2 { font-family: var(--cantou-serif); font-size: clamp(1.35rem, 2.2vw, 1.9rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.08; }
h3, .h3 { font-size: clamp(1.18rem, 1.7vw, 1.55rem); line-height: 1.14; }
h4, .h4 { font-size: clamp(1.08rem, 1.4vw, 1.3rem); line-height: 1.18; }
h5, .h5 { font-size: clamp(1rem, 1.2vw, 1.15rem); line-height: 1.22; }
h6, .h6 { font-size: clamp(.92rem, 1vw, 1rem); line-height: 1.25; }
.text-primary { color: var(--cantou-cream) !important; }
.text-secondary, .sub { color: var(--cantou-muted) !important; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: var(--cantou-gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 1.7rem; height: 1px; background: currentColor; }

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 3000;
  padding: .65rem 1rem;
  border-radius: .5rem;
  color: var(--cantou-night);
  background: var(--cantou-cream);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.page-curtain { display: none !important; }

.utility-bar { color: rgba(247, 240, 231, .72); background: #0d0608; border-bottom: 1px solid rgba(247, 240, 231, .06); font-size: .76rem; }
.utility-bar-inner { display: flex; justify-content: space-between; gap: 1rem; padding-top: .35rem; padding-bottom: .35rem; }
.utility-bar a { color: inherit; text-decoration: none; }
.header-stage {
  position: sticky;
  top: 0;
  z-index: 1030;
  border-bottom: 1px solid var(--cantou-line);
  background: rgba(20, 9, 13, .88);
  backdrop-filter: blur(20px) saturate(130%);
  transition: background-color .2s ease, box-shadow .2s ease;
}
.header-stage.is-scrolled { background: rgba(13, 6, 8, .96); box-shadow: 0 10px 36px rgba(0, 0, 0, .22); }
.header-stage .navbar { min-height: 84px; padding-block: .65rem; }
.navbar-brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--cantou-cream) !important; text-decoration: none; }
.brand-mark { display: grid; width: 2.65rem; height: 2.65rem; color: var(--cantou-gold); place-items: center; }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: .95; }
.brand-copy strong { font-family: var(--cantou-serif); font-size: 1.3rem; font-weight: 500; letter-spacing: -.03em; }
.brand-copy span { margin-top: .2rem; color: var(--cantou-gold); font-size: .65rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { gap: clamp(.1rem, 1vw, .75rem); align-items: center; }
.navbar .main-nav .nav-link { position: relative; padding: .65rem .55rem; color: rgba(247, 240, 231, .75); font-size: .89rem; font-weight: 650; }
.navbar .main-nav .nav-link::after { content: ""; position: absolute; right: .55rem; bottom: .35rem; left: .55rem; height: 1px; background: var(--cantou-gold); transform: scaleX(0); transition: transform .18s ease; }
.navbar .main-nav .nav-link:hover, .navbar .main-nav .nav-link:focus, .navbar .main-nav .nav-link.active { color: var(--cantou-cream); }
.navbar .main-nav .nav-link:hover::after, .navbar .main-nav .nav-link.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: .35rem; margin-left: clamp(.5rem, 2vw, 1.5rem); }
.nav-icon-link { position: relative; display: inline-flex; align-items: center; gap: .35rem; padding: .5rem; color: rgba(247, 240, 231, .75); font-size: .72rem; text-decoration: none; }
.nav-icon-link:hover, .nav-icon-link.active { color: var(--cantou-gold); }
.nav-icon-link > i { width: 1.2rem; color: currentColor; font-size: 1.15rem; text-align: center; }
.nav-account-name { display: block; overflow: hidden; max-width: 8rem; text-overflow: ellipsis; white-space: nowrap; }
.nav-cart-count { position: absolute; top: -.1rem; right: -.1rem; display: grid; min-width: 1.15rem; height: 1.15rem; padding: 0 .2rem; border-radius: 999px; color: #fff; background: var(--cantou-red-bright); font-size: .63rem; place-items: center; }
.nav-booking { display: inline-flex; align-items: center; gap: .45rem; margin-left: .4rem; padding: .65rem 1.1rem !important; font-size: .82rem; }
.nav-booking i { font-size: .88rem; }
.nav-admin { position: absolute; top: calc(100% + .3rem); right: 1rem; padding: .25rem .7rem; border-radius: 999px; color: var(--cantou-night); background: var(--cantou-gold); font-size: .68rem; font-weight: 800; text-decoration: none; }

.btn { min-height: 2.75rem; padding: .62rem 1.2rem; border-radius: 999px; font-weight: 750; letter-spacing: .01em; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn:active, .btn.active, .btn.show { transform: translateY(0); }
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--cantou-red);
  --bs-btn-border-color: var(--cantou-red-bright);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--cantou-red-bright);
  --bs-btn-hover-border-color: #e64b61;
  --bs-btn-focus-shadow-rgb: 213, 55, 78;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8f1728;
  --bs-btn-active-border-color: #b91d33;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #741526;
  --bs-btn-disabled-border-color: #741526;
  color: #fff;
  border-color: var(--cantou-red-bright);
  background: var(--cantou-red);
  box-shadow: 0 10px 24px rgba(181, 31, 53, .18);
}
.btn-primary:hover, .btn-primary:focus { color: #fff; border-color: #e64b61; background: var(--cantou-red-bright); box-shadow: 0 13px 30px rgba(181, 31, 53, .28); }
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:first-child:active,
:not(.btn-check) + .btn-primary:active {
  color: #fff;
  border-color: #b91d33;
  background: #8f1728;
  box-shadow: inset 0 3px 7px rgba(20, 9, 13, .25), 0 0 0 .22rem rgba(213, 55, 78, .16);
}
.btn-outline-light {
  --bs-btn-focus-shadow-rgb: 216, 173, 97;
  --bs-btn-active-color: var(--cantou-night);
  --bs-btn-active-bg: var(--cantou-cream);
  --bs-btn-active-border-color: var(--cantou-cream);
  color: var(--cantou-cream);
  border-color: rgba(247, 240, 231, .33);
  background: transparent;
}
.btn-outline-light:hover { color: var(--cantou-night); border-color: var(--cantou-cream); background: var(--cantou-cream); }
.btn-light {
  --bs-btn-focus-shadow-rgb: 216, 173, 97;
  --bs-btn-active-color: var(--cantou-night);
  --bs-btn-active-bg: #dfd1c4;
  --bs-btn-active-border-color: #dfd1c4;
  color: var(--cantou-wine);
  border-color: var(--cantou-cream);
  background: var(--cantou-cream);
}
.btn-danger { --bs-btn-focus-shadow-rgb: 213, 55, 78; --bs-btn-active-bg: #741526; --bs-btn-active-border-color: #8f1728; }
.btn-sm { min-height: 2.2rem; padding: .42rem .85rem; }

.card {
  color: var(--cantou-cream);
  border: 1px solid var(--cantou-line);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(49, 26, 33, .72), rgba(31, 17, 22, .94));
  box-shadow: 0 18px 50px rgba(0, 0, 0, .15);
}
.alert { border-radius: .85rem; }
.section-heading { align-items: end; margin-bottom: 1.75rem; }
.section-heading h2 { font-family: var(--cantou-serif); font-size: clamp(1.5rem, 2.4vw, 2.1rem); font-weight: 500; letter-spacing: -.035em; }
.date-pill, .status-pill { padding: .35rem .7rem; border-color: rgba(216, 173, 97, .27); border-radius: 999px; color: var(--cantou-paper); background: rgba(216, 173, 97, .08); font-size: .78rem; }

.form-label { margin-bottom: .4rem; color: var(--cantou-paper); font-size: .82rem; font-weight: 700; }
.form-control, .form-select, .form-check-input {
  min-height: 3rem;
  color: var(--cantou-cream);
  border-color: rgba(247, 240, 231, .16);
  border-radius: .7rem;
  background-color: rgba(12, 6, 8, .55);
}
.form-control:focus, .form-select:focus { color: var(--cantou-cream); border-color: var(--cantou-gold); background-color: rgba(12, 6, 8, .8); box-shadow: 0 0 0 .22rem rgba(216, 173, 97, .12); }
.form-control::placeholder { color: #877a78; }
.form-text { color: var(--cantou-muted); }
.input-group-text { color: var(--cantou-gold); border-color: var(--cantou-line); background: rgba(12, 6, 8, .7); }
.table { --bs-table-color: var(--cantou-paper); --bs-table-bg: transparent; --bs-table-border-color: var(--cantou-line); }
.table-dark-th { --bs-table-bg: transparent; }
.table thead th { color: var(--cantou-gold); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

/* Accueil */
.home-showcase { position: relative; overflow: hidden; padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem); }
.home-showcase::after { content: ""; position: absolute; z-index: -1; top: -15rem; right: -12rem; width: 40rem; height: 40rem; border: 1px solid rgba(216, 173, 97, .1); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(216, 173, 97, .015), 0 0 0 10rem rgba(216, 173, 97, .01); }
.home-showcase-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }
.home-showcase-heading h1, .home-showcase-heading h2 { margin: 0; line-height: .98; }
.home-showcase-heading h1 { font-size: clamp(1.8rem, 3.4vw, 3.25rem); }
.home-showcase-heading h2 { font-size: clamp(1.55rem, 2.7vw, 2.2rem); }
.home-showcase-heading-actions { display: flex; flex: 0 0 auto; align-items: center; gap: .75rem; }
.home-slider-controls { display: flex; flex: 0 0 auto; gap: .55rem; }
.home-carousel-stage { position: relative; }
.home-slider-controls-overlay { position: absolute; z-index: 8; top: 50%; right: calc(50% - 50vw + clamp(.75rem, 2vw, 1.5rem)); left: calc(50% - 50vw + clamp(.75rem, 2vw, 1.5rem)); justify-content: space-between; pointer-events: none; transform: translateY(-50%); }
.home-slider-controls-overlay .home-slider-button { pointer-events: auto; box-shadow: 0 .65rem 1.8rem rgba(0, 0, 0, .42); }
.home-slider-button { display: grid; width: 3.25rem; height: 3.25rem; padding: 0; border: 1px solid rgba(216, 173, 97, .32); border-radius: 50%; color: var(--cantou-paper); background: rgba(37, 17, 23, .76); font-size: 1.25rem; place-items: center; transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease; }
.home-slider-button:hover:not(:disabled), .home-slider-button:focus-visible { color: var(--cantou-night); border-color: var(--cantou-gold); background: var(--cantou-gold); transform: translateY(-2px); }
.home-slider-button:focus-visible { outline: 2px solid var(--cantou-gold); outline-offset: 3px; }
.home-slider-button:disabled { cursor: default; opacity: .3; }
.home-showcase-viewport { overflow-x: auto; margin: 0 -.85rem; padding: 1.1rem .85rem 1.8rem; cursor: grab; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: rgba(216, 173, 97, .38) transparent; scrollbar-width: thin; touch-action: pan-y pinch-zoom; overscroll-behavior-x: contain; }
.home-showcase-viewport:focus-visible { outline: 1px solid rgba(216, 173, 97, .5); outline-offset: .25rem; }
.home-showcase-viewport.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; user-select: none; }
.home-showcase-viewport.is-dragging * { pointer-events: none; }
.home-showcase-viewport[data-loop-ready] { scrollbar-width: none; }
.home-showcase-viewport[data-loop-ready]::-webkit-scrollbar { display: none; }
[data-home-loop] .home-showcase-viewport { width: 100vw; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: clamp(.75rem, 2.5vw, 2.25rem); padding-left: clamp(.75rem, 2.5vw, 2.25rem); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 2%, #000 98%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 2%, #000 98%, transparent 100%); }
[data-home-loop] .home-showcase-track { grid-auto-columns: clamp(260px, 25vw, 360px); }
.home-showcase-track { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(270px, 31vw, 390px); gap: 1.25rem; }
.home-showcase-track.is-centered { justify-content: center; }
.home-showcase-card { min-width: 0; scroll-snap-align: start; }
.home-showcase-card-link { position: relative; display: block; padding: .72rem; border: 1px solid rgba(216, 173, 97, .24); border-radius: 1.2rem; color: var(--cantou-paper); background: rgba(38, 21, 27, .72); box-shadow: var(--cantou-shadow); text-decoration: none; transition: border-color .2s ease, transform .24s ease; }
.home-showcase-card-link, .home-showcase-card-link img { -webkit-user-drag: none; user-select: none; }
.home-showcase-card-link:hover, .home-showcase-card-link:focus-visible { color: var(--cantou-paper); border-color: rgba(216, 173, 97, .62); transform: translateY(-5px); }
.home-showcase-card-link:focus-visible { outline: 2px solid var(--cantou-gold); outline-offset: 3px; }
.home-showcase-card .hero-feature-image { display: block; }
.home-showcase-card .hero-feature-content { display: block; }
.home-showcase-card .hero-feature-date { top: 1.4rem; left: -.45rem; }
.home-showcase-card-link.is-full .hero-feature-image img { filter: saturate(.55) brightness(.72); }
.home-availability-badge { position: absolute; top: 1.35rem; right: 1rem; z-index: 3; display: inline-flex; max-width: calc(100% - 5.5rem); align-items: center; gap: .42rem; padding: .5rem .68rem; border: 1px solid transparent; border-radius: .55rem; color: #fff; background: rgba(20, 9, 13, .9); box-shadow: 0 .6rem 1.6rem rgba(0, 0, 0, .32); font-size: .72rem; font-weight: 850; line-height: 1.2; }
.home-availability-badge.is-low { border-color: rgba(240, 189, 119, .75); color: #fff3df; background: rgba(124, 67, 10, .94); }
.home-availability-badge.is-full { border-color: rgba(255, 255, 255, .35); background: rgba(181, 31, 53, .96); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.home-showcase-card:hover img { transform: scale(1.025); }
.home-showcase-title { display: block; margin-top: .65rem; color: var(--cantou-cream); font-family: var(--cantou-serif); font-size: clamp(1.8rem, 3vw, 2.55rem); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.home-showcase-subtitle { display: block; margin-top: .45rem; color: var(--cantou-muted); font-size: .84rem; }
.home-booking-cta { display: inline-flex; width: fit-content; margin-top: .85rem; align-items: center; gap: .45rem; padding: .48rem .7rem; border: 1px solid rgba(216, 173, 97, .52); border-radius: 999px; color: var(--cantou-night); background: var(--cantou-gold); font-family: var(--cantou-sans); font-size: .74rem; font-weight: 850; letter-spacing: .01em; }
.home-booking-cta.is-low { color: #fff8eb; border-color: #f0bd77; background: #9a5612; }
.home-booking-cta.is-full { color: #fff; border-color: rgba(255, 255, 255, .28); background: var(--cantou-red); }
.home-booking-cta.is-discover { color: var(--cantou-cream); border-color: rgba(247, 240, 231, .3); background: rgba(20, 9, 13, .78); }
.home-showcase-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem 3rem; margin-top: .5rem; padding-top: 1.6rem; border-top: 1px solid var(--cantou-line); }
.home-showcase-footer .hero-actions, .home-showcase-footer .hero-reassurance { margin-top: 0; }
.home-showcase-footer .hero-reassurance { justify-content: flex-end; }
.home-showcase-empty { padding: clamp(2rem, 6vw, 4rem); border: 1px solid var(--cantou-line); border-radius: 1.2rem; background: rgba(38, 21, 27, .5); text-align: center; }
.home-showcase-empty h2 { font-size: clamp(1.4rem, 2.2vw, 1.9rem); }
.home-showcase-empty p:last-child { margin-bottom: 0; color: var(--cantou-muted); }
.home-festival-spotlight { padding: clamp(1.25rem, 3vw, 2.75rem) 0 clamp(1.75rem, 3.5vw, 3rem); border-bottom: 1px solid var(--cantou-line); background: var(--cantou-night); background: linear-gradient(180deg, color-mix(in srgb, var(--festival-accent) 9%, var(--cantou-night)), var(--cantou-night)); }
.home-festival-feature { position: relative; overflow: hidden; min-height: clamp(510px, 62vw, 720px); border: 1px solid rgba(216, 173, 97, .28); border-color: color-mix(in srgb, var(--festival-accent) 55%, rgba(247, 240, 231, .18)); border-radius: 1.35rem; background: var(--cantou-panel); box-shadow: var(--cantou-shadow); }
.home-festival-feature > img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: center; }
.home-festival-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 5, 7, .95) 0, rgba(10, 5, 7, .75) 42%, rgba(10, 5, 7, .15) 78%), linear-gradient(0deg, rgba(10, 5, 7, .78), transparent 55%); }
.home-festival-content { position: relative; z-index: 1; display: flex; width: min(720px, 68%); min-height: inherit; padding: clamp(2rem, 6vw, 5rem); flex-direction: column; justify-content: center; }
.home-festival-label { padding: .42rem .72rem; border-radius: 999px; color: #fff; background: var(--festival-accent); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-festival-content h1 { margin: .35rem 0 .8rem; color: #fff; font-size: clamp(1.8rem, 3.75vw, 3.5rem); line-height: .95; text-wrap: balance; }
.home-festival-lead { max-width: 620px; margin: .5rem 0 0; color: var(--cantou-cream); font-family: var(--cantou-serif); font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.18; }
.home-festival-description { max-width: 620px; margin: 1.1rem 0 0; color: var(--cantou-paper); font-size: 1rem; line-height: 1.65; }
.home-festival-program { margin-top: clamp(1.25rem, 3vw, 2.25rem); }
.home-festival-program-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1rem; }
.home-festival-program-heading h2 { margin: 0; font-size: clamp(1.55rem, 2.7vw, 2.2rem); line-height: 1.02; }
.home-festival-program-empty { padding: 2rem; border: 1px solid var(--cantou-line); border-radius: 1rem; color: var(--cantou-muted); background: rgba(12, 6, 8, .45); text-align: center; }
.home-hero { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 8rem) 0 clamp(4.5rem, 9vw, 8rem); }
.home-hero::after { content: ""; position: absolute; top: 8%; right: -9rem; width: min(46vw, 42rem); aspect-ratio: 1; border: 1px solid rgba(216, 173, 97, .12); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(216, 173, 97, .018), 0 0 0 10rem rgba(216, 173, 97, .012); }
.home-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .82fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.home-hero h1 { max-width: 780px; margin: .8rem 0 1.25rem; font-size: clamp(1.8rem, 3.6vw, 3.45rem); line-height: .96; }
.home-hero h1 em { color: var(--cantou-gold); font-weight: inherit; }
.home-hero-lead { max-width: 620px; color: var(--cantou-paper); font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-reassurance { display: flex; flex-wrap: wrap; gap: .65rem 1.35rem; margin-top: 2rem; color: var(--cantou-muted); font-size: .79rem; }
.hero-reassurance span::before { content: "✓"; margin-right: .4rem; color: var(--cantou-gold); }
.hero-feature { position: relative; max-width: 430px; margin-left: auto; padding: .75rem; border: 1px solid rgba(216, 173, 97, .24); border-radius: 1.25rem; background: rgba(38, 21, 27, .72); box-shadow: var(--cantou-shadow); transform: rotate(1.2deg); }
.hero-feature-image { position: relative; overflow: hidden; aspect-ratio: 3 / 4.15; border-radius: .85rem; background: var(--cantou-panel); }
.hero-feature-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(12, 6, 8, .88)); }
.hero-feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hero-feature:hover img { transform: scale(1.025); }
.hero-feature-content { position: absolute; right: 1.6rem; bottom: 1.6rem; left: 1.6rem; z-index: 1; }
.hero-feature-content h2 { margin: .7rem 0 .2rem; font-size: clamp(1.4rem, 2.2vw, 1.9rem); line-height: 1.05; }
.hero-feature-content a { color: var(--cantou-cream); text-decoration: none; }
.hero-feature-date { position: absolute; top: 1.5rem; left: -.8rem; z-index: 2; display: grid; min-width: 74px; padding: .75rem; color: var(--cantou-night); background: var(--cantou-gold); box-shadow: 0 12px 28px rgba(0, 0, 0, .26); text-align: center; }
.hero-feature-date strong { font-family: var(--cantou-serif); font-size: 2rem; line-height: 1; }
.hero-feature-date span { font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.section-pad { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-tinted { border-block: 1px solid var(--cantou-line); background: rgba(247, 240, 231, .025); }
.poster-rail { grid-auto-columns: minmax(230px, 285px); gap: 1.25rem; }
.poster-card { min-height: 420px; border-radius: 1rem; transition: transform .2s ease; }
.poster-card:hover { transform: translateY(-5px); }
.poster-card img { min-height: 420px; border: 0; border-radius: 1rem; }
.poster-card::after { content: ""; position: absolute; inset: 35% 0 0; border-radius: 0 0 1rem 1rem; background: linear-gradient(180deg, transparent, rgba(10, 5, 7, .95)); }
.poster-card-info { z-index: 1; right: 1rem; bottom: 1rem; left: 1rem; padding: 0; background: none; backdrop-filter: none; }
.poster-card-info strong { font-family: var(--cantou-serif); font-size: 1.5rem; font-weight: 500; line-height: 1.05; }
.home-press-section {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-block: 1px solid var(--cantou-line);
  background:
    radial-gradient(circle at 10% 0, rgba(216, 173, 97, .08), transparent 30rem),
    linear-gradient(145deg, rgba(247, 240, 231, .025), rgba(13, 6, 8, .18));
}
.home-press-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}
.home-press-heading h2 { margin: 0; font-size: clamp(1.65rem, 2.8vw, 2.5rem); }
.home-press-heading > p {
  max-width: 510px;
  margin: 0;
  color: var(--cantou-muted);
  text-align: right;
}
.home-press-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.home-press-card {
  display: grid;
  grid-template-columns: minmax(190px, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
  min-height: 330px;
  border: 1px solid rgba(216, 173, 97, .18);
  border-radius: 1.1rem;
  color: var(--cantou-paper);
  background: rgba(30, 15, 20, .88);
  box-shadow: 0 1.1rem 2.8rem rgba(0, 0, 0, .2);
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.home-press-card:hover,
.home-press-card:focus-visible {
  color: var(--cantou-paper);
  border-color: rgba(216, 173, 97, .48);
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, .3);
  transform: translateY(-4px);
}
.home-press-card:focus-visible { outline: 2px solid var(--cantou-gold); outline-offset: 3px; }
.home-press-media {
  position: relative;
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #12090c;
}
.home-press-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(8, 4, 6, .76));
}
.home-press-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.home-press-media.is-poster img { object-fit: contain; }
.home-press-card:hover .home-press-media img { transform: scale(1.035); }
.home-press-media > span {
  position: absolute;
  z-index: 2;
  right: .75rem;
  bottom: .7rem;
  left: .75rem;
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.home-press-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.35rem, 3vw, 2rem);
}
.home-press-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .8rem;
  color: var(--cantou-gold);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.home-press-meta span::before { content: "•"; margin-right: .8rem; color: rgba(216, 173, 97, .48); }
.home-press-body > strong {
  margin-top: .8rem;
  color: var(--cantou-cream);
  font-family: var(--cantou-serif);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.08;
}
.home-press-summary {
  margin-top: .8rem;
  color: var(--cantou-muted);
  font-size: .82rem;
  line-height: 1.55;
}
.home-press-link {
  display: inline-flex;
  margin-top: auto;
  padding-top: 1.25rem;
  align-items: center;
  gap: .45rem;
  color: var(--cantou-gold);
  font-size: .76rem;
  font-weight: 850;
}
.home-press-footer { display: flex; justify-content: flex-end; margin-top: 1.5rem; }
.editorial-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.editorial-quote { padding-left: clamp(1.5rem, 4vw, 3rem); border-left: 1px solid var(--cantou-gold); }
.editorial-quote p { margin: 0; font-family: var(--cantou-serif); font-size: clamp(2rem, 4vw, 3.8rem); letter-spacing: -.035em; line-height: 1.08; }

/* Listes, fiches et réservation */
.page-hero { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: clamp(2rem, 5vw, 4rem); }
.page-hero-copy { max-width: 760px; }
.page-hero .h1 { margin: .5rem 0 1rem; }
.page-hero p:last-child { max-width: 620px; margin-bottom: 0; color: var(--cantou-muted); font-size: 1.08rem; }
.program-toolbar { display: grid; grid-template-columns: minmax(0, 1fr) minmax(190px, .3fr); gap: .75rem; margin-bottom: 2rem; padding: .8rem; border: 1px solid var(--cantou-line); border-radius: .9rem; background: rgba(38, 21, 27, .7); }
.program-card { display: grid; grid-template-columns: 190px minmax(0, 1fr); overflow: hidden; height: 100%; border: 1px solid var(--cantou-line); border-radius: 1rem; color: var(--cantou-cream); background: var(--cantou-panel); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.program-card:hover { color: var(--cantou-cream); border-color: rgba(216, 173, 97, .42); box-shadow: var(--cantou-shadow); transform: translateY(-3px); }
.program-card.is-full .program-card-image img { filter: saturate(.5) brightness(.72); }
.program-card-image { position: relative; min-height: 280px; background: #10080a; }
.program-card-image img { width: 100%; height: 100%; object-fit: cover; }
.program-card-image .home-availability-badge { top: auto; right: .65rem; bottom: .65rem; left: .65rem; max-width: none; }
.program-date { position: absolute; top: .8rem; left: .8rem; display: grid; min-width: 58px; padding: .55rem; color: var(--cantou-night); background: var(--cantou-cream); text-align: center; }
.program-date strong { font-family: var(--cantou-serif); font-size: 1.65rem; line-height: .95; }
.program-date span { font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.program-card-body { display: flex; flex-direction: column; padding: 1.35rem; }
.program-festival-badge { display: inline-flex; width: fit-content; margin-bottom: .75rem; padding: .34rem .58rem; border: 1px solid color-mix(in srgb, var(--program-festival-accent) 58%, rgba(216, 173, 97, .3)); border-radius: 999px; align-items: center; gap: .4rem; color: var(--cantou-cream); background: color-mix(in srgb, var(--program-festival-accent) 24%, rgba(20, 9, 13, .9)); font-size: .65rem; font-weight: 850; letter-spacing: .035em; line-height: 1.2; text-transform: uppercase; }
.program-festival-badge i { color: var(--cantou-gold); }
.program-card-body h2 { margin: .65rem 0 .3rem; font-size: 1.45rem; line-height: 1.08; }
.program-card-meta { display: flex; flex-wrap: wrap; gap: .45rem .9rem; color: var(--cantou-muted); font-size: .82rem; }
.program-card-footer { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: auto; padding-top: 1.25rem; border-top: 1px solid var(--cantou-line); }
.repertoire-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); align-items: start; padding-bottom: clamp(2.5rem, 6vw, 5rem); }
.repertoire-grid .home-showcase-card-link { height: 100%; }
.repertoire-card { min-width: 0; }
.repertoire-card > a { display: flex; overflow: hidden; height: 100%; border: 1px solid var(--cantou-line); border-radius: 1.1rem; color: var(--cantou-paper); background: linear-gradient(145deg, rgba(49, 26, 33, .78), rgba(31, 17, 22, .96)); box-shadow: 0 18px 45px rgba(0, 0, 0, .18); flex-direction: column; text-decoration: none; transition: transform .24s ease, border-color .2s ease, box-shadow .24s ease; }
.repertoire-card > a:hover, .repertoire-card > a:focus-visible { color: var(--cantou-paper); border-color: rgba(216, 173, 97, .58); box-shadow: var(--cantou-shadow); transform: translateY(-5px); }
.repertoire-card > a:focus-visible { outline: 2px solid var(--cantou-gold); outline-offset: 3px; }
.repertoire-card-visual { position: relative; display: block; overflow: hidden; aspect-ratio: 3 / 4.15; background: var(--cantou-panel); }
.repertoire-card-visual::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(180deg, transparent, rgba(12, 6, 8, .58)); }
.repertoire-card-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.repertoire-card > a:hover .repertoire-card-visual img { transform: scale(1.035); }
.repertoire-card-body { display: flex; padding: 1.25rem; flex: 1; flex-direction: column; }
.repertoire-card-title { margin-top: .65rem; color: var(--cantou-cream); font-family: var(--cantou-serif); font-size: clamp(1.45rem, 2vw, 2rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.03; }
.repertoire-card-subtitle { margin-top: .45rem; color: var(--cantou-muted); font-size: .86rem; }
.repertoire-card-description { margin-top: .9rem; color: var(--cantou-paper); font-size: .88rem; line-height: 1.55; }
.repertoire-card-action { display: inline-flex; width: fit-content; margin-top: auto; padding-top: 1.25rem; align-items: center; gap: .45rem; color: var(--cantou-gold); font-size: .78rem; font-weight: 850; }
.availability { color: #9cd9b7; font-size: .78rem; font-weight: 750; }
.availability.is-low { color: #f0bd77; }
.availability.is-full { color: #e98693; }
.availability i { margin-right: .35rem; }
.availability-banner { display: flex; gap: .8rem; align-items: flex-start; margin-top: 1.25rem; padding: .9rem 1rem; border: 1px solid rgba(156, 217, 183, .28); border-radius: .75rem; color: #bce8cf; background: rgba(41, 117, 76, .13); }
.availability-banner > i { margin-top: .18rem; }
.availability-banner.is-low { color: #ffe2b7; border-color: rgba(240, 189, 119, .45); background: rgba(154, 86, 18, .2); }
.availability-banner.is-full { color: #ffd6dc; border-color: rgba(233, 134, 147, .42); background: rgba(181, 31, 53, .16); }
.performance-row.is-full { cursor: not-allowed; opacity: .78; }
.performance-row.is-low { border-color: rgba(240, 189, 119, .42); }
.empty-state { padding: clamp(2rem, 6vw, 5rem); border: 1px dashed rgba(216, 173, 97, .32); border-radius: 1rem; text-align: center; }
.show-detail-hero { position: relative; display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; margin-bottom: clamp(3rem, 7vw, 6rem); }
.show-detail-visual { position: relative; max-width: 490px; }
.show-detail-visual::before { content: ""; position: absolute; inset: -1rem 1.5rem 1rem -1rem; z-index: -1; border: 1px solid var(--show-accent, var(--cantou-red)); border-radius: 1rem; opacity: .5; }
.show-detail-visual img { width: 100%; max-height: 650px; object-fit: cover; border-radius: 1rem; box-shadow: var(--cantou-shadow); }
.show-detail-copy h1 { margin: .65rem 0 1rem; font-size: clamp(1.6rem, 3.35vw, 3.1rem); line-height: .96; }
.show-detail-subtitle { color: var(--cantou-paper); font-size: 1.2rem; }
.show-meta { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.5rem 0; }
.show-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.prose { color: var(--cantou-paper); font-size: 1.06rem; line-height: 1.82; white-space: pre-line; }
.sticky-panel { position: sticky; top: 7.5rem; }
.performance-list { display: grid; gap: .65rem; }
.performance-row { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding: .85rem; border: 1px solid var(--cantou-line); border-radius: .75rem; color: var(--cantou-cream); background: rgba(12, 6, 8, .34); text-decoration: none; }
.performance-row:hover { color: var(--cantou-cream); border-color: var(--cantou-gold); }
.performance-row-date { display: grid; padding-right: .8rem; border-right: 1px solid var(--cantou-line); text-align: center; }
.performance-row-date strong { font-family: var(--cantou-serif); font-size: 1.45rem; line-height: 1; }
.performance-row-date span { color: var(--cantou-gold); font-size: .63rem; font-weight: 800; text-transform: uppercase; }
.reservation-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.reservation-summary { position: relative; overflow: hidden; min-height: 460px; padding: clamp(2rem, 5vw, 4rem); border-radius: 1.25rem; background: var(--cantou-panel); }
.reservation-summary::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20, 9, 13, .96), rgba(20, 9, 13, .58)); }
.reservation-summary-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; }
.reservation-summary-content { position: relative; z-index: 1; max-width: 600px; }
.reservation-summary h1 { margin: .7rem 0; font-size: clamp(1.6rem, 2.9vw, 2.55rem); line-height: .98; }
.reservation-panel { padding: clamp(1.35rem, 4vw, 2.25rem); }
.choice-grid { display: grid; gap: .65rem; }
.tariff-choice { position: relative; }
.tariff-choice input { position: absolute; opacity: 0; }
.tariff-choice label { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 1rem; border: 1px solid var(--cantou-line); border-radius: .75rem; cursor: pointer; }
.tariff-choice input:checked + label { border-color: var(--cantou-gold); background: rgba(216, 173, 97, .09); box-shadow: 0 0 0 2px rgba(216, 173, 97, .1); }
.festival-food-options.booking-food-options { grid-template-columns: minmax(0, 1fr); gap: .75rem; }
.booking-food-option { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding: .9rem 1rem; border: 1px solid var(--cantou-line); border-radius: .8rem; background: rgba(255, 255, 255, .018); transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.booking-food-option.has-quantity { border-color: var(--cantou-gold); background: rgba(216, 173, 97, .09); box-shadow: 0 0 0 2px rgba(216, 173, 97, .08); }
.booking-food-main { display: flex; min-width: 0; align-items: center; gap: .8rem; }
.booking-food-icon { display: grid; width: 2.55rem; height: 2.55rem; border-radius: .65rem; place-items: center; flex: 0 0 auto; color: var(--cantou-gold); background: rgba(216, 173, 97, .11); }
.booking-food-copy { display: grid; min-width: 0; justify-items: start; gap: .5rem; }
.booking-food-copy strong { color: var(--cantou-paper); font-size: .94rem; line-height: 1.25; }
.booking-food-price { min-width: 5.5rem; color: inherit; font-family: inherit; font-size: inherit; font-weight: 700; line-height: 1.25; text-align: right; }
.quantity-stepper { display: grid; overflow: hidden; grid-template-columns: 2.45rem 2.8rem 2.45rem; border: 1px solid rgba(216, 173, 97, .35); border-radius: .65rem; background: rgba(12, 6, 8, .58); }
.quantity-stepper button, .quantity-stepper input { width: 100%; height: 2.45rem; border: 0; color: var(--cantou-paper); background: transparent; text-align: center; }
.quantity-stepper button { color: var(--cantou-gold); font-size: 1.2rem; font-weight: 800; cursor: pointer; transition: color .18s ease, background-color .18s ease; }
.quantity-stepper button:hover:not(:disabled), .quantity-stepper button:focus-visible { color: var(--cantou-night); background: var(--cantou-gold); outline: 0; }
.quantity-stepper button:disabled { color: rgba(247, 240, 231, .28); cursor: not-allowed; }
.quantity-stepper input { border-right: 1px solid rgba(216, 173, 97, .22); border-left: 1px solid rgba(216, 173, 97, .22); font-size: .9rem; font-weight: 850; -moz-appearance: textfield; }
.quantity-stepper input::-webkit-outer-spin-button, .quantity-stepper input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.booking-note { display: flex; gap: .75rem; margin-top: 1.25rem; padding: .9rem; border-radius: .75rem; color: var(--cantou-muted); background: rgba(216, 173, 97, .07); font-size: .82rem; }
.cart-shell, .checkout-shell { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.cart-summary, .checkout-summary { position: sticky; top: 7.5rem; }
.cart-line { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 1rem; align-items: center; padding: 1.15rem 0; border-bottom: 1px solid var(--cantou-line); }
.cart-line:last-child { border-bottom: 0; }
.cart-line h2 { margin: 0 0 .2rem; font-family: var(--cantou-serif); font-size: 1.3rem; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(2rem, 6vw, 6rem); }
.contact-card { padding: clamp(1.5rem, 4vw, 2.5rem); }
.contact-method { display: flex; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--cantou-line); }
.contact-method:last-child { border-bottom: 0; }
.contact-method-icon { display: grid; flex: 0 0 2.6rem; height: 2.6rem; border: 1px solid rgba(216, 173, 97, .3); border-radius: 50%; color: var(--cantou-gold); place-items: center; }

/* Le Théâtre */
.theatre-page { --theatre-stone: #b89575; }
.theatre-hero { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; min-height: min(700px, 72vh); padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(4rem, 8vw, 7rem); }
.theatre-hero h1 { max-width: 900px; margin: .85rem 0 1.5rem; font-size: clamp(1.8rem, 3.6vw, 3.45rem); line-height: .96; }
.theatre-hero h1 em { color: var(--cantou-gold); font-weight: inherit; }
.theatre-hero-lead { max-width: 720px; color: var(--cantou-paper); font-size: clamp(1.08rem, 1.7vw, 1.32rem); }
.theatre-identity { position: relative; display: grid; min-height: 420px; padding: clamp(1.6rem, 4vw, 2.8rem); overflow: hidden; border: 1px solid rgba(216, 173, 97, .3); border-radius: 1.2rem; background: linear-gradient(155deg, rgba(111, 16, 34, .86), rgba(30, 14, 19, .98) 68%); box-shadow: var(--cantou-shadow); align-content: space-between; }
.theatre-identity::before { content: ""; position: absolute; right: -22%; bottom: -18%; width: 90%; aspect-ratio: 1; border: 1px solid rgba(216, 173, 97, .14); border-radius: 50%; box-shadow: 0 0 0 3.5rem rgba(216, 173, 97, .025), 0 0 0 7rem rgba(216, 173, 97, .018); }
.theatre-identity-mark { color: var(--cantou-gold); font-family: var(--cantou-serif); font-size: clamp(3.4rem, 6vw, 5.6rem); letter-spacing: -.06em; line-height: .72; }
.theatre-identity p { margin: 0 0 .35rem; color: var(--cantou-muted); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.theatre-identity strong { font-family: var(--cantou-serif); font-size: 1.55rem; font-weight: 500; line-height: 1.25; }
.theatre-identity-place { position: relative; z-index: 1; color: var(--cantou-gold); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.theatre-gallery-section { padding-bottom: clamp(4rem, 8vw, 7rem); }
.theatre-gallery-intro { max-width: 520px; margin: 0 0 .3rem; color: var(--cantou-muted); }
.theatre-carousel { overflow: hidden; border: 1px solid var(--cantou-line); border-radius: 1.3rem; background: #0b0507; box-shadow: var(--cantou-shadow); }
.theatre-carousel .carousel-item { position: relative; height: clamp(430px, 59vw, 720px); }
.theatre-carousel .carousel-item > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.theatre-slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 5, 7, .88) 0, rgba(10, 5, 7, .28) 58%, rgba(10, 5, 7, .05)), linear-gradient(0deg, rgba(10, 5, 7, .68), transparent 45%); }
.theatre-slide-caption { right: auto; bottom: clamp(2rem, 6vw, 5rem); left: clamp(2rem, 7vw, 6rem); max-width: 620px; padding: 0; text-align: left; }
.theatre-slide-caption h3 { margin: .7rem 0; font-family: var(--cantou-serif); font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.08; }
.theatre-slide-caption > p:not(.eyebrow) { max-width: 520px; color: var(--cantou-paper); font-size: 1.05rem; }
.theatre-slide-caption a { color: rgba(247, 240, 231, .62); font-size: .7rem; }
.theatre-carousel .carousel-control-prev, .theatre-carousel .carousel-control-next { top: auto; bottom: 1.5rem; width: 3.25rem; height: 3.25rem; border: 1px solid rgba(247, 240, 231, .25); border-radius: 50%; background: rgba(10, 5, 7, .52); opacity: 1; }
.theatre-carousel .carousel-control-prev { right: 5.3rem; left: auto; }
.theatre-carousel .carousel-control-next { right: 1.5rem; }
.theatre-carousel .carousel-indicators { right: auto; bottom: 1.6rem; left: clamp(2rem, 7vw, 6rem); justify-content: start; margin: 0; }
.theatre-carousel .carousel-indicators [data-bs-target] { width: 2.5rem; height: 2px; margin: 0 .25rem; border: 0; background: var(--cantou-cream); }
.theatre-story { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 8vw, 8rem); align-items: start; }
.theatre-story h2, .theatre-visit h2 { margin-top: .8rem; font-size: clamp(1.5rem, 2.6vw, 2.15rem); line-height: 1.04; }
.theatre-story-copy { color: var(--cantou-muted); font-size: 1.05rem; }
.theatre-story-lead { color: var(--cantou-paper); font-family: var(--cantou-serif); font-size: clamp(1.65rem, 3vw, 2.55rem); letter-spacing: -.025em; line-height: 1.25; }
.theatre-story .editorial-quote p { font-size: clamp(1.75rem, 3vw, 2.7rem); }
.theatre-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--cantou-line); border-radius: 1.15rem; background: var(--cantou-line); }
.theatre-pillars article { min-height: 285px; padding: clamp(1.5rem, 3vw, 2.35rem); background: var(--cantou-night-soft); }
.theatre-pillars article:nth-child(even) { background: rgba(49, 26, 33, .8); }
.theatre-pillars span { color: var(--cantou-gold); font-family: var(--cantou-serif); font-size: 1.7rem; }
.theatre-pillars h2 { margin: 2.5rem 0 .65rem; font-size: 1.75rem; }
.theatre-pillars p { margin: 0; color: var(--cantou-muted); }
.theatre-visit { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); gap: clamp(2rem, 8vw, 7rem); align-items: stretch; scroll-margin-top: 8rem; }
.theatre-location-visual { position: relative; display: grid; min-height: 560px; overflow: hidden; border: 1px solid rgba(216, 173, 97, .25); border-radius: 1.2rem; background: radial-gradient(circle at 52% 43%, rgba(181, 31, 53, .4), transparent 18%), linear-gradient(145deg, #302027, #171015); box-shadow: var(--cantou-shadow); place-content: end start; padding: 2.4rem; }
.theatre-map-lines { position: absolute; inset: -20%; opacity: .28; background-image: repeating-radial-gradient(ellipse at 45% 42%, transparent 0 3rem, rgba(216, 173, 97, .35) 3.05rem 3.12rem, transparent 3.17rem 5.7rem); transform: rotate(-12deg); }
.theatre-map-pin { position: absolute; top: 42%; left: 52%; display: grid; width: 4.6rem; height: 4.6rem; border: 1px solid rgba(247, 240, 231, .3); border-radius: 50%; background: rgba(181, 31, 53, .24); box-shadow: 0 0 0 1rem rgba(181, 31, 53, .08); place-items: center; transform: translate(-50%, -50%); }
.theatre-map-pin span { width: 1.25rem; height: 1.25rem; border: 4px solid var(--cantou-cream); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.theatre-location-visual p, .theatre-location-visual small { position: relative; z-index: 1; margin: 0; }
.theatre-location-visual p { font-family: var(--cantou-serif); font-size: 2.6rem; }
.theatre-location-visual small { color: var(--cantou-gold); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.theatre-visit-copy { align-self: center; }
.theatre-address { display: grid; margin: 2rem 0 1.2rem; padding: 1.3rem 0; border-block: 1px solid var(--cantou-line); font-style: normal; }
.theatre-address strong { margin: .15rem 0; font-family: var(--cantou-serif); font-size: 1.45rem; font-weight: 500; }
.theatre-address span:last-child { color: var(--cantou-paper); }
.theatre-contact-label { color: var(--cantou-gold); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.theatre-contact-row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 1rem; }
.theatre-contact-row > div { display: grid; gap: .25rem; }
.theatre-contact-row a { color: var(--cantou-cream); overflow-wrap: anywhere; }
.auth-card { max-width: 680px; margin-inline: auto; }
.btn-google { display: flex; align-items: center; justify-content: center; gap: .75rem; color: #211c1d; border-color: #e5dfd8; background: #fff; }
.btn-google:hover, .btn-google:focus { color: #211c1d; border-color: #fff; background: #f7f4f1; box-shadow: 0 10px 26px rgba(0,0,0,.2); }
.google-mark { display: grid; width: 1.55rem; height: 1.55rem; border-radius: 50%; color: #4285f4; font-size: 1.05rem; font-weight: 900; place-items: center; }
.auth-divider { display: flex; align-items: center; gap: 1rem; margin: 1.35rem 0 .25rem; color: var(--cantou-muted); font-size: .75rem; }
.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--cantou-line); }
.account-avatar { width: 4.5rem; height: 4.5rem; border: 2px solid rgba(216,173,97,.4); border-radius: 50%; object-fit: cover; }

/* Espace personnel */
.account-page { max-width: 1240px; }
.account-welcome { position: relative; overflow: hidden; }
.account-welcome::after {
  content: "";
  position: absolute;
  width: 16rem;
  height: 16rem;
  right: -8rem;
  bottom: -11rem;
  border: 1px solid rgba(216, 173, 97, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 2.5rem rgba(216, 173, 97, .025), 0 0 0 5rem rgba(216, 173, 97, .018);
  pointer-events: none;
}
.account-avatar-fallback {
  display: grid;
  flex: 0 0 auto;
  color: var(--cantou-night);
  background: linear-gradient(145deg, var(--cantou-gold), #f0cf91);
  font-family: var(--cantou-serif);
  font-size: 2rem;
  place-items: center;
}
.account-welcome-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .75rem 1.25rem; }
.account-welcome-actions form { margin-left: auto; }
.account-spectator-rank {
  padding: .48rem .8rem;
  border-color: rgba(216, 173, 97, .42);
  background: linear-gradient(135deg, rgba(216, 173, 97, .18), rgba(195, 31, 50, .13));
  color: var(--cantou-cream);
  letter-spacing: .01em;
}
.account-spectator-rank i { color: var(--cantou-gold); }
.account-next-show { display: flex; flex-direction: column; justify-content: space-between; }

.account-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .45rem;
  padding: .5rem;
  border: 1px solid rgba(247, 240, 231, .1);
  border-radius: 1rem;
  background: rgba(23, 9, 13, .78);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
}
.account-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  min-height: 3.5rem;
  padding: .7rem .75rem;
  border: 1px solid transparent;
  border-radius: .72rem;
  color: var(--cantou-muted);
  font-size: .81rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.account-tab:hover,
.account-tab:focus-visible { color: var(--cantou-paper); border-color: rgba(216, 173, 97, .2); background: rgba(247, 240, 231, .045); }
.account-tab:focus-visible { outline: 2px solid var(--cantou-gold); outline-offset: 2px; }
.account-tab.is-active {
  color: var(--cantou-paper);
  border-color: rgba(216, 173, 97, .32);
  background: linear-gradient(145deg, rgba(169, 36, 47, .23), rgba(216, 173, 97, .09));
  box-shadow: inset 0 -2px 0 var(--cantou-gold);
}
.account-tab-icon {
  flex: 0 0 auto;
  color: var(--cantou-gold);
  font-size: .88rem;
  opacity: .82;
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
}
.account-tab:hover .account-tab-icon,
.account-tab:focus-visible .account-tab-icon,
.account-tab.is-active .account-tab-icon { color: var(--cantou-cream); opacity: 1; transform: translateY(-1px); }
.account-tab strong {
  display: grid;
  min-width: 1.45rem;
  min-height: 1.45rem;
  padding: 0 .35rem;
  border-radius: 999px;
  color: var(--cantou-paper);
  background: rgba(247, 240, 231, .08);
  font-size: .68rem;
  place-items: center;
}

.account-tab-content { scroll-margin-top: 7rem; }
.account-panel {
  min-height: 27rem;
  padding: clamp(1.15rem, 3vw, 2rem);
  border: 1px solid rgba(247, 240, 231, .1);
  border-radius: 1.1rem;
  background: linear-gradient(145deg, rgba(37, 17, 23, .8), rgba(19, 9, 12, .84));
  box-shadow: 0 22px 65px rgba(0, 0, 0, .2);
}
.account-panel[hidden] { display: none !important; }
.account-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(247, 240, 231, .1);
}
.account-panel-head h2 { margin: 0; font-family: var(--cantou-serif); font-size: clamp(1.5rem, 2.5vw, 2.1rem); font-weight: 500; letter-spacing: -.035em; }
.account-panel-head p:not(.eyebrow) { max-width: 44rem; margin: .45rem 0 0; color: var(--cantou-muted); }
.account-panel-count { padding: .45rem .75rem; border: 1px solid rgba(216, 173, 97, .26); border-radius: 999px; color: var(--cantou-gold); font-size: .8rem; font-weight: 800; white-space: nowrap; }
.account-empty-state { max-width: 38rem; margin: 1rem auto; padding: clamp(2rem, 6vw, 4rem) 1.5rem; text-align: center; }
.account-empty-state > span { display: block; margin-bottom: .65rem; color: rgba(216, 173, 97, .45); font-family: var(--cantou-serif); font-size: 3rem; }
.account-empty-state p { color: var(--cantou-muted); }

.account-form-grid,
.account-two-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: start; }
.account-setting-card {
  height: 100%;
  padding: clamp(1.1rem, 2.5vw, 1.65rem);
  border: 1px solid rgba(247, 240, 231, .1);
  border-radius: .9rem;
  background: rgba(8, 4, 6, .27);
}
.account-setting-card-wide { grid-row: span 2; }
.account-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.account-email-line { overflow-wrap: anywhere; color: var(--cantou-paper); font-weight: 800; }
.security-status-dot { width: .72rem; height: .72rem; margin-top: .35rem; border-radius: 50%; background: #6bcf92; box-shadow: 0 0 0 .35rem rgba(107, 207, 146, .1); }
.form-hint { display: block; margin-top: .4rem; color: var(--cantou-muted); font-size: .76rem; }
.account-form-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; padding-top: .25rem; }
.account-subsection-heading {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(247, 240, 231, .1);
}
.account-subsection-heading h3 { margin: 0; font-family: var(--cantou-serif); font-size: clamp(1.2rem, 1.8vw, 1.55rem); font-weight: 500; letter-spacing: -.025em; }
.account-subsection-heading p:not(.eyebrow) { max-width: 44rem; margin: .4rem 0 0; color: var(--cantou-muted); }

.newsletter-preference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(216, 173, 97, .2);
  border-radius: .8rem;
  background: rgba(216, 173, 97, .055);
}
.newsletter-preference strong { display: block; color: var(--cantou-paper); font-size: .9rem; }
.newsletter-preference small { display: block; margin-top: .2rem; color: var(--cantou-muted); font-size: .75rem; }
.cantou-switch { position: relative; display: inline-flex; flex: 0 0 auto; cursor: pointer; }
.cantou-switch input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; }
.cantou-switch-track {
  position: relative;
  display: block;
  width: 3.45rem;
  height: 1.9rem;
  border: 1px solid rgba(247, 240, 231, .2);
  border-radius: 999px;
  background: rgba(8, 4, 6, .7);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .28);
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.cantou-switch-track::after {
  content: "";
  position: absolute;
  top: .19rem;
  left: .2rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: var(--cantou-muted);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .32);
  transition: transform .2s ease, background-color .2s ease;
}
.cantou-switch input:checked + .cantou-switch-track { border-color: rgba(216, 173, 97, .7); background: var(--cantou-red); box-shadow: inset 0 2px 5px rgba(0, 0, 0, .18), 0 0 0 .25rem rgba(169, 36, 47, .1); }
.cantou-switch input:checked + .cantou-switch-track::after { transform: translateX(1.53rem); background: var(--cantou-gold); }
.cantou-switch input:focus-visible + .cantou-switch-track { outline: 2px solid var(--cantou-gold); outline-offset: 3px; }

.device-list { overflow: hidden; border: 1px solid rgba(247, 240, 231, .1); border-radius: .9rem; background: rgba(8, 4, 6, .22); }
.device-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding: 1rem 1.15rem; }
.device-row + .device-row { border-top: 1px solid rgba(247, 240, 231, .09); }
.device-icon { position: relative; width: 2.25rem; height: 1.55rem; border: 1.5px solid var(--cantou-gold); border-radius: .25rem; opacity: .82; }
.device-icon::before { content: ""; position: absolute; width: .75rem; height: 1px; left: 50%; bottom: -.42rem; background: var(--cantou-gold); transform: translateX(-50%); }
.device-icon::after { content: ""; position: absolute; width: 1.25rem; height: 1px; left: 50%; bottom: -.47rem; background: var(--cantou-gold); transform: translateX(-50%); }
.device-copy p { margin-top: .3rem; color: var(--cantou-muted); font-size: .79rem; }
.account-data-list { display: grid; gap: .75rem; margin: 1.25rem 0; padding: 0; list-style: none; }
.account-data-list li { position: relative; padding-left: 1.35rem; color: var(--cantou-paper); }
.account-data-list li::before { content: ""; position: absolute; width: .45rem; height: .45rem; top: .55rem; left: 0; border-radius: 50%; background: var(--cantou-gold); }
.account-danger-card { border-color: rgba(220, 53, 69, .28); background: linear-gradient(145deg, rgba(90, 13, 25, .18), rgba(8, 4, 6, .3)); }

@media (max-width: 1199.98px) {
  .account-tabs { display: flex; overflow-x: auto; scrollbar-width: thin; scroll-snap-type: x proximity; }
  .account-tab { flex: 0 0 10.75rem; scroll-snap-align: start; }
}
@media (max-width: 767.98px) {
  .account-page { margin-top: 2rem !important; }
  .account-panel { min-height: 0; }
  .account-panel-head { align-items: flex-start; flex-direction: column; }
  .account-form-grid,
  .account-two-columns { grid-template-columns: 1fr; }
  .account-setting-card-wide { grid-row: auto; }
  .account-form-actions { justify-content: stretch; }
  .account-form-actions .btn { width: 100%; }
  .device-row { grid-template-columns: auto minmax(0, 1fr); }
  .device-row form { grid-column: 1 / -1; }
  .device-row form .btn { width: 100%; }
}

.stage-brand-page {
  --ctc-ink: var(--cantou-night);
  --ctc-panel: var(--cantou-panel);
  --ctc-teal: var(--cantou-gold);
  --ctc-coral: var(--cantou-red);
  --ctc-sun: var(--cantou-gold);
  --ctc-paper: var(--cantou-cream);
}
.stage-brand-page .eyebrow { color: var(--cantou-gold); }
.stage-brand-page .show-card, .stage-brand-page .card, .stage-detail-hero > div, .stage-detail-hero > aside, .stage-chat-shell { border-color: var(--cantou-line); background: linear-gradient(145deg, rgba(49, 26, 33, .72), rgba(31, 17, 22, .94)); }
.stage-brand-page .date-pill, .stage-brand-page .status-pill { border-color: rgba(216, 173, 97, .27); background: rgba(216, 173, 97, .08); }
.stage-brand-page .btn-primary { border-color: var(--cantou-red-bright); background: var(--cantou-red); }
.stage-brand-page .btn-primary:hover, .stage-brand-page .btn-primary:focus { border-color: #e64b61; background: var(--cantou-red-bright); }
.participant-choice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.participant-option { display: block; cursor: pointer; }
.participant-option-card {
  display: flex;
  min-height: 5.25rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(247, 240, 231, .14);
  border-radius: .75rem;
  background: rgba(12, 6, 8, .48);
  flex-direction: column;
  justify-content: center;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.participant-option-card strong { color: var(--cantou-paper); font-size: .9rem; }
.participant-option-card small { margin-top: .3rem; color: var(--cantou-muted); font-size: .74rem; }
.participant-option:hover .participant-option-card { border-color: rgba(216, 173, 97, .35); transform: translateY(-1px); }
.participant-option input:checked + .participant-option-card { border-color: rgba(216, 173, 97, .72); background: linear-gradient(145deg, rgba(181, 31, 53, .2), rgba(216, 173, 97, .08)); box-shadow: inset 0 -2px 0 var(--cantou-gold); }
.participant-option input:focus-visible + .participant-option-card { outline: 2px solid var(--cantou-gold); outline-offset: 3px; }
.festival-feature-card, .festival-hero, .stage-brand-hero, .stage-detail-hero > div, .stage-detail-hero > aside, .stage-chat-shell { border-radius: 1rem; }
.festival-feature-card { border-color: var(--cantou-line); box-shadow: none; }
.festival-feature-card:hover { border-color: rgba(216, 173, 97, .5); }
.festival-feature-body { border-radius: .8rem; background: rgba(20, 9, 13, .88); }
.festival-list-spotlight { width: min(100%, 980px); margin-inline: auto; }
.festival-list-home-feature.home-festival-feature { min-height: clamp(430px, 52vw, 560px); }
.festival-list-home-feature .home-festival-content { width: min(640px, 72%); min-height: clamp(430px, 52vw, 560px); padding: clamp(1.75rem, 4.5vw, 3.5rem); }
.festival-list-home-feature .home-festival-content h3 { margin: .35rem 0 .7rem; color: #fff; font-family: var(--cantou-serif); font-size: clamp(1.75rem, 3.3vw, 3rem); font-weight: 500; letter-spacing: -.04em; line-height: .97; text-wrap: balance; }
.festival-list-status { display: inline-flex; width: fit-content; align-items: center; gap: .4rem; padding: .3rem .58rem; border: 1px solid rgba(216, 173, 97, .34); border-radius: 999px; color: var(--cantou-gold); background: rgba(216, 173, 97, .08); font-size: .63rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.festival-list-status.is-previous { color: var(--cantou-muted); border-color: rgba(247, 240, 231, .16); background: rgba(247, 240, 231, .035); }
.festival-list-link { display: inline-flex; margin-top: .55rem; align-items: center; gap: .45rem; color: var(--cantou-gold); font-size: .8rem; font-weight: 850; }
.festival-list-card { height: 100%; }
.festival-list-card .card-img-top { height: 320px; object-fit: contain; background: rgba(9, 4, 6, .72); }
.festival-list-card .card-body { gap: .35rem; }
.festival-list-card .card-body h3 { margin: .25rem 0; font-family: var(--cantou-serif); font-size: 1.45rem; font-weight: 500; }
.festival-list-card.is-previous { opacity: .88; }
.festival-list-card.is-previous:hover { opacity: 1; }
.show-card { border-radius: 1rem; }
.show-card .card-img-top { height: 270px; }
.show-card .card-body { padding: 1.35rem; }
.gallery { gap: .85rem; }
.gallery img { height: 180px; border-radius: .75rem; }

.legal-page { max-width: 1040px; }
.legal-template-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.25rem;
  border: 1px solid rgba(197, 154, 83, .4);
  border-radius: 1rem;
  color: var(--cantou-paper);
  background: linear-gradient(135deg, rgba(197, 154, 83, .14), rgba(197, 154, 83, .04));
}
.legal-template-note-icon {
  display: inline-grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border-radius: 50%;
  color: var(--cantou-ink);
  background: var(--cantou-gold);
}
.legal-template-note h2 {
  margin: 0 0 .35rem;
  color: var(--cantou-paper);
  font-family: var(--cantou-sans);
  font-size: 1rem;
  font-weight: 800;
}
.legal-card { overflow: hidden; }
.legal-section + .legal-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--cantou-line);
}
.legal-section h2 { margin-bottom: 1rem; }
.legal-fields {
  display: grid;
  gap: .75rem;
  margin: 0;
}
.legal-field {
  display: grid;
  grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr);
  gap: .75rem 1.25rem;
  align-items: start;
  padding: .85rem 0;
  border-bottom: 1px solid var(--cantou-line);
}
.legal-field:last-child { border-bottom: 0; }
.legal-field dt {
  color: var(--cantou-paper);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.legal-field dd { min-width: 0; margin: 0; }
.legal-placeholder {
  display: inline;
  padding: .12rem .38rem;
  border: 1px dashed rgba(197, 154, 83, .68);
  border-radius: .35rem;
  color: #edca8f;
  background: rgba(197, 154, 83, .11);
  font-weight: 700;
  line-height: 1.75;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.terms-acceptance {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .8rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid rgba(216, 173, 97, .25);
  border-radius: .85rem;
  color: var(--cantou-muted);
  background: rgba(216, 173, 97, .06);
  font-size: .88rem;
  line-height: 1.55;
  cursor: pointer;
}
.terms-acceptance input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 0;
  margin: .08rem 0 0;
  border: 1px solid rgba(216, 173, 97, .55);
  border-radius: .3rem;
  appearance: none;
  background: rgba(12, 6, 8, .72);
  cursor: pointer;
}
.terms-acceptance input[type="checkbox"]:checked {
  border-color: var(--cantou-gold);
  background-color: var(--cantou-gold);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23170a0e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m3 8 3 3 7-7'/%3E%3C/svg%3E");
}
.terms-acceptance input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(216, 173, 97, .28);
  outline-offset: 3px;
}
.terms-acceptance a { font-weight: 800; }

.footer-cta { margin-top: clamp(4rem, 9vw, 8rem); padding: clamp(3rem, 6vw, 5rem) 0; color: #fff; background: linear-gradient(115deg, #8d1329, #b51f35 55%, #751023); }
.footer-cta-inner { display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
.footer-cta .eyebrow { color: rgba(255, 255, 255, .7); }
.footer-cta h2 { max-width: 710px; margin: 0; color: #fff; font-size: clamp(1.55rem, 2.6vw, 2.15rem); line-height: 1.04; }
.site-footer { margin: 0; padding: clamp(4rem, 8vw, 6rem) 0 1.5rem; border: 0; background: #0d0608; }
.footer-brand { color: var(--cantou-cream); font-family: var(--cantou-serif); font-size: 2rem; line-height: 1; text-decoration: none; }
.footer-brand span { color: var(--cantou-gold); }
.footer-intro { max-width: 440px; margin: 1.25rem 0; color: var(--cantou-muted); }
.footer-email { color: var(--cantou-paper); }
.footer-title { margin-bottom: 1rem; color: var(--cantou-gold); font-family: var(--cantou-sans); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { display: grid; gap: .6rem; justify-content: start; }
.footer-links a { color: var(--cantou-paper); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 1.5rem; margin-top: 4rem; padding-top: 1.25rem; border-top: 1px solid var(--cantou-line); color: #857977; font-size: .74rem; }
.footer-bottom a { color: inherit; }

.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1199.98px) {
  .nav-icon-link span:not(.nav-cart-count) { display: none; }
  .home-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(310px, .65fr); gap: 2.5rem; }
}
@media (max-width: 991.98px) {
  .utility-bar a { display: none; }
  .utility-bar-inner { justify-content: center; }
  .header-stage .navbar { min-height: 72px; }
  .navbar-collapse { margin: .75rem -.75rem -.65rem; padding: 1rem .75rem 1.25rem; border-top: 1px solid var(--cantou-line); background: rgba(13, 6, 8, .98); }
  .main-nav { align-items: stretch; }
  .navbar .main-nav .nav-link { padding: .75rem; }
  .nav-actions { flex-wrap: wrap; margin: .75rem 0 0; padding-top: .75rem; border-top: 1px solid var(--cantou-line); }
  .nav-icon-link span:not(.nav-cart-count) { display: inline; }
  .nav-admin { position: static; }
  .home-hero-grid, .show-detail-hero, .reservation-shell, .show-layout, .contact-grid, .theatre-hero, .theatre-story, .theatre-visit { grid-template-columns: 1fr; }
  .home-hero-copy { max-width: 760px; }
  .hero-feature { width: min(100%, 480px); margin: 1rem auto 0; }
  .home-showcase-footer { align-items: flex-start; flex-direction: column; }
  .home-showcase-footer .hero-reassurance { justify-content: flex-start; }
  .home-festival-content { width: min(780px, 86%); }
  .show-detail-visual { width: min(100%, 520px); margin-inline: auto; }
  .sticky-panel, .cart-summary, .checkout-summary { position: static; }
  .cart-shell, .checkout-shell { grid-template-columns: 1fr; }
  .theatre-hero { min-height: auto; }
  .theatre-identity { min-height: 340px; }
  .theatre-pillars { grid-template-columns: repeat(2, 1fr); }
  .theatre-location-visual { min-height: 420px; }
  .repertoire-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-press-grid { grid-template-columns: 1fr; }
  .home-press-card { grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); }
}
@media (max-width: 767.98px) {
  body { font-size: .96rem; }
  .header-stage .navbar {
    padding-right: max(clamp(1rem, 5vw, 1.25rem), env(safe-area-inset-right));
    padding-left: max(clamp(1rem, 5vw, 1.25rem), env(safe-area-inset-left));
  }
  .brand-copy strong { font-size: 1.15rem; }
  .brand-mark { width: 2.3rem; height: 2.3rem; }
  .home-hero { padding-top: 3.5rem; }
  .home-hero h1 { font-size: clamp(1.75rem, 7.2vw, 2.55rem); }
  .home-showcase-heading { align-items: flex-start; }
  .home-showcase-heading-actions { align-items: flex-end; flex-direction: column-reverse; }
  .home-showcase-heading h1 { font-size: clamp(1.7rem, 7.2vw, 2.55rem); }
  .home-showcase-heading h2 { font-size: clamp(1.45rem, 5.8vw, 2rem); }
  .home-showcase-track { grid-auto-columns: minmax(260px, 84vw); gap: .9rem; }
  [data-home-loop] .home-showcase-track { grid-auto-columns: minmax(250px, 78vw); }
  .home-slider-button { width: 2.85rem; height: 2.85rem; }
  .home-festival-feature { min-height: 680px; }
  .home-festival-shade { background: linear-gradient(0deg, rgba(10, 5, 7, .98) 0, rgba(10, 5, 7, .78) 62%, rgba(10, 5, 7, .18)); }
  .home-festival-content { width: 100%; min-height: 680px; padding: 2rem 1.25rem; justify-content: flex-end; }
  .home-festival-content h1 { font-size: clamp(1.7rem, 7.6vw, 2.6rem); }
  .home-festival-program-heading { align-items: flex-start; }
  .hero-feature-date { left: -.35rem; }
  .editorial-panel { grid-template-columns: 1fr; }
  .participant-choice { grid-template-columns: 1fr; }
  .footer-cta-inner { display: grid; }
  .page-hero { display: block; }
  .program-toolbar { grid-template-columns: 1fr; }
  .program-card { grid-template-columns: 120px minmax(0, 1fr); }
  .program-card-image { min-height: 240px; }
  .program-date { min-width: 50px; }
  .program-card-body { padding: 1rem; }
  .program-card-body h2 { font-size: 1.3rem; }
  .program-card-footer { display: grid; }
  .repertoire-grid { gap: .9rem; }
  .festival-list-home-feature.home-festival-feature { min-height: 580px; }
  .festival-list-home-feature .home-festival-content { width: 100%; min-height: 580px; padding: 1.75rem 1.25rem; justify-content: flex-end; }
  .festival-list-home-feature .home-festival-content h3 { font-size: clamp(1.7rem, 7.4vw, 2.5rem); }
  .performance-row { grid-template-columns: 58px minmax(0, 1fr); }
  .performance-row .btn { grid-column: 1 / -1; }
  .cart-line { grid-template-columns: 1fr auto; }
  .cart-line-price { grid-column: 2; }
  .show-card .card-img-top { height: 230px; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .theatre-gallery-section .section-heading { display: block !important; }
  .theatre-gallery-intro { margin-top: 1rem; }
  .theatre-carousel .carousel-item { height: 570px; }
  .theatre-slide-shade { background: linear-gradient(0deg, rgba(10, 5, 7, .94), rgba(10, 5, 7, .08) 78%); }
  .theatre-slide-caption { right: 1.4rem; bottom: 5.5rem; left: 1.4rem; }
  .theatre-carousel .carousel-indicators { bottom: 1.75rem; left: 1.4rem; }
  .theatre-contact-row { grid-template-columns: 1fr; }
  .home-press-heading { align-items: flex-start; flex-direction: column; gap: .75rem; }
  .home-press-heading > p { text-align: left; }
  .home-press-card { grid-template-columns: 1fr; }
  .home-press-media { min-height: 260px; }
  .home-press-body { min-height: 280px; }
  .legal-template-note { grid-template-columns: 1fr; }
  .legal-field { grid-template-columns: 1fr; gap: .35rem; }
}
@media (max-width: 420px) {
  .program-card { grid-template-columns: 1fr; }
  .program-card-image { min-height: 290px; }
  .hero-actions .btn { width: 100%; }
  .theatre-pillars { grid-template-columns: 1fr; }
  .theatre-carousel .carousel-control-prev, .theatre-carousel .carousel-control-next { width: 2.8rem; height: 2.8rem; }
  .repertoire-grid { grid-template-columns: 1fr; }
  .home-press-footer .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
