.sfbx-place-page,
.sfbx-place-page * {
  box-sizing: border-box;
}

.sfbx-place-page {
  width: 100%;
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.10), transparent 28rem),
    #f5f3ef;
  padding: 48px 20px 80px;
}

.sfbx-wrap {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}

.sfbx-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #78716c;
  font-size: 14px;
  line-height: 1.5;
}

.sfbx-breadcrumb a {
  color: #78716c;
  text-decoration: none;
}

.sfbx-breadcrumb a:hover {
  color: #1c1917;
}

.sfbx-shell {
  background: #fffaf3;
  border: 1px solid rgba(120, 113, 108, 0.18);
  border-radius: 32px;
  padding: 44px;
  box-shadow: 0 24px 80px rgba(68, 64, 60, 0.10);
}

.sfbx-header {
  max-width: 760px;
  margin-bottom: 36px;
}

.sfbx-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.sfbx-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 14px;
  font-weight: 700;
}

.sfbx-chip-muted {
  background: #ede9e2;
  color: #57534e;
}

.sfbx-title {
  margin: 0;
  color: #1c1917;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.sfbx-subtitle {
  margin: 16px 0 0;
  color: #78716c;
  font-size: 21px;
  line-height: 1.45;
}

.sfbx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sfbx-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.sfbx-button:hover {
  transform: translateY(-1px);
}

.sfbx-button-dark {
  background: #1c1917;
  color: #ffffff;
}

.sfbx-button-dark:hover {
  background: #000000;
  color: #ffffff;
}

.sfbx-button-light {
  background: #ffffff;
  color: #1c1917;
  border: 1px solid rgba(120, 113, 108, 0.24);
}

.sfbx-button-light:hover {
  background: #f5f5f4;
  color: #1c1917;
}

.sfbx-button-full {
  width: 100%;
}

.sfbx-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 36px;
}

.sfbx-photo-card {
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  background: #e7e5e4;
  border: 1px solid rgba(120, 113, 108, 0.16);
}

.sfbx-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.sfbx-photo-empty {
  min-height: 320px;
  display: grid;
  place-items: center;
  color: #78716c;
  font-size: 16px;
}

.sfbx-info-card,
.sfbx-side-card,
.sfbx-note-card,
.sfbx-section {
  background: #ffffff;
  border: 1px solid rgba(120, 113, 108, 0.16);
  border-radius: 28px;
  box-shadow: 0 14px 40px rgba(68, 64, 60, 0.06);
}

.sfbx-info-card {
  padding: 28px;
}

.sfbx-info-card h2,
.sfbx-side-card h2,
.sfbx-note-card h2,
.sfbx-section h2 {
  margin: 0 0 20px;
  color: #1c1917;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.sfbx-meta-list {
  margin: 0;
}

.sfbx-meta-list div {
  padding: 16px 0;
  border-bottom: 1px solid #ede9e2;
}

.sfbx-meta-list div:first-child {
  padding-top: 0;
}

.sfbx-meta-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sfbx-meta-list dt {
  margin: 0 0 6px;
  color: #78716c;
  font-size: 13px;
  font-weight: 750;
}

.sfbx-meta-list dd {
  margin: 0;
  color: #292524;
  font-size: 16px;
  line-height: 1.65;
}

.sfbx-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.sfbx-main {
  min-width: 0;
}

.sfbx-section {
  padding: 32px;
  margin-bottom: 24px;
}

.sfbx-entry-content {
  color: #44403c;
  font-size: 18px;
  line-height: 1.9;
}

.sfbx-entry-content p {
  margin: 0 0 18px;
}

.sfbx-entry-content p:last-child {
  margin-bottom: 0;
}

.sfbx-entry-content a {
  color: #166534;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.sfbx-sidebar {
  min-width: 0;
}

.sfbx-side-card {
  padding: 26px;
  margin-bottom: 20px;
  position: sticky;
  top: 28px;
}

.sfbx-side-actions {
  display: grid;
  gap: 12px;
}

.sfbx-text-link {
  display: inline-flex;
  justify-content: center;
  margin-top: 4px;
  color: #166534;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.sfbx-text-link:hover {
  color: #14532d;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sfbx-note-card {
  padding: 24px;
  background: #fffbeb;
  border-color: #fde68a;
}

.sfbx-note-card p {
  margin: 0;
  color: #78350f;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .sfbx-place-page {
    padding: 32px 14px 56px;
  }

  .sfbx-shell {
    padding: 28px;
    border-radius: 26px;
  }

  .sfbx-top-grid,
  .sfbx-content-grid {
    grid-template-columns: 1fr;
  }

  .sfbx-side-card {
    position: static;
  }

  .sfbx-title {
    font-size: clamp(38px, 12vw, 56px);
  }
}

@media (max-width: 560px) {
  .sfbx-place-page {
    padding: 22px 10px 44px;
  }

  .sfbx-shell {
    padding: 20px;
    border-radius: 22px;
  }

  .sfbx-header {
    margin-bottom: 26px;
  }

  .sfbx-title {
    font-size: 38px;
    letter-spacing: -0.045em;
  }

  .sfbx-subtitle {
    font-size: 17px;
  }

  .sfbx-actions {
    flex-direction: column;
  }

  .sfbx-button {
    width: 100%;
  }

  .sfbx-photo-card,
  .sfbx-photo-card img,
  .sfbx-photo-empty {
    min-height: 240px;
  }

  .sfbx-info-card,
  .sfbx-section,
  .sfbx-side-card,
  .sfbx-note-card {
    padding: 22px;
    border-radius: 22px;
  }

  .sfbx-entry-content {
    font-size: 16px;
  }
}

.sfbx-carousel {
    position: relative;
    overflow: hidden;
}

.sfbx-carousel-viewport {
    overflow: hidden;
    border-radius: 18px;
}

.sfbx-carousel-track {
    display: flex;
    transition: transform 0.28s ease;
    will-change: transform;
}

.sfbx-carousel-slide {
    min-width: 100%;
    flex: 0 0 100%;
}

.sfbx-carousel-slide img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.sfbx-carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #222;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.sfbx-carousel-prev {
    left: 14px;
}

.sfbx-carousel-next {
    right: 14px;
}

.sfbx-carousel-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 4;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.sfbx-carousel-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    cursor: pointer;
}

.sfbx-carousel-dot.is-active {
    background: #ffffff;
}

@media (max-width: 768px) {
    .sfbx-carousel-slide img {
        height: 260px;
    }

    .sfbx-carousel-arrow {
        width: 36px;
        height: 36px;
        font-size: 26px;
    }
}

