/* Anatolia Organic — Concept 10
   Agron-inspired palette and pill CTAs.
   Producer homepage: full-page hero, about, processing lines, numbers, sustainability, news.
   Original layout and copy. No shop, cart or supplier catalogue. */
:root {
    --green: #5b8c51;
    --green-deep: #0a2803;
    --yellow: #eddd5e;
    --orange: #e8891c;
    --text: #5c6672;
    --ink: #0a2803;
    --line: #cad2d2;
    --mint: #edf2ec;
    --cream: #fff9e8;
    --white: #ffffff;
    --font: "Nunito", sans-serif;
    --wrap: min(92vw, 1200px);
    --radius: 22px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --header-h: 82px;
    --topbar-h: 38px;
    --z-header: 40;
    --z-nav: 50;
    --z-skip: 80;
    --z-modal: 100;
    --muted: var(--text);
    --charcoal: var(--ink);
    --forest: var(--green);
    --leaf: var(--green);
    --ivory: var(--cream);
    --stone: var(--line);
    --display: var(--font);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--topbar-h) + var(--header-h)); }
body {
    margin: 0;
    font-family: var(--font);
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 500;
    color: var(--text);
    background: var(--white);
    overflow-x: clip;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
h1, h2, h3 { font-weight: 800; color: var(--ink); line-height: 1.15; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

.skip-link {
    position: absolute;
    left: 1rem;
    top: -4rem;
    z-index: var(--z-skip);
    padding: 0.7rem 1rem;
    background: var(--green);
    color: #fff;
}
.skip-link:focus { top: 1rem; }
.wrap { width: var(--wrap); margin-inline: auto; }
.site-header .wrap { width: 94vw; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.7rem;
    color: var(--green);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.eyebrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--yellow);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 56px;
    padding: 0 1.6rem;
    border-radius: 82px;
    font-size: 0.95rem;
    font-weight: 800;
    transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.btn--primary { background: var(--green); color: #fff; }
.btn--primary:hover { background: var(--yellow); color: var(--ink); }
.btn--yellow { background: var(--yellow); color: var(--ink); }
.btn--yellow:hover { background: var(--green); color: #fff; }
.btn--contact { background: var(--orange); color: #fff; }
.btn--contact:hover { background: var(--green); color: #fff; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--yellow); }
.text-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin-top: 1rem;
    color: var(--green);
    font-weight: 800;
}
.text-link:hover { color: var(--ink); }

.btn--sm {
    min-height: 38px;
    padding: 0 1.15rem;
    font-size: 0.82rem;
}
.btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
}
.btn--ghost:hover { background: #fff; color: var(--ink); }

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--z-header);
    background: transparent;
    transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.topbar {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: var(--topbar-h);
}
.topbar__contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem 1.4rem;
}
.topbar__contact a,
.topbar .lang {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: var(--topbar-h);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}
.topbar .lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}
.topbar .lang-switch .lang {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
}
.topbar .lang-switch .lang.is-active,
.topbar .lang-switch .lang:hover {
    color: #fff;
}
.topbar__contact a:hover { color: var(--yellow); }
.topbar svg { width: 12px; height: 12px; fill: currentColor; flex-shrink: 0; }
.header-bar {
    background: transparent;
    transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.site-header.is-scrolled .topbar,
.page .topbar,
body.nav-open .topbar {
    background: var(--green);
    border-bottom-color: transparent;
}
.site-header.is-scrolled .header-bar,
.page .header-bar,
body.nav-open .header-bar {
    background: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: var(--header-h);
    gap: 1rem;
}
.logo {
    position: relative;
    display: grid;
    align-items: center;
    width: 148px;
}
.logo img {
    grid-area: 1 / 1;
    width: 148px;
    height: auto;
    object-fit: contain;
    transition: opacity 0.3s var(--ease);
}
.logo__white { opacity: 1; }
.logo__color { opacity: 0; }
.site-header.is-scrolled .logo__white,
.page .logo__white,
body.nav-open .logo__white { opacity: 0; }
.site-header.is-scrolled .logo__color,
.page .logo__color,
body.nav-open .logo__color { opacity: 1; }
.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    position: relative;
    z-index: calc(var(--z-nav) + 1);
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
    position: absolute;
    left: 11px;
    width: 22px;
    height: 2px;
    background: #fff;
    content: "";
    transition: background 0.3s var(--ease);
}
.nav-toggle span { top: 21px; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.site-header.is-scrolled .nav-toggle span,
.site-header.is-scrolled .nav-toggle span::before,
.site-header.is-scrolled .nav-toggle span::after,
.page .nav-toggle span,
.page .nav-toggle span::before,
.page .nav-toggle span::after,
body.nav-open .nav-toggle span,
body.nav-open .nav-toggle span::before,
body.nav-open .nav-toggle span::after {
    background: var(--ink);
}

.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.nav-list { display: flex; align-items: center; }
.nav-list > li > a,
.nav-sub__btn {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 0.55rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    transition: color 0.3s var(--ease);
}
.nav-list a[aria-current="page"],
.nav-list a:hover,
.nav-sub__btn:hover { color: var(--yellow); }
.site-header.is-scrolled .nav-list > li > a,
.site-header.is-scrolled .nav-sub__btn,
.page .nav-list > li > a,
.page .nav-sub__btn,
body.nav-open .nav-list > li > a,
body.nav-open .nav-sub__btn {
    color: #404a3d;
}
.site-header.is-scrolled .nav-list a[aria-current="page"],
.site-header.is-scrolled .nav-list a:hover,
.site-header.is-scrolled .nav-sub__btn:hover,
.page .nav-list a[aria-current="page"],
.page .nav-list a:hover,
.page .nav-sub__btn:hover {
    color: var(--green);
}

.has-mega { position: relative; }
.mega {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    padding: 1.1rem 1.2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 7px 29px rgba(100, 100, 111, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: 0.25s var(--ease);
}
.has-mega:hover .mega,
.has-mega:focus-within .mega,
.has-mega.is-open .mega {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.mega__label { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); margin-bottom: 0.45rem; }
.mega a { display: block; padding: 0.4rem 0; font-weight: 700; color: #404a3d; }
.mega a:hover { color: var(--green); }
.mega__all { border-top: 1px solid var(--line); margin-top: 0.4rem; padding-top: 0.7rem !important; color: var(--green) !important; }

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    align-items: center;
    text-align: left;
    color: #fff;
    overflow: hidden;
}
.hero__media,
.hero__shade { position: absolute; inset: 0; }
.hero__media { width: 100%; height: 100%; object-fit: cover; }
.hero__shade { background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.5)); }
.hero__copy {
    position: relative;
    z-index: 1;
    width: 94vw;
    margin-inline: auto;
    padding: calc(var(--topbar-h) + var(--header-h) + 2.2rem) 0 6rem;
}
.hero__kicker {
    font-weight: 700;
    margin-bottom: 0.9rem;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    letter-spacing: 0.02em;
}
.hero h1 {
    color: #fff;
    max-width: 18.5em;
    font-size: clamp(1.85rem, 5vw + 0.5rem, 5rem);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.02em;
    text-transform: none;
    margin-bottom: 1.1rem;
}
.hero__text {
    max-width: 38rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
}
.hero__text + .hero__text { margin-top: 0.75rem; }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 0.8rem; margin-top: 1.8rem; }

.about { padding: 5.5rem 0; background: var(--white); }
.about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}
.about h2 { font-size: clamp(2rem, 3.4vw, 3rem); margin-bottom: 1rem; }
.checks { margin: 1.3rem 0 0.4rem; }
.checks li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 0.55rem;
    font-weight: 700;
    color: var(--ink);
}
.checks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
}
.about__visual { position: relative; }
.about__visual img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
}
.about__visual aside {
    position: absolute;
    left: 1.2rem;
    bottom: 1.2rem;
    max-width: 16rem;
    padding: 1.3rem 1.2rem;
    background: var(--yellow);
    border-radius: 14px;
    color: var(--ink);
}
.about__visual aside p { font-size: 0.78rem; font-weight: 800; text-transform: uppercase; margin-bottom: 0.4rem; }
.about__visual aside strong { font-size: 1rem; }

