.hero-circle-img {
    max-width: 100%;
    height: auto;
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 50%;
    z-index: 2;
}

.hero-image-container {
    position: relative;
    width: 450px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .hero-image-container::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 12px solid #ff8c1a;
        border-left-color: transparent;
        transform: rotate(45deg);
        z-index: 1;
    }


.hero-slide-animation {
    animation: slideInRight 1.2s ease-out forwards;
}

.hero-wrapper, welcome-section-wrapper {
    background-color: #f5f7f9;
    width: 100%;
    border-bottom-left-radius: 50% 20px;
    border-bottom-right-radius: 50% 20px;
}

@media (max-width: 960px) {
    .hero-image-container {
        width: 300px;
        height: 300px;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.welcome-section-wrapper {
    padding: 120px 0;
    background-color: #ffffff;
}

.pebble-image-container {
    position: relative;
    padding: 15px;
    background-color: #ff8c1a;
    border-radius: 40% 60% 40% 70% / 60% 40% 60% 40%;
    display: inline-block;
    transition: transform 0.5s ease;
}

    .pebble-image-container:hover {
        transform: scale(1.02);
    }

.pebble-img {
    border-radius: 40% 60% 40% 70% / 60% 40% 60% 40%;
    width: 100%;
    max-width: 450px;
    height: 550px;
    object-fit: cover;
    display: block;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
}

.hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('images/welcome_section_image.webp');
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.wave-container {
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 0;
    z-index: 10;
}

.wave-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-footer-area {
    background-color: #001D4A;
    color: #FFFFFF;
    padding: 60px 0 30px 0;
    border: none;
}

.stats-section {
    background-color: #001D4A;
    color: white;
    padding: 80px 0;
}

.stat-icon-circle {
    border: 2px solid white !important;
    background-color: transparent !important;
    width: 80px !important;
    height: 80px !important;
}

.custom-faq-panels .mud-expansion-panel {
    background-color: #001D4A !important;
    color: white !important;
    margin-bottom: 8px;
}

.custom-faq-panels .mud-expansion-panel-header {
    font-weight: bold;
}

.faq-answer-text {
    background-color: white;
    color: #333;
    padding: 16px;
}

.contact-wrapper {
    position: relative;
    width: 100%;
}

.map-header {
    height: 450px;
    width: 100%;
    z-index: 1;
}

.form-overlay-container {
    position: relative;
    z-index: 5;
}

.floating-contact-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 15px 35px rgba(0,0,0,0.2) !important;
}

.contact-info-sidebar {
    background-color: #001D4A;
    color: white;
}

.bg-white {
    background-color: white;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
    border-color: transparent !important;
}

.hover-button-link {
    transition: all 0.3s ease;
}

    .hover-button-link:hover {
        background-color: transparent !important;
        padding-left: 10px !important;
        color: #e67e17 !important;
    }

.service-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    height: 320px;
    transition: transform 0.4s ease;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: linear-gradient(transparent, rgba(0,0,0,0.95));
    transition: height 0.4s ease;
}

.card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
}

.expand-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Hover Effects */
.service-card:hover {
    transform: translateY(-8px);
}

    .service-card:hover .service-img {
        transform: scale(1.1);
    }

    .service-card:hover .image-overlay {
        height: 100%;
        background: rgba(0, 0, 0, 0.6); /* Tint the whole image on hover */
        backdrop-filter: blur(2px);
    }

    .service-card:hover .expand-content {
        max-height: 150px;
        opacity: 1;
        margin-top: 8px;
    }

.footer-link {
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

    .footer-link:hover {
        color: #ff8c1a !important;
        transform: translateX(4px);
    }

.social-btn:hover {
    color: #ff8c1a !important;
    background-color: rgba(255, 140, 26, 0.1) !important;
}

.nav-link {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #94a3b8 !important;
    transition: all 0.3s ease;
    position: relative;
}

    .nav-link:hover {
        color: white !important;
    }

    .nav-link.active {
        color: white !important;
    }

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff8c1a;
    border-radius: 2px;
}

.stats-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.stats-wrapper .mud-grid-item {
    animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modern-faq .mud-expansion-panel {
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    transition: all 0.3s ease;
}

    .modern-faq .mud-expansion-panel::before {
        display: none; /* Remove the default MudBlazor divider lines */
    }

.modern-faq .mud-expansion-panel-header {
    padding: 20px 24px;
    font-weight: 700 !important;
    font-size: 1.1rem;
}

.modern-faq .mud-expansion-panel:hover {
    border-color: #ff8c1a !important;
    background-color: #fafafa;
}

.modern-faq .mud-expand-icon {
    color: #ff8c1a !important;
}

/* Card Lift Effect */
.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px !important;
}

    .product-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
    }

/* Sidebar Styling */
.filter-item {
    border-radius: 8px;
    margin-bottom: 4px;
}

    .filter-item:hover {
        background-color: var(--mud-palette-action-hover);
    }

/* Search Bar Styling */
.search-bar {
    max-width: 300px;
}

:root {
    --amber: #E8A020;
    --amber-dim: #b87c14;
    --surface: #F4F2EE; /* page background */
    --surface-2: #FFFFFF; /* card background */
    --surface-3: #ECEAE6; /* image placeholder, skeleton */
    --border: #2e3540;
    --text-primary: #1a1a1a;
    --text-muted: #6B6560;
    --text-faint: #A39E99;
    --radius-sm: 6px;
    --radius-md: 10px;
    --transition: 0.22s ease;
}

