/* CSS ROLE: page-specific legacy CSS for body-massage-nyc.html.
   Generated during CSS architecture split from darlings-pages.css.
   Keep only selectors scoped to body.page-body-massage-nyc. */

body.page-body-massage-nyc .divider {
    width: 48px;
    height: 1px;
    background: #9b7e58;
    margin: clamp(32px,6vw,48px) auto;
    opacity: 0.65;
}

body.page-body-massage-nyc .gallery {
    padding: 0 0 clamp(40px,6vw,64px);
}

body.page-body-massage-nyc .carousel-wrap {
    position: relative;
    overflow: hidden;
}

body.page-body-massage-nyc .carousel-track {
    display: flex;
    gap: clamp(8px,1.5vw,12px);
    will-change: transform;
    padding: 0 clamp(16px,4vw,48px);
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

body.page-body-massage-nyc .carousel-track.dragging {
    cursor: grabbing;
}

body.page-body-massage-nyc .carousel-slide {
    flex-shrink: 0;
    width: clamp(260px,72vw,420px);
    aspect-ratio: 4/5;
    overflow: hidden;
    background: #e8e5df;
    cursor: pointer;
}

body.page-body-massage-nyc .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    transition: transform .35s ease;
}

body.page-body-massage-nyc .carousel-slide:hover img {
    transform: scale(1.03);
}

body.page-body-massage-nyc .carousel-fade-l,
body.page-body-massage-nyc .carousel-fade-r {
    display: none;
}

body.page-body-massage-nyc .carousel-arrows {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: clamp(16px,3vw,24px);
}

body.page-body-massage-nyc .carr-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #d9d3c8;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    -webkit-tap-highlight-color: transparent;
}

body.page-body-massage-nyc .carr-btn:hover,
body.page-body-massage-nyc .carr-btn:active {
    background: #1c1813;
    border-color: #1c1813;
}

body.page-body-massage-nyc .carr-btn:hover svg path,
body.page-body-massage-nyc .carr-btn:active svg path {
    stroke: #f0eeea;
}

body.page-body-massage-nyc .lb {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(12,10,8,0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

body.page-body-massage-nyc .lb.open {
    opacity: 1;
    pointer-events: all;
}

body.page-body-massage-nyc .lb-img {
    max-width: 92vw;
    max-height: 88svh;
    object-fit: contain;
    display: block;
    transform: scale(0.94);
    transition: transform .35s ease;
}

body.page-body-massage-nyc .lb.open .lb-img {
    transform: scale(1);
}

body.page-body-massage-nyc .lb-close {
    position: absolute;
    top: clamp(16px,4vw,28px);
    right: clamp(16px,4vw,28px);
    width: 40px;
    height: 40px;
    border: 1px solid rgba(240,238,234,0.3);
    border-radius: 50%;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    transition: background .2s;
}

body.page-body-massage-nyc .lb-close:hover {
    background: rgba(240,238,234,0.1);
}

body.page-body-massage-nyc .lb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 clamp(12px,3vw,24px);
    pointer-events: none;
}

body.page-body-massage-nyc .lb-btn {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(240,238,234,0.25);
    border-radius: 50%;
    background: rgba(240,238,234,0.06);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
    transition: background .2s;
}

body.page-body-massage-nyc .lb-btn:hover {
    background: rgba(240,238,234,0.15);
}

body.page-body-massage-nyc .lb-counter {
    position: absolute;
    bottom: clamp(16px,4vw,28px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(240,238,234,0.4);
    font-family: "DM Sans",sans-serif;
}

body.page-body-massage-nyc .book-cta {
    text-align: center;
    padding: clamp(32px,6vw,48px) 24px;
}

body.page-body-massage-nyc .book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #9b7e58;
    color: #f0eeea;
    font-size: 10px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 16px 48px;
    text-decoration: none;
    transition: background .25s;
    font-family: "DM Sans",sans-serif;
}

body.page-body-massage-nyc .book-btn:hover,
body.page-body-massage-nyc .book-btn:active {
    background: #9b7e58;
}

body.page-body-massage-nyc .section-label {
    font-size: 9px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #9b7e58;
    margin-bottom: clamp(24px,4vw,36px);
    display: block;
}

body.page-body-massage-nyc .pr {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 13px 0;
    border-bottom: 1px solid #e8e3da;
    gap: 16px;
}

body.page-body-massage-nyc .pr:last-of-type {
    border-bottom: none;
}

body.page-body-massage-nyc .pr-n {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1c1813;
    flex: 1;
    font-weight: 400;
    line-height: 1.6;
}

body.page-body-massage-nyc .pr-s {
    display: block;
    font-size: 9px;
    letter-spacing: 1.5px;
    color: #a89b8c;
    margin-top: 2px;
}

body.page-body-massage-nyc .pr-p {
    font-family: "EB Garamond",serif;
    font-size: 20px;
    font-weight: 400;
    color: #1c1813;
    white-space: nowrap;
}

body.page-body-massage-nyc .cards-section {
    padding: clamp(48px,8vw,80px) clamp(20px,5vw,48px);
    background: #e8e5df;
    border-top: 1px solid #d9d3c8;
    border-bottom: 1px solid #d9d3c8;
}

body.page-body-massage-nyc .cards-inner {
    max-width: 760px;
    margin: 0 auto;
}

body.page-body-massage-nyc .cards-header {
    margin-bottom: clamp(32px,5vw,48px);
}

body.page-body-massage-nyc .cards-label {
    font-size: 9px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #9b7e58;
    display: block;
    margin-bottom: 10px;
}

body.page-body-massage-nyc .cards-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(28px,6vw,44px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.05;
}

body.page-body-massage-nyc .videos-resp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px,3vw,32px);
}

