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

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

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

body.page-four-hands-manicure-pedicure-nyc .carousel-wrap {
    position: relative;
    overflow: hidden;
}

body.page-four-hands-manicure-pedicure-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-four-hands-manicure-pedicure-nyc .carousel-track.dragging {
    cursor: grabbing;
}

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

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

body.page-four-hands-manicure-pedicure-nyc .carousel-slide:hover img {
    transform: scale(1.03);
}

body.page-four-hands-manicure-pedicure-nyc .carousel-fade-l,
body.page-four-hands-manicure-pedicure-nyc .carousel-fade-r {
    display: none;
}

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

body.page-four-hands-manicure-pedicure-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-four-hands-manicure-pedicure-nyc .carr-btn:hover,
body.page-four-hands-manicure-pedicure-nyc .carr-btn:active {
    background: #1c1813;
    border-color: #1c1813;
}

body.page-four-hands-manicure-pedicure-nyc .carr-btn:hover svg path,
body.page-four-hands-manicure-pedicure-nyc .carr-btn:active svg path {
    stroke: #f0eeea;
}

body.page-four-hands-manicure-pedicure-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-four-hands-manicure-pedicure-nyc .lb.open {
    opacity: 1;
    pointer-events: all;
}

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

body.page-four-hands-manicure-pedicure-nyc .lb.open .lb-img {
    transform: scale(1);
}

body.page-four-hands-manicure-pedicure-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-four-hands-manicure-pedicure-nyc .lb-close:hover {
    background: rgba(240,238,234,0.1);
}

body.page-four-hands-manicure-pedicure-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-four-hands-manicure-pedicure-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-four-hands-manicure-pedicure-nyc .lb-btn:hover {
    background: rgba(240,238,234,0.15);
}

body.page-four-hands-manicure-pedicure-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-four-hands-manicure-pedicure-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-four-hands-manicure-pedicure-nyc .pr {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 13px 0;
    border-bottom: 1px solid #e8e3da;
    gap: 16px;
}

body.page-four-hands-manicure-pedicure-nyc .pr:last-of-type {
    border-bottom: none;
}

body.page-four-hands-manicure-pedicure-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-four-hands-manicure-pedicure-nyc .pr-p {
    font-family: "EB Garamond",serif;
    font-size: 20px;
    font-weight: 400;
    color: #1c1813;
    white-space: nowrap;
}

body.page-four-hands-manicure-pedicure-nyc .pr-note {
    font-family: "EB Garamond",serif;
    font-style: italic;
    font-size: 13px;
    color: #a89b8c;
    padding: 8px 0 4px;
    line-height: 1.8;
}

body.page-four-hands-manicure-pedicure-nyc .steril-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(28px,6vw,44px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.05;
    margin-bottom: 8px;
}

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

body.page-four-hands-manicure-pedicure-nyc .book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1c1813;
    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-four-hands-manicure-pedicure-nyc .book-btn:hover,
body.page-four-hands-manicure-pedicure-nyc .book-btn:active {
    background: #9b7e58;
}

body.page-four-hands-manicure-pedicure-nyc .sticky-book {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    align-items: center;
    justify-content: center;
    background: #1c1813;
    color: #f0eeea;
    height: calc(58px + env(safe-area-inset-bottom,0px));
    padding-bottom: env(safe-area-inset-bottom,0px);
    font-size: 12px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "DM Sans",sans-serif;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-decoration: none;
    transition: background .2s;
}

body.page-four-hands-manicure-pedicure-nyc .sticky-book:active {
    background: #9b7e58;
}

@media (max-width:640px) {
  body.page-four-hands-manicure-pedicure-nyc .sticky-book {
          display: flex;
      }
}

@media (max-width: 640px) {
  body.page-four-hands-manicure-pedicure-nyc .sticky-book {
          display: none;
      }
}

