:root {
    --promo-blue: #007aff;
    --promo-blue-dark: #0051a8;
    --promo-bg: #fafafa;
    --promo-panel: rgba(255,255,255,.9);
    --promo-panel-strong: rgba(255,255,255,.97);
    --promo-text: #111114;
    --promo-muted: #6d6d75;
    --promo-border: rgba(0,0,0,.08);
    --promo-shadow: 0 10px 28px rgba(0,0,0,.045);
    --promo-shadow-strong: 0 22px 54px rgba(0,0,0,.10);
    --primary: var(--promo-text);
    --primary-light: #2f3034;
    --accent: var(--promo-blue);
    --accent-light: rgba(0,122,255,.10);
    --bg-light: var(--promo-bg);
    --text-dark: var(--promo-text);
    --text-medium: var(--promo-muted);
    --text-light: #9a9aa2;
    --border-subtle: var(--promo-border);
    --white: #ffffff;
    --shadow-sm: var(--promo-shadow);
    --shadow-hover: var(--promo-shadow-strong);
    --transition: all .22s ease;
}

html body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif !important;
    color: var(--promo-text) !important;
    background:
        radial-gradient(circle at 50% -10%, rgba(255,255,255,.98) 0, rgba(247,247,248,.94) 36%, transparent 62%),
        linear-gradient(180deg, #fafafa 0%, #ffffff 58%, #f5f5f7 100%) !important;
    background-attachment: fixed !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body::before { content: none !important; }

body h1,
body h2,
body h3,
body h4,
body .page-title,
body .section-title,
body .collection-banner h1,
body .hero-banner h1,
body .product-details h1,
body .accordion-button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif !important;
    letter-spacing: -0.052em !important;
}

