.service-catalog-v2-page {
  --ct-cream: #f6f2e9;
  --ct-ink: #191713;
  --ct-gold: #c9a86c;
  --ct-gold-dark: #9f7d43;
  --ct-line: #ddd4c5;
}

.service-catalog-v2-page .ct-hero { --pl-hero-position: center 48%; }
.service-catalog-v2-page .ct-hero .pl-hero__content { max-width: 860px; }
.ct-hero__award { display: flex; min-height: 42px; align-items: center; margin-top: 18px; }
.ct-hero__award img { width: auto; max-width: 230px; height: 46px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .9; }

.ct-choice { padding: clamp(72px, 8vw, 112px) 0; background: var(--ct-cream); }
.ct-choice__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ct-line); border-left: 1px solid var(--ct-line); }
.ct-choice__grid article { display: grid; min-width: 0; grid-template-columns: minmax(190px, .82fr) minmax(0, 1.18fr); min-height: 330px; background: #fff; border-right: 1px solid var(--ct-line); border-bottom: 1px solid var(--ct-line); }
.ct-choice__grid article > img { display: block; width: 100%; height: 100%; min-height: 330px; object-fit: cover; filter: brightness(.88) saturate(.84) sepia(.07); }
.ct-choice__grid article > div { display: flex; min-width: 0; flex-direction: column; padding: clamp(26px, 3vw, 42px); }
.ct-choice__grid small { color: var(--ct-gold-dark); font: 700 10px/1.2 Raleway, Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.ct-choice__grid h3 { margin: 20px 0 15px; color: var(--ct-ink); font: 500 clamp(29px, 2.5vw, 38px)/1 Cormorant Garamond, Georgia, serif; }
.ct-choice__grid p { margin: 0; color: var(--pl-muted); font: 400 13px/1.72 Raleway, Arial, sans-serif; }
.ct-choice__grid a { display: inline-flex; width: fit-content; align-items: center; gap: 9px; margin-top: auto; padding-top: 22px; color: var(--ct-gold-dark); font: 700 10px/1.2 Raleway, Arial, sans-serif; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }

.ct-group { scroll-margin-top: calc(var(--pl-header-offset) + 58px); }
.ct-group .ct-grid.pl-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ct-group .pl-service-card { background: #fff; }
.ct-group .pl-service-content { padding: 24px 20px; }
.ct-group .pl-service-topline span { max-width: 68%; }
.ct-group .pl-service-card h3 { min-height: 0; }
.ct-group .pl-service-options { margin-top: 2px; }
.ct-group .pl-service-actions a { min-height: 42px; font-size: 12px; }

/* Packages deliberately follows the Spa Menu 2026 service-card accent instead
   of the generic /test black-badge override emitted later by chrome.css. */
body.service-catalog-v2-page--packages .ct-group .pl-service-media__badge,
body.service-catalog-v2-page--packages #priority-service-dialog .service-dialog-media-copy > span {
  background: rgba(181, 50, 42, .9) !important;
}

.ct-canna { padding: clamp(38px, 4.5vw, 60px) 0; background: #0c0b09; }
.ct-canna a { position: relative; display: block; height: clamp(280px, 24vw, 340px); overflow: hidden; background: #19130d; border: 1px solid rgba(201,168,108,.38); text-decoration: none; }
.ct-canna picture, .ct-canna picture img { display: block; width: 100%; height: 100%; }
.ct-canna picture img { object-fit: cover; object-position: center; filter: brightness(.84) saturate(.82) sepia(.025); transition: transform .55s ease, filter .4s ease; }
.ct-canna a:hover picture img { transform: scale(1.018); filter: brightness(.78) saturate(.92) sepia(.02); }
.ct-canna a::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,4,4,.88) 0%, rgba(4,4,4,.72) 38%, rgba(4,4,4,.12) 76%, rgba(4,4,4,.04) 100%); content: ""; }
.ct-canna a > span { position: absolute; z-index: 1; bottom: clamp(22px, 2.8vw, 34px); left: clamp(24px, 3vw, 38px); display: grid; max-width: 560px; grid-template-columns: 1fr auto; gap: 9px 20px; align-items: end; color: #fff; }
.ct-canna a small { grid-column: 1 / -1; color: var(--ct-gold); font: 700 10px/1 Raleway, Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.ct-canna a strong { font: 500 clamp(28px, 3.3vw, 44px)/.98 Cormorant Garamond, Georgia, serif; }
.ct-canna a i { display: grid; width: 46px; height: 46px; place-items: center; color: #111; background: var(--ct-gold); }

.ct-experience { padding: clamp(78px, 9vw, 126px) 0; background: #fff; }
.ct-experience__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.ct-experience__grid > article { display: grid; min-width: 0; grid-template-rows: auto 1fr; background: var(--ct-cream); border: 1px solid var(--ct-line); }
.ct-experience__video > a { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #111; }
.ct-experience__video > a img { display: block; width: 100%; height: 100%; object-fit: cover; filter: brightness(.74) saturate(.8); }
.ct-experience__video > a span { position: absolute; inset: 50% auto auto 50%; display: grid; width: 60px; height: 60px; place-items: center; color: #111; background: var(--ct-gold); border-radius: 50%; transform: translate(-50%, -50%); }
.ct-experience__grid article > div { display: flex; min-width: 0; flex-direction: column; padding: clamp(28px, 3.5vw, 46px); }
.ct-experience__grid small { color: var(--ct-gold-dark); font: 700 10px/1.2 Raleway, Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.ct-experience__grid h3 { margin: 18px 0 14px; color: var(--ct-ink); font: 500 clamp(31px, 3vw, 43px)/1 Cormorant Garamond, Georgia, serif; }
.ct-experience__grid p { margin: 0; color: var(--pl-muted); font: 400 14px/1.72 Raleway, Arial, sans-serif; }
.ct-experience__reviews { grid-template-columns: minmax(190px, .7fr) minmax(0, 1.3fr); grid-template-rows: 1fr !important; }
.ct-experience__reviews > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; filter: brightness(.9) saturate(.84); }
.ct-location-links { display: flex !important; flex-direction: row !important; flex-wrap: wrap; gap: 8px; margin-top: 24px; padding: 0 !important; }
.ct-location-links a { padding: 9px 11px; color: var(--ct-ink); background: #fff; border: 1px solid var(--ct-line); font: 700 10px/1 Raleway, Arial, sans-serif; text-decoration: none; }
.ct-review-action { display: inline-flex; width: fit-content; align-items: center; gap: 9px; margin-top: auto; padding-top: 24px; color: var(--ct-gold-dark); font: 700 10px/1.2 Raleway, Arial, sans-serif; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }

.ct-quality { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); color: #fff; background: #11100e; }
.ct-quality__copy { display: grid; place-items: center; padding: clamp(68px, 8vw, 118px) clamp(28px, 7vw, 110px); }
.ct-quality__copy > div { width: 100%; max-width: 680px; }
.ct-quality h2 { margin: 0; color: #fff; font: 400 clamp(43px, 4.8vw, 66px)/.98 Cormorant Garamond, Georgia, serif; letter-spacing: -.025em; }
.ct-quality h2 em { color: var(--ct-gold); font-weight: 400; }
.ct-quality__copy > div > p:not(.pl-kicker) { max-width: 620px; margin: 25px 0 0; color: rgba(255,255,255,.67); font: 400 14px/1.78 Raleway, Arial, sans-serif; }
.ct-quality ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 31px 0 0; padding: 0; border-top: 1px solid rgba(201,168,108,.28); list-style: none; }
.ct-quality li { position: relative; padding: 17px 0 17px 18px; color: rgba(255,255,255,.82); border-bottom: 1px solid rgba(201,168,108,.22); font: 500 12px/1.45 Raleway, Arial, sans-serif; }
.ct-quality li::before { position: absolute; top: 22px; left: 0; width: 6px; height: 6px; background: var(--ct-gold); content: ""; transform: rotate(45deg); }
.ct-quality figure { min-width: 0; margin: 0; overflow: hidden; background: #211b14; }
.ct-quality figure img { display: block; width: 100%; height: 100%; min-height: 720px; object-fit: cover; filter: brightness(.74) saturate(.78) sepia(.09); }

.ct-faq .pl-faq-lead { max-width: 500px; margin-top: 24px; color: var(--pl-muted); font: 400 14px/1.75 Raleway, Arial, sans-serif; }
.ct-faq .pl-faq-list details > p { line-height: 1.76; }
.ct-faq .pl-faq-list--numbered summary { grid-template-columns: 38px minmax(0, 1fr) 24px; gap: 18px; }
.ct-faq .pl-faq-list--numbered summary > small {
  color: var(--ct-gold-dark);
  font: 700 10px/1 Raleway, Arial, sans-serif;
  letter-spacing: .12em;
}

@media (max-width: 1060px) {
  .ct-choice__grid article { grid-template-columns: 1fr; }
  .ct-choice__grid article > img { min-height: 250px; aspect-ratio: 16 / 10; }
  .ct-experience__reviews { grid-template-columns: 1fr; grid-template-rows: auto 1fr !important; }
  .ct-experience__reviews > img { aspect-ratio: 16 / 9; }
  .ct-quality { grid-template-columns: 1fr; }
  .ct-quality figure { order: -1; }
  .ct-quality figure img { min-height: 460px; max-height: 620px; }
}

@media (max-width: 980px) {
  .ct-group .ct-grid.pl-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ct-choice__grid, .ct-experience__grid { grid-template-columns: 1fr; }
  .ct-choice__grid article { grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr); }
  .ct-choice__grid article > img { height: 100%; min-height: 310px; aspect-ratio: auto; }
}

@media (max-width: 760px) {
  .ct-hero__award { margin-top: 14px; }
  .ct-hero__award img { height: 38px; max-width: 190px; }
  .ct-choice { padding-block: 66px; }
  .ct-choice__grid article { grid-template-columns: 1fr; min-height: 0; }
  .ct-choice__grid article > img { min-height: 0; aspect-ratio: 16 / 11; }
  .ct-choice__grid article > div { min-height: 265px; padding: 26px 22px; }
  .ct-group .ct-grid.pl-service-grid { grid-template-columns: 1fr; gap: 16px; }
  .ct-group .pl-service-card h3 { min-height: 0; }
  .ct-group .pl-service-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ct-canna { padding-block: 36px; }
  .ct-canna a { height: 300px; }
  .ct-canna picture img { object-position: 66% center; }
  .ct-canna a::after { background: linear-gradient(90deg, rgba(4,4,4,.87), rgba(4,4,4,.22)), linear-gradient(0deg, rgba(4,4,4,.68), transparent 72%); }
  .ct-canna a > span { right: auto; bottom: 22px; left: 24px; max-width: 235px; }
  .ct-canna a strong { font-size: 26px; }
  .ct-experience { padding-block: 68px; }
  .ct-experience__grid article > div { padding: 27px 22px; }
  .ct-experience__reviews { grid-template-columns: 1fr; }
  .ct-quality__copy { padding: 66px 20px; }
  .ct-quality ul { grid-template-columns: 1fr; }
  .ct-quality figure img { min-height: 330px; max-height: 430px; }
  .ct-faq .pl-faq-list--numbered summary { grid-template-columns: 28px minmax(0, 1fr) 20px; gap: 12px; }
}

@media (max-width: 420px) {
  .ct-group .pl-service-content { padding-inline: 18px; }
  .ct-canna a > span { grid-template-columns: 1fr; }
  .ct-canna a i { margin-top: 5px; }
}
