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

body.page-russian-builder-gel-manicure-nyc .back {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--mid);
    text-decoration: none;
    transition: color .2s;
}

body.page-russian-builder-gel-manicure-nyc .back:hover {
    color: var(--ink);
}

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

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

body.page-russian-builder-gel-manicure-nyc .gallery-header {
    padding: 0 clamp(16px,4vw,48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: clamp(14px,3vw,20px);
}

body.page-russian-builder-gel-manicure-nyc .gallery-label {
    font-size: 9px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #9b7e58;
}

body.page-russian-builder-gel-manicure-nyc .gallery-count {
    font-size: 9px;
    letter-spacing: 2px;
    color: #a89b8c;
}

body.page-russian-builder-gel-manicure-nyc .carousel-wrap {
    position: relative;
    overflow: hidden;
}

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

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

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

body.page-russian-builder-gel-manicure-nyc .carousel-slide:hover img {
    transform: scale(1.03);
}

body.page-russian-builder-gel-manicure-nyc .carousel-fade-l,
body.page-russian-builder-gel-manicure-nyc .carousel-fade-r {
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(16px,4vw,48px);
    z-index: 2;
    pointer-events: none;
}

body.page-russian-builder-gel-manicure-nyc .carousel-fade-l {
    left: 0;
    background: linear-gradient(to right,#f0eeea 30%,transparent);
}

body.page-russian-builder-gel-manicure-nyc .carousel-fade-r {
    right: 0;
    background: linear-gradient(to left,#f0eeea 30%,transparent);
}

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

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

body.page-russian-builder-gel-manicure-nyc .carr-btn:hover svg path,
body.page-russian-builder-gel-manicure-nyc .carr-btn:active svg path {
    stroke: #f0eeea;
}

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

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

body.page-russian-builder-gel-manicure-nyc .lb.open .lb-img {
    transform: scale(1);
}

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

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

body.page-russian-builder-gel-manicure-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-russian-builder-gel-manicure-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-russian-builder-gel-manicure-nyc .book-cta {
    text-align: center;
    padding: clamp(32px,6vw,48px) 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(20px,4vw,28px);
}

body.page-russian-builder-gel-manicure-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: 18px clamp(32px,8vw,64px);
    text-decoration: none;
    transition: background .25s;
    font-family: "DM Sans",sans-serif;
    width: min(320px,80vw);
}

body.page-russian-builder-gel-manicure-nyc .book-btn:hover,
body.page-russian-builder-gel-manicure-nyc .book-btn:active {
    background: #9b7e58;
}

body.page-russian-builder-gel-manicure-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-russian-builder-gel-manicure-nyc .sticky-book:active {
    background: #9b7e58;
}

@media (max-width:640px) {
  body.page-russian-builder-gel-manicure-nyc .sticky-book {
          display: flex;
      }
}

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

@media (max-width:640px) {
  body.page-russian-builder-gel-manicure-nyc .process-section {
          padding-top: 40px;
      }
}

body.page-russian-builder-gel-manicure-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-russian-builder-gel-manicure-nyc .process-inner {
          grid-template-columns: 1fr;
          gap: 28px;
      }
}

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

@media (max-width:580px) {
  body.page-russian-builder-gel-manicure-nyc .process-desc {
          max-width: 100%;
          white-space: nowrap;
      }
}

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

body.page-russian-builder-gel-manicure-nyc .steril-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-russian-builder-gel-manicure-nyc .steril-inner {
          grid-template-columns: 1fr;
          gap: 32px;
      }
}

body.page-russian-builder-gel-manicure-nyc .steril-lead {
    font-size: 12px;
    line-height: 1.9;
    color: #a89b8c;
    font-weight: 300;
    margin-top: 16px;
}

body.page-russian-builder-gel-manicure-nyc .steril-section-label {
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9b7e58;
    font-weight: 300;
    margin-bottom: 20px;
}

body.page-russian-builder-gel-manicure-nyc .steril-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

body.page-russian-builder-gel-manicure-nyc .steril-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #e8e3da;
}

body.page-russian-builder-gel-manicure-nyc .steril-step:last-child {
    border-bottom: none;
}

body.page-russian-builder-gel-manicure-nyc .steril-num {
    font-family: "EB Garamond",serif;
    font-size: 16px;
    color: #9b7e58;
    font-weight: 400;
    min-width: 24px;
    line-height: 1.5;
    flex-shrink: 0;
}

