:root {
    --font-primary: "Bozon", "Bozon Sans", "Inter", "Segoe UI", Arial, sans-serif;
    --font-thin: 300;
    --font-regular: 400;
    --font-medium: 500;
    --font-heading-size: clamp(2.15rem, 4.2vw, 3.3rem);
    --font-subheading-size: clamp(1.05rem, 1.8vw, 1.2rem);
    --font-body-size: clamp(1rem, 1.2vw, 1.08rem);
    --bg: #4f0f1a;
    --bg-soft: #6d1222;
    --panel: #7e1628;
    --text: #f7efe8;
    --muted: #d9c3b4;
    --gold: #f3c95b;
    --line: rgba(255, 255, 255, 0.16);
    --light: #ffffff;
    --offwhite: #f9f5f0;
    --cream: #f5eadb;
    --ink: #3d201c;
    --ink-soft: #6e4d45;
    --header-bg: rgba(76, 17, 14, 0.96);
    --header-border: rgba(243, 201, 91, 0.28);
    --header-text: #ffffff;
    --header-link: #ffffff;
    --header-link-hover-bg: rgba(243, 201, 91, 0.2);
    --logo-grad-a: #f0d596;
    --logo-grad-b: #c89a42;
    --btn-primary-a: #f1cc82;
    --btn-primary-b: #ca9742;
    --btn-primary-text: #251908;
    --section-accent-a: #651225;
    --section-accent-b: #9a1b35;
    --footer-bg: #430c18;
    /* Raster logos → single maroon (#651225 family); SVG unaffected unless filtered via class */
    --logo-maroon-filter: brightness(0) saturate(100%) invert(13%) sepia(38%) saturate(3200%) hue-rotate(328deg) brightness(92%) contrast(96%);
    /* Hero: light edge vignette only — avoid stacking multiple linear grads (they tint the whole slide) */
    --hero-vignette-edge: rgba(79, 15, 26, 0.42);
    --hero-vignette-mid: rgba(79, 15, 26, 0.12);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body, html {
    width: 100%;
    
}

@font-face {
    font-family: "Bozon";
    src: local("Bozon"), local("Bozon Regular");
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
}


.privacy-policy {
    padding: 10% 0;
}
.privacy-policy h3 {
    color: #000;
     
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0 0px 0;
    padding: 0px;
    text-align: left;
}

.privacy-policy p {
    
    font-size: 14px;
    color: #4d4d4d;
    margin: 0px;
    line-height: 36px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 400;
}


.thank_you {
    text-align: center;
    padding: 150px 0px 100px 0px;
    background: #f7f7f7;
}

.thank_you h4 {
    text-align: center;
    color: #000;
    
    font-weight: 600;
    font-size: 28px;
    margin: 10px 0 10px 0;
}

.thank_you p {
    text-align: center;
    color: #000;
     
    font-size: 18px;
    margin: 0px;
    line-height: 31px;
}













body.brochure-page {
    font-family: var(--font-primary);
    color: var(--text);
    
    position: relative;
    cursor: default;
    padding-top: 0;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 6px;
    background: #fff7e6;
    border: 1px solid rgba(76, 17, 14, 0.12);
    padding: 3px;
    flex-shrink: 0;
}

.container { width: min(1140px, 92%); margin: 0 auto; }
.section { padding: 86px 0; }
.lead {
    color: var(--muted);
    line-height: 1.72;
    font-size: var(--font-body-size);
    font-weight: var(--font-regular);
}
.section-title {
    font-size: var(--font-heading-size);
    margin: 0 0 14px;
    color: #211616;
    font-weight: var(--font-thin);
    letter-spacing: 0.01em;
}

#location-advantages .section-title{
    margin-bottom: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    color: #4c110e;
    letter-spacing: 0.02em;
    font-size: 35px;
}


.location-advantage-sec img{
	
}







.eyebrow {
    color: #221717;
    font-size: var(--font-subheading-size);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: var(--font-medium);
    margin: 0 0 10px;
}

.site-header {
    position: fixed;
    top: 16px;
    left: 18px;
    right: 18px;
    z-index: 120;
    background: var(--header-bg);
    backdrop-filter: blur(12px);
    border: 1px solid var(--header-border);
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.16), 0 2px 8px rgba(76, 17, 14, 0.08);
    transition: top .32s ease, left .32s ease, right .32s ease, border-radius .32s ease,
        box-shadow .32s ease, background-color .32s ease, transform .32s ease;
}
.nav-wrap {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: min-height .32s ease;
}
.logo {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    color: var(--header-text);
    font-weight: 600;
}
.site-logo-image {
    height: 68px;
    width: auto;
    display: block;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
   
}
.logo-mark {
    width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%;
    background: linear-gradient(135deg, var(--logo-grad-a), var(--logo-grad-b)); color: #241805; font-weight: 700;
    transition: width .32s ease, height .32s ease, transform .32s ease;
}
.site-nav { display: flex; gap: 20px; transition: gap .32s ease; }
.site-nav a {
    color: var(--header-link);
    text-decoration: none;
    font-size: .95rem;
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 10px;
    transition: all .28s ease;
}
.site-nav a.is-active {
    color: var(--header-text);
    background: var(--header-link-hover-bg);
}
.nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}
.nav-dropdown__bar {
    display: flex;
    align-items: center;
    gap: 4px;
}
.nav-dropdown__toggle {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid rgba(243, 201, 91, 0.35);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    line-height: 0;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.nav-dropdown__toggle:focus-visible {
    outline: 2px solid rgba(243, 201, 91, 0.65);
    outline-offset: 2px;
}
.nav-dropdown__chevron {
    display: block;
    transition: transform 0.28s ease;
}
.dropdown-menu__title {
    display: none;
}
.dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 210px;
    background: #fff;
    border: 1px solid rgba(76, 17, 14, 0.15);
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: none;
    flex-direction: column;
    gap: 4px;
}
.dropdown-menu a {
    padding: 8px 10px;
    border-radius: 8px;
    color: #651225;
    font-weight: 600;
}
.dropdown-menu a:hover {
    color: #4c110e;
    background: rgba(101, 18, 37, 0.08);
}
.site-nav .dropdown-menu a:hover,
.site-nav .dropdown-menu a:focus-visible,
.site-nav .dropdown-menu a.is-active {
    color: #4c110e;
    background: rgba(101, 18, 37, 0.12);
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
    display: flex;
}
.site-nav a:hover {
    color: var(--header-text);
    background: var(--header-link-hover-bg);
}
.site-nav .dropdown-menu a:hover {
    color: #4c110e;
    background: rgba(101, 18, 37, 0.08);
}
.menu-btn {
    display: none;
    border: 1px solid rgba(76, 17, 14, 0.25);
    color: #ffffff;
    background: rgba(76, 17, 14, 0.78);
    border-radius: 30px;
    width: 44px;
    height: 40px;
    padding: 0;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}
.menu-btn__line {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
    display: block;
}

.site-header::before {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(233,195,120,.5), rgba(255,255,255,0));
    opacity: .65;
}

.site-header.is-scrolled {
    top: 10px;
    left: 24px;
    right: 24px;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(76, 17, 14, 0.11);
    background: var(--header-bg);
}

