/* ============================================================
   NECTAFRESH - ORGANIC INGREDIENTS PAGE
   File: assets/css/page-organic-ingredients.css
============================================================ */

:root {
    --nf-green: #176b3a;
    --nf-green-dark: #0d4f2b;
    --nf-green-deep: #073c21;
    --nf-green-light: #eaf5ed;
    --nf-green-soft: #f5faf6;
    --nf-lime: #7fae45;
    --nf-gold: #c9a24a;
    --nf-text: #24352b;
    --nf-text-soft: #65736a;
    --nf-border: #dfe9e2;
    --nf-white: #ffffff;
    --nf-bg: #f8fbf8;
    --nf-shadow: 0 15px 45px rgba(18, 77, 43, 0.09);
    --nf-shadow-hover: 0 22px 55px rgba(18, 77, 43, 0.15);
    --nf-radius: 20px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.nf-organic-page {
    background: var(--nf-white);
    color: var(--nf-text);
    overflow: hidden;
}

.nf-organic-page img {
    display: block;
    max-width: 100%;
}

.nf-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.nf-organic-page h1,
.nf-organic-page h2,
.nf-organic-page h3,
.nf-organic-page p {
    margin-top: 0;
}

.nf-organic-page h1,
.nf-organic-page h2,
.nf-organic-page h3 {
    color: var(--nf-green-deep);
}

.nf-organic-page p {
    color: var(--nf-text-soft);
    line-height: 1.75;
}

.nf-section-label,
.nf-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--nf-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.nf-center-heading {
    max-width: 750px;
    margin: 0 auto 50px;
    text-align: center;
}

.nf-center-heading h2,
.nf-section-heading h2,
.nf-quality-content h2,
.nf-global-content h2,
.nf-grade-heading h2 {
    margin-bottom: 18px;
    font-size: clamp(30px, 3.3vw, 48px);
    line-height: 1.12;
    letter-spacing: -1px;
}

.nf-center-heading h2 span,
.nf-section-heading h2 span,
.nf-quality-content h2 span,
.nf-global-content h2 span,
.nf-grade-heading h2 span {
    color: var(--nf-green);
}

.nf-center-heading p {
    max-width: 650px;
    margin: 0 auto;
    font-size: 16px;
}


/* ============================================================
   BUTTONS
============================================================ */

.nf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 9px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}

.nf-btn:hover {
    transform: translateY(-2px);
}

.nf-btn-primary {
    background: var(--nf-green);
    color: #fff !important;
    box-shadow: 0 10px 25px rgba(23, 107, 58, 0.18);
}

.nf-btn-primary:hover {
    background: var(--nf-green-dark);
    color: #fff !important;
}

.nf-btn-outline {
    border-color: rgba(23, 107, 58, 0.28);
    background: rgba(255, 255, 255, 0.7);
    color: var(--nf-green-dark) !important;
}

.nf-btn-outline:hover {
    border-color: var(--nf-green);
    background: var(--nf-white);
}


/* ============================================================
   HERO
============================================================ */

.nf-organic-hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 90px 0;
    background:
        radial-gradient(circle at 85% 20%, rgba(123, 177, 96, 0.18), transparent 28%),
        linear-gradient(120deg, #f7fbf6 0%, #edf6ee 50%, #f9fbf5 100%);
}

.nf-organic-hero::before {
    content: "";
    position: absolute;
    top: -160px;
    left: -130px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(104, 157, 82, 0.07);
}

.nf-organic-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -200px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: rgba(23, 107, 58, 0.06);
}

.nf-organic-hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(23, 107, 58, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 107, 58, 0.025) 1px, transparent 1px);
    background-size: 45px 45px;
}

.nf-organic-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 70px;
    align-items: center;
}

.nf-organic-hero-content {
    max-width: 620px;
}

.nf-organic-hero-content h1 {
    margin-bottom: 24px;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.03;
    letter-spacing: -2.2px;
}

.nf-organic-hero-content h1 span {
    display: block;
    margin-top: 8px;
    color: var(--nf-green);
}

.nf-organic-hero-content > p {
    max-width: 590px;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.8;
}

.nf-organic-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 27px;
}

.nf-organic-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    color: #486052;
    font-size: 13px;
    font-weight: 700;
}

.nf-organic-hero-features span {
    display: inline-flex;
    align-items: center;
}

.nf-organic-hero-visual {
    position: relative;
}

