:root {
    --paper: #f3efe6;
    --paper-soft: #ebe5d8;
    --ink: #15130f;
    --ink-soft: #5a5548;
    --red: #b81f2e;
    --rule: rgba(21, 19, 15, 0.14);
    --rule-invert: rgba(243, 239, 230, 0.2);
    --font-display: 'Bodoni Moda', 'Times New Roman', serif;
    --font-sans: 'Inter', 'Helvetica Neue', sans-serif;
}

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

body {
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-sans);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.kicker {
    font-family: var(--font-sans);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--red);
}

/* --- Masthead --- */
.masthead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 3rem;
    border-bottom: 1px solid var(--rule);
    font-family: var(--font-sans);
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.masthead-brand {
    font-family: var(--font-display);
    font-size: 1.15rem;
    letter-spacing: 0.08em;
    text-decoration: none;
    font-weight: 600;
}

.masthead-meta {
    color: var(--ink-soft);
    display: none;
}

.masthead-back {
    text-decoration: none;
    color: var(--ink-soft);
    transition: color 0.3s ease;
}

.masthead-back:hover {
    color: var(--red);
}

/* --- Cover / Hero --- */
.cover {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    background: #0c0b09;
    overflow: hidden;
}

.cover-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    opacity: 0.92;
}

.cover-scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8,7,6,0.55) 0%, rgba(8,7,6,0.05) 30%, rgba(8,7,6,0.15) 55%, rgba(8,7,6,0.88) 100%),
        linear-gradient(90deg, rgba(8,7,6,0.35) 0%, transparent 35%);
}

.cover-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 3rem 3rem 4.5rem;
    color: #f3efe6;
}

.cover-kicker {
    font-family: var(--font-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #e8a2ac;
    margin-bottom: 1.2rem;
}

.cover-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(3.5rem, 11vw, 9rem);
    line-height: 0.92;
    letter-spacing: -0.01em;
    max-width: 16ch;
}

.cover-sub {
    font-family: var(--font-sans);
    font-weight: 300;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    max-width: 34ch;
    margin-top: 1.6rem;
    color: rgba(243, 239, 230, 0.82);
}

.cover-lines {
    position: absolute;
    top: 8rem;
    right: 3rem;
    z-index: 2;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.cover-line {
    font-family: var(--font-sans);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(243, 239, 230, 0.75);
}

.cover-line b {
    color: #f3efe6;
    font-weight: 600;
}

.cover-scroll {
    position: absolute;
    bottom: 1.8rem;
    left: 3rem;
    z-index: 2;
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(243, 239, 230, 0.55);
}

/* --- Manifesto / pull quote --- */
.manifesto {
    padding: 7rem 3rem;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.manifesto p {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.5rem, 3vw, 2.3rem);
    line-height: 1.45;
    color: var(--ink);
}

.manifesto span {
    display: block;
    margin-top: 1.8rem;
    font-family: var(--font-sans);
    font-style: normal;
    font-size: 0.7rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

/* --- Lookbook --- */
.lookbook {
    border-top: 1px solid var(--rule);
}

.look {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid var(--rule);
}

.look-media {
    flex: 0 0 52%;
    max-height: 88vh;
    overflow: hidden;
    background: #dcd5c4;
}

.look-media img {
    width: 100%;
    height: 100%;
    max-height: 88vh;
    object-fit: cover;
    object-position: top center;
}

.look-copy {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 4.5rem;
    gap: 1.1rem;
}

.look:nth-child(even) {
    flex-direction: row-reverse;
}

.look-index {
    font-family: var(--font-sans);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--red);
}

.look-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2.4rem, 4.2vw, 3.6rem);
    line-height: 1.02;
}

.look-tagline {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.15rem;
    color: var(--ink-soft);
}

.look-desc {
    font-family: var(--font-sans);
    font-weight: 300;
    font-size: 1rem;
    max-width: 42ch;
    color: var(--ink-soft);
}

.badge-soon {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    margin-top: 0.8rem;
    padding: 0.7rem 1.4rem;
    border: 1px solid var(--ink);
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.badge-soon::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--red);
}

/* --- Closing CTA --- */
.finale {
    background: #0c0b09;
    color: #f3efe6;
    text-align: center;
    padding: 8rem 3rem 6rem;
}

.finale .kicker {
    color: #e8a2ac;
}

.finale h2 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2.2rem, 5.5vw, 4.2rem);
    line-height: 1.08;
    max-width: 20ch;
    margin: 1.4rem auto 1.8rem;
}

.finale p {
    font-family: var(--font-sans);
    font-weight: 300;
    color: rgba(243, 239, 230, 0.75);
    max-width: 44ch;
    margin: 0 auto 2.4rem;
}

.finale-links {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.finale-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 2.2rem;
    border: 1px solid rgba(243, 239, 230, 0.4);
    text-decoration: none;
    font-family: var(--font-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #f3efe6;
    transition: all 0.35s ease;
}

.finale-btn:hover {
    background: #f3efe6;
    color: #0c0b09;
    border-color: #f3efe6;
}

.finale-btn--solid {
    background: var(--red);
    border-color: var(--red);
}

.finale-btn--solid:hover {
    background: #f3efe6;
    color: var(--red);
    border-color: #f3efe6;
}

/* --- Footer --- */
.produtos-footer {
    padding: 2rem 3rem;
    text-align: center;
    font-family: var(--font-sans);
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-soft);
    background: #0c0b09;
    border-top: 1px solid var(--rule-invert);
}

.produtos-footer a {
    text-decoration: none;
    color: rgba(243, 239, 230, 0.85);
}

.produtos-footer p {
    color: rgba(243, 239, 230, 0.5);
}

/* --- Reveal animation --- */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .masthead {
        padding: 1.2rem 1.5rem;
    }

    .cover-content {
        padding: 2rem 1.5rem 3rem;
    }

    .cover-lines {
        display: none;
    }

    .look,
    .look:nth-child(even) {
        flex-direction: column;
    }

    .look-media {
        flex: none;
        max-height: 70vh;
    }

    .look-media img {
        max-height: 70vh;
    }

    .look-copy {
        padding: 3rem 1.6rem;
    }

    .manifesto {
        padding: 5rem 1.6rem;
    }

    .finale {
        padding: 5.5rem 1.6rem 4rem;
    }
}
