@font-face{font-family:Manrope;src:url('fonts/manrope-regular.ttf?v=20260731-2') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('fonts/manrope-medium.ttf?v=20260731-2') format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('fonts/manrope-bold.ttf?v=20260731-2') format('truetype');font-weight:700;font-style:normal;font-display:swap}

:root{--ink:#080808;--muted:rgba(8,8,8,.61);--soft:#f0f0ee;--warm:#e8e6e1;--line:rgba(8,8,8,.12);--white:#fff;--radius:22px;--container:1240px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;padding-top:94px;background:#fff;color:var(--ink);font:16px/1.5 Manrope,Arial,sans-serif}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
h1,h2,h3,h4,h5,h6{font-family:Manrope,Arial,sans-serif}
[hidden]{display:none!important}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.eyebrow{display:block;margin-bottom:16px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}
.eyebrow.light{color:rgba(255,255,255,.55)}
.section{padding:110px 0}
.section-title{max-width:870px;margin:0;font:700 clamp(38px,4.7vw,62px)/1 Manrope,Arial,sans-serif;letter-spacing:-.045em}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:70px;margin-bottom:52px}
.section-head>p{max-width:440px;margin:0;color:var(--muted);font-size:17px}
.compact-head{display:block}.compact-head .section-title{max-width:940px}
.btn{min-height:52px;padding:14px 30px;border:1px solid var(--ink);border-radius:999px;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;transition:transform .2s,background .2s,color .2s}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#282828}
.text-link{border:0;background:none;padding:0;font-weight:700;text-decoration:underline;text-underline-offset:5px;cursor:pointer}