body.page-russian-builder-gel-manicure-nyc .steril-name {
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #1c1813;
    font-weight: 400;
    margin-bottom: 4px;
    line-height: 1.5;
}

body.page-russian-builder-gel-manicure-nyc .steril-desc {
    font-size: 11.5px;
    line-height: 1.85;
    color: #a89b8c;
    font-weight: 300;
}

body.page-russian-builder-gel-manicure-nyc .steril-why {
    margin-top: 28px;
    padding: 20px 24px;
    background: #e8e5df;
    border-left: 2px solid #9b7e58;
}

body.page-russian-builder-gel-manicure-nyc .steril-why-label {
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9b7e58;
    font-weight: 300;
    margin-bottom: 8px;
}

body.page-russian-builder-gel-manicure-nyc .steril-why-text {
    font-size: 12px;
    line-height: 1.9;
    color: #6e6660;
    font-weight: 300;
}

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

body.page-russian-builder-gel-manicure-nyc .comp-inner {
    max-width: 760px;
    margin: 0 auto;
}

body.page-russian-builder-gel-manicure-nyc .comp-intro {
    font-size: 13px;
    line-height: 1.95;
    color: #6e6660;
    font-weight: 300;
    margin-bottom: clamp(32px,5vw,48px);
    max-width: 760px;
}

body.page-russian-builder-gel-manicure-nyc .comp-table {
    width: 100%;
    border-collapse: collapse;
}

body.page-russian-builder-gel-manicure-nyc .comp-table th {
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9b7e58;
    font-weight: 300;
    text-align: left;
    padding: 12px 0;
    border-bottom: 1px solid #d9d3c8;
}

body.page-russian-builder-gel-manicure-nyc .comp-table th:not(:first-child) {
    padding-left: 16px;
}

body.page-russian-builder-gel-manicure-nyc .comp-table td {
    vertical-align: top;
    padding: 14px 0;
    border-bottom: 1px solid #e8e3da;
    font-size: 12px;
    line-height: 1.8;
    color: #6e6660;
    font-weight: 300;
}

body.page-russian-builder-gel-manicure-nyc .comp-table td:not(:first-child) {
    padding-left: 16px;
}

body.page-russian-builder-gel-manicure-nyc .comp-table td:first-child {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a89b8c;
    font-weight: 400;
    white-space: nowrap;
    padding-right: 16px;
    min-width: 100px;
}

body.page-russian-builder-gel-manicure-nyc .comp-table tr:last-child td {
    border-bottom: none;
}

@media (max-width:580px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table td:first-child {
          white-space: normal;
          min-width: 70px;
      }
}

body.page-russian-builder-gel-manicure-nyc .reviews-section {
    padding: clamp(56px,10vw,88px) clamp(24px,5vw,64px);
}

body.page-russian-builder-gel-manicure-nyc .reviews-inner {
    max-width: 760px;
    margin: 0 auto;
}

body.page-russian-builder-gel-manicure-nyc .reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(16px,3vw,24px);
    margin-top: clamp(28px,5vw,40px);
}

@media (max-width:580px) {
  body.page-russian-builder-gel-manicure-nyc .reviews-grid {
          grid-template-columns: 1fr;
      }
}

body.page-russian-builder-gel-manicure-nyc .review-card {
    background: #e8e5df;
    padding: clamp(20px,3vw,28px);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.page-russian-builder-gel-manicure-nyc .review-card[hidden] {
    display: none;
}

body.page-russian-builder-gel-manicure-nyc .reviews-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: clamp(24px,4vw,32px);
}

body.page-russian-builder-gel-manicure-nyc .reviews-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-family: "DM Sans",sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: background .25s, color .25s, border-color .25s;
}

body.page-russian-builder-gel-manicure-nyc .reviews-more-btn:hover {
    background: #9b7e58;
    color: #f0eeea;
    border-color: #9b7e58;
}

body.page-russian-builder-gel-manicure-nyc .review-stars {
    display: flex;
    gap: 3px;
}

body.page-russian-builder-gel-manicure-nyc .review-star {
    width: 10px;
    height: 10px;
    color: #9b7e58;
}

body.page-russian-builder-gel-manicure-nyc .review-text {
    font-family: "EB Garamond",serif;
    font-size: clamp(15px,2.5vw,18px);
    font-weight: 400;
    line-height: 1.6;
    color: #1c1813;
    font-style: italic;
}

body.page-russian-builder-gel-manicure-nyc .review-author {
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #a89b8c;
    font-weight: 300;
}

