:root {
  --ink: #f6f2ea;
  --muted: #b9b2a7;
  --soft: #dfd3c0;
  --bg: #070807;
  --bg-deep: #030403;
  --surface: #121410;
  --surface-2: #1a1d17;
  --line: rgba(246, 242, 234, .13);
  --accent: #e15b2d;
  --accent-2: #f0b56b;
  --green: #66735b;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.site-header,
.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 8, 7, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand,
.logo {
  flex: 0 0 auto;
}

.brand img,
.logo img,
.footer img {
  width: 188px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .035);
  border-radius: 999px;
}

.menu a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
}

.menu a:hover,
.menu a.active {
  background: rgba(225, 91, 45, .16);
  color: #fff;
}

.header-cta,
.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(225, 91, 45, .45);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  background: rgba(225, 91, 45, .12);
  white-space: nowrap;
}

.mobile-toggle {
  display: none;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, .05);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: #fffaf2;
  letter-spacing: 0;
  line-height: 1.04;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 900;
}

h2 {
  font-size: clamp(30px, 4.2vw, 54px);
  font-weight: 900;
}

h3 {
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 900;
}

p {
  margin: 0;
}

.lead {
  max-width: 650px;
  margin-top: 20px;
  color: var(--soft);
  font-size: clamp(17px, 2vw, 21px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 900;
}

.btn.primary {
  border-color: transparent;
  background: var(--accent);
  color: #fff;
}

.btn.primary:hover {
  background: #f06b3b;
}

.btn.secondary {
  background: rgba(255, 255, 255, .055);
  color: #fff;
}

.hero-clean,
.simple-hero {
  position: relative;
  overflow: hidden;
}

.simple-hero {
  background:
    linear-gradient(90deg, rgba(3, 4, 3, .96) 0%, rgba(3, 4, 3, .82) 44%, rgba(3, 4, 3, .2) 100%),
    url("assets/hero-estudio.jpg") center / cover;
}

.hero-clean {
  min-height: calc(100vh - 78px);
  padding: 86px 0 34px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 4, 3, .96) 0%, rgba(3, 4, 3, .82) 54%, rgba(3, 4, 3, .48) 100%),
    url("assets/hero-estudio.jpg") center / cover;
}

.hero-clean h1 {
  max-width: 640px;
  font-size: clamp(42px, 5vw, 68px);
}

.simple-hero {
  padding: 118px 0 96px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(380px, .9fr);
  gap: 46px;
  align-items: center;
}

.hero-single {
  grid-template-columns: minmax(0, 720px);
}

.hero-text {
  padding-bottom: 0;
}

.hero-photo {
  align-self: stretch;
  min-height: 500px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .34);
}

.hero-photo img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-stats,
.course-bar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 52px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.hero-stats > div,
.course-bar-grid > div,
.course-bar-grid > a {
  background: rgba(18, 20, 16, .92);
  padding: 22px;
}

.hero-stats strong,
.fact strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.hero-stats span,
.fact span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.course-overview,
.course-section {
  background: #0a0c09;
}

.course-image-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 8, 7, .96) 0%, rgba(7, 8, 7, .82) 48%, rgba(7, 8, 7, .56) 100%),
    linear-gradient(180deg, rgba(10, 12, 9, .24), rgba(10, 12, 9, .94)),
    url("assets/diploma-curso.jpg") 78% 45% / cover;
}

.course-image-section .container {
  position: relative;
  z-index: 1;
}

.course-image-section .course-bar-grid > div,
.course-image-section .course-bar-grid > a {
  background: rgba(18, 20, 16, .74);
  backdrop-filter: blur(8px);
}

.course-bar-grid {
  grid-template-columns: 1.25fr repeat(3, 1fr) auto;
  margin-top: 0;
}

.course-bar h2 {
  font-size: clamp(24px, 2.4vw, 34px);
}

.course-bar-grid h2 {
  font-size: clamp(24px, 2vw, 30px);
  overflow-wrap: normal;
  word-break: normal;
}

