/*
  Annguéléïa Spectacles — feuille de style commune 2026
  Base issue de la page officielle « La Fée des Doudous ».
  À placer idéalement dans /css/anngueleia-site-2026.css
*/

    :root {
      --bleu: #1565a9;
      --bleu-fonce: #154f82;
      --orange: #f28c28;
      --orange-fonce: #d86f08;
      --creme: #fff8ef;
      --lavande: #f8f7ff;
      --fond: #fffdf9;
      --fond-bleu: #f6fbff;
      --texte: #243044;
      --muted: #617086;
      --blanc: #ffffff;
      --vert: #1DB954;
      --ombre: 0 14px 34px rgba(13, 63, 108, 0.12);
      --ombre-soft: 0 8px 22px rgba(13, 63, 108, 0.08);
      --radius: 26px;
      --container: 1180px;
    }

    * { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
      color: var(--texte);
      background:#f6f3ee;
      font-size: 17.5px;
      line-height: 1.82;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }

    .container {
      width: min(var(--container), calc(100% - 32px));
      margin-inline: auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 255, 255, 0.94);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(21, 101, 169, 0.11);
    }

    .site-header__inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      min-height: 92px;
      padding: 16px 0;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 16px;
      min-width: 0;
    }

    .brand__logo {
      width: 72px;
      height: auto;
      flex: 0 0 auto;
    }

    .brand__text { 
	display: grid; gap: 1px;
	  transform: translateY(-1px);
	}

.brand__name {
  font-weight: 800;
  color: #114b7a;
  letter-spacing: -0.03em;
  font-size: 1.42rem;
  white-space: nowrap;
}

.brand__tagline {
  font-family: "Inter", sans-serif;

  font-size: 0.58rem;

  font-weight: 500;

  letter-spacing: 0.18em;

  text-transform: uppercase;

  color: #8d98a8;

  opacity: 0.78;

  line-height: 1.1;

  margin-top: 1px;
}
.brand__slogan {
  font-family: "Inter", sans-serif;

  font-size: 0.52rem;

  font-weight: 500;

  letter-spacing: 0.16em;

  text-transform: uppercase;

  color: #a1acba;

  opacity: 0.82;

  line-height: 1.1;
}

    .main-nav {
      display: flex;
      align-items: center;
      gap: 22px;
      font-weight: 800;
      font-size: 0.92rem;
      color: #114b7a;
    }

    .main-nav a {
      position: relative;
      opacity: 0.92;
    }

    .main-nav a:not(.nav-cta)::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -8px;
      height: 3px;
      border-radius: 999px;
      background: var(--orange);
      transform: scaleX(0);
      transform-origin: center;
      transition: transform 0.2s ease;
    }

    .main-nav a:hover,
    .main-nav a.current { color: var(--orange-fonce); }

    .main-nav a:hover::after,
    .main-nav a.current::after { transform: scaleX(1); }

    .nav-cta,
    .btn-primary {
      color: white !important;
      background: linear-gradient(135deg, var(--orange), #ff7a18);
      box-shadow: 0 12px 26px rgba(242, 140, 40, 0.28);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 12px 22px;
      border-radius: 999px;
    }

    .nav-cta::after { display: none; }

.nav-cta{
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    filter .22s ease;
}

.nav-cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(242,140,40,.26);
  filter: brightness(1.03);
}

    .mobile-menu-note {
      display: none;
      color: var(--bleu-fonce);
      font-weight: 700;
      font-size: 0.92rem;
    }

    .spectacle-hero {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      padding: 78px 0 72px;
	  padding-top:42px;
      background:
        radial-gradient(circle at 8% 12%, rgba(242, 140, 40, 0.07), transparent 28%),
        radial-gradient(circle at 92% 4%, rgba(21, 101, 169, 0.025), transparent 34%),
        linear-gradient(
          180deg,
          #ffffff 0%,
          #fffdf8 52%,
          #fff8f1 100%
        );
    }
    .hero-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1.02fr 0.98fr;
      gap: 48px;
      align-items: center;
    }

    .hero-copy { max-width: 680px; }

    .eyebrow,
    .section-kicker,
    .card-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border-radius: 999px;
      font-weight: 900;
    }

    .eyebrow {
      margin-bottom: 18px;
      padding: 7px 14px;
      background: var(--creme);
      color: var(--orange-fonce);
      font-size: 0.9rem;
      border: 1px solid rgba(242, 140, 40, 0.18);
    }

    h1 {
      margin: 0 0 18px;
      color: var(--bleu-fonce);
      font-size: clamp(2.85rem, 5.4vw, 5rem);
      letter-spacing: -0.045em;
line-height: 0.9;
      
    }

    h2 {
      margin: 0 0 12px;
      color: var(--bleu-fonce);
      font-size: clamp(1.8rem, 3.1vw, 2.55rem);
      line-height: 1.15;
      letter-spacing: -0.025em;
    }

    h3 {
      color: var(--bleu-fonce);
      margin: 0 0 10px;
      font-size: 1.25rem;
      line-height: 1.25;
    }

    .hero-subtitle {
      line-height: 1.72;
max-width: 620px;
      margin: 0 0 24px;
      color: var(--muted);
      font-size: clamp(1.08rem, 1.8vw, 1.28rem);
          }

    .hero-subtitle strong { color: var(--bleu-fonce); }

    .hero-badges,
    .pill-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 0 0 28px;
      padding: 0;
      list-style: none;
    }

    .hero-badges li,
    .pill-list span {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 8px 13px;
      border-radius: 999px;
      background: rgba(255,255,255,.7);
border: 1px solid #e5edf5;
      color: var(--bleu-fonce);
      font-size: 0.92rem;
      font-weight: 800;
      box-shadow: 0 5px 16px rgba(13, 63, 108, 0.06);
    }

