/* WTEBPI 2026 Conference — page-scoped additions on top of wtebpi.css.
   Loaded only when body/wrapper has .wtebpi-conference. */

.wtebpi-root.wtebpi-conference { line-height: 1.62; }

/* Elementor containers default to column + width 100%. Conference row compounds. */
.wtebpi-root.wtebpi-conference .conf-meta,
.wtebpi-root.wtebpi-conference .cmeta,
.wtebpi-root.wtebpi-conference .topic,
.wtebpi-root.wtebpi-conference .day-head,
.wtebpi-root.wtebpi-conference .ceu-note {
  flex-direction: row !important;
}
.wtebpi-root.wtebpi-conference .conf-meta > *,
.wtebpi-root.wtebpi-conference .cmeta > *,
.wtebpi-root.wtebpi-conference .topic > *,
.wtebpi-root.wtebpi-conference .ceu-note > * {
  width: auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.wtebpi-root.wtebpi-conference .topic > .elementor-widget,
.wtebpi-root.wtebpi-conference .cmeta > .e-con:last-child {
  flex: 1 1 auto !important;
  min-width: 0;
}
.wtebpi-root.wtebpi-conference .hero-badges { margin-bottom: 1.9rem; }
.wtebpi-root.wtebpi-conference .wtebpi-hero-actions { margin-top: 2.6rem; }
.wtebpi-root.wtebpi-conference .kicker,
.wtebpi-root.wtebpi-conference .kicker .elementor-heading-title { font-weight: 800; }
.wtebpi-root.wtebpi-conference .hero-name { font-size: clamp(2.2rem, 4vw, 3rem); }
.wtebpi-root.wtebpi-conference .sec-head h2,
.wtebpi-root.wtebpi-conference .sec-head .elementor-heading-title,
.wtebpi-root.wtebpi-conference .reg-aside h2,
.wtebpi-root.wtebpi-conference .reg-aside .elementor-heading-title {
  font-size: clamp(1.9rem, 2.9vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.018em;
}

.wtebpi-root.wtebpi-conference .conf-year,
.wtebpi-root.wtebpi-conference .conf-year .elementor-heading-title {
  display: block;
  font-family: var(--wt-serif, 'Newsreader', Georgia, serif);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.75rem, 2.9vw, 2.6rem);
  color: var(--gold);
  line-height: 1;
  letter-spacing: .01em;
  margin: 0 0 .5rem;
}
.wtebpi-root.wtebpi-conference .hero-name .hn-conf,
.wtebpi-root.wtebpi-conference .hero-name .hn-conf .elementor-heading-title {
  display: block;
  font-family: var(--wt-serif, 'Newsreader', Georgia, serif);
  font-style: italic;
  font-weight: 600;
  color: var(--gold);
  font-size: clamp(1.75rem, 2.9vw, 2.6rem);
  line-height: 1.1;
  margin-top: .5rem;
}
.wtebpi-root.wtebpi-conference .hero-name .em-gold,
.wtebpi-root.wtebpi-conference .hero-name .em-gold .elementor-heading-title { color: var(--gold); }
.wtebpi-root.wtebpi-conference .conf-theme,
.wtebpi-root.wtebpi-conference .conf-theme p {
  font-family: var(--wt-serif, 'Newsreader', Georgia, serif);
  font-style: italic;
  font-size: clamp(1.15rem, 1.9vw, 1.55rem);
  color: var(--blue-lt);
  line-height: 1.3;
  margin: 1.1rem 0 0;
  max-width: 34ch;
}

.wtebpi-root.wtebpi-conference .hero-badges .pill .wt-ico { color: var(--gold); }

/* Paint the ghost stroke on the inner Elementor button only.
   The widget wrapper must stay unstyled or it reads as a box in a box. */
.wtebpi-root.wtebpi-conference .wtebpi-hero .wtebpi-btn-ghost,
.wtebpi-root.wtebpi-conference .wtebpi-hero .wtebpi-btn-ghost .elementor-widget-container,
.wtebpi-root.wtebpi-conference .wtebpi-hero .wtebpi-btn-ghost .elementor-button-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
.wtebpi-root.wtebpi-conference .wtebpi-hero .wtebpi-btn-ghost a.elementor-button {
  color: #fff;
  background: transparent;
  box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.35);
  min-height: 48px;
}
.wtebpi-root.wtebpi-conference .wtebpi-hero .wtebpi-btn-ghost a.elementor-button:hover {
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.7);
}

