/* ============================================================
   LAVENDER COUNSELING CENTER
   ABOUT — WHY LAVENDER
============================================================ */

.lavWhyLavender {

    position: relative;

    overflow: hidden;

    padding:
        clamp(115px, 11vw, 180px)
        0;

    background:
        linear-gradient(
            180deg,
            #fbf9f7 0%,
            #f5f0f6 46%,
            #f7f4f1 100%
        );

    isolation: isolate;
}


/* ============================================================
   BACKGROUND TEXTURE
============================================================ */

.lavWhyLavender::before {

    content: "";

    position: absolute;

    inset: 0;

    z-index: -5;

    background-image:
        linear-gradient(
            rgba(105, 78, 116, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(105, 78, 116, 0.035) 1px,
            transparent 1px
        );

    background-size:
        64px 64px;

    mask-image:
        linear-gradient(
            to bottom,
            transparent 0%,
            rgba(0, 0, 0, 0.62) 17%,
            rgba(0, 0, 0, 0.62) 80%,
            transparent 100%
        );

    -webkit-mask-image:
        linear-gradient(
            to bottom,
            transparent 0%,
            rgba(0, 0, 0, 0.62) 17%,
            rgba(0, 0, 0, 0.62) 80%,
            transparent 100%
        );

    pointer-events: none;
}


/* ============================================================
   TOP DIVIDER
============================================================ */

.lavWhyLavender::after {

    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    z-index: -4;

    width:
        min(
            calc(100% - 40px),
            1240px
        );

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(108, 79, 119, 0.17),
            transparent
        );

    transform:
        translateX(-50%);

    pointer-events: none;
}


/* ============================================================
   AMBIENT GLOWS
============================================================ */

.lavWhyLavenderGlow {

    position: absolute;

    z-index: -3;

    border-radius: 50%;

    filter:
        blur(18px);

    pointer-events: none;
}


.lavWhyLavenderGlowOne {

    top: -280px;
    left: -270px;

    width: 790px;
    height: 790px;

    background:
        radial-gradient(
            circle,
            rgba(187, 156, 199, 0.24) 0%,
            rgba(187, 156, 199, 0.085) 43%,
            rgba(187, 156, 199, 0) 74%
        );
}


.lavWhyLavenderGlowTwo {

    right: -250px;
    bottom: -320px;

    width: 820px;
    height: 820px;

    background:
        radial-gradient(
            circle,
            rgba(169, 188, 151, 0.19) 0%,
            rgba(169, 188, 151, 0.06) 45%,
            rgba(169, 188, 151, 0) 74%
        );
}


/* ============================================================
   DECORATIVE LINES
============================================================ */

.lavWhyLavenderLine {

    position: absolute;

    z-index: -2;

    width: 1px;

    background:
        linear-gradient(
            to bottom,
            transparent,
            rgba(112, 81, 123, 0.13),
            transparent
        );

    pointer-events: none;
}


.lavWhyLavenderLineOne {

    top: 160px;
    right: 7%;

    height: 520px;
}


.lavWhyLavenderLineTwo {

    bottom: 210px;
    left: 5%;

    height: 390px;
}


/* ============================================================
   CONTAINER
============================================================ */

.lavWhyLavender .container {

    position: relative;

    z-index: 3;

    width:
        min(
            calc(100% - 40px),
            1240px
        );

    margin-inline:
        auto;
}


/* ============================================================
   HEADER
============================================================ */

.lavWhyLavenderHeader {

    max-width: 1180px;

    margin:
        0 auto
        clamp(68px, 8vw, 112px);
}


/* ============================================================
   EYEBROW
============================================================ */

.lavWhyLavenderEyebrow {

    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 28px;

    color: #755580;
}


.lavWhyLavenderEyebrow > span {

    display: block;

    width: 44px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(117, 85, 128, 0.07),
            #755580
        );
}


.lavWhyLavenderEyebrow small {

    font-size: 0.7rem;

    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.16em;

    text-transform: uppercase;
}


/* ============================================================
   HEADER GRID
============================================================ */

.lavWhyLavenderHeaderGrid {

    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(330px, 0.85fr);

    align-items: end;

    gap:
        clamp(48px, 8vw, 108px);
}


/* ============================================================
   TITLE
============================================================ */

.lavWhyLavenderHeader h2 {

    max-width: 770px;

    margin: 0;

    color: #493c4d;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(3.2rem, 5.8vw, 5.9rem);

    font-weight: 500;

    line-height: 0.98;

    letter-spacing:
        -0.05em;

    text-wrap: balance;
}


.lavWhyLavenderHeader h2 span {

    display: block;

    margin-top: 10px;

    color: #7c5b87;

    font-style: italic;
}


/* ============================================================
   HEADER COPY
============================================================ */

.lavWhyLavenderHeaderCopy {

    max-width: 455px;

    padding-top: 22px;

    border-top:
        1px solid
        rgba(107, 77, 118, 0.16);
}


.lavWhyLavenderHeaderCopy p {

    margin: 0;

    color: #706674;

    font-size:
        clamp(0.98rem, 1.05vw, 1.07rem);

    line-height: 1.84;
}


.lavWhyLavenderHeaderCopy p + p {

    margin-top: 16px;
}


/* ============================================================
   INTRODUCTION
============================================================ */

