:root {
    --background: #faf7f4;
    --surface: #ffffff;
    --text: #22201f;
    --muted: #746e69;
    --line: #e9e1dc;
    --rose: #e8cac9;
    --rose-light: #f0dedb;
    --cream: #ede2d2;
    --blush: #e5c0bd;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--background);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button {
    font: inherit;
}

.site-header {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 0 5vw;
    border-bottom: 1px solid var(--line);
    background: rgba(250,247,244,.96);
    position: sticky;
    top: 0;
    z-index: 20;
}

.brand {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-main {
    font-weight: 700;
    letter-spacing: .13em;
    font-size: 15px;
}

.brand-parent {
    margin-top: 6px;
    font-size: 9px;
    letter-spacing: .18em;
    color: var(--muted);
}

.desktop-nav {
    display: flex;
    gap: 26px;
    margin-left: auto;
    font-size: 14px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.currency-selector,
.icon-button {
    border: 1px solid var(--line);
    background: transparent;
    padding: 9px 12px;
    border-radius: 999px;
}

.hero {
    min-height: 630px;
    padding: 7vw 7vw 5vw;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 7vw;
}

.eyebrow {
    font-size: 12px;
    letter-spacing: .18em;
    font-weight: 600;
}

.hero h1,
.section h2,
.editorial-banner h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.hero h1 {
    font-size: clamp(48px, 6vw, 88px);
    line-height: .95;
    margin: 22px 0;
}

.hero-text {
    max-width: 560px;
    font-size: 18px;
    line-height: 1.7;
    color: var(--muted);
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 32px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 14px;
}

.button.primary {
    background: var(--text);
    color: white;
}

.button.secondary {
    border: 1px solid var(--text);
}

.button.dark {
    background: var(--text);
    color: white;
    margin-top: 20px;
}

.hero-art {
    min-height: 510px;
}

.hero-placeholder {
    height: 100%;
    min-height: 510px;
    border-radius: 3px;
    display: flex;
    align-items: flex-end;
    padding: 40px;
    background:
        linear-gradient(145deg, #e8d5cf 0%, #ebc1c2 50%, #d6adad 100%);
    font-family: Georgia, serif;
    font-size: clamp(42px, 5vw, 72px);
    line-height: .9;
}

.currency-strip {
    margin: 0 5vw;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    color: var(--muted);
    font-size: 13px;
}

.currency-options {
    display: flex;
    gap: 4px;
}

.currency-options button {
    border: none;
    background: transparent;
    border-radius: 999px;
    padding: 7px 11px;
}

.currency-options button.active {
    color: white;
    background: var(--text);
}

.section {
    padding: 90px 5vw;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 38px;
}

.section-heading h2 {
    font-size: clamp(38px, 4vw, 58px);
    margin: 12px 0 0;
}

.text-link {
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.category-grid,
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.category-card h3,
.product-card h3 {
    margin-bottom: 8px;
}

.category-card p {
    color: var(--muted);
    font-size: 14px;
}

.category-image {
    aspect-ratio: 4 / 5;
}

.soft-pink {
    background: var(--rose-light);
}

.warm-cream {
    background: var(--cream);
}

.blush {
    background: var(--blush);
}

.pale-rose {
    background: var(--rose);
}

.product-image {
    aspect-ratio: 4 / 5;
    background: #eee;
}

.product-one {
    background: linear-gradient(145deg, #efe4db, #deb7b8);
}

.product-two {
    background: linear-gradient(145deg, #f0ddd7, #e6c2b3);
}

.product-three {
    background: linear-gradient(145deg, #ead9bf, #d7bfa0);
}

.product-four {
    background: linear-gradient(145deg, #ead0d2, #cfa5aa);
}

.product-category {
    margin: 18px 0 7px;
    font-size: 10px;
    letter-spacing: .14em;
    color: var(--muted);
}

.product-card h3 {
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 500;
}

.product-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-price span {
    color: var(--muted);
    font-size: 12px;
}

.add-button {
    width: 100%;
    margin-top: 18px;
    min-height: 44px;
    border: 1px solid var(--text);
    background: transparent;
}

.editorial-banner {
    margin: 40px 5vw 90px;
    padding: 8vw;
    min-height: 530px;
    display: flex;
    align-items: center;
    background: #efd9d6;
}

.editorial-banner h2 {
    font-size: clamp(46px, 6vw, 80px);
    line-height: .95;
    margin: 20px 0;
}

.editorial-banner p {
    max-width: 500px;
    line-height: 1.7;
}

.service-strip {
    margin: 0 5vw 70px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.service-strip > div {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.service-strip > div + div {
    border-left: 1px solid var(--line);
}

.service-strip span {
    color: var(--muted);
    font-size: 13px;
}

.site-footer {
    padding: 60px 5vw;
    background: #22201f;
    color: white;
    display: flex;
    justify-content: space-between;
}

.site-footer p {
    color: #bdb6b1;
}

.footer-links {
    display: flex;
    gap: 24px;
}

@media (max-width: 900px) {

    .site-header {
        padding: 0 20px;
    }

    .desktop-nav {
        display: none;
    }

    .header-actions {
        margin-left: auto;
    }

    .icon-button {
        display: none;
    }

    .hero {
        padding: 70px 24px 40px;
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-art {
        min-height: 420px;
    }

    .hero-placeholder {
        min-height: 420px;
    }

    .currency-strip {
        margin: 0 24px;
    }

    .section {
        padding: 70px 24px;
    }

    .category-grid,
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .editorial-banner {
        margin: 20px 24px 70px;
        padding: 60px 32px;
        min-height: 450px;
    }

    .service-strip {
        margin: 0 24px 60px;
        grid-template-columns: 1fr;
    }

    .service-strip > div + div {
        border-left: none;
        border-top: 1px solid var(--line);
    }

    .site-footer {
        flex-direction: column;
        gap: 30px;
    }

    .footer-links {
        flex-wrap: wrap;
    }
}

@media (max-width: 540px) {

    .hero h1 {
        font-size: 52px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .category-grid,
    .product-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .category-card h3,
    .product-card h3 {
        font-size: 17px;
    }
}

.product-detail {
    max-width: 1300px;
    margin: 0 auto;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7vw;
    align-items: center;
}

.product-detail-image {
    aspect-ratio: 4 / 5;
    min-height: 500px;
}

.product-detail-copy h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 500;
    line-height: 1;
    margin: 18px 0 24px;
}

.product-detail-description {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.product-detail-price {
    font-family: Georgia, serif;
    font-size: 30px;
    margin-top: 30px;
}

.product-secondary-price {
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 28px;
}

.product-meta {
    border-top: 1px solid var(--line);
    margin-top: 40px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

@media (max-width: 700px) {
    .product-detail-grid {
        grid-template-columns: 1fr;
    }

    .product-detail-image {
        min-height: 380px;
    }
}

.real-product-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
    background: #f0ece9;
}

.product-detail-real-image {
    min-height: 500px;
    max-height: 760px;
}

@media (max-width: 700px) {
    .product-detail-real-image {
        min-height: 380px;
    }
}
