
:root{--ink:#171717;--cream:#f4f0e8;--paper:#fbfaf7;--gold:#b28a3b;--muted:#6c685f;--line:rgba(23,23,23,.13);--max:1280px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"Helvetica Neue",sans-serif}a{color:inherit;text-decoration:none}img{display:block;width:100%}
.topbar{background:#405746;color:#eee;padding:22px 28px;border-bottom:1px solid rgba(255,255,255,.12)}.topbar-inner{max-width:var(--max);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{width:min(500px,46vw);filter:drop-shadow(0 0 12px rgba(212,175,78,.18))}.brand-caption{font-size:15px;letter-spacing:.16em;text-transform:uppercase;color:#cfc9bd;margin-top:5px}.motto{font-family:Georgia,"Times New Roman",serif;font-size:32px;text-align:right}
.nav{background:#34483a;color:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(255,255,255,.1)}.nav-inner{max-width:var(--max);margin:auto;display:flex;justify-content:center;overflow:auto}.nav a{padding:17px 13px;font-size:13px;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;color:#ddd}.nav a:hover,.nav a.active{color:#fff;background:rgba(255,255,255,.06)}
.wrap{max-width:var(--max);margin:auto}.page-hero{position:relative;isolation:isolate;background-image:linear-gradient(90deg,rgba(16,16,15,.56) 0%,rgba(16,16,15,.40) 42%,rgba(16,16,15,.18) 78%,rgba(16,16,15,.12) 100%),url("assets/hero-divano.webp");background-size:cover;background-position:center 54%;color:#fff;padding:118px 28px 105px;min-height:570px;display:flex;align-items:center}.page-hero .kicker,.kicker{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,8vw,96px);line-height:.9;margin:12px 0 20px}.page-hero p{max-width:700px;font-size:20px;line-height:1.7;color:#ddd}
section{padding:90px 28px}.two{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,68px);line-height:.95;margin:10px 0 25px}.copy p{font-size:17px;line-height:1.8;color:#514d45}.photo{height:100%;min-height:480px;object-fit:cover}.cream{background:var(--cream)}.dark{background:#191816;color:#f6f2ea}.dark p{color:#d7d0c3}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;overflow:hidden}.card img{aspect-ratio:4/4.8;object-fit:cover}.card-body{padding:21px}.card small{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}.card h3{font-family:Georgia,"Times New Roman",serif;font-size:32px;margin:7px 0}.card p{color:var(--muted);line-height:1.55}
.btn{display:inline-flex;gap:12px;padding:13px 18px;border:1px solid currentColor;font-size:11px;letter-spacing:.15em;text-transform:uppercase;margin-top:15px}.btn:hover{background:var(--ink);color:#fff}
.specs{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:35px}.spec{background:var(--paper);padding:24px}.spec b{display:block;font-family:Georgia,"Times New Roman",serif;font-size:25px;margin-bottom:7px}.spec span{font-size:13px;line-height:1.6;color:var(--muted)}
.article{max-width:820px;margin:auto}.article h2{font-family:Georgia,"Times New Roman",serif;font-size:52px;line-height:1;margin:0 0 24px}.article p{font-size:18px;line-height:1.85;color:#514d45}.article figure{margin:40px 0}.article figcaption{font-size:12px;color:#777;margin-top:8px}
.contact-box{background:#b28a3b;color:#fff;padding:55px}.contact-box h2{font-family:Georgia,"Times New Roman",serif;font-size:52px;margin:0 0 12px}.contact-box p{line-height:1.8}
footer{background:#111;color:#d9d3c8;padding:50px 28px}.footer-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px}footer h3{font-family:Georgia,"Times New Roman",serif;font-size:28px;color:#fff;margin:0 0 10px}footer p,footer a{font-size:13px;line-height:1.8;color:#aaa}.legal{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;font-size:11px;color:#777}
@media(max-width:850px){.topbar-inner{flex-direction:column;align-items:flex-start}.brand{width:min(600px,100%)}.motto{text-align:left;font-size:28px}.two{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.page-hero{padding-top:75px}}
@media(max-width:600px){section{padding:70px 20px}.page-hero{padding:82px 20px 78px;min-height:520px}.grid,.specs{grid-template-columns:1fr}.photo{min-height:330px}.nav-inner{justify-content:flex-start}.topbar{padding:16px 20px}}

.product-intro{background:var(--paper);padding:70px 28px 52px;border-bottom:1px solid var(--line)}.product-intro-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:end}.product-intro h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,7vw,88px);line-height:.9;margin:10px 0 8px}.product-intro p{font-size:19px;line-height:1.6;color:var(--muted);margin:0;max-width:720px}.product-intro-note{font-family:Georgia,"Times New Roman",serif;font-size:24px;color:var(--gold);padding-bottom:7px;text-align:right}@media(max-width:700px){.product-intro{padding:52px 20px 38px}.product-intro-grid{grid-template-columns:1fr;gap:14px}.product-intro-note{text-align:left;font-size:20px}}

.timeline{max-width:980px}.timeline-item{display:grid;grid-template-columns:180px 1fr;gap:50px;padding:38px 0;border-bottom:1px solid var(--line)}.timeline-item:last-child{border-bottom:0}.year{font-family:Georgia,"Times New Roman",serif;font-size:34px;color:var(--gold);letter-spacing:.04em}.timeline-item h2{font-family:Georgia,"Times New Roman",serif;font-size:42px;margin:0 0 10px}.timeline-item p{font-size:17px;line-height:1.75;color:var(--muted);margin:0}.article-list{padding-left:25px}.article-list li{font-size:17px;line-height:1.8;color:#514d45;margin:7px 0}.article h2:not(:first-child){margin-top:65px}.advice-grid .card{min-height:260px}.advice-grid .btn{margin-top:8px}@media(max-width:600px){.timeline-item{grid-template-columns:1fr;gap:8px}.timeline-item h2{font-size:36px}}

/* Product photography: keep complete sofas/chairs visible on detail pages. */
.product-detail-photo{height:auto;max-height:680px;object-fit:contain;object-position:center;background:var(--cream)}
.card--wide img{aspect-ratio:16/9;object-fit:contain;background:var(--cream)}
@media(max-width:850px){.product-detail-photo{max-height:none}}

.legal strong{color:#d9d3c8;font-weight:600}

.product-category h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,5vw,62px);line-height:.98;margin:10px 0 16px}.category-lead{font-size:17px;line-height:1.75;color:var(--muted);max-width:780px;margin:0 0 38px}.category-grid{margin-top:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.category-card img{aspect-ratio:16/10;object-fit:contain;background:var(--cream)}.category-card .card-body{padding:18px 21px 21px}.category-card h3{margin-bottom:0}

@media (max-width: 900px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 620px){.category-grid{grid-template-columns:1fr}}

.product-gallery{max-width:980px}.product-detail-figure{margin:0 0 38px;background:var(--cream)}.product-detail-figure .product-detail-photo{width:100%;max-height:760px;object-fit:contain;background:var(--cream)}

/* Servizi e storia — integrazioni finali */
.service-list{display:flex;flex-direction:column;gap:0}.service-block{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:78px 0;border-bottom:1px solid var(--line)}.service-block:last-child{border-bottom:0}.service-block-reverse .service-copy{order:2}.service-block-reverse .service-image{order:1}.service-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,66px);line-height:.95;margin:10px 0 22px}.service-copy p{font-size:17px;line-height:1.75;color:#514d45}.service-copy ul{margin-top:4px}.service-image{width:100%;height:520px;object-fit:cover}.history-wide-photo{display:block;width:100%;max-height:560px;object-fit:cover;margin-top:28px}.history-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.history-photo-grid img{width:100%;aspect-ratio:4/5;object-fit:cover}.history-photo-grid-two{grid-template-columns:repeat(2,1fr);max-width:760px}.history-photo-grid-two img{aspect-ratio:3/4}.timeline-with-photo{align-items:start}
@media(max-width:850px){.service-block{grid-template-columns:1fr;gap:28px}.service-block-reverse .service-copy{order:1}.service-block-reverse .service-image{order:2}.service-image{height:auto;max-height:560px}.history-photo-grid{grid-template-columns:1fr 1fr}.history-photo-grid img:last-child{grid-column:1 / -1;max-width:50%;justify-self:center}.history-photo-grid-two img:last-child{grid-column:auto;max-width:none}}
@media(max-width:600px){.service-block{padding:58px 0}.history-photo-grid{grid-template-columns:1fr}.history-photo-grid img:last-child{grid-column:auto;max-width:none;justify-self:stretch}.history-photo-grid-two{grid-template-columns:1fr}.history-photo-grid-two img:last-child{grid-column:auto}.history-wide-photo{max-height:none}}

/* La nostra storia — ANNI ’60: foto originale affiancata al testo */
.history-side-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:46px;align-items:center}
.history-side-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:42px;margin:0 0 10px}
.history-side-copy p{font-size:17px;line-height:1.75;color:var(--muted);margin:0}
.history-side-photo{display:block;width:100%;height:auto;max-height:360px;object-fit:contain}
@media(max-width:850px){.history-side-layout{grid-template-columns:1fr;gap:28px}.history-side-photo{max-width:579px}}
@media(max-width:600px){.history-side-copy h2{font-size:36px}}

/* Servizi — impaginazione finale approvata */
.services-intro{padding:72px 28px 34px;background:var(--paper)}.services-intro .kicker{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.services-intro h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,7vw,88px);line-height:.92;margin:10px 0 18px;color:#203b47}.services-intro p{font-size:19px;line-height:1.65;color:#294652;margin:0;max-width:1000px}.service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:48px;row-gap:6px;padding:20px 28px 80px;max-width:var(--max);margin:auto}.service-block{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:26px;align-items:start;padding:34px 0 48px;border-bottom:0}.service-block-reverse .service-copy{order:2}.service-block-reverse .service-image{order:1}.service-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,3vw,42px);line-height:1.02;margin:8px 0 22px;color:#203b47}.service-copy p{font-size:16px;line-height:1.65;color:#514d45}.service-copy ul{margin-top:4px}.service-image{width:100%;height:310px;object-fit:cover}.article-list{padding-left:22px}.article-list li{font-size:16px;line-height:1.65;color:#514d45;margin:7px 0}.service-list .service-block:first-child .service-copy{order:2}.service-list .service-block:first-child .service-image{order:1}.service-list .service-block:nth-child(3) .service-copy{order:2}.service-list .service-block:nth-child(3) .service-image{order:1}
@media(max-width:950px){.service-list{grid-template-columns:1fr;gap:0}.service-block{padding:36px 0 48px}.service-image{height:auto;max-height:500px}.services-intro{padding-bottom:28px}}
@media(max-width:600px){.services-intro{padding:58px 20px 24px}.services-intro h1{font-size:54px}.services-intro p{font-size:17px}.service-list{padding:10px 20px 58px}.service-block{grid-template-columns:1fr;gap:22px;padding:32px 0 44px}.service-block .service-copy,.service-block-reverse .service-copy{order:1}.service-block .service-image,.service-block-reverse .service-image{order:2}.service-image{height:auto;max-height:none}.service-copy h2{font-size:36px}}



/* SERVIZI — griglia definitiva approvata */
.services-intro{padding:72px 28px 34px;background:var(--paper)}
.services-intro .kicker{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}
.services-intro h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,7vw,88px);line-height:.92;margin:10px 0 18px;color:#203b47}
.services-intro p{font-size:19px;line-height:1.65;color:#294652;margin:0;max-width:1000px}
.services-grid-section{padding:22px 28px 82px}
.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 48px}
.service-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:26px;align-items:start;padding:20px 0 28px}
.service-card-image{display:block;width:100%;height:310px;object-fit:cover}
.service-card-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,3vw,42px);line-height:1.02;margin:8px 0 22px;color:#203b47}
.service-card-copy p{font-size:16px;line-height:1.65;color:#514d45}
.service-card-copy .article-list{padding-left:22px;margin-top:4px}
.service-card-copy .article-list li{font-size:16px;line-height:1.55;color:#514d45;margin:7px 0}
@media(max-width:1050px){.services-grid{grid-template-columns:1fr;gap:0}.service-card{padding:34px 0 48px;border-bottom:1px solid var(--line)}.service-card:last-child{border-bottom:0}}
@media(max-width:600px){.services-intro{padding:58px 20px 24px}.services-intro h1{font-size:54px}.services-intro p{font-size:17px}.services-grid-section{padding:10px 20px 58px}.service-card{grid-template-columns:1fr;gap:22px;padding:32px 0 44px}.service-card-image{height:auto;max-height:520px}.service-card-copy h2{font-size:36px}}
