:root {
    --swx-accent: #d1ff36;
    --swx-accent-contrast: #101010;
    --swx-bg: #0a0a0a;
    --swx-surface: #111111;
    --swx-surface-alt: #1c1c1c;
    --swx-text: #f4f4f4;
    --swx-text-soft: rgba(255, 255, 255, 0.74);
    --swx-card-radius: 28px;
    --swx-input-radius: 18px;
    --swx-button-radius: 999px;
    --swx-heading-font: "Clash Display", sans-serif;
    --swx-body-font: "Anybody", sans-serif;
    --swx-shell: min(1240px, calc(100vw - 40px));
}

body.swx-theme {
    background:
        radial-gradient(circle at top right, rgba(209, 255, 54, 0.18), transparent 26%),
        radial-gradient(circle at left center, rgba(92, 179, 255, 0.12), transparent 24%),
        var(--swx-bg);
    color: var(--swx-text);
}

body.swx-theme,
body.swx-theme p,
body.swx-theme input,
body.swx-theme textarea,
body.swx-theme select,
body.swx-theme button {
    font-family: var(--swx-body-font);
}

body.swx-theme h1,
body.swx-theme h2,
body.swx-theme h3,
body.swx-theme h4,
body.swx-theme h5,
body.swx-theme h6 {
    font-family: var(--swx-heading-font);
    letter-spacing: -0.03em;
}

body.swx-theme .present-container,
body.swx-theme .fullwindow_content.container,
body.swx-theme .container {
    max-width: none;
}

body.swx-theme .header_style9_left_container,
body.swx-theme .header_style8_left_container,
body.swx-theme header {
    backdrop-filter: blur(18px);
}

body.swx-theme .nav-container a,
body.swx-theme .header_style9_left_container a,
body.swx-theme .header_style8_left_container a {
    font-family: var(--swx-body-font);
}

.swx-menu-cta > a,
.swx-menu-cta-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px !important;
    border-radius: var(--swx-button-radius);
    background: var(--swx-accent);
    color: var(--swx-accent-contrast) !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.swx-theme input,
body.swx-theme textarea,
body.swx-theme select {
    border-radius: var(--swx-input-radius);
}

body.swx-theme .button,
body.swx-theme button,
body.swx-theme input[type="submit"] {
    border-radius: var(--swx-button-radius);
}

.swx-shell {
    width: var(--swx-shell);
    margin: 0 auto;
}

.swx-section {
    padding: clamp(56px, 9vw, 112px) 0;
}

.swx-eyebrow {
    margin: 0 0 18px;
    color: var(--swx-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.swx-section-title {
    margin: 0 0 24px;
    font-size: clamp(30px, 4vw, 56px);
}

.swx-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.swx-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--swx-button-radius);
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.swx-button:hover {
    transform: translateY(-2px);
}

.swx-button--accent {
    background: var(--swx-accent);
    border-color: var(--swx-accent);
    color: var(--swx-accent-contrast) !important;
}

.swx-button--ghost {
    background: rgba(255, 255, 255, 0.04);
}

.swx-slideitbaby {
    position: relative;
    overflow: clip;
    min-height: var(--swx-slideitbaby-height, 720px);
    margin: 0 0 clamp(40px, 6vw, 72px);
}

.swx-slideitbaby__viewport {
    position: relative;
    min-height: inherit;
}

.swx-slideitbaby__slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: stretch;
    opacity: 0;
    pointer-events: none;
    transition: opacity 420ms ease;
}

.swx-slideitbaby__slide.is-active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}

.swx-slideitbaby__bg,
.swx-slideitbaby__shade {
    position: absolute;
    inset: 0;
}

.swx-slideitbaby__bg {
    background-position: center center;
    background-size: cover;
    transform: scale(1.02);
}

.swx-slideitbaby__shade {
    background:
        linear-gradient(90deg, rgba(4, 8, 12, 0.86) 0%, rgba(4, 8, 12, 0.52) 42%, rgba(4, 8, 12, 0.18) 100%),
        radial-gradient(circle at right center, rgba(209, 255, 54, 0.18), transparent 28%);
}

