
:root{
  --bg:#f5f2ec;
  --paper:#fffdf8;
  --ink:#1b1a18;
  --muted:#6c675f;
  --line:#d8d0c4;
  --soft:#ece6dc;
  --accent:#735f46;
  --accent-dark:#4d3d2c;
  --sage:#727365;
  --shadow:0 24px 60px rgba(35,31,27,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.72;font-size:16px;}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
p{margin:0 0 1.15rem}.lead{font-size:clamp(1.05rem,2vw,1.28rem);color:var(--muted);max-width:780px}.small{font-size:.92rem;color:var(--muted)}
.serif,h1,h2,h3,h4{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:.01em;line-height:1.08;margin:0;color:var(--ink)}
h1{font-size:clamp(3.2rem,8vw,7.3rem);}.page-title{font-size:clamp(3.1rem,7vw,6.4rem);}.section-title{font-size:clamp(2.4rem,5vw,4.6rem);margin-bottom:1rem}h3{font-size:clamp(1.45rem,3vw,2rem)}
.kicker{display:block;text-transform:uppercase;letter-spacing:.22em;color:var(--accent);font-size:.78rem;font-weight:700;margin-bottom:.85rem}.caps{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:700;color:var(--accent)}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.wide{width:min(1420px,calc(100% - 32px));margin-inline:auto}.grid{display:grid;gap:clamp(1.5rem,3vw,3rem)}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.topbar{background:var(--ink);color:#f8f3ea;font-size:.82rem;letter-spacing:.02em}.topbar .inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar a{opacity:.92}.topbar a:hover{opacity:1;text-decoration:underline}.topbar .links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.header{position:sticky;top:0;z-index:90;background:rgba(245,242,236,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(216,208,196,.55);transition:.25s}.nav{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:16px;min-width:220px}.brand img{width:220px;height:auto}.menu{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}.menu>li{position:relative}.menu a,.dropbtn{display:inline-flex;align-items:center;gap:6px;padding:14px 12px;border-radius:999px;color:#27231f;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;background:transparent;border:0;cursor:pointer}.menu a:hover,.dropbtn:hover{background:var(--soft);color:var(--accent-dark)}.dropdown{position:absolute;top:100%;left:0;background:var(--paper);min-width:260px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:10px;display:none}.dropdown a{display:flex;width:100%;border-radius:12px;justify-content:flex-start;text-transform:none;letter-spacing:.02em;font-size:.95rem;font-weight:500;padding:10px 12px}.menu li:hover .dropdown{display:block}.hamburger{display:none;border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:10px 13px;color:var(--ink);font-weight:700}.mobile-panel{display:none;position:absolute;left:16px;right:16px;top:100%;background:var(--paper);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:14px}.mobile-panel.open{display:block}.mobile-panel a{display:block;padding:12px 10px;border-bottom:1px solid #eee5d9}.mobile-panel a:last-child{border-bottom:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:13px 22px;background:var(--ink);color:#fff;font-weight:700;border:1px solid var(--ink);box-shadow:0 12px 28px rgba(0,0,0,.12);transition:.22s}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 35px rgba(0,0,0,.16)}.btn.secondary{background:transparent;color:var(--ink);border-color:var(--line);box-shadow:none}.btn.light{background:#fff;color:var(--ink);border-color:#fff}.btn.small-btn{padding:10px 16px;font-size:.88rem}.link-arrow{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:var(--accent-dark)}.link-arrow:after{content:"→";transition:.2s}.link-arrow:hover:after{transform:translateX(4px)}
.hero{min-height:calc(100vh - 126px);padding:60px 0 72px;display:grid;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 25%,rgba(115,95,70,.17),transparent 32%),radial-gradient(circle at 86% 70%,rgba(114,115,101,.18),transparent 30%);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:1.03fr .97fr;gap:clamp(2rem,5vw,5rem);align-items:center}.hero-logo{width:min(560px,90%);margin-bottom:2.4rem}.hero-copy{max-width:750px}.hero h1 span{display:block;color:var(--accent);font-style:italic}.hero .quote{margin-top:2rem;border-left:3px solid var(--accent);padding-left:1.2rem;font-family:Georgia,"Times New Roman",serif;font-size:1.34rem;line-height:1.4;color:#28231e}.hero-media{position:relative}.hero-photo{height:min(70vh,720px);min-height:480px;object-fit:cover;border-radius:42px;box-shadow:var(--shadow);filter:grayscale(1) contrast(1.02)}.floating-card{position:absolute;right:-20px;bottom:34px;background:rgba(255,253,248,.95);border:1px solid var(--line);border-radius:22px;padding:20px;max-width:310px;box-shadow:var(--shadow)}
.section{padding:clamp(72px,9vw,122px) 0}.paper{background:var(--paper)}.soft{background:var(--soft)}.intro-centered{text-align:center;max-width:820px;margin:0 auto 3rem}.split{display:grid;grid-template-columns:.88fr 1.12fr;gap:clamp(2rem,5vw,5rem);align-items:center}.portrait-wrap{position:relative}.portrait-wrap:before{content:"";position:absolute;inset:22px -18px -22px 18px;border:1px solid var(--line);border-radius:34px;z-index:0}.portrait-wrap img{position:relative;z-index:1;border-radius:34px;box-shadow:var(--shadow);object-fit:cover;width:100%;max-height:720px}.text-card{background:rgba(255,253,248,.82);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.5rem,3vw,3rem);box-shadow:0 18px 42px rgba(61,50,38,.06)}
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.35rem,2.3vw,2rem);box-shadow:0 18px 40px rgba(46,37,30,.06);transition:.24s;display:flex;flex-direction:column;min-height:100%}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card .num{font-family:Georgia,"Times New Roman",serif;font-size:3.3rem;color:rgba(115,95,70,.26);line-height:1}.card p{color:var(--muted)}.card-media{height:210px;overflow:hidden;border-radius:22px;margin:-.4rem -.4rem 1.25rem}.card-media img{width:100%;height:100%;object-fit:cover;filter:grayscale(.85)}.card-footer{margin-top:auto;padding-top:1rem}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:1.5rem}.pill{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:#fffaf2;color:var(--accent-dark);font-weight:700;font-size:.86rem}.feature-band{border-radius:38px;background:linear-gradient(135deg,var(--ink),#4b4033);color:#f8f3ea;overflow:hidden}.feature-band .content{padding:clamp(2rem,5vw,4rem)}.feature-band h2,.feature-band h3{color:#fff}.feature-band p{color:#e1d8c9}.feature-band img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);min-height:420px}.blog-grid .card h3{font-size:1.55rem}.blog-meta{font-size:.76rem;color:var(--accent);text-transform:uppercase;letter-spacing:.16em;font-weight:800;margin-bottom:.6rem}.timeline{position:relative;margin:2rem 0 0;padding-left:0}.timeline:before{content:"";position:absolute;left:112px;top:0;bottom:0;width:1px;background:var(--line)}.time-item{display:grid;grid-template-columns:88px 1fr;gap:48px;padding:0 0 1.9rem;position:relative}.time-item:after{content:"";position:absolute;left:105px;top:.45rem;width:15px;height:15px;border-radius:50%;background:var(--paper);border:3px solid var(--accent)}.time-year{font-family:Georgia,"Times New Roman",serif;font-size:1.24rem;color:var(--accent-dark);font-weight:700}.time-content{background:#fffdf9;border:1px solid var(--line);border-radius:18px;padding:18px 20px}.time-content p{margin:0;color:var(--muted)}
.page-hero{padding:70px 0 54px;background:linear-gradient(135deg,var(--soft),var(--bg));border-bottom:1px solid var(--line)}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:1.4rem;color:var(--muted);font-size:.9rem}.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}.page-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:60px;align-items:start}.prose{font-size:1.05rem}.prose h2{font-size:2.4rem;margin:2.2rem 0 1rem}.prose h3{font-size:1.7rem;margin:1.7rem 0 .8rem}.prose ul,.prose ol{padding-left:1.2rem}.prose li{margin:.4rem 0}.quote-block{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;line-height:1.35;border-left:3px solid var(--accent);padding:1rem 0 1rem 1.4rem;margin:2rem 0;color:#28231e;background:#fff9ef}.sidebox{position:sticky;top:124px;background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 18px 42px rgba(61,50,38,.06)}.sidebox img{border-radius:18px;margin-bottom:1rem}.sidebox a{display:block;margin:.5rem 0;color:var(--accent-dark);font-weight:700}.callout{background:#fff9ef;border:1px solid var(--line);border-radius:24px;padding:clamp(1.4rem,3vw,2rem);margin:2rem 0}.contact-card{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:28px}.contact-list{display:grid;gap:14px}.contact-row{display:flex;gap:14px;align-items:flex-start;padding:14px;border-radius:18px;background:#fffaf2;border:1px solid #eadfce}.icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;flex:0 0 auto}.map{width:100%;height:360px;border:0;border-radius:28px;filter:grayscale(.2)}form{display:grid;gap:14px}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px 14px;background:#fff;color:var(--ink);font:inherit}textarea{min-height:130px;resize:vertical}label{font-weight:800;font-size:.86rem;color:var(--accent-dark)}.footer{background:var(--ink);color:#f8f3ea;padding:56px 0 34px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:38px}.footer p,.footer a{color:#e2d6c5}.footer a:hover{color:#fff;text-decoration:underline}.footer img{width:260px;background:#fff;border-radius:12px;padding:8px;margin-bottom:1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#cfc2b1;font-size:.88rem}.reveal{opacity:0;transform:translateY(18px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}.backtop{position:fixed;right:20px;bottom:20px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.25s;z-index:80}.backtop.show{opacity:1;pointer-events:auto}.note{font-size:.9rem;color:var(--muted);font-style:italic}.hero-min{min-height:auto;padding:48px 0 60px}.image-strip{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:16px}.image-strip img{height:300px;width:100%;object-fit:cover;border-radius:28px;filter:grayscale(.85)}
@media(max-width:1080px){.grid-4{grid-template-columns:repeat(2,1fr)}.menu{display:none}.hamburger{display:inline-flex}.nav{min-height:76px}.brand img{width:185px}.hero-grid,.split,.page-layout,.feature-band.grid-2{grid-template-columns:1fr}.hero-photo{height:56vh}.sidebox{position:static}.footer-grid{grid-template-columns:1fr 1fr}.topbar .inner{height:auto;padding:8px 0;align-items:flex-start}.topbar .links{gap:10px}.timeline:before{left:78px}.time-item{grid-template-columns:64px 1fr;gap:30px}.time-item:after{left:71px}.floating-card{position:relative;right:auto;bottom:auto;margin-top:18px}}
@media(max-width:720px){body{font-size:15px}.container,.wide{width:min(100% - 24px,1180px)}.grid-2,.grid-3,.grid-4,.footer-grid{grid-template-columns:1fr}.hero{padding:38px 0 54px}.hero-logo{margin-bottom:1.4rem}.hero-photo{min-height:360px;border-radius:28px}.section{padding:62px 0}.topbar{display:none}.brand img{width:150px}.page-title,h1{font-size:clamp(2.7rem,14vw,4.4rem)}.timeline:before{display:none}.time-item{grid-template-columns:1fr;gap:8px}.time-item:after{display:none}.image-strip{grid-template-columns:1fr}.footer-bottom{display:block}.page-hero{padding:46px 0}.card-media{height:180px}}

/* Barra superiore compatta allo scroll */
.header,
.nav,
.brand img,
.menu a,
.dropbtn,
.hamburger{
  transition: min-height .28s ease, padding .28s ease, width .28s ease, box-shadow .28s ease, background-color .28s ease, border-color .28s ease, font-size .28s ease;
}
.header.is-scrolled{
  background: rgba(245,242,236,.97);
  border-bottom-color: rgba(115,95,70,.22);
  box-shadow: 0 12px 34px rgba(35,31,27,.10);
}
.header.is-scrolled .nav{
  min-height: 62px;
}
.header.is-scrolled .brand img{
  width: 165px;
}
.header.is-scrolled .menu a,
.header.is-scrolled .dropbtn{
  padding: 9px 10px;
  font-size: .70rem;
  letter-spacing: .105em;
}
.header.is-scrolled .hamburger{
  padding: 8px 12px;
}
.header.is-scrolled .mobile-panel{
  top: calc(100% + 8px);
}
@media(max-width:1080px){
  .header.is-scrolled .nav{min-height:62px}
  .header.is-scrolled .brand img{width:158px}
}
@media(max-width:720px){
  .header.is-scrolled .nav{min-height:58px}
  .header.is-scrolled .brand img{width:132px}
}

/* Approfondimenti importati da Word */
.prose .document-meta{color:var(--muted);font-size:.95rem;margin-bottom:1.2rem}
.prose .article-cover{border-radius:24px;margin:0 0 2rem;box-shadow:var(--shadow);width:100%;max-height:560px;object-fit:cover;filter:grayscale(.65)}
.prose .footnotes{font-size:.92rem;color:var(--muted)}
.prose .footnotes ol{padding-left:1.25rem;margin:0}
.prose .footnotes li{margin:.55rem 0}

/* Modifica richiesta: header sempre compatto, senza barra nera superiore, con menu su una sola riga */
.topbar{
  display:none !important;
}
.header{
  top:0;
}
.header .nav{
  width:min(1700px,calc(100% - 48px));
  min-height:74px;
  gap:18px;
}
.header .brand{
  min-width:auto;
  flex:0 0 auto;
}
.header .brand img{
  width:185px;
}
.header .menu{
  flex:1 1 auto;
  justify-content:flex-end;
  flex-wrap:nowrap;
  gap:4px;
}
.header .menu>li{
  flex:0 0 auto;
}
.header .menu a,
.header .dropbtn{
  white-space:nowrap;
  padding:10px 10px;
  font-size:.73rem;
  letter-spacing:.105em;
  line-height:1;
}
.header.is-scrolled .nav{
  min-height:62px;
}
.header.is-scrolled .brand img{
  width:165px;
}
.header.is-scrolled .menu a,
.header.is-scrolled .dropbtn{
  padding:8px 9px;
  font-size:.70rem;
  letter-spacing:.095em;
}
.hero{
  min-height:calc(100vh - 74px);
}
@media(max-width:1180px){
  .header .menu{display:none;}
  .hamburger{display:inline-flex;}
  .header .nav{min-height:68px;width:min(100% - 32px,1180px);}
  .header .brand img{width:165px;}
}
@media(max-width:720px){
  .header .nav{min-height:62px;}
  .header .brand img{width:138px;}
  .hero{min-height:auto;}
}


/* Correzione approfondimenti: i testi lunghi devono restare sempre leggibili anche senza animazione JS */
.prose.reveal{opacity:1;transform:none;}
.empty-article{min-height:320px;}

/* Pulsanti social nella pagina Contatti */
.social-buttons{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:8px;
}
.social-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--accent-dark);
  font-weight:800;
  font-size:.82rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.social-btn:hover{
  background:var(--ink);
  color:#fff;
  text-decoration:none;
}


