/* ==========================================================================
   pages/gianluca-bellisario.css
   Eccezioni della pagina gianluca bellisario.
   Caricato da 1 pagina.
   ========================================================================== */

main#chi-siamo-main {
  margin: 0 auto;
}

main#chi-siamo-main h2 {
  color: var(--blu-notte);
}

main#chi-siamo-main h3 {
  color: var(--blu-accent);
  margin-bottom: .4rem;
}

main#chi-siamo-main p {
  color: #555;
  margin-bottom: .8rem;
}

.comp-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.comp-card p {
  margin: 0;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
}

.tl-dot {
  position: absolute;
  left: -2rem;
  top: .3rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blu-accent);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--blu-accent);
}

.tl-year {
  color: var(--blu-accent);
  font-weight: 700;
  text-transform: uppercase;
}

.tl-item p {
  margin: 0;
}

.pub-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pub-item .title {
  font-weight: 700;
  margin-bottom: .3rem;
}

.pub-item .meta {
  margin-bottom: .5rem;
}

.pub-item p {
  margin: 0;
}

.pub-item a {
  color: var(--blu-accent);
  text-decoration: none;
  font-weight: 600;
  font-size: .85rem;
}

.comp-card.glb-accent-card::before {
  width: auto;
  border-radius: var(--r-pill);
}

.comp-card.glb-accent-card::after {
  opacity: .7;
}

.comp-card.glb-accent-card h3,
.comp-card.glb-accent-card p{
  position: relative;
  z-index: 1;
}



.timeline::before {
  left: .28rem;
  background: linear-gradient(180deg,rgba(44,80,128,.22) 0%,rgba(212,180,109,.38) 100%);
}

.tl-item.glb-row-card {
  box-shadow: var(--glb-card-shadow);
}

.tl-item.glb-row-card::before {
  bottom: 14px;
}

.tl-item.glb-row-card .tl-year {
  margin-bottom: .18rem;
}

.tl-item.glb-row-card h3 {
  margin: .15rem 0 .28rem;
}

.pub-item.glb-row-card {
  border-radius: var(--r-lg);
  padding: 1.2rem 1.35rem 1.15rem 1.55rem;
  box-shadow: var(--glb-card-shadow);
}

.pub-item.glb-row-card .title {
  color: #102538;
}

.pub-item.glb-row-card .meta {
  color: #667488;
}

.contact-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.contact-card {
  padding: 1.3rem;
}

.contact-card a {
  font-weight: 600;
}

.contact-card p {
  margin: 0;
}

.affil {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: .8rem;
}

.affil span {
  background: #eef1f6;
  color: var(--blu-notte);
  border-radius: var(--r);
  padding: .3rem .8rem;
  font-size: .85rem;
  font-weight: 600;
}

main#chi-siamo-main p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
  orphans: 3;
  widows: 3;
}

body.root-special-page main#chi-siamo-main>section>h2 {
  position: relative;
  padding: 0 0 .66rem;
}

body.root-special-page main#chi-siamo-main>section>h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
}

body.root-special-page main#chi-siamo-main>section>p {
  margin-bottom: 1rem;
  color: #465568;
}

body.root-special-page main#chi-siamo-main strong {
  color: #1a3046;
}

body.root-special-page .comp-card.glb-accent-card {
  padding: 1.35rem 1.3rem 1.22rem;
}

body.root-special-page .comp-card.glb-accent-card h3 {
  margin: 0 0 .52rem;
  letter-spacing: -.006em;
}

body.root-special-page .tl-year {
  letter-spacing: .075em;
}

body.root-special-page .pub-item.glb-row-card .title {
  font-size: 1.11rem;
  line-height: 1.3;
}

main#chi-siamo-main .cta-box p,
main#chi-siamo-main .cta-box .cta-address {
  -webkit-hyphens: none;
}

body.v2-editorial-profile {
  background: var(--v2-canvas);
  color: var(--v2-ink);
}

body.v2-editorial-profile .v2-profile-cover {
  position: relative;
  overflow: hidden;
  padding: clamp(3.6rem,6vw,5.8rem) 1.5rem;
  background: var(--v2-cover-bg);
  color: #fff;
}

body.v2-editorial-profile .v2-profile-cover::before {
  content: "";
  position: absolute;
  inset: -18rem -12rem auto auto;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background: var(--v2-cover-glow);
  pointer-events: none;
}

.v2-profile-cover__inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px minmax(0,1fr);
  gap: clamp(2.8rem,5vw,5.2rem);
  align-items: center;
}

.v2-profile-cover__visual {
  align-self: center;
}