.wtebpi-root.wtebpi-conference .conf-meta {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2rem;
}
.wtebpi-root.wtebpi-conference .cmeta {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 14px 18px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.wtebpi-root.wtebpi-conference .cmeta .cic {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
  color: var(--gold);
  background: rgba(255,255,255,.05);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.28), inset 0 -1px 0 rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.09);
}
.wtebpi-root.wtebpi-conference .cmeta-b,
.wtebpi-root.wtebpi-conference .cmeta-b .elementor-heading-title {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
  margin: 0;
  font-family: var(--wt-sans);
  font-weight: 700;
}
.wtebpi-root.wtebpi-conference .cmeta-s,
.wtebpi-root.wtebpi-conference .cmeta-s p {
  display: block;
  font-size: .82rem;
  color: var(--mist);
  margin: 2px 0 0;
}

.wtebpi-root.wtebpi-conference .hero-photo img,
.wtebpi-root.wtebpi-conference .hero-img img,
.wtebpi-root.wtebpi-conference .hero-photo .elementor-widget-container img,
.wtebpi-root.wtebpi-conference .hero-img .elementor-widget-container img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
}

.wtebpi-root.wtebpi-conference .mission-statement .hl { color: var(--clay-d); }
.wtebpi-root.wtebpi-conference .about-note,
.wtebpi-root.wtebpi-conference .about-note p {
  margin-top: 1.4rem;
  font-size: 1.12rem;
  color: color-mix(in srgb, var(--ink) 72%, transparent);
  max-width: 52ch;
}
.wtebpi-root.wtebpi-conference .fact-grid .stat { min-height: 176px; }
.wtebpi-root.wtebpi-conference .stat.stat-date .n,
.wtebpi-root.wtebpi-conference .stat.stat-date .n .elementor-heading-title {
  font-size: 1.6rem;
  white-space: nowrap;
}

