:root {
  --white: #ffffff;
  --white-90: rgba(255, 255, 255, 0.9);
  --grey-77: #c5c5c5;
  --grey-82: rgba(12, 12, 12, 0.82);
  --orange-38: #c28500;
  --orange-24: #665016;
  --orange-73: #e4cb92;
  --line: rgba(255, 255, 255, 0.08);
  --text: var(--white);
  --muted: var(--grey-77);
  --accent: var(--orange-38);
  --accent-dark: var(--orange-24);
  --cream: var(--orange-73);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #0c0c0c;
  color: var(--text);
  font-family: "Roboto", sans-serif;
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-shell {
  overflow-x: hidden;
}

.container {
  max-width: 1240px;
}

.jazzy-nav {
  padding: 1rem 0;
  z-index: 1200;
}

.nav-wrap {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  border-radius: 999px;
  padding: 0.8rem 1.15rem;
  backdrop-filter: none;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.jazzy-nav.is-scrolled .nav-wrap {
  background: var(--grey-82);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
}

.brand-lockup img {
  width: auto;
  height: 3rem;
}

.nav-link {
  color: var(--white-90);
  font-size: 0.96rem;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--accent) !important;
}

.nav-toggle {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 1.05rem;
  height: 2px;
  margin: 0.2rem auto;
  background: var(--text);
}

.btn {
  border-radius: 999px;
  padding: 0.95rem 1.7rem;
  font-weight: 600;
  transition: all 0.35s ease;
}

.btn-accent {
  color: var(--white);
  background: var(--accent);
  border: 1px solid var(--accent);
}

.btn-accent:hover {
  color: var(--white);
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-2px);
}

.btn-outline-cream {
  color: var(--cream);
  border: 1px solid rgba(228, 203, 146, 0.4);
  background: transparent;
}

.btn-outline-cream:hover {
  color: var(--text);
  background: rgba(228, 203, 146, 0.1);
}

.hero-section {
  position: relative;
  overflow: hidden;

  display: flex;
  align-items: center;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    url("../img/fondo-slide.png") center/cover no-repeat;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 1rem;
  align-items: center;
}

.hero-copy {
  max-width: 42rem;
}

h1 {
  margin: 0;
  font-family: "Fjalla One", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.95;
}

.hero-script {
  margin: 0.5rem 0 0;
  font-family: "Dancing Script", cursive;
  font-size: 64px;
  font-weight: 700;
  color: var(--accent);
  line-height: 0.95;
}

.hero-text {
  max-width: 33rem;
  margin: 1.75rem 0 2.3rem;
  color: var(--muted);
  font-size: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-media {
  position: relative;
  min-height: 46rem;
}

.hero-portada {
  position: absolute;
  right: -5.5rem;
  width: min(62rem, 100%);
  max-width: none;
  height: auto;
}

.about-section {
  padding: 6.5rem 0 7rem;
  background: #0c0c0c;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
  gap: 4.8rem;
  align-items: center;
}

.about-media img {
  width: 100%;
  max-width: 478px;
  height: auto;
}

.about-copy {
  max-width: 640px;
}

.about-copy h2 {
  margin: 0 0 1.5rem;
  font-family: "Fjalla One", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.98;
  color: var(--white);
}

.about-copy p {
  margin: 0 0 0.75rem;
  color: var(--grey-77);
  font-size: 16px;
  line-height: 1.55;
}

.about-copy .about-spacer {
  margin-top: 2rem;
}

.about-sign {
  margin-top: 2rem !important;
  font-family: "Dancing Script", cursive;
  font-size: 64px !important;
  font-weight: 700;
  line-height: 1;
  color: var(--accent) !important;
}

.stats-section {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0;
}

.stats-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)),
    url("../img/numeralia.png") center/cover no-repeat;
}

.stats-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
  max-width: 1140px;
  margin: 0 auto;
  padding: 2.75rem 3rem;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.62);
}

.stat-item {
  text-align: center;
}

.stat-number {
  margin: 0;
  font-family: "Fjalla One", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}

.stat-label {
  margin: 0.55rem 0 0;
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--accent);
}

.services-section {
  padding: 6rem 0 7rem;
  background: #0c0c0c;
}

.services-shell {
  width: 100%;
  padding-inline: clamp(1.25rem, 4vw, 4rem);
}

.services-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.75rem;
}

.services-copy {
  max-width: 710px;
}

.services-copy h2 {
  margin: 0 0 1.4rem;
  font-family: "Fjalla One", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.98;
  color: var(--white);
}

.services-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--grey-77);
  font-size: 16px;
  line-height: 1.55;
}

