.footer-newsletter {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    min-height: 235px;
    background: #0d0e0e !important;
    color: #fff !important;
}

.footer-newsletter__image {
    min-height: 235px;
    background:
        linear-gradient(90deg, rgba(0,0,0,.20), rgba(0,0,0,.55)),
        url("https://images.unsplash.com/photo-1592945403244-b3fbafd7f539?auto=format&fit=crop&w=1000&q=85")
        center / cover;
}

.footer-newsletter__content {
    max-width: 520px;
    padding: 42px 55px;
}

.footer-newsletter h2 {
    margin: 0 0 14px;
    color: #fff;
    font: 23px Georgia, serif;
    text-transform: uppercase;
}

.footer-newsletter p {
    max-width: 370px;
    color: #d5d5d5;
    font-size: 12px;
    line-height: 1.6;
}

.footer-newsletter__form {
    display: flex;
    margin-top: 22px;
}

.footer-newsletter__form input {
    flex: 1;
    min-width: 0;
    padding: 13px;
    border: 1px solid #444;
    background: #1b1b1b;
    color: #fff;
}

.footer-newsletter__form button {
    border: 0;
    padding: 0 18px;
    background: #9d8359;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.luxury-footer {
    padding: 40px max(32px, calc((100% - 1380px) / 2)) 20px;
    background: #0d0e0e !important;
    color: #ccc !important;
    border-top: 1px solid #303030;
}

.luxury-footer__grid {
    display: grid !important;
    grid-template-columns: 2fr repeat(4, 1fr) !important;
    gap: 32px;
}

.footer-logo {
    display: block;
    color: #fff !important;
    font: 25px Georgia, serif;
    letter-spacing: .14em;
}

.footer-logo small {
    display: block;
    margin-top: 5px;
    color: #b89052;
    font: 8px Arial, sans-serif;
    letter-spacing: .35em;
}

.luxury-footer p {
    color: #aaa;
    font-size: 11px;
    line-height: 1.7;
}

.luxury-footer h4 {
    margin: 4px 0 14px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}

.luxury-footer a {
    display: block;
    margin: 7px 0;
    color: #ccc !important;
    font-size: 11px;
}

.luxury-footer a:hover {
    color: #b89052 !important;
}

.footer-social {
    display: flex;
    gap: 14px;
    margin-top: 18px;
}

.footer-social a {
    color: #fff !important;
    font-size: 15px;
}

.luxury-footer__bottom {
    display: flex !important;
    justify-content: space-between;
    gap: 20px;
    margin-top: 35px;
    padding-top: 18px;
    border-top: 1px solid #303030;
    color: #999;
    font-size: 10px;
}

.payment-icons {
    color: #fff;
}

@media (max-width: 800px) {
    .footer-newsletter {
        grid-template-columns: 1fr !important;
    }

    .footer-newsletter__image {
        min-height: 180px;
    }

    .footer-newsletter__content {
        padding: 32px 20px;
    }

    .luxury-footer__grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .luxury-footer__bottom {
        flex-direction: column;
    }
}
.scentoria-extra {
    padding: 28px 0;
}

.perfect-scent {
    display: grid;
    grid-template-columns: 290px 1fr 1fr;
    min-height: 285px;
    background: #f6f3ed;
}

.perfect-scent__image {
    min-height: 285px;
    background:
        url("https://images.unsplash.com/photo-1592945403244-b3fbafd7f539?auto=format&fit=crop&w=900&q=85")
        center / cover;
}

.perfect-scent__copy {
    padding: 35px;
}

.perfect-scent h2,
.trusted-section h2 {
    margin: 0 0 15px;
    font: 27px Georgia, serif;
    text-transform: uppercase;
}

.perfect-scent__copy p {
    max-width: 260px;
    color: #555;
}

.perfect-scent__steps {
    margin: 0;
    padding: 28px 48px;
    list-style: none;
}

.perfect-scent__steps li {
    padding: 13px 0;
    border-bottom: 1px solid #ded9d0;
    color: #555;
}

.perfect-scent__steps li::before {
    content: "◇";
    margin-right: 13px;
    color: #b89052;
}

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

.collection-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1.25;
    object-fit: cover;
}

.collection-card span {
    display: inline-block;
    margin-top: 8px;
    padding: 3px 6px;
    background: #111;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
}

.collection-card h3 {
    margin: 7px 0;
    font-size: 13px;
    line-height: 1.35;
}

.trusted-section {
    text-align: center;
}

.trusted-logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    align-items: center;
    margin-top: 28px;
}

.trusted-logos div {
    font: 23px Georgia, serif;
}

.trusted-logos div:nth-child(4) {
    font: bold 30px Arial, sans-serif;
}

@media (max-width: 800px) {
    .perfect-scent {
        grid-template-columns: 1fr;
    }

    .perfect-scent__image {
        min-height: 210px;
    }

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

    .trusted-logos {
        grid-template-columns: repeat(3, 1fr);
    }
}