.catalog-root {
    min-height: 100vh;
    background-color: var(--surface);
    background-image: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(232,160,32,0.07), transparent);
    font-family: 'Barlow', sans-serif;
    color: var(--text-primary);
    padding: 0 0 64px;
}

/* ── Header ─────────────────────────────────────────────────── */

.catalog-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 48px 48px 28px;
    border-bottom: 1px solid var(--border);
    flex-wrap: wrap;
}

.catalog-eyebrow {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 6px;
}

.catalog-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    margin: 0 0 8px;
    color: var(--text-primary);
}

.catalog-subtitle {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
}

/* Override MudBlazor search field for dark theme */
.catalog-search-field .mud-input-outlined .mud-notched-outline {
    border-color: var(--border) !important;
    border-radius: var(--radius-md) !important;
}

.catalog-search-field .mud-input-outlined:hover .mud-notched-outline {
    border-color: var(--amber) !important;
}

.catalog-search-field input {
    color: var(--text-primary) !important;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
}

.catalog-search-field .mud-input-adornment .mud-icon-root {
    color: var(--text-muted) !important;
}

/* ── Body ────────────────────────────────────────────────────── */

.catalog-body {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 0;
    align-items: start;
    padding: 0 48px;
}

/* ── Sidebar ─────────────────────────────────────────────────── */

.catalog-sidebar {
    position: sticky;
    top: 24px;
    padding: 28px 0 28px 0;
    border-right: 1px solid var(--border);
    margin-right: 32px;
    min-height: 60vh;
}

.sidebar-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-faint);
    margin: 0 0 14px;
    padding: 0 16px 0 0;
}

.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px 9px 0;
    font-size: 13.5px;
    color: var(--text-muted);
    cursor: pointer;
    border-radius: var(--radius-sm);
    transition: color var(--transition), background var(--transition);
    position: relative;
}

    .cat-item:hover {
        color: var(--text-primary);
    }

    .cat-item.active {
        color: var(--amber);
        font-weight: 600;
    }

.cat-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--border);
    flex-shrink: 0;
    transition: background var(--transition);
}

.cat-item.active .cat-dot {
    background: var(--amber);
    box-shadow: 0 0 6px rgba(232,160,32,0.6);
}

.cat-count {
    margin-left: auto;
    font-size: 11px;
    color: var(--text-faint);
    font-variant-numeric: tabular-nums;
}

.cat-item.active .cat-count {
    color: var(--amber-dim);
}

/* ── Product Grid ─────────────────────────────────────────────── */

.catalog-main {
    padding: 28px 0;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* ── Product Card ─────────────────────────────────────────────── */

.product-card {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
    display: flex;
    flex-direction: column;
}

    .product-card:hover {
        transform: translateY(-4px);
        border-color: var(--amber);
        box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 0 1px rgba(232,160,32,0.15);
    }

.product-img-wrap {
    position: relative;
    overflow: hidden;
    background: var(--surface-3);
    height: 190px;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    filter: grayscale(20%);
}

.product-card:hover .product-img {
    transform: scale(1.04);
    filter: grayscale(0%);
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(18, 20, 22, 0.82);
    border: 1px solid var(--border);
    backdrop-filter: blur(6px);
    padding: 3px 8px;
    border-radius: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.product-body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
}

.product-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.35;
    margin: 0;
    /* Clamp to 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.product-price {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--amber);
    letter-spacing: -0.01em;
}

.add-btn {
    background: transparent;
    border: 1px solid var(--border);
    color: var(--text-muted);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background var(--transition), color var(--transition), border-color var(--transition);
}

    .add-btn:hover {
        background: var(--amber);
        border-color: var(--amber);
        color: #000;
    }

/* ── Skeleton Loading ─────────────────────────────────────────── */

.skeleton-card {
    pointer-events: none;
    animation: pulse 1.6s ease-in-out infinite;
}

.skeleton-img {
    height: 190px;
    background: var(--surface-3);
}

.skeleton-body {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.skeleton-line {
    height: 12px;
    background: var(--surface-3);
    border-radius: 4px;
    width: 100%;
}

    .skeleton-line.short {
        width: 45%;
    }

    .skeleton-line.medium {
        width: 65%;
    }

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.45;
    }
}

/* ── Empty State ─────────────────────────────────────────────── */

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    text-align: center;
    color: var(--text-muted);
}

.empty-icon {
    font-size: 48px;
    opacity: 0.25;
    margin-bottom: 16px;
    display: block;
}

.empty-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 6px;
}

.empty-sub {
    font-size: 14px;
    margin: 0;
}

/* ── Pagination ──────────────────────────────────────────────── */

.pagination-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.page-info {
    font-size: 12px;
    color: var(--text-faint);
    font-variant-numeric: tabular-nums;
}

/* MudPagination dark override */
.catalog-pagination .mud-pagination-item button {
    color: var(--text-muted) !important;
    border-color: var(--border) !important;
}

.catalog-pagination .mud-pagination-item.mud-pagination-item-selected button {
    background: var(--amber) !important;
    color: #000 !important;
    border-color: var(--amber) !important;
}

/* ── Responsive ──────────────────────────────────────────────── */

