/* ===== Vetrina — stile showroom (Emporio del Mobile) ===== */
html { scroll-behavior: smooth; }

:root {
    --ld-bg: #f7f5f2;
    --ld-surface: #ffffff;
    --ld-ink: #1a1a1a;
    --ld-muted: #6b6560;
    --ld-line: #e8e4df;
    --ld-accent: #2c2c2c;
    --ld-gold: #b8956b;
    --ld-r: 2px;
    --ld-max: 1200px;
    --ld-serif: 'Cormorant Garamond', Georgia, serif;
    --ld-sans: 'Inter', system-ui, sans-serif;
}

.landing-page {
    margin: 0;
    font-family: var(--ld-sans);
    color: var(--ld-ink);
    background: var(--ld-bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    overflow-x: hidden;
}

.landing-page a { color: inherit; text-decoration: none; }
.landing-page img { max-width: 100%; display: block; }
.landing-page h1, .landing-page h2, .landing-page h3 {
    margin: 0;
    font-family: var(--ld-serif);
    font-weight: 600;
    letter-spacing: -.01em;
}

.landing-page .btn,
.ld-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--ld-sans);
    font-weight: 600;
    cursor: pointer;
    border: none;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 12px 22px;
    transition: .2s;
    white-space: nowrap;
}
.landing-page .btn svg, .ld-btn svg { width: 16px; height: 16px; }
/* Specificità > `.landing-page a { color: inherit }` altrimenti testo invisibile su btn */
.landing-page a.btn-dark,
.landing-page a.ld-btn-dark,
.landing-page .btn-dark,
.landing-page .ld-btn-dark {
    background: var(--ld-ink);
    color: #fff;
}
.landing-page a.btn-dark:hover,
.landing-page a.ld-btn-dark:hover,
.landing-page .btn-dark:hover,
.landing-page .ld-btn-dark:hover {
    background: #333;
    color: #fff;
}
.landing-page a.btn-out,
.landing-page .btn-out {
    background: transparent;
    border: 1px solid var(--ld-line);
    color: var(--ld-ink);
}
.landing-page a.btn-out:hover,
.landing-page .btn-out:hover {
    border-color: var(--ld-ink);
    color: var(--ld-ink);
}
.landing-page .btn-sm { padding: 9px 14px; font-size: 11px; }
.landing-page a.ld-btn-light,
.landing-page .ld-btn-light {
    background: #fff;
    color: #1a1a1a;
    border: 1px solid rgba(255,255,255,.6);
}
.landing-page a.ld-btn-light:hover,
.landing-page .ld-btn-light:hover {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

/* ===== V-Si Hero + AI ===== */
.ld-vsi-hero {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 55%, #2a2420 100%);
    color: #fff;
    padding: 48px 24px 56px;
}
.ld-vsi-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 36px;
    align-items: center;
}
.ld-vsi-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #e8d5b5;
    margin: 0 0 12px;
}
.ld-vsi-hero h1 {
    font-size: clamp(1.8rem, 3.6vw, 2.65rem);
    line-height: 1.12;
    color: #fff;
    margin-bottom: 14px;
}
.ld-vsi-lead { margin: 0; color: rgba(255,255,255,.78); font-size: 15px; max-width: 46ch; }
.ld-vsi-ai {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    padding: 22px;
    backdrop-filter: blur(8px);
}
.ld-vsi-ai-head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 16px;
}
.ld-vsi-ai-head svg { width: 28px; height: 28px; color: var(--ld-gold); flex-shrink: 0; }
.ld-vsi-ai-head strong { display: block; font-size: 16px; color: #fff; }
.ld-vsi-ai-head span { display: block; font-size: 13px; color: rgba(255,255,255,.65); margin-top: 4px; }
.ai-box--hero input {
    background: #fff;
    border: none;
    color: var(--ld-ink);
}
.ai-locked--hero {
    padding: 16px;
    background: rgba(0,0,0,.25);
    border: 1px dashed rgba(255,255,255,.25);
    font-size: 14px;
    color: rgba(255,255,255,.9);
}
.ai-locked--hero a {
    color: #1a1a1a !important;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: #1a1a1a;
}
.ai-locked--hero a:hover { color: #000 !important; }
.ld-vsi-ai .ai-suggest { margin-top: 12px; }
.ld-vsi-ai .ai-chip {
    color: rgba(255,255,255,.9);
    border-color: rgba(255,255,255,.35);
    background: rgba(255,255,255,.08);
}
.ld-vsi-ai .ai-chip:hover {
    color: #fff;
    border-color: var(--ld-gold);
    background: rgba(184,149,107,.2);
}
.ld-vsi-ai .ai-result { margin-top: 14px; }
.ld-vsi-ai .ai-result.show { display: block; }
.ld-vsi-ai .ai-answer {
    color: rgba(255,255,255,.92);
    font-size: 14px;
    line-height: 1.55;
    background: rgba(0,0,0,.35);
    border-color: rgba(255,255,255,.15);
}
.ld-vsi-ai .ai-sources { margin-top: 10px; }
.ld-vsi-ai .ai-src {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.18);
    color: #fff;
}
.ld-vsi-ai .ai-src .s { color: rgba(255,255,255,.65); }
.ld-vsi-ai .ai-answer .ai-inline { color: #e8d5b5; }
.ld-vsi-ai .ai-answer .ai-inline-page { background: var(--ld-gold); color: #1a1a1a; }
.ld-vsi-ai .ai-src:hover { border-color: var(--ld-gold); }

.ld-network-cta { letter-spacing: .04em; }

/* Partner ribbon */
.ld-partners { padding: 36px 0 8px; }
.ld-partners-track-wrap {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ld-partners-track {
    display: flex;
    gap: 28px;
    width: max-content;
    animation: ld-partners-scroll 40s linear infinite;
    padding: 8px 0 16px;
}
.ld-partner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid var(--ld-line);
    transition: .15s;
}
.ld-partner-logo:hover { border-color: var(--ld-ink); transform: translateY(-2px); }
.ld-partner-logo span { font-size: 11px; font-weight: 700; text-align: center; color: var(--ld-muted); }
@keyframes ld-partners-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.sup-desc {
    margin: 8px 0 0;
    font-size: 12.5px;
    line-height: 1.45;
    color: var(--ld-muted);
}

.ld-footer-vat { margin-top: 12px !important; font-size: 12px !important; color: rgba(255,255,255,.5) !important; }
.ld-footer--inst { margin-top: 48px; }

.sample-status-dismesso { color: #b91c1c; font-weight: 700; }

@media (max-width: 900px) {
    .ld-vsi-hero-inner { grid-template-columns: 1fr; }
}

/* ===== Header ===== */
.ld-site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 1px 0 var(--ld-line);
}

.ld-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 16px;
    font-size: 12px;
    color: #5a554f;
    border-bottom: 1px solid var(--ld-line);
    background: #f3f0ec;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
.ld-header-tagline { letter-spacing: .02em; color: #5a554f; }
.ld-header-top-links {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ld-header-top-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: var(--ld-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(26,26,26,.35);
    transition: color .15s, text-decoration-color .15s;
}
.ld-header-top-links a:hover {
    color: #000;
    text-decoration-color: var(--ld-gold);
}
.ld-header-top-links svg { width: 14px; height: 14px; }

.ld-ai-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff !important;
    background: var(--ld-ink);
    border: 1px solid var(--ld-ink);
    transition: background .15s, border-color .15s;
    white-space: nowrap;
    flex-shrink: 0;
}
.ld-ai-cta:hover { background: #333; border-color: #333; }
.ld-ai-cta svg { width: 14px; height: 14px; }

.ld-header-main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 12px 16px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}
body.ld-guest .ld-search { margin-left: auto; }
body.ld-guest .ld-footer-grid { grid-template-columns: 1.4fr 1fr; }

.ld-brand { flex: 0 0 auto; }
.ld-brand img { height: 44px; width: auto; }
.ld-brand .mk {
    font-family: var(--ld-serif);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--ld-ink);
}

.ld-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-left: auto;
    background: none;
    border: 1px solid var(--ld-line);
    cursor: pointer;
}
.ld-nav-toggle span {
    display: block;
    height: 2px;
    background: var(--ld-ink);
    transition: .2s;
}
.ld-nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ld-nav-toggle.open span:nth-child(2) { opacity: 0; }
.ld-nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Primary nav + mega menu */
.ld-primary-nav { flex: 1 1 auto; min-width: 0; }
.ld-nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ld-nav-item { position: relative; }
.ld-nav-item > a {
    display: block;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--ld-ink);
    transition: color .15s;
    white-space: nowrap;
}
.ld-nav-item > a:hover,
.ld-nav-item.active > a { color: var(--ld-gold); }

.ld-mega {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 240px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s, transform .2s, visibility .2s;
    z-index: 60;
}
.ld-nav-item.has-mega:hover .ld-mega,
.ld-nav-item.has-mega.mega-open .ld-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.ld-mega-inner {
    background: #fff;
    border: 1px solid var(--ld-line);
    box-shadow: 0 20px 50px rgba(0,0,0,.1);
    padding: 20px 22px;
}
.ld-mega-title {
    margin: 0 0 12px;
    font-family: var(--ld-serif);
    font-size: 18px;
    font-weight: 600;
    color: var(--ld-ink);
}
.ld-mega-links {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}
.ld-mega-links a {
    display: block;
    padding: 7px 0;
    font-size: 14px;
    color: var(--ld-muted);
    border-bottom: 1px solid #f3f0ec;
    transition: color .15s;
}
.ld-mega-links a:hover { color: var(--ld-ink); }
.ld-mega-all {
    display: inline-block;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.ld-mega-all:hover { color: #000; }

.ld-search {
    flex: 0 1 160px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--ld-line);
    padding: 4px 0;
    transition: border-color .15s;
    min-width: 110px;
}
.ld-search:focus-within { border-color: var(--ld-ink); }
.ld-search svg { width: 16px; height: 16px; color: var(--ld-muted); flex-shrink: 0; }
.ld-search input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 13px;
    padding: 6px 0;
    font-family: inherit;
    min-width: 0;
}

.ld-header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 1 auto;
    min-width: 0;
    margin-left: auto;
}
.ld-header-actions .gtranslate { flex-shrink: 1; min-width: 0; }
.ld-header-actions .goog-te-gadget .goog-te-combo {
    max-width: 132px;
    padding: 6px 26px 6px 10px;
    font-size: 12px;
}
.ld-header-actions .btn-sm {
    padding: 7px 10px;
    font-size: 12px;
    white-space: nowrap;
}
.ld-user {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    flex-shrink: 0;
    max-width: 140px;
    overflow: hidden;
}
.ld-user .av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--ld-ink);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 800;
}

