/* ============================
   NUTRA PAGE — Matching Site Theme
   (Deep Green & Warm Cream Ayurvedic)
   ============================ */

/* --- Nutra Hero --- */
.nutra-hero-section {
    padding: 10.5rem 3rem 5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: var(--bg-cream);
}

.nutra-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/nutraceutical-prod.webp') no-repeat center;
    background-size: cover;
    opacity: 0.8;
}

.nutra-hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 55%),
        linear-gradient(135deg, rgba(255, 250, 233, 0.28) 0%, rgba(255, 250, 233, 0.12) 40%, rgba(0, 98, 65, 0.22) 100%);
    pointer-events: none;
}

.nutra-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 24px;
    padding: 1.75rem 1.75rem 1.5rem;
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.12),
        0 2px 0 rgba(255, 255, 255, 0.12) inset,
        0 -18px 42px rgba(0, 0, 0, 0.08) inset;
    overflow: hidden;
}

.nutra-hero-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 80% at 15% 10%, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 55%),
        radial-gradient(90% 70% at 85% 0%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.05) 40%, rgba(0, 98, 65, 0.08) 100%);
    pointer-events: none;
    z-index: 0;
}

.nutra-hero-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.75) 0%,
            rgba(255, 255, 255, 0.10) 22%,
            rgba(255, 255, 255, 0.04) 55%,
            rgba(0, 0, 0, 0.06) 100%);
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
}

.nutra-hero-inner > * {
    position: relative;
    z-index: 1;
}

.nutra-hero-label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: var(--primary);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.nutra-hero-section h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 14px rgba(255, 255, 255, 0.55);
}

.nutra-hero-section h1 .text-green {
    color: var(--primary);
}

.nutra-hero-section>.nutra-hero-inner>p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: rgba(17, 17, 17, 0.75);
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.5);
}

.nutra-hero-badges {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.nutra-hero-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(14px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    box-shadow:
        0 10px 26px rgba(0, 0, 0, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: var(--text-dark);
}

.nutra-hero-badge i {
    color: var(--primary);
    font-size: 1rem;
}

/* --- Category Navigation (sticky pills) --- */
.nutra-category-nav {
    padding: 0 3rem;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 70px;
    background: var(--bg-cream);
    z-index: 100;
}

.nutra-pills-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 0.5rem;
    padding: 1.5rem 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nutra-pills-wrapper::-webkit-scrollbar {
    display: none;
}

.nutra-pill {
    padding: 0.75rem 1.5rem;
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-muted);
    white-space: nowrap;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nutra-pill:hover,
.nutra-pill.active {
    background: var(--primary);
    color: var(--cream);
    border-color: var(--primary);
}

/* --- Products Section --- */
.nutra-products-section {
    padding: 4rem 3rem;
    background: var(--bg-cream);
}

/* --- Category Block --- */
.nutra-category-block {
    max-width: 1400px;
    margin: 0 auto 5rem;
    animation: fadeUp 0.6s ease forwards;
}

.nutra-category-block.hidden {
    display: none;
}

.nutra-category-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
    position: relative;
}

.nutra-cat-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
    color: var(--cream);
}

.beauty-icon {
    background: linear-gradient(135deg, var(--accent-copper), #d4956b);
}

.fitness-icon {
    background: linear-gradient(135deg, var(--accent-gold), #d4ac6b);
}

.gut-icon {
    background: linear-gradient(135deg, var(--accent-sage), #5f9a5e);
}

.immunity-icon {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
}

.mens-icon {
    background: linear-gradient(135deg, var(--accent-brown), #a08060);
}

.weightloss-icon {
    background: linear-gradient(135deg, #6aab9e, var(--accent-sage));
}

.womens-icon {
    background: linear-gradient(135deg, #c97b9e, #a85d82);
}

.nutra-category-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.25rem;
    font-weight: 600;
    color: var(--primary);
    white-space: nowrap;
    margin: 0;
}

.nutra-category-header p {
    display: none;
}

.nutra-cat-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, var(--primary) 0%, transparent 100%);
}

.nutra-cat-count {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: var(--text-muted);
    background: rgba(0, 98, 65, 0.05);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-weight: 500;
    white-space: nowrap;
}

/* --- Product Cards Grid --- */
.nutra-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 2rem;
}

.nutra-product-card {
    background: var(--bg-white);
    border: 2px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
}

.nutra-product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent-sage) 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    z-index: 2;
}

.nutra-product-card:hover::before {
    transform: scaleX(1);
}

