/* ==================================================
   SCULPT FACES — RESULTS PAGE
================================================== */

.sculpt-results-page {
    --results-dark: #1e1d1b;
    --results-dark-soft: #2c2a27;
    --results-cream: #f4efe8;
    --results-cream-light: #fbf8f4;
    --results-taupe: #c7b7a4;
    --results-taupe-dark: #8a7866;
    --results-border: rgba(30, 29, 27, 0.14);
    --results-white-border: rgba(255, 255, 255, 0.18);
    overflow: hidden;
    background: var(--results-cream-light);
    color: var(--results-dark);
}

.sculpt-results-page *,
.sculpt-result-modal * {
    box-sizing: border-box;
}

.sculpt-results-section-eyebrow,
.sculpt-results-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-family: 'Archivo', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.sculpt-results-section-eyebrow::before,
.sculpt-results-eyebrow::before {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: '';
}

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

.sculpt-results-hero {
    position: relative;
    min-height: 820px;
    padding: 150px 0 110px;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%,
            rgba(199, 183, 164, 0.22),
            transparent 34%),
        radial-gradient(circle at 85% 75%,
            rgba(199, 183, 164, 0.14),
            transparent 30%),
        linear-gradient(135deg,
            #1b1a18 0%,
            #25221f 55%,
            #181715 100%);
    color: #fff;
    display: flex;
    align-items: center;
    isolation: isolate;
}

.sculpt-results-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.23;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.8),
            transparent);
    content: '';
}

.sculpt-results-hero::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: min(58vw, 760px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    content: '';
}

.sculpt-results-hero-inner {
    position: relative;
    z-index: 3;
    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
}

.sculpt-results-hero-copy {
    width: 100%;
    max-width: 920px;
    padding: 0;
}

.sculpt-results-eyebrow {
    color: var(--results-taupe);
    opacity: 0;
    transform: translateY(20px);
    animation: sculptHeroReveal 0.8s ease 0.2s forwards;
}