.hero-badges li.hero-badge-extra{
  background:#fffdfa;
  border-color:rgba(242,140,40,.14);
  color:#d37a1f;
}

    .hero-actions,
    .section-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
	  justify-content: center;
      gap: 12px;
      margin-bottom: 18px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 12px 21px;
      border-radius: 999px;
      font-weight: 900;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      cursor: pointer;
      border: none;
      text-align: center;
    }

    .btn:hover { 
      transform: translateY(-2px); 
      box-shadow: 0 16px 30px rgba(13, 63, 108, 0.12);
    }

    .btn-secondary {
      color: var(--bleu-fonce);
      background: white;
      border: 1px solid rgba(21, 101, 169, 0.18);
      box-shadow: 0 8px 18px rgba(13, 63, 108, 0.07);
    }

    .btn-blue {
      color: white;
      background: var(--bleu);
      box-shadow: 0 10px 22px rgba(21, 101, 169, 0.20);
    }

   .hero-contact{
  line-height:1.8;
  font-size:.98rem;
      margin: 0;
      color: var(--muted);

    }

    .hero-contact a {
      color: var(--bleu-fonce);
      font-weight: 800;
    }

    .hero-visual {
      position: relative;
      padding: 18px;
      border-radius: 36px;
      background: rgba(255, 255, 255, 0.82);
      box-shadow: var(--ombre);
      border: 1px solid rgba(21, 101, 169, 0.1);
    }

    .hero-visual img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      border-radius: 26px;
      background: #eaf4ff;
    }

    .hero-visual__caption {
      position: absolute;
      left: 34px;
      right: 34px;
      bottom: 34px;
      padding: 14px 16px;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.88);
backdrop-filter: blur(10px);
      color: var(--bleu-fonce);
      font-weight: 900;
      box-shadow: 0 8px 24px rgba(13, 63, 108, 0.14);
	  padding:18px 20px;
	  line-height:1.5;
    }

    .hero-visual__label {
      display: block;
      color: var(--orange-fonce);
      font-size: 0.78rem;
      text-transform: uppercase;
      letter-spacing: 0.075em;
      margin-bottom: 2px;
    }

    .slogan-ann{
  font-size:.95rem;
  opacity:.78;
  line-height:1.6;
      margin: 28px 0 0;
      color: #4d5665;
      font-style: italic;
      font-weight: 600;
      text-align: left;
	  font-style:italic;
    }

    .slogan-ann span {
      color: var(--bleu);
      font-weight: 800;
      font-style: normal;
    }

    .slogan-ann em {
      color: var(--orange-fonce);
      font-style: italic;
    }

    section.page-section {
      padding: 74px 0;
    }

    .section-head {
      max-width: 820px;
      margin-bottom: 30px;
    }

    .section-head.center {
      text-align: center;
      margin-inline: auto;
    }

    .section-head p {
      margin: 0;
      color: var(--muted);
      font-size: 1.06rem;
    }

    .section-kicker {
      margin-bottom: 10px;
      color: var(--orange-fonce);
      background: var(--creme);
      padding: 6px 12px;
      font-size: 0.78rem;
      letter-spacing: 0.075em;
      text-transform: uppercase;
    }

