:root{
 --paper:#f4f2ed;--paper2:#ece9e2;--ink:#0d1217;--muted:#65707a;--night:#07111b;--night2:#0b1722;--line:#d7d4cc;--blue:#8aa3b8;--gold:#c5a273;--max:1500px;--side:260px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;letter-spacing:-.02em}body.modal-open{overflow:hidden}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.wrap{width:min(var(--max),calc(100% - 80px));margin:auto}.section{padding:112px 0}.eyebrow{font-size:11px;letter-spacing:.23em;text-transform:uppercase;color:#76818b}.display{font-size:clamp(40px,4.5vw,72px);line-height:1.08;font-weight:500;letter-spacing:-.055em;margin:14px 0 28px}.lead{font-size:17px;line-height:1.9;color:#59636c;max-width:720px}.serif{font-family:Georgia,"Noto Serif KR",serif;font-weight:400}.text-link{display:inline-flex;align-items:center;gap:12px;margin-top:24px;padding-bottom:7px;border-bottom:1px solid currentColor;font-size:13px;letter-spacing:.02em}.topbar{position:fixed;top:0;left:0;right:0;z-index:100;height:82px;color:#fff;transition:.35s}.topbar.scrolled,.topbar.light{background:rgba(244,242,237,.94);backdrop-filter:blur(15px);border-bottom:1px solid rgba(0,0,0,.08);color:#111}.nav{width:min(var(--max),calc(100% - 80px));height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand img{width:235px;filter:brightness(0) invert(1)}.topbar.scrolled .brand img,.topbar.light .brand img{filter:none}.navlinks{display:flex;align-items:center;gap:36px;font-size:12px;letter-spacing:.055em}.navlinks .inquiry{border:1px solid currentColor;padding:14px 18px}.navlinks a{position:relative}.navlinks a:not(.inquiry):after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:1px;background:currentColor;transition:.25s}.navlinks a:hover:after{width:100%}.burger{display:none;border:0;background:none;color:inherit;font-size:26px;cursor:pointer}.mobile-nav{position:fixed;inset:0;background:#07111b;color:#fff;z-index:130;padding:28px;display:none}.mobile-nav.open{display:block}.mobile-nav .close{float:right;border:0;background:none;color:#fff;font-size:34px}.mobile-nav nav{margin-top:110px;display:grid;gap:24px;font-size:30px}.mobile-nav small{display:block;margin-top:70px;color:#8d9aa5;font-size:12px;line-height:1.8}
/* HERO */
.hero{height:100svh;min-height:760px;background:#050b11;color:#fff;position:relative;overflow:hidden}.hero-media,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1}.hero-slide picture,.hero-slide img{width:100%;height:100%}.hero-slide img{object-fit:cover;object-position:center}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,8,13,.82) 0%,rgba(3,8,13,.62) 36%,rgba(3,8,13,.10) 72%,rgba(3,8,13,.28) 100%)}.hero-inner{position:relative;z-index:3;height:100%;display:flex;align-items:center;padding-top:55px}.hero-copy{max-width:720px}.hero-copy h1{font-size:clamp(50px,5.2vw,82px);line-height:1.14;letter-spacing:-.06em;margin:0 0 28px;font-family:Georgia,"Noto Serif KR",serif;font-weight:400}.hero-copy .sub{font-size:16px;line-height:1.95;color:rgba(255,255,255,.78)}.hero-copy .sub strong{color:#fff;font-weight:500}.hero-actions{display:flex;gap:10px;margin:34px 0 52px}.btn{min-width:166px;padding:16px 24px;border:1px solid rgba(255,255,255,.72);color:#fff;background:transparent;cursor:pointer;transition:.25s;text-align:center;font-size:13px}.btn.primary{background:#fff;color:#111}.btn:hover{transform:translateY(-2px);background:#fff;color:#111}.hero-stats{display:flex;gap:0;font-size:15px;letter-spacing:.06em}.hero-stats span{padding:0 28px;border-right:1px solid rgba(255,255,255,.34);font-weight:500}.hero-stats span:first-child{padding-left:0}.hero-stats span:last-child{border:0}.hero-pager{position:absolute;right:60px;bottom:44px;z-index:5;display:flex;align-items:center;gap:16px;font-size:13px}.hero-dots{display:flex;gap:9px}.hero-dots button{width:7px;height:7px;border-radius:50%;border:1px solid #fff;background:transparent;padding:0;opacity:.6}.hero-dots button.active{background:#fff;opacity:1}
/* HOME */
.metric-band{background:#0a141e;color:#fff;padding:0}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid #23313d}.metric{padding:46px 34px;border-right:1px solid #23313d}.metric strong{display:block;font-size:clamp(40px,4vw,66px);font-weight:400}.metric small{color:#91a0ac;letter-spacing:.14em}.about-home{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.about-home img{height:650px;width:100%;object-fit:cover}.about-home h2{max-width:620px}.dark-section{background:#08131e;color:#fff}.dark-section .eyebrow,.dark-section .lead{color:#99a8b5}.featured-head{display:flex;align-items:end;justify-content:space-between;gap:40px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:48px}.feature-card{background:#101b25;border:1px solid rgba(255,255,255,.08);overflow:hidden}.feature-card img{width:100%;aspect-ratio:1.28;object-fit:cover;transition:.55s}.feature-card:hover img{transform:scale(1.025)}.feature-card .meta{padding:18px 18px 20px}.feature-card h3{font-size:16px;font-weight:500;margin:0 0 8px}.feature-card small{color:#8898a6}.industrial{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:center}.industrial-visual{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;align-items:stretch}.industrial-visual img{width:100%;height:520px;object-fit:cover}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:26px}.chip{border:1px solid #b7b6b0;padding:10px 14px;font-size:12px}.service-snapshot{background:#fff}.service-list{margin-top:45px;border-top:1px solid var(--line)}.service-row{display:grid;grid-template-columns:70px 1.2fr 1.4fr 26px;align-items:center;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}.service-row .num{font-size:11px;color:#858d93}.service-row h3{margin:0;font-size:24px;font-weight:500}.service-row p{margin:0;color:#69737b;font-size:14px;line-height:1.65}.process-band{background:#d9d7d1}.process-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:0;margin-top:45px;border-top:1px solid #b5b3ad}.process-step{padding:23px 16px 10px 0;border-right:1px solid #b5b3ad;min-height:150px}.process-step:last-child{border:0}.process-step b{display:block;font-size:11px;letter-spacing:.12em;color:#747973}.process-step strong{display:block;margin:18px 0 8px;font-size:15px}.process-step span{font-size:12px;color:#6b716e;line-height:1.6}.people-summary{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px}.people-names{display:grid;grid-template-columns:repeat(3,1fr);gap:22px 26px;margin-top:34px}.person{border-top:1px solid #bbb8b1;padding-top:12px}.person strong{font-size:14px}.person small{display:block;margin-top:4px;color:#737b81;font-size:11px}.greeting-quote{background:#0b1721;color:#fff;padding:110px 0}.greeting-quote blockquote{font-size:clamp(38px,4vw,66px);line-height:1.3;margin:0;max-width:1080px;font-family:Georgia,"Noto Serif KR",serif;font-weight:400}.history-preview{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.history-lines{border-top:1px solid var(--line)}.history-line{display:grid;grid-template-columns:110px 1fr;padding:20px 0;border-bottom:1px solid var(--line)}.history-line strong{font-size:20px;font-weight:500}.history-line span{color:#68727a;line-height:1.6}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.journal-card{border-top:1px solid #b9b7b1;padding-top:16px}.journal-card img{width:100%;height:250px;object-fit:cover;margin-bottom:18px}.journal-card small{color:#7c858b}.contact-cta{position:relative;min-height:470px;color:#fff;display:flex;align-items:center;overflow:hidden}.contact-cta>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.contact-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,11,17,.88),rgba(4,11,17,.42),rgba(4,11,17,.16))}.contact-cta .wrap{position:relative;z-index:2}.contact-cta h2{font-size:clamp(42px,4vw,68px);font-weight:400;margin:12px 0 22px}.location{background:#fff}.contact-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:65px}.contact-data{display:grid;gap:12px;margin-top:30px;color:#525e66}.contact-data strong{color:#111}.map-wrap{min-height:380px;border:1px solid #ddd;background:#f2f2ef;overflow:hidden}.map-wrap .root_daum_roughmap{width:100%!important}.map-wrap .wrap_map{width:100%!important}.map-links{display:flex;gap:10px;margin-top:12px}.map-links a{padding:12px 15px;border:1px solid #bbb;font-size:12px}
/* PAGE HERO */
.page-visual{height:500px;position:relative;background:#07111b;color:#fff;overflow:hidden}.page-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}.page-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#07111b 0%,rgba(7,17,27,.76) 42%,rgba(7,17,27,.1) 88%)}.page-visual .wrap{height:100%;display:flex;align-items:flex-end;padding-bottom:70px;position:relative;z-index:2}.page-visual h1{font-size:72px;font-weight:400;margin:8px 0 0}.page-visual p{color:#aeb9c1;max-width:560px;line-height:1.8}
/* ABOUT */
.about-intro{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.about-intro .bigcopy{font-size:clamp(42px,4vw,66px);line-height:1.22;letter-spacing:-.055em}.about-intro .copy p{font-size:16px;line-height:2;color:#5f6870}.greeting-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.greeting-grid img{width:100%;aspect-ratio:1/1.15;object-fit:cover;background:#fff}.greeting-copy h2{font-size:48px;line-height:1.18;margin:12px 0 28px}.greeting-copy p{font-size:15px;line-height:2.05;color:#515b63;margin:0 0 18px}.greeting-copy .promise{font-size:20px;color:#10151a;font-weight:600;margin-top:28px}.people-block{background:#0b1721;color:#fff}.people-block img{width:100%;max-height:750px;object-fit:cover;filter:grayscale(1);margin-top:45px}.people-block .people-names{color:#fff}.people-block .person{border-color:#34414c}.people-block .person small{color:#93a1ac}.history-section .note{font-size:12px;color:#8a8f91;margin-top:14px}.history-timeline{margin-top:45px;border-top:1px solid var(--line)}.history-item{display:grid;grid-template-columns:160px 1fr;gap:40px;padding:24px 0;border-bottom:1px solid var(--line)}.history-item time{font-size:28px}.history-item p{margin:0;color:#5f696f;line-height:1.7}
/* SERVICES */
.service-hero-img{object-position:center 42%}.service-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:45px}.service-card{background:#fff;border:1px solid #ddd9d0;padding:34px}.service-card .n{font-size:11px;color:#899198;letter-spacing:.15em}.service-card h3{font-size:27px;font-weight:500;margin:18px 0 12px}.service-card p{color:#657079;line-height:1.8}.service-process{background:#0b1721;color:#fff}.service-process .eyebrow,.service-process p{color:#98a6b1}.process-long{display:grid;grid-template-columns:repeat(7,1fr);margin-top:55px;border-top:1px solid #32404c}.process-long .step{padding:24px 16px 0 0;border-right:1px solid #32404c;min-height:190px}.process-long .step:last-child{border:0}.process-long .step b{font-size:11px;color:#8495a3}.process-long .step strong{display:block;margin:22px 0 10px;font-size:16px}.process-long .step span{font-size:12px;line-height:1.7;color:#9facb5}
/* PROJECT */
.project-shell{display:grid;grid-template-columns:var(--side) 1fr;min-height:100vh;background:#08131e;color:#fff}.project-side{position:sticky;top:0;height:100vh;background:#0b1620;overflow:hidden;padding:38px 34px;z-index:20}.project-side .side-logo{width:185px;filter:brightness(0) invert(1)}.project-side nav{display:grid;gap:19px;margin-top:74px;font-size:16px}.project-side nav a{color:#c0cad2}.project-side nav a.active{color:#fff;font-weight:600}.project-side nav a.active:before{content:"";display:inline-block;width:4px;height:4px;background:#5ea6dc;border-radius:50%;vertical-align:middle;margin-right:10px}.project-side-photo{position:absolute;left:0;right:0;bottom:0;height:48%;overflow:hidden}.project-side-photo img{width:100%;height:100%;object-fit:cover;filter:brightness(.55)}.project-side-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0b1620 0%,rgba(11,22,32,.12) 30%,rgba(11,22,32,.25) 100%)}.project-side-meta{position:absolute;left:34px;bottom:36px;z-index:2;font-size:13px;line-height:1.8}.project-main{padding:48px 42px 70px;min-width:0}.project-head{display:flex;align-items:end;justify-content:space-between;gap:30px;border-bottom:1px solid #2c3944;padding-bottom:20px}.project-head h1{font-size:38px;font-weight:500;margin:0}.project-tools{display:flex;align-items:center;gap:28px}.project-count{color:#a7b3bd;font-size:12px}.view-icons{display:flex;gap:8px}.view-icons button{width:40px;height:40px;border:1px solid #243746;background:#0f2233;color:#fff;border-radius:4px}.project-filters{display:flex;gap:34px;padding:22px 0 18px;overflow:auto}.project-filters button{background:none;border:0;color:#b8c4cc;padding:0 0 9px;cursor:pointer;white-space:nowrap}.project-filters button.active{color:#64b4ef;border-bottom:2px solid #64b4ef}.project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.project-card{background:#111e29;border-radius:7px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.project-card .pic{overflow:hidden}.project-card img{width:100%;aspect-ratio:1.38;object-fit:cover;transition:.45s}.project-card:hover img{transform:scale(1.025)}.project-card .txt{padding:15px 16px 17px;position:relative}.project-card h3{font-size:14px;line-height:1.45;margin:0 28px 7px 0;font-weight:500}.project-card small{color:#8fa0ac;font-size:11px}.project-card .arrow{position:absolute;right:16px;top:18px;font-size:18px}.project-empty{padding:70px 0;color:#9eabb5}
/* PROJECT DETAIL */
.detail-page{background:var(--paper)}.detail-hero{min-height:640px;padding:110px 0 70px;background:#0b1620;color:#fff}.detail-hero .back{font-size:12px;color:#9babb7}.detail-top{display:grid;grid-template-columns:.7fr 1.3fr;gap:55px;margin-top:45px;align-items:end}.detail-top h1{font-size:clamp(42px,5vw,74px);line-height:1.12;font-weight:400;margin:10px 0}.detail-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;border-top:1px solid #31404b;padding-top:18px}.detail-meta div span{display:block;color:#82929f;font-size:10px;letter-spacing:.14em}.detail-meta div strong{display:block;margin-top:6px;font-size:14px;font-weight:500}.detail-cover{margin-top:45px;width:100%;max-height:820px;object-fit:cover}.detail-body{padding:90px 0}.detail-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.detail-gallery img{width:100%;height:520px;object-fit:cover;background:#ddd}.detail-gallery img:nth-child(3n){grid-column:1/-1;height:680px}.detail-nav{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:70px;padding-top:25px;font-size:13px}
/* CONTACT */
.contact-page .form-card{background:#fff;border:1px solid var(--line);padding:34px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:11px;color:#6d7479}.field input,.field select,.field textarea{border:1px solid #ccc8c0;background:#faf9f6;padding:13px 14px;outline:none}.field textarea{min-height:140px;resize:vertical}.consent{font-size:12px;color:#777;display:flex;gap:8px;align-items:flex-start}.submit{border:0;background:#0b1721;color:#fff;padding:15px 23px;cursor:pointer}.form-msg{font-size:12px;color:#657079;margin-top:12px}
/* FLOATING */
.floating{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:115;display:grid;background:rgba(6,16,25,.76);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.15);box-shadow:0 12px 35px rgba(0,0,0,.18)}.float-item{position:relative;width:54px;height:56px;display:grid;place-items:center;border-bottom:1px solid rgba(255,255,255,.11);color:#fff;background:none;cursor:pointer}.float-item:last-child{border:0}.float-item svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.5}.float-label{position:absolute;right:52px;top:0;height:56px;display:flex;align-items:center;padding:0 15px;background:rgba(6,16,25,.90);border:1px solid rgba(255,255,255,.13);white-space:nowrap;font-size:11px;letter-spacing:.08em;opacity:0;transform:translateX(8px);pointer-events:none;transition:.22s}.float-item:hover .float-label{opacity:1;transform:none}
/* MODAL */
.inquiry-modal{position:fixed;inset:0;z-index:150;background:rgba(2,7,11,.68);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;padding:26px}.inquiry-modal.open{display:flex}.modal-panel{width:min(780px,100%);max-height:92vh;overflow:auto;background:#f5f3ee;padding:38px;position:relative}.modal-close{position:absolute;right:20px;top:17px;border:0;background:none;font-size:30px;cursor:pointer}.modal-panel h2{font-size:38px;font-weight:500;margin:8px 0 10px}.modal-panel>p{color:#667078;line-height:1.7;margin:0 0 28px}
.footer{background:#050b10;color:#9ca8b1;padding:54px 0;font-size:12px}.footer-grid{display:grid;grid-template-columns:.7fr 1.3fr .7fr;gap:50px}.footer img{width:210px;filter:brightness(0) invert(1);opacity:.9}.footer p{margin:0;line-height:1.9}
@media(max-width:1200px){.project-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.process-grid,.process-long{grid-template-columns:repeat(4,1fr)}.process-step,.process-long .step{border-bottom:1px solid #b5b3ad}.process-long .step{border-color:#32404c}}
@media(max-width:900px){.wrap,.nav{width:calc(100% - 36px)}.section{padding:78px 0}.topbar{height:70px}.brand img{width:175px}.navlinks{display:none}.burger{display:block}.hero{min-height:700px}.hero-slide:after{background:linear-gradient(180deg,rgba(3,8,13,.7),rgba(3,8,13,.2) 42%,rgba(3,8,13,.5) 100%)}.hero-slide img{object-position:center}.hero-inner{align-items:flex-start;padding-top:130px}.hero-copy h1{font-size:42px;line-height:1.19;max-width:94%}.hero-copy .sub{font-size:13px}.hero-actions{margin:24px 0 34px}.btn{min-width:0;flex:1;padding:14px 12px}.hero-stats{font-size:11px;gap:0}.hero-stats span{padding:0 11px}.hero-pager{right:18px;bottom:80px}.metric-grid{grid-template-columns:1fr 1fr}.metric{padding:30px 20px}.about-home,.industrial,.people-summary,.history-preview,.about-intro,.greeting-grid,.contact-grid,.detail-top{grid-template-columns:1fr;gap:36px}.about-home img{height:440px}.feature-grid{grid-template-columns:1fr 1fr}.industrial-visual img{height:360px}.service-row{grid-template-columns:45px 1fr 20px}.service-row p{display:none}.process-grid,.process-long{grid-template-columns:1fr 1fr}.people-names{grid-template-columns:1fr 1fr}.journal-grid{grid-template-columns:1fr}.page-visual{height:420px}.page-visual h1{font-size:54px}.service-cards{grid-template-columns:1fr}.project-shell{display:block;background:#08131e}.project-side{position:relative;height:auto;padding:24px 18px;display:flex;align-items:center;justify-content:space-between}.project-side .side-logo{width:165px}.project-side nav,.project-side-photo,.project-side-meta{display:none}.project-main{padding:28px 18px 60px}.project-head{display:block}.project-tools{margin-top:16px;justify-content:space-between}.project-grid{grid-template-columns:repeat(2,1fr);gap:12px}.project-card .txt{padding:12px}.project-card h3{font-size:12px}.detail-hero{padding-top:90px}.detail-gallery{grid-template-columns:1fr}.detail-gallery img,.detail-gallery img:nth-child(3n){height:auto;grid-column:auto}.floating{top:auto;right:50%;bottom:10px;transform:translateX(50%);display:flex}.float-item{width:56px;height:48px;border-bottom:0;border-right:1px solid rgba(255,255,255,.11)}.float-label{display:none}.footer-grid{grid-template-columns:1fr}.modal-panel{padding:28px 20px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}
@media(max-width:560px){.hero-copy h1{font-size:37px}.hero-stats{font-size:10px}.hero-stats span{padding:0 8px}.feature-grid,.project-grid{grid-template-columns:1fr}.metric-grid{grid-template-columns:1fr 1fr}.industrial-visual{grid-template-columns:1fr}.industrial-visual img{height:300px}.people-names{grid-template-columns:1fr}.process-grid,.process-long{grid-template-columns:1fr}.project-filters{gap:22px}.contact-cta{min-height:420px}}

/* ===== V3 POLISH ===== */
html{word-break:keep-all;overflow-wrap:normal} h1,h2,h3,.display,.bigcopy,.lead,.copy p{word-break:keep-all;overflow-wrap:normal}
.brand img,.project-side .side-logo,.footer img{height:auto!important;object-fit:contain!important;image-rendering:auto}
.hero-stats{font-size:14px!important;font-weight:600;letter-spacing:.08em}.display{font-size:clamp(38px,4.2vw,66px);line-height:1.16}.bigcopy{font-size:clamp(38px,4.2vw,64px)!important;line-height:1.22!important}
.process-step{padding:28px 22px 34px!important;min-height:180px}.process-step strong{margin-top:24px!important;line-height:1.45}.process-step span{display:block;margin-top:13px;line-height:1.65}
.process-long{gap:0}.process-long .step{padding:30px 22px 34px!important;min-height:220px}.process-long .step strong{margin:26px 0 14px!important;line-height:1.45}.process-long .step span{line-height:1.75!important}
.design-development{background:#f0ede6}.design-dev-head{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:48px}.design-dev-head p{color:#667078;line-height:1.85;max-width:620px}.design-dev-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.design-dev-main,.design-dev-stack figure{margin:0;position:relative;overflow:hidden;background:#ddd}.design-dev-main img{width:100%;height:610px;object-fit:cover}.design-dev-stack{display:grid;gap:18px}.design-dev-stack img{width:100%;height:296px;object-fit:cover}.design-dev-grid figcaption{position:absolute;left:18px;bottom:16px;background:rgba(7,18,27,.88);color:#fff;padding:10px 13px;font-size:11px;letter-spacing:.08em}.design-flow{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #bdb9b0;margin-top:28px}.design-flow div{padding:18px 14px;border-right:1px solid #cbc7be}.design-flow div:last-child{border-right:0}.design-flow b{display:block;font-size:10px;color:#82909a;letter-spacing:.12em;margin-bottom:8px}.design-flow strong{font-size:13px;font-weight:600}
.map-wrap{overflow:hidden;min-height:360px}.map-wrap .root_daum_roughmap{width:100%!important}.map-wrap .wrap_map{width:100%!important}
.project-side-photo img{object-position:center 55%}.project-card img{aspect-ratio:1.5}.detail-top h1{font-size:clamp(34px,4vw,58px)!important;line-height:1.16}.detail-hero{min-height:560px}
@media(max-width:900px){.display{font-size:38px;line-height:1.2}.bigcopy{font-size:38px!important;line-height:1.24!important}.hero-copy h1{font-size:39px!important;line-height:1.25!important}.hero-stats{font-size:12px!important}.design-dev-head,.design-dev-grid{grid-template-columns:1fr}.design-dev-main img{height:420px}.design-dev-stack{grid-template-columns:1fr 1fr}.design-dev-stack img{height:230px}.design-flow{grid-template-columns:1fr}.design-flow div{border-right:0;border-bottom:1px solid #cbc7be}.floating{top:50%!important;right:10px!important;bottom:auto!important;transform:translateY(-50%)!important;display:grid!important}.float-item{width:48px!important;height:48px!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.11)!important}.float-item:last-child{border-bottom:0!important}.project-side .side-logo{width:160px!important}.project-head h1{font-size:32px!important}.page-visual h1{font-size:46px!important}.detail-top h1{font-size:38px!important}.process-long .step{min-height:auto!important}}
@media(max-width:560px){.display,.bigcopy{font-size:34px!important}.hero-copy h1{font-size:35px!important}.page-visual h1{font-size:42px!important}.design-dev-stack{grid-template-columns:1fr}.design-dev-stack img{height:260px}.project-card img{aspect-ratio:1.45}.detail-top h1{font-size:34px!important}}


/* ===== V4 FINAL REVIEW UPDATES ===== */
/* Approved logo: white on dark, same wordmark switched to black on light topbar */
.brand img,.project-side .side-logo,.footer img{content:url('../images/ui/logo-white.png');filter:none!important;object-fit:contain!important}
.topbar.scrolled .brand img,.topbar.light .brand img{filter:brightness(0)!important}
.contact-brandword{width:min(390px,82%);height:auto;margin:18px 0 34px;object-fit:contain}

/* ABOUT: representative photo intentionally removed */
.greeting-no-photo{display:block!important;max-width:980px;margin:auto}.greeting-no-photo .greeting-copy{max-width:920px}.people-block img{height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center!important}

/* HERO approved five-slide system */
.hero-slide:nth-child(1) img{object-position:center 52%}
.hero-slide:nth-child(2) img{object-position:center 52%}
.hero-slide:nth-child(3) img{object-position:center 48%}
.hero-slide:nth-child(4) img{object-position:center 50%}
.hero-slide:nth-child(5) img{object-position:center 48%}

/* SERVICES PROCESS: each step has its own stage-matched image */
.service-process .process-long{align-items:stretch}.service-process .process-long .step{display:flex;flex-direction:column;min-width:0}
.service-process .process-long .step b{width:40px;height:40px;border-radius:50%;background:#fff;color:#0b1721;display:grid;place-items:center;border:1px solid #b8c2c9;font-size:11px;letter-spacing:.04em}
.service-process .process-long .step img{width:100%;aspect-ratio:1.45;object-fit:cover;margin-top:24px;border-radius:2px;background:#16232d}
.service-process .process-long .step:nth-child(6) img{object-position:center 25%}

/* PROJECT list: preserve PC tone; make view controls real */
.view-icons{display:flex;gap:8px}.view-icons .view-btn{width:42px;height:42px;border:1px solid #2a4153;background:#10202d;color:#d7e1e8;border-radius:4px;cursor:pointer;transition:.2s}.view-icons .view-btn:hover,.view-icons .view-btn.active{color:#55c7ff;border-color:#55c7ff;background:#102736}
.project-grid.view-grid{display:grid}.project-grid.view-list{display:grid;grid-template-columns:1fr;gap:16px}
.project-grid.view-list .project-card{display:grid;grid-template-columns:minmax(300px,46%) 1fr;min-height:220px}.project-grid.view-list .project-card .pic{height:100%}.project-grid.view-list .project-card img{height:100%;aspect-ratio:auto;object-fit:cover}.project-grid.view-list .project-card .txt{display:flex;flex-direction:column;justify-content:center;padding:28px 34px;position:relative}.project-grid.view-list .project-card h3{font-size:20px}.project-grid.view-list .project-card .arrow{position:absolute;right:28px;bottom:28px}

/* PROJECT detail - no invented specs, photo-first structure */
.detail-image-count{display:none}.detail-cover{object-position:center}.detail-meta strong{font-weight:600}.detail-gallery img{object-position:center}

/* Mobile-specific HERO - no empty lower dead-zone, separate layout */
@media(max-width:900px){
 .hero{height:100svh;min-height:650px;max-height:820px}
 .hero-media,.hero-slide,.hero-slide picture,.hero-slide img{height:100%!important}
 .hero-slide img{object-fit:cover!important}
 .hero-slide:nth-child(1) img{object-position:center 50%!important}
 .hero-slide:nth-child(2) img{object-position:center 50%!important}
 .hero-slide:nth-child(3) img{object-position:center 48%!important}
 .hero-slide:nth-child(4) img{object-position:center 48%!important}
 .hero-slide:nth-child(5) img{object-position:center 50%!important}
 .hero-inner{padding-top:104px!important;padding-bottom:94px!important;align-items:flex-start!important}
 .hero-copy{max-width:100%}.hero-copy h1{font-size:clamp(32px,8.5vw,39px)!important;line-height:1.28!important;margin-bottom:22px!important}
 .hero-copy .sub{line-height:1.8!important;font-size:12.5px!important}.hero-actions{margin:22px 0 28px!important;max-width:360px}.hero-stats{font-size:10.5px!important;white-space:nowrap}
 .hero-pager{right:18px!important;bottom:26px!important;gap:12px!important}.hero-dots{gap:8px}.hero-dots button{width:6px;height:6px}

 /* Mobile project list: no desktop sidebar / full-width visual portfolio */
 .project-shell{display:block!important;background:#08131e!important;min-height:100svh}
 .project-side{height:70px!important;position:sticky!important;top:0!important;z-index:90!important;padding:0 18px!important;background:rgba(8,19,30,.96)!important;backdrop-filter:blur(14px);border-bottom:1px solid #1f303d!important}
 .project-side .side-logo{width:170px!important}.project-side nav,.project-side-photo,.project-side-meta{display:none!important}
 .project-main{padding:36px 18px 70px!important;width:100%!important;max-width:none!important}
 .project-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important;border-bottom:1px solid #2a3944!important;padding-bottom:22px!important}
 .project-head h1{font-size:38px!important;line-height:1!important;margin:0!important}.project-tools{margin:0!important;display:grid!important;justify-items:end!important;gap:12px!important}.project-count{font-size:11px!important;max-width:160px!important;line-height:1.5!important;text-align:right!important}
 .project-filters{display:flex!important;gap:24px!important;overflow-x:auto!important;white-space:nowrap!important;padding:24px 0 10px!important;margin:0 0 18px!important;scrollbar-width:none}.project-filters::-webkit-scrollbar{display:none}.project-filters button{flex:0 0 auto!important;font-size:12px!important}
 .project-grid.view-list{grid-template-columns:1fr!important;gap:16px!important}.project-grid.view-list .project-card{display:block!important;min-height:0!important;border-radius:7px!important;overflow:hidden!important}.project-grid.view-list .project-card .pic{height:auto!important}.project-grid.view-list .project-card img{width:100%!important;height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important}.project-grid.view-list .project-card .txt{display:block!important;padding:16px 16px 18px!important}.project-grid.view-list .project-card h3{font-size:15px!important;margin-right:34px!important}.project-grid.view-list .project-card .arrow{right:16px!important;bottom:20px!important}
 .project-grid.view-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.project-grid.view-grid .project-card{border-radius:6px!important;overflow:hidden!important}.project-grid.view-grid .project-card img{aspect-ratio:1/1.04!important;object-fit:cover!important}.project-grid.view-grid .project-card .txt{padding:10px!important;min-height:78px!important}.project-grid.view-grid .project-card h3{font-size:11px!important;line-height:1.45!important}.project-grid.view-grid .project-card small{font-size:9.5px!important}.project-grid.view-grid .project-card .arrow{display:none!important}

 /* Mobile detail: keep verified CATEGORY / LOCATION + vertical gallery */
 .detail-page .topbar{height:70px}.detail-hero{padding:92px 0 38px!important;min-height:auto!important}.detail-page .detail-hero .wrap{width:100%!important}.detail-page .back{display:inline-block;margin-left:18px;font-size:12px}.detail-top{display:block!important;margin:26px 18px 0!important}.detail-top h1{font-size:clamp(30px,8vw,38px)!important;line-height:1.25!important;margin:12px 0 22px!important}.detail-meta{display:flex!important;gap:8px!important;border-top:0!important;padding:0!important}.detail-meta div{display:flex!important;align-items:center!important;gap:7px!important;border:1px solid #334552!important;border-radius:999px!important;padding:8px 11px!important}.detail-meta div span{font-size:8px!important}.detail-meta div strong{margin:0!important;font-size:11px!important}.detail-cover{margin-top:28px!important;width:100%!important;height:58vw!important;max-height:390px!important;object-fit:cover!important;border-radius:0!important}.detail-image-count{display:block!important;position:absolute!important;right:18px!important;margin-top:-44px!important;background:rgba(4,12,19,.72)!important;color:#fff!important;padding:6px 9px!important;border-radius:18px!important;font-size:10px!important}.detail-body{padding:42px 18px 70px!important}.detail-body .wrap{width:100%!important}.detail-body .eyebrow{font-size:10px!important;margin-bottom:16px!important}.detail-gallery{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.detail-gallery img,.detail-gallery img:nth-child(3n){width:100%!important;height:auto!important;aspect-ratio:auto!important;grid-column:auto!important;object-fit:contain!important;background:#0d1a24!important}.detail-nav{gap:10px!important;margin-top:34px!important;padding-top:18px!important}.detail-nav a{flex:1!important;border:1px solid #334552!important;padding:13px 10px!important;text-align:center!important;font-size:11px!important}

 /* Mobile services process: one clear stage at a time, readable numbers */
 .service-process .process-long{grid-template-columns:1fr!important;gap:0!important}.service-process .process-long .step{padding:28px 0 34px!important;border-right:0!important;border-bottom:1px solid #31404b!important}.service-process .process-long .step b{color:#0b1721!important;background:#fff!important;margin-bottom:0!important}.service-process .process-long .step strong{font-size:17px!important;margin:16px 0 8px!important}.service-process .process-long .step span{font-size:12px!important;margin:0!important}.service-process .process-long .step img{margin-top:18px!important;aspect-ratio:1.55!important;border-radius:3px!important}
 .contact-brandword{width:280px;margin:14px 0 26px}
}
@media(max-width:560px){
 .hero{min-height:640px;max-height:780px}.hero-inner{padding-top:96px!important;padding-bottom:84px!important}.hero-pager{bottom:20px!important}.hero-actions{gap:8px!important}.btn{font-size:12px!important}.hero-stats span{padding:0 7px!important}.hero-stats span:first-child{padding-left:0!important}
 .project-main{padding-left:14px!important;padding-right:14px!important}.project-head h1{font-size:34px!important}.view-icons .view-btn{width:38px;height:38px}.project-filters{gap:20px!important}
}

/* ===== FINAL UIL QA OVERRIDES 2026-08-19 ===== */
/* Main hero: preserve text safe area and keep lower-right project marks inside viewport */
.hero-slide img{object-position:center center}
.hero-slide:nth-child(1) img{object-position:center 50%}
.hero-slide:nth-child(2) img{object-position:center 50%}
.hero-slide:nth-child(3) img{object-position:center 50%}
.hero-slide:nth-child(4) img{object-position:center 50%}
.hero-slide:nth-child(5) img{object-position:center 50%}
.hero-pager{right:max(36px,calc((100vw - var(--max))/2 + 12px));bottom:34px}

/* Contact logo is artwork, not retyped text */
.contact-brandword{display:block;max-width:390px}

/* Services process number visibility + semantic flow */
.service-process .process-long .step b{color:#0b1721!important;background:#fff!important;font-weight:700!important;box-shadow:0 0 0 1px rgba(255,255,255,.15)}
.service-process .process-long .step strong{letter-spacing:-.025em}

/* Project view controls: clear active state */
.view-icons .view-btn{cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .2s}
.view-icons .view-btn:hover{transform:translateY(-1px);border-color:#4a7a9b}
.view-icons .view-btn.active{background:#123a55;border-color:#64b4ef;color:#7fc8fb;box-shadow:inset 0 0 0 1px rgba(100,180,239,.12)}

/* Project card motion kept restrained so photography remains primary */
.project-card{transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.project-card:hover{transform:translateY(-3px);border-color:rgba(100,180,239,.28);box-shadow:0 14px 34px rgba(0,0,0,.16)}

@media(max-width:900px){
  /* True mobile hero: less dead space; pager sits with content instead of at screen floor */
  .hero{height:clamp(660px,92svh,780px)!important;min-height:660px!important;max-height:780px!important}
  .hero-inner{padding-top:102px!important;padding-bottom:118px!important}
  .hero-pager{right:18px!important;bottom:34px!important}
  .hero-slide:nth-child(1) img{object-position:center 43%!important}
  .hero-slide:nth-child(2) img{object-position:center 46%!important}
  .hero-slide:nth-child(3) img{object-position:center 44%!important}
  .hero-slide:nth-child(4) img{object-position:center 46%!important}
  .hero-slide:nth-child(5) img{object-position:center 45%!important}

  /* Project mobile uses full visual width; desktop sidebar does not consume canvas */
  .project-side{position:sticky!important;top:0!important}
  .project-main{min-height:calc(100svh - 70px)}
  .project-head{align-items:flex-start!important}
  .project-tools{min-width:128px}
  .view-icons{justify-content:flex-end}
  .project-grid.view-list .project-card img{aspect-ratio:4/3!important}
  .project-grid.view-grid .project-card img{aspect-ratio:1/1!important}

  /* Mobile project detail follows the same navy portfolio language while preserving verified data only */
  .detail-page,.detail-page .detail-body{background:#08131e!important;color:#fff!important}
  .detail-page .detail-hero{background:#08131e!important}
  .detail-page .detail-body .eyebrow{color:#8fa1af!important}
  .detail-page .detail-gallery img{background:#0d1a24!important;border-radius:5px}
  .detail-page .detail-nav{border-top-color:#2b3d49!important}
  .detail-page .detail-nav a{color:#fff!important;background:#0b1924!important}

  /* Mobile process: readable 01–07 and photo-first flow */
  .service-process .process-long .step{padding-left:0!important;padding-right:0!important}
  .service-process .process-long .step b{width:42px!important;height:42px!important;font-size:12px!important}
}

@media(max-width:560px){
  .hero{height:clamp(650px,90svh,750px)!important;min-height:650px!important;max-height:750px!important}
  .hero-inner{padding-top:94px!important;padding-bottom:108px!important}
  .hero-copy h1{font-size:35px!important;line-height:1.27!important;letter-spacing:-.045em!important}
  .hero-copy .sub{font-size:12px!important;line-height:1.75!important}
  .hero-actions{margin-top:18px!important;margin-bottom:22px!important}
  .hero-stats{font-size:9.8px!important}
  .hero-pager{bottom:22px!important}
}
@media(min-width:901px){
  /* Slide 01 contains verified artwork at lower-right; bias crop downward so it never clips on wide/short displays */
  .hero-slide:nth-child(1) img{object-position:center 68%!important}
}

/* Final typography hierarchy: architecture-first, restrained rather than oversized */
.hero-copy h1{font-family:"Noto Serif CJK KR","NanumMyeongjo","나눔명조","Batang","바탕",serif!important;font-size:clamp(48px,4.25vw,70px)!important;line-height:1.18!important;letter-spacing:-.055em!important}
.serif{font-family:"Noto Serif CJK KR","NanumMyeongjo","나눔명조","Batang","바탕",serif!important}
.display{font-size:clamp(34px,3.2vw,54px)!important;line-height:1.18!important;letter-spacing:-.045em!important}
.bigcopy{font-size:clamp(34px,3.2vw,54px)!important;line-height:1.22!important}
@media(max-width:900px){
 .hero-copy h1{font-size:36px!important;line-height:1.28!important}
 .display,.bigcopy{font-size:32px!important;line-height:1.28!important}
}
@media(max-width:560px){.hero-copy h1{font-size:34px!important;line-height:1.29!important}}

/* ===== FINAL POLISH 2026-08-20 ===== */
/* Project portfolio: keep existing structure, upgrade atmosphere to approved mockup tone */
.project-side{background:#07131e!important;overflow:hidden!important;position:fixed!important}
.project-side:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#07131e 0%,rgba(7,19,30,.97) 24%,rgba(7,19,30,.80) 48%,rgba(7,19,30,.40) 72%,rgba(7,19,30,.76) 100%);z-index:0}
.project-side>a,.project-side>nav,.project-side>.burger{position:relative;z-index:2}
.project-side-photo{position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:64%!important;z-index:0!important;overflow:hidden!important}
.project-side-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#07131e 0%,rgba(7,19,30,.70) 20%,rgba(7,19,30,.15) 54%,rgba(7,19,30,.66) 100%)}
.project-side-photo img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 55%!important;filter:brightness(.62) saturate(.78) contrast(1.03)!important;opacity:.86!important}
.project-side-meta{z-index:2!important;left:18px!important;bottom:22px!important;color:#fff!important;font-size:10px!important;line-height:1.8!important;letter-spacing:.03em!important}
.project-main{background:radial-gradient(circle at 76% 4%,rgba(31,67,93,.12),transparent 28%),#07131e!important}
.project-head{align-items:flex-end!important;border-bottom:1px solid rgba(150,180,200,.08)!important;padding-bottom:20px!important;margin-bottom:14px!important}
.project-title-group{display:flex;align-items:baseline;gap:30px;min-width:0}
.project-subtitle{font-size:12px;line-height:1.7;color:#8195a5;letter-spacing:-.015em;white-space:nowrap;position:relative;padding-right:120px}
.project-subtitle:after{content:"";position:absolute;right:0;top:50%;width:90px;height:1px;background:rgba(125,154,176,.28)}
.project-card{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;border:1px solid rgba(130,160,180,.07)!important;overflow:hidden!important}
.project-card .pic{overflow:hidden!important}.project-card img{transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .4s ease!important}.project-card:hover{transform:translateY(-3px)!important;box-shadow:0 18px 42px rgba(0,0,0,.22)!important;border-color:rgba(75,157,205,.22)!important}.project-card:hover img{transform:scale(1.025);filter:brightness(.88)}
.project-card{animation:projectReveal .5s ease both}@keyframes projectReveal{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

/* Footer: information first, no fake menu */
.footer-grid{grid-template-columns:220px 1fr auto!important;align-items:start!important;gap:52px!important}.footer-company{line-height:1.95!important}.footer-company strong{display:block;margin-bottom:4px}.footer-copy{align-self:end!important;text-align:right!important;line-height:1.7!important;color:#7890a0!important}.footer img{max-width:190px!important}

/* Mobile menu company block */
.mobile-nav .mobile-company{display:block!important;margin-top:34px!important;padding-top:22px!important;border-top:1px solid rgba(255,255,255,.12)!important;color:#8da3b5!important;font-size:11px!important;line-height:1.9!important}.mobile-company strong{color:#d7e0e7!important;font-size:12px!important}.mobile-company .mobile-logo{width:128px!important;height:auto!important;margin-top:22px!important;opacity:.82!important}

/* Factory copy exact requested line break */
.industrial .lead{max-width:620px}

@media(max-width:900px){
 .project-side:after,.project-side-photo{display:none!important}.project-main{padding-top:88px!important}
 .project-head{display:block!important;padding-bottom:16px!important}.project-title-group{display:block!important}.project-subtitle{margin-top:10px!important;padding-right:0!important;white-space:normal!important;max-width:310px!important;font-size:11.5px!important;line-height:1.75!important}.project-subtitle:after{display:none!important}
 .project-filters{margin-top:18px!important}
 .footer-grid{grid-template-columns:1fr!important;gap:20px!important}.footer-copy{text-align:left!important;align-self:auto!important;margin-top:8px!important}.footer img{max-width:155px!important}
 /* easiest/safest mobile hero fix: move content block down while preserving image crop */
 .hero-inner{padding-top:126px!important;padding-bottom:88px!important;align-items:flex-start!important}.hero-copy{transform:translateY(18px)}
 .hero-actions{margin-top:20px!important}.hero-pager{bottom:18px!important}
}
@media(max-width:560px){.project-subtitle{max-width:280px!important}.hero-copy{transform:translateY(22px)}.hero-copy h1{font-size:33px!important}.hero-inner{padding-top:118px!important}}

/* FINAL V6 — project polish / footer / image integrity */
@media(min-width:901px){
  .detail-cover{height:auto!important;max-height:none!important;object-fit:contain!important;background:#0d1a24!important;display:block!important}
  .detail-gallery img,.detail-gallery img:nth-child(3n){height:auto!important;max-height:none!important;object-fit:contain!important;background:#0d1a24!important}
  .project-main{padding:40px 34px 72px!important}
  .project-head h1{font-size:34px!important;letter-spacing:-.02em!important}
  .project-grid{gap:14px!important}
  .project-card{background:#0d1b27!important;border-radius:6px!important}
  .project-card img{aspect-ratio:1.55!important}
}
.footer{padding:48px 0!important;border-top:1px solid rgba(140,165,182,.08)!important}
.footer-grid{grid-template-columns:1fr auto!important;align-items:end!important;gap:70px!important}
.footer-company{color:#8196a5!important;line-height:2!important}
.footer-company strong{color:#c3d0d8!important;font-size:13px!important;margin-bottom:7px!important}
.footer-copy{font-size:11px!important;letter-spacing:.06em!important;line-height:1.9!important;color:#647d8e!important;text-align:right!important}
.footer-copy span{opacity:.8}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr!important;gap:22px!important}.footer-copy{text-align:left!important}.mobile-company br{display:block}.process-long .step img{object-fit:cover!important}}

@media(min-width:901px){.project-shell{grid-template-columns:220px minmax(0,1fr)!important}.project-side{width:220px!important;padding:28px 22px!important}.project-side .side-logo{width:150px!important}.project-side nav{margin-top:58px!important;font-size:13px!important;gap:17px!important}.project-main{grid-column:2!important;min-width:0!important}.project-side-meta{left:22px!important}.project-title-group{gap:24px!important}.project-subtitle{font-size:11px!important;color:#7890a0!important}.project-filters{padding-top:17px!important}.project-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}

/* ===== FINAL V7 — structural safety + approved project / mobile / footer polish ===== */
/* PROJECT desktop: preserve the working grid structure. Never remove sidebar from grid flow. */
@media(min-width:901px){
  .project-shell{display:grid!important;grid-template-columns:220px minmax(0,1fr)!important;min-height:100vh!important}
  .project-side{position:sticky!important;top:0!important;left:auto!important;width:auto!important;height:100vh!important;padding:30px 22px!important;background:#07131e!important;overflow:hidden!important}
  .project-side .side-logo{width:158px!important;margin-left:2px!important}
  .project-side nav{margin-top:62px!important;gap:18px!important;font-size:13px!important}
  .project-side-photo{display:block!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:58%!important;overflow:hidden!important;z-index:0!important}
  .project-side-photo img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 58%!important;filter:brightness(.48) saturate(.70) contrast(1.05)!important;opacity:.92!important}
  .project-side-photo:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,#07131e 0%,rgba(7,19,30,.92) 12%,rgba(7,19,30,.55) 34%,rgba(7,19,30,.10) 62%,rgba(7,19,30,.64) 100%)!important}
  .project-side:after{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(7,19,30,.12),rgba(7,19,30,.02))!important;z-index:0!important}
  .project-side>a,.project-side>nav,.project-side>.burger{position:relative!important;z-index:2!important}
  .project-side-meta{display:block!important;position:absolute!important;left:22px!important;bottom:24px!important;z-index:3!important;font-size:9px!important;letter-spacing:.18em!important;color:rgba(220,230,237,.72)!important;line-height:1!important}
  .project-main{grid-column:2!important;padding:38px 30px 72px!important;min-width:0!important;background:radial-gradient(circle at 78% 2%,rgba(43,82,110,.10),transparent 30%),#07131e!important}
  .project-head{padding-bottom:18px!important;margin-bottom:0!important;align-items:center!important}
  .project-title-group{display:flex!important;align-items:center!important;gap:28px!important}
  .project-head h1{font-size:32px!important;font-weight:600!important;letter-spacing:-.025em!important}
  .project-subtitle{font-size:10px!important;line-height:1.65!important;color:#7990a1!important;white-space:nowrap!important;padding-right:92px!important;max-width:none!important}
  .project-subtitle:after{width:68px!important;background:rgba(130,160,180,.25)!important}
  .project-count{font-size:10px!important;color:#7f93a2!important;white-space:nowrap!important}
  .project-filters{padding:18px 0 16px!important;gap:31px!important;margin:0!important}
  .project-filters button{font-size:11px!important}
  .project-grid.view-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
  .project-card{background:#0d1b27!important;border:1px solid rgba(141,169,188,.07)!important;border-radius:5px!important}
  .project-card img{width:100%!important;aspect-ratio:1.52!important;object-fit:cover!important}
  .project-card .txt{padding:13px 14px 15px!important}
  .project-card h3{font-size:12px!important;margin-bottom:7px!important}
  .project-card small{font-size:9.5px!important;color:#8094a4!important}
}

/* PROJECT mobile: header logo / burger share one axis; portfolio gets the full viewport width. */
@media(max-width:900px){
  .project-side{height:70px!important;min-height:70px!important;position:sticky!important;top:0!important;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;background:#07131e!important;border-bottom:1px solid rgba(111,142,164,.18)!important}
  .project-side .side-logo{width:158px!important;margin:0!important;display:block!important}
  .project-side .burger{display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;margin:0!important;padding:0!important;line-height:1!important;font-size:0!important}
  .project-side .burger:before{content:"☰";font-size:27px;line-height:1;color:#fff}
  .project-main{padding:22px 14px 64px!important}
  .project-head{padding-bottom:18px!important}
  .project-title-group{display:block!important}
  .project-head h1{font-size:34px!important}
  .project-subtitle{margin:9px 0 0!important;max-width:330px!important;font-size:11px!important;line-height:1.72!important;color:#87a0b2!important;white-space:normal!important;padding:0!important}
  .project-tools{margin-top:16px!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;width:100%!important}
  .project-count{max-width:190px!important;text-align:left!important;line-height:1.5!important;font-size:10px!important}
  .project-filters{padding:22px 0 12px!important;margin-bottom:16px!important}
  .project-grid.view-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .project-grid.view-grid .project-card img{aspect-ratio:1/1!important;object-fit:cover!important}
  .project-grid.view-grid .project-card .txt{min-height:75px!important;padding:10px!important}
  .project-grid.view-grid .project-card h3{font-size:11px!important;line-height:1.45!important}
  .project-grid.view-list{grid-template-columns:1fr!important}
}

/* Main mobile hero: shorter canvas, content deliberately lower, pager raised into the image safely. */
@media(max-width:900px){
  .topbar{height:70px!important}.topbar .nav{height:70px!important;align-items:center!important}
  .topbar .brand{display:flex!important;align-items:center!important;height:70px!important}.topbar .brand img{width:166px!important;margin:0!important}
  .topbar .burger{display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;margin:0!important;padding:0!important;line-height:1!important}
  .hero{height:clamp(680px,86svh,720px)!important;min-height:680px!important;max-height:720px!important}
  .hero-inner{padding-top:92px!important;padding-bottom:76px!important;align-items:flex-start!important}
  .hero-copy{transform:translateY(62px)!important}
  .hero-copy h1{font-size:34px!important;line-height:1.28!important;margin-bottom:22px!important}
  .hero-copy .sub{font-size:12px!important;line-height:1.72!important}
  .hero-actions{margin:18px 0 20px!important}
  .hero-stats{font-size:9.6px!important}
  .hero-pager{right:18px!important;bottom:20px!important}
}
@media(max-width:560px){
  .hero{height:690px!important;min-height:680px!important;max-height:710px!important}
  .hero-copy{transform:translateY(58px)!important}
  .hero-inner{padding-top:90px!important;padding-bottom:70px!important}
}

/* Project detail: never crop the source artwork/photos. */
.detail-cover{height:auto!important;max-height:none!important;object-fit:contain!important;background:#0d1a24!important}
.detail-gallery img,.detail-gallery img:nth-child(3n){height:auto!important;max-height:none!important;object-fit:contain!important;background:#0d1a24!important}
@media(max-width:900px){.detail-cover{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important}}

/* Approved process images are photography/drawings only; all labels remain HTML outside the image. */
.service-process .process-long .step img{width:100%!important;aspect-ratio:1.52!important;object-fit:cover!important;object-position:center!important;background:#fff!important}

/* Footer: no large UIL logo. Company info + real internal navigation + copyright hierarchy. */
.footer{padding:42px 0!important;border-top:1px solid rgba(130,158,176,.10)!important;background:#050b10!important}
.footer-grid{display:grid!important;grid-template-columns:minmax(420px,1fr) auto!important;align-items:end!important;gap:70px!important}
.footer-company{display:grid!important;gap:3px!important;color:#8095a4!important;font-size:11px!important;line-height:1.75!important}
.footer-company strong{display:block!important;color:#d0d9df!important;font-size:13px!important;margin-bottom:8px!important}
.footer-right{display:grid!important;justify-items:end!important;gap:20px!important}
.footer-nav{display:flex!important;gap:22px!important;align-items:center!important;font-size:10px!important;letter-spacing:.055em!important;color:#9db0be!important}
.footer-nav a{position:relative!important;padding-bottom:5px!important;transition:color .2s!important}.footer-nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:#d7e2e9;transition:width .25s}.footer-nav a:hover{color:#e4ebef!important}.footer-nav a:hover:after{width:100%}
.footer-copy{margin:0!important;color:#60798a!important;font-size:10px!important;letter-spacing:.055em!important;line-height:1.5!important;text-align:right!important;white-space:nowrap!important}
.footer img{display:none!important}
@media(max-width:900px){
  .footer-grid{grid-template-columns:1fr!important;gap:28px!important;align-items:start!important}
  .footer-right{justify-items:start!important;gap:18px!important}.footer-nav{gap:15px 18px!important;flex-wrap:wrap!important}.footer-copy{text-align:left!important;white-space:normal!important}
  .mobile-nav .mobile-company{line-height:1.95!important}.mobile-company .mobile-logo{width:120px!important}
}

/* V9 industrial 01-04 */
.industrial-four{background:#f4f3ef}.industrial-four-head{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:44px}.industrial-four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.industrial-four-card{background:#0b1721;color:#fff;overflow:hidden}.industrial-four-card img{width:100%;aspect-ratio:1/1.12;object-fit:cover;display:block}.industrial-four-meta{padding:17px 16px 19px;display:grid;gap:8px}.industrial-four-meta b{font-size:11px;color:#72b8e7;letter-spacing:.15em}.industrial-four-meta span{font-size:13px;line-height:1.45;min-height:38px}.industrial-four-meta em{font-style:normal;font-size:10px;color:#8fa1ad;letter-spacing:.08em}.project-side-photo img{transition:opacity .24s ease!important}
@media(max-width:900px){.industrial-four-head{display:block}.industrial-four-grid{grid-template-columns:1fr 1fr}.industrial-four-card img{aspect-ratio:1.15}.industrial-four-head .lead{margin-top:20px}}
@media(max-width:560px){.industrial-four-grid{grid-template-columns:1fr 1fr;gap:9px}.industrial-four-meta{padding:12px 10px}.industrial-four-meta span{font-size:11px;min-height:34px}.industrial-four-meta em{display:none}}

/* V9 sector showcase correction */
.sector-showcase{display:grid;margin:110px 0;grid-template-columns:repeat(4,1fr);height:720px;background:#081521}.sector-panel{position:relative;overflow:hidden;color:#fff;border-right:1px solid rgba(255,255,255,.75)}.sector-panel:last-child{border-right:0}.sector-panel>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.sector-shade{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(4,15,27,.06) 12%,rgba(5,18,31,.24) 42%,rgba(5,18,31,.97) 100%)}.sector-content{position:absolute;left:34px;right:30px;bottom:38px;z-index:2}.sector-content p{margin:0 0 10px;color:#d7a13b;font-size:13px}.sector-content h3{margin:0;font-size:29px;font-weight:400;line-height:1.15}.sector-content h3 span{display:block;margin-top:5px;font-size:27px;font-weight:300;line-height:1.08;letter-spacing:-.02em}.sector-content i{display:block;width:25px;height:1px;background:rgba(255,255,255,.55);margin:23px 0}.sector-desc{font-size:12px;line-height:1.8;color:rgba(255,255,255,.82);min-height:66px}.sector-content b{display:block;margin-top:26px;font-size:10px;font-weight:400;letter-spacing:.02em}.sector-content em{position:absolute;right:0;bottom:-10px;font-style:normal;font-size:82px;line-height:1;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.18)}
@media(max-width:900px){.sector-showcase{grid-template-columns:1fr 1fr;margin:72px 0;height:auto}.sector-panel{height:560px;border-bottom:1px solid rgba(255,255,255,.65)}.sector-content{left:24px;right:22px;bottom:30px}}
@media(max-width:560px){.sector-showcase{grid-template-columns:1fr;margin:56px 0}.sector-panel{height:560px}.sector-content h3{font-size:27px}.sector-content h3 span{font-size:25px}}


/* ===== UIL MOTION SYSTEM / FINAL SKILL LAYER ===== */
:root{--uil-ease:cubic-bezier(.2,.72,.2,1)}
html{scroll-behavior:smooth}
body{overflow-x:hidden}
/* SOYO-inspired restrained reveal language */
.uil-reveal{opacity:0;transform:translateY(26px);transition:opacity .78s var(--uil-ease),transform .78s var(--uil-ease)}
.uil-reveal.uil-in{opacity:1;transform:none}
.uil-reveal-soft{opacity:0;transform:translateY(13px);transition:opacity .72s var(--uil-ease),transform .72s var(--uil-ease)}
.uil-reveal-soft.uil-in{opacity:1;transform:none}
.uil-photo-reveal{position:relative;overflow:hidden}
.uil-photo-reveal:after{content:"";position:absolute;inset:-1px;background:#e8e5de;z-index:4;transform:translateY(0);transition:transform 1.02s var(--uil-ease);pointer-events:none}
.uil-photo-reveal.uil-in:after{transform:translateY(-101%)}
.uil-photo-reveal img{transition:transform 1.25s var(--uil-ease),filter .7s ease}
.uil-photo-reveal.uil-in img{transform:scale(1)}

/* Hero cinematic entrance */
.hero-slide img{transform:scale(1.055);transition:transform 7s ease,opacity 1s ease!important}
.hero-slide.active img{transform:scale(1)}
.hero-copy h1,.hero-copy .sub,.hero-actions,.hero-stats{opacity:0;transform:translateY(30px);animation:uilHeroIn .9s var(--uil-ease) forwards}
.hero-copy .sub{animation-delay:.18s}.hero-actions{animation-delay:.32s}.hero-stats{animation-delay:.46s}
@keyframes uilHeroIn{to{opacity:1;transform:translateY(0)}}
.hero-copy h1{animation-delay:.04s}
.hero-pager{opacity:0;animation:uilFade .8s ease .65s forwards}@keyframes uilFade{to{opacity:1}}
.btn,.text-link,.sector-content b{position:relative;overflow:hidden}
.btn:after{content:"";position:absolute;left:-120%;top:0;width:80%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);transform:skewX(-18deg);transition:left .55s ease}.btn:hover:after{left:140%}

/* Project sectors intro + spacing */
.sector-intro{padding:118px 0 44px;background:#f4f3ef}
.sector-intro .display{margin:12px 0 18px;max-width:900px}
.sector-intro p{margin:0;color:#68717a;font-size:14px;line-height:1.8}
.sector-showcase{margin:0 0 118px!important}
.sector-panel>img{transition:transform 1.15s var(--uil-ease),filter .6s ease}
.sector-panel:hover>img{transform:scale(1.055);filter:saturate(1.05)}
.sector-panel .sector-content>*{transition:transform .5s var(--uil-ease),opacity .5s ease}
.sector-panel:hover .sector-content h3{transform:translateY(-5px)}
.sector-panel:hover .sector-content b{transform:translateX(8px)}
.sector-panel:hover .sector-content em{-webkit-text-stroke-color:rgba(255,255,255,.34)}

/* Generic premium motion */
.metric strong{display:inline-block;transition:transform .45s var(--uil-ease)}.metric:hover strong{transform:translateY(-5px)}
.project-card{transition:transform .45s var(--uil-ease),box-shadow .45s ease,border-color .45s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(0,0,0,.22);border-color:rgba(100,180,239,.2)}
.project-card .arrow{transition:transform .35s var(--uil-ease)}.project-card:hover .arrow{transform:translate(4px,-4px)}
.service-row,.step,.person-card,.journal-card,.service-card{transition:transform .45s var(--uil-ease)}.service-row:hover,.step:hover,.service-card:hover{transform:translateY(-4px)}

/* project sidebar artwork higher */
@media(min-width:901px){.project-side-photo{bottom:8%!important;height:52%!important}.project-side-meta{bottom:18px!important}}

/* logo click signature */
.uil-logo-moment{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:rgba(3,10,16,.78);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s;pointer-events:none}
.uil-logo-moment.show{opacity:1;visibility:visible}
.uil-logo-moment>div{text-align:center;color:#fff;transform:scale(.94);opacity:0;transition:transform .72s var(--uil-ease),opacity .55s ease}
.uil-logo-moment.show>div{transform:scale(1);opacity:1}
.uil-logo-moment strong{display:block;font-family:Georgia,serif;font-weight:400;font-size:clamp(34px,5vw,72px);letter-spacing:.08em}
.uil-logo-moment span{display:block;margin-top:14px;font-size:clamp(13px,1.3vw,18px);letter-spacing:.18em;font-weight:300}

/* mobile hero refinement */
@media(max-width:900px){
 .hero{min-height:620px!important;max-height:760px!important;height:88svh!important}
 .hero-inner{padding-top:118px!important;padding-bottom:54px!important;align-items:flex-start!important}
 .hero-copy{transform:translateY(76px)!important;padding-right:58px}
 .hero-actions{max-width:285px!important;gap:7px!important;margin:17px 0 19px!important}
 .hero-actions .btn{flex:0 1 auto!important;min-width:118px!important;padding:11px 13px!important;font-size:11px!important}
 .hero-stats{font-size:9.4px!important}
 .hero-stats span{padding:0 7px!important}
 .sector-intro{padding:78px 0 32px}.sector-showcase{margin-bottom:78px!important}
 .uil-reveal{transform:translateY(18px)}.uil-reveal-soft{transform:translateY(10px)}
}
@media(max-width:560px){
 .hero{height:84svh!important;min-height:600px!important}
 .hero-copy{transform:translateY(68px)!important;padding-right:48px}
 .hero-actions{max-width:260px!important}.hero-actions .btn{min-width:108px!important;padding:10px 11px!important}
 .sector-intro{padding:66px 0 26px}.sector-intro p{font-size:12px}.sector-showcase{margin-bottom:66px!important}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.uil-reveal,.uil-reveal-soft{opacity:1!important;transform:none!important}}


/* ===== V11 FINAL CONSOLIDATION — approved content + full motion ===== */
:root{--uil-ease:cubic-bezier(.18,.78,.22,1);--uil-blue:#6fb8ea}
.uil-reveal,.uil-reveal-soft{transition-delay:var(--uil-delay,0s)!important}

/* HOME sector intro / exact approved images */
.sector-intro{padding:96px 0 42px!important;background:#f4f3ef!important}
.sector-intro .eyebrow{margin-bottom:14px}.sector-intro .display{margin:0 0 16px!important;font-size:clamp(38px,4vw,62px)!important}.sector-intro p{max-width:720px!important}
.sector-showcase{margin:0 0 104px!important;height:700px!important}
.sector-panel{isolation:isolate}.sector-panel:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(4,13,22,.02),rgba(4,13,22,.18) 46%,rgba(4,13,22,.92) 100%);transition:background .55s ease}
.sector-panel:hover:before{background:linear-gradient(180deg,rgba(4,13,22,0),rgba(4,13,22,.12) 42%,rgba(4,13,22,.88) 100%)}.sector-shade{z-index:1}.sector-content{z-index:2}

/* PROJECT sidebar: shorter visual block, no stray right gap, artwork visible and centered higher */
@media(min-width:901px){
 .project-shell{grid-template-columns:220px minmax(0,1fr)!important}
 .project-side{padding:30px 22px!important;border-right:1px solid rgba(122,158,183,.12)!important}
 .project-side-photo{left:18px!important;right:18px!important;bottom:82px!important;height:46%!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important}
 .project-side-photo img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;filter:brightness(1.35) contrast(1.08)!important;opacity:.76!important;transition:opacity .32s ease,transform .55s var(--uil-ease)!important;transform:translateY(-18px) scale(1.03)!important}
 .project-side-photo img.is-changing{opacity:0!important;transform:translateY(-8px) scale(.98)!important}
 .project-side-photo:after{background:linear-gradient(180deg,#07131e 0%,rgba(7,19,30,.25) 16%,rgba(7,19,30,0) 48%,rgba(7,19,30,.28) 100%)!important;pointer-events:none!important}
 .project-side-meta{left:22px!important;bottom:42px!important;font-size:9px!important;letter-spacing:.18em!important;color:#9fb3c1!important}.project-side-meta:after{content:"  →";color:#d7e5ed}
 .project-main{padding-left:28px!important}
}
.project-grid{transition:opacity .18s ease,transform .18s ease}.project-grid.is-switching{opacity:.32;transform:translateY(6px)}
.project-enter{opacity:0;transform:translateY(24px) scale(.985);transition:opacity .62s var(--uil-ease),transform .62s var(--uil-ease),box-shadow .4s ease}.project-enter.project-enter-in{opacity:1;transform:none}
.project-card .pic{overflow:hidden}.project-card .pic img{transition:transform .85s var(--uil-ease),filter .6s ease!important}.project-card:hover .pic img{transform:scale(1.045);filter:brightness(1.04)}
.project-filters button{position:relative}.project-filters button:after{content:"";position:absolute;left:50%;right:50%;bottom:-8px;height:1px;background:var(--uil-blue);transition:left .3s,right .3s}.project-filters button.active:after,.project-filters button:hover:after{left:0;right:0}

/* ABOUT — rich real history archive */
.history-section{background:#f4f3ef}.history-archive{margin-top:54px;border-top:1px solid #c9c7c0}.history-year-block{display:grid;grid-template-columns:150px 1fr;gap:44px;padding:34px 0;border-bottom:1px solid #d1cfc8}.history-year{font-size:38px;line-height:1;font-weight:400;letter-spacing:-.035em;position:sticky;top:110px;height:max-content}.history-projects{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}.history-project{padding:0 0 17px;margin-bottom:17px;border-bottom:1px solid rgba(130,130,125,.18)}.history-project strong{font-size:13px;line-height:1.55;font-weight:600;display:block}.history-project span{display:block;margin-top:5px;color:#747b7f;font-size:11px;line-height:1.55}.history-year-block.uil-in .history-year{color:#0e6ca8}

/* SERVICES — stronger 7-step interaction */
.service-process .step{position:relative;overflow:hidden}.service-process .step:before{content:"";position:absolute;left:0;top:0;width:0;height:2px;background:var(--uil-blue);transition:width .55s var(--uil-ease)}.service-process .step:hover:before,.service-process .step.uil-in:before{width:100%}.service-process .step img{transition:transform .8s var(--uil-ease),filter .5s ease!important}.service-process .step:hover img{transform:scale(1.035);filter:brightness(1.04)}

/* DETAIL — cinematic main image */
.detail-cover{opacity:0;transform:scale(1.025);animation:uilDetailCover .9s var(--uil-ease) .12s forwards}@keyframes uilDetailCover{to{opacity:1;transform:scale(1)}}
.detail-gallery img{transition:transform .75s var(--uil-ease),box-shadow .5s ease}.detail-gallery img:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(0,0,0,.15)}

/* Logo click signature guaranteed above every layer */
.uil-logo-moment{z-index:100000!important}.uil-logo-moment strong{font-family:inherit!important;font-weight:500!important;letter-spacing:.075em!important}.uil-logo-moment span{font-weight:300!important;letter-spacing:.13em!important}

/* MOBILE refinements requested */
@media(max-width:900px){
 .hero{height:720px!important;min-height:680px!important;max-height:720px!important}
 .hero-inner{padding-top:116px!important;padding-bottom:44px!important}.hero-copy{transform:translateY(88px)!important;padding-right:62px!important}
 .hero-copy h1{font-size:33px!important;line-height:1.28!important}.hero-actions{max-width:244px!important;gap:7px!important;margin:17px 0 20px!important}.hero-actions .btn{width:auto!important;min-width:104px!important;max-width:118px!important;padding:10px 9px!important;font-size:10.5px!important;white-space:nowrap!important}.hero-stats{margin-top:2px!important}
 .home-about-section{padding-bottom:42px!important}.home-about-section .about-home{gap:30px!important}.home-about-section .text-link{margin-bottom:0!important}
 .sector-intro{padding:62px 0 28px!important}.sector-intro .display{font-size:36px!important;line-height:1.18!important}.sector-showcase{margin-bottom:64px!important;height:auto!important}
 .history-year-block{grid-template-columns:1fr;gap:18px;padding:28px 0}.history-year{position:static;font-size:31px}.history-projects{grid-template-columns:1fr}
}
@media(max-width:560px){
 .hero{height:690px!important;min-height:660px!important;max-height:700px!important}.hero-copy{transform:translateY(82px)!important;padding-right:50px!important}.hero-actions{max-width:232px!important}.hero-actions .btn{min-width:100px!important;max-width:112px!important;padding:9px 8px!important}
 .home-about-section{padding-bottom:34px!important}.sector-intro{padding:54px 0 24px!important}.sector-intro .display{font-size:32px!important}.sector-intro p{line-height:1.65!important}.sector-panel{height:540px!important}
}
@media(prefers-reduced-motion:reduce){.project-enter{opacity:1!important;transform:none!important}.detail-cover{opacity:1!important;transform:none!important;animation:none!important}}
/* V12 */
:root{--uil-ease:cubic-bezier(.22,.61,.36,1)}
.project-card .pic{overflow:hidden}.project-card .pic img,.sector-panel>img,.journal-card img,.greeting-grid img,.about-home>img{transition:transform .75s var(--uil-ease),filter .55s ease!important}@media(hover:hover){.project-card:hover .pic img{transform:scale(1.045)}.sector-panel:hover>img{transform:scale(1.035)}.journal-card:hover img{transform:scale(1.035)}.about-home>img:hover,.greeting-grid img:hover{transform:scale(1.018)}}
.hero-copy h1{position:relative;overflow:hidden;animation:uilTitleIn .9s var(--uil-ease) both}.hero-copy h1:after{content:"";position:absolute;top:-10%;bottom:-10%;left:-35%;width:24%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);animation:uilSweep 1.15s .72s ease-out 1 both;pointer-events:none}@keyframes uilTitleIn{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes uilSweep{from{left:-35%}to{left:125%}}
@media(min-width:901px){.project-side nav a{position:relative;display:block;transition:color .3s,transform .35s var(--uil-ease)!important}.project-side nav a:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:#67b9ef;transition:width .35s var(--uil-ease)}.project-side nav a:hover{color:#fff!important;transform:translateX(7px)}.project-side nav a:hover:after{width:34px}.project-side-photo{left:18px!important;right:18px!important;bottom:70px!important;height:330px!important;max-height:40vh!important}.project-side-photo img{width:118%!important;height:118%!important;max-width:none!important;object-fit:contain!important;filter:brightness(1.7) contrast(1.12)!important;opacity:.9!important;transform:translateY(-5px) scale(1.1)!important}.project-side-meta{left:26px!important;bottom:18px!important}.project-filters button{transition:color .28s,transform .3s var(--uil-ease)}.project-filters button:hover{color:#fff!important;transform:translateY(-2px)}}
.service-card{position:relative;overflow:hidden;transition:transform .45s var(--uil-ease),border-color .35s,box-shadow .45s!important}.service-card:hover{transform:translateY(-7px)!important;border-color:#8eb9d5;box-shadow:0 16px 35px rgba(13,30,44,.08)}.service-icon{width:42px;height:42px;margin:3px 0 18px;color:#4d7894}.service-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}
body:before{content:"";position:fixed;z-index:9998;inset:0;background:#07131e;transform:scaleY(0);transform-origin:bottom;pointer-events:none;transition:transform .43s var(--uil-ease)}body.uil-leaving:before{transform:scaleY(1);pointer-events:auto}
@media(max-width:900px){.mobile-nav{display:block!important;visibility:hidden;opacity:0;transform:translateY(-100%);padding:26px 26px 34px!important;background:linear-gradient(145deg,#06111b,#0b1b29)!important;transition:transform .62s var(--uil-ease),opacity .35s,visibility 0s .62s!important;overflow:auto}.mobile-nav.open{visibility:visible;opacity:1;transform:translateY(0);transition-delay:0s!important}.mobile-nav:after{content:"UIL";position:absolute;right:-18px;bottom:8%;font-size:150px;color:rgba(255,255,255,.025);pointer-events:none}.mobile-nav .close{position:absolute;right:24px;top:20px;z-index:2;transform:rotate(-90deg) scale(.6);opacity:0;transition:.45s .18s var(--uil-ease)}.mobile-nav.open .close{transform:none;opacity:1}.mobile-nav nav{margin-top:105px!important;gap:0!important}.mobile-nav nav a{font-size:29px!important;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.09);opacity:0;transform:translateY(24px);transition:opacity .45s,transform .5s var(--uil-ease),padding-left .3s,color .3s}.mobile-nav.open nav a{opacity:1;transform:none}.mobile-nav.open nav a:nth-child(1){transition-delay:.13s}.mobile-nav.open nav a:nth-child(2){transition-delay:.18s}.mobile-nav.open nav a:nth-child(3){transition-delay:.23s}.mobile-nav.open nav a:nth-child(4){transition-delay:.28s}.mobile-nav.open nav a:nth-child(5){transition-delay:.33s}.mobile-nav.open nav a:nth-child(6){transition-delay:.38s}body.mobile-menu-open{overflow:hidden}.home-about-section{padding-bottom:12px!important}.sector-intro{padding-top:40px!important}.greeting-copy h2{font-size:34px!important;line-height:1.18!important;max-width:calc(100vw - 72px)!important;word-break:keep-all!important;overflow-wrap:break-word!important}.greeting-copy p{font-size:14px!important;line-height:1.9!important}}


/* ===== V13 FINAL POLISH / 2026-08-22 ===== */
:root{--uil-accent:#63b8ef;--uil-ease-final:cubic-bezier(.22,.72,.18,1)}

/* 1. Navigation hover + inquiry interactions */
.navlinks a,.footer-nav a,.project-side nav a,.project-filters button{transition:color .3s ease,transform .35s var(--uil-ease-final),opacity .3s ease!important}
@media(hover:hover){
 .navlinks a:not(.inquiry):hover,.footer-nav a:hover{color:var(--uil-accent)!important;transform:translateY(-2px)}
 .navlinks .inquiry:hover,[data-inquiry].btn:hover,.contact-cta [data-inquiry]:hover{transform:translateY(-4px)!important;box-shadow:0 12px 28px rgba(36,103,145,.18);border-color:var(--uil-accent)!important}
 .navlinks .inquiry:hover{background:var(--uil-accent);color:#06111b!important}
 .contact-cta [data-inquiry],.hero-actions [data-inquiry],.navlinks .inquiry{transition:transform .35s var(--uil-ease-final),background .35s,color .35s,border-color .35s,box-shadow .35s!important}
 .contact-cta [data-inquiry]:hover::after,.hero-actions [data-inquiry]:hover::after{transform:translateX(5px)}
}

/* 2. Bright, non-blocking page transition: no dark screen / no cover panel */
body:before{display:none!important;content:none!important}
body{transition:opacity .24s ease,transform .36s var(--uil-ease-final)}
body.uil-leaving{opacity:.18;transform:translateY(-8px);pointer-events:none}

/* 3. PROJECT SECTORS is a permanent structural block: title + copy + equal spacing */
.sector-intro{display:block!important;visibility:visible!important;background:#f4f3ef!important;padding:92px 0!important;margin:0!important;min-height:0!important}
.sector-intro>.wrap{display:block!important}
.sector-intro .eyebrow{display:block!important;margin:0 0 16px!important;color:#6f7d87!important}
.sector-intro .display{display:block!important;margin:0 0 18px!important;max-width:920px!important;font-size:clamp(40px,4vw,62px)!important;line-height:1.12!important}
.sector-intro p{display:block!important;margin:0!important;max-width:720px!important;font-size:14px!important;line-height:1.8!important;color:#66717a!important}
.sector-showcase{margin:0 0 92px!important;height:700px!important}
.sector-panel{position:relative;overflow:hidden;transition:transform .52s var(--uil-ease-final),filter .45s ease!important}
.sector-panel:after{content:"";position:absolute;inset:-25% -80%;z-index:1;pointer-events:none;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.11) 49%,transparent 58%);transform:translateX(-48%);transition:transform .95s var(--uil-ease-final)}
@media(hover:hover){
 .sector-panel:hover{transform:translateY(-7px);z-index:4}
 .sector-showcase:hover .sector-panel:not(:hover){filter:brightness(.82)}
 .sector-panel:hover:after{transform:translateX(48%)}
 .sector-panel:hover>img{transform:scale(1.07)!important}
 .sector-panel:hover .sector-content{transform:translateY(-8px)}
 .sector-panel:hover .sector-content em{transform:translateY(-7px) scale(1.025)}
}
.sector-content{transition:transform .55s var(--uil-ease-final)!important}
.sector-content em{transition:transform .55s var(--uil-ease-final),-webkit-text-stroke-color .45s!important}

/* 4. Project sidebar: one single background, sketch only, larger and moved to center */
@media(min-width:901px){
 .project-side{background:#07131e!important}
 .project-side:after{display:none!important;content:none!important}
 .project-side-photo{display:block!important;left:0!important;right:0!important;top:42%!important;bottom:auto!important;height:310px!important;max-height:none!important;background:transparent!important;overflow:visible!important;transform:translateY(-50%)!important}
 .project-side-photo:after{display:none!important;content:none!important}
 .project-side-photo img{display:block!important;width:104%!important;height:270px!important;max-width:none!important;margin:0 -2%!important;object-fit:contain!important;object-position:center center!important;mix-blend-mode:screen!important;filter:brightness(1.55) contrast(1.18) saturate(.85)!important;opacity:.92!important;transform:none!important;background:transparent!important}
 .project-side-meta{position:absolute!important;left:24px!important;top:calc(42% + 155px)!important;bottom:auto!important;z-index:4!important;font-size:11px!important;letter-spacing:.12em!important;color:#d8e4ec!important;line-height:1!important}
 .project-side-meta:after{content:"  ⟶";display:inline-block;margin-left:7px;transition:transform .35s var(--uil-ease-final),color .3s}
 .project-side-photo:hover .project-side-meta:after{transform:translateX(5px);color:var(--uil-accent)}
 .project-side nav{margin-top:58px!important}
 .project-side nav a:hover{color:var(--uil-accent)!important}
 .project-filters button:hover{color:var(--uil-accent)!important}
}

/* 5. Project cards: stronger, visible but restrained hover motion */
.project-card{transition:transform .48s var(--uil-ease-final),border-color .35s,box-shadow .5s!important}
.project-card .pic img{transition:transform .9s var(--uil-ease-final),filter .55s!important}
.project-card .arrow{transition:transform .4s var(--uil-ease-final),color .3s!important}
.project-card h3{transition:transform .4s var(--uil-ease-final),color .3s!important}
@media(hover:hover){
 .project-card:hover{transform:translateY(-7px);border-color:rgba(99,184,239,.38);box-shadow:0 18px 38px rgba(0,0,0,.22)}
 .project-card:hover .pic img{transform:scale(1.065) translateY(-2px)!important;filter:brightness(1.05)}
 .project-card:hover .arrow{transform:translate(4px,-2px);color:var(--uil-accent)}
 .project-card:hover h3{transform:translateY(-2px);color:#fff}
}

/* 6. Services: no icons, tighter cards, typography-driven motion */
.service-icon{display:none!important}
.service-cards{gap:14px!important;margin-top:36px!important}
.service-card{padding:26px 28px!important;min-height:0!important}
.service-card .n{font-size:10px!important}.service-card h3{font-size:23px!important;margin:13px 0 9px!important}.service-card p{font-size:13px!important;line-height:1.7!important;margin-bottom:0!important}

/* 7. Universal text motion should be visible, not aggressive */
.uil-reveal{transform:translateY(28px);filter:blur(2px);transition:opacity .76s var(--uil-ease-final),transform .84s var(--uil-ease-final),filter .76s ease!important}
.uil-reveal-soft{transform:translateY(17px);transition:opacity .68s var(--uil-ease-final),transform .76s var(--uil-ease-final)!important}
.uil-reveal.uil-in,.uil-reveal-soft.uil-in{filter:none}

/* 8. Mobile menu and mobile spacing */
@media(max-width:900px){
 .sector-intro{padding:58px 0!important}
 .sector-intro .display{font-size:34px!important;line-height:1.17!important;margin-bottom:14px!important}
 .sector-intro p{font-size:12.5px!important;line-height:1.7!important}
 .sector-showcase{margin-bottom:58px!important;height:auto!important}
 .home-about-section{padding-bottom:34px!important}
 .home-about-section .text-link{margin-bottom:0!important}
 .mobile-nav nav a:hover,.mobile-nav nav a:focus{color:var(--uil-accent)!important;padding-left:10px!important}
 .service-cards{gap:10px!important;margin-top:28px!important}
 .service-card{padding:20px 20px!important}
 .service-card h3{font-size:20px!important;margin:10px 0 7px!important}
 .service-card p{font-size:12.5px!important;line-height:1.65!important}
}
@media(max-width:560px){
 .sector-intro{padding:52px 0!important}
 .sector-showcase{margin-bottom:52px!important}
 .home-about-section{padding-bottom:26px!important}
}

/* 9. CTA/project inquiry buttons: consistent movement everywhere */
[data-inquiry]{will-change:transform}
.contact-cta .btn.primary{position:relative;transition:transform .38s var(--uil-ease-final),box-shadow .35s,background .35s!important}
@media(hover:hover){.contact-cta .btn.primary:hover{transform:translateY(-5px) translateX(3px)!important;box-shadow:0 16px 32px rgba(0,0,0,.22)}}

/* 10. Image hover system across editorial sections */
@media(hover:hover){
 .about-home>img,.greeting-grid img,.journal-card img,.detail-gallery img,.service-process .step img,.contact-cta>img{transition:transform .95s var(--uil-ease-final),filter .55s!important}
 .about-home>img:hover,.greeting-grid img:hover,.journal-card:hover img,.detail-gallery img:hover{transform:scale(1.025)!important;filter:brightness(1.035)}
}