.site-header.is-scrolled .nav-wrap { min-height: 62px; }
.site-header.is-scrolled .logo-mark {
    width: 32px;
    height: 32px;
    transform: scale(.96);
}
.site-header.is-scrolled .site-nav { gap: 14px; }
.site-header.is-scrolled .site-nav a { padding: 6px 9px; }

.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center; }
h1, h2, h3 { margin: 0 0 12px; line-height: 1.2; }
h1, h2, h3, .logo { font-family: var(--font-primary); }
h1, h2 { font-size: var(--font-heading-size); }
h3 {
    font-size: var(--font-subheading-size);
    font-weight: var(--font-medium);
    color: #221717;
}
h2, h3 { font-weight: var(--font-medium); }
p, li, input, textarea, button, a {
    font-family: var(--font-primary);
    font-size: var(--font-body-size);
}
.hero-content {
    position: relative;
    z-index: 5;
}
.hero-actions { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.btn { border-radius: 38px; padding: 12px 20px; text-decoration: none; font-weight: 700; border: 1px solid transparent; display: inline-block; }
.btn-primary { background: linear-gradient(120deg, var(--btn-primary-a), var(--btn-primary-b)); color: var(--btn-primary-text); }
.btn-outline { border-color: var(--line); color: var(--text); }

.glass {
    border: 1px solid var(--line);
    background: linear-gradient(160deg, rgba(255, 255, 255, .17), rgba(255, 255, 255, .04));
    border-radius: 16px;
}
.hero-panel { overflow: hidden; }
.hero-panel img { width: 100%; display: block; transition: transform .8s ease; }
.hero-panel-text { padding: 16px 18px 20px; }

.card-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.info-card {
    border: 1px solid var(--line); border-radius: 14px; padding: 20px;
    background: linear-gradient(160deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.info-card p { color: var(--muted); margin-bottom: 0; }

.feature-band { background: linear-gradient(120deg, #0e1e3a, #17315f); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.amenity-list { margin: 16px 0 0; padding-left: 18px; color: var(--muted); display: grid; gap: 8px; }
.mosaic { display: grid; gap: 12px; }
.mosaic img, .panel-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid var(--line);
    display: block;
    transition: transform .85s ease, filter .5s ease, box-shadow .4s ease;
}

.stats { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat-card {
    border: 1px solid var(--line); border-radius: 14px; padding: 18px;
    background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.stat-number { font-size: 2.2rem; font-weight: 700; color: var(--gold); display: inline-block; margin-bottom: 6px; }
.stat-card p { margin: 0; color: var(--muted); }

.feature-band { background: linear-gradient(120deg, var(--section-accent-a), var(--section-accent-b)); }
.feature-band .section-title {
    color: #f3c95b;
    background: linear-gradient(120deg, #ffe7ad 0%, #f3c95b 45%, #c99234 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.feature-band .section-title.reveal-heading.in {
    color: #f3c95b;
}
.deep-panel { background: rgba(60, 16, 13, .62); }
.text-panel { padding: 26px; }
.process-band { background: linear-gradient(120deg, rgba(106, 30, 23, .35), rgba(60, 16, 13, .25)); }
.process-grid { grid-template-columns: repeat(4, 1fr); }

.creative-showcase {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(233, 195, 120, 0.08));
}
.showcase-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 16px;
}
.showcase-slide {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    height: 430px;
    background: #2b0b09;
}
.showcase-track {
    position: relative;
    height: 100%;
}
.slide-item {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity .65s ease, transform .8s ease;
}
.slide-item.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}
.slide-item img {
    width: 100%;
     
    display: block;
}
.slide-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slide-content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    background: linear-gradient(120deg, rgba(23, 7, 6, 0.82), rgba(76, 17, 14, 0.72));
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    padding: 14px 16px;
}
.slide-content p {
    color: var(--muted);
    margin: 0;
}
.slide-content h3 {
    color: #f3c95b;
    background: linear-gradient(120deg, #ffe7ad 0%, #f3c95b 45%, #c99234 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.slider-controls {
    position: absolute;
    right: 16px;
    top: 14px;
    z-index: 4;
    display: flex;
    gap: 8px;
}
.slider-controls button {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    background: rgba(42, 9, 8, .72);
    color: var(--light);
    font-size: 1rem;
    cursor: pointer;
}
.content-below-card {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .03));
}
.content-below-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
.content-wrap {
    padding: 18px;
}
.content-wrap p {
    margin-bottom: 0;
    color: var(--muted);
}

.strip-banner-zone { background: linear-gradient(45deg, #651225, #290009); }
.strip-banner-zone .section-title {
    color: #f3c95b;
    background: linear-gradient(120deg, #ffe7ad 0%, #f3c95b 45%, #c99234 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.strip-banner-zone .section-title.reveal-heading.in {
    color: #f3c95b;
}
.strip-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 14px;
}
.strip-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    min-height: 170px;
    border: 1px solid var(--line);
}
.strip-card.small { grid-column: span 3; min-height: 150px; }
.strip-card.medium { grid-column: span 4; min-height: 180px; }
.strip-card.large { grid-column: span 5; min-height: 220px; }
.strip-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .65s ease, filter .5s ease;
}
.strip-overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 14px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(18, 6, 5, .9) 86%);
}
.strip-overlay p {
    color: var(--muted);
    margin: 0;
}

.alternate-content-band {
    padding-top: 72px;
    padding-bottom: 72px;
}
.dual-banner-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.banner-above-content,
.overlay-banner-card {
    border: 1px solid rgba(76, 17, 14, 0.16);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}
.banner-above-content img,
.overlay-banner-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.banner-copy {
    padding: 18px;
}
.banner-copy p {
    color: var(--ink-soft);
    margin-bottom: 0;
}
.overlay-banner-card {
    position: relative;
}
.overlay-copy {
    position: absolute;
    inset: auto 16px 16px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(76, 17, 14, 0.18);
    border-radius: 12px;
    padding: 14px;
}
.overlay-copy p {
    color: var(--ink-soft);
    margin: 0;
}

