.tw-lesson-page .tw-page-hero {
    min-height: 390px;
}

.tw-lesson-page .tw-page-hero__image {
    object-position: center 38%;
}

.tw-lesson-page .tw-page-hero .tw-eyebrow {
    color: #e3a26f;
}

.tw-lesson-programs {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tw-lesson-program {
    padding: 23px;
}

.tw-lesson-program > i {
    color: var(--tw-oxblood);
    font-size: 1.45rem;
}

.tw-lesson-program h3 {
    margin: 15px 0 13px;
    font-size: 1.4rem;
}

.tw-lesson-program ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tw-lesson-program li {
    margin: 8px 0;
    display: flex;
    gap: 8px;
    color: var(--tw-muted);
    font-size: 0.82rem;
    line-height: 1.4;
}

.tw-lesson-program li i {
    margin-top: 4px;
    color: var(--tw-copper);
    font-size: 0.68rem;
}

.tw-lesson-feature {
    margin-top: 38px;
    padding: 30px;
    background: #e3e5df;
    border-left: 3px solid var(--tw-sage);
}

.tw-lesson-feature h3 {
    margin: 0 0 14px;
    font-size: 1.8rem;
}

.tw-lesson-feature p:last-child {
    margin-bottom: 0;
}

.tw-lesson-family {
    margin-top: 28px;
    padding: 25px 0;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 15px;
    border-block: 1px solid var(--tw-line);
}

.tw-lesson-family > i {
    color: var(--tw-oxblood);
    font-size: 1.45rem;
}

.tw-lesson-family h3 {
    margin: 0 0 6px;
    font-size: 1.4rem;
}

.tw-lesson-family p {
    margin: 0;
}

.tw-lesson-instructor img {
    aspect-ratio: 1 / 0.86;
}

.tw-lesson-instructor .tw-eyebrow {
    margin-bottom: 10px;
}

.tw-lesson-instructor h2 {
    margin: 0 0 3px;
    font-size: 2rem;
}

.tw-lesson-role {
    color: var(--tw-oxblood) !important;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tw-lesson-instructor .tw-button {
    width: 100%;
    margin-top: 10px;
}

.tw-lesson-times {
    margin-top: 18px;
}

.tw-lesson-times h3 {
    font-size: 1.4rem;
}

.tw-lesson-times p {
    margin: 0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--tw-line);
    font-size: 0.8rem;
}

.tw-lesson-times p span,
.tw-lesson-times small {
    color: var(--tw-muted);
}

.tw-lesson-times small {
    margin-top: 14px;
    display: block;
}

.tw-lesson-review {
    padding: 70px 0;
    text-align: center;
    background: var(--tw-white);
}

.tw-lesson-review .tw-shell {
    max-width: 850px;
}

.tw-lesson-stars {
    color: var(--tw-copper);
    letter-spacing: 0.18em;
}

.tw-lesson-review blockquote {
    margin: 18px 0;
    font-family: var(--tw-serif);
    font-size: clamp(1.65rem, 3vw, 2.6rem);
    line-height: 1.25;
}

.tw-lesson-review cite {
    color: var(--tw-muted);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tw-lesson-cta {
    padding: 58px 0;
    color: var(--tw-white);
    background: var(--tw-oxblood);
}

.tw-lesson-cta .tw-shell {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
}

.tw-lesson-cta .tw-eyebrow {
    color: #efbd97;
}

.tw-lesson-cta h2 {
    margin: 0;
    color: var(--tw-white);
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.tw-lesson-cta .tw-shell > div:last-child {
    display: flex;
    gap: 10px;
}

.tw-lesson-cta__outline {
    color: var(--tw-white);
    border-color: rgba(255, 255, 255, 0.7);
}

.tw-lessons-overview .tw-page-hero__image {
    object-position: center;
}

.tw-faculty-grid {
    margin-top: 40px;
}

.tw-faculty-card img {
    aspect-ratio: 4 / 3;
}

.tw-faculty-card ul {
    padding-left: 18px;
    color: var(--tw-muted);
    font-size: 0.82rem;
}

.tw-instrument-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.tw-instrument-links a {
    min-height: 100px;
    padding: 20px;
    display: flex;
    gap: 12px;
    align-items: center;
    background: var(--tw-white);
    border: 1px solid var(--tw-line);
    font-family: var(--tw-serif);
    font-size: 1.25rem;
}

.tw-instrument-links i {
    color: var(--tw-oxblood);
}

@media (max-width: 1040px) {
    .tw-lesson-programs { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
    .tw-lesson-cta .tw-shell { grid-template-columns: 1fr; }
    .tw-instrument-links { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
    .tw-lesson-page .tw-page-hero { min-height: 360px; }
    .tw-lesson-programs,
    .tw-instrument-links { grid-template-columns: 1fr; }
    .tw-lesson-cta .tw-shell > div:last-child { align-items: stretch; flex-direction: column; }
}