/* Approved rose hero, readable article and compact topic headings across services. */
.sv-page .bd-photo img {
  object-fit: contain;
  background: #fff;
}
.sv-page .bd-breadcrumb {
  flex-wrap: wrap;
}
/* Services use a single reading column; legacy grid/card classes are removed. */
.sv-content {
  overflow-wrap: anywhere;
}
.sv-content h3 {
  font:
    500 23px/1.4 Outfit,
    sans-serif;
  color: var(--bd-ink);
  margin: 28px 0 12px;
}
.sv-content p,
.sv-content li {
  font-size: inherit;
  line-height: 1.75;
}
.sv-content ul,
.sv-content ol {
  padding-left: 24px;
}
.sv-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
}
.sv-content > img {
  display: block;
  max-height: 480px;
  margin-block: 24px;
}
.sv-content dl {
  margin-block: 24px;
}
.sv-content dt {
  font-weight: 500;
  color: var(--bd-ink);
}
.sv-content dd {
  margin: 0 0 16px;
}
.sv-content .sv-treatment-option {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding-block: 24px;
  border-bottom: 1px solid var(--bd-line);
  text-decoration: none;
}
.sv-treatment-option img {
  width: 140px;
  height: 120px;
  object-fit: cover;
}
.sv-treatment-option h3 {
  margin: 0 0 8px;
}
.sv-treatment-option p {
  margin: 0;
  color: var(--bd-muted);
  font-weight: 400;
}
.sv-content .sv-review {
  padding-block: 24px;
  border-bottom: 1px solid var(--bd-line);
  background: transparent;
}
.sv-review-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.sv-review-person img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  object-fit: cover;
}
.sv-review-person .sv-review-name {
  display: block;
  font:
    500 17px/1.5 Outfit,
    sans-serif;
  margin: 0;
  color: var(--bd-ink);
}
.sv-review-person br {
  display: none;
}
.sv-review-person .sv-review-meta {
  font-size: 13px;
  margin: 0;
  color: var(--bd-muted);
}
.sv-review-rating {
  color: #916021;
  font-size: 14px;
  margin-bottom: 12px;
}
.sv-review-rating > span:not(.sv-review-star) {
  margin-left: 8px;
}
.sv-review .sv-review-quote {
  font-size: 17px;
  line-height: 1.8;
  margin: 12px 0;
  font-weight: 400;
}
.sv-review a {
  font-size: 14px;
}
.sv-video-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
  margin-block: 28px;
}
.sv-video-group:has(> :only-child) {
  grid-template-columns: minmax(0, 1fr);
}
.sv-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #211c20;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px #33232b0d;
}
.sv-video-portrait {
  aspect-ratio: 9/16;
  max-width: 360px;
  margin-inline: auto;
}
.sv-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.sv-map {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 8px;
}
.sv-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  margin: 24px 0;
}
.sv-table-scroll table {
  margin: 0;
  min-width: 450px;
}
.sv-page .bd-article-summary {
  max-width: 65ch;
}
@media (max-width: 600px) {
  .sv-video-group {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .sv-content .sv-treatment-option {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
  }
  .sv-treatment-option img {
    width: 84px;
    height: 92px;
  }
  .sv-treatment-option h3 {
    font-size: 20px;
  }
}
.sv-directory {
  color: #30272b;
  font-family: Outfit, sans-serif;
}
.sv-width {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}
.sv-directory-hero {
  padding: clamp(48px, 7vw, 90px) 0;
  background: #fff5f8 url("/images/bg/bg2.webp") center/cover no-repeat;
}
.sv-directory-hero nav {
  font-size: 14px;
  margin-bottom: 28px;
}
.sv-directory h1 {
  font:
    500 clamp(32px, 4vw, 54px)/1.16 Outfit,
    sans-serif;
  max-width: 22ch;
  text-wrap: balance;
  margin: 0 0 24px;
}
.sv-directory-hero p {
  max-width: 65ch;
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 28px;
}
.sv-directory-row {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(24px, 5vw, 70px);
  padding-block: 54px;
  border-bottom: 1px solid #e4dadd;
  align-items: start;
}
.sv-directory-row > div {
  min-width: 0;
}
.sv-directory-row img {
  width: 100%;
  max-height: 340px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff7f9;
}
.sv-directory-row h2 {
  font:
    500 clamp(24px, 2.5vw, 32px)/1.3 Outfit,
    sans-serif;
  margin: 0 0 20px;
  text-wrap: balance;
}
.sv-directory-row p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.sv-directory-row ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.sv-directory-row li a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #eadfe3;
  font-size: 16px;
}
.sv-directory a {
  color: #832b39;
}
.sv-directory .bt-book-button {
  display: inline-flex;
  gap: 20px;
  padding: 14px 24px;
  border-radius: 8px;
  color: #fff;
  background: #a02b3d;
}
.sv-explore {
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 14px;
}
.sv-directory-mark {
  aspect-ratio: 4/3;
  background: #fff1f5;
  border-radius: 12px;
  display: grid;
  place-content: center;
  color: #862d40;
  font:
    500 28px Outfit,
    sans-serif;
}
.sv-directory-consult {
  padding: 54px 0;
}
.sv-directory-consult h2 {
  margin-bottom: 24px;
}
@media (max-width: 700px) {
  .sv-directory-row {
    grid-template-columns: 1fr;
    padding-block: 36px;
  }
  .sv-directory-row img {
    max-height: 280px;
  }
  .sv-width {
    width: calc(100% - 32px);
  }
}

