@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&family=Yatra+One&display=swap');

:root {
    --maroon: #7d170e;
    --maroon-dark: #521008;
    --red: #a62b1d;
    --saffron: #e89a19;
    --gold: #f5c768;
    --cream: #fff7e9;
    --cream-dark: #f4e4c8;
    --paper: #fffdf8;
    --ink: #2c1c17;
    --muted: #75645e;
    --green: #168542;
    --white: #ffffff;
    --shadow-sm: 0 10px 30px rgba(83, 34, 17, .08);
    --shadow-lg: 0 24px 70px rgba(83, 34, 17, .17);
    --radius-sm: 14px;
    --radius: 24px;
    --radius-lg: 36px;
    --transition: .3s ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: 'Hind', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1.65;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold); color: var(--maroon-dark); }

.skip-link {
    position: fixed;
    left: 14px;
    top: -100px;
    z-index: 99999;
    background: var(--maroon);
    color: var(--white);
    padding: 10px 16px;
    border-radius: 8px;
    transition: top var(--transition);
}
.skip-link:focus { top: 14px; }

.top-strip {
    background: var(--maroon-dark);
    color: #ffe8bc;
    font-size: 14px;
    padding: 7px 0;
}
.top-strip a { color: #ffe8bc; }
.top-strip i { color: var(--gold); margin-right: 5px; }

.main-navbar {
    padding: 12px 0;
    background: white;
    border-bottom: 1px solid rgba(125, 23, 14, .08);
    backdrop-filter: blur(15px);
    transition: box-shadow var(--transition), padding var(--transition);
}
.main-navbar.scrolled { padding: 8px 0; box-shadow: var(--shadow-sm); }
.navbar-brand { line-height: 1.05; }
.navbar-brand strong {
    display: block;
    color: var(--maroon);
    font-family: 'Yatra One', serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: .2px;
}
.navbar-brand small {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: .8px;
}
.brand-mark {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
    border-radius: 50%;
    color: var(--gold);
    background: var(--maroon);
    box-shadow: inset 0 0 0 4px rgba(255,255,255,.12);
    font-size: 22px;
}
.navbar-nav .nav-link {
    padding: 9px 13px !important;
    color: #503b34;
    font-weight: 600;
    position: relative;
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 5px;
    height: 2px;
    background: var(--saffron);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--transition);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--maroon); }
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { transform: scaleX(1); }
.cart-btn {
    border: 0;
    border-radius: 999px;
    color: var(--white);
    background: var(--maroon);
    padding: 10px 17px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(125, 23, 14, .2);
}
.cart-btn:hover { background: var(--maroon-dark); color: var(--white); }
.cart-count {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border-radius: 50%;
    color: var(--maroon-dark);
    background: var(--gold);
    font-size: 12px;
}

