.oda-specialists-view {
  --oda-sp-accent: #d35d05;
  --oda-sp-accent-strong: #b94f00;
  --oda-sp-accent-soft: #fff3ea;
  --oda-sp-ink: #272727;
  --oda-sp-muted: #6d6d6d;
  --oda-sp-line: #e8e4df;
  --oda-sp-surface: #ffffff;
  --oda-sp-soft: #f7f6f4;
  --oda-sp-radius-lg: 20px;
  --oda-sp-radius-md: 14px;
  --oda-sp-radius-sm: 10px;
  --oda-sp-shadow: 0 14px 38px rgba(44, 30, 18, 0.09);
  color: var(--oda-sp-ink);
  background: var(--oda-sp-surface);
}

.oda-specialists-view.oda-sp-modal-open {
  overflow: hidden;
}

.oda-sp,
.oda-sp *,
.oda-sp-modal,
.oda-sp-modal * {
  box-sizing: border-box;
}

.oda-sp,
.oda-sp-modal {
  font-family: "Nunito Sans", sans-serif;
}

.oda-sp button,
.oda-sp-modal button,
.oda-sp input,
.oda-sp-modal input,
.oda-sp textarea,
.oda-sp-modal textarea,
.oda-sp select,
.oda-sp-modal select {
  font: inherit;
}

.oda-sp img {
  display: block;
  max-width: 100%;
}

.oda-sp a {
  color: inherit;
}

.oda-sp-shell {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.oda-sp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 26px 0 20px;
  color: var(--oda-sp-muted);
  font-size: 14px;
  line-height: 1.4;
}

.oda-sp-breadcrumbs a {
  text-decoration: none;
  transition: color 180ms ease;
}

.oda-sp-breadcrumbs a:hover,
.oda-sp-breadcrumbs a:focus-visible {
  color: var(--oda-sp-accent);
}

.oda-sp-kicker,
.oda-sp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--oda-sp-accent);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.oda-sp-kicker > span {
  display: none;
}

.oda-sp-kicker--light {
  color: rgba(255, 255, 255, 0.78);
}

.oda-sp-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  background: linear-gradient(180deg, #fff 0%, #fdf7f0 100%);
}

.oda-sp-hero::before {
  content: none;
}

.oda-sp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: center;
  padding: 28px 0 82px;
}

.oda-sp-hero__content {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.oda-sp-hero h1,
.oda-sp-event-hero h1 {
  margin: 20px 0 22px;
  color: var(--oda-sp-ink);
  font-size: clamp(36px, 3.25vw, 48px);
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.oda-sp-hero__lead,
.oda-sp-event-hero__lead {
  max-width: 650px;
  margin: 0;
  color: #55514e;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.52;
}

.oda-sp-hero__date {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
  padding: 11px 16px;
  border: 1px solid rgba(211, 93, 5, 0.2);
  border-radius: 6px;
  color: #4e4138;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
}

.oda-sp-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--oda-sp-accent);
}

.oda-sp-icon svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.oda-sp-hero__actions,
.oda-sp-event-hero__action {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 34px;
}

