.icbd-home {
  --home-navy: #071b27;
  --home-navy-2: #0d3143;
  --home-blue: #1c607f;
  --home-gold: #bc8e43;
  --home-gold-light: #ecd8b1;
  --home-cream: #f7f5ef;
  --home-soft: #edf5f8;
  --home-text: #243842;
  --home-muted: #6a7a82;
  --home-border: #dbe5e9;
  --home-white: #fff;
  --home-shadow: 0 22px 55px rgba(7,27,39,.10);
  overflow: hidden;
  color: var(--home-text);
  background: #fff;
}

.icbd-home * {
  box-sizing: border-box;
}

.home-shell {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.home-section {
  padding: clamp(70px, 8vw, 112px) 0;
  scroll-margin-top: 180px;
}

.home-section-soft {
  background:
    radial-gradient(circle at 94% 0%, rgba(188,142,67,.08), transparent 25%),
    var(--home-cream);
}

.home-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.home-heading h2,
.home-intro-grid h2,
.home-wdf h2,
.home-statute-grid h2,
.home-final-cta h2 {
  margin: 0 0 18px;
  color: var(--home-navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.home-heading p,
.home-lead {
  color: var(--home-muted);
  font-size: 1.08rem;
}

.home-eyebrow,
.home-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--home-gold);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-eyebrow-light {
  color: #e9c98f;
}

/* HERO */
.home-hero {
  position: relative;
  min-height: min(760px, 82vh);
  display: flex;
  align-items: center;
  isolation: isolate;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(5,22,31,.97) 0%,
      rgba(5,22,31,.92) 37%,
      rgba(5,22,31,.60) 70%,
      rgba(5,22,31,.32) 100%
    ),
    var(--home-hero-image) center 42% / cover no-repeat;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 160px;
  background: linear-gradient(to top, rgba(4,19,27,.38), transparent);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, .55fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
  padding-block: clamp(80px, 9vw, 135px);
}

.home-hero h1 {
  max-width: 850px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(2.8rem, 6.2vw, 5.6rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.home-hero-lead {
  max-width: 760px;
  margin: 0 0 34px;
  color: rgba(255,255,255,.83);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.home-logo-ring {
  width: min(320px, 100%);
  margin-inline: auto;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  box-shadow: 0 30px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(8px);
}

.home-logo-ring img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.home-btn:hover {
  transform: translateY(-2px);
}

.home-btn-gold {
  color: var(--home-navy);
  background: var(--home-gold-light);
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}

.home-btn-gold:hover {
  color: var(--home-navy);
  background: #f6e6c6;
}

.home-btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
}

.home-btn-ghost:hover {
  color: #fff;
  background: rgba(255,255,255,.14);
}

.home-btn-outline {
  color: var(--home-navy);
  border-color: var(--home-border);
  background: #fff;
}

.home-btn-outline:hover {
  color: var(--home-navy);
  border-color: var(--home-gold);
  box-shadow: 0 12px 30px rgba(7,27,39,.10);
}

/* NAV HOME */
.home-section-nav-wrap {
  position: relative;
  z-index: 50;
  margin-top: -31px;
}

.home-section-nav {
  display: flex;
  gap: 4px;
  padding: 9px;
  overflow-x: auto;
  border: 1px solid var(--home-border);
  border-radius: 999px;
  background: rgba(255,255,255,.97);
  box-shadow: var(--home-shadow);
  scrollbar-width: thin;
}

.home-section-nav a {
  flex: 0 0 auto;
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--home-navy);
  font-size: .86rem;
  font-weight: 780;
  text-decoration: none;
  white-space: nowrap;
}

.home-section-nav a:hover,
.home-section-nav a.is-active {
  color: var(--home-navy);
  background: #f0dfbd;
}

/* INTRO */
.home-intro-grid,
.home-statute-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.home-stats div {
  padding: 18px 16px;
  border: 1px solid var(--home-border);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.home-stats strong,
.home-stats span {
  display: block;
}

.home-stats strong {
  color: var(--home-navy);
  font-size: 1.25rem;
}

.home-stats span {
  margin-top: 3px;
  color: var(--home-muted);
  font-size: .78rem;
}

.home-feature-box {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--home-border);
  border-top: 5px solid var(--home-gold);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--home-shadow);
}

.home-feature-box h3 {
  margin: 7px 0 20px;
  color: var(--home-navy);
  font-size: 1.55rem;
}

.home-feature-label {
  color: var(--home-gold);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-check-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 26px;
}

.home-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--home-gold);
  font-weight: 900;
}

