/* Budli-inspired landing — scoped to .budli-home */

body.budli-home {
    --lp-navy: #001a4b;
    --lp-green: #3d7e31;
    --lp-green-deep: #2f6426;
    --lp-pink: #3d7e31;
    --lp-pink-deep: #2f6426;
    --lp-blue: #001a4b;
    --lp-ink: #001a4b;
    --lp-muted: #5b6472;
    --lp-line: #e6e9ee;
    --lp-soft: #f4f7f4;
    font-family: Inter, "Source Sans 3", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    color: var(--lp-ink);
    background: #fff;
}

body.budli-home a { color: var(--lp-ink); }
body.budli-home a:hover { color: var(--lp-pink); }

body.budli-home .announce-bar { display: none; }
body.budli-home .site-chrome { background: #fff; box-shadow: 0 1px 0 var(--lp-line); }
body.budli-home .finery-header .header-top.header-bar { padding: 8px 32px; min-height: 108px; }
body.budli-home .finery-header .logo-img { height: 96px; max-width: 460px; }
body.budli-home .mobile-menu-logo .logo-img { height: 72px; max-width: 340px; }
body.budli-home .finery-header .nav-hot { color: var(--lp-green) !important; }
body.budli-home .finery-search {
    min-width: 280px;
    border-radius: 999px;
    background: #f3f4f6;
    border: 1px solid transparent;
}
body.budli-home .finery-search:focus-within {
    background: #fff;
    border-color: #d1d5db;
}
body.budli-home .finery-search input {
    letter-spacing: 0;
    font-size: 14px;
}
body.budli-home .header-icon-label { letter-spacing: 0; text-transform: none; font-weight: 500; }
body.budli-home .nav-trigger,
body.budli-home .nav-link-direct {
    letter-spacing: 0.02em;
    font-weight: 500;
}

.lp-hero {
    background: linear-gradient(180deg, #fafbff 0%, #fff 100%);
    padding: 36px 24px 28px;
}
.lp-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 32px;
    align-items: center;
}
.lp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--lp-blue);
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 14px;
}
.lp-hero h1 {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.08;
    margin: 0 0 12px;
}
.lp-hero h1 em {
    font-style: normal;
    color: var(--lp-pink);
}
.lp-lead {
    font-size: 1.15rem;
    color: var(--lp-muted);
    margin: 0 0 22px;
}
.lp-cta {
    display: inline-flex;
    align-items: center;
    background: var(--lp-green);
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 26px;
    border-radius: 999px;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(61, 126, 49, 0.28);
}
.lp-cta:hover { color: #fff !important; filter: brightness(1.05); }
.lp-cta-dark {
    background: var(--lp-navy);
    box-shadow: none;
    margin-top: 8px;
}
.lp-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 10px;
}
.lp-pill {
    font-size: 13px;
    color: var(--lp-muted);
    background: #f3f4f6;
    border-radius: 999px;
    padding: 6px 12px;
}
.lp-pill-green { color: #15803d; background: #ecfdf3; }
.lp-brands-line {
    margin: 8px 0 0;
    color: #9ca3af;
    font-size: 13px;
}

.lp-hero-art {
    position: relative;
    min-height: 360px;
}
.lp-hero-shot {
    position: absolute;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.12);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp-hero-shot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f8fafc;
}
.lp-hero-shot-1 { width: 58%; height: 70%; right: 8%; top: 8%; z-index: 2; }
.lp-hero-shot-2 { width: 38%; height: 48%; left: 4%; bottom: 6%; z-index: 3; }
.lp-hero-shot-3 { width: 32%; height: 40%; right: 0; bottom: 0; z-index: 1; opacity: 0.95; }

