/* ==========================================================
   AYP HOMEPAGE — PIXEL-PERFECT RISHIKESH EXPERIENCES
   Scoped exclusively to .ayp-home-experiences
   ========================================================== */

.ayp-home-experiences {
    --ex-bg: #f8f4ea;
    --ex-card: #fbfaf5;
    --ex-green: #0f443c;
    --ex-green-2: #173f35;
    --ex-gold: #a96d13;
    --ex-gold-line: rgba(169, 109, 19, .32);
    --ex-text: #173b36;
    --ex-muted: #344d49;

    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 34px 0 38px;
    background:
        radial-gradient(circle at 79% 48%, rgba(255,255,255,.52), transparent 31%),
        var(--ex-bg);
    color: var(--ex-text);
}

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

.ayp-home-experiences__heading {
    width: 100%;
    max-width: none;
    margin: 0 auto 29px;
    padding: 0 24px;
    text-align: center;
}

.ayp-home-experiences__eyebrow {
    display: grid;
    grid-template-columns: 100px auto 100px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: var(--ex-gold);
    font: 600 13px/1 var(--font-body, "Manrope", sans-serif);
    letter-spacing: .29em;
}

.ayp-home-experiences__eyebrow span {
    height: 1px;
    background: var(--ex-gold);
}

.ayp-home-experiences__eyebrow strong {
    font-weight: 600;
    white-space: nowrap;
}

.ayp-home-experiences__heading h2 {
    margin: 17px 0 7px;
    color: var(--ex-green);
    font: 500 clamp(48px, 4.2vw, 69px)/.89 var(--font-display, "Cormorant Garamond", Georgia, serif);
    letter-spacing: -.028em;
}

.ayp-home-experiences__heading h2 em {
    color: var(--ex-gold);
    font-style: italic;
    font-weight: 500;
}

.ayp-home-experiences__lotus {
    width: 144px;
    height: 30px;
    margin: 3px auto 6px;
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    align-items: center;
    gap: 9px;
}

.ayp-home-experiences__lotus span {
    height: 1px;
    background: var(--ex-gold);
}

