/*
 * ACF template: Przebieg wydarzenia
 *
 * Editors fill simple ACF fields. The theme owns the markup and layout.
 */

.bc-event-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 24px;
  color: var(--color-muted); /* AA: 5.4:1 na bieli (poprzednio #73788d — 4.4:1) */
  font-size: 12px;
}

.bc-event-breadcrumbs a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
}

.bc-event-breadcrumbs a:hover,
.bc-event-breadcrumbs a:focus-visible {
  color: var(--color-purple);
}

.bc-event-page-heading {
  padding-top: 14px;
}

.bc-event-page-heading h1 {
  max-width: 820px;
  margin: 0;
  color: var(--color-ink);
  font-size: clamp(42px, 4.6vw, 66px);
  line-height: 1.04;
}

.bc-event-page {
  width: min(var(--layout-reading), calc(100% - 64px));
  margin: 0 auto;
  padding: 16px 0 92px;
}

.bc-event-page__intro {
  max-width: 760px;
  margin-bottom: 40px;
}

.bc-event-page__intro .eyebrow {
  margin-bottom: 12px;
}

.bc-event-page__lead {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.62;
}

.bc-event-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 28px;
  align-items: start;
}

.bc-event-overview__main {
  min-width: 0;
}

.bc-event-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.bc-event-card,
.bc-event-details,
.bc-event-day__body {
  border: 1px solid #e2e5f0;
  border-radius: 18px;
  background: var(--color-white);
  box-shadow: 0 18px 52px rgb(7 10 32 / 6%);
}

.bc-event-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  padding: 28px 26px 24px 84px;
}

.bc-event-card::before {
  position: absolute;
  top: 26px;
  left: 24px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgb(75 36 232 / 13%);
  border-radius: 50%;
  color: var(--color-purple);
  content: "";
  background-color: #f4f1ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.bc-event-card--start {
  border-color: #e0dafa;
  background:
    radial-gradient(circle at 6% 2%, rgb(75 36 232 / 9%), transparent 28%),
    linear-gradient(135deg, #faf9ff 0%, #fff 72%);
}

.bc-event-card--start::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='4'%20y='5'%20width='16'%20height='15'%20rx='2.5'/%3E%3Cpath%20d='M8%203v4M16%203v4M4%2010h16'/%3E%3C/svg%3E");
}

.bc-event-card--workshops::before {
  background-color: #f4f1ff;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='9'%20cy='8'%20r='3'/%3E%3Ccircle%20cx='17'%20cy='9'%20r='2.5'/%3E%3Cpath%20d='M4%2019c.7-4%202.3-6%205-6s4.3%202%205%206M14%2014c3-.4%205%201.3%205.8%205'/%3E%3C/svg%3E");
}

.bc-event-card h2,
.bc-event-details > h2 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.18;
}

.bc-event-card p {
  margin: 0;
  color: #454a61;
  font-size: 14px;
  line-height: 1.58;
}

.bc-event-card .bc-event-card__primary {
  position: relative;
  padding-left: 24px;
  color: var(--color-ink);
}

.bc-event-card .bc-event-card__primary::before,
.bc-event-card__location::before,
.bc-event-card .bc-event-card__meta::before {
  position: absolute;
  top: .22em;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bc-event-card .bc-event-card__primary::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.9'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='4'%20y='5'%20width='16'%20height='15'%20rx='2.5'/%3E%3Cpath%20d='M8%203v4M16%203v4M4%2010h16'/%3E%3C/svg%3E");
}

.bc-event-card__location {
  position: relative;
  padding-left: 24px;
}

.bc-event-card__location::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.9'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%2021s7-4.7%207-11a7%207%200%200%200-14%200c0%206.3%207%2011%207%2011Z'/%3E%3Ccircle%20cx='12'%20cy='10'%20r='2.4'/%3E%3C/svg%3E");
}

.bc-event-card .bc-event-card__meta {
  position: relative;
  padding-left: 24px;
  color: var(--color-text);
}

.bc-event-card .bc-event-card__meta::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.9'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='4'%20y='6'%20width='12'%20height='10'%20rx='2'/%3E%3Cpath%20d='m16%2010%204-2.5v7L16%2012'/%3E%3C/svg%3E");
}

.bc-event-card__divider {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  border: 0;
  background: #dedfec;
}

.bc-event-workshop-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #42475e;
  font-size: 13px;
  line-height: 1.45;
}

.bc-event-workshop-list li {
  position: relative;
  padding-left: 16px;
}

