:root {
  --ink: #fff;
  --muted: #d0d0d0;
  --accent: #fff;
  --accent-soft: #111;
  --line: #333;
  --paper: #000;
  --bg: #000;
}

html,
body,
.site-shell,
.panel-stage,
.site-header,
.content-panel,
.about-intro,
.home-panel,
.gallery-section,
.schedule-section,
.auditions-section {
  background: #000 !important;
  color: #fff !important;
}

body {
  background-image: none !important;
}

.section-nav,
.section-nav button,
.language-switcher,
.language-switcher button {
  background: #000 !important;
  color: #fff !important;
}

.section-nav,
.section-nav button,
.section-nav button:hover,
.section-nav button:focus-visible,
.section-nav button.active {
  background: transparent !important;
}

.language-switcher button,
.language-switcher button:hover,
.language-switcher button:focus,
.language-switcher button:focus-visible,
.language-switcher button.active,
.language-switcher button:active {
  min-width: 0;
  min-height: auto;
  padding: 6px 9px;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: "Space Mono", monospace !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.section-nav button,
.section-nav button:hover,
.section-nav button:focus,
.section-nav button:focus-visible,
.section-nav button.active,
.section-nav button:active {
  min-width: 0;
  min-height: auto;
  padding: 6px 9px;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: "Space Mono", monospace !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.section-nav {
  justify-content: center !important;
  align-items: center;
}

.section-nav button,
.section-nav button:hover,
.section-nav button:focus,
.section-nav button:focus-visible,
.section-nav button.active,
.section-nav button:active {
  text-align: center;
}

.section-nav button,
.section-nav button:hover,
.section-nav button:focus,
.section-nav button:focus-visible,
.section-nav button.active,
.section-nav button:active {
  min-height: 78px;
  padding: 0 20px 28px;
  line-height: 1.2;
}

.section-nav {
  top: 18px !important;
}

.language-switcher {
  top: 18px !important;
  right: 22px !important;
}

.section-nav button.active::after,
.section-nav button.active:after {
  display: none !important;
}

.section-nav button[data-panel="inicio"],
.section-nav button[data-panel="sobre-mi"],
.section-nav button[data-panel="contacto"],
.section-nav button[data-panel="redes"] {
  font-size: 18px !important;
}


.language-switcher {
  gap: 0;
}

.language-switcher button,
.language-switcher button:hover,
.language-switcher button:focus,
.language-switcher button:focus-visible,
.language-switcher button.active,
.language-switcher button:active {
  position: relative;
  min-width: 0;
  min-height: 58px;
  padding: 0 20px;
  border: 0;
  border-right: 1px solid #ffffff26;
  background: transparent !important;
  color: #fff !important;
  font: 600 19px "Caveat", cursive;
  letter-spacing: 0;
  white-space: nowrap;
}

.section-nav button,
.section-nav button:hover,
.section-nav button:focus,
.section-nav button:focus-visible,
.section-nav button.active,
.section-nav button:active {
  font-family: "Caveat", cursive !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.language-switcher {
  position: fixed;
  top: 14px;
  right: 18px;
  z-index: 30;
  display: flex;
  gap: 4px;
  background: transparent !important;
}

.language-switcher button,
.language-switcher button:hover,
.language-switcher button:focus,
.language-switcher button:focus-visible,
.language-switcher button.active,
.language-switcher button:active {
  min-width: 34px;
  padding: 4px 7px;
  border: 0;
  background: transparent !important;
  color: #fff !important;
  font-family: "Caveat", cursive;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  cursor: pointer;
}

.section-nav button:hover,
.section-nav button:focus-visible,
.section-nav button.active,
.language-switcher button:hover,
.language-switcher button:focus-visible,
.language-switcher button.active {
  background: transparent !important;
  color: #fff !important;
}

.language-switcher {
  position: fixed;
  top: 14px;
  right: 18px;
  z-index: 30;
  display: flex;
  gap: 4px;
}

.language-switcher button {
  min-width: 34px;
  padding: 4px 7px;
  border: 0;
  color: #fff !important;
  cursor: pointer;
}

.content-panel h2,
.content-panel h3,
.content-panel h4,
.content-panel h5,
.content-panel p,
.content-panel strong,
.content-panel span,
.content-panel time,
.content-panel cite,
.content-panel label,
.content-panel a,
.home-panel .home-role,
.home-panel .home-jump {
  color: #fff !important;
}

.about-note,
.agenda-card,
.agenda-list div,
.social-link,
.opinion,
.past-events-list article,
.gallery-grid a,
.gallery-grid figure,
.contact-form,
.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-social-reminder,
.contact-social-reminder .social-link {
  background: #000 !important;
  color: #fff !important;
  border-color: #333 !important;
  box-shadow: none !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #aaa !important;
}

.contact-form button {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border: 1px solid #fff !important;
}

[data-content="contacto"] {
  overflow-wrap: anywhere;
}

.profile-image {
  display: block;
  width: 100vw;
  max-width: none;
  height: auto !important;
  margin: 0 auto;
  object-fit: contain !important;
  object-position: center;
  image-rendering: auto;
  filter: none !important;
}

.site-header {
  position: relative;
  overflow: visible !important;
}

.profile-overlay {
  position: absolute;
  top: 8.5%;
  right: 0;
  left: 0;
  display: block !important;
  width: 100%;
  z-index: 10 !important;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
  pointer-events: none;
}

.profile-overlay h1 {
  margin: 0;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: clamp(10px, 2.5vw, 22px) !important;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
  text-wrap: balance;
  visibility: visible !important;
  opacity: 1 !important;
}

.home-about-arrow {
  position: absolute;
  right: 50%;
  bottom: 16%;
  display: grid;
  width: 66px;
  height: 66px;
  margin: 0;
  padding: 0;
  border: 1px solid #fff !important;
  background: #000 !important;
  color: #fff !important;
  place-items: center;
  font: 24px/1 "Space Mono", monospace;
  transform: translateX(50%);
  cursor: pointer;
  z-index: 11;
}

.home-about-arrow:hover,
.home-about-arrow:focus-visible {
  background: #fff !important;
  color: #000 !important;
  outline: none;
}

.home-about-arrow.is-about {
  position: absolute;
  top: 18px;
  right: auto;
  left: 50%;
  display: grid;
  width: 66px;
  height: 66px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 1px solid #fff !important;
  background: #000 !important;
  color: #fff !important;
  font: 24px/1 "Space Mono", monospace;
  transform: translateX(-50%) !important;
  cursor: pointer;
  z-index: 11;
}

.panel-stage > [data-content="sobre-mi"] {
  position: relative !important;
}

.home-about-arrow.is-about:hover,
.home-about-arrow.is-about:focus-visible {
  background: #fff !important;
  color: #000 !important;
  outline: none;
}

@media (max-width: 700px) {
  .home-about-arrow {
    bottom: 14%;
    width: 50px;
    height: 50px;
  }

  .home-about-arrow.is-about {
    top: 12px;
    left: 50%;
    width: 50px;
    height: 50px;
  }

}

@media (max-width: 700px) {
  .profile-overlay {
    top: 7%;
  }
}

@media (max-width: 900px) {
  .section-nav {
    flex-wrap: wrap !important;
    justify-content: center !important;
    overflow-x: visible;
    white-space: normal;
  }

  .section-nav button,
  .section-nav button:hover,
  .section-nav button:focus,
  .section-nav button:focus-visible,
  .section-nav button.active,
  .section-nav button:active {
    flex: 0 1 auto;
    min-width: fit-content !important;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.3 !important;
    font-size: clamp(9px, 1.8vw, 16px) !important;
  }
}

@media (max-width: 700px) {
  .section-nav {
    top: 42px !important;
    row-gap: 2px;
    column-gap: 2px;
  }

  .section-nav button,
  .section-nav button:hover,
  .section-nav button:focus,
  .section-nav button:focus-visible,
  .section-nav button.active,
  .section-nav button:active {
    padding: 5px 7px !important;
  }

  .language-switcher {
    top: 0 !important;
    right: 6px !important;
    gap: 2px;
  }

  .language-switcher button,
  .language-switcher button:hover,
  .language-switcher button:focus,
  .language-switcher button:focus-visible,
  .language-switcher button.active,
  .language-switcher button:active {
    font-size: clamp(9px, 2.5vw, 16px) !important;
    padding: 4px 5px !important;
  }
}

.content-panel,
.content-panel p,
.content-panel h1,
.content-panel h2,
.content-panel h3,
.content-panel h4,
.content-panel h5,
.content-panel a,
.content-panel strong,
.content-panel span,
.content-panel label,
.content-panel button {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.4;
}
}

.contact-form {
  display: grid !important;
  width: min(680px, 100%) !important;
  max-width: 100% !important;
  gap: 18px !important;
  margin: 32px auto !important;
  box-sizing: border-box;
}

.contact-form label {
  display: grid !important;
  min-width: 0;
  gap: 7px !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-align: left;
  overflow-wrap: anywhere;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  display: block;
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.content-panel::before,
.content-panel::after,
.home-panel::before,
.home-panel::after,
.site-header::after {
  background: none !important;
}

.section-nav button[data-panel="inicio"],
.section-nav button[data-panel="inicio"]:hover,
.section-nav button[data-panel="inicio"]:focus-visible,
.section-nav button[data-panel="inicio"].active {
  background: transparent !important;
}

.language-switcher button,
.language-switcher button:hover,
.language-switcher button:focus,
.language-switcher button:focus-visible,
.language-switcher button.active,
.language-switcher button:active {
  background: transparent !important;
  color: #fff !important;
}

.language-switcher {
  position: fixed;
  top: 14px;
  right: 18px;
  z-index: 30;
  pointer-events: auto;
  background: transparent !important;
}

.previous-events-card {
  color: #fff !important;
  background: #000 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.previous-events-card * {
  color: #fff !important;
}

.previous-events-card::after {
  display: none !important;
}

.previous-events-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  object-position: center;
  border: 0;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 52%, rgba(0, 0, 0, .86) 68%, rgba(0, 0, 0, .38) 86%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 52%, rgba(0, 0, 0, .86) 68%, rgba(0, 0, 0, .38) 86%, transparent 100%);
}

.previous-events-card h4,
.previous-events-card h5,
.previous-events-card strong,
.previous-events-card .event-detail-label,
.previous-events-card article div,
.previous-events-card article span,
.previous-events-card article time {
  color: #000 !important;
}

.previous-events-card article {
  background: transparent !important;
  border: 0 !important;
  padding: 12px !important;
  color: #000 !important;
}

.previous-events-list {
  width: 100%;
  min-width: 0;
  gap: 10px !important;
  background: transparent !important;
  color: #fff !important;
}

.previous-events-card {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 28px;
  border: 0 !important;
  background: #000 !important;
  color: #fff !important;
}

.upcoming-section {
  margin-top: 30px;
  padding: 24px;
  border: 0 !important;
  background: transparent !important;
}

.upcoming-title {
  margin: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 10px;
  border: 1px solid #fff;
  color: #fff !important;
  font: 700 18px "Space Mono", monospace;
  text-align: center;
}

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

.upcoming-event {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border: 0 !important;
  background: rgba(0, 0, 0, .68) !important;
  color: #fff !important;
  text-align: center;
}

.upcoming-event-link,
.upcoming-event strong,
.upcoming-event time,
.upcoming-event span,
.upcoming-event p {
  color: #fff !important;
  overflow-wrap: anywhere;
}

.upcoming-event-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.upcoming-event p {
  margin: 0;
}

.previous-events-card h4 {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 6px 10px;
  border: 1px solid #fff;
  color: #fff !important;
  font: 700 20px "Space Mono", monospace;
  text-align: center;
}

.previous-events-card .previous-events-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px !important;
}

