@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#2c2825;background:#f7f3ec;font-synthesis:none;text-rendering:optimizeLegibility;--background: #f7f3ec;--background-soft: #eee8de;--surface: rgba(255, 253, 249, .9);--surface-solid: #fffdf9;--text: #2c2825;--muted: #6e675f;--line: rgba(197, 187, 173, .62);--sage: #5b6e60;--sage-soft: #e6ede7;--terracotta: #c86d51;--terracotta-soft: #f8e9e4;--shadow: 0 18px 52px -28px rgba(70, 60, 50, .23);--shadow-hover: 0 28px 60px -28px rgba(70, 60, 50, .34);--radius-lg: 30px;--radius-md: 20px;--radius-sm: 12px;--page: 840px;color-scheme:light}:root[data-theme=dark]{--background: #1a1816;--background-soft: #25221f;--surface: rgba(35, 32, 29, .9);--surface-solid: #23201d;--text: #f3eee7;--muted: #aaa296;--line: rgba(92, 84, 76, .72);--sage: #9bb0a0;--sage-soft: rgba(141, 164, 146, .14);--terracotta: #e08367;--terracotta-soft: rgba(224, 131, 103, .14);--shadow: 0 18px 52px -28px rgba(0, 0, 0, .5);--shadow-hover: 0 28px 60px -28px rgba(0, 0, 0, .66);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:22px}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden;background:var(--background);color:var(--text);transition:background-color .26s ease,color .26s ease}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.skip-link{position:fixed;z-index:1000;top:1rem;left:1rem;padding:.7rem 1rem;border-radius:999px;transform:translateY(-180%);background:var(--text);color:var(--background)}.skip-link:focus{transform:translateY(0)}.scroll-progress{position:fixed;z-index:1000;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--sage),var(--terracotta));transition:width 80ms linear}.ambient{position:fixed;z-index:-1;width:560px;height:560px;border-radius:50%;filter:blur(90px);opacity:.48;pointer-events:none}.ambient-one{top:-250px;left:-220px;background:#e0d8cc}.ambient-two{right:-260px;bottom:-210px;background:#dfe7df}:root[data-theme=dark] .ambient-one{background:#c86d5124}:root[data-theme=dark] .ambient-two{background:#5b6e602e}.page-wrap,.detail-shell{width:min(var(--page),calc(100% - 40px));margin:0 auto}.page-wrap{padding:34px 0 40px}.top-bar,.top-actions,.availability,.section-nav,.profile-actions,.experience-top,.tag-list,.project-status,.project-pending,.contact-link,.footer,.detail-header .detail-shell{display:flex;align-items:center}.top-bar{justify-content:space-between;margin-bottom:16px}.availability{gap:.5rem;padding:.45rem .78rem;border:1px solid rgba(91,110,96,.22);border-radius:999px;background:var(--sage-soft);color:var(--sage);font-size:.72rem;font-weight:700;letter-spacing:.04em}.availability i{width:7px;height:7px;border-radius:50%;background:var(--sage);box-shadow:0 0 0 5px #5b6e601a;animation:pulse 2.3s ease-in-out infinite}.top-actions{gap:.55rem}.round-action{display:grid;width:43px;height:43px;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);box-shadow:var(--shadow);transition:transform .18s ease,background .18s ease}.round-action:hover{transform:translateY(-2px);background:var(--background-soft)}.section-nav{gap:.2rem;margin-bottom:18px;padding:.42rem;overflow-x:auto;border:1px solid var(--line);border-radius:999px;background:var(--surface);box-shadow:var(--shadow);scrollbar-width:none}.section-nav::-webkit-scrollbar{display:none}.section-nav a{flex:1 0 auto;padding:.58rem .82rem;border-radius:999px;color:var(--muted);text-align:center;font-size:.76rem;font-weight:600;white-space:nowrap;transition:background .18s ease,color .18s ease}.section-nav a:hover,.section-nav a:focus-visible{background:var(--background-soft);color:var(--text)}main{display:grid;gap:28px}.profile-card,.editorial-section,.meta-card,.contact-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profile-card{display:flex;flex-direction:column;align-items:center;padding:72px 52px 46px;border-radius:var(--radius-lg);text-align:center}.profile-kicker,.section-label,.skill-group>div>span,.project-category{color:var(--terracotta);font-size:.69rem;font-weight:700;letter-spacing:.06em}.profile-card h1{max-width:680px;margin:.75rem 0 0;font-size:clamp(2rem,5vw,3.1rem);font-weight:800;letter-spacing:-.035em;line-height:1.28}.profile-intro{max-width:610px;margin:1.5rem 0 0;color:var(--muted);font-size:.97rem;line-height:1.85}.profile-actions{justify-content:center;flex-wrap:wrap;gap:.65rem;margin-top:1.9rem}.button{display:inline-flex;min-height:47px;align-items:center;justify-content:center;gap:.5rem;padding:0 1.15rem;border:1px solid transparent;border-radius:999px;font-size:.84rem;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--sage);color:#fff;box-shadow:0 12px 22px -13px #5b6e60b3}.button-secondary{border-color:var(--line);background:var(--surface-solid)}.proof-grid{display:grid;width:min(100%,580px);grid-template-columns:repeat(3,1fr);margin-top:2.8rem;padding-top:1.5rem;border-top:1px solid var(--line)}.proof-grid div{padding:0 1rem}.proof-grid div+div{border-left:1px solid var(--line)}.proof-grid strong,.proof-grid span{display:block}.proof-grid strong{font-size:1.05rem;font-weight:700}.proof-grid span{margin-top:.3rem;color:var(--muted);font-size:.69rem}.editorial-section{padding:46px;border-radius:var(--radius-lg)}.section-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:2.3rem}.section-label{margin:0 0 .7rem}.section-title-row h2,.meta-card h2,.contact-card h2,.detail-content h2{margin:0;font-weight:700;letter-spacing:-.025em;line-height:1.35}.section-title-row h2{font-size:clamp(1.55rem,3.5vw,2.15rem)}.about-copy{display:grid;gap:1rem}.about-copy p,.section-summary,.experience-card>p,.project-body>p,.detail-content p{color:var(--muted);line-height:1.82}.about-copy p{margin:0;font-size:.94rem}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:2rem}.principle-grid article{padding:1.15rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--background-soft)}.principle-grid span{color:var(--terracotta);font-size:.78rem;font-weight:700}.principle-grid h3{margin:.8rem 0 .5rem;font-size:.91rem}.principle-grid p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.65}.compact-title{align-items:flex-end}.section-summary{max-width:280px;margin:0;font-size:.82rem}.skills-list{display:grid;border-top:1px solid var(--line)}.skill-group{display:grid;grid-template-columns:190px 1fr;gap:1.25rem;padding:1.35rem 0;border-bottom:1px solid var(--line)}.skill-group h3{margin:.35rem 0 0;font-size:1.05rem;font-weight:700}.skill-group ul{display:flex;align-content:flex-start;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.skill-group li,.tag-list span{padding:.45rem .72rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-solid);color:var(--muted);font-size:.72rem;font-weight:600}.experience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.experience-card{min-width:0;padding:1.35rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-solid);transition:transform .23s ease,box-shadow .23s ease,border-color .23s ease}.experience-card:first-child{grid-column:1 / -1}.experience-card:hover{transform:translateY(-4px);border-color:#c86d5166;box-shadow:var(--shadow-hover)}.experience-top{justify-content:space-between}.experience-top>span{color:var(--terracotta);font-size:.8rem;font-weight:700}.experience-top small{color:var(--muted);font-size:.68rem}.experience-card h3{margin:1rem 0 .65rem;font-size:1.13rem;font-weight:700;line-height:1.45}.experience-card>p{margin:0 0 1.2rem;font-size:.79rem}.tag-list{flex-wrap:wrap;gap:.4rem}.project-section{background:radial-gradient(circle at 90% 0%,rgba(200,109,81,.12),transparent 34%),var(--surface)}.project-heading svg{color:var(--sage)}.projects-list{display:grid;gap:1rem}.projects-list .featured-project{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr)}.projects-list .project-image{min-height:100%;aspect-ratio:auto}.projects-list .project-image-link,.projects-list .project-image img{height:100%}.projects-list .project-body{display:flex;min-width:0;flex-direction:column;padding:1.5rem}.projects-list .project-body h3{font-size:clamp(1.55rem,4vw,2rem)}.projects-list .project-link,.projects-list .project-pending{margin-top:auto}.featured-project{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-solid);transition:transform .25s ease,box-shadow .25s ease}.featured-project:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.project-image{position:relative;aspect-ratio:16 / 8.5;overflow:hidden;background:var(--background-soft)}.project-image-link{display:block}.project-image img{width:100%;height:100%;object-fit:cover;object-position:top left;transition:transform .6s cubic-bezier(.16,1,.3,1)}.featured-project:hover .project-image img{transform:scale(1.025)}.project-status{position:absolute;top:1rem;left:1rem;gap:.4rem;padding:.48rem .7rem;border-radius:999px;background:#2c2825e6;color:#fff;font-size:.68rem;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-body{padding:2rem}.project-ai-disclosure{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;width:fit-content;max-width:100%;margin-top:.8rem;padding:.55rem .7rem;border:1px solid color-mix(in srgb,var(--sage) 28%,var(--line));border-radius:999px;background:var(--sage-soft);color:var(--sage);font-size:.7rem}.project-ai-disclosure svg{flex:0 0 auto}.project-ai-disclosure span{font-weight:700;letter-spacing:.04em}.project-ai-disclosure strong{color:var(--text);font-weight:600}.project-body h3{margin:.45rem 0 .75rem;font-size:clamp(1.8rem,5vw,2.4rem);font-weight:800;letter-spacing:-.035em;line-height:1.15}.project-body>p{margin:0;font-size:.88rem}.project-points{display:grid;gap:.7rem;margin:1.5rem 0;padding:1.25rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);list-style:none}.project-points li{display:flex;gap:.55rem;color:var(--muted);font-size:.78rem;line-height:1.55}.project-points svg{flex:0 0 auto;margin-top:.12rem;color:var(--sage)}.project-tags{margin-bottom:1rem}.project-link,.project-pending{margin-top:1.2rem}.project-link{display:inline-flex;min-height:44px;align-items:center;gap:.45rem;padding-block:.6rem;color:var(--terracotta);font-weight:700}.project-image-link:focus-visible,.project-body h3 a:focus-visible{border-radius:4px;outline-offset:-4px}.project-pending{gap:.5rem;padding:.85rem 1rem;border-radius:var(--radius-sm);background:var(--background-soft);color:var(--muted);font-size:.75rem}.project-disabled .project-image img{filter:saturate(.76)}.meta-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px}.meta-card,.contact-card{min-width:0;padding:2rem;border-radius:var(--radius-lg)}.meta-card{position:relative;display:grid;grid-template-columns:46px 1fr;gap:1rem}.meta-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;background:var(--sage-soft);color:var(--sage)}.meta-card h2,.contact-card h2{font-size:1.25rem}.meta-card div>p:last-child{margin:.45rem 0 0;color:var(--muted);font-size:.8rem}.meta-card>small{position:absolute;right:1.5rem;bottom:1.4rem;color:var(--muted);font-size:.65rem}.contact-card{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;background:var(--sage);color:#fff}.contact-card .section-label{color:#dbe7de}.contact-link{justify-content:space-between;gap:.6rem;padding:.8rem .95rem;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#ffffff1a;font-size:.78rem;font-weight:700}.contact-link svg:last-child{margin-left:auto}.footer{justify-content:space-between;gap:1rem;padding:1.5rem 0 0;color:var(--muted)}.footer p{margin:0;font-size:.68rem}.footer button{display:inline-flex;align-items:center;gap:.35rem;border:0;background:transparent;color:var(--muted);font-size:.68rem}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s cubic-bezier(.16,1,.3,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.detail-header{position:sticky;z-index:50;top:0;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--background) 90%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.detail-header .detail-shell{min-height:70px;justify-content:space-between}.detail-header a{display:inline-flex;align-items:center;gap:.4rem;min-height:44px;font-size:.78rem;font-weight:700}.detail-header-actions{display:flex;align-items:center;gap:1rem}.detail-main{display:block}.detail-hero{padding:95px 0 75px;background:var(--sage);color:#fff}.detail-hero .section-label{color:#e4eee6}.detail-hero h1{margin:0;font-size:clamp(2.7rem,7vw,4.8rem);font-weight:800;letter-spacing:-.045em;line-height:1.08}.detail-hero>div>p:not(.section-label){max-width:680px;color:#e2eae3;line-height:1.8}.detail-ai-badge{display:flex;width:fit-content;max-width:100%;align-items:center;flex-wrap:wrap;gap:.45rem;margin-top:1.25rem;padding:.55rem .75rem;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#ffffff1a;font-size:.72rem}.detail-ai-badge span{font-weight:700;letter-spacing:.04em}.detail-ai-badge strong{color:#fff;font-weight:600}.detail-tags{margin-top:1.5rem}.detail-tags span{border-color:#ffffff38;background:#ffffff1a;color:#fff}.detail-gallery{display:grid;gap:1.5rem;padding-top:70px}.detail-gallery figure{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}.detail-gallery figcaption{padding:.85rem 1rem;color:var(--muted);font-size:.74rem}.case-section{padding-top:70px}.problem-section{display:grid;grid-template-columns:minmax(180px,.65fr) minmax(0,1.35fr);gap:2rem;align-items:start}.case-heading h2,.ai-heading h2{margin:0;font-size:clamp(1.55rem,3.5vw,2.15rem);font-weight:700;letter-spacing:-.025em;line-height:1.35}.case-copy p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.85}.process-list{display:grid;margin:1.6rem 0 0;padding:0;border-top:1px solid var(--line);list-style:none}.process-list>li{display:grid;grid-template-columns:52px minmax(0,1fr);gap:1rem;padding:1.35rem 0;border-bottom:1px solid var(--line)}.process-step{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--sage-soft);color:var(--sage);font-size:.72rem;font-weight:700}.process-list h3{margin:0;font-size:1.02rem;font-weight:700;line-height:1.45}.process-list p{margin:.45rem 0 0;color:var(--muted);font-size:.84rem;line-height:1.75}.process-outputs{margin-top:.8rem}.ai-collaboration{margin-top:70px;padding-top:2rem;padding-bottom:2rem;border-radius:var(--radius-lg);background:var(--sage);color:#fff}.ai-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem}.ai-collaboration .section-label{color:#dbe7de}.ai-tools{justify-content:flex-end}.ai-tools span{border-color:#ffffff38;background:#ffffff1a;color:#fff}.ai-summary{max-width:720px;margin:1rem 0 0;color:#e2eae3;font-size:.9rem;line-height:1.8}.ai-use-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1.5rem}.ai-use-grid article{padding:1.1rem;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-sm);background:#ffffff14}.ai-use-grid article>span{color:#dbe7de;font-size:.7rem;font-weight:700}.ai-use-grid h3{margin:.6rem 0 0;font-size:.9rem}.ai-use-grid p{margin:.45rem 0 0;color:#e2eae3;font-size:.78rem;line-height:1.7}.responsibility-note{display:grid;grid-template-columns:150px minmax(0,1fr);gap:1rem;margin-top:1rem;padding:1rem 1.1rem;border-radius:var(--radius-sm);background:#00000024}.responsibility-note strong{font-size:.8rem}.responsibility-note p{margin:0;color:#e2eae3;font-size:.8rem;line-height:1.7}.detail-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding-top:70px;padding-bottom:95px}.detail-content article{padding:1.5rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}.detail-content h2{font-size:1.35rem}.detail-content p,.detail-content li{font-size:.8rem}.detail-content ul{display:grid;gap:.75rem;margin:1rem 0 0;padding:0;list-style:none}.detail-content li{display:flex;gap:.5rem;color:var(--muted);line-height:1.55}.detail-content li svg{flex:0 0 auto;margin-top:.12rem;color:var(--terracotta)}.not-found{min-height:100vh;display:grid;place-items:center;padding:2rem;background:var(--background);color:var(--text);text-align:center}.not-found>div{max-width:580px;padding:3rem;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow)}.not-found span{color:var(--terracotta);font-size:.72rem;font-weight:700;letter-spacing:.06em}.not-found h1{margin:1rem 0;font-size:clamp(1.8rem,5vw,2.6rem);font-weight:800;letter-spacing:-.03em;line-height:1.2}.not-found p{margin-bottom:1.8rem;color:var(--muted)}@keyframes pulse{0%,to{transform:scale(.9);opacity:.72}50%{transform:scale(1.18);opacity:1}}@media (max-width: 820px){.projects-list .featured-project{grid-template-columns:1fr}.projects-list .project-image{min-height:0;aspect-ratio:16 / 9}.projects-list .project-image-link{height:auto}}@media (max-width: 700px){.page-wrap,.detail-shell{width:min(100% - 28px,var(--page))}.page-wrap{padding-top:22px}.section-nav{justify-content:flex-start}.profile-card,.editorial-section,.meta-card,.contact-card{padding:30px 22px;border-radius:24px}.profile-card{padding-top:48px}.proof-grid div{padding:0 .55rem}.proof-grid strong{font-size:.95rem}.proof-grid span{font-size:.61rem}.section-title-row,.compact-title{display:grid;gap:1rem}.section-summary{max-width:none}.principle-grid,.experience-grid,.meta-grid,.detail-content,.problem-section,.ai-use-grid{grid-template-columns:1fr}.experience-card:first-child{grid-column:auto}.skill-group{grid-template-columns:1fr}.project-image{aspect-ratio:16 / 10}.project-body{padding:1.35rem}.meta-card>small{position:static;grid-column:2}.detail-hero{padding:70px 0 55px}.case-section{padding-top:55px}.ai-collaboration{margin-top:55px;padding:1.35rem}.ai-heading{display:grid;align-items:start}.ai-tools{justify-content:flex-start}.responsibility-note{grid-template-columns:1fr;gap:.45rem}.detail-header .detail-shell{flex-wrap:wrap;padding-block:.55rem}.detail-header-actions{flex-wrap:wrap;justify-content:flex-end}}@media (max-width: 390px){.page-wrap,.detail-shell{width:min(100% - 20px,var(--page))}.availability{font-size:.64rem}.round-action{width:41px;height:41px}.profile-actions{display:grid;width:100%}.button{width:100%}.profile-card h1{font-size:2.25rem}.proof-grid{gap:.25rem}.proof-grid div{padding:0 .25rem}.meta-card{grid-template-columns:40px 1fr}.project-ai-disclosure,.detail-ai-badge{border-radius:var(--radius-sm)}.detail-header .detail-shell{gap:.65rem}.detail-header-actions{gap:.5rem}.process-list>li{grid-template-columns:1fr;gap:.65rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}:focus-visible{outline:3px solid color-mix(in srgb,var(--terracotta) 55%,transparent);outline-offset:3px}