.products { padding: 4.8rem 0; background: var(--mint); }
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1.4rem;
    margin-bottom: 1.8rem;
}
.section-head h2 { font-size: clamp(2rem, 3.2vw, 2.8rem); }
.section-head__lead { max-width: 36rem; margin-top: 0.7rem; }
.product-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}
.product-grid--six .product-card { grid-column: span 2; }
.product-card {
    position: relative;
    background: #111;
    border-radius: 22px;
    overflow: hidden;
    min-height: 18rem;
}
.product-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition: transform 0.6s var(--ease);
}
.product-card:hover img { transform: scale(1.07); }
.product-card:hover { transform: none; box-shadow: none; }
.product-card div {
    position: absolute;
    inset: auto 0 0;
    padding: 4.2rem 1.15rem 1.25rem;
    background: linear-gradient(180deg, transparent, rgba(10, 40, 3, 0.82));
}
.product-card small,
.product-card span { color: var(--yellow); }
.product-card h3 { color: #fff; font-size: 1.2rem; margin: 0.2rem 0 0.35rem; }
.product-card p { display: none; }

.numbers { padding: 4.8rem 0; background: var(--cream); }
.numbers h2 { font-size: clamp(2rem, 3.2vw, 2.9rem); margin-bottom: 0.8rem; }
.lede { max-width: 38rem; margin-bottom: 2rem; }
.numbers__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.numbers__grid li {
    background: #fff;
    border-radius: 20px;
    padding: 1.6rem 1.3rem;
}
.numbers__grid strong {
    display: block;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    font-weight: 900;
    color: var(--green);
    line-height: 1;
    margin-bottom: 0.5rem;
}
.numbers__grid span {
    display: block;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 0.4rem;
}

.origin {
    position: relative;
    padding: 5.5rem 0 9.5rem;
    background: #fff;
}
.origin__intro { text-align: center; }
.origin__intro h2 {
    font-size: clamp(2.6rem, 6.2vw, 4.8rem);
    line-height: 0.96;
    letter-spacing: -0.035em;
    color: var(--green-deep);
    margin: 0 auto;
}
.origin__intro p {
    max-width: 32rem;
    margin: 1rem auto 0;
    color: var(--text);
    font-size: 1.08rem;
}
.origin__stage {
    position: relative;
    width: min(94vw, 980px);
    margin: 3.2rem auto 0;
    padding-bottom: 5.5rem;
}
.origin__circles {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    isolation: isolate;
}
.origin__circles li {
    width: min(28vw, 290px);
    margin-inline: -2.6rem;
}
.origin__circles li:nth-child(2) {
    width: min(38vw, 400px);
    z-index: 2;
    transform: translateY(-2.2rem);
}
.origin__circles figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 22px 50px rgba(10, 40, 3, 0.18);
}
.origin__circles figure::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    background: linear-gradient(180deg, transparent, rgba(10, 40, 3, 0.72));
    pointer-events: none;
}
.origin__circles img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    transition: transform 0.7s var(--ease);
}
.origin__circles figure:hover img { transform: scale(1.08); }
.origin__circles figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14%;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: center;
}
.origin__card {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 5;
    width: min(92vw, 420px);
    transform: translate(-50%, 28%);
    margin: 0;
    padding: 1.55rem 1.6rem 1.65rem;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 18px 48px rgba(10, 40, 3, 0.12);
}
.origin__card p {
    color: var(--green);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}
