:root {
  --ink: #49372f;
  --muted: #76655d;
  --cream: #fffaf3;
  --paper: #fff;
  --orange: #ff9b62;
  --orange-dark: #f2793d;
  --coral: #ff6f61;
  --yellow: #ffd36e;
  --mint: #91dfc7;
  --purple: #a58ae6;
  --lavender: #f2edff;
  --line: rgba(73, 55, 47, .12);
  --shadow: 0 22px 60px rgba(116, 73, 45, .13);
  --round: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink);
  font-family: var(--sans); line-height: 1.8; -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px;
  border-radius: 10px; background: var(--ink); color: #fff; transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }
.scroll-progress {
  position: fixed; top: 0; left: 0; z-index: 110; width: 0; height: 4px;
  background: linear-gradient(90deg, var(--coral), var(--yellow), var(--mint));
}

.site-header {
  position: fixed; top: 0; left: 0; z-index: 100; width: 100%; border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s, box-shadow .25s;
}
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled {
  border-color: var(--line); background: rgba(255,250,243,.92);
  box-shadow: 0 8px 30px rgba(91,63,46,.08); backdrop-filter: blur(16px);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  width: min(1180px, calc(100% - 48px)); min-height: 82px; margin: 0 auto;
}
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; }
.brand img { width: 46px; height: 46px; transition: transform .35s; }
.brand:hover img { transform: rotate(-8deg) scale(1.05); }
.brand__text { display: flex; flex-direction: column; line-height: 1.12; }
.brand__name { font: 900 1.25rem/1 var(--round); letter-spacing: .08em; }
.brand__sub { margin-top: 5px; color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .15em; }
.global-nav { display: flex; align-items: center; gap: clamp(14px,1.6vw,28px); font-size: .78rem; font-weight: 700; }
.global-nav > a:not(.global-nav__contact) { position: relative; padding: 12px 0; }
.global-nav > a:not(.global-nav__contact)::after {
  position: absolute; right: 0; bottom: 6px; left: 0; height: 3px; border-radius: 99px;
  background: var(--orange); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s;
}
.global-nav > a:hover::after, .global-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.global-nav__contact {
  padding: 11px 17px; border-radius: 999px; background: var(--ink); color: #fff;
  transition: transform .2s, background .2s;
}
.global-nav__contact:hover { background: var(--coral); transform: translateY(-2px); }
.menu-button {
  display: none; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%;
  background: var(--paper); box-shadow: 0 7px 22px rgba(73,55,47,.12); cursor: pointer;
}
.menu-button span { display: block; width: 19px; height: 2px; margin: 4px auto; border-radius: 9px; background: var(--ink); transition: transform .25s, opacity .25s; }