@media (max-width: 900px) {
    .catalog-header {
        padding: 32px 24px 20px;
    }

    .catalog-body {
        grid-template-columns: 1fr;
        padding: 0 24px;
    }

    .catalog-sidebar {
        position: static;
        border-right: none;
        border-bottom: 1px solid var(--border);
        margin-right: 0;
        padding: 20px 0;
        min-height: unset;
    }

    .category-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .cat-item {
        background: var(--surface-2);
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 6px 14px;
        font-size: 13px;
    }

        .cat-item.active {
            background: rgba(232,160,32,0.1);
            border-color: var(--amber);
        }

    .cat-dot {
        display: none;
    }

    .cat-count {
        display: none;
    }

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

@media (max-width: 600px) {
    .catalog-header {
        padding: 24px 16px 16px;
        flex-direction: column;
        align-items: flex-start;
    }

    .catalog-body {
        padding: 0 16px;
    }

    .product-img-wrap {
        height: 140px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr); /* already set, no change needed */
    }
}


.cart-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 24px;
}

.cart-content {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 32px;
    margin-top: 24px;
}

.cart-item-card {
    display: flex;
    align-items: center;
    padding: 16px;
    background: white;
    border-radius: 12px;
    margin-bottom: 16px;
    border: 1px solid #eee;
}

.cart-item-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
}

.cart-item-details {
    flex: 1;
}

.item-category {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin: 0;
}

.item-name {
    font-weight: 600;
    font-size: 16px;
    margin: 4px 0;
}

.item-price {
    color: #2c3e50;
    font-weight: 700;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.quantity-picker {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 4px;
}

.qty-display {
    width: 30px;
    text-align: center;
    font-weight: 600;
}

.summary-paper {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #eee;
    background: #fafafa;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    color: #666;
}

    .summary-row.total {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin-top: 12px;
    }

.free-text {
    color: #2e7d32;
    font-size: 14px;
}

@media (max-width: 900px) {
    .cart-content {
        grid-template-columns: 1fr;
    }
}

.success-wrapper {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    padding: 20px;
}

.success-card {
    background: white;
    max-width: 500px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    border: 1px solid #eee;
}

.success-header {
    background: #1a1a1a; /* Dark industrial feel */
    padding: 40px 20px;
    text-align: center;
    color: white;
}

.check-icon-circle {
    width: 60px;
    height: 60px;
    background: #4caf50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.success-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.success-subtitle {
    opacity: 0.8;
    font-size: 14px;
    margin-top: 8px;
}

.success-body {
    padding: 30px;
}

.order-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.info-label {
    display: block;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-value {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

.section-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .steps-list li {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 14px;
        color: #555;
        margin-bottom: 12px;
    }

.success-footer {
    padding: 0 30px 30px;
}

.animate-fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.product-img-wrap {
    position: relative;
    min-height: 200px;
    background-color: #f5f5f5;
}

/* ════════════════════════════════════════════════════════════════════
   MODERN REDESIGN — Home / About / Contact
   ════════════════════════════════════════════════════════════════════ */

:root {
    --brand: #ff8c1a;
    --brand-soft: #fff4e6;
    --brand-deep: #e67e17;
    --ink: #0f1113;
    --ink-2: #16191d;
    --ink-3: #1e2227;
    --line: #e7e9ee;
    --line-dark: #1f242b;
    --paper: #ffffff;
    --paper-2: #f7f8fa;
    --paper-3: #eef0f4;
    --muted: #5b6470;
    --muted-2: #8892a0;
    --text-dark: #1a1a1a;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --shadow-sm: 0 4px 14px rgba(15, 17, 19, 0.06);
    --shadow-md: 0 18px 40px rgba(15, 17, 19, 0.10);
    --shadow-lg: 0 30px 70px rgba(15, 17, 19, 0.18);
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.text-accent { color: var(--brand) !important; }

/* ── Eyebrow label ─────────────────────────────────────────────── */

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--brand);
}

.eyebrow__bar {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--brand);
    border-radius: 2px;
}

.eyebrow--center {
    justify-content: center;
    color: var(--muted);
}

    .eyebrow--center .eyebrow__bar {
        background: var(--line);
    }

.eyebrow--light {
    color: #cbd5e1;
}

    .eyebrow--light .eyebrow__bar {
        background: rgba(255, 255, 255, 0.4);
    }

/* ── Section heading ──────────────────────────────────────────── */

.section-heading {
    text-align: left;
    max-width: 720px;
}

.section-heading--light {
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

    .section-heading--light .eyebrow--center .eyebrow__bar {
        background: rgba(255, 255, 255, 0.25);
    }

.section-heading__title {
    font-weight: 900 !important;
    color: var(--text-dark);
    line-height: 1.15 !important;
    letter-spacing: -1px;
    margin-top: 14px;
    margin-bottom: 0;
}

.section-heading--light .section-heading__title {
    color: #fff;
}

.section-heading__sub {
    color: var(--muted);
    margin: 18px auto 0;
    max-width: 640px;
    line-height: 1.7;
}

/* ── Primary / ghost buttons ──────────────────────────────────── */

.btn-primary {
    background-color: var(--brand) !important;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    text-transform: none;
    padding: 12px 32px !important;
    border-radius: 10px !important;
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
}

    .btn-primary:hover {
        background-color: var(--brand-deep) !important;
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(255, 140, 26, 0.35);
    }

.btn-primary--block {
    width: 100%;
}

.btn-ghost {
    background: transparent !important;
    color: var(--ink) !important;
    border: 1.5px solid var(--ink) !important;
    font-weight: 600 !important;
    text-transform: none;
    padding: 12px 32px !important;
    border-radius: 10px !important;
    transition: all 0.25s var(--ease);
}

    .btn-ghost:hover {
        background: var(--ink) !important;
        color: #fff !important;
    }

/* ─── HERO (Home) ──────────────────────────────────────────────── */

.home-hero {
    position: relative;
    overflow: hidden;
    background: var(--paper-2);
    padding: 140px 0 100px;
    isolation: isolate;
}

.home-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 90% 0%, rgba(255, 140, 26, 0.10), transparent 60%),
        radial-gradient(ellipse 50% 60% at 10% 100%, rgba(15, 17, 19, 0.05), transparent 60%);
    z-index: 0;
}

