/* =========================================================
   Piante e Fiori La Rosa Blu
   style.css pulito - V17
   ========================================================= */

:root{
    --blue:#2d247d;
    --blue2:#4d43ad;
    --sage:#8fa276;
    --sage2:#c9d3b7;
    --cream:#f7f3ec;
    --ink:#080808;
    --muted:#6b6b6b;
    --line:#dedbd4;
    --white:#fff;
}

*{box-sizing:border-box}
html{
    scroll-behavior:smooth;
    scroll-padding-top:112px;
}
body{
    margin:0;
    font-family:Inter,Arial,sans-serif;
    color:var(--ink);
    background:#fff;
    line-height:1.45;
}
img{max-width:100%}
a{color:inherit}
button{font:inherit}
#storia,#team,#valori{scroll-margin-top:118px}

/* =========================================================
   GLOBAL LAYOUT
   ========================================================= */

.page-shell{
    width:min(1640px,calc(100% - 84px));
    margin:0 auto;
}
.eyebrow{
    font-size:12px;
    letter-spacing:.32em;
    text-transform:uppercase;
    color:var(--sage);
    font-weight:800;
}
.eyebrow.light{color:rgba(255,255,255,.78)}
.mega-title{
    font-size:clamp(76px,13vw,210px);
    line-height:.82;
    letter-spacing:-.085em;
    margin:0;
    font-weight:800;
}
.reveal{
    opacity:0;
    transform:translateY(45px);
    transition:opacity .8s ease, transform .8s ease;
}
.reveal.visible{
    opacity:1;
    transform:none;
}
.text-link{
    color:var(--blue);
    font-weight:800;
    text-decoration:none;
    border-bottom:2px solid var(--blue);
    display:inline-block;
    width:max-content;
}
.outline-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #111;
    border-radius:999px;
    color:#111;
    text-decoration:none;
    padding:14px 24px;
    font-weight:800;
    transition:.2s;
}
.outline-link:hover{
    background:var(--blue);
    border-color:var(--blue);
    color:#fff;
}

/* =========================================================
   HEADER
   ========================================================= */

.site-header{
    height:96px;
    padding:15px 42px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:34px;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    position:sticky;
    top:0;
    z-index:50;
    border-bottom:1px solid transparent;
    transition:.25s;
}
.site-header.scrolled{
    height:84px;
    padding-top:10px;
    padding-bottom:10px;
    background:rgba(255,255,255,.98);
    border-color:rgba(0,0,0,.08);
}
.brand-image{
    display:flex;
    align-items:center;
    width:178px;
    height:66px;
    overflow:hidden;
    color:inherit;
    text-decoration:none;
    flex:0 0 auto;
}
.brand-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
    mix-blend-mode:multiply;
}
.main-nav{
    display:flex;
    gap:26px;
    align-items:center;
    justify-content:flex-end;
    margin-left:auto;
    font-size:15px;
    letter-spacing:.08em;
    text-transform:uppercase;
    font-weight:800;
}
.main-nav a{
    color:#151515;
    text-decoration:none;
    line-height:1;
    transition:color .22s ease, transform .22s ease;
    white-space:nowrap;
}
.main-nav a:hover,
.main-nav a.active{
    color:var(--blue);
    transform:translateY(-1px);
}
.header-actions{
    display:flex;
    align-items:center;
    gap:14px;
    flex:0 0 auto;
}
.phone-pill{display:none!important}
.whatsapp-pill{
    display:inline-flex;
    align-items:center;
    gap:9px;
    border:1px solid var(--sage);
    border-radius:999px;
    padding:13px 20px;
    text-decoration:none;
    background:var(--sage);
    color:#fff;
    font-weight:800;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.08em;
    box-shadow:none;
    transition:background .25s ease, color .25s ease, transform .25s ease;
}
.whatsapp-pill:hover{
    background:#fff;
    color:var(--sage);
    transform:translateY(-1px);
}
.whatsapp-svg{
    width:22px;
    height:22px;
    display:block;
    fill:currentColor;
}
.whatsapp-pill .whatsapp-svg{
    width:24px;
    height:24px;
}
.wa-icon{
    display:inline-grid;
    place-items:center;
    width:auto;
    height:auto;
    background:transparent;
    border-radius:0;
    font-size:0;
    line-height:1;
}
.wa-badge{
    display:inline-grid;
    place-items:center;
    width:34px;
    height:34px;
    background:transparent;
    color:var(--sage);
    border-radius:0;
    font-weight:900;
    line-height:1;
    flex:0 0 auto;
}
.wa-badge .whatsapp-svg{
    width:30px;
    height:30px;
}
.menu-toggle{
    width:54px;
    height:54px;
    border:0;
    border-radius:50%;
    background:#050505;
    display:grid;
    place-content:center;
    gap:6px;
    cursor:pointer;
    transition:transform .25s ease, background .25s ease;
}
.menu-toggle:hover{
    transform:scale(1.04);
    background:var(--blue);
}
.menu-toggle span{
    display:block;
    width:18px;
    height:2px;
    background:#fff;
}

/* =========================================================
   FULLSCREEN MENU
   ========================================================= */

