.mark {
    display: block;
    flex-shrink: 0;
}

.history-nav button {
    border-radius: 2px;
    width: 2.25rem;
    height: 2.25rem;
}

.split-stage {
    display: grid;
    gap: 0;
}

@media (min-width: 960px) {
    .split-stage {
        grid-template-columns: 1.15fr 0.85fr;
        min-height: 36rem;
    }
}

.sheet {
    position: relative;
    background:
        repeating-linear-gradient(
            transparent,
            transparent 27px,
            rgb(31 95 139 / 0.08) 28px
        ),
        #f7f3ea;
    color: var(--color-ink, #14161c);
    padding: 2rem 1.5rem 2.5rem;
    box-shadow: 8px 10px 0 rgb(20 22 28 / 0.06);
    transform: rotate(-0.6deg);
}

@media (min-width: 768px) {
    .sheet {
        padding: 2.75rem 2.5rem 3rem;
        transform: rotate(-0.85deg);
    }
}

.sheet::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3.25rem;
    height: 3.25rem;
    background:
        linear-gradient(225deg, transparent 50%, #c5d4e0 50%) top right / 1.6rem 1.6rem no-repeat,
        #f7f3ea;
    border-left: 1px solid #14161c;
    border-bottom: 1px solid #14161c;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.cv-fade {
    background: #fbf8f3;
    color: #5e6168;
    padding: 2.5rem 1.75rem;
    font-family: ui-sans-serif, system-ui, sans-serif;
    letter-spacing: 0.01em;
    position: relative;
    overflow: hidden;
}

@media (min-width: 960px) {
    .cv-fade {
        padding: 3.5rem 2.5rem;
        mask-image: linear-gradient(180deg, #000 35%, transparent 100%);
    }
}

.cv-fade p {
    margin: 0 0 0.85rem;
}

.cv-line {
    text-decoration: line-through;
    text-decoration-color: #1f5f8b;
    opacity: 0.55;
}

.cv-name {
    font-size: 1.75rem;
    color: #14161c;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-decoration: none;
    opacity: 1;
}

.test-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1f5f8b;
}

.test-clock {
    font-variant-numeric: tabular-nums;
}

.test-q {
    margin: 1.25rem 0 1.5rem;
    font-family: var(--font-display, Newsreader, Georgia, serif);
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    line-height: 1.15;
}

.test-hint {
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    color: #5e6168;
}

.test-options {
    display: grid;
    gap: 0.65rem;
}

.test-option {
    display: flex;
    gap: 0.75rem;
    width: 100%;
    text-align: left;
    border: 1px solid #14161c;
    background: #fbf8f3;
    padding: 0.85rem 1rem;
    font: inherit;
    cursor: pointer;
}

.test-option:hover,
.test-option:focus-visible {
    background: #eef3f7;
}

.test-option.is-picked {
    background: #e5eef4;
}

.test-option.is-picked .test-key {
    background: #1f5f8b;
    color: #fbf8f3;
}

.test-key {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #14161c;
    display: grid;
    place-items: center;
    font-size: 0.75rem;
    font-weight: 700;
}

.candidate-hero {
    padding-top: 4.25rem;
    padding-bottom: 3.5rem;
    text-align: center;
}

.candidate-hero-copy {
    width: 100%;
    margin: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 768px) {
    .candidate-hero {
        padding-top: 5.5rem;
        padding-bottom: 4.5rem;
    }

    .candidate-hero-copy {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.candidate-hero-kicker {
    display: block;
    width: max-content;
    margin: 0;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-accent, #1f5f8b);
}

.candidate-hero-title {
    text-align: left;
}

.candidate-hero h1 {
    margin: 0.7rem 0 0;
    max-width: none;
    text-align: left;
    font-family: var(--font-display, Newsreader, Georgia, serif);
    font-size: clamp(2.4rem, 6.8vw, 5.4rem);
    line-height: 1.06;
    letter-spacing: -0.035em;
}

.candidate-hero-copy > p:not(:first-child) {
    margin: 1.5rem auto 0;
    max-width: 40rem;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #5e6168;
}

.candidate-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    padding: 0.85rem 1.55rem;
    border: 1px solid #14161c;
    border-radius: 999px;
    background: #14161c;
    color: #f7f3ea;
    font-size: 0.95rem;
    font-weight: 650;
    text-decoration: none;
    box-shadow: 0 10px 24px rgb(20 22 28 / 0.28);
}

.candidate-hero-cta:hover {
    background: #1c2433;
    border-color: #1c2433;
}

.landing-hero {
    position: relative;
    isolation: isolate;
    min-height: min(78vh, 44rem);
    background: #ffffff;
    border-bottom: 1px solid #14161c;
    overflow: hidden;
}

.landing-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgb(255 255 255 / 0.88) 0%, rgb(255 255 255 / 0.55) 36%, rgb(255 255 255 / 0.12) 58%, transparent 78%);
}

