/*
Theme Name: Studio Nazrana
Theme URI:
Author: Studio Nazrana
Description: Custom theme for Studio Nazrana.
Version: 1.0.0
Text Domain: studio-nazrana
*/

/* ── Google Font: Roboto ── */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; width: 100%; }

/* ══════════════════════════════
   SCROLL-REVEAL ANIMATION ENGINE
   Each section uses its own distinct
   entrance style — toggled via the
   .is-visible class (see main.js)
══════════════════════════════ */
.sn-reveal { opacity: 0; }

.sn-reveal--fade-up {
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.sn-reveal--fade-up.is-visible { opacity: 1; transform: translateY(0); }

.sn-reveal--slide-left {
    transform: translateX(-70px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.sn-reveal--slide-left.is-visible { opacity: 1; transform: translateX(0); }

.sn-reveal--slide-right {
    transform: translateX(70px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.sn-reveal--slide-right.is-visible { opacity: 1; transform: translateX(0); }

.sn-reveal--zoom {
    transform: scale(0.85);
    transition: opacity 0.75s ease, transform 0.75s ease;
}
.sn-reveal--zoom.is-visible { opacity: 1; transform: scale(1); }

.sn-reveal--pop {
    transform: scale(0.7) rotate(-6deg);
    transition: opacity 0.6s ease, transform 0.65s cubic-bezier(.34,1.56,.64,1);
}
.sn-reveal--pop.is-visible { opacity: 1; transform: scale(1) rotate(0deg); }

.sn-reveal--flip {
    transform: perspective(800px) rotateY(90deg);
    transform-origin: left center;
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.sn-reveal--flip.is-visible { opacity: 1; transform: perspective(800px) rotateY(0deg); }

.sn-reveal--tilt {
    transform: perspective(900px) rotateX(20deg) translateY(30px);
    transform-origin: bottom center;
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.sn-reveal--tilt.is-visible { opacity: 1; transform: perspective(900px) rotateX(0deg) translateY(0); }

/* Staggered entrance within grids */
.sn-reasons__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sn-reasons__grid > .sn-reveal:nth-child(2) { transition-delay: .15s; }
.sn-reasons__grid > .sn-reveal:nth-child(3) { transition-delay: .3s; }

.sn-why__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sn-why__grid > .sn-reveal:nth-child(2) { transition-delay: .12s; }
.sn-why__grid > .sn-reveal:nth-child(3) { transition-delay: .24s; }
.sn-why__grid > .sn-reveal:nth-child(4) { transition-delay: .36s; }

.sn-sig__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sn-sig__grid > .sn-reveal:nth-child(2) { transition-delay: .12s; }
.sn-sig__grid > .sn-reveal:nth-child(3) { transition-delay: .24s; }
.sn-sig__grid > .sn-reveal:nth-child(4) { transition-delay: .36s; }

.sn-testi__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sn-testi__grid > .sn-reveal:nth-child(2) { transition-delay: .15s; }
.sn-testi__grid > .sn-reveal:nth-child(3) { transition-delay: .3s; }

.sn-steps__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sn-steps__grid > .sn-reveal:nth-child(2) { transition-delay: .15s; }
.sn-steps__grid > .sn-reveal:nth-child(3) { transition-delay: .3s; }

.sn-faq__list > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sn-faq__list > .sn-reveal:nth-child(2) { transition-delay: .08s; }
.sn-faq__list > .sn-reveal:nth-child(3) { transition-delay: .16s; }
.sn-faq__list > .sn-reveal:nth-child(4) { transition-delay: .24s; }
.sn-faq__list > .sn-reveal:nth-child(5) { transition-delay: .32s; }

.sn-seo__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sn-seo__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.sn-seo__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }

/* About page grids/lists */
.ab-story__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ab-story__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ab-story__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ab-story__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.ab-story__container > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.ab-story__container > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.ab-philosophy__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ab-philosophy__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ab-philosophy__container > .sn-reveal:nth-child(4) { transition-delay: .2s; }
.ab-philosophy__container > .sn-reveal:nth-child(5) { transition-delay: .3s; }

.ab-philosophy__lines > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ab-philosophy__lines > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ab-philosophy__lines > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ab-philosophy__lines > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.ab-philosophy__lines > .sn-reveal:nth-child(5) { transition-delay: .4s; }

.ab-values__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ab-values__grid > .sn-reveal:nth-child(2) { transition-delay: .12s; }
.ab-values__grid > .sn-reveal:nth-child(3) { transition-delay: .24s; }
.ab-values__grid > .sn-reveal:nth-child(4) { transition-delay: .36s; }
.ab-values__grid > .sn-reveal:nth-child(5) { transition-delay: .48s; }

.ab-why__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ab-why__grid > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ab-why__grid > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ab-why__grid > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.ab-why__grid > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.ab-why__grid > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.ab-more__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ab-more__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ab-more__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ab-more__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.ab-more__container > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.ab-more__container > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.ab-seo__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ab-seo__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ab-seo__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ab-seo__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }

.ab-faq__list > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ab-faq__list > .sn-reveal:nth-child(2) { transition-delay: .08s; }
.ab-faq__list > .sn-reveal:nth-child(3) { transition-delay: .16s; }
.ab-faq__list > .sn-reveal:nth-child(4) { transition-delay: .24s; }
.ab-faq__list > .sn-reveal:nth-child(5) { transition-delay: .32s; }

.ab-cta__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ab-cta__container > .sn-reveal:nth-child(2) { transition-delay: .12s; }
.ab-cta__container > .sn-reveal:nth-child(3) { transition-delay: .24s; }

/* Cafe page grids/lists */
.cf-philosophy__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.cf-philosophy__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.cf-philosophy__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.cf-philosophy__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.cf-philosophy__container > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.cf-philosophy__container > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.cf-occasions__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.cf-occasions__grid > .sn-reveal:nth-child(2) { transition-delay: .12s; }
.cf-occasions__grid > .sn-reveal:nth-child(3) { transition-delay: .24s; }
.cf-occasions__grid > .sn-reveal:nth-child(4) { transition-delay: .36s; }

.cf-signature__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.cf-signature__grid > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.cf-signature__grid > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.cf-signature__grid > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.cf-signature__grid > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.cf-signature__grid > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.cf-whyguests__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.cf-whyguests__grid > .sn-reveal:nth-child(2) { transition-delay: .12s; }
.cf-whyguests__grid > .sn-reveal:nth-child(3) { transition-delay: .24s; }
.cf-whyguests__grid > .sn-reveal:nth-child(4) { transition-delay: .36s; }
.cf-whyguests__grid > .sn-reveal:nth-child(5) { transition-delay: .48s; }

.cf-together__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.cf-together__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.cf-together__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.cf-together__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.cf-together__container > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.cf-together__container > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.cf-drinks__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.cf-drinks__grid > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.cf-drinks__grid > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.cf-drinks__grid > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.cf-drinks__grid > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.cf-drinks__grid > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.cf-cta__inner > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.cf-cta__inner > .sn-reveal:nth-child(2) { transition-delay: .12s; }
.cf-cta__inner > .sn-reveal:nth-child(3) { transition-delay: .24s; }

.cf-seo__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.cf-seo__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.cf-seo__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }

.cf-faq__list > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.cf-faq__list > .sn-reveal:nth-child(2) { transition-delay: .08s; }
.cf-faq__list > .sn-reveal:nth-child(3) { transition-delay: .16s; }
.cf-faq__list > .sn-reveal:nth-child(4) { transition-delay: .24s; }
.cf-faq__list > .sn-reveal:nth-child(5) { transition-delay: .32s; }

/* Sweets page grids/lists */
.sw-signature__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sw-signature__grid > .sn-reveal:nth-child(2) { transition-delay: .12s; }
.sw-signature__grid > .sn-reveal:nth-child(3) { transition-delay: .24s; }
.sw-signature__grid > .sn-reveal:nth-child(4) { transition-delay: .36s; }

.sw-finest__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sw-finest__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.sw-finest__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.sw-finest__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }

.sw-products__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sw-products__grid > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.sw-products__grid > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.sw-products__grid > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.sw-products__grid > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.sw-products__grid > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.sw-menu__list > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sw-menu__list > .sn-reveal:nth-child(2) { transition-delay: .08s; }
.sw-menu__list > .sn-reveal:nth-child(3) { transition-delay: .16s; }
.sw-menu__list > .sn-reveal:nth-child(4) { transition-delay: .24s; }
.sw-menu__list > .sn-reveal:nth-child(5) { transition-delay: .32s; }
.sw-menu__list > .sn-reveal:nth-child(6) { transition-delay: .4s; }
.sw-menu__list > .sn-reveal:nth-child(7) { transition-delay: .48s; }
.sw-menu__list > .sn-reveal:nth-child(8) { transition-delay: .56s; }

.sw-whychoose__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sw-whychoose__grid > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.sw-whychoose__grid > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.sw-whychoose__grid > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.sw-whychoose__grid > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.sw-whychoose__grid > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.sw-taste__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sw-taste__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.sw-taste__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.sw-taste__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }

.sw-beyond__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sw-beyond__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.sw-beyond__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.sw-beyond__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.sw-beyond__container > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.sw-beyond__container > .sn-reveal:nth-child(6) { transition-delay: .5s; }
.sw-beyond__container > .sn-reveal:nth-child(7) { transition-delay: .6s; }

.sw-cta__inner > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sw-cta__inner > .sn-reveal:nth-child(2) { transition-delay: .12s; }
.sw-cta__inner > .sn-reveal:nth-child(3) { transition-delay: .24s; }

.sw-seo__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sw-seo__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.sw-seo__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }

.sw-faq__list > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.sw-faq__list > .sn-reveal:nth-child(2) { transition-delay: .08s; }
.sw-faq__list > .sn-reveal:nth-child(3) { transition-delay: .16s; }
.sw-faq__list > .sn-reveal:nth-child(4) { transition-delay: .24s; }
.sw-faq__list > .sn-reveal:nth-child(5) { transition-delay: .32s; }

/* Gifts page grids/lists */
.gf-collections__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.gf-collections__grid > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.gf-collections__grid > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.gf-collections__grid > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.gf-collections__grid > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.gf-collections__grid > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.gf-care__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.gf-care__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.gf-care__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.gf-care__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }

.gf-grid__cards > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.gf-grid__cards > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.gf-grid__cards > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.gf-grid__cards > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.gf-grid__cards > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.gf-grid__cards > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.gf-corporate__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.gf-corporate__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.gf-corporate__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.gf-corporate__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.gf-corporate__container > .sn-reveal:nth-child(5) { transition-delay: .4s; }

.gf-custom__features > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.gf-custom__features > .sn-reveal:nth-child(2) { transition-delay: .12s; }
.gf-custom__features > .sn-reveal:nth-child(3) { transition-delay: .24s; }
.gf-custom__features > .sn-reveal:nth-child(4) { transition-delay: .36s; }

.gf-why__feats > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.gf-why__feats > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.gf-why__feats > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.gf-why__feats > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.gf-why__feats > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.gf-why__feats > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.gf-designed__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.gf-designed__grid > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.gf-designed__grid > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.gf-designed__grid > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.gf-designed__grid > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.gf-designed__grid > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.gf-thoughtful__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.gf-thoughtful__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.gf-thoughtful__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.gf-thoughtful__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.gf-thoughtful__container > .sn-reveal:nth-child(5) { transition-delay: .4s; }

.gf-cta__inner > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.gf-cta__inner > .sn-reveal:nth-child(2) { transition-delay: .12s; }
.gf-cta__inner > .sn-reveal:nth-child(3) { transition-delay: .24s; }

.gf-seo__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.gf-seo__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.gf-seo__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.gf-seo__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }

.gf-faq__list > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.gf-faq__list > .sn-reveal:nth-child(2) { transition-delay: .08s; }
.gf-faq__list > .sn-reveal:nth-child(3) { transition-delay: .16s; }
.gf-faq__list > .sn-reveal:nth-child(4) { transition-delay: .24s; }
.gf-faq__list > .sn-reveal:nth-child(5) { transition-delay: .32s; }

/* Events page grids/lists */
.ev-story__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ev-story__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ev-story__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ev-story__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }

.ev-types__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ev-types__grid > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ev-types__grid > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ev-types__grid > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.ev-types__grid > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.ev-types__grid > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.ev-experience__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ev-experience__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ev-experience__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ev-experience__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.ev-experience__container > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.ev-experience__container > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.ev-gallery__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ev-gallery__grid > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ev-gallery__grid > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ev-gallery__grid > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.ev-gallery__grid > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.ev-gallery__grid > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.ev-whycelebrate__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ev-whycelebrate__grid > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ev-whycelebrate__grid > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ev-whycelebrate__grid > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.ev-whycelebrate__grid > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.ev-whycelebrate__grid > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.ev-services__grid > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ev-services__grid > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ev-services__grid > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ev-services__grid > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.ev-services__grid > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.ev-services__grid > .sn-reveal:nth-child(6) { transition-delay: .5s; }

.ev-difference__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ev-difference__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ev-difference__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ev-difference__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.ev-difference__container > .sn-reveal:nth-child(5) { transition-delay: .4s; }

.ev-moments__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ev-moments__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ev-moments__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ev-moments__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }
.ev-moments__container > .sn-reveal:nth-child(5) { transition-delay: .4s; }
.ev-moments__container > .sn-reveal:nth-child(6) { transition-delay: .5s; }
.ev-moments__container > .sn-reveal:nth-child(7) { transition-delay: .6s; }
.ev-moments__container > .sn-reveal:nth-child(8) { transition-delay: .7s; }

.ev-cta__inner > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ev-cta__inner > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ev-cta__inner > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ev-cta__inner > .sn-reveal:nth-child(4) { transition-delay: .3s; }

.ev-seo__container > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ev-seo__container > .sn-reveal:nth-child(2) { transition-delay: .1s; }
.ev-seo__container > .sn-reveal:nth-child(3) { transition-delay: .2s; }
.ev-seo__container > .sn-reveal:nth-child(4) { transition-delay: .3s; }

