/**
 * Landing pública — Jannas Boutique
 * Atmósfera de marca (rosa / crema / Playfair) + motion sobrio.
 */
@import url("brand.css");

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body.landing {
    font-family: var(--font-ui);
    color: var(--fg);
    background: var(--cream);
    min-height: 100vh;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

.lp-wrap {
    width: 100%;
    max-width: 72rem;
    margin-inline: auto;
    padding-inline: 20px;
}

/* ——— Nav ——— */
.lp-nav {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 20;
    padding: 20px 0;
}
.lp-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.lp-logo {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow: 0 1px 12px rgba(61, 42, 48, 0.25);
}
.lp-logo span {
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.75;
    margin-left: 8px;
}
.lp-nav__links {
    display: flex;
    align-items: center;
    gap: 8px;
}
.lp-nav__links a {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    padding: 8px 14px;
    border-radius: 999px;
    transition: background .2s, color .2s;
}
.lp-nav__links a:hover { background: rgba(255,255,255,0.15); }
.lp-nav__links a.lp-nav__cta {
    background: #fff;
    color: var(--brand-dark);
}
.lp-nav__links a.lp-nav__cta:hover { background: var(--brand-soft); }

.lp-nav-toggle {
    display: none;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 700px) {
    .lp-nav-toggle { display: inline-flex; }
    .lp-nav__links {
        display: none;
        position: absolute;
        top: 64px;
        right: 20px;
        left: 20px;
        flex-direction: column;
        align-items: stretch;
        background: rgba(61, 42, 48, 0.94);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 12px;
        padding: 10px;
        gap: 4px;
    }
    .lp-nav__links.is-open { display: flex; }
    .lp-nav__links a { text-align: center; }
    .lp-nav__links a.lp-nav__cta { background: var(--brand); color: #fff; }
}

/* ——— Hero ——— */
.lp-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: flex-end;
    color: #fff;
    overflow: hidden;
}

.lp-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 70% 20%, rgba(196, 120, 138, 0.55), transparent 55%),
        radial-gradient(ellipse 60% 50% at 15% 80%, rgba(196, 163, 90, 0.28), transparent 50%),
        linear-gradient(155deg, #3d2a30 0%, #5c4048 38%, #a85d70 72%, #c4788a 100%);
    z-index: 0;
}

.lp-hero__mesh {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.4;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
    animation: lp-mesh 28s linear infinite;
}
@keyframes lp-mesh {
    from { transform: translateY(0); }
    to { transform: translateY(48px); }
}

.lp-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
    pointer-events: none;
}
.lp-hero__orb--1 {
    width: min(55vw, 420px);
    height: min(55vw, 420px);
    background: rgba(247, 214, 220, 0.35);
    top: 8%;
    right: 5%;
    animation: lp-float 9s ease-in-out infinite;
}
.lp-hero__orb--2 {
    width: min(40vw, 280px);
    height: min(40vw, 280px);
    background: rgba(196, 163, 90, 0.22);
    bottom: 18%;
    left: 8%;
    animation: lp-float 11s ease-in-out infinite reverse;
}
@keyframes lp-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(12px, -18px) scale(1.05); }
}

.lp-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 0 72px;
}

.lp-hero__kicker {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin: 0 0 14px;
    opacity: 0;
    animation: lp-rise 0.8s cubic-bezier(.22,1,.36,1) 0.05s forwards;
}

.lp-hero__silhouette {
    position: absolute;
    right: -4%;
    bottom: 8%;
    width: min(42vw, 380px);
    height: min(58vw, 520px);
    z-index: 1;
    opacity: 0.18;
    background:
        linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.5) 40%, transparent 100%),
        radial-gradient(ellipse 40% 70% at 50% 30%, rgba(255,255,255,0.5), transparent 70%);
    border-radius: 40% 40% 30% 30% / 30% 30% 50% 50%;
    animation: lp-float 12s ease-in-out infinite;
    pointer-events: none;
}

.lp-hero__brand {
    font-family: var(--font-display);
    font-size: clamp(3.2rem, 12vw, 6.5rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    opacity: 0;
    animation: lp-rise 0.9s cubic-bezier(.22,1,.36,1) 0.15s forwards;
}
.lp-hero__brand em {
    font-style: italic;
    font-weight: 600;
    color: var(--brand-soft);
}

.lp-hero__line {
    font-size: clamp(15px, 2.4vw, 18px);
    font-weight: 400;
    line-height: 1.5;
    max-width: 28rem;
    color: rgba(255,255,255,0.82);
    margin: 0 0 28px;
    opacity: 0;
    animation: lp-rise 0.9s cubic-bezier(.22,1,.36,1) 0.35s forwards;
}

.lp-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    opacity: 0;
    animation: lp-rise 0.9s cubic-bezier(.22,1,.36,1) 0.55s forwards;
}
@media (max-width: 480px) {
    .lp-hero__ctas { flex-direction: column; align-items: stretch; }
    .lp-btn { width: 100%; }
    .lp-logo span { display: none; }
}