.fullscreen-menu{
    position:fixed;
    inset:0;
    background:rgba(45,36,125,.12);
    z-index:100;
    opacity:0;
    pointer-events:none;
    transition:.3s;
}
.fullscreen-menu.open{
    opacity:1;
    pointer-events:auto;
}
.menu-panel{
    position:absolute;
    top:0;
    right:0;
    width:min(560px,100%);
    height:100%;
    background:#f8f5ee;
    padding:42px 50px 44px;
    transform:translateX(100%);
    transition:.45s cubic-bezier(.22,1,.36,1);
    display:flex;
    flex-direction:column;
    overflow:hidden;
}
.fullscreen-menu.open .menu-panel{
    transform:translateX(0);
}
.menu-panel:before{
    content:"";
    position:absolute;
    inset:auto -150px -150px auto;
    width:520px;
    height:520px;
    background:url('../img/brand-pattern.jpg') center/cover no-repeat;
    opacity:.055;
    border-radius:50%;
    pointer-events:none;
}
.menu-close{
    position:absolute;
    right:34px;
    top:30px;
    width:58px;
    height:58px;
    border:1px solid var(--line);
    border-radius:50%;
    background:#fff;
    font-size:32px;
    cursor:pointer;
    z-index:3;
    transition:background .25s ease, color .25s ease, transform .25s ease;
}
.menu-close:hover{
    background:var(--blue);
    color:#fff;
    transform:rotate(90deg);
}
.menu-brand,
.brand-script,
.brand-small{display:none}
.menu-brand-img{
    display:block;
    width:210px;
    height:92px;
    margin:0 0 42px;
    text-decoration:none;
    overflow:hidden;
    position:relative;
    z-index:1;
}
.menu-brand-img img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
    mix-blend-mode:multiply;
}
.menu-panel nav{
    display:grid;
    gap:8px;
    position:relative;
    z-index:1;
}
.menu-panel nav a{
    font-size:36px;
    line-height:1.02;
    text-decoration:none;
    color:#111;
    font-weight:800;
    letter-spacing:-.045em;
    transition:color .22s ease, transform .22s ease;
}
.menu-panel nav a:hover{
    color:var(--blue);
    transform:translateX(8px);
}
.menu-info{
    position:relative;
    z-index:1;
    margin-top:auto;
    color:#333;
    font-size:15px;
    line-height:1.45;
}
.menu-info a{
    color:#111;
    text-decoration:none;
}
.menu-info a:hover{color:var(--blue)}
.menu-address{
    margin-bottom:20px;
    color:#4d4d4d;
}
.menu-whatsapp-list{
    display:grid;
    gap:10px;
    margin:18px 0 22px;
}
.menu-whatsapp-list a{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#111;
    border-top:1px solid rgba(0,0,0,.09);
    padding-top:12px;
}
.menu-whatsapp-list a:hover .wa-badge{color:var(--blue)}
.menu-whatsapp-list strong{
    display:block;
    font-size:16px;
}
.menu-whatsapp-list small{
    display:block;
    color:#666;
    font-size:13px;
    margin-top:1px;
}

/* =========================================================
   CHI SIAMO / HERO GENERICO
   ========================================================= */

.about-intro{
    position:relative;
    overflow:hidden;
    background:#fff;
    min-height:calc(100vh - 96px);
    padding-bottom:48px;
    display:flex;
    align-items:center;
}
.about-intro-pattern{
    position:absolute;
    inset:0;
    background:url('../img/botanical-fabric-bg.png') center center/cover no-repeat;
    opacity:.16;
    pointer-events:none;
}
.hero-about{
    position:relative;
    display:block;
    min-height:clamp(650px, calc(100vh - 118px), 800px);
    padding:50px 0 28px;
}
.hero-title-block{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    z-index:4;
    max-width:720px;
}
.hero-photo{
    position:absolute;
    z-index:2;
    left:34vw;
    top:56%;
    width:min(1180px,68vw);
    height:clamp(500px,58vh,680px);
    transform:translateY(-50%);
    overflow:hidden;
    opacity:.98;
}
.hero-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 50%;
    display:block;
}
.side-index{
    position:relative;
    z-index:4;
    display:grid;
    gap:10px;
    margin:34px 0 0;
    width:max-content;
}
.side-index a{
    font-size:15px;
    line-height:1.15;
    color:#111;
    text-decoration:none;
    border-bottom:2px solid #111;
    width:max-content;
    font-weight:800;
}
.side-index a:hover{
    color:var(--blue);
    border-color:var(--blue);
}
.statement{
    max-width:870px;
    text-align:center;
    margin:72px auto 155px;
}
.statement .eyebrow{margin-bottom:24px}
.statement h2{
    font-family:'Cormorant Garamond',serif;
    font-size:clamp(36px,4.8vw,74px);
    line-height:1.05;
    margin:0;
    color:#0b0b0b;
    font-weight:700;
    text-wrap:balance;
}

/* =========================================================
   TEAM
   ========================================================= */