.nutra-product-card:hover {
    border-color: var(--primary);
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(0, 98, 65, 0.15);
}

.nutra-card-img {
    position: relative;
    height: 320px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
    border-radius: inherit;
}

.nutra-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.6s ease;
}

.nutra-product-card:hover .nutra-card-img img {
    transform: scale(1.1);
    filter: blur(4px) brightness(0.85) saturate(0.8);
}

/* =====================================================
   PRODUCT CARD — DARK GLASS HOVER EFFECT (Global)
   ===================================================== */
.nutra-card-hover-brief {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 5;
    padding: 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* Polished semi-transparent dark-green glass tint */
    background: linear-gradient(
        to top,
        rgba(4, 25, 12, 0.96)  0%,
        rgba(4, 25, 12, 0.75)  55%,
        rgba(4, 25, 12, 0.30) 100%
    );

    /* Glass starts crystal-clear and frosts-in with the reveal */
    backdrop-filter:         blur(0px) saturate(100%);
    -webkit-backdrop-filter: blur(0px) saturate(100%);

    /* Polished glass edge — bright top/left, dim bottom/right */
    border-top:    1px solid rgba(255, 255, 255, 0.30);
    border-left:   1px solid rgba(255, 255, 255, 0.20);
    border-right:  1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);

    /* Inner sheen + outer depth */
    box-shadow:
        inset 0  1px 0   rgba(255, 255, 255, 0.18),
        inset 0 -1px 0   rgba(255, 255, 255, 0.05),
        0 20px 60px      rgba(0, 0, 0, 0.35);

    /* Sweep up from bottom — elegant curtain reveal */
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transition:
        clip-path        0.65s cubic-bezier(0.76, 0, 0.24, 1),
        backdrop-filter  0.65s cubic-bezier(0.76, 0, 0.24, 1),
        -webkit-backdrop-filter 0.65s cubic-bezier(0.76, 0, 0.24, 1);
}

.nutra-product-card:hover .nutra-card-hover-brief {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    backdrop-filter:         blur(22px) saturate(160%) brightness(0.9);
    -webkit-backdrop-filter: blur(22px) saturate(160%) brightness(0.9);
}

/* ─── Content wrapper ─── */
.hover-brief-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

/* ─── Icon ─── */
.hover-brief-icon {
    font-size: 1.2rem;
    color: #C5A35E;                      /* warm Ayurvedic gold */
    margin-bottom: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(197, 163, 94, 0.12);
    border: 1px solid rgba(197, 163, 94, 0.30);
    box-shadow:
        0 0 20px rgba(197, 163, 94, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);

    /* Bounce in from below */
    transform:  translateY(18px) scale(0.7);
    opacity: 0;
    transition:
        transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1),
        opacity   0.40s ease;
}

/* ─── Title ─── */
.hover-brief-content h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.25;
    color: #FFFFFF;
    margin: 0 0 0.85rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
    position: relative;

    transform: translateY(14px);
    opacity: 0;
    transition:
        transform 0.50s cubic-bezier(0.22, 1, 0.36, 1),
        opacity   0.45s ease;
}

/* ─── Description text (fallback) ─── */
.hover-brief-content p {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 0.01em;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transform: translateY(14px);
    opacity: 0;
    transition:
        transform 0.50s cubic-bezier(0.22, 1, 0.36, 1),
        opacity   0.45s ease;
}

/* ─── Keypoints list ─── */
.hover-keypoints-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.hover-keypoints-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.86rem;
    font-weight: 400;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.95);
    text-align: left;
    transform: translateY(18px) translateX(-8px) scale(0.95);
    opacity: 0;
    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        opacity   0.50s ease;
}

.hover-keypoints-list li i {
    flex-shrink: 0;
    font-size: 0.85rem;
    color: #C5A35E;
    margin-top: 0.2rem;
    filter: drop-shadow(0 0 4px rgba(197, 163, 94, 0.5));
    transform: none;
    opacity: inherit;
    transition: none;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
    display: inline;
}

.hover-keypoints-list li span {
    flex: 1;
}

/* ─── Staggered entrance on hover ─── */
.nutra-product-card:hover .hover-brief-icon {
    transform: translateY(0) scale(1);
    opacity: 1;
    transition-delay: 0.18s;
}

.nutra-product-card:hover .hover-brief-content h4 {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.25s;
}

.nutra-product-card:hover .hover-brief-content p {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.32s;
}

