@font-face {
  font-family: "Cinzel";
  src: url("/fonts/cinzel/Cinzel-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* Brand palette final override */
body,
.page {
  background: var(--brand-fundo) !important;
  color: var(--brand-rose) !important;
}

.site-header,
.site-header.is-scrolled,
.stack-inner,
.highlight-phrase-inner,
.mini-formation-card,
.instrument-picker,
.inline-selection-actions,
.period-field,
.repertoire-item,
.form-card,
.about-feature-image,
.stats,
.note,
.site-footer,
.site-footer-alore,
.video-modal-dialog {
  background: #fffbfa !important;
  border-color: rgba(202, 168, 123, .24) !important;
}

.hero {
  background: var(--brand-cream) !important;
}

.hero-copy {
  background: #fffbfa !important;
  border-color: rgba(202, 168, 123, .24) !important;
  box-shadow: 0 18px 40px rgba(152, 93, 89, .10) !important;
}

.header-nav a,
.hero-note,
.lead,
.security,
.text-highlight,
.text-highlight-accent,
.mini-icon,
.note,
.stats h3,
.stat strong,
.section-title,
.stack-inner h2,
.content h2,
.repertoire-item a,
.repertoire-item small,
.phrase-strong,
.phrase-accent,
.alore-swal-title,
.alore-swal-text {
  color: var(--brand-rose) !important;
}

.header-nav a:hover,
.social-btn:hover,
.footer-alore-social-btn:hover,
.mobile-menu-close {
  color: var(--brand-beige) !important;
}

.header-nav a::after,
.gold-line,
.note .cup,
.floating-card .shield,
.stars,
.form-head .person {
  color: var(--brand-beige) !important;
}

.strip-icon {
  background-color: transparent !important;
}

.benefits-strip,
.scarcity,
.site-footer-alore,
.mobile-menu-overlay,
.form-card,
.form-head {
  background: var(--brand-rose) !important;
}

.strip-item,
.foot-item,
.mini-formation-card,
.repertoire-item,
.period-row label,
.period-field label,
#instrumentLimitHint,
.period-intro,
.repertoire-search,
input,
select {
  color: var(--brand-rose) !important;
}

.strip-item p,
.scarcity p,
.site-footer-alore,
.site-footer-alore a,
.mobile-menu-nav a,
.check span,
.safe,
.video-modal-meta,
.video-modal-meta p,
.video-modal-close,
.footer-alore-meta,
.footer-alore-copy {
  color: #fffbfa !important;
}

.btn-landing.btn-primary,
.btn-gold,
.alore-swal-confirm {
  background: var(--brand-rose) !important;
  color: #fffbfa !important;
}

.btn-landing-outline,
.social-btn,
.footer-alore-social-btn {
  border-color: var(--brand-brown) !important;
  color: var(--brand-brown) !important;
}

.btn-landing-outline:hover,
.social-btn:hover,
.alore-swal-confirm:hover {
  background: var(--brand-beige) !important;
  color: var(--brand-rose) !important;
}

.repertoire-results::-webkit-scrollbar-track {
  background: var(--brand-cream) !important;
}

.repertoire-results::-webkit-scrollbar-thumb {
  background: var(--brand-brown) !important;
}

/* Typography system */
:root {
  --type-xs: clamp(0.78rem, 0.74rem + 0.18vw, 0.88rem);
  --type-sm: clamp(0.92rem, 0.88rem + 0.18vw, 1rem);
  --type-md: clamp(1rem, 0.96rem + 0.24vw, 1.125rem);
  --type-lg: clamp(1.12rem, 1.04rem + 0.42vw, 1.38rem);
  --type-xl: clamp(1.34rem, 1.18rem + 0.7vw, 1.8rem);
  --type-2xl: clamp(1.75rem, 1.45rem + 1.2vw, 2.5rem);
  --type-3xl: clamp(2.15rem, 1.7rem + 1.8vw, 3.55rem);
  --leading-tight: 1.15;
  --leading-snug: 1.28;
  --leading-body: 1.65;
  --tracking-kicker: 0.16em;
}

body {
  font-size: var(--type-md);
  line-height: var(--leading-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

p,
li,
input,
select,
textarea,
button {
  line-height: var(--leading-body);
}

h1,
.section-title,
.stack-inner h2,
.content h2,
.media-library-stage-copy h3,
.media-library-grid-head h3,
.formations-head h2,
.about-column h3,
.formation-body h3 {
  letter-spacing: -0.02em;
  text-wrap: balance;
}

h1 {
  font-size: var(--type-3xl);
  line-height: var(--leading-tight);
  white-space: normal;
  max-width: min(100%, 14ch);
}

.hero-kicker,
.media-library-kicker,
.media-library-stat-label,
.media-library-card-eyebrow,
.media-library-stage-meta span {
  letter-spacing: var(--tracking-kicker);
  font-size: var(--type-xs);
  line-height: 1.3;
}

.header-nav a,
.mobile-menu-nav a,
.btn-landing,
.btn-gold,
.column-btn,
.inline-selection-actions .column-btn {
  font-size: var(--type-sm);
  line-height: 1.2;
}

.hero-note,
.lead,
.content > p,
.about-v2-copy p,
.about-column p,
.about-column-left p,
.about-columns p,
.column-intro,
.formations-head p,
.formation-body p,
.formations-note,
.period-intro,
.repertoire-subtitle,
.media-library-subtitle,
.media-library-stage-description,
.media-library-grid-head p,
.scarcity p,
.strip-item p,
.foot-item span,
.footer-alore-meta,
.footer-alore-copy {
  font-size: var(--type-md);
  line-height: var(--leading-body);
}

.hero-note,
.lead {
  max-width: 60ch;
}

.section-title,
.stack-inner h2,
.content h2,
.formations-head h2 {
  font-size: var(--type-2xl);
  line-height: var(--leading-tight);
}

.about-rich-text p,
.about-rich-text ul,
.about-rich-text ol,
.about-rich-text blockquote {
  margin-bottom: 1rem;
}

.about-rich-text ul,
.about-rich-text ol {
  padding-left: 1.25rem;
}

.about-rich-text a {
  color: var(--brand-brown);
  text-decoration: underline;
}

.about-rich-text img,
.about-rich-text video {
  max-width: 100%;
  border-radius: 18px;
}

.formations-elegant-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 1.5rem;
  margin-bottom: 1.75rem;
}

.formation-elegant-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 22px;
  background: #fffbfa;
  border: 1px solid rgba(202, 168, 123, .24);
  box-shadow: 0 16px 34px rgba(152, 93, 89, .08);
}

.formation-elegant-media {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 16 / 10;
  background: #f3e7dc;
}

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

.formation-elegant-body {
  display: grid;
  gap: 8px;
}

.formation-elegant-body h4 {
  margin: 0;
  color: var(--brand-rose);
  font-size: 1.1rem;
}

.formation-elegant-body p {
  margin: 0;
  color: var(--brand-rose);
  font-size: .92rem;
  line-height: 1.55;
}

.formation-elegant-body small {
  display: block;
  color: #8a695a;
  font-size: .8rem;
  line-height: 1.5;
}

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

@media (max-width: 640px) {
  .formations-elegant-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .formation-elegant-card {
    padding: 12px;
    border-radius: 18px;
  }
}

.strip-item h3,
.stats h3,
.scarcity h3,
.repertoire-block h4,
.video-modal-meta h4,
.media-library-rail-header h3,
.differential-item h4,
.mini-formation-card h4,
.foot-item b {
  font-size: var(--type-lg);
  line-height: var(--leading-snug);
}

.formation-body h3,
.about-column h3,
.media-library-grid-head h3 {
  font-size: var(--type-xl);
  line-height: var(--leading-snug);
}

.media-library-stage-copy h3 {
  font-size: clamp(2rem, 1.65rem + 1.3vw, 3rem);
}

.floating-card b,
.differential-item p,
.mini-formation-card p,
.mini-formation-card small,
.instrument-options label,
#instrumentLimitHint,
.period-row label,
label,
.check span,
.safe,
.media-library-rail-copy small,
.media-library-card-meta,
.stat span {
  font-size: var(--type-sm);
  line-height: 1.55;
}

.stat strong {
  font-size: clamp(1.55rem, 1.3rem + 0.8vw, 2.2rem);
  line-height: 1.1;
}

.floating-card b,
.footer-alore-copy {
  font-size: var(--type-xs);
}

.strip-item p,
.footer-alore-meta,
.footer-alore-copy,
.video-modal-meta p,
.scarcity p,
.site-footer-alore,
.site-footer-alore a,
.mobile-menu-nav a,
.check span,
.safe {
  white-space: normal !important;
}

.period-row input[type="datetime-local"],
.repertoire-search,
.media-library-search,
input,
select {
  font-size: var(--type-sm);
}

.note,
.form-head {
  font-size: var(--type-lg);
  line-height: var(--leading-snug);
}

.security,
.formations-note,
.repertoire-subtitle,
.media-library-rail-header p {
  font-size: var(--type-sm);
}

.footer-alore-meta p,
.media-library-stage-description,
.media-library-card-meta,
.formation-body p,
.about-v2-copy p,
.content > p,
.strip-item p,
.scarcity p {
  max-width: 65ch;
}

@media (max-width: 980px) {
  body {
    font-size: 1rem;
  }

  .header-nav a,
  .mobile-menu-nav a {
    font-size: var(--type-sm);
  }

  .hero-copy,
  .stack-inner,
  .form-card,
  .media-library-stage-copy,
  .media-library-rail {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .about-v2-copy p,
  .content > p,
  .strip-item p,
  .scarcity p,
  .footer-alore-meta,
  .footer-alore-copy {
    max-width: none;
  }
}

.about-story-shell {
  background:
    radial-gradient(circle at top right, rgba(195, 135, 162, .14), transparent 24%),
    linear-gradient(180deg, #fffaf4 0%, #f7efe5 100%) !important;
}

.about-story-head {
  display: grid;
  align-items: start;
  gap: 24px;
  margin-bottom: 24px;
}

.about-story-main {
  min-width: 0;
}

.about-story-grid {
  grid-template-columns: minmax(380px, 1.05fr) minmax(0, 1.15fr);
  gap: 40px;
  align-items: stretch;
}

.about-story-media {
  display: grid;
  gap: 18px;
  align-content: stretch;
}

.about-story-image {
  margin: 0;
  min-height: 0;
  align-self: stretch;
}

.about-story-image img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
}

.about-story-stat-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-story-stat {
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(148, 98, 54, .14);
  box-shadow: 0 12px 28px rgba(80, 48, 48, .07);
}

.about-story-stat strong {
  display: block;
  color: #503030;
  font-family: "Cinzel", serif;
  font-size: clamp(1.5rem, 1.2rem + 0.8vw, 2.1rem);
  line-height: 1.1;
}

.about-story-stat span {
  display: block;
  margin-top: 8px;
  color: #765f56;
  font-size: 14px;
  line-height: 1.55;
}

.about-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-width: 0;
}

.about-story-copy .about-rich-text {
  width: 100%;
}

.about-story-copy .about-rich-text > * {
  max-width: none;
}

.about-story-copy .about-rich-text p,
.about-story-copy .about-rich-text li {
  font-size: 1.04rem;
  line-height: 1.9;
}

.about-testimonial-form {
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 251, 250, 0.9);
  border: 1px solid rgba(202, 168, 123, .24);
  display: grid;
  gap: 12px;
}

.about-testimonial-form h4 {
  margin: 0;
  color: var(--brand-rose);
}

.about-testimonial-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-testimonial-form input,
.about-testimonial-form textarea {
  width: 100%;
  border: 1px solid rgba(202, 168, 123, .28);
  border-radius: 14px;
  padding: .9rem 1rem;
  background: #fff;
  color: var(--brand-rose);
}

.about-testimonial-form textarea {
  resize: vertical;
  min-height: 120px;
}

.about-testimonial-form small {
  color: #8a695a;
}

.about-story-copy p {
  color: #5a4640;
}

.about-story-signature {
  margin-top: 14px;
  padding: 16px 18px;
  border-left: 3px solid #c387a2;
  border-radius: 0 18px 18px 0;
  background: rgba(255,255,255,.72);
  color: #503030;
  font-style: italic;
}

.about-testimonials {
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(140deg, #503030 0%, #704545 100%);
  color: #fff;
  box-shadow: 0 26px 54px rgba(80, 48, 48, .18);
  align-self: stretch;
}

.testimonials-shell {
  display: grid;
}

.about-testimonials-single {
  width: min(100%, 980px);
  margin: 0 auto;
}

.about-testimonials-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.about-testimonials-head h3 {
  margin: 6px 0 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(1.5rem, 1.22rem + 0.9vw, 2.15rem);
  line-height: 1.2;
}

.about-testimonials-controls {
  display: flex;
  gap: 10px;
}

.about-testimonial-nav {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
}

.about-testimonial-viewport {
  overflow: hidden;
}

.about-testimonial-track {
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}

.about-testimonial-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: 280px;
  padding: 28px 28px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
}

.about-testimonial-quote {
  position: absolute;
  top: 18px;
  left: 24px;
  color: rgba(255,255,255,.18);
  font-family: "Cinzel", serif;
  font-size: 84px;
  line-height: 1;
}

.about-testimonial-slide blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 34px;
  color: rgba(255,255,255,.97);
  font-size: clamp(1.05rem, 0.98rem + 0.25vw, 1.2rem);
  line-height: 1.8;
  font-style: italic;
}