body.page-russian-builder-gel-manicure-nyc .benefits-track-wrap {
    overflow: hidden;
}

body.page-russian-builder-gel-manicure-nyc .benefits-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 0 clamp(24px,5vw,64px) clamp(24px,4vw,36px);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
}

body.page-russian-builder-gel-manicure-nyc .benefits-track::-webkit-scrollbar {
    display: none;
}

body.page-russian-builder-gel-manicure-nyc .benefits-track.dragging {
    cursor: grabbing;
    user-select: none;
}

body.page-russian-builder-gel-manicure-nyc .benefit-card {
    flex: 0 0 min(320px,80vw);
    scroll-snap-align: start;
    background: #f0eeea;
    border: 1px solid #d9d3c8;
    padding: clamp(24px,4vw,36px);
}

body.page-russian-builder-gel-manicure-nyc .benefit-num {
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9b7e58;
    font-weight: 300;
    margin-bottom: 16px;
}

body.page-russian-builder-gel-manicure-nyc .benefit-text {
    font-size: 13px;
    line-height: 1.95;
    color: #6e6660;
    font-weight: 300;
}

body.page-russian-builder-gel-manicure-nyc .benefit-dots {
    display: flex;
    gap: 6px;
    justify-content: center;
    padding-top: 4px;
}

body.page-russian-builder-gel-manicure-nyc .benefit-dot {
    height: 1px;
    display: block;
    transition: width .2s,background .2s;
}

body.page-russian-builder-gel-manicure-nyc .who-section {
    padding: clamp(56px,10vw,88px) clamp(24px,5vw,64px);
    max-width: 760px;
    margin: 0 auto;
}

body.page-russian-builder-gel-manicure-nyc .who-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: clamp(28px,5vw,40px);
}

body.page-russian-builder-gel-manicure-nyc .who-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: clamp(16px,3vw,22px) 0;
    border-top: 1px solid #d9d3c8;
}

body.page-russian-builder-gel-manicure-nyc .who-item:last-child {
    border-bottom: 1px solid #d9d3c8;
}

body.page-russian-builder-gel-manicure-nyc .who-num {
    font-family: "EB Garamond",serif;
    font-size: clamp(18px,3vw,22px);
    color: #9b7e58;
    font-weight: 400;
    min-width: 28px;
    flex-shrink: 0;
    line-height: 1.4;
}

body.page-russian-builder-gel-manicure-nyc .who-text {
    font-size: 13px;
    line-height: 1.95;
    color: #6e6660;
    font-weight: 300;
}

body.page-russian-builder-gel-manicure-nyc .block45-wrap {
    padding: clamp(16px,3vw,24px) clamp(24px,5vw,64px) clamp(72px,12vw,100px);
}

@media (max-width:640px) {
  body.page-russian-builder-gel-manicure-nyc .block45-wrap {
          padding-top: 8px;
          padding-bottom: 56px;
      }
}

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

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

@media (max-width:640px) {
  body.page-russian-builder-gel-manicure-nyc .footer-social {
          display: none;
      }
}


@media (min-width:761px) {
  body.page-russian-builder-gel-manicure-nyc .gallery-header,
  body.page-russian-builder-gel-manicure-nyc .carousel-wrap,
  body.page-russian-builder-gel-manicure-nyc .carousel-arrows,
  body.page-russian-builder-gel-manicure-nyc .what-inner,
  body.page-russian-builder-gel-manicure-nyc .why-pop-inner,
  body.page-russian-builder-gel-manicure-nyc .benefits-section-title,
  body.page-russian-builder-gel-manicure-nyc .benefits-track-wrap,
  body.page-russian-builder-gel-manicure-nyc .block45-wrap>div,
  body.page-russian-builder-gel-manicure-nyc .who-section,
  body.page-russian-builder-gel-manicure-nyc .comp-inner,
  body.page-russian-builder-gel-manicure-nyc .process-inner,
  body.page-russian-builder-gel-manicure-nyc .reviews-inner,
  body.page-russian-builder-gel-manicure-nyc .guarantee-inner,
  body.page-russian-builder-gel-manicure-nyc .local-seo-inner {
          max-width: 760px;
          margin-left: auto;
          margin-right: auto;
      }
}

@media (min-width:761px) {
  body.page-russian-builder-gel-manicure-nyc .gallery-header,
  body.page-russian-builder-gel-manicure-nyc .benefits-section-title {
          padding-left: 0;
          padding-right: 0;
      }
}

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

