/* V30.173 · exact black-and-gold stage composition from the supplied mockup. */

#home-page #year-proof {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
  min-height: clamp(740px, 50vw, 930px);
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background:
    radial-gradient(ellipse at 50% 8%, rgba(230, 186, 96, .10), transparent 30%),
    linear-gradient(180deg, #080704 0%, #030302 74%, #0b0704 100%) !important;
  color: #f8f3e9;
}

#home-page #year-proof::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,.018) 50%, transparent 100%),
    radial-gradient(circle at 88% 100%, rgba(118, 58, 25, .15), transparent 32%);
  pointer-events: none;
}

#year-proof .cb-year-stage-beams {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

#year-proof .cb-year-beam {
  position: absolute;
  top: -3%;
  bottom: -3%;
  display: block;
  background: linear-gradient(90deg,
    rgba(235, 201, 128, 0) 0%,
    rgba(235, 201, 128, .10) 15%,
    rgba(245, 218, 154, .34) 52%,
    rgba(193, 147, 76, .15) 84%,
    rgba(193, 147, 76, 0) 100%);
  filter: drop-shadow(12px 0 24px rgba(224, 176, 72, .22));
  opacity: .94;
}

#year-proof .cb-year-beam.beam-left {
  left: 11%;
  width: 51%;
  clip-path: polygon(40% 0, 57% 0, 100% 100%, 0 100%);
}

#year-proof .cb-year-beam.beam-right {
  left: 52%;
  width: 43%;
  clip-path: polygon(43% 0, 62% 0, 100% 100%, 0 100%);
}

#year-proof .year-head {
  position: absolute !important;
  top: 14%;
  left: 50%;
  z-index: 5;
  width: min(720px, 58vw);
  max-width: none !important;
  margin: 0 !important;
  text-align: center !important;
  transform: translateX(-50%);
}

#year-proof .year-kicker {
  margin: 0 0 13px !important;
  color: #efc86e !important;
  font-size: clamp(12px, 1.15vw, 20px) !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
}

#year-proof .year-head h2 {
  max-width: 720px !important;
  margin: 0 auto !important;
  color: #f8f3e9 !important;
  font-size: clamp(42px, 4.4vw, 70px) !important;
  font-weight: 900 !important;
  line-height: .89 !important;
  letter-spacing: -.055em !important;
  text-wrap: balance;
}

#year-proof .year-head p,
#year-proof .year-footnote {
  display: none !important;
}

#year-proof .year-grid {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

#year-proof .year-card,
#year-proof .year-card.creator {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  display: block !important;
  width: 33.333% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

#year-proof .year-card.access {
  left: 1.5% !important;
}

#year-proof .year-card.creator {
  left: 33.333% !important;
}

#year-proof .year-card.signature {
  right: 1.5% !important;
}

#year-proof .year-card::after {
  display: none !important;
  content: none !important;
}

#year-proof .year-card::before {
  content: attr(data-credits);
  position: absolute;
  right: 2%;
  bottom: -7%;
  z-index: 0;
  color: rgba(247, 243, 235, .105);
  font-size: clamp(150px, 15vw, 270px);
  font-weight: 950;
  line-height: .8;
  letter-spacing: -.085em;
  pointer-events: none;
}

#year-proof .year-card-content {
  position: absolute;
  z-index: 2;
  width: 96%;
  max-width: none;
}

#year-proof .year-card.access .year-card-content {
  top: 22%;
  left: 5%;
}

#year-proof .year-card.creator .year-card-content {
  top: 43%;
  left: 12%;
  margin: 0 !important;
}

#year-proof .year-card.signature .year-card-content {
  top: 22%;
  left: 10%;
}

#year-proof .year-plan {
  display: block;
  margin: 0 0 30px !important;
  color: #d2a555 !important;
  font-size: clamp(58px, 6vw, 112px) !important;
  font-weight: 950 !important;
  line-height: .72 !important;
  letter-spacing: -.065em !important;
  text-transform: uppercase;
  text-shadow: 0 10px 34px rgba(0,0,0,.52);
}

#year-proof .year-plan span {
  display: block;
}

