@import"https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,300..900;1,300..900&family=Tenor+Sans&display=swap";:root{--bg: oklch(1 0 0);--surface: oklch(.955 0 0);--ink: oklch(.095 0 0);--ink-soft: oklch(.24 .006 27.2);--primary: oklch(.418 .155 27.2);--primary-deep: oklch(.29 .11 27.2);--accent: oklch(.88 .12 82);--muted: oklch(.43 .008 27.2);--white: oklch(1 0 0);--line: oklch(.83 0 0);--line-dark: oklch(.28 0 0);--font-display: "Tenor Sans", "Helvetica Neue", sans-serif;--font-body: "Hanken Grotesk", "Helvetica Neue", sans-serif;--header-height: 98px;--gutter: clamp(1.25rem, 3.8vw, 4.75rem);--ease-out: cubic-bezier(.22, .65, .25, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--z-header: 40;--z-menu: 35;--z-modal: 60;--z-loader: 80}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ink)}html.is-locale-restoring,html.is-locale-restoring body{scroll-behavior:auto!important;overflow-anchor:none}body{margin:0;overflow-x:clip;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:clamp(1rem,.32vw + .92rem,1.18rem);font-weight:400;font-optical-sizing:auto;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html.is-route-entering body{animation:route-document-in .32s cubic-bezier(.16,1,.3,1) both}@keyframes route-document-in{0%{opacity:0}to{opacity:1}}body.menu-open{overflow:hidden}::selection{background:var(--primary);color:var(--white)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit;font:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-display);font-weight:400;text-wrap:balance}p{text-wrap:pretty}.skip-link{position:fixed;z-index:100;top:1rem;left:1rem;padding:.75rem 1rem;background:var(--white);color:var(--ink);transform:translateY(-180%);transition:transform .18s var(--ease-out)}.skip-link:focus{transform:translateY(0)}.intro-screen{position:fixed;z-index:var(--z-loader);inset:0;display:grid;place-items:center;background:var(--ink);pointer-events:none;transform-origin:top;animation:intro-failsafe-exit .9s 3s var(--ease-in-out) forwards}.intro-screen img{width:min(240px,48vw);opacity:0;animation:intro-logo 1s .1s var(--ease-out) forwards}.intro-screen__line{position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--primary);transform:scaleX(0);transform-origin:left;animation:intro-line 1.25s var(--ease-in-out) forwards}.intro-screen.is-done{animation:intro-exit .9s var(--ease-in-out) forwards}@keyframes intro-logo{to{opacity:1}}@keyframes intro-line{to{transform:scaleX(1)}}@keyframes intro-exit{to{transform:translate3d(0,-100%,0)}}@keyframes intro-failsafe-exit{to{transform:translate3d(0,-100%,0);visibility:hidden}}.site-header{position:fixed;z-index:var(--z-header);inset:0 0 auto;height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0 var(--gutter);color:var(--white);transition:background-color .5s var(--ease-out),color .5s var(--ease-out)}.site-header:after{content:"";position:absolute;right:var(--gutter);bottom:0;left:var(--gutter);height:1px;background:#ffffff6b;transform:scaleX(0);transform-origin:left;transition:transform .7s var(--ease-out),background-color .4s ease}.site-header.is-scrolled{height:74px;background:var(--white);color:var(--ink)}.site-header.is-scrolled:after{background:var(--line);transform:scaleX(1)}.brand{position:relative;z-index:2;width:clamp(135px,10vw,185px);flex:0 0 auto}.brand img{width:100%;height:auto;transition:opacity .35s ease}.brand__dark{position:absolute;inset:0;opacity:0}.desktop-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(1.3rem,1.8vw,2.5rem);margin-left:auto;font-size:.72rem;font-weight:600}.nav-link,.nav-contact{position:relative;display:inline-flex;align-items:center;min-height:42px;white-space:nowrap}.nav-link--trigger{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:default}.nav-link:after{content:"";position:absolute;right:0;bottom:6px;left:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .4s var(--ease-out)}.nav-link:hover:after,.nav-link:focus-visible:after,.nav-group:focus-within>.nav-link:after{transform:scaleX(1);transform-origin:left}.nav-contact{min-height:42px;padding:0 1.35rem;background:var(--primary);color:var(--white);transition:background-color .25s ease,transform .4s var(--ease-out)}.nav-contact:hover{background:var(--primary-deep);transform:translateY(-2px)}.nav-group{position:relative}.nav-dropdown{position:absolute;top:calc(100% + 11px);left:-1.4rem;width:190px;padding:1.1rem 1.35rem;background:var(--white);color:var(--ink);opacity:0;visibility:hidden;transform:translateY(-7px);transition:opacity .2s ease,visibility .2s ease,transform .4s var(--ease-out)}.nav-dropdown:before{content:"";position:absolute;inset:-20px 0 auto;height:20px}.nav-dropdown--wide{width:220px}.nav-dropdown a{display:block;padding:.65rem 0;border-bottom:1px solid var(--line);font-size:.7rem;transition:color .2s ease}.nav-dropdown a:last-child{border-bottom:0}.nav-dropdown a:hover,.nav-dropdown a:focus-visible{color:var(--primary)}.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header-tools{display:flex;align-items:center;gap:1rem}.language{display:none;font-size:.72rem;font-weight:600}.menu-toggle{position:relative;width:42px;height:42px;display:none;border:0;background:transparent;cursor:pointer}.menu-toggle span{position:absolute;top:50%;left:8px;width:26px;height:1px;background:currentColor;transition:transform .32s var(--ease-out)}.menu-toggle span:first-child{transform:translate3d(0,-5px,0)}.menu-toggle span:last-child{transform:translate3d(0,5px,0)}.menu-toggle[aria-expanded=true] span:first-child{transform:rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:rotate(-45deg)}.mobile-menu{position:fixed;z-index:var(--z-menu);inset:0;background:var(--ink);color:var(--white);opacity:0;transform:translate3d(0,-100%,0);visibility:hidden;overflow-y:auto;transition:transform .52s var(--ease-in-out),opacity .28s ease,visibility .52s}.mobile-menu.is-open{opacity:1;transform:translateZ(0);visibility:visible}.mobile-menu__inner{min-height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:calc(var(--header-height) + 3rem) var(--gutter) 2rem}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu nav a{width:fit-content;font-family:var(--font-display);font-size:clamp(2rem,8vw,4.25rem);transition:color .2s ease,transform .35s var(--ease-out)}.mobile-menu nav a:hover,.mobile-menu nav a:focus-visible{color:var(--accent);transform:translate(.4rem)}.mobile-menu__group{margin:.35rem 0 .55rem}.mobile-menu__label{display:block;margin-bottom:.55rem;color:#9d9790;font-size:.68rem;font-weight:600}.mobile-menu nav .mobile-menu__subnav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem 1rem}.mobile-menu nav .mobile-menu__subnav a{font-size:clamp(.9rem,3.2vw,1.15rem);font-weight:400}.mobile-menu__meta{display:flex;flex-wrap:wrap;gap:.8rem 1.5rem;padding-top:2rem;border-top:1px solid var(--line-dark);font-size:.78rem}.hero{position:relative;height:100svh;min-height:650px;overflow:hidden;background:var(--ink);color:var(--white)}.hero__slides,.hero__shade,.hero__slide{position:absolute;inset:0}.hero__slide{width:100%;height:100%;object-fit:cover;opacity:0;transform:none;transition:opacity .85s var(--ease-in-out)}.hero__slide.is-active{opacity:1;transform:none}.hero__shade{z-index:1;background:linear-gradient(180deg,#00000057,#0000000d 42%,#0000008f)}.hero__content{position:relative;z-index:2;height:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:0 var(--gutter) clamp(3.4rem,8vh,6.5rem)}.hero h1{max-width:1050px;margin-bottom:0;font-size:clamp(2.9rem,6.2vw,5.8rem)}.hero__controls{display:flex;align-items:center;gap:.85rem;flex:0 0 auto}.hero__controls button{width:40px;height:40px;display:grid;place-items:center;border:1px solid oklch(1 0 0 / .52);border-radius:50%;background:transparent;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .35s var(--ease-out)}.hero__controls button:hover{background:var(--white);color:var(--ink);transform:scale(1.07)}.hero__controls svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.25}.hero__count{display:flex;align-items:center;gap:.65rem;min-width:104px;font-size:.75rem;font-style:normal;font-variant-numeric:tabular-nums}.hero__count b{font-weight:600}.hero__count i{width:42px;height:1px;background:#ffffff80}.hero__down{position:absolute;z-index:2;left:50%;bottom:1.8rem;width:32px;height:52px;display:grid;place-items:center;transform:translate(-50%)}.hero__down svg{width:16px;fill:none;stroke:var(--white);stroke-width:1;animation:cue-down 2.2s var(--ease-in-out) infinite}@keyframes cue-down{0%,to{transform:translateY(-3px);opacity:.5}50%{transform:translateY(6px);opacity:1}}.section{padding:clamp(6rem,12vw,11rem) var(--gutter)}.studio{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(3.5rem,8vw,9rem);align-items:center;background:var(--bg)}.studio__media{position:relative;min-height:min(760px,72vw)}.studio__carousel{position:absolute;inset:0 13% 13% 0;overflow:hidden;background:var(--surface)}.studio__slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:none;transition:opacity .72s var(--ease-in-out)}.studio__slide.is-active{opacity:1;transform:none}.studio__inset{position:absolute;right:0;bottom:0;width:42%;margin:0;border:10px solid var(--white);background:var(--white)}.studio__inset img{aspect-ratio:1;object-fit:cover}.studio__content{max-width:760px}.studio h2,.projects h2{margin-bottom:clamp(2.2rem,4vw,4.25rem);font-size:clamp(2.45rem,5vw,5rem)}.prose{max-width:70ch;color:var(--ink-soft)}.prose p{margin-bottom:1.35rem}.prose strong{color:var(--ink);font-weight:600}.prose a{text-decoration:underline;text-decoration-color:var(--primary);text-decoration-thickness:1px;text-underline-offset:.22em}.text-link{width:fit-content;display:inline-flex;align-items:center;gap:1rem;margin-top:1.4rem;padding:.6rem 0;border-bottom:1px solid var(--ink);font-size:.75rem;font-weight:600;transition:color .25s ease,border-color .25s ease}.text-link svg{width:34px;fill:none;stroke:currentColor;stroke-width:1;transition:transform .4s var(--ease-out)}.text-link:hover,.text-link:focus-visible{color:var(--primary);border-color:var(--primary)}.text-link:hover svg,.text-link:focus-visible svg{transform:translate(7px)}.vision{min-height:920px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:var(--ink);color:var(--white)}.vision__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:clamp(6rem,10vw,10rem) clamp(2rem,7vw,8rem) clamp(6rem,10vw,10rem) var(--gutter);overflow:hidden}.vision__mark{position:absolute;z-index:-1;top:-.03em;left:-.06em;color:#ffffff0b;font-family:var(--font-display);font-size:clamp(8rem,18vw,20rem);-webkit-user-select:none;user-select:none}.vision h2{max-width:820px;margin-bottom:clamp(2rem,4vw,3.5rem);font-size:clamp(2.3rem,4.6vw,5rem)}.prose--light{color:#c1c1c1}.prose--light strong{color:var(--white)}.text-link--light{color:var(--white);border-color:var(--white)}.text-link--light:hover,.text-link--light:focus-visible{color:var(--accent);border-color:var(--accent)}.vision__media{position:relative;min-height:650px;overflow:hidden}.vision__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,oklch(0 0 0 / .15),transparent 40%)}.vision__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease-out)}.vision:hover .vision__media img{transform:scale(1.015)}.services{min-height:860px;display:grid;grid-template-columns:.82fr 1.18fr;background:var(--primary);color:var(--white)}.services__visual{position:relative;overflow:hidden}.services__visual:after{content:"";position:absolute;inset:0;background:var(--primary);mix-blend-mode:multiply;opacity:.44}.services__visual img{width:100%;height:100%;object-fit:cover;filter:grayscale(.72) contrast(1.04)}.services__content{display:grid;grid-template-columns:.58fr 1.42fr;gap:clamp(2rem,5vw,6rem);padding:clamp(5rem,9vw,9rem) var(--gutter) clamp(5rem,9vw,9rem) clamp(2rem,5vw,6rem);align-items:start}.services__heading h2{margin:0;font-size:clamp(3.5rem,7vw,7.5rem);writing-mode:vertical-rl;transform:rotate(180deg)}.service-list{border-top:1px solid oklch(1 0 0 / .45)}.service-item{border-bottom:1px solid oklch(1 0 0 / .45)}.service-item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.5rem 0;border:0;background:transparent;font-family:var(--font-display);font-size:clamp(1.35rem,2.3vw,2.7rem);text-align:left;cursor:pointer}.service-item button i{position:relative;width:20px;height:20px;flex:0 0 auto}.service-item button i:before,.service-item button i:after{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:currentColor;transition:transform .35s var(--ease-out)}.service-item button i:after{transform:rotate(90deg)}.service-item.is-open button i:after{transform:rotate(0)}.service-item__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .65s var(--ease-out)}.service-item__panel p{overflow:hidden;margin-bottom:0;color:#f7e7e5}.service-item.is-open .service-item__panel{grid-template-rows:1fr}.service-item.is-open .service-item__panel p{padding-bottom:2rem}.projects{background:var(--white)}.projects__head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:clamp(3rem,7vw,7rem)}.projects__head h2,.projects__head .text-link{margin:0}.projects__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(10,clamp(38px,5vw,82px));gap:clamp(.75rem,1.4vw,1.75rem)}.project{position:relative;overflow:hidden;background:var(--surface)}.project img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease-out),filter .5s ease}.project>span{position:absolute;top:50%;left:50%;width:78px;height:78px;display:grid;place-items:center;border-radius:50%;background:var(--primary);color:var(--white);font-size:.7rem;font-weight:600;opacity:0;transform:translate(-50%,-35%) scale(.8);transition:opacity .3s ease,transform .5s var(--ease-out)}.project:hover img,.project:focus-visible img{transform:scale(1.035);filter:saturate(.88)}.project:hover>span,.project:focus-visible>span{opacity:1;transform:translate(-50%,-50%) scale(1)}.project--one{grid-column:1 / 7;grid-row:1 / 7}.project--two{grid-column:8 / 13;grid-row:1 / 5}.project--three{grid-column:2 / 6;grid-row:8 / 11}.project--four{grid-column:7 / 12;grid-row:6 / 11}.site-footer{position:relative;background:var(--ink);color:var(--white);padding:clamp(5rem,9vw,9rem) var(--gutter) 2rem}.footer__brand{display:flex;justify-content:center;padding-bottom:clamp(4rem,7vw,7rem);border-bottom:1px solid var(--line-dark)}.footer__brand img{width:min(310px,65vw)}.footer__grid{display:grid;grid-template-columns:1.05fr .75fr 1fr;gap:clamp(2.5rem,6vw,8rem);padding:clamp(3rem,6vw,6rem) 0}.footer__contact,.footer__map,.footer__hours{font-size:.9rem}.footer__contact address{margin-bottom:2rem;font-style:normal}.footer__contact a,.footer__map a,.footer__bottom a{text-decoration:underline;text-decoration-color:#ffffff59;text-underline-offset:.2em;transition:color .2s ease,text-decoration-color .2s ease}.footer__contact a:hover,.footer__map a:hover,.footer__bottom a:hover{color:var(--accent);text-decoration-color:var(--accent)}.footer__award{display:grid;place-items:center}.footer__award img{width:min(270px,100%);opacity:.9}.footer__map h2{margin-bottom:1.2rem;font-family:var(--font-body);font-size:.78rem;font-weight:600}.footer__map nav{display:flex;flex-direction:column;align-items:flex-start}.footer__map a{margin-bottom:.35rem}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1.7rem;border-top:1px solid var(--line-dark);color:#ababab;font-size:.72rem}.footer__bottom div{display:flex;gap:1.25rem}.contact-orbit{position:fixed;z-index:30;right:1.35rem;bottom:1.35rem;width:78px;height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;border-radius:50%;background:var(--primary);color:var(--white);font-size:.62rem;font-weight:600;transform:translateY(120px);transition:transform .6s var(--ease-out),background-color .25s ease}.contact-orbit.is-visible{transform:translateY(0)}.contact-orbit:hover{background:var(--primary-deep)}.contact-orbit svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.4}@media(max-width:1180px){:root{--header-height: 84px}.desktop-nav{display:none}.language,.menu-toggle{display:inline-grid}.site-header.menu-active{color:var(--white);background:transparent}.site-header.menu-active:after{background:var(--line-dark)}.site-header.menu-active .brand__dark{opacity:0}.site-header.menu-active .brand__light{opacity:1}.services{grid-template-columns:.68fr 1.32fr}.services__content{grid-template-columns:1fr}.services__heading h2{writing-mode:horizontal-tb;transform:none}}@media(max-width:900px){.hero__content{flex-direction:column;align-items:flex-start;justify-content:flex-end}.hero__controls{order:-1}.studio{grid-template-columns:1fr}.studio__media{min-height:min(760px,112vw)}.vision{grid-template-columns:1fr}.vision__content{padding-right:var(--gutter)}.vision__media{min-height:min(85vw,720px)}.services{grid-template-columns:1fr}.services__visual{min-height:62vw}.services__content{padding-left:var(--gutter)}.footer__grid{grid-template-columns:1fr 1fr}.footer__award{align-items:start}.footer__map{grid-column:1 / -1;padding-top:2rem;border-top:1px solid var(--line-dark)}}@media(max-width:620px){:root{--header-height: 74px;--gutter: 1.25rem}.site-header.is-scrolled{height:66px}.brand{width:128px}.language{display:none}.hero{min-height:590px}.hero__content{padding-bottom:4.9rem}.hero h1{font-size:clamp(2.55rem,11vw,4.15rem);overflow-wrap:anywhere}.hero__down{right:1.2rem;left:auto;transform:none}.section{padding-top:6.5rem;padding-bottom:6.5rem}.studio{gap:4rem}.studio__media{min-height:112vw}.studio__carousel{inset:0 7% 10% 0}.studio__inset{width:45%;border-width:6px}.studio h2,.projects h2{font-size:clamp(2.35rem,11vw,3.7rem)}.vision{min-height:0}.vision__content{padding-top:6rem;padding-bottom:6rem}.vision h2{font-size:clamp(2.25rem,10vw,3.7rem)}.services__visual{min-height:72vw}.services__content{padding-top:4.5rem;padding-bottom:5.5rem}.services__heading h2{font-size:clamp(3.8rem,20vw,6rem)}.service-item button{padding:1.25rem 0}.projects__head{align-items:flex-start;flex-direction:column}.projects__grid{display:flex;flex-direction:column;gap:1rem}.project{aspect-ratio:1}.project:nth-child(2n){margin-left:12%}.project:nth-child(odd){margin-right:12%}.project>span{width:66px;height:66px}.footer__grid{grid-template-columns:1fr}.footer__award{justify-items:start;padding:2rem 0;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.footer__award img{width:min(220px,62vw)}.footer__map{grid-column:auto;padding-top:0;border-top:0}.footer__bottom{align-items:flex-start;flex-direction:column}.footer__bottom div{flex-wrap:wrap}.contact-orbit{right:1rem;bottom:1rem;width:66px;height:66px}}.route-body main{background:var(--white)}.route-hero{position:relative;min-height:88svh;display:flex;align-items:flex-end;overflow:hidden;background:var(--ink);color:var(--white)}.route-hero--compact{min-height:72svh}.route-hero__media,.route-hero__shade,.route-hero__field{position:absolute;inset:0}.route-hero__media img{width:100%;height:100%;object-fit:cover;animation:route-hero-image 1.5s var(--ease-out) both}@keyframes route-hero-image{0%{transform:scale(1.025)}to{transform:scale(1)}}.route-hero__shade{z-index:1;background:linear-gradient(180deg,#0000005c,#0000000d 42%,#000000ad)}.route-hero__field{display:grid;place-items:center;background:var(--primary);overflow:hidden}.route-hero__field:after{content:"";position:absolute;inset:0 0 0 50%;background:var(--primary-deep)}.route-hero__field span{position:relative;z-index:1;color:#ffffff14;font-family:var(--font-display);font-size:min(25vw,24rem)}.route-hero__content{position:relative;z-index:2;width:100%;padding:calc(var(--header-height) + 4rem) var(--gutter) clamp(4rem,9vh,7rem)}.route-hero__content h1{max-width:1120px;margin:0;font-size:clamp(3rem,7vw,5.8rem)}.route-hero__content p{max-width:65ch;margin:1.5rem 0 0;color:#e8e8e8;font-size:clamp(1rem,1.25vw,1.25rem)}.route-hero__down{position:absolute;z-index:3;right:var(--gutter);bottom:2.2rem;width:40px;height:52px;display:grid;place-items:center}.route-hero__down svg{width:16px;fill:none;stroke:currentColor;stroke-width:1;animation:cue-down 2.2s var(--ease-in-out) infinite}.route-hero--product{background:var(--surface);color:var(--ink)}.route-hero--product .route-hero__shade{background:linear-gradient(90deg,oklch(0 0 0 / .56),transparent 70%)}.route-hero--product .route-hero__media img{object-position:center}.route-narrative{background:var(--white)}.route-narrative__groups{display:flex;flex-direction:column;gap:clamp(5rem,11vw,11rem)}.route-copy-group{width:min(100%,980px);display:grid;grid-template-columns:minmax(150px,.45fr) minmax(0,1.55fr);gap:clamp(2rem,6vw,7rem);align-items:start}.route-copy-group__marker{grid-column:1;color:var(--primary);font-family:var(--font-display);font-size:clamp(1.8rem,3.4vw,3.7rem)}.route-copy-group h2{grid-column:1;margin:0;font-size:clamp(2rem,4vw,4.25rem)}.route-copy-group .prose{grid-column:2;grid-row:1 / span 3;font-size:clamp(1rem,.35vw + .94rem,1.2rem)}.route-copy-group__marker+h2{grid-row:2}.route-copy-group .prose p,.route-copy-group .prose li{margin-bottom:1.25rem}.route-copy-group .prose ul{margin:0;padding-left:1.2rem}.route-copy-group blockquote{margin:0;color:var(--primary);font-family:var(--font-display);font-size:clamp(1.7rem,3vw,3rem)}.route-gallery{padding-top:1rem;background:var(--white)}.route-gallery__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;gap:clamp(.75rem,1.5vw,1.8rem)}.route-gallery__grid>a{display:contents}.route-gallery__item{position:relative;grid-column:span 6;margin:0;overflow:hidden;background:var(--surface)}.route-gallery__item--1,.route-gallery__item--4{grid-column:span 5;margin-top:clamp(2rem,8vw,8rem)}.route-gallery__item--2{grid-column:2 / span 4}.route-gallery__item--3{grid-column:7 / span 6}.route-gallery__item--5{grid-column:3 / span 8}.route-gallery__item img{width:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform .9s var(--ease-out),filter .5s ease}.route-gallery__item:nth-child(3n) img{aspect-ratio:1}.route-gallery__item:hover img{transform:scale(1.025);filter:saturate(.9)}.route-gallery__item figcaption{position:absolute;right:1rem;bottom:1rem;left:1rem;width:fit-content;padding:.45rem .7rem;background:var(--white);color:var(--ink);font-size:.7rem;font-weight:600}.index-card svg,.contact-form button svg{width:35px;fill:none;stroke:currentColor;stroke-width:1}.product-enquiry{min-height:460px;display:flex;align-items:flex-end;justify-content:space-between;gap:3rem;padding:clamp(5rem,10vw,10rem) var(--gutter);background:var(--primary);color:var(--white)}.product-enquiry h2{max-width:18ch;margin:0;font-size:clamp(2.8rem,6vw,5.8rem)}.index-gallery{padding-top:0}.index-gallery__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(1.25rem,3vw,4rem) clamp(.8rem,2vw,2.5rem);align-items:start}.index-gallery__grid>a{grid-column:span 6}.index-gallery__grid>a:nth-child(4n+2),.index-gallery__grid>a:nth-child(4n+3){grid-column:span 5}.index-gallery__grid>a:nth-child(4n+2){margin-left:8.333%;margin-top:clamp(2rem,7vw,8rem)}.index-gallery__grid>a:nth-child(4n+4){margin-top:clamp(1rem,4vw,4rem)}.index-card__media{overflow:hidden;background:var(--surface)}.index-card__media img{width:100%;aspect-ratio:5 / 4;object-fit:cover;transition:transform .8s var(--ease-out)}.index-gallery__grid>a:nth-child(3n) .index-card__media img{aspect-ratio:4 / 5}.index-card:hover .index-card__media img{transform:scale(1.025)}.index-card__label{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--line)}.index-card__label h2{margin:0;font-family:var(--font-body);font-size:clamp(.86rem,1.3vw,1.05rem);font-weight:600}.people-directory{padding-top:2rem}.people-directory__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(2rem,4vw,5rem) clamp(1rem,2vw,2rem)}.person:nth-child(3n+2){margin-top:clamp(2rem,5vw,6rem)}.person img{width:100%;aspect-ratio:4 / 5;object-fit:cover;filter:grayscale(1);transition:filter .5s ease,transform .8s var(--ease-out)}.person:hover img{filter:grayscale(0);transform:scale(1.012)}.person__caption{padding:1.2rem 0;border-bottom:1px solid var(--line)}.person__caption h2{margin:0 0 .35rem;font-size:clamp(1.35rem,2vw,2rem)}.person__caption p{margin:0;color:var(--primary);font-size:.72rem;font-weight:600}.press-grid{display:flex;flex-direction:column;gap:clamp(4rem,9vw,9rem)}.press-entry{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:clamp(2rem,7vw,8rem);align-items:center}.press-entry__media{overflow:hidden;background:var(--surface)}.press-entry__media img{width:100%;max-height:720px;object-fit:cover}.press-entry__copy h2{margin-bottom:1.5rem;font-size:clamp(2.2rem,4vw,4.5rem)}.press-entry__copy p{max-width:62ch;color:var(--ink-soft)}.contact-page{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:clamp(4rem,10vw,12rem);align-items:start}.contact-page__details{position:sticky;top:calc(var(--header-height) + 2rem)}.contact-page h2{margin-bottom:2rem;font-size:clamp(2.4rem,4vw,4.25rem)}.contact-page address,.contact-page__details p{color:var(--ink-soft);font-style:normal}.contact-page a{text-decoration:underline;text-decoration-color:var(--primary);text-underline-offset:.2em}.contact-form{display:flex;flex-direction:column;gap:1.4rem}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.contact-form label{display:flex;flex-direction:column;gap:.55rem;color:var(--ink);font-size:.78rem;font-weight:600}.contact-form input,.contact-form textarea{width:100%;border:0;border-bottom:1px solid var(--muted);border-radius:0;background:transparent;color:var(--ink);font:400 1rem/1.5 var(--font-body);padding:.85rem 0;resize:vertical;outline:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--muted);opacity:1}.contact-form input:focus,.contact-form textarea:focus{border-bottom-color:var(--primary)}.contact-form__check{flex-direction:row!important;align-items:flex-start;gap:.8rem!important;font-weight:400!important}.contact-form__check input{width:18px;height:18px;flex:0 0 auto;margin-top:.15rem;accent-color:var(--primary)}.contact-form button{width:fit-content;display:inline-flex;align-items:center;gap:1rem;margin-top:1rem;padding:1rem 1.4rem;border:0;background:var(--primary);color:var(--white);font-size:.76rem;font-weight:600;cursor:pointer;transition:background-color .25s ease,transform .4s var(--ease-out)}.contact-form button:hover{background:var(--primary-deep);transform:translateY(-2px)}.legal-route .route-narrative__groups{max-width:980px;margin:0 auto;gap:3rem}.legal-route .route-copy-group{display:block}.legal-route .route-copy-group h2{margin-bottom:1.4rem}.legal-route .route-copy-group .prose{max-width:75ch}.dossier-route .route-narrative{background:var(--ink);color:var(--white)}.dossier-route .route-copy-group .prose,.dossier-route .route-copy-group .prose strong{color:#cacaca}.dossier-route .route-copy-group h2{color:var(--white)}.dossier-route .route-copy-group__marker{color:var(--accent)}.dossier-route .route-copy-group{width:min(100%,1200px);grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr)}.dossier-route .route-copy-group h2{max-width:13ch;font-size:clamp(2.4rem,4.6vw,5rem)}.dossier-route .route-copy-group blockquote{font-size:clamp(1.8rem,2.8vw,3.2rem)}.not-found{min-height:40vh;display:grid;place-items:center}@media(max-width:900px){.route-copy-group{grid-template-columns:1fr;gap:1.6rem}.dossier-route .route-copy-group{grid-template-columns:1fr}.route-copy-group__marker,.route-copy-group h2,.route-copy-group .prose{grid-column:1;grid-row:auto}.route-gallery__item,.route-gallery__item--1,.route-gallery__item--2,.route-gallery__item--3,.route-gallery__item--4,.route-gallery__item--5{grid-column:span 6;margin-top:0}.press-entry{grid-template-columns:1fr}.press-entry:nth-child(2n) .press-entry__media{order:0}.contact-page{grid-template-columns:1fr}.contact-page__details{position:static}}@media(max-width:620px){.route-hero,.route-hero--compact{min-height:72svh}.route-hero__content{padding-bottom:4.5rem}.route-hero__content h1{font-size:clamp(2.6rem,12vw,4.5rem);overflow-wrap:anywhere}.route-hero__content p{display:none}.route-hero__down{right:var(--gutter);bottom:1.25rem}.route-narrative__groups{gap:5rem}.route-gallery__grid{display:flex;flex-direction:column}.route-gallery__item:nth-child(2n){margin-left:12%}.route-gallery__item:nth-child(odd){margin-right:12%}.product-enquiry{min-height:380px;align-items:flex-start;flex-direction:column}.index-gallery__grid{display:flex;flex-direction:column;gap:2.5rem}.index-gallery__grid>a:nth-child(n){margin:0}.index-gallery__grid>a:nth-child(2n){margin-left:10%}.index-gallery__grid>a:nth-child(odd){margin-right:10%}.people-directory__grid{grid-template-columns:1fr 1fr}.person:nth-child(3n+2){margin-top:0}.person:nth-child(2n){margin-top:3rem}.person__caption h2{font-size:1.05rem}.person__caption p{font-size:.62rem}.contact-form__row{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.intro-screen{display:none}.hero__slide,.studio__slide{transform:none!important}}.hero__actions{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:clamp(2rem,4vw,3.5rem)}.hero__actions a{min-width:178px;min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.35rem;border:1px solid var(--white);background:var(--white);color:var(--ink);font-size:.65rem;font-weight:600;transition:color .3s ease,background .3s ease,transform .45s var(--ease-out)}.hero__actions a+a{background:#03010147;color:var(--white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero__actions a:hover{border-color:var(--primary);background:var(--primary);color:var(--white);transform:translateY(-3px)}.route-hero--long h1{font-size:clamp(3rem,5.25vw,6.3rem)}@media(max-width:680px){.hero__actions{width:min(100%,340px);align-items:stretch;gap:.5rem}.hero__actions a{min-width:0;min-height:48px;height:auto;align-self:stretch;flex:1;padding-right:.7rem;padding-left:.7rem;font-size:.57rem}.route-hero--long h1{font-size:clamp(2.35rem,10.5vw,3.8rem)}}body :is(h1,h2,h3){font-weight:400!important}.hero h1,.route-hero h1,.collection-hub__hero h1,.collection-category__hero h1,.collection-product__hero h1,.services-page__hero h1,.agent-page__hero h1,.legacy-project-page__hero h1{font-size:clamp(3.25rem,5vw,6rem)!important}.studio__masthead h2,.studio__content h2,.vision h2,.projects__head h2,.services__heading h2,.route-copy-group h2,.contact-page h2,.product-enquiry h2,.projects-intro h2,.projects-statement h2,.collection-hub__statement h2,.collection-action h2,.collection-category__pieces>header h2,.collection-product__details-copy h2,.services-page__service-copy h2,.services-page__philosophy h2,.agent-page__benefits h2,.agent-page__process h2,.agent-page__contact h2,.legacy-project-page__summary h2,.people-directory__header h2{font-size:clamp(2.25rem,3.8vw,4.5rem)!important}.service-item h3,.projects-story h3,.collection-piece-card__label h3{font-size:clamp(1.6rem,2.6vw,3.25rem)!important}body :is(p,li,blockquote){font-weight:400}body :is(strong,b){font-weight:600}.desktop-nav,.desktop-nav :is(a,button),.mobile-menu__subnav a,.nav-contact,.text-link,.hero__actions a,.contact-form button,.collection-action a,.contact-orbit{font-weight:500}@media(max-width:680px){.hero h1,.route-hero h1,.collection-hub__hero h1,.collection-category__hero h1,.collection-product__hero h1,.services-page__hero h1,.agent-page__hero h1,.legacy-project-page__hero h1{font-size:clamp(2.25rem,9vw,3.5rem)!important}body:not(.route-body) .hero h1{font-size:clamp(1.65rem,7.4vw,2rem)!important}.studio__masthead h2,.studio__content h2,.vision h2,.projects__head h2,.services__heading h2,.route-copy-group h2,.contact-page h2,.product-enquiry h2,.projects-intro h2,.projects-statement h2,.collection-hub__statement h2,.collection-action h2,.collection-category__pieces>header h2,.collection-product__details-copy h2,.services-page__service-copy h2,.services-page__philosophy h2,.agent-page__benefits h2,.agent-page__process h2,.agent-page__contact h2,.legacy-project-page__summary h2,.people-directory__header h2{font-size:clamp(1.5rem,6vw,1.85rem)!important}.service-item h3,.projects-story h3,.collection-piece-card__label h3{font-size:clamp(1.25rem,5vw,1.65rem)!important}}a,button{touch-action:manipulation}h1[id],h2[id],h3[id]{scroll-margin-top:calc(var(--header-height) + 2rem)}.mobile-menu{overscroll-behavior:contain}@supports (padding: env(safe-area-inset-top)){.site-header{top:max(.55rem,env(safe-area-inset-top))}.mobile-menu__inner{padding-bottom:max(2rem,env(safe-area-inset-bottom))}}:root{--bg: oklch(.955 .012 82);--surface: oklch(.91 .014 82);--ink: oklch(.115 .008 55);--ink-soft: oklch(.3 .012 55);--primary: oklch(.365 .118 27);--primary-deep: oklch(.255 .082 27);--accent: oklch(.79 .07 74);--muted: oklch(.48 .01 65);--white: oklch(.985 .006 82);--line: oklch(.77 .015 76);--line-dark: oklch(.31 .012 55);--font-display: "Tenor Sans", "Helvetica Neue", sans-serif;--font-body: "Hanken Grotesk", "Helvetica Neue", sans-serif;--header-height: 84px;--gutter: clamp(1.25rem, 4vw, 5rem);--shell: 94rem}html{background:var(--ink)}body{background:radial-gradient(circle at 80% 8%,oklch(.89 .025 70 / .55),transparent 28rem),var(--bg);font-size:clamp(1rem,.18vw + .96rem,1.14rem);font-weight:300}main{width:100%;max-width:100%;overflow-x:clip}h1,h2,h3{font-weight:300}.section{padding:clamp(8rem,13vw,13.5rem) var(--gutter)}.site-header{top:1.1rem;right:var(--gutter);left:var(--gutter);width:auto;height:66px;padding:0 1.15rem 0 1.35rem;border:1px solid oklch(1 0 0 / .2);background:#0805033b;box-shadow:0 16px 60px #00000014;-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%);transition:color .35s ease,background .35s ease,border-color .35s ease,transform .5s var(--ease-out)}.site-header:after{display:none}.site-header.is-scrolled{top:.8rem;height:62px;border-color:#1a15121f;background:#f8f5efe6;color:var(--ink)}.brand{width:clamp(120px,9vw,156px)}.desktop-nav{gap:clamp(1.1rem,1.75vw,2.4rem);font-size:.66rem;font-weight:500}.nav-contact{min-height:40px;padding:0 1.5rem;background:var(--white);color:var(--ink)}.site-header.is-scrolled .nav-contact{background:var(--ink);color:var(--white)}.nav-contact:hover,.site-header.is-scrolled .nav-contact:hover{background:var(--primary);color:var(--white)}.nav-dropdown{top:calc(100% + 15px);padding:1.4rem 1.55rem;border:1px solid oklch(.2 .01 55 / .1);background:var(--white);box-shadow:0 26px 80px #0000001f}.nav-dropdown a{border-color:#1a15121f;font-weight:500}.intro-screen{background:var(--ink)}.intro-screen__line{height:1px;background:var(--accent)}.hero,.route-hero{min-height:100svh;background:var(--ink)}.hero__slides,.route-hero__media{inset:-1.5%}.hero__slide,.route-hero__media img{filter:saturate(.72) contrast(1.06)}.hero__shade,.route-hero__shade{background:radial-gradient(circle at center,transparent 4%,oklch(0 0 0 / .22) 58%,oklch(0 0 0 / .68) 100%),linear-gradient(180deg,oklch(0 0 0 / .25),transparent 32%,oklch(0 0 0 / .38))}.hero__content,.route-hero__content{inset:0;width:min(100%,calc(var(--shell) + 2 * var(--gutter)));max-width:none;margin:auto;padding:calc(var(--header-height) + 6rem) var(--gutter) 8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero h1,.route-hero h1{width:100%;max-width:72rem;margin:0 auto;color:var(--white);font-size:clamp(3.25rem,6.2vw,7.4rem);font-weight:300;text-wrap:balance}.hero__controls{position:absolute;right:var(--gutter);bottom:3rem;display:flex;align-items:center;padding:.35rem;border:1px solid oklch(1 0 0 / .25);background:#03010147;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero__controls button{width:43px;height:43px}.hero__count{min-width:112px;padding:0 1rem;font-size:.67rem}.hero__down,.route-hero__down{bottom:3rem;left:50%;width:38px;height:56px;border:1px solid oklch(1 0 0 / .25);transform:translate(-50%)}.hero__down svg,.route-hero__down svg{width:15px}.studio{max-width:var(--shell);margin:0 auto;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:clamp(2rem,5vw,6rem)}.studio__media{grid-column:1 / 8;min-height:760px}.studio__carousel{inset:0 12% 13% 0;overflow:hidden}.studio__carousel:after{content:"";position:absolute;inset:0;border:1px solid oklch(1 0 0 / .25);pointer-events:none}.studio__slide{filter:saturate(.74) contrast(1.05)}.studio__inset{right:0;bottom:0;width:40%;border:10px solid var(--bg);box-shadow:0 30px 80px #00000029}.studio__content{grid-column:8 / 13;max-width:36rem;padding-left:clamp(0rem,2vw,2rem)}.studio__content h2,.vision h2,.projects__head h2,.route-copy-group h2,.contact-page h2,.product-enquiry h2{font-size:clamp(2.65rem,4.7vw,5.5rem)}.studio__content .prose{margin-top:3rem;color:var(--ink-soft)}.prose p+p{margin-top:1.2rem}.text-link{min-height:52px;margin-top:2.2rem;padding:0 1.4rem;border:1px solid currentColor;font-size:.69rem;font-weight:500;transition:background .25s ease,color .25s ease,transform .45s var(--ease-out)}.text-link:hover{background:var(--ink);color:var(--white);transform:translateY(-3px)}.vision{min-height:110vh;display:grid;grid-template-columns:1.05fr .95fr;background:var(--ink)}.vision__content{align-self:center;max-width:48rem;padding:clamp(8rem,13vw,13rem) clamp(2rem,7vw,8rem)}.vision__mark{display:none}.vision h2{max-width:44rem;color:var(--white)}.vision .prose{margin-top:3.5rem;color:#c8c3bd}.vision__media{min-height:100%;overflow:hidden}.vision__media img{height:100%;object-fit:cover;filter:saturate(.55) contrast(1.08);transition:transform 1.2s var(--ease-out),filter .7s ease}.vision:hover .vision__media img{transform:scale(1.035);filter:saturate(.8) contrast(1.03)}.services{min-height:100svh;display:grid;grid-template-columns:minmax(260px,.6fr) minmax(0,1.4fr);padding:clamp(8rem,12vw,12rem) var(--gutter);background:var(--bg)}.services__visual{position:relative;min-height:720px;overflow:hidden}.services__visual img{width:100%;height:100%;object-fit:cover;filter:grayscale(.65) saturate(.65) contrast(1.08)}.services__content{display:grid;grid-template-rows:auto 1fr;padding:0 0 0 clamp(2rem,5vw,6rem)}.services__heading h2{margin:0 0 4rem;font-size:clamp(4rem,9vw,10rem)}.service-list{min-height:500px;display:flex;align-items:stretch;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-item{flex:1 1 0;min-width:0;border-right:1px solid var(--line);transition:flex .8s var(--ease-out),background .4s ease}.service-item:first-child{border-left:1px solid var(--line)}.service-item:hover,.service-item.is-open{flex:2.15 1 0;background:var(--white)}.service-item button{min-height:112px;padding:1.5rem;border:0;background:transparent;font-size:clamp(1.2rem,1.8vw,2.2rem);font-weight:300;text-align:left}.service-item button i{width:28px}.service-item__panel{max-height:0;padding:0 1.5rem;opacity:0;overflow:hidden;transition:max-height .7s var(--ease-out),opacity .4s ease}.service-item.is-open .service-item__panel{max-height:420px;padding-bottom:2rem;opacity:1}.service-item__panel p{max-width:34rem;color:var(--ink-soft)}.projects{max-width:var(--shell);margin:0 auto}.projects__head{align-items:flex-end;margin-bottom:5rem}.projects__head h2{max-width:50rem}.projects__grid{min-height:74vh;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(2,minmax(260px,1fr));grid-auto-flow:dense;gap:0;background:var(--ink)}.project{position:relative;min-height:0;overflow:hidden}.project--one{grid-column:1 / 7;grid-row:1 / 3}.project--two{grid-column:7 / 9;grid-row:1 / 3}.project--three{grid-column:9 / 11;grid-row:1 / 3}.project--four{grid-column:11 / 13;grid-row:1 / 3}.project:after,.index-card__media:after,.route-gallery__item:after,.person:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,oklch(0 0 0 / .42));pointer-events:none;transition:opacity .5s ease}.project img,.index-card img,.route-gallery__item img,.person img,.press-entry img{transition:transform .9s var(--ease-out),filter .65s ease}.project:hover img,.index-card:hover img,.route-gallery__item:hover img,.person:hover img,.press-entry:hover img{transform:scale(1.055);filter:saturate(.9) contrast(1.03)}.project span{right:auto;bottom:1.5rem;left:1.5rem;width:auto;height:auto;padding:.65rem .9rem;border:1px solid oklch(1 0 0 / .5);border-radius:0;background:#03010159;font-size:.62rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.route-hero--compact{min-height:88svh}.route-hero--product .route-hero__media img{object-fit:contain;padding:clamp(7rem,12vw,11rem) var(--gutter) clamp(3rem,6vw,6rem);background:var(--ink)}.route-hero--product .route-hero__shade{background:linear-gradient(180deg,oklch(0 0 0 / .16),transparent 50%,oklch(0 0 0 / .55))}.route-narrative{max-width:var(--shell);margin:0 auto}.route-narrative__groups{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));row-gap:clamp(9rem,15vw,15rem)}.route-copy-group{grid-column:1 / 11;display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:2rem;align-items:start}.route-copy-group--offset{grid-column:3 / 13}.route-copy-group__marker{grid-column:1 / 3;margin-top:.6rem;color:var(--primary);font-size:.65rem;font-weight:600}.route-copy-group h2{grid-column:1 / 7;max-width:46rem;margin:0}.route-copy-group .prose{grid-column:7 / 11;max-width:34rem;color:var(--ink-soft)}.route-copy-group__marker+h2{grid-column:3 / 7}.route-gallery{max-width:var(--shell);margin:0 auto;padding-top:2rem}.route-gallery__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;gap:clamp(1rem,2vw,2rem);align-items:start}.route-gallery__grid>*{grid-column:span 7}.route-gallery__grid>*:nth-child(3n+2){grid-column:6 / 13}.route-gallery__grid>*:nth-child(3n){grid-column:2 / 11}.route-gallery__item{position:relative;overflow:hidden;background:var(--surface)}.route-gallery__item img{width:100%;min-height:520px;max-height:880px;object-fit:cover}.route-gallery figcaption{position:absolute;z-index:2;right:1.25rem;bottom:1.25rem;left:1.25rem;color:var(--white);font-size:.68rem;font-weight:500}.index-gallery{max-width:var(--shell);margin:0 auto;padding-top:2rem}.index-gallery__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;gap:1px;background:var(--line)}.index-gallery__grid>*{grid-column:span 6;background:var(--bg)}.index-card{position:relative;min-height:620px;overflow:hidden;background:var(--ink)}.index-card__media{position:absolute;inset:0;overflow:hidden}.index-card__media img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.04)}.index-card__label{position:absolute;z-index:3;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:2rem;color:var(--white)}.index-card__label h2{max-width:29rem;margin:0;font-size:clamp(1.75rem,3vw,3.8rem)}.people-directory{max-width:var(--shell);margin:0 auto}.people-directory__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;gap:clamp(2rem,4vw,5rem) clamp(1rem,2vw,2rem)}.person{position:relative;grid-column:span 4;overflow:hidden}.person:nth-child(3n+2){margin-top:7rem}.person img{width:100%;aspect-ratio:.78;object-fit:cover;filter:grayscale(1) contrast(1.04)}.person:hover img{filter:grayscale(.15) contrast(1.02)}.person__caption{position:absolute;z-index:3;inset:auto 0 0;padding:5rem 1.4rem 1.4rem;color:var(--white);background:linear-gradient(transparent,#000000b8)}.person__caption h2{margin:0;font-size:clamp(1.5rem,2.2vw,2.8rem)}.person__caption p{margin:.65rem 0 0;color:#dbd7d0;font-size:.66rem;font-weight:500;text-transform:uppercase}.press-grid,.contact-page{max-width:var(--shell);margin:0 auto}.press-entry{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,7vw,8rem);align-items:center;min-height:76vh;padding:clamp(5rem,9vw,9rem) 0;border-bottom:1px solid var(--line)}.press-entry:nth-child(2n) .press-entry__media{order:2}.press-entry__media{overflow:hidden}.press-entry__copy h2{font-size:clamp(2.4rem,5vw,6rem)}.contact-page{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(4rem,10vw,12rem)}.contact-page__details{position:sticky;top:8rem;align-self:start}.contact-page address,.contact-page__details p{margin-top:2.5rem;color:var(--ink-soft);font-style:normal}.contact-form{padding:clamp(2rem,5vw,5rem);background:var(--ink);color:var(--white)}.contact-form label{color:#bbb7b0;font-size:.65rem;font-weight:500;text-transform:uppercase}.contact-form input,.contact-form textarea{color:var(--white);border-color:var(--line-dark);background:transparent;font-size:1rem;font-weight:300}.contact-form button{min-height:56px;padding:0 1.7rem;border:0;background:var(--white);color:var(--ink);font-size:.7rem;font-weight:600}.legal-route .route-narrative__groups,.dossier-route .route-narrative__groups{row-gap:7rem}.legal-route .route-copy-group,.dossier-route .route-copy-group{grid-column:1 / 13}.product-enquiry{min-height:68vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(7rem,13vw,13rem) var(--gutter);background:radial-gradient(circle,oklch(.25 .03 35),transparent 34rem),var(--ink);color:var(--white);text-align:center}.product-enquiry h2{max-width:72rem}.site-footer{padding:clamp(7rem,12vw,12rem) var(--gutter) 2rem;background:radial-gradient(circle at 80% 20%,oklch(.25 .03 35),transparent 38rem),var(--ink)}.footer__brand img{width:min(540px,70vw)}.footer__grid{max-width:var(--shell);margin:clamp(5rem,9vw,9rem) auto 0;grid-template-columns:1.1fr .6fr 1fr;gap:clamp(3rem,7vw,8rem)}.footer__contact,.footer__map{color:#bbb7b0}.footer__map h2{color:var(--white);font-size:.68rem;font-weight:500}.footer__map a{padding:.65rem 0;border-bottom:1px solid var(--line-dark);transition:color .2s ease,padding-left .4s var(--ease-out)}.footer__map a:hover{padding-left:.6rem;color:var(--white)}.footer__bottom{max-width:var(--shell);margin:7rem auto 0;color:#847f7a}.contact-orbit{width:78px;height:78px;border:1px solid oklch(1 0 0 / .35);background:#5f0608e0;box-shadow:0 18px 50px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:980px){.site-header{top:.7rem;right:.8rem;left:.8rem}.desktop-nav{display:none}.menu-toggle,.language{display:block}.site-header.menu-active{color:var(--white);border-color:transparent;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.mobile-menu{background:radial-gradient(circle at 70% 30%,oklch(.25 .03 35),transparent 28rem),var(--ink)}.studio,.vision,.services,.contact-page,.press-entry{grid-template-columns:1fr}.studio__media,.studio__content{grid-column:1}.studio__media{min-height:640px}.studio__content{max-width:48rem;padding:0}.vision__media{min-height:75vh}.services__content{padding:5rem 0 0}.service-list{min-height:430px}.projects__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(300px,46vh))}.project--one,.project--two,.project--three,.project--four{grid-column:auto;grid-row:auto}.route-copy-group,.route-copy-group--offset{grid-column:1 / 13}.route-copy-group h2,.route-copy-group__marker+h2{grid-column:1 / 7}.route-copy-group .prose{grid-column:7 / 11}.person{grid-column:span 6}.person:nth-child(3n+2){margin-top:0}.person:nth-child(2n){margin-top:5rem}.contact-page__details{position:static}}@media(max-width:680px){:root{--header-height: 72px}.section{padding-top:7rem;padding-bottom:7rem}.site-header,.site-header.is-scrolled{top:.55rem;right:.55rem;left:.55rem;height:58px;padding:0 .85rem 0 1rem}.brand{width:112px}.hero,.route-hero,.route-hero--compact{min-height:92svh}.hero__content,.route-hero__content{padding:8.5rem 1.25rem 7rem}.hero h1,.route-hero h1{max-width:35rem;font-size:clamp(2.85rem,13.8vw,4.4rem)}.hero__controls{right:1.1rem;bottom:1.2rem}.hero__down,.route-hero__down{bottom:1.2rem}.studio__media{min-height:500px}.studio__carousel{inset:0 8% 15% 0}.studio__inset{width:46%;border-width:6px}.studio__content h2,.vision h2,.projects__head h2,.route-copy-group h2,.contact-page h2,.product-enquiry h2{font-size:clamp(2.5rem,12vw,4rem)}.vision{min-height:auto}.vision__content{padding:7rem 1.25rem}.vision__media{min-height:68svh}.services{padding-top:7rem;padding-bottom:7rem}.services__visual{min-height:68svh}.service-list{min-height:0;display:block}.service-item,.service-item:first-child{border-right:0;border-left:0;border-bottom:1px solid var(--line)}.service-item button{min-height:88px;padding:1.25rem 0}.service-item__panel{padding-right:0;padding-left:0}.projects__head{display:block;margin-bottom:3rem}.projects__grid{display:block}.project{min-height:72svh}.route-narrative__groups{row-gap:7rem}.route-copy-group,.route-copy-group--offset{display:block}.route-copy-group__marker{display:block;margin-bottom:1.5rem}.route-copy-group .prose{margin-top:2.5rem}.route-gallery__grid{display:block}.route-gallery__grid>*{display:block;margin-bottom:1rem}.route-gallery__item img{min-height:58svh}.index-gallery__grid{grid-template-columns:1fr}.index-gallery__grid>*{grid-column:auto}.index-card{min-height:72svh}.person{grid-column:1 / 13;margin-top:0!important}.person img{aspect-ratio:.82}.press-entry,.press-entry:nth-child(2n) .press-entry__media{display:block}.press-entry__copy{padding-top:3rem}.contact-form{padding:2rem 1.25rem}.contact-form__row,.footer__grid{grid-template-columns:1fr}.footer__bottom{display:block}.footer__bottom div{margin-top:1rem}}@media(prefers-reduced-motion:reduce){.project img,.index-card img,.route-gallery__item img,.person img,.press-entry img{transition:none}}.services{color:var(--ink)}.services__heading{position:static;transform:none}.services__heading h2{writing-mode:horizontal-tb;transform:none}.service-item button,.service-item button span{color:var(--ink)}.contact-orbit{right:1.4rem;bottom:1.4rem}@media(max-width:680px){.contact-orbit{right:.8rem;bottom:.8rem}}.route-type-projects-index,.route-type-projects-index button,.route-type-projects-index input{font-family:var(--font-body)}.route-type-projects-index h1,.route-type-projects-index h2,.route-type-projects-index h3{font-family:var(--font-display);min-width:0;max-width:100%;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.route-type-projects-index .route-hero h1{max-width:72rem;font-size:clamp(3.2rem,5.25vw,6.3rem)}.projects-route-v2{overflow-x:clip;background:var(--bg)}.projects-intro{max-width:var(--shell);margin:0 auto;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:2rem;align-items:end}.projects-intro h2{grid-column:1 / 10;max-width:72rem;margin:0;font-size:clamp(3.2rem,6.6vw,7.7rem);font-weight:300}.projects-intro h2 span{display:block}.projects-intro>p{grid-column:10 / 13;max-width:28rem;margin:0 0 .6rem;color:var(--ink-soft)}:is(.projects-marquee,.collection-marquee){width:100%;overflow:hidden;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);background:var(--ink);color:var(--white)}:is(.projects-marquee__track,.collection-marquee__track,.collection-category__marquee-track){width:max-content;display:flex;align-items:center;animation:projects-marquee 44s linear infinite}:is(.projects-marquee__track,.collection-marquee__track,.collection-category__marquee-track) span{display:inline-flex;align-items:center;min-height:74px;padding:0 2rem;font-size:.68rem;font-weight:500;white-space:nowrap}:is(.projects-marquee__track,.collection-marquee__track,.collection-category__marquee-track) span:after{content:"";width:4px;height:4px;margin-left:4rem;border-radius:50%;background:var(--primary)}@keyframes projects-marquee{to{transform:translate(-50%)}}.projects-featured{height:min(88svh,920px);display:flex;overflow:hidden;background:var(--ink)}.projects-featured__panel{position:relative;flex:.82 1 0;min-width:0;overflow:hidden;border-right:1px solid oklch(1 0 0 / .24);color:var(--white);transition:flex .9s var(--ease-out)}.projects-featured__panel.is-active{flex:2.5 1 0}.projects-featured:hover .projects-featured__panel{flex:.82 1 0}.projects-featured .projects-featured__panel:hover,.projects-featured .projects-featured__panel:focus-visible{flex:2.5 1 0}.projects-featured__panel img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.07);transition:transform 1.1s var(--ease-out),filter .7s ease}.projects-featured__panel:hover img,.projects-featured__panel:focus-visible img{transform:scale(1.055);filter:saturate(.95) contrast(1.03)}.projects-featured__shade{position:absolute;inset:0;background:linear-gradient(180deg,oklch(0 0 0 / .1),transparent 46%,oklch(0 0 0 / .76))}.projects-featured__title{position:absolute;z-index:2;right:1.6rem;bottom:1.8rem;left:1.6rem;font-size:clamp(1.4rem,2.3vw,3.2rem);font-weight:300;white-space:nowrap;transform-origin:left bottom}.projects-featured__panel:not(:hover):not(.is-active) .projects-featured__title{transform:rotate(-90deg) translateY(100%)}.projects-featured:hover .projects-featured__panel.is-active:not(:hover) .projects-featured__title{transform:rotate(-90deg) translateY(100%)}.projects-featured__arrow{position:absolute;z-index:2;top:1.6rem;right:1.6rem;width:52px;height:52px;display:grid;place-items:center;border:1px solid oklch(1 0 0 / .5);background:#0301013d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.projects-featured__arrow svg{width:24px;fill:none;stroke:currentColor}.projects-statement{max-width:var(--shell);margin:0 auto;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:2rem}.projects-statement>div:first-child{grid-column:1 / 8}.projects-statement h2{max-width:58rem;margin:0;font-size:clamp(3rem,5.5vw,6.6rem);font-weight:300}.projects-statement .prose{grid-column:9 / 13;max-width:30rem;color:var(--ink-soft)}.projects-editorial{position:relative;display:grid;grid-template-columns:minmax(300px,32vw) minmax(0,1fr);align-items:start;padding:clamp(7rem,10vw,10rem) var(--gutter);background:var(--ink);color:var(--white)}.projects-editorial__rail{position:sticky;top:calc(var(--header-height) + 1.25rem);width:calc(32vw - var(--gutter));height:calc(100svh - 8rem);container-type:inline-size;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:1rem clamp(2rem,5vw,6rem) 1rem 0}.projects-editorial__rail p{margin:0;color:#a9a49c;font-size:.67rem;font-weight:500;text-transform:uppercase}.projects-editorial__rail h2{width:100%;max-width:100%;margin:auto 0;font-size:clamp(2.5rem,4.6vw,5.9rem);font-weight:300;transition:opacity .25s ease}.projects-editorial__rail>a,.projects-action>a{min-height:54px;display:inline-flex;align-items:center;gap:1.5rem;padding:0 1.4rem;border:1px solid var(--white);background:var(--white);color:var(--ink);font-size:.65rem;font-weight:600;transition:background .3s ease,color .3s ease,transform .45s var(--ease-out)}.projects-editorial__rail>a:hover,.projects-action>a:hover{border-color:var(--primary);background:var(--primary);color:var(--white);transform:translateY(-3px)}.projects-editorial__rail svg,.projects-action svg{width:28px;fill:none;stroke:currentColor}.projects-editorial__stories{grid-column:2}.projects-story{display:block;margin-bottom:clamp(6rem,12vw,12rem);color:var(--white)}.projects-story:last-child{margin-bottom:clamp(3rem,6vw,6rem)}.projects-story figure{position:relative;height:min(82svh,880px);margin:0;overflow:hidden;background:#15100d}.projects-story img{width:100%;height:100%;object-fit:cover;filter:saturate(.7) contrast(1.08);transition:transform .9s var(--ease-out),filter .65s ease}.projects-story:hover img{transform:scale(1.045);filter:saturate(.95) contrast(1.03)}.projects-story figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,oklch(0 0 0 / .76));pointer-events:none}.projects-story figcaption{position:absolute;z-index:2;right:2rem;bottom:2rem;left:2rem;display:grid;grid-template-columns:auto 1fr auto;align-items:end;gap:1.5rem}.projects-story figcaption>span{padding-bottom:.35rem;color:#bcb6af;font-size:.65rem;font-weight:500}.projects-story h3{max-width:50rem;margin:0;font-size:clamp(2.2rem,4.8vw,6rem);font-weight:300}.projects-story__title{display:none}.projects-story figcaption svg{width:36px;margin-bottom:.5rem;fill:none;stroke:currentColor}.projects-action{min-height:76svh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(7rem,12vw,12rem) var(--gutter);background:var(--primary);color:var(--white);text-align:center}.projects-action h2{max-width:72rem;margin:0 0 3rem;font-size:clamp(3.5rem,8vw,9.5rem);font-weight:300}@media(max-width:980px){.projects-intro h2{grid-column:1 / 9}.projects-intro>p{grid-column:9 / 13}.projects-featured{height:76svh}.projects-editorial{grid-template-columns:minmax(250px,34vw) minmax(0,1fr)}.projects-editorial__rail{width:calc(34vw - var(--gutter))}}@media(max-width:680px){.projects-intro{display:block}.projects-intro h2{font-size:clamp(1.7rem,8.4vw,2.45rem)}.projects-intro h2 span{white-space:nowrap}.projects-intro>p{max-width:34rem;margin-top:3rem}:is(.projects-marquee__track,.collection-marquee__track,.collection-category__marquee-track) span{min-height:62px;padding:0 1.25rem;font-size:.6rem}:is(.projects-marquee__track,.collection-marquee__track,.collection-category__marquee-track) span:after{margin-left:2.5rem}.projects-featured{height:72svh;display:flex;gap:1px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.projects-featured::-webkit-scrollbar{display:none}.projects-featured__panel,.projects-featured__panel.is-active,.projects-featured:hover .projects-featured__panel,.projects-featured .projects-featured__panel:hover{min-width:86vw;flex:0 0 86vw;scroll-snap-align:start}.projects-featured__panel .projects-featured__title,.projects-featured__panel:not(:hover):not(.is-active) .projects-featured__title,.projects-featured:hover .projects-featured__panel.is-active:not(:hover) .projects-featured__title{max-width:calc(100% - 3.2rem);overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;white-space:normal;text-wrap:balance;transform:none}.projects-statement{display:block}.projects-statement h2{font-size:clamp(2.8rem,13.5vw,4.5rem)}.projects-statement .prose{margin-top:3rem}.projects-editorial{display:block;padding-right:1.25rem;padding-left:1.25rem}.projects-editorial__rail{position:static;width:auto;height:auto;display:block;padding:0 0 2.5rem}.projects-editorial__rail h2{display:none}.projects-editorial__stories{grid-column:auto}.projects-story{margin-bottom:6rem}.projects-story figure{height:72svh}.projects-story figcaption{right:1.2rem;bottom:1.2rem;left:1.2rem;align-items:center;grid-template-columns:1fr auto}.projects-story figcaption>span{display:none}.projects-story h3{max-width:calc(100% - 4rem);display:block;font-size:clamp(1.5rem,7vw,2.35rem)!important;line-height:1.05;text-shadow:0 1px 12px oklch(0 0 0 / .72)}.projects-story figcaption svg{flex:0 0 auto;margin-bottom:0}.projects-action h2{font-size:clamp(3.2rem,15vw,5.2rem)}}@media(prefers-reduced-motion:reduce){.projects-marquee__track{animation-play-state:paused}}.route-hero{overflow:hidden}.route-hero__media{inset:0;overflow:hidden}.route-hero__media img{width:100%;max-width:none}.route-narrative__groups,.route-copy-group,.route-copy-group>*,.route-copy-group .prose{min-width:0;max-width:100%}.route-narrative__groups{display:flex;flex-direction:column;gap:clamp(9rem,15vw,15rem)}.route-copy-group,.route-copy-group--offset,.legal-route .route-copy-group,.dossier-route .route-copy-group{width:min(100%,72rem);grid-column:auto}.route-copy-group--offset{margin-left:auto}.legal-route .route-copy-group,.dossier-route .route-copy-group{width:min(100%,75rem)}.route-copy-group h2,.route-copy-group p,.route-copy-group li,.route-copy-group blockquote,.person__caption h2{overflow-wrap:anywhere}.services,.services__content,.service-list{min-width:0;max-width:100%}.services__content{grid-template-columns:minmax(0,1fr)}.service-list{width:100%;overflow:hidden}.service-item,.service-item button,.service-item__panel,.service-item__panel p{min-width:0;max-width:100%}@media(max-width:980px){.route-narrative__groups{width:100%;display:block}.route-copy-group,.route-copy-group--offset,.legal-route .route-copy-group,.dossier-route .route-copy-group{width:100%;max-width:100%;display:block;margin-right:0;margin-left:0}.route-copy-group+.route-copy-group{margin-top:clamp(5rem,12vw,8rem)}.route-copy-group .prose{width:100%}}@media(max-width:680px){.hero h1{font-size:clamp(1.9rem,9.5vw,3.5rem)}.route-hero h1,.route-hero--long h1{font-size:clamp(1.9rem,9.2vw,3.25rem);overflow-wrap:anywhere}.route-hero--long h1,.route-type-projects-index .route-hero h1{font-size:clamp(1.7rem,7.6vw,2.75rem)}.route-copy-group h2,.legal-route .route-copy-group h2,.dossier-route .route-copy-group h2{width:100%;max-width:100%;font-size:clamp(2.15rem,10.5vw,3.4rem)}.route-copy-group .prose,.route-copy-group .prose p,.route-copy-group .prose li{width:100%;max-width:100%}}.route-body:not(.route-type-projects-index){font-family:var(--font-body)}.route-body:not(.route-type-projects-index) h1,.route-body:not(.route-type-projects-index) h2,.route-body:not(.route-type-projects-index) h3{font-family:var(--font-display)}.brand{width:clamp(88px,6.4vw,112px)}.nav-mega{width:min(720px,78vw);display:grid;grid-template-columns:.9fr 1.05fr .85fr;gap:0;padding:0;border:1px solid oklch(1 0 0 / .16);background:#080503f7;color:var(--white);box-shadow:0 38px 100px #00000047;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden}.nav-mega--studio{left:-180px;transform:translateY(-10px)}.nav-mega--collections{right:-80px;left:auto;transform:translateY(-10px)}.nav-group:hover .nav-mega,.nav-group:focus-within .nav-mega{transform:translateY(0)}.nav-mega__heading{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;min-height:292px;padding:1.7rem}.nav-mega__heading>span{color:#9a948d;font-size:.6rem}.nav-mega__heading b{font-size:clamp(1.55rem,2vw,2.25rem);font-weight:300}.nav-mega__heading>a{padding:0 0 .45rem;border-bottom:1px solid currentColor;font-size:.61rem}.nav-mega__links{padding:1.15rem 1.7rem}.nav-mega .nav-mega__links a{min-height:51px;display:flex;align-items:center;justify-content:flex-start;padding:0;border:0;color:#d5d0ca;transition:color .22s ease}.nav-mega .nav-mega__links a:hover,.nav-mega .nav-mega__links a:focus-visible{color:var(--white)}.nav-mega__links span{position:relative;display:inline-block;padding-bottom:.4rem}.nav-mega__links span:after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:var(--primary);transform:scaleX(0);transform-origin:right center;transition:transform .52s var(--ease-out)}.nav-mega__links a:hover span:after,.nav-mega__links a:focus-visible span:after{transform:scaleX(1);transform-origin:left center}.nav-mega__visual{position:relative;min-height:292px;overflow:hidden;background:#020201}.nav-mega__visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;filter:grayscale(.65) saturate(.55) contrast(1.08);transform:scale(1.055);transition:opacity .42s ease,transform .9s var(--ease-out),filter .6s ease}.nav-mega__visual img.is-active{z-index:1;opacity:1;transform:scale(1)}.nav-mega:hover .nav-mega__visual img.is-active{transform:scale(1.025);filter:grayscale(.15) saturate(.8) contrast(1.04)}.route-type-product .route-hero--product .route-hero__media img{width:min(88vw,1180px);height:min(68svh,720px);margin:auto;padding:0;object-fit:contain;background:transparent}.route-type-product .route-narrative{max-width:var(--shell);margin:0 auto;background:var(--bg)}.route-type-product .route-narrative__groups{gap:0}.route-type-product .route-copy-group,.route-type-product .route-copy-group--offset{width:100%;max-width:none;min-height:58svh;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:2rem;margin:0;padding:clamp(5rem,10vw,10rem) 0;border-bottom:1px solid var(--line)}.route-type-product .route-copy-group h2,.route-type-product .route-copy-group__marker,.route-type-product .route-copy-group__marker+h2{grid-column:1 / 7;grid-row:auto}.route-type-product .route-copy-group h2{max-width:42rem;font-size:clamp(3rem,5.5vw,6.4rem)}.route-type-product .route-copy-group .prose{grid-column:8 / 13;grid-row:1 / span 3;max-width:34rem;color:var(--ink-soft)}.route-type-product .route-gallery{max-width:none;padding:clamp(7rem,12vw,12rem) var(--gutter);background:var(--ink)}.route-type-product .route-gallery__grid{max-width:var(--shell);display:block;margin:0 auto}.route-type-product .route-gallery__grid>*{width:min(78%,72rem);display:block;margin:0 0 clamp(6rem,12vw,12rem)}.route-type-product .route-gallery__grid>*:nth-child(2n){margin-left:auto}.route-type-product .route-gallery__grid>*:last-child{margin-bottom:0}.route-type-product .route-gallery__item{width:100%;overflow:hidden}.route-type-product .route-gallery__item img,.route-type-product .route-gallery__item:nth-child(3n) img{width:100%;min-height:min(78svh,820px);aspect-ratio:16 / 10;object-fit:cover}.route-type-collection-index .route-narrative{max-width:var(--shell);margin:0 auto;padding-bottom:clamp(7rem,11vw,11rem)}.route-type-collection-index .route-copy-group{width:100%;max-width:none;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:2rem}.route-type-collection-index .route-copy-group h2{grid-column:1 / 8;font-size:clamp(3.2rem,6vw,7rem)}.route-type-collection-index .route-copy-group .prose{grid-column:9 / 13;grid-row:1 / span 3}.route-type-collection-index .index-gallery{max-width:none;padding:0}.route-type-collection-index .index-gallery__grid{height:min(82svh,860px);display:flex;gap:1px;overflow:hidden;background:var(--ink)}.route-type-collection-index .index-gallery__grid>*{min-width:0;flex:1 1 0;background:var(--ink);transition:flex .9s var(--ease-out)}.route-type-collection-index .index-gallery__grid>:first-child{flex:2.5 1 0}.route-type-collection-index .index-gallery__grid>*:hover,.route-type-collection-index .index-gallery__grid>*:focus-within{flex:2.5 1 0}.route-type-collection-index .index-card{min-height:100%}.route-type-collection-index .index-card__label h2{font-size:clamp(1.5rem,2.5vw,3.4rem)}.route-type-people .people-directory{max-width:var(--shell);margin:0 auto}.route-type-people .people-directory__grid{grid-auto-flow:dense;align-items:start;gap:clamp(1rem,2vw,2rem)}.route-type-people .person{grid-column:span 4;margin:0}.route-type-people .person:nth-child(6n+2),.route-type-people .person:nth-child(6n+5){margin-top:clamp(3rem,8vw,8rem)}.route-type-people .person img{aspect-ratio:.76;filter:grayscale(1) contrast(1.05)}.route-type-people .person:hover img{filter:grayscale(.1) contrast(1.02)}[data-route=partners] .person{grid-column:span 6}.route-type-brand .route-narrative{max-width:var(--shell);margin:0 auto}.route-type-brand .route-narrative__groups{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);gap:clamp(3rem,8vw,9rem);align-items:start}.route-type-brand .route-copy-group{width:100%;max-width:none;display:block;margin:0;padding:clamp(2rem,4vw,4rem) 0;border-top:1px solid var(--line)}.route-type-brand .route-copy-group:first-child{grid-column:1;grid-row:1 / span 20;min-height:calc(100svh - 8rem);display:flex;flex-direction:column;justify-content:center;border-top:0}.route-type-brand .route-copy-group:not(:first-child){grid-column:2}.route-type-brand .route-copy-group h2{font-size:clamp(2.7rem,4.8vw,5.8rem)}.route-type-brand .route-copy-group .prose{margin-top:2.5rem}.route-type-press .press-grid{max-width:none;padding-right:var(--gutter);padding-left:var(--gutter);background:var(--ink);color:var(--white)}.route-type-press .press-entry{max-width:var(--shell);margin:0 auto;border-color:var(--line-dark)}.route-type-press .press-entry__copy p{color:#bcb6af}.route-type-contact .contact-page{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr)}.route-type-contact .contact-page__details{top:7rem;padding-right:clamp(2rem,5vw,5rem)}.route-type-contact .contact-form{box-shadow:0 42px 100px #00000029}.route-type-legal .route-narrative{max-width:78rem;margin:0 auto;padding-top:clamp(6rem,10vw,10rem);padding-bottom:clamp(6rem,10vw,10rem)}.route-type-legal .route-copy-group{width:100%;max-width:none;display:block;padding:clamp(2rem,4vw,4rem) 0;border-bottom:1px solid var(--line)}.route-type-legal .route-copy-group h2{max-width:18ch;margin-bottom:2rem;font-size:clamp(2.2rem,4vw,4.5rem)}.route-type-legal .route-copy-group .prose{max-width:74ch;color:var(--ink-soft)}@media(max-width:980px){.route-type-product .route-copy-group,.route-type-collection-index .route-copy-group,.route-type-brand .route-narrative__groups{display:block}.route-type-product .route-copy-group h2,.route-type-product .route-copy-group__marker,.route-type-product .route-copy-group__marker+h2,.route-type-product .route-copy-group .prose,.route-type-collection-index .route-copy-group h2,.route-type-collection-index .route-copy-group .prose{grid-column:auto;grid-row:auto}.route-type-product .route-copy-group .prose,.route-type-collection-index .route-copy-group .prose{margin-top:2.5rem}.route-type-brand .route-copy-group:first-child{min-height:0;display:block}}@media(max-width:680px){.brand{width:82px}.route-type-product .route-copy-group{min-height:0;padding:6rem 0}.route-type-product .route-gallery{padding-right:1.25rem;padding-left:1.25rem}.route-type-product .route-gallery__grid>*,.route-type-product .route-gallery__grid>*:nth-child(2n){width:100%;margin-right:0;margin-left:0}.route-type-product .route-gallery__item img,.route-type-product .route-gallery__item:nth-child(3n) img{min-height:62svh;aspect-ratio:4 / 5}.route-type-collection-index .index-gallery__grid{height:72svh;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.route-type-collection-index .index-gallery__grid::-webkit-scrollbar{display:none}.route-type-collection-index .index-gallery__grid>*,.route-type-collection-index .index-gallery__grid>:first-child,.route-type-collection-index .index-gallery__grid:hover>*,.route-type-collection-index .index-gallery__grid>*:hover{min-width:86vw;flex:0 0 86vw;scroll-snap-align:start}.route-type-people .person,[data-route=partners] .person{grid-column:1 / 13;margin-top:0}.route-type-contact .contact-page{grid-template-columns:1fr}}.site-header.is-scrolled{border-color:#1a15121f;background:#f8f5efeb;box-shadow:0 18px 60px #00000014;-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%)}body:not(.route-body) .studio{max-width:var(--shell);display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:2rem;margin:0 auto;padding-top:clamp(9rem,15vw,15rem);padding-bottom:clamp(9rem,15vw,15rem);background:transparent}.studio__masthead{grid-column:1 / 13;margin-bottom:clamp(3rem,7vw,7rem)}.studio__masthead h2{max-width:12ch;margin:0;font-size:clamp(4rem,8.2vw,9rem)}body:not(.route-body) .studio__media{grid-column:1 / 8;min-height:min(76svh,760px)}body:not(.route-body) .studio__carousel{inset:0}body:not(.route-body) .studio__inset{right:-3.5rem;bottom:-3.5rem;width:34%;border-width:6px}body:not(.route-body) .studio__content{grid-column:9 / 13;align-self:end;max-width:none}body:not(.route-body) .studio__content .prose{max-width:42ch}body:not(.route-body) .projects{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:2rem;padding-top:clamp(9rem,14vw,14rem);padding-bottom:clamp(7rem,11vw,11rem);background:var(--ink);color:var(--white)}body:not(.route-body) .projects__head{position:sticky;top:8.5rem;grid-column:1 / 5;align-self:start;display:block;margin:0}body:not(.route-body) .projects__head h2{max-width:6ch;margin:0 0 2.5rem;font-size:clamp(4.5rem,8vw,9rem)}body:not(.route-body) .projects__head .text-link{color:var(--white);border-color:currentColor}body:not(.route-body) .projects__grid{grid-column:5 / 13;display:flex;flex-direction:column;gap:18svh}body:not(.route-body) .project,body:not(.route-body) .project--one,body:not(.route-body) .project--two,body:not(.route-body) .project--three,body:not(.route-body) .project--four{position:sticky;top:7.5rem;min-height:min(72svh,760px)}body:not(.route-body) .project:nth-child(2){top:8.5rem}body:not(.route-body) .project:nth-child(3){top:9.5rem}body:not(.route-body) .project:nth-child(4){top:10.5rem}body:not(.route-body) .project>.project__label{inset:auto 0 0;width:auto;height:auto;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.4rem;border-radius:0;background:linear-gradient(180deg,transparent,oklch(0 0 0 / .75));color:var(--white);opacity:1;transform:none}.project__label small{font-size:.62rem}.project__label b{font-size:clamp(1.2rem,2vw,2.2rem);font-weight:400}body:not(.route-body) .project:hover>.project__label,body:not(.route-body) .project:focus-visible>.project__label{opacity:1;transform:none}.collection-hub,.collection-category,.collection-product{overflow-x:clip}.collection-hub__hero{min-height:100svh;position:relative;display:flex;align-items:center;padding:clamp(9rem,15vw,13rem) var(--gutter) clamp(7rem,10vw,10rem);overflow:hidden;background:var(--ink);color:var(--white)}.collection-hub__hero-copy{position:relative;z-index:2;width:100%;max-width:72rem}.collection-hub__hero h1{max-width:72rem;margin:0;font-size:clamp(3.3rem,6.4vw,7.2rem)}.collection-hub__hero-copy>p{max-width:42rem;margin:2.5rem 0 0;color:#c8c3bd}.collection-hub__hero .hero__actions,.collection-category__hero .hero__actions,.collection-product__hero .hero__actions{position:static;justify-content:flex-start;margin-top:2.5rem}.collection-hub__hero-image{position:absolute;z-index:1;right:-2vw;bottom:-8svh;width:min(43vw,680px);height:min(72svh,760px);margin:0;overflow:hidden;opacity:.76}.collection-hub__hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ink),transparent 55%)}.collection-hub__hero-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.08)}.collection-hub__statement{position:relative;max-width:var(--shell);margin:0 auto}.collection-hub__statement h2{max-width:12ch;margin:0;font-size:clamp(4rem,8.7vw,9.5rem)}.collection-hub__statement h2 span{opacity:.16}.collection-hub__bento{max-width:var(--shell);display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(2,minmax(260px,30vw));grid-auto-flow:dense;gap:0;margin:0 auto}.collection-feature{position:relative;overflow:hidden;background:var(--ink);color:var(--white)}.collection-feature--0{grid-column:1 / 9;grid-row:1 / 3}.collection-feature--1{grid-column:9 / 13;grid-row:1}.collection-feature--2{grid-column:9 / 13;grid-row:2}.collection-feature>img,.collection-accordion__item>img,.collection-piece-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease-out),filter .6s ease}.collection-feature:hover>img,.collection-feature:focus-visible>img,.collection-accordion__item:hover>img,.collection-accordion__item:focus-visible>img,.collection-piece-card:hover img,.collection-piece-card:focus-within img{transform:scale(1.045);filter:saturate(.82) contrast(1.04)}.collection-feature__shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,oklch(0 0 0 / .82))}.collection-feature__copy{position:absolute;z-index:1;right:0;bottom:0;left:0;padding:clamp(1.4rem,3vw,3rem)}.collection-feature__copy h2{max-width:8ch;margin:0 0 .75rem;font-size:clamp(2rem,4vw,5rem)}.collection-feature__copy p{max-width:34rem;color:#cecac3}.collection-feature__copy svg,.collection-action svg,.collection-piece-card__label svg{width:34px;fill:none;stroke:currentColor}.collection-accordion{height:min(82svh,860px);display:flex;overflow:hidden;background:var(--ink)}.collection-accordion__item{min-width:0;position:relative;flex:1 1 0;overflow:hidden;color:var(--white);transition:flex .85s var(--ease-out)}.collection-accordion__item.is-active,.collection-accordion__item:hover,.collection-accordion__item:focus-visible{flex:4.8 1 0}.collection-accordion__item>span:last-child{position:absolute;z-index:2;right:1.5rem;bottom:1.7rem;left:1.5rem}.collection-accordion__item b{display:block;font-size:clamp(1.4rem,2.8vw,3.5rem);font-weight:400;white-space:nowrap}.collection-accordion__item small{max-width:34rem;display:block;margin-top:.8rem;opacity:0;transform:translateY(12px);transition:opacity .45s ease,transform .65s var(--ease-out)}.collection-accordion__item.is-active small,.collection-accordion__item:hover small,.collection-accordion__item:focus-visible small{opacity:1;transform:translateY(0)}.collection-action{min-height:72svh;display:grid;place-items:center;align-content:center;gap:2rem;padding:clamp(8rem,14vw,14rem) var(--gutter);background:var(--ink);color:var(--white);text-align:center}.collection-action h2{max-width:12ch;margin:0;font-size:clamp(4rem,8vw,9rem)}.collection-action p{max-width:40rem;color:#c8c3bd}.collection-action a{display:inline-flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--white);color:var(--ink);font-size:.68rem}.collection-category__hero,.collection-product__hero{min-height:100svh;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:2rem;padding:clamp(9rem,14vw,13rem) var(--gutter) clamp(7rem,10vw,10rem);background:var(--ink);color:var(--white)}.collection-category__hero-copy{z-index:2;grid-column:1 / 8}.collection-category__hero-copy>p:first-child,.collection-product__heading>a{color:#ad9a92;font-size:.65rem;text-transform:uppercase}.collection-category__hero h1,.collection-product__hero h1{max-width:72rem;margin:1.5rem 0 2rem;font-size:clamp(4rem,7.8vw,9rem)}.collection-category__hero-copy>p:last-of-type{max-width:38rem;color:#c8c3bd}.collection-category__hero>figure{grid-column:8 / 13;height:min(72svh,760px);margin:0;overflow:hidden}.collection-category__hero>figure img{width:100%;height:100%;object-fit:cover}.collection-category__pieces{max-width:var(--shell);margin:0 auto}.collection-category__pieces>header{display:grid;grid-template-columns:1.3fr .7fr;gap:3rem;align-items:end;margin-bottom:clamp(5rem,9vw,9rem)}.collection-category__pieces>header h2{max-width:11ch;margin:0;font-size:clamp(4rem,7vw,8rem)}.collection-category__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:minmax(280px,34vw);grid-auto-flow:dense;gap:0}.collection-category__grid>a,.collection-category__grid>.collection-piece-card{min-width:0;grid-column:span 6}.collection-category__grid>:last-child:nth-child(odd){grid-column:1 / 13}.collection-category__grid--direct{display:flex;flex-direction:column;gap:clamp(4rem,8vw,8rem)}.collection-category__grid--direct>.collection-piece-card{width:min(82%,74rem);min-height:min(78svh,860px)}.collection-category__grid--direct>.collection-piece-card:nth-child(2n){margin-left:auto}body:is([data-route=dining-tables],[data-route=sideboards],[data-route=consoles]) .collection-category__grid--direct .collection-piece-card__media img{object-fit:contain;background:var(--surface)}.collection-piece-card{height:100%;position:relative;overflow:hidden;background:var(--surface)}.collection-piece-card__media{height:100%}.collection-piece-card__label{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:5rem 1.5rem 1.5rem;background:linear-gradient(180deg,transparent,oklch(0 0 0 / .78));color:var(--white)}.collection-piece-card__label h3{max-width:14ch;margin:0;font-size:clamp(1.7rem,3vw,3.6rem)}.collection-piece-card__label span{display:inline-flex;align-items:center;gap:.75rem;font-size:.62rem}.collection-piece-card__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.collection-piece-card__reserve,.collection-piece-card__details{min-height:52px;display:inline-flex;flex:0 0 auto;align-items:center;gap:1rem;padding:0 1.25rem;background:var(--white);color:var(--ink);font-size:.62rem;font-family:inherit;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .25s ease,color .25s ease,transform .4s var(--ease-out)}.collection-piece-card__details{border:1px solid oklch(1 0 0 / .7);background:#03010152;color:var(--white)}.collection-piece-card__reserve:hover,.collection-piece-card__reserve:focus-visible,.collection-piece-card__details:hover,.collection-piece-card__details:focus-visible{background:var(--primary);color:var(--white);transform:translateY(-2px)}.collection-piece-card__details:hover,.collection-piece-card__details:focus-visible{border-color:var(--white);background:var(--white);color:var(--ink)}.collection-product__heading{grid-column:1 / 7}.collection-product__intro{max-width:38rem;color:#c8c3bd}.collection-product__lead,.collection-product__field{grid-column:8 / 13;height:min(76svh,780px);margin:0;overflow:hidden}.collection-product__lead img{width:100%;height:100%;object-fit:contain}.collection-product__field{display:grid;place-items:center;background:var(--ink);color:#ffffff14;font-size:clamp(5rem,12vw,14rem)}.collection-product__details{max-width:var(--shell);display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(4rem,10vw,11rem);margin:0 auto}.collection-product__details-copy h2{max-width:10ch;font-size:clamp(4rem,7vw,8rem)}.collection-product__details-copy p{max-width:42rem}.collection-product__specs{margin:0;border-top:1px solid var(--line)}.collection-product__specs>div{display:grid;grid-template-columns:.3fr .7fr;gap:1.5rem;padding:1.4rem 0;border-bottom:1px solid var(--line)}.collection-product__specs dt{color:var(--primary);font-size:.62rem;text-transform:uppercase}.collection-product__specs dd{margin:0}.collection-product__gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(4rem,10vw,11rem) 2rem;padding:clamp(8rem,14vw,14rem) var(--gutter);background:var(--ink)}.collection-product__image{grid-column:1 / 9;margin:0}.collection-product__image:nth-child(2n){grid-column:5 / 13}.collection-product__image img{width:100%;max-height:82svh;object-fit:contain}@media(max-width:980px){body:not(.route-body) .studio,body:not(.route-body) .projects,.collection-category__hero,.collection-product__hero{display:block}body:not(.route-body) .studio__media,body:not(.route-body) .studio__content{margin-top:4rem}body:not(.route-body) .studio__inset{right:0;bottom:0}body:not(.route-body) .projects__head{position:static;margin-bottom:5rem}body:not(.route-body) .projects__head h2{max-width:none}.collection-hub__hero-image{width:58vw;opacity:.44}.collection-hub__bento{display:block}.collection-feature{min-height:68svh;display:block}.collection-accordion{height:74svh;overflow-x:auto;scroll-snap-type:x mandatory}.collection-accordion__item,.collection-accordion__item.is-active,.collection-accordion__item:hover,.collection-accordion__item:focus-visible{min-width:84vw;flex:0 0 84vw;scroll-snap-align:start}.collection-category__hero>figure,.collection-product__lead,.collection-product__field{height:60svh;margin-top:4rem}.collection-category__pieces>header,.collection-product__details{grid-template-columns:1fr}}@media(max-width:680px){.collection-hub__hero,.collection-category__hero,.collection-product__hero{min-height:100svh;padding-top:8rem}.collection-hub__hero h1,.collection-category__hero h1,.collection-product__hero h1{font-size:clamp(3rem,13vw,4.7rem)}.collection-hub__hero-image{right:-25vw;width:90vw}.collection-hub__statement h2,.collection-action h2,.collection-category__pieces>header h2,.collection-product__details-copy h2,.studio__masthead h2{font-size:clamp(3.2rem,14vw,5.2rem)}.collection-category__grid{display:block}.collection-piece-card{min-height:68svh}.collection-category__grid--direct{gap:4rem}.collection-category__grid--direct>.collection-piece-card,.collection-category__grid--direct>.collection-piece-card:nth-child(2n){width:100%;min-height:68svh;margin-left:0}.collection-piece-card__label{align-items:flex-start;flex-direction:column}.collection-piece-card__actions{width:100%;align-items:stretch;flex-direction:column}.collection-piece-card__actions :is(a,button){width:100%;justify-content:space-between}.collection-product__gallery{display:block}.collection-product__image+.collection-product__image{margin-top:5rem}body:not(.route-body) .projects__grid{gap:9svh}body:not(.route-body) .project,body:not(.route-body) .project--one,body:not(.route-body) .project--two,body:not(.route-body) .project--three,body:not(.route-body) .project--four{min-height:68svh}}.services-page__hero{min-height:100svh;position:relative;display:grid;place-items:center;padding:clamp(9rem,14vw,13rem) var(--gutter) clamp(7rem,10vw,10rem);overflow:hidden;background:var(--ink);color:var(--white);text-align:center}.services-page__hero-media,.services-page__hero-shade{position:absolute;inset:0}.services-page__hero-media img{width:100%;height:100%;object-fit:cover}.services-page__hero-shade{background:radial-gradient(circle at center,#00000052,#000000c2)}.services-page__hero-copy{position:relative;z-index:1;max-width:72rem}.services-page__hero h1{max-width:72rem;margin:0 auto;font-size:clamp(3.6rem,6.8vw,7.6rem)}.services-page__hero-copy>p{max-width:46rem;margin:2.2rem auto 0;color:#d5d0ca}.services-page__hero .hero__actions{position:static;justify-content:center;margin-top:2.5rem}.services-page__offer{max-width:var(--shell);margin:0 auto;padding:clamp(8rem,14vw,14rem) var(--gutter)}.services-page__service{min-height:min(74svh,760px);display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:2rem;padding:clamp(5rem,9vw,9rem) 0;border-top:1px solid var(--line)}.services-page__service-copy{grid-column:1 / 7}.services-page__service-copy h2{max-width:9ch;font-size:clamp(3.8rem,7vw,8rem)}.services-page__service-copy p{max-width:40rem}.services-page__service figure{grid-column:8 / 13;height:min(64svh,680px);margin:0;overflow:hidden}.services-page__service:nth-child(2n) .services-page__service-copy{grid-column:7 / 13;order:2}.services-page__service:nth-child(2n) figure{grid-column:1 / 6}.services-page__service figure img{width:100%;height:100%;object-fit:cover}.services-page__philosophy{max-width:var(--shell);display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(4rem,10vw,11rem);margin:0 auto}.services-page__philosophy h2{max-width:11ch;font-size:clamp(4rem,7vw,8rem)}.agent-page{background:var(--ink);color:var(--white)}.agent-page__hero{min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(10rem,16vw,16rem) var(--gutter) clamp(7rem,10vw,10rem);background:var(--ink)}.agent-page__hero h1{max-width:72rem;margin:0;font-size:clamp(4rem,8vw,9rem)}.agent-page__hero>p{max-width:48rem;margin:2.5rem 0 0;color:#c8c3bd}.agent-page__hero .hero__actions{position:static;justify-content:flex-start;margin-top:2.5rem}.agent-page__benefits{max-width:var(--shell);display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(4rem,10vw,11rem);margin:0 auto}.agent-page__benefits h2{max-width:10ch;font-size:clamp(4rem,7vw,8rem)}.agent-page__benefit-list{border-top:1px solid var(--line-dark)}.agent-page__benefit-list p{margin:0;padding:1.6rem 0;border-bottom:1px solid var(--line-dark);color:#cbc6c0}.agent-page__process{padding:clamp(8rem,14vw,14rem) var(--gutter);background:var(--bg);color:var(--ink)}.agent-page__process article{min-height:64svh;position:sticky;top:7rem;display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center;padding:clamp(3rem,7vw,7rem);border:1px solid var(--line);background:var(--bg)}.agent-page__process article+article{margin-top:14svh}.agent-page__process h2{max-width:8ch;font-size:clamp(4rem,8vw,9rem)}.agent-page__contact{max-width:var(--shell);display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(4rem,10vw,11rem);margin:0 auto}.agent-page__contact h2{max-width:11ch;font-size:clamp(4rem,7vw,8rem)}.agent-page__contact a{display:flex;align-items:center;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--line-dark)}.agent-page__contact svg,.legacy-project-page__summary svg{width:34px;fill:none;stroke:currentColor}.legacy-project-page__hero{min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(10rem,16vw,16rem) var(--gutter) clamp(7rem,10vw,10rem);background:var(--ink);color:var(--white)}.legacy-project-page__hero h1{max-width:72rem;font-size:clamp(4rem,8vw,9rem)}.legacy-project-page__hero p{max-width:46rem;color:#b7b0a7}.legacy-project-page__summary{max-width:var(--shell);display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(4rem,10vw,11rem);margin:0 auto}.legacy-project-page__summary h2{max-width:10ch;font-size:clamp(4rem,7vw,8rem)}.legacy-project-page__summary a{display:inline-flex;align-items:center;gap:1rem;margin-top:2rem;padding-bottom:.6rem;border-bottom:1px solid currentColor}.collection-hub__hero-image{right:0}.collection-accordion__item small{visibility:hidden}.collection-accordion__item.is-active small,.collection-accordion__item:hover small,.collection-accordion__item:focus-visible small{visibility:visible}@media(max-width:980px){.services-page__service,.services-page__philosophy,.agent-page__benefits,.agent-page__process article,.agent-page__contact,.legacy-project-page__summary{display:block}.services-page__service figure{height:58svh;margin-top:3rem}.agent-page__benefit-list,.agent-page__contact>div{margin-top:4rem}}@media(max-width:680px){.services-page__hero h1,.agent-page__hero h1,.legacy-project-page__hero h1{font-size:clamp(2.8rem,12vw,4.4rem)}.services-page__service-copy h2,.services-page__philosophy h2,.agent-page__benefits h2,.agent-page__process h2,.agent-page__contact h2,.legacy-project-page__summary h2{font-size:clamp(3rem,13vw,4.8rem)}.agent-page__process article{min-height:62svh;top:5.5rem;padding:2rem 1.25rem}.collection-hub__hero-image{right:0;width:72vw}.services-page__hero h1,.agent-page__hero h1{font-size:clamp(2.25rem,9.4vw,3.15rem)}.collection-hub__hero h1{font-size:clamp(2.2rem,9.2vw,3.05rem)}}@media(max-width:360px){.services-page__hero h1{font-size:clamp(1.95rem,8.2vw,2.35rem)}}body[data-route=interior-design-studio] .route-narrative{padding-top:clamp(5rem,9vw,9rem);padding-bottom:clamp(5rem,9vw,9rem)}body[data-route=interior-design-studio] .route-narrative__groups{display:block}body[data-route=interior-design-studio] .route-copy-group,body[data-route=interior-design-studio] .route-copy-group:first-child,body[data-route=interior-design-studio] .route-copy-group--offset{width:100%;max-width:none;min-height:min(68svh,760px);display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:2rem;margin:0;padding:clamp(5rem,8vw,8rem) 0;border-top:1px solid var(--line)}body[data-route=interior-design-studio] .route-copy-group:first-child{border-top:0}body[data-route=interior-design-studio] .route-copy-group__marker,body[data-route=interior-design-studio] .route-copy-group__marker+h2{grid-row:1}body[data-route=interior-design-studio] .route-copy-group__marker{grid-column:1 / 2;align-self:start;margin-top:.65rem}body[data-route=interior-design-studio] .route-copy-group h2,body[data-route=interior-design-studio] .route-copy-group__marker+h2{grid-column:2 / 8;max-width:10ch;font-size:clamp(3rem,5.4vw,6.4rem)}body[data-route=interior-design-studio] .route-copy-group .prose{grid-column:9 / 13;grid-row:1;margin:0}body[data-route=interior-design-studio] .route-copy-group:nth-child(2n) .route-copy-group__marker{grid-column:5 / 6}body[data-route=interior-design-studio] .route-copy-group:nth-child(2n) h2,body[data-route=interior-design-studio] .route-copy-group:nth-child(2n) .route-copy-group__marker+h2{grid-column:6 / 13}body[data-route=interior-design-studio] .route-copy-group:nth-child(2n) .prose{grid-column:1 / 5}@media(max-width:980px){body[data-route=interior-design-studio] .route-copy-group,body[data-route=interior-design-studio] .route-copy-group:first-child,body[data-route=interior-design-studio] .route-copy-group--offset{min-height:0;display:block;padding:clamp(4.5rem,14vw,7rem) 0}body[data-route=interior-design-studio] .route-copy-group__marker{margin:0 0 1.4rem}body[data-route=interior-design-studio] .route-copy-group h2,body[data-route=interior-design-studio] .route-copy-group__marker+h2{max-width:12ch;font-size:clamp(2.55rem,11vw,4.2rem)}body[data-route=interior-design-studio] .route-copy-group .prose{margin-top:2.5rem}}body:not(.route-body) .services{min-height:100svh;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(2rem,5vw,6rem);align-items:start;padding:clamp(9rem,15vw,15rem) var(--gutter);background:var(--ink);color:var(--white)}body:not(.route-body) .services__visual{position:sticky;top:7.5rem;grid-column:1 / 7;min-height:min(76svh,780px);overflow:hidden}body:not(.route-body) .services__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,oklch(0 0 0 / .52))}body:not(.route-body) .services__visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.66) contrast(1.06)}body:not(.route-body) .services__content{grid-column:7 / 13;display:block;padding:0}body:not(.route-body) .services__heading h2{margin:0;font-size:clamp(6rem,12vw,14rem);writing-mode:horizontal-tb;transform:none}body:not(.route-body) .services__heading>p{max-width:36rem;margin:clamp(3rem,6vw,6rem) 0 0;color:#bcb6af;font-size:clamp(1.15rem,1.8vw,1.7rem)}body:not(.route-body) .service-list{min-height:0;display:block;align-items:initial;margin-top:clamp(5rem,9vw,9rem);border-top:0;border-bottom:0}body:not(.route-body) .service-item{min-width:0;display:block;flex:none;padding:clamp(3rem,6vw,6rem) 0;border-top:1px solid var(--line-dark);border-right:0;border-left:0;background:transparent;transition:none}body:not(.route-body) .service-item:first-child{border-left:0}body:not(.route-body) .service-item:hover,body:not(.route-body) .service-item.is-open{flex:none;background:transparent}body:not(.route-body) .service-item:last-child{border-bottom:1px solid var(--line-dark)}body:not(.route-body) .service-item h3{max-width:10ch;margin:0 0 2rem;font-size:clamp(2.8rem,5.5vw,6rem)}body:not(.route-body) .service-item__panel,body:not(.route-body) .service-item.is-open .service-item__panel{max-height:none;display:block;grid-template-rows:none;padding:0;opacity:1;overflow:visible;transition:none}body:not(.route-body) .service-item__panel p,body:not(.route-body) .service-item.is-open .service-item__panel p{max-width:42rem;margin:0;padding:0;color:#b5b0aa}body:not(.route-body) .projects{max-width:none;margin:0;display:block;padding-top:clamp(9rem,15vw,15rem);padding-bottom:clamp(9rem,15vw,15rem);background:var(--white);color:var(--ink)}body:not(.route-body) .projects__head{position:static;max-width:var(--shell);display:grid;grid-template-columns:1.25fr .55fr .2fr;gap:3rem;align-items:end;margin:0 auto clamp(7rem,12vw,12rem)}body:not(.route-body) .projects__head h2{max-width:10ch;margin:0;font-size:clamp(4.8rem,9vw,10rem)}body:not(.route-body) .projects__head>p{max-width:32rem;margin:0;color:var(--ink-soft)}body:not(.route-body) .projects__head .text-link{justify-self:end;border-color:var(--ink);color:var(--ink);white-space:nowrap}body:not(.route-body) .projects__grid{max-width:var(--shell);display:flex;flex-direction:column;gap:clamp(5rem,9vw,9rem);margin:0 auto;background:transparent}body:not(.route-body) .project,body:not(.route-body) .project--one,body:not(.route-body) .project--two,body:not(.route-body) .project--three,body:not(.route-body) .project--four{width:min(58%,48rem);min-height:0;aspect-ratio:16 / 10;position:relative;top:auto;display:block}body:not(.route-body) .project:nth-child(2n){width:min(48%,42rem);aspect-ratio:4 / 3;margin-left:auto}body:not(.route-body) .project:nth-child(3){width:min(52%,44rem);aspect-ratio:4 / 3;margin-left:10%}body:not(.route-body) .project>.project__label{padding:clamp(5rem,10vw,9rem) clamp(1.3rem,3vw,3rem) clamp(1.5rem,3vw,3rem)}body:not(.route-body) .project__label b{font-size:clamp(1.8rem,3.8vw,4.5rem)}@media(max-width:980px){body:not(.route-body) .services{display:block}body:not(.route-body) .services__visual{position:relative;top:auto;min-height:68svh;margin-bottom:5rem}body:not(.route-body) .projects__head{display:grid;grid-template-columns:1fr .7fr}body:not(.route-body) .projects__head h2{grid-column:1 / -1}}@media(max-width:680px){body:not(.route-body) .services__heading h2{font-size:clamp(5rem,25vw,8rem)}body:not(.route-body) .service-item h3{font-size:clamp(2.8rem,12vw,4.5rem)}body:not(.route-body) .projects__head{display:block}body:not(.route-body) .projects__head h2{font-size:clamp(3.6rem,15vw,5.8rem)}body:not(.route-body) .projects__head>p,body:not(.route-body) .projects__head .text-link{margin-top:2rem}body:not(.route-body) .projects__head .text-link{justify-self:start}body:not(.route-body) .project,body:not(.route-body) .project--one,body:not(.route-body) .project--two,body:not(.route-body) .project--three,body:not(.route-body) .project--four,body:not(.route-body) .project:nth-child(2n),body:not(.route-body) .project:nth-child(3){width:100%;min-height:0;aspect-ratio:4 / 3;margin-left:0}}.intro-screen{animation:intro-failsafe-exit .55s 1.8s var(--ease-in-out) forwards}.intro-screen img{animation-duration:.45s;animation-delay:60ms}.intro-screen__line{animation-duration:.65s}.intro-screen.is-done{animation-duration:.55s}.hero__slides,.hero__slide,.route-hero__media img{backface-visibility:hidden;transform-origin:center}.route-hero__media img{animation:none;transform:none}.site-header,.site-header.is-scrolled{top:.75rem;right:var(--gutter);left:var(--gutter);width:auto;max-width:var(--shell);height:64px;margin-right:auto;margin-left:auto;padding:0 .7rem}.nav-contact{top:auto;height:42px;min-height:42px}@media(min-width:981px){.header-tools{display:none}}body:not(.route-body) .services__visual:after{display:none}body:not(.route-body) .services__visual img{position:absolute;inset:0;width:100%;height:100%;opacity:1;clip-path:inset(100% 0 0);object-fit:cover;filter:none;transform:none;transition:clip-path .85s var(--ease-in-out)}body:not(.route-body) .services__visual img.is-active{z-index:2;clip-path:inset(0)}@media(min-width:981px){body:not(.route-body) .service-item{min-height:42svh;display:flex;flex-direction:column;justify-content:center}}body:not(.route-body) .project:after{display:none}body:not(.route-body) .project>.project__label{align-items:flex-end;justify-content:flex-start;padding:1.4rem;background:transparent}body:not(.route-body) .project__label small{display:none}body:not(.route-body) .project__label b{font-size:clamp(1.2rem,2.1vw,2rem)}.projects-story figure:after{display:none}.projects-story figcaption{display:flex;align-items:flex-end;justify-content:space-between}.projects-story figcaption>span{color:var(--white)}.projects-story figcaption svg{filter:drop-shadow(0 1px 8px oklch(0 0 0 / .72))}.people-directory__header{max-width:var(--shell);display:grid;grid-template-columns:1fr minmax(18rem,.42fr);gap:3rem;align-items:end;margin:0 auto clamp(5rem,9vw,9rem)}.people-directory__header h2{margin:0;font-size:clamp(4rem,9vw,10rem)}.people-directory__header p{max-width:32rem;margin:0;color:var(--ink-soft)}.people-directory--partners{max-width:none;background:var(--ink);color:var(--white)}.people-directory--partners .people-directory__grid,.people-directory--partners .people-directory__header{max-width:var(--shell);margin-right:auto;margin-left:auto}.people-directory--partners .people-directory__header p{color:#b5b0aa}@media(max-width:680px){.people-directory__header{display:block}.people-directory__header h2{font-size:clamp(3.6rem,18vw,6rem)}.people-directory__header p{margin-top:2rem}}:root{--grid-edge: max(var(--gutter), calc((100vw - var(--shell)) / 2))}.section{width:100%;max-width:none;margin-right:0;margin-left:0;padding-right:var(--grid-edge);padding-left:var(--grid-edge)}body:not(.route-body) .studio,.route-narrative,.route-gallery,.index-gallery,.people-directory,.press-grid,.contact-page,.projects-intro,.projects-statement,.collection-hub__statement,.collection-hub__bento,.collection-category__pieces,.collection-product__details,.services-page__philosophy,.agent-page__benefits,.agent-page__contact,.legacy-project-page__summary,.route-type-product .route-narrative,.route-type-collection-index .route-narrative,.route-type-people .people-directory,.route-type-brand .route-narrative{max-width:none;margin-right:0;margin-left:0}.collection-hub__hero,.collection-category__hero,.collection-product__hero,.services-page__hero,.agent-page__hero,.legacy-project-page__hero,.agent-page__process,.projects-editorial,.projects-action,.site-footer{padding-right:var(--grid-edge);padding-left:var(--grid-edge)}.services-page__offer{max-width:none;margin-right:0;margin-left:0;padding-right:var(--grid-edge);padding-left:var(--grid-edge)}.intro-screen{transform:translateZ(0)}.site-header,.site-header:after,.nav-link:after,.nav-contact,.nav-dropdown,.nav-mega__links span:after,.text-link,.hero__controls button,.menu-toggle span{transition-timing-function:var(--ease-out)}.hero__slide,.studio__slide{transform:none!important}body:not(.route-body) .services__visual img{clip-path:none;opacity:0;transform:scale(1.035);transition:opacity .62s ease,transform .9s var(--ease-out)}body:not(.route-body) .services__visual img.is-active{z-index:2;clip-path:none;opacity:1;transform:scale(1)}.vision__media img,.project img,.index-card img,.route-gallery__item img,.person img,.press-entry img,.projects-story img,.projects-featured__panel img,.nav-mega__visual img,.collection-feature>img,.collection-accordion__item>img,.collection-piece-card__media img{transition-property:transform,opacity;transition-duration:.68s,.3s;transition-timing-function:var(--ease-out),ease}.footer__map a{display:block;padding-left:0;transition:color .2s ease,transform .38s var(--ease-out)}.footer__map a:hover{padding-left:0;transform:translate3d(.45rem,0,0)}.projects-marquee__track,.collection-marquee__track,.collection-category__marquee-track{transform:translateZ(0);backface-visibility:hidden}.service-item{transition:background-color .28s ease}.service-item__panel{transition:opacity .24s ease}.projects-featured__panel{transition:flex-grow .68s var(--ease-out)}.projects-featured:hover .projects-featured__panel,.projects-featured:has(.projects-featured__panel:focus-visible) .projects-featured__panel{flex-grow:.82}.projects-featured .projects-featured__panel:hover,.projects-featured .projects-featured__panel:focus-visible{flex-grow:2.5}.projects-featured .projects-featured__panel:hover .projects-featured__title,.projects-featured .projects-featured__panel:focus-visible .projects-featured__title{transform:none}.route-type-collection-index .index-gallery__grid>*{transition:none}.route-type-collection-index .index-gallery__grid:hover>*{flex:1 1 0}.route-type-collection-index .index-gallery__grid:hover>:first-child,.route-type-collection-index .index-gallery__grid>:first-child:hover,.route-type-collection-index .index-gallery__grid>:first-child:focus-within{flex:2.5 1 0}.route-type-collection-index .index-gallery__grid>*:not(:first-child):hover,.route-type-collection-index .index-gallery__grid>*:not(:first-child):focus-within{flex:1 1 0}.collection-accordion__item,.collection-accordion__item.is-active,.collection-accordion__item:hover,.collection-accordion__item:focus-visible{flex:1 1 0;transition:none}@keyframes cue-down{0%,to{transform:translate3d(0,-2px,0);opacity:.55}50%{transform:translate3d(0,3px,0);opacity:.95}}@media(max-width:900px),(pointer:coarse){.site-header,.site-header:after,.nav-contact,.nav-dropdown,.text-link,.hero__controls button,.menu-toggle span{transition-duration:.28s}.mobile-menu{transition-duration:.42s,.22s,.42s}.hero__slide,.studio__slide{transition-duration:.56s}body:not(.route-body) .services__visual img{transition-duration:.52s}.hero__down svg,.route-hero__down svg{animation:none;opacity:.8}.projects-marquee__track,.collection-marquee__track,.collection-category__marquee-track{animation-duration:58s}}@media(hover:none),(pointer:coarse){.nav-contact:hover,.text-link:hover,.hero__controls button:hover,.mobile-menu nav a:hover,.vision:hover .vision__media img,.project:hover img,.index-card:hover img,.route-gallery__item:hover img,.person:hover img,.press-entry:hover img,.projects-story:hover img,.projects-featured__panel:hover img,.collection-feature:hover>img,.collection-accordion__item:hover>img,.collection-piece-card:hover img{transform:none}.footer__map a:hover{transform:none}}@media(prefers-reduced-motion:reduce){.projects-marquee__track,.collection-marquee__track,.collection-category__marquee-track,.hero__down svg,.route-hero__down svg{animation:none!important;transform:none!important}body:not(.route-body) .services__visual img{transform:none!important}body:not(.route-body) .services__visual img:not(.is-active){display:none}}.desktop-nav,.desktop-nav :is(a,button),.language,.nav-contact,.text-link,.hero__actions a,.contact-form button,.collection-action a,.contact-orbit{font-size:.8125rem}body:not(.route-body) .hero__slide{filter:saturate(.9) contrast(1.02)}body:not(.route-body) .hero__shade{background:linear-gradient(180deg,oklch(0 0 0 / .4) 0%,transparent 25%,transparent 68%,oklch(0 0 0 / .3) 100%),radial-gradient(ellipse 58% 42% at 50% 52%,oklch(0 0 0 / .3),transparent 74%)}body:not(.route-body) .hero h1{max-width:72rem;font-size:clamp(3.25rem,5vw,6rem);font-weight:400}body:not(.route-body) .hero__actions{gap:.7rem}body:not(.route-body) .hero__actions a{min-width:168px;min-height:48px;padding:.75rem 1.25rem;border-color:var(--primary-deep);background:var(--primary-deep);color:var(--white)}body:not(.route-body) .hero__actions a+a{min-width:204px;border-color:#ffffffb8;background:#00000029;color:var(--white);-webkit-backdrop-filter:none;backdrop-filter:none}body:not(.route-body) .hero__actions a:hover,body:not(.route-body) .hero__actions a:focus-visible{border-color:var(--primary);background:var(--primary);color:var(--white)}body:not(.route-body) .hero__actions a+a:hover,body:not(.route-body) .hero__actions a+a:focus-visible{border-color:var(--white);background:var(--white);color:var(--ink)}body:not(.route-body) .hero__controls{right:var(--grid-edge);bottom:2.25rem;gap:.55rem;padding:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}body:not(.route-body) .hero__controls button{width:40px;height:40px;border-radius:0;border-color:#ffffff8c;background:#00000014}body:not(.route-body) .hero__count{min-width:82px;gap:.5rem;padding:0 .35rem}body:not(.route-body) .hero__count i{width:28px}body:not(.route-body) .hero__down{bottom:2.25rem;width:24px;height:48px;border:0;opacity:.78}body:not(.route-body) .hero__down svg{width:12px}.site-header,.site-header.is-scrolled{padding-right:0;padding-left:0}.site-header{border-color:transparent;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header.is-scrolled{padding-right:.7rem;padding-left:.7rem;border-color:#1a15121f;background:#f8f5eff0;box-shadow:0 8px 24px #00000014;-webkit-backdrop-filter:blur(14px) saturate(115%);backdrop-filter:blur(14px) saturate(115%)}.nav-contact{min-height:42px;padding:0 1.25rem;border:1px solid var(--white);background:var(--white);color:var(--ink)}.site-header.is-scrolled .nav-contact{border:1px solid var(--primary-deep);background:transparent;color:var(--primary-deep)}.nav-contact:hover,.site-header.is-scrolled .nav-contact:hover{border-color:var(--primary);background:var(--primary);color:var(--white)}@media(max-width:680px){body:not(.route-body) .hero h1{font-size:clamp(1.65rem,7.4vw,2rem)}body:not(.route-body) .hero__actions{width:min(100%,360px)}body:not(.route-body) .hero__actions a,body:not(.route-body) .hero__actions a+a{min-width:0;padding-right:.8rem;padding-left:.8rem}body:not(.route-body) .hero__controls{right:1.25rem;bottom:1.25rem}body:not(.route-body) .hero__down{left:1.25rem;bottom:1.25rem;transform:none}.site-header,.site-header.is-scrolled{padding-right:.7rem;padding-left:.7rem}}.nav-language{display:inline-flex;align-items:center;min-width:2rem;min-height:42px;justify-content:center;color:inherit;font-size:.8125rem;font-weight:500}.nav-language:hover,.nav-language:focus-visible,.language:hover,.language:focus-visible{color:var(--accent)}.language-flag{display:block;width:21px;height:14px;overflow:hidden;border:1px solid oklch(1 0 0 / .32)}.site-header.is-scrolled.nav-on-dark{color:var(--white)}.site-header.is-scrolled.nav-on-dark .brand__light{opacity:1}.site-header.is-scrolled.nav-on-dark .brand__dark{opacity:0}.site-header.is-scrolled.nav-on-dark .language-flag{border-color:#ffffff57}.site-header.menu-active .language-flag{border-color:#ffffff52}@media(max-width:980px){.language{display:inline-flex!important;align-items:center;justify-content:center;min-width:38px;min-height:42px}.mobile-menu{min-height:100dvh}.mobile-menu__inner{min-height:100dvh;justify-content:flex-start;gap:2rem;padding:calc(var(--header-height) + 2rem) max(var(--gutter),1.25rem) max(1.5rem,env(safe-area-inset-bottom))}.mobile-menu nav{gap:.35rem}.mobile-menu nav>a,.mobile-menu__group{padding:.5rem 0}.mobile-menu nav>a{min-height:46px;display:inline-flex;align-items:center;font-size:clamp(1.55rem,6vw,2.7rem)}.mobile-menu__label{margin-bottom:.65rem;color:#afaaa3;font-size:.8125rem;font-weight:500}.mobile-menu nav .mobile-menu__subnav{grid-template-columns:repeat(2,minmax(0,1fr));gap:.15rem 1rem}.mobile-menu nav .mobile-menu__subnav a{min-height:42px;display:inline-flex;align-items:center;font-family:var(--font-body);font-size:.8125rem;font-weight:500}.mobile-menu nav a:hover,.mobile-menu nav a:focus-visible{transform:none}.mobile-menu__contact{width:fit-content!important;margin-top:.65rem;padding:.65rem 1rem!important;background:var(--primary);color:var(--white)!important;font-family:var(--font-body)!important;font-size:.8125rem!important}.mobile-menu__meta{margin-top:auto;align-items:center;padding-top:1.25rem;font-size:.8125rem}.mobile-menu__language{display:inline-flex;min-width:42px;min-height:42px;align-items:center;justify-content:center;margin-left:auto;border:1px solid oklch(1 0 0 / .35)}}@media(max-width:680px){.mobile-menu__inner{gap:1.35rem;padding-top:calc(var(--header-height) + 1.35rem)}.mobile-menu nav>a,.mobile-menu__group{padding:.3rem 0}.mobile-menu nav>a{font-size:clamp(1.4rem,7vw,2rem)}.mobile-menu nav .mobile-menu__subnav{grid-template-columns:1fr;gap:0}.mobile-menu nav .mobile-menu__subnav a{min-height:38px}.mobile-menu__meta{gap:.6rem 1rem}.mobile-menu__meta>a:nth-child(2){flex-basis:calc(100% - 58px)}}.footer__grid{grid-template-columns:minmax(0,1fr) auto;align-items:end}@media(max-width:620px){.footer__grid{grid-template-columns:1fr;align-items:start}.footer__award{place-items:start}}.site-header.is-scrolled{border-color:#ffffff24;background:linear-gradient(135deg,#140e0ac7,#050302ad);color:var(--white);box-shadow:inset 0 1px #ffffff1c,0 14px 38px #00000024;backdrop-filter:blur(20px) saturate(125%);-webkit-backdrop-filter:blur(20px) saturate(125%)}.site-header.is-scrolled .brand__light{opacity:1}.site-header.is-scrolled .brand__dark{opacity:0}.site-header.is-scrolled .nav-contact{border-color:var(--primary);background:var(--primary);color:var(--white)}.site-header.is-scrolled .nav-contact:hover,.site-header.is-scrolled .nav-contact:focus-visible{border-color:var(--primary-deep);background:var(--primary-deep)}.site-header.is-scrolled .language-flag{border-color:#ffffff57}.site-header.menu-active,.site-header.is-scrolled.menu-active{border-color:transparent;background:transparent;color:var(--white);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.site-header,.site-header.is-scrolled{height:64px;padding-right:.7rem;padding-left:.7rem;border-color:transparent;background:transparent;color:var(--white);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transition:none}.site-header:before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;border:1px solid oklch(1 0 0 / .14);background:linear-gradient(135deg,#140e0ac7,#050302ad);box-shadow:inset 0 1px #ffffff1c,0 14px 38px #00000024;opacity:0;transform:translate3d(0,-3px,0) scale3d(.992,.96,1);transform-origin:center top;backdrop-filter:blur(20px) saturate(125%);-webkit-backdrop-filter:blur(20px) saturate(125%);will-change:opacity,transform;transition:opacity .42s cubic-bezier(.22,.65,.25,1),transform .56s cubic-bezier(.22,.65,.25,1)}.site-header.is-scrolled:before{opacity:1;transform:translateZ(0) scaleZ(1)}.site-header>*{position:relative;z-index:1}.site-header .nav-contact{transition:background-color .36s cubic-bezier(.22,.65,.25,1),border-color .36s cubic-bezier(.22,.65,.25,1),color .26s ease,transform .4s cubic-bezier(.22,.65,.25,1)}.site-header.menu-active:before,.site-header.is-scrolled.menu-active:before{opacity:0;transform:translate3d(0,-3px,0) scale3d(.992,.96,1)}@media(prefers-reduced-motion:reduce){.site-header:before,.site-header .nav-contact{transition:none}}.site-header,.site-header.is-scrolled{transition:color .32s cubic-bezier(.22,.65,.25,1)}.site-header:before{border:0;background:#f4f0e714;box-shadow:none;backdrop-filter:blur(26px) saturate(145%) contrast(105%);-webkit-backdrop-filter:blur(26px) saturate(145%) contrast(105%)}.site-header:after{content:"";position:absolute;z-index:0;inset:1px;width:auto;height:auto;display:block;pointer-events:none;background:linear-gradient(108deg,transparent 8%,oklch(1 0 0 / .22) 28%,transparent 46%),radial-gradient(ellipse 42% 90% at 86% 0%,oklch(1 0 0 / .2),transparent 72%);opacity:0;transform:translate3d(-8px,0,0);transition:opacity .5s cubic-bezier(.22,.65,.25,1),transform .62s cubic-bezier(.22,.65,.25,1)}.site-header.is-scrolled{color:var(--ink)}.site-header.is-scrolled:after{opacity:.18;transform:translateZ(0)}.site-header.is-scrolled .brand__light{opacity:0}.site-header.is-scrolled .brand__dark{opacity:1}.site-header.is-scrolled .language-flag{border-color:#0003}.site-header.menu-active,.site-header.is-scrolled.menu-active{color:var(--white)}.site-header.menu-active:after,.site-header.is-scrolled.menu-active:after{opacity:0;transform:translate3d(-8px,0,0)}.site-header.menu-active .brand__light,.site-header.is-scrolled.menu-active .brand__light{opacity:1}.site-header.menu-active .brand__dark,.site-header.is-scrolled.menu-active .brand__dark{opacity:0}@media(prefers-reduced-motion:reduce){.site-header,.site-header:after{transition:none}}.site-header,.site-header.is-scrolled{border:0;outline:0}.site-header:after,.site-header.is-scrolled:after{border:0;background:linear-gradient(108deg,transparent 10%,oklch(1 0 0 / .1) 28%,transparent 46%);box-shadow:none}.brand__logo{position:static;display:block;opacity:1;filter:invert(1);transition:filter .32s cubic-bezier(.22,.65,.25,1)}.site-header.is-scrolled .brand__logo{filter:none}.site-header.is-scrolled.nav-on-dark .brand__logo,.site-header.menu-active .brand__logo,.site-header.is-scrolled.menu-active .brand__logo,.intro-screen img,.footer__brand img{filter:invert(1)}@media(prefers-reduced-motion:reduce){.brand__logo{transition:none}}.site-footer{position:relative;isolation:isolate;overflow:hidden;padding-top:clamp(7rem,13vw,13rem);padding-bottom:max(1.5rem,env(safe-area-inset-bottom));background:radial-gradient(circle at 77% 18%,oklch(.365 .118 27 / .24),transparent 30rem),radial-gradient(circle at 24% 62%,oklch(.79 .07 74 / .07),transparent 38rem),#050202;color:var(--white)}.footer__ambient{position:absolute;z-index:-1;inset:0;opacity:.42;pointer-events:none;background-image:linear-gradient(90deg,transparent calc(25% - 1px),oklch(1 0 0 / .045) 25%,transparent calc(25% + 1px)),linear-gradient(90deg,transparent calc(50% - 1px),oklch(1 0 0 / .045) 50%,transparent calc(50% + 1px)),linear-gradient(90deg,transparent calc(75% - 1px),oklch(1 0 0 / .045) 75%,transparent calc(75% + 1px));-webkit-mask-image:linear-gradient(to bottom,transparent,black 18%,black 86%,transparent);mask-image:linear-gradient(to bottom,transparent,black 18%,black 86%,transparent)}.footer__lead{max-width:var(--shell);margin:0 auto}.footer__eyebrow{width:fit-content;margin:0 0 clamp(2.5rem,5vw,5rem) auto;color:#b8b0a5;font-size:.7rem;font-weight:500;letter-spacing:.13em;line-height:1.4;text-transform:uppercase}.footer__statement{max-width:77rem;margin:0;color:var(--white);font-family:var(--font-display);font-size:clamp(3.15rem,7.4vw,8.4rem);letter-spacing:-.045em;line-height:.94;text-wrap:balance}.footer__statement-word{opacity:.13}.footer__inline-image{position:relative;top:-.08em;width:clamp(4.8rem,10vw,10.5rem);aspect-ratio:2.7 / 1;display:inline-block;margin:0 .08em;overflow:hidden;border:1px solid oklch(1 0 0 / .2);border-radius:100vw;background:linear-gradient(90deg,#0805040d,#701c192e),url(/images/intro-feature.jpg) center 58% / cover;vertical-align:middle;filter:grayscale(.35) contrast(1.08) saturate(.72);transition:transform .7s var(--ease-out)}.footer__statement:hover .footer__inline-image{transform:scale(1.05)}.footer__cta{width:fit-content;display:flex;align-items:center;gap:1.15rem;margin:clamp(3rem,5.5vw,5.5rem) 0 0 auto;font-size:clamp(.86rem,1vw,1rem);font-weight:500;letter-spacing:.08em;text-transform:uppercase}.footer__cta>span:first-child{padding-bottom:.35rem;background:linear-gradient(currentColor,currentColor) left bottom / 100% 1px no-repeat;transition:background-size .5s var(--ease-out)}.footer__cta-arrow{width:3.4rem;aspect-ratio:1;display:grid;place-items:center;border:1px solid oklch(1 0 0 / .26);border-radius:50%;background:transparent;transition:background-color .45s var(--ease-out),border-color .45s var(--ease-out),transform .45s var(--ease-out)}.footer__cta svg{width:1.25rem;fill:none;stroke:currentColor;stroke-width:1.2}.footer__cta:hover>span:first-child,.footer__cta:focus-visible>span:first-child{background-position:right bottom;background-size:0 1px}.footer__cta:hover .footer__cta-arrow,.footer__cta:focus-visible .footer__cta-arrow{border-color:var(--primary);background:var(--primary);transform:translate(.35rem)}.footer__brand{width:100%;max-width:var(--shell);display:block;margin:clamp(7rem,13vw,13rem) auto clamp(3.25rem,6vw,6rem);padding:0 0 clamp(2.5rem,4vw,4rem);border-bottom:1px solid oklch(1 0 0 / .18);transform-origin:center bottom;will-change:transform,opacity}.footer__brand img{width:100%;max-width:none;height:auto;opacity:.93}.footer__marquee{max-width:var(--shell);margin:0 auto;overflow:hidden;border-bottom:1px solid oklch(1 0 0 / .18);color:#a19a92}.footer__marquee-track{width:max-content;display:flex;align-items:center;gap:clamp(1.4rem,2.7vw,3rem);padding:0 0 1.35rem;animation:footer-marquee 34s linear infinite}.footer__marquee-track span{font-size:.66rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase}.footer__marquee-track i{width:3px;height:3px;border-radius:50%;background:var(--primary)}@keyframes footer-marquee{to{transform:translate3d(-50%,0,0)}}.footer__grid{max-width:var(--shell);display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:0;margin:0 auto;padding:clamp(4rem,7vw,7rem) 0}.footer__panel{min-width:0;min-height:15rem;margin:0;padding:0 clamp(2rem,4vw,4.5rem);border-left:1px solid oklch(1 0 0 / .18);color:#b6b0a9;transition:color .35s ease,border-color .35s ease}.footer__panel h3{margin:0 0 clamp(2.25rem,4vw,4rem);color:var(--white);font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.footer__award img{width:clamp(6rem,9vw,9rem);margin-top:-.75rem;opacity:.74;filter:grayscale(1) brightness(1.35);transition:opacity .5s ease,transform .6s var(--ease-out)}.footer__bottom{max-width:var(--shell);display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:clamp(1.5rem,4vw,4.5rem);margin:0 auto;padding-top:1.5rem;border-top:1px solid oklch(1 0 0 / .18);color:#7e7a74;font-size:.68rem}@media(max-width:980px){.footer__eyebrow{margin-left:0}.footer__statement{max-width:55rem}.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__contact,.footer__hours,.footer__award{grid-column:auto}.footer__hours{padding-right:0}.footer__award{grid-column:1 / -1;min-height:0;margin-top:4rem;padding:3.5rem 0 0;border-top:1px solid oklch(1 0 0 / .18);border-left:0}.footer__award h3{margin-bottom:1.5rem}.footer__bottom{grid-template-columns:1fr auto}.footer__bottom nav{grid-row:2}.footer__top{grid-column:2;grid-row:1 / 3}}@media(max-width:620px){.site-footer{padding-top:6.5rem}.footer__ambient{background-image:linear-gradient(90deg,transparent calc(50% - 1px),oklch(1 0 0 / .045) 50%,transparent calc(50% + 1px))}.footer__eyebrow{max-width:18rem;margin-bottom:2.5rem}.footer__statement{font-size:clamp(2.8rem,13.3vw,4.5rem);line-height:.98}.footer__inline-image{width:4.9rem}.footer__cta{margin-top:2.75rem}.footer__brand{margin-top:7rem;margin-bottom:2.5rem;padding-bottom:2rem}.footer__grid{display:block;padding:3.5rem 0}.footer__panel,.footer__panel:first-child,.footer__hours,.footer__award{min-height:0;margin:0;padding:2.75rem 0;border-top:1px solid oklch(1 0 0 / .18);border-left:0}.footer__panel:first-child{padding-top:0;border-top:0}.footer__panel h3{margin-bottom:1.75rem}.footer__award img{width:6rem}.footer__bottom,.footer__bottom nav{display:flex;align-items:flex-start;flex-direction:column}.footer__bottom{gap:1.5rem;border-top:0}.footer__bottom nav{gap:.75rem}.footer__top{position:absolute;right:var(--grid-edge);bottom:max(1.5rem,env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.footer__marquee-track{animation-play-state:paused}.footer__brand,.footer__statement-word{opacity:1!important;transform:none!important}}.site-footer{position:relative;isolation:isolate;overflow:hidden;padding:clamp(4rem,7vw,7rem) var(--grid-edge) max(1.5rem,env(safe-area-inset-bottom));background:var(--ink);color:var(--white)}.footer__invitation{width:100%;max-width:var(--shell);min-height:min(74svh,760px);display:grid;grid-template-columns:repeat(12,minmax(0,1fr));margin:0 auto;background:var(--primary)}.footer__invitation-media{grid-column:1 / span 7;min-width:0;min-height:100%;margin:0;overflow:hidden;background:var(--ink-soft)}.footer__invitation-media img{width:100%;height:100%;object-fit:cover;object-position:center;transform-origin:center;will-change:transform}.footer__invitation-copy{grid-column:8 / span 5;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(3rem,6vw,7rem);background:var(--primary);color:var(--white)}.footer__invitation-copy h2{max-width:10ch;margin:0;font-size:clamp(3rem,4.7vw,5.8rem);letter-spacing:-.035em;line-height:.98}.footer__invitation-copy p{max-width:34rem;margin:clamp(2rem,4vw,4rem) 0 0;color:#e8e4df;font-size:clamp(.95rem,1.1vw,1.12rem);line-height:1.65}.footer__cta{min-height:54px;display:inline-flex;align-items:center;gap:1.5rem;margin:clamp(2.25rem,4vw,4rem) 0 0;padding:0 1.4rem;border:1px solid var(--white);background:var(--white);color:var(--ink);font-size:.68rem;font-weight:600;letter-spacing:0;text-transform:uppercase;transition:background-color .3s ease,border-color .3s ease,color .3s ease,transform .45s var(--ease-out)}.footer__cta>span:first-child{padding:0;background:none}.footer__cta svg{width:28px;fill:none;stroke:currentColor;stroke-width:1.2;transition:transform .45s var(--ease-out)}.footer__cta:hover,.footer__cta:focus-visible{border-color:var(--ink);background:var(--ink);color:var(--white);transform:translateY(-3px)}.footer__cta:hover svg,.footer__cta:focus-visible svg{transform:translate(.3rem)}.footer__brand{width:100%;max-width:var(--shell);display:flex;justify-content:center;margin:clamp(7rem,12vw,12rem) auto 0;padding:0 0 clamp(4rem,7vw,7rem);border-bottom:1px solid var(--line-dark);transform-origin:center bottom;will-change:transform,opacity}.footer__brand img{width:min(100%,72rem);max-width:none;height:auto;opacity:.96}.footer__grid{width:100%;max-width:var(--shell);display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:0;margin:0 auto;padding:clamp(4rem,7vw,7rem) 0}.footer__panel{min-width:0;min-height:14rem;margin:0;padding:0 clamp(2rem,4vw,4.5rem);border-left:1px solid var(--line-dark);color:#b6b0a9;transition:color .25s ease,border-color .25s ease}.footer__panel:first-child{padding-left:0;border-left:0}.footer__contact{grid-column:span 5}.footer__hours{grid-column:span 3}.footer__award{grid-column:span 4}.footer__panel:hover{border-color:var(--primary);color:#dbd7d2}.footer__panel h3{margin:0 0 clamp(2.25rem,4vw,4rem);color:var(--white);font-family:var(--font-body);font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.footer__contact address,.footer__hours p,.footer__award p{margin:0;font-size:clamp(.88rem,1vw,1rem);font-style:normal;line-height:1.7}.footer__contact-links{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;margin-top:2rem}.footer__contact a,.footer__bottom a{text-decoration:none}.footer__contact a{background:linear-gradient(currentColor,currentColor) left bottom / 0 1px no-repeat;transition:color .22s ease,background-size .5s var(--ease-out)}.footer__contact a:hover,.footer__contact a:focus-visible{color:var(--white);background-size:100% 1px}.footer__award{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.footer__award img{width:clamp(6rem,9vw,9rem);margin-top:-.75rem;opacity:.76;filter:grayscale(1) brightness(1.35);transition:opacity .5s ease,transform .6s var(--ease-out)}.footer__award:hover img{opacity:1;transform:scale(1.04)}.footer__bottom{width:100%;max-width:var(--shell);display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:clamp(1.5rem,4vw,4.5rem);margin:0 auto;padding-top:1.5rem;border-top:1px solid var(--line-dark);color:#7e7a74;font-size:.68rem}.footer__bottom nav{display:flex;gap:clamp(1rem,2vw,2rem)}.footer__bottom a{transition:color .25s ease}.footer__bottom a:hover,.footer__bottom a:focus-visible{color:var(--white)}.footer__top{display:inline-flex;align-items:center;gap:.7rem;color:var(--white);text-transform:uppercase}.footer__top svg{width:.65rem;height:1.35rem;fill:none;stroke:currentColor;stroke-width:1.2;transition:transform .4s var(--ease-out)}.footer__top:hover svg,.footer__top:focus-visible svg{transform:translateY(-.25rem)}.route-action.projects-action,.route-action.collection-action{min-height:auto;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));place-items:initial;align-content:initial;align-items:end;gap:clamp(2rem,5vw,6rem);padding:clamp(7rem,12vw,12rem) var(--grid-edge);background:var(--primary);color:var(--white);text-align:left}.route-action__copy{grid-column:1 / 9}.route-action h2,.projects-action.route-action h2,.collection-action.route-action h2{max-width:14ch;margin:0;font-size:clamp(3rem,5.6vw,6.5rem);letter-spacing:-.035em;line-height:.98}.route-action p,.collection-action.route-action p{max-width:42rem;margin:clamp(2rem,4vw,3.5rem) 0 0;color:#e1ddd8;font-size:clamp(.95rem,1.1vw,1.1rem);line-height:1.65}.route-action>a,.projects-action.route-action>a,.collection-action.route-action>a{grid-column:10 / 13;justify-self:end;min-height:54px;display:inline-flex;align-items:center;gap:1.5rem;padding:0 1.4rem;border:1px solid var(--white);background:var(--white);color:var(--ink);font-size:.68rem;font-weight:600;transition:background-color .3s ease,border-color .3s ease,color .3s ease,transform .45s var(--ease-out)}.route-action>a:hover,.route-action>a:focus-visible{border-color:var(--ink);background:var(--ink);color:var(--white);transform:translateY(-3px)}.product-enquiry{background:var(--primary)}.product-enquiry h2{max-width:14ch;font-size:clamp(3rem,5.6vw,6.5rem);line-height:.98}@media(max-width:980px){.footer__invitation{min-height:0;display:block}.footer__invitation-media{min-height:0;aspect-ratio:16 / 10}.footer__invitation-copy{min-height:34rem;padding:clamp(3rem,9vw,6rem)}.footer__invitation-copy h2{max-width:11ch}.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__contact,.footer__hours,.footer__award{grid-column:auto}.footer__hours{padding-right:0}.footer__award{grid-column:1 / -1;min-height:0;margin-top:4rem;padding:3.5rem 0 0;border-top:1px solid var(--line-dark);border-left:0}.footer__award h3{margin-bottom:1.5rem}.footer__bottom{grid-template-columns:1fr auto}.footer__bottom nav{grid-row:2}.footer__top{grid-column:2;grid-row:1 / 3}.route-action.projects-action,.route-action.collection-action{grid-template-columns:repeat(8,minmax(0,1fr))}.route-action__copy{grid-column:1 / 7}.route-action>a,.projects-action.route-action>a,.collection-action.route-action>a{grid-column:7 / 9}}@media(max-width:620px){.site-footer{padding-top:1.25rem}.footer__invitation-media{aspect-ratio:4 / 3}.footer__invitation-copy{min-height:31rem;padding:3rem 1.5rem}.footer__invitation-copy h2{max-width:9ch;font-size:clamp(2.8rem,13vw,4rem)}.footer__invitation-copy p{margin-top:1.75rem}.footer__cta{margin-top:2.25rem}.footer__brand{margin-top:6rem;padding-bottom:3rem;border-bottom:0}.footer__grid{display:block;padding:3rem 0}.footer__panel,.footer__panel:first-child,.footer__hours,.footer__award{min-height:0;margin:0;padding:2.75rem 0;border-top:0;border-left:0}.footer__panel:first-child{padding-top:0;border-top:0}.footer__panel h3{margin-bottom:1.75rem}.footer__award img{width:6rem}.footer__bottom,.footer__bottom nav{display:flex;align-items:flex-start;flex-direction:column}.footer__bottom{gap:1.5rem;border-top:0}.footer__bottom nav{gap:.75rem}.footer__top{position:absolute;right:var(--grid-edge);bottom:max(1.5rem,env(safe-area-inset-bottom))}.route-action.projects-action,.route-action.collection-action{display:block;padding-top:7rem;padding-bottom:7rem}.route-action h2,.projects-action.route-action h2,.collection-action.route-action h2{max-width:12ch;font-size:clamp(2.8rem,12vw,4.1rem)}.route-action>a,.projects-action.route-action>a,.collection-action.route-action>a{margin-top:3rem}}@media(prefers-reduced-motion:reduce){.footer__invitation-media img,.footer__brand{opacity:1!important;transform:none!important}}body[data-route=marbella-interior-design-services] .services-page{background:var(--bg);color:var(--ink)}body[data-route=marbella-interior-design-services] .services-page__hero{min-height:100svh;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));place-items:stretch;padding:0;overflow:hidden;background:var(--ink);color:var(--white);text-align:left}body[data-route=marbella-interior-design-services] .services-page__hero-copy{z-index:2;grid-column:1 / 8;grid-row:1;max-width:none;min-height:100svh;display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-end;padding:calc(var(--header-height) + clamp(4rem,8vw,8rem)) clamp(2rem,5vw,6rem) clamp(4rem,8vw,7rem) var(--grid-edge)}body[data-route=marbella-interior-design-services] .services-page__hero h1{max-width:11.5ch;margin:0;font-size:clamp(3.35rem,5.4vw,6.4rem)!important;line-height:.98;letter-spacing:-.04em}body[data-route=marbella-interior-design-services] .services-page__hero-copy>p{max-width:37rem;margin:clamp(1.75rem,3vw,2.6rem) 0 0;color:#cfcac2;font-size:clamp(1rem,1.35vw,1.3rem);line-height:1.58}body[data-route=marbella-interior-design-services] .services-page__hero .hero__actions{position:static;justify-content:flex-start;margin-top:clamp(2rem,3vw,3rem)}body[data-route=marbella-interior-design-services] .services-page__hero .hero__actions a{border-radius:0}body[data-route=marbella-interior-design-services] .services-page__hero-media{position:relative;inset:auto;grid-column:8 / 13;grid-row:1;min-height:100svh;margin:0;overflow:hidden;border-left:1px solid var(--line-dark);background:var(--primary-deep)}body[data-route=marbella-interior-design-services] .services-page__hero-media img{width:100%;height:100%;object-fit:cover;transform-origin:center}body[data-route=marbella-interior-design-services] .services-page__hero-shade{display:none}body[data-route=marbella-interior-design-services] .services-page__statement{max-width:var(--shell);display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(2rem,4vw,5rem);margin:0 auto;padding-top:clamp(7rem,12vw,12rem);padding-bottom:clamp(7rem,12vw,12rem)}body[data-route=marbella-interior-design-services] .services-page__statement h2{grid-column:1 / 9;max-width:15ch;margin:0;font-size:clamp(3rem,4.5vw,5.35rem)!important;line-height:1.02;letter-spacing:-.035em}body[data-route=marbella-interior-design-services] .services-page__statement-copy{grid-column:9 / 13;align-self:end;padding-bottom:.45rem}body[data-route=marbella-interior-design-services] .services-page__statement-copy p,body[data-route=marbella-interior-design-services] .services-page__philosophy .prose p{margin:0;color:var(--ink-soft);line-height:1.72}body[data-route=marbella-interior-design-services] .services-page__statement-copy p+p,body[data-route=marbella-interior-design-services] .services-page__philosophy .prose p+p{margin-top:1.35rem}body[data-route=marbella-interior-design-services] .services-page__offer{max-width:none;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(2rem,5vw,6rem);margin:0;padding:clamp(6rem,9vw,9rem) var(--grid-edge);background:var(--ink);color:var(--white)}body[data-route=marbella-interior-design-services] .services-page__visual{position:sticky;top:calc(var(--header-height) + 1.25rem);grid-column:1 / 8;height:calc(100svh - var(--header-height) - 2.5rem);overflow:hidden;background:var(--primary-deep)}body[data-route=marbella-interior-design-services] .services-page__visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.035);transition:opacity .65s ease,transform .9s cubic-bezier(.22,.65,.25,1)}body[data-route=marbella-interior-design-services] .services-page__visual img.is-active{z-index:1;opacity:1;transform:scale(1)}body[data-route=marbella-interior-design-services] .services-page__chapters{grid-column:9 / 13}body[data-route=marbella-interior-design-services] .services-page__service{min-height:min(88svh,860px);display:flex;grid-template-columns:none;align-items:flex-start;flex-direction:column;justify-content:center;gap:0;padding:clamp(4rem,7vw,7rem) 0;border-top:1px solid var(--line-dark)}body[data-route=marbella-interior-design-services] .services-page__service:last-child{border-bottom:1px solid var(--line-dark)}body[data-route=marbella-interior-design-services] .services-page__service-copy{grid-column:auto;width:100%}body[data-route=marbella-interior-design-services] .services-page__service-copy h2{max-width:10ch;margin:0;color:var(--white);font-size:clamp(2.65rem,4.1vw,4.6rem)!important;line-height:1.02;letter-spacing:-.035em}body[data-route=marbella-interior-design-services] .services-page__service-copy p{max-width:32rem;margin:clamp(1.5rem,2.5vw,2.25rem) 0 0;color:#aca7a1;line-height:1.68}body[data-route=marbella-interior-design-services] .services-page__chapter-media{display:none}body[data-route=marbella-interior-design-services] .services-page__philosophy{max-width:var(--shell);display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(2rem,4vw,5rem);margin:0 auto;padding-top:clamp(7rem,12vw,12rem);padding-bottom:clamp(7rem,12vw,12rem)}body[data-route=marbella-interior-design-services] .services-page__philosophy h2{grid-column:1 / 9;max-width:13ch;margin:0;font-size:clamp(3rem,4.6vw,5.5rem)!important;line-height:1;letter-spacing:-.035em}body[data-route=marbella-interior-design-services] .services-page__philosophy .prose{grid-column:9 / 13;align-self:end}body[data-route=marbella-interior-design-services] .services-page__philosophy>figure{grid-column:1 / 13;height:min(68svh,760px);margin:clamp(3.5rem,7vw,7rem) 0 0;overflow:hidden;background:var(--surface)}body[data-route=marbella-interior-design-services] .services-page__philosophy>figure img{width:100%;height:100%;object-fit:cover}@media(max-width:980px){body[data-route=marbella-interior-design-services] .services-page__hero{grid-template-columns:repeat(8,minmax(0,1fr))}body[data-route=marbella-interior-design-services] .services-page__hero-copy{grid-column:1 / 6;padding-right:clamp(1.5rem,4vw,3rem)}body[data-route=marbella-interior-design-services] .services-page__hero h1{font-size:clamp(3rem,7vw,5.25rem)!important}body[data-route=marbella-interior-design-services] .services-page__hero-media{grid-column:6 / 9}body[data-route=marbella-interior-design-services] :is(.services-page__statement,.services-page__philosophy){grid-template-columns:repeat(8,minmax(0,1fr))}body[data-route=marbella-interior-design-services] :is(.services-page__statement,.services-page__philosophy) h2{grid-column:1 / 6}body[data-route=marbella-interior-design-services] .services-page__statement-copy,body[data-route=marbella-interior-design-services] .services-page__philosophy .prose{grid-column:6 / 9}body[data-route=marbella-interior-design-services] .services-page__philosophy>figure{grid-column:1 / 9}body[data-route=marbella-interior-design-services] .services-page__offer{display:block}body[data-route=marbella-interior-design-services] .services-page__visual{display:none}body[data-route=marbella-interior-design-services] .services-page__service{min-height:0;padding:clamp(5rem,10vw,8rem) 0}body[data-route=marbella-interior-design-services] .services-page__service-copy h2{max-width:13ch}body[data-route=marbella-interior-design-services] .services-page__chapter-media{width:100%;height:min(62svh,620px);display:block;margin:clamp(2.5rem,6vw,4rem) 0 0;overflow:hidden}body[data-route=marbella-interior-design-services] .services-page__chapter-media img{width:100%;height:100%;object-fit:cover}}@media(max-width:680px){body[data-route=marbella-interior-design-services] .services-page__hero{min-height:0;display:flex;flex-direction:column}body[data-route=marbella-interior-design-services] .services-page__hero-copy{min-height:74svh;padding:calc(var(--header-height) + 5rem) var(--gutter) 4rem}body[data-route=marbella-interior-design-services] .services-page__hero h1{max-width:10.5ch;font-size:clamp(2.65rem,12vw,4.1rem)!important}body[data-route=marbella-interior-design-services] .services-page__hero-copy>p{font-size:1rem}body[data-route=marbella-interior-design-services] .services-page__hero .hero__actions{width:100%;align-items:stretch;flex-direction:column}body[data-route=marbella-interior-design-services] .services-page__hero .hero__actions a{width:100%}body[data-route=marbella-interior-design-services] .services-page__hero-media{width:100%;min-height:0;aspect-ratio:4 / 5;border-top:1px solid var(--line-dark);border-left:0}body[data-route=marbella-interior-design-services] :is(.services-page__statement,.services-page__philosophy){display:block}body[data-route=marbella-interior-design-services] :is(.services-page__statement,.services-page__philosophy) h2{font-size:clamp(2.6rem,11vw,4rem)!important}body[data-route=marbella-interior-design-services] .services-page__statement-copy,body[data-route=marbella-interior-design-services] .services-page__philosophy .prose{margin-top:2.5rem}body[data-route=marbella-interior-design-services] .services-page__offer{padding-top:3rem;padding-bottom:3rem}body[data-route=marbella-interior-design-services] .services-page__service{padding:4rem 0}body[data-route=marbella-interior-design-services] .services-page__service-copy h2{font-size:clamp(2.35rem,10vw,3.5rem)!important}body[data-route=marbella-interior-design-services] .services-page__chapter-media{height:auto;aspect-ratio:4 / 5}body[data-route=marbella-interior-design-services] .services-page__philosophy>figure{height:auto;aspect-ratio:4 / 5;margin-top:3.5rem}}@media(prefers-reduced-motion:reduce){body[data-route=marbella-interior-design-services] .services-page__visual img,body[data-route=marbella-interior-design-services] .services-page__hero-media img{transition:none;transform:none!important}}body[data-route=interior-design-studio] .studio-page{background:var(--bg);color:var(--ink)}body[data-route=interior-design-studio] .studio-page__hero{min-height:100svh;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));overflow:hidden;background:var(--ink);color:var(--white)}body[data-route=interior-design-studio] .studio-page__hero-media{position:relative;grid-column:1 / 6;grid-row:1;min-height:100svh;margin:0;overflow:hidden;border-right:1px solid var(--line-dark);background:var(--primary-deep)}body[data-route=interior-design-studio] .studio-page__hero-media img{width:100%;height:100%;object-fit:cover;transform-origin:center}body[data-route=interior-design-studio] .studio-page__hero-copy{grid-column:6 / 13;grid-row:1;min-height:100svh;display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-end;padding:calc(var(--header-height) + clamp(4rem,8vw,8rem)) var(--grid-edge) clamp(4rem,8vw,7rem) clamp(2rem,5vw,6rem)}body[data-route=interior-design-studio] .studio-page__hero h1{max-width:11.5ch;margin:0;font-size:clamp(3.35rem,5.35vw,6rem)!important;line-height:.98;letter-spacing:-.04em}body[data-route=interior-design-studio] .studio-page__hero-copy>p{max-width:39rem;margin:clamp(1.75rem,3vw,2.6rem) 0 0;color:#cfcac2;font-size:clamp(1rem,1.35vw,1.3rem);line-height:1.58}body[data-route=interior-design-studio] .studio-page__hero .hero__actions{position:static;justify-content:flex-start;margin-top:clamp(2rem,3vw,3rem)}body[data-route=interior-design-studio] .studio-page__hero .hero__actions a{border-radius:0}body[data-route=interior-design-studio] .studio-page__statement{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(2rem,4vw,5rem);padding-top:clamp(7rem,12vw,12rem);padding-bottom:clamp(7rem,12vw,12rem)}body[data-route=interior-design-studio] .studio-page__statement h2{grid-column:1 / 9;max-width:16ch;margin:0;font-size:clamp(3rem,4.5vw,5.35rem)!important;line-height:1.02;letter-spacing:-.035em}body[data-route=interior-design-studio] .studio-page__statement>p{grid-column:9 / 13;align-self:end;max-width:36rem;margin:0 0 .45rem;color:var(--ink-soft);line-height:1.72}body[data-route=interior-design-studio] .studio-page__method{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(2rem,5vw,6rem);padding:clamp(6rem,9vw,9rem) var(--grid-edge);background:var(--ink);color:var(--white)}body[data-route=interior-design-studio] .studio-page__chapters{grid-column:1 / 6}body[data-route=interior-design-studio] .studio-page__chapter{min-height:min(88svh,860px);display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:clamp(4rem,7vw,7rem) 0;border-top:1px solid var(--line-dark)}body[data-route=interior-design-studio] .studio-page__chapter:last-child{border-bottom:1px solid var(--line-dark)}body[data-route=interior-design-studio] .studio-page__chapter h2{max-width:11ch;margin:0;color:var(--white);font-size:clamp(2.65rem,4.1vw,4.6rem)!important;line-height:1.02;letter-spacing:-.035em}body[data-route=interior-design-studio] .studio-page__chapter>p{max-width:34rem;margin:clamp(1.5rem,2.5vw,2.25rem) 0 0;color:#aca7a1;line-height:1.68}body[data-route=interior-design-studio] .studio-page__chapter-media{display:none}body[data-route=interior-design-studio] .studio-page__visual{position:sticky;top:calc(var(--header-height) + 1.25rem);grid-column:6 / 13;height:calc(100svh - var(--header-height) - 2.5rem);overflow:hidden;background:var(--primary-deep)}body[data-route=interior-design-studio] .studio-page__visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.035);transition:opacity .65s ease,transform .9s var(--ease-out)}body[data-route=interior-design-studio] .studio-page__visual img.is-active{z-index:1;opacity:1;transform:scale(1)}body[data-route=interior-design-studio] .studio-page__network{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(2rem,4vw,5rem);padding-top:clamp(7rem,12vw,12rem);padding-bottom:clamp(7rem,12vw,12rem)}body[data-route=interior-design-studio] .studio-page__network h2{grid-column:1 / 9;max-width:14ch;margin:0;font-size:clamp(3rem,4.6vw,5.5rem)!important;line-height:1;letter-spacing:-.035em}body[data-route=interior-design-studio] .studio-page__network>p{grid-column:9 / 13;align-self:end;margin:0;color:var(--ink-soft);line-height:1.72}body[data-route=interior-design-studio] .studio-page__network>figure{grid-column:1 / 13;height:min(68svh,760px);margin:clamp(3.5rem,7vw,7rem) 0 0;overflow:hidden;background:var(--surface)}body[data-route=interior-design-studio] .studio-page__network>figure img{width:100%;height:100%;object-fit:cover}@media(max-width:980px){body[data-route=interior-design-studio] .studio-page__hero{grid-template-columns:repeat(8,minmax(0,1fr))}body[data-route=interior-design-studio] .studio-page__hero-media{grid-column:1 / 4}body[data-route=interior-design-studio] .studio-page__hero-copy{grid-column:4 / 9;padding-left:clamp(2rem,5vw,4rem)}body[data-route=interior-design-studio] .studio-page__hero h1{font-size:clamp(3rem,7vw,5.25rem)!important}body[data-route=interior-design-studio] :is(.studio-page__statement,.studio-page__network){grid-template-columns:repeat(8,minmax(0,1fr))}body[data-route=interior-design-studio] :is(.studio-page__statement,.studio-page__network) h2{grid-column:1 / 6}body[data-route=interior-design-studio] .studio-page__statement>p,body[data-route=interior-design-studio] .studio-page__network>p{grid-column:6 / 9}body[data-route=interior-design-studio] .studio-page__network>figure{grid-column:1 / 9}body[data-route=interior-design-studio] .studio-page__method{display:block}body[data-route=interior-design-studio] .studio-page__visual{display:none}body[data-route=interior-design-studio] .studio-page__chapter{min-height:0;padding:clamp(5rem,10vw,8rem) 0}body[data-route=interior-design-studio] .studio-page__chapter h2{max-width:13ch}body[data-route=interior-design-studio] .studio-page__chapter-media{width:100%;height:min(62svh,620px);display:block;margin:clamp(2.5rem,6vw,4rem) 0 0;overflow:hidden}body[data-route=interior-design-studio] .studio-page__chapter-media img{width:100%;height:100%;object-fit:cover}}@media(max-width:680px){body[data-route=interior-design-studio] .studio-page__hero{min-height:0;display:flex;flex-direction:column}body[data-route=interior-design-studio] .studio-page__hero-copy{min-height:74svh;order:1;padding:calc(var(--header-height) + 5rem) var(--gutter) 4rem}body[data-route=interior-design-studio] .studio-page__hero-media{width:100%;min-height:0;aspect-ratio:4 / 5;order:2;border-top:1px solid var(--line-dark);border-right:0}body[data-route=interior-design-studio] .studio-page__hero h1{max-width:13.5ch;font-size:clamp(2.65rem,12vw,4.1rem)!important}body[data-route=interior-design-studio] .studio-page__hero-copy>p{font-size:1rem}body[data-route=interior-design-studio] .studio-page__hero .hero__actions{width:100%;align-items:stretch;flex-direction:column}body[data-route=interior-design-studio] .studio-page__hero .hero__actions a{width:100%}body[data-route=interior-design-studio] :is(.studio-page__statement,.studio-page__network){display:block}body[data-route=interior-design-studio] :is(.studio-page__statement,.studio-page__network) h2{font-size:clamp(2.6rem,11vw,4rem)!important}body[data-route=interior-design-studio] .studio-page__statement>p,body[data-route=interior-design-studio] .studio-page__network>p{margin-top:2.5rem}body[data-route=interior-design-studio] .studio-page__method{padding-top:3rem;padding-bottom:3rem}body[data-route=interior-design-studio] .studio-page__chapter{padding:4rem 0}body[data-route=interior-design-studio] .studio-page__chapter h2{font-size:clamp(2.35rem,10vw,3.5rem)!important}body[data-route=interior-design-studio] .studio-page__chapter-media,body[data-route=interior-design-studio] .studio-page__network>figure{height:auto;aspect-ratio:4 / 5}body[data-route=interior-design-studio] .studio-page__network>figure{margin-top:3.5rem}}@media(prefers-reduced-motion:reduce){body[data-route=interior-design-studio] .studio-page__visual img,body[data-route=interior-design-studio] .studio-page__hero-media img{transition:none;transform:none!important}}.route-type-projects-index :is(h1,h2,h3,.projects-featured__title){overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}body.is-side-table-dialog-open{overflow:hidden}.side-table-dialog{width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:var(--ink);color:var(--white);overflow:hidden;z-index:var(--z-modal)}.side-table-dialog[open]{animation:side-table-dialog-in .48s cubic-bezier(.16,1,.3,1) both}.side-table-dialog.is-closing{pointer-events:none;animation:side-table-dialog-out .48s cubic-bezier(.16,1,.3,1) both}.side-table-dialog::backdrop{background:#000000c2}.side-table-dialog[open]::backdrop{animation:side-table-backdrop-in .48s cubic-bezier(.16,1,.3,1) both}.side-table-dialog.is-closing::backdrop{animation:side-table-backdrop-out .48s cubic-bezier(.16,1,.3,1) both}.side-table-dialog__layout{min-height:100%;display:grid;grid-template-columns:minmax(0,1.72fr) minmax(22rem,.72fr)}.side-table-dialog__close{position:fixed;z-index:3;top:max(1.25rem,env(safe-area-inset-top));right:max(1.25rem,env(safe-area-inset-right));min-height:46px;display:inline-flex;align-items:center;gap:.8rem;padding:0 1rem;border:1px solid oklch(1 0 0 / .46);background:var(--ink);color:var(--white);font:600 .62rem/1 var(--font-body);cursor:pointer;transition:background .22s ease,color .22s ease}.side-table-dialog__close:hover,.side-table-dialog__close:focus-visible{background:var(--white);color:var(--ink)}.side-table-dialog__close svg{width:15px;fill:none;stroke:currentColor;stroke-width:1.5}.side-table-dialog__carousel{min-width:0;height:100dvh;position:relative;overflow:hidden;background:var(--surface);color:var(--ink)}.side-table-dialog__track,.side-table-dialog__slide{width:100%;height:100%}.side-table-dialog__slide{margin:0;animation:side-table-image-in .42s var(--ease-out) both}.side-table-dialog__slide[hidden]{display:none!important}.side-table-dialog__slide img{width:100%;height:100%;padding:clamp(4.5rem,8vw,8rem) clamp(2rem,6vw,7rem);object-fit:contain}.side-table-dialog__controls{position:absolute;z-index:2;right:clamp(1.25rem,3vw,3rem);bottom:max(1.5rem,env(safe-area-inset-bottom));display:flex;align-items:center;gap:1rem}.side-table-dialog__controls button{width:48px;height:48px;display:grid;place-items:center;padding:0;border:1px solid oklch(.1 0 0 / .3);background:#ffffffe0;color:var(--ink);cursor:pointer;transition:background .2s ease,color .2s ease}.side-table-dialog__controls button:hover,.side-table-dialog__controls button:focus-visible{background:var(--ink);color:var(--white)}.side-table-dialog__controls button:first-child svg{transform:rotate(180deg)}.side-table-dialog__controls svg,.side-table-dialog__reserve svg{width:26px;fill:none;stroke:currentColor}.side-table-dialog__controls p{min-width:4rem;margin:0;text-align:center;font-size:.7rem;font-variant-numeric:tabular-nums}.side-table-dialog__thumbnails{position:absolute;z-index:2;bottom:max(1.5rem,env(safe-area-inset-bottom));left:clamp(1.25rem,3vw,3rem);display:flex;gap:.55rem}.side-table-dialog__thumbnails button{width:58px;height:58px;padding:0;border:2px solid transparent;background:var(--white);opacity:.62;cursor:pointer;transition:border-color .2s ease,opacity .2s ease}.side-table-dialog__thumbnails button:is(.is-active,:hover,:focus-visible){border-color:var(--ink);opacity:1}.side-table-dialog__thumbnails img{width:100%;height:100%;object-fit:cover}.side-table-dialog__details{min-width:0;height:100dvh;overflow-y:auto;overscroll-behavior:contain;background:var(--ink)}.side-table-dialog__details-inner{min-height:100%;display:flex;flex-direction:column;justify-content:center;padding:clamp(7rem,12vh,10rem) clamp(2rem,4vw,5rem) clamp(3rem,6vh,5rem)}.side-table-dialog__details h2{max-width:10ch;margin:0;font-family:var(--font-display);font-size:clamp(2.6rem,4.4vw,5.25rem)!important;font-weight:400;letter-spacing:-.025em;line-height:.98;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.side-table-dialog__details h2+p{max-width:38rem;margin:2rem 0 3rem;color:#c8c3bd;line-height:1.65}.side-table-dialog__specs{margin:0 0 3rem;border-top:1px solid var(--line-dark)}.side-table-dialog__specs>div{display:grid;grid-template-columns:minmax(5.5rem,.36fr) minmax(0,.64fr);gap:1.25rem;padding:1.2rem 0;border-bottom:1px solid var(--line-dark)}.side-table-dialog__specs dt{color:#b69f97;font-size:.62rem;text-transform:uppercase}.side-table-dialog__specs dd{margin:0;color:#e8e8e8;line-height:1.45}.side-table-dialog__availability{max-width:34rem;margin:0 0 3rem;padding-top:1.25rem;border-top:1px solid var(--line-dark);color:#c8c3bd}.side-table-dialog__reserve{width:fit-content;min-height:56px;display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:auto;padding:0 1.35rem;background:var(--white);color:var(--ink);font-size:.65rem;font-weight:600;transition:background .22s ease,color .22s ease}.side-table-dialog__reserve:hover,.side-table-dialog__reserve:focus-visible{background:var(--primary);color:var(--white)}@keyframes side-table-dialog-in{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes side-table-dialog-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes side-table-backdrop-in{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes side-table-backdrop-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes side-table-image-in{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@media(max-width:760px){.side-table-dialog{overflow-y:auto;background:var(--ink)}.side-table-dialog__layout{min-height:100dvh;display:block}.side-table-dialog__carousel{height:64svh;min-height:31rem}.side-table-dialog__slide img{padding:4.5rem 1.25rem 6rem}.side-table-dialog__close{top:max(.8rem,env(safe-area-inset-top));right:max(.8rem,env(safe-area-inset-right))}.side-table-dialog__controls{right:1rem;bottom:1rem;gap:.45rem}.side-table-dialog__controls button{width:42px;height:42px}.side-table-dialog__controls p{min-width:3.5rem}.side-table-dialog__thumbnails{bottom:1rem;left:1rem;gap:.35rem}.side-table-dialog__thumbnails button{width:44px;height:44px}.side-table-dialog__details{height:auto;min-height:55svh;overflow:visible}.side-table-dialog__details-inner{min-height:55svh;justify-content:flex-start;padding:4.5rem 1.25rem max(2rem,env(safe-area-inset-bottom))}.side-table-dialog__details h2{max-width:12ch;font-size:clamp(2.5rem,12vw,4rem)!important}.side-table-dialog__details h2+p{margin:1.5rem 0 2.5rem}.side-table-dialog__specs>div{grid-template-columns:1fr;gap:.5rem}.side-table-dialog__reserve{width:100%;margin-top:1rem}}@media(prefers-reduced-motion:reduce){.side-table-dialog[open],.side-table-dialog.is-closing,.side-table-dialog[open]::backdrop,.side-table-dialog.is-closing::backdrop,.side-table-dialog__slide{animation:none}}@media(max-width:980px){.site-header.menu-active,.site-header.is-scrolled.menu-active{background:var(--bg);color:var(--ink)}.site-header.menu-active:before,.site-header.is-scrolled.menu-active:before{opacity:0}.site-header.menu-active .brand__logo,.site-header.is-scrolled.menu-active .brand__logo{filter:none}.site-header.menu-active .language-flag,.site-header.is-scrolled.menu-active .language-flag{border-color:#1a151238}.mobile-menu{inset:calc(.75rem + 64px) var(--gutter) auto;max-height:calc(100svh - .75rem - 64px);min-height:0;background:var(--bg);color:var(--ink);opacity:0;visibility:hidden;transform:translate3d(0,-16px,0);transform-origin:center top;transition:transform .36s cubic-bezier(.16,1,.3,1),opacity .22s ease,visibility .36s}.mobile-menu.is-open{opacity:1;visibility:visible;transform:translateZ(0)}.mobile-menu__inner{min-height:0;gap:0;padding:clamp(1.5rem,4vw,2.5rem) clamp(1.25rem,4vw,2.5rem) max(1.5rem,env(safe-area-inset-bottom))}.mobile-menu nav{gap:.2rem}.mobile-menu__group{margin:0;padding:0}.mobile-menu nav>.mobile-menu__primary,.mobile-menu__group-toggle{width:100%;min-height:52px;display:flex;align-items:center;justify-content:flex-start;gap:.8rem;padding:.6rem 0;border:0;background:transparent;color:var(--ink);font-family:var(--font-display);font-size:clamp(1.3rem,4.2vw,1.75rem);font-weight:400;letter-spacing:-.015em;line-height:1.12;text-align:left}.mobile-menu__group-toggle{cursor:pointer}.mobile-menu nav .mobile-menu__subnav{display:flex;flex-direction:column;gap:0;padding:0 0 .45rem 2.15rem}.mobile-menu nav .mobile-menu__subnav[hidden]{display:none!important}.mobile-menu nav .mobile-menu__subnav a{width:100%;min-height:44px;display:flex;align-items:center;padding:.4rem 0;color:var(--ink);font-family:var(--font-display);font-size:clamp(1.05rem,3.6vw,1.35rem);font-weight:400;letter-spacing:-.01em;line-height:1.15}.mobile-menu__chevron{order:2;width:.72rem;height:1.2rem;margin-left:auto;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1;transform-origin:center;transition:transform .32s var(--ease-out)}.mobile-menu__group-toggle[aria-expanded=true] .mobile-menu__chevron{transform:rotate(90deg)}.mobile-menu__contact{width:100%!important;min-height:44px!important;display:flex;align-items:center;justify-content:center;margin-top:.75rem;padding:0 1rem!important;background:var(--primary);color:var(--white)!important;font-family:var(--font-display)!important;font-size:clamp(1.05rem,3.6vw,1.25rem)!important;font-weight:400!important;letter-spacing:-.01em!important}.mobile-menu__meta{margin-top:auto;border-color:var(--line);color:var(--ink-soft)}.mobile-menu__language{border-color:var(--line)}}@media(max-width:420px){.mobile-menu__inner{gap:1.25rem;padding-top:1.25rem}.mobile-menu__group{padding:0}.mobile-menu nav>.mobile-menu__primary,.mobile-menu__group-toggle{min-height:48px;font-size:clamp(1.2rem,5.6vw,1.45rem)}.mobile-menu nav .mobile-menu__subnav a{min-height:42px;font-size:clamp(1rem,5vw,1.2rem)}}@media(prefers-reduced-motion:reduce){.mobile-menu{transition:none}}@media(max-width:980px){.route-type-people .person img,.route-type-people .person:hover img{filter:none;transform:none;transition:none}.route-type-contact .contact-form{order:-1}}@media(max-width:680px){.route-type-contact .route-hero .hero__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.route-type-contact .route-hero .hero__actions a{width:100%;height:auto}}