.hero-section {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 90px 0 130px;
    background:
        radial-gradient(circle at 12% 18%, rgba(232, 154, 25, .20), transparent 28%),
        radial-gradient(circle at 85% 30%, rgba(166, 43, 29, .11), transparent 32%),
        linear-gradient(135deg, #fffaf0 0%, #fff2dc 58%, #f9e3bd 100%);
    overflow: hidden;
}
.hero-pattern {
    position: absolute;
    inset: 0;
    opacity: .08;
    pointer-events: none;
    background-image:
        radial-gradient(circle at center, var(--maroon) 2px, transparent 2.5px),
        linear-gradient(45deg, transparent 48%, var(--maroon) 49%, var(--maroon) 51%, transparent 52%);
    background-size: 50px 50px, 100px 100px;
    mask-image: linear-gradient(to right, #000, transparent 45%, #000);
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--maroon);
    background: rgba(232, 154, 25, .13);
    border: 1px solid rgba(232, 154, 25, .32);
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.eyebrow.light { color: #fff1d0; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.1); }
.hero-copy h1 {
    max-width: 650px;
    margin: 20px 0 18px;
    color: var(--maroon-dark);
    font-family: 'Yatra One', serif;
    font-size: clamp(46px, 6vw, 78px);
    font-weight: 400;
    line-height: 1.08;
}
.hero-copy h1 span,
.section-heading h2 span,
.swamni-card h2 span { color: var(--saffron); }
.hero-lead {
    max-width: 620px;
    margin-bottom: 28px;
    color: #62483e;
    font-size: 20px;
}
.btn-primary-custom,
.btn-outline-custom,
.btn-light-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
}
.btn-primary-custom {
    color: var(--white);
    background: linear-gradient(135deg, var(--maroon), var(--red));
    border: 1px solid var(--maroon);
    box-shadow: 0 12px 26px rgba(125, 23, 14, .22);
}
.btn-primary-custom:hover { color: var(--white); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(125, 23, 14, .29); }
.btn-outline-custom {
    color: var(--maroon);
    border: 1px solid rgba(125, 23, 14, .35);
    background: rgba(255,255,255,.5);
}
.btn-outline-custom:hover { color: var(--white); background: var(--maroon); transform: translateY(-2px); }
.btn-light-custom { color: var(--maroon); background: var(--white); border: 0; box-shadow: 0 14px 28px rgba(0,0,0,.12); }
.btn-light-custom:hover { color: var(--maroon-dark); transform: translateY(-2px); background: #fff8e9; }
.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}
.trust-row > div {
    min-width: 120px;
    padding-right: 18px;
    border-right: 1px solid rgba(125, 23, 14, .16);
}
.trust-row > div:last-child { border-right: 0; }
.trust-row strong { display: block; color: var(--maroon); font-size: 21px; line-height: 1; }
.trust-row span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; }
.hero-visual { position: relative; max-width: 555px; margin-left: auto; }
.hero-image-wrap {
    position: relative;
    width: 88%;
    margin-left: auto;
    aspect-ratio: 4 / 5;
    border-radius: 48% 48% 34% 34% / 32% 32% 23% 23%;
    overflow: hidden;
    border: 10px solid rgba(255,255,255,.75);
    box-shadow: var(--shadow-lg);
    transform: rotate(2deg);
}
.hero-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(60, 13, 7, .35), transparent 48%);
}
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 15px;
    background: rgba(255,255,255,.91);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(83, 34, 17, .16);
}
.floating-card .icon,
.floating-card .rating-icon {
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--white);
    background: var(--maroon);
}
.floating-card .rating-icon { color: var(--maroon); background: #ffe8a7; }
.floating-card strong,
.floating-card small { display: block; }
.floating-card strong { line-height: 1.15; }
.floating-card small { color: var(--muted); font-size: 11px; }
.card-one { left: 0; top: 17%; animation: floaty 4.5s ease-in-out infinite; }
.card-two { right: -12px; bottom: 15%; animation: floaty 5.5s ease-in-out infinite .5s; }
.price-bubble {
    position: absolute;
    left: 3%;
    bottom: -18px;
    z-index: 4;
    width: 116px;
    height: 116px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--maroon-dark);
    background: var(--gold);
    border: 6px solid var(--white);
    box-shadow: 0 16px 35px rgba(83, 34, 17, .21);
    transform: rotate(-8deg);
}
.price-bubble small { font-size: 11px; }
.price-bubble strong { font-size: 27px; line-height: 1; }
.price-bubble span { font-size: 12px; }
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; height: 100px; }
.hero-wave svg { width: 100%; height: 100%; }
.hero-wave path { fill: var(--paper); }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }

.section-space { padding: 100px 0; }
.section-space-sm { padding: 24px 0 50px; }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 {
    margin: 14px 0 12px;
    color: var(--maroon-dark);
    font-family: 'Yatra One', serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    line-height: 1.2;
}
.section-heading p { color: var(--muted); margin: 0; }

