:root {
    --green: #2f8f13;
    --green-dark: #123d1b;
    --green-soft: #eef8e8;
    --orange: #ff870c;
    --ink: #132f19;
    --muted: #667565;
    --line: #dfe9d7;
    --soft: #f5faef;
    --white: #ffffff;
    --header-height: 112px;
    --header-height-mobile: 78px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--soft);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    overflow-x: hidden;
    top: 0 !important;
}

body > .skiptranslate,
.goog-te-banner-frame,
.goog-te-balloon-frame {
    display: none !important;
}

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

button,
input {
    font: inherit;
}

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

.site-container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 22px;
    width: 100%;
}

main {
    padding-top: var(--header-height);
}

.section {
    padding: 86px 0;
}

.section-kicker,
.hero-kicker {
    color: var(--orange);
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.18em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section-head {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.section-head.centered {
    justify-content: center;
    text-align: center;
}

.section-head h2,
.section-copy h2,
.products-page-hero h1 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.05;
    margin: 0;
}

.section-copy p,
.products-page-hero p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.site-btn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

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

.site-btn.primary {
    background: var(--green);
    box-shadow: 0 14px 30px rgba(47, 143, 19, 0.22);
    color: var(--white);
}

.site-btn.light {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.55);
    color: var(--white);
}

.site-btn.outline {
    background: var(--white);
    border-color: var(--line);
    color: var(--green-dark);
}

.site-btn.download {
    background: var(--orange);
    box-shadow: 0 14px 30px rgba(255, 135, 12, 0.24);
    color: var(--white);
    gap: 8px;
}

.floating-download-btn {
    bottom: 28px;
    box-shadow: 0 18px 44px rgba(47, 143, 19, 0.28);
    gap: 8px;
    position: fixed;
    right: 28px;
    z-index: 120;
}

.floating-download-btn::after {
    background: rgba(255, 255, 255, 0.32);
    border-radius: inherit;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.2s ease;
}

.floating-download-btn:hover::after {
    opacity: 1;
}

.empty-state {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--muted);
    padding: 28px;
    text-align: center;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: opacity, transform;
}

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

.motion-item {
    opacity: 0;
    transform: translateY(26px) scale(0.98);
    transition: opacity 0.65s ease, transform 0.65s ease;
    transition-delay: var(--motion-delay, 0ms);
    will-change: opacity, transform;
}

.reveal.visible .motion-item,
.motion-item.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.motion-soft-pop {
    animation: softPop 0.78s ease both;
}

