:root {
	--swm-red: #e11d35;
	--swm-red-bright: #ff334b;
	--swm-ink: #08090b;
	--swm-panel: #101216;
	--swm-panel-2: #171a20;
	--swm-line: rgba(255, 255, 255, .11);
	--swm-text: #f5f6f8;
	--swm-muted: #a6abb5;
	--swm-shell: min(1400px, calc(100vw - 40px));
	--swm-display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	--swm-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--swm-ink); color-scheme: dark; scroll-behavior: smooth; }
body { background: var(--swm-ink); color: var(--swm-text); font-family: var(--swm-body); margin: 0; min-height: 100vh; }
body.admin-bar .swm-site-header { top: 32px; }
img { height: auto; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.screen-reader-text, .swm-skip-link:not(:focus) { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute!important; width: 1px; }
.swm-skip-link { background: #fff; color: #000; left: 8px; padding: 10px; position: fixed; top: 8px; z-index: 99999; }
.swm-shell { margin-inline: auto; width: var(--swm-shell); }
.swm-main { min-height: 68vh; padding: 138px 0 90px; }

h1, h2, h3 { font-family: var(--swm-display); line-height: .98; margin: 0; text-transform: uppercase; }
h1 { font-size: clamp(44px, 7vw, 96px); letter-spacing: -.025em; }
h2 { font-size: clamp(34px, 4.2vw, 62px); }
h3 { font-size: clamp(21px, 2vw, 29px); }
p { line-height: 1.65; }
.swm-eyebrow { color: var(--swm-red-bright); font-family: var(--swm-display); font-size: 14px; font-weight: 800; letter-spacing: .18em; line-height: 1; margin: 0 0 14px; text-transform: uppercase; }
.swm-button, input[type="submit"] { align-items: center; appearance: none; background: var(--swm-red); border: 1px solid var(--swm-red); border-radius: 4px; color: #fff; cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 800; gap: 8px; justify-content: center; letter-spacing: .055em; min-height: 48px; padding: 12px 20px; text-decoration: none; text-transform: uppercase; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.swm-button:hover, input[type="submit"]:hover { background: var(--swm-red-bright); border-color: var(--swm-red-bright); transform: translateY(-1px); }
.swm-button--ghost { background: rgba(0,0,0,.28); border-color: rgba(255,255,255,.34); }
.swm-button--ghost:hover { background: #fff; border-color: #fff; color: #090a0c; }

.swm-site-header { left: 0; padding: 17px 0; position: fixed; right: 0; top: 0; transition: background .25s ease, box-shadow .25s ease; z-index: 50; }
.swm-site-header.is-scrolled, body:not(.home) .swm-site-header { background: rgba(8, 9, 11, .94); border-bottom: 1px solid var(--swm-line); box-shadow: 0 12px 34px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.swm-site-header__inner { align-items: center; display: flex; gap: clamp(24px, 4vw, 58px); }
.swm-brand { align-items: center; display: inline-flex; flex: 0 0 auto; gap: 11px; text-decoration: none; }
.swm-brand__image-frame { display: block; height: 58px; overflow: hidden; position: relative; width: 180px; }
.swm-brand__image-frame img { display: block; height: auto; mix-blend-mode: screen; max-width: none; transform: translate(-2px, -45px); width: 188px; }
.swm-brand__wordmark { font-family: var(--swm-display); font-size: 23px; letter-spacing: .04em; text-transform: uppercase; }
.swm-primary-nav { align-items: center; display: flex; flex: 1; gap: 26px; }
.swm-nav-list { align-items: center; display: flex; gap: clamp(18px, 2.4vw, 38px); list-style: none; margin: 0; padding: 0; }
.swm-nav-list a { color: #e8e9ec; font-size: 13px; font-weight: 700; letter-spacing: .065em; text-decoration: none; text-transform: uppercase; }
.swm-nav-list a:hover { color: var(--swm-red-bright); }
.swm-header-search { margin-left: auto; }
.swm-header-search input { background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); border-radius: 4px; color: #fff; height: 40px; padding: 0 13px; width: clamp(145px, 18vw, 260px); }
.swm-autocomplete { display: block; position: relative; text-transform: none; }
.swm-autocomplete__list { background: #111318; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; box-shadow: 0 18px 45px rgba(0,0,0,.48); left: 0; max-height: min(420px, 55vh); overflow-y: auto; padding: 5px; position: absolute; right: 0; top: calc(100% + 6px); z-index: 80; }
.swm-autocomplete__list[hidden] { display: none; }
.swm-autocomplete__option { align-items: center; appearance: none; background: transparent; border: 0; border-radius: 3px; color: #fff; cursor: pointer; display: flex; font-size: 13px; gap: 12px; justify-content: space-between; padding: 11px 12px; text-align: left; width: 100%; }
.swm-autocomplete__option:hover, .swm-autocomplete__option.is-active { background: rgba(255,255,255,.09); }
.swm-autocomplete__option small { color: var(--swm-muted); flex: 0 0 auto; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.swm-header-account { border: 1px solid rgba(255,255,255,.22); border-radius: 4px; font-size: 12px; font-weight: 800; max-width: 140px; overflow: hidden; padding: 11px 14px; text-decoration: none; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.swm-menu-toggle { background: transparent; border: 0; display: none; margin-left: auto; padding: 6px; width: 42px; }
.swm-menu-toggle > span:not(.screen-reader-text) { background: #fff; display: block; height: 2px; margin: 6px 0; width: 28px; }

.swm-hero { align-items: flex-end; background: #111 var(--swm-hero-image) center/cover no-repeat; display: flex; min-height: min(800px, 88vh); overflow: hidden; padding: 155px 0 88px; position: relative; }
.swm-hero::before { background: linear-gradient(90deg, rgba(5,6,8,.98) 0%, rgba(5,6,8,.78) 36%, rgba(5,6,8,.18) 72%), linear-gradient(0deg, var(--swm-ink) 0%, transparent 48%); content: ""; inset: 0; position: absolute; }
.swm-hero__content { position: relative; z-index: 1; }
.swm-hero h1 { max-width: 840px; text-wrap: balance; }
.swm-hero__content > p:not(.swm-eyebrow) { color: #d0d3d8; font-size: clamp(16px, 1.7vw, 20px); max-width: 650px; }
.swm-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.swm-browse-bar { background: var(--swm-panel); border-block: 1px solid var(--swm-line); padding: 24px 0; }
.swm-browse-form, .swm-filter-panel { align-items: end; display: grid; gap: 14px; grid-template-columns: minmax(220px, 2fr) minmax(190px, 1fr) auto; }
.swm-browse-form label, .swm-filter-panel label, .swm-register-form label:not(.swm-checkbox) { color: var(--swm-muted); display: grid; font-size: 11px; font-weight: 800; gap: 7px; letter-spacing: .1em; text-transform: uppercase; }
.swm-browse-form input, .swm-browse-form select, .swm-filter-panel input, .swm-filter-panel select, .swm-register-form input, .swm-auth-card input[type="text"], .swm-auth-card input[type="password"] { background: #08090b; border: 1px solid rgba(255,255,255,.16); border-radius: 4px; color: #fff; min-height: 48px; padding: 10px 13px; width: 100%; }
.swm-browse-form input:focus, .swm-browse-form select:focus, .swm-filter-panel input:focus, .swm-filter-panel select:focus, .swm-register-form input:focus { border-color: var(--swm-red-bright); outline: 1px solid var(--swm-red-bright); }

.swm-section { padding: clamp(62px, 7vw, 108px) 0; }
.swm-section--muted { background: var(--swm-panel); border-block: 1px solid rgba(255,255,255,.045); }
.swm-section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 31px; }
.swm-section-heading > a { color: var(--swm-muted); font-size: 13px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.swm-section-heading > a:hover { color: #fff; }
.swm-video-grid { display: grid; gap: clamp(18px, 2vw, 30px); grid-template-columns: repeat(4, minmax(0, 1fr)); }
.swm-video-card { min-width: 0; }
.swm-video-card__image { aspect-ratio: 16/9; background: #16181d; border-radius: 5px; display: block; overflow: hidden; position: relative; }
.swm-video-card__image::after { background: linear-gradient(transparent 54%, rgba(0,0,0,.7)); content: ""; inset: 0; position: absolute; transition: background .2s ease; }
.swm-video-card__image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.swm-video-card__image:hover img { transform: scale(1.035); }
.swm-video-card__play { align-items: center; background: rgba(225,29,53,.92); border-radius: 50%; bottom: 13px; color: #fff; display: flex; font-size: 13px; height: 38px; justify-content: center; left: 14px; opacity: 0; padding-left: 2px; position: absolute; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; width: 38px; z-index: 2; }
.swm-video-card__image:hover .swm-video-card__play { opacity: 1; transform: none; }
.swm-video-card__placeholder { align-items: center; color: rgba(255,255,255,.18); display: flex; font-family: var(--swm-display); font-size: 42px; font-weight: 800; height: 100%; justify-content: center; }
.swm-video-card__body { padding: 15px 2px 0; }
.swm-video-card__category { color: var(--swm-red-bright); font-size: 10px; font-weight: 800; letter-spacing: .12em; line-height: 1; margin: 0 0 9px; text-transform: uppercase; }
.swm-video-card h3 { font-family: var(--swm-body); font-size: 16px; line-height: 1.35; text-transform: none; }
.swm-video-card h3 a { text-decoration: none; }
.swm-video-card h3 a:hover { color: var(--swm-red-bright); }
.swm-video-card time { color: #747983; display: block; font-size: 11px; margin-top: 8px; }

.swm-cta { background: var(--swm-red); padding: 62px 0; }
.swm-cta .swm-eyebrow { color: #fff; opacity: .8; }
.swm-cta__inner { align-items: center; display: flex; justify-content: space-between; }
.swm-cta__inner p:not(.swm-eyebrow) { margin-bottom: 0; }
.swm-cta .swm-button { background: #fff; border-color: #fff; color: #111; }

.swm-page-heading { margin-bottom: 44px; max-width: 930px; }
.swm-page-heading > p:not(.swm-eyebrow) { color: var(--swm-muted); font-size: 18px; }
.swm-filter-panel { background: var(--swm-panel); border: 1px solid var(--swm-line); border-radius: 6px; grid-template-columns: minmax(220px, 2fr) minmax(180px, 1fr) minmax(130px, .6fr) auto; margin-bottom: 38px; padding: 20px; }
.swm-result-summary { color: var(--swm-muted); font-size: 13px; margin-bottom: 20px; }
.swm-pagination { margin-top: 55px; }
.swm-pagination .nav-links { display: flex; gap: 7px; }
.swm-pagination .page-numbers { align-items: center; border: 1px solid var(--swm-line); border-radius: 3px; display: flex; height: 40px; justify-content: center; min-width: 40px; padding: 0 10px; text-decoration: none; }
.swm-pagination .current, .swm-pagination a:hover { background: var(--swm-red); border-color: var(--swm-red); }
.swm-empty { padding: 80px 0; text-align: center; }
.swm-empty p { color: var(--swm-muted); }

.swm-watch-stage { background: #000; padding: 99px 0 0; }
.swm-watch-stage__inner { max-width: 1760px; width: min(100%, 1760px); }
.swm-watch-stage .swm-player, .swm-watch-stage .swm-embed, .swm-watch-stage .swm-legacy-video { box-shadow: 0 20px 70px rgba(0,0,0,.5); margin-inline: auto; width: 100%; }
.swm-access-gate { align-items: center; aspect-ratio: 16/9; background: #101216 var(--swm-gate-image) center/cover no-repeat; display: flex; justify-content: center; overflow: hidden; position: relative; text-align: center; }
.swm-access-gate::before { background: rgba(5,6,8,.77); content: ""; inset: 0; position: absolute; backdrop-filter: blur(5px); }
.swm-access-gate__content { max-width: 720px; padding: 30px; position: relative; }
.swm-access-gate__content h1 { font-size: clamp(42px, 6vw, 80px); }
.swm-access-gate__content > p:not(.swm-eyebrow) { color: #d2d4d8; }
.swm-access-gate__content > div { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 24px; }
.swm-access-gate__lock { background: var(--swm-red); border: 6px solid rgba(255,255,255,.14); border-radius: 50%; display: inline-block; height: 58px; margin-bottom: 25px; width: 58px; }
.swm-video-detail { padding: clamp(44px, 6vw, 88px) 0; }
.swm-video-detail__grid { display: grid; gap: clamp(35px, 7vw, 120px); grid-template-columns: minmax(0, 1fr) minmax(240px, 330px); }
.swm-video-detail h1 { font-size: clamp(38px, 5vw, 72px); }
.swm-video-meta { color: var(--swm-muted); display: flex; flex-wrap: wrap; font-size: 13px; gap: 20px; margin: 19px 0 30px; }
.swm-video-meta a { color: #fff; text-decoration: none; }
.swm-rights-notice { background: var(--swm-panel); border-left: 3px solid var(--swm-red); padding: 20px; }
.swm-rights-notice strong { font-family: var(--swm-display); font-size: 20px; text-transform: uppercase; }
.swm-rights-notice p { color: var(--swm-muted); font-size: 12px; margin-bottom: 0; }

.swm-page-shell { max-width: 1000px; }
.swm-page-content { min-height: 50vh; }
.swm-prose { color: #d0d3d8; font-size: 16px; line-height: 1.72; }
.swm-prose h2, .swm-prose h3 { color: #fff; margin: 1.6em 0 .65em; }
.swm-prose h2 { font-size: 40px; }
.swm-prose a { color: var(--swm-red-bright); }
.swm-prose li { margin-bottom: .45em; }
.swm-prose mark { background: #3a2c0b; border-left: 3px solid #ffb020; color: #fff1ca; padding: 2px 5px; }
.swm-prose code { background: #1b1e24; border-radius: 3px; color: #fff; padding: 2px 5px; }

.swm-auth-card, .swm-membership-plans, .swm-account { background: var(--swm-panel); border: 1px solid var(--swm-line); border-radius: 6px; margin: 0 auto 24px; max-width: 900px; padding: clamp(24px, 5vw, 55px); }
.swm-auth-card { max-width: 560px; }
.swm-auth-card h2 { margin-bottom: 26px; }
.swm-auth-card p { margin: 0 0 18px; }
.swm-auth-card label { display: block; }
.swm-auth-card .login-remember label, .swm-checkbox { align-items: start; display: flex!important; gap: 9px; }
.swm-auth-card .login-remember input, .swm-checkbox input { flex: 0 0 auto; margin-top: 5px; width: auto; }
.swm-honeypot { left: -9999px; position: absolute; }
.swm-plan-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); margin-top: 30px; }
.swm-plan-card { background: var(--swm-panel-2); border: 1px solid var(--swm-line); border-radius: 5px; padding: 28px; }
.swm-plan-price { color: #fff; font-family: var(--swm-display); font-size: 62px; font-weight: 800; line-height: 1; margin: 22px 0; }
.swm-plan-price > span { font-size: 24px; vertical-align: top; }
.swm-plan-price small { color: var(--swm-muted); font: 600 13px var(--swm-body); }
.swm-plan-card ul { color: var(--swm-muted); line-height: 1.8; padding-left: 20px; }
.swm-payment-status { color: var(--swm-muted); font-size: 12px; min-height: 20px; }
.swm-account-subscription { align-items: center; background: var(--swm-panel-2); border: 1px solid var(--swm-line); display: grid; gap: 20px; grid-template-columns: 1fr 1fr auto; margin-bottom: 12px; padding: 18px; }
.swm-link-button { background: transparent; border: 0; color: var(--swm-red-bright); cursor: pointer; text-decoration: underline; }
.swm-notice { border: 1px solid var(--swm-line); margin: 0 auto 25px; max-width: 900px; padding: 25px; }
.swm-notice--success { border-left: 4px solid #2cc878; }
.swm-notice--warning { border-left: 4px solid #ffb020; }

.swm-site-footer { background: #050607; border-top: 1px solid var(--swm-line); padding: 55px 0; }
.swm-site-footer__grid { align-items: start; display: grid; gap: 40px; grid-template-columns: 1.3fr 1fr 1fr; }
.swm-site-footer p { color: #777d87; font-size: 12px; }
.swm-site-footer ul { list-style: none; margin: 0; padding: 0; }
.swm-site-footer li { margin-bottom: 9px; }
.swm-site-footer a { text-decoration: none; }
.swm-site-footer__legal { text-align: right; }
.swm-cookie-link { appearance: none; background: transparent; border: 0; color: #a6abb5; cursor: pointer; font: inherit; margin-top: 7px; padding: 0; text-decoration: underline; }

.swm-cookie[hidden] { display: none; }
.swm-cookie { inset: 0; position: fixed; z-index: 99998; }
.swm-cookie__backdrop { background: rgba(0,0,0,.7); inset: 0; position: absolute; backdrop-filter: blur(5px); }
.swm-cookie__panel { background: #111318; border: 1px solid rgba(255,255,255,.15); border-radius: 8px 8px 0 0; bottom: 0; box-shadow: 0 -20px 70px rgba(0,0,0,.45); left: 50%; max-height: min(88vh, 760px); max-width: 1040px; overflow: auto; padding: clamp(24px, 4vw, 45px); position: absolute; transform: translateX(-50%); width: min(100%, 1040px); }
.swm-cookie__panel:focus-visible { outline: 2px solid var(--swm-red-bright); outline-offset: -5px; }
.swm-cookie__summary h2 { font-size: clamp(30px, 4vw, 50px); }
.swm-cookie__summary > p:not(.swm-eyebrow) { color: #c7cad0; margin-bottom: 0; max-width: 820px; }
.swm-cookie__choices { border-block: 1px solid var(--swm-line); display: grid; gap: 18px; margin: 26px 0; padding: 22px 0; }
.swm-cookie__choices[hidden] { display: none; }
.swm-cookie__choices > div, .swm-cookie__choices > label { align-items: center; display: grid; gap: 6px 20px; grid-template-columns: 1fr auto; }
.swm-cookie__choices p, .swm-cookie__choices small { color: var(--swm-muted); font-size: 12px; margin: 0; }
.swm-cookie__choices label > span { display: grid; gap: 4px; }
.swm-cookie__choices input { accent-color: var(--swm-red); height: 24px; width: 44px; }
.swm-cookie__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; margin-top: 26px; }
.swm-cookie__actions [hidden] { display: none; }
body.swm-cookie-open { overflow: hidden; }

@media (max-width: 1050px) {
	.swm-video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.swm-header-search { display: none; }
	.swm-filter-panel { grid-template-columns: 2fr 1fr 1fr; }
	.swm-filter-panel .swm-button { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
	:root { --swm-shell: calc(100vw - 28px); }
	body.admin-bar .swm-site-header { top: 46px; }
	.swm-site-header { background: rgba(8,9,11,.96); border-bottom: 1px solid var(--swm-line); padding: 10px 0; }
	.swm-brand__image-frame { height: 37px; width: 115px; }
	.swm-brand__image-frame img { transform: translate(-1px, -29px); width: 120px; }
	.swm-menu-toggle { display: block; }
	.swm-primary-nav { align-items: stretch; background: #0d0f12; border-bottom: 1px solid var(--swm-line); display: none; left: 0; padding: 20px 14px 25px; position: absolute; right: 0; top: 100%; }
	.swm-primary-nav.is-open { display: grid; }
	.swm-nav-list { align-items: stretch; display: grid; gap: 0; }
	.swm-nav-list a { border-bottom: 1px solid var(--swm-line); display: block; padding: 14px 3px; }
	.swm-header-search { display: block; margin: 0; }
	.swm-header-search input { width: 100%; }
	.swm-header-account { max-width: none; text-align: center; }
	.swm-hero { min-height: 720px; padding-bottom: 65px; }
	.swm-hero::before { background: linear-gradient(0deg, var(--swm-ink) 3%, rgba(5,6,8,.7) 63%, rgba(5,6,8,.2)); }
	.swm-browse-form, .swm-filter-panel { grid-template-columns: 1fr; }
	.swm-filter-panel .swm-button { grid-column: auto; }
	.swm-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.swm-video-grid--compact .swm-video-card:nth-child(n+3) { display: none; }
	.swm-cta__inner, .swm-section-heading { align-items: start; flex-direction: column; gap: 20px; }
	.swm-main { padding-top: 105px; }
	.swm-watch-stage { padding-top: 65px; }
	.swm-watch-stage__inner { width: 100%; }
	.swm-video-detail__grid { grid-template-columns: 1fr; }
	.swm-plan-grid { grid-template-columns: 1fr; }
	.swm-account-subscription { align-items: start; grid-template-columns: 1fr; }
	.swm-site-footer__grid { grid-template-columns: 1fr; }
	.swm-site-footer__legal { text-align: left; }
	.swm-cookie__actions { display: grid; grid-template-columns: 1fr; }
	.swm-cookie__actions .swm-button { width: 100%; }
}

@media (max-width: 480px) {
	.swm-video-grid { gap: 24px 12px; }
	.swm-video-card h3 { font-size: 14px; }
	.swm-video-card__category { font-size: 9px; }
	.swm-access-gate { aspect-ratio: auto; min-height: 430px; }
	.swm-hero__actions .swm-button { width: 100%; }
}

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