.home-info-note,
.home-warning {
  margin-top: 38px;
  padding: 20px 23px;
  border: 1px solid #ead7b1;
  border-left: 5px solid var(--home-gold);
  border-radius: 14px;
  color: #60491f;
  background: #fff9ed;
}

/* SERVICES */
.home-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.home-service-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid var(--home-border);
  border-radius: 21px;
  color: var(--home-text);
  background:
    radial-gradient(circle at 100% 0, rgba(188,142,67,.13), transparent 32%),
    #fff;
  box-shadow: 0 12px 32px rgba(7,27,39,.06);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-service-card:hover {
  transform: translateY(-5px);
  border-color: #d6b477;
  color: var(--home-text);
  box-shadow: 0 22px 48px rgba(7,27,39,.11);
}

.home-service-tag {
  margin-bottom: 28px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--home-navy);
  background: #f0dfbd;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-service-card h3 {
  margin: 0 0 10px;
  color: var(--home-navy);
  font-size: 1.28rem;
}

.home-service-card p {
  flex: 1;
  margin-bottom: 24px;
  color: var(--home-muted);
}

.home-service-card strong {
  color: var(--home-blue);
  font-size: .87rem;
}

/* WDF */
.home-wdf {
  color: rgba(255,255,255,.80);
  background:
    radial-gradient(circle at 92% 0%, rgba(188,142,67,.23), transparent 27%),
    linear-gradient(135deg, #061923, #0d3143);
}

.home-wdf h2,
.home-wdf h3 {
  color: #fff;
}

.home-wdf-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: clamp(38px, 7vw, 82px);
  align-items: center;
}

.home-dark-panel {
  margin: 26px 0;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
}

.home-wdf-image {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 23px;
  background: rgba(255,255,255,.07);
  box-shadow: 0 28px 65px rgba(0,0,0,.22);
}

.home-wdf-image img {
  display: block;
  width: 100%;
}

/* MEMBERSHIP */
.home-membership-section {
  background:
    radial-gradient(circle at 4% 4%, rgba(188,142,67,.08), transparent 24%),
    var(--home-soft);
}

.home-membership-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 6vw, 70px);
  align-items: stretch;
}

.home-membership-photo {
  min-height: 560px;
  overflow: hidden;
  border-radius: 25px;
  background: #dce9ee;
  box-shadow: var(--home-shadow);
}

.home-membership-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-membership-panel {
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid var(--home-border);
  border-radius: 25px;
  background: #fff;
  box-shadow: var(--home-shadow);
}

.home-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 30px;
  padding: 7px;
  border: 1px solid var(--home-border);
  border-radius: 999px;
  background: #f7fafb;
}

.home-tab {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  color: var(--home-navy);
  background: transparent;
  cursor: pointer;
  font-weight: 800;
}

.home-tab.is-active {
  background: #f0dfbd;
}

.home-tab-content h3 {
  margin-top: 0;
  color: var(--home-navy);
  font-size: 1.55rem;
}

.home-price {
  display: flex;
  align-items: end;
  gap: 11px;
  margin: 22px 0;
}

.home-price strong {
  color: var(--home-navy);
  font-size: 2.3rem;
  line-height: 1;
}

.home-price span {
  color: var(--home-muted);
  font-size: .82rem;
}

.home-payment {
  margin-top: 28px;
  padding: 21px;
  border-radius: 16px;
  background: var(--home-cream);
}

