/* About / How We Work Page */
.about-page {
  background: var(--paper);
  color: var(--white)
}

.about-noise {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E")
}

.about-progress {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 80;
  width: 1px;
  height: 180px;
  transform: translateY(-50%);
  background: rgba(184, 154, 106, .22)
}

.about-progress span {
  display: block;
  width: 100%;
  height: 0;
  background: var(--gold-light)
}

.about-grid-lines,
.about-light-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, transparent calc(20% - 1px), rgba(245, 243, 239, .08) calc(20% - 1px), rgba(245, 243, 239, .08) 20%, transparent 20%), linear-gradient(to right, transparent calc(40% - 1px), rgba(245, 243, 239, .08) calc(40% - 1px), rgba(245, 243, 239, .08) 40%, transparent 40%), linear-gradient(to right, transparent calc(60% - 1px), rgba(245, 243, 239, .08) calc(60% - 1px), rgba(245, 243, 239, .08) 60%, transparent 60%), linear-gradient(to right, transparent calc(80% - 1px), rgba(245, 243, 239, .08) calc(80% - 1px), rgba(245, 243, 239, .08) 80%, transparent 80%)
}

.about-light-lines {
  background-image: linear-gradient(to right, transparent calc(20% - 1px), rgba(10, 10, 10, .09) calc(20% - 1px), rgba(10, 10, 10, .09) 20%, transparent 20%), linear-gradient(to right, transparent calc(40% - 1px), rgba(10, 10, 10, .09) calc(40% - 1px), rgba(10, 10, 10, .09) 40%, transparent 40%), linear-gradient(to right, transparent calc(60% - 1px), rgba(10, 10, 10, .09) calc(60% - 1px), rgba(10, 10, 10, .09) 60%, transparent 60%), linear-gradient(to right, transparent calc(80% - 1px), rgba(10, 10, 10, .09) calc(80% - 1px), rgba(10, 10, 10, .09) 80%, transparent 80%)
}

.about-kicker {
  display: block;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1.8
}

.about-hero {
  position: relative;
  min-height: 100svh;
  background: #050505;
  overflow: hidden;
  padding: calc(var(--nav-height) + 62px) 0 0
}

.about-hero-word {
  position: absolute;
  right: -.08em;
  bottom: .05em;
  font-family: var(--font-heading);
  font-size: clamp(110px, 22vw, 320px);
  line-height: .72;
  letter-spacing: -.09em;
  color: rgba(245, 243, 239, .045);
  pointer-events: none
}

.about-hero-layout {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - var(--nav-height) - 62px);
  display: grid;
  grid-template-columns: 1fr minmax(300px, 480px);
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
  padding-bottom: 90px
}

.about-hero-title {
  margin-top: 20px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(76px, 10vw, 176px);
  line-height: .78;
  letter-spacing: -.08em;
  font-weight: 700;
  text-transform: uppercase
}

.about-hero-text {
  color: rgba(245, 243, 239, .66);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.8;
  font-weight: 300
}

.about-divisions {
  margin-top: 44px;
  border-top: 1px solid rgba(184, 154, 106, .28);
  padding-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 28px
}

.about-divisions span {
  color: rgba(245, 243, 239, .58);
  font-size: 13px;
  letter-spacing: .06em
}

.about-divisions ul {
  list-style: none;
  color: #fff;
  font-size: clamp(26px, 3vw, 46px);
  line-height: 1.15;
  letter-spacing: -.05em;
  font-weight: 500
}

.about-hero-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
  border-top: 1px solid rgba(184, 154, 106, .18);
  border-bottom: 1px solid rgba(184, 154, 106, .18);
  background: rgba(5, 5, 5, .72)
}

.about-hero-marquee div {
  display: flex;
  gap: 24px;
  width: max-content;
  padding: 13px 0;
  animation: aboutMarquee 30s linear infinite;
  color: rgba(245, 243, 239, .52);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase
}

.about-hero-marquee i {
  color: var(--gold-light);
  font-style: normal
}

@keyframes aboutMarquee {
  to {
    transform: translateX(-50%)
  }
}