.origin__card h3 {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    margin-bottom: 0.95rem;
    line-height: 1.25;
}
.origin__card .btn { min-height: 48px; padding: 0 1.4rem; }

.news {
    padding: 4.8rem 0 5rem;
    background: var(--white);
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
    align-items: stretch;
}
.news-grid article {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(10, 40, 3, 0.06);
    transition: box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
}
.news-grid article:hover {
    box-shadow: 0 16px 36px rgba(10, 40, 3, 0.1);
}
.news-grid article a {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.news-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    flex-shrink: 0;
}
.news-grid div {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 1.2rem 1.25rem 1.45rem;
    background: var(--mint);
    border-top: 1px solid var(--line);
}
.news__tag {
    color: var(--green);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}
.news-grid h3 { font-size: 1.2rem; margin-bottom: 0.4rem; }
.note { color: var(--text); margin-top: 1.2rem; font-size: 0.9rem; }

.partner {
    padding: 4.5rem 0;
    background: var(--green-deep);
    color: rgba(255, 255, 255, 0.86);
}
.partner .eyebrow { color: var(--yellow); }
.partner h2 {
    color: #fff;
    font-size: clamp(2rem, 3.6vw, 3.1rem);
    max-width: 100%;
    margin-bottom: 2.2rem;
}
.partner__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem 2.4rem;
}
.partner article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    background: none;
    border-radius: 0;
}
.partner h3 {
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    margin-bottom: 0.7rem;
}
.partner p {
    max-width: 100%;
    margin-bottom: 1.6rem;
}
.partner .btn {
    min-height: 64px;
    padding: 0 2rem;
    font-size: 1rem;
    width: min(100%, 22rem);
}