.about-testimonial-slide p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.88);
  font-weight: 700;
  text-align: right;
}

.about-testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.about-testimonial-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.28);
  transition: transform .2s ease, background .2s ease;
}

.about-testimonial-dot.is-active {
  background: #fff;
  transform: scale(1.15);
}

@media (max-width: 980px) {
  .about-story-head,
  .about-testimonials-head {
    display: grid;
    align-items: start;
  }

  .about-story-head {
    gap: 16px;
    margin-bottom: 18px;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-story-stat-row {
    grid-template-columns: 1fr;
  }

  .about-story-media,
  .about-story-main,
  .about-testimonials {
    width: 100%;
    min-width: 0;
  }

  .about-story-image {
    margin: 0;
    min-height: 0;
  }

  .about-story-image img,
  .about-feature-image img {
    width: 100%;
    height: clamp(320px, 58vw, 420px);
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center top;
  }

  .about-story-copy {
    min-width: 0;
  }

  .about-story-copy p {
    text-align: left;
  }

  .about-testimonials {
    padding: 20px;
    border-radius: 22px;
  }

  .about-testimonials-controls {
    justify-content: flex-start;
  }

  .about-testimonial-slide {
    min-height: 0;
    padding: 24px 20px 20px;
    border-radius: 20px;
  }

  .about-testimonial-slide blockquote {
    padding-top: 28px;
    line-height: 1.65;
  }

  .about-testimonial-quote {
    top: 14px;
    left: 18px;
    font-size: 64px;
  }
}

@media (max-width: 640px) {
  .about-story-shell {
    padding: 18px 16px !important;
  }

  .about-story-stat {
    padding: 14px 16px;
  }

  .about-story-signature {
    padding: 14px 16px;
  }

  .about-testimonials {
    padding: 16px;
  }

  .about-testimonials-head h3 {
    font-size: clamp(1.3rem, 6vw, 1.7rem);
  }

  .about-testimonial-nav {
    width: 42px;
    height: 42px;
  }

  .about-testimonial-slide {
    padding: 20px 16px 18px;
  }
}

/* Footer final colors */
.site-footer-alore {
  background: #503030 !important;
  color: #ffffff !important;
}

.site-footer-alore,
.site-footer-alore a,
.footer-alore-meta,
.footer-alore-meta p,
.footer-alore-copy,
.footer-alore-social-btn,
.footer-alore-social-btn svg,
.footer-alore-whatsapp-icon,
.footer-alore-tiktok-icon {
  color: #ffffff !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.footer-alore-logo {
  filter: brightness(0) invert(1);
}

.footer-alore-social-btn:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
}

.banda-play-banner {
  position: relative;
  overflow: hidden;
  padding: 72px 24px;
  background:
    linear-gradient(90deg, rgba(80, 48, 48, .2) 0%, rgba(80, 48, 48, .55) 100%),
    linear-gradient(135deg, rgba(80, 48, 48, .92), rgba(195, 135, 162, .72)),
    radial-gradient(circle at top left, rgba(255, 255, 255, .12), transparent 28%),
    #503030;
}

.banda-play-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(34, 18, 18, .16) 0%, rgba(34, 18, 18, .04) 28%, rgba(34, 18, 18, .38) 100%),
    url('/imgs/bandaplay.jpeg') center center / cover no-repeat;
  opacity: .38;
  transform: scale(1.03);
}

.banda-play-banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 12px, transparent 12px 24px);
  pointer-events: none;
}

