@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,500&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --cream: #F5F1E8;
  --cream-2: #FBF7EC;
  --ink: #121212;
  --dark: #121212;
  --dark-2: #1B1B1B;
  --gold: #C9A227;
  --gold-light: #E8C873;
  --gold-muted: #9C7D1E;
  --line: #E9DFC4;
  --line-dark: rgba(201,162,39,.22);
}

.melody-root, .melody-root *{box-sizing:border-box;}
.melody-root{
  font-family:'Inter', sans-serif;
  color: var(--ink) !important;
  -webkit-font-smoothing:antialiased;
  line-height:1.7;
}
.melody-root a{text-decoration:none; color: inherit !important;}
.melody-root img{display:block; max-width:100%;}

.melody-root .script{font-family:'Playfair Display', serif; font-style:italic; color: var(--gold) !important;}
.melody-root .display{font-family:'Playfair Display', serif;}

/* ---------- HERO ---------- */
.melody-root .hero{
  position:relative;
  min-height:280px;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center;
  padding:36px 24px 46px;
  color: #fff !important;
  overflow:hidden;
}
.melody-root .hero-bg{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  transform:scale(1.03);
}
.melody-root .hero::before{
  content:""; position:absolute; inset:0; z-index:1;
  background:radial-gradient(ellipse at 30% 0%, rgba(201,162,39,.28), transparent 60%),
    linear-gradient(180deg, rgba(10,10,8,.6), rgba(10,10,8,.85));
}
.melody-root .hero-eyebrow, .melody-root .hero h1, .melody-root .hero-tag, .melody-root .hero-divider, .melody-root .hero-copy{position:relative; z-index:2;}
.melody-root .hero-credit{
  position:absolute; bottom:14px; left:50%; transform:translateX(-50%); z-index:2;
  font-size:10.5px; color: rgba(255,255,255,.55) !important; font-family:'Inter',sans-serif;
}
.melody-root .hero-eyebrow{font-size:15px; letter-spacing:1px; font-style:italic; margin-bottom:2px; font-family:'Playfair Display',serif; color:var(--gold-light) !important;}
.melody-root .hero h1{font-family:'Playfair Display',serif; font-size:52px; font-weight:600; margin-bottom:14px; text-shadow:0 2px 18px rgba(0,0,0,.25); color:#F5F1E8 !important;}
.melody-root .hero-tag{font-size:18px; font-weight:400; margin-bottom:20px; opacity:.95; color:#EDE6D6 !important;}
.melody-root .hero-divider{font-size:20px; margin:14px 0; opacity:.85; color:var(--gold) !important;}
.melody-root .hero-copy{max-width:520px; font-size:15px; line-height:1.9; opacity:.92; color:#EDE6D6 !important; margin:0 auto;}
/* ---------- PROMO EVENTO DESTACADO ---------- */
.melody-root .featured-event{
  max-width:1200px; margin:34px auto 10px; padding:0 48px;
}
.melody-root .featured-event .fe-card{
  display:flex; align-items:center; gap:28px; background:var(--dark); border-radius:20px;
  padding:26px 32px; color: #EDE6D6 !important; overflow:hidden; position:relative; cursor:pointer;
  border:1px solid var(--line-dark);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.melody-root .featured-event .fe-card:hover{transform:translateY(-3px); box-shadow:0 20px 40px rgba(20,16,4,.35); border-color:var(--gold);}
.melody-root .featured-event .fe-card:focus-visible{outline:2px solid var(--gold-light); outline-offset:3px;}

.melody-root .youtube-banner{
  max-width:1200px; margin:14px auto 0; padding:0 48px;
}
.melody-root .youtube-banner a{
  display:flex; align-items:center; justify-content:center; gap:12px;
  background:var(--cream-2); border:1px solid var(--line); border-radius:16px;
  padding:16px 24px; font-size:14.5px; font-weight:700; color: var(--ink) !important;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.melody-root .youtube-banner a:hover{transform:translateY(-2px); box-shadow:0 12px 24px rgba(60,50,20,.08); border-color:var(--gold);}
.melody-root .youtube-banner .yt-icon{
  height:22px; width:auto; flex:0 0 auto;
}
@media (max-width: 780px){
  .melody-root .youtube-banner{padding:0 20px; margin:10px auto 0;}
  .melody-root .youtube-banner a{padding:14px 18px; font-size:13.5px;}
}
.melody-root .featured-event .fe-thumb{
  width:88px; height:118px; border-radius:10px; overflow:hidden; flex:0 0 auto;
  border:1px solid rgba(201,162,39,.4);
}
.melody-root .featured-event .fe-thumb img{width:100%; height:100%; object-fit:cover; object-position:top;}
.melody-root .featured-event .fe-body{flex:1;}
.melody-root .featured-event .fe-eyebrow{font-size:11px; letter-spacing:2px; color: var(--gold-light) !important; text-transform:uppercase; margin-bottom:4px;}
.melody-root .featured-event h3{font-family:'Playfair Display',serif; font-size:22px; margin-bottom:4px; color:#F5F1E8 !important;}
.melody-root .featured-event p{font-size:12.5px; color: #C9BFA8 !important;}
.melody-root .featured-event .fe-cta{
  flex:0 0 auto; font-size:12.5px; font-weight:700; color: var(--dark) !important; background:var(--gold);
  padding:10px 18px; border-radius:100px; white-space:nowrap; transition:background .3s ease;
}
.melody-root .featured-event .fe-card:hover .fe-cta{background:var(--gold-light);}
@media (max-width: 780px){
  .melody-root .featured-event{padding:0 20px; margin:20px auto 4px;}
  .melody-root .featured-event .fe-card{flex-direction:column; text-align:center; padding:22px 20px;}
  .melody-root .featured-event .fe-thumb{width:100px; height:135px;}
  .melody-root .featured-event .fe-cta{width:100%;}
}
.melody-root .quick-icons{
  display:grid; grid-template-columns:repeat(9, 1fr); gap:16px;
  max-width:1200px; margin:28px auto 0; padding:0 48px 56px; position:relative; z-index:5;
}
.melody-root .qi-card{
  background:var(--cream-2); border:1px solid var(--line); border-radius:16px;
  padding:22px 12px 18px; text-align:center;
  box-shadow:0 10px 24px rgba(60,50,20,.05);
  transition:all .3s cubic-bezier(.16,1,.3,1);
}
.melody-root .qi-card:hover{transform:translateY(-6px); border-color:var(--gold); box-shadow:0 16px 32px rgba(60,50,20,.12);}
.melody-root .qi-icon{
  width:44px; height:44px; margin:0 auto 12px; border-radius:50%;
  display:flex; align-items:center; justify-content:center; font-size:20px;
  background:rgba(201,162,39,.14);
}
.melody-root .qi-card h4{font-size:13.5px; font-weight:700; margin-bottom:3px; color:var(--ink) !important;}
.melody-root .qi-card p{font-size:11px; color: #6b6a5e !important;}

/* ---------- SECTION HEADERS ---------- */
.melody-root .section{max-width:1200px; margin:0 auto; padding:10px 48px 56px;}
.melody-root .section-head{
  display:flex; align-items:baseline; justify-content:space-between; margin-bottom:22px;
}
.melody-root .section-head h2{font-size:22px; font-family:'Playfair Display',serif; font-weight:600; display:flex; align-items:center; gap:8px; color:var(--ink) !important;}
.melody-root .section-head a{font-size:13px; font-weight:600; color: var(--gold-muted) !important;}

/* ---------- NEWS FEED ---------- */
.melody-root .news-grid{display:grid; grid-template-columns:repeat(6,1fr); gap:16px;}
.melody-root .news-card{background:var(--cream-2); border:1px solid var(--line); border-radius:14px; overflow:hidden; transition:all .3s cubic-bezier(.16,1,.3,1);}
.melody-root .news-card:hover{transform:translateY(-4px); border-color:var(--gold); box-shadow:0 16px 32px rgba(60,50,20,.12);}
.melody-root .news-photo{
  height:110px; overflow:hidden; position:relative;
}
.melody-root .news-photo img{
  width:100%; height:100%; object-fit:cover; transition:transform .5s ease;
}
.melody-root .news-card:hover .news-photo img{transform:scale(1.06);}
.melody-root .news-body{padding:14px;}
.melody-root .news-tag{font-size:9.5px; font-weight:700; letter-spacing:.6px; color: var(--gold-muted) !important; text-transform:uppercase;}
.melody-root .news-body h4{font-size:14px; margin:6px 0 4px; font-weight:700; line-height:1.3; color:var(--ink) !important;}
.melody-root .news-body p{font-size:11.5px; color: #6b6a5e !important; line-height:1.5; margin-bottom:10px;}
.melody-root .news-meta{display:flex; justify-content:space-between; font-size:11px; color: #9a9686 !important;}

/* ---------- THREE COLUMN: STATS / WALL / AGENDA ---------- */
.melody-root .grid3{display:grid; grid-template-columns:1fr 1.3fr 1fr; gap:20px;}
.melody-root .panel{background:var(--cream-2); border:1px solid var(--line); border-radius:16px; padding:24px;}
.melody-root .panel h3{font-family:'Playfair Display',serif; font-size:18px; font-weight:600; margin:0 0 16px; color:var(--ink) !important;}

.melody-root .stat-list{list-style:none; margin:0 0 18px; padding:0;}
.melody-root .stat-list li{display:flex; align-items:center; gap:10px; padding:7px 0; font-size:13.5px; color:var(--ink) !important;}
.melody-root .stat-list b{font-size:14.5px; min-width:30px; color:var(--gold-muted) !important;}

.melody-root .wall-post{border-bottom:1px solid var(--line); padding:12px 0;}
.melody-root .wall-post:last-child{border-bottom:none;}
.melody-root .wall-tag{
  display:inline-block; font-size:9.5px; font-weight:700; padding:3px 9px; border-radius:100px;
  margin-bottom:6px; letter-spacing:.4px;
}
.melody-root .wall-tag.necesito{background:rgba(201,162,39,.14); color:var(--gold-muted) !important;}
.melody-root .wall-tag.ofrezco{background:rgba(232,200,115,.3); color:#7a5f10 !important;}
.melody-root .wall-tag.agradezco{background:rgba(18,18,18,.08); color:var(--ink) !important;}
.melody-root .wall-post p{font-size:13px; line-height:1.5; margin:0 0 6px; color:var(--ink) !important;}
.melody-root .wall-meta{font-size:11px; color:#9a9686 !important;}

.melody-root .agenda-row{display:flex; gap:14px; padding:11px 0; border-bottom:1px solid var(--line); align-items:center;}
.melody-root .agenda-row:last-child{border-bottom:none;}
.melody-root .agenda-date{text-align:center; min-width:38px;}
.melody-root .agenda-date .d{font-family:'Playfair Display',serif; font-size:17px; font-weight:700; color:var(--gold) !important; line-height:1;}
.melody-root .agenda-date .m{font-size:9px; letter-spacing:1px; color:#9a9686 !important;}
.melody-root .agenda-info h5{font-size:13px; font-weight:700; margin:0 0 2px; color:var(--ink) !important;}
.melody-root .agenda-info span{font-size:11px; color:#9a9686 !important;}
.melody-root .agenda-time{margin-left:auto; font-size:12px; color:#6b6a5e !important; font-weight:600;}

/* ---------- FOUR CARDS (PROMO GRID) ---------- */
.melody-root .four-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
.melody-root .promo-card{position:relative; border-radius:16px; overflow:hidden; height:210px; color: #fff !important; display:flex; align-items:flex-end; transition:transform .3s cubic-bezier(.16,1,.3,1);}
.melody-root .promo-card:hover{transform:translateY(-6px);}
.melody-root .promo-card .bg{position:absolute; inset:0;}
.melody-root .promo-card .bg img{width:100%; height:100%; object-fit:cover; transition:transform .5s ease;}
.melody-root .promo-card:hover .bg img{transform:scale(1.06);}
.melody-root .promo-card .overlay{position:absolute; inset:0; background:linear-gradient(0deg, rgba(10,10,8,.75), transparent 60%);}
.melody-root .promo-content{position:relative; padding:18px; z-index:2;}
.melody-root .promo-content h4{font-family:'Playfair Display',serif; font-size:17px; margin-bottom:5px; color:#fff !important;}
.melody-root .promo-content p{font-size:11.5px; opacity:.85; margin-bottom:12px; line-height:1.4; color:#fff !important;}
.melody-root .btn-mini{background:var(--gold); color: var(--dark) !important; border:none; border-radius:100px; padding:7px 14px; font-size:11.5px; font-weight:600; transition:background .3s ease; cursor:pointer;}
.melody-root .btn-mini:hover{background:var(--gold-light);}

.melody-root .btn-solid{
  display:inline-block; background:var(--gold); color: var(--dark) !important; border:none; border-radius:100px;
  padding:11px 20px; font-size:13px; font-weight:600; cursor:pointer;
  transition:background .3s ease, transform .3s ease;
}
.melody-root .btn-solid:hover{background:var(--gold-light); transform:translateY(-2px);}

/* ---------- NEWSLETTER ---------- */
.melody-root .newsletter{
  display:flex; align-items:center; justify-content:space-between;
  background:var(--cream-2); border:1px solid var(--line); padding:36px 48px; margin:0 24px 24px; border-radius:20px;
}
.melody-root .newsletter .script{font-size:20px;}
.melody-root .newsletter-form{display:flex; gap:10px;}
.melody-root .newsletter-form input{
  border:1px solid var(--line); border-radius:100px; padding:11px 18px; font-size:13px; width:260px;
  background:#fff; color:var(--ink) !important;
}

/* ---------- SCROLL REVEAL ---------- */
.melody-root .reveal{opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease;}
.melody-root .wave{ display:block; width:100%; height:44px; }
.melody-root .reveal.show{opacity:1; transform:translateY(0);}
@media (prefers-reduced-motion: reduce){
  .melody-root .reveal{opacity:1; transform:none; transition:none;}
  .melody-root .news-card, .melody-root .promo-card, .melody-root .qi-card{transition:none;}
}

/* ---------- TABLET ---------- */
@media (max-width: 1100px){
  .melody-root .quick-icons{grid-template-columns:repeat(5,1fr);}
  .melody-root .news-grid{grid-template-columns:repeat(3,1fr);}
  .melody-root .four-grid{grid-template-columns:repeat(2,1fr);}
}

/* ---------- MOBILE ---------- */
@media (max-width: 780px){
  .melody-root .hero{min-height:230px; padding:26px 20px 32px;}
  .melody-root .hero h1{font-size:34px;}
  .melody-root .hero-tag{font-size:15px;}
  .melody-root .hero-copy{font-size:13.5px;}
  .melody-root .quick-icons{grid-template-columns:repeat(3,1fr); gap:10px; margin-top:18px; padding:0 20px 40px;}
  .melody-root .qi-card{padding:16px 8px 12px;}
  .melody-root .qi-icon{width:36px; height:36px; font-size:16px; margin-bottom:8px;}
  .melody-root .qi-card h4{font-size:11.5px;}
  .melody-root .qi-card p{display:none;}
  .melody-root .section{padding:6px 20px 40px;}
  .melody-root .news-grid{grid-template-columns:repeat(2,1fr); gap:12px;}
  .melody-root .grid3{grid-template-columns:1fr; gap:16px;}
  .melody-root .four-grid{grid-template-columns:1fr;}
  .melody-root .newsletter{flex-direction:column; gap:16px; text-align:center; padding:28px 24px; margin:0 16px 20px;}
  .melody-root .newsletter-form{width:100%;}
  .melody-root .newsletter-form input{flex:1; width:auto;}
}

/* ---------- MODAL / LIGHTBOX ---------- */
.melody-event-modal{
  display:none; position:fixed; inset:0; z-index:1000;
  background:rgba(8,12,6,.86); backdrop-filter:blur(3px);
  align-items:center; justify-content:center; padding:30px;
}
.melody-event-modal.open{display:flex;}
.melody-event-modal-inner{
  position:relative; max-width:min(90vw, 640px); max-height:90vh;
  animation:melodyModalIn .25s ease;
}
@keyframes melodyModalIn{ from{opacity:0; transform:scale(.96);} to{opacity:1; transform:scale(1);} }
.melody-event-modal-inner img{
  max-width:100%; max-height:90vh; border-radius:12px; display:block;
  box-shadow:0 30px 70px rgba(0,0,0,.5);
}
.melody-event-modal-close{
  position:absolute; top:-16px; right:-16px; width:38px; height:38px; border-radius:50%;
  background:#fff; color: #1a1408 !important; border:none; font-size:18px; font-weight:700; cursor:pointer;
  display:flex; align-items:center; justify-content:center; box-shadow:0 4px 14px rgba(0,0,0,.3);
}
.melody-event-modal-link{
  display:block; text-align:center; margin-top:14px; font-size:13px; font-weight:600;
  color: var(--gold-light, #E8C873) !important;
}
@media (prefers-reduced-motion: reduce){ .melody-event-modal-inner{animation:none;} }
@media (max-width:600px){
  .melody-event-modal-close{top:6px; right:6px;}
}

@media (max-width: 460px){
  .melody-root .quick-icons{grid-template-columns:repeat(2,1fr);}
  .melody-root .news-grid{grid-template-columns:1fr;}
}

/* =========================================================
   INSTITUCIONAL — Header, Hero, Quiénes somos, Instrumentos,
   Qué es Melody, Reseñas, Contacto, Footer
   ========================================================= */
@keyframes fadeUp{ from{ opacity:0; transform:translateY(26px); } to{ opacity:1; transform:translateY(0); } }
@keyframes floatY{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-18px); } }
@keyframes eqPulse{ 0%,100%{ transform:scaleY(.45); } 50%{ transform:scaleY(1); } }
@keyframes softPulse{ 0%,100%{ transform:scale(1); } 50%{ transform:scale(1.08); } }

.melody-root .topbar{ background:var(--dark); color: var(--gold-light) !important; text-align:center; font-size:.72rem; letter-spacing:2.5px; text-transform:uppercase; padding:9px 12px; border-bottom:1px solid var(--line-dark); }

.melody-root .site-header{ position:sticky; top:0; z-index:50; background:var(--dark); border-bottom:1px solid var(--line-dark); }
.melody-root .site-header-inner{ max-width:1180px; margin:0 auto; padding:12px 28px; display:flex; align-items:center; justify-content:space-between; gap:16px 20px; flex-wrap:wrap; }
.melody-root .site-logo{ height:clamp(46px,7vw,56px); width:auto; border-radius:12px; flex-shrink:0; }
.melody-root .site-nav{ display:flex; gap:16px 24px; flex-wrap:wrap; align-items:center; justify-content:center; flex-basis:100%; order:2; }
.melody-root .nav-link{ font-size:.8rem; letter-spacing:.5px; text-transform:uppercase; color:#EDE6D6 !important; transition:color .3s ease, transform .3s ease; display:inline-block; }
.melody-root .nav-link:hover{ color: var(--gold-light) !important; transform:translateY(-2px); }
.melody-root .site-header-actions{ display:flex; align-items:center; gap:14px; }
.melody-root .hamburger{ display:none; flex-direction:column; gap:4px; width:22px; cursor:pointer; background:none; border:none; }
.melody-root .hamburger span{ height:2px; background:#EDE6D6; border-radius:2px; transition:all .25s ease; }
.melody-root .mobile-nav-index{ display:none; flex-direction:column; gap:2px; background:var(--dark); border-bottom:1px solid var(--line-dark); padding:10px 24px 18px; position:sticky; top:0; z-index:49; }
.melody-root .mobile-nav-index.open{ display:flex; }
.melody-root .mobile-nav-index a{ padding:12px 0; font-size:15px; font-weight:500; color: #EDE6D6 !important; border-bottom:1px solid var(--line-dark); }
.melody-root .mobile-nav-index a:last-child{ border-bottom:none; }
.melody-root .mobile-nav-index a:hover{ color: var(--gold-light) !important; }
@media (max-width:780px){
  .melody-root .site-nav{ display:none; }
  .melody-root .hamburger{ display:flex; }
}

.melody-root .btn-header{ background:var(--gold); color: var(--dark) !important; font-weight:600; font-size:.8rem; padding:10px 22px; border-radius:999px; white-space:nowrap; transition:background .3s ease, transform .3s ease; display:inline-block; }
.melody-root .btn-header:hover{ background:var(--gold-light); transform:translateY(-2px); }
.melody-root .btn-hero-solid{ background:var(--gold); color: var(--dark) !important; font-weight:600; font-size:.92rem; padding:15px 32px; border-radius:999px; display:inline-block; transition:background .3s ease, transform .3s ease, box-shadow .3s ease; box-shadow:0 10px 24px rgba(201,162,39,.25); }
.melody-root .btn-hero-solid:hover{ background:var(--gold-light); transform:translateY(-3px); box-shadow:0 16px 32px rgba(201,162,39,.35); }
.melody-root .btn-hero-outline{ border:1px solid var(--gold); color: var(--gold-light) !important; font-weight:600; font-size:.88rem; padding:14px 28px; border-radius:999px; display:inline-block; transition:background .3s ease, transform .3s ease; }
.melody-root .btn-hero-outline:hover{ background:rgba(201,162,39,.12); transform:translateY(-3px); }
.melody-root .info-tag{ display:inline-flex; align-items:center; gap:6px; font-size:.78rem; border:1px solid rgba(201,162,39,.4); color: #EDE6D6 !important; padding:8px 18px; border-radius:999px; }
.melody-root .btn-call{ display:inline-flex; align-items:center; gap:8px; background:var(--gold); color: var(--dark) !important; font-weight:600; font-size:.85rem; padding:12px 24px; border-radius:999px; transition:background .3s ease, transform .3s ease; }
.melody-root .btn-call:hover{ background:var(--gold-light); transform:translateY(-2px); }
.melody-root .btn-email{ display:inline-flex; align-items:center; gap:8px; border:1px solid var(--gold); color: var(--gold-muted) !important; font-weight:600; font-size:.85rem; padding:12px 24px; border-radius:999px; transition:background .3s ease, transform .3s ease; }
.melody-root .btn-email:hover{ background:rgba(201,162,39,.1); transform:translateY(-2px); }
.melody-root .social-icon{ width:46px; height:46px; border-radius:50%; border:1px solid var(--gold); display:flex; align-items:center; justify-content:center; transition:background .3s ease, transform .3s ease; }
.melody-root .social-icon:hover{ background:rgba(201,162,39,.15); transform:translateY(-3px); }
.melody-root .social-icon svg{ width:20px; height:20px; }

.melody-root .hero-index{ position:relative; overflow:hidden; background:radial-gradient(ellipse at 30% 0%, rgba(201,162,39,.18), transparent 60%), var(--dark); color: #F5F1E8 !important; }
.melody-root .hero-index-inner{ position:relative; z-index:1; max-width:720px; margin:0 auto; padding:clamp(56px,14vw,90px) clamp(18px,5vw,28px) clamp(46px,10vw,70px); text-align:center; }
.melody-root .hero-index h1{ font-family:'Playfair Display',serif; font-weight:600; font-size:clamp(2.1rem,5vw,3.5rem); margin:0 0 18px; animation:fadeUp .8s ease both; color:#F5F1E8 !important; }
.melody-root .hero-index h1 em{ font-style:italic; color:var(--gold) !important; }
.melody-root .hero-index-copy{ font-size:1.05rem; color:#EDE6D6 !important; max-width:520px; margin:0 auto 32px; }
.melody-root .hero-cta-row{ display:flex; justify-content:center; gap:16px; flex-wrap:wrap; margin-bottom:26px; }
.melody-root .hero-tags-row{ display:flex; justify-content:center; gap:12px; flex-wrap:wrap; margin-bottom:30px; }
.melody-root .hero-carfi-row{ display:flex; align-items:center; justify-content:center; gap:14px; flex-wrap:wrap; margin-bottom:20px; }
.melody-root .hero-carfi-row p{ font-size:.85rem; color:#EDE6D6 !important; margin:0; }
.melody-root .hero-carfi-row strong{ color: var(--gold-light) !important; }
.melody-root .carfi-badge-icon{ background-color:var(--gold); -webkit-mask-image:url('https://datos.gizabariloche.com/wp-content/uploads/carfi-badge.webp'); mask-image:url('https://datos.gizabariloche.com/wp-content/uploads/carfi-badge.webp'); -webkit-mask-size:contain; mask-size:contain; -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat; -webkit-mask-position:center; mask-position:center; flex-shrink:0; }
.melody-root .blob{ position:absolute; border-radius:50%; pointer-events:none; }
.melody-root .blob-1{ top:-120px; left:-90px; width:360px; height:360px; background:radial-gradient(circle, rgba(201,162,39,.35), transparent 70%); filter:blur(6px); animation:floatY 10s ease-in-out infinite; }
.melody-root .blob-2{ bottom:-150px; right:-110px; width:440px; height:440px; background:radial-gradient(circle, rgba(232,200,115,.22), transparent 70%); filter:blur(8px); animation:floatY 12s ease-in-out infinite reverse; }
.melody-root .eq-bars{ display:flex; align-items:flex-end; justify-content:center; gap:5px; height:40px; }
.melody-root .eq-bar{ width:8px; display:inline-block; border-radius:4px; background:linear-gradient(to top,var(--gold),transparent); transform-origin:bottom; }

.melody-root .section-wrap{ max-width:1080px; margin:0 auto; padding:clamp(40px,9vw,60px) clamp(18px,5vw,28px) clamp(56px,14vw,100px); }
.melody-root .section-wrap-wide{ max-width:1120px; }
.melody-root .step-row{ display:flex; align-items:center; gap:14px; margin-bottom:24px; }
.melody-root .step-badge{ width:42px; height:42px; border-radius:50%; font-family:'Playfair Display',serif; font-size:1rem; display:flex; align-items:center; justify-content:center; flex-shrink:0; animation:softPulse 2.8s ease-in-out infinite; }
.melody-root .step-label{ font-size:.78rem; letter-spacing:2.5px; text-transform:uppercase; }
.melody-root .section-title{ font-family:'Playfair Display',serif; font-weight:600; font-size:clamp(1.7rem,3.5vw,2.3rem); margin:0 0 32px; color: var(--ink) !important; }
.melody-root .section-title-center{ text-align:center; }
/* Secciones de fondo oscuro necesitan el título en color claro, no oscuro */
.melody-root #instrumentos .section-title,
.melody-root #resenas .section-title{ color: #F5F1E8 !important; }
.melody-root .section-sub-center{ text-align:center; font-size:.88rem; color:#EDE6D6 !important; margin-bottom:48px; }

.melody-root .somos-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:48px; align-items:center; }
.melody-root .somos-text p{ font-size:1.05rem; color:#3a3a3a !important; margin:0; }
.melody-root .somos-photo-wrap{ position:relative; }
.melody-root .somos-photo-frame{ position:absolute; inset:18px -18px -18px 18px; border:2px solid var(--gold); border-radius:28px; z-index:0; transform:rotate(1.2deg); }
.melody-root .somos-photo-wrap .photo-box{ position:relative; z-index:1; aspect-ratio:4/5; border-radius:28px; box-shadow:0 24px 48px rgba(0,0,0,.16); }

.melody-root .photo-box{ position:relative; background:linear-gradient(135deg,#121212 0%,#2a2210 60%,#9C7D1E 100%); display:flex; align-items:center; justify-content:center; overflow:hidden; }
.melody-root .photo-box img{ width:100%; height:100%; object-fit:cover; position:absolute; inset:0; }
.melody-root .photo-box .ph-label{ position:relative; z-index:1; font-size:.72rem; letter-spacing:1px; color: var(--gold-light) !important; text-transform:uppercase; opacity:.85; }

.melody-root .family-block{ margin-bottom:40px; }
.melody-root .family-header{ display:flex; align-items:center; gap:10px; margin-bottom:18px; }
.melody-root .family-icon{ width:36px; height:36px; border-radius:10px; background:rgba(201,162,39,.14); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.melody-root .family-icon svg{ width:18px; height:18px; }
.melody-root .family-header h3{ font-size:.8rem; letter-spacing:2px; text-transform:uppercase; color:var(--gold-light) !important; margin:0; }
.melody-root .instr-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:16px; }
.melody-root .instr-card{ border:1px solid rgba(201,162,39,.28); border-radius:20px; padding:26px 18px; text-align:center; background:rgba(201,162,39,.045); transition:all .35s cubic-bezier(.16,1,.3,1); position:relative; cursor:pointer; }
.melody-root .instr-card:hover{ border-color:var(--gold); background:rgba(201,162,39,.11); transform:translateY(-6px); box-shadow:0 18px 34px rgba(0,0,0,.4); }
.melody-root .instr-card-link{ position:absolute; inset:0; border-radius:20px; }
.melody-root .instr-icon{ width:46px; height:46px; margin:0 auto 14px; border-radius:14px; background:rgba(201,162,39,.12); display:flex; align-items:center; justify-content:center; }
.melody-root .instr-icon svg{ width:24px; height:24px; }
.melody-root .instr-card h3{ font-family:'Playfair Display',serif; font-size:1rem; color:#F5F1E8 !important; font-weight:600; margin:0; }
.melody-root .instr-card small{ display:block; font-size:.68rem; color: var(--gold-light) !important; margin-top:6px; letter-spacing:.5px; }

.melody-root .melody-info-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:28px; margin-bottom:26px; }
.melody-root .melody-feature-card{ border:1px solid var(--gold-muted); border-radius:24px; padding:32px 26px; background:linear-gradient(135deg,rgba(201,162,39,.08),transparent); }
.melody-root .melody-feature-icon{ width:44px; height:44px; border-radius:14px; background:rgba(201,162,39,.14); display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.melody-root .melody-feature-card h3{ font-family:'Playfair Display',serif; font-size:1.3rem; margin:0; color:var(--ink) !important; }
.melody-root .melody-text-col p{ font-size:.98rem; color:#3a3a3a !important; margin:0 0 14px; }
.melody-root .melody-text-col p:last-child{ margin-bottom:0; }
.melody-root .melody-detail-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:20px; margin-bottom:40px; }
.melody-root .melody-detail-card{ background:var(--cream); border-radius:22px; padding:26px; display:flex; gap:16px; align-items:flex-start; }
.melody-root .melody-detail-icon{ width:40px; height:40px; border-radius:12px; background:rgba(201,162,39,.14); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.melody-root .melody-detail-card p{ font-size:.92rem; color:#3a3a3a !important; margin:0; }
.melody-root .melody-photos-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:20px; margin-bottom:44px; }
.melody-root .melody-photos-grid .photo-box{ border-radius:26px; box-shadow:0 16px 32px rgba(0,0,0,.14); aspect-ratio:4/5; }
.melody-root .melody-photos-grid .photo-box:nth-child(1){ transform:rotate(-1.4deg); }
.melody-root .melody-photos-grid .photo-box:nth-child(2){ margin-top:26px; transform:rotate(1deg); }
.melody-root .melody-photos-grid .photo-box:nth-child(3){ transform:rotate(-.8deg); }
.melody-root .carfi-banner{ display:flex; align-items:center; justify-content:center; gap:18px; border:1px solid var(--gold-muted); border-radius:22px; padding:24px 28px; max-width:600px; margin:0 auto 20px; box-shadow:0 14px 30px rgba(156,125,30,.14); }
.melody-root .carfi-banner h3{ font-family:'Playfair Display',serif; font-size:1.2rem; margin:0; color:var(--ink) !important; }
.melody-root .carfi-badge-icon-lg{ width:52px; height:52px; }
.melody-root .carfi-text{ max-width:900px; margin:0 auto; }
.melody-root .carfi-text p{ font-size:.94rem; color:#3a3a3a !important; text-align:center; margin:0; }

.melody-root .resenas-wrap{ max-width:800px; margin:0 auto; padding:clamp(40px,9vw,60px) clamp(18px,5vw,28px) clamp(56px,14vw,100px); text-align:center; }
.melody-root .resenas-title-row{ display:flex; align-items:center; justify-content:center; gap:10px; margin-bottom:32px; }
.melody-root .resenas-title-row h2{ margin:0; }
.melody-root .resenas-box{ border:1px solid rgba(201,162,39,.35); border-radius:26px; padding:36px 26px; background:rgba(201,162,39,.05); box-shadow:0 20px 40px rgba(0,0,0,.3); }

.melody-root .contact-address{ font-size:1rem; color:#3a3a3a !important; display:flex; align-items:center; gap:8px; margin:0 0 24px; }
.melody-root .contact-buttons{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:30px; }
.melody-root .contact-map{ border-radius:24px; overflow:hidden; box-shadow:0 20px 44px rgba(0,0,0,.18); }
.melody-root .contact-map iframe{ width:100%; height:380px; border:0; display:block; filter:grayscale(.1) contrast(1.05); }

.melody-root .footer-index{ background:var(--dark); color: #EDE6D6 !important; position:relative; }
.melody-root .footer-index-inner{ max-width:700px; margin:0 auto; padding:20px 28px 40px; text-align:center; }
.melody-root .footer-title{ font-family:'Playfair Display',serif; font-size:1.2rem; color:var(--gold-light) !important; margin-bottom:20px; }
.melody-root .footer-social{ display:flex; justify-content:center; gap:18px; margin-bottom:34px; }
.melody-root .footer-contact-line{ font-size:.92rem; margin-bottom:6px; color:#EDE6D6 !important; }
.melody-root .footer-contact-line strong{ color: var(--gold-light) !important; }
.melody-root .footer-copy{ font-size:.7rem; color: #6b6b6b !important; margin-top:20px; }

@media (max-width:780px){
  .melody-root .section-wrap{ padding-left:20px; padding-right:20px; }
}
