/* ADOM Story — 1:1 from ADOM Story.html reference */

.adom-story-main {
  background: #ffffff;
  color: #1b1522;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.adom-story-main .adom-wrap {
  max-width: 1240px;
  padding-left: clamp(18px, 4vw, 40px);
  padding-right: clamp(18px, 4vw, 40px);
}

.adom-story-main a:hover {
  color: #7932e9;
}

.adom-story-main p {
  text-wrap: pretty;
}

.adom-story-round {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-family: inherit;
  color: inherit;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.adom-story-round:hover {
  border-color: #7932e9;
  color: #7932e9;
}

.adom-story-round--ghost {
  background: transparent;
}

/* —— Hero —— */
.adom-story-hero {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(110px, 13vw, 150px) clamp(18px, 4vw, 40px) 0;
}

.adom-story-hero .adom-wrap {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.adom-story-hero__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: clamp(26px, 3vw, 38px);
}

.adom-story-hero__crumb span:last-child {
  color: rgba(0, 0, 0, 0.72);
}

.adom-story-hero__intro {
  gap: 24px 52px;
  padding-bottom: clamp(28px, 3.4vw, 44px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.adom-story-hero__title {
  margin: 0;
  font-family: "Cardo", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  font-size: clamp(42px, 6.4vw, 92px);
}

.adom-story-hero__intro .adom-lead {
  font-size: 18px;
  line-height: 1.62;
  color: rgba(0, 0, 0, 0.7);
}

.adom-story-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 44px;
  padding: clamp(22px, 2.6vw, 32px) 0 clamp(28px, 3.4vw, 44px);
}

.adom-story-hero__stats strong {
  display: block;
  font-family: "Cardo", Georgia, serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
  color: var(--adom-violet);
}

.adom-story-hero__stats strong sup {
  font-size: 21px;
  line-height: 1;
}

.adom-story-hero__stats span {
  display: block;
  margin-top: 7px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.adom-story-hero__card {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 36px 80px -42px rgba(121, 50, 233, 0.22);
}

.adom-story-hero__accent {
  display: block;
  height: 3px;
  background: #7932e9;
}

.adom-story-hero__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: clamp(280px, 42vw, 520px);
  background: var(--adom-cream);
  overflow: hidden;
}

.adom-story-hero__video,
.adom-story-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
  display: block;
}

.adom-story-hero__card figcaption {
  padding: 16px clamp(20px, 2.4vw, 30px);
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

/* —— Marquee —— */
.adom-story-marquee {
  margin-top: clamp(76px, 9vw, 116px);
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 15px 0;
  overflow: hidden;
}

.adom-story-marquee__track {
  display: flex;
  width: max-content;
  animation: adom-story-marquee 46s linear infinite;
  font-family: "Cardo", Georgia, serif;
  font-size: 19px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.42);
}

.adom-story-marquee__track span {
  padding-right: 28px;
}

@keyframes adom-story-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* —— Sections rhythm (ref: bottom padding only after first) —— */
.adom-story-section {
  padding: 0 0 clamp(78px, 9vw, 128px);
}

.adom-story-section--first {
  padding: clamp(78px, 9vw, 124px) 0 clamp(78px, 9vw, 128px);
}

.adom-story-section__head {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: clamp(40px, 4.6vw, 66px);
}

.adom-story-section__head .adom-h2 {
  font-family: "Cardo", Georgia, serif;
  font-weight: 400;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.05;
}

.adom-story-section__head .adom-lead,
.adom-story-section__aside .adom-lead {
  font-size: 17px;
  line-height: 1.62;
  color: rgba(0, 0, 0, 0.68);
}

.adom-story-section__aside {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px 20px;
}

.adom-story-section__head--faculty {
  margin-bottom: 0;
}

.adom-story-section__head--faculty .adom-story-faculty__controls {
  margin-top: 18px;
}

.adom-story-split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

.adom-story-prose {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.74;
  color: rgba(0, 0, 0, 0.72);
}

.adom-story-prose--lg {
  font-size: 19px;
  line-height: 1.68;
  color: rgba(0, 0, 0, 0.84);
}

.adom-story-prose strong {
  font-weight: 500;
}

.adom-story-prose:last-child {
  margin-bottom: 0;
}

.adom-story-quote-card {
  margin: 0;
  padding: clamp(28px, 3.2vw, 40px);
  border-radius: var(--adom-radius);
  background: var(--adom-white);
  color: var(--adom-ink);
  position: relative;
  border: 1px solid var(--adom-line);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 100%;
}

.adom-story-quote-card__mark {
  display: block;
  font-family: var(--adom-font-display);
  font-size: clamp(48px, 6vw, 72px);
  line-height: 0.7;
  color: var(--adom-violet);
  user-select: none;
}

.adom-story-quote-card__text {
  margin: 0;
  font-family: var(--adom-font-display);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.35;
  font-style: italic;
  font-weight: 400;
  color: var(--adom-ink);
}

.adom-story-quote-card__foot {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
  padding-top: 4px;
  font-style: normal;
}

.adom-story-quote-card__rule {
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 10px;
  background: var(--adom-violet);
  border-radius: 999px;
}

.adom-story-quote-card__name {
  font-size: 16px;
  font-weight: 500;
  color: var(--adom-ink);
}

.adom-story-quote-card__role {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--adom-meta);
}

