/* Body-only redesign for the explicitly allow-listed public topic pages. */
.spr-body {
    --spr-navy: #07111f;
    --spr-blue: #006bff;
    --spr-blue-deep: #0049c7;
    --spr-paper: #ffffff;
    --spr-ice: #f1f5f8;
    --spr-ready: #62ff00;
    --spr-ready-deep: #36c800;
    --spr-ink: #0b1727;
    --spr-accent: var(--spr-blue);
    --spr-accent-soft: var(--spr-ice);
    --spr-line: rgba(7, 17, 31, .14);
    background: var(--spr-paper);
}

.spr-page {
    overflow: clip;
    color: var(--spr-ink);
    background: var(--spr-paper);
    font-family: var(--scn-font-text, "Schmidt Instrument", Inter, sans-serif);
}

.spr-theme-clearance,
.spr-theme-move,
.spr-theme-business,
.spr-theme-management,
.spr-theme-system,
.spr-theme-human,
.spr-theme-legal { --spr-accent: var(--spr-blue); --spr-accent-soft: var(--spr-ice); }

.spr-shell {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.spr-hero {
    position: relative;
    isolation: isolate;
    padding: 30px 0 0;
    background:
        linear-gradient(90deg, rgba(0,107,255,.08) 1px, transparent 1px) 0 0 / 76px 76px,
        linear-gradient(rgba(0,107,255,.08) 1px, transparent 1px) 0 0 / 76px 76px,
        linear-gradient(155deg, #fff 0 48%, var(--spr-accent-soft) 100%);
}

.spr-hero::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 9px;
    z-index: -1;
    background: linear-gradient(90deg, var(--spr-accent) 0 44%, var(--spr-ready) 44% 50%, var(--spr-navy) 50%);
}

.spr-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 28px;
    margin-bottom: 34px;
    color: #52667a;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.spr-breadcrumbs a { color: var(--spr-blue); text-decoration: none; }
.spr-breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 4px; }

.spr-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
    align-items: center;
    gap: clamp(36px, 6vw, 88px);
    min-height: 610px;
    padding-bottom: 72px;
}

.spr-layout-image-left .spr-hero-copy { order: 2; }
.spr-layout-image-left .spr-hero-visual { order: 1; transform: rotate(-1deg); }

.spr-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: var(--spr-blue-deep);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.spr-kicker span {
    display: inline-grid;
    place-items: center;
    min-width: 68px;
    min-height: 30px;
    padding: 4px 10px;
    color: #fff;
    background: var(--spr-navy);
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
}

