/* Contract-paper art direction. Comparison states keep their existing styles. */
body:not(.publication-page) .site-header.site-header--framed {
  background: #f7f3ebf5;
  border-bottom-color: transparent;
}
.hero.hero-premium[data-view="intro"] { background: #f7f3eb; }
.hero-premium[data-view="intro"] .hero-shell {
  width: 100%;
  padding-top: 0;
}
.hero-premium[data-view="intro"] .hero-stage { background: transparent; }
.hero-premium .hero-intro {
  display: block;
  width: min(var(--safe-max), calc(100% - 2 * var(--safe-gutter)));
  margin-inline: auto;
  background: transparent;
  isolation: isolate;
}
.hero-premium .hero-paper {
  position: absolute;
  inset: 0 0 -76px;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, transparent, #000 90px, #000 89%, transparent);
}
.hero-premium .hero-paper img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent), linear-gradient(to bottom, transparent, #000 12%, #000 86%, transparent);
  mask-composite: intersect;
}
.hero-premium .hero-copy {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0 30px;
  justify-content: center;
}
.hero-premium .hero-badge {
  margin: 0 0 26px;
  font-size: 14px;
  letter-spacing: .22em;
  color: #62666a;
}
.hero-premium .hero-copy h1 {
  font-size: clamp(42px, 4.05vw, 68px);
  line-height: 1.25;
  letter-spacing: -.065em;
  font-weight: 400;
  color: #1c2024;
}
.hero-premium .hero-copy h1 strong { font-weight: 700; }
.hero-premium .hero-description {
  margin: 25px 0 32px;
  font-size: clamp(14px, 1.2vw, 19px);
  line-height: 1.85;
  letter-spacing: -.045em;
  color: #63676b;
}
.hero-premium .hero-start {
  min-width: 225px;
  padding: 19px 24px;
  font-size: 17px;
  font-weight: 500;
  background: #252628;
  box-shadow: 0 5px 15px #35302510;
}
.hero-premium .hero-start:hover { background: #101316; }
.hero-premium .hero-start:focus-visible { outline: 3px solid #74772b; outline-offset: 5px; }
.hero-premium .hero-helper { margin-top: 15px; font-size: 12px; color: #666a6e; letter-spacing: .055em; }
.hero-premium[data-view="intro"] .partner-band {
  width: min(var(--safe-max), calc(100% - 2 * var(--safe-gutter)));
  margin-inline: auto;
}
@media (min-width: 1700px) {
  .hero-premium .hero-copy { padding-bottom: 45px; }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .hero-premium .hero-intro { width: calc(100% - 2 * var(--safe-gutter)); }
  .hero-premium .hero-copy h1 { font-size: 39px; }
  .hero-premium .hero-description { font-size: 12px; }
  .hero-premium .hero-badge { font-size: 11px; }
  .hero-premium .hero-start { font-size: 14px; min-width: 200px; }
  .hero-premium[data-view="intro"] .partner-band { width: calc(100% - 2 * var(--safe-gutter)); }
}
@media (max-width: 800px) {
  .hero.hero-premium { --hero-height: max(740px, calc(100svh - var(--site-header-height))); }
  .hero-premium .hero-intro {
    display: grid;
    width: calc(100% - 2 * var(--safe-gutter));
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    overflow: visible;
  }
  .hero-premium .hero-copy {
    width: 100%; height: auto;
    padding: 28px 0 0;
    margin: 0;
    overflow: visible;
  }
  .hero-premium .hero-badge { font-size: 11px; margin-bottom: 18px; }
  .hero-premium .hero-copy h1 { font-size: clamp(33px, 8.8vw, 47px); line-height: 1.24; }
  .hero-premium .hero-desktop-break { display: none; }
  .hero-premium .hero-description { font-size: 13px; margin: 20px 0 23px; line-height: 1.8; }
  .hero-premium .hero-start { min-width: 213px; font-size: 15px; padding: 16px 21px; }
  .hero-premium .hero-helper { font-size: 10px; margin-top: 12px; }
  .hero-premium .hero-paper {
    position: relative;
    inset: auto;
    z-index: -1;
    width: 100%; min-height: 0;
    margin-top: 5px;
    mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent), linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
    mask-composite: intersect;
  }
  .hero-premium .hero-paper img {
    position: absolute;
    width: 148%; max-width: none;
    height: auto;
    left: -46%;
    top: 50%;
    transform: translateY(-50%);
    mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 85%, transparent);
  }
  .hero-premium[data-view="intro"] .partner-band { width: calc(100% - 2 * var(--safe-gutter)); }
}
@media (max-width: 360px) {
  .hero-premium .hero-intro { width: calc(100% - 2 * var(--safe-gutter)); }
  .hero-premium .hero-copy h1 { font-size: 30px; }
  .hero-premium .hero-description { font-size: 11px; }
}
