/* ================================================================
   Recover-You | Trauma-Focused Recovery Model
   Sequenced care from stabilization through integration.
   ================================================================ */

.ry-tfr-page {
  --tfr-red: #ff2438;
  --tfr-red-deep: #bd0f22;
  --tfr-ink: #050506;
  --tfr-panel: #101012;
  --tfr-panel-2: #151518;
  --tfr-line: rgba(255, 255, 255, .12);
  --tfr-muted: #aaaab0;
}

/* Hero */
.ry-tfr-page .ry-tfr-hero {
  min-height: clamp(680px, 88vh, 930px);
}

.ry-tfr-page .ry-tfr-hero .ry-page-hero__bg {
  background-position: center 54%;
  filter: grayscale(.28) saturate(.62) contrast(1.08) brightness(.7);
}

.ry-tfr-page .ry-tfr-hero .ry-page-hero__scrim {
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.76) 48%, rgba(0,0,0,.38) 100%),
    linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.38) 55%, #050506 96%, #050506 100%);
}

.ry-tfr-page .ry-tfr-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 38%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #050506 92%);
}

.ry-tfr-page .ry-tfr-hero .ry-page-hero__inner,
.ry-tfr-page .ry-tfr-hero .ry-scroll-cue {
  z-index: 3;
}

.ry-tfr-page .ry-tfr-hero .ry-page-hero__title {
  max-width: 1160px;
}

.ry-tfr-page .ry-tfr-hero .ry-page-hero__sub {
  max-width: 890px;
}

/* Shared typography */
.ry-tfr-page .ry-section-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #d8d8dc;
  font-family: "Syncopate", sans-serif;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.ry-tfr-page .ry-section-eyebrow i {
  color: var(--tfr-red);
  font-style: normal;
}

.ry-tfr-page h2,
.ry-tfr-page h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.ry-tfr-page p,
.ry-tfr-page li,
.ry-tfr-page figcaption {
  font-family: "Lato", sans-serif;
}

/* Why the model exists */
.ry-tfr-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 10vw, 155px) 0 clamp(105px, 11vw, 165px);
  color: #c8c8cd;
  background:
    radial-gradient(circle at 8% 13%, rgba(255,255,255,.055), transparent 26%),
    radial-gradient(ellipse at 92% 66%, rgba(255,36,56,.05), transparent 32%),
    #050506;
}

.ry-tfr-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    radial-gradient(circle at 26% 38%, rgba(255,255,255,.14) 0 1px, transparent 1.5px),
    radial-gradient(circle at 74% 69%, rgba(255,255,255,.11) 0 1px, transparent 1.5px);
  background-size: 165px 175px, 225px 215px;
  mask-image: linear-gradient(90deg, transparent, #000 17%, #000 83%, transparent);
}

.ry-tfr-intro .container {
  position: relative;
  z-index: 1;
}

.ry-tfr-intro h2 {
  max-width: 980px;
  margin: 0 0 25px;
  font-size: clamp(2.35rem, 5vw, 4.55rem);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -.06em;
}

.ry-tfr-intro p {
  max-width: 960px;
  color: #bcbcc1;
  font-size: 1.04rem;
  line-height: 1.78;
}

.ry-tfr-intro strong {
  color: #f3f3f4;
}

.ry-tfr-lede {
  margin-bottom: clamp(50px, 7vw, 78px);
  color: #d2d2d6 !important;
  font-size: clamp(1.12rem, 2vw, 1.32rem) !important;
  line-height: 1.72 !important;
}

.ry-tfr-origin {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, .72fr);
  gap: clamp(34px, 6vw, 70px);
  align-items: start;
  margin-bottom: 45px;
}

.ry-tfr-origin__copy p:last-child {
  margin-bottom: 0;
}

.ry-tfr-origin__figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--tfr-line);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 30px 80px rgba(0,0,0,.32);
}

.ry-tfr-origin__image {
  padding: 14px;
  background: #f5f5f3;
}

.ry-tfr-origin__image img {
  display: block;
  width: 100%;
  height: auto;
}

.ry-tfr-origin__figure figcaption {
  padding: 19px 21px 21px;
  color: #8f8f95;
  font-size: .78rem;
  line-height: 1.55;
}

.ry-tfr-pullquote {
  margin: 48px 0 58px;
  padding: 8px 0 8px 29px;
  border: 0;
  border-left: 2px solid var(--tfr-red);
}

.ry-tfr-pullquote p {
  max-width: 870px;
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.18rem, 2.2vw, 1.58rem);
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: -.025em;
}

.ry-tfr-status {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5vw, 48px);
  border: 1px solid rgba(255,36,56,.35);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(255,36,56,.09), rgba(255,255,255,.018));
  box-shadow: 0 28px 72px rgba(0,0,0,.26);
}

.ry-tfr-status::after {
  content: "Evidence";
  position: absolute;
  right: -.02em;
  bottom: -.27em;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(7rem, 16vw, 13rem);
  line-height: .8;
  opacity: .025;
  pointer-events: none;
}

.ry-tfr-status > span {
  display: block;
  margin-bottom: 13px;
  color: var(--tfr-red);
  font-family: "Syncopate", sans-serif;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ry-tfr-status h3 {
  position: relative;
  z-index: 1;
  max-width: 750px;
  margin: 0 0 14px;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -.045em;
}

.ry-tfr-status p {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0;
}

/* Split image and argument sections */
.ry-tfr-split {
  display: grid;
  min-height: 800px;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #09090b;
}

.ry-tfr-split__image {
  min-height: 560px;
  background-position: center;
  background-size: cover;
}

.ry-tfr-science .ry-tfr-split__image {
  filter: grayscale(.35) contrast(1.07) brightness(.7);
}

.ry-tfr-processing .ry-tfr-split__image {
  filter: saturate(.72) contrast(1.07) brightness(.78);
}

.ry-tfr-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 120px) clamp(34px, 7vw, 110px);
}

.ry-tfr-split__copy h2 {
  max-width: 850px;
  margin: 0 0 25px;
  font-size: clamp(2.15rem, 4.4vw, 4.05rem);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -.057em;
}

.ry-tfr-split__copy p,
.ry-tfr-split__copy li {
  max-width: 880px;
  color: #b9b9bf;
  font-size: 1rem;
  line-height: 1.76;
}

.ry-tfr-split__copy strong {
  color: #f3f3f4;
}

.ry-tfr-refrains {
  margin: 22px 0 28px;
  border-top: 1px solid var(--tfr-line);
  border-bottom: 1px solid var(--tfr-line);
}

.ry-tfr-refrains p {
  margin: 0;
  padding: 13px 0 13px 20px;
  color: #e0e0e3;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.ry-tfr-refrains p:last-child {
  border-bottom: 0;
}

.ry-tfr-refrains p::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 13px 2px 0;
  border-radius: 50%;
  background: var(--tfr-red);
  box-shadow: 0 0 0 5px rgba(255,36,56,.12);
}

.ry-tfr-science .ry-tfr-split__copy > blockquote {
  max-width: 850px;
  margin: 28px 0 0;
  padding: 22px 0 4px 27px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.16rem, 2vw, 1.45rem);
  font-weight: 400;
  line-height: 1.55;
  border: 0;
  border-left: 2px solid var(--tfr-red);
}

/* What treatment gets right */
.ry-tfr-missing {
  padding: clamp(98px, 11vw, 165px) 0;
  color: #c4c4ca;
  background:
    radial-gradient(ellipse at 90% 15%, rgba(255,36,56,.045), transparent 29%),
    #050506;
}

/* The shared ash field reads as a restrained smoke layer here. Keep
   the content above it while allowing the atmosphere to drift through
   the otherwise flat black portions of the section. */
.ry-tfr-smoke > .ry-ash-canvas {
  opacity: .72;
}

.ry-tfr-smoke > .container {
  position: relative;
  z-index: 1;
}

.ry-tfr-missing h2 {
  max-width: 940px;
  margin: 0 0 27px;
  font-size: clamp(2.3rem, 5vw, 4.45rem);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -.06em;
}

.ry-tfr-missing > .container p {
  max-width: 950px;
  color: #bcbcc1;
  font-size: 1.04rem;
  line-height: 1.78;
}

.ry-tfr-missing strong {
  color: #f3f3f4;
}

.ry-tfr-blueprint {
  margin: clamp(50px, 7vw, 80px) 0;
  overflow: hidden;
  border: 1px solid var(--tfr-line);
  border-radius: 20px;
  background: #0b0c0e;
  box-shadow: 0 34px 90px rgba(0,0,0,.33);
}

.ry-tfr-blueprint img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(.75) contrast(1.05) brightness(.84);
}

.ry-tfr-blueprint figcaption {
  padding: 20px clamp(23px, 4vw, 36px) 23px;
  color: #909096;
  font-size: .84rem;
  line-height: 1.6;
  border-top: 1px solid var(--tfr-line);
}

.ry-tfr-blueprint figcaption span {
  margin-right: 10px;
  color: var(--tfr-red);
  font-family: "Syncopate", sans-serif;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ry-tfr-literacy {
  display: grid;
  grid-template-columns: minmax(190px, .38fr) minmax(0, 1.62fr);
  overflow: hidden;
  border: 1px solid rgba(255,36,56,.42);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,36,56,.09), rgba(255,255,255,.014));
  box-shadow: 0 30px 84px rgba(0,0,0,.3);
}

.ry-tfr-literacy__mark {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px;
  border-right: 1px solid rgba(255,36,56,.3);
  background: rgba(255,36,56,.065);
}

.ry-tfr-literacy__mark span {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(5.8rem, 11vw, 9rem);
  line-height: .82;
}

.ry-tfr-literacy__mark small {
  margin-top: 20px;
  color: var(--tfr-red);
  font-family: "Syncopate", sans-serif;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.ry-tfr-literacy__copy {
  padding: clamp(34px, 5vw, 54px);
}

.ry-tfr-literacy__copy h3 {
  margin: 0 0 20px;
  font-size: clamp(1.65rem, 3.3vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -.045em;
}

.ry-tfr-literacy__copy p:last-child {
  margin-bottom: 0;
}

/* Quote break */
.ry-tfr-quote {
  position: relative;
  overflow: hidden;
  padding: clamp(95px, 12vw, 180px) 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(ellipse at 50% 45%, rgba(255,36,56,.075), transparent 38%),
    #09090b;
}

.ry-tfr-quote blockquote {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border: 0;
}

.ry-tfr-quote blockquote > span {
  display: block;
  height: 55px;
  color: var(--tfr-red);
  font-family: Georgia, serif;
  font-size: 7rem;
  line-height: 1;
  opacity: .8;
}

.ry-tfr-quote p {
  margin: 0 auto 28px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.55rem, 3.4vw, 3.05rem);
  font-weight: 300;
  line-height: 1.34;
  letter-spacing: -.04em;
}

.ry-tfr-quote cite {
  color: #898990;
  font-family: "Syncopate", sans-serif;
  font-size: .59rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ry-tfr-quote cite em {
  color: #bdbdc2;
  font-style: normal;
}

/* Stage 2 handoff */
.ry-tfr-processing {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}

.ry-tfr-handoff {
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tfr-line);
}

.ry-tfr-handoff li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid var(--tfr-line);
}

.ry-tfr-handoff li span {
  color: var(--tfr-red);
  font-family: "Syncopate", sans-serif;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .12em;
}

/* Model sequence */
.ry-tfr-sequence {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 11vw, 170px) 0;
  color: #c4c4c9;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(255,36,56,.055), transparent 31%),
    #050506;
}

.ry-tfr-sequence h2 {
  max-width: 900px;
  margin: 0 0 22px;
  font-size: clamp(2.45rem, 5vw, 4.65rem);
  font-weight: 300;
  line-height: 1.03;
  letter-spacing: -.062em;
}

.ry-tfr-sequence__lede {
  max-width: 870px;
  margin: 0 0 clamp(55px, 8vw, 90px);
  color: #adadb3;
  font-size: 1.06rem;
  line-height: 1.75;
}

.ry-tfr-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.ry-tfr-path::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 37px;
  right: 5%;
  left: 5%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.13), var(--tfr-red), rgba(255,255,255,.13));
}

.ry-tfr-stage {
  position: relative;
  z-index: 1;
  min-height: 360px;
  padding: 63px clamp(24px, 2.4vw, 34px) 30px;
  border: 1px solid var(--tfr-line);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.012));
  box-shadow: 0 25px 62px rgba(0,0,0,.25);
}

.ry-tfr-stage::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 31px;
  width: 13px;
  height: 13px;
  border: 3px solid #09090b;
  border-radius: 50%;
  background: #68686e;
  box-shadow: 0 0 0 1px rgba(255,255,255,.19);
}

.ry-tfr-stage--addition {
  border-color: rgba(255,36,56,.55);
  background: linear-gradient(145deg, rgba(255,36,56,.12), rgba(255,255,255,.018));
}

.ry-tfr-stage--addition::before {
  background: var(--tfr-red);
  box-shadow: 0 0 0 1px var(--tfr-red), 0 0 20px rgba(255,36,56,.48);
}

.ry-tfr-stage__tag {
  position: absolute;
  top: 27px;
  right: 23px;
  padding: 5px 8px;
  color: var(--tfr-red);
  font-family: "Syncopate", sans-serif;
  font-size: .47rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid rgba(255,36,56,.32);
  border-radius: 4px;
  background: rgba(255,36,56,.08);
}

.ry-tfr-stage__n {
  display: block;
  margin-bottom: 18px;
  color: var(--tfr-red);
  font-family: "Syncopate", sans-serif;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.ry-tfr-stage h3 {
  min-height: 62px;
  margin: 0 0 17px;
  font-size: clamp(1.13rem, 2vw, 1.42rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.035em;
}

.ry-tfr-stage p {
  margin: 0;
  color: #aaaab0;
  font-size: .92rem;
  line-height: 1.68;
}

.ry-tfr-offramp {
  display: grid;
  grid-template-columns: minmax(210px, .58fr) minmax(0, 1.42fr);
  gap: 0;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--tfr-line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
}

.ry-tfr-offramp__sign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 31px;
  border-right: 1px solid var(--tfr-line);
  background: rgba(255,255,255,.025);
}

.ry-tfr-offramp__sign span {
  margin-bottom: 8px;
  color: var(--tfr-red);
  font-family: "Syncopate", sans-serif;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ry-tfr-offramp__sign strong {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.ry-tfr-offramp > div:last-child {
  padding: 31px clamp(30px, 5vw, 50px);
}

.ry-tfr-offramp h3 {
  margin: 0 0 11px;
  font-size: clamp(1.3rem, 2.6vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -.04em;
}

.ry-tfr-offramp p {
  max-width: 840px;
  margin: 0;
  color: #aaaab0;
  font-size: .98rem;
  line-height: 1.7;
}

/* Closing and whitepaper */
.ry-tfr-closing {
  padding: clamp(100px, 12vw, 175px) 0;
  border-top: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(ellipse at 50% 30%, rgba(255,36,56,.07), transparent 36%),
    #09090b;
}

.ry-tfr-closing h2 {
  max-width: 1100px;
  margin: 0 auto 27px;
  font-size: clamp(2.15rem, 4.7vw, 4.25rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.058em;
}

.ry-tfr-closing > .container p {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: #b5b5bb;
  font-size: 1.04rem;
  line-height: 1.74;
}

.ry-tfr-formula {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 38px auto 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(.9rem, 1.7vw, 1.08rem);
  font-weight: 500;
}

.ry-tfr-formula span {
  color: var(--tfr-red);
}

.ry-tfr-download {
  display: grid;
  max-width: 980px;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
  gap: 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(255,36,56,.38);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(255,36,56,.08), rgba(255,255,255,.018));
  box-shadow: 0 30px 80px rgba(0,0,0,.3);
}

.ry-tfr-download > div {
  padding: clamp(30px, 5vw, 48px);
}

.ry-tfr-download > div > span {
  display: block;
  margin-bottom: 12px;
  color: var(--tfr-red);
  font-family: "Syncopate", sans-serif;
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ry-tfr-download h3 {
  margin: 0 0 11px;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.ry-tfr-download p {
  margin: 0 !important;
  color: #99999f !important;
  font-size: .91rem !important;
}

.ry-tfr-download > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 30px;
  color: #fff;
  font-family: "Syncopate", sans-serif;
  font-size: .6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .13em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 1px solid rgba(255,36,56,.3);
  background: rgba(255,36,56,.1);
  transition: background .25s ease;
}

.ry-tfr-download > a:hover,
.ry-tfr-download > a:focus-visible {
  background: rgba(255,36,56,.2);
}

.ry-tfr-download > a span {
  color: var(--tfr-red);
  font-size: 1.1rem;
}

/* Sources */
.ry-tfr-sources {
  padding: clamp(95px, 11vw, 160px) 0;
  color: #c3c3c8;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #050506;
}

.ry-tfr-sources h2 {
  max-width: 930px;
  margin: 0 0 22px;
  font-size: clamp(2.15rem, 4.6vw, 4.05rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.058em;
}

.ry-tfr-sources > .container p {
  max-width: 900px;
  color: #aaaab0;
  font-size: 1rem;
  line-height: 1.72;
}

.ry-tfr-references {
  margin-top: 43px;
  overflow: hidden;
  border: 1px solid var(--tfr-line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
}

.ry-tfr-references summary {
  display: grid;
  min-height: 82px;
  grid-template-columns: minmax(0, 1fr) auto 38px;
  gap: 15px;
  align-items: center;
  padding: 20px clamp(23px, 4vw, 36px);
  color: #fff;
  cursor: pointer;
  list-style: none;
}

.ry-tfr-references summary::-webkit-details-marker {
  display: none;
}

.ry-tfr-references summary > span {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.ry-tfr-references summary small {
  color: #78787f;
  font-family: "Syncopate", sans-serif;
  font-size: .54rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ry-tfr-references summary i {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
}

.ry-tfr-references summary i::before,
.ry-tfr-references summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  background: var(--tfr-red);
  transition: transform .22s ease;
}

.ry-tfr-references summary i::before {
  transform: translate(-50%, -50%);
}

.ry-tfr-references summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ry-tfr-references[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.ry-tfr-references__body {
  padding: clamp(25px, 5vw, 46px);
  border-top: 1px solid var(--tfr-line);
}

.ry-tfr-references ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: tfr-reference;
}

.ry-tfr-references li {
  position: relative;
  margin: 0;
  padding: 25px 0 25px 58px;
  color: #9999a0 !important;
  font-size: .9rem !important;
  line-height: 1.72;
  border-bottom: 1px solid rgba(255,255,255,.08);
  counter-increment: tfr-reference;
}

.ry-tfr-references li::before {
  content: counter(tfr-reference, decimal-leading-zero);
  position: absolute;
  top: 27px;
  left: 0;
  color: var(--tfr-red);
  font-family: "Syncopate", sans-serif;
  font-size: .53rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.ry-tfr-references li strong {
  color: #e2e2e5;
  font-weight: 600;
}

.ry-tfr-references li em {
  color: #bcbcc1;
}

.ry-tfr-references li a {
  display: inline-block;
  margin-left: 5px;
  color: var(--tfr-red) !important;
  text-decoration-color: rgba(255,36,56,.5);
  text-underline-offset: 3px;
}

.ry-tfr-references li a:hover,
.ry-tfr-references li a:focus-visible {
  color: #fff !important;
}

.ry-tfr-references__note {
  max-width: none !important;
  margin: 28px 0 0 !important;
  padding-left: 18px;
  color: #85858c !important;
  font-size: .86rem !important;
  border-left: 2px solid var(--tfr-red);
}

/* Established page ending */
.ry-tfr-page #where-next {
  border-top: 1px solid rgba(255,255,255,.08);
  background: #09090b;
}

@media (max-width: 1199.98px) {
  .ry-tfr-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ry-tfr-path::before {
    display: none;
  }

  .ry-tfr-stage h3 {
    min-height: 0;
  }
}

@media (max-width: 991.98px) {
  .ry-tfr-origin,
  .ry-tfr-literacy,
  .ry-tfr-offramp,
  .ry-tfr-download {
    grid-template-columns: 1fr;
  }

  .ry-tfr-origin__figure {
    max-width: 540px;
  }

  .ry-tfr-split,
  .ry-tfr-processing {
    grid-template-columns: 1fr;
  }

  .ry-tfr-split__image {
    min-height: 500px;
  }

  .ry-tfr-processing .ry-tfr-split__copy {
    order: 2;
  }

  .ry-tfr-processing .ry-tfr-split__image {
    order: 1;
  }

  .ry-tfr-literacy__mark {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,36,56,.3);
  }

  .ry-tfr-offramp__sign {
    border-right: 0;
    border-bottom: 1px solid var(--tfr-line);
  }

  .ry-tfr-download > a {
    min-height: 110px;
    border-top: 1px solid rgba(255,36,56,.3);
    border-left: 0;
  }
}

@media (max-width: 767.98px) {
  .ry-tfr-page .ry-tfr-hero {
    min-height: 720px;
  }

  .ry-tfr-split__image {
    min-height: 360px;
  }

  .ry-tfr-split__copy {
    padding: 60px 23px;
  }

  .ry-tfr-origin__figure,
  .ry-tfr-status,
  .ry-tfr-blueprint,
  .ry-tfr-literacy,
  .ry-tfr-stage,
  .ry-tfr-offramp,
  .ry-tfr-download,
  .ry-tfr-references {
    border-radius: 14px;
  }

  .ry-tfr-path {
    grid-template-columns: 1fr;
  }

  .ry-tfr-stage {
    min-height: 0;
  }

  .ry-tfr-formula {
    flex-direction: column;
  }

  .ry-tfr-formula span {
    transform: rotate(90deg);
  }

  .ry-tfr-references summary {
    grid-template-columns: minmax(0, 1fr) 34px;
  }

  .ry-tfr-references summary small {
    display: none;
  }

  .ry-tfr-references li {
    padding-left: 43px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ry-tfr-download > a,
  .ry-tfr-references summary i::before,
  .ry-tfr-references summary i::after {
    transition: none;
  }
}
