/* Spazzola & Phon Acconciature Franco — Bespoke Studio · concept demo
   Font: Gabarito (display) + Caveat (accento scritto a mano) + Onest (testo)
   Palette: crema calda + caffè/espresso + corallo (il salone caldo di Franco). */

:root{
  --cream:#FBF4E9;
  --cream-2:#F1E6D3;
  --paper:#FFFDF8;
  --ink:#2A211B;
  --ink-soft:#6A5A4C;
  --coffee:#5E3D28;
  --coffee-2:#6E4A30;
  --coral:#DB6B4C;
  --coral-soft:#E89A7F;
  --line:rgba(42,33,27,.14);
  --line-c:rgba(251,244,233,.18);
  --shadow:0 22px 55px -30px rgba(42,33,27,.5);
  --maxw:1200px;
  --r:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;background:var(--cream);color:var(--ink);font-family:'Onest',system-ui,sans-serif;font-size:clamp(16px,1.02vw,18px);line-height:1.62;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit}
h1,h2,h3{font-family:'Gabarito',system-ui,sans-serif;font-weight:800;line-height:1.05;margin:0;letter-spacing:-.01em}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

.js .reveal,.js .reveal-hero{opacity:0}
.js.reduced-motion .reveal,.js.reduced-motion .reveal-hero,
html:not(.js) .reveal,html:not(.js) .reveal-hero{opacity:1}

.kicker{text-transform:uppercase;letter-spacing:.24em;font-size:.72rem;font-weight:700;color:var(--coral);margin:0 0 .9rem}
.lead{font-size:clamp(1.05rem,1.5vw,1.26rem);color:var(--ink-soft);max-width:60ch;margin:0}
.script{font-family:'Caveat',cursive;font-size:clamp(1.6rem,3vw,2.3rem);color:var(--coral);line-height:1.15;margin:0 0 1rem}
section{position:relative}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.96rem;padding:.82rem 1.5rem;border-radius:999px;border:2px solid transparent;text-decoration:none;cursor:pointer;transition:transform .18s ease,background .2s,color .2s,border-color .2s;line-height:1;font-family:inherit}
.btn--primary{background:var(--coffee);color:var(--cream)}
.btn--primary:hover{background:var(--coral);transform:translateY(-2px)}
.btn--ghost{background:transparent;border-color:currentColor;color:inherit}
.btn--ghost:hover{transform:translateY(-2px)}

/* intro */
.intro{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:var(--coffee);color:var(--cream);transition:opacity .6s ease,visibility .6s ease}
.intro.hide{opacity:0;visibility:hidden;pointer-events:none}
.intro__inner{display:grid;justify-items:center;gap:.5rem;text-align:center;padding:1rem}
.intro__phon{width:56px;height:56px;color:var(--coral-soft);animation:phonwiggle 1.8s ease-in-out infinite}
@keyframes phonwiggle{0%,100%{transform:rotate(-6deg)}50%{transform:rotate(4deg)}}
.reduced-motion .intro__phon{animation:none}
.intro__word{font-family:'Gabarito',sans-serif;font-weight:800;font-size:clamp(1.7rem,5vw,2.6rem)}
.intro__sub{font-family:'Caveat',cursive;font-size:1.2rem;color:var(--coral-soft)}

/* header */
.site-header{position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem clamp(1rem,4vw,2.4rem);background:var(--cream);color:var(--ink);border-bottom:1px solid var(--line)}
.brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;color:var(--ink)}
.brand__mark{width:30px;height:30px;color:var(--coffee)}
.brand__name{font-family:'Gabarito',sans-serif;font-weight:800;font-size:1.24rem;line-height:1}
.brand__name em{font-style:normal;color:var(--coral)}
.site-nav{display:flex;gap:1.5rem}
.site-nav a{text-decoration:none;color:var(--ink);font-weight:500;font-size:.95rem;opacity:.82;transition:opacity .2s,color .2s;padding-bottom:2px;border-bottom:2px solid transparent}
.site-nav a:hover{opacity:1;color:var(--coffee);border-color:var(--coral)}
.site-header__actions{display:flex;align-items:center;gap:.7rem}
.lang{background:transparent;border:2px solid var(--line);color:var(--ink);border-radius:999px;padding:.32rem .68rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;cursor:pointer;font-family:inherit}
.lang:hover{border-color:var(--coral);color:var(--coffee)}
.site-header__actions .btn{padding:.52rem 1.05rem;font-size:.88rem}
.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;background:transparent;border:2px solid var(--line);border-radius:9px;cursor:pointer}
.burger span{display:block;height:2px;width:18px;margin:0 auto;background:var(--ink)}

