/* Amberia Foods - Main Stylesheet */

:root {
    --color-brown-dark: #2e1a10;
    --color-brown: #3b2415;
    --color-brown-light: #7a2e1e;
    --color-gold: #caa15a;
    --color-gold-light: #d99a2b;
    --color-forest: #27523f;
    --color-leaf: #6d8f45;
    --color-saffron: #d77732;
    --color-rice: #fff9ed;
    --color-cream: #f6ecd9;
    --color-cream-dark: #e8d3ad;
    --color-text: #2e1a10;
    --color-text-muted: #5c4632;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Poppins', 'Segoe UI', sans-serif;
    --max-width: 1180px;
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--color-text);
    background: var(--color-cream);
    line-height: 1.65;
    overflow-x: hidden;
}

body.page-home {
    background: #fff9ed;
}

img {
    max-width: 100%;
    display: block;
}

iframe,
video,
canvas,
svg {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

h1, h2, h3 {
    font-family: var(--font-heading);
    color: var(--color-brown-dark);
    line-height: 1.2;
    margin: 0 0 0.5em;
    overflow-wrap: anywhere;
}

h1 {
    font-size: clamp(2.05rem, 4.4vw, 3.2rem);
}

h2 {
    font-size: clamp(1.65rem, 3.4vw, 2.45rem);
}

h3 {
    font-size: clamp(1.2rem, 2.3vw, 1.55rem);
}

p {
    margin: 0 0 1em;
    color: var(--color-text-muted);
    font-size: 1.02rem;
    overflow-wrap: anywhere;
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-gold-light);
    margin-bottom: 0.75em;
}

.reveal {
    opacity: 1;
    transform: translateY(0);
}

.reveal-enabled .reveal:not(.is-visible) {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.center {
    text-align: center;
}

/* Buttons */
.button {
    display: inline-block;
    max-width: 100%;
    padding: 0.85em 1.8em;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.button.primary {
    background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold));
    color: var(--color-brown-dark);
}

.button.secondary {
    background: transparent;
    border-color: var(--color-brown-dark);
    color: var(--color-brown-dark);
}

.button.secondary.light {
    border-color: rgba(255, 249, 237, 0.86);
    color: #fff9ed;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(46, 26, 16, 0.18);
}

/* Natural homepage hero */
.natural-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(420px, 56svh, 520px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    color: #fff9ed;
}

.natural-hero.hero-slider {
    display: block;
    min-height: clamp(390px, 50svh, 490px);
    background: #17120d;
}

.hero-slides,
.natural-hero .feature-slide {
    min-height: inherit;
}

.natural-hero .feature-slide {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.natural-hero .feature-slide.is-active {
    display: flex;
    align-items: center;
}

.natural-hero .feature-slide > img.natural-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.hero-slide--brand > img.natural-hero-image {
    object-position: center;
}

.hero-slide:nth-child(2) > img.natural-hero-image {
    object-position: center 56%;
}

.hero-slide:nth-child(3) > img.natural-hero-image {
    object-position: center;
    image-rendering: auto;
}

.hero-slide:nth-child(4) > img.natural-hero-image {
    object-position: center right;
}

.natural-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    z-index: -2;
}

.natural-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(13, 20, 14, 0.9) 0%, rgba(27, 45, 30, 0.7) 36%, rgba(45, 29, 14, 0.18) 74%),
        linear-gradient(180deg, rgba(9, 9, 7, 0.34) 0%, rgba(9, 9, 7, 0.14) 34%, rgba(9, 9, 7, 0.42) 100%);
}

.hero-slide--brand .natural-hero-overlay {
    background:
        linear-gradient(90deg, rgba(20, 12, 7, 0.12) 0%, rgba(20, 12, 7, 0.02) 34%, rgba(20, 12, 7, 0.1) 100%),
        linear-gradient(180deg, rgba(9, 9, 7, 0.03) 0%, rgba(9, 9, 7, 0.16) 100%);
}

.natural-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    padding-top: clamp(82px, 8vw, 106px);
    padding-bottom: clamp(42px, 5vw, 66px);
}

.hero-message {
    width: min(58vw, 660px);
    max-width: 660px;
    margin: 0;
}

.natural-hero .eyebrow {
    color: #f2d999;
}

.natural-hero h1 {
    max-width: 650px;
    color: #fff9ed;
    font-size: clamp(2.05rem, 4.25vw, 3.75rem);
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
    margin-bottom: 0.32em;
}

.natural-hero h2 {
    max-width: 650px;
    color: #fff9ed;
    font-size: clamp(1.85rem, 3.8vw, 3.1rem);
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
    margin-bottom: 0.34em;
}

.hero-message > p:not(.eyebrow) {
    max-width: 610px;
    color: rgba(255, 249, 237, 0.9);
    font-size: clamp(0.96rem, 1.35vw, 1.08rem);
    margin-bottom: 0.72rem;
}

.hero-channel-line {
    margin-top: 0.95rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 610px;
}

.hero-channel-line span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 249, 237, 0.3);
    border-radius: 999px;
    background: rgba(255, 249, 237, 0.12);
    color: rgba(255, 249, 237, 0.88);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.natural-hero .hero-actions {
    margin-top: 1rem;
}

.natural-hero .slider-control {
    background: rgba(31, 22, 15, 0.56);
    backdrop-filter: blur(8px);
}

.natural-hero .slider-dots {
    bottom: 20px;
}


.premium-category-rail {
    position: relative;
    z-index: 2;
    margin-top: -54px;
    padding-bottom: 38px;
}

.premium-category-grid {
    margin-top: 66px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.premium-category-card {
    position: relative;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: var(--radius);
    padding: 22px;
    border: 1px solid rgba(255, 249, 237, 0.32);
    box-shadow: 0 20px 42px rgba(24, 15, 8, 0.2);
    background: #1f3327;
}

.premium-category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}

.premium-category-card:nth-child(1) img {
    object-position: 48% center;
}

.premium-category-card:nth-child(2) img {
    object-position: 50% center;
}

.premium-category-card:nth-child(4) img {
    object-position: 62% center;
}

.premium-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 12, 8, 0.02) 0%, rgba(14, 20, 13, 0.28) 36%, rgba(14, 20, 13, 0.86) 100%);
}

.premium-category-card span,
.premium-category-card h2,
.premium-category-card p {
    position: relative;
    z-index: 1;
}

.premium-category-card span {
    margin-bottom: 8px;
    color: #f2d999;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.premium-category-card h2 {
    color: #fff9ed;
    font-size: clamp(1.25rem, 2vw, 1.68rem);
    margin-bottom: 6px;
}

.premium-category-card p {
    color: rgba(255, 249, 237, 0.78);
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
}

.premium-category-card:hover img {
    transform: scale(1.06);
}

.business-fit-section {
    background: linear-gradient(180deg, #fff9ed 0%, #f2ead8 100%);
    border-bottom: 1px solid rgba(109, 143, 69, 0.2);
}

.business-fit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-left: 1px solid rgba(39, 82, 63, 0.14);
}

.business-fit-grid article {
    padding: clamp(26px, 4vw, 42px) clamp(20px, 3vw, 34px);
    border-right: 1px solid rgba(39, 82, 63, 0.14);
}

.business-fit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--color-forest);
    color: #fff9ed;
    font-size: 0.78rem;
    font-weight: 700;
}

.business-fit-grid h2 {
    font-size: clamp(1.3rem, 2.2vw, 1.75rem);
    margin-bottom: 0.55rem;
}

.business-fit-grid p {
    margin: 0;
}

.business-fit-link {
    display: inline-flex;
    margin-top: 14px;
    color: #7b4d22;
    font-size: 0.88rem;
    font-weight: 700;
}

.business-fit-link:hover {
    color: #2f4737;
}

