/* Start custom CSS for html, class: .elementor-element-62916c1 *//* ==========================================================
   ALICIA BEAUTY — PROFILE BALANCING
   Prefix: ab-pb-
   ========================================================== */

.ab-pb-page {
    --ab-pb-bg: #FFFDF8;
    --ab-pb-bg-soft: #FCFAF8;
    --ab-pb-text: #2D2D2D;
    --ab-pb-muted: #666666;
    --ab-pb-accent: #BB8B65;
    --ab-pb-accent-dark: #95674B;
    --ab-pb-border: rgba(187, 139, 101, 0.22);

    width: 100%;
    background: var(--ab-pb-bg);
    color: var(--ab-pb-text);
    overflow-x: clip;

    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.ab-pb-page *,
.ab-pb-page *::before,
.ab-pb-page *::after {
    box-sizing: border-box;
}

.ab-pb-page img {
    width: 100%;
    display: block;
}

.ab-pb-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.ab-pb-section {
    padding: 110px 0;
}


/* ==========================================================
   TYPOGRAPHY
   ========================================================== */

.ab-pb-page h1,
.ab-pb-page h2,
.ab-pb-page h3 {
    margin-top: 0;
    color: var(--ab-pb-text);
}

.ab-pb-page h1,
.ab-pb-page h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
}

.ab-pb-page p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--ab-pb-muted);
    margin-top: 0;
}

.ab-pb-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 20px;

    color: var(--ab-pb-accent-dark);

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.2px;
    line-height: 1.4;
    text-transform: uppercase;
}

.ab-pb-eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--ab-pb-accent);
}

.ab-pb-section-heading {
    max-width: 790px;
    margin-bottom: 60px;
}

.ab-pb-heading-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ab-pb-heading-center .ab-pb-eyebrow::before {
    display: none;
}

.ab-pb-section-heading h2 {
    margin-bottom: 22px;
    font-size: clamp(40px, 5vw, 58px);
    line-height: 1.05;
}

.ab-pb-section-heading p {
    font-size: 19px;
    line-height: 1.8;
}


/* ==========================================================
   BUTTONS
   ========================================================== */

.ab-pb-btn {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;

    padding: 16px 28px;

    text-decoration: none;
    border-radius: 3px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.ab-pb-btn-primary {
    color: #fff !important;

    background:
        linear-gradient(
            135deg,
            #9C6048 0%,
            #E6C1AA 50%,
            #B77A5F 100%
        ) !important;

    box-shadow: 0 12px 30px rgba(156, 96, 72, 0.18);
}

.ab-pb-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(156, 96, 72, 0.26);
}

.ab-pb-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: var(--ab-pb-text);
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    border-bottom: 1px solid var(--ab-pb-accent);
    padding-bottom: 5px;
}

.ab-pb-text-link i {
    color: var(--ab-pb-accent);
    font-size: 12px;
}


/* ==========================================================
   HERO
   ========================================================== */

.ab-pb-hero {
    position: relative;
    padding: 90px 0 100px;
    background: var(--ab-pb-bg);
}

.ab-pb-hero-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 85px;
}

.ab-pb-hero-content {
    position: relative;
    z-index: 2;
}

.ab-pb-hero h1 {
    max-width: 590px;

    margin-bottom: 28px;

    font-size: clamp(54px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -1.5px;
}

.ab-pb-hero h1 span {
    display: block;
    margin-top: 8px;
    color: var(--ab-pb-accent-dark);
    font-style: italic;
}

.ab-pb-hero-lead {
    max-width: 600px;
    margin-bottom: 18px;

    color: #444 !important;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px !important;
    line-height: 1.55 !important;
}

.ab-pb-hero-copy {
    max-width: 580px;
}

.ab-pb-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;

    margin-top: 34px;
}

.ab-pb-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;

    margin-top: 38px;
    padding-top: 25px;

    border-top: 1px solid var(--ab-pb-border);
}

.ab-pb-hero-trust div {
    display: flex;
    align-items: center;
    gap: 9px;

    color: var(--ab-pb-muted);
    font-size: 13px;
}

.ab-pb-hero-trust i {
    color: var(--ab-pb-accent);
}

.ab-pb-hero-visual {
    position: relative;
    padding: 0 20px 25px 0;
}

.ab-pb-image-frame {
    position: relative;
    z-index: 2;
}

.ab-pb-image-frame > img {
    aspect-ratio: 0.88;
    object-fit: cover;
}

