:root {
    --ink: #171717;
    --gold: #c79a54;
    --muted: #6b6b6b;
    --cream: #f7f4ef
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px
}

body {
    color: var(--ink);
    font-family: Inter, system-ui, sans-serif
}

h1,
h2,
h3,
.navbar-brand,
footer strong {
    font-family: Georgia, serif
}

h1 {
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: .98
}

h1 span {
    color: #e0b36e
}

h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05
}

.topbar {
    background: #101010;
    color: #ddd;
    padding: 8px 0;
    font-size: .82rem
}

.topbar a {
    color: #fff;
    text-decoration: none
}

.navbar {
    background: #171717;
    padding: 12px 0
}

.navbar-brand img {
    width: 82px;
    height: 82px
}

.nav-link {
    color: #ddd !important
}

.btn-gold {
    background: var(--gold);
    border-color: var(--gold);
    color: #111;
    font-weight: 700
}

.hero {
    min-height: 78vh;
    display: flex;
    align-items: center;
    position: relative;
    background: #302a24 url('../images/hero.jpeg') center/cover
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .25))
}

.hero-content {
    position: relative;
    color: #fff;
    max-width: 760px;
    padding: 80px 0
}

.hero-content p {
    color: #eee;
    font-size: 1.12rem;
    max-width: 650px
}

.kicker {
    display: inline-block;
    color: var(--gold);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .18em;
    margin-bottom: 14px
}

.trust {
    margin-top: 25px;
    font-size: .86rem
}

.section {
    padding: 100px 0
}

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

.cream .emoji {
    font-size: 2rem;
}

.heading {
    max-width: 720px;
    margin: 0 auto 50px
}

.heading p,
.section p {
    color: var(--muted);
    line-height: 1.75
}

.about-img {
    width: 100%;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .1)
}

.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 25px
}

.features span {
    border-top: 1px solid #e4ddd2;
    padding: 13px 0;
    font-weight: 600
}

.category-card {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1.05;
    color: #fff;
    text-decoration: none;
    background: #ddd
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.category-card:after {
    content: '';
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .8))
}

.category-card span {
    position: absolute;
    z-index: 2;
    bottom: 16px;
    left: 18px;
    right: 18px;
    font: 1.4rem Georgia;
    display: flex;
    justify-content: space-between
}

.category-card:hover img {
    transform: scale(1.05)
}

.catalog-section {
    margin-bottom: 75px
}

.catalog-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px
}

.catalog-head h3 {
    margin: 0
}

.price {
    font-size: .8rem;
    background: #f4eadb;
    color: #70552e;
    padding: 8px 12px;
    border-radius: 100px
}

.swiper-slide a {
    display: block;
    aspect-ratio: 1.25/1;
    overflow: hidden;
    background: #eee
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s
}

.swiper-slide:hover img {
    transform: scale(1.04)
}

.swiper {
    padding-bottom: 42px
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    background: rgba(23, 23, 23, .8);
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px !important
}

.swiper-pagination-bullet-active {
    background: var(--gold) !important
}

.video-section {
    background: #171717;
    color: #fff
}

.video-section p {
    color: #bbb
}

.video-wrap {
    position: relative;
    background: #090909;
}

.video-wrap video {
    width: 100%;
    max-height: 300px;
}

.video-note {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    text-align: center;
    color: #ddd;
    font-size: 1.6rem;
    pointer-events: none
}

.video-note small {
    font-size: .8rem;
    color: #888
}

.benefit {
    padding: 12px
}

.benefit h3 {
    font: 700 1.1rem Inter;
    margin: 10px 0 4px
}

.benefit p {
    font-size: .8rem;
    line-height: 1.4
}

.contact {
    background: #f9f7f3
}

.contact-list {
    display: grid;
    gap: 8px;
    margin-top: 25px
}

.contact-list>a,
.contact-list>div {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    color: var(--ink)
}

.contact-list span {
    display: flex;
    flex-direction: column
}

.contact-list small {
    font-size: .68rem;
    text-transform: uppercase;
    color: var(--muted);
    letter-spacing: .1em
}

.contact-list em {
    font-size: .7rem;
    color: #a47a3d
}

.social {
    border-top: 1px solid #e4ddd2;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap
}

.social div {
    margin-left: auto
}

.social a {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd1c1;
    border-radius: 50%;
    color: #777;
    text-decoration: none;
    margin-left: 4px
}

.future {
    opacity: .55
}

.contact-card {
    background: #fff;
    padding: 28px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .1)
}

.map {
    background: #ece8e0;
    text-align: center;
    color: #777;
    margin-bottom: 22px
}

.map span,
.map small {
    display: block
}

.form-control,
.form-select {
    border-radius: 2px;
    border-color: #ddd6ca;
    padding: .75rem
}

.form-control:focus,
.form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 .2rem rgba(199, 154, 84, .15)
}

.whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    background: #25d366;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-size: 1.5rem;
    z-index: 1000;
    box-shadow: 0 10px 25px #0003
}

footer {
    background: #111;
    color: #888;
    padding: 40px 0
}

footer strong {
    color: #fff;
    font-size: 1.4rem
}

footer p {
    font-size: .8rem;
    margin: 6px 0
}

footer a {
    color: #bbb;
    text-decoration: none;
    margin-left: 15px
}

@media(max-width:767px) {
    .section {
        padding: 70px 0
    }

    .catalog-head {
        display: block
    }

    .price {
        display: inline-block;
        margin-top: 10px
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }

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

    .video-wrap,
    .video-wrap video {
        min-height: 280px
    }

    .social div {
        margin-left: 0
    }

    footer a {
        margin-left: 0;
        margin-right: 15px
    }
}