.ew-student-editorial {
  --sp-ink: #062b3a;
  --sp-ink-deep: #021e2a;
  --sp-teal: #0e6f7f;
  --sp-blue: #087cc1;
  --sp-gold: #f6bd00;
  --sp-mist: #f3f7f8;
  --sp-line: #d9e3e7;
  --sp-text: #152b36;
  background: #fff;
  color: var(--sp-text);
  font-family: 'Red Hat Display', sans-serif;
  overflow: hidden;
  padding-top: 88px;
}

.ew-student-editorial *,
.ew-student-editorial *::before,
.ew-student-editorial *::after {
  box-sizing: border-box;
}

.ew-student-editorial img,
.ew-student-editorial video {
  display: block;
  height: auto;
  max-width: 100%;
}

.ew-student-editorial a {
  color: inherit;
}

.sp-shell {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 28px;
  padding-right: 28px;
}

.sp-eyebrow {
  color: var(--sp-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.sp-button {
  align-items: center;
  background: var(--sp-gold);
  border: 2px solid var(--sp-gold);
  border-radius: 999px;
  color: #082b38;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 10px 25px;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.ew-student-editorial .sp-button {
  color: #082b38;
}

.sp-button:hover,
.sp-button:focus-visible {
  background: #ffd336;
  color: #082b38;
  transform: translateY(-2px);
}

.sp-button--outline {
  background: transparent;
  color: #fff;
}

.sp-button--ink {
  background: var(--sp-ink);
  border-color: var(--sp-ink);
  color: #fff;
}

.ew-student-editorial .sp-button--outline,
.ew-student-editorial .sp-button--ink {
  color: #fff;
}

.sp-hero {
  background: var(--sp-ink-deep);
  color: #fff;
}

.sp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, .96fr);
  min-height: 500px;
}

.sp-hero__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px clamp(34px, 6vw, 100px) 20px max(28px, calc((100vw - 1280px) / 2 + 28px));
}

