/* ==========================================================================
   core.css
   Nucleo: token di marca, reset, tipografia di base, testata, navigazione, piede, anello di focus e primitive condivise da tutto il sito.
   Caricato da 117 pagine.
   ========================================================================== */

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-italic.woff2") format("woff2");
  unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/cormorant-garamond.woff2") format("woff2");
  unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/cormorant-garamond.woff2") format("woff2");
  unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/cormorant-garamond.woff2") format("woff2");
  unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter.woff2") format("woff2");
  unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter.woff2") format("woff2");
  unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter.woff2") format("woff2");
  unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/inter.woff2") format("woff2");
  unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/inter.woff2") format("woff2");
  unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@keyframes ssIn {
  from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}
}

:root {
  --grad-hero: linear-gradient(135deg,var(--blu-notte) 0,var(--blu-notte) 50%,var(--blu-accent) 100%);
  --grad-btn-blu: linear-gradient(180deg,#3a6fa8 0,#2c5080 100%);
  --grad-btn-blu-hover: linear-gradient(180deg,#4278ac 0,#325a8c 100%);
  --grad-btn-avorio: linear-gradient(180deg,#fffdf8 0,#f1e9da 100%);
  --grad-btn-avorio-hover: linear-gradient(180deg,#ffffff 0,#f6efe2 100%);
  --grad-oro: linear-gradient(180deg,#f7e7b4,var(--oro));
  --font-titoli: "Cormorant Garamond",Georgia,"Times New Roman",serif;
  --font-corpo: "Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --blu-notte: #0a1628;
  --blu-accent: #2c5080;
  --oro: #d4b46d;
  --sfondo-warm: #f8f6f1;
  --avorio: #faf7f2;
  --avorio-2: #f3f2ec;
  --bordo: #e9ecef;
  --bianco: #fff;
  --grigio-freddo-1: #f5f7fa;
  --grigio-freddo-2: #eef1f6;
  --bordo-freddo: #dde2ea;
  --bordo-neutro: #dee2e6;
  --testo: #333;
  --testo-soft: #555;
  --testo-muted: #2c5080;
  --link: #2c5080;
  --shadow: 0 4px 16px rgba(0,0,0,.07);
  --shadow-sm: 0 2px 8px rgba(10,22,40,.05);
  --shadow-lg: 0 18px 40px rgba(10,22,40,.12);
  --r: 10px;
  --r-xs: 6px;
  --r-lg: 16px;
  --r-pill: 999px;
  --ac: var(--blu-accent);
  --acc: var(--blu-accent);
  --bg: var(--sfondo-warm);
  --bg2: var(--grigio-freddo-1);
  --bg3: var(--grigio-freddo-2);
  --txt: var(--testo);
  --txt2: var(--testo-soft);
  --mu: var(--testo-muted);
  --sf: var(--sfondo-warm);
  --bo: var(--bordo);
  --bn: var(--blu-notte);
  --border: var(--bordo-freddo);
  --colore-accento: var(--blu-accent);
  --colore-link: var(--link);
  --blu: var(--blu-notte);
  --avorio2: var(--avorio-2);
  --muted: var(--testo-muted);
  --paper: var(--avorio);
  --facebook: #1877f2;
  --linkedin: #0a66c2;
  --whatsapp: #25d366;
  --tiktok: #000;
  --glb-accent-blue: var(--blu-accent);
  --glb-accent-gold: var(--oro);
  --glb-card-border: rgba(44,80,128,.14);
  --glb-card-shadow: 0 10px 24px rgba(10,22,40,.06),0 2px 8px rgba(10,22,40,.03);
  --glb-card-shadow-hover: 0 18px 40px rgba(10,22,40,.12),0 8px 18px rgba(10,22,40,.06);
}

.hero {
  text-align: center;
  padding: clamp(2.8rem,5vw,4.5rem) 1.5rem;
}

.hero h1,
.hero h2,
.hero p,
.hero .hero-eyebrow,
.hero .hero-sub,
.hero-title {
  color: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 70px;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  visibility: visible;
}

a {
  color: var(--colore-accento);
  text-decoration: none;
}

a:hover {
  color: #3a6fa8;
}

body {
  font-family: var(--font-corpo);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

h1,
h2,
.hero-title,
.section-title {
  font-family: var(--font-titoli);
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: .8rem;
}

article.wrap h2,
.article-body h2 {
  padding-bottom: .35rem;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
  padding: .6rem 1.2rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  transition: top .15s ease;
}

.skip-link:focus {
  top: 0;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(255,255,255,.9);
  outline-offset: 2px;
  border-radius: var(--r-xs);
}

header {
  position: sticky;
  top: 0;
  background: var(--blu-notte);
  z-index: 1000;
  box-shadow: var(--shadow);
}

.nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  background: transparent;
}

.logo {
  flex-shrink: 0;
  min-width: 119px;
}

.nav .logo img,
.logo img {
  height: 44px;
  width: auto;
  max-width: 119px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 1;
  visibility: visible;
  mix-blend-mode: normal;
  background: transparent;
  display: block;
}

picture img,
.book-cover img,
.gallery-grid img {
  opacity: 1;
  visibility: visible;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-family: var(--font-corpo);
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-weight: 600;
  border-radius: var(--r);
  transition: background .2s;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .4px;
  display: block;
}

.nav-links a:hover,
.nav-links a[aria-current],
.nav-links a.active {
  background: rgba(255,255,255,.12);
  color: #fff;
}

.hamburger {
  background: 0;
  border: 0;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 8px;
  touch-action: manipulation;
  min-height: 44px;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-tap-highlight-color: rgba(255,255,255,.15);
}

.hamburger span {
  display: block;
  width: 22px;
  height: 3px;
  background: #fff;
  border-radius: var(--r-xs);
  margin: 5px 0;
  pointer-events: none;
  transition: transform .25s ease,opacity .25s ease;
}

footer {
  background: linear-gradient(180deg,#0d1e38 0,#0a1628 40%,#07101f 100%);
  color: rgba(255,255,255,.85);
}

.foot-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 16px 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: 24px;
}

.foot-grid .footer-heading {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.foot-grid a {
  display: block;
  padding: 2px 0;
}

.foot-bottom {
  background: rgba(0,0,0,.2);
  text-align: center;
  padding: 14px 16px;
  font-size: .8rem;
  color: rgba(255,255,255,.75);
}

.foot-bottom a {
  margin: 0 6px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

p a:not([class]),
span a:not([class]),
label a:not([class]) {
  text-decoration: underline;
  color: var(--colore-link,#2c5080);
}

.cta-band {
  background: linear-gradient(150deg,#0a1628 0,#0f2d52 55%,#1d4e89 100%);
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
  border-radius: var(--r,10px);
  margin: 2rem 0;
}

.cta-band p {
  margin-bottom: 0;
}

.btn-wa {
  background: #25d366;
  color: #0d2b1a;
  padding: .8rem 1.5rem;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: .95rem;
  transition: opacity .2s,transform .15s;
}

.btn-wa:hover {
  opacity: .88;
  transform: translateY(-2px);
}

.btn-w {
  padding: .8rem 1.5rem;
  font-size: .95rem;
  transition: opacity .2s,transform .15s;
}

.btn-o {
  padding: .8rem 1.5rem;
  font-size: .95rem;
  transition: opacity .2s,transform .15s;
}

.btn-w:hover,
.btn-o:hover {
  opacity: .85;
  transform: translateY(-2px);
}

.cta-box-section {
  background: var(--blu-notte);
  padding: 48px 16px;
  text-align: center;
}

.cta-box-inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cta-box-text {
  color: rgba(255,255,255,.85);
  margin: 0;
}

.cta-box-inner .btn-w,
.cta-box-inner .btn-wa {
  display: inline-block;
}

article,
.article-body,
.content-wrap,
.wrap {
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

article p,
.article-body p,
.content-wrap p,
.wrap>p {
  display: block;
  margin-top: 0;
  margin-bottom: .8rem;
}

main#main .hero .hero-inner {
  max-width: min(920px,calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

main#main .hero .hero-eyebrow {
  display: block;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  margin-bottom: .55rem;
  font-weight: 700;
}

main#main .hero h1 {
  margin-bottom: .35rem;
}

main#main .hero .hero-sub {
  margin: .2rem auto 0;
}

main#main article.wrap {
  max-width: min(920px,calc(100% - 2rem));
  margin: 0 auto 2rem;
  padding: 0 1rem 1.5rem;
}

main#main article.wrap .abstract-box {
  background: #f6f8fb;
  border: 1px solid #d9e2ec;
  border-left: 4px solid #2c5080;
  border-radius: var(--r);
  padding: 1rem 1.1rem;
  margin: 0 0 1.2rem;
  box-shadow: none;
}

main#main article.wrap .abstract-box strong {
  display: block;
  font-size: .82rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #2c5080;
  margin-bottom: .45rem;
}

main#main article.wrap .abstract-box p {
  margin: 0;
  font-style: italic;
  color: #253246;
}

main#main article.wrap .article-body {
  font-size: 1.02rem;
  color: #1f2937;
}

main#main article.wrap .article-body>p:first-child {
  margin-top: 0;
}

main#main article.wrap .article-body p {
  margin-bottom: 1rem;
}

main#main article.wrap .pdf-box {
  border-radius: var(--r);
}