.team-section{
    background:#fff;
    position:relative;
    z-index:2;
    margin-bottom:170px;
}
.section-grid{
    display:grid;
    grid-template-columns:.9fr 1.6fr;
    gap:90px;
}
.section-title h2{
    font-size:clamp(46px,5vw,82px);
    line-height:.9;
    margin:12px 0 22px;
    letter-spacing:-.06em;
}
.section-title p{
    max-width:460px;
    color:#333;
    font-size:18px;
}
.team-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
}
.person-card{
    border:0;
    background:none;
    text-align:left;
    padding:0;
    cursor:pointer;
    font:inherit;
}
.person-img{
    height:520px;
    overflow:hidden;
    background:var(--cream);
}
.person-card img,
.story-photo img,
.event-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.person-card img{
    transition:transform .55s;
}
.person-card:hover img{
    transform:scale(1.045);
}
.role{
    margin-top:22px;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.22em;
    color:var(--sage);
    font-weight:800;
}
.person-card .role{display:none}
.person-card h3{
    font-size:34px;
    margin:16px 0 0;
    letter-spacing:-.04em;
}
.person-overlay{
    position:fixed;
    inset:0;
    z-index:120;
    background:var(--cream);
    display:grid;
    grid-template-columns:48% 52%;
    opacity:0;
    pointer-events:none;
    transition:.3s;
    cursor:none;
}
.person-overlay.open{
    opacity:1;
    pointer-events:auto;
}
.person-copy{
    padding:12vh 9vw 60px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    min-height:100vh;
    overflow:auto;
}
.person-copy .role{
    margin:0 0 12px;
}
.person-copy h2{
    font-size:clamp(48px,6.2vw,96px);
    line-height:.85;
    letter-spacing:-.08em;
    margin:0 0 24px;
}
.person-copy p{
    font-size:17px;
    line-height:1.48;
    max-width:560px;
    color:#333;
}
.person-photo{
    transform:translateX(100%);
    transition:.55s cubic-bezier(.22,1,.36,1);
    overflow:hidden;
}
.person-overlay.open .person-photo{transform:none}
.person-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 60%;
    display:block;
}
.person-close{display:none}
.person-overlay:after{
    content:'×';
    position:fixed;
    left:var(--cursor-x,50vw);
    top:var(--cursor-y,50vh);
    transform:translate(-50%,-50%);
    width:92px;
    height:92px;
    border:2px solid #111;
    border-radius:50%;
    display:grid;
    place-items:center;
    font-size:58px;
    line-height:1;
    pointer-events:none;
    z-index:10;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(2px);
}

/* =========================================================
   STORIA / VALORI / LINK FINALI
   ========================================================= */

.story-section{margin-bottom:170px}
.sticky-story{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:90px;
    align-items:start;
}
.story-photo{
    height:760px;
    position:sticky;
    top:110px;
    overflow:hidden;
}
.story-copy{
    padding:80px 0 140px;
}
.story-copy h2{
    font-size:clamp(50px,6vw,92px);
    line-height:.9;
    letter-spacing:-.07em;
    margin:0 0 30px;
}
.story-copy p{
    font-size:21px;
    color:#333;
    max-width:570px;
    margin:0 0 26px;
}
.values{margin-bottom:160px}
.values h2,
.links-title{
    font-size:clamp(72px,10vw,150px);
    letter-spacing:-.085em;
    line-height:.8;
    margin:0 0 55px;
}
.value-row{
    display:grid;
    grid-template-columns:1fr 160px;
    border-top:1px solid #111;
    padding:34px 0;
    align-items:center;
}
.value-row:last-child{border-bottom:1px solid #111}
.value-row h3{
    font-size:28px;
    margin:0 0 8px;
    letter-spacing:-.03em;
}
.value-row p{
    margin:0;
    color:#444;
    max-width:860px;
    line-height:1.7;
    font-size:17px;
}
.value-row strong{background:rgba(143,162,118,.35)}
.value-num{
    font-size:86px;
    line-height:1;
    justify-self:end;
    letter-spacing:-.08em;
}
.discover-band{
    position:relative;
    overflow:hidden;
    min-height:210px;
    padding:0;
    margin-bottom:0;
    background:#fff;
}
.discover-pattern{
    position:absolute;
    inset:0;
    background:url('../img/botanical-fabric-bg.png') center 46%/cover no-repeat;
    opacity:.64;
    filter:brightness(1.09) saturate(.92);
    pointer-events:none;
}
.discover-band:after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.32);
    pointer-events:none;
}
.discover-band .page-shell,
.discover-band .links-title{display:none}
.service-links{
    padding:0 0 100px;
    background:#fff;
}
.big-links{
    display:grid;
}
.big-links a{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    text-decoration:none;
    color:#111;
    border-top:1px solid #111;
    padding:28px 0;
    font-size:clamp(38px,7vw,104px);
    font-weight:800;
    letter-spacing:-.08em;
    line-height:.85;
}
.big-links a:last-child{border-bottom:1px solid #111}
.big-links span{
    font-size:18px;
    color:var(--blue);
    letter-spacing:0;
    font-weight:700;
}
.big-links a:hover{color:var(--blue)}

/* =========================================================
   CONTATTI
   ========================================================= */

.contact-hero{
    min-height:calc(88vh - 96px);
    margin-bottom:72px;
}
.contact-hero .about-intro-pattern{opacity:.13}
.contact-hero-grid{position:relative}
.contact-title-block{z-index:4}
.contact-single-title{white-space:nowrap}
.contact-hero-photo{
    left:35vw;
    top:25%;
    width:min(1040px,63vw);
    height:clamp(430px,52vh,620px);
}
.contact-hero-photo img{object-position:center 50%}
.contact-intro{
    text-align:center;
    margin-bottom:82px;
}
.contact-intro h2{
    font-family:'Cormorant Garamond',serif;
    font-size:clamp(38px,5.2vw,82px);
    line-height:.98;
    max-width:920px;
    margin:18px auto 0;
}
.contact-columns{
    display:grid;
    grid-template-columns:1.05fr .8fr .85fr;
    gap:46px;
    align-items:stretch;
    margin-bottom:150px;
}
.contact-photo{
    min-height:520px;
    overflow:hidden;
    background:var(--cream);
}
.contact-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.contact-card{
    border-top:1px solid #111;
    border-bottom:1px solid #111;
    padding:42px 0;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.contact-card .eyebrow{
    margin-top:86px;
}
.contact-card h3{
    font-size:clamp(40px,4.5vw,72px);
    letter-spacing:-.07em;
    line-height:.88;
    margin:16px 0 28px;
}
.contact-card p{
    font-size:20px;
    line-height:1.45;
    color:#333;
    margin:0 0 22px;
}
.contact-actions{
    display:grid;
    gap:14px;
    margin-bottom:28px;
}
.contact-wa{
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
    color:#111;
    padding:14px 0;
    border-bottom:1px solid rgba(0,0,0,.12);
}
.contact-wa strong{
    display:block;
    font-size:20px;
    letter-spacing:-.02em;
}
.contact-wa small{
    display:block;
    font-size:15px;
    color:#555;
    margin-top:2px;
}
.contact-wa:hover strong{color:var(--blue)}
.contact-phone a,
.contact-direct a{
    color:#111;
    text-decoration:none;
}
.contact-phone a:hover,
.contact-direct a:hover{color:var(--blue)}
.contact-card.recapiti-card{
    justify-content:flex-start;
}

/* =========================================================
   PAGINE VUOTE / PLACEHOLDER
   ========================================================= */

.empty-page{
    min-height:60vh;
    padding:130px 0;
}
.empty-page h1{
    font-size:clamp(68px,10vw,160px);
    line-height:.85;
    letter-spacing:-.08em;
    margin:0 0 25px;
}
.empty-page p{
    font-size:22px;
    color:#444;
}

/* =========================================================
   HOME
   ========================================================= */

.home-hero{
    padding:34px 42px 95px;
    background:#fff;
}
.home-hero-frame{
    position:relative;
    min-height:calc(100vh - 154px);
    overflow:hidden;
    background:#111;
}
.home-slider,
.home-slide{
    position:absolute;
    inset:0;
}
.home-slide{
    opacity:0;
    transition:opacity .9s ease, transform 6s ease;
    transform:scale(1.03);
}
.home-slide.active{
    opacity:1;
    transform:scale(1);
}
.home-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.home-hero-shade{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.38));
}
.home-hero-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    padding:40px;
    z-index:2;
}
.home-hero-content h1{
    font-size:clamp(74px,10vw,175px);
    line-height:.82;
    letter-spacing:-.085em;
    margin:8px 0 24px;
}
.home-hero-content p{
    font-size:clamp(18px,1.7vw,28px);
    max-width:850px;
    margin:0 auto;
    color:rgba(255,255,255,.92);
}
.home-arrow{
    position:absolute;
    bottom:28px;
    z-index:3;
    border:0;
    background:transparent;
    color:#fff;
    font-size:76px;
    line-height:1;
    font-weight:200;
    cursor:pointer;
    opacity:.88;
    transition:.2s;
}
.home-arrow:hover{
    opacity:1;
    transform:scale(1.08);
}
.home-prev{left:28px}
.home-next{right:28px}

