:root {
    --sp-blue: #7198ff;
    --sp-blue-soft: rgba(113, 152, 255, .13);
    --sp-violet: #9c82ff;
    --sp-display: "Montserrat Black", "Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.sherpient-page {
    --nvc-max: 1240px;
}

.sherpient-page h1,
.sherpient-page h2,
.sherpient-page h3,
.sherpient-page p,
.sherpient-page blockquote {
    text-wrap: pretty;
}

.sherpient-shell {
    padding-top: 42px;
}

.sherpient-hero {
    position: relative;
    min-height: min(780px, calc(100vh - 92px));
    overflow: hidden;
    border: 1px solid var(--nv-line);
    border-radius: 30px;
    color: #f5f8ff;
    background: #07121e;
    box-shadow: 0 38px 110px rgba(0, 0, 0, .27);
}

.sherpient-hero-media,
.sherpient-hero-scrim {
    position: absolute;
    inset: 0;
}

.sherpient-hero-media {
    background: #07121e;
}

.sherpient-council-hero {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.sherpient-council-hero.is-light {
    display: none;
}

.sherpient-hero-scrim {
    background:
        linear-gradient(180deg, rgba(3, 10, 19, .91) 0%, rgba(3, 10, 19, .72) 23%, rgba(3, 10, 19, .28) 39%, rgba(3, 10, 19, .05) 52%, transparent 62%),
        radial-gradient(ellipse at center top, transparent 45%, rgba(3, 10, 19, .12) 100%);
}

.sherpient-hero-copy {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(470px, .9fr) minmax(520px, 1.1fr);
    gap: clamp(34px, 4vw, 64px);
    align-items: start;
    width: 100%;
    padding: clamp(42px, 5.5vw, 72px);
}

.sherpient-hero-copy > .nv-page-actions {
    position: absolute;
    top: clamp(24px, 3vw, 42px);
    right: clamp(24px, 3vw, 42px);
    z-index: 2;
    min-height: 0;
}

.sherpient-hero-brand {
    min-width: 0;
}

.sherpient-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 8px 12px;
    border: 1px solid rgba(56, 214, 199, .28);
    border-radius: 999px;
    color: var(--nv-muted);
    background: var(--nv-accent-soft);
    font-size: 10px;
    font-weight: 760;
    letter-spacing: .11em;
    white-space: nowrap;
}

.sherpient-status-dot {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--nv-accent);
    box-shadow: 0 0 0 5px rgba(56, 214, 199, .1), 0 0 14px var(--nv-accent);
}

.sherpient-hero h1 {
    margin: 0;
    color: #fff;
    font-family: var(--sp-display);
    font-size: clamp(52px, 4.7vw, 76px);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -.045em;
    white-space: nowrap;
}

.sherpient-product-type {
    margin: 13px 0 0;
    color: var(--sp-blue);
    font-family: var(--sp-display);
    font-size: clamp(18px, 2.2vw, 26px);
    font-weight: 800;
    letter-spacing: .02em;
    white-space: nowrap;
}

.sherpient-hero-proposition {
    max-width: 720px;
    margin: 10px 0 0;
    color: #f5f8ff;
    font-size: clamp(25px, 2.55vw, 39px);
    line-height: 1.24;
    letter-spacing: -.035em;
}

.sherpient-hero-proposition span {
    display: block;
    white-space: nowrap;
}

.sherpient-hero-actions {
    margin-top: 28px;
}


.sherpient-video-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #7f91a4;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .13em;
}

.sherpient-video-topline span:last-child {
    color: #55dfd1;
}

.sherpient-video-question {
    margin: 35px 0 26px;
}

.sherpient-video-question small {
    display: block;
    margin-bottom: 10px;
    color: #71849a;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
}

.sherpient-video-question strong {
    display: block;
    max-width: 470px;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.5;
}

