:root {
    --ink: #1f1f1f;
    --ink-2: #262626;
    --ivory: #f7f4ef;
    --gold: #c7a16a;
    --gold-light: #d8ba8a;
    --grey: #b4b4b4;
    --border: rgba(255, 255, 255, 0.08);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: var(--ivory);
    color: var(--ink);
    font:
        400 15px/1.7 Inter,
        sans-serif;
}
h1,
h2,
h3 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
}
a {
    text-decoration: none;
    color: inherit;
}
.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    padding: 18px 0;
    transition: 0.35s;
}
.site-header.is-scrolled {
    padding: 8px 0;
    background: rgba(31, 31, 31, 0.97);
    border-bottom: 1px solid var(--border);
}
.brand-wordmark {
    color: var(--ivory);
    font:
        600 22px/1 Inter,
        sans-serif;
    letter-spacing: 0.34em;
}
.main-menu {
    gap: 1.15rem;
}
.main-menu .nav-link {
    color: rgba(247, 244, 239, 0.82);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.07em;
}
.main-menu .nav-link:hover,
.header-actions a:hover {
    color: var(--gold);
}
.header-actions {
    display: flex;
    gap: 20px;
}
.header-actions a {
    color: var(--ivory);
    font-size: 14px;
}
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--ivory);
    background:
        linear-gradient(90deg, rgba(8, 8, 8, 0.86), rgba(8, 8, 8, 0.18)),
        url("https://images.unsplash.com/photo-1594035910387-fea47794261f?auto=format&fit=crop&w=2400&q=88")
            center/cover;
}
.hero-content {
    width: min(760px, 90%);
    margin-left: max(6vw, 24px);
}
.eyebrow {
    display: block;
    color: var(--gold-light);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.hero h1 {
    font-size: clamp(54px, 7.4vw, 112px);
    line-height: 0.98;
    letter-spacing: 0.025em;
    margin-bottom: 28px;
}
.hero p {
    max-width: 570px;
    color: rgba(247, 244, 239, 0.76);
    font-size: 17px;
}
.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 38px;
}
.btn-nomadic,
.btn-outline-nomadic {
    display: inline-block;
    padding: 14px 28px;
    border: 1px solid var(--gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    transition: 0.25s;
}
.btn-nomadic {
    background: var(--gold);
    color: #fff;
}
.btn-nomadic:hover {
    background: #b98c50;
    color: #fff;
}
.btn-outline-nomadic {
    color: var(--ivory);
    background: transparent;
}
.btn-outline-nomadic:hover {
    background: var(--ivory);
    border-color: var(--ivory);
    color: var(--ink);
}
.scroll-cue {
    position: absolute;
    bottom: 28px;
    left: 50%;
    color: var(--grey);
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.scroll-cue i {
    margin-left: 12px;
}
.section {
    padding: 120px 0;
}
.section-light {
    padding: 110px 0;
    background: var(--ivory);
}
.section-heading {
    text-align: center;
    margin-bottom: 56px;
}
.section-heading h2,
.newsletter h2 {
    font-size: clamp(36px, 4vw, 60px);
}
.category-card {
    height: 430px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.category-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.76));
}
.category-card > * {
    position: relative;
}
.category-card span {
    font:
        500 28px "Playfair Display",
        serif;
}
.category-card small {
    margin-top: 10px;
    color: var(--gold-light);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.category-1 {
    background-image: url("https://images.unsplash.com/photo-1541643600914-78b084683601?auto=format&fit=crop&w=900&q=85");
}
.category-2 {
    background-image: url("https://images.unsplash.com/photo-1592945403244-b3fbafd7f539?auto=format&fit=crop&w=900&q=85");
}
.category-3 {
    background-image: url("https://images.unsplash.com/photo-1603006905003-be475563bc59?auto=format&fit=crop&w=900&q=85");
}
.category-4 {
    background-image: url("https://images.unsplash.com/photo-1602173574767-37ac01994b2a?auto=format&fit=crop&w=900&q=85");
}
.products-section {
    background: #eeeae4;
}
.product-card {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    transition: 0.3s;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(25, 20, 15, 0.09);
}
.product-image {
    height: 380px;
    display: flex;
    background: #e9e4dd center/cover;
    align-items: center;
    justify-content: center;
}
.product-placeholder {
    font: 500 60px "Playfair Display";
    color: rgba(31, 31, 31, 0.12);
}
.product-info {
    padding: 24px;
}
.product-info small {
    color: #777;
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.product-info h3 {
    font-size: 21px;
    margin: 7px 0 18px;
}
.product-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-row > a {
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 11px;
}
.brands {
    text-align: center;
}
.brand-list {
    display: flex;
    justify-content: center;
    gap: 55px;
    flex-wrap: wrap;
}
.brand-list span {
    font-family: "Playfair Display";
    font-size: 22px;
    color: #555;
}
.editorial-banner {
    min-height: 660px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    color: var(--ivory);
}
.editorial-banner.arabian {
    justify-content: flex-end;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.78)),
        url("https://images.unsplash.com/photo-1615634260167-c8cdede054de?auto=format&fit=crop&w=2400&q=88");
}
.editorial-banner.diffuser {
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.12)),
        url("https://images.unsplash.com/photo-1602874801006-e26d6ea67253?auto=format&fit=crop&w=2400&q=88");
}
.banner-copy {
    width: min(590px, 86%);
    margin: 8vw;
}
.banner-copy h2 {
    font-size: clamp(46px, 5vw, 76px);
}
.banner-copy p {
    color: #ccc;
}
.text-link {
    display: inline-block;
    margin-top: 24px;
    color: var(--gold-light);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.benefits {
    background: var(--ink);
    color: var(--ivory);
}
.benefits i {
    color: var(--gold);
    font-size: 25px;
    margin-bottom: 22px;
}
.benefits h3 {
    font-size: 22px;
}
.benefits p {
    color: var(--grey);
}
.newsletter {
    text-align: center;
    padding: 120px 15px;
    background: #ded5c9;
}
.newsletter p {
    color: #666;
}
.newsletter form {
    display: flex;
    max-width: 600px;
    margin: 35px auto 0;
}
.newsletter input,
.footer-newsletter input {
    flex: 1;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #777;
    padding: 14px;
    outline: 0;
}
.newsletter input:focus {
    border-color: var(--gold);
}
.instagram-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.instagram-grid a {
    aspect-ratio: 1;
    background: #d8d0c6;
    display: grid;
    place-items: center;
    color: transparent;
    background-size: cover;
    background-position: center;
}
.instagram-grid a:hover {
    color: #fff;
}
.insta-1 {
    background-image: url("https://images.unsplash.com/photo-1619994403073-2cec844b8e63?auto=format&fit=crop&w=600&q=80");
}
.insta-2 {
    background-image: url("https://images.unsplash.com/photo-1595425970377-c9703cf48b6d?auto=format&fit=crop&w=600&q=80");
}
.insta-3 {
    background-image: url("https://images.unsplash.com/photo-1587017539504-67cfbddac569?auto=format&fit=crop&w=600&q=80");
}
.insta-4 {
    background-image: url("https://images.unsplash.com/photo-1590156206657-a7c1f5c2577e?auto=format&fit=crop&w=600&q=80");
}
.insta-5 {
    background-image: url("https://images.unsplash.com/photo-1610461888750-10bfc601b874?auto=format&fit=crop&w=600&q=80");
}
.site-footer {
    padding: 90px 0 25px;
    background: #171717;
    color: var(--grey);
}
.footer-main {
    padding-bottom: 70px;
}
.footer-logo {
    display: block;
    margin-bottom: 25px;
}
.site-footer p {
    max-width: 360px;
}
.site-footer h2 {
    color: var(--ivory);
    font: 600 11px Inter;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.site-footer .col-6 > a {
    display: block;
    margin: 9px 0;
    font-size: 13px;
}
.social-links {
    display: flex;
    gap: 18px;
    color: var(--ivory);
}
.footer-newsletter {
    display: flex;
}
.footer-newsletter input {
    color: #fff;
    border-color: #555;
}
.footer-newsletter button {
    background: none;
    border: 0;
    color: var(--gold);
}
.footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
}
.flash-container {
    position: fixed;
    z-index: 1100;
    top: 90px;
    right: 24px;
}
.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity 0.7s,
        transform 0.7s;
}
.reveal.is-visible {
    opacity: 1;
    transform: none;
}
@media (max-width: 1199px) {
    .navbar-collapse {
        background: var(--ink);
        padding: 25px;
    }
    .main-menu {
        gap: 3px;
    }
    .header-actions {
        padding-top: 15px;
    }
    .site-header {
        background: rgba(31, 31, 31, 0.9);
    }
}
@media (max-width: 767px) {
    .hero h1 {
        font-size: 50px;
    }
    .section,
    .section-light {
        padding: 75px 0;
    }
    .category-card {
        height: 330px;
    }
    .editorial-banner {
        min-height: 560px;
    }
    .newsletter form {
        display: block;
    }
    .newsletter .btn-nomadic {
        width: 100%;
        margin-top: 14px;
    }
    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .instagram-grid a:last-child {
        display: none;
    }
    .footer-bottom {
        gap: 12px;
        flex-direction: column;
    }
    .scroll-cue {
        display: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
    }
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