.sv-review-avatar {
  display: inline-grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f6e9ed;
  color: #682433;
  font-weight: 600;
}

.sv-content .before-after-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-block: 16px;
}
.sv-content .before-after-photo {
  margin: 0;
  min-width: 0;
}
.sv-content .before-after-photo-frame {
  display: block;
}
.sv-content .before-after-photo img {
  width: 100%;
  height: auto;
  max-height: 440px;
  object-fit: contain;
}
.sv-content .before-after-photo figcaption {
  color: var(--bd-muted);
  font-size: 14px;
  padding-top: 8px;
  text-align: center;
}
.sv-content .before-after-kicker {
  display: none;
}

.sv-content .sv-treatment-option:not(:has(img)) {
  grid-template-columns: minmax(0, 1fr);
}
.sv-treatment-copy > span {
  display: block;
  margin-top: 8px;
  color: var(--bd-muted);
  font-size: 14px;
}
.sv-video-item {
  min-width: 0;
  margin: 0;
}
.sv-video-item-portrait {
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
}
.sv-video-item figcaption {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.sv-page .bd-hero-grid:not(:has(.bd-photo)) {
  grid-template-columns: minmax(0, 1fr);
}
.sv-page .bd-hero-grid:not(:has(.bd-photo)) .bd-hero-copy {
  max-width: 850px;
}

/* Keep the summary immediately below the title on phones as well as desktop. */
@media (max-width: 700px) {
  .sv-page.bd-blog-sample .bd-hero-copy .bd-article-summary {
    order: 2;
  }
  .sv-page.bd-blog-sample .bd-hero-grid > .bd-photo {
    order: 3;
  }
}

/* Service directory: category browsing above a complete treatment index. */
.sv-catalog {
  background: #fff;
  color: #30272b;
  font-family: Outfit, sans-serif;
}
.sv-catalog .sv-width {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}
.sv-catalog a {
  color: inherit;
}
.sv-catalog a:focus-visible {
  outline: 2px solid #a92e3d;
  outline-offset: 5px;
}
.sv-catalog-hero {
  padding: 44px 0 48px;
  background: #fff5f8 url("/images/bg/bg2.webp") center/cover no-repeat;
}
.sv-catalog-hero nav {
  display: flex;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 24px;
}
.sv-catalog h1 {
  font:
    500 clamp(30px, 3.5vw, 46px)/1.18 Outfit,
    sans-serif;
  max-width: 28ch;
  margin: 0 0 20px;
  text-wrap: balance;
}
.sv-catalog-hero p {
  max-width: 70ch;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}
.sv-catalog-browse {
  padding-block: 40px 56px;
}
.sv-catalog-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 24px;
}
.sv-catalog h2 {
  font:
    500 clamp(25px, 2.5vw, 32px)/1.3 Outfit,
    sans-serif;
  margin: 0;
}
.sv-catalog-section-heading > a {
  color: #a92e3d;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.sv-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}
.sv-catalog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #e4dadd;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  transition:
    border-color 180ms ease-out,
    box-shadow 180ms ease-out;
}
.sv-catalog-card:hover {
  border-color: #a02b3d;
  box-shadow: 0 5px 16px #33232b0d;
}
.sv-catalog-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 16px 18px;
}
.sv-catalog-card-action {
  margin-top: auto;
  color: #943246;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.sv-catalog-photo {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f8f6f7;
}
.sv-catalog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-out;
}
.sv-catalog-card h3 {
  font:
    500 21px/1.35 Outfit,
    sans-serif;
  margin: 0;
  text-wrap: balance;
}
.sv-catalog-card:hover h3 {
  color: #a92e3d;
}
.sv-catalog-card:hover img {
  transform: scale(1.025);
}
.sv-catalog-index {
  background: #f8f9fa;
  padding: 44px 0 56px;
  scroll-margin-top: 115px;
}
.sv-catalog-index h2 {
  margin-bottom: 16px;
}
.sv-catalog-index-group {
  padding: 28px 0 32px;
  border-bottom: 1px solid #dedcdf;
}
.sv-catalog-index-group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sv-catalog-index h3 {
  font:
    500 23px/1.4 Outfit,
    sans-serif;
  margin: 0 0 8px;
}
.sv-catalog-index h3 a {
  text-decoration: none;
}
.sv-catalog-index p {
  font:
    400 15px/1.7 Outfit,
    sans-serif;
  color: #65575d;
  max-width: 75ch;
  margin: 0;
}
.sv-catalog-treatments {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.sv-catalog-treatments li {
  min-width: 0;
}
.sv-catalog-treatment {
  display: flex;
  height: 100%;
  min-height: 124px;
  background: #fff;
  border: 1px solid #e4dadd;
  border-radius: 9px;
  overflow: hidden;
  text-decoration: none;
  transition:
    border-color 180ms ease-out,
    box-shadow 180ms ease-out;
}
.sv-catalog-treatment-photo {
  position: relative;
  flex: 0 0 112px;
  overflow: hidden;
  background: #f8f6f7;
}
.sv-catalog-treatment-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sv-catalog-treatment-photo img[src="/images/services/hbot.png"] {
  object-position: 50% 85%;
}
.sv-catalog-treatment-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  min-width: 0;
}
.sv-catalog-treatment h4 {
  font:
    500 18px/1.35 Outfit,
    sans-serif;
  margin: 0;
  text-wrap: balance;
}
.sv-catalog-treatment-copy > span {
  font:
    500 13px/1.5 Outfit,
    sans-serif;
  color: #943246;
}
.sv-catalog-treatment:hover {
  border-color: #a02b3d;
  box-shadow: 0 5px 16px #33232b0d;
}
.sv-catalog-treatment:hover h4 {
  color: #a92e3d;
}
@media (max-width: 1000px) {
  .sv-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sv-catalog-treatments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sv-catalog-treatment-photo {
    flex-basis: 96px;
  }
}
@media (max-width: 700px) {
  .sv-catalog .sv-width {
    width: calc(100% - 40px);
  }
  .sv-catalog-hero {
    padding: 28px 0 32px;
  }
  .sv-catalog-hero p {
    font-size: 16px;
  }
  .sv-catalog-browse {
    padding-block: 30px 36px;
  }
  .sv-catalog-section-heading {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }
  .sv-catalog-grid {
    gap: 24px 16px;
  }
  .sv-catalog-card h3 {
    font-size: 17px;
    margin: 0;
  }
  .sv-catalog-photo {
    aspect-ratio: 4/3;
  }
  .sv-catalog-card-copy {
    padding: 14px;
    gap: 10px;
  }
  .sv-catalog-card-action {
    font-size: 13px;
  }
  .sv-catalog-index {
    padding-block: 32px;
  }
  .sv-catalog-index-group {
    padding-block: 24px;
  }
  .sv-catalog-treatments {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
  }
  .sv-catalog-treatment {
    min-height: 112px;
  }
  .sv-catalog-treatment-photo {
    flex-basis: 104px;
  }
  .sv-catalog-treatment-copy {
    padding: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sv-catalog-photo img {
    transition: none;
  }
}

.sv-catalog-photo img[src="/images/services/hbot.png"] {
  object-position: 50% 85%;
}
@media (prefers-reduced-motion: reduce) {
  .sv-catalog-card {
    transition: none;
  }
}
.sv-page .bd-photo img[src="/images/services/hbot.png"] {
  object-fit: cover;
  object-position: 50% 85%;
}

@media (prefers-reduced-motion: reduce) {
  .sv-catalog-treatment {
    transition: none;
  }
}