@media (max-width:640px) {
  body.page-body-massage-nyc .videos-resp {
          grid-template-columns: 1fr;
          gap: 28px;
          max-width: 100%;
      }
}

@media (min-width: 761px) {
  body.page-body-massage-nyc .carousel-wrap,
  body.page-body-massage-nyc .carousel-arrows,
  body.page-body-massage-nyc .book-cta,
  body.page-body-massage-nyc .cards-inner,
  body.page-body-massage-nyc .massage-reviews-inner {
          width: min(100%, 760px);
          max-width: 760px;
          margin-left: auto;
          margin-right: auto;
      }
}

@media (min-width: 761px) {
  body.page-body-massage-nyc .carousel-arrows {
          padding-left: 0;
          padding-right: 0;
      }
}

@media (min-width: 761px) {
  body.page-body-massage-nyc .carousel-track {
          padding-left: 0;
          padding-right: 0;
      }
}

body.page-body-massage-nyc .massage-tabs-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 calc(clamp(20px,5vw,48px) * -1);
    padding: 0 clamp(20px,5vw,48px) 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body.page-body-massage-nyc .massage-tabs-wrap::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

body.page-body-massage-nyc .massage-tabs {
    display: flex;
    gap: 14px;
    min-width: max-content;
}

body.page-body-massage-nyc .massage-tabs-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 14px;
}

body.page-body-massage-nyc .massage-tabs-arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.page-body-massage-nyc .massage-tabs-arrow {
    width: 38px;
    height: 38px;
    border: 1px solid #d9d3c8;
    border-radius: 50%;
    background: transparent;
    color: #1c1813;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color .22s ease, background .22s ease, color .22s ease, opacity .22s ease;
    -webkit-tap-highlight-color: transparent;
}

body.page-body-massage-nyc .massage-tabs-arrow:hover,
body.page-body-massage-nyc .massage-tabs-arrow:focus-visible {
    border-color: #1c1813;
    background: #1c1813;
    color: #f0eeea;
}

body.page-body-massage-nyc .massage-tabs-arrow.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

body.page-body-massage-nyc .massage-tabs-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    flex: 1;
    min-height: 14px;
}

