@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url("https://cdn-uicons.flaticon.com/2.6.0/uicons-solid-rounded/css/uicons-solid-rounded.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-brands/css/uicons-brands.css");
@import 'icons/icons.css';
:root {
  --primary: #ec4425;
  --primary-rgb: 236, 68, 37;
  --secondary: #f8e731;
  --secondary-rgb: 248, 231, 49;
  --tertiary: #8dc142;
  --tertiary-rgb: 141, 193, 66;
  --black: #1b1b1b;
  --black-rgb: 27, 27, 27;
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --text: #444444;
  --text-rgb: 68, 68, 68;
  --primary-hover: rgb(213.5848101266, 48.9873417722, 18.6151898734);
  --secondary-hover: rgb(247.161971831, 228.1267605634, 24.338028169);
  --tertiary-hover: rgb(119.0972111554, 164.3019920319, 53.8980079681);
  --font: "Outfit", sans-serif;
  --font-title: "Outfit", sans-serif;
  --z-whatsapp: 900;
  --z-header: 1000;
  --z-mobile-menu: 998;
  --z-mobile-toggle: 999;
}

[class*=fi-] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: var(--font);
  overflow-x: hidden;
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

.content {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content.min {
  max-width: 1240px;
}

.button {
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 25px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
}
.button i {
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
.button:hover {
  transform: translateY(-1px);
}
.button:hover i {
  transform: scale(1.1);
}
.button.primary {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.button.primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.3);
}
.button.secondary {
  background: var(--secondary);
  color: var(--black);
  border-color: var(--secondary);
}
.button.secondary:hover {
  background: var(--secondary-hover);
  border-color: var(--secondary-hover);
  box-shadow: 0 4px 15px rgba(var(--secondary-rgb), 0.3);
}
.button.tertiary {
  background: var(--tertiary);
  color: var(--white);
  border-color: var(--tertiary);
}
.button.tertiary:hover {
  background: var(--tertiary-hover);
  border-color: var(--tertiary-hover);
  box-shadow: 0 4px 15px rgba(var(--tertiary-rgb), 0.3);
}
.button.white {
  background: var(--white);
  color: var(--text);
  border-color: var(--white);
}
.button.white:hover {
  background: #f8f8f8;
  border-color: #f8f8f8;
  box-shadow: 0 4px 15px rgba(var(--black-rgb), 0.1);
}
.button.ghost {
  background: transparent;
  color: var(--text);
  border-color: rgba(var(--text-rgb), 0.3);
}
.button.ghost:hover {
  background: rgba(var(--text-rgb), 0.05);
  border-color: var(--text);
}
.button.outline {
  background: transparent;
}
.button.outline.primary {
  color: var(--primary);
  border-color: var(--primary);
}
.button.outline.primary:hover {
  background: var(--primary);
  color: var(--white);
}
.button.outline.white {
  color: var(--white);
  border-color: rgba(var(--white-rgb), 0.6);
}
.button.outline.white:hover {
  background: rgba(var(--white-rgb), 0.1);
  border-color: var(--white);
}
.button.outline.secondary {
  color: var(--secondary);
  border-color: var(--secondary);
}
.button.outline.secondary:hover {
  background: var(--secondary);
  color: var(--black);
}
.button.outline.tertiary {
  color: var(--tertiary);
  border-color: var(--tertiary);
}
.button.outline.tertiary:hover {
  background: var(--tertiary);
  color: var(--white);
}
.button.small {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
.button.small i {
  font-size: 0.8rem;
}
.button.large {
  padding: 1rem 2rem;
  font-size: 1rem;
}
.button.large i {
  font-size: 1rem;
}

* {
  box-sizing: border-box;
}

/* Pill Base — consistent height across all pill variants */
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  padding: 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 20px;
  white-space: nowrap;
  text-decoration: none;
  box-sizing: border-box;
}

.pill-soft {
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
}

.pill-muted {
  background: rgba(var(--black-rgb), 0.06);
  color: var(--text);
}

.pill-outline {
  background: transparent;
  border: 1px solid rgba(var(--black-rgb), 0.15);
  color: var(--text);
}

/* ========================================
   FOOTER STYLES
   ======================================== */
.footer-main {
  background: var(--black);
  color: var(--white);
  padding: 5rem 0 0;
  margin-top: 3rem;
}
.footer-main .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(var(--white-rgb), 0.1);
}
@media (max-width: 968px) {
  .footer-main .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media (max-width: 600px) {
  .footer-main .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
}
.footer-main .footer-brand .footer-logo {
  display: inline-block;
  margin-bottom: 1.25rem;
}
.footer-main .footer-brand .footer-logo img {
  height: 48px;
  display: block;
}
.footer-main .footer-brand .footer-tagline {
  font-size: 0.95rem;
  color: rgba(var(--white-rgb), 0.7);
  line-height: 1.6;
  margin: 0 0 1.5rem;
  max-width: 280px;
}
@media (max-width: 600px) {
  .footer-main .footer-brand .footer-tagline {
    max-width: none;
  }
}
.footer-main .footer-brand .footer-social {
  display: flex;
  gap: 1rem;
}
@media (max-width: 600px) {
  .footer-main .footer-brand .footer-social {
    justify-content: center;
  }
}
.footer-main .footer-brand .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(var(--white-rgb), 0.08);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.25rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer-main .footer-brand .footer-social a:hover {
  background: var(--primary);
  transform: translateY(-2px);
}
.footer-main .footer-nav h4 {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white);
  margin: 0 0 1.25rem;
}
.footer-main .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-main .footer-nav li {
  margin-bottom: 0.75rem;
}
.footer-main .footer-nav a {
  color: rgba(var(--white-rgb), 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.footer-main .footer-nav a:hover {
  color: var(--white);
}
.footer-main .footer-contact h4 {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white);
  margin: 0 0 1.25rem;
}
.footer-main .footer-contact p {
  color: rgba(var(--white-rgb), 0.7);
  font-size: 0.95rem;
  margin: 0 0 1.25rem;
}
@media (max-width: 600px) {
  .footer-main .footer-contact .button {
    width: 100%;
    justify-content: center;
  }
}
.footer-main .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem 0;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 600px) {
  .footer-main .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.footer-main .footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(var(--white-rgb), 0.5);
}
.footer-main .footer-bottom .footer-credits {
  font-size: 0.85rem;
  color: rgba(var(--white-rgb), 0.5);
}
.footer-main .footer-bottom .footer-credits a {
  color: var(--primary);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer-main .footer-bottom .footer-credits a:hover {
  opacity: 0.8;
}

/* ========================================
   FLOATING LIQUID HEADER
   Uses CSS variables from _vars.scss
   ======================================== */
.header-main {
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: auto;
  max-width: calc(100vw - 3rem);
  /* Glass morphism - using CSS variables */
  background: rgba(var(--white-rgb), 0.08);
  backdrop-filter: blur(20px) saturate(110%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  /* Structure */
  padding: 1rem 2rem;
  border-radius: 100px;
  border: 1px solid rgba(var(--white-rgb), 0.2);
  /* Shadows */
  box-shadow: 0 8px 32px rgba(var(--black-rgb), 0.12), inset 0 1px 0 rgba(var(--white-rgb), 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-main.scrolled {
  background: rgba(var(--white-rgb), 0.15);
  border-color: rgba(var(--white-rgb), 0.3);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.18), inset 0 1px 0 rgba(var(--white-rgb), 0.4);
}
.header-main {
  /* Light mode: when header is NOT over a dark section */
}
.header-main.header-light {
  background: rgba(var(--white-rgb), 0.92);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border-color: rgba(var(--black-rgb), 0.1);
  box-shadow: 0 4px 24px rgba(var(--black-rgb), 0.08), inset 0 1px 0 rgba(var(--white-rgb), 0.5);
}
.header-main.header-light .main-nav a {
  color: var(--black);
}
.header-main.header-light .main-nav a:hover {
  background: rgba(var(--black-rgb), 0.08);
  color: var(--primary);
}
.header-main.header-light .mobile-menu-toggle span {
  background: var(--black);
}
.header-main .header-wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.header-main .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header-main .logo img {
  height: 40px;
  display: block;
  transition: opacity 0.3s ease;
}
.header-main .logo img:hover {
  opacity: 0.8;
}
.header-main .main-nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}
.header-main .main-nav a {
  display: flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  color: var(--white);
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
  border-radius: 100px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header-main .main-nav a:hover {
  background: rgba(var(--white-rgb), 0.15);
  color: var(--white);
}
.header-main .main-nav a:active {
  transform: scale(0.98);
}
.header-main .has-dropdown {
  position: relative;
}
.header-main .has-dropdown:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header-main .has-dropdown .nav-dropdown-trigger {
  padding-right: 2rem;
  position: relative;
}
.header-main .has-dropdown .nav-dropdown-trigger::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -4px;
  transition: transform 0.3s ease;
}
.header-main .has-dropdown:hover .nav-dropdown-trigger::after {
  transform: rotate(-135deg);
  margin-top: -1px;
}
.header-main .nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: rgba(var(--white-rgb), 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0.5rem;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(var(--black-rgb), 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 0.5rem;
  border: 1px solid rgba(var(--white-rgb), 0.4);
}
.header-main .nav-dropdown li {
  width: 100%;
  display: block;
}
.header-main .nav-dropdown a {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: var(--black);
  border-radius: 8px;
  background: transparent;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  font-weight: 500;
}
.header-main .nav-dropdown a:hover {
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary);
  padding-left: 1.25rem;
}
.header-main .mobile-menu-toggle {
  display: none;
}

/* Mobile Styles */
@media (max-width: 968px) {
  .header-main {
    padding: 0.875rem 1.5rem;
  }
  .header-main .header-wrapper {
    gap: 1.5rem;
  }
  .header-main .logo img {
    height: 36px;
  }
  .header-main .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--black-rgb), 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 8rem 2rem 3rem;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 998;
    overflow-y: auto;
  }
  .header-main .main-nav.active {
    transform: translateY(0);
  }
  .header-main .main-nav ul {
    flex-direction: column;
    gap: 1rem;
    max-width: 400px;
    margin: 0 auto;
  }
  .header-main .main-nav a {
    padding: 1rem 2rem;
    font-size: 1.125rem;
    justify-content: center;
    background: rgba(var(--white-rgb), 0.08);
    border: 1px solid rgba(var(--white-rgb), 0.12);
  }
  .header-main .main-nav a:hover {
    background: rgba(var(--white-rgb), 0.15);
    border-color: rgba(var(--white-rgb), 0.2);
  }
  .header-main .main-nav .has-dropdown {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-main .main-nav .has-dropdown .nav-dropdown-trigger {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .header-main .main-nav .has-dropdown .nav-dropdown-trigger::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
    display: inline-block;
    margin-bottom: 2px;
  }
  .header-main .main-nav .has-dropdown.open .nav-dropdown-trigger::after {
    transform: rotate(-135deg);
    margin-bottom: -4px;
  }
  .header-main .main-nav .has-dropdown .nav-dropdown {
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    visibility: visible;
    position: static;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    border: none;
    transform: none;
    padding: 0;
    margin: 0;
    pointer-events: auto;
  }
  .header-main .main-nav .has-dropdown .nav-dropdown li {
    display: flex;
    justify-content: center;
  }
  .header-main .main-nav .has-dropdown .nav-dropdown a {
    background: transparent;
    border: none;
    padding: 0.75rem 1rem;
    color: rgba(var(--white-rgb), 0.7);
    font-size: 1rem;
    justify-content: center;
    font-weight: 400;
  }
  .header-main .main-nav .has-dropdown .nav-dropdown a:hover {
    color: var(--white);
    background: rgba(var(--white-rgb), 0.05);
  }
  .header-main .main-nav .has-dropdown.open .nav-dropdown {
    max-height: 500px;
    padding-bottom: 1rem;
  }
  .header-main .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    gap: 4px;
    position: relative;
    z-index: 999;
  }
  .header-main .mobile-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header-main .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .header-main .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header-main .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
@media (max-width: 480px) {
  .header-main {
    top: 1rem;
    padding: 0.75rem 1.25rem;
    max-width: calc(100vw - 2rem);
  }
  .header-main .header-wrapper {
    gap: 1rem;
  }
  .header-main .logo img {
    height: 32px;
  }
  .header-main .mobile-menu-toggle {
    width: 36px;
    height: 36px;
  }
  .header-main .mobile-menu-toggle span {
    width: 20px;
  }
}
/* ========================================
   HOME PAGE STYLES
   ======================================== */
/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
  .hero-orb,
  .hero-glow {
    animation: none;
  }
}
/* Shell - Container */
.shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .shell {
    padding: 0 1.5rem;
  }
}

