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

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

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

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

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

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

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

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

body.page-pedicure-nyc .carousel-fade-l,
body.page-pedicure-nyc .carousel-fade-r {
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 0;
}

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

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

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

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

body.page-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-pedicure-nyc .lb.open .lb-img {
    transform: scale(1);
}

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

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

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

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

body.page-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-pedicure-nyc .pr-s {
    display: block;
    font-size: 9px;
    letter-spacing: 1.5px;
    color: #a89b8c;
    margin-top: 2px;
}

body.page-pedicure-nyc .pr-t {
    font-size: 9px;
    letter-spacing: 1px;
    color: #9b7e58;
    font-weight: 300;
    white-space: nowrap;
    width: 110px;
    text-align: center;
    flex-shrink: 0;
}

body.page-pedicure-nyc .pr-p {
    font-family: "EB Garamond",serif;
    font-size: 20px;
    font-weight: 400;
    color: #1c1813;
    white-space: nowrap;
    min-width: 52px;
    text-align: right;
}

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

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

@media (max-width:580px) {
  body.page-pedicure-nyc .process-inner {
          grid-template-columns: 1fr;
          gap: 28px;
      }
}

body.page-pedicure-nyc .process-big {
    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-pedicure-nyc .process-desc {
    font-size: 12px;
    line-height: 1.85;
    color: #a89b8c;
    font-weight: 300;
    max-width: 200px;
    margin-top: 12px;
}

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

body.page-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-pedicure-nyc .book-btn:hover,
body.page-pedicure-nyc .book-btn:active {
    background: #9b7e58;
}

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

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

@media (max-width: 640px) {
  body.page-pedicure-nyc footer {
          margin-bottom: calc(58px + env(safe-area-inset-bottom, 0px));
      }
}

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

body.page-pedicure-nyc .guarantee-section {
    padding: clamp(40px,7vw,64px) clamp(24px,5vw,64px);
    border-top: 1px solid #d9d3c8;
    border-bottom: 1px solid #d9d3c8;
    background: #f6f2ec;
}

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

body.page-pedicure-nyc .guarantee-lead {
    font-size: 12.5px;
    line-height: 1.85;
    color: #6e6660;
    font-weight: 300;
    margin-top: 12px;
}

body.page-pedicure-nyc .guarantee-body {
    display: grid;
    gap: 0;
}

body.page-pedicure-nyc .guarantee-block {
    padding: 0 0 16px;
    border-top: 1px solid #d9d3c8;
}

body.page-pedicure-nyc .guarantee-block:last-child {
    border-bottom: 1px solid #d9d3c8;
}

body.page-pedicure-nyc .guarantee-block-head {
    padding: 14px 0 10px;
}

body.page-pedicure-nyc .guarantee-block-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(17px,3.2vw,22px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.2;
    margin-bottom: 0;
}

body.page-pedicure-nyc .guarantee-copy {
    font-size: 12.5px;
    line-height: 1.8;
    color: #6e6660;
    font-weight: 300;
}

body.page-pedicure-nyc .guarantee-copy + .guarantee-subhead,
body.page-pedicure-nyc .guarantee-list + .guarantee-subhead {
    margin-top: 12px;
}

body.page-pedicure-nyc .guarantee-subhead {
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9b7e58;
    font-weight: 400;
    margin-bottom: 8px;
}

body.page-pedicure-nyc .guarantee-list {
    list-style: none;
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
}

body.page-pedicure-nyc .guarantee-list li {
    font-size: 12px;
    line-height: 1.8;
    color: #6e6660;
    font-weight: 300;
    padding-left: 14px;
    position: relative;
}

body.page-pedicure-nyc .guarantee-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.9em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9b7e58;
    transform: translateY(-50%);
}

body.page-pedicure-nyc .guarantee-more-wrap {
    display: flex;
    justify-content: flex-start;
    padding-top: 18px;
}

body.page-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-pedicure-nyc .guarantee-more-btn:hover,
body.page-pedicure-nyc .guarantee-more-btn:active {
    background: #9b7e58;
    color: #f0eeea;
}

@media (max-width:760px) {
  body.page-pedicure-nyc .guarantee-inner {
          grid-template-columns: 1fr;
      }
}

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

body.page-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-pedicure-nyc .steril-inner {
          grid-template-columns: 1fr;
          gap: 28px;
      }
}

body.page-pedicure-nyc .steril-lead {
    font-size: clamp(13px,1.8vw,14px);
    line-height: 1.9;
    color: #1c1813;
    font-weight: 300;
    margin-top: 12px;
}

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

body.page-pedicure-nyc .steril-steps {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

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

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

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

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

body.page-pedicure-nyc .steril-desc {
    font-size: 13px;
    line-height: 1.85;
    color: #1c1813;
    font-weight: 300;
}

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

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

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

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

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

body.page-pedicure-nyc .steril-toggle-btn u {
    text-decoration: none;
}

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

body.page-pedicure-nyc .heel-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-pedicure-nyc .heel-inner {
          grid-template-columns: 1fr;
          gap: 28px;
      }
}

body.page-pedicure-nyc .heel-block {
    padding: clamp(16px,2.5vw,20px) 0;
    border-bottom: 1px solid #e8e3da;
}

body.page-pedicure-nyc .heel-block:first-child {
    border-top: 1px solid #e8e3da;
}

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

body.page-pedicure-nyc .heel-block-text {
    font-size: 13px;
    line-height: 1.9;
    color: #1c1813;
    font-weight: 300;
}

body.page-pedicure-nyc .heel-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.page-pedicure-nyc .heel-list li {
    font-size: 13px;
    line-height: 1.8;
    color: #1c1813;
    font-weight: 300;
    padding-left: 14px;
    position: relative;
}

