/* ===== MAGIC WOMAN · styles.css ===== */
:root{
  --cream:#F5EEE6; --cream2:#EBE0D4; --paper:#FBF6EF;
  --berry:#8E2C5A; --berry-deep:#5E1B3C; --berry-soft:#A8467A;
  --rose:#D98FA8; --gold:#C69A4C;
  --ink:#2A1E22; --muted:#7A6A70; --line:rgba(94,27,60,.15);
  --serif:'Playfair Display',Georgia,'Times New Roman',serif;
  --sans:'Manrope',system-ui,-apple-system,sans-serif;
  --wrap:1200px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip;-webkit-text-size-adjust:100%}
body{font-family:var(--sans);background:var(--cream);color:var(--ink);line-height:1.66;-webkit-font-smoothing:antialiased;overflow-x:clip}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3{font-family:var(--serif);font-weight:700;line-height:1.08;letter-spacing:-.005em}
em{font-style:italic}
.section{padding:clamp(3.4rem,7.5vw,6.6rem) clamp(1.15rem,5vw,3rem);max-width:var(--wrap);margin:0 auto;overflow-x:clip}
.kicker{font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--berry)}

/* strands motif */
.strands,.hero-strands{width:100%;height:auto;display:block}
.strands path,.hero-strands path,.brand-mark path{fill:none;stroke:var(--berry);stroke-width:2;stroke-linecap:round}
.brand-mark{width:34px;height:34px;flex:none}
.brand-mark path{stroke:var(--berry);stroke-width:2.4}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.92rem;padding:.85rem 1.6rem;border-radius:999px;transition:transform .18s,background .18s,color .18s,box-shadow .18s;cursor:pointer;white-space:nowrap}
.btn-solid{background:var(--berry);color:var(--paper);box-shadow:0 10px 24px -12px rgba(94,27,60,.75)}
.btn-solid:hover{background:var(--berry-deep);transform:translateY(-2px)}
.btn-line{border:1.5px solid var(--berry);color:var(--berry)}
.btn-line:hover{background:var(--berry);color:var(--paper);transform:translateY(-2px)}

/* ===== INTRO ===== */
#intro{position:fixed;inset:0;z-index:120;background:var(--berry-deep);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.4rem;transition:opacity .7s ease,visibility .7s}
#intro.done{opacity:0;visibility:hidden}
.intro-mark{display:flex;flex-direction:column;align-items:center;gap:1rem;width:min(300px,64vw)}
.intro-mark .strands path{stroke:var(--rose);stroke-width:2.4;stroke-dasharray:340;stroke-dashoffset:340;animation:draw 1.3s ease forwards}
.intro-mark .strands path:nth-child(2){animation-delay:.12s}
.intro-mark .strands path:nth-child(3){animation-delay:.24s}
.intro-mark .strands path:nth-child(4){animation-delay:.36s}
.intro-mark p{font-family:var(--serif);font-size:clamp(1.9rem,5vw,2.7rem);color:var(--paper);font-weight:600;font-style:italic;animation:fadeUp .8s .5s ease both}
#intro-skip{margin-top:.3rem;background:none;border:1px solid rgba(245,238,230,.4);color:var(--paper);padding:.5rem 1.2rem;border-radius:999px;font-family:var(--sans);font-size:.85rem;cursor:pointer;transition:background .2s}
#intro-skip:hover{background:rgba(245,238,230,.14)}
@keyframes draw{to{stroke-dashoffset:0}}
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}

