:root {
    --brand: #352788;
    --brand-deep: #21175f;
    --brand-soft: #eeeafd;
    --accent: #ef4036;
    --ink: #171a24;
    --muted: #687082;
    --surface: #f5f6fa;
    --line: #e4e6ef;
    --shadow: 0 18px 45px rgba(26, 20, 75, .10);
}

html { scroll-behavior: smooth; }
body { color: var(--ink); font-size: 1rem; background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 9999; background: #fff; padding: .75rem 1rem; border-radius: .5rem; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.utility-bar { color: #d9d6f4; background: var(--brand-deep); font-size: .875rem; }
.utility-bar a:hover { color: #fff; }
.navbar { min-height: 84px; }
.navbar .nav-link { color: #333747; font-weight: 600; padding: .65rem .9rem !important; border-radius: .6rem; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--brand); background: var(--brand-soft); }
.dropdown-menu { min-width: 18rem; border-radius: 1rem; }
.dropdown-item { padding: .65rem .8rem; border-radius: .55rem; }
.dropdown-item:hover { color: var(--brand); background: var(--brand-soft); }
.brand-mark { display: inline-flex; align-items: center; gap: .7rem; line-height: 1; }
.brand-mark strong { display: block; color: var(--brand); font-size: 1.65rem; letter-spacing: -.04em; }
.brand-mark small { display: block; margin-top: .25rem; color: var(--muted); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-symbol { width: 2.65rem; height: 2.65rem; display: grid; place-items: center; color: #fff; background: var(--brand); border-radius: .75rem .75rem .75rem .2rem; font-weight: 900; font-size: 1.5rem; }
.cart-button { display: inline-flex; align-items: center; gap: .5rem; color: #fff; background: var(--brand); border-radius: 999px; padding: .66rem .9rem; font-weight: 700; white-space: nowrap; }
.cart-button:hover { color: #fff; background: var(--brand-deep); }
.cart-count { min-width: 1.45rem; height: 1.45rem; display: grid; place-items: center; color: var(--brand); background: #fff; border-radius: 50%; font-size: .75rem; }

.hero-carousel { background: var(--brand-deep); overflow: hidden; }
.hero-slide { min-height: 570px; color: #fff; display: flex; align-items: center; position: relative; isolation: isolate; }
.hero-slide::before { content: ''; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 80% 30%, rgba(119, 99, 214, .7), transparent 32%), linear-gradient(115deg, #1d1558 0%, #392b91 58%, #271d69 100%); }
.hero-slide::after { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .23; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, transparent, #000); }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: var(--accent); font-size: .83rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 1.8rem; height: 2px; background: currentColor; }
.hero-title { max-width: 11ch; margin: 1rem 0 1.25rem; font-size: clamp(2.65rem, 6vw, 5rem); line-height: .98; font-weight: 800; letter-spacing: -.055em; }
.hero-copy { max-width: 34rem; color: #e1def7; font-size: 1.125rem; line-height: 1.7; }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 2rem; }
.btn-brand { color: #fff; background: var(--accent); border-color: var(--accent); border-radius: .75rem; padding: .8rem 1.15rem; font-weight: 700; }
.btn-brand:hover { color: #fff; background: #d9342c; border-color: #d9342c; }
.btn-outline-light { border-radius: .75rem; padding: .8rem 1.15rem; font-weight: 700; }
.hero-product { position: relative; display: grid; place-items: center; min-height: 430px; }
.hero-product::before { content: ''; position: absolute; width: 390px; height: 390px; max-width: 90%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: inset 0 0 0 45px rgba(255,255,255,.035), inset 0 0 0 90px rgba(255,255,255,.025); }
.hero-product img { position: relative; width: min(430px, 95%); height: 390px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 24px 24px rgba(0,0,0,.25)); border-radius: 50%; }
.carousel-indicators [data-bs-target] { width: 2rem; height: .25rem; border: 0; border-radius: 999px; }

.section-space { padding: 5rem 0; }
.section-heading { max-width: 44rem; margin-bottom: 2rem; }
.section-heading h2, .page-heading h1 { margin: .65rem 0 .85rem; font-weight: 800; letter-spacing: -.04em; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3rem); }
.section-heading p, .page-heading p { color: var(--muted); font-size: 1.06rem; line-height: 1.75; }
.category-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 1.25rem; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card-image { aspect-ratio: 16/10; background: var(--surface); overflow: hidden; }
.category-card-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.category-card:hover img { transform: scale(1.035); }
.category-card-body { padding: 1.35rem; }
.category-card h3 { font-size: 1.15rem; font-weight: 800; }
.category-card p { min-height: 4.5em; color: var(--muted); line-height: 1.55; }
.arrow-link { color: var(--brand); font-weight: 800; }
.arrow-link i { transition: transform .2s ease; }
.arrow-link:hover i { transform: translateX(4px); }
.product-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 1.25rem; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { position: relative; aspect-ratio: 1.2/1; display: grid; place-items: center; overflow: hidden; background: linear-gradient(180deg, #fbfbfd, #f0f1f7); }
.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-badge { position: absolute; left: 1rem; top: 1rem; color: #fff; background: var(--brand); border-radius: 999px; padding: .35rem .65rem; font-size: .75rem; font-weight: 800; }
.product-card-body { padding: 1.25rem; }
.product-sku { color: var(--accent); font-weight: 800; letter-spacing: .05em; font-size: .8rem; }
.product-card h3 { margin: .4rem 0 .6rem; font-size: 1.12rem; font-weight: 800; }
.product-card p { color: var(--muted); line-height: 1.6; }
.value-strip { color: #fff; background: var(--brand); border-radius: 1.5rem; padding: 2rem; }
.value-item { display: flex; gap: 1rem; align-items: flex-start; }
.value-icon { flex: 0 0 auto; width: 3.25rem; height: 3.25rem; display: grid; place-items: center; color: var(--brand); background: #fff; border-radius: 1rem; font-size: 1.35rem; }
.value-item h3 { margin: 0 0 .35rem; font-size: 1rem; font-weight: 800; }
.value-item p { margin: 0; color: #ddd9f5; font-size: .9rem; }

.page-hero { padding: 4.5rem 0; background: linear-gradient(125deg, #f1effd, #fff 60%); border-bottom: 1px solid var(--line); }
.breadcrumb { --bs-breadcrumb-divider-color: #9a9eaa; --bs-breadcrumb-item-active-color: var(--muted); font-size: .9rem; }
.page-heading { max-width: 50rem; }
.page-heading h1 { font-size: clamp(2.35rem, 5vw, 4rem); }
.search-panel { margin-top: -2rem; position: relative; z-index: 2; }
.search-shell { display: flex; align-items: center; gap: .75rem; padding: .75rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); }
.search-shell input { border: 0; box-shadow: none !important; font-size: 1rem; }
.empty-state { padding: 4rem 2rem; text-align: center; border: 1px dashed #c7c9d4; border-radius: 1rem; background: var(--surface); }
.detail-gallery { display: grid; place-items: center; min-height: 520px; padding: 2rem; background: var(--surface); border-radius: 1.5rem; }
.detail-gallery img { width: 100%; height: 470px; object-fit: contain; mix-blend-mode: multiply; }
.detail-title { font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1.05; font-weight: 800; letter-spacing: -.045em; }
.detail-lead { color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.spec-list { border-top: 1px solid var(--line); }
.spec-row { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.spec-row dt { color: var(--muted); font-weight: 600; }
.spec-row dd { margin: 0; font-weight: 700; }
.order-panel { padding: 1.25rem; background: var(--brand-soft); border-radius: 1rem; }
.quantity-control { max-width: 130px; }
.content-card { border: 1px solid var(--line); border-radius: 1.25rem; padding: 1.5rem; background: #fff; }
.contact-icon { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; color: #fff; background: var(--brand); border-radius: 1rem; font-size: 1.35rem; }
.map-frame { min-height: 470px; width: 100%; border: 0; border-radius: 1.25rem; }
.form-control, .form-select { min-height: 48px; border-color: #d9dbe5; border-radius: .7rem; }
.form-control:focus, .form-select:focus { border-color: var(--brand); box-shadow: 0 0 0 .25rem rgba(53,39,136,.12); }
.form-label { font-weight: 700; }
.cart-item-image { width: 92px; height: 92px; object-fit: contain; background: var(--surface); border-radius: .75rem; mix-blend-mode: multiply; }
.alert { border-radius: 1rem; }

.site-footer { color: #e5e3f5; background: #17113f; }
.brand-mark-light strong, .brand-mark-light small { color: #fff; }
.footer-copy { max-width: 32rem; color: #bdb9d7; line-height: 1.75; }
.footer-heading { margin-bottom: 1rem; color: #fff; font-size: .95rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.footer-links li + li { margin-top: .65rem; }
.footer-links a, .footer-address a, .footer-address span { color: #bdb9d7; }
.footer-links a:hover, .footer-address a:hover { color: #fff; }
.footer-address { display: grid; gap: .8rem; font-style: normal; }
.footer-address i { width: 1.5rem; color: #fff; }
.footer-bottom { color: #9590b3; background: #100b31; font-size: .85rem; }
.floating-contact { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 20; width: 3.5rem; height: 3.5rem; display: grid; place-items: center; color: #fff; background: var(--accent); border-radius: 50%; box-shadow: 0 12px 30px rgba(239,64,54,.35); font-size: 1.4rem; }
.floating-contact:hover { color: #fff; transform: translateY(-2px); }

@media (max-width: 991.98px) {
    .navbar-collapse { padding-top: 1rem; }
    .navbar .nav-link { margin: .15rem 0; }
    .hero-slide { min-height: auto; padding: 4rem 0 5rem; }
    .hero-title { max-width: 13ch; }
    .hero-product { min-height: 330px; }
    .hero-product img { height: 310px; }
    .section-space { padding: 4rem 0; }
}

@media (max-width: 575.98px) {
    .brand-mark strong { font-size: 1.35rem; }
    .brand-mark small { display: none; }
    .brand-symbol { width: 2.35rem; height: 2.35rem; }
    .hero-title { font-size: 2.65rem; }
    .hero-copy { font-size: 1rem; }
    .hero-product { min-height: 260px; }
    .hero-product img { height: 240px; }
    .section-space { padding: 3.25rem 0; }
    .page-hero { padding: 3rem 0; }
    .spec-row { grid-template-columns: 1fr; gap: .25rem; }
    .detail-gallery { min-height: 360px; }
    .detail-gallery img { height: 320px; }
}
