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

body.page-permanent-makeup-nyc *::before,
body.page-permanent-makeup-nyc *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.page-permanent-makeup-nyc::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    opacity: 0.025;
    mix-blend-mode: multiply;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.page-permanent-makeup-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-permanent-makeup-nyc .book-cta {
    text-align: center;
    padding: clamp(32px,6vw,48px) 24px;
}

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

body.page-permanent-makeup-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-permanent-makeup-nyc .corrective-note {
    font-family: "EB Garamond",serif;
    font-style: italic;
    font-size: 13px;
    color: #a89b8c;
    line-height: 1.7;
    padding-top: 10px;
}

body.page-permanent-makeup-nyc .corrective-note-mobile-break {
    display: none;
}

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

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

body.page-permanent-makeup-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-permanent-makeup-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;
}

@media (max-width:600px) {
  body.page-permanent-makeup-nyc .corrective-note {
          line-height: 0.98;
      }
}

@media (max-width:600px) {
  body.page-permanent-makeup-nyc .corrective-note-mobile-break {
          display: block;
      }
}

body.page-permanent-makeup-nyc .brands-section {
    padding: clamp(56px,10vw,88px) clamp(20px,5vw,48px);
}

body.page-permanent-makeup-nyc .brands-inner {
    max-width: 860px;
    margin: 0 auto;
}

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

body.page-permanent-makeup-nyc .brands-eyebrow {
    font-size: 9px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #9b7e58;
    display: block;
    margin-bottom: 10px;
}

body.page-permanent-makeup-nyc .brands-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px,3vw,36px);
}

@media (max-width:560px) {
  body.page-permanent-makeup-nyc .brands-grid {
          grid-template-columns: 1fr;
      }
}

body.page-permanent-makeup-nyc .brand-card {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

body.page-permanent-makeup-nyc .brand-card-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #e8e5df;
    margin-bottom: 16px;
}

body.page-permanent-makeup-nyc .brand-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

body.page-permanent-makeup-nyc .brand-card:hover .brand-card-img img {
    transform: scale(1.03);
}

body.page-permanent-makeup-nyc .brand-card-name {
    font-family: "EB Garamond",serif;
    font-size: clamp(20px,3.5vw,26px);
    font-weight: 400;
    color: #1c1813;
    margin-bottom: 4px;
    text-align: center;
}

body.page-permanent-makeup-nyc .brand-card-sub {
    font-size: 12px;
    color: #a89b8c;
    letter-spacing: 1px;
    text-align: center;
}

body.page-permanent-makeup-nyc .brand-card-hint {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9b7e58;
    text-align: center;
    margin-top: 8px;
    opacity: 0.7;
}

body.page-permanent-makeup-nyc .brand-overlay {
    position: fixed;
    inset: 0;
    z-index: 800;
    background: rgba(12,10,8,0.7);
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

body.page-permanent-makeup-nyc .brand-overlay.open {
    opacity: 1;
    pointer-events: all;
}

body.page-permanent-makeup-nyc .brand-panel {
    width: min(640px,100vw);
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transform: translateX(40px);
    transition: transform .35s ease;
    max-height: 100vh;
    position: relative;
}

body.page-permanent-makeup-nyc .brand-overlay.open .brand-panel {
    transform: translateX(0);
}

body.page-permanent-makeup-nyc .brand-panel-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    flex-shrink: 0;
    background: #e8e5df;
}

body.page-permanent-makeup-nyc .brand-panel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.page-permanent-makeup-nyc .brand-panel-body {
    padding: clamp(28px,5vw,48px) clamp(24px,4vw,44px) clamp(40px,6vw,56px);
}

body.page-permanent-makeup-nyc .brand-panel-close {
    position: fixed;
    top: clamp(16px,3vw,24px);
    right: clamp(16px,3vw,24px);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #1c1813;
    color: #f0eeea;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 810;
    -webkit-tap-highlight-color: transparent;
    transition: background .2s;
}

body.page-permanent-makeup-nyc .brand-panel-close:hover {
    background: #9b7e58;
}

body.page-permanent-makeup-nyc .brand-panel-name {
    font-family: "EB Garamond",serif;
    font-size: clamp(28px,5vw,38px);
    font-weight: 400;
    color: #1c1813;
    line-height: 1.05;
    margin-bottom: 6px;
}

body.page-permanent-makeup-nyc .brand-panel-cat {
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #a89b8c;
    text-transform: uppercase;
    margin-bottom: clamp(20px,3vw,28px);
}

