:root {
    --sls-bg: #031024;
    --sls-card: rgba(7, 24, 52, 0.82);
    --sls-card-strong: rgba(7, 24, 52, 0.96);
    --sls-line: rgba(255, 255, 255, 0.17);
    --sls-text: #f6f8ff;
    --sls-muted: rgba(246, 248, 255, 0.76);
    --sls-blue: #16a6ff;
    --sls-purple: #7c4dff;
    --sls-cyan: #16e2d8;
    --sls-gold: #ffb63f;
    --sls-red: #ff476c;
    --sls-radius: 26px;
    --sls-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.sls-site-shell,
.sls-site-shell * {
    box-sizing: border-box;
}
body.sls-home-active #masthead,
body.sls-home-active header.site-header,
body.sls-home-active .site-header:not(.sls-header),
body.sls-home-active .main-header-bar,
body.sls-home-active .ast-primary-header-bar,
body.sls-home-active .ast-mobile-header-wrap,
body.sls-home-active .ast-desktop-header,
body.sls-home-active #colophon,
body.sls-home-active footer.site-footer,
body.sls-home-active .site-footer:not(.sls-footer),
body.sls-home-active .ast-footer-wrap,
body.sls-home-active .site-above-footer-wrap,
body.sls-home-active .site-primary-footer-wrap,
body.sls-home-active .site-below-footer-wrap,
body.sls-home-active .sls-theme-chrome-hidden,
body:has(.sls-site-shell) #masthead,
body:has(.sls-site-shell) header.site-header,
body:has(.sls-site-shell) .site-header:not(.sls-header),
body:has(.sls-site-shell) .main-header-bar,
body:has(.sls-site-shell) .ast-primary-header-bar,
body:has(.sls-site-shell) .ast-mobile-header-wrap,
body:has(.sls-site-shell) .ast-desktop-header,
body:has(.sls-site-shell) #colophon,
body:has(.sls-site-shell) footer.site-footer,
body:has(.sls-site-shell) .site-footer:not(.sls-footer),
body:has(.sls-site-shell) .ast-footer-wrap,
body:has(.sls-site-shell) .site-above-footer-wrap,
body:has(.sls-site-shell) .site-primary-footer-wrap,
body:has(.sls-site-shell) .site-below-footer-wrap {
    display: none !important;
}

body.sls-home-active .sls-full-bleed-container,
body:has(.sls-site-shell) .site-content:has(.sls-site-shell),
body:has(.sls-site-shell) .ast-container:has(.sls-site-shell),
body:has(.sls-site-shell) .content-area:has(.sls-site-shell),
body:has(.sls-site-shell) .site-main:has(.sls-site-shell),
body:has(.sls-site-shell) .entry-content:has(.sls-site-shell) {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.sls-home-active .sls-site-shell {
    margin-top: 0 !important;
}


.sls-site-shell {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    color: var(--sls-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 74% 18%, rgba(112, 81, 255, 0.26), transparent 28%),
        radial-gradient(circle at 30% 72%, rgba(18, 166, 255, 0.16), transparent 30%),
        linear-gradient(180deg, #020817 0%, #06142a 45%, #031024 100%);
    isolation: isolate;
}

.sls-site-shell::before,
.sls-site-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

.sls-site-shell::before {
    background-image:
        radial-gradient(circle at 11% 36%, rgba(255, 255, 255, .18) 0 1px, transparent 2px),
        radial-gradient(circle at 87% 44%, rgba(255, 255, 255, .16) 0 1px, transparent 2px);
    background-size: 280px 280px, 360px 360px;
    opacity: .58;
}

.sls-site-shell::after {
    background:
        linear-gradient(118deg, transparent 0 40%, rgba(255, 255, 255, .09) 40.3%, transparent 40.6% 100%),
        linear-gradient(22deg, transparent 0 52%, rgba(255, 255, 255, .07) 52.2%, transparent 52.4% 100%);
    opacity: .35;
}

.sls-header,
.sls-hero__content,
.sls-orbit-section,
.sls-feature,
.sls-pillars,
.sls-subscribe,
.sls-footer {
    width: min(1120px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

.sls-header {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px 0 18px;
}

.sls-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--sls-text);
    text-decoration: none;
    min-width: 210px;
}

.sls-brand__logo {
    width: 56px;
    max-height: 56px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .45));
}

.sls-brand__mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .34);
    background: linear-gradient(135deg, rgba(255, 255, 255, .22), rgba(37, 116, 255, .20));
    font-weight: 900;
    font-size: 30px;
    font-style: italic;
    box-shadow: inset 0 0 22px rgba(255, 255, 255, .14), 0 14px 32px rgba(0, 0, 0, .35);
}

