* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f8f6f2;
    color: #3f3b39;
    font-family: Arial, sans-serif;
}


/* HEADER */

.site-header {
    text-align: center;
    padding: 35px 20px 30px;
    background: #ffffff;
    border-bottom: 1px solid #e7e2dc;
}

.site-logo {
    width: 100%;
    max-width: 330px;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* HERO */

.hero {
    max-width: 900px;
    margin: 0 auto;
    padding: 110px 30px 120px;
    text-align: center;
}

.eyebrow,
.section-label {
    font-size: 12px;
    letter-spacing: 3px;
    color: #a77c77;
    margin-bottom: 20px;
}

.hero h1 {
    font-family: Georgia, serif;
    font-size: 56px;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 auto 28px;
    color: #35302f;
}

.hero-text {
    max-width: 630px;
    margin: 0 auto 38px;
    font-size: 17px;
    line-height: 1.8;
    color: #77706c;
}

.button {
    display: inline-block;
    text-decoration: none;
    padding: 16px 26px;
    font-size: 12px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.primary-button {
    background: #2d2c2c;
    color: white;
}


/* COLLECTIONS */

.collections-section {
    background: #ffffff;
    padding: 95px 30px 110px;
    text-align: center;
}

.collections-section > h2 {
    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: normal;
    margin: 0 0 55px;
}

.collection-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.collection-card {
    position: relative;
    text-align: left;
    padding: 48px 42px;
    min-height: 330px;
    background: #f8f6f2;
    border: 1px solid #e5dfd9;
}

.collection-number {
    font-family: Georgia, serif;
    font-size: 14px;
    color: #bd918b;
    margin-bottom: 55px;
}

.collection-card h3 {
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 18px;
}

.collection-card p {
    color: #746e6a;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 35px;
}

.collection-link {
    color: #3d3937;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    border-bottom: 1px solid #3d3937;
    padding-bottom: 4px;
}

.coming-soon {
    color: #aaa39f;
    border-color: #cfc9c5;
}


/* OUR STORY */

.story-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}

.story-copy h2 {
    font-family: Georgia, serif;
    font-size: 44px;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 0 18px;
}

.paris-job-title {
    font-size: 14px;
    color: #8c6662;
    margin-bottom: 38px;
    padding-bottom: 14px;
    border-bottom: 1px solid #cdb4af;
}

.story-copy p {
    font-size: 15px;
    line-height: 1.8;
    color: #696461;
}

.story-emphasis {
    margin: 32px 0;
    font-family: Georgia, serif;
    font-size: 21px !important;
    color: #3d3937 !important;
}

.story-ending {
    font-family: Georgia, serif;
    font-size: 24px !important;
    color: #3d3937 !important;
    margin-top: 6px;
}

.paris-signoff {
    margin-top: 32px;
    font-family: Georgia, serif;
    font-size: 18px !important;
    color: #a77c77 !important;
}

.story-image {
    width: 100%;
    display: block;
    border-radius: 3px;
}


/* BRAND STATEMENT */

.brand-statement {
    background: #2b2a2a;
    color: #f5f1ed;
    text-align: center;
    padding: 85px 30px;
}

.brand-statement p {
    max-width: 720px;
    margin: 0 auto;
    font-family: Georgia, serif;
    font-size: 28px;
    line-height: 1.5;
}


/* FOOTER */

footer {
    background: #202020;
    color: #eeeeee;
    text-align: center;
    padding: 55px 25px;
    letter-spacing: 2px;
    font-size: 13px;
}

.footer-small {
    font-size: 11px;
    color: #aaa;
    letter-spacing: 1px;
}

footer a {
    display: inline-block;
    margin-top: 18px;
    color: #d59a93;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: lowercase;
}


/* MOBILE */

@media (max-width: 750px) {

    .site-logo {
        max-width: 270px;
    }

    .hero {
        padding: 75px 25px 85px;
    }

    .hero h1 {
        font-size: 39px;
    }

    .collection-grid {
        grid-template-columns: 1fr;
    }

    .story-section {
        grid-template-columns: 1fr;
        padding: 80px 25px;
        gap: 45px;
    }

    .story-copy h2 {
        font-size: 36px;
    }

    .story-image-wrap {
        order: -1;
    }

    .brand-statement p {
        font-size: 23px;
    }
}

/* =========================
   HEADER + NAVIGATION
   ========================= */

.site-header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-sizing: border-box;
}

.logo-link {
    display: block;
    line-height: 0;
}

.site-logo {
    width: 260px;
    max-width: 100%;
    height: auto;
    display: block;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.site-nav a {
    color: #5f595d;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    transition: color 0.2s ease;
}

.site-nav a:hover {
    color: #c78f91;
}


/* =========================
   MOBILE HEADER
   ========================= */

@media (max-width: 760px) {

    .site-header {
        flex-direction: column;
        padding: 22px 20px;
        gap: 20px;
    }

    .site-logo {
        width: 220px;
    }

    .site-nav {
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px 22px;
    }

    .site-nav a {
        font-size: 11px;
    }
}

.collection-image {
    width: 125px;
    height: 165px;
    object-fit: cover;
    float: right;
    margin: -48px 0 12px 28px;
    border-radius: 2px;
}

.collection-image {
    float: none;
    display: block;
    width: 130px;
    height: 170px;
    margin: 20px auto 22px;
}

.collection-card p {
    max-width: none;
}

.contact-section {
    padding: 40px 8% 28px;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-section .section-label {
    margin-bottom: 10px;
}

.contact-section h2 {
    margin-bottom: 14px;
}

.contact-section p {
    margin-bottom: 10px;
}

.contact-email {
    margin-top: 8px;
}