:root {
  --paper: #fff;
  --ink: #222220;
  --muted: #777773;
  --line: #e6e6df;
  --blue: #477dc1;
  --yellow: #ffeb2f;
  --max: 1400px;
  --mobile-sidebar-width: min(84vw, 350px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #050505; }
body { margin: 0; background: #050505; color: var(--ink); font-family: NanumSquare, "Noto Sans KR", sans-serif; -webkit-font-smoothing: antialiased; }
main { background: var(--paper); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }
.page-width { width: min(calc(100% - 56px), var(--max)); margin-inline: auto; }
.page-inner { width: min(calc(100% - 160px), 1240px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; height: 93px; padding: 20px 29px 20px 42px; transition: background .25s ease, border-color .25s ease; }
.site-header::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: transparent; content: ""; }
.site-header.is-scrolled, .site-header.is-mega-open { background: rgba(255, 255, 255, .97); backdrop-filter: blur(11px); }
.site-subpage .site-header, .managed-page-body .site-header { background: #FFFFFF !important; background-image: none !important; opacity: 1 !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
.site-subpage .site-header, .managed-page-body .site-header,
.site-subpage .site-header.is-scrolled, .managed-page-body .site-header.is-scrolled,
.site-subpage .site-header.is-mega-open, .managed-page-body .site-header.is-mega-open { box-shadow: none !important; }
.site-subpage .site-header::after, .managed-page-body .site-header::after,
.site-subpage .site-header.is-mega-open::after, .managed-page-body .site-header.is-mega-open::after { background: transparent !important; }
.site-subpage .site-header.is-scrolled::after, .managed-page-body .site-header.is-scrolled::after { background: var(--line) !important; }
.site-subpage .site-header .site-logo img, .managed-page-body .site-header .site-logo img { filter: none !important; }
.site-subpage .site-header .desktop-nav__top > a, .site-subpage .site-header .desktop-nav__top > button, .managed-page-body .site-header .desktop-nav__top > a, .managed-page-body .site-header .desktop-nav__top > button { color: var(--ink) !important; }
.site-subpage .site-header .desktop-utils, .managed-page-body .site-header .desktop-utils { color: var(--ink) !important; }
.site-subpage .site-header .desktop-util-youtube svg path, .managed-page-body .site-header .desktop-util-youtube svg path { fill: #fff !important; }
.site-subpage .site-header .desktop-member, .managed-page-body .site-header .desktop-member { color: var(--ink) !important; }
.site-subpage .site-header .menu-toggle span:not(.sr-only), .managed-page-body .site-header .menu-toggle span:not(.sr-only) { background: #222 !important; }
.site-header.is-scrolled::after { background: var(--line); }
.site-logo { position: relative; z-index: 2; width: 222px; }
.site-logo img { width: 100%; filter: brightness(0) invert(1); transition: filter .25s ease; }
.site-edit-link { position: absolute; z-index: 3; top: calc(100% + 20px); left: 29px; display: inline-grid; width: 32px; height: 32px; place-items: center; border: 1px solid #cfd4d7; border-radius: 8px; color: var(--ink); background: #fff; line-height: 1; }
.site-edit-link svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.site-edit-link[hidden] { display: none !important; }
.site-edit-link:hover { border-color: var(--ink); background: #f5f6f5; }
.site-header.is-scrolled .site-logo img, .site-header.is-mega-open .site-logo img { filter: none; }

.desktop-nav { position: absolute; top: 0; left: 50%; width: min(820px, calc(100% - 560px)); height: 93px; transform: translateX(-50%); }
.desktop-nav__top { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); height: 93px; }
.desktop-nav__top > a, .desktop-nav__top > button { display: flex; align-items: center; justify-content: center; height: 93px; margin-inline: 15.5px; border: 0; background: transparent; color: #fff; font-size: 17px; font-weight: 800; line-height: 1.2; white-space: nowrap; transition: color .2s ease; }
.site-header.is-scrolled .desktop-nav__top > a, .site-header.is-scrolled .desktop-nav__top > button, .site-header.is-mega-open .desktop-nav__top > a, .site-header.is-mega-open .desktop-nav__top > button { color: var(--ink); }
.desktop-nav__top > a:hover, .desktop-nav__top > a:focus-visible, .desktop-nav__top > button:hover, .desktop-nav__top > button:focus-visible { color: var(--blue); outline: none; }
.desktop-mega { position: absolute; top: 93px; left: 50%; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); width: 100%; min-height: 295px; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #d8d8d8; background: #fff; box-shadow: 0 3px 3px -3px rgba(0,0,0,.1); opacity: 0; pointer-events: none; transform: translate(-50%, -4px); visibility: hidden; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.desktop-nav.is-open .desktop-mega { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); visibility: visible; }
.desktop-mega__column { display: grid; align-content: start; row-gap: 9px; min-width: 0; padding: 20px 12px; border-left: 1px solid #e7e7e7; }
.desktop-mega__column:last-child { border-right: 1px solid #e7e7e7; }
.desktop-mega__column a, .desktop-mega__column span { display: flex; align-items: center; justify-content: center; width: 100%; min-width: 0; min-height: 35px; padding: 6px 7px; border: 1px solid transparent; color: #3e3e3b; text-align: center; font-size: 14px; font-weight: 700; line-height: 1.3; white-space: nowrap; word-break: keep-all; transition: background .16s ease, color .16s ease; }
.desktop-mega__column a:hover, .desktop-mega__column a:focus-visible { width: calc(100% + 6px); margin-inline: -3px; border-color: #232321; background: #232321; color: #fff; outline: none; }
.desktop-utils { position: absolute; top: 50%; right: 105px; z-index: 2; display: flex; align-items: center; gap: 16px; color: #fff; transform: translateY(-50%); }
.desktop-util { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: currentColor; }
.desktop-util svg { display: block; width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.desktop-util-cart svg { width: 25px; height: 25px; }
.desktop-util-youtube svg { width: 32px; height: 23px; fill: currentColor; stroke: none; }
.desktop-util-youtube svg path { fill: #071d2e; }
.desktop-util-language { gap: 5px; }
.desktop-util-language svg { width: 26px; height: 26px; }
.desktop-util-language b { font-size: 17px; font-weight: 400; line-height: 1; }
.desktop-util-language { padding: 0; border: 0; background: transparent; cursor: pointer; font: inherit; }
.desktop-language-control { position: relative; display: inline-flex; align-items: center; }
.desktop-language-control::after { position: absolute; top: 100%; right: -12px; left: -12px; height: 16px; content: ""; }
.desktop-language-menu { position: absolute; top: calc(100% + 16px); right: 2px; display: grid; width: 88px; min-width: 88px; padding: 4px; border: 1px solid #e3e5e7; border-radius: 10px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.desktop-language-control:hover .desktop-language-menu { display: grid; }
.desktop-language-menu[hidden] { display: none; }
.desktop-language-menu button, .desktop-language-menu a { position: relative; left: -1.5px; display: flex; align-items: center; justify-content: center; gap: 5px; min-height: 34px; padding: 0 2px; border: 0; border-radius: 5px; background: transparent; color: #222; text-align: center; font-size: 12px; font-weight: 400; white-space: nowrap; cursor: pointer; }
.desktop-language-menu button > span, .desktop-language-menu a > span { position: relative; left: -2px; }
.desktop-language-menu button[data-language-option="ja"] > span, .desktop-language-menu a[data-language-option="ja"] > span { left: -2.5px; }
.language-flag { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 24px; width: 24px; font-size: 18px; line-height: 1; }
.desktop-language-menu button:hover, .desktop-language-menu button:focus-visible, .desktop-language-menu a:hover, .desktop-language-menu a:focus-visible, .desktop-language-menu a.is-current { background: #f0f2f3; outline: none; }
.site-header.is-scrolled .desktop-utils, .site-header.is-mega-open .desktop-utils { color: var(--ink); }
.site-header.is-scrolled .desktop-util-youtube svg path, .site-header.is-mega-open .desktop-util-youtube svg path { fill: #fff; }
.desktop-account { position: absolute; top: 50%; right: 39px; z-index: 5; transform: translateY(-50%); }
.desktop-account::after { position: absolute; top: 100%; right: -16px; left: -16px; height: 16px; content: ""; }
.desktop-account__links { display: flex; align-items: center; gap: 14px; }
.desktop-member { display: block; color: #fff; font-size: 17px; font-weight: 400; white-space: nowrap; transform: translateY(-1px); }
.site-header.is-scrolled .desktop-member, .site-header.is-mega-open .desktop-member { color: var(--ink); }
.desktop-account-menu { position: absolute; top: calc(100% + 12px); right: 0; left: auto; display: none; width: 100px; padding: 4px 1px 4px 4px; border: 1px solid #e3e5e7; border-radius: 10px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.desktop-account-menu::before { position: absolute; top: -15px; right: 0; left: 0; height: 15px; content: ""; }
.desktop-account-menu[hidden] { display: none; }
.desktop-account-menu a { display: flex; align-items: center; justify-content: center; min-height: 34px; padding: 0 1px; border-radius: 6px; color: #222; font-size: 13px; font-weight: 400; text-align: center; white-space: nowrap; }
.desktop-account-menu a:hover, .desktop-account-menu a:focus-visible { background: #f0f2f3; outline: none; }
.desktop-account:hover .desktop-account-menu:not([hidden]), .desktop-account:focus-within .desktop-account-menu:not([hidden]) { display: grid; }

.menu-toggle { display: none; flex-direction: column; gap: 6px; width: 38px; margin-left: auto; padding: 8px 4px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 29px; height: 2px; background: #fff; transition: background .25s ease; }
.site-header.is-scrolled .menu-toggle span:not(.sr-only), .site-header.is-mega-open .menu-toggle span:not(.sr-only) { background: #222; }

.mobile-language-control { position: relative; z-index: 5; display: none; align-items: center; margin-left: auto; }
.mobile-language-toggle { display: inline-grid; width: 36px; height: 36px; padding: 5px; place-items: center; border: 0; color: #fff; background: transparent; }
.mobile-language-toggle svg { display: block; width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.mobile-language-current-flag { display: block; font-size: 29px; line-height: 1; transform: translateY(1px); }
.site-header.is-scrolled .mobile-language-toggle, .site-header.is-mega-open .mobile-language-toggle,
.site-subpage .mobile-language-toggle, .managed-page-body .mobile-language-toggle { color: var(--ink); }
.mobile-language-menu { position: absolute; top: calc(100% + 14px); right: -43px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(268px, calc(100vw - 40px)); padding: 7px; border: 1px solid #e3e5e7; border-radius: 12px; background: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.mobile-language-menu[hidden] { display: none; }
.mobile-language-menu a { display: flex; align-items: center; justify-content: center; gap: 4px; min-height: 42px; padding: 3px 5px; border-radius: 7px; color: #222; font-size: 11px; line-height: 1.2; white-space: nowrap; }
.mobile-language-menu a:hover, .mobile-language-menu a:focus-visible, .mobile-language-menu a.is-current { background: #f0f2f3; outline: none; }
.mobile-language-menu .language-flag { flex-basis: 22px; width: 22px; font-size: 17px; }

.translated-language-flags { position: fixed; z-index: 44; top: 108px; right: 29px; display: flex; align-items: center; gap: 4px; padding: 5px 7px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: 0 8px 24px rgba(0,0,0,.12); backdrop-filter: blur(10px); }
.translated-language-flags[hidden] { display: none; }
.translated-language-flags a { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid transparent; border-radius: 50%; font-size: 17px; line-height: 1; transition: background .15s ease, border-color .15s ease, transform .15s ease; }
.translated-language-flags a:hover, .translated-language-flags a:focus-visible { background: #f0f2f3; transform: translateY(-1px); outline: none; }
.translated-language-flags a.is-current { border-color: #1f2830; background: #fff; }

.menu-panel { position: fixed; inset: 0; z-index: 80; pointer-events: none; visibility: hidden; transition: visibility 0s linear .3s; }
.menu-panel.is-open { pointer-events: auto; visibility: visible; transition-delay: 0s; }
.menu-backdrop { position: absolute; inset: 0; border: 0; background: rgba(0, 0, 0, .48); opacity: 0; transition: opacity .28s ease; }
.menu-panel.is-open .menu-backdrop { opacity: 1; }
.menu-sheet { position: absolute; top: 0; bottom: 0; left: 0; display: flex; flex-direction: column; width: min(520px, 86vw); padding: 42px 42px 28px; overflow: auto; background: var(--paper); transform: translateX(-100%); transition: transform .3s ease; }
.menu-panel.is-open .menu-sheet { transform: translateX(0); }
.menu-head { display: flex; align-items: center; justify-content: space-between; flex: 0 0 auto; }
.menu-head img { width: 220px; }
.menu-close { position: relative; width: 32px; height: 32px; padding: 0; border: 0; background: transparent; }
.menu-close span { position: absolute; top: 15px; left: 6px; width: 21px; height: 1px; background: #999; }
.menu-close span:first-child { transform: rotate(45deg); }
.menu-close span:last-child { transform: rotate(-45deg); }
.menu-nav { margin-top: 42px; }
.menu-group { padding-bottom: 14px; }
.menu-group > button { width: 100%; padding: 0; border: 0; background: transparent; text-align: left; font-size: 21px; font-weight: 800; line-height: 1.6; }
.menu-sub { display: none; row-gap: 3px; margin: 6px 0 1px; padding: 5px 0 4px 19px; border-left: 1px solid #d6d6cf; }
.menu-group.is-open .menu-sub { display: grid; }
.menu-sub a, .menu-sub span { padding: 5px 0; color: #555; font-size: 15px; font-weight: 600; }
.menu-bottom { margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); }
.menu-actions { display: grid; grid-template-columns: 1fr 1.17fr; }
.menu-actions a, .menu-actions span { display: flex; align-items: center; justify-content: center; min-height: 50px; border: 1px solid #333; font-size: 14px; }
.menu-actions > :first-child { background: #222; color: #fff; }
.menu-account-link { display: flex; align-items: center; justify-content: space-between; min-height: 48px; margin-top: 8px; padding: 0 18px; border: 1px solid var(--navy); color: var(--navy); background: #fff; font-size: 13px; font-weight: 800; }
.menu-account-link[hidden] { display: none !important; }
.menu-account-link b { font-size: 17px; font-weight: 400; }
.menu-admin-link { display: flex; align-items: center; justify-content: space-between; min-height: 48px; margin-top: 8px; padding: 0 18px; border: 1px solid var(--navy); background: var(--navy); color: #fff; font-size: 13px; font-weight: 800; }
.menu-admin-link b { font-size: 17px; font-weight: 400; }
.menu-copyright-link { display: block; margin: 5px 0 10px; color: #888; font-size: 10px; line-height: 1.55; text-decoration: none; }
.menu-copyright-link:hover, .menu-copyright-link:focus-visible { color: #17202a; text-decoration: underline; }
.menu-instagram { font-size: 21px; }

.quick-links { position: fixed; right: 39px; bottom: 54px; z-index: 45; display: grid; gap: 8px; }
.quick-links a, .quick-links span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; text-align: center; font-size: 14px; font-weight: 700; line-height: 1.22; box-shadow: 0 5px 18px rgba(0,0,0,.08); }
.quick-kakao { background: var(--yellow); color: #202020; }
.quick-contact { background: #202020; color: #fff; }

.hero { --hero-nav-center: 46.5px; position: relative; height: 100vh; height: 100dvh; min-height: 0; overflow: hidden; background: #111; color: #fff; }
.hero-video { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.hero-video__frame { position: absolute; top: 50%; left: 50%; width: auto; height: calc(100% + 160px); aspect-ratio: 16 / 9; transform: translate(-50%, -50%); }
.hero-video iframe { display: block; width: 100%; height: 100%; border: 0; pointer-events: none; }
.hero-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(6,14,22,.2), rgba(3,12,22,.54)), rgba(12,28,42,.09); }
.hero-content { position: absolute; z-index: 2; top: calc(50% + var(--hero-nav-center)); left: 50%; width: min(760px, calc(100% - 40px)); text-align: center; transform: translate(-50%, -50%); }
.hero-line { display: block; width: 34px; height: 3px; margin: 0 auto 33px; background: #fff; }
.hero h1 { margin: 0; font-size: clamp(34px, 3.15vw, 45px); font-weight: 800; line-height: 1.35; letter-spacing: -.055em; text-shadow: 0 2px 10px rgba(0,0,0,.16); }
.hero h1 strong { font-weight: 400; }
.outline-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-width: 190px; min-height: 54px; margin-top: 37px; padding: 0 24px; border: 2px solid currentColor; border-radius: 999px; color: #fff; font-size: 15px; font-weight: 700; }
.outline-button span, .outline-button b { font-weight: 400; }

.section-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; width: min(calc(100% - 56px), var(--max)); min-height: 288px; margin-inline: auto; padding: 80px 0; }
.section-intro__title { align-self: start; }
.mini-key { display: block; margin-bottom: 8px; font-family: inherit; font-size: clamp(32px, 3vw, 43px); font-weight: 900; line-height: 1.22; letter-spacing: -.055em; }
.section-intro h2 { margin: 0; font-size: clamp(32px, 3vw, 43px); font-weight: 400; line-height: 1.22; letter-spacing: -.055em; }
.section-intro__copy { align-self: start; max-width: 580px; color: #777773; font-size: 16.8px; line-height: 1.8; letter-spacing: -.02em; }
.section-intro__copy p { margin: 0; }
.short-line { display: block; width: 45px; height: 4px; margin-top: 26px; background: #242421; }

.business-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.business-card { min-width: 0; border-left: 1px solid var(--line); }
.business-card:last-child { border-right: 1px solid var(--line); }
.business-card__copy { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 300px; padding: 30px 18px; text-align: center; }
.business-card h3 { margin: 0 0 27px; font-size: 23px; font-weight: 800; letter-spacing: -.05em; }
.business-card p { min-height: 74px; margin: 0; color: #777773; font-size: 16.8px; line-height: 1.7; letter-spacing: -.025em; }
.business-card__detail { display: inline-grid; place-items: center; min-width: 94px; min-height: 49px; margin-top: 22px; padding: 0 13px; border-radius: 3px; background: #232321; color: #fff; font-size: 13px; font-weight: 700; }
.business-card > img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }

.news-intro { margin-top: 72px; }
.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }
.news-card { min-width: 0; border: 1px solid var(--line); background: #fff; }
.news-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.news-card__copy { min-height: 172px; padding: 27px 28px 25px; }
.news-card h3 { margin: 0 0 12px; font-size: 17px; font-weight: 800; line-height: 1.45; letter-spacing: -.04em; }
.news-card p { display: -webkit-box; margin: 0; overflow: hidden; color: #83837f; font-size: 15.6px; line-height: 1.65; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-card time { display: inline-block; margin-top: 22px; padding: 4px 11px; border: 1px solid #b9b9b3; color: #777; font-size: 11px; }
.board-more-wrap { display: flex; align-items: center; justify-content: center; min-height: 116px; }
.board-more { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-width: 132px; min-height: 48px; padding: 0 18px; border: 1px solid #252525; color: #252525; background: #fff; font-size: 13px; font-weight: 800; transition: color .18s ease, background .18s ease, transform .18s ease; }
.board-more b { font-size: 18px; font-weight: 400; line-height: 1; }
.board-more:hover, .board-more:focus-visible { color: #fff; background: #252525; transform: translateY(-2px); outline: none; }

.growth-intro { margin-top: 0; }
.stats { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); height: 480px; overflow: hidden; border-radius: 20px; background: url("/assets/growth.jpg") center center / cover no-repeat; color: #fff; }
.stats-overlay { position: absolute; inset: 0; background: linear-gradient(45deg, #333 0%, #222 100%); opacity: .5; }
.stat { position: relative; z-index: 1; display: grid; place-content: center; text-align: center; border-right: 1px solid rgba(255,255,255,.22); }
.stat:last-child { border-right: 0; }
.stat-number { display: flex; align-items: baseline; justify-content: center; gap: 11px; font-size: 66px; font-weight: 800; line-height: 1; }
.stat-number small { font-size: 21px; }
.stat p { margin: 27px 0 0; font-size: 20px; font-weight: 800; }
.stat-side--first { grid-column: 1; grid-row: 1; }
.stats .stat-highlight { grid-column: 2; grid-row: 1; border-right: 1px solid rgba(255,255,255,.22); }
.stat-side--second { grid-column: 3; grid-row: 1; border-right: 0; }
.stat-highlight .stat-number { color: #f4f128; }
.stat-number--ring { --stat-progress: 0%; position: relative; align-items: center; width: 196px; height: 196px; margin: 0 auto; }
.stat-number--ring small { transform: translateY(.35em); }
.stat-number--ring::before { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from -90deg, #f4f128 var(--stat-progress), rgba(255,255,255,.18) 0); content: ""; filter: drop-shadow(0 0 8px rgba(244,241,40,.2)); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 8px), #000 calc(100% - 7px)); mask: radial-gradient(farthest-side, transparent calc(100% - 8px), #000 calc(100% - 7px)); }

.academy-intro { margin-top: 72px; }
.academy-slider { position: relative; }
.video-track { display: flex; gap: 42px; overflow: hidden; scroll-behavior: smooth; }
.video-card { flex: 0 0 calc((100% - 42px) / 2); aspect-ratio: 16 / 9; overflow: hidden; border-radius: 22px; background: #111; }
.video-card iframe { width: 100%; height: 100%; border: 0; }
.slider-arrow { position: absolute; top: 50%; z-index: 2; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #ddd; border-radius: 50%; background: rgba(255,255,255,.88); transform: translateY(-50%); }
.slider-prev { left: -23px; }
.slider-next { right: -23px; }
.slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 10px; }
.slider-dots span { width: 7px; height: 7px; border-radius: 50%; background: #ddd; }
.slider-dots .is-active { background: #477dc1; }

.press-intro { margin-top: 72px; min-height: 253px; padding-bottom: 70px; }
.press-list { border-top: 1px solid var(--line); }
.press-item { display: grid; grid-template-columns: 400px 1fr; gap: 45px; min-height: 310px; padding: 46px 0; border-bottom: 1px solid var(--line); }
.press-item img { display: block; width: 400px; aspect-ratio: 16 / 9; object-fit: cover; }
.press-item > div { align-self: start; }
.press-item h3 { margin: 0 0 23px; font-size: 20px; font-weight: 800; line-height: 1.55; letter-spacing: -.04em; }
.press-item p { display: -webkit-box; margin: 0; overflow: hidden; color: #7e7e79; font-size: 16.8px; line-height: 1.9; letter-spacing: -.02em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.press-item time { display: inline-block; margin-top: 20px; padding: 4px 9px; border: 1px solid #aaa; color: #777; font-size: 11px; }
.press-pagination { margin-bottom: 72px; }

.contact-cover { position: relative; display: grid; place-items: center; height: 671px; background: url("/assets/contact-cover.webp") center 30% / cover no-repeat; color: #fff; text-align: center; }
.contact-cover__overlay { position: absolute; inset: 0; background: linear-gradient(45deg, rgba(43,88,118,.63), rgba(78,67,118,.68)); }
.contact-cover__content { position: relative; z-index: 1; transform: translateY(-15px); }
.contact-cover__content > span { font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.contact-cover h2 { margin: 31px 0 0; font-size: 42px; font-weight: 400; line-height: 1.45; letter-spacing: -.04em; }
.contact-cover .outline-button { min-width: 231px; margin-top: 43px; }

.contact-form-section { position: relative; z-index: 3; width: calc(100% - 56px); max-width: var(--max); margin: -96px auto 0; padding: 78px 0 95px; border-radius: 31px 31px 0 0; background: var(--paper); }
.contact-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-heading h2 { margin: 0; font-size: 32px; font-weight: 800; line-height: 1.4; letter-spacing: -.05em; }
.contact-heading p { margin: 0; color: #444; font-size: 15px; line-height: 1.8; }
.contact-form { margin-top: 54px; }
.form-guide { margin: 0 0 24px; font-size: 14px; font-weight: 700; }
.contact-form label { display: block; margin-top: 19px; font-size: 14px; font-weight: 700; }
.field-wrap { position: relative; display: block; margin-top: 7px; }
.field-wrap input, .field-wrap textarea { width: 100%; border: 1px solid #ededeb; background: #f4f4f4; outline: 0; }
.field-wrap input { height: 47px; padding: 0 18px; }
.field-wrap textarea { min-height: 185px; padding: 16px 18px; resize: vertical; }
.field-wrap i { position: absolute; top: 10px; right: 11px; font-style: normal; }
.contact-form button[type="submit"] { min-width: 122px; min-height: 52px; margin-top: 23px; border: 0; border-radius: 3px; background: #232321; color: #fff; font-size: 16px; font-weight: 700; }
.contact-form button[type="submit"]:disabled { cursor: wait; opacity: .58; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { display: inline-block; margin: 0 0 0 14px; color: #666; font-size: 13px; }
.form-status.is-success { color: #287c49; }
.form-status.is-error { color: #b23a31; }

.site-footer { --max: 1300px; min-height: 422px; padding: 63px 0 31px; background: #282828; color: #aaa; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; }
.footer-company { padding-right: 70px; border-right: 1px solid #363636; }
.footer-logo-row { display: flex; align-items: center; gap: 46px; }
.footer-logo-row img { width: 250px; filter: grayscale(1) brightness(0) invert(1); opacity: .94; }
.footer-logo-row span { color: #bcbcbc; font-size: 22px; }
.footer-company h2 { margin: 38px 0 14px; font-size: 14px; font-weight: 800; }
.footer-company p { margin: 0; font-size: 13px; line-height: 1.85; }
.footer-contact { padding-left: 80px; }
.footer-contact > strong { color: #f1f1f1; font-size: 28px; }
.footer-contact dl { margin: 25px 0; font-size: 13px; line-height: 1.7; }
.footer-contact dl div { display: grid; grid-template-columns: 80px 1fr; }
.footer-contact dt { font-weight: 800; }
.footer-contact dd { margin: 0; }
.footer-buttons { display: flex; gap: 14px; margin-top: 28px; }
.footer-buttons a, .footer-buttons button { display: flex; align-items: center; justify-content: center; gap: 12px; width: 151px; height: 45px; border: 1px solid #999; background: transparent; color: #fff; font-size: 13px; font-weight: 800; }
.footer-buttons a { border-color: var(--blue); background: var(--blue); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 35px; padding-top: 25px; border-top: 1px solid #3c3c3c; font-size: 12px; font-weight: 700; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 23px; }

@media (min-width: 1480px) {
  .news-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1080px) {
  .site-header { height: 88px; padding: 15px 27px; background: transparent; }
  .site-header::after { background: transparent; }
  .site-logo { width: 200px; }
  .site-logo img { filter: brightness(0) invert(1); }
  .desktop-nav, .desktop-utils, .desktop-account { display: none; }
  .mobile-language-control { display: inline-flex; margin-right: 11px; }
  .menu-toggle { display: flex; margin-left: 0; }
  .translated-language-flags { display: none !important; }
  .menu-admin-link { display: none; }
  .menu-toggle span:not(.sr-only) { background: #fff; }
  .hero { --hero-nav-center: 44px; }
  .hero-video, .hero-overlay { top: 0; }
}

@media (max-width: 760px) {
  .page-width { width: calc(100% - 40px); }
  .page-inner { width: calc(100% - 40px); }
  .site-header { height: 78px; padding: 15px 20px; }
  .site-logo { width: 200px; }
  .site-edit-link { left: 20px; }
  .mobile-language-control { margin-right: 8px; }
  .menu-toggle { width: 32px; padding-inline: 1px; }
  .menu-toggle span:not(.sr-only) { width: 29px; height: 2px; }
  .translated-language-flags { display: none !important; }
  .menu-sheet { width: var(--mobile-sidebar-width); max-width: none; padding: 22px clamp(16px, 4.8vw, 20px) 27px; }
  .menu-head img { width: min(190px, calc(100% - 44px)); }
  .menu-nav { margin-top: 25px; border-top: 1px solid #e2e5e6; }
  .menu-group { padding: 0; border-bottom: 1px solid #e2e5e6; }
  .menu-group > button { display: flex; min-height: 56px; align-items: center; justify-content: space-between; font-size: 18px; line-height: 1.35; }
  .menu-group > button::after { color: #9aa0a4; content: "+"; font-size: 21px; font-weight: 400; line-height: 1; }
  .menu-group.is-open > button::after { color: #17202a; content: "−"; }
  .menu-sub { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin: 0 0 13px; padding: 0; border-left: 0; }
  .menu-sub a, .menu-sub span { display: flex; min-height: 43px; align-items: center; padding: 9px 10px; border: 1px solid #e0e4e6; border-radius: 7px; color: #4d565c; background: #f8f9f9; font-size: 12px; font-weight: 700; line-height: 1.35; word-break: keep-all; }
  .menu-sub a:active, .menu-sub a:focus-visible { border-color: #17202a; color: #17202a; background: #fff; outline: none; }
  .menu-bottom { margin-top: 8px; padding-top: 9px; border-top: 0; }
  .menu-actions { width: 70%; margin-bottom: 20px; }
  .menu-copyright-link { margin: 0; font-size: 13px; line-height: 1.55; }
  .quick-links { right: 16px; bottom: 26px; gap: 6px; }
  .quick-links a { width: 55px; height: 55px; font-size: 12px; }

  .hero { --hero-nav-center: 39px; height: 100vh; height: var(--hero-stable-height, 100svh); min-height: 0; }
  .hero-video { top: 0; }
  .hero-video__frame { height: calc(100% + 140px); }
  .hero-overlay { top: 0; }
  .hero-content { width: calc(100% - 32px); transform: translate(-50%, -50%); }
  .hero-line { width: 29px; height: 3px; margin-bottom: 25px; }
  .hero h1 { font-size: 27px; line-height: 1.38; }
  .outline-button { min-width: 153px; min-height: 49px; margin-top: 28px; padding-inline: 20px; font-size: 13px; }

  .section-intro { display: block; width: calc(100% - 40px); min-height: 0; padding: 64px 0 40px; }
  .mini-key { margin-bottom: 6px; font-size: 31px; line-height: 1.28; }
  .section-intro h2 { font-size: 31px; line-height: 1.28; }
  .section-intro__copy { margin-top: 13px; font-size: 15.6px; line-height: 1.8; }
  .short-line { width: 44px; height: 4px; margin-top: 16px; }

  .business-grid { width: calc(100% - 40px); grid-template-columns: repeat(2, 1fr); }
  .business-card:nth-child(2) { border-right: 1px solid var(--line); }
  .business-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .business-card__copy { height: 344px; padding: 28px 10px 21px; }
  .business-card h3 { margin-bottom: 25px; font-size: 20px; white-space: nowrap; }
  .business-card p { min-height: 130px; font-size: 15.6px; line-height: 2; }
  .business-card a { min-width: 80px; min-height: 48px; margin-top: 13px; font-size: 12px; }

  .news-intro { margin-top: 48px; padding-bottom: 39px; }
  .news-grid { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 17px; }
  .news-card__copy { min-height: 112px; padding: 16px 20px; }
  .news-card h3 { font-size: 16px; }
  .board-more-wrap { min-height: 73px; }

  .growth-intro { padding-top: 60px; }
  .stats { width: calc(100% - 40px); height: 537px; min-height: 0; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr 1fr; background-position: center; }
  .stat { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .stat-side--first { grid-column: 1; grid-row: 1; border-right: 1px solid rgba(255,255,255,.2); }
  .stat-side--second { grid-column: 2; grid-row: 1; border-right: 0; }
  .stats .stat-highlight { grid-column: 1 / -1; grid-row: 2; border-right: 0; border-bottom: 0; }
  .stat-number { font-size: 48px; }
  .stat-number small { font-size: 17px; }
  .stat-number--ring { width: 158px; height: 158px; }
  .stat-number--ring::before { -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 7px), #000 calc(100% - 6px)); mask: radial-gradient(farthest-side, transparent calc(100% - 7px), #000 calc(100% - 6px)); }
  .stat p { margin-top: 13px; font-size: 16px; }

  .academy-intro { margin-top: 46px; }
  .video-track { gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .video-track::-webkit-scrollbar { display: none; }
  .video-card { flex-basis: 100%; scroll-snap-align: start; border-radius: 17px; }
  .slider-arrow { display: none; }

  .press-intro { margin-top: 47px; padding-bottom: 35px; }
  .press-list { width: calc(100% - 40px); }
  .press-item { display: block; min-height: 0; padding: 21px 0 25px; }
  .press-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
  .press-item > div { padding-top: 16px; }
  .press-item h3 { margin-bottom: 10px; font-size: 17px; line-height: 1.55; }
  .press-item p { font-size: 15.6px; line-height: 1.8; -webkit-line-clamp: 3; }
  .press-item time { margin-top: 12px; }
  .press-pagination { margin-bottom: 35px; }

  .contact-cover { height: 590px; background-position: 52% center; }
  .contact-cover__content { transform: translateY(-6px); }
  .contact-cover__content > span { font-size: 11px; }
  .contact-cover h2 { margin-top: 25px; font-size: 29px; line-height: 1.5; }
  .contact-cover .outline-button { min-width: 203px; margin-top: 32px; }

  .contact-form-section { width: calc(100% - 40px); margin-top: -91px; padding: 51px 0 78px; border-radius: 25px 25px 0 0; }
  .contact-heading { display: block; }
  .contact-heading h2 { font-size: 27px; }
  .contact-heading > div { margin-top: 22px; }
  .contact-heading p { font-size: 13px; }
  .contact-form { margin-top: 42px; }
  .form-guide { font-size: 13px; }
  .contact-form label { font-size: 13px; }
  .field-wrap input { height: 48px; }
  .field-wrap textarea { min-height: 200px; }

  .site-footer { padding: 47px 0 28px; }
  .footer-main { display: block; }
  .footer-company { padding: 0 0 36px; border-right: 0; border-bottom: 1px solid #3a3a3a; }
  .footer-logo-row img { width: 210px; }
  .footer-company h2 { margin-top: 29px; }
  .footer-company p { font-size: 11px; }
  .footer-contact { padding: 35px 0 0; }
  .footer-contact > strong { font-size: 24px; }
  .footer-contact dl { font-size: 11px; }
  .footer-buttons a, .footer-buttons button { flex: 1; }
  .footer-bottom { display: block; margin-top: 12px; padding-top: 0; border-top: 0; font-size: 13.5px; line-height: 1.6; }
  .footer-bottom div { display: none; }
}

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