              .info .hero-title {
    display: block;
    font-family: 'Teacher', sans-serif;
    font-size: clamp(38px, 6vw, 86px);
    line-height: 1.05;
    font-weight: 400;          /* Teacher is already heavy — bold may double-thicken */
    color: #000;
    text-align: center;
    margin: 0;
    max-width: 12em;           /* forces the "Give Your Child / The Gift Of" break */
    margin-inline: auto;
}

.info .hero-title .smile-blob {
    display: block;
    margin-top: 0.18em;
}
.info .hero-title {
    display: block;
    font-family: 'Teacher', sans-serif;
    font-size: clamp(38px, 6vw, 86px);
    line-height: 1.05;
    font-weight: 400;          /* Teacher is already heavy — bold may double-thicken */
    color: #000;
    text-align: center;
    margin: 0;
    max-width: 12em;           /* forces the "Give Your Child / The Gift Of" break */
    margin-inline: auto;
}

.info .hero-title .smile-blob {
    display: block;
    margin-top: 0.18em;
}

.info .hero-title .smile-blob small {
    display: inline-flex;
    align-items: center;
    gap: 0.15em;
    font-family: 'Prayuth', sans-serif;
    font-size: 0.78em;
    color: #fff;
    background: #6C3FF5;
    padding: 0.12em 0.55em 0.2em;
    border-radius: 42% 58% 55% 45% / 60% 55% 45% 40%;
    transform: rotate(-1.2deg);
    line-height: 1;
}

.info .hero-title .smile-blob small img {
    height: 0.9em;
    width: auto;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .info .hero-title { font-size: 34px; max-width: 100%; }
}