body .container {
    width: min(1280px, calc(100% - 36px));
    max-width: 1280px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.site-header.header {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(251,251,253,.78) !important;
    backdrop-filter: saturate(180%) blur(24px);
    box-shadow: none !important;
    border-bottom: 1px solid rgba(0,0,0,.08) !important;
}

.site-header .header-topline {
    min-height: 38px;
    background: rgba(255,255,255,.32) !important;
    border-bottom: 1px solid rgba(0,0,0,.05) !important;
    color: var(--promo-muted) !important;
    font-size: 11px;
}

.site-header .header-topline-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.site-header .header-topline a {
    color: var(--promo-text) !important;
    text-decoration: none;
    font-weight: 650;
}

.site-header .header-main,
.site-header .header-container {
    min-height: 74px;
    display: flex !important;
    align-items: center !important;
    gap: 22px;
    padding: 14px 0 !important;
}

.site-header .logo,
.site-header .header-brand { padding-left: 0 !important; }
.site-header .logo::before { display: none !important; }

.site-header .brand-lockup {
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-decoration: none !important;
}

.site-header .brand-kicker {
    color: var(--promo-muted) !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase;
}

.site-header .logo-text {
    color: var(--promo-text) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif !important;
    font-size: 26px !important;
    line-height: 1 !important;
    letter-spacing: -.045em !important;
    font-weight: 700 !important;
}

.site-header .nav { margin-left: auto; }
.site-header .nav ul {
    display: flex;
    align-items: center;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.site-header .nav a,
.site-header .dropdown-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 13px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    color: #1d1d1f !important;
    background: transparent !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    cursor: pointer;
}

.site-header .nav a:hover,
.site-header .nav a.active,
.site-header .dropdown-toggle:hover {
    color: #111114 !important;
    background: rgba(0,0,0,.04) !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.site-header .dropdown { position: relative; }
.site-header .dropdown-menu {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: calc(100% + 12px) !important;
    min-width: 280px !important;
    max-height: 68vh;
    overflow: auto;
    padding: 10px !important;
    margin: 0 !important;
    background: rgba(255,255,255,.96) !important;
    border: 1px solid var(--promo-border) !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 46px rgba(0,0,0,.10) !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    z-index: 2000;
}

.site-header .dropdown:hover .dropdown-menu,
.site-header .dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.site-header .dropdown-item {
    display: block !important;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    color: var(--promo-text) !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.site-header .dropdown-item:hover { background: #f5f5f7 !important; color: var(--promo-blue) !important; }
.site-header .dropdown-divider { height: 1px; margin: 8px !important; background: var(--promo-border) !important; }

.site-header .header-actions,
.site-header .header-icons { display: flex; align-items: center; gap: 12px !important; }
.site-header .header-search,
.site-header .search-container { position: relative; }
.site-header .search-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: #8e8e93 !important; pointer-events: none; }
.site-header .search-input {
    width: 220px !important;
    min-height: 42px;
    padding: 0 16px 0 42px !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    border-radius: 999px !important;
    outline: none;
    color: var(--promo-text) !important;
    background: rgba(255,255,255,.72) !important;
    transition: .2s ease;
    box-shadow: none !important;
}
.site-header .search-input::placeholder { color: #9c9ca3 !important; }
.site-header .search-input:focus { width: 260px !important; border-color: rgba(0,122,255,.32) !important; box-shadow: 0 0 0 4px rgba(0,122,255,.10) !important; background: rgba(255,255,255,.94) !important; }
.site-header .cart-icon { position: relative; width: 42px; height: 42px; display: inline-flex !important; align-items: center; justify-content: center; border-radius: 999px !important; color: #fff !important; background: #111114 !important; box-shadow: 0 10px 22px rgba(0,0,0,.10) !important; text-decoration: none; }
.site-header .cart-count { position: absolute; top: -5px; right: -4px; min-width: 18px; width: auto !important; height: 18px; padding: 0 5px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid #fff !important; border-radius: 999px !important; background: var(--promo-blue) !important; color: #fff !important; font-size: 10px; font-weight: 800; }
.site-header .mobile-toggle { display: none; margin-left: auto; color: var(--promo-text) !important; font-size: 24px; cursor: pointer; }

body .btn,
body .btn-primary,
body .btn-secondary,
body .btn-primary-custom,
body .add-to-cart-btn,
body .footer-cta,
body .footer-ghost,
body .btn-cancel,
body .btn-modal-submit,
body .btn-modal-cancel {
    border-radius: 999px !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
body .btn-primary,
body .btn-primary-custom,
body .add-to-cart-btn,
body .footer-cta,
body .btn-modal-submit {
    color: #fff !important;
    border: 0 !important;
    background: var(--promo-blue) !important;
    box-shadow: 0 13px 26px rgba(0,122,255,.16) !important;
}
body .btn-secondary,
body .footer-ghost,
body .btn-cancel,
body .btn-modal-cancel {
    color: var(--promo-text) !important;
    border: 1px solid var(--promo-border) !important;
    background: rgba(255,255,255,.78) !important;
    box-shadow: none !important;
}
body .btn:hover,
body .btn-primary-custom:hover,
body .add-to-cart-btn:hover,
body .footer-cta:hover,
body .footer-ghost:hover { transform: translateY(-1px); }

body .hero-banner,
body .page-hero,
body .collection-banner,
body .promo-page-hero {
    position: relative;
    overflow: hidden;
    margin: 24px auto 14px !important;
    width: min(1280px, calc(100% - 36px));
    padding: 52px 46px !important;
    border-radius: 42px !important;
    color: var(--promo-text) !important;
    text-align: left !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,246,248,.88)),
        radial-gradient(circle at 78% 18%, rgba(0,122,255,.12), transparent 34%) !important;
    border: 1px solid rgba(0,0,0,.05) !important;
    box-shadow: 0 22px 58px rgba(0,0,0,.075) !important;
}
body .hero-banner::before,
body .page-hero::before,
body .collection-banner::before,
body .promo-page-hero::before { content: none !important; }
body .hero-banner > .container,
body .page-hero > .container,
body .collection-banner > .container,
body .promo-page-hero > .container { position: relative; z-index: 1; }
body .hero-banner h1,
body .page-hero h1,
body .collection-banner h1,
body .promo-page-hero h1 {
    max-width: 860px;
    margin: 0 0 16px !important;
    color: var(--promo-text) !important;
    font-size: clamp(44px, 5.2vw, 78px) !important;
    line-height: .94 !important;
    font-weight: 760 !important;
}
body .hero-banner p,
body .page-hero p,
body .collection-banner p,
body .promo-page-hero p {
    max-width: 760px;
    color: var(--promo-muted) !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
}

.promo-content-section,
.about-intro,
.contact-section,
.why-choose-section,
.products-section,
.product-section,
.specifications { padding: 28px 0 72px !important; }

.promo-panel,
.promo-card,
.about-features,
.mission-statement,
.contact-card,
.contact-form,
.business-hours,
.category-sidebar,
.products-content,
.results-header,
.product-card,
.related-products,
.product-gallery,
.product-details,
.accordion-item,
.no-results,
.process-box,
.cta-content {
    background: var(--promo-panel) !important;
    border: 1px solid var(--promo-border) !important;
    border-radius: 28px !important;
    box-shadow: var(--promo-shadow) !important;
}

.promo-grid-2 { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 20px; align-items: start; }
.promo-grid-3, .contact-cards, .feature-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px !important; }
.promo-panel, .promo-card { padding: 24px; }
.promo-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--promo-blue); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.promo-panel h2, .promo-card h3, .contact-card h3, .about-features h3, .mission-statement h3, .process-box h3 { color: var(--promo-text) !important; }
.promo-panel p, .promo-card p, .about-text p, .contact-card p, .business-hours p, .process-step p { color: var(--promo-muted) !important; line-height: 1.72 !important; }
.promo-list { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.promo-list li, .benefits-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--promo-muted) !important; }
.promo-list i, .benefits-list i, .feature-icon, .contact-icon { color: var(--promo-blue) !important; }

.category-container { display: grid !important; grid-template-columns: 300px minmax(0, 1fr) !important; gap: 20px !important; align-items: start; }
.category-sidebar { position: sticky !important; top: 104px !important; padding: 20px !important; }
.products-content, .results-header { padding: 20px !important; }
.products-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 16px !important; }
.product-card { overflow: hidden !important; border-radius: 24px !important; transition: transform .2s ease, box-shadow .2s ease !important; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--promo-shadow-strong) !important; }
.product-image { background: linear-gradient(180deg, #fbfbfc, #f4f4f6) !important; border-bottom: 1px solid var(--promo-border) !important; }
.product-title, .current-price, .results-header h2, .sidebar-section h3 { color: var(--promo-text) !important; }
.product-category, .results-kicker { color: var(--promo-blue) !important; }
.form-control, .form-select, .price-input, .quantity-input, textarea { border: 1px solid var(--promo-border) !important; border-radius: 14px !important; background: rgba(255,255,255,.92) !important; color: var(--promo-text) !important; }
.form-control:focus, .form-select:focus, .price-input:focus, .quantity-input:focus, textarea:focus { border-color: rgba(0,122,255,.35) !important; box-shadow: 0 0 0 4px rgba(0,122,255,.08) !important; }

.about-intro,
.why-choose-section,
.contact-section,
.cta-section,
.product-section,
.specifications { padding: 28px 0 72px !important; }

.about-content,
.why-choose-content,
.contact-container,
.product-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 20px !important;
    align-items: start;
}

.about-content > div:first-child,
.why-choose-content > div:first-child,
.contact-form,
.business-hours,
.process-box,
.mission-statement,
.cta-content,
.product-gallery,
.product-details,
.related-products,
.accordion-item,
.specifications .container > h2 {
    background: var(--promo-panel) !important;
    border: 1px solid var(--promo-border) !important;
    border-radius: 28px !important;
    box-shadow: var(--promo-shadow) !important;
}

.about-content > div:first-child,
.why-choose-content > div:first-child,
.contact-form,
.business-hours,
.process-box,
.mission-statement,
.cta-content { padding: 24px !important; }

.stat-banner,
.contact-info-bar,
.hero-buttons { display: flex !important; flex-wrap: wrap; gap: 12px !important; margin-top: 24px !important; }
.stat-item,
.contact-info-item,
.feature-item,
.contact-card,
.process-step {
    flex: 1 1 180px;
    padding: 16px;
    background: rgba(255,255,255,.88) !important;
    border: 1px solid var(--promo-border) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.035) !important;
}
.stat-number { display: block; color: var(--promo-text); font-size: 18px; font-weight: 760; }
.stat-label { color: var(--promo-muted); font-size: 13px; }
.about-features h3,
.mission-statement h3,
.process-box h3,
.business-hours h3,
.contact-card h3,
.section-title h2,
.why-choose-content h2,
.page-title,
.cta-content h2 { color: var(--promo-text) !important; }
.feature-grid,
.contact-cards { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px !important; margin-top: 18px; }
.benefits-list { list-style: none; padding: 0 !important; margin: 18px 0 0 !important; display: grid; gap: 12px; }
.process-step h4,
.feature-item h4 { margin-bottom: 8px; color: var(--promo-text) !important; font-size: 16px; }
.form-intro,
.contact-form p,
.business-hours p,
.cta-content p,
.page-subtitle,
.why-choose-content p,
.about-text p { color: var(--promo-muted) !important; }
.contact-container { grid-template-columns: minmax(0, 1.05fr) minmax(320px, .85fr); }
.contact-form .form-group + .form-group,
.contact-form .mb-3 + .mb-3 { margin-top: 14px; }
.cta-section { padding-top: 0 !important; }
.cta-content { text-align: center; }

.breadcrumb-nav {
    width: min(1280px, calc(100% - 36px));
    margin: 18px auto 0;
    padding: 14px 20px !important;
    border-radius: 18px;
    background: rgba(255,255,255,.90) !important;
    border: 1px solid var(--promo-border) !important;
    box-shadow: var(--promo-shadow) !important;
}
.breadcrumb-nav::before { content: none !important; }
.breadcrumb-nav a { color: var(--promo-text); text-decoration: none; font-weight: 650; }
.product-section { width: min(1280px, calc(100% - 36px)); margin: 0 auto; }
.product-container { grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 20px; }
.product-gallery,
.product-details,
.related-products,
.specifications .container > h2 { padding: 24px !important; }
.thumbnail-gallery,
.related-products-container,
.price-table,
.specs-container { display: grid; gap: 12px; }
.related-products-container { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.site-footer.footer {
    margin-top: 18px !important;
    padding: 34px 0 22px !important;
    border: 0 !important;
    border-top: 1px solid rgba(0,0,0,.08) !important;
    background: rgba(255,255,255,.86) !important;
    backdrop-filter: blur(14px);
    color: var(--promo-muted) !important;
}
.site-footer .footer-accent { display: none !important; }
.site-footer .footer-shell { display: grid !important; grid-template-columns: 1.1fr .8fr .9fr !important; gap: 20px !important; }
.site-footer .footer-brand-panel, .site-footer .footer-link-panel, .site-footer .footer-contact-card { padding: 0 !important; background: transparent !important; border: 0 !important; box-shadow: none !important; }
.site-footer h3, .site-footer h4 { color: var(--promo-text) !important; }
.site-footer h4, .site-footer .footer-eyebrow { font-size: 12px !important; font-weight: 750 !important; letter-spacing: .12em !important; text-transform: uppercase; }
.site-footer p, .site-footer a, .site-footer span, .site-footer .footer-bottom-note { color: var(--promo-muted) !important; }
.site-footer a { text-decoration: none !important; }
.site-footer a:hover { color: var(--promo-text) !important; }
.site-footer .footer-link-panel, .site-footer .footer-contact-grid, .site-footer .footer-links, .site-footer .footer-link-group { display: grid !important; gap: 10px !important; }
.site-footer .footer-contact-row { display: flex !important; gap: 10px; align-items: flex-start; }
.site-footer .footer-contact-row i { margin-top: 2px; color: var(--promo-blue) !important; }
.site-footer .footer-bottom { display: flex !important; justify-content: space-between; gap: 18px; align-items: center; margin-top: 24px !important; padding-top: 18px !important; border-top: 1px solid rgba(0,0,0,.06) !important; color: var(--promo-muted) !important; font-size: 13px; }

@media (max-width: 1180px) {
    .promo-grid-2,
    .category-container,
    .about-content,
    .why-choose-content,
    .contact-container,
    .product-container,
    .site-footer .footer-shell { grid-template-columns: 1fr !important; }
    .category-sidebar { position: static !important; }
}

@media (max-width: 992px) {
    .site-header .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; margin-left: 0; background: rgba(251,251,253,.96) !important; border-top: 1px solid rgba(0,0,0,.08); padding: 16px 0 20px; }
    .site-header .nav.active { display: block; }
    .site-header .nav ul { flex-direction: column; align-items: stretch; padding: 0 16px !important; }
    .site-header .nav a, .site-header .dropdown-toggle { width: 100%; justify-content: space-between; }
    .site-header .dropdown { width: 100%; }
    .site-header .dropdown-menu { position: static !important; min-width: 100% !important; margin-top: 10px !important; opacity: 1; visibility: visible; transform: none; pointer-events: auto; display: none !important; }
    .site-header .dropdown.open .dropdown-menu { display: block !important; }
    .site-header .mobile-toggle { display: block !important; }
    .site-header .header-actions, .site-header .header-icons { display: none !important; }
    .promo-grid-3, .contact-cards, .feature-grid, .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 640px) {
    body .container,
    body .hero-banner,
    body .page-hero,
    body .collection-banner,
    body .promo-page-hero,
    .breadcrumb-nav,
    .product-section { width: min(100% - 20px, 1280px); }
    body .hero-banner,
    body .page-hero,
    body .collection-banner,
    body .promo-page-hero { padding: 38px 20px !important; border-radius: 28px !important; }
    body .hero-banner h1,
    body .page-hero h1,
    body .collection-banner h1,
    body .promo-page-hero h1 { font-size: clamp(38px, 13vw, 54px) !important; }
    .promo-grid-3, .contact-cards, .feature-grid, .products-grid, .related-products-container { grid-template-columns: 1fr !important; }
    .site-footer .footer-bottom { flex-direction: column; align-items: flex-start; }
}
/* Home insight layout */
.why-choose-wrap {
    display: grid !important;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 20px !important;
    align-items: stretch;
}
.why-choose-lead {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.why-choose-lead p {
    color: var(--promo-muted) !important;
    line-height: 1.72 !important;
}
.why-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.why-pill-row span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(0,122,255,.08);
    color: var(--promo-blue);
    font-size: 12px;
    font-weight: 650;
}
.why-choose-cards {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px !important;
}
.why-card {
    padding: 22px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.why-card h3 {
    margin: 0 0 10px;
    color: var(--promo-text) !important;
    font-size: 20px;
    letter-spacing: -.03em !important;
}
.why-card p {
    margin: 0;
    color: var(--promo-muted) !important;
    line-height: 1.65 !important;
}
.why-card-cta {
    background: rgba(0,122,255,.06) !important;
    border-color: rgba(0,122,255,.14) !important;
}
@media (max-width: 992px) {
    .why-choose-wrap,
    .why-choose-cards { grid-template-columns: 1fr !important; }
}
/* Dropdown hover stability */
.site-header .dropdown::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
    display: block;
}
.site-header .dropdown:hover,
.site-header .dropdown.open {
    z-index: 2100;
}
.site-header .dropdown:hover .dropdown-toggle,
.site-header .dropdown.open .dropdown-toggle {
    background: rgba(0,0,0,.04) !important;
}
/* Stable cart SVG icon fallback */
.cart-icon svg,
.cart-svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: block;
}
