/*
 * Speaker Directory — spec 81.
 * Values from the approved prototype (tools/assets/speakers-81/prototype-template.html), which was
 * built from Figma 1456:2839 (directory) and the client's profile wireframe. Everything that needs
 * a child combinator or a media query lives here rather than in a module's free-form CSS slot —
 * Divi escapes the former and strips the latter (spec 79b).
 *
 * Breakpoints are Divi's: ≥981 desktop · 768–980 tablet · ≤767 phone. The sidebar stacks at ≤980,
 * where the theme's mobile filter panel takes over.
 */

/* ---------------------------------------------------------------- tokens (page-scoped) */
.sego-speakers-directory,
.sego-speaker {
	--spk-plum: var(--sego-plum, #4b153f);
	--spk-plum-light: var(--sego-plum-light, #f5eff3);
	--spk-plum-tint: #f0e8ee;
	--spk-gold: var(--sego-gold, #d5b52a);
	--spk-gold-pale: var(--sego-gold-pale, #eada94);
	--spk-cream: var(--sego-cream, #fff8ed);
	--spk-paper: #fcfaf6;
	--spk-ground: #f7f4ee;
	--spk-white: #ffffff;
	--spk-teal-dark: var(--sego-teal-dark, #013838);
	--spk-teal: var(--sego-teal, #2f5c5c);
	--spk-teal-light: var(--sego-teal-light, #e8f2f1);
	--spk-ink: var(--sego-text-primary, #2a2927);
	--spk-muted: #6b5e62;
	--spk-label: #9b8b90;
	--spk-border: #eae6df;
	--spk-coral: var(--sego-coral, #dc6867);
	--spk-display: var(--sego-font-heading, 'Literata', Georgia, serif);
	--spk-shadow-card: 0 4px 6px rgba(31, 21, 27, 0.02);
	--spk-shadow-hover: 0 10px 24px rgba(31, 21, 27, 0.08);
	--spk-radius: 16px;
}

/* ================================================================ DIRECTORY ================= */

/* ---------------------------------------------------------------- hero search (JS proxy) */
.sego-spk-hero__sub .et_pb_text_inner { margin: 0 auto; }
.sego-spk-hero-search {
	display: flex;
	align-items: center;
	gap: 16px;
	max-width: 920px;
	margin: 0 auto;
	background: var(--spk-cream);
	border: 1.5px solid var(--spk-gold);
	border-radius: 100px;
	padding: 10px 10px 10px 24px;
	box-shadow: 0 8px 12px rgba(1, 56, 56, 0.08);
	text-align: left;
}
.sego-spk-hero-search[hidden] { display: none; }
.sego-spk-hero-search__icon { width: 24px; height: 24px; color: var(--spk-plum); flex: none; }
.sego-spk-hero-search__input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	background: transparent;
	font: inherit;
	font-size: 17px;
	line-height: 28px;
	color: var(--spk-plum);
	padding: 8px 0;
	outline: none;
	box-shadow: none;
}
.sego-spk-hero-search__input::placeholder { color: var(--spk-plum); opacity: 0.85; }
.sego-spk-hero-search__input:focus-visible { outline: 2px solid var(--spk-coral); outline-offset: 4px; border-radius: 4px; }
.sego-spk-hero-search__btn {
	border: 0;
	border-radius: 100px;
	background: var(--spk-gold);
	color: var(--spk-white);
	font: inherit;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 12px 24px;
	cursor: pointer;
	transition: background-color 0.15s;
}
.sego-spk-hero-search__btn:hover { background: #c9a44c; }
.sego-spk-hero-search__btn:focus-visible { outline: 2px solid var(--spk-cream); outline-offset: 2px; }
@media (max-width: 560px) {
	.sego-spk-hero-search { padding-left: 16px; gap: 10px; }
	.sego-spk-hero-search__btn { padding: 10px 14px; font-size: 12px; }
	.sego-spk-hero-search__input { font-size: 15px; }
}

/* ---------------------------------------------------------------- status band */
.sego-spk-status-band.et_pb_section { border-top: 1px solid var(--spk-border); border-bottom: 1px solid var(--spk-border); }
.sego-spk-status { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px 24px; min-height: 40px; }
.sego-spk-status__left,
.sego-spk-status__right { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; }
.sego-spk-count { font-weight: 700; font-size: 15px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--spk-plum); white-space: nowrap; }
.sego-spk-count:empty { display: none; }
.sego-spk-status__divider { width: 1.5px; height: 16px; background: var(--spk-border); }
.sego-spk-status__divider[hidden] { display: none; }
/* Scoped under the body class: Divi's `.entry-content ul` (0-1-1) beats a lone class and would put
   `padding: 0 0 23px 1em`, a disc marker and a 26px line-height back on the list. */
.sego-speakers-directory .sego-spk-chips { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.sego-speakers-directory .sego-spk-chips:empty { display: none; }
.sego-spk-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--spk-plum);
	color: var(--spk-white);
	border: 1px solid var(--spk-plum);
	border-radius: 100px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4;
	white-space: nowrap;
}
.sego-spk-chip__x {
	display: inline-flex;
	background: none;
	border: 0;
	color: inherit;
	padding: 0;
	margin: 0;
	line-height: 0;
	cursor: pointer;
}
.sego-spk-chip__x svg { width: 14px; height: 14px; }
.sego-spk-chip__x:focus-visible { outline: 2px solid var(--spk-gold); outline-offset: 2px; border-radius: 50%; }
.sego-spk-clear,
.sego-spk-noresults__clear {
	background: none;
	border: 0;
	padding: 0;
	color: var(--spk-plum);
	font: inherit;
	font-size: 13px;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}
.sego-spk-clear[hidden] { display: none; }
.sego-spk-sort { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--spk-ink); margin: 0; }
.sego-spk-sort[hidden] { display: none; }
.sego-spk-select { position: relative; display: inline-flex; align-items: center; }
.sego-spk-select select {
	appearance: none;
	-webkit-appearance: none;
	background: var(--spk-paper);
	border: 1px solid var(--spk-border);
	border-radius: 6px;
	padding: 10px 40px 10px 16px;
	font: inherit;
	font-size: 15px;
	line-height: 1.5;
	color: var(--spk-plum);
	cursor: pointer;
}
.sego-spk-select__chevron { position: absolute; right: 14px; width: 14px; height: 14px; color: var(--spk-plum); pointer-events: none; }
.sego-spk-filters-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	border: 1.5px solid var(--spk-plum);
	border-radius: 100px;
	background: transparent;
	color: var(--spk-plum);
	font: inherit;
	font-weight: 700;
	font-size: 13px;
	padding: 10px 16px;
	cursor: pointer;
}
.sego-spk-filters-toggle__n {
	display: inline-grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 10px;
	background: var(--spk-plum);
	color: var(--spk-white);
	font-size: 11px;
}
.sego-spk-filters-toggle__n[hidden] { display: none; }

/* ---------------------------------------------------------------- two-column track */
.sego-spk-layout.et_pb_row { display: flex; align-items: flex-start; gap: 40px; }
/* Divi ends every row with a clearfix (`.et_block_row::after { content: ""; display: block; width: 0 }`)
   and gives every column `order: 1` above 980px. Inside a flex row that has a `gap`, that zero-width
   pseudo keeps `order: 0`, so it is laid out as the FIRST flex item and takes one full gap before the
   first column — 40px here and on the profile hero, 24px on the profile's card rows (the "left
   padding" beside About). The columns are `float: none`, so nothing needs clearing; drop the pseudo. */
.sego-spk-layout.et_pb_row::after,
.sego-spk-phero.et_pb_row::after,
.sego-spk-pgrid.et_pb_row::after { display: none; }
.sego-spk-layout.et_pb_row > .et_pb_column.sego-spk-filters { flex: 0 0 310px; width: 310px; max-width: 310px; float: none; margin: 0; }
.sego-spk-layout.et_pb_row > .et_pb_column.sego-spk-results { flex: 1 1 0; width: auto; min-width: 0; float: none; margin: 0; }

/* ---------------------------------------------------------------- sidebar (the one Post Filter form) */
.sego-spk-filter.et_pb_post_filter {
	background: var(--spk-paper);
	border: 1px solid var(--spk-plum);
	border-radius: 12px;
	padding: 24px;
}
.sego-spk-sb-head { display: flex; align-items: center; justify-content: space-between; margin: 0 0 24px; }
.sego-spk-sb-head h2 { margin: 0; font-family: inherit; font-weight: 700; font-size: 15px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--spk-ink); }
.sego-spk-sb-close { display: none; background: none; border: 0; color: var(--spk-plum); padding: 4px; line-height: 0; cursor: pointer; }
.sego-spk-sb-close svg { width: 24px; height: 24px; }
.sego-spk-filter .et_pb_post_filter__controls { display: flex; flex-direction: column; gap: 24px; }
.sego-spk-filter .et_pb_post_filter_item { margin: 0; padding: 0; width: 100%; max-width: 100%; }
.sego-spk-filter .et_pb_post_filter__item-label {
	display: block;
	margin: 0 0 12px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--spk-ink);
}
.sego-spk-filter .et_pb_post_filter__item-options-list { display: flex; flex-direction: column; gap: 10px; }
.sego-spk-filter .et_pb_post_filter__item-option { display: block; }
/* custom boxes: the native input is visually hidden but stays focusable; the <i> is the box */
.sego-spk-filter .et_pb_post_filter__item-option input.et_pb_post_filter__item-control {
	position: absolute;
	opacity: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	pointer-events: none;
}
.sego-spk-filter .et_pb_post_filter__item-option > label {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	line-height: 20px;
	color: var(--spk-ink);
	cursor: pointer;
	min-width: 0;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.sego-spk-filter .et_pb_post_filter__item-option > label i {
	flex: none;
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border: 1.5px solid var(--spk-muted);
	border-radius: 4px;
	background: transparent;
	transition: background-color 0.12s, border-color 0.12s;
}
.sego-spk-filter .et_pb_post_filter__item-option--radio > label i { border-radius: 50%; }
.sego-spk-filter .et_pb_post_filter__item-option input:checked + label i { background: var(--spk-gold); border-color: var(--spk-gold); }
/* The tick itself is Divi's: `…[type=checkbox]:checked + label i::before` prints the ETmodules "N" glyph
   in --gcid-primary-color (plum), centred by absolute positioning. Divi's `label i` rule (0-3-2) also
   keeps the box `inline-block`, so a second, border-drawn tick on `i::after` could never be centred and
   its white edges showed as a stray mark in the corner — the box carries one tick only. */
.sego-spk-filter .et_pb_post_filter__item-option--radio input:checked + label i { background: transparent; }
.sego-spk-filter .et_pb_post_filter__item-option--radio input:checked + label i::after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--spk-gold);
}
.sego-spk-filter .et_pb_post_filter__item-option input:focus-visible + label i { outline: 2px solid var(--spk-coral); outline-offset: 2px; }
.sego-spk-filter .et_pb_post_filter__item-option > label:hover i { border-color: var(--spk-plum); }
/* text + select controls */
.sego-spk-filter input.et_pb_post_filter__item-control[type="text"],
.sego-spk-filter select.et_pb_post_filter__item-control-select {
	width: 100%;
	background: var(--spk-white);
	border: 1px solid var(--spk-border);
	border-radius: 6px;
	padding: 12px 16px;
	font: inherit;
	font-size: 14px;
	line-height: 1.5;
	color: var(--spk-ink);
	box-shadow: none;
}
.sego-spk-filter select.et_pb_post_filter__item-control-select {
	appearance: none;
	-webkit-appearance: none;
	padding-right: 40px;
	color: var(--spk-plum);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%234b153f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	cursor: pointer;
}
.sego-spk-filter input.et_pb_post_filter__item-control:focus-visible,
.sego-spk-filter select.et_pb_post_filter__item-control-select:focus-visible,
.sego-spk-select select:focus-visible,
.sego-spk-filters-toggle:focus-visible,
.sego-spk-clear:focus-visible { outline: 2px solid var(--spk-coral); outline-offset: 2px; }
/* reset button */
.sego-spk-filter .et_pb_post_filter__item-control-reset,
.sego-spk-filter .et_pb_post_filter__item-control-reset.et_pb_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 1.5px solid var(--spk-plum);
	border-radius: 100px;
	background: transparent;
	color: var(--spk-plum);
	font: inherit;
	font-weight: 700;
	font-size: 14px;
	padding: 12px 24px;
	cursor: pointer;
	transition: background-color 0.15s;
}
.sego-spk-filter .et_pb_post_filter__item-control-reset:hover { background: var(--spk-plum-light); }
.sego-spk-filter .et_pb_post_filter__item-control-reset::after { display: none; }
/* controls the JS proxies replace */
.sego-spk-js .sego-spk-fi--search,
.sego-spk-js .sego-spk-fi--sort { display: none; }

/* ---------------------------------------------------------------- cards */
.sego-spk-card.et_pb_group { transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s; }
.sego-spk-card.et_pb_group:hover { transform: translateY(-2px); box-shadow: var(--spk-shadow-hover); border-color: #d9cfd5; }
.sego-spk-card.et_pb_group:focus-within { box-shadow: var(--spk-shadow-hover); }
.sego-spk-card__avatar.et_pb_image { text-align: center; padding: 8px 0 0; margin: 0; }
.sego-spk-card__avatar .et_pb_image_wrap { display: inline-block; }
.sego-spk-card__avatar img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	object-position: 50% 30%;
	background: var(--spk-plum-light);
}
.sego-spk-card__avatar a:focus-visible { outline: 2px solid var(--spk-coral); outline-offset: 4px; border-radius: 50%; display: inline-block; }
.sego-spk-card__name .et_pb_text_inner,
.sego-spk-card__role .et_pb_text_inner { text-align: center; }
.sego-spk-card__h3 { margin: 0; padding: 0; font-family: var(--spk-display); font-weight: 600; font-size: 20px; line-height: 1.3; color: var(--spk-teal-dark); }
.sego-spk-card__h3 a { color: inherit; text-decoration: none; }
.sego-spk-card__h3 a:hover { color: var(--spk-plum); }
.sego-spk-card__h3 a:focus-visible { outline: 2px solid var(--spk-coral); outline-offset: 3px; border-radius: 4px; }
.sego-spk-card__role .et_pb_text_inner p { margin: 0; padding: 0; }
.sego-spk-role { display: flex; flex-direction: column; gap: 4px; }
.sego-spk-role__title { font-weight: 700; font-size: 14px; line-height: 1.25; text-transform: uppercase; color: var(--spk-plum); }
.sego-spk-role__sep { display: none; }
.sego-spk-role__org { font-weight: 400; font-size: 13px; text-transform: none; color: var(--spk-muted); }
.sego-spk-card__tags .et_pb_text_inner,
.sego-spk-card__loc .et_pb_text_inner { text-align: left; }
.sego-spk-card__body { display: flex; flex-direction: column; gap: 16px; }
.sego-spk-card__rule { border: 0; height: 1px; margin: 0; background: var(--spk-gold); }
.sego-spk-card__sect { display: flex; flex-direction: column; gap: 4px; }
.sego-spk-card__lbl { font-weight: 700; font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--spk-label); }
.sego-spk-card__topics { margin: 0 !important; padding: 0 !important; font-size: 13px; line-height: 1.35; color: var(--spk-ink); }
.sego-spk-card__more { color: var(--spk-muted); }
.sego-spk-card__formats { display: flex; flex-wrap: wrap; gap: 8px 12px; margin: 0 !important; padding: 0 !important; list-style: none; }
.sego-spk-card__formats li { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; line-height: 1.4; color: var(--spk-ink); padding: 0; }
.sego-spk-card__check { width: 12px; height: 12px; color: var(--spk-gold); flex: none; }
.sego-spk-card__loc .et_pb_text_inner p { margin: 0; padding: 0; }
.sego-spk-city { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--spk-muted); }
.sego-spk-city__icon { width: 14px; height: 14px; flex: none; }