.faq-band { background: linear-gradient(120deg, #3d0f0c, #5c1713); }
.faq-list { margin-top: 24px; display: grid; gap: 12px; }
.faq-item {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px 20px;
    background: linear-gradient(160deg, rgba(255,255,255,.11), rgba(255,255,255,.04));
    transition: transform .35s ease, box-shadow .35s ease;
}
.faq-item h3 { margin-bottom: 8px; }
.faq-item p { margin: 0; color: var(--muted); }

.contact-card {
    border: 1px solid var(--line); border-radius: 16px; padding: 26px;
    background: linear-gradient(150deg, rgba(255,255,255,.15), rgba(255,255,255,.05));
    display: grid; grid-template-columns: 1fr .9fr; gap: 20px;
}
.contact-form { display: grid; gap: 10px; }
.contact-form input {
    border: 1px solid var(--line); border-radius: 10px; padding: 12px;
    background: #3a0d0b; color: var(--text);
    transition: border-color .3s ease, box-shadow .3s ease;
}

.contact-form .btn{
background: #ca9742;
    color: #251908;
}

.light-section {
    background: var(--light);
    color: var(--ink);
}

.offwhite-section {
    background: var(--offwhite);
    color: var(--ink);
}

.cream-section {
    background: var(--cream);
    color: var(--ink);
}

.light-section .section-title,

.cream-section .section-title,
.light-section h3,
.offwhite-section h3,
.cream-section h3 {
    color:var(--ink);
}

.feature-band .section-title,
.strip-banner-zone .section-title,
.faq-band .section-title,
.deep-panel .section-title,
.process-band .section-title,
.feature-band h3,
.strip-banner-zone h3,
.faq-band h3,
.deep-panel h3,
.process-band h3 {
    color: #ffffff;
}
.feature-band .eyebrow,
.strip-banner-zone .eyebrow,
.faq-band .eyebrow,
.deep-panel .eyebrow,
.process-band .eyebrow {
    color: #ffffff;
}

.offwhite-section .section-title{
    color: var(--ink);
}

.light-section .lead,
.offwhite-section .lead,
.cream-section .lead,
.light-section .info-card p,
.offwhite-section .info-card p,
.cream-section .info-card p,
.light-section .stat-card p,
.offwhite-section .stat-card p,
.cream-section .stat-card p {
    color: var(--ink-soft);
}

.light-section .info-card,
.offwhite-section .info-card,
.cream-section .info-card,
.light-section .stat-card,
.offwhite-section .stat-card,
.cream-section .stat-card,
.light-section .contact-card {
    border-color: rgba(76, 17, 14, 0.14);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(245, 234, 219, 0.84));
}

.light-section .amenity-list,
.offwhite-section .amenity-list,
.cream-section .amenity-list {
    color: var(--ink-soft);
}

.light-section .btn-outline,
.offwhite-section .btn-outline,
.cream-section .btn-outline {
    border-color: rgba(76, 17, 14, 0.35);
    color: var(--ink);
}

.light-section .contact-form input {
    background: #fffdfa;
    color: var(--ink);
    border-color: rgba(76, 17, 14, 0.2);
}

.site-footer {
    border-top: 1px solid rgba(243, 201, 91, 0.22);
    background: linear-gradient(120deg, #3f0915, #651225);
    padding: 48px 0;
    margin-top: 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    gap: 28px;
    align-items: start;
}
.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}
.footer-logo img {
    width: 160px;
    height: auto;
    display: block;
}
.footer-brand,
.footer-links,
.footer-contact {
    min-width: 0;
}
.footer-brand p {
    margin: 0 0 10px;
}
.footer-social {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.social-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(243, 201, 91, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: #f9ddb0;
    transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.social-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.social-link:hover {
    transform: translateY(-2px);
    background: rgba(243, 201, 91, 0.2);
    color: #fff7e4;
    border-color: rgba(243, 201, 91, 0.55);
}
.footer-brand p,
.footer-contact p,
.footer-links a,
.footer-contact a {
    color: #f8e6c8;
    text-decoration: none;
    margin: 6px 0;
    display: block;
    line-height: 1.45;
}

.disclaimer p{
	text-align:center;
	font-size:15px;
	color:#fff;
}

.disclaimer p a{
	color:#fff;
	text-decoration:none;
}





.footer-grid h4 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 25px;
}
.footer-links h4,
.footer-contact h4 {
    margin-top: 0;
}
.footer-links a:hover,
.footer-contact a:hover {
    color: #ffd87e;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: #f8e6c8;
    flex-shrink: 0;
}

.footer-contact-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.floating-actions {
    z-index: 140;
}

.whatsapp-float,
.call-float {
    position: fixed;
    bottom: max(26px, env(safe-area-inset-bottom));
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float {
    background: #25d366;
}
.call-float {
    background: #1f6fff;
}

.floating-left {
    left: max(20px, env(safe-area-inset-left));
}

.floating-right {
    right: max(20px, env(safe-area-inset-right));
}
.whatsapp-float:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}
.call-float:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}
.whatsapp-float svg,
.call-float svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

h1, h2, h3 {
    font-weight: var(--font-thin);
}
.lead {
    font-weight: var(--font-regular);
}
.site-nav a {
    font-weight: 600;
}

.hero-full {
    width: 100%;
    padding: 0;
    margin: 0;
}
.hero-full .showcase-slide {
    width: 100%;
    height: 100vh;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    background: var(--bg);
	position:relative;
}


.slider-content {
    background: #fff;
    position: absolute;
    top: 15%;
    left: 110px;
    z-index: 111;
    width: 30%;
    border-radius: 15px;
    padding: 40px 20px 40px 20px;
    text-align: center;
}

.slider-content h1 {
    color: #4c110ef5;
    font-size: 29px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    font-family: Georgia, "Times New Roman", serif;
}

.slider-content h4 {
    color: #4c110ef5;
    font-size: 19px;
    font-weight: 600;
    padding: 15px 0 15px 0;
    margin: 0px;
    font-family: Georgia, "Times New Roman", serif;
}

.slider-content h5 {
    color: #ca9742;
    font-size: 19px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

.slider-content h6 {
    color: #4c110ef5;
    font-size: 19px;
    font-weight: 600;
    padding: 15px 0 0px 0;
    margin: 0px;
    font-family: Georgia, "Times New Roman", serif;
}

.query-form {
    background: #f4f4f4;
    padding: 20px 20px 20px 20px;
    margin: 20px 0 0 0;
    border-radius: 15px;
}

.query-form h3 {
    color: #ca9742;
    font-size: 19px;
    font-weight: 600;
    padding: 0px 0 20px 0;
    margin: 0px;
}













.hero-full .slide-item {
    isolation: isolate;
    transform: none;
    transition: opacity 0.65s ease;
}
.hero-full .slide-item.active {
    transform: none;
}
.hero-full .slide-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    /* Single radial vignette: keeps the center of the photo clear; tint only near the frame */
    background: radial-gradient(
        ellipse 95% 90% at 50% 48%,
        rgba(79, 15, 26, 0) 0%,
        rgba(79, 15, 26, 0) 58%,
        var(--hero-vignette-mid) 78%,
        var(--hero-vignette-edge) 100%
    );
}
.hero-full .slide-content.hero-caption {
    max-width: 700px;
    left: 5%;
    right: auto;
    bottom: 56px;
    padding: 24px 26px;
}
.hero-full .slide-content h1 {
    font-size: clamp(2rem, 4.5vw, 4rem);
    margin-bottom: 12px;
}
.hero-full .slide-content p {
    font-size: 1rem;
    line-height: 1.6;
}
.hero-full .slider-controls {
    right: 5%;
    top: auto;
    bottom: 54px;
}

.hero-full .slide-item img,
.hero-full .slide-item video {
    position: relative;
    z-index: 0;
    object-fit: contain;
    object-position: center;
    background: #4a100e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dark-list {
    color: var(--ink-soft);
}
.dark-list li {
    line-height: 1.6;
}

.why-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.why-card {
    border: 1px solid rgba(76, 17, 14, 0.14);
    border-radius: 12px;
    padding: 16px 14px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(247, 239, 232, 0.8));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 128px;
}
.why-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
}

.why-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}
.why-card h3 {
    margin: 0;
    font-size: 1.05rem;
    color: var(--ink);
}

.why-page-grid {
    margin-top: 20px;
}
.why-page-card {
    min-height: 158px;
    padding: 18px 16px;
}
.why-page-card h3 {
    font-size: 1.02rem;
    line-height: 1.4;
}

