:root {
  color-scheme: dark;
  --ink: #f7f3ed;
  --muted: #d9d0c6;
  --accent: #25d366;
  --accent-hover: #33e576;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body { min-height: 100%; margin: 0; }

#estudio { scroll-margin-top: 8rem; }

.skip-link {
  z-index: 100;
  position: fixed;
  top: .75rem;
  left: .75rem;
  padding: .75rem 1rem;
  transform: translateY(-180%);
  border-radius: .5rem;
  background: #fff;
  color: #08090e;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); outline: 3px solid #f0a36c; }

body {
  background: #0a090a;
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
}

.site-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.2rem 1.5rem;
  background: rgba(5, 6, 9, .78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.site-header__inner {
  display: grid;
  width: min(100%, 1160px);
  margin: 0 auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.site-header__logo {
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -.04em;
  text-decoration: none;
}

.site-header__logo span { color: #f0a36c; }

.site-header__nav {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2vw, 2rem);
}

.site-header__nav a {
  color: rgba(255, 255, 255, .82);
  font-size: .95rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;
}

.site-header__nav a:hover { color: #f0a36c; }

.site-header__menu-toggle,
.site-header__menu-close { display: none; }

.site-header__cta {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  justify-self: end;
  padding: .7rem 1.05rem;
  border-radius: 999px;
  background: #25d366;
  color: #062610;
  font-size: .94rem;
  font-weight: 800;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.site-header__cta svg { width: 1.1rem; height: 1.1rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

.site-header__cta:hover { background: #33e576; transform: translateY(-2px); }

.hero {
  isolation: isolate;
  min-height: max(680px, 100svh);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #08090e url("assets/clases-canto-mujer-cantando.webp") center center / cover no-repeat;
}

.hero__overlay {
  z-index: -1;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 5, 10, .96) 0%, rgba(4, 5, 10, .9) 31%, rgba(4, 5, 10, .55) 52%, rgba(4, 5, 10, .13) 78%),
    linear-gradient(0deg, rgba(1, 2, 5, .49), transparent 42%);
}

.hero__content {
  width: min(100% - 3rem, 760px);
  margin-left: clamp(1.5rem, 8vw, 9rem);
  padding: 4rem 0;
}

.hero__image { display: none; }

.hero__pill {
  display: inline-flex;
  align-items: center;
  gap: clamp(.6rem, 1.45vw, 1.35rem);
  max-width: 100%;
  margin: 0 0 1.25rem;
  padding: .68rem clamp(.8rem, 1.45vw, 1.45rem);
  border: 1px solid rgba(240, 163, 108, .72);
  border-radius: 999px;
  color: #f0a36c;
  font-size: clamp(.62rem, .85vw, .86rem);
  font-weight: 700;
  letter-spacing: clamp(.12em, .27vw, .24em);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero__pill i {
  display: block;
  width: 1px;
  height: .82rem;
  background: #f0a36c;
}

h1,
.hero h2 {
  max-width: 720px;
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2.75rem, 4.8vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.02;
  text-wrap: balance;
}

h1 span,
.hero h2 span { color: #f0a36c; }

.hero__lead {
  max-width: 550px;
  margin: 1.8rem 0 2rem;
  color: var(--muted);
  font-size: clamp(1.15rem, 1.55vw, 1.4rem);
  line-height: 1.55;
}

.hero__benefit {
  display: flex;
  max-width: 700px;
  align-items: center;
  gap: .7rem;
  margin: -.55rem 0 2rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(240, 163, 108, .48);
  border-radius: 1.1rem;
  background: rgba(8, 8, 10, .46);
  color: #fff;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  font-weight: 700;
  line-height: 1.35;
}

.hero__benefit svg { width: 1.7rem; height: 1.7rem; flex: 0 0 auto; }

.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  padding: 1.1rem 1.5rem;
  border-radius: 999px;
  background: var(--accent);
  color: #062610;
  box-shadow: 0 12px 34px rgba(37, 211, 102, .22);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.hero__cta svg { width: 1.38rem; height: 1.38rem; flex: 0 0 auto; }
.hero__cta:hover { background: var(--accent-hover); transform: translateY(-2px); }
.hero__cta:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.hero__recognition {
  display: flex;
  gap: .7rem;
  max-width: 615px;
  margin: clamp(3.1rem, 6vw, 5.5rem) 0 0;
  color: #d5cdc4;
  font-size: .94rem;
  line-height: 1.55;
}

.hero__recognition-mark { color: #e8a371; font-size: 1.2rem; line-height: 1.25; }

.learning {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 9rem) 1.5rem clamp(3rem, 5vw, 4.5rem);
  background:
    linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .58)),
    url("assets/fondo-musical-clases-canto-oscuro.webp") center / cover,
    #030303;
}

.learning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(46vw, 680px);
  height: 1px;
  background: linear-gradient(90deg, transparent, #ef8f52 45%, transparent);
}

.learning__inner { width: min(100%, 1160px); margin: 0 auto; }

.learning__heading {
  max-width: none;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.learning__seo-title {
  margin: 0 auto 1rem;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.section-label {
  margin: 0 0 .75rem;
  color: #f0a36c;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.learning h2 {
  margin: 0;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1;
}

.learning__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.learning__showcase {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.learning__photo {
  position: relative;
  width: min(100%, 490px);
  margin: 0 auto;
}

.learning__photo::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1.5rem -1.5rem -1.5rem 1.5rem;
  border: 2px solid #e98147;
}

.learning__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: 0 24px 46px rgba(0, 0, 0, .36);
}

.learning__features {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(240, 163, 108, .42);
  list-style: none;
}

.learning__features li {
  position: relative;
  padding: 1.25rem 1rem 1.25rem 2rem;
  border-bottom: 1px solid rgba(240, 163, 108, .32);
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.45vw, 1.4rem);
  font-weight: 700;
  line-height: 1.27;
}

.learning__features li::before {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: .35rem;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #f0a36c;
  box-shadow: 0 0 0 5px rgba(240, 163, 108, .12);
}

.learning__phases {
  display: grid;
  margin-top: clamp(4rem, 8vw, 7.5rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.learning-phase {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  padding: clamp(1.6rem, 2.2vw, 2.8rem);
  border: 1px solid rgba(240, 163, 108, .25);
  border-radius: 1.35rem;
  background: transparent;
  color: #fff;
  transition: border-color .2s ease, transform .2s ease;
}

.learning-phase:hover {
  border-color: rgba(240, 163, 108, .68);
  transform: translateY(-5px);
}

.learning-phase__number {
  color: rgba(240, 163, 108, .38);
  font-family: Georgia, serif;
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
}

.learning-phase h3 {
  margin: clamp(1.7rem, 3vw, 2.8rem) 0 1.4rem;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.65vw, 1.75rem);
  font-weight: 800;
  line-height: 1.35;
}

.learning-phase p {
  margin: 0;
  color: #c9c0b5;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.6;
}

.learning-phase strong { color: #fff; }
.learning-phase__headphones { color: #f0a36c; font-size: 1.4em; }

.learning-phase__arrow {
  margin-top: auto;
  align-self: flex-end;
  color: rgba(240, 163, 108, .48);
  font-size: 2.2rem;
  line-height: 1;
}

.learning-card {
  position: relative;
  display: grid;
  min-height: 155px;
  grid-template-columns: 4.4rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: .35rem;
  background: linear-gradient(135deg, #f0f0ef 0%, #b8b8b7 100%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .28);
  overflow: hidden;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.learning-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, #e96f30, #ffb071 60%, transparent);
  transform: scaleX(.22);
  transform-origin: left;
  transition: transform .3s ease;
}

.learning-card:hover {
  border-color: #f09a65;
  background: linear-gradient(135deg, #fff 0%, #d2d2d1 100%);
  transform: translateY(-5px);
}
.learning-card:hover::after { transform: scaleX(1); }

.learning-card__icon {
  display: grid;
  width: 4.4rem;
  height: 4.4rem;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
  color: #161616;
}

.learning-card__icon svg { width: 2rem; height: 2rem; }

.learning-card p {
  margin: 0;
  color: #242424;
  font-size: clamp(1.2rem, 1.65vw, 1.5rem);
  line-height: 1.35;
}

.learning-card strong { color: #050505; font-weight: 700; }

.studio-hero {
  isolation: isolate;
  position: relative;
  display: flex;
  min-height: 720px;
  align-items: flex-start;
  overflow: hidden;
  padding: clamp(3rem, 4vw, 4rem) 1.5rem 5rem;
  background: #08090b url("assets/home-estudio-grabacion-musical.webp") center / cover no-repeat;
}

.studio-hero__overlay {
  z-index: -1;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 4, 7, .96) 0%, rgba(3, 4, 7, .9) 34%, rgba(3, 4, 7, .52) 59%, rgba(3, 4, 7, .1) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .42), transparent 45%);
}

.studio-hero__content {
  width: min(100%, 680px);
  margin-left: clamp(0rem, 6.7vw, 8rem);
}

.studio-hero__image { display: none; }

.studio-hero h2 {
  margin: 0;
  color: #fbf9f6;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2.65rem, 5vw, 5rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.02;
  text-wrap: balance;
}

.studio-hero h2 span { color: #f0a36c; }

.studio-hero__intro {
  margin: 1.65rem 0 .8rem;
  color: #fff;
  font-size: clamp(1.15rem, 1.65vw, 1.4rem);
  font-weight: 700;
  line-height: 1.4;
}

.studio-hero__copy {
  max-width: 610px;
  margin: .7rem 0 0;
  color: #dcd5cd;
  font-size: clamp(1rem, 1.28vw, 1.18rem);
  line-height: 1.55;
}

.studio-hero__cta { margin-top: 2.15rem; }

.teacher {
  overflow: hidden;
  padding: clamp(5rem, 9vw, 8.5rem) 1.5rem 0;
  background:
    linear-gradient(rgba(255, 250, 240, .88), rgba(255, 249, 238, .91)),
    url("assets/fondo-musical-clases-canto-claro.webp") center / cover,
    #fdf5e8;
  color: #22201e;
  padding-bottom: 70px;
}

.teacher__inner {
  display: none;
  width: min(100%, 1200px);
  margin: 0 auto;
  grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
}

.teacher__portrait {
  position: relative;
  z-index: 0;
  width: min(100%, 450px);
  margin: 1.5rem auto;
  transform: rotate(-3.5deg);
}

.teacher__portrait::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 1.35rem -1.35rem -1.35rem 1.35rem;
  border: 3px solid #e77434;
}

.teacher__portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 44% center;
  box-shadow: 0 20px 45px rgba(47, 29, 16, .25);
}

.teacher__content { max-width: 660px; }

.teacher .section-label {
  color: #a84e26;
  margin-bottom: .9rem;
}

.teacher h2 {
  margin: 0 0 1.6rem;
  color: #1d1b1a;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2.9rem, 5vw, 5.15rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .95;
}

.teacher h2 span { color: #d8642d; }

.teacher__experience {
  margin: -1rem 0 1.6rem !important;
  color: #a84e26 !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.05rem !important;
  font-weight: 800;
  letter-spacing: .02em;
}

.teacher__content p {
  margin: 0 0 1.2rem;
  color: #403c38;
  font-size: 1.02rem;
  line-height: 1.62;
}

.teacher__content p:last-of-type { margin-bottom: 0; }
.teacher__content strong { color: #1c1917; font-weight: 700; }

.teacher__credentials {
  display: grid;
  width: 100%;
  margin: 2rem auto 0;
  padding: 0 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
}

.teacher .teacher__credentials-title {
  margin: 0;
  color: #f0a36c;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1;
  text-align: center;
}

.teacher__credentials li {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: 1.15rem;
  border: 1px solid rgba(111, 73, 47, .2);
  border-radius: .65rem;
  background: transparent;
  box-shadow: none;
  color: #292421;
  font-size: clamp(1.15rem, 1.42vw, 1.45rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.teacher__credentials li:hover {
  box-shadow: 0 12px 24px rgba(95, 61, 36, .12);
  transform: translateY(-4px);
}

.teacher__credentials img {
  width: 5.9rem;
  height: 5.9rem;
  border: 3px solid #d8642d;
  border-radius: 50%;
  object-fit: cover;
}

.teacher__credentials h4 {
  margin: 0;
  color: inherit;
  font: inherit;
}

@media (min-width: 761px) {
  .teacher { padding-top: clamp(2rem, 3vw, 3.5rem); }
}

.site-footer {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 4vw, 3.75rem) 1.5rem clamp(4rem, 6vw, 6rem);
  background: #080807 url("assets/estudio-grabacion-vocal-profesional.webp") center / cover no-repeat;
}

.students {
  padding: clamp(5rem, 9vw, 8rem) 1.5rem;
  background:
    radial-gradient(circle at 8% 12%, rgba(240, 163, 108, .2), transparent 28rem),
    radial-gradient(circle at 94% 92%, rgba(142, 63, 33, .18), transparent 27rem),
    #17110e;
  color: #fff;
}

.students__inner { width: min(100%, 1160px); margin: 0 auto; }

.students__heading {
  display: grid;
  max-width: 830px;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  gap: 1.2rem;
}

.students h2 {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2.65rem, 5vw, 5rem);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1;
}

.students h2 span { color: #f0a36c; }

.students__heading p {
  max-width: 630px;
  margin: 0;
  color: #cfc8c0;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.55;
}

.students__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.student-card {
  min-height: 315px;
  padding: 1.55rem;
  border: 1px solid rgba(240, 163, 108, .27);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015));
}

.student-card__icon { display: block; margin-bottom: 2.4rem; font-size: 1.85rem; }

.student-card h3 {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
}

.student-card__wave {
  display: flex;
  height: 28px;
  align-items: center;
  gap: 3px;
  margin: 1.15rem 0 .7rem;
}

.student-card__wave i {
  display: block;
  width: 3px;
  border-radius: 99px;
  background: #f0a36c;
  opacity: .55;
}

.student-card__wave i:nth-child(1), .student-card__wave i:nth-child(9) { height: 8px; }
.student-card__wave i:nth-child(2), .student-card__wave i:nth-child(8) { height: 15px; }
.student-card__wave i:nth-child(3), .student-card__wave i:nth-child(7) { height: 23px; }
.student-card__wave i:nth-child(4), .student-card__wave i:nth-child(6) { height: 12px; }
.student-card__wave i:nth-child(5) { height: 27px; }

.student-card p { margin: 0; color: #aaa39b; font-size: .85rem; }
.student-card__track {
  margin: 0;
  color: #f0a36c !important;
  font: inherit;
  font-size: .85rem;
  font-weight: 700;
}

.student-player {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-top: .8rem;
}

.student-player audio { display: none; }

.student-player__toggle {
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  flex: 0 0 auto;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f0a36c;
  color: #20120d;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(240, 163, 108, .22);
  transition: transform .2s ease, background .2s ease;
}

.student-player__toggle:hover { background: #ffc296; transform: scale(1.06); }
.student-player__toggle svg { width: 1.35rem; height: 1.35rem; }
.student-player__pause { display: none; }
.student-player__toggle[aria-pressed="true"] .student-player__play { display: none; }
.student-player__toggle[aria-pressed="true"] .student-player__pause { display: block; }

.student-player__timeline { min-width: 0; flex: 1; }

.student-player input[type="range"] {
  width: 100%;
  height: 4px;
  margin: 0;
  appearance: none;
  border-radius: 99px;
  outline: none;
  background: rgba(255, 255, 255, .24);
  cursor: pointer;
}

.student-player input[type="range"]::-webkit-slider-thumb {
  width: .75rem;
  height: .75rem;
  appearance: none;
  border-radius: 50%;
  background: #f0a36c;
}

.student-player input[type="range"]::-moz-range-thumb {
  width: .75rem;
  height: .75rem;
  border: 0;
  border-radius: 50%;
  background: #f0a36c;
}

.student-player__time {
  display: flex;
  justify-content: space-between;
  margin-top: .4rem;
  color: #aaa39b;
  font-size: .7rem;
  font-variant-numeric: tabular-nums;
}

.students__notice {
  margin: 2rem 0 0;
  color: #f0a36c;
  font-size: .9rem;
  font-style: italic;
}

.site-footer__overlay {
  z-index: -1;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 3, 3, .93) 0%, rgba(2, 3, 3, .84) 43%, rgba(2, 3, 3, .45) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 48%);
}

.site-footer__inner {
  display: grid;
  width: min(100%, 1160px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 3rem;
}

.site-footer__intro { max-width: 670px; }
.site-footer .section-label { color: #f0a36c; }

.site-footer h2 {
  margin: 0;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2.8rem, 5vw, 5.1rem);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .98;
}

.site-footer__intro > p:not(.section-label) {
  max-width: 570px;
  margin: 1.4rem 0 0;
  color: #d9d4cd;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.55;
}

.site-footer__contact {
  display: grid;
  min-width: 250px;
  padding: 1.5rem 0 1.2rem 1.75rem;
  border-left: 2px solid #e98147;
  color: #d6d0c8;
  font-size: 1.28rem;
  font-style: normal;
  line-height: 1.5;
}

.site-footer__contact a {
  margin-bottom: .65rem;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.72rem;
  font-weight: 800;
  text-decoration: none;
}

.site-footer__contact .site-footer__cta {
  width: 100%;
  margin: .45rem 0 .75rem;
  padding: .95rem 1rem;
  color: #062610;
  justify-content: center;
  font-size: .92rem;
}

.site-footer__contact p { margin: .1rem 0; }

@media (max-width: 760px) {
  body.menu-open { overflow: hidden; }
  .site-header { padding: .9rem 1rem; background: rgba(5, 6, 9, .94); backdrop-filter: none; }
  .site-header__inner { grid-template-columns: minmax(0, 1fr) auto auto; gap: .75rem; }
  .site-header__logo { font-size: clamp(1.35rem, 6vw, 1.8rem); white-space: nowrap; }
  .site-header__cta { padding: .67rem .72rem; font-size: .8rem; white-space: nowrap; }
  .site-header__cta svg { width: 1.35rem; height: 1.35rem; }
  .site-header__menu-toggle {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    padding: .62rem;
    place-content: center;
    gap: .29rem;
    border: 1px solid rgba(240, 163, 108, .5);
    border-radius: .65rem;
    background: transparent;
    color: #fff;
    cursor: pointer;
  }
  .site-header__menu-toggle span { display: block; width: 1.25rem; height: 2px; border-radius: 99px; background: #f0a36c; }
  .site-header__nav {
    z-index: 20;
    position: fixed;
    inset: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(7, 7, 11, .985);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-1rem);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }
  .site-header__nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-header__nav a { color: #fff; font-family: "Inter", Arial, sans-serif; font-size: clamp(2rem, 9vw, 3.15rem); font-weight: 800; letter-spacing: -.05em; }
  .site-header__menu-close {
    display: grid;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3.1rem;
    height: 3.1rem;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(240, 163, 108, .5);
    border-radius: 50%;
    background: transparent;
    color: #f0a36c;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
  }
  .hero {
    min-height: 0;
    display: block;
    background: #050609;
  }

  .hero__overlay { display: none; }

  .hero__content { width: min(100% - 2.5rem, 620px); margin: 0 auto; padding: 8.5rem 0 2.75rem; }
  .hero__pill { width: 100%; justify-content: center; gap: .65rem; padding: .68rem .6rem; font-size: clamp(.56rem, 2.35vw, .72rem); letter-spacing: .13em; }
  h1 { font-size: clamp(2.45rem, 10.5vw, 3.6rem); }
  .hero__lead { margin: 1.35rem 0 1.6rem; }
  .hero__benefit { margin: -.35rem 0 1.6rem; padding: .95rem 1rem; font-size: 1rem; }
  .hero__cta { width: 100%; justify-content: center; padding: 1.1rem 1rem; text-align: center; }
  .hero__recognition { margin-top: 2.4rem; font-size: .88rem; }
  .hero__image {
    display: block;
    min-height: 390px;
    background:
      linear-gradient(0deg, rgba(3, 4, 8, .1), rgba(3, 4, 8, .44)),
      url("assets/clases-canto-mujer-cantando.webp") 67% center / cover no-repeat;
  }
  .learning { padding: 4.5rem 1.25rem; }
  .learning__grid { grid-template-columns: 1fr; gap: .65rem; }
  .learning__showcase { grid-template-columns: 1fr; gap: 3.2rem; }
  .learning__photo { width: min(88%, 440px); }
  .learning__features { grid-template-columns: 1fr; }
  .learning__features li { padding: 1rem 1rem 1rem 1.8rem; font-size: 1.12rem; }
  .learning__features li::before { top: 1.47rem; }
  .learning__phases { grid-template-columns: 1fr; margin-top: 4rem; gap: .85rem; }
  .learning-phase { min-height: 260px; padding: 1.6rem; }
  .learning-phase h3 { margin: 1.4rem 0 .8rem; }
  .learning-card { min-height: 135px; grid-template-columns: 3.4rem minmax(0, 1fr); gap: .85rem; padding: 1.1rem; }
  .learning-card__icon { width: 3.4rem; height: 3.4rem; }
  .learning-card__icon svg { width: 1.7rem; height: 1.7rem; }
  .learning-card p { font-size: 1.12rem; }
  .studio-hero { display: block; min-height: 0; padding: 0; background: #050609; }
  .studio-hero__overlay { display: none; }
  .studio-hero__content { width: min(100% - 2.5rem, 620px); margin: 0 auto; padding: 2.5rem 0 2.75rem; }
  .studio-hero h2 { font-size: clamp(2.35rem, 10vw, 3.55rem); }
  .studio-hero__intro { margin-top: 1.3rem; }
  .studio-hero__cta { width: 100%; justify-content: center; }
  .studio-hero__image {
    display: block;
    min-height: 390px;
    background:
      linear-gradient(0deg, rgba(3, 4, 7, .12), rgba(3, 4, 7, .42)),
      url("assets/home-estudio-grabacion-musical.webp") 69% center / cover no-repeat;
  }
  .teacher { padding: 4.5rem 1.25rem; }
  .teacher__inner { grid-template-columns: 1fr; gap: 3rem; }
  .teacher__portrait { width: min(85%, 410px); margin: 1rem auto; }
  .teacher__content { max-width: none; }
  .teacher h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .teacher__content p { font-size: 1rem; }
  .teacher__credentials { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; }
  .teacher__credentials li { min-height: 170px; font-size: 1.15rem; }
  .teacher__credentials img { width: 4.7rem; height: 4.7rem; }
  .students { padding: 4.5rem 1.25rem; }
  .students__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
  .student-card { min-height: 275px; padding: 1.15rem; }
  .student-card__icon { margin-bottom: 1.7rem; }
  .student-card h3 { font-size: 1.1rem; }
  .site-footer { padding: 3rem 1.25rem 4rem; background-position: 65% center; }
  .site-footer__overlay {
    background:
      linear-gradient(0deg, rgba(2, 3, 3, .94) 4%, rgba(2, 3, 3, .84) 58%, rgba(2, 3, 3, .34) 100%),
      linear-gradient(90deg, rgba(2, 3, 3, .58), rgba(2, 3, 3, .2));
  }
  .site-footer__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .site-footer h2 { font-size: clamp(2.65rem, 11vw, 3.85rem); }
  .site-footer__cta { width: 100%; justify-content: center; }
  .site-footer__contact { min-width: 0; padding: 1.25rem 0 0 1.25rem; }
}

@media (max-width: 420px) {
  .site-header__logo { font-size: 1.18rem; }
  .site-header__cta span { display: none; }
}