.bc-event-workshop-list li::before {
  position: absolute;
  top: .52em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--color-purple);
  content: "";
}

.bc-event-workshop-list strong {
  color: var(--color-ink);
}

.bc-event-workshop-list span {
  color: var(--color-muted);
}

.bc-event-timeline-wrap {
  margin-top: 30px;
}

.bc-event-timeline__title {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.3vw, 30px);
  line-height: 1.16;
}

.bc-event-timeline {
  display: grid;
  gap: 10px;
  counter-reset: bravecamp-day;
}

.bc-event-day {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 66px;
  counter-increment: bravecamp-day;
}

.bc-event-day::before {
  z-index: 1;
  align-self: center;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--color-white);
  background: linear-gradient(135deg, #6542f6, #3210c9);
  box-shadow: 0 8px 16px rgb(75 36 232 / 22%);
  content: counter(bravecamp-day);
  font-size: 12px;
  font-weight: 700;
}

.bc-event-day:not(:last-child)::after {
  position: absolute;
  top: 48px;
  bottom: -12px;
  left: 16px;
  width: 1px;
  background: linear-gradient(#d9d4fb, #e3e5ee);
  content: "";
}

.bc-event-day__body {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  transition: transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
}

.bc-event-day__body::before {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgb(75 36 232 / 10%);
  border-radius: 50%;
  content: "";
  background-color: #f4f1ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
}

.bc-event-day:nth-child(1) .bc-event-day__body::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='9'%20cy='8'%20r='3'/%3E%3Ccircle%20cx='17'%20cy='9'%20r='2.5'/%3E%3Cpath%20d='M4%2019c.7-4%202.3-6%205-6s4.3%202%205%206M14%2014c3-.4%205%201.3%205.8%205'/%3E%3C/svg%3E");
}

.bc-event-day:nth-child(2) .bc-event-day__body::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M4%2020V9M9%2020V5M14%2020v-8M19%2020V7M3%2020h18'/%3E%3C/svg%3E");
}

.bc-event-day:nth-child(3) .bc-event-day__body::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='12'%20r='8'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='3'/%3E%3Cpath%20d='M12%204v3M12%2017v3M4%2012h3M17%2012h3'/%3E%3C/svg%3E");
}

.bc-event-day:nth-child(4) .bc-event-day__body::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M5%2018v-9a4%204%200%200%201%204-4h6a4%204%200%200%201%204%204v4a4%204%200%200%201-4%204H9l-4%203Z'/%3E%3Cpath%20d='M9%2010h6M9%2014h4'/%3E%3C/svg%3E");
}

.bc-event-day:nth-child(5) .bc-event-day__body::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M4%2014l12-7v10L4%2014Z'/%3E%3Cpath%20d='M7%2015l1.5%204M16%209l4-2v10l-4-2'/%3E%3C/svg%3E");
}

.bc-event-day:nth-child(6) .bc-event-day__body::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M7%204h10v3a5%205%200%200%201-10%200V4Z'/%3E%3Cpath%20d='M5%204h14M8%2020h8M12%2012v8M6%207H4a3%203%200%200%200%203%203M18%207h2a3%203%200%200%201-3%203'/%3E%3C/svg%3E");
}

.bc-event-day:nth-child(7) .bc-event-day__body::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='m12%203%202.6%205.3%205.9.9-4.3%204.1%201%205.8-5.2-2.8-5.2%202.8%201-5.8-4.3-4.1%205.9-.9L12%203Z'/%3E%3C/svg%3E");
}

.bc-event-day__body:hover {
  border-color: #cfc7f7;
  transform: translateX(3px);
  box-shadow: 0 18px 38px rgb(7 10 32 / 9%);
}

.bc-event-day__body h3 {
  margin: 0;
  color: #30354d;
  font-family: var(--font-body);
  font-size: 14px;
  font-variation-settings: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-wrap: pretty;
}

.bc-event-day__body h3 strong {
  color: var(--color-ink);
  font-weight: 700;
}

.bc-event-day__body h3 span {
  color: var(--color-muted);
  font-weight: 500;
}

.bc-event-details {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  padding: 28px 24px 22px;
}

.bc-event-detail {
  position: relative;
  min-height: 64px;
  margin-top: 18px;
  padding: 1px 0 0 54px;
}

.bc-event-detail::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #dde4f8;
  border-radius: 11px;
  color: #3467ec;
  content: "";
  background-color: #f3f6ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.bc-event-detail--format::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M7%2017%2017%207M9%207h8v8'/%3E%3C/svg%3E");
}

