/*
|--------------------------------------------------------------------------
| ADI YOGPEETH — SECTION 05 / WHY RISHIKESH
| PREMIUM RESPONSIVE REBUILD
|--------------------------------------------------------------------------
| Designed from the supplied visual reference and the user's current PHP.
|
| Core composition:
|   01 LEFT   : editorial story
|   02 MIDDLE : four reasons
|   03 RIGHT  : hero image + three polaroids
|   04 GREEN  : premium bottom stats + CTA band
|   05 BOTTOM : six SEO-friendly stats + CTA
|
| Important:
|   - No fixed 1536px canvas.
|   - 1280px laptops are treated as a first-class desktop breakpoint.
|   - The bottom stats/CTA use a single premium green visual system.
|   - The mandala is an image so it can be replaced independently.
|--------------------------------------------------------------------------
*/

.ayp-wr,
.ayp-wr * {
    box-sizing: border-box;
}

.ayp-wr {
    --wr-cream: #f6f1e6;
    --wr-paper: #fbf8f0;
    --wr-paper-deep: #eee5d4;
    --wr-green: #063e2f;
    --wr-green-2: #07503d;
    --wr-green-3: #043428;
    --wr-gold: #b98225;
    --wr-gold-soft: #d5b16a;
    --wr-ink: #18241f;
    --wr-muted: #44504a;
    --wr-rule: rgba(154, 113, 50, .27);

    position: relative;
    width: 100%;
    color: var(--wr-ink);
    background: var(--wr-cream);
    overflow: hidden;
    isolation: isolate;

    font-family: var(--font-body);
}

/* =========================================================
   PAPER STAGE
========================================================= */

.ayp-wr-paper {
    position: relative;
    min-height: 0;
    overflow: visible;
    background:
        radial-gradient(circle at 8% 15%, rgba(185,130,37,.035), transparent 23%),
        radial-gradient(circle at 76% 20%, rgba(185,130,37,.025), transparent 24%),
        linear-gradient(180deg, #fcfaf4 0%, var(--wr-cream) 100%);
}

/* Very subtle paper grain without an external asset. */
.ayp-wr-paper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .22;
    background:
        repeating-linear-gradient(0deg, rgba(90,65,35,.018) 0 1px, transparent 1px 5px),
        repeating-linear-gradient(91deg, rgba(255,255,255,.035) 0 1px, transparent 1px 8px);
}

/* =========================================================
   THREE-COLUMN COMPOSITION
========================================================= */

.ayp-wr-layout {
    position: relative;
    z-index: 4;
    width: min(1440px, calc(100% - 72px));
    min-height: 0;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 39%) minmax(0, 25%) minmax(0, 36%);
    column-gap: 0;
}

/* =========================================================
   LEFT — EDITORIAL STORY
========================================================= */

.ayp-wr-left {
    position: relative;
    z-index: 8;
    min-width: 0;
    padding: clamp(34px, 3.2vw, 54px) clamp(22px, 2.3vw, 38px) 150px 0;
}

.ayp-wr-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--wr-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}

.ayp-wr-eyebrow > i {
    display: block;
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, var(--wr-gold), transparent);
}

