@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap";:root{--black: #050505;--white: #ffffff;--line: #d6dbdc;--yellow: #d8a700;--muted: #797e81}*{box-sizing:border-box}html{min-height:100%}body{min-height:100%;margin:0;color:var(--white);background:var(--black);font-family:Instrument Sans,Arial,Helvetica,sans-serif;font-feature-settings:"ss01" 1,"cv05" 1}body.gallery-open{overflow:hidden}a{color:inherit;text-decoration:none}.intro{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;background:radial-gradient(circle at 18% 50%,rgba(216,167,0,.08),transparent 30%),#f2eeee;color:var(--black);pointer-events:none}.intro__brand{display:grid;grid-template-columns:auto minmax(0,auto);justify-items:center;align-items:center;column-gap:clamp(64px,5vw,96px);width:min(1120px,calc(100vw - 80px));min-height:260px;text-align:left}.intro__mark-wrap{display:grid;place-items:center;width:clamp(150px,15vw,240px);height:clamp(150px,15vw,240px);justify-self:end}.intro__mark{display:block;width:100%;height:100%;object-fit:contain}.intro__word-wrap{display:grid;gap:14px;overflow:hidden;padding:10px 0;justify-self:start;width:max-content}.intro__word{display:flex;gap:.22em;color:#545454;font-size:clamp(46px,5.6vw,96px);font-weight:700;line-height:.95;letter-spacing:0;white-space:nowrap}.intro__word span{display:inline-block;opacity:0;transform:translateY(18px)}.intro__tagline{display:block;justify-self:center;text-align:center;color:#545454b8;font-size:clamp(13px,1.25vw,18px);font-weight:700;letter-spacing:.18em;line-height:1;text-transform:uppercase;opacity:0;transform:translateY(10px)}.intro__line{position:absolute;top:0;bottom:0;width:1px;background:var(--line);opacity:0;transform:scaleY(0)}.intro__line--left{left:33.35%;transform-origin:top}.intro__line--right{right:33.35%;transform-origin:bottom}.intro__stage{width:min(1120px,calc(100vw - 40px));text-align:center}.intro__logo-mask{display:inline-block;max-width:100%;overflow:hidden;padding:24px 0;margin:-24px 0;transform:scaleX(.08);transform-origin:center}.intro__logo{display:block;font-size:clamp(28px,4vw,58px);font-weight:900;line-height:.95;letter-spacing:0;text-transform:uppercase;white-space:nowrap;opacity:0;transform:translateY(2px)}.intro__meta{display:flex;justify-content:center;align-items:center;gap:24px;width:100%;margin:0 auto;font-size:14px;font-weight:800;line-height:1;white-space:nowrap;opacity:0;transform:translateY(-2px)}.intro__meta span:first-child{text-align:center}.intro__meta span:last-child{text-align:center}.intro__plus{color:var(--yellow);font-weight:900}.site-shell{min-height:100vh}.topbar{position:fixed;top:0;left:0;right:0;z-index:5;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:28px;padding:38px 42px;font-weight:800}.brand{display:inline-flex;align-items:center;width:fit-content;font-size:20px;text-transform:uppercase}.nav{display:none;gap:28px;color:#ffffffd1}.quote-link{justify-self:end;padding:15px 22px;border:1px solid rgba(255,255,255,.35);border-radius:999px;animation:talkFirstPulse 1.35s ease-out .4s 1,talkPulse 5.8s ease-in-out 2.2s infinite;transform-origin:center}.quote-link:hover{animation-play-state:paused;background:#ffffff29}.topbar__actions{justify-self:end;display:flex;align-items:center;gap:12px}.language-toggle{display:inline-grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:var(--white);background:#ffffff14;font:inherit;font-size:13px;font-weight:700;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.language-toggle:hover{background:#ffffff29}.menu-toggle{display:grid;place-items:center;width:48px;height:48px;padding:0;border:0;color:currentColor;background:transparent;cursor:pointer}.menu-toggle span,.menu-close span{display:block;width:40px;height:3px;border-radius:999px;background:currentColor}.menu-toggle span+span{margin-top:9px}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:block;min-height:100svh;padding:36px 44px 34px;overflow:auto;color:var(--white);background:#020202;opacity:0;visibility:hidden;transform:translateY(-18px)}.mobile-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu__grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(90deg,transparent 43px,rgba(255,255,255,.16) 44px,transparent 45px),linear-gradient(90deg,transparent calc(100% - 45px),rgba(255,255,255,.1) calc(100% - 44px),transparent calc(100% - 43px))}.mobile-menu__top,.mobile-menu__nav,.mobile-menu__socials,.mobile-menu__media,.mobile-menu__address,.mobile-menu__footer{position:relative;z-index:1}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between}.mobile-menu__brand{font-size:30px;font-weight:800;line-height:1;text-transform:uppercase}.menu-close{display:grid;place-items:center;width:52px;height:52px;padding:0;border:0;color:var(--white);background:transparent;cursor:pointer}.menu-close span{position:absolute}.menu-close span:first-child{transform:rotate(45deg)}.menu-close span:last-child{transform:rotate(-45deg)}.mobile-menu__nav{display:grid;gap:20px;margin-top:70px;font-size:clamp(38px,10vw,54px);line-height:.96;font-weight:500}.mobile-menu__socials{display:flex;justify-content:space-between;gap:18px;margin-top:58px;color:#ffffff94;font-size:18px;font-weight:500}.mobile-menu__media{display:grid;grid-template-columns:1fr;margin-top:64px}.mobile-menu__media img{width:100%;height:210px;display:block;border-radius:10px;object-fit:cover}.mobile-menu__media img:nth-child(2){width:48%;height:128px;justify-self:end;margin-top:-82px;box-shadow:0 18px 38px #00000057}.mobile-menu__address{display:grid;gap:5px;margin-top:22px;font-style:normal;font-size:20px;line-height:1.25;font-weight:600}.mobile-menu__footer{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-top:36px}.mobile-menu__footer div{display:grid;gap:6px;font-size:20px;line-height:1.2;font-weight:500}.language-toggle--menu{flex:0 0 auto;color:var(--black);background:#ffd900;border-color:#ffd900}body.menu-open{overflow:hidden}@media (min-width: 1101px){.mobile-menu{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(360px,.75fr) minmax(240px,.55fr);grid-template-rows:auto 1fr auto;column-gap:70px;padding:58px 54px 54px}.mobile-menu__grid{background-image:linear-gradient(90deg,transparent calc(50% - .5px),rgba(255,255,255,.13) 50%,transparent calc(50% + .5px)),linear-gradient(90deg,transparent calc(75% - .5px),rgba(255,255,255,.1) 75%,transparent calc(75% + .5px))}.mobile-menu__top{grid-column:1 / -1}.mobile-menu__media{grid-column:1;grid-row:2;align-self:center;margin-top:0}.mobile-menu__media img{height:min(42vh,360px)}.mobile-menu__media img:nth-child(2){width:48%;height:150px}.mobile-menu__address{grid-column:1;grid-row:3;margin-top:0;max-width:310px}.mobile-menu__nav{grid-column:2;grid-row:2;align-self:center;gap:28px;margin-top:0;font-size:clamp(48px,4vw,78px)}.mobile-menu__socials{grid-column:2;grid-row:3;display:grid;justify-content:start;gap:22px;margin-top:0;font-size:18px}.mobile-menu__footer{grid-column:3;grid-row:2 / span 2;align-self:end;display:grid;justify-items:start;margin-top:0}.mobile-menu__footer .language-toggle{display:none}}.hero{position:sticky;top:0;z-index:0;min-height:100vh;overflow:hidden;display:grid;align-items:end;padding:140px 42px 17vh}.hero__image,.hero__image img,.hero__shade,.hero__grid{position:absolute;top:0;right:0;bottom:0;left:0}.hero__image img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero__shade{background:linear-gradient(90deg,#00000094,#00000029 48%,#00000061),linear-gradient(180deg,#0000005c,#0000000a 38%,#0000009e)}.hero__grid{background-image:linear-gradient(90deg,transparent calc(33.333% - .5px),rgba(255,255,255,.24) 33.333%,transparent calc(33.333% + .5px)),linear-gradient(90deg,transparent calc(66.666% - .5px),rgba(255,255,255,.24) 66.666%,transparent calc(66.666% + .5px))}.hero__content{position:relative;z-index:1;max-width:1180px}.hero__kicker{margin:0 0 22px;font-size:clamp(18px,2vw,28px);font-weight:800}.hero h1{max-width:1150px;margin:0;font-size:clamp(64px,9.2vw,142px);line-height:.9;letter-spacing:0}.hero__details{display:flex;flex-wrap:wrap;gap:18px;margin-top:34px;font-size:18px;font-weight:800}.hero__details span{padding-right:18px;border-right:1px solid rgba(255,255,255,.35)}.hero__details span:last-child{border-right:0}.stats-section{position:relative;z-index:6;min-height:100vh;padding:34px 42px 42px;color:var(--black);background:#f2eeee;overflow:hidden}.stats-section__year{position:absolute;top:34px;left:22.5%;color:#9d9da1;font-size:18px;font-weight:500}.stats-section__headline{width:min(1180px,73vw);margin-left:25.2%}.stats-section h2{margin:0;font-size:clamp(30px,2.65vw,54px);line-height:1.18;letter-spacing:0;font-weight:600}.stats-board{position:relative;display:grid;grid-template-columns:1.2fr 1fr 1.1fr .9fr;gap:54px;min-height:560px;margin-top:92px}.stat-card{position:relative;min-width:0}.stat-card--foundation{align-self:start;padding-top:34px}.stat-card--launched{align-self:center}.stat-card--clients{align-self:start;padding-top:34px}.stat-card--current{align-self:center;padding-top:74px}.stat-number{display:block;font-size:clamp(64px,5.6vw,106px);font-weight:500;line-height:.9;letter-spacing:0}.stat-card h3{margin:0;padding-top:28px;font-size:clamp(24px,1.85vw,36px);line-height:1.1;letter-spacing:0;font-weight:500}.stat-card p{margin:12px 0 0;color:#8f8f95;font-size:clamp(18px,1.15vw,23px);font-weight:500}.image-row{display:flex;align-items:center;margin-top:48px;padding-left:2px}.image-row img{width:64px;height:64px;margin-left:-10px;border:2px solid #f2eeee;border-radius:12px;object-fit:cover}.image-row img:first-child{margin-left:0}.image-row--small img,.image-row--avatars img{width:58px;height:58px;border-radius:50%}.decor-line{position:absolute;display:block;height:1px;background:#d7d7dc}.decor-line:after{content:"";position:absolute;top:50%;right:-17px;width:34px;height:34px;border-left:1px solid #d7d7dc;border-top:1px solid #d7d7dc;transform:translateY(-50%) rotate(45deg)}.decor-line--right{left:150px;right:-6px;top:314px}.decor-line--cross{left:140px;right:-42px;top:318px}.stats-action{display:flex;align-items:center;gap:42px;margin-left:25.2%;margin-top:20px}.design-button{display:inline-flex;align-items:center;justify-content:space-between;gap:42px;min-width:430px;min-height:66px;padding:10px 14px 10px 32px;border:0;border-radius:999px;color:var(--black);background:var(--white);font:inherit;font-size:20px;font-weight:600;cursor:pointer}.typing-text{position:relative;min-width:285px;text-align:left}.typing-text:after{content:"";display:inline-block;width:2px;height:1em;margin-left:4px;background:currentColor;vertical-align:-.12em;animation:caretBlink .9s steps(1) infinite}.design-button__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#ffd900;font-size:28px;line-height:1}@keyframes caretBlink{0%,45%{opacity:1}46%,to{opacity:0}}.stats-action p{margin:0;color:#8f8f95;font-size:18px;font-weight:500}.stats-action p span{display:inline-block;width:10px;height:10px;margin-left:12px;border-radius:50%;background:#53bd45}.projects-section{position:relative;z-index:7;min-height:100vh;padding:0 42px 64px;color:var(--black);background:#f2eeee;overflow:hidden}.projects-section__topline{transform-origin:left center;height:4px;background:var(--black)}.projects-section__intro{padding-top:42px}.projects-section__intro>p{margin:0;font-size:21px;font-weight:700;text-transform:uppercase}.projects-section__heading-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:32px;margin-top:92px}.projects-section h2{margin:0;font-size:clamp(72px,7vw,132px);line-height:.9;font-weight:600;letter-spacing:0}.project-controls{display:none;align-items:center;gap:24px;color:#77777d;font-size:18px;font-weight:500}.project-control{display:grid;place-items:center;width:58px;height:58px;border:0;border-radius:50%;color:var(--black);background:var(--white);box-shadow:0 1px 4px #05050514;font:inherit;font-size:34px;line-height:1;cursor:default}.project-control--muted{color:#aaaab0}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px;margin-top:80px}.project-card{position:relative;min-height:540px;overflow:hidden;border-radius:10px;background:#ded9d6;box-shadow:0 26px 80px #120e0c14}.project-card img{width:100%;height:100%;min-height:590px;display:block;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1);will-change:transform}.project-card:hover img{transform:scale(1.045)}.project-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 54%,rgba(0,0,0,.34));opacity:0;transition:opacity .35s ease}.project-card:hover:after{opacity:1}.project-card__mark{position:absolute;top:22px;right:28px;z-index:1;color:#ffffffeb;text-shadow:0 10px 28px rgba(0,0,0,.18);font-size:42px;font-weight:600;line-height:1;transform:rotate(90deg)}.project-card__caption{position:absolute;left:24px;right:24px;bottom:22px;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:18px;color:var(--white);opacity:0;transform:translateY(16px);transition:opacity .35s ease,transform .35s ease}.project-card:hover .project-card__caption{opacity:1;transform:translateY(0)}.project-card__caption span{font-size:15px;font-weight:600}.project-card__caption h3{margin:0;font-size:28px;font-weight:600;text-align:right}.projects-page{color:var(--black);background:#f2eeee}.projects-archive{position:relative;z-index:2;min-height:100vh;padding:120px 42px 84px;color:var(--black);background:#f2eeee}.projects-archive__topline{height:4px;background:var(--black)}.projects-archive__intro{display:grid;grid-template-columns:1fr;gap:26px;align-items:start;padding-top:42px}.projects-archive__intro p{margin:0 0 16px;color:#77777d;font-size:18px;font-weight:700;text-transform:uppercase}.projects-archive h1{max-width:980px;margin:0;font-size:clamp(72px,8.2vw,148px);line-height:.88;font-weight:600;letter-spacing:0}.projects-filter{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start;margin:44px 0 64px}.projects-filter__button{min-height:48px;padding:0 22px;border:1px solid rgba(5,5,5,.12);border-radius:999px;color:#6d6d73;background:#ffffff94;font:inherit;font-size:16px;font-weight:700;cursor:pointer;transition:color .25s ease,background .25s ease,border-color .25s ease}.projects-filter__button.is-active,.projects-filter__button:hover{border-color:var(--black);color:var(--white);background:var(--black)}.projects-archive__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}.archive-project-card{position:relative;min-height:520px;overflow:hidden;border-radius:10px;color:var(--white);background:#ddd7d3;isolation:isolate}.archive-project-card.is-hidden{display:none}.archive-project-card--wide{grid-column:auto}.archive-project-card img{width:100%;height:100%;min-height:520px;display:block;object-fit:cover;transition:transform .9s cubic-bezier(.22,1,.36,1),filter .35s ease}.archive-project-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,#0000000a,#0000008f)}.archive-project-card:hover img{transform:scale(1.045);filter:saturate(1.05)}.archive-project-card span,.archive-project-card h2,.archive-project-card p{position:absolute;z-index:1}.archive-project-card span{top:24px;left:24px;color:#ffffffc7;font-size:15px;font-weight:700}.archive-project-card h2{left:24px;right:24px;bottom:72px;margin:0;font-size:clamp(34px,3.2vw,58px);line-height:.95;font-weight:600}.archive-project-card p{left:24px;right:24px;bottom:26px;margin:0;color:#ffffffbd;font-size:17px;font-weight:600}.project-detail-page{color:var(--black);background:#f2eeee}.topbar--detail{color:var(--black);min-height:76px;padding:0 42px;background:#f2eeee;box-shadow:none}.topbar--detail .brand,.topbar--detail .quote-link,.topbar--detail .language-toggle,.topbar--detail .menu-toggle{color:var(--black);border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.topbar--detail .brand{min-height:auto;padding:0;border-radius:0}.topbar--detail .nav{color:#050505b8}.project-hero-detail{position:relative;z-index:1;min-height:100vh;padding:140px 42px 78px;color:var(--black);background:#f2eeee}.project-detail-page .project-hero-detail--image{padding-top:76px}.topbar--light{color:var(--black)}.topbar--light .nav{color:#050505b8}.topbar--light .quote-link,.topbar--light .language-toggle{color:var(--black);border-color:#0505052e;background:#ffffff8c}.contact-page,.legal-page{color:var(--black);background:#f2eeee}.contact-hero{position:relative;z-index:1;min-height:92vh;display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:54px;padding:150px 42px 82px;color:var(--black);background:linear-gradient(90deg,rgba(5,5,5,.06) 1px,transparent 1px) 0 0 / 16.666% 100%,#f2eeee}.contact-panel__info--hero{grid-column:2;grid-row:2;align-self:start;grid-template-columns:1fr;gap:20px;padding-top:22px}.contact-hero__details{align-self:start;display:grid;gap:22px;color:#66666d;font-size:20px;font-weight:600;line-height:1.25}.contact-hero__details address,.contact-panel address{display:grid;gap:4px;font-style:normal}.contact-hero__title p{margin:0 0 18px;color:#77777d;font-size:22px;font-weight:700}.contact-hero__title{grid-column:1;grid-row:1 / span 2}.contact-hero h1{max-width:920px;margin:0;font-size:clamp(58px,6.8vw,122px);line-height:.88;font-weight:600;letter-spacing:0}.contact-hero__card{grid-column:2;grid-row:1;display:grid;gap:16px;justify-items:start;align-self:end;margin-top:0}.contact-hero__card img{width:112px;height:112px;border-radius:50%;object-fit:cover}.contact-hero__card div{display:grid;gap:4px}.contact-hero__card strong{font-size:20px;font-weight:700}.contact-hero__card span{color:#787880;font-size:16px;font-weight:600}.contact-panel{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:76px 42px 98px;color:var(--black);background:#f2eeee}.legal-hero{display:grid;gap:22px;padding:170px 42px 76px;border-bottom:1px solid rgba(5,5,5,.14)}.legal-hero p,.legal-hero span{color:var(--muted);font-size:17px;font-weight:800}.legal-hero p{text-transform:uppercase}.legal-hero h1{max-width:980px;font-size:clamp(64px,8vw,138px);line-height:.9}.legal-content{display:grid;grid-template-columns:minmax(220px,.4fr) minmax(0,1fr);gap:34px 80px;padding:72px 42px 110px}.legal-content article{display:grid;grid-column:2;grid-template-columns:minmax(180px,.32fr) minmax(0,1fr);gap:36px;padding-top:30px;border-top:1px solid rgba(5,5,5,.16)}.legal-content h2{font-size:clamp(24px,2vw,34px);line-height:1}.legal-content p{max-width:780px;color:var(--muted);font-size:clamp(18px,1.35vw,24px);font-weight:650;line-height:1.3}.contact-panel__intro h2{max-width:760px;margin:0;font-size:clamp(30px,2.7vw,48px);line-height:1.08;font-weight:600}.contact-panel__intro p{max-width:620px;margin:28px 0 0;color:#6f6f76;font-size:clamp(18px,1.4vw,25px);line-height:1.35;font-weight:500}.contact-panel__info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;grid-column:1 / -1;padding-top:42px;border-top:1px solid rgba(5,5,5,.16)}.contact-panel__info>div{display:grid;align-content:start;gap:12px}.contact-panel__info p,.contact-message>p{margin:0;color:#85858b;font-size:16px;font-weight:700}.contact-panel__info a,.contact-panel__info address{color:var(--black);font-size:clamp(19px,1.7vw,30px);line-height:1.12;font-weight:600}.contact-message{grid-column:1 / -1;display:grid;grid-template-columns:.35fr 1fr auto;align-items:center;gap:34px;margin-top:14px;padding:34px 0 0;border-top:1px solid rgba(5,5,5,.16)}.contact-message h3{max-width:780px;margin:0;font-size:clamp(24px,2.4vw,42px);line-height:1.06;font-weight:600}.contact-message a{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 26px;border-radius:999px;color:var(--white);background:var(--black);font-size:18px;font-weight:700}.project-hero-detail--image{min-height:82vh;display:grid;align-items:end;padding-top:140px;padding-bottom:70px;overflow:hidden;color:var(--white);background:var(--black)}.project-hero-detail__image,.project-hero-detail__shade,.project-hero-detail__grid{position:absolute;top:0;right:0;bottom:0;left:0}.project-hero-detail__image{width:100%;height:100%;object-fit:cover}.project-hero-detail__shade{background:linear-gradient(90deg,#00000094,#0000001f 58%,#00000047),linear-gradient(180deg,#0000002e,#00000024 45%,#00000094)}.project-hero-detail__grid{background-image:linear-gradient(90deg,transparent calc(33.333% - .5px),rgba(255,255,255,.2) 33.333%,transparent calc(33.333% + .5px)),linear-gradient(90deg,transparent calc(66.666% - .5px),rgba(255,255,255,.2) 66.666%,transparent calc(66.666% + .5px))}.project-hero-detail__content{position:relative;z-index:1}.project-hero-detail__content time,.project-hero-detail__content p{display:block;margin:0;color:#ffffffc2;font-size:clamp(14px,1.05vw,18px);line-height:1;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.project-hero-detail__content h1{max-width:820px;margin:12px 0 0;padding:0;font-size:clamp(58px,7vw,116px);line-height:.9;color:var(--white)}.project-overview{position:relative;z-index:2;padding:64px 42px 78px;color:var(--black);background:#f2eeee}.project-overview__back{display:inline-flex;margin-bottom:38px;color:var(--black);font-size:18px;font-weight:700}.project-hero-detail__meta{display:flex;align-items:center;justify-content:space-between;gap:24px;color:#77777d;font-size:18px;font-weight:600}.project-hero-detail__meta a{color:var(--black)}.project-hero-detail__title{margin-top:92px;border-top:1px solid rgba(5,5,5,.16);border-bottom:1px solid rgba(5,5,5,.16)}.project-hero-detail h1{max-width:1500px;margin:0;padding:42px 0 52px;font-size:clamp(78px,12vw,220px);line-height:.82;font-weight:600;letter-spacing:0}.project-info-grid{display:grid;grid-template-columns:1.1fr .8fr .8fr .9fr;gap:36px;margin-top:44px}.project-info-grid div{display:grid;gap:10px;min-height:90px;padding-top:20px;border-top:1px solid rgba(5,5,5,.16)}.project-info-grid span{color:#8b8b91;font-size:17px;font-weight:600}.project-info-grid strong{font-size:clamp(22px,2vw,36px);line-height:1;font-weight:600}.project-cover{margin:78px 0 0;overflow:hidden;border-radius:10px;background:#ddd8d5}.project-cover img{width:100%;height:min(760px,72vh);display:block;object-fit:cover}.project-story{position:relative;z-index:2;display:grid;grid-template-columns:.7fr 1.3fr;gap:64px;padding:86px 42px 104px;color:var(--black);background:#f2eeee}.project-designer{display:flex;align-items:center;gap:18px;align-self:start}.project-designer img{width:68px;height:68px;border-radius:50%;object-fit:contain;padding:8px;background:#fff}.project-designer div{display:grid;gap:4px}.project-designer strong{font-size:20px;font-weight:600}.project-designer span{color:#838389;font-size:16px;font-weight:600}.project-story__content{max-width:1080px}.project-story__content p{margin:24px 0 0;color:#606066;font-size:clamp(20px,1.75vw,30px);line-height:1.28;font-weight:500}.project-story__content .project-lead{margin-top:0;color:var(--black);font-size:clamp(34px,3.1vw,58px);line-height:1.05;font-weight:600}.project-gallery-section{position:relative;z-index:3;padding:0 42px 104px;color:var(--black);background:#f2eeee}.project-gallery-heading{display:flex;align-items:center;gap:14px;margin:0 0 32px}.project-gallery-section h2{margin:0;color:#77777d;font-size:20px;font-weight:700}.project-gallery-open{display:grid;grid-template-columns:repeat(2,7px);gap:4px;width:34px;height:34px;place-content:center;border:1px solid rgba(5,5,5,.16);border-radius:50%;background:#ffffff8c;cursor:pointer}.project-gallery-open span{width:7px;height:7px;border-radius:2px;background:var(--black)}.project-gallery-preview{position:relative;width:min(760px,100%);padding:0;overflow:hidden;border:0;border-radius:10px;background:#ddd8d5;cursor:pointer}.project-gallery-preview img{width:100%;height:520px;display:block;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.project-gallery-preview:hover img{transform:scale(1.035)}.project-gallery-preview__hint{position:absolute;left:18px;bottom:18px;padding:10px 14px;border-radius:999px;color:var(--black);background:#ffffffd1;font-size:15px;font-weight:700}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:32px;background:#050505b8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.gallery-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}.gallery-lightbox__figure{position:relative;width:min(1120px,100%);margin:0}.gallery-lightbox__figure img{width:100%;max-height:78vh;display:block;border-radius:10px;object-fit:contain;background:#111113}.gallery-lightbox__figure figcaption{position:absolute;top:18px;left:18px;margin:0;padding:10px 14px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#ffffffeb;background:#08080961;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:13px;font-weight:700;text-align:center}.gallery-lightbox__whatsapp{position:absolute;left:50%;bottom:24px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;border-radius:999px;color:var(--black);background:#ffd900;box-shadow:0 18px 50px #00000057;font-size:16px;font-weight:700;text-decoration:none;transform:translate(-50%);transition:transform .25s ease,background .25s ease}.gallery-lightbox__whatsapp:hover{background:#ffe34a;transform:translate(-50%) translateY(-2px)}.gallery-lightbox__close,.gallery-lightbox__control{position:absolute;display:grid;place-items:center;border:0;border-radius:50%;color:var(--black);background:#ffffffe0;font:inherit;cursor:pointer}.gallery-lightbox__close{top:24px;right:24px;width:48px;height:48px;font-size:34px;line-height:1}.gallery-lightbox__control{top:50%;width:58px;height:58px;font-size:34px;transform:translateY(-50%)}.gallery-lightbox__control--prev{left:28px}.gallery-lightbox__control--next{right:28px}.project-detail-content{position:relative;z-index:4;padding:0 42px 108px;color:var(--black);background:#f2eeee}.project-detail-content--dark{padding-top:86px;color:var(--black);background:#f2eeee}.project-detail-content__heading{display:grid;grid-template-columns:.7fr 1.3fr;gap:64px;padding-top:42px;border-top:1px solid rgba(5,5,5,.18)}.project-detail-content--dark .project-detail-content__heading{border-color:#0505052e}.project-detail-content__heading p{margin:0;color:#77777d;font-size:20px;font-weight:700}.project-detail-content h2{max-width:760px;margin:0;font-size:clamp(34px,3.4vw,64px);line-height:1.02;font-weight:600}.project-text-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin-top:72px}.project-text-grid article{padding-top:28px;border-top:1px solid rgba(5,5,5,.18)}.project-detail-content--dark .project-text-grid article{border-color:#05050529}.project-text-grid h3{margin:0;font-size:clamp(24px,1.8vw,34px);line-height:1.08;font-weight:600}.project-text-grid p{margin:20px 0 0;color:#67676d;font-size:clamp(17px,1.35vw,23px);line-height:1.35;font-weight:500}.project-detail-content--dark .project-text-grid p{color:#67676d}.design-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:end;padding:72px 42px 92px;color:var(--black);background:#f2eeee;border-top:1px solid rgba(5,5,5,.14)}.design-cta p{margin:0 0 16px;color:#77777d;font-size:18px;font-weight:700}.design-cta h2{max-width:1050px;margin:0;font-size:clamp(36px,4.4vw,82px);line-height:.98;font-weight:600}.design-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 26px;border-radius:999px;color:var(--white);background:var(--black);font-size:17px;font-weight:700;white-space:nowrap}.remodel-galleries{padding:88px 42px 96px;color:var(--black);background:#f2eeee}.remodel-galleries__heading{margin-bottom:52px;padding-top:34px;border-top:1px solid rgba(5,5,5,.14)}.remodel-galleries__heading p{margin:0;color:#77777d;font-size:19px;font-weight:700}.remodel-galleries__heading h2{max-width:980px;margin:0;font-size:clamp(42px,4.8vw,86px);line-height:.96;font-weight:600}.remodel-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.remodel-gallery-row{display:grid;gap:28px;margin-bottom:56px}.remodel-gallery-row__head{display:grid;grid-template-columns:minmax(220px,.38fr) 1fr;gap:44px;align-items:end}.remodel-gallery-row__head div{display:grid;gap:10px}.remodel-gallery-row__head span{color:#8a8a91;font-size:18px;font-weight:700}.remodel-gallery-row__head h3{margin:0;font-size:clamp(28px,2.6vw,44px);line-height:1;font-weight:600}.remodel-gallery-row__head p{max-width:680px;margin:0;color:#77777d;font-size:19px;line-height:1.35;font-weight:600}.remodel-gallery-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:0}.remodel-gallery-card--compact .remodel-gallery-card__media,.remodel-gallery-card--compact .remodel-gallery-card__media img{min-height:390px}.remodel-gallery-card--compact{padding-bottom:0;border-bottom:0}.remodel-gallery-card--compact .remodel-gallery-card__content{grid-template-columns:42px 1fr}.remodel-gallery-card--compact .remodel-gallery-card__content h3{font-size:clamp(28px,2.4vw,42px)}.remodel-gallery-card{display:grid;gap:22px;padding-bottom:26px;border-bottom:1px solid rgba(5,5,5,.12)}.remodel-gallery-card__media{position:relative;width:100%;min-height:420px;overflow:hidden;border:0;border-radius:10px;background:#ddd7d3;cursor:pointer}.remodel-gallery-card__media img{width:100%;height:100%;min-height:420px;display:block;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1)}.remodel-gallery-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.48))}.remodel-gallery-card__media:hover img{transform:scale(1.04)}.remodel-gallery-card__media span{position:absolute;right:18px;bottom:18px;z-index:1;padding:11px 18px;border-radius:999px;color:var(--black);background:var(--white);font-size:15px;font-weight:700}.remodel-gallery-card__content{display:grid;grid-template-columns:54px 1fr;gap:10px 24px}.remodel-gallery-card__content span{grid-row:span 2;color:#8a8a91;font-size:18px;font-weight:700}.remodel-gallery-card__content h3{margin:0;font-size:clamp(28px,3vw,48px);line-height:1;font-weight:600}.remodel-gallery-card__content p{max-width:620px;margin:0;color:#77777d;font-size:18px;line-height:1.35;font-weight:600}.projects-section__footer{display:flex;justify-content:center;margin-top:52px}.all-projects-button{display:inline-flex;align-items:center;justify-content:space-between;gap:42px;min-width:310px;min-height:64px;padding:10px 12px 10px 28px;border-radius:999px;color:var(--black);background:var(--white);font-size:19px;font-weight:600;box-shadow:0 1px 6px #05050514}.all-projects-button span:last-child{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#ffd900;font-size:28px;line-height:1}.process-section{position:relative;z-index:8;min-height:auto;padding:72px 42px 104px;color:var(--white);background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px) 0 0 / 8.333% 100%,radial-gradient(circle at 18% 50%,rgba(255,255,255,.08),transparent 27%),#171719;overflow:hidden}.process-section:after{content:"";position:absolute;inset:auto 0 0;height:42%;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(0,0,0,.18))}.process-section__note{max-width:520px;margin:0;color:#9d9da3;font-size:18px;font-weight:500;line-height:1.35}.process-section h2{max-width:1360px;margin:20px auto 0;width:100%;font-size:clamp(76px,7.6vw,142px);line-height:.9;font-weight:600;letter-spacing:0;text-align:left}.process-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;margin-top:68px}.process-grid:before{content:"";position:absolute;left:0;right:0;top:26px;height:1px;background:#ffffff29}.process-card{position:relative;min-width:0;padding-top:58px}.process-card--one,.process-card--two,.process-card--three,.process-card--four,.process-card--five{grid-column:auto;margin-top:0}.process-card__number{position:absolute;top:0;left:0;display:grid;place-items:center;width:52px;height:52px;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#ffffffbd;background:#171719;font-size:15px;font-weight:600}.process-card img{width:100%;aspect-ratio:1.55 / 1;height:auto;display:block;border-radius:8px;object-fit:cover;filter:saturate(.88) contrast(1.04);will-change:transform}.process-card h3{margin:24px 0 0;font-size:clamp(22px,1.55vw,30px);line-height:1.05;font-weight:600}.process-card p{max-width:290px;margin:16px 0 0;color:#ffffff8f;font-size:16px;font-weight:500;line-height:1.35}.faq-section{position:relative;z-index:9;min-height:100vh;padding:0 42px 86px;color:var(--black);background:#f2eeee;overflow:hidden}.faq-section__topline{transform-origin:left center;height:4px;background:var(--black)}.faq-section__header{display:grid;grid-template-columns:1fr;gap:42px;padding-top:42px}.faq-section__header p{margin:0;color:#77777d;font-size:18px;font-weight:700}.faq-section h2{max-width:980px;margin:0;font-size:clamp(52px,6.2vw,112px);line-height:.9;font-weight:600;letter-spacing:0}.faq-list{width:min(1120px,100%);margin:92px auto 0 0;border-top:1px solid rgba(5,5,5,.18)}.faq-item{border-bottom:1px solid rgba(5,5,5,.18)}.faq-question{display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;width:100%;min-height:92px;padding:24px 0;border:0;color:var(--black);background:transparent;font:inherit;font-size:clamp(24px,2.4vw,42px);font-weight:500;line-height:1.05;text-align:left;cursor:pointer}.faq-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--white);font-size:32px;line-height:1;transition:transform .35s ease,background .35s ease}.faq-question[aria-expanded=true] .faq-icon{background:#ffd900;transform:rotate(45deg)}.faq-answer{height:0;overflow:hidden;color:#68686f}.faq-answer p{max-width:720px;margin:0;padding:0 72px 30px 0;font-size:clamp(17px,1.35vw,23px);font-weight:500;line-height:1.35}.testimonials-section{position:relative;z-index:10;padding:0 42px 96px;color:var(--black);background:#f2eeee;overflow:hidden}.testimonials-section__topline{transform-origin:left center;height:1px;background:#0505052e}.testimonials-section__header{display:grid;grid-template-columns:280px minmax(0,860px);gap:42px;padding-top:42px}.testimonials-section__header p{margin:0;color:#77777d;font-size:18px;font-weight:700}.testimonials-section h2{max-width:860px;margin:0;font-size:clamp(48px,4.7vw,88px);line-height:.92;font-weight:600;letter-spacing:0}.testimonials-grid{display:grid;grid-template-columns:1.25fr .875fr .875fr;gap:24px;margin-top:76px}.testimonial-card{position:relative;min-width:0;min-height:430px;display:grid;align-content:space-between;gap:34px;padding:30px;border:1px solid rgba(5,5,5,.14);border-radius:10px;background:#ffffff6b}.testimonial-card--featured{min-height:520px;color:var(--white);background:linear-gradient(145deg,#050505f0,#29251fe6),#111113}.testimonial-card:after{content:"”";position:absolute;right:24px;bottom:8px;color:#05050514;font-size:140px;line-height:1;font-weight:600;pointer-events:none}.testimonial-card--featured:after{color:#ffffff14}.testimonial-card__person{position:relative;z-index:1;display:flex;align-items:center;gap:16px}.testimonial-card__person img{width:62px;height:62px;border-radius:50%;object-fit:cover}.testimonial-card__person div{display:grid;gap:5px}.testimonial-card__person strong{font-size:20px;font-weight:600}.testimonial-card__person span{color:#85858b;font-size:15px;font-weight:600}.testimonial-card--featured .testimonial-card__person span{color:#ffffff8f}.testimonial-card blockquote{position:relative;z-index:1;margin:0;font-size:clamp(25px,2.15vw,42px);line-height:1.06;font-weight:500}.testimonial-card:not(.testimonial-card--featured) blockquote{font-size:clamp(24px,1.65vw,32px)}.testimonial-card p:not(.testimonial-card__person p){position:relative;z-index:1;max-width:620px;margin:0;color:#6b6b72;font-size:17px;line-height:1.35;font-weight:500}.testimonial-card--featured p:not(.testimonial-card__person p){color:#ffffffa3}.testimonials-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:clamp(56px,8vw,150px);padding-top:42px}.testimonials-section{min-height:86vh;padding-bottom:88px}.testimonials-aside{display:grid;align-content:start;min-height:600px}.testimonials-eyebrow{margin:0;color:var(--black);font-size:18px;font-weight:700;text-transform:uppercase}.testimonials-intro{max-width:330px;margin:28px 0 0;color:#77777d;font-size:clamp(18px,1.25vw,24px);line-height:1.22;font-weight:500}.testimonial-person{display:none;align-self:end;margin-top:auto}.testimonial-person.is-active{display:grid;gap:7px}.testimonial-person img{width:122px;height:122px;margin-bottom:18px;border-radius:50%;object-fit:cover}.testimonial-person strong{font-size:20px;font-weight:600}.testimonial-person span{color:#7f7f85;font-size:20px;font-weight:500}.testimonials-stage{position:relative;display:grid;align-content:center;min-height:640px;padding-top:54px}.testimonials-quote-mark{color:#dfdfe3;font-size:98px;line-height:.55;font-weight:700}.testimonials-slides{position:relative;min-height:500px}.testimonial-slide{position:absolute;inset:0 auto auto 0;width:min(1160px,100%);opacity:0;visibility:hidden;transform:translateY(18px);transition:opacity .45s ease,transform .45s ease,visibility .45s ease}.testimonial-slide.is-active{opacity:1;visibility:visible;transform:translateY(0)}.testimonial-slide blockquote{max-width:1060px;margin:0;font-size:clamp(38px,3.45vw,66px);line-height:1.13;font-weight:600;letter-spacing:0}.testimonial-slide p{max-width:760px;margin:64px 0 0;color:#84848a;font-size:clamp(22px,1.65vw,30px);line-height:1.22;font-weight:600}.testimonial-controls{display:flex;gap:22px;margin-top:22px}.testimonial-control{display:grid;place-items:center;width:58px;height:58px;border:0;border-radius:50%;color:var(--black);background:#ffffffb8;box-shadow:0 1px 4px #0505050f;font:inherit;font-size:34px;line-height:1;cursor:pointer;transition:transform .25s ease,background .25s ease}.testimonial-control:hover{background:var(--white);transform:translateY(-2px)}@media (max-width: 1100px){.testimonials-layout{grid-template-columns:250px minmax(0,1fr);gap:42px}.testimonials-aside,.testimonials-stage{min-height:600px}.testimonials-slides{min-height:430px}.testimonial-slide blockquote{font-size:clamp(34px,4.8vw,54px)}.testimonial-slide p{font-size:clamp(20px,2.4vw,26px)}}@media (max-width: 760px){.testimonials-section{min-height:auto}.testimonials-layout{grid-template-columns:1fr;gap:36px;padding-top:30px}.testimonials-aside{min-height:auto}.testimonials-intro{max-width:290px;margin-top:22px;font-size:18px}.testimonial-person{margin-top:38px}.testimonial-person img{width:96px;height:96px;margin-bottom:12px}.testimonial-person strong,.testimonial-person span{font-size:18px}.testimonials-stage{min-height:auto;padding-top:0}.testimonials-quote-mark{font-size:76px}.testimonials-slides{min-height:470px}.testimonial-slide blockquote{font-size:clamp(30px,9.2vw,46px);line-height:1.08}.testimonial-slide p{max-width:92%;margin-top:26px;font-size:clamp(15px,4.2vw,19px);line-height:1.32;font-weight:500}.testimonial-controls{margin-top:40px}}.vision-section{position:relative;z-index:11;min-height:100vh;display:grid;align-items:center;overflow:hidden;color:var(--white);background:var(--black)}.vision-section__image,.vision-section__image img,.vision-section__shade{position:absolute;top:0;right:0;bottom:0;left:0}.vision-section__image img{width:100%;height:100%;display:block;object-fit:cover}.vision-section__shade{background:linear-gradient(90deg,#0000009e,#0000002e 45%,#0000007a),linear-gradient(180deg,#00000029,#0000006b)}.vision-section__line{position:absolute;top:20%;bottom:12%;width:1px;background:#ffffff42}.vision-section__line:after{content:"";position:absolute;left:50%;width:1px;height:78px;background:#ffffff73}.vision-section__line--left{left:27.5%}.vision-section__line--left:after{top:0}.vision-section__line--right{right:24.5%}.vision-section__line--right:after{top:28%}.vision-section__copy{position:relative;z-index:1;width:min(1680px,calc(100vw - 84px));margin:0 auto}.vision-section__copy p{max-width:460px;margin:0 0 54px 27%;font-size:clamp(24px,2vw,38px);font-weight:600;line-height:1.25}.vision-section h2{max-width:1680px;margin:0;font-size:clamp(76px,9.4vw,174px);line-height:.88;font-weight:500;letter-spacing:0}.contact-section{position:relative;z-index:12;min-height:100vh;display:grid;grid-template-columns:1fr 1.05fr 1fr;align-content:start;gap:42px;padding:64px 42px 34px;overflow:hidden;color:var(--white);background:#111113}.contact-section__image,.contact-section__image img,.contact-section__shade,.contact-section__grid{position:absolute;top:0;right:0;bottom:0;left:0}.contact-section__image img{width:100%;height:100%;display:block;object-fit:cover;filter:grayscale(.22) brightness(.42);transform:scale(1.02)}.contact-section__shade{background:linear-gradient(90deg,#0b0b0dc7,#0b0b0d73 46%,#0b0b0db8),linear-gradient(180deg,#0b0b0d33,#0b0b0dc7)}.contact-section__grid{opacity:.58;background-image:linear-gradient(90deg,transparent calc(16.666% - .5px),rgba(255,255,255,.11) 16.666%,transparent calc(16.666% + .5px)),linear-gradient(90deg,transparent calc(33.333% - .5px),rgba(255,255,255,.11) 33.333%,transparent calc(33.333% + .5px)),linear-gradient(90deg,transparent calc(50% - .5px),rgba(255,255,255,.16) 50%,transparent calc(50% + .5px)),linear-gradient(90deg,transparent calc(66.666% - .5px),rgba(255,255,255,.11) 66.666%,transparent calc(66.666% + .5px)),linear-gradient(90deg,transparent calc(83.333% - .5px),rgba(255,255,255,.11) 83.333%,transparent calc(83.333% + .5px))}.contact-section__statement,.contact-section__nav,.contact-section__socials,.contact-section__phone,.contact-section__email,.contact-section__bottom,.contact-section__address{position:relative;z-index:1}.contact-section__statement{max-width:420px;margin:0;font-size:clamp(30px,2.45vw,48px);line-height:1.16;font-weight:600}.contact-section__nav{display:grid;gap:16px;justify-self:center;font-size:clamp(36px,3.1vw,58px);line-height:1.06;font-weight:600}.contact-section__socials{display:flex;justify-content:flex-end;gap:clamp(28px,3.5vw,72px);color:#ffffff7a;font-size:18px;font-weight:600}.contact-section__phone{position:absolute;left:52%;top:62%;color:#ffffffa3;font-size:clamp(16px,1.15vw,22px);font-weight:700;transform:translate(-50%,-50%)}.contact-section__email{position:absolute;left:50%;top:72%;font-size:clamp(58px,7.1vw,140px);line-height:.88;font-weight:500;letter-spacing:0;white-space:nowrap;transform:translate(-50%,-50%)}.contact-section__bottom{position:absolute;left:42px;bottom:34px;display:flex;flex-wrap:wrap;gap:clamp(28px,3.2vw,64px);color:#ffffff73;font-size:16px;font-weight:600}.contact-section__bottom p{margin:0}.contact-section__address{position:absolute;left:52%;bottom:34px;display:grid;color:#ffffffe0;font-style:normal;font-size:17px;font-weight:700;line-height:1.35}@keyframes introLine{0%{opacity:0;transform:scaleY(0)}20%{opacity:.75}to{opacity:.75;transform:scaleY(1)}}@keyframes logoReveal{0%{transform:scaleX(.08)}to{transform:scaleX(1)}}@keyframes textIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes logoSplit{0%{opacity:0;transform:translateY(2px)}24%{opacity:1;transform:translateY(2px)}to{opacity:1;transform:translateY(-18px)}}@keyframes metaSplit{0%{opacity:0;transform:translateY(-2px)}20%{opacity:1;transform:translateY(-2px)}to{opacity:1;transform:translateY(22px)}}@keyframes introExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-16px);visibility:hidden}}@keyframes talkPulse{0%,78%,to{box-shadow:0 0 #fff0;transform:translate(0) scale(1)}80%{box-shadow:0 0 #ffffff52;transform:translate(-1px) scale(1.015)}82%{transform:translate(1px) scale(1.015)}84%{transform:translate(-1px) scale(1.015)}86%{box-shadow:0 0 0 12px #fff0;transform:translate(0) scale(1)}}@keyframes talkFirstPulse{0%{box-shadow:0 0 #fff0;transform:translate(0) scale(1)}18%{box-shadow:0 0 #fff6;transform:translate(-1px) scale(1.025)}28%{transform:translate(1px) scale(1.025)}38%{transform:translate(-1px) scale(1.025)}56%{box-shadow:0 0 0 14px #fff0;transform:translate(0) scale(1)}to{box-shadow:0 0 #fff0;transform:translate(0) scale(1)}}@media (min-width: 761px){.hero,.stats-section,.projects-section,.process-section,.faq-section,.testimonials-section,.project-hero-detail,.project-overview,.contact-hero,.contact-panel,.project-story,.project-gallery-section,.project-detail-content,.contact-section{padding-left:max(42px,calc((100vw - 1360px)/2 + 42px));padding-right:max(42px,calc((100vw - 1360px)/2 + 42px))}.hero__content{max-width:980px}.hero h1{font-size:clamp(58px,6.4vw,112px)}.hero__kicker{font-size:clamp(18px,1.35vw,25px)}.stats-section__year{left:max(42px,calc((100vw - 1360px)/2 + 42px))}.stats-section__headline{width:min(900px,68vw);margin-left:clamp(230px,23vw,390px)}.stats-section h2{font-size:clamp(28px,2.2vw,42px)}.stats-board{max-width:1360px;min-height:500px;margin:78px auto 0;gap:42px}.stat-number{font-size:clamp(56px,4.8vw,88px)}.stat-card h3{font-size:clamp(22px,1.65vw,30px)}.stat-card p{font-size:clamp(16px,1.05vw,20px)}.stats-action{max-width:1360px;margin:34px auto 0;padding-left:clamp(230px,23vw,390px)}.projects-section__intro,.project-grid,.projects-section__footer,.process-section__note,.process-grid,.faq-section__header,.faq-list,.testimonials-section__header,.testimonials-grid,.testimonials-layout,.project-info-grid,.project-cover,.project-detail-content__heading,.project-text-grid,.project-gallery-heading,.project-gallery-preview{max-width:1360px;margin-left:auto;margin-right:auto}.projects-section h2{font-size:clamp(58px,5.2vw,96px)}.project-card,.project-card img{min-height:500px}.process-section{min-height:auto}.process-section h2{width:auto;max-width:1360px;margin-left:auto;margin-right:auto;font-size:clamp(60px,5.9vw,104px);text-align:left}.process-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;margin-top:64px}.process-card h3{font-size:clamp(22px,1.55vw,30px)}.process-card p{font-size:16px}.faq-section__header{grid-template-columns:1fr;align-items:start}.faq-section h2{max-width:820px;font-size:clamp(48px,4.6vw,86px)}.faq-list{width:min(980px,100%);margin-left:0;margin-right:auto;margin-top:68px}.faq-question{min-height:82px;font-size:clamp(22px,1.8vw,34px)}.testimonials-section__header{grid-template-columns:280px minmax(0,860px)}.testimonials-section h2{font-size:clamp(46px,4.25vw,80px)}.testimonials-grid{margin-top:68px}.vision-section__copy{width:min(1360px,calc(100vw - 84px))}.vision-section__copy p{margin-left:22%;font-size:clamp(22px,1.75vw,32px)}.vision-section h2{font-size:clamp(62px,7vw,128px)}.contact-section__statement{font-size:clamp(28px,2.05vw,40px)}.contact-section__nav{font-size:clamp(32px,2.6vw,48px)}.contact-section__email{font-size:clamp(52px,5.8vw,108px)}.project-hero-detail__title{max-width:1360px;margin-left:auto;margin-right:auto}.project-hero-detail h1{font-size:clamp(64px,8.5vw,138px)}.project-hero-detail__content h1{font-size:clamp(58px,7vw,116px)}.project-detail-content h2{font-size:clamp(34px,3.4vw,64px)}.project-story{grid-template-columns:300px minmax(0,1fr)}.project-story__content .project-lead{font-size:clamp(32px,2.7vw,50px)}.project-story__content p{font-size:clamp(19px,1.45vw,26px)}.contact-hero,.contact-panel{max-width:none}}@media (max-width: 1440px){.topbar{padding:30px 34px}.hero{padding:128px 34px 14vh}.hero__content{max-width:980px}.hero h1{font-size:clamp(56px,7.4vw,112px)}.hero__kicker{font-size:clamp(17px,1.55vw,24px)}.stats-section{padding:32px 34px 54px}.stats-section__headline{width:min(920px,70vw);margin-left:23%}.stats-section h2{font-size:clamp(28px,2.25vw,42px)}.stats-board{gap:34px;min-height:500px;margin-top:72px}.stat-number{font-size:clamp(56px,4.8vw,88px)}.stat-card h3{font-size:clamp(22px,1.65vw,30px)}.stat-card p{font-size:clamp(16px,1.05vw,20px)}.image-row{margin-top:38px}.stats-action{margin-left:23%}.projects-section{padding:0 34px 58px}.projects-section__heading-row{margin-top:72px}.projects-section h2{font-size:clamp(58px,5.8vw,104px)}.project-grid{gap:28px;margin-top:58px}.project-card,.project-card img{min-height:460px}.process-section{min-height:auto;padding-top:64px;padding-bottom:82px}.process-section h2{font-size:clamp(62px,6.3vw,112px)}.process-grid{gap:18px;margin-top:58px}.process-card h3{font-size:clamp(20px,1.65vw,26px)}.process-card p{font-size:15px}.faq-section{padding:0 34px 74px}.testimonials-section{padding:0 34px 82px}.faq-section h2{font-size:clamp(46px,5vw,86px)}.faq-list{margin-top:72px}.testimonials-grid{gap:20px}.testimonial-card{min-height:390px;padding:26px}.testimonial-card--featured{min-height:470px}.vision-section__copy{width:min(1380px,calc(100vw - 68px))}.vision-section h2{font-size:clamp(62px,7.8vw,138px)}.contact-section{gap:34px;padding:56px 34px 30px}.contact-section__statement{font-size:clamp(28px,2.2vw,40px)}.contact-section__nav{font-size:clamp(32px,2.7vw,48px)}.contact-section__email{font-size:clamp(50px,6.2vw,112px)}.project-hero-detail{padding:128px 34px 68px}.contact-hero{grid-template-columns:minmax(0,1fr) 260px;gap:38px;padding-top:132px}.contact-panel__info--hero{grid-column:2}.contact-hero h1{font-size:clamp(54px,6vw,104px)}.contact-panel{gap:54px;padding-top:68px}.project-hero-detail--image{padding-top:128px;padding-bottom:64px}.project-overview{padding:56px 34px 68px}.project-hero-detail__title{margin-top:74px}.project-hero-detail h1{font-size:clamp(62px,9vw,150px)}.project-info-grid{gap:26px}.project-cover img{height:min(640px,68vh)}.project-story,.project-gallery-section,.project-detail-content{padding-left:34px;padding-right:34px}}@media (max-width: 1100px){.topbar{grid-template-columns:auto 1fr auto auto;gap:20px;padding:26px 28px}.nav{gap:18px;font-size:15px}.quote-link{padding:13px 18px}.language-toggle{width:44px;height:44px}.hero{min-height:92vh;padding:120px 28px 12vh}.hero__content{max-width:780px}.hero h1{font-size:clamp(48px,8vw,86px)}.hero__details{max-width:680px;font-size:16px}.stats-section{min-height:auto;padding:64px 28px 56px}.stats-section__year{position:static;margin-bottom:18px}.stats-section__headline{width:auto;margin-left:0}.stats-board{grid-template-columns:repeat(2,minmax(0,1fr));gap:46px 34px;min-height:auto;margin-top:56px}.stat-card--foundation,.stat-card--launched,.stat-card--clients,.stat-card--current{align-self:auto;padding-top:0}.decor-line{display:none}.stats-action{flex-wrap:wrap;margin:52px 0 0}.projects-section{min-height:auto;padding:0 28px 56px}.projects-section__heading-row{grid-template-columns:1fr;margin-top:56px}.projects-section h2{font-size:clamp(48px,8vw,78px)}.project-controls{justify-content:flex-start}.project-grid{grid-template-columns:1fr;gap:24px;margin-top:42px}.project-card,.project-card img{min-height:420px}.project-card__caption{opacity:1;transform:none}.process-section{padding:28px;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px) 0 0 / 16.666% 100%,radial-gradient(circle at 18% 50%,rgba(255,255,255,.08),transparent 27%),#171719}.process-section h2{width:auto;margin-top:34px;font-size:clamp(48px,8.5vw,82px)}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 28px;margin-top:56px}.process-grid:before{display:none}.process-card--one,.process-card--two,.process-card--three,.process-card--four,.process-card--five{grid-column:auto;margin-top:0}.process-card img{height:120px}.faq-section{min-height:auto;padding:0 28px 66px}.testimonials-section{padding:0 28px 66px}.faq-section__header{grid-template-columns:1fr;gap:26px}.faq-section h2{font-size:clamp(42px,7vw,74px)}.faq-list{width:100%;margin-top:58px}.testimonials-section__header{grid-template-columns:1fr;gap:26px}.testimonials-section h2{font-size:clamp(42px,7vw,74px)}.testimonials-grid{grid-template-columns:1fr;gap:22px;margin-top:54px}.testimonial-card,.testimonial-card--featured{min-height:auto}.vision-section__copy{width:calc(100vw - 56px)}.vision-section__copy p{margin-left:0}.vision-section h2{font-size:clamp(50px,9vw,92px)}.contact-section{grid-template-columns:1fr 1fr;gap:30px;min-height:100vh;padding:54px 28px 30px}.contact-section__statement{max-width:360px}.contact-section__nav{grid-column:2;justify-self:start}.contact-section__socials{grid-column:1 / -1;justify-content:flex-start}.contact-section__phone{left:50%;top:61%}.contact-section__email{top:70%;font-size:clamp(48px,8vw,86px)}.contact-section__bottom{left:28px;right:28px}.contact-section__address{left:auto;right:28px}.project-hero-detail{min-height:auto;padding:116px 28px 58px}.contact-hero{min-height:auto;grid-template-columns:1fr;gap:46px;padding:128px 28px 70px}.contact-panel__info--hero{grid-column:auto;grid-row:auto;order:3}.contact-hero__title{grid-column:auto;grid-row:auto;order:1}.contact-hero__details{order:3;font-size:18px}.contact-hero__card{grid-column:auto;grid-row:auto;order:2;margin-bottom:0;margin-top:0}.contact-panel{grid-template-columns:1fr;gap:46px;padding:64px 28px 78px}.contact-panel__info{grid-template-columns:1fr}.contact-message{grid-template-columns:1fr;gap:20px}.project-hero-detail--image{min-height:74vh;padding:112px 28px 52px}.project-overview{padding:48px 28px 58px}.project-hero-detail__title{margin-top:58px}.project-hero-detail h1{font-size:clamp(54px,10vw,104px)}.project-hero-detail__content h1{font-size:clamp(48px,10vw,86px)}.project-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-cover{margin-top:58px}.project-story,.project-detail-content__heading{grid-template-columns:1fr;gap:32px}.project-story,.project-gallery-section,.project-detail-content{padding-left:28px;padding-right:28px}.project-gallery-preview img{height:420px}.project-text-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.quote-link{animation:none}}@media (max-width: 760px){.design-cta{grid-template-columns:1fr;gap:24px;padding:48px 22px 64px}.design-cta p{font-size:15px}.design-cta h2{font-size:clamp(30px,9vw,42px)}.design-cta a{width:100%;min-height:54px;font-size:15px}.remodel-galleries{padding:54px 22px 64px}.remodel-galleries__heading{grid-template-columns:1fr;gap:18px;margin-bottom:34px}.remodel-galleries__heading p{font-size:15px}.remodel-galleries__heading h2{font-size:clamp(34px,10vw,48px)}.remodel-gallery-row{gap:22px;margin-bottom:42px}.remodel-gallery-row__head{grid-template-columns:1fr;gap:14px}.remodel-gallery-row__head h3{font-size:clamp(25px,7.4vw,31px);white-space:nowrap}.remodel-gallery-row__head p{font-size:15px}.remodel-gallery-track{grid-template-columns:1fr;gap:18px}.remodel-gallery-card--compact .remodel-gallery-card__media,.remodel-gallery-card--compact .remodel-gallery-card__media img{min-height:320px}.remodel-gallery-grid{grid-template-columns:1fr;gap:34px}.remodel-gallery-card__media,.remodel-gallery-card__media img{min-height:330px}.remodel-gallery-card__content{grid-template-columns:38px 1fr;gap:8px 14px}.remodel-gallery-card__content h3{font-size:clamp(26px,8vw,36px)}.remodel-gallery-card__content p{font-size:15px}.projects-archive{padding:42px 22px 58px}.projects-archive__intro{grid-template-columns:1fr;gap:28px;padding-top:32px}.projects-archive__intro p{margin:0;font-size:14px}.projects-archive h1{max-width:360px;font-size:clamp(46px,14vw,68px)}.projects-filter{justify-content:flex-start;gap:9px;margin:34px 0 36px}.projects-filter__button{min-height:40px;padding:0 16px;font-size:13px}.projects-archive__grid{grid-template-columns:1fr;gap:18px}.archive-project-card,.archive-project-card--wide{grid-column:auto;min-height:430px}.archive-project-card img{min-height:430px}.archive-project-card h2{bottom:64px;font-size:clamp(32px,10vw,44px)}.archive-project-card p{font-size:14px}.intro__line--left{left:18px}.intro__line--right{right:18px}.intro__brand{grid-template-columns:auto minmax(0,1fr);justify-items:stretch;gap:12px;width:min(370px,calc(100vw - 28px));min-height:190px;text-align:left}.intro__mark-wrap{width:86px;height:86px}.intro__word{font-size:clamp(20px,5.8vw,26px)}.site-shell{padding-top:68px}.topbar{grid-template-columns:auto 1fr auto;gap:10px;min-height:68px;padding:0 26px;color:var(--black);background:#f2eeee;box-shadow:none}.project-detail-page .topbar{color:var(--black);background:#f2eeee}.nav,.topbar__actions{display:none}.brand{font-size:clamp(17px,5vw,22px);line-height:1}.topbar .brand,.topbar--detail .brand,.topbar--light .brand{min-height:auto;padding:0;border:0;border-radius:0;color:var(--black);background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.menu-toggle{display:grid;place-items:center;justify-self:end;width:44px;height:44px;border:0;color:var(--black);background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.topbar--detail .menu-toggle,.topbar--light .menu-toggle{border:0;color:var(--black);background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.menu-toggle span,.menu-close span{width:28px;height:2px}.menu-toggle span+span{margin-top:7px}body:not(.project-detail-page):not(.projects-page):not(.contact-page):not(.legal-page) .site-shell{padding-top:0}body:not(.project-detail-page):not(.projects-page):not(.contact-page):not(.legal-page) .topbar{grid-template-columns:auto 1fr auto auto;padding:20px;color:var(--white);background:transparent;box-shadow:none}body:not(.project-detail-page):not(.projects-page):not(.contact-page):not(.legal-page) .topbar .brand{color:var(--white)}body:not(.project-detail-page):not(.projects-page):not(.contact-page):not(.legal-page) .topbar__actions{display:flex;gap:8px}body:not(.project-detail-page):not(.projects-page):not(.contact-page):not(.legal-page) .topbar .language-toggle{display:none}body:not(.project-detail-page):not(.projects-page):not(.contact-page):not(.legal-page) .topbar .quote-link{display:inline-flex;align-items:center;min-height:40px;padding:0 15px;color:var(--white);border-color:#ffffff61;background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}body:not(.project-detail-page):not(.projects-page):not(.contact-page):not(.legal-page) .topbar .menu-toggle{color:var(--white)}.quote-link{padding:11px 12px;font-size:13px;white-space:nowrap}.language-toggle{width:40px;height:40px;font-size:11px}.mobile-menu{display:block;padding:38px 44px 34px;transition:opacity .35s ease,transform .45s cubic-bezier(.22,1,.36,1),visibility .35s ease}.mobile-menu__grid,.contact-section__grid{background-image:none}.mobile-menu__brand{font-size:clamp(22px,6.4vw,28px)}.mobile-menu__nav{gap:15px;margin-top:58px;font-size:clamp(32px,8.6vw,44px)}.hero{padding:58px 22px 17vh}.hero__grid{background-image:none}.hero h1{font-size:clamp(40px,13.5vw,62px)}.hero__details{display:grid;gap:10px;font-size:15px}.hero__details span{border-right:0;padding-right:0}.stats-section{min-height:auto;padding:74px 22px 42px}.stats-section__year{position:static;margin-bottom:18px;font-size:15px}.stats-section__headline{width:auto;margin-left:0}.stats-section h2{font-size:clamp(24px,6.7vw,34px)}.stats-board{grid-template-columns:1fr;gap:42px;min-height:auto;margin-top:58px}.stat-card,.stat-card--foundation,.stat-card--launched,.stat-card--clients,.stat-card--current{align-self:auto;padding-top:0}.stat-card h3{padding-top:18px;font-size:clamp(22px,6.3vw,30px)}.stat-number{font-size:clamp(46px,14vw,66px)}.stat-card p{font-size:16px}.image-row{margin-top:26px}.decor-line{display:none}.stats-action{display:grid;gap:18px;margin:54px 0 0}.design-button{min-width:0;width:100%;min-height:62px;padding-left:22px;font-size:17px}.typing-text{min-width:0}.projects-section{padding:0 22px 48px}.projects-section__intro{padding-top:30px}.projects-section__intro>p{font-size:15px}.projects-section__heading-row{grid-template-columns:1fr;gap:24px;margin-top:54px}.projects-section h2{font-size:clamp(38px,11.5vw,56px)}.project-controls{justify-content:space-between;gap:14px;font-size:15px}.project-control{width:48px;height:48px;font-size:28px}.project-grid{grid-template-columns:1fr;gap:22px;margin-top:42px}.project-card,.project-card img{min-height:420px}.project-card__caption{opacity:1;transform:none}.project-hero-detail{min-height:auto;padding:54px 22px}.contact-hero{padding:54px 22px 56px;background:#f2eeee}.contact-hero__title p{margin-bottom:14px;font-size:18px}.contact-hero h1{max-width:350px;font-size:clamp(42px,12vw,62px)}.contact-hero__details{gap:18px;font-size:16px}.contact-hero__card{grid-template-columns:auto 1fr;align-items:center}.contact-panel__info--hero{gap:24px;padding-top:28px}.contact-hero__card img{width:72px;height:72px}.contact-panel{padding:54px 22px 66px}.legal-hero{gap:14px;padding:50px 22px 42px}.legal-hero p,.legal-hero span{font-size:13px}.legal-hero h1{max-width:340px;font-size:clamp(38px,11vw,56px);line-height:.96}.legal-content{grid-template-columns:1fr;gap:0;padding:36px 22px 68px}.legal-content article{grid-column:auto;grid-template-columns:1fr;gap:14px;padding:26px 0 30px}.legal-content h2{font-size:clamp(22px,6.4vw,30px)}.legal-content p{font-size:16px;line-height:1.42}.contact-panel__intro h2{max-width:330px;font-size:clamp(24px,6.8vw,32px)}.contact-panel__intro p{margin-top:22px;font-size:16px}.contact-panel__info{gap:28px;padding-top:34px}.contact-panel__info a,.contact-panel__info address{font-size:20px}.contact-message{padding-top:28px}.contact-message h3{max-width:330px;font-size:clamp(24px,7vw,32px)}.contact-message a{width:fit-content;min-height:54px;padding:0 22px;font-size:16px}.project-hero-detail--image{min-height:610px;padding:0 22px 44px}.project-hero-detail__image{object-position:center center}.project-hero-detail__shade{background:linear-gradient(90deg,#00000085,#00000014 55%,#0000003d),linear-gradient(180deg,#00000014,#0000001a 48%,#00000094)}.project-hero-detail__grid{background-image:none}.project-hero-detail__content time,.project-hero-detail__content p{font-size:clamp(12px,3.2vw,14px)}.project-hero-detail__content h1{max-width:330px;margin:10px 0 0;font-size:clamp(42px,12vw,58px)}.project-overview{padding:38px 22px 54px}.project-overview__back{margin-bottom:30px;font-size:15px}.project-hero-detail__meta{align-items:flex-start;font-size:15px}.project-hero-detail__title{margin-top:48px}.project-hero-detail h1{padding:30px 0 34px;font-size:clamp(44px,13vw,66px)}.project-info-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:30px}.project-info-grid div{min-height:76px;padding-top:16px}.project-info-grid span{font-size:14px}.project-info-grid strong{font-size:clamp(18px,5.1vw,24px)}.project-cover{margin-top:44px;border-radius:8px}.project-cover img{height:56vh}.project-story{grid-template-columns:1fr;gap:34px;padding:54px 22px 64px}.project-story__content .project-lead{font-size:clamp(25px,7.2vw,36px)}.project-story__content p{font-size:18px}.project-gallery-section{padding:0 22px 64px}.project-gallery-preview{width:100%}.project-gallery-preview img{height:360px}.gallery-lightbox{padding:22px}.gallery-lightbox__figure img{max-height:68vh}.gallery-lightbox__figure figcaption{top:12px;left:12px;padding:8px 11px;font-size:12px}.gallery-lightbox__whatsapp{bottom:14px;width:calc(100% - 28px);max-width:330px;min-height:50px;padding:0 18px;font-size:15px}.gallery-lightbox__close{top:18px;right:18px;width:42px;height:42px;font-size:30px}.gallery-lightbox__control{top:auto;bottom:34px;width:52px;height:52px;font-size:30px;transform:none}.gallery-lightbox__control--prev{left:calc(50% - 62px)}.gallery-lightbox__control--next{right:calc(50% - 62px)}.project-detail-content{padding:0 22px 64px}.project-detail-content--dark{padding-top:54px}.project-detail-content__heading{grid-template-columns:1fr;gap:24px;padding-top:30px}.project-detail-content__heading p{font-size:15px}.project-detail-content h2{max-width:340px;font-size:clamp(26px,7vw,34px);line-height:1.08}.project-text-grid{grid-template-columns:1fr;gap:22px;margin-top:36px}.project-text-grid article{padding-top:18px}.project-text-grid h3{font-size:clamp(22px,6vw,28px)}.project-text-grid p{color:#68686f;font-size:15px;line-height:1.38}.projects-section__footer{margin-top:34px}.all-projects-button{width:100%;min-width:0;min-height:62px;font-size:17px}.process-section{min-height:auto;padding:28px 22px 64px;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px) 0 0 / 25% 100%,#171719}.process-section__note{max-width:260px;font-size:16px}.process-section h2{width:auto;margin-top:54px;font-size:clamp(42px,12vw,62px)}.process-grid{grid-template-columns:1fr;gap:46px;margin-top:56px}.process-grid:before{display:none}.process-card,.process-card--one,.process-card--two,.process-card--three,.process-card--four,.process-card--five{grid-column:auto;margin-top:0}.process-card img{height:130px}.process-card h3{margin-top:24px}.faq-section{min-height:auto;padding:0 22px 64px}.testimonials-section{padding:0 22px 64px}.faq-section__header{grid-template-columns:1fr;gap:28px;padding-top:30px}.faq-section__header p{font-size:15px}.faq-section h2{font-size:clamp(34px,10.5vw,54px)}.faq-list{margin-top:52px}.testimonials-section__header{grid-template-columns:1fr;gap:28px;padding-top:30px}.testimonials-section__header p{font-size:15px}.testimonials-section h2{font-size:clamp(34px,10.5vw,54px)}.testimonials-grid{grid-template-columns:1fr;gap:18px;margin-top:46px}.testimonial-card{min-height:auto;padding:22px}.testimonial-card blockquote,.testimonial-card:not(.testimonial-card--featured) blockquote{font-size:clamp(24px,7.4vw,34px)}.testimonial-card p:not(.testimonial-card__person p){font-size:16px}.faq-question{min-height:76px;font-size:clamp(22px,6.8vw,32px)}.faq-icon{width:38px;height:38px;font-size:28px}.faq-answer p{padding:0 0 24px;font-size:16px}.vision-section{min-height:92vh}.vision-section__line{top:16%;bottom:10%}.vision-section__line--left{left:18px}.vision-section__line--right{right:18px}.vision-section__copy{width:calc(100vw - 44px)}.vision-section__copy p{margin:0 0 34px;font-size:clamp(20px,5.8vw,28px)}.vision-section h2{font-size:clamp(42px,12vw,62px)}.contact-section{min-height:auto;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"statement statement" "nav socials" "phone phone" "email email" "address address" "bottom bottom";gap:26px 28px;padding:44px 22px 38px}.contact-section__shade{background:linear-gradient(180deg,#080809e0,#080809c7),linear-gradient(90deg,#080809b8,#0808098f)}.contact-section__grid{background-image:linear-gradient(90deg,transparent 17px,rgba(255,255,255,.13) 18px,transparent 19px),linear-gradient(90deg,transparent calc(100% - 19px),rgba(255,255,255,.13) calc(100% - 18px),transparent calc(100% - 17px))}.contact-section__statement{grid-area:statement;max-width:270px;font-size:clamp(14px,3.9vw,17px);line-height:1.28;font-weight:500}.contact-section__nav{grid-area:nav;justify-self:auto;gap:9px;margin-top:6px;font-size:clamp(26px,8vw,36px);line-height:1.08}.contact-section__socials{grid-area:socials;display:grid;justify-content:flex-start;align-content:start;gap:19px;margin-top:8px;font-size:16px;line-height:1.1}.contact-section__phone,.contact-section__email,.contact-section__bottom,.contact-section__address{position:relative;left:auto;top:auto;bottom:auto;transform:none}.contact-section__phone{grid-area:phone;margin-top:34px;font-size:16px;color:#ffffffb3}.contact-section__email{grid-area:email;margin-top:-12px;font-size:clamp(31px,9.8vw,44px);line-height:1;white-space:normal;overflow-wrap:anywhere}.contact-section__address{grid-area:address;margin-top:2px;padding-left:24px;color:#ffffffc7;font-size:15px;line-height:1.4}.contact-section__bottom{grid-area:bottom;display:grid;gap:10px;margin-top:30px;padding-left:24px;padding-top:0;border-top:0;color:#ffffff61;font-size:15px;line-height:1.25}}@media (max-width: 1100px) and (min-width: 761px){.design-cta{grid-template-columns:1fr;align-items:start;padding:62px 28px 78px}.design-cta a{justify-self:start}.remodel-galleries{padding:72px 28px 82px}.remodel-galleries__heading{grid-template-columns:1fr;gap:24px}.remodel-gallery-grid{gap:22px}.remodel-gallery-row__head{grid-template-columns:1fr;gap:18px}.remodel-gallery-track{grid-template-columns:repeat(2,minmax(0,1fr))}.remodel-gallery-card__media,.remodel-gallery-card__media img{min-height:360px}.projects-archive{padding:118px 28px 72px}.projects-archive__intro{grid-template-columns:1fr;gap:34px}.projects-filter{justify-content:flex-start}.projects-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.archive-project-card,.archive-project-card--wide{grid-column:auto;min-height:470px}.archive-project-card img{min-height:470px}}.hero__grid,.project-hero-detail__grid,.contact-section__grid,.mobile-menu__grid{background-image:none}