.ld-main { flex: 1; }

/* ===== Hero carousel ===== */
.ld-carousel {
    position: relative;
    height: clamp(420px, 62vh, 620px);
    overflow: hidden;
    background: var(--ld-ink);
}
.ld-carousel-track { position: relative; width: 100%; height: 100%; }
.ld-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s ease, visibility .7s;
}
.ld-slide.active { opacity: 1; visibility: visible; z-index: 1; }

.ld-slide-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--slide-c, #333) 0%, #111 100%);
}
.ld-slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .85;
}
.ld-slide-ph {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.25);
}
.ld-slide-ph svg { width: 80px; height: 80px; }
.ld-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.25) 55%, transparent 100%);
}

.ld-slide-content {
    position: relative;
    z-index: 2;
    max-width: var(--ld-max);
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    max-width: 560px;
    margin-left: max(24px, calc((100% - var(--ld-max)) / 2 + 24px));
}
.ld-slide-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    opacity: .85;
    margin-bottom: 10px;
}
.ld-slide-content h2 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    line-height: 1.05;
    margin-bottom: 14px;
    color: #fff;
}
.ld-slide-content p {
    margin: 0 0 24px;
    font-size: 16px;
    opacity: .9;
    max-width: 420px;
    line-height: 1.55;
}