.brand-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    justify-content: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.brand-chip {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px 18px;
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    min-height: 160px;
    opacity: 0;
    transform: translateY(12px);
    animation: collaborationFade .8s ease forwards;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.brand-chip img {
    width: 100%;
    height: 72px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    object-fit: contain;
    object-position: center;
    padding: 8px 10px;
    opacity: .92;
    transition: opacity .25s ease;
    
}
.brand-chip span {
    white-space: nowrap;
    color: #f8e6c8;
    font-weight: 600;
    text-align: center;
}
#brands .eyebrow,
#brands .section-title {
    text-align: center;
}
.brand-chip:nth-child(2) {
    animation-delay: .2s;
}
.brand-chip:hover {
    transform: translateY(-4px);
    border-color: rgba(243, 201, 91, 0.6);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
}
.brand-chip:hover img {
    opacity: 1;
}

@keyframes collaborationFade {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-slider {
    height: 420px;
}
.product-slider .slide-item {
    background: linear-gradient(145deg, #fff8ea 0%, #f5e5c9 55%, #edd4a8 100%);
}
.product-slider .slide-item img {
    object-fit: contain;
    background: transparent;
    padding: 18px;
}
.product-slider .slide-content {
    max-width: 560px;
    display: none;
    background: linear-gradient(120deg, rgba(45, 11, 10, 0.84), rgba(96, 19, 32, 0.78));
}
.product-slider .slide-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Home overview & amenities — split layout + panel image */
#overview .split,
#amenities .split {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    align-items: stretch;
    gap: clamp(18px, 3vw, 34px);
}
#overview .split > div,
#amenities .split > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.gallery-sec .section-title{
	 margin-bottom: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    color: #4c110e;
    letter-spacing: 0.02em;
    font-size: 35px;
	text-align:center;
}

.gallery-sec .eyebrow {
    color: #221717;
    font-size: var(--font-subheading-size);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: var(--font-medium);
    margin: 0 0 10px;
    text-align: center;
}











#overview .section-title, #amenities .section-title {
    margin-bottom: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    color: #4c110e;
    letter-spacing: 0.02em;
    font-size: 35px;
}
#overview .lead,
#amenities .lead {
    margin-bottom: 14px;
}
#overview .panel-image {
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: 100%;
    object-fit: cover;
}
#amenities .panel-image {
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: 100%;
    object-fit: contain;
    object-position: center;
    background: linear-gradient(165deg, #faf7f2 0%, #ffffff 100%);
    border-radius: 12px;
    border: 1px solid rgba(76, 17, 14, 0.12);
}
.walkthrough-screen-section {
    padding: clamp(24px, 4vw, 44px) clamp(14px, 4vw, 44px) clamp(44px, 6vw, 72px);
    background:
        radial-gradient(120% 90% at 50% 0%, rgba(243, 201, 91, 0.2) 0%, rgba(243, 201, 91, 0) 45%),
        linear-gradient(165deg, #f7f3ec 0%, #ece2d4 100%);
}
.walkthrough-screen {
    width: min(100%, 1480px);
    margin: 0 auto;
    border-radius: clamp(16px, 2.3vw, 30px);
    padding: clamp(8px, 1.3vw, 16px);
    background: linear-gradient(145deg, #2f0a11 0%, #4c110e 52%, #7a1629 100%);
    box-shadow:
        0 22px 65px rgba(35, 9, 8, 0.34),
        0 0 0 1px rgba(255, 255, 255, 0.25) inset,
        0 0 50px rgba(243, 201, 91, 0.2);
}
.walkthrough-screen__video {
    display: block;
    width: 100%;
    aspect-ratio: 21 / 9;
    min-height: min(76vh, 760px);
    border-radius: clamp(12px, 1.8vw, 24px);
    object-fit: cover;
    background: #050505;
}

/* Location section alignment */
#location .split {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    align-items: stretch;
    gap: clamp(18px, 3vw, 34px);
}
#location .split > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#location .panel-image {
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: 100%;
    object-fit: cover;
}

.product-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.download-list {
    margin-top: 24px;
    display: grid;
    gap: 12px;
}
.download-item {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 16px;
    background: linear-gradient(150deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.download-item h3 {
    margin: 0;
}

.location-grid {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}
.location-item {
    border: 1px solid rgba(76, 17, 14, 0.16);
    border-radius: 10px;
    padding: 12px 14px;
    background: #fff;
}
.location-item h3 {
    margin: 0 0 4px;
    font-size: 1rem;
    color: var(--ink);
}
.location-item p {
    margin: 0;
    color: var(--ink-soft);
}

.contact-page-hero .section-title {
    margin-bottom: 10px;
}
.contact-info-grid {
    margin-top: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.contact-info-card {
    border-radius: 12px;
    border: 1px solid rgba(76, 17, 14, 0.14);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.97), rgba(245, 234, 219, 0.82));
    min-height: 100%;
}
.contact-info-card h3 {
    margin-bottom: 8px;
    font-weight: 600;
}
.contact-office-card {
    grid-column: span 2;
}
.contact-info-card a {
    color: #651225;
    text-decoration: none;
    border-bottom: 1px solid rgba(101, 18, 37, 0.35);
}
.contact-info-card a:hover {
    color: #4c110e;
    border-bottom-color: rgba(76, 17, 14, 0.55);
}
.contact-page-form-wrap {
    padding-top: 14px;
}
.contact-page-form-card {
    border: 1px solid rgba(76, 17, 14, 0.15);
    border-radius: 16px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(245, 234, 219, 0.86));
}

.inner-page-hero {
    margin-top: 100px;
}
.products-hero {
    padding-top: 26px;
    padding-bottom: 18px;
}
.products-hero-shell {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.products-hero .section-title {
    margin: 0;
}
.products-main-heading {
    text-align: center;
    font-weight: 700;
    font-size: clamp(2rem, 4.2vw, 3rem);
}
.about-hero-grid {
    align-items: center;
}

/* Overview page luxury treatment */
.overview-luxe-page {
    margin-top: 72px;
    padding-top: 30px;
    padding-bottom: 56px;
}
.overview-luxe-stack {
    display: grid;
    gap: 20px;
}
.overview-luxe-hero {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(76, 17, 14, 0.16);
    box-shadow: 0 16px 34px rgba(76, 17, 14, 0.13);
    min-height: 300px;
    aspect-ratio: 16 / 7;
}
.overview-luxe-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.overview-luxe-overlay {
    position: absolute;
    inset: auto 24px 24px;
    max-width: min(700px, calc(100% - 48px));
    padding: clamp(18px, 2.8vw, 28px);
    border-radius: 16px;
    background: linear-gradient(130deg, rgba(22, 6, 6, 0.86), rgba(76, 17, 14, 0.8));
    border: 1px solid rgba(243, 201, 91, 0.42);
    backdrop-filter: blur(4px);
}
.overview-luxe-overlay .section-title {
    color: #fff;
    margin: 0;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
}
.overview-luxe-overlay .eyebrow {
    color: #ffffff;
}
.overview-luxe-overlay .section-title.reveal-heading.in {
    color: #ffffff;
}
.overview-luxe-overlay .lead {
    color: #f5ded0;
    margin: 0;
}
.overview-luxe-content {
    border: 1px solid rgba(76, 17, 14, 0.14);
    border-radius: 20px;
    padding: clamp(18px, 2.8vw, 30px);
    background:
        radial-gradient(circle at 90% 0%, rgba(243, 201, 91, 0.22), rgba(243, 201, 91, 0) 34%),
        linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(247, 239, 232, 0.9));
    box-shadow: 0 12px 30px rgba(76, 17, 14, 0.09);
}
.overview-content-plain .lead {
    margin: 0 0 16px;
    color: var(--ink-soft);
    line-height: 1.75;
    max-width: 980px;
}
.overview-content-plain .lead:last-child {
    margin-bottom: 0;
}
.overview-luxe-intro {
    margin-bottom: 18px;
    max-width: 860px;
}
.overview-luxe-intro .section-title {
    margin-bottom: 10px;
}
.overview-luxe-intro .lead {
    color: var(--ink-soft);
    margin: 0;
}
.overview-luxe-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.overview-luxe-card {
    border: 1px solid rgba(76, 17, 14, 0.14);
    border-radius: 14px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.72);
}
.overview-luxe-card .lead {
    margin: 0;
    color: var(--ink-soft);
}