.about-manifesto {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 10vw, 160px) 0
}

.manifesto-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--gutter);
  align-items: start
}

.manifesto-grid .about-kicker {
  grid-column: 1/3
}

.manifesto-title {
  grid-column: 3/9;
  color: #0a0a0a;
  font-family: var(--font-body);
  font-size: clamp(34px, 4.5vw, 74px);
  line-height: 1.02;
  letter-spacing: -.07em;
  font-weight: 800
}

.manifesto-copy {
  grid-column: 9/13;
  color: rgba(10, 10, 10, .58);
  font-size: 15px;
  line-height: 1.8
}

.manifesto-copy p+p {
  margin-top: 22px
}

.manifesto-copy p:first-child:first-letter {
  font-family: var(--font-heading);
  font-size: 66px;
  line-height: .7;
  color: rgba(10, 10, 10, .28);
  float: left;
  margin: 8px 10px 0 0
}

.about-pathways {
  position: relative;
  background: #050505;
  overflow: visible;
  padding: clamp(100px, 10vw, 160px) 0
}

.pathways-head {
  position: relative;
  z-index: 8888;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 430px);
  gap: var(--gutter);
  align-items: end;
  margin-bottom: 70px
}

.pathways-title {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(72px, 8vw, 140px);
  line-height: .8;
  letter-spacing: -.08em;
  font-weight: 700;
  text-transform: uppercase
}

.pathways-intro {
  color: rgba(245, 243, 239, .62);
  font-size: 14px;
  line-height: 1.85
}

.pathway-system {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(350px, 46%) 1fr;
  gap: clamp(34px, 5vw, 80px);
  align-items: start
}

.pathway-map {
  position: sticky;
  top: calc(var(--nav-height) + 28px);
  min-height: 720px;
  border: 1px solid rgba(184, 154, 106, .18);
  background: rgba(255, 255, 255, .025);
  overflow: hidden
}

.route-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.route-base {
  fill: none;
  stroke: rgba(245, 243, 239, .12);
  stroke-width: 1.2
}

.route-line {
  fill: none;
  stroke: var(--gold-light);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: .08;
  transition: opacity .35s ease
}

.pathway-map[data-active="1"] .route-line-1,
.pathway-map[data-active="2"] .route-line-2,
.pathway-map[data-active="3"] .route-line-3,
.pathway-map[data-active="4"] .route-line-4 {
  opacity: 1
}

.pathway-node {
  position: absolute;
  z-index: 2;
  width: 178px;
  min-height: 88px;
  border: 1px solid rgba(184, 154, 106, .28);
  background: #050505;
  display: grid;
  align-content: center;
  padding: 16px
}

.entry-node {
  top: 28px;
  left: 50%;
  transform: translateX(-50%)
}

.hub-node {
  top: 215px;
  left: 50%;
  transform: translateX(-50%);
  background: #161210
}

.pathway-node span,
.map-label span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase
}

.pathway-node strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 26px;
  line-height: .95;
  letter-spacing: -.03em;
  text-transform: uppercase
}

.map-label {
  position: absolute;
  z-index: 3;
  width: 190px;
  min-height: 110px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(184, 154, 106, .20);
  color: rgba(245, 243, 239, .54);
  background: rgba(5, 5, 5, .72);
  transition: background .35s ease, color .35s ease, transform .35s var(--ease)
}

.map-label b {
  color: inherit;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase
}

.map-label-1 {
  left: 18px;
  bottom: 120px
}

.map-label-2 {
  left: calc(50% - 95px);
  bottom: 36px
}

.map-label-3 {
  right: calc(50% - 285px);
  bottom: 36px
}

.map-label-4 {
  right: 18px;
  bottom: 120px
}

.pathway-map[data-active="1"] .map-label-1,
.pathway-map[data-active="2"] .map-label-2,
.pathway-map[data-active="3"] .map-label-3,
.pathway-map[data-active="4"] .map-label-4 {
  background: #f5f3ef;
  color: #0a0a0a;
  transform: translateY(-8px)
}