/* hero */
.hero{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(1.6rem,4vw,3.5rem);align-items:center;max-width:var(--maxw);margin:0 auto;padding:clamp(2.4rem,6vw,5rem) clamp(1.2rem,5vw,3rem);min-height:82vh}
.hero__text{min-width:0}
.hero__eyebrow{text-transform:uppercase;letter-spacing:.24em;font-size:.76rem;font-weight:700;color:var(--coral);margin:0 0 1.1rem}
.hero__title{font-size:clamp(2.5rem,6vw,4.6rem);font-weight:800;line-height:1.02}
.hero__title em{display:block;font-style:normal;font-family:'Caveat',cursive;font-weight:700;color:var(--coffee);font-size:1.05em;line-height:.9;margin-top:.1em}
.hero__lead{font-size:clamp(1.06rem,1.6vw,1.28rem);color:var(--ink-soft);max-width:48ch;margin:1.4rem 0 0}
.hero__cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}
.hero__badge{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.7rem;font-size:.92rem;color:var(--ink-soft)}
.hero__stars{color:var(--coral);letter-spacing:.1em}
.hero__badge strong{font-size:1.05rem;color:var(--ink)}
.hero__photo{margin:0;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow)}
.hero__photo img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/11}

/* LA VERA PIEGA (dark coffee, firma) */
.piega{background:var(--coffee);color:var(--cream);display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,5vw,4rem);align-items:center;max-width:var(--maxw);margin:0 auto;padding:clamp(3.5rem,8vw,6.5rem) clamp(1.2rem,5vw,3rem)}
.piega .kicker{color:var(--coral-soft)}
.piega__art{display:grid;place-items:center}
.tools{width:min(340px,74vw);height:auto;filter:drop-shadow(0 16px 34px rgba(0,0,0,.32))}
.piega__text h2{font-size:clamp(1.9rem,4vw,3rem);color:var(--cream);margin-bottom:.8rem}
.piega__text .script{color:var(--coral-soft)}
.piega__text .lead{color:rgba(251,244,233,.84)}

/* DA FRANCO */
.franco{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,5vw,4rem);align-items:center;max-width:var(--maxw);margin:0 auto;padding:clamp(3.5rem,8vw,6rem) clamp(1.2rem,5vw,3rem)}
.franco__photo{margin:0;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow)}
.franco__photo img{width:100%;height:100%;object-fit:cover;aspect-ratio:11/10}
.franco__text h2{font-size:clamp(1.9rem,4vw,3rem);margin-bottom:1rem}
.franco__pills{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;margin:1.6rem 0 0;padding:0}
.franco__pills span{background:var(--cream-2);border-radius:999px;padding:.45rem 1rem;font-size:.86rem;font-weight:500;color:var(--coffee)}

