/*
 * 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;
}

/* Mobile touch targets: icon controls remain visually compact but provide a
   reliable finger-sized activation area. */
@media (max-width: 1024px) {
  button.btn {
    min-height: 44px !important;
  }

  button.btn.btn-link.link-emphasis,
  button.sellerFeedbackModalShow,
  button.nr-hero__arrow {
    min-width: 44px !important;
  }

  .b-wishlist.btn,
  .b-compare.btn,
  .btn-close {
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .l-mobile-header__top-item > a,
  .l-mobile-header__top-item .b-cart,
  .l-desktop-header .b-cart,
  .l-desktop-header .b-cart__dropdown > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  /* Use real, non-overlapping hit boxes. Oversized pseudo-elements overlap
     neighbouring dots and make elementFromPoint/click routing unreliable. */
  .swiper-pagination-bullet[role="button"] {
    position: relative;
    min-width: 24px;
    min-height: 24px;
    padding: 8px;
    background-clip: content-box;
  }
}

/* Keep every product action reachable on narrow phones. The licensed theme
   marks each label as nowrap, so the row itself must be allowed to wrap. */
@media (max-width: 575.98px) {
  .b-product-01__actions .b-product-01__inner {
    flex-wrap: wrap;
    row-gap: 0.75rem !important;
  }
}

@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);
}

/* Backdrop filters create their own stacking context. Keep the complete
   header context above page content and fixed shop actions so dropdowns,
   account menus and search suggestions remain visible and clickable. */
.l-desktop-header:not(.l-desktop-header--fixed),
.l-desktop-header--fixed {
    position: relative;
    z-index: 1035;
}

.l-desktop-header--fixed {
    position: fixed;
}

@media (min-width: 992px) {
    .l-desktop-header:not(.l-desktop-header--fixed) .nav-item-more__dropdown-menu {
        max-height: calc(100vh - 12.5rem);
        max-height: calc(100dvh - 12.5rem);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .l-desktop-header--fixed .nav-item-more__dropdown-menu {
        max-height: calc(100vh - 6rem);
        max-height: calc(100dvh - 6rem);
        overflow-y: auto;
        overscroll-behavior: contain;
    }
}

/*
 * Mobile cold-load guard.
 *
 * Webasyst initially sends desktop header markup and replaces it with the
 * mobile shell after its responsive bootstrap. Firefox can expose that
 * intermediate DOM for more than a second on a cold connection. Present a
 * compact, functional logo/menu/cart fallback and suppress the desktop
 * category rail so it can never cover the hero while that swap completes.
 */
@media (max-width: 767.98px) {
    .l-desktop-header:not(.l-desktop-header--fixed) > .l-desktop-header-top,
    .l-desktop-header:not(.l-desktop-header--fixed) > .l-desktop-header-middle,
    .l-desktop-header:not(.l-desktop-header--fixed) > .l-desktop-header-bottom {
        display: none !important;
    }

    .l-desktop-header:not(.l-desktop-header--fixed) {
        min-height: 0 !important;
        height: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .l-desktop-header--fixed {
        top: 0 !important;
        display: block !important;
        min-height: 72px !important;
        height: 72px !important;
        border: 0 !important;
        background: rgba(6, 58, 70, 0.96) !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .l-desktop-header--fixed .l-desktop-header-middle {
        padding: 10px 12px !important;
    }

    .l-desktop-header--fixed .container-fluid,
    .l-desktop-header--fixed .container-xxl {
        max-width: none !important;
        padding: 0 !important;
    }

    .l-desktop-header--fixed .l-desktop-header-middle__row {
        display: grid !important;
        grid-template-columns: 44px 52px minmax(96px, 1fr) 44px;
        gap: 8px !important;
        min-height: 52px;
    }

    .l-desktop-header--fixed .l-desktop-header-middle__item {
        display: none !important;
        min-width: 0;
    }

    .l-desktop-header--fixed .l-desktop-header-middle__item:has(.b-logo),
    .l-desktop-header--fixed .l-desktop-header-middle__item:has(.b-catalog),
    .l-desktop-header--fixed .l-desktop-header-middle__item:has(.b-cart) {
        display: block !important;
    }

    .l-desktop-header--fixed .nr-language-slot--fixed {
        display: flex !important;
        grid-column: 3;
        grid-row: 1;
        min-width: 96px;
        align-items: center;
        justify-content: center;
    }

    .l-desktop-header--fixed .l-desktop-header-middle__item:has(.b-catalog) {
        grid-column: 1;
        grid-row: 1;
    }

    .l-desktop-header--fixed .l-desktop-header-middle__item:has(.b-logo) {
        grid-column: 2;
        grid-row: 1;
    }

    .l-desktop-header--fixed .l-desktop-header-middle__item:has(.b-cart) {
        grid-column: 4;
        grid-row: 1;
    }

    .l-desktop-header--fixed .b-logo__link,
    .l-desktop-header--fixed .b-catalog__button,
    .l-desktop-header--fixed .b-cart__dropdown > a {
        display: flex !important;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        color: #fff !important;
    }

    .l-desktop-header--fixed .b-logo__img,
    .l-desktop-header--fixed .b-logo__img img {
        width: 44px !important;
        height: 44px !important;
        max-width: 44px !important;
        max-height: 44px !important;
        object-fit: contain;
    }

    .l-desktop-header--fixed .b-catalog__button {
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .l-desktop-header--fixed .b-catalog__button > span:last-child,
    .l-desktop-header--fixed .b-cart__text {
        display: none !important;
    }

    .l-desktop-header--fixed .b-catalog__button .icon,
    .l-desktop-header--fixed .b-cart .icon {
        width: 24px !important;
        min-width: 24px !important;
        height: 24px !important;
        margin: 0 !important;
    }

    .l-desktop-header--fixed .b-cart__dropdown-menu {
        display: none !important;
    }
}

.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;
    isolation: isolate;
}

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

.s-products-list--grid .b-products-images.b-products-images--portrait .b-products-images__image img,
.s-products-list--swiper .b-products-images.b-products-images--portrait .b-products-images__image img {
    height: 100%;
}

.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);
}

/* Search suggestions live inside a dark header but use a light dropdown.
   Pin their foreground so product names cannot inherit the header's white. */
.b-search__dropdown-menu .b-search__product,
.b-search__dropdown-menu .b-search__product-name {
    color: var(--narayana-ink) !important;
}

/* 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;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }

    .l-mobile-header {
        position: relative;
        z-index: 1045;
    }

    /* A filtered navbar becomes the containing block for fixed descendants.
       Give the main navigation an explicit viewport height so its body is not
       collapsed to the 64 px navbar and covered by the offcanvas backdrop. */
    .l-mobile-header__offcanvas {
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
    }

    .l-mobile-header__offcanvas .offcanvas-body {
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    /* The fixed desktop feedback bubble can cover product-card actions while
       the page scrolls. Mobile already exposes the same contact/feedback flow
       in the header offcanvas, so remove only the redundant floating trigger. */
    .b-seller-modal-toggle {
        display: none !important;
    }

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

    /* The fixed bottom panel already provides search on phones/tablets. Keep
       the top row uncluttered and reserve its right-hand slot for RU/EN. */
    .l-mobile-header__top-item:has(> .b-search--mobile),
    .l-mobile-header__top-item:has(> .b-theme-mode--mobile),
    .l-mobile-header__top-item:has(> .b-mobile-callback) {
        display: none;
    }

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

    /* The vendor stylesheet forces the standard search offcanvas to 100% of
       its 64 px header parent, clipping every AJAX suggestion below the form. */
    .b-search--mobile:not(.b-search-pro) .b-search__offcanvas {
        height: min(65vh, 34rem);
        height: min(65dvh, 34rem);
        max-height: min(65vh, 34rem);
        max-height: min(65dvh, 34rem);
    }

    .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;
    }
}

/* On the narrowest phones the full search-scope label otherwise consumes
   most of the input hit area. Keep the query field on the first row and move
   the scope/clear actions below it without shortening their accessible text. */
@media (max-width: 360px) {
    #offcanvasMobileSearch .b-search__form {
        padding-bottom: 2.75rem;
    }

    #offcanvasMobileSearch .b-search__input {
        padding-right: 3.25rem !important;
    }

    #offcanvasMobileSearch .b-search__actions {
        top: 3.15rem;
        right: 0.25rem;
        height: 2.25rem;
        padding-right: 0 !important;
    }

    #offcanvasMobileSearch .b-search__dropdown-menu {
        top: calc(100% + 0.25rem) !important;
        bottom: auto !important;
    }
}