.ev-faq__list > .sn-reveal:nth-child(1) { transition-delay: 0s; }
.ev-faq__list > .sn-reveal:nth-child(2) { transition-delay: .08s; }
.ev-faq__list > .sn-reveal:nth-child(3) { transition-delay: .16s; }
.ev-faq__list > .sn-reveal:nth-child(4) { transition-delay: .24s; }
.ev-faq__list > .sn-reveal:nth-child(5) { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
    .sn-reveal, .sn-reveal * {
        transition: none !important;
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
    }
    .sn-hero, .sn-hero::before,
    .sn-hero__title, .sn-hero__desc, .sn-hero__btn,
    .ab-hero, .ab-hero::before,
    .ab-hero__logo img, .ab-hero__images > *, .ab-hero__text > *,
    .cf-hero, .cf-hero::before, .cf-hero__inner > *,
    .sw-hero, .sw-hero::before, .sw-hero__inner > *,
    .gf-hero, .gf-hero::before, .gf-hero__inner > *,
    .ev-hero, .ev-hero::before, .ev-hero__inner > *,
    .ct-section::before, .ct-title, .ct-desc, .ct-info-box {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ══════════════════════════════
   HERO SECTION
══════════════════════════════ */
.sn-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Slow Ken Burns zoom on the background, isolated on a pseudo-layer
   so it never affects the centered content on top of it. */
.sn-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: sn-hero-kenburns 18s ease-in-out infinite alternate;
}

/* Darkening overlay so white text stays legible over bright photos */
.sn-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.55) 100%);
    pointer-events: none;
}

@keyframes sn-hero-kenburns {
    from { transform: scale(1); }
    to   { transform: scale(1.12); }
}

@keyframes sn-hero-fade-up {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* content wrapper */
.sn-hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 40px 24px;
    max-width: 820px;
    width: 100%;
}

/* Title */
.sn-hero__title {
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 20px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.45);
    opacity: 0;
    animation: sn-hero-fade-up 0.9s ease forwards;
    animation-delay: 0.2s;
}

/* Description */
.sn-hero__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 8px rgba(0,0,0,0.4);
    opacity: 0;
    animation: sn-hero-fade-up 0.9s ease forwards;
    animation-delay: 0.45s;
}

/* Button */
.sn-hero__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border: 1.5px solid #ffffff;
    padding: 13px 44px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: background 0.25s, color 0.25s;
    background: transparent;
    opacity: 0;
    animation: sn-hero-fade-up 0.9s ease forwards;
    animation-delay: 0.7s;
}

.sn-hero__btn:hover {
    background: #ffffff;
    color: #1a1a2e;
}

/* Responsive */
@media (max-width: 768px) {
    .sn-hero__title { font-size: 36px; }
    .sn-hero__desc  { font-size: 16px; }
}

/* ══════════════════════════════
   REASONS SECTION
══════════════════════════════ */
.sn-reasons {
    padding: 80px 0 100px;
    background: #ffffff;
}

.sn-reasons__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */
.sn-reasons__header {
    text-align: center;
    margin-bottom: 60px;
}

.sn-reasons__label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a1a2e;
    margin-bottom: 16px;
}

.sn-reasons__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;

    /* Gradient text */
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* spans inherit the gradient — no individual colors needed */
.sn-reasons__title--dark,
.sn-reasons__title--gold {
    /* intentionally empty */
}

.sn-reasons__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto;
}

/* Grid */
.sn-reasons__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* Card */
.sn-reasons__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sn-reasons__card-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 24px;
}

.sn-reasons__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.sn-reasons__card:hover .sn-reasons__card-img img {
    transform: scale(1.04);
}

.sn-reasons__img-placeholder {
    width: 100%;
    height: 100%;
    background: #f0ede8;
}

.sn-reasons__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #D4AF66;
    margin-bottom: 12px;
    line-height: 1.3;
}

.sn-reasons__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 24px;
    flex: 1;
}

.sn-reasons__card-btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #070648;
    border: 1px solid #D4AF66;
    padding: 10px 36px;
    text-decoration: none;
    background: transparent;
    transition: background 0.25s, color 0.25s;
    letter-spacing: 0.3px;
    margin-top: auto;
}

.sn-reasons__card-btn:hover {
    background: #D4AF66;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 900px) {
    .sn-reasons__grid  { grid-template-columns: 1fr 1fr; gap: 32px; }
    .sn-reasons__title { font-size: 36px; }
}

@media (max-width: 600px) {
    .sn-reasons__grid  { grid-template-columns: 1fr; }
    .sn-reasons__title { font-size: 28px; }
}

/* ══════════════════════════════
   SEASONAL SECTION
══════════════════════════════ */
.sn-seasonal {
    padding: 80px 0 100px;
    background: #ffffff;
}

.sn-seasonal__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* ── Left column ── */
.sn-seasonal__left {
    display: flex;
    flex-direction: column;
}

.sn-seasonal__img-small {
    width: 280px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 36px;
    flex-shrink: 0;
}

.sn-seasonal__img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sn-seasonal__text {
    max-width: 460px;
}

.sn-seasonal__label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.sn-seasonal__title {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;

    /* Gradient text */
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sn-seasonal__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1.75;
    margin-bottom: 28px;
}

.sn-seasonal__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #070648;
    border: 1px solid #D4AF66;
    padding: 10px 36px;
    text-decoration: none;
    background: transparent;
    transition: background 0.25s, color 0.25s;
    letter-spacing: 0.3px;
    align-self: flex-start;
}

.sn-seasonal__btn:hover {
    background: #D4AF66;
    color: #ffffff;
}

/* ── Right column ── */
.sn-seasonal__right {
    width: 100%;
}

.sn-seasonal__img-large {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.sn-seasonal__img-placeholder {
    width: 100%;
    height: 480px;
    background: #f0ede8;
}

/* Responsive */
@media (max-width: 900px) {
    .sn-seasonal__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .sn-seasonal__img-small { width: 100%; }
    .sn-seasonal__title     { font-size: 32px; }
}

/* ══════════════════════════════
   TESTIMONIALS SECTION
══════════════════════════════ */
.sn-testi {
    padding: 80px 0 100px;
    background: #ffffff;
}

.sn-testi__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

.sn-testi__header {
    text-align: center;
    margin-bottom: 60px;
}

.sn-testi__title {
    font-family: 'Roboto', sans-serif;
    font-size: 52px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 16px;

    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sn-testi__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888888;
    line-height: 1.6;
}

/* Grid */
.sn-testi__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* Card */
.sn-testi__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Avatar */
.sn-testi__avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 14px;
    border: 2px solid #e8e0d0;
    flex-shrink: 0;
}

.sn-testi__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sn-testi__avatar-placeholder {
    width: 100%;
    height: 100%;
    background: #f0ede8;
}

.sn-testi__name {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.sn-testi__role {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 20px;
}

.sn-testi__quote {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
    .sn-testi__grid  { grid-template-columns: 1fr 1fr; gap: 32px; }
    .sn-testi__title { font-size: 38px; }
}

@media (max-width: 600px) {
    .sn-testi__grid  { grid-template-columns: 1fr; }
    .sn-testi__title { font-size: 30px; }
}

/* ══════════════════════════════
   STEPS SECTION
══════════════════════════════ */
.sn-steps {
    background: #ffffff;
    padding: 80px 0 90px;
}

.sn-steps__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header */
.sn-steps__header {
    text-align: center;
    margin-bottom: 52px;
}

.sn-steps__label {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 18px;
}

.sn-steps__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sn-steps__title--dark {
    color: #070648;
}

.sn-steps__title--gradient {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sn-steps__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

/* Center image */
.sn-steps__img-wrap {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 60px;
}

.sn-steps__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.sn-steps__img-placeholder {
    width: 100%;
    height: 420px;
    background: #f0ede8;
    border-radius: 12px;
    margin-bottom: 60px;
}

/* Steps grid */
.sn-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.sn-steps__step {
    text-align: center;
    padding-top: 28px;
    border-top: 1px solid #e0dbd0;
}

.sn-steps__step-title {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #D4AF66;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

.sn-steps__step-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 900px) {
    .sn-steps__title  { font-size: 36px; }
    .sn-steps__grid   { grid-template-columns: 1fr; gap: 28px; }
    .sn-steps__step   { text-align: left; }
}

@media (max-width: 600px) {
    .sn-steps__title  { font-size: 28px; }
    .sn-steps__container { padding: 0 20px; }
}

/* ══════════════════════════════
   GALLERY / VISUAL TOUR SECTION
══════════════════════════════ */
.sn-gallery {
    background: #ffffff;
    padding: 80px 0 60px;
}

.sn-gallery__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.sn-gallery__header {
    margin-bottom: 40px;
}

.sn-gallery__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 12px;
}

.sn-gallery__title--dark {
    color: #070648;
}

.sn-gallery__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sn-gallery__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
}

/* Slider */
.sn-gallery__slider-wrap {
    overflow: hidden;
    width: 100%;
}

.sn-gallery__track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    will-change: transform;
}

.sn-gallery__slide {
    flex: 0 0 calc(50% - 10px);
    min-width: calc(50% - 10px);
    border-radius: 8px;
    overflow: hidden;
}

.sn-gallery__slide img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

/* Footer: dots + arrows */
.sn-gallery__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
}

.sn-gallery__dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sn-gallery__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0ccc4;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.3s;
}

.sn-gallery__dot.active {
    background: #070648;
}

.sn-gallery__arrows {
    display: flex;
    gap: 10px;
}

.sn-gallery__arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background: #ffffff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.sn-gallery__arrow:hover {
    background: #070648;
    color: #ffffff;
    border-color: #070648;
}

@media (max-width: 900px) {
    .sn-gallery__slide            { flex: 0 0 calc(80% - 10px); min-width: calc(80% - 10px); }
    .sn-gallery__slide img        { height: 280px; }
    .sn-gallery__title            { font-size: 36px; }
}

@media (max-width: 600px) {
    .sn-gallery__slide            { flex: 0 0 calc(100% - 0px); min-width: 100%; }
    .sn-gallery__slide img        { height: 220px; }
    .sn-gallery__title            { font-size: 28px; }
    .sn-gallery__container        { padding: 0 20px; }
}

/* ══════════════════════════════
   CTA / EXPERIENCE SECTION
══════════════════════════════ */
.sn-cta {
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    padding: 70px 0;
}

.sn-cta__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.sn-cta__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    color: #070648;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sn-cta__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 32px;
}

.sn-cta__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #070648;
    border: 1px solid #070648;
    padding: 10px 28px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.sn-cta__btn:hover {
    background: #070648;
    color: #ffffff;
}

.sn-cta__img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.sn-cta__img-placeholder {
    width: 100%;
    height: 380px;
    background: #f0ede8;
    border-radius: 6px;
}

@media (max-width: 900px) {
    .sn-cta__container { grid-template-columns: 1fr; gap: 36px; }
    .sn-cta__title     { font-size: 36px; }
    .sn-cta__img       { height: 260px; }
    .sn-cta__img-placeholder { height: 260px; }
}

@media (max-width: 600px) {
    .sn-cta__title     { font-size: 28px; }
    .sn-cta__container { padding: 0 20px; }
}

/* ══════════════════════════════
   WHY CHOOSE SECTION
══════════════════════════════ */
.sn-why {
    background: #f9f7f3;
    padding: 80px 0 90px;
}

.sn-why__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

.sn-why__header {
    text-align: center;
    margin-bottom: 56px;
}

.sn-why__label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a1a2e;
    margin-bottom: 16px;
}

.sn-why__title {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 18px;
}

.sn-why__title--dark { color: #070648; }

.sn-why__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sn-why__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto;
}

.sn-why__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.sn-why__feature {
    text-align: center;
    padding: 28px 20px;
    background: #ffffff;
    border: 1px solid #eee6d8;
}

.sn-why__feature-title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #D4AF66;
    margin-bottom: 10px;
}

.sn-why__feature-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .sn-why__grid  { grid-template-columns: 1fr 1fr; gap: 24px; }
    .sn-why__title { font-size: 34px; }
}

@media (max-width: 600px) {
    .sn-why__grid  { grid-template-columns: 1fr; }
    .sn-why__title { font-size: 26px; }
}

/* ══════════════════════════════
   SIGNATURE EXPERIENCES SECTION
══════════════════════════════ */
.sn-sig {
    background: #ffffff;
    padding: 80px 0 90px;
}

.sn-sig__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

.sn-sig__header {
    text-align: center;
    margin-bottom: 56px;
}

.sn-sig__title {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 18px;
}

.sn-sig__title--dark { color: #070648; }

.sn-sig__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sn-sig__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto;
}

.sn-sig__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.sn-sig__card {
    text-align: center;
    padding: 36px 24px;
    border: 1px solid #eeeeee;
    transition: opacity 0.6s ease, transform 0.65s cubic-bezier(.34,1.56,.64,1), border-color 0.25s ease;
}

.sn-sig__card:hover {
    border-color: #D4AF66;
    transform: translateY(-4px);
}

.sn-sig__icon {
    display: block;
    font-size: 34px;
    margin-bottom: 18px;
    transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}

.sn-sig__card:hover .sn-sig__icon {
    transform: scale(1.2) rotate(-8deg);
}

.sn-sig__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #070648;
    margin-bottom: 10px;
}

.sn-sig__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .sn-sig__grid  { grid-template-columns: 1fr 1fr; gap: 24px; }
    .sn-sig__title { font-size: 34px; }
}

@media (max-width: 600px) {
    .sn-sig__grid  { grid-template-columns: 1fr; }
    .sn-sig__title { font-size: 26px; }
}

/* ══════════════════════════════
   SEO CONTENT SECTION
══════════════════════════════ */
.sn-seo {
    background: #f9f7f3;
    padding: 80px 0;
}

.sn-seo__container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.sn-seo__title {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 300;
    color: #070648;
    line-height: 1.25;
    margin-bottom: 24px;
}

.sn-seo__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 18px;
}

.sn-seo__cta {
    margin-top: 44px;
    padding-top: 44px;
    border-top: 1px solid #e0dbd0;
}

.sn-seo__cta-title {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #070648;
    margin-bottom: 14px;
}

.sn-seo__cta-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 24px;
}

.sn-seo__cta-btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #070648;
    padding: 12px 36px;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background 0.25s;
}

.sn-seo__cta-btn:hover {
    background: #D4AF66;
}

@media (max-width: 600px) {
    .sn-seo__title { font-size: 28px; }
}

/* ══════════════════════════════
   FAQ SECTION
══════════════════════════════ */
.sn-faq {
    background: #ffffff;
    padding: 80px 0 100px;
}

.sn-faq__container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}

.sn-faq__title {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 300;
    color: #070648;
    text-align: center;
    margin-bottom: 44px;
}

.sn-faq__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sn-faq__item {
    border: 1px solid #e5e0d5;
    padding: 18px 22px;
}

.sn-faq__question {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #070648;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sn-faq__question::-webkit-details-marker { display: none; }

.sn-faq__question::after {
    content: '+';
    font-size: 20px;
    color: #D4AF66;
    margin-left: 16px;
    flex-shrink: 0;
    transition: transform 0.25s;
}

.sn-faq__item[open] .sn-faq__question::after {
    transform: rotate(45deg);
}

.sn-faq__answer {
    font-family: 'Roboto', sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
    margin-top: 14px;
}

.sn-faq__item[open] .sn-faq__answer {
    animation: sn-faq-answer-in 0.35s ease;
}

@keyframes sn-faq-answer-in {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
    .sn-faq__title { font-size: 28px; }
}

/* ══════════════════════════════
   HEADER
══════════════════════════════ */
#site-header {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 40px;
    height: 90px;
    max-width: 1400px;
    margin: 0 auto;
}