.services-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.services-track-wrap {
  overflow: hidden;
}

.services-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.45s ease;
  will-change: transform;
}

.services-spacer {
  flex: 0 0 calc((100% - 4rem) / 3);
  pointer-events: none;
}

.service-card {
  position: relative;
  flex: 0 0 calc((100% - 4rem) / 3);
  min-height: 266px;
  padding: 1.85rem 1.9rem;
  border-radius: 1.4rem;
  background: #000000;
  overflow: hidden;
}

.service-card.is-active {
  background: #2c2111;
}

.service-card-bg {
  position: absolute;
  inset: 0;
  background: url("../img/fondo-card-servicios.png") right bottom/110% no-repeat;
  opacity: 0.34;
  pointer-events: none;
}

.service-card-disc {
  position: absolute;
  left: 1.9rem;
  top: 1.85rem;
  width: 279px;
  max-width: 52%;
}

.service-card-disc img {
  width: 100%;
  height: auto;
}

.service-card-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
  margin-left: auto;
  width: 39%;
}

.service-card-copy h3 {
  margin: 0 0 1rem;
  font-family: "Dancing Script", cursive;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
}

.service-card-copy p {
  margin: 0 0 1rem;
  color: var(--grey-77);
  font-size: 16px;
  line-height: 1.5;
}

.service-card-copy a {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.services-arrow {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 1479.98px) {
  .services-spacer {
    flex: 0 0 calc((100% - 2rem) / 2);
  }

  .service-card {
    flex: 0 0 calc((100% - 2rem) / 2);
  }

  .service-card-disc {
    width: 236px;
    max-width: 46%;
  }

  .service-card-copy {
    width: 42%;
  }
}

@media (max-width: 1199.98px) {
  .service-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .service-card-disc {
    position: relative;
    left: auto;
    top: auto;
    width: 180px;
    max-width: 100%;
    margin: 0 auto 1rem;
  }

  .service-card-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 0;
    margin-left: 0;
  }
}

.repertoire-section {
  padding: 6rem 0 7rem;
  background: #000000;
}

.repertoire-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 640px);
  gap: 4rem;
  align-items: center;
}

.repertoire-copy {
  max-width: 760px;
}

.repertoire-copy h2 {
  margin: 0 0 1.5rem;
  font-family: "Fjalla One", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.98;
  color: var(--white);
}

.repertoire-copy p {
  max-width: 760px;
  margin: 0 0 2.5rem;
  color: var(--grey-77);
  font-size: 16px;
  line-height: 1.55;
}

.repertoire-bars {
  display: grid;
  gap: 2rem;
}

.repertoire-row {
  --fill: 50%;
}

.repertoire-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.repertoire-head span,
.repertoire-head strong {
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--white);
}

.repertoire-track {
  height: 4px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.repertoire-track i {
  display: block;
  width: var(--fill);
  height: 100%;
  background: var(--accent);
}

.repertoire-media img {
  width: 100%;
  max-width: 642px;
  height: auto;
}

.gallery-strip-section {
  width: 100%;
  background: #000000;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

.gallery-strip-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 460px;
}

.gallery-strip-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  transition: background 0.35s ease;
}

.gallery-strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
  filter: brightness(0.82);
}

.gallery-strip-item:hover img {
  transform: scale(1.05);
  filter: brightness(0.95);
}

.gallery-strip-item:hover::after {
  background: rgba(0, 0, 0, 0.14);
}

.why-section {
  padding: 6rem 0 7rem;
  background: #0c0c0c;
}

.why-layout {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 2rem;
  align-items: start;
}

.why-copy h2 {
  margin: 0 0 1.5rem;
  font-family: "Fjalla One", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.98;
  color: var(--white);
}

.why-copy .why-lead {
  max-width: 860px;
  margin: 0 0 1.25rem;
  color: var(--white);
  font-size: 22px;
  line-height: 1.45;
}

.why-copy p {
  max-width: 760px;
  margin: 0 0 0.9rem;
  color: var(--grey-77);
  font-size: 16px;
  line-height: 1.6;
}

.why-testimonial-card {
  position: relative;
  padding: 2.5rem 2.25rem;
  border: 1px solid rgba(228, 203, 146, 0.12);
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at top right, rgba(194, 133, 0, 0.18), transparent 28%),
    linear-gradient(180deg, #21170d 0%, #171514 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.why-testimonial-card::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  font-family: "Dancing Script", cursive;
  font-size: 4rem;
  line-height: 1;
  color: rgba(228, 203, 146, 0.28);
  content: "\"";
}

