*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --bg-top: #ebf1e5;
    --bg-bottom: #aebc9a;
    --surface: rgba(247, 251, 244, 0.7);
    --surface-strong: rgba(250, 253, 248, 0.88);
    --line: rgba(55, 80, 48, 0.12);
    --text: #1f2a1b;
    --text-soft: #55644f;
    --accent: #6d8c45;
    --green: #4f6b3f;
    --shadow: 0 30px 90px rgba(44, 67, 38, 0.14);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 18px;
}

html { scroll-behavior: smooth; }

body {
    min-height: 100vh;
    color: var(--text);
    font-family: "Manrope", Arial, sans-serif;
    background:
        radial-gradient(circle at 12% 10%, rgba(190, 212, 154, 0.3), transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(130, 165, 110, 0.22), transparent 24%),
        linear-gradient(180deg, var(--bg-top) 0%, #d6e0cb 42%, var(--bg-bottom) 100%);
    overflow-x: hidden;
}

.page-backdrop {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -2;
}

.backdrop-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(24px);
    opacity: 0.8;
}

.orb-one {
    width: 22rem;
    height: 22rem;
    top: 8%;
    left: -2%;
    background: rgba(181, 206, 141, 0.25);
}

.orb-two {
    width: 24rem;
    height: 24rem;
    right: -3%;
    top: 14%;
    background: rgba(111, 143, 92, 0.22);
}

.backdrop-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.14;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 18px 20px 0;
}

.topbar-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(250, 253, 248, 0.72);
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 40px rgba(44, 67, 38, 0.08);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
}

.brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--surface-strong);
    border: 1px solid rgba(55, 80, 48, 0.08);
    color: var(--green);
    font-size: 0.88rem;
    font-weight: 700;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 0 rgba(109, 140, 69, 0.4);
    animation: pulse 2.4s infinite;
}

.story-page {
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 2rem 20px 5rem;
}

.hero-intro {
    min-height: 86vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 22px;
    max-width: 60rem;
}

.eyebrow,
.scene-kicker,
.step-kicker,
.countdown-label {
    font-size: 0.75rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--green);
    font-weight: 800;
}

h1,
h2,
.scene-title,
.buyer-title,
.countdown-date {
    font-family: "Fraunces", Georgia, serif;
}

h1 {
    font-size: clamp(3.2rem, 7vw, 5.8rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
    max-width: 11ch;
}

.hero-text,
.step-text,
.image-credit {
    font-size: clamp(1rem, 1.8vw, 1.16rem);
    line-height: 1.8;
    color: var(--text-soft);
}

.countdown-card,
.step-card,
.contact-card,
.story-stage {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(250, 253, 248, 0.82), rgba(241, 247, 236, 0.66));
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}

.countdown-card {
    width: min(100%, 860px);
    padding: 22px;
    border-radius: var(--radius-xl);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
}

.countdown-date {
    margin-top: 8px;
    font-size: clamp(1.5rem, 3vw, 2.3rem);
    line-height: 1.05;
}

.countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(70px, 1fr));
    gap: 12px;
}

.countdown-grid div {
    min-width: 82px;
    padding: 14px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
}

.countdown-grid strong {
    display: block;
    font-size: 1.8rem;
    color: var(--green);
}