.swx-slideitbaby__slide--light .swx-slideitbaby__shade {
    background:
        linear-gradient(90deg, rgba(245, 241, 235, 0.94) 0%, rgba(245, 241, 235, 0.8) 42%, rgba(245, 241, 235, 0.16) 100%),
        radial-gradient(circle at right center, rgba(87, 174, 249, 0.18), transparent 28%);
}

.swx-slideitbaby__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.85fr);
    align-items: center;
    gap: clamp(24px, 4vw, 48px);
    min-height: inherit;
    padding: clamp(46px, 7vw, 88px) 0;
}

.swx-slideitbaby__copy h2 {
    margin: 0;
    font-size: clamp(38px, 6vw, 92px);
    line-height: 0.92;
    text-transform: uppercase;
}

.swx-slideitbaby__copy p:not(.swx-eyebrow) {
    max-width: 38rem;
    margin: 18px 0 0;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.6;
}

.swx-slideitbaby__bike {
    position: relative;
    display: flex;
    justify-content: center;
}

.swx-slideitbaby__bike::after {
    content: "";
    position: absolute;
    inset: auto 10% -2% 10%;
    height: 22%;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.4);
    filter: blur(28px);
    z-index: 0;
}

.swx-slideitbaby__bike img {
    position: relative;
    z-index: 1;
    width: min(100%, 760px);
    height: auto;
}

.swx-slideitbaby__nav,
.swx-slideitbaby__dots {
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    width: var(--swx-shell);
}

.swx-slideitbaby__nav {
    top: 50%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.swx-slideitbaby__arrow {
    pointer-events: auto;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(14px);
    cursor: pointer;
}

.swx-slideitbaby__dots {
    bottom: 28px;
    display: flex;
    gap: 10px;
}

.swx-slideitbaby__dot {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    cursor: pointer;
}

.swx-slideitbaby__dot.is-active {
    width: 40px;
    background: var(--swx-accent);
}

.swx-hero__grid,
.swx-split-story__grid,
.swx-cta-panel__inner {
    display: grid;
    gap: clamp(24px, 4vw, 48px);
}

.swx-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    align-items: center;
}

.swx-hero__copy h1 {
    margin: 0;
    font-size: clamp(42px, 7vw, 106px);
    line-height: 0.92;
    text-transform: uppercase;
}

.swx-hero__subtitle {
    max-width: 42rem;
    margin: 24px 0 0;
    color: var(--swx-text-soft);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.6;
}

.swx-hero__media {
    position: relative;
}

.swx-hero__media::before {
    content: "";
    position: absolute;
    inset: auto -6% -8% 12%;
    height: 38%;
    background: linear-gradient(90deg, transparent, rgba(209, 255, 54, 0.3));
    filter: blur(44px);
    z-index: 0;
}

.swx-hero__media img,
.swx-model-card img,
.swx-split-story__media img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
}

.swx-hero--light,
body.swx-demo-trekking,
body.swx-demo-urban,
body.swx-demo-fullwide-expedition,
body.swx-demo-fullwide-merch {
    --swx-text: #121212;
    --swx-text-soft: rgba(18, 18, 18, 0.72);
}

body.swx-demo-trekking .swx-model-card,
body.swx-demo-trekking .swx-tile,
body.swx-demo-trekking .swx-stat,
body.swx-demo-trekking .swx-cta-panel__inner,
body.swx-demo-urban .swx-model-card,
body.swx-demo-urban .swx-tile,
body.swx-demo-urban .swx-stat,
body.swx-demo-urban .swx-cta-panel__inner,
body.swx-demo-fullwide-expedition .swx-model-card,
body.swx-demo-fullwide-expedition .swx-tile,
body.swx-demo-fullwide-expedition .swx-stat,
body.swx-demo-fullwide-expedition .swx-cta-panel__inner,
body.swx-demo-fullwide-merch .swx-model-card,
body.swx-demo-fullwide-merch .swx-tile,
body.swx-demo-fullwide-merch .swx-stat,
body.swx-demo-fullwide-merch .swx-cta-panel__inner,
body.swx-demo-fullwide-merch .swx-merch-card,
body.swx-demo-fullwide-expedition .swx-merch-card {
    border-color: rgba(18, 18, 18, 0.08);
}

