:root {
  --faq-ink: #171611;
  --faq-ink-soft: #27251f;
  --faq-cream: #f4f0e9;
  --faq-sand: #e7ded0;
  --faq-paper: #fbf9f5;
  --faq-line: rgba(23, 22, 17, 0.18);
  --faq-muted: #6d665c;
  --faq-gold: #bf9a6c;
  --faq-max: 1240px;
}

html {
  background: var(--faq-cream);
  scroll-behavior: smooth;
}

body {
  background: var(--faq-cream);
  color: var(--faq-ink);
  font-family: Arial, Helvetica, sans-serif;
}

body > .lhr-header-hero {
  position: relative !important;
  z-index: 3;
  min-height: 0 !important;
  height: auto !important;
  background: var(--faq-ink) !important;
}

.lhr-header-hero__content {
  position: relative !important;
  min-height: 0 !important;
  height: auto !important;
  background: var(--faq-ink) !important;
  background-image: none !important;
}

.lhr-header-hero .lhr-shell {
  min-height: 0 !important;
  padding-block: 1rem 1.25rem;
}

.lhr-header-hero .lhr-hero-copy {
  display: none !important;
}

main {
  position: relative;
  z-index: 1;
  background: var(--faq-cream);
}

.faq-hero,
.faq-answer-section,
.faq-overview {
  width: 100%;
}

.faq-hero__inner,
.faq-answer-section__inner,
.faq-overview__inner {
  width: min(calc(100% - 3rem), var(--faq-max));
  margin-inline: auto;
}

.faq-hero {
  min-height: 36rem;
  padding: clamp(4.5rem, 9vw, 8.5rem) 0 clamp(4rem, 8vw, 7rem);
  background: var(--faq-ink);
  color: var(--faq-cream);
}

.faq-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(20rem, 1.12fr);
  gap: clamp(2.5rem, 7vw, 8rem);
  align-items: center;
}

.faq-hero__copy {
  max-width: 35rem;
}