/* no-results (rendered in place of the loop) */
.sego-spk-noresults {
	grid-column: 1 / -1;
	background: var(--spk-white);
	border: 1px dashed var(--spk-border);
	border-radius: var(--spk-radius);
	padding: 48px 24px;
	text-align: center;
	color: var(--spk-muted);
}
.sego-spk-noresults__title { font-family: var(--spk-display); font-weight: 500; font-size: 22px; color: var(--spk-teal-dark); margin: 0 0 8px; }
.sego-spk-noresults p { margin: 0; padding: 0; }
/* Divi's own fallback markup, should the theme filter ever be bypassed */
.sego-spk-grid .entry .not-found-title { font-family: var(--spk-display); color: var(--spk-teal-dark); }

/* ---------------------------------------------------------------- pagination */
.sego-spk-pager.et_pb_posts_nav { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; }
.sego-spk-pager .nav-previous,
.sego-spk-pager .nav-next { float: none; width: auto; text-align: center; }
.sego-spk-pager .nav-previous a,
.sego-spk-pager .nav-next a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 40px;
	border: 1px solid var(--spk-border);
	background: var(--spk-white);
	border-radius: 8px;
	color: var(--spk-plum);
	font-size: 14px;
	font-weight: 600;
	padding: 0 16px;
	text-decoration: none;
}
.sego-spk-pager .nav-previous a:hover,
.sego-spk-pager .nav-next a:hover { border-color: var(--spk-plum); }
.sego-spk-pager .nav-previous a:focus-visible,
.sego-spk-pager .nav-next a:focus-visible { outline: 2px solid var(--spk-coral); outline-offset: 2px; }
.sego-spk-pager .nav-label { font-weight: inherit; }
.sego-spk-pager__info { font-size: 14px; color: var(--spk-muted); }