/* Common Section Styles */
.section {
  padding: 6rem 0;
  scroll-margin-top: 7rem;
}
@media (max-width: 768px) {
  .section {
    padding: 4rem 0;
    scroll-margin-top: 5rem;
  }
}

.section-heading {
  margin-bottom: 3rem;
}
.section-heading .eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--primary);
  margin-bottom: 0.75rem;
}
.section-heading .section-titles h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 1rem;
  line-height: 1.2;
}
.section-heading .section-titles p {
  font-size: 1.125rem;
  color: var(--text);
  max-width: 600px;
  margin: 0;
}
@media (max-width: 768px) {
  .section-heading .section-titles h2 {
    font-size: 1.875rem;
  }
}

/* ========================================
   SCROLL REVEAL ANIMATIONS
   ======================================== */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}
.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}

.section.reveal-on-scroll {
  transform: translateY(18px);
}
.section.reveal-on-scroll.revealed {
  transform: translateY(0);
}

.hero-copy.reveal-on-scroll {
  transform: translateY(10px);
  transition-delay: 0.05s;
}

.banner-image.reveal-on-scroll {
  transform: translateY(10px) scale(0.99);
  transition-delay: 0.05s;
}
.banner-image.reveal-on-scroll.revealed {
  transform: translateY(0) scale(1);
}

.project-card.reveal-on-scroll,
.item-card.reveal-on-scroll,
.contato-card.reveal-on-scroll {
  transform: translateY(12px);
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--black) 0%, #1a1a1a 50%, #0d0d0d 100%);
  overflow: hidden;
}
.hero .hero-surface {
  position: absolute;
  inset: 0;
  background: url("../images/hero.png") center/cover no-repeat;
  opacity: 0.4;
  will-change: transform, opacity;
  transition: transform 0.1s ease-out;
}
.hero .hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 20% 40%, rgba(var(--primary-rgb), 0.4) 0%, transparent 50%), radial-gradient(ellipse 60% 40% at 80% 60%, rgba(var(--secondary-rgb), 0.25) 0%, transparent 50%), radial-gradient(ellipse 50% 50% at 50% 100%, rgba(var(--tertiary-rgb), 0.3) 0%, transparent 40%);
  animation: heroGlowPulse 2s ease-in-out infinite alternate;
  pointer-events: none;
}
.hero .hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  pointer-events: none;
  will-change: transform;
}
.hero .hero-orb.hero-orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.6) 0%, transparent 70%);
  top: 10%;
  left: -5%;
  animation: orbFloat1 12s ease-in-out infinite;
}
.hero .hero-orb.hero-orb-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(var(--secondary-rgb), 0.5) 0%, transparent 70%);
  top: 50%;
  right: -5%;
  animation: orbFloat2 15s ease-in-out infinite;
}
.hero .hero-orb.hero-orb-3 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(var(--tertiary-rgb), 0.4) 0%, transparent 70%);
  bottom: 10%;
  left: 30%;
  animation: orbFloat3 10s ease-in-out infinite;
}
.hero .hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
  min-height: 90vh;
  padding: 8rem 0 4rem;
}
@media (max-width: 968px) {
  .hero .hero-grid {
    grid-template-columns: 1fr;
    padding: 7rem 1rem 3rem;
    min-height: auto;
  }
}
.hero .hero-copy {
  max-width: 700px;
  will-change: transform, opacity;
}
.hero .hero-copy .eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--primary);
  margin-bottom: 1.5rem;
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
.hero .hero-copy h1 {
  font-family: var(--font-title);
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 400;
  color: var(--white);
  margin: 0 0 1.5rem;
  line-height: 1.1;
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}
.hero .hero-copy .lede {
  font-size: 1.25rem;
  color: rgba(var(--white-rgb), 0.8);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 540px;
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}
.hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s both;
}
.hero {
  /* Right column: video + socials anchored to the bottom */
}
.hero .hero-showcase-strip {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  gap: 1rem;
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s both;
}
.hero .hero-showcase-strip .hero-showcase-video {
  width: 100%;
  min-width: 0;
}
.hero .hero-showcase-strip .showcase-socials {
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.75rem;
}
@media (max-width: 968px) {
  .hero .hero-showcase-strip .showcase-socials {
    justify-content: center;
  }
}
.hero .hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

/* Hero Feature Banner */
.hero-feature-banner {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  backdrop-filter: blur(8px);
  text-decoration: none;
  color: var(--white);
  transition: background 0.2s, border-color 0.2s;
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s both;
}
.hero-feature-banner:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
}
.hero-feature-banner .hero-feature-img {
  width: 130px;
  aspect-ratio: 1/1;
  border-radius: 0.75rem;
  overflow: hidden;
  flex-shrink: 0;
}
.hero-feature-banner .hero-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-feature-banner .hero-feature-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}
.hero-feature-banner .hero-feature-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
.hero-feature-banner .hero-feature-subtitle {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.4;
  /* Triple text capacity */
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Hero Feature Slider */
.hero-feature-slider {
  position: relative;
  align-self: end;
}
.hero-feature-slider .hero-feature-banner {
  display: none;
}
.hero-feature-slider .hero-feature-banner.active {
  display: flex;
  animation: fadeInUp 0.5s ease both;
}
.hero-feature-slider .hero-feature-dots {
  display: flex;
  justify-content: flex-end;
  gap: 0.4rem;
  margin-top: 0.75rem;
}
.hero-feature-slider .hero-feature-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
.hero-feature-slider .hero-feature-dot.active {
  background: var(--white);
}
.hero-feature-slider .hero-feature-dot:hover {
  background: rgba(255, 255, 255, 0.6);
}
.hero-feature-slider .hero-feature-nav {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: flex;
  gap: 0.25rem;
  z-index: 10;
}
.hero-feature-slider .hero-feature-prev,
.hero-feature-slider .hero-feature-next {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: var(--white);
  font-size: 1.4rem;
  line-height: 0;
  padding-bottom: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.hero-feature-slider .hero-feature-prev:hover,
.hero-feature-slider .hero-feature-next:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* ========================================
   YOUTUBE SECTION (Below Hero)
   ======================================== */
.section-youtube {
  background: linear-gradient(135deg, var(--black) 0%, #1a1a1a 100%);
  color: var(--white);
  padding: 3rem 0 4rem;
}
.section-youtube .yt-section-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 968px) {
  .section-youtube .yt-section-grid {
    grid-template-columns: 1fr;
  }
}
.section-youtube .yt-section-player .yt-player-wrap {
  margin-bottom: 0;
}
.section-youtube .yt-section-right {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.section-youtube .yt-section-heading {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0.25rem;
}
.section-youtube .yt-section-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-height: 220px;
  overflow-y: auto;
}
.section-youtube .yt-list-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.4rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  text-align: left;
  transition: background 0.15s, border-color 0.15s;
  width: 100%;
  color: inherit;
  font: inherit;
}
.section-youtube .yt-list-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.section-youtube .yt-list-item.active {
  background: rgba(var(--primary-rgb), 0.15);
  border-color: rgba(var(--primary-rgb), 0.4);
}
.section-youtube .yt-list-thumb {
  width: 80px;
  height: 45px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.section-youtube .yt-list-title {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-youtube .yt-channel-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.5rem;
}
.section-youtube .yt-channel-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  border-radius: 100px;
  background: rgba(255, 0, 0, 0.12);
  border: 1px solid rgba(255, 0, 0, 0.25);
  color: #ff6b6b;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  min-width: fit-content;
  white-space: nowrap;
  transition: all 0.2s;
}
.section-youtube .yt-channel-link i {
  font-size: 0.9rem;
}
.section-youtube .yt-channel-link:hover {
  background: rgba(255, 0, 0, 0.2);
  border-color: rgba(255, 0, 0, 0.5);
  color: #fff;
}
.section-youtube .yt-loading, .section-youtube .yt-empty, .section-youtube .yt-error {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 0;
  margin: 0;
}

/* ========================================
   YOUTUBE TABBED PLAYER (Hero)
   ======================================== */
.yt-player-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.yt-player-wrap .yt-featured-iframe {
  display: none;
  width: 100%;
  height: 100%;
  border: none;
}
.yt-player-wrap .yt-player-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
.yt-player-wrap .yt-player-placeholder i {
  font-size: 2.5rem;
  color: #ff0000;
}

.yt-channel-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.yt-channel-tabs .yt-tab {
  padding: 0.4rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.yt-channel-tabs .yt-tab:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.yt-channel-tabs .yt-tab.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.yt-channel-tabs .yt-tab.yt-tab--musicas {
  border-color: rgba(255, 0, 0, 0.4);
  color: rgba(255, 100, 100, 0.9);
}
.yt-channel-tabs .yt-tab.yt-tab--musicas.active {
  background: #c00;
  border-color: #c00;
  color: #fff;
}

.yt-videos-strip {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.yt-videos-strip .yt-strip-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.4rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  text-align: left;
  transition: background 0.15s, border-color 0.15s;
  width: 100%;
}
.yt-videos-strip .yt-strip-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.yt-videos-strip .yt-strip-item.active {
  background: rgba(var(--primary-rgb), 0.15);
  border-color: rgba(var(--primary-rgb), 0.4);
}
.yt-videos-strip .yt-strip-item .yt-strip-thumb {
  width: 72px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.yt-videos-strip .yt-strip-item .yt-strip-title {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yt-videos-strip .yt-loading, .yt-videos-strip .yt-empty, .yt-videos-strip .yt-error {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 0;
  margin: 0;
}

@keyframes heroGlowPulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}
@keyframes orbFloat1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -20px) scale(1.05);
  }
  66% {
    transform: translate(-20px, 30px) scale(0.95);
  }
}
@keyframes orbFloat2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-40px, -30px) scale(1.1);
  }
}
@keyframes orbFloat3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(20px, -15px) scale(0.95);
  }
  75% {
    transform: translate(-15px, 20px) scale(1.05);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Pills / Buttons */
.pill {
  display: inline-flex;
  align-items: center;
  padding: 0.875rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pill.pill-filled {
  background: var(--primary);
  color: var(--white);
  border: 2px solid var(--primary);
}
.pill.pill-filled:hover {
  background: transparent;
  color: var(--primary);
}
.pill.pill-ghost {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(var(--white-rgb), 0.4);
}
.pill.pill-ghost:hover {
  background: rgba(var(--white-rgb), 0.1);
  border-color: var(--white);
}
.pill.pill-soft {
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
  border: none;
  padding: 0.375rem 0.875rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pill.pill-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.pill.pill-outline:hover {
  background: var(--primary);
  color: var(--white);
}
.pill.small {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}

/* Link Arrow - Global */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: gap 0.3s ease;
}
.link-arrow:hover {
  gap: 0.75rem;
}
.link-arrow::after {
  content: "→";
}

/* Meta Label - Global */
.meta-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

/* Muted Text */
.muted {
  font-size: 0.75rem;
  color: rgba(var(--text-rgb), 0.6);
}

/* ========================================
   BANNER SECTION
   ======================================== */
.section-banner {
  background: var(--white);
}
.section-banner .banner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.section-banner .banner-grid.banner-alt {
  grid-template-columns: 1.2fr 1fr;
}
@media (max-width: 968px) {
  .section-banner .banner-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.section-banner .banner-copy .eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--primary);
  margin-bottom: 1rem;
}
.section-banner .banner-copy h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 1rem;
  line-height: 1.2;
}
.section-banner .banner-copy p {
  font-size: 1.0625rem;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 2rem;
}
.section-banner .banner-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.section-banner .banner-image {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(var(--black-rgb), 0.15);
}
.section-banner .banner-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-banner .banner-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.1) 0%, transparent 60%);
  pointer-events: none;
}
@media (max-width: 968px) {
  .section-banner .banner-image {
    order: -1;
  }
}
.section-banner .banner-panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.section-banner .banner-card {
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.section-banner .banner-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
}
.section-banner .banner-card .card-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.section-banner .banner-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 0.5rem;
}
.section-banner .banner-card p {
  font-size: 0.9rem;
  color: var(--text);
  margin: 0 0 1rem;
  line-height: 1.6;
}
.section-banner .banner-card .link-arrow {
  margin-top: auto;
}
.section-banner .banner-stats {
  grid-column: 1/-1;
  display: flex;
  gap: 2rem;
  padding: 1.5rem 2rem;
  background: var(--black);
  border-radius: 1rem;
  color: var(--white);
}
.section-banner .banner-stats .stat {
  text-align: center;
}
.section-banner .banner-stats .stat .number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
}
.section-banner .banner-stats .stat .label {
  font-size: 0.8rem;
  opacity: 0.8;
}