/* —— Timeline (alternating L/R + scroll reveal) —— */
.adom-story-timeline {
  max-width: 1240px;
  margin: 0 auto clamp(78px, 9vw, 128px);
  padding: 0 clamp(18px, 4vw, 40px);
  overflow-x: clip;
}

.adom-story-timeline .adom-wrap {
  max-width: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.adom-story-timeline .adom-story-section__head {
  margin-bottom: clamp(40px, 5vw, 64px);
}

.adom-story-timeline__track {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 48px);
  padding: 8px 0 12px;
}

.adom-story-timeline__spine {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.12);
}

.adom-story-timeline__item {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
}

.adom-story-timeline__item--left {
  align-self: flex-start;
  justify-content: flex-end;
  padding-right: clamp(28px, 3.5vw, 48px);
  text-align: right;
}

.adom-story-timeline__item--right {
  align-self: flex-end;
  justify-content: flex-start;
  padding-left: clamp(28px, 3.5vw, 48px);
  text-align: left;
}

.adom-story-timeline__dot {
  position: absolute;
  top: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--adom-violet);
  background: var(--adom-canvas);
  box-sizing: border-box;
  z-index: 2;
  transition: background 0.45s ease, transform 0.45s ease;
}

.adom-story-timeline__item--left .adom-story-timeline__dot {
  right: -7px;
}

.adom-story-timeline__item--right .adom-story-timeline__dot {
  left: -7px;
}

.adom-story-timeline__dot.is-filled,
.adom-story-timeline__item.is-in .adom-story-timeline__dot {
  background: var(--adom-violet);
}

.adom-story-timeline__item.is-in .adom-story-timeline__dot {
  transform: scale(1.15);
}

.adom-story-timeline__card {
  max-width: 420px;
  width: 100%;
  padding: clamp(20px, 2.4vw, 28px);
  border-radius: var(--adom-radius);
  background: var(--adom-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.adom-story-timeline__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
  margin-bottom: 12px;
}

.adom-story-timeline__item--left .adom-story-timeline__meta {
  justify-content: flex-end;
}

.adom-story-timeline__year {
  font-family: var(--adom-font-display);
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1;
  color: var(--adom-violet);
}

.adom-story-timeline__tag {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--adom-meta);
}

.adom-story-timeline__item h3 {
  margin: 0 0 10px;
  font-family: var(--adom-font-display);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: var(--adom-ink);
}

.adom-story-timeline__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.64;
  color: var(--adom-body);
}