.why-testimonial-label {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "Dancing Script", cursive;
  font-size: 42px;
  line-height: 1;
  color: var(--accent);
}

.why-testimonial-card blockquote {
  margin: 0;
  color: var(--white);
  font-size: 26px;
  line-height: 1.45;
  font-weight: 500;
  max-width: 100%;
  text-wrap: balance;
}

.final-cta-section {
  width: 100%;
  padding: 6rem 0 7rem;
  background:
    radial-gradient(circle at top center, rgba(194, 133, 0, 0.18), transparent 28%),
    linear-gradient(180deg, #120f0d 0%, #0c0c0c 100%);
}

.final-cta-shell {
  width: 100%;
  padding-inline: 1.5rem;
}

.final-cta-content {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.final-cta-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "Dancing Script", cursive;
  font-size: 42px;
  line-height: 1;
  color: var(--accent);
}

.final-cta-content h2 {
  margin: 0 0 1.4rem;
  font-family: "Fjalla One", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.98;
  color: var(--white);
}

.final-cta-content p {
  max-width: 720px;
  margin: 0 auto 2rem;
  color: var(--grey-77);
  font-size: 16px;
  line-height: 1.6;
}

.site-footer {
  padding: 5.5rem 0 0;
  background:
    linear-gradient(180deg, #0c0c0c 0%, #120f0d 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.footer-brand img {
  width: auto;
  height: 4rem;
  margin-bottom: 1.25rem;
}

.footer-brand h3 {
  margin: 0 0 1rem;
  font-family: "Fjalla One", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}

.footer-brand p {
  max-width: 360px;
  margin: 0;
  color: var(--grey-77);
  font-size: 15px;
  line-height: 1.6;
}

.footer-contact,
.footer-social {
  display: grid;
  gap: 0.95rem;
}

.footer-contact a,
.footer-social a {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--grey-77);
  font-size: 15px;
  line-height: 1.45;
  transition: color 0.3s ease;
}

.footer-contact a:hover,
.footer-social a:hover {
  color: var(--white);
}

.footer-contact i,
.footer-social i {
  color: var(--accent);
  font-size: 1.15rem;
}

.footer-bottom {
  margin-top: 3rem;
  padding: 1.4rem 1.5rem 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: var(--grey-77);
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .nav-wrap {
    border-radius: 1.6rem;
    padding: 0.95rem 1rem;
  }

  .navbar-collapse {
    margin-top: 1rem;
    padding: 1.4rem 1.25rem 1.2rem;
    border-radius: 1.5rem;
    background:
      linear-gradient(180deg, rgba(35, 31, 32, 0.96) 0%, rgba(12, 12, 12, 0.96) 100%);
    border: 1px solid rgba(228, 203, 146, 0.12);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
  }

  .navbar-nav {
    align-items: stretch !important;
    gap: 0.35rem !important;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    display: block;
    width: 100%;
    padding: 0.9rem 0.3rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .nav-item .btn {
    width: 100%;
    margin-top: 0.8rem;
    justify-content: center;
    font-size: 1rem;
  }

  .hero-section {
    padding-top: 10.5rem;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: auto;
  }

  h1 {
    font-size: 52px;
  }

  .hero-script {
    font-size: 52px;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-portada {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 42rem;
    margin: 1rem auto 0;
  }

  .about-section {
    padding: 5rem 0 5.5rem;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .about-copy {
    order: 1;
  }

  .about-media {
    order: 2;
  }

  .about-media img {
    max-width: 420px;
    margin: 0 auto;
  }

  .about-copy h2 {
    font-size: 52px;
  }

  .about-sign {
    font-size: 52px !important;
  }

  .stats-section {
    padding: 4rem 0;
  }

  .stats-panel {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.25rem 2rem;
  }

  .stat-number {
    font-size: 52px;
  }

  .stat-label {
    font-size: 15px;
  }

  .services-section {
    padding: 5rem 0 5.5rem;
  }

  .services-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-copy h2 {
    font-size: 52px;
  }

  .services-carousel {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.75rem;
  }

  .services-arrow {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .services-spacer {
    flex: 0 0 calc((100% - 2rem) / 2);
  }

  .service-card {
    flex: 0 0 calc((100% - 2rem) / 2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .service-card-disc {
    position: relative;
    left: auto;
    top: auto;
    width: 180px;
    max-width: 100%;
    margin: 0 auto 1rem;
  }

  .service-card-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 0;
    margin-left: 0;
  }

  .repertoire-section {
    padding: 5rem 0 5.5rem;
  }

  .repertoire-layout {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .repertoire-copy h2 {
    font-size: 52px;
  }

  .repertoire-media img {
    max-width: 520px;
    margin: 0 auto;
  }

  .gallery-strip-item {
    min-height: 240px;
  }

  .why-section {
    padding: 5rem 0 5.5rem;
  }

  .why-layout {
    grid-template-columns: 1fr;
  }

  .why-copy h2 {
    font-size: 52px;
  }

  .why-copy .why-lead {
    font-size: 20px;
  }

  .why-testimonial-card blockquote {
    font-size: 24px;
    max-width: 100%;
  }

  .final-cta-section {
    padding: 5rem 0 5.5rem;
  }

  .final-cta-content h2 {
    font-size: 52px;
  }

  .site-footer {
    padding-top: 5rem;
  }

  .footer-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 9.5rem;
  }

  h1 {
    max-width: 11ch;
    font-size: 40px;
  }

  .hero-script {
    font-size: 40px;
  }

  .hero-text {
    font-size: 14px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-media {
    min-height: auto;
  }

  .hero-portada {
    width: 100%;
    max-width: 100%;
    margin-top: 0.5rem;
  }

  .about-section {
    padding: 4.5rem 0 5rem;
  }

  .about-copy h2 {
    font-size: 40px;
  }

  .about-copy p {
    font-size: 14px;
  }

  .about-sign {
    font-size: 40px !important;
  }

  .stats-section {
    padding: 3.5rem 0;
  }

  .stats-panel {
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
  }

  .stat-number {
    font-size: 40px;
  }

  .stat-label {
    font-size: 14px;
  }

  .services-section {
    padding: 4.5rem 0 5rem;
  }

  .services-copy h2 {
    font-size: 40px;
  }

  .services-copy p {
    font-size: 14px;
  }

  .services-track {
    gap: 1rem;
  }

  .services-spacer {
    flex: 0 0 10%;
  }

  .service-card {
    flex: 0 0 80%;
    min-height: 0;
    padding: 1.5rem;
  }

  .service-card-disc {
    left: 1.5rem;
    top: 1.5rem;
    max-width: 48%;
  }

  .service-card-copy {
    width: 46%;
  }

  .service-card-copy h3 {
    font-size: 28px;
  }

  .service-card-copy p,
  .service-card-copy a {
    font-size: 14px;
  }

  .repertoire-section {
    padding: 4.5rem 0 5rem;
  }

  .repertoire-copy h2 {
    font-size: 40px;
  }

  .repertoire-copy p,
  .repertoire-head span,
  .repertoire-head strong {
    font-size: 14px;
  }

  .repertoire-bars {
    gap: 1.5rem;
  }

  .gallery-strip-section {
    display: none;
  }

  .why-section {
    padding: 4.5rem 0 5rem;
  }

  .why-copy h2 {
    font-size: 40px;
  }

  .why-copy .why-lead {
    font-size: 18px;
  }

  .why-copy p {
    font-size: 14px;
  }

  .why-testimonial-card {
    padding: 1.6rem;
  }

  .why-testimonial-card blockquote {
    font-size: 20px;
  }

  .final-cta-section {
    padding: 4.5rem 0 5rem;
  }

  .final-cta-kicker {
    font-size: 36px;
  }

  .final-cta-content h2 {
    font-size: 40px;
  }

  .final-cta-content p {
    font-size: 14px;
  }

  .footer-brand h3 {
    font-size: 28px;
  }

  .footer-brand p,
  .footer-contact a,
  .footer-social a {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 32px;
  }

  .hero-script {
    font-size: 32px;
  }

  .hero-text {
    font-size: 13px;
  }

  .about-copy h2 {
    font-size: 32px;
  }

  .about-sign {
    font-size: 32px !important;
  }

  .stat-number {
    font-size: 32px;
  }

  .stat-label {
    font-size: 13px;
  }

  .services-copy h2 {
    font-size: 32px;
  }

  .service-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
    padding: 1.25rem;
  }

  .services-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .service-card-disc {
    position: relative;
    left: auto;
    top: auto;
    max-width: 210px;
    margin-bottom: 1rem;
  }

  .service-card-copy {
    width: 100%;
    margin-left: 0;
    min-height: 0;
  }

  .service-card-copy p {
    margin-bottom: 0.85rem;
  }

  .service-card-copy a {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
  }

  .repertoire-copy h2 {
    font-size: 32px;
  }

  .why-copy h2 {
    font-size: 32px;
  }

  .why-copy .why-lead {
    font-size: 16px;
  }

  .final-cta-kicker {
    font-size: 32px;
  }

  .final-cta-content h2 {
    font-size: 32px;
  }
}
