:root{
  --radius: 12px;
}

.graphic-field{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
}
.graphic-field .motif{
  position: absolute;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  opacity: .08;
  filter: saturate(.82);
  transform: translateZ(0);
  will-change: transform, opacity;
}
.graphic-field .orb{
  position: absolute;
  border-radius: 999px;
  filter: blur(.4px);
  transform: translateZ(0);
  will-change: transform, opacity;
}
.graphic-field .contour{
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(50,50,50,.11);
  transform: translateZ(0);
  will-change: transform, opacity;
}
.graphic-field .motif-sun-a{
  width: min(24vw, 290px);
  top: 5%;
  right: 2%;
}
.graphic-field .motif-sun-b{
  width: min(20vw, 240px);
  left: 2%;
  top: 62%;
  opacity: .06;
}
.graphic-field .motif-triskelion{
  width: min(24vw, 280px);
  right: 6%;
  bottom: 4%;
  opacity: .06;
}
.orb-a{
  width: 440px;
  height: 440px;
  top: 12%;
  right: -140px;
  opacity: .2;
  background: radial-gradient(circle at 35% 35%, rgba(231,187,136,.56), rgba(231,187,136,0) 70%);
}
.orb-b{
  width: 520px;
  height: 520px;
  top: 40%;
  left: -230px;
  opacity: .18;
  background: radial-gradient(circle at 58% 42%, rgba(119,86,123,.36), rgba(119,86,123,0) 72%);
}
.orb-c{
  width: 420px;
  height: 420px;
  bottom: -140px;
  right: 8%;
  opacity: .18;
  background: radial-gradient(circle at 48% 40%, rgba(203,129,143,.44), rgba(203,129,143,0) 72%);
}
.contour-a{
  width: 560px;
  height: 560px;
  right: -280px;
  top: 18%;
  opacity: .5;
  transform: rotate(14deg);
}
.contour-b{
  width: 430px;
  height: 430px;
  left: -220px;
  top: 58%;
  opacity: .5;
  transform: rotate(-9deg);
}

main{
  padding: calc(var(--header-height) + 24px) 0 60px;
}

.lead{
  max-width: 72ch;
}

.hero{
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: start;
  padding-top: 18px;
}
.equal-cards{
  align-items: stretch;
}
.equal-cards > .card{
  height: 100%;
}
#hero .hero{
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  gap: 20px;
}
#hero .hero > div{
  display: grid;
  justify-items: center;
}
#hero .lead{
  margin-left: auto;
  margin-right: auto;
}

.card{
  padding: var(--card-pad);
  background: linear-gradient(180deg, var(--surface-white-strong), rgba(255,255,255,.68));
}
.card-ornament-top{
  padding-top: clamp(112px, 10vw, 144px);
}
.ornament{
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  max-width: 28%;
  max-height: 36%;
  opacity: .2;
  filter: saturate(.82);
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  z-index: 0;
}
.ornament-tri{
  top: 14px;
  bottom: auto;
  width: clamp(74px, 8vw, 106px);
}
.card-ornament-top .ornament-tri{
 top: clamp(14px, 1.8vw, 24px);
  opacity: .14;
}
.ornament-sun{
  width: clamp(54px, 7.4vw, 82px);
  opacity: .09;
}

.section-copy{
  margin-top: 8px;
  border-left: 2px solid rgba(119,86,123,.45);
  padding-left: 18px;
}
.text-centered{
  text-align: center;
}
.text-centered p,
.text-centered .lead,
.text-centered .quiet{
  margin-left: auto;
  margin-right: auto;
}
.text-centered ol{
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

ul{
  margin: 14px 0 0;
  padding: 0 0 0 20px;
  color: var(--text-soft);
}
li{
  margin: 8px 0;
}

.cta{
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(50,50,50,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.66));
  box-shadow: 0 14px 34px rgba(50,50,50,.07);
}
.cta-copy{
  flex: 1 1 auto;
  min-width: 0;
}
.cta-copy p{
  margin: 0;
}
.cta > *{
  position: relative;
  z-index: 1;
}
.cta .ornament{
  max-width: 16%;
  max-height: 26%;
  bottom: 8%;
  opacity: .06;
}
.cta .ornament-enter{
  left: auto;
  right: 18%;
  bottom: 14%;
  transform: none;
  max-width: 11%;
  max-height: 20%;
  opacity: .05;
}
.cta .btn{
  background: var(--gradient-3);
  border-color: rgba(203,129,143,.45);
  box-shadow: 0 8px 22px rgba(50,50,50,.10);
  color: rgba(50,50,50,.96);
}
.cta-button-only{
  display: flex;
  justify-content: flex-end;
}
.cta-button-only .btn{
  background: var(--gradient-3);
  border-color: rgba(203,129,143,.45);
  box-shadow: 0 8px 22px rgba(50,50,50,.10);
  color: rgba(50,50,50,.96);
}