.sculpt-results-hero h1 {
    max-width: 1000px;
    margin: 0;
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: clamp(68px, 9vw, 142px);
    font-weight: 400;
    line-height: 0.86;
    letter-spacing: -0.055em;
    text-wrap: balance;
    opacity: 0;
    transform: translateY(34px);
    animation: sculptHeroReveal 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

.sculpt-results-rotating-wrap {
    display: block;
    min-height: 1em;
    overflow: hidden;
    color: var(--results-taupe);
    font-style: italic;
}

.sculpt-results-rotating-text {
    display: inline-block;
    transform-origin: left center;
}

.sculpt-results-rotating-text.is-leaving {
    animation: sculptWordLeave 0.55s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.sculpt-results-rotating-text.is-entering {
    animation: sculptWordEnter 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sculpt-results-hero-copy>p {
    max-width: 690px;
    margin: 38px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(17px, 1.6vw, 20px);
    line-height: 1.8;
    opacity: 0;
    transform: translateY(24px);
    animation: sculptHeroReveal 0.9s ease 0.65s forwards;
}

.sculpt-results-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 42px;
    opacity: 0;
    transform: translateY(24px);
    animation: sculptHeroReveal 0.9s ease 0.8s forwards;
}

.sculpt-results-hero-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.sculpt-results-hero-link span {
    transition: transform 0.25s ease;
}

.sculpt-results-hero-link:hover span {
    transform: translate(4px, -4px);
}

.sculpt-results-hero-counter {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: grid;
    grid-template-columns: auto 75px auto;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.46);
    font-family: 'Archivo', sans-serif;
    opacity: 0;
    animation: sculptFadeIn 0.8s ease 1s forwards;
}

.sculpt-results-hero-counter>span {
    color: #fff;
    font-size: 14px;
}

.sculpt-results-hero-counter>div {
    height: 1px;
    background: rgba(255, 255, 255, 0.28);
}

.sculpt-results-hero-counter small {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.sculpt-results-floating-words {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.sculpt-floating-word {
    position: absolute;
    color: rgba(255, 255, 255, 0.035);
    font-family: 'Archivo', sans-serif;
    font-size: clamp(80px, 13vw, 210px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    user-select: none;
}

.sculpt-floating-word-one {
    top: 5%;
    left: -4%;
    animation: sculptFloatOne 12s ease-in-out infinite;
}

.sculpt-floating-word-two {
    top: 28%;
    right: -8%;
    animation: sculptFloatTwo 15s ease-in-out infinite;
}

.sculpt-floating-word-three {
    bottom: 10%;
    left: 5%;
    animation: sculptFloatOne 14s ease-in-out -5s infinite reverse;
}

.sculpt-floating-word-four {
    right: 3%;
    bottom: -5%;
    animation: sculptFloatTwo 17s ease-in-out -4s infinite reverse;
}

.sculpt-results-hero-orbit {
    position: absolute;
    top: 50%;
    right: -175px;
    z-index: 2;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    transform: translateY(-50%);
    animation: sculptOrbit 28s linear infinite;
    pointer-events: none;
}

.sculpt-results-hero-orbit span {
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
    font-family: 'Archivo', sans-serif;
    font-size: 10px;
    letter-spacing: 0.3em;
}

.sculpt-results-hero-orbit span:nth-child(1) {
    top: -6px;
    left: 50%;
}

.sculpt-results-hero-orbit span:nth-child(2) {
    top: 50%;
    right: -58px;
    transform: rotate(90deg);
}

.sculpt-results-hero-orbit span:nth-child(3) {
    bottom: -6px;
    left: 50%;
}

.sculpt-results-hero-orbit span:nth-child(4) {
    top: 50%;
    left: -58px;
    transform: rotate(-90deg);
}

.sculpt-results-hero-marquee {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(10px);
}

.sculpt-results-hero-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 18px 0;
    animation: sculptMarquee 28s linear infinite;
}

.sculpt-results-hero-marquee-track span {
    padding: 0 34px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Archivo', sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.sculpt-results-hero-marquee-track i {
    color: var(--results-taupe);
    font-style: normal;
}

/* ==================================================
   INTRODUCTION
================================================== */

.sculpt-results-intro {
    padding: 120px 0;
    background: var(--results-cream);
}

.sculpt-results-intro-grid {
    display: grid;
    grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
    gap: 80px;
}

.sculpt-results-intro-index {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sculpt-results-intro-index span {
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: 78px;
    line-height: 0.9;
}

.sculpt-results-intro-index small {
    margin-top: 16px;
    color: var(--results-taupe-dark);
    font-family: 'Archivo', sans-serif;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.sculpt-results-intro-copy {
    max-width: 860px;
}

.sculpt-results-intro-copy h2,
.sculpt-results-gallery-heading h2,
.sculpt-results-featured-copy h2,
.sculpt-results-information-heading h2,
.sculpt-results-treatments-heading h2,
.sculpt-results-cta h2 {
    margin: 0;
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: clamp(50px, 6vw, 90px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.045em;
}

.sculpt-results-intro-copy h2 em,
.sculpt-results-cta h2 em {
    display: block;
    color: var(--results-taupe-dark);
    font-weight: 400;
}

.sculpt-results-intro-lead {
    margin: 36px 0 12px;
    color: var(--results-dark);
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.3;
}

.sculpt-results-intro-copy>p:last-child {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(30, 29, 27, 0.68);
    font-size: 17px;
    line-height: 1.8;
}

/* ==================================================
   GALLERY
================================================== */

.sculpt-results-gallery-section {
    padding: 125px 0;
    background: var(--results-cream-light);
}

.sculpt-results-gallery-heading,
.sculpt-results-treatments-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
    align-items: end;
    gap: 80px;
    margin-bottom: 54px;
}

.sculpt-results-gallery-heading h2,
.sculpt-results-treatments-heading h2 {
    font-size: clamp(48px, 5.5vw, 78px);
}

.sculpt-results-gallery-heading>p,
.sculpt-results-treatments-heading>p {
    margin: 0 0 8px;
    color: rgba(30, 29, 27, 0.62);
    font-size: 16px;
    line-height: 1.8;
}

.sculpt-results-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--results-border);
}

.sculpt-results-filter {
    min-height: 46px;
    padding: 12px 21px;
    border: 1px solid var(--results-border);
    border-radius: 100px;
    background: transparent;
    color: var(--results-dark);
    font-family: 'Archivo', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.sculpt-results-filter:hover {
    border-color: var(--results-dark);
    transform: translateY(-2px);
}

.sculpt-results-filter.is-active {
    border-color: var(--results-dark);
    background: var(--results-dark);
    color: #fff;
}

.sculpt-results-count {
    margin: 22px 0 30px;
    color: rgba(30, 29, 27, 0.54);
    font-family: 'Archivo', sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sculpt-results-count strong {
    color: var(--results-dark);
}

.sculpt-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px 24px;
}

.sculpt-result-card {
    min-width: 0;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.sculpt-result-card.is-hiding {
    opacity: 0;
    transform: scale(0.96);
}

.sculpt-result-card[hidden] {
    display: none;
}

.sculpt-result-card-button {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.sculpt-result-card-image {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #ded6cc;
}

.sculpt-result-card-image::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom,
            transparent 45%,
            rgba(20, 19, 18, 0.7) 100%);
    content: '';
    pointer-events: none;
}

.sculpt-result-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.5s ease;
}

.sculpt-result-card-button:hover .sculpt-result-card-image img {
    transform: scale(1.045);
    filter: saturate(1.04);
}

.sculpt-result-image-placeholder {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    background:
        linear-gradient(135deg,
            #d7ccc0,
            #eee7df);
    color: rgba(30, 29, 27, 0.55);
    text-align: center;
}

.image-missing .sculpt-result-image-placeholder {
    display: flex;
}

.sculpt-result-image-placeholder span {
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: 24px;
}

.sculpt-result-image-placeholder small {
    max-width: 260px;
    font-size: 10px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.sculpt-result-card-number {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(25, 24, 22, 0.28);
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size: 10px;
    backdrop-filter: blur(10px);
}

.sculpt-result-card-view {
    position: absolute;
    right: 20px;
    bottom: 18px;
    left: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sculpt-result-card-view i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    font-size: 14px;
    font-style: normal;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.sculpt-result-card-button:hover .sculpt-result-card-view i {
    background: #fff;
    color: var(--results-dark);
    transform: rotate(45deg);
}

.sculpt-result-card-content {
    padding: 23px 3px 0;
}

.sculpt-result-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
    color: var(--results-taupe-dark);
    font-family: 'Archivo', sans-serif;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sculpt-result-card-meta small {
    color: rgba(30, 29, 27, 0.5);
    font-size: inherit;
}

.sculpt-result-card-content h3 {
    margin: 0 0 10px;
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: clamp(28px, 2.4vw, 36px);
    font-weight: 400;
    line-height: 1.05;
    color: black !important;
}

.sculpt-result-card-content p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: rgba(30, 29, 27, 0.58);
    font-size: 14px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sculpt-results-empty {
    max-width: 650px;
    margin: 70px auto 0;
    padding: 60px 30px;
    border: 1px solid var(--results-border);
    text-align: center;
}

.sculpt-results-empty span {
    color: var(--results-taupe-dark);
    font-family: 'Archivo', sans-serif;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sculpt-results-empty h3 {
    margin: 18px 0 12px;
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: 40px;
    font-weight: 400;
}

.sculpt-results-empty p {
    margin: 0;
    color: rgba(30, 29, 27, 0.6);
}

/* ==================================================
   FEATURED RESULT
================================================== */

.sculpt-results-featured {
    padding: 130px 0;
    background: var(--results-dark);
    color: #fff;
}

.sculpt-results-featured-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: center;
    gap: clamp(55px, 8vw, 120px);
}

.sculpt-results-featured-image {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    background: #3a3732;
}

.sculpt-results-featured-image img {
    width: 100%;
    height: 100%;
    min-height: 680px;
    object-fit: cover;
}

.sculpt-results-featured-label {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(25, 24, 22, 0.35);
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.sculpt-results-featured-copy .sculpt-results-section-eyebrow {
    color: var(--results-taupe);
}

.sculpt-results-featured-copy h2 {
    font-size: clamp(54px, 6.2vw, 92px);
}

.sculpt-results-featured-lead {
    margin: 34px 0 26px;
    color: var(--results-taupe);
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.3;
}

.sculpt-results-featured-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px 0;
    border-top: 1px solid var(--results-white-border);
    border-bottom: 1px solid var(--results-white-border);
}

.sculpt-results-featured-details>div {
    padding: 24px 0;
}

.sculpt-results-featured-details>div+div {
    padding-left: 30px;
    border-left: 1px solid var(--results-white-border);
}

.sculpt-results-featured-details small {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Archivo', sans-serif;
    font-size: 9px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.sculpt-results-featured-details strong {
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: 24px;
    font-weight: 400;
}

.sculpt-results-featured-copy>p:not(.sculpt-results-featured-lead) {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 1.8;
}

.sculpt-results-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    color: inherit;
    font-family: 'Archivo', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
}

.sculpt-results-arrow-link span {
    transition: transform 0.25s ease;
}

.sculpt-results-arrow-link:hover span {
    transform: translateX(6px);
}

/* ==================================================
   RESULTS INFORMATION
================================================== */

.sculpt-results-information {
    padding: 125px 0;
    background: var(--results-cream);
}

.sculpt-results-information-heading {
    max-width: 800px;
    margin-bottom: 65px;
}

.sculpt-results-information-heading h2 {
    font-size: clamp(50px, 5.5vw, 78px);
}

.sculpt-results-information-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--results-border);
    border-left: 1px solid var(--results-border);
}

.sculpt-results-information-grid article {
    min-height: 300px;
    padding: 32px 28px;
    border-right: 1px solid var(--results-border);
    border-bottom: 1px solid var(--results-border);
    transition:
        background 0.25s ease,
        color 0.25s ease;
}

.sculpt-results-information-grid article:hover {
    background: var(--results-dark);
    color: #fff;
}

.sculpt-results-information-grid article>span {
    display: inline-block;
    margin-bottom: 76px;
    color: var(--results-taupe-dark);
    font-family: 'Archivo', sans-serif;
    font-size: 11px;
}

.sculpt-results-information-grid h3 {
    margin: 0 0 15px;
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: 31px;
    font-weight: 400;
    line-height: 1.05;
}

.sculpt-results-information-grid p {
    margin: 0;
    color: rgba(30, 29, 27, 0.58);
    font-size: 14px;
    line-height: 1.75;
    transition: color 0.25s ease;
}

.sculpt-results-information-grid article:hover p {
    color: rgba(255, 255, 255, 0.65);
}

/* ==================================================
   DISCLAIMER
================================================== */

.sculpt-results-disclaimer {
    background: var(--results-taupe);
}

.sculpt-results-disclaimer-inner {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: start;
    gap: 30px;
    padding-top: 55px;
    padding-bottom: 55px;
}

.sculpt-results-disclaimer-icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 1px solid rgba(30, 29, 27, 0.3);
    border-radius: 50%;
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: 26px;
    font-style: italic;
}

.sculpt-results-disclaimer h2 {
    margin: 0 0 10px;
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: 30px;
    font-weight: 400;
}

.sculpt-results-disclaimer p {
    max-width: 960px;
    margin: 0;
    color: rgba(30, 29, 27, 0.7);
    font-size: 14px;
    line-height: 1.8;
}

/* ==================================================
   TREATMENT LINKS
================================================== */

.sculpt-results-treatments {
    padding: 125px 0;
    background: var(--results-cream-light);
}

.sculpt-results-treatment-links {
    border-top: 1px solid var(--results-border);
}

.sculpt-results-treatment-links a {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 50px;
    align-items: center;
    gap: 24px;
    padding: 28px 8px;
    border-bottom: 1px solid var(--results-border);
    color: var(--results-dark);
    text-decoration: none;
    transition:
        padding 0.3s ease,
        background 0.3s ease;
}

.sculpt-results-treatment-links a:hover {
    padding-right: 24px;
    padding-left: 24px;
    background: var(--results-cream);
}

.sculpt-results-treatment-links span {
    color: var(--results-taupe-dark);
    font-family: 'Archivo', sans-serif;
    font-size: 10px;
}

.sculpt-results-treatment-links strong {
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: clamp(25px, 3vw, 39px);
    font-weight: 400;
}

.sculpt-results-treatment-links i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--results-border);
    border-radius: 50%;
    font-style: normal;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.sculpt-results-treatment-links a:hover i {
    background: var(--results-dark);
    color: #fff;
    transform: rotate(45deg);
}

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

.sculpt-results-cta {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    background: var(--results-dark);
    color: #fff;
}

.sculpt-results-cta-decoration {
    position: absolute;
    right: -2%;
    bottom: -10%;
    color: rgba(255, 255, 255, 0.025);
    font-family: 'Archivo', sans-serif;
    font-size: clamp(130px, 23vw, 350px);
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.08em;
    pointer-events: none;
}

.sculpt-results-cta-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 70px;
}

.sculpt-results-cta .sculpt-results-section-eyebrow {
    color: var(--results-taupe);
}

.sculpt-results-cta h2 {
    max-width: 800px;
}

.sculpt-results-cta h2 em {
    color: var(--results-taupe);
}

.sculpt-results-cta p {
    max-width: 650px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.63);
    font-size: 16px;
    line-height: 1.8;
}