.home-hero__glow {
    position: absolute;
    width: 480px;
    height: 480px;
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(255, 140, 26, 0.18), transparent 70%);
    border-radius: 50%;
    z-index: 0;
    filter: blur(20px);
}

.home-hero__inner {
    position: relative;
    z-index: 1;
}

.home-hero__content {
    padding-right: 24px;
}

.home-hero__title {
    font-weight: 900 !important;
    color: var(--text-dark);
    line-height: 1.05 !important;
    letter-spacing: -1.5px;
    margin-top: 20px;
    margin-bottom: 0;
}

.home-hero__title-accent {
    display: block;
    color: var(--brand);
    margin-top: 4px;
}

.home-hero__lede {
    color: var(--muted);
    line-height: 1.7 !important;
    font-size: 1.1rem !important;
    max-width: 520px;
    margin-top: 24px !important;
    margin-bottom: 0 !important;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.home-hero__stats {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 56px;
    flex-wrap: wrap;
}

.home-hero__stat {
    display: flex;
    flex-direction: column;
}

.home-hero__stat-value {
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--text-dark);
    letter-spacing: -1px;
    line-height: 1;
}

.home-hero__stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--muted);
    font-weight: 700;
    margin-top: 6px;
}

.home-hero__stat-divider {
    width: 1px;
    height: 36px;
    background: var(--line);
}

.home-hero__media {
    display: flex;
    justify-content: center;
}

.home-hero__image-frame {
    position: relative;
    width: 100%;
    max-width: 460px;
    aspect-ratio: 4 / 5;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background: var(--ink);
}

    .home-hero__image-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.6s var(--ease);
    }

    .home-hero__image-frame:hover img {
        transform: scale(1.04);
    }

.home-hero__image-accent {
    position: absolute;
    bottom: -22px;
    left: -22px;
    width: 60%;
    height: 60%;
    background: var(--brand);
    border-radius: 18px;
    z-index: -1;
    opacity: 0.85;
}

/* ─── Page Hero (About / Contact) ─────────────────────────────── */

.page-hero {
    position: relative;
    overflow: hidden;
    background: var(--ink);
    color: #fff;
    padding: 130px 0 80px;
    text-align: center;
    isolation: isolate;
}

.page-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 70% at 50% 0%, rgba(255, 140, 26, 0.22), transparent 60%),
        linear-gradient(180deg, #0a0c10 0%, #11141a 100%);
    z-index: 0;
}

.page-hero__glow {
    position: absolute;
    width: 600px;
    height: 600px;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(255, 140, 26, 0.20), transparent 70%);
    z-index: 0;
    filter: blur(40px);
}

.page-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
}

.page-hero__title {
    font-weight: 900 !important;
    color: #fff;
    line-height: 1.1 !important;
    letter-spacing: -1.5px;
    margin-top: 18px;
    margin-bottom: 0;
}

.page-hero__lede {
    color: #cbd5e1;
    max-width: 580px;
    margin: 22px auto 0 !important;
    line-height: 1.7 !important;
    font-size: 1.1rem !important;
}

.page-hero__crumbs {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}

.page-hero__crumb {
    color: #cbd5e1 !important;
    text-decoration: none;
    transition: color 0.2s var(--ease);
}

    .page-hero__crumb:hover {
        color: var(--brand) !important;
    }

.page-hero__crumb--active {
    color: var(--brand);
}

.page-hero__crumb-sep {
    color: rgba(255, 255, 255, 0.3);
}

/* ─── Section base ─────────────────────────────────────────────── */

.home-features,
.home-heritage,
.home-services,
.home-stats,
.home-faq,
.home-contact,
.contact-channels-section,
.contact-form-section {
    padding: 110px 0;
}

@media (max-width: 960px) {
    .home-features,
    .home-heritage,
    .home-services,
    .home-stats,
    .home-faq,
    .home-contact,
    .contact-channels-section,
    .contact-form-section {
        padding: 80px 0;
    }
}

.home-features,
.home-services {
    background: var(--paper-2);
}

.home-heritage,
.home-contact,
.contact-channels-section {
    background: var(--paper);
}

/* ─── Feature tile ─────────────────────────────────────────────── */

.feature-tile {
    position: relative;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 32px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

    .feature-tile:hover {
        transform: translateY(-6px);
        border-color: transparent;
        box-shadow: var(--shadow-md);
    }

.feature-tile__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--brand-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
    margin-bottom: 22px;
}

    .feature-tile__icon .mud-icon-root {
        font-size: 1.6rem;
    }

