.adult-hobby-guide-page {
  --adult-router-ink: #162b23;
  --adult-router-paper: #fbf8f1;
  --adult-router-warm: #e4bd67;
  --adult-router-line: rgba(22, 43, 35, .18);
}

.adult-hobby-guide-page .adult-hero-stage {
  position: relative;
  order: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--adult-router-line);
  border-radius: 8px;
  background: var(--adult-router-paper);
}

.adult-hobby-guide-page .adult-hero-stage .guide-hero {
  order: initial;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin: 0;
  padding: clamp(32px, 4vw, 52px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.adult-hobby-guide-page .adult-hero-stage .guide-hero::before,
.adult-hobby-guide-page .adult-hero-stage .guide-hero::after {
  content: none;
  display: none;
}

.adult-hobby-guide-page .adult-hero-stage .guide-hero h1 {
  max-width: 12ch;
  margin: 12px 0 18px;
  font-size: clamp(2.85rem, 4.35vw, 4.6rem);
  line-height: .98;
}

.adult-hobby-guide-page .adult-hero-stage .guide-lede {
  max-width: 55ch;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.68;
}

.adult-hobby-guide-page .adult-hero-stage .guide-visual {
  position: relative;
  order: initial;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-left: 1px solid var(--adult-router-line);
  border-radius: 0 !important;
  box-shadow: none;
}

.adult-hobby-guide-page .adult-hero-stage .guide-visual::after {
  background: linear-gradient(180deg, rgba(22, 43, 35, 0) 54%, rgba(22, 43, 35, .34) 100%);
}

.adult-hobby-guide-page .adult-hero-stage .guide-visual img {
  width: 100%;
  height: 100% !important;
  min-height: 540px;
  border-radius: 0 !important;
  object-fit: cover;
}

.adult-hobby-guide-page .adult-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.adult-hobby-guide-page .adult-hero-actions .button {
  min-height: 48px;
}

.adult-hobby-guide-page .adult-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--adult-router-line);
  color: rgba(22, 43, 35, .72);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.adult-hobby-guide-page .adult-proof-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.adult-hobby-guide-page > .guide-callout {
  order: 3;
}

.adult-hobby-guide-page #adult-path-chooser,
.adult-hobby-guide-page .idea-card[id],
.adult-hobby-guide-page .guide-section[id] {
  scroll-margin-top: 108px;
}

.adult-hobby-guide-page .adult-path-chooser {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, .14);
  background: var(--adult-router-ink);
  color: var(--adult-router-paper);
}

.adult-hobby-guide-page .adult-path-chooser > * {
  position: relative;
}

.adult-hobby-guide-page .adult-router-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--adult-router-warm);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.adult-hobby-guide-page .adult-path-chooser h2,
.adult-hobby-guide-page .adult-path-chooser h3 {
  color: var(--adult-router-paper);
}

.adult-hobby-guide-page .adult-path-chooser > p,
.adult-hobby-guide-page .adult-path-chooser .adult-router-intro {
  max-width: 68ch;
  color: rgba(251, 248, 241, .74);
}

.adult-hobby-guide-page .adult-router-form {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.adult-hobby-guide-page .adult-router-fieldset {
  display: grid;
  grid-template-columns: minmax(150px, .48fr) minmax(0, 1.52fr);
  gap: 18px;
  align-items: start;
  margin: 0;
  padding: 16px 0;
  border: 0;
  border-top: 1px solid rgba(251, 248, 241, .16);
}

.adult-hobby-guide-page .adult-router-fieldset legend {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
  color: var(--adult-router-paper);
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.12rem;
  font-weight: 650;
}

.adult-hobby-guide-page .adult-router-fieldset legend span {
  display: block;
  margin-bottom: 5px;
  color: var(--adult-router-warm);
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.adult-hobby-guide-page .adult-router-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.adult-hobby-guide-page .adult-router-options.adult-router-options--goal {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adult-hobby-guide-page [data-adult-filter] {
  min-height: 48px;
  border: 1px solid rgba(251, 248, 241, .24);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(251, 248, 241, .06);
  color: rgba(251, 248, 241, .86);
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.22;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.adult-hobby-guide-page [data-adult-filter]:hover {
  border-color: rgba(228, 189, 103, .72);
  background: rgba(251, 248, 241, .1);
}

.adult-hobby-guide-page [data-adult-filter][aria-pressed="true"] {
  border-color: var(--adult-router-warm);
  background: var(--adult-router-warm);
  color: var(--adult-router-ink);
}

.adult-hobby-guide-page .adult-router-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(251, 248, 241, .16);
}

.adult-hobby-guide-page .adult-router-summary p {
  margin: 0;
  color: rgba(251, 248, 241, .72);
}

.adult-hobby-guide-page .adult-router-summary strong {
  color: var(--adult-router-paper);
}

.adult-hobby-guide-page .adult-router-status {
  min-height: 1.4em;
}

.adult-hobby-guide-page .adult-router-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.adult-hobby-guide-page .adult-path-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 278px;
  border: 1px solid rgba(22, 43, 35, .14);
  border-radius: 8px;
  padding: 22px;
  background: var(--adult-router-paper);
  color: var(--adult-router-ink);
}

.adult-hobby-guide-page .adult-path-card[data-rank="1"] {
  border-color: var(--adult-router-warm);
  box-shadow: inset 0 4px 0 var(--adult-router-warm);
}

.adult-hobby-guide-page .adult-path-rank {
  display: block;
  margin-bottom: 24px;
  color: #8b681d;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.adult-hobby-guide-page .adult-path-card h3 {
  margin: 0 0 10px;
  color: var(--adult-router-ink);
  font-size: 1.42rem;
  line-height: 1.08;
}

.adult-hobby-guide-page .adult-path-card p {
  flex: 1;
  margin: 0 0 18px;
  color: rgba(22, 43, 35, .7);
  font-size: .92rem;
  line-height: 1.58;
}

.adult-hobby-guide-page .adult-path-card a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  border: 1px solid var(--adult-router-ink);
  border-radius: 8px;
  padding: 10px 13px;
  background: var(--adult-router-ink);
  color: var(--adult-router-paper);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
}

.adult-hobby-guide-page .adult-router-secondary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(251, 248, 241, .16);
}

