:root{--ink:#102a2a;--muted:#5e6e6c;--green:#123f3a;--green-2:#1f5d53;--lime:#c9dc74;--paper:#f4f1e9;--white:#fff;--line:#d9ddd5;--serif:"Source Serif 4",serif;--sans:"Manrope",sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.6}
.no-scroll{overflow:hidden}
img{display:block;width:100%}
a{color:inherit}
.skip{position:absolute;left:-999px;top:0;background:#fff;padding:.8rem;z-index:99}
.skip:focus{left:1rem}
.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.25rem,5vw,5.5rem);background:rgba(244,241,233,.94);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(16,42,42,.09)}
.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}
.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--green);color:var(--lime);font-family:var(--serif);font-size:1.5rem}
.brand strong,.brand small{display:block}
.brand strong{font-size:1.05rem;letter-spacing:-.04em}
.brand small{font-size:.66rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
nav{display:flex;align-items:center;gap:2rem}
nav a{text-decoration:none;font-weight:700;font-size:.82rem}
nav a:not(.nav-cta):hover{color:var(--green-2)}
.nav-cta{padding:.7rem 1rem;background:var(--green);color:#fff;border-radius:99px}
.menu-toggle{display:none}
.hero{min-height:calc(100vh - 86px);display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch}
.hero-copy{padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,7rem);display:flex;flex-direction:column;justify-content:center}
.eyebrow{margin:0 0 1rem;color:var(--green-2);font-weight:800;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}
.hero h1,.section h2,.profile h2,.area h2,.contact-section h2,.dialog-head h2{font-family:var(--serif);font-weight:600;letter-spacing:-.045em;line-height:1.02}
.hero h1{font-size:clamp(3rem,5.5vw,6.2rem);margin:0;max-width:900px}
.hero h1 em{color:var(--green-2);font-style:italic}
.lead{font-size:clamp(1rem,1.25vw,1.25rem);max-width:700px;color:var(--muted);margin:2rem 0}
.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}
.button{display:inline-flex;justify-content:center;align-items:center;padding:.85rem 1.25rem;border-radius:3px;text-decoration:none;font-size:.82rem;font-weight:800}
.primary{background:var(--green);color:#fff}
.ghost{border:1px solid var(--ink)}
.light{background:var(--lime);color:var(--ink);margin-top:1rem}
.hero-facts{display:flex;list-style:none;padding:0;margin:4rem 0 0;gap:clamp(1.5rem,4vw,4rem)}
.hero-facts strong,.hero-facts span{display:block}
.hero-facts strong{font-family:var(--serif);font-size:1.45rem}
.hero-facts span{font-size:.72rem;color:var(--muted)}
.hero-visual{margin:0;min-height:680px;overflow:hidden}
.hero-visual img{height:100%;object-fit:cover;object-position:center}
.trust-strip{background:var(--green);color:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:1.35rem clamp(1.25rem,6vw,7rem);gap:1rem}
.trust-strip span{text-align:center;font-size:.75rem;text-transform:uppercase;letter-spacing:.14em}
.section{padding:clamp(5rem,9vw,9rem) clamp(1.25rem,6vw,7rem)}
.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:end;margin-bottom:3rem}
.section-heading h2,.profile h2,.area h2,.contact-section h2{font-size:clamp(2.4rem,4.5vw,5rem);margin:0}
.section-heading>p{margin:0;color:var(--muted);max-width:520px}
.services-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:1rem}
.service-card{background:#fff;overflow:hidden}
.service-card img{height:230px;object-fit:cover}
.service-card>div{padding:1.7rem}
.service-card span{font-size:.7rem;color:var(--green-2);font-weight:800}
.service-card h3{font-family:var(--serif);font-size:1.65rem;line-height:1.1;margin:.5rem 0}
.service-card p{font-size:.88rem;color:var(--muted);margin:0}
.projects-section{background:#e8ebe2}
.filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}
.filters button{border:1px solid #aab5ae;background:transparent;padding:.55rem .95rem;border-radius:99px;font:700 .76rem var(--sans);cursor:pointer}
.filters button.active,.filters button:hover{background:var(--green);border-color:var(--green);color:white}
.projects-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem}
.project-card{grid-column:span 4}
.project-card:nth-child(1),.project-card:nth-child(5){grid-column:span 8}
.project-card button{position:relative;border:0;padding:0;width:100%;height:440px;overflow:hidden;background:#ccc;text-align:left;cursor:pointer}
.project-card img{height:100%;object-fit:cover;transition:transform .5s}
.project-card:hover img{transform:scale(1.035)}
.project-overlay{position:absolute;inset:auto 0 0;padding:4rem 1.5rem 1.5rem;color:#fff;background:linear-gradient(transparent,rgba(5,27,25,.92))}
.project-overlay small,.project-overlay strong,.project-overlay i{display:block}
.project-overlay small{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em}
.project-overlay strong{font-family:var(--serif);font-size:1.8rem;line-height:1.1;margin:.4rem 0}
.project-overlay i{font-size:.75rem;font-style:normal;opacity:.8}
.profile{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,7vw,8rem);align-items:center}
.profile-image img{height:min(730px,75vw);object-fit:cover}
.profile-copy>p:not(.eyebrow){color:var(--muted)}
.check-list{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}
.check-list li{border-top:1px solid var(--line);padding-top:.8rem;font-size:.82rem;font-weight:700}
.check-list li:before{content:"✓";color:var(--green-2);margin-right:.5rem}
.area{margin:0 clamp(1.25rem,6vw,7rem) clamp(5rem,9vw,9rem);padding:clamp(2.5rem,5vw,5rem);background:var(--lime);display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end}
.area p:last-child{margin:0}
.contact-section{background:var(--green);color:#fff;padding:clamp(5rem,9vw,9rem) clamp(1.25rem,6vw,7rem);display:grid;grid-template-columns:.85fr 1.15fr;gap:8vw}
.contact-section .eyebrow{color:var(--lime)}
.contact-intro>p:not(.eyebrow){color:#c6d2cf}
.contact-cards{display:grid;grid-template-columns:1fr 1fr}
.contact-cards>*{padding:1.5rem;border-top:1px solid #54716c;text-decoration:none}
.contact-cards small,.contact-cards strong{display:block}
.contact-cards small{text-transform:uppercase;letter-spacing:.12em;font-size:.62rem;color:#a9bcb8;margin-bottom:.4rem}
.contact-cards strong{font-size:.85rem;overflow-wrap:anywhere}
footer{padding:2rem clamp(1.25rem,6vw,7rem);display:grid;grid-template-columns:1fr auto auto;gap:2rem;align-items:center;font-size:.72rem}
.footer-brand .brand-mark{width:34px;height:34px}
dialog{width:min(1100px,94vw);max-height:92vh;border:0;padding:0;background:var(--paper);color:var(--ink)}
dialog::backdrop{background:rgba(4,20,19,.82);backdrop-filter:blur(5px)}
.dialog-close{position:sticky;float:right;top:1rem;margin:1rem 1rem 0 0;z-index:2;border:0;background:var(--green);color:#fff;width:42px;height:42px;border-radius:50%;font-size:1.6rem;cursor:pointer}
.dialog-head{padding:clamp(2rem,6vw,5rem);max-width:800px}
.dialog-head h2{font-size:clamp(2.4rem,5vw,5rem);margin:0}
.dialog-head>p:last-child{color:var(--muted);max-width:650px}
.dialog-gallery{display:grid;grid-template-columns:1fr 1fr;gap:4px;background:#d5d9d3}
.dialog-gallery img{height:480px;object-fit:contain;background:white}
.dialog-gallery img:first-child{grid-column:1/-1;height:600px;object-fit:cover}
@media(max-width:950px){.site-header{height:72px}
.menu-toggle{display:block;border:1px solid var(--ink);background:transparent;padding:.5rem .7rem;font:700 .75rem var(--sans)}
nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--paper);padding:1.5rem;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}
nav.open{display:flex}
.hero{grid-template-columns:1fr}
.hero-visual{min-height:auto;max-height:82vh}
.services-grid{grid-template-columns:1fr 1fr}
.service-card:first-child{grid-column:1/-1}
.project-card,.project-card:nth-child(1),.project-card:nth-child(5){grid-column:span 6}
.profile{grid-template-columns:1fr}
.contact-section{grid-template-columns:1fr}
.section-heading{grid-template-columns:1fr;gap:1rem}
}
@media(max-width:620px){.hero-copy{padding-top:3.5rem}
.hero h1{font-size:3rem}
.hero-facts{margin-top:3rem;gap:1rem;justify-content:space-between}
.hero-facts strong{font-size:1.15rem}
.hero-visual{height:72vh}
.trust-strip{grid-template-columns:1fr 1fr}
.section-heading h2,.profile h2,.area h2,.contact-section h2{font-size:2.6rem}
.services-grid{grid-template-columns:1fr}
.service-card:first-child{grid-column:auto}
.projects-grid{display:block}
.project-card{margin-bottom:1rem}
.project-card button{height:390px}
.profile-image img{height:110vw}
.check-list{grid-template-columns:1fr}
.area{grid-template-columns:1fr;gap:1rem}
.contact-cards{grid-template-columns:1fr}
.contact-cards>*{padding-left:0}
.dialog-gallery{grid-template-columns:1fr}
.dialog-gallery img,.dialog-gallery img:first-child{grid-column:auto;height:auto;max-height:70vh}
footer{grid-template-columns:1fr;gap:.4rem}
}

/* Titoli equilibrati, logo ufficiale e archivio lavori più arioso */
.hero h1,.section h2,.profile h2,.area h2,.contact-section h2,.dialog-head h2,.service-card h3,.project-overlay strong{font-family:"Lora",serif}
.brand-mark{font-weight:800;font-size:1.35rem}
.hero h1,.section h2,.profile h2,.area h2,.contact-section h2,.dialog-head h2{font-weight:600;line-height:1.08}
.hero h1{font-size:clamp(3rem,5.2vw,5.8rem);text-transform:none}
.hero-copy{justify-content:flex-start;padding-top:clamp(3.5rem,5.5vw,6rem);padding-bottom:clamp(3.5rem,5vw,5.5rem)}
.hero-professional{margin-bottom:1.35rem;color:var(--green-2);font-size:.92rem;letter-spacing:.08em;text-transform:none}
.hero h1 small{display:block;margin-top:1.35rem;font-family:var(--sans);font-size:.27em;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--green-2)}
.hero-facts strong{font-family:var(--sans);font-weight:800}
.hero .lead{margin:2.5rem 0 2.25rem;max-width:660px;line-height:1.75}
.hero-description p{margin:0 0 1rem}.hero-description p:last-child{margin-bottom:0}.hero-description strong{color:var(--ink);font-weight:800}.hero-description .hero-regions{margin-top:1.35rem;color:var(--green-2)}
.hero-actions{gap:1rem}
.hero-facts{display:grid;grid-template-columns:125px minmax(0,1fr);gap:2.5rem;margin-top:3.5rem;padding-top:2.25rem;border-top:1px solid var(--line);align-items:start}
.hero-facts-single{display:block;max-width:180px;margin-top:2.5rem;padding-top:1.5rem}
.hero-facts .hero-area{flex:1;max-width:760px}
.hero-facts .hero-area strong{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:var(--green-2);margin-bottom:.45rem}
.hero-facts .hero-area span{font-size:.95rem;line-height:1.6;color:var(--ink)}
.hero-visual{position:relative}
.hero-contact-link{position:absolute;left:0;bottom:0;width:53%;height:18%;z-index:2;cursor:pointer;border:2px solid transparent}
.hero-contact-link:focus-visible{border-color:var(--lime);outline:0;background:rgba(201,220,116,.12)}
.services-grid{grid-template-columns:repeat(3,1fr)}
.service-card h3{font-size:1.45rem;font-weight:700;line-height:1.15}
.project-overlay strong{font-size:1.65rem;font-weight:700;line-height:1.15}
.brand-logo-frame{display:flex;align-items:center;justify-content:center;width:128px;height:62px;padding:3px;background:#fff;border:1px solid rgba(16,42,42,.1);border-radius:16px;overflow:hidden;box-shadow:0 5px 18px rgba(16,42,42,.08)}
.brand-logo{display:block;width:100%;height:100%;object-fit:contain}
.brand-copy{display:block}.brand-copy strong,.brand-copy small{display:block}.brand-copy strong{font-size:1rem;letter-spacing:-.035em}.brand-copy small{font-size:.61rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.footer-brand .brand-logo-frame{width:115px;height:58px}
.projects-section .section-heading{grid-template-columns:1fr;margin-bottom:3.25rem}
.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}
.project-card,.project-card:nth-child(1),.project-card:nth-child(5){grid-column:auto;margin:0}
.project-card:last-child:nth-child(odd){grid-column:1/-1;width:calc(50% - 1rem);justify-self:center}
.project-card button{height:480px}
.profile{display:block}
.profile-copy{max-width:1050px}
@media(max-width:950px){.services-grid{grid-template-columns:1fr 1fr}.projects-grid{gap:1.25rem}.project-card button{height:420px}}
@media(max-width:620px){.hero-copy{padding-top:3.5rem;padding-bottom:3.5rem}.services-grid{grid-template-columns:1fr}.hero h1{font-size:2.8rem}.hero h1 small{margin-top:1.1rem}.hero .lead{margin:2rem 0;line-height:1.65}.hero-facts{grid-template-columns:1fr;gap:1.75rem;margin-top:2.75rem;padding-top:1.75rem}.hero-facts .hero-area{max-width:none}.hero-facts .hero-area span{font-size:.88rem}.projects-grid{grid-template-columns:1fr;gap:1.25rem}.project-card:last-child:nth-child(odd){grid-column:auto;width:100%}.project-card button{height:390px}.brand-logo-frame{width:92px;height:48px;border-radius:12px}.brand-copy strong{font-size:.86rem}.brand-copy small{font-size:.5rem}}

/* Immagine principale interamente visibile e proporzionata su ogni schermo */
.hero-visual{min-height:0;width:min(calc(100% - 1.5rem),680px);aspect-ratio:1637/2045;align-self:center;justify-self:center}
.hero-visual img{width:100%;height:100%;object-fit:contain;object-position:center}
@media(max-width:950px){.hero-visual{width:min(calc(100% - 1rem),600px);height:auto;max-height:none;margin:0 auto 2.5rem}}