.sp-hero h1 {
  color: #fff;
  font-size: clamp(44px, 4.4vw, 64px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.03;
  margin: 12px 0 18px;
  max-width: 760px;
}

.sp-hero__lead {
  color: #dbe8eb;
  font-size: 18px;
  line-height: 1.55;
  max-width: 570px;
}

.sp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.sp-hero__actions > br {
  display: none;
}

.sp-hero__trust {
  border-top: 1px solid rgba(255,255,255,.18);
  color: #dbe8eb;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 24px;
  max-width: 520px;
  padding-top: 16px;
}

.sp-hero__media {
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.sp-hero__media img,
.sp-hero__media video {
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  width: 100%;
}

.sp-hero__label {
  background: rgba(255,255,255,.94);
  border-radius: 12px;
  color: var(--sp-ink);
  font-size: 14px;
  font-weight: 800;
  padding: 12px 15px;
  position: absolute;
  right: 28px;
  top: 28px;
}

.sp-planner {
  background: var(--sp-mist);
  padding: 42px 0;
}

.sp-planner__panel {
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 20px;
  display: grid;
  grid-template-columns: minmax(340px, 380px) 1fr;
  overflow: hidden;
}

.sp-planner__controls {
  border-right: 1px solid var(--sp-line);
  padding: 34px;
}

.sp-planner h2,
.sp-section-title {
  color: var(--sp-ink);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.sp-planner__intro {
  font-size: 15px;
  line-height: 1.55;
  margin: 12px 0 24px;
}

.sp-planner-fields {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}

.sp-planner-fields > br {
  display: none;
}

.sp-planner-field {
  display: grid;
  gap: 6px;
}

.sp-planner-field span {
  color: var(--sp-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sp-planner-field select {
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 10px;
  color: var(--sp-ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.sp-planner-field select:focus {
  border-color: var(--sp-teal);
  box-shadow: 0 0 0 3px rgba(0, 112, 120, .14);
  outline: none;
}

.sp-planner__coverage,
.sp-plan-status {
  color: #60747d;
  font-size: 12px;
  line-height: 1.5;
}

.sp-planner__coverage {
  margin-top: 14px;
}

.sp-plan-status {
  margin-top: 16px;
}

.sp-planner__results {
  outline: none;
  padding: 34px;
}

.sp-plan-meta {
  border-bottom: 1px solid var(--sp-line);
  color: #49606b;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 10px 20px;
  padding-bottom: 18px;
}

.sp-plan-stops {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  padding-top: 24px;
}

.sp-stop {
  min-width: 0;
}

.sp-stop__number {
  align-items: center;
  background: var(--sp-ink);
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  margin: 0 0 -15px -8px;
  position: relative;
  width: 32px;
  z-index: 2;
}

.sp-stop img {
  aspect-ratio: 16/10;
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
}

.sp-stop h3 {
  color: var(--sp-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  margin: 16px 0 7px;
}

.sp-stop p {
  color: #405762;
  font-size: 14px;
  line-height: 1.5;
}

.sp-stop__meta {
  color: var(--sp-ink) !important;
  font-size: 12px !important;
  font-weight: 800;
  margin-top: 10px;
}

.sp-drop {
  background: var(--sp-ink-deep);
  color: #fff;
  padding: 64px 0 70px;
}

.sp-drop__head,
.sp-hub-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.sp-drop h2 {
  color: #fff;
}

.sp-text-link {
  color: var(--sp-gold) !important;
  font-weight: 800;
  text-decoration: none;
}

.sp-drop__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, .85fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.sp-feature,
.sp-pick-card {
  border-radius: 16px;
  overflow: hidden;
}

.sp-feature {
  display: grid;
  grid-row: 1 / 3;
  grid-template-columns: 1.35fr .9fr;
  height: 520px;
  min-height: 0;
}

.sp-feature__media {
  background: #00141c;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.sp-feature__media video,
.sp-feature__media img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.sp-feature__duration {
  background: rgba(2,30,42,.82);
  border-radius: 8px;
  bottom: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  left: 16px;
  padding: 7px 9px;
  position: absolute;
}

.sp-feature__copy {
  align-items: flex-start;
  background: #084557;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}

.sp-feature h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 14px;
}

.sp-feature p {
  color: #d8e9ed;
  font-size: 15px;
  line-height: 1.6;
}

.sp-pick-card {
  background: #fff;
  color: var(--sp-text);
  display: grid;
  grid-template-columns: minmax(145px, .8fr) minmax(0, 1.2fr);
  min-height: 250px;
}

.sp-pick-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sp-pick-card__copy {
  padding: 22px;
}

.sp-pick-card h3 {
  color: var(--sp-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.16;
  margin-bottom: 10px;
}

.sp-pick-card p {
  color: #4c626c;
  font-size: 14px;
  line-height: 1.55;
}

.sp-categories {
  background: #fff;
  border-bottom: 1px solid var(--sp-line);
  padding: 22px 0;
}

.sp-category-list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 3px;
}

.sp-category-list a {
  border: 1px solid var(--sp-line);
  border-radius: 999px;
  color: var(--sp-ink);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 15px;
  text-decoration: none;
}

.sp-launch {
  background: #f4f7f5;
  padding: 88px 0 96px;
}

.sp-launch__head {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  margin-bottom: 32px;
}

.sp-launch__head > p {
  color: #52656d;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

.sp-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.sp-filter {
  appearance: none;
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 999px;
  color: var(--sp-ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
}

.sp-filter:hover,
.sp-filter:focus-visible,
.sp-filter.is-active {
  background: var(--sp-ink);
  border-color: var(--sp-ink);
  color: #fff;
}

.sp-filter-status {
  color: #60727a;
  font-size: 14px;
  margin: 0 0 24px;
}

.sp-collection-proof {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0;
}

.sp-collection-proof span {
  align-items: baseline;
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 14px;
  color: #53666e;
  display: flex;
  gap: 8px;
  padding: 14px 16px;
}

.sp-collection-proof strong {
  color: var(--sp-ink);
  font-size: 24px;
  line-height: 1;
}

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

.sp-collection-more {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.sp-launch-card {
  background: #fff;
  border: 1px solid #dce4e1;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(13, 40, 50, .07);
  min-width: 0;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.sp-launch-card:hover {
  box-shadow: 0 18px 42px rgba(13, 40, 50, .12);
  transform: translateY(-3px);
}

.sp-launch-card[hidden] {
  display: none;
}

.sp-launch-card__media {
  aspect-ratio: 4 / 3;
  background: var(--sp-ink);
  overflow: hidden;
  position: relative;
}

.sp-launch-card__media img,
.sp-launch-card__media video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sp-media-badge {
  background: rgba(2, 30, 42, .9);
  border-radius: 999px;
  bottom: 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  left: 12px;
  letter-spacing: .05em;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
}

.sp-launch-card__copy {
  padding: 22px 22px 24px;
}

.sp-launch-card__meta {
  align-items: center;
  color: var(--sp-blue);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sp-launch-card h3 {
  color: var(--sp-ink);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.08;
  margin: 14px 0 12px;
}

.sp-launch-card p {
  color: #53666e;
  font-size: 15px;
  line-height: 1.58;
  margin: 0 0 20px;
}

.sp-launch-card__details {
  border-top: 1px solid #e7ecea;
  margin: 2px 0 18px;
  padding-top: 14px;
}

.sp-launch-card__details summary {
  color: var(--sp-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
  min-height: 32px;
  position: relative;
}

.sp-launch-card__details summary::-webkit-details-marker {
  display: none;
}

.sp-launch-card__details summary::after {
  color: var(--sp-blue);
  content: "+";
  font-size: 22px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -2px;
}

.sp-launch-card__details[open] summary::after {
  content: "−";
}

.sp-launch-card__facts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 12px 0 14px;
}

.sp-launch-card__facts div {
  background: #f4f7f5;
  border-radius: 10px;
  padding: 9px;
}

.sp-launch-card__facts dt {
  color: #6c7e85;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sp-launch-card__facts dd {
  color: var(--sp-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  margin: 3px 0 0;
}

.sp-launch-card p.sp-launch-card__note {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.sp-launch-card__source {
  color: var(--sp-blue);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sp-launch-card__checked {
  color: #788990;
  display: block;
  font-size: 11px;
  margin-top: 8px;
}

.sp-launch-card small {
  border-top: 1px solid #e7ecea;
  color: #6c7e85;
  display: block;
  font-size: 13px;
  padding-top: 14px;
}

.sp-contributors {
  padding: 68px 0;
}

.sp-contributors__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 280px 1fr;
}

.sp-contributors__intro p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 24px;
}

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

.sp-person {
  text-align: center;
}

.sp-person img,
.sp-author-card img {
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.sp-person img {
  margin: 0 auto 14px;
  width: 112px;
}

.sp-person h3 {
  color: var(--sp-ink);
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 4px;
}

.sp-person p {
  color: #586d77;
  font-size: 12px;
  line-height: 1.4;
}

.sp-cta {
  padding: 0 0 72px;
}

.sp-cta__panel {
  align-items: center;
  background: var(--sp-ink-deep);
  border-radius: 18px;
  color: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: .85fr 1.15fr;
  overflow: hidden;
}

.sp-cta__panel img {
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  width: 100%;
}

.sp-cta__copy {
  padding: 40px 44px 40px 0;
}

.sp-cta__copy h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.12;
  margin: 10px 0 14px;
}

.sp-cta__copy p {
  color: #d8e9ed;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 22px;
}

/* Contributor hub */
.sp-hub-hero {
  background: var(--sp-mist);
  padding: 38px 0 70px;
}

.sp-hub-hero__grid {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr .9fr;
}

.sp-hub-hero h1,
.sp-article-hero h1 {
  color: var(--sp-ink);
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.02;
  margin: 16px 0 22px;
}

.sp-hub-hero p {
  font-size: 20px;
  line-height: 1.6;
  max-width: 650px;
}

.sp-hub-hero__media {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 32px);
}

.sp-hub-hero__media > br {
  display: none;
}

.sp-hub-hero__media img {
  border-radius: 18px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sp-hub-hero__media img:nth-of-type(1) {
  grid-column: 1 / 8;
  grid-row: 1 / 9;
}

.sp-hub-hero__media img:nth-of-type(2) {
  grid-column: 8 / 13;
  grid-row: 2 / 7;
}

.sp-hub-hero__media img:nth-of-type(3) {
  grid-column: 2 / 7;
  grid-row: 9 / 13;
}

.sp-hub-hero__media img:nth-of-type(4) {
  grid-column: 7 / 13;
  grid-row: 7 / 13;
}

.sp-programme {
  padding: 72px 0;
}

.sp-programme__grid {
  display: grid;
  gap: 70px;
  grid-template-columns: .8fr 1.2fr;
}

.sp-programme__facts {
  display: grid;
  gap: 0;
}

.sp-fact {
  border-top: 1px solid var(--sp-line);
  padding: 22px 0;
}

.sp-fact h3 {
  color: var(--sp-ink);
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 7px;
}

.sp-fact p,
.sp-programme__copy p {
  color: #4d626c;
  font-size: 16px;
  line-height: 1.68;
}

.sp-roster {
  background: var(--sp-ink-deep);
  color: #fff;
  padding: 72px 0;
}

.sp-roster h2 {
  color: #fff;
}

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

.sp-profile {
  background: #fff;
  border-radius: 16px;
  color: var(--sp-text);
  display: grid;
  gap: 18px;
  grid-template-columns: 92px 1fr;
  padding: 20px;
}

.sp-profile img {
  aspect-ratio: 1;
  border-radius: 14px;
  object-fit: cover;
  width: 92px;
}

.sp-profile h3 {
  color: var(--sp-ink);
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 4px;
}

.sp-profile p {
  color: #5b7079;
  font-size: 13px;
  line-height: 1.45;
}

.sp-profile__work {
  color: var(--sp-blue) !important;
  font-weight: 800;
  margin-top: 9px;
}

.sp-profile--text {
  grid-template-columns: 1fr;
}

.sp-initials {
  align-items: center;
  background: #dceff2;
  border-radius: 14px;
  color: var(--sp-teal);
  display: flex;
  font-size: 30px;
  font-weight: 800;
  height: 92px;
  justify-content: center;
  width: 92px;
}

.sp-library {
  padding: 72px 0;
}

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

.sp-library-card {
  border-top: 3px solid var(--sp-gold);
  padding: 22px 2px;
}

.sp-library-card h3 {
  color: var(--sp-ink);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
  margin: 8px 0;
}

.sp-library-card p {
  color: #5b7079;
  font-size: 14px;
  line-height: 1.5;
}

/* Article */
.sp-article-hero {
  background: #f8fafb;
  padding: 36px 0 0;
}

.sp-article-hero__copy {
  max-width: 980px;
}

.sp-article-hero h1 {
  font-size: clamp(48px, 6vw, 82px);
}

.sp-article-deck {
  color: #405863;
  font-size: 21px;
  line-height: 1.55;
  max-width: 800px;
}

.sp-author-line {
  align-items: center;
  display: flex;
  gap: 14px;
  margin: 28px 0 38px;
}

.sp-author-line img {
  border-radius: 50%;
  height: 54px;
  object-fit: cover;
  width: 54px;
}

.sp-author-monogram {
  align-items: center;
  background: var(--sp-ink);
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 54px;
  font-size: 16px;
  font-weight: 800;
  height: 54px;
  justify-content: center;
  letter-spacing: .05em;
  width: 54px;
}

.sp-author-card .sp-author-monogram {
  border-color: var(--sp-gold);
  height: 76px;
  margin-bottom: 12px;
  width: 76px;
}

.sp-author-line strong {
  color: var(--sp-ink);
  display: block;
  font-size: 15px;
}

.sp-author-line span {
  color: #60747d;
  font-size: 13px;
}

.sp-article-hero__image {
  height: clamp(320px, 30vw, 430px) !important;
  object-fit: cover;
  object-position: var(--sp-hero-position, center center);
  width: 100%;
}

.sp-article-layout {
  display: grid;
  gap: 70px;
  grid-template-columns: 220px minmax(0, 720px) 250px;
  justify-content: center;
  padding-bottom: 80px;
  padding-top: 70px;
}

.sp-article-layout.sp-article-layout--simple {
  grid-template-columns: minmax(0, 760px) minmax(260px, 340px);
  justify-content: center;
}

.sp-article-nav {
  align-self: start;
  position: sticky;
  top: 120px;
}

.sp-article-nav strong {
  color: var(--sp-ink);
  display: block;
  font-size: 13px;
  letter-spacing: .07em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.sp-article-nav a {
  border-left: 2px solid var(--sp-line);
  color: #58707a;
  display: block;
  font-size: 13px;
  line-height: 1.35;
  padding: 8px 0 8px 14px;
  text-decoration: none;
}

.sp-article-body > p {
  color: #263d47;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 24px;
}

.sp-article-body h2 {
  color: var(--sp-ink);
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.16;
  margin: 62px 0 20px;
  scroll-margin-top: 130px;
}

.sp-article-body h3 {
  color: var(--sp-teal);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.25;
  margin: 34px 0 14px;
}

.sp-article-body figure {
  margin: 38px 0;
}

.sp-article-body figure img {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
}

.sp-article-body figcaption {
  color: #687b83;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 9px;
}

.sp-article-aside {
  align-self: start;
  position: sticky;
  top: 120px;
}

.sp-author-card {
  background: var(--sp-mist);
  border-radius: 16px;
  padding: 24px;
}

.sp-author-card img {
  margin-bottom: 16px;
  width: 84px;
}

.sp-author-card h2 {
  color: var(--sp-ink);
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 8px;
}

.sp-author-card p {
  color: #536a74;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 14px;
}

.sp-disclosure {
  border-left: 3px solid var(--sp-gold);
  color: #516973;
  font-size: 14px;
  line-height: 1.6;
  margin: 46px 0;
  padding: 4px 0 4px 20px;
}

.sp-fact-note {
  margin: 1.75rem 0;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(8, 45, 57, 0.14);
  border-left: 4px solid var(--sp-gold);
  border-radius: 0 14px 14px 0;
  background: var(--sp-mist);
  color: var(--sp-ink);
}

.sp-fact-note strong,
.sp-fact-note span {
  display: block;
}

.sp-fact-note span {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.sp-fact-note div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
  margin-top: 0.7rem;
}

.sp-fact-note a {
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sp-merge-note {
  margin: 1rem 0 1.6rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: #fff7d6;
  color: var(--sp-ink);
  font-size: 0.93rem;
}

@media (max-width: 1100px) {
  .sp-hero__grid,
  .sp-hub-hero__grid,
  .sp-programme__grid {
    grid-template-columns: 1fr;
  }

  .sp-hero__copy {
    padding-bottom: 20px;
    padding-left: max(28px, calc((100vw - 940px) / 2));
    padding-top: 30px;
  }

  .sp-hero__media {
    min-height: 390px;
  }

  .sp-drop__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

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

  .sp-feature {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .sp-article-layout {
    grid-template-columns: minmax(0, 720px) 240px;
  }

  .sp-article-nav {
    display: none;
  }
}

@media (max-width: 820px) {
  .ew-student-editorial {
    padding-top: 80px;
  }

  .sp-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sp-hero__grid,
  .sp-planner__panel,
  .sp-feature,
  .sp-contributors__grid,
  .sp-cta__panel,
  .sp-article-layout {
    grid-template-columns: 1fr;
  }

  .sp-article-layout.sp-article-layout--simple {
    grid-template-columns: 1fr;
  }

  .sp-launch {
    padding: 64px 0 72px;
  }

  .sp-launch__head {
    align-items: start;
    gap: 18px;
    grid-template-columns: 1fr;
  }

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

  .sp-collection-proof {
    grid-template-columns: 1fr;
  }

  .sp-filter-bar {
    flex-wrap: nowrap;
    margin-inline: -20px;
    overflow-x: auto;
    padding: 0 20px 8px;
    scrollbar-width: thin;
  }

  .sp-filter {
    flex: 0 0 auto;
  }

  .sp-hero__copy {
    padding: 30px 20px 18px;
  }

  .sp-hero__media {
    min-height: 330px;
  }

  .sp-planner__controls {
    border-bottom: 1px solid var(--sp-line);
    border-right: 0;
  }

  .sp-plan-stops,
  .sp-people,
  .sp-roster__grid,
  .sp-library__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-cta__copy {
    padding: 0 26px 34px;
  }

  .sp-article-aside {
    position: static;
  }
}

@media (max-width: 560px) {
  .sp-article-hero {
    padding-top: 36px;
  }

  .sp-hero h1,
  .sp-hub-hero h1,
  .sp-article-hero h1 {
    font-size: 43px;
  }

  .sp-hero__actions,
  .sp-drop__head,
  .sp-hub-head {
    align-items: stretch;
    flex-direction: column;
  }

  .sp-button {
    width: 100%;
  }

  .sp-plan-stops,
  .sp-drop__grid,
  .sp-people,
  .sp-roster__grid,
  .sp-library__grid {
    grid-template-columns: 1fr;
  }

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

  .sp-hub-hero__media {
    grid-template-rows: none;
  }

  .sp-hub-hero__media img,
  .sp-hub-hero__media img:nth-of-type(n) {
    aspect-ratio: 4/5;
    grid-column: auto;
    grid-row: auto;
    height: auto;
  }

  .sp-feature {
    height: auto;
    min-height: 0;
  }

  .sp-pick-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sp-pick-card img {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .sp-feature__media {
    min-height: 330px;
  }

  .sp-article-hero__image {
    height: 260px !important;
    object-position: var(--sp-hero-mobile-position, var(--sp-hero-position, center center));
  }

  .sp-profile {
    grid-template-columns: 76px 1fr;
  }

  .sp-profile img,
  .sp-initials {
    height: 76px;
    width: 76px;
  }

  .sp-article-layout {
    padding-top: 42px;
  }

  .sp-article-body > p {
    font-size: 17px;
  }
}
.sp-context-cta {
  margin: 2rem 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-left: 5px solid #ffbd00;
  border-radius: 0 18px 18px 0;
  background: #eef8fb;
  color: #002631;
}

.sp-context-cta .sp-eyebrow { margin: 0 0 .35rem; }
.sp-context-cta h2 { margin: 0 0 .55rem; font-size: clamp(1.45rem, 3vw, 2rem); }
.sp-context-cta p:not(.sp-eyebrow) { margin: 0 0 1rem; }
.sp-context-cta .sp-button { display: inline-flex; }