.landing-hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 64rem;
    margin: 0;
    padding-top: 4.25rem;
    padding-bottom: 12rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 768px) {
    .landing-hero-copy {
        padding-left: 2rem;
        padding-right: 2.5rem;
    }
}

.landing-hero-copy h1 {
    margin: 0.75rem 0 1rem;
    max-width: none;
    font-family: var(--font-display, Newsreader, Georgia, serif);
    font-size: clamp(2.35rem, 5.4vw, 3.9rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.landing-hero-copy p {
    margin: 0 0 1.5rem;
    max-width: 46rem;
    font-size: 1.08rem;
    line-height: 1.55;
    color: #3d424a;
}

.hero-doors {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.hero-doors a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 13.5rem;
    padding: 0.95rem 1.6rem;
    border: 1px solid #14161c;
    border-radius: 999px;
    background: #14161c;
    color: #f7f3ea;
    font-size: 1rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    text-decoration: none;
    box-shadow: 0 8px 20px rgb(20 22 28 / 0.22);
}

.hero-doors a:hover {
    background: #1f5f8b;
    border-color: #1f5f8b;
    color: #f7f3ea;
}

.landing-range {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.landing-lead {
    padding-block: 2.75rem 1.25rem;
}

.landing-lead h2 {
    margin: 0.6rem 0 0;
    max-width: 36rem;
    font-family: var(--font-display, Newsreader, Georgia, serif);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.15;
}

.voice-row {
    display: grid;
    margin-top: 1.75rem;
    border-top: 1px solid #14161c;
}

@media (min-width: 900px) {
    .voice-row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .voice-row .quote {
        border-bottom: 0;
        padding: 1.6rem 1.4rem 1.6rem 0;
    }

    .voice-row .quote + .quote {
        border-left: 1px solid #e4dfd6;
        padding-left: 1.5rem;
    }

    .voice-row .quote {
        grid-template-columns: 1fr;
    }
}

.voice-row blockquote,
.voice-row .quote-mentor blockquote,
.voice-row .quote-candidate blockquote,
.voice-row .quote-company blockquote {
    margin: 0.5rem 0 0;
    font-family: inherit;
    font-size: 1.02rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
}

.slider-quiet article {
    width: 10.5rem;
    padding: 0.9rem 0;
    border: 0;
    border-right: 1px solid #e4dfd6;
    border-radius: 0;
    background: transparent;
}

.mentor-strip .mentor-card {
    padding: 1.15rem 0;
}

.mentor-pair {
    display: grid;
    gap: 0;
}

.landing-close {
    border-top: 1px solid #14161c;
    padding-top: 2.5rem;
}

.landing-close p {
    margin: 0.75rem 0 1.35rem;
    color: #5e6168;
}

.rooms {
    display: grid;
    gap: 0;
    border-top: 1px solid #14161c;
    border-bottom: 1px solid #14161c;
}

@media (min-width: 900px) {
    .rooms {
        grid-template-columns: 1fr 1fr;
    }
}

.room {
    display: flex;
    flex-direction: column;
    min-height: 22rem;
    padding: 1.75rem 1.5rem 1.75rem;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #14161c;
    background: #f4efe6;
}

.room h3 {
    font-family: var(--font-display, Newsreader, Georgia, serif);
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0.55rem 0 0.75rem;
}

.room p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #5e6168;
}

.room ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.55;
    font-weight: 400;
    font-style: italic;
    color: #14161c;
}

.room li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.room li::before {
    content: "";
    flex: 0 0 0.95em;
    width: 0.95em;
    height: 0.8em;
    margin-top: 0.38em;
    background: url("../images/bullet-arrow.png") center / contain no-repeat;
}

.room li + li {
    margin-top: 0.35rem;
}

.room span:not(.room-cta) {
    margin-top: auto;
    padding-top: 1.5rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.room-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: auto;
    min-height: 2.6rem;
    padding: 0.55rem 1.2rem;
    border: 1px solid #14161c;
    border-radius: 0.65rem;
    background: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    box-shadow: 0 6px 14px rgb(20 22 28 / 0.16);
}

.room:hover .room-cta {
    background: #1f5f8b;
    border-color: #1f5f8b;
    color: #f7f3ea;
}

.room:hover h3 {
    color: #1f5f8b;
}

@media (min-width: 900px) {
    .room {
        border-bottom: 0;
        border-right: 1px solid #14161c;
        min-height: 24rem;
        padding: 2rem 1.7rem 2rem;
    }

    .room:last-child {
        border-right: 0;
    }
}

.room-candidate {
    background: #ece7dc;
    letter-spacing: -0.02em;
}

.room-candidate h3 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.05;
    margin: 0.4rem 0 0.75rem;
}