.nf-organic-image-frame {
    position: relative;
    padding: 12px;
    border: 1px solid rgba(23, 107, 58, 0.13);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 28px 70px rgba(18, 77, 43, 0.16);
    backdrop-filter: blur(8px);
}

.nf-organic-image-frame img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.nf-organic-floating-card {
    position: absolute;
    left: -35px;
    bottom: 38px;
    min-width: 190px;
    padding: 18px 22px;
    border-left: 4px solid var(--nf-green);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 35px rgba(14, 74, 40, 0.16);
}

.nf-organic-floating-card strong,
.nf-organic-floating-card span {
    display: block;
}

.nf-organic-floating-card strong {
    margin-bottom: 3px;
    color: var(--nf-green);
    font-size: 20px;
}

.nf-organic-floating-card span {
    color: var(--nf-text-soft);
    font-size: 12px;
    font-weight: 600;
}


/* ============================================================
   INTRODUCTION
============================================================ */

.nf-organic-intro {
    padding: 105px 0;
    background: #fff;
}

.nf-organic-intro-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 85px;
    align-items: start;
}

.nf-organic-intro-copy > p {
    margin-bottom: 17px;
    font-size: 16px;
}

.nf-organic-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 35px;
}

.nf-organic-mini-stats > div {
    padding: 20px 17px;
    border: 1px solid var(--nf-border);
    border-radius: 13px;
    background: var(--nf-green-soft);
}

.nf-organic-mini-stats strong,
.nf-organic-mini-stats span {
    display: block;
}

.nf-organic-mini-stats strong {
    margin-bottom: 5px;
    color: var(--nf-green-dark);
    font-size: 17px;
}

.nf-organic-mini-stats span {
    color: var(--nf-text-soft);
    font-size: 12px;
    line-height: 1.45;
}


/* ============================================================
   PRODUCTS
============================================================ */

.nf-organic-products {
    padding: 105px 0 115px;
    background: var(--nf-bg);
}

.nf-organic-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.nf-organic-product-card {
    overflow: hidden;
    border: 1px solid var(--nf-border);
    border-radius: var(--nf-radius);
    background: #fff;
    box-shadow: 0 8px 30px rgba(24, 74, 44, 0.05);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.nf-organic-product-card:hover {
    transform: translateY(-7px);
    border-color: rgba(23, 107, 58, 0.24);
    box-shadow: var(--nf-shadow-hover);
}

.nf-product-image {
    position: relative;
    overflow: hidden;
    height: 245px;
    background: #edf4ee;
}

.nf-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.nf-organic-product-card:hover .nf-product-image img {
    transform: scale(1.04);
}

.nf-product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 7px 11px;
    border-radius: 20px;
    background: rgba(13, 79, 43, 0.92);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.1px;
}

.nf-product-content {
    padding: 27px 25px 25px;
}

.nf-product-tagline {
    display: block;
    margin-bottom: 8px;
    color: var(--nf-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.nf-product-content h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.25;
}

.nf-product-content p {
    min-height: 79px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.65;
}

.nf-product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 17px;
    border-top: 1px solid #edf1ee;
}

.nf-product-link,
.nf-sample-link {
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
}

.nf-product-link {
    color: var(--nf-green) !important;
}

.nf-product-link span {
    display: inline-block;
    margin-left: 4px;
    transition: transform 0.2s ease;
}

.nf-product-link:hover span {
    transform: translateX(4px);
}

.nf-sample-link {
    color: var(--nf-text-soft) !important;
}

.nf-sample-link:hover {
    color: var(--nf-green) !important;
}


/* ============================================================
   BENEFITS
============================================================ */

.nf-organic-benefits {
    padding: 105px 0;
    background: #fff;
}

.nf-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.nf-benefit-card {
    padding: 30px;
    border: 1px solid var(--nf-border);
    border-radius: 17px;
    background: #fff;
    transition: 0.3s ease;
}

.nf-benefit-card:hover {
    transform: translateY(-5px);
    border-color: rgba(23, 107, 58, 0.22);
    background: var(--nf-green-soft);
    box-shadow: var(--nf-shadow);
}

.nf-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: var(--nf-green-light);
    color: var(--nf-green);
    font-size: 23px;
}

.nf-benefit-card h3 {
    margin-bottom: 10px;
    font-size: 19px;
}

.nf-benefit-card p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.65;
}


/* ============================================================
   PROCESS
============================================================ */