.overview-page {
    padding-bottom: 58px;
}
.overview-page-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
    gap: clamp(18px, 3vw, 34px);
}
.overview-copy-card {
    border: 1px solid rgba(76, 17, 14, 0.14);
    border-radius: 18px;
    padding: clamp(18px, 3vw, 28px);
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(247, 239, 232, 0.9));
    box-shadow: 0 12px 28px rgba(76, 17, 14, 0.08);
}
.overview-copy-card .section-title {
    margin-bottom: 14px;
}
.overview-copy-text .lead {
    color: var(--ink-soft);
    margin: 0 0 12px;
    line-height: 1.7;
}
.overview-image-wrap {
    position: sticky;
    top: 102px;
    border: 1px solid rgba(76, 17, 14, 0.16);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 30px rgba(76, 17, 14, 0.12);
}
.overview-image-wrap .panel-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 0;
    border-radius: 0;
}
.about-highlight-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.about-amenity-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.about-highlight-card {
    border: 1px solid rgba(76, 17, 14, 0.14);
    border-radius: 14px;
    padding: 18px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(245, 234, 219, 0.84));
}
.about-highlight-card p {
    color: var(--ink-soft);
    margin: 0;
}
.about-cta-panel {
    border: 1px solid rgba(76, 17, 14, 0.16);
    border-radius: 16px;
    padding: 24px;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(247, 239, 232, 0.82));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.product-archive-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.product-card {
    border: 1px solid rgba(76, 17, 14, 0.16);
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(247, 239, 232, 0.9));
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-shadow: 0 8px 20px rgba(76, 17, 14, 0.08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.product-card img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
    background: linear-gradient(145deg, #fff8ea 0%, #f5e5c9 52%, #edd4a8 100%);
    padding: 14px;
    display: block;
}
.product-card-body {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.product-card-body p {
    color: var(--ink-soft);
    margin: 0;
    line-height: 1.55;
}
.product-card-body h3 {
    margin: 0;
    color: var(--ink);
    font-size: 1.38rem;
}
.product-card .btn {
    margin-top: auto;
    align-self: flex-start;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(76, 17, 14, 0.14);
    border-color: rgba(201, 153, 52, 0.5);
}

@media (max-width: 1100px) and (min-width: 921px) {
    .product-archive-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.product-hero-shell {
    padding: 0;
}
.product-hero-shell .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}
.product-hero-banner {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    border: 0;
    background: #efe0c1;
    box-shadow: none;
}
.product-hero-media {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    padding: 20px 16px;
    background: #efe0c1;
}
.product-hero-banner img {
    width: min(100%, 420px);
    height: auto;
    max-height: 200px;
    object-fit: contain;
    object-position: center;
    background: transparent;
    padding: 0;
    display: block;
}
.product-pdf-banner {
    width: 100%;
    height: min(62vh, 520px);
    display: block;
    border: 0;
    background: #fff;
}
.product-hero-content {
    padding: 20px 16px 26px;
    border-top: 1px solid rgba(76, 17, 14, 0.1);
    background: #efe0c1;
    text-align: center;
    display: flex;
    justify-content: center;
}
.product-hero-content .section-title {
    margin: 0;
    color: #4c110e;
    font-size: clamp(2rem, 4vw, 3rem);
    text-align: center;
    width: 100%;
}
.product-single-gallery {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.product-detail-section {
    padding-left: 0;
    padding-right: 0;
}
.product-detail-container {
    width: min(1140px, 92%);
    margin: 0 auto;
}
.product-detail-copy {
    border: 1px solid rgba(76, 17, 14, 0.14);
    border-radius: 18px;
    padding: clamp(18px, 3.2vw, 28px);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(245, 234, 219, 0.84));
}
.product-detail-title {
    margin: 0 0 14px;
    color: var(--ink);
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.28;
}
.product-detail-copy .lead {
    margin: 0 0 10px;
    color: var(--ink-soft);
}
.product-ideal-title {
    margin: 18px 0 8px;
    color: var(--ink);
}
.product-gallery-item {
    margin: 0;
    border: 1px solid rgba(76, 17, 14, 0.14);
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(76, 17, 14, 0.08);
}
.product-gallery-item .panel-image {
    aspect-ratio: 16 / 10;
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.product-gallery-slider {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    padding: 2px 0 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
}
.product-gallery-track {
    display: flex;
    align-items: stretch;
    gap: 16px;
    width: max-content;
    animation: productGalleryLoop 28s linear infinite;
    will-change: transform;
}
.product-gallery-slider .product-gallery-item {
    width: clamp(240px, 31vw, 430px);
    flex: 0 0 auto;
}
.product-gallery-slider .product-gallery-item .panel-image {
    object-fit: contain;
    object-position: center;
    background: #ffffff;
    padding: 10px;
}
@keyframes productGalleryLoop {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 8px)); }
}
.contact-form-light input,
.contact-form-light textarea {
    border: 1px solid rgba(76, 17, 14, 0.2);
    border-radius: 10px;
    padding: 12px;
    background: #fffdfa;
    color: var(--ink);
    font-family: inherit;
}
.contact-form-light textarea {
    resize: vertical;
    min-height: 120px;
}
.product-enquiry-section {
    padding-top: 62px;
}
.product-enquiry-grid {
    border: 1px solid rgba(76, 17, 14, 0.14);
    border-radius: 18px;
    padding: clamp(16px, 3vw, 26px);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(245, 234, 219, 0.86));
    gap: clamp(20px, 3.4vw, 34px);
    align-items: center;
}
.product-enquiry-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.product-enquiry-copy .section-title {
    margin-bottom: 10px;
}
.product-enquiry-copy .lead {
    margin: 0 0 12px;
    color: var(--ink-soft);
}
.product-enquiry-copy .hero-actions {
    margin-top: 14px;
}
.product-enquiry-form {
    gap: 12px;
}
.product-enquiry-form input,
.product-enquiry-form textarea {
    width: 100%;
    font-size: 0.98rem;
}
.product-enquiry-form textarea {
    min-height: 132px;
}
.product-enquiry-form .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.lead-popup {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: block;
    pointer-events: none;
}
.lead-popup.is-open {
    pointer-events: auto;
}
.lead-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(28, 6, 10, 0.72);
    opacity: 0;
    transition: opacity .28s ease;
    z-index: 1;
}
.lead-popup__dialog {
    position: absolute;
    width: min(320px, calc(100% - 20px));
    margin: 0;
    top: 50%;
    left: 12px;
    border-radius: 14px;
    border: 1px solid rgba(243, 201, 91, 0.3);
    background: #fff8ef;
    color: var(--ink);
    padding: 12px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    transform: translate(-110%, -50%) scale(0.98);
    transition: transform .3s ease;
    z-index: 2;
}
.lead-popup.is-open .lead-popup__backdrop {
    opacity: 1;
}
.lead-popup.is-open .lead-popup__dialog {
    transform: translate(0, -50%) scale(1);
}
.lead-popup__close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    color: #7e1628;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
}
.lead-popup .lead {
    color: var(--ink-soft);
    margin-bottom: 12px;
}
.lead-popup .eyebrow {
    font-size: 0.92rem;
    margin-bottom: 8px;
}
.lead-popup .section-title {
    font-size: clamp(1.1rem, 2.4vw, 1.35rem);
    line-height: 1.16;
    margin-bottom: 10px;
    color: #4c110e;
}
.lead-popup .contact-form {
    gap: 8px;
}
.lead-popup .contact-form input,
.lead-popup .contact-form textarea {
    padding: 8px 9px;
    font-size: 0.86rem;
}
.lead-popup .contact-form textarea {
    min-height: 96px;
}
.lead-popup .contact-form .btn {
    width: 100%;
    margin-top: 2px;
}