.v2-profile-cover__visual>img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 24px;
  box-shadow: 0 28px 62px rgba(0,0,0,.28),0 0 0 1px rgba(212,180,109,.11);
}

.v2-profile-cover__visual-note {
  margin-top: .8rem;
  padding: .8rem .9rem;
  border-left: 2px solid var(--v2-gold);
  color: rgba(255,255,255,.72);
  line-height: 1.45;
}

.v2-profile-cover__visual-note span,
.v2-profile-cover__visual-note strong {
  display: block;
}

.v2-profile-cover__visual-note span {
  text-transform: uppercase;
  letter-spacing: .11em;
  font-weight: 800;
  color: #e2c980;
}

.v2-profile-cover__visual-note strong {
  margin-top: .2rem;
  color: #fff;
  font-family: var(--v2-serif);
  font-size: 1.05rem;
  font-weight: 600;
}

.v2-profile-cover__copy {
  min-width: 0;
}

.v2-profile-cover__kicker,
.v2-section-label {
  margin: 0 0 .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.v2-profile-cover__kicker {
  color: var(--v2-gold-soft);
}

body.v2-editorial-profile .v2-profile-cover h1 {
  max-width: 760px;
  margin: 0 auto 1rem;
  color: #fff;
  font-family: var(--v2-serif);
  font-weight: 600;
  letter-spacing: -.025em;
  text-align: center;
}

.v2-profile-cover__lead {
  max-width: 760px;
  margin: 0 0 .65rem;
}

.v2-profile-cover__role {
  margin: 0 0 1.45rem;
  color: var(--v2-gold-soft);
  font-size: .84rem;
  font-weight: 750;
  letter-spacing: .035em;
}

.v2-profile-cover__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-bottom: 1.05rem;
}

.v2-profile-cover__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .7rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 780;
}

.v2-profile-cover__actions .btn-primary-profile {
  background: linear-gradient(180deg,#faf7f0,#ede3d2);
  color: #102235;
  border: 1px solid rgba(255,255,255,.82);
}

.v2-profile-cover__actions .btn-secondary-profile {
  background: rgba(255,255,255,.07);
  color: #fff;
  border: 1px solid rgba(255,255,255,.26);
}

.v2-profile-cover__ids {
  display: flex;
  flex-wrap: wrap;
  gap: .48rem .9rem;
  margin: 0;
  color: rgba(255,255,255,.66);
  line-height: 1.5;
}

.v2-profile-cover__ids span {
  white-space: nowrap;
}

.v2-profile-cover__ids a {
  text-underline-offset: 3px;
}

body.v2-editorial-profile main#chi-siamo-main {
  max-width: 1080px;
  padding: 0 1.5rem;
  background: transparent;
}

body.v2-editorial-profile main#chi-siamo-main>.breadcrumb {
  margin-top: .15rem;
}

body.v2-editorial-profile main#chi-siamo-main>section {
  padding: clamp(3.5rem,5.4vw,5rem) 0;
  border-bottom: 1px solid var(--v2-divider);
}

body.v2-editorial-profile main#chi-siamo-main>section>h2 {
  font-family: var(--v2-serif);
  letter-spacing: -.016em;
  color: var(--v2-heading);
}

body.v2-editorial-profile .v2-profile-intro {
  border-bottom: 0 !important;
}

.v2-profile-intro>p {
  max-width: 78ch !important;
  color: var(--v2-text) !important;
  font-size: 1.03rem !important;
  line-height: 1.82 !important;
}

.v2-profile-axis>h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.v2-profile-axis>h2::after {
  left: 50% !important;
  transform: translateX(-50%);
}

.v2-profile-axis__grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.v2-profile-axis__grid a {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 1.45rem;
  border: 1px solid var(--v2-border-strong);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--v2-shadow-card-strong);
  color: var(--v2-heading);
  text-decoration: none;
}

.v2-profile-axis__grid span {
  margin-bottom: 2rem;
  color: var(--v2-gold-text);
  font-weight: 800;
  letter-spacing: .12em;
}

.v2-profile-axis__grid strong {
  font-family: var(--v2-serif);
  font-size: 1.55rem;
}

.v2-profile-axis__grid em {
  margin-top: .5rem;
  color: var(--v2-muted);
  font-size: .86rem;
  font-style: normal;
  line-height: 1.62;
}

.v2-cv-dossier .comp-card {
  padding: 1.65rem 1.7rem !important;
  border: 1px solid var(--v2-border-strong) !important;
}

.v2-cv-dossier .comp-card>h2 {
  text-align: center;
  text-align-last: center;
}