.pathway-scroll {
  display: grid;
  gap: 40px;
  padding-bottom: 80px
}

.pathway-step {
  min-height: 72vh;
  display: grid;
  align-content: center;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid rgba(184, 154, 106, .20);
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .015));
  position: relative;
  overflow: hidden
}

.pathway-step:after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -30%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(184, 154, 106, .16);
  border-radius: 50%;
  opacity: .45
}

.pathway-step>span {
  color: var(--gold-light);
  font-family: var(--font-heading);
  font-size: clamp(56px, 6vw, 94px);
  line-height: .8
}

.pathway-step h3 {
  max-width: 720px;
  margin-top: 42px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(48px, 4.8vw, 74px);
  line-height: .84;
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-weight: 700
}

.pathway-step p {
  max-width: 620px;
  margin-top: 28px;
  color: rgba(245, 243, 239, .62);
  font-size: 15px;
  line-height: 1.85
}

.pathway-step ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px
}

.pathway-step li {
  border: 1px solid rgba(184, 154, 106, .28);
  padding: 10px 12px;
  color: rgba(245, 243, 239, .62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase
}

.about-models {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 10vw, 160px) 0
}

.models-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(34px, 5vw, 80px)
}

.models-title {
  margin-top: 16px;
  color: #0a0a0a;
  font-family: var(--font-body);
  font-size: clamp(38px, 4.6vw, 74px);
  line-height: 1.02;
  letter-spacing: -.07em;
  font-weight: 800
}

.models-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(10, 10, 10, .12);
  border: 1px solid rgba(10, 10, 10, .10)
}

.model-card {
  min-height: 310px;
  padding: 30px;
  background: rgba(255, 255, 255, .62);
  transition: transform .35s var(--ease), background .35s ease
}

.model-card:hover {
  background: #fff;
  transform: translateY(-6px)
}

.model-card span {
  color: var(--gold-dark);
  font-family: var(--font-heading);
  font-size: 42px;
  line-height: 1
}

.model-card h3 {
  margin-top: 92px;
  color: #0a0a0a;
  font-family: var(--font-heading);
  font-size: 38px;
  line-height: .9;
  letter-spacing: -.04em;
  text-transform: uppercase
}

.model-card p {
  margin-top: 18px;
  color: rgba(10, 10, 10, .58);
  font-size: 13px;
  line-height: 1.75
}

.about-divisions-section {
  position: relative;
  background: #050505;
  overflow: hidden;
  padding: clamp(100px, 10vw, 160px) 0
}

.divisions-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 450px) 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start
}

.divisions-title {
  margin-top: 18px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(60px, 8vw, 126px);
  line-height: .84;
  letter-spacing: -.07em;
  text-transform: uppercase;
  font-weight: 700
}

.division-list {
  border-top: 1px solid rgba(184, 154, 106, .24)
}

.division-row {
  width: 100%;
  display: grid;
  grid-template-columns: 70px 1fr 48px;
  gap: 20px;
  align-items: center;
  min-height: 108px;
  border: 0;
  border-bottom: 1px solid rgba(184, 154, 106, .24);
  background: transparent;
  color: #fff;
  text-align: left
}

.division-row span {
  color: var(--gold-light);
  font-family: var(--font-heading);
  font-size: 38px;
  line-height: 1
}

.division-row b {
  font-family: var(--font-heading);
  font-size: clamp(36px, 4.2vw, 70px);
  line-height: .92;
  letter-spacing: -.055em;
  font-weight: 600
}

.division-row i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: #f5f3ef;
  color: #050505;
  font-style: normal;
  transition: .25s ease
}

.division-row:hover i {
  background: var(--gold);
  transform: translateX(5px)
}

.division-row:hover b {
  color: var(--gold-light)
}

.about-cta {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #050505;
  padding: clamp(100px, 10vw, 150px) 0
}

.about-cta:after {
  content: "WAYS";
  position: absolute;
  left: 50%;
  bottom: -.14em;
  transform: translateX(-50%);
  color: rgba(245, 243, 239, .045);
  font-size: clamp(120px, 24vw, 340px);
  line-height: .75;
  letter-spacing: -.09em;
  font-weight: 800;
  text-transform: uppercase
}