.room-company {
    background: #f4efe6;
    font-size: 0.95rem;
}

.room-company table {
    width: 100%;
    margin-top: auto;
    border-collapse: collapse;
    font-size: 0.78rem;
}

.room-company th,
.room-company td {
    border-bottom: 1px solid #d8d1c6;
    padding: 0.45rem 0.2rem;
    text-align: start;
}

.room-mentor {
    background: #f7f4ee;
    padding-top: 2.4rem;
}

.room-mentor h3 {
    font-family: var(--font-display, Newsreader, Georgia, serif);
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 1rem 0 0.75rem;
}

.portrait {
    margin: 0;
    overflow: hidden;
    background: #d7dee4;
}

.portrait svg {
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(var(--tilt, 0deg));
    transform-origin: center;
}

.portrait--candidate {
    width: 4.5rem;
    height: 5.4rem;
    filter: contrast(1.18) saturate(0.75);
    box-shadow: 3px 3px 0 rgb(20 22 28 / 0.12);
}

.portrait--candidate::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.28;
    background-image: radial-gradient(#14161c 0.55px, transparent 0.6px);
    background-size: 2.4px 2.4px;
}

.portrait--candidate {
    position: relative;
}

.portrait--mentor {
    width: 5.5rem;
    height: 6.6rem;
    filter: brightness(1.1) contrast(0.9);
    box-shadow: 0 18px 30px rgb(20 22 28 / 0.08);
}

.portrait--photo {
    filter: none;
}

.portrait--photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% 18%;
}

.portrait--photo.portrait--mentor {
    width: 10.5rem;
    height: 8rem;
}

.portrait--company {
    width: 3.5rem;
    height: 4.2rem;
    filter: grayscale(0.35) contrast(1.05);
}

.quote {
    position: relative;
    display: grid;
    gap: 1rem;
    padding: 1.5rem 0 1.75rem;
    border-bottom: 1px solid #e4dfd6;
}

@media (min-width: 768px) {
    .quote {
        grid-template-columns: auto 1fr;
        gap: 1.25rem;
        align-items: start;
    }
}

