:root {
  --ink: #17110b;
  --muted: #77624c;
  --paper: #f7ead2;
  --panel:
#fff7e7;
  --cream: #fff1ca;
  --yellow: #f7c72d;
  --gold: #eaa92c;
  --orange:
#d96522;
  --ember: #9f331d;
  --line: rgba(23, 17, 11, 0.16);
  --line-strong:
rgba(23, 17, 11, 0.46);
  --shadow: 0 24px 80px rgba(89, 42, 13, 0.14);
  --sans:

   "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui,
-apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing:
border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(247, 199, 45, 0.42),
transparent 34rem),
    radial-gradient(circle at 90% 24%, rgba(217, 101, 34,
0.32), transparent 34rem),
    var(--paper);
  font-family: var(--sans);
}

a {
 
color: inherit;
  text-decoration: none;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
 
cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
 
display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items:
center;
  padding: 16px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid
rgba(23, 17, 11, 0.12);
  background: rgba(247, 234, 210, 0.86);
  backdrop-filter:
blur(18px);
}

.site-header[data-elevated="true"] {
  background: rgba(255, 247,
231, 0.94);
  box-shadow: 0 10px 34px rgba(89, 42, 13,
0.08);
}

.signature-actions,
.checks,
.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 34px clamp(18px, 5vw, 76px);
  background: var(--paper);
  color: #17110b;
  font-size: clamp(1.4rem, 4vw, 3.8rem);
  font-weight: 520;
  letter-spacing: -0.045em;
}

.brand {
  display: flex;
  align-items: center;
}

.header-tools {
  display: flex;
  align-items: center;
}

.language-switch {
  display: flex;
  align-items: center;
}

.footer > span:first-child {
  justify-self: center;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 0.6;
}

.brand {
  gap: 12px;
  font-size: 1.25rem;
  font-weight: 760;
}

.brand img {
  width: 88px;
  height: 88px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background:
var(--panel);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: rgba(23, 17, 11, 0.74);
  font-size: 0.84rem;
  font-weight: 720;
}

.nav-links a,
.lang-button {
  border-bottom: 1px solid transparent;
}

.nav-links a {
  padding: 0 clamp(10px, 1.8vw, 22px);
}

.nav-links a:not(:last-child)::after {
  content: '|';
  margin-left: clamp(10px, 1.8vw, 22px);
  opacity: 0.3;
  font-weight: 300;
}

.nav-links a:hover,
.lang-button.is-active {
  border-color: var(--orange);
  color:
var(--ink);
}

.header-tools {
  gap: 18px;
}

.language-switch {
  gap: 8px;
 
color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.lang-button {

 padding: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
 
background: transparent;
  color: inherit;
  font-weight:
760;
}

.header-cta,
.button,
.signature-actions button,
.automation-panel button,
.contact-form button {
 
min-height: 42px;
  border: 1px solid rgba(23, 17, 11, 0.72);
  border-radius:
999px;
  background: transparent;
  color: var(--ink);
  font-weight:
760;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  font-size: 0.85rem;
  letter-spacing: normal;
  background: var(--ink);
  color: var(--cream);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr)
minmax(340px, 1.02fr);
  gap: clamp(20px, 4vw, 52px);
  min-height: calc(100vh - 70px);
 
padding: clamp(24px, 4vw,
54px);
}

.hero-copy,
.casting-panel,
.membership-card,
.talent-card,
.resource-grid article,
.signature-shell,
.contact-band {
 
border: 1px solid rgba(23, 17, 11, 0.13);
  border-radius: 18px;
  background:
rgba(255, 247, 231, 0.72);
  box-shadow: var(--shadow);
}

.hero-copy {
  display:
grid;
  align-content: center;
  gap: 8px;
  padding: clamp(28px, 6vw, 78px);
}

.hero-copy .eyebrow { margin-bottom: 8px; }
.hero-copy h1 { margin-bottom: 8px; }
.hero-copy .hero-line { line-height: 1.3; }
.hero-copy .hero-actions { margin-top: 16px; }

.hero-copy--two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.hero-col-right {
  display: grid;
  gap: 12px;
}

.eyebrow {
 
display: inline-block;
  width: fit-content;
  margin: 0 0 22px;
  color:
var(--ember);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing:
0.02em;
}

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

li {
  text-align: justify;
}