.lavWhyLavenderIntroduction {

    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        130px;

    align-items: center;

    gap:
        clamp(35px, 6vw, 72px);

    margin-bottom:
        clamp(72px, 8vw, 110px);

    padding:
        clamp(42px, 6vw, 72px);

    overflow: hidden;

    border:
        1px solid
        rgba(109, 78, 120, 0.13);

    border-radius:
        40px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.88),
            rgba(245, 238, 247, 0.76)
        );

    box-shadow:
        0 32px 85px
        rgba(67, 45, 75, 0.085),
        inset 0 1px 0
        rgba(255, 255, 255, 0.94);

    backdrop-filter:
        blur(12px);

    -webkit-backdrop-filter:
        blur(12px);
}


.lavWhyLavenderIntroduction::before {

    content: "";

    position: absolute;

    top: -130px;
    right: 120px;

    width: 330px;
    height: 330px;

    border:
        1px solid
        rgba(111, 80, 122, 0.08);

    border-radius: 50%;
}


.lavWhyLavenderIntroduction::after {

    content: "";

    position: absolute;

    bottom: -190px;
    left: -120px;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(177, 194, 161, 0.13),
            transparent 70%
        );
}


/* ============================================================
   INTRODUCTION CONTENT
============================================================ */

.lavWhyLavenderIntroductionContent {

    position: relative;

    z-index: 2;

    max-width: 890px;
}


.lavWhyLavenderIntroductionContent small {

    display: block;

    margin-bottom: 18px;

    color: #7a5985;

    font-size: 0.67rem;

    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.15em;

    text-transform: uppercase;
}


.lavWhyLavenderIntroductionContent p {

    margin: 0;

    color: #504254;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(2.1rem, 4vw, 4.15rem);

    font-weight: 500;

    line-height: 1.08;

    letter-spacing:
        -0.042em;

    text-wrap: balance;
}


/* ============================================================
   INTRODUCTION MARK
============================================================ */

.lavWhyLavenderIntroductionMark {

    position: relative;

    z-index: 2;

    width: 118px;
    height: 118px;

    border:
        1px solid
        rgba(110, 78, 121, 0.15);

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.52);

    box-shadow:
        0 18px 42px
        rgba(65, 43, 73, 0.08);
}


.lavWhyLavenderIntroductionMark::before,
.lavWhyLavenderIntroductionMark::after {

    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    border:
        1px solid
        rgba(110, 78, 121, 0.11);

    border-radius: 50%;

    transform:
        translate(-50%, -50%);
}


.lavWhyLavenderIntroductionMark::before {

    width: 82px;
    height: 82px;
}


.lavWhyLavenderIntroductionMark::after {

    width: 50px;
    height: 50px;
}


.lavWhyLavenderIntroductionMark span {

    position: absolute;

    left: 50%;

    width: 17px;
    height: 34px;

    border-radius:
        65% 65% 42% 42%;

    background:
        linear-gradient(
            145deg,
            #cab1d3,
            #75517f
        );

    transform-origin:
        bottom center;
}


.lavWhyLavenderIntroductionMark span:nth-child(1) {

    top: 31px;

    transform:
        translateX(-50%)
        rotate(-4deg);
}


.lavWhyLavenderIntroductionMark span:nth-child(2) {

    top: 44px;

    margin-left: -19px;

    transform:
        translateX(-50%)
        rotate(-28deg)
        scale(0.78);
}


.lavWhyLavenderIntroductionMark span:nth-child(3) {

    top: 44px;

    margin-left: 19px;

    transform:
        translateX(-50%)
        rotate(28deg)
        scale(0.78);
}


/* ============================================================
   MAIN EXPERIENCE
============================================================ */

.lavWhyLavenderExperience {

    display: grid;

    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(390px, 0.88fr);

    align-items: stretch;

    gap:
        clamp(34px, 5vw, 72px);

    margin-bottom:
        clamp(95px, 11vw, 150px);
}


/* ============================================================
   REASONS GRID
============================================================ */

.lavWhyLavenderReasons {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        clamp(18px, 2vw, 26px);
}


/* ============================================================
   REASON CARD
============================================================ */

.lavWhyLavenderReason {

    --why-card-x: 0deg;
    --why-card-y: 0deg;
    --why-card-lift: 0px;

    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    min-width: 0;
    min-height: 375px;

    padding:
        clamp(30px, 3vw, 42px);

    overflow: hidden;

    border:
        1px solid
        rgba(108, 77, 120, 0.12);

    border-radius:
        30px;

    background:
        linear-gradient(
            155deg,
            rgba(255, 255, 255, 0.91),
            rgba(248, 244, 249, 0.78)
        );

    box-shadow:
        0 24px 62px
        rgba(66, 44, 74, 0.075),
        inset 0 1px 0
        rgba(255, 255, 255, 0.93);

    transform:
        perspective(900px)
        rotateX(var(--why-card-x))
        rotateY(var(--why-card-y))
        translateY(var(--why-card-lift));

    transform-style:
        preserve-3d;

    transition:
        transform 0.42s
        cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.38s ease,
        box-shadow 0.42s ease,
        background 0.38s ease;

    will-change:
        transform;
}


.lavWhyLavenderReason::before {

    content: "";

    position: absolute;

    top: -115px;
    right: -105px;

    width: 235px;
    height: 235px;

    border:
        1px solid
        rgba(111, 79, 122, 0.07);

    border-radius: 50%;

    transition:
        transform 0.5s
        cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.38s ease;
}


.lavWhyLavenderReason::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            120deg,
            transparent 20%,
            rgba(255, 255, 255, 0.42) 44%,
            transparent 68%
        );

    opacity: 0;

    transform:
        translateX(-125%);

    transition:
        opacity 0.4s ease,
        transform 0.7s
        cubic-bezier(0.22, 1, 0.36, 1);

    pointer-events: none;
}