.home-payment > span,
.home-payment > strong,
.home-payment code {
  display: block;
}

.home-payment > span {
  color: var(--home-muted);
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-payment code {
  margin: 10px 0;
  padding: 11px;
  border-radius: 9px;
  color: var(--home-navy);
  background: #fff;
  overflow-wrap: anywhere;
}

/* TOOLS */
.home-tools {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.home-tools a {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  color: var(--home-text);
  background: #fff;
  box-shadow: 0 12px 30px rgba(7,27,39,.06);
  text-decoration: none;
}

.home-tools a:hover {
  border-color: var(--home-gold);
}

.home-tools span {
  margin-bottom: auto;
  color: var(--home-gold);
  font-size: .76rem;
  font-weight: 900;
}

.home-tools strong {
  color: var(--home-navy);
  font-size: 1.05rem;
}

.home-tools small {
  margin-top: 4px;
  color: var(--home-muted);
}

/* STATUTO */
.home-statute-list {
  margin-top: 28px;
}

.home-statute-list div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--home-border);
}

.home-statute-list strong {
  color: var(--home-gold);
}

.home-statute-list span {
  color: var(--home-navy);
  font-weight: 700;
}

/* CONTACT */
.home-contact-section {
  color: rgba(255,255,255,.82);
  background:
    radial-gradient(circle at 0 100%, rgba(28,96,127,.34), transparent 35%),
    var(--home-navy);
}

.home-contact-section .home-heading h2 {
  color: #fff;
}

.home-contact-section .home-heading p {
  color: rgba(255,255,255,.68);
}

.home-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.home-contact-card {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 19px;
  color: #fff;
  background: rgba(255,255,255,.06);
  text-decoration: none;
}

a.home-contact-card:hover {
  color: #fff;
  border-color: #d6b477;
  background: rgba(255,255,255,.10);
}

.home-contact-card span {
  margin-bottom: 5px;
  color: #e5c484;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-contact-card strong {
  overflow-wrap: anywhere;
}

/* FAQ */
.home-faq {
  max-width: 900px;
}

.home-faq details {
  margin-bottom: 11px;
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 16px;
  background: #fff;
}

.home-faq summary {
  position: relative;
  padding: 20px 58px 20px 21px;
  color: var(--home-navy);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.home-faq summary::-webkit-details-marker {
  display: none;
}

.home-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  color: var(--home-gold);
  font-size: 1.4rem;
}

.home-faq details[open] summary::after {
  content: "−";
}

.home-faq details > div {
  padding: 0 21px 21px;
  color: var(--home-muted);
}

.home-faq-more {
  margin-top: 24px;
}