/* the prototype drops to two columns below 1100px; Divi's desktop range runs to 981 so this bridges it */
@media (min-width: 981px) and (max-width: 1100px) {
	.sego-spk-grid.et_pb_group { --column-count: 2; }
}

/* ---------------------------------------------------------------- tablet + phone */
@media (max-width: 980px) {
	.sego-spk-layout.et_pb_row { display: block; }
	.sego-spk-layout.et_pb_row > .et_pb_column.sego-spk-filters,
	.sego-spk-layout.et_pb_row > .et_pb_column.sego-spk-results { flex: none; width: 100%; max-width: 100%; }
	.sego-spk-filters-toggle { display: inline-flex; }
	.sego-spk-filters-toggle[hidden] { display: none; }
	/* the sidebar becomes a panel: hidden until the toggle opens it */
	.sego-spk-js .sego-spk-layout.et_pb_row > .et_pb_column.sego-spk-filters { display: none; }
	.sego-spk-js.sego-spk-filters-open .sego-spk-layout.et_pb_row > .et_pb_column.sego-spk-filters {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 100000;
		overflow: auto;
		background: var(--spk-paper);
		padding: 24px 16px calc(24px + env(safe-area-inset-bottom, 0px));
	}
	/* The panel lives inside Divi's inner-content stacking context and cannot rise above the sticky
	   header (`.et-l--header` is position:sticky; z-index:50 at the root), so the header steps aside. */
	.sego-spk-filters-open .et-l--header { visibility: hidden; }
	.sego-spk-filters-open .sego-spk-filter.et_pb_post_filter { border: 0; border-radius: 0; padding: 0; background: transparent; }
	.sego-spk-filters-open .sego-spk-sb-close { display: inline-flex; }
	.sego-spk-filters-open { overflow: hidden; }
}
@media (max-width: 767px) {
	.sego-spk-status { gap: 12px 16px; }
	.sego-spk-count { font-size: 13px; }
	.sego-spk-chip { font-size: 13px; }
}