.previous-events-card article {
  min-width: 0;
  padding: 16px !important;
  border: 1px solid #fff !important;
  background: rgba(0, 0, 0, .68) !important;
  color: #fff !important;
}

.previous-events-card article time,
.previous-events-card article strong,
.previous-events-card article span,
.previous-events-card article p {
  display: block;
  margin: 0 0 8px;
  color: #fff !important;
  overflow-wrap: anywhere;
}

.previous-events-card article p {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .previous-events-card {
    padding: 20px 14px;
  }

  .previous-events-card .previous-events-list {
    grid-template-columns: 1fr;
  }

  .upcoming-events {
    grid-template-columns: 1fr;
  }
}
  overflow-wrap: anywhere;
}

.language-switcher button,
.language-switcher button:hover,
.language-switcher button:focus,
.language-switcher button:focus-visible,
.language-switcher button.active,
.language-switcher button:active {
  min-width: 48px;
  min-height: 42px;
  padding: 8px 10px;
  background: #000 !important;
  color: #fff !important;
}

@media (max-width: 700px) {
  .previous-events-image {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.section-nav {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 4px;
  padding: 0 6px;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  white-space: nowrap;
}

.section-nav::-webkit-scrollbar {
  display: none;
}

.section-nav button,
.section-nav button:hover,
.section-nav button:focus,
.section-nav button:focus-visible,
.section-nav button.active,
.section-nav button:active {
  flex: 0 0 auto;
  width: auto;
  min-width: max-content;
  white-space: nowrap;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  word-spacing: normal;
  transform: none !important;
}

@media (max-width: 700px) {
  .section-nav {
    padding: 0 6px;
  }

  .section-nav button,
  .section-nav button:hover,
  .section-nav button:focus,
  .section-nav button:focus-visible,
  .section-nav button.active,
  .section-nav button:active {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.section-nav button,
.section-nav button:hover,
.section-nav button:focus,
.section-nav button:focus-visible,
.section-nav button.active,
.section-nav button:active,
.language-switcher button,
.language-switcher button:hover,
.language-switcher button:focus,
.language-switcher button:focus-visible,
.language-switcher button.active,
.language-switcher button:active {
  min-width: 0;
  min-height: auto;
  padding: 6px 9px;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: "Space Mono", monospace !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-align: center;
}

.section-nav button[data-panel="inicio"],
.section-nav button[data-panel="inicio"]:hover,
.section-nav button[data-panel="inicio"]:focus,
.section-nav button[data-panel="inicio"]:focus-visible,
.section-nav button[data-panel="inicio"].active,
.section-nav button[data-panel="inicio"]:active,
.section-nav button[data-panel="sobre-mi"],
.section-nav button[data-panel="sobre-mi"]:hover,
.section-nav button[data-panel="sobre-mi"]:focus,
.section-nav button[data-panel="sobre-mi"]:focus-visible,
.section-nav button[data-panel="sobre-mi"].active,
.section-nav button[data-panel="sobre-mi"]:active,
.section-nav button[data-panel="contacto"],
.section-nav button[data-panel="contacto"]:hover,
.section-nav button[data-panel="contacto"]:focus,
.section-nav button[data-panel="contacto"]:focus-visible,
.section-nav button[data-panel="contacto"].active,
.section-nav button[data-panel="contacto"]:active,
.section-nav button[data-panel="redes"],
.section-nav button[data-panel="redes"]:hover,
.section-nav button[data-panel="redes"]:focus,
.section-nav button[data-panel="redes"]:focus-visible,
.section-nav button[data-panel="redes"].active,
.section-nav button[data-panel="redes"]:active {
  font-size: 18px !important;
}

.section-nav button[data-panel="agenda"],
.section-nav button[data-panel="agenda"]:hover,
.section-nav button[data-panel="agenda"]:focus,
.section-nav button[data-panel="agenda"]:focus-visible,
.section-nav button[data-panel="agenda"].active,
.section-nav button[data-panel="agenda"]:active {
  font-size: 18px !important;
}

#auditions-section,
.auditions-dot {
  display: none !important;
}

.about-photos figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 48%, rgba(0, 0, 0, .2) 68%, rgba(0, 0, 0, .68) 86%, #000 100%);
}

.section-nav button[data-panel="gallery"],
.section-nav button[data-panel="gallery"]:hover,
.section-nav button[data-panel="gallery"]:focus,
.section-nav button[data-panel="gallery"]:focus-visible,
.section-nav button[data-panel="gallery"].active,
.section-nav button[data-panel="gallery"]:active {
  font-size: 18px !important;
}

.section-nav {
  justify-content: center !important;
  gap: 12px !important;
}

.previous-events-card {
  display: grid;
  grid-template-columns: minmax(240px, .95fr) minmax(0, 1.05fr);
  column-gap: 20px;
  align-items: center;
}

.previous-events-card .previous-events-photo {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin-left: -28px;
  width: calc(100% + 28px);
  object-fit: cover;
  border: 0 !important;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%), linear-gradient(to bottom, #000 0%, #000 64%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%), linear-gradient(to bottom, #000 0%, #000 64%, transparent 100%);
  mask-composite: intersect;
}


.previous-events-card h4,
.previous-events-card .previous-events-list {
  grid-column: 2;
}

.previous-events-card h4 {
  width: 100%;
}

.previous-events-card .previous-events-list {
  grid-template-columns: 1fr;
  width: 100%;
}

@media (max-width: 700px) {
  .previous-events-card {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .previous-events-card .previous-events-photo,
  .previous-events-card h4,
  .previous-events-card .previous-events-list {
    grid-column: 1;
  }

  .previous-events-card .previous-events-photo {
    grid-row: auto;
    height: 240px;
    min-height: 0;
    width: 100%;
    margin-left: 0;
  }
}

.previous-events-card {
  background: #000 !important;
}

.previous-events-card h4,
.previous-events-card article,
.previous-events-card article time,
.previous-events-card article strong,
.previous-events-card article span,
.previous-events-card article p {
  color: #fff !important;
}

.previous-events-card article {
  background: rgba(0, 0, 0, .68) !important;
  border: 0 !important;
}

.upcoming-title,
.previous-events-card h4 {
  display: block;
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
}

.upcoming-event,
.upcoming-event-link {
  border: 0 !important;
}

.upcoming-event-link {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

[data-content="redes"] .social-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

[data-content="redes"] .social-link {
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  border: 2px solid #fff !important;
  background: #000 !important;
  color: #fff !important;
  text-align: center;
}

[data-content="redes"] .social-link .social-logo {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: #fff !important;
}

[data-content="redes"] .instagram-logo rect {
  fill: #fff !important;
  stroke: #fff !important;
}

[data-content="redes"] .instagram-logo .brand-ring {
  stroke: #000 !important;
}

[data-content="redes"] .instagram-logo .brand-dot {
  fill: #000 !important;
}

[data-content="redes"] .social-link strong,
[data-content="redes"] .social-link span {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 4px 7px;
  border: 1px solid #fff;
  background: #000 !important;
  color: #fff !important;
  text-align: center;
}

.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.gallery-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
}

.gallery-heading h3 {
  margin: 0;
}

.gallery-next,
.gallery-back {
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font: 700 18px "Space Mono", monospace;
  cursor: pointer;
}

.gallery-next {
  padding: 4px 8px;
}

.gallery-page-indicator {
  color: #fff !important;
  font: 700 11px "Space Mono", monospace;
}

.language-switcher {
  top: 0 !important;
  right: 8px !important;
  gap: 2px;
}

.language-switcher button,
.language-switcher button:hover,
.language-switcher button:focus,
.language-switcher button:focus-visible,
.language-switcher button.active,
.language-switcher button:active {
  min-width: 34px !important;
  padding: 4px 6px !important;
  font-size: clamp(22px, 3.2vw, 30px) !important;
  line-height: 1.2 !important;
  white-space: nowrap;
}

.section-nav {
  top: 38px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center;
  gap: clamp(2px, 1vw, 10px) !important;
  min-height: 34px;
  padding: 0 8px;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.section-nav::-webkit-scrollbar {
  display: none;
}

.section-nav button,
.section-nav button:hover,
.section-nav button:focus,
.section-nav button:focus-visible,
.section-nav button.active,
.section-nav button:active {
  flex: 0 0 auto;
  min-width: max-content !important;
  width: auto;
  padding: 4px clamp(4px, 1vw, 10px) !important;
  font-size: clamp(22px, 3.6vw, 36px) !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
  transform: none !important;
}

.profile-overlay {
  top: clamp(78px, 9vw, 108px);
  right: 8px;
  left: 8px;
  width: auto;
}

.profile-overlay h1 {
  width: 100%;
  max-width: 100%;
  font-size: clamp(32px, 6vw, 56px) !important;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

@media (max-width: 700px) {
  .language-switcher {
    top: 0 !important;
    right: 4px !important;
  }

  .section-nav {
    top: 34px !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    padding: 0 4px;
  }

  .section-nav button,
  .section-nav button:hover,
  .section-nav button:focus,
  .section-nav button:focus-visible,
  .section-nav button.active,
  .section-nav button:active {
    padding-right: 5px !important;
    padding-left: 5px !important;
    font-size: clamp(20px, 6.4vw, 30px) !important;
  }

  .profile-overlay {
    top: 78px;
  }

  .profile-overlay h1 {
    font-size: clamp(28px, 9vw, 44px) !important;
  }
}

.panel-stage > .content-panel,
.panel-stage > .content-panel.panel-enter,
.panel-stage > .content-panel.panel-enter-forward,
.panel-stage > .content-panel.panel-enter-back,
.panel-stage > .content-panel.panel-exit-forward,
.panel-stage > .content-panel.panel-exit-back {
  animation: none !important;
  transition: none !important;
}

.language-switcher {
  z-index: 30;
  display: flex !important;
  flex: 0 0 auto;
  white-space: nowrap;
}

.language-switcher button,
.language-switcher button:hover,
.language-switcher button:focus,
.language-switcher button:focus-visible,
.language-switcher button.active,
.language-switcher button:active {
  flex: 0 0 auto;
  width: auto;
  min-width: 34px !important;
  white-space: nowrap;
  word-spacing: normal;
  line-height: 1.4 !important;
  transform: none !important;
}

@media (max-width: 700px) {
  .language-switcher {
    top: 0 !important;
    right: 8px !important;
  }

  .section-nav {
    top: 42px !important;
  }
}

.section-nav button[data-panel="inicio"],
.section-nav button[data-panel="inicio"]:hover,
.section-nav button[data-panel="inicio"]:focus,
.section-nav button[data-panel="inicio"]:focus-visible,
.section-nav button[data-panel="inicio"].active,
.section-nav button[data-panel="inicio"]:active,
.section-nav button[data-panel="sobre-mi"],
.section-nav button[data-panel="sobre-mi"]:hover,
.section-nav button[data-panel="sobre-mi"]:focus,
.section-nav button[data-panel="sobre-mi"]:focus-visible,
.section-nav button[data-panel="sobre-mi"].active,
.section-nav button[data-panel="sobre-mi"]:active,
.section-nav button[data-panel="agenda"],
.section-nav button[data-panel="agenda"]:hover,
.section-nav button[data-panel="agenda"]:focus,
.section-nav button[data-panel="agenda"]:focus-visible,
.section-nav button[data-panel="agenda"].active,
.section-nav button[data-panel="agenda"]:active,
.section-nav button[data-panel="redes"],
.section-nav button[data-panel="redes"]:hover,
.section-nav button[data-panel="redes"]:focus,
.section-nav button[data-panel="redes"]:focus-visible,
.section-nav button[data-panel="redes"].active,
.section-nav button[data-panel="redes"]:active,
.section-nav button[data-panel="contacto"],
.section-nav button[data-panel="contacto"]:hover,
.section-nav button[data-panel="contacto"]:focus,
.section-nav button[data-panel="contacto"]:focus-visible,
.section-nav button[data-panel="contacto"].active,
.section-nav button[data-panel="contacto"]:active {
  font-size: 12px !important;
}

.section-nav button[data-panel="inicio"],
.section-nav button[data-panel="inicio"]:hover,
.section-nav button[data-panel="inicio"]:focus,
.section-nav button[data-panel="inicio"]:focus-visible,
.section-nav button[data-panel="inicio"].active,
.section-nav button[data-panel="inicio"]:active,
.section-nav button[data-panel="sobre-mi"],
.section-nav button[data-panel="sobre-mi"]:hover,
.section-nav button[data-panel="sobre-mi"]:focus,
.section-nav button[data-panel="sobre-mi"]:focus-visible,
.section-nav button[data-panel="sobre-mi"].active,
.section-nav button[data-panel="sobre-mi"]:active,
.section-nav button[data-panel="agenda"],
.section-nav button[data-panel="agenda"]:hover,
.section-nav button[data-panel="agenda"]:focus,
.section-nav button[data-panel="agenda"]:focus-visible,
.section-nav button[data-panel="agenda"].active,
.section-nav button[data-panel="agenda"]:active,
.section-nav button[data-panel="redes"],
.section-nav button[data-panel="redes"]:hover,
.section-nav button[data-panel="redes"]:focus,
.section-nav button[data-panel="redes"]:focus-visible,
.section-nav button[data-panel="redes"].active,
.section-nav button[data-panel="redes"]:active,
.section-nav button[data-panel="contacto"],
.section-nav button[data-panel="contacto"]:hover,
.section-nav button[data-panel="contacto"]:focus,
.section-nav button[data-panel="contacto"]:focus-visible,
.section-nav button[data-panel="contacto"].active,
.section-nav button[data-panel="contacto"]:active {
  font-size: 16px !important;
}

.profile-overlay h1 {
  font-size: clamp(32px, 3.4vw, 42px) !important;
}

.profile-overlay p {
  font-size: clamp(20px, 2.2vw, 26px) !important;
}

@media (max-width: 700px) {
  .profile-overlay h1 {
    font-size: clamp(25px, 8vw, 34px) !important;
  }

  .profile-overlay p {
    font-size: clamp(16px, 5vw, 22px) !important;
  }
}

.gallery-page-two .gallery-back {
  display: block;
  margin: 0 auto 18px;
  padding: 4px 8px;
}

.gallery-next,
.gallery-back {
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font: 700 18px "Space Mono", monospace;
  cursor: pointer;
}

.gallery-next {
  padding: 4px 8px;
}

.gallery-page-indicator {
  color: #fff !important;
  font: 700 11px "Space Mono", monospace;
}

.gallery-page-two .gallery-back {
  display: block;
  margin: 0 auto 18px;
  padding: 4px 8px;
}

.gallery-page-two .gallery-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.gallery-page-two .gallery-item {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.gallery-slide-from-right {
  animation: gallery-enter-from-right 2s ease both;
}

.gallery-slide-from-left {
  animation: gallery-enter-from-left 2s ease both;
}

@keyframes gallery-enter-from-right {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes gallery-enter-from-left {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.gallery-section .gallery-item,
.gallery-section .gallery-item:hover,
.gallery-section .gallery-item:focus-visible {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  scroll-snap-align: start;
  border: 0 !important;
  background: #000 !important;
  box-shadow: none !important;
}

.gallery-section .gallery-grid {
  scroll-snap-type: y proximity;
  scroll-behavior: smooth;
}

.gallery-section .gallery-item {
  width: min(100%, 900px);
  margin: 0 auto;
}

.gallery-section .gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 0 !important;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 52%, rgba(0, 0, 0, .86) 68%, rgba(0, 0, 0, .4) 86%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 52%, rgba(0, 0, 0, .86) 68%, rgba(0, 0, 0, .4) 86%, transparent 100%);
}

@media (max-width: 700px) {
  .gallery-section .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-page-two .gallery-grid {
    grid-template-columns: 1fr;
  }
}

[data-content="redes"] .social-example-image {
  display: block;
  width: min(100%, 620px);
  height: auto;
  margin: 32px auto;
  opacity: .72;
  filter: grayscale(1) contrast(.9) brightness(.72);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%), linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%), linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-composite: intersect;
}

[data-content="redes"] .social-grid {
  grid-template-columns: repeat(3, minmax(0, 170px));
  justify-content: center;
  gap: 14px;
}

[data-content="redes"] .social-link {
  width: 170px;
  height: 170px;
  aspect-ratio: auto;
  padding: 12px;
}

@media (max-width: 700px) {
  [data-content="redes"] .social-grid {
    grid-template-columns: 1fr;
  }

  [data-content="redes"] .social-link {
    width: 170px;
    height: 170px;
    margin: 0 auto;
  }
}

.auditions-section {
  width: 100% !important;
  margin-left: 0 !important;
  box-sizing: border-box;
  overflow: hidden;
  border: 0 !important;
}

.panel-stage > .gallery-section.panel-enter-forward {
  animation: panel-from-right 2s ease-out both !important;
}

.panel-stage > .gallery-section.panel-enter-back {
  animation: panel-from-left 2s ease-out both !important;
}

.auditions-grid img {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #fff !important;
}

.auditions-grid a:hover img,
.auditions-grid a:focus-visible img {
  transform: translateY(1px) !important;
}

.schedule-title-link {
  font-family: "Space Mono", monospace !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.schedule-title-link .calendar-icon {
  width: 32px !important;
  height: 32px !important;
}

.panel-stage > .content-panel.panel-enter-forward {
  animation: section-crossfade 1.5s ease both !important;
}

.panel-stage > .content-panel.panel-enter-back {
  animation: section-crossfade 1.5s ease both !important;
}

.panel-stage > .content-panel.panel-enter {
  animation: section-crossfade 1.5s ease both !important;
}

@keyframes section-crossfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.language-switcher {
  top: 0 !important;
  right: 8px !important;
  z-index: 30 !important;
  display: flex !important;
  gap: 2px !important;
  white-space: nowrap;
}

.language-switcher button,
.language-switcher button:hover,
.language-switcher button:focus,
.language-switcher button:focus-visible,
.language-switcher button.active,
.language-switcher button:active {
  flex: 0 0 auto !important;
  min-width: 34px !important;
  width: auto !important;
  padding: 4px 6px !important;
  font-size: clamp(9px, 1.3vw, 13px) !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  transform: none !important;
}

.section-nav {
  top: 38px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(2px, 1vw, 10px) !important;
  min-height: 34px;
  padding: 0 8px !important;
  box-sizing: border-box;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none;
  white-space: nowrap;
}

.section-nav::-webkit-scrollbar {
  display: none;
}

.section-nav button,
.section-nav button:hover,
.section-nav button:focus,
.section-nav button:focus-visible,
.section-nav button.active,
.section-nav button:active {
  flex: 0 0 auto !important;
  min-width: max-content !important;
  width: auto !important;
  padding: 4px clamp(4px, 1vw, 10px) !important;
  font-size: clamp(9px, 1.6vw, 16px) !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  transform: none !important;
}

.profile-overlay {
  top: clamp(78px, 9vw, 108px) !important;
  right: 8px !important;
  left: 8px !important;
  width: auto !important;
  z-index: 10 !important;
}

.profile-overlay h1 {
  width: 100% !important;
  max-width: 100% !important;
  font-family: "Space Mono", monospace !important;
  font-weight: 700 !important;
  font-size: clamp(12px, 2.5vw, 22px) !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance;
}

@media (max-width: 700px) {
  .language-switcher {
    right: 4px !important;
  }

  .section-nav {
    top: 34px !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    padding: 0 4px !important;
  }

  .section-nav button,
  .section-nav button:hover,
  .section-nav button:focus,
  .section-nav button:focus-visible,
  .section-nav button.active,
  .section-nav button:active {
    padding-right: 5px !important;
    padding-left: 5px !important;
    font-size: clamp(8px, 2.8vw, 13px) !important;
  }

  .profile-overlay {
    top: 78px !important;
  }

  .profile-overlay h1 {
    font-size: clamp(11px, 4vw, 18px) !important;
  }
}

.home-about-arrow.is-about {
  position: absolute !important;
  top: 18px !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 30 !important;
}

.panel-stage > [data-content="sobre-mi"] {
  position: relative !important;
  padding-top: 110px;
}

.section-next-arrow,
.section-previous-arrow {
  position: fixed !important;
  top: 50vh !important;
  display: grid !important;
  width: 66px;
  height: 66px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 1px solid #fff !important;
  background: #000 !important;
  color: #fff !important;
  font: 24px/1 "Space Mono", monospace !important;
  transform: translateY(-50%) !important;
  cursor: pointer;
  z-index: 30 !important;
}

.section-next-arrow {
  right: 24px !important;
}

.section-previous-arrow {
  left: 24px !important;
}

.home-about-arrow,
.home-about-arrow.is-about {
  width: 66px !important;
  height: 66px !important;
  border: 1px solid #fff !important;
  background: #000 !important;
}

.section-next-arrow:hover,
.section-next-arrow:focus-visible,
.section-previous-arrow:hover,
.section-previous-arrow:focus-visible {
  background: #fff !important;
  color: #000 !important;
  outline: none;
}

@media (max-width: 700px) {
  .home-about-arrow.is-about {
    top: 12px !important;
    left: 50% !important;
  }

  .section-next-arrow,
  .section-previous-arrow {
    width: 50px;
    height: 50px;
  }

  .section-next-arrow {
    right: 12px !important;
  }

  .section-previous-arrow {
    left: 12px !important;
  }

  .home-about-arrow,
  .home-about-arrow.is-about {
    width: 50px !important;
    height: 50px !important;
  }
}

.home-about-arrow,
.home-about-arrow.is-about,
.section-next-arrow,
.section-previous-arrow {
  display: grid !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  place-items: center;
  font: 24px/1 "Space Mono", monospace !important;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .85);
  opacity: .9;
}

.home-about-arrow:hover,
.home-about-arrow:focus-visible,
.section-next-arrow:hover,
.section-next-arrow:focus-visible,
.section-previous-arrow:hover,
.section-previous-arrow:focus-visible {
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  opacity: 1;
  outline: none;
  transform: translateY(-50%) scale(1.08) !important;
}

.home-about-arrow:not(.is-about):hover,
.home-about-arrow:not(.is-about):focus-visible {
  transform: translateX(50%) scale(1.08) !important;
}

.home-about-arrow.is-about:hover,
.home-about-arrow.is-about:focus-visible {
  transform: translateX(-50%) scale(1.08) !important;
}

.home-about-arrow.is-about {
  position: absolute !important;
  top: 18px !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.section-next-arrow {
  right: 24px !important;
}

.section-previous-arrow {
  left: 24px !important;
}

@media (max-width: 700px) {
  .home-about-arrow,
  .home-about-arrow.is-about,
  .section-next-arrow,
  .section-previous-arrow {
    width: 44px !important;
    height: 44px !important;
  }

  .home-about-arrow.is-about {
    top: 12px !important;
  }

  .section-next-arrow {
    right: 12px !important;
  }

  .section-previous-arrow {
    left: 12px !important;
  }
}