.hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: center;
  overflow: hidden;
  padding: var(--hero-padding-top) 0 var(--hero-padding-bottom);
}

@media (max-width: 768px) {
  .hero-actions .btn,
  .recent-card__body a,
  .course-body a,
  .footer-links a {
    min-height: var(--touch-target);
  }

  .recent-card__body a,
  .course-body a,
  .footer-links a {
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .content-page:has(.review-grid--page > .empty-state) .hero--reviews {
    min-height: auto;
  }
}

@media (max-width: 340px) {
  .template-hero .hero-copy.wrap {
    width: 100%;
    max-width: none;
  }
}
.hero-copy { position: relative; z-index: 2; }
.hero-num { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.hero-num .ln { width: 32px; height: 1px; background: var(--red); }
.hero h1 {
  max-width: min(920px, 100%);
  margin-top: 22px;
  font-size: var(--heading-hero);
  font-weight: var(--weight-black);
  letter-spacing: -.045em;
  line-height: 1.04;
  overflow-wrap: normal;
  word-break: keep-all;
  text-wrap: balance;
}
.hero-reveal-line { display: block; overflow: hidden; }
.hero-reveal-line > span { display: block; transform: translateY(112%) rotate(3deg); transform-origin: left bottom; animation: lineUp 1.05s var(--ease-out) forwards; animation-delay: calc(.24s + var(--line-index) * .14s); }
.hero-reveal-line--mobile { display: none; }
.hero--academy h1, .hero--study h1, .hero--online h1 { font-size: clamp(54px, 6vw, 80px); }
.hero--guide h1 { font-size: clamp(46px, 4.8vw, 62px); }
.boxed { position: relative; display: inline-block; padding-inline: .08em; }
.boxed svg { position: absolute; inset: -.08em -.12em; width: calc(100% + .24em); height: calc(100% + .16em); overflow: visible; pointer-events: none; }
.boxed rect { fill: none; stroke: var(--red); stroke-width: 3; vector-effect: non-scaling-stroke; stroke-dasharray: 400; stroke-dashoffset: 400; animation: drawBox 1.3s var(--ease-out) 1.1s forwards; }
.text-accent { color: var(--red); }
.copy-line { display: block; }
.teacher-hero .desc,
.teacher-class-section .sec-desc,
.news-body p,
.guide-redirect p { text-wrap: pretty; }
.content-page p,
.recent-card p,
.news-body p {
  word-break: keep-all;
  overflow-wrap: normal;
}
.empty-state {
  padding-inline: clamp(20px, 4vw, 32px);
}
.hero h1, .section-head h2, .content-page .hero h1, .detail-hero h1 {
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}
.hero-sub { display: flex; max-width: 580px; gap: 14px; align-items: flex-start; margin-top: 30px; }
.hero-sub .bar { width: 24px; height: 2px; margin-top: 12px; flex: 0 0 auto; background: var(--ink); }
.hero .lead { color: var(--muted); font-size: var(--text-lead); line-height: 1.75; }
.hero-actions { margin-top: 36px; }
.hero-media { width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: linear-gradient(135deg, var(--ph1), var(--ph2)); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-scroll { position: absolute; bottom: 32px; left: 0; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .1em; }
.line-anim { position: relative; width: 1px; height: 34px; overflow: hidden; background: var(--line); }
.line-anim::after { content: ""; position: absolute; inset: -100% 0 auto; width: 100%; height: 100%; background: var(--red); animation: scrollLine 1.8s ease-in-out infinite; }
@keyframes lineUp { to { transform: none; } }
@keyframes drawBox { to { stroke-dashoffset: 0; } }
@keyframes scrollLine { 0% { top: -100%; } 50% { top: 0; } 100% { top: 100%; } }
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.strip-photo, .feature-photo, .gallery-photo, .card-media { overflow: hidden; background: linear-gradient(135deg, var(--ph1), var(--ph2)); }
.strip-photo, .card-media, .gallery-photo { aspect-ratio: 4 / 3; }
.feature-photo { aspect-ratio: 3 / 2; }
.strip-photo img, .feature-photo img, .gallery-photo img, .card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.strip-photo:hover img, .feature-photo:hover img, .gallery-photo:hover img, .course-card:hover img, .program-card:hover img { transform: scale(1.04); }
.info-card, .program-card, .course-card, .review-card, .content-card, .redirect-grid a { background: var(--bg); }
.info-card { min-height: 240px; padding: var(--card-padding-y) var(--card-padding-x); }
.info-card > span { color: var(--red); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.info-card h3 { margin-top: 58px; font-size: 22px; letter-spacing: -.025em; }
.info-card p { margin-top: 12px; color: var(--muted); line-height: 1.65; }
.info-card--link { display: block; color: var(--ink); text-decoration: none; }
.info-card--link b { display: inline-flex; gap: 8px; margin-top: 24px; font-size: 14px; }
.info-card--link:hover b, .info-card--link:focus-visible b { color: var(--red); }
.program-card, .course-card { transition: background .35s; }
.program-card__body, .course-body { padding: 28px var(--card-padding-x) var(--card-padding-y); }
.program-card h3, .course-card h3 { margin-top: 12px; font-size: 23px; letter-spacing: -.03em; }
.program-card p, .course-card p { margin-top: 12px; color: var(--muted); line-height: 1.65; }
.program-card dl { margin: 22px 0; padding-top: 16px; border-top: 1px solid var(--line); }
.program-card dt { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.program-card dd { margin-top: 6px; font-size: 14px; }
.course-body .text-link { margin-top: 22px; }
.course-summary { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.course-schedule-summary { display: grid; gap: 5px; margin-top: 20px !important; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink) !important; font-size: 13px; font-weight: 700; line-height: 1.45 !important; }
.course-schedule-summary span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.review-card { position: relative; min-height: 230px; padding: 34px 28px; transition: background .35s, color .35s; }
.review-card:hover { background: var(--ink); color: var(--white); }
.review-card > p, .review-card__body { font-size: 16px; font-weight: 700; line-height: 1.65; }
.review-card footer { margin-top: 28px; }
.review-card footer strong, .review-author { display: block; font-size: 13px; }
.review-card footer span, .review-source-row { color: var(--muted); font-size: 12px; }
.review-card:hover footer span, .review-card:hover .review-source-row { color: var(--on-ink-muted); }
.timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.timeline li { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.timeline li > span { color: var(--red); font-size: 18px; font-weight: 900; }
.timeline strong { font-size: 20px; }
.timeline p { margin-top: 8px; color: var(--muted); line-height: 1.7; }
.study-photo-story .section-head { margin-bottom: clamp(34px, 5vw, 58px); }
.study-photo-story__grid { display: grid; gap: clamp(14px, 2vw, 24px); }
.study-photo-story__grid--duo { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.study-photo-story__item { min-width: 0; margin: 0; overflow: hidden; background: var(--ph1); aspect-ratio: 4 / 3; }
.study-photo-story__grid--feature .study-photo-story__item { aspect-ratio: 16 / 7; }
.study-photo-story__item img { display: block; width: 100%; height: 100%; object-fit: cover; }
.closing-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 56px; align-items: end; padding: 88px 0 110px; border-top: 1px solid var(--line); }
.closing-cta h2 { max-width: 820px; margin-top: 16px; font-size: clamp(30px, 4vw, 52px); font-weight: 900; letter-spacing: -.045em; line-height: 1.08; word-break: keep-all; text-wrap: balance; }
.closing-cta p:not(.kicker) { max-width: 620px; margin-top: 18px; color: var(--muted); line-height: 1.7; }
.back-link { padding-top: 108px; }
.back-link a { display: inline-flex; min-height: var(--touch-target); align-items: center; color: var(--muted); font-size: 13px; font-weight: 750; text-decoration: none; }
.teacher-hero { position: relative; min-height: var(--teacher-hero-min); display: flex; align-items: center; padding: 74px 0 82px; }
.teacher-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: var(--teacher-grid-gap); align-items: center; }
.teacher-hero h1 { margin-top: 18px; font-size: var(--heading-teacher); font-weight: 900; letter-spacing: -.04em; line-height: 1.06; }
.teacher-hero .t-brand { display: inline; white-space: normal; overflow-wrap: break-word; word-break: keep-all; }
.teacher-hero .mark { display: inline; }
.teacher-hero .desc { max-width: 500px; margin-top: 24px; color: var(--muted); font-size: 16px; line-height: 1.75; overflow-wrap: normal; word-break: keep-all; }
.teacher-keywords { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.sns-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.sns-link:hover { color: var(--red); }
.teacher-keyword { padding: 8px 14px; border: 1px solid var(--line); font-size: 12.5px; font-weight: 700; }
.teacher-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); }
.meta-row { display: flex; flex-direction: column; gap: 6px; }
.meta-row b { color: var(--muted); font-size: 11.5px; letter-spacing: .05em; }
.meta-row span { font-size: 14px; font-weight: 700; }
.sns { margin-top: 20px; }
.sns-links { display:flex; flex-wrap:wrap; align-items:center; gap:9px; }
.teacher-hero .actions { margin-top: 30px; }
.teacher-photo { aspect-ratio: 1 / 1; overflow: hidden; background: linear-gradient(135deg, var(--ph1), var(--ph2)); }
.teacher-photo img { width: 100%; height: 100%; object-fit: cover; }
.teacher-mark { display: grid; place-content: center; text-align: center; }
.teacher-mark span { font-size: clamp(38px, 5vw, 64px); font-weight: 900; }
.teacher-mark small { margin-top: 8px; color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.teacher-class-section, .template--teacher > .section { padding: 80px 0 90px; border-top: 1px solid var(--line); }
.sec-label, .label { display: flex; gap: 14px; align-items: center; margin-bottom: 20px; }
.sec-label span:first-child, .label span:first-child { color: var(--red); font-size: 12px; font-weight: 850; }
.sec-label span:last-child, .label span:last-child { color: var(--muted); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.teacher-class-section h2, .template--teacher > .section h2 { font-size: clamp(26px, 3.4vw, 40px); letter-spacing: -.035em; }
.sec-desc, .section-desc { max-width: 560px; margin: 14px 0 42px; color: var(--muted); line-height: 1.65; }
.class-photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--photo-grid-gap); }
.cshot { aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(135deg, var(--ph1), var(--ph2)); }
.cshot img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.cshot:hover img { transform: scale(1.05); }
.cshot .ph { height: 100%; display: grid; align-content: end; gap: 5px; padding: 14px; color: rgba(13,13,13,.44); }
.schedule-heading-row { display:flex; align-items:end; justify-content:space-between; gap:24px; }
.schedule-month-nav { display:flex; align-items:center; gap:14px; min-height:44px; margin-bottom:42px; }
.schedule-month-nav button { width:40px; height:40px; border:1px solid var(--line); border-radius:6px; background:var(--white); color:var(--ink); font-size:24px; cursor:pointer; transition:border-color .2s ease, transform .2s ease; }
.schedule-month-nav button:hover, .schedule-month-nav button:focus-visible { border-color:var(--ink); transform:translateY(-1px); }
.schedule-month-nav strong { min-width:108px; text-align:center; font-size:15px; font-variant-numeric:tabular-nums; }
.schedule-common { display:flex; flex-wrap:wrap; gap:10px; margin:0 0 clamp(28px,4vw,42px); padding:0; border:0; }
.schedule-common div { display:flex; align-items:center; gap:7px; padding:8px 12px; border:1px solid var(--line); border-radius:999px; background:color-mix(in srgb,var(--white) 82%,transparent); }
.schedule-common dt { color:var(--muted); font-size:11px; font-weight:800; letter-spacing:.08em; }
.schedule-common dd { margin:0; color:var(--ink); font-size:15px; font-weight:750; }
.schedule-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(14px,2vw,22px); }
.schedule-card { min-width:0; min-height:190px; padding:clamp(22px,2.5vw,30px); background:var(--white); border:1px solid color-mix(in srgb,var(--line) 72%,transparent); border-radius:10px; transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.schedule-card:hover { transform:translateY(-2px); border-color:color-mix(in srgb,var(--ink) 18%,transparent); box-shadow:0 12px 30px rgba(23,23,23,.06); }
.schedule-card h3 { margin:0 0 22px; font-size:clamp(24px,2.2vw,32px); line-height:1.1; letter-spacing:-.035em; }
.schedule-card__times { display:grid; gap:10px; }
.schedule-time { display:flex; flex-wrap:wrap; align-items:center; gap:7px 10px; padding:10px 12px; border:0; border-radius:6px; background:var(--surface); }
.schedule-time strong { flex:1 1 100%; color:var(--ink); font-size:clamp(17px,1.5vw,20px); line-height:1.3; }
.schedule-time span { color:var(--muted); font-size:12px; font-weight:700; }
.schedule-time p { flex:1 1 100%; margin:2px 0 0; color:var(--muted); font-size:13px; line-height:1.55; }
.schedule-evergreen-note { margin:18px 0 0; color:var(--muted); font-size:12px; }
.schedule-month-nav .schedule-month-current { width:auto; padding:0 12px; font-size:12px; font-weight:750; white-space:nowrap; }.schedule-empty-month{margin:0;padding:30px;border:1px solid var(--line);border-radius:10px;color:var(--muted);text-align:center}.schedule-card[hidden],.schedule-time[hidden]{display:none}
.sns-link { display:inline-flex; align-items:center; gap:7px; margin-top:18px; padding:9px 12px; border:1px solid var(--line); border-radius:6px; background:color-mix(in srgb,var(--white) 72%,transparent); color:var(--ink); font-size:13px; font-weight:750; text-decoration:none; transition:border-color .2s ease,color .2s ease,transform .2s ease; }
.sns-link:hover, .sns-link:focus-visible { border-color:var(--ink); color:var(--red); transform:translateY(-1px); }
.sns-link__icon { font-size:17px; line-height:1; }
.sns-link--personal { border-color:color-mix(in srgb,var(--ink) 24%,var(--line)); background:var(--ink); color:var(--white); }
.sns-link--personal:hover, .sns-link--personal:focus-visible { border-color:var(--red); background:var(--red); color:var(--white); }
.sns-link--official { color:var(--muted); }
.teacher-course-info .section-head__copy p + p, .teacher-course-info .teacher-detail-copy p + p { margin-top:10px; }
.teacher-course-info .teacher-detail-copy { margin-top:10px; }
.course-level-card { max-width:520px; margin-top:clamp(48px,6vw,68px); padding:24px 26px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.course-level-card h3 { margin:6px 0 10px; font-size:clamp(20px,2vw,26px); }
.course-level-card strong { font-size:clamp(18px,1.7vw,22px); }

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.trust-band > div { min-height: 180px; padding: 34px 24px; border-right: 1px solid var(--line); }
.trust-band > div:last-child { border-right: 0; }
.trust-band .num { display: block; font-size: clamp(42px, 6vw, 78px); font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.trust-band .num em { margin-left: 8px; font-size: .28em; font-style: normal; letter-spacing: 0; white-space: nowrap; }
.trust-band span { display: block; margin-top: 18px; color: var(--muted); font-size: 13px; line-height: 1.55; }
@media (max-width: 720px) {
  .trust-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-band > div { min-height: 140px; padding: 26px 18px; }
  .trust-band > div:nth-child(2) { border-right: 0; }
  .trust-band > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
}
.content-page { padding-top: 0; }
.content-page > .hero { min-height: 70vh; }
.content-page .hero h1 { font-size: var(--heading-content); }
.content-page .filter-bar { margin-top: -28px; }
.content-card { min-height: 250px; padding: 30px 26px; }
.content-card h2 { margin-top: 54px; font-size: 22px; line-height: 1.25; }
.content-card p { margin-top: 12px; color: var(--muted); line-height: 1.65; }
.redirect-grid a { min-height: 190px; padding: 26px; text-decoration: none; }
.redirect-grid a span { color: var(--red); }
.redirect-grid a strong { display: block; margin-top: 58px; font-size: 22px; }
.accordion-list { border-top: 1px solid var(--ink); }
.accordion-list details { border-bottom: 1px solid var(--line); }
.accordion-list summary { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 16px; font-weight: 800; list-style: none; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary span { color: var(--red); font-size: 20px; transition: transform .25s; }
.accordion-list details[open] summary span { transform: rotate(45deg); }
.accordion-panel { max-width: 720px; padding: 0 0 24px; color: var(--muted); line-height: 1.7; }
@media (max-width: 900px) {
  .hero { min-height: 100svh; padding: 100px 0 68px; }
  .hero h1 { font-size: clamp(36px, 10.2vw, 42px); }
  .hero-media { max-width: 520px; }
  .hero-scroll { display: none; }
  .photo-strip { grid-template-columns: 1fr; }
  .closing-cta { grid-template-columns: 1fr; padding: 68px 0 82px; }
  .closing-cta h2 { font-size: clamp(30px, 8.5vw, 36px); }
  .teacher-hero { min-height: auto; padding: 50px 0 72px; }
  .teacher-meta, .class-photos { grid-template-columns: 1fr; }
  .content-page .filter-bar { margin-top: 0; }
}
@media (max-width: 560px) {
  .hero-reveal-line--desktop { display: none; }
  .hero-reveal-line--mobile { display: block; }
  .hero h1, .teacher-hero h1, .content-page .hero h1 { font-size: clamp(36px, 10.2vw, 42px); }
  .hero--study h1 { font-size: clamp(32px, 9vw, 34px); }
  .timeline li { grid-template-columns: 48px minmax(0, 1fr); gap: 12px; }
  .teacher-hero .actions .btn, .closing-cta .btn { width: 100%; }
  .schedule-card-grid { grid-template-columns:1fr; }
  .schedule-common { gap:12px 20px; }
  .schedule-card { padding:20px; }
  .schedule-heading-row { align-items:start; flex-direction:column; gap:0; }
  .schedule-month-nav { width:100%; justify-content:space-between; margin:0 0 28px; }
  .course-level-card { margin-top:38px; padding:20px 0; }
}
@media (max-width: 420px) {
  .template--teacher .t-brand { letter-spacing: -.05em; word-break: keep-all; }
}
@media (min-width: 641px) and (max-width: 900px) { .schedule-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (prefers-reduced-motion: reduce) {
  .hero-reveal-line > span { transform: none; animation: none; }
  .hero-keyword::after { transform: none; animation: none; }
  .line-anim::after { animation: none; }
}

.section-follow-link { margin-top: 32px; }
.recent-grid--album { align-items: start; }
.recent-card--album { position: relative; overflow: hidden; }
.recent-card--album::before, .recent-card--album::after {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-color: var(--red);
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 180ms ease, transform 180ms ease;
}
.recent-card--album::before {
  top: 0;
  left: 0;
  border-top: 2px solid var(--red);
  border-left: 2px solid var(--red);
  transform: translate(-4px, -4px);
}
.recent-card--album::after {
  right: 0;
  bottom: 0;
  border-right: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  transform: translate(4px, 4px);
}
.recent-card--album:hover::before, .recent-card--album:hover::after,
.recent-card--album:focus-within::before, .recent-card--album:focus-within::after {
  opacity: 1;
  transform: translate(0, 0);
}
.recent-card__placeholder {
  display: grid;
  place-items: end start;
  min-height: 220px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(229, 55, 43, .12), transparent 58%), linear-gradient(160deg, var(--ph1), var(--ph2));
}
.recent-card__placeholder span {
  margin: 0;
  color: rgba(13, 13, 13, .56);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}
.recent-card__summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.recent-card__meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}
.recent-card__meta time { color: var(--muted); font-size: 13px; }
.recent-card__meta .text-link, .recent-card__meta span { margin-top: 0; }
.study-level-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.study-level-card {
  min-width: 0;
  padding: 28px 22px 32px;
  border-right: 1px solid var(--line);
}
.study-level-card:last-child { border-right: 0; }
.study-level-card__number {
  display: block;
  margin-bottom: 40px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}
.study-level-card h3 { margin: 8px 0 24px; font-size: clamp(24px, 2.2vw, 34px); }
.study-level-card dl, .study-level-card dl div { display: grid; gap: 8px; }
.study-level-card dl { gap: 18px; margin: 0; }
.study-level-card dt { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.study-level-card dd { margin: 0; line-height: 1.65; overflow-wrap: normal; word-break: keep-all; }
.study-schedule-list { border-top: 1px solid var(--line); }
.study-schedule-list article {
  display: grid;
  grid-template-columns: minmax(140px, .45fr) 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.study-schedule-list span { color: var(--muted); }
.study-schedule-list strong small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}
.study-schedule-list span {
  display: grid;
  gap: 10px;
}
.study-schedule-list span b {
  color: var(--ink);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}
.study-price-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
}
.study-info-cta { padding: clamp(72px, 9vw, 128px) 0; background: var(--ink); color: var(--white); }
.study-info-cta--mid { background: var(--ph1); color: var(--ink); }
.study-info-cta h2 {
  max-width: 800px;
  margin: 12px 0 32px;
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: 1.05;
  text-wrap: balance;
}
@media (min-width: 601px) and (max-width: 900px) {
  .recent-grid--album { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .study-level-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .study-level-card:nth-child(2n) { border-right: 0; }
  .study-level-card:last-child { border-top: 1px solid var(--line); }
}
@media (max-width: 600px) {
  .study-photo-story__grid--duo { grid-template-columns: 1fr; }
  .study-photo-story__grid--feature .study-photo-story__item { aspect-ratio: 4 / 3; }
  .study-level-grid { grid-template-columns: 1fr; }
  .study-level-card { padding: 24px 0 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .study-level-card:last-child { border-bottom: 0; }
  .study-level-card__number { margin-bottom: 18px; }
  .study-schedule-list article { grid-template-columns: 1fr; gap: 8px; }
  .study-price-guide { grid-template-columns: 1fr; align-items: start; }
  .study-price-guide .btn { width: 100%; }
  .study-info-cta h2 { font-size: clamp(34px, 10vw, 44px); }
}
@media (prefers-reduced-motion: reduce) {
  .recent-card--album::before, .recent-card--album::after { transition: none; }
}

.enter-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--grid-gap); }
.enter-choice { min-width: 0; background: var(--bg); border: 1px solid var(--line); }
.enter-choice__media { aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(135deg, var(--ph1), var(--ph2)); }
.enter-choice__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.enter-choice:hover .enter-choice__media img { transform: scale(1.04); }
.enter-choice > div { padding: 30px; }
.enter-choice h2 { margin-top: 12px; font-size: clamp(26px, 3vw, 38px); }
.enter-choice p:not(.kicker) { margin: 14px 0 24px; color: var(--muted); line-height: 1.7; }
.enter-choice__links { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; }
.recent-grid, .album-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--grid-gap); }
.recent-card, .album-card { min-width: 0; border-top: 1px solid var(--ink); }
.recent-card__media, .album-card__media, .content-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(135deg, var(--ph1), var(--ph2)); }
.recent-card__media img, .album-card__media img, .content-card__media img { width: 100%; height: 100%; object-fit: cover; }
.recent-card > div, .album-card > div { padding: 24px 2px 0; }
.recent-card h3, .album-card h2 { margin-top: 10px; font-size: 22px; line-height: 1.3; }
.recent-card h3 a, .album-card h2 a, .content-card h2 a { color: inherit; text-decoration: none; }
.recent-card p:not(.kicker), .album-card p { margin-top: 12px; color: var(--muted); line-height: 1.65; }
.recent-card span, .album-meta, .content-date, .detail-meta { display: block; margin-top: 18px; color: var(--muted); font-size: 12px; }
.album-meta { display: flex; justify-content: space-between; gap: 16px; }
.detail-hero { max-width: 900px; padding: 180px 0 70px; border-bottom: 1px solid var(--line); }
.detail-hero h1 { margin-top: 18px; font-size: var(--heading-content); line-height: 1.1; }
.news-detail .feature-photo { margin-top: 54px; }
.news-body, .album-detail__body { max-width: 760px; margin: 54px auto; font-size: 17px; line-height: 1.85; }
.news-body p + p, .album-detail__body p + p { margin-top: 24px; }
.news-body__video { position: relative; width: 100%; margin: 36px 0; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink); }
.news-body__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.review-video-carousel__track { display: flex; gap: var(--space-5); overflow-x: auto; padding-bottom: var(--space-3); scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: thin; }
.review-video-carousel { padding-top: var(--space-9); padding-bottom: calc(var(--space-9) * 2); }
body.site-premium .review-video-carousel .section-head h2 { margin-top: 0; font-size: var(--home-heading-card); font-weight: var(--weight-bold); line-height: var(--heading-leading-editorial); letter-spacing: var(--heading-tracking-editorial); word-break: keep-all; }
body.site-premium .review-video-carousel .section-head h2::after { content: ""; display: block; width: var(--space-9); height: var(--space-0); margin-top: var(--space-5); background: var(--red); }
@media (max-width: 768px) { body.site-premium .review-video-carousel .section-head h2 { font-size: var(--heading-mobile-section); } }
.review-video-card { flex: 0 0 var(--review-video-card-wide); min-width: 0; scroll-snap-align: start; }
.review-video-card > .news-body__video { margin: 0; }
.review-video-card > h3 { margin-top: var(--space-3); font-size: var(--text-body); line-height: var(--leading-body); font-weight: var(--weight-semibold); word-break: keep-all; overflow-wrap: anywhere; }
@media (max-width: 640px) { .review-video-carousel { padding-top: var(--space-7); padding-bottom: calc(var(--space-7) * 2); } .review-video-carousel__track { gap: var(--space-3); } .review-video-card { flex-basis: var(--review-page-card-mobile); } }
.content-review-card > .news-body__video { flex: 0 0 auto; margin: 0; }
.news-body__video-link { padding: 18px 20px; border-left: 3px solid var(--red); background: var(--bg); }
.content-detail-nav { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; padding: 32px 0 80px; border-top: 1px solid var(--line); }
.content-detail-nav > :last-child { justify-self: end; }
.album-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--grid-gap); margin: 54px 0 80px; }
.album-gallery figure { min-width: 0; aspect-ratio: 3 / 2; overflow: hidden; background: var(--ph1); }
.album-gallery img { width: 100%; height: 100%; object-fit: cover; }
.closing-kakao { background: var(--white, #fff); color: var(--ink); border: 1px solid var(--line); border-radius: 0; }
.closing-kakao:hover, .closing-kakao:focus-visible { background: var(--soft-hover, #f7f5f1); color: var(--ink); border-color: var(--line-strong, #d4d0c8); }
.closing-primary { background: var(--red); border-color: var(--red); color: #fff; }
.closing-primary:hover, .closing-primary:focus-visible { background: #c92c22; border-color: #c92c22; color: #fff; }
@media (max-width: 900px) {
  .enter-choice-grid, .recent-grid, .album-grid { grid-template-columns: 1fr; }
  .album-gallery { grid-template-columns: 1fr; }
  .detail-hero { padding-top: 120px; }
}
.home-hero-media{width:min(1160px,calc(100% - 40px));margin:0 auto 72px;aspect-ratio:16/7;overflow:hidden}
.home-hero-media img{width:100%;height:100%;object-fit:cover}
@media(max-width:640px){.home-hero-media{width:calc(100% - 40px);margin-bottom:48px;aspect-ratio:4/3}}
.teacher-copy-grid { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:clamp(28px,6vw,88px); align-items:start; }
.teacher-copy-grid p, .teacher-detail-copy p { overflow-wrap:normal; word-break:keep-all; text-wrap:pretty; }
.teacher-detail-copy { max-width:720px; color:var(--muted); font-size:clamp(16px,1.35vw,18px); line-height:1.75; }
.teacher-detail-copy .section-head__copy { margin-top:0; }
.teacher-profile-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--course-media-gap);align-items:center}.teacher-profile-grid.has-video{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)}.teacher-profile-copy{margin-bottom:0}.teacher-profile-copy .section-head__copy{max-width:var(--readable-content)}.teacher-profile-grid:not(.has-video) .teacher-profile-copy,.teacher-profile-grid:not(.has-video) .teacher-profile-copy .section-head__copy{max-width:none}.teacher-video-block{min-width:0}.teacher-video-block>.kicker{margin-bottom:var(--text-body)}.teacher-video{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--surface)}.teacher-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.teacher-course-layout{display:grid}.teacher-course-layout>.section-head{width:100%;max-width:var(--readable-content);margin-bottom:0}.teacher-course-layout>.teacher-detail-copy{width:100%;margin-top:var(--text-body)}.teacher-course-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:var(--course-section-gap);border-block:1px solid var(--line)}.teacher-course-facts>div{padding:var(--card-padding-y) var(--card-padding-x);border-left:1px solid var(--line)}.teacher-course-facts>div:first-child{border-left:0}.teacher-course-facts dt{color:var(--red);font-size:var(--text-xs);font-weight:var(--weight-course-kicker);letter-spacing:.12em}.teacher-course-facts dt span{display:block;margin-top:8px;color:var(--muted);font-weight:var(--weight-semibold);letter-spacing:0}.teacher-course-facts dd{margin-top:16px;font-size:var(--text-course-level);font-weight:var(--weight-bold);line-height:1.5;word-break:keep-all;overflow-wrap:break-word}.teacher-course-support{width:100%;margin-top:var(--course-section-gap)}.teacher-course-support>.course-targets-block{margin-top:0}
@media (max-width: 768px) { .teacher-copy-grid { grid-template-columns:1fr; gap:20px; } }

.course-targets-block{padding-top:24px;border-top:1px solid var(--line)}.course-targets-block h3{margin:6px 0 16px;font-size:clamp(1.25rem,2vw,1.65rem)}.course-target-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.course-target-list li{position:relative;padding:13px 16px 13px 38px;border:1px solid var(--line);background:var(--surface);line-height:1.65;word-break:keep-all;overflow-wrap:break-word}.course-target-list li::before{content:"";position:absolute;left:16px;top:1.35em;width:7px;height:7px;background:var(--red);border-radius:50%}.teacher-class-gallery-section{--class-gallery-gap:clamp(12px,1.4vw,20px);--class-gallery-mobile-bleed:20px;overflow:hidden;background:var(--bg)}.teacher-class-gallery__head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:clamp(28px,4vw,46px)}.teacher-class-gallery__head h2{margin-top:10px;font-size:clamp(32px,4vw,52px);letter-spacing:-.045em}.teacher-class-gallery__head>div>p:last-child:not(.kicker){margin-top:14px;color:var(--muted);line-height:1.7}.teacher-class-gallery__controls{display:flex;gap:8px}.teacher-class-gallery__controls button{display:grid;place-items:center;width:var(--touch-target);height:var(--touch-target);border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--ink);cursor:pointer}.teacher-class-gallery__controls button:disabled{cursor:default;opacity:.28}.teacher-class-gallery__track{display:flex;gap:var(--class-gallery-gap);overflow-x:auto;overscroll-behavior-x:contain;padding:2px 0 18px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:thin;cursor:grab;touch-action:pan-x pan-y pinch-zoom}.teacher-class-gallery__track.is-dragging{cursor:grabbing;scroll-behavior:auto;user-select:none}.teacher-class-gallery__track.is-single{cursor:default}.teacher-class-gallery__card{flex:0 0 min(86vw,420px);min-width:0;color:inherit;text-decoration:none;scroll-snap-align:start}.teacher-class-gallery__card figure{margin:0;aspect-ratio:4/3;overflow:hidden;background:var(--surface)}.teacher-class-gallery__card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.teacher-class-gallery__card:hover img,.teacher-class-gallery__card:focus-visible img{transform:scale(1.015)}@media(min-width:1024px){.teacher-class-gallery__card{flex-basis:calc((100% - (var(--class-gallery-gap) * 2))/3.15)}}@media(min-width:641px) and (max-width:1023px){.teacher-class-gallery__card{flex-basis:calc((100% - var(--class-gallery-gap))/2.2)}}@media(min-width:641px) and (max-width:900px){.teacher-hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(240px,.9fr);gap:clamp(28px,4vw,42px)}.teacher-photo{width:100%;max-width:360px;justify-self:end}}@media(max-width:900px){.teacher-profile-grid.has-video{grid-template-columns:1fr}.teacher-course-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.teacher-course-facts>div:nth-child(odd){border-left:0}.teacher-course-facts>div:nth-child(n+3){border-top:1px solid var(--line)}}@media(max-width:640px){.teacher-hero-grid{grid-template-columns:1fr}.teacher-photo{width:min(100%,360px);max-width:none;justify-self:center}.teacher-class-gallery__head{align-items:flex-start;flex-direction:column}.teacher-class-gallery__controls{align-self:flex-end}.teacher-class-gallery__track{width:calc(100% + var(--class-gallery-mobile-bleed))}.teacher-class-gallery__card{flex-basis:86vw}}@media(max-width:600px){.course-target-list li{padding:12px 14px 12px 34px}.course-target-list li::before{left:14px}.teacher-course-facts>div{padding:20px}.teacher-course-facts dd{margin-top:12px}}@media(prefers-reduced-motion:reduce){.teacher-class-gallery__track{scroll-behavior:auto}.teacher-class-gallery__card img{transition:none}}

