:root{
  --ink:#111111;
  --paper:#ffffff;
  --sand:#e4e4e4;
  --rust:#262626;
  --line:rgba(0,0,0,.19);
  --light-line:rgba(255,255,255,.24);
  --pad:clamp(20px,4vw,64px);
  --radius:2px;
}
*{box-sizing:border-box}
.icon-arrow{width:1em;height:1em;display:inline-block;vertical-align:-.15em;flex-shrink:0}
html{scroll-behavior:smooth;background:var(--ink)}
body{margin:0;font-family:"DM Sans",Arial,sans-serif;color:var(--ink);background:var(--paper);overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button{font:inherit}
::selection{background:#cccccc;color:#111111}
.grain{position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E")}
.site-header{position:fixed;top:0;left:0;width:100%;height:90px;padding:0 var(--pad);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;z-index:50;color:white;border-bottom:1px solid rgba(255,255,255,.18);transition:.35s ease}
.site-header.scrolled{height:72px;background:rgba(0,0,0,.92);backdrop-filter:blur(14px)}
.brand{display:flex;align-items:center;gap:10px;width:max-content}
.brand-logo{height:34px;width:auto;display:block}
.desktop-nav{display:flex;gap:32px;font-size:13px}
.desktop-nav a{position:relative;padding:8px 0;color:rgba(255,255,255,.78);transition:.25s}
.desktop-nav a:hover,.desktop-nav a.active{color:white}
.desktop-nav a::after{content:"";position:absolute;left:0;bottom:2px;width:100%;height:1px;background:white;transform:scaleX(0);transform-origin:right;transition:transform .3s}
.desktop-nav a:hover::after,.desktop-nav a.active::after{transform:scaleX(1);transform-origin:left}
.header-cta{justify-self:end;display:flex;align-items:center;gap:16px;font-size:13px}
.header-cta span{font-size:18px}
.menu-toggle{display:none;border:0;background:none;color:white;padding:12px 0;cursor:pointer}
.menu-toggle span{display:block;width:26px;height:1px;background:currentColor;margin:6px 0;transition:.3s}
.mobile-menu{display:none}
.section-dark{background:var(--ink);color:white}.section-light{background:var(--paper)}.section-sand{background:var(--sand)}.section-rust{background:var(--rust);color:white}
.hero{height:max(740px,100svh);min-height:680px;position:relative;display:flex;align-items:flex-end;padding:130px var(--pad) 56px;overflow:hidden}
.hero-media{position:absolute;inset:0;background:url('https://static.wixstatic.com/media/9eab51_fe3d12c44caa4455a017b961f056ba19~mv2.jpg') center 48%/cover no-repeat;transform:scale(1.025);animation:heroZoom 14s ease-out both}
@keyframes heroZoom{from{transform:scale(1.07)}to{transform:scale(1.025)}}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.64) 0%,rgba(0,0,0,.18) 55%,rgba(0,0,0,.08) 100%),linear-gradient(0deg,rgba(0,0,0,.5),transparent 42%)}
.hero-content{position:relative;z-index:2;width:min(980px,83vw);padding-bottom:82px}
.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:11px;font-weight:600;margin:0 0 28px;color:#5c5c5c}.eyebrow.light{color:rgba(255,255,255,.68)}
h1,h2,h3,p{margin-top:0}h1,h2{font-family:"Manrope",sans-serif;text-wrap:balance}
h1{font-size:clamp(58px,8.6vw,138px);line-height:.84;letter-spacing:-.068em;font-weight:500;margin:0 0 38px;max-width:1050px}h1 em,h2 em{font-family:Georgia,serif;font-weight:400;letter-spacing:-.045em}
.hero-lead{font-size:clamp(16px,1.45vw,21px);line-height:1.5;max-width:610px;color:rgba(255,255,255,.78);text-wrap:pretty;margin:0}
.hero-bottom{position:absolute;z-index:2;left:var(--pad);right:var(--pad);bottom:36px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--light-line);padding-top:18px;color:rgba(255,255,255,.72);font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.hero-bottom p{margin:0}.round-link{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.45);display:grid;place-items:center;font-size:20px;transition:.3s}.round-link:hover{background:white;color:var(--ink)}
.intro{padding:120px var(--pad) 0;position:relative}.section-index{font-size:11px;letter-spacing:.14em;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:72px}
.intro-grid{display:grid;grid-template-columns:minmax(0,1.32fr) minmax(300px,.68fr);gap:clamp(50px,8vw,150px);align-items:start;padding-bottom:100px}
.intro-title h2,.services-head h2,.portfolio-head h2,.contact-top h2{font-size:clamp(42px,6vw,92px);line-height:.97;letter-spacing:-.055em;font-weight:500;margin:0}
.intro-copy{padding-top:42px}.intro-copy p{font-size:clamp(16px,1.35vw,20px);line-height:1.7;color:#4a4a4a;margin:0 0 22px;text-wrap:pretty}.intro-copy p:first-child{color:var(--ink)}
.intro-image{height:min(70vw,830px);min-height:520px;margin:0 calc(var(--pad)*-1);background:url('https://static.wixstatic.com/media/9eab51_88da5a665ab34c6f9275847d0e5d8472~mv2.jpg') center/cover no-repeat}
.services{padding:120px var(--pad)}.services-head{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;padding-bottom:84px}.services-intro{max-width:430px;align-self:end;font-size:17px;line-height:1.6;margin:0;color:#4a4a4a;text-wrap:pretty}.service-list{border-top:1px solid rgba(0,0,0,.34)}
.service-row{display:grid;grid-template-columns:70px minmax(170px,.8fr) minmax(300px,1.4fr) 40px;gap:30px;align-items:start;padding:30px 0 36px;border-bottom:1px solid rgba(0,0,0,.34);transition:padding .28s,background .28s}.service-row:hover{padding-left:14px;padding-right:14px;background:rgba(255,255,255,.14)}
.service-num{font-size:11px;letter-spacing:.12em;padding-top:8px}.service-row h3{font-family:"Manrope",sans-serif;font-size:clamp(25px,2.7vw,42px);letter-spacing:-.04em;font-weight:500;margin:0}.service-row p{font-size:14px;line-height:1.65;max-width:590px;margin:3px 0 0;color:#464646;text-wrap:pretty}.service-arrow{font-size:22px;text-align:right}
.portfolio{padding:125px var(--pad) 140px}.portfolio-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:96px}.portfolio-head .eyebrow{align-self:flex-start;margin-top:10px}.gallery{display:grid;grid-template-columns:1.05fr .75fr;gap:clamp(30px,5vw,90px);align-items:start}.gallery-item{margin:0}.gallery-image{width:100%;background-color:#3a3a3a;background-position:center;background-size:cover;background-repeat:no-repeat}.img-getsuen{background-image:url('assets/prodotti/poltrona-getsuen/01.jpg')}.img-anfibio{background-image:url('assets/prodotti/divano-anfibio/01.jpg')}.img-eames{background-image:url('assets/prodotti/eames-lounge-chair/01.jpg')}.gallery-a{grid-row:span 2}.gallery-a .gallery-image{aspect-ratio:.82}.gallery-b{margin-top:15vw}.gallery-b .gallery-image{aspect-ratio:1.04}.gallery-c{grid-column:2}.gallery-c .gallery-image{aspect-ratio:1.25}.img-bocca{background-image:url('https://static.wixstatic.com/media/9eab51_c134cec470f24edbb83945a127f9045a~mv2.jpeg')}.img-camaleonda{background-image:url('https://static.wixstatic.com/media/9eab51_5054d9ae23224eebbc4068376535432c~mv2.jpeg')}.img-restauro{background-image:url('https://static.wixstatic.com/media/9eab51_7b8eb4ecf0b74f95a274b4431b820857~mv2.jpeg')}.img-product-04{background-image:url('https://static.wixstatic.com/media/9eab51_fe3d12c44caa4455a017b961f056ba19~mv2.jpg')}.img-product-05{background-image:url('https://static.wixstatic.com/media/9eab51_88da5a665ab34c6f9275847d0e5d8472~mv2.jpg')}.img-product-06{background-image:url('https://static.wixstatic.com/media/9eab51_a597e2f275cb49c382d122611331107b~mv2.jpg')}
figcaption{display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid var(--light-line);margin-top:12px;color:rgba(255,255,255,.62);font-size:11px;text-transform:uppercase;letter-spacing:.12em}
.statement{display:grid;grid-template-columns:1.08fr .92fr;min-height:760px}.statement-media{background:url('https://static.wixstatic.com/media/9eab51_a597e2f275cb49c382d122611331107b~mv2.jpg') center/cover no-repeat;min-height:620px}.statement-copy{padding:100px clamp(44px,7vw,120px);display:flex;flex-direction:column;justify-content:center}.statement-copy blockquote{font-family:Georgia,serif;font-size:clamp(42px,5.1vw,76px);line-height:1.03;letter-spacing:-.045em;margin:0 0 48px;text-wrap:balance}.statement-copy>p:last-child{font-size:16px;line-height:1.7;max-width:480px;color:#525252;text-wrap:pretty}
.contact{padding:125px var(--pad) 85px}.contact-top{padding-bottom:100px;border-bottom:1px solid rgba(255,255,255,.3)}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding:42px 0 64px;border-bottom:1px solid rgba(255,255,255,.3)}.contact-block span{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:18px}.contact-block p,.contact-block a{font-size:14px;line-height:1.6;color:rgba(255,255,255,.9);margin:0;overflow-wrap:anywhere}.contact-actions{display:flex;gap:12px;padding-top:48px}.primary-button,.outline-button{min-width:190px;display:flex;justify-content:space-between;align-items:center;padding:17px 20px;border:1px solid white;font-size:13px;transition:.3s}.primary-button{background:white;color:var(--rust)}.primary-button:hover{background:transparent;color:white}.outline-button:hover{background:white;color:var(--rust)}
.footer{background:var(--ink);color:white;padding:90px var(--pad) 28px}
.footer-top{display:grid;grid-template-columns:1.3fr .8fr .95fr .8fr;gap:40px;padding-bottom:64px;border-bottom:1px solid var(--light-line);margin-bottom:24px}
.footer-brand-block{display:flex;flex-direction:column;gap:24px}
.footer-logo{height:58px;width:auto;display:block}
.footer-logo-vertical{height:90px;align-self:flex-start}
.footer-tagline{margin:0;max-width:260px;font-size:14px;line-height:1.65;color:rgba(255,255,255,.6);text-wrap:pretty}
.footer-col{display:flex;flex-direction:column;gap:13px;font-size:13px}
.footer-col-title{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.42);margin-bottom:5px}
.footer-col a{color:rgba(255,255,255,.8);transition:.22s ease}
.footer-col a:hover{color:#fff}
.footer-col p{margin:0;color:rgba(255,255,255,.8);line-height:1.55}
.footer-address-link{display:block}
.footer-social-link{display:flex;align-items:center;gap:12px}
.footer-social-link .social-icon{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:grid;place-items:center;flex-shrink:0;transition:.22s ease}
.footer-social-link .social-icon svg{width:15px;height:15px;flex-shrink:0}
.footer-social-link:hover .social-icon{background:#fff;border-color:#fff;color:var(--ink)}
.footer-row{display:flex;justify-content:space-between;padding-top:0;color:rgba(255,255,255,.58);font-size:11px;text-transform:uppercase;letter-spacing:.1em}.footer-row p{margin:0}.footer-row-links{display:flex;gap:24px}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .85s cubic-bezier(.2,.7,.2,1),transform .85s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}
@media(max-width:900px){
  .site-header{height:76px;grid-template-columns:1fr auto}.desktop-nav,.header-cta{display:none}.menu-toggle{display:block}.menu-toggle.open span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle.open span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
  .mobile-menu{display:flex;position:fixed;inset:0;z-index:40;background:var(--ink);color:white;padding:120px var(--pad) 38px;flex-direction:column;justify-content:space-between;opacity:0;visibility:hidden;transition:.35s}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu nav a{font-family:"Manrope",sans-serif;font-size:clamp(40px,11vw,72px);letter-spacing:-.05em;line-height:1.08;padding:5px 0}.mobile-menu-meta{display:flex;flex-direction:column;gap:8px;font-size:13px;color:rgba(255,255,255,.6)}
  .hero{min-height:720px;padding-bottom:40px}.hero-media{background-position:59% center}.hero-content{width:100%;padding-bottom:110px}h1{font-size:clamp(55px,15vw,92px);line-height:.88;margin-bottom:28px}.hero-lead{max-width:540px;font-size:16px}.hero-bottom{bottom:28px}
  .intro{padding-top:82px}.section-index{margin-bottom:48px}.intro-grid{grid-template-columns:1fr;gap:32px;padding-bottom:70px}.intro-title h2,.services-head h2,.portfolio-head h2,.contact-top h2{font-size:clamp(40px,10.8vw,68px)}.intro-copy{padding-top:0;max-width:670px}.intro-image{min-height:500px;height:72vh;background-position:center}
  .services{padding-top:88px;padding-bottom:90px}.services-head{grid-template-columns:1fr;gap:32px;padding-bottom:60px}.services-intro{align-self:auto}.service-row{grid-template-columns:48px 1fr 28px;gap:14px 16px;padding:24px 0 30px}.service-row h3{font-size:30px}.service-row p{grid-column:2/4;font-size:13px}.service-arrow{grid-column:3;grid-row:1}.service-row:hover{padding-left:0;padding-right:0;background:none}
  .portfolio{padding-top:90px;padding-bottom:90px}.portfolio-head{display:block;margin-bottom:58px}.gallery{grid-template-columns:1fr;gap:55px}.gallery-a,.gallery-b,.gallery-c{grid-column:1;grid-row:auto;margin:0}.gallery-a .gallery-image{aspect-ratio:.92}.gallery-b .gallery-image{aspect-ratio:1.15}.gallery-c .gallery-image{aspect-ratio:1.1}
  .statement{grid-template-columns:1fr}.statement-media{min-height:62vh}.statement-copy{padding:75px var(--pad) 85px}.statement-copy blockquote{font-size:clamp(42px,10vw,65px)}
  .contact{padding-top:90px}.contact-top{padding-bottom:64px}.contact-grid{grid-template-columns:1fr 1fr;gap:42px 26px;padding:36px 0 50px}.contact-actions{flex-wrap:wrap}.primary-button,.outline-button{flex:1 1 190px}.footer{padding-top:64px}.footer-top{grid-template-columns:1fr 1fr;gap:36px 24px;padding-bottom:48px}.footer-brand-block{grid-column:1/-1}
}
@media(max-width:520px){
  :root{--pad:20px}.brand-logo{height:28px}.site-header{height:68px}.site-header.scrolled{height:64px}.hero{height:100svh;min-height:650px;padding-top:105px}.hero-media{background-position:62% center}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.66),rgba(0,0,0,.18)),linear-gradient(0deg,rgba(0,0,0,.55),transparent 50%)}.hero-content{padding-bottom:92px}.hero-lead{font-size:15px;line-height:1.52;max-width:95%}.round-link{width:42px;height:42px}.hero-bottom p{font-size:10px}
  .intro{padding-top:70px}.intro-grid{padding-bottom:58px}.intro-copy p{font-size:15px;line-height:1.65}.intro-image{height:64vh;min-height:430px;background-position:54% center}
  .services{padding-top:70px;padding-bottom:74px}.services-head{padding-bottom:46px}.service-row{grid-template-columns:38px 1fr 22px;gap:10px 12px}.service-row p{font-size:13px;line-height:1.58}.service-row h3{font-size:27px}.service-num{font-size:10px}
  .portfolio{padding-top:74px;padding-bottom:78px}.portfolio-head{margin-bottom:44px}.gallery{gap:48px}
  .statement-media{min-height:52vh}.statement-copy{padding-top:62px;padding-bottom:68px}.statement-copy blockquote{margin-bottom:34px}.statement-copy>p:last-child{font-size:14px}
  .contact{padding-top:72px;padding-bottom:65px}.contact-top{padding-bottom:48px}.contact-grid{grid-template-columns:1fr;gap:28px;padding:32px 0 40px}.contact-block span{margin-bottom:8px}.contact-actions{padding-top:36px}.primary-button,.outline-button{flex-basis:100%}
  .footer{padding-top:52px}.footer-top{grid-template-columns:1fr;gap:34px;padding-bottom:40px;margin-bottom:22px}.footer-brand-block{grid-column:auto}.footer-logo{height:46px}.footer-tagline{max-width:none}.footer-row{font-size:9px;gap:20px;align-items:flex-end}.footer-row p{max-width:160px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-media{animation:none}.reveal{opacity:1;transform:none;transition:none}*{transition-duration:.01ms!important}}

/* v2 - portfolio + contacts */
.portfolio-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.55fr);gap:clamp(40px,7vw,120px);align-items:end;margin-bottom:70px}
.portfolio-head>div{min-width:0}
.portfolio-head .eyebrow{margin-bottom:24px}
.portfolio-intro{margin:0 0 8px;max-width:470px;font-size:15px;line-height:1.68;color:rgba(255,255,255,.62);text-wrap:pretty}
.portfolio-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.72fr);gap:clamp(28px,4vw,64px);align-items:start}
.portfolio-feature{margin:0;position:sticky;top:98px}
.portfolio-feature .gallery-image{aspect-ratio:.88}
.portfolio-side{display:grid;gap:clamp(28px,3vw,46px)}
.portfolio-side .gallery-item{margin:0}
.portfolio-side .gallery-item:first-child .gallery-image{aspect-ratio:1.18}
.portfolio-side .gallery-item:last-child .gallery-image{aspect-ratio:1.3}
.portfolio-note{display:grid;grid-template-columns:120px 1fr;gap:24px;padding:4px 0 8px;border-top:1px solid var(--light-line)}
.portfolio-note-index{padding-top:14px;font-size:9px;line-height:1.5;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.42)}
.portfolio-note p{margin:12px 0 0;font-family:Georgia,serif;font-size:clamp(20px,2vw,30px);line-height:1.24;letter-spacing:-.025em;color:rgba(255,255,255,.9);text-wrap:balance}