body.page-four-hands-manicure-pedicure-nyc .what-four-section {
    padding: clamp(56px,10vw,88px) clamp(24px,5vw,64px);
    background: #f0eeea;
    border-top: 1px solid #d9d3c8;
}

body.page-four-hands-manicure-pedicure-nyc .what-four-inner {
    max-width: 760px;
    margin: 0 auto;
}

body.page-four-hands-manicure-pedicure-nyc .what-four-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(28px,6vw,44px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.05;
    margin-bottom: clamp(20px,3vw,28px);
    margin-top: 8px;
}

body.page-four-hands-manicure-pedicure-nyc .what-four-copy {
    font-size: clamp(13px,1.8vw,15px);
    line-height: 1.95;
    color: #6e6660;
    font-weight: 300;
}

body.page-four-hands-manicure-pedicure-nyc .what-four-copy p+p {
    margin-top: 14px;
}

body.page-four-hands-manicure-pedicure-nyc .read-more-hidden {
    display: none;
}

body.page-four-hands-manicure-pedicure-nyc .read-more-hidden.open {
    display: block;
}

body.page-four-hands-manicure-pedicure-nyc .what-more-btn {
    margin-top: clamp(16px,2.5vw,22px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid #9b7e58;
    background: transparent;
    color: #1c1813;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "DM Sans",sans-serif;
    font-weight: 400;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

body.page-four-hands-manicure-pedicure-nyc .what-more-btn:hover {
    background: #9b7e58;
    color: #f0eeea;
    border-color: #9b7e58;
}

body.page-four-hands-manicure-pedicure-nyc .steril-section {
    padding: clamp(56px,10vw,88px) clamp(24px,5vw,64px);
    background: #f0eeea;
    border-top: 1px solid #d9d3c8;
    border-bottom: 1px solid #d9d3c8;
}

body.page-four-hands-manicure-pedicure-nyc .steril-inner {
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: clamp(32px,6vw,72px);
    align-items: start;
}

@media (max-width:640px) {
  body.page-four-hands-manicure-pedicure-nyc .steril-inner {
          grid-template-columns: 1fr;
          gap: 32px;
      }
}

body.page-four-hands-manicure-pedicure-nyc .steril-lead {
    font-size: clamp(13px,1.8vw,14px);
    line-height: 1.9;
    color: #6e6660;
    font-weight: 300;
    margin-top: 16px;
}

body.page-four-hands-manicure-pedicure-nyc .steril-section-label {
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9b7e58;
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
}

body.page-four-hands-manicure-pedicure-nyc .steril-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

body.page-four-hands-manicure-pedicure-nyc .steril-step {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: clamp(14px,2vw,18px) 0;
    border-bottom: 1px solid #d9d3c8;
}

body.page-four-hands-manicure-pedicure-nyc .steril-step:first-child {
    border-top: 1px solid #d9d3c8;
}

body.page-four-hands-manicure-pedicure-nyc .steril-num {
    font-family: "EB Garamond",serif;
    font-size: 13px;
    color: #9b7e58;
    width: 28px;
    flex-shrink: 0;
    padding-top: 2px;
}

body.page-four-hands-manicure-pedicure-nyc .steril-name {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1c1813;
    margin-bottom: 4px;
    font-weight: 400;
}

body.page-four-hands-manicure-pedicure-nyc .steril-desc {
    font-size: 13px;
    line-height: 1.85;
    color: #6e6660;
    font-weight: 300;
}

body.page-four-hands-manicure-pedicure-nyc .steril-why {
    margin-top: 28px;
    padding: 20px;
    border: 1px solid #d9d3c8;
    background: rgba(240,238,234,0.5);
}

body.page-four-hands-manicure-pedicure-nyc .steril-why-label {
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9b7e58;
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
}

body.page-four-hands-manicure-pedicure-nyc .steril-why-text {
    font-size: 13px;
    line-height: 1.85;
    color: #6e6660;
    font-weight: 300;
}

body.page-four-hands-manicure-pedicure-nyc .steril-toggle-btn,
body.page-four-hands-manicure-pedicure-nyc .guarantee-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid #9b7e58;
    background: transparent;
    color: #1c1813;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "DM Sans",sans-serif;
    font-weight: 400;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

body.page-four-hands-manicure-pedicure-nyc .steril-toggle-btn {
    margin-top: clamp(16px,2.5vw,22px);
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-more-btn {
    min-width: 0;
}

body.page-four-hands-manicure-pedicure-nyc .steril-toggle-btn:hover,
body.page-four-hands-manicure-pedicure-nyc .steril-toggle-btn:active,
body.page-four-hands-manicure-pedicure-nyc .guarantee-more-btn:hover,
body.page-four-hands-manicure-pedicure-nyc .guarantee-more-btn:active {
    background: #9b7e58;
    color: #f0eeea;
    border-color: #9b7e58;
}

body.page-four-hands-manicure-pedicure-nyc .watch-section {
    padding: clamp(56px,10vw,88px) clamp(24px,5vw,64px);
    background: #f0eeea;
    border-top: 1px solid #d9d3c8;
}

body.page-four-hands-manicure-pedicure-nyc .watch-inner {
    max-width: 760px;
    margin: 0 auto;
}

body.page-four-hands-manicure-pedicure-nyc .watch-label {
    font-size: 9px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #9b7e58;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

body.page-four-hands-manicure-pedicure-nyc .watch-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(28px,6vw,44px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.05;
    margin-bottom: clamp(12px,2vw,16px);
}

body.page-four-hands-manicure-pedicure-nyc .watch-sub {
    font-size: clamp(13px,1.8vw,14px);
    line-height: 1.9;
    color: #6e6660;
    font-weight: 300;
    max-width: 560px;
    margin-bottom: clamp(28px,4vw,40px);
}

body.page-four-hands-manicure-pedicure-nyc .watch-grid {
    display: flex;
    justify-content: center;
}

body.page-four-hands-manicure-pedicure-nyc .watch-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: min(100%, 552px);
    margin: 0 auto;
}

body.page-four-hands-manicure-pedicure-nyc .watch-card-cap,
body.page-four-hands-manicure-pedicure-nyc .watch-caption {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a89b8c;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 10px;
}

body.page-four-hands-manicure-pedicure-nyc .reviews-section {
    padding: clamp(56px,10vw,88px) clamp(24px,5vw,64px);
    background: #e8e5df;
    border-top: 1px solid #d9d3c8;
}

body.page-four-hands-manicure-pedicure-nyc .reviews-inner {
    max-width: 960px;
    margin: 0 auto;
}

body.page-four-hands-manicure-pedicure-nyc .reviews-header {
    margin-bottom: clamp(32px,5vw,48px);
}

body.page-four-hands-manicure-pedicure-nyc .reviews-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(28px,6vw,44px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.05;
    margin-top: 8px;
    margin-bottom: clamp(12px,2vw,18px);
}

body.page-four-hands-manicure-pedicure-nyc .reviews-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

body.page-four-hands-manicure-pedicure-nyc .reviews-intro {
    font-size: clamp(13px,1.8vw,14px);
    line-height: 1.9;
    color: #6e6660;
    font-weight: 300;
    max-width: 560px;
}

body.page-four-hands-manicure-pedicure-nyc .google-reviews-link {
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9b7e58;
    border-bottom: 1px solid rgba(155,126,88,.4);
    padding-bottom: 2px;
    white-space: nowrap;
    transition: color .2s, border-color .2s;
}

body.page-four-hands-manicure-pedicure-nyc .google-reviews-link:hover {
    color: #1c1813;
    border-color: #1c1813;
}

body.page-four-hands-manicure-pedicure-nyc .reviews-grid {
    columns: 2;
    column-gap: clamp(16px,2.5vw,24px);
}

@media (max-width:580px) {
  body.page-four-hands-manicure-pedicure-nyc .reviews-grid {
          columns: 1;
      }
}

body.page-four-hands-manicure-pedicure-nyc .review-card {
    break-inside: avoid;
    border: 1px solid #e8e3da;
    background: #f0eeea;
    padding: clamp(18px,2.5vw,24px);
    margin-bottom: clamp(14px,2vw,18px);
}

body.page-four-hands-manicure-pedicure-nyc .review-stars {
    color: #9b7e58;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

body.page-four-hands-manicure-pedicure-nyc .review-text {
    font-family: "EB Garamond",serif;
    font-size: clamp(15px,2.5vw,18px);
    color: #1c1813;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 10px;
}

body.page-four-hands-manicure-pedicure-nyc .review-author {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #a89b8c;
    font-weight: 300;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-section {
    padding: clamp(56px,10vw,88px) clamp(24px,5vw,64px);
    background: #e8e5df;
    border-top: 1px solid #d9d3c8;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-inner {
    max-width: 760px;
    margin: 0 auto;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(28px,6vw,44px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.05;
    margin-top: 8px;
    margin-bottom: clamp(12px,2vw,16px);
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-intro {
    font-size: clamp(13px,1.8vw,14px);
    line-height: 1.9;
    color: #6e6660;
    font-weight: 300;
    max-width: 600px;
    margin-bottom: clamp(28px,4vw,40px);
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(12px,2vw,20px);
    margin-bottom: clamp(24px,3vw,32px);
}

@media (max-width:560px) {
  body.page-four-hands-manicure-pedicure-nyc .guarantee-cards {
          grid-template-columns: 1fr;
      }
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-card {
    border: 1px solid #d9d3c8;
    background: rgba(240,238,234,0.6);
    padding: clamp(18px,2.5vw,24px);
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-card-label {
    display: block;
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9b7e58;
    margin-bottom: 10px;
    font-weight: 400;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-card p {
    font-size: 13px;
    line-height: 1.85;
    color: #6e6660;
    font-weight: 300;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-details {
    margin-top: clamp(20px,3vw,28px);
    padding-top: clamp(20px,3vw,28px);
    border-top: 1px solid #d9d3c8;
    display: none;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-details.open {
    display: grid;
    gap: 18px;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-detail h3 {
    font-family: "EB Garamond",serif;
    font-size: clamp(18px,3vw,22px);
    font-weight: 400;
    color: #1c1813;
    margin-bottom: 8px;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-detail p,
body.page-four-hands-manicure-pedicure-nyc .guarantee-detail li {
    font-size: 13px;
    line-height: 1.85;
    color: #6e6660;
    font-weight: 300;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-detail ul {
    margin: 8px 0 0 18px;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-detail li {
    margin-bottom: 4px;
}

body.page-four-hands-manicure-pedicure-nyc .benefits-section {
    padding: clamp(56px,10vw,88px) 0;
    background: #f0eeea;
    border-top: 1px solid #d9d3c8;
}

body.page-four-hands-manicure-pedicure-nyc .benefits-header {
    padding: 0 clamp(24px,5vw,64px);
    margin-bottom: clamp(28px,4vw,40px);
}

body.page-four-hands-manicure-pedicure-nyc .benefits-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(28px,6vw,44px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.05;
    margin-top: 8px;
}

body.page-four-hands-manicure-pedicure-nyc .benefits-track-outer {
    position: relative;
    overflow: hidden;
}

body.page-four-hands-manicure-pedicure-nyc .benefits-track {
    display: flex;
    gap: clamp(10px,1.8vw,14px);
    padding: 4px clamp(24px,5vw,64px) clamp(16px,3vw,24px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

body.page-four-hands-manicure-pedicure-nyc .benefits-track::-webkit-scrollbar {
    display: none;
}

body.page-four-hands-manicure-pedicure-nyc .benefits-track.dragging {
    cursor: grabbing;
}

body.page-four-hands-manicure-pedicure-nyc .benefit-card {
    flex-shrink: 0;
    width: clamp(220px,58vw,280px);
    background: #e8e5df;
    border: 1px solid #d9d3c8;
    padding: clamp(22px,3.5vw,30px);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: border-color .25s;
}

body.page-four-hands-manicure-pedicure-nyc .benefit-card:hover {
    border-color: #9b7e58;
}

body.page-four-hands-manicure-pedicure-nyc .benefit-num {
    font-family: "EB Garamond",serif;
    font-size: 13px;
    color: #9b7e58;
    letter-spacing: 2px;
}

body.page-four-hands-manicure-pedicure-nyc .benefit-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(17px,3.5vw,21px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.2;
}

body.page-four-hands-manicure-pedicure-nyc .benefit-desc {
    font-size: 12px;
    line-height: 1.85;
    color: #6e6660;
    font-weight: 300;
}

body.page-four-hands-manicure-pedicure-nyc .benefits-fade-l,
body.page-four-hands-manicure-pedicure-nyc .benefits-fade-r {
    display: none;
}

body.page-four-hands-manicure-pedicure-nyc .benefits-dots {
    display: flex;
    gap: 7px;
    justify-content: center;
    padding: clamp(4px,1vw,8px) 0 0;
}

body.page-four-hands-manicure-pedicure-nyc .benefits-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d9d3c8;
    transition: background .25s, transform .25s;
    cursor: pointer;
    border: none;
    padding: 0;
    flex-shrink: 0;
}

body.page-four-hands-manicure-pedicure-nyc .benefits-dot.active {
    background: #9b7e58;
    transform: scale(1.5);
}

body.page-four-hands-manicure-pedicure-nyc .stp-section {
    background: #e9e7e3;
    border-top: 1px solid #d9d3c8;
    border-bottom: 1px solid #d9d3c8;
}

body.page-four-hands-manicure-pedicure-nyc .stp-inner {
    width: min(100%,760px);
    margin: 0 auto;
    padding: clamp(40px,7vw,64px) clamp(20px,5vw,48px);
}

body.page-four-hands-manicure-pedicure-nyc .stp-eyebrow {
    font-size: 9px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #9b7e58;
    display: block;
    margin-bottom: 10px;
    font-family: "DM Sans",sans-serif;
    font-weight: 400;
}

body.page-four-hands-manicure-pedicure-nyc .stp-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(32px,5vw,44px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1;
    margin-bottom: 10px;
}

body.page-four-hands-manicure-pedicure-nyc .stp-sub {
    font-size: 13px;
    line-height: 1.7;
    color: #6e6660;
    font-weight: 300;
    margin-bottom: 36px;
    font-family: "DM Sans",sans-serif;
}

body.page-four-hands-manicure-pedicure-nyc .stp-track {
    height: 1px;
    background: #c8c0b4;
    position: relative;
}

body.page-four-hands-manicure-pedicure-nyc .stp-fill {
    height: 100%;
    background: #9b7e58;
    transition: width .4s ease;
    width: 0%;
}

body.page-four-hands-manicure-pedicure-nyc .stp-nums {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 32px;
}

body.page-four-hands-manicure-pedicure-nyc .stp-pnum {
    font-size: 12px;
    letter-spacing: 2px;
    color: #5a524a;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0 2px;
    font-family: "DM Sans",sans-serif;
    font-weight: 400;
    transition: color .15s;
    min-width: 28px;
    text-align: center;
    position: relative;
}

body.page-four-hands-manicure-pedicure-nyc .stp-pnum::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 8px;
    background: #5a524a;
    transition: background .15s,width .15s;
}

body.page-four-hands-manicure-pedicure-nyc .stp-pnum.done {
    color: #7a6e64;
}

body.page-four-hands-manicure-pedicure-nyc .stp-pnum.done::before {
    background: #7a6e64;
}

body.page-four-hands-manicure-pedicure-nyc .stp-pnum.on {
    color: #1c1813;
}

body.page-four-hands-manicure-pedicure-nyc .stp-pnum.on::before {
    background: #9b7e58;
    width: 2px;
}

body.page-four-hands-manicure-pedicure-nyc .stp-pnum:hover {
    color: #1c1813;
}

body.page-four-hands-manicure-pedicure-nyc .stp-content {
    min-height: 130px;
    margin-bottom: 28px;
}

body.page-four-hands-manicure-pedicure-nyc .stp-meta {
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #7a6e64;
    display: block;
    margin-bottom: 10px;
    font-family: "DM Sans",sans-serif;
}

body.page-four-hands-manicure-pedicure-nyc .stp-step-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(22px,4vw,30px);
    font-weight: 400;
    color: #1c1813;
    margin-bottom: 12px;
    line-height: 1.1;
}

body.page-four-hands-manicure-pedicure-nyc .stp-step-text {
    font-size: 14px;
    line-height: 1.85;
    color: #4a4035;
    font-weight: 300;
    font-family: "DM Sans",sans-serif;
}

body.page-four-hands-manicure-pedicure-nyc .stp-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #d9d3c8;
}

body.page-four-hands-manicure-pedicure-nyc .stp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1c1813;
    background: none;
    border: 1px solid #1c1813;
    padding: 13px 22px;
    cursor: pointer;
    transition: background .2s,color .2s;
    font-family: "DM Sans",sans-serif;
    font-weight: 400;
}

body.page-four-hands-manicure-pedicure-nyc .stp-btn:hover {
    background: #1c1813;
    color: #f0eeea;
}

body.page-four-hands-manicure-pedicure-nyc .stp-btn:hover .stp-arrow {
    stroke: #f0eeea;
}

body.page-four-hands-manicure-pedicure-nyc .stp-arrow {
    stroke: #1c1813;
    transition: stroke .2s;
}

body.page-four-hands-manicure-pedicure-nyc .stp-btn:disabled {
    color: #8c8078;
    border-color: #8c8078;
    cursor: default;
}

body.page-four-hands-manicure-pedicure-nyc .stp-btn:disabled .stp-arrow {
    stroke: #8c8078;
}

body.page-four-hands-manicure-pedicure-nyc .stp-btn:disabled:hover {
    background: none;
    color: #8c8078;
}

body.page-four-hands-manicure-pedicure-nyc .stp-ctr {
    font-size: 11px;
    letter-spacing: 2.5px;
    color: #5a524a;
    font-family: "DM Sans",sans-serif;
}

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

body.page-four-hands-manicure-pedicure-nyc .massage-promo-inner {
    max-width: 760px;
    margin: 0 auto;
}

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

body.page-four-hands-manicure-pedicure-nyc .cards-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(28px,5vw,40px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.05;
}

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

body.page-four-hands-manicure-pedicure-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-four-hands-manicure-pedicure-nyc .massage-promo-card:hover {
    border-color: #9b7e58;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(28,24,19,0.06);
}

body.page-four-hands-manicure-pedicure-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-four-hands-manicure-pedicure-nyc .massage-promo-text {
    font-size: 14px;
    line-height: 1.85;
    color: #4a4540;
}

body.page-four-hands-manicure-pedicure-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-four-hands-manicure-pedicure-nyc .massage-promo-link:hover {
    background: #9b7e58;
    color: #f0eeea;
}

@media (max-width: 760px) {
  body.page-four-hands-manicure-pedicure-nyc .massage-promo-grid {
          grid-template-columns: 1fr;
      }
}

@media (max-width: 760px) {
  body.page-four-hands-manicure-pedicure-nyc .massage-promo-link {
          width: 100%;
          justify-content: center;
      }
}

@media


@media (min-width: 761px) {
  body.page-four-hands-manicure-pedicure-nyc .carousel-wrap,
  body.page-four-hands-manicure-pedicure-nyc .carousel-arrows,
  body.page-four-hands-manicure-pedicure-nyc .what-four-inner,
  body.page-four-hands-manicure-pedicure-nyc .stp-inner,
  body.page-four-hands-manicure-pedicure-nyc .steril-inner,
  body.page-four-hands-manicure-pedicure-nyc .benefits-header,
  body.page-four-hands-manicure-pedicure-nyc .benefits-track-outer,
  body.page-four-hands-manicure-pedicure-nyc .benefits-dots,
  body.page-four-hands-manicure-pedicure-nyc .reviews-inner,
  body.page-four-hands-manicure-pedicure-nyc .guarantee-inner {
          width: min(100%, 760px);
          max-width: 760px;
          margin-left: auto;
          margin-right: auto;
      }
}

@media


@media (min-width: 761px) {
  body.page-four-hands-manicure-pedicure-nyc .carousel-arrows,
  body.page-four-hands-manicure-pedicure-nyc .benefits-header {
          padding-left: 0;
          padding-right: 0;
      }
}

@media


@media (min-width: 761px) {
  body.page-four-hands-manicure-pedicure-nyc .carousel-track,
  body.page-four-hands-manicure-pedicure-nyc .benefits-track {
          padding-left: 0;
          padding-right: 0;
      }
}

body.page-four-hands-manicure-pedicure-nyc .google-reviews-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border: 1px solid #9b7e58;
    color: #9b7e58;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

body.page-four-hands-manicure-pedicure-nyc .google-reviews-link:hover {
    background: #9b7e58;
    color: #f0eeea;
    border-color: #9b7e58;
}

body.page-four-hands-manicure-pedicure-nyc .reviews-actions {
    justify-content: space-between;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-intro {
    max-width: 100%;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-cards {
    align-items: stretch;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-card {
    min-width: 0;
}

body.page-four-hands-manicure-pedicure-nyc .guarantee-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

@media (min-width: 761px) {
  body.page-four-hands-manicure-pedicure-nyc .guarantee-section .section-label,
  body.page-four-hands-manicure-pedicure-nyc .guarantee-title,
  body.page-four-hands-manicure-pedicure-nyc .guarantee-intro {
          max-width: 430px;
      }
}

@media (min-width: 761px) {
  body.page-four-hands-manicure-pedicure-nyc .guarantee-cards {
          grid-template-columns: repeat(2, minmax(0, 1fr));
      }
}

@media (max-width: 700px) {
  body.page-four-hands-manicure-pedicure-nyc .reviews-actions {
          flex-direction: column;
          align-items: flex-start;
      }
}

body.page-four-hands-manicure-pedicure-nyc main {
    max-width: 100%;
    overflow-x: clip;
}

@supports not (overflow: clip) {
  body.page-four-hands-manicure-pedicure-nyc main {
          overflow-x: hidden;
      }
}

body.page-four-hands-manicure-pedicure-nyc .u-four-hands-manicure-pedicure-nyc-001 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.page-four-hands-manicure-pedicure-nyc .u-four-hands-manicure-pedicure-nyc-002 {
    font-size: 9px;
    letter-spacing: 1px;
    color: #9b7e58;
    font-weight: 300;
    white-space: nowrap;
    padding: 0 16px;
}

body.page-four-hands-manicure-pedicure-nyc .u-four-hands-manicure-pedicure-nyc-003 {
    font-size: 9px;
    letter-spacing: 1px;
    color: #9b7e58;
    font-weight: 300;
    white-space: nowrap;
    padding: 0 16px;
}

body.page-four-hands-manicure-pedicure-nyc .u-four-hands-manicure-pedicure-nyc-004 {
    font-size: 9px;
    letter-spacing: 1px;
    color: #9b7e58;
    font-weight: 300;
    white-space: nowrap;
    padding: 0 16px;
}

body.page-four-hands-manicure-pedicure-nyc .u-four-hands-manicure-pedicure-nyc-005 {
    margin-top: 0;
}

body.page-four-hands-manicure-pedicure-nyc .u-four-hands-manicure-pedicure-nyc-006 {
    margin-top: 22px;
}