h1 {
  max-width: 980px;
  margin-bottom:
28px;
  font-size: clamp(4rem, 9.2vw, 10.4rem);
  font-weight: 520;
  line-height:
0.86;
  letter-spacing: -0.058em;
}

h2 {
  margin-bottom: 0;
  font-size:
clamp(2.35rem, 5.6vw, 6.2rem);
  font-weight: 520;
  line-height: 0.94;
letter-spacing: -0.052em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.42rem;
 
font-weight: 560;
  line-height: 1.05;
  letter-spacing: -0.028em;
}

.hero-line {
 
max-width: 740px;
  color: rgba(23, 17, 11, 0.78);
  font-size: clamp(1.1rem, 2vw,
1.5rem);
  line-height: 1.42;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 10px;
 
margin-top: 34px;
}

.button {
  display: inline-flex;
  justify-content:
center;
  padding: 13px 18px;
}

.button.primary {
  background: var(--ink);
  color: var(--cream);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.button.primary:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  opacity: 0.92;
}

.button.secondary {
  background: rgba(247, 199, 45, 0.4);
  transition: transform 0.18s ease, background 0.18s ease;
}

.button.secondary:hover {
  transform: translateY(-2px) scale(1.03);
  background: rgba(247, 199, 45, 0.65);
}


.casting-panel {
  display: grid;
  align-content: space-between;
  min-height:
100%;
  padding: clamp(20px, 3vw, 36px);
  background:
   
linear-gradient(180deg, rgba(255, 247, 231, 0.86), rgba(255, 233, 187, 0.64)),
    var(--panel);
 
overflow: hidden;
}

.panel-topline {
  display: flex;
  justify-content:
space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid
var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight:
760;
}

.rothko-field {
  display: grid;
  gap: clamp(16px, 2.4vw, 28px);
  padding: clamp(34px,
5vw, 74px) clamp(8px, 2vw, 22px);
  perspective: 1400px;
}

.color-plane {
 
position: relative;
  display: grid;
  place-items: center;
  width: 100%;
 
min-height: clamp(112px, 17vw, 220px);
  padding: 0;
  border: 0;
  border-radius:
22px;
  color: var(--ink);
  background: transparent;
  filter: saturate(1.08);
 
box-shadow:
    inset 0 0 34px rgba(255, 245, 198, 0.38),
    inset 0 0 90px
rgba(86, 34, 9, 0.18),
    0 18px 42px rgba(125, 60, 16, 0.12);
  transform-style:
preserve-3d;
  isolation: isolate;
  overflow: hidden;
  transition:
   
transform 1400ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms ease,
    box-shadow
760ms ease;
}

.color-plane::before,
.color-plane::after {
  position: absolute;
inset: 0;
  z-index: 2;
  content: "";
  pointer-events:
none;
}

.color-plane::before {
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my,
50%), rgba(255, 255, 255, 0.42), transparent 24%),
    linear-gradient(90deg,
transparent, rgba(255, 255, 255, 0.12), transparent);
  opacity: 0;
 
mix-blend-mode: soft-light;
  transition: opacity 320ms ease;
}

.color-plane::after {
 
background:
    linear-gradient(110deg, transparent 0 34%, rgba(255, 248, 216, 0.28)
45%, transparent 56%),
    radial-gradient(ellipse at 20% 40%, rgba(80, 25, 5,
0.16), transparent 46%);
  opacity: 0.18;
  transform: translateX(-18%);
 
transition:
    opacity 920ms ease,
    transform 1400ms cubic-bezier(0.16, 1, 0.3,
1);
}

.plane-front,
.plane-back {
  position: absolute;
  inset: 0;
 
border-radius: inherit;
  backface-visibility: hidden;
  transform-style:
preserve-3d;
}