.countdown-grid span {
    display: block;
    margin-top: 4px;
    color: var(--text-soft);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.region-pills,
.company-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.region-pills span,
.company-points span {
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(55, 80, 48, 0.08);
    background: rgba(250, 253, 248, 0.72);
    color: var(--green);
    font-size: 0.9rem;
    font-weight: 700;
}

.scroll-cue {
    margin-top: 0.5rem;
    color: var(--text-soft);
    font-size: 0.95rem;
}

.story-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.story-stage-wrap {
    position: sticky;
    top: 110px;
}

.story-stage {
    border-radius: var(--radius-xl);
    overflow: hidden;
    min-height: 76vh;
}

.stage-frame {
    position: relative;
    min-height: 76vh;
}

.stage-photo {
    position: absolute;
    inset: -4%;
    background-image: url("/images/lentils-hero.jpg");
    background-size: cover;
    background-position: center center;
    filter: saturate(0.9) contrast(1.02);
    animation: gentlePan 24s ease-in-out infinite alternate;
    transform-origin: center center;
}

/* Crossfade layer — sits above .stage-photo, fades in over it */
.stage-photo-next {
    position: absolute;
    inset: -4%;
    background-size: cover;
    background-position: center center;
    filter: saturate(0.9) contrast(1.02);
    animation: gentlePan 24s ease-in-out infinite alternate;
    transform-origin: center center;
    opacity: 0;
    transition: opacity 0.7s ease;
    z-index: 1;
}

.stage-photo-next.is-visible { opacity: 1; }

.stage-scene {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.stage-scene.is-active { opacity: 1; }

.scene-overlay {
    position: absolute;
    inset: 0;
}

.overlay-hero {
    background:
        linear-gradient(180deg, rgba(17, 43, 23, 0.18) 0%, rgba(17, 43, 23, 0.38) 100%),
        radial-gradient(circle at 68% 20%, rgba(232, 245, 214, 0.18), transparent 22%);
}

.overlay-green {
    background:
        linear-gradient(180deg, rgba(34, 73, 32, 0.24) 0%, rgba(34, 73, 32, 0.48) 100%),
        radial-gradient(circle at 22% 26%, rgba(232, 245, 214, 0.22), transparent 24%);
}

.overlay-final {
    background:
        linear-gradient(180deg, rgba(20, 44, 24, 0.22) 0%, rgba(20, 44, 24, 0.52) 100%),
        radial-gradient(circle at 50% 34%, rgba(241, 248, 229, 0.2), transparent 18%);
}

.scene-copy,
.buyer-card {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    padding: 20px 22px;
    border-radius: 20px;
    background: rgba(25, 43, 21, 0.54);
    color: #f1f7ea;
    backdrop-filter: blur(10px);
}

.scene-title,
.buyer-title {
    margin-top: 10px;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1;
}

.buyer-label {
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.85;
}

.story-steps {
    display: grid;
}

.story-step {
    min-height: 82vh;
    display: flex;
    align-items: center;
    padding: 24px 0;
}

.step-card {
    width: min(100%, 42rem);
    padding: clamp(24px, 3vw, 34px);
    border-radius: var(--radius-xl);
    opacity: 0.55;
    transform: translateY(26px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.story-step.is-active .step-card {
    opacity: 1;
    transform: translateY(0);
}

h2 {
    margin-top: 14px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.step-note {
    margin-top: 18px;
    color: var(--accent);
    font-weight: 800;
}

.contact-section {
    margin-top: 3rem;
}

.contact-card {
    padding: clamp(22px, 4vw, 34px);
    border-radius: var(--radius-xl);
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
}

.contact-form {
    display: grid;
    gap: 14px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(55, 80, 48, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.46);
    color: var(--text);
    font: inherit;
}

.contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-form button {
    width: fit-content;
    padding: 14px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--green);
    color: #f4fbef;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.image-credit {
    margin-top: 1.5rem;
    font-size: 0.88rem;
}

.image-credit a {
    color: var(--green);
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(109, 140, 69, 0.4); }
    70% { box-shadow: 0 0 0 14px rgba(109, 140, 69, 0); }
    100% { box-shadow: 0 0 0 0 rgba(109, 140, 69, 0); }
}

@keyframes gentlePan {
    0% { transform: scale(1.04) translate3d(-1.5%, -1%, 0); }
    50% { transform: scale(1.08) translate3d(1.5%, 0.5%, 0); }
    100% { transform: scale(1.12) translate3d(0.5%, 1.5%, 0); }
}

/* =================================================================
   HOMEPAGE — Full site layout
   ================================================================= */

/* ---- Shared section wrapper ---- */
.hp-section-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 24px;
}

.hp-section-header {
    max-width: 52rem;
    margin-bottom: 3.5rem;
}

.hp-section-header h2 { margin-top: 12px; }

.section-sub {
    margin-top: 14px;
    font-size: clamp(1rem, 1.6vw, 1.12rem);
    line-height: 1.75;
    color: var(--text-soft);
    max-width: 56ch;
}

.section-cta-row {
    margin-top: 2.5rem;
}

/* ---- Buttons ---- */
.btn-primary,
.btn-secondary,
.btn-ghost,
.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 999px;
    font: inherit;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.18s ease, transform 0.18s ease, background 1.0s ease, color 1.0s ease, border-color 1.0s ease;
}

.btn-primary {
    background: var(--green);
    color: #f4fbef;
    border: 2px solid var(--green);
}

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

.btn-secondary {
    background: transparent;
    color: var(--green);
    border: 2px solid var(--green);
}

.btn-secondary:hover { background: var(--green); color: #f4fbef; }

.btn-ghost {
    background: var(--surface);
    color: var(--text-soft);
    border: 2px solid var(--line);
}

.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

.btn-large { padding: 18px 28px; font-size: 1rem; }

.nav-cta {
    background: var(--green);
    color: #f4fbef;
    border: 2px solid transparent;
    padding: 10px 18px;
    font-size: 0.88rem;
}

.nav-cta:hover { opacity: 0.85; }

.nav-cta--portal {
    background: transparent;
    color: var(--text-soft);
    border: none;
    padding: 10px 12px;
    margin-left: -8px;
}
.nav-cta--portal:hover {
    color: var(--green);
    background: transparent;
    opacity: 1;
}

/* ---- Main nav (full site) ---- */
.main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.main-nav a {
    padding: 8px 14px;
    border-radius: 999px;
    color: var(--text-soft);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.18s, background 0.18s;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--green);
    background: var(--surface);
}


/* =================================================================
   HERO
   ================================================================= */
.hp-hero {
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 3rem 24px 0;
}

.hp-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    min-height: 88vh;
}