/* Header / Nav */
.site-header {
    height: 100px;
    background: linear-gradient(180deg, #fef4e8 0%, #fef4e8 100%);
    position: sticky;
    top: 0px;
    z-index: 100;
    border-bottom: 1px solid rgba(121, 84, 42, 0.18);
    box-shadow: 0 10px 28px rgba(46, 26, 16, 0.08);
}

.page-home .site-header {
    position: sticky;
    top: 0;
    background: rgb(253 244 232);
    border-bottom-color: rgba(121, 84, 42, 0.16);
    backdrop-filter: blur(12px);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 82px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 126px;
    height: 74px;
    overflow: visible;
    background: transparent;
    flex: 0 0 auto;
}

.brand-logo {
    width: 126px;
    height: 98px;
    margin-top: 0;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
    transform: none;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nav-toggle span {
    width: 24px;
    height: 2px;
    background: var(--color-brown-dark);
    display: block;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.site-nav > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.site-nav a {
    color: #342014;
    font-weight: 500;
    font-size: clamp(0.78rem, 0.8vw, 0.95rem);
    padding: 6px 5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.page-home .site-nav a {
    color: #342014;
}

.dropdown-icon {
    transition: transform 0.2s ease;
}

.has-dropdown:hover .dropdown-icon,
.has-dropdown:focus-within .dropdown-icon,
.has-dropdown.is-open .dropdown-icon {
    transform: rotate(180deg);
}

.site-nav a[aria-current="page"] {
    color: #9b6730;
    border-bottom: 2px solid #9b6730;
}

.has-dropdown {
    position: relative;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff4e6;
    border-radius: 10px;
    padding: 10px;
    list-style: none;
    min-width: 200px;
    box-shadow: 0 14px 30px rgba(46, 26, 16, 0.18);
    border: 1px solid rgba(121, 84, 42, 0.16);
}

.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown {
    display: block;
}

.dropdown li a {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
}

.dropdown li a:hover {
    background: rgba(155, 103, 48, 0.12);
}

.nav-cta {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    padding: 0.74em 1.05em;
    border: 1px solid rgba(151, 103, 45, 0.34);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, #2e1a10 0%, #563017 58%, #9b6730 100%);
    color: #fff4e6 !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 244, 230, 0.2),
        0 12px 24px rgba(75, 49, 24, 0.16);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nav-cta::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--radius) - 1px);
    border: 1px solid rgba(255, 244, 230, 0.16);
    pointer-events: none;
}

.nav-cta:hover {
    box-shadow:
        inset 0 1px 0 rgba(255, 244, 230, 0.28),
        0 16px 30px rgba(75, 49, 24, 0.22);
}

.language-switcher {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 9px 6px 11px;
    border: 1px solid rgba(151, 103, 45, 0.24);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.54);
    color: #342014;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.language-switcher label {
    color: #9b6730;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.language-switcher select {
    min-width: 104px;
    border: 0;
    background: transparent;
    color: #342014;
    font-family: inherit;
    font-size: 0.84rem;
    font-weight: 700;
    outline: none;
    cursor: pointer;
}

.google-translate-element {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.goog-te-banner-frame,
.goog-te-balloon-frame,
iframe.skiptranslate,
#goog-gt-tt,
body > .skiptranslate,
.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-yAWNEb-L7lbkb {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

html.translated-ltr,
html.translated-rtl,
body {
    top: 0 !important;
}

.goog-te-gadget,
.goog-logo-link {
    font-size: 0 !important;
    line-height: 0 !important;
}

.goog-te-combo {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-width: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Hero */
.hero-section {
    padding: 80px 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(202, 161, 90, 0.2), transparent 34%),
        radial-gradient(circle at 85% 15%, rgba(122, 46, 30, 0.12), transparent 36%),
        linear-gradient(180deg, var(--color-cream-dark), var(--color-cream));
}

.hero-content {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
}

.hero-copy h1 {
    font-size: clamp(2.2rem, 5vw, 3.45rem);
}

.hero-copy > p {
    max-width: 58ch;
}

.hero-offerings {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    color: var(--color-text-muted);
    max-width: 64ch;
}

.hero-offerings li {
    margin-bottom: 0.5rem;
}

.hero-dealing-tags {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-dealing-tags span {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(202, 161, 90, 0.38);
    border-radius: 999px;
    padding: 6px 11px;
    background: rgba(202, 161, 90, 0.12);
    color: #7b4d22;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 1.5em;
}

.hero-visual img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: 0 20px 45px rgba(46, 26, 16, 0.18);
}

.detail-list {
    margin: 1.2rem 0 1.4rem;
    padding-left: 1.15rem;
    color: var(--color-text-muted);
}

.detail-list li {
    margin-bottom: 0.55rem;
}

.why-amberia {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #f7efe0 0%, #fffaf0 100%);
}

.why-amberia::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(121, 84, 42, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(121, 84, 42, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.62), transparent 82%);
}

.why-amberia .container {
    position: relative;
    z-index: 1;
}

.why-amberia-copy {
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid rgba(121, 84, 42, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(247, 237, 217, 0.66));
    box-shadow: 0 18px 38px rgba(46, 26, 16, 0.08);
}

.why-amberia-copy .eyebrow {
    color: #9b6730;
}

.why-list {
    margin-top: 20px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.why-list li {
    min-height: 48px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 13px;
    border: 1px solid rgba(151, 103, 45, 0.18);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(249, 240, 221, 0.66));
    color: #2f4737;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(75, 49, 24, 0.06);
}

.why-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9b6730;
    box-shadow: 0 0 0 4px rgba(155, 103, 48, 0.12);
    flex: 0 0 auto;
}

.why-support-note {
    margin-top: 20px;
    padding: 16px 18px;
    border-left: 3px solid #9b6730;
    border-radius: var(--radius);
    background: rgba(39, 82, 63, 0.08);
}

.why-support-note span,
.why-support-note strong {
    display: block;
}

.why-support-note span {
    color: #9b6730;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.why-support-note strong {
    margin-top: 6px;
    color: #2e1a10;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    line-height: 1.38;
}

.why-visual {
    padding: 14px;
    border: 1px solid rgba(39, 82, 63, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(240, 235, 222, 0.66));
    box-shadow: 0 22px 46px rgba(46, 26, 16, 0.12);
}

.why-visual img {
    height: 540px;
    aspect-ratio: auto;
    object-position: center;
}

/* Trust strip */
.trust-strip {
    background: linear-gradient(90deg, #213f31 0%, #352317 55%, #5f2c20 100%);
    padding: 20px 0;
}

.trust-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-cream);
    font-weight: 500;
    font-size: 0.9rem;
    flex: 1;
    justify-content: center;
}

.trust-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(202, 161, 90, 0.55);
    color: #f2d999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(202, 161, 90, 0.08);
}

.ingredient-showcase {
    background:
        linear-gradient(180deg, #fff9ed 0%, #f6f0e2 100%);
}

.ingredient-showcase-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(28px, 5vw, 60px);
    align-items: center;
}

.ingredient-copy h2 {
    max-width: 620px;
}

.ingredient-copy p {
    max-width: 62ch;
}

.ingredient-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.ingredient-list span {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(39, 82, 63, 0.18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.72);
    color: #284334;
    font-weight: 600;
    box-shadow: 0 10px 22px rgba(46, 26, 16, 0.05);
}

.ingredient-visual {
    position: relative;
    min-height: 520px;
    padding: 14px;
    border: 1px solid rgba(39, 82, 63, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(236, 228, 210, 0.74));
    box-shadow: 0 22px 46px rgba(46, 26, 16, 0.14);
}

.ingredient-visual::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 38px;
    width: 86px;
    height: 180px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(109, 143, 69, 0.24), rgba(215, 119, 50, 0.12));
    z-index: 0;
}

.ingredient-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: 0 14px 30px rgba(46, 26, 16, 0.16);
}

.ingredient-visual-card {
    position: absolute;
    z-index: 2;
    left: 34px;
    bottom: 34px;
    max-width: 300px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 249, 237, 0.46);
    border-radius: var(--radius);
    background: rgba(31, 53, 38, 0.84);
    color: #fff9ed;
    box-shadow: 0 14px 28px rgba(18, 24, 18, 0.26);
    backdrop-filter: blur(10px);
}

.ingredient-visual-card strong,
.ingredient-visual-card span {
    display: block;
}

.ingredient-visual-card strong {
    font-family: var(--font-heading);
    font-size: 1.18rem;
    line-height: 1.2;
}

.ingredient-visual-card span {
    margin-top: 6px;
    color: rgba(255, 249, 237, 0.82);
    font-size: 0.86rem;
    line-height: 1.55;
}

/* Homepage feature slider */
.feature-slider-section {
    padding: 18px 0 26px;
}

.feature-slider-section .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.feature-slider {
    position: relative;
    margin-top: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(46, 26, 16, 0.18);
}

@media (min-width: 981px) {
    .feature-slider-section {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.feature-slides {
    position: relative;
}

.feature-slide {
    display: none;
    min-height: 460px;
    position: relative;
}

.feature-slide.is-active {
    display: block;
}

.feature-slide img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.feature-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 10, 5, 0.72) 0%, rgba(20, 10, 5, 0.52) 34%, rgba(20, 10, 5, 0.22) 100%);
}

.feature-slide-copy {
    position: absolute;
    top: 50%;
    left: max(24px, calc((100vw - var(--max-width)) / 2 + 24px));
    transform: translateY(-50%);
    width: min(620px, calc(100% - 120px));
    padding-right: 12px;
    z-index: 2;
}

.feature-slide-copy .eyebrow {
    color: #f6d58e;
}

.feature-slide-copy h3,
.feature-slide-copy p {
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

.feature-slide-copy h3 {
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    margin-bottom: 0.55rem;
}

.feature-slide-copy p {
    margin-bottom: 1.2rem;
    color: rgba(255, 255, 255, 0.92);
}

.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(20, 10, 5, 0.4);
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 3;
}

.slider-control-prev {
    left: 16px;
}

.slider-control-next {
    right: 16px;
}

.slider-control:hover {
    background: rgba(20, 10, 5, 0.62);
}

.slider-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 10px;
}

.slider-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    cursor: pointer;
}