body.article-page article.wrap,
body.article-page .cta-box-inner,
body.article-page .pdf-box,
body.article-page .related,
body.article-page .paper,
body.article-page .storebar {
  box-sizing: border-box;
}

body.article-page .article-body,
body.article-page article.wrap .article-body,
body.article-page .paper {
  font-size: 1.02rem;
}

body.article-page .article-body p,
body.article-page article.wrap .article-body p,
body.article-page .paper p {
  margin-bottom: 1rem;
}

body.article-page .pdf-box,
body.article-page .cta-box-section,
body.article-page .related,
body.article-page .storebar,
body.article-page .paper {
  margin-top: 2rem;
}

body.article-page .cta-box-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

body.article-page .btn-w,
body.article-page .btn-wa,
body.article-page .btn-o,
body.article-page .btn-dl,
body.article-page .btn-store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  min-height: 44px;
  padding: .8rem 1.5rem;
  border-radius: var(--r-pill);
  text-decoration: none;
  font-weight: 700;
}

body.article-page .btn-dl,
body.article-page .btn-store {
  background: #2c5080;
  color: #fff;
  border: 1px solid rgba(29,78,137,.16);
}

body.article-page .btn-dl:hover,
body.article-page .btn-store:hover {
  opacity: .92;
  transform: translateY(-1px);
}

body.article-page .rel-card {
  border-radius: var(--r-lg);
  border: 1px solid #dce4ee;
  background: #fff;
  box-shadow: var(--shadow);
}

body.article-page .related-label {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .76rem;
}

body.root-special-page header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--blu-notte);
  box-shadow: var(--shadow);
}

body.root-special-page .hero-inner {
  margin: 0 auto;
  gap: clamp(1.4rem,3vw,2.5rem);
  align-items: center;
}

body.root-special-page .hero p,
body.root-special-page .hero .sub {
  line-height: 1.58;
}

body.root-special-page .section,
body.root-special-page section:not(.hero):not(.cta-box-section):not(.related) {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem,4vw,2.6rem) 1.2rem;
}

body.root-special-page .cta-box-inner,
body.root-special-page .rel-grid,
body.root-special-page .contact-grid,
body.root-special-page .comp-grid,
body.root-special-page .storie-grid,
body.root-special-page .indice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body.root-special-page .rel-card,
body.root-special-page .contact-card,
body.root-special-page .comp-card,
body.root-special-page .storia-card,
body.root-special-page .capitolo-item,
body.root-special-page .autore-box {
  border-radius: var(--r-lg);
  border: 1px solid #dce4ee;
  box-shadow: var(--shadow);
}

body.root-special-page .btn-store,
body.root-special-page .btn-w,
body.root-special-page .btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--r-pill);
  font-weight: 700;
  text-decoration: none;
}

body.root-special-page .btn-store {
  box-shadow: var(--shadow-sm);
}

body.root-special-page .cta-box-section {
  margin-top: 0;
}

body.store-hub-page .store-hub-hero {
  grid-template-columns: minmax(180px,230px) minmax(0,1fr);
  align-items: center;
}

body.store-hub-page .store-hub-cover {
  justify-self: center;
}

body.store-hub-page .store-hub-intro h1 {
  margin: 0 0 .75rem;
}

body.store-hub-page .store-hub-lead {
  margin: 0;
}

body.store-hub-page .book-catalog-title {
  text-align: center;
}

body.store-hub-page .book-catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

body.store-hub-page .book-catalog-card {
  position: relative;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .95rem;
}

body.store-hub-page .book-badge {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .4rem;
}

body.store-hub-page .book-badge.floating {
  position: absolute;
  top: -12px;
  left: 1.2rem;
  padding: .28rem .78rem;
  border-radius: var(--r-pill);
  letter-spacing: .08em;
  box-shadow: var(--shadow);
}

body.store-hub-page .book-badge.stamp {
  margin-top: .35rem;
}

body.store-hub-page .book-card-title {
  margin: 0 0 .25rem;
}

body.store-hub-page .book-card-meta {
  margin: 0 0 .1rem;
}

body.store-hub-page .book-card-text {
  flex-grow: 1;
  margin: 0;
}

body.store-hub-page .book-card-note {
  font-style: italic;
  margin: 0;
}

body.store-hub-page .book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: auto;
}

body.store-hub-page .book-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .72rem 1.15rem;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
  transition: transform .15s ease,box-shadow .15s ease,background-color .15s ease;
  color: #fff;
}

body.store-hub-page .book-action:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

body.store-hub-page .store-channels-lead {
  margin: 0 0 1.2rem;
}

body.store-hub-page .btn-store {
  box-shadow: var(--shadow);
}