.banda-play-banner-inner {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  padding: 34px clamp(20px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  text-align: center;
  box-shadow: 0 24px 54px rgba(80, 48, 48, .2);
  box-sizing: border-box;
}

.banda-play-banner-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.banda-play-banner h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.banda-play-banner p {
  max-width: 760px;
  margin: 14px auto 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
  line-height: 1.7;
}

@media (max-width: 640px) {
  .banda-play-banner {
    padding: 42px 16px;
  }

  .banda-play-banner::before {
    opacity: .3;
    background-position: 58% center;
  }

  .banda-play-banner-inner {
    width: 100%;
    padding: 24px 18px;
    border-radius: 22px;
  }

  .banda-play-banner h2 {
    font-size: clamp(1.9rem, 9vw, 2.6rem);
  }
}

/* Button final colors */
.btn-landing,
.btn-landing.btn-primary,
.btn-landing-outline,
.btn-gold,
.alore-swal-confirm,
.social-btn,
.mobile-menu-toggle,
.mobile-menu-close,
.floating-whatsapp,
.media-library-page-btn,
.media-library-page-nav {
  background: #C387A2 !important;
  color: #ffffff !important;
  border-color: #C387A2 !important;
}

.btn-landing *,
.btn-gold *,
.alore-swal-confirm *,
.social-btn *,
.mobile-menu-toggle *,
.mobile-menu-close *,
.floating-whatsapp *,
.media-library-page-btn *,
.media-library-page-nav * {
  color: #ffffff !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.btn-landing:hover,
.btn-landing.btn-primary:hover,
.btn-landing-outline:hover,
.btn-gold:hover,
.alore-swal-confirm:hover,
.social-btn:hover,
.mobile-menu-toggle:hover,
.mobile-menu-close:hover,
.floating-whatsapp:hover,
.media-library-page-btn:hover,
.media-library-page-nav:hover,
.media-library-page-btn.is-current {
  background: #C387A2 !important;
  color: #ffffff !important;
  border-color: #C387A2 !important;
}

.mobile-menu-toggle span {
  background: #ffffff !important;
}

.floating-whatsapp-icon {
  width: 30px !important;
  height: 30px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
}

.footer-alore-social-btn,
.footer-alore-social-btn:hover {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  transform: none !important;
}

.footer-alore-social-btn svg,
.footer-alore-whatsapp-icon,
.footer-alore-tiktok-icon {
  color: #ffffff !important;
  fill: none !important;
  stroke: currentColor !important;
}

.footer-alore-whatsapp-icon,
.footer-alore-tiktok-icon {
  fill: currentColor !important;
  stroke: none !important;
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1600;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(250, 247, 231, .96);
  border: 1px solid rgba(148, 98, 54, .28);
  box-shadow: 0 14px 28px rgba(152, 93, 89, .18);
  color: var(--brand-rose);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-2px) scale(1.02);
  background: var(--brand-cream);
  color: var(--brand-brown);
  box-shadow: 0 18px 34px rgba(152, 93, 89, .24);
}

.floating-whatsapp:focus-visible {
  outline: 3px solid rgba(202, 168, 123, .45);
  outline-offset: 3px;
}

.floating-whatsapp-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media (max-width: 980px) {
  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }

  .floating-whatsapp-icon {
    width: 26px;
    height: 26px;
  }
}

/* Brand palette override */
body,
.page {
  background: var(--brand-fundo);
  color: var(--brand-rose);
}

.site-header,
.site-header.is-scrolled {
  background: rgba(255, 251, 250, .92);
  border-bottom-color: rgba(202, 168, 123, .28);
  box-shadow: 0 12px 34px rgba(152, 93, 89, .10);
}

.header-nav a,
.hero-note,
.lead,
.security,
.text-highlight,
.text-highlight-accent,
.social-btn,
.mini-icon,
.note,
.stats h3,
.stat strong,
.form-head,
.footer-alore-meta,
.footer-alore-copy,
.section-title,
.stack-inner h2,
.content h2,
.repertoire-item a,
.repertoire-item small,
.alore-swal-title,
.alore-swal-text {
  color: var(--brand-rose);
}

.header-nav a:hover,
.social-btn:hover,
.footer-alore-social-btn:hover {
  color: var(--brand-beige);
}

.header-nav a::after,
.gold-line,
.btn-landing.btn-primary,
.btn-landing-outline,
.note .cup,
.floating-card .shield,
.stars,
.form-head .person {
  color: var(--brand-beige);
}

.strip-icon {
  background-color: transparent;
}

.hero,
.stack-inner,
.highlight-phrase-inner,
.instrument-picker,
.inline-selection-actions,
.mini-formation-card,
.repertoire-item,
.period-field,
.form-card,
.about-feature-image,
.stats,
.note,
.benefits-strip,
.site-footer,
.site-footer-alore,
.video-modal-dialog,
.video-modal.is-vertical .video-modal-dialog {
  border-color: rgba(202, 168, 123, .24) !important;
}

.hero {
  background: var(--brand-cream);
}

.hero-copy,
.highlight-phrase-inner,
.stack-inner,
.mini-formation-card,
.instrument-picker,
.inline-selection-actions,
.period-field,
.repertoire-item,
.video-modal.fallback,
.video-modal-dialog,
.video-modal-fallback {
  background: #fffbfa !important;
}

.hero-copy,
.highlight-phrase-inner,
.stack-inner,
.mini-formation-card,
.instrument-picker,
.inline-selection-actions,
.period-field,
.repertoire-item {
  box-shadow: 0 10px 24px rgba(152, 93, 89, .07);
}

.hero-copy {
  border-color: rgba(202, 168, 123, .24);
  background: #fffbfa;
}

.hero h1,
.highlight-phrase-text,
.phrase-strong,
.phrase-accent {
  color: var(--brand-brown);
}

.btn-landing.btn-primary,
.btn-gold,
.alore-swal-confirm {
  background: var(--brand-rose) !important;
  color: #fffbfa !important;
}

.btn-landing-outline,
.social-btn {
  border-color: var(--brand-brown) !important;
  color: var(--brand-brown) !important;
}

.btn-landing-outline:hover,
.social-btn:hover,
.alore-swal-confirm:hover {
  background: var(--brand-beige) !important;
  color: var(--brand-rose) !important;
}

.benefits-strip,
.scarcity,
.site-footer-alore,
.mobile-menu-overlay,
.form-card,
.form-head {
  background: var(--brand-rose) !important;
}

.benefits-strip p,
.scarcity p,
.site-footer-alore,
.site-footer-alore a,
.mobile-menu-nav a,
.check span,
.safe,
.video-modal-meta,
.video-modal-meta p,
.video-modal-close {
  color: #fffbfa !important;
}

.strip-item,
.foot-item,
.mini-formation-card,
.repertoire-item,
.period-row label,
.period-field label,
#instrumentLimitHint,
.period-intro,
.repertoire-search,
input,
select {
  color: var(--brand-rose) !important;
}

.strip-item {
  border-right-color: rgba(202, 168, 123, .40) !important;
}

.strip-item p,
.foot-item span,
.footer-alore-meta,
.footer-alore-copy {
  color: rgba(255, 251, 250, .86) !important;
}

.stack-inner,
.highlight-phrase-inner,
.about-column,
.formations-inner {
  background: #faf7e7 !important;
  border-color: rgba(202, 168, 123, .24) !important;
}

.repertoire-search,
input,
select,
.period-field input[type="datetime-local"] {
  background: #fffbfa !important;
  border-color: rgba(148, 98, 54, .35) !important;
}

.repertoire-results::-webkit-scrollbar-thumb {
  background: var(--brand-brown) !important;
}

.repertoire-results::-webkit-scrollbar-track {
  background: var(--brand-cream) !important;
}

.footer-alore-social-btn {
  color: #fffbfa !important;
}

.footer-alore-social-btn:hover {
  color: var(--brand-beige) !important;
}

.footer-alore-whatsapp-icon,
.footer-alore-tiktok-icon {
  fill: currentColor;
  stroke: none;
}