/* Privacy e collegamenti legali */
.legal-page .document-meta{color:var(--muted);font-size:.95rem;margin-bottom:1.4rem}
.privacy-notice p{margin:0}


/* Consenso privacy/cookie nei form */
.form-consent{
  margin:2px 0 4px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fffaf2;
}
.consent-label{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-weight:600;
  font-size:.84rem;
  line-height:1.45;
  color:var(--muted);
  cursor:pointer;
}
.consent-label input{
  width:auto;
  min-width:18px;
  height:18px;
  margin:.18rem 0 0;
  accent-color:var(--accent-dark);
}
.consent-label a{
  color:var(--accent-dark);
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:3px;
}
.btn:disabled,
.btn.is-disabled{
  opacity:.45;
  cursor:not-allowed;
  transform:none!important;
  box-shadow:none!important;
}
.btn:disabled:hover,
.btn.is-disabled:hover{
  transform:none!important;
  box-shadow:none!important;
}

/* Collegamenti legali e pulsante cookie fisso */
.footer-bottom .legal-link{
  color:#e2d6c5;
  text-decoration:none;
}
.footer-bottom .legal-link:hover{
  color:#fff;
  text-decoration:underline;
}
.iubenda-cookie-floating{
  position:fixed!important;
  left:20px!important;
  bottom:20px!important;
  z-index:100!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:74px!important;
  min-height:42px!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  border:1px solid rgba(216,208,196,.95)!important;
  background:#fffdf8!important;
  color:#1b1a18!important;
  font:700 .78rem Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  box-shadow:0 14px 35px rgba(35,31,27,.18)!important;
  text-decoration:none!important;
}
.iubenda-cookie-floating:hover{
  background:#1b1a18!important;
  color:#fff!important;
  text-decoration:none!important;
}
@media(max-width:720px){
  .iubenda-cookie-floating{
    left:14px!important;
    bottom:14px!important;
    min-width:66px!important;
    min-height:38px!important;
    font-size:.70rem!important;
  }
}


