.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
}

body.hobby-atlas-home {
  --atlas-ink: #0b2d23;
  --atlas-ink-soft: #31483f;
  --atlas-muted: #69736d;
  --atlas-brass: #8e5e0f;
  --atlas-line: #ddd7ca;
  --atlas-surface: #fbfaf6;
  --atlas-surface-2: #f4f0e7;
  --atlas-white: #fffefb;
  --atlas-time: #d99a38;
  --atlas-cost: #3d8c77;
  --atlas-place: #5f7fa0;
  --atlas-energy: #c46445;
  --atlas-social: #7b6b99;
  margin: 0;
  color: var(--atlas-ink);
  background: var(--atlas-surface);
  overflow-x: hidden;
}

.hobby-atlas-home .ambient {
  display: none;
}

.hobby-atlas-home .site-header {
  width: 100%;
  max-width: none;
  min-height: 84px;
  margin: 0;
  padding: 15px clamp(24px, 3.2vw, 52px);
  border: 0;
  border-bottom: 1px solid rgba(11, 45, 35, .12);
  border-radius: 0;
  background: rgba(255, 254, 251, .97);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 80;
}

.hobby-atlas-home .site-header::before,
.hobby-atlas-home .site-header::after {
  display: none;
}

.hobby-atlas-home .site-header .brand {
  padding: 0;
  min-width: 188px;
}

.hobby-atlas-home .brand-script-word {
  color: var(--atlas-ink);
  font-size: clamp(2.1rem, 2.6vw, 2.8rem);
  line-height: 1;
}

.hobby-atlas-home .site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(6px, 1vw, 14px);
}

.hobby-atlas-home .site-header nav a,
.hobby-atlas-home .site-header nav button {
  min-height: 46px;
  padding: 10px 14px;
  border: 0;
  border-radius: 0;
  color: var(--atlas-ink);
  background: transparent;
  font: 800 .92rem/1 "Manrope", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  white-space: nowrap;
}

.hobby-atlas-home .site-header nav a:hover,
.hobby-atlas-home .site-header nav button:hover,
.hobby-atlas-home .site-header nav a:focus-visible,
.hobby-atlas-home .site-header nav button:focus-visible {
  color: var(--atlas-ink);
  background: transparent;
}

.hobby-atlas-home .site-header nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 2px;
  height: 2px;
  background: var(--atlas-ink);
}

.hobby-atlas-home .site-header nav a[aria-current="page"] {
  color: var(--atlas-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hobby-atlas-home .site-header .atlas-header-quiz {
  margin-left: 8px;
  padding-inline: 20px;
  color: var(--atlas-white);
  background: var(--atlas-ink);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(11, 45, 35, .13);
}

.hobby-atlas-home .site-header .atlas-header-quiz:hover,
.hobby-atlas-home .site-header .atlas-header-quiz:focus-visible {
  color: white;
  background: #123d30;
}

.hobby-atlas-home #app {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.hobby-atlas-home #start-screen.active {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.hobby-atlas {
  width: 100%;
  color: var(--atlas-ink);
  background: var(--atlas-surface);
}

.atlas-hero {
  min-height: 378px;
  padding: 48px clamp(32px, 6.6vw, 100px) 34px;
  background-color: #f5f0e7;
  background-image: url("/images/atlas/atlas-hero-desk.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.atlas-hero-inner {
  width: min(100%, 1030px);
}

.atlas-hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--atlas-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3.5rem, 4.6vw, 4.4rem);
  font-weight: 650;
  line-height: .98;
  letter-spacing: -.05em;
}

.atlas-hero-lede {
  max-width: 600px;
  margin: 16px 0 20px;
  color: var(--atlas-ink-soft);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.55;
}

