.kh-home {
    --kh-green: #73a921;
    --kh-green-dark: #467615;
    --kh-lime: #b8d832;
    --kh-yellow: #f5c842;
    --kh-orange: #f58220;
    --kh-sky: #35b6d4;
    --kh-navy: #123d64;
    --kh-red: #bd3440;
    --kh-ink: #26343d;
    --kh-muted: #68757d;
    --kh-soft: #f3f9f1;
    --kh-cream: #fff9e9;
    --kh-border: #dce8da;
    color: var(--kh-ink);
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.85;
    overflow-x: clip;
}

.kh-home *,
.kh-home *::before,
.kh-home *::after { box-sizing: border-box; }
.kh-home img { display: block; max-width: 100%; height: auto; }
.kh-home a { color: inherit; text-decoration: none; }
.kh-wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.kh-section { padding: 92px 0; }
.kh-section--soft { background: var(--kh-soft); }
.kh-section--cream { background: var(--kh-cream); }

.kh-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid #e4ece1;
    background: rgba(255,255,255,.96);
    box-shadow: 0 3px 18px rgba(24,67,42,.06);
    backdrop-filter: blur(12px);
}
.kh-header__inner { display: flex; min-height: 86px; align-items: center; gap: 34px; }
.kh-brand { display: flex; width: 205px; flex: 0 0 205px; flex-direction: column; align-items: flex-start; }
.kh-brand__label { margin: 0 0 1px 7px; color: #315a70; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.kh-brand img { width: 190px; height: 54px; object-fit: contain; object-position: left center; }
.kh-nav { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: clamp(14px, 2vw, 30px); }
.kh-nav > a { color: #40515b; font-size: 14px; font-weight: 700; white-space: nowrap; }
.kh-nav > a:hover { color: var(--kh-green-dark); }
.kh-nav__cta { padding: 12px 18px; border-radius: 999px; color: #fff !important; background: var(--kh-orange); box-shadow: 0 6px 16px rgba(245,130,32,.2); }
.kh-menu-button { display: none; }

.kh-hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 86px;
    background:
        radial-gradient(circle at 7% 20%, rgba(184,216,50,.18), transparent 24%),
        radial-gradient(circle at 92% 78%, rgba(53,182,212,.16), transparent 26%),
        #fff;
}
.kh-hero::after {
    position: absolute; right: -75px; bottom: -105px; width: 260px; height: 260px;
    border: 34px solid rgba(245,200,66,.2); border-radius: 50%; content: "";
}
.kh-hero__grid { position: relative; z-index: 1; display: grid; align-items: center; grid-template-columns: .9fr 1.1fr; gap: 64px; }
.kh-eyebrow { margin: 0 0 16px; color: var(--kh-green-dark); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.kh-hero h1 { margin: 0; color: var(--kh-navy); font-size: clamp(40px, 4.4vw, 54px); line-height: 1.3; letter-spacing: .01em; }
.kh-hero h1 span,
.kh-hero h1 em { display: block; white-space: nowrap; }
.kh-hero h1 em { color: var(--kh-orange); font-style: normal; }
.kh-hero__lead { margin: 24px 0 0; color: #42535c; font-size: 18px; font-weight: 600; line-height: 1.9; }
.kh-hero__badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 23px; }
.kh-hero__badges span { padding: 6px 13px; border: 1px solid #cfe1c9; border-radius: 999px; color: var(--kh-green-dark); background: #fff; font-size: 13px; font-weight: 700; }
.kh-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.kh-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 13px 26px; border: 2px solid transparent; border-radius: 9px; font-weight: 800; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.kh-button:hover { transform: translateY(-2px); }
.kh-button--green { color: #fff !important; background: var(--kh-green); box-shadow: 0 8px 20px rgba(91,139,24,.22); }
.kh-button--outline { border-color: var(--kh-green); color: var(--kh-green-dark) !important; background: #fff; }
.kh-button--orange { color: #fff !important; background: var(--kh-orange); box-shadow: 0 8px 20px rgba(245,130,32,.25); }
.kh-hero__photo { position: relative; margin: 0; }
.kh-hero__photo::before { position: absolute; inset: -17px 24px 32px -22px; z-index: -1; border-radius: 30px; background: var(--kh-yellow); content: ""; transform: rotate(-2deg); }
.kh-hero__photo img { width: 100%; height: 500px; border: 10px solid #fff; border-radius: 24px; object-fit: cover; object-position: center; box-shadow: 0 22px 54px rgba(38,75,57,.2); }
.kh-hero__photo figcaption { position: absolute; right: 16px; bottom: -20px; max-width: 380px; padding: 14px 20px; border-radius: 10px; color: var(--kh-navy); background: #fff; font-size: 14px; font-weight: 700; box-shadow: 0 10px 30px rgba(38,75,57,.16); }

.kh-heading { max-width: 780px; margin: 0 auto 44px; text-align: center; }
.kh-heading > p { margin: 0 0 8px; color: var(--kh-green); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.kh-heading h2 { margin: 0 0 13px; color: var(--kh-navy); font-size: clamp(28px, 4vw, 42px); line-height: 1.45; }
.kh-heading span { color: var(--kh-muted); }
.kh-course-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.kh-course-card { position: relative; min-height: 270px; padding: 25px 20px 22px; overflow: hidden; border: 1px solid var(--kh-border); border-radius: 17px; background: #fff; box-shadow: 0 10px 28px rgba(39,84,53,.07); transition: transform .2s ease, box-shadow .2s ease; }
.kh-course-card:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(39,84,53,.13); }
.kh-course-card__icon { display: flex; width: 62px; height: 62px; align-items: center; justify-content: center; margin-bottom: 23px; border-radius: 18px; color: #fff; background: var(--kh-sky); font-size: 18px; font-weight: 900; }
.kh-course-card:nth-child(2) .kh-course-card__icon { background: #2f73b9; }
.kh-course-card:nth-child(3) .kh-course-card__icon { background: #8b64bd; }
.kh-course-card:nth-child(4) .kh-course-card__icon { background: var(--kh-red); }
.kh-course-card--hobby .kh-course-card__icon { background: var(--kh-orange); font-size: 30px; }
.kh-course-card small { color: var(--kh-muted); font-size: 12px; }
.kh-course-card h3 { margin: 8px 0 10px; color: var(--kh-navy); font-size: 21px; line-height: 1.45; }
.kh-course-card p { margin: 0; color: var(--kh-muted); font-size: 13px; line-height: 1.7; }
.kh-course-card--business { border: 2px solid var(--kh-green); }
.kh-course-card--business::after { position: absolute; top: 13px; right: -30px; width: 110px; padding: 4px; color: #fff; background: var(--kh-green); content: "おすすめ"; font-size: 11px; font-weight: 800; text-align: center; transform: rotate(38deg); }

.kh-business { padding: 72px 0; color: #fff; background: linear-gradient(135deg, #103553, #164f75); }
.kh-business__grid { display: grid; align-items: center; grid-template-columns: 120px 1fr 330px; gap: 38px; }
.kh-business__frog { position: relative; }
.kh-business__frog img { width: 110px; height: 110px; border: 6px solid #fff; border-radius: 50%; object-fit: cover; }
.kh-business__frog span { position: absolute; right: -5px; bottom: -4px; padding: 5px 10px; border-radius: 999px; color: #523800; background: var(--kh-yellow); font-size: 12px; font-weight: 900; }
.kh-business__label { margin: 0; color: var(--kh-yellow); font-size: 13px; font-weight: 800; }
.kh-business h2 { margin: 6px 0 16px; color: #fff; font-size: clamp(28px, 4vw, 40px); }
.kh-business__copy > p:last-of-type { margin: 0; color: rgba(255,255,255,.82); }
.kh-business ul { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 18px 0 0; padding: 0; list-style: none; }
.kh-business li::before { margin-right: 7px; color: var(--kh-yellow); content: "✓"; font-weight: 900; }
.kh-business__price { padding: 27px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: rgba(255,255,255,.08); text-align: center; }
.kh-business__price small, .kh-business__price span { display: block; color: rgba(255,255,255,.78); }
.kh-business__price strong { display: block; margin: 3px 0; color: #fff; font-size: 43px; line-height: 1.25; }
.kh-business__price strong em { font-size: 18px; font-style: normal; }
.kh-business__price span { margin-bottom: 20px; font-size: 12px; }
.kh-business__price .kh-button { width: 100%; }

.kh-reason-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.kh-reason-grid article { position: relative; padding: 30px 25px; border-top: 5px solid var(--kh-green); border-radius: 11px; background: #fff; box-shadow: 0 10px 30px rgba(28,70,44,.09); }
.kh-reason-grid article:nth-child(2) { border-color: var(--kh-sky); }
.kh-reason-grid article:nth-child(3) { border-color: var(--kh-orange); }
.kh-reason-grid article:nth-child(4) { border-color: var(--kh-yellow); }
.kh-reason-grid b { color: #cad9cb; font-size: 35px; line-height: 1; }
.kh-reason-grid h3 { margin: 18px 0 12px; color: var(--kh-navy); font-size: 20px; }
.kh-reason-grid p { margin: 0; color: var(--kh-muted); font-size: 14px; }

.kh-about-grid { display: grid; align-items: center; grid-template-columns: 1.08fr .92fr; gap: 72px; }
.kh-about-photos { position: relative; min-height: 490px; }
.kh-about-photos__main { width: 88%; height: 450px; border-radius: 22px; object-fit: cover; box-shadow: 0 18px 44px rgba(75,73,42,.18); }
.kh-about-photos__sub { position: absolute; right: 0; bottom: 0; width: 205px; height: 205px; border: 8px solid var(--kh-cream); border-radius: 50%; object-fit: cover; object-position: center top; box-shadow: 0 12px 30px rgba(75,73,42,.16); }
.kh-about-copy h2 { margin: 0 0 22px; color: var(--kh-navy); font-size: clamp(30px, 4vw, 43px); line-height: 1.55; }
.kh-about-copy p { color: #4e5c62; }
.kh-text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 12px; color: var(--kh-green-dark) !important; font-weight: 800; }
.kh-text-link span { display: flex; width: 31px; height: 31px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--kh-green); }

.kh-voice-grid { display: grid; max-width: 980px; margin: 0 auto; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.kh-voice-grid blockquote { position: relative; margin: 0; padding: 34px; border-radius: 17px; background: #fff; box-shadow: 0 10px 28px rgba(39,84,53,.08); }
.kh-voice-grid blockquote::before { position: absolute; top: 16px; right: 24px; color: rgba(115,169,33,.13); content: "“"; font-family: Georgia,serif; font-size: 82px; line-height: 1; }
.kh-voice-grid span { color: var(--kh-green-dark); font-size: 12px; font-weight: 800; }
.kh-voice-grid p { position: relative; margin: 15px 0 20px; color: var(--kh-navy); font-size: 20px; font-weight: 700; line-height: 1.75; }
.kh-voice-grid cite { color: var(--kh-muted); font-size: 13px; font-style: normal; }

.kh-voice-grid--current { max-width: none; grid-template-columns: repeat(3,minmax(0,1fr)); }
.kh-voice-card { overflow: hidden; border: 1px solid var(--kh-border); border-radius: 17px; background: #fff; box-shadow: 0 10px 28px rgba(39,84,53,.08); }
.kh-voice-card > a { display: block; padding: 20px 20px 0; background: #fffdf7; }
.kh-voice-card img { width: 100%; height: 210px; border-radius: 11px; object-fit: cover; object-position: center; image-rendering: auto; }
.kh-voice-card > div { padding: 23px 24px 27px; }
.kh-voice-card span { color: var(--kh-green-dark); font-size: 12px; font-weight: 800; }
.kh-voice-card h3 { margin: 7px 0 12px; color: var(--kh-navy); font-size: 21px; }
.kh-voice-card p { margin: 0; color: var(--kh-muted); font-size: 14px; line-height: 1.8; }

.kh-diary-heading { display: flex; align-items: flex-end; gap: 18px; margin-bottom: 30px; }
.kh-diary-heading > img { width: 70px; height: 90px; object-fit: contain; mix-blend-mode: multiply; }
.kh-diary-heading .kh-eyebrow { margin-bottom: 3px; }
.kh-diary-heading h2 { margin: 0; color: var(--kh-navy); font-size: clamp(29px,4vw,40px); }
.kh-diary-heading > a { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; color: var(--kh-green-dark); font-size: 14px; font-weight: 800; }
.kh-diary-heading > a span { display: flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--kh-green); }
.kh-diary-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.kh-diary-card { overflow: hidden; border: 1px solid var(--kh-border); border-radius: 17px; background: #fff; box-shadow: 0 10px 28px rgba(39,84,53,.08); transition: transform .2s ease, box-shadow .2s ease; }
.kh-diary-card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(39,84,53,.14); }
.kh-diary-card > a { display: block; height: 100%; }
.kh-diary-card > a > img { width: 100%; height: 215px; object-fit: cover; }
.kh-diary-card__body { padding: 21px 22px 24px; }
.kh-diary-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.kh-diary-card__meta span { padding: 4px 9px; border-radius: 999px; color: var(--kh-green-dark); background: var(--kh-soft); font-size: 10px; font-weight: 800; }
.kh-diary-card__meta time { color: #899397; font-size: 11px; }
.kh-diary-card h3 { margin: 12px 0 10px; color: var(--kh-navy); font-size: 20px; }
.kh-diary-card p { margin: 0; color: var(--kh-muted); font-size: 13px; line-height: 1.75; }
.kh-diary-card b { display: block; margin-top: 17px; color: var(--kh-green-dark); font-size: 12px; text-align: right; }

.kh-access-grid { display: grid; align-items: center; grid-template-columns: 1.12fr .88fr; gap: 58px; }
.kh-access-grid figure { margin: 0; }
.kh-access-grid figure img { width: 100%; height: 430px; border-radius: 20px; object-fit: cover; box-shadow: 0 16px 38px rgba(95,82,39,.15); }
.kh-access-copy h2 { margin: 0 0 20px; color: var(--kh-navy); font-size: clamp(29px,4vw,40px); }
.kh-access-copy dl { margin: 0; }
.kh-access-copy dl > div { display: grid; padding: 12px 0; border-bottom: 1px solid #e3dfce; grid-template-columns: 100px 1fr; gap: 15px; }
.kh-access-copy dt { color: var(--kh-green-dark); font-weight: 800; }
.kh-access-copy dd { margin: 0; }
.kh-access-copy dd a { color: var(--kh-navy); font-size: 22px; font-weight: 800; }

.kh-final-cta { padding: 58px 0; background: var(--kh-yellow); }
.kh-final-cta__inner { display: grid; align-items: center; grid-template-columns: 100px 1fr 310px; gap: 30px; }
.kh-final-cta img { width: 95px; height: 125px; object-fit: contain; mix-blend-mode: multiply; }
.kh-final-cta p { margin: 0; color: #725511; font-size: 13px; font-weight: 800; }
.kh-final-cta h2 { margin: 2px 0 5px; color: var(--kh-navy); font-size: 30px; }
.kh-final-cta span { color: #5f552e; }
.kh-final-cta__actions { text-align: center; }
.kh-final-cta__actions .kh-button { width: 100%; }
.kh-final-cta__actions > a:last-child { display: inline-block; margin-top: 10px; color: var(--kh-navy); font-weight: 800; }

.kh-principal-blog { padding: 25px 0; background: #f7f7f4; }
.kh-principal-blog a { display: flex; max-width: 760px; align-items: center; gap: 18px; margin: 0 auto; color: #657076; font-size: 13px; }
.kh-principal-blog img { width: 62px; height: 42px; object-fit: contain; mix-blend-mode: multiply; opacity: .72; }
.kh-principal-blog small { display: block; color: #8b9498; }
.kh-principal-blog b { margin-left: auto; color: var(--kh-green-dark); white-space: nowrap; }

.kh-footer { padding: 54px 0 22px; color: rgba(255,255,255,.78); background: #123d53; }
.kh-footer__grid { display: grid; align-items: center; grid-template-columns: 260px 1fr auto; gap: 42px; }
.kh-footer__brand span { display: block; margin: 0 0 4px 7px; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.kh-footer__brand img { width: 230px; height: 90px; object-fit: contain; object-position: left center; }
.kh-footer p { margin: 2px 0; font-size: 13px; }
.kh-footer p a { color: #fff; font-size: 20px; font-weight: 800; }
.kh-footer nav { display: grid; grid-template-columns: repeat(2,auto); gap: 8px 24px; font-size: 13px; }
.kh-footer nav a:hover { color: #fff; }
.kh-footer__copyright { margin-top: 34px !important; color: rgba(255,255,255,.48); text-align: center; }
.kh-mobile-cta { display: none; }

@media (max-width: 1000px) {
    .kh-menu-button { display: flex; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; border: 0; border-radius: 8px; background: var(--kh-soft); }
    .kh-menu-button > span:not(.screen-reader-text) { width: 22px; height: 2px; background: var(--kh-navy); }
    .kh-nav { position: absolute; top: 86px; right: 0; left: 0; display: none; padding: 18px 20px 24px; border-top: 1px solid #e4ece1; background: #fff; box-shadow: 0 15px 24px rgba(24,67,42,.12); }
    .kh-nav.is-open { display: grid; }
    .kh-nav > a { padding: 10px 14px; }
    .kh-nav__cta { text-align: center; }
    .kh-hero__grid { grid-template-columns: 1fr 1fr; gap: 38px; }
    .kh-hero__photo img { height: 430px; }
    .kh-course-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .kh-business__grid { grid-template-columns: 90px 1fr; }
    .kh-business__frog img { width: 85px; height: 85px; }
    .kh-business__price { grid-column: 1 / -1; }
    .kh-reason-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .kh-about-grid { gap: 45px; }
    .kh-voice-grid--current { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .kh-diary-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .kh-diary-card:last-child { grid-column: 1 / -1; }
    .kh-final-cta__inner { grid-template-columns: 80px 1fr; }
    .kh-final-cta__actions { grid-column: 1 / -1; }
    .kh-footer__grid { grid-template-columns: 230px 1fr; }
    .kh-footer nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; }
}

@media (max-width: 700px) {
    .kh-home { padding-bottom: 66px; font-size: 15px; }
    .kh-wrap { width: min(100% - 28px, 1160px); }
    .kh-section { padding: 64px 0; }
    .kh-header__inner { min-height: 72px; }
    .kh-brand { width: 165px; flex-basis: 165px; }
    .kh-brand__label { font-size: 10px; }
    .kh-brand img { width: 160px; height: 42px; }
    .kh-nav { top: 72px; }
    .kh-hero { padding: 50px 0 64px; }
    .kh-hero__grid { grid-template-columns: 1fr; gap: 48px; }
    .kh-hero h1 { font-size: clamp(34px, 9.2vw, 40px); line-height: 1.42; letter-spacing: -.025em; }
    .kh-hero__lead { font-size: 16px; }
    .kh-actions { display: grid; grid-template-columns: 1fr; }
    .kh-button { width: 100%; }
    .kh-hero__photo::before { inset: -12px 10px 25px -10px; }
    .kh-hero__photo img { height: 330px; border-width: 7px; border-radius: 18px; }
    .kh-hero__photo figcaption { right: 8px; bottom: -24px; left: 8px; max-width: none; padding: 12px 14px; font-size: 12px; text-align: center; }
    .kh-heading { margin-bottom: 30px; text-align: left; }
    .kh-heading h2 { font-size: 28px; }
    .kh-course-grid { grid-template-columns: 1fr; }
    .kh-course-card { min-height: auto; padding: 22px; }
    .kh-course-card__icon { width: 54px; height: 54px; margin-bottom: 15px; }
    .kh-business { padding: 56px 0; }
    .kh-business__grid { grid-template-columns: 72px 1fr; gap: 20px; }
    .kh-business__frog img { width: 68px; height: 68px; border-width: 4px; }
    .kh-business__frog span { right: -12px; font-size: 10px; }
    .kh-business h2 { font-size: 28px; line-height: 1.4; }
    .kh-business__copy > p:last-of-type, .kh-business ul { grid-column: 1 / -1; }
    .kh-business__copy { display: contents; }
    .kh-business__label, .kh-business h2 { grid-column: 2; }
    .kh-business__price { padding: 23px 18px; }
    .kh-business__price strong { font-size: 38px; }
    .kh-reason-grid { grid-template-columns: 1fr; }
    .kh-about-grid { grid-template-columns: minmax(0,1fr); gap: 42px; }
    .kh-about-photos { min-width: 0; min-height: 360px; }
    .kh-about-photos__main { width: 94%; height: 330px; }
    .kh-about-photos__sub { width: 135px; height: 135px; border-width: 6px; }
    .kh-about-copy { min-width: 0; }
    .kh-about-copy h2 { font-size: 29px; }
    .kh-voice-grid { grid-template-columns: 1fr; }
    .kh-voice-grid blockquote { padding: 28px 22px; }
    .kh-voice-grid p { font-size: 18px; }
    .kh-voice-grid--current { grid-template-columns: 1fr; }
    .kh-voice-card { display: grid; grid-template-columns: 130px minmax(0,1fr); }
    .kh-voice-card > a { padding: 14px 0 14px 14px; }
    .kh-voice-card img { height: 100%; min-height: 165px; }
    .kh-voice-card > div { padding: 19px 18px; }
    .kh-voice-card h3 { font-size: 18px; }
    .kh-voice-card p { font-size: 12px; }
    .kh-diary-heading { align-items: center; }
    .kh-diary-heading > img { width: 52px; height: 70px; }
    .kh-diary-heading h2 { font-size: 25px; }
    .kh-diary-heading > a { font-size: 0; }
    .kh-diary-cards { grid-template-columns: 1fr; }
    .kh-diary-card:last-child { grid-column: auto; }
    .kh-diary-card > a > img { height: 210px; }
    .kh-access-grid { grid-template-columns: minmax(0,1fr); gap: 34px; }
    .kh-access-grid figure, .kh-access-copy { min-width: 0; }
    .kh-access-grid figure img { height: 270px; }
    .kh-access-copy dl > div { grid-template-columns: 78px minmax(0,1fr); gap: 10px; }
    .kh-final-cta__inner { grid-template-columns: 65px 1fr; gap: 18px; }
    .kh-final-cta img { width: 62px; height: 90px; }
    .kh-final-cta h2 { font-size: 24px; }
    .kh-final-cta span { font-size: 13px; }
    .kh-principal-blog a { align-items: flex-start; }
    .kh-principal-blog img { width: 48px; flex: 0 0 48px; }
    .kh-principal-blog b { display: none; }
    .kh-footer { padding-top: 43px; }
    .kh-footer__grid { grid-template-columns: 1fr; gap: 25px; }
    .kh-footer__brand img { width: 210px; }
    .kh-footer nav { display: grid; grid-template-columns: repeat(2,1fr); }
    .kh-mobile-cta { position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; display: flex; min-height: 62px; align-items: center; justify-content: center; color: #fff !important; background: var(--kh-orange); font-weight: 800; box-shadow: 0 -5px 20px rgba(42,44,32,.2); }
}

/* Approved mockup artwork */
.kh-course-card__art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kh-reason-grid article > img {
    display: block;
    width: 82px;
    height: 72px;
    margin: 0 auto 8px;
    object-fit: contain;
}

.kh-reason-grid article > img + h3 {
    margin-top: 8px;
}

@media (prefers-reduced-motion: reduce) {
    .kh-home * { scroll-behavior: auto !important; transition: none !important; }
}

/* 2026 homepage refinement: text-led hero, learning styles and authentic school life. */
.kh-brand { width: 225px; flex-basis: 225px; }
.kh-brand__label { margin-left: 5px; color: var(--kh-navy); font-family: Meiryo, "Yu Gothic", sans-serif; font-size: 13px; letter-spacing: .06em; }
.kh-brand img { width: 220px; height: 64px; object-fit: contain; object-position: left center; }
.kh-header-phone { display: flex !important; flex-direction: column; color: var(--kh-navy) !important; font-size: 16px; font-weight: 900 !important; line-height: 1.2; white-space: nowrap; }
.kh-header-phone small { color: var(--kh-muted); font-size: 9px; font-weight: 700; }

.kh-hero--text { min-height: 610px; padding: 78px 0 86px; }
.kh-hero__grid--text { grid-template-columns: .92fr 1.08fr; }
.kh-hero--text .kh-hero__copy { position: relative; z-index: 2; }
.kh-hero--text h1 { font-size: clamp(42px, 4.9vw, 64px); line-height: 1.38; }
.kh-hero-subjects { position: relative; display: grid; align-items: stretch; grid-template-columns: 1.25fr repeat(2,minmax(0,1fr)); gap: 14px; padding: 18px 8px 26px 10px; }
.kh-subject { display: flex; min-height: 145px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border: 2px solid #dfe8ef; border-radius: 18px; color: var(--kh-navy); background: rgba(255,255,255,.84); font-size: 15px; font-weight: 800; box-shadow: 0 12px 32px rgba(33,77,64,.08); }
.kh-subject b { display: flex; width: 68px; height: 68px; align-items: center; justify-content: center; color: #246ab3; }
.kh-subject b svg { display: block; width: 64px; height: 64px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.kh-subject b svg text { fill: currentColor; stroke: none; font-family: Arial,sans-serif; font-size: 24px; font-weight: 900; }
.kh-subject--excel { border-color: #d7ead8; }
.kh-subject--excel b { color: #17874e; }
.kh-subject--license { border-color: #f4ddc0; }
.kh-subject--license b { color: var(--kh-orange); }
.kh-subject--ai { border-color: #e3daf3; }
.kh-subject--ai b { color: #7f5db2; }
.kh-subject--hobby { border-color: #f4dbe2; }
.kh-subject--hobby b { color: #df6688; }
.kh-subject--business { border-color: #d7ead8; }
.kh-subject--business b { color: #4e8d20; }
.kh-hero-subjects > .kh-hero-keroko { grid-row: 1 / 4; align-self: end; width: 100%; max-height: 450px; padding: 12px 6px 0; object-fit: contain; filter: drop-shadow(0 14px 20px rgba(60,101,22,.16)); }

.kh-course-grid--styles { grid-template-columns: repeat(4, minmax(0,1fr)); }
.kh-course-grid--styles .kh-course-card { min-height: 285px; padding: 28px 24px; }
.kh-course-grid--styles .kh-course-card__icon { width: 64px; height: 64px; }
.kh-course-card__art { position: absolute; top: 25px; right: 22px; display: block; width: 82px; height: 66px; opacity: .27; pointer-events: none; }
.kh-course-card__art svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.kh-course-grid--styles .kh-course-card--pack { border: 2px solid #6aa2de; }
.kh-course-grid--styles .kh-course-card--pack .kh-course-card__icon { background: #4a90d5; }
.kh-course-grid--styles .kh-course-card--pack .kh-course-card__art { color: #4a90d5; }
.kh-course-grid--styles .kh-course-card--license { border: 2px solid #e4b459; }
.kh-course-grid--styles .kh-course-card--license .kh-course-card__icon { background: #dd9a23; }
.kh-course-grid--styles .kh-course-card--license .kh-course-card__art { color: #dd9a23; }
.kh-course-grid--styles .kh-course-card--single { border: 2px solid #9ac47e; }
.kh-course-grid--styles .kh-course-card--single .kh-course-card__icon { background: var(--kh-green); }
.kh-course-grid--styles .kh-course-card--single .kh-course-card__art { color: var(--kh-green); }
.kh-course-grid--styles .kh-course-card--monthly { border: 2px solid #efb184; }
.kh-course-grid--styles .kh-course-card--monthly .kh-course-card__icon { background: var(--kh-orange); }
.kh-course-grid--styles .kh-course-card--monthly .kh-course-card__art { color: var(--kh-orange); }
.kh-course-grid--styles .kh-course-card__price-note {
    margin: 14px 0 3px;
    color: #29445f;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
}
.kh-course-grid--styles .kh-course-card__price {
    margin: 0;
    color: #173b63;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}
.kh-course-grid--styles .kh-course-card__price strong {
    color: #f35d18;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: .01em;
}
.kh-course-grid--styles .kh-course-card__price b {
    color: #f35d18;
    font-size: 13px;
    font-weight: 800;
}
.kh-course-grid--styles .kh-course-card__detail {
    margin: 8px 0 0;
    color: #344c65;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
}
.kh-popular { margin-top: 48px; }
.kh-popular > h3 { margin: 0 0 18px; color: var(--kh-navy); font-size: 24px; text-align: center; }
.kh-popular__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.kh-popular-card { position: relative; display: flex; min-height: 155px; align-items: center; justify-content: space-between; gap: 18px; padding: 28px 30px; overflow: hidden; border: 2px solid #b9d2eb; border-radius: 17px; color: var(--kh-navy) !important; background: #fff; box-shadow: 0 10px 28px rgba(39,84,53,.07); }
.kh-popular-card strong { display: block; margin: 5px 0; font-size: 23px; }
.kh-popular-card p { margin: 0; color: var(--kh-muted); font-size: 13px; }
.kh-popular-card > b { color: var(--kh-orange); font-size: 25px; text-align: right; white-space: nowrap; }
.kh-popular-card > b small { display: block; color: var(--kh-muted); font-size: 10px; }
.kh-popular-card__mark { display: flex; width: 82px; height: 82px; flex: 0 0 82px; align-items: center; justify-content: center; border-radius: 18px; color: #fff; background: #17874e; font-size: 22px; font-weight: 900; }
.kh-ribbon { position: absolute; top: 13px; left: -36px; width: 130px; padding: 5px 0; color: #fff; background: var(--kh-red); font-size: 11px; font-weight: 900; text-align: center; transform: rotate(-38deg); }

.kh-business__frog img { width: 118px; height: 118px; border: 0; border-radius: 0; object-fit: contain; filter: drop-shadow(0 10px 16px rgba(0,0,0,.18)); }
.kh-business__frog span { right: -7px; bottom: -3px; }

.kh-daily-grid { display: grid; grid-template-columns: 1.35fr .82fr .82fr; grid-template-rows: repeat(2, 235px); gap: 18px; }
.kh-daily-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(74,85,46,.12); }
.kh-daily-card--main { grid-row: 1 / 3; }
.kh-daily-card img { width: 100%; height: 100%; object-fit: cover; }
.kh-daily-card--main img { object-position: center; }
.kh-daily-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 20px 18px 15px; color: #fff; background: linear-gradient(transparent, rgba(12,47,63,.88)); }
.kh-daily-card figcaption b, .kh-daily-card figcaption span { display: block; }
.kh-daily-card figcaption b { font-size: 17px; }
.kh-daily-card figcaption span { margin-top: 2px; font-size: 11px; }

.kh-principal-message { overflow: hidden; background: linear-gradient(135deg,#fffdf7,#f8fbf0); }
.kh-principal-message__grid { position: relative; display: grid; align-items: center; grid-template-columns: 145px .8fr 1.2fr; gap: 38px; }
.kh-principal-message__grid > img { align-self: end; width: 145px; max-height: 300px; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 14px 18px rgba(77,111,37,.12)); }
.kh-principal-message__lead { padding-left: 10px; }
.kh-principal-message__lead h2 { margin: 0 0 24px; color: var(--kh-navy); font-size: clamp(28px,3.5vw,40px); }
.kh-principal-message__lead strong { display: block; color: var(--kh-green-dark); font-size: clamp(24px,3vw,34px); line-height: 1.65; }
.kh-principal-message__body { padding-left: 20px; color: #4d5a60; line-height: 1.9; }
.kh-principal-message__body p { margin: 0 0 14px; }
.kh-principal-message__body b { color: var(--kh-navy); }

.kh-diary-heading > img { width: 82px; height: 110px; mix-blend-mode: normal; }
.kh-final-cta img { height: 140px; mix-blend-mode: normal; }
.kh-footer__brand img { height: 84px; }
.kh-mobile-cta { display: none; }

@media (max-width: 1100px) {
    .kh-header-phone { display: none !important; }
    .kh-hero-subjects { padding-right: 0; }
    .kh-course-grid--styles { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .kh-principal-message__grid { grid-template-columns: 115px .85fr 1.15fr; gap: 25px; }
    .kh-principal-message__grid > img { width: 115px; }
}

@media (max-width: 800px) {
    .kh-hero__grid--text { grid-template-columns: 1fr; }
    .kh-hero-subjects { max-width: 620px; margin: 0 auto; padding: 0; }
    .kh-hero-subjects > .kh-hero-keroko { max-height: 390px; }
    .kh-popular__grid { grid-template-columns: 1fr; }
    .kh-daily-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: 330px repeat(2,220px); }
    .kh-daily-card--main { grid-column: 1 / -1; grid-row: auto; }
    .kh-principal-message__grid { grid-template-columns: 105px 1fr; }
    .kh-principal-message__grid > img { grid-row: 1 / 3; }
    .kh-principal-message__body { grid-column: 2; padding-left: 0; }
}

@media (max-width: 700px) {
    .kh-home { padding-bottom: 72px; }
    .kh-brand { width: 190px; flex-basis: 190px; }
    .kh-brand__label { font-size: 11px; }
    .kh-brand img { width: 185px; height: 51px; }
    .kh-hero--text { min-height: 0; padding: 52px 0 68px; }
    .kh-hero--text h1 { font-size: clamp(35px,10vw,44px); }
    .kh-hero-subjects { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
    .kh-subject { min-height: 118px; font-size: 13px; }
    .kh-subject b { width: 54px; height: 54px; }
    .kh-subject b svg { width: 52px; height: 52px; }
    .kh-course-grid--styles { grid-template-columns: 1fr; }
    .kh-course-grid--styles .kh-course-card { min-height: 235px; padding: 22px; }
    .kh-course-card__art { top: 20px; right: 20px; width: 92px; height: 72px; opacity: .3; }
    .kh-popular-card { align-items: flex-start; flex-direction: column; padding: 27px 22px 22px; }
    .kh-popular-card > b { align-self: stretch; text-align: left; }
    .kh-popular-card__mark { position: absolute; right: 18px; bottom: 18px; width: 62px; height: 62px; flex-basis: 62px; font-size: 17px; }
    .kh-business__grid { grid-template-columns: 82px minmax(0,1fr); }
    .kh-business__frog img { width: 82px; height: 82px; }
    .kh-daily-grid { grid-template-columns: 1fr; grid-template-rows: 280px repeat(4,210px); }
    .kh-daily-card--main { grid-column: auto; }
    .kh-principal-message__grid { grid-template-columns: 84px minmax(0,1fr); gap: 18px; }
    .kh-principal-message__grid > img { grid-row: 1; width: 84px; align-self: end; }
    .kh-principal-message__lead { min-width: 0; padding-left: 0; }
    .kh-principal-message__lead h2 { font-size: 25px; }
    .kh-principal-message__lead strong { font-size: 21px; }
    .kh-principal-message__body { grid-column: 1 / -1; padding-left: 0; font-size: 14px; }
    .kh-diary-heading > img { width: 58px; height: 82px; }
    .kh-final-cta img { height: 92px; }
    .kh-mobile-cta { position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; display: grid; min-height: 66px; grid-template-columns: .92fr 1.08fr; background: #fff; box-shadow: 0 -5px 20px rgba(42,44,32,.2); }
    .kh-mobile-cta a { display: flex; min-width: 0; align-items: center; justify-content: center; flex-direction: column; padding: 9px 8px; color: #fff !important; background: var(--kh-green); font-size: 14px; font-weight: 900; line-height: 1.25; text-align: center; }
    .kh-mobile-cta a:last-child { background: var(--kh-orange); }
    .kh-mobile-cta small { font-size: 9px; font-weight: 700; }
}

/* Shared readable body standard used on the homepage and course guide. */
.kh-home {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.85;
}
.kh-heading span,
.kh-course-card p,
.kh-popular-card p,
.kh-reason-grid p,
.kh-voice-card p,
.kh-diary-card p,
.kh-principal-message__body,
.kh-principal-blog a,
.kh-final-cta p {
    color: #3f5568;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}
.kh-course-card p,
.kh-popular-card p,
.kh-reason-grid p,
.kh-voice-card p,
.kh-diary-card p {
    font-weight: 700;
}
.kh-footer p,
.kh-footer nav {
    font-size: 15px;
    line-height: 1.75;
}

/* 濃紺のフッター上では、共通の本文色より白文字を優先する */
.kh-home .kh-footer,
.kh-home .kh-footer p,
.kh-home .kh-footer span,
.kh-home .kh-footer strong {
    color: rgba(255, 255, 255, .86);
}
.kh-home .kh-footer a,
.kh-home .kh-footer nav a {
    color: #fff !important;
}
.kh-home .kh-footer .kh-footer__copyright {
    color: rgba(255, 255, 255, .64) !important;
}

/* 2026-08 トップページ再調整：承認済みモックアップの密度に統一 */
.kh-home .kh-wrap { width: min(1120px, calc(100% - 40px)); }
.kh-home .kh-section { padding: 64px 0; }
.kh-hero--text { min-height: 0; padding: 58px 0 52px; }
.kh-hero__grid--text { align-items: center; gap: 38px; }
.kh-hero--text h1 { margin-bottom: 22px; font-size: clamp(44px, 5.1vw, 66px); line-height: 1.33; }
.kh-hero__lead { margin-top: 20px; font-size: 18px; font-weight: 700; }
.kh-hero-subjects { min-height: 470px; }
.kh-hero-subjects > .kh-hero-keroko { width: 46%; max-height: 430px; }
.kh-subject { min-height: 126px; padding: 15px 10px; }
.kh-heading { margin-bottom: 32px; }
.kh-course-grid--styles { gap: 16px; }
.kh-course-grid--styles .kh-course-card { min-height: 280px; padding: 25px 23px; }
.kh-reason-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.kh-business { padding: 52px 0; }
.kh-principal-message__grid { grid-template-columns: 155px .8fr 1.2fr; }
.kh-voice-grid--current { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 940px; margin-inline: auto; }
.kh-diary-cards { gap: 18px; }
.kh-access-grid { gap: 34px; }

@media (max-width: 700px) {
    .kh-home .kh-wrap { width: min(100% - 28px, 1120px); }
    .kh-home .kh-section { padding: 48px 0; }
    .kh-hero--text { padding: 42px 0 46px; overflow: hidden; }
    .kh-hero--text h1 { font-size: clamp(34px, 9.6vw, 43px); overflow-wrap: normal; word-break: keep-all; }
    .kh-hero-subjects { min-height: 420px; width: 100%; }
    .kh-hero-subjects > .kh-hero-keroko { width: 48%; max-height: 350px; }
    .kh-reason-grid, .kh-voice-grid--current { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
    .kh-home { font-size: 16px; }
    .kh-heading span,
    .kh-course-card p,
    .kh-popular-card p,
    .kh-reason-grid p,
    .kh-voice-card p,
    .kh-diary-card p,
    .kh-principal-message__body,
    .kh-principal-blog a,
    .kh-final-cta p { font-size: 16px; }
}

/* 2026-08 トップバナー：教室で学べる内容が一目で伝わる写真を使用 */
.kh-hero--text {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.kh-hero--text::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 6% 18%, rgba(145,194,102,.12), transparent 22%),
        radial-gradient(circle at 17% 86%, rgba(255,190,92,.12), transparent 25%);
    content: "";
    pointer-events: none;
}
.kh-hero__grid--text {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(460px,.9fr) minmax(0,1.1fr);
    gap: 0;
}
.kh-hero--text .kh-hero__copy {
    position: relative;
    z-index: 3;
    padding: 30px 26px 30px 0;
}
.kh-hero--text h1 .kh-hero-title-line { display: block; }
.kh-hero--text h1 .kh-hero-title-line em,
.kh-hero--text h1 .kh-hero-title-line b { display: inline; font-style: normal; font-weight: 900; }
.kh-hero--text h1 .kh-hero-title-line em { color: var(--kh-orange); }
.kh-hero--text h1 .kh-hero-title-line b { color: var(--kh-navy); }
.kh-hero-visual {
    position: relative;
    min-height: 510px;
    margin-left: -58px;
    overflow: hidden;
    border-radius: 0 26px 26px 0;
}
.kh-hero-visual::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 7%,rgba(255,255,255,.56) 25%,rgba(255,255,255,.08) 47%,transparent 67%);
    content: "";
    pointer-events: none;
}
.kh-hero-visual__photo {
    width: 100%;
    height: 100%;
    min-height: 510px;
    object-fit: cover;
    object-position: 56% center;
}
.kh-hero-visual__keroko {
    position: absolute;
    right: 34px;
    bottom: 14px;
    z-index: 2;
    width: 118px;
    max-height: 190px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 12px 18px rgba(41,78,30,.2));
}

@media (max-width: 900px) {
    .kh-hero__grid--text { grid-template-columns: 1fr; gap: 28px; }
    .kh-hero--text .kh-hero__copy { padding-right: 0; }
    .kh-hero-visual { min-height: 380px; margin-left: 0; border-radius: 22px; }
    .kh-hero-visual::before { background: linear-gradient(180deg,rgba(255,255,255,.72),transparent 25%); }
    .kh-hero-visual__photo { min-height: 380px; object-position: 62% center; }
    .kh-hero-visual__keroko { right: 14px; bottom: 10px; width: 100px; max-height: 160px; }
}

@media (max-width: 700px) {
    .kh-hero-visual { min-height: 265px; border-radius: 16px; }
    .kh-hero-visual__photo { min-height: 265px; object-position: 66% center; }
    .kh-hero-visual__keroko { right: 8px; bottom: 8px; width: 76px; max-height: 122px; }
}

/* 2026-08 承認済みモックアップ：トップ画像より下の構成 */
#courses.kh-section { padding: 36px 0 30px; background: #fff; }
#courses .kh-heading { margin-bottom: 22px; }
#courses .kh-heading > p,
#courses .kh-heading > span,
#courses .kh-course-card__icon,
#courses .kh-course-card > small { display: none; }
#courses .kh-heading h2,
.kh-heading--compact h2 { font-size: clamp(27px,3vw,36px); text-align: center; }
.kh-course-grid--styles { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.kh-course-grid--styles .kh-course-card {
    min-height: 230px;
    align-items: center;
    padding: 20px 14px 18px;
    border-width: 1px;
    border-radius: 13px;
    background: #fff;
    text-align: center;
    box-shadow: 0 5px 18px rgba(24,60,82,.05);
}
.kh-course-grid--styles .kh-course-card__art {
    position: static;
    display: flex;
    width: 82px;
    height: 68px;
    align-items: center;
    justify-content: center;
    margin: 5px auto 8px;
    opacity: 1;
}
.kh-course-grid--styles .kh-course-card__art img { max-width: 100%; max-height: 100%; object-fit: contain; }
.kh-course-grid--styles h3 { order: -1; margin: 0 0 5px; font-size: 21px; }
.kh-course-card--pack h3 { color: #2384e6; }
.kh-course-card--license h3 { color: #087b72; }
.kh-course-card--single h3 { color: #397b22; }
.kh-course-card--monthly h3 { color: #ef6419; }
.kh-course-grid--styles .kh-course-card p { margin: 1px 0; font-size: 14px; line-height: 1.45; }
.kh-course-grid--styles .kh-course-card__price strong { color: #f15e22; font-size: 25px; }
.kh-course-grid--styles .kh-course-card__price b { font-size: 11px; }
.kh-course-grid--styles .kh-course-card__price-note,
.kh-course-grid--styles .kh-course-card__detail { font-weight: 800; }

.kh-reasons-compact { padding: 24px 0 28px !important; background: #fff; }
.kh-heading--compact { margin-bottom: 18px; }
.kh-reason-grid { gap: 14px; }
.kh-reason-grid article {
    display: grid;
    min-height: 126px;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid #e3e9e5;
    border-radius: 12px;
    grid-template-columns: 78px 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 14px;
    background: #fff;
    box-shadow: none;
}
.kh-reason-grid article img { grid-row: 1 / 3; width: 70px; height: 70px; object-fit: contain; }
.kh-reason-grid article h3 { margin: 0 0 2px; font-size: 20px; }
.kh-reason-grid article:nth-child(1) h3 { color: #4d8e21; }
.kh-reason-grid article:nth-child(2) h3 { color: #f04444; }
.kh-reason-grid article:nth-child(3) h3 { color: #2584df; }
.kh-reason-grid article p { margin: 0; font-size: 14px; line-height: 1.55; }

.kh-business--compact { padding: 18px 0; background: #082d67; }
.kh-business--compact .kh-business__grid {
    display: grid;
    align-items: center;
    grid-template-columns: 74px minmax(0,1fr) 112px 220px;
    gap: 18px;
}
.kh-business--compact .kh-business__frog { position: relative; }
.kh-business--compact .kh-business__frog img { width: 70px; height: 70px; object-fit: contain; }
.kh-business--compact .kh-business__frog span {
    position: absolute; top: -28px; right: auto; bottom: auto; left: -7px; white-space: nowrap;
    padding: 4px 10px; border-radius: 999px; color: #0b3166; background: #ffd646;
    font-size: 12px; font-weight: 900;
}
.kh-business--compact .kh-business__copy h2 { margin: 0 0 8px; color: #fff; font-size: 28px; }
.kh-business__facts { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 15px; color: #fff; }
.kh-business__facts span { font-size: 13px; font-weight: 800; }
.kh-business__facts strong { color: #fff; font-size: 15px; }
.kh-business__facts strong b { color: #ff7a1a; font-size: 25px; }
.kh-business__apps { display: flex; gap: 8px; }
.kh-business__apps b { display: grid; width: 48px; height: 54px; place-items: center; border-radius: 7px; color: #fff; background: #2472bb; font-size: 27px; }
.kh-business__apps b:last-child { background: #168c50; }
.kh-business--compact .kh-button { min-height: 52px; padding: 12px 18px; }

.kh-principal-strip { padding: 42px 0; background: #fffaf2; }
.kh-principal-strip__inner { display: grid; align-items: center; grid-template-columns: 140px minmax(0,1fr) 240px; gap: 30px; }
.kh-principal-strip__inner > img { width: 108px; height: 108px; border-radius: 50%; object-fit: cover; object-position: center 18%; }
.kh-principal-strip h2 { margin: 0 0 6px; color: #3c842a; font-size: 28px; }
.kh-principal-strip__story p { margin: 0 0 10px; color: #293e52; font-size: 16px; font-weight: 600; line-height: 1.85; }
.kh-principal-strip__story p:last-child { margin-bottom: 0; }
.kh-principal-strip small { display: block; margin-top: 5px; color: #445361; font-weight: 800; }
.kh-principal-strip .kh-button { min-height: 48px; padding: 10px 16px; }

#voices.kh-section { padding: 26px 0 34px; }
#voices .kh-heading { margin-bottom: 15px; }
.kh-voice-grid--current { max-width: 100%; gap: 18px; }
.kh-voice-card { display: grid; min-height: 190px; grid-template-columns: 132px 1fr; border-radius: 12px; box-shadow: none; }
.kh-voice-card > a img { width: 132px; height: 100%; min-height: 190px; object-fit: cover; }
.kh-voice-card > div { padding: 17px 18px; }
.kh-voice-card h3 { margin: 4px 0 7px; font-size: 19px; }
.kh-voice-card p { display: -webkit-box; margin: 0; overflow: hidden; font-size: 14px; line-height: 1.58; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }

#diary.kh-section { padding: 30px 0; }
.kh-diary-heading { margin-bottom: 14px; }
.kh-diary-heading > img { width: 50px; height: 68px; object-fit: contain; }
.kh-diary-heading .kh-eyebrow { display: none; }
.kh-diary-heading h2 { margin: 0; font-size: 29px; }
.kh-diary-cards { gap: 14px; }
.kh-diary-card { border-radius: 12px; box-shadow: none; }
.kh-diary-card > a > img { height: 142px; object-fit: cover; }
.kh-diary-card__body { padding: 14px 16px 16px; }
.kh-diary-card h3 { margin: 5px 0; font-size: 18px; }
.kh-diary-card p { display: -webkit-box; margin: 0; overflow: hidden; font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.kh-diary-card b { margin-top: 8px; font-size: 12px; }

#access.kh-section { padding: 30px 0; }
.kh-access-grid { display: grid; align-items: stretch; grid-template-columns: 1fr 1fr 1.08fr; gap: 14px; }
.kh-access-grid figure,
.kh-access-map,
.kh-access-copy { overflow: hidden; min-height: 245px; margin: 0; border: 1px solid #e2e7e2; border-radius: 12px; background: #fff; }
.kh-access-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.kh-access-map iframe { width: 100%; height: 100%; min-height: 245px; border: 0; }
.kh-access-copy { padding: 18px; }
.kh-access-copy .kh-eyebrow { display: none; }
.kh-access-copy h2 { margin: 0 0 10px; font-size: 23px; }
.kh-access-copy dl { margin: 0 0 7px; }
.kh-access-copy dl > div { padding: 5px 0; }
.kh-access-copy dt,.kh-access-copy dd { font-size: 13px; line-height: 1.5; }
.kh-access-copy .kh-text-link { font-size: 12px; }

.kh-final-cta { padding: 15px 0; }
.kh-final-cta__inner { min-height: 114px; padding: 12px 22px; }
.kh-final-cta img { height: 105px; }
.kh-final-cta h2 { margin: 0 0 2px; font-size: 23px; }
.kh-final-cta p,.kh-final-cta span { font-size: 13px; }
.kh-principal-blog { padding: 12px 0; }

@media (max-width: 900px) {
    .kh-course-grid--styles { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .kh-business--compact .kh-business__grid { grid-template-columns: 68px minmax(0,1fr) 190px; }
    .kh-business__apps { display: none; }
    .kh-principal-strip__inner { grid-template-columns: 100px minmax(0,1fr); }
    .kh-principal-strip__inner .kh-button { grid-column: 2; justify-self: start; }
    .kh-access-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .kh-access-copy { grid-column: 1 / -1; min-height: 0; }
}

@media (max-width: 700px) {
    #courses.kh-section { padding: 28px 0 24px; }
    .kh-course-grid--styles { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .kh-course-grid--styles .kh-course-card { min-height: 218px; padding: 16px 8px; }
    .kh-course-grid--styles h3 { font-size: 17px; }
    .kh-course-grid--styles .kh-course-card__art { width: 66px; height: 58px; }
    .kh-course-grid--styles .kh-course-card p { font-size: 12px; }
    .kh-course-grid--styles .kh-course-card__price strong { font-size: 20px; }
    .kh-reason-grid { grid-template-columns: 1fr; }
    .kh-reason-grid article { min-height: 104px; grid-template-columns: 64px 1fr; padding: 12px 15px; }
    .kh-reason-grid article img { width: 58px; height: 58px; }
    .kh-business--compact { padding: 24px 0; }
    .kh-business--compact .kh-business__grid { grid-template-columns: 58px minmax(0,1fr); gap: 12px; }
    .kh-business--compact .kh-business__frog img { width: 56px; height: 56px; }
    .kh-business--compact .kh-business__frog span { top: -25px; font-size: 10px; }
    .kh-business--compact .kh-business__copy h2 { font-size: 21px; }
    .kh-business--compact .kh-business__facts { grid-column: 2; align-self: start; }
    .kh-business--compact .kh-button { grid-column: 1 / -1; width: 100%; }
    .kh-principal-strip__inner { grid-template-columns: 82px 1fr; gap: 14px; }
    .kh-principal-strip__inner > img { width: 78px; height: 78px; }
    .kh-principal-strip h2 { font-size: 21px; }
    .kh-principal-strip p { font-size: 13px; }
    .kh-principal-strip__inner .kh-button { grid-column: 1 / -1; width: 100%; }
    .kh-voice-card { grid-template-columns: 100px 1fr; min-height: 180px; }
    .kh-voice-card > a img { width: 100px; min-height: 180px; }
    .kh-voice-card > div { padding: 14px; }
    .kh-diary-cards { grid-template-columns: 1fr; }
    .kh-access-grid { grid-template-columns: 1fr; }
    .kh-access-copy { grid-column: auto; }
    .kh-access-grid figure,.kh-access-map { min-height: 210px; }
    .kh-final-cta__inner { grid-template-columns: 64px 1fr; }
    .kh-final-cta img { height: 86px; }
    .kh-final-cta__actions { grid-column: 1 / -1; width: 100%; }
}