@media (min-width:761px) {
  body.page-russian-builder-gel-manicure-nyc .benefits-track-wrap {
          overflow: hidden;
      }
}

@media (min-width:761px) {
  body.page-russian-builder-gel-manicure-nyc .block45-wrap {
          padding-left: 24px;
          padding-right: 24px;
      }
}

body.page-russian-builder-gel-manicure-nyc .what-section {
    background: #e8e5df;
    border-top: 1px solid #d9d3c8;
    border-bottom: 1px solid #d9d3c8;
}

body.page-russian-builder-gel-manicure-nyc .read-more-hidden[hidden] {
    display: none;
}

body.page-russian-builder-gel-manicure-nyc .read-more-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid #9b7e58;
    background: transparent;
    color: #1c1813;
    font-family: "DM Sans",sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: background .25s, color .25s, border-color .25s;
}

body.page-russian-builder-gel-manicure-nyc .read-more-toggle:hover {
    background: #9b7e58;
    color: #f0eeea;
    border-color: #9b7e58;
}

body.page-russian-builder-gel-manicure-nyc .reviews-head {
    margin-bottom: clamp(24px,4vw,32px);
}

body.page-russian-builder-gel-manicure-nyc .reviews-head-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
}

body.page-russian-builder-gel-manicure-nyc .reviews-google-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #9b7e58;
    color: #1c1813;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background .25s, color .25s, border-color .25s;
}

body.page-russian-builder-gel-manicure-nyc .reviews-google-link:hover,
body.page-russian-builder-gel-manicure-nyc .reviews-google-link:active {
    background: #9b7e58;
    color: #f0eeea;
}

body.page-russian-builder-gel-manicure-nyc .reviews-sub {
    max-width: 760px;
    font-size: 13px;
    line-height: 1.95;
    color: #6e6660;
    font-weight: 300;
}

body.page-russian-builder-gel-manicure-nyc .steril-preview .steril-step:last-child {
    border-bottom: 1px solid #e8e3da;
}

body.page-russian-builder-gel-manicure-nyc .steril-toggle-btn {
    margin-top: 18px;
    margin-bottom: 16px;
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9b7e58;
    background: none;
    border: 1px solid #9b7e58;
    padding: 8px 18px;
    cursor: pointer;
    font-family: "DM Sans",sans-serif;
    font-weight: 300;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}

body.page-russian-builder-gel-manicure-nyc .steril-toggle-btn:hover {
    background: #9b7e58;
    color: #f0eeea;
    border-color: #9b7e58;
}

body.page-russian-builder-gel-manicure-nyc .video-showcase-section {
    padding: clamp(72px,12vw,110px) clamp(20px,5vw,48px);
    border-top: 1px solid #d9d3c8;
    border-bottom: 1px solid #d9d3c8;
    background: #f6f2ec;
}

body.page-russian-builder-gel-manicure-nyc .video-showcase-inner {
    max-width: 760px;
    margin: 0 auto;
}

body.page-russian-builder-gel-manicure-nyc .video-showcase-kicker {
    display: block;
    text-align: center;
    font-size: 9px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #9b7e58;
    margin-bottom: 18px;
}

body.page-russian-builder-gel-manicure-nyc .video-showcase-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(34px,6vw,56px);
    line-height: 1.02;
    font-weight: 400;
    color: #1c1813;
    text-align: center;
    margin-bottom: clamp(28px,5vw,40px);
}

body.page-russian-builder-gel-manicure-nyc .videos-resp {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px,3vw,28px);
}

body.page-russian-builder-gel-manicure-nyc .yt-preview {
    position: relative;
    aspect-ratio: 16 / 10;
    cursor: pointer;
    overflow: hidden;
    background: #1c1813;
    min-height: 0;
}

body.page-russian-builder-gel-manicure-nyc .yt-preview img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    transition: transform .35s ease;
}

body.page-russian-builder-gel-manicure-nyc .yt-preview:hover img {
    transform: scale(1.03);
}

body.page-russian-builder-gel-manicure-nyc .yt-preview-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(28,24,19,0.32), rgba(28,24,19,0.12));
    pointer-events: none;
}

body.page-russian-builder-gel-manicure-nyc .yt-preview-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(255,255,255,0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    box-shadow: 0 10px 28px rgba(28,24,19,0.18);
}

body.page-russian-builder-gel-manicure-nyc .local-seo-section {
    padding: clamp(56px,10vw,88px) clamp(24px,5vw,64px);
    border-top: 1px solid #d9d3c8;
}