.home-marquee-section{
    padding:30px 0 120px;
    overflow:hidden;
    background:#fff;
}
.marquee-track{
    display:flex;
    width:max-content;
    animation:marquee 28s linear infinite;
    font-size:clamp(86px,12vw,210px);
    line-height:.8;
    letter-spacing:-.08em;
    font-weight:800;
    color:rgba(0,0,0,.045);
    white-space:nowrap;
}
.marquee-track span{padding-right:40px}
@keyframes marquee{
    from{transform:translateX(0)}
    to{transform:translateX(-50%)}
}
.home-statement{
    width:min(920px,calc(100% - 44px));
    margin:110px auto 0;
    text-align:center;
}
.home-statement p{
    font-size:clamp(36px,5vw,72px);
    line-height:1.12;
    letter-spacing:-.055em;
    margin:0;
}
.inline-bubble-link{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:.18em;
    color:#111;
    text-decoration:none;
    border-bottom:3px solid #111;
}
.inline-bubble-link img{
    width:.88em;
    height:.88em;
    border-radius:50%;
    object-fit:cover;
    display:inline-block;
    margin:0 .12em;
    vertical-align:middle;
}
.inline-bubble-link:hover{
    color:var(--blue);
    border-color:var(--blue);
}
.home-feature{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:90px;
    align-items:center;
    margin-bottom:150px;
}
.home-feature-left{
    grid-template-columns:.95fr 1.05fr;
}
.feature-images{
    position:relative;
    min-height:760px;
}
.feature-img{
    position:absolute;
    display:block;
    object-fit:cover;
    box-shadow:none;
}
.feature-img-large{
    left:0;
    top:60px;
    width:72%;
    height:620px;
}
.feature-img-small{
    right:0;
    top:0;
    width:48%;
    height:370px;
    z-index:2;
}
.feature-images.alt .feature-img-large{
    right:0;
    left:auto;
}
.feature-images.alt .feature-img-small{
    left:0;
    right:auto;
    top:330px;
}
.feature-copy .eyebrow{
    margin-bottom:14px;
}
.feature-copy h2{
    font-size:clamp(48px,5.9vw,100px);
    line-height:.9;
    letter-spacing:-.075em;
    margin:0 0 28px;
}
.feature-copy p{
    font-size:21px;
    color:#333;
    max-width:620px;
    margin:0 0 32px;
}
.feature-numbers{
    display:grid;
    grid-template-columns:1fr 1fr auto;
    gap:40px;
    align-items:center;
    margin:38px 0 0;
    border-top:1px solid #111;
    padding:22px 0 0;
}
.feature-numbers strong{
    display:block;
    font-size:32px;
    line-height:1;
    letter-spacing:-.05em;
}
.feature-numbers span{
    display:block;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.15em;
    color:var(--sage);
    font-weight:800;
    margin-top:8px;
}
.feature-cta-row .outline-link{
    justify-self:end;
    margin:0;
    white-space:nowrap;
}