@media (max-width: 640px) {
    .lead-popup__dialog {
        width: min(280px, calc(100% - 14px));
        margin: 0;
        top: 50%;
        left: 7px;
        padding: 10px;
        border-radius: 12px;
        max-height: calc(100vh - 16px);
        overflow-y: auto;
    }
    .lead-popup .section-title {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }
    .lead-popup .lead {
        font-size: 0.98rem;
        line-height: 1.55;
        margin-bottom: 10px;
    }
    .lead-popup .contact-form {
        gap: 7px;
    }
    .lead-popup .contact-form input,
    .lead-popup .contact-form textarea {
        padding: 9px 10px;
        border-radius: 12px;
    }
    .lead-popup .contact-form textarea {
        min-height: 84px;
    }
}

.reveal { opacity: 0; transform: translateY(22px); transition: all .65s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-heading {
    opacity: 0;
    transform: translateY(26px) scale(.98);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal-heading.in {
    opacity: 1;
    color: #4c110e;
    transform: translateY(0) scale(1);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.ambient-layer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

.firefly {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 243, 205, .85) 0%, rgba(233, 195, 120, .45) 38%, rgba(233, 195, 120, 0) 75%);
    filter: blur(0.3px);
    opacity: .38;
    animation: floatDrift linear infinite, pulseGlow ease-in-out infinite;
}

.cursor-glow {
    position: fixed;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 3;
    background: radial-gradient(circle, rgba(255, 238, 190, .18) 0%, rgba(233, 195, 120, .08) 35%, rgba(233, 195, 120, 0) 75%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .35s ease;
}
.cursor-glow.interactive {
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 238, 190, .24) 0%, rgba(233, 195, 120, .11) 34%, rgba(233, 195, 120, 0) 74%);
}

.hero-panel:hover img,
.mosaic img:hover,
.panel-image:hover {
    transform: scale(1.03);
    filter: brightness(1.03) saturate(1.04);
}

.info-card:hover,
.stat-card:hover,
.faq-item:hover,
.content-below-card:hover,
.strip-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
    border-color: rgba(233, 195, 120, .45);
}
.strip-card:hover img,
.overlay-banner-card:hover img,
.banner-above-content:hover img,
.content-below-card:hover img {
    transform: scale(1.04);
    filter: brightness(1.04) saturate(1.05);
}

.contact-form input:focus {
    outline: none;
    border-color: rgba(233, 195, 120, .65);
    box-shadow: 0 0 0 3px rgba(233, 195, 120, .15);
}

@keyframes floatDrift {
    0% { transform: translate3d(0, 0, 0); }
    30% { transform: translate3d(26px, -34px, 0); }
    60% { transform: translate3d(-18px, -86px, 0); }
    100% { transform: translate3d(14px, -140px, 0); }
}

@keyframes pulseGlow {
    0%, 100% { opacity: .2; }
    50% { opacity: .55; }
}