.soft {

  background:
    linear-gradient(
      180deg,
      #fffefc 0%,
      #fffdf9 100%
    );
}
.lavender {

  background:
    linear-gradient(
      180deg,
      #fcfbff 0%,
      #faf9ff 52%,
      #fdfcfb 100%
    );

  border-top: 1px solid rgba(21,101,169,.035);

  border-bottom: 1px solid rgba(21,101,169,.035);
}

    .grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px;
      align-items: start;
    }

    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .card,
    .media-card,
    .faq-card {
      background: white;
      border: 1px solid rgba(21, 101, 169, 0.10);
      border-radius: var(--radius);
      box-shadow: var(--ombre-soft);
      overflow: hidden;
    }

    .card {
      padding: 32px;
	  background: rgba(255,255,255,.82);
backdrop-filter: blur(10px);
    }

    .card,
    .faq-card,
    blockquote,
    .category-card,
    .link-panel {
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .card:hover,
    blockquote:hover,
    .category-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 32px rgba(13, 63, 108, 0.10);
      border-color: rgba(21, 101, 169, 0.16);
    }

    .media-card img {
      width: 100%;
      aspect-ratio: 16 / 11;
      object-fit: cover;
      background: #eaf4ff;
    }

    .media-card__body {
      padding: 24px;
    }

    .card-label {
      margin-bottom: 12px;
      padding: 6px 10px;
      background: var(--creme);
      color: var(--orange-fonce);
      font-size: 0.8rem;
    }

    .story-card p,
    .card p,
    .media-card p {
      color: var(--muted);
      margin: 0 0 14px;
	  max-width: 95%;
    }

    .story-card strong { color: var(--texte); }

    .video-wrap {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius);
      box-shadow: var(--ombre);
      background: #000;
      aspect-ratio: 16 / 9;
    }

    .video-wrap iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: 1.4fr repeat(2, 1fr);
      gap: 12px;
      align-items: stretch;
    }

    .gallery-grid img {
      width: 100%;
      height: 100%;
      min-height: 180px;
      object-fit: cover;
      border-radius: 18px;
      cursor: pointer;
      box-shadow: var(--ombre-soft);
    }

    .gallery-grid img:first-child {
      grid-row: span 2;
      min-height: 380px;
    }

    .notice {
      margin-top: 12px;
      color: var(--muted);
      font-size: 0.9rem;
      text-align: center;
      font-style: italic;
    }

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

    blockquote {
      margin: 0;
      padding: 30px;
      border-radius: 22px;
      background: white;
      border: 1px solid rgba(21, 101, 169, 0.10);
      box-shadow: var(--ombre-soft);

    }

    blockquote p {
      margin: 0 0 12px;
      color: var(--texte);
      font-weight: 700;
      font-style: italic;
      font-size: 1.04rem;
      line-height: 1.75;
max-width:92%;
    }

    blockquote footer {
      color: var(--muted);
      font-size: 0.92rem;
    }

    .audio-player,
    .custom-player-container {
      margin: 0 auto;
      border-radius: 22px;
      background: white;
      box-shadow: var(--ombre-soft);
      border: 1px solid rgba(21, 101, 169, 0.10);
    }

    .audio-player {
      display: grid;
      grid-template-columns: 110px 1fr;
      gap: 16px;
      align-items: center;
      padding: 14px;
      max-width: 620px;
    }

    .cover {
      width: 110px;
      height: 110px;
      border-radius: 18px;
      background-size: cover;
      background-position: center;
    }

    .controls {
      display: grid;
      gap: 10px;
    }

    .controls .title {
      font-weight: 900;
      color: var(--bleu-fonce);
    }

    .buttons {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .play-btn, .spotify-btn {
      padding: 8px 13px;
      border-radius: 999px;
      background: var(--vert);
      color: #fff;
      font-weight: 700;
      text-decoration: none;
      cursor: pointer;
      border: none;
      font-size: 0.9rem;
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }

    .spotify-btn svg {
      width: 16px;
      height: 16px;
      fill: white;
    }

    .iframe-hidden {
      width: 0;
      height: 0;
      border: 0;
      position: absolute;
      left: -9999px;
      top: -9999px;
    }

    textarea.lyrics {
      width: 100%;
      min-height: 370px;
      border: 1px solid rgba(21, 101, 169, 0.16);
      border-radius: 18px;
      padding: 18px;
      font: inherit;
      color: var(--texte);
      background: #fbfdff;
      resize: vertical;
    }

    .btn-copy-lyrics {
      margin-top: 14px;
      padding: 10px 20px;
      font-size: 0.92rem;
      font-weight: 700;
      color: #fff;
      background: linear-gradient(135deg, #ff7a45, #ff5f24);
      border: none;
      border-radius: 999px;
      cursor: pointer;
      box-shadow: 0 6px 14px rgba(255,95,36,.25);
    }

    .custom-player-container {
      max-width: 360px;
      padding: 16px;
      text-align: center;
    }

    .custom-player-title {
      margin-bottom: 10px;
      color: var(--bleu-fonce);
    }

    .custom-player-audio {
      width: 100%;
      height: 36px;
    }

    .custom-player-list {
      padding: 0;
      margin: 10px 0 0;
    }

    .custom-player-list li {
      cursor: pointer;
      padding: 8px;
      margin: 5px 0;
      border-radius: 10px;
      font-size: 0.92rem;
      background: #f5f8fc;
      border: 1px solid rgba(21, 101, 169, 0.12);
      list-style-type: none;
    }

    .custom-player-list li:hover,
    .custom-player-active {
      background: var(--creme);
      color: var(--orange-fonce);
      font-weight: 900;
    }

    .product-image-grid {
      display: grid;
      gap: 12px;
      justify-items: center;
    }

    .product-image-grid img {
      border-radius: 18px;
      box-shadow: var(--ombre-soft);
      background: #fff;
    }

    .product-image-grid--pdf {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.product-image-grid--pdf .pdf-cover {
  width: min(100%, 320px);
  height: auto;
  max-height: 430px;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: var(--ombre-soft);
}

.pdf-preview-row {
  width: min(100%, 320px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pdf-preview-row img {
  width: 100%;
  height: 120px;

  object-fit: contain;
  object-position: center;

  border-radius: 12px;
  box-shadow: var(--ombre-soft);

  background: #ffffff;

  padding: 4px;
}

    .two-images-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

    .price {
      margin: 16px 0 4px;
      color: var(--texte);
      font-size: 1.45rem;
      font-weight: 900;
      text-align: center;
    }

    .note {
      color: var(--muted);
      font-size: 0.92rem;
      text-align: center;
      font-style: italic;
    }

    .faq-card {
      padding: 30px;
    }

    .faq-card details {
      border-bottom: 1px solid rgba(21, 101, 169, 0.10);
      padding: 16px 0;
      transition: all .2s ease;
    }

    .faq-card details[open] {
      padding-bottom: 22px;
    }

    .faq-card details:last-child { border-bottom: 0; }

    .faq-card summary {
      cursor: pointer;
      font-weight: 900;
      color: var(--bleu-fonce);
      list-style: none;
    }

    .faq-card summary::-webkit-details-marker { display: none; }

    .faq-card summary::before {
      content: "＋ ";
      color: var(--orange-fonce);
    }

    .faq-card details[open] summary::before { content: "− "; }

    .faq-card p {
      color: var(--muted);
      margin: 8px 0 0 22px;
    }

    .link-panel {
      text-align: center;
      padding: 28px;
      border-radius: var(--radius);
      background:
        radial-gradient(circle at top left, rgba(242, 140, 40, 0.16), transparent 34%),
        white;
      box-shadow: var(--ombre-soft);
      border: 1px solid rgba(21, 101, 169, 0.10);
    }

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

.category-card {
  background: white;
  border-radius: 24px;
  padding: 26px;
  box-shadow: var(--ombre-soft);
  border: 1px solid rgba(21, 101, 169, 0.10);
}

.category-card h3 {
  font-size: 1.08rem;
  margin: 0 0 12px;
  color: var(--bleu-fonce);
}

.category-card h3 a {
  color: var(--bleu-fonce);
  font-weight: 900;
}

.category-card p {
  min-height: 54px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.category-note {
  display: inline-flex;
  margin: 6px 0 12px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #fff3e6;
  color: #c96a16;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.category-card a:not(.category-more) {
  display: block;
  margin: 6px 0;
  color: #154f82;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.35;
}

.category-card a:not(.category-more):hover {
  color: var(--orange-fonce);
}

.category-more {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 16px !important;
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--creme);
  color: var(--orange-fonce) !important;
  font-weight: 900 !important;
  font-size: 0.88rem !important;
  line-height: 1.25;
  border: 1px solid rgba(242, 140, 40, 0.18);
}

.category-more:hover {
  background: #fff0dc;
  color: var(--orange-fonce) !important;
}

    .contact-block {
      text-align: center;
      max-width: 820px;
      margin-inline: auto;
    }

    .contact-block .phone {
      display: inline-block;
      margin: 12px 0;
      color: var(--orange-fonce);
      font-size: clamp(2rem,4vw,2.7rem);
      font-weight: 900;
    }

    .socials {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 18px;
    }

    .socials img {
      width: 58px;
      height: 58px;
      object-fit: contain;
      border-radius: 14px;
    }

    .site-footer {
  padding: 32px 0;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f6f3ee 100%
    );
  color: #5d7088;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.8;
  border-top: 1px solid rgba(21,101,169,.10);
}

.site-footer strong,
.site-footer b {
  color: var(--bleu-fonce);
}

.site-footer a {
  color: var(--bleu-fonce);
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--orange-fonce);
}

.site-footer .footer-brand {
  color: var(--bleu-fonce);
  font-weight: 900;
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.site-footer .footer-links {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 26px;
}


    /* Bloc documents spectacle */
    .download-panel {
	margin-top: 22px;

      padding: 22px;
      border-radius: var(--radius);
      background:
linear-gradient(
135deg,
rgba(255,255,255,.96),
rgba(247,250,255,.96)
);
      border: 1px solid rgba(242, 140, 40, 0.22);
      box-shadow: 0 12px 28px rgba(13, 63, 108, 0.08);
    }

    .download-panel__head {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      margin-bottom: 16px;
    }

    .download-panel__icon {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      background: var(--creme);
      color: var(--orange-fonce);
      font-size: 1.25rem;
      box-shadow: inset 0 0 0 1px rgba(242, 140, 40, 0.18);
    }

    .download-panel h3 {
      margin: 0 0 4px;
      font-size: 1.08rem;
    }

    .download-panel p {
      margin: 0;
      color: var(--muted);
      font-size: 0.95rem;
      line-height: 1.55;
    }

    .download-links {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 14px;
    }

    .download-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 16px;
      background: #fff;
      border: 1px solid rgba(21, 101, 169, 0.12);
      color: var(--bleu-fonce);
      font-weight: 900;
      font-size: 0.92rem;
      box-shadow: 0 7px 16px rgba(13, 63, 108, 0.06);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .download-link:hover {
      transform: translateY(-2px);
      border-color: rgba(242, 140, 40, 0.30);
      box-shadow: 0 12px 24px rgba(13, 63, 108, 0.10);
      color: var(--orange-fonce);
    }

    .download-link span {
      color: var(--orange-fonce);
      font-size: 1.05rem;
    }

    .category-note {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin: 4px 0 10px;
      padding: 5px 10px;
      border-radius: 999px;
      background: var(--creme);
      color: var(--orange-fonce);
      font-size: 0.78rem;
      font-weight: 900;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .category-more {
      margin-top: 10px !important;
      padding-top: 10px;
      border-top: 1px solid rgba(21, 101, 169, 0.10);
      color: var(--orange-fonce) !important;
    }

    @media (max-width: 960px) {
      .site-header__inner { min-height: 74px; }
      .main-nav { display: none; }
      .mobile-menu-note { display: block; }
      .hero-grid,
      .grid-2 { grid-template-columns: 1fr; }
      .hero-copy { max-width: none; }
      .hero-visual { max-width: 720px; }
      .grid-3,
      .category-grid { grid-template-columns: 1fr 1fr; }
      .gallery-grid { grid-template-columns: 1fr 1fr; }
      .gallery-grid img:first-child { grid-column: 1 / -1; grid-row: auto; }
      .testimonial-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 640px) {
      .container { width: min(100% - 22px, var(--container)); }
      .brand__logo { width: 58px; }
      .brand__name { font-size: 0.98rem; }
      .brand__tagline { display: none; }
      .spectacle-hero { padding: 46px 0 48px; padding-top:42px;}
      h1 { font-size: clamp(2.55rem, 15vw, 3.5rem); }
      section.page-section { padding: 52px 0; }
      .hero-actions,
	  .hero-visual__caption{
  padding:14px 16px;
}
.hero-visual__caption strong{
  font-size:1.05rem;
}
      .section-actions,
      .buttons { flex-direction: column; align-items: stretch; }
      .btn,
      .play-btn,
      .spotify-btn { width: 100%; justify-content: center; }
      .hero-visual { padding: 12px; border-radius: 26px; }
      .hero-visual img { border-radius: 20px; }
      .hero-visual__caption { position: static; margin-top: 12px; border-radius: 18px; }
      .slogan-ann { text-align: center; font-size: 0.95rem; }
      .grid-3,
      .category-grid,
      .gallery-grid { grid-template-columns: 1fr; }
      .audio-player { grid-template-columns: 1fr; text-align: center; }
      .cover { margin-inline: auto; }
      .two-images-row { grid-template-columns: 1fr; }
      .download-links { grid-template-columns: 1fr; }
    }
	
	
	/* Logo texte principal */
.brand__name {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #154f82;
  letter-spacing: -0.035em;
  font-size: 1.65rem;
  line-height: 1;
  white-space: nowrap;
}

.brand__tagline {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #6b7a90;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.2;
}

.mobile-menu-toggle {
  display: none;
  border: none;
  background: transparent;
  color: var(--bleu-fonce);
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
}

.mobile-nav {
  display: none;
}

@media (max-width: 960px) {

  .site-header{
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .mobile-menu-note {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    z-index: 1002;
  }

  .mobile-nav {

    position: fixed;

    top: 74px;

    left: 0;
    right: 0;

    z-index: 999;

    display: none;

    padding: 18px 24px 22px;

    background: rgba(255,255,255,.98);

    border-bottom: 1px solid rgba(21,101,169,.12);
border-top: 1px solid rgba(255,255,255,.45);
    box-shadow: 0 18px 34px rgba(13,63,108,.12);
  }

  .mobile-nav.is-open {
    display: grid;
    gap: 10px;
  }

  .mobile-nav a {
    padding: 4px 0;
    color: var(--bleu-fonce);
    font-weight: 800;
    font-size: 1rem;
  }

  .mobile-nav-cta {
    margin-top: 8px;
    display: inline-flex;
    justify-content: center;
    padding: 13px 18px;
    border-radius: 999px;
    color: white !important;
    background: linear-gradient(135deg, var(--orange), #ff7a18);
  }
}

.youtube-line{
  margin-top:22px;

  padding-top:18px;

  border-top:1px solid rgba(21,101,169,.08);
}

.youtube-link{
  display:flex;

  align-items:center;

  gap:12px;

  color:#5d7088;

  line-height:1.35;

  transition:.25s ease;
}

.youtube-link:hover{
  color:#b93832;
}

.youtube-link strong{
  color:#d94b45;

  font-weight:900;
}

.youtube-icon{
  display:flex;

  align-items:center;

  justify-content:center;

  width:28px;
  height:28px;

  border-radius:999px;

  background:#d94b45;

  color:white;

  font-size:.8rem;

  flex:0 0 auto;
}

.stars{
  color:#f2b632;

  letter-spacing:.08em;

  font-size:.95em;
}

.clip-title{
  line-height:1.02;
  max-width:100%;
  font-size:clamp(2rem,2.6vw,3rem);
}
.lyrics-actions{
  display:flex;
  justify-content:center;
  margin-top:18px;
}


/* Ajustements communs restructuration spectacles 2026 */
.media-universe{
  background:linear-gradient(180deg,#fffdfb 0%,#fffaf5 100%);
}
.hero-badges li.hero-badge-extra{
  background:#fffdfa;
  border-color:rgba(242,140,40,.14);
  color:#d37a1f;
}
.product-bridge{
  margin-top:22px;
  padding:22px;
  border-radius:var(--radius);
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,250,255,.96));
  border:1px solid rgba(21,101,169,.10);
  box-shadow:0 12px 28px rgba(13,63,108,.08);
}
.product-bridge a{color:var(--bleu-fonce);font-weight:900;}
.page-section.compact{padding-top:52px;padding-bottom:52px;}