.contact{padding:100px var(--pad)}
.contact-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);gap:clamp(52px,8vw,130px);align-items:stretch}
.contact-main{display:flex;flex-direction:column;align-items:flex-start}
.contact-main h2{font-family:"Manrope",sans-serif;font-size:clamp(48px,5.3vw,82px);line-height:.98;letter-spacing:-.055em;font-weight:500;margin:0;max-width:950px;text-wrap:balance}
.contact-main h2 em{font-family:Georgia,serif;font-weight:400}
.contact-lead{max-width:590px;margin:34px 0 0;font-size:15px;line-height:1.68;color:rgba(255,255,255,.72);text-wrap:pretty}
.contact-actions{display:flex;gap:12px;padding-top:38px;margin-top:auto}
.contact-panel{border-top:1px solid rgba(255,255,255,.34);border-bottom:1px solid rgba(255,255,255,.34);align-self:stretch;display:flex;flex-direction:column;justify-content:center}
.contact-address{padding:28px 0 32px;border-bottom:1px solid rgba(255,255,255,.24)}
.contact-address span{display:block;margin-bottom:12px;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.48)}
.contact-address p{margin:0;font-size:15px;line-height:1.55;color:rgba(255,255,255,.93)}
.contact-row{display:grid;grid-template-columns:92px minmax(0,1fr) 18px;gap:18px;align-items:center;padding:23px 0;border-bottom:1px solid rgba(255,255,255,.18);transition:.25s ease}
.contact-row:last-child{border-bottom:0}
.contact-row span{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.48)}
.contact-row strong{font-size:13px;line-height:1.45;font-weight:500;overflow-wrap:anywhere;color:rgba(255,255,255,.95)}
.contact-row b{font-size:15px;font-weight:400;text-align:right}
.contact-row:hover{padding-left:8px;padding-right:8px;background:rgba(255,255,255,.055)}

