/* Shihan professional release layer, generated 2026-08-31. */

/* Detailed service editorial system, local candidate 2026-08-29 */
.service-depth-page .product-layout { border-bottom: 1px solid var(--line); }
.service-overview-band,
.service-decision-band,
.service-process-band,
.service-care-band { padding: 76px 0; }
.service-overview-band { background: var(--white); }
.service-decision-band { background: var(--ivory); }
.service-process-band { background: var(--espresso); color: var(--ivory); }
.service-care-band { background: var(--sand); }
.service-overview-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 72px; align-items: start; }
.service-overview-copy { max-width: 76ch; }
.service-overview-copy h2,
.service-comparison h2,
.service-process-layout > div h2,
.service-care-band .section-heading-compact h2 { font-size: 40px; line-height: 1.15; }
.service-depth-lead { font-family: var(--font-serif); font-size: 25px; line-height: 1.45; color: var(--rose-aa); }
.service-at-glance { position: sticky; top: 118px; padding-left: 28px; border-left: 3px solid var(--rose-aa); }
.service-at-glance h2 { margin-bottom: 22px; font-size: 28px; }
.service-at-glance dl { margin: 0 0 26px; }
.service-at-glance dl > div { padding: 13px 0; border-top: 1px solid var(--line); }
.service-at-glance dt { color: var(--rose-aa); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.service-at-glance dd { margin: 4px 0 0; line-height: 1.45; }
.service-focus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-focus-grid > div { padding: 27px 28px 27px 0; }
.service-focus-grid > div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.service-focus-grid b { color: var(--rose-aa); font-size: 14px; }
.service-focus-grid h3 { margin: 8px 0 8px; font-size: 23px; }
.service-focus-grid p { margin: 0; }
.service-comparison { max-width: 760px; margin-top: 44px; }
.service-comparison p:not(.kicker) { font-size: 20px; }
.service-process-layout { display: grid; grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); gap: 70px; align-items: start; }
.service-process-layout > div { position: sticky; top: 118px; }
.service-process-layout .kicker { color: #d8b9aa; }
.service-depth-steps { width: 100%; max-width: 760px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--light-line); }
.service-depth-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--light-line); }
.service-depth-steps span { color: #d8b9aa; font-weight: 800; }
.service-depth-steps h3 { margin: 0 0 6px; color: var(--white); font-size: 24px; }
.service-depth-steps p { margin: 0; color: #f2e9e4; }
.service-care-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 30px; }
.service-care-columns > div + div { padding-left: 56px; border-left: 1px solid var(--line); }
.service-care-columns h3 { margin-top: 0; font-size: 27px; }
.service-care-columns li + li { margin-top: 10px; }
.service-postpone { display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; margin-top: 48px; padding-top: 34px; border-top: 1px solid var(--line); }
.service-postpone h3 { margin: 4px 0 0; font-size: 26px; }
.service-postpone ul { margin: 0; }
.service-postpone li + li { margin-top: 9px; }
.service-safety-note { max-width: 760px; margin: 34px 0 0; padding: 18px 20px; border-left: 4px solid var(--rose-aa); background: var(--white); }
.service-faq-depth { background: var(--white); }
.service-faq-depth .service-faq-list { max-width: 980px; }
@media (max-width: 900px) {
  .service-overview-layout,
  .service-process-layout { grid-template-columns: 1fr; gap: 38px; }
  .service-at-glance,
  .service-process-layout > div { position: static; }
  .service-focus-grid { grid-template-columns: 1fr; }
  .service-focus-grid > div { padding: 23px 0; }
  .service-focus-grid > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .service-care-columns { grid-template-columns: 1fr; gap: 28px; }
  .service-care-columns > div + div { padding-top: 28px; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .service-postpone { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 680px) {
  .service-overview-band,
  .service-decision-band,
  .service-process-band,
  .service-care-band { padding: 52px 0; }
  .service-overview-copy h2,
  .service-comparison h2,
  .service-process-layout > div h2,
  .service-care-band .section-heading-compact h2 { font-size: 32px; }
  .service-depth-lead { font-size: 22px; }
  .service-at-glance { padding-left: 20px; }
  .service-depth-steps li { grid-template-columns: 42px 1fr; gap: 12px; }
}

/* Service detail visual refinement, local candidate 2026-08-29 */
.service-depth-page .service-product-layout {
  padding-block: 48px 60px;
}

.service-depth-page .product-layout-grid {
  width: min(calc(100% - 64px), 1240px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 58px;
}

.service-depth-page .product-gallery,
.service-depth-page .product-info {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.service-depth-page .product-main-image {
  border: 1px solid var(--line);
  background: var(--sand);
}

.service-depth-page .product-info {
  position: static;
  top: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
}

.service-depth-page .product-info .kicker {
  margin-bottom: 10px;
  font-size: 15px;
}

.service-depth-page .product-info h1 {
  max-width: 100%;
  margin-bottom: 18px;
  font-size: 44px;
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
}

.service-depth-page .product-intro {
  max-width: 58ch;
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1.55;
}

.service-depth-page .service-facts {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.service-depth-page .service-facts span {
  min-height: 102px;
  padding: 16px 24px 16px 0;
  line-height: 1.5;
}

.service-depth-page .service-facts span + span {
  padding-right: 0;
  padding-left: 24px;
}

.service-depth-page .service-facts b {
  margin-bottom: 5px;
}

.service-depth-page .product-primary-action {
  min-height: 52px;
  margin-bottom: 12px;
}

.service-depth-page .product-info > .text-link {
  min-height: 38px;
}

.service-depth-page .service-overview-band,
.service-depth-page .service-decision-band,
.service-depth-page .service-process-band,
.service-depth-page .service-care-band {
  padding-block: 66px;
}

.service-depth-page .service-overview-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  gap: 58px;
}

.service-depth-page .service-overview-copy h2,
.service-depth-page .service-comparison h2,
.service-depth-page .service-process-layout > div h2,
.service-depth-page .service-care-band .section-heading-compact h2 {
  font-size: 36px;
  line-height: 1.17;
}

.service-depth-page .service-depth-lead {
  font-size: 23px;
  line-height: 1.42;
}

.service-depth-page .service-at-glance {
  padding-left: 24px;
}

.service-depth-page .service-at-glance h2 {
  margin-bottom: 18px;
  font-size: 26px;
  line-height: 1.2;
}

.service-depth-page .section-heading-compact {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  align-items: start;
  gap: 54px;
  margin-bottom: 30px;
}

.service-depth-page .service-focus-grid {
  margin-top: 26px;
}

.service-depth-page .service-focus-grid > div {
  padding-block: 24px;
}

.service-depth-page .service-comparison {
  margin-top: 38px;
}

.service-depth-page .service-process-layout {
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
  gap: 58px;
}

.service-depth-page .service-depth-steps li {
  padding-block: 21px;
}

.service-depth-page .service-care-columns {
  gap: 46px;
  margin-top: 26px;
}

.service-depth-page .service-care-columns > div + div {
  padding-left: 46px;
}

.service-depth-page .service-postpone {
  margin-top: 42px;
  padding-top: 30px;
}

.service-depth-page .service-faq-section,
.service-depth-page .related-services-section {
  padding-block: 68px;
}

.service-depth-page .related-services-grid {
  gap: 20px;
}

.service-depth-page .related-service-card-copy {
  padding: 21px;
}

.privacy-banner {
  right: 20px;
  left: auto;
  width: min(520px, calc(100% - 40px));
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  padding: 16px 18px;
}

.privacy-banner p {
  font-size: 15px;
  line-height: 1.42;
}

.privacy-banner a {
  margin-top: 3px;
  font-size: 14px;
}

.privacy-banner-actions {
  justify-content: flex-end;
}

.privacy-banner .button {
  min-width: 122px;
  min-height: 40px;
  padding: 8px 14px;
  font-size: 15px;
}

@media (max-width: 1180px) {
  .service-depth-page .product-layout-grid {
    gap: 42px;
  }

  .service-depth-page .product-info h1 {
    font-size: 40px;
  }
}

@media (max-width: 980px) {
  .service-depth-page .service-product-layout {
    padding-block: 38px 54px;
  }

  .service-depth-page .product-layout-grid {
    width: min(calc(100% - 48px), 760px);
    grid-template-columns: 1fr;
    align-items: start;
    gap: 32px;
  }

  .service-depth-page .product-gallery,
  .service-depth-page .product-info {
    width: 100%;
    max-width: none;
  }

  .service-depth-page .product-info h1 {
    font-size: 40px;
  }

  .service-depth-page .service-overview-layout,
  .service-depth-page .service-process-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .service-depth-page .section-heading-compact {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-depth-page .service-at-glance,
  .service-depth-page .service-process-layout > div {
    position: static;
  }
}

@media (max-width: 680px) {
  .service-depth-page .service-product-layout {
    padding-block: 22px 42px;
  }

  .service-depth-page .product-layout-grid {
    width: min(calc(100% - 32px), 760px);
    gap: 24px;
  }

  .service-depth-page .product-main-image {
    max-height: none;
  }

  .service-depth-page .product-info .kicker {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .service-depth-page .product-info h1 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.1;
  }

  .service-depth-page .product-intro {
    margin-bottom: 22px;
    font-size: 17px;
  }

  .service-depth-page .service-facts {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .service-depth-page .service-facts span,
  .service-depth-page .service-facts span + span {
    min-height: 0;
    padding: 14px 0;
    border-right: 0;
  }

  .service-depth-page .service-facts span + span {
    border-top: 1px solid var(--line);
  }

  .service-depth-page .product-primary-action {
    min-height: 50px;
    margin-bottom: 10px;
  }

  .service-depth-page .service-overview-band,
  .service-depth-page .service-decision-band,
  .service-depth-page .service-process-band,
  .service-depth-page .service-care-band,
  .service-depth-page .service-faq-section,
  .service-depth-page .related-services-section {
    padding-block: 50px;
  }

  .service-depth-page .service-overview-copy h2,
  .service-depth-page .service-comparison h2,
  .service-depth-page .service-process-layout > div h2,
  .service-depth-page .service-care-band .section-heading-compact h2 {
    font-size: 30px;
  }

  .service-depth-page .service-depth-lead {
    font-size: 21px;
  }

  .service-depth-page .service-care-columns > div + div {
    padding-left: 0;
  }

  .privacy-banner {
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: auto;
    gap: 10px;
    padding: 13px 14px;
  }

  .privacy-banner p {
    font-size: 14px;
    line-height: 1.38;
  }

  .privacy-banner a {
    font-size: 13px;
  }

  .privacy-banner-actions {
    gap: 8px;
  }

  .privacy-banner .button {
    min-height: 40px;
    padding: 7px 9px;
    font-size: 14px;
  }
}

/* Shihan collection-page redesign - local draft, 2026-08-29 */

.collection-page {
  --collection-container: 1180px;
  --collection-gutter: max(24px, calc((100vw - var(--collection-container)) / 2));
  background: var(--white);
}

.collection-page main {
  background: var(--white);
}

/* Collection hero */
.collection-page .page-hero,
.collection-page.service-collection-page .page-hero {
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--espresso);
}

.collection-page .page-hero-inner,
.collection-page.service-collection-page .page-hero-inner {
  width: min(calc(100% - 48px), var(--collection-container));
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  align-items: center;
  gap: 56px;
  margin-inline: auto;
  padding-block: 48px;
}

.collection-page .page-hero-content,
.collection-page.service-collection-page .page-hero-content {
  width: auto;
  min-width: 0;
  padding: 0;
  color: var(--espresso);
}

.collection-page .page-hero-content > *,
.collection-page.service-collection-page .page-hero-content > * {
  width: min(100%, 660px);
}

.collection-page .page-hero .kicker,
.collection-page.service-collection-page .page-hero .kicker {
  color: var(--rose-aa);
  font-size: 14px;
}

.collection-page .page-hero h1,
.collection-page.service-collection-page .page-hero h1 {
  max-width: 14ch;
  color: var(--espresso);
  font-size: 48px;
  line-height: 1.05;
  overflow-wrap: normal;
  word-break: normal;
}

.collection-page .page-hero-content > p:not(.kicker),
.collection-page.service-collection-page .page-hero-content > p:not(.kicker) {
  max-width: 56ch;
  margin-top: 18px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.58;
}

.collection-page .page-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 26px;
}

.collection-page .page-hero .button,
.collection-page.service-collection-page .page-hero .button {
  min-height: 50px;
  border-color: var(--espresso);
  background: var(--espresso);
  color: var(--ivory);
}

.collection-page .page-hero .button:hover,
.collection-page.service-collection-page .page-hero .button:hover {
  background: var(--white);
  color: var(--espresso);
}

.collection-page .page-hero .text-link,
.collection-page.service-collection-page .page-hero .text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--espresso);
}

.collection-page .page-hero-media,
.collection-page.service-collection-page .page-hero-media {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 11;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #eef1ef;
}

.collection-page .page-hero-image,
.collection-page.service-collection-page .page-hero-image {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-position, center);
  opacity: 1;
}

/* HydraFacial demonstration */
.collection-page .treatment-video {
  padding-block: 56px;
  border-bottom: 1px solid var(--line);
  background: #f4f6f4;
}

.collection-page .treatment-video-grid {
  width: min(calc(100% - 48px), var(--collection-container));
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 52px;
}

.collection-page .treatment-video-copy h2 {
  max-width: 15ch;
  margin: 8px 0 14px;
  font-size: 34px;
}

.collection-page .treatment-video-copy p:not(.kicker) {
  max-width: 46ch;
  margin-bottom: 22px;
  font-size: 17px;
}

.collection-page .treatment-video-media {
  width: min(100%, 620px);
  justify-self: end;
  border: 1px solid rgba(42, 35, 32, 0.24);
  background: var(--espresso);
}

.collection-page .treatment-video video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Service category navigation */
.collection-page .service-category-nav-band {
  position: sticky;
  top: var(--site-header-height, 100px);
  z-index: 12;
  border-block: 0 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 24px rgba(42, 35, 32, 0.05);
}

.collection-page .service-category-nav {
  width: min(calc(100% - 48px), var(--collection-container));
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0;
}

.collection-page .service-category-nav > span {
  flex: 0 0 auto;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
}

.collection-page .service-category-nav > div {
  min-width: 0;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: thin;
}

.collection-page .service-category-nav a {
  min-height: 58px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 2px 0 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.collection-page .service-category-nav a:hover,
.collection-page .service-category-nav a[aria-current="page"] {
  border-color: var(--rose-aa);
  background: transparent;
  color: var(--espresso);
}

/* Service catalog introduction */
.collection-page.service-collection-page .collection-section {
  padding-block: 0;
  background: var(--white);
}

.collection-page.service-collection-page .collection-section > .container {
  width: 100%;
  max-width: none;
}

.collection-page .service-catalog-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 36px;
  padding: 58px var(--collection-gutter) 28px;
  background: var(--white);
}

.collection-page .service-catalog-header > div:first-child {
  max-width: 790px;
}

.collection-page .service-catalog-header h2 {
  max-width: 22ch;
  margin-bottom: 12px;
  font-size: 38px;
}

.collection-page .service-catalog-header p:not(.kicker) {
  max-width: 66ch;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.collection-page .service-catalog-count {
  width: auto;
  min-height: 0;
  display: flex;
  place-items: unset;
  align-items: baseline;
  gap: 9px;
  padding: 0 0 5px 22px;
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
  color: var(--espresso);
  text-align: left;
}

.collection-page .service-catalog-count strong {
  color: var(--espresso);
  font-size: 38px;
}

.collection-page .service-catalog-count span {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.collection-page .service-catalog-trust {
  display: flex;
  align-items: stretch;
  padding-inline: var(--collection-gutter);
  overflow-x: auto;
  border-block: 1px solid var(--line);
  background: #f4f6f4;
  scrollbar-width: thin;
}

.collection-page .service-catalog-trust span {
  min-width: 190px;
  min-height: 54px;
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 0;
  border-left: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.collection-page .service-catalog-trust span:last-child {
  border-right: 1px solid var(--line);
}

.collection-page .service-decision-panel {
  display: none;
}

/* Search and group controls */
.collection-page .service-control-panel {
  grid-template-columns: minmax(220px, 0.72fr) minmax(360px, 1.28fr);
  gap: 14px 42px;
  padding: 28px var(--collection-gutter) 24px;
  border-bottom: 1px solid var(--line);
  background: #f8f6f3;
}

.collection-page .service-control-heading h3 {
  font-size: 25px;
}

.collection-page .service-control-fields {
  align-self: end;
}

.collection-page .service-search-field,
.collection-page .service-group-field {
  min-height: 50px;
  background: var(--white);
}

.collection-page .service-control-feedback {
  min-height: 30px;
}

.collection-page .treatment-group-nav {
  gap: 0;
  padding: 0 var(--collection-gutter);
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  scrollbar-width: thin;
}

.collection-page .treatment-group-nav a {
  min-height: 50px;
  flex: 0 0 auto;
  padding: 11px 16px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
}

.collection-page .treatment-group-nav a:hover,
.collection-page .treatment-group-nav a[aria-current="location"] {
  border-color: var(--rose-aa);
  background: transparent;
  color: var(--espresso);
}

/* Service cards */
.collection-page .treatment-group {
  padding: 46px var(--collection-gutter) 58px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.collection-page .treatment-group:nth-child(even) {
  background: #fbfaf8;
}

.collection-page .treatment-group-heading {
  margin-bottom: 22px;
}

.collection-page .treatment-group-heading h3 {
  font-size: 29px;
}

.collection-page .treatment-group-heading > span {
  min-height: 36px;
  border-color: var(--line);
  background: transparent;
  font-size: 13px;
}

.collection-page .treatment-index-grid {
  width: min(100%, var(--collection-container));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.collection-page .treatment-index-grid:has(> .treatment-index-item:only-child) {
  max-width: 900px;
  grid-template-columns: minmax(0, 1fr);
}

.collection-page .treatment-index-grid:has(> .treatment-index-item:nth-child(2):last-child) {
  max-width: 920px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collection-page .treatment-index-item {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(42, 35, 32, 0.17);
  border-radius: 4px;
  background: var(--white);
  box-shadow: none;
}

.collection-page .treatment-index-item:hover {
  transform: translateY(-2px);
  border-color: rgba(42, 35, 32, 0.34);
  box-shadow: 0 14px 32px rgba(42, 35, 32, 0.09);
}

.collection-page .treatment-index-media {
  aspect-ratio: 16 / 10;
  background: #eef1ef;
}

.collection-page .treatment-index-media img {
  object-position: center;
}

.collection-page .treatment-index-copy {
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  padding: 20px;
}

.collection-page .treatment-index-meta {
  gap: 10px;
}

.collection-page .treatment-index-meta span {
  min-height: 0;
  padding: 0;
  border: 0;
  color: var(--rose-aa);
  font-size: 12px;
  line-height: 1.35;
}

.collection-page .treatment-index-meta .treatment-index-note {
  padding-left: 10px;
  border-left: 1px solid var(--line);
  color: var(--muted);
}

.collection-page .treatment-index-copy h3,
.collection-page .treatment-index-copy h4 {
  min-height: 0;
  font-size: 22px;
  line-height: 1.2;
}

.collection-page .treatment-index-copy p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.52;
}

.collection-page .treatment-index-actions {
  margin-top: 4px;
  padding-top: 14px;
}

.collection-page .treatment-index-actions .text-link,
.collection-page .treatment-book-link {
  min-height: 42px;
  font-size: 14px;
}

.collection-page .treatment-book-link {
  padding: 9px 13px;
}

.collection-page .treatment-index-grid:has(> .treatment-index-item:only-child) .treatment-index-item {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  grid-template-rows: 1fr;
}

.collection-page .treatment-index-grid:has(> .treatment-index-item:only-child) .treatment-index-media {
  height: 100%;
  min-height: 330px;
  aspect-ratio: auto;
}

/* Guidance and booking questions */
.collection-page .collection-guidance-section {
  padding-block: 64px;
  border-top: 0;
  background: #f4f6f4;
}

.collection-page .collection-guidance-grid {
  width: min(calc(100% - 48px), var(--collection-container));
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 68px;
}

.collection-page .collection-guidance-copy h2 {
  max-width: 14ch;
  font-size: 36px;
}

.collection-page .collection-guidance-copy > p:not(.kicker) {
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
}

.collection-page .collection-choice-list {
  border-top-color: rgba(42, 35, 32, 0.2);
}

.collection-page .collection-choice {
  grid-template-columns: minmax(130px, 0.38fr) minmax(0, 1fr);
  gap: 24px;
  padding: 17px 0;
  border-bottom-color: rgba(42, 35, 32, 0.18);
}

.collection-page .collection-choice h3 {
  font-size: 19px;
}

.collection-page .collection-choice p {
  font-size: 16px;
  line-height: 1.5;
}

.collection-page .service-faq-section {
  padding-block: 64px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.collection-page .service-faq-section > .container {
  width: min(calc(100% - 48px), 980px);
}

.collection-page .section-heading-compact {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: 46px;
  align-items: end;
  margin-bottom: 26px;
}

.collection-page .section-heading-compact h2 {
  font-size: 35px;
}

.collection-page .service-faq-list summary {
  min-height: 56px;
  padding-block: 15px;
  font-size: 17px;
}

.collection-page .service-faq-list details p {
  padding-bottom: 20px;
  font-size: 16px;
}

/* Shop and gift-card collections */
.collection-page.shop-collection-page .collection-section {
  padding-block: 58px 70px;
  background: var(--white);
}

.collection-page.shop-collection-page .collection-section > .container {
  width: min(calc(100% - 48px), var(--collection-container));
}

.collection-page.shop-collection-page .section-heading {
  margin-bottom: 28px;
}

.collection-page.shop-collection-page .section-heading h2 {
  font-size: 36px;
}

.collection-page .shop-perks {
  border-block: 0 1px solid var(--line);
  background: #f4f6f4;
}

.collection-page .shop-perks .container {
  width: min(calc(100% - 48px), var(--collection-container));
}

.collection-page .shop-perks .container > div {
  min-height: 72px;
  padding: 14px 24px;
  border-color: var(--line);
}

.collection-page .shop-perks b {
  color: var(--espresso);
  font-size: 14px;
}

.collection-page .shop-perks span {
  color: var(--muted);
  font-size: 14px;
}

.collection-page.shop-collection-page .page-hero-media {
  background: #f4f6f4;
}

.collection-page.shop-collection-page .page-hero-image {
  padding: 22px;
  object-fit: contain;
}

.collection-page .shop-toolbar {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.collection-page .shop-toolbar .container {
  width: min(calc(100% - 48px), var(--collection-container));
  min-height: 70px;
}

.collection-page .shop-filters {
  gap: 4px;
}

.collection-page .shop-filters > span {
  margin-right: 10px;
  font-size: 14px;
}

.collection-page .shop-filters button {
  min-height: 42px;
  padding: 8px 13px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
}

.collection-page .shop-filters button:hover,
.collection-page .shop-filters button.is-active {
  border-color: var(--rose-aa);
  background: transparent;
  color: var(--espresso);
}

.collection-page .product-grid-shop {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.collection-page .product-card.is-shop {
  border-radius: 4px;
  box-shadow: none;
}

.collection-page .product-card.is-shop:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(42, 35, 32, 0.09);
}

.collection-page .product-card.is-shop .product-card-media {
  aspect-ratio: 4 / 3;
  padding: 14px;
  background: #f4f6f4;
}

.collection-page .product-card.is-shop .product-card-copy {
  min-height: 0;
  padding: 20px;
}

.collection-page .product-card.is-shop h3 {
  min-height: 0;
  font-size: 22px;
  line-height: 1.22;
}

.collection-page .product-card.is-shop .product-card-description {
  font-size: 15px;
  line-height: 1.52;
}

.collection-page .product-card.is-shop .product-meta > span {
  color: var(--muted);
  font-size: 13px;
}

.collection-page.gift-card-collection-page .product-grid-shop {
  max-width: 900px;
  grid-template-columns: 1fr;
}

.collection-page.gift-card-collection-page .product-card.is-shop {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
}

.collection-page.gift-card-collection-page .product-card.is-shop .product-card-media {
  height: 100%;
  min-height: 340px;
  aspect-ratio: auto;
}

.collection-page.gift-card-collection-page .product-card.is-shop .product-card-copy {
  justify-content: center;
}

.collection-page.gift-card-collection-page .product-card.is-shop .product-card-description {
  flex: 0 0 auto;
}

.collection-page.gift-card-collection-page .product-card.is-shop .product-meta {
  margin-top: 24px;
}

.collection-page .shop-service-pair {
  padding-block: 64px;
  border-top: 1px solid var(--line);
  background: #f4f6f4;
}

.collection-page .shop-service-pair .container {
  width: min(calc(100% - 48px), var(--collection-container));
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
  gap: 58px;
}

.collection-page .shop-service-pair h2 {
  max-width: 16ch;
  font-size: 36px;
}

.collection-page .shop-service-pair img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Compact consent control */
.collection-page .privacy-banner {
  right: 16px;
  bottom: 16px;
  left: auto;
  width: min(500px, calc(100% - 32px));
  gap: 16px;
  padding: 16px;
  box-shadow: 0 16px 38px rgba(20, 16, 14, 0.24);
}

.collection-page .privacy-banner p,
.collection-page .privacy-banner a {
  font-size: 14px;
  line-height: 1.42;
}

.collection-page .privacy-banner-actions {
  flex: 0 0 auto;
  align-self: end;
}

.collection-page .privacy-banner .button {
  min-height: 42px;
  padding: 9px 14px;
  font-size: 14px;
}

@media (max-width: 1080px) {
  .collection-page .page-hero-inner,
  .collection-page.service-collection-page .page-hero-inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 38px;
  }

  .collection-page .page-hero h1,
  .collection-page.service-collection-page .page-hero h1 {
    font-size: 43px;
  }

  .collection-page .treatment-index-grid,
  .collection-page .product-grid-shop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-page .service-control-panel {
    grid-template-columns: 1fr;
  }

  .collection-page .service-control-feedback {
    grid-column: 1;
  }
}

@media (max-width: 820px) {
  .collection-page {
    --collection-gutter: 24px;
  }

  .collection-page .page-hero-inner,
  .collection-page.service-collection-page .page-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 38px;
  }

  .collection-page .page-hero-content,
  .collection-page.service-collection-page .page-hero-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .collection-page .page-hero-media,
  .collection-page.service-collection-page .page-hero-media {
    width: 100%;
    aspect-ratio: 16 / 10;
    margin: 0;
  }

  .collection-page .treatment-video-grid,
  .collection-page .collection-guidance-grid,
  .collection-page .section-heading-compact,
  .collection-page .shop-service-pair .container {
    grid-template-columns: 1fr;
  }

  .collection-page .treatment-video-media {
    justify-self: start;
  }

  .collection-page .service-category-nav-band {
    position: static;
  }

  .collection-page .service-category-nav {
    gap: 18px;
  }

  .collection-page .service-catalog-header {
    padding-top: 46px;
  }

  .collection-page .collection-guidance-grid {
    gap: 34px;
  }

  .collection-page .section-heading-compact {
    gap: 18px;
    align-items: start;
  }

  .collection-page.gift-card-collection-page .product-card.is-shop {
    grid-template-columns: 1fr;
  }

  .collection-page.gift-card-collection-page .product-card.is-shop .product-card-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 680px) {
  .collection-page {
    --collection-gutter: 16px;
  }

  .collection-page .page-hero-inner,
  .collection-page.service-collection-page .page-hero-inner {
    width: calc(100% - 32px);
    gap: 24px;
    padding-block: 30px;
  }

  .collection-page .page-hero h1,
  .collection-page.service-collection-page .page-hero h1 {
    font-size: 36px;
  }

  .collection-page .page-hero-content > p:not(.kicker),
  .collection-page.service-collection-page .page-hero-content > p:not(.kicker) {
    margin-top: 14px;
    font-size: 17px;
  }

  .collection-page .page-hero .hero-actions {
    align-items: stretch;
    margin-top: 22px;
  }

  .collection-page .page-hero .button {
    width: 100%;
  }

  .collection-page .page-hero .text-link {
    width: 100%;
    justify-content: center;
  }

  .collection-page .page-hero-media,
  .collection-page.service-collection-page .page-hero-media {
    aspect-ratio: 4 / 3;
  }

  .collection-page .treatment-video {
    padding-block: 40px;
  }

  .collection-page .treatment-video-grid {
    width: calc(100% - 32px);
    gap: 28px;
  }

  .collection-page .treatment-video-copy h2 {
    font-size: 30px;
  }

  .collection-page .treatment-video video {
    aspect-ratio: 4 / 3;
  }

  .collection-page .service-category-nav {
    width: 100%;
    gap: 0;
  }

  .collection-page .service-category-nav > span {
    display: none;
  }

  .collection-page .service-category-nav > div {
    width: 100%;
    gap: 20px;
    padding-inline: 16px;
  }

  .collection-page .service-category-nav a {
    min-height: 52px;
  }

  .collection-page .service-catalog-header {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 38px 16px 22px;
  }

  .collection-page .service-catalog-header h2 {
    font-size: 31px;
  }

  .collection-page .service-catalog-header p:not(.kicker) {
    font-size: 16px;
  }

  .collection-page .service-catalog-count {
    justify-self: start;
    padding: 0;
    border-left: 0;
  }

  .collection-page .service-catalog-count strong {
    font-size: 30px;
  }

  .collection-page .service-catalog-trust {
    padding-inline: 0;
  }

  .collection-page .service-catalog-trust span {
    min-width: auto;
    flex: 0 0 auto;
    min-height: 48px;
    padding-inline: 16px;
    border-left: 0;
    border-right: 1px solid var(--line);
    font-size: 13px;
  }

  .collection-page .service-control-panel {
    gap: 18px;
    padding: 24px 16px 20px;
  }

  .collection-page .service-control-heading h3 {
    font-size: 23px;
  }

  .collection-page .treatment-group-nav {
    padding-inline: 0;
  }

  .collection-page .treatment-group {
    padding: 34px 16px 42px;
  }

  .collection-page .treatment-group-heading {
    grid-template-columns: 1fr;
  }

  .collection-page .treatment-group-heading h3 {
    font-size: 26px;
  }

  .collection-page .treatment-index-grid,
  .collection-page .treatment-index-grid:has(> .treatment-index-item:nth-child(2):last-child),
  .collection-page .product-grid-shop {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .collection-page .treatment-index-grid:has(> .treatment-index-item:only-child) .treatment-index-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .collection-page .treatment-index-grid:has(> .treatment-index-item:only-child) .treatment-index-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .collection-page .treatment-index-copy {
    padding: 18px;
  }

  .collection-page .treatment-index-actions {
    align-items: center;
  }

  .collection-page .collection-guidance-section,
  .collection-page .service-faq-section {
    padding-block: 46px;
  }

  .collection-page .collection-guidance-grid,
  .collection-page .service-faq-section > .container,
  .collection-page.shop-collection-page .collection-section > .container,
  .collection-page .shop-perks .container,
  .collection-page .shop-toolbar .container,
  .collection-page .shop-service-pair .container {
    width: calc(100% - 32px);
  }

  .collection-page .collection-guidance-copy h2,
  .collection-page .section-heading-compact h2,
  .collection-page.shop-collection-page .section-heading h2,
  .collection-page .shop-service-pair h2 {
    font-size: 30px;
  }

  .collection-page .collection-choice {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-block: 15px;
  }

  .collection-page.shop-collection-page .collection-section {
    padding-block: 42px 50px;
  }

  .collection-page .shop-perks .container {
    grid-template-columns: 1fr;
  }

  .collection-page .shop-perks .container > div {
    min-height: 60px;
    padding-inline: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .collection-page .shop-toolbar .container {
    align-items: stretch;
    gap: 10px;
    padding-block: 14px;
  }

  .collection-page .shop-filters {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .collection-page .shop-filters > span {
    display: none;
  }

  .collection-page .shop-service-pair {
    padding-block: 46px;
  }

  .collection-page .shop-service-pair .container {
    gap: 30px;
  }

  .collection-page .privacy-banner {
    right: 8px;
    bottom: 8px;
    width: calc(100% - 16px);
    gap: 12px;
    padding: 13px;
  }

  .collection-page .privacy-banner p,
  .collection-page .privacy-banner a {
    font-size: 13px;
  }

  .collection-page .privacy-banner-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .collection-page .privacy-banner .button {
    width: 100%;
    min-width: 0;
    padding-inline: 8px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .collection-page .treatment-index-item,
  .collection-page .product-card.is-shop,
  .collection-page .treatment-index-media img,
  .collection-page .product-card-media img {
    transition: none;
  }
}

/* Shihan professional full-site redesign, local candidate 2026-08-31 */

.professional-release {
  --ivory: #faf7f2;
  --sand: #f1e9e1;
  --white: #ffffff;
  --espresso: #28221f;
  --ink: #453d38;
  --muted: #675f5a;
  --rose: #bd8f7b;
  --rose-aa: #7c4b3a;
  --sage: #53665b;
  --line: rgba(40, 34, 31, 0.14);
  --light-line: rgba(255, 255, 255, 0.2);
  --container: 1240px;
  --radius: 6px;
  --shadow: 0 18px 44px rgba(40, 34, 31, 0.11);
  background: var(--ivory);
  font-size: 17px;
}

.professional-release *,
.professional-release *::before,
.professional-release *::after {
  letter-spacing: 0;
}

.professional-release .container {
  width: min(calc(100% - 56px), var(--container));
}

.professional-release .section {
  padding-block: 78px;
}

.professional-release h1 {
  font-size: 56px;
  line-height: 1.06;
}

.professional-release h2 {
  font-size: 38px;
  line-height: 1.15;
}

.professional-release h3 {
  font-size: 23px;
}

.professional-release .kicker {
  margin-bottom: 10px;
  color: var(--rose-aa);
  font-size: 14px;
}

.professional-release .button,
.professional-release button,
.professional-release select,
.professional-release input,
.professional-release textarea,
.professional-release .text-link,
.professional-release .arrow-link,
.professional-release .card-action,
.professional-release .header-phone,
.professional-release .header-book,
.professional-release .desktop-nav > a,
.professional-release .mobile-nav a {
  min-height: 44px;
}

.professional-release .button,
.professional-release .header-book,
.professional-release input,
.professional-release select,
.professional-release textarea {
  border-radius: var(--radius);
}

.professional-release .button {
  padding: 12px 22px;
  font-size: 16px;
}

.professional-release .text-link {
  display: inline-flex;
  align-items: center;
}

.professional-release .section-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.professional-release .section-heading > p:last-child {
  font-size: 18px;
}

/* Global header and footer */
.professional-release .announcement {
  min-height: 34px;
  padding: 6px 24px;
  background: var(--espresso);
}

.professional-release .announcement p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.professional-release .site-header {
  background: rgba(250, 247, 242, 0.98);
  backdrop-filter: blur(12px);
}

.professional-release .header-inner {
  width: min(calc(100% - 56px), 1400px);
  min-height: 86px;
  grid-template-columns: 232px minmax(0, 1fr) auto;
  gap: 26px;
}

.professional-release .brand {
  width: 228px;
  gap: 12px;
}

.professional-release .brand-mark {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

.professional-release .brand-word {
  font-size: 35px;
}

.professional-release .desktop-nav {
  gap: 20px;
}

.professional-release .desktop-nav > a,
.professional-release .header-phone,
.professional-release .header-book {
  font-size: 16px;
}

.professional-release .desktop-nav > a {
  position: relative;
  border-bottom: 0;
}

.professional-release .desktop-nav > a::after {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--rose-aa);
  content: "";
  transition: transform var(--ease);
}

.professional-release .desktop-nav > a:hover::after,
.professional-release .desktop-nav > a.is-active::after {
  transform: scaleX(1);
}

.professional-release .header-actions {
  gap: 14px;
}

.professional-release .header-book {
  border-radius: var(--radius);
}

.professional-release .booking-strip {
  background: var(--sage);
}

.professional-release .booking-strip-inner {
  min-height: 160px;
}

.professional-release .booking-strip h2 {
  font-size: 30px;
}

.professional-release .booking-contact a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.professional-release .site-footer {
  background: #262e2a;
}

.professional-release .footer-grid {
  padding-block: 64px 48px;
}

.professional-release .footer-col > a,
.professional-release .footer-phone,
.professional-release .footer-socials a {
  min-height: 40px;
  display: flex;
  align-items: center;
}

/* Standard content heroes */
.professional-release .page-hero {
  background: var(--ivory);
}

.professional-release .page-hero-inner {
  min-height: 440px;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
}

.professional-release .page-hero-content {
  padding: 62px 64px 62px 0;
}

.professional-release .page-hero h1 {
  margin-bottom: 16px;
  font-size: 50px;
}

.professional-release .page-hero-content > p:not(.kicker) {
  max-width: 58ch;
  font-size: 18px;
}

.professional-release .page-hero-media {
  height: 440px;
  padding: 0;
  border-right: 0;
  background: var(--sand);
}

.professional-release .page-hero-image {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.professional-release .simple-hero {
  padding-block: 66px;
  background: var(--sand);
}

.professional-release .simple-hero .container {
  max-width: 980px;
}

/* Service detail pages */
.professional-release.page-type-service-detail .breadcrumbs {
  background: var(--white);
}

.professional-release .service-product-layout {
  padding-block: 54px 62px;
  border-bottom: 0;
  background: var(--white);
}

.professional-release .service-product-layout .product-layout-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 60px;
}

.professional-release .service-product-layout .product-main-image {
  min-height: 0;
  aspect-ratio: 6 / 5;
  border-radius: var(--radius);
  background: var(--sand);
}

.professional-release .service-product-layout .product-main-image.service-image-portrait {
  width: min(100%, 560px);
  min-height: 0;
  aspect-ratio: 3 / 4;
  margin-inline: auto;
}

.professional-release .service-product-layout .product-main-image.service-image-portrait img {
  object-position: center top;
}

.professional-release .service-product-layout .product-info {
  top: 112px;
  padding: 24px 0 0;
}

.professional-release .service-product-layout .product-info h1 {
  max-width: 100%;
  margin-bottom: 18px;
  font-size: 48px;
  overflow-wrap: normal;
}

.professional-release .service-product-layout .product-info h1.service-title-long {
  font-size: 42px;
}

.professional-release .service-product-layout .product-info h1.service-title-extra-long {
  font-size: 38px;
}

.professional-release .service-product-layout .product-intro {
  max-width: 56ch;
  margin-bottom: 24px;
  font-size: 18px;
}

.professional-release .service-product-layout .product-location {
  margin: -10px 0 20px;
  color: var(--muted);
  font-size: 15px;
}

.professional-release .service-product-layout .product-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 22px;
}

.professional-release .service-product-layout .service-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 24px;
  border-block: 1px solid var(--line);
}

.professional-release .service-product-layout .service-facts span {
  min-height: 76px;
  padding: 14px 18px 14px 0;
  border: 0;
}

.professional-release .service-product-layout .service-facts span:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.professional-release .service-product-layout .service-facts b {
  color: var(--rose-aa);
  font-size: 13px;
  text-transform: uppercase;
}

.professional-release .service-product-layout .product-primary-action {
  width: auto;
  min-width: 240px;
}

.service-page-nav {
  position: sticky;
  top: 86px;
  z-index: 20;
  border-block: 1px solid var(--line);
  background: rgba(250, 247, 242, 0.97);
  backdrop-filter: blur(10px);
}

.service-page-nav .container {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.service-page-nav-label {
  flex: 0 0 auto;
  margin-right: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-page-nav a {
  min-height: 44px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 10px 13px;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.service-page-nav a:hover,
.service-page-nav a.is-active {
  border-bottom-color: var(--rose-aa);
  color: var(--rose-aa);
}

.professional-release.page-type-service-detail section[id] {
  scroll-margin-top: 164px;
}

.professional-release .service-overview-band,
.professional-release .service-decision-band,
.professional-release .service-process-band,
.professional-release .service-care-band {
  padding-block: 68px;
}

.professional-release .service-overview-band {
  background: var(--ivory);
}

.professional-release .service-overview-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  gap: 62px;
}

.professional-release .service-overview-copy {
  max-width: 72ch;
}

.professional-release .service-overview-copy > p + p {
  margin-top: 16px;
}

.professional-release .service-depth-lead {
  margin-bottom: 22px;
  color: var(--rose-aa);
  font-size: 23px;
}

.professional-release .service-at-glance {
  position: sticky;
  top: 166px;
  padding: 28px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--rose-aa);
  border-radius: var(--radius);
  background: var(--white);
}

.professional-release .service-at-glance h2 {
  font-size: 26px;
}

.professional-release .service-at-glance .button {
  width: 100%;
}

.professional-release .service-decision-band {
  background: var(--white);
}

.professional-release .section-heading-compact {
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1.25fr);
  gap: 48px;
  align-items: start;
}

.professional-release .service-focus-grid {
  gap: 0;
  margin-top: 34px;
  border-block: 1px solid var(--line);
}

.professional-release .service-focus-grid > div {
  min-height: 190px;
  padding: 26px;
}

.professional-release .service-focus-grid > div:first-child {
  padding-left: 0;
}

.professional-release .service-comparison {
  max-width: 820px;
  margin-top: 38px;
  padding: 28px 30px;
  border-left: 3px solid var(--sage);
  background: var(--sand);
}

.professional-release .service-comparison h2 {
  font-size: 30px;
}

.professional-release .service-process-band {
  background: #3c4b43;
}

.professional-release .service-process-layout {
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 56px;
}

.professional-release .service-process-layout > div {
  top: 166px;
}

.professional-release .service-process-layout > div h2 {
  max-width: 10ch;
  color: #fffaf6;
}

.professional-release .service-process-layout > div > p:not(.kicker) {
  max-width: 36ch;
  color: #f5eee9;
}

.professional-release .service-process-layout .kicker,
.professional-release .service-depth-steps span {
  color: #f4d8ca;
}

.professional-release .service-depth-steps li {
  grid-template-columns: 48px 1fr;
  padding: 22px 0;
}

.professional-release .service-depth-steps h3 {
  font-size: 22px;
}

.professional-release .privacy-banner {
  right: clamp(12px, 2vw, 24px);
  bottom: clamp(12px, 2vw, 24px);
  left: auto;
  width: min(440px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  max-height: calc(100dvh - 24px);
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  padding: 16px;
  overflow: auto;
  box-sizing: border-box;
}

.professional-release .privacy-banner p,
.professional-release .privacy-banner a {
  overflow-wrap: anywhere;
}

.professional-release .privacy-banner-actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.professional-release .privacy-banner .button {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 9px 10px;
}

.professional-release .service-care-band {
  background: var(--sand);
}

.professional-release .service-care-columns {
  gap: 48px;
}

.professional-release .service-care-columns > div + div {
  padding-left: 48px;
}

.professional-release .service-faq-section,
.professional-release .related-services-section {
  padding-block: 64px;
}

.professional-release .service-faq-depth {
  background: var(--white);
}

.professional-release .service-faq-list summary {
  min-height: 62px;
}

.professional-release .related-services-grid {
  gap: 16px;
}

.professional-release .related-service-card,
.professional-release .related-service-card > a:first-child {
  border-radius: var(--radius);
}

.professional-release .related-service-card {
  overflow: hidden;
}

.professional-release .related-service-card-copy h3 a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.section-disclosure {
  display: none;
}

/* Collection page system */
.professional-release.collection-page,
.professional-release.collection-page main {
  background: var(--ivory);
}

.professional-release.collection-page .site-header {
  background: rgba(250, 247, 242, 0.98);
}

.professional-release.collection-page .page-hero,
.professional-release.collection-page.service-collection-page .page-hero {
  min-height: 0;
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
}

.professional-release.collection-page .page-hero-inner,
.professional-release.collection-page.service-collection-page .page-hero-inner {
  width: min(calc(100% - 56px), var(--container));
  min-height: 460px;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
  gap: 54px;
}

.professional-release.collection-page .page-hero-content,
.professional-release.collection-page.service-collection-page .page-hero-content {
  max-width: none;
  padding: 62px 0;
  color: var(--espresso);
}

.professional-release.collection-page .page-hero .kicker,
.professional-release.collection-page.service-collection-page .page-hero .kicker {
  color: var(--rose-aa);
}

.professional-release.collection-page .page-hero h1,
.professional-release.collection-page.service-collection-page .page-hero h1 {
  max-width: 11ch;
  color: var(--espresso);
  font-size: 52px;
}

.professional-release.collection-page .page-hero-content > p:not(.kicker),
.professional-release.collection-page.service-collection-page .page-hero-content > p:not(.kicker) {
  max-width: 56ch;
  color: var(--muted);
  font-size: 18px;
}

.professional-release.collection-page .page-hero .button,
.professional-release.collection-page.service-collection-page .page-hero .button {
  border-color: var(--espresso);
  background: var(--espresso);
  color: var(--ivory);
}

.professional-release.collection-page .page-hero .button:hover,
.professional-release.collection-page.service-collection-page .page-hero .button:hover {
  background: transparent;
  color: var(--espresso);
}

.professional-release.collection-page .page-hero .text-link,
.professional-release.collection-page.service-collection-page .page-hero .text-link {
  color: var(--espresso);
}

.professional-release.collection-page .page-hero-media,
.professional-release.collection-page.service-collection-page .page-hero-media {
  height: 460px;
  margin: 0;
  border: 0;
  background: var(--sand);
}

.professional-release.collection-page .page-hero-image,
.professional-release.collection-page.service-collection-page .page-hero-image {
  object-fit: cover;
}

.professional-release.collection-page .service-category-nav-band {
  top: 86px;
  box-shadow: 0 6px 20px rgba(40, 34, 31, 0.05);
}

.professional-release.collection-page .service-category-nav {
  min-height: 62px;
}

.professional-release.collection-page .service-category-nav a {
  min-height: 44px;
  border-radius: 4px;
}

.professional-release.collection-page.service-collection-page .collection-section {
  background: var(--white);
}

.professional-release.collection-page .service-catalog-header {
  padding: 64px max(28px, calc((100vw - var(--container)) / 2)) 30px;
  background: var(--white);
}

.professional-release.collection-page .service-catalog-header h2 {
  font-size: 38px;
}

.professional-release.collection-page .service-catalog-header p:not(.kicker) {
  max-width: 66ch;
  font-size: 18px;
}

.professional-release.collection-page .service-catalog-count {
  width: 112px;
  min-height: 112px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 0;
  border-radius: var(--radius);
  background: var(--sage);
  overflow: hidden;
}

.professional-release.collection-page .service-catalog-count strong {
  color: var(--ivory);
  font-size: 42px;
}

.professional-release.collection-page .service-catalog-count span {
  color: rgba(255, 255, 255, 0.78);
}

.professional-release.collection-page .service-catalog-trust {
  background: var(--sand);
}

.professional-release.collection-page .service-catalog-trust span {
  min-height: 66px;
  font-size: 15px;
}

.professional-release.collection-page .service-decision-panel {
  padding: 34px max(28px, calc((100vw - var(--container)) / 2));
  background: var(--sage);
}

.professional-release.collection-page .service-control-panel {
  padding: 24px max(28px, calc((100vw - var(--container)) / 2));
  background: var(--white);
}

.professional-release.collection-page .service-search-field input,
.professional-release.collection-page .service-group-field select {
  min-height: 46px;
  background: var(--ivory);
}

.professional-release.collection-page .treatment-group {
  padding: 52px max(28px, calc((100vw - var(--container)) / 2)) 60px;
}

.professional-release.collection-page .treatment-index-grid {
  gap: 20px;
}

.professional-release.collection-page .treatment-index-item {
  border-radius: var(--radius);
}

.professional-release.collection-page .treatment-index-media {
  aspect-ratio: 4 / 3;
}

.professional-release.collection-page .treatment-index-copy {
  padding: 22px;
}

.professional-release.collection-page .treatment-index-actions .text-link,
.professional-release.collection-page .treatment-book-link {
  min-height: 44px;
}

.professional-release.collection-page .treatment-book-link {
  padding: 10px 13px;
  border-radius: 4px;
}

.professional-release.collection-page .collection-guidance-section,
.professional-release.collection-page .service-faq-section {
  padding-block: 68px;
}

.professional-release.collection-page .collection-guidance-grid {
  gap: 56px;
}

.professional-release.collection-page .treatment-video {
  padding-block: 68px;
  background: var(--sand);
}

.professional-release.collection-page .treatment-video-grid {
  gap: 54px;
}

.professional-release.collection-page .treatment-video-media,
.professional-release.collection-page .treatment-video video {
  border-radius: var(--radius);
}

.professional-release.collection-compact .service-control-panel,
.professional-release.collection-compact .treatment-group-nav {
  display: none;
}

.professional-release.collection-compact .service-catalog-header {
  grid-template-columns: minmax(0, 1fr) auto;
}

.professional-release.collection-compact .treatment-index-grid,
.professional-release.collection-compact .treatment-index-grid:has(> .treatment-index-item:nth-child(2):last-child) {
  max-width: 1080px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.professional-release.collection-compact .treatment-index-item {
  grid-template-rows: auto 1fr;
}

.professional-release.collection-compact .treatment-index-media {
  aspect-ratio: 16 / 10;
}

.professional-release.collection-compact .treatment-group-heading {
  max-width: 1080px;
}

.professional-release.collection-hydrafacial .treatment-video {
  border-block: 1px solid var(--line);
}

.professional-release.collection-hydrafacial .treatment-video-grid {
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
}

.professional-release.collection-extensive .treatment-index-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Focused advertising landing pages */
.professional-release.landing-page {
  background: var(--white);
}

.professional-release .landing-header {
  background: rgba(250, 247, 242, 0.98);
  backdrop-filter: blur(12px);
}

.professional-release .landing-header-inner {
  min-height: 82px;
}

.professional-release .landing-hero {
  min-height: 610px;
}

.professional-release .landing-hero-shade {
  background: rgba(31, 29, 27, 0.54);
}

.professional-release .landing-hero-content {
  width: min(calc(100% - 56px), var(--container));
  padding-block: 92px;
}

.professional-release .landing-hero-content > * {
  max-width: 700px;
}

.professional-release .landing-hero-content h1 {
  max-width: 12ch;
  font-size: 58px;
}

.professional-release .landing-hero-content > p:not(.kicker, .landing-offer) {
  max-width: 58ch;
  font-size: 19px;
}

.professional-release .landing-offer {
  width: fit-content;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  background: rgba(40, 34, 31, 0.46);
}

.professional-release .landing-trust {
  background: var(--sand);
}

.professional-release .landing-trust > div {
  min-height: 94px;
}

.professional-release .landing-services {
  padding-block: 74px;
  background: var(--white);
}

.professional-release .landing-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.professional-release .landing-service-grid article {
  border-radius: var(--radius);
}

.professional-release .landing-service-grid article > a {
  grid-template-rows: 220px 1fr;
}

.professional-release .landing-service-grid article > a > div {
  min-height: 235px;
  padding: 24px;
}

.professional-release .landing-service-grid h3 {
  font-size: 24px;
}

.professional-release .landing-service-grid .arrow-link {
  margin-top: auto;
}

.professional-release .landing-contact-section {
  padding-block: 72px;
  background: var(--sage);
}

.professional-release .landing-contact-grid {
  gap: 58px;
}

.professional-release .landing-contact-copy {
  padding-right: 10px;
}

.professional-release .landing-contact-copy h2 {
  max-width: 13ch;
  font-size: 40px;
}

.professional-release .landing-form {
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(20, 28, 24, 0.18);
}

.professional-release .landing-form input,
.professional-release .landing-form select,
.professional-release .landing-form textarea {
  min-height: 48px;
}

.professional-release .landing-page .results-section,
.professional-release .nahid-feature,
.professional-release .landing-process,
.professional-release .landing-faq {
  padding-block: 72px;
}

.professional-release .landing-process {
  background: var(--sand);
}

.professional-release .landing-process li {
  border-radius: var(--radius);
}

.professional-release .landing-faq-list summary {
  min-height: 62px;
}

.professional-release .landing-mobile-actions a {
  min-height: 50px;
}

/* Retail product pages */
.professional-release.page-type-retail-product .breadcrumbs {
  background: var(--white);
}

.professional-release .retail-product-layout {
  padding-block: 58px;
  background: var(--white);
}

.professional-release .retail-product-layout .product-layout-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 66px;
}

.professional-release .retail-product-layout .product-main-image {
  min-height: 0;
  border-radius: var(--radius);
  background: var(--sand);
}

.professional-release .retail-product-layout .product-main-image img {
  inset: 7%;
  width: 86%;
  height: 86%;
  object-fit: contain;
}

.professional-release .retail-product-layout .product-main-image img[src*="shihan-retinol-titration-kit"],
.professional-release .retail-product-layout .product-main-image img[src*="shihan-acne-treatment-gel"] {
  inset: auto;
  width: min(65%, 255px);
  height: auto;
  max-height: 311px;
}

.professional-release .retail-product-layout .product-info {
  top: 112px;
  padding: 32px 0 0;
}

.professional-release .retail-product-layout .product-info h1 {
  margin-bottom: 18px;
  font-size: 44px;
}

.professional-release .retail-product-layout .product-pricing {
  margin: 24px 0 18px;
  padding-block: 16px;
  border-block: 1px solid var(--line);
}

.professional-release .retail-product-layout .product-primary-action {
  max-width: 360px;
}

.professional-release.collection-page .shop-filters button {
  min-width: 44px;
  min-height: 44px;
}

.retail-confidence {
  border-block: 1px solid var(--line);
  background: var(--sand);
}

.retail-confidence .container {
  min-height: 72px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.retail-confidence span {
  display: grid;
  place-items: center;
  padding: 14px 20px;
  border-right: 1px solid var(--line);
  color: var(--espresso);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.retail-confidence span:last-child {
  border-right: 0;
}

.professional-release.page-type-retail-product .product-content {
  padding-block: 72px;
}

.professional-release.page-type-retail-product .product-content-grid {
  gap: 64px;
}

.professional-release.page-type-retail-product .product-content aside {
  position: sticky;
  top: 112px;
  border-radius: var(--radius);
}

/* FAQ, legal, credentials, and sparse support pages */
.faq-tools {
  margin-bottom: 28px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--sand);
}

.faq-tools label {
  display: grid;
  gap: 8px;
  color: var(--espresso);
  font-weight: 700;
}

.faq-tools input {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: var(--white);
}

.faq-tools p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  justify-content: center;
  gap: 64px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 112px;
  padding: 20px 0;
  border-block: 1px solid var(--line);
}

.legal-toc strong {
  display: block;
  margin-bottom: 12px;
  color: var(--espresso);
}

.legal-toc a {
  min-height: 38px;
  display: flex;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.3;
}

.legal-toc a:hover {
  color: var(--rose-aa);
}

.legal-copy {
  min-width: 0;
}

.professional-release .legal-prose h2 {
  scroll-margin-top: 120px;
  font-size: 28px;
}

.credential-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto 28px;
  padding: 0 max(28px, calc((100vw - var(--container)) / 2));
}

.credential-filters button {
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--espresso);
  font-size: 14px;
  font-weight: 700;
}

.credential-filters button:hover,
.credential-filters button.is-active {
  border-color: var(--espresso);
  background: var(--espresso);
  color: var(--white);
}

.professional-release .credential-pillars article,
.professional-release .certificate-grid figure {
  border-radius: var(--radius);
}

.professional-release .certificate-grid {
  gap: 18px;
}

.professional-release .certificate-grid figure {
  overflow: hidden;
}

.professional-release .certificate-grid figcaption {
  min-height: 78px;
  display: flex;
  align-items: center;
}

.professional-release .certificate-grid figure[hidden] {
  display: none;
}

.professional-release .not-found-page {
  min-height: 560px;
  padding: 76px 0;
  background: var(--ivory);
  color: var(--espresso);
}

.professional-release .not-found-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
  gap: 76px;
  align-items: center;
}

.professional-release .not-found-copy > b {
  color: var(--rose-aa);
  font-size: 76px;
}

.professional-release .not-found-copy h1 {
  max-width: 10ch;
  color: var(--espresso);
  font-size: 50px;
}

.professional-release .not-found-copy p {
  max-width: 48ch;
  color: var(--muted);
}

.professional-release .not-found-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.professional-release .not-found-options a {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.professional-release .not-found-options a:nth-child(even) {
  border-right: 0;
}

.professional-release .not-found-options a:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.professional-release .not-found-options strong {
  color: var(--espresso);
  font-family: var(--font-serif);
  font-size: 24px;
}

.professional-release .not-found-options span {
  color: var(--muted);
  font-size: 15px;
}

.professional-release .not-found-options a:hover {
  background: var(--sand);
}

/* Responsive layout */
@media (max-width: 1180px) {
  .professional-release .header-inner {
    grid-template-columns: 210px minmax(0, 1fr) auto;
    gap: 18px;
  }

  .professional-release .desktop-nav {
    gap: 14px;
  }

  .professional-release .desktop-nav > a,
  .professional-release .header-phone,
  .professional-release .header-book {
    font-size: 15px;
  }

  .professional-release .header-phone {
    display: none;
  }

  .professional-release .service-product-layout .product-layout-grid,
  .professional-release .retail-product-layout .product-layout-grid {
    gap: 46px;
  }
}

@media (max-width: 980px) {
  .professional-release .landing-service-grid.pmu-service-grid {
    grid-template-columns: 1fr;
  }

  .professional-release .container,
  .professional-release.collection-page .page-hero-inner,
  .professional-release.collection-page.service-collection-page .page-hero-inner,
  .professional-release .landing-hero-content {
    width: min(calc(100% - 40px), var(--container));
  }

  .professional-release .header-inner {
    width: calc(100% - 40px);
    min-height: 78px;
    grid-template-columns: 1fr auto;
  }

  .professional-release .brand {
    width: auto;
  }

  .professional-release .desktop-nav,
  .professional-release .header-actions {
    display: none;
  }

  .professional-release .menu-toggle {
    display: grid;
  }

  .service-page-nav,
  .professional-release.collection-page .service-category-nav-band {
    top: 78px;
  }

  .professional-release .page-hero-inner,
  .professional-release.collection-page .page-hero-inner,
  .professional-release.collection-page.service-collection-page .page-hero-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .professional-release .page-hero-content,
  .professional-release.collection-page .page-hero-content,
  .professional-release.collection-page.service-collection-page .page-hero-content {
    padding: 54px 0 44px;
  }

  .professional-release .page-hero-media,
  .professional-release.collection-page .page-hero-media,
  .professional-release.collection-page.service-collection-page .page-hero-media {
    height: 420px;
  }

  .professional-release .service-product-layout .product-layout-grid,
  .professional-release .retail-product-layout .product-layout-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .professional-release .service-product-layout .product-main-image,
  .professional-release .retail-product-layout .product-main-image {
    min-height: 0;
  }

  .professional-release .service-product-layout .product-info,
  .professional-release .retail-product-layout .product-info,
  .professional-release.page-type-retail-product .product-content aside {
    position: static;
    padding-top: 0;
  }

  .professional-release .service-product-layout .product-info {
    order: -1;
  }

  .professional-release .service-overview-layout,
  .professional-release .service-process-layout,
  .professional-release.collection-hydrafacial .treatment-video-grid,
  .professional-release .landing-contact-grid,
  .professional-release .legal-layout,
  .professional-release .not-found-layout {
    grid-template-columns: 1fr;
  }

  .professional-release .service-at-glance,
  .professional-release .service-process-layout > div,
  .legal-toc {
    position: static;
  }

  .professional-release .service-focus-grid,
  .professional-release .landing-service-grid,
  .professional-release.collection-extensive .treatment-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .professional-release .service-focus-grid > div:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .professional-release .landing-service-grid article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .professional-release .legal-layout {
    gap: 34px;
  }

  .legal-toc {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px 0;
  }

  .legal-toc strong {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin: 0 8px 0 0;
  }

  .legal-toc a {
    min-height: 44px;
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: var(--white);
  }
}

@media (max-width: 680px) {
  .professional-release {
    font-size: 16px;
  }

  .professional-release .container,
  .professional-release.collection-page .page-hero-inner,
  .professional-release.collection-page.service-collection-page .page-hero-inner,
  .professional-release .landing-hero-content {
    width: min(calc(100% - 32px), var(--container));
  }

  .professional-release .section {
    padding-block: 56px;
  }

  .professional-release h1 {
    font-size: 40px;
  }

  .professional-release h2 {
    font-size: 31px;
  }

  .professional-release .announcement {
    padding-inline: 16px;
  }

  .professional-release .announcement p {
    font-size: 13px;
  }

  .professional-release .header-inner {
    width: calc(100% - 28px);
    min-height: 72px;
  }

  .professional-release .brand-word {
    font-size: 31px;
  }

  .professional-release .brand-mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .professional-release .brand-sub {
    font-size: 9px;
  }

  .service-page-nav,
  .professional-release.collection-page .service-category-nav-band {
    top: 72px;
  }

  .service-page-nav .container {
    min-height: 54px;
    width: 100%;
    padding-inline: 12px;
  }

  .service-page-nav-label {
    display: none;
  }

  .service-page-nav a {
    padding-inline: 11px;
    font-size: 14px;
  }

  .professional-release .page-hero h1,
  .professional-release.collection-page .page-hero h1,
  .professional-release.collection-page.service-collection-page .page-hero h1 {
    max-width: 100%;
    font-size: 39px;
  }

  .professional-release .page-hero-content,
  .professional-release.collection-page .page-hero-content,
  .professional-release.collection-page.service-collection-page .page-hero-content {
    padding: 44px 0 34px;
  }

  .professional-release .page-hero-media,
  .professional-release.collection-page .page-hero-media,
  .professional-release.collection-page.service-collection-page .page-hero-media {
    height: 330px;
  }

  .professional-release .service-product-layout,
  .professional-release .retail-product-layout {
    padding-block: 30px 44px;
  }

  .professional-release .service-product-layout .product-main-image {
    aspect-ratio: 4 / 3;
  }

  .professional-release .service-product-layout .product-info h1,
  .professional-release .retail-product-layout .product-info h1 {
    max-width: 100%;
    font-size: 38px;
  }

  .professional-release .service-product-layout .product-info h1.service-title-long {
    font-size: 34px;
  }

  .professional-release .service-product-layout .product-info h1.service-title-extra-long {
    font-size: 31px;
  }

  .professional-release .service-product-layout .service-facts {
    grid-template-columns: 1fr;
  }

  .professional-release .service-product-layout .service-facts span,
  .professional-release .service-product-layout .service-facts span:nth-child(even) {
    min-height: 0;
    padding: 12px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .professional-release .service-product-layout .service-facts span:last-child {
    border-bottom: 0;
  }

  .professional-release .service-product-layout .product-primary-action,
  .professional-release .retail-product-layout .product-primary-action {
    width: 100%;
    min-width: 0;
  }

  .professional-release .service-overview-band,
  .professional-release .service-decision-band,
  .professional-release .service-process-band,
  .professional-release .service-care-band,
  .professional-release .service-faq-section,
  .professional-release .related-services-section,
  .professional-release.collection-page .collection-guidance-section,
  .professional-release.collection-page .service-faq-section,
  .professional-release.collection-page .treatment-video,
  .professional-release .landing-services,
  .professional-release .landing-contact-section,
  .professional-release .landing-page .results-section,
  .professional-release .nahid-feature,
  .professional-release .landing-process,
  .professional-release .landing-faq {
    padding-block: 52px;
  }

  .professional-release .service-overview-layout,
  .professional-release .service-process-layout {
    gap: 34px;
  }

  .professional-release .service-depth-lead {
    font-size: 20px;
  }

  .professional-release .service-at-glance {
    padding: 22px;
  }

  .professional-release .section-heading-compact {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .professional-release .service-focus-grid,
  .professional-release .service-care-columns,
  .professional-release .service-postpone,
  .professional-release .landing-service-grid,
  .professional-release.collection-compact .treatment-index-grid,
  .professional-release.collection-compact .treatment-index-grid:has(> .treatment-index-item:nth-child(2):last-child),
  .professional-release.collection-extensive .treatment-index-grid,
  .retail-confidence .container,
  .professional-release .not-found-options {
    grid-template-columns: 1fr;
  }

  .professional-release .service-focus-grid > div,
  .professional-release .service-focus-grid > div:first-child,
  .professional-release .service-focus-grid > div + div,
  .professional-release .service-focus-grid > div:nth-child(3) {
    min-height: 0;
    grid-column: auto;
    padding: 22px 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .professional-release .service-focus-grid > div:last-child {
    border-bottom: 0;
  }

  .professional-release .service-care-columns {
    gap: 30px;
  }

  .professional-release .service-care-columns > div + div {
    padding: 28px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .professional-release .service-comparison {
    padding: 22px;
  }

  .professional-release .service-depth-steps li {
    grid-template-columns: 38px 1fr;
  }

  .professional-release .section-collapsible {
    padding-top: 0;
  }

  .section-disclosure {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border: 0;
    border-block: 1px solid var(--line);
    border-radius: 0;
    background: var(--white);
    color: var(--espresso);
    font-weight: 700;
    text-align: left;
  }

  .section-disclosure::after {
    font-size: 22px;
    content: "+";
  }

  .section-disclosure[aria-expanded="true"]::after {
    content: "-";
  }

  .section-collapsible > .container {
    padding-top: 46px;
  }

  .section-collapsible.is-collapsed > .container {
    display: none;
  }

  .professional-release.collection-page .service-category-nav {
    width: 100%;
    min-height: 58px;
    grid-template-columns: 1fr;
    gap: 0;
    padding-inline: 12px;
  }

  .professional-release.collection-page .service-category-nav > span {
    display: none;
  }

  .professional-release.collection-page .service-catalog-header {
    grid-template-columns: 1fr;
    padding: 48px 16px 24px;
  }

  .professional-release.collection-page .service-catalog-count {
    width: 100%;
    min-height: 68px;
    grid-template-columns: auto auto;
    gap: 8px;
  }

  .professional-release.collection-page .service-catalog-count strong {
    font-size: 34px;
  }

  .professional-release.collection-page .service-catalog-count span {
    margin: 0;
  }

  .professional-release.collection-page .service-catalog-trust {
    grid-template-columns: 1fr 1fr;
  }

  .professional-release.collection-page .service-catalog-trust span {
    border-bottom: 1px solid var(--line);
  }

  .professional-release.collection-page .service-decision-panel,
  .professional-release.collection-page .service-control-panel,
  .professional-release.collection-page .treatment-group {
    padding-right: 16px;
    padding-left: 16px;
  }

  .professional-release.collection-page .treatment-index-media,
  .professional-release.collection-compact .treatment-index-media {
    aspect-ratio: 4 / 3;
  }

  .professional-release .landing-hero {
    min-height: 570px;
  }

  .professional-release .landing-hero-content {
    padding-block: 68px;
  }

  .professional-release .landing-hero-content h1 {
    max-width: 100%;
    font-size: 40px;
  }

  .professional-release .landing-trust {
    grid-template-columns: 1fr 1fr;
  }

  .professional-release .landing-service-grid article:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .professional-release .landing-service-grid article > a {
    grid-template-rows: 210px auto;
  }

  .professional-release .landing-service-grid article > a > div {
    min-height: 0;
  }

  .professional-release .landing-contact-copy h2 {
    max-width: 100%;
    font-size: 34px;
  }

  .professional-release .landing-form {
    padding: 22px;
  }

  .retail-confidence span {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .retail-confidence span:last-child {
    border-bottom: 0;
  }

  .credential-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-inline: 16px;
  }

  .credential-filters button {
    flex: 0 0 auto;
  }

  .professional-release .not-found-page {
    padding: 54px 0;
  }

  .professional-release .not-found-layout {
    gap: 38px;
  }

  .professional-release .not-found-copy > b {
    font-size: 62px;
  }

  .professional-release .not-found-copy h1 {
    max-width: 100%;
    font-size: 40px;
  }

  .professional-release .not-found-options a,
  .professional-release .not-found-options a:nth-child(even),
  .professional-release .not-found-options a:nth-last-child(-n + 2) {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .professional-release .not-found-options a:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .professional-release *,
  .professional-release *::before,
  .professional-release *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