/* =========================================================
   HOME GALLERY
   ========================================================= */

.home-gallery-band{
    position:relative;
    overflow:hidden;
    padding:120px 0 135px;
    margin-top:30px;
    background:#fff;
}
.home-gallery-bg{
    position:absolute;
    inset:0;
    background:url('../img/botanical-fabric-bg.png') center/cover no-repeat;
    opacity:.26;
    filter:saturate(.95) brightness(1.08);
}
.home-gallery-band:after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.28);
    pointer-events:none;
}
.home-gallery-head{
    position:relative;
    z-index:2;
    color:#111;
    margin-bottom:48px;
}
.home-gallery-head .eyebrow.light{
    color:var(--sage);
}
.home-gallery-head h2{
    font-size:clamp(64px,9vw,145px);
    line-height:.82;
    letter-spacing:-.085em;
    margin:0;
}
.home-gallery-strip{
    position:relative;
    z-index:2;
    display:flex;
    gap:24px;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory;
    padding:0 112px;
    user-select:none;
    scroll-behavior:smooth;
    scrollbar-width:none;
}
.home-gallery-strip::-webkit-scrollbar{display:none}
.gallery-tile{
    min-width:min(390px,72vw);
    height:520px;
    display:block;
    scroll-snap-align:center;
    overflow:hidden;
    background:#fff;
    text-decoration:none;
    color:#fff;
}
.gallery-tile img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .55s;
}
.gallery-tile:hover img{transform:scale(1.04)}
.gallery-more{
    display:grid;
    place-items:center;
    background:var(--sage);
    font-weight:800;
    font-size:42px;
    line-height:.92;
    letter-spacing:-.06em;
    text-align:center;
    color:#fff;
}
.gallery-cursor{display:none}

/* Frecce gallery: centrate sulla fascia delle foto */
.gallery-nav{
    position:absolute;
    top:calc(120px + 48px + clamp(64px,9vw,145px) + 260px);
    transform:translateY(-50%);
    z-index:6;
    width:92px;
    height:520px;
    border:0;
    background:rgba(255,255,255,.72);
    color:#111;
    font-size:98px;
    line-height:1;
    font-weight:200;
    cursor:pointer;
    opacity:.95;
    transition:.2s;
    display:grid;
    place-items:center;
    backdrop-filter:blur(4px);
}
.gallery-nav:hover{
    opacity:1;
    background:rgba(255,255,255,.9);
    color:var(--blue);
}
.gallery-nav-prev{left:56px}
.gallery-nav-next{right:56px}

/* Lightbox gallery */
.lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.88);
    z-index:200;
    display:grid;
    place-items:center;
    opacity:0;
    pointer-events:none;
    transition:.25s;
    padding:40px;
}
.lightbox.open{
    opacity:1;
    pointer-events:auto;
}
.lightbox img{
    max-width:92vw;
    max-height:88vh;
    object-fit:contain;
}
.lightbox-close{
    position:absolute;
    right:28px;
    top:24px;
    width:60px;
    height:60px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.35);
    background:transparent;
    color:#fff;
    font-size:34px;
    cursor:pointer;
    z-index:3;
}
.lightbox-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:72px;
    height:72px;
    border:0;
    background:transparent;
    color:#fff;
    font-size:92px;
    line-height:1;
    font-weight:200;
    cursor:pointer;
    z-index:3;
    opacity:.86;
    transition:.2s;
}
.lightbox-arrow:hover{
    opacity:1;
    transform:translateY(-50%) scale(1.07);
}
.lightbox-prev{left:32px}
.lightbox-next{right:32px}

/* =========================================================
   FOOTER / BACK TO TOP
   ========================================================= */

.site-footer{
    border-top:1px solid var(--line);
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:center;
    gap:34px;
    padding:28px 112px 28px 42px;
    min-height:120px;
    color:#444;
    font-size:13px;
}

.footer-left{
    width:auto;
    height:auto;
    overflow:visible;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:20px;
}

.footer-left > img{
    width:150px;
    height:auto;
    max-height:76px;
    object-fit:contain;
    mix-blend-mode:multiply;
    display:block;
    flex:0 0 auto;
}

.footer-social{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:13px;
    flex:0 0 auto;
}

.footer-social-link{
    width:30px;
    height:30px;
    display:inline-grid;
    place-items:center;
    color:var(--blue);
    text-decoration:none !important;
    border:0 !important;
    line-height:1;
    transition:color .22s ease, transform .22s ease, opacity .22s ease;
}

.footer-social-link svg{
    width:23px;
    height:23px;
    display:block;
    fill:currentColor;
}

