/*
Theme Name: Lạc Việt V3
Theme URI: https://nongduoclacviet.vn/
Author: Lạc Việt
Description: Giao diện giới thiệu và chia sẻ kiến thức của Công ty Cổ phần Nông dược Lạc Việt.
Version: 2.0.1
Text Domain: lac-viet
*/

:root {
    --lv-green-950: #063b28;
    --lv-green-900: #084b32;
    --lv-green-800: #0d6340;
    --lv-green-700: #197a4a;
    --lv-green-100: #dfeee4;
    --lv-gold: #e9a91e;
    --lv-gold-2: #f3bf3f;
    --lv-ink: #133427;
    --lv-muted: #5e7167;
    --lv-cream: #f8f4e9;
    --lv-sand: #efe8d7;
    --lv-sky: #eaf6f4;
    --lv-white: #fff;
    --lv-line: rgba(6, 75, 50, .15);
    --lv-shadow: 0 28px 70px rgba(5, 53, 35, .15);
    --lv-serif: Georgia, "Times New Roman", serif;
    --lv-sans: Arial, "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--lv-ink);
    background: #fff;
    font-family: var(--lv-sans);
    font-size: 17px;
    line-height: 1.65;
    overflow-x: hidden;
}
body.lv-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.lv-container { width: min(1220px, calc(100% - 52px)); margin-inline: auto; }
.lv-skip { position: fixed; left: -9999px; top: 12px; z-index: 200; }
.lv-skip:focus { left: 12px; background: #fff; padding: 12px 16px; border-radius: 8px; }

.lv-topbar {
    position: relative;
    z-index: 101;
    background: var(--lv-green-950);
    color: #e9f2eb;
    font-size: 12px;
    letter-spacing: .045em;
}
.lv-topbar__inner {
    min-height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.lv-topbar__promise { font-weight: 800; text-transform: uppercase; }
.lv-topbar__links { display: flex; align-items: center; gap: 12px; }
.lv-topbar a:hover { color: var(--lv-gold-2); }

.lv-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(6, 75, 50, .09);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.admin-bar .lv-header { top: 32px; }
.lv-header__inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.lv-brand { display: flex; align-items: center; gap: 13px; min-width: 230px; }
.lv-brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 12px;
}
.lv-brand strong {
    display: block;
    color: var(--lv-green-900);
    font-size: 21px;
    line-height: 1.1;
    letter-spacing: .11em;
}
.lv-brand small {
    display: block;
    margin-top: 4px;
    color: var(--lv-muted);
    font-size: 11px;
    letter-spacing: .04em;
}
.lv-nav-wrap { display: flex; align-items: center; gap: 31px; }
.lv-menu {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 800;
}
.lv-menu a { position: relative; padding: 30px 0; }
.lv-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 21px;
    height: 2px;
    background: var(--lv-gold);
    transition: right .28s ease;
}
.lv-menu a:hover::after { right: 0; }
.lv-menu-toggle {
    display: none;
    width: 50px;
    height: 50px;
    border: 1px solid var(--lv-line);
    border-radius: 50%;
    background: #fff;
    color: var(--lv-green-900);
    cursor: pointer;
}
.lv-menu-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; }
.lv-menu-toggle em { position: absolute; left: -9999px; }

.lv-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 50px;
    padding: 12px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--lv-green-900);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.lv-button:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(6, 59, 40, .2); }
.lv-button--gold { background: var(--lv-gold); color: #2f2b13; }
.lv-button--gold:hover { background: var(--lv-gold-2); }
.lv-header__cta { min-height: 46px; padding-inline: 20px; }
.lv-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 3px;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}
.lv-text-link span { transition: transform .2s ease; }
.lv-text-link:hover span { transform: translate(3px, -3px); }
.lv-text-link--green { color: var(--lv-green-900); border-color: var(--lv-line); }