/* Modifiche richieste: home, pagina terapia/cura e giustificazione testi */
.hero .quote{
  margin-top:0;
  margin-bottom:1.6rem;
}
.hero-photo{
  width:80%;
  height:auto;
  min-height:0;
  max-height:576px;
}
.hero-media{
  display:flex;
  justify-content:center;
  align-items:center;
}
.prose p,
.prose li,
p{
  text-align:justify;
}
.cura-cover {
  width: 60%;
  height: auto;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center;
  margin: 0 auto 2rem;
  display: block;
}
@media(max-width:720px){
  .hero-photo,
  .cura-cover{
    width:100%;
  }
}


/* Modifica richiesta: riduzione foto sezione Chi sono solo in home */
#chi-sono .portrait-wrap{
  width:65%;
  max-width:420px;
  margin:0 auto;
}
#chi-sono .portrait-wrap img{
  width:100%;
}
@media(max-width:720px){
  #chi-sono .portrait-wrap{
    width:75%;
  }
}


/* Home review: impostazione editoriale ispirata a layout psicoanalitico minimale */
.hero-editorial-review{
  min-height:auto;
  padding:72px 0 78px;
  background:#fffdf8;
}
.editorial-home{
  max-width:980px;
  text-align:center;
}
.editorial-heading h1{
  margin:0 0 38px;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:clamp(2.15rem,4.2vw,3.45rem);
  line-height:1.12;
  font-weight:800;
  letter-spacing:.075em;
  text-transform:uppercase;
  color:#111;
}
.editorial-photo{
  position:relative;
  margin:0 auto 30px;
  width:min(100%,860px);
  overflow:hidden;
  border-radius:0;
  background:#ddd;
  box-shadow:none;
}
.editorial-photo img{
  display:block;
  width:100%;
  height:auto;
  max-height:560px;
  object-fit:cover;
  object-position:center;
  filter:grayscale(100%);
}
.editorial-photo figcaption{
  position:absolute;
  left:0;
  right:0;
  bottom:30px;
  padding:0 24px;
  color:#fff;
  font-family:"Bodoni 72","Didot","Baskerville","Libre Baskerville",Georgia,serif;
  font-size:clamp(1.45rem,3vw,2.45rem);
  line-height:1.12;
  font-weight:500;
  letter-spacing:.035em;
  font-style:italic;
  text-shadow:0 3px 18px rgba(0,0,0,.55);
}
.editorial-quote{
  max-width:760px;
  margin:0 auto;
  color:#1b1a18;
}
.editorial-quote p{
  margin:0 0 8px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.18rem,2.05vw,1.68rem);
  line-height:1.45;
  text-align:center;
}
.editorial-quote span{
  display:block;
  color:var(--muted);
  font-family:Georgia,"Times New Roman",serif;
  font-size:1rem;
}
.editorial-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:32px;
}
@media(max-width:720px){
  .hero-editorial-review{padding:46px 0 58px;}
  .editorial-heading h1{margin-bottom:26px;letter-spacing:.05em;}
  .editorial-photo figcaption{bottom:18px;font-size:1.45rem;}
}