@media(max-width:900px){
  .portfolio-head{grid-template-columns:1fr;gap:28px;margin-bottom:52px}.portfolio-intro{max-width:610px}.portfolio-layout{grid-template-columns:1.05fr .95fr;gap:26px}.portfolio-feature{position:static}.portfolio-note{grid-template-columns:1fr;gap:0}.portfolio-note-index{padding-top:12px}.portfolio-note p{font-size:22px;margin-top:8px}
  .contact{padding-top:82px;padding-bottom:82px}.contact-layout{grid-template-columns:1fr;gap:60px}.contact-main h2{font-size:clamp(42px,8vw,68px)}.contact-lead{margin-top:26px}.contact-actions{margin-top:0}.contact-panel{min-height:auto}.contact-address{padding-top:25px}
}
@media(max-width:620px){
  .portfolio{padding-top:72px;padding-bottom:78px}.portfolio-head{margin-bottom:38px}.portfolio-intro{font-size:14px;line-height:1.62}.portfolio-layout{grid-template-columns:1fr;gap:42px}.portfolio-feature .gallery-image{aspect-ratio:.92}.portfolio-side{gap:38px}.portfolio-side .gallery-item:first-child .gallery-image{aspect-ratio:1.08}.portfolio-side .gallery-item:last-child .gallery-image{aspect-ratio:1.12}.portfolio-note{padding-bottom:0}.portfolio-note p{font-size:21px;line-height:1.28}
  .contact{padding-top:68px;padding-bottom:68px}.contact-layout{gap:48px}.contact-main h2{font-size:clamp(38px,10.5vw,54px);line-height:1.01}.contact-lead{font-size:14px;margin-top:24px}.contact-actions{width:100%;padding-top:30px;display:grid;grid-template-columns:1fr 1fr}.primary-button,.outline-button{min-width:0}.contact-panel{width:100%}.contact-row{grid-template-columns:74px minmax(0,1fr) 16px;gap:10px;padding:20px 0}.contact-row strong{font-size:12px}.contact-address p{font-size:14px}
}
@media(max-width:390px){
  .contact-actions{grid-template-columns:1fr}.contact-row{grid-template-columns:1fr 16px;gap:5px 10px}.contact-row span{grid-column:1}.contact-row strong{grid-column:1}.contact-row b{grid-column:2;grid-row:1/3;align-self:center}
}