/* ── Left: Nav ── */
.header-nav {
    display: flex;
    align-items: center;
    gap: 36px;
}

.header-nav ul {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none;
}

.header-nav ul li {
    position: relative;
}

.header-nav ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1a1a2e;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}

.header-nav ul li a:hover {
    color: #b8962e;
}

.header-nav ul li.current-menu-item > a,
.header-nav ul li.current_page_item > a,
.header-nav ul li.current-menu-parent > a,
.header-nav ul li.current_page_parent > a {
    color: #b8962e;
    font-weight: 600;
}

/* dropdown arrow for items with children */
.header-nav ul li.menu-item-has-children > a::after {
    content: '▾';
    font-size: 11px;
    margin-left: 3px;
    color: #1a1a2e;
}

.header-nav ul li.current-menu-item.menu-item-has-children > a::after,
.header-nav ul li.current_page_item.menu-item-has-children > a::after {
    color: #b8962e;
}

/* ── Dropdown ── */
.header-nav ul li .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    min-width: 200px;
    flex-direction: column;
    gap: 0;
    padding: 8px 0;
    z-index: 100;
}

.header-nav ul li:hover > .sub-menu {
    display: flex;
}

.header-nav ul li .sub-menu li a {
    padding: 10px 20px;
    font-size: 15px;
    color: #1a1a2e;
    display: block;
}

.header-nav ul li .sub-menu li a:hover {
    background: #f5f0e8;
    color: #b8962e;
}

/* ── Center: Logo ── */
.header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo a {
    display: block;
    line-height: 0;
}

.header-logo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.header-logo .logo-text {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    text-decoration: none;
}

/* ── Right: Button ── */
.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-btn {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background: #1a1a2e;
    border: none;
    padding: 12px 28px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.header-btn:hover {
    background: #b8962e;
    color: #ffffff;
}

/* ── Mobile button (hidden on desktop) ── */
.mobile-btn-wrap {
    display: none;
}

/* ── Mobile hamburger ── */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1001;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #070648;
    transition: all 0.3s ease;
    transform-origin: center;
}

/* Hamburger turns into sharp X when open */
.nav-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        height: 70px;
        width: 100%;
        box-sizing: border-box;
    }

    .header-logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .header-logo img { width: 54px; height: 54px; }

    .nav-toggle {
        display: flex;
    }

    .header-nav {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        background: #ffffff;
        border-top: 1px solid #e8e8e8;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 24px 32px;
        box-shadow: 0 12px 32px rgba(0,0,0,0.12);
        z-index: 998;
        box-sizing: border-box;
    }

    .header-nav.open { display: flex; }

    .header-nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .header-nav ul li { width: 100%; }

    .header-nav ul li a {
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
    }

    .header-nav ul li .sub-menu {
        position: static;
        box-shadow: none;
        border: none;
        padding-left: 16px;
        display: none;
    }

    .header-nav ul li.open > .sub-menu { display: flex; }

    .header-right { display: none; }

    /* show button inside mobile menu */
    .mobile-btn-wrap {
        display: block;
        margin-top: 16px;
        width: 100%;
    }

    .header-nav .mobile-btn-wrap .header-btn {
        width: 100%;
        text-align: center;
        padding: 13px;
        box-sizing: border-box;
    }
}

/* ══════════════════════════════
   ABOUT PAGE — HERO
══════════════════════════════ */
.ab-hero {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #c9a87c;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

/* Slow Ken Burns zoom on the background, isolated on a pseudo-layer
   so it never affects the content on top of it. */
.ab-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: ab-hero-kenburns 18s ease-in-out infinite alternate;
}

@keyframes ab-hero-kenburns {
    from { transform: scale(1); }
    to   { transform: scale(1.12); }
}

@keyframes ab-hero-fade-up {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

.ab-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(180, 145, 80, 0.35);
    pointer-events: none;
}

.ab-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 60px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

/* Logo */
.ab-hero__logo {
    display: flex;
    justify-content: center;
}

.ab-hero__logo img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    opacity: 0;
    animation: ab-hero-fade-up 0.9s ease forwards;
    animation-delay: 0.1s;
}

/* Two-column body */
.ab-hero__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    width: 100%;
}

/* Left: stacked images */
.ab-hero__images {
    position: relative;
    height: 400px;
}

.ab-hero__images > * {
    opacity: 0;
    animation: ab-hero-fade-up 0.9s ease forwards;
}

.ab-hero__images > *:nth-child(1) { animation-delay: 0.35s; }
.ab-hero__images > *:nth-child(2) { animation-delay: 0.55s; }

.ab-hero__img {
    object-fit: cover;
    border-radius: 4px;
    display: block;
    position: absolute;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}

.ab-hero__img--large {
    width: 62%;
    height: 80%;
    top: 0;
    left: 0;
}

.ab-hero__img--small {
    width: 55%;
    height: 65%;
    bottom: 0;
    right: 0;
}

.ab-hero__img-placeholder {
    position: absolute;
    background: rgba(255,255,255,0.15);
    border-radius: 4px;
}

.ab-hero__img-placeholder.ab-hero__img--large {
    width: 62%;
    height: 80%;
    top: 0;
    left: 0;
}

.ab-hero__img-placeholder.ab-hero__img--small {
    width: 55%;
    height: 65%;
    bottom: 0;
    right: 0;
}

/* Right: text */
.ab-hero__text {
    color: #ffffff;
}

.ab-hero__text > * {
    opacity: 0;
    animation: ab-hero-fade-up 0.9s ease forwards;
}

.ab-hero__text > *:nth-child(1) { animation-delay: 0.35s; }
.ab-hero__text > *:nth-child(2) { animation-delay: 0.55s; }
.ab-hero__text > *:nth-child(3) { animation-delay: 0.7s; }
.ab-hero__text > *:nth-child(4) { animation-delay: 0.85s; }

.ab-hero__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    font-style: normal;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.15;
}

.ab-hero__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255,255,255,0.92);
    line-height: 1.75;
    margin-bottom: 16px;
}

.ab-hero__tagline {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,0.85);
    margin-top: 8px;
}

/* Responsive */
@media (max-width: 900px) {
    .ab-hero__body    { grid-template-columns: 1fr; gap: 40px; }
    .ab-hero__images  { height: 320px; }
    .ab-hero__title   { font-size: 40px; }
    .ab-hero__inner   { padding: 40px 32px 56px; }
}

@media (max-width: 600px) {
    .ab-hero__images  { height: 260px; }
    .ab-hero__title   { font-size: 32px; }
    .ab-hero__inner   { padding: 32px 20px 48px; }
    .ab-hero__logo img { width: 110px; height: 110px; }
}

/* ── About Blocks ── */
.ab-blocks {
    background: #ffffff;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/* shared grid base */
.ab-block {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.ab-block__img-wrap { width: 100%; }

.ab-block__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 24px;
}
.ab-block__title--dark  { color: #070648; }
.ab-block__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ab-block__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1.8;
}

/* ── Block 1: Our Craft — image left, text centered ── */
.ab-block--img-left {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 60px;
    gap: 70px;
}
.ab-block--img-left .ab-block__img,
.ab-block--img-left .ab-block__img-placeholder {
    width: 100%;
    height: 208px;
    object-fit: cover;
    display: block;
}
.ab-block--img-left .ab-block__text { text-align: center; }
.ab-block--img-left .ab-block__desc { text-align: center; }

/* ── Block 2: What Makes Us Different — text left, image bleeds right ── */
.ab-block--img-right {
    max-width: 100%;
    padding: 0;
    gap: 0;
}
.ab-block--img-right .ab-block__text {
    padding-left: max(40px, calc((100vw - 1260px) / 2 + 60px));
    padding-right: 60px;
    text-align: left;
}
.ab-block--img-right .ab-block__desc { text-align: left; }
.ab-block--img-right .ab-block__img,
.ab-block--img-right .ab-block__img-placeholder {
    width: 100%;
    height: 454px;
    object-fit: cover;
    display: block;
}

@media (max-width: 900px) {
    .ab-block--img-left  { grid-template-columns: 1fr; gap: 36px; padding: 0 32px; }
    .ab-block--img-right { grid-template-columns: 1fr; }
    .ab-block--img-right .ab-block__text { padding: 0 32px 36px; }
    .ab-block--img-right .ab-block__img,
    .ab-block--img-right .ab-block__img-placeholder { height: 280px; }
    .ab-block__title { font-size: 36px; }
}
@media (max-width: 600px) {
    .ab-block--img-left  { padding: 0 20px; }
    .ab-block--img-left .ab-block__img,
    .ab-block--img-left .ab-block__img-placeholder { height: 160px; }
    .ab-block--img-right .ab-block__text { padding: 0 20px 28px; }
    .ab-block__title { font-size: 28px; }
    .ab-blocks { padding: 48px 0; gap: 48px; }
}

/* ── About Why Choose ── */
.ab-why {
    padding: 90px 0 80px;
    background: #fff;
}
.ab-why__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.ab-why__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    margin: 0 0 56px;
    line-height: 1.2;
}
.ab-why__title--dark {
    color: #070648;
}
.ab-why__title--gradient {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ab-why__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.ab-why__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
}
.ab-why__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}
.ab-why__card:hover .ab-why__icon {
    transform: scale(1.15) rotate(-6deg);
}
.ab-why__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ab-why__icon--placeholder {
    background: #f0f0f0;
    border-radius: 50%;
}
.ab-why__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin: 0 0 14px;
    line-height: 1.4;
}
.ab-why__card-divider {
    width: 40px;
    height: 1px;
    background: #D4AF66;
    margin: 0 auto 16px;
}
.ab-why__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #070648;
    text-align: center;
    line-height: 1.7;
    margin: 0;
}
.sn-r-img-preview--small { max-width: 100px; }
.sn-r-img-preview--small img { max-width: 80px; max-height: 80px; }
@media (max-width: 900px) {
    .ab-why__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
    .ab-why__grid { grid-template-columns: 1fr; }
    .ab-why__title { font-size: 28px; }
}
.ab-why__intro {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #555555;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto 48px;
}
.ab-why__grid--six { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) {
    .ab-why__grid--six { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
    .ab-why__grid--six { grid-template-columns: 1fr; }
}

/* ── About Banner ── */
.ab-banner {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2a1f3d;
}

/* ── About: Our Story ── */
.ab-story {
    background: #f9f7f3;
    padding: 80px 0;
}
.ab-story__container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.ab-story__label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 16px;
}
.ab-story__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 28px;
}
.ab-story__title--dark { color: #070648; }
.ab-story__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ab-story__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}
@media (max-width: 900px) {
    .ab-story__title { font-size: 36px; }
}
@media (max-width: 600px) {
    .ab-story__title { font-size: 28px; }
}

/* ── About: Our Philosophy ── */
.ab-philosophy {
    background: #ffffff;
    padding: 90px 0;
}
.ab-philosophy__container {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.ab-philosophy__label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 16px;
}
.ab-philosophy__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 32px;
}
.ab-philosophy__title--dark { color: #070648; }
.ab-philosophy__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ab-philosophy__lines {
    margin-bottom: 24px;
}
.ab-philosophy__line {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #070648;
    line-height: 1.9;
}
.ab-philosophy__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin: 24px 0;
}
.ab-philosophy__tagline {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #D4AF66;
    margin-top: 8px;
}
@media (max-width: 900px) {
    .ab-philosophy__title { font-size: 36px; }
}
@media (max-width: 600px) {
    .ab-philosophy__title { font-size: 28px; }
}

/* ── About: Our Values ── */
.ab-values {
    background: #f9f7f3;
    padding: 90px 0;
}
.ab-values__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}
.ab-values__title {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 56px;
}
.ab-values__title--dark { color: #070648; }
.ab-values__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ab-values__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}
.ab-values__card {
    flex: 1 1 320px;
    max-width: 352px;
    background: #ffffff;
    padding: 32px 26px;
    border-top: 3px solid #D4AF66;
    text-align: center;
}
.ab-values__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #070648;
    margin-bottom: 12px;
}
.ab-values__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
}
@media (max-width: 900px) {
    .ab-values__title { font-size: 36px; }
}
@media (max-width: 600px) {
    .ab-values__card { flex-basis: 100%; }
    .ab-values__title { font-size: 28px; }
}

/* ── About: More Than A Destination ── */
.ab-more {
    background: #070648;
    padding: 90px 0;
}
.ab-more__container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.ab-more__line {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.4;
}
.ab-more__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin: 28px 0;
}
.ab-more__tagline {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #D4AF66;
    margin-top: 4px;
}
@media (max-width: 600px) {
    .ab-more__line { font-size: 20px; }
}

/* ── About: CTA ── */
.ab-cta {
    background: #ffffff;
    padding: 90px 0;
    text-align: center;
}
.ab-cta__container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}
.ab-cta__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 18px;
}
.ab-cta__title--dark { color: #070648; }
.ab-cta__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ab-cta__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 32px;
}
.ab-cta__btns {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.ab-cta__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 36px;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background 0.25s, color 0.25s;
}
.ab-cta__btn--primary {
    background: #070648;
    color: #ffffff;
}
.ab-cta__btn--primary:hover { background: #D4AF66; }
.ab-cta__btn--secondary {
    border: 1px solid #070648;
    color: #070648;
    background: transparent;
}
.ab-cta__btn--secondary:hover { background: #070648; color: #ffffff; }
@media (max-width: 900px) {
    .ab-cta__title { font-size: 36px; }
}
@media (max-width: 600px) {
    .ab-cta__title { font-size: 28px; }
}

/* ── About: SEO Content ── */
.ab-seo {
    background: #f9f7f3;
    padding: 80px 0;
}
.ab-seo__container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.ab-seo__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.ab-seo__title--dark { color: #070648; }
.ab-seo__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ab-seo__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}
@media (max-width: 900px) {
    .ab-seo__title { font-size: 36px; }
}
@media (max-width: 600px) {
    .ab-seo__title { font-size: 28px; }
}

/* ── About: FAQ ── */
.ab-faq {
    background: #ffffff;
    padding: 80px 0 100px;
}
.ab-faq__container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}
.ab-faq__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 44px;
}
.ab-faq__title--dark { color: #070648; }
.ab-faq__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ab-faq__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.ab-faq__item {
    border: 1px solid #e5e0d5;
    padding: 18px 22px;
}
.ab-faq__question {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #070648;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ab-faq__question::-webkit-details-marker { display: none; }
.ab-faq__question::after {
    content: '+';
    font-size: 20px;
    color: #D4AF66;
    margin-left: 16px;
    flex-shrink: 0;
    transition: transform 0.25s;
}
.ab-faq__item[open] .ab-faq__question::after { transform: rotate(45deg); }
.ab-faq__answer {
    font-family: 'Roboto', sans-serif;
    font-size: 14.5px;
    color: #555555;
    line-height: 1.7;
    margin-top: 14px;
}
.ab-faq__item[open] .ab-faq__answer {
    animation: sn-faq-answer-in 0.35s ease;
}
@media (max-width: 900px) {
    .ab-faq__title { font-size: 36px; }
}
@media (max-width: 600px) {
    .ab-faq__title { font-size: 28px; }
}

/* ══════════════════════════════
   SWEETS PAGE
══════════════════════════════ */
.sw-hero {
    position: relative;
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2a1f3d;
    overflow: hidden;
}

/* Slow Ken Burns zoom on the background, isolated on a pseudo-layer
   so it never affects the content on top of it. */
.sw-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: sw-hero-kenburns 18s ease-in-out infinite alternate;
}

@keyframes sw-hero-kenburns {
    from { transform: scale(1); }
    to   { transform: scale(1.12); }
}

@keyframes sw-hero-fade-up {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

.sw-hero__overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(20, 10, 40, 0.55); */
}
.sw-hero__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 720px;
    padding: 80px 32px;
}