/* ========================================
   PROJECT SECTION
   ======================================== */
.section-project {
  background: #f5f5f5;
}
.section-project .project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 968px) {
  .section-project .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .section-project .project-grid {
    grid-template-columns: 1fr;
  }
}
.section-project .project-card {
  background: var(--white);
  padding: 2rem;
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section-project .project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.1);
}
.section-project .project-card .meta-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  margin-bottom: 0.75rem;
}
.section-project .project-card h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 0.75rem;
}
.section-project .project-card p {
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.6;
  margin: 0;
}

/* ========================================
   ACERVO SECTION
   ======================================== */
.section-acervo {
  background: var(--white);
}
.section-acervo .acervo-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
.section-acervo .acervo-header .section-heading {
  margin-bottom: 0;
  flex-shrink: 0;
}
.section-acervo .acervo-header .acervo-controls {
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-acervo .acervo-header .acervo-controls .search-box {
  margin-bottom: 0.75rem;
  width: 100%;
  max-width: 400px;
}
.section-acervo .acervo-header .acervo-controls .filter-row {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 968px) {
  .section-acervo .acervo-header {
    flex-direction: column;
    gap: 1rem;
  }
  .section-acervo .acervo-header .acervo-controls {
    align-items: stretch;
  }
  .section-acervo .acervo-header .acervo-controls .search-box {
    max-width: 100%;
  }
  .section-acervo .acervo-header .acervo-controls .filter-row {
    justify-content: flex-start;
  }
}
.section-acervo .acervo-controls {
  margin-bottom: 3rem;
}
.section-acervo .acervo-controls .search-box {
  margin-bottom: 1.5rem;
}
.section-acervo .acervo-controls .search-box label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text);
  margin-bottom: 0.5rem;
}
.section-acervo .acervo-controls .search-box input {
  width: 100%;
  max-width: 400px;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 0.5rem;
  transition: border-color 0.3s ease;
}
.section-acervo .acervo-controls .search-box input:focus {
  outline: none;
  border-color: var(--primary);
}
.section-acervo .acervo-controls .search-box small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: rgba(var(--text-rgb), 0.6);
}
.section-acervo .acervo-controls .filter-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.section-acervo .acervo-controls .filter-row:last-child {
  margin-bottom: 0;
}
.section-acervo .acervo-controls .filter-row .meta-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text);
  min-width: 120px;
}
.section-acervo .acervo-controls .chip-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.section-acervo .acervo-controls .chip {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-family: inherit;
  background: #f0f0f0;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-acervo .acervo-controls .chip:hover {
  background: rgba(var(--primary-rgb), 0.15);
  color: var(--primary);
}
.section-acervo .acervo-controls .chip.active, .section-acervo .acervo-controls .chip.is-active {
  background: var(--primary);
  color: var(--white);
}
.section-acervo .acervo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 968px) {
  .section-acervo .acervo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .section-acervo .acervo-grid {
    grid-template-columns: 1fr;
  }
}
.section-acervo .item-card {
  background: #fafafa;
  padding: 1.75rem;
  border-radius: 1rem;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.section-acervo .item-card:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 30px rgba(var(--primary-rgb), 0.1);
}
.section-acervo .item-card .card-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.section-acervo .item-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 0.5rem;
}
.section-acervo .item-card p {
  font-size: 0.875rem;
  color: var(--text);
  line-height: 1.6;
  margin: 0 0 1rem;
  flex-grow: 1;
}
.section-acervo .item-card .card-meta {
  font-size: 0.75rem;
  color: rgba(var(--text-rgb), 0.6);
  margin-bottom: 1rem;
}
.section-acervo .item-card .card-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.acervo-list--inline {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (max-width: 600px) {
  .acervo-list--inline {
    grid-template-columns: 1fr;
  }
}

.acervo-card--inline {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}
.acervo-card--inline:hover {
  background: rgba(0, 0, 0, 0.04);
}
.acervo-card--inline .acervo-card__thumb {
  position: relative;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f0f0f0;
}
.acervo-card--inline .acervo-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acervo-card--inline .acervo-card__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.acervo-card--inline .acervo-card__title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acervo-card--inline .acervo-card__artist {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acervo-card--inline .acervo-card__tag {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.7rem;
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 3px;
  color: #888;
  margin-top: 4px;
}

/* ========================================
   PERCURSOS SECTION
   ======================================== */
.section-percursos {
  background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
}
.section-percursos .percursos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 968px) {
  .section-percursos .percursos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .section-percursos .percursos-grid {
    grid-template-columns: 1fr;
  }
}
.section-percursos .percursos-card {
  position: relative;
  background: var(--white);
  border-radius: 0.75rem;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.section-percursos .percursos-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  z-index: 2;
}
.section-percursos .percursos-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(var(--black-rgb), 0.1);
}
.section-percursos .percursos-card:hover::before {
  transform: scaleX(1);
}
.section-percursos .percursos-card .card-cover {
  aspect-ratio: 1/1;
  background: #f5f5f5;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.section-percursos .percursos-card .card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.section-percursos .percursos-card:hover .card-cover img {
  transform: scale(1.04);
}
.section-percursos .percursos-card .card-content {
  padding: 0.75rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex-grow: 1;
}
.section-percursos .percursos-card .card-head {
  margin-bottom: 0.15rem;
}
.section-percursos .percursos-card h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--black);
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-percursos .percursos-card .card-creator {
  font-size: 0.75rem;
  color: var(--text);
  margin: 0;
}
.section-percursos .percursos-card .card-count {
  font-size: 0.72rem;
  color: #999;
  margin-top: 0.15rem;
}
.section-percursos .section-cta {
  text-align: center;
  margin-top: 1.75rem;
}

/* ========================================
   OPA 50 ANOS SECTION
   ======================================== */
.section-opa50 {
  background: linear-gradient(135deg, var(--black) 0%, #1a1a1a 100%);
  color: var(--white);
  overflow: hidden;
}
.section-opa50 .opa50-banner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 968px) {
  .section-opa50 .opa50-banner {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
}
.section-opa50 .opa50-content .eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--secondary);
  margin-bottom: 1rem;
}
.section-opa50 .opa50-content h2 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 1.5rem;
  line-height: 1.1;
}
.section-opa50 .opa50-content .opa50-text {
  font-size: 1.125rem;
  color: rgba(var(--white-rgb), 0.8);
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 500px;
}
@media (max-width: 968px) {
  .section-opa50 .opa50-content .opa50-text {
    max-width: none;
  }
}
.section-opa50 .opa50-visual {
  position: relative;
}
.section-opa50 .opa50-visual img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
}

/* ========================================
   CONTATO SECTION
   ======================================== */
.section-contato {
  background: var(--white);
  padding-bottom: 8rem;
}
.section-contato .contato-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .section-contato .contato-grid {
    grid-template-columns: 1fr;
  }
}
.section-contato .contato-card {
  background: #fafafa;
  padding: 2.5rem;
  border-radius: 1rem;
  border: 1px solid #eee;
}
.section-contato .contato-card .meta-label {
  margin-bottom: 0.75rem;
}
.section-contato .contato-card h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 1rem;
}
.section-contato .contato-card p {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.7;
  margin: 0 0 1.5rem;
}
.section-contato .contato-card .chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.section-contato .contato-card .chip-row .chip {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  background: #e8e8e8;
  border-radius: 100px;
  color: var(--text);
}
.section-contato .contato-card .cta-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.section-contato .contato-card .contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.section-contato .contato-card .contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
  transition: gap 0.3s ease;
}
.section-contato .contato-card .contact-links a:hover {
  gap: 1rem;
}
.section-contato .contato-card .contact-links a i {
  font-size: 1.125rem;
}