.lavWhyLavenderReason:hover {

    --why-card-lift: -8px;

    border-color:
        rgba(108, 77, 120, 0.21);

    background:
        linear-gradient(
            155deg,
            #ffffff,
            #f8f2f9
        );

    box-shadow:
        0 36px 82px
        rgba(66, 44, 74, 0.125),
        inset 0 1px 0
        rgba(255, 255, 255, 0.96);
}


.lavWhyLavenderReason:hover::before {

    transform:
        scale(1.1);

    border-color:
        rgba(111, 79, 122, 0.13);
}


.lavWhyLavenderReason:hover::after {

    opacity: 1;

    transform:
        translateX(125%);
}


/* ============================================================
   FEATURED REASON
============================================================ */

.lavWhyLavenderReasonFeatured {

    border-color:
        rgba(112, 79, 124, 0.22);

    background:
        linear-gradient(
            150deg,
            rgba(112, 80, 123, 0.98),
            rgba(76, 55, 85, 0.99)
        );

    box-shadow:
        0 32px 75px
        rgba(59, 38, 67, 0.18),
        inset 0 1px 0
        rgba(255, 255, 255, 0.12);
}


.lavWhyLavenderReasonFeatured::before {

    border-color:
        rgba(255, 255, 255, 0.09);
}


.lavWhyLavenderReasonFeatured:hover {

    border-color:
        rgba(255, 255, 255, 0.2);

    background:
        linear-gradient(
            150deg,
            #765680,
            #4d3856
        );

    box-shadow:
        0 38px 88px
        rgba(56, 36, 64, 0.23),
        inset 0 1px 0
        rgba(255, 255, 255, 0.15);
}


/* ============================================================
   NATURAL REASON
============================================================ */

.lavWhyLavenderReasonNatural {

    border-color:
        rgba(104, 121, 89, 0.16);

    background:
        linear-gradient(
            150deg,
            rgba(246, 249, 241, 0.95),
            rgba(233, 240, 226, 0.83)
        );
}


/* ============================================================
   REASON TOP
============================================================ */

.lavWhyLavenderReasonTop {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 18px;

    margin-bottom:
        clamp(62px, 7vw, 92px);

    transform:
        translateZ(26px);
}


/* ============================================================
   REASON NUMBER
============================================================ */

.lavWhyLavenderReasonNumber {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 41px;
    height: 41px;

    border:
        1px solid
        rgba(109, 78, 121, 0.15);

    border-radius: 50%;

    color: #80608a;

    background:
        rgba(255, 255, 255, 0.58);

    font-size: 0.61rem;

    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.08em;

    box-shadow:
        0 9px 22px
        rgba(68, 47, 76, 0.055);
}


.lavWhyLavenderReasonFeatured
.lavWhyLavenderReasonNumber {

    border-color:
        rgba(255, 255, 255, 0.2);

    color:
        rgba(255, 255, 255, 0.78);

    background:
        rgba(255, 255, 255, 0.08);
}


/* ============================================================
   REASON ICON
============================================================ */

.lavWhyLavenderReasonIcon {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 66px;
    height: 66px;

    border:
        1px solid
        rgba(109, 77, 121, 0.14);

    border-radius:
        21px;

    color: #765680;

    background:
        linear-gradient(
            145deg,
            rgba(238, 227, 241, 0.88),
            rgba(255, 255, 255, 0.78)
        );

    box-shadow:
        0 15px 34px
        rgba(68, 46, 76, 0.075);

    transition:
        transform 0.42s
        cubic-bezier(0.22, 1, 0.36, 1),
        color 0.35s ease,
        background 0.35s ease;
}


.lavWhyLavenderReasonIcon svg {

    display: block;

    width: 41px;
    height: 41px;
}


.lavWhyLavenderReason:hover
.lavWhyLavenderReasonIcon {

    transform:
        translateY(-5px)
        rotate(-4deg);
}


.lavWhyLavenderReasonFeatured
.lavWhyLavenderReasonIcon {

    border-color:
        rgba(255, 255, 255, 0.18);

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.14),
            rgba(255, 255, 255, 0.05)
        );

    box-shadow:
        0 16px 38px
        rgba(34, 22, 39, 0.18);
}


.lavWhyLavenderReasonNatural
.lavWhyLavenderReasonIcon {

    border-color:
        rgba(101, 120, 85, 0.15);

    color: #657654;

    background:
        linear-gradient(
            145deg,
            rgba(224, 233, 215, 0.88),
            rgba(255, 255, 255, 0.76)
        );
}


/* ============================================================
   REASON BODY
============================================================ */

.lavWhyLavenderReasonBody {

    position: relative;

    z-index: 2;

    transform:
        translateZ(20px);
}


.lavWhyLavenderReason h3 {

    margin:
        0 0 16px;

    color: #514355;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(1.78rem, 2.15vw, 2.35rem);

    font-weight: 600;

    line-height: 1.08;

    letter-spacing:
        -0.03em;
}


.lavWhyLavenderReason p {

    margin: 0;

    color: #776d7a;

    font-size:
        clamp(0.94rem, 0.98vw, 1rem);

    line-height: 1.78;
}


.lavWhyLavenderReasonFeatured h3 {

    color: #ffffff;
}


.lavWhyLavenderReasonFeatured p {

    color:
        rgba(255, 255, 255, 0.7);
}


.lavWhyLavenderReasonNatural h3 {

    color: #4f5e46;
}


