/*
 * Cello Classroom V120 final implementation layer.
 * Loaded after the approved V100 styles so every rule below is intentional.
 */

.cello-v120 {
  --v120-ivory: #f7f4ed;
  --v120-paper: #f0eadf;
  --v120-paper-deep: #e6ddcf;
  --v120-ink: #211b18;
  --v120-sub: #665e57;
  --v120-copper: #a85b3d;
  --v120-copper-pale: #cf9278;
  --v120-walnut: #4a281f;
  --v120-dark: #281713;
  --v120-rule: rgba(67, 47, 37, .22);
}

.cello-v120 h1,
.cello-v120 h2,
.cello-v120 h3,
.cello-v120 h4 {
  hanging-punctuation: allow-end;
  text-wrap: balance;
}

/* Fixed editorial chapter rail on the desktop home page. */
.cello-v120 .chapter-rail {
  position: fixed;
  z-index: 24;
  top: 50%;
  left: 17px;
  display: grid;
  gap: 11px;
  transform: translateY(-50%);
}

.cello-v120 .chapter-rail a {
  display: grid;
  grid-template-columns: 18px 22px;
  align-items: center;
  gap: 7px;
  color: rgba(74, 40, 31, .42);
  font-family: Georgia, serif;
  font-size: 7px;
  font-style: italic;
}

.cello-v120 .chapter-rail i {
  width: 8px;
  height: 1px;
  background: currentColor;
  transition: width .3s ease, color .3s ease;
}

.cello-v120 .chapter-rail a:hover,
.cello-v120 .chapter-rail a:focus-visible,
.cello-v120 .chapter-rail a.is-active {
  color: var(--v120-copper);
}

.cello-v120 .chapter-rail a:hover i,
.cello-v120 .chapter-rail a:focus-visible i,
.cello-v120 .chapter-rail a.is-active i {
  width: 22px;
}

.cello-v120 .chapter-rail a span {
  transition: font-size .3s ease, opacity .3s ease, transform .3s ease;
}

.cello-v120 .chapter-rail a.is-active span {
  font-size: 9px;
  font-weight: 700;
  opacity: 1;
  transform: translateX(3px);
}

.cello-v120 .hero-trust-strip {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3.8vw, 58px);
  padding: 18px 40px;
  color: #655a51;
  background: #ece5d9;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}

.cello-v120 .hero-trust-strip i {
  width: 3px;
  height: 3px;
  flex: 0 0 3px;
  border-radius: 50%;
  background: var(--v120-copper);
}

/* Feature spread: balanced columns and visible image numbering. */
.cello-v120 .feature-grid figure span {
  z-index: 4;
  color: #fffaf4;
  border: 1px solid rgba(255, 255, 255, .82);
  background: rgba(40, 23, 19, .78);
  box-shadow: 0 7px 22px rgba(21, 12, 9, .22);
  text-shadow: 0 1px 5px rgba(0, 0, 0, .56);
  backdrop-filter: blur(5px);
}

.cello-v120 .feature-grid figure::after {
  background: linear-gradient(180deg, rgba(24, 14, 10, .06) 30%, rgba(23, 14, 10, .64) 100%);
}

.cello-v120 .feature-grid figure h3 {
  text-shadow: 0 2px 20px rgba(18, 10, 7, .72);
}

@media (min-width: 769px) {
  .cello-v120 .feature-grid article:first-child figure {
    grid-column: 1 / 7;
    height: 600px;
  }

  .cello-v120 .feature-grid article:first-child .exact-block {
    grid-column: 7 / 13;
    padding: 82px 42px 0 46px;
  }

  .cello-v120 .feature-grid article:nth-child(2) {
    margin-top: 104px;
  }

  .cello-v120 .feature-grid article:nth-child(2) .exact-block {
    grid-column: 1 / 7;
    align-self: start;
    margin: 0;
    padding: 90px 48px 0 38px;
  }

  .cello-v120 .feature-grid article:nth-child(2) figure {
    grid-column: 7 / 13;
    height: 600px;
  }

  .cello-v120 .feature-grid .exact-block p {
    max-width: 39em;
    font-size: 15px;
    line-height: 1.9;
  }
}