.swx-stats__grid,
.swx-models__grid,
.swx-feature-tiles__grid,
.swx-partners__grid,
.swx-merch__grid {
    display: grid;
    gap: 18px;
}

.swx-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.swx-stat,
.swx-model-card,
.swx-tile,
.swx-cta-panel__inner {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--swx-card-radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.swx-stat {
    padding: 26px;
}

.swx-stat strong {
    display: block;
    margin-bottom: 8px;
    font-family: var(--swx-heading-font);
    font-size: clamp(26px, 4vw, 44px);
}

.swx-stat span {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.swx-models__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.swx-merch__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.swx-model-card {
    overflow: hidden;
}

.swx-merch-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--swx-card-radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.swx-merch-card__image {
    display: grid;
    place-items: center;
    min-height: 280px;
    padding: 24px;
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.08), transparent 62%),
        color-mix(in srgb, var(--swx-surface) 76%, transparent);
}

.swx-merch-card__image img {
    width: min(100%, 260px);
    height: auto;
}

.swx-merch-card__body {
    padding: 24px;
}

.swx-merch-card__body h3 {
    margin: 0 0 10px;
    font-size: clamp(20px, 3vw, 30px);
}

.swx-merch-card__body p {
    color: var(--swx-text-soft);
}

.swx-merch-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
}

.swx-merch-card__footer a {
    color: var(--swx-accent);
    font-weight: 700;
    text-decoration: none;
}

.swx-model-card__body {
    padding: 24px;
}

.swx-model-card__body h3 {
    margin: 14px 0 10px;
    font-size: clamp(24px, 3vw, 38px);
}

.swx-model-card__subtitle,
.swx-model-card__specs,
.swx-tile p,
.swx-split-story__copy p,
.swx-cta-panel__inner p {
    color: var(--swx-text-soft);
}

.swx-model-card__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
}

.swx-model-card__footer a {
    color: var(--swx-accent);
    font-weight: 700;
    text-decoration: none;
}

.swx-chip {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--swx-accent) 24%, transparent);
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.swx-feature-tiles__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.swx-tile {
    min-height: 220px;
    padding: 28px;
}

.swx-tile h3 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 28px;
}

.swx-split-story__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
    align-items: center;
}

.swx-split-story.is-reversed .swx-split-story__copy {
    order: 2;
}

.swx-split-story.is-reversed .swx-split-story__media {
    order: 1;
}

.swx-split-story__copy h2,
.swx-cta-panel__inner h2 {
    margin: 0 0 18px;
    font-size: clamp(34px, 5vw, 68px);
    line-height: 0.98;
}

.swx-split-story__copy small {
    display: block;
    margin-top: 16px;
    color: var(--swx-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.swx-partners__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.swx-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 134px;
    padding: 22px;
    border-radius: var(--swx-card-radius);
    background: rgba(255, 255, 255, 0.03);
}

.swx-partner img {
    max-width: 100%;
    max-height: 56px;
    object-fit: contain;
}

.swx-cta-panel__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: clamp(28px, 4vw, 44px);
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--swx-accent) 18%, transparent), rgba(255, 255, 255, 0.02)),
        var(--swx-surface);
}

.swx-aero-hero {
    position: relative;
    overflow: clip;
    min-height: min(1000px, 92vh);
    padding: clamp(44px, 7vw, 82px) 0 40px;
}

.swx-aero-hero__background,
.swx-aero-hero__veil {
    position: absolute;
    inset: 0;
}

.swx-aero-hero__background {
    background-position: center center;
    background-size: cover;
    transform: scale(1.03);
}

.swx-aero-hero__veil {
    background:
        linear-gradient(90deg, rgba(8, 8, 10, 0.92) 0%, rgba(8, 8, 10, 0.75) 38%, rgba(8, 8, 10, 0.18) 100%),
        radial-gradient(circle at 72% 18%, rgba(209, 255, 54, 0.2), transparent 30%);
}

