:root {
    --ink: #172019;
    --ink-2: #2f3a31;
    --muted: #69736a;
    --forest: #123820;
    --forest-2: #0d2918;
    --leaf: #2f833c;
    --lime: #d5e938;
    --cream: #f7f6ed;
    --white: #ffffff;
    --cold: #edf5f6;
    --steel: #d7e3e5;
    --line: #d8dfd4;
    --meat: #b64234;
    --amber: #d7a42e;
    --shadow: 0 18px 44px rgba(18, 56, 32, 0.14);
    --shadow-soft: 0 10px 26px rgba(23, 32, 25, 0.08);
}

* {
    box-sizing: border-box;
    letter-spacing: 0;
}

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

body {
    margin: 0;
    color: var(--ink);
    background:
        linear-gradient(180deg, #f8faf6 0%, #f3f5ef 42%, #eef5f4 100%);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.58;
    width: 100%;
    overflow-x: hidden;
}

html[dir="rtl"] body {
    font-family: Tahoma, "Segoe UI", Arial, sans-serif;
}

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

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

p,
h1,
h2,
h3 {
    margin: 0;
}

p {
    color: var(--muted);
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.shell {
    width: calc(100% - 34px);
    max-width: 1180px;
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.icon {
    width: 1.08em;
    height: 1.08em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    color: #eef7e9;
    background: var(--forest-2);
    box-shadow: 0 12px 30px rgba(13, 41, 24, 0.18);
    backdrop-filter: blur(14px);
}

.site-header::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: linear-gradient(90deg, var(--lime), var(--leaf), var(--meat), var(--amber));
}

.header-top {
    background: #081f12;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.header-top__inner {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-block: 6px;
}

.header-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 16px;
    min-width: 0;
}

.header-info a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: 100%;
    min-width: 0;
    color: #dce9d8;
    font-size: 0.84rem;
    font-weight: 780;
    line-height: 1.25;
}

.header-info a:hover {
    color: var(--lime);
}

.header-info .icon {
    color: var(--lime);
}

.header-info span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 14px;
    color: var(--white);
    direction: ltr;
    unicode-bidi: isolate;
    animation: brand-enter 720ms ease both;
    transition: transform 180ms ease, opacity 180ms ease;
}

.brand-logo:hover {
    transform: translateY(-2px);
    opacity: 0.96;
}

.brand-logo__mark {
    display: block;
    width: 82px;
    height: 70px;
    flex: 0 0 auto;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: center 28%;
    background-size: 305%;
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.34));
}

.brand-logo__wordmark {
    display: grid;
    gap: 5px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.brand-logo__wordmark strong {
    color: #34883d;
    font-size: clamp(1.6rem, 3vw, 2.85rem);
    font-weight: 950;
    text-shadow: 0 0 24px rgba(93, 180, 67, 0.18);
}

.brand-logo__wordmark span {
    color: #c5da1f;
    font-size: clamp(0.92rem, 1.45vw, 1.34rem);
    font-weight: 650;
    text-shadow: 0 0 18px rgba(197, 218, 31, 0.18);
}

.menu-bar {
    position: relative;
    overflow: visible;
    background:
        linear-gradient(110deg, #030603 0%, #071108 34%, #020502 64%, #08160a 100%);
    border-bottom: 1px solid rgba(213, 233, 56, 0.2);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.menu-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(213, 233, 56, 0.1), transparent);
    transform: translateX(-120%);
    animation: menu-sheen 7s ease-in-out infinite;
    pointer-events: none;
}

.menu-bar::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--lime), var(--leaf), transparent 72%);
    opacity: 0.85;
}

.menu-bar__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 92px;
    align-items: center;
    gap: clamp(16px, 3vw, 34px);
}

.site-nav {
    display: flex;
    justify-self: end;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    animation: nav-enter 780ms 120ms ease both;
}

html[dir="rtl"] .site-nav {
    justify-self: start;
    justify-content: flex-start;
}

.site-nav a,
.language-switch a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 9px 13px;
    border-radius: 999px;
    color: #dbe8d4;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-nav a::after {
    content: "";
    position: absolute;
    inset-inline: 14px;
    bottom: 5px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lime), var(--leaf));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 220ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.language-switch a:hover,
.language-switch a:focus-visible {
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
    outline: none;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
    transform: scaleX(1);
}

.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.language-switch a {
    min-width: 42px;
}

.language-switch .active {
    color: var(--forest-2);
    background: var(--lime);
}

.header-cta {
    min-width: 150px;
    min-height: 44px;
    padding: 11px 15px;
    box-shadow: none;
    white-space: nowrap;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
    border-color: rgba(213, 233, 56, 0.34);
    background: rgba(213, 233, 56, 0.12);
    outline: none;
}

.nav-toggle.is-open {
    color: var(--forest-2);
    background: var(--lime);
    transform: translateY(-50%) rotate(90deg);
}

@keyframes menu-sheen {
    0%,
    38% {
        transform: translateX(-120%);
    }

    58%,
    100% {
        transform: translateX(120%);
    }
}