.oda-sp-button {
  display: inline-flex;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid var(--oda-sp-accent, #d35d05);
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff !important;
  background: linear-gradient(90deg, #d35d05 0%, #f6901b 100%) !important;
  box-shadow: 0 8px 20px rgba(211, 93, 5, 0.16);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.oda-sp-button:hover,
.oda-sp-button:focus-visible {
  color: #fff;
  background: linear-gradient(90deg, #b94f00 0%, #dc730f 100%) !important;
  box-shadow: 0 10px 24px rgba(211, 93, 5, 0.2);
}

.oda-sp-button:focus-visible,
.oda-sp-filter button:focus-visible,
.oda-sp-video-card__media:focus-visible,
.oda-sp-modal__close:focus-visible {
  outline: 3px solid rgba(211, 93, 5, 0.3);
  outline-offset: 3px;
}

.oda-sp-button--light {
  border-color: #fff;
  color: var(--oda-sp-accent, #d35d05) !important;
  background: #fff !important;
  box-shadow: none;
}

.oda-sp-button--light:hover,
.oda-sp-button--light:focus-visible {
  color: var(--oda-sp-accent-strong, #b94f00) !important;
  background: #fff7f1 !important;
}

.oda-sp-button--outline {
  border-color: rgba(211, 93, 5, 0.35);
  color: var(--oda-sp-accent, #d35d05) !important;
  background: transparent !important;
  box-shadow: none;
}

.oda-sp-button--outline:hover,
.oda-sp-button--outline:focus-visible {
  color: #fff !important;
  background: var(--oda-sp-accent, #d35d05) !important;
}

.oda-sp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--oda-sp-accent) !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
}

.oda-sp-text-link span:last-child {
  transition: transform 180ms ease;
}

.oda-sp-text-link:hover span:last-child,
.oda-sp-text-link:focus-visible span:last-child {
  transform: translateX(4px);
}

.oda-sp-hero__visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid var(--oda-sp-line);
  border-radius: var(--oda-sp-radius-lg);
  background: #f1ece7;
  box-shadow: var(--oda-sp-shadow);
}

.oda-sp-hero__visual::after {
  content: none;
}

.oda-sp-hero__banner,
.oda-sp-hero__speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oda-sp-hero__banner {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.oda-sp-hero__speaker-photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
}

.oda-sp-hero__speaker-photo img {
  object-position: top center;
}

.oda-sp-hero__visual--empty::before {
  content: none;
}

.oda-sp-hero__orb {
  display: none;
}

.oda-sp-hero__speaker {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 3;
  padding: 18px 20px;
  border: 1px solid var(--oda-sp-line);
  border-radius: 10px;
  color: var(--oda-sp-ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(35, 28, 22, 0.12);
}

.oda-sp-hero__speaker strong,
.oda-sp-hero__speaker span {
  display: block;
}

.oda-sp-hero__speaker strong {
  font-size: 18px;
  line-height: 1.3;
}

.oda-sp-hero__speaker span {
  margin-top: 5px;
  color: var(--oda-sp-muted);
  font-size: 13px;
  line-height: 1.4;
}

.oda-sp-section {
  padding: clamp(70px, 7vw, 96px) 0;
}

.oda-sp-section--soft {
  background: var(--oda-sp-soft);
}

.oda-sp-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 44px;
}

.oda-sp-heading h2,
.oda-sp-leader h2,
.oda-sp-event-content h2,
.oda-sp-event-bottom h2,
.oda-sp-modal h2 {
  margin: 10px 0 0;
  color: var(--oda-sp-ink);
  font-size: clamp(30px, 2.75vw, 40px);
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.oda-sp-heading > p {
  max-width: 520px;
  margin: 0;
  color: var(--oda-sp-muted);
  font-size: 17px;
  line-height: 1.65;
}

.oda-sp-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.oda-sp-filter {
  display: flex;
  overflow: visible;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  scrollbar-width: none;
}

.oda-sp-filter::-webkit-scrollbar {
  display: none;
}

.oda-sp-filter button {
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #65605c;
  background: transparent !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.oda-sp-filter button:hover {
  color: var(--oda-sp-accent);
}

.oda-sp-filter button.is-active {
  border-color: rgba(211, 93, 5, 0.25);
  color: var(--oda-sp-accent);
  background: var(--oda-sp-accent-soft) !important;
  box-shadow: none;
}

.oda-sp-results {
  min-height: 120px;
  transition: opacity 160ms ease;
}

.oda-sp-results[aria-busy="true"] {
  opacity: 0.46;
  pointer-events: none;
}

.oda-sp-event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.oda-sp-event-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--oda-sp-line);
  border-radius: var(--oda-sp-radius-md);
  background: var(--oda-sp-surface);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.oda-sp-event-card:hover {
  border-color: rgba(211, 93, 5, 0.26);
  box-shadow: 0 10px 28px rgba(39, 32, 26, 0.07);
}

.oda-sp-event-card__date {
  display: flex;
  padding: 24px 15px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: var(--oda-sp-accent);
  text-align: center;
}

.oda-sp-event-card__date strong {
  font-size: 40px;
  font-weight: 750;
  line-height: 1;
}

.oda-sp-event-card__date span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.oda-sp-event-card__body {
  display: flex;
  padding: 28px;
  flex-direction: column;
}

.oda-sp-event-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.oda-sp-tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 4px;
  color: #6c625b;
  background: #f2efec;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.oda-sp-tag--accent {
  color: var(--oda-sp-accent);
  background: var(--oda-sp-accent-soft);
}

.oda-sp-event-card h3,
.oda-sp-research-card h3,
.oda-sp-video-card h3 {
  margin: 16px 0 10px;
  color: var(--oda-sp-ink);
  font-size: 23px;
  font-weight: 750;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.oda-sp-event-card h3 a {
  text-decoration: none;
}

.oda-sp-event-card__body > p {
  margin: 0 0 22px;
  color: var(--oda-sp-muted);
  font-size: 14px;
  line-height: 1.6;
}

.oda-sp-event-card .oda-sp-text-link {
  margin-top: auto;
}

.oda-sp-empty {
  display: flex;
  min-height: 190px;
  padding: 36px;
  border: 1px dashed #d8cfc8;
  border-radius: var(--oda-sp-radius-md);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: var(--oda-sp-muted);
  background: rgba(255, 255, 255, 0.64);
  text-align: center;
}

.oda-sp-empty span {
  color: var(--oda-sp-accent);
  font-size: 26px;
}

.oda-sp-empty p {
  max-width: 520px;
  margin: 10px 0 0;
  line-height: 1.6;
}

.oda-sp-filter--research {
  width: max-content;
  max-width: 100%;
  margin: 0 0 34px auto;
}

.oda-sp-research-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.oda-sp-research-card {
  display: flex;
  min-height: 280px;
  padding: 28px;
  border: 1px solid #e4dfda;
  border-radius: var(--oda-sp-radius-md);
  flex-direction: column;
  background: #fff;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.oda-sp-research-card:hover {
  border-color: rgba(211, 93, 5, 0.26);
  box-shadow: 0 10px 26px rgba(39, 32, 26, 0.06);
}

.oda-sp-research-card__icon {
  display: grid;
  width: 32px;
  height: 32px;
  border-radius: 0;
  place-items: center;
  color: var(--oda-sp-accent);
  background: transparent;
}

.oda-sp-research-card__icon svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.oda-sp-research-card__content {
  display: flex;
  height: 100%;
  padding-top: 22px;
  flex-direction: column;
}

.oda-sp-research-card h3 {
  margin-top: 12px;
}

.oda-sp-research-card__meta {
  margin: 0 0 24px;
  color: var(--oda-sp-muted);
  font-size: 14px;
  line-height: 1.5;
}

.oda-sp-research-card .oda-sp-text-link {
  margin-top: auto;
}

.oda-sp-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 24px;
}

.oda-sp-video-card {
  overflow: hidden;
  border: 1px solid var(--oda-sp-line);
  border-radius: var(--oda-sp-radius-md);
  background: #fff;
}

.oda-sp-video-card:only-child {
  display: grid;
  max-width: 780px;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
}

.oda-sp-video-card:only-child > * {
  min-width: 0;
}

.oda-sp-video-card:only-child .oda-sp-video-card__media {
  min-height: 310px;
  aspect-ratio: auto;
}

.oda-sp-video-card__embed {
  display: block;
  width: 100%;
  height: auto;
  min-width: 0;
  border: 0;
  aspect-ratio: 16 / 10;
  background: #000;
}

.oda-sp-video-card:only-child .oda-sp-video-card__embed {
  height: 100%;
  min-height: 310px;
  aspect-ratio: auto;
}

.oda-sp-video-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  padding: 0;
  border: 0;
  color: inherit;
  background: #ded8d2;
  cursor: pointer;
}

.oda-sp-video-card__media img,
.oda-sp-video-card__media iframe,
.oda-sp-video-card__placeholder {
  width: 100%;
  height: 100%;
}

.oda-sp-video-card__media img,
.oda-sp-video-card__media iframe {
  border: 0;
  object-fit: cover;
}

.oda-sp-video-card__media img {
  transition: transform 400ms ease;
}

.oda-sp-video-card__media:hover img {
  transform: scale(1.035);
}

.oda-sp-video-card__placeholder {
  display: block;
  background: #ded8d2;
}

.oda-sp-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  place-items: center;
  background: #fff;
  box-shadow: 0 12px 36px rgba(27, 21, 17, 0.22);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.oda-sp-video-card__play span {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid var(--oda-sp-accent);
}

.oda-sp-video-card__media:hover .oda-sp-video-card__play {
  transform: translate(-50%, -50%) scale(1.08);
}

.oda-sp-video-card__content {
  padding: 24px 24px 28px;
}

.oda-sp-video-card__content h3 {
  margin-top: 12px;
}

.oda-sp-video-card__content > p {
  margin: 0;
  color: var(--oda-sp-muted);
  font-size: 14px;
  line-height: 1.5;
}

.oda-sp-leader {
  padding: 38px 0 clamp(78px, 9vw, 124px);
}

.oda-sp-leader__card {
  position: relative;
  display: grid;
  isolation: isolate;
  overflow: hidden;
  min-height: 440px;
  border: 1px solid rgba(185, 79, 0, 0.18);
  border-radius: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
  color: #fff;
  background: var(--oda-sp-accent);
  box-shadow: 0 16px 42px rgba(154, 68, 4, 0.16);
}

.oda-sp-leader__card::before {
  content: none;
}

.oda-sp-leader__content {
  display: flex;
  padding: clamp(44px, 6vw, 78px);
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.oda-sp-leader h2 {
  max-width: 650px;
  color: #fff;
  font-size: clamp(32px, 2.85vw, 40px);
}

.oda-sp-leader__content > p {
  max-width: 600px;
  margin: 22px 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

.oda-sp-leader__visual {
  position: relative;
  min-height: 100%;
}

.oda-sp-leader__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.oda-sp-leader__visual--empty::before,
.oda-sp-leader__visual--empty::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  content: "";
}

.oda-sp-leader__visual--empty::before {
  inset: 14% 8% -24% 8%;
  background: rgba(255, 255, 255, 0.08);
}

.oda-sp-leader__visual--empty::after {
  inset: 28% 20% -8% 20%;
}

.oda-sp-modal[hidden] {
  display: none;
}

.oda-sp-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  overflow-y: auto;
  padding: 28px;
  place-items: center;
}

.oda-sp-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(25, 20, 17, 0.7);
  backdrop-filter: blur(8px);
}

.oda-sp-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  padding: clamp(30px, 5vw, 52px);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
}

.oda-sp-modal__dialog--wide {
  width: min(100%, 760px);
}

.oda-sp-modal h2 {
  margin-bottom: 26px;
  font-size: clamp(28px, 2.5vw, 36px);
}

.oda-sp-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0 0 3px;
  border: 0;
  border-radius: 50%;
  place-items: center;
  color: #544b45;
  background: #f1eeeb;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.oda-sp-modal__form .wpcf7-form {
  display: grid;
  gap: 16px;
}

.oda-sp-form-grid {
  display: grid;
  gap: 16px;
}

.oda-sp-form-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oda-sp-consent {
  font-size: 13px;
  line-height: 1.45;
}

.oda-sp-consent a {
  color: var(--oda-sp-accent);
}

.oda-sp-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.oda-sp-modal__form label,
.oda-sp-modal__form .oda-sp-field-label {
  display: grid;
  gap: 7px;
  color: #49433f;
  font-size: 13px;
  font-weight: 750;
}

.oda-sp-modal__form input:not([type="checkbox"]):not([type="submit"]),
.oda-sp-modal__form textarea,
.oda-sp-modal__form select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #d8d1cb;
  border-radius: 10px;
  color: var(--oda-sp-ink);
  background: #fff;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.oda-sp-modal__form textarea {
  min-height: 118px;
  resize: vertical;
}