.sherpient-video-council {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.sherpient-video-council > span {
    min-height: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(151, 170, 190, .14);
    border-radius: 13px;
    background: rgba(255, 255, 255, .025);
}

.sherpient-video-council > span.is-lead {
    border-color: rgba(56, 214, 199, .42);
    background: rgba(56, 214, 199, .09);
    box-shadow: 0 0 28px rgba(56, 214, 199, .08);
}

.sherpient-video-council b {
    color: #dce6f2;
    font-family: var(--sp-display);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .04em;
}

.sherpient-video-council i {
    color: #71849a;
    font-size: 9px;
    font-style: normal;
    white-space: nowrap;
}

.sherpient-video-council .is-lead b,
.sherpient-video-council .is-lead i {
    color: #55dfd1;
}

.sherpient-video-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 24px;
}

.sherpient-video-footer strong,
.sherpient-video-footer small {
    display: block;
}

.sherpient-video-footer strong {
    font-size: 13px;
}

.sherpient-video-footer small {
    margin-top: 4px;
    color: #71849a;
    font-size: 10px;
}

.sherpient-name-story {
    margin-top: 20px;
    padding: clamp(28px, 4.5vw, 48px);
    border: 1px solid var(--nv-line);
    border-radius: 22px;
    background: linear-gradient(118deg, var(--sp-blue-soft), transparent 45%), var(--nv-panel);
}

.sherpient-name-story .nv-content-eyebrow {
    margin-bottom: 14px;
}

.sherpient-name-story h2 {
    max-width: none;
    margin: 0;
    font-size: clamp(28px, 4vw, 50px);
    line-height: 1.2;
    letter-spacing: -.035em;
}
.sherpient-name-story h2 span { display: block; }
.sherpient-name-story h2 span + span { margin-top: 8px; }

.sherpient-name-story p:not(.nv-content-eyebrow) {
    max-width: none;
    margin: 15px 0 0;
    color: var(--nv-muted);
    line-height: 1.82;
}

.sherpient-name-story strong {
    color: var(--nv-text);
}

.sherpient-section-head {
    max-width: none;
    margin-bottom: 34px;
}

.sherpient-section-head > p:last-child {
    max-width: none;
    font-size: 16px;
}

.sherpient-council-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.sherpient-council-grid article {
    position: relative;
    min-height: 420px;
    overflow: visible;
    padding: clamp(22px, 3vw, 31px);
    border: 1px solid var(--nv-line);
    border-radius: 18px;
    background: var(--nv-panel);
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.sherpient-workstation { position: relative; width: min(100%, 230px); height: 178px; margin: 28px auto 0; overflow: visible; }
.sherpient-workstation::after { content: ""; position: absolute; z-index: 3; left: 50%; bottom: 2px; width: 150px; height: 12px; border-radius: 50%; background: rgba(0,0,0,.3); filter: blur(8px); transform: translateX(-50%); }
.sherpient-workstation img { position: absolute; z-index: 1; left: 50%; bottom: 34px; width: 158px; height: 158px; object-fit: contain; filter: drop-shadow(0 16px 24px rgba(0,0,0,.24)); transform: translate(-50%, 38px) scale(.98); transform-origin: 50% 75%; transition: transform .5s cubic-bezier(.2,.9,.2,1.18), filter .35s ease; }
.sherpient-workstation.is-cso img { clip-path: inset(0 0 12px); transform: translate(-50%, 6px) scale(.98); }
.sherpient-workstation.is-cfo img,
.sherpient-workstation.is-raised img { transform: translate(-50%, 16px) scale(.98); }
.sherpient-workstation > div { position: absolute; z-index: 2; left: 50%; bottom: 0; width: 154px; height: 90px; display: grid; place-items: center; border: 1px solid rgba(113,152,255,.35); border-radius: 20px; background: linear-gradient(160deg, rgba(35,49,70,.98), rgba(8,13,21,.98)); box-shadow: 0 20px 38px rgba(0,0,0,.3), inset 0 0 26px rgba(255,255,255,.035); transform: translateX(-50%); }
.sherpient-workstation.is-cso > div { background: linear-gradient(160deg, rgb(35,49,70), rgb(8,13,21)); }
.sherpient-workstation > div::after { content: ""; position: absolute; left: 50%; bottom: -12px; width: 72px; height: 8px; border-radius: 0 0 8px 8px; background: #111a28; transform: translateX(-50%); }
.sherpient-workstation b { color: rgba(192,207,224,.34); font-size: 25px; font-weight: 900; text-shadow: 0 -1px 0 rgba(0,0,0,.8); }
.sherpient-council-grid article:hover .sherpient-workstation img { filter: drop-shadow(0 18px 30px rgba(113,152,255,.24)); transform: translate(-50%, -5px) scale(1.04); }
.sherpient-council-grid article:hover .sherpient-workstation.is-cso img { clip-path: inset(0); transform: translate(-50%, -42px) scale(1.04); }

.sherpient-council-grid article:hover {
    z-index: 4;
    border-color: rgba(113, 152, 255, .42);
    background: linear-gradient(140deg, rgba(113, 152, 255, .075), var(--nv-panel) 64%);
    transform: translateY(-2px);
}

.sherpient-council-grid article > span,
.sherpient-continuity-track article > span,
.sherpient-privacy-grid article > span,
.sherpient-capability-grid article > span {
    color: var(--nv-accent);
    font-size: 9px;
    font-weight: 780;
    letter-spacing: .13em;
    white-space: nowrap;
}

.sherpient-council-grid h3 {
    margin: 30px 0 0;
    font-size: 21px;
    line-height: 1.18;
    letter-spacing: -.025em;
}

.sherpient-council-grid p {
    margin: 9px 0 0;
    color: var(--nv-muted);
    line-height: 1.62;
    letter-spacing: -.01em;
}

.sherpient-continuity {
    position: relative;
}

.sherpient-continuity-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--nv-line);
    border-radius: 22px;
    background: var(--nv-panel);
}