.sw-hero__inner > * {
    opacity: 0;
    animation: sw-hero-fade-up 0.9s ease forwards;
}

.sw-hero__inner > *:nth-child(1) { animation-delay: 0.2s; }
.sw-hero__inner > *:nth-child(2) { animation-delay: 0.4s; }
.sw-hero__inner > *:nth-child(3) { animation-delay: 0.6s; }
.sw-hero__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 24px;
}
.sw-hero__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.88);
    line-height: 1.8;
    margin: 0;
}
.sw-hero__btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
}
.sw-hero__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 36px;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background 0.25s, color 0.25s;
}
.sw-hero__btn--primary { background: #ffffff; color: #070648; }
.sw-hero__btn--primary:hover { background: #D4AF66; color: #ffffff; }
.sw-hero__btn--secondary { border: 1.5px solid #ffffff; color: #ffffff; background: transparent; }
.sw-hero__btn--secondary:hover { background: #ffffff; color: #070648; }
@media (max-width: 600px) {
    .sw-hero { min-height: 360px; }
    .sw-hero__title { font-size: 32px; }
}

/* ── Sweets Intro Section (Side-by-Side) ── */
.sw-intro {
    padding: 90px 0;
    background: #ffffff;
}

.sw-intro__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.sw-intro__img-wrap {
    width: 100%;
    height: 460px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(7, 6, 72, 0.08);
    position: relative;
}

.sw-intro__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.sw-intro__img-wrap:hover .sw-intro__img {
    transform: scale(1.04);
}

.sw-intro__img-placeholder {
    width: 100%;
    height: 100%;
    background: #f0ede8;
    border-radius: 12px;
}

.sw-intro__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sw-intro__label {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 14px;
}

.sw-intro__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    line-height: 1.2;
    margin: 0 0 24px;
}

.sw-intro__title--dark {
    color: #070648;
}

.sw-intro__title--gradient {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sw-intro__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1.8;
    margin: 0 0 18px;
}

.sw-intro__desc:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .sw-intro {
        padding: 60px 0;
    }
    .sw-intro__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .sw-intro__img-wrap {
        height: 340px;
    }
    .sw-intro__title {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .sw-intro__img-wrap {
        height: 260px;
    }
    .sw-intro__title {
        font-size: 28px;
    }
}

/* ── Sweets CTA ── */
.sw-cta {
    background: #070648;
    padding: 90px 32px;
    text-align: center;
}
.sw-cta__inner {
    max-width: 800px;
    margin: 0 auto;
}
.sw-cta__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 28px;
}
.sw-cta__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
    margin-bottom: 40px;
}
.sw-cta__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #D4AF66;
    padding: 12px 40px;
    text-decoration: none;
    transition: background 0.25s, color 0.25s;
}
.sw-cta__btn:hover {
    background: #D4AF66;
    color: #070648;
}
.sw-cta__btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.sw-cta__btn--outline {
    border: 1px solid rgba(255,255,255,0.5);
}
.sw-cta__btn--outline:hover {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    border-color: #ffffff;
}
@media (max-width: 600px) {
    .sw-cta__title { font-size: 32px; }
}

/* ── Sweets Occasions ── */
.sw-occasions {
    padding: 80px 0 90px;
    background: #fff;
}
.sw-occasions__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
}
.sw-occasions__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.2;
}
.sw-occasions__title--dark {
    color: #070648;
}
.sw-occasions__title--gradient {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sw-occasions__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #D4AF66;
    text-align: center;
    margin-bottom: 14px;
}
.sw-occasions__intro {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
    line-height: 1.7;
}
.sw-occasions__grid {
    display: flex;
    gap: 10px;
    height: 440px;
    border-radius: 16px;
    overflow: hidden;
}
.sw-occ-card {
    position: relative;
    flex: 1;
    min-width: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e0d8cc;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sw-occasions__grid:hover .sw-occ-card { flex: 1; }
.sw-occasions__grid .sw-occ-card:hover { flex: 4.5; }
.sw-occ-card__overlay {
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7,6,72,0.92) 0%, rgba(7,6,72,0.25) 45%, rgba(7,6,72,0.05) 100%);
}
.sw-occ-card__label {
    position: relative;
    z-index: 1;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    padding: 0 20px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sw-occ-card__desc {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    min-width: 260px;
    font-family: 'Roboto', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
    text-align: left;
    padding: 0 20px 24px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(6px);
    transition: opacity 0.35s ease 0.15s, transform 0.35s ease 0.15s, max-height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sw-occasions__grid .sw-occ-card:hover .sw-occ-card__desc {
    opacity: 1;
    max-height: 160px;
    transform: translateY(0);
}
@media (max-width: 900px) {
    .sw-occasions__grid { height: 380px; }
}
@media (max-width: 640px) {
    .sw-occasions__grid {
        flex-direction: column;
        height: auto;
    }
    .sw-occ-card {
        height: 76px;
        flex: none;
        transition: height 0.5s ease;
    }
    .sw-occasions__grid .sw-occ-card:hover { flex: none; height: 260px; }
    .sw-occ-card__desc { min-width: 0; }
    .sw-occasions__title { font-size: 32px; }
}

/* ── Sweets Menu List ── */
.sw-menu {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 90px;
}
.sw-menu__overlay {
    display: none;
}
.sw-menu__inner {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
}
.sw-menu__title {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    margin-bottom: 56px;
    line-height: 1.2;
}
.sw-menu__list {
    display: flex;
    flex-direction: column;
}
.sw-menu__item {
    padding: 28px 0 0;
}
.sw-menu__item-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 24px;
    margin-bottom: 10px;
}
.sw-menu__item-name {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #000000;
    line-height: 1.2;
}
.sw-menu__item-price {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    white-space: nowrap;
}
.sw-menu__item-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    margin: 0 0 20px;
    width: 89%;
}
.sw-menu__item-divider {
    height: 1px;
    background: rgba(0,0,0,0.15);
    margin-top: 4px;
}
@media (max-width: 600px) {
    .sw-menu__item-name,
    .sw-menu__item-price { font-size: 22px; }
    .sw-menu__title { font-size: 28px; }
}

/* ── Sweets Products Grid ── */
.sw-products {
    padding: 80px 0 90px;
    background: #fff;
}
.sw-products__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
}
.sw-products__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 56px;
    line-height: 1.2;
}
.sw-products__title--dark {
    color: #070648;
}
.sw-products__title--gradient {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sw-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
}
.sw-product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sw-product-card__img-wrap {
    width: 100%;
    margin-bottom: 20px;
}
.sw-product-card__img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}
.sw-product-card__img-placeholder {
    width: 100%;
    height: 260px;
    background: #f0ede8;
}
.sw-product-card__name {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #D4AF66;
    text-align: center;
    margin-bottom: 8px;
}
.sw-product-card__price {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    text-align: center;
}
@media (max-width: 900px) {
    .sw-products__grid { grid-template-columns: repeat(2, 1fr); }
    .sw-products__title { font-size: 36px; }
}
@media (max-width: 540px) {
    .sw-products__grid { grid-template-columns: 1fr; }
    .sw-products__title { font-size: 28px; }
}

/* ── Sweets: Our Signature Collection ── */
.sw-signature {
    background: #f9f7f3;
    padding: 90px 0;
}
.sw-signature__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.sw-signature__label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 16px;
}
.sw-signature__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 48px;
}
.sw-signature__title--dark { color: #070648; }
.sw-signature__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sw-signature__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.sw-signature__card {
    background: #ffffff;
    padding: 32px 22px;
    border-top: 3px solid #D4AF66;
    text-align: left;
}
.sw-signature__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #070648;
    margin-bottom: 10px;
}
.sw-signature__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
}
@media (max-width: 900px) {
    .sw-signature__title { font-size: 36px; }
    .sw-signature__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .sw-signature__title { font-size: 28px; }
    .sw-signature__grid { grid-template-columns: 1fr; }
}

/* ── Sweets: Made with the Finest Ingredients ── */
.sw-finest {
    background: #ffffff;
    padding: 90px 0;
}
.sw-finest__container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.sw-finest__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.sw-finest__title--dark { color: #070648; }
.sw-finest__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sw-finest__intro {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-style: italic;
    color: #070648;
    margin-bottom: 20px;
}
.sw-finest__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}
@media (max-width: 900px) { .sw-finest__title { font-size: 36px; } }
@media (max-width: 600px) { .sw-finest__title { font-size: 28px; } }

/* ── Sweets: Why Choose Studio Nazrana Sweets ── */
.sw-whychoose {
    background: #f9f7f3;
    padding: 90px 0;
}
.sw-whychoose__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.sw-whychoose__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 48px;
}
.sw-whychoose__title--dark { color: #070648; }
.sw-whychoose__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sw-whychoose__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}
.sw-whychoose__card {
    flex: 1 1 300px;
    max-width: 320px;
    background: #ffffff;
    padding: 32px 22px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(7, 6, 72, 0.06);
    transition: opacity 0.6s ease, transform 0.65s cubic-bezier(.34,1.56,.64,1), box-shadow 0.3s ease;
}
.sw-whychoose__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(7, 6, 72, 0.12);
}
.sw-whychoose__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D4AF66 0%, #b8903f 100%);
    font-size: 26px;
    box-shadow: 0 8px 20px rgba(212, 175, 102, 0.35);
    transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}
.sw-whychoose__card:hover .sw-whychoose__icon {
    transform: scale(1.15) rotate(-6deg);
}
.sw-whychoose__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #070648;
    margin-bottom: 10px;
}
.sw-whychoose__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
}
@media (max-width: 900px) { .sw-whychoose__title { font-size: 36px; } }
@media (max-width: 600px) {
    .sw-whychoose__title { font-size: 28px; }
    .sw-whychoose__card { flex-basis: 100%; }
}

/* ── Sweets: Sweet Collections for Every Taste ── */
.sw-taste {
    background: #ffffff;
    padding: 80px 0;
}
.sw-taste__container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.sw-taste__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.sw-taste__title--dark { color: #070648; }
.sw-taste__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sw-taste__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}
@media (max-width: 900px) { .sw-taste__title { font-size: 36px; } }
@media (max-width: 600px) { .sw-taste__title { font-size: 28px; } }

/* ── Sweets: A Sweet Experience Beyond Taste ── */
.sw-beyond {
    background: #070648;
    padding: 90px 0;
}
.sw-beyond__container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.sw-beyond__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.sw-beyond__title--dark { color: #ffffff; }
.sw-beyond__title--gold {
    background: linear-gradient(to right, #ffffff 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sw-beyond__intro {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 12px;
}
.sw-beyond__line {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    color: #D4AF66;
    line-height: 1.6;
}
.sw-beyond__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin-top: 24px;
}
@media (max-width: 900px) { .sw-beyond__title { font-size: 36px; } }
@media (max-width: 600px) {
    .sw-beyond__title { font-size: 28px; }
    .sw-beyond__line { font-size: 18px; }
}

/* ── Sweets: SEO Content ── */
.sw-seo {
    background: #f9f7f3;
    padding: 80px 0;
}
.sw-seo__container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.sw-seo__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.sw-seo__title--dark { color: #070648; }
.sw-seo__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sw-seo__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}
@media (max-width: 900px) { .sw-seo__title { font-size: 36px; } }
@media (max-width: 600px) { .sw-seo__title { font-size: 28px; } }

/* ── Sweets: FAQ ── */
.sw-faq {
    background: #ffffff;
    padding: 80px 0 100px;
}
.sw-faq__container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}
.sw-faq__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 44px;
}
.sw-faq__title--dark { color: #070648; }
.sw-faq__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sw-faq__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.sw-faq__item {
    border: 1px solid #e5e0d5;
    padding: 18px 22px;
}
.sw-faq__question {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #070648;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sw-faq__question::-webkit-details-marker { display: none; }
.sw-faq__question::after {
    content: '+';
    font-size: 20px;
    color: #D4AF66;
    margin-left: 16px;
    flex-shrink: 0;
    transition: transform 0.25s;
}
.sw-faq__item[open] .sw-faq__question::after { transform: rotate(45deg); }
.sw-faq__answer {
    font-family: 'Roboto', sans-serif;
    font-size: 14.5px;
    color: #555555;
    line-height: 1.7;
    margin-top: 14px;
}
.sw-faq__item[open] .sw-faq__answer {
    animation: sn-faq-answer-in 0.35s ease;
}
@media (max-width: 900px) { .sw-faq__title { font-size: 36px; } }
@media (max-width: 600px) { .sw-faq__title { font-size: 28px; } }

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
#site-footer {
    background: #D4AF66;
    color: #070648;
}

.footer-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

/* Logo */
.footer-logo a {
    display: inline-block;
    text-decoration: none;
}

.footer-logo img,
.footer-logo .custom-logo {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.footer-logo__text {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #070648;
    text-decoration: none;
}

/* Nav */
.footer-nav { text-align: center; }

.footer-nav__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 36px;
    margin: 0;
    padding: 0;
}

.footer-nav__list li a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #070648;
    text-decoration: none;
    transition: opacity 0.2s;
}

.footer-nav__list li a:hover { opacity: 0.7; }

/* Sub-menu hidden in footer */
.footer-nav__list .sub-menu { display: none; }

/* Social icons */
.footer-social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #070648;
    text-decoration: none;
    transition: opacity 0.2s;
}

