.adult-hobby-guide-page {
  --adult-g115-mint: #dcecdf;
}

@media (max-width: 760px) {
  .adult-hobby-guide-page .adult-hero-stage .guide-hero {
    padding: 21px 20px 17px;
  }

  .adult-hobby-guide-page .adult-hero-stage .eyebrow {
    gap: 6px;
    margin-bottom: 7px;
  }

  .adult-hobby-guide-page .adult-hero-stage .eyebrow span {
    padding: 6px 9px;
    font-size: .66rem;
    letter-spacing: .055em;
  }

  .adult-hobby-guide-page .adult-hero-stage .guide-hero h1 {
    max-width: 13ch;
    margin: 6px 0 12px;
    font-size: clamp(2.22rem, 10.7vw, 3.1rem);
    line-height: .98;
    letter-spacing: -.045em;
  }

  .adult-hobby-guide-page .adult-hero-stage .guide-lede {
    font-size: .95rem;
    line-height: 1.5;
  }

  .adult-hobby-guide-page .adult-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: 16px;
  }

  .adult-hobby-guide-page .adult-hero-actions .button {
    width: auto;
    min-height: 48px;
    padding: 11px 14px;
    white-space: nowrap;
  }

  .adult-hobby-guide-page .adult-hero-actions .button.secondary {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    color: var(--adult-router-ink);
    text-decoration: underline;
    text-decoration-color: rgba(22, 43, 35, .35);
    text-underline-offset: 4px;
  }

  .adult-hobby-guide-page .adult-proof-strip {
    gap: 6px 11px;
    margin-top: 13px;
    padding-top: 11px;
    font-size: .68rem;
  }

  .adult-hobby-guide-page .adult-hero-stage .guide-byline {
    margin-top: 11px;
    font-size: .7rem;
  }

  .adult-hobby-guide-page .adult-hero-stage .guide-visual,
  .adult-hobby-guide-page .adult-hero-stage .guide-visual img {
    min-height: 230px;
    max-height: 250px;
  }
}

@media (max-width: 350px) {
  .adult-hobby-guide-page .adult-hero-actions {
    grid-template-columns: 1fr;
  }

  .adult-hobby-guide-page .adult-hero-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .adult-hobby-guide-page .adult-hero-actions .button {
    transition: none;
  }
}
