/* Adult student audience and an illustrative, controllable retreat journey. */
.student-hero__photo { aspect-ratio: 4 / 5; }
.student-hero__photo img { object-position: 48% center; }
.student-hero__photo figcaption { border-radius: .75rem; right: .75rem; line-height: 1.4; }
.student-context { display: grid; gap: 2rem; align-items: start; }
.student-context .aud__head { margin: 0; }
.student-context__note { padding: clamp(1.5rem, 3vw, 2rem); border-radius: 22px; background: var(--color-bg); border: 1px solid var(--color-border); }
.student-context__note .eyebrow { color: var(--color-ember); }
.student-context__note blockquote { margin: 1rem 0; font-family: var(--font-display); font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.3; letter-spacing: var(--tracking-display); }
.student-context__note p:not(.eyebrow) { color: var(--color-text-2); line-height: 1.65; }
.student-context__note a { display: inline-block; margin-top: 1.25rem; text-decoration: underline; text-underline-offset: 3px; }
.student-context__note small { display: block; margin-top: 1.25rem; font-size: .75rem; line-height: 1.5; color: var(--color-text-2); }
#student-path, #student-biology { scroll-margin-top: 5rem; }
.student-path { --student-progress: 0; margin: 0; border: 1px solid var(--color-border); border-top: 3px solid var(--color-red); border-radius: 24px; overflow: hidden; background: var(--color-white); }
.student-path [hidden] { display: none; }
.student-path__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--color-border); }
.student-path button { cursor: pointer; }
.student-path__steps button { display: flex; align-items: center; gap: .75rem; min-height: 60px; padding: 1rem 1.25rem; border: 0; border-right: 1px solid var(--color-border); color: var(--color-text); background: transparent; text-align: left; font-size: .875rem; font-weight: 500; }
.student-path__steps button:last-child { border-right: 0; }
.student-path__steps button > span { font-size: .7rem; color: var(--color-text-2); }
.student-path__steps button[aria-pressed="true"] { background: var(--color-cream); }
.student-path__steps button[aria-pressed="true"] > span { color: var(--color-ember); }
.student-path button:focus-visible { outline: 2px solid var(--color-red); outline-offset: -4px; }
.student-path__main { display: grid; }
.student-path__visual { display: grid; align-content: center; justify-items: center; gap: 1rem; padding: 2rem 1.5rem; background: radial-gradient(ellipse at center, var(--color-cream), var(--color-bg) 70%); }
.student-path__orbit { position: relative; width: min(100%, 22rem); aspect-ratio: 1; }
.student-path__orbit svg { display: block; width: 100%; height: 100%; overflow: visible; }
.student-path__halo { fill: none; stroke: var(--color-border); stroke-dasharray: 2 8; stroke-width: 1; }
.student-path__track { fill: none; stroke: var(--color-border); stroke-width: 2; }
.student-path__trace { fill: none; stroke: var(--color-ember); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 100; stroke-dashoffset: calc(100 - var(--student-progress) * 100); transform: rotate(-90deg); transform-origin: center; }
.student-path__nodes circle { fill: var(--color-white); stroke: var(--color-border); stroke-width: 2; transition: fill .3s, stroke .3s; }
.student-path__nodes .is-active { fill: var(--color-ember); stroke: var(--color-ember); }
.student-path__center { position: absolute; inset: 25%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; gap: .45rem; }
.student-path__center > span { font-size: .7rem; letter-spacing: .1em; color: var(--color-ember); font-variant-numeric: tabular-nums; }
.student-path__center strong { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.75rem); font-weight: 400; letter-spacing: var(--tracking-display); }
.student-path__center small { max-width: 10rem; color: var(--color-text-2); font-size: .8rem; line-height: 1.45; }
.student-path__themes { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; }
.student-path__themes span { padding: .35rem .7rem; border: 1px solid var(--color-border); border-radius: 999px; font-size: .75rem; background: var(--color-white); }
.student-path__notes { padding: clamp(1.5rem, 3vw, 2.5rem); border-top: 1px solid var(--color-border); }
.student-path__notes section + section { margin-top: 2rem; }
.student-path[data-enhanced] .student-path__notes { display: grid; }
.student-path[data-enhanced] .student-path__notes section { grid-area: 1 / 1; margin: 0; }
.student-path[data-enhanced] .student-path__notes section[hidden] { display: block; visibility: hidden; pointer-events: none; }
.student-path__notes .eyebrow { color: var(--color-ember); font-size: .7rem; }
.student-path__notes h3 { margin: .65rem 0 1rem; }
.student-path__notes p { line-height: 1.65; color: var(--color-text-2); }
.student-path__prompt { margin: 1.25rem 0; padding: 1rem 1.25rem; border-left: 2px solid var(--color-ember); background: var(--color-bg); border-radius: 0 12px 12px 0; }
.student-path__prompt strong { display: block; margin-bottom: .4rem; color: var(--color-ember); font-size: .75rem; font-weight: 500; }
.student-path__prompt p { color: var(--color-text); }
.student-path__detail { font-size: .8125rem; }
.student-path__detail a { text-decoration: underline; text-underline-offset: 3px; }
.student-path__controls { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.5rem; border-top: 1px solid var(--color-border); }
.student-path__play { display: inline-flex; justify-content: center; align-items: center; gap: .6rem; min-width: 6rem; min-height: 44px; padding: .5rem .75rem; border: 1px solid var(--color-border); border-radius: 999px; background: var(--color-white); font-size: .8rem; color: var(--color-text); }
.student-path__play > span:first-child { color: var(--color-ember); }
.student-path__progress { flex: 1; height: 3px; background: var(--color-border); border-radius: 3px; overflow: hidden; }
.student-path__progress > span { display: block; width: 100%; height: 100%; transform: scaleX(var(--student-progress)); transform-origin: left; background: var(--gradient-fire-h); }
.student-path__status { font-size: .75rem; color: var(--color-text-2); font-variant-numeric: tabular-nums; }
.student-path figcaption { border-top: 1px solid var(--color-border); padding: 1rem 1.5rem; font-size: .75rem; line-height: 1.6; color: var(--color-text-2); }
.student-team { grid-template-columns: minmax(0, 1fr); }
.student-sources { margin-top: 1.75rem; color: var(--color-text-2); font-size: .8rem; line-height: 1.6; }
.student-sources a { text-decoration: underline; text-underline-offset: 3px; }
.student-cta { margin-bottom: 0; }
.student-biology__heading { display: grid; align-content: center; justify-items: center; min-height: 7rem; gap: .5rem; text-align: center; }
.student-biology__heading > span { font-size: .7rem; color: var(--color-ember); letter-spacing: .1em; }
.student-biology__heading strong { font-family: var(--font-display); font-size: 2rem; font-weight: 400; letter-spacing: var(--tracking-display); }
.student-biology__heading small { color: var(--color-text-2); font-size: .8rem; line-height: 1.5; }
.student-biology__art { display: block; width: min(100%, 22rem); height: auto; }
.student-biology__art text { font-family: var(--font-sans); text-anchor: middle; font-size: 13px; fill: var(--color-text); }
.student-biology__art .student-biology__label { font-size: 11px; fill: var(--color-text-2); }
.student-biology__line { fill: none; stroke: var(--color-ember); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.student-biology__molecule { fill: var(--color-white); stroke: var(--color-ember); stroke-width: 1.5; }
.student-biology__organ { fill: var(--color-cream); stroke: var(--color-ember); stroke-width: 1.5; }
.student-biology__signal { fill: none; stroke: var(--color-ember); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 3 12; animation: studentSignal 3s linear infinite; animation-play-state: paused; }
.student-biology[data-moving="true"] .student-biology__signal { animation-play-state: running; }
.student-biology [data-student-stage-art] { display: none; }
.student-biology[data-stage="0"] [data-student-stage-art="0"], .student-biology[data-stage="1"] [data-student-stage-art="1"], .student-biology[data-stage="2"] [data-student-stage-art="2"], .student-biology[data-stage="3"] [data-student-stage-art="3"] { display: block; }
@keyframes studentSignal { to { stroke-dashoffset: -60; } }
@media (min-width: 900px) {
  .student-hero .aud-hero__inner { align-items: center; }
  .student-context { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 3rem; }
  .student-path__main { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .student-path__notes { border-top: 0; border-left: 1px solid var(--color-border); }
}
@media (max-width: 599px) {
  .student-hero__photo { width: 100%; max-width: none; aspect-ratio: 4 / 3; }
  .student-path__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .student-path__steps button:nth-child(2) { border-right: 0; }
  .student-path__steps button:nth-child(-n+2) { border-bottom: 1px solid var(--color-border); }
  .student-path__controls { gap: .65rem; padding: .75rem 1rem; flex-wrap: wrap; }
  .student-path__status { min-width: 100%; text-align: center; }
  .student-path__themes { min-height: 4.75rem; align-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .student-path *, .student-path *::before, .student-path *::after { animation: none !important; transition: none !important; }
}