/* Brighter, page-specific subpage heroes with a stable text layer. */
.cello-v120:not(.home) .site-header {
  height: 96px;
  color: #2b201b;
  border-bottom-color: rgba(73, 47, 34, .16);
  background: linear-gradient(180deg, rgba(248, 244, 236, .94), rgba(248, 244, 236, .74));
  box-shadow: 0 8px 28px rgba(46, 27, 19, .035);
  backdrop-filter: blur(8px);
}

.cello-v120:not(.home) .site-header .header-contact {
  color: #f8f1e8;
  background: rgba(67, 35, 27, .84);
  backdrop-filter: blur(8px);
}

.cello-v120 .page-hero {
  height: 540px;
  min-height: 540px;
  align-items: flex-end;
  color: #fffaf3;
  border-bottom: 0;
  background: #4a3026;
}

.cello-v120 .page-hero::after {
  display: none;
}

.cello-v120 .page-hero-image {
  position: absolute;
  inset: 0;
  display: block;
  filter: none;
  transform: none;
}

.cello-v120 .page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(.96) brightness(1.09);
}

.cello-v120 .page-hero-profile .page-hero-image img { object-position: center 58%; }
.cello-v120 .page-hero-lessons .page-hero-image img { object-position: center 50%; }
.cello-v120 .page-hero-knowledge .page-hero-image img { object-position: center 52%; }
.cello-v120 .page-hero-faq .page-hero-image img { object-position: center 55%; }
.cello-v120 .page-hero-blog .page-hero-image img { object-position: center 55%; }
.cello-v120 .page-hero-article .page-hero-image img { object-position: center 55%; }
.cello-v120 .page-hero-contact .page-hero-image img { object-position: center 52%; }

.cello-v120 .page-hero-shade {
  background:
    linear-gradient(90deg, rgba(37, 20, 14, .56), rgba(37, 20, 14, .22) 52%, rgba(37, 20, 14, .03)),
    linear-gradient(0deg, rgba(30, 16, 11, .23), transparent 56%);
}

.cello-v120 .page-hero-copy {
  width: min(1280px, calc(100% - 96px));
  margin: 0 auto;
  padding: 0 0 72px;
  color: #fffaf3;
}

.cello-v120 .page-hero-copy .eyebrow {
  margin-bottom: 25px;
  color: #e5a98f;
}