.nf-organic-process {
    position: relative;
    padding: 105px 0;
    background:
        linear-gradient(135deg, #0b4e2a 0%, #176b3a 100%);
}

.nf-organic-process .nf-section-label {
    color: #a8d6b4;
}

.nf-organic-process .nf-center-heading h2 {
    color: #fff;
}

.nf-organic-process .nf-center-heading h2 span {
    color: #b9df9c;
}

.nf-organic-process .nf-center-heading p {
    color: rgba(255, 255, 255, 0.7);
}

.nf-process-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
    gap: 12px;
    align-items: center;
}

.nf-process-step {
    position: relative;
    min-height: 220px;
    padding: 28px 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.07);
    text-align: center;
    backdrop-filter: blur(5px);
}

.nf-process-number {
    position: absolute;
    top: 13px;
    right: 14px;
    color: rgba(255, 255, 255, 0.32);
    font-size: 11px;
    font-weight: 800;
}

.nf-process-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 5px auto 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    font-size: 24px;
}

.nf-process-step h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.nf-process-step p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 12px;
    line-height: 1.55;
}

.nf-process-arrow {
    color: rgba(255, 255, 255, 0.45);
    font-size: 21px;
}


/* ============================================================
   APPLICATIONS
============================================================ */

.nf-organic-applications {
    padding: 105px 0;
    background: #f7faf7;
}

.nf-application-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.nf-application-card {
    position: relative;
    min-height: 205px;
    padding: 32px 29px;
    overflow: hidden;
    border: 1px solid var(--nf-border);
    border-radius: 16px;
    background: #fff;
    transition: 0.3s ease;
}

.nf-application-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: var(--nf-green);
    transition: width 0.3s ease;
}

.nf-application-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--nf-shadow);
}

.nf-application-card:hover::after {
    width: 100%;
}

.nf-application-card > span {
    display: block;
    margin-bottom: 25px;
    color: #9bb6a3;
    font-size: 12px;
    font-weight: 800;
}

.nf-application-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.nf-application-card p {
    margin-bottom: 0;
    font-size: 14px;
}


/* ============================================================
   QUALITY + CERTIFICATIONS
============================================================ */

.nf-organic-quality {
    padding: 110px 0;
    background: #fff;
}

.nf-quality-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

.nf-quality-content > p {
    max-width: 590px;
    margin-bottom: 25px;
}

.nf-quality-checks {
    display: grid;
    gap: 12px;
    margin: 25px 0 32px;
}

.nf-quality-checks span {
    position: relative;
    padding: 13px 16px;
    border-radius: 9px;
    background: var(--nf-green-soft);
    color: #43594b;
    font-size: 14px;
    font-weight: 600;
}

.nf-certification-panel {
    padding: 35px;
    border: 1px solid #dce8df;
    border-radius: 22px;
    background:
        linear-gradient(145deg, #f7fbf7, #edf5ee);
    box-shadow: var(--nf-shadow);
}

.nf-cert-panel-label {
    display: block;
    margin-bottom: 22px;
    color: var(--nf-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.nf-cert-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 20px;
}

.nf-cert-card {
    min-height: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid var(--nf-border);
    border-radius: 13px;
    background: #fff;
    text-align: center;
}

.nf-cert-card strong {
    display: block;
    margin-bottom: 5px;
    color: var(--nf-green-dark);
    font-size: 19px;
}

.nf-cert-card span {
    color: var(--nf-text-soft);
    font-size: 12px;
}

.nf-certification-panel small {
    display: block;
    color: #748179;
    font-size: 11px;
    line-height: 1.6;
}


/* ============================================================
   ORGANIC VS CONVENTIONAL
============================================================ */

.nf-grade-section {
    padding: 105px 0;
    background: var(--nf-green-soft);
}

.nf-grade-box {
    padding: 55px;
    border: 1px solid var(--nf-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(18, 77, 43, 0.06);
}

.nf-grade-heading {
    max-width: 740px;
    margin: 0 auto 45px;
    text-align: center;
}

.nf-grade-heading p {
    max-width: 630px;
    margin: 0 auto;
}

.nf-grade-comparison {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 25px;
    align-items: center;
}

.nf-grade-card {
    padding: 32px;
    border: 1px solid var(--nf-border);
    border-radius: 17px;
    background: #f9fbf9;
}

.nf-grade-organic {
    border-color: rgba(23, 107, 58, 0.3);
    background: #f1f8f2;
}

.nf-grade-badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 10px;
    border-radius: 20px;
    background: var(--nf-green-light);
    color: var(--nf-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.nf-grade-card h3 {
    margin-bottom: 11px;
    font-size: 22px;
}

.nf-grade-card p {
    font-size: 14px;
}

.nf-grade-card ul {
    margin: 20px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--nf-border);
    list-style: none;
}

.nf-grade-card li {
    position: relative;
    margin: 9px 0;
    padding-left: 21px;
    color: #526258;
    font-size: 13px;
}

.nf-grade-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--nf-green);
    font-weight: 800;
}

.nf-grade-or {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--nf-border);
    border-radius: 50%;
    background: #fff;
    color: #7c8c82;
    font-size: 10px;
    font-weight: 800;
}