.hero {
  position: relative; display: grid; min-height: min(850px,100svh); padding: 126px 0 72px; overflow: hidden;
  background: radial-gradient(circle at 7% 92%,rgba(145,223,199,.35) 0 11%,transparent 11.2%),
    radial-gradient(circle at 96% 12%,rgba(165,138,230,.2) 0 15%,transparent 15.2%),
    linear-gradient(135deg,#fffaf3 0%,#fff4de 52%,#ffe7cf 100%);
}
.hero::before, .hero::after { position: absolute; border-radius: 50%; content: ""; }
.hero::before { top: 16%; left: -85px; width: 170px; height: 170px; border: 28px solid rgba(255,111,97,.15); }
.hero::after { right: -80px; bottom: 8%; width: 210px; height: 210px; border: 34px solid rgba(255,211,110,.45); }
.hero__inner {
  position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.93fr) minmax(430px,1.07fr);
  align-items: center; gap: 36px; width: min(1180px,calc(100% - 48px)); margin: auto;
}
.eyebrow, .section-heading__en {
  margin: 0 0 18px; color: var(--orange-dark); font: 900 .75rem/1.5 var(--round); letter-spacing: .16em;
}
.eyebrow span { display: inline-block; margin-right: 10px; padding: 5px 10px; border-radius: 99px; background: var(--mint); color: var(--ink); letter-spacing: .05em; }
.hero h1 { margin: 0; font: 900 clamp(2.9rem,5.15vw,5rem)/1.14 var(--round); letter-spacing: -.06em; }
.hero h1 > span { display: block; }
.hero__title-accent { position: relative; z-index: 0; width: fit-content; }
.hero__title-accent::after {
  position: absolute; right: -4px; bottom: 7px; left: -4px; z-index: -1; height: 17px;
  border-radius: 99px; background: var(--yellow); content: ""; transform: rotate(-1.5deg);
}
.hero__lead { margin: 27px 0 0; color: var(--muted); font-size: 1rem; font-weight: 600; line-height: 2; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.button {
  display: inline-flex; min-height: 57px; align-items: center; justify-content: center; gap: 24px;
  padding: 13px 23px; border: 2px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800;
  transition: transform .22s, box-shadow .22s, background .22s;
}
.button:hover { transform: translateY(-3px); }
.button--primary { background: var(--coral); box-shadow: 0 13px 28px rgba(255,111,97,.27); color: #fff; }
.button--primary:hover { box-shadow: 0 17px 34px rgba(255,111,97,.36); }
.button--ghost { border-color: var(--ink); background: rgba(255,255,255,.62); }
.hero__features { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 24px 0 0; padding: 0; color: var(--muted); font-size: .74rem; font-weight: 700; list-style: none; }
.hero__features span { display: inline-grid; width: 19px; height: 19px; margin-right: 4px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--ink); }
.hero__visual { min-width: 0; will-change: transform; transition: transform .18s ease-out; }
.hero__image-wrap { position: relative; min-height: 560px; }
.hero__image-blob {
  position: absolute; top: 10%; right: 2%; bottom: 2%; left: 5%; border: 3px solid rgba(73,55,47,.08);
  border-radius: 44% 56% 48% 52% / 52% 38% 62% 48%; background: linear-gradient(145deg,#ffc963,#ffad73);
  box-shadow: var(--shadow); transform: rotate(2deg);
}
.hero__image { position: absolute; right: 0; bottom: 0; z-index: 2; width: min(100%,650px); height: auto; object-fit: contain; filter: drop-shadow(0 20px 24px rgba(73,55,47,.13)); }
.sticker {
  position: absolute; z-index: 4; display: grid; width: 104px; height: 104px; place-items: center;
  border: 3px solid var(--paper); border-radius: 50%; box-shadow: 0 12px 30px rgba(73,55,47,.16);
  font-family: var(--round); text-align: center; animation: float 4.5s ease-in-out infinite;
}
.sticker strong, .sticker span { display: block; }
.sticker strong { font-size: 1rem; } .sticker span { font-size: .62rem; font-weight: 700; }
.sticker--orange { right: 1%; bottom: 5%; background: var(--coral); color: #fff; transform: rotate(8deg); }
.sticker--mint { top: 12%; left: 0; background: var(--mint); animation-delay: -2.2s; transform: rotate(-9deg); }
.hangul-card {
  position: absolute; z-index: 3; display: grid; width: 58px; height: 68px; place-items: center;
  border: 2px solid var(--ink); border-radius: 12px; background: var(--paper); box-shadow: 5px 7px 0 rgba(73,55,47,.12);
  font: 900 1.6rem/1 var(--round); animation: card-bob 3.4s ease-in-out infinite;
}
.hangul-card--a { top: 4%; right: 23%; color: var(--coral); transform: rotate(8deg); }
.hangul-card--b { right: 1%; bottom: 29%; color: #43a78d; animation-delay: -1.2s; transform: rotate(-7deg); }
.hangul-card--c { bottom: 1%; left: 14%; color: #765ac0; animation-delay: -2.1s; transform: rotate(5deg); }
.hero__word { position: absolute; z-index: 1; color: rgba(73,55,47,.15); font-family: var(--round); font-weight: 900; }
.hero__word--one { top: 18%; left: 2%; font-size: 1.5rem; transform: rotate(-12deg); }
.hero__word--two { right: 3%; bottom: 11%; font-size: 1.1rem; transform: rotate(7deg); }
.hero__word--three { bottom: 9%; left: 45%; font-size: .9rem; transform: rotate(-5deg); }
.confetti-dot {
  position: absolute; width: var(--size); height: var(--size); border-radius: var(--radius); background: var(--color); opacity: .72;
  animation: confetti-drift var(--duration) ease-in-out infinite alternate; animation-delay: var(--delay); transform: rotate(var(--rotate));
}
.hero__scroll { position: absolute; bottom: 19px; left: 50%; z-index: 3; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .56rem; font-weight: 800; letter-spacing: .2em; transform: translateX(-50%) rotate(90deg); }
.hero__scroll i { display: block; width: 41px; height: 1px; overflow: hidden; background: rgba(73,55,47,.25); }
.hero__scroll i::after { display: block; width: 15px; height: 100%; background: var(--ink); content: ""; animation: scroll-line 1.8s ease-in-out infinite; }

.section { position: relative; padding: 116px 0; }
.section__inner { width: min(1120px,calc(100% - 48px)); margin: 0 auto; }
.section--peach { overflow: hidden; background: #fff0e2; }
.section--peach::before { position: absolute; top: 45px; right: -80px; width: 220px; height: 220px; border: 38px solid rgba(255,155,98,.17); border-radius: 50%; content: ""; }
.section--cream { background: #fff5e6; }
.section--lavender { background: var(--lavender); }
.section-heading { max-width: 750px; margin-bottom: 55px; }
.section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2, .access-card h2, .teacher__copy h2, .contact-cta h2 {
  margin: 0; font: 900 clamp(2rem,4vw,3.3rem)/1.35 var(--round); letter-spacing: -.05em;
}
.section-heading > p:last-child { margin: 20px 0 0; color: var(--muted); }

.intro-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: 26px; }
.welcome-card { position: relative; padding: clamp(35px,5vw,64px); overflow: hidden; border: 2px solid var(--ink); border-radius: 35px; background: var(--paper); box-shadow: 10px 12px 0 rgba(73,55,47,.08); }
.welcome-card::after { position: absolute; right: -25px; bottom: -25px; width: 110px; height: 110px; border: 20px solid rgba(255,211,110,.55); border-radius: 50%; content: ""; }
.welcome-card__bubble { display: inline-flex; padding: 8px 15px; border-radius: 16px 16px 16px 2px; background: var(--yellow); font: 900 .85rem/1.5 var(--round); transform: rotate(-2deg); }
.welcome-card__korean { margin: 35px 0 6px; color: var(--coral); font-size: .8rem; font-weight: 800; letter-spacing: .13em; }
.welcome-card h3 { margin: 0 0 23px; font: 900 clamp(1.55rem,3vw,2.1rem)/1.5 var(--round); }
.welcome-card > p:not(.welcome-card__korean) { margin: 0; color: var(--muted); font-size: .92rem; }
.welcome-card__message { display: grid; gap: 10px; }
.welcome-card__message p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.9; }
.welcome-card__message a { color: var(--coral); font-weight: 900; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.welcome-card__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.welcome-card__tags span { padding: 5px 10px; border: 1px dashed rgba(73,55,47,.3); border-radius: 99px; font-size: .67rem; font-weight: 700; }
.promise-grid { display: grid; gap: 15px; }
.promise-card {
  position: relative; min-height: 168px; padding: 27px 28px 25px 108px; border: 2px solid var(--ink); border-radius: 27px;
  box-shadow: 7px 8px 0 rgba(73,55,47,.1); transform-style: preserve-3d; transition: box-shadow .25s;
}
.promise-card:hover { box-shadow: 12px 14px 0 rgba(73,55,47,.1); }
.promise-card--yellow { background: #fff0af; } .promise-card--mint { background: #c9f2e5; } .promise-card--lavender { background: #e5dbff; }
.promise-card__number { position: absolute; top: 14px; right: 20px; color: rgba(73,55,47,.3); font: 900 .68rem/1 var(--round); }
.promise-card__icon { position: absolute; top: 50%; left: 25px; display: grid; width: 58px; height: 58px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: rgba(255,255,255,.72); font: 900 1.6rem/1 var(--round); transform: translateY(-50%); }
.promise-card h3 { margin: 5px 0 6px; font: 900 1.15rem/1.5 var(--round); }
.promise-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.75; }

.start-proverb {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0,1fr);
  gap: clamp(25px,4vw,46px);
  margin-top: 28px;
  padding: clamp(28px,4vw,44px);
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 30px;
  background: linear-gradient(145deg,#fffdf8,#fff0dc);
  box-shadow: 8px 9px 0 rgba(73,55,47,.09);
}
.start-proverb::after { position: absolute; right: -45px; bottom: -55px; width: 150px; height: 150px; border: 28px solid rgba(255,155,98,.15); border-radius: 50%; content: ""; }
.start-proverb__visual { position: relative; display: grid; min-height: 210px; overflow: hidden; place-items: center; border: 2px solid var(--ink); border-radius: 25px; background: var(--mint); }
.start-proverb__visual::before,
.start-proverb__visual::after { position: absolute; border-radius: 50%; content: ""; }
.start-proverb__visual::before { top: 22px; left: 18px; width: 18px; height: 18px; background: var(--coral); box-shadow: 92px 20px 0 var(--purple), 17px 150px 0 var(--yellow); }
.start-proverb__visual::after { right: 16px; bottom: 18px; width: 24px; height: 24px; background: var(--orange); }
.start-proverb__visual span { position: relative; z-index: 1; width: 88px; height: 88px; overflow: hidden; border: 3px solid var(--ink); border-radius: 50%; background: #fff; box-shadow: 6px 7px 0 rgba(73,55,47,.1); }
.start-proverb__visual span::before { position: absolute; inset: 0 50% 0 0; background: var(--yellow); content: ""; }
.start-proverb__visual span::after { position: absolute; top: 50%; left: 50%; width: 16px; height: 16px; border: 3px solid var(--ink); border-radius: 50%; background: #fff; content: ""; transform: translate(-50%,-50%); }
.start-proverb__content { position: relative; z-index: 1; }
.start-proverb__label { margin: 0 0 5px; color: var(--orange-dark); font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.start-proverb h3 { margin: 0 0 18px; color: var(--ink); font: 900 clamp(1.25rem,2.5vw,1.75rem)/1.5 var(--round); }
.start-proverb__body { display: grid; gap: 9px; }
.start-proverb__body p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.9; }
.start-proverb__body .start-proverb__korean { margin-top: 5px; color: var(--coral); font: 900 1.22rem/1.5 var(--round); }
.start-proverb__body .start-proverb__closing { margin-top: 5px; padding: 12px 15px; border-radius: 12px; background: var(--yellow); color: var(--ink); font-weight: 900; }

.class-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.class-card { position: relative; display: flex; min-height: 515px; flex-direction: column; padding: 26px; border: 2px solid var(--ink); border-radius: 30px; box-shadow: 8px 9px 0 rgba(73,55,47,.11); transform-style: preserve-3d; }
.class-card--orange { background: #ffd2ae; } .class-card--mint { background: #c7f0e3; } .class-card--purple { background: #dfd3ff; }
.class-card__top { display: flex; min-height: 150px; align-items: flex-start; justify-content: space-between; }
.class-card__level { padding: 6px 10px; border: 1px solid var(--ink); border-radius: 99px; background: rgba(255,255,255,.5); font-size: .61rem; font-weight: 900; letter-spacing: .13em; }
.class-card__hangul { display: grid; width: 115px; height: 115px; place-items: center; border: 2px solid var(--ink); border-radius: 50% 44% 52% 42%; background: var(--paper); font: 900 1.35rem/1 var(--round); transform: rotate(5deg); }
.class-card h3 { margin: 7px 0 13px; font: 900 1.55rem/1.5 var(--round); }
.class-card > p { margin: 0; color: var(--muted); font-size: .82rem; }
.class-card__construction-sign {
  position: relative;
  margin: 12px 0 52px;
  padding: 39px 20px 36px;
  border: 3px solid var(--ink);
  border-radius: 13px;
  background:
    repeating-linear-gradient(135deg,var(--ink) 0 10px,var(--yellow) 10px 20px) top / 100% 16px no-repeat,
    repeating-linear-gradient(135deg,var(--ink) 0 10px,var(--yellow) 10px 20px) bottom / 100% 16px no-repeat,
    #fff4bd;
  box-shadow: 6px 7px 0 rgba(73,55,47,.14);
  transform: rotate(-.6deg);
}
.class-card__construction-sign::before {
  position: absolute;
  top: -21px;
  left: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--coral);
  color: #fff;
  content: "!";
  font: 900 1.25rem/1 var(--round);
  transform: translateX(-50%);
}
.class-card__construction-sign::after {
  position: absolute;
  bottom: -35px;
  left: 23%;
  width: 11px;
  height: 35px;
  border-radius: 0 0 4px 4px;
  background: var(--ink);
  box-shadow: 150px 0 0 var(--ink);
  content: "";
}
.class-card__construction-sign p { margin: 0; color: var(--ink); font-size: .76rem; font-weight: 800; line-height: 1.95; }
.class-card ul { margin: 19px 0 25px; padding: 16px 0 0; border-top: 1px dashed rgba(73,55,47,.3); font-size: .72rem; font-weight: 700; list-style: none; }
.class-card li { position: relative; padding-left: 1.35em; line-height: 1.75; }
.class-card li + li { margin-top: .35em; }
.class-card li::before { position: absolute; top: .58em; left: 0; width: .55em; height: .55em; margin: 0; border-radius: 50%; background: var(--coral); content: ""; }
.class-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 2px solid var(--ink); font-size: .77rem; font-weight: 900; }
.class-card > a span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--paper); transition: transform .2s; }
.class-card > a:hover span { transform: translateX(4px); }

.style-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.style-card {
  position: relative; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; min-height: 370px;
  padding: 36px; overflow: hidden; border: 2px solid var(--ink); border-radius: 32px;
  box-shadow: 8px 9px 0 rgba(73,55,47,.09);
}
.style-card--face { background: #fff1c9; } .style-card--online { background: #d7f5ec; }
.style-card__illustration { position: relative; min-height: 180px; }
.desk { position: absolute; right: 5px; bottom: 35px; left: 5px; height: 16px; border: 2px solid var(--ink); border-radius: 6px; background: var(--orange); transform: rotate(-2deg); }
.desk::before, .desk::after { position: absolute; top: 12px; width: 5px; height: 45px; border-radius: 9px; background: var(--ink); content: ""; }
.desk::before { left: 17px; } .desk::after { right: 17px; }
.person { position: absolute; bottom: 51px; width: 42px; height: 65px; border: 2px solid var(--ink); border-radius: 25px 25px 10px 10px; background: var(--coral); }
.person::before { position: absolute; top: -33px; left: 4px; width: 31px; height: 31px; border: 2px solid var(--ink); border-radius: 50%; background: #ffe3c5; content: ""; }
.person--one { left: 13px; } .person--two { right: 13px; background: var(--mint); transform: scale(.9); }
.laptop { position: absolute; top: 28px; right: 5px; left: 5px; height: 108px; border: 3px solid var(--ink); border-radius: 13px; background: var(--paper); transform: rotate(2deg); }
.laptop::after { position: absolute; right: -8px; bottom: -13px; left: -8px; height: 13px; border: 2px solid var(--ink); border-radius: 0 0 11px 11px; background: var(--purple); content: ""; }
.laptop i { position: absolute; top: 24px; left: 50%; width: 45px; height: 45px; border: 2px solid var(--ink); border-radius: 50%; background: #ffd9bd; transform: translateX(-50%); }
.online-heart { position: absolute; top: -10px; right: 4px; color: var(--coral); font-size: 2rem; font-weight: 900; animation: float 3s ease-in-out infinite; }
.style-card__copy { position: relative; z-index: 2; padding-left: 27px; }
.style-card__label { margin: 0 0 6px; color: var(--orange-dark); font-size: .61rem; font-weight: 900; letter-spacing: .14em; }
.style-card h3 { margin: 0 0 12px; font: 900 1.55rem/1.5 var(--round); }
.style-card__copy > p:not(.style-card__label) { margin: 0; color: var(--muted); font-size: .76rem; }
.style-card dl { margin: 18px 0 0; padding-top: 12px; border-top: 1px dashed rgba(73,55,47,.32); }
.style-card dl > div { display: grid; grid-template-columns: 65px 1fr; gap: 8px; font-size: .68rem; }
.style-card dt { font-weight: 900; } .style-card dd { margin: 0; }

.price-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 24px; }
.price-card { position: relative; display: flex; overflow: hidden; flex-direction: column; border: 2px solid var(--ink); border-radius: 30px; background: var(--paper); box-shadow: 8px 9px 0 rgba(73,55,47,.09); }
.price-card__head { padding: 26px 28px 20px; background: #ffe1bd; }
.price-card--accent .price-card__head { background: #d3f2e8; }
.price-card__head span { font-size: .66rem; font-weight: 800; }
.price-card__head h3 { margin: 3px 0 0; font: 900 1.35rem/1.5 var(--round); }
.price-card__badge { position: absolute; top: 17px; right: -30px; z-index: 2; width: 120px; padding: 5px 0; background: var(--coral); color: #fff; font-size: .6rem; font-weight: 900; text-align: center; transform: rotate(38deg); }
.price-card__body { display: grid; flex: 1; grid-template-rows: repeat(2,1fr); padding: 7px 28px 18px; }
.price-row { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 18px; padding: 21px 0; border-bottom: 1px dashed rgba(73,55,47,.2); }
.price-row:last-child { border-bottom: 0; }
.price-row__lesson { display: grid; gap: 4px; }
.price-row strong { font: 900 1rem/1.5 var(--round); }
.price-row strong small { font: inherit; font-size: .7rem; }
.price-row__lesson > span { color: var(--muted); font-size: .66rem; font-weight: 700; }
.price-row__lesson em { display: inline-flex; margin-left: 4px; padding: 2px 8px; border-radius: 99px; background: var(--yellow); color: var(--ink); font-size: .58rem; font-style: normal; font-weight: 900; white-space: nowrap; }
.price-row__condition { color: var(--orange-dark); font-size: .61rem; font-weight: 800; line-height: 1.6; }
.price-row__amount { display: flex; align-items: flex-end; flex-direction: column; text-align: right; }
.price-row__amount p { margin: 2px 0 3px; white-space: nowrap; }
.price-row b { margin: 0 3px; color: var(--coral); font: 900 1.8rem/1 var(--round); }
.price-row small { color: var(--muted); font-size: .64rem; font-weight: 700; }
.price-row__tax-label { color: var(--muted); font-size: .58rem; font-weight: 800; }
.price-row__tax-included { padding: 3px 9px; border-radius: 99px; background: #f5efe9; color: var(--ink); font-size: .66rem; font-weight: 900; white-space: nowrap; }
.price-note { display: flex; align-items: center; gap: 14px; margin-top: 25px; padding: 16px 21px; border: 1px dashed rgba(73,55,47,.35); border-radius: 18px; background: rgba(255,255,255,.55); }
.price-note > span { display: grid; width: 36px; height: 36px; flex: none; place-items: center; border-radius: 50%; background: var(--yellow); }
.price-note p { margin: 0; color: var(--coral); font-size: .72rem; font-weight: 800; }

.material-fee {
  position: relative;
  display: grid;
  grid-template-columns: 180px minmax(0,1fr);
  gap: clamp(26px,4vw,48px);
  margin-top: 30px;
  padding: clamp(28px,4vw,44px);
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 30px;
  background: linear-gradient(145deg,#fff8e9,#fff0ce);
  box-shadow: 8px 9px 0 rgba(73,55,47,.09);
}
.material-fee::after { position: absolute; top: -42px; right: -34px; width: 130px; height: 130px; border-radius: 50%; background: rgba(255,155,98,.18); content: ""; }
.material-fee__visual { position: relative; display: grid; min-height: 230px; overflow: hidden; place-items: center; border: 2px solid var(--ink); border-radius: 25px; background: var(--yellow); }
.material-fee__visual::before,
.material-fee__visual::after { position: absolute; border-radius: 50%; content: ""; }
.material-fee__visual::before { top: 20px; left: 18px; width: 18px; height: 18px; background: var(--coral); box-shadow: 110px 22px 0 var(--purple), 18px 168px 0 var(--mint); }
.material-fee__visual::after { right: 18px; bottom: 22px; width: 24px; height: 24px; background: var(--orange); }
.material-fee__book { position: relative; z-index: 1; display: grid; width: 105px; min-height: 135px; padding: 22px 14px 16px; place-items: center; border: 2px solid var(--ink); border-radius: 8px 16px 16px 8px; background: #fffdf9; box-shadow: -8px 8px 0 rgba(73,55,47,.12); text-align: center; transform: rotate(-4deg); }
.material-fee__book::before { position: absolute; top: 0; bottom: 0; left: 12px; width: 2px; background: rgba(73,55,47,.2); content: ""; }
.material-fee__book small { color: var(--orange-dark); font-size: .58rem; font-weight: 900; letter-spacing: .16em; }
.material-fee__book b { color: var(--ink); font: 900 1.15rem/1.25 var(--round); letter-spacing: .08em; }
.material-fee__content { position: relative; z-index: 1; }
.material-fee__label { margin: 0 0 5px; color: var(--orange-dark); font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.material-fee h3 { margin: 0 0 18px; font: 900 clamp(1.5rem,2.5vw,2rem)/1.4 var(--round); }
.material-fee__body { display: grid; gap: 13px; }
.material-fee__body p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.95; }
.material-fee__annual { display: inline-block; padding: 2px 9px; border-radius: 7px; background: var(--coral); color: #fff; font-weight: 900; white-space: nowrap; }

.access-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 25px; }
.access-card { position: relative; min-height: 535px; padding: clamp(35px,4.5vw,52px); overflow: hidden; border: 2px solid var(--ink); border-radius: 34px; box-shadow: 8px 9px 0 rgba(73,55,47,.09); }
.access-card--place { background: linear-gradient(145deg,#fff8e9,#ffe8bc); }
.access-card--schedule { background: linear-gradient(145deg,#f7f3ff,#e4dcff); }
.access-card h2 { font-size: clamp(1.8rem,3vw,2.5rem); }
.access-card > p { position: relative; z-index: 2; max-width: none; margin: 19px 0; color: var(--muted); font-size: .8rem; }
.access-card > .section-heading__en { margin: 0 0 18px; color: var(--orange-dark); }
.text-link { position: relative; z-index: 2; display: inline-block; padding-bottom: 3px; border-bottom: 2px solid var(--ink); font-size: .72rem; font-weight: 900; }
.access-location-message {
  position: relative; margin: 24px 0 20px; padding: 23px 23px 23px 67px;
  border: 2px solid rgba(73,55,47,.82); border-radius: 22px; background: rgba(255,255,255,.88);
  box-shadow: 6px 7px 0 rgba(73,55,47,.08);
}
.access-location-message__icon {
  position: absolute; top: 22px; left: 20px; display: grid; width: 34px; height: 34px;
  place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--coral); color: #fff; font-weight: 900;
}
.access-location-message p { margin: 0; color: var(--ink); font-size: .78rem; font-weight: 650; line-height: 2; }
.access-routes { display: grid; gap: 9px; margin: 0 0 22px; }
.access-routes > div { display: flex; align-items: center; gap: 9px; min-height: 39px; padding: 7px 11px; border-radius: 13px; background: rgba(255,255,255,.66); }
.access-routes span { display: inline-grid; min-width: 78px; padding: 3px 8px; place-items: center; border-radius: 99px; background: var(--mint); font-size: .61rem; font-weight: 900; }
.access-routes b { font-size: .7rem; }
.access-routes i { width: 18px; height: 2px; border-radius: 99px; background: var(--coral); }
.schedule-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 25px; }
.schedule-link {
  position: relative; overflow: hidden; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 19px;
  background: #fff; box-shadow: 6px 7px 0 rgba(73,55,47,.1); transition: transform .25s ease, box-shadow .25s ease;
}
.schedule-link::after {
  position: absolute; right: 10px; bottom: 10px; display: grid; width: 32px; height: 32px; place-items: center;
  border: 2px solid var(--ink); border-radius: 50%; background: rgba(255,255,255,.94); content: "→"; font-weight: 900;
}
.schedule-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.schedule-link:hover { box-shadow: 9px 10px 0 rgba(73,55,47,.12); transform: translateY(-4px); }
.schedule-link:hover img { transform: scale(1.035); }
.schedule-link:focus-visible { outline: 4px solid var(--coral); outline-offset: 4px; }

.teacher__inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(45px,8vw,95px); }
.teacher__visual { position: relative; min-height: 560px; }
.teacher__blob { position: absolute; top: 4%; right: 2%; bottom: 2%; left: 2%; border: 2px solid var(--ink); border-radius: 47% 53% 39% 61% / 45% 36% 64% 55%; background: linear-gradient(145deg,#ffc77b,#ff9f8f); box-shadow: 11px 12px 0 rgba(73,55,47,.1); transform: rotate(-3deg); }
.teacher__visual img { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; width: 100%; max-height: 560px; object-fit: contain; filter: drop-shadow(0 16px 20px rgba(73,55,47,.13)); }
.teacher__copy { min-width: 0; }
.teacher__copy h2 { max-width: 560px; margin-bottom: 8px; }
.teacher__name { display: inline-block; margin: 0 0 28px; padding: 7px 14px; border-radius: 99px; background: var(--paper); color: var(--ink); font: 900 .88rem/1.5 var(--round); }
.teacher__story { display: grid; gap: 19px; }
.teacher__story p { margin: 0; padding-bottom: 19px; border-bottom: 1px dashed rgba(73,55,47,.25); color: var(--muted); font-size: .82rem; line-height: 2.05; }
.teacher__story .teacher__closing { padding: 18px 21px; border: 2px solid var(--ink); border-radius: 18px; background: var(--yellow); color: var(--ink); font: 900 .91rem/1.85 var(--round); box-shadow: 6px 7px 0 rgba(73,55,47,.08); }

.contact-cta { position: relative; padding: 108px 24px; overflow: hidden; background: var(--coral); color: #fff; text-align: center; }
.contact-cta::before, .contact-cta::after { position: absolute; border: 3px solid rgba(255,255,255,.3); border-radius: 50%; content: ""; }
.contact-cta::before { top: -80px; left: -55px; width: 220px; height: 220px; }
.contact-cta::after { right: -60px; bottom: -90px; width: 270px; height: 270px; }
.contact-cta__inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.contact-cta .section-heading__en { color: #ffe296; }
.contact-cta h2 { margin-bottom: 20px; }
.contact-cta p:not(.section-heading__en) { margin-bottom: 34px; font-size: .91rem; }
.button--white { background: #fff; box-shadow: 0 14px 28px rgba(92,41,38,.16); color: var(--ink); }
.contact-cta__decor { position: absolute; top: 50%; left: 50%; color: rgba(255,255,255,.09); font: 900 clamp(4rem,15vw,12rem)/1 var(--round); white-space: nowrap; transform: translate(-50%,-50%) rotate(-5deg); }

.site-footer { padding: 42px 0; background: var(--ink); color: #fff; }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(1120px,calc(100% - 48px)); margin: 0 auto; }
.brand--footer .brand__sub { color: rgba(255,255,255,.65); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; font-size: .68rem; font-weight: 700; }
.site-footer small { color: rgba(255,255,255,.5); font-size: .62rem; }
.floating-contact { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: grid; width: 66px; height: 66px; place-items: center; border: 3px solid #fff; border-radius: 50%; background: var(--mint); box-shadow: 0 12px 30px rgba(73,55,47,.2); color: var(--ink); line-height: 1; transition: transform .2s; }
.floating-contact:hover { transform: translateY(-4px) rotate(4deg); }
.floating-contact span { margin-top: 7px; font-size: 1.1rem; }
.floating-contact b { margin-top: -7px; font: 900 .67rem/1 var(--round); }

.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.js .reveal--left { transform: translateX(-38px); } .js .reveal--right { transform: translateX(38px); }
.js .reveal.is-visible { opacity: 1; transform: translate(0,0); }

@keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@keyframes card-bob { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
@keyframes confetti-drift { from { translate: 0 -5px; } to { translate: 16px 16px; } }
@keyframes scroll-line { 0% { transform: translateX(-100%); } 100% { transform: translateX(280%); } }

@media (max-width: 1040px) {
  .global-nav { gap: 12px; font-size: .69rem; }
  .hero__inner { grid-template-columns: minmax(0,1fr) minmax(380px,.95fr); }
  .hero__image-wrap { min-height: 500px; }
  .class-card { min-height: 540px; }
  .style-card { grid-template-columns: 1fr; }
  .style-card__illustration { width: 180px; min-height: 145px; margin: 0 auto 18px; }
  .style-card__copy { padding-left: 0; }
}

@media (max-width: 860px) {
  .site-header__inner { min-height: 72px; }
  .menu-button { position: relative; z-index: 102; display: block; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .global-nav { position: fixed; inset: 0; z-index: 101; flex-direction: column; justify-content: center; gap: 8px; padding: 90px 32px 40px; background: rgba(255,250,243,.98); font: 900 1.12rem/1.5 var(--round); opacity: 0; pointer-events: none; transform: translateY(-20px); transition: opacity .25s, transform .25s; }
  .global-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .global-nav > a:not(.global-nav__contact) { padding: 9px; }
  .global-nav__contact { margin-top: 13px; padding: 13px 30px; }
  .hero { min-height: auto; padding-top: 115px; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__copy { max-width: 680px; }
  .hero__visual { max-width: 650px; margin: 0 auto; }
  .hero__image-wrap { min-height: 535px; }
  .hero__scroll { display: none; }
  .section { padding: 90px 0; }
  .intro-grid, .access-grid, .teacher__inner { grid-template-columns: 1fr; }
  .class-grid { grid-template-columns: repeat(2,1fr); }
  .class-card:last-child { grid-column: 1 / -1; min-height: 450px; }
  .style-grid, .price-grid { grid-template-columns: 1fr; }
  .teacher__visual { width: min(100%,490px); margin: 0 auto; }
}

@media (max-width: 620px) {
  .site-header__inner, .hero__inner, .section__inner, .site-footer__inner { width: min(100% - 32px,1120px); }
  .brand img { width: 42px; height: 42px; } .brand__name { font-size: 1.05rem; }
  .hero { padding: 108px 0 52px; }
  .hero h1 { font-size: 2.6rem; }
  .hero h1 > span:first-child { white-space: nowrap; }
  .hero__title-accent::after { bottom: 4px; height: 12px; }
  .hero__lead { font-size: .88rem; }
  .hero__actions { display: grid; } .button { width: 100%; }
  .hero__features { gap: 8px 12px; font-size: .66rem; }
  .hero__image-wrap { min-height: 390px; } .hero__image-blob { top: 13%; }
  .sticker { width: 82px; height: 82px; } .sticker strong { font-size: .78rem; }
  .hangul-card { width: 45px; height: 53px; font-size: 1.2rem; }
  .section { padding: 75px 0; } .section-heading { margin-bottom: 37px; }
  .section-heading h2, .contact-cta h2 { font-size: clamp(1.8rem,9vw,2.5rem); }
  .intro-grid { gap: 18px; }
  .welcome-card { padding: 31px 25px; border-radius: 25px; }
  .promise-card { min-height: 150px; padding: 25px 20px 23px 91px; }
  .promise-card__icon { left: 18px; width: 54px; height: 54px; }
  .class-grid { grid-template-columns: 1fr; }
  .class-card, .class-card:last-child { grid-column: auto; min-height: 490px; }
  .style-card { padding: 28px 25px; }
  .price-card__head, .price-card__body { padding-right: 20px; padding-left: 20px; }
  .price-row { align-items: flex-start; flex-direction: column; }
  .access-card { min-height: 490px; padding: 32px 25px; }
  .access-location-message { padding: 68px 20px 21px; }
  .access-location-message__icon { top: 20px; left: 20px; }
  .access-routes > div { flex-wrap: wrap; }
  .schedule-links { grid-template-columns: 1fr; }
  .teacher__visual { min-height: 440px; }
  .contact-cta { padding: 80px 20px; }
  .site-footer__inner { align-items: flex-start; flex-direction: column; }
  .floating-contact { right: 13px; bottom: 13px; width: 58px; height: 58px; }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* Existing HANA character artwork */
:root {
  --hana-yellow: #ffbd59;
  --hana-blue: #4069b2;
  --hana-pink: #df769e;
  --hana-violet: #a665d8;
}

.brand img {
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 5px 16px rgba(73,55,47,.14);
}

.hero.hero--original {
  min-height: 0;
  padding: 82px 0 92px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--hana-yellow) 0 72%, var(--cream) 72% 100%);
}
.hero.hero--original::before,
.hero.hero--original::after { display: none; }
.hero__original-frame {
  width: calc(100% + 26px);
  height: auto;
  aspect-ratio: 19 / 6;
  margin-left: -13px;
  overflow: hidden;
  background: var(--hana-yellow);
  will-change: transform;
  transition: transform .18s ease-out;
}
.hero__original-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  animation: original-hero-in 1.15s cubic-bezier(.22,1,.36,1) both;
}
.hero__quick-panel {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 18px 38px;
  width: min(1120px,calc(100% - 48px));
  margin: -34px auto 0;
  padding: 30px 34px 26px;
  border: 2px solid var(--ink);
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  box-shadow: 10px 12px 0 rgba(73,55,47,.11);
}
.hero__quick-panel .eyebrow { margin-bottom: 9px; }
.hero__quick-panel h1 {
  margin: 0;
  font: 900 clamp(1.8rem,3vw,2.8rem)/1.35 var(--round);
  letter-spacing: -.045em;
}
.hero__quick-panel h1 span { color: var(--coral); white-space: nowrap; }
.hero__quick-panel > div:first-child > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: .82rem; }
.hero__quick-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.hero__quick-actions .button { min-width: 185px; }
.hero__quick-panel .hero__features { grid-column: 1 / -1; margin: 0; padding-top: 16px; border-top: 1px dashed rgba(73,55,47,.25); }
.hero.hero--original .hero__scroll { bottom: 20px; }

.intro-story {
  display: grid;
  grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr);
  align-items: stretch;
  gap: 28px;
}
.intro .section-heading,
.lesson-style .section-heading { max-width: 1000px; }
.intro-character {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 35px;
  background: var(--hana-yellow);
  box-shadow: 10px 12px 0 rgba(73,55,47,.08);
}
.intro-character img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}
.intro-character:hover img { transform: scale(1.035) rotate(-.5deg); }
.intro-character figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 14px;
  border: 2px solid var(--ink);
  border-radius: 16px 16px 3px 16px;
  background: #fff;
  font: 900 .84rem/1.35 var(--round);
  transform: rotate(2deg);
}
.intro-character figcaption span { display: block; color: var(--muted); font: 700 .58rem/1.4 var(--sans); text-align: right; }
.intro-story .welcome-card { display: flex; flex-direction: column; justify-content: center; }
.promise-grid--wide {
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-top: 28px;
}
.promise-grid--wide .promise-card { min-height: 175px; }

.class-card {
  min-height: 820px;
  overflow: hidden;
}
.class-card__art {
  display: grid;
  height: auto;
  aspect-ratio: 4 / 5;
  margin: -10px -10px 18px;
  overflow: hidden;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 22px;
  background: var(--hana-yellow);
}
.class-card__art img { width: 100%; height: 100%; padding: 9px; object-fit: contain; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.class-card:hover .class-card__art img { transform: translateY(-3px); }
.class-card__art--music {
  position: relative;
  grid-template-columns: 1fr auto 1fr;
  gap: 11px;
  background: linear-gradient(135deg,#5e3d89,#a665d8 58%,#df769e);
  color: #fff;
}
.class-card__art--music::before,
.class-card__art--music::after {
  position: absolute;
  width: 78px;
  height: 78px;
  border: 2px solid rgba(255,255,255,.3);
  border-radius: 50%;
  content: "";
}
.class-card__art--music::before { top: -24px; left: -14px; }
.class-card__art--music::after { right: -19px; bottom: -28px; }
.class-card__art--music strong { font: 900 1.75rem/1 var(--round); letter-spacing: .08em; }
.class-card__art--music span,
.class-card__art--music i { font-size: 2.1rem; font-style: normal; animation: music-bob 2.8s ease-in-out infinite; }
.class-card__art--music i { animation-delay: -.9s; }
.class-card__top { min-height: 84px; }
.class-card__hangul { width: 76px; height: 76px; font-size: .95rem; }

.style-card { grid-template-columns: 190px 1fr; }
.style-card__type,
.style-card__media {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 25px;
  background: var(--hana-yellow);
}
.style-card__type {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(145deg,#ffca77,var(--hana-yellow));
  text-align: center;
}
.style-card__type::before,
.style-card__type::after { position: absolute; border-radius: 50%; background: var(--hana-pink); content: ""; }
.style-card__type::before { top: 18px; left: 20px; width: 18px; height: 18px; }
.style-card__type::after { right: 16px; bottom: 18px; width: 25px; height: 25px; background: var(--hana-violet); }
.style-card__type small { color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .08em; }
.style-card__type strong { margin: 7px 0; color: var(--hana-blue); font: 900 3.2rem/1 var(--round); }
.style-card__type span { padding: 4px 12px; border-radius: 99px; background: #fff; font-size: .67rem; font-weight: 900; }
.style-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.style-card:hover .style-card__media img { transform: scale(1.045); }

/* Detailed lesson cards */
.style-card.style-card--detailed {
  grid-template-columns: 150px minmax(0,1fr);
  align-items: start;
  min-height: 0;
  padding: 30px;
}
.style-card--detailed .style-card__media {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1;
}
.style-card--detailed .style-card__copy {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  padding-left: 22px;
}
.style-card--detailed .style-card__lead {
  position: relative;
  margin: 0 0 12px;
  padding-left: 1.3em;
  color: var(--ink);
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.75;
}
.style-card--detailed .style-card__lead::before {
  position: absolute;
  top: .61em;
  left: 0;
  width: .58em;
  height: .58em;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}
.style-card__paragraphs { display: grid; gap: 5px; }
.style-card__paragraphs p {
  margin: 0;
  color: var(--muted);
  font-size: .69rem;
  line-height: 1.8;
}
.style-card__times {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 7px;
  margin: 16px 0 0;
  padding: 14px 0 0;
  border-top: 1px dashed rgba(73,55,47,.32);
  list-style: none;
}
.style-card__times li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 8px 9px;
  border: 1px solid rgba(73,55,47,.2);
  border-radius: 10px;
  background: rgba(255,255,255,.64);
}
.style-card__times span { font-size: .6rem; font-weight: 900; }
.style-card__times b { font-size: .62rem; white-space: nowrap; }
.style-card__note {
  margin: 15px 0 0 !important;
  padding: 10px 12px;
  border-left: 4px solid var(--coral);
  border-radius: 0 10px 10px 0;
  background: rgba(255,255,255,.62);
  color: var(--ink) !important;
  font-size: .64rem !important;
  font-weight: 700;
  line-height: 1.75;
}

@media (min-width: 861px) {
  .style-card--detailed .style-card__times { margin-top: auto; }
  .style-card--detailed .style-card__note {
    display: flex;
    align-items: center;
    min-height: 104px;
  }
}

.teacher__visual--city {
  position: sticky;
  top: 110px;
  min-height: 540px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 42% 58% 48% 52% / 44% 40% 60% 56%;
  background: #fff;
  box-shadow: 11px 12px 0 rgba(73,55,47,.1);
  transform: rotate(-1.5deg);
}
.teacher__visual--city .teacher__blob { display: none; }
.teacher__visual--city img {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 138%;
  max-width: none;
  max-height: none;
  filter: none;
  transform: translate(-50%,-50%);
}

@keyframes original-hero-in {
  from { opacity: 0; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes music-bob {
  0%,100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-8px) rotate(5deg); }
}

@media (max-width: 1040px) {
  .hero__quick-panel { grid-template-columns: 1fr; }
  .hero__quick-actions { justify-content: flex-start; }
  .style-card { grid-template-columns: 160px 1fr; }
  .style-card__type, .style-card__media { min-height: 175px; }
}

@media (max-width: 860px) {
  .hero.hero--original { padding-top: 72px; }
  .hero__original-frame { height: auto; }
  .hero__quick-panel { margin-top: -24px; }
  .intro-story { grid-template-columns: .8fr 1.2fr; }
  .intro-character { min-height: 500px; }
  .promise-grid--wide { grid-template-columns: 1fr; }
  .promise-grid--wide .promise-card { min-height: 150px; }
  .teacher__visual--city { position: relative; top: auto; }
}

@media (max-width: 620px) {
  .js .reveal--left,
  .js .reveal--right { transform: translateY(28px); }
  .hero.hero--original { padding: 72px 0 76px; }
  .hero__original-frame { width: 100%; height: auto; margin-left: 0; }
  .hero__original-image { object-position: center; }
  .hero__quick-panel { width: calc(100% - 28px); margin-top: -18px; padding: 26px 22px 23px; border-radius: 23px; }
  .hero__quick-panel h1 { font-size: clamp(1.65rem,8vw,2.2rem); }
  .hero__quick-panel h1 span { white-space: normal; }
  .hero__quick-actions { display: grid; width: 100%; }
  .hero__quick-actions .button { min-width: 0; }
  .hero__quick-panel .hero__features { gap: 7px 11px; padding-top: 14px; }
  .intro-story { grid-template-columns: 1fr; }
  .intro-character { min-height: 480px; }
  .class-card, .class-card:last-child { min-height: 0; }
  .class-card__art { height: auto; aspect-ratio: 4 / 5; }
  .style-card { grid-template-columns: 1fr; }
  .style-card__type, .style-card__media { width: 100%; min-height: 225px; }
  .style-card__copy { padding-left: 0; }
  .teacher__visual--city { min-height: 460px; }
}

@media (max-width: 620px) {
  .style-card.style-card--detailed {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }
  .style-card--detailed .style-card__media {
    width: min(100%,270px);
    min-height: 0;
    margin: 0 auto 24px;
  }
  .style-card--detailed .style-card__copy { padding-left: 0; }
  .style-card__times { grid-template-columns: 1fr; }
  .price-row { grid-template-columns: 1fr; gap: 13px; }
  .price-row__amount { align-items: flex-start; text-align: left; }
  .material-fee { grid-template-columns: 1fr; padding: 25px; }
  .material-fee__visual { width: min(100%,260px); min-height: 190px; margin: 0 auto; }
  .material-fee__body p { font-size: .72rem; }
  .start-proverb { grid-template-columns: 1fr; padding: 25px; }
  .start-proverb__visual { width: min(100%,260px); min-height: 150px; margin: 0 auto; }
  .start-proverb__body p { font-size: .72rem; }
}
