.st-b-progress-track {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--st-clear);
}

.st-b-progress {
  width: 100%;
  height: 100%;
  background: var(--st-warm);
  transform: scaleX(0);
  transform-origin: left;
}

.st-b .st-site-header {
  background: var(--st-paper);
}

.st-b-hero {
  min-height: calc(100svh - 150px);
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  background: var(--st-ivory);
}

.st-b-hero-copy {
  padding: 64px clamp(28px, 6vw, 92px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.st-b-hero-main {
  max-width: 610px;
  margin-block: auto;
  padding-block: 36px;
}

.st-b-hero .st-display {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.14;
}

.st-b-hero-lead {
  max-width: 540px;
  margin-bottom: 30px;
  color: var(--st-muted);
  font-size: 17px;
}

.st-b-hero-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--st-line);
  padding-top: 18px;
  color: var(--st-muted);
  font-size: 12px;
}

.st-b-hero-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--st-ink-soft);
}

.st-b-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.st-b-hero-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 13px 15px;
  background: var(--st-paper);
  color: var(--st-ink);
  font-size: 12px;
}

.st-b-story {
  background: var(--st-paper);
}

.st-b-story-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 88px;
  align-items: start;
}

.st-b-story-aside {
  position: sticky;
  top: 28px;
}

.st-b-story-aside .st-section-title {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 38px;
  line-height: 1.25;
}

.st-b-story-list {
  border-top: 1px solid var(--st-ink);
}

.st-b-story-item {
  padding-block: 34px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 32px;
  border-bottom: 1px solid var(--st-line);
}

.st-b-story-item dt {
  color: var(--st-warm);
  font-size: 13px;
  font-weight: 700;
}

.st-b-story-item dd {
  margin: 0;
}

.st-b-story-item h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.st-b-story-item p {
  margin: 0;
  color: var(--st-muted);
  font-size: 15px;
}

.st-b-quote {
  margin: 48px 0 0;
  padding: 38px 0 0;
  border-top: 1px solid var(--st-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.18;
}

.st-b-explore {
  background: var(--st-ivory);
}

.st-b-explore-head {
  max-width: 730px;
  margin-bottom: 46px;
}

.st-b-explore-head .st-section-title {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 40px;
  line-height: 1.25;
}

.st-b-category-list {
  border-top: 1px solid var(--st-ink);
}

.st-b-category {
  min-height: 138px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 180px 44px;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid var(--st-line);
}

.st-b-category-index {
  color: var(--st-muted);
  font-size: 12px;
}

.st-b-category h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 500;
}

.st-b-category-thumb {
  width: 160px;
  height: 100px;
  object-fit: cover;
}

.st-b-category-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.st-b-category-icon svg {
  width: 20px;
  height: 20px;
}

.st-b-care {
  background: var(--st-ink);
  color: var(--st-ivory);
}

.st-b-care-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 90px;
}

.st-b-care .st-kicker,
.st-b-care .st-section-copy {
  color: var(--st-silver);
}

.st-b-care .st-section-title {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 40px;
  line-height: 1.3;
}

.st-b-care-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--st-line-dark);
}

.st-b-care-steps li {
  min-height: 108px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--st-line-dark);
}

.st-b-care-steps strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
}

.st-b-care-steps span {
  color: var(--st-silver);
  font-size: 14px;
}

.st-b-place-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 20px;
  align-items: stretch;
}

.st-b-place-media {
  min-height: 520px;
  overflow: hidden;
}

.st-b-place-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.st-b-place-copy {
  padding: 54px;
  border: 1px solid var(--st-line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.st-b-place-copy .st-section-title {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 36px;
  line-height: 1.3;
}

.st-b-place-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.st-b-closing {
  padding-block: 82px;
  border-top: 1px solid var(--st-line);
  background: var(--st-ivory);
}

.st-b-closing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.st-b-closing-row h2 {
  max-width: 720px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
}

@container st-page (max-width: 920px) {
  .st-b-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .st-b-hero-media {
    height: 44svh;
    min-height: 0;
    order: -1;
  }

  .st-b-hero-copy {
    min-height: calc(50svh - 80px);
    padding: 32px clamp(28px, 6vw, 92px);
  }

  .st-b-hero-main {
    padding-block: 8px;
  }

  .st-b-hero .st-display {
    font-size: 52px;
  }

  .st-b-hero-lead {
    margin-bottom: 20px;
  }

  .st-b-hero-foot {
    padding-top: 12px;
  }

  .st-b-story-grid,
  .st-b-care-grid,
  .st-b-place-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .st-b-story-aside {
    position: static;
  }

  .st-b-place-media {
    min-height: 420px;
  }
}

@container st-page (max-width: 620px) {
  .st-b-hero-media {
    height: 42svh;
    min-height: 0;
  }

  .st-b-hero-copy {
    min-height: calc(50svh - 68px);
    padding: 30px 20px;
  }

  .st-b-hero-main {
    padding-block: 8px;
  }

  .st-b-hero .st-display {
    font-size: 43px;
  }

  .st-b-hero-lead {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .st-b-hero-foot {
    display: none;
  }

  .st-b-story-aside .st-section-title,
  .st-b-explore-head .st-section-title,
  .st-b-care .st-section-title,
  .st-b-place-copy .st-section-title {
    font-size: 34px;
  }

  .st-b-story-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .st-b-quote {
    font-size: 35px;
  }

  .st-b-category {
    min-height: 116px;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 12px;
  }

  .st-b-category-index,
  .st-b-category-thumb {
    display: none;
  }

  .st-b-category h3 {
    font-size: 36px;
  }

  .st-b-place-media {
    min-height: 340px;
  }

  .st-b-place-copy {
    padding: 30px;
  }

  .st-b-closing-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .st-b-closing-row h2 {
    font-size: 39px;
  }
}