.ab-pb-image-badge {
    position: absolute;
    left: -35px;
    bottom: 45px;

    width: 140px;
    height: 140px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: var(--ab-pb-bg);

    border: 1px solid var(--ab-pb-border);
    border-radius: 50%;

    box-shadow: 0 16px 40px rgba(45, 45, 45, 0.08);

    text-align: center;
}

.ab-pb-image-badge span {
    color: var(--ab-pb-accent-dark);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ab-pb-image-badge strong {
    margin-top: 4px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 22px;
    font-weight: 500;
}

.ab-pb-decor {
    position: absolute;
}

.ab-pb-decor-one {
    width: 65%;
    height: 70%;
    right: 0;
    bottom: 0;

    border: 1px solid var(--ab-pb-accent);
    opacity: 0.28;
}

.ab-pb-decor-two {
    width: 110px;
    height: 110px;

    top: -25px;
    right: -20px;

    border-radius: 50%;

    background: rgba(187, 139, 101, 0.09);
}


/* ==========================================================
   INTRODUCTION
   ========================================================== */

.ab-pb-intro {
    background: var(--ab-pb-bg-soft);
}

.ab-pb-intro-grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 80px;
    align-items: center;
}

.ab-pb-intro-image {
    position: relative;
}

.ab-pb-intro-image::before {
    content: "";

    position: absolute;
    left: -20px;
    top: 25px;

    width: 100%;
    height: 100%;

    border: 1px solid var(--ab-pb-border);
}

.ab-pb-intro-image img {
    position: relative;
    z-index: 1;

    aspect-ratio: 0.9;
    object-fit: cover;
}

.ab-pb-small-title {
    display: block;
    margin-bottom: 15px;

    color: var(--ab-pb-accent-dark);

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.ab-pb-intro-content h3,
.ab-pb-approach-content h3 {
    margin-bottom: 22px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(34px, 4vw, 46px);
    font-weight: 500;
    line-height: 1.1;
}

.ab-pb-highlight {
    display: flex;
    gap: 20px;

    margin-top: 35px;
    padding: 25px;

    background: #fff;

    border-left: 3px solid var(--ab-pb-accent);
}

.ab-pb-highlight-icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(187, 139, 101, 0.12);
    color: var(--ab-pb-accent-dark);

    border-radius: 50%;
}

.ab-pb-highlight strong {
    display: block;
    margin-bottom: 5px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 21px;
    font-weight: 600;
}

.ab-pb-highlight p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}


/* ==========================================================
   TREATMENT AREAS
   ========================================================== */

.ab-pb-areas {
    background: var(--ab-pb-bg);
}

.ab-pb-area-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ab-pb-area-card {
    position: relative;

    min-height: 340px;

    padding: 42px 30px;

    background: #fff;

    border: 1px solid var(--ab-pb-border);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.ab-pb-area-card:hover {
    transform: translateY(-6px);

    border-color: rgba(187, 139, 101, 0.5);

    box-shadow: 0 20px 45px rgba(45, 45, 45, 0.07);
}

.ab-pb-area-number {
    position: absolute;
    top: 22px;
    right: 25px;

    color: rgba(187, 139, 101, 0.35);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 27px;
}

.ab-pb-area-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 32px;

    border: 1px solid var(--ab-pb-border);
    border-radius: 50%;

    color: var(--ab-pb-accent-dark);
    font-size: 20px;
}

.ab-pb-area-card h3 {
    margin-bottom: 14px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 30px;
    font-weight: 500;
}

.ab-pb-area-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
}


/* ==========================================================
   PHILOSOPHY
   ========================================================== */

.ab-pb-philosophy {
    padding: 115px 0;
    background: #F5EFE9;
}

.ab-pb-philosophy-grid {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    align-items: center;
    gap: 90px;
}

.ab-pb-philosophy-content h2 {
    max-width: 630px;

    margin-bottom: 28px;

    font-size: clamp(42px, 5vw, 60px);
    line-height: 1.05;
}

.ab-pb-philosophy-content h2 em {
    color: var(--ab-pb-accent-dark);
    font-weight: inherit;
}

.ab-pb-feature-list {
    margin-top: 35px;
}

.ab-pb-feature {
    display: flex;
    gap: 17px;

    padding: 20px 0;

    border-bottom: 1px solid rgba(187, 139, 101, 0.22);
}

.ab-pb-feature > i {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 3px;

    background: var(--ab-pb-accent);
    color: #fff;

    border-radius: 50%;

    font-size: 11px;
}