.sls-brand__text {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.05;
    text-transform: uppercase;
    max-width: 160px;
}

.sls-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 34px;
}

.sls-nav__link {
    position: relative;
    color: rgba(255, 255, 255, .84);
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
    transition: color .2s ease;
}

.sls-nav__link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--sls-blue), var(--sls-purple));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
}

.sls-nav__link:hover,
.sls-nav__link:focus,
.sls-nav__link.is-active {
    color: #fff;
}

.sls-nav__link:hover::after,
.sls-nav__link:focus::after,
.sls-nav__link.is-active::after {
    transform: scaleX(1);
}

.sls-menu-button {
    display: none;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
}

.sls-menu-button span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 2px 0;
    border-radius: 999px;
    background: #fff;
}

.sls-hero {
    position: relative;
    min-height: 540px;
    margin-top: -100px;
    padding: 180px 0 160px;
    background-image: var(--sls-hero-bg);
    background-size: cover;
    background-position: center;
}

.sls-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 84% 21%, rgba(255, 216, 160, .28), transparent 22%),
        linear-gradient(180deg, rgba(2, 8, 23, .44), rgba(2, 8, 23, .76));
    pointer-events: none;
}

.sls-hero__content {
    position: relative;
    z-index: 2;
}

.sls-eyebrow {
    width: fit-content;
    margin: 0 0 14px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: var(--sls-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: rgba(5, 18, 42, .44);
}

.sls-hero__title {
    margin: 0;
    font-size: clamp(48px, 6vw, 84px);
    line-height: .98;
    letter-spacing: -.055em;
    max-width: 600px;
}

.sls-hero__title span,
.sls-hero__title em {
    display: block;
}

.sls-hero__title em {
    width: fit-content;
    font-style: italic;
    background: linear-gradient(90deg, var(--sls-blue), var(--sls-purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.sls-hero__text {
    max-width: 430px;
    margin: 28px 0 34px;
    color: var(--sls-muted);
    font-size: 18px;
    line-height: 1.64;
    font-weight: 540;
}

.sls-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .28);
    box-shadow: inset 0 0 22px rgba(255, 255, 255, .05);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.sls-button:hover,
.sls-button:focus {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .14);
    color: #fff;
}

.sls-button--primary,
.sls-button--secondary {
    border-color: rgba(124, 77, 255, .82);
    background: linear-gradient(90deg, rgba(22, 166, 255, .12), rgba(124, 77, 255, .20));
}

.sls-button__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-left: -15px;
    border-radius: 50%;
    background: rgba(2, 10, 25, .62);
    font-size: 22px;
}

.sls-hero__flight-lines {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.sls-hero__flight-lines::before,
.sls-hero__flight-lines::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(255, 255, 255, .25);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    opacity: .62;
}

.sls-hero__flight-lines::before {
    width: 560px;
    height: 560px;
    right: 12%;
    top: 110px;
    transform: rotate(-19deg);
}

.sls-hero__flight-lines::after {
    width: 980px;
    height: 390px;
    left: 15%;
    bottom: -90px;
    transform: rotate(-12deg);
}

.sls-orb {
    position: absolute;
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .22);
    background:
        radial-gradient(circle at 65% 30%, rgba(255,255,255,.9), transparent 0 8%, transparent 10%),
        linear-gradient(145deg, rgba(22, 166, 255, .30), rgba(255, 180, 90, .24));
    box-shadow: 0 20px 48px rgba(0, 0, 0, .33);
}

.sls-orb--one { right: 23%; top: 145px; }
.sls-orb--two { left: 9%; bottom: 80px; }
.sls-orb--three { right: 8%; bottom: 120px; }