.wtebpi-root.wtebpi-conference .topic-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 52px;
}
.wtebpi-root.wtebpi-conference .topic {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px 22px;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.wtebpi-root.wtebpi-conference .topic:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--line-strong);
}
.wtebpi-root.wtebpi-conference .topic .tic {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
  background: var(--blue-soft);
  color: var(--blue);
  box-shadow: inset 0 1px 3px rgba(17,36,54,.14), inset 0 -1px 0 rgba(255,255,255,.85);
  border: 1px solid rgba(17,36,54,.05);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.wtebpi-root.wtebpi-conference .topic:hover .tic {
  background: var(--blue);
  color: #fff;
  border-color: transparent;
}
.wtebpi-root.wtebpi-conference .topic h3,
.wtebpi-root.wtebpi-conference .topic .elementor-heading-title {
  font-family: var(--wt-sans);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
  letter-spacing: -0.005em;
  margin: 0;
  text-wrap: balance;
}

.wtebpi-root.wtebpi-conference .agenda {
  background-color: var(--pine);
}
.wtebpi-root.wtebpi-conference .ag-days {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
  align-items: stretch;
}
.wtebpi-root.wtebpi-conference .ag-day {
  display: flex !important;
  flex-direction: column;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 22px;
  padding: 28px 30px 12px;
  height: 100%;
}
.wtebpi-root.wtebpi-conference .day-head {
  display: flex !important;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.wtebpi-root.wtebpi-conference .day-head .dn,
.wtebpi-root.wtebpi-conference .day-head .dn .elementor-heading-title {
  font-family: var(--wt-display);
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: -0.01em;
  margin: 0;
}
.wtebpi-root.wtebpi-conference .day-head .dd,
.wtebpi-root.wtebpi-conference .day-head .dd .elementor-heading-title {
  font-family: var(--wt-sans);
  font-weight: 700;
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}
.wtebpi-root.wtebpi-conference .ag-list { margin-top: 6px; display: flex !important; flex-direction: column; }
.wtebpi-root.wtebpi-conference .ag-row {
  display: grid !important;
  grid-template-columns: 2.4rem 1fr;
  align-items: baseline;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.wtebpi-root.wtebpi-conference .ag-list .ag-row:last-child { border-bottom: 0; }
.wtebpi-root.wtebpi-conference .ag-row .agn,
.wtebpi-root.wtebpi-conference .ag-row .agn .elementor-heading-title {
  font-family: var(--wt-mono, 'JetBrains Mono', ui-monospace, monospace);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: var(--gold);
  margin: 0;
}
.wtebpi-root.wtebpi-conference .ag-row h4,
.wtebpi-root.wtebpi-conference .ag-row .elementor-heading-title {
  font-family: var(--wt-display);
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
  text-wrap: pretty;
}
.wtebpi-root.wtebpi-conference .ceu-note {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  width: fit-content;
  max-width: 100%;
  background: color-mix(in srgb, var(--gold) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold) 34%, transparent);
  border-radius: 18px;
  padding: 18px 22px;
  color: var(--gold);
}
.wtebpi-root.wtebpi-conference .ceu-note .elementor-heading-title {
  color: #fff;
  font-size: 1.05rem;
  margin: 0;
}

@media (min-width: 881px) {
  .wtebpi-root.wtebpi-conference .reg-aside { position: sticky; top: 104px; }
}
.wtebpi-root.wtebpi-conference .reg-card h3,
.wtebpi-root.wtebpi-conference .reg-card h3 .elementor-heading-title {
  margin: 0 0 .35rem;
}
.wtebpi-root.wtebpi-conference .reg-card .sub,
.wtebpi-root.wtebpi-conference .reg-card .sub p {
  margin: 0 0 1.2rem;
  color: color-mix(in srgb, var(--ink) 70%, transparent);
}
.wtebpi-root.wtebpi-conference .reg-card .req { color: var(--clay-d); }

.wtebpi-root.wtebpi-conference .reg-card .gfield--type-radio .gfield_radio {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}
.wtebpi-root.wtebpi-conference .reg-card #field_12_8 .gfield_radio,
.wtebpi-root.wtebpi-conference .reg-card #field_12_9 .gfield_radio {
  grid-template-columns: 1fr 1fr;
}
.wtebpi-root.wtebpi-conference .reg-card .gfield--type-radio .gchoice {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  margin: 0;
  padding: 12px 16px;
  background: #fff;
  border: 1.5px solid var(--line-strong);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
.wtebpi-root.wtebpi-conference .reg-card .gfield--type-radio .gchoice:hover {
  border-color: var(--teal);
}
.wtebpi-root.wtebpi-conference .reg-card .gfield--type-radio .gchoice:has(input:checked) {
  background: var(--mist-2);
  border-color: var(--pine);
}
.wtebpi-root.wtebpi-conference .reg-card .gfield--type-radio .gchoice input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.wtebpi-root.wtebpi-conference .reg-card .gfield--type-radio .gchoice label {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 12px 16px;
  cursor: pointer;
  font-size: .98rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--pine);
  line-height: 1.25;
}
.wtebpi-root.wtebpi-conference .reg-card .gfield--type-radio .gchoice label::before {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid var(--line-strong);
}
.wtebpi-root.wtebpi-conference .reg-card .gfield--type-radio .gchoice:has(input:checked) label::before {
  border-color: var(--pine);
}
.wtebpi-root.wtebpi-conference .reg-card .gfield--type-radio .gchoice label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: var(--pine);
  opacity: 0;
}
.wtebpi-root.wtebpi-conference .reg-card .gfield--type-radio .gchoice:has(input:checked) label::after {
  opacity: 1;
}
.wtebpi-root.wtebpi-conference .reg-card .gfield--type-radio .gchoice:has(input:focus-visible) {
  border-color: var(--blue);
}
.wtebpi-root.wtebpi-conference .reg-card .gfield_description { font-size: .84rem; color: var(--teal); margin: 0 0 9px; }
/* Diet chips: the skin already paints the pill on the label. Do not also
   stroke .gchoice or the checkbox group — that was the double border. */
.wtebpi-root.wtebpi-conference .reg-card .wtebpi-diet-chips .ginput_container_checkbox,
.wtebpi-root.wtebpi-conference .reg-card .wtebpi-diet-chips .gfield_checkbox {
  display: flex !important;
  flex-wrap: wrap;
  gap: 9px;
  margin: 4px 0 0;
  padding: 0;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none;
}
.wtebpi-root.wtebpi-conference .reg-card .wtebpi-diet-chips .gchoice {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0;
  min-height: 0;
}
.wtebpi-root.wtebpi-conference .reg-card .wtebpi-diet-chips .gfield_checkbox label {
  min-height: 40px;
  padding: .68em 1.05em;
  align-items: center;
}
.wtebpi-root.wtebpi-conference .reg-card .gform_footer .gform_button,
.wtebpi-root.wtebpi-conference .reg-card input[type="submit"] {
  width: 100%;
  justify-content: center;
}

