/* ==========================================================================
   Grackle — Experience page styles
   Header/nav/hamburger/footer/whatsapp styles live in css/styles.css
   (loaded before this file). This file owns ONLY this page's sections,
   and follows the same editorial design language used on about.css /
   hotel-partners.css / sanskreti.css: Fraunces (serif) for headings +
   italic accent labels, Inter for body copy, restrained colour palette,
   hairline rules and quiet numerals instead of badges/blobs.
   ========================================================================== */

:root {
    --gr-indigo: #393F78;
    --gr-indigo-deep: #262a52;
    --gr-indigo-light: #5F66B6;
    --gr-orange: #FF6600;
    --gr-orange-deep: #CC5200;
    --gr-ink: #222b45;
    --gr-mist: #f5f6fb;
    --gr-cream: #faf7ec;
    --gr-line: rgba(57, 63, 120, 0.14);
    --gr-shadow-sm: 0 2px 10px rgba(31, 35, 75, 0.06);
    --gr-shadow-md: 0 10px 28px rgba(31, 35, 75, 0.10);
    --gr-radius-lg: 10px;
    --gr-radius-md: 6px;
    --gr-section-pad: clamp(4rem, 7vw, 6.5rem);
    --gr-serif: 'Fraunces', 'Georgia', serif;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.65;
    color: #333;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--gr-serif) !important;
    font-weight: 600;
    text-align: center;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.01em;
}

p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    text-align: center;
    margin: 0 0 1rem 0;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Reset the shared header back to the site-wide look from styles.css */
.header .container {
    max-width: none;
    padding: 0;
}

.footer h3,
.footer p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Fancy italic-serif eyebrow label, scoped to this page's sections only */
.ex-hero .section-eyebrow,
.ex-section-head .section-eyebrow,
.ex-spotlight-content .section-eyebrow,
.ex-cta-inner .section-eyebrow {
    font-family: var(--gr-serif);
    font-style: italic;
    font-weight: 500;
    font-size: 1.15rem;
    letter-spacing: 0;
    text-transform: none;
    color: var(--gr-orange-deep);
    margin-bottom: 0.6rem;
}

.ex-spotlight-section.is-dark .ex-spotlight-content .section-eyebrow,
.ex-cta-inner .section-eyebrow {
    color: #f4c9a8;
}

.ex-hero .section-eyebrow::before,
.ex-hero .section-eyebrow::after,
.ex-section-head .section-eyebrow::before,
.ex-section-head .section-eyebrow::after,
.ex-spotlight-content .section-eyebrow::before,
.ex-spotlight-content .section-eyebrow::after,
.ex-cta-inner .section-eyebrow::before,
.ex-cta-inner .section-eyebrow::after {
    display: none;
}

/* Buttons — identical to about.css / hotel-partners.css / sanskreti.css */
.btn-primary {
    background: var(--gr-orange);
    color: #fff;
    padding: 0.85rem 2rem;
    border-radius: var(--gr-radius-md);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
    border: none;
    cursor: pointer;
}
.btn-primary:hover {
    background: var(--gr-orange-deep);
}
.btn-secondary {
    background: #fff;
    color: var(--gr-orange);
    padding: 0.8rem 1.8rem;
    border-radius: var(--gr-radius-md);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--gr-orange);
    transition: background 0.2s, color 0.2s;
}
.btn-secondary:hover {
    background: var(--gr-orange);
    color: #fff;
}
.btn-outline {
    border: 1px solid var(--gr-indigo);
    color: var(--gr-indigo);
    padding: 0.78rem 1.8rem;
    border-radius: var(--gr-radius-md);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
    background: transparent;
}
.btn-outline:hover {
    background: var(--gr-indigo);
    color: #fff;
}
.btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    padding: 0.78rem 1.8rem;
    border-radius: var(--gr-radius-md);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
    background: transparent;
}
.btn-outline-light:hover {
    background: #fff;
    color: var(--gr-indigo);
}

/* Shared centered section heading block */
.ex-section-head {
    max-width: 700px;
    margin: 0 auto 3rem auto;
    text-align: center;
}
.ex-section-head h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: var(--gr-indigo);
    font-weight: 600;
    line-height: 1.25;
}
.ex-section-intro {
    color: #5a5f86;
    font-size: 1.08rem;
}

/* ==========================================================================
   Hero — full-bleed photographic backdrop with overlaid copy + stats
   ========================================================================== */
