/* =========================================================
   Hong Jongsook — Clean Airy 2026 refresh
   Public-facing visual layer. Existing CMS/data attributes stay intact.
   ========================================================= */
:root{
  --ink:#10264b;
  --ink-2:#28466e;
  --blue:#0a3f91;
  --blue-deep:#062b69;
  --sky:#eaf7ff;
  --sky-2:#f5fbff;
  --cyan:#42c8e8;
  --line:#dbe7f2;
  --muted:#63758e;
  --white:#fff;
  --shadow:0 22px 65px rgba(25,61,105,.12);
  --radius:26px;
}
html{scroll-behavior:smooth}
body{background:#fff;color:var(--ink);font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;letter-spacing:-.02em}
a{color:inherit}
.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.hdr{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(16,38,75,.08)}
.hdr__in{min-height:76px;gap:28px}
.brand{display:inline-flex;align-items:baseline;gap:10px;text-decoration:none;color:var(--ink)}
.brand b{font-size:21px;font-weight:800;letter-spacing:-.04em}
.brand span{font-size:11px;letter-spacing:.13em;color:#6b7d95;font-weight:700;text-transform:uppercase}
.nav{gap:4px}
.nav>a:not(.btn){padding:12px 13px;border-radius:10px;color:#49617f;font-size:15px;font-weight:650;text-decoration:none}
.nav>a:not(.btn):hover,.nav>a[aria-current="page"]:not(.btn){background:#f0f7fd;color:var(--blue-deep)}
.btn{border-radius:12px;padding:13px 20px;font-weight:750;box-shadow:none}
.btn--pri{background:var(--blue-deep);border-color:var(--blue-deep);color:#fff}
.btn--pri:hover{background:#082457;border-color:#082457;transform:translateY(-1px)}
.btn--ghost{border-color:#cddcea;color:var(--ink);background:#fff}
.btn--ghost:hover{border-color:#9db9d5;background:#f8fcff}
.btn--sm{padding:11px 16px!important}
.eyebrow{color:#3186b9;font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.lead{color:var(--muted);line-height:1.8}
.section{padding-block:92px}
.section--tint{background:var(--sky-2)}
.section--ink{background:#102b52}
.rule{display:none}

/* HOME */
.clean-hero{background:linear-gradient(135deg,#f8fcff 0%,#eaf7ff 58%,#dff4ff 100%);padding:70px 0 58px;overflow:hidden}
.clean-hero__grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);gap:58px;align-items:center}
.clean-hero__copy{padding:18px 0}
.clean-hero__copy h1{font-size:clamp(44px,5.3vw,72px);line-height:1.06;letter-spacing:-.055em;margin:18px 0 24px;color:#0f294f;font-weight:850}
.clean-hero__copy h1 em{font-style:normal;color:#0b68ad}
.clean-hero__copy .lead{font-size:18px;max-width:610px;margin:0 0 30px}
.clean-hero__topics{display:flex;flex-wrap:wrap;gap:9px;list-style:none;padding:0;margin:0 0 30px}
.clean-hero__topics li{padding:9px 13px;background:rgba(255,255,255,.75);border:1px solid rgba(10,63,145,.12);border-radius:999px;color:#315375;font-size:14px;font-weight:700}
.clean-hero__trust{font-size:13px;color:#73869e;margin-top:20px}
.clean-hero__media{position:relative}
.clean-hero__video-card{position:relative;border-radius:32px;overflow:hidden;background:#d7ecf9;box-shadow:0 30px 75px rgba(23,76,124,.18);aspect-ratio:16/11;border:1px solid rgba(255,255,255,.78)}
.clean-hero__video-card video{width:100%;height:100%;object-fit:cover;display:block}
.clean-hero__video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,39,81,0) 55%,rgba(0,39,81,.18));pointer-events:none}
.clean-hero__badge{position:absolute;left:-22px;bottom:28px;background:#fff;border:1px solid #e0ebf4;border-radius:18px;padding:14px 18px;box-shadow:0 16px 40px rgba(25,61,105,.12)}
.clean-hero__badge strong{display:block;font-size:15px}.clean-hero__badge span{display:block;font-size:12px;color:#71839a;margin-top:3px}
.clean-hero__dot{position:absolute;width:150px;height:150px;border-radius:50%;background:rgba(66,200,232,.18);right:-65px;top:-50px;filter:blur(.2px)}

.clean-proof{background:#fff;border-bottom:1px solid #edf2f7}
.clean-proof__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:22px 0}
.clean-proof__grid div{padding:6px 24px;border-right:1px solid #e8eef5}.clean-proof__grid div:first-child{padding-left:0}.clean-proof__grid div:last-child{border-right:0}
.clean-proof__grid strong{display:block;font-size:15px;color:#18385f}.clean-proof__grid span{display:block;color:#72849a;font-size:12px;margin-top:4px}

.clean-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:end;margin-bottom:38px}
.clean-head h2{font-size:clamp(34px,4vw,52px);line-height:1.16;letter-spacing:-.045em;margin:12px 0 0;color:#102c54}
.clean-head p{margin:0;font-size:17px}
.clean-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.clean-card{background:#fff;border:1px solid #e0eaf3;border-radius:22px;padding:28px;text-decoration:none;transition:.2s;min-height:245px;display:flex;flex-direction:column}
.clean-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#c7dced}
.clean-card__num{font-size:12px;color:#6da9cf;font-weight:800;letter-spacing:.12em}
.clean-card h3{font-size:24px;line-height:1.35;margin:18px 0 12px;color:#15375e}
.clean-card p{color:#6d7f95;line-height:1.75;margin:0}
.clean-card .tlink{margin-top:auto;padding-top:20px;color:#0b68ad;font-weight:750}

.clean-about{display:grid;grid-template-columns:.88fr 1.12fr;gap:64px;align-items:center}
.clean-about__photo{border-radius:28px;overflow:hidden;background:#eaf4fa;box-shadow:var(--shadow);aspect-ratio:4/5;max-height:620px}
.clean-about__photo img{width:100%;height:100%;object-fit:cover;object-position:50% 12%;display:block}
.clean-about__copy h2{font-size:clamp(34px,4vw,50px);margin:12px 0 22px;letter-spacing:-.045em;line-height:1.17;color:#102c54}
.clean-about__copy p{font-size:17px;line-height:1.9;color:#63758e}
.clean-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0 30px}
.clean-point{padding:16px 18px;border-radius:15px;background:#f5fbff;border:1px solid #e1eef7;font-weight:700;color:#315475}

.clean-gallery{display:grid;grid-template-columns:1.3fr .7fr;grid-template-rows:260px 260px;gap:16px}
.clean-gallery figure{margin:0;border-radius:22px;overflow:hidden;background:#eaf2f8;position:relative}
.clean-gallery figure:first-child{grid-row:1/3}
.clean-gallery img{width:100%;height:100%;object-fit:cover;display:block}
.clean-gallery figcaption{position:absolute;left:16px;bottom:14px;background:rgba(7,35,70,.76);color:#fff;padding:7px 10px;border-radius:9px;font-size:12px}

.clean-books{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.clean-book{background:#fff;border:1px solid #e0eaf3;border-radius:20px;padding:16px}
.clean-book__cover{aspect-ratio:3/4;border-radius:13px;overflow:hidden;background:#eef5f9;margin-bottom:16px}.clean-book__cover img{width:100%;height:100%;object-fit:cover;display:block}
.clean-book span{font-size:11px;color:#4e99c5;font-weight:800}.clean-book h3{font-size:17px;line-height:1.4;margin:7px 0 4px;color:#193b62}.clean-book p{margin:0;color:#8492a4;font-size:13px}

.clean-cta{padding:72px 0;background:linear-gradient(135deg,#0e2c55,#0b4b82);color:#fff}
.clean-cta__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.clean-cta h2{font-size:clamp(34px,4vw,50px);margin:0 0 13px;letter-spacing:-.045em}.clean-cta p{margin:0;color:#d6e7f5;line-height:1.8}.clean-cta .btnrow{justify-content:flex-end}.clean-cta .btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}

/* INQUIRY */
.contact-hero{background:linear-gradient(118deg,#0e203a,#132e52 62%,#0a315b);color:#fff;padding:72px 0 76px;position:relative;overflow:hidden}
.contact-hero:after{content:"";position:absolute;right:-120px;top:-170px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(73,205,238,.18),transparent 62%)}
.contact-hero__crumb{font-size:13px;color:#a9bad0;margin-bottom:24px}.contact-hero__kicker{display:flex;gap:14px;align-items:center;color:#54d6f0;font-size:15px;font-weight:700;letter-spacing:.06em}.contact-hero__kicker:before{content:"";width:34px;height:2px;background:#54d6f0}
.contact-hero h1{font-size:clamp(40px,5vw,64px);line-height:1.12;letter-spacing:-.05em;margin:24px 0 18px;color:#fff}.contact-hero p{font-size:18px;color:#d5e1ef;max-width:720px;line-height:1.75;margin:0}
.inquiry-page{background:#f5faff;padding:74px 0 96px}.inquiry-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:52px;align-items:start}.inquiry-intro{position:sticky;top:104px;padding-top:8px}.inquiry-kicker{font-size:12px;font-weight:850;letter-spacing:.16em;color:#479ec6}.inquiry-intro h2{font-size:clamp(34px,3.5vw,48px);line-height:1.18;letter-spacing:-.045em;margin:14px 0 18px;color:#14365e}.inquiry-intro__lead{color:#6c7f95;line-height:1.85;font-size:16px;max-width:430px}.inquiry-contact{margin:32px 0 28px}.inquiry-contact>div{display:grid;grid-template-columns:74px 1fr;gap:14px;padding:10px 0}.inquiry-contact dt{font-size:11px;letter-spacing:.12em;color:#8c9aad;font-weight:800}.inquiry-contact dd{margin:0;color:#21496e;font-weight:650;word-break:break-all}.inquiry-process{list-style:none;margin:34px 0 0;padding:0;border-top:1px solid #dae7f0}.inquiry-process li{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:19px 0;border-bottom:1px solid #dae7f0}.inquiry-process li>span{font-size:12px;color:#55a7cf;font-weight:850}.inquiry-process strong{display:block;color:#1b4369}.inquiry-process p{font-size:13px;color:#7b8b9d;margin:5px 0 0;line-height:1.6}
.inquiry-form-card{background:#fff;border:1px solid #dfeaf2;border-radius:26px;padding:38px;box-shadow:0 22px 60px rgba(26,63,105,.08)}.inquiry-form__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:24px;margin-bottom:28px;border-bottom:1px solid #e5edf4}.inquiry-form__eyebrow{font-size:11px;color:#57a9cf;font-weight:800;letter-spacing:.12em}.inquiry-form__head h2{font-size:30px;margin:7px 0 0;color:#173c64}.inquiry-form__head>p{font-size:12px;color:#8795a7;margin:4px 0}.inquiry-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field label,.fieldset legend{display:block;font-size:13px;font-weight:750;color:#294c70;margin-bottom:8px}.field input,.field select,.field textarea{width:100%;border:1px solid #cfddea;border-radius:12px;background:#fbfdff;padding:13px 14px;font:inherit;color:#183a61;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#63acd1;box-shadow:0 0 0 3px rgba(83,174,215,.12);background:#fff}.field textarea{min-height:140px;resize:vertical}.inquiry-wide{grid-column:1/-1}.inquiry-format{border:0;padding:0;margin:0;min-width:0}.inquiry-format__options{display:flex;flex-wrap:wrap;gap:8px}.format-chip input{position:absolute;opacity:0;pointer-events:none}.format-chip span{display:inline-flex;padding:11px 13px;border-radius:10px;border:1px solid #cfdeea;background:#fbfdff;color:#56708b;font-size:13px;font-weight:700;cursor:pointer}.format-chip input:checked+span{background:#eaf7ff;border-color:#5eabd0;color:#0a5f95}.inquiry-privacy{margin-top:24px;padding:18px;border-radius:14px;background:#f7fbfe;border:1px solid #e1edf5;color:#687d93}.inquiry-privacy strong{color:#315576}.inquiry-privacy p{font-size:12px;line-height:1.7;margin:6px 0}.inquiry-agree{border:0;margin:18px 0 0;padding:0}.agree-line{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#365774}.agree-line input{margin-top:3px}.inquiry-actions{display:flex;gap:10px;margin-top:24px}.req{color:#e25f5f;margin-left:3px}.err{color:#d34b4b;font-size:12px;margin:6px 0 0}.done{display:none;text-align:center;padding:52px 18px}.done.on{display:block}.done h3{font-size:29px;color:#193f67;margin:0 0 12px}.done p{color:#6e8095;line-height:1.75}

/* GLOBAL PAGE CLEANUP */
.ftr{background:#0f2746;color:#dbe8f5;padding-top:60px}.ftr .brand{color:#fff}.ftr .small,.ftr li,.ftr a{color:#aebfd2}.ftr h4{color:#fff}.ftr__bot{border-color:rgba(255,255,255,.12)}
.channel-strip{background:#f4faff;border-top:1px solid #e5eef5}
.mbar{display:none}
body:not(.home-page) .section:first-of-type{padding-top:72px}

@media (max-width:980px){
 .clean-hero__grid{grid-template-columns:1fr;gap:35px}.clean-hero__media{max-width:760px}.clean-hero__badge{left:18px}
 .clean-proof__grid{grid-template-columns:1fr 1fr}.clean-proof__grid div:nth-child(2){border-right:0}
 .clean-head,.clean-about,.clean-cta__grid{grid-template-columns:1fr}.clean-cards{grid-template-columns:1fr}.clean-books{grid-template-columns:1fr 1fr}.clean-gallery{grid-template-columns:1fr 1fr;grid-template-rows:260px}.clean-gallery figure:first-child{grid-row:auto;grid-column:1/-1;height:380px}
 .inquiry-layout{grid-template-columns:1fr}.inquiry-intro{position:static}.inquiry-intro h2{max-width:none}
 .clean-cta .btnrow{justify-content:flex-start}
}
@media (max-width:760px){
 .shell{width:min(100% - 32px,1180px)}.hdr__in{min-height:66px;flex-wrap:wrap;padding-block:9px}.nav{display:flex;width:100%;overflow-x:auto;gap:4px;padding-bottom:3px;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav>a{flex:0 0 auto}.nav>a:not(.btn){font-size:13px;padding:8px 10px}.nav .btn{min-height:38px;padding:8px 12px!important;font-size:13px}.clean-hero{padding:45px 0 40px}.clean-hero__copy h1{font-size:42px}.clean-hero__copy .lead{font-size:16px}.clean-hero__video-card{border-radius:22px;aspect-ratio:4/3}.clean-hero__badge{position:static;margin:12px 0 0;display:inline-block}.clean-proof__grid{grid-template-columns:1fr}.clean-proof__grid div{border-right:0;border-bottom:1px solid #e8eef5;padding:13px 0}.clean-proof__grid div:last-child{border-bottom:0}.section{padding-block:68px}.clean-head{gap:18px;margin-bottom:28px}.clean-head h2{font-size:34px}.clean-cards{gap:13px}.clean-about{gap:30px}.clean-points{grid-template-columns:1fr}.clean-books{grid-template-columns:1fr 1fr;gap:12px}.clean-gallery{display:grid;grid-template-columns:1fr;grid-template-rows:none}.clean-gallery figure,.clean-gallery figure:first-child{height:260px;grid-column:auto}.contact-hero{padding:50px 0 54px}.contact-hero h1{font-size:39px}.contact-hero p{font-size:16px}.inquiry-page{padding:46px 0 70px}.inquiry-form-card{padding:24px 18px;border-radius:20px}.inquiry-form-grid{grid-template-columns:1fr}.inquiry-wide{grid-column:auto}.inquiry-form__head{display:block}.inquiry-form__head>p{margin-top:10px}.inquiry-actions{flex-direction:column}.inquiry-actions .btn{width:100%;text-align:center}.clean-cta{padding:56px 0}.clean-cta h2{font-size:36px}.clean-cta .btnrow{flex-direction:column;align-items:stretch}.clean-cta .btn{width:100%;text-align:center}.mbar{display:flex}
}

/* ===== Course topic tabs: professional responsive selector ===== */
.course-topic-selector{margin-top:34px}
.course-topic-selector__intro{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:18px;color:#4e6884}
.course-topic-selector__intro strong{font-size:16px;color:#173d66;letter-spacing:-.02em}
.course-topic-selector__intro span{font-size:13.5px}
.course-topic-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 24px}
.course-topic-tab{appearance:none;border:1px solid #c8d8e7;background:#fff;color:#244e78;min-height:54px;padding:10px 14px;border-radius:12px;font:inherit;font-size:14px;font-weight:750;letter-spacing:-.02em;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.course-topic-tab:hover{border-color:#6f9bc0;background:#f4f9fd;transform:translateY(-1px)}
.course-topic-tab:focus-visible{outline:3px solid rgba(60,145,198,.22);outline-offset:2px}
.course-topic-tab.is-active{background:#062d70;border-color:#062d70;color:#fff;box-shadow:0 10px 24px rgba(6,45,112,.16)}
.course-topic-tab .tab-short{display:none}
.course-topic-panels{position:relative}
.course-topic-panel{border:1px solid #dce8f1;border-radius:22px;background:#fff;padding:clamp(24px,4vw,42px);box-shadow:0 18px 46px rgba(21,61,101,.07)}
.course-topic-panel[hidden]{display:none!important}
.topic-head{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding-bottom:26px;border-bottom:1px solid #e3edf4}
.topic-head h2{margin:7px 0 10px;font-size:clamp(28px,3vw,40px);color:#123860;letter-spacing:-.045em}
.topic-head p{max-width:720px;margin:0;color:#5d748c;font-size:16px;line-height:1.75;word-break:keep-all}
.topic-badge{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border-radius:999px;background:#eaf6fb;color:#0877a0;font-size:12px;font-weight:800;white-space:nowrap}
.topic-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:26px 0;border:1px solid #dfe9f2;border-radius:15px;overflow:hidden;background:#f9fcfe}
.topic-facts>div{padding:19px 20px;min-height:92px;border-right:1px solid #dfe9f2}
.topic-facts>div:last-child{border-right:0}
.topic-facts b{display:block;margin-bottom:7px;color:#123d67;font-size:13px}
.topic-facts span{display:block;color:#627a92;font-size:14px;line-height:1.55;word-break:keep-all}
.topic-body h3{margin:0 0 14px;font-size:19px;color:#173d66}
.topic-lessons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.topic-lessons>div{display:grid;grid-template-columns:40px 1fr;gap:12px;padding:16px 17px;border:1px solid #e2ebf3;border-radius:13px;background:#fff}
.topic-lessons em{font-style:normal;font-weight:800;color:#55a8cf;font-size:13px;padding-top:2px}
.topic-lessons span{color:#657a90;font-size:14px;line-height:1.6;word-break:keep-all}
.topic-lessons b{display:block;color:#173f68;font-size:15px;margin-bottom:3px}
.topic-actions{display:flex;justify-content:flex-end;margin-top:24px}

@media (max-width:760px){
  .course-topic-selector{margin-top:26px}
  .course-topic-selector__intro{display:block;margin-bottom:14px}
  .course-topic-selector__intro strong{display:block;font-size:15px}
  .course-topic-selector__intro span{display:block;margin-top:5px;font-size:12.5px;line-height:1.5}
  .course-topic-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-bottom:16px}
  .course-topic-tab{min-height:50px;padding:8px 6px;border-radius:10px;font-size:12.5px;line-height:1.25}
  .course-topic-tab .tab-full{display:none}
  .course-topic-tab .tab-short{display:inline}
  .course-topic-panel{border-radius:17px;padding:22px 17px;box-shadow:0 12px 30px rgba(21,61,101,.06)}
  .topic-head{display:block;padding-bottom:20px}
  .topic-head h2{font-size:28px;margin-top:5px}
  .topic-head p{font-size:14.5px;line-height:1.7}
  .topic-badge{margin-top:14px;font-size:11.5px}
  .topic-facts{grid-template-columns:1fr;margin:20px 0}
  .topic-facts>div{min-height:auto;padding:14px 15px;border-right:0;border-bottom:1px solid #dfe9f2}
  .topic-facts>div:last-child{border-bottom:0}
  .topic-facts b{margin-bottom:4px}
  .topic-lessons{grid-template-columns:1fr;gap:8px}
  .topic-lessons>div{grid-template-columns:32px 1fr;padding:14px}
  .topic-actions{justify-content:stretch;margin-top:18px}
  .topic-actions .btn{width:100%;justify-content:center;text-align:center}
}

/* =========================================================
   FINAL PROFESSIONAL PASS — 2026-08-25
   ========================================================= */
html{scroll-padding-top:92px}
body,h1,h2,h3,h4,p,li,a,button,span,strong{word-break:keep-all;overflow-wrap:break-word}
.shell{width:min(1200px,calc(100% - 56px))}

/* Header: stable desktop + hamburger tablet/mobile */
.navtoggle{display:none;border:0;background:#edf6fd;color:var(--blue-deep);width:44px;height:44px;border-radius:12px;font-size:22px;font-weight:800;align-items:center;justify-content:center;cursor:pointer}
@media(max-width:900px){
  .hdr__in{min-height:68px;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;padding:10px 0!important;gap:10px!important}
  .brand{justify-content:flex-start!important;padding:0!important}
  .navtoggle{display:inline-flex}
  .nav{display:none!important;order:3;width:100%;background:#fff;border:1px solid #dfe9f2;border-radius:16px;padding:10px!important;margin:0!important;overflow:visible!important;box-shadow:0 18px 45px rgba(13,52,92,.12);grid-template-columns:1fr 1fr;gap:5px!important}
  .nav.is-open{display:grid!important}
  .nav>a,.nav>a:not(.btn),.nav .btn{display:flex!important;align-items:center;justify-content:center;min-height:44px;padding:10px!important;font-size:14px!important;border-radius:10px!important;white-space:nowrap!important;text-align:center}
  .nav>a[aria-current="page"]:not(.btn){background:#eaf5fd;color:#082f6a}
}
@media(max-width:520px){.nav{grid-template-columns:1fr}.brand span{display:none}}

/* Home hero — readable, no clipping */
.clean-hero{padding:72px 0 64px}
.clean-hero__grid{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:56px}
.clean-hero__copy h1{font-size:clamp(46px,5vw,68px);line-height:1.1;max-width:720px;margin-bottom:24px}
.clean-hero__copy h1 em{display:inline;color:#0b4b82}
.clean-hero__copy .lead{max-width:690px}
.clean-hero__video-card{aspect-ratio:4/3;max-height:590px}
.clean-hero__video-card video{object-position:center 42%}
@media(max-width:980px){.clean-hero__grid{grid-template-columns:1fr}.clean-hero__copy{max-width:760px}.clean-hero__media{max-width:760px}}
@media(max-width:760px){.clean-hero__copy h1{font-size:clamp(36px,10vw,48px);line-height:1.12}.clean-hero__topics{display:grid;grid-template-columns:1fr 1fr}.clean-hero__topics li{text-align:center;border-radius:12px}.clean-hero__video-card{aspect-ratio:16/11}}

/* Home balanced title sections */
.clean-head{grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);gap:56px;align-items:center}
.clean-head h2{max-width:620px}
@media(max-width:900px){.clean-head{grid-template-columns:1fr;gap:16px}.clean-head h2{max-width:760px}}

/* About profile facts: contained, not edge-to-edge */
.profile-facts{width:min(1200px,calc(100% - 56px));margin:0 auto 18px;border:1px solid #dfe8f1;border-radius:18px;overflow:hidden;box-shadow:0 10px 34px rgba(22,54,91,.05)}
.profile-fact{min-width:0;padding:22px 24px}
.curri{border-top:1px solid #dfe7ef}
.curri__row{max-width:100%;grid-template-columns:82px minmax(0,1fr) 130px;padding:22px 0}
.curri__b h3,.curri__b p{max-width:780px}
@media(max-width:720px){.profile-facts{width:min(100% - 32px,1200px)}.curri__row{grid-template-columns:54px 1fr}.curri__t{grid-column:2}}

/* Editable profile poster */
.profile-poster-section{background:#fff}
.profile-poster-card{margin:0 auto;max-width:900px;border:1px solid #dbe7f2;border-radius:24px;padding:18px;background:#f8fbfe;box-shadow:0 18px 55px rgba(18,55,94,.08)}
.profile-poster-card img{display:block;width:100%;height:auto;max-height:1200px;object-fit:contain;border-radius:14px;background:#fff}
.profile-poster-card figcaption{text-align:center;color:#667d95;font-size:13px;padding:12px 4px 0}

/* Gallery heading: 2 lines and balanced */
.gallery-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center}
.gallery-hero h1{font-size:clamp(42px,5vw,64px);line-height:1.14;max-width:760px}
.gallery-hero .lead{max-width:520px;justify-self:end;font-size:17px}
@media(max-width:960px){.gallery-hero__grid{grid-template-columns:1fr}.gallery-hero .lead{justify-self:start;max-width:720px}}

/* Course tabs with representative image + detail */
.course-topic-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.course-topic-tab{display:flex;align-items:center;justify-content:center;min-height:58px;border-radius:13px;font-size:14px}
.course-topic-layout{display:grid;grid-template-columns:minmax(260px,.38fr) minmax(0,.62fr);gap:32px;align-items:start}
.topic-visual{margin:0;border-radius:18px;overflow:hidden;background:#edf5fa;aspect-ratio:4/3;border:1px solid #dce8f1}
.topic-visual img{width:100%;height:100%;object-fit:cover;display:block}
.topic-copy{min-width:0}
.topic-head{padding-bottom:20px}
.topic-facts{margin:22px 0}
.topic-lessons{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:820px){.course-topic-layout{grid-template-columns:1fr}.topic-visual{aspect-ratio:16/9;max-height:360px}.course-topic-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:520px){.course-topic-tab{font-size:12px;min-height:50px;padding:7px 4px}.topic-lessons{grid-template-columns:1fr}.course-topic-panel{padding:18px 14px}.topic-head h2{font-size:27px}.topic-visual{aspect-ratio:16/10}}

/* Professional online channels */
.home-channels{background:#f7fbff}
.home-channel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.home-channel-grid>a{min-width:0;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;gap:4px 14px;align-items:center;text-decoration:none;padding:22px;border:1px solid #dce8f2;border-radius:18px;background:#fff;transition:.2s;box-shadow:0 10px 28px rgba(24,61,100,.05)}
.home-channel-grid>a:hover{transform:translateY(-3px);border-color:#96b8d5;box-shadow:0 18px 38px rgba(24,61,100,.1)}
.channel-icon{grid-row:1/3;display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#eaf5fd;color:#063b82;font-size:17px;font-weight:850}
.home-channel-grid b{font-size:17px;color:#143a63}.home-channel-grid small{font-size:12px;color:#75879b}.home-channel-grid i{grid-column:2;font-style:normal;font-size:12px;color:#1d73a9;font-weight:750;margin-top:7px}
@media(max-width:920px){.home-channel-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.home-channel-grid{grid-template-columns:1fr}.home-channel-grid>a{padding:18px}}

/* Footer: visible but still professional */
.ftr{padding-top:54px;background:#102c4d}
.ftr__grid{grid-template-columns:1.15fr .72fr .92fr 1.55fr!important;gap:34px}
.ftr__brand .small{line-height:1.8}
.footer-quick{font-weight:750!important;color:#d9efff!important}
.ftr__channel-lead{font-size:12px;color:#92aac0;margin:-5px 0 13px;line-height:1.5}
.channel-cards{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important}
.channel-cards a{display:flex!important;flex-direction:column;align-items:flex-start!important;justify-content:center!important;min-height:72px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;padding:11px 12px!important;background:rgba(255,255,255,.055)!important;color:#fff!important;text-decoration:none!important;transition:.18s!important}
.channel-cards a:hover{background:rgba(255,255,255,.11)!important;border-color:rgba(107,205,238,.5)!important;transform:translateY(-1px)}
.channel-cards b{font-size:13px}.channel-cards span{font-size:11px;color:#9db3c8;margin-top:3px}
@media(max-width:980px){.ftr__grid{grid-template-columns:1fr 1fr!important}.ftr__channels{grid-column:1/-1}.channel-cards{grid-template-columns:repeat(4,1fr)}}
@media(max-width:620px){.ftr__grid{grid-template-columns:1fr!important}.ftr__channels{grid-column:auto}.channel-cards{grid-template-columns:1fr 1fr}}

/* Inquiry left quick contact */
.inquiry-contact dd a{color:#0a5f95;text-decoration:none;font-weight:750}.inquiry-contact dd a:hover{text-decoration:underline}

/* speed: videos shouldn't crowd initial paint */
video[preload="metadata"]{background:#eaf4fa}

/* Admin-added YouTube media */
.mat iframe{display:block;width:100%;height:100%;min-height:320px;border:0;background:#0b1d33}
@media(max-width:620px){.mat iframe{min-height:220px}}

/* =========================================================
   FINAL HEADER EMPHASIS — larger, trustworthy brand presence
   2026-08-25
   ========================================================= */
@media (min-width:901px){
  .hdr{background:rgba(255,255,255,.96);box-shadow:0 8px 28px rgba(19,55,92,.055)}
  .hdr__in{min-height:96px;gap:34px}
  .brand{gap:12px}
  .brand b{font-size:31px!important;font-weight:850!important;letter-spacing:-.045em!important;color:#082f72!important;line-height:1}
  .brand span{font-size:12.5px!important;letter-spacing:.16em!important;color:#6c7f9b!important;font-weight:750!important;white-space:nowrap}
  .nav{gap:7px}
  .nav>a:not(.btn){min-height:50px;display:flex;align-items:center;padding:0 15px!important;border-radius:12px;font-size:16.5px!important;font-weight:700!important;color:#405b7a!important;white-space:nowrap;transition:background .18s,color .18s,transform .18s}
  .nav>a:not(.btn):hover{background:#f0f7fd;color:#082f72;transform:translateY(-1px)}
  .nav>a[aria-current="page"]:not(.btn){background:#edf6fd!important;color:#082f72!important;box-shadow:inset 0 -3px 0 #0a3f91}
  .nav>a[aria-current="page"]:not(.btn)::after{display:none!important}
  .nav .btn.btn--pri{min-height:56px!important;padding:0 25px!important;border-radius:14px!important;font-size:17px!important;font-weight:800!important;box-shadow:0 10px 24px rgba(6,43,105,.14)}
  .nav .btn.btn--pri:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(6,43,105,.2)}
}

@media (max-width:900px){
  .hdr__in{min-height:76px!important}
  .brand b{font-size:26px!important;font-weight:850!important;color:#082f72!important}
  .brand span{font-size:11.5px!important}
  .navtoggle{width:48px;height:48px;border-radius:13px;font-size:23px}
}

@media (max-width:520px){
  .hdr__in{min-height:72px!important}
  .brand b{font-size:25px!important}
  .navtoggle{width:46px;height:46px}
}


/* =========================================================
   ADMIN EDITOR + VISUAL SCALE PASS — 2026-08-25
   메인 영상은 데스크톱에서 화면의 약 절반, 주요 이미지는 더 크게.
   ========================================================= */
@media (min-width:1100px){
  .clean-hero .shell{width:min(1320px,calc(100% - 64px))}
  .clean-hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:54px}
  .clean-hero__media{width:100%;max-width:none}
  .clean-hero__video-card{width:100%;aspect-ratio:4/3;max-height:none;border-radius:30px}
  .clean-hero__video-card video{object-position:center 40%}
}
.clean-about{grid-template-columns:minmax(430px,.98fr) minmax(0,1.02fr);gap:72px}
.clean-about__photo{max-height:700px;border-radius:30px}
.clean-gallery{grid-template-columns:1.35fr .65fr;grid-template-rows:300px 300px;gap:18px}
.clean-gallery figure{border-radius:24px}
.clean-gallery figcaption{font-size:13px;padding:8px 12px}
@media(max-width:980px){
  .clean-about{grid-template-columns:1fr;gap:34px}
  .clean-about__photo{width:min(100%,640px);max-height:760px}
  .clean-gallery{grid-template-rows:270px 270px}
}
@media(max-width:760px){
  .clean-hero__media{width:100%;max-width:none}
  .clean-hero__video-card{width:100%;aspect-ratio:16/10}
  .clean-about__photo{width:100%;aspect-ratio:4/5;max-height:none}
  .clean-gallery{grid-template-columns:1fr;grid-template-rows:none;gap:12px}
  .clean-gallery figure,.clean-gallery figure:first-child{height:auto;aspect-ratio:4/3;grid-row:auto}
}

/* =========================================================
   CLOUDFLARE FINAL — professional + warm visual system
   2026-08-26
   ========================================================= */
:root{--warm-paper:#fffdf8;--warm-line:#eee8df;--pro-navy:#082f72;--pro-blue:#eaf5fd;--pro-ink:#173653}
body{background:#fff;color:var(--pro-ink)}
.section--warm{background:linear-gradient(180deg,#fffdf9,#f8fbfe)}

/* Brand: larger and more authoritative */
@media (min-width:1100px){
  .hdr__in{min-height:104px}
  .brand b{font-size:36px!important;letter-spacing:-.055em!important}
  .brand span{font-size:12px!important;letter-spacing:.18em!important;text-transform:uppercase}
  .nav>a:not(.btn){font-size:16.5px!important}
  .nav .btn.btn--pri{min-height:58px!important;padding-inline:28px!important}
}
@media (max-width:700px){.brand b{font-size:27px!important}.brand span{display:none!important}}

/* Hero: video becomes the main visual (about 58% on desktop) */
@media (min-width:1100px){
  .clean-hero{padding:74px 0 68px}
  .clean-hero .shell{width:min(1440px,calc(100% - 64px))}
  .clean-hero__grid{grid-template-columns:minmax(390px,.42fr) minmax(0,.58fr);gap:58px;align-items:center}
  .clean-hero__copy h1{font-size:clamp(48px,4.5vw,70px);line-height:1.08;max-width:610px}
  .clean-hero__media{width:100%;max-width:none}
  .clean-hero__video-card{aspect-ratio:16/9!important;max-height:none!important;border-radius:30px;box-shadow:0 28px 70px rgba(12,56,102,.16)}
  .clean-hero__video-card video{width:100%;height:100%;object-fit:cover;object-position:center center}
}
@media (max-width:1099px){.clean-hero__video-card{aspect-ratio:16/9!important}}

/* Career / qualifications: no dates or labels; entries appear only when admin adds them */
.curri{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;border-top:0!important;margin-top:28px}
.curri.is-empty{min-height:8px;border-top:1px solid #dbe7f1!important}
.career-card{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:start;padding:24px;border:1px solid #dce7f0;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(17,58,99,.05)}
.career-card__num{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#edf6fd;color:#0b4f8a;font-size:12px;font-weight:850}
.career-card h3{margin:1px 0 8px;font-size:19px;line-height:1.35;color:#123c67}
.career-card p{margin:0;color:#64788d;line-height:1.7;font-size:14px}
.credential-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}
.credential-grid.is-empty{min-height:8px;border-top:1px solid #dbe7f1}
.credential{display:flex!important;align-items:center;gap:12px!important;padding:18px 20px!important;border:1px solid #dce7f0!important;border-radius:15px!important;background:#fff!important;color:#234661!important;box-shadow:0 8px 24px rgba(17,58,99,.04)}
.credential>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:10px;background:#f0f7fc;color:#0b4f8a;font-size:11px;font-weight:850}.credential>b{font-size:15px;font-weight:720}
@media(max-width:760px){.curri,.credential-grid{grid-template-columns:1fr}.career-card{padding:19px}.credential{padding:16px!important}}

/* Professional teaching philosophy */
.about-section-head{align-items:end}
.principle-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}
.principle-card{min-width:0;padding:24px 20px;border:1px solid #dce7f0;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(17,58,99,.05)}
.principle-card>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eaf5fd;color:#0a4c86;font-size:11px;font-weight:850;margin-bottom:22px}
.principle-card h3{font-size:18px;line-height:1.35;color:#123c67;margin:0 0 10px}.principle-card p{font-size:13.5px;line-height:1.75;color:#667b8f;margin:0}
.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.process-card{display:grid;grid-template-columns:42px 1fr;gap:15px;padding:22px;border-radius:17px;background:#fff;border:1px solid #dbe6ef}
.process-card>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#0d477d;color:#fff;font-size:12px;font-weight:850}
.process-card h3{font-size:17px;margin:1px 0 7px;color:#173f66}.process-card p{font-size:13.5px;line-height:1.7;color:#6b7f91;margin:0}
.practice-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.practice-card{padding:28px;border:1px solid #dce7f0;border-radius:20px;background:linear-gradient(145deg,#fff,#f8fbfe)}.practice-card>span{font-size:11px;letter-spacing:.14em;color:#4780a8;font-weight:850}.practice-card h3{font-size:22px;margin:9px 0 20px;color:#123c67}.tag-cloud{display:flex;flex-wrap:wrap;gap:9px}.tag-cloud span{padding:9px 12px;border-radius:999px;background:#edf6fd;color:#315b7d;font-size:13px;font-weight:700}.about-philosophy{margin:34px auto 0;max-width:900px;text-align:center;font-size:clamp(22px,2.4vw,32px);line-height:1.5;font-weight:800;color:#0b3f73;padding:30px 26px;border-top:1px solid #dfe8ef;border-bottom:1px solid #dfe8ef}
@media(max-width:1000px){.principle-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.principle-grid,.process-grid,.practice-grid{grid-template-columns:1fr}.principle-card{padding:20px}.about-philosophy{font-size:22px}}

/* Author portrait caption */
.author-portrait figcaption{text-align:center;margin-top:12px;font-size:14px;font-weight:750;color:#526d86;letter-spacing:-.01em}

/* Gallery layout chosen in admin */
.gallery-showcase>.mat.gal--feature{grid-column:1/-1}
.gallery-showcase>.mat.gal--feature img,.gallery-showcase>.mat.gal--feature video,.gallery-showcase>.mat.gal--feature iframe{aspect-ratio:16/8.2;min-height:420px;object-fit:cover}
@media(max-width:720px){.gallery-showcase>.mat.gal--feature img,.gallery-showcase>.mat.gal--feature video,.gallery-showcase>.mat.gal--feature iframe{aspect-ratio:4/3;min-height:0}}

/* Warm but restrained section rhythm */
.about-principles{background:#fff}.about-process{background:linear-gradient(180deg,#f4f9fd,#fffdf9)}.about-practice{background:#fff}


/* =========================================================
   2026-08-26 PATCH — readability / larger video / empty slots
   ========================================================= */
:root{--pro-navy:#082f72;--pro-blue:#eaf5fd;--pro-ink:#173653}
@media (min-width:1100px){
  .hdr__in{min-height:108px}
  .brand b{font-size:42px!important;letter-spacing:-.055em!important}
  .brand span{font-size:13px!important;letter-spacing:.2em!important;text-transform:uppercase}
  .clean-hero{padding:62px 0 56px!important}
  .clean-hero .shell{width:min(1450px,calc(100% - 64px))}
  .clean-hero__grid{grid-template-columns:minmax(420px,.45fr) minmax(0,.55fr)!important;gap:46px!important;align-items:start!important}
  .clean-hero__copy{padding-top:8px}
  .clean-hero__copy h1{font-size:clamp(40px,4vw,58px)!important;line-height:1.14!important;max-width:700px!important;margin:16px 0 20px!important}
  .clean-hero__copy .lead{font-size:17px!important;line-height:1.8!important;max-width:600px!important;margin-bottom:26px!important}
  .clean-hero__topics{margin-bottom:24px!important}
  .clean-hero__media{padding-top:2px;width:100%;max-width:none}
  .clean-hero__video-card{aspect-ratio:16/8.8!important;max-height:none!important;border-radius:32px!important;box-shadow:0 28px 70px rgba(12,56,102,.16)!important}
  .clean-hero__video-card video{object-position:center 36%!important}
  .clean-hero__badge{left:16px!important;bottom:18px!important}
  .gallery-hero__grid{grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr)!important;align-items:start!important;gap:42px}
  .gallery-hero h1{font-size:clamp(36px,3.9vw,52px)!important;line-height:1.16!important;max-width:880px!important;margin-top:18px!important}
  .gallery-hero .lead{max-width:560px!important;justify-self:end;font-size:17px!important;line-height:1.82!important;padding-top:56px}
  .about-hero__copy h1{font-size:clamp(38px,4vw,54px)!important;line-height:1.16!important}
}
@media (max-width:1099px){
  .clean-hero__copy h1{font-size:clamp(38px,7vw,52px)!important;line-height:1.15!important}
  .gallery-hero h1{font-size:clamp(34px,8vw,46px)!important;line-height:1.18!important}
}
.curri{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;border-top:0!important;margin-top:28px}
.curri.is-empty{border-top:0!important}
.career-card--empty,.credential--empty{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbfdff,#f5f9fc)!important;border-style:dashed!important;border-color:#d7e3ee!important;box-shadow:none!important}
.career-card--empty .career-card__num,.credential--empty span{background:#f3f8fc!important;color:transparent!important;border:1px solid #e1ebf4}
.career-card--empty h3,.career-card--empty p,.credential--empty b{display:block;position:relative;color:transparent!important}
.career-card--empty h3{height:18px;max-width:68%;margin:4px 0 12px;background:linear-gradient(90deg,#edf4fa,#f8fbfe);border-radius:999px}
.career-card--empty p{height:12px;max-width:86%;background:linear-gradient(90deg,#edf4fa,#f8fbfe);border-radius:999px}
.credential-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px}
.credential-grid.is-empty{border-top:0!important}
.credential--empty{min-height:74px}
.credential--empty b{height:14px;max-width:72%;background:linear-gradient(90deg,#edf4fa,#f8fbfe);border-radius:999px}
@media(max-width:760px){.curri,.credential-grid{grid-template-columns:1fr!important}}


/* =========================================================
   FINAL BRANDING BALANCE — 2026-08-26
   ========================================================= */
.clean-hero__copy h1,.gallery-hero h1,.about-hero h1{word-break:keep-all;overflow-wrap:normal;text-wrap:balance}
.clean-hero__copy .lead,.gallery-hero .lead,.about-hero .lead{word-break:keep-all;overflow-wrap:normal}
@media (min-width:1100px){
  .hdr__in{min-height:108px}
  .brand b{font-size:42px!important;line-height:1!important;letter-spacing:-.055em!important}
  .brand span{font-size:13px!important;letter-spacing:.19em!important}
  .clean-hero{padding:54px 0 52px!important}
  .clean-hero .shell{width:min(1480px,calc(100% - 64px))!important}
  .clean-hero__grid{grid-template-columns:minmax(400px,.39fr) minmax(0,.61fr)!important;gap:44px!important;align-items:start!important}
  .clean-hero__copy{padding:14px 0 0!important}
  .clean-hero__copy h1{font-size:clamp(42px,3.75vw,56px)!important;line-height:1.15!important;letter-spacing:-.045em!important;max-width:600px!important;margin:16px 0 22px!important}
  .clean-hero__copy h1 em{color:#0b4b82!important}
  .clean-hero__copy .lead{font-size:18px!important;line-height:1.78!important;max-width:580px!important;margin-bottom:24px!important}
  .clean-hero__topics{margin-bottom:24px!important}
  .clean-hero__media{padding-top:0!important;width:100%!important;max-width:none!important;align-self:start!important}
  .clean-hero__video-card{width:100%!important;aspect-ratio:16/8.6!important;min-height:420px!important;max-height:570px!important;border-radius:30px!important;box-shadow:0 28px 70px rgba(12,56,102,.16)!important}
  .clean-hero__video-card video{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 36%!important}
  .clean-hero__badge{left:18px!important;bottom:18px!important}
  .gallery-hero{padding-top:64px!important;padding-bottom:48px!important}
  .gallery-hero__grid{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)!important;gap:44px!important;align-items:start!important}
  .gallery-hero h1{font-size:clamp(38px,3.6vw,50px)!important;line-height:1.18!important;letter-spacing:-.04em!important;max-width:790px!important;margin:18px 0 24px!important}
  .gallery-hero .lead{font-size:17px!important;line-height:1.82!important;max-width:570px!important;padding-top:52px!important;justify-self:end!important}
  .about-hero__copy h1{font-size:clamp(40px,3.8vw,54px)!important;line-height:1.16!important}
}
@media (max-width:1099px){
  .clean-hero{padding-top:46px!important}
  .clean-hero__grid{gap:28px!important}
  .clean-hero__copy h1{font-size:clamp(38px,7vw,50px)!important;line-height:1.16!important}
  .clean-hero__video-card{aspect-ratio:16/9!important}
  .gallery-hero h1{font-size:clamp(34px,7.5vw,44px)!important;line-height:1.2!important}
}
@media (max-width:700px){
  .brand b{font-size:29px!important}
  .clean-hero__copy h1{font-size:clamp(36px,10vw,46px)!important}
  .clean-hero__copy .lead{font-size:16px!important;line-height:1.72!important}
}
/* Empty career / certificate shells: professional placeholders only, no fixed text. */
.curri.is-empty,.credential-grid.is-empty{border-top:0!important}
.career-card--empty,.credential--empty{background:linear-gradient(180deg,#fbfdff,#f6f9fc)!important;border:1px dashed #d6e2ed!important;box-shadow:none!important}