.sherpient-continuity-track article {
    position: relative;
    min-height: 245px;
    padding: clamp(27px, 4vw, 42px);
}

.sherpient-continuity-track article + article {
    border-left: 1px solid var(--nv-line);
}

.sherpient-continuity-track article:not(:last-child)::after {
    content: "→";
    position: absolute;
    z-index: 1;
    right: -14px;
    top: 50%;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid var(--nv-line);
    border-radius: 50%;
    color: var(--nv-accent);
    background: var(--nv-panel);
    transform: translateY(-50%);
}

.sherpient-continuity-track h3 {
    margin: 54px 0 0;
    font-size: 23px;
}

.sherpient-continuity-track p {
    margin: 13px 0 0;
    color: var(--nv-muted);
    line-height: 1.75;
}

.sherpient-workflows {
    display: grid;
    border-top: 1px solid var(--nv-line);
}

.sherpient-workflow {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: clamp(26px, 5vw, 68px);
    padding: clamp(32px, 5vw, 54px) 0;
    border-bottom: 1px solid var(--nv-line);
}

.sherpient-workflow-index {
    color: var(--nv-dim);
    font-family: var(--sp-display);
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.06em;
}

.sherpient-workflow-label {
    color: var(--nv-accent);
    font-size: 9px;
    font-weight: 780;
    letter-spacing: .14em;
    white-space: nowrap;
}

.sherpient-workflow h3 {
    margin: 12px 0 0;
    font-size: clamp(24px, 3.3vw, 34px);
    line-height: 1.28;
}

.sherpient-workflow p {
    max-width: 920px;
    margin: 15px 0 0;
    color: var(--nv-muted);
    font-size: 16px;
    line-height: 1.85;
}

.sherpient-workflow-output {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 23px;
}

.sherpient-workflow-output span {
    padding: 8px 12px;
    border: 1px solid var(--nv-line);
    border-radius: 999px;
    color: var(--nv-dim);
    background: rgba(255, 255, 255, .018);
    font-size: 11px;
    white-space: nowrap;
}

.sherpient-boundary-section {
    position: relative;
    margin-top: clamp(62px, 8vw, 92px);
    padding: clamp(32px, 5vw, 58px);
    border: 1px solid rgba(113, 152, 255, .28);
    border-radius: 26px;
    background:
        radial-gradient(circle at 12% 18%, rgba(56, 214, 199, .09), transparent 24rem),
        radial-gradient(circle at 90% 88%, rgba(113, 152, 255, .1), transparent 27rem),
        var(--nv-panel);
}

.sherpient-boundary-section > .sherpient-section-head {
    padding: 0;
}