.atlas-search-form {
  width: min(100%, 1020px);
  min-height: 66px;
  padding: 7px 7px 7px 20px;
  border: 1px solid #d7d0c2;
  border-radius: 12px;
  background: rgba(255, 254, 251, .96);
  box-shadow: 0 9px 30px rgba(30, 39, 33, .06);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.atlas-search-form > .material-symbols-rounded {
  color: #7a837e;
  font-size: 1.65rem;
}

.atlas-search-form input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--atlas-ink);
  background: transparent;
  font: 600 1rem/1.3 "Manrope", sans-serif;
}

.atlas-search-form input::placeholder {
  color: #68716c;
  font-weight: 500;
}

.atlas-search-form:focus-within {
  border-color: var(--atlas-ink);
  box-shadow: 0 0 0 3px rgba(11, 45, 35, .12), 0 9px 30px rgba(30, 39, 33, .08);
}

.atlas-search-button {
  min-width: 108px;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 9px;
  color: white;
  background: var(--atlas-ink);
  font: 800 .92rem/1 "Manrope", sans-serif;
  cursor: pointer;
}

.atlas-search-button:hover,
.atlas-search-button:focus-visible {
  background: #123d30;
}

.atlas-suggestions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.atlas-suggestions > span {
  margin-right: 2px;
  color: var(--atlas-ink);
  font-size: .83rem;
  font-weight: 800;
}

.atlas-suggestions button,
.atlas-suggestions a {
  min-height: 32px;
  padding: 6px 13px;
  border: 1px solid rgba(11, 45, 35, .13);
  border-radius: 999px;
  color: var(--atlas-ink-soft);
  background: rgba(255, 254, 251, .68);
  font: 600 .78rem/1 "Manrope", sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.atlas-suggestions button:hover,
.atlas-suggestions button:focus-visible,
.atlas-suggestions a:hover,
.atlas-suggestions a:focus-visible {
  border-color: var(--atlas-ink);
  color: var(--atlas-ink);
  background: white;
}

.atlas-filter-bar {
  min-height: 73px;
  padding: 0 clamp(28px, 6.6vw, 100px);
  border-top: 1px solid rgba(11, 45, 35, .08);
  border-bottom: 1px solid var(--atlas-line);
  background: rgba(255, 254, 251, .94);
  display: grid;
  grid-template-columns: repeat(5, minmax(145px, 1fr)) auto;
  align-items: stretch;
}

.atlas-more-filters {
  display: none;
}

.atlas-filter-field {
  --coordinate: var(--atlas-brass);
  --coordinate-soft: rgba(142, 94, 15, .08);
  min-width: 0;
  padding: 9px 20px 11px;
  border-top: 3px solid var(--coordinate);
  border-right: 1px solid var(--atlas-line);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-content: center;
  position: relative;
  transition: background-color .22s ease, box-shadow .22s ease;
}

.atlas-filter-field[data-coordinate="time"] {
  --coordinate: var(--atlas-time);
  --coordinate-soft: rgba(217, 154, 56, .11);
}

.atlas-filter-field[data-coordinate="cost"] {
  --coordinate: var(--atlas-cost);
  --coordinate-soft: rgba(61, 140, 119, .11);
}

.atlas-filter-field[data-coordinate="place"] {
  --coordinate: var(--atlas-place);
  --coordinate-soft: rgba(95, 127, 160, .11);
}

.atlas-filter-field[data-coordinate="energy"] {
  --coordinate: var(--atlas-energy);
  --coordinate-soft: rgba(196, 100, 69, .11);
}

.atlas-filter-field[data-coordinate="social"] {
  --coordinate: var(--atlas-social);
  --coordinate-soft: rgba(123, 107, 153, .11);
}

.atlas-filter-field.is-active {
  background: var(--coordinate-soft);
  box-shadow: inset 0 -3px 0 var(--coordinate);
}

.atlas-filter-field > .material-symbols-rounded {
  grid-row: 1 / 3;
  align-self: center;
  width: 34px;
  height: 34px;
  color: var(--coordinate);
  background: var(--coordinate-soft);
  font-size: 1.25rem;
  display: grid;
  place-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 72% 100%, 0 100%);
}