.ayp-home-experiences__lotus svg {
    width: 40px;
    height: 30px;
    fill: none;
    stroke: var(--ex-gold);
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ayp-home-experiences__heading > p {
    max-width: 830px;
    margin: 0 auto;
    color: var(--ex-green);
    font: 400 18px/1.42 var(--font-display, "Cormorant Garamond", Georgia, serif);
}

.ayp-home-experiences__layout {
    width: min(1396px, calc(100% - 80px));
    min-height: 707px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 355px minmax(0, 1fr);
    gap: 47px;
}

.ayp-home-experiences__intro {
    position: relative;
    min-height: 707px;
    padding: 21px 40px 16px 11px;
    border-right: 1px solid var(--ex-gold-line);
    display: flex;
    flex-direction: column;
}

.ayp-home-experiences__intro-kicker {
    color: var(--ex-gold);
    font: 600 17px/1 var(--font-body, "Manrope", sans-serif);
    letter-spacing: .21em;
}

.ayp-home-experiences__intro h3 {
    margin: 18px 0 0;
    color: var(--ex-green);
    font: 500 clamp(49px, 3.7vw, 66px)/.87 var(--font-display, "Cormorant Garamond", Georgia, serif);
    letter-spacing: -.026em;
}

.ayp-home-experiences__intro-rule {
    width: 52px;
    height: 1px;
    margin: 29px 0 24px;
    background: var(--ex-gold);
}

.ayp-home-experiences__intro > p {
    max-width: 280px;
    margin: 0;
    color: #203c38;
    font: 400 18px/1.47 var(--font-body, "Manrope", sans-serif);
}

.ayp-home-experiences__values {
    max-width: 280px;
    margin-top: auto;
    padding-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    border-top: 1px solid var(--ex-gold-line);
}

.ayp-home-experiences__values > div {
    display: grid;
    justify-items: center;
    gap: 7px;
    color: var(--ex-gold);
}

.ayp-home-experiences__values svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ayp-home-experiences__values span {
    font: 600 10px/1 var(--font-body, "Manrope", sans-serif);
    letter-spacing: .2em;
}

.ayp-home-experiences__quote {
    width: 280px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 38px 1fr;
    grid-template-rows: 28px auto auto;
    align-items: center;
    column-gap: 10px;
    text-align: center;
}

.ayp-home-experiences__quote-line {
    height: 1px;
    background: var(--ex-gold);
}

.ayp-home-experiences__quote > svg {
    width: 38px;
    height: 28px;
    fill: none;
    stroke: var(--ex-gold);
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ayp-home-experiences__quote blockquote {
    grid-column: 1 / -1;
    margin: 7px 0 13px;
    color: var(--ex-green);
    font: italic 400 19px/1.22 var(--font-display, "Cormorant Garamond", Georgia, serif);
}

.ayp-home-experiences__quote-sign {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}

.ayp-home-experiences__quote-sign span {
    height: 1px;
    background: var(--ex-gold);
}

.ayp-home-experiences__quote-sign strong {
    color: var(--ex-gold);
    font: 600 8px/1 var(--font-body, "Manrope", sans-serif);
    letter-spacing: .25em;
}

.ayp-home-experiences__leaf {
    position: absolute;
    left: -15px;
    bottom: -7px;
    width: 93px;
    height: 104px;
    opacity: .12;
    transform: rotate(-12deg);
}

.ayp-home-experiences__leaf span {
    position: absolute;
    left: 45px;
    bottom: 0;
    width: 4px;
    height: 91px;
    border-radius: 100%;
    background: #6c8e80;
    transform: rotate(13deg);
}

.ayp-home-experiences__leaf span:nth-child(2),
.ayp-home-experiences__leaf span:nth-child(3) {
    width: 28px;
    height: 15px;
    left: 22px;
    bottom: 47px;
    border-radius: 100% 0 100% 0;
    transform: rotate(-36deg);
}

.ayp-home-experiences__leaf span:nth-child(3) {
    left: 48px;
    bottom: 68px;
    transform: rotate(25deg);
}

.ayp-home-experiences__carousel {
    position: relative;
    min-width: 0;
    min-height: 707px;
    padding-top: 2px;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
}

.ayp-home-experiences__viewport {
    min-width: 0;
    height: 100%;
    overflow: hidden;
}

.ayp-home-experiences__track {
    height: 100%;
    width: 200%;
    max-width: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    transition: transform 560ms cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}

.ayp-home-experiences__slide {
    flex: 0 0 50%;
    width: 50%;
    min-width: 50%;
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.ayp-home-experience-card {
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 10px 24px 10px 14px;
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) 168px;
    align-items: center;
    gap: 25px;
    border: 1px solid rgba(169,109,19,.18);
    border-radius: 13px;
    background: rgba(255,255,255,.47);
    box-shadow: 0 8px 25px rgba(35,61,53,.025);
}

.ayp-home-experience-card__image {
    width: 112px;
    height: 112px;
    justify-self: center;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid rgba(169,109,19,.14);
}

.ayp-home-experience-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ayp-home-experience-card__main {
    min-width: 0;
}

.ayp-home-experience-card__category {
    display: block;
    margin-bottom: 6px;
    color: var(--ex-gold);
    font: 700 9px/1.15 var(--font-body, "Manrope", sans-serif);
    letter-spacing: .2em;
    text-transform: uppercase;
}

.ayp-home-experience-card h4 {
    margin: 0;
    color: var(--ex-green);
    font: 600 clamp(25px, 2vw, 31px)/1.02 var(--font-display, "Cormorant Garamond", Georgia, serif);
    letter-spacing: -.016em;
}

.ayp-home-experience-card p {
    max-width: 625px;
    margin: 6px 0 0;
    color: #314945;
    font: 400 13px/1.38 var(--font-body, "Manrope", sans-serif);
}

.ayp-home-experience-card__duration {
    min-height: 76px;
    padding-left: 17px;
    border-left: 1px solid var(--ex-gold-line);
    display: flex;
    align-items: center;
    gap: 13px;
}

.ayp-home-experience-card__clock {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    color: var(--ex-gold);
}

.ayp-home-experience-card__clock svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
}

.ayp-home-experience-card__duration strong,
.ayp-home-experience-card__duration small {
    display: block;
}

.ayp-home-experience-card__duration strong {
    color: #263c38;
    font: 500 13px/1.2 var(--font-body, "Manrope", sans-serif);
}

.ayp-home-experience-card__duration small {
    margin-top: 5px;
    color: #718079;
    font: 400 12px/1 var(--font-body, "Manrope", sans-serif);
}

.ayp-home-experiences__arrow {
    position: absolute;
    z-index: 8;
    top: 50%;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--ex-green);
    box-shadow: 0 6px 20px rgba(22,63,53,.12);
    cursor: pointer;
    transform: translateY(-50%);
}