.slider-dot.is-active {
    background: var(--color-gold-light);
    border-color: var(--color-gold-light);
}

.natural-hero.hero-slider {
    height: clamp(660px, 76svh, 800px);
    min-height: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(121, 84, 42, 0.18);
}

.hero-slider .hero-slides,
.hero-slider .hero-slide {
    width: 100%;
    height: 100%;
    min-height: 0;
}

.hero-slider .hero-slide {
    display: none;
    align-items: center;
}

.hero-slider .hero-slide.is-active {
    display: flex;
}

.hero-slider .natural-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    z-index: 0;
}

.hero-slider .natural-hero-overlay {
    z-index: 1;
}

.hero-slider .natural-hero-content {
    min-height: 100%;
    align-items: center;
    padding-top: clamp(76px, 7vw, 96px);
    padding-bottom: clamp(42px, 5vw, 58px);
}

.hero-slider .hero-message {
    width: min(48vw, 570px);
    max-width: 570px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(255, 249, 237, 0.2);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(22, 16, 12, 0.74), rgba(39, 82, 63, 0.5));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}

.hero-slider .hero-message h2 {
    font-size: clamp(1.58rem, 2.8vw, 2.55rem);
}

.hero-slider .slider-control,
.hero-slider .slider-dots {
    z-index: 5;
}

.hero-slider .hero-slide--brand > img.natural-hero-image {
    object-fit: contain !important;
    object-position: center center !important;
    background: #f3dfc2;
}

.hero-slide--brand .natural-hero-overlay {
    background:
        linear-gradient(90deg, rgba(20, 12, 7, 0.03) 0%, rgba(20, 12, 7, 0) 48%, rgba(20, 12, 7, 0.04) 100%),
        linear-gradient(180deg, rgba(9, 9, 7, 0) 0%, rgba(9, 9, 7, 0.12) 100%);
}

.premium-pillars {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #f6ead3 0%, #fff9ed 100%);
}

.premium-pillars::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(39, 82, 63, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(39, 82, 63, 0.035) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 82%);
}

.premium-pillars .container {
    position: relative;
    z-index: 1;
}

.pillars-header {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr);
    gap: clamp(24px, 5vw, 70px);
    align-items: end;
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid rgba(121, 84, 42, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(255, 252, 245, 0.96), rgba(247, 237, 217, 0.92));
    box-shadow: 0 20px 42px rgba(75, 49, 24, 0.11);
}

.pillars-copy .eyebrow {
    color: #9b6730;
}

.pillars-copy h2 {
    max-width: 720px;
    margin-bottom: 0.45em;
    font-size: clamp(1.95rem, 4vw, 3rem);
}

.pillars-lead {
    max-width: 76ch;
    margin: 0;
    color: #5a3f2a;
}

.pillars-points {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.pillars-points span {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    border-radius: var(--radius);
    border: 1px solid rgba(151, 103, 45, 0.22);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(249, 240, 221, 0.68));
    color: #2f4737;
    box-shadow: 0 10px 22px rgba(75, 49, 24, 0.07);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.pillars-points span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #9b6730;
    box-shadow: 0 0 0 3px rgba(155, 103, 48, 0.12);
    flex: 0 0 auto;
}

.premium-pillars .card-grid {
    margin-top: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.premium-pillars .feature-card {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    border: 1px solid rgba(39, 82, 63, 0.16);
    box-shadow: 0 18px 38px rgba(46, 26, 16, 0.1);
    text-align: left;
    padding: 28px 24px 26px;
    background:
        linear-gradient(180deg, #fffdf8 0%, #f8edd8 100%);
}

.premium-pillars .feature-card::before {
    content: "";
    position: absolute;
    right: -44px;
    top: -44px;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border: 1px solid rgba(151, 103, 45, 0.16);
    background: rgba(151, 103, 45, 0.04);
}

.premium-pillars .feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(46, 26, 16, 0.16);
}

.pillar-step {
    position: absolute;
    right: 20px;
    top: 18px;
    color: rgba(151, 103, 45, 0.24);
    font-family: var(--font-heading);
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
}

.feature-kicker {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-weight: 700;
    color: #8b5625;
    margin-bottom: 10px;
}

.premium-pillars .feature-icon {
    margin-bottom: 18px;
    width: 54px;
    height: 54px;
    color: #9b6730;
    background: rgba(155, 103, 48, 0.1);
    border-color: rgba(155, 103, 48, 0.24);
}

.premium-pillars .feature-card h3 {
    margin: 0 0 8px;
    font-size: 1.38rem;
}

.premium-pillars .feature-card p {
    margin: 0;
    color: #5a3f2a;
    line-height: 1.6;
}

.metrics-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(18, 39, 29, 0.96) 0%, rgba(47, 31, 21, 0.98) 58%, rgba(84, 46, 25, 0.96) 100%);
    color: #fff9ed;
}

.metrics-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 249, 237, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 249, 237, 0.045) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent 82%);
}

.metrics-section .container {
    position: relative;
    z-index: 1;
}

.metrics-heading {
    max-width: 780px;
}

.metrics-heading .eyebrow {
    color: #f2d999;
}

.metrics-heading h2 {
    color: #fff9ed;
    font-size: clamp(1.95rem, 4vw, 3rem);
    margin-bottom: 0.45rem;
}

.metrics-heading p:not(.eyebrow) {
    max-width: 68ch;
    color: rgba(255, 249, 237, 0.78);
    margin: 0;
}

.metrics-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1px;
    border: 1px solid rgba(255, 249, 237, 0.18);
    border-radius: var(--radius);
    overflow: hidden;
    background: rgba(255, 249, 237, 0.14);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.2);
}

.metric-card {
    min-height: 210px;
    background: rgba(255, 249, 237, 0.07);
    padding: 28px 24px 24px;
}

.metric-card span {
    display: block;
    min-height: 18px;
    margin-bottom: 18px;
    color: #f2d999;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.metric-card h3 {
    color: #fff9ed;
    font-size: clamp(2.25rem, 4.5vw, 3.35rem);
    margin-bottom: 0.35rem;
}

.metric-card p {
    margin: 0;
    color: rgba(255, 249, 237, 0.76);
    line-height: 1.58;
}

.metrics-assurance {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.metrics-assurance span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(242, 217, 153, 0.28);
    border-radius: 999px;
    background: rgba(255, 249, 237, 0.08);
    color: rgba(255, 249, 237, 0.82);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sourcing-journey {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #fffdf7 0%, #eef4e9 100%);
}

.sourcing-journey::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(39, 82, 63, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(39, 82, 63, 0.035) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent 78%);
}

.sourcing-journey .container {
    position: relative;
    z-index: 1;
}

.sourcing-journey .hero-copy {
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(39, 82, 63, 0.14);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(247, 240, 226, 0.62));
    box-shadow: 0 18px 38px rgba(46, 26, 16, 0.08);
}

.sourcing-journey .hero-copy .eyebrow {
    color: #7b6630;
}

.sourcing-journey .hero-copy h2 {
    max-width: 650px;
}

.journey-list {
    position: relative;
    margin-top: 1.4rem;
    display: grid;
    gap: 10px;
}

.journey-list::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: rgba(39, 82, 63, 0.22);
}

.journey-item {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: start;
    gap: 14px;
    border: 1px solid rgba(121, 84, 42, 0.13);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.62);
    padding: 14px;
    box-shadow: 0 10px 22px rgba(46, 26, 16, 0.05);
}

.journey-item span {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: var(--radius);
    border: 1px solid rgba(151, 103, 45, 0.22);
    background:
        linear-gradient(180deg, #fffaf0, #ead7af);
    color: #5d3719;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    box-shadow: 0 10px 18px rgba(75, 49, 24, 0.09);
}

.journey-item p {
    margin: 0;
}

.journey-visuals {
    position: relative;
    min-height: 520px;
    padding: 14px;
    border: 1px solid rgba(39, 82, 63, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(235, 242, 229, 0.64));
    box-shadow: 0 22px 46px rgba(46, 26, 16, 0.12);
}

.journey-main-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--radius);
    box-shadow: 0 16px 36px rgba(46, 26, 16, 0.14);
}

.journey-image-note {
    position: absolute;
    left: 30px;
    bottom: 30px;
    max-width: 310px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 249, 237, 0.36);
    border-radius: var(--radius);
    background: rgba(31, 53, 38, 0.86);
    color: #fff9ed;
    box-shadow: 0 16px 30px rgba(18, 24, 18, 0.24);
    backdrop-filter: blur(10px);
}

.journey-image-note span,
.journey-image-note strong {
    display: block;
}

.journey-image-note span {
    color: #f2d999;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.journey-image-note strong {
    margin-top: 6px;
    color: rgba(255, 249, 237, 0.9);
    font-family: var(--font-heading);
    font-size: 1.12rem;
    line-height: 1.36;
}