body.page-body-massage-nyc .massage-tabs-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(155,126,88,0.28);
    cursor: pointer;
    padding: 0;
    transition: transform .2s ease, background .2s ease;
    -webkit-tap-highlight-color: transparent;
}

body.page-body-massage-nyc .massage-tabs-dot.is-active {
    background: #9b7e58;
    transform: scale(1.15);
}

body.page-body-massage-nyc .massage-tabs-dot:hover,
body.page-body-massage-nyc .massage-tabs-dot:focus-visible {
    background: rgba(155,126,88,0.68);
}

body.page-body-massage-nyc .massage-tab {
    min-width: 210px;
    max-width: 210px;
    border: 1px solid #d9d3c8;
    background: #f0eeea;
    padding: 18px 18px 20px;
    text-align: left;
    cursor: pointer;
    transition: border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
    -webkit-tap-highlight-color: transparent;
}

body.page-body-massage-nyc .massage-tab:hover,
body.page-body-massage-nyc .massage-tab:focus-visible {
    border-color: #9b7e58;
    transform: none;
    box-shadow: inset 0 0 0 1px #9b7e58;
}

body.page-body-massage-nyc .massage-tab.is-active {
    background: #d9d3c8;
    border-color: #9b7e58;
    box-shadow: 0 12px 24px rgba(155,126,88,0.18);
}

body.page-body-massage-nyc .massage-tab-title {
    display: block;
    font-family: "EB Garamond",serif;
    font-size: 24px;
    line-height: 1.02;
    color: #1c1813;
    margin-bottom: 12px;
}

body.page-body-massage-nyc .massage-tab.is-active .massage-tab-title {
    color: #1c1813;
}

body.page-body-massage-nyc .massage-tab-short {
    display: block;
    font-size: 12px;
    line-height: 1.75;
    color: #6e6660;
}

body.page-body-massage-nyc .massage-tab.is-active .massage-tab-short {
    color: rgba(28,24,19,0.78);
}

body.page-body-massage-nyc .massage-detail {
    margin-top: clamp(24px,4vw,36px);
    background: #f0eeea;
    border: 1px solid #d9d3c8;
    padding: clamp(24px,4vw,36px);
}

body.page-body-massage-nyc .massage-detail-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

body.page-body-massage-nyc .massage-detail-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(28px,5vw,40px);
    line-height: 0.98;
    font-weight: 400;
    color: #1c1813;
    margin-bottom: 10px;
}

body.page-body-massage-nyc .massage-detail-price {
    font-size: 10px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #9b7e58;
    line-height: 1.9;
}

body.page-body-massage-nyc .massage-detail-body {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr);
    gap: clamp(22px,3vw,34px);
    align-items: start;
}

body.page-body-massage-nyc .massage-detail-desc {
    font-size: 14px;
    line-height: 1.85;
    color: #4a4540;
    margin-bottom: 18px;
    max-width: 46ch;
}

body.page-body-massage-nyc .massage-detail-grid {
    display: grid;
    gap: 18px;
}

body.page-body-massage-nyc .massage-detail-right {
    display: grid;
    gap: 18px;
}

body.page-body-massage-nyc .massage-detail-col {
    border-top: 1px solid #d9d3c8;
    padding-top: 18px;
}

body.page-body-massage-nyc .massage-detail-kicker {
    display: block;
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9b7e58;
    margin-bottom: 14px;
}

body.page-body-massage-nyc .massage-detail-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.page-body-massage-nyc .massage-detail-list-split {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 18px;
    row-gap: 12px;
}

body.page-body-massage-nyc .massage-detail-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

body.page-body-massage-nyc .massage-detail-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9b7e58;
    margin-top: 8px;
    flex-shrink: 0;
}

body.page-body-massage-nyc .massage-detail-text {
    font-size: 14px;
    line-height: 1.82;
    color: #4a4540;
}

body.page-body-massage-nyc .massage-detail-text strong {
    color: #1c1813;
    font-weight: 400;
}