/* FINAL */
.home-final-cta {
  padding: 52px 0;
  color: #fff;
  background: linear-gradient(135deg, #0d3143, #071b27);
}

.home-final-cta .home-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.home-final-cta span {
  color: #e4c27f;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-final-cta h2 {
  margin: 5px 0 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}

/* TABLET */
@media (max-width: 1050px) {
  .home-services {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .home-hero-grid {
    grid-template-columns: minmax(0, 1fr) 250px;
  }
}

/* TABLET PORTRAIT */
@media (max-width: 820px) {
  .home-shell {
    width: min(100% - 34px, 1220px);
  }

  .home-section {
    padding: 72px 0;
    scroll-margin-top: 110px;
  }

  .home-hero {
    min-height: auto;
    background-position: 62% center;
  }

  .home-hero-grid,
  .home-intro-grid,
  .home-wdf-grid,
  .home-membership-grid,
  .home-statute-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-grid {
    padding-block: 86px 105px;
  }

  .home-hero-logo {
    display: none;
  }

  .home-membership-photo {
    min-height: 340px;
    max-height: 430px;
  }

  .home-section-nav-wrap {
    margin-top: 0;
    padding-top: 14px;
    background: #fff;
  }

  .home-section-nav {
    border-radius: 15px;
  }

  .home-final-cta .home-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* SMARTPHONE */
@media (max-width: 620px) {
  .home-shell {
    width: calc(100% - 28px);
  }

  .home-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  .home-hero-lead {
    font-size: 1.02rem;
  }

  .home-actions {
    flex-direction: column;
  }

  .home-btn {
    width: 100%;
  }

  .home-stats,
  .home-services,
  .home-tools,
  .home-contact-grid {
    grid-template-columns: 1fr;
  }

  .home-service-card {
    min-height: 235px;
  }

  .home-tabs {
    border-radius: 16px;
  }

  .home-membership-panel,
  .home-feature-box {
    border-radius: 19px;
  }

  .home-membership-photo {
    min-height: 280px;
  }

  .home-final-cta {
    padding: 42px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-btn,
  .home-service-card {
    transition: none;
  }
}

/* =========================================================
   ICBD HOME 0.2.1 - TESSERA IN PROPORZIONE ORIGINALE
   ========================================================= */

.home-membership-photo {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3vw, 28px);
  background: #fff;
}

.home-membership-photo img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 820px) {
  .home-membership-photo {
    min-height: 0;
    max-height: none;
  }

  .home-membership-photo img {
    width: auto;
    max-width: 100%;
    max-height: 440px;
  }
}

@media (max-width: 620px) {
  .home-membership-photo {
    min-height: 0;
    padding: 15px;
  }

  .home-membership-photo img {
    max-height: none;
  }
}

/* =========================================================
   HOME 0.2.2 - LIBRI
   ========================================================= */

.home-books-section {
  background:
    radial-gradient(circle at 100% 0,
      rgba(188,142,67,.10),
      transparent 27%),
    #fff;
}

.home-books-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 18px;
  align-items: stretch;
}

.home-book-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 16px;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  color: var(--home-text);
  background: #fff;
  box-shadow: 0 14px 35px rgba(7,27,39,.07);
  text-decoration: none;
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.home-book-card:hover {
  transform: translateY(-6px);
  border-color: var(--home-gold);
  color: var(--home-text);
  box-shadow: 0 24px 48px rgba(7,27,39,.12);
}

.home-book-cover {
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--home-cream);
}

.home-book-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-book-card > span {
  color: var(--home-gold);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.home-book-card > strong {
  margin: 7px 0 15px;
  color: var(--home-navy);
  font-size: .98rem;
  line-height: 1.28;
}

.home-book-card > small {
  margin-top: auto;
  color: var(--home-blue);
  font-weight: 800;
}

.home-book-free {
  border-color: #d9bd82;
  background:
    radial-gradient(circle at 100% 0,
      rgba(188,142,67,.15),
      transparent 35%),
    #fff;
}


/* =========================================================
   MEDIA / MICROCHIP / FAQ / SONG
   ========================================================= */

.home-media-section {
  background: var(--home-cream);
}

.home-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}

.home-media-card {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 22px;
  color: var(--home-text);
  background: #fff;
  box-shadow: 0 14px 35px rgba(7,27,39,.07);
  text-decoration: none;
}

a.home-media-card:hover {
  color: var(--home-text);
  border-color: var(--home-gold);
}

.home-media-number {
  color: var(--home-gold);
  font-size: .72rem;
  font-weight: 900;
}

.home-media-card small {
  display: block;
  margin-bottom: 6px;
  color: var(--home-gold);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-media-card h3 {
  margin: 0 0 9px;
  color: var(--home-navy);
  font-size: 1.45rem;
}

.home-media-card p {
  color: var(--home-muted);
}

.home-media-card strong {
  color: var(--home-blue);
  font-size: .88rem;
}

.home-song-card {
  color: rgba(255,255,255,.82);
  border-color: rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 100% 0,
      rgba(188,142,67,.30),
      transparent 38%),
    linear-gradient(135deg, #071b27, #0d3143);
}

.home-song-card h3,
.home-song-card p {
  color: #fff;
}

.home-song-card small {
  color: #e9c98f;
}

.home-song-card audio {
  width: 100%;
  margin-top: 24px;
}


/* =========================================================
   VIDEO SFALSATI
   ========================================================= */

.home-video-section {
  background:
    radial-gradient(circle at 0 100%,
      rgba(28,96,127,.08),
      transparent 30%),
    #fff;
}

.home-video-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
  padding-bottom: 48px;
  align-items: start;
}