/* ===== HEADER ===== */
#site-header{position:sticky;top:0;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem clamp(1.15rem,5vw,3rem);background:rgba(245,238,230,.82);backdrop-filter:blur(11px);border-bottom:1px solid transparent;transition:border-color .3s,box-shadow .3s}
#site-header.scrolled{border-color:var(--line);box-shadow:0 6px 24px -18px rgba(94,27,60,.6)}
.brand{display:flex;align-items:center;gap:.55rem}
.brand-txt{display:flex;flex-direction:column;line-height:1.06}
.brand-txt b{font-family:var(--serif);font-size:1.16rem;font-weight:700;color:var(--berry-deep)}
.brand-txt i{font-style:normal;font-size:.6rem;letter-spacing:.19em;text-transform:uppercase;color:var(--muted)}
.nav{display:flex;gap:1.6rem}
.nav a{font-size:.9rem;font-weight:500;color:var(--ink);position:relative;padding:.2rem 0}
.nav a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--berry);transition:width .25s}
.nav a:hover::after{width:100%}
.head-actions{display:flex;align-items:center;gap:.9rem}
.lang{display:flex;align-items:center;gap:.25rem;font-size:.82rem;color:var(--muted)}
.lang button{background:none;border:none;font-family:inherit;font-size:.82rem;color:var(--muted);cursor:pointer;padding:.1rem .2rem}
.lang button.active{color:var(--berry);font-weight:700}
.btn-book{background:var(--berry);color:var(--paper);padding:.5rem 1.15rem;border-radius:999px;font-size:.86rem;font-weight:600;transition:background .2s,transform .2s}
.btn-book:hover{background:var(--berry-deep);transform:translateY(-1px)}
#burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.3rem}
#burger span{width:23px;height:2px;background:var(--berry-deep);border-radius:2px;transition:.3s}
#burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
#burger[aria-expanded="true"] span:nth-child(2){opacity:0}
#burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ===== HERO ===== */
.hero{max-width:var(--wrap);margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1.15rem,5vw,3rem) clamp(2.6rem,6vw,4.5rem);display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,3.6rem);align-items:center}
.hero-kicker{color:var(--berry);font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.hero-title{font-size:clamp(3rem,8vw,5rem);font-weight:900;color:var(--berry-deep);margin:.7rem 0 1.2rem}
.hero-title em{color:var(--berry);font-weight:600}
.hero-sub{color:var(--muted);font-size:1.06rem;max-width:46ch}
.hero-cta{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.7rem}
.hero-facts{display:flex;gap:1.6rem;flex-wrap:wrap;margin-top:1.9rem;padding-top:1.5rem;border-top:1px solid var(--line);font-size:.92rem;color:var(--ink)}
.hf-live{display:inline-flex;align-items:center;gap:.4rem}
#live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--muted)}
#live-dot.open{background:#3f8f52;box-shadow:0 0 0 3px rgba(63,143,82,.2)}
#live-dot.closed{background:var(--berry-soft);box-shadow:0 0 0 3px rgba(168,70,122,.2)}
.hero-media{position:relative}
.hero-photo{border-radius:220px 220px 26px 26px;overflow:hidden;box-shadow:0 34px 64px -30px rgba(94,27,60,.6);border:1px solid rgba(217,143,168,.4);aspect-ratio:3/3.7}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.hero-strands{position:absolute;left:-8%;bottom:-7%;width:60%;height:auto;opacity:.55;z-index:2}
.hero-strands path{stroke:var(--rose);stroke-width:2.4}

/* ===== MESTIERE ===== */
.mestiere-head{max-width:660px;margin-bottom:2.6rem}
.mestiere-head h2{font-size:clamp(2rem,5vw,3.2rem);color:var(--berry-deep);margin:.5rem 0 1rem}
.mestiere-head .lead{color:var(--muted);font-size:1.05rem}
.mestiere-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:1.3rem;align-items:stretch}
.serv{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:1.5rem 1.5rem;position:relative;overflow:hidden}
.serv-n{font-family:var(--serif);font-size:1rem;font-weight:600;color:var(--berry-soft);font-style:italic}
.serv h3{font-size:1.3rem;color:var(--berry-deep);margin:.5rem 0 .5rem}
.serv p{font-size:.94rem;color:var(--muted)}
.serv-feat{grid-column:1;grid-row:1 / 4;display:flex;flex-direction:column;padding:0}
.serv-feat figure{flex:1;min-height:220px;overflow:hidden}
.serv-feat figure img{width:100%;height:100%;object-fit:cover}
.serv-feat .serv-txt{padding:1.6rem 1.5rem 1.8rem}
.serv-feat h3{font-size:1.5rem}

/* ===== PERCHÉ ===== */
.perche{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.8rem,4vw,3.6rem);align-items:center}
.perche-photo{border-radius:20px;overflow:hidden;box-shadow:0 24px 50px -30px rgba(94,27,60,.55);border:1px solid var(--line);aspect-ratio:16/10}
.perche-photo img{width:100%;height:100%;object-fit:cover}
.perche-copy h2{font-size:clamp(1.9rem,4.5vw,2.8rem);color:var(--berry-deep);margin:.6rem 0 1rem}
.perche-copy p{color:var(--muted);max-width:52ch}
.perche-copy b{color:var(--ink)}
.perche-list{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-top:1.6rem}
.perche-list li{display:flex;flex-direction:column;gap:.15rem;padding-left:1.1rem;border-left:2px solid var(--rose)}
.perche-list b{font-size:1rem;color:var(--berry-deep);font-weight:700}
.perche-list span{font-size:.92rem;color:var(--muted)}

/* ===== RECENSIONI ===== */
.recensioni{text-align:center}
.rev-head{margin-bottom:2.4rem;position:relative}
.rev-head .strands-c{width:min(240px,60vw);margin:0 auto 1.2rem;opacity:.5}
.rev-head .strands-c path{stroke:var(--rose)}
.rev-head h2{font-size:clamp(1.8rem,4.5vw,2.8rem);color:var(--berry-deep);margin-top:.4rem}
.rev-grid{columns:3;column-gap:1.4rem;text-align:left}
.rev{break-inside:avoid;margin-bottom:1.4rem;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:1.5rem 1.5rem 1.3rem;box-shadow:0 14px 30px -26px rgba(94,27,60,.5)}
.rev p{font-size:.97rem;color:var(--ink);margin-bottom:.9rem}
.rev cite{font-style:normal;font-weight:700;font-size:.9rem;color:var(--berry-deep);display:flex;flex-direction:column;gap:.15rem}
.rev cite span{color:var(--gold);letter-spacing:.05em;font-size:.82rem;font-weight:500}