.adom-story-timeline__item[data-timeline-item] .adom-story-timeline__card {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.adom-story-timeline__item.is-in .adom-story-timeline__card {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .adom-story-timeline__spine {
    left: 10px;
    transform: none;
  }

  .adom-story-timeline__item,
  .adom-story-timeline__item--left,
  .adom-story-timeline__item--right {
    width: 100%;
    align-self: stretch;
    justify-content: flex-start;
    padding: 0 0 0 36px;
    text-align: left;
  }

  .adom-story-timeline__item--left .adom-story-timeline__dot,
  .adom-story-timeline__item--right .adom-story-timeline__dot {
    left: 3px;
    right: auto;
  }

  .adom-story-timeline__item--left .adom-story-timeline__meta {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .adom-story-timeline__item[data-timeline-item] .adom-story-timeline__card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* —— Principles —— */
.adom-story-principles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 20px;
}

.adom-story-card {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 36px 80px -42px rgba(121, 50, 233, 0.22);
}

.adom-story-card__accent {
  display: block;
  height: 3px;
}

.adom-story-card--violet .adom-story-card__accent { background: #7932e9; }
.adom-story-card--pink .adom-story-card__accent { background: #e34776; }
.adom-story-card--gold .adom-story-card__accent { background: #eba84d; }

.adom-story-card--violet .adom-story-card__icon { background: rgba(121, 50, 233, 0.08); }
.adom-story-card--pink .adom-story-card__icon { background: rgba(227, 71, 118, 0.08); }
.adom-story-card--gold .adom-story-card__icon { background: rgba(235, 168, 77, 0.14); }

.adom-story-card__body {
  padding: clamp(26px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.adom-story-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.adom-story-card__icon svg {
  width: 25px;
  height: 25px;
  display: block;
}

.adom-story-card h3 {
  margin: 0 0 10px;
  font-family: "Cardo", Georgia, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.18;
}

.adom-story-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.66;
  color: rgba(0, 0, 0, 0.7);
}

/* —— Faculty —— */
.adom-story-faculty {
  padding: 0 0 clamp(78px, 9vw, 128px);
}

.adom-story-faculty__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.adom-story-faculty__count {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-right: 4px;
}

.adom-story-faculty__rail {
  margin-top: clamp(40px, 4.8vw, 60px);
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 6px max(clamp(18px, 4vw, 40px), calc((100vw - 1240px) / 2)) 8px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.adom-story-faculty__rail::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

.adom-story-faculty__card {
  position: relative;
  flex: 0 0 auto;
  width: 230px;
  height: clamp(300px, 32vw, 360px);
  border-radius: 20px;
  overflow: hidden;
  background: #f4f4f4;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.adom-story-faculty__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 16%;
  display: block;
}

.adom-story-faculty__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 10, 32, 0.86) 0%, rgba(20, 10, 32, 0.26) 48%, rgba(20, 10, 32, 0.04) 76%);
}

.adom-story-faculty__card > div {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #ffffff;
  text-align: left;
}

.adom-story-faculty__card strong {
  display: block;
  font-family: "Cardo", Georgia, serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 6px;
}

.adom-story-faculty__card span {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.76);
}

/* —— Voices (same quote language as Home / Story quote card) —— */
.adom-story-voices {
  border-radius: var(--adom-radius);
  background: var(--adom-white);
  border: 1px solid var(--adom-line);
  overflow: hidden;
  box-shadow: none;
}

.adom-story-voices__accent {
  display: none;
}

.adom-story-voices__inner {
  padding: clamp(28px, 3.6vw, 48px);
}

.adom-story-voices__stage {
  position: relative;
}

.adom-story-voice {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

.adom-story-voice.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.adom-story-voice__mark {
  display: block;
  font-family: var(--adom-font-display);
  font-size: clamp(48px, 6vw, 72px);
  line-height: 0.7;
  color: var(--adom-violet);
  user-select: none;
}

.adom-story-voice__quote {
  margin: 0;
  max-width: 58ch;
  font-family: var(--adom-font-display);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.35;
  font-style: italic;
  font-weight: 400;
  color: var(--adom-ink);
}

.adom-story-voice__foot {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 4px 0 0;
  padding: 0;
  font-style: normal;
}

.adom-story-voice__rule {
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 6px;
  background: var(--adom-violet);
  border-radius: 999px;
}

.adom-story-voice__name {
  font-size: 16px;
  font-weight: 500;
  color: var(--adom-ink);
}

.adom-story-voice__role {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--adom-meta);
}

.adom-story-voices__nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--adom-line);
}

.adom-story-voices__index {
  flex: 0 0 auto;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--adom-meta);
}

.adom-story-voices__dots {
  display: flex;
  gap: 8px;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
}

.adom-story-voices__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.16);
  transition: width 0.45s cubic-bezier(0.16, 1, 0.3, 1), background 0.35s ease;
}

.adom-story-voices__dots button.is-active {
  width: 28px;
  background: var(--adom-violet);
}

.adom-story-voices__arrows {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: auto;
}

@media (max-width: 640px) {
  .adom-story-voices__nav {
    flex-wrap: wrap;
  }

  .adom-story-voices__arrows {
    margin-left: 0;
  }
}