body.store-hub-page .related-strip-inner {
  margin: 0 auto;
}

body.store-hub-page .related-kicker {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 .6rem;
}

body.store-hub-page .related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 1rem;
}

body.store-hub-page .rel-card-clean {
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s,border-color .2s,transform .2s;
}

body.store-hub-page .rel-card-kicker {
  margin: 0 0 .45rem;
}

body.store-hub-page .rel-card-title {
  display: block;
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 0 0 .4rem;
}

body.store-hub-page .rel-card-text {
  display: block;
  font-size: .9rem;
}

body.store-hub-page .rel-card-link {
  display: block;
  margin-top: .8rem;
  font-size: .84rem;
}

body.legal-page .legal-main {
  max-width: 900px;
}

body.legal-page .legal-note {
  margin-bottom: 2.5rem;
}

body.legal-page .legal-main ul {
  padding-left: 1.4rem;
  margin-top: .4rem;
}

body.legal-page .legal-main li {
  margin-bottom: .45rem;
}

footer span a,
footer .foot-grid a {
  text-decoration: underline;
}

.hero:not(body.article-page *) p a {
  color: rgba(255,255,255,.90);
  text-decoration: underline;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

html.nav-open,
body.nav-open {
  overflow: hidden !important;
}

.hamburger[aria-expanded="true"] span:nth-child(1),
.nav-toggle[aria-expanded="true"] span:nth-child(1),
.hamburger-main[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg) !important;
}

.hamburger[aria-expanded="true"] span:nth-child(2),
.nav-toggle[aria-expanded="true"] span:nth-child(2),
.hamburger-main[aria-expanded="true"] span:nth-child(2) {
  opacity: 0 !important;
}

.hamburger[aria-expanded="true"] span:nth-child(3),
.nav-toggle[aria-expanded="true"] span:nth-child(3),
.hamburger-main[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg) !important;
}

.books-section .book-cover {
  align-items: center;
  justify-content: center;
}

.books-section .book-cover a {
  width: 100%;
}

.books-section .book-cover img {
  object-position: center center;
  aspect-ratio: auto;
  margin: 0 auto;
}

.glb-pillset {
  display: flex;
  flex-wrap: wrap;
}

.glb-pillset--compact {
  gap: .48rem;
}

.glb-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .42rem .92rem;
  border-radius: var(--r-pill);
  font-size: .82rem;
  line-height: 1.25;
  font-weight: 700;
  white-space: normal;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72),0 8px 18px rgba(10,22,40,.05);
}

.glb-pill.glb-pill--hero {
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.glb-accent-card,
.glb-row-card {
  overflow: hidden;
  border: 1px solid var(--glb-card-border);
  box-shadow: var(--glb-card-shadow);
  transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.glb-accent-card::after,
.glb-row-card::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(44,80,128,.10) 0,rgba(44,80,128,0) 72%);
  pointer-events: none;
}

.glb-accent-card:hover,
.glb-row-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--glb-card-shadow-hover);
  border-color: rgba(44,80,128,.24);
}

.glb-accent-card--side::before,
.glb-row-card::before {
  bottom: 0;
  width: 5px;
}

.article-card.glb-accent-card {
  border-top: 0;
}

#pub-main .panel-card.glb-accent-card {
  padding: 1.35rem 1.3rem 1.2rem;
  margin-bottom: 0;
}

#pub-main .panel-card .kicker {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin: 0 0 .65rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
  padding: .32rem .62rem;
  background: #eef4fb;
  border: 1px solid rgba(44,80,128,.12);
  border-radius: var(--r-pill);
}

#pub-main .panel-card .card-text {
  color: #556070;
  margin: 0;
}

#pub-main .book-row.glb-row-card {
  border-bottom: 0;
}

#pub-main .book-row.glb-row-card .book-info h3,
#pub-main .book-row.glb-row-card .book-info h3 a {
  font-family: var(--font-titoli,"Cormorant Garamond",Georgia,serif);
  font-size: 1.3rem;
  line-height: 1.15;
}

#pub-main .book-row.glb-row-card .meta {
  color: #5f6d80;
}

#pub-main .book-row.glb-row-card p {
  color: #4d5b6c;
}

#pub-main .books-section .book-links a,
#pub-main .articles-grid .btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: .55rem 1.05rem;
  transition: transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease;
}

#pub-main .books-section .book-links a:hover,
#pub-main .articles-grid .btn-download:hover {
  transform: translateY(-1px);
}

#pub-main .article-card.glb-accent-card h3 {
  font-family: var(--font-titoli,"Cormorant Garamond",Georgia,serif);
}

#pub-main .article-card.glb-accent-card p {
  color: #4d5b6c;
}