.atlas-filter-field label {
  color: var(--atlas-ink);
  font-size: .75rem;
  font-weight: 800;
}

.atlas-filter-field select {
  width: 100%;
  padding: 1px 24px 1px 0;
  border: 0;
  outline: 0;
  color: var(--atlas-ink-soft);
  background: transparent;
  font: 600 .8rem/1.3 "Manrope", sans-serif;
  cursor: pointer;
}

.atlas-filter-field:focus-within {
  background: var(--coordinate-soft);
  box-shadow: inset 0 0 0 2px var(--coordinate);
}

.atlas-clear-button {
  min-width: 112px;
  padding: 0 12px;
  border: 0;
  color: var(--atlas-ink-soft);
  background: transparent;
  font: 700 .8rem/1 "Manrope", sans-serif;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.atlas-clear-button:hover,
.atlas-clear-button:focus-visible {
  color: var(--atlas-ink);
  background: var(--atlas-surface-2);
}

.atlas-fit-journey {
  min-height: 230px;
  padding: 32px clamp(28px, 6.6vw, 100px);
  color: white;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, .035) 0 21%, transparent 21% 100%),
    var(--atlas-ink);
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 2fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  position: relative;
  overflow: hidden;
}

.atlas-fit-journey::after {
  content: "";
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, .09);
  transform: rotate(24deg);
  position: absolute;
  right: -116px;
  top: -126px;
  pointer-events: none;
}

.atlas-journey-intro,
.atlas-journey-steps {
  position: relative;
  z-index: 1;
}

.atlas-section-kicker {
  margin: 0 0 8px;
  color: #e3b869;
  font: 800 .71rem/1.2 "Manrope", sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.atlas-journey-intro h2 {
  margin: 0;
  color: white;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3.15vw, 3.6rem);
  font-weight: 580;
  line-height: .96;
  letter-spacing: -.04em;
}

.atlas-journey-intro > p:last-child {
  max-width: 360px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .86rem;
  line-height: 1.55;
}

.atlas-journey-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.atlas-journey-step {
  min-width: 0;
  position: relative;
}

.atlas-journey-step:not(:last-child)::after {
  content: "";
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, .25);
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 2;
}

.atlas-journey-card {
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  color: white;
  background: rgba(255, 255, 255, .055);
  text-decoration: none;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  position: relative;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
}

.atlas-journey-step.is-current .atlas-journey-card {
  border-color: rgba(227, 184, 105, .75);
  background: rgba(227, 184, 105, .12);
}

.atlas-journey-step.is-ready .atlas-journey-card {
  border-color: rgba(255, 255, 255, .32);
}

.atlas-journey-card:hover,
.atlas-journey-card:focus-visible {
  border-color: #e3b869;
  background: rgba(255, 255, 255, .1);
  transform: translateY(-3px);
}

.atlas-journey-number {
  width: 39px;
  height: 39px;
  color: var(--atlas-ink);
  background: #e3b869;
  font: 850 .71rem/1 "Manrope", sans-serif;
  display: grid;
  place-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 72% 100%, 0 100%);
}

.atlas-journey-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.atlas-journey-copy strong {
  color: white;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.06rem;
  font-weight: 620;
  line-height: 1.15;
}

.atlas-journey-copy > span {
  color: rgba(255, 255, 255, .69);
  font-size: .74rem;
  line-height: 1.45;
}

.atlas-journey-copy .atlas-journey-cta {
  margin-top: 3px;
  color: #e3b869;
  font-weight: 800;
}

.atlas-journey-arrow {
  color: rgba(255, 255, 255, .55);
  font-size: 1.05rem;
}

.atlas-content {
  padding: 28px clamp(28px, 6.6vw, 100px) 12px;
}