body.page-russian-builder-gel-manicure-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-russian-builder-gel-manicure-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-russian-builder-gel-manicure-nyc .guarantee-lead {
    font-size: 12.5px;
    line-height: 1.85;
    color: #6e6660;
    font-weight: 300;
    margin-top: 12px;
}

body.page-russian-builder-gel-manicure-nyc .guarantee-body {
    display: grid;
    gap: 0;
}

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

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

body.page-russian-builder-gel-manicure-nyc .guarantee-block-head {
    padding: 14px 0 10px;
}

body.page-russian-builder-gel-manicure-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-russian-builder-gel-manicure-nyc .guarantee-copy {
    font-size: 12.5px;
    line-height: 1.8;
    color: #6e6660;
    font-weight: 300;
}

body.page-russian-builder-gel-manicure-nyc .guarantee-copy + .guarantee-subhead,
body.page-russian-builder-gel-manicure-nyc .guarantee-list + .guarantee-subhead {
    margin-top: 12px;
}

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

body.page-russian-builder-gel-manicure-nyc .guarantee-list {
    list-style: none;
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
}

body.page-russian-builder-gel-manicure-nyc .guarantee-list li {
    position: relative;
    padding-left: 16px;
    font-size: 12px;
    line-height: 1.75;
    color: #6e6660;
    font-weight: 300;
}

body.page-russian-builder-gel-manicure-nyc .guarantee-list li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #9b7e58;
}

body.page-russian-builder-gel-manicure-nyc .guarantee-more[hidden] {
    display: none;
}

body.page-russian-builder-gel-manicure-nyc .local-seo-inner {
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: clamp(28px,5vw,40px);
    align-items: start;
}

body.page-russian-builder-gel-manicure-nyc .local-seo-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(28px,6vw,44px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.05;
    margin-bottom: clamp(18px,3vw,24px);
}

body.page-russian-builder-gel-manicure-nyc .local-seo-text {
    font-size: 13px;
    line-height: 1.95;
    color: #6e6660;
    font-weight: 300;
}

body.page-russian-builder-gel-manicure-nyc .local-seo-text + .local-seo-text {
    margin-top: 14px;
}

body.page-russian-builder-gel-manicure-nyc .local-seo-text a {
    color: #9b7e58;
    text-decoration: none;
    border-bottom: 1px solid rgba(155,126,88,0.28);
}

body.page-russian-builder-gel-manicure-nyc .local-seo-card {
    background: #e8e5df;
    border-left: 2px solid #9b7e58;
    padding: clamp(24px,4vw,32px);
}

body.page-russian-builder-gel-manicure-nyc .local-seo-card-label {
    display: block;
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9b7e58;
    margin-bottom: 16px;
}

body.page-russian-builder-gel-manicure-nyc .local-seo-list {
    list-style: none;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

body.page-russian-builder-gel-manicure-nyc .local-seo-list li {
    font-size: 12px;
    line-height: 1.8;
    color: #6e6660;
}

body.page-russian-builder-gel-manicure-nyc .local-seo-list a {
    color: #1c1813;
    text-decoration: none;
}

body.page-russian-builder-gel-manicure-nyc .local-seo-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    min-height: 46px;
    padding: 0 20px;
    background: #1c1813;
    color: #f0eeea;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
}

body.page-russian-builder-gel-manicure-nyc .local-seo-cta:hover,
body.page-russian-builder-gel-manicure-nyc .local-seo-cta:active {
    background: #9b7e58;
}

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

@media (max-width: 760px) {
  body.page-russian-builder-gel-manicure-nyc .videos-resp,
  body.page-russian-builder-gel-manicure-nyc .local-seo-inner,
  body.page-russian-builder-gel-manicure-nyc .guarantee-inner {
          grid-template-columns: 1fr;
      }
}

@media (max-width: 760px) {
  body.page-russian-builder-gel-manicure-nyc .yt-preview-play {
          width: 72px;
          height: 72px;
      }
}

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

body.page-russian-builder-gel-manicure-nyc .what-section {
    padding: clamp(56px,10vw,88px) clamp(24px,5vw,64px);
}

body.page-russian-builder-gel-manicure-nyc .what-inner,
body.page-russian-builder-gel-manicure-nyc .why-pop-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-russian-builder-gel-manicure-nyc .what-inner,
  body.page-russian-builder-gel-manicure-nyc .why-pop-inner {
          grid-template-columns: 1fr;
          gap: 24px;
      }
}