.testimonial-section {
    background:
        radial-gradient(circle at 8% 12%, rgba(202, 161, 90, 0.22), transparent 36%),
        linear-gradient(180deg, #fffaf1, #fff6e8);
}

.premium-story {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #fff9ed 0%, #f1e5cc 100%);
}

.premium-story::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(121, 84, 42, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(121, 84, 42, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.72) 45%, transparent);
}

.premium-story .container {
    position: relative;
    z-index: 1;
}

.story-visual {
    position: relative;
    padding: 14px;
    border: 1px solid rgba(121, 84, 42, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 237, 217, 0.7));
    box-shadow: 0 22px 46px rgba(46, 26, 16, 0.12);
}

.story-visual img {
    height: 520px;
    object-position: center;
}

.story-visual-note {
    position: absolute;
    left: 30px;
    bottom: 30px;
    max-width: 310px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 249, 237, 0.38);
    border-radius: var(--radius);
    background: rgba(46, 26, 16, 0.78);
    color: #fff9ed;
    box-shadow: 0 16px 30px rgba(18, 24, 18, 0.22);
    backdrop-filter: blur(10px);
}

.story-visual-note span,
.story-visual-note strong {
    display: block;
}

.story-visual-note span {
    color: #f2d999;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.story-visual-note strong {
    margin-top: 6px;
    color: rgba(255, 249, 237, 0.9);
    font-family: var(--font-heading);
    font-size: 1.12rem;
    line-height: 1.36;
}

.premium-story .hero-copy {
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid rgba(39, 82, 63, 0.14);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 239, 221, 0.68));
    box-shadow: 0 18px 38px rgba(46, 26, 16, 0.08);
}

.premium-story .hero-copy .eyebrow {
    color: #9b6730;
}

.story-highlights {
    margin: 18px 0 22px;
    display: grid;
    gap: 10px;
}

.story-highlights span {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border: 1px solid rgba(151, 103, 45, 0.2);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.58);
    color: #2f4737;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.story-highlights span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #9b6730;
    box-shadow: 0 0 0 3px rgba(155, 103, 48, 0.12);
    flex: 0 0 auto;
}

.testimonial-slider {
    --testimonial-visible: 3;
    position: relative;
    margin-top: 34px;
}

.testimonial-viewport {
    overflow: hidden;
    border-radius: 18px;
}

.testimonial-track {
    display: flex;
    gap: 22px;
    transition: transform 0.45s ease;
    will-change: transform;
}

.testimonial-card {
    flex: 0 0 calc((100% - (var(--testimonial-visible) - 1) * 22px) / var(--testimonial-visible));
    background: #fff;
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: 0 12px 26px rgba(46, 26, 16, 0.09);
    border-left: 4px solid var(--color-gold-light);
}

.testimonial-text {
    margin-bottom: 1rem;
    color: #3f2a1e;
    font-style: italic;
}

.testimonial-author {
    margin: 0;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--color-brown);
}

.testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--color-brown-dark);
    box-shadow: 0 10px 20px rgba(46, 26, 16, 0.15);
    cursor: pointer;
    z-index: 2;
}

.testimonial-nav:hover {
    background: #fef5e3;
}

.testimonial-nav.prev {
    left: -18px;
}

.testimonial-nav.next {
    right: -18px;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(138, 94, 45, 0.45);
    background: rgba(138, 94, 45, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.testimonial-dot.is-active {
    background: var(--color-gold-light);
    transform: scale(1.15);
}

/* Sections */
.page-section {
    padding: clamp(60px, 8vw, 86px) 0;
}

.overview-section h1 {
    font-size: 2.4rem;
}

.about-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #fff4e6 0%, #f7ead5 100%);
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(121, 84, 42, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(121, 84, 42, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 84%);
}

.about-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}

.about-hero-copy {
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid rgba(121, 84, 42, 0.16);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0 18px 38px rgba(75, 49, 24, 0.09);
}

.about-hero-copy .eyebrow {
    color: #9b6730;
}

.about-hero-copy h1 {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
}

.about-hero-tags,
.about-trust-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-hero-tags span,
.about-trust-list span {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid rgba(151, 103, 45, 0.22);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.62);
    color: #2f4737;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.about-hero-visual,
.about-trust-visual {
    padding: 14px;
    border: 1px solid rgba(39, 82, 63, 0.16);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 22px 46px rgba(46, 26, 16, 0.12);
}

.about-hero-visual img,
.about-trust-visual img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: 0 14px 30px rgba(46, 26, 16, 0.12);
}

.about-principles,
.about-values {
    background:
        linear-gradient(180deg, #fffaf0 0%, #f4ead7 100%);
}

.about-card {
    text-align: left;
    border: 1px solid rgba(121, 84, 42, 0.15);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(249, 240, 221, 0.72));
    box-shadow: 0 16px 34px rgba(75, 49, 24, 0.09);
}

.about-card .feature-icon {
    width: 46px;
    height: 46px;
    border-radius: var(--radius);
    color: #5d3719;
    background: linear-gradient(180deg, #fffaf0, #ead7af);
    border-color: rgba(151, 103, 45, 0.22);
    font-size: 0.82rem;
    font-weight: 800;
}

.about-trust-section {
    background:
        linear-gradient(180deg, #eef4e9 0%, #fffdf7 100%);
}

.about-trust-copy {
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid rgba(39, 82, 63, 0.14);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 240, 226, 0.66));
    box-shadow: 0 18px 38px rgba(46, 26, 16, 0.08);
}

.about-trust-copy .eyebrow {
    color: #7b6630;
}

.about-trust-copy .button {
    margin-top: 22px;
}

.about-values-heading {
    max-width: 760px;
    margin-bottom: 32px;
}

.about-values-heading .eyebrow {
    color: #9b6730;
}

.about-trade-summary {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(24px, 5vw, 58px);
    align-items: start;
    padding: clamp(28px, 5vw, 48px);
    border: 1px solid rgba(121, 84, 42, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(249, 240, 221, 0.72));
    box-shadow: 0 18px 38px rgba(75, 49, 24, 0.09);
}

.about-trade-summary .eyebrow {
    color: #9b6730;
}

.about-trade-copy p {
    font-size: 1.02rem;
    line-height: 1.78;
}

.about-trade-copy .button {
    margin-top: 12px;
}

.about-page-flow,
.about-story-flow {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(22px, 4vw, 34px);
    align-items: stretch;
}

.about-page-flow .about-hero-copy,
.about-story-flow .about-trust-copy {
    width: 100%;
    max-width: none;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-page-flow .about-hero-copy h1 {
    max-width: 920px;
}

.about-page-flow .about-hero-copy > p:not(.eyebrow),
.about-story-flow .about-trust-copy > p:not(.eyebrow) {
    max-width: 980px;
}

.about-page-flow .about-hero-visual,
.about-story-flow .about-trust-visual {
    min-height: 420px;
    display: flex;
}

.about-page-flow .about-hero-visual img,
.about-story-flow .about-trust-visual img {
    height: 420px;
    min-height: 0;
    object-position: center;
}

.about-section-heading {
    max-width: 900px;
}

.about-section-heading .eyebrow {
    color: #9b6730;
}

.about-service-grid .about-card {
    min-height: 250px;
}

.about-benefit-list article {
    background: rgba(255, 255, 255, 0.74);
}

.about-trade-cta {
    background:
        linear-gradient(180deg, #2e1a10 0%, #24150e 100%);
}

.about-trade-panel {
    max-width: 940px;
}

.about-trade-panel p {
    max-width: 74ch;
}

/* B2B Trade Representation */
.trade-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 8%, rgba(202, 161, 90, 0.16), transparent 34%),
        linear-gradient(180deg, #fff4e6 0%, #f4ead7 100%);
}

.trade-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(121, 84, 42, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(121, 84, 42, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 86%);
}

.trade-hero-grid,
.trade-importers-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(22px, 4vw, 34px);
    align-items: stretch;
}

.trade-hero-copy,
.trade-importers-copy,
.trade-cta-panel {
    border: 1px solid rgba(121, 84, 42, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(249, 240, 221, 0.7));
    box-shadow: 0 18px 38px rgba(75, 49, 24, 0.09);
}

