:root {
    --navy: #0c2b23;
    --navy-deep: #071c17;
    --green: #16724d;
    --green-bright: #35b779;
    --mint: #e4f1e9;
    --ink: #17231e;
    --muted: #637168;
    --line: #d9e1db;
    --paper: #fffefb;
    --cream: #f4f0e6;
    --tint: #f2f7f3;
    --orange: #c86d31;
    --shadow: 0 28px 70px rgba(7, 35, 28, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body.landing-page,
body.legal-page { margin: 0; color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; background: var(--paper); }
body.landing-page { overflow-x: clip; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.landing-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.landing-skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-160%); padding: .75rem 1rem; background: var(--navy); color: #fff; font-weight: 800; }
.landing-skip-link:focus { transform: none; }

.landing-header { position: sticky; top: 0; z-index: 30; background: rgba(255, 254, 251, .94); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .2s ease, box-shadow .2s ease; }
.landing-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 26px rgba(7, 35, 28, .07); }
.landing-header__inner { min-height: 78px; display: flex; align-items: center; gap: 2rem; }
.landing-brand { display: inline-flex; align-items: center; gap: .68rem; flex: none; color: var(--navy); font-size: 1.08rem; font-weight: 850; letter-spacing: -.025em; }
.landing-brand__mark { width: 44px; height: 44px; display: grid; place-items: center; flex: none; }
.landing-brand__mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.landing-brand__name { white-space: nowrap; }
.landing-navigation { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex: 1; }
.landing-navigation__links,
.landing-navigation__actions { display: flex; align-items: center; gap: .35rem; }
.landing-navigation__links a { position: relative; padding: .75rem .78rem; color: #42564d; font-size: .89rem; font-weight: 700; }
.landing-navigation__links a::after { content: ""; position: absolute; left: .78rem; right: .78rem; bottom: .4rem; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.landing-navigation__links a:hover::after,
.landing-navigation__links a:focus-visible::after,
.landing-navigation__links a[aria-current="page"]::after { transform: scaleX(1); }
.landing-menu-button { display: none; margin-left: auto; min-height: 42px; padding: 0 .85rem; align-items: center; gap: .65rem; border: 1px solid var(--line); background: #fff; color: var(--navy); font-weight: 800; }
.landing-menu-button i,
.landing-menu-button i::before,
.landing-menu-button i::after { display: block; width: 15px; height: 2px; background: currentColor; content: ""; transition: transform .2s ease; }
.landing-menu-button i { position: relative; }
.landing-menu-button i::before { position: absolute; top: -5px; }
.landing-menu-button i::after { position: absolute; top: 5px; }
.landing-menu-button[aria-expanded="true"] i { background: transparent; }
.landing-menu-button[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
.landing-menu-button[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }

.landing-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: 0 1.18rem; border: 1px solid var(--line); background: transparent; color: var(--navy); font-size: .89rem; font-weight: 800; letter-spacing: .005em; transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease; }
.landing-button:hover { transform: translateY(-2px); }
.landing-button--primary { border-color: var(--green); background: var(--green); color: #fff; box-shadow: 0 12px 26px rgba(22, 114, 77, .2); }
.landing-button--primary:hover { border-color: #105f3f; background: #105f3f; }
.landing-button--quiet,
.landing-button--outline { background: #fff; }
.landing-button--outline:hover,
.landing-button--quiet:hover { border-color: var(--green); color: var(--green); }
.landing-button--light { border-color: #fff; background: #fff; color: var(--navy); }
.landing-button--light:hover { background: var(--mint); border-color: var(--mint); }
.landing-button--large { min-height: 52px; padding-inline: 1.5rem; }
.landing-button:focus-visible,
.landing-navigation a:focus-visible,
.landing-text-link:focus-visible,
.landing-footer a:focus-visible,
.legal-header a:focus-visible { outline: 3px solid rgba(53, 183, 121, .42); outline-offset: 3px; }
.landing-text-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--green); font-weight: 850; }
.landing-text-link span { transition: transform .18s ease; }
.landing-text-link:hover span { transform: translateX(4px); }

.landing-hero { position: relative; padding: clamp(4rem, 7vw, 6.75rem) 0 clamp(4rem, 7vw, 6.5rem); background: radial-gradient(circle at 78% 15%, rgba(79, 169, 119, .19), transparent 31%), linear-gradient(145deg, #fffefb 0%, #f3f5ef 58%, #eaf3ed 100%); }
.landing-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .25; background-image: linear-gradient(rgba(12, 43, 35, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(12, 43, 35, .035) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to right, #000, transparent 48%); }
.landing-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, .84fr) minmax(520px, 1.16fr); align-items: center; gap: clamp(2.5rem, 5vw, 5rem); }
.landing-eyebrow,
.landing-kicker { margin: 0; color: var(--green); font-size: .7rem; font-weight: 900; letter-spacing: .145em; text-transform: uppercase; }
.landing-eyebrow { display: flex; align-items: center; gap: .6rem; }
.landing-eyebrow span { width: 26px; height: 2px; display: inline-block; background: var(--green); }
.landing-kicker--light { color: #87d7ad; }
.landing-hero h1 { max-width: 610px; margin: 1.1rem 0 1.35rem; color: var(--navy); font: 700 clamp(3.3rem, 6.2vw, 5.6rem)/.94 Georgia, "Times New Roman", serif; letter-spacing: -.05em; }
.landing-hero h1 em { color: var(--green); font-weight: 500; }
.landing-hero__summary { max-width: 590px; margin: 0; color: #52635b; font-size: clamp(1.05rem, 1.5vw, 1.18rem); line-height: 1.72; }
.landing-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.landing-hero__note { margin: 1.25rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.landing-hero__visual { margin: 0; min-width: 0; }
.landing-hero__image-frame { position: relative; overflow: hidden; border: 1px solid rgba(12, 43, 35, .22); background: var(--navy); box-shadow: 0 30px 70px rgba(7, 35, 28, .22); }
.landing-hero__image-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, .2); pointer-events: none; }
.landing-hero__image-frame img { width: 100%; height: auto; display: block; object-fit: contain; }
.landing-hero__visual figcaption { width: calc(100% - 2.5rem); margin: -.5rem auto 0; min-height: 58px; position: relative; display: flex; align-items: center; justify-content: center; gap: .8rem; background: var(--navy); color: #fff; box-shadow: 0 16px 34px rgba(7, 35, 28, .2); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.landing-hero__visual figcaption i { width: 28px; height: 1px; position: relative; background: #64bd8b; }
.landing-hero__visual figcaption i::after { content: ""; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-top: 1px solid #64bd8b; border-right: 1px solid #64bd8b; transform: rotate(45deg); }

.landing-stagebar { background: var(--navy); color: #fff; }
.landing-stagebar__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.landing-stagebar p { margin: 0; color: #b6c8c0; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.landing-stagebar__label { display: grid; gap: .45rem; }
.landing-stagebar__coming { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; color: #c9d9d2; font-size: .7rem; }
.landing-stagebar__coming strong { padding: .22rem .38rem; border: 1px solid rgba(127, 201, 160, .55); color: #8bd3aa; font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.landing-stagebar ol { display: flex; align-items: stretch; align-self: stretch; margin: 0; padding: 0; list-style: none; }
.landing-stagebar li { min-width: 150px; display: flex; align-items: center; gap: .65rem; padding: 0 1.5rem; border-left: 1px solid rgba(255, 255, 255, .12); }
.landing-stagebar li b { color: #7fc9a0; font-size: .68rem; }
.landing-stagebar li > span { font: 700 1.03rem Georgia, serif; }

.landing-section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.landing-section--tint { background: var(--tint); }
.landing-section--cream { background: var(--cream); }
.landing-section h2,
.landing-final-cta h2 { color: var(--navy); font: 700 clamp(2.25rem, 4.2vw, 4rem)/1.03 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.landing-section p { color: var(--muted); line-height: 1.72; }
.landing-editorial { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(3rem, 8vw, 7.5rem); align-items: start; }
.landing-editorial h2 { max-width: 570px; margin: .75rem 0 0; }
.landing-problem__copy { padding-top: 1.1rem; }
.landing-problem__copy p { max-width: 610px; }
.landing-problem__copy .landing-lead { margin-top: 0; color: var(--ink); font-size: 1.12rem; }
.landing-section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 3rem; align-items: end; margin-bottom: 2.5rem; }
.landing-section-heading h2 { max-width: 700px; margin: .75rem 0 0; }
.landing-section-heading > p { max-width: 480px; margin: 0 0 .25rem; }

.landing-workflow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); background: #fff; box-shadow: 0 20px 50px rgba(7, 35, 28, .06); }
.landing-workflow > li { position: relative; padding: 2.25rem; border-right: 1px solid var(--line); }
.landing-workflow > li:last-child { border-right: 0; }
.landing-workflow__number { color: #a2aea8; font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.landing-workflow__icon { height: 92px; display: flex; align-items: flex-end; gap: 3px; margin: 1.5rem 0 1.8rem; padding: 0 10px 10px; border-bottom: 2px solid var(--navy); transform: skewY(-4deg); }
.landing-workflow__icon i { display: block; width: 28%; height: 50px; border: 2px solid var(--green); background: var(--mint); }
.landing-workflow__icon i:nth-child(2) { height: 68px; }
.landing-workflow__icon i:nth-child(3) { height: 58px; }
.landing-workflow__icon--pour i:first-child { background: #dcece4; }
.landing-workflow__icon--pour i:nth-child(2) { border-color: #2476a0; background: #e0eff6; }
.landing-workflow__icon--pour i:nth-child(3) { border-color: var(--orange); background: #f7e9de; }
.landing-workflow__icon--field { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: .4rem; transform: none; border: 1px solid var(--line); padding: .65rem; }
.landing-workflow__icon--field i { width: 100%; height: 8px !important; border: 0; background: var(--green); }
.landing-workflow__icon--field i:nth-child(2) { background: var(--navy); }
.landing-workflow__icon--field i:nth-child(3) { background: var(--orange); }
.landing-workflow__label { margin: 0 0 .55rem; color: var(--green) !important; font-size: .66rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.landing-workflow h3 { margin: 0; color: var(--navy); font: 700 1.42rem/1.2 Georgia, serif; }
.landing-workflow p:last-child { margin-bottom: 0; font-size: .92rem; }

.landing-product { position: relative; overflow: hidden; background: var(--navy-deep); color: #fff; }
.landing-product::before { content: ""; position: absolute; width: 520px; height: 520px; left: -280px; bottom: -290px; border: 1px solid rgba(53, 183, 121, .22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(53, 183, 121, .025), 0 0 0 160px rgba(53, 183, 121, .025); }
.landing-product__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.landing-product__copy h2 { margin: .75rem 0 1.25rem; color: #fff; }
.landing-product__copy > p:not(.landing-kicker) { color: #b8c8c0; }
.landing-product__details .landing-checklist { margin-top: 0; }
.landing-checklist { display: grid; gap: 0; margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .13); }
.landing-checklist li { display: grid; grid-template-columns: 34px 1fr; gap: .8rem; padding: 1rem 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.landing-checklist li > span { color: #6fc595; font-size: .68rem; font-weight: 900; }
.landing-checklist div { display: grid; gap: .24rem; }
.landing-checklist strong { font-size: .92rem; }
.landing-checklist small { color: #9fb2a9; line-height: 1.55; }

.landing-split { display: grid; grid-template-columns: minmax(0, .86fr) minmax(470px, 1.14fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.landing-split--reverse { grid-template-columns: minmax(470px, 1.14fr) minmax(0, .86fr); }
.landing-split__copy h2 { margin: .75rem 0 1.25rem; }
.landing-split__copy > p:not(.landing-kicker):not(.landing-fine-print) { font-size: 1.02rem; }
.landing-split__copy .landing-text-link { margin-top: .7rem; }
.inventory-board { border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.inventory-board__header { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: 1.35rem 1.5rem; border-bottom: 1px solid var(--line); }
.inventory-board__header span { color: var(--green); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.inventory-board__header strong { color: var(--navy); font: 700 1.25rem Georgia, serif; }
.inventory-board__rows { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--tint); border-bottom: 1px solid var(--line); }
.inventory-board__rows > div { display: grid; gap: .25rem; padding: 1rem 1.2rem; border-right: 1px solid var(--line); }
.inventory-board__rows > div:last-child { border: 0; }
.inventory-board__rows span { color: var(--muted); font-size: .68rem; }
.inventory-board__rows b { color: var(--navy); font-size: .82rem; }
.inventory-board__layout { min-height: 210px; display: flex; align-items: flex-end; justify-content: center; padding: 2.5rem 1.5rem; background-image: linear-gradient(rgba(22, 114, 77, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 114, 77, .05) 1px, transparent 1px); background-size: 20px 20px; }
.inventory-board__layout i { width: 18%; height: 96px; display: grid; place-items: center; border: 2px solid var(--green); border-right-width: 1px; background: rgba(228, 241, 233, .82); color: var(--green); font: 800 .78rem monospace; font-style: normal; }
.inventory-board__layout i.wide { width: 23%; height: 128px; }
.inventory-board__layout i.short { width: 13%; height: 76px; border-color: var(--orange); background: #f8eade; color: #9a4a1d; }
.inventory-board__layout i:last-child { border-right-width: 2px; }
.inventory-board__status { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0 1.5rem; background: var(--navy); color: #bcd0c7; font-size: .68rem; }
.inventory-board__status span:first-child { color: #fff; font-weight: 800; }
.inventory-board__status i { width: 7px; height: 7px; display: inline-block; margin-right: .4rem; border-radius: 50%; background: #50cb88; box-shadow: 0 0 0 4px rgba(80, 203, 136, .12); }

.field-sheet { padding: 1.5rem; border: 1px solid #cfd8d1; background: #fff; box-shadow: 0 24px 60px rgba(7, 35, 28, .13); transform: rotate(-.6deg); }
.field-sheet__top { display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 2px solid var(--navy); color: var(--green); font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.field-sheet__title { display: grid; gap: .35rem; padding: 1.3rem 0; }
.field-sheet__title small { color: var(--muted); font-size: .6rem; font-weight: 900; letter-spacing: .1em; }
.field-sheet__title strong { color: var(--navy); font: 700 1.35rem Georgia, serif; }
.field-sheet ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.field-sheet li { display: grid; grid-template-columns: 44px 1fr auto; gap: .8rem; align-items: center; min-height: 68px; border-bottom: 1px solid var(--line); }
.field-sheet li > b { color: var(--green); font-size: .67rem; }
.field-sheet li > span { display: grid; gap: .2rem; }
.field-sheet li strong { color: var(--ink); font-size: .82rem; }
.field-sheet li small { color: var(--muted); font-size: .65rem; }
.field-sheet li > i { padding: .35rem .45rem; background: var(--tint); color: var(--navy); font: 800 .65rem monospace; font-style: normal; }
.field-sheet > p { margin: 1rem 0 0; color: #7e8983; font-size: .61rem; }
.landing-fine-print { margin-top: 1.5rem; padding: 1rem 1.1rem; border-left: 3px solid var(--green); background: rgba(255, 255, 255, .62); color: #58675f !important; font-size: .78rem; line-height: 1.6 !important; }

.landing-benefits__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.landing-benefits article { min-height: 230px; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.landing-capability--coming { box-shadow: inset 0 3px 0 var(--green); background: var(--tint); }
.landing-capability__meta { min-height: 25px; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.landing-capability__meta span { color: var(--green); font-size: .66rem; font-weight: 900; letter-spacing: .1em; }
.landing-capability__meta strong { padding: .25rem .4rem; border: 1px solid var(--green); color: var(--green); font-size: .56rem; letter-spacing: .09em; text-transform: uppercase; }
.landing-benefits h3 { margin: 2.2rem 0 .7rem; color: var(--navy); font: 700 1.24rem/1.2 Georgia, serif; }
.landing-benefits article p { margin-bottom: 0; font-size: .85rem; }

.landing-pricing { position: relative; overflow: hidden; background: var(--green); color: #fff; }
.landing-pricing::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -320px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, .035), 0 0 0 140px rgba(255, 255, 255, .025); }
.landing-pricing__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .7fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.landing-pricing h2 { max-width: 650px; margin: .75rem 0 1.2rem; color: #fff; }
.landing-pricing__grid > div:first-child > p:last-child { max-width: 610px; color: #d9ede3; }
.landing-pricing__card { padding: 2rem; border: 1px solid rgba(255, 255, 255, .3); background: rgba(7, 44, 33, .28); backdrop-filter: blur(10px); }
.landing-pricing__card > span { display: block; margin-bottom: .7rem; color: #9de0ba; font-size: .63rem; font-weight: 900; letter-spacing: .12em; }
.landing-pricing__card > strong { display: block; font: 700 1.45rem Georgia, serif; }
.landing-pricing__card p { color: #d6e9df; font-size: .88rem; }
.landing-pricing__card .landing-button { margin-top: .5rem; }

.landing-final-cta { padding: clamp(4rem, 7vw, 6rem) 0; background: var(--paper); }
.landing-final-cta__inner { display: grid; grid-template-columns: 90px minmax(0, 1fr) auto; gap: 2rem; align-items: center; padding: 2.5rem; border: 1px solid var(--line); background: linear-gradient(135deg, #fff 0%, #f3f8f4 100%); box-shadow: 0 18px 50px rgba(7, 35, 28, .08); }
.landing-final-cta__inner > img { width: 90px; height: 90px; object-fit: contain; }
.landing-final-cta h2 { max-width: 680px; margin: .55rem 0 0; font-size: clamp(2rem, 3.5vw, 3.3rem); }
.landing-final-cta__inner > div:last-child { display: grid; gap: 1rem; justify-items: start; }

.landing-footer { padding: 4.5rem 0 0; background: var(--navy-deep); color: #fff; }
.landing-footer__grid { display: grid; grid-template-columns: minmax(280px, 1.5fr) repeat(3, minmax(130px, .6fr)); gap: clamp(2rem, 6vw, 5rem); padding-bottom: 3.5rem; }
.landing-footer .landing-brand { color: #fff; }
.landing-footer__brand > p { max-width: 340px; margin: 1.1rem 0 0; color: #9eb1a8; font-size: .84rem; line-height: 1.65; }
.landing-footer nav { display: grid; align-content: start; gap: .7rem; }
.landing-footer nav strong { margin-bottom: .3rem; color: #7f968c; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.landing-footer nav a { color: #d7e2dd; font-size: .82rem; }
.landing-footer nav a:hover { color: #75d09d; }
.landing-footer__bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255, 255, 255, .12); }
.landing-footer__bottom p,
.landing-footer__bottom a { margin: 0; color: #82978d; font-size: .72rem; }
.landing-footer__bottom a:hover { color: #fff; }

.legal-header { background: #fff; border-bottom: 1px solid var(--line); }
.legal-header > .landing-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.legal-header nav { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.legal-header nav > a:not(.landing-button) { color: #485b52; font-size: .85rem; font-weight: 700; }
.legal-header nav > a:not(.landing-button):hover { color: var(--green); }

@media (max-width: 1040px) {
    .landing-hero__grid { grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr); gap: 2.5rem; }
    .landing-product__grid,
    .landing-split,
    .landing-split--reverse { gap: 3rem; }
    .landing-benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .landing-footer__grid { grid-template-columns: 1.3fr repeat(3, .6fr); gap: 2rem; }
}

@media (max-width: 880px) {
    html { scroll-padding-top: 78px; }
    .landing-menu-button { display: inline-flex; }
    .landing-navigation { display: none; position: absolute; top: 78px; left: 0; right: 0; max-height: calc(100vh - 78px); overflow-y: auto; padding: 1rem 24px 1.25rem; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 20px 40px rgba(7, 35, 28, .12); }
    .landing-navigation.is-open { display: grid; gap: .8rem; }
    .landing-navigation__links,
    .landing-navigation__actions { display: grid; align-items: stretch; }
    .landing-navigation__links a { padding: .8rem 0; border-bottom: 1px solid #edf1ee; }
    .landing-navigation__links a::after { display: none; }
    .landing-navigation__actions { grid-template-columns: 1fr 1fr; }
    .landing-hero__grid,
    .landing-editorial,
    .landing-product__grid,
    .landing-split,
    .landing-split--reverse,
    .landing-pricing__grid { grid-template-columns: 1fr; }
    .landing-hero { padding-top: 4.5rem; }
    .landing-hero__copy { max-width: 690px; }
    .landing-hero__visual { max-width: 760px; }
    .landing-stagebar__inner { display: block; padding-top: 1.2rem; }
    .landing-stagebar ol { margin-top: 1rem; }
    .landing-stagebar li { min-height: 58px; flex: 1; padding: 0 1rem; }
    .landing-stagebar li:first-child { border-left: 0; padding-left: 0; }
    .landing-section-heading { grid-template-columns: 1fr; gap: 1rem; }
    .landing-workflow { grid-template-columns: 1fr; }
    .landing-workflow > li { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
    .landing-workflow > li:last-child { border-bottom: 0; }
    .landing-workflow__icon { max-width: 340px; }
    .landing-product__copy { max-width: 650px; }
    .inventory-board,
    .field-sheet { width: min(100%, 680px); }
    .landing-final-cta__inner { grid-template-columns: 74px 1fr; }
    .landing-final-cta__inner > img { width: 74px; height: 74px; }
    .landing-final-cta__inner > div:last-child { grid-column: 2; }
    .landing-footer__grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
    .landing-footer__brand { grid-column: 1 / -1; }
    .legal-header > .landing-shell { padding: .85rem 0; align-items: flex-start; }
    .legal-header nav { justify-content: flex-end; gap: .7rem; }
}

@media (max-width: 600px) {
    .landing-shell { width: min(100% - 28px, 1180px); }
    .landing-header__inner { min-height: 70px; }
    .landing-brand__mark { width: 38px; height: 38px; }
    .landing-navigation { top: 70px; max-height: calc(100vh - 70px); padding-inline: 14px; }
    .landing-hero { padding: 3.5rem 0 3.75rem; }
    .landing-hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
    .landing-hero__actions { display: grid; }
    .landing-hero__visual figcaption { width: 100%; min-height: 50px; margin: 0; gap: .45rem; font-size: .58rem; }
    .landing-hero__visual figcaption i { width: 15px; }
    .landing-stagebar__inner { padding-bottom: .5rem; }
    .landing-stagebar ol { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
    .landing-stagebar li { min-width: 0; min-height: 64px; display: grid; align-content: center; gap: .2rem; }
    .landing-stagebar li > span { font-size: .88rem; }
    .landing-section { padding: 4rem 0; }
    .landing-workflow > li { padding: 1.5rem; }
    .landing-product__grid { gap: 2.5rem; }
    .inventory-board__header { align-items: start; flex-direction: column; }
    .inventory-board__rows { grid-template-columns: 1fr; }
    .inventory-board__rows > div { grid-template-columns: 1fr auto; border-right: 0; border-bottom: 1px solid var(--line); }
    .inventory-board__rows > div:last-child { border-bottom: 0; }
    .inventory-board__layout { min-height: 165px; padding: 1.5rem .8rem; }
    .inventory-board__layout i { height: 74px; font-size: .65rem; }
    .inventory-board__layout i.wide { height: 98px; }
    .inventory-board__layout i.short { height: 58px; }
    .inventory-board__status { align-items: start; flex-direction: column; justify-content: center; padding: .8rem 1rem; }
    .field-sheet { padding: 1rem; transform: none; }
    .field-sheet li { grid-template-columns: 32px 1fr; padding: .65rem 0; }
    .field-sheet li > i { grid-column: 2; justify-self: start; }
    .landing-benefits__grid { grid-template-columns: 1fr; }
    .landing-benefits article { min-height: auto; }
    .landing-pricing__card { padding: 1.4rem; }
    .landing-final-cta__inner { grid-template-columns: 1fr; padding: 1.5rem; }
    .landing-final-cta__inner > img { width: 64px; height: 64px; }
    .landing-final-cta__inner > div:last-child { grid-column: auto; width: 100%; }
    .landing-final-cta__inner .landing-button { width: 100%; }
    .landing-footer { padding-top: 3.5rem; }
    .landing-footer__grid { grid-template-columns: 1fr 1fr; }
    .landing-footer__brand { grid-column: 1 / -1; }
    .landing-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 1.25rem 0; }
    .legal-header > .landing-shell { display: grid; }
    .legal-header nav { justify-content: flex-start; }
    .legal-header nav .landing-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