@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-ecosystem-return {
    position: fixed;
    top: 78px;
    right: 18px;
    z-index: 1025;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: #fff8e8 !important;
    text-decoration: none !important;
    background: transparent;
    border: 0;
    border-radius: 50%;
    filter: none;
    isolation: isolate;
    animation: nr-ecosystem-planet-float 7.2s ease-in-out infinite;
    transition: transform .3s ease, filter .3s ease;
}

.nr-ecosystem-return::before {
    position: absolute;
    z-index: -1;
    inset: 8px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(75, 220, 217, .22), rgba(224, 185, 101, .12) 52%, transparent 74%);
    content: "";
    filter: blur(8px);
    opacity: .72;
    transition: opacity .3s ease, transform .3s ease;
}

.nr-ecosystem-return:hover,
.nr-ecosystem-return:focus-visible {
    animation-play-state: paused;
    filter: brightness(1.07);
    transform: translateY(-2px) scale(1.055);
}

.nr-ecosystem-return:hover::before,
.nr-ecosystem-return:focus-visible::before { opacity: 1; transform: scale(1.18); }
.nr-ecosystem-return:focus-visible { outline: 2px solid #f1ce83; outline-offset: 4px; }
.nr-ecosystem-return__mark { width: 54px; height: 54px; border-radius: 50%; object-fit: contain; filter: drop-shadow(0 8px 15px rgba(3, 25, 40, .22)) drop-shadow(0 0 7px rgba(69, 219, 215, .18)); }
.nr-ecosystem-return__copy {
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    display: grid;
    width: max-content;
    max-width: 210px;
    padding: 8px 11px;
    gap: 2px;
    border: 1px solid rgba(231, 201, 128, .28);
    border-radius: 12px;
    background: rgba(5, 28, 42, .86);
    box-shadow: 0 10px 30px rgba(2, 18, 29, .2);
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transform: translate(6px, -50%);
    transition: opacity .25s ease, transform .25s ease;
    backdrop-filter: blur(14px) saturate(125%);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
}
.nr-ecosystem-return:hover .nr-ecosystem-return__copy,
.nr-ecosystem-return:focus-visible .nr-ecosystem-return__copy { opacity: 1; transform: translate(0, -50%); }
.nr-ecosystem-return__brand { color: rgba(255, 248, 232, .7); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.nr-ecosystem-return__action { color: #fff8e8; font-size: 13px; font-weight: 650; letter-spacing: .01em; white-space: nowrap; }
.nr-ecosystem-return__action > span { color: #e3bd6c; margin-left: 3px; }

@keyframes nr-ecosystem-planet-float {
    0%, 100% { transform: translateY(-3px); }
    50% { transform: translateY(3px); }
}

@media (max-width: 640px) {
    .nr-ecosystem-return { top: 66px; right: 8px; width: 48px; height: 48px; }
    .nr-ecosystem-return__mark { width: 46px; height: 46px; }
    .nr-ecosystem-return__copy {
        right: calc(100% + 6px);
        display: block;
        max-width: calc(100vw - 70px);
        padding: 6px 8px;
        opacity: 1;
        transform: translate(0, -50%);
    }
    .nr-ecosystem-return__brand { font-size: 7px; letter-spacing: .08em; }
    .nr-ecosystem-return__action { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .nr-ecosystem-return { animation: none; transition: none; }
    .nr-ecosystem-return__copy { transition: none; }
}

.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: 1035;
    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;
}

@media (min-width: 992px) {
    .nr-home .nr-ecosystem-return {
        top: 150px;
    }
}

.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: 1045;
        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__items {
        gap: 0 !important;
        overflow: visible !important;
    }

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

    .b-mobile-fixed-panel__item .card-body,
    .b-mobile-fixed-panel__item > a,
    .b-mobile-fixed-panel__item > button {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        min-height: 44px;
    }

    .b-mobile-fixed-panel__item .card-body > a,
    .b-mobile-fixed-panel__item .card-body > button {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 44px;
        min-height: 44px;
    }

    .b-cookies-alert.bottom-0 {
        bottom: calc(5.5rem + env(safe-area-inset-bottom)) !important;
        max-width: calc(100vw - 1rem);
    }

    /* Consent stays visible without covering the hero CTAs, carousel
       controls or the fixed commerce navigation. */
    aside:has(button[data-choice]) {
        top: calc(4.5rem + env(safe-area-inset-top)) !important;
        bottom: auto !important;
        padding: 12px 14px !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

    aside:has(button[data-choice]) > div:first-child {
        margin-bottom: 8px !important;
    }

    aside:has(button[data-choice]) > div:last-child {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px !important;
    }

    aside:has(button[data-choice]) button[data-choice] {
        min-width: 0;
        min-height: 44px;
        padding: 7px 8px !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
    }

    aside:has(button[data-choice]) button[data-choice],
    .b-social-icons__button {
        min-width: 2.75rem;
        min-height: 2.75rem;
    }

    .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: calc(5.25rem + env(safe-area-inset-bottom));
    }

    .nr-hero__controls .swiper-pagination-bullet {
        height: 44px;
        overflow: visible;
        background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)) center / 100% 2px no-repeat;
    }

    .nr-hero__controls .swiper-pagination-bullet::after {
        top: 21px;
        bottom: auto;
        height: 2px;
    }

    .nr-home .b-home-item:not(:first-child) .swiper-pagination-bullet[role="button"] {
        min-width: 24px !important;
        min-height: 24px !important;
        padding: 8px;
        background-clip: content-box;
    }

    .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: 11rem;
    }

    .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);
}

/* The category switcher lives inside the decorative page header. Temporarily
   release that header's clipping while the breadcrumb dropdown is open. */
body:not(.nr-home) .b-header-global:has(.breadcrumb .dropdown:hover),
body:not(.nr-home) .b-header-global:has(.breadcrumb .dropdown:focus-within),
body:not(.nr-home) .b-header-global:has(.breadcrumb .dropdown-menu.show) {
    z-index: 10;
    overflow: visible;
}

/* Consent prompts and transient notifications must not intercept an opened
   navigation layer. They return unchanged as soon as the menu is closed. */
body:has(.l-desktop-header .dropdown:hover) :is(aside[aria-label="Настройки аналитики"], .b-cookies-alert, .toast.show),
body:has(.l-desktop-header .dropdown:focus-within) :is(aside[aria-label="Настройки аналитики"], .b-cookies-alert, .toast.show),
body:has(.offcanvas.show) :is(aside[aria-label="Настройки аналитики"], .b-cookies-alert, .toast.show) {
    pointer-events: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

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 {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    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: 2.75rem;
        min-width: 2.75rem;
        min-height: 2.75rem;
        padding: 0.65rem;
    }

    .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);
}
/* Narayana Shop — vertical video stories */
.nr-reels {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 7vw, 7.5rem) 0 clamp(5.5rem, 8vw, 8.5rem);
    color: #f5fbf9;
    background:
        radial-gradient(circle at 83% 16%, rgba(67, 190, 188, 0.2), transparent 30rem),
        radial-gradient(circle at 15% 88%, rgba(208, 177, 106, 0.13), transparent 26rem),
        linear-gradient(142deg, #123d46 0%, #0b2f39 48%, #102d38 100%);
}

.nr-reels::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.11) 0.65px, transparent 0.65px);
    background-size: 13px 13px;
    opacity: 0.2;
    content: "";
    pointer-events: none;
}

.nr-reels__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(2.5rem, 6vw, 7rem);
    align-items: start;
}

.nr-reels__intro {
    position: sticky;
    top: 7rem;
    display: grid;
    gap: 1.7rem;
    padding-top: 0.5rem;
}

.nr-reels__eyebrow {
    margin-bottom: 1rem;
    color: #dec588;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.nr-reels__heading h2 {
    max-width: 8.5ch;
    margin: 0;
    color: #fff;
    font-family: Lora, Georgia, serif;
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.nr-reels__lead {
    max-width: 34rem;
    color: rgba(236, 247, 244, 0.78);
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.75;
}

.nr-reels__lead p {
    margin: 0 0 0.85rem;
}

.nr-reels__lead span {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #f0dba9;
    font-size: 0.9rem;
    font-weight: 500;
}

.nr-reels__lead span::before {
    width: 1.8rem;
    height: 1px;
    background: currentColor;
    content: "";
}

.nr-reels__nav {
    display: flex;
    gap: 0.7rem;
}

.nr-reels__nav[hidden] {
    display: none;
}

.nr-reels__nav button {
    display: grid;
    width: 3rem;
    height: 3rem;
    padding: 0;
    place-items: center;
    color: #f7fbfa;
    border: 1px solid rgba(230, 243, 240, 0.28);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.nr-reels__nav button:hover:not(:disabled) {
    border-color: rgba(240, 219, 169, 0.72);
    background: rgba(240, 219, 169, 0.12);
    transform: translateY(-2px);
}

.nr-reels__nav button:active:not(:disabled) {
    transform: translateY(0) scale(0.97);
}

.nr-reels__nav button:disabled {
    opacity: 0.28;
}

.nr-reels__nav button:focus-visible,
.nr-reel__play:focus-visible,
.nr-reels__track:focus-visible {
    outline: 3px solid #efd99e;
    outline-offset: 4px;
}

.nr-reels__nav svg {
    width: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.nr-reels__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(17.5rem, 21rem);
    gap: clamp(1.15rem, 2.5vw, 2rem);
    justify-content: start;
    max-width: 100%;
    padding: 0.5rem 0.3rem 1rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-color: rgba(222, 197, 136, 0.48) rgba(255, 255, 255, 0.08);
    scrollbar-width: thin;
}

.nr-reels__track::-webkit-scrollbar {
    height: 5px;
}

.nr-reels__track::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
}

.nr-reels__track::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(222, 197, 136, 0.48);
}