.trade-hero-copy {
    width: 100%;
    max-width: none;
    padding: clamp(26px, 4vw, 44px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trade-hero-copy .eyebrow,
.trade-section-heading .eyebrow,
.trade-importers-copy .eyebrow,
.trade-cta-panel .eyebrow {
    color: #9b6730;
}

.trade-hero-copy h1 {
    max-width: 920px;
    font-size: clamp(2.2rem, 5vw, 4.1rem);
}

.trade-hero-copy > p:not(.eyebrow),
.trade-importers-copy > p:not(.eyebrow) {
    max-width: 980px;
}

.trade-hero-copy .button {
    margin-top: 22px;
}

.trade-hero-visual,
.trade-importers-visual {
    min-height: 420px;
    display: flex;
    padding: 12px;
    border-radius: var(--radius);
    border: 1px solid rgba(39, 82, 63, 0.16);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 22px 46px rgba(46, 26, 16, 0.12);
}

.trade-hero-visual img,
.trade-importers-visual img {
    width: 100%;
    height: 420px;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    border-radius: var(--radius);
    box-shadow: 0 14px 30px rgba(46, 26, 16, 0.12);
}

.trade-services {
    background:
        linear-gradient(180deg, #fffaf0 0%, #f4ead7 100%);
}

.trade-section-heading {
    max-width: 880px;
}

.trade-service-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.trade-service-card {
    position: relative;
    min-height: 270px;
    padding: 24px 22px;
    border-radius: var(--radius);
    border: 1px solid rgba(151, 103, 45, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 240, 221, 0.72));
    box-shadow: 0 16px 34px rgba(75, 49, 24, 0.09);
}

.trade-service-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: var(--radius);
    border: 1px solid rgba(151, 103, 45, 0.24);
    background: linear-gradient(180deg, #fffaf0, #ead7af);
    color: #5d3719;
    font-size: 0.78rem;
    font-weight: 800;
}

.trade-service-card h3 {
    font-size: 1.32rem;
}

.trade-service-card p {
    margin: 0;
    font-size: 0.95rem;
}

.trade-importers {
    background:
        linear-gradient(180deg, #eef4e9 0%, #fffdf7 100%);
}

.trade-importers-grid {
    grid-template-columns: 1fr;
}

.trade-importers-copy {
    width: 100%;
    max-width: none;
    padding: clamp(24px, 4vw, 38px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trade-benefit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.trade-benefit-list article {
    padding: 15px 16px;
    border: 1px solid rgba(39, 82, 63, 0.14);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.68);
}

.trade-benefit-list strong {
    display: block;
    color: #2f4737;
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.trade-benefit-list p {
    margin: 0;
    font-size: 0.94rem;
}

.trade-cta {
    background:
        linear-gradient(180deg, #2e1a10 0%, #24150e 100%);
}

.trade-cta-panel {
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(30px, 5vw, 48px);
    text-align: center;
    background:
        linear-gradient(180deg, rgba(255, 244, 230, 0.96), rgba(247, 234, 213, 0.9));
}

.trade-cta-panel p {
    max-width: 68ch;
    margin-left: auto;
    margin-right: auto;
}

.trade-cta-panel .button {
    margin-top: 14px;
}

.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.split-grid .hero-visual img {
    border-radius: var(--radius);
}

/* Product / feature cards */
.product-grid,
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    margin-top: 32px;
}

.product-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(46, 26, 16, 0.08);
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding-bottom: 20px;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(46, 26, 16, 0.16);
}

.product-media img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin: 0;
}

.product-card .product-label {
    display: inline-block;
    margin: 16px 24px 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-gold-light);
    font-weight: 600;
}

.product-card h2,
.product-card h3 {
    margin: 8px 24px 8px;
    font-size: 1.3rem;
}

.product-card p {
    margin: 0 24px;
}

.text-link {
    display: inline-block;
    margin: 12px 24px 0;
    color: var(--color-brown);
    font-weight: 600;
}

.home-products {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #fbf7ed 0%, #f4ead7 100%);
}

.home-products::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(103, 72, 38, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(103, 72, 38, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 76%);
}

.home-products .container {
    position: relative;
    z-index: 1;
}

.collections-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid rgba(121, 84, 42, 0.18);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(255, 252, 245, 0.96) 0%, rgba(244, 232, 207, 0.94) 100%);
    box-shadow: 0 22px 48px rgba(75, 49, 24, 0.13);
}

.collections-panel::after {
    content: "";
    position: absolute;
    right: -92px;
    top: -92px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(121, 84, 42, 0.16);
    border-radius: 50%;
    pointer-events: none;
}

.collections-heading {
    max-width: none;
    position: relative;
    z-index: 1;
}

.collections-heading .eyebrow {
    color: #9b6730;
}

.collections-heading h2 {
    max-width: 980px;
    margin-bottom: 0.45em;
    color: #2e1a10;
    font-size: clamp(1.95rem, 4vw, 3rem);
}

.collections-heading > p {
    margin: 0;
    max-width: 92ch;
    color: #5a3f2a;
    font-size: 1.02rem;
    line-height: 1.7;
}

.collections-intro {
    margin: 28px 0 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    border-top: 1px solid rgba(121, 84, 42, 0.16);
    border-bottom: 1px solid rgba(121, 84, 42, 0.16);
    padding: 18px 0;
}

.collections-promise {
    margin: 0;
    max-width: 96ch;
    color: #4e3828;
    font-size: 0.98rem;
}

.collections-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}

.collections-tags li {
    position: relative;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px 9px 13px;
    border-radius: var(--radius);
    border: 1px solid rgba(151, 103, 45, 0.24);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(249, 240, 221, 0.72));
    color: #2f4737;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 10px 22px rgba(75, 49, 24, 0.08);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.collections-tags li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #9b6730;
    box-shadow: 0 0 0 3px rgba(155, 103, 48, 0.12);
    flex: 0 0 auto;
}

.collections-tags li:hover {
    transform: translateY(-2px);
    border-color: rgba(151, 103, 45, 0.38);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 14px 28px rgba(75, 49, 24, 0.12);
}

.home-products .product-grid {
    position: relative;
    z-index: 2;
    margin-top: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.home-products .product-card {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: flex-end;
    padding: 0;
    border: 1px solid rgba(121, 84, 42, 0.2);
    border-radius: var(--radius);
    box-shadow: 0 22px 46px rgba(46, 26, 16, 0.16);
    background: #182b21;
}

.home-products .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 54px rgba(46, 26, 16, 0.22);
}

.home-products .product-media {
    position: absolute;
    inset: 0;
    margin: 0;
}

.home-products .product-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 14, 9, 0.05) 0%, rgba(18, 26, 18, 0.28) 42%, rgba(18, 26, 18, 0.92) 100%);
    pointer-events: none;
}

.home-products .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-body {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 24px;
}

.home-products .product-card .product-label {
    margin: 0 0 10px;
    font-size: 0.72rem;
    letter-spacing: 0.11em;
    color: #f2d999;
}

.home-products .product-card h3 {
    margin: 0 0 10px;
    color: #fff9ed;
    font-size: 1.45rem;
    line-height: 1.28;
}

.home-products .product-card p {
    margin: 0;
    color: rgba(255, 249, 237, 0.78);
}

.home-products .text-link {
    margin: 16px 0 0;
    color: #f2d999;
}

.home-products .text-link:hover {
    color: #fff9ed;
}

.feature-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 28px 24px;
    box-shadow: 0 10px 30px rgba(46, 26, 16, 0.08);
    text-align: center;
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(202, 161, 90, 0.36);
    color: var(--color-gold-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background: rgba(202, 161, 90, 0.08);
}

.section-cta {
    text-align: center;
    margin-top: 36px;
}

/* Wholesale catalog */
.catalog-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 8%, rgba(202, 161, 90, 0.16), transparent 34%),
        linear-gradient(180deg, #fff4e6 0%, #f4ead7 100%);
}

.catalog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(121, 84, 42, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(121, 84, 42, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 86%);
}

.catalog-hero-grid,
.catalog-program-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(22px, 4vw, 34px);
    align-items: stretch;
}

.catalog-hero-visual {
    min-height: 420px;
    display: flex;
    padding: 12px;
    border-radius: var(--radius);
    border: 1px solid rgba(39, 82, 63, 0.16);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 22px 46px rgba(46, 26, 16, 0.12);
}

.catalog-hero-visual img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--radius);
    box-shadow: 0 14px 30px rgba(46, 26, 16, 0.12);
}

.catalog-hero-copy,
.catalog-program-copy {
    padding: clamp(26px, 4vw, 44px);
    border: 1px solid rgba(121, 84, 42, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(249, 240, 221, 0.7));
    box-shadow: 0 18px 38px rgba(75, 49, 24, 0.09);
}

.catalog-hero-copy .eyebrow,
.catalog-section-heading .eyebrow,
.catalog-program-copy .eyebrow {
    color: #9b6730;
}

.catalog-hero-copy h1 {
    max-width: 940px;
    font-size: clamp(2.2rem, 5vw, 4.1rem);
}

.catalog-hero-copy > p:not(.eyebrow) {
    max-width: 980px;
}

.catalog-hero-copy .button,
.catalog-program-copy .button {
    margin-top: 22px;
}

.catalog-featured {
    background:
        linear-gradient(180deg, #fffaf0 0%, #f4ead7 100%);
}

.catalog-section-heading {
    max-width: 920px;
}

.catalog-product-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.catalog-product-card {
    position: relative;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid rgba(121, 84, 42, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 240, 221, 0.74));
    box-shadow: 0 18px 38px rgba(75, 49, 24, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.catalog-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(75, 49, 24, 0.16);
}

.catalog-product-card figure {
    position: relative;
    height: 230px;
    margin: 0;
    overflow: hidden;
    background: #244332;
}

.catalog-product-card figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 22, 14, 0.02) 0%, rgba(18, 22, 14, 0.18) 100%);
    pointer-events: none;
}

.catalog-product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}