.v2-cv-dossier .btn-primary-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .65rem .95rem;
  border: 1px solid rgba(44,80,128,.24);
  border-radius: 999px;
  background: #fff;
  color: var(--blu-accent,#2c5080);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.v2-cv-dossier .btn-primary-profile:hover,
.v2-cv-dossier .btn-primary-profile:focus-visible {
  background: #f5f8fc;
  color: var(--blu-notte,#0a1628);
}

body.v2-editorial-profile .comp-grid {
  gap: 1rem;
}

.v2-editorial-profile .comp-card.glb-accent-card {
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(17,37,58,.05) !important;
}

.v2-editorial-profile .timeline {
  padding-left: 0;
}

.v2-editorial-profile .timeline::before,
.v2-editorial-profile .tl-dot {
  display: none;
}

.v2-editorial-profile .tl-item.glb-row-card {
  margin: 0 0 .85rem;
  padding: 1.2rem 1.35rem;
  border: 1px solid var(--v2-border-soft);
  border-radius: 15px;
  background: #fff;
}

.v2-editorial-profile .pub-item.glb-row-card {
  border: 1px solid var(--v2-border-soft);
  background: #fff;
}

.v2-editorial-profile .contact-card {
  background: #fff;
}

body.v2-editorial-profile .v2-profile-cover .v2-profile-cover__ids a {
  color: #fff;
  text-decoration-color: rgba(255,255,255,.55);
}

body.v2-editorial-profile main#chi-siamo-main p {
  hyphens: auto;
  -webkit-hyphens: auto;
}

body.v2-editorial-profile main#chi-siamo-main li {
  text-align: left;
  text-align-last: left;
  hyphens: manual;
  -webkit-hyphens: manual;
}

body.v2-editorial-profile :is(.v2-profile-cover__kicker,.v2-section-label,.v2-profile-cover__visual-note,.v2-profile-axis__grid span,.v2-profile-cover__ids) {
  font-size: 12px !important;
}

body.v2-editorial-profile .pub-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

:root {
  --v3-canvas: var(--v2-canvas);
  --v3-surface: var(--v2-surface);
  --v3-surface-soft: var(--v2-surface-soft);
  --v3-ink: var(--v2-ink);
  --v3-heading: var(--v2-heading);
  --v3-muted: var(--v2-muted);
  --v3-link: var(--v2-blue-link);
  --v3-gold: var(--v2-gold-text);
  --v3-border: var(--v2-border-strong);
  --v3-radius-card: var(--v2-radius-lg);
  --v3-radius-card-large: 20px;
  --v3-shadow-card: var(--v2-shadow-card-strong);
  --v3-cover-bg: var(--v2-cover-bg);
  --v3-cover-glow: var(--v2-cover-glow);
  --v3-max-wide: var(--v2-max-wide);
  --v3-max-content: var(--v2-max-content);
  --v3-gap: 1rem;
  --v3-white: #fff;
  --v3-on-dark-soft: rgba(255,255,255,.72);
  --v3-contact-bg: linear-gradient(135deg,#0c2035 0%,#173c61 100%);
}

body.v2-editorial-profile .v3-profile-cover__identity {
  font-family: var(--v2-serif);
  font-size: clamp(1.2rem,2vw,1.5rem);
  line-height: 1.45;
  color: var(--v3-white);
}

body.v2-editorial-profile .v3-profile-cover__statement {
  max-width: 720px;
  margin: 1rem 0 1.4rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(212,180,109,.62);
  color: var(--v3-on-dark-soft);
  font-size: .9rem;
  line-height: 1.7;
}

body.v2-editorial-profile .v3-profile-section-intro {
  margin: -.8rem auto 2rem !important;
}

body.v2-editorial-profile .v3-profile-thought {
  background: var(--v3-cover-bg);
  color: var(--v3-white);
}

body.v2-editorial-profile .v3-profile-thought>h2 {
  margin: 0 auto 1.5rem !important;
  color: #fff !important;
  text-align: center;
}

body.v2-editorial-profile .v3-profile-thought>.v2-section-label {
  margin: 0 auto .7rem !important;
  color: var(--v2-gold-soft) !important;
}

body.v2-editorial-profile .v3-profile-thought__grid {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: var(--v3-gap);
}

body.v2-editorial-profile .v3-profile-thought article {
  padding: 1.65rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
}

body.v2-editorial-profile .v3-profile-thought article h3 {
  margin: 0 0 .8rem !important;
  color: #fff !important;
  font-family: var(--v2-serif);
  text-align: center;
}

body.v2-editorial-profile .v3-profile-thought article p {
  color: rgba(255,255,255,.88) !important;
  line-height: 1.75 !important;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
  -webkit-hyphens: auto;
}

body.v2-editorial-profile .v3-profile-thought article a {
  color: #f0d98e;
  font-weight: 800;
  font-size: .82rem;
}

body.v2-editorial-profile .v3-profile-dossier {
  max-width: 1000px;
  margin: clamp(3rem,6vw,5rem) auto;
  border: 1px solid var(--v3-border);
  border-radius: var(--v3-radius-card-large);
  background: var(--v3-surface);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(17,37,58,.05);
}

body.v2-editorial-profile .v3-profile-dossier>summary {
  cursor: pointer;
  list-style: none;
  padding: 1.35rem 1.5rem;
  background: var(--v3-surface-soft);
  color: var(--v3-heading);
  font-family: var(--v2-serif);
  font-size: 1.45rem;
  font-weight: 700;
}

body.v2-editorial-profile .v3-profile-dossier>summary::-webkit-details-marker {
  display: none;
}

body.v2-editorial-profile .v3-profile-dossier>summary::after {
  content: "+";
  float: right;
  color: var(--v2-gold-text);
  font-family: system-ui,sans-serif;
}

body.v2-editorial-profile .v3-profile-dossier[open]>summary::after {
  content: "−";
}

body.v2-editorial-profile .v3-profile-dossier__intro {
  margin: 1.1rem auto 0 !important;
  padding: 0 1.4rem;
  font-size: .92rem !important;
  line-height: 1.7;
}

body.v2-editorial-profile main#chi-siamo-main .v3-profile-dossier>section {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border-inline: 0;
}

