:root {
    --ink: #262522;
    --paper: #fbfaf7;
    --sand: #e8e1d7;
    --taupe: #b9aa9a;
    --line: #ded7cd;
    --accent: #807464
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5
}

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

.top {
    background: #2d2c29;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    padding: 10px 20px
}

.ticker {
    overflow: hidden;
    white-space: nowrap;
    background: var(--sand);
    border-block: 1px solid var(--line);
    padding: 10px 0;
    color: #3e3a35;
    font-size: 12px;
    letter-spacing: .06em
}

.ticker span {
    display: inline-block;
    animation: slide 28s linear infinite
}

.ticker b {
    margin: 0 34px;
    color: #897b6b
}

@keyframes slide {
    to {
        transform: translateX(-25%)
    }
}

.nav {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1240px;
    margin: auto;
    padding: 0 28px;
    background: var(--paper)
}

.brand {
    font-size: 31px;
    font-weight: 700;
    letter-spacing: .24em;
    padding-left: .24em
}

.navlinks {
    display: flex;
    gap: 27px;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: 700
}

.navlinks a:hover,
.under:hover {
    color: var(--accent)
}

.tools {
    display: flex;
    gap: 16px;
    font-size: 13px
}

.hero {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 28px 70px;
    position: relative
}

.hero img {
    display: block;
    width: 100%;
    height: min(62vw, 650px);
    object-fit: cover
}

.hero-copy {
    position: absolute;
    left: clamp(48px, 10vw, 150px);
    bottom: 125px;
    color: #fff;
    max-width: 510px
}

.eyebrow {
    font-size: 11px;
    letter-spacing: .18em;
    font-weight: 700;
    text-transform: uppercase
}

.hero h1 {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: clamp(42px, 5.8vw, 78px);
    line-height: .98;
    margin: 14px 0 22px
}

.btn {
    display: inline-block;
    background: #fff;
    color: #242321;
    padding: 13px 25px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em
}

.section {
    padding: 80px 28px
}

.wrap {
    max-width: 1240px;
    margin: auto
}

.intro {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 42px
}

.intro h2,
.headline {
    font-family: Georgia, serif;
    font-size: clamp(32px, 4vw, 51px);
    font-weight: 400;
    line-height: 1.06;
    margin: 0 0 13px
}

.intro p,
.copy {
    color: #6f6962
}

.categories {
    background: #f1eee8
}

.cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.cat {
    position: relative;
    overflow: hidden;
    min-height: 395px;
    border-radius: 3px;
    color: #fff;
    background: #333
}

.cat:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, .56))
}

.cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    transition: transform .45s
}

.cat:hover img {
    transform: scale(1.04)
}

.cat div {
    position: absolute;
    z-index: 1;
    left: 24px;
    right: 18px;
    bottom: 20px
}

.cat h3 {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.05;
    margin: 0 0 8px
}

.cat p {
    font-size: 13px;
    margin: 0;
    opacity: .9
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.product img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background: #eee
}

.product h3 {
    font-size: 15px;
    margin: 17px 0 5px;
    font-weight: 600
}

.product p {
    margin: 0;
    color: #736b63;
    font-size: 14px
}

.under {
    display: inline-block;
    border-bottom: 1px solid currentColor;
    padding-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em
}

.center {
    text-align: center
}

.story {
    background: #e4ddd2
}

.story-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: 75px
}

.story img {
    display: block;
    width: 100%;
    min-height: 455px;
    object-fit: cover
}

.story .btn {
    background: #2d2c29;
    color: #fff;
    margin-top: 20px
}

.reviews {
    background: #fff
}

.quote-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.quote {
    padding: 28px;
    background: #f5f2ed;
    border: 1px solid #ebe7e0
}

.quote p {
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.35;
    margin: 0 0 20px
}

.quote small {
    font-weight: 700;
    letter-spacing: .08em
}

.benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    text-align: center
}

.benefits h3 {
    font-family: Georgia, serif;
    font-size: 23px;
    font-weight: 400;
    margin: 12px 0 8px
}

.benefits p {
    font-size: 14px;
    color: #706961;
    margin: 0
}

.newsletter {
    background: #2d2c29;
    color: #fff;
    text-align: center;
    padding: 76px 25px
}

.newsletter h2 {
    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    margin: 0 0 10px
}

.form {
    display: flex;
    max-width: 440px;
    margin: 25px auto 0;
    border-bottom: 1px solid rgba(255, 255, 255, .75)
}

.form input {
    flex: 1;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 11px 0;
    outline: 0
}

.form button {
    border: 0;
    background: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em
}

.footer {
    background: #e9e4dc;
    padding: 55px 28px 25px
}

.foot-grid {
    max-width: 1240px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 35px
}

.foot-grid h4 {
    font-size: 12px;
    letter-spacing: .12em;
    margin: 8px 0 16px
}

.foot-grid a,
.foot-grid p {
    display: block;
    font-size: 13px;
    color: #5f5a54;
    margin: 8px 0
}

.copyright {
    max-width: 1240px;
    margin: 45px auto 0;
    padding-top: 18px;
    border-top: 1px solid #d0c8bd;
    font-size: 12px;
    color: #625d56
}

.page-hero {
    padding: 100px 28px 65px;
    background: #e7e0d6;
    text-align: center
}

.page-hero h1 {
    font-family: Georgia, serif;
    font-size: 58px;
    font-weight: 400;
    margin: 0 0 12px
}

.page-content {
    max-width: 850px;
    margin: auto;
    padding: 65px 28px 90px
}

.page-content h2 {
    font-family: Georgia, serif;
    font-weight: 400;
    margin: 36px 0 12px
}

.page-content p {
    color: #5f5a54
}

.contact-form {
    display: grid;
    gap: 14px;
    margin-top: 25px
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #cfc6ba;
    background: #fff;
    padding: 13px;
    font: inherit
}

.contact-form textarea {
    min-height: 150px
}

.contact-form button {
    border: 0;
    background: #2d2c29;
    color: #fff;
    padding: 14px;
    letter-spacing: .1em;
    font-weight: 700
}

@media(max-width:850px) {
    .navlinks {
        display: none
    }

    .nav {
        height: 68px
    }

    .hero {
        padding-inline: 0
    }

    .hero-copy {
        left: 28px;
        bottom: 70px
    }

    .cat-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .cat {
        min-height: 330px
    }

    .story-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .story img {
        min-height: 300px
    }

    .product-grid,
    .quote-grid,
    .benefits {
        grid-template-columns: 1fr
    }

    .foot-grid {
        grid-template-columns: 1fr 1fr
    }

    .section {
        padding: 60px 20px
    }
}

@media(max-width:520px) {
    .top {
        font-size: 10px
    }

    .nav {
        padding: 0 18px
    }

    .brand {
        font-size: 24px
    }

    .tools {
        font-size: 11px
    }

    .hero h1 {
        font-size: 41px
    }

    .cat-grid {
        grid-template-columns: 1fr
    }

    .cat {
        min-height: 320px
    }

    .foot-grid {
        grid-template-columns: 1fr
    }

    .page-hero h1 {
        font-size: 44px
    }
}