.nr-reel {
    position: relative;
    aspect-ratio: 9 / 16;
    min-width: 0;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(232, 244, 240, 0.24);
    border-radius: 1.75rem;
    background: #10242b;
    box-shadow: 0 2rem 5rem rgba(3, 23, 28, 0.36);
    scroll-snap-align: start;
    isolation: isolate;
}

.nr-reel::after {
    position: absolute;
    inset: 0;
    z-index: 4;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(8, 48, 57, 0.14);
    content: "";
    pointer-events: none;
}

.nr-reel__video,
.nr-reel__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.nr-reel__video {
    z-index: 1;
    display: block;
    object-fit: cover;
    background: #10242b;
}

.nr-reel__shade {
    z-index: 2;
    background: linear-gradient(180deg, rgba(5, 24, 29, 0.42) 0%, transparent 30%, transparent 52%, rgba(5, 22, 27, 0.88) 100%);
    transition: opacity 240ms ease;
    pointer-events: none;
}

.nr-reel__meta {
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: opacity 180ms ease;
}

.nr-reel__meta span {
    padding: 0.55rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.65rem;
    background: rgba(5, 29, 35, 0.45);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.nr-reel__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.9rem 0.55rem 0.55rem;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 2.5rem;
    background: rgba(10, 48, 56, 0.66);
    box-shadow: 0 1.25rem 3rem rgba(2, 19, 24, 0.32), inset 0 1px rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    transform: translate(-50%, -50%);
    transition: background 220ms ease, transform 220ms ease, opacity 180ms ease;
}

.nr-reel__play > span {
    display: grid;
    width: 2.55rem;
    height: 2.55rem;
    place-items: center;
    color: #163d44;
    border-radius: 50%;
    background: #f1dca8;
}

.nr-reel__play svg {
    width: 1.55rem;
    fill: currentColor;
}

.nr-reel__play:hover {
    background: rgba(10, 58, 66, 0.82);
    transform: translate(-50%, -50%) scale(1.035);
}

.nr-reel__play:active {
    transform: translate(-50%, -50%) scale(0.985);
}

.nr-reel__caption {
    position: absolute;
    top: 5.1rem;
    right: 1.35rem;
    left: 1.35rem;
    z-index: 3;
    transition: opacity 180ms ease, transform 220ms ease;
}

.nr-reel__caption h3 {
    margin: 0 0 0.45rem;
    color: #fff;
    font-family: Lora, Georgia, serif;
    font-size: clamp(1.65rem, 2.4vw, 2.15rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.nr-reel__caption p {
    max-width: 25ch;
    margin: 0;
    color: rgba(245, 250, 248, 0.8);
    font-size: 0.88rem;
    line-height: 1.5;
}

.nr-reel.is-playing .nr-reel__shade,
.nr-reel.is-playing .nr-reel__meta,
.nr-reel.is-playing .nr-reel__play,
.nr-reel.is-playing .nr-reel__caption {
    opacity: 0;
    pointer-events: none;
}

.nr-reel.is-playing .nr-reel__caption {
    transform: translateY(0.75rem);
}

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

    .nr-reels__intro {
        position: static;
        grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.78fr);
        align-items: end;
    }

    .nr-reels__heading h2 {
        max-width: 10ch;
    }

    .nr-reels__nav {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .nr-reels {
        padding: 4rem 0 5.25rem;
    }

    .nr-reels__layout {
        gap: 1.8rem;
    }

    .nr-reels__intro {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.15rem;
        padding-top: 3.25rem;
    }

    .nr-reels__heading h2 {
        max-width: 9ch;
        font-size: clamp(2.65rem, 13vw, 3.65rem);
    }

    .nr-reels__lead {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .nr-reels__track {
        grid-auto-columns: minmax(15.25rem, 84vw);
        margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
        padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    }

    .nr-reel {
        border-radius: 1.4rem;
    }
}

/* Tablet-landscape keeps the desktop header but is still a touch surface.
   This late rule intentionally wins over the base cinematic styling. */
@media (min-width: 992px) and (max-width: 1024px) {
    /* At the 1024px desktop/tablet boundary the default bottom consent card
       sits on top of the hero slider controls. Dock it below the header on
       the quiet right side of the image instead. */
    aside:has(button[data-choice]) {
        top: calc(12rem + env(safe-area-inset-top)) !important;
        right: 16px !important;
        bottom: auto !important;
        left: auto !important;
        width: min(30rem, calc(100vw - 32px));
        margin: 0 !important;
        padding: 12px 14px !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

    aside:has(button[data-choice]) > div:first-child {
        margin-bottom: 8px !important;
    }

    aside:has(button[data-choice]) > div:last-child {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px !important;
    }

    aside:has(button[data-choice]) button[data-choice] {
        min-width: 0;
        min-height: 44px;
        padding: 7px 8px !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
    }

    .nr-hero__controls .swiper-pagination-bullet {
        min-width: 24px;
        height: 44px;
        padding: 0;
        overflow: visible;
        background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)) center / 100% 2px no-repeat;
    }

    .nr-hero__controls .swiper-pagination-bullet::after {
        top: 21px;
        bottom: auto;
        height: 2px;
    }

    .nr-hero__arrow {
        min-width: 44px;
        min-height: 44px;
    }
}

/* Catalog showcase v2: one image system, legible in every header state. */

@media (min-width: 992px) {
    .b-catalog--mega-menu-02 > .dropdown > .dropdown-menu {
        right: 0 !important;
        left: 0 !important;
        z-index: 1990;
        width: 100% !important;
        height: auto !important;
        max-height: calc(100vh - 11.5rem);
        max-height: calc(100dvh - 11.5rem);
        padding: 0 !important;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        color: #173f46 !important;
        border-color: rgba(25, 103, 109, 0.2) !important;
        border-radius: 0 0 1.65rem 1.65rem;
        background:
            radial-gradient(circle at 88% -12%, rgba(55, 164, 166, 0.16), transparent 27rem),
            radial-gradient(circle at 4% 104%, rgba(220, 177, 78, 0.13), transparent 22rem),
            #f8f7f1 !important;
        box-shadow:
            0 34px 80px rgba(8, 54, 61, 0.22),
            inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
        scrollbar-color: rgba(31, 117, 122, 0.46) transparent;
        scrollbar-width: thin;
        scrollbar-gutter: stable;
    }

    .b-catalog--mega-menu-02 > .dropdown > .dropdown-menu::-webkit-scrollbar {
        width: 9px;
    }

    .b-catalog--mega-menu-02 > .dropdown > .dropdown-menu::-webkit-scrollbar-thumb {
        border: 2px solid transparent;
        border-radius: 999px;
        background: rgba(31, 117, 122, 0.42);
        background-clip: padding-box;
    }

    .nr-catalog-showcase {
        padding: clamp(0.72rem, 1.1vw, 1rem) clamp(0.72rem, 1.1vw, 1rem)
            clamp(0.9rem, 1.35vw, 1.2rem) clamp(6.7rem, 7.7vw, 7.6rem);
    }

    .nr-catalog-quicklinks {
        margin-bottom: clamp(0.58rem, 0.8vw, 0.78rem);
        padding: 0 0.12rem clamp(0.58rem, 0.8vw, 0.76rem);
        border-bottom: 1px solid rgba(25, 103, 109, 0.13);
    }

    .nr-catalog-quicklinks__inner {
        display: flex;
        align-items: center;
        gap: 0.38rem;
        flex-wrap: wrap;
    }

    .nr-catalog-quicklinks__link {
        display: inline-flex;
        align-items: center;
        min-height: 2rem;
        padding: 0.35rem 0.62rem;
        color: #31585d !important;
        border: 1px solid rgba(25, 103, 109, 0.16);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.66);
        font-size: 0.7rem;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
    }

    .nr-catalog-quicklinks__link:hover {
        color: #0f686d !important;
        border-color: rgba(25, 117, 122, 0.42);
        background: #fff;
    }

    .nr-catalog-quicklinks__link:focus-visible {
        outline: 3px solid rgba(23, 128, 133, 0.4);
        outline-offset: 2px;
    }

    .nr-catalog-quicklinks__link--primary {
        color: #fff !important;
        border-color: #1c7c80;
        background: #1c7c80;
    }

    .nr-catalog-quicklinks__link--primary:hover {
        color: #fff !important;
        border-color: #145f63;
        background: #145f63;
    }

    .nr-catalog-quicklinks__link--soft {
        color: #155f64 !important;
        background: rgba(32, 143, 146, 0.11);
    }

    .nr-catalog-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: clamp(0.58rem, 0.9vw, 0.82rem);
    }

    .nr-catalog-card {
        position: relative;
        display: grid;
        grid-template-columns: clamp(4.65rem, 6vw, 5.7rem) minmax(0, 1fr);
        min-width: 0;
        min-height: 6.65rem;
        padding: 0.5rem;
        overflow: hidden;
        color: #2b241d;
        border: 1px solid rgba(25, 103, 109, 0.13);
        border-radius: 1.1rem;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 234, 0.94));
        box-shadow:
            0 9px 24px rgba(10, 60, 67, 0.07),
            inset 0 1px 0 rgba(255, 255, 255, 0.96);
        transition:
            transform 180ms ease,
            border-color 180ms ease,
            box-shadow 180ms ease;
    }

    .nr-catalog-card:hover,
    .nr-catalog-card:focus-within {
        z-index: 1;
        border-color: rgba(31, 130, 134, 0.48);
        box-shadow:
            0 16px 34px rgba(10, 60, 67, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 1);
        transform: translateY(-2px);
    }

    .nr-catalog-card__media {
        display: block;
        align-self: center;
        width: 100%;
        aspect-ratio: 1;
        overflow: hidden;
        border: 1px solid rgba(25, 103, 109, 0.1);
        border-radius: 0.88rem;
        background:
            radial-gradient(circle at 42% 34%, rgba(255, 255, 255, 0.96), transparent 42%),
            #f1eee4;
    }

    .nr-catalog-card__media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
    }

    .nr-catalog-card:hover .nr-catalog-card__media img,
    .nr-catalog-card:focus-within .nr-catalog-card__media img {
        transform: scale(1.035);
    }

    .nr-catalog-card__media--fallback {
        background:
            radial-gradient(circle, transparent 0 23%, rgba(31, 130, 134, 0.16) 24% 25%, transparent 26% 42%, rgba(214, 172, 74, 0.18) 43% 44%, transparent 45%),
            #f1eee4;
    }

    .nr-catalog-card__content {
        display: flex;
        min-width: 0;
        padding: 0.28rem 0.2rem 0.28rem 0.68rem;
        flex-direction: column;
        justify-content: center;
        gap: 0.34rem;
    }

    .nr-catalog-card__title {
        color: #2b241d !important;
        font-size: clamp(0.84rem, 0.45vw + 0.53rem, 0.96rem);
        font-weight: 700;
        line-height: 1.28;
        text-decoration: none;
        text-wrap: pretty;
    }

    .nr-catalog-card__title:hover {
        color: #126b70 !important;
    }

    .nr-catalog-card__title:focus-visible,
    .nr-catalog-card__child:focus-visible {
        border-radius: 0.25rem;
        outline: 3px solid rgba(23, 128, 133, 0.4);
        outline-offset: 2px;
    }

    .nr-catalog-card__children {
        display: grid;
        gap: 0.18rem;
    }

    .nr-catalog-card__child {
        display: flex;
        min-width: 0;
        color: #516a6d !important;
        font-size: 0.71rem;
        font-weight: 600;
        line-height: 1.25;
        text-decoration: none;
    }

    .nr-catalog-card__child::before {
        margin-right: 0.3rem;
        color: #b98b2f;
        content: "•";
        flex: 0 0 auto;
    }

    .nr-catalog-card__child:hover {
        color: #126b70 !important;
    }

    /* Keep the bilingual control visible with the normal and sticky headers.
       The reserved left gutter prevents it from covering catalog cards. */
    .nr-language-switcher {
        position: fixed !important;
        top: auto !important;
        right: auto !important;
        bottom: 0.85rem !important;
        left: 0.75rem !important;
        z-index: 2000 !important;
        margin: 0 !important;
        opacity: 0.98;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .nr-catalog-showcase {
        padding-left: 6.65rem;
    }

    .nr-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nr-catalog-card {
        grid-template-columns: 4.55rem minmax(0, 1fr);
        min-height: 5.9rem;
    }
}