.text-link {
  display: flex;
  align-items: center;
  color: var(--accent-2);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.section {
  padding: 92px 0;
  background: var(--bg);
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.section.alt {
  background: #0b0d0a;
}

.section-title {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-title p,
.section-copy,
.team-copy,
.studio-copy p:not(.eyebrow):not(.highlight-line),
.course-panel p,
.card p,
.step p,
.value p,
.studio-panel p,
.faq p {
  color: var(--muted);
  font-size: 17px;
}

.cards,
.service-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card,
.service-simple,
.service-feature,
.step,
.value,
.studio-panel,
.highlight-box,
.faq details,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
}

.card,
.service-simple,
.step,
.value,
.studio-panel,
.contact-panel {
  padding: 26px;
}

.location-card {
  border-color: rgba(225, 91, 45, .28);
  background:
    linear-gradient(180deg, rgba(225, 91, 45, .12), rgba(255, 255, 255, .025));
}

.location-card .location-extra {
  margin-top: 14px;
  color: #fff;
  font-weight: 800;
}

.contact-card-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  object-fit: cover;
}

.location-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.location-photos img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  object-fit: cover;
}

.service-simple {
  overflow: hidden;
  padding: 0;
}

.service-simple img,
.service-feature img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-simple > div {
  padding: 26px;
}

.card .btn,
.service-simple .btn {
  margin-top: 22px;
}

.course-card {
  overflow: hidden;
  padding: 0;
}

.course-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.course-card > div {
  padding: 26px;
}

.num,
.service-number {
  display: block;
  margin-bottom: 22px;
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.card h3,
.service-layout h3 {
  margin-bottom: 12px;
}

.service-feature {
  grid-column: span 1;
  overflow: hidden;
  padding: 0;
}

.service-feature div {
  padding: 26px;
}

.service-layout strong,
.price {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.studio-section {
  background: #0a0c09;
}

.studio-grid,
.course-panel,
.diploma-grid,
.team-grid,
.page-grid,
.split,
.team {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 44px;
  align-items: start;
}

.studio-photos,
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  min-width: 0;
}

.split > *,
.studio-panel {
  min-width: 0;
}

.studio-photos img,
.gallery img {
  min-height: 250px;
  border-radius: 8px;
  object-fit: cover;
}

.studio-photos img:first-child,
.gallery img:first-child {
  grid-column: 1 / -1;
  max-height: 440px;
}

.highlight-line,
.highlight-box {
  margin: 24px 0 30px;
  border-color: rgba(225, 91, 45, .35);
  background: rgba(225, 91, 45, .1);
  color: #fff;
  font-weight: 900;
}

.highlight-line {
  padding: 16px 18px;
  border-left: 3px solid var(--accent);
}

.home-acoustic {
  font-weight: 800;
  max-width: 430px;
}

.home-acoustic-profile {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
  align-items: center;
}

.home-acoustic-profile img {
  width: 62px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  object-fit: cover;
}

.home-acoustic-gallery {
  display: grid;
  grid-template-columns: repeat(3, 62px);
  gap: 7px;
  margin-top: 12px;
}

.home-acoustic-gallery img {
  width: 62px;
  height: 62px;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  object-fit: cover;
}

.highlight-box {
  padding: 20px;
}

.highlight-box strong {
  display: block;
  margin-bottom: 10px;
}

.highlight-box p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  font-weight: 600;
}

.highlight-box p + p {
  margin-top: 10px;
}

.acoustic-box {
  font-weight: 600;
}

.acoustic-profile {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.acoustic-profile img {
  width: 74px;
  height: 84px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  object-fit: cover;
}

.acoustic-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.acoustic-gallery figure {
  margin: 0;
}

.acoustic-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  object-fit: cover;
}

.acoustic-gallery figcaption {
  margin-top: 6px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
}

.artist-references {
  margin: 24px 0 30px;
  max-width: 100%;
  overflow: hidden;
}

.artist-references > div:first-child strong {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.artist-references > div:first-child p {
  margin: 8px 0 14px;
  color: var(--muted);
  font-size: 14px;
}

.artist-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 100%;
}

.artist-strip figure {
  margin: 0;
  min-width: 0;
}

.artist-strip img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  object-fit: cover;
}

.artist-strip figcaption {
  margin-top: 7px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 800;
}

.diploma-section {
  background: #0b0d0a;
}

.diploma-grid {
  align-items: center;
}

.diploma-grid img {
  border: 1px solid var(--line);
  border-radius: 8px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.course-panel {
  border: 1px solid rgba(225, 91, 45, .28);
  border-radius: 8px;
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(225, 91, 45, .18), rgba(102, 115, 91, .2)),
    var(--surface);
}