.page-hero {
    padding: calc(var(--topbar-h) + var(--header-h) + 2.4rem) 0 2.6rem;
    background: var(--mint);
}
.page-hero h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); margin-bottom: 0.8rem; }
.page-hero p { max-width: 40rem; }
.error-page {
    padding: calc(var(--topbar-h) + var(--header-h) + 2.4rem) 0 4.8rem;
}
.error-page .about-article h1 {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    color: var(--ink);
    margin: 0 0 0.8rem;
}
.error-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.6rem;
}
.process-intro {
    padding: 3.2rem 0 3.6rem;
    background: var(--white);
}
.process-intro__lead {
    max-width: 38rem;
    margin: 0 0 2rem;
    font-size: 1.12rem;
    line-height: 1.55;
    color: var(--ink);
}
.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 1.6rem;
    margin: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.steps li {
    padding: 1.45rem 0;
    font-weight: 800;
    color: var(--ink);
    background: none;
    border-radius: 0;
}
.steps span {
    display: block;
    color: var(--green);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.4rem;
}

.split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 520px;
}
.split--rev { grid-template-columns: 0.9fr 1.1fr; }
.split--rev figure { order: 2; }
.split figure { margin: 0; overflow: hidden; height: 100%; min-height: 420px; }
.split img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 420px;
    transition: transform 0.8s var(--ease);
}
#refined-oils .split figure {
    position: relative;
}
#refined-oils .split img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: 50% 40%;
    transform: translateX(-50%);
}
#refined-oils .split:hover img {
    transform: translateX(-50%) scale(1.03);
}
.split:hover img { transform: scale(1.03); }
.split > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4.5rem) clamp(1.4rem, 4vw, 3.2rem);
    background: var(--white);
}
.split h2 { font-size: clamp(2rem, 3vw, 2.8rem); margin-bottom: 0.7rem; }
.split p { margin-bottom: 1.1rem; max-width: 32rem; }

.line { padding: 0; }
.line .split { min-height: 560px; }
.line--alt { background: transparent; }
.line--alt .split > div { background: var(--mint); }
.line__list {
    margin: 0.55rem 0 0;
    display: grid;
    gap: 0;
}
.line__list--cols {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.6rem;
}
.line__list li {
    padding: 0;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
    color: var(--ink);
}
.line__list a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0.5rem 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: inherit;
}
.line__list a:hover { color: var(--green); }
.line--alt .line__list li { background: none; }

.crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
    font-size: 0.82rem;
    color: var(--text);
}
.crumbs a:hover { color: var(--green); }