.wtebpi-root.wtebpi-conference .foot-facts .elementor-icon-list-text {
  font-size: .95rem;
  color: rgba(255,255,255,.72);
}

/* SVG icons: paint via mask so currentColor works on <img>. */
.wtebpi-root.wtebpi-conference .wt-ico {
  width: 22px;
  height: 22px;
  display: block;
  color: inherit;
}
.wtebpi-root.wtebpi-conference .wt-ico .elementor-widget-container { line-height: 0; }
.wtebpi-root.wtebpi-conference .wt-ico img {
  width: 22px;
  height: 22px;
  display: block;
  opacity: 0;
}
.wtebpi-root.wtebpi-conference .wt-ico {
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.wtebpi-root.wtebpi-conference .wt-ico-check { width: 20px; height: 20px; -webkit-mask-image: url("icons/check.svg"); mask-image: url("icons/check.svg"); }
.wtebpi-root.wtebpi-conference .wt-ico-cal { -webkit-mask-image: url("icons/cal.svg"); mask-image: url("icons/cal.svg"); }
.wtebpi-root.wtebpi-conference .wt-ico-pin { -webkit-mask-image: url("icons/pin.svg"); mask-image: url("icons/pin.svg"); }
.wtebpi-root.wtebpi-conference .wt-ico-scale { -webkit-mask-image: url("icons/scale.svg"); mask-image: url("icons/scale.svg"); }
.wtebpi-root.wtebpi-conference .wt-ico-file { -webkit-mask-image: url("icons/file.svg"); mask-image: url("icons/file.svg"); }
.wtebpi-root.wtebpi-conference .wt-ico-heart { -webkit-mask-image: url("icons/heart.svg"); mask-image: url("icons/heart.svg"); }
.wtebpi-root.wtebpi-conference .wt-ico-layers { -webkit-mask-image: url("icons/layers.svg"); mask-image: url("icons/layers.svg"); }
.wtebpi-root.wtebpi-conference .wt-ico-alert { -webkit-mask-image: url("icons/alert.svg"); mask-image: url("icons/alert.svg"); }
.wtebpi-root.wtebpi-conference .wt-ico-route { -webkit-mask-image: url("icons/route.svg"); mask-image: url("icons/route.svg"); }
.wtebpi-root.wtebpi-conference .wt-ico-shield { -webkit-mask-image: url("icons/shield.svg"); mask-image: url("icons/shield.svg"); }
.wtebpi-root.wtebpi-conference .wt-ico-users { -webkit-mask-image: url("icons/users.svg"); mask-image: url("icons/users.svg"); }
.wtebpi-root.wtebpi-conference .wt-ico-cap { -webkit-mask-image: url("icons/cap.svg"); mask-image: url("icons/cap.svg"); }

@media (max-width: 1080px) {
  .wtebpi-root.wtebpi-conference .topic-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .wtebpi-root.wtebpi-conference .ag-days { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .wtebpi-root.wtebpi-conference .hero-photo { display: none !important; }
}
@media (max-width: 600px) {
  .wtebpi-root.wtebpi-conference .hero-photo img,
  .wtebpi-root.wtebpi-conference .hero-photo .elementor-widget-container img { height: 300px; }
}
@media (max-width: 560px) {
  .wtebpi-root.wtebpi-conference .topic-grid { grid-template-columns: 1fr; }
  .wtebpi-root.wtebpi-conference .cmeta-b,
  .wtebpi-root.wtebpi-conference .cmeta-b .elementor-heading-title { white-space: normal; }
  .wtebpi-root.wtebpi-conference .ag-day { padding: 24px 22px 10px; }
  .wtebpi-root.wtebpi-conference .ag-row { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 480px) {
  .wtebpi-root.wtebpi-conference .reg-card #field_12_8 .gfield_radio,
  .wtebpi-root.wtebpi-conference .reg-card #field_12_9 .gfield_radio { grid-template-columns: 1fr; }
}

/* Conference hero: (WTEBPI) smaller + italic. Visual size of Initiative unchanged. */
.wtebpi-root.wtebpi-conference .hero-name .hn-abbr,
.wtebpi-root.wtebpi-conference .hero-name .elementor-heading-title .hn-abbr {
  font-style: italic;
  font-weight: 500;
  font-size: 0.58em;
  letter-spacing: 0.02em;
  opacity: 0.92;
}