.ab-pb-feature strong {
    display: block;
    margin-bottom: 4px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 21px;
}

.ab-pb-feature span {
    color: var(--ab-pb-muted);
    font-size: 14px;
    line-height: 1.6;
}

.ab-pb-philosophy-image {
    position: relative;
    padding-bottom: 50px;
}

.ab-pb-philosophy-image img {
    aspect-ratio: 0.83;
    object-fit: cover;
}

.ab-pb-quote-card {
    position: absolute;
    left: -55px;
    right: 40px;
    bottom: 0;

    padding: 25px 30px;

    background: var(--ab-pb-bg);

    box-shadow: 0 15px 40px rgba(45, 45, 45, 0.09);
}

.ab-pb-quote-card i {
    margin-bottom: 8px;
    color: var(--ab-pb-accent);
}

.ab-pb-quote-card p {
    margin: 0;

    color: #444;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
    line-height: 1.5;
    font-style: italic;
}


/* ==========================================================
   PRICING
   ========================================================== */

.ab-pb-pricing {
    background: var(--ab-pb-bg);
}

.ab-pb-consultation {
    max-width: 920px;

    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 25px;

    margin: 0 auto 45px;
    padding: 28px 35px;

    background: var(--ab-pb-bg-soft);

    border: 1px solid var(--ab-pb-border);
}

.ab-pb-consult-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(187, 139, 101, 0.12);
    color: var(--ab-pb-accent-dark);

    border-radius: 50%;

    font-size: 20px;
}

.ab-pb-consultation span {
    color: var(--ab-pb-accent-dark);

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ab-pb-consultation h3 {
    margin: 5px 0 4px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    font-weight: 600;
}

.ab-pb-consultation p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.ab-pb-arrow-btn {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--ab-pb-text);

    border: 1px solid var(--ab-pb-border);
    border-radius: 50%;

    text-decoration: none;

    transition: 0.25s ease;
}

.ab-pb-arrow-btn:hover {
    background: var(--ab-pb-accent);
    color: #fff;
}

.ab-pb-price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ab-pb-price-card {
    position: relative;

    min-height: 360px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 42px 35px 32px;

    background: #fff;

    border: 1px solid var(--ab-pb-border);
}

.ab-pb-price-featured {
    background: #F8F2EC;
    border-color: var(--ab-pb-accent);
}

.ab-pb-popular {
    position: absolute;
    top: 0;
    right: 25px;

    padding: 8px 15px;

    background: var(--ab-pb-accent);
    color: #fff;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ab-pb-package {
    display: block;
    margin-bottom: 18px;

    color: var(--ab-pb-accent-dark);

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.ab-pb-price-card h3 {
    margin-bottom: 17px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 33px;
    font-weight: 500;
}

.ab-pb-price-card p {
    font-size: 16px;
    line-height: 1.75;
}

.ab-pb-price-bottom {
    padding-top: 25px;
    margin-top: 25px;

    border-top: 1px solid var(--ab-pb-border);
}

.ab-pb-price-bottom span {
    display: block;

    margin-bottom: 2px;

    color: var(--ab-pb-muted);
    font-size: 12px;
}

.ab-pb-price-bottom strong {
    color: var(--ab-pb-text);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 36px;
    font-weight: 500;
}


/* ==========================================================
   TREATMENT APPROACH
   ========================================================== */

.ab-pb-approach {
    background: var(--ab-pb-bg-soft);
}

.ab-pb-approach-grid {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 85px;
    align-items: center;

    max-width: 1050px;
    margin: auto;
}

.ab-pb-approach-content p {
    margin-bottom: 20px;
}

.ab-pb-approach-content .ab-pb-text-link {
    margin-top: 10px;
}

.ab-pb-approach-image img {
    aspect-ratio: 1;
    object-fit: cover;
}


/* ==========================================================
   FINAL CTA
   ========================================================== */

.ab-pb-final {
    padding: 100px 0;
    background: var(--ab-pb-bg);
}

.ab-pb-final-box {
    position: relative;
    overflow: hidden;

    max-width: 1080px;
    margin: auto;
    padding: 85px 60px;

    background: #F3EAE3;

    text-align: center;
}

.ab-pb-final-box::before,
.ab-pb-final-box::after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    border: 1px solid rgba(187, 139, 101, 0.25);
    border-radius: 50%;
}

.ab-pb-final-box::before {
    left: -100px;
    top: -120px;
}

.ab-pb-final-box::after {
    right: -90px;
    bottom: -120px;
}