.swx-aero-hero--light .swx-aero-hero__veil {
    background:
        linear-gradient(90deg, rgba(245, 241, 235, 0.94) 0%, rgba(245, 241, 235, 0.82) 38%, rgba(245, 241, 235, 0.22) 100%),
        radial-gradient(circle at 72% 18%, rgba(92, 179, 255, 0.22), transparent 32%);
}

.swx-aero-hero__shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(340px, 1.12fr);
    align-items: end;
    gap: clamp(24px, 4vw, 48px);
    min-height: min(820px, 80vh);
}

.swx-aero-hero__label {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.swx-aero-hero__copy h1 {
    max-width: 9ch;
    margin: 0;
    font-size: clamp(44px, 8vw, 106px);
    line-height: 0.9;
    text-transform: uppercase;
}

.swx-aero-hero__subtitle {
    max-width: 38rem;
    margin: 22px 0 0;
    color: var(--swx-text-soft);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.6;
}

.swx-aero-hero__bike {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}

.swx-aero-hero__bike::after {
    content: "";
    position: absolute;
    inset: auto 6% 2% 6%;
    height: 18%;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.48);
    filter: blur(30px);
}

.swx-aero-hero__bike img {
    position: relative;
    z-index: 1;
    width: min(100%, 1120px);
    height: auto;
}

.swx-aero-hero__watermark {
    position: absolute;
    right: clamp(20px, 3vw, 44px);
    bottom: 10px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--swx-heading-font);
    font-size: clamp(72px, 16vw, 240px);
    line-height: 0.84;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
}

.swx-aero-hero--light .swx-aero-hero__watermark {
    color: rgba(18, 18, 18, 0.9);
}

.swx-aero-hero__stats {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.swx-aero-hero__stat {
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(10, 10, 10, 0.58);
    backdrop-filter: blur(18px);
}

.swx-aero-hero__stat strong,
.swx-aero-hero__stat span {
    display: block;
}

.swx-aero-hero__stat strong {
    margin-bottom: 8px;
    font-family: var(--swx-heading-font);
    font-size: clamp(26px, 4vw, 42px);
}

.swx-aero-hero__stat span {
    color: var(--swx-text-soft);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

@media (max-width: 1080px) {
    .swx-stats__grid,
    .swx-models__grid,
    .swx-feature-tiles__grid,
    .swx-partners__grid,
    .swx-merch__grid,
    .swx-aero-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .swx-hero__grid,
    .swx-split-story__grid,
    .swx-cta-panel__inner,
    .swx-slideitbaby__inner,
    .swx-aero-hero__shell {
        grid-template-columns: 1fr;
    }

    .swx-split-story.is-reversed .swx-split-story__copy,
    .swx-split-story.is-reversed .swx-split-story__media {
        order: initial;
    }
    .swx-slideitbaby {
        min-height: auto;
    }

    .swx-slideitbaby__slide,
    .swx-slideitbaby__slide.is-active,
    .swx-slideitbaby__viewport {
        min-height: 620px;
    }

    .swx-slideitbaby__nav {
        display: none;
    }

    .swx-slideitbaby__bike {
        order: -1;
    }

    .swx-aero-hero {
        min-height: auto;
    }

    .swx-aero-hero__bike {
        order: -1;
    }

    .swx-aero-hero__watermark {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 10px 0 0 18px;
        font-size: clamp(54px, 18vw, 120px);
    }
}

@media (max-width: 680px) {
    .swx-stats__grid,
    .swx-models__grid,
    .swx-feature-tiles__grid,
    .swx-partners__grid,
    .swx-merch__grid,
    .swx-aero-hero__stats {
        grid-template-columns: 1fr;
    }

    .swx-shell {
        width: min(100vw - 28px, 1240px);
    }

    .swx-hero__copy h1 {
        font-size: clamp(38px, 14vw, 72px);
    }

    .swx-slideitbaby__copy h2 {
        font-size: clamp(34px, 12vw, 56px);
    }

    .swx-aero-hero__copy h1 {
        font-size: clamp(42px, 16vw, 74px);
    }
}