.about-page { background: var(--white); }
.about-layout {
    display: grid;
    grid-template-columns: 18rem minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: start;
    padding: 3rem 0 4.8rem;
}
.about-layout:not(:has(.about-nav)) {
    grid-template-columns: minmax(0, 1fr);
}
.about-nav {
    position: sticky;
    top: calc(var(--topbar-h) + var(--header-h) + 1.25rem);
    background: var(--white);
    border: 1px solid var(--line);
}
.about-nav__label { display: none; }
.about-nav__toggle {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.8rem;
    align-items: center;
    width: 100%;
    min-height: 3.4rem;
    margin: 0;
    padding: 0.8rem 0.95rem;
    text-align: left;
    background: var(--mint);
    cursor: default;
    pointer-events: none;
}
.about-nav.is-open .about-nav__toggle { border-bottom: 1px solid var(--line); }
.about-nav__kicker {
    grid-column: 1;
    grid-row: 1;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--green);
}
.about-nav__current {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0.12rem;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--ink);
}
.about-nav__chevron { display: none; }
.about-nav ul {
    margin: 0;
    padding: 0.35rem 1rem 0.65rem;
    border-left: 0;
    max-height: calc(100svh - var(--topbar-h) - var(--header-h) - 7.5rem);
    overflow: auto;
    scrollbar-width: none;
    background: var(--white);
}
.about-nav ul::-webkit-scrollbar { display: none; }
.about-nav a {
    display: block;
    margin-left: 0;
    padding: 0.5rem 0.2rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text);
    border-left: 0;
    border-bottom: 1px solid var(--line);
}
.about-nav li:last-child a { border-bottom: 0; }
.about-nav a:hover { color: var(--ink); }
.about-nav a[aria-current="page"] {
    color: var(--ink);
    font-weight: 800;
}

.about-article { color: var(--text); font-size: 1.02rem; }
.about-article > *:first-child { margin-top: 0; }
.about-article h2,
.about-article h3 {
    max-width: 42rem;
    color: var(--ink);
    margin: 2.1rem 0 0.75rem;
}
.about-article h2 { font-size: clamp(1.55rem, 2.3vw, 2.05rem); }
.about-article h3 { font-size: clamp(1.25rem, 1.8vw, 1.55rem); }
.about-article p { max-width: 42rem; margin: 0 0 1rem; }
.about-article p:has(> img:only-child) {
    max-width: none;
    margin: 0 0 1.8rem;
}
.about-article p:has(> img:only-child) img {
    width: 100%;
    height: auto;
    aspect-ratio: 84 / 56;
    object-fit: cover;
    object-position: center;
}
.about-article ul,
.about-article ol {
    max-width: 42rem;
    margin: 0.35rem 0 1.2rem;
    padding-left: 1.2rem;
}
.about-article ul { list-style: disc; }
.about-article ol { list-style: decimal; }
.about-article li { margin-bottom: 0.45rem; color: var(--ink); }
.about-article a {
    color: var(--ink);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}
.about-article a:hover { color: var(--green); }
.about-article img { width: 100% !important; max-width: 100%; height: auto !important; display: block; }
.about-article table {
    width: 100%;
    margin: 1.8rem 0 0.4rem;
    border-collapse: collapse;
    background: var(--mint);
}
.about-article th,
.about-article td {
    padding: 1.15rem 1.1rem;
    text-align: left;
    vertical-align: top;
    border: 1px solid var(--line);
    font-weight: 500;
}
.about-article th {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--green);
    line-height: 1;
}