@media (max-width: 991.98px) {
    /* The global RU/EN control shares the mobile header row with the offcanvas
       close button. Shift it into the reserved centre slot while the menu is
       open, so both controls remain visible and independently clickable. */
    html.nr-mobile-offcanvas-open .nr-language-switcher {
        right: 8rem !important;
        left: auto !important;
    }

    .nr-mobile-catalog__root,
    .nr-mobile-catalog__item {
        display: flex;
        align-items: center;
        min-height: 4.25rem;
        gap: 0.72rem;
        padding: 0.42rem 0.35rem !important;
        border-bottom: 1px solid rgba(24, 92, 98, 0.08);
    }

    .nr-mobile-catalog__root > .link-emphasis,
    .nr-mobile-catalog__item > .link-emphasis {
        padding: 0.38rem 0;
        color: #183f46 !important;
        font-weight: 650;
        line-height: 1.32;
        text-wrap: pretty;
    }

    .nr-mobile-catalog__thumb {
        display: block;
        width: 3rem;
        height: 3rem;
        flex: 0 0 3rem;
        overflow: hidden;
        border: 1px solid rgba(24, 92, 98, 0.12);
        border-radius: 0.82rem;
        background-color: #f2eee3;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: 0 6px 14px rgba(9, 58, 64, 0.08);
    }

    .nr-mobile-catalog .nav-next {
        display: grid;
        width: 2.75rem;
        height: 2.75rem;
        min-width: 2.75rem;
        min-height: 2.75rem;
        margin: 0;
        padding: 0;
        place-items: center;
        color: #174f52;
        border: 0;
        border-radius: 50%;
        background: rgba(31, 130, 134, 0.08);
        appearance: none;
    }

    .nr-mobile-catalog .nav-next:focus-visible {
        outline: 3px solid rgba(23, 128, 133, 0.4);
        outline-offset: 2px;
    }

    .nr-mobile-catalog .nav-item:not(.has-childs) > .nr-mobile-catalog__item .nav-next {
        display: none;
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="48"] > .nr-mobile-catalog__thumb,
    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="109"] > .nr-mobile-catalog__thumb,
    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="111"] > .nr-mobile-catalog__thumb,
    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="112"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/ayurveda-natural-care.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="49"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/indian-incense.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="51"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/gifts-from-india.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="54"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/handcrafted-murtis.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="55"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/tulsi-rudraksha-kanthi.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="56"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/decorative-kanthi.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="57"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/sacred-art-panels.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="59"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/indian-instruments.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="63"] > .nr-mobile-catalog__thumb,
    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="79"] > .nr-mobile-catalog__thumb,
    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="101"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/japa-malas.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="77"] > .nr-mobile-catalog__thumb,
    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="89"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/handmade-jewelry.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="87"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/hemp-bags.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="96"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/puja-home-altar.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="97"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/rudraksha-beads.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="105"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/hemp-backpack.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="106"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/hemp-wallet.webp");
    }

    .l-mobile-header__offcanvas:is(.showing, .show) .nr-mobile-catalog [data-category-id="107"] > .nr-mobile-catalog__thumb {
        background-image: url("../img/narayana/catalog-v2/hemp-belt-bag.webp");
    }
}

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

    .nr-catalog-card,
    .nr-catalog-card__media img,
    .nr-reels *,
    .nr-reels *::before,
    .nr-reels *::after {
        transition-duration: 0.01ms !important;
    }
}

/*
 * 2026-08-30 fixed-control acceptance.
 *
 * The ecosystem gateway remains available at the top of the page, but it no
 * longer follows the visitor through catalog, product and footer controls.
 * The seller callback and back-to-top bubbles duplicate in-flow/header
 * actions, so the compact and tablet layouts remove those extra hit areas.
 */
.nr-ecosystem-return {
    position: absolute;
}