.sherpient-boundary-section .sherpient-section-head strong {
    color: var(--nv-text);
}

.sherpient-family-architecture {
    margin-top: clamp(34px, 5vw, 54px);
}

.sherpient-family-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.sherpient-family-products article {
    min-height: 190px;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid var(--nv-line);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 68%);
}

.sherpient-family-products span,
.sherpient-family-foundation span {
    color: var(--nv-accent);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
}

.sherpient-family-products h3 {
    margin: 34px 0 0;
    font-size: 25px;
}

.sherpient-family-products p {
    margin: 12px 0 0;
    color: var(--nv-muted);
    line-height: 1.7;
}

.sherpient-family-rail {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: 76px;
    margin: 0 28px;
}

.sherpient-family-rail::after {
    content: "";
    position: absolute;
    right: calc(16.666% - 1px);
    bottom: 20px;
    left: calc(16.666% - 1px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(56, 214, 199, .5) 12%, rgba(113, 152, 255, .55) 88%, transparent);
}

.sherpient-family-rail i {
    position: relative;
    z-index: 1;
    justify-self: center;
    width: 1px;
    height: 56px;
    background: linear-gradient(180deg, var(--nv-line-strong), var(--nv-accent));
}

.sherpient-family-rail i::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: -1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--nv-accent);
    box-shadow: 0 0 13px rgba(56, 214, 199, .55);
}

.sherpient-family-rail span {
    position: absolute;
    z-index: 2;
    bottom: 8px;
    left: 50%;
    padding: 3px 12px;
    color: var(--nv-dim);
    background: var(--nv-panel);
    font-size: 10px;
    letter-spacing: .08em;
    transform: translateX(-50%);
    white-space: nowrap;
}

.sherpient-family-foundation {
    display: grid;
    grid-template-columns: minmax(190px, .38fr) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 52px);
    align-items: center;
    min-height: 166px;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(56, 214, 199, .42);
    border-radius: 20px;
    background:
        radial-gradient(circle at 10% 30%, rgba(56, 214, 199, .16), transparent 24rem),
        linear-gradient(120deg, rgba(113, 152, 255, .13), rgba(56, 214, 199, .06)),
        var(--nv-panel-strong);
}

.sherpient-family-foundation h3 {
    margin: 12px 0 0;
    font-size: clamp(26px, 3vw, 36px);
}

.sherpient-family-foundation p {
    margin: 0;
    color: var(--nv-muted);
    font-size: 15px;
    line-height: 1.8;
}

.sherpient-boundary-map {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(170px, .44fr) minmax(0, 1fr);
    gap: clamp(14px, 3vw, 30px);
    align-items: stretch;
}

.sherpient-boundary-map article {
    min-height: 200px;
    padding: clamp(24px, 3.5vw, 36px);
    border: 1px solid var(--nv-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .018);
}

.sherpient-boundary-map article.is-private {
    border-color: rgba(113, 152, 255, .38);
    background: var(--sp-blue-soft);
}

.sherpient-boundary-map article > span {
    color: var(--nv-accent);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
}

.sherpient-boundary-map h3 {
    margin: 38px 0 0;
    font-size: 22px;
}

.sherpient-boundary-map p {
    margin: 12px 0 0;
    color: var(--nv-muted);
    line-height: 1.72;
}

.sherpient-boundary-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--nv-dim);
    text-align: center;
}

.sherpient-boundary-arrow span,
.sherpient-boundary-arrow small {
    line-height: 1.5;
}

.sherpient-boundary-arrow span {
    color: var(--nv-muted);
    font-size: 11px;
}

.sherpient-boundary-arrow i {
    margin: 8px 0;
    color: var(--nv-accent);
    font-size: 34px;
    font-style: normal;
}

.sherpient-boundary-arrow small {
    font-size: 10px;
}

.sherpient-privacy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.sherpient-privacy-grid article {
    padding: clamp(22px, 3vw, 30px);
    border-left: 2px solid var(--sp-blue);
    color: var(--nv-muted);
    background: var(--sp-blue-soft);
}

.sherpient-privacy-grid h3 {
    margin: 24px 0 0;
    color: var(--nv-text);
    font-size: 18px;
    line-height: 1.45;
}