.oda-sp-modal__form input:focus,
.oda-sp-modal__form textarea:focus,
.oda-sp-modal__form select:focus {
  border-color: var(--oda-sp-accent);
  box-shadow: 0 0 0 3px rgba(211, 93, 5, 0.11);
}

.oda-sp-modal__form input[type="submit"],
.oda-sp-modal__form button[type="submit"] {
  min-height: 52px;
  padding: 13px 20px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: var(--oda-sp-accent);
  cursor: pointer;
  font-weight: 800;
}

.oda-sp-modal__form .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  grid-template-columns: none;
  gap: 10px;
  color: var(--oda-sp-muted);
  font-weight: 500;
  line-height: 1.45;
}

.oda-sp-modal__form .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 12px;
}

.oda-sp-modal__form .wpcf7-response-output {
  margin: 0 !important;
  padding: 12px 14px !important;
  border-radius: 9px;
  font-size: 13px;
}

.oda-sp-form-pending {
  margin: 0;
  padding: 22px;
  border: 1px dashed #d8cfc8;
  border-radius: 12px;
  color: var(--oda-sp-muted);
  background: var(--oda-sp-soft);
}

.oda-sp-disclaimer__dialog {
  width: min(100%, 590px);
  text-align: center;
}

.oda-sp-disclaimer__mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--oda-sp-accent);
  font-family: Georgia, serif;
  font-size: 30px;
  font-style: italic;
}

