:root {
    --ink: #17130f;
    --muted: #716960;
    --paper: #f5f1e9;
    --paper2: #e9e2d7;
    --dark: #090807;
    --dark2: #15110e;
    --red: #941d19;
    --red2: #64110f;
    --gold: #c39a61;
    --gold2: #e1bd82;
    --line: rgba(23, 19, 15, .13);
    --max: 1240px;
    --serif: Georgia, "Times New Roman", serif;
    --sans: Arial, Helvetica, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased
}

.logo img{
    width:58px;
    height:58px;
    object-fit:contain;
    flex-shrink:0;
}


img {
    max-width: 100%
}



a {
    color: inherit
}

.skip-link {
    position: fixed;
    top: -100px;
    left: 20px;
    z-index: 999;
    padding: 12px 16px;
    color: #fff;
    background: #000
}

.skip-link:focus {
    top: 20px
}

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 12px max(22px, calc((100% - var(--max))/2));
    color: #fff;
    background: linear-gradient(rgba(6, 5, 4, .92), rgba(6, 5, 4, .72));
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    backdrop-filter: blur(14px)
}

.brand,
.footer-brand {
    display: flex;
    align-items: center;
    gap: 13px;
    text-decoration: none
}

.brand img {
    width: 50px;
    height: auto;
    max-height: 50px;
    object-fit: contain;
    flex-shrink: 0;
}

.brand span {
    display: flex;
    flex-direction: column
}

.brand b {
    font-family: var(--serif);
    font-size: 1.28rem;
    letter-spacing: .03em
}

.brand small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .55);
    font-size: .62rem;
    letter-spacing: .18em;
    text-transform: uppercase
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 25px
}

.main-nav a {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase
}

.main-nav a:hover {
    color: var(--gold2)
}

.nav-youtube {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .27);
    border-radius: 999px
}

.nav-toggle {
    display: none;
    color: #fff;
    background: none;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 6px;
    padding: 9px 11px
}

.hero-home {
    position: relative;
    display: grid;
    min-height: 100svh;
    align-items: end;
    overflow: hidden;
    color: #fff;
    background: #090807
}

.hero-media,
.hero-media img,
.hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.hero-media img {
    object-fit: cover;
    object-position: center
}

.hero-shade {
    background: linear-gradient(90deg, rgba(4, 3, 2, .94), rgba(4, 3, 2, .62) 50%, rgba(4, 3, 2, .28)), linear-gradient(to top, rgba(4, 3, 2, .9), transparent 55%)
}

.hero-home-content {
    position: relative;
    z-index: 2;
    width: min(var(--max), calc(100% - 44px));
    margin: auto;
    padding: 170px 0 120px
}

.eyebrow {
    margin: 0 0 15px;
    color: var(--red);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase
}

.eyebrow.light {
    color: var(--gold2)
}

.hero-home h1 {
    max-width: 850px;
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(3.5rem, 8.2vw, 7.7rem);
    font-weight: 500;
    line-height: .9;
    letter-spacing: -.055em;
    text-wrap: balance
}

.hero-home-content>p:not(.eyebrow) {
    max-width: 690px;
    margin: 27px 0 0;
    color: rgba(255, 255, 255, .75);
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.72
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 33px
}

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 7px;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s
}

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

.button-primary {
    color: #fff;
    background: linear-gradient(#aa2924, var(--red2));
    box-shadow: 0 14px 30px rgba(0, 0, 0, .3)
}

.button-ghost {
    border: 1px solid rgba(255, 255, 255, .42);
    color: #fff;
    background: rgba(0, 0, 0, .18)
}

.scroll-cue {
    position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transform: translateX(-50%)
}

.section {
    padding: clamp(76px, 9vw, 120px) 0
}

.section-heading {
    width: min(850px, calc(100% - 40px));
    margin: 0 auto 48px;
    text-align: center
}

.section-heading h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(2.5rem, 5vw, 4.7rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.045em
}

.section-heading>p:last-child {
    max-width: 690px;
    margin: 18px auto 0;
    color: var(--muted);
    line-height: 1.72
}

.section-heading-light h2 {
    color: #fff
}

.section-heading-light>p:last-child {
    color: rgba(255, 255, 255, .58)
}

.featured {
    background: var(--paper)
}

.featured-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr);
    width: min(var(--max), calc(100% - 40px));
    margin: auto;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(32, 24, 17, .13)
}

.featured-image {
    position: relative;
    min-height: 520px;
    overflow: hidden
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.featured-image:after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, transparent 65%, rgba(0, 0, 0, .12))
}

.featured-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(35px, 5vw, 68px)
}

.featured-copy h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(2.5rem, 4.4vw, 4.7rem);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.045em
}

.featured-copy p:not(.eyebrow) {
    color: var(--muted);
    line-height: 1.75
}

.featured-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 16px 0 25px
}