body.page-permanent-makeup-nyc .brand-panel-desc {
    font-size: 14px;
    line-height: 1.85;
    color: #4a4540;
    font-weight: 300;
    margin-bottom: clamp(20px,3vw,28px);
    border-bottom: 1px solid #e8e3da;
    padding-bottom: clamp(20px,3vw,28px);
}

body.page-permanent-makeup-nyc .brand-panel-feat-title {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9b7e58;
    margin-bottom: 14px;
    font-weight: 400;
}

body.page-permanent-makeup-nyc .brand-panel-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.page-permanent-makeup-nyc .brand-panel-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

body.page-permanent-makeup-nyc .brand-panel-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9b7e58;
    margin-top: 7px;
    flex-shrink: 0;
}

body.page-permanent-makeup-nyc .brand-panel-text {
    font-size: 13px;
    line-height: 1.75;
    color: #4a4540;
    font-weight: 300;
}

body.page-permanent-makeup-nyc .brand-panel-text strong {
    color: #1c1813;
    font-weight: 400;
}

body.page-permanent-makeup-nyc .pmu-intro-block,
body.page-permanent-makeup-nyc .pmu-guide-section {
    padding: clamp(56px, 10vw, 88px) clamp(20px, 5vw, 48px);
}

body.page-permanent-makeup-nyc .pmu-intro-inner,
body.page-permanent-makeup-nyc .pmu-guide-inner {
    max-width: 980px;
    margin: 0 auto;
}

body.page-permanent-makeup-nyc .pmu-intro-head,
body.page-permanent-makeup-nyc .pmu-guide-head {
    max-width: 760px;
    margin: 0 auto clamp(28px, 5vw, 40px);
}

body.page-permanent-makeup-nyc .pmu-intro-title,
body.page-permanent-makeup-nyc .pmu-guide-title {
    font-family: "EB Garamond", serif;
    font-size: clamp(38px, 6vw, 64px);
    font-weight: 400;
    line-height: 0.98;
    color: var(--ink);
    margin-bottom: 14px;
}

body.page-permanent-makeup-nyc .pmu-intro-copy,
body.page-permanent-makeup-nyc .pmu-guide-copy {
    font-size: 15px;
    line-height: 1.9;
    color: var(--mid);
    max-width: 720px;
}

body.page-permanent-makeup-nyc .pmu-swipe-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 300px);
    gap: 18px;
    overflow-x: auto;
    padding: 4px 0 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x proximity;
}

body.page-permanent-makeup-nyc .pmu-swipe-rail::-webkit-scrollbar {
    display: none;
}

body.page-permanent-makeup-nyc .pmu-swipe-card {
    scroll-snap-align: start;
    border: 1px solid var(--rule);
    background: rgba(255, 255, 255, 0.45);
    padding: 24px 22px;
    min-height: 220px;
}

body.page-permanent-makeup-nyc .pmu-swipe-card-title {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
}

body.page-permanent-makeup-nyc .pmu-swipe-card-text {
    font-size: 15px;
    line-height: 1.85;
    color: var(--mid);
}

body.page-permanent-makeup-nyc .pmu-guide-section {
    background: var(--bg-alt);
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}

body.page-permanent-makeup-nyc .pmu-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.page-permanent-makeup-nyc .pmu-guide-item {
    display: flex;
    gap: 14px;
    padding: 20px 18px;
    border: 1px solid var(--rule);
    background: rgba(255, 255, 255, 0.35);
}

body.page-permanent-makeup-nyc .pmu-guide-dot {
    width: 6px;
    height: 6px;
    margin-top: 10px;
    border-radius: 50%;
    background: var(--gold);
    flex-shrink: 0;
}

body.page-permanent-makeup-nyc .pmu-guide-text {
    font-size: 14px;
    line-height: 1.85;
    color: var(--mid);
}

@media (max-width: 760px) {
  body.page-permanent-makeup-nyc .pmu-guide-grid {
          grid-template-columns: 1fr;
      }
}

@media (max-width: 760px) {
  body.page-permanent-makeup-nyc .pmu-swipe-rail {
          grid-auto-columns: minmax(250px, 84vw);
      }
}

@media (min-width: 761px) {
  body.page-permanent-makeup-nyc .carousel-wrap,
  body.page-permanent-makeup-nyc .carousel-arrows,
  body.page-permanent-makeup-nyc .pmu-intro-inner,
  body.page-permanent-makeup-nyc .book-cta,
  body.page-permanent-makeup-nyc .pmu-guide-inner,
  body.page-permanent-makeup-nyc .process-inner,
  body.page-permanent-makeup-nyc .brands-inner {
          width: min(100%, 760px);
          max-width: 760px;
          margin-left: auto;
          margin-right: auto;
      }
}