.lv-kicker {
    margin: 0 0 12px;
    color: var(--lv-green-700);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.lv-kicker--gold { color: var(--lv-gold-2); }
.lv-kicker--light { color: #dff2e5; }
h1, h2, h3, p { overflow-wrap: break-word; }
h2 em, h3 em { color: var(--lv-green-700); font-style: normal; }

.lv-hero {
    position: relative;
    min-height: calc(100svh - 120px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--lv-green-950);
    color: #fff;
}
.lv-hero__media, .lv-hero__veil { position: absolute; inset: 0; }
.lv-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    transform: scale(1.04);
    will-change: transform;
}
.lv-hero__veil {
    background:
        linear-gradient(90deg, rgba(5, 42, 28, .93) 0%, rgba(5, 47, 31, .74) 38%, rgba(5, 47, 31, .11) 72%),
        linear-gradient(0deg, rgba(4, 36, 24, .4), transparent 50%);
}
.lv-hero__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 760px) auto;
    align-items: end;
    justify-content: space-between;
    gap: 48px;
    padding-top: 90px;
    padding-bottom: 120px;
}
.lv-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}
.lv-eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--lv-gold); box-shadow: 0 0 0 5px rgba(233, 169, 30, .15); }
.lv-hero__brandline { margin: 26px 0 10px; color: #d9eadf; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.lv-hero h1 {
    margin: 0;
    font-family: var(--lv-serif);
    font-size: clamp(54px, 6.5vw, 96px);
    line-height: .96;
    letter-spacing: -.055em;
    text-wrap: balance;
}
.lv-hero h1 em { color: var(--lv-gold-2); font-style: normal; }
.lv-hero__lead { max-width: 650px; margin: 25px 0 0; color: #e4eee7; font-size: 18px; line-height: 1.65; }
.lv-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 31px; }
.lv-hero__seal {
    width: 138px;
    height: 138px;
    display: grid;
    place-content: center;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    background: rgba(6, 75, 50, .36);
    backdrop-filter: blur(10px);
    transform: rotate(5deg);
}
.lv-hero__seal::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(255, 255, 255, .35); border-radius: 50%; }
.lv-hero__seal strong { font-family: var(--lv-serif); font-size: 38px; line-height: .9; }
.lv-hero__seal span { margin-top: 8px; color: #e5efe8; font-size: 11px; font-weight: 800; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }
.lv-hero__ticker {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    z-index: 3;
    overflow: hidden;
    color: rgba(255, 255, 255, .44);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    white-space: nowrap;
}
.lv-hero__ticker div { display: inline-block; min-width: 200%; animation: lvTicker 22s linear infinite; }
.lv-hero__ticker b { padding: 0 24px; color: var(--lv-gold); }
@keyframes lvTicker { to { transform: translateX(-50%); } }
.lv-wave {
    position: absolute;
    left: -3%;
    right: -3%;
    bottom: -1px;
    height: 44px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: #fff;
    transform: translateY(55%);
}
.lv-wave::before {
    content: "";
    position: absolute;
    left: 2%;
    right: 2%;
    top: -12px;
    height: 10px;
    border-radius: 50%;
    background: var(--lv-gold);
}

.lv-story { position: relative; padding: 125px 0 135px; background: #fff; }
.lv-story::before {
    content: "LV";
    position: absolute;
    right: 4%;
    top: 24px;
    color: rgba(6, 75, 50, .035);
    font-family: var(--lv-serif);
    font-size: clamp(190px, 28vw, 430px);
    font-weight: 800;
    line-height: 1;
}
.lv-story__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.lv-story h2, .lv-journey__intro h2, .lv-principles h2, .lv-values h2, .lv-knowledge h2, .lv-contact h2 {
    margin: 0;
    font-family: var(--lv-serif);
    font-size: clamp(43px, 5vw, 72px);
    line-height: 1.04;
    letter-spacing: -.045em;
}
.lv-story__lead { margin: 0; color: var(--lv-muted); font-size: clamp(20px, 2.1vw, 28px); line-height: 1.58; }
.lv-story__quote { display: flex; align-items: center; gap: 16px; margin-top: 35px; padding-top: 24px; border-top: 1px solid var(--lv-line); }
.lv-story__quote img { width: 54px; height: 54px; object-fit: contain; border-radius: 12px; }
.lv-story__quote span { color: var(--lv-green-900); font-size: 14px; font-weight: 800; letter-spacing: .04em; }

.lv-journey { position: relative; background: var(--lv-green-950); color: #fff; }
.lv-journey__intro { padding: 115px 0 88px; text-align: center; }
.lv-journey__intro h2 { font-size: clamp(48px, 6vw, 82px); }
.lv-journey__intro h2 em { color: var(--lv-gold-2); }
.lv-journey__intro > p:last-child { max-width: 700px; margin: 23px auto 0; color: #cfe1d5; font-size: 18px; }
.lv-journey__rail { position: relative; }
.lv-stage {
    position: sticky;
    top: 86px;
    min-height: calc(100svh - 86px);
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}
.admin-bar .lv-stage { top: 118px; min-height: calc(100svh - 118px); }
.lv-stage__image, .lv-stage__overlay { position: absolute; inset: 0; }
.lv-stage__image img { width: 100%; height: 100%; object-fit: cover; }
.lv-stage--field .lv-stage__image img { object-position: center; }
.lv-stage--lab .lv-stage__image img { object-position: center; }
.lv-stage__overlay { background: linear-gradient(90deg, rgba(4, 39, 26, .92), rgba(4, 45, 29, .66) 48%, rgba(4, 38, 25, .1) 78%); }
.lv-stage--lab .lv-stage__overlay { background: linear-gradient(90deg, rgba(4, 39, 26, .16) 0%, rgba(4, 42, 28, .5) 48%, rgba(4, 39, 26, .94) 100%); }
.lv-stage__content { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 36px; padding-block: 90px; }
.lv-stage__number { align-self: start; padding-top: 18px; color: var(--lv-gold-2); font-family: var(--lv-serif); font-size: 55px; line-height: 1; }
.lv-stage__number span { display: block; margin-top: 6px; color: rgba(255, 255, 255, .6); font-family: var(--lv-sans); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.lv-stage__number--dark { color: var(--lv-green-900); }
.lv-stage__number--dark span { color: var(--lv-muted); }
.lv-stage__copy { max-width: 620px; padding: 38px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 28px; background: rgba(4, 47, 30, .58); backdrop-filter: blur(14px); box-shadow: var(--lv-shadow); }
.lv-stage__copy--right { margin-left: auto; }
.lv-stage__copy h3, .lv-product-stage h3 { margin: 0; font-family: var(--lv-serif); font-size: clamp(39px, 4.2vw, 62px); line-height: 1.04; letter-spacing: -.04em; }
.lv-stage__copy > p:not(.lv-kicker) { margin: 22px 0 0; color: #dce9e0; }
.lv-stage__copy ul { display: grid; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; font-size: 14px; font-weight: 800; }
.lv-stage__copy li { position: relative; padding-left: 27px; }
.lv-stage__copy li::before { content: "✓"; position: absolute; left: 0; color: var(--lv-gold-2); }
.lv-stage--products { z-index: 3; background: linear-gradient(135deg, #f6f1e3, #e8f3e9 70%, #fff); color: var(--lv-ink); }
.lv-stage__product-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 52%, rgba(25, 122, 74, .13), transparent 36%),
        linear-gradient(28deg, transparent 57%, rgba(255, 255, 255, .7) 57%);
}
.lv-product-stage { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 45px; align-items: center; padding-block: 82px; }
.lv-product-stage__copy > p:not(.lv-kicker) { max-width: 500px; color: var(--lv-muted); }
.lv-product-stage h3 em { color: var(--lv-green-700); }
.lv-product-orbit {
    position: relative;
    min-height: 610px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .95) 0 35%, rgba(220, 235, 221, .78) 36% 57%, transparent 58%);
}
.lv-product-orbit::before, .lv-product-orbit::after { content: ""; position: absolute; border: 1px dashed rgba(6, 75, 50, .22); border-radius: 50%; inset: 10%; }
.lv-product-orbit::after { inset: 28%; border-style: solid; }
.lv-orbit-card {
    position: absolute;
    width: 250px;
    padding: 15px;
    border: 1px solid rgba(6, 75, 50, .12);
    border-radius: 23px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 55px rgba(6, 75, 50, .14);
    transition: transform .35s ease, box-shadow .35s ease;
}
.lv-orbit-card:hover { transform: translateY(-10px) rotate(0); box-shadow: 0 30px 70px rgba(6, 75, 50, .22); z-index: 5; }
.lv-orbit-card > span { position: absolute; top: 13px; left: 14px; display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; background: var(--lv-gold); color: #42310a; font-size: 11px; font-weight: 900; }
.lv-orbit-card img { width: 100%; height: 260px; object-fit: contain; border-radius: 15px; }
.lv-orbit-card div { padding: 12px 5px 3px; }
.lv-orbit-card small { display: block; color: var(--lv-green-700); font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.lv-orbit-card strong { display: block; margin-top: 4px; color: var(--lv-green-900); font-family: var(--lv-serif); font-size: 20px; }
.lv-orbit-card--one { left: 0; top: 90px; transform: rotate(-4deg); }
.lv-orbit-card--two { right: 4px; top: 30px; transform: rotate(4deg); }
.lv-orbit-card--three { left: 34%; bottom: -6px; transform: translateX(-16%) rotate(2deg); }
.lv-journey__progress { position: fixed; z-index: 50; right: 20px; top: 50%; display: grid; gap: 11px; opacity: 0; pointer-events: none; }
.lv-journey:has(.lv-stage:hover) .lv-journey__progress { opacity: 1; }
.lv-journey__progress span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, .45); transition: height .25s ease, background .25s ease; }
.lv-journey__progress span.is-active { height: 29px; border-radius: 99px; background: var(--lv-gold); }

.lv-principles { position: relative; padding: 130px 0; background: #fff; }
.lv-principles::before { content: ""; position: absolute; inset: 0 0 auto; height: 220px; background: linear-gradient(180deg, rgba(237, 244, 237, .7), transparent); }
.lv-principles__head { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; margin-bottom: 60px; }
.lv-principles__head > p { margin: 0 0 8px; color: var(--lv-muted); font-size: 18px; }
.lv-principles__grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.lv-principle { min-height: 290px; padding: 28px 24px; border: 1px solid var(--lv-line); border-radius: 100px 100px 26px 26px; background: linear-gradient(180deg, #f1f7f1, #fff 70%); text-align: center; transition: transform .3s ease, background .3s ease; }
.lv-principle:hover { transform: translateY(-10px); background: var(--lv-green-900); color: #fff; }
.lv-principle__icon { width: 84px; height: 84px; display: grid; place-items: center; margin: 0 auto 26px; border-radius: 50%; background: var(--lv-gold); color: #403112; font-family: var(--lv-serif); font-size: 27px; font-weight: 800; box-shadow: 0 0 0 9px rgba(233, 169, 30, .14); }
.lv-principle h3 { margin: 0; color: var(--lv-green-900); font-family: var(--lv-serif); font-size: 26px; line-height: 1.15; }
.lv-principle p { margin: 14px 0 0; color: var(--lv-muted); font-size: 14px; }
.lv-principle:hover h3, .lv-principle:hover p { color: #fff; }

.lv-values { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; background: var(--lv-green-950); color: #fff; }
.lv-values__landscape {
    position: absolute;
    inset: -8%;
    background: linear-gradient(90deg, rgba(4, 42, 28, .9), rgba(4, 42, 28, .35)), url("assets/images/hero-campaign-v2.jpg") center/cover no-repeat;
    will-change: transform;
}
.lv-values__content { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; padding-block: 110px; }
.lv-values h2 { font-size: clamp(50px, 6vw, 82px); }
.lv-values__list { display: grid; }
.lv-values__list > div { display: grid; grid-template-columns: 170px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid rgba(255, 255, 255, .23); }
.lv-values__list strong { color: var(--lv-gold-2); font-family: var(--lv-serif); font-size: 26px; }
.lv-values__list span { color: #deebe2; }

.lv-knowledge { padding: 130px 0; background: var(--lv-cream); }
.lv-knowledge__head { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 90px; margin-bottom: 55px; }
.lv-knowledge__head > p { margin: 0 0 8px; color: var(--lv-muted); }
.lv-knowledge__grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.lv-knowledge-card {
    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 27px;
    overflow: hidden;
    border: 1px solid var(--lv-line);
    border-radius: 24px;
    background: #fff;
    transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}
.lv-knowledge-card:hover { transform: translateY(-9px); box-shadow: var(--lv-shadow); background: #fafffa; }
.lv-knowledge-card--feature { background: var(--lv-green-900); color: #fff; }
.lv-knowledge-card--feature:hover { background: var(--lv-green-800); }
.lv-knowledge-card__index { align-self: flex-end; color: var(--lv-gold); font-family: var(--lv-serif); font-size: 45px; line-height: 1; }
.lv-knowledge-card small { color: var(--lv-green-700); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.lv-knowledge-card h3 { margin: 11px 0 14px; color: var(--lv-green-900); font-family: var(--lv-serif); font-size: 30px; line-height: 1.12; }
.lv-knowledge-card p { color: var(--lv-muted); font-size: 14px; }
.lv-knowledge-card b { display: inline-block; margin-top: 18px; font-size: 12px; }
.lv-knowledge-card--feature small, .lv-knowledge-card--feature h3, .lv-knowledge-card--feature b { color: #fff; }
.lv-knowledge-card--feature p { color: #d9e8df; }

.lv-contact { padding: 105px 0 145px; background: linear-gradient(120deg, #e7f2e9, #f8f4e9); }
.lv-contact__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.lv-contact__action > p { margin: 0 0 25px; color: var(--lv-muted); font-size: 18px; }

.lv-footer { position: relative; padding: 100px 0 28px; background: var(--lv-green-950); color: #d7e6dc; }
.lv-footer__wave {
    position: absolute;
    left: -3%;
    right: -3%;
    top: -31px;
    height: 63px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: var(--lv-green-950);
    border-top: 9px solid var(--lv-gold);
}
.lv-footer__grid { display: grid; grid-template-columns: 1.3fr .65fr .9fr .95fr; gap: 55px; }
.lv-footer h3 { margin: 0 0 18px; color: var(--lv-gold-2); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.lv-footer p, .lv-footer li { color: #bdd0c3; font-size: 13px; line-height: 1.75; }
.lv-footer ul { margin: 0; padding: 0; list-style: none; }
.lv-footer li + li { margin-top: 8px; }
.lv-footer a:hover { color: #fff; }
.lv-footer__brand { display: flex; align-items: center; gap: 14px; }
.lv-footer__brand img { width: 59px; height: 59px; object-fit: contain; border-radius: 12px; }
.lv-footer__brand strong { display: block; color: #fff; font-size: 23px; letter-spacing: .11em; }
.lv-footer__brand span { display: block; margin-top: 4px; color: var(--lv-gold-2); font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.lv-footer__intro > p { max-width: 360px; }
.lv-footer__phone { display: inline-flex; flex-direction: column; margin-top: 14px; color: #fff; font-family: var(--lv-serif); font-size: 27px; line-height: 1.15; }
.lv-footer__phone span { margin-top: 6px; color: var(--lv-gold-2); font-family: var(--lv-sans); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lv-copyright { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .13); color: #89a397; font-size: 11px; }

.lv-js .lv-reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.61,.36,1); }
.lv-js .lv-reveal[data-delay="1"] { transition-delay: .12s; }
.lv-js .lv-reveal[data-delay="2"] { transition-delay: .24s; }
.lv-js .lv-reveal[data-delay="3"] { transition-delay: .36s; }
.lv-js .lv-reveal.is-visible { opacity: 1; transform: none; }

.lv-article { padding: 90px 0; background: linear-gradient(180deg, #f3f6ee 0, #fff 310px); }
.lv-article__inner { max-width: 840px; }
.lv-article h1 { margin: 0; color: var(--lv-green-900); font-family: var(--lv-serif); font-size: clamp(42px, 5vw, 68px); line-height: 1.05; letter-spacing: -.045em; }
.lv-article__meta { color: var(--lv-muted); font-size: 13px; }
.lv-article__thumb { margin: 32px 0; overflow: hidden; border-radius: 26px; }
.lv-article__content { margin-top: 35px; font-size: 18px; }
.lv-article__content h2 { margin: 46px 0 13px; color: var(--lv-green-900); font-family: var(--lv-serif); font-size: 36px; line-height: 1.15; }
.lv-article__content h3 { margin: 32px 0 10px; color: var(--lv-green-900); font-size: 24px; }
.lv-article__content p, .lv-article__content li { color: #3d5549; }
.lv-article__content a { color: var(--lv-green-700); font-weight: 700; text-decoration: underline; }
.lv-post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 38px; }
.lv-post-card { overflow: hidden; border: 1px solid var(--lv-line); border-radius: 22px; background: #fff; }
.lv-post-card img { width: 100%; height: 220px; object-fit: cover; }
.lv-post-card > div { padding: 22px; }
.lv-post-card h2 { margin: 5px 0 9px; color: var(--lv-green-900); font-family: var(--lv-serif); font-size: 26px; line-height: 1.16; }
.lv-post-card p { margin: 0; color: var(--lv-muted); font-size: 14px; }
.lv-post-card__date { color: var(--lv-green-700)!important; font-size: 11px!important; font-weight: 900; }
.lv-post-card__link { display: inline-block; margin-top: 17px; color: var(--lv-green-900); font-size: 13px; font-weight: 800; }

@media (min-width: 821px) and (max-height: 900px) {
    .lv-stage__content {
        grid-template-columns: 100px 1fr;
        gap: 26px;
        padding-block: 30px;
    }
    .lv-stage__number { padding-top: 8px; font-size: 48px; }
    .lv-stage__copy {
        max-width: 600px;
        padding: 26px 30px;
        border-radius: 24px;
    }
    .lv-stage__copy h3 { font-size: clamp(38px, 3.45vw, 52px); }
    .lv-stage__copy > p:not(.lv-kicker) {
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.52;
    }
    .lv-stage__copy ul {
        gap: 5px;
        margin-top: 14px;
        font-size: 13px;
    }
    .lv-product-stage { padding-block: 34px; }
    .lv-product-orbit { min-height: 520px; }
    .lv-orbit-card { width: 220px; padding: 12px; }
    .lv-orbit-card img { height: 205px; }
    .lv-orbit-card--one { top: 62px; }
    .lv-orbit-card--two { top: 14px; }
}

@media (max-width: 1080px) {
    .lv-nav-wrap { gap: 20px; }
    .lv-menu { gap: 16px; font-size: 12px; }
    .lv-header__cta { display: none; }
    .lv-product-orbit { transform: scale(.9); }
    .lv-principles__grid { grid-template-columns: repeat(2, 1fr); }
    .lv-principle { border-radius: 70px 70px 24px 24px; }
    .lv-footer__grid { grid-template-columns: 1.2fr .8fr 1fr; }
    .lv-footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
    .admin-bar .lv-header { top: 46px; }
    .lv-container { width: min(100% - 36px, 1220px); }
    .lv-menu-toggle { display: block; position: relative; z-index: 2; }
    .lv-nav-wrap {
        position: fixed;
        z-index: -1;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 25px;
        padding: 110px 30px 45px;
        background: var(--lv-green-950);
        color: #fff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: opacity .3s ease, transform .3s ease, visibility .3s;
    }
    .lv-nav-wrap.is-open { z-index: 1; opacity: 1; visibility: visible; transform: none; }
    .lv-menu { flex-direction: column; align-items: stretch; gap: 0; font-size: 27px; font-family: var(--lv-serif); }
    .lv-menu li, .lv-menu a { display: block; }
    .lv-menu a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
    .lv-menu a::after { display: none; }
    .lv-nav-wrap .lv-header__cta { display: inline-flex; align-self: flex-start; }
    .lv-hero { min-height: calc(100svh - 120px); align-items: end; }
    .lv-hero__media img { object-position: 68% center; }
    .lv-hero__veil { background: linear-gradient(0deg, rgba(4, 38, 25, .95) 4%, rgba(4, 41, 27, .7) 52%, rgba(4, 41, 27, .1)); }
    .lv-hero__content { grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 120px; }
    .lv-hero__seal { display: none; }
    .lv-story__grid, .lv-principles__head, .lv-values__content, .lv-knowledge__head, .lv-contact__grid { grid-template-columns: 1fr; gap: 42px; }
    .lv-story { padding: 95px 0; }
    .lv-stage { position: relative; top: auto; min-height: 820px; }
    .admin-bar .lv-stage { top: auto; min-height: 820px; }
    .lv-stage__content { grid-template-columns: 1fr; gap: 14px; }
    .lv-stage__number { padding-top: 0; }
    .lv-stage__copy, .lv-stage__copy--right { margin: 0; max-width: 590px; }
    .lv-stage--lab .lv-stage__overlay { background: linear-gradient(0deg, rgba(4,39,26,.94), rgba(4,39,26,.12) 72%); }
    .lv-product-stage { grid-template-columns: 1fr; gap: 25px; }
    .lv-product-orbit { min-height: 660px; transform: none; }
    .lv-principles, .lv-knowledge { padding: 95px 0; }
    .lv-knowledge__grid { grid-template-columns: 1fr 1fr; }
    .lv-knowledge-card--feature { grid-column: 1 / -1; }
    .lv-values__content { padding-block: 90px; }
    .lv-footer__grid { grid-template-columns: 1fr 1fr; }
    .lv-footer__grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
    body { font-size: 16px; }
    .lv-container { width: min(100% - 28px, 1220px); }
    .lv-topbar__inner { justify-content: center; min-height: 31px; }
    .lv-topbar__links { display: none; }
    .lv-header__inner { min-height: 72px; }
    .lv-brand { min-width: 0; gap: 8px; }
    .lv-brand img { width: 45px; height: 45px; }
    .lv-brand strong { font-size: 17px; }
    .lv-brand small { font-size: 9px; }
    .lv-menu-toggle { width: 44px; height: 44px; }
    .lv-hero { min-height: 760px; }
    .lv-hero__media img { object-position: 64% center; }
    .lv-hero__content { padding-top: 190px; padding-bottom: 110px; }
    .lv-eyebrow { font-size: 10px; }
    .lv-hero__brandline { font-size: 9px; letter-spacing: .12em; }
    .lv-hero h1 { font-size: clamp(43px, 13vw, 58px); }
    .lv-hero__lead { font-size: 16px; }
    .lv-hero__actions { align-items: flex-start; flex-direction: column; gap: 10px; }
    .lv-hero__ticker { bottom: 23px; font-size: 9px; }
    .lv-wave { height: 28px; }
    .lv-story { padding: 80px 0; }
    .lv-story__grid { gap: 30px; }
    .lv-story h2, .lv-journey__intro h2, .lv-principles h2, .lv-values h2, .lv-knowledge h2, .lv-contact h2 { font-size: 43px; }
    .lv-story__lead { font-size: 19px; }
    .lv-journey__intro { padding: 85px 0 65px; text-align: left; }
    .lv-journey__intro > p:last-child { font-size: 16px; }
    .lv-stage { min-height: 760px; align-items: end; }
    .admin-bar .lv-stage { min-height: 760px; }
    .lv-stage__content { padding-block: 60px; }
    .lv-stage__number { font-size: 40px; }
    .lv-stage__copy { padding: 25px 21px; border-radius: 21px; }
    .lv-stage__copy h3, .lv-product-stage h3 { font-size: 39px; }
    .lv-stage__copy > p:not(.lv-kicker) { font-size: 14px; }
    .lv-stage--field .lv-stage__image img { object-position: 61% center; }
    .lv-stage--field .lv-stage__overlay { background: linear-gradient(0deg, rgba(4,39,26,.96), rgba(4,39,26,.15) 70%); }
    .lv-stage--lab .lv-stage__image img { object-position: 42% center; }
    .lv-product-stage { padding-block: 70px; }
    .lv-product-orbit { min-height: 850px; margin-top: 15px; background: none; }
    .lv-product-orbit::before, .lv-product-orbit::after { display: none; }
    .lv-orbit-card { position: relative; inset: auto; width: 100%; display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 9px; margin-top: 13px; transform: none; }
    .lv-orbit-card:hover { transform: translateY(-5px); }
    .lv-orbit-card img { height: 160px; }
    .lv-orbit-card > span { top: 10px; left: 10px; }
    .lv-principles__head { margin-bottom: 36px; }
    .lv-principles__grid { grid-template-columns: 1fr; }
    .lv-principle { min-height: 0; display: grid; grid-template-columns: 72px 1fr; column-gap: 16px; text-align: left; border-radius: 22px; }
    .lv-principle__icon { grid-row: 1 / 3; width: 65px; height: 65px; margin: 0; font-size: 22px; }
    .lv-principle h3 { align-self: end; font-size: 24px; }
    .lv-principle p { margin-top: 6px; }
    .lv-values { min-height: 760px; }
    .lv-values__content { gap: 45px; }
    .lv-values__list > div { grid-template-columns: 1fr; gap: 6px; padding: 20px 0; }
    .lv-values__list strong { font-size: 23px; }
    .lv-knowledge__grid { grid-template-columns: 1fr; }
    .lv-knowledge-card--feature { grid-column: auto; }
    .lv-knowledge-card { min-height: 300px; }
    .lv-contact { padding: 80px 0 110px; }
    .lv-footer { padding-top: 75px; }
    .lv-footer__grid { grid-template-columns: 1fr; gap: 30px; }
    .lv-copyright { flex-direction: column; gap: 5px; margin-top: 42px; }
    .lv-post-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .lv-js .lv-reveal { opacity: 1; transform: none; }
}