@media (prefers-reduced-motion: reduce) {
    .firefly,
    .reveal,
    .info-card,
    .stat-card,
    .faq-item,
    .mosaic img,
    .panel-image,
    .hero-panel img {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

@media (max-width: 920px) {
    .hero-grid, .split, .stats, .card-grid, .process-grid, .contact-card, .footer-grid { grid-template-columns: 1fr; }
    .showcase-grid,
    .dual-banner-layout {
        grid-template-columns: 1fr;
    }
    .strip-grid {
        grid-template-columns: 1fr;
    }
    .strip-card.small,
    .strip-card.medium,
    .strip-card.large {
        grid-column: auto;
    }
    body.brochure-page { padding-top: 0; }
    .site-header {
        position: relative;
        z-index: 500;
        overflow: visible;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 0 10px;
        border-radius: 0 0 14px 14px;
    }
    .site-header.is-scrolled {
        top: auto;
        left: auto;
        right: auto;
        border-radius: 0 0 12px 12px;
    }
    .nav-wrap {
        position: relative;
        overflow: visible;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        padding-top: 8px;
        padding-bottom: 10px;
    }
    .site-nav {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(76, 17, 14, 0.9);
        padding: 10px 12px;
        border: 1px solid rgba(243, 201, 91, 0.28);
        border-radius: 12px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        overflow-y: auto;
        max-height: calc(100vh - 110px);
        z-index: 230;
        transform: none;
        transition: none;
    }
    .site-nav > a,
    .site-nav .nav-dropdown__link,
    .site-nav .dropdown-menu a,
    .site-nav .dropdown-menu a span {
        color: #ffffff;
    }
    .site-nav .nav-dropdown__link {
        white-space: nowrap;
    }
    .site-nav .dropdown-menu a span {
        white-space: normal;
    }
    .site-nav .nav-dropdown {
        width: 100%;
        display: block;
    }
    .nav-dropdown__bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }
    .nav-dropdown__toggle {
        display: inline-flex;
        flex-shrink: 0;
    }
    .nav-dropdown.is-submenu-open .nav-dropdown__chevron {
        transform: rotate(180deg);
    }
    .site-nav .dropdown-menu {
        display: none !important;
    }
    .site-nav.open .nav-dropdown.is-submenu-open .dropdown-menu {
        display: flex !important;
        flex-direction: column;
        position: static;
        width: 100%;
        min-width: 0;
        margin: 10px 0 0;
        padding: 14px 14px 12px;
        gap: 10px;
        border-radius: 14px;
        border: 1px solid rgba(243, 201, 91, 0.35);
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
        background-color: rgba(35, 8, 10, 0.92);
        background-image:
            linear-gradient(145deg, rgba(61, 12, 12, 0.92) 0%, rgba(45, 9, 12, 0.88) 100%),
            url("../images/overview-page-hero.png");
        background-size: auto, cover;
        background-position: 0 0, center;
        background-repeat: no-repeat;
        background-blend-mode: normal;
    }
    .site-nav.open .nav-dropdown.is-submenu-open .dropdown-menu__title {
        display: block;
        margin: 0 0 6px;
        padding: 0 2px 10px;
        font-size: 1.05rem;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 0.02em;
        border-bottom: 1px solid rgba(243, 201, 91, 0.25);
    }
    .site-nav.open .nav-dropdown.is-submenu-open .dropdown-menu .dropdown-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 12px;
        border-radius: 10px;
        background: rgba(255, 250, 242, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
        color: #ffffff !important;
        font-weight: 700;
        text-decoration: none;
        transition: background 0.2s ease, border-color 0.2s ease;
    }
    .site-nav.open .nav-dropdown.is-submenu-open .dropdown-menu .dropdown-item:hover,
    .site-nav.open .nav-dropdown.is-submenu-open .dropdown-menu .dropdown-item:focus-visible {
        background: rgba(255, 250, 242, 0.16);
        border-color: rgba(243, 201, 91, 0.45);
        color: #ffffff !important;
    }
    .site-nav.open .nav-dropdown.is-submenu-open .dropdown-menu .dropdown-icon {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
        border-radius: 8px;
        background: #fff8ef;
        object-fit: contain;
        padding: 4px;
        border: 1px solid rgba(76, 17, 14, 0.12);
    }
    .site-nav.open .nav-dropdown.is-submenu-open .dropdown-menu .dropdown-item span {
        color: #ffffff;
        font-weight: 700;
        text-align: left;
    }
    .site-nav.open {
        display: flex !important;
    }
    body.nav-open .site-nav {
        display: flex !important;
    }
    .menu-btn { display: inline-flex; }
    body.nav-open .floating-actions {
        opacity: 0;
        pointer-events: none;
    }
    .hero-full .showcase-slide {
        
    }
    .hero-full .slide-item img,
    .hero-full .slide-item video {
        padding-left: max(10px, env(safe-area-inset-left, 0px));
        padding-right: max(10px, env(safe-area-inset-right, 0px));
        box-sizing: border-box;
        object-fit: contain;
        object-position: center;
    }
    .hero-full .slide-content.hero-caption {
        max-width: calc(100% - 28px);
        left: 14px;
        right: 14px;
        bottom: 18px;
        padding: 16px;
    }
    .hero-full .slider-controls {
        right: 14px;
        bottom: 18px;
    }
    .why-grid,
    .product-grid,
    .product-archive-grid,
    .product-single-gallery {
        grid-template-columns: 1fr;
    }
    .about-highlight-grid {
        grid-template-columns: 1fr;
    }
    .contact-info-grid {
        grid-template-columns: 1fr;
    }
    .contact-office-card {
        grid-column: auto;
    }
    .about-amenity-grid {
        grid-template-columns: 1fr;
    }
    .about-cta-panel {
        align-items: flex-start;
    }
    .overview-luxe-hero {
        min-height: 260px;
        aspect-ratio: 16 / 9;
    }
    #overview .split,
    #amenities .split {
        gap: 14px;
    }
    .walkthrough-screen-section {
        padding: 20px 12px 40px;
    }
    .walkthrough-screen__video {
        aspect-ratio: 16 / 9;
        min-height: min(62vh, 460px);
    }
    .products-hero {
        padding-bottom: 34px;
    }
    .products-hero-shell {
        border-radius: 18px;
    }
    .section {
        padding: 64px 0;
    }
    .container {
        width: min(1140px, 94%);
    }
    .split {
        gap: 16px;
    }
    .mosaic img,
    .panel-image {
        aspect-ratio: 16 / 11;
        object-fit: contain;
        object-position: center;
        background: linear-gradient(165deg, #faf7f2 0%, #ffffff 100%);
        max-height: min(56vh, 520px);
    }
    .strip-card {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }
    .strip-card.small,
    .strip-card.medium,
    .strip-card.large {
        min-height: 0;
    }
    .strip-card img {
        object-fit: contain;
        object-position: center;
        background: rgba(22, 6, 8, 0.5);
    }
    .banner-above-content img,
    .overlay-banner-card img {
        height: auto;
        max-height: min(48vh, 360px);
        aspect-ratio: 16 / 10;
        object-fit: contain;
        object-position: center;
        background: #faf7f2;
    }
    .product-slider {
        height: auto;
        aspect-ratio: 4 / 3;
        min-height: 300px;
        max-height: min(68vh, 560px);
    }
    .product-slider .showcase-track {
        min-height: 0;
    }
    .product-slider .slide-item img {
        padding: 14px;
    }
    .brand-chip {
        min-width: 150px;
    }
    .download-item {
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-grid {
        gap: 22px;
    }
    .floating-actions {
        right: auto;
        bottom: auto;
    }
    .floating-left {
        left: 14px;
    }
    .floating-right {
        right: 14px;
    }
    .whatsapp-float,
    .call-float {
        bottom: 88px;
        width: 52px;
        height: 52px;
    }
    .whatsapp-float svg,
    .call-float svg {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 640px) {
    .section {
        padding: 52px 0;
    }
    .site-header {
        position: relative;
        z-index: 500;
        overflow: visible;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 0 8px;
    }
    .nav-wrap {
        min-height: 62px;
    }
    .site-logo-image {
        height: 56px;
        padding: 0;
    }
    .hero-full .showcase-slide {
         
    }
    .hero-full .slide-content.hero-caption {
        bottom: 12px;
        padding: 14px;
    }
    .hero-full .slider-controls {
        bottom: 12px;
    }
    .showcase-slide {
        height: 360px;
    }
    .product-slider {
        height: auto;
        aspect-ratio: 4 / 3;
        min-height: 260px;
        max-height: min(72vh, 520px);
    }
    .product-slider .showcase-track {
        min-height: 0;
    }
    .product-slider .slide-item img {
        padding: 12px;
    }
    .overview-copy-card {
        border-radius: 14px;
        padding: 16px;
    }
    .overview-luxe-hero {
        min-height: 220px;
        aspect-ratio: 16 / 10;
        border-radius: 14px;
    }
    .overview-luxe-overlay {
        inset: auto 12px 12px;
        max-width: calc(100% - 24px);
        padding: 14px;
        border-radius: 12px;
    }
    .overview-luxe-content {
        border-radius: 14px;
        padding: 16px;
    }
    .overview-image-wrap {
        border-radius: 14px;
    }
    .overview-image-wrap .panel-image {
        aspect-ratio: 4 / 3;
    }
    #overview .split,
    #amenities .split {
        align-items: start;
        grid-template-columns: 1fr;
    }
    #overview .panel-image,
    #amenities .panel-image {
        margin-top: 4px;
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 11;
        max-height: min(58vh, 460px);
        object-fit: contain;
        object-position: center;
        background: linear-gradient(165deg, #faf7f2 0%, #ffffff 100%);
    }
    #location .split {
        align-items: start;
        grid-template-columns: 1fr;
    }
    #location .panel-image {
        margin-top: 4px;
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 11;
        max-height: min(58vh, 460px);
        object-fit: contain;
        object-position: center;
        background: linear-gradient(165deg, #faf7f2 0%, #ffffff 100%);
    }
    .content-below-card img,
    .banner-above-content img,
    .overlay-banner-card img,
    .product-card img {
        height: 200px;
        object-fit: contain;
        padding: 10px;
    }
    .product-hero-banner img,
    .product-pdf-banner {
        width: min(100%, 300px);
        max-height: 160px;
        height: auto;
        padding: 0;
    }
    .product-hero-media {
        min-height: 190px;
        padding: 16px 12px;
    }
    .product-hero-content {
        padding: 16px 12px 20px;
    }
    .product-enquiry-grid {
        border-radius: 14px;
        padding: 16px;
        gap: 16px;
    }
    .product-enquiry-copy .hero-actions {
        width: 100%;
    }
    .product-detail-copy {
        border-radius: 14px;
        padding: 16px;
    }
    .product-detail-container {
        width: min(1140px, 95%);
    }
    .product-gallery-track {
        gap: 12px;
        animation-duration: 22s;
    }
    .product-gallery-slider .product-gallery-item {
        width: clamp(220px, 76vw, 320px);
    }
    .floating-actions {
        right: auto;
        bottom: auto;
    }
    .floating-left {
        left: 10px;
    }
    .floating-right {
        right: 10px;
    }
    .whatsapp-float,
    .call-float {
        bottom: 82px;
    }
    .site-footer {
        padding: 40px 0;
    }
    .products-hero-shell {
        padding: 20px 16px;
    }
    .products-hero .lead {
        font-size: 0.98rem;
    }
    .footer-logo img {
        width: 108px;
    }
    .footer-social {
        margin-top: 10px;
    }
    .social-link {
        width: 36px;
        height: 36px;
    }
    .whatsapp-float,
    .call-float {
        width: 48px;
        height: 48px;
    }
    .whatsapp-float svg,
    .call-float svg {
        width: 24px;
        height: 24px;
    }
}


/* AMENITY LAYOUT */
.amenity-block {
    padding: 86px 0;
}
.amenity-block:first-of-type {
    padding-top: 142px;
}

.amenity-block .split {
    display: flex;
    align-items: center;
    gap: 60px;
}

.amenity-block .split.reverse {
    flex-direction: row-reverse;
}

.amenity-block .content {
    flex: 1;
}

.amenity-block .section-title {
    font-weight: 700;
}

.amenity-block .image {
    flex: 1;
}

.amenity-block .image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
}