.process-list,
.steps,
.values,
.faq {
  display: grid;
  gap: 14px;
}

.process-list div,
.steps .step {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, .2);
}

.process-list strong,
.step strong,
.value strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-weight: 900;
}

.team-section {
  background:
    linear-gradient(180deg, #0a0c09 0%, #10120f 100%);
  color: var(--ink);
}

.faculty-title {
  max-width: 620px;
  margin: 0 auto 56px;
  text-align: center;
}

.faculty-title h2 {
  color: #fffaf2;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
}

.faculty-title p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
}

.faculty-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.about-team-grid {
  max-width: 760px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faculty-card {
  text-align: center;
}

.faculty-card img {
  aspect-ratio: 1;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
}

.faculty-card h3 {
  margin-top: 18px;
  color: #fffaf2;
  font-size: 15px;
  line-height: 1.2;
}

.faculty-card p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.faq details {
  padding: 20px 22px;
}

.faq summary {
  cursor: pointer;
  color: #fff;
  font-weight: 900;
}

.faq p {
  margin-top: 12px;
}

.final-cta,
.cta {
  padding: 76px 0;
  background:
    linear-gradient(90deg, rgba(3, 4, 3, .94), rgba(3, 4, 3, .68)),
    url("assets/gravacao-vocal.jpg") center / cover;
}

.final-cta-box,
.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 0;
  border-top: 1px solid rgba(240, 181, 107, .45);
  border-bottom: 1px solid rgba(240, 181, 107, .45);
}

.final-cta p,
.cta p {
  margin-top: 12px;
  color: var(--soft);
  font-size: 18px;
}

.footer {
  padding: 46px 0 30px;
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 30px;
}

.footer img {
  margin-bottom: 16px;
}

.footer strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer a:hover {
  color: #fff;
}

.copyright {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #817a70;
  font-size: 13px;
}

@media (max-width: 980px) {
  .container {
    width: min(100% - 32px, var(--max));
  }

  .nav {
    min-height: 72px;
  }

  .brand img,
  .logo img {
    width: 164px;
  }

  .header-cta,
  .nav-cta {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
    align-items: center;
  }

  .menu {
    position: fixed;
    inset: 72px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-radius: 8px;
    padding: 10px;
    background: #10120f;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .45);
  }

  body.menu-open .menu {
    display: flex;
  }

  .menu a {
    min-height: 44px;
    justify-content: center;
  }

  .hero-clean {
    min-height: auto;
    padding: 68px 0 34px;
  }

  .simple-hero {
    padding: 76px 0 64px;
  }

  .hero-grid,
  .studio-grid,
  .course-panel,
  .diploma-grid,
  .team-grid,
  .page-grid,
  .split,
  .team,
  .footer-grid,
  .course-bar-grid,
  .cards,
  .service-layout {
    grid-template-columns: 1fr;
  }

  .faculty {
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .faculty-grid {
    grid-template-columns: repeat(5, minmax(118px, 1fr));
    min-width: 720px;
    gap: 14px;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .faculty-card h3 {
    margin-top: 12px;
    font-size: 13px;
  }

  .faculty-card p {
    font-size: 12px;
  }

  .hero-text {
    padding-bottom: 0;
  }

  .hero-photo {
    min-height: 360px;
  }

  .hero-photo img {
    object-position: 58% 50%;
  }

  .hero-stats,
  .course-bar-grid {
    grid-template-columns: 1fr;
  }

  .acoustic-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .location-photos {
    grid-template-columns: 1fr;
  }

  .artist-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section {
    padding: 66px 0;
  }

  .course-image-section {
    background:
      linear-gradient(180deg, rgba(7, 8, 7, .82) 0%, rgba(7, 8, 7, .96) 68%),
      url("assets/diploma-curso.jpg") center top / cover;
  }

  .course-panel {
    padding: 26px;
  }

  .studio-photos,
  .gallery {
    grid-template-columns: 1fr;
  }

  .final-cta-box,
  .cta-box {
    display: block;
  }

  .final-cta .btn,
  .cta .btn {
    margin-top: 24px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, var(--max));
  }

  h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  h2 {
    font-size: 31px;
  }

  .actions,
  .btn {
    width: 100%;
  }

  .card,
  .service-simple,
  .step,
  .value,
  .studio-panel,
  .contact-panel {
    padding: 22px;
  }
}
