/* YeeStudio renewal — shared visual language. No framework dependency. */
:root {
  --paper:#f8f7f4; --surface:#fff; --ink:#242623; --muted:#666a63;
  --line:#e4e4dc; --accent:#7060c7; --accent-soft:#eeeaf8; --dark:#292c27;
  --mint:#e5eddf; --peach:#f4e4da; --lilac:#eeebf7; --blue:#e5eef2;
  --yellow:#f2efda; --sand:#ede9e1; --rose:#f2e2e3;
  --radius:22px; --ease:cubic-bezier(.2,.7,.2,1);
  font-family:"Pretendard",-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans CJK KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  font-synthesis:none; color-scheme:light;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:108px;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--ink);font-size:15px;line-height:1.7;letter-spacing:-.025em}
h1,h2,h3,p,figure{margin:0} h1,h2,h3{line-height:1.35;word-break:keep-all;letter-spacing:-.045em}
h1{font-weight:750} h2{font-size:36px;font-weight:720} h3{font-size:21px;font-weight:680}
a{color:inherit;text-decoration:none} button,input{font:inherit} button{cursor:pointer;color:inherit} button,input{letter-spacing:inherit}
button{border:0} a,button,input,summary{-webkit-tap-highlight-color:transparent}
button:disabled{cursor:default;opacity:.4} input{min-width:0}
:focus-visible{outline:3px solid var(--accent);outline-offset:5px}
::selection{background:#dbd3fa;color:#242623}
[hidden]{display:none!important} html:not(.js) .js-only{display:none!important}
svg{flex-shrink:0} .icon{width:21px;height:21px;vertical-align:middle;display:inline-block}
.container{width:min(1200px,calc(100% - 80px));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.skip-link{position:fixed;left:20px;top:12px;z-index:100;background:var(--ink);color:#fff;padding:14px 20px;border-radius:12px;transform:translateY(-200%)}
.skip-link:focus{transform:translateY(0)}
.site-header{position:sticky;top:0;z-index:40;background:rgba(248,247,244,.96);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s;backdrop-filter:blur(16px)}
.site-header.is-scrolled{border-bottom-color:var(--line);box-shadow:0 4px 24px #24262304}
.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:9px;font-size:24px;line-height:1;font-weight:780;letter-spacing:-1px;flex-shrink:0}
.brand-symbol{display:grid;place-items:center;width:35px;height:35px;background:var(--ink);color:#fff;border-radius:11px}
.brand-symbol svg{width:26px;height:26px}.brand-light{font-weight:450}.brand-dot{color:var(--accent);font-size:28px}
.desktop-nav{display:flex;align-items:center;gap:32px}.nav-link{font-size:14px;font-weight:550;color:#5c6058;padding:10px 0;transition:color .2s}
.nav-link:hover,.nav-link.is-active{color:var(--accent)}
.header-actions{display:flex;gap:18px;align-items:center}.language-switch{display:flex;align-items:center;justify-content:center;gap:6px;background:transparent;font-size:12px;font-weight:650;min-width:52px;min-height:44px;padding:6px}
.language-switch .icon{width:17px;height:17px}.header-cta{min-height:42px!important;padding:10px 17px!important;font-size:12px!important;border-radius:10px!important}
.header-cta .icon{width:16px;height:16px}.menu-toggle{display:none!important}
.mobile-menu{padding:8px 24px 22px;background:var(--paper);border-bottom:1px solid var(--line)}.mobile-menu .nav-link{display:block;padding:12px 6px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:52px;padding:14px 23px;border-radius:12px;font-size:14px;font-weight:650;line-height:1.35;transition:background .2s,transform .2s,box-shadow .2s;text-align:center}
.button-dark{background:var(--dark);color:#fff;border:1px solid var(--dark)}.button-dark:hover{background:#444a3e;transform:translateY(-2px);box-shadow:0 6px 16px #24262315}
.button-outline{background:transparent;border:1px solid #cecfc5}.button-outline:hover{background:#eeeee7;transform:translateY(-2px)}
.button-lilac{background:var(--accent-soft);color:#514195;border:1px solid #d6d0e9}.button .icon{width:19px;height:19px}
.text-link{display:inline-flex;align-items:center;gap:8px;background:transparent;padding:8px 0;border:0;font-size:13px;font-weight:600;line-height:1.4;transition:color .2s}
.text-link:hover{color:var(--accent)}.text-link .icon{width:17px;height:17px}
.icon-button{background:transparent;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;min-width:44px;min-height:44px}.icon-button:hover{background:#eae9e1}
.eyebrow{font-size:10px;line-height:1.5;font-weight:650;letter-spacing:.18em;display:flex;align-items:center;gap:10px;margin-bottom:21px}
.section-no{color:#626a59;font-size:10px}.status-dot{width:7px;height:7px;background:#8d9a79;border-radius:50%;display:inline-block;box-shadow:0 0 0 4px #e9ede3;flex-shrink:0}
.section{padding-block:92px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}.section-heading .eyebrow{margin-bottom:16px}
.section-heading h2{margin-bottom:12px}.section-heading p:not(.eyebrow){font-size:14px;color:var(--muted)}.section-heading>.text-link{white-space:nowrap;margin-bottom:5px}
.section-note{font-size:11px;line-height:1.7;color:#676f5e;margin-top:20px}
.search-field{display:flex;align-items:center;gap:10px;min-height:46px;border:1px solid var(--line);border-radius:11px;padding:0 14px;background:rgba(255,255,255,.55)}
.search-field .icon{width:18px;height:18px;color:#69705f}.search-field:focus-within{outline:2px solid var(--accent);outline-offset:2px}.search-field input{outline:0;border:0;background:transparent;width:100%;font-size:12px;line-height:1.5;min-height:44px;color:var(--ink)}
.search-field input::placeholder{color:#69705f;opacity:1}
.site-footer{padding-top:70px;background:#eeeee7;margin-top:88px}
.footer-grid{display:grid;grid-template-columns:1.35fr .75fr 1fr 1.15fr;gap:48px;padding-bottom:54px}
.footer-grid h3{font-size:12px;font-weight:650;letter-spacing:-.015em;margin-bottom:20px}.footer-grid>div>a:not(.brand){display:flex;align-items:center;gap:8px;font-size:12px;color:#65695f;margin-bottom:10px;line-height:1.65;min-height:24px}
.footer-grid>div>a:hover,.social-links a:hover{color:var(--accent)}.footer-grid .icon{width:12px;height:12px}
.footer-about>p{font-size:12px;color:#696d62;margin:17px 0 23px}.social-links{display:flex;flex-wrap:wrap;gap:10px 13px;max-width:230px}.social-links a{font-size:10px;color:#64695e}
.footer-grid .address{font-size:11px;color:#696d62;margin:6px 0 18px;line-height:1.8}.break-anywhere{overflow-wrap:anywhere}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #d8dace;padding:24px 0;font-size:10px;letter-spacing:.01em;color:#64695c}
.footer-bottom>a{display:flex;gap:6px;align-items:center}.footer-bottom .icon{width:14px;height:14px}
.simple-footer{border-top:1px solid var(--line);display:flex;align-items:center;gap:26px;padding-block:26px;font-size:11px;color:var(--muted)}.simple-footer>span{margin-right:auto}.simple-footer>a{display:flex;gap:8px;align-items:center}.simple-footer .icon{width:14px;height:14px}
.toast{position:fixed;z-index:110;bottom:max(24px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);padding:15px 22px;border:1px solid #555b4e;background:#292e27;color:#fff;box-shadow:0 10px 45px #0002;border-radius:14px;font-size:13px;width:max-content;max-width:calc(100% - 36px);text-align:center}
.back-to-top{position:fixed;right:24px;bottom:24px;z-index:25;border:1px solid var(--line);background:var(--paper);box-shadow:0 4px 18px #2526230a;opacity:0;visibility:hidden;transition:opacity .2s}.back-to-top.is-visible{opacity:1;visibility:visible}
@media(min-width:1600px){.container{max-width:1280px}}
@media(max-width:1100px){.desktop-nav{gap:22px}.header-actions{gap:14px}.header-inner{gap:18px}.footer-grid{gap:28px}h2{font-size:32px}}
@media(max-width:900px){.container{width:calc(100% - 48px)}.desktop-nav{display:none}.menu-toggle{display:inline-flex!important}.header-inner{height:72px}.header-actions{gap:8px}.header-cta{font-size:11px!important}.brand{font-size:22px}.footer-grid{grid-template-columns:1.2fr 1fr;gap:38px}.section{padding-block:68px}}
@media(max-width:600px){.container{width:calc(100% - 40px)}.header-inner{height:68px;gap:8px}.brand{font-size:21px;gap:7px}.brand-symbol{width:31px;height:31px;border-radius:9px}.brand-symbol svg{width:24px;height:24px}.header-cta{display:none}.header-actions{gap:4px}.language-switch{font-size:11px;min-width:48px}.icon-button{min-width:44px;min-height:44px}h2{font-size:28px;line-height:1.4}.section{padding-block:58px}.section-heading{display:block;margin-bottom:26px}.section-heading>.text-link{margin-top:12px}.section-heading h2{margin-bottom:10px}.section-heading p:not(.eyebrow){font-size:13px}.eyebrow{font-size:9px;margin-bottom:16px;gap:8px}.section-heading .eyebrow{margin-bottom:12px}.button{min-height:50px;padding:13px 20px;font-size:13px}.footer-grid{grid-template-columns:1fr 1fr;gap:34px 20px;padding-bottom:32px}.footer-about{grid-column:1/-1}.site-footer{padding-top:40px;margin-top:56px}.footer-grid h3{margin-bottom:14px}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-wrap:wrap;gap:10px;font-size:9px}.footer-bottom>span:nth-child(2){display:none}.simple-footer{flex-wrap:wrap;gap:15px;padding-block:23px;font-size:10px}.simple-footer>span{width:100%}.back-to-top{right:16px;bottom:16px}.section-note{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