/* ========================================
   SOCIAL SHOWCASE
   ======================================== */
/* .social-showcase-card is a wrapper — layout handled by .hero-showcase-strip */
.yt-slider-root {
  width: 100%;
}

.showcase-video {
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 32px rgba(var(--black-rgb), 0.18);
}

.yt-swiper {
  position: absolute;
  inset: 0;
}
.yt-swiper .swiper-wrapper {
  height: 100% !important;
}
.yt-swiper .swiper-slide {
  height: 100%;
}
.yt-swiper .swiper-button-prev,
.yt-swiper .swiper-button-next {
  display: none !important;
}
.yt-swiper .swiper-pagination {
  display: none !important;
}

.yt-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.82);
  border-radius: 0 0 1rem 1rem;
  padding: 0.5rem 0.75rem;
  min-height: 2.5rem;
}

.yt-nav-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, border-color 0.2s;
}
.yt-nav-btn svg {
  width: 1rem;
  height: 1rem;
  display: block;
}
.yt-nav-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
}
.yt-nav-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.yt-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.yt-label__title {
  display: block;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yt-swiper-pagination {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex-shrink: 0;
}
.yt-swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  opacity: 1;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  margin: 0;
}
.yt-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--white);
  transform: scale(1.25);
}

.yt-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.yt-slide__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  display: block;
}
.yt-slide__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.yt-slide__play:hover {
  transform: translate(-50%, -50%) scale(1.12);
  opacity: 0.9;
}
.yt-slide__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1rem 0.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  color: var(--white);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  pointer-events: none;
  z-index: 1;
}
.yt-slide iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.yt-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #111;
  color: var(--white);
  gap: 1rem;
  font-size: 1rem;
}
.yt-placeholder i {
  font-size: 2rem;
  color: #FF0000;
}

.yt-fallback-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  color: var(--white);
  text-decoration: none;
  gap: 1rem;
  transition: opacity 0.3s ease;
}
.yt-fallback-link i {
  font-size: 3rem;
  color: #FF0000;
}
.yt-fallback-link span {
  font-weight: 600;
  font-size: 1.125rem;
}
.yt-fallback-link:hover {
  opacity: 0.8;
}

.showcase-socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 0;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  color: white;
}
.social-link i, .social-link svg {
  font-size: 1.5rem;
  width: 24px;
  height: 24px;
}
.social-link:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.social-link.social-youtube {
  background: #FF0000;
}
.social-link.social-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-link.social-whatsapp {
  background: #25D366;
}
.social-link.social-tiktok {
  background: #000000;
}

.social-showcase-card.reveal-on-scroll {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.social-showcase-card.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   ENCONTROS & EVENTOS SECTION
   ======================================== */
.section-encontros {
  padding: 6rem 0;
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  .section-encontros {
    padding: 4rem 0;
  }
}

.encontros-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 900px) {
  .encontros-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (max-width: 600px) {
  .encontros-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.encontros-column h3 {
  font-family: var(--font-title);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.event-item {
  padding: 1.25rem;
  padding-left: 1.5rem;
  border-left: 3px solid var(--primary);
  margin-bottom: 1.25rem;
  background: var(--white);
  border-radius: 0 0.5rem 0.5rem 0;
  transition: box-shadow 0.2s ease;
}
.event-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.event-item:last-child {
  margin-bottom: 0;
}

.event-date {
  display: inline-block;
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.event-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--black);
  margin: 0.25rem 0 0.35rem;
}

.event-location {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 0.35rem;
}

.event-desc {
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.5;
  margin: 0;
}

/* ========================================
   YOUTUBE CHANNELS SECTION (Task 8)
   Multi-channel display with DB integration
   ======================================== */
.youtube-channels-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.yt-channel-card {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  padding: 1rem;
  transition: all 0.3s ease;
}
.yt-channel-card:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.yt-channel-card .yt-channel-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.yt-channel-card .yt-channel-header .yt-channel-thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.yt-channel-card .yt-channel-header .yt-channel-name {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
.yt-channel-card .yt-channel-header .yt-channel-name a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s ease;
}
.yt-channel-card .yt-channel-header .yt-channel-name a:hover {
  color: var(--primary);
}
.yt-channel-card .yt-channel-videos {
  min-height: 80px;
}
.yt-channel-card .yt-loading,
.yt-channel-card .yt-empty,
.yt-channel-card .yt-error {
  font-size: 0.75rem;
  color: rgba(var(--white-rgb), 0.6);
  text-align: center;
  padding: 1rem 0;
  margin: 0;
}
.yt-channel-card .yt-error {
  color: rgba(255, 100, 100, 0.8);
}
.yt-channel-card .yt-videos-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.yt-channel-card .yt-video-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--white);
  padding: 0.35rem;
  border-radius: 0.375rem;
  transition: background 0.15s ease;
}
.yt-channel-card .yt-video-item:hover {
  background: rgba(255, 255, 255, 0.08);
}
.yt-channel-card .yt-video-item .yt-video-thumb {
  width: 90px;
  height: 50px;
  object-fit: cover;
  border-radius: 0.25rem;
  flex-shrink: 0;
}
.yt-channel-card .yt-video-item .yt-video-title {
  font-size: 0.75rem;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(var(--white-rgb), 0.9);
}

.img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0eaf8, #e8e0f0);
  color: rgba(var(--primary-rgb, 120, 80, 160), 0.45);
  border-radius: inherit;
}
.img-placeholder i {
  font-size: 1.4em;
  line-height: 1;
}

.events-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 3rem 1rem;
  color: #aaa;
  text-align: center;
}
.events-empty-state i {
  font-size: 2.5rem;
  color: #d0d0d0;
  display: block;
}
.events-empty-state p {
  font-size: 1rem;
  font-weight: 500;
  color: #888;
  margin: 0;
}
.events-empty-state span {
  font-size: 0.85rem;
  color: #bbb;
}

.event-card {
  background: var(--white);
  border-radius: 0.75rem;
  border: 1px solid #eee;
  padding: 0.85rem 1rem;
  transition: box-shadow 0.2s, border-color 0.2s;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}
.event-card:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border-color: rgba(var(--primary-rgb), 0.3);
}
.event-card .event-card__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  background: var(--primary);
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.35rem 0.5rem;
  line-height: 1;
}
.event-card .event-card__day {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.event-card .event-card__month {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.1rem;
}
.event-card .event-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  flex: 1;
}
.event-card .event-category-badge {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 0.12rem 0.45rem;
  border-radius: 100px;
  width: fit-content;
  margin-bottom: 0.1rem;
}
.event-card .event-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--black);
  margin: 0;
  line-height: 1.3;
}
.event-card .event-time,
.event-card .event-location {
  font-size: 0.75rem;
  color: #888;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.event-card .event-time i,
.event-card .event-location i {
  font-size: 0.7rem;
  color: var(--primary);
}
.event-card .event-description {
  font-size: 0.78rem;
  color: var(--text);
  margin: 0.1rem 0 0;
  line-height: 1.4;
}

/* Seasons paragraph centering */
.section-temporadas .section-heading .section-titles p {
  margin-inline: auto;
}

/* ========================================
   DETAIL PAGE STYLES
   ======================================== */
/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* Common Section Styles */
.detail-section {
  padding: 4rem 0 6rem;
}
@media (max-width: 768px) {
  .detail-section {
    padding: 3rem 0 4rem;
  }
}

/* ========================================
   SHARED COMPONENTS
   ======================================== */
/* Breadcrumbs */
.breadcrumb {
  padding: 1rem 0 2rem;
  font-size: 0.875rem;
  color: rgba(var(--text-rgb), 0.6);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}
.breadcrumb a:hover {
  color: var(--primary);
}
.breadcrumb .separator {
  color: rgba(var(--text-rgb), 0.3);
  font-size: 0.75rem;
}
.breadcrumb .current {
  color: var(--primary);
  font-weight: 600;
  pointer-events: none;
}

/* Back Button */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.back-link:hover {
  opacity: 1;
  color: var(--primary);
  transform: translateX(-4px);
}
.back-link::before {
  content: "←";
  font-family: system-ui;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: var(--text);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.pagination .page-link:hover {
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
}
.pagination .page-link.active {
  background: var(--primary);
  color: var(--white);
}
.pagination .page-link.disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* Media Buttons */
.media-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(var(--black-rgb), 0.1);
}
.media-actions .btn-media {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.75rem;
  background: #f5f5f5;
  color: var(--text);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.media-actions .btn-media i {
  font-size: 1.1rem;
  color: var(--primary);
}
.media-actions .btn-media:hover {
  background: var(--white);
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
}
.media-actions .btn-youtube {
  background: #fff0f0;
  color: #d00;
}
.media-actions .btn-youtube i {
  color: #d00;
}
.media-actions .btn-youtube:hover {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
}
.media-actions .btn-youtube:hover i {
  color: #fff;
}

/* Audio Player Customization */
.audio-player-wrapper {
  margin: 0 0 1rem;
  padding: 1.5rem 1.75rem;
  background: var(--white);
  border-radius: 1rem;
  border: 1px solid rgba(var(--black-rgb), 0.06);
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.04);
  position: relative;
  overflow: hidden;
}
.audio-player-wrapper .audio-player__track {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.audio-player-wrapper .audio-player__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(var(--primary-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.audio-player-wrapper .audio-player__icon i {
  color: var(--primary);
  font-size: 1.1rem;
}
.audio-player-wrapper .audio-player__info {
  flex: 1;
  min-width: 0;
}
.audio-player-wrapper .audio-player__label {
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}
.audio-player-wrapper .audio-player__time-display {
  font-size: 0.8rem;
  color: rgba(var(--text-rgb), 0.5);
  font-variant-numeric: tabular-nums;
}
.audio-player-wrapper .audio-player__play-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.35);
}
.audio-player-wrapper .audio-player__play-btn i {
  color: #fff;
  font-size: 1rem;
}
.audio-player-wrapper .audio-player__play-btn:hover {
  transform: scale(1.07);
  box-shadow: 0 6px 18px rgba(var(--primary-rgb), 0.45);
}
.audio-player-wrapper .audio-player__play-btn:active {
  transform: scale(0.96);
}
.audio-player-wrapper .audio-player__progress {
  height: 4px;
  border-radius: 2px;
  background: rgba(var(--black-rgb), 0.08);
  cursor: pointer;
  overflow: hidden;
  transition: height 0.2s;
}
.audio-player-wrapper .audio-player__progress:hover {
  height: 6px;
}
.audio-player-wrapper .audio-player__fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius: 2px;
  transition: width 0.2s linear;
}

/* Video Embed — responsive 16:9 wrapper */
.video-embed {
  margin: 2rem 0;
}
.video-embed .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #000;
}
.video-embed .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ========================================
   SONG DETAIL PAGE
   ======================================== */
