:root {
    --shop-ink: #15161d;
    --shop-muted: #6b7280;
    --shop-line: #e5e7eb;
    --shop-paper: #ffffff;
    --shop-soft: #f5f5f5;
    --shop-accent: #d10024;
    --shop-accent-2: #2b2d42;
    --shop-gold: #f7b731;
}

body {
    background: var(--shop-paper);
    color: var(--shop-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: var(--shop-accent);
}

.site-shell {
    min-height: 100vh;
}

.btn {
    border-radius: 4px;
    font-weight: 800;
}

.btn i {
    margin-right: 0.35rem;
}

.btn-primary {
    background: var(--shop-accent);
    border-color: var(--shop-accent);
}

.btn-primary:hover,
.btn-primary:focus {
    background: #a9001d;
    border-color: #a9001d;
}

.btn-outline-primary {
    border-color: var(--shop-accent);
    color: var(--shop-accent);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: var(--shop-accent);
    border-color: var(--shop-accent);
}

.promo-bar {
    background: #15161d;
    color: #fff;
    font-size: 0.86rem;
}

.promo-inner {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 40px;
}

.promo-inner i {
    color: var(--shop-gold);
    margin-right: 0.35rem;
}

.shop-header {
    background: #fff;
    border-bottom: 3px solid var(--shop-accent);
    box-shadow: 0 8px 28px rgba(21, 22, 29, 0.08);
    z-index: 1030;
}

.shop-header .navbar {
    min-height: 84px;
}

.shop-brand {
    align-items: center;
    color: var(--shop-accent);
    display: inline-flex;
    gap: 0.65rem;
    font-size: 1.65rem;
    font-weight: 900;
}

.brand-mark {
    align-items: center;
    background: var(--shop-accent);
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.navbar-nav .nav-link {
    color: var(--shop-ink);
    font-size: 0.95rem;
    font-weight: 800;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--shop-accent);
}

.shop-search {
    align-items: center;
    background: #fff;
    border: 2px solid var(--shop-accent);
    border-radius: 4px;
    display: flex;
    gap: 0.7rem;
    margin-right: 0.75rem;
    min-height: 44px;
    padding: 0 0.85rem 0 0;
}

.shop-search i {
    color: var(--shop-accent);
}

.search-category {
    align-items: center;
    align-self: stretch;
    border-right: 1px solid var(--shop-line);
    color: var(--shop-ink);
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    padding: 0 0.85rem;
    white-space: nowrap;
}

.shop-search input {
    background: transparent;
    border: 0;
    color: var(--shop-ink);
    min-width: 230px;
    outline: 0;
}

.shop-actions {
    display: flex;
    gap: 0.5rem;
}

.currency-dropdown {
    margin-right: 0.75rem;
}

.currency-toggle {
    min-height: 40px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.icon-link-btn {
    align-items: center;
    background: #f7f7f7;
    border: 1px solid var(--shop-line);
    border-radius: 50%;
    color: var(--shop-ink);
    display: inline-flex;
    flex: 0 0 auto;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    width: 40px;
}

.icon-link-btn:hover,
.icon-link-btn:focus {
    background: var(--shop-accent);
    border-color: var(--shop-accent);
    color: #fff;
}

.hero {
    background:
        linear-gradient(90deg, rgba(21, 22, 29, 0.9), rgba(21, 22, 29, 0.48)),
        url("../images/garments-hero.png") center / cover no-repeat;
    color: #fff;
    min-height: 590px;
}

.hero-inner {
    align-items: center;
    display: flex;
    min-height: 590px;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.hero-copy {
    max-width: 720px;
}

.hero h1 {
    font-size: 4.1rem;
    font-weight: 900;
    line-height: 1;
    margin: 0.65rem 0 1rem;
    max-width: 720px;
}

.hero p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.18rem;
    max-width: 580px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 2.25rem;
}

.hero-metrics div {
    border-left: 3px solid var(--shop-accent);
    padding-left: 0.8rem;
}

.hero-metrics strong {
    color: #fff;
    display: block;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1;
}

.hero-metrics span {
    color: rgba(255, 255, 255, 0.78);
    display: block;
    font-size: 0.9rem;
    margin-top: 0.3rem;
}

.eyebrow {
    color: var(--shop-accent-2);
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero .eyebrow,
.catalogue-header .eyebrow,
.cta-strip .eyebrow {
    color: #fff;
}

.service-strip {
    background: var(--shop-ink);
    color: #fff;
}

.service-strip-bottom {
    background: #fff;
    border-top: 1px solid var(--shop-line);
    color: var(--shop-ink);
}

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

.service-grid div {
    align-items: center;
    display: flex;
    gap: 0.8rem;
    min-height: 86px;
    padding: 1rem 1.25rem;
}

.service-grid i {
    align-items: center;
    background: var(--shop-accent);
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-size: 1.25rem;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.service-grid span {
    font-weight: 800;
}

.section-band {
    padding: 4.5rem 0;
}

.bg-soft {
    background: var(--shop-soft);
}

.section-heading {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.75rem;
}

.section-heading h2,
.cta-strip h2,
.page-title {
    font-weight: 900;
}

.section-heading h2 {
    font-size: 2.2rem;
    margin-bottom: 0;
}

.category-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.category-tile,
.product-card,
.form-panel,
.empty-state,
.shop-filter {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
}

.category-tile {
    color: var(--shop-ink);
    display: flex;
    flex-direction: column;
    min-height: 170px;
    padding: 1.1rem;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.category-tile:hover,
.category-tile:focus {
    border-color: var(--shop-accent);
    color: var(--shop-ink);
    transform: translateY(-2px);
}

.category-icon {
    align-items: center;
    background: var(--shop-soft);
    border-radius: 4px;
    color: var(--shop-accent);
    display: inline-flex;
    font-size: 1.25rem;
    height: 46px;
    justify-content: center;
    margin-bottom: 1.1rem;
    width: 46px;
}

.category-tile > span:not(.category-icon) {
    font-size: 1.1rem;
    font-weight: 900;
}

.category-tile strong {
    color: var(--shop-muted);
    font-size: 0.9rem;
    margin-top: auto;
}

.product-card {
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card:hover {
    border-color: rgba(209, 0, 36, 0.35);
    box-shadow: 0 16px 36px rgba(21, 22, 29, 0.1);
    transform: translateY(-3px);
}

.product-badge {
    background: var(--shop-accent);
    border-radius: 4px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
    left: 12px;
    padding: 0.35rem 0.6rem;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
    z-index: 2;
}

.product-card-actions {
    display: grid;
    gap: 0.4rem;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
}

.product-card-actions .icon-link-btn {
    height: 34px;
    width: 34px;
}

.product-media {
    background: #f7f7f7;
    display: block;
    text-decoration: none;
}

.product-media img,
.detail-media img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}

.product-placeholder {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #f7f7f7, #e9edf5);
    color: var(--shop-ink);
    display: flex;
    font-weight: 900;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.product-placeholder.large {
    border-radius: 8px;
    font-size: 2rem;
    min-height: 390px;
}

.product-body {
    padding: 1rem;
}

.product-body > span {
    color: var(--shop-accent);
    display: block;
    font-size: 0.78rem;
    font-weight: 900;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.product-body h3 {
    font-size: 1.08rem;
    font-weight: 900;
    margin-bottom: 0.4rem;
}

.product-body h3 a {
    color: var(--shop-ink);
    text-decoration: none;
}

.product-body p {
    color: var(--shop-muted);
    margin-bottom: 1rem;
}

.product-meta {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.product-quote-btn {
    margin-top: 1rem;
    width: 100%;
}

.product-meta strong {
    color: var(--shop-ink);
    font-size: 1.05rem;
}

.product-meta small {
    color: var(--shop-muted);
    white-space: nowrap;
}

.cta-strip {
    align-items: center;
    background: var(--shop-accent);
    border-radius: 8px;
    color: #fff;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    overflow: hidden;
    padding: 2rem;
    position: relative;
}

.cta-strip::after {
    background: var(--shop-ink);
    bottom: 0;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
}

.cta-strip h2 {
    font-size: 2rem;
    margin-bottom: 0;
    max-width: 760px;
}

.catalogue-header {
    background:
        linear-gradient(90deg, rgba(21, 22, 29, 0.92), rgba(209, 0, 36, 0.68)),
        url("../images/garments-hero.png") center / cover no-repeat;
    color: #fff;
    padding: 4.2rem 0;
}

.catalogue-header h1 {
    font-size: 3rem;
    font-weight: 900;
    margin: 0.5rem 0 0.6rem;
}

.catalogue-header p {
    color: rgba(255, 255, 255, 0.82);
    max-width: 720px;
}

.shop-layout {
    align-items: start;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 280px minmax(0, 1fr);
}

.shop-filter {
    padding: 1.25rem;
    position: sticky;
    top: 96px;
}

.filter-block + .filter-block {
    border-top: 1px solid var(--shop-line);
    margin-top: 1.25rem;
    padding-top: 1.25rem;
}

.filter-block h2,
.filter-block h3 {
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 0.75rem;
}

.filter-block p {
    color: var(--shop-muted);
    margin-bottom: 0;
}

.filter-list {
    display: grid;
    gap: 0.35rem;
}

.filter-list a {
    align-items: center;
    border-radius: 4px;
    color: var(--shop-ink);
    display: grid;
    gap: 0.65rem;
    grid-template-columns: 22px 1fr auto;
    padding: 0.55rem 0.65rem;
    text-decoration: none;
}

.filter-list a:hover,
.filter-list a.active {
    background: var(--shop-soft);
    color: var(--shop-accent);
}

.filter-list strong {
    color: var(--shop-muted);
    font-size: 0.85rem;
}

.buying-note i {
    color: var(--shop-accent-2);
    font-size: 1.6rem;
}

.catalogue-tools {
    margin-bottom: 1rem;
}

.category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.pill {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 4px;
    color: var(--shop-ink);
    font-weight: 800;
    padding: 0.45rem 0.85rem;
    text-decoration: none;
}

.pill.active,
.pill:hover {
    background: var(--shop-accent);
    border-color: var(--shop-accent);
    color: #fff;
}

.search-row {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr auto;
}

.search-row .form-control {
    border-color: var(--shop-line);
    border-radius: 4px;
    min-height: 48px;
    padding-left: 1.2rem;
}

.active-filter-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.active-filter-row span {
    color: var(--shop-muted);
    font-size: 0.9rem;
}

.active-filter-row strong {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 4px;
    color: var(--shop-ink);
    font-size: 0.88rem;
    padding: 0.35rem 0.7rem;
}

.clear-link {
    color: var(--shop-accent);
    font-weight: 800;
}

.pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.pagination .page-link {
    color: var(--shop-accent);
}

.pagination .active .page-link {
    background: var(--shop-accent);
    border-color: var(--shop-accent);
}

.product-detail-page {
    background: var(--shop-soft);
}

.detail-media {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    overflow: hidden;
}

.detail-subtitle {
    color: var(--shop-muted);
    font-weight: 700;
    margin-top: 0.35rem;
}

.detail-price {
    color: var(--shop-accent);
    font-size: 2rem;
    font-weight: 900;
    margin: 1rem 0;
}

.detail-list {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    margin: 1.5rem 0;
    padding: 0.4rem 1rem;
}

.product-query-panel {
    background: #fff;
    border: 2px solid var(--shop-accent);
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(21, 22, 29, 0.08);
    padding: 1.25rem;
}

.query-panel-heading {
    margin-bottom: 1rem;
}

.query-panel-heading h2 {
    font-size: 1.35rem;
    font-weight: 900;
    margin-bottom: 0;
}

.product-query-form .form-control {
    border-color: var(--shop-line);
    border-radius: 4px;
}

.product-query-form textarea.form-control {
    resize: vertical;
}

.detail-list div {
    align-items: center;
    border-bottom: 1px solid var(--shop-line);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.75rem 0;
}

.detail-list div:last-child {
    border-bottom: 0;
}

.detail-list dt {
    color: var(--shop-muted);
}

.detail-list dd {
    font-weight: 800;
    margin: 0;
    text-align: right;
}

.form-panel,
.empty-state {
    padding: 1.5rem;
}

.form-panel .form-control {
    border-color: var(--shop-line);
    border-radius: 4px;
}

.contact-header {
    background:
        linear-gradient(90deg, rgba(24, 24, 24, 0.9), rgba(123, 36, 28, 0.62)),
        url("../images/garments-hero.png") center / cover no-repeat;
}

.contact-list {
    display: grid;
    gap: 1rem;
}

.contact-list div {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 1.2rem;
}

.contact-list i {
    color: var(--shop-accent);
    display: block;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.contact-list span {
    color: var(--shop-muted);
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.site-footer {
    background: #111111;
    color: #dfe5e2;
    padding: 3rem 0 1.5rem;
}

.site-footer h2,
.site-footer h3 {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 900;
}

.site-footer p {
    color: #b9c2bd;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer li + li {
    margin-top: 0.4rem;
}

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

.site-footer a:hover {
    color: var(--shop-accent);
}

.footer-social {
    display: flex;
    gap: 0.5rem;
}

.footer-social a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #aeb8b3;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 2rem;
    padding-top: 1.25rem;
}

@media (max-width: 1199.98px) {
    .hero h1 {
        font-size: 3.7rem;
    }

    .shop-search input {
        min-width: 150px;
    }
}

@media (max-width: 991.98px) {
    .shop-search {
        margin: 1rem 0 0.75rem;
        width: 100%;
    }

    .shop-search input {
        min-width: 0;
        width: 100%;
    }

    .shop-actions {
        margin-bottom: 0.5rem;
    }

    .currency-dropdown {
        margin: 0 0 0.75rem;
    }

    .hero,
    .hero-inner {
        min-height: 520px;
    }

    .hero h1 {
        font-size: 3.1rem;
    }

    .shop-layout {
        grid-template-columns: 1fr;
    }

    .shop-filter {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .promo-inner,
    .section-heading,
    .cta-strip,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .promo-contact {
        display: none;
    }

    .hero,
    .hero-inner {
        min-height: 480px;
    }

    .hero h1 {
        font-size: 2.45rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .section-band {
        padding: 3rem 0;
    }

    .section-heading h2,
    .cta-strip h2 {
        font-size: 1.65rem;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .search-row {
        grid-template-columns: 1fr;
    }

    .catalogue-header h1 {
        font-size: 2.25rem;
    }

    .detail-list div {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.2rem;
    }

    .detail-list dd {
        text-align: left;
    }
}
