:root {
    --p-primary: #000000;
    --p-secondary: #E8D9D4;
    --p-bg: #F1ECE7;
    --p-serif: "Playfair Display", serif;
    --p-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

body {
    margin: 0;
    font-family: var(--p-sans);
    color: var(--p-primary);
    background-color: #FFFFFF;
}

.section-padding {
    padding: 5rem 7vw;
}

/* HEADER */
.poupette-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.poupette-header.is-hidden {
    opacity: 0;
    transform: translateY(-24px);
    pointer-events: none;
}

.poupette-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.75rem 2rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 1.5rem;
}

.vogue-burger {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
}

.vogue-burger span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
}

.vogue-logo {
    text-align: center;
    justify-self: center;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}

.vogue-logo a {
    text-decoration: none;
    color: var(--p-primary);
    font-family: var(--p-serif);
    font-size: 1.8rem;
}

.vogue-logo-sub {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    margin-top: 0.1rem;
}

.vogue-actions {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.vogue-action-link {
    text-decoration: none;
    color: var(--p-primary);
}

.vogue-divider {
    width: 1px;
    height: 18px;
    background: rgba(0,0,0,0.2);
}

.vogue-icon-user::before {
    content: "⭘";
    font-size: 1.1rem;
}

.vogue-icon-search {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.vogue-icon-search::before {
    content: "⌕";
    font-size: 1.1rem;
}

/* Segunda fila de navegación */
.vogue-main-nav {
    border-top: 1px solid rgba(0,0,0,0.06);
    padding: 0.75rem 0;
}

.vogue-main-nav .menu-primary {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin: 0;
    padding: 0 2rem;
}

.vogue-main-nav .menu-primary li a {
    text-decoration: none;
    color: var(--p-primary);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}

/* Empuje del contenido principal para no quedar debajo del header */
.poupette-main {
    padding-top: 130px;
}

/* Responsive */
@media (max-width: 900px) {
    .poupette-header-inner {
        padding-inline: 1.5rem;
    }

    .vogue-actions .vogue-action-label {
        display: none;
    }
}

@media (max-width: 768px) {
    .vogue-main-nav {
        display: none;
    }

    .poupette-main {
        padding-top: 80px;
    }
}
/* HERO */
.poupette-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: center;
}

.hero-kicker {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}

.poupette-hero h1 {
    font-family: var(--p-serif);
    font-size: 3rem;
    line-height: 1.05;
    margin: 0 0 1rem 0;
}

.hero-subtext {
    max-width: 26rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.75rem;
}

.btn-primary,
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.8rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid var(--p-primary);
}

.btn-primary {
    background: var(--p-primary);
    color: #fff;
}

.btn-outline {
    background: transparent;
    color: var(--p-primary);
}

.hero-image-wrapper {
    position: relative;
}

.hero-image-wrapper img {
    width: 100%;
    border-radius: 1.5rem;
    display: block;
}

.hero-shape {
    position: absolute;
    border-radius: 999px;
    opacity: 0.55;
    z-index: -1;
}

.hero-shape-1 {
    width: 180px;
    height: 180px;
    background: var(--p-bg);
    top: -40px;
    right: -40px;
}

.hero-shape-2 {
    width: 140px;
    height: 140px;
    background: var(--p-secondary);
    bottom: -30px;
    left: -40px;
}

/* TICKER */
.poupette-ticker {
    background: var(--p-bg);
    border-block: 1px solid rgba(0,0,0,0.04);
    overflow: hidden;
}

.ticker-inner {
    white-space: nowrap;
}

.ticker-track {
    display: inline-flex;
    gap: 3rem;
    padding: 0.7rem 0;
    animation: ticker 28s linear infinite;
}

.ticker-track span {
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* TABS */
.poupette-tabs-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.poupette-tabs h2 {
    font-family: var(--p-serif);
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
}

.tabs-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tab-button {
    text-align: left;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
    cursor: pointer;
}

.tab-button.active {
    background: var(--p-bg);
    border-color: var(--p-secondary);
}

.tab-button h3 {
    font-size: 1rem;
    margin: 0 0 0.3rem 0;
}

.tab-button p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.7;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tab-image-wrapper {
    position: relative;
}

.tab-image-wrapper img {
    width: 100%;
    border-radius: 1.5rem;
    display: block;
}

.tab-shape {
    position: absolute;
    border-radius: 999px;
    opacity: 0.5;
    z-index: -1;
}

.tab-shape-1 {
    width: 120px;
    height: 120px;
    background: var(--p-secondary);
    top: -30px;
    left: -30px;
}

.tab-shape-2 {
    width: 90px;
    height: 90px;
    background: var(--p-bg);
    bottom: -20px;
    right: -20px;
}

/* HIGHLIGHTED COLLECTIONS */
.poupette-highlight-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-family: var(--p-serif);
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.highlight-card {
    text-decoration: none;
    color: var(--p-primary);
}

.highlight-image-wrapper {
    position: relative;
    margin-bottom: 0.75rem;
}

.highlight-image-wrapper img {
    width: 100%;
    border-radius: 1.2rem;
    display: block;
}

.highlight-shape {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: var(--p-bg);
    bottom: -20px;
    right: -20px;
    opacity: 0.7;
}

/* IMAGE + TEXT */
.poupette-image-text-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    align-items: center;
}

.poupette-image-text h2 {
    font-family: var(--p-serif);
    font-size: 2.1rem;
    margin-bottom: 1rem;
}

.poupette-image-text p {
    max-width: 28rem;
    font-size: 1rem;
    line-height: 1.6;
}

.image-wrapper {
    position: relative;
}

.image-wrapper img {
    width: 100%;
    border-radius: 1.5rem;
    display: block;
}

.image-shape-1 {
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 999px;
    background: var(--p-secondary);
    top: -30px;
    right: -30px;
    opacity: 0.6;
}

/* FOOTER */
.poupette-footer {
    border-top: 1px solid rgba(0,0,0,0.06);
    padding: 2rem 7vw;
    background: #fff;
}

.poupette-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-social {
    list-style: none;
    display: flex;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
}

.footer-social a {
    text-decoration: none;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .poupette-hero-inner,
    .poupette-tabs-inner,
    .poupette-image-text-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .highlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .poupette-header-inner {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .section-padding {
        padding: 3rem 1.5rem;
    }

    .highlight-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .poupette-hero h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .vogue-main-nav {
        display: none;
    }

    .poupette-menu-open .vogue-main-nav {
        display: block;
        position: fixed;
        inset: 0;
        background: #ffffff;
        padding: 5rem 2rem 2rem;
    }

    .poupette-menu-open .vogue-main-nav .menu-primary {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
    }

    .poupette-main {
        padding-top: 80px;
    }
}
