:root {
    --lv-green: #126b49;
    --lv-dark: #073d2b;
    --lv-deep: #052f21;
    --lv-ink: #11261d;
    --lv-muted: #5e7066;
    --lv-soft: #edf4ee;
    --lv-line: #d8e4db;
    --lv-paper: #f7f9f5;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--lv-ink); background: #fff; font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.lv-dialog-open { overflow: hidden; }
a { color: inherit; text-underline-offset: .2em; }
button, input { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
button, summary { cursor: pointer; }
button:disabled { cursor: default; }
button, a, summary, input { touch-action: manipulation; }
:focus-visible { outline: 3px solid #d6a936; outline-offset: 5px; }
[hidden] { display: none !important; }
::selection { color: #fff; background: var(--lv-green); }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; font-weight: 730; line-height: 1.12; letter-spacing: -.045em; }
h2 { font-size: clamp(2.2rem, 3.7vw, 3.2rem); }
h3 { font-size: 1.5rem; line-height: 1.24; letter-spacing: -.025em; }
.lv-wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.lv-sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; border: 0; }
.lv-skip { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 18px; background: #fff; color: var(--lv-dark); transform: translateY(-180%); }
.lv-skip:focus { transform: none; }
.lv-demo { background: var(--lv-dark); color: #e9f3eb; font-size: .74rem; }
.lv-demo .lv-wrap { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.lv-demo p { margin: 0; }
.lv-demo strong { font-weight: 600; margin-right: 12px; }
.lv-demo a { white-space: nowrap; font-weight: 650; text-decoration-color: #729686; }
.lv-demo a span { margin-left: 9px; }
.lv-header { position: sticky; top: 0; z-index: 25; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--lv-line); }
.lv-header__inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.lv-brand { width: 245px; flex: 0 0 245px; }
.lv-nav { display: flex; gap: 25px; align-items: center; margin-left: auto; }
.lv-nav a { font-size: .84rem; font-weight: 650; text-decoration: none; padding-block: 16px; }
.lv-nav a:hover { color: var(--lv-green); }
.lv-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 8px; color: #fff; background: var(--lv-green); font-size: .88rem; font-weight: 700; line-height: 1.4; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.lv-button:hover { background: #0b5438; transform: translateY(-2px); }
.lv-button--white { background: #fff; color: var(--lv-dark); }
.lv-button--white:hover { background: #e9f4ee; }
.lv-button--ghost { background: transparent; color: #fff; border-color: #829c89; }
.lv-button--ghost:hover { background: #ffffff14; }
.lv-button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.lv-header__cta { font-size: .79rem; min-height: 46px; padding-inline: 17px; }
.lv-mobile-nav { display: none; }
.lv-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--lv-dark); color: #fff; }
.lv-hero__image { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.lv-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(3, 40, 26, .96), rgba(4, 45, 29, .81) 43%, rgba(3, 45, 29, .24) 80%); }
.lv-hero__inner { min-height: 585px; display: flex; align-items: center; position: relative; padding-block: 82px 97px; }
.lv-hero__copy { max-width: 730px; }
.lv-eyebrow { margin-bottom: 22px; color: var(--lv-green); font-size: .73rem; font-weight: 740; letter-spacing: .095em; text-transform: uppercase; }
.lv-hero .lv-eyebrow { color: #e0eddf; display: flex; gap: 10px; align-items: center; margin-bottom: 26px; }
.lv-dot { display: inline-block; width: 7px; height: 7px; background: #bbd87a; border-radius: 50%; box-shadow: 0 0 0 5px #bbd87a1c; }
.lv-hero h1 { font-size: clamp(2.8rem, 4.7vw, 4.25rem); line-height: 1.09; letter-spacing: -.052em; }
.lv-hero__lead { font-size: 1.1rem; line-height: 1.75; max-width: 560px; margin: 26px 0 30px; color: #e2ebe3; }
.lv-hero__location { position: absolute; bottom: 30px; right: 0; color: #e5ece3; font-size: .76rem; letter-spacing: .02em; }
.lv-hero__location span { margin-inline: 10px; opacity: .6; }
.lv-topics { border-bottom: 1px solid var(--lv-line); background: #f4f7f2; }
.lv-topics .lv-wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.lv-topics a { display: flex; align-items: center; gap: 20px; min-height: 113px; padding: 24px 28px; text-decoration: none; border-left: 1px solid var(--lv-line); transition: background .18s ease; }
.lv-topics a:last-child { border-right: 1px solid var(--lv-line); }
.lv-topics a:hover { background: #eaf0e6; }
.lv-topics a > span { color: #4a795e; font-size: .8rem; font-weight: 600; }
.lv-topics strong { display: block; font-size: .95rem; }
.lv-topics small { color: var(--lv-muted); font-size: .76rem; }
.lv-topics b { margin-left: auto; font-size: 1.25rem; color: var(--lv-green); font-weight: 400; }
.lv-section { padding-block: 100px; }
.lv-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 65px; margin-bottom: 44px; }
.lv-section-head > p { max-width: 390px; color: var(--lv-muted); margin-bottom: 3px; font-size: .94rem; }
.lv-section-head .lv-eyebrow { margin-bottom: 18px; }
.lv-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.lv-service { padding: 32px 28px 24px; border: 1px solid var(--lv-line); border-radius: 15px; background: #fff; box-shadow: 0 15px 36px #123b2310; }
.lv-service__symbol { display: inline-grid; place-items: center; width: 65px; height: 65px; margin-bottom: 29px; background: var(--lv-soft); border-radius: 14px; color: var(--lv-green); }
.lv-service__symbol svg { width: 39px; height: 39px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.lv-service__number { font-size: .69rem; letter-spacing: .035em; color: var(--lv-muted); margin-bottom: 10px; }
.lv-service h3 { margin-bottom: 18px; }
.lv-service > p:last-of-type { color: var(--lv-muted); font-size: .88rem; min-height: 3.3em; margin-bottom: 26px; }
.lv-service details { border-top: 1px solid var(--lv-line); font-size: .84rem; }
.lv-service summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding-top: 19px; gap: 12px; color: var(--lv-dark); font-weight: 650; }
.lv-service summary::-webkit-details-marker { display: none; }
.lv-service summary span { font-size: 1.3rem; font-weight: 400; transition: transform .18s ease; }
.lv-service details[open] summary span { transform: rotate(45deg); }
.lv-service details div { color: var(--lv-muted); padding-top: 20px; }
.lv-service details a { color: var(--lv-green); font-weight: 600; }
.lv-projects { background: var(--lv-paper); }
.lv-project-grid { display: grid; grid-template-columns: 1.28fr 1fr; gap: 24px; align-items: stretch; }
.lv-project { min-height: 405px; display: block; position: relative; isolation: isolate; overflow: hidden; border-radius: 15px; color: #fff; text-decoration: none; background: var(--lv-dark); }
.lv-project > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.lv-project:hover > img { transform: scale(1.035); }
.lv-project::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(transparent 40%, #032719c9); }
.lv-project > span { position: absolute; inset: auto 29px 26px; z-index: 2; padding-right: 45px; }
.lv-project small { font-size: .7rem; text-transform: uppercase; letter-spacing: .07em; color: #e4ede1; }
.lv-project strong { display: block; margin-top: 7px; font-size: clamp(1.15rem, 1.7vw, 1.55rem); font-weight: 650; line-height: 1.3; letter-spacing: -.025em; }
.lv-project b { position: absolute; right: 0; bottom: 2px; display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid #a5bbae; border-radius: 50%; font-size: 1.25rem; font-weight: 400; }
.lv-process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin: 0; padding: 0; list-style: none; }
.lv-process-list li { padding-top: 29px; border-top: 1px solid var(--lv-line); position: relative; }
.lv-process-list li::before { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; background: var(--lv-green); border-radius: 50%; }
.lv-process-list li > span { display: block; color: var(--lv-green); font-size: .78rem; font-weight: 700; margin-bottom: 22px; }
.lv-process-list h3 { font-size: 1.2rem; margin-bottom: 16px; }
.lv-process-list p { font-size: .9rem; color: var(--lv-muted); margin-bottom: 0; }
.lv-planner { padding-block: 90px; color: #fff; background: var(--lv-deep); background-image: radial-gradient(ellipse at 2% 10%, #165b3c66, transparent 60%); }
.lv-planner__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.lv-planner__intro .lv-eyebrow { color: #b1c6b6; max-width: 260px; }
.lv-planner__intro h2 { font-size: clamp(2.5rem, 4vw, 3.7rem); margin-bottom: 24px; }
.lv-planner__intro > p:not(.lv-eyebrow) { color: #d1ded3; font-size: .98rem; }
.lv-planner__note { margin-top: 30px; padding: 22px 0 0; border-top: 1px solid #476151; font-size: .78rem; line-height: 1.75; color: #c2d3c8; }
.lv-planner__note strong { display: block; margin-bottom: 6px; color: #f6f8f2; }
.lv-planner__graphic { display: block; font-size: 110px; font-weight: 200; color: #6a92764d; line-height: 1; margin-top: 20px; }
.lv-planner__panel { background: #fff; color: var(--lv-ink); border-radius: 17px; padding: 34px 36px 24px; box-shadow: 0 18px 55px #001e1526; scroll-margin-top: 110px; }
.lv-planner__progress { display: flex; gap: 20px; align-items: center; margin-bottom: 28px; }
.lv-planner__progress span { white-space: nowrap; color: var(--lv-green); font-size: .72rem; font-weight: 650; }
.lv-planner__progress progress { appearance: none; display: block; width: 100%; height: 4px; border: 0; border-radius: 5px; overflow: hidden; color: var(--lv-green); background: #e5ece6; }
.lv-planner__progress progress::-webkit-progress-bar { background: #e5ece6; }
.lv-planner__progress progress::-webkit-progress-value { background: var(--lv-green); }
.lv-planner__progress progress::-moz-progress-bar { background: var(--lv-green); }
.lv-planner__step { margin: 0; padding: 0; border: 0; min-width: 0; }
.lv-planner__step legend { display: block; padding: 0; width: 100%; font-size: clamp(1.22rem, 2vw, 1.55rem); font-weight: 720; letter-spacing: -.035em; line-height: 1.3; margin-bottom: 8px; }
.lv-planner__step > p { font-size: .83rem; color: var(--lv-muted); margin-bottom: 22px; }
.lv-options { display: grid; gap: 10px; }
.lv-options label { display: flex; align-items: center; gap: 12px; position: relative; min-height: 87px; padding: 16px 18px; border: 1px solid var(--lv-line); border-radius: 9px; background: #fbfcfa; cursor: pointer; }
.lv-options label:hover { background: var(--lv-soft); }
.lv-options label:has(input:checked) { border-color: var(--lv-green); background: var(--lv-soft); box-shadow: inset 0 0 0 1px var(--lv-green); }
.lv-options label:has(input:focus-visible) { outline: 3px solid #d6a936; outline-offset: 3px; }
.lv-options input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.lv-options strong { display: block; font-size: .88rem; font-weight: 650; }
.lv-options small { display: block; color: var(--lv-muted); font-size: .75rem; line-height: 1.5; margin-top: 2px; }
.lv-options i { flex: 0 0 19px; width: 19px; height: 19px; border: 1px solid #9ab09f; margin-left: auto; border-radius: 50%; }
.lv-options input:checked ~ i { border: 6px solid var(--lv-green); background: #fff; }
.lv-planner__status { min-height: 1.5em; margin: 11px 0; color: #935022; font-size: .74rem; }
.lv-planner__actions { border-top: 1px solid var(--lv-line); padding-top: 18px; display: flex; justify-content: space-between; gap: 16px; }
.lv-planner__actions .lv-button { min-height: 45px; padding: 9px 18px; }
.lv-planner__back, .lv-planner__reset { border: 0; padding: 10px 0; background: transparent; color: var(--lv-green); font-size: .81rem; font-weight: 600; }
.lv-planner__back span { margin-right: 9px; }
.lv-planner__back:disabled { color: #87958b; }
.lv-planner__summary .lv-eyebrow { margin-bottom: 9px; font-size: .65rem; }
.lv-planner__summary h3 { font-size: 1.9rem; }
.lv-planner__summary dl { margin: 25px 0; }
.lv-planner__summary dl > div { display: flex; justify-content: space-between; gap: 30px; padding-block: 9px; border-bottom: 1px solid var(--lv-line); font-size: .79rem; }
.lv-planner__summary dt { color: var(--lv-muted); }
.lv-planner__summary dd { margin: 0; text-align: right; font-weight: 650; }
.lv-planner__next { padding: 17px 20px; background: var(--lv-soft); border-radius: 8px; font-size: .79rem; }
.lv-planner__next p { margin: 6px 0 0; color: #4f6858; }
.lv-planner__disclaimer { font-size: .72rem; color: var(--lv-muted); margin: 20px 0; }
.lv-planner__summary .lv-button { width: 100%; min-height: 48px; font-size: .8rem; padding-inline: 12px; }
.lv-noscript { font-size: .82rem; color: var(--lv-muted); margin-top: 20px; }
.lv-company__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 75px; align-items: center; }
.lv-company figure { margin: 0; }
.lv-company figure img { width: 100%; height: 400px; object-fit: cover; border-radius: 15px; }
.lv-company figcaption { margin-top: 10px; color: var(--lv-muted); font-size: .7rem; }
.lv-company h2 { margin-bottom: 25px; }
.lv-company p:not(.lv-eyebrow) { color: var(--lv-muted); font-size: .92rem; }
.lv-text-link { display: inline-flex; gap: 12px; color: var(--lv-green); font-weight: 650; font-size: .84rem; margin-top: 13px; }
.lv-own-site { padding-block: 64px; background: var(--lv-soft); }
.lv-own-site .lv-wrap { display: flex; gap: 55px; justify-content: space-between; align-items: center; }
.lv-own-site .lv-eyebrow { margin-bottom: 14px; }
.lv-own-site h2 { font-size: clamp(2rem, 3.3vw, 2.8rem); margin-bottom: 20px; }
.lv-own-site p:last-child { color: var(--lv-muted); max-width: 500px; margin-bottom: 0; font-size: .91rem; }
.lv-own-site .lv-button { flex-shrink: 0; }
.lv-footer { background: #f9faf7; padding-block: 48px 28px; }
.lv-footer__top { display: flex; gap: 50px; justify-content: space-between; align-items: center; padding-bottom: 28px; }
.lv-footer__top img { width: 212px; }
.lv-footer__top p { margin: 0; font-size: .76rem; color: var(--lv-muted); }
.lv-footer__top p a { display: block; color: var(--lv-green); }
.lv-footer__bottom { border-top: 1px solid var(--lv-line); padding-top: 22px; display: flex; justify-content: space-between; gap: 55px; }
.lv-footer__bottom p { max-width: 460px; font-size: .7rem; color: var(--lv-muted); }
.lv-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 5px 20px; justify-content: flex-end; align-content: flex-start; font-size: .7rem; color: var(--lv-muted); }
.lv-lightbox { position: fixed; width: min(1120px, calc(100% - 40px)); padding: 16px; border: 0; border-radius: 12px; background: #fff; overflow: visible; }
.lv-lightbox::backdrop { background: #021b14e8; }
.lv-lightbox > img { max-height: 76vh; width: 100%; object-fit: contain; border-radius: 6px; }
.lv-lightbox > p { color: var(--lv-muted); font-size: .78rem; margin: 13px 8px 2px; }
.lv-lightbox__close { position: absolute; top: -17px; right: -12px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--lv-line); background: #fff; color: var(--lv-dark); font-size: 1.7rem; line-height: 1; }
@media (min-width: 1600px) { .lv-hero__inner { min-height: 635px; } }
@media (max-width: 1100px) {
    .lv-nav { gap: 18px; }
    .lv-brand { width: 218px; flex-basis: 218px; }
    .lv-header__inner { gap: 20px; }
    .lv-header__cta { gap: 12px; padding-inline: 12px; }
    .lv-planner__grid { gap: 55px; }
    .lv-service { padding-inline: 22px; }
    .lv-service h3 { font-size: 1.35rem; }
    .lv-topics a { padding-inline: 18px; gap: 13px; }
    .lv-topics strong { font-size: .83rem; }
    .lv-topics small { font-size: .69rem; }
}
@media (max-width: 900px) {
    .lv-wrap { width: calc(100% - 48px); }
    .lv-nav, .lv-header__cta { display: none; }
    .lv-header__inner { min-height: 80px; }
    .lv-brand { width: 220px; flex-basis: 220px; }
    .lv-mobile-nav { display: block; }
    .lv-mobile-nav summary { display: flex; align-items: center; gap: 17px; list-style: none; min-height: 44px; padding: 8px 13px; border: 1px solid var(--lv-line); border-radius: 8px; font-size: .8rem; font-weight: 650; }
    .lv-mobile-nav summary::-webkit-details-marker { display: none; }
    .lv-mobile-nav summary span { font-size: 1.2rem; font-weight: 400; transition: transform .18s ease; }
    .lv-mobile-nav[open] summary span { transform: rotate(45deg); }
    .lv-mobile-nav nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; padding: 20px 24px 28px; display: grid; background: #fff; border-bottom: 1px solid var(--lv-line); box-shadow: 0 25px 30px #0e331517; }
    .lv-mobile-nav nav a { padding: 12px 8px; text-decoration: none; font-size: .94rem; border-bottom: 1px solid var(--lv-line); }
    .lv-demo { font-size: .66rem; }
    .lv-demo p span { display: block; }
    .lv-hero__inner { min-height: 565px; }
    .lv-hero__copy { max-width: 650px; }
    .lv-hero h1 { font-size: clamp(2.8rem, 6vw, 3.7rem); }
    .lv-section { padding-block: 75px; }
    .lv-section-head { gap: 35px; }
    .lv-section-head > p { max-width: 320px; font-size: .88rem; }
    .lv-service-grid { gap: 14px; }
    .lv-service { padding: 25px 19px 20px; }
    .lv-service h3 { font-size: 1.18rem; }
    .lv-service > p:last-of-type { font-size: .81rem; min-height: 4.95em; }
    .lv-service details { font-size: .76rem; }
    .lv-project-grid { gap: 18px; }
    .lv-project { min-height: 340px; }
    .lv-project > span { inset: auto 22px 23px; }
    .lv-process-list { gap: 25px; }
    .lv-planner__grid { grid-template-columns: .8fr 1.2fr; gap: 35px; }
    .lv-planner__panel { padding: 29px 25px 20px; }
    .lv-planner__intro > p:not(.lv-eyebrow) { font-size: .89rem; }
    .lv-company__grid { gap: 36px; }
    .lv-company figure img { height: 370px; }
    .lv-company h2 { font-size: 2.4rem; }
    .lv-company p:not(.lv-eyebrow) { font-size: .87rem; }
    .lv-own-site .lv-wrap { gap: 35px; }
}
@media (max-width: 700px) {
    html { scroll-padding-top: 90px; }
    .lv-wrap { width: calc(100% - 40px); }
    .lv-demo .lv-wrap { min-height: 36px; gap: 10px; }
    .lv-demo a { font-size: .62rem; }
    .lv-demo a span { margin-left: 4px; }
    .lv-header__inner { min-height: 77px; }
    .lv-brand { width: 203px; flex-basis: 203px; }
    .lv-mobile-nav summary { min-height: 40px; padding: 6px 10px; gap: 10px; font-size: .73rem; }
    .lv-hero__inner { min-height: 580px; padding-block: 59px 82px; }
    .lv-hero__image { object-position: 63% center; }
    .lv-hero::after { background: linear-gradient(90deg, #03281adf, #03281ab3), linear-gradient(0deg, #03281a44, transparent); }
    .lv-hero h1 { font-size: clamp(2.5rem, 8.4vw, 3.5rem); }
    .lv-hero .lv-eyebrow { font-size: .64rem; margin-bottom: 26px; gap: 9px; }
    .lv-hero__lead { font-size: .98rem; margin-block: 23px 27px; max-width: 430px; }
    .lv-hero__location { bottom: 23px; left: 0; right: auto; font-size: .71rem; }
    .lv-button-row { gap: 11px; }
    .lv-button { font-size: .8rem; min-height: 48px; padding: 12px 17px; gap: 15px; }
    .lv-topics .lv-wrap { grid-template-columns: 1fr; }
    .lv-topics a { min-height: 85px; padding: 17px 0; border-left: 0; border-bottom: 1px solid var(--lv-line); gap: 21px; }
    .lv-topics a:last-child { border-right: 0; border-bottom: 0; }
    .lv-topics strong { font-size: .91rem; }
    .lv-topics small { font-size: .73rem; }
    .lv-topics b { font-size: 1.2rem; }
    .lv-section { padding-block: 64px; }
    .lv-section-head { display: block; margin-bottom: 30px; }
    .lv-section-head .lv-eyebrow { margin-bottom: 17px; font-size: .66rem; }
    h2 { font-size: clamp(2.1rem, 7.3vw, 2.7rem); }
    .lv-section-head > p { max-width: none; margin-top: 23px; font-size: .9rem; }
    .lv-service-grid { grid-template-columns: 1fr; gap: 16px; }
    .lv-service { padding: 25px; }
    .lv-service__symbol { float: right; width: 57px; height: 57px; margin: 2px 0 15px 15px; }
    .lv-service__symbol svg { width: 34px; height: 34px; }
    .lv-service__number { margin: 3px 0 10px; font-size: .67rem; }
    .lv-service h3 { font-size: 1.5rem; margin-bottom: 16px; }
    .lv-service > p:last-of-type { min-height: 0; max-width: 310px; margin-bottom: 20px; font-size: .87rem; clear: both; }
    .lv-service details { font-size: .82rem; }
    .lv-project-grid { grid-template-columns: 1fr; gap: 20px; }
    .lv-project { min-height: 330px; }
    .lv-project strong { font-size: 1.3rem; }
    .lv-project > span { inset: auto 23px 23px; }
    .lv-process-list { grid-template-columns: 1fr; gap: 30px; }
    .lv-process-list li { padding-top: 24px; padding-left: 48px; }
    .lv-process-list li > span { position: absolute; top: 26px; left: 0; }
    .lv-process-list h3 { font-size: 1.2rem; margin-bottom: 11px; }
    .lv-process-list p { font-size: .88rem; }
    .lv-planner { padding-block: 62px; }
    .lv-planner__grid { grid-template-columns: 1fr; gap: 28px; }
    .lv-planner__intro .lv-eyebrow { max-width: none; font-size: .66rem; }
    .lv-planner__intro h2 { font-size: 2.5rem; }
    .lv-planner__intro h2 br { display: none; }
    .lv-planner__intro > p:not(.lv-eyebrow) { font-size: .93rem; }
    .lv-planner__note { margin-top: 24px; padding-top: 20px; max-width: 480px; }
    .lv-planner__note p { margin-bottom: 0; }
    .lv-planner__graphic { display: none; }
    .lv-planner__panel { padding: 28px 22px 20px; }
    .lv-planner__progress { gap: 16px; margin-bottom: 26px; }
    .lv-planner__step legend { font-size: 1.32rem; }
    .lv-planner__step > p { font-size: .8rem; }
    .lv-options label { padding: 14px 15px; min-height: 86px; }
    .lv-options strong { font-size: .82rem; }
    .lv-options small { font-size: .71rem; }
    .lv-planner__summary dl > div { gap: 15px; font-size: .74rem; }
    .lv-planner__summary .lv-button { font-size: .75rem; }
    .lv-company__grid { grid-template-columns: 1fr; gap: 32px; }
    .lv-company figure img { height: auto; aspect-ratio: 1.3; object-position: center; }
    .lv-company h2 { font-size: 2.35rem; }
    .lv-company p:not(.lv-eyebrow) { font-size: .92rem; }
    .lv-company .lv-eyebrow { font-size: .68rem; margin-bottom: 17px; }
    .lv-own-site { padding-block: 55px; }
    .lv-own-site .lv-wrap { display: block; }
    .lv-own-site .lv-eyebrow { font-size: .64rem; }
    .lv-own-site h2 { font-size: 2rem; }
    .lv-own-site .lv-button { margin-top: 28px; }
    .lv-footer { padding-block: 37px 23px; }
    .lv-footer__top { display: block; padding-bottom: 24px; }
    .lv-footer__top img { width: 204px; margin-bottom: 25px; }
    .lv-footer__top p { font-size: .72rem; }
    .lv-footer__bottom { display: block; }
    .lv-footer__bottom p { font-size: .69rem; margin-bottom: 20px; }
    .lv-footer__bottom nav { justify-content: flex-start; gap: 10px 18px; }
    .lv-lightbox { padding: 10px; width: calc(100% - 30px); }
    .lv-lightbox > p { font-size: .72rem; margin-inline: 4px; }
    .lv-lightbox__close { right: -5px; top: -24px; }
}
@media (max-width: 380px) {
    .lv-wrap { width: calc(100% - 32px); }
    .lv-brand { width: 184px; flex-basis: 184px; }
    .lv-hero .lv-eyebrow { font-size: .58rem; }
    .lv-hero__inner { min-height: 610px; }
    .lv-button-row { flex-direction: column; align-items: stretch; max-width: 280px; }
    .lv-planner__panel { padding-inline: 18px; }
    .lv-options label { padding-inline: 12px; gap: 8px; }
    .lv-options strong { font-size: .77rem; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (max-width: 620px) {
    .lv-demo { font-size: .7rem; }
    .lv-demo .lv-wrap { flex-direction: column; align-items: flex-start; gap: 6px; padding-block: 10px; }
    .lv-demo strong { display: block; margin: 0; }
    .lv-demo a { font-size: inherit; white-space: normal; }
}