.ayp-wr-lotus-mini {
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ayp-wr-lotus-mini svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: var(--wr-gold);
    stroke-width: 1.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ayp-wr-title {
    max-width: 545px;
    margin: 17px 0 25px;
    color: var(--wr-green);
    font-family: var(--font-display);
    font-size: clamp(43px, 4.35vw, 69px);
    font-weight: var(--font-weight-semibold);
    line-height: .91;
    letter-spacing: -.045em;
}

.ayp-wr-title span,
.ayp-wr-title em {
    display: block;
}

.ayp-wr-title span {
    margin-top: 7px;
}

.ayp-wr-title em {
    margin-top: 8px;
    color: var(--wr-gold);
    font-size: .98em;
    font-weight: var(--font-weight-regular);
    line-height: .92;
    letter-spacing: -.04em;
}

.ayp-wr-intro {
    max-width: 525px;
    margin: 0;
    color: #27322d;
    font-size: clamp(14px, 1.06vw, 17px);
    line-height: 1.53;
}

.ayp-wr-small-rule {
    display: flex;
    align-items: center;
    width: 68px;
    margin-top: 25px;
}

.ayp-wr-small-rule span {
    width: 56px;
    height: 1px;
    background: var(--wr-gold);
}

.ayp-wr-small-rule b {
    color: var(--wr-gold);
    font-size: 18px;
    font-weight: var(--font-weight-regular);
    line-height: 1;
}

/* =========================================================
   MANDALA / QUOTE
========================================================= */

.ayp-wr-quote {
    position: relative;
    min-height: 190px;
    display: flex;
    align-items: flex-end;
    margin-top: 3px;
    overflow: visible;
}

.ayp-wr-mandala {
    position: relative;
    z-index: 1;
    width: clamp(150px, 15vw, 205px);
    flex: 0 0 clamp(150px, 15vw, 205px);
    margin-left: -12px;
    margin-bottom: -18px;
    opacity: .82;
}

.ayp-wr-mandala img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.ayp-wr-quote-copy {
    position: relative;
    z-index: 3;
    max-width: 285px;
    margin: 0 0 48px -12px;
    color: var(--wr-green);
    font-family: var(--font-display);
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.08;
    transform: rotate(-2deg);
}

.ayp-wr-quote-copy span,
.ayp-wr-quote-copy strong {
    display: block;
}

.ayp-wr-quote-copy strong {
    font-weight: var(--font-weight-regular);
}

/* =========================================================
   MIDDLE — FOUR REASONS
========================================================= */

.ayp-wr-middle {
    position: relative;
    z-index: 9;
    min-width: 0;
    padding: clamp(48px, 5vw, 70px) clamp(12px, 1.1vw, 18px) 35px;
}

.ayp-wr-reason {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    min-height: 132px;
    padding: 0 0 17px;
    margin: 0 0 17px;
    border-bottom: 1px solid var(--wr-rule);
}

.ayp-wr-reason:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.ayp-wr-reason-marker {
    display: grid;
    grid-template-columns: 44px 48px;
    gap: 7px;
    align-items: start;
}

.ayp-wr-number {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--wr-green);
    color: #fff;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: var(--font-weight-semibold);
    box-shadow: 0 4px 11px rgba(3,48,36,.16);
}

.ayp-wr-reason-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ayp-wr-reason-icon svg {
    width: 46px;
    height: 46px;
    fill: none;
    stroke: var(--wr-gold);
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ayp-wr-reason-content {
    min-width: 0;
    padding-top: 2px;
}

.ayp-wr-reason-content h3 {
    margin: 0 0 7px;
    color: var(--wr-green);
    font-family: var(--font-display);
    font-size: clamp(16px, 1.18vw, 20px);
    font-weight: var(--font-weight-semibold);
    line-height: 1.02;
}

.ayp-wr-reason-content p {
    max-width: 270px;
    margin: 0;
    color: #28332e;
    font-size: clamp(9px, .72vw, 12px);
    line-height: 1.47;
}

/* =========================================================
   RIGHT — IMAGE COMPOSITION
========================================================= */

.ayp-wr-right {
    position: relative;
    z-index: 3;
    min-width: 0;
    min-height: inherit;
    overflow: visible;
}

.ayp-wr-main-image {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -1px;
    width: 100%;
    height: min(660px, 47vw);
    overflow: hidden;

    /* Soft organic transition where paper meets photograph. */
    clip-path: polygon(
        7% 0,
        100% 0,
        100% 100%,
        0 100%,
        0 9%,
        3% 5%
    );
}

.ayp-wr-main-image::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0 auto 0 0;
    width: 15%;
    background: linear-gradient(
        90deg,
        var(--wr-paper) 0%,
        rgba(251,248,240,.84) 24%,
        rgba(251,248,240,0) 100%
    );
    pointer-events: none;
}

.ayp-wr-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% center;
    filter: saturate(.94) contrast(.98);
}

.ayp-wr-image-wash {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(4,30,23,0) 55%, rgba(4,30,23,.10) 100%);
}

/* =========================================================
   POLAROIDS
========================================================= */

.ayp-wr-polaroids {
    position: absolute;
    z-index: 30;
    right: -12px;
    bottom: 83px;
    width: 92%;
    height: 245px;
}

.ayp-wr-polaroid {
    position: absolute;
    width: 34%;
    margin: 0;
    padding: 7px 7px 13px;
    background: #fffdf8;
    box-shadow:
        0 15px 28px rgba(28,32,27,.20),
        0 2px 3px rgba(28,32,27,.08);
    transform-origin: center bottom;
}

