.fb-hero {
  position: relative;
  overflow: hidden;
  color: #f7f1e4;
  background:
    radial-gradient(circle at 18% 15%, rgba(188, 211, 201, .16), transparent 34rem),
    linear-gradient(135deg, #102a33 0%, #173b43 54%, #0d2028 100%);
}

.fb-hero::after {
  content: "";
  position: absolute;
  inset: auto -8rem -11rem auto;
  width: 32rem;
  aspect-ratio: 1;
  border: 1px solid rgba(247, 241, 228, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(247, 241, 228, .025), 0 0 0 10rem rgba(247, 241, 228, .018);
  pointer-events: none;
}

.fb-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(22rem, .98fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: center;
  width: min(100% - 2rem, 86rem);
  min-height: clamp(42rem, 78vh, 56rem);
  margin-inline: auto;
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.fb-hero .kicker {
  max-width: 46rem;
  color: #bcd3c9;
}

.fb-hero h1 {
  max-width: 12ch;
  margin: .55rem 0 1.25rem;
  color: #fffaf0;
  font-size: clamp(3rem, 6.2vw, 6.9rem);
  line-height: .91;
  letter-spacing: -.055em;
}

.fb-hero h1 em {
  color: #e5bf78;
  font-weight: inherit;
}

.fb-hero__lede {
  max-width: 41rem;
  margin: 0;
  color: rgba(255, 250, 240, .83);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.65;
}

.fb-hero__actions,
.fb-ending__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.7rem;
}

.fb-hero .button:not(.button--primary) {
  border-color: rgba(255, 250, 240, .38);
  color: #fffaf0;
  background: rgba(255, 255, 255, .04);
}

.fb-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 38rem;
  margin: 2.6rem 0 0;
  background: rgba(255, 250, 240, .19);
  border: 1px solid rgba(255, 250, 240, .19);
}

.fb-hero__facts div {
  padding: .85rem 1rem;
  background: rgba(11, 34, 41, .82);
}

.fb-hero__facts dt {
  font-family: var(--font-serif);
  color: #e5bf78;
  font-size: 1.75rem;
  line-height: 1;
}

.fb-hero__facts dd {
  margin: .35rem 0 0;
  color: rgba(255, 250, 240, .68);
  font-family: var(--font-sans);
  font-size: .67rem;
  line-height: 1.35;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.fb-route {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .85rem;
  max-width: 42rem;
  margin-top: 1.5rem;
}

.fb-route a {
  color: rgba(255, 250, 240, .68);
  font-family: var(--font-sans);
  font-size: .74rem;
  letter-spacing: .05em;
  text-decoration-color: rgba(229, 191, 120, .55);
  text-underline-offset: .25em;
}

.fb-route a:hover,
.fb-route a:focus-visible {
  color: #fffaf0;
}

.fb-hero__visual {
  position: relative;
  min-height: clamp(31rem, 54vw, 45rem);
}

.fb-hero__collage {
  position: absolute;
  inset: 0 0 5rem 2rem;
  width: calc(100% - 2rem);
  height: calc(100% - 5rem);
  object-fit: cover;
  border: 1px solid rgba(255, 250, 240, .22);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .36);
  filter: saturate(.84) contrast(1.03);
}

.fb-hero__book {
  position: absolute;
  right: clamp(.8rem, 3vw, 2.8rem);
  bottom: 0;
  display: grid;
  grid-template-columns: 6.2rem minmax(0, 10rem);
  gap: .9rem;
  align-items: end;
  padding: .75rem;
  color: #17282b;
  background: #f3e9d7;
  box-shadow: 0 1.4rem 3.2rem rgba(0, 0, 0, .38);
  text-decoration: none;
  transform: rotate(1.4deg);
  transition: transform .2s ease;
}

.fb-hero__book:hover,
.fb-hero__book:focus-visible {
  transform: rotate(0deg) translateY(-.25rem);
}

.fb-hero__book img {
  display: block;
  width: 100%;
  height: auto;
}

.fb-hero__book span {
  padding-bottom: .4rem;
  font-family: var(--font-sans);
  font-size: .74rem;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.fb-place {
  scroll-margin-top: 5rem;
}

.fb-place:nth-of-type(odd) {
  background: color-mix(in srgb, var(--paper, #f6f1e7) 90%, #afc7bf 10%);
}

.fb-place__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 2rem;
  align-items: end;
}

.fb-place__head .kicker,
.fb-place__head h2 {
  grid-column: 1 / -1;
}

.fb-place__head p {
  max-width: 47rem;
  margin-bottom: 0;
}

.fb-place__head > a {
  align-self: end;
  color: currentColor;
  font-family: var(--font-sans);
  font-size: .78rem;
  font-weight: 720;
  letter-spacing: .035em;
  text-underline-offset: .25em;
}

.fb-place .nlu-notes-archive__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fb-place .nlu-fieldnote {
  display: flex;
  flex-direction: column;
  min-height: 17.5rem;
  font-size: 1rem;
  line-height: 1.67;
}

.fb-place .nlu-fieldnote strong {
  display: block;
  margin-bottom: .65rem;
  color: var(--ink, #17201f);
  font-family: var(--font-sans);
  font-size: .85rem;
  line-height: 1.45;
  letter-spacing: .01em;
}

.fb-place .nlu-fieldnote__meta {
  margin-top: auto;
  padding-top: 1.25rem;
}

.fb-place .nlu-fieldnote__meta a {
  position: relative;
  z-index: 1;
  color: inherit;
  text-decoration-color: rgba(24, 69, 70, .35);
  text-underline-offset: .25em;
}

.fb-ending {
  color: #f7f1e4;
  background: #141b1d;
}

.fb-ending__inner {
  width: min(100% - 2rem, 72rem);
  margin-inline: auto;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.fb-ending h2 {
  max-width: 12ch;
  margin: .45rem 0 1rem;
  color: #fffaf0;
  font-size: clamp(2.6rem, 5.5vw, 5.8rem);
  line-height: .95;
  letter-spacing: -.045em;
}

.fb-ending p:not(.kicker) {
  max-width: 43rem;
  color: rgba(255, 250, 240, .75);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.65;
}

.fb-ending .button:not(.button--primary) {
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 250, 240, .35);
  color: #fffaf0;
}

@media (max-width: 900px) {
  .fb-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 3.5rem;
  }

  .fb-hero__visual {
    min-height: 34rem;
  }

  .fb-hero__collage {
    left: 0;
    width: 100%;
  }

  .fb-place .nlu-notes-archive__grid {
    grid-template-columns: 1fr;
  }

  .fb-place .nlu-fieldnote {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .fb-hero__inner {
    width: min(100% - 1.35rem, 86rem);
    gap: 2.7rem;
    padding-top: 2.7rem;
  }

  .fb-hero h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .fb-hero__actions .button,
  .fb-ending__actions .button {
    width: 100%;
    justify-content: center;
  }

  .fb-hero__facts div {
    padding: .75rem .6rem;
  }

  .fb-hero__facts dt {
    font-size: 1.45rem;
  }

  .fb-hero__facts dd {
    font-size: .56rem;
  }

  .fb-hero__visual {
    min-height: 27rem;
  }

  .fb-hero__collage {
    inset: 0 0 3.8rem 0;
    width: 100%;
    height: calc(100% - 3.8rem);
  }

  .fb-hero__book {
    right: .6rem;
    grid-template-columns: 4.5rem minmax(0, 8.5rem);
  }

  .fb-place__head {
    grid-template-columns: 1fr;
  }

  .fb-place__head > a {
    margin-top: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fb-hero__book {
    transition: none;
  }
}