.ld-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(0,0,0,.25);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: .15s;
}
.ld-carousel-btn:hover { background: rgba(255,255,255,.15); border-color: #fff; }
.ld-carousel-prev { left: 16px; }
.ld-carousel-next { right: 16px; }

.ld-carousel-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 8px;
}
.ld-carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.6);
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: .15s;
}
.ld-carousel-dot.active,
.ld-carousel-dot:hover { background: #fff; border-color: #fff; }

/* ===== Showcase tiles (sotto hero) ===== */
.ld-showcase {
    background: #fff;
    border-bottom: 1px solid var(--ld-line);
}
.ld-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1400px;
    margin: 0 auto;
}
.ld-showcase-tile {
    position: relative;
    display: block;
    aspect-ratio: 4/5;
    overflow: hidden;
    border-right: 1px solid var(--ld-line);
}
.ld-showcase-tile:last-child { border-right: none; }
.ld-showcase-media {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, color-mix(in srgb, var(--tile-c, #444) 70%, #000) 0%, #111 100%);
}
.ld-showcase-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.ld-showcase-tile:hover .ld-showcase-media img { transform: scale(1.06); }
.ld-showcase-ph {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.3);
}
.ld-showcase-ph svg { width: 48px; height: 48px; }
.ld-showcase-cap {
    position: absolute;
    inset: auto 0 0;
    padding: 28px 18px 20px;
    background: linear-gradient(transparent, rgba(0,0,0,.55) 35%, rgba(0,0,0,.88));
    color: #fff;
    text-align: center;
}
.ld-showcase-cap strong {
    display: block;
    font-family: var(--ld-serif);
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0,0,0,.45);
}
.ld-showcase-cap span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 6px rgba(0,0,0,.5);
}

/* Inner pages — hero banner */
.ld-inner-hero {
    position: relative;
    height: clamp(220px, 32vh, 320px);
    overflow: hidden;
    background: var(--ih-c, #1a1a1a);
}
.ld-inner-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--ih-c, #333) 0%, #111 100%);
}
.ld-inner-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .82;
}
.ld-inner-hero-ph {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.22);
}
.ld-inner-hero-ph svg { width: 56px; height: 56px; }
.ld-inner-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.35) 60%, rgba(0,0,0,.15) 100%);
}
.ld-inner-hero-content {
    position: relative;
    z-index: 2;
    max-width: var(--ld-max);
    margin: 0 auto;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}
.ld-inner-hero-content h1 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.08;
    margin: 8px 0 6px;
    color: #fff;
}
.ld-inner-hero-content p {
    margin: 0;
    font-size: 15px;
    opacity: .9;
}
.ld-inner-hero-meta { margin-top: 8px; }
.ld-inner-hero-meta .stars .star.on { color: #e8c99b; }
.ld-inner-hero-meta .stars .star.off { color: rgba(255,255,255,.25); }
.ld-inner-hero-desc {
    margin: 10px 0 0;
    max-width: 52ch;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255,255,255,.88);
}

.ld-crumbs--hero { margin-bottom: 4px; color: rgba(255,255,255,.75); }
.ld-crumbs--hero a { color: rgba(255,255,255,.75); }
.ld-crumbs--hero a:hover { color: #fff; }
.ld-crumbs--hero .cur { color: #fff; }

.ld-wrap--inner {
    padding-top: 28px;
    background: #fff;
    border-top: 1px solid var(--ld-line);
}
.ld-path-wrap { margin-bottom: 24px; }
.ld-path-wrap .ld-path {
    margin-bottom: 0;
    background: var(--ld-bg);
}

/* Visual category cards (same language as showcase) */
.ld-visual-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
    gap: 20px;
}
.ld-visual-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--ld-line);
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.ld-visual-card:hover {
    border-color: var(--ld-ink);
    box-shadow: 0 16px 40px rgba(0,0,0,.1);
    transform: translateY(-3px);
}
.ld-visual-media {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: linear-gradient(160deg, color-mix(in srgb, var(--vc-c, #444) 65%, #000), #111);
}
.ld-visual-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.ld-visual-card:hover .ld-visual-media img { transform: scale(1.05); }
.ld-visual-ph {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.28);
}
.ld-visual-ph svg { width: 40px; height: 40px; }
.ld-visual-body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ld-visual-body strong {
    font-family: inherit;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--ld-ink);
}
.ld-visual-body span {
    font-size: 13px;
    color: var(--ld-muted);
}
.ld-visual-body em {
    margin-top: 8px;
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ld-gold);
}

.lr-thumb-lg {
    width: 72px;
    height: 72px;
    border-radius: 0;
}

/* ===== Intro editorial ===== */
.ld-intro {
    padding: 64px 24px;
    background: var(--ld-bg);
    text-align: center;
}
.ld-intro-inner { max-width: 720px; margin: 0 auto; }
.ld-intro h1 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.15;
    margin-bottom: 20px;
}
.ld-intro p {
    margin: 0 0 14px;
    color: var(--ld-muted);
    font-size: 16px;
    line-height: 1.7;
}
.ld-intro-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 36px;
    padding-top: 32px;
    border-top: 1px solid var(--ld-line);
}
.ld-intro-stats div { text-align: center; }
.ld-intro-stats strong {
    display: block;
    font-family: var(--ld-serif);
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--ld-ink);
    line-height: 1;
}
.ld-intro-stats span {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ld-muted);
}

/* ===== Featured catalogs ===== */
.ld-featured {
    padding: 56px 0 64px;
    background: #fff;
    border-top: 1px solid var(--ld-line);
    border-bottom: 1px solid var(--ld-line);
}
.ld-wrap {
    max-width: var(--ld-max);
    margin: 0 auto;
    padding: 32px 24px 48px;
}
.ld-wrap--wide { max-width: 1280px; }
.ld-section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    text-align: center;
    margin-bottom: 8px;
}
.ld-section-lead {
    text-align: center;
    color: var(--ld-muted);
    font-size: 15px;
    margin: 0 0 32px;
}
.ld-section-head--center { justify-content: center; text-align: center; }
.ld-featured-grid { margin-bottom: 32px; }
.ld-featured-more { text-align: center; margin: 0; }

/* Editorial blocks (stile Emporio) */
.ld-editorial { background: #fff; }
.ld-editorial-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
    border-top: 1px solid var(--ld-line);
}
.ld-editorial-block.flip .ld-editorial-media { order: 2; }
.ld-editorial-block.flip .ld-editorial-text { order: 1; }
.ld-editorial-media {
    position: relative;
    min-height: 320px;
    background: linear-gradient(145deg, color-mix(in srgb, var(--ed-c, #444) 60%, #000), #111);
    overflow: hidden;
}
.ld-editorial-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 320px;
}
.ld-editorial-ph {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.25);
}
.ld-editorial-ph svg { width: 64px; height: 64px; }
.ld-editorial-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px clamp(24px, 6vw, 72px);
}
.ld-editorial-text h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    margin-bottom: 16px;
    line-height: 1.15;
}
.ld-editorial-text p {
    margin: 0 0 24px;
    color: var(--ld-muted);
    font-size: 15px;
    line-height: 1.75;
    max-width: 480px;
}