.catalog-product-grid .catalog-product-card:nth-child(7) img {
    object-position: 28% center;
}

.catalog-product-grid .catalog-product-card:nth-child(8) img {
    object-position: 52% center;
}

.catalog-product-grid .catalog-product-card:nth-child(9) img {
    object-position: 78% center;
}

.page-tea .category-product-grid .catalog-product-card:nth-child(1) img {
    object-position: 12% center;
}

.page-tea .category-product-grid .catalog-product-card:nth-child(2) img {
    object-position: 48% center;
}

.page-tea .category-product-grid .catalog-product-card:nth-child(3) img {
    object-position: 52% 82%;
}

.page-tea .category-product-grid .catalog-product-card:nth-child(4) img {
    object-position: 34% center;
}

.page-tea .category-product-grid .catalog-product-card:nth-child(5) img {
    object-position: 78% center;
}

.page-tea .category-product-grid .catalog-product-card:nth-child(6) img {
    object-position: 76% center;
}

.catalog-product-card:hover img {
    transform: scale(1.06);
}

.catalog-product-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px;
}

.catalog-product-body span {
    margin-bottom: 9px;
    color: #9b6730;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.catalog-product-body h3 {
    margin-bottom: 8px;
    font-size: 1.32rem;
}

.catalog-product-body p {
    margin-bottom: 16px;
    font-size: 0.94rem;
    line-height: 1.62;
}

.catalog-product-body small {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(121, 84, 42, 0.14);
    color: #2f4737;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.48;
}

.catalog-programs {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #eef4e9 0%, #fffdf7 100%);
}

.catalog-programs::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(39, 82, 63, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(39, 82, 63, 0.035) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 82%);
}

.catalog-program-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.catalog-program-list article {
    padding: 20px;
    border: 1px solid rgba(39, 82, 63, 0.14);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 240, 226, 0.66));
    box-shadow: 0 14px 28px rgba(46, 26, 16, 0.07);
}

.catalog-program-list strong {
    display: block;
    margin-bottom: 7px;
    color: #2f4737;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    line-height: 1.25;
}

.catalog-program-list p {
    margin: 0;
    font-size: 0.94rem;
}

.catalog-standards {
    background:
        linear-gradient(180deg, #2e1a10 0%, #24150e 100%);
}

.catalog-standards-panel {
    max-width: 940px;
}

/* Newsletter */
.newsletter-cta {
    background:
        radial-gradient(circle at 15% 0%, rgba(202, 161, 90, 0.12), transparent 42%),
        linear-gradient(180deg, #311d13 0%, #2a190f 100%);
    color: var(--color-cream);
    text-align: center;
    border-top: 1px solid rgba(247, 215, 154, 0.15);
    border-bottom: 1px solid rgba(247, 215, 154, 0.14);
    padding: 44px 0 30px;
}

.newsletter-cta h2,
.newsletter-cta p {
    color: var(--color-cream);
}

.newsletter-cta h2 {
    margin-bottom: 10px;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
}

.newsletter-cta p {
    max-width: 62ch;
    margin: 0 auto;
    color: rgba(246, 236, 217, 0.82);
}

.newsletter-form {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 18px;
}

.newsletter-form input[type="email"] {
    padding: 0.85em 1.2em;
    border-radius: 999px;
    border: 1px solid rgba(202, 161, 90, 0.45);
    background: rgba(246, 236, 217, 0.98);
    color: #2e1a10;
    min-width: 260px;
}

.newsletter-cta .newsletter-form .button {
    min-width: 130px;
    font-weight: 700;
}

.newsletter-cta + .site-footer {
    padding-top: 16px;
}

.form-message {
    margin-top: 12px;
    font-size: 0.9rem;
    min-height: 1.2em;
}

/* Contact page */
.contact-inquiry-section {
    background:
        linear-gradient(180deg, #fffaf0 0%, #f4ead7 100%);
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: clamp(22px, 4vw, 38px);
    align-items: start;
}

.contact-form-wrap,
.contact-details {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(249, 240, 221, 0.72));
    border: 1px solid rgba(151, 103, 45, 0.16);
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: 0 16px 34px rgba(75, 49, 24, 0.09);
}

.contact-details {
    position: sticky;
    top: 124px;
}

.contact-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}

.contact-field-full {
    grid-column: 1 / -1;
}

.form-row {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-row label {
    font-weight: 600;
    font-size: 0.9rem;
}

.form-row input,
.form-row textarea {
    width: 100%;
    padding: 0.7em 1em;
    border-radius: 8px;
    border: 1px solid #d8c6a8;
    font-family: inherit;
    font-size: 1rem;
}

.form-row textarea::placeholder {
    color: rgba(92, 70, 50, 0.58);
}

.option-group {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
}

.option-group legend {
    margin-bottom: 9px;
    color: var(--color-brown);
    font-size: 0.9rem;
    font-weight: 600;
}

.option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.option-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.option-group label {
    min-height: 44px;
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 10px;
    margin-bottom: 0;
    padding: 11px 12px;
    border: 1px solid rgba(151, 103, 45, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(249, 240, 221, 0.58));
    color: #3f3022;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.45;
}

.option-group input {
    margin: 3px 0 0;
    accent-color: #9b6730;
}

.contact-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-list li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(151, 103, 45, 0.16);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(249, 240, 221, 0.58));
}

.contact-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9b6730;
    background: rgba(155, 103, 48, 0.1);
    border: 1px solid rgba(155, 103, 48, 0.16);
}

.contact-list strong {
    display: block;
    color: var(--color-brown);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

/* Footer */
.site-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 12%, rgba(202, 161, 90, 0.12), transparent 35%),
        radial-gradient(circle at 88% 14%, rgba(39, 82, 63, 0.08), transparent 40%),
        linear-gradient(180deg, #fff4e6 0%, #f7ead5 58%, #eedbbf 100%);
    color: #2e1a10;
    padding-top: 30px;
}

.site-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(151, 103, 45, 0.24) 26%, rgba(151, 103, 45, 0.48) 50%, rgba(151, 103, 45, 0.24) 74%, transparent 100%);
}

.site-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(121, 84, 42, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(121, 84, 42, 0.035) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: 0.42;
}

.footer-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.9fr 1fr 1fr 1.5fr;
    gap: 32px;
    padding: 20px 0px;
    margin-bottom: 18px;
    /* border: 1px solid rgba(247, 215, 154, 0.2); */
    border-radius: 22px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%); */
    /* box-shadow: 0 22px 40px rgba(0, 0, 0, 0.34); */
}

.footer-col {
    min-width: 0;
}

.footer-col:nth-child(2),
.footer-col:nth-child(3) {
    border-left: 1px solid rgba(121, 84, 42, 0.16);
    padding-left: 22px;
}

.footer-col h3 {
    color: #9b6730;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin-bottom: 18px;
}

.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-col p {
    color: #5a3f2a;
    font-size: 1.03rem;
    line-height: 1.65;
    margin: 0 0 12px;
}

.footer-col a {
    color: #342014;
    font-size: 1.02rem;
}

.footer-col a:hover {
    color: #9b6730;
}

.trust-badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
    padding: 0;
    list-style: none;
}

.trust-badges li {
    font-size: 0.74rem;
    border: 1px solid rgba(151, 103, 45, 0.24);
    border-radius: 999px;
    padding: 7px 9px;
    text-align: center;
    background: rgba(255, 255, 255, 0.46);
    color: #2f4737;
}

.footer-brand .brand {
    margin-bottom: 18px;
    width: 148px;
    height: 104px;
    padding: 8px;
    overflow: hidden;
    border: 1px solid rgba(121, 84, 42, 0.14);
    border-radius: var(--radius);
    background: #fff4e6;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 12px 24px rgba(75, 49, 24, 0.1);
}

.footer-brand .brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-brand p {
    max-width: 36ch;
}

.footer-brand p:first-of-type {
    font-size: 1.08rem;
    color: #2e1a10;
    margin-bottom: 6px;
}

.footer-note {
    margin-top: 6px;
    font-size: 0.92rem;
    color: #6c543d;
}

.social-links {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 11px;
    margin: 16px 0 0;
    padding: 0;
}

.footer-brand .trust-badges,
.footer-brand .social-links {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.footer-brand .trust-badges li,
.footer-brand .social-links li {
    margin: 0;
}

.social-links a {
    margin-top: 10px;
    width: 30px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgba(151, 103, 45, 0.24);
    color: #9b6730;
    background: rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.44);
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.social-links a:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 16px rgba(75, 49, 24, 0.12);
}

.footer-col li a {
    display: inline-block;
    padding: 1px 6px;
}

.footer-newsletter .newsletter-form {
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.footer-newsletter {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(249, 240, 221, 0.68) 100%);
    border: 1px solid rgba(151, 103, 45, 0.22);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 16px 32px rgba(75, 49, 24, 0.12);
    backdrop-filter: blur(6px);
    align-self: stretch;
}

.footer-newsletter h3 {
    font-size: 1.04rem;
    margin-bottom: 12px;
}