.sls-orbit-section {
    position: relative;
    z-index: 3;
    min-height: 520px;
    margin-top: -250px;
    display: grid;
    place-items: center;
    pointer-events: none;
}

.sls-orbit-section > * {
    pointer-events: auto;
}

.sls-orbit-wheel {
    position: relative;
    width: min(560px, 86vw);
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: var(--sls-shadow);
}

.sls-orbit-wheel__ring {
    position: absolute;
    inset: -32px;
    border: 2px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    pointer-events: none;
}

.sls-orbit-wheel__ring::before,
.sls-orbit-wheel__ring::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--sls-blue);
    box-shadow: 0 0 0 7px rgba(22, 166, 255, .14);
}

.sls-orbit-wheel__ring::before { top: -8px; left: 50%; transform: translateX(-50%); }
.sls-orbit-wheel__ring::after { right: -8px; top: 50%; transform: translateY(-50%); background: var(--sls-purple); }

.sls-orbit-wheel__grid {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 50%;
    background: #06142c;
    border: 2px solid rgba(255, 255, 255, .42);
}

.sls-orbit-wheel__grid::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}

.sls-orbit-panel {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 0;
    padding: 34px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-image: var(--sls-panel-bg);
    background-size: cover;
    background-position: center;
    outline-offset: -6px;
    transition: filter .2s ease, transform .2s ease;
}

.sls-orbit-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 16, 34, .18), rgba(5, 16, 34, .58));
    transition: opacity .2s ease;
}

.sls-orbit-panel:hover,
.sls-orbit-panel:focus {
    filter: saturate(1.18) brightness(1.1);
    transform: scale(1.02);
    color: #fff;
}

.sls-orbit-panel:hover::before,
.sls-orbit-panel:focus::before {
    opacity: .4;
}

.sls-orbit-wheel--count-1 .sls-orbit-panel--1 {
    padding-top: 164px;
}

.sls-orbit-wheel--count-2 .sls-orbit-panel--1 {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    align-items: flex-start;
    padding-left: 74px;
    padding-right: 126px;
}

.sls-orbit-wheel--count-2 .sls-orbit-panel--2 {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    align-items: flex-end;
    padding-left: 126px;
    padding-right: 74px;
}

.sls-orbit-wheel--count-2 .sls-orbit-wheel__grid::after {
    background: linear-gradient(90deg, transparent calc(50% - 1.5px), rgba(0, 0, 0, .58) calc(50% - 1.5px) calc(50% + 1.5px), transparent calc(50% + 1.5px));
}

.sls-orbit-wheel--count-3 .sls-orbit-panel--1 {
    clip-path: polygon(0 0, 100% 0, 50% 50%);
    justify-content: flex-start;
    padding-top: 70px;
    padding-bottom: 250px;
}

.sls-orbit-wheel--count-3 .sls-orbit-panel--2 {
    clip-path: polygon(100% 0, 100% 100%, 50% 100%, 50% 50%);
    align-items: flex-end;
    justify-content: flex-end;
    padding: 190px 66px 86px 210px;
}

.sls-orbit-wheel--count-3 .sls-orbit-panel--3 {
    clip-path: polygon(0 0, 50% 50%, 50% 100%, 0 100%);
    align-items: flex-start;
    justify-content: flex-end;
    padding: 190px 210px 86px 66px;
}

.sls-orbit-wheel--count-3 .sls-orbit-wheel__grid::after {
    background:
        linear-gradient(26.5deg, transparent 49.45%, rgba(0, 0, 0, .52) 49.75% 50.25%, transparent 50.55%),
        linear-gradient(153.5deg, transparent 49.45%, rgba(0, 0, 0, .52) 49.75% 50.25%, transparent 50.55%),
        linear-gradient(90deg, transparent 49.55%, rgba(0, 0, 0, .48) 49.85% 50.15%, transparent 50.45%);
    clip-path: circle(50% at 50% 50%);
}

.sls-orbit-wheel--count-4 .sls-orbit-wheel__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.sls-orbit-wheel--count-4 .sls-orbit-panel {
    position: relative;
    inset: auto;
    padding: 34px;
}