.lavWhyLavenderReasonNatural p {

    color: #6d7867;
}


/* ============================================================
   REASON ACCENT
============================================================ */

.lavWhyLavenderReasonAccent {

    position: absolute;

    right: 28px;
    bottom: 0;
    left: 28px;

    z-index: 3;

    height: 3px;

    border-radius:
        999px 999px 0 0;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(119, 85, 131, 0.64),
            transparent
        );

    opacity: 0;

    transform:
        scaleX(0.28);

    transition:
        opacity 0.38s ease,
        transform 0.38s ease;
}


.lavWhyLavenderReason:hover
.lavWhyLavenderReasonAccent {

    opacity: 1;

    transform:
        scaleX(1);
}


.lavWhyLavenderReasonFeatured
.lavWhyLavenderReasonAccent {

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.58),
            transparent
        );
}


.lavWhyLavenderReasonNatural
.lavWhyLavenderReasonAccent {

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(102, 121, 86, 0.55),
            transparent
        );
}


/* ============================================================
   EDITORIAL VISUAL
============================================================ */

.lavWhyLavenderVisual {

    --why-visual-x: 0px;
    --why-visual-y: 0px;
    --why-botanical-x: 0px;
    --why-botanical-y: 0px;

    position: relative;

    min-height: 780px;

    padding:
        clamp(24px, 3vw, 36px);

    border:
        1px solid
        rgba(108, 77, 120, 0.13);

    border-radius:
        42px;

    background:
        linear-gradient(
            155deg,
            rgba(255, 255, 255, 0.82),
            rgba(238, 228, 241, 0.74)
        );

    box-shadow:
        0 40px 100px
        rgba(64, 42, 72, 0.11),
        inset 0 1px 0
        rgba(255, 255, 255, 0.95);

    transform:
        translate3d(
            var(--why-visual-x),
            var(--why-visual-y),
            0
        );

    transition:
        transform 0.22s ease-out;

    will-change:
        transform;
}


/* ============================================================
   VISUAL GLOW
============================================================ */

.lavWhyLavenderVisualGlow {

    position: absolute;

    top: 65px;
    right: 45px;

    width: 240px;
    height: 240px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(192, 168, 201, 0.22),
            transparent 68%
        );

    filter:
        blur(6px);

    pointer-events: none;
}


/* ============================================================
   VISUAL FRAME
============================================================ */

.lavWhyLavenderVisualFrame {

    position: relative;

    z-index: 2;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    min-height:
        calc(780px - 72px);

    padding:
        clamp(42px, 5vw, 68px);

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.78);

    border-radius:
        33px;

    color: #ffffff;

    background:
        linear-gradient(
            155deg,
            rgba(108, 79, 119, 0.98),
            rgba(72, 52, 81, 0.995)
        );

    box-shadow:
        0 28px 75px
        rgba(51, 33, 58, 0.2);
}


.lavWhyLavenderVisualFrame::before {

    content: "";

    position: absolute;

    top: -220px;
    left: -185px;

    width: 520px;
    height: 520px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.11),
            rgba(255, 255, 255, 0.025) 47%,
            transparent 71%
        );
}


.lavWhyLavenderVisualFrame::after {

    content: "";

    position: absolute;

    right: -190px;
    bottom: -190px;

    width: 430px;
    height: 430px;

    border:
        1px solid
        rgba(255, 255, 255, 0.07);

    border-radius: 50%;
}


/* ============================================================
   VISUAL NUMBER
============================================================ */

.lavWhyLavenderVisualNumber {

    position: absolute;

    top: 24px;
    left: 32px;

    z-index: 1;

    color:
        rgba(255, 255, 255, 0.055);

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(13rem, 22vw, 23rem);

    font-weight: 500;

    line-height: 0.8;

    letter-spacing:
        -0.09em;

    user-select: none;
}


/* ============================================================
   VISUAL CONTENT
============================================================ */

.lavWhyLavenderVisualContent {

    position: relative;

    z-index: 3;

    max-width: 490px;
}


.lavWhyLavenderVisualContent small {

    display: block;

    margin-bottom: 22px;

    color:
        rgba(255, 255, 255, 0.58);

    font-size: 0.65rem;

    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.15em;

    text-transform: uppercase;
}


.lavWhyLavenderVisualContent blockquote {

    margin: 0;
}


.lavWhyLavenderVisualContent blockquote p {

    margin: 0;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(2.1rem, 3.8vw, 3.9rem);

    font-weight: 500;

    line-height: 1.08;

    letter-spacing:
        -0.042em;
}


/* ============================================================
   VISUAL SIGNATURE
============================================================ */

.lavWhyLavenderVisualSignature {

    position: relative;

    z-index: 3;

    display: grid;

    gap: 7px;

    width: 140px;

    margin-top: 38px;
}


.lavWhyLavenderVisualSignature span {

    display: block;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.43),
            transparent
        );
}


.lavWhyLavenderVisualSignature span:nth-child(2) {

    width: 72%;
}


.lavWhyLavenderVisualSignature span:nth-child(3) {

    width: 46%;
}


/* ============================================================
   VISUAL CIRCLES
============================================================ */

.lavWhyLavenderVisualCircles {

    position: absolute;

    top: 92px;
    right: 60px;

    z-index: 2;

    width: 210px;
    height: 210px;
}


.lavWhyLavenderVisualCircles span {

    position: absolute;

    border:
        1px solid
        rgba(255, 255, 255, 0.13);

    border-radius: 50%;
}


