/* BOLIX Child global interface v0.2 */
:root {
  --bolix-red: #e30613;
  --bolix-red-dark: #bd0010;
  --bolix-black: #111111;
  --bolix-text: #262626;
  --bolix-muted: #6f737a;
  --bolix-line: #e5e5e5;
  --bolix-soft: #f5f5f5;
  --bolix-white: #ffffff;
  --bolix-content-width: 1280px;
  --bolix-shadow: 0 20px 48px rgba(0, 0, 0, .14);
}

html { scroll-behavior: smooth; }
body.bolix-child-site { margin: 0; color: var(--bolix-text); background: var(--bolix-white); }
body.bolix-mobile-open { overflow: hidden; }
.bolix-site-shell { min-height: 100vh; display: flex; flex-direction: column; }
.bolix-main-content { min-height: 45vh; flex: 1 0 auto; }
.bolix-container { width: min(var(--bolix-content-width), calc(100% - 48px)); margin-inline: auto; }
.bolix-screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Header */
.bolix-header { position: sticky; top: 0; z-index: 500; background: rgba(255,255,255,.985); border-bottom: 1px solid var(--bolix-line); box-shadow: 0 7px 22px rgba(0,0,0,.045); }
.bolix-header__main { min-height: 82px; display: grid; grid-template-columns: 210px minmax(260px,1fr) auto; align-items: center; gap: 24px; }
.bolix-header__logo { display: inline-flex; align-items: center; }
.bolix-header__logo img { display: block; width: 176px; height: auto; }
.bolix-search { position: relative; height: 46px; display: flex; border: 1px solid #d7d7d7; background: #fff; }
.bolix-search:focus-within { border-color: var(--bolix-red); box-shadow: 0 0 0 2px rgba(227,6,19,.08); }
.bolix-search input { width: 100%; min-width: 0; padding: 0 54px 0 15px; border: 0; outline: 0; background: transparent; color: var(--bolix-text); font: inherit; }
.bolix-search button { position: absolute; top: 0; right: 0; width: 48px; height: 44px; display: grid; place-items: center; border: 0; background: transparent; color: var(--bolix-text); cursor: pointer; }
.bolix-search button:hover { color: var(--bolix-red); }
.bolix-search svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.bolix-header__actions { display: flex; align-items: center; gap: 8px; }
.bolix-cart-link { position: relative; min-height: 46px; padding: 0 14px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #d7d7d7; background: #fff; color: var(--bolix-text); font-size: 13px; font-weight: 700; }
.bolix-cart-link:hover { color: var(--bolix-red); border-color: var(--bolix-red); }
.bolix-cart-link svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.bolix-cart-link__count { position: absolute; top: -8px; right: -7px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; display: grid; place-items: center; background: var(--bolix-red); color: #fff; font-size: 10px; font-weight: 800; }
.bolix-mobile-toggle { display: none; width: 46px; height: 46px; padding: 0 11px; border: 1px solid #d7d7d7; background: #fff; cursor: pointer; }
.bolix-mobile-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--bolix-text); }

.bolix-nav-bar { border-top: 1px solid var(--bolix-line); }
.bolix-desktop-nav { min-height: 58px; display: flex; align-items: stretch; justify-content: space-between; gap: 20px; }
.bolix-desktop-nav__main { display: flex; align-items: stretch; }
.bolix-nav-item { position: static; display: flex; align-items: stretch; }
.bolix-nav-item__toggle, .bolix-nav-link { position: relative; min-height: 58px; padding: 0 19px; display: inline-flex; align-items: center; gap: 9px; border: 0; background: transparent; color: var(--bolix-text); font: inherit; font-size: 13px; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; cursor: pointer; }
.bolix-nav-item__toggle::after, .bolix-nav-link::after { content: ""; position: absolute; left: 19px; right: 19px; bottom: 0; height: 3px; background: var(--bolix-red); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.bolix-nav-item__toggle:hover::after, .bolix-nav-link:hover::after, .bolix-nav-item.is-open .bolix-nav-item__toggle::after { transform: scaleX(1); }
.bolix-nav-item__arrow { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .18s ease; }
.bolix-nav-item.is-open .bolix-nav-item__arrow { transform: rotate(225deg) translate(-1px,-1px); }
.bolix-nav-cta { align-self: center; min-height: 40px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; background: var(--bolix-red); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; white-space: nowrap; }
.bolix-nav-cta:hover { background: var(--bolix-red-dark); color: #fff; }

.bolix-mega-menu { position: absolute; left: 0; right: 0; top: 100%; z-index: 510; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); background: #fff; border-top: 1px solid var(--bolix-line); border-bottom: 4px solid var(--bolix-red); box-shadow: var(--bolix-shadow); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.bolix-nav-item.is-open .bolix-mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.bolix-mega-menu__grid { padding: 34px 0 38px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 38px; }
.bolix-mega-menu__column h2 { margin: 0 0 14px; color: var(--bolix-muted); font-size: 11px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.bolix-mega-menu__column a { min-height: 39px; padding: 9px 12px; margin-left: -12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-left: 3px solid transparent; color: var(--bolix-text); font-size: 14px; font-weight: 600; }
.bolix-mega-menu__column a::after { content: "→"; opacity: .42; }
.bolix-mega-menu__column a:hover { color: var(--bolix-red); background: var(--bolix-soft); border-left-color: var(--bolix-red); }
.bolix-mega-menu__feature { grid-column: 1 / -1; min-height: 96px; padding: 20px 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; background: var(--bolix-black); color: #fff; }
.bolix-mega-menu__feature > span { color: #ff9eaa; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.bolix-mega-menu__feature h3 { margin: 0 0 4px; color: #fff; font-size: 20px; }
.bolix-mega-menu__feature p { margin: 0; color: #c9c9c9; font-size: 13px; }
.bolix-mega-menu__feature a { min-height: 40px; padding: 0 16px; display: inline-flex; align-items: center; background: var(--bolix-red); color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }

/* Mobile navigation */
.bolix-mobile-overlay[hidden] { display: none !important; }
.bolix-mobile-overlay { position: fixed; inset: 0; z-index: 1000; display: block; background: rgba(0,0,0,.58); }
.bolix-mobile-drawer { width: min(94vw,460px); height: 100%; margin-left: auto; overflow: auto; background: #fff; box-shadow: -20px 0 50px rgba(0,0,0,.24); }
.bolix-mobile-drawer__head { min-height: 74px; padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--bolix-line); }
.bolix-mobile-drawer__head img { width: 145px; height: auto; }
.bolix-mobile-drawer__head button { width: 44px; height: 44px; border: 1px solid #d7d7d7; background: #fff; color: var(--bolix-text); font-size: 25px; cursor: pointer; }
.bolix-mobile-search { height: 46px; margin: 16px; display: flex; border: 1px solid #d7d7d7; }
.bolix-mobile-search input { width: 100%; min-width: 0; padding: 0 12px; border: 0; outline: 0; }
.bolix-mobile-search button { width: 48px; border: 0; background: var(--bolix-red); color: #fff; cursor: pointer; }
.bolix-mobile-nav { padding: 0 16px 28px; }
.bolix-mobile-nav details { border-bottom: 1px solid var(--bolix-line); }
.bolix-mobile-nav summary { min-height: 58px; list-style: none; display: flex; align-items: center; justify-content: space-between; color: var(--bolix-text); font-size: 14px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; cursor: pointer; }
.bolix-mobile-nav summary::-webkit-details-marker { display: none; }
.bolix-mobile-nav summary::after { content: "+"; color: var(--bolix-red); font-size: 22px; font-weight: 400; }
.bolix-mobile-nav details[open] summary::after { content: "−"; }
.bolix-mobile-nav__content { padding: 0 0 15px 12px; }
.bolix-mobile-nav__label { display: block; margin: 12px 0 3px; color: var(--bolix-red); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.bolix-mobile-nav__content a { display: block; padding: 9px 0; color: var(--bolix-muted); font-size: 13px; line-height: 1.4; }
.bolix-mobile-nav__direct { min-height: 56px; display: flex; align-items: center; border-bottom: 1px solid var(--bolix-line); color: var(--bolix-text); font-size: 14px; font-weight: 800; text-transform: uppercase; }

/* Footer */
.bolix-footer { margin-top: auto; clear: both; background: var(--bolix-black); color: #fff; border-top: 5px solid var(--bolix-red); }
.bolix-footer__cta { background: var(--bolix-red); }
.bolix-footer__cta-inner { min-height: 170px; padding: 30px 0; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 40px; }
.bolix-footer__eyebrow { display: block; margin-bottom: 8px; color: #ffd6dc; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bolix-footer__cta h2 { max-width: 780px; margin: 0 0 9px; color: #fff; font-size: clamp(25px,3vw,38px); line-height: 1.15; }
.bolix-footer__cta p { max-width: 780px; margin: 0; color: #ffe5e8; font-size: 14px; }
.bolix-footer__cta-button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: #111; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.bolix-footer__cta-button:hover { background: #111; color: #fff; }
.bolix-footer__main { padding: 58px 0 48px; }
.bolix-footer__grid { display: grid; grid-template-columns: 1.35fr repeat(4,minmax(0,1fr)); gap: 36px; align-items: start; }
.bolix-footer__logo-box { width: 170px; padding: 10px; background: #fff; }
.bolix-footer__logo-box img { display: block; width: 100%; height: auto; }
.bolix-footer__brand p { max-width: 330px; margin: 20px 0; color: #bdbdbd; font-size: 12px; line-height: 1.7; }
.bolix-footer__contact { display: grid; gap: 7px; color: #d8d8d8; font-size: 13px; font-weight: 600; }
.bolix-footer__contact a, .bolix-footer__column a, .bolix-footer__bottom a { color: inherit; text-decoration: none; }
.bolix-footer__column h3 { margin: 0 0 16px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.bolix-footer__column a { display: block; padding: 6px 0; color: #bdbdbd; font-size: 12px; line-height: 1.45; }
.bolix-footer__column a:hover, .bolix-footer__contact a:hover { color: #fff; text-decoration: underline; text-decoration-color: var(--bolix-red); text-underline-offset: 4px; }
.bolix-footer__company { margin-top: 28px; padding-top: 22px; border-top: 1px solid #343434; }
.bolix-footer__bottom { border-top: 1px solid #343434; background: #0a0a0a; }
.bolix-footer__bottom-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #8d8d8d; font-size: 11px; }
.bolix-footer__bottom-right { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.bolix-footer__legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.bolix-footer__language { min-height: 34px; padding: 0 10px; display: flex; align-items: center; gap: 7px; border: 1px solid #3a3a3a; color: #bdbdbd; font-size: 11px; font-weight: 700; letter-spacing: .03em; white-space: nowrap; }
.bolix-footer__language svg { width: 16px; height: 16px; fill: none; stroke: var(--bolix-red); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.bolix-footer__language-current { color: #fff; }
.bolix-footer__language-future { color: #666; cursor: default; }

/* Clean catalogue and search templates */
.bolix-page-hero { padding: 62px 0; background: linear-gradient(100deg,rgba(255,255,255,.96),rgba(255,255,255,.72)), var(--bolix-soft); border-bottom: 1px solid var(--bolix-line); }
.bolix-page-hero__eyebrow { color: var(--bolix-red); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bolix-page-hero h1 { margin: 10px 0 8px; color: var(--bolix-text); font-size: clamp(34px,4vw,52px); line-height: 1.08; }
.bolix-page-hero p { max-width: 700px; margin: 0; color: var(--bolix-muted); }
.bolix-catalogue { padding: 54px 0 76px; background: #fafafa; }
.bolix-catalogue__head { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.bolix-catalogue__head h2 { margin: 0; color: var(--bolix-text); font-size: 28px; }
.bolix-catalogue__count { color: var(--bolix-muted); font-size: 13px; }
.bolix-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.bolix-product-card { overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--bolix-line); box-shadow: 0 8px 24px rgba(0,0,0,.05); transition: transform .18s ease, box-shadow .18s ease; }
.bolix-product-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0,0,0,.09); }
.bolix-product-card__image { aspect-ratio: 1/1; padding: 18px; display: grid; place-items: center; background: #fff; }
.bolix-product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.bolix-product-card__body { padding: 18px; display: flex; flex: 1; flex-direction: column; }
.bolix-product-card__brand { margin-bottom: 8px; color: var(--bolix-red); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.bolix-product-card h3 { margin: 0 0 10px; color: var(--bolix-text); font-size: 16px; line-height: 1.35; }
.bolix-product-card__excerpt { margin: 0 0 16px; color: var(--bolix-muted); font-size: 13px; line-height: 1.55; }
.bolix-product-card__bottom { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.bolix-product-card__price { color: var(--bolix-red); font-size: 16px; font-weight: 800; }
.bolix-product-card__price del { margin-left: 6px; color: #999; font-size: 12px; font-weight: 500; }
.bolix-product-card__more { min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; background: var(--bolix-black); color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.bolix-product-card__more:hover { background: var(--bolix-red); color: #fff; }
.bolix-empty-state { padding: 42px; background: #fff; border: 1px solid var(--bolix-line); text-align: center; }
.bolix-empty-state h2 { margin-top: 0; }
.bolix-pagination { margin-top: 30px; display: flex; justify-content: center; gap: 6px; }
.bolix-pagination .page-numbers { min-width: 38px; height: 38px; padding: 0 10px; display: inline-grid; place-items: center; background: #fff; border: 1px solid var(--bolix-line); color: var(--bolix-text); }
.bolix-pagination .current { background: var(--bolix-red); color: #fff; border-color: var(--bolix-red); }

@media (max-width: 1180px) {
  .bolix-nav-item__toggle, .bolix-nav-link { padding-inline: 13px; font-size: 12px; }
  .bolix-nav-item__toggle::after, .bolix-nav-link::after { left: 13px; right: 13px; }
  .bolix-footer__grid { grid-template-columns: 1.3fr repeat(2,minmax(0,1fr)); }
  .bolix-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 1024px) {
  .bolix-header__main { grid-template-columns: 180px minmax(0,1fr) auto; }
  .bolix-nav-bar { display: none; }
  .bolix-mobile-toggle { display: block; }
  .bolix-cart-link__text { display: none; }
}

@media (max-width: 760px) {
  .bolix-container { width: min(100% - 30px,var(--bolix-content-width)); }
  .bolix-header__main { min-height: 70px; grid-template-columns: 145px 1fr auto; gap: 10px; }
  .bolix-header__logo img { width: 137px; }
  .bolix-search { display: none; }
  .bolix-cart-link__amount { display: none; }
  .bolix-footer__cta-inner { min-height: auto; grid-template-columns: 1fr; gap: 20px; }
  .bolix-footer__cta-button { width: 100%; }
  .bolix-footer__main { padding: 42px 0 34px; }
  .bolix-footer__grid { grid-template-columns: 1fr; }
  .bolix-footer__brand { padding-bottom: 16px; }
  .bolix-footer__column { padding-top: 18px; border-top: 1px solid #343434; }
  .bolix-footer__bottom-inner { padding: 18px 0; display: block; }
  .bolix-footer__bottom-right { margin-top: 12px; display: grid; justify-content: start; gap: 14px; }
  .bolix-footer__legal { justify-content: flex-start; }
  .bolix-footer__language { width: max-content; }
  .bolix-page-hero { padding: 42px 0; }
  .bolix-catalogue { padding: 40px 0 58px; }
  .bolix-catalogue__head { display: block; }
  .bolix-catalogue__count { margin-top: 6px; display: block; }
  .bolix-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .bolix-product-card__body { padding: 14px; }
  .bolix-product-card__excerpt { display: none; }
  .bolix-product-card__bottom { display: block; }
  .bolix-product-card__more { width: 100%; margin-top: 12px; justify-content: center; }
}

@media (max-width: 430px) {
  .bolix-product-grid { grid-template-columns: 1fr; }
}

/* Homepage Hero V2 — approved architecture / 2026-08-07 */
body.home .bolix-home__hero {
  background: #f6f6f4 !important;
}
body.home .bolix-home__hero-grid {
  grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr) !important;
  min-height: 510px !important;
}
body.home .bolix-home__hero-copy {
  padding: 52px 44px 46px 0 !important;
  justify-content: center !important;
}
body.home .bolix-home__hero-media {
  min-height: 510px !important;
  background: url('../../bolix/images/cover_photo.jpg') center center / cover no-repeat !important;
}
body.home .bolix-home__hero-media img {
  opacity: 0 !important;
}
body.home .bolix-home h1 {
  max-width: 680px !important;
  font-size: clamp(38px,3.15vw,54px) !important;
  line-height: 1.01 !important;
  letter-spacing: -.035em !important;
}
body.home .bolix-home__lead {
  max-width: 660px !important;
  margin-top: 20px !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}
body.home .bolix-home__buttons { margin-top: 24px !important; }
body.home .bolix-home__button {
  min-height: 50px !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
}
body.home .bolix-home__trust-item {
  min-height: 94px !important;
  padding: 18px 22px !important;
  gap: 14px !important;
  align-items: center !important;
}
body.home .bolix-home__trust-icon {
  flex-basis: 40px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 16px !important;
}
body.home .bolix-home__trust-item strong { margin-bottom: 4px !important; font-size: 12px !important; }
body.home .bolix-home__trust-item span { font-size: 12px !important; line-height: 1.4 !important; }

@media (max-width: 1180px) {
  body.home .bolix-home__hero-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 980px) {
  body.home .bolix-home__hero-grid { grid-template-columns: 1fr !important; min-height: auto !important; }
  body.home .bolix-home__hero-copy { padding: 48px 0 36px !important; }
  body.home .bolix-home__hero-media { min-height: 420px !important; }
}
@media (max-width: 700px) {
  body.home .bolix-home h1 { font-size: 38px !important; }
  body.home .bolix-home__hero-copy { padding: 34px 0 30px !important; }
  body.home .bolix-home__hero-media { min-height: 330px !important; }
  body.home .bolix-home__trust-item { min-height: 82px !important; }
}