.spr-hero h1,
.spr-section h2,
.spr-close h2 {
    margin: 0;
    color: var(--spr-navy);
    font-family: var(--scn-font-display, "Schmidt Archivo", sans-serif);
    font-weight: 760;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.spr-hero h1 { max-width: 13ch; font-size: clamp(3rem, 5.3vw, 5.25rem); line-height: .94; }
.spr-lead { max-width: 62ch; margin: 26px 0 0; color: #40566a; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.68; }

.spr-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.spr-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 52px;
    padding: 12px 20px;
    border: 2px solid transparent;
    border-radius: 2px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease, color .18s ease, background-color .18s ease, border-color .18s ease;
}
.spr-button:hover { transform: translateY(-2px); }
.spr-button-primary { color: #fff; background: var(--spr-accent); border-color: var(--spr-accent); }
.spr-button-primary:hover { color: #fff; background: var(--spr-navy); border-color: var(--spr-navy); }
.spr-button-secondary { color: var(--spr-navy); background: transparent; border-color: var(--spr-navy); }
.spr-button-secondary:hover { color: #fff; background: var(--spr-navy); }
.spr-button-light { color: var(--spr-navy); background: #fff; border-color: #fff; }

.spr-hero-visual {
    position: relative;
    margin: 0;
    transform: rotate(1deg);
    filter: drop-shadow(0 28px 42px rgba(7,17,31,.16));
}
.spr-hero-visual::before {
    content: "";
    position: absolute;
    inset: -16px 26px 24px -18px;
    z-index: -1;
    background: var(--spr-navy);
    clip-path: polygon(8% 0, 100% 0, 100% 88%, 89% 100%, 0 100%, 0 10%);
}
.spr-hero-visual img {
    display: block;
    width: 100%;
    max-height: 660px;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    object-position: center;
    background: #fff;
    clip-path: polygon(8% 0, 100% 0, 100% 88%, 89% 100%, 0 100%, 0 10%);
}
/* Seven hero grammars × six content grammars form 42 distinct page compositions. */
.spr-hero-panorama .spr-hero-grid { grid-template-columns: minmax(340px, .72fr) minmax(500px, 1.28fr); }
.spr-hero-panorama .spr-hero-visual::before { inset: 9% -8% 4% 18%; background: var(--spr-blue); clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 90%); }
.spr-hero-panorama .spr-hero-visual img { aspect-ratio: 7 / 5; object-position: center bottom; clip-path: none; }

.spr-hero-island .spr-hero-grid { grid-template-columns: 1.12fr .88fr; }
.spr-hero-island .spr-hero-visual { padding: 34px; transform: none; }
.spr-hero-island .spr-hero-visual::before { inset: 2% -2% 8%; border-radius: 50%; background: var(--spr-blue); clip-path: none; }
.spr-hero-island .spr-hero-visual::after { content: ""; position: absolute; width: 31%; aspect-ratio: 1; right: -2%; top: 3%; z-index: -1; border-radius: 50%; background: var(--spr-ready); }
.spr-hero-island .spr-hero-visual img { border-radius: 48% 48% 42% 42%; clip-path: none; }

.spr-hero-stage .spr-hero { color: #fff; background: var(--spr-navy); }
.spr-hero-stage .spr-breadcrumbs { color: #fff; }
.spr-hero-stage .spr-hero-grid { grid-template-columns: .9fr 1.1fr; }
.spr-hero-stage .spr-hero h1 { color: #fff; }
.spr-hero-stage .spr-lead { color: #fff; opacity: .78; }
.spr-hero-stage .spr-button-secondary { color: #fff; border-color: #fff; }
.spr-hero-stage .spr-hero-visual { padding: 18px; background: linear-gradient(135deg, var(--spr-blue), var(--spr-ready)); transform: none; }
.spr-hero-stage .spr-hero-visual::before { display: none; }
.spr-hero-stage .spr-hero-visual img { clip-path: none; }

.spr-hero-poster .spr-hero-grid { grid-template-columns: 1.25fr .75fr; align-items: end; }
.spr-hero-poster .spr-hero-copy { position: relative; z-index: 2; padding: 54px; color: #fff; background: var(--spr-blue); box-shadow: 32px 32px 0 var(--spr-navy); }
.spr-hero-poster .spr-hero h1,
.spr-hero-poster .spr-lead,
.spr-hero-poster .spr-hero .spr-kicker { color: #fff; }
.spr-hero-poster .spr-hero .spr-button-secondary { color: #fff; border-color: #fff; }
.spr-hero-poster .spr-hero-visual { margin-left: -82px; transform: none; }
.spr-hero-poster .spr-hero-visual::before { inset: -22px -22px 52% 44%; background: var(--spr-ready); clip-path: none; }
.spr-hero-poster .spr-hero-visual img { clip-path: polygon(0 5%, 100% 0, 100% 100%, 12% 94%); }

.spr-hero-diagonal .spr-hero { background: linear-gradient(118deg, #fff 0 53%, var(--spr-blue) 53% 100%); }
.spr-hero-diagonal .spr-hero-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
.spr-hero-diagonal .spr-hero-visual { transform: rotate(2.5deg); }
.spr-hero-diagonal .spr-hero-visual::before { inset: -4% 18% 5% -4%; background: var(--spr-ready); clip-path: polygon(0 0, 100% 8%, 91% 100%, 7% 94%); }
.spr-hero-diagonal .spr-hero-visual img { clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 94%); }

.spr-hero-frame .spr-hero { padding: 30px 0 54px; background: var(--spr-blue); }
.spr-hero-frame .spr-breadcrumbs { color: #fff; }
.spr-hero-frame .spr-hero-grid { min-height: 560px; padding: 48px; background: #fff; border: 12px solid var(--spr-navy); box-shadow: 18px 18px 0 var(--spr-ready); }
.spr-hero-frame .spr-hero-visual { transform: none; }
.spr-hero-frame .spr-hero-visual::before { inset: 15% -10% -10% 30%; background: var(--spr-blue); clip-path: none; }
.spr-hero-frame .spr-hero-visual img { clip-path: none; }

.spr-content-bento .spr-blocks { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; border: 0; }
.spr-content-bento .spr-block { display: block; padding: 34px; border: 2px solid var(--spr-navy); background: #fff; }
.spr-content-bento .spr-block:nth-child(3) { grid-column: 1 / -1; display: grid; background: var(--spr-ice); }
.spr-content-bento .spr-block > div { display: grid; grid-template-columns: .8fr 1fr; margin-top: 24px; }
.spr-content-bento .spr-block:nth-child(3) > div { margin-top: 0; }

.spr-content-rail .spr-blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 0; background: var(--spr-navy); }
.spr-content-rail .spr-block { display: block; min-height: 440px; padding: 36px; color: #fff; border: 0; border-right: 1px solid rgba(255,255,255,.18); }
.spr-content-rail .spr-block:nth-child(2) { transform: translateY(34px); background: var(--spr-blue); }
.spr-content-rail .spr-block > div { display: block; margin-top: 34px; }
.spr-content-rail .spr-block h3,
.spr-content-rail .spr-block p { color: #fff; }
.spr-content-rail .spr-block ul { margin-top: 28px; }

.spr-content-magazine .spr-blocks { display: grid; grid-template-columns: 1.25fr .75fr; gap: 0 38px; border: 0; }
.spr-content-magazine .spr-block { padding: 34px 0; border-top: 5px solid var(--spr-navy); }
.spr-content-magazine .spr-block:first-child { grid-row: span 2; padding: 50px; color: #fff; background: var(--spr-blue); border: 0; }
.spr-content-magazine .spr-block:first-child .spr-block-label { color: #fff; }
.spr-content-magazine .spr-block:first-child h3,
.spr-content-magazine .spr-block:first-child p { color: #fff; }
.spr-content-magazine .spr-block > div { grid-template-columns: 1fr; gap: 18px; }

.spr-content-staircase .spr-blocks { border: 0; }
.spr-content-staircase .spr-block { width: 82%; padding: 32px; border: 3px solid var(--spr-navy); background: #fff; box-shadow: 13px 13px 0 var(--spr-ice); }
.spr-content-staircase .spr-block + .spr-block { margin-top: 28px; }
.spr-content-staircase .spr-block:nth-child(2) { margin-left: 9%; border-color: var(--spr-blue); box-shadow: 13px 13px 0 rgba(0,107,255,.14); }
.spr-content-staircase .spr-block:nth-child(3) { margin-left: 18%; box-shadow: 13px 13px 0 var(--spr-ready); }

.spr-content-index .spr-blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; border: 0; counter-reset: spr-index; }
.spr-content-index .spr-block { position: relative; display: block; padding: 48px 0 0; border: 0; }
.spr-content-index .spr-block::before { content: ""; position: absolute; top: 18px; left: 0; width: 100%; height: 7px; background: linear-gradient(90deg, var(--spr-blue) 0 72%, var(--spr-ready) 72%); }
.spr-content-index .spr-block > div { display: block; }
.spr-content-index .spr-block h3 { margin-bottom: 18px; }
.spr-content-index .spr-block ul { margin-top: 24px; }

.spr-dispatch {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    color: #fff;
    background: var(--spr-navy);
    box-shadow: 0 24px 50px rgba(7,17,31,.16);
    transform: translateY(46px);
}
.spr-dispatch div { min-height: 142px; padding: 26px 30px; border-left: 1px solid rgba(255,255,255,.16); }
.spr-dispatch div:first-child { border-left: 0; }
.spr-dispatch dt { color: var(--spr-ready); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.spr-dispatch dd { margin: 11px 0 0; font-size: 1rem; line-height: 1.5; }

.spr-body-flow {
    display: flex;
    flex-direction: column;
}

.spr-scope { order: 10; }
.spr-story { order: 20; }
.spr-form-section { order: 35; }
.spr-process { order: 40; }
.spr-faq,
.spr-legal { order: 50; }
.spr-close { order: 60; }

.spr-flow-story-scope-process .spr-story { order: 10; }
.spr-flow-story-scope-process .spr-scope { order: 20; }
.spr-flow-scope-process-story .spr-scope { order: 10; }
.spr-flow-scope-process-story .spr-process { order: 20; }
.spr-flow-scope-process-story .spr-story { order: 30; }
.spr-flow-story-process-scope .spr-story { order: 10; }
.spr-flow-story-process-scope .spr-process { order: 20; }
.spr-flow-story-process-scope .spr-scope { order: 30; }
.spr-flow-process-story-scope .spr-process { order: 10; }
.spr-flow-process-story-scope .spr-story { order: 20; }
.spr-flow-process-story-scope .spr-scope { order: 30; }
.spr-flow-process-scope-story .spr-process { order: 10; }
.spr-flow-process-scope-story .spr-scope { order: 20; }
.spr-flow-process-scope-story .spr-story { order: 30; }

.spr-story {
    position: relative;
    isolation: isolate;
    background: #fff;
}

.spr-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(44px, 7vw, 100px);
    align-items: center;
}

.spr-story-visual {
    position: relative;
    margin: 0;
}

.spr-story-visual img {
    display: block;
    width: 100%;
    max-height: 720px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #fff;
}

.spr-story-copy h2 {
    margin: 0;
    color: var(--spr-navy);
    font-family: var(--scn-font-display, "Schmidt Archivo", sans-serif);
    font-size: clamp(2.3rem, 4vw, 4.35rem);
    font-weight: 760;
    letter-spacing: -.045em;
    line-height: .98;
    text-wrap: balance;
}

.spr-story-lead {
    margin: 26px 0 0;
    color: #40566a;
    font-size: 1.08rem;
    line-height: 1.76;
}

.spr-story-aside {
    margin: 28px 0 0;
    padding: 20px 0 20px 24px;
    color: var(--spr-navy);
    border-left: 5px solid var(--spr-ready);
    font-weight: 750;
    line-height: 1.55;
}

.spr-story-copy ul {
    display: grid;
    gap: 12px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.spr-story-copy li {
    position: relative;
    padding: 13px 14px 13px 42px;
    color: var(--spr-navy);
    background: var(--spr-ice);
    font-weight: 760;
    line-height: 1.35;
}

.spr-story-copy li::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 12px;
    height: 12px;
    background: var(--spr-ready);
    box-shadow: 0 0 0 3px var(--spr-navy);
    transform: translateY(-50%) rotate(45deg);
}

.spr-story.spr-story-workbench { background: linear-gradient(180deg, #fff 0 18%, var(--spr-ice) 18% 100%); }
.spr-story-workbench .spr-story-visual { padding: 34px; background: #fff; border: 8px solid var(--spr-navy); box-shadow: -24px 24px 0 var(--spr-blue); }
.spr-story-workbench .spr-story-copy { padding: 52px 0; }

.spr-story.spr-story-panorama { padding-top: 70px; background: var(--spr-navy); }
.spr-story-panorama .spr-story-grid { display: block; }
.spr-story-panorama .spr-story-visual { width: 82%; margin-left: auto; padding: 22px 22px 0; background: var(--spr-blue); }
.spr-story-panorama .spr-story-visual img { max-height: 610px; aspect-ratio: 16 / 7; object-position: center 42%; }
.spr-story-panorama .spr-story-copy { position: relative; width: min(690px, 70%); margin-top: -122px; padding: 48px; color: #fff; background: var(--spr-navy); border: 2px solid rgba(255,255,255,.18); box-shadow: 18px 18px 0 var(--spr-ready); }
.spr-story-panorama .spr-story-copy h2,
.spr-story-panorama .spr-story-lead,
.spr-story-panorama .spr-story-aside { color: #fff; }
.spr-story-panorama .spr-kicker { color: var(--spr-ready); }
.spr-story-panorama .spr-story-copy li { color: #fff; background: rgba(255,255,255,.1); }

.spr-story.spr-story-cutout { color: #fff; background: linear-gradient(105deg, var(--spr-navy) 0 58%, var(--spr-blue) 58%); }
.spr-story-cutout .spr-story-grid { grid-template-columns: .86fr 1.14fr; }
.spr-story-cutout .spr-story-visual { order: 2; align-self: end; }
.spr-story-cutout .spr-story-visual img { max-height: 760px; background: transparent; object-position: center bottom; filter: drop-shadow(0 30px 35px rgba(0,0,0,.24)); }
.spr-story-cutout .spr-story-copy { order: 1; padding: 52px 0; }
.spr-story-cutout .spr-story-copy h2,
.spr-story-cutout .spr-story-lead,
.spr-story-cutout .spr-story-aside { color: #fff; }
.spr-story-cutout .spr-kicker { color: var(--spr-ready); }
.spr-story-cutout .spr-story-copy li { color: #fff; background: rgba(255,255,255,.09); }

.spr-story.spr-story-casefile { background: var(--spr-ice); }
.spr-story-casefile .spr-story-grid { grid-template-columns: .72fr 1.28fr; align-items: stretch; }
.spr-story-casefile .spr-story-visual { padding: 18px; background: var(--spr-blue); clip-path: polygon(0 0, 94% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%); }
.spr-story-casefile .spr-story-visual img { height: 100%; aspect-ratio: 3 / 4; object-position: center bottom; }
.spr-story-casefile .spr-story-copy { position: relative; padding: clamp(38px, 6vw, 78px); background: #fff; border-top: 10px solid var(--spr-navy); box-shadow: 0 28px 70px rgba(7,17,31,.12); }
.spr-story-casefile .spr-story-copy::after { content: ""; position: absolute; right: 0; bottom: 0; width: 100px; height: 100px; background: linear-gradient(135deg, transparent 50%, var(--spr-ready) 50%); }

.spr-story.spr-story-window { background: #fff; }
.spr-story-window .spr-story-grid { grid-template-columns: 1.2fr .8fr; gap: 0; }
.spr-story-window .spr-story-visual { padding: 24px 80px 24px 24px; background: var(--spr-blue); box-shadow: inset 0 0 0 10px var(--spr-navy); }
.spr-story-window .spr-story-copy { position: relative; z-index: 2; margin-left: -78px; padding: 52px; background: #fff; box-shadow: 0 26px 75px rgba(7,17,31,.17); }

.spr-story.spr-story-ribbon { background: var(--spr-ice); }
.spr-story-ribbon .spr-story-grid { grid-template-columns: .82fr 1.18fr; }
.spr-story-ribbon .spr-story-copy { order: 1; position: relative; z-index: 2; }
.spr-story-ribbon .spr-story-visual { order: 2; padding-bottom: 36px; }
.spr-story-ribbon .spr-story-visual::before { content: ""; position: absolute; inset: 16% -100vw 0 22%; z-index: -1; background: var(--spr-blue); }
.spr-story-ribbon .spr-story-visual::after { content: ""; position: absolute; left: -8%; right: 8%; bottom: 0; height: 18px; background: var(--spr-ready); }

.spr-story.spr-story-gallery { background: var(--spr-navy); }
.spr-story-gallery .spr-story-grid { grid-template-columns: 1.12fr .88fr; }
.spr-story-gallery .spr-story-visual { padding: 18px; background: #fff; transform: rotate(-1.2deg); box-shadow: 22px 22px 0 var(--spr-blue); }
.spr-story-gallery .spr-story-copy { padding: 42px 0 42px 38px; }
.spr-story-gallery .spr-story-copy h2,
.spr-story-gallery .spr-story-lead,
.spr-story-gallery .spr-story-aside { color: #fff; }
.spr-story-gallery .spr-kicker { color: var(--spr-ready); }
.spr-story-gallery .spr-story-copy li { color: #fff; background: rgba(255,255,255,.09); }

.spr-section { padding: 116px 0; }
.spr-section-head { max-width: 620px; }
.spr-section-head h2,
.spr-close h2 { font-size: clamp(2.25rem, 4vw, 4.1rem); line-height: 1; }
.spr-section-head > p:last-child { margin: 22px 0 0; color: #52667a; font-size: 1.05rem; line-height: 1.7; }
.spr-section-head-split { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; max-width: none; gap: 70px; }
.spr-section-head-split > p:last-child { margin: 0; padding-left: 26px; border-left: 4px solid var(--spr-accent); }

.spr-blocks { margin-top: 64px; border-top: 1px solid var(--spr-line); }
.spr-block {
    display: grid;
    padding: 40px 0;
    border-bottom: 1px solid var(--spr-line);
}
.spr-block > div { display: grid; grid-template-columns: minmax(210px, .75fr) minmax(260px, 1fr) minmax(220px, .8fr); gap: 30px; align-items: start; }
.spr-block-label { margin: 0 0 8px; color: var(--spr-accent); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.spr-block h3 { margin: 0; color: var(--spr-navy); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.15; }
.spr-block p { margin: 0; color: #52667a; line-height: 1.65; }
.spr-block ul { margin: 0; padding: 0; list-style: none; }
.spr-block li { position: relative; padding: 7px 0 7px 20px; border-bottom: 1px solid rgba(7,17,31,.09); line-height: 1.35; }
.spr-block li::before { content: ""; position: absolute; left: 0; top: 14px; width: 8px; height: 8px; background: var(--spr-ready); box-shadow: 0 0 0 2px var(--spr-navy); }

.spr-process { color: #fff; background: var(--spr-navy); }
.spr-process-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(54px, 9vw, 140px); }
.spr-process .spr-kicker { color: var(--spr-ready); }
.spr-process h2 { color: #fff; }
.spr-process .spr-section-head > p:last-child { color: #b7c6d5; }
.spr-process ol { margin: 0; padding: 0; list-style: none; }
.spr-process li { display: grid; grid-template-columns: 74px 1fr; gap: 26px; padding: 0 0 32px; }
.spr-process li:not(:last-child) { margin-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.15); }
.spr-process-marker { width: 22px; height: 22px; margin-top: 2px; background: var(--spr-ready); border: 5px solid var(--spr-navy); box-shadow: 0 0 0 2px var(--spr-ready); transform: rotate(45deg); }
.spr-process h3 { margin: 0 0 8px; color: #fff; font-size: 1.25rem; }
.spr-process li p { margin: 0; color: #b7c6d5; line-height: 1.6; }

.spr-process-route ol { position: relative; }
.spr-process-route ol::before { content: ""; position: absolute; left: 10px; top: 12px; bottom: 38px; width: 2px; background: rgba(98,255,0,.44); }
.spr-process-route li { position: relative; grid-template-columns: 46px 1fr; }

.spr-process-orbit .spr-process-grid { grid-template-columns: 1fr; }
.spr-process-orbit .spr-section-head { margin-left: auto; text-align: right; }
.spr-process-orbit ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.spr-process-orbit li { min-height: 180px; padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 50% 50% 10px 10px; }

.spr-process-columns .spr-process-grid { grid-template-columns: 1fr; }
.spr-process-columns ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.spr-process-columns li { display: block; min-height: 260px; padding: 32px 26px; background: var(--spr-navy); }
.spr-process-columns .spr-process-marker { display: block; margin-bottom: 56px; }

.spr-process-wave .spr-process-grid { grid-template-columns: .62fr 1.38fr; }
.spr-process-wave ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.spr-process-wave li { padding: 30px; background: rgba(255,255,255,.08); border: 0; }
.spr-process-wave li:nth-child(even) { transform: translateY(34px); }

.spr-process-checkline .spr-process-grid { grid-template-columns: 1fr; }
.spr-process-checkline ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.spr-process-checkline li { position: relative; display: block; padding: 54px 0 0; border-top: 4px solid var(--spr-ready); }
.spr-process-checkline li:not(:last-child)::after { content: "→"; position: absolute; right: -22px; top: -19px; color: var(--spr-ready); font-size: 1.8rem; }
.spr-process-checkline .spr-process-marker { position: absolute; top: -13px; left: 0; }

.spr-process-tiles .spr-process-grid { grid-template-columns: .82fr 1.18fr; }
.spr-process-tiles ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.spr-process-tiles li { display: block; padding: 28px; background: #fff; }
.spr-process-tiles li:nth-child(2),
.spr-process-tiles li:nth-child(3) { background: var(--spr-blue); }
.spr-process-tiles li h3,
.spr-process-tiles li p { color: var(--spr-navy); }
.spr-process-tiles li:nth-child(2) h3,
.spr-process-tiles li:nth-child(2) p,
.spr-process-tiles li:nth-child(3) h3,
.spr-process-tiles li:nth-child(3) p { color: #fff; }
.spr-process-tiles .spr-process-marker { display: block; margin-bottom: 34px; }

.spr-process-compact .spr-process-grid { grid-template-columns: 1fr; }
.spr-process-compact ol { columns: 2; column-gap: 70px; }
.spr-process-compact li { break-inside: avoid; grid-template-columns: 36px 1fr; }

.spr-faq { background: var(--spr-ice); }
.spr-faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(48px, 8vw, 120px); align-items: start; }
.spr-faq-list { border-top: 2px solid var(--spr-navy); }
.spr-faq details { border-bottom: 1px solid var(--spr-line); }
.spr-faq summary { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; color: var(--spr-navy); font-size: 1.08rem; font-weight: 800; line-height: 1.35; cursor: pointer; list-style: none; }
.spr-faq summary::-webkit-details-marker { display: none; }
.spr-faq summary span { color: var(--spr-accent); font-size: 1.5rem; transition: transform .2s ease; }
.spr-faq details[open] summary span { transform: rotate(45deg); }
.spr-faq details p { max-width: 66ch; margin: -4px 0 24px; color: #52667a; line-height: 1.7; }

.spr-faq-cards .spr-faq-grid { grid-template-columns: 1fr; }
.spr-faq-cards .spr-faq-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; border: 0; }
.spr-faq-cards details { padding: 0 24px; background: #fff; border: 2px solid var(--spr-navy); }

.spr-faq.spr-faq-split { background: #fff; }
.spr-faq-split .spr-faq-grid { grid-template-columns: .95fr 1.05fr; }
.spr-faq-split .spr-section-head { padding: 44px; color: #fff; background: var(--spr-blue); box-shadow: 16px 16px 0 var(--spr-ready); }
.spr-faq-split .spr-section-head h2,
.spr-faq-split .spr-section-head > p:last-child,
.spr-faq-split .spr-kicker { color: #fff; }

.spr-faq-tabs .spr-faq-grid { grid-template-columns: 1fr; }
.spr-faq-tabs .spr-faq-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 42px; }
.spr-faq-tabs details { border-top: 5px solid var(--spr-blue); border-bottom: 0; }

.spr-faq-stack .spr-faq-grid { grid-template-columns: .55fr 1.45fr; }
.spr-faq-stack details { margin-bottom: 12px; padding: 0 24px; background: #fff; border: 0; box-shadow: 8px 8px 0 rgba(0,107,255,.11); }

.spr-faq.spr-faq-band { color: #fff; background: var(--spr-blue); }
.spr-faq-band .spr-section-head h2,
.spr-faq-band .spr-section-head > p:last-child,
.spr-faq-band .spr-kicker { color: #fff; }
.spr-faq-band .spr-faq-list { border-color: #fff; }
.spr-faq-band details { border-color: rgba(255,255,255,.3); }
.spr-faq-band summary,
.spr-faq-band details p { color: #fff; }
.spr-faq-band summary span { color: var(--spr-ready); }

.spr-faq-compact .spr-faq-grid { grid-template-columns: 1fr; }
.spr-faq-compact .spr-section-head { max-width: 820px; }
.spr-faq-compact .spr-faq-list { max-width: 900px; margin: 0 auto; }

.spr-form-section { background: linear-gradient(135deg, var(--spr-ice), #fff 70%); }
.spr-form-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 116px); align-items: start; }
.spr-form { padding: clamp(24px, 4vw, 48px); background: #fff; border-top: 8px solid var(--spr-accent); box-shadow: 0 25px 70px rgba(7,17,31,.13); }
.spr-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.spr-fields label { display: grid; gap: 8px; align-content: start; color: var(--spr-navy); font-weight: 800; }
.spr-field-wide { grid-column: 1 / -1; }
.spr-fields input,
.spr-fields select,
.spr-fields textarea { width: 100%; min-width: 0; border: 1px solid #aebdca; border-radius: 0; padding: 13px 14px; color: var(--spr-ink); background: #f9fbfc; font: inherit; font-weight: 500; box-sizing: border-box; }
.spr-fields input,
.spr-fields select { min-height: 50px; }
.spr-fields textarea { resize: vertical; line-height: 1.5; }
.spr-fields small,
.spr-form-error { color: var(--spr-blue-deep); font-weight: 700; }
.spr-check { display: flex; gap: 12px; align-items: flex-start; margin: 26px 0; color: #40566a; line-height: 1.5; }
.spr-check input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; accent-color: var(--spr-accent); }
.spr-check a { color: var(--spr-blue); font-weight: 800; }
.spr-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.spr-form-message { display: grid; gap: 4px; margin-bottom: 24px; padding: 16px; border-left: 5px solid; }
.spr-form-message.is-success { color: var(--spr-navy); background: rgba(98,255,0,.18); border-color: var(--spr-ready-deep); }
.spr-form-message.is-error { color: var(--spr-navy); background: var(--spr-ice); border-color: var(--spr-blue); }

.spr-legal { background: var(--spr-ice); }
.spr-legal-grid { display: grid; grid-template-columns: .66fr 1.34fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.spr-legal-copy { background: #fff; border-top: 8px solid var(--spr-accent); box-shadow: 0 24px 65px rgba(7,17,31,.12); }
.spr-legal-copy section { padding: 32px 38px; border-bottom: 1px solid var(--spr-line); }
.spr-legal-copy h3 { margin: 0 0 12px; color: var(--spr-navy); font-size: 1.25rem; }
.spr-legal-copy p { margin: 0; color: #40566a; line-height: 1.75; }

.spr-close { padding: 86px 0; color: #fff; background: var(--spr-accent); }
.spr-close-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(45px, 9vw, 130px); align-items: end; }
.spr-close .spr-kicker { color: #fff; opacity: 1; }
.spr-close h2 { color: #fff; }
.spr-close p { margin: 0 0 24px; font-size: 1.08rem; line-height: 1.65; }

.spr-page :where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--spr-ready); outline-offset: 4px; }

@media (max-width: 980px) {
    .spr-hero-grid { grid-template-columns: 1fr; min-height: auto; padding-bottom: 58px; }
    .spr-hero-panorama .spr-hero-grid,
    .spr-hero-island .spr-hero-grid,
    .spr-hero-stage .spr-hero-grid,
    .spr-hero-poster .spr-hero-grid,
    .spr-hero-diagonal .spr-hero-grid,
    .spr-hero-frame .spr-hero-grid { grid-template-columns: 1fr; }
    .spr-layout-image-left .spr-hero-copy,
    .spr-layout-image-left .spr-hero-visual { order: initial; }
    .spr-hero h1 { max-width: 15ch; }
    .spr-hero-visual { width: min(760px, 100%); }
    .spr-hero-poster .spr-hero-visual { margin: 0 auto; }
    .spr-hero-diagonal .spr-hero { background: linear-gradient(162deg, #fff 0 58%, var(--spr-blue) 58% 100%); }
    .spr-dispatch { transform: translateY(32px); }
    .spr-section-head-split,
    .spr-story-grid,
    .spr-process-grid,
    .spr-faq-grid,
    .spr-form-grid,
    .spr-legal-grid,
    .spr-close-grid { grid-template-columns: 1fr; gap: 42px; }
    .spr-block > div { grid-template-columns: 1fr 1fr; }
    .spr-block ul { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .spr-story-panorama .spr-story-copy { width: min(760px, 84%); }
    .spr-story-cutout .spr-story-grid,
    .spr-story-casefile .spr-story-grid,
    .spr-story-window .spr-story-grid,
    .spr-story-ribbon .spr-story-grid,
    .spr-story-gallery .spr-story-grid { grid-template-columns: 1fr; }
    .spr-story-cutout .spr-story-copy,
    .spr-story-ribbon .spr-story-copy,
    .spr-story-cutout .spr-story-visual,
    .spr-story-ribbon .spr-story-visual { order: initial; }
    .spr-story-window .spr-story-copy { margin: -54px 34px 0; }
    .spr-story-ribbon .spr-story-visual::before { inset: 18% -40px 0 22%; }
    .spr-content-rail .spr-blocks,
    .spr-content-index .spr-blocks { grid-template-columns: 1fr; }
    .spr-content-rail .spr-block { min-height: 0; }
    .spr-content-rail .spr-block:nth-child(2) { transform: none; }
    .spr-content-magazine .spr-blocks { grid-template-columns: 1fr; }
    .spr-content-magazine .spr-block:first-child { grid-row: auto; }
    .spr-process-columns ol,
    .spr-process-checkline ol { grid-template-columns: repeat(2, 1fr); }
    .spr-process-wave .spr-process-grid,
    .spr-process-tiles .spr-process-grid { grid-template-columns: 1fr; }
    .spr-process-checkline li:nth-child(2)::after { display: none; }
    .spr-faq-cards .spr-faq-list,
    .spr-faq-tabs .spr-faq-list { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .spr-shell { width: min(100% - 28px, 620px); }
    .spr-hero { padding-top: 18px; }
    .spr-breadcrumbs { margin-bottom: 22px; white-space: nowrap; overflow: hidden; }
    .spr-hero-grid { gap: 38px; }
    .spr-hero h1 { font-size: clamp(2.55rem, 12.5vw, 4rem); line-height: .96; }
    .spr-lead { margin-top: 20px; font-size: 1rem; }
    .spr-actions { display: grid; }
    .spr-button { width: 100%; box-sizing: border-box; }
    .spr-hero-poster .spr-hero-copy { padding: 30px 22px; box-shadow: 12px 12px 0 var(--spr-navy); }
    .spr-hero-frame .spr-hero-grid { padding: 22px; border-width: 7px; box-shadow: 10px 10px 0 var(--spr-ready); }
    .spr-dispatch { grid-template-columns: 1fr; }
    .spr-dispatch div { min-height: auto; padding: 21px 22px; border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
    .spr-dispatch div:first-child { border-top: 0; }
    .spr-section { padding: 82px 0; }
    .spr-section-head h2,
    .spr-close h2 { font-size: clamp(2.15rem, 10vw, 3.3rem); }
    .spr-section-head-split > p:last-child { padding: 16px 0 0; border-left: 0; border-top: 4px solid var(--spr-accent); }
    .spr-blocks { margin-top: 42px; }
    .spr-block { padding: 30px 0; }
    .spr-block > div { grid-template-columns: 1fr; gap: 18px; }
    .spr-block ul { grid-column: auto; grid-template-columns: 1fr; }
    .spr-content-bento .spr-blocks,
    .spr-content-bento .spr-block > div { grid-template-columns: 1fr; }
    .spr-content-bento .spr-block:nth-child(3) { grid-column: auto; display: block; }
    .spr-content-bento .spr-block { padding: 24px 20px; }
    .spr-content-rail .spr-block { padding: 28px 22px; }
    .spr-content-rail .spr-block > div { margin-top: 28px; }
    .spr-content-magazine .spr-block:first-child { padding: 28px 22px; }
    .spr-content-staircase .spr-block { width: auto; margin-left: 0 !important; padding: 24px 18px; }
    .spr-content-index .spr-block { padding-top: 52px; }
    .spr-story-grid { gap: 34px; }
    .spr-story-visual img { max-height: 560px; }
    .spr-story-copy h2 { font-size: clamp(2.15rem, 10vw, 3.3rem); }
    .spr-story-workbench .spr-story-visual { padding: 14px; border-width: 5px; box-shadow: -12px 12px 0 var(--spr-blue); }
    .spr-story.spr-story-panorama { padding-top: 38px; }
    .spr-story-panorama .spr-story-visual { width: 100%; padding: 12px 12px 0; }
    .spr-story-panorama .spr-story-visual img { aspect-ratio: 4 / 3; }
    .spr-story-panorama .spr-story-copy { width: auto; margin: -28px 12px 0; padding: 28px 22px; box-shadow: 10px 10px 0 var(--spr-ready); }
    .spr-story-casefile .spr-story-copy,
    .spr-story-window .spr-story-copy { padding: 30px 22px; }
    .spr-story-window .spr-story-visual { padding: 14px; box-shadow: inset 0 0 0 6px var(--spr-navy); }
    .spr-story-window .spr-story-copy { margin: -24px 12px 0; }
    .spr-story-gallery .spr-story-copy { padding: 42px 0 0; }
    .spr-process li { grid-template-columns: 42px 1fr; gap: 14px; }
    .spr-process-orbit ol,
    .spr-process-columns ol,
    .spr-process-wave ol,
    .spr-process-checkline ol,
    .spr-process-tiles ol { grid-template-columns: 1fr; }
    .spr-process-orbit li { min-height: 0; border-radius: 28px 28px 4px 4px; }
    .spr-process-columns li { min-height: 0; }
    .spr-process-columns .spr-process-marker { margin-bottom: 30px; }
    .spr-process-wave li:nth-child(even) { transform: none; }
    .spr-process-checkline li:not(:last-child)::after { display: none; }
    .spr-process-compact ol { columns: 1; }
    .spr-faq-split .spr-section-head { padding: 28px 22px; box-shadow: 10px 10px 0 var(--spr-ready); }
    .spr-fields { grid-template-columns: 1fr; }
    .spr-field-wide { grid-column: auto; }
    .spr-form { margin-inline: -2px; padding: 24px 18px; }
    .spr-legal-copy section { padding: 26px 22px; }
    .spr-close { padding: 70px 0 96px; }
}

@media (max-width: 360px) {
    .spr-shell { width: calc(100% - 22px); }
    .spr-hero h1 { font-size: 2.38rem; }
    .spr-kicker { gap: 8px; font-size: .7rem; }
    .spr-kicker span { min-width: 58px; }
}

@media (prefers-reduced-motion: reduce) {
    .spr-page *, .spr-page *::before, .spr-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