@keyframes lp-rise {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: transform .2s, background .2s, border-color .2s, color .2s;
}
.lp-btn:hover { transform: translateY(-1px); }
.lp-btn:active { transform: translateY(0); }
.lp-btn--primary {
    background: #fff;
    color: var(--brand-dark);
}
.lp-btn--primary:hover { background: var(--brand-soft); }
.lp-btn--ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.35);
}
.lp-btn--ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.55); }
.lp-btn--brand {
    background: var(--brand);
    color: #fff;
}
.lp-btn--brand:hover { background: var(--brand-dark); }
.lp-btn--outline {
    background: transparent;
    color: var(--fg);
    border-color: var(--border);
}
.lp-btn--outline:hover { border-color: var(--brand); color: var(--brand-dark); }

.lp-hero__scroll {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    opacity: 0;
    animation: lp-rise 0.8s ease 1.1s forwards;
}
.lp-hero__scroll::after {
    content: '';
    display: block;
    width: 1px;
    height: 28px;
    margin: 8px auto 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
    animation: lp-scroll 1.8s ease-in-out infinite;
}
@keyframes lp-scroll {
    0%, 100% { opacity: 0.3; transform: scaleY(0.7); }
    50% { opacity: 1; transform: scaleY(1); }
}

/* ——— Sections ——— */
.lp-section {
    padding: 80px 0;
    border-top: 1px solid var(--border);
}
.lp-section--dark {
    background: var(--dark);
    color: var(--dark-text);
    border-top: none;
}
.lp-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 12px;
}
.lp-section--dark .lp-eyebrow { color: var(--brand-soft); }
.lp-h2 {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 12px;
}
.lp-lead {
    font-size: 15px;
    line-height: 1.55;
    color: var(--muted);
    max-width: 36rem;
    margin: 0 0 36px;
}
.lp-section--dark .lp-lead { color: var(--dark-muted); }

/* Reveal on scroll */
.lp-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(.22,1,.36,1), transform 0.7s cubic-bezier(.22,1,.36,1);
}
.lp-reveal.is-in { opacity: 1; transform: translateY(0); }
.lp-reveal-delay-1 { transition-delay: 0.1s; }
.lp-reveal-delay-2 { transition-delay: 0.2s; }
.lp-reveal-delay-3 { transition-delay: 0.3s; }

/* Categories strip */
.lp-cats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
}
@media (min-width: 600px) {
    .lp-cats { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
    .lp-cats { grid-template-columns: repeat(4, 1fr); }
}
.lp-cat {
    background: var(--bg);
    padding: 28px 22px;
    transition: background .25s, transform .25s;
    display: block;
    color: inherit;
    text-decoration: none !important;
    cursor: pointer;
}
.lp-cat:hover { background: #fff; transform: translateY(-2px); }
.lp-cat__tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 12px;
}
.lp-cat h3 {
    font-family: var(--font-display);
    font-size: 20px;
    margin: 0 0 8px;
}
.lp-cat p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.45;
    margin: 0;
}
.lp-cat__price {
    margin-top: 14px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: var(--brand-dark) !important;
}