body.page-body-massage-nyc .massage-detail-note {
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.7;
    color: #6e6660;
}

body.page-body-massage-nyc .massage-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.page-body-massage-nyc .massage-detail-tag {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 9px 12px;
    border: 1px solid #d9d3c8;
    background: #f8f6f2;
    font-size: 12px;
    line-height: 1.45;
    color: #4a4540;
}

body.page-body-massage-nyc .massage-detail-cta {
    flex-shrink: 0;
}

body.page-body-massage-nyc .massage-detail-empty {
    font-size: 13px;
    line-height: 1.8;
    color: #6e6660;
}

body.page-body-massage-nyc .massage-reviews-section {
    padding: clamp(64px,10vw,92px) clamp(20px,5vw,48px);
    background: #f0eeea;
}

body.page-body-massage-nyc .massage-reviews-inner {
    margin: 0 auto;
}

body.page-body-massage-nyc .massage-reviews-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: clamp(28px,5vw,40px);
}

body.page-body-massage-nyc .massage-reviews-label {
    display: block;
    font-size: 9px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #9b7e58;
    margin-bottom: 10px;
}

body.page-body-massage-nyc .massage-reviews-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(28px,6vw,44px);
    line-height: 0.98;
    font-weight: 400;
    color: #1c1813;
}

body.page-body-massage-nyc .massage-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}

body.page-body-massage-nyc .massage-reviews-extra {
    display: none;
    grid-column: 1 / -1;
}

body.page-body-massage-nyc .massage-reviews-extra.open {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}

body.page-body-massage-nyc .massage-review-card {
    background: #f8f6f2;
    border: 1px solid #d9d3c8;
    padding: 22px 22px 24px;
}

body.page-body-massage-nyc .massage-review-name {
    font-family: "EB Garamond",serif;
    font-size: 24;
    line-height: 1.02;
    font-weight: 400;
    color: #9b7e58;
    margin-bottom: 14px;
}

body.page-body-massage-nyc .massage-review-text {
    font-size: 14px;
    line-height: 1.9;
    color: #4a4540;
}

body.page-body-massage-nyc .massage-promo-section {
    padding: clamp(52px,8vw,76px) clamp(20px,5vw,48px);
    background: #f0eeea;
}

body.page-body-massage-nyc .massage-promo-inner,
body.page-body-massage-nyc .massage-story-inner,
body.page-body-massage-nyc .massage-directions-inner {
    max-width: 760px;
    margin: 0 auto;
}

body.page-body-massage-nyc .massage-promo-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}

body.page-body-massage-nyc .massage-promo-card {
    background: #f8f6f2;
    border: 1px solid rgba(155,126,88,0.58);
    border-radius: 20px;
    padding: clamp(24px,4vw,32px);
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

body.page-body-massage-nyc .massage-promo-card:hover {
    border-color: #9b7e58;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(28,24,19,0.06);
}

body.page-body-massage-nyc .massage-promo-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(24px,2vw,24px);
    line-height: 1.0;
    font-weight: 400;
    color: #1c1813;
}

body.page-body-massage-nyc .massage-promo-text {
    font-size: 14px;
    line-height: 1.85;
    color: #4a4540;
}

body.page-body-massage-nyc .massage-promo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: auto;
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid #9b7e58;
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1c1813;
    text-decoration: none;
    transition: background .22s ease, color .22s ease, border-color .22s ease;
}

body.page-body-massage-nyc .massage-promo-link:hover {
    background: #9b7e58;
    color: #f0eeea;
}

body.page-body-massage-nyc .massage-booking-block,
body.page-body-massage-nyc .massage-policy-block {
    margin-top: 16px;
    background: #e8e5df;
    border: 1px solid #d9d3c8;
    border-radius: 22px;
    padding: clamp(24px,4vw,34px);
    display: grid;
    grid-template-columns: minmax(0,1.15fr) auto;
    gap: 20px;
    align-items: center;
}