.hero-btns .btn-w,
.cta-row .btn-w,
.cta-band .btn-w,
.btn-w,
body.root-special-page .btn-w,
#pub-main .books-section .book-links a.primary,
#pub-main .articles-grid .btn-download.btn-readonline,
.btn-evento {
  background: linear-gradient(135deg,var(--blu-accent) 0,#1e4060 100%);
  color: #fff;
  border: 1px solid rgba(20,52,87,.88);
  box-shadow: 0 10px 24px rgba(10,22,40,.12),inset 0 1px 0 rgba(255,255,255,.18);
}

.hero-btns .btn-w:hover,
.cta-row .btn-w:hover,
.cta-band .btn-w:hover,
.btn-w:hover,
body.root-special-page .btn-w:hover,
#pub-main .books-section .book-links a.primary:hover,
#pub-main .articles-grid .btn-download.btn-readonline:hover,
.btn-evento:hover {
  background: linear-gradient(135deg,#355d92 0,#254b75 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(10,22,40,.16),inset 0 1px 0 rgba(255,255,255,.2);
}

.hero-btns .btn-o,
.cta-row .btn-o,
.cta-band .btn-o,
.btn-o,
#pub-main .books-section .book-links a,
#pub-main .articles-grid .btn-download,
.btn-acquista,
.gallery-cta-link {
  background: linear-gradient(180deg,#f6f9fc 0,#ebf1f7 100%);
  color: #17324f;
  border: 1px solid rgba(44,80,128,.16);
  box-shadow: 0 8px 20px rgba(10,22,40,.07),inset 0 1px 0 rgba(255,255,255,.84);
}

.hero-btns .btn-o:hover,
.cta-row .btn-o:hover,
.cta-band .btn-o:hover,
.btn-o:hover,
#pub-main .books-section .book-links a:hover,
#pub-main .articles-grid .btn-download:hover,
.btn-acquista:hover,
.gallery-cta-link:hover {
  background: linear-gradient(180deg,#fff 0,#f1f5fa 100%);
  color: #10253c;
  border-color: rgba(44,80,128,.24);
  box-shadow: 0 12px 26px rgba(10,22,40,.11),inset 0 1px 0 rgba(255,255,255,.9);
  text-decoration: none;
}

.hero-btns .btn-w,
.hero-btns .btn-o,
.cta-row .btn-w,
.cta-row .btn-o,
.cta-band .btn-w,
.cta-band .btn-o,
.btn-w,
.btn-o,
.btn-acquista,
.btn-evento,
.gallery-cta-link,
#pub-main .books-section .book-links a,
#pub-main .articles-grid .btn-download {
  border-radius: var(--r-pill);
  font-weight: 700;
  letter-spacing: .01em;
}

.editore-badge {
  box-shadow: 0 8px 20px rgba(10,22,40,.06),inset 0 1px 0 rgba(255,255,255,.72);
}

.editore-badge {
  background: linear-gradient(180deg,#eef4fb 0,#e6eef7 100%);
}

.glb-axis {
  margin: 2.2rem 0 2.6rem;
}

.glb-axis-panel {
  padding: 1.35rem 1.35rem 1.45rem;
  border: 1px solid rgba(44,80,128,.14);
}

.glb-axis-kicker {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin: 0 0 .65rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
  padding: .32rem .62rem;
  background: #eef4fb;
  border: 1px solid rgba(44,80,128,.12);
  border-radius: var(--r-pill);
}

.glb-axis-text {
  margin: .8rem 0 0;
}

.glb-axis-grid {
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  margin-top: 1.1rem;
}

.glb-axis-card {
  display: block;
  min-height: 100%;
  padding: 1.05rem 1.1rem 1rem 1.2rem;
  text-decoration: none;
  color: inherit;
}

.glb-axis-card:hover,
.glb-axis-card:focus-visible {
  text-decoration: none;
}

.glb-axis-card-kicker {
  display: block;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 .45rem;
  font-weight: 800;
}

.glb-axis-card-title {
  display: block;
  font-family: var(--font-titoli,"Cormorant Garamond",Georgia,serif);
  font-size: 1.15rem;
  line-height: 1.16;
  color: var(--blu-notte);
  margin: 0 0 .45rem;
}

.glb-axis-card-text {
  display: block;
  font-size: .92rem;
  color: #4d5b6c;
  line-height: 1.68;
}

.glb-hero-shell {
  margin: 0 auto;
}

.glb-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0 0 .85rem;
  padding: .38rem .8rem;
  border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.glb-hero-pills {
  justify-content: center;
  margin: 1.15rem auto 0;
}

.glb-hero-actions {
  flex-wrap: wrap;
}

.glb-hero-actions .btn-w,
.glb-hero-actions .btn-o {
  min-width: 188px;
}

.glb-hero-actions .btn-o,
.hero-cta .btn-o {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  color: #fff;
}

.glb-hero-note a {
  font-weight: 700;
}

.glb-cta-row .btn-w,
.glb-cta-row .btn-o {
  min-width: 188px;
}

.nav-links.open,
.nav-links.is-open {
  display: flex;
}

body.page-pubblicazioni .article-card {
  background: #fff;
  border-radius: var(--r);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--blu-accent);
  display: flex;
  flex-direction: column;
}

body.page-pubblicazioni .article-card h3 {
  color: var(--blu-notte);
  margin-bottom: .5rem;
}

body.page-pubblicazioni .article-card p {
  flex-grow: 1;
  margin-bottom: 1rem;
}

body.page-pubblicazioni .btn-download {
  gap: .4rem;
  text-decoration: none;
  font-size: .88rem;
  align-self: flex-start;
}

body.page-pubblicazioni .books-section {
  padding: 2rem;
  box-shadow: var(--shadow);
  margin-bottom: 2rem;
}

body.page-pubblicazioni .book-info h3 {
  color: var(--blu-notte);
  margin-bottom: .3rem;
}

body.page-pubblicazioni .book-info .meta {
  margin-bottom: .6rem;
}

body.page-pubblicazioni .book-info p {
  margin-bottom: .8rem;
}

body.page-pubblicazioni .book-links a {
  font-size: .82rem;
  text-decoration: none;
  margin-right: .4rem;
  margin-bottom: .4rem;
}

body.page-pubblicazioni .books-landing-note {
  margin: .4rem 0 1.25rem;
  color: #556477;
}

body.article-template-v2 {
  font-family: Inter,Arial,sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.article-template-v2 a {
  color: var(--ac);
  text-decoration: none;
}

body.article-template-v2 a:hover {
  text-decoration: underline;
}

body.article-template-v2 header .nav-links a,
body.article-page header .nav-links a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
}

body.article-template-v2 header .nav-links a:hover,
body.article-template-v2 header .nav-links a[aria-current],
body.article-template-v2 header .nav-links a.active,
body.article-page header .nav-links a:hover,
body.article-page header .nav-links a[aria-current],
body.article-page header .nav-links a.active {
  color: #fff;
  background: rgba(255,255,255,.12);
}

body.article-template-v2 .logo img {
  height: 44px;
  width: auto;
  filter: brightness(0) invert(1);
}

body.article-template-v2 .wrap {
  max-width: 820px;
}

body.article-template-v2 .article-body h2 {
  padding-bottom: .35rem;
}

body.article-template-v2 .article-body h3 {
  font-weight: 700;
  margin: 1.5rem 0 .55rem;
}

body.article-template-v2 .article-body p {
  margin: 0 0 .8rem;
  color: #20252b;
}

body.article-template-v2 .article-body p em {
  color: #4f5560;
}

body.article-template-v2 .article-body ul,
body.article-template-v2 .article-body ol {
  margin: 0 0 1rem 1.25rem;
}

body.article-template-v2 .article-body li {
  margin-bottom: .4rem;
}

body.article-template-v2 .pdf-box {
  background: linear-gradient(135deg,var(--blu-notte),var(--ac));
  color: #fff;
  padding: 1.35rem 1.45rem;
  margin: 1.85rem 0 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

body.article-template-v2 .pdf-box div h3 {
  margin-bottom: .25rem;
}

body.article-template-v2 .pdf-box div p {
  opacity: .88;
  margin: 0;
}

body.article-template-v2 .btn-dl {
  font-weight: 700;
  padding: .8rem 1.5rem;
  border-radius: var(--r-pill);
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .92rem;
  white-space: nowrap;
}

body.article-template-v2 .related {
  background: var(--sf);
  border-top: 1px solid var(--bo);
  padding: 1.8rem 1.5rem 2.25rem;
}

body.article-template-v2 .related .inner {
  max-width: 820px;
  margin: 0 auto;
}

body.article-template-v2 .related-label {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--mu);
  margin-bottom: 1rem;
}

body.article-template-v2 .rel-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .9rem;
}

body.article-template-v2 .rel-card {
  background: #fff;
  border: 1px solid var(--bo);
  padding: 1rem 1.05rem;
}

body.article-template-v2 .rel-card h3 {
  color: var(--blu-notte);
}

body.article-template-v2 .rel-card p {
  color: #505a66;
  margin-bottom: 0;
}

body.page-stampa-media .hero .glb-hero-button-grid,
body.page-pubblicazioni .hero .glb-hero-button-grid,
body.page-video .hero .glb-hero-button-grid {
  box-sizing: border-box;
}

body.page-video .hero .glb-hero-button-grid>* {
  text-shadow: none;
  -webkit-backdrop-filter: none !important;
  transform: none;
}

body.page-stampa-media .hero .glb-hero-button-grid>a:hover,
body.page-stampa-media .hero .glb-hero-button-grid>a:focus-visible,
body.page-pubblicazioni .hero .glb-hero-button-grid>a:hover,
body.page-pubblicazioni .hero .glb-hero-button-grid>a:focus-visible,
body.page-video .hero .glb-hero-button-grid>a:hover,
body.page-video .hero .glb-hero-button-grid>a:focus-visible {
  background: var(--grad-btn-blu-hover) !important;
  color: #fffdf4 !important;
  border-color: rgba(233,210,150,.72) !important;
  box-shadow: 0 18px 34px rgba(0,0,0,.21),inset 0 1px 0 rgba(255,255,255,.12),0 0 0 1px rgba(212,180,109,.26) !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

body.page-stampa-media .hero .glb-hero-button-grid>a:focus-visible,
body.page-pubblicazioni .hero .glb-hero-button-grid>a:focus-visible,
body.page-video .hero .glb-hero-button-grid>a:focus-visible {
  outline: 3px solid rgba(240,192,64,.42) !important;
  outline-offset: 3px !important;
}

body.article-template-v2 .pdf-box .btn-dl,
body.article-page.article-template-v2 .pdf-box .btn-dl {
  background: var(--grad-btn-avorio) !important;
  color: #102235 !important;
  border: 1px solid rgba(255,255,255,.96) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.92),0 0 0 1px rgba(212,180,109,.20) !important;
  text-decoration: none !important;
}

body.article-template-v2 .pdf-box .btn-dl:hover,
body.article-page.article-template-v2 .pdf-box .btn-dl:hover {
  background: linear-gradient(180deg,#fff 0,#f6efe2 100%) !important;
  color: #0d2135 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

body.article-template-v2 .cta-box-section .btn-w,
body.article-page.article-template-v2 .cta-box-section .btn-w {
  background: var(--grad-btn-avorio) !important;
  color: #102235 !important;
  border: 1px solid rgba(255,255,255,.96) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.92),0 0 0 1px rgba(212,180,109,.20) !important;
  text-decoration: none !important;
}

body.article-template-v2 .cta-box-section .btn-wa,
body.article-page.article-template-v2 .cta-box-section .btn-wa {
  background: linear-gradient(180deg,#25d366 0,#1fb45a 100%) !important;
  color: #0d2b1a !important;
  border: 1px solid rgba(255,255,255,.40) !important;
  box-shadow: var(--shadow);
  text-decoration: none !important;
}

body.article-template-v2 .cta-box-section .btn-w:hover,
body.article-page.article-template-v2 .cta-box-section .btn-w:hover,
body.article-template-v2 .cta-box-section .btn-wa:hover,
body.article-page.article-template-v2 .cta-box-section .btn-wa:hover {
  text-decoration: none !important;
  transform: translateY(-1px);
  filter: none !important;
}

body.page-pubblicazioni .hero .glb-hero-button-grid,
body.page-video .hero .glb-hero-button-grid {
  box-sizing: border-box !important;
  display: grid !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: .82rem !important;
  margin: 1.16rem auto 0 !important;
}

body.page-pubblicazioni .hero .glb-hero-button-grid--actions,
body.page-video .hero .glb-hero-button-grid--actions {
  grid-template-columns: repeat(2,minmax(220px,280px)) !important;
  width: min(100%,620px) !important;
  margin-top: 1.05rem !important;
}

body.page-pubblicazioni .hero .glb-hero-button-grid>*,
body.page-video .hero .glb-hero-button-grid>* {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 58px !important;
  padding: .86rem 1.04rem;
  border-radius: 999px !important;
  text-align: center !important;
  text-decoration: none;
  white-space: normal !important;
  line-height: 1.16;
  letter-spacing: .01em !important;
  font-size: .92rem;
  font-weight: 780;
  filter: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  transition: transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease !important;
}

body.page-pubblicazioni .hero .glb-hero-button-grid--actions>.btn-w,
body.page-video .hero .glb-hero-button-grid--actions>.btn-w {
  background: var(--grad-btn-avorio);
  color: #102235;
  border: 1px solid rgba(255,255,255,.96) !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.92),0 0 0 1px rgba(212,180,109,.20) !important;
}

body.page-pubblicazioni .hero .glb-hero-button-grid--actions>.btn-o,
body.page-video .hero .glb-hero-button-grid--actions>.btn-o {
  background: linear-gradient(180deg,#466892 0,#2f527a 100%) !important;
  color: #f9fcff !important;
  border: 1px solid rgba(213,225,240,.42) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.12),0 0 0 1px rgba(24,54,88,.18) !important;
}

body.page-pubblicazioni .hero .glb-hero-button-grid>a:hover,
body.page-pubblicazioni .hero .glb-hero-button-grid>a:focus-visible,
body.page-video .hero .glb-hero-button-grid>a:hover,
body.page-video .hero .glb-hero-button-grid>a:focus-visible {
  text-decoration: none !important;
  transform: translateY(-1px);
  filter: none !important;
}

body.page-pubblicazioni .hero .glb-hero-button-grid--actions>.btn-w:hover,
body.page-video .hero .glb-hero-button-grid--actions>.btn-w:hover {
  background: linear-gradient(180deg,#fff 0,#f6efe2 100%) !important;
  color: #0d2135 !important;
}

body.page-pubblicazioni .hero .glb-hero-button-grid--actions>.btn-o:hover,
body.page-video .hero .glb-hero-button-grid--actions>.btn-o:hover {
  background: linear-gradient(180deg,#5074a0 0,#365b85 100%) !important;
  color: #fff !important;
}

.contact-link {
  color: #2c5080;
  font-weight: 600;
  text-decoration: none;
}

.contact-link.contact-link--tel {
  font-weight: 700;
}

.contact-link:hover {
  text-decoration: underline;
}

.btn-primary,
.btn-manuale,
.btn-contatto,
.btn-form-submit {
  justify-content: center;
  border: 1px solid rgba(29,78,137,.16);
  font-size: .95rem;
  text-decoration: none;
  transition: opacity .2s,transform .15s;
}

.btn-primary:hover,
.btn-manuale:hover,
.btn-contatto:hover,
.btn-form-submit:hover {
  opacity: .92;
  transform: translateY(-1px);
}

.btn-back {
  font-size: .95rem;
  transition: opacity .2s,transform .15s;
}

.btn-back:hover {
  opacity: .88;
  transform: translateY(-2px);
}

.btn-tel,
.btn-wa-inline {
  justify-content: center;
  font-size: .95rem;
  text-decoration: none;
  transition: opacity .2s,transform .15s;
}

.btn-tel:hover,
.btn-wa-inline:hover {
  opacity: .88;
  transform: translateY(-2px);
}

.home-contact-card {
  background: linear-gradient(160deg,#fff 0,#f7f3ec 100%);
  border: 1px solid rgba(200,168,75,.18);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  color: #243446;
}

.contact-name-line {
  margin: 0 0 12px 0;
}

.contact-name-line .ci-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0a1628;
}

.contact-line {
  margin: 0 0 10px 0;
}

.contact-line-muted {
  margin: 0 0 10px 0;
}

.contact-line-hours {
  margin: 0 0 16px 0;
}

.btn-wa-inline--soft {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg,#25d366 0,#1fb45a 100%);
  color: #0f2f1a;
  padding: 12px 20px;
  border-radius: var(--r-pill);
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.related-strip-inner {
  color: #4b5563;
  font-family: Inter,Arial,sans-serif;
  font-size: .95rem;
  line-height: 1.9;
}

.article-card-kicker {
  color: #8b6914;
  margin-bottom: 1rem;
}

.article-card-kicker-small {
  text-transform: uppercase;
  letter-spacing: .08em;
}

.article-related-wrap {
  padding: 2rem 1.5rem;
}

.article-related-card {
  background: #fff;
  border: 1px solid #dde2ea;
  padding: 1.2rem 1.5rem;
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.article-related-body {
  flex: 1;
  min-width: 200px;
}

.article-related-kicker {
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .3rem;
}

.article-related-title {
  font-weight: 700;
  color: #0a1628;
  margin-bottom: .4rem;
}

.article-related-text {
  color: #555;
  margin-bottom: .8rem;
}

.article-related-link {
  font-size: .85rem;
  font-weight: 700;
}

.regional-cta-btn {
  display: inline-block;
  padding: 8px 18px;
  background: #0a1628;
  color: #fff;
  border-radius: var(--r);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  margin: 4px;
}

.u-mt-045 {
  margin-top: .45rem;
}

.u-mt-07 {
  margin-top: .7rem;
}

.u-mt-24px {
  margin-top: 24px;
}

.u-mt-14px {
  margin-top: 14px;
}

.u-mt-34px {
  margin-top: 34px;
}

.link-inherit-clean {
  color: inherit;
  text-decoration: none;
}

.text-muted-small {
  color: #586678;
  font-size: .88rem;
}

.archive-section-label {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 .7rem;
}

.book-row-layout {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 1.5rem !important;
  align-items: flex-start !important;
}

.book-cover-fixed {
  display: block !important;
  align-self: flex-start !important;
}

.book-cover-img-fixed {
  height: auto !important;
  display: block !important;
  border-radius: 4px !important;
}

.book-info-flex {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  display: block !important;
}

.pub-narrow-wrap {
  max-width: 960px;
  margin: 0 auto 2rem;
  padding: 0 2rem;
}

.books-section-panel {
  margin: 0 auto 2rem;
}

.section-title-plain {
  border: 0;
}

.consult-card-centered {
  text-align: center;
}

.cta-row-centered {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: center;
  margin-top: 1.4rem;
}

.store-card-link {
  display: block;
  border: 1px solid #dee2e6;
  border-radius: var(--r);
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s,border-color .2s;
}

.store-card-kicker {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #2c5080;
  margin-bottom: .4rem;
}

.store-card-title {
  font-size: .95rem;
  color: var(--blu-notte);
  display: block;
  margin-bottom: .35rem;
}

.store-card-meta {
  font-size: .85rem;
  color: #2c5080;
}

.store-card-action {
  display: block;
  margin-top: .75rem;
  font-size: .82rem;
  color: #2c5080;
  font-weight: 600;
}

.yt-bg-04 {
  background-image: url("/images/yt/4Tg-XBOfMYw.jpg");
}

.yt-bg-05 {
  background-image: url("/images/yt/GfF9M2J5hqY.jpg");
}

.yt-bg-06 {
  background-image: url("/images/yt/xSPOx1UcwpE.jpg");
}

.rf-inline-020 {
  text-align: center;
}

.rf-inline-026 {
  background: #f8f9fa;
}

.rf-inline-027 {
  margin: 0 auto;
}

.rf-inline-028 {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .6rem;
}

.rf-inline-029 {
  font-family: "Cormorant Garamond",Georgia,serif;
  color: #0a1628;
}

.rf-inline-030 {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 1rem;
}

.ifx-casi-attualita-1cfbaf {
  margin-top: 1.2rem;
}

.ifx-privacy-policy-completa-ee5cca {
  margin: 1rem 0 1.5rem;
}

.ifx-privacy-policy-completa-971d40 {
  background: #f4f7fb;
  text-align: left;
}

.ifx-manuale-pedagogia-forense-ef94bc {
  border-top: 1px solid #dde2ea;
  padding-top: 18px;
  color: #4b5563;
  font-family: Inter,Arial,sans-serif;
  font-size: .95rem;
  line-height: 1.9;
}

.ifx-manuale-pedagogia-forense-4c4625 {
  color: #0a1628;
}

.ifx-gianluca-bellisario-dac4fe {
  text-align: center;
}

.ifx-gianluca-bellisario-0cf8f9 {
  margin-top: 1rem;
}

.ifx-la-scuola-della-totalita-350415 {
  border-top: 1px solid #dde2ea;
}

.ifx-la-scuola-della-totalita-4a8a1b {
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.ifx-la-scuola-della-totalita-61f7fe {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
  gap: 1rem;
}

.ifx-presentazioni-c43eca {
  margin: 0;
  text-align: center;
}

.ifx-presentazioni-f6727f {
  max-width: 180px;
}

.ifx-presentazioni-2ff758 {
  margin: 0 0 3rem;
}

.ifx-presentazioni-5dbef9 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  justify-content: center;
  align-items: center;
}

.ifx-presentazioni-cad980 {
  width: 100%;
}

.ifx-presentazioni-3422f4 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 44px;
}

.ifx-presentazioni-8f24d9 {
  padding: 18px 20px 18px 24px;
  color: #4b5563;
  font-family: Inter,Arial,sans-serif;
  font-size: .95rem;
  line-height: 1.9;
}

.ifx-servizi-deb1e4 {
  margin-top: .5rem;
}

.ifx-servizi-62c281 {
  color: var(--ac);
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
}

#pub-main .panel-card .consult-text-centered {
  text-align: center;
}

.card>.wrap,
.card .wrap {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin: 0;
  white-space: normal;
  overflow: hidden;
}

body.page-stampa-media .btn-w {
  width: auto !important;
  display: inline-flex !important;
}

body.store-hub-page .btn-w {
  width: auto !important;
  min-width: auto !important;
}

body.store-hub-page .store-hub-main {
  display: block;
}

.breadcrumb {
  background: var(--bg2,#f4f7fb);
  padding: 10px 16px;
  color: var(--txt2,#586579);
  border-bottom: 1px solid var(--border,#dbe4ef);
}

.breadcrumb a {
  color: var(--acc,#2c5080);
}

.breadcrumb span {
  margin: 0 6px;
  opacity: .5;
}

.breadcrumb span[aria-current="page"] {
  opacity: 1;
  margin: 0;
}

.breadcrumb .wrap {
  position: static;
  height: auto;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 1100px;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.foot-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4px 16px 26px;
}

.foot-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  transition: color .2s ease,border-color .2s ease,transform .2s ease;
}

.foot-social a:hover,
.foot-social a:focus-visible {
  border-color: var(--oro);
  transform: translateY(-2px);
}

.foot-social svg {
  width: 20px;
  height: 20px;
  display: block;
}

.orari-tel {
  font-weight: 600;
  border-bottom: 1px dotted rgba(255,255,255,.45);
  padding-bottom: 1px;
  transition: border-color .15s ease;
}

.orari-tel:hover,
.orari-tel:focus-visible {
  border-bottom-color: #fff;
  border-bottom-style: solid;
}

.hero .hero-badge,
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--r-lg);
  padding: .3rem .9rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  color: #fff;
}

.breadcrumb {
  border-top: 3px solid var(--oro);
}

body.page-pubblicazioni .breadcrumb .wrap {
  max-width: 960px;
}

body.page-articoli .breadcrumb .wrap {
  max-width: 900px;
}

body.page-consulenza-pedagogica-forense .breadcrumb .wrap {
  max-width: 900px;
}

body.page-formazione .breadcrumb .wrap {
  max-width: 960px;
}

body.page-supervisione-pedagogica .breadcrumb .wrap {
  max-width: 960px;
}

body.page-archivio-pubblico .breadcrumb .wrap {
  max-width: 1120px;
}

.comp-rule {
  display: block;
  width: 38px;
  height: 3px;
  border-radius: var(--r-xs);
  background: linear-gradient(90deg,var(--glb-accent-blue) 0,var(--glb-accent-gold) 100%);
  margin: .15rem 0 .85rem;
}

.cookie-fab {
  position: fixed;
  left: 14px;
  bottom: 14px;
  background: var(--blu);
  color: #fff;
  border: 0;
  border-radius: var(--r-pill);
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
  z-index: 9998;
  box-shadow: var(--shadow);
  opacity: .9;
}

.cookie-fab:hover {
  opacity: 1;
}

.kicker {
  font-family: var(--font-corpo);
}

h3.archive-section-label {
  font-family: var(--font-corpo);
}

.article-body p a:not([class*="btn"]):not([class*="button"]):not([class*="cta"]),
.bio-main p a:not([class*="btn"]):not(.bio-links a) {
  text-decoration: underline;
  text-underline-offset: .16em;
  text-decoration-thickness: .06em;
}

.scheda-pratica .wrap {
  margin: 0 auto;
  padding: 0 16px;
}

.scheda-pratica-card {
  max-width: 560px;
  margin: 0 auto;
}

.scheda-pratica-eyebrow {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 .55rem;
}

.scheda-pratica-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.scheda-pratica-link {
  color: var(--blu-accent);
  font-weight: 700;
  text-decoration: none;
  font-size: .9rem;
}

.scheda-pratica-link:hover {
  text-decoration: underline;
}

.cta-box-section p:not([class]) {
  color: rgba(255,255,255,.88);
}

a.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  min-height: 44px;
  padding: .72rem 1.4rem;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.45);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s,border-color .2s;
}

a.hero-cta:hover,
a.hero-cta:focus-visible {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.7);
  color: #fff;
  text-decoration: none;
}

.article-toc {
  background: var(--grigio-freddo-1,#f5f7fa);
  border: 1px solid var(--bordo-freddo,#dde2ea);
  border-left: 3px solid var(--blu-accent);
  border-radius: var(--r);
  padding: 1rem 1.25rem 1.1rem;
  margin: 0 0 1.8rem;
  max-width: 100%;
}

.article-toc-title {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.article-toc ol {
  padding-left: 1.15rem;
  display: grid;
  gap: .32rem;
}

.article-toc a {
  font-size: .92rem;
  line-height: 1.4;
}

.article-toc a:hover {
  color: var(--blu-accent);
}

h2[id] {
  scroll-margin-top: 84px;
}

html {
  scroll-behavior: smooth;
}

.section>.wrap {
  padding-left: clamp(18px,5vw,32px);
  padding-right: clamp(18px,5vw,32px);
}

.nav-search-btn {
  background: transparent;
  border: 0;
  color: rgba(255,255,255,.85);
  cursor: pointer;
  padding: 6px;
  margin: 0 2px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--r);
  transition: background .2s,color .2s;
}

.nav-search-btn:hover,
.nav-search-btn:focus-visible {
  background: rgba(255,255,255,.12);
  color: #fff;
}

.site-search[hidden] {
  display: none;
}

.site-search {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10,22,40,.55);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12vh 16px 16px;
}

.site-search__panel {
  width: 100%;
  max-width: 620px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  overflow: hidden;
  animation: ssIn .18s ease;
}

.site-search__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid #e6e9ef;
  color: var(--blu-accent);
}

.site-search__bar input {
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 1.05rem;
  font-family: var(--font-corpo);
  color: var(--blu-notte);
  background: transparent;
  min-width: 0;
}

.site-search__close {
  background: transparent;
  border: 0;
  font-size: 1.05rem;
  color: #8a94a6;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}

.site-search__close:hover {
  color: var(--blu-notte);
}

.site-search__results {
  max-height: 52vh;
  overflow: auto;
}

.site-search__results a {
  display: block;
  padding: 11px 16px;
  text-decoration: none;
  border-bottom: 1px solid #f0f2f6;
}

.site-search__results a:hover,
.site-search__results a:focus {
  background: #f4f7fb;
}

.site-search__results .ss-c {
  display: block;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #9aa4b2;
  font-weight: 700;
}

.site-search__results .ss-t {
  display: block;
  color: var(--blu-accent);
  font-weight: 700;
  font-size: .98rem;
  line-height: 1.25;
  margin-top: 1px;
}

.site-search__results .ss-d {
  display: block;
  color: #5b6472;
  font-size: .85rem;
  margin-top: 2px;
  line-height: 1.35;
}

.site-search__hint {
  padding: 12px 16px;
  color: #8a94a6;
  font-size: .82rem;
  margin: 0;
}

.hero p,
.hero-inner p,
.bio-hero p,
.cta-box p,
.cta-band p,
.store-hub-intro p,
.book-catalog p,
.book-catalog-card p,
.panel-card p,
.store-hub-main p,
[class*="center"] p,
[style*="text-align:center"] p {
  margin-inline: auto;
}

.panel-card {
  align-items: center;
}

footer .foot-bottom .footer-rss-link {
  white-space: nowrap;
}

footer .foot-bottom .footer-rss-icon {
  vertical-align: -1px;
  margin-right: 3px;
}

.breadcrumb a {
  text-decoration-line: underline !important;
  text-decoration-thickness: max(1px,.06em);
  text-underline-offset: .16em;
}

article.wrap>aside a,
main#contatti>.container>section>a {
  text-decoration-line: underline;
  text-decoration-thickness: max(1px,.06em);
  text-underline-offset: .16em;
}

@media (min-width: 1025px) {
  .hamburger {
    display: none;
  }
  .nav {
    gap: 16px;
  }
  .nav-links {
    display: flex;
    flex-direction: row;
    gap: 2px;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    justify-content: center;
  }
  .nav-links li {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
  }
  .nav-links a {
    padding: 5px 7px;
    line-height: 1;
  }
  body.root-special-page .nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
  }
  body.root-special-page .nav-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex: 1 1 auto;
    min-width: 0;
  }
  body.root-special-page .nav-links li {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }
  body.root-special-page .nav-links a {
    font-family: var(--font-corpo);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .4px;
    line-height: 1;
    padding: 5px 7px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .nav-links li.has-sub {
    position: relative;
  }
  .nav-links li.has-sub>a::after {
    content: " ▾";
    font-size: .62em;
    opacity: .7;
  }
  .nav-links .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    background: var(--blu-notte,#0a1628);
    padding: 6px 0;
    margin: 0;
    list-style: none;
    border-top: 2px solid var(--oro,#d4b46d);
    border-radius: 0 0 8px 8px;
    box-shadow: var(--shadow-lg);
    z-index: 2147483001;
  }
  .nav-links li.has-sub:hover>.sub-menu,
  .nav-links li.has-sub:focus-within>.sub-menu {
    display: block;
  }
  .nav-links .sub-menu li {
    width: 100%;
    display: block;
  }
  .nav-links .sub-menu a {
    display: block;
    padding: 10px 16px;
    white-space: nowrap;
    color: rgba(255,255,255,.92) !important;
    font-size: .8rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .1px;
    background: transparent;
  }
  .nav-links .sub-menu a:hover,
  .nav-links .sub-menu a:focus,
  .nav-links .sub-menu a[aria-current] {
    color: #fff !important;
    background: rgba(255,255,255,.12);
  }
  body.root-special-page .nav-links .sub-menu a {
    font-size: .8rem;
    text-transform: none;
    letter-spacing: .1px;
    padding: 10px 16px;
    line-height: 1.35;
  }
  .nav-links>li>a {
    font-size: .75rem;
  }
}

@media (max-width: 1024px) {
  .hamburger {
    display: flex !important;
  }
  .nav-links {
    display: none !important;
    position: fixed !important;
    top: 64px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    min-height: calc(100dvh - 64px);
    max-height: calc(100dvh - 64px) !important;
    background: var(--blu-notte) !important;
    flex-direction: column !important;
    align-items: stretch;
    justify-content: flex-start;
    padding: 8px 16px calc(24px + env(safe-area-inset-bottom)) !important;
    box-shadow: var(--shadow-lg);
    z-index: 2147483000 !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .nav-links.open,
  .nav-links.is-open {
    display: flex !important;
  }
  .nav-links li {
    width: 100%;
  }
  .nav-links a {
    font-size: .95rem !important;
    line-height: 1.35;
    padding: 12px 14px !important;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }
  .nav-links li:last-child a {
    border-bottom: none !important;
  }
  body.root-special-page .section,
  body.root-special-page section:not(.hero):not(.cta-box-section):not(.related) {
    padding: 1.6rem 1rem;
  }
  .nav-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .nav-links.open,
  .nav-links.is-open {
    position: fixed !important;
    top: 64px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    height: auto !important;
    max-height: calc(100dvh - 64px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
  }
  html.nav-open,
  body.nav-open {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
    -webkit-overflow-scrolling: auto !important;
  }
  .nav-links .sub-menu {
    display: block;
    list-style: none;
    margin: 2px 0 6px 14px;
    padding: 0 0 0 12px;
    border-left: 2px solid rgba(212,180,109,.55);
  }
  .nav-links .sub-menu a {
    font-size: .9rem !important;
    min-height: 44px !important;
    opacity: .94;
    text-transform: none;
    letter-spacing: .1px;
    color: rgba(255,255,255,.88) !important;
  }
  .nav-links .sub-menu a:hover,
  .nav-links .sub-menu a:focus {
    color: #fff !important;
    background: rgba(255,255,255,.1) !important;
  }
}

@media (min-width: 560px) {
  .cta-box-inner {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  article p,
  .article-body p,
  .content-wrap p,
  .wrap>p {
    margin-bottom: .85rem;
  }
  main#main .hero .hero-inner,
  main#main article.wrap {
    max-width: calc(100% - 1rem);
    padding-left: 1rem;
    padding-right: 1rem;
  }
  main#main article.wrap .article-body {
    font-size: 1rem;
  }
  main#main article.wrap .article-body p {
    margin-bottom: 1.02rem;
  }
  body.article-page .article-body,
  body.article-page article.wrap .article-body,
  body.article-page .paper {
    font-size: 1rem;
  }
  body.store-hub-page .store-hub-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }
  body.store-hub-page .store-hub-lead {
    margin: 0 auto;
  }
  body.store-hub-page .book-catalog-card {
    padding: 1.25rem;
  }
  body.store-hub-page .book-actions {
    flex-direction: column;
  }
  body.store-hub-page .book-action {
    width: 100%;
  }
  .foot-grid {
    grid-template-columns: 1fr;
  }
  .glb-pill {
    font-size: .8rem;
    padding: .38rem .78rem;
  }
  .glb-axis {
    margin: 1.8rem 0 2.15rem;
  }
  .glb-axis-panel {
    padding: 1.1rem 1rem 1.15rem;
  }
  .glb-axis-grid {
    grid-template-columns: 1fr;
  }
  .glb-axis-card {
    padding: 1rem 1rem .95rem 1.05rem;
  }
  .glb-hero-kicker {
    letter-spacing: .1em;
  }
  .glb-hero-actions .btn-w,
  .glb-hero-actions .btn-o {
    min-width: min(100%,280px);
    width: 100%;
  }
  .glb-cta-row .btn-w,
  .glb-cta-row .btn-o {
    min-width: min(100%,280px);
    width: 100%;
  }
  .site-search {
    padding: 8vh 10px 10px;
  }
  .site-search__panel {
    max-width: 100%;
  }
  .site-search__bar input {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  body.article-template-v2 .related {
    padding: 1.6rem 1.5rem 2rem;
  }
}

@media (max-width: 640px) {
  body.article-template-v2 .rel-grid {
    grid-template-columns: 1fr;
  }
  body.article-template-v2 .pdf-box {
    align-items: flex-start;
  }
  body.article-template-v2 .btn-dl {
    width: 100%;
    justify-content: center;
  }
  body.page-pubblicazioni .hero .glb-hero-button-grid,
  body.page-video .hero .glb-hero-button-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: .62rem !important;
    margin-top: 1rem !important;
  }
  body.page-pubblicazioni .hero .glb-hero-button-grid>*,
  body.page-video .hero .glb-hero-button-grid>* {
    min-height: 46px !important;
    padding: .78rem .92rem !important;
    font-size: .86rem !important;
  }
  .book-row-layout {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 480px) {
  .foot-social {
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0s !important;
  }
}

@media (max-width: 600px) {
  body.page-pubblicazioni #pub-main .pub-narrow-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