/* R4E: anche nella documentazione estesa la gerarchia editoriale resta centrata. */
body.v2-editorial-profile .v3-profile-dossier :is(h2,h3) {
  text-align: center;
  text-align-last: center;
}

body.root-special-page #chi-siamo-main .comp-grid,
body.root-special-page #chi-siamo-main .contact-grid,
body.root-special-page.page-book-manuale .indice-grid,
body.root-special-page.page-book-manuale .storie-grid {
  display: grid;
}

@media (max-width: 820px) {
  .comp-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 520px) {
  .comp-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .v2-profile-cover__inner {
    grid-template-columns: 240px minmax(0,1fr);
    gap: 2.2rem;
  }
  .v2-profile-axis__grid {
    grid-template-columns: 1fr;
  }
  .v2-profile-axis__grid a {
    min-height: 0;
  }
  .v2-profile-axis__grid span {
    margin-bottom: .9rem;
  }
}

@media (max-width: 720px) {
  body.v2-editorial-profile .v2-profile-cover {
    padding: 3.1rem 1rem 3.4rem;
  }
  .v2-profile-cover__inner {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .v2-profile-cover__visual {
    max-width: 230px;
    margin: 0 auto;
  }
  .v2-profile-cover__visual-note {
    text-align: center;
    border-left: 0;
    border-top: 1px solid rgba(212,180,109,.45);
  }
  .v2-profile-cover__copy {
    text-align: center;
  }
  body.v2-editorial-profile .v2-profile-cover h1,
  .v2-profile-cover__lead {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .v2-profile-cover__role {
    text-align: center;
  }
  .v2-profile-cover__actions,
.v2-profile-cover__ids{
    justify-content: center;
  }
  
  body.v2-editorial-profile main#chi-siamo-main {
    padding: 0 1rem;
  }
  .v2-profile-intro>h2 {
    text-align: center;
  }
  .v2-profile-intro>h2::after {
    left: 50% !important;
    transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .v2-profile-cover__visual {
    max-width: 205px;
  }
  .v2-profile-cover__ids {
    gap: .4rem .65rem;
  }
  .v2-profile-cover__ids span {
    white-space: normal;
  }
  .v2-profile-cover__actions a {
    width: 100%;
  }
}

@media (max-width: 740px) {
  body.v2-editorial-profile .v3-profile-cover__statement {
    border-left: 0;
    border-top: 1px solid rgba(212,180,109,.45);
    padding: 1rem 0 0;
    text-align: justify;
    text-align-last: left;
  }
  body.v2-editorial-profile .v3-profile-thought>h2 {
    margin: 0 auto 1.5rem !important;
    color: #fff !important;
    text-align: center;
  }
  body.v2-editorial-profile .v3-profile-thought>.v2-section-label {
    margin: 0 auto .7rem !important;
    color: var(--v2-gold-soft) !important;
  }
  body.v2-editorial-profile .v3-profile-thought__grid {
    grid-template-columns: 1fr;
  }
  body.v2-editorial-profile .v3-profile-dossier>summary {
    font-size: 1.22rem;
    padding: 1.1rem;
  }
}