.lp-trust {
    max-width: 1180px;
    margin: 8px auto 28px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.lp-trust-card {
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: 18px;
    padding: 16px 16px;
    min-height: 88px;
}
.lp-trust-card strong { display: block; font-size: 15px; }
.lp-trust-card span { display: block; font-size: 13px; color: var(--lp-muted); line-height: 1.35; }
.lp-trust-ico {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #fff;
    flex-shrink: 0;
    font-size: 18px;
}
.lp-trust-blue { background: #e8eef6; }
.lp-trust-pink { background: #eaf3e8; }
.lp-trust-green { background: #e8f8ef; }
.lp-trust-lilac { background: #eef2f8; }

.lp-cats {
    max-width: 1180px;
    margin: 0 auto 12px;
    padding: 8px 24px 28px;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: none;
}
.lp-cats::-webkit-scrollbar { display: none; }
.lp-cat {
    flex: 0 0 auto;
    width: 92px;
    text-align: center;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    color: var(--lp-ink) !important;
}
.lp-cat-orb {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
    overflow: hidden;
}
.lp-cat-orb img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.lp-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 24px 12px;
}
.lp-section h2 {
    text-align: center;
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}
.lp-sub, .lp-note {
    text-align: center;
    color: var(--lp-muted);
    margin: 0 auto 22px;
    max-width: 640px;
}
.lp-eyebrow {
    text-align: center;
    display: block;
    width: max-content;
    margin: 0 auto 10px;
    background: #eaf3e8;
    color: var(--lp-pink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
}

.lp-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.lp-tab {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    border-radius: 999px;
    padding: 8px 16px;
    font: 600 14px/1 Inter, sans-serif;
    cursor: pointer;
}
.lp-tab.is-active {
    background: var(--lp-pink);
    border-color: var(--lp-pink);
    color: #fff;
}
.lp-tab-panel { display: none; }
.lp-tab-panel.is-active { display: block; }

.lp-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--lp-line);
    border-radius: 16px;
    min-width: 200px;
    max-width: 220px;
    flex: 0 0 210px;
    overflow: hidden;
}
.lp-card a { display: block; padding: 12px 12px 14px; text-decoration: none !important; color: inherit !important; }
.lp-off {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: #fb923c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
}
.lp-card-media {
    display: block;
    height: 160px;
    background: #fafafa;
    margin-bottom: 10px;
}
.lp-card-media img,
.lp-dev .lp-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lp-card h3,
.lp-dev h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 8px;
    min-height: 2.6em;
}
.lp-card-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.lp-card-price strong { font-size: 16px; }
.lp-card-price del { color: #9ca3af; font-size: 13px; }

.budli-home .lp-trending .product-carousel { padding: 0 28px; }
.budli-home .lp-trending .product-rail { gap: 14px; }
.budli-home .product-rail .lp-card { scroll-snap-align: start; }

.lp-pick-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
.lp-pick {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--lp-line);
    border-radius: 22px;
    overflow: hidden;
}
.lp-pick-media {
    position: relative;
    background: #f8fafc;
    min-height: 240px;
    display: grid;
    place-items: center;
    padding: 24px;
}
.lp-pick-media img { max-width: 220px; max-height: 260px; width: 100%; object-fit: contain; }
.lp-pick-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #dbeafe;
    color: var(--lp-blue);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 999px;
}
.lp-pick-body { padding: 28px 28px 24px; }
.lp-pick-kicker {
    color: var(--lp-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.lp-pick-body h3 { font-size: 1.25rem; margin: 0 0 8px; line-height: 1.3; }
.lp-pick-body p { color: var(--lp-muted); margin: 0 0 14px; }
.lp-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.lp-chips span {
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    color: #4b5563;
}
.lp-pick-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.lp-shop {
    background: var(--lp-navy);
    color: #fff !important;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
}

.lp-shopby-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 28px;
    margin-bottom: 18px;
}
.lp-shopby h3 { font-size: 15px; margin: 0 0 12px; }
.lp-budget, .lp-brand-row { display: flex; flex-wrap: wrap; gap: 8px; }
.lp-budget a, .lp-brand-row a {
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}
.lp-budget a:hover, .lp-brand-row a:hover { border-color: var(--lp-pink); color: var(--lp-pink); }
.lp-grades {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    color: var(--lp-muted);
    font-size: 13px;
    padding-top: 8px;
}
.lp-grades a { color: var(--lp-blue) !important; font-weight: 600; }

.lp-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.lp-dev {
    position: relative;
    border: 1px solid var(--lp-line);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}
.lp-dev a { display: block; padding: 12px; text-decoration: none !important; color: inherit !important; }
.lp-dev-tags { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; justify-content: space-between; z-index: 2; }
.lp-grade {
    background: var(--lp-navy);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 3px 8px;
    border-radius: 6px;
}
.lp-dev .lp-off { position: static; }
.lp-save { color: #15803d; font-size: 12px; font-weight: 600; margin: 4px 0 0; }
.lp-dev-meta { color: var(--lp-muted); font-size: 12px; margin: 6px 0 0; }
.lp-center { text-align: center; padding: 24px 0 8px; }

.lp-why {
    max-width: 1180px;
    margin: 12px auto;
    padding: 8px 24px 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.lp-why-item {
    background: var(--lp-soft);
    border-radius: 16px;
    padding: 18px;
}
.lp-why-item strong { display: block; margin-bottom: 4px; }
.lp-why-item span { color: var(--lp-muted); font-size: 13px; }

.lp-reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.lp-reviews blockquote {
    margin: 0;
    background: #fff;
    border: 1px solid var(--lp-line);
    border-radius: 16px;
    padding: 20px;
}
.lp-reviews p { margin: 0 0 14px; line-height: 1.5; }
.lp-reviews footer { font-size: 13px; color: var(--lp-muted); }
.lp-reviews strong { color: var(--lp-ink); }
.lp-reviews span { color: #15803d; }

body.budli-home .site-footer { margin-top: 24px; }
body.budli-home .finery-tagline { display: none; }

@media (max-width: 980px) {
    .lp-hero-inner, .lp-pick, .lp-shopby-grid { grid-template-columns: 1fr; }
    .lp-trust, .lp-why, .lp-reviews, .lp-grid { grid-template-columns: 1fr 1fr; }
    .lp-hero-art { min-height: 280px; }
    .lp-hero-shot-1 { width: 50%; height: 72%; }
}
@media (max-width: 640px) {
    .lp-trust, .lp-why, .lp-reviews, .lp-grid { grid-template-columns: 1fr; }
    .lp-hero { padding-top: 20px; }
    body.budli-home .finery-header .header-top.header-bar {
        padding: 6px 12px;
        min-height: 84px;
    }
    body.budli-home .finery-header .logo-img {
        height: 68px;
        max-width: 300px;
    }
}