@keyframes brand-enter {
    from {
        transform: translateY(-10px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes nav-enter {
    from {
        transform: translateY(-8px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes dropdown-enter {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero {
    position: relative;
    min-height: 76svh;
    overflow: hidden;
    isolation: isolate;
    background: var(--forest-2);
}

.hero::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--lime), var(--leaf), var(--meat), var(--amber));
    z-index: 1;
}

.hero__image,
.hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero__image {
    z-index: -2;
    object-fit: cover;
    object-position: center bottom;
    filter: saturate(1.05) contrast(1.02);
}

.hero__shade {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(9, 25, 15, 0.86) 0%, rgba(9, 25, 15, 0.68) 34%, rgba(9, 25, 15, 0.2) 72%),
        linear-gradient(0deg, rgba(8, 17, 11, 0.5) 0%, rgba(8, 17, 11, 0.08) 42%);
}

html[dir="rtl"] .hero__shade {
    background:
        linear-gradient(270deg, rgba(9, 25, 15, 0.88) 0%, rgba(9, 25, 15, 0.7) 34%, rgba(9, 25, 15, 0.2) 72%),
        linear-gradient(0deg, rgba(8, 17, 11, 0.5) 0%, rgba(8, 17, 11, 0.08) 42%);
}

.hero__inner {
    display: flex;
    min-height: 76svh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-block: 86px 136px;
    color: var(--white);
}

html[dir="rtl"] .hero__inner {
    align-items: flex-end;
    text-align: right;
}

.eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 13px;
    color: var(--meat);
    font-size: 0.78rem;
    font-weight: 950;
    line-height: 1.2;
    text-transform: uppercase;
}

html[dir="rtl"] .eyebrow {
    text-transform: none;
}

.hero__eyebrow {
    max-width: 100%;
    padding: 8px 10px;
    border: 1px solid rgba(213, 233, 56, 0.28);
    border-inline-start: 4px solid var(--lime);
    border-radius: 6px;
    color: #efff8c;
    background: rgba(13, 41, 24, 0.55);
}

.hero h1 {
    width: 100%;
    max-width: 760px;
    color: var(--white);
    direction: ltr;
    unicode-bidi: isolate;
    font-size: clamp(3rem, 6.2vw, 6.7rem);
    line-height: 0.9;
    font-weight: 950;
    text-transform: uppercase;
    overflow-wrap: break-word;
}

.hero__subtitle {
    width: 100%;
    max-width: 730px;
    margin-top: 18px;
    color: #f3f8ea;
    font-size: clamp(1.08rem, 1.8vw, 1.52rem);
    font-weight: 850;
}

.hero__text {
    width: 100%;
    max-width: 660px;
    margin-top: 16px;
    color: #dfeadd;
    font-size: 1.03rem;
}

.hero__actions,
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 100%;
    margin-top: 30px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    min-width: 158px;
    padding: 12px 17px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 900;
    line-height: 1.22;
    text-align: center;
    max-width: 100%;
    overflow-wrap: anywhere;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button--primary {
    color: var(--forest-2);
    background: var(--lime);
    box-shadow: 0 14px 28px rgba(213, 233, 56, 0.22);
}

.button--primary:hover {
    background: #e3f447;
}

.button--secondary {
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.28);
}

.button--secondary:hover {
    background: rgba(255, 255, 255, 0.16);
}

.hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 1px;
    width: 100%;
    max-width: 660px;
    margin-top: 36px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
}

.hero__stats span {
    display: grid;
    min-height: 76px;
    padding: 12px 14px;
    align-content: center;
    color: #dfeadd;
    background: rgba(7, 20, 12, 0.58);
}

.hero__stats strong {
    color: var(--white);
    font-size: 1.35rem;
    line-height: 1.1;
}

.feature-strip {
    position: relative;
    z-index: 4;
    margin-top: -66px;
    padding-bottom: 46px;
    background: var(--cream);
}

.feature-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.feature-card {
    position: relative;
    min-width: 0;
    min-height: 178px;
    padding: 28px 26px 26px;
    overflow: hidden;
    border-radius: 8px;
    color: var(--ink);
    background: var(--white);
    box-shadow: var(--shadow);
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--leaf), var(--lime), var(--amber));
}

.feature-card__number {
    position: absolute;
    inset-inline-end: 20px;
    top: 18px;
    color: rgba(18, 56, 32, 0.08);
    font-size: clamp(3rem, 7vw, 5.4rem);
    font-weight: 950;
    line-height: 0.78;
}

.feature-card h3 {
    position: relative;
    max-width: 300px;
    color: var(--forest);
    font-size: 1.16rem;
    line-height: 1.18;
    font-weight: 950;
}

.feature-card p {
    position: relative;
    margin-top: 10px;
    color: #667164;
    font-size: 0.95rem;
}

.section {
    padding-block: 86px;
}

.band {
    position: relative;
}

.band--paper {
    background: var(--cream);
}

.band--white {
    background: var(--white);
}

.band--cold {
    background:
        linear-gradient(180deg, #edf5f6, #f7faf9);
}

.band--green {
    color: var(--white);
    background:
        linear-gradient(135deg, var(--forest-2), #15452a 58%, #253420);
    border-block: 1px solid rgba(213, 233, 56, 0.18);
}

.band--green p,
.band--green .eyebrow {
    color: #e4efdc;
}

.about-layout,
.split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.08fr);
    gap: clamp(32px, 5vw, 70px);
    align-items: center;
}

.section-copy,
.section-head {
    position: relative;
}

.section-copy h2,
.section-head h2,
.why-layout h2,
.contact-band h2 {
    width: 100%;
    max-width: 820px;
    color: var(--forest);
    font-size: clamp(2rem, 3.4vw, 3.15rem);
    line-height: 1.04;
    font-weight: 950;
    overflow-wrap: break-word;
}

.band--green h2,
.contact-band h2 {
    color: var(--white);
}

.section-copy p,
.section-head p,
.why-layout p,
.contact-band p {
    max-width: 760px;
    margin-top: 16px;
    font-size: 1rem;
}

.section-copy p {
    color: #566153;
}

.about-image-stack {
    position: relative;
    min-height: 530px;
}

.about-photo {
    position: relative;
    min-height: 350px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #dbe5cd;
    box-shadow: var(--shadow);
}

.about-photo::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    z-index: 1;
    background: linear-gradient(90deg, var(--leaf), var(--lime), var(--amber));
}