.sherpient-privacy-grid p {
    margin: 10px 0 0;
    line-height: 1.75;
}

.sherpient-capability-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.sherpient-capability-grid article {
    min-height: 225px;
    padding: clamp(26px, 3.6vw, 39px);
    border: 1px solid var(--nv-line);
    border-radius: 18px;
    background: var(--nv-panel);
}

.sherpient-capability-grid article:first-child {
    border-color: rgba(56, 214, 199, .32);
    background: linear-gradient(135deg, var(--nv-accent-soft), var(--nv-panel) 62%);
}

.sherpient-capability-grid h3 {
    margin: 40px 0 0;
    font-size: 23px;
}

.sherpient-capability-grid p {
    max-width: 560px;
    margin: 12px 0 0;
    color: var(--nv-muted);
    line-height: 1.75;
}

.sherpient-access-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 14px;
}
.sherpient-access-note { width: fit-content; display: inline-flex; margin-top: 16px; padding: 7px 11px; border: 1px solid rgba(56,214,199,.38); border-radius: 999px; color: var(--nv-accent); background: var(--nv-accent-soft); font-size: 11px; font-weight: 700; }

.sherpient-beta-section {
    scroll-margin-top: 110px;
}

.sherpient-beta-section > .sherpient-section-head {
    max-width: 820px;
}

[data-beta-primary].is-pending {
    border-color: var(--nv-line-strong);
    color: var(--nv-muted);
    background: var(--nv-panel-strong);
    cursor: default;
}

.sherpient-beta-path {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 34px;
    border: 1px solid var(--nv-line);
    border-radius: 18px;
    overflow: hidden;
    background: var(--nv-panel);
}

.sherpient-beta-path article {
    position: relative;
    min-height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}

.sherpient-beta-path article + article { border-left: 1px solid var(--nv-line); }
.sherpient-beta-path small { color: var(--nv-accent); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.sherpient-beta-path strong { margin-top: 13px; font-size: 17px; }
.sherpient-beta-path span { margin-top: 6px; color: var(--nv-muted); font-size: 12px; }

.sherpient-approved-access {
    margin-top: 22px;
    padding: clamp(28px, 4.5vw, 52px);
    scroll-margin-top: 108px;
    border: 1px solid rgba(56,214,199,.36);
    border-radius: 24px;
    background: linear-gradient(135deg, var(--nv-accent-soft), transparent 48%), var(--nv-panel);
}
.sherpient-approved-access[hidden],
.sherpient-beta-application[hidden],
.sherpient-beta-form[hidden],
.sherpient-beta-success[hidden],
.sherpient-beta-intro[hidden] { display: none !important; }
.sherpient-approved-access > div:first-child { max-width: 760px; }
.sherpient-approved-access h3 { margin: 12px 0 0; font-size: clamp(27px, 3vw, 38px); }
.sherpient-approved-access > div:first-child > p:last-child { margin: 14px 0 0; color: var(--nv-muted); line-height: 1.7; }
.sherpient-approved-access .sherpient-access-grid { margin-top: 28px; }

.sherpient-beta-application {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: start;
    margin-top: 22px;
    padding: clamp(28px, 4.5vw, 54px);
    scroll-margin-top: 108px;
    border: 1px solid rgba(56,214,199,.32);
    border-radius: 24px;
    background: linear-gradient(135deg, var(--nv-accent-soft), transparent 46%), var(--nv-panel);
}

.sherpient-beta-form .is-wide { grid-column: 1 / -1; }
.sherpient-beta-form a,
.sherpient-contact-direct a { color: var(--nv-accent); }
.sherpient-beta-form .sherpient-interview-field a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    opacity: .75;
}
.sherpient-contact-direct { margin: 24px 0 0; color: var(--nv-muted); font-size: 12px; line-height: 1.7; }
.sherpient-form-note.is-success { color: var(--nv-accent); }
.sherpient-form-note.is-error { color: var(--nv-danger); }