.footer-newsletter p {
    color: #5a3f2a;
    font-size: 1rem;
}

.footer-newsletter input[type="email"] {
    min-width: 0;
    min-height: 48px;
    border: 1px solid rgba(151, 103, 45, 0.26);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.82);
    color: #2e1a10;
    padding: 0 14px;
}

.footer-newsletter input[type="email"]::placeholder {
    color: rgba(46, 26, 16, 0.48);
}

.footer-newsletter input[type="email"]:focus {
    border-color: rgba(151, 103, 45, 0.58);
    box-shadow: 0 0 0 3px rgba(151, 103, 45, 0.14);
    outline: none;
}

.footer-newsletter .button {
    min-height: 46px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.footer-contact {
    margin-top: 18px;
    display: grid;
    gap: 9px;
    line-height: 1.55;
    font-size: 0.96rem;
}

.footer-contact-title {
    display: block;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9b6730;
    margin-bottom: 4px;
}

.footer-contact a,
.footer-address {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 9px;
    color: #5a3f2a;
    font-size: 0.94rem;
    font-weight: 500;
}

.footer-contact svg,
.footer-address svg {
    margin-top: 3px;
    color: #9b6730;
    flex: 0 0 auto;
}

.footer-address span {
    display: block;
}

@media (max-width: 1180px) {
    .premium-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .business-fit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .business-fit-grid article:nth-child(2n) {
        border-right: 0;
    }

    .business-fit-grid article:nth-child(n + 3) {
        border-top: 1px solid rgba(39, 82, 63, 0.14);
    }

    .home-products .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

.footer-bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(121, 84, 42, 0.18);
    padding: 10px 0 22px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: #6c543d;
}

.footer-bottom p {
    margin: 0;
    color: #6c543d;
}

.footer-legal-links {
    display: inline-flex;
    gap: 11px;
    align-items: center;
    font-size: 0.88rem;
}

.footer-legal-links span {
    color: rgba(46, 26, 16, 0.42);
}

.footer-legal-links a {
    color: #342014;
}

.footer-legal-links a:hover {
    color: #9b6730;
}

/* WhatsApp float */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #25d366;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    z-index: 200;
}

/* Responsive */
@media (max-width: 980px) {
    .site-header {
        height: auto;
    }

    .header-inner {
        gap: 12px;
        min-height: 66px;
    }

    .brand-logo {
        width: 104px;
        height: 86px;
    }

    .brand {
        width: 104px;
        height: 62px;
    }

    .nav-toggle {
        display: flex;
    }

    .site-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        max-height: calc(100svh - 78px);
        overflow-y: auto;
        overscroll-behavior: contain;
        background: #fff4e6;
        flex-direction: column;
        align-items: stretch;
        padding: 18px 24px 24px;
        display: none;
        gap: 16px;
        border-top: 1px solid rgba(121, 84, 42, 0.16);
        box-shadow: 0 18px 34px rgba(46, 26, 16, 0.12);
    }

    .page-home .site-nav {
        background: #fff4e6;
        border-top: 1px solid rgba(121, 84, 42, 0.16);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav > ul {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .site-nav a {
        width: 100%;
        justify-content: space-between;
        font-size: 0.86rem;
        white-space: normal;
    }

    .nav-cta.button {
        display: block;
        text-align: center;
        padding: 0.68em 1em;
        font-size: 0.76rem;
    }

    .language-switcher {
        width: 100%;
        justify-content: space-between;
        min-height: 38px;
        padding: 10px 12px;
    }

    .language-switcher label {
        display: block;
    }

    .language-switcher select {
        min-width: 150px;
        font-size: 0.78rem;
    }

    .dropdown {
        position: static;
        display: none;
        min-width: 0;
        margin-top: 8px;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.44);
    }

    .has-dropdown:hover .dropdown,
    .has-dropdown:focus-within .dropdown {
        display: none;
    }

    .has-dropdown.is-open .dropdown {
        display: block;
    }
}