/* ============================================================
   GLOBAL SUPPLY
============================================================ */

.nf-global-supply {
    padding: 110px 0;
    background: #fff;
}

.nf-global-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 80px;
    align-items: center;
}

.nf-global-map {
    padding: 35px;
    border-radius: 24px;
    background:
        radial-gradient(circle at center, #edf6ef, #f9fbf9 65%);
}

.nf-global-map img {
    width: 100%;
    max-height: 390px;
    object-fit: contain;
    opacity: 0.88;
}

.nf-global-content > p {
    margin-bottom: 28px;
}

.nf-global-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.nf-global-points > div {
    padding: 18px 14px;
    border-left: 3px solid var(--nf-green);
    background: var(--nf-green-soft);
}

.nf-global-points strong,
.nf-global-points span {
    display: block;
}

.nf-global-points strong {
    margin-bottom: 5px;
    color: var(--nf-green-dark);
    font-size: 14px;
}

.nf-global-points span {
    color: var(--nf-text-soft);
    font-size: 11px;
    line-height: 1.45;
}


/* ============================================================
   FINAL CTA
============================================================ */

.nf-organic-cta {
    padding: 30px 0 105px;
    background: #fff;
}

.nf-organic-cta-box {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    overflow: hidden;
    padding: 55px 60px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.13), transparent 30%),
        linear-gradient(135deg, #0a4b29, #176b3a);
    box-shadow: 0 25px 60px rgba(12, 76, 41, 0.18);
}

.nf-organic-cta-box::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -140px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.nf-cta-label {
    display: block;
    margin-bottom: 12px;
    color: #b9dcae;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.nf-organic-cta-box h2 {
    max-width: 650px;
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
}

.nf-organic-cta-box p {
    max-width: 660px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
}

.nf-organic-cta-actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 11px;
    min-width: 190px;
}

.nf-btn-white {
    background: #fff;
    color: var(--nf-green-dark) !important;
}

.nf-btn-white:hover {
    background: #f2f7f3;
}

.nf-btn-ghost {
    border-color: rgba(255, 255, 255, 0.35);
    background: transparent;
    color: #fff !important;
}

.nf-btn-ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}


/* ============================================================
   TABLET - MAX 1024
============================================================ */

@media (max-width: 1024px) {

    .nf-organic-hero {
        min-height: auto;
        padding: 75px 0;
    }

    .nf-organic-hero-grid {
        gap: 45px;
    }

    .nf-organic-hero-content h1 {
        font-size: 48px;
    }

    .nf-organic-image-frame img {
        height: 420px;
    }

    .nf-organic-floating-card {
        left: -15px;
    }

    .nf-organic-intro-grid,
    .nf-quality-grid,
    .nf-global-grid {
        gap: 50px;
    }

    .nf-organic-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nf-benefit-grid,
    .nf-application-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nf-process-flow {
        grid-template-columns: repeat(5, 1fr);
        gap: 12px;
    }

    .nf-process-arrow {
        display: none;
    }

    .nf-process-step {
        min-height: 230px;
    }

    .nf-grade-box {
        padding: 45px;
    }

    .nf-organic-cta-box {
        padding: 50px;
    }
}


/* ============================================================
   TABLET / MOBILE - MAX 850
============================================================ */