.page-media-section{margin-block:clamp(44px,7vw,88px)}
.page-media{position:relative;min-width:0}
.page-media--single{aspect-ratio:16/7;overflow:hidden}
.page-media--grid_2,.page-media--grid_3{display:grid;gap:var(--grid-gap)}
.page-media--grid_2{grid-template-columns:repeat(2,minmax(0,1fr))}
.page-media--grid_3{grid-template-columns:repeat(3,minmax(0,1fr))}
.page-media__item{min-width:0;overflow:hidden;background:var(--ph1);aspect-ratio:4/3}
.page-media--single .page-media__item{height:100%;aspect-ratio:auto}
.page-media img{width:100%;height:100%;object-fit:cover}
.page-media--slider{overflow:hidden;aspect-ratio:16/8;background:var(--ph1)}
.page-slider__viewport,.page-slider__slide,.page-slider__media{height:100%}
.page-slider__slide[hidden]{display:none}
.page-slider__arrow{position:absolute;z-index:2;top:50%;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(23,23,23,.55);color:#fff;cursor:pointer;transform:translateY(-50%)}
.page-slider__arrow.is-prev{left:18px}.page-slider__arrow.is-next{right:18px}
.page-slider__dots{position:absolute;z-index:2;bottom:16px;left:50%;display:flex;gap:8px;transform:translateX(-50%)}
.page-slider__dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer}
.page-slider__dots button[aria-current=true]{background:#fff;transform:scale(1.25)}
.page-slider__autoplay{position:absolute;z-index:2;top:16px;right:16px;padding:8px 12px;border:1px solid rgba(255,255,255,.7);border-radius:4px;background:rgba(23,23,23,.62);color:#fff;font:inherit;font-size:.78rem;cursor:pointer}.page-slider__autoplay:focus-visible{outline:2px solid #fff;outline-offset:3px}
.recent-card:not(:has(.recent-card__media)) .recent-card__body{padding-top:8px}

.news-hero-wrap .page-hero{padding-bottom:clamp(56px,7vw,88px)}
.news-board-section{padding:clamp(52px,7vw,92px) 0 clamp(72px,9vw,120px);background:var(--surface)}
.news-board-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--grid-gap);margin-top:clamp(34px,5vw,56px)}
.news-board-card{min-width:0;overflow:hidden;border:1px solid var(--line);background:var(--bg);transition:transform .22s ease,border-color .22s ease}.news-board-card:hover{transform:translateY(-2px);border-color:rgba(23,23,23,.26)}
.news-board-card__media{aspect-ratio:16/8;overflow:hidden}.news-board-card__media .page-media__item{height:100%;aspect-ratio:auto}.news-board-card__body{padding:clamp(24px,3vw,38px)}
.news-board-card__meta{display:flex;align-items:center;gap:16px}.news-board-card__meta>span{color:var(--red);font-weight:800;font-variant-numeric:tabular-nums}.news-board-card h3{margin-top:clamp(32px,5vw,58px);font-size:clamp(25px,3vw,36px);letter-spacing:-.035em;line-height:1.15}
.news-board-card__body>p:not(.kicker){max-width:560px;margin:15px 0 28px;color:var(--muted);line-height:1.72;word-break:keep-all}.news-board-card__links{display:flex;flex-wrap:wrap;gap:12px 24px}.news-board-card__status{color:var(--muted);font-size:.92rem;font-weight:650}
.news-latest-section{padding:clamp(76px,10vw,132px) 0}.news-latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--grid-gap);margin-top:clamp(34px,5vw,56px)}
.news-latest-card{min-width:0;border-top:1px solid var(--ink);background:var(--bg)}.news-latest-card__media{aspect-ratio:4/3;overflow:hidden}.news-latest-card__media img{width:100%;height:100%;object-fit:cover}.news-latest-card__body{padding:24px 2px 8px}.news-latest-card h3{margin-top:14px;font-size:clamp(20px,2vw,26px);line-height:1.28}.news-latest-card h3 a{color:inherit;text-decoration:none}.news-latest-card__body>p:not(.kicker){margin-top:12px;color:var(--muted);line-height:1.68;word-break:keep-all}.news-latest-card__meta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:28px;color:var(--muted);font-size:.88rem}.news-latest-empty{margin-top:34px;padding-top:24px;border-top:1px solid var(--line);color:var(--muted)}
.news-feature-section{padding:0 0 clamp(82px,10vw,132px)}.news-feature{display:grid;grid-template-columns:minmax(0,1fr);background:var(--ink);color:#fff}.news-feature--with-media{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.news-feature__copy{padding:clamp(36px,6vw,78px)}.news-feature__copy .kicker{color:#ff6257}.news-feature h2{margin-top:18px;font-size:clamp(34px,5vw,58px);letter-spacing:-.045em;line-height:1.08}.news-feature__copy>p:not(.kicker){max-width:580px;margin-top:22px;color:rgba(255,255,255,.7);line-height:1.75}.news-feature__links{display:flex;flex-wrap:wrap;gap:14px 28px;margin-top:34px}.news-feature .text-link{color:#fff}.news-feature__media{min-height:360px}.news-feature__media .page-media__item{height:100%;aspect-ratio:auto}
.news-start-cta{padding:clamp(78px,10vw,132px) 0;background:var(--surface);text-align:center}.news-start-cta h2{margin-top:16px;font-size:clamp(34px,5vw,58px);letter-spacing:-.045em;line-height:1.1}.news-start-cta p:not(.kicker){margin:20px auto 0;color:var(--muted);line-height:1.72}.news-start-cta .btn-row{justify-content:center;margin-top:34px}
@media(max-width:900px){.news-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-feature--with-media{grid-template-columns:1fr}.news-feature__media{min-height:0;aspect-ratio:16/9}}
@media(max-width:640px){.news-board-grid,.news-latest-grid{grid-template-columns:1fr}.news-board-card h3{margin-top:32px}.news-board-card__media{aspect-ratio:4/3}.news-latest-card__meta{align-items:flex-end}.news-feature__copy{padding:36px 24px}.news-feature__media{aspect-ratio:4/3}.news-start-cta{text-align:left}.news-start-cta .btn-row{justify-content:stretch}.news-start-cta .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.news-board-card{transition:none}.news-board-card:hover{transform:none}}
@media(max-width:720px){.page-media--grid_2,.page-media--grid_3{grid-template-columns:1fr}.page-media--single,.page-media--slider{aspect-ratio:4/3}.page-slider__arrow{width:40px;height:40px}.page-slider__autoplay{top:12px;right:12px}.page-media-section{margin-block:44px}}
@media(prefers-reduced-motion:reduce){.page-slider__dots button{transition:none}}
.news-body{font-size:1.05rem;line-height:1.85;overflow-wrap:anywhere}.news-body>*+*{margin-top:1.25rem}.news-body h2,.news-body h3{line-height:1.3;margin-top:2.5rem}.news-body h2{font-size:clamp(1.55rem,3vw,2.25rem)}.news-body h3{font-size:clamp(1.25rem,2.2vw,1.65rem)}.news-body ul,.news-body ol{padding-left:1.5rem}.news-body li+li{margin-top:.5rem}.news-body a{text-decoration:underline;text-underline-offset:.2em}.news-body blockquote{border-left:3px solid var(--red);padding-left:1rem}.news-body hr{border:0;border-top:1px solid var(--line);margin-block:2.5rem}.news-body__image img,.news-gallery img{display:block;width:100%;height:auto;object-fit:cover}.news-body figcaption,.news-gallery figcaption{margin-top:.6rem;color:var(--muted);font-size:.9rem}.news-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2.5rem}@media(max-width:600px){.news-body{font-size:1rem;line-height:1.78}.news-body>*+*{margin-top:1rem}.news-body h2,.news-body h3{margin-top:2rem}.news-gallery{grid-template-columns:1fr}}
.review-card__media,.recent-card__media{aspect-ratio:4/3;overflow:hidden}.review-card__media img,.recent-card__media img{width:100%;height:100%;object-fit:cover}.review-card__content{padding:clamp(1rem,2vw,1.5rem)}.content-review-card footer{display:flex;justify-content:space-between;gap:1rem;align-items:center}.quiz-box__courses{display:grid;gap:.75rem;margin:1.5rem 0}.quiz-box__courses>a{display:flex;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--line,#ddd);color:inherit;text-decoration:none}.enter-choice__media{aspect-ratio:4/3}.enter-choice__media img{object-fit:contain;background:#fff}@media(max-width:767px){.content-review-card footer{align-items:flex-start;flex-direction:column}.quiz-box__courses>a{flex-direction:column}}
.content-review-card:has(.review-card__content){padding:0;overflow:hidden}.review-provenance{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;padding-bottom:18px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px}.review-provenance__label{color:var(--red);font-weight:850;letter-spacing:.1em}.review-provenance .review-category{margin-left:auto}.content-review-card .review-author{margin-top:28px}.content-review-card footer a{color:inherit;font-weight:750;text-underline-offset:4px}.review-filter-group{display:flex;align-items:center;gap:20px;margin-top:20px}.review-filter-group>span{flex:0 0 auto;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.1em}.review-filter-group .filter-bar{margin-top:0}@media(max-width:600px){.review-filter-group{align-items:flex-start;flex-direction:column;gap:10px}.review-provenance .review-category{width:100%;margin-left:0}}

.mobile-hero-visual,
.mobile-scroll-cue { display: none; }

.text-link { display: inline-flex; min-height: var(--touch-target); align-items: center; }
.course-filter-panel { display: grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap: 14px 24px; margin: 34px 0 42px; padding: 22px; border: 1px solid var(--line); background: var(--white); }
.course-filter-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.course-filter-group legend { margin-bottom: 10px; color: var(--muted); font-size: .77rem; font-weight: 800; letter-spacing: .08em; }
.course-filter-panel .course-filter-group legend { margin-bottom: 8px; }
.course-filter-group > div { display: flex; flex-wrap: wrap; gap: 8px; }
.course-filter-group .chip { min-height: 42px; padding: 10px 16px; }
.course-filter-panel__footer { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.course-filter-panel__footer p { margin: 0; color: var(--muted); }
.course-filter-panel__footer strong { color: var(--ink); font-size: 1.25rem; }
.course-filter-panel [data-course-filter-reset] { border: 0; background: transparent; color: var(--red); cursor: pointer; }

@media (max-width: 640px) {
  .course-filter-panel { grid-template-columns: 1fr; gap: 16px; margin: 28px 0 34px; padding: 20px 18px; }
  .course-filter-panel__footer { grid-column: auto; }
}
.anchor-target { display: block; scroll-margin-top: calc(var(--header-height-mobile) + 18px); }

@media (max-width: 900px) {
  .template-hero { min-height: auto; align-items: flex-start; overflow: visible; padding: 94px 0 52px; }
  .template-hero .hero-copy { width: 100%; }
  .template-hero .hero-num { margin-bottom: 14px; }
  .template-hero h1 { max-width: 15ch; margin-top: 18px; font-size: clamp(34px, 9.8vw, 42px); line-height: 1.04; }
  .template-hero .hero-sub { max-width: 32rem; margin-top: 22px; }
  .template-hero .lead { font-size: clamp(15px, 4vw, 17px); line-height: 1.68; }
  .template-hero .hero-actions { display: grid; gap: 10px; margin-top: 22px; }
  .template-hero .hero-actions .btn { width: 100%; }
  .template-hero .hero-actions .btn:nth-child(n + 2) { min-height: var(--touch-target); width: fit-content; justify-content: flex-start; padding: 2px 0; border: 0; background: transparent; color: var(--ink); }
  .mobile-hero-visual { display: block; min-width: 0; margin-top: 24px; overflow: hidden; }
  .mobile-hero-visual .page-media,
  .mobile-hero-visual .page-media-section { width: 100%; margin: 0; }
  .mobile-hero-visual .page-media--grid_2,
  .mobile-hero-visual .page-media--grid_3 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .mobile-hero-visual .page-media--grid_3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mobile-hero-visual .page-media__item,
  .mobile-hero-visual .page-media--single,
  .mobile-hero-visual .page-media--slider { min-height: 0; aspect-ratio: 16 / 9; }
  .mobile-hero-visual .page-media--grid_2 .page-media__item,
  .mobile-hero-visual .page-media--grid_3 .page-media__item { aspect-ratio: 4 / 5; }
  .mobile-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
  .mobile-program-preview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .mobile-teacher-preview { display: none; }
  .hero--reviews .mobile-review-preview,
  .hero--reviews .hero-actions { display: none; }
  .mobile-program-preview:empty { display: none; }
  .mobile-program-preview > *,
  .mobile-program-preview__media,
  .mobile-teacher-preview__media { min-width: 0; overflow: hidden; aspect-ratio: 4 / 3; }
  .mobile-program-preview figure,
  .mobile-teacher-preview figure { height: 100%; margin: 0; }
  .mobile-teacher-preview__item { position: relative; min-width: 0; overflow: hidden; color: #fff; text-decoration: none; }
  .mobile-teacher-preview__item > span { position: absolute; z-index: 2; right: 10px; bottom: 9px; left: 10px; font-size: 12px; font-weight: 800; line-height: 1.3; }
  .mobile-teacher-preview__item::after { position: absolute; inset: 38% 0 0; z-index: 1; background: linear-gradient(transparent, rgba(0,0,0,.72)); content: ""; }
  .mobile-news-preview { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); min-height: 136px; overflow: hidden; background: var(--ink); color: #fff; text-decoration: none; }
  .mobile-news-preview__media { min-width: 0; margin: 0; overflow: hidden; }
  .mobile-news-preview > span { display: grid; align-content: end; gap: 8px; min-width: 0; padding: 18px 16px; }
  .mobile-news-preview small { color: #ff6257; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
  .mobile-news-preview strong { font-size: 15px; line-height: 1.35; word-break: keep-all; }
  .mobile-review-preview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 14px; background: var(--ink); color: #fff; }
  .mobile-review-preview > span,
  .mobile-review-preview__item > span:last-child { display: grid; min-height: 64px; place-items: center; padding: 8px; border: 1px solid rgba(255,255,255,.22); font-size: 10px; font-weight: 800; line-height: 1.35; text-align: center; }
  .mobile-review-preview__item { min-width: 0; }
  .mobile-review-preview__item figure { margin: 0; overflow: hidden; aspect-ratio: 1; }
  .mobile-review-preview__item img { width: 100%; height: 100%; object-fit: cover; }
  .mobile-review-preview__mark { display: grid; aspect-ratio: 1; place-items: center; padding: 8px; background: var(--surface); color: var(--ink); font-size: 10px; font-weight: 850; text-align: center; }
  .mobile-scroll-cue { position: absolute; z-index: 5; bottom: -22px; left: 50%; display: grid; width: var(--touch-target); height: var(--touch-target); place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--white); color: var(--ink); box-shadow: 0 9px 24px rgba(13,13,13,.12); text-decoration: none; transform: translateX(-50%); transition: opacity .25s ease, visibility .25s ease; }
  .mobile-scroll-cue span { animation: mobileCue 1.9s ease-in-out infinite; }
  .mobile-scroll-cue.is-hidden { opacity: 0; visibility: hidden; }
  .mobile-scroll-cue:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
  main h1,
  main h2,
  main h3,
  main p,
  main li,
  main dd { word-break: keep-all; overflow-wrap: normal; }
  main a[href^="http"] { overflow-wrap: anywhere; }
  section[id] { scroll-margin-top: calc(var(--header-height-mobile) + 12px); }
  .classes-filter { flex-wrap: nowrap; overflow-x: auto; margin: 26px 0 30px; padding-bottom: 6px; scrollbar-width: none; }
  .classes-filter::-webkit-scrollbar { display: none; }
  .classes-filter .chip { flex: 0 0 auto; min-height: var(--touch-target); }
  main > .content-wrap:first-child:has(.hero--academy) + #academy-match .info-grid { display: grid; grid-template-columns: repeat(3, minmax(220px, 1fr)); overflow-x: auto; gap: 10px; padding-bottom: 8px; scroll-snap-type: x proximity; }
  main > .content-wrap:first-child:has(.hero--academy) + #academy-match .info-card { min-height: 180px; scroll-snap-align: start; }
  main > .content-wrap:first-child:has(.hero--academy) + #academy-match .info-card h3 { margin-top: 28px; }
  .content-page > .hero { min-height: auto; }
}

@media (max-width: 640px) {
  body:has(.hero--home .mobile-program-preview:not(:empty)) #program-choice .enter-choice__media { display: none; }
  .teacher-hero { padding: 32px 0 56px; }
  .teacher-hero-grid { grid-template-columns: 1fr; gap: 22px; }
  .teacher-hero h1 { font-size: clamp(32px, 9.2vw, 39px); line-height: 1.04; }
  .teacher-hero .desc { margin-top: 18px; line-height: 1.62; }
  .teacher-meta { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .teacher-meta .meta-row { min-width: 0; padding-right: 7px; border-right: 1px solid var(--line); }
  .teacher-meta .meta-row:last-child { border-right: 0; }
  .teacher-meta span { font-size: 12px; line-height: 1.35; }
  .teacher-hero .actions { display: grid; gap: 8px; margin-top: 22px; }
  .teacher-hero .actions .btn:nth-child(n + 2) { min-height: var(--touch-target); width: fit-content; justify-content: flex-start; padding: 2px 0; border: 0; background: transparent; color: var(--ink); }
  .teacher-photo { width: 100%; max-width: none; aspect-ratio: 1 / 1; }
  .teacher-photo img { object-position: center 24%; }
  .template--teacher .mobile-scroll-cue { display: grid; }
}

@media (prefers-reduced-motion: no-preference) and (max-width: 900px) {
  .template-hero .hero-num,
  .template-hero .eyebrow,
  .template-hero .hero-sub,
  .template-hero .hero-actions { opacity: 0; animation: mobileHeroIn .55s var(--ease-out) forwards; }
  .template-hero .eyebrow { animation-delay: .08s; }
  .template-hero .hero-sub { animation-delay: .18s; }
  .mobile-hero-visual { opacity: 0; transform: scale(1.025); animation: mobileVisualIn .68s var(--ease-out) .24s forwards; }
  .template-hero .hero-actions { animation-delay: .32s; }
}

@media (prefers-reduced-motion: reduce) {
  html:has(.mobile-scroll-cue) { scroll-behavior: auto; }
  .mobile-scroll-cue span { animation: none; }
  .mobile-scroll-cue { transition: none; }
}

@media (prefers-reduced-motion: no-preference) {
  html:has(.mobile-scroll-cue) { scroll-behavior: smooth; }
}

@keyframes mobileHeroIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes mobileVisualIn { to { opacity: 1; transform: none; } }
@keyframes mobileCue { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }

.home-ia{color:var(--ink);overflow:clip}
.home-ia .content-wrap{width:min(var(--home-container),calc(100% - var(--home-gutter) * 2))}
body:has(.home-ia) .site-header__inner,body:has(.home-ia) .footer-grid{width:min(var(--home-container),calc(100% - var(--home-gutter) * 2))}
.home-ia h1,.home-ia h2,.home-ia h3{margin:0;line-height:var(--heading-leading-editorial);letter-spacing:var(--heading-tracking-editorial);word-break:keep-all;overflow-wrap:normal;hyphens:none}
.home-ia h2{font-size:var(--home-heading-section)}
.home-ia h3{font-size:var(--home-heading-card)}
.home-ia p{line-height:var(--body-leading-relaxed)}
.home-hero{display:grid;align-items:center;padding:clamp(88px,7vw,116px) 0 clamp(96px,8vw,128px);background:linear-gradient(145deg,var(--white) 0%,var(--white) 58%,var(--soft) 100%)}
.home-hero__grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(56px,6vw,96px);align-items:center}
.home-hero__copy{width:100%;max-width:560px;margin:0}
.home-hero__copy h1{max-width:none;margin-inline:0;font-size:var(--home-heading-hero)}
.home-hero__copy h1{line-height:1.18;font-weight:750}
.home-hero__copy .kicker,.home-section__index{color:var(--red);font-weight:var(--weight-bold);letter-spacing:var(--kicker-tracking);text-transform:uppercase}
.home-lead{max-width:var(--content-narrow);margin-inline:0;font-size:var(--text-lead)}
.home-actions{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:var(--home-photo-gap);margin-top:var(--home-copy-gap)}
.home-actions .btn{border-radius:2px;padding-inline:28px}
.home-hero__visual{width:100%;max-width:720px;min-width:0;justify-self:end}
.home-hero__visual img{border-radius:20px;box-shadow:0 24px 64px rgba(13,13,13,.1)}
.home-hero__pair{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--photo-grid-gap);align-items:end}
.home-hero__pair .home-program__media{width:100%}
.home-hero__pair>:nth-child(2){transform:translateY(calc(-1 * var(--home-hero-secondary-offset)))}
.home-hero__visual img,.home-program__visual img,.home-scenes__media img,.home-space__media img{display:block;width:100%;height:100%;object-fit:cover}
.home-hero__pair img{aspect-ratio:4/3}
.home-hero__managed img{aspect-ratio:4/3}
.home-hero__managed.page-media--grid_2,.home-hero__managed.page-media--grid_3{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.72fr);gap:var(--home-photo-gap);align-items:end}
.home-hero__managed.page-media--grid_2>:nth-child(n+3),.home-hero__managed.page-media--grid_3>:nth-child(n+3){display:none}
.home-hero__managed.page-media--grid_2>:nth-child(2),.home-hero__managed.page-media--grid_3>:nth-child(2){transform:translateY(calc(-1 * var(--home-hero-secondary-offset)))}
.home-section{padding:var(--home-section-standard) 0}
.home-section__head{max-width:760px;margin-bottom:var(--home-section-heading-gap)}
.home-section__head .home-section__index{margin-bottom:18px}
.home-section__head h2+p{margin-top:22px}
.home-section__head>p:last-child{max-width:680px;font-size:var(--text-lead)}
.home-programs{background:var(--home-paper);color:var(--ink)}
.home-programs,.home-academy,.home-study,.home-scenes,.home-space{padding-block:var(--home-section-major)}
.home-programs__editorial{display:grid;gap:clamp(96px,10vw,144px)}
.home-program{position:relative;display:grid;grid-template-columns:minmax(0,52fr) minmax(0,48fr);align-items:center;gap:var(--home-layout-gap)}
.home-program--academy{grid-template-columns:minmax(0,48fr) minmax(0,52fr)}
.home-program::before{position:absolute;z-index:0;top:-52px;color:rgba(196,45,36,.07);font-size:clamp(76px,8vw,118px);font-weight:850;line-height:1;letter-spacing:-.08em;pointer-events:none}
.home-program--academy::before{content:"01";right:0}
.home-program--study::before{content:"02";left:0}
.home-program__visual,.home-program__copy{position:relative;z-index:1}
.home-program__visual{min-width:0}
.home-program__visual .page-media-gallery{display:grid;grid-template-columns:1fr;aspect-ratio:3/2;overflow:hidden}
.home-program__visual .page-media-gallery>*{min-height:0}
.home-program__visual .page-media-gallery>*:not(:first-child){display:none}
.home-program__visual .page-media-gallery img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}
.home-program__visual img{aspect-ratio:3/2}
.home-program__visual img{border-radius:16px;box-shadow:0 18px 46px rgba(13,13,13,.08)}
.home-program__copy>p:not(.kicker){color:var(--muted)}
.home-program__copy{padding-left:clamp(22px,2.4vw,34px);border-left:2px solid rgba(196,45,36,.16)}
.home-program__facts{font-weight:var(--weight-bold);letter-spacing:.02em}
.home-program__copy ul{display:flex;flex-wrap:wrap;gap:var(--space-1);padding:0;margin:var(--space-5) 0 var(--space-6);list-style:none}
.home-program__copy li{border:1px solid var(--line);padding:var(--home-chip-padding);font-size:var(--home-label-size);letter-spacing:var(--home-label-tracking);text-transform:uppercase}
.home-program__copy a{color:var(--ink)}
.home-program__copy h3{margin-top:16px;line-height:1.3}
.home-program__copy>p:not(.kicker){margin-top:18px;line-height:1.75}
.home-how{background:var(--white)}
.home-how__paths{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--home-layout-gap)}
.home-how__path{padding-top:var(--space-5);border-top:1px solid var(--line)}
.home-how__path>p:not(.kicker){color:var(--muted)}
.home-finder-panel{margin-top:64px;border:1px solid var(--home-border);background:var(--home-paper)}
.home-finder-panel>summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-5);align-items:center;padding:32px;cursor:pointer;list-style:none}
.home-finder-panel>summary::-webkit-details-marker{display:none}
.home-finder-panel>summary>span:first-child{display:grid;gap:var(--space-1)}
.home-finder-panel>summary b{color:var(--red);font-size:var(--home-label-size);letter-spacing:var(--home-label-tracking)}
.home-finder-panel>summary strong{font-size:var(--home-heading-card)}
.home-finder-panel>summary small{color:var(--muted);word-break:keep-all}
.home-finder-panel[open]>summary{border-bottom:1px solid var(--home-border)}
.home-finder-panel .quiz-box{width:100%;max-width:900px;margin:32px auto;border:0;background:var(--white);box-shadow:none}
.home-finder-panel .quiz-box__option{min-height:var(--home-option-min-height);text-align:left}
.home-finder-panel .finder-intro h3,.home-finder-panel .finder-question h3,.home-finder-panel .finder-result>h3{font-size:clamp(28px,2.5vw,34px);line-height:1.14}
.home-section__link{margin-top:var(--space-7)}
.home-scenes__media .page-media-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--home-photo-gap)}
.home-scenes__media img{aspect-ratio:4/3}
.home-scenes__captions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--home-photo-gap);margin-top:var(--space-4)}
.home-scenes__captions p{display:grid;gap:var(--space-0);margin:0}
.home-scenes__captions b{font-size:var(--home-label-size);letter-spacing:var(--home-label-tracking);color:var(--red)}
.home-scenes__captions span{font-size:var(--text-sm);color:var(--muted)}
.home-scenes__captions .home-scenes__detail{margin-top:var(--space-3);font-size:var(--text-body);line-height:var(--body-leading-relaxed)}
.home-scenes__points{margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--line);line-height:1.6}
.home-scenes__captions .text-link{margin-top:var(--space-3);justify-self:start}
.home-reviews{background:var(--home-paper)}
.home-reviews__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--home-border)}
.home-review{padding:var(--card-padding-x);border-right:1px solid var(--home-border);border-bottom:1px solid var(--home-border)}
.home-review h3{font-size:var(--home-review-heading);line-height:var(--heading-leading-card)}
.home-review>span{display:block;margin-top:var(--space-4);font-size:var(--home-label-size);color:var(--muted)}
.home-visit{background:var(--home-paper);color:var(--ink)}
.home-visit__grid{display:grid;grid-template-columns:minmax(0,55fr) minmax(0,45fr);gap:var(--home-layout-gap);align-items:start}
.home-visit__copy address{display:grid;gap:var(--space-1);margin:var(--space-6) 0;font-style:normal}
.home-visit__copy address strong{font-size:var(--home-address-heading)}
.home-visit__links{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}
.home-visit .home-section__index{color:var(--red)}
.home-visit a{color:var(--ink)}
.home-visit .btn-primary{background:var(--red);border-color:var(--red)}
.home-visit .btn-primary{color:var(--white)}
.home-visit .btn-ghost{border-color:var(--ink)}
.home-visit__action{display:grid;gap:var(--space-4)}
.home-visit__action h3{font-size:var(--home-heading-card)}
.home-visit__action>p{color:var(--muted)}
.home-visit__action .home-space__media{margin-top:var(--space-4)}
.home-visit__action .page-media-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--home-photo-gap)}
.home-visit__action .page-media-gallery>*:nth-child(n+3){display:none}
.home-visit__action img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
@media (hover:hover){
  .home-program__visual img{transition:transform var(--motion-duration-slow) var(--ease-out)}
  .home-program:hover .home-program__visual img{transform:scale(var(--motion-scale-subtle))}
}
@media (max-width:1199px){
  .home-hero{min-height:0}
  .home-hero__copy h1{max-width:var(--home-heading-max-tablet)}
  .home-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 767px) {
  .hero.template-hero,
  .news-hero-wrap .hero.template-hero { padding-top: 128px; }
}