.song-detail {
  /* Hero Section */
}
.song-detail .detail-hero {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(var(--black-rgb), 0.08);
}
.song-detail .detail-hero .hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.song-detail .detail-hero .meta-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}
.song-detail .detail-hero .pill-muted {
  background: rgba(var(--black-rgb), 0.06);
  color: var(--text);
}
.song-detail .detail-hero .pill-collection {
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary);
  text-decoration: none;
  transition: background 0.2s;
}
.song-detail .detail-hero .pill-collection:hover {
  background: rgba(var(--primary-rgb), 0.15);
}
.song-detail .detail-hero h1 {
  font-family: var(--font-title);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  color: var(--black);
  margin: 0 0 1rem;
  line-height: 1.1;
}
.song-detail .detail-hero .authors {
  font-size: 1.05rem;
  color: var(--text);
  font-style: italic;
  margin-bottom: 0.5rem;
}
.song-detail .detail-hero .authors span {
  font-weight: 600;
  color: var(--black);
  font-style: normal;
}
.song-detail .detail-hero .collaborators {
  font-size: 0.95rem;
  color: rgba(var(--text-rgb), 0.7);
}
.song-detail {
  /* Content Layout */
}
.song-detail .detail-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3rem;
  align-items: start;
  padding-top: 2rem;
}
@media (max-width: 968px) {
  .song-detail .detail-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.song-detail .detail-main {
  min-width: 0;
}
.song-detail {
  /* Song Sections */
}
.song-detail .song-section {
  margin-bottom: 2.5rem;
}
.song-detail .song-section > h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(var(--text-rgb), 0.45);
  margin: 0 0 1.25rem;
  padding-bottom: 0;
  border-bottom: none;
}
.song-detail .song-section > h3 i {
  color: var(--primary);
  font-size: 0.9rem;
}
.song-detail {
  /* Audio Section */
}
.song-detail .audio-section .audio-player-wrapper {
  margin-bottom: 1rem;
}
.song-detail .audio-section .audio-player-wrapper:last-child {
  margin-bottom: 0;
}
.song-detail {
  /* Lyrics Area */
}
.song-detail .lyrics-container {
  position: relative;
  background: var(--white);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(var(--black-rgb), 0.04);
  border: 1px solid rgba(var(--black-rgb), 0.06);
}
.song-detail .lyrics-container .song-content {
  font-family: var(--font);
  white-space: pre-wrap;
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--text);
  margin: 0;
  padding: 0;
  overflow-x: auto;
  /* Chord Styling */
}
.song-detail .lyrics-container .song-content b {
  color: var(--primary);
  font-weight: 700;
  font-size: 0.95em;
  background: rgba(var(--primary-rgb), 0.08);
  padding: 0.1em 0.4em;
  border-radius: 0.4em;
  margin-right: 4px;
  display: inline-block;
  line-height: 1.4;
}
.song-detail {
  /* Video Section */
}
.song-detail .video-section .video-embed + .video-embed {
  margin-top: 1.5rem;
}
.song-detail {
  /* Sidebar / Metadata */
}
.song-detail .detail-sidebar {
  position: sticky;
  top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 968px) {
  .song-detail .detail-sidebar {
    position: static;
  }
}
.song-detail .detail-sidebar .sidebar-card {
  background: #fafafa;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #eee;
}
.song-detail .detail-sidebar .sidebar-card h3 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(var(--text-rgb), 0.5);
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(var(--black-rgb), 0.08);
}
.song-detail .detail-sidebar .sidebar-card .info-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
  gap: 0.5rem;
}
.song-detail .detail-sidebar .sidebar-card .info-row:last-child {
  margin-bottom: 0;
}
.song-detail .detail-sidebar .sidebar-card .info-row .label {
  color: rgba(var(--text-rgb), 0.6);
  font-weight: 500;
  flex-shrink: 0;
}
.song-detail .detail-sidebar .sidebar-card .info-row .value {
  color: var(--black);
  font-weight: 600;
  text-align: right;
  min-width: 0;
}
.song-detail .detail-sidebar .sidebar-card .info-row .value a {
  color: var(--primary);
  text-decoration: none;
}
.song-detail .detail-sidebar .sidebar-card .info-row .value a:hover {
  text-decoration: underline;
}
.song-detail .detail-sidebar {
  /* Downloads Card */
}
.song-detail .detail-sidebar .downloads-card .download-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.song-detail .detail-sidebar .downloads-card .download-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: var(--white);
  border: 1px solid #eee;
  color: var(--text);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.2s;
}
.song-detail .detail-sidebar .downloads-card .download-item i {
  color: var(--primary);
  font-size: 1rem;
  flex-shrink: 0;
}
.song-detail .detail-sidebar .downloads-card .download-item span {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.song-detail .detail-sidebar .downloads-card .download-item .download-arrow {
  color: rgba(var(--text-rgb), 0.3);
  font-size: 0.75rem;
  transition: color 0.2s;
}
.song-detail .detail-sidebar .downloads-card .download-item:hover {
  border-color: var(--primary);
  background: rgba(var(--primary-rgb), 0.03);
}
.song-detail .detail-sidebar .downloads-card .download-item:hover .download-arrow {
  color: var(--primary);
}
.song-detail .detail-sidebar .notes-card {
  background: #fff8e1;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(var(--secondary-rgb), 0.3);
}
.song-detail .detail-sidebar .notes-card h3 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgb(89.9436619718, 82.5211267606, 3.0563380282);
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(var(--secondary-rgb), 0.3);
}
.song-detail .detail-sidebar .notes-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgb(65.2816901408, 59.8943661972, 2.2183098592);
  margin: 0;
}

/* ========================================
   TEXT DETAIL PAGE
   ======================================== */
.text-detail .detail-hero {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(var(--black-rgb), 0.08);
}
.text-detail .detail-hero .hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.text-detail .detail-hero .meta-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}
.text-detail .detail-hero .pill-muted {
  background: rgba(var(--black-rgb), 0.06);
  color: var(--text);
}
.text-detail .detail-hero h1 {
  font-family: var(--font-title);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 400;
  color: var(--black);
  margin: 0 0 1rem;
  line-height: 1.1;
}
.text-detail .detail-hero .authors {
  font-size: 1.05rem;
  color: var(--text);
  font-style: italic;
}
.text-detail .detail-hero .authors span {
  font-weight: 600;
  color: var(--black);
  font-style: normal;
}
.text-detail .detail-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3rem;
  align-items: start;
  padding-top: 2rem;
}
@media (max-width: 900px) {
  .text-detail .detail-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.text-detail .detail-main {
  min-width: 0;
}
.text-detail .text-content {
  max-width: 740px;
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text);
}
.text-detail .text-content p {
  margin-bottom: 1.5rem;
}
.text-detail .text-content blockquote {
  border-left: 4px solid var(--secondary);
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: var(--black);
  font-size: 1.25rem;
}
.text-detail .text-content h2, .text-detail .text-content h3 {
  color: var(--black);
  margin: 2.5rem 0 1rem;
  line-height: 1.3;
}
.text-detail .text-content ul, .text-detail .text-content ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}
.text-detail .text-content ul li, .text-detail .text-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
.text-detail .text-content ul li {
  list-style-type: disc;
}
.text-detail .text-content ol li {
  list-style-type: decimal;
}
.text-detail {
  /* Video section */
}
.text-detail .song-section {
  margin-top: 2.5rem;
}
.text-detail .song-section > h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(var(--text-rgb), 0.45);
  margin: 0 0 1.25rem;
  padding-bottom: 0;
  border-bottom: none;
}
.text-detail .song-section > h3 i {
  color: var(--primary);
  font-size: 0.9rem;
}
.text-detail {
  /* Reuse sidebar from song-detail */
}
.text-detail .detail-sidebar {
  position: sticky;
  top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .text-detail .detail-sidebar {
    position: static;
  }
}

/* ========================================
   COLLECTION DETAIL PAGE
   ======================================== */