/* ===== Breadcrumb & path ===== */
.ld-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    margin-bottom: 16px;
    color: var(--ld-muted);
}
.ld-crumbs a { font-weight: 600; color: var(--ld-muted); }
.ld-crumbs a:hover { color: var(--ld-gold); }
.ld-crumbs .sep { opacity: .5; }
.ld-crumbs .cur { font-weight: 700; color: var(--ld-ink); }

.ld-path {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 28px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid var(--ld-line);
    overflow-x: auto;
}
.ld-path-step {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--ld-muted);
    padding: 4px 8px;
    transition: .15s;
}
.ld-path-step.done { color: var(--ld-ink); }
.ld-path-step.done:hover { color: var(--ld-gold); }
.ld-path-step.active { color: var(--ld-gold); }
.ld-path-step.disabled { opacity: .45; cursor: default; }
.ld-path-num {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 800;
    background: #f3f0ec;
    color: var(--ld-muted);
}
.ld-path-step.done .ld-path-num { background: #ebe4da; color: var(--ld-ink); }
.ld-path-step.active .ld-path-num { background: var(--ld-ink); color: #fff; }
.ld-path-line {
    flex: 1;
    min-width: 20px;
    height: 1px;
    background: var(--ld-line);
    margin: 0 6px;
}

.ld-section { margin-bottom: 48px; scroll-margin-top: 120px; }
.ld-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.ld-section-head h2 {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ld-section-head h2 svg { width: 22px; height: 22px; color: var(--ld-gold); }
.ld-section-head p { margin: 6px 0 0; color: var(--ld-muted); font-size: 15px; }

.ld-page-head {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ld-line);
}
.ld-page-head h1 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 8px; }
.ld-page-head p { margin: 0; color: var(--ld-muted); font-size: 15px; }
.landing-page a.ld-link,
.ld-link {
    color: #1a1a1a;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Nav cards */
.ld-nav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: 16px;
}
.ld-nav-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid var(--ld-line);
    transition: border-color .15s, box-shadow .15s;
}
.ld-nav-card:hover {
    border-color: var(--nav-c, var(--ld-ink));
    box-shadow: 0 12px 32px rgba(0,0,0,.06);
}
.ld-nav-ic {
    width: 48px;
    height: 48px;
    background: color-mix(in srgb, var(--nav-c, var(--ld-ink)) 10%, #fff);
    color: var(--nav-c, var(--ld-ink));
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.ld-nav-ic svg { width: 24px; height: 24px; }
.ld-nav-body { flex: 1; min-width: 0; }
.ld-nav-name { display: block; font-weight: 700; font-size: 16px; line-height: 1.25; }
.ld-nav-meta { display: block; font-size: 13px; color: var(--ld-muted); margin-top: 3px; }
.ld-nav-arrow { font-size: 18px; color: var(--ld-muted); transition: .15s; }
.ld-nav-card:hover .ld-nav-arrow { color: var(--nav-c, var(--ld-ink)); transform: translateX(4px); }

/* View bar */
.view-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.view-tabs {
    display: inline-flex;
    gap: 0;
    border: 1px solid var(--ld-line);
}
.view-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--ld-muted);
    border-right: 1px solid var(--ld-line);
}
.view-tab:last-child { border-right: none; }
.view-tab svg { width: 14px; height: 14px; }
.view-tab.active { background: var(--ld-ink); color: #fff; }
.sort-form { display: flex; align-items: center; gap: 8px; margin: 0; }
.sort-label { font-size: 12px; font-weight: 600; color: var(--ld-muted); }
.sort-select {
    border: 1px solid var(--ld-line);
    padding: 8px 32px 8px 12px;
    font-size: 13px;
    font-family: inherit;
    font-weight: 600;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%236b6560'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 10px center;
    appearance: none;
    cursor: pointer;
}

/* List rows */
.list-rows { display: flex; flex-direction: column; gap: 10px; }
.list-row-wrap { display: flex; align-items: stretch; gap: 8px; }
.list-row-wrap .list-fav { position: static; align-self: center; flex: 0 0 38px; }
.list-row {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--ld-line);
    transition: .15s;
}
.list-row:hover { border-color: var(--ld-ink); box-shadow: 0 8px 24px rgba(0,0,0,.05); }
.lr-ic {
    width: 44px; height: 44px;
    background: var(--tile-accent, var(--ld-ink)); color: #fff;
    display: grid; place-items: center; flex-shrink: 0;
}
.lr-ic.lg { width: 48px; height: 48px; }
.lr-ic svg { width: 22px; height: 22px; }
.lr-logo { flex-shrink: 0; }
.lr-thumb {
    width: 48px; height: 64px; overflow: hidden;
    background: #f3f0ec; display: grid; place-items: center; color: #aaa; flex-shrink: 0;
}
.lr-thumb img { width: 100%; height: 100%; object-fit: cover; }
.lr-body { flex: 1; min-width: 0; }
.lr-kicker { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--ld-gold); font-weight: 700; margin-bottom: 2px; }
.lr-title { display: block; font-weight: 700; font-size: 15px; }
.lr-meta { display: block; font-size: 13px; color: var(--ld-muted); margin-top: 3px; }
.lr-side { flex-shrink: 0; }
.lr-go { flex-shrink: 0; color: var(--ld-muted); font-size: 18px; font-weight: 700; }
.lr-action.btn-sm { font-size: 11px; padding: 7px 12px; flex-shrink: 0; border: 1px solid var(--ld-line); }

