/* ==========================================================================
   families/press.css
   Sistema della sala stampa: kit, temi redazionali, citazioni.
   Caricato da 2 pagine.
   ========================================================================== */

body.v2-editorial-press {
  color: var(--v2-ink);
}

.v2-press-cover {
  padding: clamp(3.8rem,6vw,6rem) 1.5rem;
}

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

.v2-press-cover__copy {
  min-width: 0;
  text-align: center;
}

.v2-press-cover__kicker,
.v2-section-label {
  margin: 0 0 .72rem;
  color: var(--v2-gold-soft);
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.v2-press-cover h1 {
  margin: 0 0 1rem;
  color: #fff !important;
  font-family: var(--v2-serif) !important;
  font-weight: 600 !important;
  letter-spacing: -.025em !important;
  text-align: center;
}

.v2-press-cover__lead {
  max-width: 760px;
  margin: 0 auto .8rem;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.02rem,1.5vw,1.17rem);
  line-height: 1.72;
}

.v2-press-cover__topics {
  max-width: 760px;
  margin: 0 auto 1.45rem;
  color: var(--v2-gold-soft);
  font-size: .8rem;
  font-weight: 750;
  line-height: 1.55;
}

.v2-press-cover__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
  margin-bottom: 1.35rem;
}

.v2-press-cover__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .72rem .95rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 11px;
  background: rgba(255,255,255,.07);
  color: #fff;
  text-decoration: none;
  font-size: .8rem;
  font-weight: 780;
}

.v2-press-cover__actions a.v2-press-primary {
  background: linear-gradient(180deg,#faf7f0,#ede3d2);
  border-color: rgba(255,255,255,.8);
  color: #102235;
}

.v2-press-cover__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
}

.v2-press-cover__meta span {
  display: grid;
  gap: .12rem;
  padding: .5rem .65rem;
  border-left: 1px solid rgba(225,201,130,.5);
  color: rgba(255,255,255,.65);
}

.v2-press-cover__meta strong {
  color: var(--v2-gold-soft);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v2-press-cover__visual>img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: 50% 32%;
  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-press-cover__visual>div {
  margin-top: .8rem;
  padding: .75rem .85rem;
  border-left: 2px solid var(--v2-gold);
}

.v2-press-cover__visual span,
.v2-press-cover__visual strong,
.v2-press-cover__visual small {
  display: block;
}

.v2-press-cover__visual span {
  font-family: var(--v2-serif);
  font-size: 1.2rem;
  font-weight: 600;
}

.v2-press-cover__visual strong {
  margin: .15rem 0;
  color: var(--v2-gold-soft);
}

.v2-press-cover__visual small {
  color: rgba(255,255,255,.65);
  line-height: 1.4;
}

body.v2-editorial-press main#main {
  background: radial-gradient(circle at top left,rgba(44,80,128,.06),transparent 28%),linear-gradient(180deg,#f7f9fc,var(--v2-canvas));
}

.v2-press-essentials>.v2-section-label {
  text-align: center;
  color: var(--v2-gold-text);
}

.v2-press-essentials h2 {
  text-align: center;
  color: var(--v2-heading);
  font-family: var(--v2-serif);
}

.v2-press-essentials__grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: .85rem;
}

.v2-press-essentials__grid a {
  display: flex;
  min-height: 168px;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid var(--v2-border);
  border-radius: 17px;
  background: #fff;
  color: var(--v2-heading);
  text-decoration: none;
  box-shadow: var(--v2-shadow-card);
}

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

.v2-press-essentials__grid strong {
  font-family: var(--v2-serif);
  font-size: 1.35rem;
}

.v2-press-essentials__grid em {
  margin-top: .45rem;
  color: var(--v2-muted);
  font-size: .8rem;
  font-style: normal;
  line-height: 1.55;
}

.v2-editorial-press main#main>.section:not(.v2-press-toc) {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.v2-editorial-press .press-profile>h2,
.v2-editorial-press .press-angles>h2 {
  font-family: var(--v2-serif);
  letter-spacing: -.012em;
}

.v2-editorial-press .resource-card,
.v2-editorial-press .angle-card,
.v2-editorial-press .verification-card,
.v2-editorial-press .media-card {
  border-radius: 17px;
  box-shadow: 0 8px 25px rgba(17,37,58,.045);
}

body.v2-editorial-press :is(.resource-card,.signal-card,.pub-item,.download-card) p {
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
  -webkit-hyphens: auto;
}

body.v2-editorial-press .v2-press-cover .v2-press-cover__meta span,
body.v2-editorial-press .v2-press-cover .v2-press-cover__meta strong {
  font-size: .75rem !important;
}

body.v2-editorial-press .v2-press-cover .v2-press-cover__meta a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.5);
  text-underline-offset: 2px;
}

body.v2-editorial-press :is(.v2-press-cover__kicker,.v2-section-label,.v2-press-essentials__grid span,.v2-press-cover__meta span,.v2-press-cover__meta strong) {
  font-size: 12px !important;
}

body.v2-editorial-press .v2-press-cover__visual :is(small,strong) {
  font-size: 12px;
}

body.v2-editorial-press :is(.signal-card .meta,.press-books .pub-item .meta) {
  color: var(--v2-text);
}

body.v2-editorial-press :is(.section-intro,.cta-box p,.press-materials .download-card>p:first-child) {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

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

@media (max-width: 900px) {
  .v2-press-cover__inner {
    grid-template-columns: minmax(0,1fr) 230px;
    gap: 2rem;
  }
  .v2-press-essentials__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 680px) {
  .v2-press-cover {
    padding: 3.3rem 1rem;
  }
  .v2-press-cover__inner {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .v2-press-cover__copy {
    text-align: center;
  }
  .v2-press-cover h1 {
    text-align: center !important;
  }
  .v2-press-cover__lead,
  .v2-press-cover__topics {
    margin-left: auto;
    margin-right: auto;
  }
  .v2-press-cover__actions,
  .v2-press-cover__meta {
    justify-content: center;
  }
  .v2-press-cover__visual {
    max-width: 220px;
    margin: 0 auto;
  }
  .v2-press-cover__visual>div {
    text-align: center;
    border-left: 0;
    border-top: 1px solid rgba(212,180,109,.45);
  }
  .v2-press-essentials__grid {
    grid-template-columns: 1fr;
  }
  .v2-press-essentials__grid a {
    min-height: 0;
  }
  body.v2-editorial-press .glb-mobile-lead-long {
    text-align: center;
    text-align-last: center;
  }
}

@media (max-width: 520px) {
  body.v2-editorial-press main#main {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  body.v2-editorial-press section.press-profile:nth-of-type(odd),
  body.v2-editorial-press section.press-profile:nth-of-type(even) {
    padding-inline: .75rem;
  }
  body.v2-editorial-press :is(.resource-card,.angle-card,.verification-card,.media-card,.signal-card) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