.oda-sp-disclaimer__text {
  margin-bottom: 26px;
  color: var(--oda-sp-muted);
  font-size: 16px;
  line-height: 1.65;
}

.oda-sp-disclaimer__text > :first-child {
  margin-top: 0;
}

.oda-sp-disclaimer__text > :last-child {
  margin-bottom: 0;
}

/* Single event */
.oda-sp-event-hero {
  padding-bottom: clamp(72px, 8vw, 108px);
  background: linear-gradient(180deg, #fff 0%, #fdf7f0 100%);
}

.oda-sp-event-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.7fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: center;
  padding-top: 34px;
}

.oda-sp-event-hero__content,
.oda-sp-event-hero__visual {
  min-width: 0;
}

.oda-sp-event-hero h1 {
  max-width: 100%;
  font-size: clamp(36px, 3.25vw, 48px);
  hyphens: none;
  overflow-wrap: break-word;
  word-break: normal;
}

.oda-sp-event-facts {
  display: grid;
  max-width: 660px;
  margin-top: 32px;
  border-top: 1px solid var(--oda-sp-line);
  border-bottom: 1px solid var(--oda-sp-line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oda-sp-event-fact {
  display: flex;
  min-height: 112px;
  padding: 20px 24px 20px 0;
  flex-direction: column;
  justify-content: center;
}

.oda-sp-event-fact + .oda-sp-event-fact {
  padding-left: 24px;
  border-left: 1px solid var(--oda-sp-line);
}

.oda-sp-event-fact span {
  margin-bottom: 6px;
  color: var(--oda-sp-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.oda-sp-event-fact strong {
  font-size: 17px;
  line-height: 1.4;
}

.oda-sp-event-fact small {
  margin-top: 2px;
  color: var(--oda-sp-muted);
}

.oda-sp-event-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border-radius: var(--oda-sp-radius-lg);
  border: 1px solid var(--oda-sp-line);
  background: #e6ddd5;
  box-shadow: var(--oda-sp-shadow);
}

.oda-sp-event-hero__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oda-sp-event-hero__visual--empty::before,
.oda-sp-event-hero__visual--empty::after {
  position: absolute;
  border: 1px solid rgba(211, 93, 5, 0.18);
  border-radius: 50%;
  content: "";
}

.oda-sp-event-hero__visual--empty::before {
  inset: 10% -14% 8% 18%;
}

.oda-sp-event-hero__visual--empty::after {
  inset: 26% 10% -20% -8%;
  background: rgba(255, 255, 255, 0.28);
}

.oda-sp-registration-closed {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 13px 16px;
  border-radius: 10px;
  color: #6a5e54;
  background: #f2eeea;
  font-size: 14px;
  font-weight: 700;
}

.oda-sp-registration-closed span {
  display: grid;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: #8d837a;
}

.oda-sp-event-content {
  padding: clamp(72px, 7vw, 96px) 0;
}

.oda-sp-event-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.oda-sp-prose section + section {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid var(--oda-sp-line);
}

.oda-sp-prose h2,
.oda-sp-speakers h2 {
  margin-bottom: 26px;
  font-size: clamp(28px, 2.5vw, 36px);
}

.oda-sp-prose p,
.oda-sp-prose li {
  color: #5f5a56;
  font-size: 17px;
  line-height: 1.78;
}

.oda-sp-prose > section > :last-child {
  margin-bottom: 0;
}

.oda-sp-speakers {
  position: sticky;
  top: 110px;
  padding: 28px;
  border: 1px solid var(--oda-sp-line);
  border-radius: var(--oda-sp-radius-md);
  background: #fff;
}

.oda-sp-speakers h2 {
  margin-top: 8px;
}

.oda-sp-speakers__list {
  display: grid;
  gap: 18px;
}

.oda-sp-speaker-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid var(--oda-sp-line);
}

.oda-sp-speaker-card__photo {
  overflow: hidden;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #ddd4cc;
}

.oda-sp-speaker-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oda-sp-speaker-card strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
}

.oda-sp-speaker-card p {
  margin: 4px 0 0;
  color: var(--oda-sp-muted);
  font-size: 12px;
  line-height: 1.45;
}

.oda-sp-event-bottom {
  padding: 58px 0;
  background: var(--oda-sp-soft);
}

.oda-sp-event-bottom__inner {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.oda-sp-event-bottom h2 {
  font-size: clamp(28px, 2.35vw, 34px);
}

@media (max-width: 1080px) {
  .oda-sp-hero__grid,
  .oda-sp-event-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
    gap: 40px;
  }

  .oda-sp-event-grid {
    grid-template-columns: 1fr;
  }

  .oda-sp-research-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oda-sp-leader__card {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);
  }

  .oda-sp-event-content__grid {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 50px;
  }
}