.lavWhyLavenderVisualCircles span:nth-child(1) {

    inset: 0;
}


.lavWhyLavenderVisualCircles span:nth-child(2) {

    inset: 35px;
}


.lavWhyLavenderVisualCircles span:nth-child(3) {

    inset: 70px;
}


/* ============================================================
   BOTANICAL
============================================================ */

.lavWhyLavenderBotanical {

    position: absolute;

    right: -18px;
    bottom: 64px;

    z-index: 4;

    width: 175px;
    height: 330px;

    transform:
        translate3d(
            var(--why-botanical-x),
            var(--why-botanical-y),
            0
        )
        rotate(8deg);

    transform-origin:
        bottom center;

    transition:
        transform 0.22s ease-out;

    pointer-events: none;

    will-change:
        transform;
}


/* ============================================================
   BOTANICAL STEM
============================================================ */

.lavWhyLavenderBotanicalStem {

    position: absolute;

    bottom: 4px;
    left: 83px;

    width: 2px;
    height: 278px;

    border-radius: 999px;

    background:
        linear-gradient(
            to top,
            #5d714f,
            #a6b795
        );

    transform:
        rotate(-5deg);
}


/* ============================================================
   BOTANICAL BRANCHES
============================================================ */

.lavWhyLavenderBotanicalBranch {

    position: absolute;

    width: 2px;

    border-radius: 999px;

    background:
        linear-gradient(
            to top,
            #647655,
            #9dad8e
        );

    transform-origin:
        bottom center;
}


.lavWhyLavenderBotanicalBranchOne {

    right: 49px;
    bottom: 123px;

    height: 86px;

    transform:
        rotate(39deg);
}


.lavWhyLavenderBotanicalBranchTwo {

    left: 50px;
    bottom: 172px;

    height: 72px;

    transform:
        rotate(-43deg);
}


/* ============================================================
   BOTANICAL LEAVES
============================================================ */

.lavWhyLavenderBotanicalLeaf {

    position: absolute;

    width: 58px;
    height: 18px;

    border-radius:
        100% 0 100% 0;

    background:
        linear-gradient(
            135deg,
            #a1b290,
            #617453
        );

    box-shadow:
        0 7px 16px
        rgba(61, 79, 52, 0.14);
}


.lavWhyLavenderBotanicalLeafOne {

    left: 25px;
    bottom: 75px;

    transform:
        rotate(18deg);
}


.lavWhyLavenderBotanicalLeafTwo {

    right: 20px;
    bottom: 128px;

    transform:
        scaleX(-1)
        rotate(16deg);
}


.lavWhyLavenderBotanicalLeafThree {

    left: 29px;
    bottom: 182px;

    transform:
        rotate(12deg)
        scale(0.85);
}


.lavWhyLavenderBotanicalLeafFour {

    right: 37px;
    bottom: 225px;

    transform:
        scaleX(-1)
        rotate(15deg)
        scale(0.76);
}


/* ============================================================
   BOTANICAL BUDS
============================================================ */

.lavWhyLavenderBotanicalBud {

    position: absolute;

    width: 23px;
    height: 41px;

    border-radius:
        65% 65% 42% 42%;

    background:
        linear-gradient(
            145deg,
            #d5bcdd,
            #765380
        );

    box-shadow:
        0 8px 18px
        rgba(77, 51, 86, 0.17);
}


.lavWhyLavenderBotanicalBudOne {

    top: 0;
    left: 75px;
}


.lavWhyLavenderBotanicalBudTwo {

    top: 41px;
    right: 31px;

    transform:
        rotate(18deg)
        scale(0.86);
}


.lavWhyLavenderBotanicalBudThree {

    top: 87px;
    left: 28px;

    transform:
        rotate(-19deg)
        scale(0.74);
}


/* ============================================================
   VISUAL CAPTION
============================================================ */

.lavWhyLavenderVisualCaption {

    position: relative;

    z-index: 3;

    display: flex;

    align-items: center;

    gap: 15px;

    padding:
        24px 8px 0;
}


.lavWhyLavenderVisualCaption span {

    flex: 0 0 auto;

    width: 36px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(112, 81, 123, 0.16),
            #755580
        );
}


.lavWhyLavenderVisualCaption p {

    margin: 0;

    color: #776c7a;

    font-size:
        clamp(0.9rem, 0.95vw, 0.98rem);

    line-height: 1.65;
}


/* ============================================================
   PROCESS PROMISE
============================================================ */

.lavWhyLavenderPromise {

    position: relative;

    display: grid;

    grid-template-columns:
        minmax(300px, 0.76fr)
        minmax(0, 1.24fr);

    gap:
        clamp(50px, 8vw, 108px);

    margin-bottom:
        clamp(90px, 10vw, 138px);

    padding:
        clamp(50px, 7vw, 84px);

    overflow: hidden;

    border:
        1px solid
        rgba(109, 78, 120, 0.13);

    border-radius:
        42px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.82),
            rgba(244, 238, 246, 0.68)
        );

    box-shadow:
        0 34px 88px
        rgba(66, 44, 74, 0.085),
        inset 0 1px 0
        rgba(255, 255, 255, 0.94);

    backdrop-filter:
        blur(12px);

    -webkit-backdrop-filter:
        blur(12px);
}


.lavWhyLavenderPromise::before {

    content: "";

    position: absolute;

    top: -160px;
    left: -115px;

    width: 360px;
    height: 360px;

    border:
        1px solid
        rgba(110, 78, 121, 0.08);

    border-radius: 50%;
}