/* ================================================================ PROFILE ================= */

.sego-spk-pcard.et_pb_row { box-shadow: var(--spk-shadow-card); }
.sego-spk-back { display: inline-flex; align-items: center; gap: 8px; color: var(--spk-plum); text-decoration: none; font-size: 15px; }
.sego-spk-back:hover { text-decoration: underline; }

/* hero card: portrait | details */
.sego-spk-phero.et_pb_row { display: flex; gap: 40px; align-items: flex-start; }
.sego-spk-phero.et_pb_row > .et_pb_column.sego-spk-phero__media { flex: 0 0 360px; width: 360px; max-width: 360px; float: none; margin: 0; }
.sego-spk-phero.et_pb_row > .et_pb_column.sego-spk-phero__body { flex: 1 1 0; width: auto; min-width: 0; float: none; margin: 0; }
.sego-spk-portrait.et_pb_image { margin: 0; }
.sego-spk-portrait .et_pb_image_wrap { display: block; }
.sego-spk-portrait img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: 50% 30%;
	border-radius: 12px;
	background: var(--spk-plum-light);
}
.sego-spk-pname h1 { margin: 0; padding: 0 !important; }
.sego-spk-pron { color: var(--spk-muted); font-size: 16px; }
.sego-spk-pron:empty { display: none; }
.sego-spk-prole .sego-spk-role { gap: 4px; }
.sego-spk-prole .sego-spk-role__title { font-size: 18px; text-transform: none; font-weight: 700; color: var(--spk-plum); }
.sego-spk-prole .sego-spk-role__org { font-size: 17px; color: var(--spk-ink); }
.sego-spk-ploc .sego-spk-city { font-size: 15px; }
.sego-spk-pills { display: flex; gap: 12px; flex-wrap: wrap; }
.sego-spk-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1.5px solid var(--spk-border);
	border-radius: 100px;
	padding: 8px 16px;
	color: var(--spk-plum);
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	background: var(--spk-paper);
}
.sego-spk-pill:hover { border-color: var(--spk-plum); color: var(--spk-plum); }
.sego-spk-pill:focus-visible { outline: 2px solid var(--spk-coral); outline-offset: 2px; }
.sego-spk-pill__arrow { font-size: 12px; }
.sego-spk-clarifier { font-size: 13px; color: var(--spk-muted); }
/* two card columns (About | Formats, Talks | Media): 1.6fr / 1fr over a 24px gap */
.sego-spk-pgrid.et_pb_row { display: flex; align-items: stretch; gap: 24px; }
.sego-spk-pgrid.et_pb_row > .et_pb_column { float: none; width: auto; min-width: 0; margin: 0; }
.sego-spk-pgrid.et_pb_row > .et_pb_column:nth-child(1) { flex: 1.6 1 0; }
.sego-spk-pgrid.et_pb_row > .et_pb_column:nth-child(2) { flex: 1 1 0; }
.sego-spk-pgrid.et_pb_row > .et_pb_column:only-child { flex: 1 1 0; }
.sego-spk-pcol.et_pb_column { box-shadow: var(--spk-shadow-card); }
/* tiles */
.sego-spk-tiles.et_pb_group { }
.sego-spk-tile.et_pb_text .et_pb_text_inner { padding: 12px 16px; }
.sego-spk-tile__lbl { display: block; font-weight: 700; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--spk-label); margin: 0 0 4px; }
.sego-spk-tile__val { display: block; font-size: 15px; color: var(--spk-ink); line-height: 1.35; }
.sego-spk-tile__empty { color: var(--spk-label); }
/* section cards */
.sego-spk-psec-title h2 { margin: 0; padding: 0 !important; }
.sego-spk-eyebrow { display: block; font-weight: 700; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--spk-gold); margin: 0 0 6px; }
.sego-spk-prose .et_pb_text_inner p,
.sego-spk-prose p { margin: 0 0 14px; padding: 0; font-size: 17px; line-height: 1.6; color: var(--spk-ink); }
.sego-spk-prose .et_pb_text_inner p:last-child,
.sego-spk-prose p:last-child { margin-bottom: 0; }
.sego-spk-details { margin: 4px 0 0; }
.sego-spk-details__summary {
	cursor: pointer;
	color: var(--spk-plum);
	font-weight: 600;
	font-size: 15px;
	list-style: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.sego-spk-details__summary::-webkit-details-marker { display: none; }
.sego-spk-details__summary svg { transition: transform 0.15s; }
.sego-spk-details[open] .sego-spk-details__summary svg { transform: rotate(180deg); }
.sego-spk-details__summary:focus-visible { outline: 2px solid var(--spk-coral); outline-offset: 3px; border-radius: 4px; }
.sego-spk-details__body { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--spk-border); }
.sego-spk-details__body p { margin: 0 0 14px; padding: 0; font-size: 17px; line-height: 1.6; color: var(--spk-ink); }
.sego-spk-details__body p:last-child { margin-bottom: 0; }
/* tags */
.sego-spk-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 !important; padding: 0 !important; list-style: none; }
.sego-spk-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--spk-plum-light);
	color: var(--spk-plum);
	border-radius: 100px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.3;
}
.sego-spk-tag a { color: inherit; text-decoration: none; }
.sego-spk-tag a:hover { text-decoration: underline; }
.sego-spk-tag a:focus-visible { outline: 2px solid var(--spk-coral); outline-offset: 3px; border-radius: 100px; }
.sego-spk-tags--formats .sego-spk-tag { background: var(--spk-white); border: 1px solid var(--spk-border); color: var(--spk-ink); }
.sego-spk-tag--more { background: transparent; color: var(--spk-muted); }
.sego-spk-exp__label { margin: 0 !important; padding: 0 !important; font-weight: 700; font-size: 15px; color: var(--spk-ink); }
.sego-spk-exp__desc { margin: 4px 0 0 !important; padding: 0 !important; font-size: 14px; line-height: 1.45; color: var(--spk-muted); }
/* topic groups */
.sego-spk-topics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 32px; }
.sego-spk-topic-group__title { margin: 0 0 10px; padding: 0 !important; font-family: inherit; font-weight: 700; font-size: 13px; letter-spacing: 0.02em; color: var(--spk-ink); }
.sego-spk-topic-group__title a { color: inherit; text-decoration: none; }
.sego-spk-topic-group__title a:hover { color: var(--spk-plum); text-decoration: underline; }
.sego-spk-topic-group__title a:focus-visible { outline: 2px solid var(--spk-coral); outline-offset: 3px; border-radius: 4px; }
/* lists */
/* Scoped under the body class: the Theme Builder reset `.et-l--body ul` (0-1-1) beats a lone class and
   put a disc marker on every talk, media item and engagement (padding was defended by !important, the
   marker was not). The demo's lists carry no marker. */