@font-face {
  font-family: "Cinzel";
  src: url("/fonts/cinzel/Cinzel-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Arapey";
  src: url("/fonts/Arapey/Arapey-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Arapey";
  src: url("/fonts/Arapey/Arapey-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Milton Two";
  src: url("/fonts/milton_two/Milton_Two.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "High Spirited";
  src: url("/fonts/high-spirited.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

:root {
  --brand-fundo: #fffbfa;
  --brand-rose: #503030;
  --brand-cream: #faf7e7;
  --brand-brown: #946236;
  --brand-beige: #caa87b;
  --verde: #503030;
  --verde-escuro: #946236;
  --dourado: #caa87b;
  --dourado-claro: #caa87b;
  --texto: #503030;
  --bg: #fffbfa;
  --card: #faf7e7;
  --linha: rgba(202,168,123,.55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Arapey", Georgia, serif;
  color: var(--texto);
  background: var(--brand-fundo);
}

.page {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--bg);
  overflow: hidden;
  padding-top: var(--header-offset, 141px);
}

.top-line {
  height: 6px;
  background: var(--dourado);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1031;
}

.site-header {
  height: 135px;
  position: fixed;
  top: 6px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
  background: rgba(255, 253, 250, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(189, 145, 55, .18);
  box-shadow: 0 8px 24px rgba(15, 55, 44, 0);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(24px, 5vw, 78px);
  gap: 24px;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 250, .72);
  box-shadow: 0 12px 34px rgba(15, 55, 44, .10);
  border-bottom-color: rgba(189, 145, 55, .28);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(10px);
}
.brand-logo {
  display: block;
  width: 311px;
  height: 109px;
  object-fit: contain;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 700;
  letter-spacing: .8px;
  height: 100%;
}
.header-nav a {
  color: var(--verde);
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0 2px;
  transition: color .2s ease, transform .2s ease;
}
.header-nav a:hover {
  color: #D8AE54;
  transform: translateY(-1px);
}
.header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 100%;
  height: 2px;
  background: #D8AE54;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}
.header-nav a:hover::after {
  transform: scaleX(1);
}
.header-nav-left { justify-content: flex-start; }
.header-nav-right { justify-content: flex-end; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  min-height: 565px;
  padding-inline: clamp(24px, 5vw, 78px);
  background: #ddd;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100%, 100vh);
  height: max(100%, 100vw);
  object-fit: cover;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center center;
  z-index: 0;
}

.hero-copy {
  width: 100%;
  grid-column: 1 / -1;
  align-self: end;
  justify-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 44px clamp(24px, 5vw, 78px) 50px;
  z-index: 2;
  position: relative;
  max-width: none;
  background: #fffbfa;
  border: 1px solid rgba(189, 145, 55, .18);
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(15, 55, 44, .10);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
 .hero-kicker {
  font-family: "Milton Two", "Cinzel", serif;
  margin: 0 0 14px;
  color: var(--dourado-claro);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  font-weight: 700;
}
h1 {
  font-family: "Cinzel", serif;
  margin: 0;
  max-width: 100%;
  color: #996234;
  font-size: clamp(28px, 3vw, 52px);
  line-height: 1;
  letter-spacing: -1.2px;
  text-shadow: 0 2px 12px rgba(15, 55, 44, .22);
}
h1 span { color: #996234; }
.hero-note {
  margin: 22px 0 0;
  max-width: min(100%, 780px);
  color: rgba(153, 98, 52, .92);
  font-size: 20px;
  line-height: 1.45;
}
.lead { font-size: 21px; line-height: 1.45; max-width: 610px; margin: 24px 0 30px; color: #354743; }
.lead b { font-weight: 700; }
.btn-landing {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  height: 72px; padding: 0 32px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 19px;
  border: 0;
  cursor: pointer;
}
.btn-landing.btn-primary { background: var(--verde); color: #fff; }
.btn-landing-outline { background: transparent; border: 2px solid var(--dourado); color: var(--dourado-claro); }
.security { margin-top: 33px; display: flex; align-items: center; gap: 10px; font-weight: 700; color: #54625e; }

.floating-card {
  position: absolute;
  left: 50.5%; top: 240px;
  transform: translateX(-50%);
  width: 210px;
  min-height: 205px;
  background: #fffaf3;
  border: 2px solid #eadfc8;
  border-radius: 14px;
  box-shadow: 0 18px 35px rgba(55,36,12,.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 18px;
  color: var(--verde);
  z-index: 3;
}
.floating-card .shield { font-size: 48px; color: var(--dourado); margin-bottom: 13px; }
.floating-card b { font-size: 14px; line-height: 1.35; }
.stars { color: var(--dourado); letter-spacing: 4px; margin-top: 10px; font-size: 15px; }

.benefits-strip {
  background: var(--brand-rose);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  padding: 30px clamp(24px, 5vw, 78px);
}
.strip-item {
  min-height: 190px;
  height: 100%;
  text-align: center;
  padding: 18px 28px 22px;
  border-right: 1px solid rgba(216,174,84,.40);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.strip-item:last-child { border-right: 0; }
.strip-icon {
  width: 88px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  line-height: 1;
  color: var(--dourado-claro);
  margin: 0;
  background: transparent;
  flex: 0 0 auto;
}
.strip-icon-svg {
  width: 50px;
  height: 50px;
  fill: currentColor;
  display: block;
}
.strip-item h3 { margin: 0; font-size: 24px; line-height: 1.12; color: #fff; }
.strip-item p { margin: 0; font-size: 17px; line-height: 1.43; color: #f2f0e9; max-width: none; }

.main-section {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 42px;
  padding: 35px clamp(24px, 5vw, 78px) 32px;
  align-items: start;
}

 .content h2 {
  font-family: "Cinzel", serif; color: var(--verde); font-size: 36px; line-height: 1.08; margin: 10px 0 11px; }
.gold-line { width: 58px; height: 4px; background: var(--dourado); margin: 17px 0 21px; }
.content > p { font-size: 19px; line-height: 1.45; max-width: 650px; margin-bottom: 34px; }

.content-about p { max-width: 760px; }
.text-highlight {
  color: #996234;
  font-weight: 700;
}
.text-highlight-accent {
  color: #bd9137;
  font-weight: 700;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}
.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid #996234;
  background: #fffdfa;
  color: #996234;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}
.social-btn:hover {
  background: #996234;
  color: #fffdfa;
  border-color: #996234;
  transform: translateY(-2px);
}
.social-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.three-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; max-width: 650px; }
.mini { text-align: center; font-weight: 700; font-size: 16px; line-height: 1.25; }
.mini-icon { width: 74px; height: 74px; margin: 0 auto 13px; border-radius: 50%; background: #efe4d1; display: grid; place-items: center; color: var(--verde); font-size: 38px; }

.note {
  margin-top: 37px;
  background: #efe4d1;
  border-radius: 7px;
  width: 585px;
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 33px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}
.note .cup { font-size: 44px; color: var(--dourado); }

.stats {
  margin-top: 44px;
  background: #f2eadf;
  border-radius: 9px;
  padding: 22px 26px 19px;
  max-width: 690px;
  box-shadow: 0 4px 10px rgba(0,0,0,.03);
}
.stats h3 { margin: 0 0 18px; color: var(--verde); font-size: 27px; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { border-right: 1px solid #b7b0a5; padding: 0 18px; text-align: center; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 31px; color: var(--verde); margin-bottom: 2px; }
.stat span { font-size: 14px; font-weight: 700; line-height: 1.18; display: block; }

.form-card {
  width: 100%;
  max-width: 575px;
  background: #462B2B;
  border-radius: 11px;
  box-shadow: 0 12px 26px rgba(30, 15, 15, .28);
  overflow: hidden;
  margin-top: 0;
  border: 1px solid rgba(216,174,84,.18);
}
.form-head {
  background: var(--brand-rose);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 34px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
}
.form-head .person { color: var(--dourado-claro); font-size: 50px; }
form { padding: 31px 34px 23px; }
label { display: block; font-weight: 700; color: #f5ebe4; font-size: 16px; margin-bottom: 8px; }
input, select {
  width: 100%;
  height: 47px;
  border: 1px solid rgba(216,174,84,.24);
  border-radius: 7px;
  padding: 0 15px;
  font-size: 15px;
  margin-bottom: 17px;
  background: rgba(255, 250, 241, .96);
  color: #5b4646;
}
.check { display: grid; grid-template-columns: 25px 1fr; gap: 12px; align-items: start; margin: 5px 0 21px; }
.check input { width: 25px; height: 25px; margin: 0; }
.check span { font-size: 15px; line-height: 1.35; color: #f2e7e2; }
.btn-gold { background: var(--brand-brown); color: #fff; width: 100%; height: 60px; border-radius: 7px; font-size: 20px; }
.safe { text-align: center; margin-top: 20px; color: #f2e7e2; font-size: 15px; font-weight: 700; }

.scarcity {
  background: var(--verde-escuro);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 390px;
  align-items: center;
  gap: 30px;
  padding: 32px clamp(24px, 5vw, 78px);
}
.scarcity-text { display: flex; align-items: center; gap: 25px; }
.clock { width: 66px; height: 66px; border: 4px solid var(--dourado-claro); border-radius: 50%; display: grid; place-items: center; color: var(--dourado-claro); font-size: 34px; flex: 0 0 auto; }
.scarcity h3 { color: var(--dourado-claro); font-size: 28px; margin: 0 0 6px; }
.scarcity p { margin: 0; font-size: 17px; }
.scarcity .btn { height: 67px; font-size: 18px; }

.site-footer {
  background: #fffdfa;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 41px clamp(24px, 5vw, 78px) 37px;
}
.foot-item { display: flex; gap: 20px; align-items: center; padding: 0 24px; border-right: 1px solid #ddd4c9; }
.foot-item:last-child { border-right: 0; }
.foot-icon { font-size: 48px; color: var(--verde); }
.foot-item b { display: block; font-size: 19px; color: var(--verde); line-height: 1.08; }
.foot-item span { font-size: 15px; line-height: 1.2; display: block; margin-top: 4px; }

@media (max-width: 980px) {
  .site-header {
    height: auto;
    padding: 24px;
    gap: 14px;
    grid-template-columns: 1fr;
    justify-items: start;
    top: 6px;
  }
  .header-nav {
  font-family: "Cinzel", serif;
    width: 100%;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    height: auto;
  }
  .brand {
    width: 100%;
    justify-content: center;
    transform: none;
  }
  .header-nav a {
    height: auto;
    padding: 10px 0;
  }
  .header-nav a::after {
    bottom: 6px;
  }
  .hero, .main-section, .scarcity { grid-template-columns: 1fr; }
  .hero { padding-inline: 24px; }
  .hero-copy { padding: 28px 22px 24px; }
  h1 {
  font-family: "Cinzel", serif; font-size: clamp(20px, 6.4vw, 38px); line-height: 1.05; white-space: normal; }
  .hero-note { font-size: 16px; margin-top: 16px; }
  .hero-video { min-height: 360px; }
  .floating-card { position: static; transform: none; margin: 20px auto; }
  .benefits-strip, .site-footer { grid-template-columns: 1fr; padding: 24px; }
  .strip-item, .foot-item { border-right: 0; border-bottom: 1px solid rgba(189,145,55,.35); padding: 24px 0; }
  .main-section { padding: 30px 24px; }
  .three-icons, .stats-row { grid-template-columns: 1fr; }
  .note { width: 100%; }
  .scarcity { padding: 30px 24px; }
  .scarcity .btn { width: 100%; }
  .social-links { flex-wrap: wrap; }
}

.about-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 100%;
}

.about-columns p {
  margin: 0;
  padding: 18px 18px 20px;
  background: #faf7e7;
  border: 1px solid rgba(189,145,55,.24);
  border-radius: 10px;
  font-size: 17px;
  line-height: 1.55;
  box-shadow: 0 8px 20px rgba(15,55,44,.06);
}

.formations-section {
  padding: 18px clamp(24px, 5vw, 78px) 48px;
}

.formations-inner {
  background: #faf7e7;
  border: 1px solid rgba(189,145,55,.28);
  border-radius: 16px;
  padding: 36px clamp(20px, 3vw, 36px);
  box-shadow: 0 14px 32px rgba(15,55,44,.08);
}

.formations-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
}

.formations-head h2 {
  font-size: 38px;
  color: var(--verde);
  margin: 0 0 10px;
}

.formations-head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

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

.formation-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(189,145,55,.22);
  box-shadow: 0 10px 24px rgba(15,55,44,.08);
}

.formation-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .45s ease;
}

.formation-card:hover img {
  transform: scale(1.04);
}

.formation-body {
  padding: 20px;
}

.formation-body h3 {
  margin: 0 0 10px;
  color: var(--verde);
  font-size: 28px;
}

.formation-tags {
  margin: 0 0 10px;
  color: #996234;
  font-weight: 700;
  line-height: 1.45;
}

.formation-body p {
  margin: 0;
  line-height: 1.5;
}

.formations-note {
  margin: 24px auto 0;
  max-width: 900px;
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
}

.formations-note span {
  color: #996234;
  font-weight: 700;
}

.formations-cta {
  margin-top: 26px;
  text-align: center;
}

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

  .formations-section {
    padding: 8px 24px 34px;
  }

  .formations-inner {
    padding: 24px 18px;
  }

  .formations-head h2 {
    font-size: 31px;
  }

  .formations-head p {
    font-size: 16px;
  }

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

  .formation-body h3 {
    font-size: 24px;
  }
}

.about-three-columns {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(640px, 1.6fr);
  gap: 22px;
  padding: 35px clamp(24px, 5vw, 78px) 40px;
}

.about-column {
  background: #faf7e7;
  border: 1px solid rgba(189,145,55,.24);
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(15,55,44,.07);
}

.about-column h2,
.about-column h3 {
  margin: 0;
  color: var(--verde);
}

.about-column h3 { font-size: 30px; }
.about-column p { line-height: 1.52; }

.about-column-left p { font-size: 17px; }
.about-column-left p + p { margin-top: 14px; }

.column-intro {
  margin: 14px 0 16px;
  font-size: 16px;
}

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

.mini-formation-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(189,145,55,.22);
  background: #fff;
  border-radius: 10px;
  padding: 12px;
}

.mini-formation-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}

 .mini-formation-card h4 {
  font-family: "Cinzel", serif;
  margin: 0 0 4px;
  color: var(--verde);
  font-size: 18px;
}

.mini-formation-card p {
  margin: 0;
  font-size: 14px;
  color: #996234;
  font-weight: 700;
}

.column-btn {
  width: 100%;
  margin-top: 14px;
  height: 54px;
  font-size: 17px;
}

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

.differential-item {
  background: #fff;
  border: 1px solid rgba(189,145,55,.2);
  border-radius: 10px;
  padding: 12px;
}

.differential-item h4 {
  margin: 0 0 4px;
  font-size: 17px;
  color: var(--verde);
}

.differential-item p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .about-three-columns {
    grid-template-columns: 1fr;
  }
}

.mini-formation-card small {
  display: block;
  margin-top: 6px;
  color: #5b675f;
  font-size: 13px;
  line-height: 1.45;
}

.about-column-middle {
  padding: 24px;
}

.mini-formation-card {
  align-items: stretch;
}

.mini-formation-card div {
  margin-top: 10px;
}

@media (max-width: 1500px) {
  .mini-formation-list {
    grid-template-columns: 1fr;
  }
}

.selectable-card {
  position: relative;
  cursor: pointer;
}

.selectable-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.selectable-card:has(input:checked) {
  border-color: #b18231;
  box-shadow: 0 0 0 2px rgba(177,130,49,.18), 0 10px 24px rgba(15,55,44,.07);
}

.formation-card-disabled {
  cursor: default;
}

.inline-selection-actions {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.inline-selection-actions label {
  color: #273c37;
  font-weight: 700;
}

.inline-selection-actions input {
  max-width: 300px;
}

.instrument-picker {
  margin-top: 14px;
  border: 1px solid rgba(189,145,55,.22);
  border-radius: 10px;
  background: #fff;
  padding: 12px;
  display: none;
}

#instrumentLimitHint {
  margin: 0 0 10px;
  color: #273c37;
  font-weight: 700;
  font-size: 14px;
}

#instrumentLimitHint,
.period-intro {
  display: none;
}

.instrument-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.instrument-options label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(189,145,55,.24);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fffdf8;
  font-size: 13px;
  color: #355049;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}


.instrument-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.instrument-options label:has(input:checked) {
  border-color: #b18231;
  background: #f8efdf;
  color: #6f4a17;
  box-shadow: 0 0 0 2px rgba(177,130,49,.18);
}


.period-row {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 8px;
}

.period-row label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #273c37;
}

.hidden {
  display: none;
}

@media (max-width: 920px) {
  .period-row {
    grid-template-columns: 1fr;
  }
}

.inline-selection-actions {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(189,145,55,.28);
  border-radius: 12px;
  background: #fffbfa;
  display: none;
}

.period-row {
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) auto minmax(240px, 1fr);
  align-items: end;
  gap: 12px;
}

.period-row label {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  color: #6f4a17;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.period-row input[type="datetime-local"] {
  height: 56px;
  padding: 0 14px;
  border: 1px solid rgba(177,130,49,.45);
  border-radius: 10px;
  background: #fff;
  color: #2f4741;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(15,55,44,.06);
}

.period-row input[type="datetime-local"]:focus {
  outline: none;
  border-color: #b18231;
  box-shadow: 0 0 0 3px rgba(177,130,49,.18);
}

.inline-selection-actions .column-btn {
  height: 58px;
  font-size: 18px;
}

@media (max-width: 920px) {
  .period-row {
    grid-template-columns: 1fr;
  }

  .period-row label {
    margin: 6px 0 4px;
  }

  .period-row input[type="datetime-local"] {
    max-width: 100%;
  }
}

.about-feature-image {
  margin: 6px 0 16px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(189,145,55,.28);
  box-shadow: 0 12px 24px rgba(15,55,44,.10);
  background: #fff;
}

.about-feature-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.repertoire-block {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(189,145,55,.24);
  border-radius: 12px;
  background: #fffdf8;
}

 .repertoire-block h4 {
  font-family: "Cinzel", serif;
  margin: 0;
  font-size: 22px;
  color: var(--verde);
}

.repertoire-subtitle {
  margin: 6px 0 10px;
  font-size: 14px;
}

.repertoire-search {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(177,130,49,.38);
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
}

.repertoire-results {
  margin-top: 10px;
  display: grid;
  gap: 10px;
  max-height: 360px;
  overflow: auto;
  padding-right: 4px;
}

.repertoire-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  border: 1px solid rgba(189,145,55,.2);
  border-radius: 10px;
  padding: 8px;
  background: #fff;
}

.repertoire-item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.repertoire-item a {
  color: #6f4a17;
  font-weight: 700;
  text-decoration: none;
}

.repertoire-item small {
  color: #4a5f57;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68);
}

.video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(940px, calc(100% - 28px));
  margin: 28px auto;
  background: #111;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.18);
  padding: 12px;
}

.video-modal.is-vertical .video-modal-dialog {
  width: min(460px, calc(100% - 24px));
  background: #1a1a1a;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .45);
}

.video-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 30px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.video-modal-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 10px;
}

#videoModalPlayer {
  width: 100%;
  max-height: 78vh;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #000;
  object-fit: contain;
}

.video-modal.is-vertical #videoModalPlayer {
  aspect-ratio: 9 / 16;
  max-height: 76vh;
  border-radius: 14px;
}

.video-modal-meta {
  color: #f2eee7;
  padding: 8px 6px 12px;
}

.video-modal-meta h4 {
  margin: 0 0 6px;
  font-size: 24px;
  color: #fff;
}

.video-modal-meta p {
  margin: 2px 0;
  font-size: 14px;
  color: #d5cdc0;
}

.video-modal.is-vertical .video-modal-meta {
  padding: 10px 8px 12px;
}

.video-modal.is-vertical .video-modal-meta h4 {
  font-size: 21px;
}

.repertoire-channel-link {
  display: inline-block;
  margin: 0 0 10px;
  color: #6f4a17;
  font-weight: 700;
  text-decoration: none;
}

.video-modal-fallback {
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
  color: #f2eee7;
}

.video-modal-fallback a {
  color: #f7c66a;
  font-weight: 700;
  text-decoration: none;
}

.site-footer-alore {
  background: #4C2E2E;
  color: #f8f1e5;
  padding: 64px 24px;
}

.site-footer-alore-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.footer-alore-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.footer-alore-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.footer-alore-social-btn {
  color: #f8f1e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  transition: all .25s ease;
}

.footer-alore-social-btn:hover {
  color: #D8AE54;
  transform: translateY(-1px);
}

.footer-alore-social-btn svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-alore-whatsapp-icon {
  fill: currentColor;
  stroke: none;
}

.footer-alore-tiktok-icon {
  fill: currentColor;
  stroke: none;
}

.footer-alore-meta {
  color: rgba(248, 241, 229, .82);
  font-size: 14px;
  line-height: 1.6;
}

.footer-alore-meta p {
  margin: 0;
}

 .footer-alore-copy {
  font-family: "Arapey", Georgia, serif;
  margin: 0;
  color: rgba(248, 241, 229, .58);
  font-size: 13px;
}

.stack-section {
  padding: 36px clamp(24px, 5vw, 78px);
}

.stack-inner {
  max-width: 1160px;
  margin: 0 auto;
  background: #faf7e7;
  border: 1px solid rgba(189,145,55,.24);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(15,55,44,.07);
}

.stack-inner h2 {
  margin: 0;
  color: var(--verde);
  font-size: 34px;
}

.about-v2-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 22px;
  align-items: start;
}

.about-v2-copy p {
  font-size: 24px;
  line-height: 1.52;
  margin: 0 0 12px;
  text-align: justify;
}

.formations-v2 .mini-formation-list,
.repertoire-v2 .repertoire-results {
  margin-top: 14px;
}

@media (max-width: 980px) {
  .stack-section {
    padding: 24px;
  }

  .stack-inner {
    padding: 18px;
  }

  .about-v2-grid {
    grid-template-columns: 1fr;
  }
}

 .section-title {
  font-family: "Cinzel", serif;
  margin: 0;
  color: var(--verde);
  font-size: 36px;
  line-height: 1.08;
}

.section-line {
  margin: 14px 0 18px;
}

/* Repertório ALORE scrollbar personalizada */
.repertoire-results {
  scrollbar-width: thin;
  scrollbar-color: #8F5B2C #f4ebde;
}

.repertoire-results::-webkit-scrollbar {
  width: 10px;
}

.repertoire-results::-webkit-scrollbar-track {
  background: #f4ebde;
  border-radius: 999px;
}

.repertoire-results::-webkit-scrollbar-thumb {
  background: #8F5B2C;
  border-radius: 999px;
  border: 2px solid #f4ebde;
}

.repertoire-results::-webkit-scrollbar-thumb:hover {
  background: #D8AE54;
}

/* Correção defensiva de overflow horizontal */
html,
body {
  overflow-x: hidden;
}

.page,
.stack-section,
.stack-inner,
.about-v2-grid,
.period-row {
  max-width: 100%;
}

.media-library-shell {
  background:
    radial-gradient(circle at top left, rgba(216, 174, 84, .18), transparent 28%),
    linear-gradient(180deg, #fffaf1 0%, #f6efe3 100%);
}

.media-library-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.media-library-head-copy {
  max-width: 760px;
}

.media-library-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #8f5b2c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.media-library-subtitle {
  margin: 10px 0 0;
  max-width: 760px;
  color: #4f4a42;
  font-size: 16px;
  line-height: 1.65;
}

.media-library-head-actions {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.media-library-stat {
  min-width: 220px;
  padding: 14px 16px;
  border: 1px solid rgba(143, 91, 44, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 16px 40px rgba(76, 46, 46, .08);
}

.media-library-stat-label {
  display: block;
  margin-bottom: 4px;
  color: #8f5b2c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.media-library-stat strong {
  color: #21443d;
  font-size: 18px;
}

.media-library-cta {
  min-width: 220px;
  text-align: center;
}

.media-library-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, .9fr);
  gap: 22px;
  align-items: start;
}

.media-library-stage,
.media-library-rail {
  border: 1px solid rgba(143, 91, 44, .16);
  border-radius: 26px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 24px 56px rgba(76, 46, 46, .08);
}

.media-library-stage {
  overflow: hidden;
}

.media-library-player-shell {
  position: relative;
  padding: 18px;
  background: linear-gradient(180deg, #231716 0%, #101010 100%);
}

.media-library-player-frame {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #060606;
  aspect-ratio: 16 / 9;
}

.media-library-player-frame iframe,
.media-library-player-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  object-fit: cover;
}

.media-library-player-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 14px;
  padding: 24px;
  background:
    linear-gradient(160deg, rgba(248, 241, 229, .08), rgba(216, 174, 84, .16)),
    #111;
  color: #f5ede1;
  text-align: center;
}

.media-library-player-fallback h3 {
  margin: 10px 0 8px;
  font-family: "Cinzel", serif;
  font-size: 28px;
}

.media-library-player-fallback p {
  margin: 0;
  color: rgba(245, 237, 225, .78);
}

.media-library-player-fallback a {
  justify-self: center;
  padding: 11px 18px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #b18231, #8f5b2c);
}

.media-library-stage-badges {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.media-library-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 250, 241, .16);
  color: #fff4e7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.media-library-pill-muted {
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 244, 231, .9);
}

.media-library-stage-copy {
  padding: 24px;
}

.media-library-stage-copy h3 {
  margin: 0;
  color: #21443d;
  font-family: "Cinzel", serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

.media-library-stage-description {
  margin: 14px 0 0;
  color: #584f45;
  font-size: 16px;
  line-height: 1.7;
}

.media-library-stage-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.media-library-stage-meta div {
  padding: 14px;
  border-radius: 18px;
  background: #f7efe3;
  border: 1px solid rgba(143, 91, 44, .12);
}

.media-library-stage-meta span {
  display: block;
  margin-bottom: 5px;
  color: #8f5b2c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.media-library-stage-meta strong {
  color: #21443d;
  font-size: 15px;
  line-height: 1.45;
}

.media-library-stage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.media-library-stage-tags span,
.media-library-card-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(33, 68, 61, .08);
  color: #21443d;
  font-size: 12px;
  font-weight: 700;
}

.media-library-rail {
  padding: 18px;
}

.media-library-search-box {
  margin-bottom: 16px;
}

.media-library-search {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(143, 91, 44, .2);
  border-radius: 16px;
  padding: 0 16px;
  background: #fffdf8;
  color: #2f241f;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.media-library-search:focus {
  outline: 0;
  border-color: #b18231;
  box-shadow: 0 0 0 4px rgba(177,130,49,.12);
}

.media-library-rail-header h3 {
  margin: 0;
  color: #21443d;
  font-family: "Cinzel", serif;
  font-size: 22px;
}

.media-library-rail-header p {
  margin: 6px 0 0;
  color: #61574d;
  font-size: 14px;
}

.media-library-rail-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  max-height: 742px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: #8f5b2c #f6ede3;
}

.media-library-rail-list::-webkit-scrollbar {
  width: 6px;
}

.media-library-rail-list::-webkit-scrollbar-track {
  background: #f6ede3;
  border-radius: 999px;
}

.media-library-rail-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #b18231, #8f5b2c);
  border-radius: 999px;
}

.media-library-rail-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #c4933f, #7c4c22);
}