.lavWhyLavenderPromise::after {

    content: "";

    position: absolute;

    right: -155px;
    bottom: -180px;

    width: 380px;
    height: 380px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(174, 191, 158, 0.14),
            transparent 70%
        );
}


/* ============================================================
   PROMISE INTRO
============================================================ */

.lavWhyLavenderPromiseIntro {

    position: relative;

    z-index: 2;
}


.lavWhyLavenderPromiseIntro small {

    display: block;

    margin-bottom: 20px;

    color: #7b5a86;

    font-size: 0.67rem;

    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.15em;

    text-transform: uppercase;
}


.lavWhyLavenderPromiseIntro h3 {

    max-width: 430px;

    margin: 0;

    color: #514355;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(2.15rem, 3.5vw, 3.75rem);

    font-weight: 500;

    line-height: 1.08;

    letter-spacing:
        -0.04em;

    text-wrap: balance;
}


/* ============================================================
   PROMISE STEPS
============================================================ */

.lavWhyLavenderPromiseSteps {

    position: relative;

    z-index: 2;

    display: grid;

    gap: 0;

    margin: 0;

    padding: 0;

    list-style: none;
}


.lavWhyLavenderPromiseSteps li {

    display: grid;

    grid-template-columns:
        55px minmax(0, 1fr);

    gap: 22px;

    padding:
        0 0 31px;

    border-bottom:
        1px solid
        rgba(107, 77, 118, 0.13);
}


.lavWhyLavenderPromiseSteps li + li {

    padding-top: 31px;
}


.lavWhyLavenderPromiseSteps li:last-child {

    padding-bottom: 0;

    border-bottom: 0;
}


/* ============================================================
   PROMISE NUMBER
============================================================ */

.lavWhyLavenderPromiseStepNumber {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 43px;
    height: 43px;

    border:
        1px solid
        rgba(109, 77, 121, 0.15);

    border-radius: 50%;

    color: #7c5c86;

    background:
        rgba(255, 255, 255, 0.62);

    font-size: 0.61rem;

    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.08em;

    box-shadow:
        0 9px 22px
        rgba(69, 47, 77, 0.055);
}


/* ============================================================
   PROMISE CONTENT
============================================================ */

.lavWhyLavenderPromiseSteps h4 {

    margin:
        0 0 10px;

    color: #524555;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(1.45rem, 1.8vw, 1.95rem);

    font-weight: 600;

    line-height: 1.12;

    letter-spacing:
        -0.025em;
}


.lavWhyLavenderPromiseSteps p {

    margin: 0;

    color: #756b78;

    font-size:
        clamp(0.93rem, 0.98vw, 1rem);

    line-height: 1.74;
}


/* ============================================================
   CLOSING
============================================================ */

.lavWhyLavenderClosing {

    position: relative;

    display: grid;

    grid-template-columns:
        92px minmax(0, 1fr);

    align-items: center;

    gap:
        clamp(32px, 5vw, 60px);

    max-width: 1060px;

    margin-inline:
        auto;

    padding:
        clamp(42px, 6vw, 68px)
        clamp(36px, 6vw, 78px);

    overflow: hidden;

    border:
        1px solid
        rgba(102, 119, 87, 0.15);

    border-radius:
        38px;

    background:
        linear-gradient(
            145deg,
            rgba(243, 248, 238, 0.96),
            rgba(232, 240, 225, 0.84)
        );

    box-shadow:
        0 32px 78px
        rgba(61, 77, 50, 0.09),
        inset 0 1px 0
        rgba(255, 255, 255, 0.88);
}


.lavWhyLavenderClosing::before {

    content: "";

    position: absolute;

    top: -145px;
    right: -95px;

    width: 330px;
    height: 330px;

    border:
        1px solid
        rgba(97, 115, 82, 0.1);

    border-radius: 50%;
}


.lavWhyLavenderClosing::after {

    content: "";

    position: absolute;

    bottom: -180px;
    left: -130px;

    width: 330px;
    height: 330px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(188, 164, 197, 0.12),
            transparent 70%
        );
}


/* ============================================================
   CLOSING ICON
============================================================ */

.lavWhyLavenderClosingIcon {

    position: relative;

    z-index: 2;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 84px;
    height: 84px;

    border:
        1px solid
        rgba(99, 117, 83, 0.17);

    border-radius: 50%;

    color: #687a58;

    background:
        rgba(255, 255, 255, 0.57);

    box-shadow:
        0 15px 36px
        rgba(61, 77, 50, 0.08);
}


.lavWhyLavenderClosingIcon svg {

    display: block;

    width: 56px;
    height: 56px;
}


/* ============================================================
   CLOSING CONTENT
============================================================ */

.lavWhyLavenderClosingContent {

    position: relative;

    z-index: 2;
}


.lavWhyLavenderClosingContent small {

    display: block;

    margin-bottom: 16px;

    color: #687957;

    font-size: 0.65rem;

    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.15em;

    text-transform: uppercase;
}


.lavWhyLavenderClosingContent p {

    max-width: 800px;

    margin: 0;

    color: #4f5d46;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(1.85rem, 3vw, 3rem);

    font-weight: 500;

    line-height: 1.22;

    letter-spacing:
        -0.032em;
}


/* ============================================================
   REVEAL FALLBACK
============================================================ */

.lavWhyLavender .reveal-soft {

    opacity: 1;

    transform: none;

    filter: none;
}


/* ============================================================
   REVEAL WITH JAVASCRIPT
============================================================ */