/* Suppliers */
.sups {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
    gap: 16px;
}
.sup {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--ld-line);
    transition: .15s;
}
.sup:hover { border-color: var(--ld-ink); box-shadow: 0 8px 24px rgba(0,0,0,.05); transform: translateY(-2px); }
.sups--showcase .sup {
    padding: 24px;
    min-height: 160px;
}
.sups--showcase .sup-name {
    font-family: var(--ld-serif);
    font-size: 1.25rem;
    font-weight: 600;
}
.sup-top { display: flex; align-items: center; gap: 12px; }
.supplier-logo { object-fit: cover; }
.supplier-logo-ph { display: grid; place-items: center; color: #fff; font-weight: 800; }
.sup-name { font-size: 16px; font-weight: 800; }
.sup-market { font-size: 13px; color: var(--ld-muted); }
.sup-desc {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.45;
    color: var(--ld-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sup-bot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--ld-line); }
.sup-count { font-size: 12px; font-weight: 600; color: var(--ld-muted); }
.list-row .lr-desc {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
    color: var(--ld-muted);
}
.stars { display: inline-flex; gap: 1px; }
.stars .star svg { width: 16px; height: 16px; }
.stars .star.on { color: var(--ld-gold); }
.stars .star.off { color: #e8e4df; }

/* Catalog cards */
.cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
    gap: 20px;
}
.card-wrap { position: relative; }
.card {
    background: #fff;
    border: 1px solid var(--ld-line);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: .2s;
}
.card:hover { border-color: var(--ld-ink); box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.fav-btn {
    position: absolute; top: 10px; right: 10px; z-index: 3;
    width: 36px; height: 36px; border-radius: 50%;
    border: 1px solid var(--ld-line); background: rgba(255,255,255,.95);
    display: grid; place-items: center; cursor: pointer; padding: 0;
}
.fav-btn svg { width: 17px; height: 17px; color: #aaa; }
.fav-btn.on { background: #fdf8f0; border-color: var(--ld-gold); }
.fav-btn.on svg { color: var(--ld-gold); }
.fav-badge {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px;
    background: var(--ld-gold); color: #fff; font-size: 11px; font-weight: 800;
}
.card-cover {
    aspect-ratio: 3/4;
    background: #f3f0ec;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
}
.card-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.card:hover .card-cover img { transform: scale(1.04); }
.card-cover .ph-ic { width: 40px; height: 40px; color: #bbb; }
.card-cover .open {
    position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--ld-ink); color: #fff;
    font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
    padding: 9px 16px; opacity: 0; transition: .2s;
}
.card:hover .card-cover .open { opacity: 1; }
.card-cover .open svg { width: 14px; height: 14px; }
.card-body { padding: 14px 16px 16px; flex: 1; }
.card-cat { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--ld-gold); font-weight: 700; }
.card-title { font-size: 15px; font-weight: 700; line-height: 1.3; margin: 6px 0 4px; font-family: var(--ld-sans); }
.card-meta { font-size: 13px; color: var(--ld-muted); }

.gblock { margin-bottom: 36px; }
.ghead {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--ld-line);
}
.ghead .gic {
    width: 40px; height: 40px;
    background: #f3f0ec; color: var(--ld-ink);
    display: grid; place-items: center;
}
.ghead .gic svg { width: 20px; height: 20px; }
.ghead h3 { font-size: 17px; font-family: var(--ld-sans); font-weight: 800; }
.ghead .gmeta { font-size: 13px; color: var(--ld-muted); }

/* AI section */
.ld-section--ai .ai {
    display: none;
    background: #fff;
    border: 1px solid var(--ld-line);
    padding: 28px;
}
.ld-section--ai-open .ai,
.ld-section--ai .ai.show { display: block; }
.ai-box { display: flex; gap: 10px; flex-wrap: wrap; }
.ai-box input {
    flex: 1; min-width: 200px;
    border: 1px solid var(--ld-line);
    padding: 14px 16px; font-size: 15px; font-family: inherit;
}
.ai-box input:focus { outline: none; border-color: var(--ld-ink); }
.ai-suggest { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.ai-chip {
    font-size: 12px; border: 1px dashed var(--ld-line); background: var(--ld-bg);
    padding: 6px 12px; cursor: pointer; color: var(--ld-muted); font-weight: 600;
}
.ai-chip:hover { border-color: var(--ld-ink); color: var(--ld-ink); }
.ai-result { margin-top: 16px; display: none; }
.ai-result.show { display: block; }
.ai-answer {
    background: var(--ld-bg);
    border: 1px solid var(--ld-line);
    border-left: 3px solid var(--ld-gold);
    padding: 16px 18px;
    font-size: 15px; white-space: pre-wrap; line-height: 1.6;
}
.ai-answer.has-html { white-space: normal; }
.ai-answer .ai-inline {
    color: var(--ld-gold);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ai-answer .ai-inline-page {
    display: inline-block;
    margin-left: 4px;
    padding: 1px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    background: var(--ld-ink);
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}
.ai-answer .ai-inline:hover,
.ai-answer .ai-inline-page:hover { opacity: .85; }
.ai-sources {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
    gap: 10px; margin-top: 12px;
}
.ai-src {
    display: block; padding: 12px 14px;
    background: #fff; border: 1px solid var(--ld-line);
    transition: .15s;
}
.ai-src:hover { border-color: var(--ld-ink); }
.ai-src .t { font-weight: 700; font-size: 14px; }
.ai-src .p {
    display: inline-block; margin: 4px 0 0 0; padding: 2px 8px; border-radius: 999px;
    font-size: 11px; font-weight: 800; letter-spacing: .02em;
    background: var(--ld-ink); color: #fff; vertical-align: middle;
}
.ai-src .s { font-size: 12px; color: var(--ld-muted); margin-top: 3px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ai-locked { padding: 20px; text-align: center; color: #4a453f; background: var(--ld-bg); border: 1px dashed var(--ld-line); }
.ai-locked a {
    color: #1a1a1a !important;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.ai-locked a:hover { color: #000 !important; }
.spinner {
    width: 16px; height: 16px;
    border: 2px solid rgba(255,255,255,.4); border-top-color: #fff;
    border-radius: 50%; display: inline-block;
    animation: ld-spin .7s linear infinite;
}
@keyframes ld-spin { to { transform: rotate(360deg); } }

.empty {
    text-align: center; padding: 60px 24px;
    background: #fff; border: 1px dashed var(--ld-line);
    color: #4a453f;
}
.empty h3 { font-size: 20px; color: var(--ld-ink); margin-bottom: 8px; font-family: var(--ld-serif); }
.empty a {
    color: #1a1a1a !important;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.empty a:hover { color: #000 !important; }

/* Footer */
.ld-footer {
    background: var(--ld-ink);
    color: rgba(255,255,255,.75);
    padding: 48px 24px 24px;
    margin-top: 20px;
}
.ld-footer-grid {
    max-width: var(--ld-max);
    margin: 0 auto 32px;
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 32px;
}
.ld-footer-brand strong {
    display: block;
    font-family: var(--ld-serif);
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 12px;
}
.ld-footer-brand p { margin: 0; font-size: 14px; line-height: 1.65; }
.ld-footer-col strong {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 14px;
}
.ld-footer-col nav { display: flex; flex-direction: column; gap: 8px; }
.ld-footer-col a {
    font-size: 14px;
    color: rgba(255,255,255,.88);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255,255,255,.35);
    transition: color .15s, text-decoration-color .15s;
}
.ld-footer-col a:hover {
    color: #fff;
    text-decoration-color: var(--ld-gold);
}
.ld-footer-bottom {
    max-width: var(--ld-max);
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12px;
    color: rgba(255,255,255,.45);
}

/* Responsive */
@media (max-width: 1100px) {
    .ld-showcase-grid { grid-template-columns: repeat(2, 1fr); }
    .ld-showcase-tile:nth-child(2) { border-right: none; }
    .ld-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1480px) {
    .ld-nav-toggle { display: flex; }
    .ld-primary-nav {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0,0,0,.4);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .2s;
        z-index: 200;
    }
    .ld-primary-nav.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .ld-nav-list {
        position: absolute;
        top: 0; right: 0;
        width: min(320px, 88vw);
        height: 100%;
        flex-direction: column;
        align-items: stretch;
        background: #fff;
        padding: 72px 0 24px;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform .25s;
        box-shadow: -8px 0 32px rgba(0,0,0,.12);
    }
    .ld-primary-nav.open .ld-nav-list { transform: translateX(0); }
    .ld-nav-item > a { padding: 14px 24px; border-bottom: 1px solid var(--ld-line); }
    .ld-mega {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        display: none;
        min-width: 0;
    }
    .ld-nav-item.has-mega.mega-open .ld-mega { display: block; }
    .ld-mega-inner { border: none; box-shadow: none; padding: 0 24px 16px; background: #faf9f7; }
    .ld-header-main { flex-wrap: nowrap; }
    .ld-search { flex: 1 1 160px; margin-top: 0; }
    .ld-header-actions { margin-left: auto; }
}

@media (max-width: 768px) {
    .ld-header-top { display: none; }
    .ld-header-actions .ld-user { display: none; }
    .ld-carousel { height: clamp(360px, 55vh, 480px); }
    .ld-inner-hero { height: clamp(200px, 28vh, 260px); }
    .ld-inner-hero-content { padding: 20px 16px; }
    .ld-slide-content { margin-left: 24px; max-width: calc(100% - 48px); }
    .ld-carousel-btn { width: 40px; height: 40px; font-size: 22px; }
    .ld-intro-stats { gap: 24px; }
    .ld-showcase-grid { grid-template-columns: 1fr 1fr; }
    .ld-showcase-tile { aspect-ratio: 1; border-right: none; border-bottom: 1px solid var(--ld-line); }
    .ld-editorial-block { grid-template-columns: 1fr; }
    .ld-editorial-block.flip .ld-editorial-media,
    .ld-editorial-block.flip .ld-editorial-text { order: unset; }
    .ld-editorial-text { padding: 32px 24px; }
    .ld-footer-grid { grid-template-columns: 1fr; }
    .cards { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .card-cover .open { opacity: 1; }
}

@media (max-width: 480px) {
    .ld-showcase-grid { grid-template-columns: 1fr; }
    .ld-intro-stats { flex-direction: column; gap: 20px; }
    .cards { grid-template-columns: 1fr; }
    .ld-header-actions .ld-user { display: none; }
}

/* ===== Sezioni libere (page builder) ===== */
.ld-free-text {
    padding: 56px 24px;
    background: var(--ld-surface);
}
.ld-free-text-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.ld-free-text h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: 16px;
}
.ld-free-text p {
    color: var(--ld-muted);
    font-size: 16px;
    margin: 0 0 12px;
}
.ld-cta {
    padding: 64px 24px;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
}
.ld-cta-inner { max-width: 680px; margin: 0 auto; }
.ld-cta h2 {
    color: #fff;
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    margin-bottom: 14px;
}
.ld-cta p { color: rgba(255,255,255,.75); margin: 0 0 14px; }
.ld-cta .ld-btn { margin-top: 8px; }

/* ===== Editor vetrina (admin) ===== */
.landing-page.ld-editing { padding-bottom: 88px; }
.landing-page.ld-editing .ld-home-canvas.is-editing .ld-edit-block {
    position: relative;
    outline: 1px dashed rgba(26,26,26,.2);
    outline-offset: -1px;
    transition: outline-color .15s, box-shadow .15s;
}
.landing-page.ld-editing .ld-edit-block:hover {
    outline-color: var(--ld-gold);
}
.landing-page.ld-editing .ld-edit-block.is-dragging {
    opacity: .45;
    outline-style: solid;
}
.landing-page.ld-editing .ld-edit-block.ld-drop-over {
    outline: 2px solid var(--ld-gold);
}
.ld-edit-bar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: rgba(26,26,26,.92);
    color: #fff;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.ld-edit-handle {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 28px;
    height: 28px;
    padding: 6px;
    border: 0;
    background: rgba(255,255,255,.12);
    cursor: grab;
    color: #fff;
}
.ld-edit-handle:active { cursor: grabbing; }
.ld-edit-handle span {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 1px;
}
.ld-edit-label { font-weight: 700; flex: 1; }
.ld-edit-actions { display: flex; gap: 6px; }
.ld-edit-act {
    border: 1px solid rgba(255,255,255,.25);
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 6px 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.ld-edit-act svg { width: 13px; height: 13px; }
.ld-edit-act:hover { background: #fff; color: #1a1a1a; }
.ld-edit-act.danger:hover { background: #b91c1c; color: #fff; border-color: #b91c1c; }
.ld-edit-empty {
    margin: 24px;
    padding: 28px;
    border: 1px dashed var(--ld-line);
    background: #faf9f7;
    text-align: center;
    color: var(--ld-muted);
    font-size: 14px;
}
.ld-builder-bar {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 20px;
    background: #111;
    color: #fff;
    box-shadow: 0 -8px 32px rgba(0,0,0,.2);
    font-size: 13px;
}
.ld-builder-bar.is-dirty { box-shadow: 0 -8px 32px rgba(184,149,107,.25); }
.ld-builder-bar-msg strong { display: block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.ld-builder-bar-msg span { color: rgba(255,255,255,.65); font-size: 12px; }
.ld-builder-status { margin-left: 12px; font-size: 12px; color: rgba(255,255,255,.7); }
.ld-builder-status.is-ok { color: #86efac; }
.ld-builder-status.is-warn { color: #fcd34d; }
.ld-builder-status.is-err { color: #fca5a5; }
.ld-builder-bar-acts { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.ld-builder-bar-acts button,
.ld-builder-bar-acts a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255,255,255,.25);
    background: transparent;
    color: #fff;
    text-decoration: none;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 10px 14px;
    cursor: pointer;
}
.ld-builder-bar-acts button svg { width: 14px; height: 14px; }
.ld-builder-bar-acts button.primary {
    background: #fff;
    color: #111;
    border-color: #fff;
}
.ld-builder-bar-acts button:hover,
.ld-builder-bar-acts a:hover { background: #fff; color: #111; }
.ld-palette {
    position: fixed;
    top: 0; right: 0; bottom: 88px;
    width: min(360px, 92vw);
    background: #fff;
    z-index: 401;
    box-shadow: -8px 0 32px rgba(0,0,0,.18);
    display: flex;
    flex-direction: column;
    color: var(--ld-ink);
}
.ld-palette[hidden] { display: none !important; }
.ld-palette-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid var(--ld-line);
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 12px;
}
.ld-palette-head button {
    border: 0; background: transparent; font-size: 22px; cursor: pointer; line-height: 1;
}
.ld-palette-list { overflow: auto; padding: 12px; display: flex; flex-direction: column; gap: 8px; }
.ld-palette-item {
    text-align: left;
    border: 1px solid var(--ld-line);
    background: #faf9f7;
    padding: 14px 16px;
    cursor: pointer;
    font: inherit;
}
.ld-palette-item strong { display: block; font-size: 14px; margin-bottom: 4px; }
.ld-palette-item span { display: block; font-size: 12px; color: var(--ld-muted); }
.ld-palette-item:hover:not(:disabled) { border-color: var(--ld-ink); background: #fff; }
.ld-palette-item:disabled,
.ld-palette-item.is-taken {
    opacity: .45;
    cursor: not-allowed;
}
.ld-modal {
    border: 0;
    padding: 0;
    width: min(640px, 94vw);
    max-height: 86vh;
    box-shadow: 0 24px 64px rgba(0,0,0,.25);
}
.ld-modal::backdrop { background: rgba(0,0,0,.45); }
.ld-modal-inner { padding: 22px 24px 18px; overflow: auto; max-height: 86vh; }
.ld-modal-title {
    font-family: var(--ld-serif);
    font-size: 1.5rem;
    margin: 0 0 16px;
}
.ld-modal-hint {
    font-size: 13px;
    color: var(--ld-muted);
    margin: 0 0 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
.ld-modal-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--ld-line);
}
.ld-modal-item-fields { flex: 1; min-width: 0; }
.ld-modal-thumb.ld-img-edit {
    position: relative;
    inset: auto;
    width: 132px;
    height: 96px;
    flex-shrink: 0;
    background: #111;
    overflow: hidden;
}
.ld-modal-thumb.ld-img-edit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ld-modal-thumb.ld-img-edit span {
    display: grid;
    place-items: center;
    height: 100%;
    color: #fff;
    font-size: 11px;
}
.ld-modal-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: var(--ld-muted);
}
.ld-modal-field input,
.ld-modal-field textarea {
    font: inherit;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: var(--ld-ink);
    border: 1px solid var(--ld-line);
    padding: 10px 12px;
    width: 100%;
    box-sizing: border-box;
}
.ld-modal-acts { display: flex; justify-content: flex-end; gap: 8px; margin-top: 8px; }

/* Overlay cambia foto */
.ld-img-edit {
    position: absolute;
    inset: 0;
    z-index: 4;
}
.ld-img-edit > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ld-img-edit-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    border: 0;
    background: rgba(26,26,26,.88);
    color: #fff;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 10px 14px;
    cursor: pointer;
    white-space: nowrap;
}
.ld-img-edit-btn:hover { background: #fff; color: #111; }
.ld-vsi-hero { position: relative; overflow: hidden; }
.ld-vsi-hero-inner { position: relative; z-index: 2; }
.ld-vsi-hero > .ld-img-edit {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.ld-vsi-hero-bg,
.ld-vsi-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ld-vsi-hero.has-photo { background: #111; }
.ld-vsi-hero.has-photo .ld-vsi-hero-bg img { opacity: .38; }
.ld-cta { position: relative; overflow: hidden; }
.ld-cta-inner { position: relative; z-index: 2; }
.ld-cta > .ld-img-edit { position: absolute; inset: 0; z-index: 0; }
.ld-cta-bg,
.ld-cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.ld-cta.has-photo { background: #111; }
.ld-cta.has-photo .ld-cta-bg img { opacity: .35; }
.ld-free-text .ld-img-edit {
    position: relative;
    inset: auto;
    height: 240px;
    margin: 0 auto 28px;
    max-width: 720px;
    background: #111;
}
.ld-free-text-ph {
    display: grid;
    place-items: center;
    height: 100%;
    color: #fff;
    font-size: 13px;
}
.lr-thumb { position: relative; overflow: hidden; }

@media (max-width: 768px) {
    .ld-builder-bar { flex-direction: column; align-items: stretch; padding: 10px 12px; }
    .ld-builder-bar-acts { justify-content: flex-end; }
    .landing-page.ld-editing { padding-bottom: 140px; }
    .ld-palette { bottom: 140px; }
    .ld-modal-item { flex-direction: column; }
}

/* ===== Landing 2 — fascia alta V-SI ===== */
.ld2-preview-bar {
    background: #1a1a1a;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .02em;
    padding: 8px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.ld2-preview-bar strong { color: #e8d5b5; font-weight: 700; }
.ld2-preview-bar a {
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
}

.landing-v2 .ld-header-top { display: none; }
.landing-v2 .ld-site-header {
    background: #0a0a0a;
    color: #fff;
    border-bottom: 1px solid #222;
}
.landing-v2 .ld-header-main { padding: 12px 16px; }
.landing-v2 .ld-brand .mk { color: #fff; }
.landing-v2 .ld-nav-list > .ld-nav-item > a {
    color: #fff;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.landing-v2 .ld-nav-item.active > a,
.landing-v2 .ld-nav-item > a:hover { color: #e8d5b5; }
.landing-v2 .ld-search {
    background: #1c1c1c;
    border: 1px solid #333;
    border-radius: 999px;
    color: #fff;
}
.landing-v2 .ld-search input {
    color: #fff;
    background: transparent;
}
.landing-v2 .ld-search input::placeholder { color: #888; }
.landing-v2 .ld-search svg { color: #888; }
.landing-v2 .ld-ai-cta {
    background: #fff;
    color: #0a0a0a !important;
    border-color: #fff;
    border-radius: 8px;
    letter-spacing: .08em;
}
.landing-v2 .ld-ai-cta:hover { background: #e8d5b5; border-color: #e8d5b5; color: #0a0a0a !important; }
.landing-v2 .ld-header-actions .btn-out {
    border-color: #444;
    color: #fff;
    border-radius: 8px;
}
.landing-v2 .ld-header-actions .btn-out:hover { border-color: #fff; color: #fff; }
.landing-v2 .ld-header-actions .btn-dark { border-radius: 8px; }
.landing-v2 .ld-user { color: #ccc; }
.landing-v2 .ld-nav-toggle { border-color: #444; }
.landing-v2 .ld-nav-toggle span { background: #fff; }
.landing-v2 .gtranslate .gt-ic { color: #fff; }
.landing-v2 .goog-te-gadget .goog-te-combo {
    background: #1c1c1c;
    color: #fff;
    border-color: #444;
}

.ld2-ask {
    background: #0a0a0a;
    color: #fff;
    padding: 56px 24px 48px;
    text-align: center;
}
.ld2-ask-inner { max-width: 820px; margin: 0 auto; }
.ld2-kicker {
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #9a9a9a;
}
.ld2-ask h1 {
    font-size: clamp(2rem, 4.4vw, 3.15rem);
    line-height: 1.12;
    color: #fff;
    margin: 0 0 16px;
    font-weight: 600;
}
.ld2-ask h1 em {
    font-style: italic;
    font-weight: 600;
    color: #d4b483;
}
.ld2-ask-lead {
    margin: 0 auto 28px;
    max-width: 62ch;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255,255,255,.62);
}
.ld2-ask-box {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 6px;
    gap: 6px;
}
.ld2-ask-box input {
    flex: 1;
    border: 0;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    padding: 12px 16px;
    color: #111;
    min-width: 0;
}
.ld2-ask-box input:focus { outline: none; }
.ld2-ask-box input::placeholder { color: #9a9a9a; }
.ld2-ask-btn {
    flex: 0 0 auto;
    background: #0a0a0a;
    color: #fff;
    border: 1px solid #0a0a0a;
    border-radius: 8px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    padding: 0 22px;
    cursor: pointer;
}
.ld2-ask-btn:hover { background: #222; }
.ld2-ask-btn:disabled { opacity: .65; cursor: wait; }
.ld2-chips { justify-content: center; margin-top: 18px; }
.landing-v2 .ld2-chips .ai-chip {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 6px;
    color: #c8c8c8;
    font-weight: 600;
}
.landing-v2 .ld2-chips .ai-chip:hover {
    border-color: #d4b483;
    color: #fff;
    background: #222;
}
.ld2-ask-note {
    margin: 16px 0 0;
    font-size: 12.5px;
    color: rgba(255,255,255,.45);
}
.ld2-result { text-align: left; }
.landing-v2 .ld2-result .ai-answer {
    background: #141414;
    border-color: #333;
    color: #eee;
}
.landing-v2 .ld2-result .ai-src {
    background: #1a1a1a;
    border-color: #333;
    color: #fff;
}
.landing-v2 .ld2-result .ai-src .p { background: #d4b483; color: #111; }

.ld2-hub {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    min-height: 520px;
    background: #0a0a0a;
    color: #fff;
}
.ld2-hub-copy {
    padding: 64px 48px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 560px;
}
.ld2-hub-copy h2 {
    font-size: clamp(1.9rem, 3.2vw, 2.7rem);
    line-height: 1.12;
    color: #fff;
    margin: 0 0 18px;
}
.ld2-hub-copy p {
    margin: 0 0 28px;
    font-size: 15.5px;
    line-height: 1.55;
    color: rgba(255,255,255,.78);
}
.ld2-hub-acts { display: flex; flex-wrap: wrap; gap: 12px; }
.ld2-btn-light,
.ld2-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    border-radius: 999px;
    text-decoration: none !important;
}
.ld2-btn-light { background: #fff; color: #0a0a0a !important; }
.ld2-btn-light:hover { background: #e8d5b5; color: #0a0a0a !important; }
.ld2-btn-ghost {
    background: transparent;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.35);
}
.ld2-btn-ghost:hover { border-color: #fff; }
.ld2-hub-media {
    margin: 0;
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background: #111;
}
.ld2-hub-media img,
.ld2-hub-ph {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.ld2-hub-ph {
    background:
        linear-gradient(160deg, #2a2420 0%, #111 55%),
        radial-gradient(circle at 70% 40%, #c4a574 0%, transparent 42%);
}
.ld2-hub-media figcaption {
    position: absolute;
    right: 16px;
    bottom: 14px;
    z-index: 1;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.78);
    text-shadow: 0 1px 8px rgba(0,0,0,.6);
}

@media (max-width: 1480px) {
    .landing-v2 .ld-primary-nav.open .ld-nav-item > a,
    .landing-v2 .ld-primary-nav .ld-nav-item > a {
        color: var(--ld-ink);
        text-transform: uppercase;
    }
    .landing-v2 .ld-header-actions { flex-wrap: wrap; }
}

@media (max-width: 960px) {
    .ld2-hub { grid-template-columns: 1fr; }
    .ld2-hub-copy { padding: 40px 24px 36px; max-width: none; }
    .ld2-hub-media { min-height: 280px; position: relative; height: 280px; }
    .ld2-ask { padding: 36px 18px 32px; }
    .ld2-ask-box { flex-direction: column; }
    .ld2-ask-btn { min-height: 44px; }
}