.facilitator-layout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}
.facilitator-intro > :last-child,
.facilitator-rest > :last-child{
  margin-bottom: 0;
}
.facilitator-rest{
  margin-top: 22px;
}
.facilitator-photo-card{
  width: 100%;
  aspect-ratio: 3 / 4;
  margin: 2px 0 0;
  border-radius: 12px;
  border: 1px solid rgba(119,86,123,.14);
  display: block;
  object-fit: cover;
  object-position: center top;
  background: linear-gradient(180deg, rgba(233,204,212,.52), rgba(229,221,225,.84));
  box-shadow: 0 10px 22px rgba(50,50,50,.06), inset 0 1px 0 rgba(255,255,255,.42);
}

.closing-quote{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 26px 0 8px;
}
.closing-quote blockquote{
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.35;
  color: rgba(50,50,50,.8);
}
.closing-quote blockquote::before,
.closing-quote blockquote::after{
  color: rgba(119,86,123,.42);
  font-family: var(--font-title);
  font-size: .9em;
}
.closing-quote blockquote::before{
  content: open-quote;
  margin-right: .08em;
}
.closing-quote blockquote::after{
  content: close-quote;
  margin-left: .08em;
}
.closing-quote cite{
  display: block;
  margin-top: 14px;
  font-style: normal;
  font-family: var(--font-accent);
  font-size: clamp(14px, 1.4vw, 18px);
  letter-spacing: .06em;
  color: rgba(50,50,50,.62);
}

.logo-hero{
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto 12px;
}

@media (max-width: 860px){
  .hero{
    grid-template-columns: 1fr;
  }
  .facilitator-layout{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px){
  .facilitator-photo-card{
    max-width: 280px;
    margin: 2px auto 0;
  }
}

@media (max-width: 720px){
  .orb-a{
    width: 300px;
    height: 300px;
    right: -130px;
    top: 8%;
    opacity: .42;
  }
  .orb-b{
    width: 360px;
    height: 360px;
    left: -200px;
    top: 48%;
    opacity: .34;
  }
  .orb-c{
    width: 320px;
    height: 320px;
    right: -80px;
    bottom: -120px;
    opacity: .36;
  }
  .contour-a,
  .contour-b{
    opacity: .26;
  }
  .graphic-field .motif-sun-a{
    width: 150px;
    top: 7%;
    right: -20px;
    opacity: .06;
  }
  .graphic-field .motif-sun-b{
    width: 120px;
    left: -15px;
    top: 68%;
    opacity: .05;
  }
  .graphic-field .motif-triskelion{
    width: 130px;
    right: -16px;
    bottom: 6%;
    opacity: .04;
  }
  .cta{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px 18px;
  }
  .cta-copy{
    width: 100%;
  }
  .ornament{
    bottom: 10%;
    max-width: 24%;
    max-height: 28%;
  }
  .ornament-tri{
    top: 24px;
    bottom: auto;
    width: 64px;
    opacity: .08;
  }
  .card-ornament-top{
    padding-top: 92px;
  }
  .card-ornament-top .ornament-tri{
    top: 20px;
    opacity: .1;
  }
  .ornament-sun{
    width: 52px;
    opacity: .06;
  }
  .cta .ornament{
    max-width: 14%;
    max-height: 22%;
    bottom: 8%;
    opacity: .05;
  }
  .cta .ornament-enter{
    right: 10%;
    bottom: 12%;
    max-width: 12%;
    max-height: 18%;
    opacity: .04;
  }
}