.cello-v120 .page-hero h1,
.cello-v120 .page-hero-title {
  max-width: 820px;
  color: #fffaf3;
  font-size: clamp(44px, 3.8vw, 58px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
  text-shadow: 0 2px 22px rgba(24, 12, 8, .48);
  word-break: keep-all;
  overflow-wrap: normal;
}

.cello-v120 .page-hero-lead {
  max-width: 610px;
  margin-top: 23px;
  color: rgba(255, 250, 243, .9);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .055em;
  text-shadow: 0 1px 14px rgba(24, 12, 8, .5);
  text-wrap: balance;
}

.cello-v120 .page-hero-studio {
  right: 28px;
  bottom: 42px;
  color: rgba(255, 248, 240, .78);
  text-shadow: 0 1px 12px rgba(24, 12, 8, .46);
}

/* Prevent known approved headings from producing accidental third lines. */
.cello-v120 .faq-intro-title span {
  display: block;
  white-space: nowrap;
}

.cello-v120 .v100-faq-layout > header .faq-intro-title {
  font-size: clamp(35px, 3vw, 45px);
  line-height: 1.45;
  letter-spacing: .025em;
}

.cello-v120 .v100-profile-copy > h2,
.cello-v120 .v100-knowledge-article > h2,
.cello-v120 .v100-contact-layout > header h2,
.cello-v120 .footer-contact h2 {
  line-height: 1.42;
  letter-spacing: .025em;
}

/* Custom but functional performance audio cards. */
.cello-v120 .v120-audio-player {
  display: grid;
  min-height: 102px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 20px 0 34px;
  padding: 20px 24px;
  border: 1px solid rgba(98, 60, 43, .12);
  background: linear-gradient(110deg, #eee7dc, #f7f2e9);
  box-shadow: 0 16px 38px rgba(67, 40, 28, .045);
}

.cello-v120 .v120-audio-player audio { display: none; }

.cello-v120 .v120-audio-player button {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  padding: 0;
  place-items: center;
  color: var(--v120-copper);
  border: 1px solid rgba(168, 91, 61, .55);
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
  cursor: pointer;
}

.cello-v120 .v120-audio-player button::before {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
  content: "";
}

.cello-v120 .v120-audio-player.is-playing button::before {
  width: 8px;
  height: 11px;
  margin-left: 0;
  border: 0;
  border-right: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.cello-v120 .v120-audio-meta small,
.cello-v120 .v120-audio-meta strong {
  display: block;
}

.cello-v120 .v120-audio-meta small {
  color: var(--v120-copper);
  font-family: var(--sans);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .19em;
}

.cello-v120 .v120-audio-meta strong {
  margin-top: 4px;
  color: var(--v120-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.cello-v120 .v120-audio-wave {
  display: flex;
  height: 22px;
  align-items: center;
  gap: 3px;
  margin-top: 8px;
  overflow: hidden;
}

.cello-v120 .v120-audio-wave i {
  display: block;
  width: 2px;
  height: calc(var(--bar) * 1px);
  background: linear-gradient(var(--v120-copper-pale), var(--v120-copper));
  opacity: .72;
}

.cello-v120 .v120-audio-progress {
  --audio-progress: 0%;
  position: relative;
  display: block;
  height: 16px;
  margin-top: 4px;
}

.cello-v120 .v120-audio-progress::before,
.cello-v120 .v120-audio-progress > i {
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  content: "";
}

.cello-v120 .v120-audio-progress::before {
  width: 100%;
  background: rgba(105, 73, 57, .2);
}

.cello-v120 .v120-audio-progress > i {
  width: var(--audio-progress);
  background: linear-gradient(90deg, var(--v120-copper-pale), var(--v120-copper));
  transition: width .2s linear;
}

.cello-v120 .v120-audio-note {
  position: absolute;
  top: 7px;
  left: var(--audio-progress);
  color: var(--v120-copper);
  font-family: Georgia, serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition: left .2s linear;
}

.cello-v120 .v120-audio-player.is-playing .v120-audio-note {
  animation: v120-note-float 1.8s ease-in-out infinite;
}

@keyframes v120-note-float {
  0%, 100% { margin-top: 0; transform: translate(-50%, -50%) rotate(-5deg); }
  50% { margin-top: -3px; transform: translate(-50%, -50%) rotate(5deg); }
}

.cello-v120 .v120-audio-time {
  color: #8b7e73;
  font-family: Georgia, serif;
  font-size: 9px;
}

/* Home journal: equal-height cards and aligned actions regardless of title length. */
.cello-v120 .home-journal {
  padding: 108px 0 112px;
  background: var(--v120-ivory);
}

.cello-v120 .home-journal-head {
  margin-bottom: 48px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--v120-rule);
}

.cello-v120 .home-journal-head h2 {
  font-size: clamp(39px, 3vw, 48px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .035em;
}

.cello-v120 .home-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--v120-rule);
  border-bottom: 1px solid var(--v120-rule);
}

.cello-v120 .home-journal-grid article {
  display: flex;
  min-width: 0;
  min-height: 360px;
  flex-direction: column;
  padding: 34px 36px 31px;
  border-right: 1px solid var(--v120-rule);
}

.cello-v120 .home-journal-grid article:last-child { border-right: 0; }

.cello-v120 .home-journal-grid time,
.cello-v120 .home-journal-category {
  color: var(--v120-copper);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .19em;
}

.cello-v120 .home-journal-category { margin: 6px 0 0; }

.cello-v120 .home-journal-grid h3 {
  margin: 23px 0 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: .025em;
}

.cello-v120 .home-journal-excerpt {
  color: var(--v120-sub);
  font-size: 14px;
  line-height: 1.75;
}

.cello-v120 .home-journal-link {
  display: flex;
  width: max-content;
  min-width: 148px;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: auto;
  padding: 10px 16px;
  color: var(--v120-walnut);
  border: 1px solid rgba(168, 91, 61, .66);
  background: transparent;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.cello-v120 .home-journal-link b {
  color: var(--v120-copper);
  font-weight: 400;
}

.cello-v120 .home-journal-all {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 24px;
  margin: 39px 0 0 auto;
  color: var(--v120-walnut);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

/* Article masthead uses the same journal photograph as the approved comp. */
.cello-v120 .v100-post-mast {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  isolation: isolate;
  background: #2c1712;
}

.cello-v120 .v120-post-mast-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(.78) contrast(.96) brightness(1.05);
}

.cello-v120 .v100-post-mast::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(35, 18, 13, .78), rgba(35, 18, 13, .36) 55%, rgba(35, 18, 13, .08));
  content: "";
}

.cello-v120 .v100-post-mast > div {
  position: relative;
  z-index: 1;
}

/* Warm mobile menu world and stronger student-voice contrast. */
.cello-v120 .mobile-menu-panel {
  background: linear-gradient(145deg, rgba(50, 28, 21, .987), rgba(36, 19, 15, .993));
}

.cello-v120 .voice-item .prose p,
.cello-v120 .voice-preview p,
.cello-v120 .voice-full p {
  color: #e7dbd0;
}

.cello-v120 .movie-frame {
  width: 100%;
  padding: 0;
  border: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.cello-v120 .movie-frame.is-playing {
  cursor: default;
}

.cello-v120 .movie-inline-player {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #17120f;
}

@media (max-width: 768px) {

  .cello-v120 .movie-frame {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .cello-v120 > .mobile-menu {
    position: fixed;
    z-index: 1002;
    top: calc(14px + env(safe-area-inset-top, 0px));
    right: 16px;
    display: block;
    width: 46px;
    height: 46px;
    padding: 0;
    overflow: hidden;
    color: var(--v100-walnut);
    border: 1px solid rgba(79, 45, 32, .18);
    border-radius: 50%;
    background: rgba(247, 244, 237, .9);
    box-shadow: 0 8px 24px rgba(54, 35, 27, .09);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    transform: scale(1);
    transform-origin: center;
    opacity: 1;
    transition:
      transform .3s cubic-bezier(.2, .72, .2, 1),
      opacity .28s ease,
      color .28s ease,
      background-color .28s ease,
      border-color .28s ease,
      box-shadow .28s ease;
  }

  .cello-v120 > .mobile-menu.is-scrolling {
    transform: scale(.86);
    opacity: .56;
  }

  .cello-v120 > .mobile-menu .mobile-menu-lines {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 18px;
    height: 14px;
    transform: translateX(-50%);
  }

  .cello-v120 > .mobile-menu .mobile-menu-lines i {
    position: absolute;
    left: 0;
    display: block;
    width: 18px;
    height: 1px;
    margin: 0;
    background: currentColor;
    transform-origin: center;
    transition:
      transform .34s cubic-bezier(.2, .72, .2, 1),
      opacity .24s ease;
  }

  .cello-v120 > .mobile-menu .mobile-menu-lines i:nth-child(1) { top: 0; }
  .cello-v120 > .mobile-menu .mobile-menu-lines i:nth-child(2) { top: 6px; }
  .cello-v120 > .mobile-menu .mobile-menu-lines i:nth-child(3) { top: 12px; }

  .cello-v120 > .mobile-menu small {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    display: block;
    margin: 0;
    font-size: 5.5px;
    line-height: 1;
    letter-spacing: .13em;
    text-align: center;
  }

  .cello-v120.admin-bar > .mobile-menu {
    top: calc(60px + env(safe-area-inset-top, 0px));
  }

  .cello-v120.is-menu-open > .mobile-menu {
    color: #fff;
    border-color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .09);
    box-shadow: none;
    transform: scale(1);
    opacity: 1;
  }
  .cello-v120 .chapter-rail { display: none; }

  .cello-v120 .hero-trust-strip {
    display: grid;
    min-height: 98px;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
    padding: 20px 22px;
    font-size: 8px;
    letter-spacing: .11em;
  }

  .cello-v120 .hero-trust-strip span {
    position: relative;
    padding-left: 13px;
  }

  .cello-v120 .hero-trust-strip span::before {
    position: absolute;
    top: .85em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--v120-copper);
    content: "";
  }

  .cello-v120 .hero-trust-strip i { display: none; }

  .cello-v120:not(.home) .site-header {
    height: 74px;
    background: linear-gradient(180deg, rgba(248, 244, 236, .92), rgba(248, 244, 236, .7));
  }

  .cello-v120 .page-hero {
    height: 405px;
    min-height: 405px;
  }

  .cello-v120 .page-hero-profile .page-hero-image img { object-position: 58% center; }
  .cello-v120 .page-hero-lessons .page-hero-image img { object-position: 62% center; }
  .cello-v120 .page-hero-knowledge .page-hero-image img { object-position: 58% center; }
  .cello-v120 .page-hero-faq .page-hero-image img { object-position: 58% center; }
  .cello-v120 .page-hero-blog .page-hero-image img { object-position: 62% center; }
  .cello-v120 .page-hero-article .page-hero-image img { object-position: 62% center; }
  .cello-v120 .page-hero-contact .page-hero-image img { object-position: 63% center; }

  .cello-v120 .page-hero-shade {
    background: linear-gradient(180deg, rgba(30, 17, 12, .12), rgba(30, 17, 12, .57));
  }

  .cello-v120 .page-hero-copy {
    width: calc(100% - 44px);
    padding: 0 0 48px;
  }

  .cello-v120 .page-hero h1,
  .cello-v120 .page-hero-title {
    font-size: 39px;
    line-height: 1.3;
    letter-spacing: .025em;
  }

  .cello-v120 .page-hero-lead {
    max-width: 315px;
    margin-top: 17px;
    font-size: 12.5px;
    line-height: 1.75;
  }

  .cello-v120 .page-hero-studio {
    right: 10px;
    bottom: 25px;
    font-size: 6px;
  }

  .cello-v120 .feature-grid figure span {
    background: rgba(40, 23, 19, .82);
  }

  .cello-v120 .feature-grid figure h3 {
    right: 10px;
    left: 18px;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: .01em;
    white-space: nowrap;
  }

  .cello-v120 .v100-faq-layout > header .faq-intro-title {
    font-size: 29px;
    line-height: 1.48;
    letter-spacing: .015em;
  }

  .cello-v120 .v100-profile-copy > h2,
  .cello-v120 .v100-knowledge-article > h2,
  .cello-v120 .v100-contact-layout > header h2 {
    font-size: 28px;
    line-height: 1.48;
    letter-spacing: .012em;
    white-space: nowrap;
  }

  .cello-v120 .v100-page-section .wp-content > h2,
  .cello-v120 .v100-page-section .wp-content > h3,
  .cello-v120 .v100-page-section .wp-content > h4 {
    text-wrap: balance;
  }

  .cello-v120 .v120-audio-player {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 17px;
  }

  .cello-v120 .v120-audio-player button {
    width: 46px;
    height: 46px;
  }

  .cello-v120 .v120-audio-time { display: none; }
  .cello-v120 .v120-audio-wave { gap: 2px; }
  .cello-v120 .v120-audio-wave i { width: 1px; }

  .cello-v120 .home-journal {
    padding: 88px 0 96px;
  }

  .cello-v120 .home-journal-head {
    margin-bottom: 28px;
  }

  .cello-v120 .home-journal-head h2 {
    font-size: 36px;
  }

  .cello-v120 .home-journal-grid {
    display: block;
  }

  .cello-v120 .home-journal-grid article {
    min-height: 0;
    padding: 31px 4px 34px;
    border-right: 0;
    border-bottom: 1px solid var(--v120-rule);
  }

  .cello-v120 .home-journal-grid article:last-child { border-bottom: 0; }

  .cello-v120 .home-journal-grid h3 {
    margin: 20px 0 17px;
    font-size: 22px;
  }

  .cello-v120 .home-journal-link {
    min-width: 157px;
    margin-top: 27px;
  }

  .cello-v120 .v100-post-mast {
    min-height: 445px;
  }

  .cello-v120 .v120-post-mast-image { object-position: 64% center; }
}

@media (max-width: 374px) {
  .cello-v120 .page-hero h1,
  .cello-v120 .page-hero-title { font-size: 35px; }

  .cello-v120 .v100-faq-layout > header .faq-intro-title,
  .cello-v120 .v100-profile-copy > h2,
  .cello-v120 .v100-knowledge-article > h2,
  .cello-v120 .v100-contact-layout > header h2 { font-size: 26px; }

  .cello-v120 .feature-grid figure h3 { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .cello-v120 .chapter-rail i,
  .cello-v120 .home-journal-link,
  .cello-v120 .home-journal-all { transition: none; }
}

/* 1.2.8: approved B wordmark, reproduced from the design master. */
.cello-v120 .brand {
  gap: 10.56px;
  margin-left: max(0px, calc(max(6.6vw, (100vw - 1280px) / 2) - 48px));
}

.cello-v120 .brand-emblem-b,
.cello-v120 .footer-brand-emblem {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
}

.cello-v120 .brand-emblem-b {
  width: 40.32px;
  height: 43.2px;
}

.cello-v120 .brand-emblem-b svg,
.cello-v120 .footer-brand-emblem svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cello-v120 .brand-emblem-b path,
.cello-v120 .footer-brand-emblem path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cello-v120 .brand-emblem-b .logo-b-resonance,
.cello-v120 .footer-brand-emblem .logo-b-resonance {
  stroke: var(--v120-copper);
  stroke-width: 1.22;
}

.cello-v120 .brand-emblem-b .logo-b-detail,
.cello-v120 .footer-brand-emblem .logo-b-detail {
  stroke: var(--v120-walnut);
  stroke-width: .78;
}

.cello-v120 .brand-emblem-b .logo-b-bow,
.cello-v120 .footer-brand-emblem .logo-b-bow {
  stroke: var(--v120-walnut);
  stroke-width: .72;
}

.cello-v120 .brand-emblem-b .logo-b-frog,
.cello-v120 .footer-brand-emblem .logo-b-frog {
  stroke: var(--v120-copper);
  stroke-width: 2.15;
}

.cello-v120 .brand-emblem-b circle,
.cello-v120 .footer-brand-emblem circle {
  fill: var(--v120-copper);
}

.cello-v120 .brand-copy {
  gap: 3px;
  margin-top: 0;
  font-family: var(--serif);
  font-size: inherit;
  letter-spacing: normal;
  opacity: 1;
}

.cello-v120 .brand > .brand-emblem-b {
  margin-top: 0;
  font-size: inherit;
  letter-spacing: normal;
  opacity: 1;
}

.cello-v120 .brand-copy strong {
  font-family: var(--serif);
  font-size: 21.12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.42px;
}

.cello-v120 .brand-copy small {
  font-family: var(--sans);
  font-size: 6.24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.49px;
}

.cello-v120 .footer-brand {
  display: flex;
  align-items: center;
  gap: 10.56px;
}

.cello-v120 .footer-brand-emblem {
  width: 40.32px;
  height: 43.2px;
}

.cello-v120 .footer-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-family: var(--serif);
}

.cello-v120 .footer-brand-copy strong {
  color: #f1e6d9;
  font-family: var(--serif);
  font-size: 21.12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.42px;
  white-space: nowrap;
}

.cello-v120 .footer-brand-copy small {
  color: rgba(233, 221, 207, .7);
  font-family: var(--sans);
  font-size: 6.24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.49px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .cello-v120 .brand {
    gap: 7.5px;
    margin-left: 4px;
  }

  .cello-v120 .brand-emblem-b {
    width: 28.67px;
    height: 30.72px;
  }

  .cello-v120 .brand-copy {
    gap: 2px;
  }

  .cello-v120 .brand-copy strong {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.01px;
  }

  .cello-v120 .brand-copy small {
    font-size: 5px;
    font-weight: 500;
    letter-spacing: 1.06px;
  }

  .cello-v120 .footer-brand {
    justify-content: flex-start;
    gap: 8.6px;
  }

  .cello-v120 .footer-brand-emblem {
    width: 32.8px;
    height: 35.14px;
  }

  .cello-v120 .footer-brand-copy {
    gap: 3px;
    text-align: left;
  }

  .cello-v120 .footer-brand-copy strong {
    font-size: 17.2px;
    font-weight: 500;
    letter-spacing: 1.16px;
  }

  .cello-v120 .footer-brand-copy small {
    font-size: 5.2px;
    font-weight: 500;
    letter-spacing: 1.22px;
  }

  /* Keep the open-state glyph optically centered and geometrically even. */
  .cello-v120.is-menu-open > .mobile-menu .mobile-menu-lines {
    top: 50%;
    width: 17px;
    height: 14px;
    transform: translate(-50%, -50%);
  }

  .cello-v120.is-menu-open > .mobile-menu .mobile-menu-lines i {
    width: 17px;
    border-radius: 999px;
  }

  .cello-v120.is-menu-open > .mobile-menu .mobile-menu-lines i:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .cello-v120.is-menu-open > .mobile-menu .mobile-menu-lines i:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .cello-v120.is-menu-open > .mobile-menu .mobile-menu-lines i:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .cello-v120.is-menu-open > .mobile-menu small {
    opacity: 0;
  }
}

/* Lesson fees — editorial pricing treatment. */
.cello-v120 .lesson-pricing {
  margin: clamp(92px, 8.2vw, 132px) 0 16px;
  padding-top: clamp(54px, 5.5vw, 82px);
  border-top: 1px solid rgba(92, 61, 45, .24);
}

.cello-v120 .lesson-pricing-intro {
  max-width: 780px;
  margin: 0 0 clamp(42px, 4.6vw, 66px);
}

.cello-v120 .lesson-pricing-intro .eyebrow {
  margin: 0 0 24px;
}

.cello-v120 .lesson-pricing-intro h2 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(38px, 3.7vw, 56px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.cello-v120 .lesson-pricing-intro > p:last-child {
  max-width: 610px;
  margin: 0;
  color: #756b63;
  font-size: 16px;
  line-height: 1.9;
}

.cello-v120 .lesson-fee-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(340px, .68fr);
  gap: 24px;
  align-items: stretch;
}

.cello-v120 .lesson-fee-panel {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: clamp(34px, 3.4vw, 50px);
}

.cello-v120 .lesson-fee-cello {
  color: #f3e9df;
  background:
    radial-gradient(circle at 93% 10%, rgba(183, 103, 73, .18), transparent 34%),
    linear-gradient(145deg, #351d17, #24130f 84%);
  box-shadow: 0 26px 72px rgba(52, 30, 22, .16);
}

.cello-v120 .lesson-fee-cello .lesson-fee-head h3 {
  color: #fff8f0;
}

.cello-v120 .lesson-fee-ensemble {
  color: #2a211d;
  border: 1px solid rgba(92, 61, 45, .18);
  background: rgba(255, 252, 247, .82);
  box-shadow: 0 22px 58px rgba(66, 43, 29, .08);
}

.cello-v120 .lesson-fee-ensemble .lesson-fee-head h3,
.cello-v120 .lesson-service-grid h3 {
  color: #2a211d;
}

.cello-v120 .lesson-fee-head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0 34px;
  padding: 0 0 26px;
  border-bottom: 1px solid currentColor;
  border-color: rgba(226, 207, 192, .22);
}

.cello-v120 .lesson-fee-ensemble .lesson-fee-head {
  border-color: rgba(92, 61, 45, .18);
}

.cello-v120 .lesson-fee-index {
  flex: 0 0 auto;
  padding-top: 5px;
  color: #cf9278;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
}

.cello-v120 .lesson-fee-head small,
.cello-v120 .lesson-service-grid small {
  display: block;
  margin: 0 0 8px;
  color: #c8876c;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .2em;
}

.cello-v120 .lesson-fee-head h3,
.cello-v120 .lesson-service-grid h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(25px, 2vw, 32px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: .035em;
}

.cello-v120 .lesson-enrollment {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 8px;
  padding: 0 0 20px;
  color: rgba(241, 228, 216, .78);
  font-size: 14px;
}

.cello-v120 .lesson-enrollment strong {
  color: #fff8f0;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .02em;
}

.cello-v120 .lesson-enrollment small,
.cello-v120 .lesson-fee-rates dd small,
.cello-v120 .lesson-ensemble-rates dd small {
  margin-left: 4px;
  font-size: .48em;
  font-weight: 500;
}

.cello-v120 .lesson-fee-rates,
.cello-v120 .lesson-ensemble-rates {
  margin: 0;
}

.cello-v120 .lesson-fee-rates > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 23px 0;
  border-top: 1px solid rgba(226, 207, 192, .16);
}

.cello-v120 .lesson-fee-rates dt,
.cello-v120 .lesson-fee-rates dd,
.cello-v120 .lesson-ensemble-rates dt,
.cello-v120 .lesson-ensemble-rates dd {
  margin: 0;
}

.cello-v120 .lesson-fee-rates dt strong {
  display: block;
  margin-bottom: 6px;
  color: #fff8f0;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .035em;
}

.cello-v120 .lesson-fee-rates dt span {
  display: block;
  color: rgba(235, 220, 207, .68);
  font-size: 12px;
  line-height: 1.75;
}

.cello-v120 .lesson-fee-rates dd {
  color: #fff8f0;
  font-family: var(--serif);
  font-size: clamp(27px, 2.4vw, 36px);
  font-weight: 500;
  letter-spacing: .015em;
  white-space: nowrap;
}

.cello-v120 .lesson-fee-note {
  margin: 22px 0 0;
  color: rgba(235, 220, 207, .64);
  font-size: 12px;
  line-height: 1.8;
}

.cello-v120 .lesson-fee-course-name {
  margin: 0 0 26px;
  color: #51453e;
  font-size: 14px;
  line-height: 1.9;
}

.cello-v120 .lesson-ensemble-rates > div {
  padding: 22px 0;
  border-top: 1px solid rgba(92, 61, 45, .15);
}

.cello-v120 .lesson-ensemble-rates dt {
  margin-bottom: 8px;
  color: #756960;
  font-size: 12px;
  line-height: 1.7;
}

.cello-v120 .lesson-ensemble-rates dd {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3;
}

.cello-v120 .lesson-fee-message {
  margin: 30px 0 0;
  padding-top: 25px;
  border-top: 1px solid rgba(92, 61, 45, .18);
  color: #6f635b;
  font-size: 13px;
  line-height: 1.9;
}

.cello-v120 .lesson-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 26px;
  border-top: 1px solid rgba(92, 61, 45, .22);
  border-bottom: 1px solid rgba(92, 61, 45, .22);
}

