/* Landing pages: an enhancement layer on top of the existing visual system. */

.fsg-landing-main,
.fsg-editorial,
.fsg-city-directory,
.fsg-facility-overview {
  color: #111;
}

.fsg-front-button,
.fsg-facility-filter,
.fsg-card-button {
  border-radius: 50px;
  font-weight: 700;
}

.fsg-front-button {
  min-height: 46px;
  padding: 10px 21px;
}

.fsg-front-button.btn-light,
.fsg-facility-filter.btn-light {
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111;
}

.fsg-landing-header {
  margin-bottom: 24px;
}

.fsg-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.fsg-heading-row h1,
.fsg-overview-header h1 {
  margin: 12px 0 8px;
  color: #000;
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.fsg-overview-header h1 { font-size: clamp(2.2rem, 5vw, 4rem); }

.fsg-landing-lead,
.fsg-overview-header > p:last-child {
  max-width: 790px;
  margin: 0;
  color: #5d6168;
  font-size: clamp(1rem, 1.65vw, 1.15rem);
  line-height: 1.65;
}

.fsg-text-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.fsg-text-link:hover { color: #111; }

.fsg-filter-pills {
  display: flex;
  gap: 9px;
  margin-top: 22px;
  overflow-x: auto;
  padding: 2px 0 6px;
  scrollbar-width: none;
}

.fsg-filter-pills::-webkit-scrollbar { display: none; }

.fsg-filter-pill {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 15px;
  border: 1px solid #d8dadd;
  border-radius: 999px;
  background: #fff;
  color: #202226;
  font-size: .9rem;
  font-weight: 650;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.fsg-filter-pill:hover,
.fsg-filter-pill.active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.fsg-results-layout { align-items: flex-start; }

.fsg-results-layout .result-bar {
  min-height: 46px;
  margin-bottom: 2px;
}

.fsg-results-layout .result-bar h2 {
  font-size: 1rem;
  font-weight: 500;
}

.fsg-results-layout .result-bar strong { font-size: 1.25rem; }

.fsg-location-status {
  margin: 0 0 14px;
  color: #6b6f76;
  font-size: .82rem;
  line-height: 1.4;
}

.fsg-location-status.is-active { color: #1e6c51; }

.fsg-price-status {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: -4px 0 18px;
  color: #666b72;
  font-size: .84rem;
  line-height: 1.5;
}

.fsg-price-status strong {
  color: #111;
  font-size: .94rem;
  white-space: nowrap;
}

.fsg-empty-state {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  border: 1px solid #e2e3e5;
  border-radius: 18px;
  background: transparent;
  text-align: center;
}

.fsg-empty-state > i { font-size: 2rem; }
.fsg-empty-state h2 { margin: 16px 0 8px; font-size: 1.45rem; }
.fsg-empty-state p { max-width: 600px; color: #62666d; }

.fsg-city-directory {
  padding: clamp(46px, 7vw, 78px) 0 0;
}

.fsg-city-directory .container { max-width: 1380px; }

.fsg-city-directory h2 {
  margin: 0 0 20px;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.fsg-editorial {
  padding: clamp(54px, 8vw, 96px) 0;
  background: transparent;
  border-top: 1px solid #ececec;
}

.fsg-editorial-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.fsg-rich-text,
.fsg-copy-block,
.fsg-related,
.fsg-faq {
  max-width: 840px;
}

.fsg-rich-text {
  margin-bottom: clamp(38px, 6vw, 68px);
  color: #34373c;
  font-size: 1.04rem;
  line-height: 1.8;
}

.fsg-rich-text > *:first-child { margin-top: 0; }
.fsg-rich-text > *:last-child { margin-bottom: 0; }

.fsg-rich-text h2 {
  margin: clamp(38px, 6vw, 62px) 0 16px;
  color: #090909;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.fsg-rich-text h3 {
  margin: 28px 0 11px;
  color: #111;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.fsg-rich-text p { margin: 0 0 16px; }

.fsg-rich-text ul,
.fsg-rich-text ol {
  margin: 0 0 20px;
  padding-left: 22px;
}

.fsg-copy-block + .fsg-copy-block,
.fsg-related,
.fsg-faq {
  margin-top: clamp(44px, 7vw, 76px);
}

.fsg-info-grid + .fsg-copy-block { margin-top: clamp(44px, 7vw, 76px); }

.fsg-guide-toc {
  display: flex;
  max-width: 840px;
  gap: 8px;
  margin: clamp(34px, 5vw, 52px) 0 0;
  padding: 0 0 7px;
  overflow-x: auto;
  scrollbar-width: none;
}

.fsg-guide-toc::-webkit-scrollbar { display: none; }

.fsg-guide-toc a {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  padding: 8px 15px;
  border: 1px solid #d8dadd;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: .88rem;
  font-weight: 750;
  text-decoration: none;
}

.fsg-guide-toc + .fsg-guide-section { margin-top: clamp(38px, 6vw, 60px); }

.fsg-guide-section { scroll-margin-top: 104px; }

.fsg-eyebrow {
  margin: 0 0 9px !important;
  color: #6d7178 !important;
  font-size: .76rem !important;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.fsg-copy-block h2,
.fsg-related h2,
.fsg-faq h2 {
  margin: 0 0 16px;
  color: #090909;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.fsg-copy-block p {
  max-width: 790px;
  margin: 0 0 15px;
  color: #41444a;
  font-size: 1.035rem;
  line-height: 1.78;
}

.fsg-copy-block p:last-child { margin-bottom: 0; }

.fsg-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(36px, 6vw, 60px);
}

.fsg-info-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid #dedfe1;
  border-radius: 16px;
  background: #fff;
}

.fsg-info-card > i {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 1rem;
}

.fsg-info-card h2 {
  margin: 18px 0 9px;
  color: #111;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.015em;
}

.fsg-info-card p {
  margin: 0;
  color: #5d6167;
  font-size: .92rem;
  line-height: 1.65;
}

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

.fsg-related-grid a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid #d9dade;
  border-radius: 13px;
  background: #fff;
  color: #111;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease;
}

.fsg-related-grid a:hover {
  border-color: #111;
  color: #111;
  transform: translateY(-1px);
}

.fsg-category-links {
  max-width: 840px;
  margin-top: clamp(42px, 6vw, 68px);
  margin-bottom: clamp(42px, 6vw, 68px);
}

.fsg-category-link-row {
  margin-right: -6px;
  margin-left: -6px;
}

.fsg-category-link-row > [class*="col-"] {
  padding-right: 6px;
  padding-left: 6px;
}

.fsg-category-links .category-link {
  min-height: 48px;
  padding: 10px 17px;
  border: 1px solid #e2e3e5;
  background: #fff !important;
  color: #111;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.fsg-category-links .category-link:hover,
.fsg-category-links .category-link:focus-visible {
  border-color: #111;
  color: #111;
}

.fsg-category-links .category-link i {
  flex: 0 0 auto;
  margin-left: 10px;
  color: #000;
}

.fsg-faq-list { border-top: 1px solid #d3d5d8; }
.fsg-faq-item { border-bottom: 1px solid #d3d5d8; }

.fsg-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  color: #111;
  cursor: pointer;
  list-style: none;
}

.fsg-faq-item summary h3 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  color: inherit;
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: normal;
  line-height: 1.4;
}

.fsg-faq-item summary::-webkit-details-marker { display: none; }
.fsg-faq-item summary i { transition: transform .18s ease; }
.fsg-faq-item[open] summary i { transform: rotate(45deg); }

.fsg-faq-answer {
  max-width: 760px;
  padding: 0 42px 20px 0;
  color: #555960;
  line-height: 1.72;
}

.fsg-faq-answer p:last-child { margin-bottom: 0; }

.fsg-facility-overview {
  min-height: 70vh;
  padding: 112px 0 90px;
  background: transparent;
}

.fsg-overview-header {
  max-width: 780px;
  margin-bottom: 38px;
}

.fsg-overview-header .fsg-front-button { margin-top: 24px; }

.fsg-facility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fsg-facility-card {
  display: grid;
  min-height: 102px;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e0e1e3;
  border-radius: 20px;
  background: #fff;
  color: #111;
  text-decoration: none;
  box-shadow: 0 7px 12px rgba(0, 0, 0, .05);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.fsg-facility-card:hover {
  border-color: #cfd1d4;
  color: #111;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
  transform: translateY(-3px);
}

.fsg-facility-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f1f1;
  font-size: 1.2rem;
}

.fsg-facility-card strong,
.fsg-facility-card small { display: block; }
.fsg-facility-card strong { font-size: .97rem; }
.fsg-facility-card small { margin-top: 3px; color: #777b81; font-size: .8rem; }

.fsg-card-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-right: 14px;
  padding-left: 14px;
  white-space: nowrap;
}

/* Facility pages use the same white surface and pill buttons as the front page. */
.fsg-facility-page {
  background: transparent;
  color: #111;
}

.fsg-facility-shell {
  padding-top: 112px;
  padding-bottom: 72px;
}

.fsg-facility-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 22px 0 34px;
  border-bottom: 1px solid #ececec;
}

.fsg-facility-hero-copy { max-width: 820px; }

.fsg-facility-hero h1 {
  margin: 8px 0 12px;
  color: #000;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.fsg-facility-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.fsg-facility-filters {
  display: flex;
  max-width: 1380px;
  gap: 9px;
  margin: 22px auto 0;
  padding: 2px 0 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.fsg-facility-filters::-webkit-scrollbar { display: none; }

.fsg-facility-filter {
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  white-space: nowrap;
}

.fsg-facility-results {
  max-width: 1380px;
  margin: 20px auto 0;
  scroll-margin-top: 96px;
}

.fsg-facility-result-bar {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.fsg-facility-result-bar h2 { font-size: 1rem; font-weight: 500; }
.fsg-facility-result-bar strong { font-size: 1.25rem; }

.fsg-facility-results-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  align-items: start;
  gap: 24px;
}

.fsg-facility-list-column { min-width: 0; }

.fsg-facility-page #sauna-places-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

.fsg-facility-map-column {
  position: sticky;
  top: 92px;
  height: calc(100vh - 116px);
  min-height: 520px;
}

.fsg-facility-page #map {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #fff;
}

.fsg-map-empty {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 280px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 28px;
  color: #111;
  text-align: center;
}

.fsg-map-empty i { font-size: 1.7rem; }
.fsg-map-empty strong { font-size: 1rem; }
.fsg-map-empty span { color: #666b72; font-size: .88rem; }

.fsg-facility-editorial {
  background: transparent;
}

.fsg-back-results {
  display: none;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-weight: 750;
}

.mobile-sheet .sheet-header h1 {
  max-width: 230px;
  margin: 0;
  overflow: hidden;
  font-size: .98rem;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-sheet .sheet-header p {
  margin: 2px 0 0;
  color: #6c7076;
  font-size: .8rem;
}

.fsg-filter-pills-mobile { margin: 0; padding: 0 16px 9px; }
.mobile-sheet > .fsg-location-status { margin: 0; padding: 0 16px 10px; }

.fsg-mobile-guide-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 2px 28px;
  color: #111;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  body.fsg-results-mode:not(.fsg-guide-mode) .fsg-editorial,
  body.fsg-results-mode:not(.fsg-guide-mode) .fsg-city-directory { display: none; }
  body.fsg-guide-mode .mobile-wrap { display: none !important; }
  body.fsg-guide-mode .fsg-editorial,
  body.fsg-guide-mode .fsg-city-directory { display: block; }
  body.fsg-guide-mode .fsg-back-results { display: inline-flex; align-items: center; gap: 8px; }
  .fsg-editorial { padding: 46px 0 64px; }
  .fsg-info-grid { grid-template-columns: 1fr; }
  .fsg-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fsg-facility-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .fsg-facility-shell {
    padding-top: 88px;
    padding-right: 18px !important;
    padding-bottom: 52px;
    padding-left: 18px !important;
  }

  .fsg-facility-hero {
    display: block;
    padding: 14px 0 26px;
  }

  .fsg-facility-hero h1 { font-size: clamp(2rem, 9vw, 3rem); }

  .fsg-facility-actions {
    margin-top: 22px;
  }

  .fsg-facility-results-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .fsg-facility-map-column {
    position: static;
    order: -1;
    height: 52vh;
    min-height: 340px;
    max-height: 520px;
  }

  .fsg-facility-page #sauna-places-list { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .container-fluid.page-wrap { padding-right: 16px !important; padding-left: 16px !important; }
  .fsg-editorial .container,
  .fsg-city-directory .container,
  .fsg-facility-overview .container { padding-right: 18px; padding-left: 18px; }
  .fsg-copy-block p,
  .fsg-rich-text { font-size: 1rem; }
  .fsg-info-card { padding: 21px; }
  .fsg-related-grid,
  .fsg-facility-grid { grid-template-columns: 1fr; }
  .fsg-category-link-row > [class*="col-"] { width: 100%; }
  .fsg-category-links .category-link { min-height: 50px; }
  .fsg-facility-overview { padding-top: 90px; }
  .fsg-faq-item summary h3 { font-size: .95rem; }
  .fsg-price-status { display: block; }
  .fsg-price-status strong,
  .fsg-price-status span { display: block; }
  .fsg-price-status span { margin-top: 3px; }

  .fsg-facility-actions .fsg-front-button { flex: 1 1 0; }
  .fsg-card-button { padding: 8px 12px; }
}

@media (max-width: 359.98px) {
  .fsg-facility-card { grid-template-columns: 44px minmax(0, 1fr); }
  .fsg-facility-icon { width: 44px; height: 44px; }
  .fsg-card-button { grid-column: 2; justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .fsg-filter-pill,
  .fsg-related-grid a,
  .fsg-facility-card,
  .fsg-faq-item summary i { transition: none; }
}