.media-library-rail-item,
.media-library-card {
  border: 0;
  text-align: left;
}

.media-library-rail-item {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(76, 46, 46, .06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.media-library-rail-item:hover,
.media-library-card:hover {
  transform: translateY(-2px);
}

.media-library-rail-item.is-active,
.media-library-card.is-active {
  box-shadow: 0 18px 36px rgba(143, 91, 44, .18);
  outline: 1px solid rgba(177, 130, 49, .35);
}

.media-library-rail-thumb {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 16 / 10;
}

.media-library-rail-thumb img,
.media-library-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-library-rail-copy strong {
  display: block;
  color: #21443d;
  font-size: 16px;
  line-height: 1.35;
}

.media-library-rail-copy small {
  display: block;
  margin-top: 4px;
  color: #7b6b5b;
  font-size: 13px;
  line-height: 1.45;
}

.media-library-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
  padding-top: 10px;
  border-top: 1px solid rgba(143, 91, 44, .12);
}

.media-library-page-list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.media-library-page-btn,
.media-library-page-nav {
  min-width: 42px;
  border: 1px solid rgba(143, 91, 44, .18);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fffaf4;
  color: #21443d;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(76, 46, 46, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.media-library-page-btn:hover,
.media-library-page-nav:hover {
  transform: translateY(-1px);
  border-color: rgba(177, 130, 49, .4);
  box-shadow: 0 12px 24px rgba(76, 46, 46, .08);
}

.media-library-page-btn.is-current {
  background: linear-gradient(135deg, #b18231, #8f5b2c);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 14px 26px rgba(143, 91, 44, .22);
}

.media-library-page-nav[disabled] {
  opacity: .4;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.media-library-grid-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
}

.media-library-grid-head h3 {
  margin: 6px 0 0;
  color: #21443d;
  font-family: "Cinzel", serif;
  font-size: 28px;
}

.media-library-grid-head p {
  max-width: 500px;
  margin: 0;
  color: #61574d;
  font-size: 15px;
  line-height: 1.65;
}

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

.media-library-card {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fbf4ea 100%);
  box-shadow: 0 16px 36px rgba(76, 46, 46, .08);
  transition: transform .24s ease, box-shadow .24s ease, outline .24s ease;
}

.media-library-card-cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.media-library-card-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .42) 100%);
}