.hp-hero-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 36rem;
}

.hp-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

/* Lentil variety swatches */
.lentil-swatches {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.lentil-swatch {
    width: 14px;
    height: 18px;
    border-radius: 55% 45% 52% 48%;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    cursor: default;
}

.lentil-swatch:hover { transform: scale(1.3); }

.swatches-label {
    font-size: 0.78rem;
    color: var(--text-soft);
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-left: 4px;
}

/* Hero visual frame */
.hp-hero-visual {
    display: flex;
    justify-content: flex-end;
}

.hero-frame {
    position: relative;
    width: 100%;
    max-width: 520px;
    height: 540px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.hero-frame-photo {
    position: absolute;
    inset: -4%;
    background-image: url('/images/lentils-hero.jpg');
    background-size: cover;
    background-position: center;
    animation: gentlePan 24s ease-in-out infinite alternate;
    transform-origin: center;
}

.hero-frame-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        color-mix(in srgb, var(--accent) 25%, transparent) 0%,
        color-mix(in srgb, var(--accent) 55%, transparent) 100%
    );
    mix-blend-mode: multiply;
}

.hero-frame-badge {
    position: absolute;
    bottom: 22px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(25, 43, 21, 0.52);
    backdrop-filter: blur(10px);
    color: #f1f7ea;
    font-size: 0.85rem;
    font-weight: 700;
}

.hero-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 0 var(--accent);
    animation: pulse 2.4s infinite;
}

/* Stats strip */
.stats-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 3rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface-strong);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.stat-block {
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-right: 1px solid var(--line);
}

.stat-block:last-child { border-right: none; }

.stat-block strong {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    color: var(--accent);
    line-height: 1;
    letter-spacing: -0.02em;
}

.stat-block span {
    font-size: 0.8rem;
    color: var(--text-soft);
    font-weight: 600;
    line-height: 1.3;
}


/* =================================================================
   PRODUCTS SCROLLYTELLING
   ================================================================= */
.hp-products {
    width: min(1280px, 100%);
    margin: 6rem auto 0;
    padding: 0 24px;
}

.products-intro {
    margin-bottom: 3rem;
    max-width: 40rem;
}

.products-intro h2 { margin-top: 10px; }

.products-scrolly {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

/* Sticky visual panel */
.product-stage-wrap {
    position: sticky;
    top: 110px;
}

.product-stage {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    min-height: 76vh;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.product-stage-photo,
.product-stage-photo-next,
.about-stage-photo,
.about-stage-photo-next {
    position: absolute;
    inset: -4%;
    background-size: cover;
    background-position: center;
    transform-origin: center;
}

.product-stage-photo {
    background-image: url('/images/lentil-red.jpg');
    animation: gentlePan 28s ease-in-out infinite alternate;
    filter: saturate(0.85);
}

.product-stage-photo-next {
    animation: gentlePan 28s ease-in-out infinite alternate;
    filter: saturate(0.85);
    opacity: 0;
    transition: opacity 0.7s ease;
    z-index: 1;
}

.product-stage-photo-next.is-visible { opacity: 1; }

.product-stage-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        color-mix(in srgb, var(--accent) 90%, black) 0%,
        color-mix(in srgb, var(--accent) 40%, transparent) 55%,
        color-mix(in srgb, var(--accent) 10%, transparent) 100%
    );
    transition: background 1.0s ease;
}

.product-stage-grain-count {
    position: absolute;
    top: 22px;
    right: 22px;
    display: flex;
    align-items: baseline;
    gap: 4px;
    color: rgba(255,255,255,0.7);
    font-size: 0.82rem;
    font-weight: 700;
    font-family: 'Fraunces', Georgia, serif;
    letter-spacing: 0.06em;
}

#active-product-num {
    font-size: 1.1rem;
    color: white;
    transition: opacity 0.3s ease;
}

.grain-sep { opacity: 0.5; }

.product-stage-copy {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 48px;
    color: white;
}