.sego-speaker .sego-spk-list { margin: 0 !important; padding: 0 !important; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.sego-spk-list--talks li {
	background: var(--spk-paper);
	border: 1px solid var(--spk-border);
	border-radius: 10px;
	padding: 14px 16px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.4;
	color: var(--spk-ink);
}
.sego-speaker .sego-spk-list--engagements { gap: 12px; }
.sego-spk-list--engagements li { position: relative; padding-left: 20px; font-size: 15px; line-height: 1.5; color: var(--spk-ink); }
.sego-spk-list--engagements li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 8px; height: 8px; border-radius: 50%; background: var(--spk-gold); }
.sego-spk-list__lead { display: block; font-weight: 600; }
.sego-spk-list__meta { display: block; font-size: 14px; color: var(--spk-muted); }
.sego-spk-media { min-width: 0; }
/* The card is `__box` — an <a> when the line carried a URL, a <span> when it did not.
   It must be one element wrapping both children: `.icon + .text` selects the TEXT only,
   which leaves the icon rendering outside the card. */
.sego-spk-media__box {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: var(--spk-paper);
	border: 1px solid var(--spk-border);
	border-radius: 10px;
	padding: 12px 14px;
	text-decoration: none;
	color: var(--spk-ink);
}
/* Hover/focus affordances stay on the anchor only — a plain text row is not clickable. */
.sego-spk-media a.sego-spk-media__box:hover { border-color: var(--spk-plum); }
.sego-spk-media a.sego-spk-media__box:focus-visible { outline: 2px solid var(--spk-coral); outline-offset: 2px; }
.sego-spk-media__icon { flex: none; width: 28px; height: 28px; padding: 6px; border-radius: 50%; background: var(--spk-plum); color: #fff; box-sizing: border-box; }
.sego-spk-media--press .sego-spk-media__icon { background: var(--spk-teal-light); color: var(--spk-teal); }
.sego-spk-media__text { display: block; min-width: 0; }
.sego-spk-media__label { display: block; font-size: 14px; font-weight: 600; }
.sego-spk-media__url { display: block; font-size: 12px; color: var(--spk-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; }
/* final CTA */
.sego-spk-finalcta.et_pb_row { text-align: center; }
/* intro modal contents */
/* Divi prints the form's title (which also suffixes the email subject) as an <h1> above the fields;
   the section already has its own heading, so the duplicate is hidden, not removed. */
.sego-spk-intro .et_pb_contact_main_title { display: none; }
.sego-spk-intro .sego-spk-clarifier { margin: 0 0 20px; }
.sego-spk-intro-form.et_pb_contact_form_container { margin: 0; }
.sego-intro-off .sego-intro-cta,
.sego-intro-off .sego-spk-clarifier,
.sego-intro-off #request-intro { display: none !important; }

@media (max-width: 1000px) {
	.sego-spk-topics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
	.sego-spk-pgrid.et_pb_row { display: block; }
	.sego-spk-pgrid.et_pb_row > .et_pb_column { flex: none; width: 100%; }
	.sego-spk-pgrid.et_pb_row > .et_pb_column + .et_pb_column { margin-top: 24px; }
	.sego-spk-phero.et_pb_row { display: block; }
	.sego-spk-phero.et_pb_row > .et_pb_column.sego-spk-phero__media,
	.sego-spk-phero.et_pb_row > .et_pb_column.sego-spk-phero__body { flex: none; width: 100%; max-width: 100%; }
	.sego-spk-phero.et_pb_row > .et_pb_column.sego-spk-phero__media { max-width: 280px; margin-bottom: 24px; }
	.sego-spk-topics { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
	.sego-spk-card.et_pb_group,
	.sego-spk-details__summary svg,
	.sego-spk-hero-search__btn { transition: none; }
	.sego-spk-card.et_pb_group:hover { transform: none; }
}