.about-cta-inner {
  position: relative;
  z-index: 2
}

.about-cta-title {
  max-width: 1120px;
  margin-top: 18px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(56px, 8.5vw, 138px);
  line-height: .84;
  letter-spacing: -.07em;
  text-transform: uppercase;
  font-weight: 700
}

.about-cta .btn {
  margin-top: 40px
}

@media(max-width:1060px) {

  .about-hero-layout,
  .pathways-head,
  .pathway-system,
  .models-layout,
  .divisions-layout {
    display: block
  }

  .about-hero-right {
    margin-top: 46px
  }

  .pathway-map {
    position: relative;
    top: auto;
    margin-bottom: 44px
  }

  .models-grid {
    margin-top: 42px
  }

  .division-list {
    margin-top: 44px
  }

  .manifesto-grid {
    display: block
  }

  .manifesto-title,
  .manifesto-copy {
    margin-top: 26px
  }
}

@media(max-width:760px) {
  .about-progress {
    display: none
  }

  .about-hero {
    padding-top: calc(var(--nav-height) + 42px)
  }

  .about-hero-title,
  .pathways-title,
  .about-cta-title {
    font-size: clamp(58px, 16vw, 88px)
  }

  .about-divisions {
    display: block
  }

  .about-divisions ul {
    margin-top: 20px
  }

  .about-manifesto,
  .about-pathways,
  .about-models,
  .about-divisions-section,
  .about-cta {
    padding: 84px 0
  }

  .pathway-map {
    min-height: 640px
  }

  .map-label {
    width: 154px;
    min-height: 92px;
    padding: 12px
  }

  .map-label-1 {
    left: 10px
  }

  .map-label-4 {
    right: 10px
  }

  .map-label-2 {
    left: calc(50% - 158px)
  }

  .map-label-3 {
    right: calc(50% - 158px)
  }

  .pathway-step {
    min-height: 560px;
    padding: 28px
  }

  .pathway-step h3 {
    font-size: clamp(42px, 12vw, 62px)
  }

  .models-grid {
    grid-template-columns: 1fr
  }

  .division-row {
    grid-template-columns: 54px 1fr 40px
  }

  .division-row b {
    font-size: clamp(34px, 11vw, 52px)
  }
}

@media(max-width:430px) {
  .pathway-map {
    display: none
  }

  .pathway-step {
    min-height: auto
  }

  .model-card {
    min-height: 260px;
    padding: 24px
  }
}


/* --- Exact uploaded version update: circular pathway map --- */
/* Only the pathway map nodes are changed: ENTRY, HUB, and the 4 branch labels become circles. */

.about-pathways .pathway-map {
  background:
    radial-gradient(circle at 50% 34%, rgba(184, 154, 106, .13), transparent 38%),
    radial-gradient(circle at 50% 73%, rgba(245, 243, 239, .045), transparent 44%),
    rgba(255, 255, 255, .025);
}

.about-pathways .pathway-map::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 30px;
  width: min(82%, 470px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border: 1px solid rgba(184, 154, 106, .15);
  border-radius: 50%;
  pointer-events: none;
}

.about-pathways .pathway-map::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 145px;
  width: min(54%, 312px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border: 1px solid rgba(245, 243, 239, .08);
  border-radius: 50%;
  pointer-events: none;
}

.about-pathways .route-svg {
  z-index: 2;
}

.about-pathways .route-base {
  stroke: rgba(245, 243, 239, .14);
  stroke-width: 1.35;
}

.about-pathways .route-line {
  stroke-width: 2.35;
  filter: drop-shadow(0 0 10px rgba(212, 180, 131, .12));
}

.about-pathways .pathway-map[data-active="1"] .route-line-1,
.about-pathways .pathway-map[data-active="2"] .route-line-2,
.about-pathways .pathway-map[data-active="3"] .route-line-3,
.about-pathways .pathway-map[data-active="4"] .route-line-4 {
  stroke-width: 2.85;
}