.faq-hero__eyebrow,
.faq-answer-section__eyebrow,
.faq-overview__eyebrow {
  margin: 0 0 1.25rem;
  color: var(--faq-gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.faq-hero h1 {
  max-width: 10ch;
  margin: 0;
  color: var(--faq-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 8vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.faq-hero__lede {
  max-width: 32rem;
  margin: 2.25rem 0 0;
  color: rgba(244, 240, 233, 0.76);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.7;
}

.faq-hero__note {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 3rem 0 0;
  color: rgba(244, 240, 233, 0.55);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.faq-hero__note span {
  color: var(--faq-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.faq-hero__media {
  position: relative;
  min-height: 28rem;
  margin: 0;
}

.faq-hero__media::before {
  position: absolute;
  inset: -1rem 1rem 1rem -1rem;
  border: 1px solid rgba(191, 154, 108, 0.46);
  content: "";
}

.faq-hero__image {
  position: relative;
  display: block;
  width: 100%;
  height: 28rem;
  object-fit: cover;
  object-position: center;
}

.faq-hero__caption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.25rem;
  max-width: 15rem;
  padding: 0.7rem 0.9rem;
  background: rgba(23, 22, 17, 0.84);
  color: var(--faq-cream);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.faq-answer-section {
  padding: clamp(4.25rem, 8vw, 7.5rem) 0;
}

.faq-answer-section--sand {
  background: var(--faq-sand);
}

.faq-answer-section--cream {
  background: var(--faq-cream);
}

.faq-answer-section--ink {
  background: var(--faq-ink);
  color: var(--faq-cream);
}

.faq-answer-section--photo {
  position: relative;
  background:
    linear-gradient(90deg, rgba(23, 22, 17, 0.94), rgba(23, 22, 17, 0.78)),
    url("../assets/images/lindenhofretreat-experience-evening.webp") center / cover;
  color: var(--faq-cream);
}

.faq-answer-section__inner {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr) minmax(13rem, 17rem);
  gap: clamp(1.5rem, 5vw, 6rem);
  align-items: start;
}

.faq-answer-section__inner > * {
  min-width: 0;
}

.faq-answer-section__number {
  margin: -0.35rem 0 0;
  color: var(--faq-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1;
}

.faq-answer-section__content {
  max-width: 42rem;
}

.faq-answer-section__content h2,
.faq-overview h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
  overflow-wrap: anywhere;
  white-space: normal;
}

.faq-answer-section__content h2 {
  max-width: 14ch;
}

.faq-answer {
  margin-top: 2.5rem;
  border-top: 1px solid var(--faq-line);
}

.faq-answer-section--ink .faq-answer,
.faq-answer-section--photo .faq-answer {
  border-color: rgba(244, 240, 233, 0.25);
}

.faq-answer summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 0;
  cursor: pointer;
  color: var(--faq-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  list-style: none;
  text-transform: uppercase;
}

.faq-answer summary::-webkit-details-marker {
  display: none;
}

.faq-answer summary::after {
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--faq-gold);
  content: "+";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35rem;
  text-align: center;
}

.faq-answer[open] summary::after {
  content: "−";
}

.faq-answer-section--ink .faq-answer summary,
.faq-answer-section--photo .faq-answer summary {
  color: rgba(244, 240, 233, 0.6);
}

.faq-answer p {
  max-width: 38rem;
  margin: 0 0 0.25rem;
  color: var(--faq-ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.17rem);
  line-height: 1.75;
}

.faq-answer-section--ink .faq-answer p,
.faq-answer-section--photo .faq-answer p {
  color: rgba(244, 240, 233, 0.78);
}

.faq-answer-section__aside {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 10rem;
  border-left: 1px solid var(--faq-line);
  padding-left: 1.5rem;
}

.faq-answer-section--ink .faq-answer-section__aside,
.faq-answer-section--photo .faq-answer-section__aside {
  border-color: rgba(244, 240, 233, 0.25);
}

.faq-answer-section__aside-mark {
  color: var(--faq-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.faq-answer-section__aside p {
  margin: 2rem 0 0;
  color: var(--faq-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.faq-answer-section--ink .faq-answer-section__aside p,
.faq-answer-section--photo .faq-answer-section__aside p {
  color: rgba(244, 240, 233, 0.56);
}

.faq-overview {
  padding: clamp(4.75rem, 9vw, 8rem) 0;
  background: var(--faq-paper);
}

.faq-overview__inner {
  display: grid;
  grid-template-columns: minmax(15rem, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2.5rem, 8vw, 9rem);
  align-items: start;
}

.faq-overview__intro {
  max-width: 27rem;
}

.faq-overview__intro > p:last-child {
  margin: 1.75rem 0 0;
  color: var(--faq-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.faq-overview__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--faq-line);
}

.faq-overview__card {
  min-height: 14rem;
  padding: 1.5rem;
  background: var(--faq-paper);
}

.faq-overview__card-index {
  display: block;
  margin-bottom: 3rem;
  color: var(--faq-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.faq-overview__card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.1;
}

.faq-overview__card p {
  margin: 0.9rem 0 0;
  color: var(--faq-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .faq-hero__inner {
    grid-template-columns: 1fr;
  }

  .faq-hero__copy {
    max-width: 42rem;
  }

  .faq-hero__media {
    min-height: 20rem;
  }

  .faq-hero__image {
    height: 20rem;
  }

  .faq-answer-section__inner {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .faq-answer-section__aside {
    grid-column: 2;
    min-height: auto;
    padding-top: 1rem;
  }

  .faq-answer-section__aside p {
    margin-top: 0.75rem;
  }

  .faq-overview__inner {
    grid-template-columns: 1fr;
  }

  .faq-overview__intro {
    max-width: 38rem;
  }
}

@media (max-width: 620px) {
  .faq-hero__inner,
  .faq-answer-section__inner,
  .faq-overview__inner {
    width: min(calc(100% - 2rem), var(--faq-max));
  }

  .faq-hero {
    min-height: auto;
    padding-block: 4rem 4.5rem;
  }

  .faq-hero h1 {
    font-size: clamp(3.5rem, 17vw, 5.5rem);
  }

  .faq-hero__lede {
    margin-top: 1.75rem;
  }

  .faq-hero__note {
    margin-top: 2rem;
  }

  .faq-hero__media,
  .faq-hero__image {
    height: 16rem;
    min-height: 0;
  }

  .faq-hero__media::before {
    inset: -0.6rem 0.6rem 0.6rem -0.6rem;
  }

  .faq-hero__caption {
    right: 0.75rem;
    bottom: 0.75rem;
    max-width: 12rem;
    font-size: 0.68rem;
  }

  .faq-answer-section {
    padding-block: 4rem;
  }

  .faq-answer-section__inner {
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: 1rem;
  }

  .faq-answer-section__number {
    font-size: 1.35rem;
  }

  .faq-answer-section__content h2,
  .faq-overview h2 {
    font-size: clamp(2.1rem, 11vw, 3.5rem);
  }

  .faq-answer {
    margin-top: 1.75rem;
  }

  .faq-answer-section__aside {
    grid-column: 2;
    padding-left: 1rem;
  }

  .faq-overview {
    padding-block: 4rem;
  }

  .faq-overview__cards {
    grid-template-columns: 1fr;
  }

  .faq-overview__card {
    min-height: 0;
  }

  .faq-overview__card-index {
    margin-bottom: 1.5rem;
  }

}