/* LIST */
.amenity-list {
    margin-top: 20px;
    padding-left: 0;
}

.amenity-list li {
    list-style: none;
    color: #4c110eb5;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.amenity-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c8a96a;
}

#amenities .amenity-list {
    margin-top: 12px;
}

/* MOBILE */
@media (max-width: 768px) {

.hero-full .slide-item img, .hero-full .slide-item video {
    padding-left: 0!important;
    padding-right: 0 !important;
    box-sizing: border-box;
    object-fit: contain;
    object-position: center;
}

.hero-full .showcase-slide { 
    height: 31vh; 
}


.slider-content {
    background: #fff;
    position: relative;
    top: 0%;
    left: 0;
    z-index: 111;
    width: 100%;
    border-radius: 15px;
    padding: 40px 20px 40px 20px;
    text-align: center;
}

.hero-full .slide-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient(
        ellipse 95% 90% at 50% 48%,
        rgba(79, 15, 26, 0) 0%,
        rgba(79, 15, 26, 0) 58%,
        var(--hero-vignette-mid) 78%,
        var(--hero-vignette-edge) 100%
    );
	display:none;
}














    .amenity-block {
        padding: 56px 0;
    }
    .amenity-block:first-of-type {
        padding-top: 110px;
    }

    .amenity-block .split {
        flex-direction: column;
        gap: 20px;
    }

    .amenity-block .split.reverse {
        flex-direction: column;
    }

    .amenity-block .image img {
        height: 280px;
    }
}

/* Entry flow: disclaimer → logo preloader → promo popup → main site */
 

.site-entry-layer {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .45s ease, visibility .45s ease;
}

.site-entry-layer.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.site-entry-layer.is-leaving {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.site-disclaimer {
    padding: 20px;
    background: rgba(28, 6, 10, 0.92);
    backdrop-filter: blur(6px);
}

.site-disclaimer__panel {
    width: min(720px, 100%);
    max-height: min(88vh, 760px);
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: clamp(18px, 3vw, 28px);
    border-radius: 16px;
    border: 1px solid rgba(243, 201, 91, 0.35);
    background: linear-gradient(180deg, #fff9f0 0%, #f5eadb 100%);
    color: var(--ink);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.site-disclaimer__eyebrow {
    margin: 0;
    font-size: .82rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #7e1628;
    font-weight: 700;
}

.site-disclaimer__title {
    margin: 0;
    font-family: var(--font-primary);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    line-height: 1.2;
    color: #4c110e;
}

.site-disclaimer__body {
    overflow-y: auto;
    padding-right: 4px;
    font-size: clamp(.92rem, 1.5vw, 1rem);
    line-height: 1.65;
    color: var(--ink-soft);
}

.site-disclaimer__body p {
    margin: 0 0 12px;
}

.site-disclaimer__body p:last-child {
    margin-bottom: 0;
}

.site-disclaimer__agree {
    align-self: flex-start;
    margin-top: 4px;
    min-width: 200px;
}

.site-preloader {
    background: radial-gradient(circle at 50% 35%, #7e1628 0%, var(--bg) 58%);
}

.site-preloader__inner {
    position: relative;
    display: grid;
    place-items: center;
}

.site-preloader__logo {
    width: min(220px, 58vw);
    height: auto;
    display: block;
    animation: preloader-logo-pulse 1.6s ease-in-out infinite;
    filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.35));
}

.site-preloader__ring {
    position: absolute;
    width: min(280px, 72vw);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid rgba(243, 201, 91, 0.2);
    border-top-color: var(--gold);
    animation: preloader-ring-spin 1.1s linear infinite;
}

@keyframes preloader-logo-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.04); opacity: 0.92; }
}

@keyframes preloader-ring-spin {
    to { transform: rotate(360deg); }
}

body.is-promo-open {
    overflow: hidden;
}

body.is-promo-open .site-header,
body.is-promo-open .brochure-main,
body.is-promo-open main,
body.is-promo-open .site-footer,
body.is-promo-open .floating-actions {
    filter: blur(10px);
    pointer-events: none;
    user-select: none;
    transition: filter .35s ease;
}

.site-promo-popup {
    position: fixed;
    inset: 0;
    z-index: 11950;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(12px, 2vw, 24px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .45s ease, visibility .45s ease;
}

.site-promo-popup.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.site-promo-popup.is-leaving {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.site-promo-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(28, 6, 10, 0.45);
}

.site-promo-popup__dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 96vw);
    max-height: min(92vh, 860px);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(243, 201, 91, 0.35);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    background: #fff;
}

.site-promo-popup__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(92vh, 860px);
    object-fit: contain;
}

.site-promo-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(76, 17, 14, 0.9);
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background .2s ease, transform .2s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

.site-promo-popup__close:hover {
    background: #7e1628;
    transform: scale(1.06);
}

@media (max-width: 640px) {
    .site-disclaimer {
        padding: 12px;
    }

    .site-disclaimer__panel {
        max-height: calc(100vh - 24px);
        padding: 16px;
        border-radius: 14px;
    }

    .site-disclaimer__agree {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .site-promo-popup {
        padding: 10px;
    }

    .site-promo-popup__dialog {
        width: 100%;
        border-radius: 12px;
    }

    .site-promo-popup__close {
        top: 8px;
        right: 8px;
        width: 36px;
        height: 36px;
        font-size: 1.55rem;
    }
}