/* MODA & ARTE — parrucchieri & grooming a San Siro
   Gesto-firma: la «&» (dualità MODA/stile & ARTE/mestiere). Identità arancione San Siro.
   Bricolage Grotesque (display) + Albert Sans (testo). */

* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --orange: #E8531F; --orange2: #F26B2A; --yellow: #F2B705; --yellow-s: #F4C842;
  --ink: #1A1613; --dark: #241F1A; --cream: #FBF4E9; --cream2: #F6EEDF;
  --muted: #6E6355; --line: #E7DAC7;
  --disp: 'Bricolage Grotesque', system-ui, sans-serif; --sans: 'Albert Sans', system-ui, sans-serif;
  --wrap: 1180px;
}
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--cream); line-height: 1.62; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap--narrow { max-width: 760px; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 200; border-radius: 4px; }

h1, h2, h3 { font-family: var(--disp); font-weight: 700; line-height: 1.05; letter-spacing: -.015em; }
.h2 { font-size: clamp(2rem, 4.6vw, 3.2rem); color: var(--ink); margin-bottom: .45em; }
.h2 em { font-style: normal; color: var(--orange); }
.h2 .amp { color: var(--yellow); font-family: Georgia, serif; font-style: italic; padding: 0 .06em; }
.kicker { font-family: var(--disp); text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; color: var(--orange); margin-bottom: 1em; font-weight: 700; }
.lead { font-size: 1.16rem; color: #463c30; max-width: 62ch; }

/* buttons */
.btn { display: inline-block; font-family: var(--disp); font-weight: 700; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; padding: 14px 26px; border-radius: 40px; transition: transform .2s, background .2s, color .2s; cursor: pointer; }
.btn--orange { background: var(--orange); color: #fff; border: 2px solid var(--orange); }
.btn--orange:hover { background: var(--ink); border-color: var(--ink); transform: translateY(-2px); }
.btn--call { background: var(--ink); color: var(--cream); border: none; padding: 10px 18px; }
.btn--call:hover { background: var(--orange); }
.btn--ghost { background: transparent; color: var(--ink); border: 2px solid var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--cream); }

/* header */
.site-head { position: sticky; top: 0; z-index: 90; background: rgba(251,244,233,.94); border-bottom: 1px solid var(--line); }
.head-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 18px; }
.brand__name { font-family: var(--disp); font-weight: 800; font-size: 1.2rem; color: var(--ink); letter-spacing: -.02em; }
.brand__name em, .foot-brand em, .intro__name em { font-style: italic; font-family: Georgia, serif; color: var(--orange); font-weight: 400; }
.nav { display: flex; gap: 26px; }
.nav a { text-decoration: none; font-size: .93rem; font-weight: 500; color: var(--ink); position: relative; padding: 4px 0; }
.nav a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--orange); transition: width .25s; }
.nav a:hover::after { width: 100%; }
.head-cta { display: flex; align-items: center; gap: 12px; }
.lang { background: none; border: 1px solid var(--line); color: var(--muted); font-family: var(--disp); font-weight: 700; font-size: .72rem; letter-spacing: .06em; padding: 6px 10px; border-radius: 40px; cursor: pointer; }
.lang:hover { border-color: var(--orange); color: var(--orange); }
.burger { display: none; background: none; border: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.burger span { width: 24px; height: 2px; background: var(--ink); transition: .3s; }

/* hero */
.hero { position: relative; min-height: 90vh; display: flex; align-items: flex-end; color: var(--cream); overflow: hidden; }
.hero__photo { position: absolute; inset: 0; z-index: 0; }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(26,22,19,.25) 0%, rgba(26,22,19,.4) 45%, rgba(20,16,13,.9) 100%); }
.hero__inner { position: relative; z-index: 2; padding: 0 24px 66px; }
.hero__kicker { font-family: var(--disp); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: var(--yellow-s); margin-bottom: .6em; font-weight: 700; }
.hero__title { font-size: clamp(3.4rem, 11vw, 7rem); font-weight: 800; margin-bottom: .22em; letter-spacing: -.03em; }
.hero__title em { font-style: italic; font-family: Georgia, serif; color: var(--orange2); font-weight: 400; }
.hero__sub { font-size: 1.24rem; max-width: 42ch; color: #f3e9da; margin-bottom: 1.5em; }
.hero__sub strong { color: #fff; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 1.5em; }
.hero .btn--ghost { color: var(--cream); border-color: rgba(246,238,224,.7); }
.hero .btn--ghost:hover { background: var(--cream); color: var(--ink); }
.hero__badge { font-size: .95rem; color: #ecdfc9; }
.hero__badge strong { color: #fff; }
.stars { color: var(--yellow-s); }
.stars--big { font-size: 1.25em; color: var(--orange); }

/* sezioni */
section { padding: clamp(58px, 8.5vw, 112px) 0; }

/* DUALITÀ (gesto-firma) */
.dual { background: var(--cream2); }
.dual__grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 2em; }
.dual__card { background: var(--cream); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.dual__foto { aspect-ratio: 4/3; overflow: hidden; cursor: zoom-in; }
.dual__card--arte .dual__foto { aspect-ratio: 4/5; }
.dual__foto img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.dual__card:hover .dual__foto img { transform: scale(1.04); }
.dual__body { padding: 22px 24px 26px; }
.dual__word { font-family: var(--disp); font-weight: 800; font-size: 1.7rem; color: var(--ink); display: block; margin-bottom: .2em; }
.dual__card--moda .dual__word { color: var(--ink); }
.dual__card--arte .dual__word { color: var(--orange); }
.dual__body p { color: var(--muted); }
.dual__amp { display: grid; place-items: center; }
.amp-mark { font-family: Georgia, serif; font-style: italic; font-weight: 700; font-size: clamp(3rem, 8vw, 6rem); color: var(--yellow); line-height: 1; }

/* IL GROOMING */
.groom__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 2.2em 0; }
.serv { background: var(--cream2); border: 1px solid var(--line); border-radius: 14px; padding: 28px 24px; }
.serv__ico { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 1.3rem; margin-bottom: .5em; }
.serv h3 { font-size: 1.3rem; color: var(--ink); margin-bottom: .3em; }
.serv p { color: var(--muted); font-size: .98rem; }
.groom__foto { position: relative; border-radius: 14px; overflow: hidden; margin-top: 1em; cursor: zoom-in; }
.groom__foto img { width: 100%; max-height: 62vh; object-fit: cover; }
.groom__foto figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 22px 16px; background: linear-gradient(transparent, rgba(20,16,13,.82)); color: var(--cream); font-size: .96rem; }

/* SAN SIRO */
.sansiro { background: var(--ink); color: var(--cream); }
.sansiro .kicker { color: var(--yellow-s); }
.sansiro .h2 { color: #fff; }
.sansiro .h2 em { color: var(--orange2); }
.sansiro__grid { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(30px, 5vw, 66px); align-items: center; }
.sansiro__text p { color: #e6dccb; margin-bottom: 1em; max-width: 52ch; }
.sansiro__text strong { color: #fff; }
.sansiro__foto { border-radius: 14px; overflow: hidden; border: 4px solid rgba(242,107,42,.35); cursor: zoom-in; }
.sansiro__foto img { width: 100%; height: 100%; object-fit: cover; }
.ss__facts { list-style: none; display: flex; gap: 14px; flex-wrap: wrap; margin-top: 1.4em; }
.ss__facts li { background: rgba(255,255,255,.06); border: 1px solid rgba(242,107,42,.3); border-radius: 40px; padding: 8px 16px; font-size: .9rem; }
.ss__facts strong { color: var(--orange2); }

/* TEAM */
.team { background: var(--yellow); text-align: center; }
.team .kicker { color: var(--ink); }
.team .h2 { color: var(--ink); }
.team .h2 .amp { color: #fff; }
.team .lead { color: #3a3122; margin: 0 auto; }
.team .lead strong { color: var(--ink); }

/* GALLERY */
.gal__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 2em; }
.gal__grid figure { border-radius: 12px; overflow: hidden; cursor: zoom-in; aspect-ratio: 4/3; }
.gal__grid figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gal__grid figure:hover img { transform: scale(1.05); }
.gal__tall { grid-row: span 2; aspect-ratio: 4/5 !important; }

/* RECENSIONI */
.rec { background: var(--cream2); }
.rec .h2 { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.rec__sub { font-size: .95rem; color: var(--muted); font-weight: 500; font-family: var(--sans); font-style: italic; }
.rec__grid { columns: 2; column-gap: 22px; margin-top: 1.4em; }
.rec__q { break-inside: avoid; margin-bottom: 22px; background: var(--cream); border: 1px solid var(--line); border-radius: 14px; padding: 24px; border-left: 4px solid var(--orange); }
.rec__q p { color: #40372b; }
.rec__q cite { display: block; margin-top: .7em; font-style: normal; font-family: var(--disp); font-size: .78rem; letter-spacing: .04em; color: var(--orange); text-transform: uppercase; font-weight: 700; }

/* DOVE */
.dove__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.dove__addr { color: var(--muted); margin-bottom: 1em; }
.dove__stato { font-family: var(--disp); font-weight: 700; font-size: .95rem; margin-bottom: 1.1em; }
.dove__stato::before { content: '●'; margin-right: 8px; }
.dove__stato.is-open { color: #2f7d4f; }
.dove__stato.is-closed { color: var(--orange); }
.orari { width: 100%; border-collapse: collapse; margin-bottom: 1.5em; }
.orari th, .orari td { text-align: left; padding: 9px 4px; border-bottom: 1px solid var(--line); font-weight: 400; }
.orari th { font-family: var(--disp); font-weight: 600; font-size: .86rem; color: var(--ink); }
.orari td { color: var(--muted); text-align: right; }
.orari tr.is-today th, .orari tr.is-today td { color: var(--orange); font-weight: 700; }
.dove__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.dove__map { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); min-height: 340px; }
.dove__map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; }

/* FAQ */
.faq { background: var(--cream2); }
.faq__list { margin-top: 1.4em; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { font-family: var(--disp); font-weight: 600; font-size: 1.06rem; color: var(--ink); cursor: pointer; padding: 16px 30px 16px 0; list-style: none; position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+'; position: absolute; right: 4px; top: 13px; color: var(--orange); font-size: 1.5rem; transition: transform .3s; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { color: var(--muted); padding: 0 0 16px; max-width: 64ch; }

/* footer */
.site-foot { background: var(--ink); color: #d8c9b3; padding: 46px 0; }
.foot-inner { display: grid; gap: 12px; text-align: center; }
.foot-brand { font-family: var(--disp); font-weight: 800; font-size: 1.3rem; color: #fff; }
.foot-dove a { color: var(--orange2); }
.foot-demo { font-size: .8rem; color: #9c8c76; max-width: 62ch; margin: 6px auto 0; }

/* action bar mobile */
.bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 95; background: var(--ink); border-top: 2px solid var(--orange); }
.bar a { flex: 1; text-align: center; padding: 13px 4px; color: var(--cream); text-decoration: none; font-family: var(--disp); font-weight: 600; font-size: .8rem; text-transform: uppercase; }
.bar a + a { border-left: 1px solid rgba(242,107,42,.3); }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(18,14,11,.94); display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 6px; }
.lightbox__close { position: absolute; top: 18px; right: 24px; background: none; border: none; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1; }

/* intro */
.intro { position: fixed; inset: 0; z-index: 500; background: var(--ink); display: grid; place-items: center; transition: opacity .6s, visibility .6s; }
.intro.hide { opacity: 0; visibility: hidden; }
.intro__inner { text-align: center; color: var(--cream); }
.intro__amp { display: block; font-family: Georgia, serif; font-style: italic; font-weight: 700; font-size: 4rem; color: var(--orange2); line-height: 1; margin-bottom: 6px; }
.intro__name { display: block; font-family: var(--disp); font-size: 2rem; font-weight: 800; color: #fff; }
.intro__sub { display: block; font-family: var(--disp); font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--yellow-s); margin-top: 8px; font-weight: 600; }

/* reveal (GSAP fromTo con immediateRender:false → il CSS nasconde) */
.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; }

/* responsive */
@media (max-width: 900px) {
  .nav { position: fixed; inset: 66px 0 auto 0; background: var(--cream); flex-direction: column; gap: 0; padding: 8px 0; border-bottom: 1px solid var(--line); transform: translateY(-120%); transition: transform .3s; box-shadow: 0 20px 40px -20px rgba(0,0,0,.25); }
  .nav.nav-open { transform: translateY(0); }
  .nav a { padding: 14px 24px; }
  .nav a::after { display: none; }
  .burger { display: flex; }
  .dual__grid { grid-template-columns: 1fr; }
  .dual__amp { padding: 4px 0; }
  .groom__grid { grid-template-columns: 1fr; }
  .sansiro__grid, .dove__grid { grid-template-columns: 1fr; }
  .sansiro__foto { max-width: 420px; }
  .gal__grid { grid-template-columns: repeat(2, 1fr); }
  .gal__tall { grid-row: auto; aspect-ratio: 4/3 !important; }
  .rec__grid { columns: 1; }
  .bar { display: flex; }
  body { padding-bottom: 48px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }
