/* Seed-inspired progressive ordering story for the Home page. */
body.home .sunday-home-featured,
body.home .sunday-order-story,
body.home .sunday-why-editorial--reference {
  border-radius: 0 !important;
}

body.home .sunday-order-story--progressive {
  box-sizing: border-box !important;
  padding: clamp(96px, 8.5vw, 144px) clamp(24px, 4vw, 64px) clamp(102px, 9.5vw, 156px) !important;
  color: #271739 !important;
  background:
    radial-gradient(circle at 92% 2%, rgba(200,184,218, .3), transparent 30%),
    #f6f3fa !important;
}

body.home .sunday-order-story--progressive .sunday-story-inner {
  width: min(100%, 1500px) !important;
  margin: 0 auto !important;
}

body.home .sunday-order-story--progressive .sunday-story-heading {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

body.home .sunday-order-story--progressive .sunday-story-eyebrow {
  margin: 0 0 18px !important;
  color: #7b3dc1 !important;
  font: 700 11px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

body.home .sunday-order-story--progressive .sunday-story-heading h2 {
  max-width: 1040px !important;
  margin: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(40px, 3.75vw, 60px) !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em !important;
}

body.home .sunday-order-story--progressive .sunday-story-heading > p {
  max-width: 610px !important;
  margin: 28px 0 20px !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

body.home .sunday-order-story--progressive .sunday-story-heading-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 13px !important;
  margin-top: 28px !important;
  color: inherit !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding-bottom: 4px !important;
  border-bottom: 1px solid currentColor !important;
  text-decoration: none !important;
}

body.home .sunday-order-story--progressive .sunday-story-heading-link > span {
  display: inline-block !important;
  width: 19px !important;
  height: 12px !important;
  flex: 0 0 19px !important;
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1 6h16M12.5 1.5 17 6l-4.5 4.5' stroke='%23113f29' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  transition: transform .25s cubic-bezier(.2, .8, .2, 1) !important;
}

body.home .sunday-order-story--progressive .sunday-story-heading-link:hover > span,
body.home .sunday-order-story--progressive .sunday-story-heading-link:focus-visible > span {
  transform: translateX(3px) !important;
}

body.home .sunday-order-story--progressive .sunday-story-layout {
  display: grid !important;
  grid-template-columns: minmax(360px, .86fr) minmax(620px, 1.14fr) !important;
  align-items: start !important;
  gap: clamp(68px, 8vw, 132px) !important;
  margin-top: clamp(80px, 7.5vw, 114px) !important;
}

body.home .sunday-order-story--progressive .sunday-story-timeline {
  position: relative !important;
  --sunday-story-progress: 0%;
  padding-left: 42px !important;
}

body.home .sunday-order-story--progressive .sunday-story-timeline::before {
  content: "" !important;
  position: absolute !important;
  left: 8px !important;
  top: 12px !important;
  bottom: 168px !important;
  width: 1px !important;
  background: rgba(48,28,70, .14) !important;
}

body.home .sunday-order-story--progressive .sunday-story-timeline::after {
  position: absolute !important;
  left: 8px !important;
  top: 12px !important;
  width: 1px !important;
  height: var(--sunday-story-progress) !important;
  max-height: calc(100% - 180px) !important;
  background: #301c46 !important;
  content: "" !important;
  transition: height .38s cubic-bezier(.22, .8, .22, 1) !important;
  pointer-events: none !important;
}

body.home .sunday-order-story--progressive .sunday-order-step {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 52px !important;
  border: 0 !important;
  outline: none !important;
  opacity: .34 !important;
  cursor: pointer !important;
  transition: opacity .32s ease, transform .32s ease !important;
}

body.home .sunday-order-story--progressive .sunday-order-step::before {
  content: "" !important;
  position: absolute !important;
  left: -39px !important;
  top: 8px !important;
  width: 9px !important;
  height: 9px !important;
  border: 2px solid #f6f3fa !important;
  border-radius: 50% !important;
  background: #301c46 !important;
  box-shadow: 0 0 0 1px rgba(48,28,70, .2) !important;
  transition: transform .32s ease !important;
}

body.home .sunday-order-story--progressive .sunday-order-step:hover::before,
body.home .sunday-order-story--progressive .sunday-order-step:focus-visible::before,
body.home .sunday-order-story--progressive .sunday-order-step.is-active::before {
  transform: translateX(-4px) !important;
}

body.home .sunday-order-story--progressive .sunday-order-step:hover,
body.home .sunday-order-story--progressive .sunday-order-step:focus-visible,
body.home .sunday-order-story--progressive .sunday-order-step.is-active {
  opacity: 1 !important;
  transform: translateX(4px) !important;
}

body.home .sunday-order-story--progressive .sunday-order-step__heading {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

body.home .sunday-order-story--progressive .sunday-order-step__heading > span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #301c46 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

body.home .sunday-order-story--progressive .sunday-order-step h3 {
  margin: 0 !important;
  color: inherit !important;
  font: 500 clamp(20px, 1.8vw, 25px)/1.15 -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif !important;
  letter-spacing: -.025em !important;
}

body.home .sunday-order-story--progressive .sunday-order-step > p {
  max-width: 470px !important;
  margin: 15px 0 0 20px !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body.home .sunday-order-story--progressive .sunday-story-summary {
  display: grid !important;
  grid-template-columns: 62px 1fr !important;
  align-items: center !important;
  gap: 18px !important;
  margin-top: 16px !important;
  padding: 22px 24px !important;
  border-radius: 18px !important;
  background: #ede9f2 !important;
}

body.home .sunday-order-story--progressive .sunday-story-summary img {
  width: 58px !important;
  height: 72px !important;
  object-fit: contain !important;
}

body.home .sunday-order-story--progressive .sunday-story-summary strong {
  display: block !important;
  margin-bottom: 5px !important;
  font-size: 15px !important;
}

body.home .sunday-order-story--progressive .sunday-story-summary p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

body.home .sunday-order-story--progressive .sunday-story-media {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 210px !important;
  grid-template-rows: 410px 220px !important;
  gap: 18px !important;
  min-width: 0 !important;
}

body.home .sunday-order-story--progressive .sunday-story-media figure {
  position: relative !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #e4dfea !important;
}

body.home .sunday-order-story--progressive .sunday-story-media img,
body.home .sunday-order-story--progressive .sunday-story-media video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.home .sunday-order-story--progressive .sunday-story-media__primary {
  grid-column: 1 / -1 !important;
  border-radius: 32px !important;
}

body.home .sunday-order-story--progressive .sunday-story-media__primary img {
  object-position: center 58% !important;
  transform: scale(1.17) !important;
  transform-origin: 50% 58% !important;
}

body.home .sunday-order-story--progressive .sunday-story-media__primary::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, transparent 55%, rgba(21,12,31, .48)) !important;
  pointer-events: none !important;
}

body.home .sunday-order-story--progressive .sunday-story-media__primary figcaption {
  position: absolute !important;
  z-index: 2 !important;
  left: 26px !important;
  right: 26px !important;
  bottom: 24px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: end !important;
  gap: 20px !important;
  color: #fff !important;
}

body.home .sunday-order-story--progressive .sunday-story-media__primary figcaption span {
  font-size: clamp(23px, 2.2vw, 34px) !important;
  font-weight: 500 !important;
  letter-spacing: -.035em !important;
}

body.home .sunday-order-story--progressive .sunday-story-media__primary figcaption small {
  max-width: 150px !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  text-align: right !important;
  opacity: .82 !important;
}

body.home .sunday-order-story--progressive .sunday-story-media__secondary {
  border-radius: 28px !important;
}

body.home .sunday-order-story--progressive .sunday-story-media__secondary img {
  object-position: center 45% !important;
}

body.home .sunday-order-story--progressive .sunday-story-media__secondary--motion video {
  object-position: center center !important;
}

body.home .sunday-order-story--progressive .sunday-story-media__round {
  width: 210px !important;
  height: 210px !important;
  align-self: start !important;
  border-radius: 50% !important;
}

body.home .sunday-order-story--progressive .sunday-story-media__round img {
  object-position: 52% 82% !important;
}

@media (max-width: 1040px) {
  body.home .sunday-order-story--progressive .sunday-story-layout {
    grid-template-columns: 1fr !important;
    gap: 60px !important;
  }
  body.home .sunday-order-story--progressive .sunday-story-timeline { max-width: 720px !important; }
}

@media (max-width: 660px) {
  body.home .sunday-order-story--progressive { padding: 72px 16px 82px !important; }
  body.home .sunday-order-story--progressive .sunday-story-heading h2 {
    max-width: 100% !important;
    font-size: clamp(32px, 9vw, 44px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.04em !important;
  }
  body.home .sunday-order-story--progressive .sunday-story-heading > p { font-size: 15px !important; }
  body.home .sunday-order-story--progressive .sunday-story-timeline { padding-left: 30px !important; }
  body.home .sunday-order-story--progressive .sunday-story-timeline::before,
  body.home .sunday-order-story--progressive .sunday-story-timeline::after { left: 5px !important; }
  body.home .sunday-order-story--progressive .sunday-order-step::before { left: -29px !important; }
  body.home .sunday-order-story--progressive .sunday-order-step > p { margin-left: 0 !important; }
  body.home .sunday-order-story--progressive .sunday-story-media {
    grid-template-columns: 1fr 118px !important;
    grid-template-rows: 340px 142px !important;
    gap: 9px !important;
  }
  body.home .sunday-order-story--progressive .sunday-story-media__primary { border-radius: 22px !important; }
  body.home .sunday-order-story--progressive .sunday-story-media__secondary { border-radius: 18px !important; }
  body.home .sunday-order-story--progressive .sunday-story-media__round { width: 118px !important; height: 118px !important; }
  body.home .sunday-order-story--progressive .sunday-story-media__primary figcaption { left: 18px !important; right: 18px !important; bottom: 18px !important; }
  body.home .sunday-order-story--progressive .sunday-story-media__primary figcaption small { display: none !important; }
}

/* Mobile timeline: line and markers share one exact horizontal center. */
@media (max-width: 660px) {
  html body.home .sunday-order-story--progressive .sunday-story-timeline {
    --sunday-mobile-timeline-x: 6px;
    padding-left: 36px !important;
  }

  html body.home .sunday-order-story--progressive .sunday-story-timeline::before,
  html body.home .sunday-order-story--progressive .sunday-story-timeline::after {
    left: var(--sunday-mobile-timeline-x) !important;
    transform: translateX(-50%) !important;
  }

  html body.home .sunday-order-story--progressive .sunday-order-step::before {
    left: calc(var(--sunday-mobile-timeline-x) - 36px) !important;
    box-sizing: border-box !important;
    transform: translateX(-50%) !important;
  }

  html body.home .sunday-order-story--progressive .sunday-order-step:hover::before,
  html body.home .sunday-order-story--progressive .sunday-order-step:focus-visible::before,
  html body.home .sunday-order-story--progressive .sunday-order-step.is-active::before {
    transform: translateX(-50%) scale(1.08) !important;
  }

  /* Keep the article interaction from moving its marker away from the fixed
     timeline. Both now remain centered on --sunday-mobile-timeline-x. */
  html body.home .sunday-order-story--progressive .sunday-order-step:hover,
  html body.home .sunday-order-story--progressive .sunday-order-step:focus-visible,
  html body.home .sunday-order-story--progressive .sunday-order-step.is-active {
    transform: none !important;
  }
}

/* Restore the original compact "How VESPR works" callout. Only its title
   copy changes; the inset panel, hierarchy and CTA keep their prior shape. */
html body.home #pagewrap#pagewrap .sunday-order-story--compact {
  box-sizing: border-box !important;
  width: calc(100% - clamp(32px, 8vw, 128px)) !important;
  margin: clamp(28px, 4vw, 64px) auto !important;
  padding: clamp(58px, 5vw, 78px) clamp(22px, 4vw, 60px) clamp(30px, 3vw, 46px) !important;
  overflow: hidden !important;
  border-top: 5px solid #5e4a75 !important;
  border-radius: 0 !important;
  color: #28183b !important;
  background:
    radial-gradient(circle at 96% 4%, rgba(211,197,226, .34), transparent 34%),
    #f6f3fa !important;
}

html body.home #pagewrap#pagewrap .sunday-order-story--compact::before {
  display: none !important;
}

html body.home #pagewrap#pagewrap .sunday-order-story--compact .sunday-story-inner {
  width: min(100%, 1420px) !important;
  margin: 0 auto !important;
}

html body.home #pagewrap#pagewrap .sunday-order-story--compact .sunday-story-heading {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  align-items: center !important;
  text-align: center !important;
}

html body.home #pagewrap#pagewrap .sunday-order-story--compact .sunday-story-eyebrow {
  margin: 0 0 24px !important;
  color: #7b3dc1 !important;
  font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

html body.home #pagewrap#pagewrap .sunday-order-story--compact .sunday-story-heading h2 {
  max-width: 1320px !important;
  margin: 0 !important;
  color: #28183b !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(36px, 3.55vw, 56px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
}

html body.home #pagewrap#pagewrap .sunday-order-story--compact .sunday-story-heading-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 13px !important;
  margin-top: 28px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid currentColor !important;
  color: inherit !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

html body.home #pagewrap#pagewrap .sunday-order-story--compact .sunday-story-heading-link > span {
  font-size: 24px !important;
  line-height: .6 !important;
  transition: transform .2s ease !important;
}

html body.home #pagewrap#pagewrap .sunday-order-story--compact .sunday-story-heading-link:hover > span,
html body.home #pagewrap#pagewrap .sunday-order-story--compact .sunday-story-heading-link:focus-visible > span {
  transform: translateX(3px) !important;
}

@media (max-width: 660px) {
  html body.home #pagewrap#pagewrap .sunday-order-story--compact {
    width: calc(100% - 24px) !important;
    margin: 20px auto 34px !important;
    padding: 48px 18px 34px !important;
  }

  html body.home #pagewrap#pagewrap .sunday-order-story--compact .sunday-story-eyebrow {
    margin-bottom: 18px !important;
  }

  html body.home #pagewrap#pagewrap .sunday-order-story--compact .sunday-story-heading h2 {
    font-size: clamp(34px, 10.5vw, 46px) !important;
  }
}
