@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#101416;--text:#f7f7f4;--muted:#c3c9cd;--gold:#ddb987;--line:#ffffff29}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--text);font:18px/1.6 Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}button,select{font:inherit}button,a,summary,select{-webkit-tap-highlight-color:transparent}button,summary{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible,select:focus-visible{outline:3px solid var(--gold);outline-offset:5px}button{color:inherit}.wrap{width:min(1480px,calc(100% - 96px));margin-inline:auto}.glass{background:linear-gradient(120deg,#ffffff18,#ffffff06);border:1px solid #ffffff35;box-shadow:0 16px 45px #0003;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}header{position:absolute;z-index:10;top:22px;left:50%;transform:translateX(-50%);width:min(1480px,calc(100% - 96px));display:flex;align-items:center;gap:30px;padding:18px 26px;border-radius:16px}.brand{font-weight:800;font-size:30px;letter-spacing:.05em;line-height:1.1}.brand span{display:block;font-size:9px;letter-spacing:.24em;line-height:2.4}nav{display:flex;gap:32px;margin:auto;font-size:16px;font-weight:600}.header-phone{font-size:16px;font-weight:600}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:28px;border:1px solid transparent;background:var(--gold);color:#182026;padding:17px 25px;font-weight:800;font-size:16px;border-radius:9px;transition:transform .25s,background .25s}.button:hover{transform:translateY(-3px);background:#eed0a7}.button.compact{padding:12px 18px;font-size:15px}.button.ghost{background:#ffffff0b;color:white;border-color:#ffffff80;backdrop-filter:blur(12px)}.hero{position:relative;min-height:660px;padding:175px 0 155px;overflow:hidden}.hero-photo,.hero-overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-photo{object-position:50% 55%;animation:heroZoom 18s ease-in-out infinite alternate}.hero-overlay{background:linear-gradient(90deg,#07121bcc,#07121b40 75%),linear-gradient(0deg,#101416,transparent 70%)}.hero-content{position:relative}.eyebrow{font-size:13px;letter-spacing:.13em;font-weight:700;color:var(--gold);margin:0 0 20px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,4.6vw,76px);letter-spacing:-.045em;line-height:1.08;font-weight:800;margin-bottom:23px}em{font-style:normal;color:var(--gold)}.hero-content>p:not(.eyebrow){font-size:20px;color:#e0e5e6;line-height:1.7;margin-bottom:28px}.hero-actions{display:flex;gap:14px}.photo-credit{position:absolute;right:3%;bottom:125px;color:#d0d5d7;font-size:11px;letter-spacing:.13em}.catalog{position:relative;margin-top:-106px;z-index:2}.catalog-heading{display:flex;justify-content:space-between;font-size:12px;letter-spacing:.12em;font-weight:700;padding-bottom:15px;color:#d8dcdf}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product{display:block;border-radius:15px;overflow:hidden;background:linear-gradient(135deg,#2e373de8,#1a2229ef);transition:transform .4s,border-color .4s;min-width:0}.product:hover{transform:translateY(-9px);border-color:var(--gold)}.product-image{height:235px;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s}.product:hover img{transform:scale(1.07)}.product-image small{position:absolute;bottom:8px;right:8px;font-size:10px;background:#101416c9;padding:3px 7px;border-radius:4px}.product-copy{padding:24px}.product-no{font-size:12px;color:var(--gold);font-weight:700}.product h2{font-size:26px;letter-spacing:-.035em;line-height:1.2;margin:10px 0 13px;font-weight:800;min-height:63px}.product p{font-size:16px;color:var(--muted);line-height:1.6;min-height:52px;margin-bottom:22px}.product-link{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:17px;font-size:14px;font-weight:700}.product-link b{color:var(--gold);font-size:20px;line-height:1}.assurance{display:flex;justify-content:center;gap:75px;padding:35px 0;border-bottom:1px solid var(--line);font-size:16px;font-weight:600;color:#d2d7da}.assurance span:before{content:'✓';color:var(--gold);margin-right:12px}.project-section{padding:65px 0}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}h2{font-size:clamp(32px,3vw,48px);letter-spacing:-.04em;line-height:1.2;font-weight:800;margin-bottom:20px}.section-heading h2{margin-bottom:0}.gallery-controls{display:flex;gap:10px}.gallery-controls button,.expand{border:1px solid #ffffff45;background:#ffffff0c;width:52px;height:52px;border-radius:50%;font-size:25px;flex-shrink:0}.gallery-controls button:hover,.expand:hover{background:var(--gold);color:#182026}.gallery-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:16px}.gallery-track::-webkit-scrollbar{display:none}.project{position:relative;flex:0 0 65%;height:480px;border-radius:16px;overflow:hidden;scroll-snap-align:start;margin:0}.project>img{width:100%;height:100%;object-fit:cover;transition:transform 1s}.project:hover>img{transform:scale(1.035)}figcaption{position:absolute;bottom:20px;left:20px;right:20px;border-radius:12px;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;background:#101b24a8!important}figcaption span{font-size:11px;letter-spacing:.12em;color:#e0c39c}figcaption h3{font-size:25px;margin:5px 0 0;letter-spacing:-.035em}.gallery-hint{font-size:13px;color:var(--muted);margin:18px 0 0}.services{display:grid;grid-template-columns:.8fr 1.8fr;gap:50px;padding:50px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.steps span{font-size:32px;color:var(--gold);font-weight:500}.steps h3{font-size:23px;line-height:1.3;margin:13px 0 10px}.steps p{font-size:16px;color:var(--muted);margin-bottom:0}.more{padding:55px 0}.more h2{font-size:30px}.more-links{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.more-links a{border:1px solid var(--line);border-radius:10px;display:flex;justify-content:space-between;padding:20px 23px;font-size:18px;font-weight:600;transition:background .2s}.more-links a:hover{background:#ffffff10}.more-links span{color:var(--gold)}.contact-section{padding:25px 0 55px;background:radial-gradient(ellipse at 70% 80%,#a5783626,transparent 65%)}.contact{border-radius:20px;display:grid;grid-template-columns:1.2fr 1fr;gap:65px;padding:50px;background:linear-gradient(110deg,#3a4047b0,#1c262cc9)}.contact h2{font-size:43px}.contact p{font-size:17px;color:var(--muted)}.phone{font-size:28px;font-weight:700;letter-spacing:-.025em}.inquiry{display:flex;flex-direction:column;justify-content:center;gap:15px;min-width:0}.inquiry label{font-size:16px}.inquiry select{appearance:auto;background:#111a20;color:white;border:1px solid #ffffff40;border-radius:9px;padding:17px;font-size:17px;width:100%}.inquiry small{font-size:13px;color:var(--muted)}.email{font-size:17px;margin-top:4px}.faq{display:grid;grid-template-columns:1fr 1.5fr;gap:70px;padding:30px 0 55px;min-width:0}.faq>div{min-width:0}.faq h2{font-size:32px}details{border-bottom:1px solid var(--line);padding:19px 0}summary{display:flex;justify-content:space-between;gap:18px;font-size:18px;list-style:none;font-weight:600}summary::-webkit-details-marker{display:none}summary span{color:var(--gold)}details p{font-size:16px;color:var(--muted);margin:20px 0 0}footer{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:25px;padding:30px 0 40px}footer>span,footer>a:last-child{font-size:14px;color:var(--muted)}dialog{background:#1d272e;color:var(--text);border:1px solid #ffffff45;border-radius:18px;padding:0;width:min(1040px,calc(100% - 40px));max-height:90svh;overflow:auto;box-shadow:0 35px 100px #000a}dialog::backdrop{background:#081015bf;backdrop-filter:blur(12px)}.close{position:absolute;top:14px;right:14px;z-index:2;border:1px solid #ffffff50;background:#17232ce8;color:white;border-radius:50%;width:46px;height:46px}.detail-layout{display:grid;grid-template-columns:1fr 1fr}.detail-layout>img{width:100%;height:100%;min-height:540px;object-fit:cover}.detail-layout>div{padding:55px 35px 35px}.detail-layout h2{font-size:35px}.detail-layout p,.detail-layout li{font-size:17px;color:var(--muted)}.detail-layout ul{padding-left:22px;margin:22px 0 30px}.detail-layout li{margin-bottom:12px}.detail-layout li::marker{color:var(--gold)}#image-dialog{width:min(1300px,calc(100% - 32px));background:#080c0f}#full-image{display:block;max-height:88svh;width:100%;object-fit:contain}.mobile-bar{display:none}.skip{position:fixed;top:-100px;background:var(--gold);z-index:30;color:black;padding:12px}.skip:focus{top:0}.reveal.is-ready{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.reveal.is-ready.is-visible{opacity:1;transform:none}@keyframes heroZoom{to{transform:scale(1.055)}}
@media(min-width:1800px){.hero{padding-top:185px;padding-bottom:170px}.wrap,header{width:min(1680px,calc(100% - 160px))}.product-image{height:255px}.product h2{font-size:29px}.product p{font-size:18px}.product-link{font-size:16px}.hero-content>p:not(.eyebrow){font-size:23px}nav,.header-phone{font-size:18px}}
@media(max-width:1100px){.wrap,header{width:calc(100% - 56px)}header{gap:20px;padding:16px 20px}.header-phone{display:none}nav{gap:20px}.product-grid{gap:14px}.product-copy{padding:18px}.product h2{font-size:22px}.product p{font-size:15px}.product-image{height:200px}.product-link{font-size:12px}.hero{padding-top:155px}.services{grid-template-columns:1fr;gap:20px}.services h2 br{display:none}.project{flex-basis:80%}.contact{padding:35px;gap:35px}.contact h2{font-size:35px}.more-links a{font-size:16px;padding:18px}.faq{gap:30px}}
@media(max-width:760px){html{scroll-padding-top:25px}.wrap{width:calc(100% - 36px)}header{width:calc(100% - 28px);top:12px;padding:13px 16px;border-radius:12px;gap:15px;justify-content:space-between}.brand{font-size:25px}.brand span{font-size:8px}nav{display:none}header .button{font-size:12px;padding:11px 13px}.hero{padding:135px 0 112px;min-height:0}.hero-content{width:calc(100% - 40px)}h1{font-size:clamp(38px,7.6vw,56px);line-height:1.12;margin-bottom:18px;letter-spacing:-.04em}.hero-content>p:not(.eyebrow){font-size:17px;line-height:1.65;margin-bottom:25px}.hero-content>p br{display:none}.hero .eyebrow{font-size:11px;letter-spacing:.09em;margin-bottom:18px}.hero-photo{object-position:62% center}.hero-overlay{background:linear-gradient(90deg,#09121abc,#09121a45),linear-gradient(0deg,#101416,transparent 80%)}.hero-actions{gap:10px}.hero-actions .button{font-size:13px;padding:14px 16px;gap:12px;flex:1;justify-content:center}.photo-credit{display:none}.catalog{margin-top:-68px}.catalog-heading{font-size:10px;letter-spacing:.07em}.catalog-heading>span:last-child{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.product{border-radius:12px}.product-image{height:190px}.product-copy{padding:17px 14px}.product h2{font-size:23px;min-height:56px;margin-top:8px;line-height:1.18}.product-no{font-size:11px}.product p{display:none}.product-link{font-size:12px;padding-top:13px;margin-top:19px}.product-link b{font-size:17px}.product-image small{font-size:8px;right:5px;bottom:5px}.assurance{gap:18px;justify-content:space-between;padding:25px 0;font-size:11px;line-height:1.5}.assurance span{flex:1}.assurance span:before{display:block;font-size:15px;margin:0 0 5px}.project-section{padding:40px 0}.section-heading{margin-bottom:22px;gap:12px}h2{font-size:32px}.section-heading .eyebrow{font-size:11px;margin-bottom:10px}.gallery-controls{gap:7px}.gallery-controls button{width:39px;height:39px;font-size:21px}.project{flex-basis:93%;height:380px}.gallery-track{gap:13px}.project figcaption{left:12px;right:12px;bottom:12px;padding:14px;border-radius:10px}.project figcaption span{font-size:9px}.project h3{font-size:19px;line-height:1.3}.expand{width:37px;height:37px;font-size:20px;margin-left:10px}.gallery-hint{font-size:11px}.services{padding:30px 0;gap:10px}.services h2{font-size:30px}.services .eyebrow{font-size:10px}.steps{grid-template-columns:1fr;gap:0}.steps>div{display:grid;grid-template-columns:42px 1fr;column-gap:10px;padding:18px 0;border-bottom:1px solid var(--line)}.steps>div:last-child{border-bottom:0}.steps span{grid-row:span 2;font-size:23px}.steps h3{margin:0 0 6px;font-size:22px}.steps p{font-size:15px}.more{padding:35px 0}.more h2{font-size:26px}.more-links{grid-template-columns:1fr;gap:10px}.more-links a{font-size:17px;padding:17px 19px}.contact-section{padding:10px 0 30px}.contact{padding:27px 22px;grid-template-columns:1fr;gap:28px;border-radius:15px}.contact h2{font-size:33px}.contact .eyebrow{font-size:11px}.contact p{font-size:16px}.phone{font-size:25px}.inquiry{gap:12px}.inquiry select{font-size:16px}.faq{grid-template-columns:1fr;gap:0;padding:20px 0 35px}.faq h2{font-size:29px}.faq summary{font-size:17px}.faq p{font-size:16px}footer{flex-wrap:wrap;padding:25px 0 110px;gap:20px}footer>span{font-size:12px}footer>a:last-child{font-size:14px}.mobile-bar{display:flex;position:fixed;z-index:20;left:10px;right:10px;bottom:9px;border-radius:12px;padding:8px;gap:8px;background:#17232ae8;padding-bottom:max(8px,env(safe-area-inset-bottom))}.mobile-bar a{padding:11px;text-align:center;font-size:14px;font-weight:700;flex:1;border-radius:7px}.mobile-bar a:last-child{background:var(--gold);color:#182026;flex:1.5}.detail-layout{grid-template-columns:1fr}.detail-layout>img{min-height:0;height:235px}.detail-layout>div{padding:26px}.detail-layout h2{font-size:29px}.detail-layout p,.detail-layout li{font-size:16px}.detail-layout .eyebrow{font-size:11px}.detail-layout .button{font-size:15px}.reveal.is-ready{transform:translateY(15px)}}
@media(max-width:390px){h1{font-size:35px}.product h2{font-size:20px}.product-image{height:164px}.product-link{font-size:11px}.hero-actions .button{font-size:12px;padding:14px 10px}.hero{padding-top:125px}.section-heading h2{font-size:28px}.product-copy{padding:15px 12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal.is-ready{opacity:1;transform:none}}
