/* ═══════════════════════════════════════════════
   BRUBECK LANDING — brubeck-landing.css
   Wszystkie klasy z prefixem brk- (bez kolizji z motywem)
   ═══════════════════════════════════════════════ */

/* ══ RESET WEWNĘTRZNY — neutralizuje style motywu ══ */
.brubeck-wrap,
.brubeck-wrap *,
.brubeck-wrap *::before,
.brubeck-wrap *::after {
  box-sizing: border-box;
}

/* Zeruj marginesy/paddingi/bordery które motywy dodają do h2, p, img itp. */
.brubeck-wrap h2,
.brubeck-wrap h3,
.brubeck-wrap p,
.brubeck-wrap ul,
.brubeck-wrap li,
.brubeck-wrap section,
.brubeck-wrap div,
.brubeck-wrap main {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: none;
  border-top: none;
  outline: none;
}

/* Usuń dekoracje które motywy dodają do nagłówków */
.brubeck-wrap h2::after,
.brubeck-wrap h2::before,
.brubeck-wrap h3::after,
.brubeck-wrap h3::before {
  display: none !important;
  content: none !important;
}

.brubeck-wrap {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #222;
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
}

.brubeck-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

/* ══ HERO ══ */
.brk-hero { width: 100%; line-height: 0; }
.brk-hero__img { width: 100%; height: auto; display: block; }

/* ══════════════════════════════════════════════
   PAGE-BG
   bck.png: 1200×3633  →  aspect 302.75%
   ══════════════════════════════════════════════ */
.brk-page-bg {
  position: relative;
  width: 100%;
  padding-bottom: 302.75%;
  /* background-image ustawiony inline w landing.php jako absolutny URL */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  font-size: 0.929vw;
}

.brk-block {
  position: absolute;
  color: #222;
  line-height: 1.72;
}

/* ══ INTRO ══ */
.brk-intro {
  left: 2.5%;
  top:  0.8%;
  width: 55%;
}
.brk-intro__quote {
  font-style: italic;
  font-weight: 700;
  font-size: 19px;
  color: #111;
  margin-bottom: 4px;
  line-height: 1.45;
  text-align: right;
}
.brk-intro__author {
  font-size: 13px;
  color: #999;
  text-align: right;
  margin-bottom: 8px;
}
.brk-intro__body {
  font-size: 19px;
  color: #333;
  line-height: 1.78;
  text-align: center;
}

/* ══ PRODUKT POLSKI ══ */
.brk-produkt-polski {
  left: 29%;
  top:  15.5%;
  width: 62%;
}
.brk-pp__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}
.brk-pp__flag {
  width: 34px;
  height: 22px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.brk-pp__flag-white { flex: 1; background: #fff; }
.brk-pp__flag-red   { flex: 1; background: #dc143c; }
.brk-pp__title {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.38em;
  color: #111;
  text-transform: uppercase;
  white-space: nowrap;
}
.brk-pp__desc {
  font-size: 15px;
  color: #444;
  line-height: 1.82;
}

/* ══ NATURAL BALANCE ══ */
.brk-natural-balance {
  left: 29%;
  top:  21.1%;
  width: 58%;
}

/* ══ MERINO WOOL ══ */
.brk-merino-wool {
  left: 11%;
  top:  37.5%;
  width: 44%;
}

/* ══ HIGHLY BREATHABLE ══ */
.brk-highly-breathable {
  left: 10%;
  top:  56%;
  width: 44%;
}

/* ══ EASY CARE ══ */
.brk-easy-care {
  left: 2%;
  top:  80.5%;
  width: 48%;
}

/* ── Feature shared ── */
.brk-feat__title {
  font-size: 20px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}
.brk-feat__desc {
  font-size: 15px;
  color: #444;
  line-height: 1.82;
}

/* ══ BULLET NOTES ══ */
.brk-bullet-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.brk-bullet-note--1 { left: 72%;  top: 34.9%; }
.brk-bullet-note--2 { left: 10%;  top: 55.4%; }
.brk-bullet-note--3 { left: 2%;   top: 79%; }
.brk-bullet-note--4 { left: 88%;  top: 94%; transform: translateX(-100%); }

.brk-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c0172b;
  flex-shrink: 0;
}

/* ══ KOLEKCJA ══ */
.brk-kolekcja {
  padding: 40px 60px 60px;
  background: #fff;
}
.brk-kolekcja__title {
  font-size: 26px;
  font-weight: 300;
  color: #111;
  margin-bottom: 20px;
  padding: 0;
}
.brk-kolekcja__title--second { margin-top: 44px; }
.brk-kolekcja__img { width: 100%; height: auto; }

/* ══ KOLEKCJA GRID ══ */
.brk-kolekcja__grid {
  display: none;
}
.brk-kolekcja__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.brk-kolekcja__item img {
  width: 100%;
  height: auto;
  display: block;
}
.brk-kolekcja__label {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  text-align: center;
  letter-spacing: 0.04em;
}

/* ══════════════════════════════════════════════
   MOBILE ≤ 767px
   ══════════════════════════════════════════════ */
@media (max-width: 767px) {
  .brubeck-wrap { max-width: 100%; }

  .brk-page-bg {
    padding-bottom: 0;
    background-image: none;
    position: static;
    height: auto;
    overflow: visible;
    font-size: 16px;
    display: flex;
    flex-direction: column;
  }

  .brk-block {
    position: static;
    width: 100% !important;
    padding: 28px 20px 20px;
    border-bottom: 1px solid #efefef;
    background: #fff;
  }

  .brk-bullet-note {
    position: static;
    display: flex;
    white-space: normal;
    padding: 10px 20px 20px;
    font-size: 13px;
    background: #fff;
    border-bottom: 1px solid #efefef;
    gap: 8px;
  }
  .brk-dot { width: 8px; height: 8px; flex-shrink: 0; margin-top: 3px; }
  .brk-bullet-note--4 { transform: none; }

  .brk-intro__quote  { font-size: 15px; }
  .brk-intro__author { font-size: 12px; }
  .brk-intro__body   { font-size: 14px; line-height: 1.7; }

  .brk-pp__title  { font-size: 17px; letter-spacing: 0.22em; }
  .brk-pp__desc   { font-size: 13.5px; }

  .brk-feat__title { font-size: 19px; }
  .brk-feat__desc  { font-size: 13.5px; }

  .brk-kolekcja { padding: 28px 16px 44px; }
  .brk-kolekcja__title { font-size: 20px; }

  .brk-kolekcja__img--desktop { display: none; }
  .brk-kolekcja__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
    margin-bottom: 8px;
  }

  /* Mobilne zdjęcia wstrzykiwane przez JS */
  .brk-mobile-img { width: 100%; line-height: 0; overflow: hidden; }
  .brk-mobile-img img { width: 100%; height: auto; display: block; border-bottom: 1px solid #efefef; }
}

/* ══════════════════════════════════════════════
   TABLET 768–1023px
   ══════════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 1023px) {
  .brk-kolekcja { padding: 32px 36px 48px; }
  .brk-kolekcja__title { font-size: 22px; }
}