.product-stage-origin {
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.75;
    margin-bottom: 8px;
}

.product-stage-name {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 0.96;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
    transition: opacity 0.35s ease;
}

.product-stage-sub {
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0.8;
    transition: opacity 0.35s ease;
}

.product-stage-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--accent);
    transition: background 1.0s ease;
}

/* Product scroll steps */
.product-steps {
    display: grid;
}

.product-step {
    min-height: 82vh;
    display: flex;
    align-items: center;
    padding: 24px 0;
}

.product-step .step-card {
    width: min(100%, 42rem);
    padding: clamp(24px, 3vw, 36px);
    border-radius: var(--radius-xl);
    opacity: 0.5;
    transform: translateY(28px);
    transition: opacity 0.4s ease, transform 0.4s ease,
                background 1.0s ease, border-color 0.8s ease;
}

.product-step.is-active .step-card {
    opacity: 1;
    transform: translateY(0);
}

.product-h3 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(1.9rem, 3.5vw, 3rem);
    line-height: 0.97;
    letter-spacing: -0.03em;
    margin: 10px 0 6px;
    color: var(--text);
}

.product-tagline {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: 0.02em;
    margin-bottom: 14px;
    transition: color 1.0s ease;
}

.product-specs {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
}

.product-specs li {
    padding: 11px 16px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-soft);
    border-bottom: 1px solid var(--line);
}

.product-specs li:last-child { border-bottom: none; }

.product-step-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.product-markets {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.markets-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--text-soft);
    opacity: 0.7;
}

.product-markets {
    font-size: 0.88rem;
    color: var(--text-soft);
    font-weight: 600;
}

.step-link {
    color: var(--accent);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: color 1.0s ease;
}

.step-link:hover { text-decoration: underline; }


/* =================================================================
   MARKETS SECTION
   ================================================================= */
.hp-markets {
    margin: 6rem auto 0;
    padding: 5rem 0;
}

.markets-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.market-card {
    padding: 24px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: var(--surface);
    backdrop-filter: blur(12px);
    transition: border-color 0.25s ease, transform 0.2s ease;
}

.market-card:hover {
    border-color: var(--accent);
    transform: translateY(-2px);
}

.market-card h3 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 8px;
    letter-spacing: 0.01em;
}

.market-countries {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 8px;
    transition: color 1.0s ease;
}

.market-note {
    font-size: 0.82rem;
    color: var(--text-soft);
    line-height: 1.5;
}


/* =================================================================
   WHY FAIN GRAIN
   ================================================================= */
.hp-why {
    margin: 0 auto;
    padding: 5rem 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.why-card {
    padding: 28px 28px 30px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: linear-gradient(180deg, var(--surface-strong), var(--surface));
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--surface);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

/* Icon glyphs via CSS content */
.why-card--quality .why-icon::before { content: '✓'; font-size: 1.2rem; font-weight: 800; color: var(--accent); }
.why-card--supply .why-icon::before { content: '↗'; font-size: 1.3rem; font-weight: 800; color: var(--accent); }
.why-card--logistics .why-icon::before { content: '🚢'; font-size: 1.2rem; }
.why-card--transparency .why-icon::before { content: '💬'; font-size: 1.2rem; }
.why-card--partnership .why-icon::before { content: '🤝'; font-size: 1.2rem; }
.why-card--market .why-icon::before { content: '🌍'; font-size: 1.2rem; }

.why-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text);
}

.why-card p {
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--text-soft);
}


/* =================================================================
   STAT BAND
   ================================================================= */
.hp-stat-band {
    padding: 5rem 0;
    margin: 0 auto;
}

.stat-band-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: center;
    padding: clamp(28px, 4vw, 48px);
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    background: linear-gradient(135deg, var(--surface-strong), var(--surface));
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
}

.stat-band-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.stat-big {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(3.5rem, 7vw, 6rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
    color: var(--accent);
    transition: color 1.0s ease;
}

.stat-unit {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-soft);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.stat-period {
    font-size: 0.78rem;
    color: var(--text-soft);
    opacity: 0.7;
    font-weight: 600;
}

.stat-band-right h2 { margin-top: 10px; }

.stat-source {
    margin-top: 14px;
    font-size: 0.78rem;
    color: var(--text-soft);
    opacity: 0.65;
    font-style: italic;
}


/* =================================================================
   CONTACT CTA
   ================================================================= */
.hp-contact-cta {
    padding: 5rem 0 6rem;
    margin: 0 auto;
}

.contact-cta-layout {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    padding: clamp(28px, 4vw, 48px);
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    background: linear-gradient(135deg, var(--surface-strong), var(--surface));
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
}

.contact-cta-copy h2 { margin-top: 10px; }

.contact-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    flex-shrink: 0;
}