@media (max-width: 1100px) {
    .b-seller-modal-toggle,
    .b-up-button {
        display: none !important;
        pointer-events: none !important;
    }
}

/* The five-item commerce rail has only 60.8 px per item on a 320 px phone.
 * Keep the complete RU/EN labels readable by stacking each icon over its
 * label instead of forcing both into the same row. */
@media (max-width: 360px) {
    .b-mobile-fixed-panel__item .card-body,
    .b-mobile-fixed-panel__item > a,
    .b-mobile-fixed-panel__item > button,
    .b-mobile-fixed-panel__item .card-body > a,
    .b-mobile-fixed-panel__item .card-body > button {
        flex-direction: column;
        gap: 1px;
    }

    .b-mobile-fixed-panel__item .fs-xs {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        text-align: center;
        text-overflow: clip;
    }
}

/*
 * 2026-08-30 premium target-area acceptance (v11).
 *
 * Swiper renders the hero progress rails at 2 px and the editorial dots at
 * 8 px. Their visual weight is intentional, but the interactive element must
 * still expose a dependable target. Keep the artwork unchanged and enlarge
 * only the real hit box. Product jump links receive the same treatment.
 */
@media (min-width: 1025px) {
    .nr-hero__controls .swiper-pagination-bullet[role="button"] {
        min-width: 3.25rem;
        min-height: 24px;
        height: 24px;
        overflow: visible;
        background: linear-gradient(
            rgba(255, 255, 255, 0.3),
            rgba(255, 255, 255, 0.3)
        ) center / 100% 2px no-repeat;
    }

    .nr-hero__controls .swiper-pagination-bullet[role="button"]::after {
        top: 11px;
        bottom: auto;
        height: 2px;
    }
}

.nr-welcome__pagination .swiper-pagination-bullet[role="button"] {
    position: relative;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    margin: 0 !important;
    background: transparent;
}

.nr-welcome__pagination .swiper-pagination-bullet[role="button"]::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.46);
    content: "";
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.nr-welcome__pagination .swiper-pagination-bullet-active[role="button"]::after {
    background: var(--narayana-gold-soft);
}

.b-product-rating > a.js-bootstrap-tab,
.b-features-short > a.js-bootstrap-tab,
.s-summary > a.js-bootstrap-tab {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
}

@media (max-width: 1024px) {
    button.btn {
        min-width: 44px !important;
    }

    a.btn,
    .nr-campaign__link,
    .b-product-rating > a.js-bootstrap-tab,
    .b-features-short > a.js-bootstrap-tab,
    .s-summary > a.js-bootstrap-tab {
        display: inline-flex;
        align-items: center;
        min-height: 44px !important;
    }

    .nr-welcome__pagination .swiper-pagination-bullet[role="button"] {
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
    }

    .b-logo__link,
    .b-social-icons__button.btn,
    button.btn.btn-dark-theme-link {
        min-width: 44px !important;
        min-height: 44px !important;
    }
}

/* Inner-page header and product-detail contrast must stay deterministic when
 * the visitor's OS requests a dark color scheme while the Narayana canvas is
 * intentionally light. Home keeps its white-on-hero treatment. */
body:not(.nr-home) .l-desktop-header-top :is(a, button, .link-emphasis, .btn-dark-theme-link),
body:not(.nr-home) .l-desktop-header-middle :is(a, button, .link-emphasis, .btn-dark-theme-link),
body:not(.nr-home) .l-mobile-header :is(a, button, .link-emphasis, .btn-link, .btn-dark-theme-link) {
    color: var(--narayana-ink) !important;
}

body:not(.nr-home) .l-desktop-header-middle .b-catalog__button {
    color: #fff !important;
}

body:not(.nr-home) .l-mobile-header :is(a, button) svg {
    color: currentColor !important;
    fill: currentColor !important;
}

.b-product-rating > a.js-bootstrap-tab,
.b-features-short > a.js-bootstrap-tab,
.s-summary > a.js-bootstrap-tab,
.b-features-short .text-dark,
.b-features-tabs-none .text-dark,
.s-features-wrapper .s-features-wrapper__value.text-dark {
    color: var(--narayana-ink) !important;
}

/* The custom product canvas remains light in both system color schemes. Keep
 * support/total cards light, while retaining the dark primary purchase card
 * with an explicit high-contrast stock label. */
.b-product-total .card.bg-white-dark,
.b-product-info.bg-white-dark {
    color: var(--narayana-ink) !important;
    background: var(--narayana-milk) !important;
    border: 1px solid var(--narayana-line) !important;
    box-shadow: var(--narayana-shadow-soft) !important;
}

.b-product-total .card :is(.text-quaternary, .link-emphasis),
.b-product-info :is(.text-quaternary, .link-emphasis, .text-dotted) {
    color: var(--narayana-ink-soft) !important;
}

.b-product-info .icon {
    color: var(--narayana-green) !important;
}

[data-bs-theme="dark"] .b-product-price .text-quaternary {
    color: #d7e3e0 !important;
}

@media (min-width: 992px) {
    .nr-home .nr-hero__scroll {
        left: calc(var(--bs-gutter-x) + 5rem);
    }
}

/* At tablet width the full mobile commerce rail covers the last feature rows,
 * while the header already exposes menu and cart controls. Remove the
 * redundant fixed rail so product information stays completely readable. */
@media (min-width: 768px) and (max-width: 991.98px) {
    .b-mobile-fixed-panel {
        display: none !important;
        pointer-events: none !important;
    }
}

/* Webasyst replaces the responsive header and reinitializes the home Swiper
 * shortly after first paint. Keep the first scene as a real visual fallback
 * during that brief no-active-slide interval instead of exposing an empty
 * teal canvas. Reduced-motion visitors should not receive a 1.3 s fade from
 * zero after reinitialization. */
.nr-hero .swiper-wrapper:not(:has(.swiper-slide-active)) > .nr-hero__slide:first-child {
    z-index: 1;
    visibility: visible;
    opacity: 1 !important;
}

.nr-hero .swiper-wrapper:not(:has(.swiper-slide-active)) > .nr-hero__slide:first-child .nr-hero__content {
    opacity: 1 !important;
}

@media (prefers-reduced-motion: reduce) {
    .nr-hero .swiper-slide {
        transition: none !important;
    }
}

