.lookbook-stage {
    background: #e9e2d6;
    padding: 56px 20px 90px;
}

.lookbook-sheet {
    max-width: 1120px;
    margin: 0 auto 46px;
    background: #f7f1e7;
    border-radius: 10px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.12);
    overflow: hidden;
    position: relative;
}

.lookbook-sheet-inner {
    padding: 56px;
}

.lookbook-sheet::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.22), rgba(0,0,0,0));
    pointer-events: none;
}

.lookbook-cover {
    min-height: 92vh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.20), rgba(255,255,255,0.00)),
        #f4eee3;
}

.lookbook-cover .lookbook-sheet-inner {
    width: 100%;
    text-align: center;
    padding: 64px 56px 70px;
}

.lookbook-brand {
    font-size: clamp(58px, 8vw, 96px);
    line-height: 0.98;
    letter-spacing: 0.04em;
    color: #1f2940;
    margin-bottom: 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.lookbook-subbrand {
    font-size: 19px;
    color: #2c3448;
    margin-bottom: 30px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.refined-cover-hero {
    max-width: 820px;
    margin: 0 auto;
}

.refined-cover-hero img {
    display: block;
    width: 100%;
    max-width: 820px;
    margin: 0 auto 28px;
    object-fit: cover;
    border-radius: 2px;
}

.lookbook-cover-line {
    width: 180px;
    height: 1px;
    background: rgba(200,154,67,0.8);
    margin: 18px auto 20px;
}

.lookbook-cover-bottom p {
    margin: 0 0 10px;
    font-size: 20px;
    color: #2c3448;
    font-family: Georgia, "Times New Roman", serif;
}

.lookbook-cover-bottom h2 {
    margin: 0 0 18px;
    font-size: 42px;
    font-weight: 500;
    color: #1f2940;
    font-family: Georgia, "Times New Roman", serif;
}

.lookbook-year {
    display: inline-flex;
    min-width: 110px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    background: #13294B;
    color: #fff;
    border: 1px solid #C89A43;
    font-size: 22px;
    letter-spacing: 0.18em;
    font-family: Georgia, "Times New Roman", serif;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: center;
}

.page-brand {
    font-size: 16px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #13294B;
    font-weight: 700;
    margin-bottom: 16px;
}

.intro-copy h2,
.feature-copy h2,
.closing-inner h2,
.category-opening-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    color: #1f2940;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.intro-copy p,
.feature-copy p,
.closing-inner p,
.category-opening-copy p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.8;
    color: #3c4455;
}

.intro-points {
    margin: 24px 0 0;
    padding-left: 20px;
    color: #1f2940;
    line-height: 1.9;
    font-size: 17px;
}

.intro-visual img,
.feature-visual img,
.category-opening-visual img {
    width: 100%;
    display: block;
    border-radius: 4px;
    object-fit: cover;
}

.lookbook-category-opening {
    background:
        linear-gradient(90deg, rgba(19,41,75,0.06), rgba(19,41,75,0.00)),
        #f7f1e7;
}

.category-opening-copy {
    max-width: 520px;
}

.category-opening-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 42px;
    align-items: center;
}

.category-kicker,
.feature-category {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8f6a22;
    font-weight: 700;
}

.category-opening-visual img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.sheet-head {
    margin-bottom: 28px;
    text-align: center;
}

.sheet-head h3 {
    margin: 0;
    font-size: clamp(30px, 4vw, 46px);
    color: #1f2940;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.lookbook-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.lookbook-product-card {
    background: rgba(255,255,255,0.55);
    border: 1px solid rgba(31,41,64,0.10);
    box-shadow: 0 8px 24px rgba(31,41,64,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lookbook-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(31,41,64,0.10);
}

.lookbook-product-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.lookbook-product-body {
    padding: 20px 20px 22px;
}

.lookbook-product-body h4 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.15;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.lookbook-product-body h4 a {
    text-decoration: none;
    color: #1f2940;
}

.lookbook-product-body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #465064;
}

.lookbook-feature-product {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0)),
        #f6efe5;
}

.feature-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
}

.feature-copy {
    max-width: 520px;
}

.feature-specs {
    margin-top: 24px;
    border-top: 1px solid rgba(31,41,64,0.12);
    background: rgba(255,255,255,0.35);
    padding: 8px 0;
}

.feature-specs div {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(31,41,64,0.12);
}

.feature-specs span {
    color: #566074;
    font-size: 16px;
}

.feature-specs strong {
    color: #1f2940;
    font-size: 18px;
    font-weight: 600;
}

.feature-actions {
    margin-top: 26px;
}

.closing-inner {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.closing-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

@media (max-width: 1100px) {
    .lookbook-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .lookbook-sheet-inner {
        padding: 34px 24px;
    }

    .two-col,
    .feature-grid,
    .category-opening-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .lookbook-stage {
        padding: 32px 12px 60px;
    }

    .lookbook-grid {
        grid-template-columns: 1fr;
    }

    .lookbook-brand {
        font-size: 48px;
    }

    .lookbook-subbrand,
    .lookbook-cover-bottom p,
    .intro-copy p,
    .feature-copy p,
    .closing-inner p,
    .category-opening-copy p {
        font-size: 16px;
    }

    .lookbook-cover-bottom h2,
    .intro-copy h2,
    .feature-copy h2,
    .closing-inner h2,
    .category-opening-copy h2 {
        font-size: 34px;
    }

    .feature-specs div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .closing-buttons a {
        flex: 1 1 100%;
        text-align: center;
    }
}

.lookbook-mode {
    background: #eae6dd;
}

.lookbook-top-logo {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.96);
    text-align: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    backdrop-filter: blur(8px);
}

.lookbook-top-logo img {
    height: 38px;
    object-fit: contain;
}

.cover-logo {
    height: 54px;
    width: auto;
    margin: 0 auto 18px;
    display: block;
}