@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;800&display=swap');
:root{--paper:#f7f7f3;--ink:#252522;--muted:#696963;--red:#df3038;--line:#dcdcd4;--font:'DM Sans',sans-serif;--heading:'Manrope',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--font);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--red);outline-offset:5px}img{max-width:100%;display:block}button{border:0}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--heading);font-weight:500}em{font-family:Georgia,serif;font-weight:400}p{color:var(--muted)}.header{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:rgba(247,247,243,.97);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.brand img{width:176px;height:auto}.header nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:500}.header nav a{transition:color .2s}.header nav a:hover{color:var(--red)}.nav-contact{border-bottom:1px solid var(--ink);padding:10px 0;margin-left:18px}.nav-contact span{margin-left:24px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:660px;height:calc(100svh - 96px);max-height:850px}.hero-copy{padding:65px 8% 25px 10%;display:flex;align-items:flex-start;flex-direction:column}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2px;color:var(--ink);display:flex;align-items:center;gap:12px}.red-line{width:24px;height:2px;background:var(--red)}h1{font-size:clamp(50px,5.35vw,82px);line-height:1.12;letter-spacing:-3.5px;margin:29px 0 25px}h1 em{color:var(--red)}.hero-description{font-size:16px;line-height:1.8;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;padding:17px 25px;font-size:14px;font-weight:500;min-height:54px;transition:background .2s,color .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button span{font-size:22px;line-height:1}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#b92630}.button-outline{border:1px solid var(--line);background:transparent}.button-outline:hover{background:var(--ink);color:white}.hero-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:35px;gap:15px}.hero-foot>span{font-size:10px;letter-spacing:1.3px}.hero-foot a{border:1px solid var(--line);width:40px;height:40px;display:grid;place-items:center}.hero-visual{position:relative;overflow:hidden;background:#666}.hero-photo{width:100%;height:100%;object-fit:cover;object-position:center 48%}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0003,transparent 30%,transparent 60%,#0009);pointer-events:none}.photo-top,.photo-label{position:absolute;left:36px;right:36px;z-index:1;color:#fff;display:flex;justify-content:space-between}.photo-top{top:28px;font-size:10px;letter-spacing:1.5px}.photo-label{bottom:33px;align-items:center}.photo-label small{display:block;font-size:10px;letter-spacing:1.5px;margin-bottom:7px}.photo-label>span{font-size:23px}.circle{display:grid;place-items:center;border:1px solid #fff7;border-radius:50%;width:49px;height:49px}.brand-strip{padding:25px 5%;display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--line);font-size:12px;letter-spacing:.6px}.brand-strip i{width:4px;height:4px;background:var(--red);border-radius:100%}.section{max-width:1440px;padding:110px 6%;margin:auto}h2{font-size:clamp(34px,3.5vw,53px);line-height:1.2;letter-spacing:-1.9px}h2 em{color:var(--muted)}.about{display:grid;grid-template-columns:.9fr 1fr;gap:10%;align-items:center}.about-photo{position:relative;height:565px}.about-photo img{width:100%;height:100%;object-fit:cover}.image-note{position:absolute;bottom:0;left:0;background:var(--paper);padding:16px 25px 0 0;font-size:12px}.about-copy h2{margin:22px 0 28px}.about-copy p:not(.eyebrow){margin-bottom:16px;max-width:495px}.text-link{display:inline-flex;gap:28px;align-items:center;border-bottom:1px solid var(--ink);padding:12px 0;background:none;font-size:14px;font-weight:500}.text-link span{color:var(--red);font-size:19px}.about-facts{display:grid;grid-template-columns:1fr 1fr;gap:20px;border-top:1px solid var(--line);margin-top:35px;padding-top:25px}.about-facts strong{font-family:var(--heading);font-size:21px;font-weight:500;display:block}.about-facts span{font-size:12px;color:var(--muted)}.environments{padding-top:30px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:40px}.section-heading h2{margin-top:20px}.section-heading>p{font-size:15px;padding-bottom:5px;max-width:340px}.filters{display:flex;gap:36px;border-bottom:1px solid var(--line);margin-bottom:30px;overflow-x:auto}.filters button{background:none;padding:14px 0;color:var(--muted);white-space:nowrap;font-size:15px;border-bottom:2px solid transparent}.filters button.active{color:var(--ink);border-bottom-color:var(--red)}.filters sup{font-size:10px;margin-left:5px;color:var(--red)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 25px}.project-card{text-align:left;background:transparent;padding:0;display:block;width:100%}.project-image{height:385px;overflow:hidden;position:relative;background:#e4e4dd}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s}.project-card:hover img{transform:scale(1.045)}.project-image:after{content:'↗';position:absolute;right:15px;bottom:15px;width:38px;height:38px;display:grid;place-items:center;background:var(--paper);border-radius:50%;font-size:22px}.project-meta{display:flex;justify-content:space-between;gap:10px;padding-top:15px}.project-meta h3{font-size:17px;line-height:1.4}.project-meta p{font-size:12px;margin-top:4px}.project-meta>span{font-size:11px;color:var(--muted)}.gallery-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:40px}.gallery-bottom>span{font-size:13px;color:var(--muted)}[hidden]{display:none!important}.differences{background:#292a26;color:#f8f8f1}.differences .eyebrow{color:#cacbc0}.differences h2 em{color:#bebfb2}.differences p{color:#bcbeb2}.difference-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #ffffff26;padding-top:40px;gap:35px}.detail-number{font-size:13px;color:#e98283}.difference-grid h3{font-size:21px;line-height:1.4;margin:23px 0 14px}.difference-grid p{font-size:14px;line-height:1.8}.sustainability{margin-top:45px;padding-top:25px;border-top:1px solid #ffffff26;display:flex;gap:20px;align-items:center}.sustainability>span{font-size:30px;color:#d5d8be}.sustainability p{font-size:13px}.sustainability strong{font-weight:500;color:#e7e9db}.showroom{display:grid;grid-template-columns:1fr .9fr;gap:12%;align-items:center}.showroom h2{margin:20px 0 28px}.showroom-copy>p:not(.eyebrow){margin-bottom:22px;max-width:420px}.showroom-address{display:block;margin-top:45px;font-size:13px;color:var(--muted)}.showroom-poster{position:relative;padding:0;height:520px;overflow:hidden;width:100%}.showroom-poster img{width:100%;height:100%;object-fit:cover;filter:brightness(.8);transition:transform .6s}.showroom-poster:hover img{transform:scale(1.04)}.play-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:76px;height:76px;display:grid;place-items:center;border:1px solid #fffc;border-radius:50%;color:#fff;background:#ffffff12;backdrop-filter:blur(6px);font-size:22px}.poster-caption{position:absolute;left:25px;right:25px;bottom:24px;display:flex;justify-content:space-between;color:white;font-size:10px;letter-spacing:1px}.contact{display:grid;grid-template-columns:1fr 1fr;background:#ededE7}.contact-image{position:relative;min-height:790px;overflow:hidden}.contact-image>img{width:100%;height:100%;object-fit:cover;position:absolute}.contact-image:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 35%,#000b)}.contact-image>div{position:absolute;bottom:55px;left:10%;right:7%;z-index:1;color:white}.contact-image .eyebrow{color:white;margin-bottom:20px}.contact-image h2 em{color:white}.contact-content{padding:65px 12% 55px}.contact-content h3{font-size:27px;line-height:1.4;letter-spacing:-.7px;margin-bottom:13px}.contact-content>p{font-size:14px}.contact-content form{margin-top:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}label{font-size:12px;display:block;font-weight:500;margin-bottom:15px}input:not([type=checkbox]),select,textarea{border:0;border-bottom:1px solid #bfc0b6;background:transparent;color:var(--ink);border-radius:0;display:block;width:100%;padding:10px 0;outline-offset:2px;font-size:14px}textarea{resize:vertical;min-height:83px}input::placeholder,textarea::placeholder{color:#76776e;font-weight:400}.consent{display:flex;gap:9px;align-items:flex-start;font-size:11px;font-weight:400;color:#5d5f55;margin:22px 0}.consent input{accent-color:var(--ink);width:16px;height:16px;flex-shrink:0;margin-top:2px}.privacy-link{padding:0;background:none;text-decoration:underline;font-size:inherit}.contact-content .button{width:100%}.form-note{font-size:11px;margin-top:9px}#form-status{font-size:13px;margin-top:12px}footer{background:#20211e;color:#e4e5dc;padding:65px 6% 25px}.footer-main{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:50px;padding-bottom:45px}.footer-main img{width:180px;height:auto;margin-bottom:22px}.footer-main p{font-size:13px;color:#bcbeb2;margin:15px 0}.footer-main h3{font:500 14px var(--font);margin-bottom:18px}.footer-main a:not(:has(img)){font-size:13px;display:block;color:#bcbeb2;line-height:2}.footer-main a:hover{color:#fff}.socials{display:flex;gap:22px}.footer-bottom{border-top:1px solid #ffffff26;padding-top:23px;display:flex;justify-content:space-between;gap:25px;font-size:11px;color:#bcbeb2}dialog{border:0;padding:0;color:var(--ink);background:var(--paper);max-width:94vw;max-height:94svh}dialog::backdrop{background:#111e;backdrop-filter:blur(5px)}.modal-close{position:absolute;right:16px;top:12px;width:44px;height:44px;font-size:30px;background:var(--paper);z-index:2;line-height:1}.lightbox-layout{display:flex;align-items:center;gap:15px;padding:65px 20px 25px}.lightbox-layout figure{min-width:0}.lightbox-layout img{max-height:72svh;max-width:72vw;width:auto;margin:auto;object-fit:contain}.lightbox-layout figcaption{display:flex;justify-content:space-between;gap:25px;padding-top:16px;font-size:13px}.photo-arrow{background:none;font-size:25px;padding:12px}#video-dialog{padding:65px 20px 20px;text-align:center}#video-container video{display:block;border:0;width:min(350px,80vw);height:min(65svh,620px)}.video-status{font-size:13px;max-width:350px;margin-top:12px}#privacy-dialog{padding:65px 35px 35px;max-width:600px;width:90vw}#privacy-dialog h2{font-size:30px;margin-bottom:20px}#privacy-dialog p{margin-top:14px;font-size:15px}#privacy-dialog a{text-decoration:underline;overflow-wrap:anywhere}.skip{position:fixed;left:15px;top:-100px;z-index:99;background:#fff;padding:15px}.skip:focus{top:15px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}body.modal-open{overflow:hidden}
@media(min-width:1600px){.hero-copy{padding-left:max(10%,calc((100vw - 1440px)/2))}}
@media(max-width:1100px){.header{padding:0 4%;height:82px}.header nav{gap:20px;font-size:13px}.nav-contact{margin-left:0}.hero{height:auto;min-height:650px}.hero-copy{padding:55px 8% 25px}h1{font-size:60px}.hero-foot>span{font-size:9px}.section{padding:80px 5%}.about{gap:6%}.about-photo{height:520px}.project-image{height:315px}.difference-grid{gap:23px}.difference-grid h3{font-size:18px}.contact-content{padding:50px 8%}.contact-image{min-height:820px}.showroom{gap:7%}.environments{padding-top:20px}}
@media(max-width:800px){html{scroll-padding-top:75px}.header{height:76px;padding:0 6%}.brand img{width:155px}.menu-toggle{display:grid;gap:6px;background:none;width:44px;height:44px;padding:13px 8px}.menu-toggle span{height:1px;width:28px;background:var(--ink)}.header nav{display:none;position:absolute;top:76px;left:0;right:0;padding:25px 6% 35px;background:var(--paper);border-bottom:1px solid var(--line);align-items:stretch;gap:20px;font-size:16px}.header nav.open{display:flex;flex-direction:column}.nav-contact{align-self:flex-start}.hero{min-height:0}.hero-copy{padding:40px 10% 25px 12%}h1{font-size:45px;letter-spacing:-2px;margin-top:25px}.eyebrow{font-size:10px;letter-spacing:1.3px}.hero-description{font-size:14px}.hero .button{font-size:12px;padding:14px 18px;gap:15px}.hero-foot>span{display:none}.hero-foot{padding-top:25px}.photo-top{left:20px;right:20px;font-size:8px}.photo-top span:first-child{max-width:140px}.photo-label{left:20px;right:20px;bottom:25px}.photo-label>span{font-size:17px}.photo-label small{font-size:8px}.circle{width:35px;height:35px;flex-shrink:0}.brand-strip{flex-wrap:wrap;justify-content:center;font-size:11px;padding:20px 5%;gap:10px 18px}.brand-strip i:last-of-type{display:none}.section{padding:65px 6%}h2{font-size:37px}.about{gap:7%;grid-template-columns:.9fr 1fr}.about-photo{height:480px}.about-copy p:not(.eyebrow){font-size:14px}.about-facts{grid-template-columns:1fr;gap:15px}.about-facts strong{font-size:18px}.section-heading>p{font-size:13px;max-width:240px}.filters{gap:28px}.gallery{grid-template-columns:repeat(2,1fr)}.difference-grid{grid-template-columns:repeat(2,1fr);gap:35px}.showroom-poster{height:440px}.showroom-copy>p:not(.eyebrow){font-size:14px}.showroom-address{margin-top:25px}.contact{grid-template-columns:1fr}.contact-image{min-height:470px}.contact-image>img{object-position:center 42%}.contact-image>div{left:6%;bottom:35px}.contact-content{padding:50px 8%}.footer-main{grid-template-columns:1fr 1fr;gap:35px}.footer-main>div:first-child{grid-column:1/-1}.footer-bottom{flex-wrap:wrap}.environments{padding-top:15px}.poster-caption{display:block}.poster-caption span{display:none}}
@media(max-width:560px){.hero{display:flex;flex-direction:column}.hero-copy{padding:35px 6% 30px}.hero h1{font-size:57px;line-height:1.1;margin:22px 0;letter-spacing:-2.9px}.hero-description br{display:none}.hero-description{max-width:310px;margin-bottom:23px}.hero .button{font-size:14px;padding:16px 22px;gap:35px}.hero-foot{display:none}.hero-visual{height:475px}.hero-photo{object-position:center 50%}.photo-top{top:20px}.photo-top span:first-child{max-width:none}.photo-label>span{font-size:21px}.photo-label small{font-size:9px}.brand-strip{display:grid;grid-template-columns:1fr 1fr;font-size:10px;gap:12px;text-align:center}.brand-strip i{display:none}.about{display:flex;flex-direction:column-reverse;gap:30px;align-items:stretch}.about-photo{height:430px}.about-facts{grid-template-columns:1fr 1fr;margin-top:25px}.about-copy p:not(.eyebrow){font-size:15px}.section-heading{display:block;margin-bottom:25px}.section-heading>p{margin-top:22px;max-width:100%}.section-heading>p br{display:none}.gallery{gap:27px 14px}.project-image{height:245px}.project-meta h3{font-size:14px}.project-meta p{font-size:11px}.project-meta>span{display:none}.gallery-bottom{align-items:flex-start;flex-direction:column;margin-top:28px}.gallery-bottom .button{width:100%}.filters{gap:25px;margin-bottom:25px}.filters button{font-size:14px}.difference-grid{gap:32px 23px}.difference-grid h3{font-size:18px}.difference-grid p{font-size:13px}.sustainability{align-items:flex-start}.sustainability p{font-size:12px}.showroom{display:flex;flex-direction:column;align-items:stretch;gap:35px}.showroom-poster{height:475px}.contact-image{min-height:400px}.contact-content{padding:40px 6%}.contact-content h3{font-size:25px}.form-row{grid-template-columns:1fr;gap:0}.contact-image h2{font-size:36px}.footer-main{grid-template-columns:1fr;gap:35px}.footer-main>div:first-child{grid-column:auto}.footer-bottom{display:flex;flex-direction:column;gap:15px}.lightbox-layout{padding:65px 8px 20px;gap:2px}.photo-arrow{padding:5px;font-size:22px}.lightbox-layout img{max-width:74vw}.lightbox-layout figcaption{font-size:11px;gap:10px}.consent{font-size:12px}.form-note{font-size:12px}.image-note{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
