/*
 * Narayana Shop 2026
 * Visual direction: calm, light and tactile; built as a non-destructive layer
 * over the licensed Seller theme.
 */

@font-face {
    font-family: "Narayana Sans";
    src: url("../fonts/montserrat/Montserrat-400-6.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Narayana Sans";
    src: url("../fonts/montserrat/Montserrat-500-7.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Narayana Sans";
    src: url("../fonts/montserrat/Montserrat-700-8.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Narayana Serif";
    src: url("../fonts/lora/Lora-400-3.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Narayana Serif";
    src: url("../fonts/lora/Lora-700-4.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root,
[data-bs-theme="light"] {
    --narayana-ink: #133847;
    --narayana-ink-soft: #526f7a;
    --narayana-green: #1a627e;
    --narayana-green-strong: #0c4057;
    --narayana-green-soft: #e9f4f7;
    --narayana-sage: #5f9bb3;
    --narayana-turquoise: #2a8790;
    --narayana-turquoise-deep: #176b75;
    --narayana-turquoise-soft: #dff3f2;
    --narayana-gold: #e2be6a;
    --narayana-gold-soft: #f4d690;
    --narayana-cream: #f8f7f2;
    --narayana-milk: #ffffff;
    --narayana-line: #d9e8ed;
    --narayana-line-strong: #bdd5df;
    --narayana-shadow: 0 22px 70px rgba(12, 64, 87, 0.13);
    --narayana-shadow-soft: 0 10px 34px rgba(12, 64, 87, 0.08);

    --bs-theme: var(--narayana-green);
    --bs-theme-rgb: 26, 98, 126;
    --bs-primary: var(--narayana-green);
    --bs-primary-rgb: 26, 98, 126;
    --bs-accent: var(--narayana-gold);
    --bs-accent-rgb: 226, 190, 106;
    --bs-body-font-family: "Narayana Sans", "Nunito", system-ui, sans-serif;
    --bs-body-color: var(--narayana-ink);
    --bs-body-color-rgb: 19, 56, 71;
    --bs-body-bg: var(--narayana-cream);
    --bs-body-bg-rgb: 251, 250, 246;
    --bs-heading-color: var(--narayana-ink);
    --bs-link-color: var(--narayana-green);
    --bs-link-color-rgb: 26, 98, 126;
    --bs-link-hover-color: var(--narayana-green-strong);
    --bs-link-hover-color-rgb: 12, 64, 87;
    --bs-secondary-color: var(--narayana-ink-soft);
    --bs-secondary-bg: #f3f6f3;
    --bs-tertiary-bg: #f8f7f2;
    --bs-border-color: var(--narayana-line);
    --bs-border-color-translucent: rgba(26, 98, 126, 0.14);
    --bs-border-radius: 1rem;
    --bs-border-radius-sm: 0.7rem;
    --bs-border-radius-lg: 1.25rem;
    --bs-border-radius-xl: 1.5rem;
    --bs-box-shadow: var(--narayana-shadow-soft);
    --bs-focus-ring-color: rgba(26, 98, 126, 0.22);
}

html {
    background: var(--narayana-cream);
    color-scheme: light;
}

body {
    min-width: 320px;
    color: var(--narayana-ink);
    background:
        radial-gradient(circle at 90% 2%, rgba(183, 202, 191, 0.16), transparent 22rem),
        var(--narayana-cream);
    font-family: "Narayana Sans", "Nunito", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.62;
    letter-spacing: 0.005em;
}

body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
.b-home-slider__title,
.b-banners-01__title,
.b-logo__text {
    font-family: "Narayana Serif", "Lora", Georgia, serif;
    color: var(--narayana-ink);
    font-weight: 600;
    letter-spacing: -0.025em;
}

h1,
.h1 {
    font-size: clamp(2rem, 3.5vw, 3.35rem);
    line-height: 1.12;
}

h2,
.h2 {
    font-size: clamp(1.6rem, 2.5vw, 2.35rem);
    line-height: 1.18;
}

h3,
.h3 {
    font-size: clamp(1.3rem, 1.8vw, 1.75rem);
    line-height: 1.25;
}

a {
    text-underline-offset: 0.2em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(31, 102, 92, 0.24);
    outline-offset: 2px;
}

img {
    color: transparent;
}

:root .text-quaternary,
[data-bs-theme="light"] .text-quaternary {
    color: #4f5f5b !important;
}

:root .text-success,
[data-bs-theme="light"] .text-success {
    color: #2f6a46 !important;
}

.container-xl,
.container-xxl {
    --bs-gutter-x: clamp(1.25rem, 4vw, 4rem);
}

.l-main {
    overflow: clip;
}

/* Header */

.l-desktop-header,
.l-mobile-header .navbar,
.l-desktop-header--fixed {
    color: var(--narayana-ink);
    background: rgba(255, 254, 250, 0.94) !important;
    border-color: var(--narayana-line) !important;
    box-shadow: 0 8px 30px rgba(23, 60, 56, 0.05) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.l-desktop-header-top {
    color: var(--narayana-ink-soft);
    background: #f2f6f3;
    border-color: var(--narayana-line);
}

.l-desktop-header-top__row {
    min-height: 42px;
}

.l-desktop-header-middle__row {
    min-height: 76px;
}

.l-desktop-header-bottom {
    background: var(--narayana-milk);
    border-top: 1px solid var(--narayana-line);
    border-bottom: 1px solid var(--narayana-line);
}

.l-desktop-header-bottom__row {
    min-height: 54px;
}

.b-logo__text {
    color: var(--narayana-green);
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.b-logo-description {
    max-width: 17rem;
    color: var(--narayana-ink-soft) !important;
    line-height: 1.35;
}

.b-nav-pages__nav-link,
.b-nav-categories__nav-link {
    color: var(--narayana-ink) !important;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.l-desktop-header-bottom .b-nav-categories__nav-link {
    color: var(--narayana-milk) !important;
}

.l-desktop-header-bottom .b-nav-categories__nav-link:hover,
.l-desktop-header-bottom .b-nav-categories__nav-link:focus-visible {
    color: var(--narayana-gold-soft) !important;
}

.b-home-slider .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    padding: 16px;
    background-clip: content-box;
}

.b-nav-pages__nav-link:hover,
.b-nav-categories__nav-link:hover {
    color: var(--narayana-green) !important;
}

.b-search__input,
.b-search-pro input,
.form-control,
.form-select {
    min-height: 46px;
    color: var(--narayana-ink);
    background-color: #fff;
    border: 1px solid var(--narayana-line-strong);
    border-radius: 0.9rem;
    box-shadow: none;
}

.b-search__input {
    padding-inline: 1.15rem;
    background: #fff;
}

.b-search__input:hover,
.b-search__input:focus,
.form-control:hover,
.form-control:focus,
.form-select:hover,
.form-select:focus {
    border-color: var(--narayana-sage);
    box-shadow: 0 0 0 4px rgba(31, 102, 92, 0.08);
}

.b-cart,
.b-user,
.b-compare,
.b-wishlist {
    color: var(--narayana-ink);
}

.b-cart__badge,
.b-compare__badge,
.b-wishlist__badge {
    color: #fff;
    background: var(--narayana-gold) !important;
}

/* Buttons */

.btn {
    min-height: 42px;
    border-radius: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition:
        transform 160ms ease,
        box-shadow 160ms ease,
        background-color 160ms ease,
        border-color 160ms ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn:active {
    transform: translateY(0);
}

.btn-theme,
.bg-theme {
    color: #fff !important;
    background: var(--narayana-green) !important;
    border-color: var(--narayana-green) !important;
}

.btn-theme:hover,
.btn-theme:focus {
    color: #fff !important;
    background: var(--narayana-green-strong) !important;
    border-color: var(--narayana-green-strong) !important;
    box-shadow: 0 10px 24px rgba(31, 102, 92, 0.18);
}

.btn-outline-theme {
    color: var(--narayana-green);
    background: transparent;
    border-color: var(--narayana-sage);
}

.btn-outline-theme:hover,
.btn-outline-theme:focus {
    color: #fff;
    background: var(--narayana-green);
    border-color: var(--narayana-green);
}

.btn-white,
.btn-gray-100,
.btn-gray-200,
.btn-gray-300 {
    color: var(--narayana-ink);
    background: #fff;
    border-color: var(--narayana-line);
}

/* Hero, banners and category navigation */

.b-home-slider,
.b-home-slider__inner,
.b-category-banner,
.b-header-c-banner__item,
.b-footer-c-banner__item {
    border-radius: 1.5rem;
    overflow: hidden;
}

.b-home-slider {
    margin-top: clamp(0.75rem, 2vw, 1.5rem);
    box-shadow: var(--narayana-shadow);
}

.b-home-slider__inner::after {
    background: linear-gradient(90deg, rgba(11, 42, 38, 0.66), rgba(11, 42, 38, 0.06) 70%);
}

.b-home-slider__text-wrapper {
    max-width: 44rem;
}

.b-home-slider__title {
    color: #fff;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.05;
    text-wrap: balance;
}

.b-home-slider__text {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.b-categories-01__link,
.b-categories-02__link,
.b-categories-03__item,
.b-subpages-02__item {
    background: var(--narayana-milk);
    border: 1px solid var(--narayana-line);
    border-radius: 1.15rem;
    box-shadow: var(--narayana-shadow-soft);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

.b-categories-01__link:hover,
.b-categories-02__link:hover,
.b-categories-03__item:hover,
.b-subpages-02__item:hover {
    transform: translateY(-3px);
    border-color: var(--narayana-sage);
    box-shadow: var(--narayana-shadow);
}

.b-categories-01__image,
.b-categories-02__image,
.b-categories-03__image {
    border-radius: 1rem;
    background: #f4f6f2;
}

.b-categories-01__name,
.b-categories-02__name,
.b-categories-03__name {
    color: var(--narayana-ink);
    font-weight: 700;
}

.b-banners-01__item,
.b-banners-02__item,
.b-banners-03__item,
.b-banners-image-01__item,
.b-sidebar-banner__item {
    border: 1px solid var(--narayana-line);
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: var(--narayana-shadow-soft);
}

/* Catalog controls */

.b-header-global {
    padding-block: clamp(1.5rem, 3vw, 3rem);
}

.breadcrumb {
    color: var(--narayana-ink-soft);
    font-size: 0.9rem;
}

.b-category-actions,
.b-category-sorting,
.b-category-filters,
.b-category-views {
    border-color: var(--narayana-line) !important;
}

.b-sidebar-categories-01,
.b-sidebar-filters,
.b-sidebar-tags {
    padding: 1.15rem;
    background: var(--narayana-milk);
    border: 1px solid var(--narayana-line);
    border-radius: 1.1rem;
    box-shadow: var(--narayana-shadow-soft);
}

.b-sidebar-categories-01 a,
.b-sidebar-tags a,
.filter-link {
    color: var(--narayana-ink-soft);
}

.b-sidebar-categories-01 a:hover,
.b-sidebar-tags a:hover,
.filter-link:hover,
.filter-link.active {
    color: var(--narayana-green);
}

/* Product cards */

.s-products-list--grid {
    --bs-gutter-y: 1.25rem;
}

.s-product-wrapper {
    min-width: 0;
}

.s-product-block {
    padding: clamp(0.8rem, 1.6vw, 1.2rem) !important;
    background: var(--narayana-milk) !important;
    border: 1px solid var(--narayana-line) !important;
    border-radius: 1.2rem !important;
    box-shadow: 0 6px 22px rgba(23, 60, 56, 0.045);
    transition:
        transform 190ms ease,
        box-shadow 190ms ease,
        border-color 190ms ease;
}

.s-product-block:hover {
    transform: translateY(-4px);
    border-color: var(--narayana-sage) !important;
    box-shadow: 0 18px 42px rgba(23, 60, 56, 0.11);
}

.b-products-images__wrapper,
.b-products-images__items,
.b-products-images__image {
    border-radius: 0.95rem;
}

.b-products-images__wrapper {
    overflow: hidden;
    background: #f5f7f3;
}

.b-products-images__image img,
.b-products-images img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 0.45rem;
    mix-blend-mode: multiply;
    transition: transform 300ms ease;
}

.s-product-block:hover .b-products-images__image img,
.s-product-block:hover .b-products-images img {
    transform: scale(1.025);
}

.s-product-header {
    min-height: 2.9em;
    color: var(--narayana-ink) !important;
    font-weight: 700;
    line-height: 1.4 !important;
}

.s-product-header:hover {
    color: var(--narayana-green) !important;
}

.b-products-price {
    color: var(--narayana-green-strong);
    font-size: 1.13rem;
    font-weight: 800;
}

.b-products-badges .badge,
.b-product-badges .badge {
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(23, 60, 56, 0.08);
}

.s-buttons-wrapper .b-products-submit,
.s-buttons-wrapper .b-product-submit {
    flex: 1 1 9rem;
}

.s-buttons-wrapper .btn-theme {
    width: 100%;
}

/* Product page */

.b-product-01__inner {
    gap: clamp(1.5rem, 4vw, 4rem);
}

.b-product-images__main,
.b-product-info,
.b-product-no-tabs__item,
.b-product-tabs,
.b-product-no-tabs {
    background: var(--narayana-milk);
    border: 1px solid var(--narayana-line);
    border-radius: 1.25rem;
    box-shadow: var(--narayana-shadow-soft);
}

.b-product-images__main {
    overflow: hidden;
}

.b-product-images__main img {
    object-fit: contain;
    mix-blend-mode: multiply;
}

.b-product-info {
    padding: clamp(1.1rem, 2.5vw, 2rem);
}

.b-product-price {
    color: var(--narayana-green-strong);
}

.b-product-tabs .nav-link.active {
    color: var(--narayana-green);
    border-color: var(--narayana-line) var(--narayana-line) var(--narayana-milk);
}

.b-product-features__feature,
.b-products-features__feature {
    border-color: var(--narayana-line);
}

/* Cart and checkout */

.b-cart__item,
.b-cart__total,
.s-checkout-order-page .wa-order-form-wrapper > .wa-step-section,
.s-checkout-order-page .wa-cart-section,
.s-checkout-order-page .wa-total-section {
    background: var(--narayana-milk);
    border: 1px solid var(--narayana-line) !important;
    border-radius: 1.15rem !important;
    box-shadow: var(--narayana-shadow-soft);
}

.s-checkout-order-page .wa-order-form-wrapper {
    color: var(--narayana-ink);
    font-family: "Narayana Sans", "Nunito", system-ui, sans-serif;
}

.s-checkout-order-page .wa-order-form-wrapper .wa-step-header {
    color: var(--narayana-ink);
}

.s-checkout-order-page .wa-field-wrapper input,
.s-checkout-order-page .wa-field-wrapper select,
.s-checkout-order-page .wa-field-wrapper textarea,
.s-checkout-order-page .wa-dropdown > .wa-dropdown-toggle {
    min-height: 46px;
    color: var(--narayana-ink);
    background: #fff;
    border: 1px solid var(--narayana-line-strong);
    border-radius: 0.85rem;
}

.s-checkout-order-page .wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper,
.s-checkout-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper {
    background: #fff;
    border: 1px solid var(--narayana-line);
    border-radius: 1rem;
    transition:
        border-color 160ms ease,
        background-color 160ms ease,
        box-shadow 160ms ease;
}

.s-checkout-order-page .wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper:hover,
.s-checkout-order-page .wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active,
.s-checkout-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper:hover,
.s-checkout-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper.is-active {
    background: var(--narayana-green-soft);
    border-color: var(--narayana-green) !important;
    box-shadow: 0 8px 24px rgba(31, 102, 92, 0.09);
}

.s-checkout-order-page .wa-button {
    min-height: 46px;
    padding: 0.7rem 1.25rem;
    color: #fff;
    background: var(--narayana-green);
    border: 1px solid var(--narayana-green);
    border-radius: 0.85rem;
    font-weight: 700;
}

.s-checkout-order-page .wa-button:hover {
    background: var(--narayana-green-strong);
    border-color: var(--narayana-green-strong);
}

/* Content and footer */

.b-prose,
.s-user-content {
    color: #365953;
}

.b-prose p,
.s-user-content p {
    max-width: 72ch;
}

.b-prose blockquote,
.s-user-content blockquote {
    padding: 1.25rem 1.4rem;
    color: var(--narayana-ink);
    background: var(--narayana-green-soft);
    border-left: 4px solid var(--narayana-green);
    border-radius: 0 1rem 1rem 0;
}

.l-footer {
    margin-top: clamp(3rem, 7vw, 7rem);
    color: #dfece7;
    background: var(--narayana-ink);
}

.l-footer .b-footer-01,
.l-footer .border-top {
    border-color: rgba(223, 236, 231, 0.16) !important;
}

.l-footer a,
.l-footer .link-gray,
.l-footer .link-emphasis,
.l-footer .text-emphasis,
.l-footer .text-quaternary {
    color: #dfece7 !important;
}

.l-footer a:hover {
    color: #fff !important;
}

.l-footer .form-control,
.l-footer .form-select {
    color: var(--narayana-ink);
    background: #fff;
}

.b-cookies-alert {
    color: var(--narayana-ink);
    background: rgba(255, 254, 250, 0.97);
    border: 1px solid var(--narayana-line);
    border-radius: 1rem;
    box-shadow: var(--narayana-shadow);
    backdrop-filter: blur(16px);
}

/* Accessibility and reduced motion */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Responsive */

@media (max-width: 991.98px) {
    body {
        font-size: 15.5px;
        background: var(--narayana-cream);
    }

    .l-mobile-header .navbar {
        min-height: 62px;
    }

    .l-mobile-header__top {
        min-height: 54px;
    }

    .l-mobile-header__offcanvas,
    .b-search__offcanvas,
    .b-mobile-callback__offcanvas {
        color: var(--narayana-ink);
        background: var(--narayana-milk);
    }

    .b-mobile-fixed-panel {
        color: var(--narayana-ink);
        background: rgba(255, 254, 250, 0.97);
        border-top: 1px solid var(--narayana-line);
        box-shadow: 0 -8px 28px rgba(23, 60, 56, 0.08);
        backdrop-filter: blur(16px);
    }

    .b-home-slider {
        border-radius: 1.2rem;
    }

    .b-home-slider__img--mobile-brand {
        background:
            radial-gradient(circle at 82% 24%, rgba(224, 188, 112, 0.38) 0 8%, transparent 8.5%),
            radial-gradient(circle at 84% 28%, transparent 0 17%, rgba(255, 255, 255, 0.16) 17.5% 18%, transparent 18.5%),
            radial-gradient(circle at 18% 86%, rgba(255, 255, 255, 0.12) 0 13%, transparent 13.5%),
            linear-gradient(135deg, #315f56 0%, #457a6e 48%, #6b9586 100%);
    }

    .b-home-slider__inner::after {
        background: linear-gradient(90deg, rgba(11, 42, 38, 0.58), rgba(11, 42, 38, 0.2));
    }

    .b-home-slider__text-wrapper {
        padding: 1.4rem;
    }

    .s-main-wrapper {
        padding-inline: 0.75rem;
    }

    .s-product-block {
        border-radius: 1rem !important;
    }

    .s-product-header {
        min-height: 3.9em;
        font-size: 0.95rem;
    }

    .s-products-list--grid {
        --bs-gutter-x: 0.65rem;
        --bs-gutter-y: 0.65rem;
    }
}

@media (max-width: 575.98px) {
    .container-fluid,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 1.35rem;
    }

    h1,
    .h1 {
        font-size: clamp(1.85rem, 9vw, 2.4rem);
    }

    h2,
    .h2 {
        font-size: clamp(1.5rem, 7vw, 1.9rem);
    }

    .b-header-global {
        padding-block: 1.35rem;
    }

    .s-product-block {
        padding: 0.65rem !important;
    }

    .s-product-block .mb-4 {
        margin-bottom: 0.65rem !important;
    }

    .s-product-header {
        min-height: 4.15em;
        font-size: 0.88rem;
    }

    .b-products-price {
        font-size: 1rem;
    }

    .s-buttons-wrapper {
        gap: 0.4rem !important;
    }

    .s-buttons-wrapper .btn {
        min-height: 40px;
        padding-inline: 0.55rem;
        font-size: 0.85rem;
    }

    .b-product-info {
        padding: 1rem;
    }

    .s-checkout-order-page .wa-order-form-wrapper > .wa-step-section {
        padding-inline: 0.8rem !important;
    }
}

/* Partnership formats — 2026-08-03 */

.nr-partners {
    position: relative;
    isolation: isolate;
    padding: clamp(4.5rem, 7.5vw, 7.5rem) 0;
    overflow: hidden;
    color: #edf9f6;
    background:
        radial-gradient(circle at 82% 12%, rgba(6, 196, 198, 0.2), transparent 27rem),
        radial-gradient(circle at 8% 82%, rgba(236, 193, 102, 0.13), transparent 25rem),
        linear-gradient(145deg, #082c3f 0%, #063d48 48%, #072f3c 100%);
}

.nr-partners::before,
.nr-partners::after {
    position: absolute;
    z-index: -1;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(230, 197, 119, 0.14);
    border-radius: 50%;
}

.nr-partners::before {
    top: -20rem;
    right: -11rem;
    width: 42rem;
    aspect-ratio: 1;
    box-shadow:
        0 0 0 4rem rgba(6, 196, 198, 0.025),
        0 0 0 8rem rgba(236, 193, 102, 0.018);
}

.nr-partners::after {
    bottom: -14rem;
    left: -9rem;
    width: 30rem;
    aspect-ratio: 1;
    box-shadow: inset 0 0 5rem rgba(6, 196, 198, 0.07);
}

.nr-partners__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: clamp(2rem, 5vw, 6rem);
    margin-bottom: clamp(2.25rem, 4vw, 4rem);
}

.nr-partners__copy {
    max-width: 54rem;
}

.nr-partners__eyebrow {
    margin-bottom: 1rem;
    color: #68e0db;
    font-family: "Narayana Sans", "Montserrat", Arial, sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.nr-partners__copy h2 {
    max-width: 13ch;
    margin: 0;
    color: #fff;
    font-family: "Narayana Serif", "Playfair Display", Georgia, serif;
    font-size: clamp(2.8rem, 5vw, 5.4rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.nr-partners__copy > p {
    max-width: 46rem;
    margin: 1.5rem 0 0;
    color: rgba(232, 248, 245, 0.72);
    font-size: clamp(0.95rem, 1.2vw, 1.12rem);
    line-height: 1.7;
}

.nr-partners__audience {
    display: flex;
    max-width: 19rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.55rem;
}

.nr-partners__audience span,
.nr-partner-card__label {
    display: inline-flex;
    min-height: 1.9rem;
    align-items: center;
    padding: 0.4rem 0.7rem;
    color: rgba(236, 250, 247, 0.76);
    border: 1px solid rgba(236, 250, 247, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    font-size: 0.66rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.nr-partners__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
    grid-template-rows: repeat(2, minmax(17.5rem, auto));
    gap: clamp(0.8rem, 1.3vw, 1.15rem);
}

.nr-partner-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: clamp(1.35rem, 2.1vw, 2rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: clamp(1.35rem, 2.2vw, 2rem);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 1.4rem 4rem rgba(0, 17, 29, 0.16);
    backdrop-filter: blur(8px);
}

.nr-partner-card::after {
    position: absolute;
    right: -4rem;
    bottom: -5rem;
    width: 11rem;
    aspect-ratio: 1;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(112, 230, 221, 0.14);
    border-radius: 50%;
    box-shadow: 0 0 0 2.25rem rgba(112, 230, 221, 0.025);
}

.nr-partner-card--turnkey {
    grid-row: 1 / 3;
    justify-content: space-between;
    border-color: rgba(232, 197, 111, 0.25);
    background:
        radial-gradient(circle at 74% 19%, rgba(238, 201, 111, 0.14), transparent 15rem),
        linear-gradient(145deg, rgba(12, 96, 99, 0.88), rgba(4, 50, 60, 0.9));
}

.nr-partner-card--custom {
    background:
        radial-gradient(circle at 86% 15%, rgba(6, 196, 198, 0.18), transparent 12rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
}

.nr-partner-card--mini {
    background:
        radial-gradient(circle at 86% 15%, rgba(233, 196, 112, 0.15), transparent 12rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
}

.nr-partner-card__topline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: clamp(1.75rem, 4vw, 3.2rem);
}

.nr-partner-card__number {
    color: #70e3dd;
    font-family: "Narayana Sans", "Montserrat", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.nr-partner-card--turnkey .nr-partner-card__number {
    color: #f0ce7e;
}

.nr-partner-card h3,
.nr-partners__path h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-family: "Narayana Serif", "Playfair Display", Georgia, serif;
    font-size: clamp(1.6rem, 2.25vw, 2.55rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.nr-partner-card--turnkey h3 {
    max-width: 11ch;
    font-size: clamp(2.25rem, 3.5vw, 4rem);
    line-height: 1.02;
}

.nr-partner-card p {
    position: relative;
    z-index: 1;
    margin: 1rem 0 0;
    color: rgba(233, 248, 245, 0.7);
    font-size: 0.88rem;
    line-height: 1.62;
}

.nr-partner-card--turnkey p {
    max-width: 35rem;
    font-size: clamp(0.92rem, 1.08vw, 1.03rem);
}

.nr-partner-card ul {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.62rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.nr-partner-card li {
    position: relative;
    padding-left: 1.25rem;
    color: rgba(236, 249, 246, 0.78);
    font-size: 0.82rem;
    line-height: 1.45;
}

.nr-partner-card li::before {
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 0.34rem;
    aspect-ratio: 1;
    content: "";
    border-radius: 50%;
    background: #69d9d4;
    box-shadow: 0 0 0 0.25rem rgba(105, 217, 212, 0.09);
}

.nr-partner-card__meta,
.nr-partner-card__signature {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: auto;
    padding-top: 1.35rem;
    color: #87e7e1;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.45;
}

.nr-partner-card__signature {
    color: #f1d393;
    font-family: "Narayana Serif", "Playfair Display", Georgia, serif;
    font-size: clamp(1.05rem, 1.4vw, 1.35rem);
    font-weight: 500;
}

.nr-partners__footnote {
    margin-top: 0.85rem;
    color: rgba(232, 247, 244, 0.48);
    font-size: 0.68rem;
    line-height: 1.45;
}

.nr-partners__path {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.8fr) auto;
    align-items: center;
    gap: clamp(2rem, 4vw, 5rem);
    margin-top: clamp(2.5rem, 4vw, 4rem);
    padding: clamp(1.6rem, 3vw, 2.7rem);
    border: 1px solid rgba(233, 200, 119, 0.23);
    border-radius: clamp(1.4rem, 2.5vw, 2.25rem);
    background:
        radial-gradient(circle at 88% 0%, rgba(238, 199, 105, 0.12), transparent 18rem),
        rgba(2, 27, 39, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nr-partners__path-copy > span {
    display: block;
    margin-bottom: 0.65rem;
    color: #67ddd7;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nr-partners__path h3 {
    font-size: clamp(1.7rem, 2.4vw, 2.7rem);
}

.nr-partners__path p {
    max-width: 42rem;
    margin: 0.9rem 0 0;
    color: rgba(231, 247, 244, 0.65);
    font-size: 0.84rem;
    line-height: 1.6;
}

.nr-partners__steps {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nr-partners__steps li {
    display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr);
    align-items: center;
    gap: 0.7rem;
    color: rgba(239, 250, 248, 0.76);
    font-size: 0.75rem;
    font-weight: 700;
}

.nr-partners__steps span {
    color: #f0cb78;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
}

.nr-partners__actions {
    display: grid;
    min-width: 14.5rem;
    gap: 0.7rem;
}

.nr-partners__button {
    display: inline-flex;
    min-height: 3.15rem;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.8rem 1.25rem;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: "Narayana Sans", "Montserrat", Arial, sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.nr-partners__button:hover {
    color: #fff;
    transform: translateY(-2px);
}

.nr-partners__button--primary {
    border-color: #06c4c6;
    background: #06aeb5;
    box-shadow: 0 0.8rem 2rem rgba(0, 189, 194, 0.18);
}

.nr-partners__button--primary:hover {
    background: #08c8c9;
}

.nr-partners__button--secondary {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.055);
}

.nr-partners__button--secondary:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.09);
}

@media (max-width: 1199.98px) {
    .nr-partners__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }

    .nr-partner-card--turnkey {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 32rem;
    }

    .nr-partner-card--retreat {
        grid-column: 1 / -1;
    }

    .nr-partners__path {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .nr-partners__path-copy {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .nr-partners {
        padding: 4rem 0;
    }

    .nr-partners__intro {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .nr-partners__copy h2 {
        max-width: 15ch;
        font-size: clamp(2.45rem, 11vw, 3.8rem);
    }

    .nr-partners__audience {
        max-width: none;
        justify-content: flex-start;
    }

    .nr-partners__grid {
        grid-template-columns: 1fr;
    }

    .nr-partner-card,
    .nr-partner-card--turnkey,
    .nr-partner-card--retreat {
        grid-column: auto;
        min-height: 0;
    }

    .nr-partner-card--turnkey {
        min-height: 31rem;
    }

    .nr-partner-card__topline {
        margin-bottom: 2rem;
    }

    .nr-partners__path {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }

    .nr-partners__path-copy,
    .nr-partners__steps,
    .nr-partners__actions {
        grid-column: auto;
    }

    .nr-partners__actions {
        min-width: 0;
    }
}

@media (max-width: 575.98px) {
    .nr-partners__eyebrow {
        font-size: 0.62rem;
        letter-spacing: 0.14em;
    }

    .nr-partners__copy > p {
        font-size: 0.88rem;
        line-height: 1.62;
    }

    .nr-partners__audience span {
        min-height: 1.7rem;
        padding: 0.34rem 0.55rem;
        font-size: 0.58rem;
    }

    .nr-partner-card {
        padding: 1.25rem;
        border-radius: 1.3rem;
    }

    .nr-partner-card--turnkey {
        min-height: 0;
    }

    .nr-partner-card--turnkey h3 {
        max-width: 12ch;
        font-size: clamp(2.15rem, 10vw, 3rem);
    }

    .nr-partner-card h3 {
        font-size: clamp(1.55rem, 7.8vw, 2rem);
    }

    .nr-partner-card p,
    .nr-partner-card--turnkey p {
        font-size: 0.83rem;
    }

    .nr-partner-card__meta,
    .nr-partner-card__signature {
        padding-top: 1.5rem;
    }

    .nr-partners__path {
        padding: 1.25rem;
        border-radius: 1.3rem;
    }

    .nr-partners__path h3 {
        font-size: 1.75rem;
    }

    .nr-partners__button {
        width: 100%;
    }
}

/* ==========================================================================
   Narayana Shop 2026 — Ecosystem edition
   A premium, full-screen visual layer. Commerce logic remains in Shop-Script.
   ========================================================================== */

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at 8% 5%, rgba(95, 155, 179, 0.12), transparent 28rem),
        linear-gradient(180deg, #fff 0%, var(--narayana-cream) 100%);
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
.b-home-slider__title,
.b-banners-01__title,
.b-logo__text {
    font-family: "Narayana Serif", "Playfair Display", Georgia, serif;
    font-weight: 500;
    letter-spacing: -0.035em;
}

body,
button,
input,
select,
textarea {
    font-family: "Narayana Sans", "Montserrat", system-ui, sans-serif;
}

.b-logo__img--narayana img {
    display: block;
    width: clamp(3.75rem, 4.2vw, 4.25rem) !important;
    height: clamp(3.75rem, 4.2vw, 4.25rem) !important;
    object-fit: contain;
    filter: drop-shadow(0 0.2rem 0.7rem rgba(3, 27, 38, 0.2));
}

.b-mobile-logo__img--narayana img {
    display: block;
    width: 3rem !important;
    height: 3rem !important;
    object-fit: contain;
    filter: drop-shadow(0 0.16rem 0.55rem rgba(3, 27, 38, 0.18));
}

/* Compact navigation */

.l-desktop-header-top__row {
    min-height: 30px;
}

.l-desktop-header-top__row.py-4 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}

.l-desktop-header-middle__row {
    min-height: 58px;
}

.l-desktop-header-middle.py-3,
.l-desktop-header-middle.pt-5 {
    padding-top: 0.45rem !important;
    padding-bottom: 0.45rem !important;
}

.l-desktop-header-bottom__row {
    min-height: 38px;
}

.l-desktop-header-bottom.py-4 {
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
}

.l-desktop-header-bottom .b-nav-pages__nav-link,
.l-desktop-header-bottom .b-nav-categories__nav-link {
    padding-top: 0.45rem !important;
    padding-bottom: 0.45rem !important;
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.105em;
    text-transform: uppercase;
}

.l-desktop-header .btn-lg {
    min-height: 40px;
    padding: 0.55rem 0.95rem;
    font-size: 0.84rem;
}

.l-desktop-header .icon-lg {
    width: 1.18rem;
    height: 1.18rem;
}

.l-desktop-header .fs-sm {
    margin-top: 0.15rem !important;
    font-size: 0.66rem !important;
    letter-spacing: 0.02em;
}

.l-desktop-header--fixed .l-desktop-header-middle {
    padding-block: 0.4rem !important;
}

.l-desktop-header--fixed .l-desktop-header-middle__row {
    min-height: 50px;
}

.nr-home .l-desktop-header:not(.l-desktop-header--fixed) {
    position: absolute;
    inset: 0 0 auto;
    z-index: 20;
    color: #fff;
    background: linear-gradient(180deg, rgba(4, 31, 44, 0.46), rgba(4, 31, 44, 0)) !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none;
}

.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .l-desktop-header-top {
    display: none;
}

.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .l-desktop-header-middle,
.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .l-desktop-header-bottom {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
}

.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .l-desktop-header-bottom__row {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.85rem;
    background: rgba(5, 41, 56, 0.38) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .link-emphasis,
.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .b-nav-pages__nav-link,
.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .b-nav-categories__nav-link,
.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .btn-dark-theme-link,
.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .b-cart,
.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .b-user,
.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .b-compare,
.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .b-wishlist {
    color: #fff !important;
}

.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .b-catalog__button {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.11) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
}

.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .b-catalog__button:hover {
    background: rgba(255, 255, 255, 0.18) !important;
}

.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .b-search__input {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14px);
}

.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .b-search__input::placeholder {
    color: rgba(255, 255, 255, 0.72);
}

/* Full-screen cinematic hero */

.nr-home .b-home-item:first-child {
    z-index: 3;
}

.nr-hero,
.nr-hero > .swiper,
.nr-hero .swiper-wrapper,
.nr-hero__slide,
.nr-hero__media,
.nr-hero__media-inner {
    width: 100%;
    min-height: 100svh;
    height: 100svh;
}

.nr-hero {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: var(--narayana-green-strong);
    box-shadow: none;
}

.nr-hero .swiper {
    overflow: hidden;
}

.nr-hero .swiper-wrapper {
    position: relative;
    transform: none !important;
}

.nr-hero__slide {
    position: relative;
    overflow: hidden;
    background: #0c4057;
}

.nr-hero .swiper-slide {
    position: absolute !important;
    inset: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0 !important;
    pointer-events: none;
    transform: none !important;
    transition:
        opacity 1.3s ease,
        visibility 1.3s ease !important;
}

.nr-hero .swiper-slide-active {
    z-index: 2;
    visibility: visible;
    opacity: 1 !important;
    pointer-events: auto;
}

.nr-hero__slide::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(3, 27, 40, 0.84) 0%, rgba(3, 27, 40, 0.58) 33%, rgba(3, 27, 40, 0.12) 66%, rgba(3, 27, 40, 0.04) 100%),
        linear-gradient(180deg, rgba(3, 27, 40, 0.22), transparent 38%, rgba(3, 27, 40, 0.32));
}

.nr-hero__slide::after {
    position: absolute;
    inset: auto -9vw -28vh 31vw;
    z-index: 2;
    height: 55vh;
    content: "";
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(244, 214, 144, 0.17), transparent 66%);
    filter: blur(16px);
}

.nr-hero__media {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.nr-hero__image {
    position: absolute;
    inset: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.025);
    transition: transform 8s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.swiper-slide-active .nr-hero__image {
    transform: scale(1);
}

.nr-hero__image--mala {
    background-image: url("../img/narayana/hero/mala-rudraksha.webp");
}

.nr-hero__image--murti {
    background-image: url("../img/narayana/hero/radha-krishna.webp");
}

.nr-hero__image--natural {
    background-image: url("../img/narayana/hero/natural-lifestyle.webp");
}

.nr-hero__content {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: block !important;
    pointer-events: none;
}

.nr-hero__inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: clamp(8rem, 16vh, 11rem);
    padding-bottom: clamp(7rem, 13vh, 9rem);
}

.nr-hero__inner::after {
    display: none;
}

.nr-hero__copy {
    width: min(49vw, 46rem);
    max-width: 46rem;
    padding: 0;
    color: #fff;
    pointer-events: auto;
}

.nr-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.4rem;
    color: var(--narayana-gold-soft);
    font-size: clamp(0.68rem, 0.78vw, 0.78rem);
    font-weight: 600;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.nr-hero__eyebrow::before {
    width: 2.75rem;
    height: 1px;
    content: "";
    background: currentColor;
    opacity: 0.72;
}

.nr-hero__title {
    max-width: 12ch;
    margin: 0;
    color: #fff;
    font-size: clamp(3.1rem, 5.5vw, 5.7rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-wrap: balance;
    text-shadow: 0 3px 28px rgba(3, 27, 40, 0.28);
}

.nr-hero__text {
    max-width: 37rem;
    margin: 1.45rem 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(0.98rem, 1.2vw, 1.14rem);
    font-weight: 400;
    line-height: 1.7;
    text-wrap: pretty;
}

.nr-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.nr-hero__actions .btn {
    min-height: 50px;
    padding: 0.84rem 1.35rem;
    border-radius: 0.9rem;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.nr-hero__primary {
    color: var(--narayana-green-strong) !important;
    background: #fff !important;
    border-color: #fff !important;
    box-shadow: 0 14px 40px rgba(3, 27, 40, 0.19);
}

.nr-hero__primary:hover {
    color: var(--narayana-green-strong) !important;
    background: var(--narayana-gold-soft) !important;
    border-color: var(--narayana-gold-soft) !important;
}

.nr-hero__secondary {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.nr-hero__secondary:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
}

.nr-hero__controls {
    position: absolute;
    inset: auto 0 0;
    z-index: 6;
    min-height: 7rem;
    pointer-events: none;
}

.nr-hero__controls .swiper-nav-wrapper {
    position: absolute;
    right: var(--bs-gutter-x);
    bottom: 2.15rem;
    left: var(--bs-gutter-x);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    pointer-events: none;
}

.nr-hero__controls .swiper-pagination {
    position: static;
    display: flex;
    width: auto;
    gap: 0.45rem;
    pointer-events: auto;
}

.nr-hero__controls .swiper-pagination-bullet {
    position: relative;
    width: 3.25rem;
    height: 2px;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.nr-hero__controls .swiper-pagination-bullet::after {
    position: absolute;
    inset: 0;
    content: "";
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
}

.nr-hero__controls .swiper-pagination-bullet-active::after {
    animation: nr-progress 6.2s linear forwards;
}

.nr-hero__controls .swiper-nav {
    display: flex;
    gap: 0.5rem;
    pointer-events: auto;
}

.nr-hero__arrow {
    position: static;
    width: 2.7rem;
    min-height: 2.7rem;
    margin: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    backdrop-filter: blur(12px);
}

.nr-hero__arrow:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
}

.nr-hero__scroll {
    position: absolute;
    bottom: 2.2rem;
    left: var(--bs-gutter-x);
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
    pointer-events: auto;
}

.nr-hero__scroll:hover {
    color: #fff;
}

.nr-hero__scroll i {
    position: relative;
    width: 1px;
    height: 2.7rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.28);
}

.nr-hero__scroll i::after {
    position: absolute;
    inset: 0;
    content: "";
    background: #fff;
    animation: nr-scroll-cue 2.2s ease-in-out infinite;
}

@keyframes nr-progress {
    to {
        transform: scaleX(1);
    }
}

@keyframes nr-scroll-cue {
    0% {
        transform: translateY(-100%);
    }
    55%,
    100% {
        transform: translateY(100%);
    }
}

/* Flowing home canvas */

.nr-home .s-home-wrapper {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(circle at 95% 16%, rgba(95, 155, 179, 0.13), transparent 29rem),
        radial-gradient(circle at 5% 51%, rgba(226, 190, 106, 0.11), transparent 25rem),
        linear-gradient(180deg, #fff 0%, #eff7f9 30%, #f8f7f2 58%, #fff 100%);
}

.nr-home .b-home-item:not(:first-child) {
    isolation: isolate;
}

.nr-home .b-home-item:not(:first-child)::before {
    position: absolute;
    inset: -5rem -14vw auto;
    z-index: -1;
    height: 18rem;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(ellipse at 26% 55%, rgba(255, 255, 255, 0.94), transparent 42%),
        radial-gradient(ellipse at 70% 24%, rgba(95, 155, 179, 0.08), transparent 34%);
    filter: blur(1px);
}

.nr-home .b-home-item > [class*="border-bottom"] {
    border-bottom-color: rgba(26, 98, 126, 0.1) !important;
}

.nr-home .b-home-item .fs-3 {
    font-family: "Narayana Serif", "Playfair Display", Georgia, serif;
    color: var(--narayana-ink);
    font-size: clamp(2rem, 3.2vw, 3.5rem) !important;
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.nr-home [data-id="home__categories"] {
    scroll-margin-top: 5rem;
    background:
        radial-gradient(circle at 83% 12%, rgba(244, 214, 144, 0.2), transparent 22rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(233, 244, 247, 0.68));
}

.nr-home .b-categories-01 .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

.nr-home .b-categories-01__link {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.74);
    border-color: rgba(26, 98, 126, 0.11);
    border-radius: 1.45rem;
    box-shadow:
        0 14px 40px rgba(12, 64, 87, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
}

.nr-home .b-categories-01__link:hover {
    transform: translateY(-6px);
    border-color: rgba(226, 190, 106, 0.48);
    box-shadow: 0 24px 62px rgba(12, 64, 87, 0.14);
}

.nr-home .b-categories-01__link .card-body {
    padding: 1rem 0.9rem 1.25rem !important;
}

.nr-home .b-categories-01__image {
    width: 100%;
    max-width: 11rem;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 1.15rem;
    background-color: #eef5f6;
    background-position: center;
    background-size: cover;
}

.nr-home .b-categories-01__image img {
    width: 100%;
    height: 100%;
    padding: 0.35rem;
    object-fit: contain;
    transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nr-home .b-categories-01__link:hover .b-categories-01__image img {
    transform: scale(1.06);
}

.nr-home .b-categories-01__link[href="/category/poyasnyye-sumki-iz-konopli/"] .b-categories-01__image {
    background-image: url("../img/narayana/categories/hemp-belt-bag.webp");
}

.nr-home .b-categories-01__link[href="/category/koshyelki-iz-konopli-ekologichnyye-aksyessuary/"] .b-categories-01__image {
    background-image: url("../img/narayana/categories/hemp-wallet.webp");
}

.nr-home .b-categories-01__link[href="/category/ryukzaki/"] .b-categories-01__image {
    background-image: url("../img/narayana/categories/hemp-backpack.webp");
}

.nr-home .b-categories-01__name {
    min-height: 3.1em;
    color: var(--narayana-ink);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.42;
}

.nr-home .s-product-block {
    border-radius: 1.5rem !important;
    box-shadow:
        0 12px 38px rgba(12, 64, 87, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.nr-home .s-product-block:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 70px rgba(12, 64, 87, 0.15);
}

.nr-home .b-products-images__wrapper {
    background:
        radial-gradient(circle at 65% 22%, #fff, transparent 35%),
        linear-gradient(145deg, #eef6f7, #f8f7f2);
    border-radius: 1.2rem;
}

/* Rebuilt referral and volume-discount campaign cards */

.nr-home [data-id="home__banners_01"] {
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 35%, rgba(244, 214, 144, 0.16), transparent 26rem),
        linear-gradient(135deg, #082f44 0%, #0c4057 52%, #1a627e 100%);
}

.nr-home [data-id="home__banners_01"]::after {
    position: absolute;
    inset: -40% -8% auto auto;
    z-index: -1;
    width: min(54vw, 50rem);
    aspect-ratio: 1;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    box-shadow:
        0 0 0 5rem rgba(255, 255, 255, 0.018),
        0 0 0 10rem rgba(255, 255, 255, 0.012);
}

.nr-home [data-id="home__banners_01"] .fs-3 {
    color: #fff;
}

.nr-home [data-id="home__banners_01"] .b-banners-02__item {
    display: grid;
    grid-template-rows: minmax(15rem, 1fr) auto;
    min-height: 23rem;
    overflow: hidden;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.75rem;
    box-shadow:
        0 30px 80px rgba(3, 27, 40, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(22px);
    transition:
        transform 350ms ease,
        background-color 350ms ease,
        border-color 350ms ease;
}

.nr-home [data-id="home__banners_01"] .b-banners-02__item:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(244, 214, 144, 0.42);
}

.nr-home [data-id="home__banners_01"] .b-banners-02__image-wrapper {
    position: relative;
    min-height: 15rem;
    margin: 0 !important;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 33%, rgba(244, 214, 144, 0.44), transparent 14%),
        radial-gradient(circle at 70% 38%, rgba(95, 155, 179, 0.5), transparent 37%),
        linear-gradient(145deg, rgba(5, 37, 52, 0.9), rgba(26, 98, 126, 0.78));
}

.nr-home [data-id="home__banners_01"] .b-banners-02__item:nth-child(2) .b-banners-02__image-wrapper {
    background:
        radial-gradient(circle at 25% 26%, rgba(255, 255, 255, 0.82), transparent 12%),
        radial-gradient(circle at 31% 40%, rgba(244, 214, 144, 0.44), transparent 30%),
        linear-gradient(145deg, #d6e9ee, #5f9bb3 62%, #1a627e);
}

.nr-home [data-id="home__banners_01"] .b-banners-02__image-wrapper img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.nr-home [data-id="home__banners_01"] .b-banners-02__image-wrapper::before {
    position: absolute;
    top: 50%;
    left: 8%;
    z-index: 2;
    color: #fff;
    content: "10%";
    font-family: "Narayana Serif", "Playfair Display", Georgia, serif;
    font-size: clamp(4.4rem, 8vw, 8rem);
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -0.08em;
    text-shadow: 0 12px 42px rgba(3, 27, 40, 0.2);
    transform: translateY(-50%);
}

.nr-home [data-id="home__banners_01"] .b-banners-02__item:nth-child(2) .b-banners-02__image-wrapper::before {
    right: 8%;
    left: auto;
    color: var(--narayana-green-strong);
    content: "−10%";
}

.nr-home [data-id="home__banners_01"] .b-banners-02__image-wrapper::after {
    position: absolute;
    top: 50%;
    right: 7%;
    width: min(17rem, 34vw);
    aspect-ratio: 1;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 48% 52% 63% 37% / 44% 40% 60% 56%;
    background:
        radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.72), transparent 14%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(244, 214, 144, 0.15));
    box-shadow:
        inset -22px -28px 50px rgba(4, 38, 53, 0.16),
        0 30px 70px rgba(3, 27, 40, 0.26);
    transform: translateY(-50%) rotate(12deg);
    backdrop-filter: blur(8px);
}

.nr-home [data-id="home__banners_01"] .b-banners-02__item:nth-child(2) .b-banners-02__image-wrapper::after {
    right: auto;
    left: 8%;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.9), transparent 12%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(226, 190, 106, 0.26));
    box-shadow:
        inset -24px -30px 54px rgba(26, 98, 126, 0.14),
        0 30px 70px rgba(12, 64, 87, 0.2);
}

.nr-home [data-id="home__banners_01"] .b-banners-02__item > .px-3 {
    min-height: 8rem;
    padding: 1.4rem 1.55rem 1.6rem !important;
    background: rgba(4, 33, 47, 0.36);
}

.nr-home [data-id="home__banners_01"] .b-banners-02__item .fs-5 {
    color: #fff;
    font-family: "Narayana Serif", "Playfair Display", Georgia, serif;
    font-size: clamp(1.35rem, 2vw, 2rem) !important;
    line-height: 1.12;
}

.nr-home [data-id="home__banners_01"] .b-banners-02__item .text-quaternary {
    color: rgba(255, 255, 255, 0.68) !important;
}

/* Deep 3D ecosystem footer */

.nr-home .l-footer {
    margin-top: 0;
}

.l-footer {
    position: relative;
    overflow: hidden;
    color: #dcecf1;
    background:
        radial-gradient(circle at 82% 4%, rgba(95, 155, 179, 0.32), transparent 25rem),
        radial-gradient(circle at 12% 98%, rgba(226, 190, 106, 0.14), transparent 24rem),
        linear-gradient(145deg, #062c3e 0%, #0c4057 58%, #0a3549 100%);
}

.l-footer::before {
    position: absolute;
    top: -20rem;
    right: -10rem;
    width: 48rem;
    aspect-ratio: 1;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 44% 56% 61% 39% / 48% 38% 62% 52%;
    background:
        radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.16), transparent 12%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(95, 155, 179, 0.09));
    box-shadow:
        inset -50px -70px 100px rgba(2, 24, 35, 0.2),
        0 60px 120px rgba(2, 24, 35, 0.24);
    transform: rotate(18deg);
}

.l-footer > * {
    position: relative;
    z-index: 1;
}

.nr-footer-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 2rem;
    margin-bottom: clamp(3rem, 6vw, 5rem);
    padding-bottom: clamp(2rem, 4vw, 3.2rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.nr-footer-intro__brand {
    max-width: 35rem;
}

.nr-footer-intro__logo {
    display: inline-block;
    margin-bottom: 1rem;
}

.nr-footer-intro__logo img {
    width: clamp(10rem, 15vw, 14rem);
    filter: brightness(0) invert(1);
}

.nr-footer-intro__brand p {
    max-width: 33rem;
    margin: 0;
    color: rgba(220, 236, 241, 0.7);
    font-family: "Narayana Serif", "Playfair Display", Georgia, serif;
    font-size: clamp(1.35rem, 2.4vw, 2.15rem);
    line-height: 1.3;
    letter-spacing: -0.025em;
}

.nr-footer-intro__promise {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.6rem;
}

.nr-footer-intro__promise span {
    padding: 0.6rem 0.8rem;
    color: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.l-footer .b-footer-01 {
    padding-top: clamp(3.5rem, 7vw, 6rem) !important;
}

.l-footer .b-footer-nav .text-emphasis,
.l-footer .fw-semibold {
    font-size: 0.75rem;
    font-weight: 600 !important;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.l-footer .b-footer-nav a {
    font-size: 0.9rem;
    opacity: 0.72;
    transition:
        opacity 180ms ease,
        transform 180ms ease;
}

.l-footer .b-footer-nav a:hover {
    opacity: 1;
    transform: translateX(3px);
}

@media (max-width: 1199.98px) {
    .nr-hero__title {
        font-size: clamp(2.8rem, 5.4vw, 4.8rem);
    }

    .nr-hero__copy {
        width: min(54vw, 41rem);
    }
}

@media (max-width: 991.98px) {
    .nr-home .l-mobile-header {
        position: absolute;
        inset: 0 0 auto;
        z-index: 20;
        width: 100%;
    }

    .nr-home .l-mobile-header .navbar {
        position: absolute;
        inset: 0 0 auto;
        z-index: 20;
        min-height: 62px;
        color: #fff;
        background: linear-gradient(180deg, rgba(3, 27, 40, 0.48), transparent) !important;
        border: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none;
    }

    .nr-home .l-mobile-header__top {
        min-height: 58px;
    }

    .nr-home .l-mobile-header .btn,
    .nr-home .l-mobile-header .link-emphasis {
        color: #fff !important;
    }

    .nr-home .l-mobile-header__offcanvas,
    .nr-home .l-mobile-header__offcanvas .btn,
    .nr-home .l-mobile-header__offcanvas .link-emphasis {
        color: var(--narayana-ink) !important;
    }

    .b-mobile-fixed-panel .container-fluid > .d-flex {
        gap: 0 !important;
        overflow: visible !important;
    }

    .b-mobile-fixed-panel__item {
        flex: 1 1 20%;
        min-width: 0 !important;
        background: transparent !important;
    }

    .b-mobile-fixed-panel__item:nth-child(6) {
        display: none;
    }

    .b-mobile-fixed-panel__item .fs-xs {
        overflow: hidden;
        font-size: 0.58rem !important;
        letter-spacing: -0.025em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nr-hero,
    .nr-hero > .swiper,
    .nr-hero .swiper-wrapper,
    .nr-hero__slide,
    .nr-hero__media,
    .nr-hero__media-inner {
        min-height: 100svh;
        height: 100svh;
    }

    .nr-hero__slide::before {
        background:
            linear-gradient(180deg, rgba(3, 27, 40, 0.28) 0%, rgba(3, 27, 40, 0.14) 34%, rgba(3, 27, 40, 0.86) 74%, rgba(3, 27, 40, 0.94) 100%),
            linear-gradient(90deg, rgba(3, 27, 40, 0.52), transparent);
    }

    .nr-hero__image {
        background-position: 66% center !important;
    }

    .nr-hero__image--murti {
        background-position: 72% center !important;
    }

    .nr-hero__image--natural {
        background-position: 70% center !important;
    }

    .nr-hero__inner {
        align-items: flex-end;
        padding-top: 7rem;
        padding-bottom: 8rem;
    }

    .nr-hero__copy {
        width: min(92vw, 41rem);
        max-width: 92vw;
    }

    .nr-hero__title {
        max-width: 13ch;
        font-size: clamp(2.3rem, 8.3vw, 4.2rem);
        line-height: 1;
    }

    .nr-hero__text {
        max-width: 34rem;
        margin-top: 1rem;
        font-size: 0.96rem;
        line-height: 1.58;
    }

    .nr-hero__actions {
        margin-top: 1.35rem;
    }

    .nr-hero__controls .swiper-nav-wrapper {
        bottom: 1.45rem;
    }

    .nr-hero__scroll {
        display: none;
    }

    .nr-home .b-categories-01__name {
        font-size: 0.8rem;
    }

    .nr-footer-intro {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .nr-footer-intro__promise {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .nr-hero__inner {
        padding-bottom: 7.8rem;
    }

    .nr-hero__eyebrow {
        margin-bottom: 0.9rem;
        font-size: 0.59rem;
    }

    .nr-hero__title {
        max-width: 12ch;
        font-size: clamp(2.15rem, 10.5vw, 3.25rem);
    }

    .nr-hero__text {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size: 0.88rem;
    }

    .nr-hero__actions {
        gap: 0.5rem;
    }

    .nr-hero__actions .btn {
        min-height: 44px;
        padding: 0.67rem 0.85rem;
        font-size: 0.72rem;
    }

    .nr-hero__controls .swiper-nav-wrapper {
        justify-content: space-between;
    }

    .nr-hero__controls .swiper-pagination-bullet {
        width: 2.2rem;
    }

    .nr-hero__arrow {
        width: 2.4rem;
        min-height: 2.4rem;
    }

    .nr-home .b-home-item .fs-3 {
        font-size: clamp(1.85rem, 8vw, 2.45rem) !important;
    }

    .nr-home .b-categories-01__link {
        border-radius: 1rem;
    }

    .nr-home .b-categories-01__link .card-body {
        padding: 0.55rem 0.5rem 0.85rem !important;
    }

    .nr-home .b-categories-01__image {
        border-radius: 0.8rem;
    }

    .nr-home .b-categories-01__name {
        min-height: 3.6em;
        margin-top: 0.65rem !important;
        font-size: 0.72rem;
    }

    .nr-home [data-id="home__banners_01"] .b-banners-02__item {
        min-height: 20rem;
        border-radius: 1.35rem;
    }

    .nr-home [data-id="home__banners_01"] .b-banners-02__image-wrapper {
        min-height: 12rem;
    }

    .nr-home [data-id="home__banners_01"] .b-banners-02__image-wrapper::before {
        font-size: 4.5rem;
    }

    .nr-home [data-id="home__banners_01"] .b-banners-02__image-wrapper::after {
        width: 9rem;
    }

    .nr-footer-intro__promise span {
        font-size: 0.61rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .nr-hero__controls .swiper-pagination-bullet-active::after,
    .nr-hero__scroll i::after {
        animation: none;
    }

    .nr-hero__image {
        transform: none;
    }
}

/* ==========================================================================
   Narayana Shop 2026 — Divine turquoise edition
   ========================================================================== */

/* One turquoise action language across catalog, cart and checkout */

.btn-theme,
.bg-theme,
.s-checkout-order-page .wa-button {
    color: #fff !important;
    background: linear-gradient(135deg, var(--narayana-turquoise), var(--narayana-turquoise-deep)) !important;
    border-color: var(--narayana-turquoise-deep) !important;
    box-shadow:
        0 12px 28px rgba(23, 107, 117, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.btn-theme:hover,
.btn-theme:focus,
.s-checkout-order-page .wa-button:hover,
.s-checkout-order-page .wa-button:focus {
    color: #fff !important;
    background: linear-gradient(135deg, #319aa0, #125d68) !important;
    border-color: #125d68 !important;
    box-shadow:
        0 16px 34px rgba(23, 107, 117, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn-outline-theme {
    color: var(--narayana-turquoise-deep);
    border-color: rgba(42, 135, 144, 0.5);
}

.btn-outline-theme:hover,
.btn-outline-theme:focus {
    color: #fff;
    background: var(--narayana-turquoise);
    border-color: var(--narayana-turquoise);
}

.s-buttons-wrapper .btn-theme,
.b-product-info .btn-theme,
.b-cart__total .btn-theme {
    border-radius: 0.9rem;
}

.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .b-catalog__button {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(47, 157, 160, 0.92), rgba(24, 111, 120, 0.92)) !important;
    border-color: rgba(172, 239, 235, 0.42) !important;
    box-shadow:
        0 12px 30px rgba(2, 32, 43, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.nr-home .l-desktop-header:not(.l-desktop-header--fixed) .b-catalog__button:hover {
    background: linear-gradient(135deg, #38a4a6, #176b75) !important;
}

/* Five cinematic hero scenes */

.nr-hero__slide::before {
    background:
        linear-gradient(90deg, rgba(3, 43, 52, 0.9) 0%, rgba(8, 76, 84, 0.69) 34%, rgba(8, 76, 84, 0.15) 66%, rgba(3, 27, 40, 0.04) 100%),
        linear-gradient(180deg, rgba(3, 27, 40, 0.2), transparent 38%, rgba(3, 27, 40, 0.34));
}

.nr-hero__image--puja {
    background-image: url("../img/narayana/hero/puja-altar.webp");
}

.nr-hero__image--ayurveda {
    background-image: url("../img/narayana/hero/ayurveda-ritual.webp");
}

.nr-hero .swiper-slide:not(.swiper-slide-active) .nr-hero__content {
    opacity: 0;
    transition: opacity 260ms ease !important;
}

.nr-hero .swiper-slide-active .nr-hero__content {
    opacity: 1;
    transition: opacity 520ms ease 130ms !important;
}

.nr-hero .swiper-slide:not(.swiper-slide-active) .nr-hero__copy {
    transform: translateY(0.75rem);
}

.nr-hero .swiper-slide-active .nr-hero__copy {
    transform: translateY(0);
    transition: transform 750ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nr-hero__primary {
    color: #fff !important;
    background: linear-gradient(135deg, #38a4a6, #176b75) !important;
    border-color: rgba(186, 243, 240, 0.45) !important;
    box-shadow:
        0 16px 42px rgba(2, 32, 43, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.nr-hero__primary:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #46b0b0, #125d68) !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
}

.nr-hero__controls .swiper-pagination-bullet-active::after {
    background: linear-gradient(90deg, var(--narayana-gold-soft), #8dd9d6);
}

/* Welcome slideshow: divine craft, place and care */

.nr-home [data-id="home__about"] {
    overflow: hidden;
    background:
        radial-gradient(circle at 87% 18%, rgba(57, 166, 165, 0.16), transparent 25rem),
        linear-gradient(180deg, #f6fbfa 0%, #e7f4f3 100%);
}

.nr-welcome {
    padding-top: clamp(4rem, 7vw, 7rem) !important;
    padding-bottom: clamp(4rem, 7vw, 7rem) !important;
    border: 0 !important;
}

.nr-welcome__shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    min-height: 42rem;
    overflow: hidden;
    border: 1px solid rgba(42, 135, 144, 0.17);
    border-radius: 2.25rem;
    background: #fff;
    box-shadow:
        0 34px 90px rgba(11, 77, 83, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.nr-welcome__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(2rem, 4.8vw, 5rem);
    overflow: hidden;
    color: rgba(255, 255, 255, 0.82);
    background:
        radial-gradient(circle at 84% 18%, rgba(101, 202, 198, 0.28), transparent 15rem),
        linear-gradient(150deg, #073948 0%, #0e5e67 68%, #176b75 100%);
}

.nr-welcome__copy::before {
    position: absolute;
    right: -8rem;
    bottom: -9rem;
    width: 26rem;
    aspect-ratio: 1;
    content: "";
    opacity: 0.33;
    border: 1px solid rgba(244, 214, 144, 0.48);
    border-radius: 50%;
    background:
        radial-gradient(circle, transparent 0 19%, rgba(244, 214, 144, 0.13) 19.5% 20%, transparent 20.5% 34%, rgba(244, 214, 144, 0.1) 34.5% 35%, transparent 35.5%),
        repeating-conic-gradient(from 0deg, rgba(244, 214, 144, 0.2) 0 1deg, transparent 1deg 30deg);
}

.nr-welcome__copy > * {
    position: relative;
    z-index: 1;
}

.nr-welcome__eyebrow,
.nr-campaigns__eyebrow {
    margin-bottom: 1rem;
    color: var(--narayana-gold-soft);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.nr-welcome__title {
    max-width: 12ch;
    margin: 0;
    color: #fff;
    font-size: clamp(2.45rem, 4.3vw, 4.7rem);
    line-height: 1.01;
    text-wrap: balance;
}

.nr-welcome__text {
    max-width: 37rem;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.7;
}

.nr-welcome__text p {
    margin-bottom: 0.85rem;
}

.nr-welcome__values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.nr-welcome__values span,
.nr-campaign__note {
    padding: 0.52rem 0.7rem;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.nr-welcome__button {
    margin-top: 1.7rem;
}

.nr-welcome__visual,
.nr-welcome__visual .swiper,
.nr-welcome__visual .swiper-wrapper,
.nr-welcome__slide {
    min-width: 0;
    height: 100%;
    min-height: 42rem;
}

.nr-welcome__visual {
    position: relative;
    overflow: hidden;
    background: #dcefee;
}

.nr-welcome__slide {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.nr-welcome__slide::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent 52%, rgba(3, 33, 42, 0.62)),
        linear-gradient(90deg, rgba(7, 65, 72, 0.16), transparent 30%);
}

.nr-welcome__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.035);
    transition: transform 7s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.nr-welcome__slide.swiper-slide-active img {
    transform: scale(1);
}

.nr-welcome__slide figcaption {
    position: absolute;
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.1rem 0.8rem;
    align-items: center;
    padding: 1rem 1.1rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.15rem;
    background: rgba(4, 45, 54, 0.4);
    box-shadow:
        0 18px 40px rgba(3, 27, 40, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(18px);
}

.nr-welcome__slide figcaption > span {
    grid-row: 1 / 3;
    color: var(--narayana-gold-soft);
    font-family: "Narayana Serif", Georgia, serif;
    font-size: 1.9rem;
}

.nr-welcome__slide figcaption strong {
    font-family: "Narayana Serif", Georgia, serif;
    font-size: 1.25rem;
    font-weight: 500;
}

.nr-welcome__slide figcaption small {
    color: rgba(255, 255, 255, 0.68);
}

.nr-welcome__pagination {
    position: absolute;
    top: 1.4rem !important;
    right: 1.4rem !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 5;
    display: flex;
    width: auto !important;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(4, 45, 54, 0.34);
    backdrop-filter: blur(14px);
}

.nr-welcome__pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.25rem !important;
    background: rgba(255, 255, 255, 0.46);
    opacity: 1;
}

.nr-welcome__pagination .swiper-pagination-bullet-active {
    background: var(--narayana-gold-soft);
}

/* Cosmic loyalty and special offers */

.nr-home [data-id="home__banners_01"] {
    overflow: hidden;
    background:
        linear-gradient(110deg, rgba(3, 38, 50, 0.82), rgba(7, 70, 79, 0.44)),
        url("../img/narayana/promo/cosmic-mandala.webp") center 48% / cover no-repeat;
}

.nr-home [data-id="home__banners_01"]::before {
    inset: 0;
    height: auto;
    background:
        radial-gradient(circle at 50% 105%, rgba(89, 210, 204, 0.22), transparent 33rem),
        linear-gradient(180deg, rgba(4, 31, 43, 0.08), rgba(4, 31, 43, 0.7));
}

.nr-home [data-id="home__banners_01"]::after {
    display: none;
}

.nr-campaigns {
    padding-top: clamp(5rem, 9vw, 8rem) !important;
    padding-bottom: clamp(5rem, 9vw, 8rem) !important;
}

.nr-campaigns__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
    align-items: end;
    gap: 2rem;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.nr-campaigns__heading h2 {
    max-width: 12ch;
    margin: 0;
    color: #fff;
    font-size: clamp(2.6rem, 5vw, 5.2rem);
    line-height: 0.98;
}

.nr-campaigns__heading > p {
    max-width: 42rem;
    margin: 0 0 0.55rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(0.92rem, 1.2vw, 1.08rem);
    line-height: 1.7;
}

.nr-campaigns__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.17fr) minmax(0, 0.83fr);
    gap: 1rem;
}

.nr-campaign {
    position: relative;
    min-height: 28rem;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.8rem;
    background: rgba(5, 48, 59, 0.44);
    box-shadow:
        0 30px 80px rgba(3, 25, 34, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(20px);
    transition:
        transform 340ms cubic-bezier(0.16, 1, 0.3, 1),
        border-color 340ms ease,
        background-color 340ms ease;
}

.nr-campaign:hover {
    transform: translateY(-6px);
    border-color: rgba(244, 214, 144, 0.5);
    background: rgba(8, 73, 83, 0.54);
}

.nr-campaign--active {
    grid-column: 1 / -1;
    min-height: 18rem;
}

.nr-campaign__body {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    max-width: 42rem;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background: linear-gradient(180deg, transparent, rgba(2, 28, 37, 0.9) 30%);
}

.nr-campaign--active .nr-campaign__body {
    inset: 0 auto 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(62%, 46rem);
    background: linear-gradient(90deg, rgba(2, 28, 37, 0.94), rgba(2, 28, 37, 0.56), transparent);
}

.nr-campaign__status {
    margin-bottom: 0.8rem;
    color: var(--narayana-gold-soft);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.nr-campaign h3 {
    max-width: 15ch;
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 3.2vw, 3.4rem);
    line-height: 1.02;
}

.nr-campaign p {
    max-width: 36rem;
    margin: 1rem 0 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
}

.nr-campaign__orbit {
    position: absolute;
    top: clamp(1.4rem, 4vw, 3rem);
    right: clamp(1.4rem, 4vw, 3rem);
    display: grid;
    width: min(18rem, 48%);
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(244, 214, 144, 0.36);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.2), transparent 16%),
        radial-gradient(circle, rgba(42, 135, 144, 0.34), rgba(4, 42, 52, 0.08) 66%);
    box-shadow:
        0 0 0 2rem rgba(255, 255, 255, 0.025),
        0 0 0 4.4rem rgba(255, 255, 255, 0.016),
        inset -24px -30px 60px rgba(2, 27, 36, 0.22);
}

.nr-campaign__orbit::before,
.nr-campaign__orbit::after {
    position: absolute;
    inset: 12%;
    content: "";
    border: 1px solid rgba(244, 214, 144, 0.22);
    transform: rotate(45deg);
}

.nr-campaign__orbit::after {
    inset: 25%;
    border-radius: 50%;
    transform: none;
}

.nr-campaign__orbit span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: "Narayana Serif", Georgia, serif;
    font-size: clamp(2.8rem, 5vw, 5.6rem);
    letter-spacing: -0.07em;
    text-shadow: 0 14px 42px rgba(2, 27, 36, 0.35);
}

.nr-campaign--friend .nr-campaign__orbit {
    right: auto;
    left: clamp(1.4rem, 4vw, 3rem);
    width: min(14rem, 54%);
}

.nr-campaign--friend .nr-campaign__body {
    text-align: right;
}

.nr-campaign--friend h3,
.nr-campaign--friend p {
    margin-left: auto;
}

.nr-campaign--active .nr-campaign__orbit {
    top: 50%;
    width: min(15rem, 24%);
    transform: translateY(-50%);
}

.nr-campaign--active .nr-campaign__orbit span {
    font-size: clamp(2rem, 3.8vw, 4.4rem);
}

.nr-campaign__link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 44px;
    padding: 0.65rem 1rem;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--narayana-turquoise), var(--narayana-turquoise-deep));
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 180ms ease,
        background-color 180ms ease;
}

.nr-campaign__link:hover {
    transform: translateY(-2px);
    background: #319aa0;
}

/* Inner pages, menus and popups in the same visual system */

body:not(.nr-home) .l-main {
    background:
        radial-gradient(circle at 92% 12%, rgba(42, 135, 144, 0.12), transparent 25rem),
        radial-gradient(circle at 6% 72%, rgba(226, 190, 106, 0.09), transparent 22rem),
        linear-gradient(180deg, #fff 0%, #eff8f7 46%, #f8f7f2 100%);
}

body:not(.nr-home) .b-header-global {
    position: relative;
    overflow: hidden;
    margin-bottom: clamp(1.5rem, 3vw, 3rem);
    padding-top: clamp(2rem, 4vw, 3.8rem);
    padding-bottom: clamp(2rem, 4vw, 3.8rem);
    background:
        radial-gradient(circle at 78% 18%, rgba(70, 178, 174, 0.22), transparent 17rem),
        linear-gradient(125deg, #edf8f7, #fff 56%, #f8f4e8);
    border-bottom: 1px solid rgba(42, 135, 144, 0.13);
}

body:not(.nr-home) .b-header-global::after {
    position: absolute;
    top: 50%;
    right: 8vw;
    width: 15rem;
    aspect-ratio: 1;
    content: "";
    pointer-events: none;
    opacity: 0.2;
    border: 1px solid var(--narayana-turquoise);
    border-radius: 50%;
    background:
        radial-gradient(circle, transparent 0 24%, rgba(42, 135, 144, 0.18) 24.5% 25%, transparent 25.5% 42%, rgba(226, 190, 106, 0.2) 42.5% 43%, transparent 43.5%),
        repeating-conic-gradient(rgba(42, 135, 144, 0.22) 0 1deg, transparent 1deg 30deg);
    transform: translateY(-50%);
}

.dropdown-menu,
.l-mobile-header__offcanvas,
.b-search__offcanvas,
.b-mobile-callback__offcanvas,
.offcanvas {
    color: var(--narayana-ink);
    background:
        radial-gradient(circle at 92% 4%, rgba(42, 135, 144, 0.12), transparent 17rem),
        rgba(251, 253, 250, 0.98) !important;
    border: 1px solid rgba(42, 135, 144, 0.14) !important;
    box-shadow:
        0 28px 80px rgba(8, 68, 76, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(22px);
}

.dropdown-menu {
    padding: 0.7rem;
    border-radius: 1rem;
}

.dropdown-item {
    border-radius: 0.7rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--narayana-turquoise-deep);
    background: var(--narayana-turquoise-soft);
}

.modal-backdrop.show {
    opacity: 0.7;
    background: #032f3b;
}

.modal-content {
    position: relative;
    overflow: hidden;
    color: var(--narayana-ink);
    border: 1px solid rgba(42, 135, 144, 0.18) !important;
    border-radius: 1.65rem !important;
    background:
        radial-gradient(circle at 100% 0, rgba(42, 135, 144, 0.15), transparent 17rem),
        rgba(255, 254, 250, 0.98) !important;
    box-shadow:
        0 34px 100px rgba(2, 40, 50, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.modal-content::before {
    position: absolute;
    top: -5rem;
    right: -5rem;
    width: 12rem;
    aspect-ratio: 1;
    content: "";
    pointer-events: none;
    opacity: 0.25;
    border: 1px solid var(--narayana-gold);
    border-radius: 50%;
    background: repeating-conic-gradient(rgba(226, 190, 106, 0.23) 0 1deg, transparent 1deg 30deg);
}

.modal-header,
.modal-footer {
    position: relative;
    z-index: 1;
    border-color: rgba(42, 135, 144, 0.12);
}

.modal-body {
    position: relative;
    z-index: 1;
}

.b-promo-modal .modal-content,
.b-leave-modal .modal-content {
    color: #fff;
    background:
        linear-gradient(115deg, rgba(3, 41, 52, 0.94), rgba(8, 82, 89, 0.7)),
        url("../img/narayana/promo/cosmic-mandala.webp") center / cover no-repeat !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.b-promo-modal .card,
.b-leave-modal .card {
    color: #fff;
    background: transparent;
}

.b-promo-modal .card-text,
.b-leave-modal .card-text {
    color: rgba(255, 255, 255, 0.72);
}

.b-promo-modal__image,
.b-leave-modal__image {
    min-height: 17rem;
    border-radius: 1.45rem 0 0 1.45rem;
}

.modal .btn-close,
.offcanvas .btn-close {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0.65rem;
    padding: 0.6rem;
    border: 1px solid rgba(42, 135, 144, 0.18);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 24px rgba(3, 41, 52, 0.14);
}

.shop-sk-callback__form {
    display: grid;
    gap: 0.75rem;
}

.shop-sk-callback__form label {
    color: var(--narayana-ink-soft);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.shop-sk-callback__form :is(input[type="text"], input[type="email"], input[type="tel"], textarea) {
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 0.9rem;
    color: var(--narayana-ink);
    border: 1px solid rgba(42, 135, 144, 0.22);
    border-radius: 0.9rem;
    outline: 0;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.shop-sk-callback__form textarea {
    min-height: 6.5rem;
    resize: vertical;
}

.shop-sk-callback__form :is(input[type="text"], input[type="email"], input[type="tel"], textarea):focus {
    border-color: var(--narayana-turquoise);
    background: #fff;
    box-shadow: 0 0 0 0.24rem rgba(42, 135, 144, 0.14);
}

.shop-sk-callback__checkbox {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.42rem;
    accent-color: var(--narayana-turquoise);
}

.shop-sk-callback__submit {
    min-height: 3rem;
    padding: 0.75rem 1.25rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.02em;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--narayana-turquoise), var(--narayana-turquoise-deep));
    box-shadow: 0 13px 30px rgba(23, 107, 117, 0.22);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.shop-sk-callback__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 17px 34px rgba(23, 107, 117, 0.28);
}

.toast,
.b-cookies-alert {
    border: 1px solid rgba(42, 135, 144, 0.18) !important;
    background:
        radial-gradient(circle at 100% 0, rgba(42, 135, 144, 0.13), transparent 12rem),
        rgba(255, 254, 250, 0.96) !important;
    box-shadow: 0 22px 64px rgba(5, 59, 67, 0.18);
    backdrop-filter: blur(20px);
}

.b-category-banner,
.b-product-images__main,
.b-product-info,
.b-product-no-tabs__item,
.b-product-tabs,
.b-product-no-tabs,
.b-cart__item,
.b-cart__total,
.s-checkout-order-page .wa-order-form-wrapper > .wa-step-section,
.s-checkout-order-page .wa-cart-section,
.s-checkout-order-page .wa-total-section {
    border-color: rgba(42, 135, 144, 0.15) !important;
    box-shadow:
        0 18px 55px rgba(10, 75, 82, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.s-product-block {
    background:
        radial-gradient(circle at 100% 0, rgba(42, 135, 144, 0.065), transparent 10rem),
        #fff !important;
}

.s-product-block:hover {
    border-color: rgba(42, 135, 144, 0.42) !important;
}

/* Shallower, clearer footer with a lake and visible social channels */

.l-footer {
    margin-top: clamp(2rem, 5vw, 4.5rem);
    color: #e7f4f3;
    background:
        linear-gradient(90deg, rgba(3, 42, 52, 0.92) 0%, rgba(7, 74, 78, 0.7) 56%, rgba(7, 65, 71, 0.38) 100%),
        linear-gradient(180deg, rgba(3, 38, 48, 0.14), rgba(3, 38, 48, 0.72)),
        url("../img/narayana/footer/meditation-lake.webp") 62% 52% / cover no-repeat;
}

.l-footer::before {
    inset: 0;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 12% 100%, rgba(226, 190, 106, 0.14), transparent 22rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 22%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
    transform: none;
}

.l-footer .b-footer-01 {
    padding-top: clamp(2.3rem, 4vw, 3.8rem) !important;
    padding-bottom: 1.5rem !important;
}

.nr-footer-intro {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.nr-footer-intro__logo {
    margin-bottom: 0.55rem;
}

.nr-footer-intro__logo img {
    width: clamp(9rem, 12vw, 11.5rem);
}

.nr-footer-intro__brand p {
    max-width: 32rem;
    font-size: clamp(1.05rem, 1.6vw, 1.45rem);
    line-height: 1.35;
}

.nr-footer-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1rem;
}

.nr-footer-socials > span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nr-footer-socials .b-social-icons__button {
    width: 2.65rem;
    min-height: 2.65rem;
    padding: 0.62rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(36, 137, 143, 0.64);
    box-shadow:
        0 10px 24px rgba(2, 32, 39, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
}

.nr-footer-socials .b-social-icons__button:hover {
    color: var(--narayana-green-strong);
    background: var(--narayana-gold-soft);
    border-color: var(--narayana-gold-soft);
}

.nr-footer-main {
    padding-top: 0.5rem;
}

.l-footer .b-footer-nav .text-emphasis,
.l-footer .fw-semibold {
    font-size: 0.68rem;
}

.l-footer .b-footer-nav a {
    font-size: 0.82rem;
}

.l-footer .b-footer-nav li {
    margin-bottom: 0.3rem !important;
}

.l-footer .row.align-items-center.justify-content-between {
    margin-top: 1.35rem !important;
    padding-top: 1.15rem !important;
}

@media (max-width: 991.98px) {
    .nr-hero__image--puja,
    .nr-hero__image--ayurveda {
        background-position: 72% center !important;
    }

    .nr-welcome__shell {
        grid-template-columns: 1fr;
    }

    .nr-welcome__copy {
        min-height: auto;
        padding: 2.4rem;
    }

    .nr-welcome__visual,
    .nr-welcome__visual .swiper,
    .nr-welcome__visual .swiper-wrapper,
    .nr-welcome__slide {
        min-height: 34rem;
    }

    .nr-campaigns__heading {
        grid-template-columns: 1fr;
    }

    .nr-campaigns__grid {
        grid-template-columns: 1fr;
    }

    .nr-campaign--active {
        grid-column: auto;
        min-height: 25rem;
    }

    .nr-campaign--active .nr-campaign__body {
        inset: auto 0 0;
        width: 100%;
        background: linear-gradient(180deg, transparent, rgba(2, 28, 37, 0.92) 30%);
    }

    .nr-campaign--active .nr-campaign__orbit {
        top: 2rem;
        width: min(14rem, 45%);
        transform: none;
    }

    .nr-footer-intro {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .nr-footer-intro__promise {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .nr-hero__slide::before {
        background:
            linear-gradient(180deg, rgba(3, 45, 54, 0.24) 0%, rgba(3, 45, 54, 0.12) 34%, rgba(3, 43, 52, 0.87) 72%, rgba(3, 35, 44, 0.96) 100%),
            linear-gradient(90deg, rgba(8, 76, 84, 0.5), transparent);
    }

    .nr-hero__controls .swiper-pagination-bullet {
        width: 1.5rem;
    }

    .nr-welcome {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .nr-welcome__shell {
        min-height: 0;
        border-radius: 1.45rem;
    }

    .nr-welcome__copy {
        padding: 1.55rem;
    }

    .nr-welcome__title {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .nr-welcome__text {
        font-size: 0.82rem;
    }

    .nr-welcome__text p:nth-of-type(n + 3) {
        display: none;
    }

    .nr-welcome__visual,
    .nr-welcome__visual .swiper,
    .nr-welcome__visual .swiper-wrapper,
    .nr-welcome__slide {
        min-height: 27rem;
    }

    .nr-welcome__slide figcaption {
        right: 0.8rem;
        bottom: 0.8rem;
        left: 0.8rem;
        padding: 0.8rem;
    }

    .nr-welcome__slide figcaption strong {
        font-size: 1rem;
    }

    .nr-welcome__slide figcaption small {
        font-size: 0.68rem;
    }

    .nr-campaigns {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .nr-campaigns__heading h2 {
        font-size: clamp(2.35rem, 12vw, 3.4rem);
    }

    .nr-campaigns__heading > p {
        min-width: 0;
    }

    .nr-campaign {
        min-height: 23rem;
        border-radius: 1.35rem;
    }

    .nr-campaign h3 {
        font-size: 1.85rem;
    }

    .nr-campaign__orbit {
        width: 10.5rem;
    }

    .nr-campaign--friend .nr-campaign__orbit {
        width: 9rem;
    }

    .nr-campaign--active .nr-campaign__orbit {
        width: 9.5rem;
    }

    .nr-campaign__body {
        padding: 1.25rem;
    }

    .nr-campaign p {
        font-size: 0.82rem;
    }

    .b-promo-modal__image,
    .b-leave-modal__image {
        min-height: 11rem;
        border-radius: 1.35rem 1.35rem 0 0;
    }

    .l-footer {
        background-position: 68% center;
    }

    .l-footer .b-footer-01 {
        padding-top: 2rem !important;
    }

    .nr-footer-intro {
        gap: 1rem;
        margin-bottom: 0.9rem;
        padding-bottom: 1rem;
    }

    .nr-footer-intro__promise {
        gap: 0.35rem;
    }

    .nr-footer-intro__promise span {
        padding: 0.42rem 0.55rem;
        font-size: 0.56rem;
    }
}

/* Stable offer cards and ultra-compact footer — 2026-08-02 */

.nr-campaigns {
    padding-top: clamp(4rem, 6.5vw, 6rem) !important;
    padding-bottom: clamp(4rem, 6.5vw, 6rem) !important;
}

.nr-campaigns__heading {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
    align-items: start;
    gap: clamp(1.5rem, 4vw, 4.5rem);
    margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.nr-campaigns__heading h2 {
    max-width: 14ch;
    font-size: clamp(2.7rem, 4.4vw, 4.55rem);
    line-height: 1;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
}

.nr-campaigns__heading > p {
    max-width: 37rem;
    margin-bottom: 0;
    font-size: clamp(0.9rem, 1.05vw, 1.02rem);
    line-height: 1.62;
}

.nr-campaigns__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(0.8rem, 1.4vw, 1.2rem);
}

.nr-campaign {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(8.25rem, 12vw, 11.5rem);
    align-items: center;
    gap: clamp(1.25rem, 2.5vw, 2.5rem);
    min-height: 23rem;
    padding: clamp(1.65rem, 2.6vw, 2.45rem);
}

.nr-campaign--active {
    grid-template-columns: minmax(0, 1fr) clamp(8rem, 10vw, 10rem);
    min-height: 18rem;
}

.nr-campaign__body,
.nr-campaign--active .nr-campaign__body {
    position: relative;
    inset: auto;
    display: block;
    grid-column: 1;
    grid-row: 1;
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 0;
    background: none;
}

.nr-campaign--friend .nr-campaign__body {
    text-align: left;
}

.nr-campaign--friend h3,
.nr-campaign--friend p {
    margin-left: 0;
}

.nr-campaign__status {
    display: inline-flex;
    max-width: 100%;
    min-height: 1.9rem;
    align-items: center;
    margin-bottom: 0.85rem;
    padding: 0.38rem 0.65rem;
    border: 1px solid rgba(244, 214, 144, 0.2);
    border-radius: 999px;
    background: rgba(244, 214, 144, 0.07);
    line-height: 1.25;
    white-space: normal;
}

.nr-campaign h3 {
    max-width: 18ch;
    font-size: clamp(1.7rem, 2.35vw, 2.7rem);
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
}

.nr-campaign p {
    max-width: 34rem;
    margin: 0.9rem 0 1.05rem;
    font-size: clamp(0.86rem, 0.95vw, 0.98rem);
    line-height: 1.58;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.nr-campaign__orbit,
.nr-campaign--friend .nr-campaign__orbit,
.nr-campaign--active .nr-campaign__orbit {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 100%;
    max-width: 11.5rem;
    transform: none;
}

.nr-campaign--friend .nr-campaign__orbit {
    max-width: 9.5rem;
}

.nr-campaign--active .nr-campaign__orbit {
    max-width: 9rem;
}

.nr-campaign__orbit span,
.nr-campaign--active .nr-campaign__orbit span {
    font-size: clamp(2.25rem, 3.7vw, 4.25rem);
    line-height: 1;
    white-space: nowrap;
}

.nr-campaign--active .nr-campaign__orbit span {
    display: grid;
    justify-items: center;
    letter-spacing: -0.04em;
}

.nr-campaign--active .nr-campaign__orbit small {
    margin-bottom: 0.18rem;
    font-family: "Narayana Sans", "Montserrat", Arial, sans-serif;
    font-size: 0.18em;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.nr-campaign__note,
.nr-campaign__link {
    display: inline-flex;
    min-height: 2.4rem;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1.15;
    white-space: nowrap;
}

.nr-campaign__link {
    min-height: 2.65rem;
    padding: 0.65rem 1rem;
}

.l-footer {
    margin-top: clamp(1.5rem, 3vw, 2.75rem);
    background-position: 62% 58%;
}

.l-footer .nr-footer-compact {
    padding-top: 1.05rem !important;
    padding-bottom: 0.72rem !important;
}

.nr-footer-compact__primary {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(1rem, 2vw, 2rem);
}

.nr-footer-compact__identity {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: clamp(0.75rem, 1.25vw, 1.15rem);
}

.nr-footer-compact__logo {
    display: block;
    flex: 0 0 auto;
}

.nr-footer-compact__logo img {
    display: block;
    width: clamp(3.15rem, 3.8vw, 3.65rem);
    height: auto;
    filter: drop-shadow(0 0.18rem 0.65rem rgba(0, 0, 0, 0.18));
}

.nr-footer-compact__identity p {
    max-width: 24rem;
    margin: 0;
    color: rgba(231, 244, 243, 0.76);
    font-family: "Narayana Serif", "Playfair Display", Georgia, serif;
    font-size: clamp(0.78rem, 0.95vw, 0.94rem);
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.nr-footer-compact__socials {
    display: flex;
    align-items: center;
}

.nr-footer-compact__socials .b-social-icons__button {
    display: grid;
    width: 2.05rem;
    min-height: 2.05rem;
    padding: 0.48rem;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(36, 137, 143, 0.54);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    transition: transform 180ms ease, background-color 180ms ease;
}

.nr-footer-compact__socials .b-social-icons__button:hover {
    color: var(--narayana-green-strong);
    border-color: var(--narayana-gold-soft);
    background: var(--narayana-gold-soft);
    transform: translateY(-2px);
}

.nr-footer-compact__nav,
.nr-footer-compact__legal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.65rem, 1.2vw, 1.15rem);
}

.nr-footer-compact__nav a,
.nr-footer-compact__legal a {
    color: rgba(231, 244, 243, 0.72);
    font-size: 0.72rem;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: color 180ms ease;
}

.nr-footer-compact__nav a:hover,
.nr-footer-compact__legal a:hover {
    color: #fff;
}

.nr-footer-compact__secondary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: clamp(0.8rem, 1.6vw, 1.5rem);
    margin-top: 0.72rem;
    padding-top: 0.62rem;
    color: rgba(231, 244, 243, 0.54);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.nr-footer-compact__copyright {
    font-size: 0.65rem;
    line-height: 1.25;
}

.nr-footer-compact__legal a {
    color: rgba(231, 244, 243, 0.5);
    font-size: 0.64rem;
}

.nr-footer-compact__payments,
.nr-footer-compact__payments .b-shop-payments--footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.nr-footer-compact__payments img {
    width: auto;
    max-height: 1.35rem;
}

.nr-footer-compact .l-footer__html:empty {
    display: none;
}

@media (max-width: 991.98px) {
    .nr-campaigns__heading {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .nr-campaigns__grid {
        grid-template-columns: 1fr;
    }

    .nr-campaign,
    .nr-campaign--active {
        grid-template-columns: minmax(0, 1fr) 9rem;
        min-height: 18rem;
    }

    .nr-campaign--active .nr-campaign__body {
        inset: auto;
        width: auto;
        background: none;
    }

    .nr-campaign--active .nr-campaign__orbit {
        top: auto;
        width: 100%;
        transform: none;
    }

    .nr-footer-compact__primary {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .nr-footer-compact__nav {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .nr-footer-compact__secondary {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .nr-footer-compact__payments {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .nr-campaigns {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .nr-campaigns__heading {
        margin-bottom: 1.45rem;
    }

    .nr-campaigns__heading h2 {
        max-width: 100%;
        font-size: clamp(2.15rem, 10vw, 2.75rem);
        line-height: 1.02;
    }

    .nr-campaigns__heading > p {
        font-size: 0.84rem;
        line-height: 1.55;
    }

    .nr-campaigns__grid {
        gap: 0.8rem;
    }

    .nr-campaign,
    .nr-campaign--active {
        grid-template-columns: minmax(0, 1fr) 6.4rem;
        align-items: start;
        gap: 0.75rem;
        min-height: 0;
        padding: 1.25rem;
        border-radius: 1.3rem;
    }

    .nr-campaign__status {
        min-height: 1.7rem;
        margin-bottom: 0.65rem;
        padding: 0.32rem 0.52rem;
        font-size: 0.56rem;
        letter-spacing: 0.09em;
    }

    .nr-campaign h3 {
        max-width: none;
        font-size: clamp(1.45rem, 7.2vw, 1.85rem);
        line-height: 1.08;
    }

    .nr-campaign p {
        margin: 0.72rem 0 0.85rem;
        font-size: 0.78rem;
        line-height: 1.48;
    }

    .nr-campaign__orbit,
    .nr-campaign--friend .nr-campaign__orbit,
    .nr-campaign--active .nr-campaign__orbit {
        width: 6.4rem;
        max-width: 6.4rem;
    }

    .nr-campaign__orbit span,
    .nr-campaign--active .nr-campaign__orbit span {
        font-size: 2.2rem;
    }

    .nr-campaign__note,
    .nr-campaign__link {
        min-height: 2.2rem;
        padding: 0.52rem 0.7rem;
        font-size: 0.68rem;
    }

    .l-footer .nr-footer-compact {
        padding-top: 0.9rem !important;
        padding-bottom: calc(0.62rem + env(safe-area-inset-bottom)) !important;
    }

    .nr-footer-compact__primary {
        grid-template-columns: 1fr;
        gap: 0.72rem;
    }

    .nr-footer-compact__identity {
        display: grid;
        grid-template-columns: 3.5rem minmax(0, 1fr);
        gap: 0.7rem;
    }

    .nr-footer-compact__logo img {
        width: 3.5rem;
    }

    .nr-footer-compact__identity p {
        max-width: none;
        font-size: 0.72rem;
        line-height: 1.32;
    }

    .nr-footer-compact__socials {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .nr-footer-compact__socials::-webkit-scrollbar {
        display: none;
    }

    .nr-footer-compact__socials .b-social-icons__button {
        width: 1.9rem;
        min-height: 1.9rem;
        padding: 0.43rem;
    }

    .nr-footer-compact__nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.45rem 0.85rem;
    }

    .nr-footer-compact__nav a,
    .nr-footer-compact__legal a {
        font-size: 0.66rem;
        white-space: normal;
    }

    .nr-footer-compact__secondary {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        margin-top: 0.65rem;
        padding-top: 0.55rem;
    }

    .nr-footer-compact__copyright {
        font-size: 0.6rem;
    }

    .nr-footer-compact__legal {
        justify-content: flex-start;
        gap: 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nr-welcome__slide img,
    .nr-campaign,
    .nr-hero__copy,
    .nr-hero__content {
        transition: none !important;
        transform: none !important;
    }
}

/* Lighter campaigns and partnership surfaces — 2026-08-03 */

.nr-home [data-id="home__banners_01"] {
    background:
        linear-gradient(110deg, rgba(12, 70, 82, 0.68), rgba(25, 116, 117, 0.3)),
        url("../img/narayana/promo/cosmic-mandala.webp") center 48% / cover no-repeat;
}

.nr-home [data-id="home__banners_01"]::before {
    background:
        radial-gradient(circle at 50% 105%, rgba(126, 226, 218, 0.3), transparent 33rem),
        linear-gradient(180deg, rgba(17, 82, 90, 0.03), rgba(7, 61, 70, 0.44));
}

.nr-campaign {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(20, 88, 95, 0.48);
    box-shadow:
        0 26px 70px rgba(3, 34, 41, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.nr-campaign:hover {
    border-color: rgba(244, 214, 144, 0.58);
    background: rgba(28, 110, 113, 0.58);
}

.nr-campaign__orbit,
.nr-campaign--friend .nr-campaign__orbit,
.nr-campaign--active .nr-campaign__orbit {
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.25), transparent 16%),
        radial-gradient(circle, rgba(58, 162, 161, 0.4), rgba(10, 66, 74, 0.1) 66%);
    box-shadow:
        0 0 0 2rem rgba(255, 255, 255, 0.035),
        0 0 0 4.4rem rgba(255, 255, 255, 0.022),
        inset -24px -30px 60px rgba(5, 48, 55, 0.16);
}

.nr-partners {
    background:
        radial-gradient(circle at 82% 12%, rgba(45, 207, 203, 0.25), transparent 27rem),
        radial-gradient(circle at 8% 82%, rgba(236, 198, 112, 0.16), transparent 25rem),
        linear-gradient(145deg, #104558 0%, #0e6670 48%, #125465 100%);
}

.nr-partners::before,
.nr-partners::after {
    border-color: rgba(240, 207, 129, 0.2);
}

.nr-partner-card {
    border-color: rgba(255, 255, 255, 0.2);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.065));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 1.2rem 3.4rem rgba(4, 44, 51, 0.14);
}

.nr-partner-card--turnkey {
    border-color: rgba(239, 207, 131, 0.34);
    background:
        radial-gradient(circle at 74% 19%, rgba(241, 207, 125, 0.18), transparent 15rem),
        linear-gradient(145deg, rgba(24, 126, 126, 0.9), rgba(10, 77, 86, 0.9));
}

.nr-partner-card--custom {
    background:
        radial-gradient(circle at 86% 15%, rgba(33, 213, 207, 0.22), transparent 12rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.065));
}

.nr-partner-card--mini {
    background:
        radial-gradient(circle at 86% 15%, rgba(238, 202, 119, 0.2), transparent 12rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.065));
}

.nr-partners__audience span,
.nr-partner-card__label {
    border-color: rgba(242, 252, 250, 0.23);
    background: rgba(255, 255, 255, 0.085);
}

.nr-partners__copy > p,
.nr-partner-card p,
.nr-partners__path p {
    color: rgba(239, 251, 248, 0.78);
}

.nr-partner-card li,
.nr-partners__steps li {
    color: rgba(241, 252, 249, 0.84);
}

.nr-partners__path {
    border-color: rgba(239, 205, 123, 0.3);
    background:
        radial-gradient(circle at 88% 0%, rgba(241, 205, 120, 0.15), transparent 18rem),
        rgba(8, 67, 76, 0.62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}