.adult-hobby-guide-page .adult-router-secondary p {
  margin: 0;
  color: rgba(251, 248, 241, .7);
}

.adult-hobby-guide-page .adult-router-secondary a {
  color: var(--adult-router-paper);
  font-weight: 900;
}

.adult-hobby-guide-page .adult-proof-boundary {
  border-color: rgba(22, 43, 35, .25);
  background: rgba(228, 189, 103, .12);
}

.adult-hobby-guide-page .adult-proof-boundary .guide-pick {
  display: flex;
  flex-direction: column;
}

.adult-hobby-guide-page .adult-proof-boundary .guide-pick a {
  margin-top: auto;
}

.adult-hobby-guide-page .adult-proof-note {
  margin-top: 16px;
  padding: 15px 17px;
  border-left: 3px solid var(--adult-router-warm);
  background: rgba(255, 253, 247, .72);
  color: rgba(22, 43, 35, .76);
}

.adult-hobby-guide-page .idea-card[id]:target {
  border-color: var(--adult-router-warm);
  box-shadow: inset 0 0 0 2px rgba(228, 189, 103, .28) !important;
}

.adult-hobby-guide-page a:focus-visible,
.adult-hobby-guide-page button:focus-visible {
  outline: 3px solid #f4c95f;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .adult-hobby-guide-page .adult-hero-stage {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .adult-hobby-guide-page .adult-hero-stage .guide-hero {
    padding: 34px;
  }

  .adult-hobby-guide-page .adult-hero-stage .guide-hero h1 {
    max-width: 15ch;
    font-size: clamp(2.8rem, 8vw, 4.4rem);
  }

  .adult-hobby-guide-page .adult-hero-stage .guide-visual {
    min-height: 320px;
    border-top: 1px solid var(--adult-router-line);
    border-left: 0;
  }

  .adult-hobby-guide-page .adult-hero-stage .guide-visual img {
    min-height: 320px;
    max-height: 390px;
  }

  .adult-hobby-guide-page .adult-router-fieldset {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .adult-hobby-guide-page .adult-router-fieldset legend {
    padding-top: 0;
  }
}

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

  .adult-hobby-guide-page .adult-hero-stage .guide-hero h1 {
    margin-top: 8px;
    font-size: clamp(2.45rem, 12.2vw, 3.65rem);
  }

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

  .adult-hobby-guide-page .adult-router-options,
  .adult-hobby-guide-page .adult-router-options.adult-router-options--goal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adult-hobby-guide-page .adult-router-results {
    grid-template-columns: 1fr;
  }

  .adult-hobby-guide-page .adult-path-card {
    min-height: 0;
  }
}

@media (max-width: 390px) {
  .adult-hobby-guide-page .adult-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .adult-hobby-guide-page .adult-router-options,
  .adult-hobby-guide-page .adult-router-options.adult-router-options--goal {
    grid-template-columns: 1fr;
  }

  .adult-hobby-guide-page [data-adult-filter] {
    min-height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .adult-hobby-guide-page [data-adult-filter],
  .adult-hobby-guide-page .adult-path-card a {
    scroll-behavior: auto;
    transition: none;
  }
}