.sls-orbit-wheel--count-4 .sls-orbit-panel--1 { border-right: 3px solid rgba(0, 0, 0, .58); border-bottom: 3px solid rgba(0, 0, 0, .58); }
.sls-orbit-wheel--count-4 .sls-orbit-panel--2 { border-left: 3px solid rgba(0, 0, 0, .58); border-bottom: 3px solid rgba(0, 0, 0, .58); }
.sls-orbit-wheel--count-4 .sls-orbit-panel--3 { border-left: 3px solid rgba(0, 0, 0, .58); border-top: 3px solid rgba(0, 0, 0, .58); }
.sls-orbit-wheel--count-4 .sls-orbit-panel--4 { border-right: 3px solid rgba(0, 0, 0, .58); border-top: 3px solid rgba(0, 0, 0, .58); }

.sls-orbit-panel__icon,
.sls-orbit-panel__label {
    position: relative;
    z-index: 2;
}

.sls-orbit-panel__icon {
    font-size: 30px;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .35));
}

.sls-orbit-panel__label {
    display: block;
    max-width: 150px;
    font-size: clamp(20px, 2.5vw, 28px);
    line-height: 1.06;
    font-weight: 900;
    text-shadow: 0 4px 14px rgba(0, 0, 0, .58);
}

.sls-orbit-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 138px;
    height: 138px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .28);
    background: radial-gradient(circle at 42% 28%, rgba(255, 255, 255, .16), rgba(5, 17, 38, .98) 62%);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .55), inset 0 0 28px rgba(22, 166, 255, .12);
}

.sls-orbit-center img {
    width: 78px;
    max-height: 78px;
    object-fit: contain;
}

.sls-orbit-center span {
    font-size: 72px;
    font-style: italic;
    font-weight: 900;
}

.sls-floating-badge {
    position: absolute;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid currentColor;
    color: var(--sls-blue);
    background: rgba(3, 16, 36, .72);
    z-index: 5;
}

.sls-floating-badge--top { top: 78px; }
.sls-floating-badge--left { left: 18%; color: var(--sls-red); }
.sls-floating-badge--right { right: 18%; color: var(--sls-purple); }

.sls-feature {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    align-items: center;
    gap: 48px;
    min-height: 360px;
    margin-top: -60px;
    padding: 20px 0 34px;
}

.sls-feature__image {
    min-height: 300px;
    border-radius: 38px;
    background-image: var(--sls-feature-bg);
    background-size: cover;
    background-position: center;
    box-shadow: var(--sls-shadow);
    border: 1px solid rgba(255, 255, 255, .18);
}

.sls-feature__plane {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    font-size: clamp(72px, 10vw, 150px);
    opacity: .95;
    transform: rotate(-12deg);
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, .32));
}

.sls-feature__copy h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1;
    letter-spacing: -.035em;
}

.sls-feature__copy p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    font-weight: 800;
}

.sls-pillars {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 28px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: var(--sls-radius);
    background: linear-gradient(180deg, rgba(7, 24, 52, .92), rgba(4, 15, 33, .88));
    box-shadow: var(--sls-shadow);
}

.sls-pillar-card {
    position: relative;
    padding: 0 30px;
    text-align: center;
}

.sls-pillar-card + .sls-pillar-card {
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.sls-pillar-card__icon {
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    margin: 0 auto 14px;
    border-radius: 50%;
    border: 1px solid rgba(22, 166, 255, .50);
    background: radial-gradient(circle at 42% 30%, rgba(255, 255, 255, .18), rgba(22, 166, 255, .12));
    font-size: 34px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .24), inset 0 0 22px rgba(22, 166, 255, .10);
}

.sls-pillar-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
}

.sls-pillar-card p {
    margin: 0;
    color: var(--sls-muted);
    font-size: 14px;
    line-height: 1.45;
}

.sls-subscribe {
    position: relative;
    display: grid;
    grid-template-columns: 140px 1fr minmax(320px, .9fr);
    align-items: center;
    gap: 28px;
    margin-top: 34px;
    padding: 26px 46px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--sls-radius);
    background: linear-gradient(90deg, rgba(6, 22, 49, .92), rgba(8, 26, 57, .86));
    box-shadow: var(--sls-shadow);
}