.footer-social-link:hover{
    color:var(--sage);
    transform:translateY(-2px);
}

.footer-social-instagram{
    display:none;
}

.footer-center{display:none}

.footer-right.footer-legal{
    justify-self:end;
    justify-items:end;
    text-align:right;
    display:grid;
    gap:8px;
    white-space:normal;
}

.footer-contact{
    color:#555;
    font-size:13px;
    line-height:1.45;
}

.footer-links{
    display:flex;
    gap:18px;
    align-items:center;
    justify-content:flex-end;
    white-space:nowrap;
    font-size:13px;
}

.footer-links a,
.site-footer a{
    color:#111;
    text-decoration:none;
    border-bottom:1px solid #111;
}

.footer-social-link,
.site-footer .footer-social-link{
    border-bottom:0 !important;
}

.footer-links span{color:#555}

.back-to-top{
    position:fixed;
    right:34px;
    bottom:32px;
    z-index:80;
    border:0;
    background:transparent;
    color:var(--blue);
    font-size:42px;
    line-height:1;
    cursor:pointer;
    opacity:0;
    transform:translateY(18px);
    pointer-events:none;
    transition:opacity .25s ease, transform .25s ease, color .25s ease;
}

.back-to-top.visible{
    opacity:1;
    transform:none;
    pointer-events:auto;
}

.back-to-top:hover{color:var(--sage)}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:1320px){
    .main-nav{
        gap:16px;
        font-size:13px;
    }
    .brand-image{width:150px}
}
@media(max-width:1220px){
    .main-nav{display:none}
}
@media(max-width:1180px){
    .page-shell{width:calc(100% - 44px)}
    .site-header{
        height:86px;
        padding-top:10px;
        padding-bottom:10px;
    }
    .site-header.scrolled{height:76px}
    .brand-image{width:170px}

    .about-intro{
        display:block;
        min-height:auto;
        padding-bottom:70px;
    }
    .hero-about{
        display:block;
        min-height:auto;
        padding:104px 0 55px;
    }
    .hero-title-block{
        position:relative;
        top:auto;
        transform:none;
        max-width:780px;
    }
    .hero-photo{
        position:relative;
        left:auto;
        top:auto;
        transform:none;
        width:100%;
        height:430px;
        margin-top:42px;
    }
    .statement{margin-top:0}
    .section-grid,
    .sticky-story{
        grid-template-columns:1fr;
        gap:50px;
    }
    .story-photo{
        position:relative;
        top:auto;
        height:520px;
    }
    .person-overlay{
        grid-template-columns:1fr;
        cursor:auto;
    }
    .person-overlay:after{display:none}
    .person-close{
        display:block;
        position:absolute;
        left:24px;
        bottom:24px;
        width:66px;
        height:66px;
        border:2px solid #111;
        border-radius:50%;
        background:transparent;
        font-size:45px;
        cursor:pointer;
        z-index:2;
    }
    .person-photo{display:none}
    .contact-hero{
        min-height:auto;
        margin-bottom:50px;
    }
    .contact-hero-photo{
        width:100%;
        height:430px;
    }
    .contact-columns{
        grid-template-columns:1fr;
        gap:30px;
        margin-bottom:90px;
    }
    .contact-photo{min-height:420px}
    .contact-card{
        padding:34px 0;
    }
    .contact-card .eyebrow{margin-top:0}
    .home-hero{
        padding:22px 22px 70px;
    }
    .home-hero-frame{min-height:72vh}
    .home-feature,
    .home-feature-left{
        grid-template-columns:1fr;
        gap:50px;
        margin-bottom:100px;
    }
    .home-feature-left .feature-copy{order:2}
    .home-feature-left .feature-images{order:1}
    .feature-images{min-height:590px}
    .feature-img-large{height:500px}
    .feature-img-small{height:300px}
}
@media(max-width:760px){
    html{scroll-padding-top:92px}
    #storia,#team,#valori{scroll-margin-top:96px}
    .page-shell{width:calc(100% - 36px)}
    .site-header{
        height:80px;
        padding:8px 18px;
    }
    .site-header.scrolled{height:72px}
    .brand-image{
        width:132px;
        height:58px;
    }
    .whatsapp-pill{
        padding:11px 13px;
    }
    .whatsapp-pill span:last-child{display:none}
    .menu-toggle{
        width:50px;
        height:50px;
    }
    .menu-panel{
        padding:32px 28px;
    }
    .menu-brand-img{display:none}
    .menu-panel nav{
        margin-top:70px;
    }
    .menu-panel nav a{
        font-size:32px;
    }
    .menu-close{
        right:24px;
        top:24px;
        width:54px;
        height:54px;
    }

    .about-intro-pattern{
        background-size:auto 100%;
        background-position:center top;
    }
    .hero-about{
        padding-top:76px;
    }
    .mega-title{
        font-size:clamp(64px,18vw,104px);
        letter-spacing:-.08em;
    }
    .hero-photo{
        height:320px;
        margin-top:34px;
    }
    .side-index{
        margin-top:28px;
    }
    .statement{
        margin-bottom:90px;
    }
    .team-grid{
        grid-template-columns:1fr;
    }
    .person-img,
    .story-photo{
        height:420px;
    }
    .person-copy{
        padding:90px 32px;
    }
    .value-row{
        grid-template-columns:1fr 78px;
    }
    .value-num{font-size:54px}
    .big-links a{
        grid-template-columns:1fr;
    }
    .big-links span{
        margin-top:12px;
    }
    .discover-band{
        min-height:150px;
    }

    .contact-single-title{
        white-space:nowrap;
        font-size:clamp(64px,18vw,104px);
        letter-spacing:-.08em;
    }
    .contact-intro{
        text-align:left;
        margin-bottom:52px;
    }
    .contact-photo{min-height:320px}
    .contact-card{
        border-top:0;
        border-bottom:0;
        padding:18px 0 22px;
    }
    .contact-photo + .contact-card{padding-top:34px}
    .contact-card p{font-size:18px}
    .contact-hero-photo{height:320px}

    .home-hero{
        padding:18px 18px 58px;
    }
    .home-hero-frame{min-height:68vh}
    .home-hero-content h1{
        font-size:clamp(62px,18vw,96px);
    }
    .home-hero-content p{font-size:17px}
    .home-arrow{
        font-size:58px;
        bottom:18px;
    }
    .home-prev{left:18px}
    .home-next{right:18px}
    .home-marquee-section{
        padding-bottom:80px;
    }
    .home-statement{
        margin-top:70px;
    }
    .home-statement p{
        font-size:clamp(34px,11vw,54px);
    }
    .feature-images{min-height:470px}
    .feature-img-large{
        top:40px;
        width:78%;
        height:390px;
    }
    .feature-img-small{
        width:50%;
        height:220px;
    }
    .feature-images.alt .feature-img-small{top:250px}
    .feature-copy h2{
        font-size:clamp(44px,13vw,64px);
    }
    .feature-copy p{font-size:18px}
    .feature-numbers{
        grid-template-columns:1fr;
        gap:18px;
    }
    .feature-cta-row .outline-link{
        justify-self:start;
    }
    .home-gallery-band{
        padding:80px 0 95px;
    }
    .home-gallery-strip{
        padding:0 78px;
    }
    .gallery-tile{
        height:390px;
    }
    .gallery-nav{
        top:calc(80px + 48px + clamp(64px,9vw,145px) + 195px);
        width:56px;
        height:390px;
        font-size:68px;
        transform:translateY(-50%);
    }
    .gallery-nav-prev{left:18px}
    .gallery-nav-next{right:18px}

    .lightbox{
        padding:18px;
    }
    .lightbox-arrow{
        width:44px;
        height:44px;
        font-size:60px;
    }
    .lightbox-prev{left:12px}
    .lightbox-next{right:12px}
    .lightbox-close{
        right:14px;
        top:14px;
        width:48px;
        height:48px;
    }

    .site-footer{
        grid-template-columns:1fr;
        padding:26px 62px 26px 22px;
        gap:18px;
    }
    .footer-left{
        width:116px;
        height:66px;
    }
    .footer-right.footer-legal{
        justify-self:start;
        justify-items:start;
        text-align:left;
    }
    .footer-links{
        justify-content:flex-start;
        flex-wrap:wrap;
        gap:12px 16px;
        white-space:normal;
    }
    .back-to-top{
        right:18px;
        bottom:22px;
        font-size:36px;
    }
}