#year-proof .year-total {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(29px, 2.7vw, 49px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -.035em !important;
  white-space: nowrap !important;
}

#year-proof .year-total strong {
  font: inherit;
}

/* Detailed scenarios live only inside the existing subscription cards. */
.m-card .cb-plan-uses {
  margin: 12px 0 20px;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(240, 236, 224, .14);
  background: transparent;
}

.m-card .cb-plan-uses summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 16px 30px 16px 0;
  list-style: none;
  color: #e4b95f;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.m-card .cb-plan-uses summary::-webkit-details-marker {
  display: none;
}

.m-card .cb-plan-uses summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  color: #e4b95f;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform .2s ease;
}

.m-card .cb-plan-uses[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.m-card .cb-plan-uses-body {
  padding: 0 0 4px;
}

.m-card .cb-plan-uses-body > p {
  margin: 0 0 14px;
  color: rgba(240, 236, 224, .55);
  font-size: 12px;
  line-height: 1.5;
}

.m-card .cb-plan-scenario {
  display: grid;
  gap: 5px;
  padding: 12px 0;
  border-top: 1px solid rgba(240, 236, 224, .09);
}

.m-card .cb-plan-scenario b {
  color: rgba(248, 243, 233, .88);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
}

.m-card .cb-plan-scenario span {
  color: rgba(228, 185, 95, .66);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.35;
}

@media (max-width: 1050px) and (min-width: 701px) {
  #home-page #year-proof {
    min-height: 720px;
  }

  #year-proof .year-plan {
    font-size: clamp(48px, 6.4vw, 72px) !important;
  }

  #year-proof .year-total {
    font-size: clamp(24px, 2.8vw, 34px) !important;
  }
}

@media (max-width: 700px) {
  #home-page #year-proof {
    min-height: 0;
    padding: 64px 20px 48px !important;
  }

  #year-proof .cb-year-beam.beam-left {
    left: -28%;
    width: 110%;
    clip-path: polygon(40% 0, 59% 0, 100% 100%, 12% 100%);
    opacity: .62;
  }

  #year-proof .cb-year-beam.beam-right {
    left: 38%;
    width: 92%;
    clip-path: polygon(42% 0, 64% 0, 100% 100%, 10% 100%);
    opacity: .5;
  }

  #year-proof .year-head {
    position: relative !important;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 0 26px !important;
    transform: none;
  }

  #year-proof .year-kicker {
    font-size: 11px !important;
  }

  #year-proof .year-head h2 {
    font-size: clamp(38px, 11.5vw, 52px) !important;
    line-height: .91 !important;
  }

  #year-proof .year-grid {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    min-height: 0 !important;
  }

  #year-proof .year-card,
  #year-proof .year-card.creator,
  #year-proof .year-card.access,
  #year-proof .year-card.signature {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    min-height: 240px !important;
    border-top: 1px solid rgba(247, 243, 235, .13) !important;
  }

  #year-proof .year-card:last-child {
    border-bottom: 1px solid rgba(247, 243, 235, .13) !important;
  }

  #year-proof .year-card-content,
  #year-proof .year-card.access .year-card-content,
  #year-proof .year-card.creator .year-card-content,
  #year-proof .year-card.signature .year-card-content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 46px 0 36px;
  }

  #year-proof .year-card.creator .year-card-content {
    padding-left: 14%;
  }

  #year-proof .year-card.signature .year-card-content {
    padding-left: 28%;
  }

  #year-proof .year-plan {
    margin-bottom: 22px !important;
    font-size: clamp(52px, 17vw, 74px) !important;
    line-height: .74 !important;
  }

  #year-proof .year-total {
    font-size: 29px !important;
  }

  #year-proof .year-card::before {
    right: -3px;
    bottom: -16px;
    font-size: 126px;
  }
}

@media (max-width: 390px) {
  #year-proof .year-card.creator .year-card-content,
  #year-proof .year-card.signature .year-card-content {
    padding-left: 8%;
  }

  #year-proof .year-plan {
    font-size: clamp(48px, 16vw, 62px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .m-card .cb-plan-uses summary::after {
    transition: none;
  }
}