.sls-subscribe__plane {
    font-size: 88px;
    transform: rotate(-16deg);
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .38));
}

.sls-subscribe__copy h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.sls-subscribe__copy h2 span,
.sls-subscribe__copy h2 em {
    display: block;
}

.sls-subscribe__copy h2 em {
    font-style: italic;
    color: #58a6ff;
}

.sls-subscribe__copy p {
    max-width: 470px;
    margin: 0;
    color: var(--sls-muted);
    line-height: 1.55;
}

.sls-subscribe__form {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(2, 10, 25, .38);
}

.sls-subscribe__form input {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    border: none;
    outline: none;
    color: #fff;
    background: transparent;
    font-weight: 700;
}

.sls-subscribe__form input::placeholder {
    color: rgba(255, 255, 255, .58);
}

.sls-subscribe__form button {
    min-height: 50px;
    padding: 0 26px;
    border: none;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(90deg, #5f75ff, var(--sls-purple));
    font-weight: 900;
    cursor: pointer;
}

.sls-subscribe__message {
    position: absolute;
    left: 18px;
    bottom: -32px;
    margin: 0;
    color: var(--sls-muted);
    font-size: 13px;
}

.sls-footer {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 1.2fr) minmax(160px, .8fr) minmax(160px, .8fr);
    align-items: stretch;
    gap: 28px 70px;
    margin-top: 34px;
    padding: 42px 60px 28px;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.sls-footer__brand {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 98px;
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.sls-footer__brand img {
    width: 64px;
    max-height: 64px;
    object-fit: contain;
}

.sls-footer__brand strong {
    font-size: 22px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.sls-footer__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sls-footer__links h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 18px;
}

.sls-footer__links a {
    color: var(--sls-muted);
    text-decoration: none !important;
    font-size: 15px;
}

.sls-footer__links a:hover,
.sls-footer__links a:focus {
    color: #fff;
}

.sls-footer__copyright {
    position: static;
    grid-column: 1 / -1;
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .62);
    text-align: center;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .sls-header {
        flex-wrap: wrap;
    }

    .sls-nav {
        position: static;
        inset: auto;
        z-index: auto;
        display: flex;
        flex: 1 1 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px 22px;
        padding: 8px 0 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .sls-site-shell.is-menu-open .sls-nav {
        display: flex;
    }

    .sls-nav__link {
        padding: 8px 0;
    }

    .sls-nav__link::after {
        bottom: 0;
    }

    .sls-feature,
    .sls-subscribe,
    .sls-footer {
        grid-template-columns: 1fr;
    }

    .sls-feature {
        gap: 28px;
    }

    .sls-pillars {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 0;
    }

    .sls-pillar-card:nth-child(odd) {
        border-left: none;
    }

    .sls-footer__brand {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .16);
        padding-bottom: 24px;
    }
}

@media (max-width: 720px) {
    .sls-header,
    .sls-hero__content,
    .sls-orbit-section,
    .sls-feature,
    .sls-pillars,
    .sls-subscribe,
    .sls-footer {
        width: min(100% - 24px, 1120px);
    }

    .sls-header {
        padding-top: 22px;
    }

    .sls-brand {
        min-width: 0;
    }

    .sls-brand__text {
        font-size: 15px;
    }

    .sls-hero {
        margin-top: -86px;
        padding: 150px 0 170px;
        min-height: 620px;
    }

    .sls-hero__title {
        font-size: clamp(44px, 13vw, 66px);
    }

    .sls-hero__text {
        font-size: 16px;
    }

    .sls-hero__flight-lines::before,
    .sls-hero__flight-lines::after,
    .sls-orb,
    .sls-floating-badge {
        opacity: .32;
    }

    .sls-orbit-section {
        min-height: 410px;
        margin-top: -220px;
    }

    .sls-orbit-wheel {
        width: min(390px, 88vw);
    }

    .sls-orbit-center {
        width: 104px;
        height: 104px;
    }

    .sls-orbit-center span {
        font-size: 54px;
    }

    .sls-orbit-panel__label {
        font-size: 18px;
        max-width: 110px;
    }

    .sls-orbit-panel__icon {
        font-size: 22px;
    }

    .sls-orbit-wheel--count-1 .sls-orbit-panel--1 {
        padding-top: 122px;
    }

    .sls-orbit-wheel--count-2 .sls-orbit-panel--1 {
        padding-left: 38px;
        padding-right: 74px;
    }

    .sls-orbit-wheel--count-2 .sls-orbit-panel--2 {
        padding-left: 74px;
        padding-right: 38px;
    }

    .sls-orbit-wheel--count-3 .sls-orbit-panel--1 {
        padding-top: 48px;
        padding-bottom: 174px;
    }

    .sls-orbit-wheel--count-3 .sls-orbit-panel--2 {
        padding: 132px 38px 58px 142px;
    }

    .sls-orbit-wheel--count-3 .sls-orbit-panel--3 {
        padding: 132px 142px 58px 38px;
    }

    .sls-feature {
        margin-top: 10px;
    }

    .sls-feature__image {
        min-height: 220px;
    }

    .sls-feature__copy h2 {
        font-size: 34px;
    }

    .sls-pillars {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .sls-pillar-card {
        padding: 22px 14px;
    }

    .sls-pillar-card + .sls-pillar-card {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .16);
    }

    .sls-subscribe {
        padding: 24px;
        text-align: center;
    }

    .sls-subscribe__plane {
        font-size: 58px;
    }

    .sls-subscribe__form {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .sls-subscribe__form button {
        width: 100%;
    }

    .sls-subscribe__message {
        position: static;
        grid-column: 1;
        padding: 8px 0 2px;
    }

    .sls-footer {
        gap: 26px;
        padding: 34px 22px 26px;
    }
}

/* Additional theme chrome suppression for pages using [sprottlearning_home]. */
body.sls-home-active > header:not(.sls-header),
body.sls-home-active > footer:not(.sls-footer),
body.sls-home-active #page > header:not(.sls-header),
body.sls-home-active #page > footer:not(.sls-footer),
body.sls-home-active .wp-site-blocks > header:not(.sls-header),
body.sls-home-active .wp-site-blocks > footer:not(.sls-footer),
body.sls-home-active [role="banner"]:not(.sls-header),
body.sls-home-active [role="contentinfo"]:not(.sls-footer),
body.sls-home-active #masthead,
body.sls-home-active #header,
body.sls-home-active #main-header,
body.sls-home-active header.site-header,
body.sls-home-active .site-header:not(.sls-header),
body.sls-home-active .main-header-bar,
body.sls-home-active .ast-primary-header-bar,
body.sls-home-active .ast-mobile-header-wrap,
body.sls-home-active .ast-desktop-header,
body.sls-home-active .ast-above-header-wrap,
body.sls-home-active .ast-below-header-wrap,
body.sls-home-active .elementor-location-header,
body.sls-home-active [data-elementor-type="header"],
body.sls-home-active .hfe-site-header,
body.sls-home-active .hfe-header,
body.sls-home-active .fl-builder-content[data-type="header"],
body.sls-home-active #colophon,
body.sls-home-active #footer,
body.sls-home-active footer.site-footer,
body.sls-home-active .site-footer:not(.sls-footer),
body.sls-home-active .ast-footer-wrap,
body.sls-home-active .site-above-footer-wrap,
body.sls-home-active .site-primary-footer-wrap,
body.sls-home-active .site-below-footer-wrap,
body.sls-home-active .elementor-location-footer,
body.sls-home-active [data-elementor-type="footer"],
body.sls-home-active .hfe-site-footer,
body.sls-home-active .hfe-footer,
body.sls-home-active .fl-builder-content[data-type="footer"],
body.sls-home-active .sls-theme-chrome-hidden {
    display: none !important;
}

body.sls-home-active .sls-full-bleed-container,
body.sls-home-active .site-content,
body.sls-home-active .ast-container,
body.sls-home-active .content-area,
body.sls-home-active .site-main,
body.sls-home-active .entry-content,
body.sls-home-active article,
body.sls-home-active .page,
body.sls-home-active .post {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
