body.sws-journey-page {
  --jr-ink: #14313c;
  --jr-copy: #536b75;
  --jr-line: rgba(29, 58, 69, .14);
  --jr-gold: #c8932d;
  --jr-purple: #70579c;
  --jr-green: #6c855e;
  --jr-teal: #477b80;
  background: #fff;
}

body.sws-journey-page [hidden] { display: none !important; }

#g2685vYmt7vV4ev {
  position: relative;
  height: clamp(420px, 55vh, 540px) !important;
  min-height: 420px !important;
  margin-top: 0 !important;
  overflow: hidden;
  background: #16303a;
}

#g2685vYmt7vV4ev::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 27, 35, .68), rgba(8, 27, 35, .24) 57%, rgba(8, 27, 35, .05)),
    linear-gradient(0deg, rgba(8, 27, 35, .20), transparent 46%);
}

#g2685vYmt7vV4ev > #c06TXOPVogWdAnfd,
#g2685vYmt7vV4ev > #c06TXOPVogWdAnfd .lazy-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-position: center 43% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#g2685vYmt7vV4ev > #c06TXOPVogWdAnfd .lazy-img {
  background-attachment: fixed !important;
  transform: scale(1.025);
}

.sws-journey-hero-copy {
  position: absolute;
  left: max(48px, calc((100% - 1160px) / 2));
  bottom: 45px;
  z-index: 3;
  width: min(780px, calc(100% - 96px));
  color: #fff;
}

.sws-journey-hero-copy span,
.sws-journey-eyebrow {
  display: block;
  margin-bottom: 11px;
  color: #e4ae48;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sws-journey-hero-copy h1 {
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(38px, 4.7vw, 64px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.036em;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .25);
}

.sws-journey-hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.45;
}

.sws-journey-redesign {
  width: 100%;
  overflow: clip;
  color: var(--jr-copy);
  background: #fff;
}

.sws-journey-redesign *,
.sws-journey-redesign *::before,
.sws-journey-redesign *::after { box-sizing: border-box; }

.sws-journey-switcher {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: min(940px, calc(100% - 40px));
  margin: 32px auto 68px;
  padding: 7px;
  border: 1px solid var(--jr-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(21, 43, 52, .055);
}

.sws-journey-switcher a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: var(--jr-purple);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  background: rgba(112, 87, 156, .035);
}

.sws-journey-switcher a[aria-current="page"] {
  color: #fff;
  background: var(--jr-ink);
}

.sws-journey-intro,
.sws-journey-section-head {
  width: min(1000px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sws-journey-intro { margin-bottom: 76px; }

.sws-journey-intro h2,
.sws-journey-section-head h2 {
  margin: 0 0 20px;
  color: var(--jr-ink);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 470;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.sws-journey-intro p,
.sws-journey-section-head p {
  max-width: 880px;
  margin: 0 auto;
  color: var(--jr-copy);
  font-size: 17px;
  line-height: 1.75;
}

.sws-journey-poem {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto 100px;
  padding: 72px 56px 58px;
  border-top: 1px solid var(--jr-line);
  border-bottom: 1px solid var(--jr-line);
  background: linear-gradient(135deg, rgba(246, 248, 247, .75), #fff 60%);
}

.sws-journey-poem .sws-journey-section-head { margin-bottom: 42px; }

.sws-poem-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  height: 520px;
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #102a34;
  box-shadow: 0 26px 70px rgba(18, 43, 53, .15);
}

.sws-poem-visual {
  position: relative;
  height: 520px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #1a343e;
}

.sws-poem-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 58%, rgba(16, 42, 52, .78)), linear-gradient(0deg, rgba(7, 23, 30, .52), transparent 45%);
}

.sws-poem-visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  transition: opacity .3s ease, transform 6s ease;
  transform: scale(1.025);
}

.sws-poem-visual.is-changing img { opacity: .2; }