.feature-tile__title {
    font-weight: 800 !important;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.feature-tile__text {
    color: var(--muted);
    line-height: 1.65 !important;
    flex: 1;
    margin-bottom: 22px;
}

.feature-tile__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand);
    font-weight: 700;
    font-size: 0.9rem;
    margin-top: auto;
    transition: gap 0.25s var(--ease);
}

.feature-tile:hover .feature-tile__link {
    gap: 12px;
}

/* ─── Heritage / About image card ─────────────────────────────── */

.image-card {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.image-card__frame {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    background: var(--ink);
}

    .image-card__frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.6s var(--ease);
    }

.image-card:hover .image-card__frame img {
    transform: scale(1.04);
}

.image-card__shape {
    position: absolute;
    top: -24px;
    left: -24px;
    width: 60%;
    height: 60%;
    background: var(--brand-soft);
    border-radius: 24px 80px 24px 80px;
    z-index: 1;
}

.image-card__chip {
    position: absolute;
    z-index: 3;
    left: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--ink);
    color: #fff;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: var(--shadow-md);
}

    .image-card__chip .mud-icon-root {
        color: var(--brand);
    }

.home-heritage__lede {
    color: var(--muted);
    line-height: 1.8 !important;
    font-size: 1.05rem !important;
    max-width: 540px;
    margin-top: 20px !important;
}

.home-heritage__bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
}

.home-heritage__bullet {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-dark);
    font-weight: 600;
}

    .home-heritage__bullet .mud-icon-root {
        font-size: 1.3rem;
    }

/* ─── Services (dark) ──────────────────────────────────────────── */

.home-services {
    background: var(--ink);
    color: #fff;
}

.service-tile {
    position: relative;
    background: var(--ink-2);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-md);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease);
}

    .service-tile:hover {
        transform: translateY(-6px);
        border-color: var(--brand);
        background: var(--ink-3);
    }

.service-tile__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #000;
}

    .service-tile__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.6s var(--ease);
        filter: brightness(0.85);
    }

.service-tile:hover .service-tile__media img {
    transform: scale(1.06);
    filter: brightness(1);
}

.service-tile__body {
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-tile__title {
    color: #fff !important;
    font-weight: 800 !important;
    margin-bottom: 8px;
}

.service-tile__text {
    color: #94a3b8;
    line-height: 1.6 !important;
    margin-bottom: 18px;
    flex: 1;
}

.service-tile__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand);
    font-weight: 700;
    font-size: 0.9rem;
    margin-top: auto;
    transition: gap 0.25s var(--ease);
}

.service-tile:hover .service-tile__link {
    gap: 12px;
}

/* ─── Stats (dark) ─────────────────────────────────────────────── */

.home-stats {
    position: relative;
    background: var(--ink);
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}

.home-stats__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 60% at 50% 0%, rgba(255, 140, 26, 0.18), transparent 70%),
        radial-gradient(ellipse 40% 60% at 0% 100%, rgba(255, 140, 26, 0.10), transparent 70%);
    z-index: 0;
}

.home-stats__inner {
    position: relative;
    z-index: 1;
}

.stat-tile {
    text-align: center;
    padding: 24px 16px;
}

.stat-tile__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 140, 26, 0.12);
    color: var(--brand);
    border-radius: 18px;
}

    .stat-tile__icon .mud-icon-root {
        font-size: 1.8rem;
    }

.stat-tile__value {
    color: #fff !important;
    font-weight: 900 !important;
    letter-spacing: -2px;
    line-height: 1.1 !important;
    margin-top: 18px !important;
}

.stat-tile__label {
    color: var(--brand) !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.9rem !important;
    margin-top: 6px !important;
}

.stat-tile__text {
    color: #94a3b8;
    line-height: 1.6 !important;
    max-width: 260px;
    margin: 10px auto 0 !important;
}

/* ─── FAQ ──────────────────────────────────────────────────────── */

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
    overflow: hidden;
}

    .faq-item:hover {
        border-color: var(--brand);
    }

    .faq-item[open] {
        border-color: var(--brand);
        box-shadow: var(--shadow-sm);
    }

    .faq-item summary {
        list-style: none;
        cursor: pointer;
        padding: 20px 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        font-weight: 700;
        color: var(--text-dark);
        font-size: 1.05rem;
    }

        .faq-item summary::-webkit-details-marker {
            display: none;
        }

.faq-item__icon {
    color: var(--brand);
    transition: transform 0.3s var(--ease);
    flex-shrink: 0;
}

.faq-item[open] .faq-item__icon {
    transform: rotate(45deg);
}

.faq-item__body {
    padding: 0 24px 22px;
    color: var(--muted);
    line-height: 1.7;
}

/* ─── Contact section (homepage CTA) ──────────────────────────── */

.home-contact__lede {
    color: var(--muted);
    line-height: 1.7 !important;
    margin-top: 18px !important;
    max-width: 460px;
}

.contact-channels {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 36px;
}

.contact-channel {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 18px;
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

    .contact-channel:hover {
        border-color: var(--brand);
        transform: translateX(4px);
    }

.contact-channel__icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--brand-soft);
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-channel__label {
    font-weight: 800 !important;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.75rem !important;
}

.contact-channel__value {
    color: var(--muted);
    line-height: 1.4 !important;
    margin-top: 2px !important;
}