/* —— Archive / video —— */
.adom-story-archive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(20px, 2.6vw, 32px);
  align-items: start;
}

.adom-story-archive__feature {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 36px 80px -42px rgba(121, 50, 233, 0.22);
}

.adom-story-archive__accent {
  display: block;
  height: 3px;
  background: #7932e9;
}

.adom-story-archive__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f4f4f4;
}

.adom-story-archive__player iframe,
.adom-story-archive__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.adom-story-archive__poster {
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: none;
}

.adom-story-archive__poster.is-active {
  display: block;
}

.adom-story-archive__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.adom-story-archive__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.06) 58%, transparent 82%);
}

.adom-story-archive__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #7932e9;
  box-shadow: 0 18px 40px -14px rgba(121, 50, 233, 0.7);
}

.adom-story-archive__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  border-left: 18px solid #ffffff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.adom-story-archive__meta {
  padding: clamp(22px, 2.6vw, 32px);
}

.adom-story-archive__meta span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7932e9;
  margin-bottom: 12px;
}

.adom-story-archive__meta h3 {
  margin: 0;
  font-family: "Cardo", Georgia, serif;
  font-weight: 400;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.2;
}

.adom-story-archive__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.adom-story-archive__row {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 12px;
  border-radius: 16px;
  cursor: pointer;
  text-align: left;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: background 0.35s ease, border-color 0.35s ease;
  font: inherit;
  color: inherit;
}

.adom-story-archive__row.is-active {
  background: #ffffff;
  border-color: rgba(121, 50, 233, 0.34);
}

.adom-story-archive__row:hover {
  background: rgba(121, 50, 233, 0.035);
}

.adom-story-archive__row img {
  display: block;
  flex: 0 0 auto;
  width: 104px;
  height: 62px;
  border-radius: 10px;
  object-fit: cover;
}

.adom-story-archive__row-copy {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.adom-story-archive__row small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 7px;
}

.adom-story-archive__row strong {
  display: block;
  font-family: "Cardo", Georgia, serif;
  font-size: 19px;
  line-height: 1.24;
  font-weight: 400;
}

.adom-story-archive__mark {
  display: block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.14);
  transition: background 0.35s ease;
}

.adom-story-archive__row.is-active .adom-story-archive__mark {
  background: #7932e9;
}

/* —— Programmes —— */
.adom-story-programmes {
  display: block;
}

.adom-story-programme {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  padding: 24px 14px 24px 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: background 0.35s ease, padding-left 0.35s ease;
  color: inherit;
}

.adom-story-programme:hover {
  background: rgba(121, 50, 233, 0.035);
  padding-left: 14px;
  color: inherit;
}

.adom-story-programme__main {
  display: block;
  flex: 1 1 300px;
  min-width: 0;
}

.adom-story-programme__kind {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 8px;
}

.adom-story-programme strong {
  display: block;
  font-family: "Cardo", Georgia, serif;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.2;
  font-weight: 400;
}

.adom-story-programme__date {
  flex: 0 0 auto;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.75);
  white-space: nowrap;
}

.adom-story-programme__place {
  flex: 0 0 auto;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.adom-story-programme__cta {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  color: #7932e9;
  white-space: nowrap;
}

/* —— FAQ —— */
.adom-story-faq {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));
  gap: clamp(26px, 4vw, 54px);
  align-items: start;
}

.adom-story-faq .adom-h2 {
  margin: 0 0 16px;
  font-family: "Cardo", Georgia, serif;
  font-weight: 400;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.05;
}

.adom-story-faq__lead {
  margin: 0;
  max-width: 34ch;
  font-size: 16px;
  line-height: 1.64;
  color: rgba(0, 0, 0, 0.64);
}

.adom-story-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.adom-story-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 2px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-size: 17px;
  line-height: 1.4;
  color: #1b1522;
  font-family: inherit;
}

.adom-story-faq__sign {
  flex: 0 0 auto;
  font-size: 22px;
  color: #7932e9;
}

.adom-story-faq__a p {
  margin: 0;
  padding: 0 44px 24px 2px;
  max-width: 68ch;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.7);
}

/* —— Join (home CTA band + newsletter card) —— */
.adom-story-join {
  padding: 0 0 clamp(96px, 11vw, 150px);
}