.sherpient-beta-intro h3 { margin: 12px 0 0; font-size: clamp(27px, 3vw, 38px); line-height: 1.2; }
.sherpient-beta-intro > p:not(.nv-content-eyebrow) { margin: 18px 0 0; color: var(--nv-muted); line-height: 1.75; }
.sherpient-beta-intro ul { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.sherpient-beta-intro li { position: relative; padding-left: 20px; color: var(--nv-muted); font-size: 13px; line-height: 1.6; }
.sherpient-beta-intro li::before { content: ""; position: absolute; top: .62em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--nv-accent); box-shadow: 0 0 14px rgba(56,214,199,.55); }

.sherpient-beta-form { display: grid; gap: 18px; }
.sherpient-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sherpient-beta-form label { display: grid; gap: 8px; color: var(--nv-muted); font-size: 12px; }
.sherpient-beta-form input,
.sherpient-beta-form select,
.sherpient-beta-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid var(--nv-line-strong);
    border-radius: 11px;
    color: var(--nv-text);
    background: var(--nv-panel-strong);
    font: inherit;
    font-size: 14px;
    outline: none;
}
.sherpient-beta-form input,
.sherpient-beta-form select { min-height: 46px; padding: 0 13px; }
.sherpient-beta-form textarea { padding: 13px; resize: vertical; line-height: 1.6; }
.sherpient-beta-form input:focus,
.sherpient-beta-form select:focus,
.sherpient-beta-form textarea:focus { border-color: var(--nv-accent); box-shadow: 0 0 0 3px rgba(56,214,199,.1); }

.sherpient-platform-field { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; border: 0; }
.sherpient-platform-field legend { width: 100%; margin-bottom: 2px; color: var(--nv-muted); font-size: 12px; }
.sherpient-platform-field label { display: flex; grid-template-columns: none; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid var(--nv-line); border-radius: 999px; cursor: pointer; }
.sherpient-platform-field input,
.sherpient-interview-field input { width: 20px; height: 20px; min-height: 20px; flex: 0 0 20px; padding: 0; accent-color: var(--nv-accent); }
.sherpient-interview-field { display: flex !important; align-items: flex-start; grid-template-columns: none !important; gap: 9px !important; line-height: 1.55; cursor: pointer; }

.sherpient-inline-auth { display: grid; grid-template-columns: 1.45fr .72fr; gap: 14px; padding: 17px; border: 1px solid var(--nv-line); border-radius: 14px; background: var(--nv-panel-strong); }
.sherpient-auth-label { display: block; margin-bottom: 8px; color: var(--nv-muted); font-size: 12px; }
.sherpient-code-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.sherpient-code-row button { border: 1px solid rgba(56,214,199,.4); border-radius: 10px; padding: 0 13px; color: var(--nv-accent); background: var(--nv-accent-soft); font-weight: 700; cursor: pointer; }
.sherpient-inline-auth > p { display: none; grid-column: 1 / -1; margin: 0; color: var(--nv-accent); font-size: 11px; }
.sherpient-inline-auth > p.is-visible { display: block; }
.sherpient-signed-in { padding: 15px 17px; border: 1px solid rgba(56,214,199,.35); border-radius: 13px; background: var(--nv-accent-soft); }
.sherpient-signed-in span,
.sherpient-signed-in strong,
.sherpient-signed-in small { display: block; }
.sherpient-signed-in span { color: var(--nv-muted); font-size: 11px; }
.sherpient-signed-in strong { margin-top: 5px; color: var(--nv-text); font-size: 14px; }
.sherpient-signed-in small { margin-top: 4px; color: var(--nv-muted); }
.sherpient-beta-submit { width: 100%; min-height: 50px; border: 0; cursor: pointer; }
.sherpient-beta-submit:disabled { opacity: .55; cursor: wait; }
.sherpient-form-note { margin: -4px 0 0; color: var(--nv-dim); font-size: 11px; line-height: 1.55; }
.sherpient-beta-success { grid-column: 1 / -1; max-width: 650px; margin: 0 auto; padding: 28px 0; text-align: center; }
.sherpient-beta-success > span { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto; border-radius: 50%; color: #041512; background: var(--nv-accent); font-size: 24px; font-weight: 900; }
.sherpient-beta-success h3 { margin: 20px 0 0; font-size: 30px; }
.sherpient-beta-success p { margin: 12px auto 22px; color: var(--nv-muted); line-height: 1.75; }

.sherpient-access-card {
    min-height: 152px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 25px;
    border: 1px solid var(--nv-line);
    border-radius: 18px;
    color: var(--nv-text);
    background: var(--nv-panel);
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.sherpient-access-card.is-primary {
    border-color: rgba(56, 214, 199, .34);
    background: linear-gradient(135deg, var(--nv-accent-soft), var(--nv-panel));
}

.sherpient-access-card[href]:hover {
    border-color: var(--nv-accent);
    transform: translateY(-2px);
}

.sherpient-access-card:not([href]) {
    cursor: default;
}

.sherpient-access-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid var(--nv-line-strong);
    border-radius: 13px;
    color: var(--nv-accent);
    font-size: 19px;
}

.sherpient-access-card small,
.sherpient-access-card strong,
.sherpient-access-card em {
    display: block;
}

.sherpient-access-card small {
    color: var(--nv-dim);
    font-size: 8px;
    letter-spacing: .13em;
    white-space: nowrap;
}

.sherpient-access-card strong {
    margin-top: 7px;
    font-size: 17px;
    line-height: 1.4;
}

.sherpient-access-card em {
    margin-top: 8px;
    color: var(--nv-accent);
    font-size: 12px;
    font-style: normal;
}

.sherpient-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 38px;
    align-items: end;
    margin-top: clamp(68px, 9vw, 108px);
    padding: clamp(34px, 5vw, 58px);
    border: 1px solid rgba(56, 214, 199, .34);
    border-radius: 25px;
    background:
        linear-gradient(120deg, rgba(56, 214, 199, .13), rgba(113, 152, 255, .08) 52%, transparent),
        var(--nv-panel);
}