.site-header{position:fixed;z-index:40;inset:0 0 auto;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.header-inner{height:94px;display:flex;align-items:center;gap:38px}
.logo{font:700 27px/1 Manrope,Arial,sans-serif;letter-spacing:-.04em;white-space:nowrap}
.nav{display:flex;align-items:center;gap:25px;margin-left:auto}
.nav-list{display:flex;align-items:center;gap:25px;margin:0;padding:0;list-style:none}
.footer-menu{margin:0;padding:0;list-style:none}
.nav a{font-size:14px;font-weight:500}.nav a:hover{text-decoration:underline;text-underline-offset:5px}
.header-contact{display:flex;align-items:center;gap:20px}
.header-phone{font-size:14px;font-weight:700;white-space:nowrap}
.header-cta{min-height:44px;padding:10px 20px;font-size:13px}
.menu-toggle{display:none;width:42px;height:42px;border:0;background:none;padding:10px;cursor:pointer}
.menu-toggle span{display:block;width:22px;height:2px;background:#000;margin:5px auto;transition:.2s}

.hero{background-color:var(--soft);background-image:linear-gradient(90deg,rgba(244,243,240,.98) 0%,rgba(244,243,240,.91) 34%,rgba(244,243,240,.38) 55%,rgba(244,243,240,0) 73%),url('assets/photos/hero-wide-v2.webp');background-position:center;background-size:cover;overflow:hidden}
.hero-grid{min-height:710px}
.hero-copy{width:56%;min-height:710px;padding:92px 54px 76px 0;display:flex;flex-direction:column;justify-content:center}
.hero h1{max-width:760px;margin:0;font:700 clamp(53px,6vw,82px)/.94 Manrope,Arial,sans-serif;letter-spacing:-.055em}
.hero-copy>p{margin:28px 0 32px;font-size:23px}
.hero-benefits{width:min(760px,100%);margin-top:34px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.hero-benefits article{min-width:0;padding:0 20px;border-left:1px solid var(--line)}.hero-benefits article:first-child{padding-left:0;border-left:0}.hero-benefits article:last-child{padding-right:0}.hero-benefits img{width:30px;height:30px;margin-bottom:18px}.hero-benefits strong,.hero-benefits span{display:block}.hero-benefits strong{font-size:14px;line-height:1.35}.hero-benefits span{margin-top:7px;color:var(--muted);font-size:12px;line-height:1.45}
.hero-note{max-width:560px;margin-top:auto;padding-top:42px;border-top:1px solid var(--line);display:grid;grid-template-columns:52px 1fr;gap:18px;color:var(--muted)}
.hero-note span{font-weight:700;color:var(--ink)}.hero-note p{margin:0}
.media-frame{position:relative;margin:0;overflow:hidden;background:var(--warm)}
.media-frame img{width:100%;height:100%;object-fit:cover}
.media-frame figcaption{position:absolute;left:18px;bottom:18px;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.92);font-size:12px;font-weight:700}

.catalog-section{background:#fff}
.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 20px}
.solution-card{min-width:0;cursor:pointer;outline:none}.solution-card img{width:100%;aspect-ratio:1.28/1;object-fit:cover;border-radius:var(--radius);background:var(--warm);transition:transform .25s ease,box-shadow .25s ease}.solution-card:hover img,.solution-card:focus-visible img{transform:translateY(-3px);box-shadow:0 16px 36px rgba(0,0,0,.12)}.solution-card:focus-visible img{outline:2px solid var(--ink);outline-offset:3px}
.solution-card>div{position:relative;padding:16px 44px 0 0}
.solution-card>div>span{position:absolute;right:0;top:18px;color:var(--muted);font-size:12px;font-weight:700}
.solution-card h3{margin:0;font-size:22px;line-height:1.15}.solution-card p{margin:6px 0 0;color:var(--muted)}
.section-action{text-align:center;margin-top:45px}.catalog-more span{margin-left:13px}

.benefits-section{background:var(--soft)}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.benefit-card{min-height:360px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;background:#fff}
.benefit-card>span{font-size:13px;font-weight:700;color:var(--muted)}
.benefit-card h3{max-width:330px;margin:auto 0 18px;font-size:32px;line-height:1.05}.benefit-card p{max-width:340px;margin:0;color:var(--muted);font-size:17px}
.benefit-dark{background:var(--ink);color:#fff}.benefit-dark>span,.benefit-dark p{color:rgba(255,255,255,.58)}

.trusted-section{padding:90px 0;background:var(--ink);color:#fff;overflow:hidden}
.trusted-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px}
.trusted-head .eyebrow{margin:0}
.trust-controls{display:flex;gap:8px}.trust-controls button{width:48px;height:48px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:transparent;color:#fff;font-size:20px;cursor:pointer}.trust-controls button:hover{background:#fff;color:#000}
.logo-viewport{overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding-left:max(20px,calc((100vw - var(--container))/2))}.logo-viewport::-webkit-scrollbar{display:none}
.logo-track{width:max-content;display:flex;gap:16px;padding-right:20px}
.client-logo{width:300px;height:120px;border-radius:14px;display:grid;place-items:center;overflow:hidden;scroll-snap-align:start;background:#fff}.client-logo img{display:block;width:100%;height:100%;object-fit:cover}
.trust-metrics{display:grid;grid-template-columns:repeat(4,1fr);margin-top:65px;border-top:1px solid rgba(255,255,255,.2)}
.trust-metrics div{padding:28px 24px 0 0}.trust-metrics strong{display:block;font-size:33px}.trust-metrics span{color:rgba(255,255,255,.52)}

.projects-section{background:#fff}
.projects-section .section-head{margin-bottom:42px}
.projects-section .section-head>div{max-width:820px}
.projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.project-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:transform .25s ease,box-shadow .25s ease}
.project-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(0,0,0,.08)}
.project-featured{grid-row:auto}
.project-card-open{width:100%;height:100%;padding:0;border:0;background:#fff;text-align:left;display:flex;flex-direction:column;cursor:pointer}.project-card .media-frame,.project-featured .media-frame{width:100%;height:auto;aspect-ratio:4/3;border-radius:0}.project-card .media-frame img{transition:transform .35s ease}.project-card:hover .media-frame img{transform:scale(1.025)}
.media-index{position:absolute;right:16px;top:16px;width:42px;height:42px;border-radius:50%;background:#fff;display:grid;place-items:center;font-weight:700;font-size:12px}
.project-copy{height:100%;padding:23px 22px 22px;display:flex;flex-direction:column}.project-type{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.project-copy h3{min-height:2.1em;font-size:25px;line-height:1.05;margin:9px 0 16px}.project-card-story{margin:0 0 22px;color:var(--muted);font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-card-meta{margin-top:auto;padding-top:14px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:14px;font-size:12px;font-weight:700}.project-card-meta span:last-child{color:var(--muted)}.projects-more{margin-top:40px}

.process-section{background:var(--soft)}
.process-list{list-style:none;padding:0;margin:56px 0 0;border-top:1px solid var(--line)}
.process-list li{display:grid;grid-template-columns:70px 1fr 1fr;gap:28px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line)}
.process-list li>span{font-weight:700;color:var(--muted)}.process-list h3{margin:0;font-size:24px}.process-list p{margin:0;color:var(--muted)}

.production-section{background:#fff}
.production-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:center}
.production-copy .section-title{text-align:left;margin-bottom:28px}.production-copy>p{color:var(--muted);font-size:17px}
.check-list{list-style:none;padding:0;margin:28px 0 34px;border-top:1px solid var(--line)}.check-list li{padding:13px 0;border-bottom:1px solid var(--line);font-weight:500}.check-list li:before{content:'✓';margin-right:12px;font-weight:700}
.production-media{display:block}.production-main{height:620px}.production-media .media-frame{border-radius:var(--radius)}

.video-section{padding:0 0 110px;background:#fff}
.video-card{min-height:600px;padding:60px;border-radius:32px;background:#000;color:#fff;display:grid;grid-template-columns:.72fr 1.28fr;gap:65px;align-items:center}
.video-copy h2{margin:0;font:700 clamp(38px,4vw,58px)/1 Manrope,Arial,sans-serif;letter-spacing:-.045em}.video-copy p{color:rgba(255,255,255,.6);font-size:17px}
.video-placeholder{position:relative;height:470px;border:0;border-radius:var(--radius);overflow:hidden;padding:0;background:var(--warm);cursor:pointer}.video-placeholder img{width:100%;height:100%;object-fit:cover}.play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:82px;height:82px;border-radius:50%;background:#fff;display:grid;place-items:center;padding-left:5px;font-size:24px}.video-placeholder small{position:absolute;left:18px;bottom:18px;background:#fff;border-radius:999px;padding:8px 13px;font-weight:700}

.designers-section{background:var(--soft)}
.designers-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.designers-media{height:650px;border-radius:var(--radius)}
.designers-copy .section-title{text-align:left;margin-bottom:28px}.designers-copy>p{color:var(--muted);font-size:18px}
.services-list{display:flex;flex-wrap:wrap;gap:9px;margin:30px 0 36px}.services-list span{padding:10px 15px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:14px;font-weight:500}

.estimate-section{padding:110px 0;background:#000;color:#fff}
.estimate-grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:100px}
.estimate-copy h2{max-width:560px;margin:0;font:700 clamp(42px,5vw,68px)/.97 Manrope,Arial,sans-serif;letter-spacing:-.05em}.estimate-copy>p{max-width:530px;color:rgba(255,255,255,.59);font-size:17px}
.estimate-contact{margin-top:55px}.estimate-contact span{display:block;color:rgba(255,255,255,.48);font-size:13px}.estimate-contact a{font-size:28px;font-weight:700}
.estimate-form{display:grid;grid-template-columns:1fr 1fr;gap:25px 20px}.estimate-form label{display:grid;gap:8px}.estimate-form label>span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.55)}.estimate-form input,.estimate-form select,.estimate-form textarea{width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.28);border-radius:0;background:transparent;color:#fff;padding:8px 0 14px;outline:none}.estimate-form select option{color:#000}.estimate-form textarea{min-height:105px;resize:vertical}.estimate-form input:focus,.estimate-form select:focus,.estimate-form textarea:focus{border-color:#fff}.full{grid-column:1/-1}.file-field{padding:17px;border:1px dashed rgba(255,255,255,.3);border-radius:14px}.file-field input{border:0;padding:5px 0}.file-field small{color:rgba(255,255,255,.5)}.photo-upload{cursor:pointer}.photo-upload-control{display:flex;align-items:center;gap:14px}.photo-upload-control b{flex:none;padding:9px 14px;border-radius:999px;background:#fff;color:#000;font-size:12px}.photo-upload-control small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photo-upload-control small.file-error{color:#ffb3b3}.estimate-submit{background:#fff;color:#000;border-color:#fff}.estimate-submit:disabled{opacity:.5}.form-note{margin:0;color:rgba(255,255,255,.4);font-size:12px}.form-success{padding:14px;border-left:2px solid #fff;background:rgba(255,255,255,.08)}

.footer{padding:80px 0 25px;background:var(--soft)}
.footer-top{display:grid;grid-template-columns:1.25fr 1fr 1fr .65fr;gap:55px}.footer-top p{color:var(--muted)}.footer-top>div:not(:first-child){display:flex;flex-direction:column}.footer-top span{margin:0 0 6px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em}.footer-top a,.footer-top strong{margin-bottom:22px;font-weight:500}.footer-bottom{margin-top:55px;padding-top:22px;border-top:1px solid var(--line);display:flex;gap:30px;color:var(--muted);font-size:13px}.footer-bottom span{margin-right:auto}

.modal{width:min(760px,calc(100% - 32px));border:0;border-radius:24px;padding:35px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.modal::backdrop{background:rgba(0,0,0,.65);backdrop-filter:blur(3px)}.modal-close{position:absolute;right:15px;top:15px;width:42px;height:42px;border:0;border-radius:50%;background:var(--soft);font-size:27px;cursor:pointer}.modal h2{margin:0 50px 20px 0;font-size:34px}.modal>img{width:100%;height:340px;object-fit:cover;border-radius:16px}.modal>p{color:var(--muted)}.video-modal-placeholder{position:relative}.video-modal-placeholder img{width:100%;height:400px;object-fit:cover;border-radius:16px}.video-modal-placeholder span{position:absolute;inset:auto 15px 15px;background:#fff;border-radius:999px;padding:9px 14px;width:max-content;font-weight:700;font-size:13px}
.project-modal{width:min(1040px,calc(100% - 32px));height:min(92dvh,900px);max-height:92dvh;overflow:hidden;padding:32px 38px;display:flex;flex-direction:column}.project-modal>.eyebrow{flex:none;margin-bottom:10px}.project-modal h2{max-width:800px;flex:none;margin-bottom:10px;font-size:clamp(30px,3.4vw,46px);line-height:1}.project-modal-story{max-width:840px;max-height:4.8em;flex:none;margin:0 0 16px!important;overflow-y:auto;font-size:15px;line-height:1.55}.project-gallery{position:relative;flex:1;min-height:0;margin-bottom:16px}.project-gallery-main{position:relative;width:100%;height:100%;min-height:0;overflow:hidden;border-radius:18px;background:transparent;touch-action:pan-y}.project-gallery-track{height:100%;display:flex;transform:translateX(-100%);will-change:transform}.project-gallery-track.is-animated{transition:transform .42s cubic-bezier(.22,.7,.24,1)}.project-gallery-slide{position:relative;flex:0 0 100%;height:100%;margin:0;padding:0;border:0;background:transparent;overflow:hidden;cursor:zoom-in}.project-gallery-slide img{display:block;width:100%;height:100%;object-fit:contain}.project-modal>[data-modal-estimate]{flex:none;align-self:flex-start}.gallery-arrow{position:absolute;z-index:2;top:50%;width:48px;height:48px;margin-top:-24px;border:0;border-radius:50%;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.18);font-size:20px;cursor:pointer}.gallery-prev{left:14px}.gallery-next{right:14px}.project-lightbox{width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:rgba(8,8,8,.96);overflow:hidden}.project-lightbox::backdrop{background:rgba(8,8,8,.96)}.project-lightbox-viewport{width:100%;height:100%;overflow:hidden;touch-action:none}.project-lightbox-track{width:100%;height:100%;display:flex;will-change:transform}.project-lightbox-track.is-animated{transition:transform .38s cubic-bezier(.22,.7,.24,1)}.project-lightbox-slide{flex:0 0 100%;height:100%;padding:24px 76px;display:flex;align-items:center;justify-content:center}.project-lightbox-slide img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;user-select:none}.project-lightbox .modal-close{z-index:3;background:#fff}.project-lightbox .gallery-arrow{position:fixed}.project-lightbox .gallery-prev{left:20px}.project-lightbox .gallery-next{right:20px}
.quote-modal{width:min(520px,calc(100% - 28px));max-height:92dvh;overflow:auto;padding:34px}.quote-modal h2{margin-bottom:10px}.quote-intro{margin:0 0 22px}.quote-form{display:grid;gap:16px}.quote-direction{padding:12px 14px;border-radius:12px;background:var(--soft);font-size:14px;font-weight:700}.quote-form label{display:grid;gap:7px}.quote-form label>span{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.quote-form input,.quote-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;outline:none}.quote-form textarea{min-height:86px;resize:vertical}.quote-form input:focus,.quote-form textarea:focus{border-color:#000}.quote-upload{padding:12px;border:1px dashed var(--line);border-radius:12px}.quote-upload .photo-upload-control{justify-content:flex-start}.quote-upload .photo-upload-control b{background:var(--ink);color:#fff}.quote-upload .photo-upload-control small{color:var(--muted)}.quote-upload .photo-upload-control small.file-error{color:#b00020}.quote-form .btn{width:100%}.quote-form small{color:var(--muted);font-size:11px}.quote-success{padding:13px 14px;border-radius:12px;background:#edf7ed;font-weight:700;font-size:14px}
.collab-modal{width:min(980px,calc(100% - 32px));max-height:92vh;padding:0;overflow:auto}.collab-modal>.modal-close{z-index:2;background:#fff}.collab-modal-grid{display:grid;grid-template-columns:.78fr 1.22fr;min-height:650px}.collab-modal-pitch{padding:52px 42px;background:#090909;color:#fff}.collab-modal-pitch h2{margin:110px 0 22px;font-size:38px;line-height:1}.collab-modal-pitch p{color:rgba(255,255,255,.62);line-height:1.55}.collab-modal-pitch ul{list-style:none;margin:34px 0 0;padding:0;border-top:1px solid rgba(255,255,255,.18)}.collab-modal-pitch li{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.18);font-size:14px}.collab-modal-form-wrap{padding:52px 46px}.collab-modal-form-wrap>h2{margin-bottom:12px}.collab-modal-form-wrap>p{margin:0 0 26px;color:var(--muted)}.collab-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.collab-form label{display:grid;gap:7px}.collab-form label>span{font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}.collab-form input,.collab-form select,.collab-form textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:12px 13px;background:#fff;outline:none}.collab-form textarea{min-height:84px;resize:vertical}.collab-form input:focus,.collab-form select:focus,.collab-form textarea:focus{border-color:#000}.collab-form small{color:var(--muted);font-size:10px}.collab-file{padding:13px;border:1px dashed var(--line);border-radius:12px}.collab-file input{padding:3px 0;border:0}.collab-form button:disabled{opacity:.5}

dialog.project-modal:not([open]){display:none}
.website-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.success-modal{width:min(460px,calc(100% - 28px));margin:max(70px,10vh) auto auto;padding:42px 36px 34px;text-align:center}.success-modal-icon{width:64px;height:64px;margin:0 auto 24px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center}.success-modal.is-error .success-modal-icon{background:#a52222}.success-modal-icon svg{width:34px;height:34px}.success-modal .eyebrow{margin-bottom:10px}.success-modal h2{margin:0 42px 12px;font-size:42px}.success-modal p{margin:0 auto 26px;color:var(--muted);line-height:1.55}.success-modal .btn{min-width:170px}

@media(max-width:1050px){
  .header-phone{display:none}.hero-copy{width:60%;padding-right:36px}.catalog-grid{grid-template-columns:repeat(2,1fr)}
  .projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.production-grid{gap:45px}.production-main{height:540px}
  .video-card{grid-template-columns:1fr;padding:48px}.video-copy{max-width:720px}.designers-grid{gap:45px}.estimate-grid{gap:55px}.footer-top{grid-template-columns:1fr 1fr}
}

@media(max-width:820px){
  html{scroll-padding-top:72px}body{padding-top:72px}.container{width:min(var(--container),calc(100% - 30px))}.section{padding:80px 0}.site-header{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}.header-inner{height:72px}.nav{position:fixed;z-index:35;inset:72px 0 auto;height:calc(100dvh - 72px);min-height:calc(100vh - 72px);overflow-y:auto;background:#fff;border-top:1px solid var(--line);padding:34px max(20px,calc((100vw - var(--container))/2));display:none;flex-direction:column;align-items:flex-start;gap:26px}.nav.open{display:flex}.nav-list{flex-direction:column;align-items:flex-start;gap:26px}.nav a{font-size:28px}.header-contact{margin-left:auto}.header-cta{display:none}.menu-toggle{display:block}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
  .hero{background-image:linear-gradient(90deg,rgba(244,243,240,.97),rgba(244,243,240,.76)),url('assets/photos/hero-wide-v2.webp');background-position:64% center}.hero-grid{min-height:630px}.hero-copy{width:78%;min-height:630px;padding:72px 0 45px}.hero-note{margin-top:70px}
  .section-head{align-items:start;flex-direction:column;gap:20px}.section-head>p{max-width:620px}.benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:290px}
  .trust-metrics{grid-template-columns:1fr 1fr}.projects-grid{grid-template-columns:1fr}.project-card .media-frame,.project-featured .media-frame{height:auto;aspect-ratio:16/10}.project-copy h3{min-height:0}.project-modal{padding:30px 20px}
  .process-list li{grid-template-columns:55px 1fr}.process-list p{grid-column:2}.production-grid,.designers-grid,.estimate-grid{grid-template-columns:1fr}.production-copy{max-width:700px}.production-main{height:520px}
  .designers-media{height:520px}.estimate-grid{gap:60px}.footer-top{grid-template-columns:1fr 1fr}.collab-modal-grid{grid-template-columns:1fr}.collab-modal-pitch{display:none}.collab-modal-form-wrap{padding:45px 28px}
}

@media(max-width:540px){
  .container{width:min(var(--container),calc(100% - 24px))}.section{padding:64px 0}.section-title{font-size:36px}.logo{font-size:22px}.header-phone{display:block;font-size:12px}
  .hero{background-image:linear-gradient(rgba(244,243,240,.92),rgba(244,243,240,.86)),url('assets/photos/hero-wide-v2.webp');background-position:62% center}.hero-grid{min-height:720px}.hero-copy{width:100%;min-height:720px;padding:48px 0 28px}.hero h1{font-size:46px}.hero-copy>p{font-size:19px}.hero-benefits{grid-template-columns:1fr;margin-top:26px;padding:0;border-bottom:0}.hero-benefits article{padding:15px 0;border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:34px 1fr;column-gap:13px}.hero-benefits img{grid-row:1/3;width:27px;height:27px;margin:1px 0 0}.hero-benefits span{margin-top:3px}
  .catalog-grid{grid-template-columns:1fr;gap:32px}.solution-card img{aspect-ratio:1.4/1}.solution-card h3{font-size:20px}
  .benefit-card{min-height:270px;padding:25px}.benefit-card h3{font-size:28px}.trusted-section{padding:64px 0}.client-logo{width:250px;height:100px}.trust-metrics{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:38px}.trust-metrics div{min-width:0;padding:17px 10px 17px 0;border-bottom:1px solid rgba(255,255,255,.15)}.trust-metrics div:nth-child(even){padding-left:12px}.trust-metrics strong{font-size:25px;line-height:1.1}.trust-metrics span{display:block;margin-top:4px;font-size:11px;line-height:1.35}
  .project-card .media-frame,.project-featured .media-frame{height:auto;aspect-ratio:4/3}.project-copy{padding:20px}.project-copy h3{min-height:0;font-size:24px}.project-modal{width:calc(100% - 16px);height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);padding:22px 12px 14px}.project-modal .modal-close{right:8px;top:8px}.project-modal>.eyebrow{padding-right:46px;margin-bottom:7px}.project-modal h2{padding-right:38px;margin-bottom:8px;font-size:27px}.project-modal-story{max-height:4.35em;margin-bottom:10px!important;font-size:13px}.project-gallery{margin-bottom:10px}.project-gallery-main{height:100%}.project-modal>[data-modal-estimate]{width:100%;min-height:46px;padding:11px 20px}.gallery-arrow{width:42px;height:42px;margin-top:-21px}.project-lightbox-slide{padding:64px 12px}.project-lightbox .gallery-arrow{top:auto;bottom:18px}.project-lightbox .gallery-prev{left:calc(50% - 52px)}.project-lightbox .gallery-next{right:calc(50% - 52px)}
  .process-list{margin-top:38px}.process-list li{grid-template-columns:40px 1fr;gap:10px 15px}.process-list h3{font-size:21px}.process-list p{font-size:14px}
  .production-main{height:410px}.video-section{padding-bottom:64px}.video-card{padding:28px 20px;min-height:auto}.video-placeholder{height:330px}.play{width:66px;height:66px}
  .designers-media{height:410px}.estimate-section{padding:75px 0}.estimate-copy h2{font-size:40px}.estimate-form{grid-template-columns:1fr}.estimate-form>*{grid-column:1}.estimate-submit{width:100%}.footer{padding-top:60px}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:10px}.footer-bottom span{margin:0}.modal{padding:26px 20px}.modal>img,.video-modal-placeholder img{height:260px}.collab-modal{padding:0}.collab-modal-form-wrap{padding:42px 18px 24px}.collab-form{grid-template-columns:1fr}.collab-form>*{grid-column:1}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