.collection-detail .detail-hero {
  color: white;
  padding: 3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
}
.collection-detail .detail-hero .hero-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.collection-detail .detail-hero .hero-cover {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.collection-detail .detail-hero .hero-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.collection-detail .detail-hero .meta-tags {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.collection-detail .detail-hero .pill-light {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.collection-detail .detail-hero h1 {
  color: white;
  margin: 1rem 0 0.5rem;
}
.collection-detail .detail-hero .collection-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1em;
  max-width: 600px;
}
.collection-detail .detail-hero .collection-meta {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  margin: 0.5rem 0 1rem;
}
.collection-detail .detail-hero .collection-meta .meta-separator {
  margin: 0 0.5rem;
  opacity: 0.6;
}
@media (max-width: 600px) {
  .collection-detail .detail-hero {
    flex-direction: column;
    text-align: center;
  }
  .collection-detail .detail-hero .hero-cover {
    width: 160px;
    height: 160px;
    order: -1;
    margin: 0 auto;
  }
}
.collection-detail .collection-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.collection-detail .collection-grid .item-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: var(--surface, #f8f8f8);
  border-radius: 0.5rem;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease, transform 0.2s ease;
  border: 1px solid transparent;
}
.collection-detail .collection-grid .item-card:hover {
  background: var(--surface-hover, #efefef);
  transform: translateX(4px);
  border-color: rgba(0, 0, 0, 0.05);
}
.collection-detail .collection-grid .item-card .card-thumb {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.collection-detail .collection-grid .item-card .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-detail .collection-grid .item-card .card-thumb .thumb-placeholder {
  color: #aaa;
  font-size: 20px;
}
.collection-detail .collection-grid .item-card .card-content {
  flex-grow: 1;
  min-width: 0;
}
.collection-detail .collection-grid .item-card .card-content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: var(--text-strong, #333);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collection-detail .collection-grid .item-card .card-content .card-meta {
  font-size: 0.85rem;
  color: var(--text-muted, #666);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collection-detail .collection-grid .item-card .card-action {
  flex-shrink: 0;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.collection-detail .collection-grid .item-card:hover .card-action {
  opacity: 1;
}
.collection-detail .collection-back {
  text-align: center;
  margin-top: 3rem;
}

/* ========================================
   DETAIL PAGE BASE STYLES
   ======================================== */
.detail-page {
  padding-top: 120px;
}

/* ========================================
   LYRICS COLLAPSIBLE STYLES
   ======================================== */
.lyrics-content {
  position: relative;
  transition: max-height 0.4s ease;
}

.lyrics-content.collapsed {
  max-height: 300px;
  overflow: hidden;
}

.lyrics-content.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(transparent, var(--white, #fff));
  pointer-events: none;
}

.lyrics-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 2rem auto 0;
  cursor: pointer;
  background: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.15);
  width: fit-content;
  position: relative;
  z-index: 10;
}
.lyrics-toggle i {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}
.lyrics-toggle:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(var(--primary-rgb), 0.25);
}
.lyrics-toggle:hover i {
  transform: translateY(2px);
}

/* ========================================
   SHARE BUTTON STYLES
   ======================================== */
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* ========================================
   AUTHOR NAME STYLES
   ======================================== */
.author-name {
  color: var(--primary);
  font-weight: 500;
}

/* Helper Classes */
.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.w-100 {
  width: 100%;
}

/* ========================================
   DONATIONS PAGE
   ======================================== */
.doacao-page {
  padding-top: 4rem;
  min-height: 80vh;
}

.doacao-hero {
  background: linear-gradient(135deg, var(--primary), #c43520);
  color: white;
  padding: 3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
.doacao-hero .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}
.doacao-hero h1 {
  color: white;
  font-size: 2.5rem;
  margin: 0.5rem 0;
}
.doacao-hero .hero-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .doacao-hero {
    padding: 2rem 1.5rem;
  }
  .doacao-hero h1 {
    font-size: 2rem;
  }
}

.doacao-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 968px) {
  .doacao-methods {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.doacao-card {
  background: var(--white);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.doacao-card .card-icon {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1rem;
}
.doacao-card .card-icon i {
  font-size: 2rem;
}
.doacao-card h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.doacao-card > p {
  font-size: 0.95rem;
  color: var(--text);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.pix-key-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.pix-key {
  background: #f5f5f5;
  padding: 0.75rem 1.25rem;
  border-radius: 0.75rem;
  font-size: 1.05rem;
  font-family: monospace;
  color: var(--black);
  letter-spacing: 0.02em;
}

.copy-pix-btn {
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.pix-note {
  font-size: 0.85rem;
  color: #888;
}
.pix-note a {
  color: var(--primary);
  text-decoration: none;
}
.pix-note a:hover {
  text-decoration: underline;
}

.doacao-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.bank-details p {
  font-size: 0.95rem;
  color: var(--text);
  margin-bottom: 1rem;
}

.doacao-about {
  padding: 3rem 0 4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.doacao-about h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.doacao-about .about-content {
  max-width: 700px;
}
.doacao-about .about-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 1rem;
}
.doacao-about .about-content p:last-child {
  margin-bottom: 0;
}
.doacao-about .about-content p strong {
  color: var(--black);
}

/* ---- OPA 50 Anos book banner on doacao page ---- */
.book50-banner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  background: linear-gradient(120deg, #1a0a06 0%, #3b1208 60%, #6b1e0e 100%);
  border-radius: 1.25rem;
  padding: 2rem 2.5rem;
  margin-bottom: 4rem;
  overflow: hidden;
  position: relative;
}
.book50-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/hero.png") center/cover no-repeat;
  opacity: 0.08;
  pointer-events: none;
}
.book50-banner__visual {
  flex-shrink: 0;
  width: 110px;
  position: relative;
  z-index: 1;
}
.book50-banner__visual img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  display: block;
}
.book50-banner__body {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.book50-banner__body .eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--primary);
  margin-bottom: 0.4rem;
}
.book50-banner__body h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.6rem;
  line-height: 1.2;
}
.book50-banner__body p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
  margin-bottom: 1.25rem;
  max-width: 560px;
}
.book50-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
@media (max-width: 768px) {
  .book50-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    gap: 1.25rem;
  }
  .book50-banner__visual {
    width: 80px;
  }
  .book50-banner__body h2 {
    font-size: 1.2rem;
  }
}

/* ========================================
   COLLECTIONS LISTING PAGE
   ======================================== */
.collections-search {
  margin-bottom: 1.25rem;
}

.collections-search-form {
  width: 100%;
  max-width: 480px;
}

.search-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.search-input-wrap .search-icon {
  position: absolute;
  left: 1rem;
  color: #aaa;
  font-size: 0.9rem;
  pointer-events: none;
}
.search-input-wrap .search-input {
  width: 100%;
  padding: 0.65rem 2.75rem 0.65rem 2.5rem;
  border: 1.5px solid #e0e0e0;
  border-radius: 100px;
  font-size: 0.9rem;
  background: #fafafa;
  color: var(--black);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  outline: none;
}
.search-input-wrap .search-input:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.08);
}
.search-input-wrap .search-clear {
  position: absolute;
  right: 0.85rem;
  color: #aaa;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  transition: color 0.15s ease;
}
.search-input-wrap .search-clear:hover {
  color: var(--primary);
}

.collections-search-summary {
  font-size: 0.88rem;
  color: #888;
  margin-bottom: 1.25rem;
}
.collections-search-summary strong {
  color: var(--black);
}

.collections-filter {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.filter-pill {
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #555;
  transition: all 0.15s ease;
}
.filter-pill.active, .filter-pill:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}
.filter-pill--album.active {
  background: #4a90d9;
  border-color: #4a90d9;
}
.filter-pill--colecao.active {
  background: #9b59b6;
  border-color: #9b59b6;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
}

.collection-card {
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: box-shadow 0.15s ease;
}
.collection-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.collection-card__cover {
  aspect-ratio: 1;
  background: #f5f5f5;
  overflow: hidden;
}
.collection-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-card__cover-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  background: #f0e8f8;
}
.collection-card__info {
  padding: 0.75rem;
}
.collection-card__type {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 6px;
  border-radius: 3px;
}
.collection-card__type--album {
  background: #e8f0f8;
  color: #4a90d9;
}
.collection-card__type--colecao {
  background: #f0e8f8;
  color: #9b59b6;
}
.collection-card__name {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0.3rem 0 0.2rem;
}
.collection-card__creator {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
}
.collection-card__year {
  font-size: 0.75rem;
  color: #999;
}
.collection-card__song-count {
  font-size: 0.75rem;
  color: #aaa;
  display: block;
  margin-top: 0.25rem;
}

.collections-empty {
  text-align: center;
  padding: 3rem 0;
  color: #999;
  font-size: 1rem;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: var(--text);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.pagination__item:hover {
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
}
.pagination__item.active {
  background: var(--primary);
  color: var(--white);
}

.img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0eaf8, #e8e0f0);
  color: rgba(var(--primary-rgb, 120, 80, 160), 0.45);
  border-radius: inherit;
}
.img-placeholder i {
  font-size: 1.4em;
  line-height: 1;
}