.home-video-tab {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 23px;
  color: var(--home-text);
  background: #fff;
  box-shadow: var(--home-shadow);
  text-decoration: none;
  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.home-video-tab:hover {
  color: var(--home-text);
  box-shadow: 0 30px 65px rgba(7,27,39,.15);
}

.home-video-tab-1 {
  transform: translateY(0);
}

.home-video-tab-2 {
  transform: translateY(38px);
}

.home-video-tab-3 {
  transform: translateY(14px);
}

.home-video-tab-1:hover {
  transform: translateY(-5px);
}

.home-video-tab-2:hover {
  transform: translateY(33px);
}

.home-video-tab-3:hover {
  transform: translateY(9px);
}

.home-video-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--home-navy);
}

.home-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top,
      rgba(5,22,31,.55),
      transparent 60%);
}

.home-play {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--home-navy);
  background: var(--home-gold-light);
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
}

.home-video-copy {
  display: flex;
  min-height: 155px;
  flex-direction: column;
  padding: 22px;
}

.home-video-copy small {
  color: var(--home-gold);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-video-copy strong {
  margin: 7px 0 18px;
  color: var(--home-navy);
  font-size: 1.18rem;
  line-height: 1.25;
}

.home-video-copy span {
  margin-top: auto;
  color: var(--home-blue);
  font-size: .86rem;
  font-weight: 800;
}


/* =========================================================
   NEWS HOME
   ========================================================= */

.home-news-section {
  background: var(--home-soft);
}

.home-news-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 38px;
}

.home-news-heading h2 {
  margin: 0;
  color: var(--home-navy);
  font-size: clamp(2rem,4vw,3rem);
  letter-spacing: -.035em;
}

.home-news-heading > a {
  color: var(--home-blue);
  font-weight: 800;
  text-decoration: none;
}

.home-news-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 21px;
}

.home-news-card {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(7,27,39,.07);
}

.home-news-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--home-cream);
}

.home-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-news-body {
  padding: 23px;
}

.home-news-body small {
  color: var(--home-gold);
  font-size: .72rem;
  font-weight: 800;
}

.home-news-body h3 {
  margin: 7px 0 10px;
}

.home-news-body h3 a {
  color: var(--home-navy);
  text-decoration: none;
}

.home-news-body p {
  color: var(--home-muted);
}

.home-news-read {
  color: var(--home-blue);
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
}

.home-news-empty {
  padding: 30px;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  background: #fff;
}


/* =========================================================
   TESSERA - MAI INGRANDIRE L'ORIGINALE
   ========================================================= */

.home-membership-photo {
  min-height: 0 !important;
  height: auto;
  align-self: start;
}

.home-membership-photo img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .home-books-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

@media (max-width: 820px) {
  .home-media-grid,
  .home-video-tabs,
  .home-news-grid {
    grid-template-columns: 1fr;
  }

  .home-video-tab-1,
  .home-video-tab-2,
  .home-video-tab-3,
  .home-video-tab-1:hover,
  .home-video-tab-2:hover,
  .home-video-tab-3:hover {
    transform: none;
  }

  .home-video-tabs {
    padding-bottom: 0;
  }

  .home-news-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .home-books-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
  }

  .home-book-card {
    padding: 11px;
    border-radius: 16px;
  }

  .home-book-card > strong {
    font-size: .88rem;
  }

  .home-media-card {
    min-height: 220px;
  }
}

@media (max-width: 390px) {
  .home-books-grid {
    grid-template-columns: 1fr;
  }

  .home-book-cover {
    max-height: 420px;
  }
}
