:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#17232d;--slate:#4d5964;--muted:#6c7782;--paper:#fbfaf7;--cloud:#eef6f7;--mist:#f4f0ea;--line:#17232d1f;--teal:#2f8f98;--coral:#df705d;--indigo:#5166d6;--sage:#6f9276;--white:#fff;--shadow:0 18px 54px #17232d24;--header-height:76px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 24px)}body{background:var(--paper);min-width:320px;color:var(--ink);letter-spacing:0;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:1.65}button,input,textarea{font:inherit;letter-spacing:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.app-shell{min-height:100vh;overflow-x:clip}.skip-link{z-index:100;background:var(--ink);color:var(--white);border-radius:8px;padding:10px 14px;transition:transform .16s;position:fixed;top:12px;left:12px;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}.section-inner{width:min(1120px,100% - 40px);margin:0 auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfaf7e6;border-bottom:1px solid #17232d1a;position:sticky;top:0}.nav-shell{width:min(1180px,100% - 40px);min-height:var(--header-height);grid-template-columns:auto 1fr auto;align-items:center;gap:22px;margin:0 auto;display:grid}.brand-link{min-width:0;color:var(--ink);white-space:nowrap;align-items:center;gap:10px;font-weight:800;display:inline-flex}.brand-mark{flex:0 0 40px;width:40px;height:40px;display:block}.brand-mark img{object-fit:contain;width:40px;height:40px}.primary-nav{justify-content:center;align-items:center;gap:8px;display:flex}.primary-nav a,.language-switcher button{min-height:40px;color:var(--slate);border-radius:8px;align-items:center;font-size:.94rem;font-weight:700;display:inline-flex}.primary-nav a{padding:0 14px}.primary-nav a:hover,.language-switcher button:hover{color:var(--teal);background:#2f8f981a;outline:none}.primary-nav a:focus-visible{color:var(--teal);background:#2f8f981a;outline:none}.language-switcher button:focus-visible{color:var(--teal);background:#2f8f981a;outline:none}.language-switcher{min-width:0;color:var(--muted);align-items:center;gap:4px;display:inline-flex}.language-switcher svg{width:18px;height:18px}.language-switcher button{cursor:pointer;background:0 0;border:0;padding:0 9px}.language-switcher button[aria-pressed=true]{background:var(--ink);color:var(--white)}.icon-button{border:1px solid var(--line);background:var(--white);width:44px;height:44px;color:var(--ink);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:none}.icon-button svg{width:22px;height:22px}.hero{isolation:isolate;background-color:#f2eee6;background-image:-webkit-linear-gradient(#fbfaf73d 0%,#fbfaf7e0 56%,#fbfaf7f5 100%),-webkit-image-set(url(../assets/images/hero-illustration-1280.webp) 1x type("image/webp"),url(../assets/images/hero-illustration.png) 1x type("image/png"));background-image:linear-gradient(90deg,#fbfaf7f5 0%,#fbfaf7e0 44%,#fbfaf73d 100%),image-set("../assets/images/hero-illustration-1280.webp" 1x type("image/webp"),"../assets/images/hero-illustration.png" 1x type("image/png"));background-position:100%;background-size:cover;border-bottom:1px solid #17232d14;align-items:flex-end;min-height:74svh;padding:116px 0 72px;display:flex;position:relative;overflow:hidden}.lava-scene{z-index:0;opacity:.78;pointer-events:none;width:100%;height:100%;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.hero:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#fbfaf7d1 0%,#fbfaf78f 46%,#fbfaf72e 100%),radial-gradient(circle at 78% 32%,#fff6de70,#0000 34%);position:absolute;top:0;bottom:0;left:0;right:0}.hero-inner{z-index:2;margin-bottom:8px;position:relative}.eyebrow{color:var(--coral);text-transform:uppercase;letter-spacing:0;margin:0 0 14px;font-size:.78rem;font-weight:900;line-height:1.3}.hero h1,.section-heading h2,.softmoon-copy h2,.contact-copy h2,.process-panel h2{color:var(--ink);word-break:keep-all;overflow-wrap:break-word;margin:0;font-weight:900;line-height:1.08}.hero h1{font-size:5rem}.hero-statement{max-width:760px;color:var(--ink);word-break:keep-all;margin:18px 0 0;font-size:2.5rem;font-weight:900;line-height:1.18}.hero-copy{max-width:650px;color:var(--slate);word-break:keep-all;margin:22px 0 0;font-size:1.1rem;font-weight:650}.hero-actions,.button-row{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 18px;font-weight:850;line-height:1.1;transition:transform .16s,border-color .16s,background .16s,color .16s;display:inline-flex}.button svg{flex:0 0 18px;width:18px;height:18px}.button:hover{outline:none;transform:translateY(-1px)}.button:focus-visible{outline:none;transform:translateY(-1px)}.button.primary{background:var(--ink);color:var(--white)}.button.primary:hover{background:#0d151c}.button.primary:focus-visible{background:#0d151c}.button.secondary{color:var(--ink);background:#ffffffd1;border-color:#17232d29}.button.ghost{border-color:var(--line);color:var(--ink);background:0 0}.button:disabled{cursor:wait;opacity:.72;transform:none}.proof-strip{background:var(--ink);color:var(--white)}.proof-grid{grid-template-columns:repeat(3,1fr);display:grid}.proof-item{border-right:1px solid #ffffff1f;align-content:center;gap:6px;min-height:124px;padding:26px 28px;display:grid}.proof-item:last-child{border-right:0}.proof-item strong{color:#f2d1bf;font-size:2.25rem;line-height:1}.proof-item span{color:#ffffffc7;word-break:keep-all;font-weight:700}.section{padding:92px 0}.muted-section{background:var(--cloud)}.split-band{color:var(--white);background:#202b35}.two-column,.split-layout,.softmoon-layout,.contact-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:64px;display:grid}.split-layout{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr)}.softmoon-layout,.contact-layout{align-items:center}.section-heading{max-width:560px}.section-heading.compact{max-width:720px;margin-bottom:34px}.section-heading h2,.softmoon-copy h2,.contact-copy h2,.process-panel h2{font-size:2.55rem}.section-heading p:not(.eyebrow),.softmoon-copy p,.contact-copy p,.body-copy p{color:var(--slate);word-break:keep-all;margin:18px 0 0;font-size:1.04rem}.split-band .section-heading h2,.split-band .process-panel h2{color:var(--white)}.split-band .eyebrow{color:#f2d1bf}.check-list,.project-list,.audience-list,.process-list{margin:0;padding:0;list-style:none}.check-list{gap:14px;margin-top:28px;display:grid}.check-list li,.audience-list li,.project-list li{word-break:keep-all;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:12px;display:grid}.check-list svg,.audience-list svg,.project-list svg{width:22px;height:22px;color:var(--teal);margin-top:3px}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.service-card{background:var(--white);border:1px solid #17232d1a;border-radius:8px;grid-template-rows:auto auto 1fr auto;gap:14px;min-height:330px;padding:26px;display:grid}.service-icon{width:46px;height:46px;color:var(--teal);background:#2f8f981f;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.service-icon svg{width:24px;height:24px}.service-card h3{color:var(--ink);word-break:keep-all;margin:0;font-size:1.18rem;line-height:1.35}.service-card p{color:var(--slate);word-break:keep-all;margin:0;font-size:.96rem}.tag-row{flex-wrap:wrap;align-items:flex-end;gap:7px;display:flex}.tag-row span{background:var(--mist);min-height:28px;color:var(--slate);white-space:nowrap;border-radius:8px;align-items:center;padding:0 10px;font-size:.82rem;font-weight:800;display:inline-flex}.project-list{gap:14px;margin-top:28px;display:grid}.project-list li{color:#ffffffd6;border-bottom:1px solid #ffffff1f;align-items:center;min-height:54px;padding:14px 0}.project-list svg{color:#f2d1bf}.process-panel{border-left:1px solid #ffffff2e;padding-left:36px}.process-list{counter-reset:process;gap:18px;margin-top:28px;display:grid}.process-list li{counter-increment:process;gap:4px;min-height:72px;padding-left:52px;display:grid;position:relative}.process-list li:before{content:counter(process);background:var(--coral);width:34px;height:34px;color:var(--white);border-radius:8px;justify-content:center;align-items:center;font-weight:900;display:inline-flex;position:absolute;top:0;left:0}.process-list strong{color:var(--white);line-height:1.3}.process-list span{color:#ffffffb8;word-break:keep-all}.expertise-section{background:var(--paper)}.expertise-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.expertise-item{border:1px solid var(--line);min-height:88px;color:var(--ink);word-break:keep-all;background:#ffffffa3;border-radius:8px;align-items:center;gap:14px;padding:20px;font-weight:850;display:flex}.expertise-item svg{width:24px;height:24px;color:var(--sage);flex:0 0 24px}.softmoon-section{background:var(--mist)}.softmoon-copy{max-width:540px}.softmoon-gallery{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.softmoon-gallery picture{min-height:420px;box-shadow:var(--shadow);border-radius:8px;overflow:hidden}.softmoon-gallery picture:first-child{transform:translateY(26px)}.softmoon-gallery img{aspect-ratio:4/5;object-fit:cover;width:100%;height:100%}.audience-section{background:var(--paper)}.audience-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 26px;display:grid}.audience-list li{border-bottom:1px solid var(--line);align-items:center;min-height:72px;padding-bottom:14px}.contact-section{background:var(--cloud)}.contact-copy{max-width:540px}.contact-methods{gap:14px;margin-top:28px;display:grid}.contact-methods a,.contact-methods span{color:var(--slate);word-break:keep-all;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:12px;font-weight:750;display:grid}.contact-methods svg{width:21px;height:21px;color:var(--teal);margin-top:3px}.contact-form{border:1px solid var(--line);background:var(--white);border-radius:8px;gap:16px;padding:28px;display:grid;box-shadow:0 12px 42px #17232d14}.contact-form label:not(.consent-row){gap:8px;display:grid}.contact-form label span{color:var(--slate);font-size:.92rem;font-weight:850}.contact-form input,.contact-form textarea{width:100%;color:var(--ink);resize:vertical;background:#fffdfa;border:1px solid #17232d29;border-radius:8px;padding:12px 13px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--teal);outline:3px solid #2f8f9829}.consent-row{grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;display:grid}.consent-row input{width:18px;height:18px;accent-color:var(--teal);margin:5px 0 0}.submit-button{width:100%}.form-status{color:var(--slate);border-radius:8px;margin:0;padding:12px 14px;font-size:.92rem;font-weight:800}.form-status.success{color:#3e6647;background:#6f927624}.form-status.error{color:#8a382c;background:#df705d24}.chatbot{z-index:80;position:fixed;bottom:22px;right:22px}.chatbot-launcher{background:var(--ink);min-height:52px;color:var(--white);cursor:pointer;border:1px solid #17232d2e;border-radius:8px;align-items:center;gap:9px;padding:0 18px;font-weight:900;display:inline-flex;box-shadow:0 14px 38px #17232d33}.chatbot-launcher svg{width:20px;height:20px}.chatbot-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdfaf5;border:1px solid #17232d24;border-radius:8px;grid-template-rows:auto minmax(220px,1fr) auto auto;width:390px;max-width:calc(100vw - 32px);max-height:min(680px,100vh - 108px);display:grid;position:absolute;bottom:66px;right:0;overflow:hidden;box-shadow:0 24px 80px #17232d38}.chatbot-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;min-height:72px;padding:14px 14px 12px;display:flex}.chatbot-header>div{align-items:center;gap:10px;min-width:0;display:flex}.chatbot-avatar{width:40px;height:40px;color:var(--teal);background:#2f8f981f;border-radius:8px;flex:0 0 40px;justify-content:center;align-items:center;display:inline-flex}.chatbot-avatar svg,.chatbot-close svg{width:21px;height:21px}.chatbot-header strong{color:var(--ink);line-height:1.2;display:block}.chatbot-header small{color:var(--muted);font-weight:750}.chatbot-close{flex:0 0 40px;width:40px;height:40px;display:inline-flex}.chatbot-messages{align-content:start;gap:10px;padding:14px;display:grid;overflow-y:auto}.chat-message{max-width:88%;color:var(--ink);border-radius:8px;padding:12px 13px}.chat-message p{white-space:pre-line;word-break:keep-all;overflow-wrap:break-word;margin:0;font-size:.94rem;line-height:1.55}.chat-message.assistant{background:var(--cloud);border:1px solid #2f8f981f;justify-self:start}.chat-message.user{background:var(--ink);color:var(--white);justify-self:end}.chat-message.typing{color:var(--teal);align-items:center;gap:8px;font-weight:850;display:inline-flex}.chat-message.typing svg{width:17px;height:17px}.chatbot-draft-button{background:var(--white);min-height:38px;color:var(--ink);cursor:pointer;border:1px solid #17232d29;border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:0 12px;font-weight:850;display:inline-flex}.chatbot-draft-button svg{width:17px;height:17px;color:var(--teal)}.chatbot-prompts{border-top:1px solid var(--line);gap:8px;padding:10px 14px;display:flex;overflow-x:auto}.chatbot-prompts button{background:var(--white);min-height:34px;color:var(--slate);cursor:pointer;white-space:nowrap;border:1px solid #17232d1f;border-radius:8px;flex:none;padding:0 11px;font-size:.86rem;font-weight:850}.chatbot-input{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) 44px;gap:8px;padding:12px 14px 14px;display:grid}.chatbot-input input{min-width:0;min-height:44px;color:var(--ink);background:#fffdfa;border:1px solid #17232d29;border-radius:8px;padding:0 12px}.chatbot-input input:focus{border-color:var(--teal);outline:3px solid #2f8f9829}.chatbot-input button{background:var(--ink);width:44px;height:44px;color:var(--white);cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.chatbot-input button svg{width:18px;height:18px}.site-footer{background:var(--ink);color:#ffffffc2;padding:44px 0}.footer-layout{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:28px;display:grid}.site-footer .brand-link{color:var(--white)}.site-footer p{word-break:keep-all;max-width:520px;margin:16px 0 0}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:12px 18px;display:flex}.footer-links a{color:#ffffffd1;font-weight:800}.site-footer small{color:#ffffff8f;grid-column:1/-1}@media (max-width:1060px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{min-height:280px}.split-layout,.softmoon-layout,.contact-layout{grid-template-columns:1fr}.process-panel{border-top:1px solid #ffffff2e;border-left:0;padding:34px 0 0}}@media (max-width:860px){:root{--header-height:68px}.nav-shell{grid-template-columns:minmax(0,1fr) 44px;gap:12px;width:min(100% - 28px,1180px)}.icon-button{justify-self:end;display:inline-flex}.primary-nav,.language-switcher{display:none}.site-header[data-open=true] .primary-nav,.site-header[data-open=true] .language-switcher{grid-column:1/-1;width:100%;display:flex}.site-header[data-open=true] .primary-nav{flex-direction:column;align-items:stretch;padding:4px 0 8px}.site-header[data-open=true] .primary-nav a{background:#ffffffb8;justify-content:center;min-height:46px}.site-header[data-open=true] .language-switcher{justify-content:center;padding:0 0 14px}.hero{background-image:-webkit-linear-gradient(270deg,#fbfaf7f0 0%,#fbfaf7db 60%,#fbfaf757 100%),-webkit-image-set(url(../assets/images/hero-illustration-1280.webp) 1x type("image/webp"),url(../assets/images/hero-illustration.png) 1x type("image/png"));background-image:linear-gradient(#fbfaf7f0 0%,#fbfaf7db 60%,#fbfaf757 100%),image-set("../assets/images/hero-illustration-1280.webp" 1x type("image/webp"),"../assets/images/hero-illustration.png" 1x type("image/png"));background-position:top;min-height:68svh;padding:86px 0 50px}.lava-scene{opacity:.54}.hero:after{background:linear-gradient(#fbfaf7e6 0%,#fbfaf7bd 58%,#fbfaf742 100%),radial-gradient(circle at 64% 36%,#fff5de6b,#0000 38%)}.hero h1{font-size:3.5rem}.hero-statement{max-width:560px;font-size:2rem}.hero-copy{max-width:540px;font-size:1rem}.proof-grid{grid-template-columns:1fr}.proof-item{border-bottom:1px solid #ffffff1f;border-right:0;min-height:96px}.proof-item:last-child{border-bottom:0}.section{padding:68px 0}.two-column{grid-template-columns:1fr;gap:28px}.section-heading h2,.softmoon-copy h2,.contact-copy h2,.process-panel h2{font-size:2.1rem}.expertise-grid,.audience-list{grid-template-columns:1fr}.softmoon-gallery picture{min-height:340px}}@media (max-width:640px){.section-inner{width:min(100% - 28px,1120px)}.brand-link span{text-overflow:ellipsis;overflow:hidden}.hero{min-height:70svh}.hero h1{font-size:3rem}.hero-statement{font-size:1.65rem}.hero-actions,.button-row{flex-direction:column}.button{width:100%}.service-grid{grid-template-columns:1fr}.service-card{min-height:0;padding:22px}.softmoon-gallery{grid-template-columns:1fr 1fr;gap:10px}.softmoon-gallery picture{min-height:260px}.softmoon-gallery picture:first-child{transform:translateY(18px)}.contact-form{padding:20px}.footer-layout{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.chatbot{bottom:14px;left:14px;right:14px}.chatbot-launcher{justify-content:center;width:100%}.chatbot-panel{width:auto;max-width:none;max-height:calc(100vh - 92px);bottom:64px;left:0;right:0}.chat-message{max-width:94%}}@media (max-width:420px){.hero h1{font-size:2.55rem}.hero-statement{font-size:1.45rem}.section-heading h2,.softmoon-copy h2,.contact-copy h2,.process-panel h2{font-size:1.82rem}.softmoon-gallery picture{min-height:220px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