/* ===== DOVE ===== */
.dove-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,4vw,3.4rem);align-items:center}
.dove-info h2{font-size:clamp(1.9rem,4.5vw,2.8rem);color:var(--berry-deep);margin:.6rem 0 1.4rem}
.dove-list{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.8rem}
.dove-list li{display:flex;flex-direction:column;gap:.15rem;font-size:1rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}
.dove-list b{font-size:.68rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--berry)}
.dove-list a{color:var(--berry);font-weight:500;word-break:break-word}
.dove-cta{display:flex;gap:.8rem;flex-wrap:wrap}
.dove-side{display:flex;flex-direction:column;gap:1rem}
.dove-photo{border-radius:16px;overflow:hidden;border:1px solid var(--line);aspect-ratio:16/10;box-shadow:0 18px 40px -30px rgba(94,27,60,.5)}
.dove-photo img{width:100%;height:100%;object-fit:cover}
.dove-map{border-radius:16px;overflow:hidden;border:1px solid var(--line)}
.dove-map iframe{width:100%;height:100%;min-height:240px;border:0;display:block;filter:saturate(1.02)}

/* ===== FAQ ===== */
.faq{max-width:760px}
.faq-head{text-align:center;margin-bottom:2rem}
.faq-head h2{font-size:clamp(1.8rem,4vw,2.5rem);color:var(--berry-deep);margin-top:.4rem}
.faq-list details{border-bottom:1px solid var(--line);padding:1.1rem .2rem}
.faq-list summary{font-family:var(--serif);font-size:1.12rem;font-weight:600;color:var(--berry-deep);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";font-family:var(--sans);color:var(--berry);font-size:1.4rem;transition:transform .25s}
.faq-list details[open] summary::after{transform:rotate(45deg)}
.faq-list p{color:var(--muted);margin-top:.7rem;font-size:.98rem}

/* ===== FOOTER ===== */
#site-footer{background:var(--berry-deep);color:rgba(245,238,230,.8);padding:clamp(2.6rem,6vw,4rem) clamp(1.15rem,5vw,3rem) 2rem}
.foot-main{max-width:var(--wrap);margin:0 auto;display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;padding-bottom:2rem;border-bottom:1px solid rgba(217,143,168,.28)}
.foot-brand{display:flex;flex-direction:column;gap:.3rem}
.foot-brand .brand-mark path{stroke:var(--rose)}
.foot-brand b{font-family:var(--serif);font-size:1.5rem;color:var(--paper);font-weight:700}
.foot-brand i{font-style:normal;font-size:.66rem;letter-spacing:.19em;text-transform:uppercase;color:var(--rose)}
.foot-cols{display:flex;gap:2.6rem;flex-wrap:wrap}
.foot-cols div{display:flex;flex-direction:column;gap:.35rem}
.foot-cols b{font-size:.66rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--rose);margin-bottom:.2rem}
.foot-cols span,.foot-cols a{font-size:.92rem;color:rgba(245,238,230,.8)}
.foot-cols a:hover{color:var(--paper)}
.foot-bottom{max-width:var(--wrap);margin:1.6rem auto 0;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.foot-bottom p{font-size:.75rem;color:rgba(245,238,230,.5);max-width:74ch}
.foot-credit a{color:var(--rose);font-weight:600}

/* ===== ACTION BAR ===== */
.action-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:80;background:var(--berry-deep);border-top:1px solid rgba(217,143,168,.3)}
.action-bar a{flex:1;text-align:center;padding:.85rem .3rem;font-size:.82rem;font-weight:600;color:var(--paper);border-right:1px solid rgba(217,143,168,.2)}
.action-bar a:last-child{border-right:none}

/* ===== REVEAL ===== */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}
.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}

/* ===== RESPONSIVE ===== */
@media(max-width:900px){
  .nav{position:fixed;inset:0 0 0 auto;width:min(78vw,320px);flex-direction:column;justify-content:center;gap:1.8rem;background:var(--berry-deep);padding:2rem;transform:translateX(100%);transition:transform .35s;z-index:95}
  .nav.open{transform:none}
  .nav a{color:var(--paper);font-size:1.2rem;font-family:var(--serif)}
  .nav a::after{background:var(--rose)}
  #burger{display:flex}
  .hero{grid-template-columns:1fr;gap:2rem}
  .hero-media{max-width:420px;margin:0 auto;width:100%}
  .mestiere-grid{grid-template-columns:1fr 1fr}
  .serv-feat{grid-row:span 2;grid-column:1 / 3}
  .mestiere-grid>.serv:not(.serv-feat){grid-column:auto}
  .perche{grid-template-columns:1fr}
  .dove-grid{grid-template-columns:1fr}
  .rev-grid{columns:2}
  .action-bar{display:flex}
  #site-footer{padding-bottom:5rem}
}
@media(max-width:560px){
  .nav{width:100%}
  .btn-book{display:none}
  .mestiere-grid{grid-template-columns:1fr}
  .serv-feat{grid-column:auto}
  .rev-grid{columns:1}
  .hero-facts{gap:1rem}
}

/* ===== REDUCED MOTION ===== */
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
  .intro-mark .strands path{stroke-dashoffset:0}
  html{scroll-behavior:auto}
}
