:root{--navy:#07101f;--ink:#101b2d;--gold:#f4c938;--paper:#f7f8fa;--line:#dce1e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'Noto Sans KR',sans-serif}a{text-decoration:none;color:inherit}#header{height:78px;position:absolute;top:0;z-index:10;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 5%;color:#fff;transition:.25s}.brand{font-family:'Playfair Display',serif;letter-spacing:.045em;font-size:23px;font-weight:700}.brand b{font-family:'Noto Sans KR';font-size:13px;color:var(--gold);margin-left:4px}nav{display:flex;gap:34px;font-size:14px;font-weight:600}nav a{opacity:.95}.menu{display:none;background:none;color:inherit;border:0;font-size:24px}.fixed{position:fixed!important;background:rgba(7,16,31,.96);height:62px;box-shadow:0 2px 16px #0004}.hero{height:760px;min-height:100vh;background:var(--navy);color:#fff;position:relative;overflow:hidden}.hero>img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.77}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,7,16,.9),rgba(3,8,18,.23) 74%),linear-gradient(0deg,rgba(3,8,18,.8),transparent 35%)}.hero-copy{position:absolute;z-index:2;top:25%;left:5%;max-width:600px}.tag{font-size:12px;letter-spacing:.13em;font-weight:700;color:var(--gold);margin:0 0 24px}.hero h1{font-size:clamp(42px,4.7vw,70px);line-height:1.2;letter-spacing:-.07em;margin:0 0 25px;font-weight:800}.hero h1 strong{color:var(--gold)}.hero-copy>p:not(.tag){font-size:16px;color:#e6e9ec;margin-bottom:35px}.gold{display:inline-flex;align-items:center;gap:26px;background:var(--gold);padding:15px 24px;border:0;border-radius:4px;font:600 14px 'Noto Sans KR';color:var(--ink);cursor:pointer}.gold span{font-size:19px}.hero-stats{position:absolute;z-index:2;display:flex;gap:72px;left:5%;bottom:73px}.hero-stats div{display:flex;flex-direction:column;gap:7px}.hero-stats b{font-size:31px;color:var(--gold)}.hero-stats sup{font-size:18px}.hero-stats span{font-size:12px;color:#d8dbe0}.hero-strip{position:absolute;z-index:2;right:5%;bottom:32px;font-size:11px;letter-spacing:.14em;color:#eef0ef}.section{padding:112px 8%}.about{display:grid;grid-template-columns:1fr 1fr;gap:48px;background:var(--paper)}h2{font-size:42px;line-height:1.28;letter-spacing:-.06em;margin:0}h2 em{font-style:normal;color:#bc9012}.about-copy{font-size:14px;line-height:2;color:#445066}.about-copy p{margin:0 0 18px}.numbers{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:27px}.numbers div{padding:25px 0;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:6px}.numbers div+div{padding-left:30px}.numbers b{font-size:35px;color:#bc9012}.numbers span{font-size:13px;color:#59657a}.chips{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:9px}.chips span{font-size:12px;border:1px solid var(--line);background:white;padding:10px 15px;border-radius:25px}.dark{background:var(--navy);color:#fff}.section-head{display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:28px;margin-bottom:42px}.section-head h2{font-size:40px}.section-head p{margin:0;font-size:14px;color:#aeb7c8;line-height:1.7}.section-head b{color:var(--gold);font-size:13px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-grid article{height:345px;position:relative;overflow:hidden;background:#172235}.service-grid img{width:100%;height:100%;object-fit:cover;opacity:.62;transition:.35s}.service-grid article:hover img{transform:scale(1.08);opacity:.82}.service-grid article:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#07101fe8,transparent 70%)}.service-grid div{position:absolute;z-index:2;bottom:0;padding:17px;color:#fff}.service-grid span{position:absolute;right:15px;bottom:133px;color:var(--gold);font-weight:700}.service-grid p{color:var(--gold);font-size:10px;letter-spacing:.08em;margin:0 0 8px}.service-grid h3{font-size:19px;margin:0 0 7px}.service-grid small{font-size:11px;line-height:1.5;color:#e5e9f0}.projects{background:#fff}.projects .tag{color:#b78d14}.projects .section-head p{color:#5f6a7c}.filters{display:flex;gap:9px;margin-bottom:30px;flex-wrap:wrap}.filters button{background:#fff;border:1px solid var(--line);border-radius:21px;padding:9px 16px;font:500 12px 'Noto Sans KR';cursor:pointer}.filters .active{background:var(--navy);color:#fff;border-color:var(--navy)}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.project-grid img{width:100%;aspect-ratio:1.35;object-fit:cover;margin-bottom:13px}.project-grid span{font-size:10px;color:#b78d14;border:1px solid #eadba6;padding:4px 7px}.project-grid small{float:right;color:#7c8798;font-size:10px}.project-grid h3{font-size:16px;margin:12px 0 0}.gallery-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:14px}.gallery-grid img{width:100%;height:310px;object-fit:cover}.contact{display:grid;grid-template-columns:1fr 1fr;gap:110px;background:#f4f5f6}.contact>div>p:not(.tag){font-size:14px;color:#536075;line-height:1.9}.contact ul{list-style:none;padding:0;margin:34px 0 0}.contact li{border-bottom:1px solid var(--line);padding:14px 0;display:grid;grid-template-columns:100px 1fr;font-size:13px}.contact li b{color:#7b8796}form{display:grid;gap:17px}label{font-size:12px;font-weight:600}input,textarea{display:block;width:100%;border:0;border-bottom:1px solid #cbd1da;background:transparent;padding:11px 0;font:13px 'Noto Sans KR';margin-top:4px;outline:0}textarea{height:100px;resize:none}form .gold{justify-self:start;margin-top:10px}footer{background:#050b16;color:#aab3c2;padding:55px 8% 26px;display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:35px;font-size:12px;position:relative}footer .brand{display:block;color:#fff;margin-bottom:15px}footer p{line-height:1.8;margin:0}footer h4{color:#fff;margin:0 0 15px;font-size:13px}footer div:nth-child(2){display:flex;flex-direction:column;gap:7px}footer small{grid-column:1/-1;border-top:1px solid #202a38;padding-top:20px;font-size:10px}@media(max-width:780px){#header{height:66px;padding:0 20px}.brand{font-size:19px}nav{display:none}.menu{display:block}nav.open{display:flex;position:absolute;top:60px;left:15px;right:15px;background:#07101ff5;flex-direction:column;gap:0;padding:10px 20px;box-shadow:0 10px 20px #0005}nav.open a{padding:12px 0}.hero{height:700px;min-height:0}.hero-copy{left:20px;top:20%;right:20px}.hero h1{font-size:44px}.hero-copy>p:not(.tag){font-size:13px}.hero-stats{left:20px;right:20px;bottom:48px;gap:0;justify-content:space-between}.hero-stats b{font-size:23px}.hero-stats span{font-size:10px}.hero-strip{display:none}.section{padding:72px 20px}.about,.contact{grid-template-columns:1fr;gap:27px}h2,.section-head h2{font-size:34px}.numbers{margin-top:12px}.numbers div{padding:18px 4px}.numbers div+div{padding-left:12px}.numbers b{font-size:26px}.numbers span{font-size:10px}.section-head{display:block}.section-head h2{margin-bottom:15px}.section-head b{display:block;margin-top:16px}.service-grid{grid-template-columns:repeat(2,1fr);gap:8px}.service-grid article{height:290px}.service-grid div{padding:12px}.service-grid h3{font-size:15px}.service-grid small{font-size:9px}.service-grid span{bottom:110px}.project-grid{grid-template-columns:repeat(2,1fr);gap:15px}.project-grid h3{font-size:14px}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid img{height:180px}.gallery-grid img:first-child{grid-column:1/-1}.contact li{grid-template-columns:80px 1fr}.contact{gap:45px}footer{grid-template-columns:1fr 1fr;padding:45px 20px 24px}footer>div:first-child{grid-column:1/-1}}
:root{--thanks-pad:12vh}.thanks{min-height:100vh;background:var(--navy);color:#fff;padding:var(--thanks-pad) 12%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.thanks .brand{position:absolute;top:35px;left:7%;color:#fff}.thanks h1{font-size:clamp(48px,6vw,86px);line-height:1.13;letter-spacing:-.075em;margin:0 0 25px}.thanks h1 em{color:var(--gold);font-style:normal}.thanks>p:not(.tag){color:#c8d0da;line-height:1.9;margin-bottom:34px}