@media (max-width: 900px) {
    .hero-content,
    .split-grid,
    .ingredient-showcase-grid,
    .about-hero-grid,
    .about-trade-summary,
    .trade-hero-grid,
    .trade-importers-grid {
        grid-template-columns: 1fr;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-details {
        position: static;
    }

    .natural-hero {
        min-height: clamp(430px, 58svh, 500px);
    }

    .natural-hero.hero-slider,
    .natural-hero .feature-slide {
        min-height: clamp(410px, 56svh, 480px);
        height: auto;
    }

    .natural-hero-overlay {
        background:
            linear-gradient(90deg, rgba(13, 22, 16, 0.88) 0%, rgba(25, 40, 26, 0.66) 58%, rgba(45, 29, 14, 0.24) 100%),
            linear-gradient(180deg, rgba(9, 9, 7, 0.2) 0%, rgba(9, 9, 7, 0.42) 100%);
    }

    .natural-hero-content {
        padding-top: 82px;
        padding-bottom: 52px;
    }

    .hero-message {
        width: min(78vw, 620px);
    }

    .hero-slider .hero-message {
        width: min(82vw, 620px);
        max-width: 620px;
    }

    .premium-category-rail {
        margin-top: -30px;
    }

    .premium-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .premium-category-card {
        min-height: 162px;
    }

    .business-fit-grid {
        grid-template-columns: 1fr;
        border-left: 0;
        border-top: 1px solid rgba(39, 82, 63, 0.14);
    }

    .business-fit-grid article {
        border-right: 0;
        border-bottom: 1px solid rgba(39, 82, 63, 0.14);
    }

    .business-fit-grid article:nth-child(n + 3) {
        border-top: 0;
    }

    .ingredient-visual {
        min-height: 440px;
    }

    .ingredient-visual img {
        height: 440px;
    }

    .feature-slide,
    .feature-slide img {
        height: 420px;
        min-height: 420px;
    }

    .hero-slider,
    .hero-slider .hero-slides,
    .hero-slider .hero-slide {
        height: auto;
        min-height: clamp(520px, 70svh, 680px);
    }

    .hero-slider .natural-hero-image {
        height: 100%;
        min-height: 100%;
    }

    .hero-slider .natural-hero-content {
        min-height: clamp(520px, 70svh, 680px);
    }

    .hero-slider .hero-slide.is-active {
        display: flex;
    }

    .feature-slide-copy {
        left: 24px;
        right: 24px;
        width: auto;
        max-width: 620px;
    }

    .feature-slide-copy h3 {
        font-size: 1.75rem;
    }

    .journey-visuals {
        min-height: 420px;
    }

    .journey-main-image {
        height: 420px;
    }

    .story-visual img {
        height: 420px;
    }

    .why-visual img {
        height: 420px;
    }

    .about-hero-visual img,
    .about-trust-visual img,
    .trade-hero-visual img,
    .trade-importers-visual img {
        height: 420px;
    }

    .trade-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-product-grid,
    .catalog-program-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-inner {
        grid-template-columns: repeat(2, 1fr);
        padding: 32px 24px;
    }

    .footer-col:nth-child(2),
    .footer-col:nth-child(3) {
        border-left: 0;
        padding-left: 0;
    }

    .footer-bottom {
        text-align: center;
        justify-content: center;
    }

    .testimonial-slider {
        --testimonial-visible: 2;
    }

    .testimonial-nav.prev {
        left: -10px;
    }

    .testimonial-nav.next {
        right: -10px;
    }

    .collections-panel {
        padding: 26px;
    }

    .collections-tags {
        justify-content: flex-start;
    }

    .home-products .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 20px;
    }

    .home-products .product-card {
        min-height: 360px;
    }

    .metric-card {
        min-height: 180px;
    }

    .pillars-header {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pillars-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .premium-pillars .card-grid {
        grid-template-columns: 1fr;
    }

    .premium-pillars .feature-card {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    p {
        font-size: 0.98rem;
    }

    .nav-toggle {
        display: flex;
    }

    .site-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        max-height: calc(100svh - 74px);
        overflow-y: auto;
        background: #fff4e6;
        flex-direction: column;
        align-items: stretch;
        padding: 18px 16px 24px;
        display: none;
        gap: 16px;
        border-top: 1px solid rgba(121, 84, 42, 0.16);
        box-shadow: 0 18px 34px rgba(46, 26, 16, 0.12);
    }

    .page-home .site-nav {
        background: #fff4e6;
        border-top: 1px solid rgba(121, 84, 42, 0.16);
    }

    .site-nav.is-open {
        display: flex;
    }

    .language-switcher {
        width: 100%;
        justify-content: space-between;
        padding: 10px 12px;
    }

    .language-switcher label {
        display: block;
    }

    .language-switcher select {
        min-width: 150px;
    }

    .site-nav > ul {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .site-nav a {
        white-space: normal;
    }

    .hero-offerings {
        margin-top: 0.9rem;
        font-size: 0.96rem;
    }

    .natural-hero {
        min-height: 460px;
    }

    .natural-hero.hero-slider,
    .natural-hero .feature-slide {
        min-height: 0;
    }

    .hero-slider,
    .hero-slider .hero-slides,
    .hero-slider .hero-slide {
        height: auto;
        min-height: clamp(520px, 78svh, 620px);
    }

    .hero-slider .natural-hero-image {
        height: 100%;
        min-height: 100%;
    }

    .natural-hero.hero-slider {
        min-height: clamp(520px, 78svh, 620px);
    }

    .natural-hero.hero-slider.is-brand-active,
    .hero-slider.is-brand-active .hero-slides,
    .hero-slider.is-brand-active .hero-slide--brand {
        height: auto;
        min-height: clamp(230px, 50vw, 330px);
    }

    .hero-slider.is-brand-active .hero-slide--brand .natural-hero-image {
        height: 100%;
        min-height: 0;
        padding: 10px 0;
    }

    .hero-slider .hero-slide--brand > img.natural-hero-image {
        object-fit: contain !important;
        object-position: center center !important;
        background: #f4e2c8;
    }

    .hero-slide--brand .natural-hero-overlay {
        background:
            linear-gradient(180deg, rgba(46, 26, 16, 0) 0%, rgba(46, 26, 16, 0.03) 58%, rgba(46, 26, 16, 0.08) 100%);
    }

    .natural-hero h1 {
        font-size: clamp(1.7rem, 8.4vw, 2.35rem);
    }

    .natural-hero h2 {
        font-size: clamp(1.5rem, 7.2vw, 2.05rem);
    }

    .natural-hero-content {
        padding-top: 78px;
        padding-bottom: 42px;
    }

    .hero-message {
        width: 100%;
        max-width: 560px;
    }

    .hero-slider .hero-message {
        width: 100%;
        max-width: none;
        padding: 18px;
    }

    .hero-channel-line {
        gap: 7px;
    }

    .hero-channel-line span {
        min-height: 30px;
        padding: 6px 9px;
        font-size: 0.62rem;
    }

    .natural-hero .hero-actions {
        gap: 10px;
    }

    .hero-slider .slider-dots {
        bottom: 12px;
    }

    .natural-hero .button {
        width: 100%;
        text-align: center;
    }

    .premium-category-rail {
        margin-top: -22px;
        padding-bottom: 24px;
    }

    .premium-category-grid {
        grid-template-columns: 1fr;
    }

    .premium-category-card {
        min-height: 142px;
        padding: 18px;
    }

    .metrics-heading {
        max-width: none;
    }

    .metrics-grid {
        margin-top: 26px;
    }

    .metric-card {
        min-height: 0;
        padding: 22px 18px;
    }

    .metric-card span {
        margin-bottom: 10px;
    }

    .metrics-assurance {
        gap: 8px;
    }

    .metrics-assurance span {
        font-size: 0.68rem;
        padding: 6px 10px;
    }

    .ingredient-list {
        grid-template-columns: 1fr;
    }

    .ingredient-visual {
        padding: 10px;
        min-height: 0;
    }

    .ingredient-visual::before {
        display: none;
    }

    .ingredient-visual img {
        height: 360px;
    }

    .ingredient-visual-card {
        position: static;
        max-width: none;
        margin-top: 10px;
        background: #244332;
    }

    .hero-dealing-tags span {
        font-size: 0.68rem;
        padding: 6px 10px;
    }

    .dropdown {
        position: static;
        display: none;
        box-shadow: none;
        background: rgba(246, 236, 217, 0.06);
    }

    .has-dropdown.is-open .dropdown {
        display: block;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        padding: 24px 18px;
    }

    .trust-badges {
        gap: 7px;
    }

    .footer-brand p:first-of-type {
        font-size: 1.02rem;
    }

    .footer-newsletter {
        padding: 18px;
    }

    .feature-slide,
    .feature-slide img {
        height: 480px;
        min-height: 480px;
    }

    .feature-slide-overlay {
        background: linear-gradient(180deg, rgba(20, 10, 5, 0.3) 0%, rgba(20, 10, 5, 0.78) 50%, rgba(20, 10, 5, 0.9) 100%);
    }

    .feature-slide-copy {
        top: auto;
        bottom: 62px;
        transform: none;
        left: 18px;
        right: 18px;
        max-width: none;
        padding-right: 0;
    }

    .feature-slide-copy h3 {
        font-size: 1.35rem;
        line-height: 1.18;
    }

    .testimonial-slider {
        --testimonial-visible: 1;
    }

    .testimonial-nav {
        width: 36px;
        height: 36px;
    }

    .testimonial-nav.prev {
        left: -6px;
    }

    .testimonial-nav.next {
        right: -6px;
    }

    .testimonial-card {
        padding: 22px;
    }

    .home-products .product-grid {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .collections-panel {
        padding: 22px 18px;
    }

    .home-products .product-card {
        min-height: 330px;
    }

    .home-products .product-card h3 {
        font-size: 1.26rem;
    }

    .collections-intro {
        margin-top: 22px;
    }

    .collections-promise {
        font-size: 0.96rem;
    }

    .collections-tags {
        gap: 8px;
    }

    .collections-tags li {
        font-size: 0.74rem;
        padding: 6px 10px;
    }

    .pillars-lead {
        font-size: 0.96rem;
    }

    .pillars-header {
        padding: 22px 18px;
    }

    .pillars-points span {
        min-height: 42px;
        font-size: 0.7rem;
        padding: 6px 10px;
    }

    .pillars-points {
        grid-template-columns: 1fr;
    }

    .premium-pillars .feature-card {
        padding: 22px 20px;
    }

    .premium-pillars .feature-card h3 {
        font-size: 1.18rem;
    }

    .slider-control {
        display: none;
    }

    .journey-main-image {
        height: 340px;
    }

    .journey-visuals {
        min-height: 0;
        padding: 10px;
    }

    .journey-image-note {
        position: static;
        max-width: none;
        margin-top: 12px;
        background: #244332;
    }

    .story-visual {
        padding: 10px;
    }

    .story-visual img {
        height: 340px;
    }

    .story-visual-note {
        position: static;
        max-width: none;
        margin-top: 12px;
        background: #2e1a10;
    }

    .why-amberia-copy {
        padding: 22px 18px;
    }

    .why-visual {
        padding: 10px;
    }

    .why-visual img {
        height: 340px;
    }

    .about-hero-copy,
    .about-trust-copy,
    .about-trade-summary {
        padding: 22px 18px;
    }

    .trade-hero-copy,
    .trade-importers-copy,
    .trade-cta-panel {
        padding: 22px 18px;
    }

    .contact-form-wrap,
    .contact-details {
        padding: 22px 18px;
    }

    .contact-field-grid,
    .option-grid,
    .option-grid-compact {
        grid-template-columns: 1fr;
    }

    .trade-hero-copy,
    .trade-importers-copy,
    .trade-hero-visual,
    .trade-importers-visual {
        min-height: 0;
    }

    .trade-service-grid {
        grid-template-columns: 1fr;
    }

    .trade-benefit-list {
        grid-template-columns: 1fr;
    }

    .trade-service-card {
        min-height: 0;
    }

    .catalog-hero-copy,
    .catalog-program-copy {
        padding: 22px 18px;
    }

    .catalog-hero-visual {
        min-height: 0;
        padding: 10px;
    }

    .catalog-hero-visual img {
        height: 340px;
    }

    .catalog-product-grid,
    .catalog-program-list {
        grid-template-columns: 1fr;
    }

    .catalog-product-card {
        min-height: 0;
    }

    .catalog-product-card figure {
        height: 220px;
    }

    .newsletter-form,
    .newsletter-form input[type="email"],
    .newsletter-form .button {
        width: 100%;
    }

    .newsletter-form input[type="email"] {
        min-width: 0;
    }

    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 50px;
        height: 50px;
    }

    .about-hero-visual,
    .about-trust-visual,
    .trade-hero-visual,
    .trade-importers-visual {
        padding: 10px;
    }

    .about-hero-visual img,
    .about-trust-visual img,
    .trade-hero-visual img,
    .trade-importers-visual img {
        height: 340px;
        min-height: 0;
    }

    .journey-list::before {
        left: 20px;
    }

    .journey-item {
        grid-template-columns: 40px 1fr;
        padding: 12px;
    }

    .journey-item span {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 420px) {
    h1 {
        font-size: 1.85rem;
    }

    h2 {
        font-size: 1.48rem;
    }

    .header-inner {
        min-height: 62px;
    }

    .brand {
        width: 92px;
        height: 56px;
    }

    .brand-logo {
        width: 92px;
        height: 72px;
    }

    .hero-slider,
    .hero-slider .hero-slides,
    .hero-slider .hero-slide,
    .natural-hero.hero-slider {
        min-height: 540px;
    }

    .hero-slider .hero-message {
        padding: 16px;
    }

    .hero-channel-line span,
    .metrics-assurance span,
    .collections-tags li {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .product-card-body,
    .catalog-product-body {
        padding: 18px;
    }

    .contact-list li {
        grid-template-columns: 1fr;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
    }

    .footer-legal-links {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
}