body.page-body-massage-nyc .massage-policy-block {
    background: #f8f6f2;
}

body.page-body-massage-nyc .massage-booking-title,
body.page-body-massage-nyc .massage-policy-title,
body.page-body-massage-nyc .massage-story-title,
body.page-body-massage-nyc .massage-directions-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(32px,4.8vw,44px);
    line-height: 0.98;
    font-weight: 400;
    color: #1c1813;
    margin-bottom: 12px;
}

body.page-body-massage-nyc .massage-booking-text,
body.page-body-massage-nyc .massage-policy-text,
body.page-body-massage-nyc .massage-story-text,
body.page-body-massage-nyc .massage-directions-copy {
    font-size: 14px;
    line-height: 1.9;
    color: #4a4540;
    max-width: 56ch;
}

body.page-body-massage-nyc .massage-story-section,
body.page-body-massage-nyc .massage-directions-section {
    padding: clamp(56px,9vw,84px) clamp(20px,5vw,48px);
    background: #f0eeea;
}

body.page-body-massage-nyc .massage-story-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
}

body.page-body-massage-nyc .massage-directions-grid {
    display: grid;
    grid-template-columns: minmax(0,1.1fr) minmax(280px,0.9fr);
    gap: clamp(24px,4vw,48px);
    align-items: start;
}

body.page-body-massage-nyc .massage-story-card,
body.page-body-massage-nyc .massage-quickfacts {
    background: #e8e5df;
    border: 1px solid #d9d3c8;
    padding: clamp(24px,4vw,34px);
}

body.page-body-massage-nyc .massage-story-copy {
    display: grid;
    gap: 20px;
    max-width: 60ch;
}

body.page-body-massage-nyc .massage-story-list {
    display: grid;
    gap: 14px;
}

body.page-body-massage-nyc .massage-story-item {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 18px;
    padding-top: 14px;
    border-top: 1px solid #d9d3c8;
}

body.page-body-massage-nyc .massage-story-term {
    font-size: 10px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #9b7e58;
}

body.page-body-massage-nyc .massage-story-value {
    font-size: 14px;
    line-height: 1.85;
    color: #4a4540;
}

body.page-body-massage-nyc .massage-quickfacts {
    border-left: 1px solid #9b7e58;
}

body.page-body-massage-nyc .massage-quickfacts-label {
    display: block;
    font-size: 9px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #9b7e58;
    margin-bottom: 18px;
}

body.page-body-massage-nyc .massage-quickfacts-list {
    display: grid;
    gap: 20px;
    margin-bottom: 24px;
}

body.page-body-massage-nyc .massage-quickfacts-item {
    font-size: 14px;
    line-height: 1.75;
    color: #4a4540;
}

body.page-body-massage-nyc .massage-quickfacts-item strong {
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
    color: #1c1813;
}

body.page-body-massage-nyc .massage-reviews-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 32px;
    border: 1px solid #9b7e58;
    background: transparent;
    color: #1c1813;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .22s ease, color .22s ease;
}