@media (max-width: 820px) {
  .oda-sp-shell {
    width: min(100% - 34px, 720px);
  }

  .oda-sp-hero {
    min-height: 0;
  }

  .oda-sp-hero__grid,
  .oda-sp-event-hero__grid {
    grid-template-columns: 1fr;
  }

  .oda-sp-hero__grid {
    padding-bottom: 58px;
  }

  .oda-sp-hero__visual,
  .oda-sp-event-hero__visual {
    min-height: 480px;
  }

  .oda-sp-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .oda-sp-heading > p {
    max-width: 650px;
  }

  .oda-sp-filter-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .oda-sp-filter--research {
    margin-left: 0;
  }

  .oda-sp-leader__card {
    grid-template-columns: 1fr;
  }

  .oda-sp-leader__visual {
    min-height: 300px;
  }

  .oda-sp-event-content__grid {
    grid-template-columns: 1fr;
  }

  .oda-sp-speakers {
    position: static;
  }

  .oda-sp-video-card:only-child {
    display: block;
    max-width: none;
  }

  .oda-sp-video-card:only-child .oda-sp-video-card__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .oda-sp-video-card:only-child .oda-sp-video-card__embed {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 600px) {
  .oda-sp-shell {
    width: min(100% - 28px, 540px);
  }

  .oda-sp-breadcrumbs {
    padding-top: 18px;
    font-size: 12px;
  }

  .oda-sp-hero h1 {
    font-size: clamp(30px, 8.8vw, 34px);
  }

  .oda-sp-event-hero h1 {
    font-size: clamp(28px, 7.8vw, 32px);
    line-height: 1.06;
  }

  .oda-sp-hero__lead,
  .oda-sp-event-hero__lead {
    font-size: 16px;
  }

  .oda-sp-hero__visual,
  .oda-sp-event-hero__visual {
    min-height: 390px;
    border-radius: 24px;
  }

  .oda-sp-hero__actions,
  .oda-sp-event-hero__action {
    align-items: stretch;
    flex-direction: column;
  }

  .oda-sp-button {
    width: 100%;
  }

  .oda-sp-heading {
    margin-bottom: 30px;
  }

  .oda-sp-heading h2,
  .oda-sp-leader h2,
  .oda-sp-event-content h2,
  .oda-sp-event-bottom h2 {
    font-size: 28px;
  }

  .oda-sp-section {
    padding: 72px 0;
  }

  .oda-sp-filter {
    width: 100%;
  }

  .oda-sp-filter button {
    flex: 1 1 auto;
  }

  .oda-sp-event-card {
    grid-template-columns: 84px minmax(0, 1fr);
    min-height: 240px;
  }

  .oda-sp-event-card__date {
    padding-inline: 9px;
  }

  .oda-sp-event-card__date strong {
    font-size: 32px;
  }

  .oda-sp-event-card__body {
    padding: 22px 18px;
  }

  .oda-sp-event-card h3,
  .oda-sp-research-card h3,
  .oda-sp-video-card h3 {
    font-size: 20px;
  }

  .oda-sp-research-grid,
  .oda-sp-video-grid {
    grid-template-columns: 1fr;
  }

  .oda-sp-research-card {
    min-height: 260px;
  }

  .oda-sp-leader {
    padding-top: 20px;
  }

  .oda-sp-leader__card {
    border-radius: 16px;
  }

  .oda-sp-leader__content {
    padding: 38px 24px;
  }

  .oda-sp-modal {
    padding: 12px;
    align-items: end;
  }

  .oda-sp-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 36px 22px 26px;
    border-radius: 22px 22px 14px 14px;
  }

  .oda-sp-form-grid--two {
    grid-template-columns: 1fr;
  }

  .oda-sp-event-facts {
    grid-template-columns: 1fr;
  }

  .oda-sp-event-hero__content,
  .oda-sp-event-hero__content > *,
  .oda-sp-event-hero__visual {
    max-width: 100%;
  }

  .oda-sp-breadcrumbs__current,
  .oda-sp-breadcrumbs__current-separator {
    display: none;
  }

  .oda-sp-event-fact + .oda-sp-event-fact {
    padding-left: 0;
    border-top: 1px solid var(--oda-sp-line);
    border-left: 0;
  }

  .oda-sp-event-bottom__inner {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oda-sp *,
  .oda-sp-modal * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