.plane-front {
  z-index: 1;
  transform-origin: 50% 50%;
  transition:
   
opacity 1200ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1200ms ease,
    transform
1400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.plane-back {
  z-index: 5;
  display:
grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  color:
#17110b;
  font-size: clamp(2.2rem, 5vw, 6rem);
  font-weight: 640;
  line-height:
1;
  letter-spacing: -0.065em;
  text-align: center;
  background:
   
radial-gradient(ellipse at 45% 45%, rgba(255, 237, 121, 0.72), transparent 42%),
   
linear-gradient(180deg, rgba(255, 211, 66, 0.94), rgba(185, 70, 24, 0.9));
 
opacity: 0;
  text-shadow:
    0 0 1px rgba(23, 17, 11, 0),
    0 22px 56px rgba(23,
17, 11, 0);
  transform: translateZ(4px) scale(0.94);
  transition:
    opacity
1100ms cubic-bezier(0.16, 1, 0.3, 1),
    text-shadow 1100ms ease,
    transform
1400ms cubic-bezier(0.16, 1, 0.3, 1);
}
.plane-one {
  transform-origin: 50%
50%;
}

.plane-one .plane-front {
  background:
    radial-gradient(ellipse at 28%
30%, rgba(255, 230, 110, 0.72), transparent 48%),
    linear-gradient(180deg,
#f9cf42, #df8b25 92%);
}

.plane-two {
  transform: translateX(4%);
 
transform-origin: 50% 50%;
}

.plane-two .plane-front {
  background:
   
radial-gradient(ellipse at 56% 42%, rgba(255, 216, 75, 0.6), transparent 44%),
   
linear-gradient(180deg, #f1aa2d, #b7441f 88%);
}

.plane-three {
  width: 100%;
  justify-self: center;
  transform-origin: 50% 50%;
}

.plane-three .plane-front {
  background:
radial-gradient(ellipse at 52% 42%, rgba(255, 226, 88, 0.54), transparent 50%),
   
linear-gradient(180deg, #f5c635, #d86124
92%);
}

.color-plane:hover,
.color-plane:focus-visible,
.color-plane.is-revealed {
  filter: saturate(1.22) contrast(1.03);
 
box-shadow:
    inset 0 0 40px rgba(255, 245, 198, 0.48),
    inset 0 0 110px
rgba(86, 34, 9, 0.2),
    0 28px 76px rgba(125, 60, 16,
0.22);
}

.plane-one:hover,
.plane-one:focus-visible,
.plane-one.is-revealed {
  transform: translateY(-8px)
scale(1.01);
}

.plane-two:hover,
.plane-two:focus-visible,
.plane-two.is-revealed
{
  transform: translateX(4%) translateY(-8px)
scale(1.01);
}

.plane-three:hover,
.plane-three:focus-visible,
.plane-three.is-revealed {
  transform:
translateY(-8px) scale(1.01);
}

.color-plane:hover
.plane-front,
.color-plane:focus-visible .plane-front,
.color-plane.is-revealed .plane-front {
  opacity: 0.16;
 
filter: blur(1px) saturate(1.28);
  transform: rotateY(-82deg)
scaleX(0.28);
}

.c
lor-plane:hover::before,
.color-plane:focus-visible::before,
.color-plane.is-revealed::before {
  opacity:
1;
}

.color-plane:hover::after,
.color-plane:focus-visible::after,
.color-plane.is-revealed::after {
  opacity: 0.46;
  transform:
translateX(18%);
}

.color-plane:hover .plane-back,
.color-plane:focus-visible
.plane-back,
.color-plane.is-revealed .plane-back {
  opacity: 1;
  text-shadow:
   0 1px 0 rgba(255, 244, 200, 0.62),
    0 18px 46px rgba(23, 17, 11, 0.32);
 
transform: translateZ(8px) scale(1);
}

.color-plane:focus-visible {
  outline:
3px solid rgba(23, 17, 11, 0.8);
  outline-offset: 6px;
}

@media
(prefers-reduced-motion: reduce) {
  .color-plane,
  .color-plane::before,
 
.color-plane::after,
  .plane-front,
  .plane-back {
    transition: none;
  }

 
.plane-one:hover,
  .plane-one:focus-visible,
  .plane-two:hover,
  .plane-two:focus-visible,

 .plane-three:hover,
  .plane-three:focus-visible {
    transform: none;
  }

 
.plane-back {
    transform: none;
  }
}

.spotlight-card {
  display: grid;
 
grid-template-columns: 92px 1fr;
  gap: 20px;
  align-items: center;
  padding:
22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid
var(--line);
}

.spotlight-card img {
  width: 92px;
  height: 92px;
  border: 1px solid
var(--line);
  border-radius: 50%;
  object-fit: cover;
}

.spotlight-card h2
{
  font-size: clamp(1.8rem, 3.5vw, 4rem);
}

.spotlight-card span {
  display:
block;
  margin-top: 10px;
  color: var(--muted);
}

.question-strip {
  display:
grid;
  margin-top: 28px;
  border-top: 1px solid
var(--line);
}

.question-strip p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
 
font-size: clamp(1.1rem, 2vw, 1.8rem);
  line-height: 1.12;
  letter-spacing:
-0.025em;
}

.section {
  padding: clamp(6px, 1vw, 12px) clamp(18px, 5vw, 76px);
}

.intro-panel {
  background:
    linear-gradient(180deg, rgba(23, 17, 11,
0.94), rgba(79, 36, 13, 0.94)),
    var(--ink);
  color:
var(--cream);
}

.intro-panel p {
  max-width: 1240px;
  margin: 0;
  font-size: clamp(2rem, 5vw,
5.8rem);
  font-weight: 520;
  line-height: 0.98;
  letter-spacing:
-0.052em;
}

.section-heading {
  max-width: 1040px;
  margin-bottom:
42px;
}

.membership-grid,
.talent-grid,
.resource-grid {
  display: grid;
  gap: 16px;
}

.membership-grid
{
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-auto-rows: minmax(260px,
auto);
}

.membership-card {
  display: grid;
  align-content: start;
  min-height: 300px;
  padding: clamp(22px, 3vw, 32px);
  gap: 8px;
}


.membership-card.is-featured {
  grid-row: span 2;
  min-height: 560px;
  background:
    linear-gradient(180deg, rgba(255, 235,
128, 0.62), rgba(217, 101, 34, 0.16)),

var(--panel);
}

.membership-card:nth-child(3) {
  background: rgba(247, 199, 45,
0.22);
}

.membership-card:nth-child(4) {
  grid-column: span 2;
  background: rgba(217, 101, 34,
0.13);
}

.membership-card span,
.talent-card span {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--ember);
  font-size: 0.78rem;
  font-weight: 760;
}

.membership-card p,
.membership-card li,
.talent-card p,
.resource-grid p {
  color: var(--muted);
  line-height: 1.52;
}

.membership-card a {
  display: inline-block;
  margin-top: auto;
  width: fit-content;
  font-weight: 760;
  border-bottom: 1px solid var(--orange);
}

.talent-directory {
  background: rgba(255, 247, 231,
0.56);
}

.search-box {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin-bottom: 28px;
 
color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.search-box
input {
  min-height: 58px;
  border: 1px solid var(--line-strong);
 
border-radius: 999px;
  padding: 0 20px;
  background: var(--panel);
  color: var(--ink);
 
font-size: 1rem;
}

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

.talent-card {
  min-height: 260px;
  padding:
24px;
}

.talent-card.is-hidden {
  display: none;
}

.talent-photo {
  display: grid;
  place-items:
center;
  width: 76px;
  height: 76px;
  margin-bottom: 22px;
  border: 1px
solid var(--line-strong);
  border-radius: 50%;
  background:
linear-gradient(180deg, var(--yellow), var(--gold));
  color: var(--ink);
  font-weight:
760;
}

.resources {
  background:
    radial-gradient(circle at 80% 10%, rgba(217, 101, 34,
0.12), transparent 28rem),
    var(--paper);
}

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

.resource-grid article {
  padding:
22px;
}

.resource-grid img {
  width: 100%;
  aspect-ratio: 1.72;
  border: 1px
solid var(--line);
  border-radius: 14px;
  object-fit: contain;
  background:
var(--panel);
}

.resource-grid h3 {
  margin-top: 20px;
}

.signature-lab {
 
background: var(--panel);
}

.signature-shell {
  display: grid;
 
grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 16px;
  padding:
16px;
}

.signature-form,
.contact-form {
  display: grid;
  gap: 14px;
}

.field-row {

 display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:
14px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size:
0.82rem;
  font-weight: 760;
}

input,
select,
textarea {
  width: 100%;
  border:
1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  background:
var(--panel);
  color: var(--ink);
}

textarea {
  resize: vertical;
}

.checks {

 flex-wrap: wrap;
  gap: 10px;
}

.checks label {
  display: flex;
 
align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--line);
 
border-radius: 999px;
  background: rgba(247, 199, 45, 0.16);
}

.checks input
{
  width: auto;
}

.signature-actions {
  flex-wrap: wrap;
  gap:
10px;
}

.signature-actions button,
.automation-panel button {
  padding: 12px 14px;
  background: var(--ink);
  color: var(--cream);
}

.contact-form button {
  padding: 12px 14px;
  background: #d96522;
  color: white;
}

.signature-actions button:first-child,
.contact-form button {
  background: var(--yellow);
  color: var(--ink);
}

.contact-form button:hover { opacity: 0.85; }

.instructor-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--panel);
  border-radius: 10px;
  padding: 10px 14px;
  text-decoration: none;
  border: 1px solid var(--line);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.instructor-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}