.quote-candidate blockquote {
    font-size: 1.15rem;
    line-height: 1.4;
    font-style: normal;
}

.quote-mentor blockquote {
    font-family: var(--font-display, Newsreader, Georgia, serif);
    font-size: 1.45rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.35;
}

.quote-company blockquote {
    font-size: 1.02rem;
    line-height: 1.45;
}

.quote .mark {
    position: absolute;
    right: 0;
    top: 1.2rem;
    width: 1.4rem;
    height: 1.4rem;
    opacity: 0.85;
}

.btn-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: #1f5f8b;
    color: #fbf8f3;
    padding: 0.8rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #14161c;
}

.btn-mark:hover {
    background: #174a6d;
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    border: 1px solid #14161c;
    padding: 0.8rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
}

.btn-ghost:hover {
    background: #fbf8f3;
}

.ascent {
    display: grid;
    gap: 2rem;
    margin-top: 2.25rem;
    align-items: start;
}

@media (min-width: 900px) {
    .ascent {
        grid-template-columns: 1.3fr 0.7fr;
        gap: 2.5rem;
    }
}

.ascent-peak {
    position: relative;
    background: #d4dee6;
    border: 1px solid #14161c;
    padding: 0.5rem 0.5rem 0;
}

.ascent-peak::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.85rem;
    height: 1.85rem;
    background:
        linear-gradient(225deg, transparent 50%, #c5d4e0 50%) top right / 1.15rem 1.15rem no-repeat,
        #d4dee6;
    border-left: 1px solid #14161c;
    border-bottom: 1px solid #14161c;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    pointer-events: none;
}

.ascent-svg {
    display: block;
    width: 100%;
    height: auto;
}

.ascent-route {
    fill: none;
    stroke-dasharray: 7 9;
    animation: ascent-dash 32s linear infinite;
}

@keyframes ascent-dash {
    to {
        stroke-dashoffset: -220;
    }
}

.ascent-caption {
    margin: 0;
    padding: 0.55rem 0.75rem 0.7rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1f5f8b;
}

.ascent-camps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    min-height: 26rem;
    gap: 0.75rem;
}

.ascent-massif,
.ascent-marker {
    cursor: pointer;
}

.ascent-marker:focus {
    outline: none;
}

.ascent-marker:focus-visible .ascent-dot {
    stroke-width: 2.4;
}

.ascent-camp {
    display: grid;
    grid-template-columns: 1.75rem 1fr;
    gap: 0.75rem;
    width: 100%;
    margin: 0;
    padding: 0 0 0.65rem;
    border: 0;
    border-bottom: 1px solid #e4dfd6;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.ascent-camp:hover h3,
.ascent-camp:focus-visible h3 {
    color: #1f5f8b;
}

.ascent-camp:focus {
    outline: none;
}

.ascent-camp:focus-visible {
    outline: 2px solid #1f5f8b;
    outline-offset: 4px;
}

.ascent-camp.is-current h3 {
    color: #1f5f8b;
}

.ascent-camp.is-current .ascent-num {
    background: #1f5f8b;
    color: #f7f3ea;
}

.ascent-num {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #14161c;
    display: grid;
    place-items: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #1f5f8b;
}

.ascent-camp h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.25;
}

.ascent-camp p {
    margin: 0.3rem 0 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #5e6168;
}

.story-pair {
    display: grid;
    margin-top: 2rem;
    border-top: 1px solid #14161c;
}

@media (min-width: 900px) {
    .story-pair {
        grid-template-columns: 1fr 1fr;
        gap: 0 2.5rem;
    }

    .story-pair .quote {
        border-bottom: 0;
        padding-top: 1.75rem;
    }

    .story-pair .quote + .quote {
        border-left: 1px solid #e4dfd6;
        padding-left: 2.5rem;
    }
}

.reason-grid {
    display: grid;
    margin-top: 2.25rem;
    border-top: 1px solid #14161c;
}

