﻿/* ==========================================================
   MIGUELI.COM - Réplica / Estilo "Enamorao de la Vida"
   Hoja de estilo compartida por todas las páginas.
   ========================================================== */

/* ---------- RESET & BASE ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
ul, ol { list-style: none; }
a { text-decoration: none; color: #fc427d; }
img { max-width: 100%; height: auto; }

body {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.4em;
  font-weight: 500;
  padding-bottom: 10px;
}
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }

p { padding-bottom: 1em; line-height: 1.7em; }
p:last-of-type { padding-bottom: 0; }
strong { font-weight: 700; }

.container {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

/* ---------- TOP HEADER BAR ---------- */
#top-header {
  background-color: #fc427d;
  font-size: 12px;
  line-height: 13px;
  color: #ffffff;
  z-index: 100000;
  position: relative;
}
#top-header .container {
  padding: 0.75em 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
#top-header a { color: #ffffff; display: inline-flex; align-items: center; }
#top-header a:hover { opacity: 0.7; }
#et-info { display: flex; align-items: center; gap: 10px; }
#et-info-phone { margin-right: 13px; }
#et-info-phone i, #et-info-email i { margin-right: 4px; font-size: 13px; }
.et-social-icons { display: flex; align-items: center; gap: 4px; }
#top-header .et-social-icons li { margin-left: 10px; margin-top: 0; }
#top-header .et-social-icon a {
  font-size: 14px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  padding: 6px;
  transition: background-color 180ms ease, opacity 180ms ease;
}
#top-header .et-social-icon a:hover { background: rgba(255,255,255,0.3); opacity: 1; }

/* ---------- MAIN HEADER ---------- */
#main-header {
  line-height: 23px;
  font-weight: 500;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 99999;
}
#main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 90px;
  text-align: left;
}
.logo_container {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  z-index: 2;
}
#logo {
  width: auto;
  max-height: 86px;
  max-width: 280px;
  display: block;
}
#et-top-navigation {
  position: relative;
  z-index: 3;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-left: auto;
}
#top-menu { display: flex; align-items: center; gap: 0; }

#et_mobile_nav_menu { display: none; float: right; z-index: 5; position: relative; }