.media-library-card-play {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 250, 241, .92);
  color: #21443d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.media-library-card-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.media-library-card-eyebrow {
  color: #8f5b2c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.media-library-card-body strong {
  color: #21443d;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Cinzel", serif;
}

.media-library-card-meta {
  color: #63584d;
  font-size: 14px;
  line-height: 1.55;
}

.media-library-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.media-library-footer {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.media-library-text-link {
  color: #8f5b2c;
  font-weight: 700;
  text-decoration: none;
}

.media-library-empty {
  margin: 0;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  color: #63584d;
}

.media-library-empty-grid {
  grid-column: 1 / -1;
}

.media-library-section-library .media-library-shell {
  margin-top: 36px;
}

@media (max-width: 1180px) {
  .media-library-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 980px) {
  .media-library-head,
  .media-library-grid-head {
    grid-template-columns: 1fr;
    display: grid;
    align-items: start;
  }

  .media-library-head-actions {
    justify-items: start;
  }

  .media-library-stage-meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .media-library-player-shell,
  .media-library-rail,
  .media-library-stage-copy {
    padding: 16px;
  }

  .media-library-player-shell.is-floating {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1200;
    padding: 8px;
    border-radius: 18px;
    background: rgba(22, 16, 14, .94);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
    backdrop-filter: blur(10px);
  }

  .media-library-player-shell.is-floating .media-library-player-frame {
    border-radius: 14px;
  }

  .media-library-player-shell.is-floating .media-library-floating-close {
    top: 14px;
    right: 14px;
  }

  .media-library-stage-badges {
    top: 22px;
    left: 22px;
  }

  .media-library-grid {
    grid-template-columns: 1fr;
  }

  .media-library-rail-item {
    grid-template-columns: 96px 1fr;
  }

  .media-library-card-body strong {
    font-size: 20px;
  }
}

.period-row {
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
}

@media (max-width: 920px) {
  .period-row {
    grid-template-columns: 1fr;
  }
}

.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(143,91,44,.32);
  border-radius: 10px;
  background: #fffdfa;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #4C2E2E;
  border-radius: 999px;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: #4C2E2E;
  z-index: 1500;
  display: none;
  padding: 72px 24px 28px;
}