.news-board-card {
  border-color: rgba(13, 13, 13, 0.055);
}

.news-latest-grid .news-latest-card__media {
  aspect-ratio: 1 / 1;
}

.news-latest-grid .news-latest-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 640px) {
  main .schedule-directory {
    display: grid;
    gap: 12px;
  }

  main .schedule-directory__row {
    display: block;
    padding: 22px 20px;
    border: 1px solid rgba(13, 13, 13, 0.07);
    background: #faf9f6;
  }

  main .schedule-directory__row > div + div {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(13, 13, 13, 0.07);
  }

  main .schedule-directory__row h2 {
    margin-top: 6px;
    font-size: 23px;
    line-height: 1.25;
  }

  main .schedule-directory__row .meta-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(13, 13, 13, 0.46);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  main .schedule-directory__row .meta-label + p {
    margin: 0;
    color: rgba(13, 13, 13, 0.76);
    font-size: 15px;
    line-height: 1.75;
    word-break: keep-all;
  }

  main .schedule-directory__slots {
    display: grid;
    gap: 7px;
  }

  main .schedule-directory__slots span {
    display: block;
    color: rgba(13, 13, 13, 0.76);
    font-size: 15px;
    line-height: 1.55;
    word-break: keep-all;
  }
}

.news-board-card__body {
  padding: clamp(30px, 3vw, 42px);
}

.news-board-card__body h3 {
  margin-top: 34px;
}

.news-board-section .news-board-card__body h3 + p {
  margin: 12px 0 22px;
}

@media (max-width: 640px) {
  .news-board-grid {
    gap: 0;
    border-bottom: 1px solid rgba(13, 13, 13, 0.055);
  }

  .news-board-card {
    border: 0;
    border-top: 1px solid rgba(13, 13, 13, 0.055);
    background: transparent;
  }

  .news-board-card__body {
    min-height: 0;
    padding: 30px 4px 32px;
  }

  .news-board-card__meta {
    gap: 12px;
  }

  .news-board-card__body h3 {
    margin-top: 26px;
    font-size: 24px;
    line-height: 1.28;
  }

  .news-board-section .news-board-card__body h3 + p {
    margin: 10px 0 18px;
    line-height: 1.7;
  }
}
@media (max-width:767px){
  main > .content-wrap:first-child:has(.hero--academy) + #academy-match .info-grid{display:grid;grid-template-columns:1fr;overflow:visible}
  main > .content-wrap:first-child:has(.hero--academy) + #academy-match .info-card{width:auto;min-width:0}
  .home-section,.home-programs,.home-scenes,.home-visit{padding:var(--home-mobile-section-space) 0}
  .home-hero{padding:118px 0 var(--space-6)}
  .home-hero__grid{grid-template-columns:1fr;gap:32px}
  .home-visit__grid{display:flex;flex-direction:column;gap:0}
  .home-hero__grid{gap:var(--space-6)}
  .home-hero__copy,.home-hero__copy h1,.home-lead{text-align:left}
  .home-actions{justify-content:flex-start}
  .home-hero__visual{width:100vw;max-width:none;margin-inline:calc(50% - 50vw);justify-self:stretch}
  .home-hero__visual img{border-radius:14px;box-shadow:0 14px 36px rgba(13,13,13,.09)}
  .home-hero__copy h1{font-size:36px;line-height:1.16;letter-spacing:-.035em}
  .home-hero__copy .kicker{margin-bottom:14px}
  .home-lead{margin-top:18px;font-size:16px;line-height:1.72}
  .home-actions{gap:12px;margin-top:28px}
  .home-hero__pair{grid-template-columns:minmax(0,1fr);gap:var(--space-1)}
  .home-hero__pair>:nth-child(2){transform:translateY(calc(-1 * var(--space-5)))}
  .home-section__head{margin-bottom:44px}
  .home-section__head .home-section__index{margin-bottom:14px}
  .home-section__head h2{font-size:28px;line-height:1.2;letter-spacing:-.035em}
  .home-section__head h2+p{margin-top:20px;font-size:16px;line-height:1.72}
  .home-program,.home-program--academy{grid-template-columns:1fr;gap:26px}
  .home-programs__editorial{gap:72px}
  .home-program::before{top:-34px;font-size:72px}
  .home-program__copy{padding:22px 0 0;border-top:1px solid rgba(196,45,36,.16);border-left:0}
  .home-program--academy .home-program__copy{order:2}
  .home-program--academy .home-program__visual{order:1}
  .home-program--study .home-program__copy{order:2}
  .home-program--study .home-program__visual{order:1}
  .home-program__visual .page-media-gallery{grid-template-columns:1fr}
  .home-program--study .page-media-gallery{grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);grid-template-rows:1fr 1fr;gap:8px;aspect-ratio:4/3}
  .home-program--study .page-media-gallery>*:not(:first-child){display:block}
  .home-program--study .page-media-gallery>*:first-child{grid-row:1 / span 2}
  .home-program--study .page-media-gallery img{border-radius:0;box-shadow:none}
  .home-program__copy h3{margin-top:12px;font-size:23px;line-height:1.28;letter-spacing:-.03em}
  .home-program__copy>p:not(.kicker){margin-top:14px;line-height:1.72}
  .home-program__facts{margin-top:18px!important}
  .home-how__paths{gap:0}
  .home-how__path{padding:26px 0 32px}
  .home-how__path+.home-how__path{border-top:1px solid var(--line)}
  .home-how__path h3{font-size:23px;line-height:1.3;letter-spacing:-.03em}
  .home-how__path>p:not(.kicker){margin-top:8px;line-height:1.65}
  .home-how__paths,.home-scenes__media .page-media-gallery,.home-scenes__captions{grid-template-columns:1fr}
  .home-scenes__story-grid{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(6,auto);gap:0;width:100%;overflow:visible;padding:0;scroll-snap-type:none}
.home-scenes__story-grid>.home-scenes__media,.home-scenes__media .page-media-gallery,.home-scenes__captions{display:contents}
  .home-scenes__media .page-media__item,.home-scenes__captions p{grid-column:1}
  .home-scenes__media .page-media__item:nth-child(1){grid-row:1}
  .home-scenes__captions p:nth-child(1){grid-row:2}
  .home-scenes__media .page-media__item:nth-child(2){grid-row:3;margin-top:32px}
  .home-scenes__captions p:nth-child(2){grid-row:4}
  .home-scenes__media .page-media__item:nth-child(3){grid-row:5;margin-top:32px}
  .home-scenes__captions p:nth-child(3){grid-row:6}
  .home-scenes__media .page-media__item{overflow:hidden;border-radius:14px 14px 0 0}
  .home-scenes__captions p{margin:0;padding:18px 18px 22px;border:1px solid var(--line);border-top:0;border-radius:0 0 14px 14px;background:var(--white)}
  .home-finder-panel>summary{grid-template-columns:1fr;padding:24px}
  .home-finder-panel .quiz-box{margin:24px 0}
  .home-reviews__grid{grid-template-columns:1fr}
  .home-review{border-right:0}
  .home-visit__links{align-items:stretch}
  .home-visit__copy address{gap:8px;margin:28px 0;padding:24px 0;border-block:1px solid var(--line);line-height:1.6}
  .home-visit__links{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .home-visit__links .btn{grid-column:1 / -1}
  .home-visit__links .text-link{justify-self:start;margin-top:6px}
  .home-visit__action{display:contents}
  .home-visit__action .home-space__media{order:1;margin:0 0 40px}
  .home-visit__copy{order:2}
  .home-visit__action h3{order:3;margin-top:40px;padding-top:32px;border-top:1px solid var(--line);font-size:25px;line-height:1.3;letter-spacing:-.03em}
  .home-visit__action>p{order:4;margin-top:18px;line-height:1.7}
}
@media (max-width:430px){
  .home-ia h2{font-size:28px}
  .home-ia h3{font-size:23px}
}
@media (prefers-reduced-motion:reduce){
  .home-program__visual img{transition:none}
}

.decision-page__intro{max-width:var(--content-wide);padding:clamp(64px,9vw,120px) 0 clamp(48px,7vw,88px)}
.decision-page__intro h1{margin:0;font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.05em;word-break:keep-all}
.decision-page__intro>p:last-child{max-width:var(--content-copy);font-size:var(--text-lead)}
.schedule-directory{padding:var(--section-space-mobile) 0;border-top:2px solid var(--ink)}
.schedule-directory__row{display:grid;grid-template-columns:minmax(15rem,1.1fr) minmax(16rem,1.4fr) minmax(10rem,.7fr);gap:var(--space-6);padding:var(--space-5) 0;border-bottom:1px solid var(--line)}
.schedule-directory__row h2,.schedule-directory__row p{margin:0}
.schedule-directory__row a{color:inherit;text-decoration:none}
.schedule-directory--study{background:var(--soft-hover);padding-inline:var(--space-6);margin-bottom:var(--section-space-mobile)}
.mobile-decision-bar{position:fixed;z-index:90;right:24px;bottom:24px;display:grid;width:min(520px,calc(100vw - 48px));grid-template-columns:1fr 1fr;padding:8px;background:rgba(255,255,255,.96);border:1px solid var(--line);backdrop-filter:blur(12px)}
.mobile-decision-bar a{display:grid;min-height:48px;place-items:center;border:1px solid var(--ink);color:var(--ink);font-weight:800;text-decoration:none}
.mobile-decision-bar a:last-child{background:var(--red);border-color:var(--red);color:var(--white)}
.mobile-decision-bar .quick-call{display:none}
@media(max-width:720px){
  body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
  .schedule-directory__row{grid-template-columns:1fr;gap:var(--space-1)}
  .schedule-directory__row{padding:var(--space-5) 0}
  .mobile-decision-bar{position:fixed;z-index:90;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1fr;padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--line);backdrop-filter:blur(12px)}
  .mobile-decision-bar a{display:grid;min-height:48px;place-items:center;border:1px solid var(--ink);color:var(--ink);font-weight:800;text-decoration:none}
  .mobile-decision-bar a:last-child{background:var(--red);border-color:var(--red);color:var(--white)}
  .mobile-decision-bar .quick-call{display:grid}
  .mobile-decision-bar .quick-kakao{display:none}
}