/* v3 - products architecture */
.portfolio-intro-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:24px}
.catalog-link{display:inline-flex;align-items:center;gap:18px;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.42);font-size:12px;letter-spacing:.04em;color:rgba(255,255,255,.9);transition:.25s ease}
.catalog-link span{font-size:16px}.catalog-link:hover{gap:25px;color:#fff}
.portfolio-all{display:flex;justify-content:flex-end;padding-top:58px}
.portfolio-all-button{width:min(100%,290px);min-width:0}

.products-page{background:var(--paper)}
.products-page .site-header{background:rgba(0,0,0,.94);backdrop-filter:blur(14px)}
.products-hero{min-height:670px;padding:190px var(--pad) 80px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.55fr);gap:clamp(60px,10vw,180px);align-items:end}
.products-hero-copy h1{font-size:clamp(62px,7.8vw,122px);line-height:.87;margin-bottom:0;max-width:1080px}
.products-hero-meta{align-self:end;padding-bottom:10px}
.products-hero-meta p{max-width:430px;margin:0 0 32px;font-size:15px;line-height:1.7;color:rgba(255,255,255,.64);text-wrap:pretty}
.products-hero-meta a{display:flex;justify-content:space-between;gap:30px;padding:17px 0;border-top:1px solid var(--light-line);border-bottom:1px solid var(--light-line);font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.86)}
.products-catalog{padding:115px var(--pad) 135px}
.catalog-head{display:grid;grid-template-columns:minmax(140px,.35fr) minmax(0,1.4fr);gap:clamp(45px,8vw,130px);padding-bottom:72px;border-bottom:1px solid var(--line)}
.catalog-head h2{font-size:clamp(48px,6vw,88px);line-height:.96;letter-spacing:-.055em;font-weight:500;margin:0 0 28px}
.catalog-head>div>p{max-width:600px;font-size:15px;line-height:1.7;color:#525252;text-wrap:pretty}
.product-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(38px,5vw,72px) clamp(22px,3vw,42px);padding-top:72px;align-items:start}
.product-card{grid-column:span 5;margin:0}.product-card-large{grid-column:span 7}
.product-card:nth-child(3){grid-column:7/span 6}.product-card:nth-child(4){grid-column:1/span 5}.product-card-wide{grid-column:6/span 7}.product-card:nth-child(6){grid-column:8/span 5}
.product-image{width:100%;aspect-ratio:.92;background-position:center;background-size:cover;background-repeat:no-repeat}
.product-card-large .product-image{aspect-ratio:1.16}
.product-card:nth-child(3) .product-image{aspect-ratio:1.08}.product-card:nth-child(4) .product-image{aspect-ratio:.96}.product-card-wide .product-image{aspect-ratio:1.36}.product-card:nth-child(6) .product-image{aspect-ratio:1.02}
.product-meta{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:18px;align-items:baseline;padding:14px 0 18px;border-top:1px solid var(--line);margin-top:12px}
.product-meta span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#666666}
.product-meta h3{font-family:"Manrope",sans-serif;font-size:clamp(20px,2vw,30px);font-weight:500;letter-spacing:-.035em;margin:0}
.products-cta{padding:105px var(--pad);display:grid;grid-template-columns:minmax(0,1.18fr) minmax(330px,.62fr);gap:clamp(60px,10vw,170px);align-items:end}
.products-cta h2{font-size:clamp(52px,6.2vw,92px);line-height:.95;letter-spacing:-.055em;font-weight:500;margin:0}
.products-cta-side p{max-width:500px;font-size:15px;line-height:1.7;color:rgba(255,255,255,.72);text-wrap:pretty;margin-bottom:0}
.products-cta-side .contact-actions{margin-top:34px;padding-top:0}