.footer-social__link:hover { opacity: 0.7; }

.footer-social__link svg {
    width: 26px;
    height: 26px;
    display: block;
}

/* Bottom bar */
.footer-bottom {
    border-top: 1px solid rgba(7,6,72,0.15);
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 28px;
    text-align: center;
}

.footer-bottom__copy {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #070648;
}

.footer-bottom__links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 24px;
}

.footer-bottom__links a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #070648;
    text-decoration: underline;
    transition: opacity 0.2s;
}

.footer-bottom__links a:hover { opacity: 0.7; }

@media (max-width: 600px) {
    .footer-inner        { padding: 48px 20px 32px; gap: 28px; }
    .footer-logo img,
    .footer-logo .custom-logo { width: 120px; height: 120px; }
    .footer-nav__list    { gap: 8px 20px; }
    .footer-bottom       { padding: 16px 20px; flex-direction: column; gap: 10px; }
}


/* ══════════════════════════════════════════
   GIFTS PAGE
══════════════════════════════════════════ */

/* ── Gifts Hero ── */
.gf-hero {
    position: relative;
    width: 100%;
    min-height: 470px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Slow Ken Burns zoom on the background, isolated on a pseudo-layer
   so it never affects the content on top of it. */
.gf-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: gf-hero-kenburns 18s ease-in-out infinite alternate;
}

@keyframes gf-hero-kenburns {
    from { transform: scale(1); }
    to   { transform: scale(1.12); }
}

@keyframes gf-hero-fade-up {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

.gf-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 6, 40, 0.72);
}

.gf-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    padding: 80px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.gf-hero__inner > * {
    opacity: 0;
    animation: gf-hero-fade-up 0.9s ease forwards;
}

.gf-hero__inner > *:nth-child(1) { animation-delay: 0.2s; }
.gf-hero__inner > *:nth-child(2) { animation-delay: 0.4s; }
.gf-hero__inner > *:nth-child(3) { animation-delay: 0.55s; }
.gf-hero__inner > *:nth-child(4) { animation-delay: 0.7s; }
.gf-hero__inner > *:nth-child(5) { animation-delay: 0.85s; }

.gf-hero__logo {
    margin-bottom: 40px;
}

.gf-hero__logo img {
    width: 130px;
    height: auto;
}

.gf-hero__title {
    font-family: 'Roboto', sans-serif;
    font-size: 56px;
    font-weight: 300 !important;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 20px;
}

.gf-hero__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 32px;
    opacity: 0.92;
}

.gf-hero__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.75;
    margin: 0 0 16px;
    opacity: 0.85;
    max-width: 680px;
}

.gf-hero__desc:last-child { margin-bottom: 0; }

.gf-hero__btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
}
.gf-hero__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 36px;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background 0.25s, color 0.25s;
}
.gf-hero__btn--primary { background: #ffffff; color: #070648; }
.gf-hero__btn--primary:hover { background: #D4AF66; color: #ffffff; }
.gf-hero__btn--secondary { border: 1.5px solid #ffffff; color: #ffffff; background: transparent; }
.gf-hero__btn--secondary:hover { background: #ffffff; color: #070648; }

@media (max-width: 768px) {
    .gf-hero__title    { font-size: 36px; }
    .gf-hero__subtitle { font-size: 18px; }
    .gf-hero__inner    { padding: 60px 24px; }
    .gf-hero__btns     { justify-content: center; }
}

/* ── Gifts Intro Section (Side-by-Side) ── */
.gf-intro {
    padding: 90px 0;
    background: #ffffff;
}

.gf-intro__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.gf-intro__img-wrap {
    width: 100%;
    height: 460px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(7, 6, 72, 0.08);
    position: relative;
}

.gf-intro__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.gf-intro__img-wrap:hover .gf-intro__img {
    transform: scale(1.04);
}

.gf-intro__img-placeholder {
    width: 100%;
    height: 100%;
    background: #f0ede8;
    border-radius: 12px;
}

.gf-intro__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gf-intro__label {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 14px;
}

.gf-intro__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    line-height: 1.2;
    margin: 0 0 24px;
}

.gf-intro__title--dark {
    color: #070648;
}

.gf-intro__title--gradient {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gf-intro__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1.8;
    margin: 0 0 18px;
}

.gf-intro__desc:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .gf-intro {
        padding: 60px 0;
    }
    .gf-intro__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .gf-intro__img-wrap {
        height: 340px;
    }
    .gf-intro__title {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .gf-intro__img-wrap {
        height: 260px;
    }
    .gf-intro__title {
        font-size: 28px;
    }
}

/* ── Gifts Grid ── */
.gf-grid {
    padding: 80px 0;
    background: #ffffff;
}

.gf-grid__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

.gf-grid__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    text-align: center;
    margin: 0 0 56px;
    line-height: 1.2;
}

.gf-grid__title--dark {
    color: #070648;
}

.gf-grid__title--gradient {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gf-grid__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
}

.gf-card {
    display: flex;
    flex-direction: column;
}

.gf-card__img-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 16px;
}

.gf-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gf-card__img-placeholder {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
}

.gf-card__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.gf-card__name {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #D4AF66;
    margin: 0;
    line-height: 1.3;
}

.gf-card__btn {
    flex-shrink: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #070648;
    border: 1px solid #D4AF66;
    padding: 6px 18px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.gf-card__btn:hover {
    background: #070648;
    color: #ffffff;
}

.gf-card__price {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    margin: 0;
}

@media (max-width: 900px) {
    .gf-grid__cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
    .gf-grid__cards { grid-template-columns: 1fr; }
    .gf-grid__title { font-size: 32px; }
}

/* ── Gifts Custom ── */
.gf-custom {
    background: #D4AF66;
    padding: 60px 0;
}

.gf-custom__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    gap: 48px;
}

.gf-custom__title {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 300 !important;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 20px;
}

.gf-custom__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
}

.gf-custom__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
}

.gf-custom__feat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
}

.gf-custom__feat-icon {
    transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}
.gf-custom__feat:hover .gf-custom__feat-icon {
    transform: scale(1.15) rotate(-6deg);
}

.gf-custom__feat-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.gf-custom__feat-label {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}

@media (max-width: 768px) {
    .gf-custom__inner { grid-template-columns: 1fr; gap: 36px; padding: 0 24px; }
    .gf-custom__title { font-size: 28px; }
}

/* ── Gifts Why ── */
.gf-why {
    position: relative;
    background: #f5f4f2;
    background-size: cover;
    background-position: center;
    padding: 72px 0;
}

.gf-why__overlay {
    position: absolute;
    inset: 0;
    background: rgba(245, 244, 242, 0.88);
}

.gf-why__inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
}

.gf-why__title {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 300 !important;
    color: #070648;
    line-height: 1.25;
    margin: 0 0 56px;
}

.gf-why__feats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
}

.gf-why__feat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.gf-why__feat-icon {
    font-size: 40px;
    line-height: 1;
    transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}
.gf-why__feat:hover .gf-why__feat-icon {
    transform: scale(1.15) rotate(-6deg);
}

.gf-why__feat-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.gf-why__feat-label {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #444444;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .gf-why__feats { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .gf-why__title { font-size: 28px; }
}

@media (max-width: 480px) {
    .gf-why__feats { grid-template-columns: 1fr 1fr; }
}

/* ── Gifts CTA ── */
.gf-cta {
    background: #070648;
    padding: 80px 32px;
    text-align: center;
}

.gf-cta__inner {
    max-width: 760px;
    margin: 0 auto;
}

.gf-cta__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 28px;
}

.gf-cta__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.75;
    margin: 0 0 40px;
    opacity: 0.9;
}

.gf-cta__btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.gf-cta__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #D4AF66;
    padding: 12px 40px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.gf-cta__btn:hover {
    background: #ffffff;
    color: #070648;
}

.gf-cta__btn--outline {
    border: 1px solid rgba(255,255,255,0.5);
}
.gf-cta__btn--outline:hover {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    border-color: #ffffff;
}

@media (max-width: 768px) {
    .gf-cta__title { font-size: 32px; }
}

/* ── Gifts: Explore Our Gift Collections ── */
.gf-collections {
    background: #f9f7f3;
    padding: 90px 0;
}
.gf-collections__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.gf-collections__label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 16px;
}
.gf-collections__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 48px;
}
.gf-collections__title--dark { color: #070648; }
.gf-collections__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gf-collections__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.gf-collections__card {
    background: #ffffff;
    padding: 32px 24px;
    border-top: 3px solid #D4AF66;
    text-align: left;
}
.gf-collections__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #070648;
    margin-bottom: 10px;
}
.gf-collections__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
}
@media (max-width: 900px) {
    .gf-collections__title { font-size: 36px; }
    .gf-collections__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .gf-collections__title { font-size: 28px; }
    .gf-collections__grid { grid-template-columns: 1fr; }
}

/* ── Gifts: Crafted with Care, Presented with Elegance ── */
.gf-care {
    background: #ffffff;
    padding: 90px 0;
}
.gf-care__container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.gf-care__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.gf-care__title--dark { color: #070648; }
.gf-care__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gf-care__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}
.gf-care__tagline {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #D4AF66;
    margin-top: 20px;
}
@media (max-width: 900px) { .gf-care__title { font-size: 36px; } }
@media (max-width: 600px) { .gf-care__title { font-size: 28px; } }

/* ── Gifts: Corporate Gifting Made Exceptional ── */
.gf-corporate {
    background: #f9f7f3;
    padding: 90px 0;
}
.gf-corporate__container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.gf-corporate__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.gf-corporate__title--dark { color: #070648; }
.gf-corporate__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gf-corporate__intro {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-style: italic;
    color: #070648;
    margin-bottom: 20px;
}
.gf-corporate__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}
@media (max-width: 900px) { .gf-corporate__title { font-size: 36px; } }
@media (max-width: 600px) { .gf-corporate__title { font-size: 28px; } }

/* ── Gifts: Gifts Designed for Every Celebration ── */
.gf-designed {
    background: #ffffff;
    padding: 90px 0;
}
.gf-designed__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.gf-designed__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 16px;
}
.gf-designed__title--dark { color: #070648; }
.gf-designed__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gf-designed__intro {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #555555;
    max-width: 640px;
    margin: 0 auto 48px;
    line-height: 1.7;
}
.gf-designed__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.gf-designed__card {
    text-align: center;
    padding: 24px 18px;
    border: 1px solid #eee6d8;
}
.gf-designed__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #070648;
    margin-bottom: 10px;
}
.gf-designed__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
}
@media (max-width: 900px) {
    .gf-designed__title { font-size: 36px; }
    .gf-designed__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .gf-designed__title { font-size: 28px; }
    .gf-designed__grid { grid-template-columns: 1fr; }
}

/* ── Gifts: Celebrate Through Thoughtful Giving ── */
.gf-thoughtful {
    background: #070648;
    padding: 90px 0;
}
.gf-thoughtful__container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.gf-thoughtful__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.gf-thoughtful__title--dark { color: #ffffff; }
.gf-thoughtful__title--gold {
    background: linear-gradient(to right, #ffffff 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gf-thoughtful__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
    margin-bottom: 16px;
}
@media (max-width: 900px) { .gf-thoughtful__title { font-size: 36px; } }
@media (max-width: 600px) { .gf-thoughtful__title { font-size: 28px; } }

/* ── Gifts: SEO Content ── */
.gf-seo {
    background: #f9f7f3;
    padding: 80px 0;
}
.gf-seo__container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.gf-seo__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.gf-seo__title--dark { color: #070648; }
.gf-seo__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gf-seo__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}
@media (max-width: 900px) { .gf-seo__title { font-size: 36px; } }
@media (max-width: 600px) { .gf-seo__title { font-size: 28px; } }

/* ── Gifts: FAQ ── */
.gf-faq {
    background: #ffffff;
    padding: 80px 0 100px;
}
.gf-faq__container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}
.gf-faq__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 44px;
}
.gf-faq__title--dark { color: #070648; }
.gf-faq__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gf-faq__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.gf-faq__item {
    border: 1px solid #e5e0d5;
    padding: 18px 22px;
}
.gf-faq__question {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #070648;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gf-faq__question::-webkit-details-marker { display: none; }
.gf-faq__question::after {
    content: '+';
    font-size: 20px;
    color: #D4AF66;
    margin-left: 16px;
    flex-shrink: 0;
    transition: transform 0.25s;
}
.gf-faq__item[open] .gf-faq__question::after { transform: rotate(45deg); }
.gf-faq__answer {
    font-family: 'Roboto', sans-serif;
    font-size: 14.5px;
    color: #555555;
    line-height: 1.7;
    margin-top: 14px;
}
.gf-faq__item[open] .gf-faq__answer {
    animation: sn-faq-answer-in 0.35s ease;
}
@media (max-width: 900px) { .gf-faq__title { font-size: 36px; } }
@media (max-width: 600px) { .gf-faq__title { font-size: 28px; } }


/* ══════════════════════════════════════════
   CAFE PAGE
══════════════════════════════════════════ */

/* ── Cafe Hero ── */
.cf-hero {
    position: relative;
    width: 100%;
    min-height: 520px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Slow Ken Burns zoom on the background, isolated on a pseudo-layer
   so it never affects the content on top of it. */
.cf-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: cf-hero-kenburns 18s ease-in-out infinite alternate;
}

@keyframes cf-hero-kenburns {
    from { transform: scale(1); }
    to   { transform: scale(1.12); }
}

@keyframes cf-hero-fade-up {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

.cf-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    padding: 80px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cf-hero__inner > * {
    opacity: 0;
    animation: cf-hero-fade-up 0.9s ease forwards;
}

.cf-hero__inner > *:nth-child(1) { animation-delay: 0.2s; }
.cf-hero__inner > *:nth-child(2) { animation-delay: 0.4s; }
.cf-hero__inner > *:nth-child(3) { animation-delay: 0.55s; }
.cf-hero__inner > *:nth-child(4) { animation-delay: 0.7s; }
.cf-hero__inner > *:nth-child(5) { animation-delay: 0.85s; }

.cf-hero__title {
    font-family: 'Roboto', sans-serif;
    font-size: 52px;
    font-weight: 300 !important;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 12px;
}

.cf-hero__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 36px;
}

.cf-hero__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.8;
    margin: 0 0 20px;
    max-width: 720px;
}

.cf-hero__desc:last-child { margin-bottom: 0; }

.cf-hero__btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
}
.cf-hero__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 36px;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background 0.25s, color 0.25s;
}
.cf-hero__btn--primary {
    background: #ffffff;
    color: #070648;
}
.cf-hero__btn--primary:hover { background: #D4AF66; color: #ffffff; }
.cf-hero__btn--secondary {
    border: 1.5px solid #ffffff;
    color: #ffffff;
    background: transparent;
}
.cf-hero__btn--secondary:hover { background: #ffffff; color: #070648; }

@media (max-width: 768px) {
    .cf-hero__title    { font-size: 36px; }
    .cf-hero__subtitle { font-size: 20px; }
    .cf-hero__inner    { padding: 60px 24px; }
}

/* ── Cafe Intro Section (Side-by-Side) ── */
.cf-intro {
    padding: 90px 0;
    background: #ffffff;
}

.cf-intro__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.cf-intro__img-wrap {
    width: 100%;
    height: 460px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(7, 6, 72, 0.08);
    position: relative;
}

.cf-intro__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.cf-intro__img-wrap:hover .cf-intro__img {
    transform: scale(1.04);
}

.cf-intro__img-placeholder {
    width: 100%;
    height: 100%;
    background: #f0ede8;
    border-radius: 12px;
}

.cf-intro__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cf-intro__label {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 14px;
}

.cf-intro__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    line-height: 1.2;
    margin: 0 0 24px;
}

.cf-intro__title--dark {
    color: #070648;
}

.cf-intro__title--gradient {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cf-intro__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1.8;
    margin: 0 0 18px;
}

.cf-intro__desc:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .cf-intro {
        padding: 60px 0;
    }
    .cf-intro__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .cf-intro__img-wrap {
        height: 340px;
    }
    .cf-intro__title {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .cf-intro__img-wrap {
        height: 260px;
    }
    .cf-intro__title {
        font-size: 28px;
    }
}

/* ── Cafe Drinks Grid ── */
.cf-drinks {
    padding: 80px 0;
    background: #ffffff;
}

.cf-drinks__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
}