.atlas-results-layout {
  display: grid;
  grid-template-columns: 195px minmax(0, 1fr);
  gap: 26px;
}

.atlas-collections {
  padding-right: 22px;
  border-right: 1px solid var(--atlas-line);
}

.atlas-collection-button {
  display: block;
  width: 100%;
  min-height: 36px;
  padding: 7px 0;
  border: 0;
  color: var(--atlas-ink-soft);
  background: transparent;
  font: 650 .84rem/1.25 "Manrope", sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.atlas-collection-button.is-active {
  color: var(--atlas-brass);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1rem;
  font-weight: 650;
}

.atlas-collection-button:hover,
.atlas-collection-button:focus-visible {
  color: var(--atlas-ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.atlas-results {
  min-width: 0;
}

.atlas-results-header {
  min-height: 35px;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.atlas-results-header h2 {
  margin: 0;
  color: var(--atlas-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 650;
}

.atlas-results-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.atlas-result-count {
  color: var(--atlas-muted);
  font-size: .78rem;
  font-weight: 700;
}

.atlas-text-button {
  min-height: 34px;
  padding: 4px 2px;
  border: 0;
  color: var(--atlas-ink);
  background: transparent;
  font: 750 .79rem/1 "Manrope", sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.atlas-text-button:hover,
.atlas-text-button:focus-visible {
  color: var(--atlas-brass);
}

.atlas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.atlas-card {
  min-width: 0;
  color: var(--atlas-ink);
}

.atlas-card-media {
  aspect-ratio: 4 / 3;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
  background: #e9e4d9;
  position: relative;
}

.atlas-card-image-button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.atlas-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.atlas-card:hover .atlas-card-media img,
.atlas-card:focus-within .atlas-card-media img {
  transform: scale(1.025);
}

.atlas-save-button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(11, 45, 35, .16);
  border-radius: 6px;
  color: var(--atlas-ink);
  background: rgba(255, 254, 251, .94);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
  cursor: pointer;
  display: grid;
  place-items: center;
  position: absolute;
  top: 8px;
  right: 8px;
}

.atlas-save-button.is-saved {
  color: white;
  background: var(--atlas-ink);
}

.atlas-save-button:hover,
.atlas-save-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(0, 0, 0, .13);
}

.atlas-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.atlas-card-title {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--atlas-ink);
  background: transparent;
  font: 650 1.18rem/1.15 "Fraunces", Georgia, serif;
  text-align: left;
  cursor: pointer;
}

.atlas-card-title:hover,
.atlas-card-title:focus-visible {
  color: var(--atlas-brass);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.atlas-card-tags {
  min-height: 32px;
  margin: 5px 0 7px;
  color: var(--atlas-muted);
  font-size: .72rem;
  line-height: 1.35;
}

.atlas-card-facts {
  width: 100%;
  margin: 0;
  color: var(--atlas-ink-soft);
  font-size: .69rem;
}

.atlas-card-facts div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  padding: 2px 0;
}

.atlas-card-facts dt,
.atlas-card-facts dd {
  margin: 0;
}

.atlas-card-facts dt {
  color: var(--atlas-muted);
}

.atlas-card-facts dd {
  font-weight: 700;
  text-align: right;
}

.atlas-card-guide {
  margin-top: 11px;
  padding: 4px 0;
  border: 0;
  color: var(--atlas-ink);
  background: transparent;
  font: 750 .74rem/1 "Manrope", sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.atlas-card-guide .material-symbols-rounded {
  font-size: 1.1rem;
}

.atlas-card-guide:hover,
.atlas-card-guide:focus-visible {
  color: var(--atlas-brass);
}

.atlas-empty {
  grid-column: 1 / -1;
  min-height: 310px;
  padding: 44px;
  border: 1px dashed #c9c1b1;
  border-radius: 10px;
  background: var(--atlas-surface-2);
  text-align: center;
  display: grid;
  place-items: center;
  align-content: center;
}

.atlas-empty > .material-symbols-rounded {
  color: var(--atlas-brass);
  font-size: 2.4rem;
}

.atlas-empty h3 {
  margin: 10px 0 6px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.5rem;
}

.atlas-empty p {
  max-width: 520px;
  margin: 0 auto 14px;
  color: var(--atlas-muted);
  line-height: 1.55;
}

.atlas-inline-button {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--atlas-ink);
  border-radius: 7px;
  color: var(--atlas-ink);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.atlas-value-strip {
  margin: 30px clamp(28px, 3.5vw, 52px) 0;
  padding: 22px 28px;
  border: 1px solid var(--atlas-line);
  border-radius: 10px;
  background: rgba(255, 254, 251, .68);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.atlas-value {
  min-width: 0;
  padding: 0 24px;
  border-right: 1px solid var(--atlas-line);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
}

.atlas-value:last-child {
  border-right: 0;
}

.atlas-value > .material-symbols-rounded {
  grid-row: 1 / 3;
  color: var(--atlas-brass);
  font-size: 2.05rem;
}

.atlas-value strong {
  color: var(--atlas-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
}

.atlas-value span:last-child {
  color: var(--atlas-muted);
  font-size: .72rem;
  line-height: 1.45;
}

.atlas-guide-collections {
  padding: 64px clamp(28px, 6.6vw, 100px) 70px;
}

.atlas-guide-collections-header {
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.atlas-guide-collections .section-kicker {
  margin-bottom: 8px;
  color: var(--atlas-brass);
}

.atlas-guide-collections h2 {
  max-width: 680px;
  margin: 0;
  font: 650 clamp(2.2rem, 4vw, 3.7rem)/1.02 "Fraunces", Georgia, serif;
  letter-spacing: -.035em;
}

.atlas-guide-collections-header > a {
  color: var(--atlas-ink);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.atlas-guide-link-grid {
  border-top: 1px solid var(--atlas-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.atlas-guide-link {
  min-height: 110px;
  padding: 22px 24px 22px 0;
  border-bottom: 1px solid var(--atlas-line);
  color: var(--atlas-ink);
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.atlas-guide-link:nth-child(3n + 2),
.atlas-guide-link:nth-child(3n + 3) {
  padding-left: 24px;
  border-left: 1px solid var(--atlas-line);
}

.atlas-guide-link strong {
  font: 650 1.2rem/1.2 "Fraunces", Georgia, serif;
}

.atlas-guide-link span {
  grid-column: 1;
  color: var(--atlas-muted);
  font-size: .78rem;
  line-height: 1.5;
}

.atlas-guide-link .material-symbols-rounded {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
}

.atlas-guide-link:hover,
.atlas-guide-link:focus-visible {
  color: var(--atlas-brass);
}

.atlas-sr-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.atlas-detail-backdrop[hidden] {
  display: none;
}

.atlas-detail-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  padding: 32px;
  background: rgba(8, 23, 18, .72);
  backdrop-filter: blur(5px);
  display: grid;
  place-items: center;
}

body.atlas-dialog-open {
  overflow: hidden;
}

.atlas-detail-panel {
  width: min(980px, 100%);
  max-height: min(820px, calc(100vh - 64px));
  border-radius: 18px;
  overflow: auto;
  background: var(--atlas-white);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
  position: relative;
}

.atlas-detail-close {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(11, 45, 35, .16);
  border-radius: 50%;
  color: var(--atlas-ink);
  background: rgba(255, 254, 251, .95);
  cursor: pointer;
  display: grid;
  place-items: center;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}

.atlas-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(420px, 1.18fr);
}

.atlas-detail-image-wrap {
  min-height: 620px;
  background: #e8e2d6;
}

.atlas-detail-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
}

.atlas-detail-copy {
  padding: 56px 54px 46px;
}

.atlas-detail-zone {
  margin: 0 0 8px;
  color: var(--atlas-brass);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.atlas-detail-copy h2 {
  margin: 0;
  font: 650 clamp(2.8rem, 5vw, 4.7rem)/.98 "Fraunces", Georgia, serif;
  letter-spacing: -.045em;
}

.atlas-detail-description {
  margin: 16px 0 24px;
  color: var(--atlas-ink-soft);
  font-size: 1rem;
  line-height: 1.65;
}

.atlas-detail-facts {
  padding: 16px 0;
  border-top: 1px solid var(--atlas-line);
  border-bottom: 1px solid var(--atlas-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.atlas-detail-facts div {
  min-width: 0;
}

.atlas-detail-facts span,
.atlas-detail-first-step span {
  display: block;
  color: var(--atlas-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.atlas-detail-facts strong {
  display: block;
  margin-top: 4px;
  color: var(--atlas-ink);
  font-size: .82rem;
}

.atlas-detail-first-step {
  margin-top: 24px;
  padding: 20px;
  border-radius: 10px;
  background: var(--atlas-surface-2);
}

.atlas-detail-first-step h3 {
  margin: 6px 0 8px;
  font: 650 1.35rem/1.2 "Fraunces", Georgia, serif;
}

.atlas-detail-first-step p {
  margin: 0;
  color: var(--atlas-ink-soft);
  line-height: 1.6;
}

.atlas-detail-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.atlas-detail-actions .button,
.atlas-detail-actions .atlas-detail-save {
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.atlas-detail-actions .button.primary {
  color: white;
  background: var(--atlas-ink);
}

.atlas-detail-actions .button.secondary,
.atlas-detail-save {
  border: 1px solid var(--atlas-ink);
  color: var(--atlas-ink);
  background: transparent;
}

.atlas-detail-save {
  cursor: pointer;
}

.atlas-detail-save.is-saved {
  color: white;
  background: var(--atlas-ink);
}

.hobby-atlas-home .site-footer {
  max-width: none;
  margin: 0;
  border-radius: 0;
}

@media (max-width: 1180px) {
  .atlas-hero {
    padding-inline: 54px;
  }

  .atlas-filter-bar,
  .atlas-fit-journey,
  .atlas-content,
  .atlas-guide-collections {
    padding-inline: 54px;
  }

  .atlas-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .atlas-value {
    padding-inline: 16px;
  }
}

@media (max-width: 980px) {
  .hobby-atlas-home .site-header nav a:nth-child(3),
  .hobby-atlas-home .site-header nav a:nth-child(5) {
    display: none;
  }

  .atlas-hero {
    min-height: 410px;
    background-position: left center;
  }

  .atlas-hero-lede {
    max-width: 520px;
  }

  .atlas-filter-bar {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 40px;
  }

  .atlas-fit-journey {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .atlas-journey-intro {
    display: grid;
    grid-template-columns: minmax(190px, .55fr) 1fr;
    align-items: end;
    gap: 0 26px;
  }

  .atlas-journey-intro .atlas-section-kicker {
    grid-column: 1 / -1;
  }

  .atlas-journey-intro > p:last-child {
    margin: 0;
  }

  .atlas-filter-field:nth-child(3) {
    border-right: 0;
  }

  .atlas-clear-button {
    min-height: 58px;
  }

  .atlas-results-layout {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .atlas-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .atlas-value-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .atlas-value:nth-child(2) {
    border-right: 0;
  }

  .atlas-value:nth-child(n + 3) {
    margin-top: 18px;
  }

  .atlas-detail-grid {
    grid-template-columns: .7fr 1.3fr;
  }

  .atlas-detail-copy {
    padding-inline: 36px;
  }
}

@media (min-width: 761px) and (max-width: 860px) {
  .hobby-atlas-home .site-header {
    padding-inline: 24px;
  }

  .hobby-atlas-home .site-header nav a:nth-child(2) {
    display: none;
  }
}

@media (max-width: 760px) {
  .hobby-atlas-home .site-header {
    min-height: 68px;
    padding: 10px 18px;
    position: sticky;
    align-items: center;
  }

  .hobby-atlas-home .site-header .brand {
    min-width: 0;
  }

  .hobby-atlas-home .brand-script-word {
    font-size: 1.95rem;
  }

  .hobby-atlas-home .site-header nav {
    display: flex;
  }

  body.growth-refresh.hobby-atlas-home .site-header nav a,
  body.growth-refresh.hobby-atlas-home .site-header nav button:not([data-atlas-saved-nav]):not(.atlas-header-quiz) {
    display: none !important;
  }

  body.growth-refresh.hobby-atlas-home .site-header nav button[data-atlas-saved-nav] {
    display: inline-flex !important;
    min-height: 42px;
    padding: 8px 9px;
    font-size: .78rem;
  }

  body.growth-refresh.hobby-atlas-home .site-header .atlas-header-quiz {
    display: inline-flex !important;
    min-height: 42px;
    margin: 0;
    padding: 10px 12px;
    font-size: .74rem;
  }

  .atlas-hero {
    min-height: auto;
    padding: 28px 18px 20px;
    background-image: url("/images/atlas/atlas-hero-desk.webp");
    background-position: left center;
  }

  .atlas-hero h1 {
    max-width: 360px;
    font-size: 2.55rem;
    line-height: .98;
  }

  .atlas-hero-lede {
    margin: 12px 0 16px;
    font-size: .98rem;
  }

  .atlas-search-form {
    min-height: 58px;
    padding-left: 13px;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .atlas-search-form input {
    font-size: .88rem;
  }

  .atlas-search-button {
    grid-column: auto;
    min-width: 78px;
    min-height: 44px;
    padding-inline: 14px;
  }

  .atlas-suggestions {
    display: none;
  }

  .atlas-suggestions::-webkit-scrollbar {
    display: none;
  }

  .atlas-suggestions > span {
    flex: 0 0 auto;
  }

  .atlas-suggestions button,
  .atlas-suggestions a {
    flex: 0 0 auto;
  }

  .atlas-filter-bar {
    padding: 0 18px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atlas-filter-field {
    min-height: 64px;
    padding: 9px 10px;
    border-right: 0;
    border-bottom: 1px solid var(--atlas-line);
  }

  .atlas-filter-field:nth-child(odd) {
    border-right: 0;
  }

  .atlas-filter-field[data-coordinate="time"] {
    order: 1;
    border-right: 1px solid var(--atlas-line);
  }

  .atlas-filter-field[data-coordinate="energy"] {
    order: 2;
  }

  .atlas-filter-field[data-coordinate="cost"],
  .atlas-filter-field[data-coordinate="place"],
  .atlas-filter-field[data-coordinate="social"] {
    display: none;
  }

  .atlas-more-filters {
    order: 3;
    grid-column: 1 / -1;
    display: block;
    border-bottom: 1px solid var(--atlas-line);
  }

  .atlas-more-filters summary {
    min-height: 46px;
    padding: 0 12px;
    color: var(--atlas-ink);
    font: 800 .8rem/1 "Manrope", sans-serif;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .atlas-more-filters summary::-webkit-details-marker {
    display: none;
  }

  .atlas-more-filters summary .material-symbols-rounded {
    font-size: 1.2rem;
    transition: transform .2s ease;
  }

  .atlas-more-filters[open] summary .material-symbols-rounded {
    transform: rotate(90deg);
  }

  .atlas-filter-bar:has(.atlas-more-filters[open]) .atlas-filter-field[data-coordinate="cost"],
  .atlas-filter-bar:has(.atlas-more-filters[open]) .atlas-filter-field[data-coordinate="place"],
  .atlas-filter-bar:has(.atlas-more-filters[open]) .atlas-filter-field[data-coordinate="social"] {
    display: grid;
  }

  .atlas-filter-field[data-coordinate="cost"] {
    order: 4;
    border-right: 1px solid var(--atlas-line);
  }

  .atlas-filter-field[data-coordinate="place"] {
    order: 5;
  }

  .atlas-filter-field[data-coordinate="social"] {
    order: 6;
    grid-column: 1 / -1;
    border-right: 0;
  }

  .atlas-clear-button {
    order: 7;
    grid-column: 1 / -1;
    min-height: 46px;
  }

  .atlas-fit-journey {
    min-height: 0;
    padding: 30px 18px;
    gap: 22px;
  }

  .atlas-journey-intro {
    display: block;
  }

  .atlas-journey-intro h2 {
    font-size: 2.55rem;
  }

  .atlas-journey-intro > p:last-child {
    margin-top: 12px;
  }

  .atlas-journey-steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .atlas-journey-step:not(:last-child)::after {
    display: none;
  }

  .atlas-journey-card {
    min-height: 98px;
    padding: 15px;
    align-items: center;
  }

  .atlas-content {
    padding: 24px 18px 8px;
  }

  .atlas-results-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .atlas-collections {
    order: 2;
    margin-top: 6px;
    padding: 0 0 12px;
    border: 0;
    border-bottom: 1px solid var(--atlas-line);
    overflow-x: auto;
    display: flex;
    gap: 14px;
    scrollbar-width: none;
  }

  .atlas-results {
    order: 1;
  }

  .atlas-collections::-webkit-scrollbar {
    display: none;
  }

  .atlas-collection-button {
    width: auto;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .atlas-results-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .atlas-results-actions {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .atlas-results-actions .atlas-text-button {
    white-space: nowrap;
  }

  .atlas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }

  .atlas-card-title {
    font-size: 1.08rem;
  }

  .atlas-card-tags {
    min-height: 40px;
  }

  .atlas-value-strip {
    margin: 26px 18px 0;
    padding: 20px;
    grid-template-columns: 1fr;
  }

  .atlas-value,
  .atlas-value:nth-child(n + 3) {
    min-height: 74px;
    margin: 0;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--atlas-line);
  }

  .atlas-value:last-child {
    border-bottom: 0;
  }

  .atlas-guide-collections {
    padding: 54px 18px 60px;
  }

  .atlas-guide-collections-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .atlas-guide-link-grid {
    grid-template-columns: 1fr;
  }

  .atlas-guide-link,
  .atlas-guide-link:nth-child(3n + 2),
  .atlas-guide-link:nth-child(3n + 3) {
    padding: 20px 0;
    border-left: 0;
  }

  .atlas-detail-backdrop {
    padding: 0;
    align-items: end;
  }

  .atlas-detail-panel {
    width: 100%;
    max-height: 94vh;
    border-radius: 20px 20px 0 0;
  }

  .atlas-detail-grid {
    display: block;
  }

  .atlas-detail-image-wrap,
  .atlas-detail-image-wrap img {
    min-height: 230px;
    height: 230px;
  }

  .atlas-detail-copy {
    padding: 28px 20px 34px;
  }

  .atlas-detail-copy h2 {
    padding-right: 40px;
    font-size: 3rem;
  }

  .atlas-detail-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .atlas-detail-actions {
    display: grid;
  }

  .atlas-detail-actions > * {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .atlas-grid {
    grid-template-columns: 1fr;
  }

  .atlas-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 14px;
  }

  .atlas-card-media {
    aspect-ratio: 1 / 1.15;
    margin: 0;
  }

  .atlas-card-tags {
    min-height: auto;
  }

  .atlas-card-facts div:nth-child(3) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atlas-filter-field,
  .atlas-journey-card,
  .atlas-card-media img,
  .atlas-save-button {
    transition: none;
  }

  .atlas-journey-card:hover,
  .atlas-journey-card:focus-visible {
    transform: none;
  }
}