.ex-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 90vh;
    padding: calc(86px + 3.5rem) 0 4.5rem 0;
    background-image: linear-gradient(100deg, rgba(15, 17, 38, 0.92) 0%, rgba(15, 17, 38, 0.76) 36%, rgba(15, 17, 38, 0.36) 66%, rgba(15, 17, 38, 0.1) 100%), url('../assets/images/sidath-vimukthi-LV0OCPkmEWo-unsplash.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: var(--gr-indigo-deep);
}
.ex-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
}
.ex-hero-content {
    max-width: 640px;
    text-align: left;
}
.ex-hero .section-eyebrow {
    color: #ffb37a;
}
.ex-hero-content h1 {
    font-size: clamp(2.2rem, 4.4vw, 3.4rem);
    color: #fff;
    text-align: left;
    line-height: 1.16;
    margin: 0.4rem 0 1.1rem 0;
}
.ex-hero-lead {
    font-size: 1.14rem;
    color: rgba(255, 255, 255, 0.86);
    text-align: left;
    max-width: 540px;
    margin-bottom: 2.1rem;
}
.ex-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.ex-hero-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2.8rem;
    padding-top: 1.7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    flex-wrap: nowrap;
}
.ex-hero-stat {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex: 1 1 0;
    min-width: 0;
}
.ex-hero-stat strong {
    font-family: var(--gr-serif);
    font-weight: 600;
    font-size: 1.65rem;
    color: #fff;
}
.ex-hero-stat span {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================================
   Our approach — three quietly-styled cards (mirrors hp-differentiator-card)
   ========================================================================== */
.ex-approach-section {
    position: relative;
    overflow: hidden;
    padding: var(--gr-section-pad) 0;
    background: var(--gr-mist);
}
.ex-approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.ex-approach-card {
    background: #fff;
    border: 1px solid var(--gr-line);
    border-radius: var(--gr-radius-lg);
    overflow: hidden;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
    flex-direction: column;
}
.ex-approach-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--gr-shadow-md);
    border-color: rgba(255, 102, 0, 0.35);
}
.ex-approach-figure {
    height: 170px;
    overflow: hidden;
}
.ex-approach-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ex-approach-figure.brand-grad-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ex-approach-figure.brand-grad-3 svg {
    width: 30%;
    height: 30%;
    max-width: 52px;
    max-height: 52px;
    color: #fff;
    opacity: 0.85;
}
.ex-approach-body {
    padding: 1.6rem 1.6rem 1.8rem 1.6rem;
}
.ex-approach-body h3 {
    font-size: 1.15rem;
    color: var(--gr-indigo);
    text-align: left;
    margin-bottom: 0.5rem;
}
.ex-approach-body p {
    text-align: left;
    color: #555b82;
    font-size: 0.98rem;
    margin: 0;
}

/* ==========================================================================
   Spotlight panels — image + copy, alternating sides
   (mirrors hp-vision-section / sk-deck-spotlight)
   ========================================================================== */
.ex-spotlight-section {
    position: relative;
    overflow: hidden;
    padding: var(--gr-section-pad) 0;
    background: #fff;
}
.ex-spotlight-section.is-mist {
    background: var(--gr-mist);
}
.ex-spotlight-section.is-dark {
    background: linear-gradient(150deg, #2f3566 0%, var(--gr-indigo) 45%, #454c91 100%);
}
.ex-spotlight-container {
    display: flex;
    align-items: center;
    gap: 4rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.ex-spotlight-section.is-reverse .ex-spotlight-container {
    flex-direction: row-reverse;
}
.ex-spotlight-image {
    flex: 1 1 440px;
    min-width: 280px;
    border-radius: var(--gr-radius-lg);
    overflow: hidden;
    box-shadow: var(--gr-shadow-md);
}
.ex-spotlight-image img {
    width: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4/3.2;
}
.ex-spotlight-content {
    flex: 1 1 460px;
    min-width: 280px;
    text-align: left;
}
.ex-spotlight-content h2,
.ex-spotlight-content h4 {
    font-size: 1.9rem;
    color: var(--gr-indigo);
    text-align: left;
}
.ex-spotlight-content p {
    text-align: left;
    color: #46497a;
}
.ex-spotlight-section.is-dark .ex-spotlight-content h2,
.ex-spotlight-section.is-dark .ex-spotlight-content h4 {
    color: #fff;
}
.ex-spotlight-section.is-dark .ex-spotlight-content p {
    color: rgba(255, 255, 255, 0.82);
}
.ex-spotlight-blocks {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.ex-spotlight-block:not(:last-child) {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.ex-spotlight-section:not(.is-dark) .ex-spotlight-block:not(:last-child) {
    border-bottom: 1px solid var(--gr-line);
}

/* ==========================================================================
   Other properties — room-card style grid (mirrors sk-room-card)
   ========================================================================== */
.ex-find-section {
    position: relative;
    overflow: hidden;
    padding: var(--gr-section-pad) 0;
    background: var(--gr-mist);
}
.ex-find-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.ex-find-grid.is-single {
    display: flex;
    justify-content: center;
}
.ex-find-card {
    background: #fff;
    border: 1px solid var(--gr-line);
    border-radius: var(--gr-radius-lg);
    overflow: hidden;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}
.ex-find-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--gr-shadow-md);
}
.ex-find-card.is-featured {
    display: flex;
    flex-direction: row;
    max-width: 900px;
    width: 100%;
}
.ex-find-card.is-featured .ex-find-image {
    width: 46%;
    height: auto;
    flex-shrink: 0;
}
.ex-find-card.is-featured .ex-find-image img {
    height: 100%;
}
.ex-find-card.is-featured .ex-find-body {
    flex: 1;
    justify-content: center;
    padding: 2.2rem;
}
.ex-find-image {
    height: 190px;
    overflow: hidden;
}
.ex-find-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ex-find-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ex-find-meta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--gr-serif);
    font-style: italic;
    color: var(--gr-indigo-light);
    font-size: 0.92rem;
    margin-bottom: 0.7rem;
}
.ex-find-body h3 {
    font-size: 1.1rem;
    text-align: left;
    color: var(--gr-indigo);
    margin-bottom: 0.5rem;
}
.ex-find-body p {
    text-align: left;
    color: #5a5f86;
    font-size: 0.92rem;
    margin: 0 0 1.2rem 0;
    flex: 1;
}
.ex-find-card .btn-outline {
    text-align: center;
    width: 100%;
}
.ex-find-all {
    text-align: center;
    margin-top: 2.6rem;
}

/* ==========================================================================
   Closing CTA banner (mirrors sk-cta-section)
   ========================================================================== */
.ex-cta-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, #2f3566 0%, var(--gr-indigo) 45%, #454c91 100%);
    padding: var(--gr-section-pad) 0;
    color: #fff;
    text-align: center;
}
.ex-cta-inner {
    max-width: 620px;
    margin: 0 auto;
}
.ex-cta-inner h2 {
    color: #fff;
    font-size: clamp(1.9rem, 3.4vw, 2.5rem);
}
.ex-cta-subtitle {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    margin-bottom: 2.2rem;
}
.ex-cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
    .ex-hero {
        min-height: 78vh;
    }
    .ex-hero {
        background-image: linear-gradient(180deg, rgba(15, 17, 38, 0.85) 0%, rgba(15, 17, 38, 0.62) 40%, rgba(15, 17, 38, 0.88) 100%), url('../assets/images/sidath-vimukthi-LV0OCPkmEWo-unsplash.jpg');
    }
    .ex-hero-content {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .ex-hero-content h1,
    .ex-hero-lead {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .ex-hero-actions,
    .ex-hero-stats {
        justify-content: center;
    }

    .ex-approach-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ex-spotlight-container,
    .ex-spotlight-section.is-reverse .ex-spotlight-container {
        flex-direction: column-reverse;
        text-align: center;
        gap: 2rem;
    }
    .ex-spotlight-image,
    .ex-spotlight-content {
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
    }
    .ex-spotlight-content,
    .ex-spotlight-content h2,
    .ex-spotlight-content h4,
    .ex-spotlight-content p {
        text-align: center;
    }
    .ex-spotlight-blocks {
        align-items: center;
    }

    .ex-find-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ex-find-card.is-featured {
        flex-direction: column;
        max-width: 480px;
    }
    .ex-find-card.is-featured .ex-find-image {
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 768px) {
    .ex-hero {
        min-height: auto;
        padding: calc(78px + 2.2rem) 0 3rem 0;
    }
    .ex-hero-content h1 {
        font-size: clamp(1.6rem, 6.5vw, 2rem);
        line-height: 1.22;
    }
    .ex-hero-lead {
        font-size: 1rem;
        margin: 0 auto 1.5rem auto;
    }
    .ex-hero-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .ex-hero-actions .btn-primary,
    .ex-hero-actions .btn-outline-light {
        text-align: center;
        width: 100%;
    }
    .ex-hero-stats {
        gap: 1.4rem;
        flex-wrap: wrap;
        justify-content: center;
        text-align: left;
    }
    .ex-hero-stat {
        flex: 0 1 auto;
        min-width: 110px;
    }

    .ex-approach-grid {
        grid-template-columns: 1fr;
    }

    .ex-find-grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin: 0 auto;
    }

    .ex-cta-actions {
        flex-direction: column;
        align-items: stretch;
        max-width: 320px;
        margin: 0 auto;
    }
}