.item-card-inline {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #f0f0f0;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.item-card-inline:hover {
  background: #fafafa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.item-card-inline .card-thumb {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #f0eaf8;
}
.item-card-inline .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-card-inline .card-thumb .img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: rgba(var(--primary-rgb, 120, 80, 160), 0.4);
}
.item-card-inline .card-content {
  flex: 1;
  min-width: 0;
}
.item-card-inline .card-content h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0 0 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-card-inline .card-content .card-meta {
  font-size: 0.78rem;
  color: #888;
  margin: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.item-card-inline .card-action {
  flex-shrink: 0;
}

.missa-song-grid,
.season-song-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.missa-songs-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

/* ========================================
   ACERVO CARD — GLOBAL STYLES
   ======================================== */
.acervo-card--inline {
  position: relative;
  display: flex;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}
.acervo-card--inline:hover {
  background: rgba(0, 0, 0, 0.04);
}
.acervo-card--inline .acervo-card__thumb {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f0f0f0;
}
.acervo-card--inline .acervo-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acervo-card--inline .acervo-card__thumb .img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 1.2rem;
}
.acervo-card--inline .acervo-card__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.acervo-card--inline .acervo-card__title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acervo-card--inline .acervo-card__artist {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acervo-card--inline .acervo-card__tag {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.7rem;
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 3px;
  color: #888;
  margin-top: 4px;
}

.acervo-card__play {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  z-index: 2;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s, transform 0.2s, background 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.acervo-card__play:hover {
  background: rgb(104.6046511628, 43.6686046512, 243.3313953488);
  transform: scale(1.08) !important;
}

.acervo-card--inline:hover .acervo-card__play,
.acervo-card__play:focus,
.audio-player__play-btn.acervo-card__play {
  opacity: 1;
  transform: scale(1);
}

/* ========================================
   FLOATING MUSIC PLAYER
   ======================================== */
.floating-player {
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  max-width: 640px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 1rem;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 9999;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  transition: bottom 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.floating-player.is-visible {
  bottom: 1.5rem;
}
.floating-player__info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}
.floating-player__thumb {
  width: 40px;
  height: 40px;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  overflow: hidden;
}
.floating-player__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floating-player__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.floating-player__title {
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.floating-player__artist {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.floating-player__controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.floating-player__btn {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: background 0.2s, transform 0.15s;
}
.floating-player__btn:hover {
  transform: scale(1.08);
}
.floating-player__progress {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.floating-player__bar {
  width: 90px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 480px) {
  .floating-player__bar {
    display: none;
  }
}
.floating-player__fill {
  height: 100%;
  width: 0%;
  background: var(--primary);
  border-radius: 2px;
  transition: width 0.25s linear;
}
.floating-player__time {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  min-width: 2.5rem;
  text-align: right;
}
@media (max-width: 480px) {
  .floating-player__time {
    display: none;
  }
}
.floating-player__close {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 1.1rem;
  padding: 0.25rem;
  line-height: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-player__close:hover {
  color: #fff;
}
@media (max-width: 480px) {
  .floating-player {
    padding: 0.6rem 0.75rem;
    gap: 0.6rem;
    border-radius: 0.75rem;
  }
}

#floatingPlayerAudio {
  display: none;
}

/* ========================================
   MISSA SECTION & PAGES
   ======================================== */
/* ----------------------------------------
   Shared variables
   The header is fixed at ~72px (desktop) / ~60px (mobile).
   All missa views must clear it.
   ---------------------------------------- */
/* ----------------------------------------
   1. Homepage Section Wrapper
   ---------------------------------------- */
.section-missa {
  padding: 6rem 0;
  scroll-margin-top: calc(72px + 2rem);
  background: linear-gradient(160deg, rgba(var(--primary-rgb), 0.06) 0%, rgba(var(--primary-rgb), 0.02) 60%, transparent 100%);
}
@media (max-width: 768px) {
  .section-missa {
    padding: 4rem 0;
    scroll-margin-top: calc(60px + 1.5rem);
  }
}

/* ----------------------------------------
   2. Tag Cloud — shared between homepage
      and missa index page
   ---------------------------------------- */
.missa-tags {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 600px) {
  .missa-tags {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.75rem;
  }
}

/* ----------------------------------------
   3. Pill Tag  — primary palette only
   Each tag gets a --depth (0–1) CSS variable
   that we rotate through in the PHP template.
   ---------------------------------------- */
.missa-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  background: rgba(var(--primary-rgb), var(--depth, 0.08));
  border: 1.5px solid rgba(var(--primary-rgb), calc(var(--depth, 0.08) + 0.12));
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  /* High-depth tiles get white text */
}
.missa-tag[style*="--depth: 0.7"], .missa-tag[style*="--depth: 0.85"], .missa-tag[style*="--depth: 1"] {
  color: var(--white);
}
.missa-tag[style*="--depth: 0.7"] .tag-count, .missa-tag[style*="--depth: 0.85"] .tag-count, .missa-tag[style*="--depth: 1"] .tag-count {
  background: rgba(255, 255, 255, 0.25);
  color: var(--white);
}
.missa-tag:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.22);
  background: rgba(var(--primary-rgb), calc(var(--depth, 0.08) + 0.08));
}
@media (max-width: 600px) {
  .missa-tag {
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
  }
}

/* ----------------------------------------
   4. Song Count Badge
   ---------------------------------------- */
.tag-count {
  flex-shrink: 0;
  background: rgba(var(--primary-rgb), 0.12);
  color: var(--primary);
  padding: 0.25rem 0.625rem;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 700;
}

/* ----------------------------------------
   5. Missa Index Page  (/missa/)
   ---------------------------------------- */
.missa-index {
  min-height: 100vh;
  background: var(--white);
  /* ── Page header ── */
}
.missa-index .page-header {
  padding: calc(72px + 4rem) 0 3.5rem;
  text-align: center;
}
.missa-index .page-header h1 {
  font-family: var(--font-title);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  color: var(--black);
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.missa-index .page-header p {
  font-size: 1.125rem;
  color: var(--text);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .missa-index .page-header {
    padding: calc(60px + 3rem) 0 2.5rem;
  }
}
.missa-index {
  /* ── Shell override: wider tag grid ── */
}
.missa-index .missa-tags {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 0;
  padding-bottom: 6rem;
}
@media (max-width: 600px) {
  .missa-index .missa-tags {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 380px) {
  .missa-index .missa-tags {
    grid-template-columns: 1fr;
  }
}
.missa-index {
  /* ── Larger tags on index page ── */
}
.missa-index .missa-tag {
  padding: 1.5rem 1.75rem;
  border-radius: 1.25rem;
  font-size: 1.0625rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.missa-index .missa-tag .tag-count {
  font-size: 0.875rem;
  padding: 0.3rem 0.75rem;
}
@media (max-width: 600px) {
  .missa-index .missa-tag {
    padding: 1.125rem 1.25rem;
    font-size: 0.9375rem;
  }
}

/* ----------------------------------------
   6. Missa Detail Page  (/missa/{slug}/)
   ---------------------------------------- */
.missa-detail {
  background-color: var(--white);
  /* Breadcrumb */
}
.missa-detail .breadcrumb {
  padding-top: calc(72px + 2rem);
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.missa-detail .breadcrumb a {
  color: var(--primary);
  text-decoration: none;
  transition: opacity 0.2s;
}
.missa-detail .breadcrumb a:hover {
  opacity: 0.75;
}
.missa-detail .breadcrumb .separator {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .missa-detail .breadcrumb {
    padding-top: calc(60px + 1.5rem);
  }
}
.missa-detail {
  /* ── Hero banner ── */
}
.missa-detail .detail-hero {
  background: var(--primary);
  color: var(--white);
  padding: 3rem;
  border-radius: 1.25rem;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  /* subtle texture */
}
.missa-detail .detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 100% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 60%), radial-gradient(ellipse 40% 60% at 0% 100%, rgba(0, 0, 0, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.missa-detail .detail-hero .meta-tags {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.missa-detail .detail-hero .pill-light {
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
}
.missa-detail .detail-hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0 0 0.75rem;
  position: relative;
  line-height: 1.1;
}
.missa-detail .detail-hero .collection-description {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1em;
  max-width: 600px;
  position: relative;
}
@media (max-width: 768px) {
  .missa-detail .detail-hero {
    padding: 2rem;
    border-radius: 1rem;
  }
}
.missa-detail {
  /* ── Songs grid ── */
}
.missa-detail .missa-songs-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.missa-detail {
  /* ── Song card hover uses primary ── */
}
.missa-detail .item-card:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 30px rgba(var(--primary-rgb), 0.12);
}
.missa-detail {
  /* ── Back link ── */
}
.missa-detail .collection-back {
  margin: 2.5rem 0 4rem;
}

/* ----------------------------------------
   7. Video Badge Overlay
   ---------------------------------------- */
.video-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 28px;
  height: 28px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
  pointer-events: none;
}
.video-badge i {
  font-size: 0.75rem;
  margin-left: 1px;
}

/* ========================================
   404 ERROR PAGE STYLES
   ======================================== */
.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 2rem;
  text-align: center;
}

.error-code {
  font-size: 6rem;
  font-weight: 700;
  color: #d4534f;
  margin: 0;
  line-height: 1;
}

.error-title {
  font-size: 1.5rem;
  margin: 1rem 0 0.5rem;
  color: #333;
}

.error-description {
  color: #666;
  margin-bottom: 2rem;
  max-width: 500px;
}

.error-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary {
  background-color: #d4534f;
  color: white;
}
.btn-primary:hover {
  background-color: #c63d37;
}

.btn-secondary {
  background-color: transparent;
  color: #d4534f;
  border: 2px solid #d4534f;
}
.btn-secondary:hover {
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  .error-code {
    font-size: 4rem;
  }
  .error-title {
    font-size: 1.25rem;
  }
  .error-actions {
    flex-direction: column;
  }
  .btn-primary,
  .btn-secondary {
    width: 100%;
  }
}
.opa50-page .opa50-hero .hero-surface {
  background: none;
  overflow: hidden;
}
.opa50-page .opa50-hero .hero-surface .hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.opa50-page .opa50-hero .hero-surface video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  mix-blend-mode: overlay;
}
.opa50-page .opa50-qr-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  backdrop-filter: blur(8px);
}
.opa50-page .opa50-qr-panel .qr-code-img {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  background: #fff;
}
.opa50-page .opa50-qr-panel .qr-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  text-align: center;
  margin: 0;
}
.opa50-page .opa50-qr-panel .qr-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}
.opa50-page .section-legacy {
  background-color: #fafafa;
  padding: 6rem 0;
}
.opa50-page .section-legacy .legacy-layout {
  display: flex;
  align-items: center;
  gap: 5rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .opa50-page .section-legacy .legacy-layout {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.opa50-page .section-legacy .legacy-content {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.opa50-page .section-legacy .legacy-video {
  flex-shrink: 0;
  width: 340px;
  border-radius: 1.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .opa50-page .section-legacy .legacy-video {
    width: 100%;
    max-width: 280px;
    order: -1;
    margin-bottom: 2rem;
  }
}
.opa50-page .section-legacy .legacy-video__player {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  background: #000;
}
.opa50-page .section-legacy .section-heading {
  margin-bottom: 2.5rem;
  text-align: left;
}
.opa50-page .section-legacy .content-block {
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #444;
}
.opa50-page .section-legacy .content-block p {
  margin-bottom: 1.25rem;
}
.opa50-page .section-legacy .content-block .highlight-quote {
  font-family: var(--font);
  font-size: 1.35rem;
  color: var(--primary);
  margin: 2.5rem 0 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid var(--secondary);
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.04), rgba(var(--secondary-rgb), 0.06));
  font-style: italic;
  text-align: left;
  border-radius: 0 0.75rem 0.75rem 0;
  line-height: 1.6;
}
.opa50-page .section-book {
  background-color: #f4f4f4;
  padding: 6rem 0;
}
.opa50-page .section-book .book-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 968px) {
  .opa50-page .section-book .book-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .opa50-page .section-book .book-grid .section-heading {
    text-align: center;
    align-items: center;
  }
  .opa50-page .section-book .book-grid .action-buttons {
    justify-content: center;
  }
}
.opa50-page .section-book .book-grid .book-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.opa50-page .section-book .book-grid .book-visual .book-cover-placeholder {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 2/3;
  background: #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  position: relative;
}
.opa50-page .section-book .book-grid .book-visual .book-cover-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opa50-page .section-book .book-grid .book-content .section-heading {
  margin-bottom: 2rem;
  text-align: left;
  align-items: flex-start;
}
.opa50-page .section-book .book-grid .book-content .feature-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.opa50-page .section-book .book-grid .book-content .feature-list li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.opa50-page .section-book .book-grid .book-content .feature-list li::before {
  content: "•";
  color: var(--secondary);
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  line-height: 1;
  top: -0.1rem;
}
.opa50-page .section-book .book-grid .book-content .purchase-actions {
  margin-top: 3rem;
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.opa50-page .section-book .book-grid .book-content .purchase-actions h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: var(--primary);
}
.opa50-page .section-book .book-grid .book-content .purchase-actions .action-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.opa50-page .section-book .book-grid .book-content .purchase-actions .action-buttons .pill-secondary {
  background-color: #333;
  color: white;
}
.opa50-page .section-book .book-grid .book-content .purchase-actions .action-buttons .pill-secondary:hover {
  background-color: #000;
}
.opa50-page .section-book .book-grid .book-content .purchase-actions .small-text {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}
.opa50-page .section-authors {
  background-color: #fafafa;
  padding: 5rem 0;
}
.opa50-page .section-authors .authors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .opa50-page .section-authors .authors-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.opa50-page .section-authors .author-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  border: 1px solid #eee;
  transition: box-shadow 0.3s ease;
}
.opa50-page .section-authors .author-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.opa50-page .section-authors .author-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border: 4px solid var(--primary);
  box-shadow: 0 4px 16px rgba(var(--primary-rgb), 0.15);
  flex-shrink: 0;
}
.opa50-page .section-authors .author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opa50-page .section-authors .author-info h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 1rem;
}
.opa50-page .section-authors .author-info p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555;
  margin: 0 0 0.75rem;
  text-align: left;
}
.opa50-page .section-authors .author-info p:last-child {
  margin-bottom: 0;
}
.opa50-page .section-cta {
  background-color: var(--primary);
  color: white;
  text-align: center;
  padding: 4rem 0 6rem;
}
.opa50-page .section-cta .cta-box {
  max-width: 600px;
  margin: 0 auto;
}
.opa50-page .section-cta .cta-box h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.opa50-page .section-cta .cta-box p {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  opacity: 0.9;
}
.opa50-page .section-cta .cta-box .pill-ghost {
  border-color: white;
  color: white;
}
.opa50-page .section-cta .cta-box .pill-ghost:hover {
  background-color: white;
  color: var(--primary);
}

