/* onesalon.org gathering chrome — unique to this domain */
:root {
  --hearth-ink: #1a1a1a;
  --hearth-paper: #f7f1e8;
  --hearth-sand: #c4a574;
  --hearth-copy: #2b2620;
  --hearth-mute: #6a6258;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  color: var(--hearth-copy);
  background: var(--hearth-paper);
  line-height: 1.65;
}

img { max-width: 100%; height: auto; border: 0; }

#header,
.hearth-mast {
  background: var(--hearth-ink);
  color: #f4efe6;
  padding: 0.85rem 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem 1.4rem;
  position: sticky;
  top: 0;
  z-index: 40;
}

.site-title,
.hearth-mark {
  margin: 0;
  font-size: 1.35rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}
.site-title a,
.hearth-mark {
  color: #f4efe6;
  text-decoration: none;
}

.main-nav ul,
.hearth-lane {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.05rem;
}
.main-nav a,
.hearth-lane a {
  color: #e8dcc8;
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.main-nav a:hover,
.hearth-lane a:hover,
.main-nav .active-link a,
.hearth-lane a[aria-current="page"] {
  color: var(--hearth-sand);
}

.icon-menu,
#mobileMenu,
#mobileNav { display: none; }

#parallax-nav,
#parallax-images { display: none; }

.parallax-item { background: #fff; }
.title-desc-wrapper.over-image,
.title-desc-wrapper.has-main-image {
  position: relative;
  min-height: 48vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: #14110e;
}
.title-desc-image,
.title-desc-image.content-fill {
  position: absolute;
  inset: 0;
}
.title-desc-image img,
.banner-image img,
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-overlay-wrapper {
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 12, 0.42);
}
.title-desc-inner {
  position: relative;
  z-index: 2;
  padding: 3rem 1.2rem;
}
.page-title { margin: 0 0 0.4rem; font-size: clamp(2rem, 5vw, 3.4rem); letter-spacing: 0.04em; }
.page-desc p { margin: 0.25rem 0; }
.scroll-arrow { position: relative; z-index: 2; text-align: center; padding-bottom: 1.2rem; letter-spacing: 0.18em; font-size: 0.72rem; }

.content,
.content-inner,
.hearth-sheet {
  max-width: 52rem;
  margin: 0 auto;
  padding: 2.2rem 1.3rem 3rem;
}
.content .title-desc-wrapper { display: none; }

.sqs-block-html h1,
.hearth-sheet h1 {
  font-size: 1.85rem;
  letter-spacing: 0.03em;
}
.sqs-block-html h2,
.hearth-sheet h2 { font-size: 1.35rem; }
.sqs-block-html p,
.hearth-sheet p { margin: 0 0 1rem; }

.sqs-block-button-element,
.hearth-chip {
  display: inline-block;
  border: 2px solid var(--hearth-ink);
  color: var(--hearth-ink);
  text-decoration: none;
  padding: 0.45rem 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin: 0.4rem 0 1.2rem;
}
.sqs-block-button-element:hover,
.hearth-chip:hover { background: var(--hearth-ink); color: #f4efe6; }

.sqs-video-wrapper iframe,
.hearth-frame {
  width: 100%;
  min-height: 280px;
  border: 0;
  background: #111;
}
.sqs-block-map { display: none; }

.image-block-wrapper img,
.thumb-image {
  display: block;
  width: 100%;
  height: auto;
}
.sqs-col-6 { max-width: 46%; }
.sqs-row { display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: flex-start; }
@media (max-width: 720px) {
  .sqs-col-6 { max-width: 100%; }
  .sqs-row { display: block; }
}

.form-wrapper input,
.form-wrapper textarea,
.hearth-sheet input,
.hearth-sheet textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.6rem;
  margin: 0.25rem 0 0.8rem;
  border: 1px solid #c9bfb0;
  background: #fff;
  font: inherit;
}
.button,
.hearth-send {
  background: var(--hearth-ink);
  color: #f4efe6;
  border: 0;
  padding: 0.55rem 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

#footer,
.hearth-plinth {
  background: var(--hearth-ink);
  color: #d9cbb4;
  padding: 1.6rem 1.3rem 2rem;
  text-align: center;
}
#footer a,
.hearth-plinth a { color: var(--hearth-sand); text-decoration: none; }
.secondary-nav ul,
.hearth-trail {
  list-style: none;
  padding: 0;
  margin: 0 0 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem 1.1rem;
}
.hearth-glyph {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid var(--hearth-sand);
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--hearth-sand);
}
.back-to-top-link a { color: #d9cbb4; }

.hearth-still {
  width: 100%;
  max-width: 22rem;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  margin: 0 0 0.8rem;
}
.hearth-banner {
  width: 100%;
  max-height: 22rem;
  object-fit: cover;
  display: block;
  margin: 0 0 1.2rem;
}
.hearth-citylist h3 { margin: 1.4rem 0 0.35rem; color: var(--hearth-ink); }
.hearth-citylist h4 { margin: 0.7rem 0 0.15rem; }
.hearth-citylist p { margin: 0 0 0.4rem; color: var(--hearth-mute); }

.hearth-faqvis { margin-top: 2.2rem; padding-top: 1rem; border-top: 1px solid #ddd4c6; }
.hearth-faqvis h2 { margin-top: 0; }

@media (max-width: 820px) {
  .hearth-lane { width: 100%; }
  .main-nav ul { width: 100%; }
}