.cf-drinks__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    text-align: center;
    margin: 0 0 52px;
    line-height: 1.2;
}

.cf-drinks__title--dark {
    color: #070648;
}

.cf-drinks__title--gradient {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cf-drinks__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.cf-drink-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.cf-drink-card__img-wrap {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.cf-drink-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cf-drink-card__img-placeholder {
    width: 100%;
    height: 100%;
    background: #e8e0d0;
}

.cf-drink-card__label {
    background: #D4AF66;
    padding: 14px 20px;
    text-align: center;
    margin-top: -14px;
}

.cf-drink-card__label span {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

@media (max-width: 768px) {
    .cf-drinks__grid  { grid-template-columns: repeat(2, 1fr); }
    .cf-drinks__title { font-size: 32px; }
}

@media (max-width: 480px) {
    .cf-drinks__grid { grid-template-columns: 1fr; }
}

/* ── Cafe Experience Slider ── */
.cf-exp {
    display: flex;
    align-items: center;
    background: #f7f3ee;
    overflow: hidden;
    min-height: 480px;
    padding-bottom: 60px;
}

.cf-exp__left {
    flex-shrink: 0;
    width: 280px;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.cf-exp__title {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 300 !important;
    color: #070648;
    line-height: 1.2;
    margin: 0;
}

.cf-exp__nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cf-exp__nav-btn {
    background: none;
    border: none;
    font-size: 22px;
    color: #070648;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    transition: opacity 0.2s;
}

.cf-exp__nav-btn:hover { opacity: 0.6; }

.cf-exp__nav-label {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #070648;
}

.cf-exp__track-wrap {
    flex: 1;
    overflow: hidden;
}

.cf-exp__track {
    display: flex;
    gap: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 24px 0 24px 8px;
}

.cf-exp__slide {
    flex-shrink: 0;
    width: calc((100% - 32px) / 3);
    height: 440px;
    position: relative;
    overflow: hidden;
}

.cf-exp__slide-img,
.cf-exp__slide-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cf-exp__slide-placeholder {
    background: #e0d8cc;
}

.cf-exp__slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(196, 160, 60, 0.65);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 24px;
    text-align: center;
}

.cf-exp__slide-title {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 16px;
    line-height: 1.2;
}

.cf-exp__slide-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .cf-exp { flex-direction: column; }
    .cf-exp__left { width: 100%; padding: 32px 24px 16px; }
    .cf-exp__track { padding-left: 24px; }
    .cf-exp__slide { width: 240px; height: 340px; }
}

/* ── Cafe CTA ── */
.cf-cta {
    background: #070648;
    padding: 80px 32px 0;
    text-align: center;
}

.cf-cta__inner {
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.cf-cta__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 28px;
}

.cf-cta__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.75;
    margin: 0 0 40px;
    opacity: 0.9;
}

.cf-cta__btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.cf-cta__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #D4AF66;
    padding: 12px 40px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.cf-cta__btn:hover {
    background: #ffffff;
    color: #070648;
}

.cf-cta__btn--outline {
    border: 1px solid rgba(255,255,255,0.5);
}
.cf-cta__btn--outline:hover {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    border-color: #ffffff;
}

.cf-cta::after {
    content: '';
    display: block;
    height: 8px;
    background: #D4AF66;
}

@media (max-width: 768px) {
    .cf-cta__title { font-size: 32px; }
}

/* ── Cafe: Our Coffee Philosophy ── */
.cf-philosophy {
    background: #f9f7f3;
    padding: 90px 0;
}
.cf-philosophy__container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.cf-philosophy__label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 16px;
}
.cf-philosophy__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 28px;
}
.cf-philosophy__title--dark { color: #070648; }
.cf-philosophy__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cf-philosophy__intro {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-style: italic;
    color: #070648;
    margin-bottom: 20px;
}
.cf-philosophy__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}
.cf-philosophy__tagline {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #D4AF66;
    margin-top: 20px;
}
@media (max-width: 900px) { .cf-philosophy__title { font-size: 36px; } }
@media (max-width: 600px) { .cf-philosophy__title { font-size: 28px; } }

/* ── Cafe: Handcrafted Delights ── */
.cf-delights {
    background: #ffffff;
    padding: 100px 0;
}
.cf-delights__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.cf-delights__text { text-align: left; }
.cf-delights__label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 16px;
}
.cf-delights__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 28px;
}
.cf-delights__title--dark { color: #070648; }
.cf-delights__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cf-delights__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* Visual side: offset gold frame behind a rounded image + floating tagline badge */
.cf-delights__visual { position: relative; }
.cf-delights__frame {
    position: relative;
    isolation: isolate;
}
.cf-delights__frame::before {
    content: '';
    position: absolute;
    top: 24px;
    left: -24px;
    right: 24px;
    bottom: -24px;
    border: 1.5px solid #D4AF66;
    border-radius: 16px;
    z-index: -1;
}
.cf-delights__img,
.cf-delights__img-placeholder {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    box-shadow: 0 24px 48px rgba(7, 6, 72, 0.16);
}
.cf-delights__img-placeholder {
    background: linear-gradient(135deg, #f0ede8 0%, #e9e2d3 100%);
}
.cf-delights__badge {
    position: absolute;
    left: -28px;
    bottom: -28px;
    max-width: 260px;
    background: #070648;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 22px 26px;
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(7, 6, 72, 0.28);
}
.cf-delights__badge::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 28px;
    width: 16px;
    height: 16px;
    background: #D4AF66;
    border-radius: 3px;
    transform: rotate(45deg);
    z-index: -1;
}

@media (max-width: 900px) {
    .cf-delights__container { grid-template-columns: 1fr; gap: 56px; }
    .cf-delights__text { text-align: center; }
    .cf-delights__title { font-size: 36px; }
    .cf-delights__frame::before { top: 18px; left: -16px; right: 16px; bottom: -18px; }
    .cf-delights__img, .cf-delights__img-placeholder { height: 360px; }
    .cf-delights__badge { left: 16px; right: 16px; max-width: none; bottom: -24px; }
}
@media (max-width: 600px) {
    .cf-delights { padding: 70px 0; }
    .cf-delights__title { font-size: 28px; }
    .cf-delights__img, .cf-delights__img-placeholder { height: 280px; }
    .cf-delights__badge { font-size: 14px; padding: 16px 18px; }
}

/* ── Cafe: Designed for Every Occasion ── */
.cf-occasions {
    background: #f9f7f3;
    padding: 90px 0;
}
.cf-occasions__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.cf-occasions__label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 16px;
}
.cf-occasions__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 20px;
}
.cf-occasions__title--dark { color: #070648; }
.cf-occasions__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cf-occasions__intro {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #555555;
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto 48px;
}
.cf-occasions__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.cf-occasions__card {
    background: #ffffff;
    padding: 30px 22px;
    border-top: 3px solid #D4AF66;
    text-align: center;
}
.cf-occasions__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #070648;
    margin-bottom: 10px;
}
.cf-occasions__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
}
@media (max-width: 900px) {
    .cf-occasions__title { font-size: 36px; }
    .cf-occasions__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .cf-occasions__title { font-size: 28px; }
    .cf-occasions__grid { grid-template-columns: 1fr; }
}

/* ── Cafe: Signature Café Experiences ── */
.cf-signature {
    background: #ffffff;
    padding: 90px 0;
}
.cf-signature__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.cf-signature__label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 16px;
}
.cf-signature__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 48px;
}
.cf-signature__title--dark { color: #070648; }
.cf-signature__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cf-signature__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 32px;
    padding-top: 8px;
}
.cf-signature__card {
    position: relative;
    text-align: left;
    background: #ffffff;
    border-radius: 14px;
    padding: 40px 28px 32px;
    box-shadow: 0 10px 30px rgba(7, 6, 72, 0.07);
    border-top: 3px solid transparent;
    border-image: linear-gradient(to right, #070648, #D4AF66) 1;
    overflow: hidden;
    transition: opacity 0.6s ease, transform 0.65s cubic-bezier(.34,1.56,.64,1), box-shadow 0.3s ease;
}
.cf-signature__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(7, 6, 72, 0.14);
}
.cf-signature__num {
    position: absolute;
    top: -8px;
    right: 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #070648;
    opacity: 0.05;
    line-height: 1;
    pointer-events: none;
}
.cf-signature__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #070648 0%, #2a2470 100%);
    font-size: 24px;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(7, 6, 72, 0.25);
    transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}
.cf-signature__card:hover .cf-signature__icon {
    transform: scale(1.15) rotate(-6deg);
}
.cf-signature__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #070648;
    margin-bottom: 10px;
    position: relative;
}
.cf-signature__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
    position: relative;
}
@media (max-width: 900px) {
    .cf-signature__title { font-size: 36px; }
    .cf-signature__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .cf-signature__title { font-size: 28px; }
    .cf-signature__grid { grid-template-columns: 1fr; }
}

/* ── Cafe: Why Guests Love Studio Nazrana ── */
.cf-whyguests {
    background: #f9f7f3;
    padding: 90px 0;
}
.cf-whyguests__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.cf-whyguests__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 48px;
}
.cf-whyguests__title--dark { color: #070648; }
.cf-whyguests__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cf-whyguests__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}
.cf-whyguests__card {
    flex: 1 1 300px;
    max-width: 320px;
    background: #ffffff;
    padding: 28px 22px;
    text-align: center;
}
.cf-whyguests__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #070648;
    margin-bottom: 10px;
}
.cf-whyguests__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
}
@media (max-width: 900px) { .cf-whyguests__title { font-size: 36px; } }
@media (max-width: 600px) {
    .cf-whyguests__title { font-size: 28px; }
    .cf-whyguests__card { flex-basis: 100%; }
}

/* ── Cafe: A Space That Brings People Together ── */
.cf-together {
    background: #070648;
    padding: 90px 0;
}
.cf-together__container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.cf-together__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 28px;
}
.cf-together__title--dark { color: #ffffff; }
.cf-together__title--gold {
    background: linear-gradient(to right, #ffffff 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cf-together__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
    margin-bottom: 16px;
}
.cf-together__line {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #D4AF66;
    line-height: 1.9;
}
@media (max-width: 900px) { .cf-together__title { font-size: 36px; } }
@media (max-width: 600px) { .cf-together__title { font-size: 28px; } }

/* ── Cafe: SEO Content ── */
.cf-seo {
    background: #f9f7f3;
    padding: 80px 0;
}
.cf-seo__container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.cf-seo__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.cf-seo__title--dark { color: #070648; }
.cf-seo__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cf-seo__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}
@media (max-width: 900px) { .cf-seo__title { font-size: 36px; } }
@media (max-width: 600px) { .cf-seo__title { font-size: 28px; } }

/* ── Cafe: FAQ ── */
.cf-faq {
    background: #ffffff;
    padding: 80px 0 100px;
}
.cf-faq__container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}
.cf-faq__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 44px;
}
.cf-faq__title--dark { color: #070648; }
.cf-faq__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cf-faq__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.cf-faq__item {
    border: 1px solid #e5e0d5;
    padding: 18px 22px;
}
.cf-faq__question {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #070648;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cf-faq__question::-webkit-details-marker { display: none; }
.cf-faq__question::after {
    content: '+';
    font-size: 20px;
    color: #D4AF66;
    margin-left: 16px;
    flex-shrink: 0;
    transition: transform 0.25s;
}
.cf-faq__item[open] .cf-faq__question::after { transform: rotate(45deg); }
.cf-faq__answer {
    font-family: 'Roboto', sans-serif;
    font-size: 14.5px;
    color: #555555;
    line-height: 1.7;
    margin-top: 14px;
}
.cf-faq__item[open] .cf-faq__answer {
    animation: sn-faq-answer-in 0.35s ease;
}
@media (max-width: 900px) { .cf-faq__title { font-size: 36px; } }
@media (max-width: 600px) { .cf-faq__title { font-size: 28px; } }

/* ════════════════════════════════
   CONTACT PAGE
════════════════════════════════ */
.ct-section {
    display: flex;
    min-height: 600px;
    background-color: #c8bfb0;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

/* Slow Ken Burns zoom on the background, isolated on a pseudo-layer
   so it never affects the content on top of it. */
.ct-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: ct-kenburns 18s ease-in-out infinite alternate;
}

@keyframes ct-kenburns {
    from { transform: scale(1); }
    to   { transform: scale(1.12); }
}

@keyframes ct-fade-up {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes ct-slide-left {
    from { opacity: 0; transform: translateX(-30px); }
    to   { opacity: 1; transform: translateX(0); }
}

.ct-left {
    position: relative;
    z-index: 1;
    width: 50%;
    background: rgb(255 255 255 / 89%);
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ct-right {
    position: relative;
    z-index: 1;
    width: 50%;
}

.ct-title {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 300 !important;
    color: #000000;
    margin: 0 0 24px;
    line-height: 1.2;
    opacity: 0;
    animation: ct-fade-up 0.9s ease forwards;
    animation-delay: 0.2s;
}

.ct-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #070648;
    line-height: 1.75;
    margin: 0 0 40px;
    max-width: 400px;
    opacity: 0;
    animation: ct-fade-up 0.9s ease forwards;
    animation-delay: 0.4s;
}

.ct-info-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ct-info-box {
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid #070648;
    padding: 16px 24px;
    background: transparent;
    max-width: 380px;
    opacity: 0;
    animation: ct-slide-left 0.7s ease forwards;
    transition: border-color 0.25s, transform 0.25s;
}

.ct-info-box:nth-child(1) { animation-delay: 0.6s; }
.ct-info-box:nth-child(2) { animation-delay: 0.75s; }
.ct-info-box:nth-child(3) { animation-delay: 0.9s; }

.ct-info-box:hover {
    border-color: #D4AF66;
    transform: translateX(4px);
}

.ct-info-icon svg {
    transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}

.ct-info-box:hover .ct-info-icon svg {
    transform: scale(1.15);
}

.ct-info-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.ct-info-text {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #070648;
}

@media (max-width: 768px) {
    .ct-section { flex-direction: column; }
    .ct-left { width: 100%; padding: 48px 24px; }
    .ct-right { display: none; }
    .ct-title { font-size: 32px; }
    .ct-info-box { max-width: 100%; }
}

/* ════════════════════════════════
   FRESH THIS SEASON PAGE
════════════════════════════════ */

/* ── Hero ── */
.fs-hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2a2a2a;
    background-size: cover;
    background-position: center;
}

.fs-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.fs-hero__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    padding: 60px 32px;
}

.fs-hero__title {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 300 !important;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 20px;
}

.fs-hero__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.75;
    margin: 0;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .fs-hero__title { font-size: 28px; }
}