.featured-meta span {
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--paper2);
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase
}

.featured-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.button-dark {
    color: #fff;
    background: var(--dark)
}

.button-outline {
    border: 1px solid var(--line)
}

.section-dark {
    background: radial-gradient(circle at 50% 0, rgba(148, 29, 25, .22), transparent 35rem), var(--dark)
}

.series-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    width: min(1450px, calc(100% - 40px));
    margin: auto
}

.series-card {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 9/16;
    border-radius: 18px;
    color: #fff;
    background: #111;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .32);
    text-decoration: none;
    isolation: isolate;
    transition: .35s
}

.series-card:hover {
    transform: translateY(-9px)
}

.series-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s
}

.series-card:hover img {
    transform: scale(1.06)
}

.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .96), rgba(0, 0, 0, .06) 65%)
}

.card-content {
    position: absolute;
    right: 23px;
    bottom: 25px;
    left: 23px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}

.card-content small {
    color: var(--gold2);
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase
}

.card-content strong {
    font-family: var(--serif);
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 500;
    line-height: 1.05
}

.card-content em {
    margin-top: 7px;
    font-size: .74rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase
}

.library {
    background: linear-gradient(var(--paper), #eee7dd)
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    width: min(var(--max), calc(100% - 40px));
    margin: -18px auto 35px
}

.filter-button {
    padding: 10px 15px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    background: rgba(255, 255, 255, .65);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer
}

.filter-button.active,
.filter-button:hover {
    color: #fff;
    background: var(--red);
    border-color: var(--red)
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: min(var(--max), calc(100% - 40px));
    margin: auto
}

.video-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 13px 36px rgba(0, 0, 0, .08);
    text-decoration: none;
    transition: .25s
}

.video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .15)
}

.video-card[hidden] {
    display: none
}

.video-card-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #181512
}

.video-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s
}

.video-card:hover img {
    transform: scale(1.05)
}

.video-card-media span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 7px 9px;
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 0, 0, .72);
    font-size: .64rem;
    font-weight: 900;
    text-transform: uppercase
}

.video-card-content {
    padding: 22px
}

.video-card-series {
    color: var(--red);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase
}

.video-card h3 {
    margin: 10px 0 9px;
    font-family: var(--serif);
    font-size: 1.58rem;
    line-height: 1.08
}

.video-card p {
    margin: 0;
    color: var(--muted);
    font-size: .91rem;
    line-height: 1.62
}

.manifesto {
    color: #fff;
    background: linear-gradient(120deg, #120d0a, #2b0d0b)
}

.manifesto-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    width: min(900px, calc(100% - 40px));
    margin: auto
}

.manifesto-inner img {
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .35))
}

.manifesto h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    font-weight: 500;
    line-height: 1.02
}

.site-footer {
    padding: 60px max(22px, calc((100% - var(--max))/2)) 25px;
    color: #fff;
    background: #070706
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .7fr .7fr;
    gap: 60px
}

.footer-brand img {
    width: 64px
}

.footer-brand span {
    font-family: var(--serif);
    font-size: 1.25rem
}

.footer-grid>div>p {
    max-width: 390px;
    color: rgba(255, 255, 255, .48);
    line-height: 1.6
}

.footer-grid nav {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer-grid nav b {
    margin-bottom: 5px;
    color: var(--gold2);
    font-size: .7rem;
    letter-spacing: .13em;
    text-transform: uppercase
}

.footer-grid nav a {
    color: rgba(255, 255, 255, .68);
    font-size: .86rem;
    text-decoration: none
}

.copyright {
    margin: 45px 0 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .36);
    font-size: .72rem;
    text-align: center
}

/* Article */
.article-page {
    background: var(--paper)
}

.article-cover {
    position: relative;
    display: grid;
    min-height: 720px;
    align-items: end;
    overflow: hidden;
    color: #fff;
    background: #111
}

.article-cover-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-cover:after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(5, 4, 3, .99), rgba(5, 4, 3, .18) 72%), linear-gradient(to right, rgba(5, 4, 3, .58), transparent 70%)
}

.article-cover-content {
    position: relative;
    z-index: 2;
    width: min(1080px, calc(100% - 40px));
    margin: auto;
    padding: 160px 0 65px
}

.breadcrumbs {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, .55);
    font-size: .75rem
}

.breadcrumbs a {
    text-decoration: none
}

.article-cover h1 {
    max-width: 1050px;
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(3.2rem, 6.2vw, 6rem);
    font-weight: 500;
    line-height: .90;
    letter-spacing: -.05em;
    text-wrap: balance;
}

.article-deck {
    max-width: 780px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.68
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px
}

.article-meta span {
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(0, 0, 0, .27);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 770px) 280px;
    gap: 70px;
    width: min(1130px, calc(100% - 40px));
    margin: auto;
    padding: 80px 0 115px
}