.nutra-product-card:hover .hover-keypoints-list li:nth-child(1) {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

.nutra-product-card:hover .hover-keypoints-list li:nth-child(2) {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
    transition-delay: 0.45s;
}

.nutra-product-card:hover .hover-keypoints-list li:nth-child(3) {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
    transition-delay: 0.55s;
}

.nutra-card-body {
    padding: 1.5rem 1.75rem;
    flex: 1;
}

.nutra-card-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0 0 0.5rem;
    transition: color 0.3s ease;
}

.nutra-product-card:hover .nutra-card-body h3 {
    color: var(--primary);
}

.nutra-card-body p {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    color: var(--text-muted);
    margin: 0 0 0.75rem;
    line-height: 1.6;
}

.nutra-card-tag {
    display: inline-block;
    background: rgba(0, 98, 65, 0.08);
    color: var(--primary);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nutra-card-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.75rem;
    border-top: 1px solid var(--border);
    color: var(--text-muted);
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.nutra-product-card:hover .nutra-card-action {
    color: var(--primary);
    border-top-color: rgba(0, 98, 65, 0.18);
    background: rgba(0, 98, 65, 0.04);
}

.nutra-product-card:hover .nutra-card-action i {
    transform: translateX(4px);
    transition: transform 0.3s ease;
}


.nutra-card-action i {
    transition: transform 0.3s ease;
}

.nutra-product-card:hover .nutra-card-action i {
    transform: translateX(4px);
}

/* --- Trust Section --- */
.nutra-trust-section {
    padding: 5rem 3rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    position: relative;
    overflow: hidden;
}

.nutra-trust-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255, 250, 233, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(125, 168, 123, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.nutra-trust-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}

.nutra-trust-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 250, 233, 0.2);
    border-radius: 24px;
    padding: 2.25rem;
    text-align: center;
    transition: all 0.4s ease;
}

.nutra-trust-card:hover {
    background: var(--cream);
    border-color: var(--cream);
    transform: translateY(-12px);
}

.nutra-trust-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 250, 233, 0.15);
    border: 1px solid rgba(255, 250, 233, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    font-size: 1.3rem;
    color: var(--cream);
    transition: all 0.4s ease;
}

.nutra-trust-card:hover .nutra-trust-icon {
    background: var(--primary);
    color: var(--cream);
}

.nutra-trust-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--cream);
    margin: 0 0 0.75rem;
    transition: color 0.3s ease;
}

.nutra-trust-card:hover h3 {
    color: var(--primary);
}

.nutra-trust-card p {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 250, 233, 0.7);
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
    transition: color 0.3s ease;
}

.nutra-trust-card:hover p {
    color: var(--text-muted);
}

/* ============================
   NUTRA PRODUCT MODAL
   ============================ */
.nutra-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.nutra-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.nutra-modal {
    background: var(--bg-cream);
    border-radius: 32px;
    max-width: 1000px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
    transform: scale(0.9) translateY(30px);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nutra-modal-overlay.active .nutra-modal {
    transform: scale(1) translateY(0);
}

.nutra-modal-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--cream);
    border: none;
    border-radius: 50%;
    font-size: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 98, 65, 0.3);
}

.nutra-modal-close:hover {
    background: var(--primary-dark);
    transform: rotate(90deg);
    box-shadow: 0 6px 20px rgba(0, 98, 65, 0.4);
}

.nutra-modal-content {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 0;
}

.nutra-modal-image {
    position: relative;
    min-height: 400px;
    border-radius: 32px 0 0 32px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.nutra-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#productModal .nutra-modal-content {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

#productModal .nutra-modal-image {
    aspect-ratio: 1 / 1;
    width: calc(100% - 4rem);
    max-height: 600px;
    border-radius: 24px;
    background: #e8eaed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    margin: 2rem;
}

#productModal .nutra-modal-image img {
    object-fit: contain;
    object-position: center;
    width: auto;
    height: auto;
    max-width: 120%;
    max-height: 120%;
    transform: scale(1.1);
}

.nutra-modal-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 98, 65, 0.9);
    backdrop-filter: blur(10px);
    color: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s ease;
}

.nutra-modal-carousel-btn:hover {
    background: var(--primary);
    transform: translateY(-50%) scale(1.1);
}

.nutra-modal-carousel-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.nutra-modal-carousel-btn--prev {
    left: 12px;
}

.nutra-modal-carousel-btn--next {
    right: 12px;
}

.nutra-modal-indicators {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 3;
}

.nutra-modal-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 98, 65, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.nutra-modal-indicator.active {
    background: var(--primary);
    transform: scale(1.2);
}

.nutra-modal-details {
    padding: 3rem;
}