.js .lavWhyLavender .reveal-soft {

    opacity: 0;

    transform:
        translateY(30px);

    filter:
        blur(8px);

    transition:
        opacity 920ms
        cubic-bezier(0.22, 1, 0.36, 1),
        transform 920ms
        cubic-bezier(0.22, 1, 0.36, 1),
        filter 920ms
        cubic-bezier(0.22, 1, 0.36, 1);
}


.js .lavWhyLavender .reveal-soft.is-visible {

    opacity: 1;

    transform:
        translateY(0);

    filter:
        blur(0);
}


.js .lavWhyLavender .delay-1 {

    transition-delay: 100ms;
}


.js .lavWhyLavender .delay-2 {

    transition-delay: 190ms;
}


.js .lavWhyLavender .delay-3 {

    transition-delay: 280ms;
}


/* ============================================================
   LARGE DESKTOP
============================================================ */

@media (min-width: 1500px) {

    .lavWhyLavenderVisual {

        min-height: 820px;
    }


    .lavWhyLavenderVisualFrame {

        min-height:
            calc(820px - 72px);
    }

}


/* ============================================================
   MEDIUM DESKTOP
============================================================ */

@media (max-width: 1140px) {

    .lavWhyLavenderExperience {

        grid-template-columns:
            minmax(0, 1.18fr)
            minmax(350px, 0.82fr);

        gap: 34px;
    }


    .lavWhyLavenderReason {

        min-height: 365px;

        padding:
            32px 27px;
    }


    .lavWhyLavenderVisual {

        min-height: 740px;
    }


    .lavWhyLavenderVisualFrame {

        min-height:
            calc(740px - 72px);

        padding:
            48px 40px;
    }


    .lavWhyLavenderBotanical {

        right: -31px;

        transform:
            translate3d(
                var(--why-botanical-x),
                var(--why-botanical-y),
                0
            )
            rotate(8deg)
            scale(0.9);

        transform-origin:
            bottom center;
    }

}


/* ============================================================
   TABLET LANDSCAPE
============================================================ */

@media (max-width: 980px) {

    .lavWhyLavenderHeaderGrid {

        grid-template-columns:
            minmax(0, 1fr);

        align-items: start;

        gap: 34px;
    }


    .lavWhyLavenderHeaderCopy {

        max-width: 680px;
    }


    .lavWhyLavenderExperience {

        grid-template-columns:
            minmax(0, 1fr);
    }


    .lavWhyLavenderVisual {

        min-height: 680px;
    }


    .lavWhyLavenderVisualFrame {

        min-height:
            calc(680px - 72px);
    }


    .lavWhyLavenderVisualContent {

        max-width: 590px;
    }


    .lavWhyLavenderPromise {

        grid-template-columns:
            minmax(0, 1fr);

        gap: 48px;
    }


    .lavWhyLavenderPromiseIntro h3 {

        max-width: 620px;
    }

}


/* ============================================================
   TABLET PORTRAIT
============================================================ */