.contact-form button:active { transform: scale(0.97); opacity: 0.7; }
.contact-form button:disabled { opacity: 0.5; cursor: not-allowed; }

.signature-preview {
  display: grid;
  align-content:
start;
  gap: 18px;
  min-width: 0;
}

#signaturePreview {
  min-height: 252px;
 
padding: 20px;
  border: 1px dashed var(--line-strong);
  border-radius: 14px;
 
background: var(--panel);
  overflow: auto;
}

.automation-panel {
  padding:
20px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(23, 17,
11, 0.92), rgba(89, 42, 13, 0.94)),
    var(--ink);
  color:
var(--cream);
}

.automation-panel h3 {
  margin-bottom: 12px;
}

.automation-panel p {
  color:
rgba(255, 241, 202, 0.8);
  line-height: 1.5;
}

.automation-panel button {
 
border-color: var(--yellow);
  background: var(--yellow);
  color:
var(--ink);
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr)
minmax(280px, 1fr);
  gap: clamp(22px, 5vw, 72px);
  margin: clamp(18px, 5vw,
76px);
  padding: clamp(22px, 5vw, 54px);
  background:
    linear-gradient(135deg,
rgba(255, 247, 231, 0.86), rgba(247, 199, 45, 0.24)),
   
var(--panel);
}