body.page-russian-builder-gel-manicure-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-russian-builder-gel-manicure-nyc .what-body,
body.page-russian-builder-gel-manicure-nyc .why-pop-body {
    font-size: clamp(13px,1.8vw,14px);
    line-height: 1.95;
    color: #6e6660;
    font-weight: 300;
}

body.page-russian-builder-gel-manicure-nyc .what-body p+p,
body.page-russian-builder-gel-manicure-nyc .why-pop-body p+p {
    margin-top: 14px;
}

body.page-russian-builder-gel-manicure-nyc .why-pop-section {
    background: #f0eeea;
    border-top: 1px solid #d9d3c8;
    padding: clamp(56px,10vw,88px) clamp(24px,5vw,64px);
}

body.page-russian-builder-gel-manicure-nyc .local-seo-copy {
    display: flex;
    flex-direction: column;
    gap: clamp(14px,2vw,18px);
}

body.page-russian-builder-gel-manicure-nyc .read-more-hidden.open {
    display: block;
}

body.page-russian-builder-gel-manicure-nyc .guarantee-body > .guarantee-block + .guarantee-block {
    border-top: none;
    padding-top: 8px;
}

body.page-russian-builder-gel-manicure-nyc .guarantee-list {
    list-style: none;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

body.page-russian-builder-gel-manicure-nyc .guarantee-list li {
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 18px;
    font-size: 12px;
    line-height: 1.9;
    color: #6e6660;
    font-weight: 300;
}

body.page-russian-builder-gel-manicure-nyc .guarantee-list li::marker {
    content: "";
}

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

@media (min-width: 761px) {
  body.page-russian-builder-gel-manicure-nyc .gallery-header,
  body.page-russian-builder-gel-manicure-nyc .carousel-wrap,
  body.page-russian-builder-gel-manicure-nyc .carousel-arrows,
  body.page-russian-builder-gel-manicure-nyc .what-inner,
  body.page-russian-builder-gel-manicure-nyc .why-pop-inner,
  body.page-russian-builder-gel-manicure-nyc .benefits-section-title,
  body.page-russian-builder-gel-manicure-nyc .benefits-track-wrap,
  body.page-russian-builder-gel-manicure-nyc .block45-wrap > div,
  body.page-russian-builder-gel-manicure-nyc .who-section,
  body.page-russian-builder-gel-manicure-nyc .comp-inner,
  body.page-russian-builder-gel-manicure-nyc .process-inner,
  body.page-russian-builder-gel-manicure-nyc .reviews-inner,
  body.page-russian-builder-gel-manicure-nyc .guarantee-inner,
  body.page-russian-builder-gel-manicure-nyc .local-seo-inner {
          width: min(100%, 760px);
          max-width: 760px;
          margin-left: auto;
          margin-right: auto;
      }
}

@media (min-width: 761px) {
  body.page-russian-builder-gel-manicure-nyc .gallery-header,
  body.page-russian-builder-gel-manicure-nyc .benefits-section-title {
          padding-left: 0;
          padding-right: 0;
      }
}

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

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

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

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

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

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

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

body.page-russian-builder-gel-manicure-nyc .stp-pnum.done::before {
    background: #7a6e64;
}

body.page-russian-builder-gel-manicure-nyc .stp-pnum.on {
    color: #1c1813;
}

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

body.page-russian-builder-gel-manicure-nyc .stp-pnum:hover {
    color: #1c1813;
}

body.page-russian-builder-gel-manicure-nyc .stp-content {
    min-height: 130px;
    margin-bottom: 28px;
}

body.page-russian-builder-gel-manicure-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-russian-builder-gel-manicure-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-russian-builder-gel-manicure-nyc .stp-step-text {
    font-size: 14px;
    line-height: 1.85;
    color: #4a4035;
    font-weight: 300;
    font-family: "DM Sans",sans-serif;
}

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

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

body.page-russian-builder-gel-manicure-nyc .stp-btn:hover .stp-arrow {
    stroke: #f0eeea;
}

body.page-russian-builder-gel-manicure-nyc .stp-arrow {
    stroke: #1c1813;
    transition: stroke .2s;
}

body.page-russian-builder-gel-manicure-nyc .stp-btn:disabled {
    color: #8c8078;
    border-color: #8c8078;
    cursor: default;
}

body.page-russian-builder-gel-manicure-nyc .stp-btn:disabled .stp-arrow {
    stroke: #8c8078;
}

body.page-russian-builder-gel-manicure-nyc .stp-btn:disabled:hover {
    background: none;
    color: #8c8078;
}

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

body.page-russian-builder-gel-manicure-nyc .term-note-card {
    width: min(100%,760px);
    margin: 0 auto;
    background: #e8e5df;
    border-left: 2px solid #9b7e58;
    padding: clamp(24px,4vw,32px);
}

body.page-russian-builder-gel-manicure-nyc .term-note-eyebrow {
    display: block;
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9b7e58;
    font-family: "DM Sans",sans-serif;
    font-weight: 400;
    margin-bottom: 14px;
}

body.page-russian-builder-gel-manicure-nyc .term-note-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(28px,5vw,40px);
    line-height: 1.05;
    font-weight: 400;
    color: #1c1813;
    margin-bottom: 14px;
}