.about-photo::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(0deg, rgba(10, 20, 12, 0.34), transparent);
    pointer-events: none;
}

.about-photo img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    object-position: center;
}

.about-photo--main {
    width: min(86%, 560px);
    min-height: 490px;
}

.about-photo--main img {
    min-height: 490px;
}

.about-photo--small {
    position: absolute;
    inset-inline-end: 0;
    bottom: -24px;
    width: min(48%, 330px);
    min-height: 250px;
    border: 8px solid var(--cream);
    box-shadow: 0 22px 44px rgba(18, 56, 32, 0.18);
}

.about-photo--small img {
    min-height: 250px;
    object-position: center;
}

.section-head {
    max-width: 900px;
    margin-bottom: 34px;
}

.section-head--compact {
    max-width: 780px;
}

.proof-grid,
.service-grid,
.commit-grid {
    display: grid;
    gap: 14px;
}

.proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: stretch;
    gap: 22px;
}

.commit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-card,
.service-panel,
.commit-card,
.meat-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow-soft);
}

.proof-card::before,
.service-panel::before,
.commit-card::before,
.meat-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--leaf), var(--lime), var(--amber));
}

.proof-card,
.commit-card {
    padding: 22px;
}

.proof-card h3,
.service-panel h3,
.commit-card h3,
.meat-card h3 {
    color: var(--forest);
    font-size: 1.08rem;
    line-height: 1.22;
    font-weight: 920;
}

.proof-card p,
.service-panel p,
.commit-card p,
.meat-card p {
    margin-top: 8px;
    color: #667164;
    font-size: 0.94rem;
}

.icon-box,
.meat-card__icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border: 1px solid rgba(47, 131, 60, 0.14);
    border-radius: 8px;
    color: var(--forest);
    background: #eef7df;
}

.icon-box--large {
    width: 54px;
    height: 54px;
}

.service-panel {
    display: flex;
    flex-direction: column;
    padding: 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfcf8 100%);
}

.service-panel__photo {
    position: relative;
    height: 172px;
    margin: 0;
    overflow: hidden;
    background: #edf3e5;
}

.service-panel__photo::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(0deg, rgba(12, 25, 14, 0.28), transparent);
    pointer-events: none;
}

.service-panel__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease, filter 260ms ease;
}

.service-panel:hover .service-panel__photo img {
    transform: scale(1.035);
    filter: saturate(1.04);
}

.service-panel__meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin: -27px 28px 0;
    position: relative;
    z-index: 2;
}

.service-panel__icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--white);
    border-radius: 8px;
    color: var(--forest-2);
    background: var(--lime);
    box-shadow: 0 13px 24px rgba(18, 56, 32, 0.18);
}

.service-panel__icon .icon {
    width: 1.42em;
    height: 1.42em;
}

.service-panel__number {
    color: rgba(18, 56, 32, 0.12);
    font-size: 3.2rem;
    font-weight: 950;
    line-height: 0.8;
}

.service-panel h3 {
    margin: 18px 30px 0;
}

.service-panel > p {
    margin-inline: 30px;
}