.ayp-wr-polaroid img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.06;
    object-fit: cover;
}

.ayp-wr-polaroid-a {
    left: 0;
    bottom: 13px;
    transform: rotate(-5deg);
}

.ayp-wr-polaroid-b {
    left: 31%;
    bottom: -2px;
    z-index: 3;
    transform: rotate(4deg);
}

.ayp-wr-polaroid-c {
    right: 0;
    bottom: 15px;
    z-index: 2;
    transform: rotate(3deg);
}

/* =========================================================
   BOTTOM — PREMIUM GREEN STATS + CTA
   The former torn-paper message is intentionally removed.
========================================================= */

.ayp-wr-green-story {
    display: none !important;
}

.ayp-wr-bottom {
    position: relative;
    z-index: 20;

    width: 100%;
    min-height: 178px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(285px, 24vw, 360px);

    padding: 0 max(16px, calc((100vw - 1480px) / 2));

    overflow: hidden;

    color: #fffdf6;

    background:
        radial-gradient(circle at 8% 42%, rgba(216,180,96,.075), transparent 28%),
        radial-gradient(circle at 78% 15%, rgba(255,255,255,.022), transparent 25%),
        repeating-linear-gradient(124deg, rgba(255,255,255,.016) 0 1px, transparent 1px 9px),
        linear-gradient(108deg, #04382b 0%, #064634 48%, #03372a 100%);

    border-top: 1px solid rgba(216,180,96,.38);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.035);
}

.ayp-wr-bottom::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(216,180,96,.70) 20%,
        rgba(216,180,96,.20) 50%,
        rgba(216,180,96,.70) 80%,
        transparent
    );
    pointer-events: none;
}

