@charset "UTF-8";
:root{--cream:#f6f1e9;--paper:#fbf8f3;--sand:#efe6dc;--wood:#a35125;--ink:#37221d;--muted:#625e5b;--green:#233e34;--line:#e2d9cd;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.5 var(--sans)}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
button:disabled{cursor:default;opacity:.35}
button:focus-visible,a:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:3px solid #b56939;outline-offset:4px}
[hidden]{display:none!important}
.container{width:min(1240px,calc(100% - 112px));margin-inline:auto}
.icon{display:inline-block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:middle}
.skip-link{position:fixed;z-index:100;top:8px;left:8px;transform:translateY(-200%);background:var(--green);color:white;padding:12px 20px}
.skip-link:focus{transform:none}

.site-header{position:sticky;top:0;z-index:30;background:var(--paper);border-bottom:1px solid #eee7de}
.nav-wrap{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:block;width:225px;flex-shrink:0}
.brand img{width:100%;height:auto;mix-blend-mode:multiply}
.site-header nav{display:flex;gap:29px;align-items:center;align-self:stretch;white-space:nowrap;color:#292c30;font-size:.875rem}
.site-header nav a{position:relative;display:flex;align-items:center}
.site-header nav a:hover::after,.site-header nav [aria-current]::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--wood)}
.header-contacts{display:flex;gap:20px;font-size:.75rem;color:#292c30;white-space:nowrap}
.header-contacts a{display:flex;align-items:center;gap:8px}
.header-contacts .icon{width:19px;height:19px}
.menu-toggle{border:1px solid var(--line);background:transparent;border-radius:5px;color:var(--ink);padding:8px 12px;align-items:center;gap:10px}

h1,h2,h3,p{margin-top:0}
h1,h2{font-family:var(--serif);letter-spacing:-.035em;font-weight:500;line-height:1.09}
h1{font-size:clamp(2.4rem,4.25vw,4.1rem);margin-bottom:24px}
h2{font-size:clamp(2rem,3.4vw,3rem);margin-bottom:17px}
h3{font-size:1rem;line-height:1.2;color:#222;margin-bottom:10px}
em{font-style:normal}
.eyebrow{font-family:var(--sans);font-weight:600;font-size:.75rem;line-height:1.6;letter-spacing:.17em;color:var(--wood);margin-bottom:13px}

.hero{display:grid;grid-template-columns:1fr 1fr;background:var(--sand)}
.hero-copy{padding:76px 46px 35px max(56px,calc((100vw - 1240px)/2));display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.hero-copy>p{color:#333;font-size:1.06rem;line-height:1.5;max-width:490px;margin-bottom:24px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--green);color:white;min-height:58px;padding:15px 26px;border-radius:16px;font-size:.95rem;font-weight:600;transition:background .2s,transform .2s}
.button:hover{background:#355b4b;transform:translateY(-1px)}
.button .icon{width:24px;height:24px}
.hero-benefits{display:flex;gap:32px;margin-top:29px;color:#262626;font-size:.8rem;font-weight:600}
.hero-benefits>span{display:flex;align-items:center;gap:9px}
.hero-benefits .icon{width:30px;height:30px}
.hero-visual{min-width:0;min-height:560px}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}

.section{padding:48px 0}
.section-heading{margin-bottom:25px}
.section-heading>p:last-child{font-size:1rem;color:var(--muted);margin-bottom:0}
.centered{text-align:center}
.centered h2{margin-bottom:10px}
.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 34px}
.service-card{background:var(--paper);border-radius:5px;overflow:hidden}
.service-card>img{width:100%;aspect-ratio:2.02;object-fit:cover}
.service-copy{display:flex;gap:23px;padding:18px 22px 19px}
.service-copy>.icon{color:var(--wood);width:39px;height:39px;margin-top:2px;stroke-width:1.5}
.service-copy p{font-size:.925rem;line-height:1.45;color:var(--muted);margin-bottom:0}

.works{background:#291b13;position:relative;isolation:isolate;color:white;padding:44px 0 20px}
.works::before{content:'';position:absolute;inset:0;z-index:-1;background:url('../assets/02-hero/libreria-1280.webp') center/cover;opacity:.16}
.works .eyebrow,.works .section-heading>p{color:white}
.works .section-heading h2{margin-bottom:13px}
.works .section-heading p:last-child{max-width:580px;line-height:1.4}
.carousel-shell{position:relative}
.works-track{display:flex;gap:15px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#c8b69d #ffffff20;padding-bottom:10px;overscroll-behavior-x:contain}
.work-slide{flex:0 0 calc((100% - 45px)/4);margin:0;min-width:0;scroll-snap-align:start;position:relative}
.work-slide img{width:100%;aspect-ratio:1.16;object-fit:cover;border:2px solid #dfd8ca;border-radius:9px}
.work-slide figcaption{font-size:.75rem;margin-top:9px;display:flex;justify-content:space-between;gap:10px;color:#f4ece0}
.work-slide figcaption>span:last-child{opacity:.7}
.circle-button{position:absolute;top:calc(50% - 31px);border:0;background:var(--paper);color:#242c27;border-radius:50%;width:48px;height:48px;display:grid;place-items:center;box-shadow:0 2px 8px #0003}
.circle-button:hover:not(:disabled){background:#e7dccb}
.circle-button:disabled{opacity:.65}
.circle-button[data-carousel-prev]{left:-24px}
.circle-button[data-carousel-next]{right:-24px}
.gallery-foot{display:flex;justify-content:space-between;color:#e8ddcd;font-size:.75rem;margin-top:6px}

.transformations{padding:28px 0 34px}
.transform-layout{display:grid;grid-template-columns:1fr 2fr;gap:34px;align-items:center}
.transform-layout>.section-heading{margin:0}
.transformations h2{font-size:2.1rem}
.transformations .section-heading>p:last-child{font-size:.925rem}
.comparison-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.comparison-card{min-width:0}
.comparison-card h3{font-size:.8rem;color:var(--muted);font-weight:400;margin:0 0 7px}
.comparison{position:relative;aspect-ratio:1.3;overflow:hidden;border:5px solid #e1d7c9;border-radius:10px;background:#d2c4b1;isolation:isolate}
.comparison img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.comparison.portrait img{object-fit:contain;background:#d2c4b1}
.comparison .before{clip-path:inset(0 calc(100% - var(--position)) 0 0)}
.compare-label{position:absolute;bottom:6px;padding:4px 8px;font-size:.75rem;text-transform:uppercase;font-weight:600;color:white;background:#202925dd;border-radius:3px;pointer-events:none}
.label-before{left:6px}
.label-after{right:6px}
.compare-divider{position:absolute;left:var(--position);top:0;bottom:0;width:2px;background:white;transform:translateX(-50%);pointer-events:none}
.compare-divider>span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:42px;height:42px;background:var(--paper);color:#333;border-radius:50%;display:grid;place-items:center;box-shadow:0 1px 6px #0003}
.comparison input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;touch-action:pan-y}
.comparison:focus-within{outline:3px solid var(--wood);outline-offset:4px}

.commercial{position:relative;min-height:325px;display:grid;grid-template-columns:43% 57%;background:#18281f;color:white;overflow:hidden}
.commercial-photo{grid-column:2;grid-row:1;width:100%;height:100%;object-fit:cover;object-position:center 58%}
.commercial-copy{grid-column:1;grid-row:1;padding:44px 36px 44px max(56px,calc((100vw - 1240px)/2));align-self:center}
.commercial-copy .eyebrow{color:white;font-size:.75rem;letter-spacing:.14em}
.commercial-copy h2{font-size:clamp(2rem,3.3vw,3rem)}
.commercial-copy p:last-child{font-size:1rem;color:#eee;margin:0;max-width:455px}
.benefits-section{padding:21px 0 23px}
.benefits-section>.container>h2{text-align:center;letter-spacing:.15em;margin-bottom:19px;font-size:.75rem}
.benefits{display:grid;grid-template-columns:repeat(4,1fr)}
.benefits article{text-align:center;padding:0 22px;border-right:1px solid var(--line)}
.benefits article:last-child{border:0}
.benefits .icon{width:40px;height:40px;color:var(--wood);margin-bottom:10px}
.benefits h3{font-size:1rem;margin-bottom:8px}
.benefits p{font-size:.9rem;line-height:1.5;color:var(--muted);margin:0}

.final-cta{background:var(--green);color:white;overflow:visible}
.cta-inner{position:relative;min-height:270px;padding-top:29px;padding-bottom:29px;display:flex;align-items:center}
.cta-inner>div{position:relative;z-index:1;max-width:64%}
.cta-inner .eyebrow{color:white;margin-bottom:5px}
.cta-inner h2{font-size:2.6rem;margin-bottom:9px}
.cta-inner p:not(.eyebrow){font-size:1rem;margin-bottom:14px;line-height:1.45}
.button-light{background:var(--paper);color:#202722;min-height:50px;padding:12px 27px;gap:20px}
.button-light:hover{background:var(--sand)}
.button-light .icon{width:19px;height:19px}
.cta-wood{position:absolute;right:-25px;top:-34px;width:43%;height:auto;max-height:320px;object-fit:contain;pointer-events:none}

.site-footer{background:var(--paper);padding-top:26px;color:#2b2e32}
.footer-grid{display:grid;grid-template-columns:1.05fr 1.1fr .85fr .75fr;gap:44px;padding-bottom:26px}
.footer-brand{width:220px}
.footer-grid h2{font:600 .875rem var(--sans);letter-spacing:0;margin:0 0 12px}
.footer-grid a:not(.brand){display:flex;align-items:center;gap:10px;font-size:.825rem;color:var(--muted);margin-bottom:5px;overflow-wrap:anywhere}
.footer-grid .icon{width:18px;height:18px;color:#273139}
.footer-grid address{display:flex;align-items:flex-start;gap:10px;font-size:.825rem;font-style:normal;color:var(--muted)}
.footer-grid address .icon{margin-top:2px}
.footer-grid p{font-size:.825rem;color:var(--muted);margin:0}
.footer-grid a:hover,.legal-links a:hover{text-decoration:underline}
.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:22px;padding-top:17px;padding-bottom:23px;color:var(--muted);font-size:.75rem}
.legal-links{display:flex;gap:9px}
.luxet{display:flex;align-items:center;gap:12px}
.luxet img{width:52px;height:44px;object-fit:contain}

.contact-page{padding-top:65px;padding-bottom:75px}
.contact-page h1{font-size:clamp(2.6rem,4.6vw,4.4rem);max-width:1000px}
.lead{font-size:1.05rem;color:var(--muted);max-width:650px}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:75px;margin-top:45px}
.contact-panel{padding:36px;background:var(--sand);border-radius:8px}
.contact-panel h2{font-size:2.2rem}
.contact-panel p{color:var(--muted);margin-bottom:25px}
.contact-details{margin:0;overflow-wrap:anywhere}
.contact-details>div{padding:13px 0 20px;border-bottom:1px solid var(--line)}
.contact-details dt{color:var(--wood);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px}
.contact-details dd{margin:0;font-size:1.15rem}
.contact-details a:hover{text-decoration:underline}
.legal-page{max-width:850px;padding-top:60px;padding-bottom:70px}
.legal-page h1{font-size:3.4rem}
.legal-page h2{font-size:1.7rem;margin-top:35px;margin-bottom:15px}
.legal-page a{text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.draft-notice{padding:20px;border-left:3px solid var(--wood);background:var(--sand);font-size:.9rem}

@media(min-width:1500px){.hero-visual{min-height:620px}
.hero-copy{padding-top:65px;padding-bottom:55px}
.hero-copy h1{font-size:4.2rem}
}

@media(min-width:761px){.menu-toggle{display:none!important}
}

@media(max-width:1220px){.nav-wrap{gap:24px}
.site-header nav{gap:22px}
.header-contacts{flex-direction:column;gap:6px}
.brand{width:190px}
.hero-copy{padding-top:46px;padding-left:40px;padding-right:28px}
.hero-visual{min-height:510px}
.hero-benefits{gap:19px;font-size:.75rem}
.container{width:calc(100% - 80px)}
.service-copy{gap:16px;padding:16px}
.service-copy>.icon{width:32px;height:32px}
.services-grid{gap:24px}
.commercial-copy{padding-left:40px}
.footer-grid{gap:25px}
.footer-brand{width:180px}
.comparison-grid{gap:12px}
.transform-layout{grid-template-columns:1fr 2.3fr;gap:25px}
.transformations h2{font-size:1.9rem}
.cta-wood{right:-10px;top:-10px}
}

@media(max-width:950px){.header-contacts{display:none}
.hero-copy>p{font-size:.95rem}
.hero-copy{padding:38px 26px 30px 32px}
.hero-visual{min-height:490px}
.hero-benefits{gap:16px;flex-wrap:wrap}
.hero-benefits .icon{width:25px;height:25px}
.hero h1{font-size:2.55rem}
.service-copy{gap:12px;padding:15px 12px}
.service-copy>.icon{width:28px;height:28px}
.service-copy h3{font-size:.92rem}
.service-copy p{font-size:.85rem}
.transform-layout{grid-template-columns:1fr}
.transformations .section-heading{max-width:600px}
.comparison{aspect-ratio:1.5}
.commercial-copy{padding:30px}
.commercial-copy h2{font-size:2.2rem}
.commercial-copy p:last-child{font-size:.9rem}
.commercial{grid-template-columns:46% 54%}
.benefits article{padding:0 14px}
.benefits p{font-size:.8rem}
.cta-inner>div{max-width:67%}
.cta-inner h2{font-size:2.25rem}
.cta-wood{top:25px;width:35%;right:0}
.footer-grid{grid-template-columns:1fr 1.4fr 1fr}
.footer-about{display:none}
.footer-bottom{flex-wrap:wrap}
}

@media(max-width:760px){html{scroll-padding-top:82px}
.container{width:calc(100% - 36px)}
.nav-wrap{min-height:78px;flex-wrap:wrap;gap:0}
.brand{width:173px}
.menu-toggle:not([hidden]){display:flex}
.site-header nav{width:100%;justify-content:space-between;align-self:auto;gap:8px;font-size:.8rem;padding-bottom:15px}
.site-header nav a{padding:7px 0}
.js-nav .site-header nav{display:none}
.js-nav .site-header nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:10px 0 20px}
.js-nav .site-header nav a{padding:10px 4px}
.site-header nav [aria-current]::after{display:none}
.hero{grid-template-columns:1fr}
.hero-copy{padding:39px 24px 29px}
.hero h1{font-size:clamp(2.2rem,7.1vw,3.2rem);margin-bottom:20px}
.hero h1 br{display:none}
.hero-copy>p{font-size:1rem;max-width:560px}
.button{min-height:54px;font-size:.9rem;padding:13px 22px;border-radius:14px}
.hero-benefits{gap:20px;margin-top:26px;flex-wrap:wrap;font-size:.75rem}
.hero-visual{min-height:0}
.hero-visual img{height:auto;aspect-ratio:1.3;object-fit:cover}
.section{padding:37px 0}
.section-heading{margin-bottom:23px}
.centered h2{font-size:2rem}
.section-heading>p:last-child{font-size:.925rem}
.eyebrow{font-size:.75rem;margin-bottom:11px}
.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 15px}
.service-card>img{aspect-ratio:1.5}
.service-copy{padding:14px;display:block}
.service-copy>.icon{margin-bottom:9px;width:31px;height:31px}
.service-copy h3{font-size:.95rem;line-height:1.3}
.service-copy p{font-size:.875rem}
.works .container{width:calc(100% - 52px)}
.works h2{font-size:2.15rem}
.works .section-heading p:last-child br{display:none}
.work-slide{flex-basis:78%}
.work-slide img{aspect-ratio:1.16}
.circle-button{width:40px;height:40px}
.circle-button[data-carousel-prev]{left:-18px}
.circle-button[data-carousel-next]{right:-18px}
.gallery-foot{font-size:.75rem;gap:15px}
.transform-layout{gap:22px}
.comparison-grid{grid-template-columns:1fr;gap:23px}
.comparison-card h3{font-size:.875rem}
.comparison{aspect-ratio:1.4}
.compare-label{font-size:.75rem;padding:6px 13px;bottom:10px}
.label-before{left:10px}
.label-after{right:10px}
.compare-divider>span{width:45px;height:45px}
.commercial{display:flex;flex-direction:column;min-height:0}
.commercial-copy{order:0;padding:34px 24px}
.commercial-copy .eyebrow{font-size:.75rem}
.commercial-copy h2{font-size:2.25rem}
.commercial-copy p:last-child{font-size:1rem}
.commercial-photo{order:1;width:100%;height:auto;aspect-ratio:1.6;object-fit:cover}
.benefits-section{padding:30px 0}
.benefits-section>.container>h2{font-size:.75rem;margin-bottom:24px}
.benefits{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:25px}
.benefits article{padding:0 10px}
.benefits article:nth-child(2){border-right:0}
.benefits .icon{width:35px;height:35px}
.benefits h3{font-size:.95rem}
.benefits p{font-size:.875rem}
.benefits p br{display:none}
.cta-inner{min-height:0;padding-top:33px;padding-bottom:170px}
.cta-inner>div{max-width:100%}
.cta-inner h2{font-size:2.15rem}
.cta-inner p:not(.eyebrow){font-size:1rem}
.cta-inner p br{display:none}
.cta-wood{width:255px;max-width:70%;right:-6px;top:auto;bottom:-4px}
.site-footer{padding-top:28px}
.footer-grid{grid-template-columns:1.8fr 1fr;gap:24px 16px;padding-bottom:22px}
.footer-grid>div:first-child{grid-column:1/-1}
.footer-brand{width:190px}
.footer-grid a:not(.brand),.footer-grid address{font-size:.8rem}
.footer-grid a:not(.brand){gap:7px}
.footer-grid .icon{width:16px;height:16px}
.footer-bottom{gap:16px;font-size:.75rem;padding-bottom:22px}
.footer-bottom>span{width:100%}
.luxet{gap:8px}
.luxet img{width:45px;height:37px}
.legal-links{gap:7px}
.contact-page{padding-top:38px}
.contact-page h1{font-size:2.4rem}
.contact-layout{grid-template-columns:1fr;gap:20px;margin-top:28px}
.contact-panel{padding:25px}
.contact-panel h2{font-size:2rem}
.contact-details dd{font-size:1.05rem}
.legal-page h1{font-size:2.8rem}
}

@media(max-width:370px){.services-grid{grid-template-columns:1fr}
.service-copy{display:flex;gap:16px}
.hero-benefits{gap:12px}
.hero-benefits>span{gap:6px}
.footer-grid{grid-template-columns:1fr}
.footer-grid>div:first-child{grid-column:auto}
.hero h1{font-size:2.15rem}
}

/* Keep the commercial photograph within the shallow band of the approved design. */
@media(min-width:761px){.commercial-photo{position:absolute;grid-area:auto;right:0;top:0;width:57%;height:100%}
.hero-copy>p{font-size:1.125rem}
.service-copy h3{font-size:1.0625rem}
.service-copy p{font-size:1rem}
.site-header nav{font-size:.9375rem}
}

@media(min-width:761px) and (max-width:950px){.commercial-photo{width:54%}
.hero-copy>p{font-size:1rem}
.service-copy h3{font-size:.9375rem}
.service-copy p{font-size:.875rem}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{transition:none!important;animation:none!important}
}


/* Revisione 2: spazi, leggibilità e pagine concordati. */
:root{--footer-brown:#432b19}
h1,h2,h3,.footer-grid h2{font-family:var(--serif)}
p{font-size:1.25rem;line-height:1.65}
.site-header .container{width:min(1600px,calc(100% - 96px))}
.nav-wrap{min-height:132px;padding-block:22px;gap:32px}
.site-header nav{font-size:1.125rem;gap:28px}
.header-contacts{display:flex;flex-direction:column;gap:8px;font-size:1.125rem}
.header-contacts .icon{width:23px;height:23px}
.header-contacts a:first-child{font-size:1.25rem;font-weight:600}
.hero-copy{padding:92px 64px 92px max(56px,calc((100vw - 1600px)/2))}
.hero h1{font-size:clamp(2.7rem,3.65vw,4.4rem);max-width:700px;line-height:1.1}
.hero-copy>p{font-size:1.25rem;line-height:1.65;max-width:650px;margin-bottom:32px}
.hero-visual{position:relative;min-height:670px}
.hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-benefits{font-size:.9375rem;gap:28px;margin-top:36px;flex-wrap:wrap}
.button{font-size:1.0625rem;padding:17px 28px;min-height:60px}
.whatsapp-icon{width:26px;height:26px}
.section{padding-block:104px}
.section-heading{margin-bottom:44px}
.section-heading>p:last-child{font-size:1.25rem;line-height:1.65;max-width:880px}
.centered>p:last-child{margin-inline:auto}
.eyebrow{font-size:.8125rem;line-height:1.6}
.services-grid{row-gap:38px}
.service-copy{padding:25px 23px 30px;gap:18px}
.service-copy h3{font-size:1.5rem;line-height:1.25;font-weight:600}
.service-copy p{font-size:1.125rem;line-height:1.6}
.works{padding-block:100px}
.works .section-heading p:last-child{max-width:850px;line-height:1.65}
.works h2{max-width:900px}
.works-track{cursor:grab;touch-action:pan-x pan-y;user-select:none}
.works-track.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}
.work-slide img{-webkit-user-drag:none}
.circle-button{top:calc(50% - 24px)}
.gallery-foot{font-size:.9375rem;margin-top:20px}
.transformations{padding-block:110px}
.transform-layout{display:block}
.transformations .section-heading{max-width:940px;margin:0 auto 60px;text-align:center}
.transformations h2{font-size:clamp(2.25rem,3.3vw,3.4rem)}
.transformations .section-heading>p{font-size:1.25rem;line-height:1.65}
.transformations .comparison-help{font-size:1rem!important;margin-top:20px;color:var(--wood)}
.comparison-grid{display:grid;grid-template-columns:1fr;gap:64px;max-width:1120px;margin-inline:auto}
.comparison-card{display:grid;grid-template-columns:185px minmax(0,1fr);gap:35px;align-items:center}
.comparison-card h3{font-size:1.8rem;font-weight:500;color:var(--ink);line-height:1.2;margin:0}
.comparison{aspect-ratio:4/3;width:100%;border-width:5px}
.compare-divider>span{width:56px;height:56px}
.compare-label{font-size:.875rem;padding:8px 16px;bottom:16px}
.label-before{left:16px}.label-after{right:16px}
.commercial{min-height:520px}
.commercial-copy{padding:100px 48px 100px max(56px,calc((100vw - 1600px)/2))}
.commercial-copy h2{font-size:clamp(2.3rem,3.1vw,3.4rem)}
.commercial-copy p:last-child{font-size:1.25rem;line-height:1.65;max-width:630px}
.commercial-copy .eyebrow{font-size:.8125rem}
.final-cta{text-align:center}
.cta-inner{min-height:0;padding-block:112px;justify-content:center}
.cta-inner>div{max-width:900px;width:100%}
.cta-inner h2{font-size:clamp(2.3rem,3.3vw,3.5rem);margin:16px auto 26px}
.cta-inner p:not(.eyebrow){font-size:1.25rem;line-height:1.65;max-width:740px;margin:0 auto 32px}
.site-footer{background:var(--footer-brown);color:#fff;padding-top:64px}
.footer-grid{gap:40px;padding-bottom:48px}
.footer-grid h2{font-size:1.25rem;color:#fff;line-height:1.3}
.footer-grid a:not(.brand),.footer-grid address,.footer-grid p{font-size:1rem;line-height:1.65;color:#fff}
.footer-grid .icon{color:#fff;width:20px;height:20px}
.footer-grid address{margin-top:10px}
.footer-brand img{filter:grayscale(1) invert(1) brightness(5);mix-blend-mode:screen}
.luxet img{filter:brightness(0) invert(1)}
.footer-bottom{border-color:#ffffff35;color:#fff;font-size:.875rem;flex-wrap:wrap;padding-block:26px;gap:20px}
.footer-bottom .vat{width:100%}
.footer-grid .footer-brand{width:215px}
.contact-page,.legal-page{padding-block:96px}
.lead,.contact-panel p,.legal-page p{font-size:1.25rem;line-height:1.65}
.contact-details dd{font-size:1.25rem}
.contact-details dt{font-size:.875rem}
.about-page h1{font-size:clamp(2.6rem,4.4vw,4.5rem);max-width:1000px;margin-bottom:44px}
.about-story{max-width:900px}
.about-story p{font-size:1.3rem;line-height:1.8;margin-bottom:26px}
.benefits-section{padding-block:92px;background:var(--sand)}
.benefits-section .section-heading{max-width:900px;margin-inline:auto;margin-bottom:56px}
.benefits h3{font-size:1.5rem;font-weight:500}
.benefits p{font-size:1.125rem;line-height:1.65}
.benefits .icon{width:46px;height:46px;margin-bottom:20px}
@media(max-width:1200px){
 .nav-wrap{flex-wrap:wrap;justify-content:space-between;gap:20px 28px}
 .site-header nav{align-self:center}
 .header-contacts{width:100%;flex-direction:row;justify-content:center;gap:30px;border-top:1px solid var(--line);padding-top:16px}
 .hero-copy{padding:65px 34px}.hero h1{font-size:3.1rem}
 .hero-copy>p{font-size:1.125rem}.hero-visual{min-height:640px}
 .commercial-copy{padding:75px 32px}.commercial-copy p:last-child{font-size:1.125rem}
 .service-copy{display:block}.service-copy>.icon{margin-bottom:16px}
 .comparison-card{grid-template-columns:155px minmax(0,1fr);gap:25px}
 .footer-grid{grid-template-columns:1fr 1.5fr 1fr;gap:30px}
 .footer-about{display:none}
 html{scroll-padding-top:190px}
}
@media(max-width:950px){
 .site-header .container{width:calc(100% - 48px)}
 .site-header nav{gap:20px;font-size:1rem}
 .hero h1{font-size:2.7rem}.hero-benefits{font-size:.875rem}
 .service-copy h3{font-size:1.35rem}
 .commercial{min-height:510px}
 .comparison-card{display:block}.comparison-card h3{margin-bottom:22px}
 .benefits{gap:30px 0}.benefits p{font-size:1rem}
}
@media(max-width:760px){
 .site-header{position:relative}.site-header .container{width:calc(100% - 40px)}
 .nav-wrap{min-height:0;padding:23px 0;gap:18px}
 .header-contacts{display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:17px;font-size:1rem}
 .header-contacts a:first-child{font-size:1.125rem}
 .site-header nav{font-size:1.125rem}
 .hero-copy{padding:56px 24px}.hero h1{font-size:clamp(2.3rem,8.4vw,3.2rem)}
 .hero-copy>p{font-size:1.125rem;line-height:1.7}
 .hero-benefits{gap:22px;font-size:.875rem}
 .hero-visual{min-height:0}.hero-visual img{position:static;aspect-ratio:1.3;height:auto}
 .section{padding-block:68px}.section-heading{margin-bottom:34px}
 .section-heading>p:last-child{font-size:1.125rem;line-height:1.7}
 .services-grid{grid-template-columns:1fr;gap:30px}
 .service-card>img{aspect-ratio:1.8}
 .service-copy{display:flex;padding:24px;gap:19px}
 .service-copy>.icon{margin:2px 0 0;width:32px;height:32px}
 .service-copy h3{font-size:1.45rem}.service-copy p{font-size:1.0625rem}
 .works{padding-block:72px}.works h2{font-size:2.3rem}
 .gallery-foot{font-size:.8125rem;gap:20px}
 .transformations{padding-block:72px}
 .transformations .section-heading{margin-bottom:42px}
 .transformations .section-heading>p{font-size:1.125rem}
 .comparison-grid{gap:44px}.comparison-card h3{font-size:1.6rem;margin-bottom:17px}
 .comparison{aspect-ratio:4/3}.comparison.portrait{aspect-ratio:3/4}
 .compare-label{font-size:.8125rem;padding:6px 12px;bottom:12px}
 .label-before{left:12px}.label-after{right:12px}
 .commercial{min-height:0}.commercial-copy{padding:65px 24px}
 .commercial-copy p:last-child{font-size:1.125rem;line-height:1.7}
 .commercial-photo{position:static;width:100%;height:auto;aspect-ratio:1.45}
 .cta-inner{padding-block:76px}.cta-inner h2{font-size:2.4rem}
 .cta-inner p:not(.eyebrow){font-size:1.125rem;margin-bottom:30px}
 .site-footer{padding-top:48px}.footer-grid{grid-template-columns:1fr;gap:32px;padding-bottom:35px}
 .footer-grid>div:first-child{grid-column:auto}.footer-grid a:not(.brand),.footer-grid address,.footer-grid p{font-size:1rem}
 .footer-grid h2{font-size:1.3rem}.footer-bottom{gap:19px;font-size:.8125rem}
 .contact-page,.legal-page{padding-block:64px}.lead,.contact-panel p,.legal-page p{font-size:1.125rem}
 .contact-details dd{font-size:1.125rem}.contact-panel{padding:25px}
 .contact-panel .button{font-size:1rem;padding-inline:18px}
 .about-page h1{font-size:2.6rem}.about-story p{font-size:1.125rem;line-height:1.8}
 .benefits-section{padding-block:65px}.benefits{grid-template-columns:1fr;gap:35px}
 .benefits article{border-right:0;padding:0 20px}.benefits h3{font-size:1.5rem}.benefits p{font-size:1.125rem}
 html{scroll-padding-top:20px}
}

/* Revisione 3: allineamenti e a capo concordati su desktop. */
.header-contacts{flex-direction:row;align-items:center;gap:24px}
.transformations .section-heading>p.eyebrow{font-size:.8125rem;line-height:1.6}
@media(min-width:1024px){
 .desktop-line{display:block;white-space:nowrap}
 .hero h1{font-size:clamp(2rem,3.65vw,4.4rem)}
 .commercial-copy h2{font-size:clamp(2rem,3.1vw,3.4rem)}
 .transformations .section-heading{max-width:1000px}
 .transformations .section-heading>p:not(.eyebrow):not(.comparison-help){max-width:1000px}
}
@media(min-width:1201px){.header-contacts{width:auto;flex-shrink:0}}
@media(max-width:760px){.header-contacts{flex-direction:column;gap:8px}}

/* Icone piene dei soli contatti header; colore campionato dal logo Falma. */
.header-contacts .contact-icon-solid{color:#4f331d;fill:currentColor;stroke:none}

/* Video Chi siamo: centrato, con controlli e riproduzione silenziosa. */
.about-page{text-align:center}
.about-page h1,.about-story{margin-inline:auto}
.about-film{max-width:1000px;margin:54px auto 0}
.about-film video{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:#18281f;border-radius:10px;box-shadow:0 8px 28px #37221d12}
.about-film video:focus-visible{outline:3px solid var(--wood);outline-offset:5px}
@media(max-width:760px){.about-film{margin-top:36px}}
