html {
    font-size: 14px;
    scrollbar-gutter: stable;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.sbw-body {
    background: linear-gradient(180deg, #1b130f 0%, #241813 100%);
    color: #f6ead2;
}

.sbw-navbar {
    background-color: rgba(20, 12, 10, 0.9);
    border-bottom: 1px solid rgba(255, 153, 0, 0.2);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

.sbw-nav-logo {
    height: 48px;
    width: auto;
}

.sbw-brand-text {
    color: #fff1cf;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.sbw-nav-link {
    color: #f6ead2 !important;
    font-weight: 600;
}

    .sbw-nav-link:hover {
        color: #ff9d1e !important;
    }

.sbw-hero {
    padding: 5rem 0 4rem;
}

.sbw-eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    color: #ffb347;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sbw-hero-title {
    font-size: 2.75rem;
    line-height: 1.1;
    font-weight: 800;
    color: #fff5dc;
    margin-bottom: 1.25rem;
}

.sbw-hero-text,
.sbw-section-text,
.sbw-page-text,
.sbw-card-text,
.sbw-card-subtext {
    color: #ecdcc4;
}

.sbw-hero-text,
.sbw-page-text {
    font-size: 1.1rem;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sbw-hero-logo {
    max-height: 520px;
    filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.45));
}

.sbw-section {
    padding: 4rem 0;
}

.sbw-section-alt {
    background: rgba(255, 153, 30, 0.06);
    border-top: 1px solid rgba(255, 153, 30, 0.12);
    border-bottom: 1px solid rgba(255, 153, 30, 0.12);
}

.sbw-section-title,
.sbw-page-title {
    color: #fff5dc;
    font-weight: 800;
    margin-bottom: 1rem;
}

.sbw-page-header {
    padding: 4rem 0 2rem;
}

.sbw-card {
    background: linear-gradient(180deg, #2a1b15 0%, #211510 100%);
    border: 1px solid rgba(255, 153, 30, 0.18);
    border-radius: 18px;
    padding: 1.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
}

.sbw-card-title {
    color: #fff2d6;
    font-weight: 800;
    margin-bottom: 0.85rem;
}

.sbw-status {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background-color: rgba(255, 153, 30, 0.14);
    color: #ffbd66;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sbw-btn-primary {
    background: linear-gradient(180deg, #ff8f1f 0%, #e56700 100%);
    color: #1a120f;
    border: none;
    font-weight: 700;
    padding: 0.8rem 1.4rem;
    border-radius: 12px;
}

    .sbw-btn-primary:hover {
        background: linear-gradient(180deg, #ff9d35 0%, #f17200 100%);
        color: #1a120f;
    }

.sbw-btn-secondary {
    background: transparent;
    color: #ffd79a;
    border: 1px solid rgba(255, 183, 71, 0.5);
    font-weight: 700;
    padding: 0.8rem 1.4rem;
    border-radius: 12px;
}

    .sbw-btn-secondary:hover {
        background: rgba(255, 183, 71, 0.08);
        color: #fff0cf;
        border-color: rgba(255, 183, 71, 0.8);
    }

.sbw-contact-email a {
    color: #ffb347;
    font-size: 1.4rem;
    font-weight: 800;
    text-decoration: none;
}

    .sbw-contact-email a:hover {
        color: #ffd08a;
    }

.sbw-footer {
    background: #120c09;
    border-top: 1px solid rgba(255, 153, 30, 0.14);
}

.sbw-footer-title {
    color: #fff1cf;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.sbw-footer-text,
.sbw-footer-link {
    color: #cfbda3;
    text-decoration: none;
}

    .sbw-footer-link:hover {
        color: #ffb347;
    }

.narrow {
    max-width: 700px;
    margin: 0 auto;
}

.sbw-product-card {
    padding: 0;
    overflow: hidden;
    border-radius: 18px;
}

.sbw-product-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991.98px) {
    .sbw-hero {
        padding-top: 3rem;
    }

    .sbw-hero-title {
        font-size: 2.2rem;
    }

    .sbw-nav-logo {
        height: 40px;
    }
}

@media (max-width: 767.98px) {
    .sbw-product-image {
        aspect-ratio: 4 / 3;
    }
}