.sustain-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
    max-width: none;
    margin: 1.6rem 0 2.2rem;
}
.sustain-steps figure {
    margin: 0;
    background: var(--mint);
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
}
.sustain-steps img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}
.sustain-steps figcaption {
    padding: 0.95rem 1.05rem 1.15rem;
    color: var(--ink);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
}
.sustain-steps figcaption span {
    display: block;
    margin-bottom: 0.28rem;
    color: var(--green);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-article .grid-layout {
    display: grid;
    grid-template-columns: var(--cols, repeat(3, minmax(0, 1fr)));
    gap: 1.15rem;
    max-width: none;
    margin: 1.6rem 0 2.2rem;
}
.about-article .grid-layout-col {
    margin: 0;
    background: var(--mint);
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    min-width: 0;
}
.about-article .grid-layout-col img {
    width: 100% !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    height: auto !important;
    border-radius: 0;
}
.about-article .grid-layout-col p:has(> img) {
    max-width: none;
    padding: 0;
    margin: 0;
}
.about-article .grid-layout-col p:has(> img) img {
    width: 100% !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    height: auto !important;
    border-radius: 0;
}
.about-article .grid-layout-col p:not(:has(img)) {
    max-width: none;
    padding: 0.95rem 1.05rem 1.15rem;
    margin: 0;
    color: var(--ink);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
}
.about-article .grid-layout-col p strong {
    display: block;
    margin-bottom: 0.28rem;
    color: var(--green);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.news--page { padding: 2.4rem 0 5rem; }
.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 2.4rem;
}
.pagination ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.pagination[hidden] { display: none !important; }
.pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0 0.9rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-size: 0.86rem;
    font-weight: 800;
}
.pagination a:hover {
    border-color: var(--green);
    color: var(--green);
}
.pagination a[aria-current="page"] {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}
.pagination a[aria-disabled="true"] {
    opacity: 0.38;
    pointer-events: none;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.hp {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}
.catalog { padding: 2.4rem 0 5rem; background: var(--white); }
.catalog-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 1.8rem;
}
.catalog-tabs [role="tab"],
.catalog-tabs button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.4rem 1.15rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}
.catalog-tabs [role="tab"]:hover,
.catalog-tabs button:hover {
    border-color: var(--green);
    color: var(--green);
    background: #fff;
}
.catalog-tabs [role="tab"][aria-selected="true"],
.catalog-tabs button[aria-selected="true"] {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}
.catalog-tabs [role="tab"][aria-selected="true"]:hover,
.catalog-tabs button[aria-selected="true"]:hover { color: #fff; }
.catalog-tabs [role="tab"]:focus,
.catalog-tabs [role="tab"]:focus-visible {
    outline: none;
}
.news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(10, 40, 3, 0.06);
    transition: box-shadow 0.25s var(--ease);
}
.news-card:hover {
    color: inherit;
    box-shadow: 0 16px 36px rgba(10, 40, 3, 0.1);
}
.news-card span {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--green);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.news-card strong {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--ink);
    font-size: 1.2rem;
    line-height: 1.25;
}
.news-card p { color: var(--text); font-size: 0.95rem; margin: 0; }
.news-card > div { flex: 1 1 auto; }
.news-card[hidden] { display: none !important; }
.post-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 17rem;
    gap: clamp(2rem, 4vw, 3.4rem);
    align-items: start;
    padding: 3rem 0 4.8rem;
}
.post-aside {
    position: sticky;
    top: calc(var(--topbar-h) + var(--header-h) + 1.25rem);
}
.post-aside__label {
    margin-bottom: 0.85rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green);
}
.post-aside ul { border-top: 1px solid var(--line); }
.post-aside li a {
    display: grid;
    grid-template-columns: 4.4rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--line);
}
.post-aside img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
}
.post-aside small {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--green);
}
.post-aside strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.35;
    color: var(--ink);
}
.post-aside li a:not(:has(img)) { grid-template-columns: minmax(0, 1fr); }
.post-aside li a:hover strong { color: var(--green); }
.post-aside li a[aria-current="page"] strong { color: var(--green); }
.post-aside .text-link { display: inline-block; margin-top: 1rem; }
.contact-points { display: grid; gap: 1rem; }
.contact-map { margin-top: 1.4rem; }
.contact-note { margin-top: 1.4rem; }
.form-layout .footer-whatsapp { margin-top: 1rem; }
.consent {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.86rem;
}
.consent input { margin-top: 0.28rem; flex-shrink: 0; }
.consent a {
    color: var(--ink);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
.consent a:hover { color: var(--green); }
.footer__legal { display: flex; gap: 1rem; }
.footer__legal a { display: inline; }

.contact-modal {
    position: fixed;
    inset: 0;
    z-index: var(--z-modal);
    display: none;
    place-items: center;
    padding: 1rem;
}
.contact-modal.is-open { display: grid; }
.contact-modal[hidden] { display: none !important; }
.contact-modal__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(10, 40, 3, 0.45);
}
.contact-modal__panel {
    position: relative;
    z-index: 1;
    width: min(92vw, 34rem);
    max-height: 90svh;
    overflow: auto;
    padding: 1.4rem 1.3rem 1.35rem;
    background: #fff;
    border-radius: 18px;
}
.contact-modal__close {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    width: 2.4rem;
    height: 2.4rem;
}
.contact-modal__close svg { width: 1.2rem; height: 1.2rem; }
.contact-modal__intro {
    margin: 0 0 0.85rem;
    color: var(--text);
    font-size: 0.95rem;
    line-height: 1.55;
}
.contact-modal__quick { display: flex; flex-wrap: wrap; gap: 0.8rem 1.2rem; margin-bottom: 1rem; }
.contact-modal .partner-form { padding: 1.25rem 1.15rem 1.3rem; }
.contact-modal .textarea { min-height: 6rem; }
.contact-modal .field--consent { margin-bottom: 1.1rem; }
.contact-modal__actions { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
body.modal-open { overflow: hidden; }

.form-section { padding: 3.2rem 0 5.5rem; }
.form-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 2.8rem;
    align-items: start;
}
.form-layout h2 { font-size: clamp(1.6rem, 2.4vw, 2.1rem); margin-bottom: 0.8rem; }
.partner-form {
    background: var(--mint);
    border-radius: 22px;
    padding: 1.6rem 1.5rem 1.7rem;
}
.field { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.field label { font-size: 0.88rem; font-weight: 800; color: var(--ink); }
.input, .textarea, .select {
    width: 100%;
    min-height: 48px;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    font: inherit;
    color: var(--ink);
}
.textarea { min-height: 8rem; resize: vertical; }
.form-thanks {
    background: var(--cream);
    border-radius: 22px;
    padding: 2rem 1.6rem;
}
.form-thanks .btn { margin-top: 1.2rem; }

.footer { background: var(--mint); padding: 3.2rem 0 1.3rem; }
.footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 1.6rem;
    padding-bottom: 1.6rem;
}
.footer h2 { font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.7rem; }
.footer-company { margin-top: 0.85rem; font-size: 0.86rem; line-height: 1.55; max-width: 22rem; }
.footer-company a { display: inline; }
.footer li + li, .footer p + p { margin-top: 0.35rem; }
.footer a:not(.footer-whatsapp):hover { color: var(--green); }
.footer__note { margin-top: 0.8rem; font-size: 0.82rem; }
.footer-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.65rem;
    padding: 0.52rem 0.9rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-decoration: none;
}
.footer-whatsapp svg { width: 1.15rem; height: 1.15rem; flex-shrink: 0; }
.footer-whatsapp:hover,
.footer-whatsapp:focus-visible,
.footer a.footer-whatsapp:hover,
.footer a.footer-whatsapp:focus-visible {
    background: #075e54;
    color: #fff;
}
.footer__grid > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    background: #fff;
    color: var(--green);
    border: 1px solid var(--line);
}
.footer .footer-social a:hover,
.footer .footer-social a:focus-visible {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}
.footer-social svg {
    width: 1.05rem;
    height: 1.05rem;
    display: block;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    font-size: 0.88rem;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .product-grid,
    .product-grid--six { grid-template-columns: repeat(2, 1fr); }
    .product-grid--six .product-card { grid-column: auto; }
}
@media (max-width: 1024px) {
    .nav-toggle { display: inline-flex; }
    .site-nav {
        position: fixed;
        inset: 0 0 0 auto;
        width: min(88vw, 400px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 5rem 1.4rem 2rem;
        background: #fff;
        z-index: var(--z-nav);
        overflow: auto;
    }
    .nav-open .site-nav { display: flex; }
    .nav-list { flex-direction: column; align-items: stretch; }
    .mega {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        box-shadow: none;
        padding: 0 0 0.5rem 0.7rem;
    }
    .has-mega.is-open .mega { display: block; }
    .about__grid,
    .sustain__grid,
    .split,
    .split--rev,
    .steps,
    .numbers__grid,
    .news-grid,
    .form-layout,
    .field-row,
    .partner__grid,
    .footer__grid,
    .about-layout,
    .post-layout { grid-template-columns: 1fr; }
    .split--rev figure { order: 0; }
    .about-nav {
        position: static;
        margin-bottom: 1.35rem;
    }
    .about-nav__toggle {
        grid-template-columns: 1fr 2.4rem;
        cursor: pointer;
        pointer-events: auto;
    }
    .about-nav__chevron {
        display: block;
        grid-column: 2;
        grid-row: 1 / 3;
        justify-self: end;
        position: relative;
        width: 2.15rem;
        height: 2.15rem;
        border: 1px solid var(--line);
        background: var(--white);
    }
    .about-nav__chevron::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid var(--ink);
        transform: translate(-50%, -35%);
        transition: transform 0.25s var(--ease);
    }
    .about-nav.is-open .about-nav__chevron::before {
        transform: translate(-50%, -35%) rotate(180deg);
    }
    .about-nav.is-collapsible:not(.is-open) ul { display: none; }
    .about-nav ul {
        max-height: none;
        overflow: visible;
    }
    .about-layout { padding-top: 1.8rem; }
    .post-aside { position: static; }
    .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
    .product-grid,
    .product-grid--six { grid-template-columns: 1fr; }
    .product-grid--six .product-card { grid-column: auto; }
    .line__list--cols { grid-template-columns: 1fr; }
    .steps,
    .sustain-steps,
    .about-article .grid-layout { grid-template-columns: 1fr; }
    .hero__actions,
    .section-head,
    .footer__bottom { flex-direction: column; align-items: flex-start; }
    .about__visual aside { position: static; max-width: none; margin-top: 0.8rem; }
    .origin__circles { flex-wrap: wrap; gap: 0.8rem; }
    .origin__circles li,
    .origin__circles li:nth-child(2) {
        width: min(42vw, 220px);
        margin-inline: 0;
        transform: none;
    }
    .origin__card { position: static; transform: none; width: min(92vw, 420px); margin: 1.4rem auto 0; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

.whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 90;
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 8px 22px rgba(18, 140, 70, 0.35);
    flex-shrink: 0;
    text-decoration: none;
}
.whatsapp-float svg { width: 2.2rem; height: 2.2rem; display: block; }
.whatsapp-float:hover { background: #1ebe57; color: #fff; }
.footer-company { margin-top: 0.85rem; font-size: 0.86rem; line-height: 1.55; max-width: 22rem; }
.footer-company a { display: inline; }

/* Hero slider — images and YouTube */
.hero-track,
.hero-slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.hero-track { z-index: 0; }
.hero-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    background: #000;
}
.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}
.hero-slide[data-youtube] {
    background: #000;
}
.hero-slide img,
.hero-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}
.hero-slide .hero__media--poster {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero-slide iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.77vh;
    min-height: 100%;
    border: 0;
    transform: translate(-50%, -50%) scale(1.12);
    pointer-events: none;
}
@media (max-width: 767px) {
    .hero-slide iframe {
        width: 177.77vh;
        height: 100%;
        min-width: 100%;
        min-height: 56.25vw;
        transform: translate(-50%, -50%) scale(1.05);
    }
}
.hero__shade,
.hero__overlay,
.hero-shade { z-index: 1; }
.hero__copy,
.hero__content,
.hero-content { z-index: 2; }
.hero-ui {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5rem;
    z-index: 3;
    pointer-events: none;
}
.hero-controls {
    width: 94vw;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    pointer-events: auto;
}
.hero-arrow,
.hero-dots { pointer-events: auto; }
.hero-arrow {
    width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
}
.hero-arrow:hover { background: rgba(0, 0, 0, 0.5); }
.hero-dots {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}
.hero-dots button {
    width: 0.55rem;
    height: 0.55rem;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    cursor: pointer;
}
.hero-dots button.is-active { background: #fff; }