.sherpient-final-cta h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(29px, 4vw, 45px);
    line-height: 1.23;
    letter-spacing: -.035em;
}

.sherpient-final-cta p:not(.nv-content-eyebrow) {
    max-width: 750px;
    margin: 15px 0 0;
    color: var(--nv-muted);
    line-height: 1.78;
}

.sherpient-final-cta .nv-content-actions {
    margin: 0;
}

[data-theme="light"] .sherpient-hero {
    color: #132633;
    background: #edf5f8;
    box-shadow: 0 30px 82px rgba(41, 72, 78, .16);
}

[data-theme="light"] .sherpient-council-hero.is-dark {
    display: none;
}

[data-theme="light"] .sherpient-council-hero.is-light {
    display: block;
}

[data-theme="light"] .sherpient-hero-media {
    background: #edf5f8;
}

[data-theme="light"] .sherpient-hero-scrim {
    background:
        linear-gradient(180deg, rgba(246, 250, 252, .96) 0%, rgba(246, 250, 252, .86) 23%, rgba(246, 250, 252, .38) 39%, rgba(246, 250, 252, .07) 52%, transparent 62%),
        radial-gradient(ellipse at center top, transparent 48%, rgba(80, 111, 126, .07) 100%);
}

[data-theme="light"] .sherpient-hero h1,
[data-theme="light"] .sherpient-hero-proposition {
    color: #102430;
}

[data-theme="light"] .sherpient-workflow-output span,
[data-theme="light"] .sherpient-boundary-map article {
    background-color: rgba(255, 255, 255, .48);
}