.ab-pb-final .ab-pb-eyebrow {
    position: relative;
    z-index: 1;
}

.ab-pb-final .ab-pb-eyebrow::before {
    display: none;
}

.ab-pb-final h2 {
    position: relative;
    z-index: 1;

    max-width: 700px;
    margin: 0 auto 22px;

    font-size: clamp(42px, 5vw, 60px);
    line-height: 1.05;
}

.ab-pb-final p {
    position: relative;
    z-index: 1;

    max-width: 690px;
    margin: 0 auto 32px;

    font-size: 18px;
}

.ab-pb-final .ab-pb-btn {
    position: relative;
    z-index: 1;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {

    .ab-pb-section {
        padding: 85px 0;
    }

    .ab-pb-hero-grid {
        gap: 50px;
    }

    .ab-pb-hero h1 {
        font-size: 55px;
    }

    .ab-pb-area-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-pb-philosophy-grid {
        gap: 55px;
    }

    .ab-pb-quote-card {
        left: -25px;
        right: 20px;
    }
}


/* ==========================================================
   MOBILE / SMALL TABLET
   ========================================================== */

@media (max-width: 767px) {

    .ab-pb-container {
        width: min(100% - 32px, 1180px);
    }

    .ab-pb-section {
        padding: 70px 0;
    }

    .ab-pb-page p {
        font-size: 17px;
        line-height: 1.78;
    }

    .ab-pb-section-heading {
        margin-bottom: 42px;
    }

    .ab-pb-section-heading h2 {
        font-size: 40px;
    }

    .ab-pb-section-heading p {
        font-size: 17px;
    }


    /* Hero */

    .ab-pb-hero {
        padding: 65px 0 75px;
    }

    .ab-pb-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ab-pb-hero h1 {
        font-size: 48px;
        letter-spacing: -0.5px;
    }

    .ab-pb-hero-lead {
        font-size: 21px !important;
    }

    .ab-pb-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .ab-pb-btn {
        width: 100%;
    }

    .ab-pb-hero-trust {
        flex-direction: column;
        gap: 12px;
    }

    .ab-pb-hero-visual {
        padding: 0 12px 15px 15px;
    }

    .ab-pb-image-frame > img {
        aspect-ratio: 0.9;
    }

    .ab-pb-image-badge {
        left: -10px;
        bottom: 25px;

        width: 110px;
        height: 110px;
    }

    .ab-pb-image-badge strong {
        font-size: 18px;
    }


    /* Intro */

    .ab-pb-intro-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .ab-pb-intro-image {
        width: calc(100% - 15px);
        margin-left: 15px;
    }

    .ab-pb-intro-content h3,
    .ab-pb-approach-content h3 {
        font-size: 36px;
    }


    /* Areas */

    .ab-pb-area-grid {
        grid-template-columns: 1fr;
    }

    .ab-pb-area-card {
        min-height: auto;
        padding: 35px 28px;
    }


    /* Philosophy */

    .ab-pb-philosophy {
        padding: 75px 0;
    }

    .ab-pb-philosophy-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .ab-pb-philosophy-content h2 {
        font-size: 42px;
    }

    .ab-pb-philosophy-image {
        padding-bottom: 65px;
    }

    .ab-pb-quote-card {
        left: 15px;
        right: 15px;
    }


    /* Consultation */

    .ab-pb-consultation {
        grid-template-columns: auto 1fr;
        padding: 25px 20px;
    }

    .ab-pb-arrow-btn {
        display: none;
    }


    /* Prices */

    .ab-pb-price-grid {
        grid-template-columns: 1fr;
    }

    .ab-pb-price-card {
        min-height: 310px;
    }


    /* Approach */

    .ab-pb-approach-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .ab-pb-approach-image {
        order: -1;
    }


    /* Final CTA */

    .ab-pb-final {
        padding: 70px 0;
    }

    .ab-pb-final-box {
        padding: 65px 25px;
    }

    .ab-pb-final h2 {
        font-size: 40px;
    }
}


/* ==========================================================
   VERY SMALL MOBILE
   ========================================================== */

@media (max-width: 420px) {

    .ab-pb-hero h1 {
        font-size: 42px;
    }

    .ab-pb-section-heading h2,
    .ab-pb-philosophy-content h2,
    .ab-pb-final h2 {
        font-size: 36px;
    }

    .ab-pb-intro-content h3,
    .ab-pb-approach-content h3 {
        font-size: 33px;
    }

    .ab-pb-highlight {
        flex-direction: column;
    }

    .ab-pb-consultation {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */