/** Foreva Workspace — Shree Buildcon layout + navy/gold theme */
/**
 * Shree Buildcon header/menu pattern (Foreva Workspace colors)
 */
:root {
    --pfl-ink: #4a2a52;
    --pfl-green: #4a2a52;
    --pfl-forest: #2e1a31;
    --pfl-accent: #C9A24B;
    --pfl-cream: #faf8fb;
    --pfl-base: #ffffff;
    --pfl-surface: #F4F4F4;
    --pfl-beige: #f0ebe3;
    --pfl-muted: #1a1a1a;
    --pfl-label: #9a7b5e;
    --pfl-border: #e8e4d4;
    --pfl-error: #ff003d;

    --header-top: 32px;
    --header-inner-h: 44px;
    --header-height: calc(var(--header-top) + var(--header-inner-h));
    --max: max(0px, calc((100vw - 2426px) / 2));
    --side-gap: clamp(16px, max(2.7vw, var(--max)), max(64px, var(--max)));
    --gutter: 40px;
    --burger-w: clamp(40px, 2.7vw, 64px);
    /* Aliases used across components */
    --c-black: var(--pfl-ink);
    --c-primary: var(--pfl-green);
    --c-accent: var(--pfl-accent);
    --c-ciel: var(--pfl-beige);
    --c-light-ciel: var(--pfl-cream);
    --c-extra-light-ciel: var(--pfl-base);
    --c-brown: var(--pfl-muted);
    --c-gblue: var(--pfl-label);
    --c-border: var(--pfl-border);
    --font: "Inter", system-ui, sans-serif;
    --font-wide: "Montserrat", system-ui, sans-serif;
}

/* â€”â€”â€” Site base (scoped) â€”â€”â€” */
.fw-shree {
    font-family: var(--font);
    background-color: var(--c-extra-light-ciel);
    color: var(--c-black);
}

.fw-shree .page-curtain {
    background-color: var(--c-extra-light-ciel);
}

.fw-shree .font-serif,
.fw-shree .nav-brand-text__main,
.fw-shree .pin-for-life-hero-title,
.fw-shree h1,
.fw-shree h2,
.fw-shree h3 {
    font-family: var(--font-wide);
}

.fw-shree .selection\:bg-brand-primary::selection,
.fw-shree ::selection {
    background-color: var(--c-accent);
    color: var(--c-black);
}

/* Tailwind brand token overrides */
.fw-shree .bg-brand-primary { background-color: var(--c-black) !important; }
.fw-shree .bg-brand-primaryDeep,
.fw-shree .bg-brand-primaryDark,
.fw-shree .bg-brand-forest,
.fw-shree .hover\:bg-brand-primaryDeep:hover,
.fw-shree .hover\:bg-brand-primary:hover { background-color: var(--c-black) !important; }
.fw-shree .text-brand-primary,
.fw-shree .hover\:text-brand-primary:hover { color: var(--c-black) !important; }
.fw-shree .text-brand-primaryDeep,
.fw-shree .hover\:text-brand-primaryDeep:hover { color: var(--c-brown) !important; }

/* Form submit buttons — keep label visible on hover/disabled (theme overrides) */
.fw-shree .inq-submit-btn,
.fw-shree .contact-form button[type="submit"],
.fw-shree #modal-panel button[type="submit"],
.fw-shree #download-form button[type="submit"],
.fw-shree .fw-contact-submit {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}
.fw-shree .inq-submit-btn:hover:not(:disabled),
.fw-shree .contact-form button[type="submit"]:hover:not(:disabled),
.fw-shree #modal-panel button[type="submit"]:hover:not(:disabled),
.fw-shree #download-form button[type="submit"]:hover:not(:disabled),
.fw-shree .fw-contact-submit:hover:not(:disabled) {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}
.fw-shree .inq-submit-btn:disabled,
.fw-shree .contact-form button[type="submit"]:disabled,
.fw-shree #modal-panel button[type="submit"]:disabled,
.fw-shree #download-form button[type="submit"]:disabled,
.fw-shree .fw-contact-submit:disabled {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}
.fw-shree .bg-brand-accent,
.fw-shree .text-brand-accent { color: var(--c-gblue); }
.fw-shree .bg-brand-accent { background-color: var(--c-accent) !important; }
.fw-shree .text-brand-accent { color: var(--c-gblue) !important; }
.fw-shree .border-brand-primary { border-color: var(--c-black) !important; }
.fw-shree .border-brand-accent { border-color: var(--c-accent) !important; }
.fw-shree .bg-brand-creamBg,
.fw-shree .bg-white { background-color: #fff; }
.fw-shree .bg-brand-cream,
.fw-shree .bg-brand-greyLight { background-color: var(--c-light-ciel) !important; }
.fw-shree .bg-brand-charcoal { background-color: var(--c-black) !important; }
.fw-shree .bg-brand-plum { background-color: var(--pfl-ink) !important; }
.fw-shree .bg-brand-plumDark,
.fw-shree .hover\:bg-brand-plumDark:hover { background-color: var(--pfl-forest) !important; }
.fw-shree .text-brand-plum { color: var(--pfl-ink) !important; }
.fw-shree .border-brand-plum { border-color: var(--pfl-ink) !important; }
.fw-shree #footer { background-color: var(--pfl-forest) !important; }
.fw-shree .text-brand-charcoal { color: var(--c-black) !important; }
.fw-shree .text-brand-cream,
.fw-shree .text-brand-beige { color: var(--c-light-ciel) !important; }
.fw-shree .border-brand-greyBorder { border-color: var(--c-border) !important; }
.fw-shree .ring-brand-accent,
.fw-shree .focus\:ring-brand-plum\/35:focus,
.fw-shree .focus\:ring-brand-plum\/25:focus { --tw-ring-color: rgba(15, 42, 68, 0.35); }
.fw-shree .focus\:ring-brand-accent\/35:focus { --tw-ring-color: rgba(201, 162, 75, 0.45); }
.fw-shree .focus\:border-brand-accent:focus { border-color: var(--c-accent) !important; }

/* â€”â€”â€” Header (Shree Buildcon) â€”â€”â€” */
.pfl-header-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height);
    background: #fff;
    z-index: 120;
    transform-origin: top left;
    transition: box-shadow 0.4s ease, background 0.4s ease;
}

#navbar.nav-scrolled .pfl-header-bg,
#navbar.pfl-header--hero .pfl-header-bg {
    box-shadow: 0 4px 24px rgba(63, 29, 70, 0.08);
}

#navbar.pfl-header--hero .pfl-header-bg {
    background: transparent;
    box-shadow: none;
}

.pfl-logo {
    position: fixed;
    top: var(--header-top);
    left: var(--side-gap);
    z-index: 480;
    height: auto;
    max-height: var(--header-inner-h);
    max-width: min(280px, 64vw);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s ease, transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.fw-brand-logo {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    transition: filter 0.35s ease, opacity 0.35s ease;
}

.pfl-menu__logo {
    position: absolute;
    top: calc(var(--header-height) + 0.35rem);
    left: var(--side-gap);
    display: inline-flex;
    align-items: center;
    margin: 0;
    text-decoration: none;
    z-index: 2;
}

.pfl-menu__logo-text {
    display: block;
    font-family: var(--font-wide);
    font-size: clamp(0.78rem, 3vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
    color: var(--pfl-ink);
    white-space: nowrap;
}

.fw-brand-wordmark {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: var(--font-wide);
    font-weight: 800;
    line-height: 0.88;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
}

.fw-brand-wordmark__line {
    display: block;
}

.fw-brand-wordmark--footer {
    font-size: clamp(1.75rem, 4.5vw, 2.75rem);
}

#footer-wordmark.footer-wordmark {
    font-size: inherit;
    letter-spacing: 0;
    font-weight: inherit;
    max-width: 100%;
}

.pfl-logo__brand {
    display: block;
    font-family: var(--font-wide);
    font-size: clamp(0.76rem, 2.2vw, 1rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--pfl-ink);
    white-space: nowrap;
    transition: color 0.35s ease;
}

/* Light hero â€” dark chrome (readable on cream background) */
#navbar.pfl-header--hero .pfl-logo__brand {
    color: var(--pfl-ink);
    text-shadow: 0 1px 12px rgba(255, 250, 247, 0.85);
}

#navbar.nav-scrolled .pfl-logo__brand {
    color: var(--pfl-ink);
}

.pfl-burger {
    position: fixed;
    top: var(--header-top);
    right: var(--side-gap);
    width: var(--burger-w);
    height: var(--header-inner-h);
    z-index: 700;
    margin-top: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    color: var(--c-black);
    -webkit-tap-highlight-color: transparent;
}

#navbar.pfl-header--hero .pfl-burger {
    color: var(--pfl-ink);
}

body.pfl-menu-open .pfl-burger {
    z-index: 10050;
}

body.pfl-menu-open:not(.fw-shree) .pfl-burger,
body:not(.fw-shree).pfl-menu-open .pfl-burger {
    color: var(--pfl-ink) !important;
}

body.pfl-menu-open:not(.fw-shree) .pfl-logo__brand,
body:not(.fw-shree).pfl-menu-open .pfl-logo__brand {
    color: var(--pfl-ink) !important;
}

body.fw-shree.pfl-menu-open .pfl-burger,
body.fw-shree.pfl-menu-open .pfl-logo__brand {
    color: #f3ead9 !important;
    text-shadow: none;
}


.pfl-burger__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.3px;
    top: 50%;
    background: currentColor;
    overflow: hidden;
    transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center center;
}

.pfl-burger__line--top {
    transform: translateY(calc(-50% - 4px));
}

.pfl-burger__line--bottom {
    transform: translateY(calc(-50% + 4px));
}

.pfl-burger.is-open .pfl-burger__line--top {
    transform: translateY(-50%) rotate(45deg);
}

.pfl-burger.is-open .pfl-burger__line--bottom {
    transform: translateY(-50%) rotate(-45deg);
}

.pfl-header-right {
    position: fixed;
    top: var(--header-top);
    right: calc(var(--side-gap) + var(--burger-w) + var(--gutter));
    z-index: 200;
    height: var(--header-inner-h);
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-family: var(--font-wide);
    font-size: clamp(0.65rem, 1.1vw, 0.8rem);
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.pfl-header-enquire {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.25rem;
    border-radius: 9999px;
    font-family: var(--font-wide);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    background: var(--c-black);
    border: 1px solid var(--c-black);
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

#navbar.pfl-header--hero .pfl-header-enquire {
    background: #fff;
    color: var(--c-black);
    border-color: rgba(255, 255, 255, 0.35);
}

.pfl-header-enquire:hover {
    transform: translateY(-2px);
    background: var(--c-primary);
    border-color: var(--c-primary);
}

.pfl-header-link {
    color: var(--c-black);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    transition: color 0.3s ease;
}

#navbar.pfl-header--hero .pfl-header-link {
    color: var(--pfl-ink);
}

.pfl-header-link:hover {
    color: var(--c-gblue);
}

.pfl-header-link__dot {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: currentColor;
}

@media (max-width: 767px) {
    .pfl-header-link--corp {
        display: none;
    }
}

/* â€”â€”â€” Full-screen burger menu â€”â€”â€” */
.pfl-menu-bg {
    position: fixed;
    inset: 0;
    z-index: 900;
    background: var(--pfl-surface);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.pfl-menu-bg.is-open {
    opacity: 1;
    visibility: visible;
}

.pfl-menu {
    position: fixed;
    inset: 0;
    z-index: 910;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: var(--header-height) var(--side-gap) 2.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.pfl-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.pfl-menu.is-open > * {
    pointer-events: auto;
}

.pfl-menu__nav {
    font-family: var(--font-wide);
    font-size: clamp(2.5rem, 10vw, 5rem);
    line-height: 1.05;
    text-transform: uppercase;
    list-style: none;
    margin: 0 0 3rem;
    padding: 0;
}

.pfl-menu__nav li {
    margin-bottom: 0.2em;
}

.pfl-menu__nav a {
    color: var(--c-black);
    text-decoration: none;
    transition: color 0.25s ease;
}

.pfl-menu__nav a:hover {
    color: #fff;
}

.pfl-menu__aside {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 36rem;
}

@media (min-width: 768px) {
    .pfl-menu {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: var(--gutter);
    }
    .pfl-menu__nav {
        flex: 1 1 50%;
        margin-bottom: 4rem;
    }
    .pfl-menu__aside {
        flex: 1 1 280px;
    }
}

.pfl-menu__label {
    font-family: var(--font-wide);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--c-gblue);
    margin-bottom: 0.75rem;
}

.pfl-menu__text {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    line-height: 1.35;
    margin-bottom: 1rem;
    max-width: 17em;
}

.pfl-arrow-link {
    display: inline-flex;
    align-items: baseline;
    gap: 0.5rem;
    font-family: var(--font-wide);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--c-black);
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.pfl-arrow-link:hover {
    color: var(--c-brown);
}

.pfl-arrow-link svg {
    width: 0.85rem;
    transition: transform 0.3s ease;
}

.pfl-arrow-link:hover svg {
    transform: translateX(4px);
}

.pfl-menu__social a {
    display: block;
    font-size: clamp(1rem, 2vw, 1.35rem);
    color: var(--c-black);
    text-decoration: none;
    margin-bottom: 0.35rem;
}

.pfl-menu__social a:hover {
    text-decoration: underline;
}

.pfl-menu__copy {
    width: 100%;
    margin-top: auto;
    padding-top: 2rem;
    font-family: var(--font-wide);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--c-brown);
}

body.pfl-menu-open {
    overflow: hidden;
}

#navbar.pfl-header--menu-open.navbar-scroll-hidden .pfl-header-bg,
#navbar.pfl-header--menu-open.navbar-scroll-hidden .pfl-logo,
#navbar.pfl-header--menu-open.navbar-scroll-hidden .pfl-header-toggle,
#navbar.pfl-header--menu-open.navbar-scroll-hidden .pfl-header-right {
    transform: none;
}

#navbar.navbar-scroll-hidden:not(.pfl-header--menu-open) .pfl-header-bg,
#navbar.navbar-scroll-hidden:not(.pfl-header--menu-open) .pfl-logo,
#navbar.navbar-scroll-hidden:not(.pfl-header--menu-open) .pfl-header-toggle,
#navbar.navbar-scroll-hidden:not(.pfl-header--menu-open) .pfl-header-right {
    transform: translateY(calc(-1 * var(--header-height) - 16px));
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

#navbar.pfl-header--menu-open {
    z-index: 10060;
}

#navbar.pfl-header--menu-open .pfl-header-bg {
    background: transparent;
    box-shadow: none;
}

#navbar.pfl-header--menu-open .pfl-header-toggle {
    z-index: 10070;
    pointer-events: auto;
}

body.pfl-menu-open .page-curtain {
    z-index: 100000;
}

body.pfl-menu-open .pfl-header-toggle .pfl-burger.is-open .pfl-burger__line {
    height: 1.5px;
}

/* Hide legacy nav chrome */
.fw-shree #navbar > .relative.w-full {
    display: none !important;
}

/* â€”â€”â€” Hero (light Shree background) â€”â€”â€” */
.fw-shree .section_hero_video {
    background: var(--c-extra-light-ciel);
    min-height: 100svh;
    min-height: 100dvh;
}

.fw-shree .section_hero_video::before {
    background: linear-gradient(
        180deg,
        rgba(255, 250, 247, 0.55) 0%,
        transparent 38%,
        transparent 62%,
        rgba(255, 250, 231, 0.96) 100%
    );
    z-index: 2;
}

.fw-shree .hero-text-bg__word {
    color: rgba(63, 29, 70, 0.05);
}

.fw-shree .hero-chips__list {
    font-family: var(--font-wide);
    color: var(--c-gblue);
}

.fw-shree .hero-chip {
    color: var(--pfl-ink);
}

.fw-shree .pin-for-life-hero-title,
.fw-shree .section_hero_video .hero_heading-wrap--pin-for-life .pin-for-life-hero-title.heading-h1 {
    color: var(--c-black);
    font-family: var(--font-wide);
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.fw-shree .hero-pre-rera-badge {
    color: var(--c-gblue);
    background: none;
    border: none;
    font-family: var(--font-wide);
}

.fw-shree .hero-title-accent {
    background: linear-gradient(90deg, var(--c-black) 0%, var(--c-accent) 100%);
}

.fw-shree .pin-for-life-hero-tagline,
.fw-shree .section_hero_video [data-hero-desc],
.fw-shree .section_hero_video .hero_heading-wrap--pin-for-life > p {
    color: var(--c-brown);
    font-family: var(--font);
}

.fw-shree .hero-cta-mobile {
    background: var(--c-black);
    color: #fff;
    border-color: var(--c-black);
    font-family: var(--font-wide);
}

.fw-shree .hero-cta-mobile:hover {
    background: var(--c-primary);
    border-color: var(--c-primary);
}

.fw-shree .hero-scroll-hint {
    color: var(--c-gblue);
    font-family: var(--font-wide);
}

/* Section rhythm */
.fw-shree .grid-p-section {
    padding-left: var(--side-gap);
    padding-right: var(--side-gap);
}

.fw-shree #about {
    background: #fff;
}

/* About Foreva Workspace — adapted from Forever Homes section system */
.fw-shree .about-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f5fa 38%, #ffffff 100%);
}

.fw-shree .about-section__glow {
    background:
        radial-gradient(ellipse 55% 45% at 12% 20%, rgba(74, 42, 82, 0.08), transparent 60%),
        radial-gradient(ellipse 50% 40% at 88% 75%, rgba(201, 162, 75, 0.1), transparent 55%);
}

.fw-shree #about {
    scroll-margin-top: var(--header-height, 4.5rem);
}

.fw-shree .about-pillar {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 1rem 0.65rem 0.85rem;
    border-radius: 9999px;
    border: 1px solid rgba(74, 42, 82, 0.14);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 30px rgba(26, 26, 26, 0.04);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--c-black);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.fw-shree .about-pillar:hover {
    border-color: rgba(201, 162, 75, 0.6);
    box-shadow: 0 12px 36px rgba(74, 42, 82, 0.1);
    transform: translateY(-2px);
}

.fw-shree .about-pillar i {
    width: 1.1rem;
    height: 1.1rem;
    color: var(--pfl-ink);
    flex-shrink: 0;
}

.fw-shree .about-pillar:hover i {
    color: var(--pfl-accent);
}

.fw-shree .about-pullquote {
    position: relative;
    margin: 1.5rem 0 2rem;
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    border-left: 3px solid var(--pfl-accent);
    background: linear-gradient(90deg, rgba(201, 162, 75, 0.1), transparent);
    border-radius: 0 0.75rem 0.75rem 0;
}

.fw-shree .about-pullquote p {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    line-height: 1.45;
    color: var(--pfl-ink);
    font-style: italic;
    font-weight: 400;
}

.fw-shree .about-pullquote__mark {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    opacity: 0.2;
    color: var(--pfl-ink);
}

.fw-shree .about-pullquote__mark i {
    width: 2rem;
    height: 2rem;
}

.fw-shree .about-stat-card {
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 1023px) {
    .fw-shree .about-section .section-intro {
        align-items: flex-start !important;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .fw-shree .about-section .section-intro > span.inline-flex {
        justify-content: flex-start;
    }

    .fw-shree .about-section .section-intro h2,
    .fw-shree .about-section .about-pullquote p {
        text-align: left !important;
    }

    .fw-shree .about-section p.leading-relaxed,
    .fw-shree .about-section .about-pullquote p {
        text-align: left !important;
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    .fw-shree .about-section .about-pillars {
        justify-content: flex-start;
    }
}

.fw-shree #amenities {
    background: var(--c-black);
}

.fw-shree #gallery {
    background: var(--c-black);
}

/* Section headings â€” corporate uppercase */
.fw-shree .font-serif.text-4xl,
.fw-shree .font-serif.text-5xl,
.fw-shree h2.font-serif {
    font-family: var(--font-wide) !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.fw-shree .section-intro h2,
.fw-shree .contact-intro h2 {
    color: #1A1A1A;
}

.fw-shree #gallery .section-intro h2,
.fw-shree #gallery .fw-gallery-head h2 {
    color: #ffffff !important;
}

.fw-shree #amenities .section-intro h2 {
    color: #ffffff !important;
}

.fw-shree .text-brand-primary.font-semibold.tracking-\[0\.2em\] {
    font-family: var(--font-wide);
    color: var(--pfl-green) !important;
}

/* CTA strip before footer */
.fw-shree .pin-for-life-amenity-card {
    background: linear-gradient(180deg, #fff 0%, var(--c-light-ciel) 100%);
    border-color: var(--c-border);
}

.fw-shree .pin-for-life-amenity-card:hover {
    border-color: var(--c-accent);
}

.fw-shree .modal-backdrop-pin-for-life {
    background: rgba(63, 29, 70, 0.72);
}

.fw-shree .pin-for-life-modal-forest {
    background-color: var(--c-black);
}

/* Contact — enquiry layout + form card */
.fw-shree .fw-contact {
    scroll-margin-top: var(--header-height, 4.5rem);
}

.fw-contact__glow {
    background:
        radial-gradient(ellipse 46% 42% at 88% 12%, rgba(201, 162, 75, 0.09), transparent 58%),
        radial-gradient(ellipse 40% 38% at 8% 88%, rgba(74, 42, 82, 0.06), transparent 62%);
}

.fw-contact-eyebrow {
    color: #4a2a52 !important;
}

.fw-contact-title {
    font-family: "Playfair Display", Marcellus, Georgia, serif !important;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
    color: #1A1A1A !important;
    opacity: 1;
    visibility: visible;
}

.fw-contact-detail {
    padding: 0.35rem 0;
    transition: transform 0.3s ease;
}

.fw-contact-detail__icon {
    transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.fw-contact-detail:hover .fw-contact-detail__icon {
    background: #4a2a52;
    border-color: #4a2a52;
    color: #fff;
    transform: translateY(-2px);
}

.fw-contact-form {
    box-shadow:
        0 20px 50px rgba(74, 42, 82, 0.1),
        0 0 0 1px rgba(74, 42, 82, 0.04);
    border-radius: 1.5rem;
    overflow: hidden;
}

.fw-shree .contact-form button[type="submit"],
.fw-shree #modal-panel button[type="submit"],
.fw-shree #download-form button[type="submit"],
.fw-contact-submit,
.inq-submit-btn {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    transition:
        transform 0.18s cubic-bezier(0.34, 1.4, 0.64, 1),
        box-shadow 0.18s ease,
        background-color 0.2s ease,
        opacity 0.2s ease;
}

.fw-shree .contact-form button[type="submit"]:hover:not(:disabled),
.fw-shree #modal-panel button[type="submit"]:hover:not(:disabled),
.fw-shree #download-form button[type="submit"]:hover:not(:disabled),
.fw-contact-submit:hover:not(:disabled),
.inq-submit-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(74, 42, 82, 0.28);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

.fw-shree .contact-form button[type="submit"]:active:not(:disabled),
.fw-shree #modal-panel button[type="submit"]:active:not(:disabled),
.fw-shree #download-form button[type="submit"]:active:not(:disabled),
.fw-contact-submit:active:not(:disabled),
.inq-submit-btn:active:not(:disabled) {
    transform: translateY(1px) scale(0.97);
    box-shadow: 0 4px 10px rgba(74, 42, 82, 0.22);
    transition-duration: 0.06s;
    color: #ffffff !important;
}

.fw-shree .contact-form button[type="submit"]:disabled,
.fw-shree #modal-panel button[type="submit"]:disabled,
.fw-shree #download-form button[type="submit"]:disabled,
.fw-contact-submit:disabled,
.inq-submit-btn:disabled {
    opacity: 0.72;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

.inq-submit-btn.inq-submit-btn--loading {
    opacity: 0.88;
    pointer-events: none;
}

.fw-shree .contact-form-success {
    background: linear-gradient(165deg, #ffffff 0%, #faf7fb 55%, #f3eef5 100%);
    border-radius: inherit;
    animation: contactFormSuccessIn 0.5s cubic-bezier(0.34, 1.35, 0.64, 1) both;
}

.fw-shree .contact-form-success__icon {
    box-shadow: 0 12px 32px rgba(74, 42, 82, 0.12);
}

.fw-shree .contact-form-success__reset {
    cursor: pointer;
    transition: transform 0.18s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fw-shree .contact-form-success__reset:hover {
    transform: translateY(-1px);
}

.fw-shree .contact-form-success__reset:active {
    transform: translateY(0) scale(0.98);
}

.fw-shree .modal-enquiry-success {
    background: linear-gradient(165deg, #ffffff 0%, #faf7fb 55%, #f3eef5 100%);
    border-radius: inherit;
    animation: contactFormSuccessIn 0.5s cubic-bezier(0.34, 1.35, 0.64, 1) both;
}

.fw-shree .modal-enquiry-success__icon {
    box-shadow: 0 12px 32px rgba(74, 42, 82, 0.12);
}

.fw-shree #modal-panel {
    position: relative;
}

@keyframes contactFormSuccessIn {
    from {
        opacity: 0;
        transform: scale(0.94);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fw-shree .contact-layout {
    width: 100%;
}

@media (min-width: 1024px) {
    .fw-shree .contact-layout {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 1.05fr);
    }

    .fw-shree .contact-form-card {
        position: sticky;
        top: calc(var(--header-height, 5.5rem) + 1.25rem);
        align-self: start;
    }
}

.fw-shree .contact-form-card {
    box-shadow: 0 20px 50px rgba(74, 42, 82, 0.1);
    border-radius: 1.5rem;
    overflow: hidden;
    isolation: isolate;
    min-height: 32rem;
}

.fw-shree .contact-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 0;
    background: linear-gradient(90deg, var(--pfl-ink), var(--pfl-accent));
    pointer-events: none;
    z-index: 2;
}

/* â€”â€”â€” Global Tailwind utility grading â€”â€”â€” */
.fw-shree .bg-brand-cream\/40,
.fw-shree .border-brand-cream\/40,
.fw-shree .border-brand-cream\/70 {
    border-color: rgba(214, 214, 215, 0.7) !important;
}

.fw-shree .bg-brand-cream\/40 {
    background-color: rgba(255, 250, 231, 0.7) !important;
}

.fw-shree .text-brand-charcoal\/80,
.fw-shree .text-brand-charcoal\/70,
.fw-shree .text-brand-charcoal\/60 {
    color: var(--c-brown) !important;
}

.fw-shree .hover\:text-brand-accent:hover,
.fw-shree .text-brand-accent {
    color: var(--c-accent) !important;
}

.fw-shree .text-brand-beige,
.fw-shree .text-brand-beige\/90,
.fw-shree .text-brand-beige\/80,
.fw-shree .text-brand-beige\/70,
.fw-shree .text-brand-beige\/60,
.fw-shree .text-brand-beige\/95 {
    color: var(--c-light-ciel) !important;
}

.fw-shree .bg-brand-primary\/10 {
    background-color: rgba(63, 29, 70, 0.1) !important;
}

.fw-shree .ring-brand-primary,
.fw-shree .focus\:ring-brand-primary:focus {
    --tw-ring-color: rgba(63, 29, 70, 0.25) !important;
}

.fw-shree .focus\:border-brand-primary:focus,
.fw-shree .focus\:border-transparent:focus {
    border-color: var(--c-accent) !important;
}

.fw-shree section.bg-white {
    background-color: #fff !important;
}

.fw-shree #specifications {
    background-color: #fff;
}

.fw-shree .fw-contact {
    background-color: #F4F4F4 !important;
}

.fw-shree .fw-brochure {
    scroll-margin-top: var(--header-height, 4.5rem);
}

.fw-brochure__glow {
    background:
        radial-gradient(ellipse 46% 44% at 88% 18%, rgba(201, 162, 75, 0.08), transparent 58%),
        radial-gradient(ellipse 40% 38% at 10% 85%, rgba(74, 42, 82, 0.06), transparent 62%);
}

.fw-brochure-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.95rem;
    border-radius: 9999px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #4a2a52;
    background: #faf8fb;
    border: 1px solid rgba(74, 42, 82, 0.14);
    transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 640px) {
    .fw-brochure-pill {
        font-size: 0.72rem;
        padding: 0.55rem 1.1rem;
    }
}

.fw-brochure-pill:hover {
    border-color: rgba(74, 42, 82, 0.35);
    background: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(74, 42, 82, 0.08);
}

.fw-brochure-pill i {
    color: #C9A24B;
}

.fw-brochure-viewer {
    border-radius: 1rem;
    border: 1px solid rgba(74, 42, 82, 0.12);
    box-shadow:
        0 4px 24px rgba(26, 26, 26, 0.08),
        0 0 0 1px rgba(74, 42, 82, 0.04);
    transition: box-shadow 0.4s ease, border-color 0.4s ease;
}

.fw-brochure-viewer:hover {
    border-color: rgba(74, 42, 82, 0.22);
    box-shadow:
        0 16px 48px rgba(74, 42, 82, 0.12),
        0 0 0 1px rgba(74, 42, 82, 0.08);
}

.fw-brochure-download__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #4a2a52;
    background: #fff;
    border: 1px solid rgba(74, 42, 82, 0.28);
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.fw-brochure-download__btn:hover {
    background: #4a2a52;
    border-color: #4a2a52;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(74, 42, 82, 0.22);
}

/* Location — white band with cards, nearby chips + map */
.fw-shree .fw-location {
    scroll-margin-top: var(--header-height, 4.5rem);
}

.fw-location__glow {
    background:
        radial-gradient(ellipse 44% 40% at 12% 18%, rgba(74, 42, 82, 0.06), transparent 58%),
        radial-gradient(ellipse 42% 38% at 88% 82%, rgba(201, 162, 75, 0.08), transparent 62%);
}

.fw-location-head {
    position: relative;
    z-index: 2;
}

.fw-location-eyebrow {
    color: #4a2a52 !important;
}

.fw-location-title {
    font-family: "Playfair Display", Marcellus, Georgia, serif !important;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
    color: #1A1A1A !important;
    opacity: 1;
    visibility: visible;
}

.fw-location-lead__card {
    padding: 1.5rem 1.35rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(74, 42, 82, 0.12);
    background: linear-gradient(145deg, #ffffff 0%, #f8f5fa 48%, #f4f4f4 100%);
    box-shadow: 0 8px 28px rgba(74, 42, 82, 0.08);
}

@media (min-width: 1024px) {
    .fw-location-lead__card {
        padding: 1.75rem 1.5rem;
    }
}

.fw-location-lead__badge {
    display: block;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C9A24B;
    margin-bottom: 0.65rem;
}

.fw-location-lead__headline {
    font-family: "Playfair Display", Marcellus, Georgia, serif;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    color: #1A1A1A;
    line-height: 1.2;
    margin: 0 0 0.65rem;
}

.fw-location-lead__desc {
    font-size: 0.9rem;
    color: rgba(26, 26, 26, 0.76);
    font-weight: 300;
    line-height: 1.55;
    margin: 0 0 1rem;
}

.fw-location-lead__list {
    display: grid;
    gap: 0.55rem;
}

.fw-location-perk {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(26, 26, 26, 0.08);
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.875rem;
    color: rgba(26, 26, 26, 0.85);
    font-weight: 400;
}

.fw-location-card {
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: #F4F4F4;
    border: 1px solid rgba(26, 26, 26, 0.1);
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.fw-location-card:hover {
    border-color: rgba(74, 42, 82, 0.35);
    box-shadow: 0 12px 32px rgba(74, 42, 82, 0.1);
    transform: translateY(-3px);
}

.fw-location-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.25rem;
    border-radius: 9999px;
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.12);
    color: #4a2a52;
    box-shadow: 0 2px 8px rgba(26, 26, 26, 0.06);
    transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

.fw-location-card__icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.group:hover .fw-location-card__icon {
    background: #4a2a52;
    border-color: #4a2a52;
    color: #fff;
}

.fw-location-card__title {
    font-family: "Playfair Display", Marcellus, Georgia, serif;
    font-size: 1.2rem;
    color: #1A1A1A;
    margin: 0 0 0.65rem;
}

.fw-location-card__desc {
    font-size: 0.875rem;
    color: rgba(26, 26, 26, 0.78);
    font-weight: 300;
    line-height: 1.55;
    margin: 0;
}

.fw-location-feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.fw-location-feature:hover {
    background: #F4F4F4;
    border-color: rgba(26, 26, 26, 0.08);
}

.fw-location-feature__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background: rgba(74, 42, 82, 0.08);
    color: #4a2a52;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.fw-location-feature__icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.group:hover .fw-location-feature__icon {
    background: #4a2a52;
    color: #fff;
}

.fw-location-feature__title {
    font-weight: 600;
    color: #1A1A1A;
    margin: 0 0 0.25rem;
    font-size: 0.95rem;
}

.fw-location-feature__desc {
    font-size: 0.8125rem;
    color: rgba(26, 26, 26, 0.62);
    font-weight: 300;
    line-height: 1.45;
    margin: 0;
}

.fw-location-nearby__chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 1rem 0.75rem;
    border-radius: 1rem;
    background: #F4F4F4;
    border: 1px solid rgba(26, 26, 26, 0.1);
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #1A1A1A;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.fw-location-nearby__chip i {
    width: 1.15rem;
    height: 1.15rem;
    color: #4a2a52;
}

.fw-location-nearby__chip:hover {
    border-color: rgba(74, 42, 82, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(74, 42, 82, 0.08);
}

.fw-location-map {
    box-shadow:
        0 8px 32px rgba(26, 26, 26, 0.1),
        0 0 0 1px rgba(74, 42, 82, 0.06);
}

.fw-shree .fw-layout {
    background-color: #F4F4F4 !important;
    scroll-margin-top: var(--header-height, 4.5rem);
}

.fw-layout__glow {
    background:
        radial-gradient(ellipse 48% 42% at 8% 22%, rgba(74, 42, 82, 0.07), transparent 58%),
        radial-gradient(ellipse 44% 40% at 92% 78%, rgba(201, 162, 75, 0.09), transparent 62%);
}

.fw-layout-tab {
    padding: 0.7rem 1.35rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border: 1px solid rgba(26, 26, 26, 0.16);
    color: #1A1A1A;
    background: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 640px) {
    .fw-layout-tab {
        padding: 0.75rem 1.75rem;
        font-size: 0.8125rem;
    }
}

.fw-layout-tab:hover {
    border-color: rgba(74, 42, 82, 0.45);
    transform: translateY(-1px);
}

.fw-layout-tab--active,
.fw-layout-tab.fw-layout-tab--active {
    background: #4a2a52;
    border-color: #4a2a52;
    color: #fff;
    box-shadow: 0 8px 24px rgba(74, 42, 82, 0.22);
}

.fw-layout-shell {
    box-shadow:
        0 4px 24px rgba(26, 26, 26, 0.06),
        0 0 0 1px rgba(74, 42, 82, 0.04);
    transition: box-shadow 0.4s ease;
}

.fw-layout-shell:hover {
    box-shadow:
        0 12px 40px rgba(74, 42, 82, 0.1),
        0 0 0 1px rgba(74, 42, 82, 0.08);
}

.fw-layout-chip {
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.1);
    transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

.fw-layout-chip:hover {
    border-color: rgba(74, 42, 82, 0.35);
    background: #faf8fb;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(74, 42, 82, 0.08);
}

.fw-layout-chip i {
    color: #4a2a52;
}

.fw-layout-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: #4a2a52;
    border: 1px solid #4a2a52;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.fw-layout-cta__btn:hover {
    background: #2e1a31;
    border-color: #2e1a31;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(74, 42, 82, 0.25);
}

.fw-shree .fw-specifications {
    scroll-margin-top: var(--header-height, 4.5rem);
}

.fw-specifications__glow {
    background:
        radial-gradient(ellipse 50% 45% at 88% 18%, rgba(201, 162, 75, 0.08), transparent 58%),
        radial-gradient(ellipse 42% 40% at 12% 82%, rgba(74, 42, 82, 0.06), transparent 62%);
}

.fw-spec-nav__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    border: 1px solid rgba(26, 26, 26, 0.18);
    color: #1A1A1A;
    background: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.fw-spec-nav__btn:hover {
    background: #4a2a52;
    border-color: #4a2a52;
    color: #fff;
    transform: translateY(-2px);
}

.fw-spec-progress span {
    display: block;
    height: 3px;
    border-radius: 9999px;
    background: rgba(26, 26, 26, 0.18);
    transition: width 0.35s ease, background-color 0.35s ease;
}

.fw-spec-progress span.is-active {
    background: #4a2a52;
}

/* Floating actions (main site) */
.btn-whatsapp-pulse {
    background: #25d366;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 24px;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation: pfl-pulse 1.5s ease-out infinite;
    z-index: 99999;
}

.btn-call {
    background: #f00;
    border: 2px solid #f00;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(255, 0, 0, 0.35);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 24px;
    bottom: 110px;
    z-index: 99999;
    text-decoration: none;
    animation: pfl-hover-wave 1s linear infinite;
}

.btn-call i {
    color: #fff;
    font-size: 24px;
}

@keyframes pfl-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    80% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
}

@keyframes pfl-hover-wave {
    0% { box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3), 0 0 0 0 rgba(255, 0, 0, 0.2); }
    40% { box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3), 0 0 0 15px rgba(255, 0, 0, 0.15); }
    80% { box-shadow: 0 8px 10px rgba(255, 0, 0, 0.3), 0 0 0 26px rgba(255, 0, 0, 0); }
}

@media (max-width: 767px) {
    .btn-call {
        height: 40px;
        width: 40px;
        bottom: 94px;
    }
    .btn-call i { font-size: 16px; }
    .btn-whatsapp-pulse {
        font-size: 26px;
        bottom: 37px;
        padding: 20px;
    }
}

.fw-shree .bg-brand-plum { background-color: #4a2a52 !important; }
.fw-shree .bg-brand-plumDark { background-color: #2e1a31 !important; }
.fw-shree .text-brand-plum { color: #4a2a52 !important; }
.fw-shree .text-brand-gold { color: #C9A24B !important; }
.fw-shree .bg-brand-gold { background-color: #C9A24B !important; }
.fw-shree .border-brand-plum { border-color: #4a2a52 !important; }
.fw-shree .hover\:bg-brand-plum:hover { background-color: #4a2a52 !important; }
.fw-shree .hover\:text-brand-plum:hover { color: #4a2a52 !important; }
.fw-shree .hover\:text-brand-gold:hover { color: #C9A24B !important; }
.fw-shree .hover\:border-brand-plum:hover { border-color: #4a2a52 !important; }
.fw-shree .from-brand-plum { --tw-gradient-from: #4a2a52 var(--tw-gradient-from-position); }
.fw-shree .via-brand-plum { --tw-gradient-via: #4a2a52 var(--tw-gradient-via-position); }
.fw-shree .to-brand-plumDark { --tw-gradient-to: #2e1a31 var(--tw-gradient-to-position); }
.fw-shree #gallery { background: linear-gradient(180deg, #4a2a52 0%, #2e1a31 100%) !important; }
.fw-shree #amenities { background-color: #2e1a31 !important; }

/* Gallery — plum band with stat cards + marquees */
.fw-shree .fw-gallery {
    position: relative;
    scroll-margin-top: var(--header-height, 4.5rem);
}

.fw-gallery__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.fw-gallery__glow {
    position: absolute;
    inset: -12% -5%;
    background:
        radial-gradient(ellipse 52% 48% at 90% 8%, rgba(201, 162, 75, 0.16), transparent 58%),
        radial-gradient(ellipse 48% 52% at 6% 92%, rgba(99, 46, 110, 0.38), transparent 62%);
}

.fw-gallery__grain {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.fw-gallery-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    transition: border-color 0.35s ease, background-color 0.35s ease, transform 0.35s ease;
}

.fw-gallery-stat:hover {
    border-color: rgba(201, 162, 75, 0.45);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-2px);
}

.fw-gallery-stat__value {
    font-family: "Playfair Display", Marcellus, Georgia, serif;
    font-size: clamp(1.1rem, 2.5vw, 1.45rem);
    color: #fff;
    line-height: 1.15;
}

.fw-gallery-stat__label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.fw-shree .fw-gallery .info-marquee-slide {
    background: linear-gradient(
        135deg,
        rgba(201, 162, 75, 0.14) 0%,
        rgba(46, 26, 49, 0.78) 52%,
        rgba(30, 16, 33, 0.92) 100%
    ) !important;
    border-color: rgba(255, 255, 255, 0.14);
}

.fw-gallery-marquee-slide:hover {
    border-color: rgba(201, 162, 75, 0.4);
}

.fw-gallery-marquee-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, transparent 40%, rgba(201, 162, 75, 0.06) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.fw-gallery-marquee-slide:hover::after {
    opacity: 1;
}

/* Amenities — plum band with feature cards + slider */
.fw-shree .fw-amenities {
    position: relative;
    scroll-margin-top: var(--header-height, 4.5rem);
}

.fw-amenities__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.fw-amenities__glow {
    position: absolute;
    inset: -15% -5%;
    background:
        radial-gradient(ellipse 50% 55% at 92% 12%, rgba(201, 162, 75, 0.14), transparent 58%),
        radial-gradient(ellipse 45% 50% at 8% 88%, rgba(99, 46, 110, 0.35), transparent 62%);
}

.fw-amenities__grain {
    position: absolute;
    inset: 0;
    opacity: 0.035;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.fw-amenity-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    transition: border-color 0.35s ease, background-color 0.35s ease, transform 0.35s ease;
}

.fw-amenity-feature:hover {
    border-color: rgba(201, 162, 75, 0.45);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-2px);
}

.fw-amenity-feature__icon-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 9999px;
    border: 1px solid rgba(201, 162, 75, 0.35);
    background: rgba(201, 162, 75, 0.1);
    color: #C9A24B;
}

.fw-amenity-feature__icon-wrap svg,
.fw-amenity-feature__icon-wrap i {
    width: 1.1rem;
    height: 1.1rem;
}

.fw-amenity-feature__title {
    margin: 0 0 0.25rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.fw-amenity-feature__desc {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
}

.fw-amenity-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    border: none;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.fw-amenity-slider__nav:hover {
    background: #C9A24B;
    transform: translateY(-50%) scale(1.04);
}

.fw-amenity-slider__nav--prev { left: 1rem; }
.fw-amenity-slider__nav--next { right: 1rem; }

@media (min-width: 768px) {
    .fw-amenity-slider__nav--prev { left: 2rem; }
    .fw-amenity-slider__nav--next { right: 2rem; }
}

.fw-amenity-slider__counter {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 20;
    margin: 0;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.75);
    font-variant-numeric: tabular-nums;
}

.fw-amenity-slider__dots {
    position: absolute;
    bottom: 2rem;
    left: 1.5rem;
    right: 6.5rem;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    overflow-x: auto;
    padding: 0.15rem 0;
}

@media (min-width: 768px) {
    .fw-amenity-slider__counter {
        bottom: 3rem;
        right: 3rem;
        font-size: 0.8rem;
    }

    .fw-amenity-slider__dots {
        bottom: 3rem;
        left: 2.5rem;
        right: 8rem;
    }
}

.fw-amenity-grid__label {
    opacity: 0.9;
}

/* Vision band — plum editorial strip between hero and about */
.fw-shree .fw-vision {
    position: relative;
    overflow: hidden;
    padding: clamp(2.75rem, 5.5vw, 4.75rem) 0;
    background: linear-gradient(128deg, #3b1d4a 0%, #2e1a31 46%, #1a0f22 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}

.fw-vision__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.fw-vision__glow {
    position: absolute;
    inset: -20% -10%;
    background:
        radial-gradient(ellipse 55% 70% at 88% 18%, rgba(201, 162, 75, 0.16), transparent 58%),
        radial-gradient(ellipse 45% 55% at 8% 92%, rgba(99, 46, 110, 0.35), transparent 62%);
}

.fw-vision__grain {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.fw-vision__grid {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .fw-vision__grid {
        grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
        gap: clamp(2rem, 4vw, 4rem);
    }
}

.fw-vision__lead {
    position: relative;
}

@media (min-width: 1024px) {
    .fw-vision__lead {
        padding-right: clamp(1rem, 3vw, 2.5rem);
        border-right: 1px solid rgba(201, 162, 75, 0.22);
    }
}

.fw-vision__eyebrow {
    display: block;
    margin-bottom: 0.85rem;
    font-family: Montserrat, Inter, sans-serif;
    font-size: clamp(0.62rem, 0.55rem + 0.2vw, 0.72rem);
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #C9A24B;
}

.fw-vision__title {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.65rem, 2.2vw + 0.75rem, 2.35rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.96);
}

.fw-vision__rule {
    display: block;
    width: clamp(3rem, 12vw, 4.5rem);
    height: 2px;
    margin-top: 1.25rem;
    border-radius: 2px;
    background: linear-gradient(90deg, #C9A24B 0%, rgba(201, 162, 75, 0.2) 100%);
    transform-origin: left center;
}

.fw-vision__pillars {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}

@media (min-width: 768px) {
    .fw-vision__pillars {
        gap: 1rem;
    }
}

.fw-vision__pillar {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    transition: border-color 0.35s ease, background-color 0.35s ease, transform 0.35s ease;
}

.fw-vision__pillar:hover {
    border-color: rgba(201, 162, 75, 0.45);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-2px);
}

.fw-vision__pillar-icon-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    border: 1px solid rgba(201, 162, 75, 0.35);
    background: rgba(201, 162, 75, 0.1);
    color: #C9A24B;
}

.fw-vision__pillar-icon-wrap svg,
.fw-vision__pillar-icon-wrap i {
    width: 1.15rem;
    height: 1.15rem;
}

.fw-vision__pillar-body {
    min-width: 0;
}

.fw-vision__pillar-label {
    display: block;
    font-family: Montserrat, Inter, sans-serif;
    font-size: clamp(0.95rem, 0.85rem + 0.35vw, 1.1rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #C9A24B;
    line-height: 1.3;
}

.fw-vision__pillar-desc {
    margin: 0.35rem 0 0;
    font-size: clamp(0.82rem, 0.78rem + 0.2vw, 0.92rem);
    font-weight: 300;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 767px) {
    .fw-shree .fw-vision {
        padding: 2rem 0 2.35rem;
    }

    .fw-vision__pillar {
        padding: 0.9rem 1rem;
        gap: 0.85rem;
    }

    .fw-vision__pillar-icon-wrap {
        width: 2.25rem;
        height: 2.25rem;
    }
}

.fw-shree .fw-vision {
    scroll-margin-top: var(--header-height, 4.5rem);
}