.about-pathways .pathway-node {
  width: 152px;
  height: 152px;
  min-height: 152px;
  border-radius: 50%;
  padding: 18px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 34% 24%, rgba(212, 180, 131, .20), transparent 34%),
    linear-gradient(145deg, #050505, #15100f);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .24);
}

.about-pathways .pathway-node span {
  font-size: 9px;
  letter-spacing: .16em;
}

.about-pathways .pathway-node strong {
  max-width: 108px;
  margin-top: 8px;
  font-size: 16px;
  line-height: .9;
}

.about-pathways .entry-node {
  top: 36px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}

.about-pathways .hub-node {
  top: 208px;
  left: 50%;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 34% 24%, rgba(212, 180, 131, .26), transparent 34%),
    linear-gradient(145deg, #171210, #070606);
}

.about-pathways .map-label {
  width: 148px;
  height: 148px;
  min-height: 148px;
  border-radius: 50%;
  padding: 17px;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  gap: 8px;
  background:
    radial-gradient(circle at 34% 24%, rgba(212, 180, 131, .12), transparent 34%),
    rgba(5, 5, 5, .80);
  backdrop-filter: blur(12px);
}

.about-pathways .map-label span {
  font-size: 10px;
}

.about-pathways .map-label b {
  max-width: 96px;
  font-size: 11px;
  line-height: 1.16;
}

.about-pathways .map-label-1 {
  left: 26px;
  bottom: 144px;
}

.about-pathways .map-label-2 {
  left: calc(50% - 124px);
  bottom: 48px;
}

.about-pathways .map-label-3 {
  right: calc(50% - 180px);
  bottom: 48px;
}

.about-pathways .map-label-4 {
  right: 5px;
  bottom: 164px;
}

.about-pathways .pathway-map[data-active="1"] .map-label-1,
.about-pathways .pathway-map[data-active="2"] .map-label-2,
.about-pathways .pathway-map[data-active="3"] .map-label-3,
.about-pathways .pathway-map[data-active="4"] .map-label-4 {
  background: #f5f3ef;
  color: #0a0a0a;
  border-color: #f5f3ef;
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 22px 80px rgba(184, 154, 106, .18);
}

.about-pathways .pathway-map[data-active="1"] .map-label-1 span,
.about-pathways .pathway-map[data-active="2"] .map-label-2 span,
.about-pathways .pathway-map[data-active="3"] .map-label-3 span,
.about-pathways .pathway-map[data-active="4"] .map-label-4 span {
  color: var(--gold-dark);
}

@media(max-width:1060px) {
  .about-pathways .pathway-map {
    min-height: 660px;
  }
}

@media(max-width:760px) {
  .about-pathways .pathway-map {
    min-height: 650px;
  }

  .about-pathways .pathway-map::before {
    width: 82%;
    top: 52px;
  }

  .about-pathways .pathway-map::after {
    width: 56%;
    top: 174px;
  }

  .about-pathways .pathway-node {
    width: 132px;
    height: 132px;
    min-height: 132px;
    padding: 15px;
  }

  .about-pathways .pathway-node strong {
    max-width: 92px;
    font-size: 20px;
  }

  .about-pathways .entry-node {
    top: 42px;
  }

  .about-pathways .hub-node {
    top: 202px;
  }

  .about-pathways .map-label {
    width: 122px;
    height: 122px;
    min-height: 122px;
    padding: 12px;
  }

  .about-pathways .map-label b {
    max-width: 84px;
    font-size: 9.5px;
  }

  .about-pathways .map-label-1 {
    left: 14px;
    bottom: 166px;
  }

  .about-pathways .map-label-2 {
    left: auto;
    right: 14px;
    bottom: 166px;
  }

  .about-pathways .map-label-3 {
    left: 14px;
    right: auto;
    bottom: 38px;
  }

  .about-pathways .map-label-4 {
    right: 14px;
    bottom: 38px;
  }
}

/* Override the old mobile rule that hid the map. */
@media(max-width:430px) {
  .about-pathways .pathway-map {
    display: block;
    min-height: 610px;
  }
}