.adom-story-join__band {
  position: relative;
  border-radius: var(--adom-radius);
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 50% 120%, rgba(227, 71, 118, 0.28), transparent 55%),
    linear-gradient(145deg, #3a1768 0%, #4b1f7f 42%, var(--adom-violet) 100%);
  padding: clamp(48px, 6vw, 80px) clamp(24px, 4vw, 48px);
  text-align: center;
  color: var(--adom-white);
}

.adom-story-join__eyebrow,
.adom-story-join__eyebrow.adom-eyebrow {
  justify-content: center;
  color: rgba(255, 255, 255, 0.72) !important;
  margin-bottom: 14px;
}

.adom-story-join__band .adom-h2 {
  margin: 0 auto 16px;
  max-width: 22ch;
  font-family: var(--adom-font-display);
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
  color: var(--adom-white);
  text-wrap: balance;
}

.adom-story-join__band .adom-lead {
  margin: 0 auto 32px;
  max-width: 42ch;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
}

.adom-story-join__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.adom-story-join__newsletter {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 24px 36px;
  align-items: center;
  margin-top: 20px;
  padding: clamp(28px, 3.5vw, 40px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--adom-radius);
  background: var(--adom-white);
}

.adom-story-join__kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--adom-meta);
}

.adom-story-join__newsletter-copy h3 {
  margin: 0 0 10px;
  font-family: var(--adom-font-display);
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.2;
  color: var(--adom-ink);
}

.adom-story-join__newsletter-copy p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--adom-body);
}

.adom-story-join__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 14px;
}

.adom-story-join__contacts a {
  color: var(--adom-violet);
  text-decoration: none;
}

.adom-story-join__contacts a:hover {
  color: var(--adom-ink);
}

.adom-story-join__panel {
  min-width: 0;
}

.adom-story-join__label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--adom-meta);
  margin-bottom: 12px;
  font-weight: 500;
}

.adom-story-join__form,
.adom-story-join__form .mc4wp-form,
.adom-story-join__form .mc4wp-form-fields,
.adom-story-join__form form {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  position: relative;
}

.adom-story-join__form .mc4wp-form-fields::after,
.adom-story-join__form .mc4wp-form::after {
  content: none !important;
  display: none !important;
}

.adom-story-join__form input[type="email"],
.adom-story-join__form input[type="text"]:not([name="_mc4wp_honeypot"]) {
  flex: 1 1 auto !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 999px !important;
  background: #f4f4f4 !important;
  box-shadow: none !important;
  color: var(--adom-ink) !important;
  font-family: var(--adom-font-body) !important;
  font-size: 16px !important;
  outline: none !important;
  box-sizing: border-box !important;
}

.adom-story-join__form input::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}

.adom-story-join__submit,
.adom-story-join__form input[type="submit"],
.adom-story-join__form button[type="submit"],
.adom-story-join__form .fusion-button {
  flex: 0 0 auto !important;
  float: none !important;
  width: auto !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 26px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: var(--adom-violet) !important;
  color: var(--adom-white) !important;
  font-family: var(--adom-font-body) !important;
  font-size: 12px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background 0.3s ease !important;
  white-space: nowrap;
}

.adom-story-join__submit:hover,
.adom-story-join__form input[type="submit"]:hover,
.adom-story-join__form button[type="submit"]:hover {
  background: var(--adom-ink) !important;
}

.adom-story-join__form .mc4wp-form > label,
.adom-story-join__form label:has(input[name="_mc4wp_honeypot"]),
.adom-story-join__form input[name="_mc4wp_honeypot"],
.adom-story-join__form .mc4wp-response:empty {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
}

.adom-story-join__form .mc4wp-response {
  flex: 1 1 100%;
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--adom-violet);
}

@media (max-width: 800px) {
  .adom-story-join__newsletter {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 520px) {
  .adom-story-join__form,
  .adom-story-join__form .mc4wp-form-fields,
  .adom-story-join__form form {
    flex-wrap: wrap !important;
  }

  .adom-story-join__submit,
  .adom-story-join__form input[type="submit"],
  .adom-story-join__form button[type="submit"] {
    width: 100% !important;
  }
}

@media (max-width: 720px) {
  .adom-story-hero__media {
    aspect-ratio: 16 / 10;
    min-height: 240px;
  }

  .adom-story-programme__date,
  .adom-story-programme__place {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .adom-story-marquee__track {
    animation: none;
  }

  .adom-story-voices__dots button {
    transition: none;
  }
}