/* ── Signature Sweets ── */
.fs-sweets {
    padding: 80px 0;
    background: #ffffff;
}

.fs-sweets__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Collage */
.fs-sweets__collage {
    display: flex;
    gap: 12px;
    flex: 0 0 55%;
}

.fs-sweets__col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fs-sweets__col--left { flex: 1.1; }
.fs-sweets__col--right { flex: 1; }

.fs-sweets__item {
    position: relative;
    overflow: hidden;
    display: block;
}

.fs-sweets__item--large  { height: 422px; }
.fs-sweets__item--small  { height: 214px; }
.fs-sweets__item--third  { height: 313px; width: 216px; }
.fs-sweets__item--medium { height: 313px; }

.fs-sweets__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fs-sweets__placeholder {
    width: 100%;
    height: 100%;
    background: #e8e0d5;
}

.fs-sweets__label {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #D4AF66;
    line-height: 1.5;
    margin: 0;
    padding: 10px 14px;
    background: #ffffff;
    max-width: 130px;
    word-break: break-word;
}

.fs-sweets__label--br { bottom: 0; right: 0; text-align: right; }
.fs-sweets__label--bl { bottom: 0; left: 0;  text-align: left;  }
.fs-sweets__label--tr { top: 0;    right: 0; text-align: right; }

/* Text */
.fs-sweets__text {
    flex: 1;
}

.fs-sweets__title {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300 !important;
    line-height: 1.15;
    margin: 0 0 16px;
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fs-sweets__title--gold,
.fs-sweets__title--navy {
    /* inherit gradient */
}

.fs-sweets__divider {
    width: 60px;
    height: 1px;
    background: #C9A96E;
    margin: 0 0 28px;
}

.fs-sweets__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #444444;
    line-height: 1.8;
    margin: 0 0 20px;
    text-align: center;
}

.fs-sweets__desc:last-of-type {
    padding-top: 20%;
}

@media (max-width: 768px) {
    .fs-sweets__inner { flex-direction: column; padding: 0 24px; }
    .fs-sweets__collage { flex: none; width: 100%; }
    .fs-sweets__title { font-size: 32px; }
}

/* ── Signature Gifts ── */
.fs-gifts {
    padding: 80px 0;
    background: #ffffff;
}

.fs-gifts__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Collage — same structure as sweets */
.fs-gifts__collage {
    display: flex;
    gap: 12px;
    flex: 0 0 55%;
}

.fs-gifts__col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-content: flex-end;
    align-items: flex-end;
}

.fs-gifts__col--left { flex: 1.1; }
.fs-gifts__col--right { flex: 1; }

.fs-gifts__item {
    position: relative;
    overflow: hidden;
    display: block;
}

.fs-gifts__item--gi1 { width: 216px; height: 313px; }
.fs-gifts__item--gi2 { width: 352px; height: 313px; }
.fs-gifts__item--gi3 { width: 404px; height: 422px; }
.fs-gifts__item--gi4 { width: 404px; height: 214px; }

.fs-gifts__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fs-gifts__placeholder {
    width: 100%;
    height: 100%;
    background: #e8e0d5;
}

/* Labels — mirrored positions */
.fs-gifts__label {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #D4AF66;
    line-height: 1.5;
    margin: 0;
    padding: 10px 14px;
    background: #ffffff;
    max-width: 130px;
    word-break: break-word;
}

.fs-gifts__label--bl { bottom: 0; left: 0;  text-align: left;  }
.fs-gifts__label--br { bottom: 0; right: 0; text-align: right; }
.fs-gifts__label--tl { top: 0;   left: 0;  text-align: left;  }

/* Text */
.fs-gifts__text {
    flex: 1;
}

.fs-gifts__title {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300 !important;
    line-height: 1.15;
    margin: 0 0 16px;
    background: linear-gradient(to right, #D4AF66 0%, #070648 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fs-gifts__divider {
    width: 60px;
    height: 1px;
    background: #C9A96E;
    margin: 0 0 28px;
}

.fs-gifts__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #444444;
    line-height: 1.8;
    margin: 0 0 20px;
    text-align: center;
}

.fs-gifts__desc--bottom {
    padding-top: 20%;
}

@media (max-width: 768px) {
    .fs-gifts__inner { flex-direction: column; padding: 0 24px; }
    .fs-gifts__collage { flex: none; width: 100%; }
    .fs-gifts__title { font-size: 32px; }
    .fs-gifts__desc--bottom { padding-top: 0; }
}

/* ── Signature Beverages ── */
.fs-bev { padding: 80px 0; background: #ffffff; }

.fs-bev__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.fs-bev__collage {
    display: flex;
    gap: 12px;
    flex: 0 0 55%;
}

.fs-bev__col { display: flex; flex-direction: column; gap: 12px; }
.fs-bev__col--left  { flex: 1.1; }
.fs-bev__col--right { flex: 1; }

.fs-bev__item {
    position: relative;
    overflow: hidden;
    display: block;
}

.fs-bev__item--large  { height: 422px; }
.fs-bev__item--small  { height: 214px; }
.fs-bev__item--third  { height: 313px; width: 216px; }
.fs-bev__item--medium { height: 313px; }

.fs-bev__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fs-bev__placeholder { width: 100%; height: 100%; background: #e8e0d5; }

.fs-bev__label {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #D4AF66;
    line-height: 1.5;
    margin: 0;
    padding: 10px 14px;
    background: #ffffff;
    max-width: 130px;
    word-break: break-word;
}

.fs-bev__label--br { bottom: 0; right: 0; text-align: right; }
.fs-bev__label--bl { bottom: 0; left: 0;  text-align: left;  }
.fs-bev__label--tr { top: 0;   right: 0; text-align: right; }

.fs-bev__text { flex: 1; }

.fs-bev__title {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300 !important;
    line-height: 1.15;
    margin: 0 0 16px;
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fs-bev__title--gold,
.fs-bev__title--navy { /* inherit gradient */ }

.fs-bev__divider {
    width: 60px;
    height: 1px;
    background: #C9A96E;
    margin: 0 0 28px;
}

.fs-bev__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #444444;
    line-height: 1.8;
    margin: 0 0 20px;
    text-align: center;
}

.fs-bev__desc--bottom { padding-top: 20%; }

@media (max-width: 768px) {
    .fs-bev__inner { flex-direction: column; padding: 0 24px; }
    .fs-bev__collage { flex: none; width: 100%; }
    .fs-bev__title { font-size: 32px; }
    .fs-bev__desc--bottom { padding-top: 0; }
}

/* ── Fresh CTA ── */
.fs-cta {
    background: #070648;
    padding: 80px 32px 0;
    text-align: center;
}

.fs-cta__inner {
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.fs-cta__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 28px;
}

.fs-cta__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.75;
    margin: 0 0 40px;
    opacity: 0.9;
}

.fs-cta__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #D4AF66;
    padding: 12px 40px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.fs-cta__btn:hover {
    background: #ffffff;
    color: #070648;
}

@media (max-width: 768px) {
    .fs-cta__title { font-size: 32px; }
}

/* ════════════════════════════════
   COMBINED PAGE
════════════════════════════════ */

/* ── Hero ── */
.cb-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2a2a3e;
    background-size: cover;
    background-position: center;
}


.cb-hero__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 760px;
    padding: 70px 32px;
}

.cb-hero__label {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 16px;
    opacity: 0.9;
    letter-spacing: 0.5px;
}

.cb-hero__title {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 300 !important;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 24px;
}

.cb-hero__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.8;
    margin: 0;
    opacity: 0.85;
}

@media (max-width: 768px) {
    .cb-hero__title { font-size: 26px; }
    .cb-hero__label { font-size: 15px; }
}

/* ── Category Sections ── */
.cb-cats {
    padding: 60px 0 80px;
    background: #ffffff;
}

.cb-cats__inner {
    width: 100%;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    gap: 56px;
    box-sizing: border-box;
}

.cb-cats__row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cb-cats__title {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300 !important;
    margin: 0 0 16px;
    line-height: 1.15;
    display: inline-block;
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cb-cats__grid-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}

.cb-cats__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    flex: 1;
}

.cb-cats__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cb-cats__img-wrap {
    width: 321px;
    height: 294px;
    overflow: hidden;
}

.cb-cats__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cb-cats__placeholder {
    width: 100%;
    height: 100%;
    background: #e8e0d5;
}

.cb-cats__name {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #D4AF66;
    margin: 0;
    text-align: left;
    line-height: 1.4;
}

.cb-cats__browse {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #070648;
    border: 1px solid #D4AF66;
    padding: 10px 24px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
    align-self: center;
}

.cb-cats__browse:hover {
    background: #D4AF66;
    color: #ffffff;
}

@media (max-width: 768px) {
    .cb-cats__inner { padding: 0 24px; }
    .cb-cats__grid { grid-template-columns: repeat(3, 1fr); }
    .cb-cats__img-wrap { width: 100%; }
    .cb-cats__grid-wrap { flex-wrap: wrap; }
}

/* ── Why Choose ── */
.cb-why {
    padding: 80px 40px;
    background-color: #f5f4f2;
    background-size: cover;
    background-position: center;
    text-align: center;
}


.cb-why__inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.cb-why__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    color: #070648;
    line-height: 1.3;
    margin: 0 0 56px;
}

.cb-why__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.cb-why__feat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.cb-why__icon-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.cb-why__icon-placeholder {
    width: 60px;
    height: 60px;
    background: #e8e0d5;
    border-radius: 50%;
    margin: 0 auto;
}

.cb-why__label {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .cb-why__grid { grid-template-columns: repeat(2, 1fr); }
    .cb-why__title { font-size: 28px; }
}

/* ── Combined CTA ── */
.cb-cta {
    background: #070648;
    padding: 80px 32px 0;
    text-align: center;
}

.cb-cta__inner {
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.cb-cta__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 28px;
}

.cb-cta__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.75;
    margin: 0 0 40px;
    opacity: 0.9;
}

.cb-cta__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #D4AF66;
    padding: 12px 40px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.cb-cta__btn:hover {
    background: #ffffff;
    color: #070648;
}

@media (max-width: 768px) {
    .cb-cta__title { font-size: 32px; }
}

/* ══════════════════════════════════════
   LUXURY SWEET HAMPERS PAGE
══════════════════════════════════════ */

/* Hero */
.lh-hero {
    position: relative;
    min-height: 500px;
    background: #2a1a4e center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lh-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(50, 30, 90, 0.55);
}
.lh-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    padding: 80px 24px;
    text-align: center;
}
.lh-hero__title {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 14px;
    line-height: 1.2;
}
.lh-hero__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 24px;
    line-height: 1.4;
}
.lh-hero__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 12px;
    line-height: 1.7;
}
.lh-hero__desc:last-child { margin-bottom: 0; }

/* ── Luxury Hampers – Products Grid ── */
.lh-pg {
    padding: 70px 24px 80px;
    background: #fff;
}
.lh-pg__inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.lh-pg__title {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300;
    margin: 0 0 10px;
    display: inline-block;
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.lh-pg__title-light {
    -webkit-text-fill-color: inherit;
}
.lh-pg__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 50px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lh-pg__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom: 48px;
}
.lh-pg__card {
    text-align: center;
}
.lh-pg__img-wrap {
    position: relative;
    width: 246px;
    height: 321px;
    overflow: hidden;
    margin: 0 auto 14px;
}
.lh-pg__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lh-pg__placeholder {
    width: 100%;
    height: 100%;
    background: #e8e4dd;
}
.lh-pg__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #D4AF66;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    z-index: 1;
}
.lh-pg__name {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #D4AF66;
    margin: 0 0 8px;
    line-height: 1.5;
}
.lh-pg__price {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.lh-pg__price-old {
    color: #e53935;
    text-decoration: line-through;
    margin-right: 6px;
}
.lh-pg__price-sale {
    color: #333;
}
.lh-pg__actions {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.lh-pg__btn {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 36px;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s;
}
.lh-pg__btn--filled {
    background: #D4AF66;
    color: #fff;
    border: 1px solid #D4AF66;
}
.lh-pg__btn--outline {
    background: transparent;
    color: #070648;
    border: 1px solid #070648;
}
.lh-pg__btn:hover { opacity: 0.85; }

.lh-pg--s2 { padding-top: 0; }
.lh-pg--s2 .lh-pg__title { font-size: 26px; }

.lh-pg--s2 .lh-pg__title { margin-bottom: 30px; }

/* ── Luxury Hampers – CTA ── */
.lh-cta {
    background: #070648;
    padding: 80px 24px;
    text-align: center;
}
.lh-cta__inner {
    max-width: 780px;
    margin: 0 auto;
}
.lh-cta__title {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 24px;
    line-height: 1.2;
}
.lh-cta__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 36px;
    line-height: 1.8;
}
.lh-cta__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #D4AF66;
    padding: 13px 44px;
    text-decoration: none;
    transition: opacity 0.2s;
}
.lh-cta__btn:hover { opacity: 0.8; }