.contact-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 36px;
    box-shadow: var(--shadow-sm);
}

.contact-card__title {
    font-weight: 800 !important;
    color: var(--text-dark);
}

/* ─── Contact page — channel cards ─────────────────────────────── */

.channel-card {
    height: 100%;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 32px 28px;
    text-align: center;
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

    .channel-card:hover {
        transform: translateY(-6px);
        border-color: var(--brand);
        box-shadow: var(--shadow-md);
    }

.channel-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--brand-soft);
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

    .channel-card__icon .mud-icon-root {
        font-size: 1.8rem;
    }

.channel-card__title {
    font-weight: 800 !important;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.channel-card__text {
    color: var(--muted);
    line-height: 1.6 !important;
}

.channel-card__link {
    color: var(--brand);
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s var(--ease);
}

    .channel-card__link:hover {
        color: var(--brand-deep);
    }

/* ─── Contact form shell ──────────────────────────────────────── */

.contact-form-section {
    background: var(--paper-2);
}

.contact-shell {
    overflow: hidden !important;
    border-radius: var(--radius-lg) !important;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-md);
}

.contact-form {
    padding: 56px 48px;
    background: var(--paper);
}

.contact-form__title {
    font-weight: 900 !important;
    color: var(--text-dark);
    margin-top: 14px;
}

.contact-form__lede {
    color: var(--muted);
    line-height: 1.6 !important;
    margin-top: 12px !important;
}

.contact-info {
    background: var(--ink);
    color: #fff;
    padding: 56px 44px;
}

.contact-info__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-info__eyebrow {
    color: var(--brand) !important;
    font-weight: 800 !important;
    letter-spacing: 0.22em;
    font-size: 0.75rem !important;
}

.contact-info__title {
    color: #fff !important;
    font-weight: 900 !important;
    margin-top: 8px;
    margin-bottom: 28px;
}

.contact-map {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--line-dark);
    background: var(--ink-2);
}

    .contact-map iframe {
        width: 100%;
        height: 100%;
        display: block;
        filter: invert(0.92) hue-rotate(180deg) saturate(0.6) brightness(0.9);
    }

.contact-hours {
    margin-top: 28px;
    padding: 22px 24px;
    background: var(--ink-2);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-md);
}

.contact-hours__title {
    color: #fff !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.85rem !important;
    margin-bottom: 14px;
}

.contact-hours__row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-top: 1px solid var(--line-dark);
    color: #cbd5e1;
    font-size: 0.9rem;
}

    .contact-hours__row:first-of-type {
        border-top: none;
    }

.contact-hours__time {
    color: #fff;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.contact-hours__time--closed {
    color: #f87171;
}

@media (max-width: 960px) {
    .contact-form,
    .contact-info {
        padding: 40px 28px;
    }
}

/* ─── Form polish (Mud inputs on light backgrounds) ───────────── */

.contact-form .mud-input-control > .mud-input-control-input-container > .mud-input,
.contact-card .mud-input-control > .mud-input-control-input-container > .mud-input {
    border-radius: 10px !important;
}

/* ════════════════════════════════════════════════════════════════════
   PRODUCTS CATALOG
   ════════════════════════════════════════════════════════════════════ */

.catalog-toolbar,
.catalog-body-section {
    padding: 56px 0 110px;
}

.catalog-body-section {
    padding-top: 0;
}

@media (max-width: 960px) {
    .catalog-toolbar,
    .catalog-body-section {
        padding: 32px 0 70px;
    }
}

.catalog-toolbar {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
}

.catalog-toolbar__row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.catalog-toolbar__count {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.catalog-toolbar__count-num {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--text-dark);
    letter-spacing: -1px;
}

.catalog-toolbar__count-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--muted);
    font-weight: 700;
    margin-top: 4px;
}

.catalog-toolbar__search {
    flex: 1;
    min-width: 260px;
    max-width: 460px;
    position: relative;
    margin-left: auto;
}

.catalog-toolbar__search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted) !important;
    pointer-events: none;
}

.catalog-toolbar__search-input {
    width: 100%;
    height: 48px;
    padding: 0 44px 0 48px;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    background: var(--paper-2);
    font-size: 0.95rem;
    color: var(--text-dark);
    font-family: inherit;
    transition: border-color 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

    .catalog-toolbar__search-input::placeholder {
        color: var(--muted-2);
    }

    .catalog-toolbar__search-input:focus {
        outline: none;
        border-color: var(--brand);
        background: var(--paper);
        box-shadow: 0 0 0 4px rgba(255, 140, 26, 0.12);
    }

.catalog-toolbar__search-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: none;
    background: var(--paper-3);
    color: var(--muted);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s var(--ease), color 0.2s var(--ease);
}

    .catalog-toolbar__search-clear:hover {
        background: var(--ink);
        color: #fff;
    }

.catalog-toolbar__sort {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 14px;
    background: var(--paper-2);
    border: 1.5px solid var(--line);
    border-radius: 12px;
    transition: border-color 0.2s var(--ease);
}

    .catalog-toolbar__sort:focus-within {
        border-color: var(--brand);
    }

.catalog-toolbar__sort-icon {
    color: var(--muted) !important;
}

.catalog-toolbar__sort-select {
    border: none;
    background: transparent;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-dark);
    font-family: inherit;
    cursor: pointer;
    outline: none;
    padding-right: 4px;
}