body.page-body-massage-nyc .massage-reviews-more-btn:hover {
    background: #9b7e58;
    color: #f0eeea;
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-tab {
          min-width: 170px;
          max-width: 170px;
          padding: 16px;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-tab-title {
          font-size: 22px;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-detail {
          padding: 22px 20px;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-detail-top {
          flex-direction: column;
          align-items: flex-start;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-detail-cta .book-btn,
  body.page-body-massage-nyc .massage-policy-block .book-btn,
  body.page-body-massage-nyc .massage-booking-block .book-btn,
  body.page-body-massage-nyc .massage-quickfacts .book-btn {
          width: 100%;
          justify-content: center;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-detail-body,
  body.page-body-massage-nyc .massage-detail-grid,
  body.page-body-massage-nyc .massage-detail-right,
  body.page-body-massage-nyc .massage-detail-list-split,
  body.page-body-massage-nyc .massage-story-grid,
  body.page-body-massage-nyc .massage-directions-grid {
          grid-template-columns: 1fr;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-detail-desc {
          max-width: none;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-detail-tags {
          gap: 8px;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-tabs-nav {
          gap: 14px;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-tabs-dots {
          gap: 7px;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-reviews-head {
          flex-direction: column;
          align-items: flex-start;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-reviews-head .book-btn {
          width: 100%;
          justify-content: center;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-reviews-grid,
  body.page-body-massage-nyc .massage-promo-grid,
  body.page-body-massage-nyc .massage-booking-block,
  body.page-body-massage-nyc .massage-policy-block,
  body.page-body-massage-nyc .massage-story-item {
          grid-template-columns: 1fr;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-reviews-extra.open {
          grid-template-columns: 1fr;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-promo-link,
  body.page-body-massage-nyc .massage-booking-block .book-btn {
          width: 100%;
          justify-content: center;
      }
}

@media (max-width: 760px) {
  body.page-body-massage-nyc .massage-story-item {
          gap: 8px;
      }
}

body.page-body-massage-nyc .massage-finder-section {
    padding: clamp(64px,10vw,92px) clamp(20px,5vw,48px);
    background: #e8e5df;
}

body.page-body-massage-nyc .massage-finder-inner {
    max-width: 760px;
    margin: 0 auto;
}

body.page-body-massage-nyc .massage-finder-sub {
    font-size: 14px;
    line-height: 1.85;
    color: #4a4540;
    margin-top: 14px;
    max-width: 56ch;
}

body.page-body-massage-nyc .massage-finder-goals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: clamp(28px,4vw,40px);
}

body.page-body-massage-nyc .massage-finder-goal {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid #d9d3c8;
    background: #f0eeea;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4a4540;
    cursor: pointer;
    transition: border-color .22s ease,background .22s ease,color .22s ease;
    -webkit-tap-highlight-color: transparent;
    font-family: inherit;
}

body.page-body-massage-nyc .massage-finder-goal:hover,
body.page-body-massage-nyc .massage-finder-goal:focus-visible {
    border-color: #9b7e58;
    color: #1c1813;
}

body.page-body-massage-nyc .massage-finder-goal.is-selected {
    background: #9b7e58;
    border-color: #9b7e58;
    color: #f0eeea;
}

body.page-body-massage-nyc .massage-finder-goal.is-disabled,
body.page-body-massage-nyc .massage-finder-goal:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

body.page-body-massage-nyc .massage-finder-result {
    margin-top: clamp(32px,5vw,48px);
}

body.page-body-massage-nyc .massage-finder-empty {
    font-size: 20px;
    line-height: 1.65;
    color: #a89b8c;
    font-style: italic;
    font-family: "EB Garamond",serif;
    padding: clamp(24px,4vw,40px);
    border: 1px dashed #d9d3c8;
    text-align: center;
    display: block;
}

body.page-body-massage-nyc .massage-finder-result-inner {
    display: grid;
    gap: 0;
}

body.page-body-massage-nyc .massage-finder-label {
    display: block;
    font-size: 9px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #9b7e58;
    margin-bottom: clamp(16px,3vw,24px);
}

body.page-body-massage-nyc .massage-finder-cards {
    display: grid;
    gap: 12px;
}

body.page-body-massage-nyc .massage-finder-card {
    background: #f8f6f2;
    border: 1px solid #d9d3c8;
    padding: clamp(22px,4vw,32px);
    display: flex;
    flex-direction: column;
    gap: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .32s ease,transform .32s ease,border-color .22s ease;
}

body.page-body-massage-nyc .massage-finder-card.is-visible {
    opacity: 1;
    transform: none;
}

body.page-body-massage-nyc .massage-finder-card:hover {
    border-color: #9b7e58;
}

body.page-body-massage-nyc .massage-finder-card-badge {
    display: inline-block;
    font-size: 9px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #9b7e58;
    margin-bottom: 10px;
}

body.page-body-massage-nyc .massage-finder-card-name {
    font-family: "EB Garamond",serif;
    font-size: clamp(26px,4vw,38px);
    line-height: 0.98;
    font-weight: 400;
    color: #1c1813;
    margin-bottom: 10px;
}

body.page-body-massage-nyc .massage-finder-card-desc {
    font-size: 13px;
    line-height: 1.85;
    color: #4a4540;
    max-width: 46ch;
}

body.page-body-massage-nyc .massage-finder-combine {
    margin-top: 16px;
    padding-top: 18px;
    border-top: 1px solid #d9d3c8;
}

body.page-body-massage-nyc .massage-finder-combine-text {
    font-family: "EB Garamond",serif;
    font-size: 18px;
    line-height: 1.65;
    color: #6e6660;
    font-style: italic;
}

body.page-body-massage-nyc .massage-finder-combine-text strong {
    font-style: normal;
    color: #1c1813;
    font-weight: 400;
}

body.page-body-massage-nyc .massage-finder-goal {
    align-items: center;
    padding: 0 20px;
    min-height: 48px;
}

body.page-body-massage-nyc .mf-clear-row {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
    min-height: 32px;
}

body.page-body-massage-nyc .mf-clear-row.visible {
    display: flex;
}

body.page-body-massage-nyc .mf-clear-summary {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #6e6660;
    line-height: 1.5;
}

body.page-body-massage-nyc .mf-reset-btn {
    flex-shrink: 0;
    background: none;
    border: none;
    padding: 0;
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #9b7e58;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-family: inherit;
    transition: color .2s;
}

body.page-body-massage-nyc .mf-reset-btn:hover {
    color: #1c1813;
}

body.page-body-massage-nyc .mf-selection-summary {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #6e6660;
    margin-bottom: 18px;
    line-height: 1.7;
    border-left: 2px solid #9b7e58;
    padding-left: 12px;
}

body.page-body-massage-nyc .massage-finder-blocks {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

body.page-body-massage-nyc .massage-finder-block {
    padding-top: 12px;
    border-top: 1px solid #d9d3c8;
}

body.page-body-massage-nyc .mf-block-label {
    display: block;
    font-size: 9px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #9b7e58;
    margin-bottom: 5px;
}

body.page-body-massage-nyc .mf-block-text {
    font-size: 13px;
    line-height: 1.85;
    color: #4a4540;
    margin: 0;
}

body.page-body-massage-nyc .massage-finder-cta-row {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    flex-shrink: 0;
}

body.page-body-massage-nyc .mf-secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border: 1px solid #d9d3c8;
    background: transparent;
    font-size: 10px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #1c1813;
    text-decoration: none;
    font-family: "DM Sans",sans-serif;
    transition: border-color .22s,background .22s,color .22s;
    white-space: nowrap;
}

body.page-body-massage-nyc .mf-secondary-cta:hover {
    border-color: #9b7e58;
    background: #9b7e58;
    color: #f0eeea;
}

@media (max-width:600px) {
  body.page-body-massage-nyc .massage-finder-goals {
          display: grid;
          grid-template-columns: repeat(2,minmax(0,1fr));
          gap: 12px;
          align-items: stretch;
      }
}

@media (max-width:600px) {
  body.page-body-massage-nyc .massage-finder-goal {
          width: 100%;
          min-height: 72px;
          padding: 16px 14px;
          justify-content: center;
          text-align: center;
          white-space: normal;
          line-height: 1.35;
          font-size: 10px;
          letter-spacing: 1.7px;
      }
}

@media (max-width:600px) {
  body.page-body-massage-nyc .massage-finder-card {
          grid-template-columns: 1fr;
      }
}

@media (max-width:600px) {
  body.page-body-massage-nyc .massage-finder-card .book-btn {
          width: 100%;
          justify-content: center;
      }
}

@media (max-width:600px) {
  body.page-body-massage-nyc .massage-finder-cta-row {
          flex-direction: column;
      }
}

@media (max-width:600px) {
  body.page-body-massage-nyc .massage-finder-cta-row .book-btn,
  body.page-body-massage-nyc .mf-secondary-cta {
          width: 100%;
          justify-content: center;
      }
}

@media (max-width:600px) {
  body.page-body-massage-nyc .mf-clear-row {
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
      }
}

@supports not (overflow: clip) {
  body.page-body-massage-nyc main {
          overflow-x: hidden;
      }
}

body.page-body-massage-nyc .massage-story-swipe-hint {
    display: none;
}

body.page-body-massage-nyc .massage-story-cards-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body.page-body-massage-nyc .massage-story-cards-wrap::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

body.page-body-massage-nyc .massage-story-cards {
    display: flex;
    gap: 16px;
    min-width: max-content;
    scroll-snap-type: x proximity;
}

body.page-body-massage-nyc .massage-story-card-slide {
    min-width: 240px;
    max-width: 240px;
    scroll-snap-align: start;
    background: #e8e5df;
    border: 1px solid #d9d3c8;
    padding: 24px 22px;
}

body.page-body-massage-nyc .massage-story-card-slide .massage-story-term {
    display: block;
    margin-bottom: 10px;
}

body.page-body-massage-nyc .massage-reviews-more {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

body.page-body-massage-nyc .massage-directions-copy--compact {
    margin-top: 16px;
    max-width: 44ch;
}

body.page-body-massage-nyc .massage-directions-grid {
    gap: 32px;
}

body.page-body-massage-nyc .massage-quickfacts-list {
    gap: 14px;
}

@media (max-width:760px) {
  body.page-body-massage-nyc .massage-story-swipe-hint {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 12px;
          margin: -4px 0 14px;
          font-size: 10px;
          letter-spacing: 2.6px;
          text-transform: uppercase;
          color: #9b7e58;
      }
}

@media (max-width:760px) {
  body.page-body-massage-nyc .massage-story-swipe-arrow {
          font-size: 16px;
          line-height: 1;
      }
}

@media (max-width:760px) {
  body.page-body-massage-nyc .massage-story-cards-wrap {
          margin-right: -20px;
          padding-right: 20px;
      }
}

@media (max-width:760px) {
  body.page-body-massage-nyc .massage-story-cards {
          gap: 12px;
      }
}

@media (max-width:760px) {
  body.page-body-massage-nyc .massage-story-card-slide {
          min-width: 82vw;
          max-width: 82vw;
      }
}

body.page-body-massage-nyc .u-body-massage-nyc-001 {
    font-family: 'EB Garamond',serif;
    font-style: italic;
    font-size: 14px;
    color: #a89b8c;
    line-height: 1.7;
    padding-top: 8px;
}

body.page-body-massage-nyc .u-body-massage-nyc-002 {
    padding: clamp(64px,12vw,96px) clamp(20px,5vw,48px);
    text-align: center;
}

body.page-body-massage-nyc .u-body-massage-nyc-003 {
    font-size: 9px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #9b7e58;
    display: block;
    margin-bottom: clamp(36px,6vw,52px);
}

body.page-body-massage-nyc .u-body-massage-nyc-004 {
    position: relative;
    padding-bottom: 56.25%;
    cursor: pointer;
    overflow: hidden;
    background: #1c1813;
}

body.page-body-massage-nyc .u-body-massage-nyc-005 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

body.page-body-massage-nyc .u-body-massage-nyc-006 {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.18);
    pointer-events: none;
}

body.page-body-massage-nyc .u-body-massage-nyc-007 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

body.page-body-massage-nyc .u-body-massage-nyc-008 {
    position: relative;
    padding-bottom: 56.25%;
    cursor: pointer;
    overflow: hidden;
    background: #1c1813;
}

body.page-body-massage-nyc .u-body-massage-nyc-009 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

body.page-body-massage-nyc .u-body-massage-nyc-010 {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.18);
    pointer-events: none;
}

body.page-body-massage-nyc .u-body-massage-nyc-011 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