body.page-russian-builder-gel-manicure-nyc .term-note-text {
    font-size: 13px;
    line-height: 1.95;
    color: #6e6660;
    font-weight: 300;
    max-width: 640px;
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-section {
          padding-left: 20px;
          padding-right: 20px;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-intro {
          margin-bottom: 24px;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-mobile-hint {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 12px;
          margin: -4px 0 18px;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-mobile-hint-copy {
          display: flex;
          flex-direction: column;
          gap: 4px;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-mobile-hint-text {
          font-size: 9px;
          letter-spacing: 2.8px;
          text-transform: uppercase;
          color: #9b7e58;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-mobile-swipe-note {
          font-size: 9px;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #a89b8c;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-mobile-controls {
          display: flex;
          gap: 8px;
          flex-shrink: 0;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-mobile-btn {
          width: 40px;
          height: 40px;
          border: 1px solid #d9d3c8;
          border-radius: 50%;
          background: #f0eeea;
          color: #1c1813;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          transition: background .2s, border-color .2s, color .2s, opacity .2s;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-mobile-btn:hover,
  body.page-russian-builder-gel-manicure-nyc .comp-mobile-btn:active {
          background: #1c1813;
          border-color: #1c1813;
          color: #f0eeea;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-mobile-btn[disabled] {
          opacity: 0.35;
          cursor: default;
          pointer-events: none;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table-wrap {
          position: relative;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table-wrap::before,
  body.page-russian-builder-gel-manicure-nyc .comp-table-wrap::after {
          display: none;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table {
          display: block;
          width: 100%;
          border-collapse: separate;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table thead {
          display: none;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table tbody {
          display: flex;
          gap: 16px;
          overflow-x: auto;
          padding: 0 0 8px;
          scroll-snap-type: x mandatory;
          -webkit-overflow-scrolling: touch;
          scrollbar-width: none;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table tbody::-webkit-scrollbar {
          display: none;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table tr {
          display: block;
          flex: 0 0 min(340px, 86vw);
          scroll-snap-align: start;
          margin-bottom: 0;
          padding: 18px 18px 16px;
          background: #f0eeea;
          border: 1px solid #d9d3c8;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table td {
          display: block;
          width: 100%;
          border: none;
          padding: 0;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table td:first-child {
          min-width: 0;
          padding: 0 0 14px;
          margin-bottom: 14px;
          border-bottom: 1px solid #d9d3c8;
          font-size: 10px;
          letter-spacing: 2px;
          color: #9b7e58;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table td:nth-child(2),
  body.page-russian-builder-gel-manicure-nyc .comp-table td:nth-child(3) {
          font-size: 12.5px;
          line-height: 1.85;
          color: #6e6660;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table td:nth-child(3) {
          margin-top: 14px;
          padding-top: 14px;
          border-top: 1px solid #e8e3da;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table td:nth-child(2)::before,
  body.page-russian-builder-gel-manicure-nyc .comp-table td:nth-child(3)::before {
          display: block;
          margin-bottom: 6px;
          font-size: 9px;
          letter-spacing: 2.5px;
          text-transform: uppercase;
          color: #1c1813;
          font-weight: 400;
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table td:nth-child(2)::before {
          content: "Russian Builder Gel";
      }
}

@media (max-width: 640px) {
  body.page-russian-builder-gel-manicure-nyc .comp-table td:nth-child(3)::before {
          content: "Regular Gel Manicure";
      }
}

@media (min-width: 641px) {
  body.page-russian-builder-gel-manicure-nyc .comp-mobile-hint {
          display: none;
      }
}

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

body.page-russian-builder-gel-manicure-nyc .massage-promo-inner {
    max-width: 760px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

body.page-russian-builder-gel-manicure-nyc main {
    max-width: 100%;
    overflow-x: clip;
}

@supports not (overflow: clip) {
  body.page-russian-builder-gel-manicure-nyc main {
          overflow-x: hidden;
      }
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-001 {
    padding-top: 20px;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-002 {
    max-width: 760px;
    margin: 0 auto;
    border-left: 2px solid #9b7e58;
    padding: clamp(24px,4vw,36px);
    background: #e8e5df;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-003 {
    font-family: 'EB Garamond',serif;
    font-size: clamp(44px,10vw,64px);
    font-weight: 400;
    color: #9b7e58;
    line-height: 1;
    margin-bottom: 6px;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-004 {
    font-size: 13px;
    line-height: 1.95;
    color: #6e6660;
    font-weight: 300;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-005 {
    background: var(--bg);
    border-top: 1px solid #d9d3c8;
    border-bottom: 1px solid #d9d3c8;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-006 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: clamp(14px,2.5vw,20px) clamp(24px,5vw,64px);
    border-bottom: 1px solid #d9d3c8;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-007 {
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9b7e58;
    font-family: 'DM Sans',sans-serif;
    font-weight: 300;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-008 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #d9d3c8;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-009 {
    padding: clamp(32px,6vw,56px) clamp(24px,5vw,56px);
    border-right: 1px solid #d9d3c8;
    display: flex;
    align-items: flex-end;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-010 {
    font-family: 'EB Garamond',serif;
    font-size: clamp(40px,9vw,72px);
    font-weight: 400;
    color: #1c1813;
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-011 {
    padding: clamp(32px,6vw,56px) clamp(24px,5vw,56px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-012 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(18px,3vw,28px);
    text-align: center;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-013 {
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #a89b8c;
    font-family: 'DM Sans',sans-serif;
    font-weight: 300;
    text-align: center;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-014 {
    font-family: 'EB Garamond',serif;
    font-size: clamp(56px,12vw,96px);
    font-weight: 400;
    color: #1c1813;
    line-height: 0.9;
    letter-spacing: -2px;
    text-align: center;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-015 {
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #a89b8c;
    font-family: 'DM Sans',sans-serif;
    font-weight: 300;
    padding-top: clamp(14px,2.5vw,24px);
    text-align: center;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-016 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: clamp(18px,3vw,24px) clamp(24px,5vw,64px);
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-017 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1c1813;
    color: #1c1813;
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 14px clamp(24px,4vw,48px);
    text-decoration: none;
    transition: background .25s,color .25s;
    font-family: 'DM Sans',sans-serif;
    background: transparent;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-018 {
    padding: clamp(56px,10vw,88px) 0;
    border-top: 1px solid #d9d3c8;
    background: #e8e5df;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-019 {
    font-family: 'EB Garamond',serif;
    font-size: clamp(22px,4vw,32px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.15;
    margin-bottom: clamp(28px,5vw,40px);
    padding: 0 clamp(24px,5vw,64px);
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-020 {
    flex: 0 0 clamp(8px,4vw,40px);
    flex-shrink: 0;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-021 {
    padding: 4px clamp(24px,5vw,64px) 0;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-022 {
    width: 20px;
    background: #9b7e58;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-023 {
    width: 6px;
    background: #d9d3c8;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-024 {
    width: 6px;
    background: #d9d3c8;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-025 {
    width: 6px;
    background: #d9d3c8;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-026 {
    width: 6px;
    background: #d9d3c8;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-027 {
    width: 6px;
    background: #d9d3c8;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-028 {
    font-family: 'EB Garamond',serif;
    font-size: clamp(22px,4vw,32px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.15;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-029 {
    font-family: 'EB Garamond',serif;
    font-size: clamp(22px,4vw,32px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.15;
    margin-bottom: clamp(20px,3vw,28px);
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-030 {
    font-family: 'EB Garamond',serif;
    font-size: clamp(22px,4vw,32px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.15;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-031 {
    background: #e8e5df;
    border-top: 1px solid #d9d3c8;
    border-bottom: 1px solid #d9d3c8;
}

body.page-russian-builder-gel-manicure-nyc .u-russian-builder-gel-manicure-nyc-032 {
    font-family: 'EB Garamond',serif;
    font-size: clamp(22px,4vw,32px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.15;
    margin-bottom: clamp(28px,5vw,40px);
}