@media (min-width: 768px) {
    .reason-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.reason {
    padding: 1.25rem 0 1.4rem;
    border-bottom: 1px solid #14161c;
}

@media (min-width: 768px) {
    .reason:nth-child(odd) {
        padding-right: 1.75rem;
        border-right: 1px solid #14161c;
    }

    .reason:nth-child(even) {
        padding-left: 1.75rem;
    }
}

.reason h3 {
    margin: 0;
    font-family: var(--font-display, Newsreader, Georgia, serif);
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.2;
}

.reason p {
    margin: 0.55rem 0 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #5e6168;
}

.cta-sheet {
    position: relative;
    background: #14161c;
    color: #fbf8f3;
    padding: 2.5rem 1.5rem;
}

@media (min-width: 768px) {
    .cta-sheet {
        padding: 3.5rem 3rem;
    }
}

.cta-sheet .mark {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    filter: invert(1) hue-rotate(180deg);
}

.mentor-card {
    display: grid;
    gap: 1rem;
    padding: 1.5rem 0;
    border-top: 1px solid #e4dfd6;
}

.mentor-details {
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #3d424a;
}

@media (min-width: 700px) {
    .mentor-card {
        grid-template-columns: auto 1fr;
    }
}

.candidate-roadmap {
    padding: 1.75rem 0 2rem;
    background: #ffffff;
    border-top: 1px solid #14161c;
}

.candidate-roadmap-copy {
    padding: 0 1.25rem 1rem;
}

@media (min-width: 768px) {
    .candidate-roadmap-copy {
        padding: 0 2rem 1.1rem;
    }
}

.candidate-roadmap-copy h2 {
    margin: 0.45rem 0 0;
    font-family: var(--font-display, Newsreader, Georgia, serif);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.15;
}

.roadmap-frame {
    position: relative;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1.25rem 0.75rem;
}

.roadmap-copy {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 2px dotted #1f5f8b;
}

.roadmap-rails {
    display: none;
}

.roadmap-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.roadmap-label {
    max-width: 15rem;
    font-size: 0.8rem;
    line-height: 1.4;
    font-weight: 600;
    color: #14161c;
}

.roadmap-core {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.2rem;
    padding: 0.85rem 1rem;
    border: 2px dotted #c5d4e0;
    border-radius: 1.15rem;
    background: #1c2433;
    color: #fbf8f3;
    font-size: 0.9rem;
    font-weight: 650;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

.roadmap-core-accent {
    background: #1f5f8b;
    border-color: #c5d4e0;
}

@media (min-width: 768px) {
    .roadmap-frame {
        padding: 0.35rem 2.25rem 1rem;
    }

    .roadmap-copy {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 1rem;
        border-left: 0;
        align-items: end;
    }

    .roadmap-copy-bottom {
        align-items: start;
        padding-top: 0.85rem;
    }

    .roadmap-copy-top {
        padding-bottom: 0.85rem;
    }

    .roadmap-copy-top .roadmap-step-core {
        margin-bottom: -2.7rem;
    }

    .roadmap-copy-bottom .roadmap-step-core {
        margin-top: -2.7rem;
    }

    .roadmap-rails {
        display: block;
        position: relative;
        z-index: 1;
    }

    .roadmap-rail {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: center;
        height: 14px;
        position: relative;
    }

    .roadmap-segs {
        position: absolute;
        inset: 0;
        pointer-events: none;
        grid-column: 1 / -1;
    }

    .roadmap-seg {
        position: absolute;
        top: 50%;
        height: 0;
        border-top: 2px dotted #1f5f8b;
    }

    .roadmap-seg:nth-child(1) {
        left: calc(12.5% + 10px);
        width: calc(25% - 20px);
    }

    .roadmap-seg:nth-child(2) {
        left: calc(37.5% + 10px);
        width: calc(25% - 20px);
    }

    .roadmap-seg:nth-child(3) {
        left: calc(62.5% + 10px);
        width: calc(25% - 20px);
    }

    .roadmap-dot {
        justify-self: center;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #1c2433;
        box-shadow: 0 0 0 3px #fff;
        position: relative;
        z-index: 2;
    }

    .roadmap-rail > .roadmap-dot:nth-child(2) { grid-column: 1; }
    .roadmap-rail > .roadmap-dot:nth-child(3) { grid-column: 2; }
    .roadmap-rail > .roadmap-dot:nth-child(4) { grid-column: 3; }
    .roadmap-rail > .roadmap-dot:nth-child(5) { grid-column: 4; }

    .roadmap-dot-hidden {
        visibility: hidden;
        box-shadow: none;
        background: transparent;
    }

    .roadmap-bend {
        display: block;
        width: 100%;
        height: 4.35rem;
        margin: -1px 0;
        overflow: visible;
    }
}

.how-to-apply {
    padding: 2rem 1.25rem 2.4rem;
    background: #f3f0ea;
    border-top: 1px solid #14161c;
}

@media (min-width: 768px) {
    .how-to-apply {
        padding: 2.4rem 2.25rem 2.8rem;
    }
}

.apply-split {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

@media (min-width: 960px) {
    .apply-split {
        grid-template-columns: minmax(16rem, 0.9fr) minmax(22rem, 1.15fr);
        gap: 2.25rem;
        align-items: stretch;
    }
}

.apply-pane h2 {
    margin: 0.45rem 0 0.7rem;
    font-family: var(--font-display, Newsreader, Georgia, serif);
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    line-height: 1.15;
}

.apply-pane p {
    margin: 0 0 0.85rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #5e6168;
}

.apply-pane a {
    color: #1f5f8b;
    font-weight: 650;
}

.apply-pane-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 1.4rem;
}

.apply-pane-actions .how-to-apply-cta {
    margin-top: 0;
}

.apply-mail-link {
    font-size: 0.95rem;
}

.apply-deck {
    display: flex;
    flex-direction: column;
    min-height: 28rem;
    background: #ffffff;
    border: 1px solid #14161c;
    box-shadow: 8px 10px 0 rgb(20 22 28 / 0.06);
}

.apply-card {
    flex: 1;
    padding: 1.25rem 1.2rem 1.4rem;
}

.apply-card-kicker {
    margin: 0 0 0.55rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1f5f8b;
}

.apply-card h3 {
    margin: 0 0 0.65rem;
    font-family: var(--font-display, Newsreader, Georgia, serif);
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.25;
}

.apply-card h3 + h3 {
    margin-top: 1.1rem;
}

.apply-hint {
    margin: 0 0 0.85rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #5e6168;
}

.apply-card-breaker {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 18rem;
    background: #1c2433;
    color: #fbf8f3;
}

.apply-card-breaker .apply-card-kicker,
.apply-card-breaker .apply-hint,
.apply-card-breaker p {
    color: #c5d4e0;
}

.apply-field {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
    font-size: 0.82rem;
    font-weight: 650;
}

.apply-input {
    width: 100%;
    border: 1px solid #14161c;
    background: #fbf8f3;
    padding: 0.65rem 0.75rem;
    font: inherit;
    font-weight: 400;
    color: #14161c;
}

.apply-textarea {
    resize: vertical;
    min-height: 6rem;
}

.apply-deck-nav {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1.15rem 1.05rem;
    border-top: 1px solid #e4dfd6;
}

.apply-nav-btn {
    padding: 0.55rem 1rem;
    border: 1px solid #14161c;
    border-radius: 999px;
    background: #ffffff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 650;
    cursor: pointer;
}

.apply-nav-btn:disabled {
    opacity: 0.35;
    cursor: default;
}

.apply-nav-btn-next {
    background: #14161c;
    color: #fbf8f3;
}

.how-to-apply-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.6rem;
    padding: 0.85rem 1.55rem;
    border: 1px solid #14161c;
    border-radius: 999px;
    background: #14161c;
    color: #f7f3ea;
    font-size: 0.95rem;
    font-weight: 650;
    text-decoration: none;
    box-shadow: 0 10px 24px rgb(20 22 28 / 0.28);
}

.how-to-apply-cta:hover {
    background: #1c2433;
    border-color: #1c2433;
}

.apply-error {
    color: #8b1f2f;
    font-size: 0.8rem;
    font-weight: 600;
}

.application-page,
.application-thanks {
    max-width: 46rem;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 4rem;
}

.application-page h1,
.application-thanks h1 {
    margin: 0.45rem 0 0.8rem;
    font-family: var(--font-display, Newsreader, Georgia, serif);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
}

.application-page-copy p,
.application-thanks p {
    margin: 0 0 1rem;
    line-height: 1.65;
    color: #5e6168;
}

.application-form {
    display: grid;
    gap: 1.25rem;
}

.application-breaker {
    padding: 1.4rem 1.25rem;
    background: #1c2433;
    color: #fbf8f3;
}

.application-breaker h2 {
    margin: 0.35rem 0 0.5rem;
    font-family: var(--font-display, Newsreader, Georgia, serif);
    font-size: 1.6rem;
}

.application-breaker p,
.application-breaker .apply-card-kicker {
    color: #c5d4e0;
}

.application-block {
    display: grid;
    gap: 0.4rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid #e4dfd6;
}

.application-scan-preview {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 34rem;
    line-height: 1.45;
}

.application-scan {
    padding: 1.25rem 1.3rem;
    border: 1px solid #14161c;
    background: #fff;
    box-shadow: 8px 10px 0 rgb(20 22 28 / 0.06);
}

.application-scan p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
}