@media (min-width: 761px) {
  body.page-permanent-makeup-nyc .book-cta {
          padding-left: 0;
          padding-right: 0;
      }
}

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

body.page-permanent-makeup-nyc .pmu-intro-inner,
body.page-permanent-makeup-nyc .pmu-guide-inner {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

body.page-permanent-makeup-nyc .pmu-intro-head,
body.page-permanent-makeup-nyc .pmu-guide-head {
    max-width: none;
    margin: 0 0 clamp(28px, 5vw, 40px);
}

body.page-permanent-makeup-nyc .pmu-intro-copy,
body.page-permanent-makeup-nyc .pmu-guide-copy {
    max-width: 720px;
}

body.page-permanent-makeup-nyc .pmu-swipe-carousel {
    display: grid;
    gap: 18px;
}

body.page-permanent-makeup-nyc .pmu-swipe-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 286px);
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 0 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body.page-permanent-makeup-nyc .pmu-swipe-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

body.page-permanent-makeup-nyc .pmu-swipe-arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.page-permanent-makeup-nyc .pmu-swipe-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid var(--rule);
    border-radius: 50%;
    background: transparent;
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .22s ease, border-color .22s ease, color .22s ease, opacity .22s ease;
}

body.page-permanent-makeup-nyc .pmu-swipe-arrow:hover,
body.page-permanent-makeup-nyc .pmu-swipe-arrow:focus-visible {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--bg);
}

body.page-permanent-makeup-nyc .pmu-swipe-arrow.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

body.page-permanent-makeup-nyc .pmu-swipe-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    min-height: 10px;
}

body.page-permanent-makeup-nyc .pmu-swipe-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(155, 126, 88, 0.28);
    transition: transform .2s ease, background .2s ease;
}

body.page-permanent-makeup-nyc .pmu-swipe-dot.is-active {
    background: var(--gold);
    transform: scale(1.15);
}

body.page-permanent-makeup-nyc .pmu-swipe-dot:hover,
body.page-permanent-makeup-nyc .pmu-swipe-dot:focus-visible {
    background: rgba(155, 126, 88, 0.68);
}

body.page-permanent-makeup-nyc .brand-card-hint {
    display: block;
    font-size: 10px;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--ink);
    opacity: 1;
    letter-spacing: 3px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}

body.page-permanent-makeup-nyc .brand-card:hover .brand-card-hint,
body.page-permanent-makeup-nyc .brand-card:focus-visible .brand-card-hint {
    color: var(--gold);
}

@media (max-width: 760px) {
  body.page-permanent-makeup-nyc .pmu-swipe-nav {
          flex-direction: column-reverse;
          align-items: flex-start;
      }
}

@media (max-width: 760px) {
  body.page-permanent-makeup-nyc .pmu-swipe-dots {
          justify-content: flex-start;
      }
}

body.page-permanent-makeup-nyc .pmu-mini-section {
    padding: clamp(40px, 8vw, 64px) clamp(20px, 5vw, 48px);
    background: var(--bg);
}

body.page-permanent-makeup-nyc .pmu-mini-inner {
    width: min(100%, 760px);
    max-width: 760px;
    margin: 0 auto;
}

body.page-permanent-makeup-nyc .pmu-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.page-permanent-makeup-nyc .pmu-mini-card {
    border: 1px solid var(--rule);
    background: rgba(255,255,255,0.38);
    padding: clamp(22px, 4vw, 28px);
}

body.page-permanent-makeup-nyc .pmu-mini-label {
    display: block;
    margin-bottom: 14px;
    font-size: 9px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--gold);
}

body.page-permanent-makeup-nyc .pmu-mini-title {
    font-family: "EB Garamond", serif;
    font-size: clamp(26px, 4vw, 34px);
    line-height: 1.02;
    font-weight: 400;
    color: var(--ink);
    margin-bottom: 16px;
}

body.page-permanent-makeup-nyc .pmu-mini-list {
    display: grid;
    gap: 10px;
}

body.page-permanent-makeup-nyc .pmu-mini-item {
    font-size: 14px;
    line-height: 1.8;
    color: var(--mid);
    padding-left: 16px;
    position: relative;
}

body.page-permanent-makeup-nyc .pmu-mini-item::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
    position: absolute;
    left: 0;
    top: 10px;
}

@media (max-width: 760px) {
  body.page-permanent-makeup-nyc .pmu-mini-grid {
          grid-template-columns: 1fr;
      }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.page-permanent-makeup-nyc section[aria-labelledby="precareTitle"] {
    background: #f0eeea;
}

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

body.page-permanent-makeup-nyc .brand-panel-footer {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.85;
    color: #4a4540;
    font-weight: 300;
}