/* Marquee */
.lp-marquee {
    overflow: hidden;
    border-bottom: 1px solid var(--border);
    background: #fff;
    padding: 12px 0;
}
.lp-marquee__track {
    display: flex;
    gap: 18px;
    width: max-content;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    animation: lp-marquee 32s linear infinite;
}
.lp-marquee__track span { white-space: nowrap; }
@keyframes lp-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Vitrina */
.lp-section--vitrina { background: var(--cream); }
.lp-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
.lp-tab {
    appearance: none;
    background: #fff;
    border: 1px solid var(--border);
    color: var(--muted);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
}
.lp-tab:hover { color: var(--fg); border-color: var(--brand-soft); }
.lp-tab.is-active {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.lp-grid {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.lp-grid.is-active { display: grid; }
@media (min-width: 700px) {
    .lp-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
@media (min-width: 1000px) {
    .lp-grid { grid-template-columns: repeat(4, 1fr); }
}

.lp-prod {
    background: #fff;
    border: 1px solid var(--border);
    overflow: hidden;
    opacity: 0;
    transform: translateY(18px) scale(0.98);
    transition: opacity .55s cubic-bezier(.22,1,.36,1), transform .55s cubic-bezier(.22,1,.36,1), box-shadow .25s, border-color .25s;
    transition-delay: calc(var(--i, 0) * 40ms);
}
.lp-prod.is-in { opacity: 1; transform: translateY(0) scale(1); }
.lp-prod:hover {
    border-color: var(--brand-soft);
    box-shadow: 0 12px 32px rgba(61, 42, 48, 0.08);
    transform: translateY(-3px);
}

.lp-prod__visual {
    aspect-ratio: 4/5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.lp-prod__visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.lp-prod__visual.has-photo {
    background: var(--surface);
}
.lp-prod__visual.has-photo::after {
    background: linear-gradient(180deg, transparent 60%, rgba(61,42,48,0.12));
    z-index: 2;
}
.lp-prod__visual span {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 8vw, 3.5rem);
    font-weight: 700;
    color: rgba(61, 42, 48, 0.18);
    z-index: 1;
}
.lp-prod__visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(61,42,48,0.06));
}
.lp-prod__visual--moda {
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.7), transparent 50%),
        linear-gradient(145deg, #f7d6dc 0%, #e8d5c8 55%, #c4788a 130%);
}
.lp-prod__visual--fundas {
    background:
        radial-gradient(circle at 70% 30%, rgba(255,255,255,0.55), transparent 45%),
        linear-gradient(160deg, #3d2a30 0%, #a85d70 70%, #c4788a 100%);
}
.lp-prod__visual--fundas span { color: rgba(255,255,255,0.35); }
.lp-prod__visual--beauty {
    background:
        radial-gradient(circle at 40% 40%, rgba(255,255,255,0.65), transparent 50%),
        linear-gradient(150deg, #f3e6c4 0%, #f7d6dc 50%, #c4a35a 120%);
}
.lp-prod__visual--accesorios {
    background:
        radial-gradient(circle at 60% 25%, rgba(255,255,255,0.7), transparent 45%),
        linear-gradient(155deg, #fff9f8 0%, #ead7d4 60%, #c4788a 140%);
}

.lp-prod__body { padding: 14px 14px 16px; }
.lp-prod__body h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}
.lp-prod__price {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--brand-dark);
    margin: 0;
}

.lp-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--muted);
    padding: 40px 16px;
    font-size: 14px;
}
.lp-vitrina-note {
    margin-top: 28px;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.5;
}
.lp-vitrina-note a {
    color: var(--brand-dark);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Visit info */
.lp-info {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 14px;
}
.lp-info li {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.45;
}
.lp-info strong {
    display: block;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 4px;
}
.lp-info a {
    color: var(--fg);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.lp-visit__map {
    display: block;
    text-decoration: none !important;
    transition: transform .25s;
}
.lp-visit__map:hover { transform: translateY(-2px); }
.lp-visit__map-label {
    position: absolute;
    left: 16px;
    bottom: 16px;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--fg);
    line-height: 1.2;
}
.lp-visit__map-label small {
    display: block;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 600;
    color: var(--brand-dark);
    margin-top: 4px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Access */
.lp-access {
    display: grid;
    gap: 16px;
}
@media (min-width: 700px) {
    .lp-access { grid-template-columns: 1fr 1fr; gap: 20px; }
}
.lp-access__card {
    border: 1px solid rgba(255,255,255,0.12);
    padding: 28px 24px;
    background: rgba(255,255,255,0.03);
    transition: border-color .25s, background .25s, transform .25s;
}
.lp-access__card:hover {
    border-color: rgba(247, 214, 220, 0.35);
    background: rgba(255,255,255,0.06);
    transform: translateY(-2px);
}
.lp-access__card h3 {
    font-family: var(--font-display);
    font-size: 22px;
    margin: 0 0 8px;
    color: #fff;
}
.lp-access__card p {
    font-size: 13px;
    color: var(--dark-muted);
    line-height: 1.5;
    margin: 0 0 20px;
}

/* Visit */
.lp-visit {
    display: grid;
    gap: 32px;
}
@media (min-width: 800px) {
    .lp-visit { grid-template-columns: 1.2fr 1fr; align-items: center; }
}
.lp-visit__map {
    aspect-ratio: 4/3;
    border: 1px solid var(--border);
    background:
        radial-gradient(circle at 60% 40%, var(--brand-soft), transparent 45%),
        linear-gradient(160deg, #fbf6f4, #ead7d4);
    position: relative;
    overflow: hidden;
}
.lp-visit__pin {
    position: absolute;
    top: 42%;
    left: 55%;
    width: 14px;
    height: 14px;
    background: var(--brand);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(196, 120, 138, 0.25);
    animation: lp-pulse 2.4s ease-out infinite;
}
@keyframes lp-pulse {
    0% { box-shadow: 0 0 0 0 rgba(196, 120, 138, 0.45); }
    70% { box-shadow: 0 0 0 16px rgba(196, 120, 138, 0); }
    100% { box-shadow: 0 0 0 0 rgba(196, 120, 138, 0); }
}

/* Footer */
.lp-footer {
    padding: 28px 0 40px;
    border-top: 1px solid var(--border);
    font-size: 12px;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}
.lp-footer a { color: var(--brand-dark); font-weight: 600; }
.lp-footer a:hover { text-decoration: underline; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .lp-reveal, .lp-prod { opacity: 1; transform: none; }
    .lp-hero__brand, .lp-hero__line, .lp-hero__ctas, .lp-hero__scroll, .lp-hero__kicker { opacity: 1; animation: none; }
    .lp-marquee__track { animation: none; }
}