/* IN POLTRONA */
.poltrona{background:var(--cream-2);padding:clamp(3.5rem,8vw,6rem) clamp(1.2rem,5vw,3rem)}
.poltrona__head{max-width:var(--maxw);margin:0 auto clamp(2rem,4vw,3rem)}
.poltrona__head h2{font-size:clamp(1.9rem,4vw,3rem);margin-bottom:1rem}
.poltrona__grid{max-width:var(--maxw);margin:0 auto clamp(2rem,4vw,3rem);display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.serv{background:var(--paper);border-radius:var(--r);padding:1.5rem 1.4rem;border:1px solid var(--line)}
.serv h3{font-size:1.2rem;font-weight:700;color:var(--coffee);margin-bottom:.5rem}
.serv p{margin:0;color:var(--ink-soft);font-size:.95rem}
.poltrona__gallery{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.shot{padding:0;border:0;background:none;cursor:pointer;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}
.shot img{width:100%;height:100%;object-fit:cover;aspect-ratio:3/4;transition:transform .4s ease}
.shot:hover img{transform:scale(1.05)}

/* reviews */
.reviews{padding:clamp(3.5rem,8vw,6rem) clamp(1.2rem,5vw,3rem)}
.reviews__head{max-width:var(--maxw);margin:0 auto clamp(2rem,4vw,3rem)}
.reviews__head h2{font-size:clamp(1.8rem,3.6vw,2.7rem);margin-bottom:.6rem}
.reviews__grid{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem}
.review{margin:0;background:var(--paper);border-radius:var(--r);padding:1.6rem;border:1px solid var(--line);box-shadow:0 10px 26px -22px rgba(42,33,27,.4)}
.review p{margin:0 0 1rem;font-size:1.0rem}
.review cite{font-style:normal;font-weight:700;color:var(--coral);font-size:.88rem}

/* dove */
.dove{background:var(--cream-2);display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);padding:clamp(3.5rem,8vw,6rem) clamp(1.2rem,5vw,3rem);align-items:start}
.dove__info,.dove__map{max-width:600px;width:100%}
.dove__info{justify-self:end}
.dove__info h2{font-size:clamp(1.8rem,3.6vw,2.6rem);margin-bottom:1.4rem}
.dove__rows{list-style:none;margin:0 0 1.6rem;padding:0;display:grid;gap:1rem}
.dove__rows li{display:grid;grid-template-columns:120px 1fr;gap:1rem;align-items:baseline;border-bottom:1px solid var(--line);padding-bottom:1rem}
.dove__lab{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700;color:var(--coral)}
.dove__rows a{color:var(--coffee);font-weight:700;text-decoration:none}
.dove__rows a:hover{text-decoration:underline}
.dove__status{font-weight:600}
.hours{width:100%;border-collapse:collapse;margin-bottom:1.6rem;font-size:.96rem}
.hours th,.hours td{text-align:left;padding:.5rem .2rem;border-bottom:1px solid var(--line);font-weight:400}
.hours th{font-weight:500;color:var(--ink-soft)}
.hours .is-today,.hours .is-today th{color:var(--coffee);font-weight:700}
.dove__map{border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow);min-height:420px}
.dove__map iframe{width:100%;height:100%;min-height:420px;border:0;display:block}

/* footer */
.site-footer{background:var(--coffee);color:var(--cream);text-align:center;padding:clamp(2.5rem,6vw,4rem) 1.4rem;display:grid;gap:.9rem;justify-items:center}
.site-footer__brand{display:inline-flex;align-items:center;gap:.5rem;font-family:'Gabarito',sans-serif;font-weight:800;font-size:1.3rem}
.site-footer__brand .brand__mark{width:26px;height:26px;color:var(--coral-soft)}
.site-footer__addr{margin:0;color:rgba(251,244,233,.82);font-size:.92rem}
.site-footer__demo{margin:.4rem auto 0;max-width:70ch;font-size:.78rem;color:rgba(251,244,233,.55);line-height:1.5}

/* lightbox */
.lightbox{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;background:rgba(30,20,14,.9);padding:2rem}
.lightbox[hidden]{display:none!important}
.lightbox img{max-width:92vw;max-height:88vh;border-radius:10px;box-shadow:0 30px 80px rgba(0,0,0,.6)}
.lightbox__close{position:absolute;top:1.2rem;right:1.4rem;width:48px;height:48px;border-radius:50%;border:0;background:rgba(251,244,233,.16);color:var(--cream);font-size:1.8rem;line-height:1;cursor:pointer}
.lightbox__close:hover{background:rgba(251,244,233,.3)}

/* responsive */
@media (max-width:960px){
  .site-nav{position:fixed;inset:0 0 0 auto;width:min(80vw,320px);background:var(--coffee);flex-direction:column;justify-content:center;gap:1.6rem;padding:2rem;transform:translateX(100%);transition:transform .3s ease;z-index:70}
  .site-nav a{color:var(--cream);font-size:1.15rem}
  .site-nav.nav-open{transform:translateX(0)}
  .burger{display:flex}
  .hero,.piega,.franco,.dove{grid-template-columns:1fr}
  .hero__photo,.franco__photo{order:-1}
  .piega__art{order:-1}
  .poltrona__grid{grid-template-columns:1fr 1fr}
  .poltrona__gallery{grid-template-columns:1fr 1fr}
  .dove__info{justify-self:stretch}
  .dove__map{min-height:340px}
}
@media (max-width:560px){
  .site-header__actions .btn--primary{display:none}
  .poltrona__grid{grid-template-columns:1fr 1fr}
  .dove__rows li{grid-template-columns:1fr}
}