.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: var(--z-whatsapp);
  width: 56px;
  height: 56px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: waPulse 0.6s ease-out 3;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.6);
}
.whatsapp-float i {
  line-height: 1;
}
@media (max-width: 480px) {
  .whatsapp-float {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}

@keyframes waPulse {
  0% {
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  }
  50% {
    box-shadow: 0 4px 28px rgba(37, 211, 102, 0.8), 0 0 0 12px rgba(37, 211, 102, 0.15);
  }
  100% {
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  }
}
.artes-page {
  padding-top: 120px;
  min-height: 100vh;
  background-color: var(--white);
}
.artes-page .artes-hero {
  padding: 4rem 0 3rem;
  text-align: center;
}
.artes-page .artes-hero .hero-content {
  max-width: 900px;
  margin: 0 auto;
}
.artes-page .artes-hero h1 {
  font-family: var(--font-title);
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--primary);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.artes-page .artes-hero .subtitle {
  font-size: 1.25rem;
  color: var(--text);
  opacity: 0.8;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.artes-page .artes-hero .breadcrumb {
  justify-content: center;
  margin-bottom: 2rem;
}
.artes-page .artes-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 968px) {
  .artes-page .artes-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 600px) {
  .artes-page .artes-gallery {
    grid-template-columns: 1fr;
  }
}
.artes-page .artes-gallery__item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.artes-page .artes-gallery__item img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
  transition: transform 0.5s ease;
  display: block;
}
.artes-page .artes-gallery__item:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.artes-page .artes-gallery__item:hover img {
  transform: scale(1.05);
}
.artes-page .artes-content {
  max-width: 800px;
  margin: 0 auto 4rem;
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text);
}
.artes-page .artes-content p {
  margin-bottom: 1.5rem;
}
.artes-page .artes-content h2, .artes-page .artes-content h3 {
  color: var(--black);
  margin: 2.5rem 0 1rem;
  line-height: 1.3;
}
.artes-page .artes-poem {
  max-width: 600px;
  margin: 3rem auto;
  padding: 2rem;
  text-align: center;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--black);
  position: relative;
  border-top: 2px solid rgba(var(--primary-rgb), 0.3);
  border-bottom: 2px solid rgba(var(--primary-rgb), 0.3);
}
.artes-page .artes-poem p {
  margin-bottom: 1rem;
}
.artes-page .artes-poem p:last-child {
  margin-bottom: 0;
}
.artes-page .artes-video {
  margin: 3rem auto;
  max-width: 900px;
}
.artes-page .artes-video h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--black);
}
.artes-page .artes-video .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  background: #000;
}
.artes-page .artes-video .video-container iframe,
.artes-page .artes-video .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.artes-page .artes-audio {
  margin: 2rem auto;
  max-width: 800px;
  padding: 1.5rem;
  background: #fafafa;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.artes-page .artes-audio audio {
  width: 100%;
  height: 40px;
}
.artes-page .artes-audio .audio-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.artes-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: var(--z-modal, 2000);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.artes-lightbox.active {
  opacity: 1;
  pointer-events: all;
}
.artes-lightbox img {
  max-width: 90%;
  max-height: 85vh;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.artes-lightbox__close, .artes-lightbox__prev, .artes-lightbox__next {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
  border-radius: 50%;
}
.artes-lightbox__close:hover, .artes-lightbox__prev:hover, .artes-lightbox__next:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
}
.artes-lightbox__close {
  top: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
}
.artes-lightbox__prev, .artes-lightbox__next {
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  font-size: 1.5rem;
}
.artes-lightbox__prev:hover, .artes-lightbox__next:hover {
  transform: translateY(-50%) scale(1.1);
}
.artes-lightbox__prev {
  left: 2rem;
}
.artes-lightbox__next {
  right: 2rem;
}
.artes-lightbox__counter {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .artes-lightbox__close {
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }
  .artes-lightbox__prev, .artes-lightbox__next {
    width: 44px;
    height: 44px;
  }
  .artes-lightbox__prev {
    left: 1rem;
  }
  .artes-lightbox__next {
    right: 1rem;
  }
}

.artes-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.artes-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.temporada-index {
  padding-top: 8rem;
  padding-bottom: 5rem;
  min-height: 60vh;
  background: #f7f8fa;
}
.temporada-index .page-header {
  margin-bottom: 2.5rem;
}
.temporada-index .page-header h1 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 0 0.5rem;
}
.temporada-index .page-header p {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

.section-temporadas {
  background: var(--primary);
  text-align: center;
}
.section-temporadas .temporadas-icon {
  font-size: 2.5rem;
  color: #fff;
  display: block;
  margin-bottom: 1rem;
  line-height: 1;
}
.section-temporadas .section-heading {
  text-align: center;
}
.section-temporadas .section-heading .eyebrow {
  color: rgba(255, 255, 255, 0.75);
}
.section-temporadas .section-heading .section-titles h2 {
  color: #fff;
}
.section-temporadas .section-heading .section-titles p {
  color: rgba(255, 255, 255, 0.85);
}
.section-temporadas .temporada-two-col {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem 2.5rem;
  margin-top: 2.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media (max-width: 768px) {
  .section-temporadas .temporadas-icon {
    font-size: 2rem;
  }
  .section-temporadas .temporada-two-col {
    padding: 1.5rem 1.25rem;
  }
}

.temporada-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 2rem;
  align-items: start;
}
@media (max-width: 900px) {
  .temporada-two-col {
    grid-template-columns: 1fr;
  }
}

.col-heading {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #e0e0e0;
  color: #888;
}
.col-heading--liturgical {
  color: var(--primary);
  border-color: var(--primary);
}
.col-heading--monthly {
  color: #1b1b1b;
  border-color: #ddd;
}

.temporada-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  justify-content: flex-start;
}

.temporada-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 1rem;
  border-radius: 100px;
  border: 1.5px solid #ddd;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  min-width: 0;
}
.temporada-tag:hover {
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: 0 2px 8px rgba(var(--primary-rgb), 0.12);
}
.temporada-tag .tag-name {
  white-space: nowrap;
}
.temporada-tag .tag-count {
  font-size: 0.78rem;
  color: #aaa;
  font-weight: 400;
  background: #f2f2f2;
  border-radius: 100px;
  padding: 0.1rem 0.45rem;
  line-height: 1.4;
}

.season-selector {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0 0 2rem;
}
.season-selector .selector-label {
  font-weight: 600;
  font-size: 0.85rem;
  color: #666;
  white-space: nowrap;
  margin: 0;
}
.season-selector .selector-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.season-selector .selector-pill {
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
  color: #555;
  background: #fff;
  border: 1.5px solid #ddd;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.season-selector .selector-pill:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.season-selector .selector-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.monthly-salmos-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 1rem;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.salmos-card-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-height: 224px; /* ~3.5 items × ~64px */
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.25rem;
  /* Subtle scrollbar */
}
.salmos-card-list::-webkit-scrollbar {
  width: 4px;
}
.salmos-card-list::-webkit-scrollbar-track {
  background: transparent;
}
.salmos-card-list::-webkit-scrollbar-thumb {
  background: rgba(var(--primary-rgb), 0.25);
  border-radius: 4px;
}
.salmos-card-list::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--primary-rgb), 0.45);
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .posts-grid {
    grid-template-columns: 1fr;
  }
}

.post-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.post-card:hover .post-card__image img {
  transform: scale(1.05);
}
.post-card:hover .post-card__title {
  color: var(--primary);
}

.post-card__image {
  height: 200px;
  overflow: hidden;
  background-color: #f0f0f0;
  position: relative;
}
.post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.post-card__content {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.post-card__date {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  display: block;
  font-weight: 600;
}

.post-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--black, #1a1a1a);
  line-height: 1.35;
  margin: 0;
  transition: color 0.2s ease;
}

.post-card__excerpt {
  font-size: 0.9rem;
  color: var(--text, #444);
  line-height: 1.6;
  flex: 1;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-card__author {
  font-size: 0.75rem;
  color: var(--primary);
  font-weight: 500;
  margin-top: auto;
  padding-top: 1rem;
}

.listing-hero {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 3rem;
  text-align: center;
}
.listing-hero h1 {
  margin-bottom: 0.5rem;
}

.listing-count {
  display: block;
  color: #888;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.posts-empty {
  text-align: center;
  padding: 4rem 1rem;
  color: #888;
  font-style: italic;
  background: #f9f9f9;
  border-radius: 12px;
}

.post-detail {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.post-article {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.post-article__header {
  margin-bottom: 2rem;
  text-align: center;
}
.post-article__header h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--black, #1a1a1a);
}
@media (max-width: 768px) {
  .post-article__header h1 {
    font-size: 2rem;
  }
}

.post-article__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1rem 0;
}

.post-article__author {
  color: var(--primary);
  font-weight: 600;
}

.post-article__date {
  color: #888;
}

.post-article__featured-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/7;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}
.post-article__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-article__body {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.post-block--text {
  line-height: 1.8;
  font-size: 1.125rem;
  color: var(--text, #333);
  position: relative;
  padding-left: 0;
}
@media (min-width: 768px) {
  .post-block--text {
    padding-left: 1.5rem;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.post-block--text p {
  margin-bottom: 1.5rem;
}
.post-block--text p:last-child {
  margin-bottom: 0;
}
.post-block--text h2 {
  font-size: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--black, #1a1a1a);
}
.post-block--text h3 {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--black, #1a1a1a);
}
.post-block--text ul, .post-block--text ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.post-block--text ul li, .post-block--text ol li {
  margin-bottom: 0.5rem;
}
.post-block--text blockquote {
  border-left: 4px solid var(--primary);
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #555;
  font-size: 1.15rem;
}

.post-block--image figure {
  margin: 0;
}
.post-block--image figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.post-block--image figure figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #888;
  text-align: center;
  font-style: italic;
}

.post-block--song .acervo-card--inline {
  background: linear-gradient(135deg, #fff 0%, #fdf5f3 100%);
  border: 1px solid rgba(var(--primary-rgb, 236, 68, 37), 0.15);
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.post-block--song .acervo-card--inline:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(var(--primary-rgb, 236, 68, 37), 0.1);
}
.post-block--song .acervo-card--inline .acervo-card__play {
  background: var(--primary);
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.post-block--song .acervo-card--inline .acervo-card__play:hover {
  transform: scale(1.1);
}

.post-block--collection a {
  text-decoration: none;
}
.post-block--collection a:hover {
  text-decoration: none;
}

.collection-embed-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}
.collection-embed-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.collection-embed-card:hover {
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.1);
}
.collection-embed-card:hover::after {
  opacity: 1;
}
.collection-embed-card:hover .collection-embed-card__image img {
  transform: scale(1.05);
}

.collection-embed-card__image {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.collection-embed-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.collection-embed-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.collection-embed-card__type {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.collection-embed-card__name {
  font-weight: 700;
  color: var(--black, #1a1a1a);
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.collection-embed-card__year {
  font-size: 0.85rem;
  color: #666;
  display: block;
  font-weight: 500;
}

.post-block__unavailable {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem;
  background: #f9f9f9;
  border-radius: 8px;
  color: #888;
  font-style: italic;
  font-size: 0.9rem;
  border: 1px dashed #ddd;
  justify-content: center;
}

/*# sourceMappingURL=base.css.map */