@media (max-width: 1080px) {
    .sherpient-hero {
        min-height: 720px;
    }

    .sherpient-hero-copy {
        grid-template-columns: minmax(360px, .9fr) minmax(430px, 1.1fr);
        gap: 30px;
    }

    .sherpient-hero h1 {
        font-size: clamp(48px, 5.6vw, 60px);
    }

    .sherpient-product-type {
        font-size: clamp(16px, 2vw, 20px);
    }

    .sherpient-hero-proposition {
        font-size: clamp(23px, 3vw, 32px);
    }

    .sherpient-council-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sherpient-boundary-map {
        grid-template-columns: 1fr;
    }

    .sherpient-boundary-arrow {
        min-height: 110px;
    }

    .sherpient-boundary-arrow i {
        transform: rotate(90deg);
    }

    .sherpient-final-cta {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 800px) {
    .sherpient-shell {
        padding-top: 18px;
    }

    .sherpient-hero {
        min-height: 700px;
        border-radius: 21px;
    }

    .sherpient-hero-copy {
        grid-template-columns: 1fr;
        gap: 14px;
        width: min(100%, 640px);
        padding: 32px 24px;
    }

    .sherpient-hero-copy > .nv-page-actions {
        top: 20px;
        right: 20px;
    }

    .sherpient-hero h1 {
        font-size: clamp(42px, 11vw, 58px);
    }

    .sherpient-hero-brand {
        display: contents;
    }

    .sherpient-hero-proposition {
        grid-row: 3;
        margin: 6px 0 0;
    }

    .sherpient-hero-actions {
        grid-row: 4;
        margin-top: 8px;
    }

    .sherpient-hero-scrim {
        background:
            linear-gradient(180deg, rgba(3, 10, 19, .95) 0%, rgba(3, 10, 19, .78) 31%, rgba(3, 10, 19, .24) 48%, rgba(3, 10, 19, .04) 59%, transparent 68%);
    }

    [data-theme="light"] .sherpient-hero-scrim {
        background:
            linear-gradient(180deg, rgba(246, 250, 252, .98) 0%, rgba(246, 250, 252, .89) 31%, rgba(246, 250, 252, .34) 48%, rgba(246, 250, 252, .05) 59%, transparent 68%);
    }

    .sherpient-kicker {
        max-width: 100%;
        white-space: normal;
    }

    .sherpient-name-story,
    .sherpient-continuity-track,
    .sherpient-privacy-grid,
    .sherpient-family-products,
    .sherpient-access-grid {
        grid-template-columns: 1fr;
    }

    .sherpient-family-products article { min-height: 0; }
    .sherpient-family-products h3 { margin-top: 22px; }
    .sherpient-family-rail { display: none; }
    .sherpient-family-foundation { margin-top: 14px; }

    .sherpient-beta-path { grid-template-columns: 1fr 1fr; }
    .sherpient-beta-path article:nth-child(3) { border-left: 0; border-top: 1px solid var(--nv-line); }
    .sherpient-beta-application { grid-template-columns: 1fr; }

    .sherpient-continuity-track article + article {
        border-top: 1px solid var(--nv-line);
        border-left: 0;
    }

    .sherpient-continuity-track article:not(:last-child)::after {
        right: auto;
        top: auto;
        left: 50%;
        bottom: -14px;
        transform: translateX(-50%) rotate(90deg);
    }

    .sherpient-workflow {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sherpient-workflow-index {
        font-size: 34px;
    }

}

@media (max-width: 620px) {
    .sherpient-hero {
        min-height: 690px;
    }

    .sherpient-hero h1 {
        font-size: clamp(38px, 11vw, 50px);
    }

    .sherpient-product-type {
        font-size: clamp(14px, 4.2vw, 18px);
        letter-spacing: 0;
    }

    .sherpient-hero-proposition {
        font-size: clamp(24px, 7.2vw, 31px);
    }

    .sherpient-hero-proposition span {
        white-space: normal;
    }

    .sherpient-council-hero {
        width: auto;
        min-width: 100%;
        max-width: none;
        object-position: center bottom;
        transform: translateX(-50%);
        margin-left: 50%;
    }

    .sherpient-council-grid,
    .sherpient-capability-grid {
        grid-template-columns: 1fr;
    }

    .sherpient-form-grid,
    .sherpient-inline-auth { grid-template-columns: 1fr; }
    .sherpient-beta-form .is-wide { grid-column: auto; }
    .sherpient-family-foundation { grid-template-columns: 1fr; }
    .sherpient-beta-path { grid-template-columns: 1fr; }
    .sherpient-beta-path article + article { border-left: 0; border-top: 1px solid var(--nv-line); }
    .sherpient-beta-application { padding: 24px 18px; }

    .sherpient-council-grid article {
        min-height: 185px;
    }

    .sherpient-boundary-section {
        padding: 29px 22px;
        border-radius: 21px;
    }

    .sherpient-final-cta {
        padding: 29px 23px;
    }
}