.mobile-menu-overlay.is-open {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-menu-close {
  position: absolute;
  top: 22px;
  right: 22px;
  font-size: 42px;
  line-height: 1;
  border: 0;
  background: transparent;
  color: #D8AE54;
  cursor: pointer;
}

.mobile-menu-nav {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

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

.mobile-menu-logo {
  display: block;
  width: 240px;
  max-width: 66vw;
  height: auto;
}

.mobile-menu-nav a {
  color: #f8f1e5;
  text-decoration: none;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .4px;
}

@media (max-width: 980px) {
  .mobile-menu-toggle {
    display: inline-flex;
    justify-self: start;
  }

  .site-header {
    position: relative;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    justify-items: center;
  }

  .header-nav {
  font-family: "Cinzel", serif;
    display: none;
  }

  .brand {
    grid-column: 2;
    width: 100%;
    justify-content: center;
  }

  .brand-logo {
    width: min(210px, 58vw);
    height: auto;
  }

  .mobile-menu-brand {
    display: flex;
    justify-content: center;
    margin: 8px 0 24px;
    width: 100%;
  }
}

.highlight-phrase-section {
  padding: 28px clamp(24px, 5vw, 78px) 10px;
}

.highlight-phrase-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px 24px;
  border-radius: 12px;
  border: 1px solid rgba(143,91,44,.26);
  background: #faf7e7;
  text-align: center;
}

.highlight-phrase-inner p {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.2;
  color: #8F5B2C;
}


.highlight-phrase-section {
  padding: 30px clamp(24px, 5vw, 78px) 8px;
  text-align: center;
}

.highlight-phrase-text {
  margin: 0 auto;
  max-width: 980px;
  font-family: "Arapey", Georgia, serif;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.2;
  color: #4C2E2E;
}

.phrase-strong {
  font-family: "Cinzel", serif;
  color: #8F5B2C;
}

.phrase-accent {
  font-family: "Milton Two", "Cinzel", serif;
  color: #D8AE54;
  text-shadow: 0 1px 0 rgba(76,46,46,.18);
}

.highlight-phrase-text {
  font-family: "Cinzel", serif;
  font-style: normal;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 700;
  line-height: 1.15;
}

.phrase-strong,
.phrase-accent {
  font-family: "Cinzel", serif;
  font-style: normal;
}

.period-intro {
  margin: 0 0 12px;
  color: #5a4636;
  font-size: 15px;
  font-weight: 700;
}

.elegant-period-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.period-field {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(177,130,49,.28);
  border-radius: 10px;
  padding: 10px 10px 12px;
}

.period-field label {
  display: block;
  margin: 0 0 8px;
  color: #6f4a17;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.period-field input[type="datetime-local"] {
  width: 100%;
  margin: 0;
}

@media (max-width: 920px) {
  .elegant-period-row {
    grid-template-columns: 1fr;
  }
}

/* Âncoras: parar exatamente no início da seção com header fixo */
#sobre,
#formacoes,
#alore-repertorio,
#contato,
#agenda,
#banda-play {
  scroll-margin-top: calc(var(--header-offset, 141px) + 10px);
}

