/* SKILL POLISH v1.0.12 / 2026-09-06
   Homepage hierarchy repair: keep one proposition, restore overlay layers,
   and give the opening scene a deliberate reading order. */

/* The generic .voice-chapter > * rule is useful for ordinary content, but the
   opening scene has authored overlays that must stay out of grid flow. */
.skill-polish-v1011-ready .opening-chapter > .opening-footer,
.skill-polish-ready .opening-chapter > .opening-footer {
  position: absolute;
  z-index: 12;
  right: var(--page-padding);
  bottom: 34px;
  left: var(--page-padding);
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin: 0;
  width: auto;
  height: auto;
  transform: none;
}

.skill-polish-v1011-ready .opening-chapter > .opening-footer p,
.skill-polish-ready .opening-chapter > .opening-footer p {
  max-width: 300px;
  margin: 0;
  color: rgba(242,238,231,.58);
  line-height: 1.45;
}

/* The competition layer repeated the opening proposition. Keep its useful
   spectrum action, remove only the duplicate copy block. */
.skill-polish-v1011-ready .opening-chapter > .cf-opening-copy,
.skill-polish-ready .opening-chapter > .cf-opening-copy {
  display: none;
}

.skill-polish-v1011-ready .opening-chapter > .cf-spectrum-launch,
.skill-polish-ready .opening-chapter > .cf-spectrum-launch {
  position: absolute;
  z-index: 12;
  top: auto;
  right: 7%;
  bottom: 14%;
  left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 172px;
  margin: 0;
  padding: 11px 14px;
  border-color: rgba(121,181,165,.46);
  background: rgba(11,18,20,.32);
  white-space: nowrap;
  transform: none;
}

/* The right readout is metadata, not a second hero statement. */
.skill-polish-v1011-ready .opening-hero-readout b,
.skill-polish-ready .opening-hero-readout b {
  display: none;
}

.skill-polish-v1011-ready .opening-hero-readout,
.skill-polish-ready .opening-hero-readout {
  width: min(230px, 22vw);
  gap: 7px;
  line-height: 1.35;
}

.skill-polish-v1011-ready .opening-narration,
.skill-polish-ready .opening-narration {
  width: min(330px, 30vw);
  max-width: calc(100% - 2 * var(--page-padding));
  line-height: 1.7;
}

.skill-polish-v1011-ready .opening-narration p,
.skill-polish-ready .opening-narration p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* Keep the original title and proposition as one stable editorial column. */
.skill-polish-v1011-ready .opening-copy,
.skill-polish-ready .opening-copy {
  align-self: center;
  min-width: 0;
}

.skill-polish-v1011-ready .opening-copy .opening-line,
.skill-polish-ready .opening-copy .opening-line {
  max-width: 330px;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .skill-polish-v1011-ready .opening-chapter > .cf-spectrum-launch,
  .skill-polish-ready .opening-chapter > .cf-spectrum-launch {
    right: 7%;
    bottom: 17%;
  }
  .skill-polish-v1011-ready .opening-hero-readout,
  .skill-polish-ready .opening-hero-readout {
    width: min(190px, 25vw);
  }
}

@media (max-width: 760px) {
  .skill-polish-v1011-ready .opening-chapter > .opening-footer,
  .skill-polish-ready .opening-chapter > .opening-footer {
    right: 24px;
    bottom: 22px;
    left: 24px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
  }

  .skill-polish-v1011-ready .opening-chapter > .opening-footer p,
  .skill-polish-ready .opening-chapter > .opening-footer p {
    min-width: 0;
    max-width: none;
    font-size: 11px;
    line-height: 1.35;
  }

  .skill-polish-v1011-ready .opening-chapter > .cf-spectrum-launch,
  .skill-polish-ready .opening-chapter > .cf-spectrum-launch {
    right: 24px;
    bottom: 18%;
    min-width: 0;
    max-width: 188px;
    padding: 10px 11px;
    font-size: 8px;
  }

  .skill-polish-v1011-ready .opening-hero-readout,
  .skill-polish-ready .opening-hero-readout {
    right: 24px;
    bottom: 31%;
    width: 155px;
    font-size: 7px;
    letter-spacing: .13em;
  }

  .skill-polish-v1011-ready .opening-narration,
  .skill-polish-ready .opening-narration {
    right: 24px;
    bottom: 9%;
    left: 24px;
    width: auto;
    max-width: none;
    font-size: 9px;
  }

  .skill-polish-v1011-ready .opening-copy .opening-line,
  .skill-polish-ready .opening-copy .opening-line {
    max-width: 240px;
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.7;
  }
}

@media (max-width: 430px) {
  .skill-polish-v1011-ready .opening-chapter > .opening-footer p,
  .skill-polish-ready .opening-chapter > .opening-footer p {
    font-size: 10px;
  }

  .skill-polish-v1011-ready .opening-hero-readout,
  .skill-polish-ready .opening-hero-readout {
    bottom: 29%;
    width: 142px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skill-polish-v1011-ready .opening-chapter > .cf-spectrum-launch,
  .skill-polish-ready .opening-chapter > .cf-spectrum-launch {
    transition: none !important;
  }
}