.feature-band { position: relative; z-index: 3; margin-top: -22px; }
.mini-feature {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px 18px;
    border-radius: var(--radius-sm);
    background: var(--white);
    border: 1px solid rgba(125, 23, 14, .08);
    box-shadow: var(--shadow-sm);
}
.mini-feature > i { color: var(--saffron); font-size: 28px; }
.mini-feature strong, .mini-feature span { display: block; }
.mini-feature strong { color: var(--maroon); font-size: 16px; line-height: 1.1; }
.mini-feature span { color: var(--muted); font-size: 12px; margin-top: 4px; }

.about-section { background: var(--paper); }
.about-collage { position: relative; min-height: 570px; max-width: 600px; }
.about-main {
    width: 72%;
    height: 520px;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}
.about-small {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 49%;
    height: 330px;
    object-fit: cover;
    border: 9px solid var(--paper);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
}
.legacy-card {
    position: absolute;
    left: 8%;
    bottom: -18px;
    max-width: 245px;
    padding: 17px 20px;
    color: var(--white);
    border-radius: 16px;
    background: var(--maroon);
    box-shadow: var(--shadow-sm);
}
.legacy-card strong, .legacy-card span { display: block; }
.legacy-card strong { color: var(--gold); font-family: 'Yatra One', serif; font-size: 24px; font-weight: 400; }
.legacy-card span { font-size: 13px; }
.lead-copy { color: #513830; font-size: 20px; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 18px; margin: 26px 0; }
.check-grid div { color: #4b3932; font-weight: 600; }
.check-grid i { color: var(--green); margin-right: 7px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--maroon); font-weight: 700; }
.text-link i { transition: transform var(--transition); }
.text-link:hover i { transform: translateX(5px); }

.menu-section {
    background:
        linear-gradient(rgba(255,247,233,.95), rgba(255,247,233,.95)),
        radial-gradient(circle, var(--maroon) 1px, transparent 1px);
    background-size: auto, 25px 25px;
}
.menu-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: -16px 0 36px; }
.filter-btn {
    border: 1px solid rgba(125, 23, 14, .2);
    border-radius: 999px;
    color: var(--maroon);
    background: var(--white);
    padding: 9px 18px;
    font-weight: 700;
    transition: all var(--transition);
}
.filter-btn:hover, .filter-btn.active { color: var(--white); background: var(--maroon); border-color: var(--maroon); box-shadow: 0 9px 20px rgba(125,23,14,.15); }
.product-card {
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid rgba(125, 23, 14, .09);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition);
}
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.product-image { position: relative; height: 255px; overflow: hidden; }
.product-image::after { content: ''; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(to top, rgba(51,13,8,.3), transparent); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover .product-image img { transform: scale(1.06); }
.product-badge {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--maroon-dark);
    background: var(--gold);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.quick-view {
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    color: var(--maroon);
    background: rgba(255,255,255,.9);
    box-shadow: 0 8px 15px rgba(0,0,0,.12);
}
.product-body { padding: 22px; }
.product-title-row { display: flex; justify-content: space-between; gap: 15px; }
.product-title-row h3 { margin: 0; color: var(--maroon-dark); font-size: 23px; font-weight: 700; }
.product-title-row small { color: var(--muted); }
.veg-mark { width: 23px; height: 23px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 23px; border: 2px solid var(--green); }
.veg-mark i { width: 10px; height: 10px; border-radius: 50%; background: var(--green); }
.product-body p { min-height: 78px; margin: 13px 0 18px; color: var(--muted); font-size: 15px; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px; }
.price strong { color: var(--maroon); font-size: 24px; }
.price del { color: #a18d84; font-size: 14px; }
.price span { color: var(--muted); font-size: 12px; }
.add-to-cart {
    color: var(--white);
    background: var(--maroon);
    border: 0;
    border-radius: 999px;
    padding: 9px 14px;
    font-weight: 700;
    white-space: nowrap;
}
.add-to-cart:hover { color: var(--white); background: var(--maroon-dark); }
.menu-item.is-hidden { display: none; }

.process-section { background: var(--paper); }
.process-row { position: relative; }
.process-row::before {
    content: '';
    position: absolute;
    left: 12%; right: 12%; top: 62px;
    height: 2px;
    border-top: 2px dashed rgba(125, 23, 14, .2);
}
.process-card { position: relative; z-index: 2; height: 100%; text-align: center; padding: 28px 20px; }
.process-card > span {
    position: absolute;
    top: 3px;
    right: 22%;
    color: rgba(125, 23, 14, .12);
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
}
.process-card > i {
    position: relative;
    width: 88px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 7px solid var(--paper);
    border-radius: 50%;
    color: var(--white);
    background: linear-gradient(145deg, var(--maroon), var(--red));
    box-shadow: 0 13px 25px rgba(125,23,14,.2);
    font-size: 34px;
}
.process-card h3 { margin: 20px 0 8px; color: var(--maroon); font-size: 21px; }
.process-card p { color: var(--muted); font-size: 14px; }

.swamni-section { padding-top: 20px; }
.swamni-card {
    position: relative;
    overflow: hidden;
    padding: 55px 60px;
    border-radius: var(--radius-lg);
    color: #fff4df;
    background:
        radial-gradient(circle at 90% 20%, rgba(245,199,104,.2), transparent 30%),
        linear-gradient(135deg, var(--maroon-dark), var(--maroon) 55%, #9d2b19);
    box-shadow: var(--shadow-lg);
}
.swamni-card::before,
.swamni-card::after {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    border: 35px solid rgba(255,255,255,.035);
    border-radius: 50%;
}
.swamni-card::before { left: -110px; top: -120px; }
.swamni-card::after { right: -85px; bottom: -135px; }
.swamni-card h2 { position: relative; z-index: 2; margin: 15px 0; font-family: 'Yatra One', serif; font-size: clamp(34px, 4vw, 52px); font-weight: 400; }
.swamni-card p { position: relative; z-index: 2; max-width: 760px; color: #f9dbc6; }
.swamni-points { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 14px 22px; }
.swamni-points i { color: var(--gold); margin-right: 4px; }

.gallery-section { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 215px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.gallery-item::after { content: '\F52A'; font-family: bootstrap-icons; position: absolute; inset: 0; display: grid; place-items: center; color: var(--white); background: rgba(82,16,8,.45); font-size: 32px; opacity: 0; transition: opacity var(--transition); }
.gallery-item:hover::after { opacity: 1; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-large { grid-column: span 6; grid-row: span 2; }
.gallery-item:not(.gallery-large):not(.gallery-wide) { grid-column: span 3; }
.gallery-wide { grid-column: span 6; }

.reviews-section {
    background:
        radial-gradient(circle at 20% 30%, rgba(232,154,25,.12), transparent 30%),
        linear-gradient(180deg, #fff8ec, #fffdf8);
}
.review-card {
    position: relative;
    max-width: 820px;
    padding: 46px 65px;
    border-radius: var(--radius-lg);
    text-align: center;
    background: var(--white);
    box-shadow: var(--shadow-lg);
}
.quote-icon { position: absolute; left: 30px; top: 20px; color: rgba(125,23,14,.08); font-size: 75px; line-height: 1; }
.stars { color: var(--saffron); letter-spacing: 4px; font-size: 18px; }
.review-card > p { margin: 18px auto 25px; color: #4f3b34; font-size: 21px; font-style: italic; }
.reviewer { display: flex; justify-content: center; align-items: center; gap: 12px; }
.reviewer > span { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--gold); background: var(--maroon); font-weight: 800; }
.reviewer strong, .reviewer small { display: block; text-align: left; }
.reviewer small { color: var(--muted); }
.carousel-control-prev, .carousel-control-next { width: 48px; height: 48px; top: 50%; transform: translateY(-50%); border-radius: 50%; opacity: 1; background: var(--maroon); }
.carousel-control-prev { left: 3%; }
.carousel-control-next { right: 3%; }

.faq-section { background: var(--paper); }
.custom-accordion .accordion-item { margin-bottom: 12px; overflow: hidden; border: 1px solid rgba(125,23,14,.1); border-radius: 16px !important; background: var(--white); box-shadow: 0 7px 22px rgba(83,34,17,.05); }
.custom-accordion .accordion-button { color: var(--ink); background: var(--white); font-weight: 700; font-size: 18px; box-shadow: none; }
.custom-accordion .accordion-button:not(.collapsed) { color: var(--maroon); background: #fff8e9; }
.custom-accordion .accordion-button::after { filter: sepia(1) saturate(4) hue-rotate(330deg); }
.custom-accordion .accordion-body { color: var(--muted); }

.contact-section { background: var(--cream); }
.contact-panel { padding: 38px; border-radius: var(--radius); color: #ffeeda; background: var(--maroon-dark); box-shadow: var(--shadow-lg); }
.contact-panel h3 { color: var(--gold); font-family: 'Yatra One', serif; font-size: 34px; font-weight: 400; }
.contact-list { display: grid; gap: 10px; margin: 28px 0; }
.contact-list > a,
.contact-list > div { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-list i { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 42px; border-radius: 12px; color: var(--gold); background: rgba(255,255,255,.08); }
.contact-list small, .contact-list span { display: block; }
.contact-list small { color: #caaea2; font-size: 11px; text-transform: uppercase; letter-spacing: .8px; }
.social-row { display: flex; gap: 10px; }
.social-row a { width: 43px; height: 43px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--maroon); background: var(--gold); transition: transform var(--transition); }
.social-row a:hover { transform: translateY(-3px); }
.map-wrap { min-height: 510px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 510px; border: 0; filter: saturate(.85) contrast(1.05); }

.site-footer { color: #ead7ce; background: #2e0b07; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--gold); font-family: 'Yatra One', serif; font-size: 28px; }
.site-footer p { max-width: 520px; color: #c8aea4; }
.footer-whatsapp { display: inline-flex; align-items: center; gap: 7px; color: #b9ffcd; font-weight: 700; }
.site-footer h3 { color: var(--white); font-size: 18px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 8px 0; }
.site-footer li a { color: #c8aea4; }
.site-footer li a:hover { color: var(--gold); }
.footer-bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.09); color: #aa8d83; font-size: 13px; }
.footer-bottom i { color: #e14b3d; }

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 1035;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 17px;
    border-radius: 999px;
    color: var(--white);
    background: #1ca54b;
    box-shadow: 0 15px 35px rgba(18,125,55,.3);
    font-weight: 700;
}
.floating-whatsapp:hover { color: var(--white); transform: translateY(-2px); }
.floating-whatsapp i { font-size: 23px; }
#backToTop {
    position: fixed;
    left: 20px;
    bottom: 22px;
    z-index: 1035;
    width: 46px;
    height: 46px;
    display: none;
    border: 0;
    border-radius: 50%;
    color: var(--white);
    background: var(--maroon);
    box-shadow: var(--shadow-sm);
}

.cart-canvas { width: min(440px, 100vw) !important; }
.cart-canvas .offcanvas-header { border-bottom: 1px solid #eee3dc; }
.cart-canvas .offcanvas-header small,
.custom-modal .modal-header small { color: var(--saffron); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.cart-canvas .offcanvas-title,
.custom-modal .modal-title { color: var(--maroon); font-family: 'Yatra One', serif; font-size: 28px; font-weight: 400; }
.cart-empty i { color: #dbc9c0; font-size: 58px; }
.cart-empty h3 { color: var(--maroon); font-size: 20px; }
.cart-empty p { color: var(--muted); }
.cart-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid #eee4de; }
.cart-line img { width: 72px; height: 72px; object-fit: cover; border-radius: 13px; }
.cart-line h4 { margin: 0 0 4px; color: var(--maroon-dark); font-size: 17px; }
.cart-line small { color: var(--muted); }
.cart-line-actions { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.qty-btn { width: 28px; height: 28px; border: 1px solid #dfd0c8; border-radius: 8px; background: var(--white); color: var(--maroon); }
.cart-line-price { text-align: right; }
.cart-line-price strong { display: block; color: var(--maroon); }
.remove-item { border: 0; color: #b84a3d; background: transparent; font-size: 14px; }
.cart-summary { padding-top: 16px; border-top: 2px solid #eee3dc; }
.cart-summary > div { display: flex; justify-content: space-between; padding: 4px 0; }
.cart-summary .total { margin-top: 8px; padding-top: 10px; border-top: 1px dashed #d7c6bd; color: var(--maroon); font-size: 21px; }
.cart-summary small { color: var(--muted); }
.custom-modal { border: 0; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); }
.custom-modal .modal-header { border-bottom-color: #eee3dc; }
.custom-modal .modal-footer { border-top-color: #eee3dc; }
.form-label { color: #4f3931; font-weight: 700; font-size: 14px; }
.form-control, .form-select { min-height: 48px; border-radius: 12px; border-color: #ddcfc7; }
.form-control:focus, .form-select:focus { border-color: var(--saffron); box-shadow: 0 0 0 .25rem rgba(232,154,25,.13); }
.checkout-summary { padding: 18px; border-radius: 14px; background: var(--cream); }
.checkout-summary h3 { color: var(--maroon); font-size: 18px; }
.checkout-summary-row { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; color: #5e4840; }
.checkout-summary-row.total { margin-top: 8px; padding-top: 10px; border-top: 1px dashed #cdb9ad; color: var(--maroon); font-weight: 800; }
.product-modal-content > img { width: 100%; height: 300px; object-fit: cover; }
.product-modal-content h2 { color: var(--maroon); font-family: 'Yatra One', serif; font-weight: 400; }
.product-modal-content small { color: var(--saffron); }
.modal-close-float { position: absolute; z-index: 3; right: 15px; top: 15px; padding: 10px; border-radius: 50%; background-color: rgba(255,255,255,.9); }
.modal-price { color: var(--maroon); font-size: 25px; }
.toast { border: 0; color: var(--white); background: var(--maroon); box-shadow: var(--shadow-lg); }
.toast i { color: var(--gold); }
.lightbox { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 30px; background: rgba(23,5,3,.93); }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1100px, 94vw); max-height: 88vh; border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.lightbox-close { position: absolute; top: 22px; right: 25px; width: 48px; height: 48px; border: 0; border-radius: 50%; color: var(--white); background: rgba(255,255,255,.12); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .15s; }

@media (max-width: 1199.98px) {
    .hero-section { min-height: auto; }
    .hero-copy h1 { font-size: 60px; }
    .hero-image-wrap { width: 91%; }
    .gallery-item:not(.gallery-large):not(.gallery-wide) { grid-column: span 6; }
    .gallery-wide { grid-column: span 12; }
}

@media (max-width: 991.98px) {
    body { font-size: 16px; }
    .top-strip { display: none; }
    .main-navbar .navbar-collapse { padding: 18px 0 8px; }
    .navbar-nav { align-items: stretch !important; }
    .navbar-nav .nav-link { padding: 10px 4px !important; }
    .navbar-nav .nav-link::after { left: 4px; right: auto; width: 35px; bottom: 4px; }
    .cart-btn { width: 100%; margin-top: 10px; }
    .hero-section { padding-top: 70px; text-align: center; }
    .hero-copy h1, .hero-lead { margin-left: auto; margin-right: auto; }
    .hero-actions, .trust-row { justify-content: center; }
    .hero-visual { margin: 30px auto 0; }
    .feature-band { margin-top: 0; }
    .section-space { padding: 80px 0; }
    .about-collage { margin: 0 auto 35px; }
    .process-row::before { display: none; }
    .swamni-card { padding: 45px 35px; text-align: center; }
    .swamni-points { justify-content: center; }
    .gallery-grid { grid-auto-rows: 230px; }
    .gallery-large { grid-column: span 12; grid-row: span 2; }
    .gallery-item:not(.gallery-large):not(.gallery-wide) { grid-column: span 6; }
    .review-card { padding: 42px 70px; }
    .map-wrap, .map-wrap iframe { min-height: 420px; }
}

@media (max-width: 767.98px) {
    .navbar-brand strong { font-size: 21px; }
    .navbar-brand small { font-size: 9px; }
    .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
    .hero-section { padding: 55px 0 105px; }
    .hero-copy h1 { font-size: 45px; }
    .hero-lead { font-size: 17px; }
    .hero-actions .btn { width: 100%; }
    .trust-row > div { min-width: 100px; padding-right: 10px; }
    .hero-image-wrap { width: 90%; border-width: 7px; }
    .floating-card { transform: scale(.88); }
    .card-one { left: -8px; }
    .card-two { right: -4px; }
    .price-bubble { width: 95px; height: 95px; }
    .price-bubble strong { font-size: 22px; }
    .section-heading { margin-bottom: 35px; }
    .section-heading h2 { font-size: 37px; }
    .mini-feature { padding: 14px 12px; }
    .mini-feature > i { font-size: 24px; }
    .mini-feature strong { font-size: 14px; }
    .about-collage { min-height: 490px; }
    .about-main { height: 430px; }
    .about-small { height: 260px; }
    .legacy-card { left: 3%; }
    .check-grid { grid-template-columns: 1fr; }
    .product-image { height: 240px; }
    .product-body p { min-height: auto; }
    .swamni-card { padding: 38px 22px; border-radius: 24px; }
    .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
    .gallery-large, .gallery-item:not(.gallery-large):not(.gallery-wide), .gallery-wide { grid-column: auto; grid-row: auto; }
    .review-card { padding: 40px 28px; }
    .review-card > p { font-size: 18px; }
    .carousel-control-prev, .carousel-control-next { width: 39px; height: 39px; top: auto; bottom: -65px; }
    .carousel-control-prev { left: calc(50% - 48px); }
    .carousel-control-next { right: calc(50% - 48px); }
    .contact-panel { padding: 28px 22px; }
    .floating-whatsapp span { display: none; }
    .floating-whatsapp { width: 52px; height: 52px; justify-content: center; padding: 0; border-radius: 50%; }
    #backToTop { width: 44px; height: 44px; }
}

@media (max-width: 479.98px) {
    .hero-copy h1 { font-size: 39px; }
    .hero-image-wrap { width: 94%; }
    .floating-card { padding: 9px 10px; }
    .floating-card .icon, .floating-card .rating-icon { width: 34px; height: 34px; }
    .floating-card strong { font-size: 13px; }
    .floating-card small { font-size: 9px; }
    .card-one { top: 10%; }
    .card-two { bottom: 10%; }
    .trust-row { gap: 8px; }
    .trust-row > div { border-right: 0; }
    .about-collage { min-height: 420px; }
    .about-main { width: 80%; height: 370px; }
    .about-small { width: 48%; height: 220px; border-width: 6px; }
    .legacy-card { max-width: 205px; padding: 12px 15px; }
    .product-footer { align-items: flex-end; }
    .add-to-cart { padding: 9px 12px; }
    .swamni-card h2 { font-size: 34px; }
    .cart-line { grid-template-columns: 58px 1fr; }
    .cart-line img { width: 58px; height: 58px; }
    .cart-line-price { grid-column: 2; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