.article-body {
    font-family: var(--serif);
    font-size: 1.13rem;
    line-height: 1.87
}

.article-lead {
    font-size: 1.34rem;
    line-height: 1.72
}

.article-body h2 {
    margin: 60px 0 16px;
    font-size: 2.35rem;
    line-height: 1.04
}

.article-body h3 {
    margin: 34px 0 12px;
    font-size: 1.55rem
}

.article-body p {
    margin: 0 0 25px
}

.video-frame {
    overflow: hidden;
    margin: 40px 0;
    border-radius: 15px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .2);
    aspect-ratio: 16/9;
    background: #111
}

.video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.key-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 25px 0
}

.key-card {
    padding: 18px;
    border-left: 3px solid var(--red);
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .05)
}

.key-card strong {
    display: block;
    margin-bottom: 5px;
    font-family: var(--sans);
    font-size: .72rem;
    letter-spacing: .09em;
    text-transform: uppercase
}

.timeline {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    border-left: 2px solid var(--gold)
}

.timeline li {
    position: relative;
    margin: 0 0 25px;
    padding-left: 27px
}

.timeline li:before {
    position: absolute;
    top: .48em;
    left: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    background: var(--red)
}

.timeline strong {
    display: block
}

.quote-block {
    margin: 40px 0;
    padding: 28px 30px;
    border-left: 4px solid var(--gold);
    color: #fff;
    background: var(--dark2);
    font-size: 1.35rem;
    font-style: italic;
    line-height: 1.55
}

.faq details {
    margin: 0 0 12px;
    padding: 18px 20px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff
}

.faq summary {
    cursor: pointer;
    font-family: var(--sans);
    font-weight: 800
}

.faq p {
    margin: 13px 0 0
}

.article-sidebar {
    font-family: var(--sans);
    font-size: .9rem
}

.sidebar-box {
    position: sticky;
    top: 95px;
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff
}

.sidebar-box h2 {
    margin: 0 0 14px;
    font-family: var(--serif);
    font-size: 1.45rem
}

.sidebar-box ul {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.65
}

.sidebar-box .button {
    width: 100%;
    margin-top: 18px
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px
}

.related-card {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #fff;
    text-decoration: none
}

.related-card small {
    display: block;
    color: var(--red);
    font-family: var(--sans);
    font-size: .65rem;
    font-weight: 900;
    text-transform: uppercase
}

.related-card strong {
    display: block;
    margin-top: 6px
}

@media(max-width:1080px) {
    .series-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 850px
    }

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

    .featured-shell {
        grid-template-columns: 1fr
    }

    .featured-image {
        min-height: 460px
    }

    .article-layout {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .article-sidebar {
        order: -1
    }

    .sidebar-box {
        position: static
    }

    .footer-grid {
        grid-template-columns: 1.3fr .7fr .7fr
    }
}

@media(max-width:780px) {
    .site-header {
        position: absolute
    }

    .nav-toggle {
        display: block
    }

    .main-nav {
        position: absolute;
        top: 75px;
        right: 14px;
        left: 14px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 10px;
        background: rgba(6, 5, 4, .98)
    }

    .main-nav.open {
        display: flex
    }

    .hero-home-content {
        text-align: center
    }

    .hero-home-content>p:not(.eyebrow) {
        margin-left: auto;
        margin-right: auto
    }

    .hero-actions {
        justify-content: center
    }

    .manifesto-inner {
        flex-direction: column;
        text-align: center
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid>div {
        grid-column: 1/-1
    }

    .article-cover {
        min-height: 610px
    }

    .article-cover-content {
        padding-top: 130px
    }
}

@media(max-width:620px) {
    .brand b {
        font-size: 1.05rem
    }

    .brand small {
        font-size: .5rem
    }

    .brand img {
        width: 44px;
        height: 44px
    }

    .hero-home {
        min-height: 740px
    }

    .hero-home h1 {
        font-size: clamp(3.1rem, 14vw, 4.7rem)
    }

    .hero-media img {
        object-position: center
    }

    .featured-shell {
        width: min(470px, calc(100% - 28px))
    }

    .featured-image {
        min-height: 310px
    }

    .series-grid,
    .video-grid {
        grid-template-columns: 1fr;
        width: min(470px, calc(100% - 28px))
    }

    .series-card {
        aspect-ratio: 4/5
    }

    .filter-bar {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 5px
    }

    .filter-button {
        flex: 0 0 auto
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .footer-grid>div {
        grid-column: auto
    }

    .article-cover h1 {
        font-size: 3.15rem
    }

    .article-body {
        font-size: 1.02rem
    }

    .article-body h2 {
        font-size: 1.95rem
    }

    .key-grid,
    .related-grid {
        grid-template-columns: 1fr
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important
    }
}


.about-section {
    padding: 90px 0;
}

.about-origin {
    padding-bottom: 40px;
}

.about-origin + .about-section {
    padding-top: 40px;
}