body.page-pedicure-nyc .heel-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9b7e58;
    transform: translateY(-50%);
}

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

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

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

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

@media (max-width: 640px) {
  body.page-pedicure-nyc .what-inner {
          grid-template-columns: 1fr;
          gap: 24px;
      }
}

@media (min-width: 761px) {
  body.page-pedicure-nyc .carousel-wrap,
  body.page-pedicure-nyc .carousel-arrows,
  body.page-pedicure-nyc .book-cta,
  body.page-pedicure-nyc .what-inner,
  body.page-pedicure-nyc .steril-inner,
  body.page-pedicure-nyc .guarantee-inner,
  body.page-pedicure-nyc .process-inner,
  body.page-pedicure-nyc .heel-inner,
  body.page-pedicure-nyc .local-seo-inner {
          width: min(100%, 760px);
          max-width: 760px;
          margin-left: auto;
          margin-right: auto;
      }
}

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

body.page-pedicure-nyc .best-for-section {
    padding: clamp(56px, 10vw, 88px) clamp(24px, 5vw, 64px);
    border-top: 1px solid #d9d3c8;
    background: #f6f2ec;
}

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

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

body.page-pedicure-nyc .best-for-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

body.page-pedicure-nyc .best-for-list li {
    position: relative;
    padding-left: 16px;
    font-size: 13px;
    line-height: 1.9;
    color: #1c1813;
    font-weight: 300;
}

body.page-pedicure-nyc .best-for-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.9em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9b7e58;
    transform: translateY(-50%);
}

@media (max-width: 640px) {
  body.page-pedicure-nyc .best-for-inner {
          grid-template-columns: 1fr;
          gap: 24px;
      }
}

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

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

body.page-pedicure-nyc .compare-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
}

body.page-pedicure-nyc .compare-kicker {
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9b7e58;
}

body.page-pedicure-nyc .compare-carousel {
    position: relative;
}

body.page-pedicure-nyc .compare-viewport {
    overflow: hidden;
}

body.page-pedicure-nyc .compare-track {
    display: flex;
    gap: 18px;
    transition: transform .35s ease;
    will-change: transform;
}

body.page-pedicure-nyc .compare-slide {
    min-width: 100%;
    flex: 0 0 100%;
}

body.page-pedicure-nyc .compare-card {
    border: 1px solid #d9d3c8;
    background: #f7f3ed;
    padding: clamp(24px, 4vw, 32px);
}

body.page-pedicure-nyc .compare-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #d9d3c8;
}

body.page-pedicure-nyc .compare-card-kicker {
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9b7e58;
}

body.page-pedicure-nyc .compare-card-count {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a89b8c;
}

body.page-pedicure-nyc .compare-card-title {
    font-family: "EB Garamond", serif;
    font-size: clamp(24px, 5vw, 34px);
    font-weight: 400;
    line-height: 1.05;
    color: #1c1813;
    margin-bottom: 20px;
}

body.page-pedicure-nyc .compare-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

body.page-pedicure-nyc .compare-pane {
    border: 1px solid #d9d3c8;
    background: #f0eeea;
    padding: 18px 16px;
    min-height: 100%;
}

body.page-pedicure-nyc .compare-pane--smart {
    background: #e8e5df;
}

body.page-pedicure-nyc .compare-pane-label {
    display: block;
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9b7e58;
    margin-bottom: 12px;
}

body.page-pedicure-nyc .compare-pane-text {
    font-size: 13px;
    line-height: 1.9;
    color: #6e6660;
    font-weight: 300;
}

body.page-pedicure-nyc .compare-pane-text strong {
    color: #1c1813;
    font-weight: 400;
}

body.page-pedicure-nyc .compare-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
}

body.page-pedicure-nyc .compare-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

body.page-pedicure-nyc .compare-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #d9d3c8;
    border: none;
    padding: 0;
    transition: transform .2s ease, background .2s ease;
}

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

body.page-pedicure-nyc .compare-arrows {
    display: flex;
    gap: 10px;
}

body.page-pedicure-nyc .compare-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #d9d3c8;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: background .2s ease, border-color .2s ease;
}

body.page-pedicure-nyc .compare-arrow:hover,
body.page-pedicure-nyc .compare-arrow:active {
    background: #1c1813;
    border-color: #1c1813;
}

body.page-pedicure-nyc .compare-arrow:hover svg path,
body.page-pedicure-nyc .compare-arrow:active svg path {
    stroke: #f0eeea;
}

body.page-pedicure-nyc .compare-arrow[disabled] {
    opacity: .45;
    pointer-events: none;
}

@media (max-width: 640px) {
  body.page-pedicure-nyc .compare-card-grid {
          grid-template-columns: 1fr;
      }
}

@media (max-width: 640px) {
  body.page-pedicure-nyc .compare-nav {
          align-items: flex-start;
          flex-direction: column;
      }
}

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

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

body.page-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-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-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-pedicure-nyc .stp-track {
    height: 1px;
    background: #c8c0b4;
    position: relative;
}

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

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

body.page-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-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-pedicure-nyc .stp-pnum.done {
    color: #7a6e64;
}

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

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

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

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

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

body.page-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-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-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-pedicure-nyc .stp-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #d9d3c8;
}

body.page-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-pedicure-nyc .stp-btn:hover {
    background: #1c1813;
    color: #f0eeea;
}

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

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

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

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

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

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

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

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

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

body.page-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-pedicure-nyc .massage-promo-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

body.page-pedicure-nyc .u-pedicure-nyc-004 {
    max-width: 720px;
    margin: 0 auto;
}

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

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

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

body.page-pedicure-nyc .u-pedicure-nyc-008 {
    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;
}