/* ---------- HERO SECTION (HOME) ---------- */
.et_pb_section_0 { padding-top: 81px; background-color: #FFFFFF; }
.et_pb_row_0 {
  background-color: #8CC8C0;
  border-color: rgba(96, 156, 136, 0.5);
  border-right-width: 20px;
  border-bottom-width: 20px;
  box-shadow: 20px 20px 0px 0px #ff9263;
  width: 90%;
  margin: 0 auto;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.et_pb_column_0 { padding-top: 60px; }
.et_pb_text_0 { padding-bottom: 30px; margin-bottom: 10px; }
.et_pb_text_0 h1 {
  font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 1.2em;
  padding-bottom: 0;
}
.et_pb_text_1 {
  line-height: 1.8em;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.et_pb_button_wrapper { margin-top: 10px; }
.et_pb_button {
  display: inline-block;
  padding: 16px 24px;
  color: #FFFFFF;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 0.15em;
  font-size: 18px;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ff9263;
  transition: background-color 300ms ease 0ms;
  cursor: pointer;
  text-align: center;
}
.et_pb_button:hover { background-color: #e87e50; color: #fff; }
.et_pb_image_0 { width: 50%; text-align: left; margin-top: 20px; }
.et_pb_column_1 { position: relative; }
.et_pb_image_1 {
  padding: 0;
  margin-top: -100px;
  transform: rotate(356deg);
  transform-origin: center;
  position: relative;
  z-index: 2;
}
.et_pb_image_1 .et_pb_image_wrap {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  border: 14px solid #FFFFFF;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.2);
}
@keyframes et_pb_fold_center {
  0% { transform: perspective(2000px) rotateX(0deg) rotateY(-45deg) rotateZ(356deg); opacity: 0; }
  100% { opacity: 1; transform: rotateX(0deg) rotateY(0deg) rotateZ(356deg); }
}
.et_pb_image_1.animated { animation: et_pb_fold_center 1000ms ease-in-out forwards; }
.et_pb_text_2 {
  line-height: 1.8em;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 30px;
}
.et_pb_row_1 { margin-top: 20px; }
.et_pb_text_3 {
  padding-bottom: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.et_pb_text_3 h2 {
  font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 42px;
  color: #333;
  line-height: 1.2em;
  padding-bottom: 0;
}
.et_pb_video_0 { width: 65%; margin: 0 auto 30px; text-align: center; }
.et_pb_video_0 video { width: 100%; }
.text-center { text-align: center; }

/* ---------- CONTENT PAGE HERO ---------- */
.page-hero {
  background-color: #8CC8C0;
  padding: 70px 40px;
  text-align: center;
}
.page-hero .container { width: 100%; }
.page-hero h1 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 0;
}
.page-hero .page-hero-subtitle {
  color: #ffffff;
  font-size: 18px;
  margin-top: 12px;
}
.content-section { padding: 60px 0; }
.content-block { padding: 25px 0; }
.content-block h2 {
  color: #F1457E;
  font-weight: 700;
  font-size: 26px;
}
.content-block h3 { color: #333; font-weight: 600; }
.content-block p { font-size: 16px; line-height: 1.8em; }
.content-quote {
  background: #FFF7F0;
  border-left: 5px solid #ff9263;
  padding: 25px 30px;
  margin: 25px 0;
  border-radius: 0 12px 12px 0;
}
.content-quote blockquote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  color: #444;
  line-height: 1.6em;
}
.content-quote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #F1457E;
}

/* ---------- BLOG / PRESS GRID ---------- */
.et_pb_section_1 { padding: 54px 0; }
.et_pb_row_2 {
  background-color: rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  overflow: hidden;
  padding: 50px;
  width: 80%;
  max-width: 1920px;
  margin: 0 auto;
}
.et_pb_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.et_pb_post { text-align: center; border: 0; }
.et_pb_post .entry-featured-image-url {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.et_pb_post .entry-featured-image-url img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}
.et_pb_post:hover .entry-featured-image-url img { transform: scale(1.03); }
.et_pb_post .entry-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #F1457E;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 8px;
  padding: 0;
}
.et_pb_post .entry-title a { color: #F1457E; }
.et_pb_post .entry-title a:hover { color: #d63068; }
.et_pb_post .post-meta {
  font-style: italic;
  font-size: 13px;
  color: #8CC8C0;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 12px;
}
.et_pb_post .post-content, .et_pb_post .post-content p {
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
  color: #666;
}
.pagination { text-align: center; margin-top: 30px; clear: both; }
.pagination a { font-weight: 600; font-size: 18px; color: #8CC8C0; }
.pagination a:hover { color: #6db5ab; }

/* List version (Prensa) */
.post-list { max-width: 820px; margin: 0 auto; }
.post-list .post-list-item {
  padding: 28px 0;
  border-bottom: 1px solid #eaebec;
  text-align: left;
}
.post-list .post-list-item:last-child { border-bottom: 0; }
.post-list .post-list-item h2 {
  font-weight: 700;
  font-size: 22px;
  color: #F1457E;
  text-transform: uppercase;
  line-height: 1.3em;
  padding-bottom: 6px;
}
.post-list .post-list-item h2 a { color: #F1457E; }
.post-list .post-list-item h2 a:hover { color: #d63068; }
.post-list .post-meta { font-style: italic; font-size: 13px; color: #8CC8C0; }
.post-list .post-content p { font-size: 15px; color: #666; }

/* ---------- EVENTS PAGE ---------- */
.events-intro {
  background: #FFF7F0;
  border: 1px solid #ffd9c5;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 15px;
  margin-bottom: 30px;
}
.events-month-title {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #8CC8C0;
  text-transform: uppercase;
  margin: 40px 0 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #8CC8C0;
}
.event-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border: 1px solid #ececec;
  border-left: 6px solid #F1457E;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s;
}
.event-card:hover { box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1); }
.event-date {
  flex: 0 0 auto;
  min-width: 78px;
  text-align: center;
  background: #8CC8C0;
  border-radius: 12px;
  padding: 12px 10px;
  color: #fff;
}
.event-date .day { font-family: 'Poppins', sans-serif; font-size: 30px; font-weight: 700; line-height: 1; }
.event-date .month { font-family: 'Poppins', sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.event-info h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 0;
}
.event-info .event-time { font-size: 14px; color: #F1457E; font-weight: 500; margin-bottom: 6px; }
.event-info .event-desc { font-size: 15px; color: #666; }
.event-info .event-desc a { color: #fc427d; text-decoration: underline; }
.events-nav { text-align: center; margin-top: 40px; }
.events-nav a { font-family: 'Poppins', sans-serif; font-size: 14px; text-transform: uppercase; color: #333; padding: 8px 14px; border: 1px solid #ddd; border-radius: 6px; display: inline-block; margin: 0 6px; }
.events-nav a:hover { border-color: #fc427d; color: #fc427d; }
.events-subscribe { text-align: center; margin-top: 40px; padding-top: 30px; border-top: 1px solid #ececec; }
.events-subscribe h3 { font-family: 'Poppins', sans-serif; font-size: 16px; text-transform: uppercase; color: #333; }
.events-subscribe .sub-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 15px; }
.events-subscribe .sub-links a {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #fff;
  background: #8CC8C0;
  padding: 8px 14px;
  border-radius: 6px;
  transition: background 0.2s;
}
.events-subscribe .sub-links a:hover { background: #6db5ab; }

/* ---------- FORMS ---------- */
.form-section { max-width: 640px; margin: 0 auto; }
.form-section h2 { color: #F1457E; font-weight: 700; margin-bottom: 8px; }
.form-section .form-intro { margin-bottom: 25px; color: #666; font-size: 16px; }
.contact-form .form-group { margin-bottom: 18px; }
.contact-form label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #4e4e4e;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #fc427d;
  box-shadow: 0 0 0 3px rgba(252, 66, 125, 0.15);
}
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form .checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #666;
}
.contact-form .checkbox-group input { margin-top: 4px; }
.contact-form .checkbox-group a { color: #fc427d; text-decoration: underline; }
.contact-form .captcha {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #333;
}
.contact-form .captcha input { width: 90px; text-align: center; }
.contact-form .submit-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #ff9263;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: background 0.2s;
}
.contact-form .submit-btn:hover { background: #e87e50; }

.contact-cards { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin: 30px 0; }
.contact-card {
  flex: 1 1 240px;
  max-width: 300px;
  text-align: center;
  background: #FFF7F0;
  border: 1px solid #ffd9c5;
  border-radius: 14px;
  padding: 30px 20px;
}
.contact-card .icon-circle {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  background: #2b2651;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.contact-card h3 { font-family: 'Poppins', sans-serif; font-size: 14px; text-transform: uppercase; color: #333; letter-spacing: 1px; padding: 0; }
.contact-card p { font-size: 18px; color: #000; font-weight: 600; }
.contact-card p a { color: #000; }
.contact-card p a:hover { text-decoration: underline; }

/* ---------- FOOTER ---------- */
.footer-section-0 { background-color: #ff9263; padding: 30px 0; }
.footer-section-0 .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.et_pb_social_media_follow { display: flex; align-items: center; gap: 6px; }
.et-social-follow-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  margin-right: 8px;
  text-transform: uppercase;
}
.et_pb_social_media_follow ul { display: flex; align-items: center; gap: 12px; }
.et_pb_social_media_follow a.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  transition: transform 0.2s ease;
}
.et_pb_social_media_follow a.icon:hover { transform: scale(1.1); }
.et_pb_social_media_follow a.icon.facebook { background-color: #3b5998; }
.et_pb_social_media_follow a.icon.twitter { background-color: #000000; }
.et_pb_social_media_follow a.icon.instagram { background-color: #ea2c59; }
.et_pb_social_media_follow a.icon.youtube { background-color: #a82400; }

.footer-contact-info { display: flex; gap: 40px; }
.footer-contact-item { display: flex; align-items: center; gap: 14px; }
.footer-contact-item .icon-circle {
  width: 62px;
  height: 62px;
  min-width: 62px;
  background: #2b2651;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.footer-contact-item .text h4 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.4em;
  padding: 0;
}
.footer-contact-item .text p {
  color: #000;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 600;
}
.footer-contact-item .text p a { color: #000; }
.footer-contact-item .text p a:hover { text-decoration: underline; }

.footer-section-1 { background-color: #282828; padding: 0; }
.footer-section-1 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 19px;
  padding-bottom: 19px;
  max-width: 1920px;
}
.footer-menu { display: flex; gap: 0; flex-wrap: wrap; }
.footer-menu a {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #F69362;
  padding: 6px 16px;
  transition: color 0.2s;
}
.footer-menu a:hover { color: #fff; }
.footer-menu a.active { color: #fff; }
.footer-privacy { text-align: right; }
.footer-privacy a {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #F69362;
  transition: color 0.2s;
}
.footer-privacy a:hover { color: #fff; }

.footer-section-2 { background-color: #000000; padding: 15px 0; text-align: center; }
.footer-section-2 .container { padding-top: 10px; padding-bottom: 10px; }
.footer-section-2 p { color: #999; font-size: 14px; }
.footer-section-2 a { color: #F69362; }
.footer-section-2 a:hover { text-decoration: underline; }

/* ---------- RESPONSIVE ---------- */
@media only screen and (max-width: 1024px) {
  .container { width: 90%; }
  #main-header .container { min-height: 80px; }
  #et-top-navigation { display: none; margin-left: 0; }
  #logo { max-height: 60px; }

  #et-top-navigation.open {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  #et-top-navigation.open #top-menu { flex-direction: column; align-items: stretch; }

  .et_pb_section_0 { padding-top: 60px; }
  .et_pb_row_0 { grid-template-columns: 1fr; padding: 30px; }
  .et_pb_column_0 { padding-top: 0; }
  .et_pb_text_0 h1, .et_pb_text_3 h2 { font-size: 42px; }
  .et_pb_text_1, .et_pb_text_2 { font-size: 15px; }
  .et_pb_image_1 { margin-top: 0; margin-left: -30px; margin-right: -30px; }
  .et_pb_video_0 { width: 80%; }

  .et_pb_posts { grid-template-columns: repeat(2, 1fr); }
  .et_pb_row_2 { padding: 30px; }

  .footer-section-0 .container { flex-direction: column; text-align: center; }
  .et_pb_social_media_follow { justify-content: center; }
  .footer-contact-info { flex-direction: column; gap: 20px; align-items: center; }
  .footer-section-1 .container { flex-direction: column; text-align: center; }
  .footer-menu { justify-content: center; }
  .footer-privacy { text-align: center; }
}

@media only screen and (max-width: 767px) {
  .container { width: 92%; }
  #top-header .container { flex-direction: column; gap: 6px; }
  #et-info { flex-direction: column; gap: 4px; text-align: center; }
  #et-info a { justify-content: center; }
  .et-social-icons { justify-content: center; }

  .et_pb_row_0 { padding: 20px; width: 100%; border-right-width: 20px; border-bottom-width: 20px; }
  .et_pb_text_0 h1, .et_pb_text_3 h2 { font-size: 33px; }
  .et_pb_text_1, .et_pb_text_2 { font-size: 14px; }
  .et_pb_image_1 { margin-left: -20px; margin-right: -20px; }
  .et_pb_video_0 { width: 100%; }
  .page-hero { padding: 50px 20px; }
  .page-hero h1 { font-size: 28px; }

  .et_pb_posts { grid-template-columns: 1fr; }
  .et_pb_post .entry-title { font-size: 18px; }
  .et_pb_row_2 { padding: 20px; }

  .et_pb_social_media_follow a.icon { width: 48px; height: 48px; font-size: 22px; }
  .footer-contact-item .text p { font-size: 17px; }
  .event-card { flex-direction: column; align-items: center; text-align: center; }
  .event-date { min-width: 100%; }
  .contact-form .captcha { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================
   PAGE: BIO
   ========================================================== */
.bio-hero {
  background-image: url('../images/enamorao_Migueli4-scaled.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 81px;
  padding-bottom: 103px;
  text-align: center;
}
.bio-hero h1 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 70px;
  color: #2b2651;
  line-height: 1.2em;
  padding-bottom: 0;
}

.bio-intro-section { padding: 40px 0 80px; }
.bio-row { display: flex; flex-wrap: wrap; gap: 40px; }
.bio-column-2-5 { flex: 0 0 calc(40% - 40px); }
.bio-column-3-5 { flex: 0 0 calc(60% - 40px); }
.bio-column-full { flex: 0 0 100%; }
.bio-column-half { flex: 0 0 calc(50% - 20px); }

.bio-image-wrap {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.bio-image-wrap img { display: block; width: 100%; }

.bio-quote-box {
  line-height: 1.6em;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #2b2651;
  background-color: #84c9c1;
  padding: 40px;
  margin-bottom: 15px;
  box-shadow: 15px 15px 0px 0px #2b2651;
}
.bio-quote-box p { color: inherit; }
.bio-quote-author {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.bio-highlight {
  width: 80%;
  max-width: 1080px;
  margin: 57px auto;
  background-color: #f0961c;
  box-shadow: 10px 10px 0px 0px #72ce87;
}
.bio-highlight-content { padding: 80px; color: #FFFFFF; }
.bio-highlight-content p {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.6em;
  color: #FFFFFF;
}

.bio-story-section {
  background-image: url('../images/enamorao_Migueli10-scaled.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 42px 0 129px;
}
.bio-title h2 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2em;
  color: #333;
  padding-bottom: 10px;
}
.bio-text {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
  color: #666;
}
.bio-text-pad {
  background-color: rgba(255, 255, 255, 0.74);
  padding: 40px;
}
.bio-text-white {
  background-color: rgba(255, 255, 255, 0.74);
  padding: 50px;
}
.bio-two-col { align-items: stretch; }
.bio-story-section .bio-column { margin-bottom: 0; }

/* ---------- PAGE: PRENSA ---------- */
.bio-story-section .et_pb_posts {
  background-color: rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  padding: 50px;
}

/* ---------- PAGE: LIBRO ---------- */
/* Replica fiel de la sección "Enamorao de la Vida" de migueli.com
   (página del libro, tema Divi): tarjeta índigo con borde verde
   salvia y sombra coral, títulos Playfair Display, botones cuadrados. */

.libro-hero {
  background-image: url('../images/enamorao_Migueli10-scaled.jpg');
  background-color: rgba(96, 156, 136, 0.5);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 81px 0 60px;
}

.libro-card {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  background-color: #3a3e8f;
  border-right: 20px solid rgba(96, 156, 136, 0.5);
  border-bottom: 20px solid rgba(96, 156, 136, 0.5);
  box-shadow: 20px 20px 0 0 #ff9263;
  padding: 60px;
}

.libro-card-text { flex: 1 1 50%; min-width: 280px; }
.libro-card-cover { flex: 1 1 40%; min-width: 240px; display: flex; justify-content: center; }

.libro-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2em;
  color: #ffffff;
  padding-bottom: 20px;
}

.libro-hero-text p {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8em;
  color: #ffffff;
  margin-bottom: 24px;
}

.libro-divider {
  width: 60px;
  height: 4px;
  background-color: #ff9263;
  margin-bottom: 24px;
}

.libro-book-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d65c46;
  padding: 10%;
  margin-top: -100px;
}
.libro-book-cover img {
  display: block;
  width: 100%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.libro-intro-section { padding: 40px 0 30px; }
.libro-row { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; }
.libro-column-3-5 { flex: 0 0 calc(57% - 40px); }
.libro-column-2-5 { flex: 0 0 43%; }
.libro-column-full { flex: 0 0 100%; }
.libro-text {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8em;
  color: #4a4a4a;
}
.libro-text p { margin-bottom: 1em; }
.libro-text ul { list-style: disc; padding-left: 1.4em; padding-bottom: 1em; }
.libro-text ul li { line-height: 1.8em; font-size: 18px; padding-bottom: 1em; }
.libro-text ul li:last-child { padding-bottom: 0; }
.libro-text ul li strong { color: #2b2651; }
.libro-text ul li::marker { color: #ff9263; }
.libro-column-half { flex: 0 0 calc(50% - 20px); min-width: 280px; }

.libro-button {
  display: inline-block;
  padding: 16px 24px;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 300ms ease 0ms, color 300ms ease 0ms;
}
.libro-button-outline { color: #2b2651; border: 2px solid #2b2651; background: transparent; }
.libro-button-outline:hover { background-color: #2b2651; color: #fff; }
.libro-button-solid { color: #ffffff; background-color: #ff9263; border: 2px solid #ff9263; }
.libro-button-solid:hover { background-color: #e87e50; border-color: #e87e50; }
.libro-button-wrap { margin-top: 25px; }

.libro-features-section {
  background-image: url('../images/enamorao_Migueli2-scaled.jpg');
  background-color: rgba(96, 156, 136, 0.5);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 60px;
}
.libro-title h2 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2em;
  color: #2b2651;
  padding-bottom: 10px;
}
.libro-store-row { text-align: left; margin-top: 35px; }
.libro-store-row img { max-width: 30%; display: inline-block; }

.libro-author-section {
  background-image: url('../images/enamorao_Migueli-1-scaled.jpg');
  background-color: rgba(96, 156, 136, 0.5);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.libro-author-section .libro-row { align-items: flex-start; }
.libro-author-section .libro-column-author { flex: 0 0 25%; min-width: 200px; }
.libro-author-section .libro-column-bio { flex: 0 0 70%; min-width: 280px; }

/* ---------- PAGE: CONTACTO ---------- */
.contacto-section { padding: 60px 0; }
.contacto-row { display: flex; flex-wrap: wrap; gap: 60px; }
.contacto-column-half { flex: 1 1 0; min-width: 280px; }
.contacto-text { font-size: 16px; line-height: 1.8em; color: #666; }
.contacto-info { margin-top: 30px; }
.contacto-info-item { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.contacto-info-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100px;
  background: #2b2651;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.contacto-info h4 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #333;
  padding-bottom: 0;
}
.contacto-column-half .contact-form {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

/* ---------- RESPONSIVE: NEW SECTIONS ---------- */
@media only screen and (max-width: 1024px) {
  .bio-hero h1 { font-size: 40px; }
  .bio-column-2-5, .bio-column-3-5 { flex: 0 0 100%; }
  .bio-column-half { flex: 0 0 100%; }
  .bio-highlight { width: 90%; }
  .bio-highlight-content { padding: 60px; }
  .bio-title h2 { font-size: 32px; }
  .bio-text-pad, .bio-text-white { padding: 30px; }

  .bio-story-section .et_pb_posts { padding: 30px; }

  .libro-hero h1 { font-size: 32px; }
  .libro-card { padding: 40px; border-right-width: 10px; border-bottom-width: 10px; box-shadow: 10px 10px 0 0 #ff9263; }
  .libro-column-3-5 { flex: 0 0 100%; }
  .libro-column-2-5 { flex: 0 0 100%; }
  .libro-column-half { flex: 0 0 100%; }
  .libro-book-cover img { width: 60%; }
  .libro-title h2 { font-size: 32px; }
  .libro-author-section .libro-column-author,
  .libro-author-section .libro-column-bio { flex: 0 0 100%; }

  .contacto-row { gap: 40px; }
  .contacto-column-half { flex: 0 0 100%; }
}

@media only screen and (max-width: 767px) {
  .bio-hero { padding-top: 50px; padding-bottom: 60px; }
  .bio-hero h1 { font-size: 28px; }
  .bio-quote-box { font-size: 17px; padding: 30px; }
  .bio-highlight { width: 100%; }
  .bio-highlight-content { padding: 30px; }
  .bio-highlight-content p { font-size: 17px; }
  .bio-title h2 { font-size: 24px; }
  .bio-text { font-size: 16px; }

  .libro-hero { padding-top: 50px; padding-bottom: 60px; }
  .libro-hero h1 { font-size: 26px; }
  .libro-card { padding: 30px; gap: 24px; }
  .libro-card-cover { margin-top: 0; }
  .libro-book-cover { margin-top: 0; padding: 8%; }
  .libro-book-cover img { width: 100%; }
  .libro-title h2 { font-size: 24px; }
  .libro-text { font-size: 16px; }
  .libro-text ul li { font-size: 16px; }
  .libro-store-row img { max-width: 50%; }

  .contacto-section { padding-bottom: 40px; }
  .contacto-info-icon { width: 48px; height: 48px; min-width: 48px; font-size: 20px; }
}

/* ==========================================================
   PAGE: ATOLONDRADO "Óxido & Mostaza" — VERSIÓN LUMINOSA
   Base cálida y vibrante (la energía de Migueli), con el
   grafiti como acento. Fiel a la luz de la web original.
   ========================================================== */
#ato-page {
  --arena:      #f6efe4;   /* fondo general crema/arena */
  --arena-suave:#fbf7ef;   /* tarjetas */
  --arena-media:#efe5d4;   /* zonas alternas */
  --marron:     #3a2b22;   /* texto principal cálido */
  --gris-texto: #5c4f43;   /* texto secundario */
  --oxidado:    #c4582b;   /* acento cálido */
  --mostaza:    #c98a1e;   /* acento grafiti */
  --mostaza-cta: #9a6a10;  /* mostaza con contraste AA sobre blanco (botones) */
  --mostaza-fuerte: #a06a14;
  --mostaza-bg: #f8dfa8;
  --negro:      #1b120c;   /* oscuro de contraste (solo en botones) */
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  background-color: var(--arena);
  color: var(--marron);
  line-height: 1.7;
}
#ato-page * { box-sizing: border-box; margin: 0; }
#ato-page .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Fuentes display con trazo de brocha (nombre) y recorte (subtítulos) */
.ato-hero-title,
.ato-eyebrow,
.ato-hero-sub {
  font-family: 'Permanent Marker', 'Anton', 'Poppins', sans-serif;
}

/* ---------- TOP HEADER ---------- */
#ato-page #top-header { background: var(--marron); border-bottom: 1px solid rgba(255,255,255,0.1); }
#ato-page #top-header a, #ato-page #top-header .et-social-icon a { color: #fff; }
#ato-page #main-header { background: var(--arena); position: sticky; top: 0; z-index: 999; box-shadow: 0 2px 14px rgba(60,40,20,0.1); transition: min-height 0.35s ease; }
#ato-page #main-header .container { display: flex; align-items: center; justify-content: space-between; min-height: 108px; gap: 16px; flex-wrap: wrap; transition: min-height 0.35s ease; }
/* Header contraído al hacer scroll (equivale al tamaño anterior) */
#ato-page #main-header.scrolled .container { min-height: 78px; }
#ato-page #main-header.scrolled .ato-logo-img { height: 52px; }
#ato-page #main-header.scrolled #top-menu a { font-size: 13px; padding: 8px 10px; }

/* Logo */
.ato-logo { display: flex; align-items: center; line-height: 1; text-decoration: none; }
.ato-logo-img {
  height: 96px;
  width: auto;
  display: block;
  transition: height 0.35s ease;
}

/* Navegación principal (a directos, no li) */
#ato-page #et-top-navigation { display: flex; align-items: center; gap: 20px; }
@media (min-width: 1025px) {
  /* El menú participa directamente del flex del header: logo izq, menú centrado, CTA der */
  #ato-page #et-top-navigation { display: contents; }
  #ato-page #top-menu { flex: 1 1 0%; justify-content: center; }
}
#ato-page #top-menu { display: flex; align-items: center; gap: 6px; }
#ato-page #top-menu a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--gris-texto);
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 4px;
  transition: color 180ms ease, font-size 0.35s ease, padding 0.35s ease;
}
#ato-page #top-menu a:hover,
#ato-page #top-menu a.active { color: var(--oxidado); }
#ato-page #mobileToggle {
  display: none;
  background: none;
  border: 0;
  color: var(--marron);
  font-size: 22px;
  cursor: pointer;
}

/* ---------- HERO ---------- */
.ato-panorama { width: 100%; line-height: 0; }
.ato-panorama img { display: block; width: 100%; height: auto; }
.ato-hero { position: relative; min-height: 82vh; display: flex; align-items: center; overflow: hidden; }
.ato-hero-wallpaper {
  background: url("../images/Gemini_Generated_Image_bhglczbhglczbhgl.jpg") center / cover no-repeat;
}
.ato-hero-wallpaper .ato-hero-overlay {
  background:
    radial-gradient(1000px 520px at 15% 20%, rgba(201,138,30,0.20), transparent 60%),
    radial-gradient(900px 500px at 85% 85%, rgba(196,88,43,0.18), transparent 60%),
    linear-gradient(180deg, rgba(246,239,228,0.55) 0%, rgba(246,239,228,0.22) 50%, rgba(246,239,228,0.55) 100%);
}
.ato-hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(1000px 520px at 15% 20%, rgba(201,138,30,0.18), transparent 60%),
    radial-gradient(900px 500px at 85% 85%, rgba(196,88,43,0.16), transparent 60%),
    linear-gradient(180deg, rgba(246,239,228,0.35) 0%, rgba(246,239,228,0.10) 50%, rgba(246,239,228,0.35) 100%);
}
.ato-hero-content { position: relative; z-index: 2; width: 100%; padding: 60px 24px 70px; }
.ato-hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; }
.ato-hero-art { position: relative; }
.ato-hero-art img {
  width: 100%; max-width: 520px; margin: 0 auto; display: block;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(59,39,24,0.35);
  border: 3px solid #fff;
  transform: rotate(1.2deg);
}
.ato-hero-art::after {
  content: "";
  position: absolute; inset: -14px -10px -10px 12px;
  border: 3px solid var(--mostaza);
  border-radius: 24px;
  z-index: -1;
  transform: rotate(-1.5deg);
}
.ato-cover-reveal {
  transition: opacity 0.8s ease 0.08s, transform 0.9s cubic-bezier(0.18, 0.9, 0.28, 1.18) 0.08s;
  will-change: transform, opacity;
}
.ato-cover-reveal.is-hidden {
  opacity: 0;
  transform: translateY(56px) rotate(5deg) scale(0.93);
}
.ato-cover-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) rotate(1.2deg) scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .ato-cover-reveal.is-hidden { opacity: 1; transform: rotate(1.2deg); }
}
/* Hero centrado en la portada (aparece al hacer scroll) */
.ato-hero-cover .ato-hero-inner {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.ato-hero-cover .ato-hero-title { transform-origin: center; }
.ato-hero-cover .ato-hero-actions { justify-content: center; }
.ato-hero-title {
  font-size: clamp(56px, 11vw, 150px);
  line-height: 0.95;
  color: #fff;
  text-shadow: 0 3px 0 var(--oxidado), 0 5px 14px rgba(0,0,0,0.45);
  margin: 6px 0 2px;
  transform: rotate(-1.5deg);
  transform-origin: left center;
}
.ato-hero-sub {
  font-size: clamp(18px, 3vw, 30px);
  color: #fff;
  letter-spacing: 0.3em;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
.ato-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

/* Botones */
.ato-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 30px;
  padding: 18px 34px;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  cursor: pointer;
}
.ato-btn-primary,
.ato-btn-tickets { background: var(--mostaza-cta); color: #fff; }
.ato-btn-primary:hover,
.ato-btn-tickets:hover { background: var(--mostaza-fuerte); color: #fff; transform: translateY(-1px); }
.ato-btn-ghost { background: transparent; color: var(--marron); border: 1.5px solid var(--marron); }
.ato-btn-ghost:hover { border-color: var(--oxidado); color: var(--oxidado); box-shadow: 0 0 0 3px rgba(196,88,43,0.12); }

/* ---------- Secciones base ---------- */
.ato-section { padding: 90px 0; }
.ato-eyebrow {
  font-size: 15px;
  color: var(--oxidado);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  margin-bottom: 10px;
  font-weight: 700;
}
.ato-h2 {
  font-family: 'Anton', 'Poppins', sans-serif;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1;
  color: var(--marron);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
}
.ato-lead { font-size: 18px; color: var(--gris-texto); max-width: 580px; margin-bottom: 44px; }

/* ---------- EL DISCO ---------- */
.ato-disco-tag {
  position: absolute; top: -46px; left: -24px; z-index: 0;
  font-family: 'Permanent Marker', 'Anton', sans-serif;
  font-size: clamp(110px, 22vw, 280px);
  line-height: 1;
  text-transform: uppercase; letter-spacing: 0.02em; white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 2px rgba(196,88,43,0.28);
  transform: rotate(-4deg);
  pointer-events: none; user-select: none;
}
.ato-disc-list { list-style: none; margin-bottom: 30px; }
.ato-disc-list li { color: var(--marron); padding: 7px 0; font-size: 16px; }
.ato-disc-list li i { color: var(--mostaza); margin-right: 10px; }
.ato-actions-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- CINTA TICKER ---------- */
.ato-ticker {
  overflow: hidden;
  background: linear-gradient(90deg, #7a3b16 0%, var(--oxidado) 45%, #9a4a1d 100%);
  border-top: 3px solid var(--mostaza);
  border-bottom: 3px solid var(--mostaza);
  padding: 14px 0;
  white-space: nowrap;
}
.ato-ticker-inner {
  display: inline-flex;
  white-space: nowrap;
  animation: ato-ticker-scroll 42s linear infinite;
  will-change: transform;
}
.ato-ticker:hover .ato-ticker-inner { animation-play-state: paused; }
.ato-ticker-group { display: inline-flex; white-space: nowrap; }
.ato-ticker-item {
  display: inline-block;
  font-family: 'Permanent Marker', 'Anton', sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 34px;
  text-shadow: 0 2px 0 rgba(0,0,0,0.25);
}
.ato-ticker-item::after { content: "  \25C6  "; color: var(--mostaza); }
.ato-ticker-item-title { font-size: 25px; color: var(--mostaza); text-shadow: 0 2px 6px rgba(0,0,0,0.4); }
.ato-ticker a.ato-ticker-item { text-decoration: none; cursor: pointer; }
.ato-ticker a.ato-ticker-item:hover { opacity: 0.85; }
@keyframes ato-ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---------- MERCH ---------- */
.ato-merch.ato-section { background: linear-gradient(180deg, var(--arena) 0%, var(--arena-suave) 100%); }
.ato-merch-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 22px; }
.ato-merch-card {
  background: #fff;
  border: 1px solid rgba(94,60,30,0.14);
  border-radius: 14px;
  padding: 34px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 24px rgba(94,60,30,0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.ato-merch-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(94,60,30,0.14); }
.ato-merch-icon {
  width: 74px; height: 74px; border-radius: 50%;
  background: var(--mostaza-bg);
  color: var(--mostaza);
  display: flex; align-items: center; justify-content: center;
  font-size: 30px;
}
.ato-merch-card h2, .ato-merch-card h3 { font-family: 'Poppins', sans-serif; font-size: 18px; color: var(--marron); }
.ato-merch-card p { font-size: 14px; color: var(--gris-texto); }
.ato-merch-card .ato-btn { margin-top: 8px; }
.ato-merch-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 8px; }
.ato-merch-actions .ato-btn { margin-top: 0; }
.ato-merch-soon {
  display: inline-block;
  background: var(--mostaza-cta);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border-radius: 20px;
}

/* ---------- DISCOGRAFÍA ---------- */
.ato-discografia.ato-section { background: var(--arena-media); }
.ato-discography-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ato-album-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(94,60,30,0.14);
  box-shadow: 0 8px 24px rgba(94,60,30,0.08);
}
.ato-album-card img { width: 100%; display: block; aspect-ratio: 1 / 1; object-fit: cover; }
.ato-album-noart {
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #efe5d4 0%, #f6efe4 100%);
  font-size: 58px;
  color: var(--oxidado);
  opacity: 0.9;
}
.ato-album-info { padding: 20px 22px; }
.ato-album-info h2, .ato-album-info h3 { font-family: 'Poppins', sans-serif; font-size: 19px; color: var(--marron); }
.ato-album-info p { font-size: 14px; color: var(--gris-texto); }
.ato-album-soon { display: flex; align-items: center; justify-content: center; gap: 22px; min-height: 260px; }
.ato-album-coleccion { font-size: 60px; color: var(--oxidado); opacity: 0.85; }
.ato-album-card.ato-album-featured img { border-bottom: 4px solid var(--mostaza); }
.ato-album-card.ato-album-soon { background: var(--mostaza-bg); border-color: rgba(196,88,43,0.3); }
.ato-album-card.ato-album-soon { text-decoration: none; color: inherit; }
.ato-album-link { display: block; }
.ato-album-link:focus-visible,
.ato-album-icon:focus-visible {
  outline: 2px solid var(--mostaza);
  outline-offset: 2px;
}
.ato-album-card img,
.ato-album-card .ato-album-noart {
  transition: transform 0.35s ease;
}
.ato-album-card .ato-album-link:hover img,
.ato-album-card .ato-album-link:hover .ato-album-noart {
  transform: scale(1.035);
}
.ato-album-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.ato-album-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--marron);
  background: var(--arena-media);
  border: 1px solid rgba(94,60,30,0.18);
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.ato-album-icon:hover {
  background: var(--mostaza-cta);
  color: #fff;
  transform: translateY(-2px);
}

/* ---------- CONOCE A MIGUELI ---------- */
.ato-conoce.ato-section { background: linear-gradient(180deg, var(--arena-media) 0%, var(--arena) 100%); }

/* ---------- Responsive ATOLONDRADO ---------- */
@media only screen and (max-width: 1024px) {
  .ato-discography-grid { grid-template-columns: 1fr; }
  .ato-section { padding: 64px 0; }
}
@media only screen and (max-width: 1024px) {
  #ato-page #et-top-navigation { flex-wrap: wrap; justify-content: flex-end; }
  #ato-page #mobileToggle { display: inline-block; background: none; border: 0; color: var(--marron); font-size: 24px; }
  #ato-page #top-menu { display: none; flex-direction: column; align-items: stretch; width: 100%; }
  #ato-page #et-top-navigation.open { flex-direction: column; align-items: stretch; }
  #ato-page #et-top-navigation.open #top-menu { display: flex; }
  #ato-page #top-menu a { padding: 13px 4px; border-bottom: 1px solid rgba(94,60,30,0.1); }
  .ato-hero { min-height: auto; padding: 40px 0; }
  .ato-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .ato-hero-title { font-size: clamp(34px, 11vw, 84px); }
  .ato-hero-sub { letter-spacing: 0.16em; }
  .ato-hero-actions { flex-direction: column; align-items: stretch; max-width: 360px; margin: 30px auto 0; }
  .ato-hero-art { order: -1; max-width: 420px; margin: 0 auto; min-width: 0; }
  .ato-hero-content, .ato-hero-inner > * { min-width: 0; }
  .ato-btn { justify-content: center; }
}

/* ---------- EL DISCO: una sola pieza sobre el fondo Gemini ---------- */
.ato-disco-v3 {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: 96px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ato-disco-v3-bg,
.ato-disco-v3-shade { position: absolute; inset: 0; }
.ato-disco-v3-bg {
  background: url("../images/Gemini_Generated_Image_bhglczbhglczbhgl.jpg") center / cover no-repeat;
}
.ato-disco-v3-shade {
  background:
    radial-gradient(1000px 520px at 15% 20%, rgba(201,138,30,0.20), transparent 60%),
    radial-gradient(900px 500px at 85% 85%, rgba(196,88,43,0.18), transparent 60%),
    linear-gradient(180deg, rgba(246,239,228,0.42) 0%, rgba(246,239,228,0.16) 50%, rgba(246,239,228,0.42) 100%);
}
.ato-disco-v3-wrap {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 60px;
  align-items: center;
}
.ato-photo-scatter { position: relative; min-height: 680px; }
.ps {
  position: absolute;
  width: 56%;
  max-width: 400px;
  border: 5px solid #fff;
  border-radius: 16px;
  box-shadow: 0 24px 46px rgba(59,39,24,0.42);
  display: block;
  animation: atoFloat 6s ease-in-out infinite;
  transition: transform 260ms ease;
}
.ps-1 { top: 3%; left: 3%; z-index: 2; transform: rotate(-7deg); animation-delay: -1.5s; }
.ps-2 { top: 21%; left: 31%; z-index: 3; transform: rotate(5deg); animation-delay: -3.5s; }
.ps-3 { top: 47%; left: 7%; z-index: 1; transform: rotate(9deg); animation-delay: -5s; }
.ps-1:hover { z-index: 5; transform: rotate(-3deg) scale(1.06); }
.ps-2:hover { z-index: 5; transform: rotate(2deg) scale(1.06); }
.ps-3:hover { z-index: 5; transform: rotate(4deg) scale(1.06); }
@keyframes atoFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -9px; }
}
@media (prefers-reduced-motion: reduce) {
  .ps { animation: none; }
}
.ato-note {
  background: var(--arena);
  border: 1px solid rgba(94,60,30,0.16);
  border-radius: 26px;
  padding: 52px 44px;
  box-shadow: 0 34px 80px rgba(59,39,24,0.5), inset 0 0 0 6px #fff;
  transform: rotate(-1.5deg);
}
.ato-note-title {
  font-family: 'Permanent Marker', 'Anton', 'Poppins', sans-serif;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1;
  color: var(--marron);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 4px 0 18px;
}
.ato-note-text { font-size: 18px; color: var(--gris-texto); margin-bottom: 22px; line-height: 1.7; }

@media only screen and (max-width: 1024px) {
  .ato-disco-v3 { min-height: auto; padding: 72px 0; align-items: flex-start; }
  .ato-disco-v3-wrap { grid-template-columns: 1fr; gap: 48px; }
  .ato-disco-v3-wrap > * { min-width: 0; }
  .ato-photo-scatter { min-height: 940px; }
  .ato-note { transform: none; padding: 44px 30px; }
}
@media only screen and (max-width: 480px) {
  .ato-photo-scatter { min-height: 470px; }
}

/* ---------- DISCO + LETRAS ---------- */

.ato-album-with-tracks { position: relative; }
.ato-album-with-tracks .ato-album-link img { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.ato-album-with-tracks:hover .ato-album-link img,
.ato-album-with-tracks:focus-within .ato-album-link img { transform: translateY(-8px) rotate(-2deg); box-shadow: 0 16px 36px rgba(94,60,30,0.18); }

.ato-album-tracklist {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  background: var(--arena-suave);
  border: 1px solid var(--mostaza-bg);
  border-top: none;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 12px 28px rgba(94,60,30,0.14);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
  padding: 0 18px;
}
.ato-album-with-tracks:hover .ato-album-tracklist,
.ato-album-with-tracks:focus-within .ato-album-tracklist {
  max-height: 320px;
  opacity: 1;
  padding: 0 18px 18px;
}
.ato-album-tracklist ol {
  list-style: none;
  max-height: 260px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.ato-album-tracklist-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--mostaza);
  padding: 14px 0 8px;
}
.ato-album-tracklist ol li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  padding: 7px 8px;
  border-radius: 6px;
  transition: background 0.15s ease;
}
.ato-album-tracklist ol li a:hover { background: var(--mostaza-bg); }
.ato-album-tracklist ol li a span { color: var(--mostaza); font-weight: 700; min-width: 20px; }

.ato-album-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ato-album-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(94,60,30,0.1);
  font-size: 16px;
  color: var(--marron);
}
.ato-album-list li:last-child { border-bottom: none; }
.ato-album-list-num {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--mostaza);
  min-width: 24px;
  text-align: center;
}
.ato-album-list li a {
  flex: 1;
  color: var(--marron);
  text-decoration: none;
  transition: color 0.15s ease;
}
.ato-album-list li a:hover { color: var(--mostaza); }
.ato-album-list-dur {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: var(--gris-texto);
  min-width: 48px;
  text-align: right;
}

.ato-album-detail {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.ato-album-detail-cover {
  flex: 0 0 380px;
  position: sticky;
  top: 130px;
}
.ato-album-detail-cover img {
  width: 100%;
  border-radius: 14px;
  border: 3px solid var(--mostaza);
  box-shadow: 0 12px 36px rgba(94,60,30,0.18);
}
.ato-album-detail-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.ato-album-detail-tracklist { flex: 1; }
.ato-album-detail-tracklist h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: var(--marron);
  margin-bottom: 20px;
}

.letra-card {
  background: var(--arena-suave);
  border: 1px solid var(--mostaza-bg);
  border-radius: 14px;
  padding: 36px 32px;
  max-width: 720px;
  margin: 0 auto;
}
.letra-poema p {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  line-height: 1.9;
  color: var(--marron);
  margin-bottom: 0.6em;
}
.letra-poema p:last-child { margin-bottom: 0; }
.letra-nota {
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  font-style: italic;
  color: var(--gris-texto);
  border-left: 3px solid var(--mostaza);
  padding: 12px 16px;
  margin-top: 18px;
  background: rgba(248,223,168,0.18);
  border-radius: 0 8px 8px 0;
}

.ato-chords-toggle {
  display: inline-block;
  margin-top: 22px;
  padding: 12px 28px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  background: var(--mostaza-cta);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
.ato-chords-toggle:hover { background: var(--mostaza-fuerte); transform: translateY(-1px); }
.ato-chords-toggle:focus-visible { outline: 2px solid var(--mostaza-cta); outline-offset: 2px; }

.ato-chords-panel {
  background: var(--arena-media);
  border-radius: 10px;
  padding: 20px 24px;
  margin-top: 16px;
}

.letra-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.letra-nav a {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--marron);
  border: 1.5px solid var(--mostaza);
  border-radius: 30px;
  padding: 10px 22px;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}
.letra-nav a:hover { background: var(--mostaza-cta); color: #fff; }

.ato-crumb {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: var(--gris-texto);
  margin-bottom: 12px;
}
.ato-crumb a { color: var(--mostaza); text-decoration: none; }
.ato-crumb a:hover { text-decoration: underline; }
.ato-crumb::before { content: ""; }
.ato-crumb::after { content: ""; }

@media only screen and (max-width: 767px) {
  .ato-album-detail { flex-direction: column; gap: 32px; }
  .ato-album-detail-cover { flex: none; width: 70%; max-width: 320px; margin: 0 auto; position: static; }
  .ato-album-detail-tracklist { width: 100%; }
  .letra-card { padding: 24px 20px; }
  .letra-nav { flex-direction: column; gap: 12px; }
}

/* ==========================================================
   ALBUM PAGE DINÁMICO — album.html (data.json + script.js)
   Portada aérea que se levanta al hacer :hover revelando
   el tracklist oculto debajo, y modal con letra y acordes.
   ========================================================== */
.ato-page-section.album-page-section {
  padding: 64px 0 88px;
  background: linear-gradient(180deg, var(--arena) 0%, var(--arena-suave) 100%);
}
.album-title { margin-bottom: 8px; }
.album-intro {
  max-width: 640px;
  margin: 0 auto 44px;
  text-align: center;
  color: var(--gris-texto);
}

/* --- portada que se levanta (perspectiva 3D) --- */
.album-stage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 36px;
  perspective: 1200px;
  cursor: pointer;
}
.album-cover-pivot {
  position: relative;
  width: min(340px, 64vw);
  transform-style: preserve-3d;
}
.album-cover-art {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 2px solid var(--mostaza);
  box-shadow: 0 12px 30px rgba(59, 43, 34, 0.25);
  transform-origin: 50% 100%;
  backface-visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
  pointer-events: none;
}

/* panel del tracklist: oculto debajo, se revela al levantar la portada */
.album-tracklist-panel {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 18px 20px 20px;
  background: var(--arena-suave);
  border: 2px solid var(--mostaza-bg);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px var(--mostaza-bg);
  opacity: 0;
  transform: translateY(26%) scale(0.98);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  overflow-y: auto;
}
.album-stage:hover .album-cover-art,
.album-stage:focus-within .album-cover-art,
.album-stage.is-open .album-cover-art {
  transform: rotateX(-28deg) translateY(-26px) scale(1.02);
  box-shadow: 0 34px 56px rgba(26, 18, 12, 0.4);
}
.album-stage:hover .album-tracklist-panel,
.album-stage:focus-within .album-tracklist-panel,
.album-stage.is-open .album-tracklist-panel {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.album-tracklist-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--mostaza);
  margin-bottom: 10px;
}
.album-tracklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.album-tracklist li { margin: 0; }
.album-track-btn {
  display: flex;
  align-items: baseline;
  gap: 12px;
  width: 100%;
  padding: 9px 10px;
  border: 0;
  border-top: 1px solid var(--mostaza-bg);
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s ease;
}
.album-track-btn:hover,
.album-track-btn:focus-visible {
  background: var(--mostaza-bg);
  outline: none;
}
.album-track-num { color: var(--mostaza); font-weight: 700; min-width: 22px; }
.album-track-name { flex: 1; }
.album-track-dur {
  margin-left: auto;
  font-size: 0.82rem;
  color: var(--gris-texto);
}

/* --- modal de letra --- */
.lyric-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(27, 18, 12, 0.62);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.lyric-modal[hidden] { display: none !important; }
.lyric-modal.is-open { opacity: 1; }
.lyric-modal-card {
  width: 100%;
  max-width: 660px;
  max-height: 86vh;
  overflow-y: auto;
  background: var(--arena-suave);
  border-top: 6px solid var(--mostaza);
  border-radius: 14px;
  box-shadow: 0 30px 70px rgba(20, 12, 6, 0.45);
  padding: 26px 30px 30px;
  transform: translateY(20px) scale(0.98);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.lyric-modal.is-open .lyric-modal-card { transform: none; }
.lyric-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 6px;
}
.lyric-modal-track {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gris-texto);
}
.lyric-modal-close {
  border: 0;
  background: transparent;
  color: var(--marron);
  font-size: 1.3rem;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.lyric-modal-close:hover,
.lyric-modal-close:focus-visible {
  background: var(--mostaza-bg);
  color: var(--negro);
  outline: none;
}
.lyric-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  color: var(--marron);
  margin-bottom: 14px;
}
.lyric-body { color: var(--marron); }
.lyric-body p {
  margin-bottom: 1.1em;
  line-height: 1.9;
}
.lyric-body .chord {
  display: inline;
  font-weight: 700;
  color: var(--mostaza);
  text-decoration: underline;
  text-decoration-color: var(--mostaza-bg);
  text-underline-offset: 3px;
}
.lyric-modal-foot {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--mostaza-bg);
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .album-cover-pivot { width: 72vw; }
  /* en táctil no hay hover: el tracklist queda visible bajo la portada */
  .album-tracklist-panel {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin-top: 14px;
  }
  .album-cover-art {
    pointer-events: auto;
    box-shadow: 0 12px 30px rgba(59, 43, 34, 0.25);
  }
  .album-stage.is-open .album-cover-art {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(26, 18, 12, 0.35);
  }
  .lyric-modal { padding: 12px; }
  .lyric-modal-card { padding: 22px 20px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .album-cover-art,
  .album-tracklist-panel,
  .lyric-modal,
  .lyric-modal-card {
    transition: none;
  }
  .album-stage:hover .album-cover-art,
  .album-stage:focus-within .album-cover-art,
  .album-stage.is-open .album-cover-art {
    transform: translateY(-6px);
  }
}

/* ---------- CRÉDITOS · MECENAS · AGRADECIMIENTOS ---------- */
.ato-credits-section,
.ato-thanks-section { background: linear-gradient(180deg, var(--arena) 0%, var(--arena-suave) 100%); }
.ato-mecenas-section { background: linear-gradient(180deg, var(--arena-media) 0%, var(--arena) 100%); }

.ato-credits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.ato-credit-card {
  background: var(--arena-suave);
  border: 1px solid rgba(94,60,30,0.14);
  border-radius: 18px;
  padding: 24px 26px 20px;
  box-shadow: 0 14px 30px rgba(94,60,30,0.08);
}
.ato-credit-title {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--marron);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.ato-credit-num {
  font-family: 'Anton', 'Poppins', sans-serif;
  font-size: 26px;
  line-height: 1;
  color: var(--mostaza);
}
.ato-credit-roles { list-style: none; }
.ato-credit-roles li {
  position: relative;
  padding: 5px 0 5px 18px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--gris-texto);
}
.ato-credit-roles li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.95em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mostaza);
}
.ato-credit-roles li span { color: var(--marron); font-weight: 600; }

.ato-credits-meta {
  margin-top: 30px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid rgba(94,60,30,0.14);
  border-left: 5px solid var(--mostaza);
  border-radius: 14px;
}
.ato-credits-meta ul { list-style: none; }
.ato-credits-meta li {
  padding: 7px 0;
  font-size: 16px;
  color: var(--gris-texto);
}
.ato-credits-meta li span { color: var(--marron); font-weight: 700; }

.ato-mecenas-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  gap: 8px 26px;
}
.ato-mecenas-grid li {
  padding: 7px 0;
  font-size: 15px;
  color: var(--gris-texto);
  border-bottom: 1px dashed rgba(94,60,30,0.14);
}
.ato-mecenas-close {
  margin-top: 34px;
  font-family: 'Permanent Marker', 'Anton', sans-serif;
  font-size: clamp(24px, 4vw, 34px);
  color: var(--oxidado);
  transform: rotate(-2deg);
}

.ato-thanks-block { max-width: 760px; }
.ato-thanks-block p {
  margin-bottom: 1.15em;
  font-size: 18px;
  line-height: 1.75;
  color: var(--marron);
}

@media only screen and (max-width: 900px) {
  .ato-credits-grid { grid-template-columns: 1fr; }
}
/* Arte de canciones ATOLONDRADO */
.ato-lyric-art { text-align: center; }
.ato-lyric-art img { width: 100%; height: auto; }