.application-scan ul {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.85rem;
}

.application-scan span {
    display: block;
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5e6168;
}

.application-scan blockquote {
    margin: 0.35rem 0 0;
    font-size: 0.92rem;
    line-height: 1.5;
}

.role-match {
    display: grid;
    gap: 1.25rem;
    padding: 1.4rem 1.4rem 1.5rem;
    border: 1px solid #14161c;
    background: #fffdf8;
    box-shadow: 8px 10px 0 rgb(20 22 28 / 0.06);
}

.role-match-copy h2 {
    margin: 0;
    font-family: "IvyOra Display", Georgia, serif;
    font-size: 1.7rem;
}

.role-match-copy p {
    margin: 0.55rem 0 0;
    max-width: 40rem;
    color: #5e6168;
    font-size: 0.95rem;
    line-height: 1.5;
}

.role-match-form {
    display: grid;
    gap: 0.9rem;
}

.role-match-count {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5e6168;
}

.role-match-results {
    display: grid;
    gap: 1rem;
}

.role-match-card {
    padding: 1rem 1.1rem 1.15rem;
    border: 1px solid #e4dfd6;
    background: #fff;
}

.role-match-rank {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5e6168;
}

.role-match-card h3 {
    margin: 0;
    font-size: 1.15rem;
}

.role-match-scan {
    margin: 0.5rem 0 0;
    color: #3d4048;
    font-size: 0.92rem;
    line-height: 1.5;
}

.role-match-reasons {
    margin: 0.7rem 0 0;
    padding-left: 1.1rem;
    color: #5e6168;
    font-size: 0.88rem;
    line-height: 1.45;
}

.role-match-card blockquote {
    margin: 0.8rem 0 0;
    padding-left: 0.8rem;
    border-left: 2px solid #14161c;
    font-size: 0.9rem;
    line-height: 1.5;
}

.role-match-card cite {
    display: block;
    margin-top: 0.3rem;
    font-style: normal;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5e6168;
}

@media (prefers-reduced-motion: reduce) {
    .sheet {
        transform: none;
    }

    .portrait svg {
        transform: none;
    }

    .ascent-route {
        animation: none;
    }
}