/* ─── Filter panel ─────────────────────────────────────────────── */

.filter-panel {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 24px 22px;
    position: sticky;
    top: 96px;
}

.filter-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}

.filter-panel__title {
    font-weight: 800 !important;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.75rem !important;
}

.filter-panel__reset {
    background: none;
    border: none;
    color: var(--brand);
    font-weight: 700;
    font-size: 0.8rem;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0;
    transition: color 0.2s var(--ease);
}

    .filter-panel__reset:hover {
        color: var(--brand-deep);
    }

.cat-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cat-list__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.92rem;
    color: var(--muted);
    font-weight: 600;
    transition: background 0.2s var(--ease), color 0.2s var(--ease);
}

    .cat-list__item:hover {
        background: var(--paper-2);
        color: var(--text-dark);
    }

    .cat-list__item.is-active {
        background: rgba(255, 140, 26, 0.10);
        color: var(--brand-deep);
    }

.cat-list__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--line);
    flex-shrink: 0;
    transition: background 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.cat-list__item.is-active .cat-list__dot {
    background: var(--brand);
    box-shadow: 0 0 0 4px rgba(255, 140, 26, 0.18);
}

.cat-list__name {
    flex: 1;
}

.cat-list__count {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--muted-2);
    font-variant-numeric: tabular-nums;
    background: var(--paper-2);
    padding: 2px 8px;
    border-radius: 999px;
    transition: background 0.2s var(--ease), color 0.2s var(--ease);
}

.cat-list__item.is-active .cat-list__count {
    background: var(--brand);
    color: #fff;
}

/* ─── Product grid ─────────────────────────────────────────────── */

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

@media (max-width: 1100px) {
    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .catalog-grid {
        grid-template-columns: 1fr;
    }
}

.product-tile {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

    .product-tile:hover {
        transform: translateY(-6px);
        border-color: transparent;
        box-shadow: var(--shadow-md);
    }

    .product-tile:hover .product-tile__overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .product-tile:hover .product-tile__media img {
        transform: scale(1.06);
    }

.product-tile--skeleton {
    pointer-events: none;
}

.product-tile__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--paper-3);
}

    .product-tile__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.6s var(--ease);
    }

.product-tile__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted-2);
}

    .product-tile__placeholder .mud-icon-root {
        font-size: 3rem;
    }

.product-tile__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 10px;
    background: rgba(15, 17, 19, 0.82);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 6px;
    backdrop-filter: blur(6px);
    z-index: 2;
}

.product-tile__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.55) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s var(--ease);
    z-index: 3;
}

.product-tile__quick {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--brand);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

    .product-tile__quick:hover:not(:disabled) {
        background: var(--brand-deep);
        transform: translateY(-1px);
    }

    .product-tile__quick:disabled {
        background: rgba(15, 17, 19, 0.5);
        cursor: not-allowed;
    }

.product-tile__body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.product-tile__name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.35;
    margin: 4px 0 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}

.product-tile__sku {
    font-size: 0.75rem;
    color: var(--muted-2);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.product-tile__footer {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-tile__price {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--brand);
    letter-spacing: -0.5px;
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
}

.product-tile__price-currency {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--muted);
}

/* ─── Stock pill ───────────────────────────────────────────────── */

.stock-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 10px;
    border-radius: 999px;
    align-self: flex-start;
}

    .stock-pill::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: currentColor;
    }

    .stock-pill.is-in {
        color: #15803d;
        background: rgba(34, 197, 94, 0.12);
    }

    .stock-pill.is-low {
        color: #b45309;
        background: rgba(245, 158, 11, 0.14);
    }

    .stock-pill.is-out {
        color: #b91c1c;
        background: rgba(239, 68, 68, 0.12);
    }

/* ─── Pagination ───────────────────────────────────────────────── */

.catalog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid var(--line);
}

.catalog-pagination__nav {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--paper);
    border: 1.5px solid var(--line);
    color: var(--text-dark);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 9px 16px;
    border-radius: 10px;
    cursor: pointer;
    flex: 0 0 auto;
    transition: border-color 0.2s var(--ease), color 0.2s var(--ease), background 0.2s var(--ease);
}

    .catalog-pagination__nav:hover:not(:disabled) {
        border-color: var(--brand);
        color: var(--brand);
    }

    .catalog-pagination__nav:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

.catalog-pagination__pages {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

.catalog-pagination__page {
    min-width: 40px;
    height: 40px;
    border: 1.5px solid var(--line);
    background: var(--paper);
    color: var(--muted);
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 10px;
    font-variant-numeric: tabular-nums;
    flex: 0 0 auto;
    transition: border-color 0.2s var(--ease), color 0.2s var(--ease), background 0.2s var(--ease);
}

    .catalog-pagination__page:hover {
        border-color: var(--brand);
        color: var(--brand);
    }

    .catalog-pagination__page.is-active {
        background: var(--brand);
        border-color: var(--brand);
        color: #fff;
    }

.catalog-pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 40px;
    color: var(--muted-2);
    font-weight: 700;
    user-select: none;
}

/* ════════════════════════════════════════════════════════════════════
   CART
   ════════════════════════════════════════════════════════════════════ */

.cart-section {
    padding: 80px 0 120px;
    background: var(--paper-2);
}