/* =========================================================
   FIX DEFINITIVO FOOTER SOCIAL IN LINEA
   ========================================================= */

.site-footer .footer-left{
    width:auto !important;
    height:auto !important;
    overflow:visible !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:20px !important;
}

.site-footer .footer-left > img{
    width:150px !important;
    height:auto !important;
    max-height:76px !important;
    object-fit:contain !important;
    display:block !important;
    flex:0 0 auto !important;
}

.site-footer .footer-social{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:13px !important;
    margin:0 !important;
    flex:0 0 auto !important;
}

.site-footer .footer-social-link{
    width:30px !important;
    height:30px !important;
    display:inline-grid !important;
    place-items:center !important;
    color:var(--blue) !important;
    text-decoration:none !important;
    border:0 !important;
}

.site-footer .footer-social-link svg{
    width:23px !important;
    height:23px !important;
    fill:currentColor !important;
}

.site-footer .footer-social-link:hover{
    color:var(--sage) !important;
    transform:translateY(-2px);
}

.site-footer .footer-social-instagram{
    display:none !important;
}

@media(max-width:760px){
    .site-footer{
        grid-template-columns:1fr !important;
        padding:24px 62px 24px 22px !important;
        gap:18px !important;
    }

    .site-footer .footer-left{
        width:auto !important;
        gap:16px !important;
    }

    .site-footer .footer-left > img{
        width:135px !important;
        max-height:68px !important;
    }

    .site-footer .footer-social-link{
        width:28px !important;
        height:28px !important;
    }

    .site-footer .footer-social-link svg{
        width:22px !important;
        height:22px !important;
    }
}


/* =========================================================
   V27 FIX - Detail hero slider + Gallery moderna
   ========================================================= */