.ayp-home-experiences__arrow span {
    margin-top: -4px;
    font: 400 37px/1 var(--font-display, "Cormorant Garamond", Georgia, serif);
}

.ayp-home-experiences__arrow--prev {
    left: -23px;
}

.ayp-home-experiences__arrow--next {
    right: -23px;
}

.ayp-home-experiences__arrow:hover:not(:disabled) {
    box-shadow: 0 8px 24px rgba(22,63,53,.18);
}

.ayp-home-experiences__arrow:disabled {
    opacity: 0;
    pointer-events: none;
}

.ayp-home-experiences__arrow:focus-visible,
.ayp-home-experiences__dot:focus-visible,
.ayp-home-experiences__cta:focus-visible {
    outline: 2px solid var(--ex-gold);
    outline-offset: 4px;
}

.ayp-home-experiences__bottom {
    padding-top: 6px;
    display: grid;
    justify-items: center;
}

.ayp-home-experiences__dots {
    min-height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.ayp-home-experiences__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #c8d0c7;
    cursor: pointer;
}

.ayp-home-experiences__dot.is-active {
    background: var(--ex-green);
    transform: scale(1.1);
}

.ayp-home-experiences__cta {
    min-width: 375px;
    margin-top: 14px;
    padding: 15px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    border: 1px solid var(--ex-gold);
    border-radius: 999px;
    background: var(--ex-green);
    color: #fff;
    text-decoration: none;
    font: 700 12px/1 var(--font-body, "Manrope", sans-serif);
    letter-spacing: .19em;
}

.ayp-home-experiences__cta b {
    font: 400 24px/1 var(--font-display, "Cormorant Garamond", Georgia, serif);
}

.ayp-home-experiences__cta:hover {
    background: #145248;
}

.ayp-home-experiences__closing {
    width: min(650px, 100%);
    margin-top: 21px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
    color: var(--ex-gold);
}

.ayp-home-experiences__closing span {
    height: 1px;
    background: var(--ex-gold);
}

.ayp-home-experiences__closing strong {
    font: 600 9px/1 var(--font-body, "Manrope", sans-serif);
    letter-spacing: .24em;
    white-space: nowrap;
}

/* ------------------------------ 1180px ------------------------------ */
@media (max-width: 1180px) {
    .ayp-home-experiences__layout {
        width: min(1100px, calc(100% - 48px));
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 34px;
    }

    .ayp-home-experiences__intro {
        padding-right: 25px;
    }

    .ayp-home-experiences__intro h3 {
        font-size: clamp(44px, 5vw, 58px);
    }

    .ayp-home-experience-card {
        grid-template-columns: 108px minmax(0, 1fr) 140px;
        gap: 17px;
        padding-right: 15px;
    }

    .ayp-home-experience-card__image {
        width: 96px;
        height: 96px;
    }

    .ayp-home-experience-card p {
        font-size: 12px;
    }
}


/* Keep the locked four-card vertical slide below desktop as well.
   The layout changes only the card internals, never the slide structure. */