.sws-poem-visual figcaption {
  position: absolute;
  right: 34px;
  bottom: 30px;
  left: 34px;
  z-index: 2;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sws-poem-reading {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 32px 38px 26px;
  color: #fff;
  background: radial-gradient(circle at 100% 0, rgba(112, 87, 156, .22), transparent 36%), #102a34;
}

.sws-poem-counter {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .12em;
}

.sws-poem-counter span { color: #edbd5d; font-size: 18px; }
.sws-poem-counter i { width: 58px; height: 1px; background: rgba(255, 255, 255, .28); }
.sws-poem-counter b { font-weight: inherit; }

.sws-poem-verses {
  position: relative;
  flex: 1;
  min-height: 0;
}

.sws-poem-verse {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
}

.sws-poem-verse.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.sws-poem-verse p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .82);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(20px, 2vw, 28px);
  font-style: italic;
  line-height: 1.38;
}

.sws-poem-verse p.is-leading {
  color: #fff;
  font-size: clamp(24px, 2.35vw, 34px);
  font-weight: 500;
}

.sws-poem-controls {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  gap: 16px;
  align-items: center;
}

.sws-poem-controls > button,
.sws-timeline-nav > button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background: rgba(255, 255, 255, .05);
  transition: transform .2s ease, border-color .2s ease, opacity .2s ease;
}

.sws-poem-controls > button:hover { transform: translateY(-2px); border-color: rgba(237, 189, 93, .7); }
.sws-poem-controls > button:disabled,
.sws-timeline-nav > button:disabled { opacity: .28; cursor: default; transform: none; }

.sws-poem-track {
  display: grid;
  grid-template-columns: repeat(20, minmax(3px, 1fr));
  gap: 4px;
}

.sws-poem-tick {
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  cursor: pointer;
  background: rgba(255, 255, 255, .18);
}

.sws-poem-tick.is-active { background: #edbd5d; }

.sws-journey-timeline {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto 100px;
}

.sws-journey-timeline .sws-journey-section-head { margin-bottom: 40px; }

.sws-timeline-nav {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 50px;
  gap: 16px;
  align-items: center;
  margin-bottom: 30px;
}

.sws-timeline-nav > button {
  border-color: var(--jr-line);
  color: var(--jr-ink);
  background: #fff;
  box-shadow: 0 8px 24px rgba(21, 43, 52, .06);
}

.sws-timeline-rail {
  position: relative;
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding: 8px 0 16px;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.sws-timeline-rail::-webkit-scrollbar { display: none; }
.sws-timeline-rail::before {
  content: "";
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 147, 45, .52), rgba(112, 87, 156, .46), rgba(71, 123, 128, .46), rgba(108, 133, 94, .52));
}

.sws-timeline-point {
  position: relative;
  flex: 0 0 150px;
  min-width: 0;
  padding: 0 10px;
  border: 0;
  color: var(--jr-copy);
  text-align: center;
  cursor: pointer;
  scroll-snap-align: center;
  background: transparent;
}

.sws-timeline-point span {
  display: block;
  color: var(--jr-copy);
  font-size: 17px;
  font-weight: 720;
  transition: color .2s ease, transform .2s ease;
}

.sws-timeline-point i {
  position: relative;
  z-index: 1;
  display: block;
  width: 11px;
  height: 11px;
  margin: 11px auto 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #a9b4b8;
  box-shadow: 0 0 0 1px rgba(20, 49, 60, .16);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.sws-timeline-point small {
  display: block;
  color: #71838b;
  font-size: 11px;
  font-weight: 620;
  line-height: 1.3;
}

.sws-timeline-point.is-active span { color: var(--jr-purple); transform: translateY(-2px); }
.sws-timeline-point.is-active i { transform: scale(1.35); background: var(--jr-gold); box-shadow: 0 0 0 5px rgba(200, 147, 45, .14); }
.sws-timeline-point.is-active small { color: var(--jr-ink); }

.sws-timeline-panel {
  --timeline-accent: #b88624;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid var(--jr-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(21, 43, 52, .065);
  transition: opacity .22s ease, transform .22s ease;
}

.sws-timeline-panel.is-changing { opacity: .56; transform: translateY(5px); }

.sws-timeline-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 290px;
  padding: 52px 72px 44px;
  background: radial-gradient(circle at 100% 0, color-mix(in srgb, var(--timeline-accent) 8%, transparent), transparent 38%);
  border-radius: inherit;
}