.nutra-modal-category {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--cream);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.nutra-modal-details h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.25rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0 0 0.5rem;
    line-height: 1.2;
}

.nutra-modal-tagline {
    font-family: 'Inter', sans-serif;
    color: var(--accent-sage);
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 2rem;
}

.nutra-modal-section {
    margin-bottom: 1.75rem;
}

.nutra-modal-section h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--primary);
    margin: 0 0 0.75rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nutra-modal-section h4 i {
    font-size: 0.9rem;
    color: var(--accent-sage);
}

.nutra-modal-section p {
    font-family: 'Inter', sans-serif;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.8;
    margin: 0;
}

.nutra-modal-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nutra-modal-section ul li {
    font-family: 'Inter', sans-serif;
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.7;
    padding: 4px 0 4px 22px;
    position: relative;
}

.nutra-modal-section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--accent-sage));
}

.nutra-modal-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
}

.nutra-modal-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    background: rgba(0, 98, 65, 0.08);
    color: var(--primary);
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
}

/* ============================
   RESPONSIVE
   ============================ */

/* ── Tablet (≤900px) ── */
@media (max-width: 900px) {
    .nutra-products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
}

/* ── Mobile (≤768px) ── */
@media (max-width: 768px) {

    /* Hero */
    .nutra-hero-section {
        padding: 6rem 1.25rem 3rem;
    }

    .nutra-hero-section::before {
        background-position: center top;
        background-size: cover;
    }

    .nutra-hero-section h1 {
        font-size: clamp(1.9rem, 7vw, 2.8rem);
    }

    .nutra-hero-section>.nutra-hero-inner>p {
        font-size: 0.95rem;
        margin-bottom: 1.75rem;
    }

    .nutra-hero-badges {
        gap: 0.75rem;
        justify-content: center;
    }

    .nutra-hero-badge {
        font-size: 0.8rem;
        padding: 0.6rem 1rem;
    }

    /* Category nav */
    .nutra-category-nav {
        padding: 0 1rem;
        top: 60px;
    }

    .nutra-pills-wrapper {
        padding: 0.75rem 0;
        gap: 0.5rem;
    }

    .nutra-pill {
        padding: 0.55rem 0.9rem;
        font-size: 0.76rem;
    }

    /* Category block */
    .nutra-products-section {
        padding: 3rem 1.25rem;
    }

    .nutra-category-header h2 {
        font-size: 1.5rem;
    }

    /* Product grid: 2 columns */
    .nutra-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .nutra-card-img {
        height: 180px;
    }

    .nutra-card-body {
        padding: 0.9rem 1rem;
    }

    .nutra-card-body h3 {
        font-size: 1rem;
    }

    .nutra-card-body p {
        font-size: 0.8rem;
    }

    .nutra-card-action {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
    }

    /* Modal stacked */
    .nutra-modal-content {
        grid-template-columns: 1fr;
    }

    #productModal .nutra-modal-content {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .nutra-modal-image {
        min-height: 240px;
        border-radius: 24px 24px 0 0;
    }

    #productModal .nutra-modal-image {
        aspect-ratio: 1 / 1;
        width: calc(100% - 2rem);
        max-height: 360px;
        border-radius: 18px;
        padding: 1.5rem;
        margin: 1rem;
    }

    .nutra-modal-carousel-btn {
        width: 36px;
        height: 36px;
    }

    .nutra-modal-carousel-btn--prev {
        left: 6px;
    }

    .nutra-modal-carousel-btn--next {
        right: 6px;
    }

    .nutra-modal-details {
        padding: 1.5rem 1.25rem 2rem;
    }

    .nutra-modal-details h2 {
        font-size: 1.5rem;
    }

    .nutra-trust-section {
        padding: 3rem 1.25rem;
    }
}

/* ── Small phone (≤480px) ── */
@media (max-width: 480px) {

    .nutra-hero-section {
        padding: 5.5rem 1rem 2.5rem;
    }

    .nutra-hero-badges {
        gap: 0.6rem;
    }

    .nutra-hero-badge {
        font-size: 0.75rem;
        padding: 0.5rem 0.85rem;
    }

    /* Single column product grid */
    .nutra-products-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .nutra-card-img {
        height: 155px;
    }

    .nutra-card-body {
        padding: 0.75rem 0.85rem;
    }

    .nutra-card-body h3 {
        font-size: 0.9rem;
    }

    .nutra-card-body p {
        font-size: 0.75rem;
        display: none;
        /* hide tagline on very small screens */
    }

    .nutra-category-header {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .nutra-category-header h2 {
        font-size: 1.3rem;
    }
}