.footer strong {
  color: #d96522;
  font-weight: 720;
}

@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero h1 {
  animation: fadeSlideUp 0.7s ease both;
}
.hero .eyebrow {
  animation: fadeSlideUp 0.5s ease both;
}
.hero .hero-line {
  animation: fadeSlideUp 0.7s 0.12s ease both;
}
.hero .hero-actions {
  animation: fadeSlideUp 0.7s 0.22s ease both;
}

.section-heading .eyebrow,
.section-heading h2 {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.section-heading h2 {
  transition-delay: 0.1s;
}
.section-heading.is-visible .eyebrow,
.section-heading.is-visible h2 {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse-border {
  0%, 100% { box-shadow: 0 0 0 0 rgba(217, 101, 34, 0.25); }
  50% { box-shadow: 0 0 0 5px rgba(217, 101, 34, 0); }
}

@keyframes badge-pop {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

@keyframes card-float {
  0%   { transform: translateY(0) scale(1); }
  30%  { transform: translateY(-18px) scale(1.02); }
  45%  { transform: translateY(-1px) scale(1.001); }
  60%  { transform: translateY(-14px) scale(1.01); }
  75%  { transform: translateY(-20px) scale(1.02); }
  90%  { transform: translateY(-4px) scale(1.005); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes shimmer-strong {
  0% { background-position: -300% center; }
  100% { background-position: 300% center; }
}

.urgence-bloc {
  position: relative;
  overflow: hidden;
  animation: pulse-border 1.8s ease-in-out infinite;
  border: 2px solid var(--orange) !important;
  background: linear-gradient(160deg, #fff7ee 0%, #fff3e0 100%) !important;
  border-radius: 8px;
}

.urgence-bloc::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 200, 60, 0.55) 50%, transparent 80%);
  background-size: 300% 100%;
  animation: shimmer-strong 1.8s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.urgence-bloc > * { position: relative; z-index: 2; }

.card-nouveau {
  position: relative;
  overflow: hidden;
  animation: pulse-border 1.8s ease-in-out infinite;
  border: 3px solid var(--orange) !important;
  background: linear-gradient(160deg, #fff7ee 0%, #fff3e0 100%) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-nouveau:hover {
  filter: brightness(1.04) drop-shadow(0 10px 24px rgba(217, 101, 34, 0.35));
  transform: translateY(-6px) scale(1.02);
  overflow: visible;
}

.card-badge {
  position: relative;
}

.card-badge::before {
  content: '✦ Nouveauté';
  position: absolute;
  top: 12px;
  right: 14px;
  padding: 5px 14px;
  background: var(--orange);
  color: white;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  animation: badge-pop 1.6s ease-in-out infinite;
  z-index: 2;
}

.card-nouveau::before {
  content: '✦ Nouveauté';
  position: absolute;
  top: 12px;
  right: 14px;
  padding: 5px 14px;
  background: var(--orange);
  color: white;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  animation: badge-pop 1.6s ease-in-out infinite;
  z-index: 2;
}

.card-nouveau::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 200, 60, 0.55) 50%, transparent 80%);
  background-size: 300% 100%;
  animation: shimmer-strong 1.8s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.badge-nouveau {
  position: absolute;
  top: -12px;
  right: 16px;
  padding: 4px 12px;
  background: var(--orange);
  color: white;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  animation: badge-pop 2s ease-in-out infinite;
}

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

.formations-grid .membership-card {
  grid-row: auto !important;
  grid-column: auto !important;
  min-height: 300px;
}

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

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

.diagram-card,
.resource-grid .diagram-card {
  display: grid;
  place-items: center;
  padding: 24px;
  background: #ffffff;
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(23, 17, 11, 0.08);
}

.diagram-card img {
  width: 100%;
  height: auto;
  border-radius: 0;
  background: transparent;
  border: none;
}

.need-text {
  max-width: 860px;
  line-height: 1.7;
}

.need-text p,
.need-text li {
  margin-bottom: 18px;
  color: var(--muted);
}

.need-text strong {
  color: var(--ink);
}

.need-text a {
  color: var(--orange);
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease;
}

.need-text a:hover {
  border-color: var(--orange);
}

.need-glossary {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 0.82rem !important;
}

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

.testimonial-carousel {
  overflow: hidden;
  margin-top: 28px;
  position: relative;
  width: 100%;
}

.testimonial-track {
  display: flex;
  transition: transform 0.45s ease;
  width: 100%;
}

.testimonial-slide {
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
}

.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.testimonial-prev,
.testimonial-next {
  background: none;
  border: 1.5px solid var(--orange);
  color: var(--orange);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}

.testimonial-prev:hover,
.testimonial-next:hover {
  background: var(--orange);
  color: white;
}

.testimonial-dots {
  display: flex;
  gap: 8px;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.5px solid var(--orange);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.testimonial-dot.is-active {
  background: var(--orange);
}

.testimonial {
  display: grid;
  align-content: start;
  gap: 10px;
  text-align: center;
}

.testimonial-photo {
  width: 170px;
  height: 227px;
  border-radius: 10px;
  object-fit: cover;
  margin: 0 auto;
  border: 1px solid var(--line);
}

.testimonial-name {
  font-weight: 760;
  font-size: 0.95rem;
  color: var(--ink);
}

.testimonial p {
  font-style: italic;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.88rem;
  margin: 0;
}

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

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

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
 
max-width: min(340px, calc(100vw - 36px));
  padding: 12px 14px;
  border: 1px solid
var(--ink);
  border-radius: 12px;
  background: var(--yellow);
  box-shadow: 0 16px
34px rgba(89, 42, 13, 0.16);
  font-weight: 760;
  opacity: 0;
  transform:
translateY(12px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
 
pointer-events: none;
}
.toast.is-visible {
  opacity: 1;
  transform:
translateY(0);
}

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

  .membership-card.is-featured,
 
.membership-card:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

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

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

 
.nav-links {
    display: none;
  }

  .hero,
  .signature-shell,
 
.contact-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

@media (max-width:
640px) {
  .site-header {
    gap: 12px;
  }

  .brand span {
    max-width: 96px;
 
  line-height: 1;
  }

  .header-tools {
    gap: 8px;
  }

  .header-cta {
   
padding-inline: 12px;
  }

  h1 {
    font-size: clamp(3.6rem, 18vw, 6rem);
 
}

  .spotlight-card,
  .field-row {
    grid-template-columns: 1fr;
  }

 
.membership-grid,
  .talent-grid {
    grid-template-columns: 1fr;
  }

 
.signature-actions button {
    flex: 1 1 140px;
  }

  .footer {
    flex-wrap: wrap;
 
}
}