.ayp-wr-stats {
    position: relative;
    z-index: 2;
    min-width: 0;
    min-height: 178px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ayp-wr-stat {
    position: relative;
    min-width: 0;
    min-height: 178px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 20px 6px;

    text-align: center;

    border-right: 1px solid rgba(216,180,96,.24);
}

.ayp-wr-stat:last-child {
    border-right: 0;
}

.ayp-wr-stat-icon {
    height: 36px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ayp-wr-stat-icon svg {
    width: 33px;
    height: 33px;
    fill: none;
    stroke: #d8b461;
    stroke-width: 1.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ayp-wr-stat strong {
    display: block;
    color: #f4dfac;
    font-family: var(--font-display);
    font-size: clamp(19px, 1.55vw, 27px);
    font-weight: var(--font-weight-semibold);
    line-height: 1;
    letter-spacing: -.025em;
    white-space: nowrap;
}

.ayp-wr-stat span {
    display: block;
    max-width: 135px;
    margin-top: 7px;
    color: rgba(255,251,242,.82);
    font-size: clamp(8px, .63vw, 10px);
    line-height: 1.32;
}

.ayp-wr-final-card {
    position: relative;
    z-index: 3;

    min-height: 150px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin: 12px 0 12px 16px;
    padding: 20px 18px 15px;

    border: 1px solid rgba(216,180,96,.58);
    border-radius: 16px;

    background:
        linear-gradient(145deg, #0a4a38 0%, #063d2f 60%, #043327 100%);

    box-shadow:
        0 9px 24px rgba(0,0,0,.16),
        inset 0 1px 0 rgba(255,255,255,.05);

    text-align: center;
}

.ayp-wr-final-card::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(216,180,96,.12);
    border-radius: 12px;
    pointer-events: none;
}

.ayp-wr-final-lotus {
    position: absolute;
    z-index: 4;
    top: -13px;
    left: 50%;
    width: 54px;
    padding: 0 7px;
    transform: translateX(-50%);
    background: #06402f;
}

.ayp-wr-final-lotus svg {
    display: block;
    width: 100%;
    height: auto;
    fill: none;
    stroke: #d8b461;
    stroke-width: 1;
}

.ayp-wr-final-card p {
    position: relative;
    z-index: 5;
    margin: 13px 0 12px;
    color: #dfbc6d;
    font-family: var(--font-display);
    font-size: clamp(13px, .9vw, 16px);
    line-height: 1.28;
}

.ayp-wr-final-card p strong {
    display: block;
    color: #fffaf0;
    font-weight: var(--font-weight-semibold);
}

.ayp-wr-final-card a {
    position: relative;
    z-index: 6;
    width: min(100%, 225px);
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid rgba(228,194,112,.70);
    border-radius: 7px;
    background: #d3ad59;
    color: #063a2c;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-decoration: none;
}

.ayp-wr-final-card a span {
    color: #063a2c;
    font-size: 16px;
    line-height: 1;
}

/* =========================================================
   DESKTOP GEOMETRY
========================================================= */

@media (min-width: 1101px) {

    .ayp-wr-paper {
        min-height: 0;
        height: clamp(490px, 36vw, 620px);
    }

    .ayp-wr-layout {
        width: min(1440px, calc(100% - 72px));
        min-height: 0;
        height: 100%;
    }

    .ayp-wr-left {
        padding-bottom: 34px;
    }

    .ayp-wr-middle {
        padding-bottom: 24px;
    }

    .ayp-wr-right {
        min-height: 0;
        height: 100%;
    }

    .ayp-wr-polaroids {
        bottom: 18px;
    }
}

/* =========================================================
   1280px LAPTOP — PRIMARY TARGET
========================================================= */

@media (min-width: 1101px) and (max-width: 1300px) {

    .ayp-wr-paper {
        height: 500px;
    }

    .ayp-wr-layout {
        width: calc(100% - 48px);
        height: 500px;
        grid-template-columns: 38.5% 25.5% 36%;
    }

    .ayp-wr-left {
        padding: 5px 11px 0px 0px;
    }

    .ayp-wr-eyebrow {
        font-size: 9px;
    }

    .ayp-wr-title {
        margin-top: 14px;
        margin-bottom: 20px;
        font-size: 48px;
    }

    .ayp-wr-title em {
        font-size: 51px;
    }

    .ayp-wr-intro {
        max-width: 445px;
        font-size: 13px;
        line-height: 1.52;
    }

    .ayp-wr-small-rule {
        margin-top: 18px;
    }

    .ayp-wr-quote {
        min-height: 145px;
    }

    .ayp-wr-mandala {
        width: 150px;
        flex-basis: 150px;
    }

    .ayp-wr-quote-copy {
        max-width: 220px;
        margin-left: -16px;
        margin-bottom: 28px;
        font-size: 21px;
    }

    .ayp-wr-middle {
        padding: 34px 10px 22px;
    }

    .ayp-wr-reason {
        grid-template-columns: 89px minmax(0,1fr);
        min-height: 108px;
        margin-bottom: 10px;
        padding-bottom: 11px;
    }

    .ayp-wr-reason-marker {
        grid-template-columns: 40px 43px;
        gap: 6px;
    }

    .ayp-wr-number {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .ayp-wr-reason-icon {
        width: 43px;
        height: 43px;
    }

    .ayp-wr-reason-icon svg {
        width: 42px;
        height: 42px;
    }

    .ayp-wr-reason-content h3 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .ayp-wr-reason-content p {
        max-width: 225px;
        font-size: 9.5px;
        line-height: 1.4;
    }

    .ayp-wr-main-image {
        height: 445px;
    }

    .ayp-wr-polaroids {
        right: -12px;
        bottom: 14px;
        width: 94%;
        height: 195px;
    }

    .ayp-wr-polaroid {
        padding: 6px 6px 10px;
    }

    .ayp-wr-bottom {
        min-height: 168px;
        grid-template-columns: minmax(0, 1fr) 305px;
        padding: 0 12px;
    }

    .ayp-wr-stats,
    .ayp-wr-stat {
        min-height: 168px;
    }

    .ayp-wr-stat {
        padding: 16px 4px;
    }

    .ayp-wr-stat-icon {
        height: 32px;
        margin-bottom: 5px;
    }

    .ayp-wr-stat-icon svg {
        width: 29px;
        height: 29px;
    }

    .ayp-wr-stat strong {
        font-size: 19px;
    }

    .ayp-wr-stat span {
        max-width: 105px;
        margin-top: 5px;
        font-size: 8px;
    }

    .ayp-wr-final-card {
        min-height: 142px;
        margin: 10px 0 10px 12px;
        padding: 18px 14px 13px;
    }

    .ayp-wr-final-lotus {
        width: 49px;
        top: -12px;
    }

    .ayp-wr-final-card p {
        margin: 11px 0 10px;
        font-size: 12.5px;
    }

    .ayp-wr-final-card a {
        width: min(100%, 200px);
        min-height: 34px;
        font-size: 8px;
    }
}

/* =========================================================
   1301–1500px
========================================================= */

@media (min-width: 1301px) and (max-width: 1500px) {

    .ayp-wr-paper {
        height: 550px;
    }

    .ayp-wr-layout {
        height: 550px;
        width: calc(100% - 64px);
    }

    .ayp-wr-left {
        padding-left: 0;
    }

    .ayp-wr-title {
        font-size: 56px;
    }

    .ayp-wr-title em {
        font-size: 59px;
    }

    .ayp-wr-middle {
        padding-top: 53px;
    }

    .ayp-wr-main-image {
        height: 505px;
    }

    .ayp-wr-polaroids {
        width: 94%;
        bottom: 20px;
    }
}

/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1501px) {

    .ayp-wr-paper {
        height: 620px;
    }

    .ayp-wr-layout {
        height: 620px;
    }

    .ayp-wr-main-image {
        height: 590px;
    }

    .ayp-wr-polaroids {
        bottom: 28px;
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .ayp-wr-paper {
        min-height: auto;
        height: auto;
    }

    .ayp-wr-layout {
        width: 100%;
        min-height: auto;
        height: auto;
        display: grid;
        grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    }

    .ayp-wr-left {
        padding: 50px 28px 55px 42px;
    }

    .ayp-wr-middle {
        padding: 72px 30px 55px 12px;
    }

    .ayp-wr-right {
        grid-column: 1 / -1;
        min-height: 620px;
        height: 620px;
    }

    .ayp-wr-main-image {
        width: 82%;
        height: 570px;
        right: 0;
    }

    .ayp-wr-polaroids {
        right: 20px;
        bottom: 54px;
        width: 55%;
    }

    .ayp-wr-bottom {
        grid-template-columns: 1fr;
        padding: 0 18px;
    }

    .ayp-wr-stats {
        grid-template-columns: repeat(3, minmax(0,1fr));
        min-height: auto;
    }

    .ayp-wr-stat {
        min-height: 145px;
    }

    .ayp-wr-final-card {
        min-height: 155px;
        margin: 15px 0 22px;
    }
}

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

@media (max-width: 700px) {

    .ayp-wr-layout {
        display: flex;
        flex-direction: column;
    }

    .ayp-wr-left {
        padding: 42px 20px 24px;
    }

    .ayp-wr-eyebrow {
        font-size: 8px;
    }

    .ayp-wr-eyebrow > i {
        width: 30px;
    }

    .ayp-wr-title {
        margin: 14px 0 21px;
        font-size: clamp(39px,11.7vw,56px);
    }

    .ayp-wr-title em {
        font-size: clamp(41px,12vw,58px);
    }

    .ayp-wr-intro {
        font-size: 13px;
        line-height: 1.55;
    }

    .ayp-wr-quote {
        min-height: 145px;
    }

    .ayp-wr-mandala {
        width: 132px;
        flex-basis: 132px;
    }

    .ayp-wr-quote-copy {
        max-width: 205px;
        margin: 0 0 25px -16px;
        font-size: 19px;
    }

    .ayp-wr-middle {
        padding: 18px 20px 28px;
    }

    .ayp-wr-reason {
        grid-template-columns: 76px minmax(0,1fr);
        min-height: 98px;
        margin-bottom: 11px;
        padding-bottom: 12px;
    }

    .ayp-wr-reason-marker {
        grid-template-columns: 34px 36px;
        gap: 5px;
    }

    .ayp-wr-number {
        width: 34px;
        height: 34px;
        font-size: 10px;
    }

    .ayp-wr-reason-icon,
    .ayp-wr-reason-icon svg {
        width: 36px;
        height: 36px;
    }

    .ayp-wr-reason-content h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .ayp-wr-reason-content p {
        max-width: 100%;
        font-size: 9px;
        line-height: 1.42;
    }

    .ayp-wr-right {
        min-height: 495px;
        height: 495px;
    }

    .ayp-wr-main-image {
        width: 93%;
        height: 415px;
    }

    .ayp-wr-polaroids {
        right: 4px;
        bottom: 54px;
        width: 76%;
        height: 160px;
    }

    .ayp-wr-polaroid {
        padding: 4px 4px 7px;
    }

    .ayp-wr-bottom {
        padding: 0 10px;
    }

    .ayp-wr-stats {
        grid-template-columns: repeat(2,minmax(0,1fr));
        min-height: auto;
    }

    .ayp-wr-stat {
        min-height: 142px;
        padding: 14px 5px;
    }

    .ayp-wr-stat:nth-child(even) {
        border-right: 0;
    }

    .ayp-wr-stat-icon {
        height: 34px;
        margin-bottom: 6px;
    }

    .ayp-wr-stat-icon svg {
        width: 31px;
        height: 31px;
    }

    .ayp-wr-stat strong {
        font-size: 20px;
    }

    .ayp-wr-stat span {
        max-width: 130px;
        font-size: 8.5px;
    }

    .ayp-wr-final-card {
        min-height: 168px;
        margin: 12px 0 16px;
    }
}

/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

    .ayp-wr-left {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ayp-wr-middle {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ayp-wr-title {
        font-size: 36px;
    }

    .ayp-wr-title em {
        font-size: 39px;
    }

    .ayp-wr-quote-copy {
        font-size: 17px;
    }

    .ayp-wr-mandala {
        width: 112px;
        flex-basis: 112px;
    }

    .ayp-wr-reason {
        grid-template-columns: 70px minmax(0,1fr);
    }

    .ayp-wr-reason-content h3 {
        font-size: 14px;
    }

    .ayp-wr-reason-content p {
        font-size: 8.5px;
    }

    .ayp-wr-main-image {
        width: 96%;
    }

    .ayp-wr-polaroids {
        width: 79%;
    }
}

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

@media (prefers-reduced-motion: reduce) {
    .ayp-wr *,
    .ayp-wr *::before,
    .ayp-wr *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}


/* ==========================================================================
   ADI YOGPEETH — WHY RISHIKESH
   PREMIUM REFINEMENT V2.1
   --------------------------------------------------------------------------
   Structure/content/JS preserved. Visual layer refined to match the
   finalized AYP design system: Cormorant Garamond + Manrope.
   ========================================================================== */

.ayp-wr {
    --wr-cream: #FAF8F3;
    --wr-paper: #FAF8F3;
    --wr-green: #173F35;
    --wr-green-2: #214D40;
    --wr-green-3: #10352D;
    --wr-gold: #B79A63;
    --wr-gold-soft: #D8C28F;
    --wr-ink: #252825;
    --wr-muted: #5E6761;
    --wr-rule: rgba(23, 63, 53, .14);

    font-family: var(--font-body);
}

.ayp-wr h2,
.ayp-wr h3,
.ayp-wr .ayp-wr-title,
.ayp-wr .ayp-wr-quote-copy,
.ayp-wr .ayp-wr-stat strong,
.ayp-wr .ayp-wr-final-card p {
    font-family: var(--font-display);
}

/* Editorial opening */
.ayp-wr-eyebrow {
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: var(--font-weight-bold);
    letter-spacing: .16em;
}

.ayp-wr-title {
    font-size: clamp(48px, 4.15vw, 68px);
    line-height: .92;
    letter-spacing: -.035em;
    font-weight: var(--font-weight-semibold);
}

.ayp-wr-title em {
    color: #B79A63;
    font-weight: var(--font-weight-regular);
}

.ayp-wr-intro {
    font-family: var(--font-body);
    color: #4E5953;
    font-size: clamp(12px, .88vw, 15px);
    line-height: 1.68;
}

.ayp-wr-small-rule span {
    background: #B79A63;
}

/* Quote becomes quiet editorial rather than handwritten/script-like */
.ayp-wr-quote-copy {
    max-width: 300px;
    color: #173F35;
    font-size: clamp(24px, 2vw, 31px);
    line-height: 1.02;
    letter-spacing: -.02em;
}

.ayp-wr-quote-copy strong {
    color: #B79A63;
    font-weight: var(--font-weight-medium);
}

/* Reason list */
.ayp-wr-reason {
    border-bottom-color: rgba(23, 63, 53, .14);
}

.ayp-wr-number {
    background: #173F35;
    box-shadow: 0 4px 12px rgba(23,63,53,.14);
    font-family: var(--font-body);
    font-size: 10px;
    letter-spacing: .04em;
}

.ayp-wr-reason-icon svg {
    stroke: #B79A63;
    stroke-width: 1.05;
}

.ayp-wr-reason-content h3 {
    color: #173F35;
    font-family: var(--font-display);
    font-size: clamp(19px, 1.25vw, 23px);
    line-height: 1;
    letter-spacing: -.01em;
}

.ayp-wr-reason-content p {
    color: #56615B;
    font-family: var(--font-body);
    font-size: clamp(9px, .68vw, 11px);
    line-height: 1.58;
}

/* Image treatment */
.ayp-wr-main-image img {
    filter: saturate(.90) contrast(.98);
    transition: transform .7s ease;
}

.ayp-wr-right:hover .ayp-wr-main-image img {
    transform: scale(1.012);
}

.ayp-wr-polaroid {
    border: 1px solid rgba(23,63,53,.08);
    box-shadow:
        0 16px 30px rgba(28,32,27,.16),
        0 2px 5px rgba(28,32,27,.07);
}

/* Premium bottom band */
.ayp-wr-bottom {
    background:
        radial-gradient(circle at 10% 50%, rgba(183,154,99,.10), transparent 26%),
        linear-gradient(110deg, #173F35 0%, #214D40 52%, #12382F 100%);
    border-top: 1px solid rgba(183,154,99,.48);
}

.ayp-wr-stat {
    border-right-color: rgba(183,154,99,.25);
}

.ayp-wr-stat-icon svg {
    stroke: #B79A63;
}

.ayp-wr-stat strong {
    color: #E6D19D;
    font-size: clamp(21px, 1.55vw, 28px);
    letter-spacing: -.015em;
}

.ayp-wr-stat span {
    font-family: var(--font-body);
    color: rgba(250,248,243,.78);
    font-size: 8px;
    line-height: 1.45;
    letter-spacing: .01em;
}

.ayp-wr-final-card {
    border-color: rgba(183,154,99,.62);
    border-radius: 12px;
    background: linear-gradient(145deg, #214D40, #173F35);
}

.ayp-wr-final-card p {
    color: #D9BD7E;
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.18;
}

.ayp-wr-final-card p strong {
    color: #FAF8F3;
}

.ayp-wr-final-card a {
    min-height: 36px;
    border-color: rgba(183,154,99,.72);
    background: #B79A63;
    color: #173F35;
    font-family: var(--font-body);
    font-size: 8px;
    letter-spacing: .12em;
    transition: transform .2s ease, background .2s ease;
}

.ayp-wr-final-card a:hover {
    transform: translateY(-1px);
    background: #C5AB78;
}

/* Desktop: more breathing room without changing the 3-column concept */
@media (min-width: 1101px) {
    .ayp-wr-layout {
        width: min(1440px, calc(100% - 64px));
    }

    .ayp-wr-left {
        padding-right: clamp(24px, 2.6vw, 42px);
    }

    .ayp-wr-middle {
        padding-left: clamp(14px, 1.3vw, 22px);
        padding-right: clamp(14px, 1.3vw, 22px);
    }

    .ayp-wr-reason {
        grid-template-columns: 92px minmax(0,1fr);
    }

    .ayp-wr-main-image {
        clip-path: polygon(
            8% 0,
            100% 0,
            100% 100%,
            0 100%,
            0 8%,
            3% 4%
        );
    }
}

/* 1280px laptop refinement */
@media (min-width: 1101px) and (max-width: 1300px) {
    .ayp-wr-title {
        font-size: 49px;
    }

    .ayp-wr-title em {
        font-size: 1em;
    }

    .ayp-wr-intro {
        font-size: 12px;
        line-height: 1.62;
    }

    .ayp-wr-reason-content h3 {
        font-size: 18px;
    }

    .ayp-wr-reason-content p {
        font-size: 9px;
        line-height: 1.5;
    }

    .ayp-wr-quote-copy {
        font-size: 21px;
    }
}

/* Mobile: retain the supplied responsive composition, refine typography only */
@media (max-width: 700px) {
    .ayp-wr-title {
        font-size: clamp(39px, 11.7vw, 55px);
        line-height: .93;
    }

    .ayp-wr-intro {
        font-size: 12px;
        line-height: 1.62;
    }

    .ayp-wr-quote-copy {
        font-size: 20px;
        line-height: 1.03;
    }

    .ayp-wr-reason-content h3 {
        font-size: 17px;
    }

    .ayp-wr-reason-content p {
        font-size: 9px;
        line-height: 1.48;
    }

    .ayp-wr-stat strong {
        font-size: 21px;
    }
}