@media (max-width: 767.98px) {
    /* Keep scene one underneath subsequent active scenes. Webasyst briefly
     * leaves the previous active class on a zero-opacity slide while it
     * rebuilds the mobile Swiper; a conditional no-active fallback therefore
     * cannot cover every frame. This persistent underlay is fully covered by
     * the z-index:2 active scene and prevents any teal-only flash. */
    .nr-hero .swiper-wrapper > .nr-hero__slide:first-child {
        z-index: 1;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .nr-hero .swiper-wrapper > .nr-hero__slide:first-child .nr-hero__content {
        opacity: 1 !important;
    }
}

/* Narayana Shop v12 — keep the server-rendered tablet header aligned with
 * the responsive commerce header while Webasyst performs its client swap. */
a.js-bootstrap-tab.link-emphasis.fs-sm {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
}

@media (max-width: 1024px) {
    a.js-bootstrap-tab.link-emphasis.fs-sm {
        min-height: 44px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .l-desktop-header:not(.l-desktop-header--fixed) > .l-desktop-header-top,
    .l-desktop-header:not(.l-desktop-header--fixed) > .l-desktop-header-middle,
    .l-desktop-header:not(.l-desktop-header--fixed) > .l-desktop-header-bottom {
        display: none !important;
    }

    .l-desktop-header:not(.l-desktop-header--fixed) {
        min-height: 0 !important;
        height: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .l-desktop-header--fixed {
        top: 0 !important;
        display: block !important;
        min-height: 72px !important;
        height: 72px !important;
        border: 0 !important;
        background: rgba(6, 58, 70, 0.96) !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .l-desktop-header--fixed .l-desktop-header-middle {
        padding: 10px 12px !important;
    }

    .l-desktop-header--fixed .container-fluid,
    .l-desktop-header--fixed .container-xxl {
        max-width: none !important;
        padding: 0 !important;
    }

    .l-desktop-header--fixed .l-desktop-header-middle__row {
        display: grid !important;
        grid-template-columns: 44px 52px minmax(96px, 1fr) 44px;
        gap: 8px !important;
        min-height: 52px;
    }

    .l-desktop-header--fixed .l-desktop-header-middle__item {
        display: none !important;
        min-width: 0;
    }

    .l-desktop-header--fixed .l-desktop-header-middle__item:has(.b-logo),
    .l-desktop-header--fixed .l-desktop-header-middle__item:has(.b-catalog),
    .l-desktop-header--fixed .l-desktop-header-middle__item:has(.b-cart) {
        display: block !important;
    }

    .l-desktop-header--fixed .nr-language-slot--fixed {
        display: flex !important;
        grid-column: 3;
        grid-row: 1;
        min-width: 96px;
        align-items: center;
        justify-content: center;
    }

    .l-desktop-header--fixed .l-desktop-header-middle__item:has(.b-catalog) {
        grid-column: 1;
        grid-row: 1;
    }

    .l-desktop-header--fixed .l-desktop-header-middle__item:has(.b-logo) {
        grid-column: 2;
        grid-row: 1;
    }

    .l-desktop-header--fixed .l-desktop-header-middle__item:has(.b-cart) {
        grid-column: 4;
        grid-row: 1;
    }

    .l-desktop-header--fixed .b-logo__link,
    .l-desktop-header--fixed .b-catalog__button,
    .l-desktop-header--fixed .b-cart__dropdown > a {
        display: flex !important;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        color: #fff !important;
    }

    .l-desktop-header--fixed .b-logo__img,
    .l-desktop-header--fixed .b-logo__img img {
        width: 44px !important;
        height: 44px !important;
        max-width: 44px !important;
        max-height: 44px !important;
        object-fit: contain;
    }

    .l-desktop-header--fixed .b-catalog__button {
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .l-desktop-header--fixed .b-catalog__button > span:last-child,
    .l-desktop-header--fixed .b-cart__text,
    .l-desktop-header--fixed .b-cart__dropdown-menu {
        display: none !important;
    }

    .l-desktop-header--fixed .b-catalog__button .icon,
    .l-desktop-header--fixed .b-cart .icon {
        width: 24px !important;
        min-width: 24px !important;
        height: 24px !important;
        margin: 0 !important;
    }
}

/* Narayana Shop v13 — full-route phone/tablet targets and clean tags. */
@media (max-width: 1024px) {
  .breadcrumb--scroll a.link-gray {
    box-sizing: border-box;
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
  }
}

/* Narayana Shop v14 — premium 44px product and footer targets. */
@media (max-width: 1024px) {
  .b-product-info a.b-product-info__item,
  .nr-footer-compact__nav a,
  .nr-footer-compact__legal a,
  a.btn.btn-color {
    box-sizing: border-box;
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
  }
}

/* Narayana Shop v15 — full-route premium 44px targets. */
@media (max-width: 1024px) {
  .nr-journal-bar__label,
  .b-post blockquote > strong > a,
  .related-articles li > a,
  .journal-sources li > a,
  .s-post-page .s-user-content.b-prose dl dd > a,
  .s-post-page .s-user-content.b-prose > ul > li > a,
  .s-post-page .s-user-content.b-prose p > strong + a {
    box-sizing: border-box;
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
  }
}

/* Narayana Shop v16 — blog semantic CTA targets. */
@media (max-width: 1024px) {
  .b-post-page .s-user-content.b-prose p > strong > a,
  .b-post-page .s-user-content.b-prose p > strong + a,
  .b-post-page .s-user-content.b-prose p.catalog-cta > a {
    box-sizing: border-box;
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    max-width: 100%;
    align-items: center;
    vertical-align: middle;
    overflow-wrap: anywhere;
  }
}

/*
 * 2026-08-30 — internal-page hierarchy, bilingual header and editorial pages.
 * The selectors stay inside Narayana-owned components so the licensed product,
 * cart and checkout views retain their established behavior.
 */

/* The route-aware switch is still generated by Narayana i18n. These slots
   change only its visual location; the original localized URLs stay intact. */
.nr-language-slot {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.nr-language-slot .nr-language-switcher {
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    margin: 0 !important;
    padding: 2px !important;
    border-color: rgba(24, 92, 98, 0.18) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 5px 18px rgba(12, 64, 87, 0.08) !important;
    opacity: 1 !important;
}

.nr-language-slot .nr-language-switcher a {
    min-width: 44px;
    min-height: 44px;
    padding: 0.6rem 0.65rem;
    font-size: 0.7rem;
}

@media (min-width: 992px) {
    .l-desktop-header-middle__row {
        gap: clamp(0.5rem, 0.95vw, 0.9rem) !important;
    }

    .l-desktop-header:not(.l-desktop-header--fixed) .l-desktop-header-middle {
        border-bottom: 1px solid rgba(24, 92, 98, 0.08);
    }

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

    .l-desktop-header-middle__item:has(.b-search) {
        min-width: 15rem;
        max-width: 31rem;
        flex: 1 1 24rem !important;
    }

    .l-desktop-header--fixed .l-desktop-header-middle__item:has(.b-search) {
        max-width: 28rem;
    }

    .nr-language-slot .nr-language-switcher a {
        min-width: 44px;
        min-height: 44px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .l-desktop-header-middle__item:has(.b-logo-description) {
        display: none;
    }

    .l-desktop-header-middle__item:has(.b-search) {
        min-width: 15rem;
        max-width: 22rem;
    }

    .l-desktop-header .nr-language-slot .nr-language-switcher a {
        min-width: 44px;
        padding-inline: 0.5rem;
    }
}

@media (max-width: 991.98px) {
    .nr-language-slot--mobile {
        min-width: 5.75rem;
        justify-content: center;
    }

    .nr-language-slot--mobile-menu {
        margin-left: auto;
        justify-content: flex-end;
    }

    .nr-language-slot--mobile .nr-language-switcher a,
    .nr-language-slot--mobile-menu .nr-language-switcher a {
        min-width: 44px;
        padding-inline: 0.5rem;
    }
}

/* Shared editorial language. */
.nr-page-eyebrow {
    margin: 0 0 0.55rem;
    color: #18737a;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.nr-page-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.7rem 1.1rem;
    color: #fff !important;
    border: 1px solid #176b75;
    border-radius: 999px;
    background: #176b75;
    font-size: 0.88rem;
    font-weight: 750;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.nr-page-button:hover {
    color: #fff !important;
    background: #0f565f;
    box-shadow: 0 10px 24px rgba(15, 86, 95, 0.18);
    transform: translateY(-1px);
}

.nr-page-button--light {
    color: #164f57 !important;
    border-color: rgba(255, 255, 255, 0.72);
    background: #fff;
}

.nr-page-button--light:hover {
    color: #0f565f !important;
    background: #f5fbfa;
}

.nr-page-button--outline {
    color: #176b75 !important;
    border-color: rgba(23, 107, 117, 0.32);
    background: transparent;
}

.nr-page-button--primary {
    color: #fff !important;
    border-color: #176b75;
    background: #176b75;
}

.nr-page-button--secondary {
    color: #176b75 !important;
    border-color: rgba(23, 107, 117, 0.3);
    background: rgba(255, 255, 255, 0.7);
}

.nr-page-button--secondary:hover {
    color: #0f565f !important;
    background: #fff;
}

.nr-page-link {
    display: inline-flex;
    align-items: center;
    margin-top: 0.95rem;
    color: #176b75 !important;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.35rem;
    text-decoration-thickness: 1px;
}

.nr-page-link::after {
    content: "→";
}

.nr-page-button--outline:hover {
    color: #0f565f !important;
    background: rgba(23, 107, 117, 0.07);
}

.nr-page-note {
    padding: 1rem 1.15rem;
    color: #3d5c60;
    border-left: 3px solid #d1a94f;
    border-radius: 0 0.9rem 0.9rem 0;
    background: #fbf6e8;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Full catalog landing. */
.nr-catalog-page {
    display: grid;
    gap: clamp(1.25rem, 2.5vw, 2.25rem);
    padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

.nr-catalog-page__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
    align-items: end;
    gap: clamp(1.25rem, 3vw, 3rem);
    padding: clamp(1.25rem, 3vw, 2.5rem);
    overflow: hidden;
    border: 1px solid rgba(24, 92, 98, 0.11);
    border-radius: clamp(1.25rem, 2.5vw, 2rem);
    background:
        radial-gradient(circle at 96% 0%, rgba(44, 151, 154, 0.18), transparent 20rem),
        radial-gradient(circle at 2% 110%, rgba(217, 173, 75, 0.13), transparent 17rem),
        #f5f8f4;
}

.nr-catalog-page__lead {
    max-width: 50rem;
    margin: 0;
    color: #244f55;
    font-family: "Narayana Serif", "Lora", Georgia, serif;
    font-size: clamp(1.2rem, 2vw, 1.75rem);
    line-height: 1.42;
    text-wrap: balance;
}

.nr-catalog-page__principles {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.nr-catalog-page__principles span {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.75rem;
    color: #315e62;
    border: 1px solid rgba(24, 92, 98, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    font-size: 0.75rem;
    font-weight: 700;
}

.nr-catalog-page__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.8rem, 1.5vw, 1.25rem);
}

.nr-catalog-page-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(24, 92, 98, 0.12);
    border-radius: 1.3rem;
    background: #fff;
    box-shadow: 0 10px 34px rgba(12, 64, 87, 0.07);
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.nr-catalog-page-card:hover,
.nr-catalog-page-card:focus-within {
    border-color: rgba(24, 116, 122, 0.28);
    box-shadow: 0 18px 44px rgba(12, 64, 87, 0.13);
    transform: translateY(-3px);
}

.nr-catalog-page-card__link {
    display: grid;
    height: 100%;
    grid-template-rows: auto 1fr;
    color: #173f46 !important;
    text-decoration: none;
}

.nr-catalog-page-card__link:focus-visible {
    outline: 3px solid rgba(23, 128, 133, 0.42);
    outline-offset: -3px;
}

.nr-catalog-page-card__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f0eee5;
}

.nr-catalog-page-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nr-catalog-page-card:hover .nr-catalog-page-card__media img,
.nr-catalog-page-card:focus-within .nr-catalog-page-card__media img {
    transform: scale(1.035);
}

.nr-catalog-page-card__body {
    display: flex;
    min-width: 0;
    padding: 1rem 1rem 1.05rem;
    flex-direction: column;
}

.nr-catalog-page-card__title {
    color: #243d3f;
    font-family: "Narayana Serif", "Lora", Georgia, serif;
    font-size: clamp(1.05rem, 1.4vw, 1.28rem);
    font-weight: 650;
    line-height: 1.28;
    text-wrap: pretty;
}

.nr-catalog-page-card__meta {
    margin-top: 0.45rem;
    color: #5b7274;
    font-size: 0.76rem;
    font-weight: 650;
}

.nr-catalog-page-card__action {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    padding-top: 0.85rem;
    color: #176b75;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.nr-catalog-page-card__action span {
    font-size: 1rem;
    transition: transform 180ms ease;
}

.nr-catalog-page-card:hover .nr-catalog-page-card__action span {
    transform: translateX(3px);
}

.nr-catalog-page__help,
.nr-page-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: clamp(1.25rem, 3vw, 2.1rem);
    color: #effbfa;
    border-radius: clamp(1.25rem, 2.5vw, 2rem);
    background:
        radial-gradient(circle at 95% 10%, rgba(226, 190, 106, 0.24), transparent 14rem),
        linear-gradient(135deg, #0f5059, #1d7778);
    box-shadow: 0 18px 46px rgba(12, 64, 87, 0.16);
}

.nr-catalog-page__help p,
.nr-page-cta p {
    max-width: 48rem;
    margin: 0;
    color: inherit;
}

.nr-page-cta:not(.nr-page-cta--quiet) h3 {
    color: inherit !important;
}

.nr-catalog-page__help .nr-page-eyebrow,
.nr-page-cta .nr-page-eyebrow {
    color: #f1d99d;
}

/* About, delivery, offers and contacts. */
.nr-info-page {
    display: grid;
    gap: clamp(1.5rem, 3vw, 3rem);
    padding-bottom: clamp(2.5rem, 6vw, 5rem);
    color: #284c50;
}

.nr-info-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(24, 92, 98, 0.12);
    border-radius: clamp(1.25rem, 2.5vw, 2rem);
    background: #f4f7f2;
    box-shadow: 0 18px 50px rgba(12, 64, 87, 0.09);
}

.nr-info-page__hero-copy {
    display: flex;
    padding: clamp(1.4rem, 4vw, 3.4rem);
    flex-direction: column;
    justify-content: center;
}

.nr-info-page__hero--compact {
    grid-template-columns: minmax(0, 1fr);
    background:
        radial-gradient(circle at 90% 0%, rgba(42, 135, 144, 0.17), transparent 23rem),
        radial-gradient(circle at 0 110%, rgba(226, 190, 106, 0.14), transparent 18rem),
        #f4f7f2;
}

.nr-info-page__hero--compact .nr-info-page__hero-copy {
    max-width: 64rem;
}

.nr-info-page__hero-copy h2,
.nr-info-page__section-heading h2,
.nr-info-card h2,
.nr-step-card h2,
.nr-offer-card h2,
.nr-contact-card h2 {
    margin: 0;
    color: #183f46;
}

.nr-info-page__lead {
    max-width: 46rem;
    margin: 0.9rem 0 0;
    color: #3e6266;
    font-size: clamp(1rem, 1.3vw, 1.16rem);
    line-height: 1.72;
}

.nr-info-page__hero-media {
    min-height: 25rem;
    margin: 0;
    background: #e8eee7;
}

.nr-info-page__hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nr-info-page--about .nr-info-page__hero-media img {
    object-position: 55% 50%;
}

.nr-info-page--delivery .nr-info-page__hero-media img {
    object-position: 50% 52%;
}

.nr-info-page__section {
    display: grid;
    gap: 1.2rem;
}

.nr-info-page__section--tint {
    padding: clamp(1.25rem, 3vw, 2.4rem);
    border: 1px solid rgba(24, 92, 98, 0.09);
    border-radius: clamp(1.25rem, 2.5vw, 1.8rem);
    background:
        radial-gradient(circle at 100% 0%, rgba(42, 135, 144, 0.08), transparent 19rem),
        #f5f8f4;
}

.nr-info-page__section-heading {
    max-width: 52rem;
}

.nr-info-page__section-heading > p:last-child {
    margin: 0.7rem 0 0;
    color: #557175;
    line-height: 1.7;
}

.nr-info-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.nr-info-page__grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nr-info-page__grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nr-info-page__grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nr-info-page__grid--partners {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.nr-info-page__grid--partners > * {
    grid-column: span 2;
}

.nr-info-page__grid--partners > *:nth-last-child(-n + 2) {
    grid-column: span 3;
}

.nr-info-page__split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 1rem;
}

.nr-info-page__actions {
    display: flex;
    align-items: center;
    margin-top: 1.15rem;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.nr-info-page__address {
    display: grid;
    margin: 1rem 0 0;
    color: #3f6064;
    font-style: normal;
    line-height: 1.65;
}

.nr-info-page__details {
    display: grid;
    margin: 1.15rem 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.nr-info-page__details > div {
    padding: 0.8rem;
    border: 1px solid rgba(24, 92, 98, 0.1);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.68);
}

.nr-info-page__details dt {
    color: #637b7d;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nr-info-page__details dd {
    margin: 0.3rem 0 0;
    color: #244f55;
    font-weight: 700;
}

.nr-info-page__contact-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
}

.nr-info-page__contact-grid > * {
    grid-column: span 2;
}

.nr-info-page__contact-grid > *:nth-last-child(-n + 2) {
    grid-column: span 3;
}

.nr-info-page__offers {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
    list-style: none;
}

.nr-info-card,
.nr-step-card,
.nr-offer-card,
.nr-contact-card {
    min-width: 0;
    padding: clamp(1.15rem, 2.2vw, 1.7rem);
    border: 1px solid rgba(24, 92, 98, 0.12);
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 9px 30px rgba(12, 64, 87, 0.06);
}

.nr-info-card--accent {
    border-top: 3px solid #d0a84e;
    background:
        radial-gradient(circle at 100% 0%, rgba(226, 190, 106, 0.12), transparent 12rem),
        #fff;
}

.nr-info-card--panel {
    background: rgba(255, 255, 255, 0.82);
}

.nr-info-card__label,
.nr-offer-card__threshold {
    display: block;
    margin: 0 0 0.5rem !important;
    color: #18737a !important;
    font-size: 0.69rem;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nr-info-card h2,
.nr-info-card h3,
.nr-step-card h2,
.nr-step-card h3,
.nr-offer-card h2,
.nr-offer-card h3,
.nr-contact-card h2,
.nr-contact-card h3 {
    margin: 0;
    color: #1d464b;
    font-size: clamp(1.13rem, 1.55vw, 1.38rem);
    line-height: 1.3;
}

.nr-info-card p,
.nr-step-card p,
.nr-offer-card p,
.nr-contact-card p,
.nr-contact-card address {
    margin: 0.7rem 0 0;
    color: #536d70;
    font-style: normal;
    line-height: 1.68;
}

.nr-info-card ul,
.nr-step-card ul,
.nr-offer-card ul,
.nr-contact-card ul {
    display: grid;
    margin: 0.8rem 0 0;
    padding: 0;
    gap: 0.45rem;
    list-style: none;
}

.nr-info-card li,
.nr-step-card li,
.nr-offer-card li,
.nr-contact-card li {
    position: relative;
    padding-left: 1.1rem;
    color: #536d70;
}

.nr-info-card li::before,
.nr-step-card li::before,
.nr-offer-card li::before,
.nr-contact-card li::before {
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: #d0a84e;
    content: "";
}

.nr-step-card {
    position: relative;
    padding-top: 4rem;
}

.nr-step-cards {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    list-style: none;
}

.nr-step-card__number {
    position: absolute;
    top: 1.15rem;
    left: 1.15rem;
    display: grid;
    width: 2rem;
    height: 2rem;
    color: #fff;
    border-radius: 50%;
    background: #176b75;
    place-items: center;
    font-size: 0.76rem;
    font-weight: 800;
}

.nr-offer-card--primary {
    color: #effbfa;
    border-color: transparent;
    background: linear-gradient(145deg, #155e67, #247f7d);
    box-shadow: 0 16px 40px rgba(12, 64, 87, 0.16);
}

.nr-offer-card--primary h2,
.nr-offer-card--primary h3,
.nr-offer-card--primary p,
.nr-offer-card--primary li {
    color: inherit;
}

.nr-offer-card__value {
    display: block;
    margin-bottom: 0.65rem;
    color: #176b75;
    font-family: "Narayana Serif", "Lora", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 700;
    line-height: 1;
}

.nr-offer-card--primary .nr-offer-card__value {
    color: #f3d994;
}

.nr-info-page__offers .nr-offer-card {
    display: grid;
    min-height: 9rem;
    padding: 1.1rem 0.8rem;
    place-content: center;
    text-align: center;
}

.nr-offer-card--featured {
    color: #effbfa;
    border-color: transparent;
    background: linear-gradient(145deg, #155e67, #247f7d);
    box-shadow: 0 16px 40px rgba(12, 64, 87, 0.16);
}

.nr-offer-card--featured .nr-offer-card__value {
    color: #f3d994 !important;
}

.nr-offer-card--featured .nr-offer-card__threshold {
    color: #fff !important;
}

.nr-discount-scale {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 1rem 0 0;
    padding: 0;
    gap: 0.55rem;
    list-style: none;
}

.nr-discount-scale li {
    display: grid;
    min-height: 6.2rem;
    padding: 0.85rem 0.65rem;
    color: #31585d;
    border: 1px solid rgba(24, 92, 98, 0.13);
    border-radius: 1rem;
    background: #f5f8f4;
    place-content: center;
    text-align: center;
}

.nr-discount-scale strong {
    display: block;
    color: #176b75;
    font-family: "Narayana Serif", "Lora", Georgia, serif;
    font-size: 1.65rem;
    line-height: 1;
}

.nr-discount-scale span {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
}

.nr-contact-card a {
    color: #176b75;
    font-weight: 750;
    overflow-wrap: anywhere;
    text-decoration-thickness: 1px;
}

.nr-contact-card__phone {
    display: inline-block;
    margin-top: 0.55rem;
    color: #154f57 !important;
    font-family: "Narayana Serif", "Lora", Georgia, serif;
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    font-weight: 700 !important;
    text-decoration: none;
}

.nr-contact-card--primary {
    color: #effbfa;
    border-color: transparent;
    background: linear-gradient(145deg, #155e67, #247f7d);
    box-shadow: 0 16px 40px rgba(12, 64, 87, 0.14);
}

.nr-contact-card--primary h3,
.nr-contact-card--primary h3 a,
.nr-contact-card--primary p,
.nr-contact-card--primary .nr-info-card__label {
    color: inherit !important;
}

.nr-contact-card--email h3 {
    font-family: "Narayana Sans", "Nunito", system-ui, sans-serif;
    font-size: clamp(0.95rem, 1.35vw, 1.18rem);
    overflow-wrap: anywhere;
}

.nr-page-cta .nr-page-button--primary {
    color: #154f57 !important;
    border-color: rgba(255, 255, 255, 0.8);
    background: #fff;
}

.nr-page-cta .nr-page-button--secondary {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
}

.nr-page-cta--quiet {
    color: #284f54;
    border: 1px solid rgba(24, 92, 98, 0.11);
    background:
        radial-gradient(circle at 96% 0%, rgba(226, 190, 106, 0.14), transparent 15rem),
        #f5f8f4;
    box-shadow: none;
}

.nr-page-cta--quiet .nr-page-eyebrow {
    color: #18737a;
}

.nr-page-cta--quiet .nr-page-button--primary {
    color: #fff !important;
    border-color: #176b75;
    background: #176b75;
}

.nr-page-cta--quiet .nr-page-button--secondary {
    color: #176b75 !important;
    border-color: rgba(23, 107, 117, 0.3);
    background: #fff;
}

@media (max-width: 1199.98px) {
    .nr-catalog-page__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nr-info-page__grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nr-info-page__contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nr-info-page__contact-grid > *,
    .nr-info-page__contact-grid > *:nth-last-child(-n + 2),
    .nr-info-page__grid--partners > *,
    .nr-info-page__grid--partners > *:nth-last-child(-n + 2) {
        grid-column: auto;
    }

    .nr-info-page__grid--partners {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nr-info-page__grid--partners > *:last-child,
    .nr-info-page__contact-grid > *:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .nr-catalog-page__intro,
    .nr-info-page__hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .nr-catalog-page__principles {
        justify-content: flex-start;
    }

    .nr-catalog-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nr-catalog-page-card__body {
        padding: 0.82rem 0.78rem 0.9rem;
    }

    .nr-catalog-page-card__title {
        font-size: clamp(0.92rem, 4.5vw, 1.06rem);
    }

    .nr-catalog-page-card__action {
        padding-top: 0.65rem;
        font-size: 0.67rem;
    }

    .nr-catalog-page__help,
    .nr-page-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .nr-info-page__hero-media {
        min-height: 16rem;
        order: -1;
    }

    .nr-info-page__grid,
    .nr-info-page__grid--two,
    .nr-info-page__grid--four {
        grid-template-columns: minmax(0, 1fr);
    }

    .nr-info-page__split,
    .nr-step-cards,
    .nr-info-page__contact-grid,
    .nr-info-page__grid--three,
    .nr-info-page__grid--partners {
        grid-template-columns: minmax(0, 1fr);
    }

    .nr-info-page__grid--partners > *:last-child,
    .nr-info-page__contact-grid > *:last-child {
        grid-column: auto;
    }

    .nr-info-page__offers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nr-info-page__offers .nr-offer-card:last-child {
        grid-column: 1 / -1;
    }

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

    .nr-discount-scale {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nr-discount-scale li:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 359.98px) {
    .nr-catalog-page__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .nr-language-slot--mobile {
        min-width: 5.3rem;
    }

    .nr-language-slot--mobile .nr-language-switcher a,
    .nr-language-slot--mobile-menu .nr-language-switcher a {
        min-width: 44px;
        padding-inline: 0.4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nr-catalog-page-card,
    .nr-catalog-page-card__media img,
    .nr-catalog-page-card__action span,
    .nr-page-button {
        transition-duration: 0.01ms !important;
    }
}

/* Narayana Shop footer legal-wrap acceptance fix — 2026-08-31 */
@media (max-width: 575.98px) {
    .nr-footer-compact__legal {
        flex-wrap: wrap;
        row-gap: 0.25rem;
    }
}

@media (max-width: 359.98px) {
    .nr-hero__controls .swiper-nav-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .nr-order .nr-ecosystem-return__copy {
        display: none;
    }
}

@media (min-width: 992px) {
    body:not(.nr-home) .nr-ecosystem-return {
        top: 200px;
    }
}

/* Narayana Shop final responsive and pagination acceptance fixes — 2026-08-31 */
.s-paging-list .page-link {
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
}

@media (min-width: 576px) {
    .nr-footer-compact__primary,
    .nr-footer-compact__secondary {
        grid-template-columns: minmax(0, 1fr) auto;
    }

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

    .nr-footer-compact__copyright {
        grid-column: 1;
        grid-row: 1;
    }

    .nr-footer-compact__payments {
        grid-column: 2;
        grid-row: 1;
    }

    .nr-footer-compact__legal {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .nr-footer-compact__operator {
        grid-column: 1 / -1;
        grid-row: 3;
    }
}

/* Narayana Shop v17 — standalone page and contact action targets. */
@media (max-width: 1024px) {
  .s-post-page .s-user-content.b-prose a.nr-page-link,
  .s-post-page .s-user-content.b-prose a[href^="tel:"],
  .s-post-page .s-user-content.b-prose a[href^="mailto:"] {
    box-sizing: border-box;
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    max-width: 100%;
    align-items: center;
    vertical-align: middle;
    overflow-wrap: anywhere;
  }
}