@keyframes softPop {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.site-header {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(223, 233, 215, 0.92);
    box-shadow: 0 14px 36px rgba(18, 61, 27, 0.08);
    left: 0;
    min-height: var(--header-height);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.header-inner {
    align-items: center;
    display: flex;
    gap: 28px;
    min-height: var(--header-height);
}

.site-logo {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    height: var(--header-height);
    max-width: 180px;
}

.site-logo img {
    height: auto;
    max-height: 92px;
    max-width: 164px;
    object-fit: contain;
    width: auto;
}

.desktop-nav {
    align-items: center;
    background: #f4faef;
    border: 1px solid var(--line);
    border-radius: 999px;
    display: flex;
    gap: 4px;
    margin-left: auto;
    padding: 7px;
}

.desktop-nav a {
    border-radius: 999px;
    color: var(--ink);
    font-size: 16px;
    font-weight: 900;
    padding: 12px 18px;
    position: relative;
}

.desktop-nav a::after,
.offcanvas nav a span::after {
    background: var(--orange);
    border-radius: 999px;
    bottom: 6px;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
    width: calc(100% - 36px);
}

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

.desktop-nav a.active::after,
.desktop-nav a:hover::after {
    transform: scaleX(1);
}

.language-switch {
    align-items: center;
    background: #f4faef;
    border: 1px solid var(--line);
    border-radius: 999px;
    display: inline-flex;
    gap: 8px;
    min-height: 46px;
    padding: 7px 12px;
    position: relative;
}

.language-switch > i {
    align-items: center;
    background: rgba(47, 143, 19, 0.1);
    border-radius: 50%;
    color: var(--green);
    display: inline-flex;
    font-size: 15px;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.google-translate-source {
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.language-switch .goog-te-gadget {
    color: transparent;
    font-size: 0;
    line-height: 1;
    overflow: hidden;
}

.language-switch .goog-logo-link,
.language-switch .goog-te-gadget span,
.language-switch .goog-te-gadget img {
    display: none !important;
}

.language-switch select {
    background: #ffffff;
    border: 1px solid rgba(47, 143, 19, 0.22);
    border-radius: 8px;
    color: var(--ink);
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    margin: 0;
    min-height: 34px;
    outline: none;
    padding: 6px 8px;
    width: 138px;
}

.language-label {
    color: var(--green-dark);
    display: none;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.menu-toggle {
    background: var(--green);
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    display: none;
    gap: 5px;
    padding: 12px;
}

.menu-toggle span {
    background: var(--white);
    display: block;
    height: 2px;
    width: 22px;
}

.offcanvas,
.offcanvas-backdrop {
    display: none;
}

.home-hero {
    align-items: stretch;
    background: #071f0f;
    display: flex;
    min-height: calc(100svh - var(--header-height));
    overflow: hidden;
    position: relative;
}

.home-hero .hero-poster,
.home-hero .hero-video,
.home-hero .hero-overlay {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.home-hero .hero-poster {
    background-color: #0a3519;
    background-image:
        radial-gradient(circle at 74% 28%, rgba(255, 135, 12, 0.34), transparent 22%),
        radial-gradient(circle at 18% 74%, rgba(47, 143, 19, 0.42), transparent 28%),
        linear-gradient(125deg, #082514 0%, #184b24 48%, #5e7b20 72%, #d1740a 100%);
    background-position: center;
    background-size: cover;
    transform: scale(1.04);
    animation: heroDrift 18s ease-in-out infinite alternate;
    z-index: 0;
}

.home-hero .hero-video {
    object-fit: cover;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 0.6s ease, transform 1.8s ease;
    z-index: 1;
}

.home-hero.is-video-ready .hero-video {
    opacity: 1;
    transform: scale(1);
}

.home-hero .hero-overlay {
    background:
        linear-gradient(90deg, rgba(3, 20, 8, 0.92) 0%, rgba(3, 20, 8, 0.68) 42%, rgba(3, 20, 8, 0.24) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.2));
    z-index: 2;
}

.hero-inner {
    align-items: center;
    display: flex;
    min-height: inherit;
    position: relative;
    z-index: 3;
}

.hero-content {
    color: var(--white);
    max-width: 860px;
    transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0);
    transition: transform 0.18s ease-out;
}

.home-hero .hero-content h1 {
    color: var(--white);
    font-size: clamp(56px, 8vw, 116px);
    letter-spacing: 0;
    line-height: 0.86;
    margin: 0 0 28px;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
    text-transform: uppercase;
}

.home-hero .hero-content h1 span {
    display: block;
}

.orange-text {
    color: var(--orange);
}

.home-hero .hero-content p {
    color: rgba(255, 255, 255, 0.94);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.7;
    max-width: 820px;
}

.hero-actions,
.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

@keyframes heroDrift {
    0% {
        background-position: 50% 50%;
        transform: scale(1.04);
    }

    100% {
        background-position: 58% 46%;
        transform: scale(1.1);
    }
}

.about-section {
    background: var(--soft);
}

.about-showcase {
    align-items: center;
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

.about-collage {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}

.about-image-card,
.about-video-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 55px rgba(18, 61, 27, 0.1);
    overflow: hidden;
    padding: 18px;
    position: relative;
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.about-image-card:hover,
.about-video-card:hover {
    border-color: rgba(47, 143, 19, 0.35);
    box-shadow: 0 24px 64px rgba(18, 61, 27, 0.16);
    transform: translateY(-6px);
}

.about-logo-card {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 220px;
}

.about-logo-card img {
    max-height: 170px;
    object-fit: contain;
}

.about-nursery-card img,
.about-video-card img {
    aspect-ratio: 1 / 0.82;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.about-video-card {
    border: 0;
    color: var(--white);
    cursor: pointer;
    grid-column: span 2;
    min-height: 250px;
    padding: 0;
    text-align: left;
}

.about-video-card img {
    height: 100%;
    inset: 0;
    position: absolute;
}

.about-video-card::after {
    background: linear-gradient(180deg, transparent, rgba(5, 35, 14, 0.78));
    content: "";
    inset: 0;
    position: absolute;
}

.about-video-card strong,
.about-play {
    position: absolute;
    z-index: 2;
}

.about-video-card strong {
    bottom: 22px;
    left: 22px;
}

.about-play {
    align-items: center;
    background: var(--orange);
    border-radius: 50%;
    display: flex;
    height: 58px;
    justify-content: center;
    left: 22px;
    top: 22px;
    width: 58px;
}

.about-play span {
    border-bottom: 11px solid transparent;
    border-left: 16px solid var(--white);
    border-top: 11px solid transparent;
    margin-left: 4px;
}

.about-stat-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 46px;
}

.about-stat-grid article {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 24px;
}

.about-stat-grid strong {
    color: var(--green);
    display: block;
    font-size: 34px;
    margin-bottom: 8px;
}

.about-stat-grid p {
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
}

.category-section,
.product-showcase {
    background: linear-gradient(180deg, #f5faef 0%, #eef8e8 100%);
}

.home-catalog-section {
    padding-top: 56px;
}

.home-product-showcase {
    padding-bottom: 58px;
    padding-top: 34px;
}

.home-card-slider {
    display: grid;
    gap: 18px;
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 2px 4px 18px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-card-slider::-webkit-scrollbar {
    display: none;
}

.home-card-slider > * {
    scroll-snap-align: start;
}

.home-category-slider {
    grid-auto-columns: calc((100% - 54px) / 4);
    max-width: none;
}

.home-product-slider {
    grid-auto-columns: calc((100% - 54px) / 4);
    max-width: none;
}

.home-slider-actions {
    align-items: center;
    display: flex;
    gap: 18px;
}

.home-slider-actions .slider-controls {
    flex: 0 0 auto;
}

.site-slider,
.testimonial-slider {
    display: grid;
    gap: 20px;
    grid-auto-columns: calc((100% - 60px) / 4);
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.site-slider::-webkit-scrollbar,
.testimonial-slider::-webkit-scrollbar {
    display: none;
}

.slider-card {
    scroll-snap-align: start;
}

.slider-controls {
    display: flex;
    gap: 10px;
}

.slider-controls[hidden],
.slider-controls button[hidden] {
    display: none !important;
}

.slider-controls button {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--green-dark);
    cursor: pointer;
    display: inline-flex;
    font-size: 26px;
    height: 44px;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    width: 44px;
}

.slider-controls button:hover {
    background: var(--green);
    color: var(--white);
    transform: translateY(-2px);
}

.category-card,
.product-card,
.testimonial-slider article {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 55px rgba(18, 61, 27, 0.08);
    overflow: hidden;
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.category-card:hover,
.product-card:hover,
.testimonial-slider article:hover {
    border-color: rgba(47, 143, 19, 0.34);
    box-shadow: 0 24px 68px rgba(18, 61, 27, 0.14);
    transform: translateY(-8px);
}

.category-card {
    padding: 18px;
    position: relative;
}

.category-card img,
.product-card img {
    aspect-ratio: 1 / 0.72;
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
    width: 100%;
}

.category-card:hover img,
.product-card:hover img {
    filter: saturate(1.08);
    transform: scale(1.05);
}

.category-card h3,
.product-card h3 {
    font-size: 22px;
    margin: 16px 0 6px;
}

.category-card p,
.product-card p,
.testimonial-slider p {
    color: var(--muted);
    line-height: 1.55;
}

.card-number {
    background: var(--green);
    border-radius: 999px;
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
    padding: 8px 10px;
    position: absolute;
    right: 26px;
    top: 26px;
}

.product-card div {
    padding: 18px;
}

.product-card span,
.products-page-category-badge {
    color: var(--orange);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.card-more {
    color: var(--green);
    display: inline-block;
    font-weight: 900;
    margin-top: 12px;
}

.testimonial-section {
    background: var(--white);
}

.testimonial-slider {
    grid-auto-columns: calc((100% - 40px) / 3);
}

.testimonial-slider article {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 26px;
}

.quote-mark {
    color: var(--orange);
    display: block;
    font-size: 58px;
    height: 38px;
    line-height: 0.9;
}

.testimonial-meta {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.testimonial-meta strong,
.testimonial-meta small {
    display: block;
}

.testimonial-meta small {
    color: var(--muted);
    margin-top: 4px;
}

.testimonial-meta img {
    max-height: 48px;
    max-width: 96px;
    object-fit: contain;
}

.old-testimonial-grid[hidden] {
    display: none !important;
}

.video-modal {
    display: none;
}

.video-modal.open {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 22px;
    position: fixed;
    z-index: 200;
}

.video-modal-backdrop {
    background: rgba(4, 25, 10, 0.78);
    inset: 0;
    position: absolute;
}

.video-modal-dialog {
    background: #000;
    border-radius: 8px;
    max-width: 980px;
    overflow: hidden;
    position: relative;
    width: min(94vw, 980px);
    z-index: 2;
}

.video-modal-dialog video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.video-modal-close {
    background: var(--orange);
    border: 0;
    border-radius: 50%;
    color: #2b1700;
    cursor: pointer;
    font-size: 28px;
    height: 44px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 44px;
    z-index: 3;
}

.products-page-hero {
    background: #102b17;
    color: var(--white);
    min-height: 380px;
    overflow: hidden;
    padding: 68px 0;
    position: relative;
}

.products-page-hero-bg {
    background-position: center;
    background-size: cover;
    filter: saturate(0.98);
    inset: 0;
    opacity: 0.72;
    position: absolute;
    transform: scale(1.02);
}

.products-page-hero::before {
    background:
        linear-gradient(90deg, rgba(7, 28, 12, 0.92) 0%, rgba(11, 44, 19, 0.74) 48%, rgba(11, 44, 19, 0.18) 100%),
        radial-gradient(circle at 16% 24%, rgba(255, 135, 12, 0.2), transparent 28%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

/* .products-page-hero-curve {
    background: var(--soft);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    bottom: -62px;
    height: 118px;
    left: -5%;
    position: absolute;
    width: 110%;
    z-index: 2;
} */

.products-hero-content {
    max-width: 650px;
    padding-top: 4px;
    position: relative;
    z-index: 3;
}

.products-hero-kicker,
.products-mini-kicker {
    color: var(--orange);
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.products-hero-content h1 {
    color: var(--white);
    font-size: clamp(42px, 6vw, 76px);
    letter-spacing: 0;
    line-height: 0.98;
    margin: 14px 0 16px;
    max-width: 600px;
}

.products-hero-content p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.65;
    max-width: 580px;
}

.products-hero-points {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 32px;
    padding-top: 18px;
    width: min(900px, 92vw);
}

.products-hero-points span {
    align-items: center;
    color: rgba(255, 255, 255, 0.86);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 9px;
}

.products-hero-points i {
    color: var(--orange);
}

.products-catalog-section {
    background: var(--soft);
    padding: 60px 0;
}

.products-section-head {
    align-items: end;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.products-section-head h2 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.04;
    margin: 7px 0 0;
}

.products-head-link {
    align-items: center;
    color: var(--green-dark);
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    gap: 8px;
}

.products-category-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.products-category-card {
    aspect-ratio: 1.55 / 1;
    background: #17391d;
    border: 1px solid rgba(18, 61, 27, 0.12);
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(18, 61, 27, 0.12);
    display: block;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.24s ease, transform 0.24s ease;
}

.products-category-card.active,
.products-category-card:hover {
    box-shadow: 0 22px 48px rgba(18, 61, 27, 0.18);
    transform: translateY(-4px);
}

.products-category-card img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
    width: 100%;
}

.products-category-card:hover img {
    filter: saturate(1.08);
    transform: scale(1.06);
}

.products-category-card::after {
    background: linear-gradient(180deg, rgba(6, 27, 11, 0.08), rgba(6, 27, 11, 0.86));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.products-category-overlay {
    bottom: 0;
    color: var(--white);
    display: grid;
    gap: 4px;
    left: 0;
    padding: 14px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.products-category-overlay i {
    color: var(--orange);
    font-size: 18px;
}

.products-category-card h3,
.products-category-card p {
    margin: 0;
}

.products-category-card h3 {
    color: var(--white);
    font-size: 18px;
    line-height: 1.15;
}

.products-category-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
}

.products-list-section {
    padding-bottom: 38px;
}

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

@media (min-width: 1101px) {
    .products-page-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.products-page-card {
    background: var(--white);
    border: 1px solid rgba(18, 61, 27, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(18, 61, 27, 0.11);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.24s ease, transform 0.24s ease;
}

.products-page-card:hover {
    box-shadow: 0 26px 62px rgba(18, 61, 27, 0.17);
    transform: translateY(-5px);
}

.products-page-image {
    aspect-ratio: 1.25 / 0.92;
    overflow: hidden;
    position: relative;
}

.products-page-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
    width: 100%;
}

.products-page-card:hover .products-page-image img {
    filter: saturate(1.08);
    transform: scale(1.05);
}

.products-page-category-badge,
.products-page-year-badge {
    background: var(--white);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    font-size: 11px;
    font-weight: 900;
    padding: 6px 9px;
    position: absolute;
    top: 10px;
}

.products-page-category-badge {
    color: var(--green);
    left: 10px;
}

.products-page-year-badge {
    color: var(--orange);
    right: 10px;
    bottom: 10px;
    top: unset;
}

.products-page-card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 16px;
}

.products-page-card-body h3 {
    font-size: 21px;
    line-height: 1.12;
    margin: 0 0 9px;
}

.products-page-card-body p {
    color: var(--muted);
    font-size: 13px;
    height: calc(1.55em * 5);
    line-height: 1.55;
    margin: 0;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-color: rgba(35, 115, 14, 0.42) transparent;
    scrollbar-width: thin;
}

.products-page-card-body p::-webkit-scrollbar {
    width: 4px;
}

.products-page-card-body p::-webkit-scrollbar-thumb {
    background: rgba(35, 115, 14, 0.42);
    border-radius: 999px;
}

.products-page-card-body p::-webkit-scrollbar-track {
    background: transparent;
}

.products-page-card dl {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 16px 0 0;
}

.products-page-card dl div {
    background: #f4faef;
    border: 1px solid var(--line);
    border-radius: 8px;
    min-width: 0;
    padding: 9px 7px;
}

.products-card-actions {
    margin-top: auto;
    padding-top: 16px;
}

.product-whatsapp-btn {
    align-items: center;
    background: var(--green);
    border-radius: 8px;
    color: var(--white);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    min-height: 38px;
    padding: 9px 14px;
    width: 100%;
}

.product-whatsapp-btn:hover {
    background: #23730e;
    color: var(--white);
}

.products-service-strip {
    background: var(--soft);
    padding: 8px 0 34px;
}

.products-service-grid {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    border-radius: 8px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
}

.products-service-grid article {
    align-items: center;
    border-right: 1px solid var(--line);
    display: flex;
    gap: 12px;
    min-width: 0;
    padding: 16px 18px;
}

.products-service-grid article:last-child {
    border-right: 0;
}

.products-service-grid i {
    align-items: center;
    background: #edf8e8;
    border-radius: 50%;
    color: var(--green);
    display: inline-flex;
    flex: 0 0 auto;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.products-service-grid strong,
.products-service-grid span {
    display: block;
}

.products-service-grid strong {
    font-size: 14px;
    line-height: 1.2;
}

.products-service-grid span {
    color: var(--muted);
    font-size: 12px;
    margin-top: 2px;
}

dt {
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
    display: flex;
    flex-direction: column;
}

dt i {
    color: var(--green);
    margin-right: 7px;
}

dd {
    font-weight: 900;
    margin: 6px 0 0;
}

.products-pagination {
    margin-top: 36px;
}

.jagadamba-pagination {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.pagination-summary {
    color: var(--muted);
    font-weight: 800;
}

.pagination-controls,
.pagination-pages {
    align-items: center;
    display: flex;
    gap: 8px;
}

.pagination-btn {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--green-dark);
    display: inline-flex;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 12px;
}

.pagination-btn.active,
.pagination-btn:hover {
    background: var(--green);
    border-color: var(--green);
    color: var(--white);
}

.pagination-btn.disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.site-footer {
    background:
        radial-gradient(circle at 50% 0%, rgba(72, 146, 42, 0.34), transparent 36%),
        radial-gradient(circle at 12% 88%, rgba(255, 135, 12, 0.08), transparent 22%),
        linear-gradient(135deg, #063313 0%, #0d4b1e 48%, #063313 100%);
    color: var(--white);
    overflow: hidden;
    padding: 42px 0 0;
    position: relative;
}

.footer-leaf {
    border: 1px solid rgba(160, 196, 104, 0.22);
    border-radius: 100% 0;
    height: 84px;
    opacity: 0.45;
    position: absolute;
    width: 42px;
}

.footer-leaf::before,
.footer-leaf::after {
    border: 1px solid rgba(160, 196, 104, 0.22);
    border-radius: 100% 0;
    content: "";
    height: 58px;
    position: absolute;
    width: 28px;
}

.footer-leaf::before {
    left: -26px;
    top: 30px;
    transform: rotate(-42deg);
}

.footer-leaf::after {
    right: -28px;
    top: 22px;
    transform: rotate(42deg);
}

.footer-leaf-left {
    bottom: 22px;
    left: 28px;
    transform: rotate(-38deg);
}

.footer-leaf-right {
    right: 42px;
    top: 28px;
    transform: rotate(42deg);
}

.footer-reference-shell {
    position: relative;
    z-index: 1;
}

.footer-reference-logo {
    display: flex;
    justify-content: center;
}

.footer-reference-logo img {
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
    max-height: 132px;
    object-fit: contain;
    padding: 12px 24px;
}

.footer-reference-intro {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(20px, 2.2vw, 34px);
    font-weight: 900;
    line-height: 1.45;
    margin: 28px auto 26px;
    max-width: 1160px;
    text-align: center;
    font-size: 16px;
}

.footer-reference-main {
    align-items: center;
    display: grid;
    gap: 46px;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.82fr);
    margin-top: 16px;
}

.footer-unit-grid {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
}

.footer-unit-card {
    text-align: center;
}

.footer-unit-card strong {
    background: linear-gradient(180deg, rgba(76, 151, 32, 0.96), rgba(36, 113, 15, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 22px;
    padding: 11px 28px 14px;
}

.footer-unit-card p {
    align-items: center;
    color: rgba(255, 255, 255, 0.94);
    display: flex;
    font-size: 16px;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    line-height: 1.25;
    margin: 12px 0;
}

.footer-unit-card i {
    color: #8ac245;
    font-size: 20px;
}

.footer-plant-divider {
    background: linear-gradient(180deg, transparent, #8ac245 20%, #8ac245 80%, transparent);
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 3px;
}

.footer-plant-divider::before,
.footer-plant-divider::after {
    color: #8ac245;
    content: "\f4d8";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.footer-plant-divider::before {
    top: 88px;
}

.footer-plant-divider::after {
    top: 128px;
}

.footer-contact-card {
    padding-top: 34px;
    position: relative;
}

.footer-contact-ribbon {
    background: linear-gradient(180deg, #2f8f13, #176509);
    border-radius: 8px 8px 18px 18px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
    color: var(--white);
    font-size: 18px;
    font-weight: 900;
    left: 28px;
    line-height: 1.35;
    padding: 18px 26px;
    position: absolute;
    right: 28px;
    text-align: center;
    top: 0;
    z-index: 2;
}

.footer-contact-body {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border: 4px solid rgba(95, 159, 64, 0.9);
    border-radius: 28px;
    color: #151b12;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 0.50fr) minmax(0, 1fr);
    min-height: 174px;
    padding: 58px 34px 24px;
}

.footer-contact-body::before {
    display: none;
}

.footer-manager {
    display: grid;
    gap: 20px;
}

.footer-manager strong,
.footer-manager span {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.footer-phone-list {
    border-left: 2px solid rgba(47, 143, 19, 0.46);
    display: grid;
    gap: 14px;
    min-width: 0;
    padding-left: 30px;
}

.footer-phone-list a {
    align-items: center;
    color: #151b12;
    display: flex;
    font-size: 18px;
    font-weight: 900;
    gap: 16px;
    letter-spacing: 0.04em;
    line-height: 1.05;
    min-width: 0;
    white-space: nowrap;
}

.footer-phone-list i {
    align-items: center;
    background: #4aa823;
    border-radius: 50%;
    color: var(--white);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 16px;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.footer-reference-divider {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    margin: 34px 0 20px;
}

.footer-reference-divider::before,
.footer-reference-divider::after {
    background: rgba(160, 196, 104, 0.72);
    content: "";
    height: 1px;
}

.footer-reference-divider span {
    background: #a0c468;
    border-radius: 50%;
    height: 14px;
    margin: 0 26px;
    width: 14px;
}

.footer-reference-bottom {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr auto;
    padding: 0 0 26px;
}

.footer-reference-bottom p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.footer-follow {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-start;
}

.footer-follow strong {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 900;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social a {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    color: var(--white);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

@media (max-width: 1100px) {
    .footer-reference-main {
        grid-template-columns: 1fr;
    }

    .footer-contact-card {
        margin: 0 auto;
        max-width: 780px;
        width: 100%;
    }

    .footer-reference-bottom {
        display: flex;
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .footer-follow {
        justify-content: center;
        gap: 12px;
    }
}

@media (max-width: 900px) {
    .footer-unit-grid {
        gap: 22px;
        grid-template-columns: 1fr;
    }

    .footer-plant-divider {
        display: none;
    }

    .footer-unit-card p {
        margin-left: auto;
        margin-right: auto;
        max-width: 390px;
    }
}

@media (max-width: 430px) {
    .site-footer {
        padding-top: 34px;
    }

    .footer-reference-logo img {
        max-height: 104px;
        padding: 10px 18px;
    }

    .footer-reference-intro {
        font-size: 19px;
        margin-top: 22px;
    }

    .footer-unit-card strong {
        font-size: 16px;
    }

    .footer-unit-card p {
        font-size: 14px;
    }

    .footer-contact-ribbon {
        font-size: 16px;
        left: 12px;
        padding: 14px 16px;
        right: 12px;
    }

    .footer-contact-body {
        gap: 18px;
        /* grid-template-columns: auto auto; */
        padding: 60px 20px 20px;
        text-align: center;
    }

    .footer-manager strong, .footer-manager span {
        font-size: 16px;
    }

    .footer-contact-body::before {
        display: none;
    }

    .footer-phone-list a {
        font-size: 16px;
        gap: 12px;
        justify-content: center;
    }

    .footer-reference-bottom p,
    .footer-follow strong {
        font-size: 16px;
    }
}

@media (max-width: 430px) {
    .footer-reference-intro {
        font-size: 17px;
    }

    .footer-phone-list i {
        height: 30px;
        width: 30px;
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .site-slider {
        grid-auto-columns: calc((100% - 20px) / 2);
    }

    .home-category-slider,
    .home-product-slider {
        grid-auto-columns: calc((100% - 36px) / 3);
    }

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

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

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

    .products-service-grid article:nth-child(2) {
        border-right: 0;
    }

    .products-service-grid article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

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

@media (max-width: 900px) {
    .testimonial-slider {
        grid-auto-columns: calc((100% - 20px) / 2);
    }

    .about-stat-grid,
    .products-page-card,
    .products-page-card.is-desktop-row-reversed {
        grid-template-columns: 1fr;
    }

    .products-page-card.is-desktop-row-reversed .products-page-image,
    .products-page-card.is-desktop-row-reversed .products-page-card-body {
        grid-column: auto;
        grid-row: auto;
    }

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

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

    .products-hero-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }
}

@media (max-width: 430px) {
    :root {
        --header-height: var(--header-height-mobile);
    }

    .reveal,
    .motion-item {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    main {
        padding-top: var(--header-height-mobile);
    }

    .site-container {
        padding: 0 16px;
    }

    .site-header {
        min-height: var(--header-height-mobile);
    }

    .header-inner {
        gap: 10px;
        min-height: var(--header-height-mobile);
    }

    .site-logo {
        height: var(--header-height-mobile);
        max-width: 118px;
    }

    .site-logo img {
        max-height: 60px;
        max-width: 112px;
    }

    .desktop-nav {
        display: none;
    }

    .language-switch {
        gap: 6px;
        margin-left: auto;
        min-height: 42px;
        padding: 5px 10px 5px 8px;
    }

    .language-switch > i {
        display: inline-flex;
        font-size: 12px;
        height: 28px;
        width: 28px;
    }

    .language-label {
        display: none;
    }

    .language-switch select {
        font-size: 12px;
        min-height: 32px;
        padding: 6px 10px;
        width: 152px;
    }

    .menu-toggle {
        display: grid;
    }

    .offcanvas {
        background: var(--white);
        display: block;
        height: 100vh;
        max-width: 360px;
        padding: 32px 24px;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: transform 0.24s ease;
        width: 86vw;
        z-index: 160;
    }

    .offcanvas.open {
        transform: translateX(0);
    }

    .offcanvas img {
        max-height: 86px;
        object-fit: contain;
    }

    .offcanvas nav {
        display: grid;
        gap: 12px;
        margin-top: 28px;
    }

    .offcanvas nav a {
        border: 1px solid var(--line);
        border-radius: 8px;
        font-weight: 900;
        padding: 14px;
        position: relative;
    }

    .offcanvas-close {
        background: var(--orange);
        border: 0;
        border-radius: 50%;
        color: #2b1700;
        cursor: pointer;
        font-size: 28px;
        height: 44px;
        position: absolute;
        right: 18px;
        top: 18px;
        width: 44px;
    }

    .offcanvas-backdrop {
        background: rgba(0, 0, 0, 0.4);
        display: block;
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity 0.24s ease;
        z-index: 150;
    }

    .offcanvas-backdrop.open {
        opacity: 1;
        pointer-events: auto;
    }

    .home-hero {
        min-height: 680px;
    }

    .home-hero .hero-content h1 {
        font-size: clamp(46px, 15vw, 66px);
    }

    .home-hero .hero-content p {
        font-size: 15px;
    }

    .section {
        padding: 58px 0;
    }

    .section-head {
        align-items: flex-start;
        display: grid;
    }

    .home-slider-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-card-slider {
        gap: 14px;
        margin-left: -2px;
        margin-right: -2px;
        padding-bottom: 16px;
    }

    .home-category-slider,
    .home-product-slider {
        grid-auto-columns: calc((100% - 14px) / 2);
        max-width: none;
    }

    .site-slider,
    .testimonial-slider {
        grid-auto-columns: 86%;
    }

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

    .products-service-strip {
        padding: 24px 16px 40px;
    }

    .products-page-card dl {
        grid-template-columns: auto auto auto;
    }

    .products-page-hero {
        min-height: 520px;
        padding: 52px 0;
    }

    .products-page-hero::before {
        background: linear-gradient(90deg, rgba(7, 28, 12, 0.94), rgba(11, 44, 19, 0.66));
    }

    .products-hero-content h1 {
        font-size: clamp(38px, 12vw, 58px);
    }

    .products-hero-content p {
        font-size: 15px;
    }

    .products-catalog-section {
        padding: 40px 0;
    }

    .products-section-head {
        align-items: flex-start;
        display: grid;
    }

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

    .about-video-card {
        grid-column: auto;
    }

    .products-category-card {
        aspect-ratio: 1.24 / 1;
    }

    .products-category-card img {
        height: 100%;
        width: 100%;
    }

    .products-page-image {
        min-height: 0;
    }

    .products-page-card-body {
        padding: 14px;
    }

    .products-page-card-body p {
        height: calc(1.55em * 5);
        padding-right: 0;
        scrollbar-width: none;
    }

    .products-page-card-body p::-webkit-scrollbar {
        display: none;
    }

    .floating-download-btn {
        bottom: 16px;
        min-height: 44px;
        padding: 10px 14px;
        right: 16px;
    }

    .jagadamba-pagination {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .pagination-btn {
    font-weight: 600;
    height: unset;
    min-width: unset;
    padding: 6px 8px;
    line-height: 1em;
    font-size: 14px;
}
}

@media (max-width: 430px) {
    .language-switch > i {
        display: none;
    }

    .language-switch select {
        width: 112px;
    }

    .menu-toggle {
        padding: 10px;
    }

    .products-hero-points,
    .products-category-grid,
    .products-page-grid,
    .products-service-grid {
        grid-template-columns: 1fr;
    }

    .products-service-grid article,
    .products-service-grid article:nth-child(2),
    .products-service-grid article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
        border-right: 0;
    }

    .products-service-grid article:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 430px) {
    .home-category-slider,
    .home-product-slider {
        grid-auto-columns: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .reveal,
    .motion-item {
        opacity: 1 !important;
        transform: none !important;
    }
}