@media (max-width: 1180px) {
    .ayp-home-experiences__track {
        width: 200%;
    }

    .ayp-home-experiences__slide {
        flex: 0 0 50%;
        width: 50%;
        min-width: 50%;
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
}

/* ------------------------------ 820px ------------------------------ */
@media (max-width: 820px) {
    .ayp-home-experiences {
        padding: 62px 0 62px;
    }

    .ayp-home-experiences__heading {
        width: 100%;
        margin-bottom: 34px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .ayp-home-experiences__eyebrow {
        grid-template-columns: 35px auto 35px;
        gap: 10px;
        font-size: 10px;
        letter-spacing: .18em;
    }

    .ayp-home-experiences__heading h2 {
        font-size: clamp(42px, 10vw, 58px);
        line-height: .92;
    }

    .ayp-home-experiences__heading > p {
        font-size: 17px;
    }

    .ayp-home-experiences__layout {
        width: min(680px, calc(100% - 32px));
        min-height: 0;
        display: block;
    }

    .ayp-home-experiences__intro {
        min-height: 0;
        padding: 0 0 38px;
        border-right: 0;
        border-bottom: 1px solid var(--ex-gold-line);
        align-items: center;
        text-align: center;
    }

    .ayp-home-experiences__intro-rule {
        margin: 23px auto 20px;
    }

    .ayp-home-experiences__intro > p {
        max-width: 620px;
    }

    .ayp-home-experiences__values {
        width: min(330px, 100%);
        margin-top: 28px;
        padding-top: 25px;
    }

    .ayp-home-experiences__quote {
        margin-top: 22px;
    }

    .ayp-home-experiences__leaf {
        display: none;
    }

    .ayp-home-experiences__carousel {
        min-height: 0;
        margin-top: 34px;
    }

    .ayp-home-experiences__arrow--prev {
        left: -12px;
    }

    .ayp-home-experiences__arrow--next {
        right: -12px;
    }

    .ayp-home-experience-card {
        grid-template-columns: 104px minmax(0, 1fr);
        grid-template-rows: auto auto;
        height: auto;
        min-height: 0;
        padding: 12px 19px;
    }

    .ayp-home-experience-card__image {
        width: 90px;
        height: 90px;
        grid-row: 1 / 3;
        align-self: start;
    }

    .ayp-home-experience-card__duration {
        min-height: 0;
        padding: 11px 0 0;
        border-left: 0;
        border-top: 1px solid var(--ex-gold-line);
        grid-column: 2;
    }
}

/* ------------------------------ 520px ------------------------------ */
@media (max-width: 520px) {
    .ayp-home-experiences__layout {
        width: calc(100% - 24px);
    }

    .ayp-home-experiences__heading {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .ayp-home-experiences__eyebrow {
        grid-template-columns: 18px auto 18px;
        gap: 7px;
        font-size: 8px;
    }

    .ayp-home-experiences__heading h2 {
        font-size: 43px;
    }

    .ayp-home-experiences__heading > p {
        font-size: 16px;
        line-height: 1.5;
    }

    .ayp-home-experiences__intro h3 {
        font-size: 45px;
    }

    .ayp-home-experiences__intro > p {
        font-size: 16px;
    }

    .ayp-home-experience-card {
        grid-template-columns: 72px minmax(0, 1fr);
        min-height: 0;
        height: auto;
        gap: 13px;
        padding: 16px;
    }

    .ayp-home-experience-card__image {
        width: 67px;
        height: 67px;
    }

    .ayp-home-experience-card__category {
        font-size: 8px;
        line-height: 1.3;
    }

    .ayp-home-experience-card h4 {
        font-size: 23px;
    }

    .ayp-home-experience-card p {
        font-size: 11.5px;
        line-height: 1.45;
    }

    .ayp-home-experience-card__duration {
        grid-column: 1 / -1;
    }

    .ayp-home-experiences__arrow {
        width: 41px;
        height: 41px;
    }

    .ayp-home-experiences__arrow--prev {
        left: -8px;
    }

    .ayp-home-experiences__arrow--next {
        right: -8px;
    }

    .ayp-home-experiences__cta {
        width: min(100%, 375px);
        min-width: 0;
        padding: 15px 18px;
        font-size: 9px;
        letter-spacing: .14em;
    }

    .ayp-home-experiences__closing {
        grid-template-columns: 22px auto 22px;
        gap: 8px;
    }

    .ayp-home-experiences__closing strong {
        white-space: normal;
        text-align: center;
        line-height: 1.35;
        font-size: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ayp-home-experiences__track {
        transition: none;
    }
}
