@charset "UTF-8";
:root{--ink:#181a1b;--paper:#fff;--muted:#676b70;--line:#e1e3e5;--accent:#ef725b;--gutter:clamp(22px,5vw,88px);--radius:20px;--font:"Pretendard","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);word-break:keep-all;overflow-wrap:break-word;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}::selection{background:#ffe0d6;color:#181a1b}:focus-visible{outline:3px solid #1879ff;outline-offset:5px}h1,h2,h3,p{margin:0}button,a{-webkit-tap-highlight-color:transparent}.wrap{width:min(1440px,100%);padding-inline:var(--gutter);margin-inline:auto}.skip-link{position:fixed;top:-90px;left:20px;background:#fff;color:#111;padding:12px;z-index:100}.skip-link:focus{top:12px}.site-header{height:88px;padding:0 var(--gutter);display:flex;align-items:center;justify-content:space-between;position:absolute;inset:0 0 auto;z-index:20;color:white;border-bottom:1px solid #ffffff24}.wordmark{font-size:24px;font-weight:900;letter-spacing:-1.5px;display:inline-flex;align-items:baseline;gap:5px;white-space:nowrap}.wordmark span{font-weight:500;font-size:14px;letter-spacing:1px}.wordmark i{color:var(--accent);font-style:normal;font-size:32px}.site-header nav{display:flex;gap:32px;align-items:center}.site-header nav a{font-size:14px;font-weight:600;min-height:44px;display:flex;align-items:center;gap:8px}.site-header nav a:hover{color:#ffb4a3}.hero{position:relative;min-height:800px;height:100svh;max-height:1150px;display:flex;align-items:center;isolation:isolate;background:#151719;color:#fff;overflow:hidden}.hero-media{position:absolute;inset:0;z-index:-2;overflow:hidden;background:#252b30}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#121416f5 0%,#141719e8 28%,#14171982 60%,#14171935 100%),linear-gradient(0deg,#141619ef 0%,transparent 35%)}.hero-shot{position:absolute;width:65%;max-width:none;aspect-ratio:1.42;object-fit:cover;object-position:top;border-radius:12px;box-shadow:0 25px 90px #0007;opacity:.82}.hero-shot-one{left:50%;top:9%;transform:rotate(-9deg);animation:drift-one 20s ease-in-out infinite alternate}.hero-shot-two{left:64%;top:61%;width:47%;transform:rotate(-9deg);animation:drift-two 20s ease-in-out infinite alternate}.hero-content{padding:140px var(--gutter) 170px;width:100%;max-width:1540px;margin:auto}.eyebrow{font-size:14px;font-weight:700;letter-spacing:.09em;line-height:1.6}.hero .eyebrow{color:#ced2d7;margin-bottom:29px}.hero h1{font-size:clamp(42px,5.1vw,82px);font-weight:750;line-height:1.2;letter-spacing:-.065em}.hero h1 em{font-style:normal;color:#ff947d}.hero-intro{font-size:clamp(17px,1.35vw,21px);line-height:1.85;color:#ced1d4;margin-top:30px}.hero-link{display:inline-flex;gap:45px;align-items:center;border-bottom:1px solid #ffffff80;font-weight:600;font-size:15px;padding:16px 0 13px;margin-top:28px}.hero-link:hover{color:#ffb4a3}.hero-link span{font-size:22px}.hero-bottom{position:absolute;bottom:32px;left:var(--gutter);right:var(--gutter);border-top:1px solid #ffffff30;padding-top:22px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#c0c5c9}.motion-control{display:flex;align-items:center;gap:20px}.motion-control>span{font-size:12px;color:#a5abb1}#motion-toggle{border:1px solid #ffffff45;border-radius:100px;background:#ffffff0d;padding:9px 14px;color:#e6e9eb;cursor:pointer;display:flex;gap:20px;align-items:center;min-height:40px;font-size:13px}.motion-paused .hero-shot{animation-play-state:paused}.work-section{padding-top:120px;padding-bottom:60px}.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:60px;align-items:end}.section-heading .eyebrow{grid-column:1/-1;color:var(--muted)}.section-heading h2,.about-section h2{font-size:clamp(32px,3.5vw,54px);line-height:1.25;letter-spacing:-.055em}.section-heading>p:last-child{font-size:17px;line-height:1.85;color:var(--muted);justify-self:end}.work-card{position:relative;border-radius:var(--radius);overflow:hidden;background:#f1f3f4;display:grid;grid-template-columns:1.4fr 1fr;min-height:480px}.card-media{padding:50px 0 0 45px;align-self:stretch;overflow:hidden;position:relative}.card-media img{width:100%;height:100%;object-fit:cover;object-position:top left;border-radius:14px 0 0 0;box-shadow:0 8px 40px #00000016;transition:transform .6s}.card-copy{padding:50px 40px;display:flex;flex-direction:column;justify-content:center}.project-category{color:#676b70;font-size:13px;font-weight:600;letter-spacing:.04em}.card-copy h3{font-size:28px;margin-top:16px;letter-spacing:-.04em}.card-copy>p:not(.project-category){font-size:28px;line-height:1.5;letter-spacing:-.05em;font-weight:650;margin-top:20px}.project-meta{font-size:13px;color:#73777c;margin-top:26px;line-height:1.7}.work-formatpop{background:#f3efed}.about-section{padding-block:100px 120px}.about-section .eyebrow{color:var(--muted);margin-bottom:28px}.about-section>p:last-child{max-width:710px;font-size:18px;line-height:1.9;color:var(--muted);margin-top:32px}.site-footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-block:45px;gap:24px}.site-footer>a:nth-child(2){font-size:18px;font-weight:600}.site-footer p{font-size:12px;color:var(--muted);flex-basis:100%;margin-top:15px}@keyframes drift-one{from{translate:0 -10px}to{translate:-24px 22px}}@keyframes drift-two{from{translate:0 10px}to{translate:24px -22px}}@media(max-width:900px){.hero{min-height:760px}.hero-shot-one{left:43%;width:100%;top:18%}.hero-shot-two{left:50%;width:77%;top:64%}.hero-media:after{background:linear-gradient(90deg,#121416ee,#141719a6 60%,#14171977),linear-gradient(0deg,#141619e8,transparent 70%)}.work-card{grid-template-columns:1.2fr 1fr;min-height:400px}.card-media{padding:40px 0 0 24px}.card-copy{padding:30px}.card-copy>p:not(.project-category){font-size:24px}.section-heading>p:last-child{font-size:15px}.motion-control>span{display:none}}@media(max-width:600px){.site-header{height:74px}.wordmark{font-size:22px}.wordmark span{font-size:11px}.site-header nav{gap:17px}.site-header nav a{font-size:12px}.site-header nav a:last-child{display:none}.hero{min-height:730px;max-height:none}.hero-content{padding-top:135px;padding-bottom:155px}.hero .eyebrow{font-size:12px;letter-spacing:0;margin-bottom:24px}.hero h1{font-size:clamp(35px,8.7vw,50px);line-height:1.3;letter-spacing:-.06em}.hero-shot-one{left:15%;width:135%;top:13%;opacity:.5}.hero-shot-two{left:38%;width:110%;top:61%;opacity:.5}.hero-intro{font-size:16px;line-height:1.8}.hero-bottom{bottom:24px;gap:15px;font-size:11px}.hero-bottom>span{max-width:115px;line-height:1.7}.work-section{padding-top:70px;padding-bottom:30px}.section-heading{display:block;margin-bottom:32px}.section-heading h2{margin-top:20px;font-size:34px}.section-heading>p:last-child{margin-top:22px;font-size:15px}.work-card{display:flex;flex-direction:column;min-height:0}.card-media{padding:30px 30px 0;aspect-ratio:1.3}.card-media img{object-fit:cover;border-radius:10px}.card-copy{padding:28px 30px 34px}.card-copy h3{font-size:25px;margin-top:10px}.card-copy>p:not(.project-category){font-size:23px;margin-top:14px}.about-section{padding-block:65px 80px}.about-section h2{font-size:30px}.about-section>p:last-child{font-size:16px}.site-footer>a:nth-child(2){font-size:16px}.site-footer{padding-block:32px}.eyebrow{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