.alore-swal-popup {
  border: 1px solid rgba(143,91,44,.35) !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 30px rgba(76,46,46,.18) !important;
}

.alore-swal-title {
  color: #4C2E2E !important;
  font-family: "Cinzel", serif !important;
}

.alore-swal-text {
  color: #5a4636 !important;
  font-family: "Arapey", Georgia, serif !important;
  font-size: 1.05rem !important;
}

.alore-swal-confirm {
  background: #8F5B2C !important;
  border: 1px solid #D8AE54 !important;
  color: #fffaf1 !important;
  box-shadow: none !important;
}

.alore-swal-confirm:hover {
  background: #D8AE54 !important;
  color: #4C2E2E !important;
}

@media (max-width: 980px) {
  .about-mobile-hide {
    display: none;
  }
}

/* Hotfix mobile overflow/alinhamento */
@media (max-width: 980px) {
  .page {
    overflow-x: clip;
  }

  .site-header {
    width: 100%;
    padding-inline: 6px;
    gap: 2px;
  }

  .top-line,
  .site-header,
  .mobile-menu-overlay {
    max-width: 100vw;
  }

  .stack-section {
    padding: 16px;
  }

  .stack-inner {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .mini-formation-list,
  .elegant-period-row,
  .period-row {
    grid-template-columns: 1fr !important;
  }

  .repertoire-item {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .repertoire-item a,
  .repertoire-item small,
  .mini-formation-card p,
  .mini-formation-card small {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .highlight-phrase-text {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 170px;
    height: 60px;
  }

  .repertoire-item {
    grid-template-columns: 1fr;
  }
}

/* Correção cirúrgica do deslocamento horizontal em mobile/tablet */
@media (max-width: 1024px) {
  .highlight-phrase-section {
    padding-inline: 16px;
  }

  .highlight-phrase-text {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance;
  }

  .stack-inner,
  .about-v2-grid,
  .mini-formation-card,
  .repertoire-item,
  .period-field,
  .inline-selection-actions {
    min-width: 0;
  }
}

/* Final mobile overflow fix (safe) */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 980px) {
  .site-header {
    width: 100%;
    max-width: 100%;
    padding-inline: 12px;
  }

  .stack-section,
  .stack-inner,
  .about-v2-grid,
  .mini-formation-list,
  .repertoire-item,
  .period-row,
  .elegant-period-row {
    min-width: 0;
    max-width: 100%;
  }
}

/* Keep hero video dimensions untouched */
.hero-video {
  height: max(100%, 100vw);
}

/* Mobile header/layout stabilization to prevent post-load reflow */
@media (max-width: 980px) {
  .top-line {
    height: 0;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .page > * {
    min-width: 0;
    max-width: 100%;
  }

  .top-line,
  .site-header,
  .hero,
  .benefits-strip,
  .highlight-phrase-section,
  .stack-section,
  .scarcity,
  .site-footer-alore {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    height: 50px !important;
    top: 0;
    grid-template-columns: 46px minmax(0, 1fr) 46px !important;
    align-items: center;
    padding: 0 6px 8px !important;
    gap: 2px;
  }

  .brand {
    grid-column: 2;
    width: 100% !important;
    justify-content: center !important;
    transform: none !important;
    min-width: 0;
  }

  .brand-logo {
    width: min(138px, 46vw);
    height: auto;
    object-fit: contain;
  }

  .page {
    padding-top: 0 !important;
  }

  .hero,
  .hero-copy,
  .highlight-phrase-section,
  .stack-section {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .about-v2-grid,
  .mini-formation-list,
  .period-row,
  .elegant-period-row,
  .repertoire-item {
    grid-template-columns: 1fr !important;
  }

  .stack-inner,
  .about-v2-grid,
  .mini-formation-card,
  .repertoire-item,
  .inline-selection-actions,
  .period-field,
  .instrument-picker {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .inline-selection-actions {
    padding: 12px;
    overflow: hidden;
  }

  .period-field {
    padding: 10px;
  }

  .period-field input[type="datetime-local"],
  .period-row input[type="datetime-local"],
  #desiredStartsAtInline,
  #desiredEndsAtInline {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin: 0;
    height: 52px;
    padding: 0 10px;
    font-size: clamp(13px, 3.5vw, 15px);
    line-height: 1.2;
    letter-spacing: 0;
  }

  .period-field label {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 6px;
  }

  .highlight-phrase-text,
  h1,
  .about-v2-copy p,
  .mini-formation-card p,
  .mini-formation-card small,
  .repertoire-item a,
  .repertoire-item small {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

}

@media (max-width: 640px) {
  .highlight-phrase-section {
    padding: 20px 16px 6px;
  }

  .highlight-phrase-text {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    font-size: clamp(1.9rem, 8vw, 2.45rem) !important;
    line-height: 1.12 !important;
    text-align: center;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance;
  }

  .phrase-accent {
    display: block;
    width: 100%;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance;
  }
}

/* Brand palette final override */
body,
.page {
  background: var(--brand-fundo) !important;
  color: var(--brand-rose) !important;
}

.site-header,
.site-header.is-scrolled,
.stack-inner,
.highlight-phrase-inner,
.mini-formation-card,
.instrument-picker,
.inline-selection-actions,
.period-field,
.repertoire-item,
.form-card,
.about-feature-image,
.stats,
.note,
.site-footer,
.site-footer-alore,
.video-modal-dialog {
  background: #fffbfa !important;
  border-color: rgba(202, 168, 123, .24) !important;
}

.hero {
  background: var(--brand-cream) !important;
}

.hero-copy {
  background: #fffbfa !important;
  border-color: rgba(202, 168, 123, .24) !important;
  box-shadow: 0 18px 40px rgba(152, 93, 89, .10) !important;
}

.header-nav a,
.hero-note,
.lead,
.security,
.text-highlight,
.text-highlight-accent,
.mini-icon,
.note,
.stats h3,
.stat strong,
.section-title,
.stack-inner h2,
.content h2,
.repertoire-item a,
.repertoire-item small,
.phrase-strong,
.phrase-accent,
.alore-swal-title,
.alore-swal-text {
  color: var(--brand-rose) !important;
}

.header-nav a:hover,
.social-btn:hover,
.footer-alore-social-btn:hover,
.mobile-menu-close {
  color: var(--brand-beige) !important;
}

.header-nav a::after,
.gold-line,
.note .cup,
.floating-card .shield,
.stars,
.form-head .person {
  color: var(--brand-beige) !important;
}

.strip-icon {
  background-color: transparent !important;
}

.benefits-strip,
.scarcity,
.site-footer-alore,
.mobile-menu-overlay,
.form-card,
.form-head {
  background: var(--brand-rose) !important;
}

.strip-item,
.foot-item,
.mini-formation-card,
.repertoire-item,
.period-row label,
.period-field label,
#instrumentLimitHint,
.period-intro,
.repertoire-search,
input,
select {
  color: var(--brand-rose) !important;
}

.strip-item p,
.scarcity p,
.site-footer-alore,
.site-footer-alore a,
.mobile-menu-nav a,
.check span,
.safe,
.video-modal-meta,
.video-modal-meta p,
.video-modal-close,
.footer-alore-meta,
.footer-alore-copy {
  color: #fffbfa !important;
}

.btn-landing.btn-primary,
.btn-gold,
.alore-swal-confirm {
  background: var(--brand-rose) !important;
  color: #fffbfa !important;
}

.btn-landing-outline,
.social-btn,
.footer-alore-social-btn {
  border-color: var(--brand-brown) !important;
  color: var(--brand-brown) !important;
}

.btn-landing-outline:hover,
.social-btn:hover,
.alore-swal-confirm:hover {
  background: var(--brand-beige) !important;
  color: var(--brand-rose) !important;
}

.repertoire-results::-webkit-scrollbar-track {
  background: var(--brand-cream) !important;
}

.repertoire-results::-webkit-scrollbar-thumb {
  background: var(--brand-brown) !important;
}
