body {
    background: #f4f1e8;
    color: #203437;
}

a { color: #b35334; }

.site-header.nav-layout-split {
    background: rgba(255, 253, 247, .97);
    border-bottom: 1px solid rgba(31, 54, 56, .12);
    box-shadow: 0 8px 28px rgba(31, 54, 56, .06);
}

.logo-split img {
    width: min(270px, 36vw);
    max-height: 58px;
}

.nav-split a { color: #1f3638; }
.nav-split a:hover,
.btn-search-toggle:hover { color: #d86f45; }

.hero-section.hero-section--media {
    background-position: center 47%;
    isolation: isolate;
}

.hero-section.hero-section--media .hero-content-wrapper {
    text-shadow: 0 2px 18px rgba(0, 0, 0, .32);
}

.hero-section.hero-section--media h1 {
    max-width: 680px;
    font-size: clamp(2.15rem, 4.1vw, 3.85rem);
    letter-spacing: 0;
    line-height: 1.02 !important;
}

.hero-section.hero-section--media .hero-subtitle {
    max-width: 680px;
    color: rgba(255, 255, 255, .96);
    font-size: clamp(1.05rem, 1.25vw, 1.3rem);
    line-height: 1.65;
}

.hero .hero-buttons .btn,
.hero-section .hero-buttons .btn,
.block-hero .hero-buttons .btn,
.product-feed-card-cta,
.article-card,
.card,
.product-feed-card {
    border-radius: 8px !important;
    letter-spacing: 0;
}

.hero-section .hero-buttons .btn.btn-primary,
.product-feed-card-cta {
    background: #d86f45;
    border-color: #d86f45;
    color: #fff !important;
    font-weight: 800;
}

.hero-section .hero-buttons .btn.btn-primary:hover,
.hero-section .hero-buttons .btn.btn-primary:focus-visible {
    background: #f0b35a;
    border-color: #f0b35a;
    color: #1f3638 !important;
}

.section-header h2,
.section-text-content h2,
.legal-content h2,
.article-content .section-text-content h2 {
    color: #1f3638;
    letter-spacing: 0;
}

.lv-home-proofline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid rgba(31, 54, 56, .12);
    border-bottom: 1px solid rgba(31, 54, 56, .12);
}

.lv-home-proofline p {
    min-width: 0;
    margin: 0;
    padding: 22px 26px;
    border-left: 1px solid rgba(31, 54, 56, .12);
}

.lv-home-proofline p:first-child { border-left: 0; }
.lv-home-proofline strong,
.lv-home-proofline span { display: block; }
.lv-home-proofline strong { color: #1f3638; font-size: 1rem; }
.lv-home-proofline span { margin-top: 4px; color: #5d6b62; font-size: .92rem; line-height: 1.45; }

.lv-section-title {
    max-width: 760px;
    margin: 0 0 16px;
    color: #1f3638;
    font-size: clamp(1.65rem, 2.35vw, 2.45rem);
    line-height: 1.12;
}

.lv-home-choiceband {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: clamp(28px, 4.6vw, 58px);
    align-items: start;
}

.lv-home-choiceintro {
    position: sticky;
    top: 110px;
}

.lv-home-choiceintro p,
.lv-home-headingrow p,
.lv-home-method p {
    max-width: 720px;
    color: #53635d;
    font-size: 1rem;
    line-height: 1.7;
}

.lv-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.lv-choice-card {
    display: grid;
    grid-template-rows: 172px auto auto auto;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(31, 54, 56, .12);
    border-radius: 8px;
    background: #fff;
    color: #1f3638;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(31, 54, 56, .07);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.lv-choice-card:hover {
    transform: translateY(-3px);
    border-color: rgba(216, 111, 69, .32);
    box-shadow: 0 20px 42px rgba(31, 54, 56, .11);
}

.lv-choice-card img {
    width: 100%;
    height: 172px;
    object-fit: cover;
}

.lv-choice-card span {
    justify-self: start;
    margin: 18px 18px 10px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f4dcc0;
    color: #8d442c;
    font-size: .74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.lv-choice-card strong {
    display: block;
    margin: 0 18px 8px;
    color: #1f3638;
    font-size: 1.05rem;
    line-height: 1.25;
}

.lv-choice-card em {
    display: block;
    margin: 0 18px 20px;
    color: #53635d;
    font-size: .95rem;
    font-style: normal;
    line-height: 1.5;
}

.lv-home-headingrow {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(260px, .55fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 28px;
}

.lv-routes.lv-routes--home {
    gap: 18px;
}

.lv-routes.lv-routes--home .lv-route {
    min-height: 330px;
}

.lv-home-method {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(360px, .7fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}

.lv-panel.lv-panel--compact {
    box-shadow: 0 18px 38px rgba(31, 54, 56, .07);
}

.lv-panel.lv-panel--compact p {
    padding: 16px;
}

.lv-finder {
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(360px, .72fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.lv-eyebrow {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    margin: 0 0 14px;
    padding: 0 9px;
    border-radius: 999px;
    background: #f4dcc0;
    color: #8d442c !important;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.lv-finder h3 {
    max-width: 800px;
    margin: 0 0 18px;
    color: #1f3638;
    font-size: clamp(1.55rem, 2.4vw, 2.55rem);
    line-height: 1.12;
}

.lv-finder p { color: #53635d; font-size: 1.05rem; line-height: 1.72; }

.lv-panel {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(31, 54, 56, .14);
    border-radius: 8px;
    background: rgba(31, 54, 56, .12);
    box-shadow: 0 22px 44px rgba(31, 54, 56, .08);
}

.lv-panel p {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    min-width: 0;
    margin: 0;
    padding: 18px;
    background: #fffdf7;
}

.lv-panel strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f0b35a;
    color: #1f3638;
    font-size: .88rem;
}

.lv-routes,
.lv-guides {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.lv-route {
    position: relative;
    min-height: 360px;
    padding: 26px;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    background: #1f3638;
    box-shadow: 0 20px 44px rgba(31, 54, 56, .14);
}

.lv-route::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(31, 54, 56, .12), rgba(31, 54, 56, .88));
    z-index: 1;
}

.lv-route > *:not(img) { position: relative; z-index: 2; }
.lv-route img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform .45s ease, filter .45s ease;
}

.lv-route:hover img { transform: scale(1.07); filter: saturate(1.05); }
.lv-route span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #f0b35a;
    color: #1f3638;
    font-size: .8rem;
    font-weight: 900;
}

.lv-route h3 {
    margin: 128px 0 12px;
    color: #fff;
    font-size: clamp(1.22rem, 1.45vw, 1.65rem);
    line-height: 1.12;
}

.section-text-content .lv-route h3,
.section-text-content .lv-route p,
.article-content .lv-route h3,
.article-content .lv-route p { color: #fff !important; }

.lv-route p { max-width: 390px; margin: 0; color: rgba(255, 255, 255, .9); line-height: 1.55; }

.lv-method {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 46px;
    align-items: center;
    color: #fffdf7;
}

.lv-method h3 {
    margin: 0 0 18px;
    color: #fffdf7;
    font-size: clamp(1.55rem, 2.45vw, 2.7rem);
    line-height: 1.1;
}

.lv-method p { color: rgba(255, 253, 247, .82); line-height: 1.7; }
.lv-method ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: rgba(255, 253, 247, .16);
    border: 1px solid rgba(255, 253, 247, .16);
}

.lv-method li { min-width: 0; padding: 26px; background: #1f3638; }
.lv-method li strong,
.lv-method li span { display: block; }
.lv-method li strong { color: #f0b35a; }
.lv-method li span { margin-top: 8px; color: rgba(255, 253, 247, .75); line-height: 1.55; }

.lv-final {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: clamp(28px, 5vw, 56px);
    border-radius: 8px;
    background: #1f3638;
    color: #fffdf7;
}

.lv-final h2 { margin: 0; max-width: 760px; color: #fffdf7; font-size: clamp(1.65rem, 2.7vw, 3rem); line-height: 1.08; }
.lv-final p { max-width: 680px; color: rgba(255, 253, 247, .78); font-size: 1.04rem; line-height: 1.65; }
.lv-final .btn { white-space: nowrap; background: #d86f45; border-color: #d86f45; color: #fff; }

.lv-home-discreet-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
    margin: 0 auto;
    padding-top: 8px;
    max-width: 920px;
    color: rgba(83, 99, 93, .58);
    font-size: .78rem;
    line-height: 1.5;
}

.lv-home-discreet-links span {
    color: rgba(83, 99, 93, .52);
}

.lv-home-discreet-links a {
    color: rgba(83, 99, 93, .62);
    text-decoration: none;
}

.lv-home-discreet-links a:hover {
    color: #2d6f68;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lv-grid-3,
.lv-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
}

.lv-grid-3 > div,
.lv-trust-grid > div {
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(105, 165, 155, .26);
    border-radius: 8px;
    background: #fffdf7;
    box-shadow: 0 14px 34px rgba(31, 54, 56, .06);
}

.lv-grid-3 strong,
.lv-trust-grid strong { display: block; margin-bottom: 9px; color: #1f3638; }
.lv-grid-3 p,
.lv-trust-grid p { margin-bottom: 0; color: #53635d; line-height: 1.65; }

.ip-inline-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    margin-top: 10px;
    color: #2d6f68;
    font-weight: 850;
    text-decoration: none;
}

.ip-inline-cta::after { content: ">"; font-size: .95em; }
.ip-inline-cta:hover { color: #1f3638; text-decoration: underline; text-underline-offset: 4px; }

.article-content .lv-article-visual {
    margin: 30px 0;
    overflow: hidden;
    border: 1px solid rgba(31, 54, 56, .14);
    border-radius: 8px;
    background: #fffdf7;
    box-shadow: 0 18px 42px rgba(31, 54, 56, .08);
}

.article-content .lv-article-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.article-content .lv-article-visual figcaption {
    margin: 0;
    padding: 12px 16px;
    border-top: 1px solid rgba(31, 54, 56, .1);
    color: #53635d;
    font-size: .93rem;
    line-height: 1.5;
}

.article-content .lv-article-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 26px 0;
    padding: 18px 20px;
    border: 1px solid rgba(216, 111, 69, .22);
    border-left: 4px solid #d86f45;
    border-radius: 8px;
    background: #fff7ed;
}

.article-content .lv-article-cta p {
    margin: 0;
    color: #33484a;
    line-height: 1.55;
}

.article-content .lv-article-cta a {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #1f3638;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.article-content .lv-article-cta a:hover {
    background: #d86f45;
    color: #fff;
}

.article-content .lv-source-note {
    margin: 18px 0;
    padding: 14px 16px;
    border-left: 4px solid #2d6f68;
    background: #eef7f3;
    color: #33484a;
    font-size: .96rem;
    line-height: 1.6;
}

.article-hero,
.article-hero .hero-content,
.article-hero .article-meta,
.article-hero .article-meta span,
.article-hero .article-meta time,
.article-hero .category-badge {
    color: #fff !important;
}

.article-hero h1 {
    color: #fff !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .46);
}

@media (max-width: 980px) {
    .lv-home-choiceband,
    .lv-home-headingrow,
    .lv-home-method,
    .lv-finder,
    .lv-method,
    .lv-final { grid-template-columns: 1fr; }
    .lv-home-choiceintro { position: static; }
    .lv-routes,
    .lv-guides { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lv-home-proofline,
    .lv-grid-3,
    .lv-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .logo-split img { width: min(220px, 64vw); max-height: 48px; }
    .hero-section.hero-section--media h1 { font-size: clamp(1.9rem, 8.4vw, 2.45rem); }
    .hero-section.hero-section--media .hero-subtitle { font-size: 1rem; line-height: 1.55; }
    .lv-section-title { font-size: clamp(1.45rem, 8vw, 2rem); }
    .lv-choice-grid,
    .lv-routes,
    .lv-guides,
    .lv-home-proofline,
    .lv-method ol,
    .lv-grid-3,
    .lv-trust-grid { grid-template-columns: 1fr; }
    .lv-choice-card { grid-template-rows: 155px auto auto auto; }
    .lv-choice-card img { height: 155px; }
    .lv-home-proofline p { border-left: 0; border-top: 1px solid rgba(31, 54, 56, .12); padding: 17px 0; }
    .lv-home-proofline p:first-child { border-top: 0; }
    .lv-route,
    .lv-routes.lv-routes--home .lv-route { min-height: 285px; padding: 22px; }
    .lv-route h3 { margin-top: 92px; }
    .lv-panel p { grid-template-columns: 36px minmax(0, 1fr); padding: 15px; }
    .article-content .lv-article-visual { margin: 22px 0; }
    .article-content .lv-article-cta {
        display: block;
        padding: 16px;
    }
    .article-content .lv-article-cta a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 14px;
        white-space: normal;
        text-align: center;
    }
    .lv-final .btn { width: 100%; justify-content: center; }
}
