.location-guide,
.location-treatments,
.location-faq {
  color: #f4eadc;
  background: #17110d;
  border: 1px solid rgba(185, 139, 77, 0.22);
}

.location-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  margin-top: 5rem;
}

.location-guide__intro,
.location-treatments,
.location-faq {
  padding: clamp(2rem, 5vw, 5rem);
}

.location-guide__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(185, 139, 77, 0.22);
}

.location-eyebrow {
  margin-bottom: 1.25rem;
  color: #b98b4d;
  font-size: 0.625rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.location-guide h2,
.location-treatments h2,
.location-faq h2 {
  max-width: 15ch;
  color: #f4eadc;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 300;
  line-height: 0.98;
}

.location-guide h2 em,
.location-treatments h2 em,
.location-faq h2 em {
  color: #d8bc91;
  font-weight: 300;
}

.location-guide__intro > p:not(.location-eyebrow) {
  max-width: 42rem;
  margin-top: 2rem;
  color: rgba(244, 234, 220, 0.68);
  font-size: 0.95rem;
  line-height: 1.9;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.location-button {
  padding: 1rem 1.4rem;
  border: 1px solid rgba(185, 139, 77, 0.55);
  color: #d8bc91;
  font-size: 0.625rem;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
  transition:
    background-color 250ms ease,
    color 250ms ease;
}

.location-button--primary,
.location-button:hover {
  color: #17110d;
  background: #b98b4d;
}

.location-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.location-facts article {
  min-height: 15rem;
  padding: 2rem;
  border-right: 1px solid rgba(185, 139, 77, 0.16);
  border-bottom: 1px solid rgba(185, 139, 77, 0.16);
}

.location-facts span {
  color: #b98b4d;
  font-size: 0.625rem;
  letter-spacing: 0.3em;
}

.location-facts h3 {
  margin-top: 3rem;
  color: #f4eadc;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  font-weight: 400;
}

.location-facts p {
  margin-top: 0.8rem;
  color: rgba(244, 234, 220, 0.6);
  font-size: 0.8rem;
  line-height: 1.75;
}

.location-treatments,
.location-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 6vw, 7rem);
  margin-top: 1rem;
}

.location-treatments nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
}

.location-treatments nav a {
  padding: 1.3rem 0.75rem;
  border-bottom: 1px solid rgba(185, 139, 77, 0.2);
  color: rgba(244, 234, 220, 0.72);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  transition:
    color 200ms ease,
    padding-left 200ms ease;
}

.location-treatments nav a:hover {
  padding-left: 1rem;
  color: #d8bc91;
}

.location-faq__items details {
  border-bottom: 1px solid rgba(185, 139, 77, 0.22);
}

.location-faq__items summary {
  position: relative;
  padding: 1.35rem 2rem 1.35rem 0;
  color: #f4eadc;
  cursor: pointer;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  list-style: none;
}

.location-faq__items summary::after {
  position: absolute;
  top: 1.35rem;
  right: 0;
  color: #b98b4d;
  content: "+";
}

.location-faq__items details[open] summary::after {
  content: "−";
}

.location-faq__items p {
  max-width: 42rem;
  padding: 0 2rem 1.4rem 0;
  color: rgba(244, 234, 220, 0.62);
  font-size: 0.85rem;
  line-height: 1.8;
}

.location-faq__items a {
  color: #d8bc91;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media (max-width: 767px) {
  .location-guide,
  .location-treatments,
  .location-faq {
    grid-template-columns: 1fr;
  }

  .location-guide {
    margin-top: 3rem;
  }

  .location-guide__intro {
    border-right: 0;
    border-bottom: 1px solid rgba(185, 139, 77, 0.22);
  }

  .location-facts {
    grid-template-columns: 1fr;
  }

  .location-facts article {
    min-height: 0;
  }

  .location-facts h3 {
    margin-top: 1.8rem;
  }

  .location-treatments nav {
    grid-template-columns: 1fr;
  }

  .location-button {
    width: 100%;
  }
}