@media (max-width: 960px) {
    .cart-section {
        padding: 48px 0 80px;
    }
}

/* ─── Empty cart ───────────────────────────────────────────────── */

.empty-cart {
    max-width: 480px;
    margin: 40px auto;
    text-align: center;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 64px 32px;
}

.empty-cart__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: var(--brand-soft);
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .empty-cart__icon .mud-icon-root {
        font-size: 2.2rem;
    }

.empty-cart__title {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--text-dark);
    margin: 0 0 10px;
    letter-spacing: -0.5px;
}

.empty-cart__text {
    color: var(--muted);
    line-height: 1.6;
    margin: 0 0 28px;
}

/* ─── Cart line items ──────────────────────────────────────────── */

.cart-items {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.cart-items__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    background: var(--paper-2);
    border-bottom: 1px solid var(--line);
}

.cart-items__heading {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--text-dark);
}

.cart-items__count {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--brand);
}

.cart-line {
    display: grid;
    grid-template-columns: 110px 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 24px;
    border-top: 1px solid var(--line);
}

    .cart-line:first-of-type {
        border-top: none;
    }

@media (max-width: 700px) {
    .cart-line {
        grid-template-columns: 90px 1fr;
        gap: 16px;
    }

    .cart-line__controls {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.cart-line__media {
    width: 110px;
    height: 110px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--paper-3);
    flex-shrink: 0;
}

@media (max-width: 700px) {
    .cart-line__media {
        width: 90px;
        height: 90px;
    }
}

    .cart-line__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.cart-line__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted-2);
}

    .cart-line__placeholder .mud-icon-root {
        font-size: 2rem;
    }

.cart-line__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.cart-line__category {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--brand);
}

.cart-line__name {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text-dark);
    margin: 2px 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-line__sku {
    font-size: 0.72rem;
    color: var(--muted-2);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cart-line__unit-price {
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 600;
    margin-top: 4px;
}

.cart-line__unit-each {
    color: var(--muted-2);
    font-weight: 500;
    font-size: 0.8rem;
}

.cart-line__controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    min-width: 180px;
}

@media (max-width: 700px) {
    .cart-line__controls {
        min-width: 0;
        align-items: stretch;
    }
}

.cart-line__price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.cart-line__price-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--muted-2);
    font-weight: 700;
}

.cart-line__price-value {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--text-dark);
    letter-spacing: -0.5px;
    font-variant-numeric: tabular-nums;
}

.cart-line__remove {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    padding: 4px 0;
    transition: color 0.2s var(--ease);
}

    .cart-line__remove:hover {
        color: #b91c1c;
    }

@media (max-width: 700px) {
    .cart-line__remove {
        align-self: flex-start;
    }
}

/* ─── Quantity stepper ─────────────────────────────────────────── */

.qty-stepper {
    display: inline-flex;
    align-items: center;
    background: var(--paper-2);
    border: 1.5px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    height: 40px;
}

.qty-stepper__btn {
    width: 36px;
    height: 100%;
    background: transparent;
    border: none;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s var(--ease), color 0.15s var(--ease);
}

    .qty-stepper__btn:hover {
        background: var(--brand);
        color: #fff;
    }

.qty-stepper__value {
    min-width: 40px;
    text-align: center;
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--text-dark);
    font-variant-numeric: tabular-nums;
}

/* ─── Continue shopping ────────────────────────────────────────── */

.cart-continue {
    margin: 24px 0 32px;
}

.cart-continue__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted) !important;
    font-weight: 700;
    font-size: 0.9rem;
    transition: color 0.2s var(--ease), gap 0.2s var(--ease);
}

    .cart-continue__link:hover {
        color: var(--brand) !important;
        gap: 12px;
    }

/* ─── Shipping form panel ──────────────────────────────────────── */

.cart-shipping {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 32px 28px;
}

.cart-shipping__head {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-dark);
    margin-bottom: 24px;
}

    .cart-shipping__head .mud-icon-root {
        color: var(--brand);
        font-size: 1.4rem;
    }

    .cart-shipping__head h3 {
        font-size: 1.1rem;
        font-weight: 800;
        margin: 0;
        color: var(--text-dark);
    }

.cart-shipping__subhead {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--brand);
    margin: 8px 0 4px;
}

/* ─── Order summary ────────────────────────────────────────────── */

.cart-summary {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 32px 28px;
    position: sticky;
    top: 96px;
}

.cart-summary__title {
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--text-dark);
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.cart-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 0.95rem;
    color: var(--muted);
}

.cart-summary__row-value {
    color: var(--text-dark);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.cart-summary__divider {
    height: 1px;
    background: var(--line);
    margin: 12px 0;
}

.cart-summary__total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 6px 0 18px;
    font-weight: 800;
    color: var(--text-dark);
    font-size: 1rem;
}

.cart-summary__total-value {
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -1px;
    font-variant-numeric: tabular-nums;
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    color: var(--text-dark);
}

.cart-summary__total-currency {
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 700;
}

.cart-summary__perks {
    list-style: none;
    margin: 20px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .cart-summary__perks li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.85rem;
        color: var(--muted);
    }

        .cart-summary__perks li .mud-icon-root {
            color: var(--brand);
        }

.cart-summary__alert {
    margin-top: 18px;
    padding: 12px 14px;
    background: rgba(239, 68, 68, 0.08);
    color: #b91c1c;
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