/* =================================================================
   FOOTER
   ================================================================= */
.site-footer {
    border-top: 1px solid var(--line);
    background: var(--surface-strong);
    backdrop-filter: blur(14px);
    margin-top: 2rem;
}

.footer-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 3.5rem 24px 2.5rem;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 48px;
    align-items: start;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-tagline {
    font-size: 0.88rem;
    color: var(--text-soft);
    line-height: 1.6;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-col-title {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--text-soft);
    margin-bottom: 4px;
}

.footer-col a {
    font-size: 0.9rem;
    color: var(--text-soft);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.18s;
}

.footer-col a:hover { color: var(--accent); }

.footer-bottom {
    width: min(1280px, 100%);
    margin: 0 auto;
    padding: 1.25rem 24px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.footer-bottom p,
.footer-location {
    font-size: 0.82rem;
    color: var(--text-soft);
    opacity: 0.7;
}


/* =================================================================
   RESPONSIVE
   ================================================================= */
@media (max-width: 1024px) {
    /* Legacy coming-soon layout */
    .countdown-card,
    .contact-card,
    .story-layout {
        grid-template-columns: 1fr;
    }

    .story-stage-wrap {
        position: relative;
        top: auto;
    }

    .story-stage,
    .stage-frame {
        min-height: 58vh;
    }

    .story-step {
        min-height: auto;
        padding: 12px 0 22px;
    }

    /* Homepage */
    .hp-hero-inner      { grid-template-columns: 1fr; min-height: auto; padding-top: 2rem; }
    .hp-hero-visual     { display: none; }
    .stats-strip        { grid-template-columns: repeat(2, 1fr); }
    .products-scrolly   { grid-template-columns: 1fr; }
    .product-stage-wrap { position: relative; top: auto; }
    .product-stage      { min-height: 50vh; }
    .markets-grid       { grid-template-columns: repeat(2, 1fr); }
    .why-grid           { grid-template-columns: 1fr; }
    .stat-band-layout   { grid-template-columns: 1fr; gap: 24px; }
    .contact-cta-layout { grid-template-columns: 1fr; }
    .contact-cta-actions { flex-direction: row; }
    .footer-inner       { grid-template-columns: 1fr; gap: 28px; }
    .footer-nav         { grid-template-columns: repeat(3, 1fr); }
}

/* ── Mobile hamburger button ─────────────────────────────────── */
.nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 6px;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
}
.nav-hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--green);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform-origin: center;
}
/* X state when open */
.nav-hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 640px) {
    .topbar        { padding: 10px 10px 0; }
    .topbar-inner  {
        padding: 10px 14px;
        border-radius: 14px;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    .brand-mark    { flex: 1; }
    .nav-hamburger { display: flex; }
    .nav-cta       { display: none; }
    .main-nav {
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 0;
        padding: 8px 0 4px;
    }
    .main-nav.is-open {
        display: flex;
    }
    .main-nav a {
        padding: 12px 4px;
        border-radius: 0;
        background: none;
        border-bottom: 1px solid var(--line);
        font-size: 1rem;
    }
    .main-nav a:hover,
    .main-nav a.active {
        background: none;
    }
    .main-nav a:last-child { border-bottom: none; }

    /* Legacy */
    .story-page    { padding: 1.5rem 14px 4rem; }
    .hero-intro    { min-height: 76vh; }
    .countdown-grid { grid-template-columns: repeat(2, 1fr); }
    .story-stage, .stage-frame { min-height: 48vh; }
    .scene-copy, .buyer-card   { left: 16px; right: 16px; bottom: 16px; }
    .contact-card, .step-card, .countdown-card { padding: 18px; }

    /* Homepage */
    .hp-hero        { padding: 1.5rem 14px 0; }
    .hp-section-inner { padding: 0 14px; }
    .stats-strip    { grid-template-columns: repeat(2, 1fr); }
    .stat-block     { padding: 16px 14px; }
    .markets-grid   { grid-template-columns: 1fr; }
    .why-grid       { grid-template-columns: 1fr; }
    .footer-nav     { grid-template-columns: 1fr; }
    .footer-bottom  { flex-direction: column; align-items: flex-start; gap: 4px; }
    .contact-cta-actions { flex-direction: column; width: 100%; }
    .contact-cta-actions .btn-primary,
    .contact-cta-actions .btn-ghost { width: 100%; justify-content: center; }
    .hp-ctas .btn-primary,
    .hp-ctas .btn-secondary { flex: 1; justify-content: center; }
}