.sculpt-results-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 220px;
}

/* ==================================================
   MODAL
================================================== */

.sculpt-result-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.sculpt-result-modal.is-open {
    visibility: visible;
    opacity: 1;
}

.sculpt-result-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 17, 16, 0.84);
    backdrop-filter: blur(8px);
}

.sculpt-result-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(1080px, 100%);
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    background: var(--results-cream-light, #fbf8f4);
    color: var(--results-dark, #1e1d1b);
    transform: translateY(25px) scale(0.98);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.sculpt-result-modal.is-open .sculpt-result-modal-dialog {
    transform: translateY(0) scale(1);
}

.sculpt-result-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    background: rgba(24, 23, 21, 0.45);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.sculpt-result-modal-close span {
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}

.sculpt-result-modal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
    min-height: 650px;
}

.sculpt-result-modal-image {
    min-height: 650px;
    background: #d5cbc0;
}

.sculpt-result-modal-image img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
}

.sculpt-result-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(45px, 7vw, 85px);
}

.sculpt-result-modal-category {
    margin-bottom: 18px;
    color: var(--results-taupe-dark, #8a7866);
    font-family: 'Archivo', sans-serif;
    font-size: 10px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.sculpt-result-modal-content h2 {
    margin: 0;
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: clamp(45px, 5vw, 70px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.sculpt-result-modal-area {
    margin: 30px 0 24px;
    padding: 18px 0;
    border-top: 1px solid rgba(30, 29, 27, 0.14);
    border-bottom: 1px solid rgba(30, 29, 27, 0.14);
}

.sculpt-result-modal-area small {
    display: block;
    margin-bottom: 5px;
    color: rgba(30, 29, 27, 0.5);
    font-family: 'Archivo', sans-serif;
    font-size: 9px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.sculpt-result-modal-area strong {
    font-family: var(--heading, 'Cormorant Garamond', serif);
    font-size: 24px;
    font-weight: 400;
}

.sculpt-result-modal-content>p {
    margin: 0;
    color: rgba(30, 29, 27, 0.65);
    font-size: 15px;
    line-height: 1.8;
}

.sculpt-result-modal-note {
    display: block;
    margin-top: 32px;
    color: rgba(30, 29, 27, 0.43);
    font-size: 10px;
    line-height: 1.6;
}

/* Prevent page movement while modal is open. */

body.sculpt-modal-open {
    overflow: hidden;
}

/* ==================================================
   ANIMATIONS
================================================== */

@keyframes sculptHeroReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sculptFadeIn {
    to {
        opacity: 1;
    }
}

@keyframes sculptWordLeave {
    0% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%) rotateX(35deg);
    }
}

@keyframes sculptWordEnter {
    0% {
        opacity: 0;
        transform: translateY(100%) rotateX(-35deg);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@keyframes sculptFloatOne {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(50px, 24px, 0);
    }
}

@keyframes sculptFloatTwo {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-45px, -30px, 0);
    }
}

@keyframes sculptOrbit {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes sculptMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1100px) {
    .sculpt-results-hero {
        min-height: 760px;
    }

    .sculpt-results-hero-orbit {
        right: -270px;
    }

    .sculpt-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sculpt-results-information-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sculpt-results-featured-grid {
        gap: 55px;
    }

    .sculpt-results-featured-image,
    .sculpt-results-featured-image img {
        min-height: 580px;
    }
}

@media (max-width: 850px) {
    .sculpt-results-hero {
        min-height: 720px;
        padding-top: 125px;
    }

    .sculpt-results-hero h1 {
        font-size: clamp(58px, 13vw, 100px);
    }

    .sculpt-results-hero-counter,
    .sculpt-results-hero-orbit {
        display: none;
    }

    .sculpt-results-intro-grid,
    .sculpt-results-gallery-heading,
    .sculpt-results-treatments-heading,
    .sculpt-results-featured-grid,
    .sculpt-results-cta-inner {
        grid-template-columns: 1fr;
    }

    .sculpt-results-intro-grid,
    .sculpt-results-gallery-heading,
    .sculpt-results-treatments-heading,
    .sculpt-results-featured-grid,
    .sculpt-results-cta-inner {
        gap: 38px;
    }

    .sculpt-results-intro-index {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .sculpt-results-intro-index span {
        font-size: 50px;
    }

    .sculpt-results-intro-index small {
        margin-top: 0;
    }

    .sculpt-results-featured-image,
    .sculpt-results-featured-image img {
        min-height: auto;
        aspect-ratio: 4 / 5;
    }

    .sculpt-results-cta-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sculpt-result-modal-grid {
        grid-template-columns: 1fr;
    }

    .sculpt-result-modal-image,
    .sculpt-result-modal-image img {
        min-height: 480px;
        max-height: 65vh;
    }
}

@media (max-width: 640px) {
    .sculpt-results-hero {
        min-height: 690px;
        padding: 115px 0 95px;
    }

    .sculpt-results-hero h1 {
        font-size: clamp(50px, 16vw, 76px);
        line-height: 0.9;
    }

    .sculpt-results-hero-copy>p {
        margin-top: 28px;
        font-size: 16px;
        line-height: 1.7;
    }

    .sculpt-results-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 32px;
    }

    .sculpt-floating-word {
        font-size: 100px;
    }

    .sculpt-results-hero-marquee-track {
        padding: 14px 0;
    }

    .sculpt-results-intro,
    .sculpt-results-gallery-section,
    .sculpt-results-featured,
    .sculpt-results-information,
    .sculpt-results-treatments,
    .sculpt-results-cta {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .sculpt-results-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .sculpt-results-filters {
        flex-wrap: nowrap;
        margin-right: -20px;
        padding-right: 20px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .sculpt-results-filters::-webkit-scrollbar {
        display: none;
    }

    .sculpt-results-filter {
        flex: 0 0 auto;
    }

    .sculpt-results-information-grid {
        grid-template-columns: 1fr;
    }

    .sculpt-results-information-grid article {
        min-height: 230px;
    }

    .sculpt-results-information-grid article>span {
        margin-bottom: 45px;
    }

    .sculpt-results-disclaimer-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sculpt-results-featured-details {
        grid-template-columns: 1fr;
    }

    .sculpt-results-featured-details>div+div {
        padding-left: 0;
        border-top: 1px solid var(--results-white-border);
        border-left: 0;
    }

    .sculpt-results-treatment-links a {
        grid-template-columns: 38px minmax(0, 1fr) 42px;
        gap: 14px;
    }

    .sculpt-results-treatment-links strong {
        font-size: 25px;
    }

    .sculpt-results-cta-actions {
        flex-direction: column;
    }

    .sculpt-result-modal {
        align-items: flex-end;
        padding: 0;
    }

    .sculpt-result-modal-dialog {
        width: 100%;
        max-height: 92vh;
    }

    .sculpt-result-modal-image,
    .sculpt-result-modal-image img {
        min-height: 380px;
        max-height: 48vh;
    }

    .sculpt-result-modal-content {
        padding: 40px 25px;
    }

    .sculpt-result-modal-close {
        top: 12px;
        right: 12px;
    }
}

/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

    .sculpt-results-page *,
    .sculpt-result-modal *,
    .sculpt-results-page *::before,
    .sculpt-results-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .sculpt-results-eyebrow,
    .sculpt-results-hero h1,
    .sculpt-results-hero-copy>p,
    .sculpt-results-hero-actions,
    .sculpt-results-hero-counter {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 760px) {

    .sculpt-results-hero-inner {
        width: calc(100% - 40px);
    }

}