.bc-event-detail--location::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%2021s7-4.7%207-11a7%207%200%200%200-14%200c0%206.3%207%2011%207%2011Z'/%3E%3Ccircle%20cx='12'%20cy='10'%20r='2.4'/%3E%3C/svg%3E");
}

.bc-event-detail--online::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='4'%20y='6'%20width='12'%20height='10'%20rx='2'/%3E%3Cpath%20d='m16%2010%204-2.5v7L16%2012'/%3E%3C/svg%3E");
}

.bc-event-detail--date::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='4'%20y='5'%20width='16'%20height='15'%20rx='2.5'/%3E%3Cpath%20d='M8%203v4M16%203v4M4%2010h16'/%3E%3C/svg%3E");
}

.bc-event-detail h3 {
  margin: 0 0 3px;
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 12px;
  font-variation-settings: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.bc-event-detail p {
  margin: 0;
  color: #454a61;
  font-size: 12.5px;
  line-height: 1.5;
}

.bc-event-help {
  position: relative;
  margin-top: 26px;
  padding: 24px 22px 20px 74px;
  overflow: hidden;
  border: 1px solid #e4dffa;
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgb(132 94 247 / 15%), transparent 36%),
    #faf8ff;
}

.bc-event-help::before {
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgb(75 36 232 / 28%);
  border-radius: 50%;
  content: "";
  background:
    #fff
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M9.5%209a2.7%202.7%200%200%201%205.1%201.2c0%201.8-1.6%202.4-2.3%203.2-.4.4-.5.8-.5%201.6'/%3E%3Cpath%20d='M12%2018h.01'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='9'/%3E%3C/svg%3E")
    center / 20px 20px no-repeat;
}

.bc-event-help h3 {
  position: relative;
  margin: 0 0 8px;
  font-family: var(--font-body);
  font-size: 16px;
  font-variation-settings: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.bc-event-help p {
  position: relative;
  margin: 0;
  color: #4b5066;
  font-size: 13px;
  line-height: 1.5;
}

.bc-event-help__actions {
  position: relative;
  margin-top: 14px;
}

.bc-event-help__link {
  min-height: auto;
  padding: 0;
  color: var(--color-purple);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
}

.bc-event-help__link::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  content: "";
  vertical-align: -2px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2014%2014'%20fill='none'%20stroke='%234b24e8'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M2.5%207h8M7.5%204l3%203-3%203'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bc-event-help__link:hover,
.bc-event-help__link:focus-visible {
  color: var(--color-purple-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1099px) {
  .bc-event-page {
    width: min(920px, calc(100% - 40px));
  }

  .bc-event-overview {
    grid-template-columns: 1fr;
  }

  .bc-event-details {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 26px;
  }

  .bc-event-details > h2,
  .bc-event-help {
    grid-column: 1 / -1;
  }

  .bc-event-detail {
    margin-top: 8px;
  }
}

@media (max-width: 680px) {
  .bc-event-breadcrumbs {
    width: calc(100% - 24px);
    padding-top: 18px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .bc-event-page-heading {
    width: calc(100% - 24px);
    padding-top: 10px;
  }

  .bc-event-page-heading h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .bc-event-page {
    width: calc(100% - 24px);
    padding: 14px 0 64px;
  }

  .bc-event-page__intro {
    margin-bottom: 28px;
  }

  .bc-event-page__lead {
    font-size: 16px;
  }

  .bc-event-intro-grid {
    grid-template-columns: 1fr;
  }

  .bc-event-card {
    padding: 24px 22px 22px 76px;
  }

  .bc-event-card::before {
    top: 22px;
    left: 20px;
    width: 38px;
    height: 38px;
  }

  .bc-event-day {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .bc-event-day::before {
    width: 30px;
    height: 30px;
  }

  .bc-event-day:not(:last-child)::after {
    top: 42px;
    left: 14px;
  }

  .bc-event-day__body {
    min-height: 62px;
    padding: 14px 16px;
  }

  .bc-event-day__body:hover {
    transform: none;
  }

  .bc-event-day__body h3 {
    font-size: 13px;
  }

  .bc-event-details {
    display: block;
    padding: 24px 20px 20px;
  }

  .bc-event-detail {
    margin-top: 18px;
  }
}

@media (hover: none) {
  .bc-event-day__body:hover {
    border-color: #e2e5f0;
    transform: none;
    box-shadow: 0 18px 52px rgb(7 10 32 / 6%);
  }
}