/* Course Finder V2 */
.finder-intro,.finder-question,.finder-result{display:grid;gap:var(--space-5)}
.finder-intro h3,.finder-question h3,.finder-result>h3{margin:0;font-size:clamp(30px,4vw,52px);line-height:1.06;letter-spacing:-.045em;word-break:keep-all}
.finder-progress{height:4px;background:var(--line);overflow:hidden}
.finder-progress span{display:block;height:100%;background:var(--red);transition:width .2s ease}
.finder-options{display:grid;border-top:1px solid var(--ink)}
.finder-option{min-height:58px;padding:14px 18px;border:0;border-bottom:1px solid var(--ink);background:var(--white);color:var(--ink);font:inherit;text-align:left;word-break:keep-all;cursor:pointer}
.finder-option:hover,.finder-option:focus-visible,.finder-option.is-selected{background:var(--ink);color:var(--white)}
.finder-back{justify-self:start;min-height:48px;padding:0;border:0;background:none;color:var(--ink);font:inherit;font-weight:800;cursor:pointer}
.finder-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}
.finder-result-card{display:grid;align-content:start;gap:var(--space-4);padding:clamp(20px,3vw,34px);border:1px solid var(--ink);background:var(--white)}
.finder-result-image{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--line)}
.finder-result-card h4{margin:0;font-size:clamp(24px,3vw,38px);line-height:1.08;word-break:keep-all}
.finder-result-card h4 a{color:inherit;text-decoration:none}
.finder-result-card ul{margin:0;padding-left:1.2em}
.finder-warning,.finder-notice{padding:10px 12px;background:#fff1ee;color:#9d1e18;font-weight:700}

.template-hero h1{max-width:620px;font-size:clamp(40px,4.2vw,56px);line-height:1.18;font-weight:750}
.hero--news h1{font-size:clamp(38px,4vw,52px);line-height:1.2}
.news-hero-wrap .template-hero{min-height:auto;padding:96px 0 72px}
.home-programs,.home-how,.home-scenes,.home-visit{padding-block:clamp(104px,9vw,144px)}
.home-section__head{margin-bottom:clamp(40px,4vw,64px)}
.home-section__head h2,.section-head h2{margin-top:16px;line-height:1.24}
.home-section__head>p:last-child,.section-head>p:last-child{margin-top:20px;line-height:1.75}
.section-head h2,.closing-cta h2{font-size:clamp(30px,3vw,42px);line-height:1.24}
.news-board-card h3{font-size:clamp(24px,2.2vw,30px);line-height:1.3}
.news-feature h2,.news-start-cta h2{font-size:clamp(30px,3vw,40px);line-height:1.24}
.decision-page__intro h1{font-size:clamp(40px,4vw,52px);line-height:1.18}
.kicker,.eyebrow{font-size:12px;font-weight:700;letter-spacing:.09em}

@media(max-width:640px){
  .section-head h2,.closing-cta h2,.news-feature h2,.news-start-cta h2{font-size:30px}
  .news-board-card h3{font-size:24px}
  .home-ia h2{font-size:28px}
  .home-ia h3{font-size:23px}
  .home-finder-panel .finder-intro h3,.home-finder-panel .finder-question h3,.home-finder-panel .finder-result>h3{font-size:24px}
  .home-programs,.home-how,.home-scenes,.home-visit{padding-block:80px}
  .home-section__head{margin-bottom:40px}
  .template-hero h1,.hero--news h1,.decision-page__intro h1{font-size:40px;line-height:1.18}
  .news-hero-wrap .template-hero{padding:72px 0 48px}
}
.finder-result-actions{display:grid;gap:8px;margin-top:auto}
.finder-variant-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:var(--space-5) 0}
.finder-variant-anchor{scroll-margin-top:110px;padding:14px;border:1px solid var(--line)}
.finder-variant-anchor:target{border-color:var(--red);box-shadow:inset 4px 0 var(--red)}
.finder-variant-anchor h3{margin:4px 0 0;font-size:var(--text-body)}
@media(max-width:720px){[data-level-quiz]{padding-bottom:84px}.finder-results,.finder-variant-sections{grid-template-columns:1fr}.finder-option{min-height:52px}.finder-result-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.finder-progress span{transition:none}}
.home-hero .home-program__media .page-media__item:not(:nth-child(3)),
.home-program .home-program__media .page-media__item:not(:first-child),
.home-visit .home-space__media .page-media__item:not(:first-child) {
  display: none;
}

.home-hero .home-program__media,
.home-program .home-program__media,
.home-visit .home-space__media {
  grid-template-columns: minmax(0, 1fr);
}

@media(max-width:767px){
  .home-program--study .home-program__media.page-media--grid_3{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);
    grid-template-rows:1fr 1fr;
    gap:8px;
    aspect-ratio:4/3;
  }
  .home-program--study .home-program__media.page-media--grid_3 .page-media__item{display:block}
  .home-program--study .home-program__media.page-media--grid_3 .page-media__item:first-child{grid-row:1 / span 2}
}

@media (max-width: 767px) {
  .teacher-hero .teacher-photo {
    width: min(80%, 280px);
    max-width: 280px;
    aspect-ratio: 1 / 1;
    justify-self: center;
    margin: 12px auto 0;
    border-radius: 12px;
  }
}