.sws-timeline-copy::before {
  content: "";
  position: absolute;
  top: 48px;
  bottom: 48px;
  left: 0;
  width: 3px;
  border-radius: 99px;
  background: var(--timeline-accent);
}

.sws-timeline-kicker {
  margin-bottom: 13px;
  color: var(--timeline-accent);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sws-timeline-copy h3 {
  margin: 0 0 22px;
  color: var(--jr-ink);
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.sws-timeline-copy p {
  margin: 0;
  color: var(--jr-copy);
  font-size: 16px;
  line-height: 1.72;
}

.sws-timeline-position {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--jr-line);
  color: #829198;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

@media (max-width: 1000px) {
  .sws-poem-stage { grid-template-columns: 1fr; height: auto; }
  .sws-poem-visual { height: 340px; min-height: 0; }
  .sws-poem-visual::after { background: linear-gradient(0deg, rgba(16, 42, 52, .78), transparent 48%); }
  .sws-poem-reading { min-height: 440px; }
}

@media (max-width: 680px) {
  #g2685vYmt7vV4ev { height: 410px !important; min-height: 410px !important; }
  #g2685vYmt7vV4ev > #c06TXOPVogWdAnfd .lazy-img { background-attachment: scroll !important; }
  .sws-journey-hero-copy { right: 22px; left: 22px; bottom: 28px; width: auto; }
  .sws-journey-hero-copy h1 { font-size: clamp(34px, 10vw, 43px); }
  .sws-journey-switcher { grid-template-columns: 1fr; width: calc(100% - 28px); margin: 22px auto 52px; }
  .sws-journey-intro,
  .sws-journey-section-head { width: calc(100% - 36px); }
  .sws-journey-intro { margin-bottom: 58px; }
  .sws-journey-poem,
  .sws-journey-timeline { width: 100%; margin-bottom: 72px; }
  .sws-journey-poem { padding: 52px 18px 34px; }
  .sws-poem-stage { border-radius: 18px; }
  .sws-poem-visual { height: 260px; min-height: 0; }
  .sws-poem-reading { min-height: 470px; padding: 32px 24px 26px; }
  .sws-poem-verses { min-height: 330px; }
  .sws-poem-verse p { font-size: 19px; }
  .sws-poem-verse p.is-leading { font-size: 24px; }
  .sws-poem-track { gap: 2px; }
  .sws-journey-timeline { padding: 0 14px; }
  .sws-timeline-nav { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; }
  .sws-timeline-nav > button { width: 42px; height: 42px; }
  .sws-timeline-point { flex-basis: 126px; }
  .sws-timeline-panel { border-radius: 18px; }
  .sws-timeline-copy { padding: 40px 28px 36px; }
  .sws-timeline-copy::before { top: 34px; bottom: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  #g2685vYmt7vV4ev > #c06TXOPVogWdAnfd .lazy-img { background-attachment: scroll !important; }
  .sws-poem-visual img,
  .sws-poem-verse,
  .sws-timeline-panel { transition: none !important; }
}
-height: 330px; }
  .sws-poem-verse p { font-size: 19px; }
  .sws-poem-verse p.is-leading { font-size: 24px; }
  .sws-poem-track { gap: 2px; }
  .sws-journey-timeline { padding: 0 14px; }
  .sws-timeline-nav { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; }
  .sws-timeline-nav > button { width: 42px; height: 42px; }
  .sws-timeline-point { flex-basis: 126px; }
  .sws-timeline-panel { border-radius: 18px; }
  .sws-timeline-copy { padding: 40px 28px 36px; }
  .sws-timeline-copy::before { top: 34px; bottom: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  #g2685vYmt7vV4ev > #c06TXOPVogWdAnfd .lazy-img { background-attachment: scroll !important; }
  .sws-poem-visual img,
  .sws-poem-verse,
  .sws-timeline-panel { transition: none !important; }
}