@media (max-width: 850px) {

    .nf-organic-hero-grid,
    .nf-organic-intro-grid,
    .nf-quality-grid,
    .nf-global-grid {
        grid-template-columns: 1fr;
    }

    .nf-organic-hero-content {
        max-width: 700px;
    }

    .nf-organic-hero-visual {
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }

    .nf-organic-image-frame img {
        height: 430px;
    }

    .nf-organic-intro-grid {
        gap: 25px;
    }

    .nf-process-flow {
        grid-template-columns: repeat(2, 1fr);
    }

    .nf-process-step:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        width: 100%;
        margin: auto;
    }

    .nf-grade-comparison {
        grid-template-columns: 1fr;
    }

    .nf-grade-or {
        margin: -4px auto;
    }

    .nf-global-map {
        order: 2;
    }

    .nf-global-content {
        order: 1;
    }

    .nf-organic-cta-box {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .nf-organic-cta-actions {
        flex-direction: row;
    }
}


/* ============================================================
   MOBILE - MAX 700
============================================================ */

@media (max-width: 700px) {

    .nf-container {
        width: min(100% - 30px, 1180px);
    }

    .nf-organic-hero {
        padding: 60px 0;
    }

    .nf-organic-hero-grid {
        gap: 42px;
    }

    .nf-organic-hero-content h1 {
        margin-bottom: 20px;
        font-size: 39px;
        line-height: 1.08;
        letter-spacing: -1.4px;
    }

    .nf-organic-hero-content > p {
        font-size: 15px;
    }

    .nf-organic-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .nf-organic-hero-actions .nf-btn {
        width: 100%;
    }

    .nf-organic-hero-features {
        gap: 9px 15px;
        font-size: 12px;
    }

    .nf-organic-image-frame {
        padding: 8px;
        border-radius: 20px;
    }

    .nf-organic-image-frame img {
        height: 340px;
        border-radius: 15px;
    }

    .nf-organic-floating-card {
        left: 20px;
        right: 20px;
        bottom: 20px;
        min-width: 0;
    }

    .nf-organic-intro,
    .nf-organic-products,
    .nf-organic-benefits,
    .nf-organic-process,
    .nf-organic-applications,
    .nf-organic-quality,
    .nf-grade-section,
    .nf-global-supply {
        padding: 75px 0;
    }

    .nf-center-heading {
        margin-bottom: 38px;
    }

    .nf-center-heading h2,
    .nf-section-heading h2,
    .nf-quality-content h2,
    .nf-global-content h2,
    .nf-grade-heading h2 {
        font-size: 33px;
        letter-spacing: -0.7px;
    }

    .nf-organic-mini-stats {
        grid-template-columns: 1fr;
    }

    .nf-organic-product-grid,
    .nf-benefit-grid,
    .nf-application-grid {
        grid-template-columns: 1fr;
    }

    .nf-product-image {
        height: 260px;
    }

    .nf-product-content p {
        min-height: 0;
    }

    .nf-process-flow {
        grid-template-columns: 1fr;
    }

    .nf-process-step,
    .nf-process-step:last-child {
        max-width: none;
        min-height: 0;
    }

    .nf-certification-panel {
        padding: 25px;
    }

    .nf-grade-box {
        padding: 35px 22px;
    }

    .nf-global-map {
        padding: 20px;
    }

    .nf-global-points {
        grid-template-columns: 1fr;
    }

    .nf-organic-cta {
        padding: 10px 0 75px;
    }

    .nf-organic-cta-box {
        padding: 40px 25px;
        border-radius: 19px;
    }

    .nf-organic-cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .nf-organic-cta-actions .nf-btn {
        width: 100%;
    }
}


/* ============================================================
   SMALL MOBILE - MAX 480
============================================================ */

@media (max-width: 480px) {

    .nf-organic-hero-content h1 {
        font-size: 34px;
    }

    .nf-section-label,
    .nf-eyebrow {
        font-size: 10px;
        letter-spacing: 1.25px;
    }

    .nf-center-heading h2,
    .nf-section-heading h2,
    .nf-quality-content h2,
    .nf-global-content h2,
    .nf-grade-heading h2 {
        font-size: 29px;
    }

    .nf-organic-image-frame img {
        height: 290px;
    }

    .nf-product-image {
        height: 230px;
    }

    .nf-product-content {
        padding: 23px 20px;
    }

    .nf-product-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .nf-benefit-card,
    .nf-application-card {
        padding: 25px 22px;
    }

    .nf-cert-grid {
        grid-template-columns: 1fr;
    }

    .nf-cert-card {
        min-height: 95px;
    }

    .nf-grade-card {
        padding: 25px 21px;
    }

    .nf-organic-cta-box h2 {
        font-size: 29px;
    }
}


/* ============================================================
   ACCESSIBILITY / REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {

    .nf-organic-page *,
    .nf-organic-page *::before,
    .nf-organic-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}