.services-page {
    --gold: #99783a;
    --gold-soft: #b9a270;
    --blush: #f2e3de;
    --blush-2: #f8efeb;
    --cream: #faf7f2;
    --dark: #181614;
    --muted: #7c746e;
}


/* ============================================================
   HERO
   ============================================================ */

.services-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 58px;
    background:
        radial-gradient(circle at 90% 0%, rgba(186,155,106,.11), transparent 30%),
        #faf7f2;
}

.services-hero-ornament {
    position: absolute;
    top: -150px;
    right: 3%;
    color: rgba(157,121,57,.045);
    font-family: "Italianno", cursive;
    font-size: 430px;
    line-height: 1;
    pointer-events: none;
}

.services-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 90px;
    align-items: end;
}

.services-eyebrow {
    color: var(--gold);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.services-hero h1 {
    margin: 18px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(60px, 8vw, 112px);
    font-weight: 400;
    line-height: .86;
    letter-spacing: -.055em;
}

.services-hero h1 span {
    display: block;
    color: var(--gold);
    font-style: italic;
    font-weight: 400;
}

.services-hero-copy {
    padding-bottom: 10px;
}

.services-hero-copy p {
    max-width: 420px;
    margin: 0 0 27px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.9;
}

.services-book-top {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 7px;
    border-bottom: 1px solid #b9a47b;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.services-book-top span {
    color: var(--gold);
    font-size: 15px;
}

.services-rule {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 13px;
    align-items: center;
    margin-top: 72px;
}

.services-rule span {
    height: 1px;
    background: rgba(153,120,58,.35);
}

.services-rule i {
    color: var(--gold);
    font-size: 7px;
    font-style: normal;
}

.services-nav {
    display: flex;
    justify-content: center;
    gap: 35px;
    padding-top: 28px;
    overflow-x: auto;
}

.services-nav a {
    position: relative;
    flex: none;
    color: #6e665f;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.services-nav a:hover {
    color: var(--gold);
}


/* ============================================================
   PRICE LIST
   ============================================================ */

.price-list-section {
    padding: 115px 0 135px;
    background: #fff;
}

.price-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.price-category {
    scroll-margin-top: 120px;
    overflow: hidden;
    border: 1px solid #e5ddd7;
    background: #fff;
}

.price-category:nth-child(2),
.price-category:nth-child(5) {
    background: #fdf9f7;
}

.price-category-head {
    min-height: 105px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 23px 30px;
    background: #f2e3de;
    border-bottom: 1px solid #e7d7d1;
}

.price-category-number {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    flex: none;
    border: 1px solid rgba(142,105,62,.35);
    border-radius: 50%;
    color: var(--gold);
    font-family: "Playfair Display", serif;
    font-size: 12px;
}

.category-small {
    color: #9a8d84;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.price-category-head h2 {
    margin: 4px 0 0;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -.02em;
}

.price-category-body {
    padding: 29px 30px 32px;
}

.price-service {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 13px;
    align-items: baseline;
    padding: 13px 0;
}

.price-service + .price-service {
    border-top: 1px solid #f0ebe7;
}

.price-service-info {
    max-width: 340px;
}

.price-service-info h3 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.price-service-info p {
    margin: 4px 0 0;
    color: #9a918b;
    font-size: 9px;
    line-height: 1.5;
}

.price-dots {
    min-width: 25px;
    border-bottom: 1px dotted #d9cec7;
}

.price-value {
    color: #201d1a;
    font-family: "Playfair Display", serif;
    font-size: 19px;
    white-space: nowrap;
}

.category-description {
    max-width: 470px;
    margin: 25px 0 0;
    padding-top: 19px;
    border-top: 1px solid #e8e1dc;
    color: #827a73;
    font-size: 10.5px;
    line-height: 1.75;
}

.category-book {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: var(--gold);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.category-book span {
    font-size: 13px;
}

.category-book:hover {
    color: #5f482a;
}


/* ============================================================
   LENGTH
   ============================================================ */

.length-section {
    padding: 125px 0;
    background: #f8f3ee;
}

.length-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
    align-items: center;
}

.length-copy h2 {
    max-width: 520px;
    margin: 15px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(42px, 5vw, 67px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.length-copy h2 span {
    display: block;
    color: var(--gold);
    font-style: italic;
}

.length-copy p {
    max-width: 470px;
    margin: 25px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.85;
}

.nail-lengths {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    gap: 25px;
}

.nail-length-item {
    min-width: 120px;
    text-align: center;
}

.finger {
    position: relative;
    width: 94px;
    height: 190px;
    margin: 0 auto 21px;
    overflow: hidden;
    border-radius: 48px 48px 10px 10px;
    background:
        linear-gradient(
            90deg,
            #e3b69d 0%,
            #f0c7ae 45%,
            #e8baa0 100%
        );
    box-shadow:
        inset 10px 0 20px rgba(128,74,55,.08),
        inset -8px 0 16px rgba(255,255,255,.25);
}

.nail {
    position: absolute;
    top: 16px;
    left: 50%;
    width: 58px;
    height: 95px;
    transform: translateX(-50%);
    border: 1px solid #b57d77;
    border-radius: 30px 30px 15px 15px;
    background:
        linear-gradient(
            90deg,
            #f2c8c5,
            #fae3df 52%,
            #eebeba
        );
    box-shadow:
        inset 0 7px 12px rgba(255,255,255,.38);
}

.medium .finger {
    height: 220px;
}

.medium .nail {
    height: 125px;
}

.long .finger {
    height: 255px;
}

.long .nail {
    height: 160px;
    border-radius: 30px 30px 22px 22px;
}

.nail-length-item strong {
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.nail-length-item span {
    display: block;
    margin-top: 5px;
    color: var(--gold);
    font-family: "Playfair Display", serif;
    font-size: 17px;
}


/* ============================================================
   NOTE
   ============================================================ */

.services-note {
    padding: 85px 0;
    background: #fff;
}

.note-inner {
    display: grid;
    grid-template-columns: 70px 1fr auto;
    gap: 28px;
    align-items: center;
    padding: 38px 45px;
    border-top: 1px solid #ded3cc;
    border-bottom: 1px solid #ded3cc;
}

.note-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border: 1px solid #d7c5a5;
    border-radius: 50%;
    color: var(--gold);
    font-size: 18px;
}

.note-inner h2 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 25px;
    font-weight: 400;
}

.note-inner p {
    max-width: 650px;
    margin: 7px 0 0;
    color: var(--muted);
    font-size: 10.5px;
    line-height: 1.75;
}

.note-inner > a {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 7px;
    border-bottom: 1px solid #baa479;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.note-inner > a span {
    color: var(--gold);
    font-size: 14px;
}


/* ============================================================
   CTA
   ============================================================ */

.services-final-cta {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: #181614;
    color: #fff;
    text-align: center;
}

.services-final-cta .services-eyebrow {
    color: #bda46c;
}

.services-final-cta h2 {
    position: relative;
    z-index: 2;
    margin: 20px auto 33px;
    font-family: "Playfair Display", serif;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.04em;
}

.services-final-cta h2 em {
    display: block;
    color: #c0a269;
    font-weight: 400;
}

.services-final-cta a {
    position: relative;
    z-index: 2;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    gap: 22px;
    padding: 0 28px;
    background: #fff;
    color: #181614;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.services-final-cta svg {
    width: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
}

.services-final-script {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(255,255,255,.025);
    font-family: "Italianno", cursive;
    font-size: 360px;
    line-height: 1;
    transform: translate(-50%,-50%);
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 900px) {

    .services-hero-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .services-hero-copy {
        max-width: 520px;
    }

    .price-list-grid {
        grid-template-columns: 1fr;
    }

    .length-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .note-inner {
        grid-template-columns: 60px 1fr;
    }

    .note-inner > a {
        grid-column: 2;
        justify-self: start;
    }
}


@media (max-width: 620px) {

    .services-hero {
        padding: 70px 0 38px;
    }

    .services-hero h1 {
        font-size: 63px;
    }

    .services-rule {
        margin-top: 48px;
    }

    .services-nav {
        justify-content: flex-start;
        gap: 25px;
    }

    .price-list-section {
        padding: 70px 0 85px;
    }

    .price-list-grid {
        gap: 14px;
    }

    .price-category-head {
        min-height: auto;
        padding: 20px;
    }

    .price-category-body {
        padding: 20px;
    }

    .price-category-head h2 {
        font-size: 23px;
    }

    .price-service {
        grid-template-columns: minmax(0, auto) 1fr auto;
        gap: 8px;
    }

    .price-service-info h3 {
        font-size: 11.5px;
    }

    .price-value {
        font-size: 17px;
    }

    .length-section {
        padding: 75px 0;
    }

    .length-copy h2 {
        font-size: 42px;
    }

    .nail-lengths {
        gap: 8px;
    }

    .nail-length-item {
        min-width: 0;
        flex: 1;
    }

    .finger {
        width: 70px;
        height: 145px;
    }

    .nail {
        width: 44px;
        height: 70px;
    }

    .medium .finger {
        height: 170px;
    }

    .medium .nail {
        height: 94px;
    }

    .long .finger {
        height: 195px;
    }

    .long .nail {
        height: 118px;
    }

    .services-note {
        padding: 60px 0;
    }

    .note-inner {
        grid-template-columns: 1fr;
        padding: 30px 0;
    }

    .note-inner > a {
        grid-column: auto;
    }

    .services-final-cta {
        padding: 90px 0;
    }

    .services-final-cta h2 {
        font-size: 49px;
    }
}