/* Program comparison and learning pathways. */
.program-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.program-choice-card{min-width:0;overflow:hidden;border:1px solid rgba(20,20,20,.05);border-radius:20px;background:#fff;box-shadow:0 6px 20px rgba(20,20,20,.035)}
.program-choice-card__photo{aspect-ratio:16/9;overflow:hidden}
.program-choice-card__photo .page-media{display:block;height:100%;aspect-ratio:auto}
.program-choice-card__photo .page-media__item{height:100%;aspect-ratio:auto}
.program-choice-card__photo .page-media__item:not(:first-child){display:none}
.program-choice-card__photo img{width:100%;height:100%;object-fit:cover}
.program-choice-card__body{display:flex;flex-direction:column;align-items:flex-start;padding:32px 34px 36px}
.program-choice-card__label{padding:6px 12px;background:#fff0ef;border-radius:20px;color:var(--red);font-size:13px;font-weight:700}
.home-ia .program-choice-card h3{margin:20px 0 16px;font-size:28px;line-height:1.25}
.program-choice-card__body>p:not(.program-choice-card__label){margin:0;color:var(--muted);font-size:16px;line-height:1.8;min-height:58px}
.program-choice-card ul{align-self:stretch;padding:0;margin:26px 0 32px;list-style:none}
.program-choice-card li{position:relative;padding:10px 0 10px 22px;border-top:1px solid rgba(20,20,20,.07);font-size:15px;color:var(--muted);line-height:1.6}
.program-choice-card li::before{content:'✓';position:absolute;left:0;color:var(--red)}
.program-choice-card .text-link{margin-top:auto;color:var(--red);border:0}
#academy-match{background:#f7f7f5;scroll-margin-top:100px}
#academy-match .section-head{max-width:760px;margin-inline:auto;text-align:center}
.academy-pathway{max-width:820px;margin:52px auto 0;padding:0;list-style:none}
.academy-pathway li{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr);gap:26px;padding-bottom:32px}
.academy-pathway li::before{content:'';position:absolute;left:27px;top:54px;bottom:0;width:1px;background:#e8d9d6}
.academy-pathway li:last-child::before{display:none}
.academy-pathway__step{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#faeae7;color:var(--red);font-weight:700}
.academy-pathway article{padding:30px 34px;background:#fff;border:1px solid rgba(20,20,20,.04);border-radius:16px}
.academy-pathway h3,.academy-pathway__study h3{font-size:24px;line-height:1.35;margin:14px 0}
.academy-pathway article>p:not(.kicker),.academy-pathway__study>p:not(.kicker){font-size:16px;line-height:1.8;color:var(--muted)}
.academy-pathway .text-link,.academy-pathway__study .text-link{margin-top:22px}
.academy-pathway-followup{display:grid;grid-template-columns:56px minmax(0,1fr);column-gap:26px;max-width:820px;margin:8px auto 0}
.academy-pathway__study{grid-column:2;width:100%;max-width:none;margin:0;padding:30px 34px;border:1px solid var(--line);background:var(--white);border-radius:16px}
.academy-pathway__study-links{display:flex;flex-wrap:wrap;gap:8px 24px}
.decision-page__intro{padding-top:max(128px,9vw)}
#news-explore{scroll-margin-top:100px}
@media(max-width:767px){.program-choice-grid{grid-template-columns:1fr;gap:28px}.program-choice-card__body{padding:26px 24px 30px}.home-ia .program-choice-card h3{font-size:25px}.program-choice-card__body>p:not(.program-choice-card__label){min-height:0}.academy-pathway{margin-top:36px}.academy-pathway li{grid-template-columns:36px minmax(0,1fr);gap:12px;padding-bottom:24px}.academy-pathway__step{width:36px;height:36px;font-size:13px}.academy-pathway li::before{left:17px;top:36px}.academy-pathway article,.academy-pathway__study{padding:24px 20px}.academy-pathway h3,.academy-pathway__study h3{font-size:22px}.academy-pathway__study{margin-left:48px}.decision-page__intro{padding-top:128px}}
@media(max-width:767px){.academy-pathway-followup{grid-template-columns:36px minmax(0,1fr);column-gap:12px}.academy-pathway-followup .academy-pathway__study{margin-left:0}}

/* THEBOX premium: explicit shared scope; page structures remain unchanged. */
body.site-premium {
  --bg: #faf9f6;
  --ink: #20201e;
  --muted: #555550;
  --red: #e63228;
  --line: #e5e2db;
  --premium-surface: #ffffff;
  --premium-soft: #f2f0eb;
  --premium-red-soft: #fbefec;
  --premium-radius: 12px;
  --premium-section-space: 120px;
  --premium-card-space: 32px;
  --premium-font: "Pretendard Variable", Pretendard, sans-serif;
  --premium-latin: "Pretendard Std", "Pretendard Variable", Pretendard, sans-serif;
}
body.site-premium main {
  color: var(--ink);
  background: var(--bg);
  font-family: var(--premium-font);
}
body.site-premium main h1,
body.site-premium main h2,
body.site-premium main h3 {
  color: var(--ink);
  word-break: keep-all;
  overflow-wrap: break-word;
  letter-spacing: -0.03em;
}
body.site-premium main p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.01em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
body.site-premium main .kicker {
  color: var(--red);
  font-family: var(--premium-latin);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
body.site-premium .hero--academy {
  min-height: auto;
  padding-block: 152px 104px;
  background:
    radial-gradient(ellipse at 88% 20%, rgba(230, 50, 40, 0.035), transparent 55%),
    linear-gradient(180deg, #ffffff, var(--bg));
}
body.site-premium .hero--academy h1 {
  max-width: 620px;
  margin-block: 16px 0;
  font-size: clamp(40px, 4.2vw, 56px);
  font-weight: 700;
  line-height: 1.16;
}
body.site-premium .hero-sub { margin-top: 28px; }
body.site-premium .hero--academy .lead { color: var(--muted); font-size: 18px; line-height: 1.8; }
body.site-premium .hero-actions { margin-top: 36px; }
body.site-premium main > .section { padding-block: var(--premium-section-space); border-color: var(--line); }
body.site-premium .section-head { margin-bottom: 48px; }
body.site-premium .section-head h2 { margin-top: 16px; font-size: clamp(30px, 3vw, 40px); font-weight: 700; line-height: 1.25; }
body.site-premium .section-head__copy > p:not(.kicker) { margin-top: 24px; color: var(--muted); }
body.site-premium #academy-match,
body.site-premium .section--soft { background: var(--premium-soft); }
body.site-premium .academy-pathway li::before { background: var(--line); }
body.site-premium .academy-pathway__step {
  color: var(--red);
  background: var(--premium-red-soft);
  box-shadow: none;
  font-family: var(--premium-latin);
  font-weight: 650;
}
body.site-premium .academy-pathway article,
body.site-premium .academy-pathway__study,
body.site-premium .course-card {
  background: var(--premium-surface);
  border: 1px solid var(--line);
  border-radius: var(--premium-radius);
  box-shadow: 0 8px 24px rgba(32, 32, 30, 0.025);
}
body.site-premium .academy-pathway article,
body.site-premium .academy-pathway__study,
body.site-premium .course-body { padding: var(--premium-card-space); }
body.site-premium .academy-pathway h3,
body.site-premium .academy-pathway__study h3,
body.site-premium .course-card h3 { margin-block: 16px; font-size: 24px; font-weight: 650; line-height: 1.4; }
body.site-premium .course-card { overflow: hidden; }
body.site-premium .course-card img { filter: none; }
body.site-premium .course-card:hover img { transform: none; }
body.site-premium main .btn {
  min-height: 52px;
  border-radius: 0;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.01em;
  box-shadow: none;
}
body.site-premium main .text-link { border-color: var(--line); text-underline-offset: 6px; }
body.site-premium main a:focus,
body.site-premium main button:focus { outline: 2px solid var(--red); outline-offset: 4px; }
@media (max-width: 767px) {
  body.site-premium { --premium-section-space: 80px; --premium-card-space: 24px; }
  body.site-premium .hero--academy { padding-block: 128px 72px; }
  body.site-premium .hero--academy h1 { font-size: 40px; line-height: 1.2; }
  body.site-premium main p { font-size: 16px; }
  body.site-premium main .kicker { font-size: 12px; }
  body.site-premium .hero--academy .lead { font-size: 17px; }
  body.site-premium .section-head { margin-bottom: 32px; }
  body.site-premium .section-head h2 { font-size: 30px; line-height: 1.3; }
  body.site-premium .section-head__copy > p:not(.kicker) { margin-top: 20px; }
  body.site-premium .academy-pathway h3,
  body.site-premium .academy-pathway__study h3,
  body.site-premium .course-card h3 { font-size: 22px; line-height: 1.4; }
}

/* Shared typography tokens and page-specific visual adapters. */
body.site-premium {
  --surface: #ffffff;
  --soft: #f2f0eb;
  --soft-hover: #f7f5f1;
  --home-paper: #f2f0eb;
  --line-strong: #d4d0c8;
  --red-dark: #c92b23;
  --text-body: 17px;
  --text-lead: 18px;
  --weight-black: 700;
  --heading-hero: clamp(40px, 4.2vw, 56px);
  --heading-teacher: clamp(32px, 3.4vw, 44px);
  --heading-content: clamp(32px, 3.6vw, 48px);
  --heading-section: clamp(30px, 3vw, 40px);
  --heading-closing: clamp(30px, 3vw, 40px);
  --home-heading-hero: clamp(40px, 4.2vw, 56px);
  --home-heading-section: clamp(30px, 3vw, 40px);
  --home-heading-card: clamp(24px, 2.2vw, 30px);
  --home-section-standard: 120px;
  --home-section-major: 120px;
}
body.site-premium .hero.template-hero {
  min-height: auto;
  padding-block: 152px 104px;
  background: radial-gradient(ellipse at 88% 20%, rgba(230,50,40,.035), transparent 55%), linear-gradient(180deg,#fff,var(--bg));
}
body.site-premium .hero.template-hero h1,
body.site-premium .home-hero h1 {
  font-size: var(--heading-hero);
  font-weight: 700;
  line-height: 1.16;
}
body.site-premium .hero--news h1 { font-size: clamp(38px,4vw,52px); }
body.site-premium .teacher-hero h1 { font-size: var(--heading-teacher); font-weight: 700; line-height: 1.25; }
body.site-premium .content-page > h1,
body.site-premium .decision-page__intro h1 { font-size: var(--heading-content); font-weight: 700; line-height: 1.25; }
body.site-premium .template--teacher .section,
body.site-premium .home-section,
body.site-premium .news-board-section,
body.site-premium .news-latest-section,
body.site-premium .closing-cta,
body.site-premium .news-start-cta { padding-block: var(--premium-section-space); }
body.site-premium .home-section__head { margin-bottom: 48px; }
body.site-premium .home-section__head h2,
body.site-premium .home-visit h2,
body.site-premium .closing-cta h2,
body.site-premium .news-feature h2,
body.site-premium .news-start-cta h2,
body.site-premium .study-info-cta h2,
body.site-premium .teacher-class-gallery__head h2 { font-size: var(--heading-section); font-weight: 700; line-height: 1.25; }
body.site-premium main .home-section__index { color: var(--red); font-size: 12px; font-weight: 650; line-height: 1.5; letter-spacing: .08em; }
body.site-premium .home-hero .home-lead,
body.site-premium .hero .lead { color: var(--muted); font-size: var(--text-lead); line-height: 1.8; }
body.site-premium .program-choice-card,
body.site-premium .info-card,
body.site-premium .review-card,
body.site-premium .album-card,
body.site-premium .news-board-card,
body.site-premium .news-latest-card,
body.site-premium .study-level-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--premium-radius);
  box-shadow: 0 8px 24px rgba(32,32,30,.025);
}
body.site-premium .program-choice-card__body,
body.site-premium .news-board-card__body,
body.site-premium .news-latest-card__body { padding: var(--premium-card-space); }
body.site-premium .news-board-card h3,
body.site-premium .news-latest-card h3,
body.site-premium .info-card h3,
body.site-premium .study-level-card h3 { font-size: 24px; font-weight: 650; line-height: 1.4; }
body.site-premium .news-board-card h3 { margin-top: 24px; }
body.site-premium .home-hero__visual img { border-radius: var(--premium-radius); box-shadow: 0 12px 32px rgba(32,32,30,.04); }
body.site-premium .news-feature,
body.site-premium .study-info-cta { background: var(--soft); color: var(--ink); }
body.site-premium .news-feature__copy > p:not(.kicker),
body.site-premium .study-info-cta p:not(.kicker) { color: var(--muted); }
body.site-premium .news-feature .text-link { color: var(--ink); }
body.site-premium .review-card:hover { background: var(--soft-hover); color: var(--ink); }
body.site-premium .review-card:hover p,
body.site-premium .review-card:hover footer span,
body.site-premium .review-card:hover .review-source-row { color: var(--muted); }
body.site-premium main .small-note,
body.site-premium main .review-source-row,
body.site-premium main .news-latest-card__meta,
body.site-premium main .news-latest-card__meta p { font-size: 14px; line-height: 1.6; }
@media(max-width:767px) {
  body.site-premium { --text-body:16px; --text-lead:17px; --home-section-standard:80px; --home-section-major:80px; }
  body.site-premium .hero.template-hero { padding-block:128px 72px; }
  body.site-premium .hero.template-hero h1,
  body.site-premium .home-hero h1 { font-size:40px; line-height:1.2; }
  body.site-premium .hero--news h1 { font-size:38px; }
  body.site-premium .teacher-hero h1 { font-size:32px; line-height:1.25; }
  body.site-premium .home-section__head { margin-bottom:32px; }
  body.site-premium .news-board-card h3,
  body.site-premium .news-latest-card h3,
  body.site-premium .info-card h3,
  body.site-premium .study-level-card h3 { font-size:22px; }
}

/* Directions: equal map actions and practical arrival information. */
body.site-premium .hero--direction .hero-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
body.site-premium .hero--direction .hero-actions .direction-map-link { width: 100%; min-height: 52px; padding: 14px 18px; justify-content: center; border: 1px solid var(--line); background: var(--surface); color: var(--ink); }
body.site-premium .hero--direction .direction-map-link:hover { background: var(--soft-hover); border-color: var(--line-strong); }
body.site-premium .hero--direction #visit-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
body.site-premium .hero--direction #visit-gallery .page-media__item { aspect-ratio: 1; border-radius: var(--premium-radius); }
body.site-premium .direction-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
body.site-premium .direction-info-card { min-width: 0; padding: var(--premium-card-space); border: 1px solid var(--line); border-radius: var(--premium-radius); background: var(--surface); scroll-margin-top: 110px; }
body.site-premium .direction-info-card:first-child { grid-column: 1 / -1; }
body.site-premium .direction-info-card h3 { margin: 20px 0 16px; font-size: 26px; line-height: 1.35; }
body.site-premium .direction-info-card .small-note { margin-top: 20px; }
body.site-premium .direction-place-list { list-style: none; padding: 0; margin: 24px 0; }
body.site-premium .direction-place-list li + li { border-top: 1px solid var(--line); }
body.site-premium .direction-place-list a { position: relative; display: grid; gap: 6px; padding: 18px 28px 18px 0; }
body.site-premium .direction-place-list strong { font-size: 16px; line-height: 1.5; font-weight: 650; }
body.site-premium .direction-place-list span:not(.direction-place__arrow) { color: var(--muted); font-size: 14px; line-height: 1.6; }
body.site-premium .direction-place__arrow { position: absolute; right: 0; top: 22px; }
body.site-premium .direction-transit { margin: 24px 0; }
body.site-premium .direction-transit div + div { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 24px; }
body.site-premium .direction-transit dt { font-weight: 650; margin-bottom: 12px; }
body.site-premium .direction-transit dd { margin: 8px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; word-break: keep-all; }
body.site-premium .direction-transit-links { display: flex; flex-wrap: wrap; gap: 16px 24px; }
@media (max-width: 720px) {
  body.site-premium .hero--direction .hero-actions { grid-template-columns: 1fr; }
  body.site-premium .hero--direction #visit-gallery { gap: 12px; }
  body.site-premium .direction-info-grid { grid-template-columns: 1fr; gap: 28px; }
  body.site-premium .direction-info-card h3 { font-size: 24px; }
}

/* Fixed CTA: square edges, soft elevation, and an opaque fallback. */
.mobile-decision-bar {
  box-sizing: border-box;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 -8px 24px rgba(32, 32, 30, 0.06);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.mobile-decision-bar a { border-radius: 0; }
@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .mobile-decision-bar {
    background: rgba(255, 255, 255, 0.92);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
}
@media (max-width: 720px) {
  .mobile-decision-bar { width: 100%; max-width: none; }
}

/* Arrival photos remain visible at every viewport width. */
body.site-premium .hero--direction .mobile-hero-visual { display: block; min-width: 0; margin-top: 32px; }
body.site-premium .hero--direction #visit-gallery { width: 100%; max-width: 760px; margin: 0; padding: 0; }

/* Academy hero hosts the existing course finder. */
body.site-premium .hero--academy .hero-actions { display: flex; flex-direction: column; align-items: stretch; }
body.site-premium .academy-finder-panel { width: 100%; max-width: 760px; border: 1px solid var(--line); background: var(--soft); scroll-margin-top: 110px; }
body.site-premium .academy-finder-panel summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 28px; cursor: pointer; list-style: none; }
body.site-premium .academy-finder-panel summary::-webkit-details-marker { display: none; }
body.site-premium .academy-finder-panel summary>span:first-child { display: grid; gap: 12px; }
body.site-premium .academy-finder-panel b { color: var(--red); font-size: 12px; letter-spacing: .08em; }
body.site-premium .academy-finder-panel strong { font-size: 26px; line-height: 1.35; word-break: keep-all; }
body.site-premium .academy-finder-panel small { font-size: 15px; line-height: 1.7; color: var(--muted); word-break: keep-all; }
body.site-premium .academy-finder-panel[open] summary { border-bottom: 1px solid var(--line); }
body.site-premium .academy-finder-panel .quiz-box { width: 100%; max-width: none; margin: 0; padding: 28px; border: 0; box-shadow: none; }
@media(max-width:720px) {
  body.site-premium .academy-finder-panel summary, body.site-premium .academy-finder-panel .quiz-box { padding: 24px; }
  body.site-premium .academy-finder-panel strong { font-size: 24px; }
}

/* Course finder reads as one compact panel, not two stacked cards. */
body.site-premium .academy-finder-panel summary { padding: 24px; }
body.site-premium .academy-finder-panel strong { font-size: 22px; line-height: 1.45; }
body.site-premium .academy-finder-panel small { font-size: 14px; }
body.site-premium .academy-finder-panel[open] summary { padding-bottom: 0; border-bottom: 0; }
body.site-premium .academy-finder-panel[open] summary b,
body.site-premium .academy-finder-panel[open] summary small { display: none; }
body.site-premium .academy-finder-panel[open] summary strong { font-size: 15px; font-weight: 600; color: var(--muted); }
body.site-premium .academy-finder-panel[open] summary>span:last-child { transform: rotate(-90deg); }
body.site-premium .academy-finder-panel .quiz-box { background: transparent; padding: 24px; }
body.site-premium .academy-finder-panel .finder-question h3,
body.site-premium .academy-finder-panel .finder-result>h3 { font-size: 24px; line-height: 1.45; font-weight: 650; letter-spacing: -.025em; margin: 20px 0; }
body.site-premium .academy-finder-panel .section-label { font-size: 12px; line-height: 1.5; letter-spacing: .06em; }
body.site-premium .academy-finder-panel .finder-options { display: grid; gap: 8px; }
body.site-premium .academy-finder-panel .finder-option { font-size: 16px; line-height: 1.6; font-weight: 400; min-height: 48px; padding: 12px 16px; border: 1px solid var(--line); }
@media(max-width:720px) {
  body.site-premium .academy-finder-panel strong { font-size: 20px; }
  body.site-premium .academy-finder-panel .finder-question h3,
  body.site-premium .academy-finder-panel .finder-result>h3 { font-size: 22px; }
  body.site-premium .academy-finder-panel .finder-option { font-size: 15px; }
}

/* Surface rhythm only: existing typography scale is intentionally untouched. */
body.site-premium { --card-line: #efede8; --card-shadow: 0 4px 16px rgba(32,32,30,.012); }
body.site-premium main { background: var(--surface); }
body.site-premium main > .section,
body.site-premium .template--teacher .section,
body.site-premium .news-board-section,
body.site-premium .home-how,
body.site-premium .home-reviews { background: var(--surface); }
body.site-premium .section--soft,
body.site-premium main > .section--soft,
body.site-premium #academy-match,
body.site-premium .home-programs,
body.site-premium .home-visit,
body.site-premium .news-latest-section { background: var(--bg); }
body.site-premium .home-hero,
body.site-premium .home-scenes,
body.site-premium .hero.template-hero { background: var(--surface); }
body.site-premium.page-academy #class-list { background: var(--surface); }
body.site-premium.page-academy main > .section:last-of-type { background: var(--bg); }
body.site-premium main > .brand-pause { background: #20201e; color: #fff; }
body.site-premium main > .brand-pause .section-head { margin-bottom: 0; text-align: center; }
body.site-premium main > .brand-pause h2 { color: #fff; margin-block: 0; }
body.site-premium :is(.academy-pathway article,.academy-pathway__study,.course-card,.program-choice-card,.info-card,.review-card,.album-card,.news-board-card,.news-latest-card,.study-level-card,.direction-info-card,.recent-card) {
  border-color: var(--card-line);
  box-shadow: var(--card-shadow);
}
body.site-premium :is(.course-card,.program-choice-card,.review-card,.album-card,.news-board-card,.news-latest-card,.recent-card) { border-radius: 0; }
body.site-premium main img,
body.site-premium .home-hero__visual img,
body.site-premium .hero--direction #visit-gallery .page-media__item,
body.site-premium :is(.page-media__item,.program-choice-card__photo,.course-media,.teacher-photo,.mobile-teacher-preview__item,.home-scenes__story-grid figure) { border-radius: 0; }
body.site-premium .academy-hero-fullbleed { width: 100%; margin: 0; overflow: hidden; background: var(--bg); }
body.site-premium .academy-hero-fullbleed :is(.page-media,.page-media__item,.academy-hero-photo) { width: 100%; height: 100%; margin: 0; aspect-ratio: auto; border-radius: 0; }
body.site-premium .academy-hero-fullbleed { aspect-ratio: 16 / 7; }
body.site-premium .academy-hero-fullbleed img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
@media(max-width:720px) {
  body.site-premium .academy-hero-fullbleed { aspect-ratio: 4 / 3; }
}

/* Unified News carousel: existing typography is intentionally inherited. */
body.site-premium .news-carousel { margin-top: 40px; }
body.site-premium .news-carousel__controls { display: flex; justify-content: flex-end; gap: 12px; margin-bottom: 20px; }
body.site-premium .news-carousel__controls .btn { min-width: 48px; min-height: 48px; padding: 12px; border-radius: 0; }
body.site-premium .news-carousel__controls button:disabled { opacity: .3; cursor: default; }
body.site-premium .news-carousel__track { display: flex; gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; overscroll-behavior-x: contain; padding-bottom: 16px; }
body.site-premium .news-carousel .news-latest-card { flex: 0 0 calc((100% - 56px) / 3); scroll-snap-align: start; background: #fff; border: 1px solid #efede8; border-radius: 0; }
body.site-premium .news-carousel .news-latest-card[hidden] { display: none; }
body.site-premium .news-carousel .news-latest-card__body { height: 100%; display: flex; flex-direction: column; }
body.site-premium .news-carousel .news-latest-card h3 { margin-bottom: 28px; overflow-wrap: anywhere; }
body.site-premium .news-carousel .news-latest-card__meta { margin-top: auto; padding-top: 16px; }
body.site-premium .news-carousel__filters { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
body.site-premium .news-carousel__filters .chip { border-radius: 0; }
@media (max-width: 900px) {
  body.site-premium .news-carousel .news-latest-card { flex-basis: calc((100% - 28px) / 2); }
}
@media (max-width: 640px) {
  body.site-premium .news-carousel__track { gap: 16px; }
  body.site-premium .news-carousel .news-latest-card { flex-basis: 88%; }
}

/* Category-specific album rows retain the current typography scale. */
body.site-premium .news-category-row + .news-category-row { margin-top: 64px; }
body.site-premium .news-category-row__head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
body.site-premium .news-category-row__head h3 { margin: 0; }
body.site-premium .news-category-row__head .news-carousel__controls { margin: 0; flex: 0 0 auto; }
body.site-premium .news-category-row .news-carousel__controls .btn { width: 44px; min-width: 44px; flex: 0 0 44px; }
body.site-premium .news-category-row .news-latest-card { display: flex; flex-direction: column; }
body.site-premium .news-category-row .news-latest-card__body { height: auto; flex: 1; }
body.site-premium .news-album-cover { display: block; aspect-ratio: 1; overflow: hidden; border-radius: 0; background: var(--bg); }
body.site-premium .news-album-cover > div, body.site-premium .news-album-cover > figure { width: 100%; height: 100%; margin: 0; aspect-ratio: auto; }
body.site-premium .news-album-cover img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
body.site-premium .news-album-cover__empty { display: flex; height: 100%; flex-direction: column; justify-content: center; align-items: center; gap: 12px; }

/* Compact parking entries: preserve all existing text sizes. */
body.site-premium #parking .direction-place-list { margin: 16px 0; }
body.site-premium #parking .direction-place-list li + li { border-color: #efede8; }
body.site-premium .direction-parking-place summary { display: flex; align-items: center; gap: 8px; padding: 12px 0; cursor: pointer; list-style: none; }
body.site-premium .direction-parking-place summary::-webkit-details-marker { display: none; }
body.site-premium .direction-parking-place summary strong { min-width: 0; }
body.site-premium .direction-parking-place__badge { flex-shrink: 0; padding: 1px 7px; background: var(--bg); border: 1px solid #efede8; white-space: nowrap; }
body.site-premium .direction-parking-place__toggle { margin-left: auto; flex-shrink: 0; }
body.site-premium .direction-parking-place[open] .direction-parking-place__toggle { transform: rotate(45deg); }
body.site-premium .direction-parking-place__detail { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; padding: 0 0 12px; }
body.site-premium #parking .direction-parking-place__detail a { display: inline-flex; gap: 6px; padding: 0; }

/* Academy desktop hero image fills the right edge without type changes. */
@media (min-width: 1100px) {
  body.page-academy .academy-hero-layout { display: grid; grid-template-columns: minmax(0, 55fr) minmax(0, 45fr); width: 100%; max-width: 1920px; min-height: clamp(720px, 72vh, 900px); margin-inline: auto; align-items: stretch; }
  body.page-academy .academy-hero-layout > .content-wrap { width: 100%; max-width: none; margin: 0; padding-inline: clamp(32px, 4.2vw, 80px); min-width: 0; }
  body.page-academy .academy-hero-layout .hero--academy { width: 100%; }
  body.page-academy .academy-hero-layout .hero-copy { width: 100%; max-width: none; }
  body.page-academy .academy-hero-layout .academy-hero-fullbleed { aspect-ratio: auto; min-height: clamp(720px, 72vh, 900px); height: 100%; }
  body.page-academy .academy-hero-layout .academy-hero-fullbleed img { object-position: center; }
}

/* Keep the study hero slider visible on desktop as well as mobile. */
@media (min-width: 1100px) {
  body.site-premium .study-hero-wrap .hero-copy { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 40px; width: 100%; max-width: none; }
  body.site-premium .study-hero-wrap .hero-copy > * { grid-column: 1; }
  body.site-premium .study-hero-wrap .mobile-hero-visual { display: block; grid-column: 2; grid-row: 1 / 6; align-self: center; min-width: 0; margin: 0; overflow: hidden; }
  body.site-premium .study-hero-wrap .mobile-hero-visual .page-media { width: 100%; margin: 0; }
  body.site-premium .study-hero-wrap .mobile-hero-visual .page-media--slider { min-height: 0; aspect-ratio: 4 / 3; border-radius: 0; }
  body.site-premium .study-hero-wrap .mobile-hero-visual img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
}

/* Let the community cards stand separately without a square backing panel. */
body.site-premium #levels .info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
body.site-premium #levels .info-card { min-width: 0; }
@media (max-width: 768px) {
  body.site-premium #levels .info-grid { grid-template-columns: 1fr; gap: 20px; }
}

body.page-academy .academy-policy-list {
  --policy-content-inset: 36px;
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
}
body.page-academy .academy-policy-list > details {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  background: color-mix(in srgb, var(--bg) 58%, white);
}
body.page-academy .academy-policy-list > details > summary { padding: 24px 28px; }
body.page-academy .academy-policy-list > details[open] > summary { border-bottom: 1px solid var(--line); }
body.page-academy .academy-policy-panel {
  max-width: none;
  padding: 28px;
  color: var(--ink);
}
body.page-academy .academy-policy-panel ol {
  counter-reset: academy-policy-item;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-academy .academy-policy-panel li {
  counter-increment: academy-policy-item;
  display: grid;
  grid-template-columns: var(--policy-content-inset) minmax(0, 1fr);
  padding: 0;
  line-height: 1.75;
}
body.page-academy .academy-policy-panel li::before {
  content: counter(academy-policy-item) ".";
  color: var(--muted);
}
body.page-academy .academy-policy-panel p {
  margin: 24px 0 0 var(--policy-content-inset);
  color: var(--muted);
  line-height: 1.7;
}
body.page-academy .academy-policy-panel .btn {
  margin: 24px 0 0 var(--policy-content-inset);
  letter-spacing: 0.04em;
}
body.page-academy .academy-policy-table-wrap {
  width: calc(100% - var(--policy-content-inset));
  margin: 28px 0 0 var(--policy-content-inset);
  overflow-x: auto;
  border-top: 1px solid var(--ink);
  background: white;
}
body.page-academy .academy-policy-table { width: 100%; min-width: 620px; border-collapse: collapse; text-align: left; }
body.page-academy .academy-policy-table caption { padding: 20px 16px 12px; color: var(--ink); font-weight: 800; text-align: left; }
body.page-academy .academy-policy-table th,
body.page-academy .academy-policy-table td { width: 50%; padding: 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
body.page-academy .academy-policy-table th { color: var(--ink); }
@media (max-width: 640px) {
  body.page-academy .academy-policy-list { --policy-content-inset: 28px; gap: 12px; margin-top: 32px; }
  body.page-academy .academy-policy-list > details > summary { padding: 20px; }
  body.page-academy .academy-policy-panel { padding: 24px 20px; }
  body.page-academy .academy-policy-panel .btn { margin-top: 20px; }
  body.page-academy .academy-policy-table-wrap { margin-top: 24px; }
}

/* Study schedule utility links */
#study-schedule .section-link-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 16px;
}
.content-page.reviews-page>.hero--reviews{min-height:auto;padding-top:128px;padding-bottom:76px}.reviews-page>.filter-bar,.reviews-page>.review-filter-group{margin-top:24px}.review-grid--page{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;border:0;background:transparent}.content-review-card{display:flex;min-height:0;padding:0;border:1px solid color-mix(in srgb,var(--line) 68%,white);border-radius:0;background:#fff;box-shadow:none;overflow:hidden;transition:none}.content-review-card:hover{background:#fff;color:inherit}.review-grid--page .content-review-card{flex-direction:column}.review-card__gallery{width:100%;background:#f7f5f1}.review-card__media{margin:0;overflow:hidden;background:#f7f5f1}.review-card__media--main{aspect-ratio:4/5}.review-card__media img{display:block;width:100%;height:100%}.review-card__media--cover img{object-fit:cover}.review-card__media--contain img{object-fit:contain}.review-card__thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:1px;background:var(--line)}.review-card__media--thumb{aspect-ratio:1}.content-review-card .review-card__content{display:flex;flex:1;flex-direction:column;padding:28px}.content-review-card .review-provenance{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;padding-bottom:16px;border-bottom:1px solid color-mix(in srgb,var(--line) 68%,white);color:var(--muted);font-size:12px}.content-review-card .review-provenance__label{color:var(--red);font-weight:850;letter-spacing:.1em}.content-review-card .review-provenance .review-category{margin-left:auto}.review-card__quote{height:48px;margin-top:24px;color:var(--red);font-family:Georgia,serif;font-size:72px;line-height:1}.review-card__title{display:-webkit-box;margin-top:26px;overflow:hidden;font-size:24px;font-weight:700;line-height:1.4;word-break:keep-all;-webkit-box-orient:vertical;-webkit-line-clamp:4}.review-card__quote+.review-card__title{margin-top:10px}.content-review-card .review-card__body{display:-webkit-box;margin-top:14px;overflow:hidden;color:var(--muted);font-size:16px;font-weight:400;line-height:1.78;word-break:keep-all;-webkit-box-orient:vertical;-webkit-line-clamp:6}.content-review-card footer{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-top:auto;padding-top:28px;color:var(--muted);font-size:13px}.content-review-card footer>span{display:grid;gap:5px}.content-review-card footer a{color:var(--ink);font-weight:750;text-decoration:none}.content-review-card footer a:hover{text-decoration:underline;text-underline-offset:4px}.reviews-page .review-filter-group{display:flex;align-items:center;gap:20px}.reviews-page .review-filter-group>span{flex:0 0 auto;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.1em}.reviews-page .review-filter-group .filter-bar{margin-top:0}.review-filter-empty{margin-top:24px;color:var(--muted)}.home-reviews .home-reviews__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;border-top:0}.home-reviews .home-reviews__grid--count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.home-reviews .home-reviews__grid--featured{grid-template-columns:1fr}.home-reviews .content-review-card{height:100%;flex-direction:column}.home-reviews .review-card__title{-webkit-line-clamp:3}.home-reviews .review-card__body{-webkit-line-clamp:5}.home-reviews .review-card--featured{display:grid;grid-template-columns:minmax(0,44fr) minmax(0,56fr)}.home-reviews .review-card--featured.review-card--text{grid-template-columns:1fr;padding-left:35%}.home-reviews .review-card--featured .review-card__media--main{height:100%;aspect-ratio:auto}.home-reviews .review-card--featured .review-card__gallery{min-height:440px}
@media(max-width:1100px){.review-grid--page{grid-template-columns:repeat(2,minmax(0,1fr))}.home-reviews__grid:not(.home-reviews__grid--featured){grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.content-page.reviews-page>.hero--reviews{padding-top:72px;padding-bottom:56px}.review-grid--page{grid-template-columns:1fr;gap:28px}.reviews-page .review-filter-group{align-items:flex-start;flex-direction:column;gap:10px}.reviews-page .review-filter-group .filter-bar{display:flex;width:100%;overflow-x:auto}.reviews-page .review-filter-group .chip{flex:0 0 auto}.content-review-card .review-card__content{padding:24px}.review-card__title{margin-top:20px}.content-review-card .review-card__body{-webkit-line-clamp:5}.content-review-card footer{align-items:flex-start}.review-card__thumbs{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.review-card__media--thumb{flex:0 0 88px;scroll-snap-align:start}.home-reviews__grid,.home-reviews .home-reviews__grid--count-2{grid-template-columns:1fr}.home-reviews .review-card--featured{display:flex;flex-direction:column}.home-reviews .review-card--featured.review-card--text{padding-left:0}.home-reviews .review-card--featured .review-card__gallery{min-height:0}.home-reviews .review-card__title{-webkit-line-clamp:1}.home-reviews .review-card__body{-webkit-line-clamp:3}.home-reviews .review-provenance{flex-wrap:nowrap;gap:8px;overflow:hidden}.home-reviews .review-provenance__brand,.home-reviews .review-source,.home-reviews .review-category{display:inline-flex;flex:0 0 auto;align-items:center;padding:4px 8px;border:1px solid var(--line);border-radius:999px;background:var(--bg);white-space:nowrap}.home-reviews .review-provenance .review-category{margin-left:0}.home-reviews .review-provenance__brand{display:none}}

@media (max-width: 768px) {
  .hero-actions .btn,
  .recent-card__body a,
  .course-body a,
  .footer-links a {
    min-height: var(--touch-target);
  }

  .recent-card__body a,
  .course-body a,
  .footer-links a {
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .content-page:has(.review-grid--page > .empty-state) .hero--reviews {
    min-height: auto;
  }
}

@media (max-width: 340px) {
  .template-hero .hero-copy.wrap {
    width: 100%;
    max-width: none;
  }
}
.hero-copy { position: relative; z-index: 2; }
.hero-num { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.hero-num .ln { width: 32px; height: 1px; background: var(--red); }
.hero h1 {
  max-width: min(920px, 100%);
  margin-top: 22px;
  font-size: var(--heading-hero);
  font-weight: var(--weight-black);
  letter-spacing: -.045em;
  line-height: 1.04;
  overflow-wrap: normal;
  word-break: keep-all;
  text-wrap: balance;
}
.hero-reveal-line { display: block; overflow: hidden; }
.hero-reveal-line > span { display: block; transform: translateY(112%) rotate(3deg); transform-origin: left bottom; animation: lineUp 1.05s var(--ease-out) forwards; animation-delay: calc(.24s + var(--line-index) * .14s); }
.hero-reveal-line--mobile { display: none; }
.hero--academy h1, .hero--study h1, .hero--online h1 { font-size: clamp(54px, 6vw, 80px); }
.hero--guide h1 { font-size: clamp(46px, 4.8vw, 62px); }
.boxed { position: relative; display: inline-block; padding-inline: .08em; }
.boxed svg { position: absolute; inset: -.08em -.12em; width: calc(100% + .24em); height: calc(100% + .16em); overflow: visible; pointer-events: none; }
.boxed rect { fill: none; stroke: var(--red); stroke-width: 3; vector-effect: non-scaling-stroke; stroke-dasharray: 400; stroke-dashoffset: 400; animation: drawBox 1.3s var(--ease-out) 1.1s forwards; }
.text-accent { color: var(--red); }
.copy-line { display: block; }
.teacher-hero .desc,
.teacher-class-section .sec-desc,
.news-body p,
.guide-redirect p { text-wrap: pretty; }
.content-page p,
.recent-card p,
.news-body p {
  word-break: keep-all;
  overflow-wrap: normal;
}
.empty-state {
  padding-inline: clamp(20px, 4vw, 32px);
}
.hero h1, .section-head h2, .content-page .hero h1, .detail-hero h1 {
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}
.hero-sub { display: flex; max-width: 580px; gap: 14px; align-items: flex-start; margin-top: 30px; }
.hero-sub .bar { width: 24px; height: 2px; margin-top: 12px; flex: 0 0 auto; background: var(--ink); }
.hero .lead { color: var(--muted); font-size: var(--text-lead); line-height: 1.75; }
.hero-actions { margin-top: 36px; }
.hero-media { width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: linear-gradient(135deg, var(--ph1), var(--ph2)); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-scroll { position: absolute; bottom: 32px; left: 0; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .1em; }
.line-anim { position: relative; width: 1px; height: 34px; overflow: hidden; background: var(--line); }
.line-anim::after { content: ""; position: absolute; inset: -100% 0 auto; width: 100%; height: 100%; background: var(--red); animation: scrollLine 1.8s ease-in-out infinite; }
@keyframes lineUp { to { transform: none; } }
@keyframes drawBox { to { stroke-dashoffset: 0; } }
@keyframes scrollLine { 0% { top: -100%; } 50% { top: 0; } 100% { top: 100%; } }
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.strip-photo, .feature-photo, .gallery-photo, .card-media { overflow: hidden; background: linear-gradient(135deg, var(--ph1), var(--ph2)); }
.strip-photo, .card-media, .gallery-photo { aspect-ratio: 4 / 3; }
.feature-photo { aspect-ratio: 3 / 2; }
.strip-photo img, .feature-photo img, .gallery-photo img, .card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.strip-photo:hover img, .feature-photo:hover img, .gallery-photo:hover img, .course-card:hover img, .program-card:hover img { transform: scale(1.04); }
.info-card, .program-card, .course-card, .review-card, .content-card, .redirect-grid a { background: var(--bg); }
.info-card { min-height: 240px; padding: var(--card-padding-y) var(--card-padding-x); }
.info-card > span { color: var(--red); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.info-card h3 { margin-top: 58px; font-size: 22px; letter-spacing: -.025em; }
.info-card p { margin-top: 12px; color: var(--muted); line-height: 1.65; }
.program-card, .course-card { transition: background .35s; }
.program-card__body, .course-body { padding: 28px var(--card-padding-x) var(--card-padding-y); }
.program-card h3, .course-card h3 { margin-top: 12px; font-size: 23px; letter-spacing: -.03em; }
.program-card p, .course-card p { margin-top: 12px; color: var(--muted); line-height: 1.65; }
.program-card dl { margin: 22px 0; padding-top: 16px; border-top: 1px solid var(--line); }
.program-card dt { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.program-card dd { margin-top: 6px; font-size: 14px; }
.course-body .text-link { margin-top: 22px; }
.course-summary { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.course-schedule-summary { display: grid; gap: 5px; margin-top: 20px !important; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink) !important; font-size: 13px; font-weight: 700; line-height: 1.45 !important; }
.course-schedule-summary span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.review-card { position: relative; min-height: 230px; padding: 34px 28px; transition: background .35s, color .35s; }
.review-card:hover { background: var(--ink); color: var(--white); }
.review-card > p, .review-card__body { font-size: 16px; font-weight: 700; line-height: 1.65; }
.review-card footer { margin-top: 28px; }
.review-card footer strong, .review-author { display: block; font-size: 13px; }
.review-card footer span, .review-source-row { color: var(--muted); font-size: 12px; }
.review-card:hover footer span, .review-card:hover .review-source-row { color: var(--on-ink-muted); }
.timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.timeline li { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.timeline li > span { color: var(--red); font-size: 18px; font-weight: 900; }
.timeline strong { font-size: 20px; }
.timeline p { margin-top: 8px; color: var(--muted); line-height: 1.7; }
.study-photo-story .section-head { margin-bottom: clamp(34px, 5vw, 58px); }
.study-photo-story__grid { display: grid; gap: clamp(14px, 2vw, 24px); }
.study-photo-story__grid--duo { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.study-photo-story__item { min-width: 0; margin: 0; overflow: hidden; background: var(--ph1); aspect-ratio: 4 / 3; }
.study-photo-story__grid--feature .study-photo-story__item { aspect-ratio: 16 / 7; }
.study-photo-story__item img { display: block; width: 100%; height: 100%; object-fit: cover; }
.closing-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 56px; align-items: end; padding: 88px 0 110px; border-top: 1px solid var(--line); }
.closing-cta h2 { max-width: 820px; margin-top: 16px; font-size: clamp(30px, 4vw, 52px); font-weight: 900; letter-spacing: -.045em; line-height: 1.08; word-break: keep-all; text-wrap: balance; }
.closing-cta p:not(.kicker) { max-width: 620px; margin-top: 18px; color: var(--muted); line-height: 1.7; }
.back-link { padding-top: 108px; }
.back-link a { display: inline-flex; min-height: var(--touch-target); align-items: center; color: var(--muted); font-size: 13px; font-weight: 750; text-decoration: none; }
.teacher-hero { position: relative; min-height: var(--teacher-hero-min); display: flex; align-items: center; padding: 74px 0 82px; }
.teacher-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: var(--teacher-grid-gap); align-items: center; }
.teacher-hero h1 { margin-top: 18px; font-size: var(--heading-teacher); font-weight: 900; letter-spacing: -.04em; line-height: 1.06; }
.teacher-hero .t-brand { display: inline; white-space: normal; overflow-wrap: break-word; word-break: keep-all; }
.teacher-hero .mark { display: inline; }
.teacher-hero .desc { max-width: 500px; margin-top: 24px; color: var(--muted); font-size: 16px; line-height: 1.75; overflow-wrap: normal; word-break: keep-all; }
.teacher-keywords { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.sns-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.sns-link:hover { color: var(--red); }
.teacher-keyword { padding: 8px 14px; border: 1px solid var(--line); font-size: 12.5px; font-weight: 700; }
.teacher-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); }
.meta-row { display: flex; flex-direction: column; gap: 6px; }
.meta-row b { color: var(--muted); font-size: 11.5px; letter-spacing: .05em; }
.meta-row span { font-size: 14px; font-weight: 700; }
.sns { margin-top: 20px; }
.sns-links { display:flex; flex-wrap:wrap; align-items:center; gap:9px; }
.teacher-hero .actions { margin-top: 30px; }
.teacher-photo { aspect-ratio: 4 / 5; overflow: hidden; background: linear-gradient(135deg, var(--ph1), var(--ph2)); }
.teacher-photo img { width: 100%; height: 100%; object-fit: cover; }
.teacher-mark { display: grid; place-content: center; text-align: center; }
.teacher-mark span { font-size: clamp(38px, 5vw, 64px); font-weight: 900; }
.teacher-mark small { margin-top: 8px; color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.teacher-class-section, .template--teacher > .section { padding: 80px 0 90px; border-top: 1px solid var(--line); }
.sec-label, .label { display: flex; gap: 14px; align-items: center; margin-bottom: 20px; }
.sec-label span:first-child, .label span:first-child { color: var(--red); font-size: 12px; font-weight: 850; }
.sec-label span:last-child, .label span:last-child { color: var(--muted); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.teacher-class-section h2, .template--teacher > .section h2 { font-size: clamp(26px, 3.4vw, 40px); letter-spacing: -.035em; }
.sec-desc, .section-desc { max-width: 560px; margin: 14px 0 42px; color: var(--muted); line-height: 1.65; }
.class-photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--photo-grid-gap); }
.cshot { aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(135deg, var(--ph1), var(--ph2)); }
.cshot img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.cshot:hover img { transform: scale(1.05); }
.cshot .ph { height: 100%; display: grid; align-content: end; gap: 5px; padding: 14px; color: rgba(13,13,13,.44); }
.schedule-heading-row { display:flex; align-items:end; justify-content:space-between; gap:24px; }
.schedule-month-nav { display:flex; align-items:center; gap:14px; min-height:44px; margin-bottom:42px; }
.schedule-month-nav button { width:40px; height:40px; border:1px solid var(--line); border-radius:6px; background:var(--white); color:var(--ink); font-size:24px; cursor:pointer; transition:border-color .2s ease, transform .2s ease; }
.schedule-month-nav button:hover, .schedule-month-nav button:focus-visible { border-color:var(--ink); transform:translateY(-1px); }
.schedule-month-nav strong { min-width:108px; text-align:center; font-size:15px; font-variant-numeric:tabular-nums; }
.schedule-common { display:flex; flex-wrap:wrap; gap:10px; margin:0 0 clamp(28px,4vw,42px); padding:0; border:0; }
.schedule-common div { display:flex; align-items:center; gap:7px; padding:8px 12px; border:1px solid var(--line); border-radius:999px; background:color-mix(in srgb,var(--white) 82%,transparent); }
.schedule-common dt { color:var(--muted); font-size:11px; font-weight:800; letter-spacing:.08em; }
.schedule-common dd { margin:0; color:var(--ink); font-size:15px; font-weight:750; }
.schedule-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(14px,2vw,22px); }
.schedule-card { min-width:0; min-height:190px; padding:clamp(22px,2.5vw,30px); background:var(--white); border:1px solid color-mix(in srgb,var(--line) 72%,transparent); border-radius:10px; transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.schedule-card:hover { transform:translateY(-2px); border-color:color-mix(in srgb,var(--ink) 18%,transparent); box-shadow:0 12px 30px rgba(23,23,23,.06); }
.schedule-card h3 { margin:0 0 22px; font-size:clamp(24px,2.2vw,32px); line-height:1.1; letter-spacing:-.035em; }
.schedule-card__times { display:grid; gap:10px; }
.schedule-time { display:flex; flex-wrap:wrap; align-items:center; gap:7px 10px; padding:10px 12px; border:0; border-radius:6px; background:var(--surface); }
.schedule-time strong { flex:1 1 100%; color:var(--ink); font-size:clamp(17px,1.5vw,20px); line-height:1.3; }
.schedule-time span { color:var(--muted); font-size:12px; font-weight:700; }
.schedule-time p { flex:1 1 100%; margin:2px 0 0; color:var(--muted); font-size:13px; line-height:1.55; }
.schedule-evergreen-note { margin:18px 0 0; color:var(--muted); font-size:12px; }
.schedule-month-nav .schedule-month-current { width:auto; padding:0 12px; font-size:12px; font-weight:750; white-space:nowrap; }.schedule-empty-month{margin:0;padding:30px;border:1px solid var(--line);border-radius:10px;color:var(--muted);text-align:center}.schedule-card[hidden],.schedule-time[hidden]{display:none}
.sns-link { display:inline-flex; align-items:center; gap:7px; margin-top:18px; padding:9px 12px; border:1px solid var(--line); border-radius:6px; background:color-mix(in srgb,var(--white) 72%,transparent); color:var(--ink); font-size:13px; font-weight:750; text-decoration:none; transition:border-color .2s ease,color .2s ease,transform .2s ease; }
.sns-link:hover, .sns-link:focus-visible { border-color:var(--ink); color:var(--red); transform:translateY(-1px); }
.sns-link__icon { font-size:17px; line-height:1; }
.sns-link--personal { border-color:color-mix(in srgb,var(--ink) 24%,var(--line)); background:var(--ink); color:var(--white); }
.sns-link--personal:hover, .sns-link--personal:focus-visible { border-color:var(--red); background:var(--red); color:var(--white); }
.sns-link--official { color:var(--muted); }
.teacher-course-info .section-head__copy p + p, .teacher-course-info .teacher-detail-copy p + p { margin-top:10px; }
.teacher-course-info .teacher-detail-copy { margin-top:10px; }
.course-level-card { max-width:520px; margin-top:clamp(48px,6vw,68px); padding:24px 26px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.course-level-card h3 { margin:6px 0 10px; font-size:clamp(20px,2vw,26px); }
.course-level-card strong { font-size:clamp(18px,1.7vw,22px); }

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.trust-band > div { min-height: 180px; padding: 34px 24px; border-right: 1px solid var(--line); }
.trust-band > div:last-child { border-right: 0; }
.trust-band .num { display: block; font-size: clamp(42px, 6vw, 78px); font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.trust-band .num em { margin-left: 8px; font-size: .28em; font-style: normal; letter-spacing: 0; white-space: nowrap; }
.trust-band span { display: block; margin-top: 18px; color: var(--muted); font-size: 13px; line-height: 1.55; }
@media (max-width: 720px) {
  .trust-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-band > div { min-height: 140px; padding: 26px 18px; }
  .trust-band > div:nth-child(2) { border-right: 0; }
  .trust-band > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
}
.content-page { padding-top: 0; }
.content-page > .hero { min-height: 70vh; }
.content-page .hero h1 { font-size: var(--heading-content); }
.content-page .filter-bar { margin-top: -28px; }
.content-card { min-height: 250px; padding: 30px 26px; }
.content-card h2 { margin-top: 54px; font-size: 22px; line-height: 1.25; }
.content-card p { margin-top: 12px; color: var(--muted); line-height: 1.65; }
.redirect-grid a { min-height: 190px; padding: 26px; text-decoration: none; }
.redirect-grid a span { color: var(--red); }
.redirect-grid a strong { display: block; margin-top: 58px; font-size: 22px; }
.accordion-list { border-top: 1px solid var(--ink); }
.accordion-list details { border-bottom: 1px solid var(--line); }
.accordion-list summary { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 16px; font-weight: 800; list-style: none; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary span { color: var(--red); font-size: 20px; transition: transform .25s; }
.accordion-list details[open] summary span { transform: rotate(45deg); }
.accordion-panel { max-width: 720px; padding: 0 0 24px; color: var(--muted); line-height: 1.7; }
@media (max-width: 900px) {
  .hero { min-height: 100svh; padding: 100px 0 68px; }
  .hero h1 { font-size: clamp(36px, 10.2vw, 42px); }
  .hero-media { max-width: 520px; }
  .hero-scroll { display: none; }
  .photo-strip { grid-template-columns: 1fr; }
  .closing-cta { grid-template-columns: 1fr; padding: 68px 0 82px; }
  .closing-cta h2 { font-size: clamp(30px, 8.5vw, 36px); }
  .teacher-hero { min-height: auto; padding: 50px 0 72px; }
  .teacher-meta, .class-photos { grid-template-columns: 1fr; }
  .content-page .filter-bar { margin-top: 0; }
}
@media (max-width: 560px) {
  .hero-reveal-line--desktop { display: none; }
  .hero-reveal-line--mobile { display: block; }
  .hero h1, .teacher-hero h1, .content-page .hero h1 { font-size: clamp(36px, 10.2vw, 42px); }
  .hero--study h1 { font-size: clamp(32px, 9vw, 34px); }
  .timeline li { grid-template-columns: 48px minmax(0, 1fr); gap: 12px; }
  .teacher-hero .actions .btn, .closing-cta .btn { width: 100%; }
  .schedule-card-grid { grid-template-columns:1fr; }
  .schedule-common { gap:12px 20px; }
  .schedule-card { padding:20px; }
  .schedule-heading-row { align-items:start; flex-direction:column; gap:0; }
  .schedule-month-nav { width:100%; justify-content:space-between; margin:0 0 28px; }
  .course-level-card { margin-top:38px; padding:20px 0; }
}
@media (max-width: 420px) {
  .template--teacher .t-brand { letter-spacing: -.05em; word-break: keep-all; }
}
@media (min-width: 641px) and (max-width: 900px) { .schedule-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (prefers-reduced-motion: reduce) {
  .hero-reveal-line > span { transform: none; animation: none; }
  .hero-keyword::after { transform: none; animation: none; }
  .line-anim::after { animation: none; }
}

.section-follow-link { margin-top: 32px; }
.recent-grid--album { align-items: start; }
.recent-card--album { position: relative; overflow: hidden; }
.recent-card--album::before, .recent-card--album::after {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-color: var(--red);
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 180ms ease, transform 180ms ease;
}
.recent-card--album::before {
  top: 0;
  left: 0;
  border-top: 2px solid var(--red);
  border-left: 2px solid var(--red);
  transform: translate(-4px, -4px);
}
.recent-card--album::after {
  right: 0;
  bottom: 0;
  border-right: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  transform: translate(4px, 4px);
}
.recent-card--album:hover::before, .recent-card--album:hover::after,
.recent-card--album:focus-within::before, .recent-card--album:focus-within::after {
  opacity: 1;
  transform: translate(0, 0);
}
.recent-card__placeholder {
  display: grid;
  place-items: end start;
  min-height: 220px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(229, 55, 43, .12), transparent 58%), linear-gradient(160deg, var(--ph1), var(--ph2));
}
.recent-card__placeholder span {
  margin: 0;
  color: rgba(13, 13, 13, .56);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}
.recent-card__summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.recent-card__meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}
.recent-card__meta time { color: var(--muted); font-size: 13px; }
.recent-card__meta .text-link, .recent-card__meta span { margin-top: 0; }
.study-level-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.study-level-card {
  min-width: 0;
  padding: 28px 22px 32px;
  border-right: 1px solid var(--line);
}
.study-level-card:last-child { border-right: 0; }
.study-level-card__number {
  display: block;
  margin-bottom: 40px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}
.study-level-card h3 { margin: 8px 0 24px; font-size: clamp(24px, 2.2vw, 34px); }
.study-level-card dl, .study-level-card dl div { display: grid; gap: 8px; }
.study-level-card dl { gap: 18px; margin: 0; }
.study-level-card dt { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.study-level-card dd { margin: 0; line-height: 1.65; overflow-wrap: normal; word-break: keep-all; }
.study-schedule-list { border-top: 1px solid var(--line); }
.study-schedule-list article {
  display: grid;
  grid-template-columns: minmax(140px, .45fr) 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.study-schedule-list span { color: var(--muted); }
.study-price-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
}
.study-info-cta { padding: clamp(72px, 9vw, 128px) 0; background: var(--ink); color: var(--white); }
.study-info-cta--mid { background: var(--ph1); color: var(--ink); }
.study-info-cta h2 {
  max-width: 800px;
  margin: 12px 0 32px;
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: 1.05;
  text-wrap: balance;
}
@media (min-width: 601px) and (max-width: 900px) {
  .recent-grid--album { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .study-level-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .study-level-card:nth-child(2n) { border-right: 0; }
  .study-level-card:last-child { border-top: 1px solid var(--line); }
}
@media (max-width: 600px) {
  .study-photo-story__grid--duo { grid-template-columns: 1fr; }
  .study-photo-story__grid--feature .study-photo-story__item { aspect-ratio: 4 / 3; }
  .study-level-grid { grid-template-columns: 1fr; }
  .study-level-card { padding: 24px 0 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .study-level-card:last-child { border-bottom: 0; }
  .study-level-card__number { margin-bottom: 18px; }
  .study-schedule-list article { grid-template-columns: 1fr; gap: 8px; }
  .study-price-guide { grid-template-columns: 1fr; align-items: start; }
  .study-price-guide .btn { width: 100%; }
  .study-info-cta h2 { font-size: clamp(34px, 10vw, 44px); }
}
@media (prefers-reduced-motion: reduce) {
  .recent-card--album::before, .recent-card--album::after { transition: none; }
}

.enter-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--grid-gap); }
.enter-choice { min-width: 0; background: var(--bg); border: 1px solid var(--line); }
.enter-choice__media { aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(135deg, var(--ph1), var(--ph2)); }
.enter-choice__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.enter-choice:hover .enter-choice__media img { transform: scale(1.04); }
.enter-choice > div { padding: 30px; }
.enter-choice h2 { margin-top: 12px; font-size: clamp(26px, 3vw, 38px); }
.enter-choice p:not(.kicker) { margin: 14px 0 24px; color: var(--muted); line-height: 1.7; }
.enter-choice__links { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; }
.recent-grid, .album-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--grid-gap); }
.recent-card, .album-card { min-width: 0; border-top: 1px solid var(--ink); }
.recent-card__media, .album-card__media, .content-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(135deg, var(--ph1), var(--ph2)); }
.recent-card__media img, .album-card__media img, .content-card__media img { width: 100%; height: 100%; object-fit: cover; }
.recent-card > div, .album-card > div { padding: 24px 2px 0; }
.recent-card h3, .album-card h2 { margin-top: 10px; font-size: 22px; line-height: 1.3; }
.recent-card h3 a, .album-card h2 a, .content-card h2 a { color: inherit; text-decoration: none; }
.recent-card p:not(.kicker), .album-card p { margin-top: 12px; color: var(--muted); line-height: 1.65; }
.recent-card span, .album-meta, .content-date, .detail-meta { display: block; margin-top: 18px; color: var(--muted); font-size: 12px; }
.album-meta { display: flex; justify-content: space-between; gap: 16px; }
.detail-hero { max-width: 900px; padding: 180px 0 70px; border-bottom: 1px solid var(--line); }
.detail-hero h1 { margin-top: 18px; font-size: var(--heading-content); line-height: 1.1; }
.news-detail .feature-photo { margin-top: 54px; }
.news-body, .album-detail__body { max-width: 760px; margin: 54px auto; font-size: 17px; line-height: 1.85; }
.news-body p + p, .album-detail__body p + p { margin-top: 24px; }
.content-detail-nav { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; padding: 32px 0 80px; border-top: 1px solid var(--line); }
.content-detail-nav > :last-child { justify-self: end; }
.album-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--grid-gap); margin: 54px 0 80px; }
.album-gallery figure { min-width: 0; aspect-ratio: 3 / 2; overflow: hidden; background: var(--ph1); }
.album-gallery img { width: 100%; height: 100%; object-fit: cover; }
.closing-kakao { background: #FEE500; color: #171717; border: 0; }
.closing-kakao:hover, .closing-kakao:focus-visible { background: #f2d900; color: #171717; }
.closing-primary { background: var(--red); border-color: var(--red); color: #fff; }
.closing-primary:hover, .closing-primary:focus-visible { background: #c92c22; border-color: #c92c22; color: #fff; }
@media (max-width: 900px) {
  .enter-choice-grid, .recent-grid, .album-grid { grid-template-columns: 1fr; }
  .album-gallery { grid-template-columns: 1fr; }
  .detail-hero { padding-top: 120px; }
}
.home-hero-media{width:min(1160px,calc(100% - 40px));margin:0 auto 72px;aspect-ratio:16/7;overflow:hidden}
.home-hero-media img{width:100%;height:100%;object-fit:cover}
@media(max-width:640px){.home-hero-media{width:calc(100% - 40px);margin-bottom:48px;aspect-ratio:4/3}}
.teacher-copy-grid { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:clamp(28px,6vw,88px); align-items:start; }
.teacher-copy-grid p, .teacher-detail-copy p { overflow-wrap:normal; word-break:keep-all; text-wrap:pretty; }
.teacher-detail-copy { max-width:720px; color:var(--muted); font-size:clamp(16px,1.35vw,18px); line-height:1.75; }
.teacher-detail-copy .section-head__copy { margin-top:0; }
.teacher-profile-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--course-media-gap);align-items:center}.teacher-profile-grid.has-video{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)}.teacher-profile-copy{margin-bottom:0}.teacher-profile-copy .section-head__copy{max-width:var(--readable-content)}.teacher-profile-grid:not(.has-video) .teacher-profile-copy,.teacher-profile-grid:not(.has-video) .teacher-profile-copy .section-head__copy{max-width:none}.teacher-video-block{min-width:0}.teacher-video-block>.kicker{margin-bottom:var(--text-body)}.teacher-video{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--surface)}.teacher-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.teacher-course-layout{display:grid}.teacher-course-layout>.section-head{width:100%;max-width:var(--readable-content);margin-bottom:0}.teacher-course-layout>.teacher-detail-copy{width:100%;margin-top:var(--text-body)}.teacher-course-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:var(--course-section-gap);border-block:1px solid var(--line)}.teacher-course-facts>div{padding:var(--card-padding-y) var(--card-padding-x);border-left:1px solid var(--line)}.teacher-course-facts>div:first-child{border-left:0}.teacher-course-facts dt{color:var(--red);font-size:var(--text-xs);font-weight:var(--weight-course-kicker);letter-spacing:.12em}.teacher-course-facts dt span{display:block;margin-top:8px;color:var(--muted);font-weight:var(--weight-semibold);letter-spacing:0}.teacher-course-facts dd{margin-top:16px;font-size:var(--text-course-level);font-weight:var(--weight-bold);line-height:1.5;word-break:keep-all;overflow-wrap:break-word}.teacher-course-support{width:100%;margin-top:var(--course-section-gap)}.teacher-course-support>.course-targets-block{margin-top:0}
@media (max-width: 768px) { .teacher-copy-grid { grid-template-columns:1fr; gap:20px; } }

.course-targets-block{padding-top:24px;border-top:1px solid var(--line)}.course-targets-block h3{margin:6px 0 16px;font-size:clamp(1.25rem,2vw,1.65rem)}.course-target-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.course-target-list li{position:relative;padding:13px 16px 13px 38px;border:1px solid var(--line);background:var(--surface);line-height:1.65;word-break:keep-all;overflow-wrap:break-word}.course-target-list li::before{content:"";position:absolute;left:16px;top:1.35em;width:7px;height:7px;background:var(--red);border-radius:50%}.teacher-class-gallery-section{--class-gallery-gap:clamp(12px,1.4vw,20px);--class-gallery-mobile-bleed:20px;overflow:hidden;background:var(--bg)}.teacher-class-gallery__head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:clamp(28px,4vw,46px)}.teacher-class-gallery__head h2{margin-top:10px;font-size:clamp(32px,4vw,52px);letter-spacing:-.045em}.teacher-class-gallery__head>div>p:last-child:not(.kicker){margin-top:14px;color:var(--muted);line-height:1.7}.teacher-class-gallery__controls{display:flex;gap:8px}.teacher-class-gallery__controls button{display:grid;place-items:center;width:var(--touch-target);height:var(--touch-target);border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--ink);cursor:pointer}.teacher-class-gallery__controls button:disabled{cursor:default;opacity:.28}.teacher-class-gallery__track{display:flex;gap:var(--class-gallery-gap);overflow-x:auto;overscroll-behavior-x:contain;padding:2px 0 18px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:thin;cursor:grab;touch-action:pan-x pan-y pinch-zoom}.teacher-class-gallery__track.is-dragging{cursor:grabbing;scroll-behavior:auto;user-select:none}.teacher-class-gallery__track.is-single{cursor:default}.teacher-class-gallery__card{flex:0 0 min(86vw,420px);min-width:0;color:inherit;text-decoration:none;scroll-snap-align:start}.teacher-class-gallery__card figure{margin:0;aspect-ratio:4/3;overflow:hidden;background:var(--surface)}.teacher-class-gallery__card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.teacher-class-gallery__card:hover img,.teacher-class-gallery__card:focus-visible img{transform:scale(1.015)}@media(min-width:1024px){.teacher-class-gallery__card{flex-basis:calc((100% - (var(--class-gallery-gap) * 2))/3.15)}}@media(min-width:641px) and (max-width:1023px){.teacher-class-gallery__card{flex-basis:calc((100% - var(--class-gallery-gap))/2.2)}}@media(min-width:641px) and (max-width:900px){.teacher-hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(240px,.9fr);gap:clamp(28px,4vw,42px)}.teacher-photo{width:100%;max-width:360px;justify-self:end}}@media(max-width:900px){.teacher-profile-grid.has-video{grid-template-columns:1fr}.teacher-course-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.teacher-course-facts>div:nth-child(odd){border-left:0}.teacher-course-facts>div:nth-child(n+3){border-top:1px solid var(--line)}}@media(max-width:640px){.teacher-hero-grid{grid-template-columns:1fr}.teacher-photo{width:min(100%,360px);max-width:none;justify-self:center}.teacher-class-gallery__head{align-items:flex-start;flex-direction:column}.teacher-class-gallery__controls{align-self:flex-end}.teacher-class-gallery__track{width:calc(100% + var(--class-gallery-mobile-bleed))}.teacher-class-gallery__card{flex-basis:86vw}}@media(max-width:600px){.course-target-list li{padding:12px 14px 12px 34px}.course-target-list li::before{left:14px}.teacher-course-facts>div{padding:20px}.teacher-course-facts dd{margin-top:12px}}@media(prefers-reduced-motion:reduce){.teacher-class-gallery__track{scroll-behavior:auto}.teacher-class-gallery__card img{transition:none}}

.page-media-section{margin-block:clamp(44px,7vw,88px)}
.page-media{position:relative;min-width:0}
.page-media--single{aspect-ratio:16/7;overflow:hidden}
.page-media--grid_2,.page-media--grid_3{display:grid;gap:var(--grid-gap)}
.page-media--grid_2{grid-template-columns:repeat(2,minmax(0,1fr))}
.page-media--grid_3{grid-template-columns:repeat(3,minmax(0,1fr))}
.page-media__item{min-width:0;overflow:hidden;background:var(--ph1);aspect-ratio:4/3}
.page-media--single .page-media__item{height:100%;aspect-ratio:auto}
.page-media img{width:100%;height:100%;object-fit:cover}
.page-media--slider{overflow:hidden;aspect-ratio:16/8;background:var(--ph1)}
.page-slider__viewport,.page-slider__slide,.page-slider__media{height:100%}
.page-slider__slide[hidden]{display:none}
.page-slider__arrow{position:absolute;z-index:2;top:50%;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(23,23,23,.55);color:#fff;cursor:pointer;transform:translateY(-50%)}
.page-slider__arrow.is-prev{left:18px}.page-slider__arrow.is-next{right:18px}
.page-slider__dots{position:absolute;z-index:2;bottom:16px;left:50%;display:flex;gap:8px;transform:translateX(-50%)}
.page-slider__dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer}
.page-slider__dots button[aria-current=true]{background:#fff;transform:scale(1.25)}
.page-slider__autoplay{position:absolute;z-index:2;top:16px;right:16px;padding:8px 12px;border:1px solid rgba(255,255,255,.7);border-radius:4px;background:rgba(23,23,23,.62);color:#fff;font:inherit;font-size:.78rem;cursor:pointer}.page-slider__autoplay:focus-visible{outline:2px solid #fff;outline-offset:3px}
.recent-card:not(:has(.recent-card__media)) .recent-card__body{padding-top:8px}

.news-hero-wrap .page-hero{padding-bottom:clamp(56px,7vw,88px)}
.news-board-section{padding:clamp(52px,7vw,92px) 0 clamp(72px,9vw,120px);background:var(--surface)}
.news-board-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--grid-gap);margin-top:clamp(34px,5vw,56px)}
.news-board-card{min-width:0;overflow:hidden;border:1px solid var(--line);background:var(--bg);transition:transform .22s ease,border-color .22s ease}.news-board-card:hover{transform:translateY(-2px);border-color:rgba(23,23,23,.26)}
.news-board-card__media{aspect-ratio:16/8;overflow:hidden}.news-board-card__media .page-media__item{height:100%;aspect-ratio:auto}.news-board-card__body{padding:clamp(24px,3vw,38px)}
.news-board-card__meta{display:flex;align-items:center;gap:16px}.news-board-card__meta>span{color:var(--red);font-weight:800;font-variant-numeric:tabular-nums}.news-board-card h3{margin-top:clamp(32px,5vw,58px);font-size:clamp(25px,3vw,36px);letter-spacing:-.035em;line-height:1.15}
.news-board-card__body>p:not(.kicker){max-width:560px;margin:15px 0 28px;color:var(--muted);line-height:1.72;word-break:keep-all}.news-board-card__links{display:flex;flex-wrap:wrap;gap:12px 24px}.news-board-card__status{color:var(--muted);font-size:.92rem;font-weight:650}
.news-latest-section{padding:clamp(76px,10vw,132px) 0}.news-latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--grid-gap);margin-top:clamp(34px,5vw,56px)}
.news-latest-card{min-width:0;border-top:1px solid var(--ink);background:var(--bg)}.news-latest-card__media{aspect-ratio:4/3;overflow:hidden}.news-latest-card__media img{width:100%;height:100%;object-fit:cover}.news-latest-card__body{padding:24px 2px 8px}.news-latest-card h3{margin-top:14px;font-size:clamp(20px,2vw,26px);line-height:1.28}.news-latest-card h3 a{color:inherit;text-decoration:none}.news-latest-card__body>p:not(.kicker){margin-top:12px;color:var(--muted);line-height:1.68;word-break:keep-all}.news-latest-card__meta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:28px;color:var(--muted);font-size:.88rem}.news-latest-empty{margin-top:34px;padding-top:24px;border-top:1px solid var(--line);color:var(--muted)}
.news-feature-section{padding:0 0 clamp(82px,10vw,132px)}.news-feature{display:grid;grid-template-columns:minmax(0,1fr);background:var(--ink);color:#fff}.news-feature--with-media{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.news-feature__copy{padding:clamp(36px,6vw,78px)}.news-feature__copy .kicker{color:#ff6257}.news-feature h2{margin-top:18px;font-size:clamp(34px,5vw,58px);letter-spacing:-.045em;line-height:1.08}.news-feature__copy>p:not(.kicker){max-width:580px;margin-top:22px;color:rgba(255,255,255,.7);line-height:1.75}.news-feature__links{display:flex;flex-wrap:wrap;gap:14px 28px;margin-top:34px}.news-feature .text-link{color:#fff}.news-feature__media{min-height:360px}.news-feature__media .page-media__item{height:100%;aspect-ratio:auto}
.news-start-cta{padding:clamp(78px,10vw,132px) 0;background:var(--surface);text-align:center}.news-start-cta h2{margin-top:16px;font-size:clamp(34px,5vw,58px);letter-spacing:-.045em;line-height:1.1}.news-start-cta p:not(.kicker){margin:20px auto 0;color:var(--muted);line-height:1.72}.news-start-cta .btn-row{justify-content:center;margin-top:34px}
@media(max-width:900px){.news-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-feature--with-media{grid-template-columns:1fr}.news-feature__media{min-height:0;aspect-ratio:16/9}}
@media(max-width:640px){.news-board-grid,.news-latest-grid{grid-template-columns:1fr}.news-board-card h3{margin-top:32px}.news-board-card__media{aspect-ratio:4/3}.news-latest-card__meta{align-items:flex-end}.news-feature__copy{padding:36px 24px}.news-feature__media{aspect-ratio:4/3}.news-start-cta{text-align:left}.news-start-cta .btn-row{justify-content:stretch}.news-start-cta .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.news-board-card{transition:none}.news-board-card:hover{transform:none}}
@media(max-width:720px){.page-media--grid_2,.page-media--grid_3{grid-template-columns:1fr}.page-media--single,.page-media--slider{aspect-ratio:4/3}.page-slider__arrow{width:40px;height:40px}.page-slider__autoplay{top:12px;right:12px}.page-media-section{margin-block:44px}}
@media(prefers-reduced-motion:reduce){.page-slider__dots button{transition:none}}
.news-body{font-size:1.05rem;line-height:1.85;overflow-wrap:anywhere}.news-body>*+*{margin-top:1.25rem}.news-body h2,.news-body h3{line-height:1.3;margin-top:2.5rem}.news-body h2{font-size:clamp(1.55rem,3vw,2.25rem)}.news-body h3{font-size:clamp(1.25rem,2.2vw,1.65rem)}.news-body ul,.news-body ol{padding-left:1.5rem}.news-body li+li{margin-top:.5rem}.news-body a{text-decoration:underline;text-underline-offset:.2em}.news-body blockquote{border-left:3px solid var(--red);padding-left:1rem}.news-body hr{border:0;border-top:1px solid var(--line);margin-block:2.5rem}.news-body__image img,.news-gallery img{display:block;width:100%;height:auto;object-fit:cover}.news-body figcaption,.news-gallery figcaption{margin-top:.6rem;color:var(--muted);font-size:.9rem}.news-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2.5rem}@media(max-width:600px){.news-body{font-size:1rem;line-height:1.78}.news-body>*+*{margin-top:1rem}.news-body h2,.news-body h3{margin-top:2rem}.news-gallery{grid-template-columns:1fr}}
.review-card__media,.recent-card__media{aspect-ratio:4/3;overflow:hidden}.review-card__media img,.recent-card__media img{width:100%;height:100%;object-fit:cover}.review-card__content{padding:clamp(1rem,2vw,1.5rem)}.content-review-card footer{display:flex;justify-content:space-between;gap:1rem;align-items:center}.quiz-box__courses{display:grid;gap:.75rem;margin:1.5rem 0}.quiz-box__courses>a{display:flex;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--line,#ddd);color:inherit;text-decoration:none}.enter-choice__media{aspect-ratio:4/3}.enter-choice__media img{object-fit:contain;background:#fff}@media(max-width:767px){.content-review-card footer{align-items:flex-start;flex-direction:column}.quiz-box__courses>a{flex-direction:column}}
.content-review-card:has(.review-card__content){padding:0;overflow:hidden}.review-provenance{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;padding-bottom:18px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px}.review-provenance__label{color:var(--red);font-weight:850;letter-spacing:.1em}.review-provenance .review-category{margin-left:auto}.content-review-card .review-author{margin-top:28px}.content-review-card footer a{color:inherit;font-weight:750;text-underline-offset:4px}.review-filter-group{display:flex;align-items:center;gap:20px;margin-top:20px}.review-filter-group>span{flex:0 0 auto;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.1em}.review-filter-group .filter-bar{margin-top:0}@media(max-width:600px){.review-filter-group{align-items:flex-start;flex-direction:column;gap:10px}.review-provenance .review-category{width:100%;margin-left:0}}

@media(max-width:767px){.home-reviews .home-reviews__grid{grid-template-columns:1fr}}

@media (max-width: 767px) {
  .mobile-decision-bar {
    padding-right: var(--gutter);
    padding-left: var(--gutter);
  }

  .home-experience,
  .home-experience + .home-experience,
  .home-experience:nth-child(3) {
    padding-bottom: 0;
    border: 1px solid var(--line);
    background: var(--surface);
  }
  .home-experience__visual,
  .home-reviews .content-review-card,
  .home-reviews .review-card__gallery,
  .home-reviews .review-card__media--main {
    box-sizing: border-box;
    width: 100%;
  }
  .home-experience__copy {
    padding: 24px 20px 22px;
  }

  .album-grid { gap: 32px; }
  .album-card { overflow: hidden; }
  .album-card > div { padding: 24px 20px 20px; }

  body.page-academy .academy-policy-panel .btn {
    box-sizing: border-box;
    width: calc(100% - var(--policy-content-inset));
    max-width: none;
  }
}

.home-reviews__carousel { margin-top: var(--space-7); }
.home-reviews__carousel .news-carousel__controls { display: flex; justify-content: flex-end; gap: var(--space-2); margin-bottom: var(--space-4); }
.home-reviews__carousel .news-carousel__controls .btn { width: var(--touch-target); min-width: var(--touch-target); min-height: var(--touch-target); padding: var(--space-2); isolation: isolate; }
.home-reviews__carousel .news-carousel__controls .btn::after { z-index: -1; }
.home-reviews__carousel .news-carousel__controls .btn:hover { color: var(--white); }
.home-reviews__track { display: flex; align-items: stretch; gap: 26px; overflow-x: auto; padding-bottom: var(--space-3); scroll-snap-type: x mandatory; scrollbar-width: thin; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; }
.home-reviews__track .content-review-card { height: auto; flex: 0 0 calc((100% - 52px) / 3); scroll-snap-align: start; }
.home-reviews .review-card__title { min-height: calc(2em * 1.35); font-size: var(--home-review-title-size); line-height: 1.35; -webkit-line-clamp: 2; }
.home-reviews .review-card__body { -webkit-line-clamp: 3; }
@media (min-width: 768px) {
  .home-reviews .content-review-card footer { min-height: var(--home-review-footer-height); }
}
@media (max-width: 1100px) {
  .home-reviews__track .content-review-card { flex-basis: calc((100% - 26px) / 2); }
}
@media (max-width: 767px) {
  .home-reviews__track { gap: var(--space-4); }
  .home-reviews__track .content-review-card { flex-basis: 100%; }
  .home-reviews .review-provenance__brand { display: inline-flex; }
  .home-reviews .review-source { display: none; }
  .home-scenes__captions .home-scenes__detail { font-size: 16px; text-wrap: balance; }
}

body.site-premium .content-page.reviews-page>.hero--reviews{min-height:auto;padding-top:104px;padding-bottom:112px}
body.site-premium .content-page.reviews-page>.hero--reviews .hero-copy{width:100%}
body.site-premium .content-page.reviews-page>.hero--reviews .hero-sub{max-width:42rem}
.review-filter-panel{display:flex;flex-wrap:wrap;align-items:center;gap:18px 34px;margin:0 0 40px;padding:24px 0;border-block:1px solid var(--line)}
.review-filter-panel .review-filter-group{display:flex;align-items:center;gap:14px;margin:0}
.review-filter-panel .filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin:0}
.review-source-chip{display:inline-flex;align-items:center;gap:8px}
.review-source-icon{display:inline-grid;flex:0 0 22px;width:22px;height:22px;place-items:center}
.review-source-icon--naver{background:#03c75a;color:#fff;font-family:Arial,sans-serif;font-size:14px;font-weight:900;line-height:1}
.review-source-icon--kakao{background:#fee500}
.review-source-icon--kakao svg{width:16px;height:16px;fill:#191919}
.review-grid--page{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--grid-gap);align-items:stretch}
.review-grid--page .content-review-card{width:100%;min-height:100%;margin:0}
.review-grid .content-review-card{min-width:0;flex-direction:column}
.review-provenance__brand{display:inline-flex;align-items:center;gap:9px}
.mobile-decision-bar .quick-kakao,.mobile-decision-bar .quick-naver{display:flex;align-items:center;justify-content:center;gap:8px}
@media(max-width:767px){body.site-premium .content-page.reviews-page>.hero--reviews{padding-top:104px;padding-bottom:44px}.review-filter-panel{display:grid;gap:18px;margin-bottom:28px;padding:20px 0}.review-filter-panel .review-filter-group{align-items:flex-start;flex-direction:column;gap:10px}.review-grid--page{grid-template-columns:1fr}.mobile-decision-bar .quick-kakao{display:none}.mobile-decision-bar .quick-call{display:grid}}

.home-more{background:var(--white)}
.home-experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.home-experience-grid--entertainment{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-experience{display:flex;min-width:0;flex-direction:column;padding-block:0 28px;border-bottom:1px solid var(--line)}
.home-experience+.home-experience{border-left:1px solid var(--line);padding-left:30px}
.home-experience__visual{height:var(--home-play-preview-height);overflow:hidden;background:var(--bg)}
.home-experience__visual .page-media,.home-experience__visual .page-media-gallery,.home-experience__visual .page-slider__viewport,.home-experience__visual .page-slider__slide,.home-experience__visual .page-slider__media,.home-experience__visual .page-media__item{width:100%;height:100%}
.home-experience__visual .page-media__item{aspect-ratio:auto}
.home-experience__visual img{width:100%;height:100%;object-fit:cover}
.home-experience__visual .page-slider__arrow,.home-experience__visual .page-slider__dots,.home-experience__visual .page-slider__autoplay{display:none}
.home-experience__visual--community .page-media-gallery .page-media__item:not(:last-child){display:none}
.home-experience__visual--study .page-media-gallery .page-media__item:not(:first-child){display:none}
.home-experience__copy{display:flex;flex:1;flex-direction:column;padding-top:22px}
.home-experience__copy h3{margin-top:10px;line-height:1.3}
.home-experience__copy>p:not(.kicker){margin-top:14px;color:var(--muted);line-height:1.75}
.home-experience__copy ul{display:grid;gap:8px;margin:20px 0 24px;padding:18px 0;border-block:1px solid var(--line);list-style:none}
.home-experience__copy li{position:relative;padding-left:16px;line-height:1.55}
.home-experience__copy li::before{content:"";position:absolute;top:.65em;left:0;width:5px;height:5px;background:var(--red)}
.home-experience__copy>a,.home-experience__status{margin-top:auto}
.home-experience__status{color:var(--muted);font-weight:700}
.home-experience__visual--digital{display:grid;place-items:center;padding:var(--home-play-preview-inset);background:var(--home-play-digital-bg);color:var(--white)}
.home-experience__visual--go{display:grid;place-items:center;padding:var(--home-play-preview-inset);background:var(--red);color:var(--white)}
.home-go-visual{display:grid;width:100%;height:100%;align-content:space-between;padding:var(--home-play-frame-inset);border:1px solid var(--home-play-frame-line-strong)}
.home-go-visual__top,.home-go-visual__ticker{display:flex;justify-content:space-between;gap:var(--home-play-control-gap);font-weight:var(--home-play-label-weight);letter-spacing:var(--home-play-label-tracking)}
.home-go-visual>strong{line-height:var(--home-play-heading-leading);letter-spacing:var(--home-play-heading-tracking)}
.home-go-visual__ticker{padding-top:var(--home-play-content-gap);border-top:1px solid var(--home-play-frame-line)}
.home-type-test-visual{display:grid;width:100%;gap:var(--home-play-content-gap);padding:var(--home-play-frame-inset);border:1px solid var(--home-play-frame-line)}
.home-type-test-visual__top{display:flex;justify-content:space-between;gap:var(--home-play-top-gap);color:var(--white);font-weight:var(--home-play-label-weight);letter-spacing:var(--home-play-label-tracking)}
.home-type-test-visual__progress{height:var(--home-play-progress-height);background:var(--home-play-progress-track)}
.home-type-test-visual__progress span{display:block;width:var(--home-play-progress-value);height:100%;background:var(--red)}
.home-type-test-visual>p{margin:var(--space-1) 0 0;font-weight:700}
.home-type-test-visual>div:last-child{display:grid;gap:var(--space-1)}
.home-type-test-visual>div:last-child span{padding:var(--home-play-option-padding-y) var(--home-play-option-padding-x);border:1px solid var(--home-play-frame-line-soft);color:var(--home-play-option-text)}
@media(max-width:1024px){.home-type-test-visual{gap:var(--space-0);padding:var(--space-2);font-size:var(--text-sm)}.home-type-test-visual>div:last-child span{padding:var(--space-0) var(--space-1)}}
@media(max-width:1024px){.home-experience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-experience:nth-child(3){grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:30px;border-left:0;padding-left:0}.home-experience:nth-child(3) .home-experience__copy{padding-top:0}}
@media(min-width:768px) and (max-width:900px){.home-experience__visual{height:var(--home-play-preview-height-tablet)}}
@media(max-width:767px){.home-experience-grid{grid-template-columns:1fr;gap:52px}.home-experience,.home-experience:nth-child(3){display:flex;grid-column:auto;padding:0 0 28px;border-left:0}.home-experience+.home-experience{padding-right:0;padding-bottom:28px;padding-left:0}.home-experience__visual{height:auto;aspect-ratio:4/3}.home-experience__copy{padding-top:22px}.home-experience__copy>p:not(.kicker) br{display:none}}

.teacher-title--mobile { display: none; }

@media (max-width: 640px) {
  .template--teacher .teacher-hero { min-height: auto; padding: var(--space-6) 0 var(--space-8); }
  .template--teacher .teacher-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; align-items: start; }
  .template--teacher .teacher-hero-grid > div:first-child { display: contents; }
  .template--teacher .teacher-hero .t-tag { order: 1; }
  body.site-premium .template--teacher .teacher-hero h1 {
    order: 2;
    margin-top: var(--space-2);
    font-size: var(--heading-teacher-mobile);
    font-weight: var(--weight-bold);
    line-height: 1.15;
    word-break: keep-all;
  }
  .template--teacher .teacher-title--desktop { display: none; }
  .template--teacher .teacher-title--mobile { display: inline; }
  .template--teacher .teacher-hero .desc { order: 3; margin-top: var(--space-3); font-size: var(--text-body); line-height: var(--leading-body); }
  .template--teacher .teacher-photo {
    order: 4;
    width: min(100%, 360px);
    max-width: 360px;
    margin: var(--space-6) auto 0;
    aspect-ratio: 1 / 1;
    border-radius: var(--radius);
    box-shadow: none;
  }
  .template--teacher .teacher-photo img { object-fit: contain; object-position: center; }
  .template--teacher .teacher-keywords { order: 5; gap: var(--space-1); margin-top: var(--space-5); }
  .template--teacher .teacher-keyword { padding: var(--teacher-mobile-tag-padding); border-color: var(--line); background: transparent; font-size: var(--text-xs); }
  .template--teacher .teacher-meta {
    order: 6;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-5) var(--space-3);
    margin-top: var(--space-6);
    padding: var(--space-5) 0;
    border-block: 1px solid var(--line);
  }
  .template--teacher .teacher-meta .meta-row { padding: 0; border: 0; }
  .template--teacher .teacher-meta .meta-row:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .template--teacher .teacher-meta .k { color: var(--muted); font-size: var(--text-xs); }
  .template--teacher .teacher-meta .v { margin-top: var(--space-1); font-size: var(--text-sm); font-weight: var(--weight-semibold); line-height: 1.5; }
  .template--teacher .sns-links { order: 7; margin-top: var(--space-5); }
  .template--teacher .sns-link--personal {
    min-height: var(--touch-target);
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-weight: var(--weight-semibold);
  }
  .template--teacher .sns-link--personal:hover,
  .template--teacher .sns-link--personal:focus-visible { border: 0; background: transparent; color: var(--red); transform: none; }
  .template--teacher .mobile-scroll-cue,
  .template--teacher .hero-scroll { display: none; }
  body.page-teacher .mobile-decision-bar { display: none; }
  .template--teacher .teacher-intro-section { padding-block: var(--space-9); }
  .template--teacher .teacher-profile-grid { gap: var(--space-8); }
  .template--teacher .teacher-profile-copy .kicker { margin-bottom: var(--space-2); }
  .template--teacher .teacher-profile-copy h2 { margin: 0 0 var(--space-5); }
  .template--teacher .teacher-profile-copy .section-head__copy {
    width: 100%;
    gap: var(--space-4);
    font-size: var(--text-body);
    line-height: 1.75;
  }
  .template--teacher .teacher-video-block > .kicker { margin-bottom: var(--space-2); }
  .template--teacher .teacher-course-info .section-head__copy {
    gap: var(--space-2);
    margin-top: var(--space-4);
    font-size: var(--text-mobile-body);
    line-height: 1.65;
  }
  .template--teacher .teacher-course-info .section-head__copy > p {
    margin-top: 0;
  }
  .template--teacher .teacher-course-support {
    margin-top: var(--space-6);
  }
  .template--teacher .course-targets-block {
    padding-top: var(--space-4);
  }
  .template--teacher .course-targets-block h3 {
    margin: var(--space-0) 0 var(--space-2);
    font-size: var(--heading-mobile-card);
  }
  .template--teacher .course-target-list {
    gap: 0;
  }
  .template--teacher .course-target-list li {
    padding: var(--space-1) 0 var(--space-1) var(--space-4);
    border: 0;
    border-top: 1px solid var(--line);
    font-size: var(--text-mobile-body);
    line-height: 1.55;
  }
  .template--teacher .course-target-list li:last-child {
    border-bottom: 1px solid var(--line);
  }
  .template--teacher .course-target-list li::before {
    top: 1.15em;
    left: 0;
    width: 6px;
    height: 6px;
  }
  .template--teacher .finder-variant-sections { grid-template-columns: minmax(0, 1fr); gap: var(--space-2); margin-block: var(--space-8); }
  .template--teacher .finder-variant-anchor { padding: var(--space-4); }
  .template--teacher .finder-variant-anchor h2 { font-size: 22px; }
}

.study-guide-trigger {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.study-guide-dialog {
  width: min(var(--container), calc(100vw - (var(--gutter) * 2)));
  max-height: calc(100dvh - (var(--gutter) * 2));
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--ink);
  box-shadow: var(--dialog-shadow);
}
.study-guide-dialog::backdrop { background: var(--dialog-backdrop); }
.study-guide-dialog__frame { display: grid; max-height: inherit; grid-template-rows: auto minmax(0, 1fr); }
.study-guide-dialog__head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-5);
  padding: var(--space-6);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.study-guide-dialog__head h2 {
  margin-top: var(--space-2);
  font-size: var(--heading-section);
  line-height: 1.12;
  word-break: keep-all;
}
.study-guide-dialog__close {
  display: grid;
  width: var(--touch-target);
  height: var(--touch-target);
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.study-guide-dialog__close:hover { border-color: var(--ink); }
.study-guide-dialog__close svg { width: var(--space-5); height: var(--space-5); fill: none; stroke: currentColor; stroke-width: 1.5; }
.study-guide-dialog__body { overflow-y: auto; padding: var(--space-6); overscroll-behavior: contain; }
.study-guide-dialog__lead { max-width: 720px; margin: 0 0 var(--space-7); color: var(--muted); font-size: var(--text-body); line-height: var(--leading-body); word-break: keep-all; }
.study-level-grid--dialog .study-level-card { padding-block: var(--space-6); }
.study-guide-dialog__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  margin-top: var(--space-6);
  padding-top: var(--space-6);
  border-top: 1px solid var(--line);
}
.study-guide-dialog__action strong { display: block; margin-top: var(--space-2); font-size: var(--text-lead); word-break: keep-all; }
.study-tuition-table { border-top: 1px solid var(--line); }
.study-tuition-table__labels,
.study-tuition-plan {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.3fr) minmax(0, .8fr);
  gap: var(--space-5);
  align-items: center;
}
.study-tuition-table__labels { padding: var(--space-3) var(--space-2); color: var(--muted); font-size: var(--text-sm); }
.study-tuition-plan { min-height: 152px; padding: var(--space-5) var(--space-2); border-top: 1px solid var(--line); }
.study-tuition-plan:first-of-type { border-top: 0; }
.study-tuition-plan strong { font-size: clamp(24px, 3vw, 36px); line-height: 1.15; }
.study-tuition-plan p { margin-top: var(--space-2); color: var(--muted); line-height: var(--leading-body); }
.study-tuition-plan__term > div { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-2); }
.study-tuition-plan__term span,
.study-tuition-plan__term b,
.study-tuition-plan__total b {
  display: inline-flex;
  margin-left: var(--space-2);
  padding: var(--space-1) var(--space-2);
  background: var(--ink);
  color: var(--white);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
}
.study-tuition-plan__term b { margin: var(--space-2) 0 0; background: transparent; color: var(--red); padding: 0; }
.study-tuition-plan__unit strong { color: var(--red); }
.study-tuition-note { margin-top: var(--space-5); color: var(--muted); font-size: var(--text-sm); line-height: var(--leading-body); word-break: keep-all; }
.study-discount-guide { margin-top: var(--space-7); padding-top: var(--space-6); border-top: 1px solid var(--line); }
.study-discount-guide article { display: grid; grid-template-columns: minmax(180px, .4fr) 1fr; gap: var(--space-5); padding-top: var(--space-4); }
.study-discount-guide article p { color: var(--muted); line-height: var(--leading-body); word-break: keep-all; }
.study-renewal-guide { margin-top: var(--space-7); padding-top: var(--space-6); border-top: 1px solid var(--line); }
.study-renewal-guide > p { color: var(--muted); line-height: var(--leading-body); }
.study-renewal-guide ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: var(--space-5); padding: 0; list-style: none; border-top: 1px solid var(--line-strong); }
.study-renewal-guide li { position: relative; padding-top: var(--space-4); color: var(--muted); font-size: var(--text-xs); text-align: center; }
.study-renewal-guide li::before { content: ""; position: absolute; top: calc(var(--space-1) * -1); left: 50%; width: var(--space-2); height: var(--space-2); border: 1px solid var(--line-strong); border-radius: 50%; background: var(--bg); transform: translateX(-50%); }
@media (max-width: 640px) {
  .study-guide-dialog { width: calc(100vw - (var(--gutter) * 2)); max-height: calc(100dvh - (var(--gutter) * 2)); }
  .study-guide-dialog__head,
  .study-guide-dialog__body { padding: var(--space-5); }
  .study-guide-dialog__head h2 { font-size: var(--heading-feature); }
  .study-guide-dialog__action { align-items: stretch; flex-direction: column; }
  .study-guide-dialog__action .btn { width: 100%; }
  .study-tuition-table__labels { display: none; }
  .study-tuition-plan { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; gap: var(--space-4); padding-block: var(--space-5); }
  .study-tuition-plan__unit { grid-column: 1 / -1; padding-top: var(--space-3); border-top: 1px solid var(--line); }
  .study-tuition-plan strong { font-size: var(--text-lead); }
  .study-discount-guide article { grid-template-columns: 1fr; gap: var(--space-2); }
}
@media (prefers-reduced-motion: reduce) {
  .study-guide-dialog { scroll-behavior: auto; }
}

@media (max-width: 767px) {
  body.site-premium {
    --text-body: var(--text-mobile-body);
    --text-lead: var(--text-mobile-lead);
  }

  body.site-premium main p,
  .home-lead,
  .home-section__head h2 + p,
  .program-choice-card__body > p:not(.program-choice-card__label),
  .academy-pathway article > p:not(.kicker),
  .academy-pathway__study > p:not(.kicker) {
    font-size: var(--text-mobile-body);
    line-height: 1.68;
  }

  body.site-premium main .home-hero__copy h1,
  body.site-premium main .hero.template-hero h1,
  body.site-premium main .hero h1,
  body.site-premium main .template-hero h1,
  body.site-premium main .teacher-hero h1,
  body.site-premium main .hero--news h1,
  body.site-premium main .decision-page__intro h1 {
    font-size: var(--heading-mobile-hero);
    line-height: 1.14;
  }

  body.site-premium .home-section__head h2,
  body.site-premium .section-head h2,
  body.site-premium main .home-visit h2,
  body.site-premium main .closing-cta h2,
  body.site-premium main .news-feature h2,
  body.site-premium main .news-start-cta h2,
  body.site-premium main .study-info-cta h2,
  body.site-premium main .teacher-class-gallery__head h2,
  .closing-cta h2,
  .news-feature h2,
  .news-start-cta h2 {
    font-size: var(--heading-mobile-section);
    line-height: 1.28;
  }

  .home-ia h3,
  .home-program__copy h3,
  .home-how__path h3,
  .home-ia .program-choice-card h3,
  body.site-premium .academy-pathway h3,
  body.site-premium .academy-pathway__study h3,
  body.site-premium .course-card h3 {
    font-size: var(--heading-mobile-card);
    line-height: 1.34;
  }

  body.site-premium main .review-card__title {
    font-size: var(--heading-mobile-card);
    line-height: 1.34;
  }

  body.site-premium main .content-review-card .review-card__body {
    font-size: var(--text-mobile-body);
    line-height: 1.68;
  }

  body.site-premium main .program-choice-card__label {
    font-size: var(--text-mobile-label);
  }

  .program-choice-card li,
  .home-scenes__captions span {
    font-size: var(--text-mobile-action);
  }

  .mobile-decision-bar a {
    min-height: 48px;
    font-size: var(--text-mobile-action);
  }

  body.site-premium main .btn,
  body.site-premium main .text-link,
  body.site-premium main .content-review-card footer a {
    font-size: var(--text-mobile-action);
  }

  body.site-premium main .chip,
  body.site-premium main .content-review-card footer a {
    min-height: var(--touch-target);
  }

  body.site-premium main .content-review-card footer a {
    display: inline-flex;
    align-items: center;
  }

body.site-premium .template--teacher .teacher-course-info .section-head__copy > p:not(.kicker) {
    margin-top: 0;
  }
}

.home-scenes__story-grid .home-scenes__media .page-media-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--home-photo-gap)}
.home-scenes__story-grid .home-scenes__media .page-media__item{aspect-ratio:16/9}
.home-scenes__captions p{display:block;padding-top:var(--space-3);font-size:var(--text-body);font-weight:700;line-height:1.55;word-break:keep-all}
.home-scenes__captions p>b,.home-scenes__captions p>span:not(.home-scenes__detail),.home-scenes__captions p>.text-link{display:none}
.home-scenes__captions .home-scenes__detail{display:block;margin:0;color:var(--ink);font:inherit}

.course-filter-panel{display:block;padding:0}
.course-filter-panel>summary{display:flex;min-height:56px;align-items:center;padding:0 20px;cursor:pointer;font-weight:800;list-style:none}
.course-filter-panel>summary::-webkit-details-marker{display:none}
.course-filter-panel>summary strong{margin-inline:4px;color:var(--red)}
.course-filter-panel>summary span{margin-left:auto;transition:transform .2s var(--ease-out)}
.course-filter-panel[open]>summary span{transform:rotate(45deg)}
.course-filter-panel__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px;padding:22px;border-top:1px solid var(--line)}
.course-filter-group--features{grid-column:1/-1;padding-top:18px;border-top:1px solid var(--line)}

.review-grid--page .review-card__media--main{aspect-ratio:16/9}
.review-grid--page .content-review-card .review-card__content{padding:22px}
.review-grid--page .review-card__quote{display:none}
.review-grid--page .review-card__title{min-height:calc(2em * 1.35);margin-top:14px;font-size:21px;line-height:1.35;-webkit-line-clamp:2}
.review-grid--page .content-review-card .review-card__body{margin-top:10px;line-height:1.65;-webkit-line-clamp:3}
.review-grid--page .content-review-card footer{align-items:center;margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}
.review-grid--page .content-review-card footer>span{display:flex;flex-wrap:nowrap;align-items:center;gap:6px 12px;white-space:nowrap}
.review-grid--page .content-review-card .review-author{margin-top:0}

body.site-premium.page-study main>.section:nth-of-type(even),body.site-premium.page-academy main>.section:nth-of-type(even){background:var(--premium-soft)}
body.site-premium.page-study main>.section:nth-of-type(odd),body.site-premium.page-academy main>.section:nth-of-type(odd){background:var(--bg)}
body.site-premium .academy-hero-fullbleed{position:relative;width:calc(100% - 48px);margin-inline:24px}
body.site-premium .study-hero-wrap .mobile-hero-visual{position:relative;margin-inline:24px}
body.site-premium .study-hero-wrap .mobile-hero-visual::after,body.site-premium .academy-hero-fullbleed::after{content:"";position:absolute;inset:auto 0 0;height:18%;pointer-events:none;background:linear-gradient(transparent,rgba(20,20,18,.14))}

@media(max-width:640px){
  body.site-premium .news-category-row .news-latest-card{flex-basis:78%}
  body.site-premium .news-category-row .news-latest-card[data-news-category="notice"] .news-album-cover{aspect-ratio:1/1.41}
  body.site-premium .news-carousel .news-latest-card h3{margin-bottom:12px}
  body.site-premium .news-carousel .news-latest-card__meta{padding-top:8px}
  .home-experience-grid--entertainment{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .home-experience+.home-experience{padding-left:12px}
  .home-experience__visual{height:auto;aspect-ratio:16/9}
  .home-experience__copy{padding-top:14px}
  .home-experience__copy h3{font-size:18px}
  .home-experience__copy>p:not(.kicker){display:-webkit-box;margin-top:8px;overflow:hidden;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:1}
  .home-experience__copy .text-link{font-size:12px}
  .home-scenes__media .page-media__item{margin-top:0!important;border-radius:0!important}
  .home-scenes__captions p{padding:12px 0 28px;border:0!important;border-radius:0!important}
  .course-filter-panel__body{grid-template-columns:1fr;padding:18px}
  .course-filter-group--features{grid-column:auto}
  body.site-premium .academy-hero-fullbleed{width:calc(100% - 32px);margin-inline:16px}
  body.site-premium .study-hero-wrap .mobile-hero-visual{margin-inline:16px}
  .review-grid--page .content-review-card footer{flex-direction:row;align-items:center}
}

body.site-premium main .home-reviews .review-card__title {
  font-size: var(--home-review-title-size);
  line-height: 1.35;
}

.home-scenes__captions p{display:grid;grid-template-columns:1fr auto;align-items:start;gap:8px 20px;padding:14px 0 28px;border:0}
.home-scenes__captions p>b{display:block;grid-column:1/-1;color:var(--red);font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:var(--kicker-tracking)}
.home-scenes__captions .home-scenes__detail{display:block;min-width:0;line-height:1.55}
.home-scenes__captions p>.text-link{display:inline-flex;align-self:start;white-space:nowrap;font-size:var(--text-sm)}
.home-visit__map-panel{display:grid;gap:var(--space-3);min-width:0;width:100%}
.home-visit__map{display:block;width:100%;height:420px;border:0;background:var(--soft)}

body.site-premium.page-academy main>.section.brand-pause{background:var(--ink);color:var(--white)}
body.site-premium.page-academy main>.brand-pause h2{color:var(--white)}
body.site-premium .study-hero-wrap .mobile-hero-visual::after,
body.site-premium .academy-hero-fullbleed::after,
.home-hero__visual::after{content:"";position:absolute;z-index:1;inset:auto 0 0;height:30%;pointer-events:none;background:linear-gradient(transparent,rgba(13,13,13,.42))}
.home-hero__visual{position:relative;overflow:hidden}
@media(min-width:768px){
  .home-hero__managed.page-media--single{aspect-ratio:4/3}
}
.page-slider__arrow{z-index:3;border-color:rgba(255,255,255,.55);background:rgba(13,13,13,.48);transition:background .2s ease,border-color .2s ease,color .2s ease}
.page-slider__arrow:hover,.page-slider__arrow:active{border-color:var(--red);background:var(--red);color:var(--white)}
.page-slider__dots{z-index:3;width:min(48%,280px);gap:6px}
.page-slider__dots button{position:relative;flex:1;height:3px;border-radius:0;background:rgba(255,255,255,.4);overflow:hidden}
.page-slider__dots button::after{content:"";position:absolute;inset:0;background:var(--white);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}
.page-slider__dots button[aria-current=true]{background:rgba(255,255,255,.4);transform:none}
.page-slider__dots button[aria-current=true]::after{transform:scaleX(1)}
.page-slider__autoplay{z-index:3;top:auto;right:calc(26% - 34px);bottom:7px;display:grid;place-items:center;width:32px;height:32px;padding:0;border-radius:50%;background:rgba(13,13,13,.48)}
.page-slider__autoplay-icon{width:10px;height:12px;border-inline:3px solid currentColor}
.page-slider__autoplay.is-paused .page-slider__autoplay-icon{width:0;height:0;border-block:6px solid transparent;border-left:10px solid currentColor;border-right:0}
body.page-academy .academy-hero-layout{position:relative}
body.page-academy .hero--academy{position:static}
body.page-academy .hero-scroll{display:none}
body.page-academy .mobile-scroll-cue{position:absolute;z-index:5;bottom:24px;left:77.5%;display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.6);border-radius:50%;background:rgba(13,13,13,.48);color:var(--white);box-shadow:none;text-decoration:none;transform:translateX(-50%)}
body.page-academy .mobile-scroll-cue:hover,body.page-academy .mobile-scroll-cue:active{border-color:var(--red);background:var(--red)}
body.site-premium.page-study .study-hero-wrap .hero-copy{display:block;width:100%;max-width:none}
body.site-premium.page-study .hero--study{overflow:visible}
body.site-premium.page-study .hero--study .lead{white-space:pre-line}
body.site-premium.page-study .study-hero-wrap .mobile-hero-visual{display:block;width:100vw;max-width:none;margin-inline:calc(50% - 50vw);overflow:hidden;aspect-ratio:16/7}
body.site-premium.page-study .study-hero-wrap .mobile-hero-visual .page-media{width:100%;height:100%;margin:0}
body.site-premium.page-study .study-hero-wrap .mobile-hero-visual .page-media__item{width:100%;height:100%;margin:0}
body.site-premium.page-study .study-hero-wrap .mobile-hero-visual .page-media--single,
body.site-premium.page-study .study-hero-wrap .mobile-hero-visual .page-media--slider{min-height:0;aspect-ratio:16/7;border-radius:0}
@media(min-width:1100px){
  body.site-premium.page-study .study-hero-wrap:has(.mobile-hero-visual){width:100%;max-width:none}
  body.site-premium.page-study .study-hero-wrap .hero--study:has(.mobile-hero-visual){min-height:0;padding:var(--space-9) 0 0}
  body.site-premium.page-study .study-hero-wrap .hero-copy:has(.mobile-hero-visual){display:grid;grid-template-columns:minmax(0,40fr) minmax(0,60fr);grid-template-rows:1fr repeat(4,auto) 1fr;column-gap:0;align-items:start}
  body.site-premium.page-study .study-hero-wrap .hero-copy:has(.mobile-hero-visual)>:not(.mobile-hero-visual){margin-left:clamp(32px,4.2vw,80px);margin-right:var(--space-6)}
  body.site-premium.page-study .study-hero-wrap .hero-num{grid-row:2;margin-bottom:var(--space-3)}
  body.site-premium.page-study .study-hero-wrap .eyebrow{grid-row:3;margin-top:0}
  body.site-premium.page-study .study-hero-wrap h1{grid-row:4;margin-top:var(--space-3);font-size:clamp(40px,3.5vw,64px);line-height:1.18}
  body.site-premium.page-study .study-hero-wrap .hero-sub{grid-row:5;margin-top:var(--space-4)}
  body.site-premium.page-study .study-hero-wrap .mobile-hero-visual{grid-column:2;grid-row:1/7;width:100%;margin:0;aspect-ratio:4/3;align-self:center}
  body.site-premium.page-study .study-hero-wrap .mobile-hero-visual .page-media--single,
  body.site-premium.page-study .study-hero-wrap .mobile-hero-visual .page-media--slider{aspect-ratio:4/3}
  body.site-premium.page-study .study-hero-wrap .mobile-hero-visual img{object-fit:contain}
}

@media(max-width:1099px){
  body.page-academy .mobile-scroll-cue{bottom:184px;left:50%}
}

@media(max-width:640px){
  body.site-premium.page-study .hero--study{min-height:auto;padding-bottom:8px}
  body.site-premium.page-study .hero--study .hero-sub{display:block}
  body.site-premium.page-study .hero--study .hero-sub .bar{display:none}
  body.site-premium.page-study .hero--study .lead{font-size:14px;letter-spacing:-.025em}
  body.site-premium.page-study .hero--study .mobile-scroll-cue{bottom:48px;border-color:rgba(255,255,255,.72);background:rgba(13,13,13,.38);color:var(--white)}
  body.site-premium.page-study .study-hero-wrap .mobile-hero-visual{margin-inline:calc(50% - 50vw);aspect-ratio:4/3}
  body.site-premium.page-study .study-hero-wrap .mobile-hero-visual .page-media--single,
  body.site-premium.page-study .study-hero-wrap .mobile-hero-visual .page-media--slider{height:100%;aspect-ratio:4/3}
}

.reviews-page{padding-bottom:var(--space-9)}
.review-page-carousel{margin-top:var(--space-6);margin-bottom:var(--space-9)}
.review-page-carousel__controls{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-3)}
.review-page-carousel__counter{flex:0 0 auto;min-width:64px;font-weight:var(--weight-bold);font-variant-numeric:tabular-nums;white-space:nowrap}
.review-page-carousel__hint{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:var(--text-sm);font-weight:var(--weight-bold);white-space:nowrap}
.review-page-carousel__hint span{color:var(--red);font-size:1.15em}
.review-page-carousel .review-grid--page{display:flex;grid-template-columns:none;gap:var(--space-5);overflow-x:auto;padding:0 var(--review-page-peek-edge) 18px 0;scroll-padding-inline:0 var(--review-page-peek-edge);scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:thin}
.review-page-carousel .content-review-card{flex:0 0 var(--review-page-card-wide);scroll-snap-align:start}
.review-page-carousel .content-review-card[hidden]{display:none}

@media(max-width:900px){
  .review-page-carousel .content-review-card{flex-basis:var(--review-page-card-tablet)}
}
@media(max-width:640px){
  .home-scenes__captions p{grid-template-columns:1fr auto;gap:6px 12px}
  .home-scenes__captions .home-scenes__detail{font-size:var(--text-mobile-body)}
  .home-scenes__captions .text-link{font-size:12px}
  .home-experience__copy h3{display:-webkit-box;min-height:2.4em;overflow:hidden;font-size:15px;line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .home-experience__copy .text-link{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;font-size:12px}
  .home-experience__copy>p:not(.kicker){white-space:nowrap;text-overflow:ellipsis}
  .home-reviews .review-card__body{display:-webkit-box;height:auto;min-height:0;max-height:none;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
  .home-reviews .review-provenance{max-width:100%;flex-wrap:wrap;overflow:visible}
  .home-reviews .review-provenance>*{min-width:0;max-width:100%}
  .home-reviews .review-category,.home-reviews .review-provenance__brand{white-space:nowrap}
  .home-visit__map-panel{order:1;margin-bottom:var(--space-6)}
  .home-visit__map{height:320px}
  .review-page-carousel .review-grid--page{gap:var(--space-3);padding-right:var(--review-page-peek-edge-mobile);scroll-padding-right:var(--review-page-peek-edge-mobile)}
  .review-page-carousel .content-review-card{flex-basis:var(--review-page-card-mobile)}
  .review-page-carousel{margin-bottom:var(--space-8)}
  .review-page-carousel__hint{font-size:12px}
  .page-slider__autoplay{right:calc(26% - 28px)}
}

@media(prefers-reduced-motion:reduce){
  .page-slider__arrow,.page-slider__dots button::after{transition:none}
}