/* Hero slider pagine Confezioni / Addobbi */
.detail-hero{
    position:relative;
    min-height:calc(100vh - 130px);
    margin:0 42px 110px;
    overflow:hidden;
    background:#111;
}
.detail-slider,
.detail-slide{
    position:absolute;
    inset:0;
}
.detail-slide{
    opacity:0;
    transform:scale(1.03);
    transition:opacity .9s ease, transform 6s ease;
    pointer-events:none;
}
.detail-slide.active{
    opacity:1;
    transform:scale(1);
    z-index:1;
}
.detail-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    display:block;
}
.detail-hero-shade{
    position:absolute;
    inset:0;
    z-index:2;
    background:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.42));
    pointer-events:none;
}
.detail-hero-content{
    position:absolute;
    inset:0;
    z-index:3;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    padding:44px;
}
.detail-hero-content h1{
    font-size:clamp(78px,11vw,180px);
    line-height:.82;
    letter-spacing:-.085em;
    margin:10px 0 24px;
}
.detail-hero-content p{
    font-size:clamp(19px,1.8vw,30px);
    max-width:900px;
    margin:0;
    color:rgba(255,255,255,.92);
}
.detail-marquee{
    padding-top:0;
    padding-bottom:115px;
}
.detail-feature{
    margin-bottom:145px;
}
.detail-gallery-band{
    margin-top:0;
}

/* Gallery pagina: testo a sinistra, galleria a destra */
.gallery-page-layout{
    display:grid;
    grid-template-columns:.78fr 1.22fr;
    gap:72px;
    align-items:start;
    padding-top:116px;
    margin-bottom:150px;
}
.gallery-page-layout .gallery-page-hero{
    padding:0;
    position:sticky;
    top:150px;
    text-align:left;
}
.gallery-page-layout .gallery-page-hero h1{
    font-size:clamp(76px,13vw,190px);
    line-height:.82;
    letter-spacing:-.085em;
    margin:12px 0 24px;
}
.gallery-page-layout .gallery-page-hero p{
    max-width:760px;
    font-size:21px;
    line-height:1.6;
    color:#333;
    margin:0;
}
.gallery-page-layout .gallery-page-hero p + p{
    margin-top:18px;
}
.modern-gallery{
    margin-bottom:0;
    min-width:0;
}
.modern-gallery-main{
    position:relative;
    height:min(74vh,760px);
    min-height:600px;
    background:#f7f3ec;
    overflow:hidden;
}
.modern-gallery-main img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    display:block;
    transition:opacity .18s ease;
}
.modern-gallery-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    border:0;
    background:rgba(255,255,255,.72);
    color:#111;
    width:76px;
    height:120px;
    display:grid;
    place-items:center;
    font-size:84px;
    line-height:1;
    font-weight:200;
    cursor:pointer;
    transition:.2s;
}
.modern-gallery-arrow:hover{
    background:#fff;
    color:var(--blue);
}
.modern-gallery-prev{left:0;}
.modern-gallery-next{right:0;}
.modern-gallery-count{
    position:absolute;
    right:22px;
    bottom:18px;
    background:rgba(255,255,255,.84);
    color:#111;
    padding:9px 14px;
    font-weight:800;
    font-size:14px;
    letter-spacing:.08em;
    z-index:2;
}
.modern-thumbs{
    display:flex;
    gap:14px;
    overflow-x:auto;
    scrollbar-width:none;
    padding:18px 0 0;
    scroll-behavior:smooth;
}
.modern-thumbs::-webkit-scrollbar{display:none;}
.modern-thumb{
    width:118px;
    height:118px;
    aspect-ratio:1/1;
    flex:0 0 auto;
    padding:0;
    border:3px solid transparent;
    background:#fff;
    cursor:pointer;
    opacity:.68;
    transition:.2s;
    overflow:hidden;
}
.modern-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.modern-thumb.active,
.modern-thumb:hover{
    opacity:1;
    border-color:var(--blue);
}

/* Frecce gallery home/confezioni/addobbi: centrate sulle foto */
.home-gallery-band .gallery-nav{
    top:calc(50% + 92px);
    background:transparent;
    width:auto;
    height:auto;
    font-size:88px;
    color:#111;
}
.home-gallery-band .gallery-nav:hover{
    color:var(--blue);
    background:transparent;
}

@media(max-width:1180px){
    .detail-hero{
        min-height:72vh;
        margin:0 22px 80px;
    }
    .detail-feature{margin-bottom:105px;}
    .gallery-page-layout{
        grid-template-columns:1fr;
        gap:44px;
        padding-top:82px;
        margin-bottom:105px;
    }
    .gallery-page-layout .gallery-page-hero{
        position:relative;
        top:auto;
    }
    .modern-gallery-main{
        height:62vh;
        min-height:460px;
    }
}
@media(max-width:760px){
    .detail-hero{
        min-height:68vh;
        margin:0 18px 62px;
    }
    .detail-hero-content h1{
        font-size:clamp(58px,17vw,92px);
    }
    .detail-hero-content p{font-size:17px;}
    .detail-marquee{padding-bottom:70px;}
    .gallery-page-layout{
        padding-top:70px;
        gap:34px;
        margin-bottom:88px;
    }
    .gallery-page-layout .gallery-page-hero h1{
        font-size:clamp(64px,18vw,104px);
    }
    .gallery-page-layout .gallery-page-hero p{
        font-size:18px;
    }
    .modern-gallery-main{
        height:58vh;
        min-height:390px;
    }
    .modern-gallery-arrow{
        width:46px;
        height:80px;
        font-size:58px;
        background:rgba(255,255,255,.68);
    }
    .modern-gallery-count{
        right:12px;
        bottom:12px;
        font-size:12px;
    }
    .modern-thumb{
        width:84px;
        height:84px;
    }
    .home-gallery-band .gallery-nav{
        top:calc(50% + 62px);
        font-size:58px;
    }
}