/* Home editoriale: menu centrale sotto il titolo, stile minimale */
body.home-editorial-page .header{
  display:none;
}
body.home-editorial-page .hero-editorial-review{
  padding-top:42px;
}
.editorial-heading{
  margin-bottom:28px;
}
.editorial-heading h1{
  margin-bottom:24px;
}
.editorial-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:24px;
  margin:0 auto 28px;
  padding:0 10px;
}
.editorial-menu a{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:.72rem;
  font-weight:500;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#8e8a84;
  line-height:1;
  transition:color .2s ease;
}
.editorial-menu a:hover{
  color:#111;
  text-decoration:none;
}
@media(max-width:720px){
  .editorial-menu{
    gap:14px;
    margin-bottom:22px;
  }
  .editorial-menu a{
    font-size:.68rem;
    letter-spacing:.11em;
  }
}


/* Menu editoriale applicato a tutte le pagine */
.header{
  display:none !important;
}
.global-editorial-header{
  padding:42px 0 18px;
  background:#fffdf8;
  text-align:center;
  border-bottom:1px solid rgba(216,208,196,.55);
}
.global-editorial-header .editorial-heading{
  margin-bottom:0;
}
.global-editorial-header h1{
  margin:0 0 24px;
  font-family:"Bodoni 72","Didot","Baskerville","Libre Baskerville",Georgia,serif;
  font-size:clamp(2.05rem,4vw,3.35rem);
  line-height:1.12;
  font-weight:500;
  letter-spacing:.055em;
  text-transform:none;
  font-style:italic;
  color:#111;
}
.global-editorial-header + .page-hero{
  padding-top:54px;
}
@media(max-width:720px){
  .global-editorial-header{padding:30px 0 14px;}
  .global-editorial-header h1{font-size:clamp(1.65rem,8vw,2.5rem);letter-spacing:.05em;margin-bottom:20px;}
}

/* Titolo editoriale aggiornato */
.editorial-heading h1{
  font-family:"Bodoni 72","Didot","Baskerville","Libre Baskerville",Georgia,serif;
  font-weight:500;
  letter-spacing:.055em;
  text-transform:none;
  font-style:italic;
}


/* Home - sezione Chi sono senza immagine e con testo centrato */
#chi-sono .home-about-centered{
  max-width:860px;
  margin-inline:auto;
  text-align:center;
}
#chi-sono .home-about-centered .section-title{
  max-width:760px;
  margin-inline:auto;
  margin-bottom:1.2rem;
}
#chi-sono .home-about-centered p{
  text-align:justify;
  text-justify:inter-word;
}
#chi-sono .home-about-centered .link-arrow{
  justify-content:center;
}
