@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #14213D;
  --ink-2: #1b2c50;
  --muted: #667085;
  --line: #d9d2c6;
  --paper: #F4EFE6;
  --white: #fff;
  --red: #C46A32;
  --red-dark: #9d4f22;
  --green: #25834e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Manrope", Arial, sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; }
h1, h2, h3, .category-content h3, .recommendation-banner h2, .login-form h2, .login-side h2 { font-family: "Manrope", Arial, sans-serif; font-weight: 800; }
button, input, select { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.product-card-link { display: block; color: inherit; text-decoration: none; }
.product-title-link { color: inherit; text-decoration: none; }
.product-title-link:hover { color: var(--red); }
.product-card-link:focus-visible, .product-title-link:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
.site-shell { min-height: 100vh; overflow: hidden; }
.wrap { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }

.topbar { background: var(--ink); color: #b8bcc1; font-size: 11px; letter-spacing: .04em; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar-inner > div { display: flex; align-items: center; gap: 24px; }
.topbar a:hover { color: white; }
.status-dot { display: flex; align-items: center; gap: 7px; color: #e4e6e8; }
.status-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #40c479; box-shadow: 0 0 0 3px rgba(64,196,121,.13); }

.header { background: #fff; position: relative; z-index: 40; box-shadow: 0 1px 0 var(--line); }
.header-main { height: 86px; display: flex; align-items: center; gap: 38px; }
.logo { display: inline-flex; align-items: center; gap: 12px; border: 0; background: transparent; padding: 0; cursor: pointer; text-align: left; flex: none; }
.logo > span:last-child { display: grid; line-height: 1; }
.logo b { font-size: 26px; letter-spacing: -.05em; }
.logo small { font-size: 8px; letter-spacing: .24em; margin-top: 5px; color: #777d84; font-weight: 700; }
.logo-mark { width: 36px; height: 36px; position: relative; display: inline-block; background: var(--red); overflow: hidden; transform: skew(-7deg); }
.logo-mark i { position: absolute; background: var(--ink); height: 7px; transform: skew(7deg); }
.logo-mark i:nth-child(1) { width: 20px; left: -2px; top: 8px; }
.logo-mark i:nth-child(2) { width: 13px; right: -1px; top: 18px; }
.logo-mark i:nth-child(3) { width: 7px; left: 7px; bottom: 3px; height: 9px; }
.search { height: 46px; border: 1px solid #d5d9dd; display: flex; align-items: center; gap: 11px; padding: 0 0 0 15px; flex: 1; max-width: 500px; background: #fafafa; transition: .2s; position: relative; }
.search:focus-within { border-color: var(--ink); background: #fff; box-shadow: 0 0 0 3px rgba(18,19,22,.06); }
.search > svg { color: #8a9096; flex: none; }
.search input { border: 0; outline: 0; flex: 1; min-width: 0; background: transparent; font-size: 13px; }
.search-submit { width: 46px; height: 100%; flex: 0 0 46px; display: grid; place-items: center; border: 0; background: var(--red); color: #fff; cursor: pointer; transition: background .2s ease; }
.search-submit:hover, .search-submit:focus-visible { background: var(--red-dark); }
.search-submit svg { color: inherit; transition: transform .2s ease; }
.search-submit:hover svg { transform: translateX(3px); }
.search-suggestions { position: absolute; z-index: 120; top: calc(100% + 7px); left: -1px; right: -1px; max-height: min(480px, 68vh); overflow-y: auto; border: 1px solid #d5d9dd; background: #fff; box-shadow: 0 20px 42px rgba(20,33,61,.18); color: var(--ink); }
.search-suggestions[hidden] { display: none !important; }
.search-suggestion { min-height: 62px; padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #eceff1; text-decoration: none; }
.search-suggestion > span:first-child { min-width: 0; display: grid; gap: 4px; }
.search-suggestion b { overflow: hidden; font-size: 11px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestion small { overflow: hidden; color: var(--muted); font-size: 8px; letter-spacing: .03em; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestion-arrow { flex: none; color: var(--red); font-size: 19px; transition: transform .2s ease; }
.search-suggestion:hover, .search-suggestion:focus-visible { outline: 0; background: #f8f4ee; }
.search-suggestion:hover .search-suggestion-arrow, .search-suggestion:focus-visible .search-suggestion-arrow { transform: translateX(3px); }
.search-suggestion-empty { min-height: 60px; padding: 14px; display: flex; align-items: center; color: var(--muted); font-size: 10px; }
.search-all-results { min-height: 46px; padding: 0 14px; display: flex; align-items: center; justify-content: center; background: var(--ink); color: #fff; font-size: 9px; font-weight: 800; text-align: center; }
.search-all-results:hover, .search-all-results:focus-visible { background: var(--ink-2); outline: 0; }
.header-actions { margin-left: auto; display: flex; align-items: stretch; height: 46px; }
.account-button, .cart-button { border: 0; background: #fff; display: flex; align-items: center; gap: 10px; padding: 0 17px; cursor: pointer; position: relative; }
.account-button { border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.account-button:hover, .cart-button:hover { background: #f6f6f5; }
.account-button span, .cart-button span { display: grid; text-align: left; gap: 2px; }
.account-button small, .cart-button small { font-size: 9px; color: #7a8086; }
.account-button b, .cart-button b { font-size: 12px; white-space: nowrap; }
.cart-button { background: var(--ink); color: #fff; min-width: 146px; }
.cart-button:hover { background: #2a2d31; }
.cart-button small { color: #aeb3b8; }
.cart-button em { position: absolute; right: -6px; top: -8px; background: var(--red); color: #fff; min-width: 21px; height: 21px; border-radius: 50%; font-style: normal; font-size: 10px; font-weight: 800; display: grid; place-items: center; border: 2px solid white; }
.mobile-menu { display: none; }

.nav { border-top: 1px solid #eee; }
.nav-inner { height: 48px; display: flex; align-items: stretch; }
.nav button { border: 0; border-right: 1px solid #eceeef; background: #fff; padding: 0 17px; cursor: pointer; font-size: 11px; font-weight: 700; position: relative; }
.nav button:first-child { border-left: 1px solid #eceeef; }
.nav button::after { content: ""; position: absolute; height: 2px; background: var(--red); left: 50%; right: 50%; bottom: 0; transition: .2s; }
.nav button:hover::after, .nav button.active::after { left: 15px; right: 15px; }
.nav button.active { color: var(--red); }
.nav .promo-link { margin-left: auto; color: var(--red); border-left: 1px solid #eceeef; }
.promo-link span { background: var(--red); color: #fff; margin-left: 5px; padding: 2px 5px; font-size: 8px; }

@media (min-width: 781px) and (max-width: 1240px) {
  .nav-inner { height: auto; min-height: 48px; flex-wrap: wrap; }
  .nav-inner > button, .nav-dropdown { min-height: 48px; }
  .nav button { padding-left: 10px; padding-right: 10px; font-size: 10px; }
  .nav .promo-link { margin-left: 0; }
}

.hero { min-height: 612px; background: var(--ink); color: #fff; position: relative; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 77% 44%, rgba(229,27,53,.18), transparent 27%), linear-gradient(117deg, transparent 57%, rgba(255,255,255,.025) 57%); z-index: -2; }
.hero-grid { position: absolute; inset: 0 0 38px 50%; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg, transparent, #000 20%); z-index: -1; transform: perspective(700px) rotateY(-15deg) scale(1.1); }
.hero-inner { min-height: 574px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; position: relative; }
.hero-copy { padding: 58px 0 72px; position: relative; z-index: 3; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: #c9cdd1; }
.eyebrow i { width: 26px; height: 2px; background: var(--red); }
.eyebrow.dark { color: #5c6268; }
.hero h1 { font-size: clamp(52px, 5.2vw, 79px); line-height: .91; margin: 28px 0 24px; letter-spacing: -.065em; text-transform: uppercase; max-width: 760px; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.65); }
.hero-copy > p { max-width: 580px; color: #bec2c6; font-size: 17px; line-height: 1.65; margin: 0 0 31px; }
.hero-actions { display: flex; gap: 11px; flex-wrap: wrap; }
.btn { min-height: 50px; border: 1px solid transparent; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; font-size: 12px; font-weight: 800; cursor: pointer; transition: .2s; }
.btn.primary { background: var(--red); color: #fff; }
.btn.primary:hover { background: var(--red-dark); transform: translateY(-1px); }
.btn.ghost { background: transparent; border-color: rgba(255,255,255,.28); color: #fff; }
.btn.ghost:hover { background: rgba(255,255,255,.07); border-color: #fff; }
.btn.outline { background: #fff; border-color: #cdd1d4; }
.btn.outline:hover { border-color: var(--ink); }
.hero-metrics { display: flex; gap: 0; margin-top: 45px; }
.hero-metrics div { display: grid; gap: 4px; min-width: 120px; padding-right: 24px; margin-right: 24px; border-right: 1px solid rgba(255,255,255,.15); }
.hero-metrics div:last-child { border: 0; }
.hero-metrics b { font-size: 16px; }
.hero-metrics span { color: #858b91; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }

.section { padding: 96px 0; }
.categories-section { background: var(--paper); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.section-head > div:first-child { display: flex; align-items: stretch; gap: 20px; }
.section-number { font-size: 10px; color: var(--red); writing-mode: vertical-rl; transform: rotate(180deg); border-left: 1px solid var(--red); padding-left: 7px; letter-spacing: .18em; }
.section-head p { margin: 0 0 8px; font-size: 9px; color: var(--red); font-weight: 800; letter-spacing: .18em; }
.section-head h2 { margin: 0; font-size: clamp(34px, 4vw, 51px); letter-spacing: -.055em; line-height: 1; }
.section-head > p { max-width: 440px; color: #71777d; font-size: 13px; line-height: 1.7; letter-spacing: 0; font-weight: 400; margin-bottom: 2px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #d4d7d9; border: 1px solid #d4d7d9; }
.category-card { border: 0; background: #fff; min-height: 405px; padding: 0; cursor: pointer; text-align: left; position: relative; overflow: hidden; isolation: isolate; transition: .3s; }
.category-card::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: .3s; }
.category-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 18px 50px rgba(21,23,25,.14); }
.category-card:hover::after { transform: scaleX(1); }
.category-index { position: absolute; right: 18px; top: 17px; color: #c6c9cc; font-size: 11px; font-weight: 800; letter-spacing: .12em; z-index: 2; }
.category-art { height: 222px; background: linear-gradient(145deg,#f8f8f7,#eceeeb); position: relative; overflow: hidden; }
.category-art::after { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(0,0,0,.07); border-radius: 50%; right: -30px; top: -45px; }
.category-art .product-visual { height: 100%; }
.category-content { padding: 24px 27px 27px; }
.category-content > span { font-size: 8px; color: var(--red); font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.category-content h3 { font-size: 28px; margin: 8px 0 5px; letter-spacing: -.045em; }
.category-content p { color: #777d83; font-size: 11px; margin: 0 0 21px; }
.category-content b { display: flex; align-items: center; gap: 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.category-card:hover .category-content b { color: var(--red); }

.product-visual { height: 212px; position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f9faf9, #eff0ee); }
.product-visual img { width: 100%; height: 100%; display: block; padding: 12px; object-fit: contain; background: #fff; }
.product-visual.compact img { padding: 4px; }
.product-visual.no-product-image { background: #f5f5f3; }
.representative-image-label { position: absolute; z-index: 3; left: 8px; bottom: 8px; padding: 5px 7px; background: rgba(20,33,61,.86); color: #fff; font-size: 7px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; pointer-events: none; }
.product-visual.compact { width: 58px; height: 58px; flex: 0 0 58px; }

/* Duże kafle katalogu: cały produkt zawsze mieści się w stałym polu zdjęcia. */
.product-card > .product-card-link .product-visual {
  padding: 0;
  background: #fff;
}
.product-card > .product-card-link .product-visual img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.product-card > .product-card-link .large-product-visual {
  height: 250px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-card > .product-card-link .large-product-image {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  box-sizing: border-box !important;
  padding: 18px !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

.recommendation-section { background: #fff; padding-bottom: 0; }
.recommendation-banner { background: #f0f1ef; padding: 40px 45px; border-left: 4px solid var(--red); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.recommendation-banner h2 { font-size: 34px; margin: 10px 0 7px; letter-spacing: -.04em; }
.recommendation-banner p { margin: 0; color: #6d747a; font-size: 12px; }
.shop-preview { background: #fff; }
.view-switch { border: 1px solid #d9dcde; display: flex; height: 42px; }
.view-switch button { border: 0; background: #fff; width: 42px; display: grid; place-items: center; cursor: pointer; color: #7d8389; }
.view-switch button + button { border-left: 1px solid #d9dcde; }
.view-switch button.active { background: var(--ink); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { border: 1px solid #e0e2e3; background: #fff; position: relative; padding-bottom: 15px; transition: .25s; overflow: hidden; }
.product-card:hover { transform: translateY(-4px); border-color: #bbc0c4; box-shadow: 0 18px 45px rgba(24,26,28,.09); }
.product-badge { position: absolute; left: 0; top: 0; z-index: 3; background: var(--red); color: #fff; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; padding: 7px 10px; }
.product-meta { padding: 17px 19px 7px; min-height: 98px; }
.product-meta > span { color: #8a9095; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.product-meta h3 { font-size: 15px; line-height: 1.32; min-height: 40px; margin: 7px 0 4px; }
.product-meta p { margin: 0; font-size: 10px; color: #747b81; }
.stock { display: flex; align-items: center; gap: 7px; color: var(--green); font-size: 9px; font-weight: 700; padding: 0 19px 13px; }
.stock i { width: 6px; height: 6px; border-radius: 50%; background: #3eb873; }
.price { margin: 0 19px; padding: 13px 0; border-top: 1px solid #e6e7e8; display: flex; align-items: flex-end; justify-content: space-between; }
.price > span { display: grid; grid-template-columns: auto auto; align-items: end; column-gap: 6px; }
.price > span small { grid-column: 1 / -1; font-size: 8px; color: #878d92; text-transform: uppercase; }
.price b { font-size: 19px; letter-spacing: -.03em; }
.price em { font-size: 8px; color: #878d92; font-style: normal; padding-bottom: 3px; }
.price > small { font-size: 8px; color: #9a9fa4; }
.price-login { min-height: 67px; align-items: center; }
.price-login strong { color: var(--ink); font-size: 11px; line-height: 1.45; }
.product-view-button { min-height: 40px; padding: 0 11px; border: 1px solid #cfd3d6; border-radius: 7px; color: var(--ink); background: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-size: 9px; font-weight: 800; text-align: center; text-decoration: none; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.product-view-button svg { flex: none; transition: transform .2s ease; }
.product-view-button:hover, .product-view-button:focus-visible { border-color: var(--red); color: var(--red); background: #fff8f5; }
.product-view-button:hover svg { transform: translateX(3px); }
.product-card-view { display: flex; margin: 0 19px 9px; }
.buy-row { padding: 0 19px; display: grid; grid-template-columns: 102px 1fr; height: 42px; gap: 8px; }
.buy-row-single { grid-template-columns: 1fr; }
.qty { border: 1px solid #d8dbdd; display: grid; grid-template-columns: 30px 1fr 30px; height: 38px; align-items: center; text-align: center; }
.qty button { display: grid; place-items: center; height: 100%; padding: 0; border: 0; background: #f5f5f4; cursor: pointer; }
.qty button:hover { background: #e8e9e8; }
.qty span { font-size: 11px; font-weight: 700; }
.qty input { width: 100%; min-width: 0; height: 100%; border: 0; border-inline: 1px solid #e0e2e3; background: #fff; text-align: center; font: inherit; font-size: 11px; font-weight: 800; appearance: textfield; }
.qty input::-webkit-inner-spin-button { appearance: none; }
.staff-price-editor { margin: 0 19px 10px; padding: 10px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: end; border: 1px solid #ded6cc; background: #faf7f2; }
.staff-price-editor label { display: grid; gap: 5px; min-width: 0; color: #525b64; font-size: 9px; font-weight: 800; }
.staff-price-editor input { width: 100%; min-width: 0; height: 38px; border: 1px solid #cfd3d6; background: #fff; padding: 0 9px; font-weight: 800; }
.staff-price-editor button { min-height: 38px; border: 0; background: var(--ink); color: #fff; padding: 0 13px; font-size: 9px; font-weight: 800; cursor: pointer; }
.staff-price-editor button:hover,.staff-price-editor button:focus-visible { background: var(--red); }
.recommendation-buy-row { width: 100%; padding: 0; grid-template-columns: minmax(92px,1fr) minmax(0,2fr); }
.recommendation-card-actions .staff-price-editor { width: 100%; margin: 0; }
.promotion-card-actions .staff-price-editor { width: 100%; margin: 0; }
.product-table .staff-price-editor { min-width: 255px; margin: 8px 0 0; }
.add-button, .table-add { border: 0; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 10px; font-weight: 800; cursor: pointer; }
.add-button, a.table-add { text-decoration: none; }
.add-button:hover, .table-add:hover { background: var(--red-dark); }
.center-action { display: flex; justify-content: center; margin-top: 35px; }

.product-table-wrap { overflow-x: auto; border: 1px solid #e0e2e3; }
.product-table { width: 100%; border-collapse: collapse; min-width: 870px; }
.product-table th { text-align: left; background: #f1f2f0; height: 45px; padding: 0 13px; font-size: 8px; letter-spacing: .08em; color: #676e74; text-transform: uppercase; }
.product-table td { border-top: 1px solid #e6e8e9; padding: 10px 13px; font-size: 10px; color: #5c6369; }
.product-table .stock { padding: 0; }
.table-product { display: flex; align-items: center; gap: 13px; min-width: 260px; }
.table-product > span { display: grid; gap: 5px; }
.table-product b { font-size: 11px; color: var(--ink); }
.table-product small { font-size: 8px; color: #8a9095; }
.table-price { font-size: 14px; color: var(--ink); white-space: nowrap; }
.table-price-login { display: block; max-width: 150px; white-space: normal; font-size: 10px; line-height: 1.4; }
.block { display: block; margin-top: 3px; color: #8a9095; }
.product-table .qty { width: 88px; height: 36px; }
.table-add { min-width: 82px; height: 36px; }

.benefits { background: var(--ink); color: #fff; padding: 32px 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-grid > div { display: flex; align-items: center; gap: 16px; padding: 0 35px; border-right: 1px solid rgba(255,255,255,.12); }
.benefit-grid > div:first-child { padding-left: 0; }
.benefit-grid > div:last-child { border: 0; }
.benefit-grid svg { color: var(--red); }
.benefit-grid span { display: grid; gap: 5px; }
.benefit-grid b { font-size: 12px; }
.benefit-grid small { color: #858c92; font-size: 9px; }

.category-hero { background: #eceeec; min-height: 330px; position: relative; overflow: hidden; }
.category-hero::after { content: ""; position: absolute; right: -5%; top: -150px; width: 580px; height: 580px; border: 1px solid rgba(0,0,0,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(0,0,0,.018), 0 0 0 140px rgba(0,0,0,.012); }
.category-hero-inner { display: grid; grid-template-columns: 1fr 390px; min-height: 330px; align-items: center; position: relative; z-index: 2; }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 30px; font-size: 9px; color: #747a80; }
.breadcrumbs button { border: 0; background: transparent; padding: 0; cursor: pointer; }
.breadcrumbs button:hover { color: var(--red); }
.category-hero h1 { font-size: clamp(50px,6vw,76px); margin: 10px 0 9px; letter-spacing: -.065em; line-height: .95; }
.category-hero-inner > div:first-child > p { font-size: 13px; max-width: 620px; color: #686f75; line-height: 1.65; }
.category-stats { display: flex; gap: 26px; margin-top: 27px; }
.category-stats span { font-size: 9px; color: #747b81; padding-right: 25px; border-right: 1px solid #ced1d2; }
.category-stats span:last-child { border: 0; }
.category-stats b { color: var(--ink); font-size: 11px; }
.category-hero-art { height: 290px; position: relative; }
.category-hero-art .product-visual { background: transparent; height: 100%; transform: scale(1.18); }
.category-jump { border-top: 1px solid #d9dcdd; border-bottom: 1px solid #d9dcdd; background: #fff; }
.category-jump .wrap { min-height: 61px; display: flex; align-items: center; gap: 7px; }
.category-jump span { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; color: #8b9095; margin-right: 8px; }
.category-jump button { border: 1px solid #d9dcdd; background: #fff; min-height: 33px; padding: 0 11px; display: flex; align-items: center; gap: 7px; font-size: 9px; cursor: pointer; }
.category-jump button:hover { border-color: var(--red); color: var(--red); }
.catalog-section { padding: 58px 0 96px; }
.catalog-layout { display: grid; grid-template-columns: 225px 1fr; gap: 38px; align-items: start; }
.filters { border: 1px solid #e0e2e3; }
.filter-title { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid #e0e2e3; }
.filter-title b { font-size: 15px; }
.filter-title button { border: 0; background: transparent; color: var(--red); font-size: 8px; text-transform: uppercase; font-weight: 700; cursor: pointer; }
.filter-group { padding: 18px 17px; display: grid; gap: 12px; border-bottom: 1px solid #e0e2e3; }
.filter-group > b { font-size: 10px; margin-bottom: 4px; }
.filter-group label { font-size: 9px; color: #666d73; display: flex; align-items: center; gap: 8px; cursor: pointer; }
.category-tree-filter label { padding-left: calc(var(--category-depth, 0) * 12px); }
.filter-group input { position: absolute; opacity: 0; }
.filter-group label span { width: 14px; height: 14px; border: 1px solid #cdd0d2; display: inline-grid; place-items: center; }
.filter-group input[type="radio"] + span { border-radius: 50%; }
.filter-group input:checked + span { background: var(--red); border-color: var(--red); box-shadow: inset 0 0 0 3px #fff; }
.manager-card { margin: 12px; padding: 18px; background: var(--ink); color: #fff; display: grid; }
.manager-card > span { color: #9da2a6; font-size: 7px; text-transform: uppercase; letter-spacing: .12em; }
.manager-card b { font-size: 15px; margin-top: 8px; }
.manager-card p { color: #aeb3b7; font-size: 9px; line-height: 1.55; }
.manager-card button { border: 0; background: var(--red); color: #fff; height: 34px; font-size: 8px; font-weight: 800; display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; }
.catalog-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.catalog-head > div:first-child span { color: var(--red); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.catalog-head h2 { margin: 7px 0 0; font-size: 29px; letter-spacing: -.04em; }
.catalog-controls { display: flex; align-items: flex-end; gap: 12px; }
.catalog-controls label { display: grid; gap: 6px; color: #757b80; font-size: 8px; }
.catalog-controls select { border: 1px solid #d9dcde; height: 42px; min-width: 165px; background: #fff; padding: 0 10px; font-size: 9px; outline: 0; }
.catalog-main .product-grid { grid-template-columns: repeat(2, 1fr); }

.footer { background: #0d0e10; color: #fff; padding: 65px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 70px; padding-bottom: 50px; }
.footer-logo .logo-mark { transform: skew(-7deg) scale(.86); transform-origin: left center; }
.footer-logo b { color: #fff; }
.footer-grid > div:first-child p { color: #777e84; font-size: 10px; line-height: 1.7; max-width: 250px; margin-top: 20px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid > div:not(:first-child) > b { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 8px; }
.footer-grid button, .footer-grid a, .footer-grid span { border: 0; background: transparent; padding: 0; color: #80878d; font-size: 9px; cursor: pointer; }
.footer-grid button:hover, .footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); min-height: 53px; display: flex; align-items: center; justify-content: space-between; color: #5f656a; font-size: 8px; }
.footer-bottom a { color: #858c92; text-decoration: none; }
.footer-bottom a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.contact-footer-directory { width: 100%; display: grid; gap: 24px; }
.contact-footer-group { min-width: 0; }
.contact-footer-group > b { display: block; margin-bottom: 12px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-footer-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 10px; }
.contact-footer-card { min-width: 0; padding: 15px 16px; display: grid; gap: 5px; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.035); }
.contact-footer-card > span { color: #9299a0 !important; font-size: 8px !important; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.contact-footer-card > strong { color: #fff; font-size: 12px; }
.contact-footer-card > a { width: fit-content; max-width: 100%; color: #c4c9ce !important; font-size: 10px !important; line-height: 1.45; overflow-wrap: anywhere; text-decoration: none; }
.contact-footer-card > a:hover, .contact-footer-card > a:focus-visible { color: #fff !important; text-decoration: underline; text-underline-offset: 3px; }
.footer > .contact-footer-directory { padding: 0 0 34px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 30px; }
.standalone-contact-footer { width: 100%; margin-top: 48px; padding-top: 0; }
.standalone-contact-footer .contact-footer-directory { padding: 32px 0; }
.standalone-contact-footer .footer-bottom { min-height: 54px; }
.legal-body .standalone-contact-footer { width: calc(100% + 36px); margin-right: -18px; margin-bottom: -70px; margin-left: -18px; }
.verification-stage { width: 100%; min-height: calc(100vh - 210px); padding: 24px; display: grid; place-items: center; }
.verification-body .standalone-contact-footer { margin-top: 0; }

.overlay { position: fixed; inset: 0; z-index: 100; background: rgba(8,9,10,.68); backdrop-filter: blur(4px); display: flex; justify-content: flex-end; animation: fade .2s ease; }
@keyframes fade { from { opacity: 0; } }
.drawer { width: min(470px, 100%); background: #fff; height: 100%; display: flex; flex-direction: column; animation: slide .25s ease; }
@keyframes slide { from { transform: translateX(100%); } }
.drawer-head { min-height: 92px; border-bottom: 1px solid #e0e2e3; padding: 18px 23px; display: flex; align-items: center; justify-content: space-between; }
.drawer-head small { color: #868c91; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.drawer-head h2 { font-size: 27px; margin: 5px 0 0; letter-spacing: -.04em; }
.drawer-head h2 span { font-size: 11px; background: var(--red); color: #fff; padding: 4px 7px; vertical-align: middle; margin-left: 4px; }
.drawer-head > button, .modal-close { border: 1px solid #d9dcde; width: 38px; height: 38px; background: #fff; display: grid; place-items: center; cursor: pointer; }
.drawer-content { flex: 1; overflow-y: auto; padding: 12px 23px; }
.empty-cart { min-height: 420px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; color: #969ca1; }
.empty-cart h3 { color: var(--ink); margin: 22px 0 7px; font-size: 19px; }
.empty-cart p { max-width: 250px; margin: 0; font-size: 10px; line-height: 1.6; }
.cart-line { display: grid; grid-template-columns: 70px 1fr; gap: 13px; padding: 13px 0; border-bottom: 1px solid #e4e6e7; }
.cart-line .product-visual.compact { width: 70px; height: 70px; }
.cart-line > div:last-child { display: grid; gap: 5px; }
.cart-line b { font-size: 11px; line-height: 1.35; }
.cart-line small { color: #83898e; font-size: 8px; }
.cart-line > div:last-child > div { display: flex; align-items: center; justify-content: space-between; margin-top: 5px; }
.cart-line .qty { width: 90px; height: 30px; grid-template-columns: 25px 1fr 25px; }
.cart-line strong { font-size: 12px; }
.cart-complements { margin: 20px 0 8px; padding-top: 18px; border-top: 2px solid var(--ink); }
.cart-complements-head { margin-bottom: 10px; }
.cart-complements-head small { color: var(--red); font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.cart-complements-head h3 { margin: 4px 0 0; font-size: 17px; letter-spacing: -.035em; }
.cart-complements-list { display: grid; gap: 8px; }
.cart-complement-card { min-width: 0; padding: 9px; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 10px; border: 1px solid #dfe2e4; background: #fafafa; }
.cart-complement-card > a { display: block; }
.cart-complement-card .product-visual.compact { width: 58px; height: 74px; }
.cart-complement-card > div { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 3px 8px; }
.cart-complement-card b { grid-column: 1 / -1; font-size: 10px; line-height: 1.35; }
.cart-complement-card b a:hover { color: var(--red); }
.cart-complement-card small { grid-column: 1 / -1; color: #7c8389; font-size: 7px; line-height: 1.45; }
.cart-complement-card span { color: var(--ink); font-size: 10px; font-weight: 800; }
.cart-complement-card button { min-height: 31px; padding: 0 10px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; border: 0; background: var(--ink); color: #fff; cursor: pointer; font-size: 8px; font-weight: 800; }
.cart-complement-card button:hover { background: var(--red); }
.cart-complement-card button:disabled { cursor: wait; opacity: .55; }
.drawer-summary { padding: 19px 23px 23px; background: #f2f3f1; border-top: 1px solid #e0e2e3; display: grid; gap: 10px; }
.drawer-summary > div { display: flex; align-items: center; justify-content: space-between; color: #71777d; font-size: 9px; }
.drawer-summary > div b { color: var(--ink); font-size: 11px; }
.drawer-summary .grand-total { border-top: 1px solid #d8dbdc; padding-top: 13px; font-size: 11px; color: var(--ink); }
.drawer-summary .grand-total b { font-size: 20px; }
.checkout { height: 50px; border: 0; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; gap: 13px; font-size: 10px; font-weight: 800; cursor: pointer; margin-top: 5px; }
.drawer-summary > small { text-align: center; color: #959a9e; font-size: 7px; }

.modal-overlay { justify-content: center; align-items: center; padding: 20px; overflow-y: auto; overscroll-behavior: contain; }
.login-modal { width: min(850px, 100%); min-height: 520px; background: #fff; display: grid; grid-template-columns: 42% 58%; position: relative; }
.modal-close { position: absolute; right: 14px; top: 14px; z-index: 2; }
.login-side { background: var(--ink); color: #fff; padding: 58px 42px; position: relative; overflow: hidden; }
.login-side::after { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); bottom: -180px; left: -120px; box-shadow: 0 0 0 50px rgba(255,255,255,.02), 0 0 0 100px rgba(255,255,255,.015); }
.logo-mark.large { width: 46px; height: 46px; }
.login-side > p { color: #82898f; font-size: 8px; letter-spacing: .17em; font-weight: 800; margin-top: 15px; }
.login-side h2 { font-size: 35px; letter-spacing: -.05em; line-height: 1.05; margin: 45px 0 30px; }
.login-side ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 15px; color: #b7bcc0; font-size: 10px; }
.login-side li { display: flex; align-items: center; gap: 9px; }
.login-side li::before { content: "✓"; color: var(--red); font-weight: 900; }
.login-form { padding: 62px 65px 45px; display: flex; flex-direction: column; justify-content: center; }
.login-form > small, .logged-panel > small { color: var(--red); font-size: 8px; letter-spacing: .16em; font-weight: 800; }
.login-form h2 { font-size: 38px; letter-spacing: -.05em; margin: 8px 0 7px; }
.login-form > p, .logged-panel p { color: #757c82; font-size: 10px; line-height: 1.6; margin-bottom: 25px; }
.login-form form { display: grid; gap: 15px; }
.login-form form > label { display: grid; gap: 7px; font-size: 9px; font-weight: 700; }
.login-form input[type="email"], .login-form input[type="text"], .login-form input[type="tel"], .login-form input[type="password"], .login-form select { height: 46px; border: 1px solid #d7dade; padding: 0 13px; outline: 0; font-size: 11px; background: #fff; color: var(--ink); }
.login-form input:focus { border-color: var(--ink); }
.login-error { min-height: 16px; margin: -3px 0 0 !important; color: #a61b1b !important; font-size: 9px !important; }
.login-register-line { margin: -3px 0 0 !important; color: #747b80 !important; font-size: 9px !important; line-height: 1.4 !important; }
.login-register-line button { border: 0; padding: 0; background: transparent; color: var(--red); font: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }
.login-register-line button:hover { color: var(--red-dark); }
.login-backend-note { color: #9a5757; font-size: 8px; line-height: 1.45; }
.login-version { margin-top: 12px; color: #a0a5a9 !important; font-size: 7px !important; letter-spacing: .08em !important; text-align: right; }
.form-row { display: flex; align-items: center; justify-content: space-between; }
.form-row button, .text-button { border: 0; background: transparent; color: var(--red); font-size: 8px; cursor: pointer; }
.remember { font-size: 8px; color: #6f767b; font-weight: 400; }
.login-submit { height: 49px; border: 0; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; gap: 13px; font-size: 10px; font-weight: 800; cursor: pointer; }
.registration-modal { width: min(1080px, 100%); height: min(780px, calc(100vh - 40px)); height: min(780px, calc(100dvh - 40px)); min-height: 0; max-height: calc(100vh - 40px); max-height: calc(100dvh - 40px); overflow: hidden; }
.registration-modal .login-side { padding-left: 34px; padding-right: 34px; }
.registration-modal > .login-side, .registration-modal > .registration-form { min-height: 0; }
.registration-form { justify-content: flex-start; min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; padding: 42px 48px 36px; }
.registration-form h2 { font-size: 34px; }
.registration-form > p { margin-bottom: 18px; }
.registration-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 14px; }
.registration-grid label { display: grid; gap: 6px; min-width: 0; font-size: 9px; font-weight: 700; }
.registration-grid label > small { color: #858b90; font-size: 8px; font-weight: 500; }
.registration-grid .full-field, .registration-hint { grid-column: 1 / -1; }
.registration-hint { color: #747b80; font-size: 8px; line-height: 1.5; padding-top: 2px; }
.password-hint { margin: -3px 0 0 !important; color: #747b80 !important; font-size: 8px !important; }
.legal-consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; padding: 12px 13px; border: 1px solid #d7dade; background: #f8f7f4; }
.legal-consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--red); cursor: pointer; }
.legal-consent label { color: #4f565c; font-size: 9px; line-height: 1.55; font-weight: 500; }
.legal-consent a { color: var(--red); font-weight: 800; text-underline-offset: 2px; }
.registration-success { min-height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.registration-success > span { width: 54px; height: 54px; border-radius: 50%; background: #e6f5ec; color: var(--green); display: grid; place-items: center; font-size: 23px; margin-bottom: 20px; }
.registration-success > p { color: #666e74; font-size: 11px; line-height: 1.7; }
.registration-success .btn { width: 100%; margin: 12px 0; }
.registration-back { min-height: 38px; border: 0; background: transparent; color: var(--red); font-size: 9px; font-weight: 700; cursor: pointer; }
.registration-form .login-submit:disabled, .login-form .login-submit:disabled { opacity: .58; cursor: wait; }
.logged-panel { text-align: center; display: flex; flex-direction: column; align-items: center; }
.logged-panel > span { width: 54px; height: 54px; border-radius: 50%; background: #e6f5ec; color: var(--green); display: grid; place-items: center; font-size: 22px; margin-bottom: 16px; }
.logged-panel .btn { width: 100%; margin: 12px 0 15px; }
.toast { position: fixed; z-index: 150; bottom: 28px; left: 50%; transform: translateX(-50%); background: var(--ink); color: #fff; min-height: 45px; padding: 0 18px 0 12px; display: flex; align-items: center; gap: 10px; box-shadow: 0 12px 35px rgba(0,0,0,.24); font-size: 10px; animation: toastin .25s ease; }
.toast span { width: 25px; height: 25px; border-radius: 50%; background: var(--green); display: grid; place-items: center; }
.toast-error span { background: #a61b1b; }
@keyframes toastin { from { opacity: 0; transform: translate(-50%, 12px); } }

.verification-body, .legal-body { min-height: 100vh; margin: 0; background: var(--paper); color: var(--ink); }
.verification-body { display: flex; flex-direction: column; padding: 0; }
.verification-card { width: min(560px, 100%); background: #fff; border: 1px solid #ddd5c8; box-shadow: 0 24px 70px rgba(20,33,61,.12); padding: clamp(34px, 6vw, 62px); text-align: center; }
.verification-mark { width: 62px; height: 62px; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 25px; font-weight: 800; }
.verification-mark.success { background: var(--green); }
.verification-mark.error { background: #a61b1b; }
.verification-card small, .legal-page > small { color: var(--red); font-size: 8px; letter-spacing: .17em; font-weight: 800; }
.verification-card h1 { margin: 10px 0 12px; font-size: clamp(31px, 6vw, 46px); letter-spacing: -.05em; }
.verification-card p { margin: 0 0 28px; color: #666e74; font-size: 11px; line-height: 1.75; }
.verification-card .btn { width: 100%; }
.legal-body { padding: 30px 18px 70px; }
.legal-page { width: min(900px, 100%); margin: 0 auto; background: #fff; border: 1px solid #ddd5c8; padding: clamp(30px, 6vw, 68px); }
.legal-page h1 { margin: 10px 0 14px; font-size: clamp(36px, 6vw, 58px); letter-spacing: -.055em; }
.legal-page h2 { margin: 34px 0 10px; font-size: 21px; }
.legal-page p, .legal-page li { color: #555e65; font-size: 12px; line-height: 1.75; }
.legal-page ul { padding-left: 20px; }
.legal-page .legal-warning { margin: 22px 0 30px; padding: 16px 18px; border-left: 3px solid var(--red); background: #f8f3ec; color: #5a3b28; }
.legal-page .btn { margin-top: 30px; }

/* Prestigious navy and copper direction */
.topbar { background: #0d172c; color: #c4c9d2; }
.status-dot::before { background: var(--red); box-shadow: 0 0 0 3px rgba(196,106,50,.16); }
.logo-mark { background: var(--red); transform: none; border-radius: 2px; }
.logo-mark i { background: var(--ink); transform: none; }
.logo b { letter-spacing: .08em; font-family: "Manrope", Arial, sans-serif; font-weight: 800; }
.search { background: #fbfaf8; border-color: #ded8ce; }
.cart-button { background: var(--ink); }
.cart-button:hover { background: var(--ink-2); }
.nav { background: #fff; overflow: visible; }
.nav-inner { overflow: visible; }
.nav-dropdown { position: relative; display: flex; align-items: stretch; border-right: 1px solid #ece8e0; }
.nav-dropdown > button { border-right: 0; display: flex; align-items: center; gap: 8px; }
.nav-chevron { color: var(--red); font-size: 14px; line-height: 1; transform: translateY(-1px); }
.dropdown-panel { display: none; position: absolute; left: -1px; top: 100%; width: min(410px, 92vw); max-height: min(68vh, 640px); overflow-y: auto; overscroll-behavior: contain; background: #fff; border: 1px solid #ded8ce; box-shadow: 0 20px 50px rgba(20,33,61,.15); padding: 12px; z-index: 60; }
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { display: grid; }
.dropdown-panel > span { color: var(--red); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; padding: 9px 11px 12px; border-bottom: 1px solid #e7e1d8; }
.dropdown-panel button { min-height: 39px; width: 100%; border: 0; border-bottom: 1px solid #eee9e1; padding: 0 10px; display: flex; align-items: center; justify-content: space-between; background: #fff; color: var(--ink); font-size: 10px; text-align: left; }
.dropdown-panel button:last-child { border-bottom: 0; }
.dropdown-panel button:hover { background: var(--paper); color: var(--red); }
.dropdown-panel button::after { display: none; }

.hero { min-height: 610px; background: var(--ink); color: #fff; }
.hero::before { background: radial-gradient(circle at 22% 20%, rgba(196,106,50,.13), transparent 34%), linear-gradient(120deg, rgba(255,255,255,.025), transparent 52%); }
.hero-inner { min-height: 610px; grid-template-columns: .93fr 1.07fr; gap: 58px; }
.hero-copy { padding: 70px 0; }
.hero h1 { font-size: clamp(52px, 5vw, 76px); line-height: .98; letter-spacing: -.045em; text-transform: none; margin-top: 24px; }
.hero h1 span { color: #d8a37e; -webkit-text-stroke: 0; }
.hero-copy > p { color: #c8ced8; max-width: 570px; }
.btn.primary { background: var(--red); }
.btn.ghost { border-color: rgba(244,239,230,.32); }
.hero-category-cue { margin-top: 42px; padding: 0 0 0 17px; min-height: 54px; border: 0; border-left: 2px solid var(--red); background: transparent; color: #fff; display: grid; grid-template-columns: 1fr auto; text-align: left; cursor: pointer; column-gap: 16px; }
.hero-category-cue span { grid-column: 1; align-self: end; color: #9fa8b7; font-size: 9px; }
.hero-category-cue b { grid-column: 1; align-self: start; font-size: 11px; letter-spacing: .02em; }
.hero-category-cue svg { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--red); transition: .2s; }
.hero-category-cue:hover svg { transform: translateX(5px); }
.hero-media { position: relative; height: 485px; overflow: hidden; box-shadow: 0 28px 70px rgba(0,0,0,.34); border: 1px solid rgba(244,239,230,.18); }
.hero-media video { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.68) contrast(1.05); }
.hero-media-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,33,61,.08), rgba(20,33,61,.55)), linear-gradient(90deg, rgba(20,33,61,.18), transparent 60%); }
.hero-media-note { position: absolute; left: 24px; right: 24px; bottom: 24px; background: rgba(20,33,61,.88); backdrop-filter: blur(9px); border: 1px solid rgba(244,239,230,.17); padding: 19px 21px; display: flex; align-items: center; gap: 18px; }
.hero-media-note > span { color: var(--red); font-family: "Manrope", Arial, sans-serif; font-size: 30px; border-right: 1px solid rgba(244,239,230,.2); padding-right: 18px; }
.hero-media-note div { display: grid; gap: 5px; }
.hero-media-note small { color: #c7ccd5; font-size: 7px; letter-spacing: .16em; }
.hero-media-note b { font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.3; font-weight: 700; }

.categories-section { background: var(--paper); padding-top: 74px; }
.category-grid { gap: 16px; background: transparent; border: 0; }
.category-card { min-height: 440px; border: 1px solid #ddd5c8; box-shadow: 0 10px 26px rgba(20,33,61,.05); }
.category-card::after { height: 3px; background: var(--red); }
.category-card:hover { transform: translateY(-7px); box-shadow: 0 22px 55px rgba(20,33,61,.13); }
.category-art { height: 245px; background: linear-gradient(145deg,#fbf8f2,#e9e0d2); }
.category-content { padding: 27px 30px 30px; }
.category-content h3 { font-size: 31px; font-weight: 500; }
.category-index { color: rgba(20,33,61,.34); }
.section-number { color: var(--red); border-color: var(--red); }
.section-head p, .category-content > span { color: var(--red); }
.product-badge, .add-button, .table-add, .checkout, .login-submit { background: var(--red); }
.view-switch button.active { background: var(--ink); }
.benefits, .footer, .login-side, .manager-card { background: var(--ink); }
.category-hero { background: var(--paper); }
.category-hero h1 { text-transform: none; }

/* Sezonowa ekspozycja pojawia się wyłącznie, gdy API zwróci aktywną kategorię. */
.seasonal-banner-wrap { padding: 28px 0 0; background: var(--paper); }
.seasonal-banner { width: 100%; min-height: 184px; padding: 0; border: 1px solid #d9c7ae; background: linear-gradient(115deg, #14213d 0%, #243657 57%, #f1e3cb 57%, #fbf7f0 100%); color: #fff; display: grid; grid-template-columns: 1.45fr .55fr; text-align: left; overflow: hidden; cursor: pointer; box-shadow: 0 16px 38px rgba(20,33,61,.12); }
.seasonal-banner-copy { padding: 30px 38px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.seasonal-banner-copy small { color: #e5a77d; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.seasonal-banner-copy strong { margin-top: 7px; font-family: "Manrope", Arial, sans-serif; font-size: clamp(26px, 3vw, 42px); line-height: 1.05; letter-spacing: -.04em; }
.seasonal-banner-copy em { margin-top: 10px; max-width: 590px; color: #cbd2df; font-size: 12px; font-style: normal; line-height: 1.55; }
.seasonal-banner-copy b { margin-top: 18px; display: flex; align-items: center; gap: 9px; color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.seasonal-banner-visual { min-width: 0; background: rgba(255,255,255,.78); }
.seasonal-banner-visual .product-visual { height: 100%; min-height: 184px; background: transparent; }
.seasonal-banner:hover .seasonal-banner-copy b { color: #e5a77d; }

/* Telefon: jeden poziomy rząd z naturalnym przewijaniem gestem. */
.category-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(82vw, 1fr); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; }
.category-card { min-width: 0; scroll-snap-align: start; }

@media (min-width: 1051px) {
  .category-grid { grid-template-columns: repeat(var(--category-columns, 4), minmax(0, 1fr)); grid-auto-flow: row; grid-auto-columns: auto; overflow: visible; }
  .category-card { min-height: 500px; }
  .category-art { height: 285px; }
  .category-content { padding: 26px 24px 30px; }
  .category-content h3 { font-size: clamp(23px, 1.9vw, 31px); }
}


@media (max-width: 1050px) {
  .wrap { width: min(100% - 32px, 1240px); }
  .header-main { gap: 20px; }
  .search { max-width: none; }
  .account-button span { display: none; }
  .account-button { padding: 0 12px; }
  .hero-inner { grid-template-columns: 1.12fr .88fr; }
  .hero-media { height: 430px; }
  .category-grid { grid-template-columns: repeat(2,1fr); grid-auto-flow: row; grid-auto-columns: auto; overflow: visible; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .catalog-main .product-grid { grid-template-columns: repeat(2,1fr); }
  .category-hero-inner { grid-template-columns: 1fr 310px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 780px) {
  .wrap { width: min(100% - 24px, 1240px); }
  .topbar-inner > span, .topbar-inner a:last-of-type { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .topbar-inner > div { gap: 16px; }
  .header-main { height: auto; min-height: 68px; gap: 12px; flex-wrap: wrap; padding: 12px 0; }
  .logo b { font-size: 21px; }
  .logo small { font-size: 7px; }
  .logo-mark { width: 30px; height: 30px; }
  .search { order: 4; flex: 1 0 100%; max-width: none; height: 44px; background: #fff; display: flex; }
  .header-actions { height: 40px; }
  .account-button { display: flex; min-width: 44px; width: 44px; padding: 0; justify-content: center; border-left: 1px solid var(--line); border-right: 0; }
  .account-button span { display: none; }
  .cart-button { min-width: 44px; width: 44px; padding: 0; justify-content: center; }
  .cart-button span { display: none; }
  .mobile-menu { display: grid; place-items: center; border: 1px solid #d9d2c6; background: #fff; width: 42px; height: 42px; margin-left: 0; cursor: pointer; position: relative; overflow: hidden; transition: background .25s ease, border-color .25s ease, transform .2s ease; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; background: #fff; display: none; border-top: 1px solid var(--line); box-shadow: 0 15px 35px rgba(0,0,0,.14); }
  .nav.open { display: block; }
  .nav-inner { height: auto; display: grid; grid-template-columns: repeat(2,1fr); padding: 8px 12px 14px; width: 100%; }
  .nav button, .nav button:first-child { height: 45px; border: 1px solid #eceeef; margin: -1px 0 0 -1px; text-align: left; padding-left: 14px; }
  .nav-dropdown { display: block; border: 0; }
  .nav-dropdown > button { width: 100%; justify-content: space-between; }
  .dropdown-panel { left: 0; top: 44px; width: min(410px, 88vw); }
  .nav .promo-link { margin: 0; }
  .hero { min-height: 860px; }
  .hero-inner { display: block; min-height: 860px; }
  .hero-copy { padding: 58px 0 34px; }
  .hero h1 { font-size: 48px; }
  .hero-copy > p { font-size: 14px; }
  .hero-category-cue { margin-top: 27px; }
  .hero-media { height: 320px; }
  .hero-media-note { left: 14px; right: 14px; bottom: 14px; padding: 13px 15px; }
  .hero-media-note > span { font-size: 23px; }
  .hero-media-note b { font-size: 13px; }
  .section { padding: 68px 0; }
  .section-head { align-items: flex-start; }
  .section-head > p { display: none; }
  .category-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(82vw, 1fr); overflow-x: auto; }
  .category-card { min-height: 340px; }
  .category-art { height: 178px; }
  .category-content { padding: 20px; }
  .seasonal-banner-wrap { padding-top: 18px; }
  .seasonal-banner { min-height: 240px; grid-template-columns: 1fr; background: linear-gradient(145deg, #14213d 0%, #243657 68%, #e8d5b8 68%, #fbf7f0 100%); }
  .seasonal-banner-copy { padding: 26px 24px 18px; }
  .seasonal-banner-copy em { max-width: 88%; }
  .seasonal-banner-visual { height: 98px; margin-left: 58%; }
  .seasonal-banner-visual .product-visual { min-height: 98px; height: 98px; }
  .recommendation-banner { padding: 28px; align-items: flex-start; flex-direction: column; }
  .recommendation-banner h2 { font-size: 27px; }
  .product-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; gap: 24px; }
  .benefit-grid > div, .benefit-grid > div:first-child { border: 0; padding: 0; }
  .category-hero-inner { grid-template-columns: 1fr; min-height: 395px; padding: 38px 0; }
  .category-hero-art { position: absolute; right: -80px; bottom: -25px; width: 260px; height: 230px; opacity: .65; }
  .category-hero-inner > div:first-child { position: relative; z-index: 2; }
  .category-hero-inner > div:first-child > p { max-width: 80%; }
  .category-hero h1 { font-size: 51px; }
  .category-stats { gap: 10px; flex-wrap: wrap; }
  .category-stats span { padding-right: 10px; }
  .category-jump .wrap { overflow-x: auto; padding: 11px 0; }
  .category-jump span { display: none; }
  .category-jump button { flex: none; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filters { display: none; }
  .catalog-head { align-items: flex-start; flex-direction: column; }
  .catalog-controls { width: 100%; }
  .catalog-controls label { flex: 1; }
  .catalog-controls select { width: 100%; }
  .catalog-main .product-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .login-modal { grid-template-columns: 1fr; min-height: 0; max-height: 95vh; overflow-y: auto; }
  .login-side { display: none; }
  .login-form { padding: 58px 28px 36px; }
  .registration-modal { min-height: 0; }
  .registration-form { overflow: visible; padding: 52px 24px 30px; }
  .registration-grid { grid-template-columns: 1fr; }
  .registration-grid .full-field, .registration-hint { grid-column: auto; }
}

.hamburger-lines { width: 20px; height: 16px; position: relative; display: block; }
.hamburger-lines i { position: absolute; left: 0; width: 20px; height: 2px; border-radius: 2px; background: var(--ink); transform-origin: center; transition: top .25s ease, transform .3s cubic-bezier(.4,0,.2,1), opacity .18s ease, background .25s ease; }
.hamburger-lines i:nth-child(1) { top: 0; }
.hamburger-lines i:nth-child(2) { top: 7px; width: 14px; left: 6px; }
.hamburger-lines i:nth-child(3) { top: 14px; }
.mobile-menu:hover { border-color: var(--red); }
.mobile-menu:active { transform: scale(.94); }
.mobile-menu.is-open { background: var(--ink); border-color: var(--ink); }
.mobile-menu.is-open .hamburger-lines i { background: #fff; }
.mobile-menu.is-open .hamburger-lines i:nth-child(1) { top: 7px; transform: rotate(45deg); }
.mobile-menu.is-open .hamburger-lines i:nth-child(2) { opacity: 0; transform: translateX(8px); }
.mobile-menu.is-open .hamburger-lines i:nth-child(3) { top: 7px; transform: rotate(-45deg); }

@media (max-width: 780px) {
  .header-actions { margin-left: auto; }
  .cart-button { order: 1; border-radius: 0; }
  .mobile-menu { order: 2; flex: none; }
}

.nav-group-row { display: flex; height: 100%; }
.nav-group-row > button:first-child { display: flex; align-items: center; flex: 1; }
.submenu-toggle { display: none; }

@media (max-width: 780px) {
  .topbar { display: none; }
  .nav { position: fixed; inset: 68px 0 0; height: calc(100dvh - 68px); overflow-y: auto; overscroll-behavior: contain; background: var(--paper); box-shadow: none; border-top: 1px solid var(--line); }
  .nav-inner { display: flex; flex-direction: column; width: 100%; padding: 0 16px 34px; }
  .nav-inner > button, .nav-dropdown { flex: none; width: 100%; border-bottom: 1px solid #d9d2c6; }
  .nav button, .nav button:first-child { height: 58px; margin: 0; border: 0; background: transparent; padding: 0 4px; font-size: 14px; text-align: left; }
  .nav button::after { display: none; }
  .nav-group-row { height: 58px; width: 100%; align-items: stretch; }
  .nav-group-row > button:first-child { padding-left: 4px; font-weight: 700; }
  .submenu-toggle { display: grid !important; place-items: center; flex: 0 0 54px !important; width: 54px !important; padding: 0 !important; border-left: 1px solid #d9d2c6 !important; }
  .submenu-toggle span { font-size: 21px; color: var(--red); transition: transform .28s cubic-bezier(.4,0,.2,1); }
  .nav-dropdown.submenu-open .submenu-toggle span { transform: rotate(180deg); }
  .nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { display: none; }
  .nav-dropdown.submenu-open .dropdown-panel { display: block; position: static; width: 100%; padding: 0 0 12px 16px; border: 0; border-top: 1px solid #d9d2c6; box-shadow: none; background: rgba(255,255,255,.52); }
  .dropdown-panel > span, .dropdown-panel > small { display: block; padding: 16px 4px 10px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; border: 0; }
  .dropdown-panel button { min-height: 47px; height: auto; padding: 10px 14px 10px 4px; border-bottom: 1px solid rgba(102,112,133,.16); font-size: 12px; background: transparent; }
  .dropdown-panel .main-category-link { color: var(--red); font-weight: 700; }
  .nav .promo-link { margin: 0; width: 100%; color: var(--red); }
}

@media (max-width: 480px) {
  .header-main { gap: 8px; }
  .header-main .logo { min-width: 0; }
  .header-main .logo > span:last-child { padding-left: 9px; }
  .header-main .logo b { font-size: 19px; }
  .header-main .logo small { display: none; }
  .hero h1 { font-size: 40px; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .hero-metrics b { font-size: 13px; }
  .section-head h2 { font-size: 34px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { display: grid; gap: 7px; justify-content: start; padding: 16px 0; }
  .verification-card { padding: 32px 22px; }
  .legal-page { padding: 30px 22px; }
}

@media (min-width: 760px) {
  .footer > .contact-footer-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Modern full-bleed hero and Manrope hierarchy */
.logo { min-width: 142px; }
.logo > span:last-child { border-left: 3px solid var(--red); padding-left: 13px; }
.logo b { font-size: 24px; line-height: .9; }
.logo small { font-weight: 600; letter-spacing: .18em; color: var(--muted); }
.nav button, .search input { font-weight: 500; }
.btn, .add-button, .table-add, .checkout, .login-submit, .product-badge, .price b, .table-price, .category-content b, .eyebrow { font-weight: 700; }

.hero { min-height: 680px; background: var(--ink); }
.hero::before { display: none; }
.hero-background-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; filter: saturate(.62) contrast(1.14); }
.hero-background-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(10,20,42,.96) 0%, rgba(20,33,61,.88) 42%, rgba(20,33,61,.48) 72%, rgba(20,33,61,.68) 100%), linear-gradient(0deg, rgba(9,18,38,.82), transparent 55%); }
.hero-inner { min-height: 680px; grid-template-columns: minmax(0, 1.25fr) .75fr; gap: 80px; }
.hero-copy { padding: 92px 0 88px; }
.hero h1 { font-size: clamp(58px, 6.4vw, 96px); line-height: .91; letter-spacing: -.065em; text-transform: uppercase; max-width: 900px; margin: 27px 0 28px; text-wrap: balance; }
.hero h1 span { color: var(--red); }
.hero-copy > p { max-width: 650px; font-size: 17px; line-height: 1.7; color: #e1e5ec; font-weight: 400; }
.hero-actions { margin-top: 34px; }
.hero-actions .btn { min-height: 56px; padding-inline: 27px; }
.hero-category-cue { margin-top: 52px; background: rgba(244,239,230,.08); border: 1px solid rgba(244,239,230,.2); border-left: 3px solid var(--red); padding: 12px 18px; max-width: 390px; backdrop-filter: blur(10px); }
.hero-side-note { align-self: end; justify-self: end; margin-bottom: 72px; display: flex; align-items: center; gap: 18px; padding: 19px 22px; background: rgba(10,20,42,.72); border: 1px solid rgba(244,239,230,.2); backdrop-filter: blur(12px); }
.hero-side-note > span { color: var(--red); font-size: 30px; font-weight: 800; border-right: 1px solid rgba(244,239,230,.22); padding-right: 18px; }
.hero-side-note div { display: grid; gap: 4px; }
.hero-side-note small { color: #c8ced8; font-size: 8px; letter-spacing: .16em; font-weight: 700; }
.hero-side-note b { font-size: 14px; line-height: 1.35; font-weight: 700; }
.section-head h2 { font-weight: 800; letter-spacing: -.055em; }
.category-content h3 { font-weight: 800; letter-spacing: -.055em; }

@media (max-width: 1050px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-side-note { display: none; }
}

@media (max-width: 720px) {
  .hero { min-height: 650px; }
  .hero-inner { min-height: 650px; }
  .hero-copy { padding: 74px 0 64px; }
  .hero h1 { font-size: clamp(45px, 13vw, 66px); }
  .hero-background-overlay { background: linear-gradient(90deg, rgba(10,20,42,.94), rgba(20,33,61,.72)), linear-gradient(0deg, rgba(9,18,38,.8), transparent); }
}

/* Focused hero and persistent navigation */
.header { position: sticky; top: 0; z-index: 100; box-shadow: 0 8px 28px rgba(20,33,61,.09); }
.hero { min-height: 510px; }
.hero-inner { min-height: 510px; display: flex; align-items: center; }
.hero-copy { padding: 70px 0 78px; width: 100%; }
.hero h1 { margin: 0 0 38px; max-width: 940px; }
.hero-actions { margin-top: 0; }
.hero-cta { min-height: 66px !important; padding: 0 34px !important; font-size: 14px; letter-spacing: .02em; box-shadow: 0 16px 38px rgba(196,106,50,.38); border: 1px solid rgba(255,255,255,.18); }
.hero-cta svg { width: 24px; height: 24px; transition: transform .2s ease; }
.hero-cta:hover { transform: translateY(-3px) !important; box-shadow: 0 21px 45px rgba(196,106,50,.46); }
.hero-cta:hover svg { transform: translateX(5px); }

@media (max-width: 720px) {
  .header { top: 0; }
  .hero, .hero-inner { min-height: 440px; }
  .hero-copy { padding: 60px 0 66px; }
  .hero h1 { margin-bottom: 30px; }
  .hero-cta { min-height: 60px !important; }
}

.static-search-empty { min-height: 240px; display: grid; place-content: center; gap: 8px; text-align: center; color: var(--muted); background: white; border: 1px solid var(--line); }
.static-search-empty b { color: var(--ink); font-size: 19px; }
.search-results-page { min-height: 65vh; background: #f4f5f5; }
.search-results-hero { padding: 38px 0 42px; background: var(--paper); border-bottom: 1px solid #ded8ce; }
.search-results-hero .breadcrumbs { margin-bottom: 28px; }
.search-results-hero > .wrap > p, .search-results-head small { margin: 0 0 7px; color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.search-results-hero h1 { max-width: 980px; margin: 0 0 10px; font-size: clamp(32px, 5vw, 58px); line-height: 1.05; letter-spacing: -.055em; overflow-wrap: anywhere; }
.search-results-hero > .wrap > span { color: var(--muted); font-size: 11px; }
.search-results-section { padding: 38px 0 88px; }
.search-results-head { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.search-results-head h2 { margin: 0; font-size: clamp(23px, 3vw, 34px); letter-spacing: -.045em; }
.search-start span { max-width: 520px; font-size: 11px; line-height: 1.6; }
@media (max-width: 780px) {
  .search-results-hero { padding: 28px 0 32px; }
  .search-results-hero .breadcrumbs { margin-bottom: 22px; }
  .search-results-section { padding: 28px 0 62px; }
  .search-results-head { align-items: flex-start; flex-direction: column; }
}
.catalog-loading, .catalog-error { min-height: 240px; background: #fff; border: 1px solid var(--line); display: grid; place-content: center; justify-items: center; gap: 12px; padding: 30px; text-align: center; color: var(--muted); }
.catalog-loading > span { width: 30px; height: 30px; border: 3px solid #ddd5c8; border-top-color: var(--red); border-radius: 50%; animation: catalog-spin .8s linear infinite; }
.catalog-loading b, .catalog-error b { color: var(--ink); font-size: 17px; }
.catalog-error span { max-width: 520px; font-size: 10px; line-height: 1.6; }
.catalog-error button { min-height: 40px; border: 0; background: var(--red); color: #fff; padding: 0 20px; font-size: 9px; font-weight: 800; cursor: pointer; }
@keyframes catalog-spin { to { transform: rotate(360deg); } }
/* R8.5: niższy hero, publiczne promocje i nieruchoma siatka sześciu rekomendacji. */
.hero, .hero-inner { min-height: 340px; }
.hero-copy { padding: 42px 0 48px; }
.hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(38px, 10.5vw, 54px); }
.hero-cta { min-height: 52px !important; padding-inline: 24px !important; font-size: 12px; }

.homepage-promotions { padding: 30px 0 36px; overflow: hidden; background: #f1f2f3; border-bottom: 1px solid #dfe2e5; }
.homepage-promotions > .wrap, .homepage-recommendations > .wrap { width: min(1320px, calc(100% - 24px)); }
.promotion-head { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.promotion-head p, .recommendation-head p { margin: 0 0 7px; color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.promotion-head h2, .recommendation-head h2 { margin: 0; color: var(--ink); font-size: clamp(24px, 6vw, 32px); line-height: 1.1; letter-spacing: -.04em; }
.promotion-head > span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.promotion-carousel { position: relative; }
.promotion-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(286px, 86vw); gap: 14px; overflow-x: auto; padding: 2px 2px 12px; scroll-snap-type: x mandatory; scroll-padding-inline: 2px; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #b8bec5 transparent; }
.promotion-card { min-width: 0; display: grid; grid-template-columns: 42% minmax(0, 58%); overflow: hidden; scroll-snap-align: start; background: #fff; border: 1px solid #dfe2e5; border-radius: 17px; box-shadow: 0 8px 26px rgba(20,33,61,.07); }
.promotion-card-visual { min-height: 265px; position: relative; padding: 12px; background: linear-gradient(145deg,#fbfbfa,#eceeeb); }
.promotion-card-visual .product-visual { height: 100%; min-height: 241px; background: transparent; }
.promotion-badges { position: absolute; left: 12px; top: 12px; z-index: 5; display: flex; flex-wrap: wrap; gap: 6px; max-width: calc(100% - 24px); }
.promotion-badge { display: inline-flex; align-items: center; min-height: 27px; padding: 6px 9px; border-radius: 5px; background: #16823a; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.new-product-badge { background: var(--red); }
.promotion-card-body { min-width: 0; padding: 18px 16px; display: flex; flex-direction: column; }
.promotion-card-body > span { color: #8a9096; font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.promotion-card h3 { min-height: 42px; margin: 8px 0 13px; color: var(--ink); font-size: 15px; line-height: 1.4; letter-spacing: -.025em; }
.promotion-price { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4px 8px; }
.promotion-price small { grid-column: 1 / -1; color: #8a9096; font-size: 8px; text-transform: uppercase; }
.promotion-price del { color: #7b8085; font-size: 11px; }
.promotion-price b { color: var(--ink); font-size: 25px; line-height: 1.1; letter-spacing: -.04em; }
.promotion-price.is-promoted b { color: #16823a; }
.promotion-price strong { grid-column: 1 / -1; color: #16823a; font-size: 9px; }
.promotion-price-locked { display: grid; grid-template-columns: 1fr; align-content: start; }
.promotion-price-locked b { color: var(--ink); font-size: 14px; line-height: 1.35; }
.promotion-price-locked span { color: var(--muted); font-size: 9px; line-height: 1.5; }
.promotion-stock { display: flex; align-items: center; gap: 6px; margin: 14px 0 12px; color: var(--green); font-size: 9px; font-weight: 700; }
.promotion-stock i { width: 6px; height: 6px; border-radius: 50%; background: #3eb873; }
.promotion-card-actions { margin-top: auto; display: grid; gap: 8px; }
.promotion-action { width: 100%; min-height: 43px; margin-top: 0; padding: 0 10px; border: 0; border-radius: 7px; background: var(--red); color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 7px; text-align: center; text-decoration: none; font-size: 9px; font-weight: 800; cursor: pointer; }
.promotion-arrow { display: none; position: absolute; top: 50%; z-index: 6; width: 48px; height: 48px; margin-top: -24px; place-items: center; border: 1px solid #d4d8dc; border-radius: 8px; background: #fff; color: var(--ink); box-shadow: 0 7px 22px rgba(20,33,61,.14); cursor: pointer; }
.promotion-arrow-prev { left: -17px; }
.promotion-arrow-next { right: -17px; }
.promotion-arrow-prev svg { transform: rotate(180deg); }
.promotion-arrow[hidden] { display: none !important; }

.homepage-recommendations { padding: 20px 0 40px; background: #eef0f2; border-bottom: 1px solid #dde0e3; }
.recommendation-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.recommendation-head > a { flex: none; color: var(--red); font-size: 10px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.recommendation-description { max-width: 760px; margin: 10px 0 20px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.recommendation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.recommendation-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #dfe2e5; border-radius: 14px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.recommendation-card-visual { min-height: 142px; position: relative; padding: 9px 9px 0; background: #fff; }
.recommendation-card-visual .product-visual { height: 133px; border-radius: 9px; background: linear-gradient(145deg,#fafbfa,#f0f1ef); }
.recommendation-reason { position: absolute; left: 9px; top: 9px; z-index: 4; max-width: calc(100% - 18px); padding: 5px 6px; border-radius: 4px; background: var(--red); color: #fff; font-size: 6px; font-weight: 800; line-height: 1.35; letter-spacing: .04em; text-transform: uppercase; }
.recommendation-card-body { flex: 1; display: flex; flex-direction: column; padding: 11px; }
.recommendation-code { overflow: hidden; color: #8a9096; font-size: 7px; letter-spacing: .04em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.recommendation-card h3 { display: -webkit-box; min-height: 36px; margin: 6px 0 10px; overflow: hidden; color: var(--ink); font-size: 12px; line-height: 1.45; letter-spacing: -.02em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.recommendation-price { display: grid; grid-template-columns: 1fr; align-items: end; gap: 2px; margin-bottom: 8px; }
.recommendation-price small { color: #8a9096; font-size: 7px; text-transform: uppercase; }
.recommendation-price del { color: #7b8085; font-size: 9px; }
.recommendation-price b { font-size: 18px; line-height: 1.2; letter-spacing: -.04em; }
.recommendation-price span { color: #8a9096; font-size: 7px; }
.recommendation-price em { color: #16823a; font-size: 7px; font-style: normal; font-weight: 800; }
.recommendation-card-body > p { min-height: 27px; margin: 0 0 8px; color: var(--muted); font-size: 8px; line-height: 1.45; }
.recommendation-availability { display: flex; align-items: center; gap: 5px; margin-bottom: 10px; color: var(--green); font-size: 8px; font-weight: 700; }
.recommendation-availability i { width: 5px; height: 5px; border-radius: 50%; background: #3eb873; }
.recommendation-card-actions { margin-top: auto; display: grid; gap: 6px; }
.recommendation-add { width: 100%; min-height: 40px; margin-top: 0; padding: 0 7px; border: 0; border-radius: 7px; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 8px; font-weight: 800; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.recommendation-add:active { transform: scale(.98); }
.recommendation-status { min-height: 180px; display: grid; place-content: center; gap: 8px; padding: 28px 20px; text-align: center; color: var(--muted); background: #fff; border: 1px solid var(--line); }
.recommendation-status b { color: var(--ink); font-size: 17px; }
.recommendation-status span { font-size: 11px; line-height: 1.6; }
.price-promoted del, .table-old-price { display: block; margin-bottom: 4px; color: #7b8085; font-size: 10px; }
.price-promoted strong, .table-savings { display: block; margin-top: 5px; color: #16823a; font-size: 8px; }

@media (hover: hover) {
  .promotion-card:hover, .recommendation-card:hover { transform: translateY(-3px); border-color: #c8cdd2; box-shadow: 0 12px 30px rgba(20,33,61,.1); }
  .promotion-action:hover, .recommendation-add:hover { background: var(--red-dark); }
}
@media (min-width: 600px) {
  .promotion-track { grid-auto-columns: 440px; gap: 16px; }
  .recommendation-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .recommendation-card-visual { min-height: 180px; padding: 12px 12px 0; }
  .recommendation-card-visual .product-visual { height: 168px; }
  .recommendation-card-body { padding: 13px 14px 15px; }
  .recommendation-card h3 { font-size: 13px; }
  .recommendation-price b { font-size: 20px; }
}
@media (min-width: 721px) {
  .hero, .hero-inner { min-height: 390px; }
  .hero-copy { padding: 52px 0 58px; }
  .hero h1 { font-size: clamp(48px, 5.2vw, 68px); }
  .homepage-promotions { padding: 38px 0 44px; }
  .homepage-recommendations { padding: 14px 0 48px; }
  .homepage-promotions > .wrap, .homepage-recommendations > .wrap { width: min(1320px, calc(100% - 48px)); }
  .promotion-head { align-items: flex-end; flex-direction: row; justify-content: space-between; }
  .promotion-arrow { display: grid; }
  .recommendation-description { margin-bottom: 24px; }
}
@media (min-width: 1100px) {
  .recommendation-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
}
/* R11: przypomnienie o fakturach i kolejka brakujacych produktow */
.invoice-overdue-banner{background:#a91620;color:#fff;border-top:1px solid rgba(255,255,255,.2)}.invoice-overdue-banner>.wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.invoice-overdue-banner div div{display:flex;flex-direction:column;gap:4px}.invoice-overdue-banner b{font-size:20px}.invoice-overdue-banner span{font-size:14px}.invoice-overdue-banner a{display:inline-flex;padding:12px 18px;border:1px solid #fff;color:#fff;font-weight:800;text-decoration:none}

/* R11.1: rezerwacja produktu — pole ilosci 1/4, przycisk 3/4 */
.backorder-row{width:100%;display:grid;grid-template-columns:minmax(64px,1fr) minmax(0,3fr);gap:8px;align-items:end;margin-top:12px}.product-card>.backorder-row{width:auto;margin:12px 19px 0}.backorder-row label{min-width:0;display:flex;flex-direction:column;gap:4px;font-size:11px;font-weight:700}.backorder-row input,.table-reserve-input{width:100%;min-width:0;min-height:42px;border:1px solid #cbd2dc;padding:8px;background:#fff}.backorder-row>button,.reserve-button{width:100%;min-width:0;min-height:42px;white-space:nowrap}.stock.stock-empty{color:#a91620}.stock.stock-empty i{background:#a91620}
@media(max-width:720px){.invoice-overdue-banner>.wrap{align-items:stretch;flex-direction:column;padding-top:16px;padding-bottom:16px}.invoice-overdue-banner a{text-align:center;justify-content:center}}

/* R18: sześć dużych działów, obraz jako pełne tło kafla */
.category-card{min-height:440px;background:#17233b;color:#fff}
.category-art{position:absolute;inset:0;height:auto;background:#17233b}
.category-art::after{inset:0;width:auto;height:auto;border:0;border-radius:0;background:linear-gradient(180deg,rgba(10,20,40,.04) 15%,rgba(10,20,40,.92) 100%)}
.category-art .product-visual,.category-art .product-visual img{width:100%;height:100%;object-fit:cover}
.category-content{position:absolute;z-index:2;inset:auto 0 0;padding:28px;color:#fff}
.category-content h3,.category-content p,.category-content b{color:#fff}.category-content>span{color:#ffb27d}
.promotion-buy-row{grid-template-columns:minmax(92px,1fr) minmax(0,3fr)}
.mobile-catalog-filters{margin:0 0 16px;border:1px solid var(--line);background:#fff;padding:12px}.mobile-catalog-filters summary{font-weight:800;cursor:pointer}.mobile-catalog-filters label{display:grid;gap:6px;margin-top:12px;font-size:11px}.mobile-catalog-filters select{min-height:44px;border:1px solid var(--line);padding:0 12px;background:#fff}
@media(min-width:721px){.mobile-catalog-filters{display:none}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-card{min-height:460px}.category-content{padding:28px 24px}.category-content h3{font-size:clamp(24px,2.1vw,34px)}}

/* R18.8.9: finalny znak Pan Platforma przy zachowaniu nazwy obok logo */
.brand-logo{width:52px;height:52px;flex:0 0 52px;display:block;object-fit:contain}
.footer-logo .brand-logo{width:46px;height:46px;flex-basis:46px}
.legal-brand-lockup{margin-bottom:24px;display:inline-flex;align-items:center;gap:12px;text-decoration:none}
.legal-brand-lockup img{width:52px;height:52px;flex:0 0 52px;object-fit:contain}
.legal-brand-lockup span{display:grid;gap:4px;padding-left:12px;border-left:3px solid var(--red)}
.legal-brand-lockup strong{font-size:18px;letter-spacing:.07em}
.legal-brand-lockup small{color:var(--muted);font-size:7px;font-weight:700;letter-spacing:.18em}
@media(max-width:480px){.header-main .brand-logo{width:38px;height:38px;flex-basis:38px}.footer-logo .brand-logo{width:42px;height:42px;flex-basis:42px}.legal-brand-lockup img{width:46px;height:46px;flex-basis:46px}}