.cello-v120 .lesson-service-grid article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 22px;
  padding: 34px clamp(22px, 3vw, 42px);
}

.cello-v120 .lesson-service-grid article + article {
  border-left: 1px solid rgba(92, 61, 45, .2);
}

.cello-v120 .lesson-service-grid article > span {
  padding-top: 4px;
  color: #b3694b;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
}

.cello-v120 .lesson-service-grid h3 {
  margin-bottom: 13px;
  font-size: 24px;
}

.cello-v120 .lesson-service-grid p {
  margin: 0;
  color: #6f655e;
  font-size: 13px;
  line-height: 1.9;
}

.cello-v120 .lesson-service-grid p strong {
  color: #2d211c;
  font-size: 1.08em;
  font-weight: 700;
}

.cello-v120 .lesson-pricing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 38px;
  padding: 34px 0 0;
}

.cello-v120 .lesson-pricing-footer p {
  max-width: 620px;
  margin: 0;
  color: #6f655e;
  font-size: 14px;
  line-height: 1.9;
}

.cello-v120 .lesson-pricing-cta {
  flex: 0 0 auto;
  min-width: 240px;
}

@media (max-width: 768px) {
  .cello-v120 .lesson-pricing {
    margin-top: 76px;
    padding-top: 52px;
  }

  .cello-v120 .lesson-pricing-intro {
    margin-bottom: 36px;
  }

  .cello-v120 .lesson-pricing-intro .eyebrow {
    margin-bottom: 19px;
  }

  .cello-v120 .lesson-pricing-intro h2 {
    margin-bottom: 18px;
    font-size: 31px;
    line-height: 1.36;
  }

  .cello-v120 .lesson-pricing-intro > p:last-child {
    font-size: 14px;
    line-height: 1.9;
  }

  .cello-v120 .lesson-fee-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cello-v120 .lesson-fee-panel {
    padding: 28px 22px 30px;
  }

  .cello-v120 .lesson-fee-head {
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 21px;
  }

  .cello-v120 .lesson-fee-head small,
  .cello-v120 .lesson-service-grid small {
    font-size: 8px;
    letter-spacing: .17em;
  }

  .cello-v120 .lesson-fee-head h3 {
    font-size: 25px;
  }

  .cello-v120 .lesson-enrollment strong {
    font-size: 25px;
  }

  .cello-v120 .lesson-fee-rates > div {
    gap: 14px;
    padding: 20px 0;
  }

  .cello-v120 .lesson-fee-rates dt strong {
    font-size: 16px;
  }

  .cello-v120 .lesson-fee-rates dd {
    font-size: 26px;
  }

  .cello-v120 .lesson-service-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .cello-v120 .lesson-service-grid article {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 14px;
    padding: 27px 4px;
  }

  .cello-v120 .lesson-service-grid article + article {
    border-top: 1px solid rgba(92, 61, 45, .2);
    border-left: 0;
  }

  .cello-v120 .lesson-service-grid h3 {
    font-size: 22px;
  }

  .cello-v120 .lesson-pricing-footer {
    display: block;
    margin-top: 31px;
    padding-top: 28px;
  }

  .cello-v120 .lesson-pricing-footer p {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .cello-v120 .lesson-pricing-cta {
    width: 100%;
    min-width: 0;
  }
}