/* ══════════════════════════════════════
   LSH PRODUCT POPUP
══════════════════════════════════════ */
.lsh-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lsh-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(3px);
}
.lsh-popup__box {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 2px solid #D4AF66;
    padding: 28px;
    width: 90%;
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
}
.lsh-popup__media {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.lsh-popup__main-wrap {
    flex: 0 0 360px;
}
.lsh-popup__main-img {
    width: 360px;
    height: 340px;
    object-fit: cover;
    display: block;
}
.lsh-popup__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 12px;
}
.lsh-popup__nav-btn {
    background: none;
    border: 1px solid #ccc;
    width: 32px;
    height: 32px;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lsh-popup__nav-btn:hover { border-color: #D4AF66; color: #D4AF66; }
.lsh-popup__nav-view {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #555;
}
.lsh-popup__thumbs {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-content: start;
}
.lsh-popup__thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}
.lsh-popup__thumb--active,
.lsh-popup__thumb:hover { border-color: #D4AF66; }
.lsh-popup__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    gap: 20px;
}
.lsh-popup__info-left { flex: 1; }
.lsh-popup__name {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #070648;
    margin: 0 0 10px;
}
.lsh-popup__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #070648;
    margin: 0;
    line-height: 1.7;
}
.lsh-popup__info-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    flex-shrink: 0;
}
.lsh-popup__price {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #070648;
    margin: 0;
}
.lsh-popup__price-old {
    font-size: 18px;
    color: #e53935;
    text-decoration: line-through;
    margin-right: 6px;
}
.lsh-popup__back-btn {
    background: transparent;
    border: 1px solid #D4AF66;
    color: #070648;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 8px 28px;
    cursor: pointer;
    transition: opacity 0.2s;
}
.lsh-popup__back-btn:hover { opacity: 0.75; }

/* ══════════════════════════════════════
   EVENTS & CELEBRATIONS PAGE
══════════════════════════════════════ */

/* ── Section 1: Hero ── */
.ev-hero {
    position: relative;
    width: 100%;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #070648;
    overflow: hidden;
}

/* Slow Ken Burns zoom on the background, isolated on a pseudo-layer
   so it never affects the content on top of it. */
.ev-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: ev-hero-kenburns 18s ease-in-out infinite alternate;
}

@keyframes ev-hero-kenburns {
    from { transform: scale(1); }
    to   { transform: scale(1.12); }
}

@keyframes ev-hero-fade-up {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

.ev-hero__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 820px;
    padding: 80px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ev-hero__inner > * {
    opacity: 0;
    animation: ev-hero-fade-up 0.9s ease forwards;
}

.ev-hero__inner > *:nth-child(1) { animation-delay: 0.2s; }
.ev-hero__inner > *:nth-child(2) { animation-delay: 0.4s; }
.ev-hero__inner > *:nth-child(3) { animation-delay: 0.55s; }
.ev-hero__inner > *:nth-child(4) { animation-delay: 0.7s; }
.ev-hero__inner > *:nth-child(5) { animation-delay: 0.85s; }
.ev-hero__title {
    font-family: 'Roboto', sans-serif;
    font-size: 52px;
    font-weight: 300 !important;
    color: #ffffff;
    line-height: 1.18;
    margin: 0 0 16px;
}
.ev-hero__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 28px;
    opacity: 0.95;
}
.ev-hero__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.8;
    margin: 0 0 16px;
    max-width: 760px;
}
.ev-hero__desc:last-child { margin-bottom: 0; }

.ev-hero__btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
}
.ev-hero__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 36px;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background 0.25s, color 0.25s;
}
.ev-hero__btn--primary { background: #ffffff; color: #070648; }
.ev-hero__btn--primary:hover { background: #D4AF66; color: #ffffff; }
.ev-hero__btn--secondary { border: 1.5px solid #ffffff; color: #ffffff; background: transparent; }
.ev-hero__btn--secondary:hover { background: #ffffff; color: #070648; }

@media (max-width: 768px) {
    .ev-hero { min-height: 400px; }
    .ev-hero__title { font-size: 36px; }
    .ev-hero__subtitle { font-size: 18px; }
    .ev-hero__inner { padding: 60px 24px; }
}

/* ── Section 2: Intro (Side-by-Side) ── */
.ev-intro {
    padding: 90px 0;
    background: #ffffff;
}
.ev-intro__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.ev-intro__img-wrap {
    width: 100%;
    height: 480px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(7, 6, 72, 0.08);
    position: relative;
}
.ev-intro__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.ev-intro__img-wrap:hover .ev-intro__img {
    transform: scale(1.04);
}
.ev-intro__img-placeholder {
    width: 100%;
    height: 100%;
    background: #f0ede8;
    border-radius: 12px;
}
.ev-intro__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ev-intro__label {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 14px;
}
.ev-intro__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    line-height: 1.2;
    margin: 0 0 24px;
}
.ev-intro__title--dark { color: #070648; }
.ev-intro__title--gradient {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ev-intro__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1.8;
    margin: 0 0 18px;
}
.ev-intro__specs {
    display: flex;
    gap: 32px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #eeeeee;
}
.ev-spec-item {
    display: flex;
    flex-direction: column;
}
.ev-spec-num {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #070648;
}
.ev-spec-text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 900px) {
    .ev-intro { padding: 60px 0; }
    .ev-intro__inner { grid-template-columns: 1fr; gap: 36px; }
    .ev-intro__img-wrap { height: 340px; }
    .ev-intro__title { font-size: 36px; }
}

/* ── Section 3: Event Types Grid ── */
.ev-types {
    padding: 90px 0;
    background: #faf9f6;
}
.ev-types__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
}
.ev-types__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    text-align: center;
    margin: 0 0 56px;
    line-height: 1.2;
}
.ev-types__title--dark { color: #070648; }
.ev-types__title--gradient {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ev-types__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.ev-type-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0ede6;
    transition: opacity 0.6s ease, transform 0.65s cubic-bezier(.34,1.56,.64,1), box-shadow 0.3s ease;
}
.ev-type-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(7, 6, 72, 0.1);
}
.ev-type-card__img-wrap {
    height: 160px;
    background: #070648;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.ev-type-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ev-type-card__img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #070648 0%, #1e1b5c 100%);
}
.ev-type-card__icon {
    font-size: 32px;
    color: #D4AF66;
}
.ev-type-card__body {
    padding: 24px;
}
.ev-type-card__name {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #070648;
    margin: 0 0 10px;
    line-height: 1.3;
}
.ev-type-card__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 900px) {
    .ev-types__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .ev-types__title { font-size: 36px; }
}
@media (max-width: 600px) {
    .ev-types__grid { grid-template-columns: 1fr; }
    .ev-types__title { font-size: 28px; }
}

/* ── Section 4: Interactive Photo Gallery ── */
.ev-gallery {
    padding: 90px 0;
    background: #ffffff;
}
.ev-gallery__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
}
.ev-gallery__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    text-align: center;
    margin: 0 0 12px;
    line-height: 1.2;
}
.ev-gallery__title--dark { color: #070648; }
.ev-gallery__title--gradient {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ev-gallery__sub {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin: 0 auto 52px;
    max-width: 680px;
}
.ev-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.ev-gal-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    position: relative;
}
.ev-gal-item__img-wrap {
    position: relative;
    height: 280px;
    overflow: hidden;
}
.ev-gal-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.ev-gal-item__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7, 6, 72, 0.85) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    transition: opacity 0.3s ease;
}
.ev-gal-item__label {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}
.ev-gal-item:hover .ev-gal-item__img {
    transform: scale(1.06);
}

@media (max-width: 900px) {
    .ev-gallery__grid { grid-template-columns: repeat(2, 1fr); }
    .ev-gallery__title { font-size: 36px; }
}
@media (max-width: 600px) {
    .ev-gallery__grid { grid-template-columns: 1fr; }
    .ev-gallery__title { font-size: 28px; }
}

/* ── Section 5: CTA Banner ── */
.ev-cta {
    background: #070648;
    padding: 90px 32px;
    text-align: center;
    color: #ffffff;
}
.ev-cta__inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ev-cta__badge {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 18px;
}
.ev-cta__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300 !important;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 24px;
}
.ev-cta__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.8;
    margin: 0 0 36px;
    max-width: 760px;
}
.ev-cta__btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.ev-cta__btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #D4AF66;
    padding: 13px 44px;
    text-decoration: none;
    transition: background 0.25s, color 0.25s;
}
.ev-cta__btn:hover {
    background: #D4AF66;
    color: #070648;
}
.ev-cta__btn--outline {
    border: 1px solid rgba(255,255,255,0.5);
}
.ev-cta__btn--outline:hover {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    border-color: #ffffff;
}

@media (max-width: 768px) {
    .ev-cta__title { font-size: 32px; }
}

/* ── Events: Every Celebration Tells a Story ── */
.ev-story {
    background: #f9f7f3;
    padding: 90px 0;
}
.ev-story__container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.ev-story__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.ev-story__title--dark { color: #070648; }
.ev-story__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ev-story__intro {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-style: italic;
    color: #070648;
    margin-bottom: 20px;
}
.ev-story__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}
@media (max-width: 900px) { .ev-story__title { font-size: 36px; } }
@media (max-width: 600px) { .ev-story__title { font-size: 28px; } }

/* ── Events: Our Event Experience ── */
.ev-experience {
    background: #f9f7f3;
    padding: 90px 0;
}
.ev-experience__container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.ev-experience__label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4AF66;
    margin-bottom: 16px;
}
.ev-experience__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.ev-experience__title--dark { color: #070648; }
.ev-experience__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ev-experience__intro {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-style: italic;
    color: #070648;
    margin-bottom: 20px;
}
.ev-experience__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}
.ev-experience__tagline {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #D4AF66;
    margin-top: 20px;
}
@media (max-width: 900px) { .ev-experience__title { font-size: 36px; } }
@media (max-width: 600px) { .ev-experience__title { font-size: 28px; } }

/* ── Events: Why Celebrate with Studio Nazrana ── */
.ev-whycelebrate {
    background: #ffffff;
    padding: 90px 0;
}
.ev-whycelebrate__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.ev-whycelebrate__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 48px;
}
.ev-whycelebrate__title--dark { color: #070648; }
.ev-whycelebrate__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ev-whycelebrate__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.ev-whycelebrate__card {
    text-align: center;
    padding: 12px;
}
.ev-whycelebrate__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D4AF66 0%, #b8903f 100%);
    font-size: 26px;
    box-shadow: 0 8px 20px rgba(212, 175, 102, 0.35);
    transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}
.ev-whycelebrate__card:hover .ev-whycelebrate__icon {
    transform: scale(1.15) rotate(-6deg);
}
.ev-whycelebrate__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #070648;
    margin-bottom: 10px;
}
.ev-whycelebrate__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
}
@media (max-width: 900px) {
    .ev-whycelebrate__title { font-size: 36px; }
    .ev-whycelebrate__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .ev-whycelebrate__title { font-size: 28px; }
    .ev-whycelebrate__grid { grid-template-columns: 1fr; }
}

/* ── Events: Signature Event Services ── */
.ev-services {
    background: #f9f7f3;
    padding: 90px 0;
}
.ev-services__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.ev-services__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 48px;
}
.ev-services__title--dark { color: #070648; }
.ev-services__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ev-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.ev-services__card {
    background: #ffffff;
    padding: 30px 24px;
    text-align: left;
    box-shadow: 0 8px 24px rgba(7, 6, 72, 0.06);
    transition: opacity 0.6s ease, transform 0.65s cubic-bezier(.34,1.56,.64,1), box-shadow 0.3s ease;
}
.ev-services__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(7, 6, 72, 0.12);
}
.ev-services__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #070648;
    margin-bottom: 10px;
}
.ev-services__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
}
@media (max-width: 900px) {
    .ev-services__title { font-size: 36px; }
    .ev-services__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .ev-services__title { font-size: 28px; }
    .ev-services__grid { grid-template-columns: 1fr; }
}

/* ── Events: The Studio Nazrana Difference ── */
.ev-difference {
    background: #070648;
    padding: 90px 0;
}
.ev-difference__container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.ev-difference__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.ev-difference__title--dark { color: #ffffff; }
.ev-difference__title--gold {
    background: linear-gradient(to right, #ffffff 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ev-difference__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
    margin-bottom: 16px;
}
@media (max-width: 900px) { .ev-difference__title { font-size: 36px; } }
@media (max-width: 600px) { .ev-difference__title { font-size: 28px; } }

/* ── Events: Create Moments That Last Forever ── */
.ev-moments {
    background: #ffffff;
    padding: 90px 0;
}
.ev-moments__container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.ev-moments__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.ev-moments__title--dark { color: #070648; }
.ev-moments__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ev-moments__intro {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.ev-moments__line {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    color: #D4AF66;
    line-height: 1.6;
}
.ev-moments__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-top: 24px;
}
.ev-moments__tagline {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #070648;
    margin-top: 16px;
}
@media (max-width: 900px) { .ev-moments__title { font-size: 36px; } }
@media (max-width: 600px) {
    .ev-moments__title { font-size: 28px; }
    .ev-moments__line { font-size: 18px; }
}

/* ── Events: SEO Content ── */
.ev-seo {
    background: #f9f7f3;
    padding: 80px 0;
}
.ev-seo__container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.ev-seo__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 24px;
}
.ev-seo__title--dark { color: #070648; }
.ev-seo__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ev-seo__p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
}
@media (max-width: 900px) { .ev-seo__title { font-size: 36px; } }
@media (max-width: 600px) { .ev-seo__title { font-size: 28px; } }

/* ── Events: FAQ ── */
.ev-faq {
    background: #ffffff;
    padding: 80px 0 100px;
}
.ev-faq__container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}
.ev-faq__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 44px;
}
.ev-faq__title--dark { color: #070648; }
.ev-faq__title--gold {
    background: linear-gradient(to right, #070648 0%, #D4AF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ev-faq__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.ev-faq__item {
    border: 1px solid #e5e0d5;
    padding: 18px 22px;
}
.ev-faq__question {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #070648;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ev-faq__question::-webkit-details-marker { display: none; }
.ev-faq__question::after {
    content: '+';
    font-size: 20px;
    color: #D4AF66;
    margin-left: 16px;
    flex-shrink: 0;
    transition: transform 0.25s;
}
.ev-faq__item[open] .ev-faq__question::after { transform: rotate(45deg); }
.ev-faq__answer {
    font-family: 'Roboto', sans-serif;
    font-size: 14.5px;
    color: #555555;
    line-height: 1.7;
    margin-top: 14px;
}
.ev-faq__item[open] .ev-faq__answer {
    animation: sn-faq-answer-in 0.35s ease;
}
@media (max-width: 900px) { .ev-faq__title { font-size: 36px; } }
@media (max-width: 600px) { .ev-faq__title { font-size: 28px; } }
