/*

ZAYDIO

https://zaydio.com

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  /* Zaydio Design System */
  --color-teal:       #4ECDC4;
  --color-teal-dark:  #38B2AC;
  --color-teal-light: #E8FAF9;
  --color-yellow:     #FFD93D;
  --color-yellow-dark:#F5C400;
  --color-coral:      #FF6B6B;
  --color-coral-dark: #E85555;
  --color-purple:     #C084FC;
  --color-green:      #6BCB77;
  --color-orange:     #FF8C42;
  --color-orange-dark:#E5732A;
  --color-orange-light:#FFF4EC;
  --color-orange-glow:rgba(255, 140, 66, 0.35);
  --color-navy:       #1A1A2E;
  --color-white:      #FFFFFF;

  /* Legacy aliases */
  --white-color:                  var(--color-white);
  --primary-color:                var(--color-teal);
  --secondary-color:              #6C5CE7;
  --section-bg-color:             #FFF9E6;
  --custom-btn-bg-color:          #FF6B6B;
  --custom-btn-bg-hover-color:    #FFD93D;
  --dark-color:                   #2D3436;
  --p-color:                      #636E72;
  --link-hover-color:             #FFD93D;

  --body-font-family:             'DM Sans', sans-serif;
  --heading-font-family:          'Baloo 2', sans-serif;

  --h1-font-size:                 42px;
  --h2-font-size:                 36px;
  --h3-font-size:                 28px;
  --h4-font-size:                 24px;
  --h5-font-size:                 22px;
  --h6-font-size:                 20px;
  --p-font-size:                  18px;
  --menu-font-size:               16px;
  --btn-font-size:                14px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --wave-divider-height:          clamp(88px, 11vw, 120px);
  --wave-divider-height-mobile:   clamp(72px, 10vw, 96px);

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family);
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* Skip to content link for keyboard users */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--secondary-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 0 0 8px 8px;
  z-index: 100000;
  font-weight: 600;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0;
  color: #fff;
}

/* Visible focus outlines for keyboard navigation */
*:focus-visible {
  outline: 3px solid var(--primary-color);
  outline-offset: 2px;
}

.container,
.container-fluid {
  max-width: 100%;
  overflow-x: hidden;
}