.service-panel:nth-child(1)::before {
    background: linear-gradient(90deg, var(--meat), #e7a29a, var(--amber));
}

.service-panel:nth-child(1) .icon-box {
    color: #8a2f25;
    background: #fae7e2;
    border-color: #f3cac2;
}

.service-panel:nth-child(2)::before {
    background: linear-gradient(90deg, var(--leaf), var(--lime), #9dbb44);
}

.service-panel:nth-child(3)::before {
    background: linear-gradient(90deg, var(--amber), var(--lime), var(--leaf));
}

.service-panel:nth-child(3) .icon-box {
    color: #6f5610;
    background: #fff6d6;
    border-color: #eadb92;
}

.service-panel ul {
    display: grid;
    gap: 10px;
    margin: 20px 30px 30px;
    padding-top: 18px;
    border-top: 1px solid #e6ebe1;
}

.service-panel li {
    position: relative;
    padding-inline-start: 28px;
    color: var(--ink-2);
}

.service-panel li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.72em;
    width: 10px;
    height: 10px;
    border: 2px solid var(--leaf);
    border-radius: 50%;
    background: var(--white);
}

.meat-card::before {
    background: linear-gradient(90deg, var(--meat), #d57f58, var(--amber));
}

.products-section--produce {
    background:
        linear-gradient(180deg, #f7f6ed 0%, #f2f8ef 100%);
}

.products-section--produce .eyebrow {
    color: var(--leaf);
}

.produce-card::before {
    background: linear-gradient(90deg, var(--leaf), var(--lime), var(--amber));
}

.produce-card .meat-card__photo {
    background: #eef4e7;
}

.meat-slider {
    position: relative;
    overflow: hidden;
    padding-block: 4px;
}

.meat-slider::before,
.meat-slider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(82px, 18vw);
    z-index: 2;
    pointer-events: none;
}

.meat-slider::before {
    inset-inline-start: 0;
    background: linear-gradient(90deg, #edf5f6, rgba(237, 245, 246, 0));
}

.meat-slider::after {
    inset-inline-end: 0;
    background: linear-gradient(270deg, #edf5f6, rgba(237, 245, 246, 0));
}

.products-section--produce .meat-slider::before {
    background: linear-gradient(90deg, #f7f6ed, rgba(247, 246, 237, 0));
}

.products-section--produce .meat-slider::after {
    background: linear-gradient(270deg, #f2f8ef, rgba(242, 248, 239, 0));
}

.meat-track {
    display: flex;
    width: max-content;
    animation: meat-scroll 78s linear infinite;
    will-change: transform;
}

.produce-track {
    animation-duration: 64s;
}

.meat-track:hover {
    animation-play-state: paused;
}

.meat-track__set {
    display: flex;
    gap: 16px;
    padding-inline-end: 16px;
}

.meat-card {
    display: grid;
    flex: 0 0 clamp(238px, 23vw, 310px);
    grid-template-rows: 190px auto;
    min-height: 264px;
    padding: 0;
    background: #fffefd;
}

.meat-card__photo {
    position: relative;
    height: 190px;
    margin: 0;
    overflow: hidden;
    background: #f4f0e7;
}

.meat-card__photo::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 44px;
    background: linear-gradient(0deg, rgba(23, 32, 25, 0.18), transparent);
    pointer-events: none;
}

.meat-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.meat-card:hover .meat-card__photo img {
    transform: scale(1.035);
}

.meat-card__body {
    display: grid;
    align-content: start;
    padding: 16px 18px 18px;
}

.meat-card h3 {
    font-size: 1.08rem;
}

.meat-card p {
    color: #747d70;
    margin-top: 0;
}

.products-empty {
    max-width: 720px;
    color: var(--muted);
    font-weight: 800;
}

@keyframes meat-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes meat-scroll-rtl {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

html[dir="rtl"] .meat-track {
    animation-name: meat-scroll-rtl;
}

.stats-band {
    position: relative;
    padding-block: 54px;
    color: var(--white);
    background:
        linear-gradient(135deg, var(--forest-2), #15452a 58%, #253420);
}

.stats-band::before,
.stats-band::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(213, 233, 56, 0.52), transparent);
}

.stats-band::before {
    top: 0;
}

.stats-band::after {
    bottom: 0;
}

.stats-band__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.stats-band article {
    display: grid;
    min-height: 132px;
    align-content: center;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.stats-band strong {
    color: var(--lime);
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    font-weight: 950;
    line-height: 0.95;
}

.stats-band span {
    margin-top: 8px;
    color: #edf7e5;
    font-size: 1.02rem;
    font-weight: 850;
}

@media (prefers-reduced-motion: reduce) {
    .menu-bar::before,
    .brand-logo,
    .site-nav,
    .site-nav.is-open,
    .meat-track {
        animation: none;
    }
}

.why-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
}

.why-layout p {
    color: #edf7e5;
    font-size: 1.08rem;
}

.contact-band {
    color: var(--white);
    background:
        linear-gradient(135deg, #0d1510 0%, #16251a 48%, #26321f 100%);
}

.contact-band p {
    color: #d8e1d5;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.78fr);
    gap: clamp(28px, 4vw, 54px);
    align-items: start;
}

.contact-list {
    display: grid;
    gap: 12px;
    margin: 0;
    font-style: normal;
}

.contact-list a {
    display: flex;
    min-width: 0;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
}

.contact-list a:hover {
    border-color: rgba(213, 233, 56, 0.4);
    background: rgba(255, 255, 255, 0.1);
}

.contact-list .icon-box {
    margin-bottom: 0;
    color: var(--lime);
    background: rgba(213, 233, 56, 0.11);
    border-color: rgba(213, 233, 56, 0.16);
}

.contact-list strong {
    display: block;
    color: var(--white);
    font-size: 0.92rem;
}

.contact-list span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #d8e1d5;
}

.site-footer {
    padding-block: 46px 30px;
    color: #dfe8d9;
    background:
        radial-gradient(circle at 18% 0%, rgba(213, 233, 56, 0.12), transparent 34%),
        linear-gradient(135deg, #030804 0%, #07170c 52%, #0c1108 100%);
    border-top: 1px solid rgba(213, 233, 56, 0.18);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(210px, 0.72fr) minmax(210px, 0.76fr) minmax(240px, 0.86fr) minmax(300px, 1fr);
    gap: clamp(22px, 3vw, 34px);
    align-items: stretch;
}

.footer-brand,
.footer-links,
.footer-info,
.footer-map {
    min-width: 0;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
}

.footer-logo .brand-logo__mark {
    width: 70px;
    height: 60px;
}

.footer-logo .brand-logo__wordmark strong {
    font-size: 1.7rem;
}

.footer-logo .brand-logo__wordmark span {
    font-size: 0.94rem;
}

.footer-brand p {
    max-width: 330px;
    color: #d8e1d5;
    font-weight: 700;
}

.footer-links {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-links h3 {
    margin: 0 0 7px;
    color: var(--white);
    font-size: 1.05rem;
    line-height: 1.2;
}

.footer-links a {
    position: relative;
    padding-inline-start: 18px;
    color: #d8e1d5;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.35;
}

.footer-links a::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.58em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lime);
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: var(--lime);
    outline: none;
}

.footer-info {
    display: grid;
    gap: 10px;
    margin: 0;
    font-style: normal;
}

.footer-info a {
    display: flex;
    min-width: 0;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-info a:hover,
.footer-info a:focus-visible,
.footer-map a:hover,
.footer-map a:focus-visible {
    border-color: rgba(213, 233, 56, 0.38);
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-1px);
    outline: none;
}

.footer-info .icon {
    color: var(--lime);
    margin-top: 3px;
}

.footer-info strong {
    display: block;
    color: var(--white);
    font-size: 0.86rem;
    line-height: 1.2;
}

.footer-info span {
    min-width: 0;
    color: #d8e1d5;
    overflow-wrap: anywhere;
}

.footer-map {
    display: grid;
    gap: 10px;
}

.footer-map iframe {
    width: 100%;
    min-height: 230px;
    border: 0;
    border-radius: 8px;
    background: #101910;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.footer-map a {
    display: inline-flex;
    width: fit-content;
    gap: 8px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(213, 233, 56, 0.18);
    border-radius: 999px;
    color: var(--lime);
    background: rgba(213, 233, 56, 0.08);
    font-weight: 900;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-map .icon {
    width: 1em;
    height: 1em;
}

html[dir="rtl"] .button .icon:last-child,
html[dir="rtl"] .footer-map .icon {
    transform: scaleX(-1);
}

@media (max-width: 1040px) {
    .header-top__inner {
        align-items: flex-start;
    }

    .header-info {
        gap: 7px 12px;
    }

    .header-info__address {
        flex-basis: 100%;
    }

    .menu-bar__inner {
        direction: ltr;
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 80px;
        position: relative;
    }

    .header-cta {
        display: none;
    }

    .brand-logo__mark {
        width: 62px;
        height: 56px;
    }

    .brand-logo__wordmark strong {
        font-size: 1.5rem;
    }

    .brand-logo__wordmark span {
        font-size: 0.9rem;
    }

    .nav-toggle {
        display: inline-flex;
        position: relative;
        inset-inline-end: auto;
        inset: auto;
        justify-self: end;
        transform: none;
        z-index: 24;
        color: var(--forest-2);
        border-color: rgba(213, 233, 56, 0.78);
        background: var(--lime);
    }

    html[dir="rtl"] .nav-toggle {
        inset: auto;
    }

    html[dir="rtl"] .brand-logo {
        justify-self: start;
    }

    .nav-toggle.is-open {
        transform: rotate(90deg);
    }

    .site-nav {
        position: absolute;
        inset-inline: 0;
        top: calc(100% + 8px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 10px;
        border: 1px solid rgba(213, 233, 56, 0.18);
        border-radius: 8px;
        background: rgba(2, 5, 2, 0.98);
        box-shadow: var(--shadow);
        z-index: 20;
    }

    .site-nav.is-open {
        display: flex;
        animation: dropdown-enter 180ms ease both;
    }

    .site-nav a {
        justify-content: center;
    }

    html[dir="rtl"] .site-nav a {
        justify-content: center;
    }

    .about-layout,
    .split,
    .why-layout,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .about-image-stack {
        width: min(100%, 690px);
        min-height: 500px;
    }

    .proof-grid,
    .commit-grid {
        grid-template-columns: 1fr;
    }

    .stats-band__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-map {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .header-top__inner {
        flex-direction: column;
        gap: 8px;
        padding-block: 8px;
    }

    .header-info {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        justify-items: center;
        text-align: center;
    }

    .header-info a {
        width: 100%;
        justify-content: center;
        font-size: 0.8rem;
    }

    .language-switch {
        align-self: center;
    }

    .brand-logo {
        gap: 10px;
    }

    .brand-logo__mark {
        width: 54px;
        height: 50px;
    }

    .brand-logo__wordmark {
        gap: 3px;
    }

    .brand-logo__wordmark strong {
        font-size: 1.22rem;
    }

    .brand-logo__wordmark span {
        font-size: 0.78rem;
    }

    .hero,
    .hero__inner {
        min-height: 74svh;
    }

    .hero__image {
        object-position: 58% bottom;
    }

    .hero__inner {
        padding-block: 48px 92px;
    }

    html[dir="rtl"] .hero__inner {
        align-items: center;
        text-align: center;
    }

    .hero__text {
        font-size: 0.97rem;
    }

    .hero h1 {
        font-size: clamp(2.35rem, 13vw, 3.4rem);
        max-width: 100%;
    }

    html[dir="rtl"] .hero h1 {
        font-size: clamp(1.65rem, 7vw, 1.85rem);
        text-align: center;
    }

    html[dir="rtl"] .hero__eyebrow {
        width: 100%;
        justify-content: center;
    }

    html[dir="rtl"] .hero__subtitle,
    html[dir="rtl"] .hero__text {
        padding-inline: 12px;
    }

    .hero__subtitle,
    .hero__text,
    .hero__actions,
    .hero__stats {
        max-width: 100%;
    }

    .hero__actions,
    .contact-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .button {
        width: 100%;
        min-width: 0;
    }

    .hero__stats,
    .feature-strip__grid,
    .stats-band__grid {
        grid-template-columns: 1fr;
    }

    .feature-strip {
        margin-top: -34px;
        padding-bottom: 34px;
    }

    .feature-card {
        min-height: 0;
        padding: 24px 22px 22px;
    }

    html[dir="rtl"] .feature-card {
        text-align: center;
    }

    html[dir="rtl"] .feature-card .icon-box {
        margin-inline: auto;
    }

    .hero__stats span {
        min-height: 64px;
    }

    .section {
        padding-block: 58px;
    }

    .about-photo,
    .about-photo img {
        min-height: 280px;
    }

    .about-image-stack {
        display: grid;
        gap: 14px;
        min-height: 0;
    }

    .about-photo--main,
    .about-photo--small {
        position: relative;
        inset: auto;
        bottom: auto;
        width: 100%;
        min-height: 280px;
        border: 0;
    }

    .about-photo--main img,
    .about-photo--small img {
        min-height: 280px;
    }

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

    .service-panel__photo {
        height: 210px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-logo .brand-logo__mark {
        width: 58px;
        height: 52px;
    }

    .footer-logo .brand-logo__wordmark strong {
        font-size: 1.35rem;
    }

    .footer-logo .brand-logo__wordmark span {
        font-size: 0.8rem;
    }

    .footer-map {
        grid-column: auto;
    }

    .footer-map iframe {
        min-height: 210px;
    }
}

@media (max-width: 460px) {
    .shell {
        width: calc(100% - 24px);
    }

    .language-switch a {
        min-width: 38px;
        padding-inline: 9px;
    }

    .brand-logo {
        gap: 8px;
    }

    .brand-logo__mark {
        width: 46px;
        height: 44px;
    }

    .brand-logo__wordmark strong {
        font-size: 1.05rem;
    }

    .brand-logo__wordmark span {
        font-size: 0.68rem;
    }

    .hero__actions,
    .contact-actions {
        width: 100%;
    }

    .button {
        width: 100%;
        min-width: 0;
    }

    .meat-card {
        min-height: 264px;
        grid-template-rows: 156px auto;
    }
}

/* Hendrio-inspired BioAgri restyle */
:root {
    --ink: #151a16;
    --ink-2: #303b31;
    --muted: #687466;
    --forest: #123820;
    --forest-2: #082111;
    --leaf: #2f833c;
    --lime: #d5e938;
    --cream: #f7f6ed;
    --white: #ffffff;
    --cold: #eef6f4;
    --steel: #dce8df;
    --line: #e2e8dc;
    --meat: #b64234;
    --amber: #d7a42e;
    --shadow: 0 24px 60px rgba(18, 56, 32, 0.16);
    --shadow-soft: 0 14px 34px rgba(21, 26, 22, 0.09);
}

body {
    background:
        linear-gradient(180deg, #ffffff 0 22%, #f7f6ed 22% 54%, #eff6f0 54% 100%);
}

.shell {
    max-width: 1210px;
}

.site-header {
    color: var(--ink);
    background: transparent;
    box-shadow: 0 14px 36px rgba(8, 33, 17, 0.12);
}

.site-header::before {
    display: none;
}

.header-top {
    color: #dbe9d5;
    background: var(--forest-2);
    border-bottom: 0;
}

.header-top__inner {
    min-height: 44px;
    padding-block: 8px;
}

.header-info {
    gap: 8px 24px;
}

.header-info a {
    color: #dce9d8;
    font-size: 0.86rem;
    font-weight: 760;
    direction: ltr;
    unicode-bidi: isolate;
}

.header-info .icon {
    color: var(--lime);
}

.header-info span {
    direction: ltr;
    unicode-bidi: isolate;
}

.language-switch {
    border-color: rgba(213, 233, 56, 0.32);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
}

.language-switch a {
    min-height: 30px;
    border-radius: 3px;
    color: #ecf5e8;
    font-size: 0.78rem;
    font-weight: 900;
}

.language-switch .active {
    color: var(--forest-2);
    background: var(--lime);
}

.menu-bar {
    background: var(--white);
    border-bottom: 0;
    box-shadow: none;
}

.menu-bar::before {
    display: none;
}

.menu-bar::after {
    height: 4px;
    background: linear-gradient(90deg, var(--lime), var(--leaf), var(--amber), var(--meat));
}

.menu-bar__inner {
    min-height: 88px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(18px, 3vw, 38px);
}

.brand-logo {
    color: var(--forest);
}

.brand-logo:hover {
    transform: translateY(-1px);
}

.brand-logo__mark {
    width: 78px;
    height: 68px;
    background-size: 310%;
    filter: drop-shadow(0 8px 12px rgba(18, 56, 32, 0.18));
}

.brand-logo__wordmark strong {
    color: var(--leaf);
    text-shadow: none;
}

.brand-logo__wordmark span {
    color: #9daf10;
    text-shadow: none;
}

.site-nav {
    justify-self: center;
    gap: 4px;
}

html[dir="rtl"] .site-nav {
    justify-self: center;
}

.site-nav a,
.language-switch a {
    border-radius: 4px;
}

.site-nav a {
    min-height: 46px;
    padding: 13px 13px;
    color: var(--ink-2);
    font-size: 0.94rem;
    font-weight: 860;
}

.site-nav a::after {
    inset-inline: 13px;
    bottom: 7px;
    height: 3px;
    background: var(--lime);
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--forest);
    background: #f2f6e9;
}

.header-cta {
    min-height: 48px;
    min-width: 172px;
    border-radius: 4px;
    box-shadow: none;
}

.nav-toggle {
    border-radius: 4px;
    color: var(--forest-2);
    border-color: rgba(47, 131, 60, 0.22);
    background: var(--lime);
}

.hero {
    min-height: min(780px, 82svh);
    background: #081d11;
}

.hero::before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: min(22vw, 280px);
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(213, 233, 56, 0.96), rgba(47, 131, 60, 0.9));
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
    opacity: 0.78;
}

html[dir="rtl"] .hero::before {
    inset-inline-start: auto;
    inset-inline-end: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.hero::after {
    height: 0;
}

.hero__image {
    object-position: 68% center;
    filter: saturate(1.07) contrast(1.03);
}

.hero__shade {
    background:
        linear-gradient(90deg, rgba(5, 18, 10, 0.92) 0%, rgba(7, 26, 13, 0.82) 34%, rgba(7, 26, 13, 0.34) 62%, rgba(7, 26, 13, 0.08) 100%),
        linear-gradient(0deg, rgba(8, 33, 17, 0.55), transparent 42%);
}

html[dir="rtl"] .hero__shade {
    background:
        linear-gradient(270deg, rgba(5, 18, 10, 0.92) 0%, rgba(7, 26, 13, 0.82) 34%, rgba(7, 26, 13, 0.34) 62%, rgba(7, 26, 13, 0.08) 100%),
        linear-gradient(0deg, rgba(8, 33, 17, 0.55), transparent 42%);
}

.hero__inner {
    min-height: min(780px, 82svh);
    padding-block: 96px 150px;
}

.hero__eyebrow {
    padding: 10px 14px;
    border: 0;
    border-inline-start: 5px solid var(--lime);
    border-radius: 0 4px 4px 0;
    color: var(--lime);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
}

html[dir="rtl"] .hero__eyebrow {
    border-radius: 4px 0 0 4px;
}

.hero h1 {
    max-width: 780px;
    font-size: clamp(3.3rem, 7vw, 7.4rem);
    line-height: 0.88;
    letter-spacing: 0;
}

.hero__subtitle {
    max-width: 700px;
    margin-top: 20px;
    color: var(--white);
    font-size: clamp(1.18rem, 2vw, 1.68rem);
}

.hero__text {
    max-width: 650px;
    color: #dbe8d5;
    font-size: 1.04rem;
}

.button {
    min-height: 52px;
    border-radius: 4px;
    font-weight: 930;
}

.button--primary {
    color: var(--forest-2);
    background: var(--lime);
    box-shadow: 0 14px 28px rgba(213, 233, 56, 0.18);
}

.button--primary:hover {
    background: #e5f24b;
    box-shadow: 0 18px 36px rgba(213, 233, 56, 0.24);
}

.button--secondary {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.32);
}

.button--secondary:hover {
    background: var(--white);
    color: var(--forest-2);
}

.feature-strip {
    margin-top: -72px;
    padding-block: 0 72px;
    background: transparent;
}

.feature-strip__grid {
    gap: 22px;
}

.feature-card {
    min-height: 210px;
    padding: 34px 28px 30px;
    border: 0;
    border-radius: 4px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfcf8 100%);
    box-shadow: 0 26px 62px rgba(8, 33, 17, 0.16);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 32px 72px rgba(8, 33, 17, 0.2);
}

.feature-card::before {
    height: 100%;
    width: 5px;
    background: var(--lime);
}

html[dir="rtl"] .feature-card::before {
    inset-inline: auto 0;
}

.feature-card__number {
    inset-inline-end: 18px;
    top: 18px;
    color: rgba(47, 131, 60, 0.08);
    font-size: clamp(4rem, 8vw, 6.8rem);
}

.icon-box,
.meat-card__icon {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 4px;
    color: var(--forest-2);
    background: var(--lime);
}

.feature-card .icon-box {
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
    box-shadow: 0 14px 26px rgba(213, 233, 56, 0.28);
}

.feature-card h3 {
    max-width: 250px;
    font-size: 1.2rem;
}

.section {
    padding-block: 96px;
}

.band--paper {
    background:
        linear-gradient(180deg, #f7f6ed 0%, #fbfaf4 100%);
}

.band--white {
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbf5 100%);
}

.band--cold {
    background:
        linear-gradient(180deg, #eef6f4 0%, #ffffff 100%);
}

.eyebrow {
    color: var(--leaf);
    font-weight: 950;
    letter-spacing: 0;
}

.section-copy h2,
.section-head h2,
.why-layout h2,
.contact-band h2 {
    color: var(--forest);
    font-size: clamp(2.1rem, 4vw, 3.55rem);
    line-height: 1.02;
}

.section-copy p,
.section-head p,
.why-layout p,
.contact-band p {
    color: #5d695b;
    font-size: 1.02rem;
}

.about-layout {
    grid-template-columns: minmax(390px, 1.08fr) minmax(0, 0.9fr);
}

.about-layout .section-copy {
    order: 2;
}

.about-image-stack {
    order: 1;
    min-height: 560px;
}

.about-image-stack::before {
    content: "";
    position: absolute;
    inset-inline-start: -20px;
    bottom: 36px;
    width: 180px;
    height: 180px;
    border: 16px solid rgba(213, 233, 56, 0.82);
    z-index: 0;
}

.about-photo {
    border-radius: 4px;
    box-shadow: 0 24px 58px rgba(8, 33, 17, 0.17);
}

.about-photo::before {
    display: none;
}

.about-photo--main {
    width: min(84%, 575px);
    min-height: 520px;
}

.about-photo--main img {
    min-height: 520px;
}

.about-photo--small {
    width: min(48%, 350px);
    border: 10px solid #fbfaf4;
    border-radius: 4px;
}

.section-head {
    max-width: 930px;
    margin-bottom: 42px;
}

.service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.service-panel,
.commit-card,
.meat-card,
.proof-card {
    border: 0;
    border-radius: 4px;
    box-shadow: var(--shadow-soft);
}

.service-panel {
    background: var(--white);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-panel:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 58px rgba(8, 33, 17, 0.16);
}

.service-panel::before {
    height: 0;
}

.service-panel__photo {
    height: 230px;
    background: #eaf2e4;
}

.service-panel__photo::after {
    height: 55%;
    background:
        linear-gradient(0deg, rgba(8, 33, 17, 0.54), rgba(8, 33, 17, 0));
}

.service-panel__meta {
    margin: -33px 26px 0;
}

.service-panel__icon {
    width: 66px;
    height: 66px;
    border: 6px solid var(--white);
    border-radius: 4px;
    background: var(--lime);
}

.service-panel__number {
    color: rgba(8, 33, 17, 0.12);
    font-size: 3.75rem;
}

.service-panel h3 {
    margin: 20px 28px 0;
    color: var(--forest);
    font-size: 1.28rem;
}

.service-panel > p {
    margin-inline: 28px;
}

.service-panel ul {
    margin: 20px 28px 30px;
    border-top-color: #edf0e8;
}

.service-panel li {
    color: #354139;
    font-size: 0.96rem;
}

.service-panel li::before {
    top: 0.62em;
    border-color: var(--lime);
    background: var(--leaf);
}

.meat-slider {
    padding-block: 8px 16px;
}

.meat-track__set {
    gap: 20px;
    padding-inline-end: 20px;
}

.meat-card {
    flex-basis: clamp(250px, 24vw, 330px);
    grid-template-rows: 210px auto;
    min-height: 294px;
    background: var(--white);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.meat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(8, 33, 17, 0.14);
}

.meat-card::before {
    height: 5px;
}

.meat-card__photo {
    height: 210px;
}

.meat-card__body {
    min-height: 82px;
    padding: 18px 20px 20px;
}

.meat-card h3 {
    font-size: 1.08rem;
}

.stats-band {
    padding-block: 66px;
    background:
        linear-gradient(90deg, rgba(8, 33, 17, 0.94), rgba(18, 56, 32, 0.9)),
        url("../img/hero-meat-only.png") center / cover no-repeat;
}

.stats-band::before,
.stats-band::after {
    background: linear-gradient(90deg, transparent, rgba(213, 233, 56, 0.65), transparent);
}

.stats-band__grid {
    gap: 22px;
}

.stats-band article {
    min-height: 150px;
    border: 1px solid rgba(213, 233, 56, 0.22);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.stats-band strong {
    color: var(--lime);
}

.commit-grid {
    gap: 24px;
}

.commit-card {
    padding: 30px;
    background: var(--white);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.commit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(8, 33, 17, 0.12);
}

.commit-card::before {
    height: 5px;
}

.commit-card h3 {
    font-size: 1.18rem;
}

.band--green {
    background:
        linear-gradient(90deg, rgba(8, 33, 17, 0.95), rgba(18, 56, 32, 0.9)),
        url("../img/about-olive-oil.png") center / cover no-repeat;
    border-block: 0;
}

.band--green .eyebrow {
    color: var(--lime);
}

.band--green h2,
.band--green p {
    color: var(--white);
}

.why-layout {
    align-items: center;
}

.why-layout > div,
.why-layout > p {
    position: relative;
}

.why-layout > p {
    padding: 28px;
    border-inline-start: 5px solid var(--lime);
    background: rgba(255, 255, 255, 0.08);
}

.contact-band {
    background:
        linear-gradient(135deg, #0b1f12 0%, #123820 55%, #091b10 100%);
}

.contact-band .eyebrow {
    color: var(--lime);
}

.contact-band h2,
.contact-band p {
    color: var(--white);
}

.contact-list a {
    border-color: rgba(213, 233, 56, 0.18);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
}

.contact-list .icon-box {
    color: var(--forest-2);
    background: var(--lime);
}

.site-footer {
    padding-block: 0 34px;
    background:
        linear-gradient(135deg, #040b06 0%, #07170c 48%, #10160a 100%);
}

.footer-grid {
    position: relative;
    padding-top: 58px;
}

.footer-grid::before {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--lime), var(--leaf), var(--amber), var(--meat));
}

.footer-logo .brand-logo__mark {
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.28));
}

.footer-links h3,
.footer-info strong {
    color: var(--white);
}

.footer-info a,
.footer-map a {
    border-radius: 4px;
}

.footer-map iframe {
    border-radius: 4px;
}

@media (max-width: 1040px) {
    .menu-bar__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 78px;
    }

    .site-nav {
        top: calc(100% + 10px);
        border-color: rgba(18, 56, 32, 0.12);
        background: var(--white);
        box-shadow: 0 24px 54px rgba(8, 33, 17, 0.18);
    }

    .site-nav a {
        color: var(--forest);
    }

    .site-nav a:hover,
    .site-nav a:focus-visible {
        background: #f2f6e9;
    }

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

    .service-panel__photo {
        height: 300px;
    }

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

    .about-layout .section-copy,
    .about-image-stack {
        order: initial;
    }
}

@media (max-width: 760px) {
    .header-top__inner {
        padding-block: 10px;
    }

    .menu-bar__inner {
        min-height: 72px;
    }

    .brand-logo__mark {
        width: 56px;
        height: 52px;
    }

    .hero,
    .hero__inner {
        min-height: 76svh;
    }

    .hero::before {
        width: 46vw;
        opacity: 0.38;
    }

    .hero__shade,
    html[dir="rtl"] .hero__shade {
        background:
            linear-gradient(180deg, rgba(5, 18, 10, 0.9), rgba(7, 26, 13, 0.72)),
            linear-gradient(90deg, rgba(7, 26, 13, 0.28), rgba(7, 26, 13, 0.28));
    }

    .hero__inner {
        align-items: center;
        padding-block: 58px 106px;
        text-align: center;
    }

    .hero__eyebrow {
        justify-content: center;
        border-inline-start: 0;
        border-bottom: 4px solid var(--lime);
        border-radius: 4px;
    }

    .hero h1 {
        font-size: clamp(2.42rem, 13vw, 4.05rem);
        line-height: 0.94;
    }

    .hero__subtitle {
        font-size: clamp(1.05rem, 5vw, 1.3rem);
    }

    .feature-strip {
        margin-top: -44px;
        padding-bottom: 54px;
    }

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

    .section {
        padding-block: 66px;
    }

    .section-copy h2,
    .section-head h2,
    .why-layout h2,
    .contact-band h2 {
        font-size: clamp(1.86rem, 9vw, 2.6rem);
    }

    .about-image-stack::before {
        display: none;
    }

    .about-photo--main,
    .about-photo--main img,
    .about-photo--small,
    .about-photo--small img {
        min-height: 290px;
    }

    .service-panel__photo {
        height: 235px;
    }

    .meat-card {
        flex-basis: 260px;
    }

    .stats-band article {
        min-height: 122px;
        text-align: center;
    }

    .why-layout > p {
        padding: 22px;
        border-inline-start: 0;
        border-top: 5px solid var(--lime);
    }
}

@media (max-width: 460px) {
    .brand-logo__mark {
        width: 48px;
        height: 46px;
    }

    .brand-logo__wordmark strong {
        font-size: 1rem;
    }

    .brand-logo__wordmark span {
        font-size: 0.65rem;
    }

    .hero h1 {
        font-size: clamp(2.14rem, 12vw, 3.1rem);
    }

    .feature-card {
        padding: 28px 22px 24px;
    }

    .service-panel h3,
    .service-panel > p,
    .service-panel ul {
        margin-inline: 22px;
    }
}