@media(max-width:900px){
  .portfolio-all{padding-top:42px;justify-content:flex-start}
  .products-hero{min-height:620px;padding-top:150px;grid-template-columns:1fr;gap:60px}.products-hero-meta{max-width:580px}.products-hero-copy h1{font-size:clamp(54px,11vw,88px)}
  .catalog-head{grid-template-columns:1fr;gap:18px;padding-bottom:54px}.catalog-head .eyebrow{margin-bottom:0}
  .product-grid{grid-template-columns:1fr 1fr;gap:55px 24px;padding-top:55px}.product-card,.product-card-large,.product-card:nth-child(3),.product-card:nth-child(4),.product-card-wide,.product-card:nth-child(6){grid-column:auto}.product-card-large{grid-column:1/-1}.product-card-large .product-image{aspect-ratio:1.3}
  .products-cta{grid-template-columns:1fr;gap:44px;padding-top:82px;padding-bottom:82px}.products-cta-side{max-width:620px}
}
@media(max-width:620px){
  .portfolio-intro-wrap{gap:18px}.portfolio-all{padding-top:34px}.portfolio-all-button{width:100%}
  .products-hero{min-height:570px;padding:125px var(--pad) 62px;gap:42px}.products-hero-copy h1{font-size:clamp(49px,14vw,72px);line-height:.9}.products-hero-meta p{font-size:14px;margin-bottom:24px}
  .products-catalog{padding:76px var(--pad) 86px}.catalog-head{padding-bottom:42px}.catalog-head h2{font-size:clamp(42px,11vw,58px);margin-bottom:22px}.catalog-head>div>p{font-size:14px}
  .product-grid{grid-template-columns:1fr;gap:48px;padding-top:44px}.product-card-large .product-image,.product-card .product-image,.product-card:nth-child(3) .product-image,.product-card:nth-child(4) .product-image,.product-card-wide .product-image,.product-card:nth-child(6) .product-image{aspect-ratio:1.04}.product-meta{grid-template-columns:32px minmax(0,1fr);gap:10px}.product-meta span:last-child{grid-column:2}.product-meta h3{font-size:24px}
  .products-cta{padding:70px var(--pad)}.products-cta h2{font-size:clamp(43px,11vw,58px)}.products-cta-side p{font-size:14px}
}