/* Hide yellow border above purple on desktop */
@media screen and (min-width: 992px) {
  .wavy-border-yellow {
    display: none !important;
  }
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.5px;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--secondary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-bg {
  background-color: var(--section-bg-color);
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-overlay {
  content: "";
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.01) 0%, rgb(39, 48, 83) 100%) repeat scroll 0% 0%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

::selection {
  background-color: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  ANIMATED HEADLINE               
-----------------------------------------*/
.cd-headline {
  font-family: var(--heading-font-family);
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  color: var(--link-hover-color);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
  transform-style: preserve-3d;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

/* Desktop now uses the same 3D rotateX animation as mobile */

@-webkit-keyframes cd-rotate-1-in-simple {
  0% {
    -webkit-transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in-simple {
  0% {
    -moz-transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in-simple {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes cd-rotate-1-out-simple {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out-simple {
  0% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out-simple {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-family: var(--heading-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
  transform: none;
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
  font-family: var(--heading-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  padding: 10px 20px;
}

.custom-border-btn:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
  transform: none;
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}

.custom-btn-group .link {
  color: var(--white-color);
  font-weight: var(--font-weight-medium);
}

.custom-btn-group .link:hover {
  color: var(--link-hover-color);
}


/*---------------------------------------
  NAVIGATION BAR & OFFCANVAS              
-----------------------------------------*/
.offcanvas {
  background-color: var(--primary-color);
  padding: 30px;
}

.offcanvas.offcanvas-end {
  border-left: 0;
}

.offcanvas-header .btn-close {
  transition: all 0.3s;
}

.offcanvas-header .btn-close:hover {
  transform: rotate(180deg);
}

.offcanvas svg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: rgb(108 92 231);
}

.navbar {
  background: transparent;
  z-index: 99;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-brand,
.navbar-brand:hover {
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
  color: var(--dark-color);
  max-width: 48px;
}

.navbar .navbar-brand,
.navbar .navbar-brand:hover {
  color: var(--white-color);
}

.navbar-brand-image {
  width: 60px;
  height: 48px;
  object-fit: contain;
  padding: 2px;
  vertical-align: middle;
  mix-blend-mode: normal;
  transform: scale(3.5);
  transform-origin: left center;
  position: relative;
  z-index: 100;
  transition: transform 0.3s ease;
}

.navbar-brand-image:hover {
  transform: scale(3.65);
}

.navbar-brand-text {
  line-height: normal;
  margin-left: 10px;
  position: relative;
  bottom: 5px;
}

.navbar-brand-text a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.navbar-brand-text small {
  display: block;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-family: var(--heading-font-family);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--link-hover-color);
}

.music-nav-item {
  position: static;
}

.music-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.25);
  padding: 24px 20px;
  z-index: 1100;
  width: min(92vw, 520px);
  max-height: min(88vh, 720px);
  overflow-y: auto;
  flex-direction: column;
  gap: 12px;
}

.music-popup-heading {
  font-family: var(--heading-font-family);
  font-size: 1.35rem;
  font-weight: 800;
  text-align: center;
  color: #2d3436;
  margin: 0 0 4px;
}

.music-popup-album-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.music-popup-album-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #FFF9E6;
  border: 2px solid rgba(108, 92, 231, 0.15);
  border-radius: 16px;
  padding: 14px 10px;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.music-popup-album-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 140, 66, 0.5);
  box-shadow: 0 8px 20px rgba(108, 92, 231, 0.12);
}

.music-popup-album-card img {
  border-radius: 10px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 10px;
}

.music-popup-album-card span {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.25;
  color: #2d3436;
}

.music-popup-artist-label,
.music-popup-detail-label {
  text-align: center;
  font-size: 0.9rem;
  color: #636e72;
  margin: 8px 0 0;
}

.music-popup-artist-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.music-popup-btn--compact {
  padding: 8px 14px;
  font-size: 0.85rem;
}

.music-popup-loading {
  grid-column: 1 / -1;
  text-align: center;
  color: #636e72;
  margin: 0;
}

.music-popup-back {
  align-self: flex-start;
  border: 0;
  background: none;
  color: #6C5CE7;
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0;
  cursor: pointer;
}

.music-popup-album-cover {
  display: block;
  margin: 8px auto 12px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.music-popup-album-title {
  font-family: var(--heading-font-family);
  font-weight: 800;
  font-size: 1.2rem;
  text-align: center;
  color: #2d3436;
  margin: 0 0 8px;
}

.music-popup-view[hidden] {
  display: none !important;
}

.music-popup-desktop-heading {
  display: none;
}

@media (min-width: 992px) {
  .music-popup-mobile-albums {
    display: none !important;
  }

  .music-popup-desktop-heading {
    display: block;
  }
}

.music-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1099;
}

.music-popup-overlay.active {
  display: block;
}

.music-popup.active {
  display: flex;
}

.music-popup-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 12px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #fff;
}

.music-popup-btn .music-popup-icon {
  flex-shrink: 0;
  display: block;
}

.music-popup-btn:hover {
  transform: scale(1.04);
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  color: #fff;
}

.spotify-btn {
  background: #1DB954;
}

.apple-btn {
  background: linear-gradient(135deg, #FC3C44, #FF2D55);
}

.amazon-btn {
  background: #46C3D0;
}

.navbar .dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--white-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

.navbar .dropdown-item {
  display: block;
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding: 8px 20px;
  text-decoration: none;
  width: 100%;
}

.navbar .dropdown-item.active, 
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus, 
.navbar .dropdown-item:hover {
  background: transparent;
  color: var(--link-hover-color);
}

.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  background-image: url('bubbles, flowers,a md roses.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100vh;
  min-height: 670px;
  margin-bottom: -90px;
}

.hero-50 {
  height: auto;
  min-height: 540px;
  margin-bottom: -100px;
}

.hero-50 .container + svg {
  transform: rotate(180deg);
}

.hero-section .ratio {
  border-radius: var(--border-radius-medium);
  overflow: hidden;
}

.hero-section svg {
  position: absolute;
  right: 0;
  left: 0;
  overflow: hidden;
}

.hero-section .wave-shift {
  animation-duration: 12s;
}

.hero-section > svg {
  top: 0;
}

.hero-section .container + svg {
  top: auto;
  bottom: -1px;
}

.hero-section .row {
  position: relative;
  z-index: 22;
}

.hero-section .btn[href*="youtube"]:hover {
  background: rgba(255,255,255,0.3) !important;
  border-color: rgba(255,255,255,0.5) !important;
  transform: translateY(-2px);
}


/*---------------------------------------
  BACKGROUND IMAGE SECTION        
-----------------------------------------*/
.section-bg-image {
  background-color: var(--secondary-color);
  background-image: url('../images/frederik-rosar-NDSZcCfnsbY-unsplash.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 0;
}

.section-bg-image .container + svg {
  display: none;
}

.section-bg-image-block {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.section-bg-image-block .input-group {
  background-color: var(--white-color);
  border-radius: var(--border-radius-large);
  padding: 10px 15px;
}

.section-bg-image-block .input-group-text {
  background-color: transparent;
  border: 0;
}

.section-bg-image-block input[type="email"] {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
}

.section-bg-image-block button[type="submit"] {
  background-color: var(--primary-color);
  border: 0;
  border-radius: var(--border-radius-large) !important;
  color: var(--white-color);
  max-width: 150px;
}


/*---------------------------------------
  ABOUT SECTOIN              
-----------------------------------------*/
.about-section {
  padding-bottom: 70px;
  position: relative;
}

.about-section .container {
  position: relative;
}

.about-section .row:first-child {
  position: relative;
  z-index: 2;
}


.our-story-content {
  text-align: center;
}

.member-block-image-wrap {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.member-block-image-wrap:hover .member-block-image {
  transform: scale(1.2);
}

.member-block-image-wrap:hover .social-icon {
  opacity: 1;
}

.member-block-image-wrap .social-icon {
  background-color: var(--white-color);
  border-radius: var(--border-radius-large);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
  padding: 15px 20px;
  width: auto;
}

.member-block-image {
  transition: all 0.3s;
}

.member-block-info {
  padding: 10px;
}

.member-block-info h4,
.member-block-info p {
  margin-bottom: 0;
}


/*---------------------------------------
  CUSTOM BLOCK              
-----------------------------------------*/
.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
}

.custom-block-bg {
  background: var(--white-color);
}

.custom-block-date-wrap {
  background-color: var(--primary-color);
  border-radius: var(--border-radius-medium);
  text-align: center;
  padding: 20px 30px;
}

.custom-block-date {
  font-size: var(--h1-font-size);
}

.custom-block-image-wrap {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.custom-block-image-wrap img.custom-block-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.custom-block-image-wrap:hover img.custom-block-image {
  transform: scale(1.2);
}

.custom-block-image-wrap:hover video.custom-block-image {
  transform: none;
}

.custom-block-image-wrap > a.custom-block-media-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-medium);
}

.custom-block-image-wrap .custom-block-media-link video.custom-block-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-medium);
}

.custom-block-image-wrap:hover .custom-block-icon,
.custom-block-image-wrap .parallax-wrap:hover .about-parallax-logo {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.custom-block-image {
  transition: transform 0.3s ease;
}

.custom-block-image-wrap video.custom-block-image {
  transition: none;
}

.custom-block-image-wrap .custom-block-date-wrap,
.custom-block-image-wrap .custom-btn-wrap {
  position: absolute;
  bottom: 0;
}

.custom-block-image-wrap .custom-block-date-wrap {
  border-radius: 0;
  left: 0;
  width: 50%;
  padding: 12.30px 20px;
}

.custom-block-image-wrap .custom-btn-wrap {
  right: 0;
  width: 50%;
}

.custom-block-image-wrap .custom-btn  {
  border-radius: 0;
  display: block;
  padding: 15px 20px;
}

.custom-block-info {
  padding-top: 10px;
}

.custom-block-image-wrap + .custom-block-info {
  padding-top: 20px;
}

.custom-block-span {
  color: var(--secondary-color);
  font-weight: var(--font-weight-bold);
  min-width: 110px;
  margin-right: 10px;
}

.custom-block-icon {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  z-index: 2;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
  left: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.custom-block-icon:hover {
  transform: translate(-50%, -50%) scale(1);
}


/*---------------------------------------
  EVENTS SECTION            
-----------------------------------------*/
.events-section.section-bg .container > .row {
  margin-right: 5px;
  margin-left: 5px;
}

.events-section.section-bg .container > .row .row {
  margin: auto;
}

.events-listing-section {
  margin-bottom: 100px;
}

.events-detail-section .custom-block-info {
  padding: 40px 60px;
}

.events-detail-info {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-medium);
  padding: 50px 25px;
}

.events-title {
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-medium);
}


/*---------------------------------------
  MEMBERSHIP SECTION            
-----------------------------------------*/
.membership-section .container {
  position: relative;
  z-index: 2;
}

.table-responsive {
  border-radius: var(--border-radius-medium);
}

.table-responsive tbody, 
.table-responsive td, 
.table-responsive tfoot, 
.table-responsive th, 
.table-responsive thead, 
.table-responsive tr {
  border: 0;
}

.table-responsive thead tr {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.table-responsive thead th {
  padding: 22px 16px !important;
}

.table-responsive tbody tr:nth-child(even) {
  background-color: var(--section-bg-color);
}

.table>:not(caption)>*>* {
  padding: 18px 16px;
}

.table-responsive .bi-check-circle-fill {
  color: var(--primary-color);
}

.table-responsive .bi-x-circle-fill {
  color: var(--custom-btn-bg-hover-color);
}

.membership-form {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  padding: 35px;
}

.membership-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 100px;
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 120px;
}

.contact-info {
  position: relative;
}

.contact-info-item {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.contact-info-body {
  padding: 20px 30px;
}

.contact-info-body strong,
.contact-info-item a {
  color: var(--white-color);
}

.contact-info-footer {
  background-color: var(--custom-btn-bg-hover-color);
  padding: 10px 20px;
  transition: all 0.3s;
}

.contact-info-footer:hover {
  background-color: var(--custom-btn-bg-color);
}

.contact-info-footer a {
  display: block;
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SITE FOOTER            
-----------------------------------------*/
.site-footer {
  position: relative;
  overflow: visible;
}

.site-footer .container {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.site-footer .row {
  overflow: visible;
}

.site-footer .col-lg-6,
.site-footer .col-lg-4 {
  overflow: visible;
}

.footer-logo {
  width: 140px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.1);
}

.site-footer svg {
  pointer-events: none;
}

.site-footer-title {
  color: var(--secondary-color);
}

.site-footer p span {
  font-weight: var(--font-weight-medium);
  margin-right: auto;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  border-radius: var(--border-radius-large);
  border-width: 2px;
  box-shadow: none;
  color: var(--p-color);
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 20px;
  outline: none;
}

.custom-form .form-control:focus,
.custom-form .form-control:hover {
  border-color: var(--dark-color);
}

.form-floating>label {
  padding-left: 20px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
  padding-left: 10px;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}

.header-form {
  position: relative;
}

.header-form .form-control {
  padding-left: 42px;
}

.header-form-icon {
  width: 24px;
  position: absolute;
  top: 0;
  margin: 12px;
  margin-left: 15px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  .navbar-brand-image {
    transform: scale(3);
    transform-origin: left center;
    margin-left: -10px !important;
  }

  .navbar-brand {
    justify-content: flex-start !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--secondary-color);
    margin-bottom: 0;
  }
  
  body {
    background-color: var(--secondary-color);
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 155px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 5px;
    padding: 0;
  }

  .hero-section {
    position: relative;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 82px;
  }

  .hero-section svg {
    width: 100%;
    height: auto;
    display: block;
  }

  .hero-section > svg {
    top: 0;
  }

  .hero-section .container + svg {
    bottom: -1px;
  }

  section svg {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  section[style*="background-color"] {
    margin-top: 0 !important;
    overflow: hidden;
  }

  /* Hide wavy borders on desktop, show on mobile */
  .wavy-border-purple,
  .wavy-border-purple-top,
  .purple-border-wrapper {
    display: none;
  }

  /* Hide yellow border on desktop */
  .wavy-border-yellow {
    display: none !important;
  }

  .about-section {
    background-color: transparent !important;
  }

  .about-section .our-story-content {
    background-color: transparent;
  }

  /* Hide yellow wavy border on mobile */
  .wavy-border-yellow {
    display: none !important;
    height: 60px !important;
  }

  /* Show purple-border-wrapper but hide all borders inside except top */
  .purple-border-wrapper {
    display: block !important;
  }

  /* Show only the top purple border, hide all others */
  .wavy-purple-top {
    display: block !important;
  }

  .wavy-purple-bottom,
  .wavy-purple-left,
  .wavy-purple-right {
    display: none !important;
  }

  section[style*="background-color: #FFD93D"] {
    padding-top: 30px !important;
  }

  /* Change "Listen to Zaydio" text color to off-white on mobile */
  .music-section p.text-center {
    color: #FFF9E6 !important;
  }

  .events-listing-section {
    margin-bottom: 50px;
  }

  .events-detail-section .custom-block-info {
    padding: 40px;
  }

  .events-detail-info {
    padding: 35px 25px;
  }

  .contact-info-item {
    width: 60%;
  }

  .events-detail-section .contact-info-item {
    width: 70%;
  }

  .section-bg-image {
    margin-bottom: 0;
  }

  .section-bg-image-block {
    padding: 30px;
  }

  .site-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .navbar-brand {
    font-size: var(--p-font-size);
  }

  .navbar-brand-icon {
    width: 30px;
    height: 30px;
  }

  .navbar-brand-icon::after {
    top: 5px;
  }

  .section-bg-image-block {
    padding: 30px;
  }

  .contact-info-item {
    width: 72%;
  }
}

/* Minimize orange-to-purple divider on mobile */
@media screen and (max-width: 991px) {
  .wave-divider,
  .seo-hero-wave {
    height: var(--wave-divider-height-mobile);
  }
}

/* Purple video section: wide frame matching prior animal video (1536×576 ≈ 8/3) */
.video-purple-section .scroll-scrub-frame {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 8 / 3;
  overflow: hidden;
  border-radius: 50px 50px 30px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  background: #6C5CE7;
}

.video-purple-section .scroll-scrub-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

/* Purple video section: smaller on mobile with compact wavy borders */
@media screen and (max-width: 991px) {
  .video-purple-section {
    padding: 12px 8px !important;
  }

  .video-purple-section .scroll-scrub-frame {
    border-radius: 20px 20px 15px 15px;
  }
}



/* ============================================
   ENHANCED LAYOUT IMPROVEMENTS
   ============================================ */

/* Smooth fade-in animation for sections */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll-reveal: sections start hidden and animate in when visible */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Enhanced card shadows and hover effects */
.custom-block-image-wrap,
.custom-block-info {
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.custom-block-image-wrap:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* Better typography spacing */
h2, h3, h4 {
  letter-spacing: -0.02em;
  line-height: 1.2;
}

p {
  line-height: 1.7;
  letter-spacing: 0.01em;
}

/* Enhanced button transitions */
.custom-btn {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.custom-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Smooth image transitions */
img:not(.navbar-brand-image), video {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

img:not(.navbar-brand-image):hover, video:hover {
  transform: scale(1.02);
}

/* Better spacing consistency */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Enhanced link transitions */
a {
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  opacity: 0.85;
}

/* Improved card styling in music section */

/* Better video container styling */
video {
  transition: box-shadow 0.3s ease;
}

video:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 360px) {
  .custom-btn {
    font-size: 12px;
    padding: 4px 12px;
  }
}

/* ============================================
   ALBUM SHARE BUTTONS
   ============================================ */
.share-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.share-label {
  color: rgba(255,255,255,0.75);
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 4px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  color: #fff;
}

.share-whatsapp { background-color: #25D366; }
.share-facebook { background-color: #1877F2; }
.share-x { background-color: #000; }
.share-copy {
  background-color: rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
}

.share-copy:hover {
  background-color: rgba(255,255,255,0.35);
}

@media screen and (max-width: 767px) {
  .share-row {
    justify-content: center;
  }
  .share-label {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }
}

/* ============================================
   ORANGE MUSIC ZONE (album + Spotify embeds)
   ============================================ */

.orange-music-zone {
  position: relative;
  z-index: 2;
  overflow: visible;
  background: linear-gradient(
    -45deg,
    #ff6b35,
    #ff8c42,
    #ffd93d,
    #ff5e78,
    #ffa34d,
    #ff6b35
  );
  background-size: 400% 400%;
  animation: orangeZoneGradientShift 26s ease infinite;
}

.orange-music-zone::before,
.orange-music-zone::after,
.orange-music-zone__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(52px);
}

.orange-music-zone::before {
  content: "";
  width: min(44vw, 380px);
  height: min(44vw, 380px);
  top: 8%;
  right: -6%;
  background: radial-gradient(circle, rgba(255, 217, 61, 0.85) 0%, rgba(255, 217, 61, 0) 70%);
  animation: orangeZoneBlobDrift1 22s ease-in-out infinite;
}

.orange-music-zone::after {
  content: "";
  width: min(40vw, 340px);
  height: min(40vw, 340px);
  bottom: 6%;
  left: -5%;
  background: radial-gradient(circle, rgba(255, 94, 120, 0.7) 0%, rgba(255, 94, 120, 0) 70%);
  animation: orangeZoneBlobDrift2 30s ease-in-out infinite;
}

.orange-music-zone__glow {
  width: min(36vw, 300px);
  height: min(36vw, 300px);
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 163, 77, 0.65) 0%, rgba(255, 163, 77, 0) 70%);
  animation: orangeZoneBlobDrift3 34s ease-in-out infinite;
}

.orange-music-zone .wave-yellow-orange {
  background-color: #ffd93d;
}

.orange-music-zone .wave-orange-purple {
  background-color: #ff8c42;
}

@keyframes orangeZoneGradientShift {
  0%, 100% { background-position: 0% 50%; }
  25% { background-position: 50% 100%; }
  50% { background-position: 100% 50%; }
  75% { background-position: 50% 0%; }
}

@keyframes orangeZoneBlobDrift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-40px, 32px) scale(1.14); }
}

@keyframes orangeZoneBlobDrift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(44px, -28px) scale(1.12); }
}

@keyframes orangeZoneBlobDrift3 {
  0%, 100% { transform: translateX(-50%) translateY(0) scale(1); }
  50% { transform: translateX(-50%) translateY(-36px) scale(1.18); }
}

@media (prefers-reduced-motion: reduce) {
  .orange-music-zone {
    animation: none;
    background-size: 100% 100%;
  }

  .orange-music-zone::before,
  .orange-music-zone::after,
  .orange-music-zone__glow {
    animation: none;
  }
}

/* ============================================
   ALBUM ANNOUNCEMENT SECTION
   ============================================ */

.album-announcement {
  position: relative;
  z-index: 1;
  padding: 40px 0 48px;
  background: transparent;
}

#album-embeds {
  position: relative;
  z-index: 1;
}

#album-embeds .spotify-embed {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

/* Album cover tilt hover effect */
.album-cover-frame:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/* Streaming button hover effects */
.album-announcement .btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3) !important;
}

/* Floating music note animation */
@keyframes floatNote {
  0%, 100% { transform: translateY(0) rotate(var(--note-rotate, 0deg)); }
  50% { transform: translateY(-12px) rotate(var(--note-rotate, 0deg)); }
}

.album-announcement span[style*="position: absolute"] {
  animation: floatNote 3s ease-in-out infinite;
}

.album-announcement span[style*="position: absolute"]:nth-child(2) {
  animation-delay: 0.5s;
}

.album-announcement span[style*="position: absolute"]:nth-child(3) {
  animation-delay: 1s;
}

.album-announcement span[style*="position: absolute"]:nth-child(4) {
  animation-delay: 1.5s;
}

.album-announcement span[style*="position: absolute"]:nth-child(5) {
  animation-delay: 2s;
}

/* Rainbow wave text animation */
.rainbow-wave {
  display: inline-block;
}

.rainbow-wave span {
  display: inline-block;
  font-weight: 900;
  animation: rainbowLetterWave 2.5s ease-in-out infinite;
  text-shadow: 1px 2px 4px rgba(0,0,0,0.3);
}

.rainbow-wave .rainbow-space {
  width: 0.3em;
  animation: none;
}

.rainbow-wave span:nth-child(1)  { color: #E8222E; }
.rainbow-wave span:nth-child(2)  { color: #D4371E; }
.rainbow-wave span:nth-child(3)  { color: #FFE033; }
.rainbow-wave span:nth-child(4)  { color: #FFED6B; }
.rainbow-wave span:nth-child(5)  { color: #FFF8A8; }
.rainbow-wave span:nth-child(6)  { color: #2ECC71; }
.rainbow-wave span:nth-child(7)  { color: #1DAA5C; }
.rainbow-wave span:nth-child(8)  { color: #18A0B8; }
.rainbow-wave span:nth-child(9)  { color: #0090D4; }
.rainbow-wave span:nth-child(11) { color: #0066FF; }
.rainbow-wave span:nth-child(12) { color: #6B3FA0; }
.rainbow-wave span:nth-child(13) { color: #9B30D6; }
.rainbow-wave span:nth-child(14) { color: #E8225E; }

@keyframes rainbowLetterWave {
  0%, 100% { transform: translateY(0); }
  15% { transform: translateY(-8px); }
  30% { transform: translateY(0); }
}

/* Album cover with spinning rainbow glow */
.album-cover-frame {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
  overflow: visible;
}

.album-cover-frame::before,
.album-cover-frame::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 26px;
  background: conic-gradient(
    from var(--border-angle, 0deg),
    #FF3B30, #FF9500, #FFCC00, #34C759,
    #007AFF, #AF52DE, #FF3B30
  );
  animation: spinBorder 3s linear infinite;
  z-index: -1;
}

.album-cover-frame::after {
  inset: -6px;
  border-radius: 28px;
  filter: blur(14px);
  opacity: 0.5;
}

@keyframes spinBorder {
  to { --border-angle: 360deg; }
}

@property --border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.album-cover-img {
  display: block;
  width: 272px !important;
  height: 272px !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 20px;
  object-fit: cover;
}

.album-cover-img:hover {
  transform: none !important;
}

/* Responsive adjustments for album announcement */
@media screen and (max-width: 991px) {
  .album-announcement h2 {
    font-size: 2.2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .album-announcement {
    padding: 30px 0 !important;
  }
  .album-cover-frame {
    width: 220px;
    height: 220px;
    border-radius: 22px;
    margin: 10px auto;
  }
  .album-cover-frame::before {
    inset: -4px;
    border-radius: 26px;
  }
  .album-cover-frame::after {
    inset: -8px;
    border-radius: 30px;
    filter: blur(12px);
  }
  .album-cover-img {
    width: 208px !important;
    height: 208px !important;
    border-radius: 18px;
  }
  .album-announcement h2 {
    font-size: 1.8rem !important;
    margin-bottom: 0.5rem !important;
  }
  .album-announcement p {
    font-size: 1rem !important;
    margin-bottom: 0.5rem !important;
  }
  .spotify-embed {
    height: 200px !important;
  }
  .album-announcement .row.mt-4,
  .album-announcement .row.mt-lg-5 {
    margin-top: 0.75rem !important;
  }
  .album-announcement .row.mt-3 {
    margin-top: 0.5rem !important;
  }
}

@media screen and (max-width: 480px) {
  .album-cover-frame {
    width: 190px;
    height: 190px;
    border-radius: 20px;
    margin: 10px auto;
  }
  .album-cover-frame::before {
    inset: -4px;
    border-radius: 24px;
  }
  .album-cover-frame::after {
    inset: -8px;
    border-radius: 28px;
    filter: blur(10px);
  }
  .album-cover-img {
    width: 178px !important;
    height: 178px !important;
    border-radius: 16px;
  }
  .album-announcement h2 {
    font-size: 1.5rem !important;
  }
  .spotify-embed {
    height: 152px !important;
  }

  .album-announcement .btn {
    padding: 10px 20px !important;
    font-size: 0.85rem !important;
  }

  .album-announcement .d-flex.flex-wrap.gap-3 {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem !important;
  }

  .album-announcement .d-flex.flex-wrap.gap-3 .btn {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }
}

/* Back-to-top floating button */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: #fff;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background-color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(78, 205, 196, 0.5);
}

/* Active nav link indicator */
.navbar-nav .nav-link.active-section {
  color: var(--primary-color) !important;
  font-weight: var(--font-weight-bold);
}

/* Minimum touch target size for mobile */
@media screen and (max-width: 991px) {
  .navbar-nav .nav-link {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .custom-btn,
  .custom-border-btn {
    min-height: 44px;
    min-width: 44px;
  }

  .back-to-top {
    bottom: 16px;
    right: 16px;
  }
}

/* Countdown timer */
.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 70px;
}

.countdown-number {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.countdown-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.7;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .countdown-number {
    font-size: 1.8rem;
  }
  .countdown-unit {
    min-width: 55px;
  }
}

/* Footer social icons */
.footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

/* Shorts + About gradient zone — single orange → teal blend */
.shorts-about-zone {
  position: relative;
  overflow: visible;
  background: linear-gradient(
    180deg,
    #ff8c42 0%,
    #ffa34d 28%,
    #7fd4c8 58%,
    #4ecdc4 82%,
    #45bfb7 100%
  );
}

/* Unified wave section dividers */
.wave-divider {
  display: block;
  width: 100%;
  height: var(--wave-divider-height);
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -2px;
  margin-bottom: -2px;
  flex-shrink: 0;
}

.wave-purple-orange {
  background-color: #6c5ce7;
}

.wave-yellow-orange {
  background-color: #ffd93d;
}

.wave-orange-purple {
  background-color: #ff8c42;
}

.wave-orange-cream {
  background-color: #ff8c42;
}

.wave-teal-cream {
  background-color: #45bfb7;
}

.wave-cream-teal-wrap {
  background-color: #fff9e6;
  margin-bottom: -2px;
  overflow: hidden;
}

.wave-cream-teal {
  background-color: #fff9e6;
  height: clamp(96px, 12vw, 132px);
}

.wave-seo-cream-teal {
  background-color: #fff9e6;
}

.wave-seo-teal-cream {
  background-color: var(--color-teal-light);
}

.wave-seo-teal-white {
  background-color: var(--color-teal);
}

.wave-seo-white-orange {
  background-color: #ffffff;
}

.wave-seo-orange-teal {
  background-color: var(--color-orange);
}

.wave-seo-teal-light-white {
  background-color: var(--color-teal-light);
}

.wave-seo-white-navy {
  background-color: #ffffff;
}

.shorts-about-zone .wave-teal-cream {
  background: transparent;
  overflow: hidden;
}

.shorts-about-zone .about-section {
  padding-top: 32px;
  padding-bottom: 80px;
  background: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.events-section.section-bg {
  margin-top: -2px;
}

.shorts-social.footer-social {
  justify-content: center;
}

.shorts-social .footer-social-link {
  background-color: rgba(108, 92, 231, 0.12);
  color: #6C5CE7;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.shorts-social .footer-social-link svg {
  transition: color 0.3s ease, filter 0.3s ease;
}

.shorts-social .footer-social-link:hover {
  background-color: rgba(108, 92, 231, 0.22);
  transform: translateY(-3px);
}

.shorts-social .footer-social-link:hover svg {
  color: #FF8C42;
  filter:
    drop-shadow(1px 0 0 #FF8C42)
    drop-shadow(-1px 0 0 #FF8C42)
    drop-shadow(0 1px 0 #FF8C42)
    drop-shadow(0 -1px 0 #FF8C42);
}

@media screen and (max-width: 991px) {
  .shorts-about-zone .about-section {
    padding-top: 24px;
    padding-bottom: 48px;
  }
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.footer-social-link:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-3px);
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .footer-social {
    justify-content: center;
  }
}

.site-footer .btn:hover {
  background: rgba(255,255,255,0.35) !important;
  border-color: rgba(255,255,255,0.6) !important;
  transform: translateY(-2px);
}

.site-footer img.img-fluid:hover {
  transform: none;
}

.footer-birds-wrap {
  display: inline-block;
  max-width: 340px;
  width: 100%;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}

.footer-birds-wrap .img-fluid {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.footer-birds-wrap:hover .img-fluid {
  transform: scale(1.03);
}

.footer-birds-wrap:hover .about-parallax-logo {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Parallax image containers */
.parallax-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.parallax-wrap.footer-birds-wrap {
  display: inline-block;
  vertical-align: top;
}

.about-parallax-logo {
  width: 90px;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.parallax-wrap:hover .about-parallax-logo {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.parallax-img {
  transition: transform 0.1s linear;
  will-change: transform;
}

@media screen and (min-width: 992px) {
  .parallax-img {
    transform: scale(1.08);
  }
}

/* Animated wavy section dividers */
.wave-animated {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wave-shift {
  transform: scaleX(1.16);
  transform-origin: center center;
  animation: waveShift 10s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-section .wave-shift,
.seo-page .seo-hero-wave .wave-shift,
.wave-divider .wave-shift {
  animation-duration: 12s;
}

@keyframes waveShift {
  0% { transform: scaleX(1.16) translateX(0); }
  100% { transform: scaleX(1.16) translateX(-4%); }
}

@media (prefers-reduced-motion: reduce) {
  .wave-shift {
    animation: none;
    transform: scaleX(1.08);
  }
}

/* Hero floating particles */
.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.particle {
  position: absolute;
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.6rem;
  animation: particleFloat ease-in-out infinite;
}

@keyframes particleFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.15;
  }
  25% {
    transform: translateY(-30px) rotate(15deg);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-10px) rotate(-10deg);
    opacity: 0.2;
  }
  75% {
    transform: translateY(-40px) rotate(20deg);
    opacity: 0.3;
  }
}

@media screen and (max-width: 767px) {
  .particle {
    font-size: 1.2rem;
  }
}

/* Loading splash screen */
.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FFD93D 0%, #FF8C42 50%, #FF6B35 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow: hidden;
}

.splash-screen.fade-out {
  opacity: 0;
  visibility: hidden;
}

.splash-logo {
  width: 180px;
  height: auto;
  animation: splashPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
             splashFloat 2s ease-in-out 0.6s infinite alternate;
  filter: drop-shadow(0 8px 30px rgba(0,0,0,0.2));
  transform: scale(0);
  position: relative;
  z-index: 2;
}

@keyframes splashPop {
  0% { transform: scale(0) rotate(-20deg); }
  100% { transform: scale(1) rotate(0deg); }
}

@keyframes splashFloat {
  0% { transform: scale(1) translateY(4px); }
  100% { transform: scale(1.06) translateY(-4px); }
}

.splash-text {
  margin-top: 18px;
  font-family: var(--heading-font-family);
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 6px;
  position: relative;
  z-index: 2;
}

.splash-text span {
  display: inline-block;
  opacity: 0;
  animation: splashLetterIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  text-shadow: 1px 2px 4px rgba(0,0,0,0.15);
}

@keyframes splashLetterIn {
  0% { opacity: 0; transform: translateY(20px) scale(0.5); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.splash-burst {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  animation: wheelSpin 20s linear 0.8s infinite;
}

@keyframes wheelSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.burst-shape {
  position: absolute;
  font-size: 1.8rem;
  opacity: 0;
  animation: burstOut 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) var(--d, 0s) forwards;
  transform: translate(0, 0) scale(0);
}

.burst-shape:nth-child(1)  { color: #FF3B30; }
.burst-shape:nth-child(2)  { color: #FF9500; }
.burst-shape:nth-child(3)  { color: #FFCC00; }
.burst-shape:nth-child(4)  { color: #34C759; }
.burst-shape:nth-child(5)  { color: #007AFF; }
.burst-shape:nth-child(6)  { color: #AF52DE; }
.burst-shape:nth-child(7)  { color: #FF2D55; }
.burst-shape:nth-child(8)  { color: #4ECDC4; }
.burst-shape:nth-child(9)  { color: #FF6B6B; }
.burst-shape:nth-child(10) { color: #5856D6; }
.burst-shape:nth-child(11) { color: #E8225E; }
.burst-shape:nth-child(12) { color: #1DAA5C; }
.burst-shape:nth-child(13) { color: #FF9500; }
.burst-shape:nth-child(14) { color: #34C759; }
.burst-shape:nth-child(15) { color: #FF3B30; }
.burst-shape:nth-child(16) { color: #007AFF; }
.burst-shape:nth-child(17) { color: #FFCC00; }
.burst-shape:nth-child(18) { color: #AF52DE; }

.burst-outer {
  font-size: 1.5rem;
  opacity: 0.7;
}

@keyframes burstOut {
  0% { opacity: 0; transform: translate(0, 0) scale(0) rotate(0deg); }
  100% { opacity: 0.8; transform: translate(var(--x), var(--y)) scale(1) rotate(var(--r)); }
}


@media screen and (max-width: 767px) {
  .splash-logo {
    width: 140px;
    height: auto;
  }
  .splash-text {
    font-size: 1.6rem;
    letter-spacing: 4px;
  }
  .burst-shape {
    font-size: 1.3rem;
  }
}

/* ============================================
   ABOUT SECTION SPRUCE-UP
   ============================================ */
.about-deco-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle, rgba(78,205,196,0.08) 1px, transparent 1px),
    radial-gradient(circle, rgba(108,92,231,0.06) 1px, transparent 1px);
  background-size: 40px 40px, 60px 60px;
  background-position: 0 0, 30px 30px;
  pointer-events: none;
}

.about-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--dark-color);
}

.about-title-accent {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-title-dance,
.zaydio-rainbow {
  display: inline-block;
}

.about-title-dance span,
.zaydio-rainbow span {
  display: inline-block;
  font-weight: 900;
  animation: zaydioLetterWave 2.5s ease-in-out infinite;
}

/* Navy outline on About title rainbow only (matches logo border) */
.about-title-dance span {
  -webkit-text-stroke: 0.75px #1a2744;
  paint-order: stroke fill;
  text-shadow:
    -0.5px 0 0 #1a2744,
    0.5px 0 0 #1a2744,
    0 -0.5px 0 #1a2744,
    0 0.5px 0 #1a2744;
}

.about-title-dance span:nth-child(1),
.zaydio-rainbow span:nth-child(1) { color: #FF3B30; }
.about-title-dance span:nth-child(2),
.zaydio-rainbow span:nth-child(2) { color: #FF9500; }
.about-title-dance span:nth-child(3),
.zaydio-rainbow span:nth-child(3) { color: #FFCC00; }
.about-title-dance span:nth-child(4),
.zaydio-rainbow span:nth-child(4) { color: #34C759; }
.about-title-dance span:nth-child(5),
.zaydio-rainbow span:nth-child(5) { color: #007AFF; }
.about-title-dance span:nth-child(6),
.zaydio-rainbow span:nth-child(6) { color: #AF52DE; }

@keyframes zaydioLetterWave {
  0%, 100% { transform: translateY(0); }
  15% { transform: translateY(-8px); }
  30% { transform: translateY(0); }
}

.zaydio-rainbow-sm span {
  font-weight: 700;
  animation: zaydioLetterWave 2.5s ease-in-out infinite;
  display: inline-block;
}

.zaydio-rainbow-sm span:nth-child(1) { color: #FF3B30; }
.zaydio-rainbow-sm span:nth-child(2) { color: #FF9500; }
.zaydio-rainbow-sm span:nth-child(3) { color: #FFCC00; }
.zaydio-rainbow-sm span:nth-child(4) { color: #34C759; }
.zaydio-rainbow-sm span:nth-child(5) { color: #007AFF; }
.zaydio-rainbow-sm span:nth-child(6) { color: #AF52DE; }

.our-story-card {
  text-align: center;
  background: linear-gradient(135deg, #f8f9ff, #f0fdfa);
  border-radius: 24px;
  padding: 40px 35px;
  border: 1px solid rgba(78,205,196,0.15);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.our-story-card p {
  color: #3a3f47;
}

.story-notes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.story-note {
  position: absolute;
  font-size: 1.4rem;
  opacity: 0.18;
  color: var(--secondary-color);
  animation: storyNoteFloat 4s ease-in-out infinite;
}

.story-note:nth-child(even) {
  color: var(--primary-color);
}

@keyframes storyNoteFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.12; }
  50% { transform: translateY(-14px) rotate(15deg); opacity: 0.25; }
}

.our-story-card h3,
.our-story-card p {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about-title {
    font-size: 2rem;
  }
  .our-story-card {
    padding: 28px 20px;
  }
}

/*---------------------------------------
  SEO PAGES & PARENTS STRIP
-----------------------------------------*/
.parents-strip {
  background: linear-gradient(90deg, #6C5CE7, #4ECDC4);
  padding: 14px 0;
}

.parents-strip__inner {
  text-align: center;
}

.parents-strip__text {
  color: #fff;
  font-size: 1rem;
}

.parents-strip__text a {
  color: #FFD93D;
  font-weight: 700;
  text-decoration: underline;
}

.parents-strip__text a:hover {
  color: #fff;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.footer-nav a {
  color: #fff;
  font-size: 0.9rem;
  opacity: 0.9;
  text-decoration: none;
}

.footer-nav a:hover {
  opacity: 1;
  color: #FFD93D;
}

.seo-navbar {
  background: #6C5CE7;
  padding: 12px 0;
}

.seo-navbar .nav-link {
  color: #fff;
  font-weight: 600;
}

.seo-navbar .nav-link:hover,
.seo-navbar .nav-link.active {
  color: #FFD93D;
}

.seo-page .seo-hero {
  position: relative;
  overflow: visible;
  padding: 60px 0 0;
  color: #fff;
}

.seo-page .seo-hero .container {
  padding-bottom: clamp(40px, 5vw, 56px);
}

.seo-page .seo-hero + .section-padding {
  padding-top: clamp(64px, 8vw, 96px);
}

.seo-hero--parents {
  background: var(--color-teal);
}

.seo-hero--videos {
  background: #4ECDC4;
}

.seo-section-alt {
  background-color: #f0fbfa;
}

.parents-signup {
  text-align: center;
}

.parents-signup h2 {
  font-family: var(--heading-font-family);
  font-weight: 800;
  margin-bottom: 12px;
}

.parents-signup__lead {
  font-size: 1.1rem;
  max-width: 520px;
  margin: 0 auto 8px;
  color: #2d3436;
}

.parents-signup__privacy {
  font-size: 0.9rem;
  color: #636e72;
  margin-bottom: 24px;
}

.parents-signup__form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto;
}

.parents-signup__form input[type="email"] {
  flex: 1 1 220px;
  min-width: 0;
  padding: 12px 16px;
  border: 2px solid rgba(108, 92, 231, 0.2);
  border-radius: 50px;
  font-size: 1rem;
}

.parents-signup__form input[type="email"]:focus {
  outline: none;
  border-color: #4ECDC4;
  box-shadow: 0 0 0 3px rgba(78, 205, 196, 0.25);
}

.parents-signup__success {
  background: #fff;
  border: 2px solid #4ECDC4;
  border-radius: 16px;
  padding: 20px 24px;
  max-width: 480px;
  margin: 0 auto;
  font-weight: 600;
  color: #2d3436;
}

.parents-signup__success[hidden] {
  display: none !important;
}

.seo-hero--album {
  background: linear-gradient(135deg, #FF8C42 0%, #FF6B6B 100%);
}

.seo-hero--lullaby {
  background: linear-gradient(135deg, #4ECDC4 0%, #6C5CE7 100%);
}

.seo-page h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.seo-lead {
  font-size: 1.2rem;
  max-width: 640px;
  opacity: 0.95;
}

.seo-card {
  background: #fff;
  border-radius: var(--border-radius-medium);
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.seo-card h2 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.seo-list {
  font-size: 1.05rem;
  padding-left: 1.25rem;
}

.seo-list li {
  margin-bottom: 10px;
}

.seo-faq details {
  background: #fff;
  border-radius: var(--border-radius-small);
  padding: 16px 20px;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.seo-faq summary {
  font-weight: 700;
  cursor: pointer;
  font-family: var(--heading-font-family);
}

.seo-faq p {
  margin: 12px 0 0;
}

.album-page-cover {
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
}

.album-page-cover--round {
  border-radius: 50%;
}

/* Cookie consent banner */
.consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100001;
  background: linear-gradient(90deg, #6C5CE7, #4ECDC4);
  color: #fff;
  padding: 16px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
}

.consent-banner__text {
  margin: 0;
  font-size: 0.95rem;
  max-width: 520px;
}

.consent-banner__text a {
  color: #FFD93D;
  font-weight: 700;
}

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

.consent-banner__btn {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--body-font-family);
}

.consent-banner__btn--primary {
  background: #FFD93D;
  color: #2D3436;
  border-color: #FFD93D;
}

.consent-banner__btn:hover {
  transform: translateY(-1px);
}

/* Browse albums grid on homepage (desktop only) */
.browse-albums--desktop {
  display: none;
}

@media (min-width: 992px) {
  .browse-albums--desktop {
    display: block;
  }
}

.browse-albums .album-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 20px 16px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
  height: 100%;
}

.browse-albums button.album-card {
  width: 100%;
  cursor: pointer;
  font: inherit;
}

.browse-albums .album-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.2);
  color: #FFD93D;
}

.browse-albums .album-card img {
  border-radius: 12px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.seo-hero-wave {
  display: block;
  width: 100%;
  height: var(--wave-divider-height);
  margin-top: 0;
  margin-bottom: -2px;
  overflow: hidden;
  line-height: 0;
}

.seo-breadcrumb {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 12px;
}

.seo-breadcrumb a {
  color: #FFD93D;
}

.seo-prose h2 {
  font-size: 1.5rem;
  margin: 28px 0 12px;
}

.seo-prose p,
.seo-prose li {
  font-size: 1.05rem;
  line-height: 1.7;
}

.site-footer--compact {
  background-color: #4ECDC4;
  padding: 40px 0 30px;
}

.youtube-video-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.youtube-video-item {
  margin: 0;
}

.youtube-video-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: #fff;
  border: 2px solid rgba(108, 92, 231, 0.12);
  box-shadow: 0 8px 24px rgba(108, 92, 231, 0.08);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.youtube-video-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 140, 66, 0.45);
  box-shadow: 0 12px 28px rgba(255, 140, 66, 0.16);
  color: inherit;
}

.youtube-video-index {
  flex: 0 0 2rem;
  font-family: var(--heading-font-family);
  font-weight: 800;
  font-size: 1.1rem;
  color: #6C5CE7;
  text-align: center;
}

.youtube-video-card img {
  flex: 0 0 160px;
  width: 160px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
  background: #f2f2f2;
}

.youtube-video-copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.youtube-video-title {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 1.05rem;
  color: #2d3436;
}

.youtube-video-meta {
  font-size: 0.92rem;
  color: #636e72;
}

.youtube-video-watch {
  flex: 0 0 auto;
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: #FF8C42;
}

.youtube-video-loading,
.youtube-video-error {
  padding: 1rem 0;
  color: #636e72;
}

@media (max-width: 767px) {
  .youtube-video-card {
    flex-wrap: wrap;
  }

  .youtube-video-card img {
    flex-basis: 120px;
    width: 120px;
    height: 68px;
  }

  .youtube-video-watch {
    margin-left: auto;
  }
}

/* ============================================
   ZAYDIO DESIGN SYSTEM (subpages only)
   ============================================ */

.seo-page {
  --heading-font-family: 'Fredoka', sans-serif;
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
  color: var(--color-navy);
}

.seo-page h1,
.seo-page h2,
.seo-page h3,
.seo-page h4,
.seo-page h5,
.seo-page h6 {
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-navy);
}

.seo-page h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
.seo-page h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
.seo-page h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }

.seo-page p {
  font-size: 1.05rem;
  font-weight: 400;
}

.seo-page .container,
.design-container {
  max-width: 1100px;
}

/* Subpage buttons */
.seo-page .btn-primary,
.seo-page .custom-btn:not(.custom-border-btn) {
  background-color: var(--color-yellow);
  color: var(--color-navy);
  font-family: 'Fredoka', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
}

.seo-page .btn-primary:hover,
.seo-page .custom-btn:not(.custom-border-btn):hover {
  background-color: var(--color-yellow-dark);
  color: var(--color-navy);
  transform: scale(1.03);
}

.seo-page .btn-secondary,
.seo-page .custom-border-btn {
  background-color: transparent;
  color: var(--color-teal);
  border: 2px solid var(--color-teal);
  border-radius: 50px;
  font-family: var(--body-font-family);
  font-weight: 700;
  padding: 12px 28px;
}

.seo-page .btn-secondary:hover,
.seo-page .custom-border-btn:hover {
  background-color: var(--color-teal);
  color: var(--color-white);
}

.seo-page .btn-white {
  background-color: var(--color-white);
  color: var(--color-navy);
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
}

.seo-page .btn-white:hover {
  background-color: var(--color-yellow);
  transform: scale(1.03);
}

/* Subpage cards */
.seo-page .card,
.seo-page .seo-card {
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seo-page .card:hover,
.seo-page .seo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.seo-page .card-everybody-sing { border-top: 5px solid var(--color-coral); }
.seo-page .card-new-abcs { border-top: 5px solid var(--color-teal); }
.seo-page .card-sing-lullabies { border-top: 5px solid var(--color-purple); }
.seo-page .card-island-vibes { border-top: 5px solid var(--color-green); }

.trust-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.trust-icon-ages { background-color: var(--color-teal); color: var(--color-white); }
.trust-icon-learn { background-color: var(--color-yellow); color: var(--color-navy); }
.trust-icon-noads { background-color: var(--color-green); color: var(--color-white); }

.trust-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

/* Subpage footer */
.site-footer--compact {
  background-color: var(--color-navy) !important;
  color: var(--color-white);
  padding: 48px 32px;
}

.site-footer--compact a:not(.btn) {
  color: var(--color-teal);
}

.site-footer--compact a:not(.btn):hover {
  color: var(--color-yellow);
}

.site-footer--compact .footer-nav a {
  color: var(--color-teal);
}

.site-footer--compact .footer-nav a:hover {
  color: var(--color-yellow);
  opacity: 1;
}

/* Subpage nav + headers */
.seo-navbar {
  background: var(--color-white);
  border-bottom: 3px solid var(--color-teal);
  padding: 16px 0;
}

/* The 3.5x navbar logo scale overflows the shorter seo-page navbar and gets clipped */
.seo-navbar .navbar-brand-image {
  transform: scale(1.9);
  transform-origin: left center;
}

.seo-navbar .navbar-brand-image:hover {
  transform: scale(2);
}

.seo-navbar .nav-link {
  color: var(--color-navy);
  font-family: var(--body-font-family);
  font-weight: 700;
}

.seo-navbar .nav-link:hover,
.seo-navbar .nav-link.active {
  color: var(--color-teal-dark);
}

.page-header,
.seo-page .seo-hero {
  position: relative;
  overflow: visible;
  padding: 60px 0 0;
  text-align: center;
  color: var(--color-white);
}

.page-header h1,
.seo-page .seo-hero h1 {
  color: var(--color-white);
  font-family: var(--heading-font-family);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 12px;
}

.page-header p,
.seo-page .seo-hero .seo-lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.seo-breadcrumb,
.breadcrumb {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
}

.seo-breadcrumb a,
.breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.seo-breadcrumb a:hover,
.breadcrumb a:hover {
  color: var(--color-yellow);
}

.page-header--teal,
.seo-hero--parents { background: var(--color-teal); }

.page-header--coral,
.seo-hero--videos,
.seo-hero--album.page-header--coral { background: var(--color-coral); }

.page-header--purple,
.seo-hero--lullaby.page-header--purple { background: var(--color-purple); }

.page-header--green,
.seo-hero--lullaby.page-header--green { background: var(--color-green); }

.seo-hero--album.page-header--teal { background: var(--color-teal); }

.seo-section-alt {
  background-color: var(--color-teal-light);
}

.seo-page .seo-hero .seo-lead {
  max-width: 640px;
  opacity: 0.95;
}

.seo-page .seo-hero .row {
  text-align: left;
}

.seo-page .seo-hero .seo-breadcrumb {
  text-align: left;
}

.hero-section h1,
.hero-section .cd-headline {
  color: var(--color-white);
}

.hero-section .custom-btn-group .link {
  color: rgba(255, 255, 255, 0.9);
}

.seo-page .page-header h1,
.seo-page .seo-hero.page-header h1 {
  color: var(--color-white);
}

.seo-page .seo-hero.page-header:has(.row) {
  text-align: left;
}

.seo-page .seo-hero.page-header:has(.row) .seo-breadcrumb {
  text-align: left;
}

.seo-page .seo-hero.page-header:has(.row) .seo-lead {
  margin-left: 0;
  margin-right: 0;
}

/* Homepage — keep original album card glass on orange zone */
.orange-music-zone .browse-albums .album-card {
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow: none;
  padding: 20px 16px;
  color: #fff;
}

.orange-music-zone .browse-albums .album-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.2);
  color: #FFD93D;
  box-shadow: none;
}

/* ============================================
   FOR PARENTS PAGE
   ============================================ */

@keyframes orangePulse {
  0%   { box-shadow: 0 0 0 0 var(--color-orange-glow); }
  70%  { box-shadow: 0 0 0 14px rgba(255, 140, 66, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 140, 66, 0); }
}
@keyframes orangeGlow {
  0%, 100% { text-shadow: 0 0 8px var(--color-orange-glow); }
  50%       { text-shadow: 0 0 20px var(--color-orange), 0 0 40px var(--color-orange-glow); }
}

@keyframes circleDraw {
  from { stroke-dasharray: 0 100; stroke-dashoffset: 100; }
  to   { stroke-dasharray: 93 7; stroke-dashoffset: 0; }
}

@keyframes circleTravel {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -100; }
}

/* still used by the Videos page header underline */
@keyframes orangeUnderline {
  0%   { width: 0%; opacity: 0; }
  100% { width: 100%; opacity: 1; }
}

.parents-page .page-header h1 {
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding: 0.35em 1.2em;
}

/* Hand-drawn orange outline that draws itself around the heading, then loops */
.parents-page .page-header h1 .h1-circle-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 106%;
  height: 140%;
  transform: translate(-50%, -50%) rotate(-1.5deg);
  overflow: visible;
  pointer-events: none;
}

.parents-page .page-header h1 .h1-circle-svg rect {
  fill: none;
  stroke: var(--color-orange);
  /* user-space units; non-scaling-stroke breaks pathLength dash normalization in Chrome */
  stroke-width: 2px;
  stroke-linecap: round;
  /* 93-unit line + 7-unit break; pathLength=100 makes the pattern period exactly one lap */
  stroke-dasharray: 93 7;
  stroke-dashoffset: 0;
  animation:
    circleDraw 1.5s ease-out 0.3s backwards,
    circleTravel 7s linear 1.8s infinite;
}

.parents-page .section-trust {
  background: #ffffff;
  padding: 72px 32px;
}

.parents-page .trust-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition: transform 0.2s ease;
}

.parents-page .trust-card:hover {
  transform: translateY(-6px);
}

.parents-page .trust-card h2 {
  font-family: 'Fredoka', sans-serif;
  color: var(--color-navy);
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.parents-page .trust-card p {
  font-family: 'Nunito', sans-serif;
  color: #555555;
  font-size: 1rem;
  margin-bottom: 0;
}

.parents-page .trust-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 16px;
  animation: orangePulse 2.5s infinite;
}

.parents-page .trust-icon-ages,
.parents-page .trust-icon-learn,
.parents-page .trust-icon-noads {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 0 0 var(--color-orange-glow);
}

.parents-page .section-safety {
  background-color: var(--color-orange);
  color: #ffffff;
  padding: 72px 32px;
}

.parents-page .section-safety h2 {
  color: #ffffff;
  font-family: 'Fredoka', sans-serif;
}

.parents-page .section-safety ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.parents-page .section-safety li {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 10px;
  font-family: 'Nunito', sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
}

.parents-page .section-safety li::before {
  content: "✓ ";
  color: #ffffff;
  font-weight: 800;
  margin-right: 6px;
}

.parents-page .section-safety a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.parents-page .section-safety a:hover {
  color: var(--color-teal-light);
}

.parents-page .section-faq {
  background-color: var(--color-teal-light);
  padding: 72px 32px;
}

.parents-page .section-faq > .container > h2 {
  font-family: 'Fredoka', sans-serif;
  color: var(--color-navy);
  margin-bottom: 1.5rem;
}

.parents-page .seo-faq details {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 12px;
  border-left: 5px solid var(--color-teal);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s ease;
}

.parents-page .seo-faq details:hover {
  border-left-color: var(--color-orange);
}

.parents-page .seo-faq summary {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.1rem;
  color: var(--color-navy);
  font-weight: 700;
  margin-bottom: 0;
  list-style: none;
}

.parents-page .seo-faq summary::-webkit-details-marker {
  display: none;
}

.parents-page .seo-faq p {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  color: #444444;
  line-height: 1.6;
  margin: 8px 0 0;
}

.parents-page .section-signup {
  background: #ffffff;
  padding: 72px 32px;
  text-align: center;
}

.parents-page .section-signup h2 {
  font-family: 'Fredoka', sans-serif;
  color: var(--color-navy);
  font-size: 2rem;
  margin-bottom: 10px;
}

.parents-page .section-signup .parents-signup__lead {
  color: #555555;
  margin-bottom: 8px;
}

.parents-page .section-signup .parents-signup__privacy {
  color: #636e72;
  margin-bottom: 28px;
}

.parents-page .section-signup .parents-signup__privacy a {
  color: var(--color-teal-dark);
  font-weight: 600;
}

.parents-page .section-signup .parents-signup__privacy a:hover {
  color: var(--color-orange);
}

.parents-page .signup-form {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.parents-page .signup-input {
  padding: 14px 20px;
  border-radius: 50px;
  border: 2px solid var(--color-teal);
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  outline: none;
  width: 280px;
  max-width: 100%;
  transition: border-color 0.2s ease;
}

.parents-page .signup-input:focus {
  border-color: var(--color-orange);
}

.parents-page .signup-btn {
  background-color: var(--color-orange);
  color: #ffffff;
  font-family: 'Fredoka', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  animation: orangePulse 2.5s infinite;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.parents-page .signup-btn:hover {
  background-color: var(--color-orange-dark);
  transform: scale(1.04);
}

.parents-page .parents-signup__success {
  background: #fff;
  border: 2px solid var(--color-teal);
  border-radius: 16px;
  padding: 20px 24px;
  max-width: 480px;
  margin: 0 auto;
  font-weight: 600;
  color: var(--color-navy);
}

@media (prefers-reduced-motion: reduce) {
  .parents-page .trust-card-icon,
  .parents-page .signup-btn {
    animation: none;
  }

  .parents-page .page-header h1 .h1-circle-svg rect {
    animation: none;
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width: 991px) {
  .parents-page .section-trust,
  .parents-page .section-safety,
  .parents-page .section-faq,
  .parents-page .section-signup {
    padding: 56px 20px;
  }
}

/* ============================================
   VIDEOS PAGE
   ============================================ */

.wave-seo-orange-white {
  background-color: var(--color-orange);
}

.wave-seo-white-teal {
  background-color: #ffffff;
}

.wave-seo-teal-orange {
  background-color: var(--color-teal);
}

.wave-seo-teal-light-navy {
  background-color: var(--color-teal-light);
}

.videos-page .page-header-videos {
  background-color: var(--color-orange);
  color: #ffffff;
  padding: 72px 32px 60px;
  text-align: center;
}

.videos-page .page-header-videos h1 {
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: #ffffff;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.videos-page .zaydio-teal-bounce {
  display: inline-block;
}

.videos-page .zaydio-teal-bounce span {
  display: inline-block;
  font-weight: 900;
  color: var(--color-teal);
  animation: zaydioLetterWave 2.5s ease-in-out infinite;
}

.videos-page .page-header-videos h1::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 0%;
  background-color: #ffffff;
  border-radius: 4px;
  animation: orangeUnderline 0.8s ease forwards 0.3s;
}

.videos-page .page-header-videos .header-subtitle {
  font-family: 'Nunito', sans-serif;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.92);
  max-width: 580px;
  margin: 16px auto 0;
}

.videos-page .btn-subscribe {
  background-color: #ffffff;
  color: var(--color-orange);
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 14px 36px;
  border-radius: 50px;
  border: none;
  margin-top: 28px;
  display: inline-block;
  cursor: pointer;
  animation: orangePulse 2.5s infinite;
  transition: background-color 0.2s ease, transform 0.1s ease;
  text-decoration: none;
}

.videos-page .btn-subscribe:hover {
  background-color: var(--color-yellow);
  color: var(--color-navy);
  transform: scale(1.04);
}

.videos-page .btn-video-white {
  background-color: #ffffff;
  color: var(--color-teal);
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 14px 36px;
  border-radius: 50px;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.videos-page .btn-video-white:hover {
  background-color: var(--color-yellow);
  color: var(--color-navy);
  transform: scale(1.04);
}

.videos-page .section-featured {
  background: #ffffff;
  padding: 72px 32px;
  text-align: center;
}

.videos-page .featured-label {
  font-family: 'Fredoka', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-orange);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.videos-page .section-featured h2 {
  font-family: 'Fredoka', sans-serif;
  font-size: 2rem;
  color: var(--color-navy);
  margin-bottom: 24px;
}

.videos-page .featured-video-wrapper {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

.videos-page .featured-video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: none;
}

.videos-page .featured-scroll-link {
  display: inline-block;
  margin-top: 20px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: var(--color-teal-dark);
  text-decoration: none;
}

.videos-page .featured-scroll-link:hover {
  color: var(--color-orange);
}

.videos-page .section-all-videos {
  background-color: var(--color-teal);
  padding: 72px 32px;
}

.videos-page .section-all-videos h2 {
  font-family: 'Fredoka', sans-serif;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 8px;
}

.videos-page .section-all-videos .section-subtitle {
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 40px;
}

.videos-page .video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.videos-page .video-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.videos-page .video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.videos-page .video-card iframe,
.videos-page .video-card-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: none;
  object-fit: cover;
}

.videos-page .video-card-thumb-link {
  display: block;
  position: relative;
  text-decoration: none;
}

.videos-page .video-card-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 1rem;
  color: var(--color-navy);
  padding: 12px 16px;
  margin: 0;
}

.videos-page .video-grid-cta {
  text-align: center;
  margin-top: 48px;
}

.videos-page .video-grid-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Nunito', sans-serif;
  margin-bottom: 16px;
}

.videos-page .video-grid-loading,
.videos-page .video-grid-error {
  color: rgba(255, 255, 255, 0.95);
  font-family: 'Nunito', sans-serif;
  text-align: center;
  grid-column: 1 / -1;
  padding: 24px;
}

.videos-page .video-grid-error a {
  color: #ffffff;
  font-weight: 700;
}

.videos-page .section-platforms {
  background-color: var(--color-orange);
  padding: 72px 32px;
  text-align: center;
}

.videos-page .section-platforms h2 {
  font-family: 'Fredoka', sans-serif;
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 10px;
}

.videos-page .section-platforms p {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Nunito', sans-serif;
  margin-bottom: 36px;
}

.videos-page .section-platforms .shorts-social {
  margin-bottom: 0;
}

.videos-page .section-albums {
  background-color: var(--color-teal-light);
  padding: 72px 32px;
  text-align: center;
}

.videos-page .section-albums h2 {
  font-family: 'Fredoka', sans-serif;
  color: var(--color-navy);
  font-size: 2rem;
  margin-bottom: 10px;
}

.videos-page .section-albums > .container > p {
  color: #555555;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 40px;
}

.videos-page .album-cards-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.videos-page .videos-album-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  text-align: center;
  transition: transform 0.2s ease;
  text-decoration: none;
  display: block;
}

.videos-page .videos-album-card:hover {
  transform: translateY(-5px);
}

.videos-page .videos-album-card img {
  width: 100%;
  /* override the height="220" attribute so the square aspect-ratio wins and no cropping occurs */
  height: auto;
  border-radius: 10px;
  margin-bottom: 12px;
  aspect-ratio: 1;
  object-fit: cover;
}

.videos-page .videos-album-card-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 1rem;
  color: var(--color-navy);
  margin-bottom: 8px;
}

.videos-page .videos-album-card-link {
  font-family: 'Nunito', sans-serif;
  font-size: 0.85rem;
  color: var(--color-teal);
  font-weight: 700;
}

.videos-page .videos-album-card--coral { border-top: 5px solid var(--color-coral); }
.videos-page .videos-album-card--teal { border-top: 5px solid var(--color-teal); }
.videos-page .videos-album-card--purple { border-top: 5px solid var(--color-purple); }
.videos-page .videos-album-card--green { border-top: 5px solid var(--color-green); }

@media (prefers-reduced-motion: reduce) {
  .videos-page .btn-subscribe {
    animation: none;
  }

  .videos-page .page-header-videos h1::after {
    animation: none;
    width: 100%;
    opacity: 1;
  }

  .videos-page .page-header-videos h1 .zaydio-teal-bounce span {
    animation: none;
  }
}

@media screen and (max-width: 991px) {
  .videos-page .page-header-videos,
  .videos-page .section-featured,
  .videos-page .section-all-videos,
  .videos-page .section-platforms,
  .videos-page .section-albums {
    padding: 56px 20px;
  }
}