@media (max-width: 760px) {

    .lavWhyLavender {

        padding:
            100px 0;
    }


    .lavWhyLavenderHeader {

        margin-bottom: 62px;
    }


    .lavWhyLavenderHeader h2 {

        font-size:
            clamp(2.9rem, 10.5vw, 4.6rem);
    }


    .lavWhyLavenderIntroduction {

        grid-template-columns:
            minmax(0, 1fr);

        gap: 35px;
    }


    .lavWhyLavenderIntroductionMark {

        width: 105px;
        height: 105px;
    }


    .lavWhyLavenderReasons {

        grid-template-columns:
            minmax(0, 1fr);
    }


    .lavWhyLavenderReason {

        min-height: 330px;
    }


    .lavWhyLavenderVisual {

        min-height: 630px;
    }


    .lavWhyLavenderVisualFrame {

        min-height:
            calc(630px - 72px);
    }


    .lavWhyLavenderPromise {

        padding:
            46px 34px;

        border-radius:
            34px;
    }


    .lavWhyLavenderClosing {

        grid-template-columns:
            74px minmax(0, 1fr);

        padding:
            42px 34px;
    }


    .lavWhyLavenderClosingIcon {

        width: 70px;
        height: 70px;
    }


    .lavWhyLavenderClosingIcon svg {

        width: 47px;
        height: 47px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 600px) {

    .lavWhyLavender {

        padding:
            88px 0 96px;
    }


    .lavWhyLavender .container {

        width:
            calc(100% - 28px);
    }


    .lavWhyLavenderHeader h2 {

        font-size:
            clamp(2.65rem, 12vw, 3.85rem);
    }


    .lavWhyLavenderIntroduction {

        padding:
            38px 27px;

        border-radius:
            30px;
    }


    .lavWhyLavenderIntroductionContent p {

        font-size:
            clamp(1.95rem, 9vw, 2.85rem);
    }


    .lavWhyLavenderReason {

        min-height: 315px;

        padding:
            31px 25px;

        border-radius:
            26px;
    }


    .lavWhyLavenderReasonTop {

        margin-bottom: 49px;
    }


    .lavWhyLavenderReasonIcon {

        width: 60px;
        height: 60px;
    }


    .lavWhyLavenderReasonIcon svg {

        width: 37px;
        height: 37px;
    }


    .lavWhyLavenderVisual {

        min-height: 590px;

        padding: 17px;

        border-radius:
            31px;
    }


    .lavWhyLavenderVisualFrame {

        min-height:
            calc(590px - 34px);

        padding:
            42px 27px;

        border-radius:
            25px;
    }


    .lavWhyLavenderVisualNumber {

        top: 30px;
        left: 18px;

        font-size:
            clamp(11rem, 47vw, 15rem);
    }


    .lavWhyLavenderVisualCircles {

        top: 74px;
        right: 29px;

        width: 165px;
        height: 165px;
    }


    .lavWhyLavenderVisualCircles span:nth-child(2) {

        inset: 28px;
    }


    .lavWhyLavenderVisualCircles span:nth-child(3) {

        inset: 56px;
    }


    .lavWhyLavenderVisualContent blockquote p {

        font-size:
            clamp(1.95rem, 9.5vw, 2.9rem);
    }


    .lavWhyLavenderBotanical {

        right: -43px;
        bottom: 27px;

        transform:
            translate3d(
                var(--why-botanical-x),
                var(--why-botanical-y),
                0
            )
            rotate(8deg)
            scale(0.76);

        transform-origin:
            bottom center;
    }


    .lavWhyLavenderVisualCaption {

        padding:
            21px 5px 0;
    }


    .lavWhyLavenderPromise {

        padding:
            39px 25px;

        border-radius:
            30px;
    }


    .lavWhyLavenderPromiseSteps li {

        grid-template-columns:
            45px minmax(0, 1fr);

        gap: 17px;
    }


    .lavWhyLavenderPromiseStepNumber {

        width: 40px;
        height: 40px;
    }


    .lavWhyLavenderClosing {

        grid-template-columns:
            minmax(0, 1fr);

        gap: 25px;

        padding:
            37px 28px;

        border-radius:
            30px;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 410px) {

    .lavWhyLavenderHeader h2 {

        font-size:
            clamp(2.42rem, 13vw, 3.3rem);
    }


    .lavWhyLavenderIntroduction {

        padding:
            34px 23px;
    }


    .lavWhyLavenderReason {

        min-height: 300px;

        padding:
            29px 22px;
    }


    .lavWhyLavenderReason h3 {

        font-size:
            clamp(1.65rem, 8vw, 2.05rem);
    }


    .lavWhyLavenderVisual {

        min-height: 555px;
    }


    .lavWhyLavenderVisualFrame {

        min-height:
            calc(555px - 34px);

        padding:
            37px 23px;
    }


    .lavWhyLavenderVisualCircles {

        width: 145px;
        height: 145px;
    }


    .lavWhyLavenderVisualContent blockquote p {

        font-size:
            clamp(1.8rem, 9.5vw, 2.45rem);
    }


    .lavWhyLavenderPromise {

        padding:
            34px 22px;
    }


    .lavWhyLavenderPromiseIntro h3 {

        font-size:
            clamp(1.95rem, 10vw, 2.7rem);
    }


    .lavWhyLavenderPromiseSteps {

        gap: 0;
    }


    .lavWhyLavenderPromiseSteps li {

        grid-template-columns:
            minmax(0, 1fr);

        gap: 15px;
    }


    .lavWhyLavenderClosing {

        padding:
            34px 23px;
    }


    .lavWhyLavenderClosingContent p {

        font-size:
            clamp(1.65rem, 8vw, 2.25rem);
    }

}


/* ============================================================
   TOUCH DEVICES
============================================================ */

@media (hover: none) {

    .lavWhyLavenderReason:hover {

        --why-card-lift: 0px;

        border-color:
            rgba(108, 77, 120, 0.12);

        box-shadow:
            0 24px 62px
            rgba(66, 44, 74, 0.075),
            inset 0 1px 0
            rgba(255, 255, 255, 0.93);
    }


    .lavWhyLavenderReasonFeatured:hover {

        border-color:
            rgba(112, 79, 124, 0.22);

        background:
            linear-gradient(
                150deg,
                rgba(112, 80, 123, 0.98),
                rgba(76, 55, 85, 0.99)
            );

        box-shadow:
            0 32px 75px
            rgba(59, 38, 67, 0.18),
            inset 0 1px 0
            rgba(255, 255, 255, 0.12);
    }


    .lavWhyLavenderReason:hover::before {

        transform: none;
    }


    .lavWhyLavenderReason:hover::after {

        opacity: 0;

        transform:
            translateX(-125%);
    }


    .lavWhyLavenderReason:hover
    .lavWhyLavenderReasonIcon {

        transform: none;
    }


    .lavWhyLavenderReason:hover
    .lavWhyLavenderReasonAccent {

        opacity: 0;

        transform:
            scaleX(0.28);
    }

}


/* ============================================================
   REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {

    .js .lavWhyLavender .reveal-soft {

        opacity: 1;

        transform: none;

        filter: none;

        transition: none;
    }


    .lavWhyLavenderReason,
    .lavWhyLavenderReason::before,
    .lavWhyLavenderReason::after,
    .lavWhyLavenderReasonIcon,
    .lavWhyLavenderReasonAccent,
    .lavWhyLavenderVisual,
    .lavWhyLavenderBotanical {

        transition: none;
    }


    .lavWhyLavenderReason {

        --why-card-x: 0deg;
        --why-card-y: 0deg;
        --why-card-lift: 0px;

        transform: none;
    }


    .lavWhyLavenderVisual {

        --why-visual-x: 0px;
        --why-visual-y: 0px;

        transform: none;
    }


    .lavWhyLavenderBotanical {

        --why-botanical-x: 0px;
        --why-botanical-y: 0px;

        transform:
            rotate(8deg);
    }


    .lavWhyLavenderReason:hover {

        transform: none;
    }

}