/* Product images from verified Spazio 52 Instagram CDN links supplied by client */
.product-info{padding:15px 0 20px;border-top:1px solid var(--line);margin-top:12px}
.product-topline{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:14px;font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#666666}
.product-topline .availability{color:#212121;font-weight:600}
.product-info h3{font-family:"Manrope",sans-serif;font-size:clamp(24px,2.4vw,36px);font-weight:500;letter-spacing:-.045em;line-height:1.02;margin:0 0 10px;text-wrap:balance}
.product-subtitle{margin:0 0 9px;font-size:12px;line-height:1.55;font-weight:500;color:#3a3a3a;text-wrap:pretty}
.product-description{margin:0;max-width:640px;font-size:12px;line-height:1.65;color:#6b6b6b;text-wrap:pretty}
.product-info-placeholder{opacity:.62}
@media(max-width:700px){
  .product-info{padding-top:13px}.product-topline{margin-bottom:11px}.product-info h3{font-size:26px}.product-subtitle,.product-description{font-size:11px;line-height:1.6}
}

/* v6 - editorial products composition */
.product-grid-editorial{
  grid-template-columns:repeat(12,minmax(0,1fr));
  column-gap:clamp(24px,3.4vw,54px);
  row-gap:clamp(78px,9vw,140px);
  padding-top:78px;
}
.product-grid-editorial .product-card{grid-column:auto;margin:0}
.product-grid-editorial .product-feature-left{grid-column:1/span 7}
.product-grid-editorial .product-side-top{grid-column:9/span 4;padding-top:clamp(58px,8vw,120px)}
.product-grid-editorial .product-side-bottom{grid-column:1/span 4;margin-top:clamp(0px,2vw,30px)}
.product-grid-editorial .product-feature-right{grid-column:6/span 7}
.product-grid-editorial .product-feature .product-image{aspect-ratio:1.22}
.product-grid-editorial .product-side .product-image{aspect-ratio:.84}
.product-grid-editorial .product-feature-right .product-image{aspect-ratio:1.28}
.product-grid-editorial .product-info{margin-top:14px;padding-top:16px}
.product-grid-editorial .product-copy-grid{display:grid;grid-template-columns:minmax(170px,.72fr) minmax(230px,1fr);gap:clamp(26px,4vw,62px);align-items:start}
.product-grid-editorial .product-copy-grid h3{margin:0}
.product-grid-editorial .product-copy{padding-top:2px}
.product-grid-editorial .product-copy .product-subtitle{margin-top:0}
.product-grid-editorial .product-side .product-description{max-width:420px}
.product-grid-editorial .product-topline{padding-bottom:1px}

@media(max-width:980px){
  .product-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:62px 26px;padding-top:60px}
  .product-grid-editorial .product-feature-left,.product-grid-editorial .product-side-top,.product-grid-editorial .product-side-bottom,.product-grid-editorial .product-feature-right{grid-column:auto;padding-top:0;margin-top:0}
  .product-grid-editorial .product-feature-left,.product-grid-editorial .product-feature-right{grid-column:1/-1}
  .product-grid-editorial .product-feature .product-image,.product-grid-editorial .product-feature-right .product-image{aspect-ratio:1.28}
  .product-grid-editorial .product-side .product-image{aspect-ratio:.95}
}

@media(max-width:620px){
  .product-grid-editorial{grid-template-columns:1fr;gap:54px;padding-top:46px}
  .product-grid-editorial .product-feature-left,.product-grid-editorial .product-side-top,.product-grid-editorial .product-side-bottom,.product-grid-editorial .product-feature-right{grid-column:1}
  .product-grid-editorial .product-feature .product-image,.product-grid-editorial .product-feature-right .product-image,.product-grid-editorial .product-side .product-image{aspect-ratio:1.02}
  .product-grid-editorial .product-copy-grid{grid-template-columns:1fr;gap:10px}
  .product-grid-editorial .product-topline{gap:12px;align-items:flex-start}
  .product-grid-editorial .product-topline span:last-child{text-align:right}
}


/* v7 - product-specific WhatsApp CTA */
.product-whatsapp{
  display:inline-flex;align-items:center;justify-content:space-between;gap:18px;
  width:100%;margin-top:18px;padding:13px 0 11px;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:var(--ink);transition:padding .25s ease,opacity .25s ease;
}
.product-whatsapp span{font-size:15px;line-height:1;transition:transform .25s ease}
.product-whatsapp:hover{padding-left:8px;padding-right:8px;opacity:.72}
.product-whatsapp:hover span{transform:translate(2px,-2px)}
.product-grid-editorial .product-copy .product-whatsapp{margin-top:20px}
@media(max-width:620px){
  .product-whatsapp{margin-top:16px;padding:12px 0 10px;font-size:9px}
}

/* v8 - uniform product collection, filters, search and product drawer */
.hero-media{background-image:url('assets/foto-intestazione.jpg')}
.intro-image{background-image:url('assets/foto-chi-siamo.jpg')}
.products-hero-image{position:relative;isolation:isolate;background:#111111 url('assets/spazio52-showroom.png') center 48%/cover no-repeat;overflow:hidden}
.products-hero-image:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.54) 48%,rgba(0,0,0,.68) 100%),linear-gradient(0deg,rgba(0,0,0,.66),transparent 58%)}
.products-catalog-v8{padding-top:clamp(82px,9vw,132px)}
.catalog-head-compact{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(320px,.62fr);justify-content:space-between;gap:50px;align-items:end;margin-bottom:56px}
.catalog-head-compact h2{margin:0;font-size:clamp(52px,6.3vw,96px);line-height:.9}
.catalog-head-compact>p{max-width:560px;margin:0 0 8px;color:var(--muted);font-size:15px;line-height:1.7}
.catalog-tools{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:78px}
.catalog-filters{display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none;padding:13px 0}.catalog-filters::-webkit-scrollbar{display:none}
.filter-chip{border:0;background:transparent;color:var(--ink);padding:10px 13px;border-radius:999px;white-space:nowrap;font:600 11px/1 "DM Sans",sans-serif;text-transform:uppercase;letter-spacing:.09em;cursor:pointer;transition:.22s ease}
.filter-chip:hover,.filter-chip.active{background:var(--ink);color:#fff}
.catalog-search-wrap{position:relative;display:flex;justify-content:flex-end;min-width:180px}
.catalog-search-toggle{display:inline-flex;align-items:center;gap:9px;border:0;background:transparent;padding:12px 0;cursor:pointer;color:var(--ink);font:600 11px/1 "DM Sans",sans-serif;text-transform:uppercase;letter-spacing:.1em}.catalog-search-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}
.catalog-search{position:absolute;z-index:6;right:0;top:50%;width:min(520px,65vw);transform:translateY(-50%) scaleX(.96);transform-origin:right;display:flex;align-items:center;background:var(--paper);box-shadow:0 20px 50px rgba(0,0,0,.14);opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease}.catalog-search.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%) scaleX(1)}
.catalog-search input{width:100%;height:54px;border:0;border-bottom:1px solid var(--ink);background:transparent;color:var(--ink);padding:0 46px 0 18px;font:500 14px/1.2 "DM Sans",sans-serif;outline:none;-webkit-appearance:none;appearance:none}.catalog-search input::placeholder{color:rgba(0,0,0,.46)}.catalog-search input::-webkit-search-cancel-button,.catalog-search input::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}
.catalog-search-close{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:30px;height:30px;border:0;border-radius:50%;background:transparent;display:grid;place-items:center;cursor:pointer;color:var(--ink);transition:.2s ease}.catalog-search-close svg{width:15px;height:15px}.catalog-search-close:hover{background:rgba(0,0,0,.07)}
.catalog-results{margin:28px 0 18px;color:var(--muted);font-size:11px;letter-spacing:.09em;text-transform:uppercase}
.product-grid-uniform{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:54px 22px;padding-bottom:clamp(90px,10vw,150px)}
.product-card-uniform{min-width:0;transition:opacity .22s ease}.product-card-uniform.is-hidden{display:none}
.product-card-image{display:block;width:100%;aspect-ratio:.82;border:0;padding:0;background-position:center;background-size:cover;background-repeat:no-repeat;cursor:pointer;overflow:hidden;position:relative}.product-card-image:after{content:"Apri";position:absolute;right:14px;bottom:14px;padding:8px 10px;background:rgba(255,255,255,.94);color:#111111;font:600 10px/1 "DM Sans",sans-serif;text-transform:uppercase;letter-spacing:.1em;opacity:0;transform:translateY(6px);transition:.22s ease}.product-card-image:hover:after{opacity:1;transform:none}
.product-card-body{padding-top:15px;border-top:1px solid var(--line);margin-top:10px}.product-card-kicker{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;color:var(--muted);font-size:9px;line-height:1.2;text-transform:uppercase;letter-spacing:.11em}.product-card-kicker span:last-child{color:var(--ink)}.product-card-kicker span.status-sold,#drawer-availability.status-sold{color:#c0392b;text-decoration:none}
.product-card-body h3{margin:0 0 8px;font-size:clamp(22px,2vw,30px);line-height:1.03;font-weight:500}.product-title-button{border:0;background:transparent;padding:0;color:inherit;font:inherit;text-align:left;cursor:pointer}.product-title-button:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.product-card-body>p{min-height:44px;margin:0;color:var(--muted);font-size:12px;line-height:1.55;text-wrap:pretty}.product-buy{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:17px;padding:13px 0;border-top:1px solid var(--line);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.product-buy span{font-size:14px}.product-buy:hover{opacity:.58}
.catalog-empty{padding:80px 0 120px;border-top:1px solid var(--line);text-align:center}.catalog-empty p{font-size:18px}.catalog-empty button{border:0;border-bottom:1px solid var(--ink);background:transparent;padding:4px 0;cursor:pointer;text-transform:uppercase;letter-spacing:.09em;font-size:10px}
.product-drawer-backdrop{position:fixed;inset:0;z-index:190;background:rgba(0,0,0,.58);backdrop-filter:blur(3px);opacity:0;transition:opacity .28s ease}.product-drawer-backdrop.visible{opacity:1}
.product-drawer{position:fixed;z-index:200;right:0;top:0;width:min(650px,92vw);height:100dvh;background:#ffffff;color:var(--ink);transform:translateX(102%);transition:transform .38s cubic-bezier(.72,0,.2,1);box-shadow:-28px 0 80px rgba(0,0,0,.15);visibility:hidden}.product-drawer.open{transform:none;visibility:visible}.drawer-topbar{height:68px;padding:0 22px 0 28px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.drawer-topbar>span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.drawer-close{border:0;background:transparent;width:42px;height:42px;display:grid;place-items:center;font-size:30px;font-weight:300;cursor:pointer;color:var(--ink)}
.drawer-scroll{height:calc(100dvh - 68px);overflow-y:auto}.drawer-gallery{padding:24px 28px 0}.drawer-stage{aspect-ratio:1.04;background:#eaeaea;overflow:hidden}.drawer-slide{width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.drawer-gallery-nav{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.08em}.drawer-gallery-nav button{border:0;background:transparent;width:36px;height:30px;cursor:pointer;font-size:19px;color:var(--ink)}.drawer-gallery-nav.single{visibility:hidden;height:1px;padding:0;border:0;overflow:hidden}
.drawer-content{padding:32px 28px 54px}.drawer-meta{display:flex;justify-content:space-between;gap:20px;padding-bottom:14px;border-bottom:1px solid var(--line);color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.drawer-meta span:last-child{color:var(--ink)}.drawer-content h2{font-size:clamp(42px,5vw,70px);line-height:.9;margin:27px 0 14px}.drawer-subtitle{margin:0 0 30px;color:var(--muted);font-size:13px;line-height:1.6}.drawer-description{font-size:14px;line-height:1.75;text-wrap:pretty}.drawer-description p{margin:0 0 14px}.drawer-whatsapp{margin-top:32px;width:100%;justify-content:space-between;background:transparent;color:var(--ink);border:1px solid var(--ink)}.drawer-whatsapp:hover{background:var(--ink);color:white}
body.drawer-open{overflow:hidden}

@media(max-width:1080px){.product-grid-uniform{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 16px}.catalog-head-compact{grid-template-columns:1fr .8fr}}
@media(max-width:780px){.products-hero-image{background-position:62% center}.catalog-head-compact{grid-template-columns:1fr;gap:18px;margin-bottom:36px}.catalog-tools{align-items:flex-start;flex-direction:column;min-height:auto;padding:10px 0}.catalog-filters{width:100%}.catalog-search-wrap{width:100%;min-width:0}.catalog-search-toggle{padding:8px 0 15px}.catalog-search{left:0;right:0;top:auto;bottom:8px;width:100%;transform:scaleX(.96)}.catalog-search.open{transform:scaleX(1)}.product-grid-uniform{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 14px}.product-card-image{aspect-ratio:.9}.product-card-body>p{min-height:auto}.product-drawer{width:100vw}.drawer-stage{aspect-ratio:1.08}}
@media(max-width:520px){.products-catalog-v8{padding-top:70px}.product-grid-uniform{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 10px}.product-card-body{padding-top:10px;margin-top:7px}.product-card-kicker{font-size:8px;margin-bottom:8px}.product-card-kicker span:first-child{max-width:68%}.product-card-body h3{font-size:19px;margin-bottom:6px}.product-card-body>p{font-size:10px;line-height:1.45}.product-buy{font-size:8px;letter-spacing:.07em;margin-top:12px;padding:11px 0}.product-card-image:after{display:none}.catalog-results{margin-top:22px}.drawer-topbar{height:62px;padding-left:18px}.drawer-scroll{height:calc(100dvh - 62px)}.drawer-gallery{padding:16px 16px 0}.drawer-content{padding:26px 16px 40px}.drawer-content h2{font-size:46px}.drawer-description{font-size:13px}.drawer-whatsapp{font-size:10px;padding-left:16px;padding-right:16px}}
