:root {
    --oto-red: #c40000;
    --oto-cream: #e4e2dd;
    --oto-black: #000000;
    --oto-white: #fafafa;
    --color-ink: var(--oto-black);
    --color-muted: #4f4a46;
    --color-paper: var(--oto-white);
    --color-panel: var(--oto-cream);
    --color-line: #dedbd2;
    --color-red: var(--oto-red);
    --color-red-dark: #8f0000;
    --color-red-grid: #b8150d;
    --color-white: var(--oto-white);
    --shadow-soft: 0 24px 70px rgba(17, 17, 17, 0.09);
    --site-max: 1180px;
    --radius: 8px;
    --font-sans: "Poppins", "Helvetica Neue", Arial, sans-serif;
    --font-serif: var(--font-sans);
    --font-logo: "ITC Avant Garde Gothic", "Avant Garde", "Poppins", sans-serif;
    --font-display: "FF Providence Sans", "Comic Sans MS", "Trebuchet MS", cursive;
    --font-condensed: "Open Sans Condensed", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
}

/* Between Rounds landing page */
.br-hero,
.br-date-strip,
.br-statement,
.br-split-section,
.br-red-band,
.br-audience,
.br-topics,
.br-format,
.br-invite-band,
.br-partner,
.br-faq,
.br-final-cta {
    padding: clamp(4rem, 9vw, 8rem) 0;
}

.br-hero {
    background:
        linear-gradient(rgba(251, 250, 247, 0.92), rgba(251, 250, 247, 0.92)),
        url("images/oto-graph-paper.jpg") center / 360px auto;
    border-bottom: 4px solid var(--color-ink);
}

.br-hero-inner,
.br-split-section,
.br-format,
.br-invite-band,
.br-partner,
.br-final-cta {
    width: min(var(--site-max), calc(100% - 40px));
    margin: 0 auto;
}

.br-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(380px, 0.9fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}

.br-hero-copy {
    display: grid;
    gap: 1.5rem;
}

.br-hero h1 {
    max-width: 9ch;
    font-size: clamp(4.2rem, 8.6vw, 8.2rem);
    line-height: 0.88;
}

.br-deck {
    max-width: 21ch;
    font-size: clamp(1.45rem, 2.8vw, 2.45rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.br-hero-copy > p:not(.eyebrow):not(.br-deck) {
    max-width: 38rem;
    color: var(--color-muted);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.br-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.br-hero-panel {
    position: relative;
    min-height: clamp(430px, 40vw, 560px);
    display: grid;
    align-items: end;
    overflow: hidden;
    background:
        linear-gradient(rgba(250, 250, 250, 0.82), rgba(250, 250, 250, 0.82)),
        url("images/oto-graph-paper.jpg") center / 300px auto;
    border: 4px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: -16px 16px 0 var(--color-red);
    animation: brFloatCard 5.5s ease-in-out infinite;
}

.br-hero-panel .br-hero-illustration {
    position: absolute;
    inset: auto -7% -6% -7%;
    width: 114%;
    max-height: 72%;
    height: auto;
    object-fit: contain;
    opacity: 0.94;
    filter: drop-shadow(0 18px 18px rgba(17, 17, 17, 0.12));
    animation: brFloatAsset 4.8s ease-in-out infinite;
}

.br-date-card {
    position: absolute;
    right: clamp(1rem, 3vw, 2rem);
    top: clamp(1rem, 3vw, 2rem);
    z-index: 2;
    display: grid;
    gap: 0.25rem;
    padding: 0.9rem 1rem;
    background: var(--color-red);
    color: var(--color-white);
    border: 3px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: -8px 8px 0 var(--color-ink);
    transform: rotate(3deg);
}

.br-date-card span {
    font-size: clamp(1.65rem, 4vw, 2.7rem);
    font-weight: 900;
    line-height: 0.92;
}

.br-date-card small {
    font-family: var(--font-condensed);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.br-panel-note {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0.6rem;
    padding: clamp(1.25rem, 4vw, 2rem);
}

.br-panel-note span {
    display: block;
    width: fit-content;
    max-width: 100%;
    padding: 0.45rem 0.7rem;
    background: var(--color-paper);
    color: var(--color-ink);
    border: 2px solid var(--color-ink);
    font-weight: 900;
}

.br-date-strip {
    position: relative;
    overflow: hidden;
    padding: 0.85rem 0;
    background: var(--color-ink);
    color: var(--color-white);
    border-bottom: 4px solid var(--color-red);
}

.br-date-track {
    display: flex;
    width: max-content;
    animation: brMarquee 24s linear infinite;
}

.br-date-track span {
    padding-right: 2rem;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

.br-date-strip p {
    display: none;
}

.br-statement {
    width: min(var(--site-max), calc(100% - 40px));
    margin: 0 auto;
}

.br-split-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: stretch;
    min-width: 0;
}

.br-split-card,
.br-noise-card,
.br-topic-card,
.br-faq article {
    border: 3px solid var(--color-ink);
    border-radius: var(--radius);
    background: var(--color-paper);
    min-width: 0;
}

.br-split-card {
    display: grid;
    gap: 1.25rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    overflow-wrap: break-word;
}

.br-split-card h2,
.br-band-inner h2,
.br-audience h2,
.br-format h2,
.br-invite-band h2,
.br-partner h2,
.br-final-cta h2 {
    font-size: clamp(2.4rem, 6vw, 5rem);
    line-height: 0.95;
}

.br-split-card p:not(.eyebrow),
.br-band-grid p,
.br-format-copy > p,
.br-invite-band p,
.br-partner p,
.br-final-cta p {
    color: var(--color-muted);
    font-size: 1.08rem;
}

.br-noise-card {
    position: relative;
    display: grid;
    align-content: center;
    gap: 1rem;
    padding: clamp(1.5rem, 4vw, 2.25rem);
    background:
        linear-gradient(rgba(196, 0, 0, 0.92), rgba(196, 0, 0, 0.92)),
        linear-gradient(to right, rgba(0, 0, 0, 0.16) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.16) 1px, transparent 1px);
    background-size: auto, 34px 34px, 34px 34px;
    color: var(--color-white);
    overflow: hidden;
}

.br-noise-card p {
    position: relative;
    z-index: 1;
    padding: 0.8rem 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.42);
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 900;
    line-height: 1.02;
    overflow-wrap: break-word;
}

.br-peek-asset {
    position: absolute;
    right: -46%;
    top: -16%;
    width: min(780px, 118%);
    max-width: none;
    opacity: 0.2;
    filter: invert(1);
    transform: rotate(5deg);
    animation: brPeek 5.8s ease-in-out infinite;
}

.br-red-band {
    background: var(--color-red);
    color: var(--color-white);
    border-block: 4px solid var(--color-ink);
}

.br-band-inner {
    width: min(var(--site-max), calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
}

.br-red-band .eyebrow,
.br-red-band h2 {
    color: var(--color-white);
}

.br-band-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 5vw, 4rem);
}

.br-band-grid p {
    color: #ffe4df;
}

.br-audience,
.br-topics,
.br-faq {
    width: min(var(--site-max), calc(100% - 40px));
    margin: 0 auto;
}

.br-audience-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.9fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.br-check-list,
.br-flow-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.br-check-list {
    display: grid;
    gap: 0.85rem;
}

.br-check-list li {
    position: relative;
    padding: 1rem 1rem 1rem 3rem;
    background: var(--color-paper);
    border: 2px solid var(--color-ink);
    border-radius: var(--radius);
    font-weight: 800;
}

.br-check-list li::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 1.35rem;
    width: 0.7rem;
    height: 0.7rem;
    background: var(--color-red);
    border: 2px solid var(--color-ink);
    border-radius: 50%;
}

.br-question-stack {
    position: relative;
    display: grid;
    gap: 1rem;
    padding-top: min(22vw, 7rem);
}

.br-stack-asset {
    position: absolute;
    right: -7%;
    top: -11%;
    width: min(560px, 92%);
    opacity: 0.22;
    pointer-events: none;
    transform: rotate(2deg);
    animation: brFloatAsset 6.4s ease-in-out infinite;
}

.br-question-stack blockquote {
    margin: 0;
    padding: 1.15rem 1.25rem;
    background: var(--color-ink);
    color: var(--color-white);
    border-left: 8px solid var(--color-red);
    border-radius: var(--radius);
    font-size: clamp(1.2rem, 3vw, 1.75rem);
    font-weight: 900;
    line-height: 1.08;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.br-question-stack blockquote:hover {
    transform: translateX(8px);
    box-shadow: -8px 8px 0 var(--color-red);
}

.br-topic-grid,
.br-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.br-topic-card {
    position: relative;
    display: grid;
    gap: 1rem;
    min-height: 430px;
    padding: clamp(1.25rem, 3vw, 2rem);
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.br-topic-card:hover {
    transform: translateY(-8px) rotate(-1deg);
    box-shadow: -10px 10px 0 var(--color-red);
}

.br-topic-art {
    width: 112%;
    max-width: none;
    margin: -1.2rem -6% 0;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
    opacity: 0.9;
    transition: transform 200ms ease;
}

.br-topic-card:hover .br-topic-art {
    transform: scale(1.04) rotate(1deg);
}

.br-topic-card span {
    width: fit-content;
    padding: 0.25rem 0.55rem;
    background: var(--color-red);
    color: var(--color-white);
    font-weight: 900;
}

.br-topic-card h3,
.br-faq h3 {
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.02;
}

.br-topic-card p,
.br-faq p {
    color: var(--color-muted);
}

.br-format {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.8fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.br-format-copy {
    display: grid;
    gap: 1.25rem;
}

.br-flow-list {
    display: grid;
    gap: 0.8rem;
    counter-reset: flow;
}

.br-flow-list li {
    position: relative;
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1rem 1rem 4.2rem;
    background: var(--color-panel);
    border: 2px solid var(--color-ink);
    border-radius: var(--radius);
    color: var(--color-muted);
}

.br-flow-list li::before {
    counter-increment: flow;
    content: counter(flow, decimal-leading-zero);
    position: absolute;
    left: 1rem;
    top: 1rem;
    color: var(--color-red);
    font-family: var(--font-condensed);
    font-size: 1.5rem;
    font-weight: 700;
}

.br-flow-list span {
    color: var(--color-ink);
    font-weight: 900;
}

.br-invite-band,
.br-partner {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    border-top: 3px solid var(--color-ink);
    overflow: hidden;
}

.br-invite-band > div,
.br-partner > div {
    position: relative;
    display: grid;
    gap: 1.15rem;
    min-width: 0;
    max-width: 100%;
}

.br-invite-band h2,
.br-partner h2 {
    font-size: clamp(2.35rem, 4.7vw, 4.25rem);
    line-height: 0.98;
}

.br-band-asset {
    width: min(430px, 92%);
    max-width: 100%;
    margin-top: 0.5rem;
    opacity: 0.88;
    animation: brFloatAsset 5.8s ease-in-out infinite;
}

.br-band-asset-small {
    width: min(360px, 86%);
}

.br-request-section {
    border-block: 4px solid var(--color-ink);
    max-width: 100%;
    overflow: hidden;
}

.br-request-section textarea {
    width: 100%;
    resize: vertical;
}

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

.br-faq article {
    display: grid;
    gap: 0.85rem;
    padding: clamp(1.15rem, 3vw, 1.7rem);
}

.br-final-cta {
    display: grid;
    gap: 1.25rem;
    text-align: center;
    justify-items: center;
}

.br-final-cta p:not(.eyebrow) {
    max-width: 42rem;
}

@keyframes brMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-33.333%);
    }
}

@keyframes brFloatCard {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(0.7deg);
    }
}

@keyframes brFloatAsset {
    0%,
    100% {
        transform: translateY(0) rotate(-1deg);
    }
    50% {
        transform: translateY(-12px) rotate(1.5deg);
    }
}

@keyframes brPeek {
    0%,
    100% {
        transform: translateX(0) rotate(5deg);
    }
    50% {
        transform: translateX(-18px) rotate(3deg);
    }
}

@keyframes brLiftIn {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.br-hero-copy,
.br-hero-panel,
.br-statement,
.br-split-section,
.br-audience,
.br-topics,
.br-format,
.br-invite-band,
.br-request-section,
.br-partner,
.br-faq,
.br-final-cta {
    animation: brLiftIn 760ms ease both;
}

.br-hero-panel {
    animation-name: brLiftIn, brFloatCard;
    animation-duration: 760ms, 5.5s;
    animation-delay: 120ms, 900ms;
    animation-timing-function: ease, ease-in-out;
    animation-fill-mode: both, both;
    animation-iteration-count: 1, infinite;
}

.br-split-section {
    animation-delay: 120ms;
}

.br-topics {
    animation-delay: 160ms;
}

.br-format {
    animation-delay: 180ms;
}

.between-rounds-sticky {
    position: fixed;
    right: clamp(0.9rem, 2vw, 1.4rem);
    bottom: calc(clamp(0.9rem, 2vw, 1.4rem) + 4.35rem);
    z-index: 8;
    width: min(188px, calc(100vw - 32px));
    display: grid;
    gap: 0.2rem;
    padding: 1.05rem 1rem 0.95rem;
    background:
        linear-gradient(135deg, transparent 0 18px, rgba(0, 0, 0, 0.08) 18px 20px, transparent 20px),
        linear-gradient(rgba(250, 250, 250, 0.97), rgba(250, 250, 250, 0.97)),
        url("images/oto-graph-paper.jpg") center / 230px auto;
    border: 3px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: -5px 5px 0 var(--color-red);
    transform: rotate(-1.4deg);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.between-rounds-sticky:hover,
.between-rounds-sticky:focus-visible {
    color: var(--color-ink);
    transform: translateY(-3px) rotate(0deg);
    box-shadow: -7px 7px 0 var(--color-red);
}

.between-rounds-sticky::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.02) 45%, var(--color-paper) 46%);
    border-left: 2px solid var(--color-ink);
    border-top: 2px solid var(--color-ink);
    border-radius: 5px 0 0 0;
}

.between-rounds-sticky-pin {
    position: absolute;
    top: 0.5rem;
    right: 0.6rem;
    width: 0.65rem;
    height: 0.65rem;
    background: var(--color-red);
    border: 2px solid var(--color-ink);
    border-radius: 50%;
    box-shadow: 1px 1px 0 var(--color-ink);
}

.between-rounds-sticky-kicker {
    color: var(--color-red);
    font-family: var(--font-condensed);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.between-rounds-sticky strong {
    max-width: 8.5ch;
    color: var(--color-ink);
    font-size: 1.22rem;
    font-weight: 700;
    line-height: 0.96;
}

.between-rounds-sticky-meta {
    margin-top: 0.28rem;
    color: var(--color-ink);
    font-family: var(--font-condensed);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .br-hero-inner,
    .br-split-section,
    .br-band-grid,
    .br-audience-grid,
    .br-topic-grid,
    .br-format,
    .br-invite-band,
    .br-partner,
    .br-faq-grid {
        grid-template-columns: 1fr;
    }

    .br-hero-panel {
        min-height: 420px;
    }

    .br-topic-card {
        min-height: auto;
    }

    .br-split-section {
        width: min(var(--site-max), calc(100% - 28px));
    }
}

@media (max-width: 640px) {
    .br-hero,
    .br-statement,
    .br-split-section,
    .br-red-band,
    .br-audience,
    .br-topics,
    .br-format,
    .br-invite-band,
    .br-partner,
    .br-faq,
    .br-final-cta {
        padding: 3.25rem 0;
    }

    .br-hero h1 {
        font-size: clamp(3.8rem, 19vw, 5.4rem);
    }

    .between-rounds-page .site-nav,
    .between-rounds-page .br-hero-inner,
    .between-rounds-page .br-statement,
    .between-rounds-page .br-split-section,
    .between-rounds-page .br-band-inner,
    .between-rounds-page .br-audience,
    .between-rounds-page .br-topics,
    .between-rounds-page .br-format,
    .between-rounds-page .br-invite-band,
    .between-rounds-page .br-request-section,
    .between-rounds-page .br-partner,
    .between-rounds-page .br-faq,
    .between-rounds-page .footer-inner {
        width: min(var(--site-max), calc(100% - 32px));
        max-width: calc(100% - 32px);
    }

    .br-hero-actions,
    .br-hero-actions .button,
    .br-hero-actions .text-link {
        width: 100%;
    }

    .br-split-card {
        padding: 1.05rem;
        gap: 1rem;
    }

    .br-split-card h2 {
        font-size: clamp(1.85rem, 9.4vw, 2.55rem);
        line-height: 1.04;
        letter-spacing: 0;
    }

    .br-split-card p:not(.eyebrow) {
        font-size: 1rem;
        line-height: 1.55;
    }

    .br-noise-card {
        min-height: 260px;
        padding: 1.2rem;
    }

    .br-noise-card p {
        font-size: clamp(1.05rem, 6vw, 1.45rem);
        line-height: 1.05;
    }

    .br-peek-asset {
        right: -92%;
        top: -4%;
        width: 170%;
        opacity: 0.16;
    }

    .br-hero-panel {
        min-height: 360px;
        box-shadow: -8px 8px 0 var(--color-red);
    }

    .br-date-card {
        max-width: 10.5rem;
    }

    .br-invite-band,
    .br-partner {
        gap: 1.6rem;
    }

    .br-invite-band h2,
    .br-partner h2 {
        font-size: clamp(2rem, 10.2vw, 3rem);
        line-height: 1;
    }

    .br-band-asset,
    .br-band-asset-small {
        width: min(280px, 84%);
        justify-self: center;
    }

    .br-request-section {
        overflow: hidden;
    }

    .br-request-section .join-form {
        box-shadow: 0 7px 0 var(--color-red);
    }

    .br-panel-note span {
        font-size: 0.85rem;
    }

    .br-stack-asset {
        right: -20%;
        width: 115%;
    }

    .br-flow-list li {
        padding-left: 3.75rem;
    }

    .between-rounds-sticky {
        left: 0.85rem;
        right: auto;
        bottom: 5.15rem;
        width: min(178px, calc(100vw - 1.7rem));
        padding: 0.78rem 0.86rem 0.72rem;
        transform: rotate(-1deg);
        box-shadow: -4px 4px 0 var(--color-red);
    }

    .between-rounds-sticky-kicker {
        font-size: 0.7rem;
    }

    .between-rounds-sticky strong {
        max-width: none;
        font-size: 1rem;
        line-height: 1;
    }

    .between-rounds-sticky-meta {
        margin-top: 0.16rem;
        font-size: 0.9rem;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 138px;
    overflow-x: hidden;
}

body {
    margin: 0;
    background: var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-sans);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.between-rounds-page {
    max-width: 100%;
    overflow-x: hidden;
}

.between-rounds-page main,
.between-rounds-page .site-header {
    max-width: 100%;
    overflow-x: hidden;
}

body::selection {
    background: var(--color-red);
    color: var(--color-white);
}

img,
iframe {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

p,
h1,
h2,
h3 {
    margin: 0;
}

section[id],
article[id],
div[id] {
    scroll-margin-top: 148px;
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 20;
    transform: translateY(-150%);
    background: var(--color-ink);
    color: var(--color-white);
    padding: 0.7rem 1rem;
    border-radius: var(--radius);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background:
        linear-gradient(rgba(251, 250, 247, 0.98), rgba(251, 250, 247, 0.98)),
        url("images/oto-graph-paper.jpg") center / 340px auto;
    border-bottom: 2px solid var(--color-ink);
    box-shadow: 0 8px 22px rgba(17, 17, 17, 0.06);
    backdrop-filter: none;
}

.site-nav,
.hero-inner,
.intro-section,
.pathways,
.feature-strip,
.media-section,
.event-showcase,
.events-section,
.event-downloads,
.split-feature,
.share-section,
.log-section,
.join-section,
.contact-section,
.footer-inner {
    width: min(var(--site-max), calc(100% - 40px));
    margin: 0 auto;
}

.site-nav {
    min-height: 76px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--font-logo);
    font-weight: 800;
    letter-spacing: 0;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    background: var(--color-red);
    color: var(--color-white);
    border: 3px solid var(--color-ink);
    border-radius: 50%;
    font-size: 0.78rem;
    letter-spacing: 0;
    text-transform: lowercase;
    transform: rotate(-4deg);
}

.brand-logo-slot {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 4px;
    background: transparent;
    border: 0;
    border-radius: 50%;
    transform: rotate(-4deg);
}

.brand-logo-slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transform: scale(1.24);
}

.brand-name {
    max-width: 9rem;
    font-size: 0.9rem;
    line-height: 1.05;
    text-transform: lowercase;
}

.nav-links {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    font-size: 0.92rem;
    font-weight: 700;
    scrollbar-width: none;
}

.nav-links::-webkit-scrollbar {
    display: none;
}

.nav-links a,
.text-link,
.pathway-card a,
.footer-links a {
    text-underline-offset: 0.24em;
}

.nav-links a:hover,
.text-link:hover,
.pathway-card a:hover,
.footer-links a:hover {
    color: var(--color-red);
    text-decoration: underline;
}

.nav-cta {
    justify-self: end;
    color: var(--color-red);
    font-weight: 800;
}

.social-follow {
    position: fixed;
    right: clamp(1rem, 2vw, 1.5rem);
    bottom: clamp(1rem, 2vw, 1.5rem);
    z-index: 9;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem;
    background: var(--color-ink);
    color: var(--color-white);
    border: 2px solid var(--color-ink);
    border-radius: 999px;
    box-shadow: 8px 8px 0 var(--color-red);
}

.social-follow span {
    padding: 0 0.55rem 0 0.65rem;
    color: var(--color-white);
    font-family: var(--font-condensed);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.social-follow a {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    background: var(--color-white);
    color: var(--color-ink);
    border-radius: 50%;
    font-size: 0.78rem;
    font-weight: 900;
}

.social-follow svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.social-follow svg path[d*="10.4"] {
    fill: currentColor;
    stroke: none;
}

.social-follow a:hover {
    background: var(--color-red);
    color: var(--color-white);
}

.community-float {
    position: fixed;
    left: clamp(1rem, 2vw, 1.5rem);
    bottom: clamp(1rem, 2vw, 1.5rem);
    z-index: 9;
    min-height: 48px;
    padding: 0.7rem 1rem;
    background: var(--color-red);
    color: var(--color-white);
    border: 2px solid var(--color-ink);
    border-radius: 999px;
    box-shadow: 7px 7px 0 var(--color-ink);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 900;
    cursor: pointer;
}

.community-float:hover {
    background: var(--color-ink);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 6.5rem 0 5rem;
    border-bottom: 3px solid var(--color-ink);
    background:
        linear-gradient(rgba(251, 250, 247, 0.86), rgba(251, 250, 247, 0.86)),
        url("images/oto-graph-paper.jpg") center / 420px auto;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0 -10vw 0 auto;
    width: min(52vw, 780px);
    background:
        linear-gradient(rgba(217, 31, 17, 0.94), rgba(217, 31, 17, 0.94)),
        linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
    background-size: auto, 42px 42px, 42px 42px;
    transform: skewX(-11deg);
    transform-origin: bottom right;
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(380px, 1.06fr);
    gap: clamp(2.4rem, 6vw, 5.5rem);
    align-items: center;
}

.hero-copy {
    display: grid;
    gap: 1.5rem;
}

.eyebrow,
.section-kicker,
.article-type,
.event-status,
.media-card p {
    color: var(--color-red);
    font-family: var(--font-condensed);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

h1 {
    max-width: 11.4ch;
    font-size: clamp(3.6rem, 7.3vw, 7.2rem);
    line-height: 0.92;
    letter-spacing: 0;
}

.hero h1 {
    font-size: clamp(3.5rem, 6.2vw, 6.2rem);
    line-height: 0.94;
}

h2 {
    font-size: clamp(2.2rem, 5vw, 5.2rem);
    line-height: 0.96;
    letter-spacing: 0;
}

h3 {
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.06;
    letter-spacing: 0;
}

.hero-subtext {
    max-width: 34rem;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.42;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.35rem;
    padding-top: 0.3rem;
}

.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: var(--radius);
    padding: 0.86rem 1.25rem;
    font-size: 0.96rem;
    font-weight: 850;
    line-height: 1.18;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button-primary {
    background: var(--color-red);
    border-color: var(--color-red);
    color: var(--color-white);
}

.button-primary:hover {
    background: var(--color-red-dark);
    border-color: var(--color-red-dark);
}

.button-secondary {
    background: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-red);
}

.button-secondary:hover {
    background: transparent;
    color: var(--color-white);
}

.text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0;
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer;
}

.text-link.light {
    color: var(--color-white);
}

.featured-video {
    position: relative;
    display: grid;
    gap: 1rem;
    padding-top: 5.2rem;
}

.hero-sketch {
    position: absolute;
    z-index: 4;
    top: 0.15rem;
    right: -3.8rem;
    width: clamp(96px, 11vw, 138px);
    aspect-ratio: 1;
    pointer-events: none;
    transform: rotate(5deg);
}

.video-frame {
    position: relative;
    z-index: 2;
}

.video-caption {
    position: relative;
    z-index: 3;
}

.hero-sketch svg,
.hero-sketch img {
    width: 100%;
    overflow: visible;
}

.hero-sketch img {
    height: 100%;
    display: block;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.hero-sketch span {
    position: absolute;
    right: 0.2rem;
    bottom: 1.1rem;
    color: var(--color-white);
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 3vw, 2.7rem);
    font-weight: 800;
    letter-spacing: 0;
    transform: rotate(-13deg);
}

.sketch-line {
    fill: none;
    stroke: var(--color-ink);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sketch-line.red {
    stroke: var(--color-red);
}

.hero-sketch .sketch-line.red {
    stroke: var(--color-white);
}

.card-doodle .sketch-line {
    stroke-width: 7;
}

.video-frame {
    overflow: hidden;
    background: var(--color-ink);
    border-radius: var(--radius);
    border: 4px solid var(--color-ink);
    box-shadow: -12px 12px 0 var(--color-white), -18px 18px 0 var(--color-ink);
}

.video-frame iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.video-poster {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: var(--color-ink);
    border: 0;
    cursor: pointer;
    aspect-ratio: 16 / 9;
    font: inherit;
}

.video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.05);
    opacity: 0.82;
    transition: transform 220ms ease, opacity 220ms ease;
}

.video-poster:hover img {
    transform: scale(1.03);
    opacity: 0.95;
}

.video-poster::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(17, 17, 17, 0.05), rgba(17, 17, 17, 0.46));
    z-index: 1;
}

.play-badge {
    position: absolute;
    left: 1.2rem;
    bottom: 1.2rem;
    z-index: 2;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    background: var(--color-white);
    color: var(--color-red);
    border: 3px solid var(--color-ink);
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 6px 6px 0 var(--color-ink);
}

.video-caption {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.8rem;
    align-items: start;
    width: min(100%, 520px);
    padding: 0.72rem 0.9rem;
    background: var(--color-white);
    color: var(--color-muted);
    border: 3px solid var(--color-ink);
    border-radius: 6px;
    box-shadow: 7px 7px 0 var(--color-ink);
    font-size: 0.95rem;
    transform: rotate(-1deg);
}

.video-caption span {
    color: var(--color-red);
    font-weight: 850;
}

.ticker {
    overflow: hidden;
    border-bottom: 1px solid var(--color-line);
    background: var(--color-ink);
    color: var(--color-white);
}

.ticker-track {
    width: max-content;
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 2.2rem;
    padding: 0 1.1rem;
    animation: tickerMove 24s linear infinite;
}

.ticker-track::-webkit-scrollbar {
    display: none;
}

.ticker-track span {
    white-space: nowrap;
    color: var(--color-white);
    font-size: clamp(1rem, 2.2vw, 1.55rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ticker-track span::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 2.2rem;
    background: var(--color-red);
    border-radius: 50%;
    vertical-align: middle;
}

.ticker-fallback {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

@keyframes tickerMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-33.333%);
    }
}

.intro-section,
.pathways,
.feature-strip,
.media-section,
.event-showcase,
.events-section,
.event-downloads,
.split-feature,
.share-section,
.log-section,
.join-section {
    padding: clamp(4.5rem, 9vw, 7rem) 0;
}

.intro-section,
.event-showcase,
.event-downloads,
.split-feature,
.share-section,
.join-section {
    background:
        linear-gradient(rgba(251, 250, 247, 0.9), rgba(251, 250, 247, 0.9)),
        url("images/oto-graph-paper.jpg") center / 420px auto;
}

.section-kicker {
    margin-bottom: 1.25rem;
}

.intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.8fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
}

.intro-copy {
    display: grid;
    gap: 1.35rem;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: clamp(1.16rem, 1.7vw, 1.36rem);
    line-height: 1.62;
}

.intro-copy strong {
    color: var(--color-ink);
    font-family: var(--font-sans);
}

.sketch-break {
    width: min(var(--site-max), calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.3rem;
    padding: 0 0 clamp(4.5rem, 9vw, 7rem);
}

.sketch-card {
    min-height: 260px;
    display: grid;
    align-content: start;
    gap: 0.85rem;
    padding: clamp(1rem, 2.4vw, 1.4rem);
    background:
        linear-gradient(rgba(251, 250, 247, 0.72), rgba(251, 250, 247, 0.72)),
        url("images/oto-graph-paper.jpg") center / 360px auto;
    border: 4px solid var(--color-ink);
    border-radius: 6px;
    box-shadow: 10px 10px 0 var(--color-red);
}

.sketch-card svg,
.sketch-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    max-height: 180px;
}

.sketch-card img {
    height: 150px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transform: scale(1.12);
}

.sketch-card h3 {
    color: var(--color-red);
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    letter-spacing: 0;
    transform: rotate(-2deg);
}

.reflection-teaser {
    color: inherit;
}

.reflection-teaser:hover {
    color: inherit;
    transform: translateY(-4px) rotate(0deg);
}

.reflection-teaser blockquote {
    margin: 0;
    color: var(--color-ink);
    font-size: clamp(1.02rem, 1.5vw, 1.16rem);
    font-weight: 700;
    line-height: 1.38;
}

.reflection-teaser span {
    align-self: end;
    color: var(--color-red);
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.tilt-left {
    transform: rotate(-1.6deg);
}

.tilt-right {
    transform: rotate(1.8deg);
}

.pathways {
    border-top: 1px solid var(--color-line);
}

.section-heading {
    display: grid;
    gap: 0.9rem;
    max-width: 720px;
    margin-bottom: clamp(2.4rem, 5vw, 4rem);
}

.section-heading.compact {
    max-width: 840px;
}

.pathway-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--color-ink);
    border-bottom: 1px solid var(--color-line);
}

.pathway-card {
    display: grid;
    gap: 1.25rem;
    min-height: 320px;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border-right: 2px solid var(--color-ink);
    background:
        linear-gradient(rgba(251, 250, 247, 0.76), rgba(251, 250, 247, 0.76)),
        url("images/oto-graph-paper.jpg") center / 330px auto;
}

.pathway-card:last-child {
    border-right: 0;
}

.pathway-card:hover {
    background: var(--color-white);
}

.card-doodle {
    display: none;
}

.pathway-asset {
    width: min(62%, 180px);
    height: 120px;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    margin: 1rem 0 1.4rem;
    mix-blend-mode: multiply;
    transform: scale(1.55);
    transform-origin: center;
}

.card-number {
    color: var(--color-red);
    font-size: 0.83rem;
    font-weight: 900;
}

.pathway-card p {
    color: var(--color-muted);
    font-size: 1.02rem;
}

.pathway-card a {
    align-self: end;
    font-weight: 850;
}

.feature-strip {
    border-bottom: 1px solid var(--color-line);
    background: var(--color-white);
}

.article-list {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--color-ink);
}

.article-card {
    display: grid;
    grid-template-columns: 0.32fr 1fr 0.7fr;
    gap: 1.5rem;
    padding: 1.6rem 0;
    border-bottom: 1px solid var(--color-line);
}

.article-card p:last-child {
    color: var(--color-muted);
}

.media-section {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(20px, 1fr) minmax(0, 430px) minmax(0, 690px) minmax(20px, 1fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    background:
        linear-gradient(rgba(217, 31, 17, 0.92), rgba(217, 31, 17, 0.92)),
        linear-gradient(to right, rgba(0, 0, 0, 0.12) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 1px, transparent 1px);
    background-size: auto, 42px 42px, 42px 42px;
    color: var(--color-white);
    border-block: 4px solid var(--color-ink);
}

.media-copy {
    grid-column: 2;
    display: grid;
    gap: 1.25rem;
}

.media-copy p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--font-serif);
    font-size: 1.2rem;
}

.media-copy .eyebrow {
    color: var(--color-white);
}

.media-grid {
    grid-column: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.media-card {
    overflow: hidden;
    background: var(--color-white);
    color: var(--color-ink);
    border: 4px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.3);
}

.media-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    filter: grayscale(18%);
}

.media-card img[src$=".svg"] {
    object-fit: contain;
    padding: 1rem;
    background:
        linear-gradient(rgba(251, 250, 247, 0.78), rgba(251, 250, 247, 0.78)),
        url("images/oto-graph-paper.jpg") center / 280px auto;
    filter: none;
}

.media-card div {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0.55rem;
    align-content: start;
    padding: 1rem;
    min-height: 160px;
}

.media-card p {
    color: var(--color-red);
}

.media-card h3 {
    margin: 0;
    max-width: none;
    min-height: 3.2em;
    line-height: 1.06;
}

.event-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.66fr);
    gap: clamp(1.6rem, 5vw, 4rem);
    align-items: center;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
}

.event-showcase-copy {
    display: grid;
    gap: 1.1rem;
}

.event-showcase-copy p:not(.eyebrow) {
    max-width: 42rem;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 1.22rem;
}

.event-showcase-details {
    display: grid;
    max-width: 520px;
    margin: 0.4rem 0 0;
    border-top: 2px solid var(--color-ink);
}

.event-showcase-details div {
    display: grid;
    grid-template-columns: 0.34fr 1fr;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--color-line);
}

.event-showcase-details dt {
    color: var(--color-red);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.event-showcase-details dd {
    margin: 0;
    font-weight: 850;
}

.event-showcase-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.event-showcase-card {
    overflow: hidden;
    display: grid;
    background: var(--color-ink);
    color: var(--color-white);
    border: 4px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: 12px 12px 0 var(--color-red);
    transform: rotate(1deg);
}

.event-showcase-card:hover {
    transform: translateY(-3px) rotate(0deg);
}

.event-showcase-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.event-showcase-card div {
    display: grid;
    gap: 0.8rem;
    padding: clamp(1rem, 3vw, 1.35rem);
}

.event-showcase-card .article-type,
.event-showcase-card span {
    color: var(--color-white);
}

.event-showcase-card h3 {
    color: var(--color-white);
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    line-height: 1.08;
}

.event-showcase-card span {
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.events-section {
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
    border-bottom: 1px solid var(--color-line);
    background:
        linear-gradient(rgba(251, 250, 247, 0.92), rgba(251, 250, 247, 0.92)),
        url("images/oto-graph-paper.jpg") center / 420px auto;
}

.events-heading p:not(.eyebrow) {
    max-width: 48rem;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 1.22rem;
}

.events-page-section {
    padding-top: 0;
}

.events-hero h1 {
    max-width: 13ch;
}

.event-hero-photo {
    overflow: hidden;
    padding: 0;
}

.event-hero-photo img {
    width: 100%;
    aspect-ratio: 4 / 5;
    max-height: none;
    object-fit: cover;
    mix-blend-mode: normal;
}

.upcoming-event-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
    gap: clamp(1.6rem, 4vw, 3rem);
    align-items: start;
    padding: clamp(1.4rem, 4vw, 2.6rem);
    background:
        linear-gradient(rgba(196, 0, 0, 0.95), rgba(196, 0, 0, 0.95)),
        linear-gradient(to right, rgba(0, 0, 0, 0.12) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 1px, transparent 1px);
    background-size: auto, 42px 42px, 42px 42px;
    color: var(--color-white);
    border: 4px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: 12px 12px 0 var(--color-ink);
}

.upcoming-event-copy {
    display: grid;
    gap: 1.05rem;
}

.upcoming-event-copy h3 {
    color: var(--color-white);
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.96;
}

.upcoming-event-copy p:not(.event-status):not(.event-subtitle) {
    max-width: 46rem;
    color: rgba(250, 250, 250, 0.84);
    font-family: var(--font-serif);
    font-size: 1.1rem;
}

.event-subtitle {
    color: var(--color-white);
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1;
}

.event-details {
    display: grid;
    margin: 1rem 0 0;
    border-top: 1px solid rgba(250, 250, 250, 0.32);
}

.event-details div {
    display: grid;
    grid-template-columns: 0.32fr 1fr;
    gap: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(250, 250, 250, 0.32);
}

.event-details dt {
    color: rgba(250, 250, 250, 0.76);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.event-details dd {
    margin: 0;
    color: var(--color-white);
    font-weight: 850;
}

.upcoming-event-card .button {
    justify-self: start;
    background: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-red);
}

.upcoming-event-card .button:hover {
    background: var(--color-ink);
    border-color: var(--color-ink);
    color: var(--color-white);
}

.event-topics-card {
    display: grid;
    gap: 1rem;
    padding: clamp(1.1rem, 3vw, 1.6rem);
    background:
        linear-gradient(rgba(251, 250, 247, 0.86), rgba(251, 250, 247, 0.86)),
        url("images/oto-graph-paper.jpg") center / 320px auto;
    color: var(--color-ink);
    border: 3px solid var(--color-ink);
    border-radius: 6px;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.28);
    transform: rotate(1.2deg);
}

.event-topics-card h4,
.past-events-header h2,
.past-events-header h3,
.past-event-copy h3,
.past-event-copy h4 {
    margin: 0;
    font-size: clamp(1.7rem, 3.5vw, 2.8rem);
    line-height: 1;
}

.event-topics-card ul,
.event-topic-list {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.event-topics-card li,
.event-topic-list li {
    padding: 0.72rem 0 0.72rem 0.85rem;
    border-left: 4px solid var(--color-red);
    background: rgba(250, 250, 250, 0.62);
    font-weight: 800;
}

.event-note {
    color: var(--color-muted);
    font-size: 0.95rem;
    font-weight: 650;
}

.past-events-header {
    display: grid;
    gap: 0.65rem;
}

.past-events-header p:not(.eyebrow) {
    max-width: 46rem;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 1.12rem;
}

.past-events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.2rem, 3vw, 2rem);
}

.past-event-card {
    overflow: hidden;
    display: grid;
    background: var(--color-white);
    border: 4px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: 10px 10px 0 var(--color-red);
}

.event-photo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    padding: 0.35rem;
    background: var(--color-ink);
}

.event-photo-grid img {
    width: 100%;
    height: 100%;
    min-height: 160px;
    object-fit: cover;
    filter: saturate(0.96) contrast(1.04);
}

.event-photo-main {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
}

.past-event-copy {
    display: grid;
    gap: 1rem;
    padding: clamp(1.1rem, 3vw, 1.6rem);
}

.past-event-copy p:not(.event-status) {
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 1.04rem;
}

.speaker-section {
    display: grid;
    gap: clamp(1.5rem, 4vw, 2.6rem);
    padding-top: clamp(2rem, 5vw, 4rem);
}

.speaker-section[hidden] {
    display: none;
}

.speaker-section .section-heading p:not(.eyebrow) {
    max-width: 42rem;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 1.1rem;
}

.speaker-announcement {
    width: min(100%, 900px);
}

.speaker-coming-soon-card {
    display: grid;
    gap: 0.9rem;
    max-width: 760px;
    padding: clamp(1.25rem, 3vw, 2rem);
    background:
        linear-gradient(rgba(250, 250, 250, 0.94), rgba(250, 250, 250, 0.94)),
        url("images/oto-graph-paper.jpg") center / 280px auto;
    border: 3px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: -10px 10px 0 var(--color-red);
}

.speaker-coming-soon-card h3 {
    max-width: 18ch;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 0.98;
}

.speaker-coming-soon-card p:not(.article-type) {
    max-width: 42rem;
    color: var(--color-muted);
}

.speaker-coming-soon-card .button {
    justify-self: start;
}

.speaker-grid {
    width: min(100%, 900px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.speaker-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem;
}

.speaker-card {
    display: grid;
    gap: 0.65rem;
    align-content: start;
    padding: 0.82rem;
    background: var(--color-white);
    border: 3px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: 6px 6px 0 var(--color-red);
}

.speaker-photo-placeholder {
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 3;
    background:
        linear-gradient(rgba(251, 250, 247, 0.82), rgba(251, 250, 247, 0.82)),
        url("images/oto-graph-paper.jpg") center / 280px auto;
    border: 2px dashed var(--color-line);
}

.speaker-photo-placeholder span {
    color: var(--color-red);
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-weight: 800;
    transform: rotate(-4deg);
}

.speaker-card h3 {
    font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}

.speaker-card p:last-child {
    color: var(--color-muted);
}

.event-downloads {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(320px, 0.76fr);
    gap: clamp(1.6rem, 5vw, 4rem);
    align-items: start;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
}

.download-grid {
    display: grid;
    gap: 1rem;
}

.download-card {
    display: grid;
    gap: 0.75rem;
    padding: clamp(1.1rem, 3vw, 1.5rem);
    background: var(--color-ink);
    color: var(--color-white);
    border: 3px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: 8px 8px 0 var(--color-red);
}

.download-card .article-type,
.download-card span {
    color: var(--color-white);
}

.download-card h3 {
    color: var(--color-white);
}

.download-card span {
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.watch-hero h1 {
    max-width: 14ch;
}

.watch-hero-card {
    overflow: hidden;
    padding: 0;
}

.watch-hero-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    max-height: none;
    object-fit: cover;
    mix-blend-mode: normal;
}

.watch-section {
    display: grid;
    gap: clamp(1.6rem, 4vw, 2.8rem);
    padding: clamp(4rem, 8vw, 6rem) 0;
    border-top: 1px solid var(--color-line);
}

.watch-section .section-heading p:not(.eyebrow) {
    max-width: 42rem;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 1.12rem;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.video-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
    align-content: start;
    min-width: 0;
    padding: 0.75rem;
    background: var(--color-white);
    border: 3px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: 8px 8px 0 var(--color-red);
}

.video-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-self: stretch;
    padding: 0;
    background: var(--color-ink);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    aspect-ratio: 16 / 9;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    filter: saturate(0.96) contrast(1.04);
    transition: transform 180ms ease;
}

.video-thumb:hover img {
    transform: scale(1.03);
}

.video-thumb span {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0.45rem 0.75rem;
    background: var(--color-red);
    color: var(--color-white);
    border: 2px solid var(--color-white);
    border-radius: 999px;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 900;
}

.video-card h3 {
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.shorts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.short-card {
    background:
        linear-gradient(rgba(251, 250, 247, 0.86), rgba(251, 250, 247, 0.86)),
        url("images/oto-graph-paper.jpg") center / 280px auto;
}

.short-card .video-thumb {
    background: var(--color-white);
    aspect-ratio: 9 / 12;
}

.short-card .video-thumb img {
    aspect-ratio: 9 / 16;
    object-fit: contain;
    padding: clamp(0.75rem, 2vw, 1.1rem);
    background: var(--color-white);
    filter: none;
}

.watch-closing {
    background:
        linear-gradient(rgba(251, 250, 247, 0.9), rgba(251, 250, 247, 0.9)),
        url("images/oto-graph-paper.jpg") center / 420px auto;
}

.split-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.58fr);
    gap: clamp(2rem, 6vw, 4.5rem);
    align-items: start;
}

.share-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.64fr);
    gap: clamp(2rem, 6vw, 4.5rem);
    border-top: 1px solid var(--color-line);
}

.share-copy {
    display: grid;
    gap: 1.25rem;
    align-content: start;
}

.share-copy p {
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 1.22rem;
}

.feature-copy {
    display: grid;
    gap: 1.25rem;
}

.feature-copy .button {
    justify-self: start;
}

.feature-copy p:not(.eyebrow) {
    max-width: 38rem;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 1.28rem;
}

.event-card {
    display: grid;
    gap: 1.4rem;
    padding: clamp(1.4rem, 3vw, 2rem);
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    background: var(--color-white);
    box-shadow: var(--shadow-soft);
}

.event-card dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.event-card dl div {
    display: grid;
    grid-template-columns: 0.42fr 1fr;
    gap: 1rem;
    padding: 1rem 0;
    border-top: 1px solid var(--color-line);
}

.event-card dt {
    color: var(--color-muted);
    font-size: 0.85rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.event-card dd {
    margin: 0;
    font-weight: 800;
}

.event-cta {
    justify-self: start;
    margin-top: 0.2rem;
}

.log-section {
    padding-top: 0;
}

.log-card {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.7fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    padding: clamp(2rem, 5vw, 4.5rem);
    background:
        linear-gradient(rgba(217, 31, 17, 0.94), rgba(217, 31, 17, 0.94)),
        linear-gradient(to right, rgba(0, 0, 0, 0.12) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 1px, transparent 1px);
    background-size: auto, 42px 42px, 42px 42px;
    color: var(--color-white);
    border: 4px solid var(--color-ink);
    border-radius: var(--radius);
}

.log-card .eyebrow {
    color: var(--color-white);
}

.log-copy {
    display: grid;
    gap: 1.25rem;
}

.log-copy p:not(.eyebrow) {
    max-width: 38rem;
    color: #ffe4df;
    font-family: var(--font-serif);
    font-size: 1.22rem;
}

.log-preview {
    display: grid;
    place-items: center;
}

.journal-page {
    width: min(100%, 330px);
    aspect-ratio: 0.72;
    display: grid;
    gap: 0.8rem;
    align-content: start;
    padding: 1.3rem;
    background: var(--color-paper);
    color: var(--color-ink);
    transform: rotate(-3deg);
    box-shadow: 18px 18px 0 rgba(17, 17, 17, 0.2);
}

.journal-page span {
    display: block;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--color-line);
    color: var(--color-muted);
    font-size: 0.9rem;
    font-weight: 800;
}

.join-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.72fr);
    gap: clamp(2rem, 6vw, 4rem);
    align-items: start;
    min-width: 0;
}

.join-copy {
    display: grid;
    gap: 1.2rem;
    min-width: 0;
}

.join-copy p:not(.eyebrow) {
    max-width: 36rem;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 1.2rem;
}

.join-form {
    display: grid;
    gap: 1rem;
    padding: clamp(1.35rem, 3vw, 2rem);
    background: var(--color-white);
    border: 3px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: 10px 10px 0 var(--color-red);
    min-width: 0;
    max-width: 100%;
}

.join-form label {
    display: grid;
    gap: 0.45rem;
    color: var(--color-muted);
    font-size: 0.82rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.join-form label small {
    color: var(--color-muted);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.required-marker {
    color: var(--color-red);
    font-weight: 950;
}

.join-form input,
.join-form select,
.join-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--color-line);
    border-radius: 6px;
    background: var(--color-paper);
    color: var(--color-ink);
    font: inherit;
    padding: 0.75rem 0.85rem;
}

.join-form input[type="submit"] {
    width: fit-content;
    min-width: 11rem;
    border: 2px solid var(--color-red);
    background: var(--color-red);
    color: var(--color-white);
    cursor: pointer;
}

.join-form input[type="submit"]:hover {
    background: var(--color-red-dark);
    border-color: var(--color-red-dark);
}

.join-form input[type="submit"]:disabled {
    background: var(--color-muted);
    border-color: var(--color-muted);
    color: var(--color-white);
    cursor: not-allowed;
    opacity: 0.72;
    transform: none;
}

.join-form .consent-field {
    grid-template-columns: minmax(18px, auto) minmax(0, 1fr);
    align-items: start;
    gap: 0.75rem;
    color: var(--color-muted);
    font-size: 0.78rem;
    font-weight: 650;
    line-height: 1.45;
    text-transform: none;
    letter-spacing: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.join-form input[type="checkbox"] {
    width: 18px;
    min-height: 18px;
    height: 18px;
    margin-top: 0.1rem;
    accent-color: var(--color-red);
}

.join-form select {
    appearance: none;
    padding-right: 2.55rem;
    text-overflow: ellipsis;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--color-ink) 50%),
        linear-gradient(135deg, var(--color-ink) 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 52%,
        calc(100% - 12px) 52%;
    background-size: 6px 6px;
    background-repeat: no-repeat;
}

.join-form textarea {
    min-height: 150px;
    resize: vertical;
}

.join-form input:focus,
.join-form select:focus,
.join-form textarea:focus {
    outline: 2px solid var(--color-red);
    outline-offset: 2px;
}

.form-helper {
    margin: -0.2rem 0 0;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 0.95rem;
    line-height: 1.35;
}

.form-helper.is-ready {
    color: var(--color-red);
}

.form-success {
    display: block;
    margin: 0;
    padding: 0.9rem 1rem;
    background: var(--color-panel);
    color: var(--color-ink);
    border: 2px solid var(--color-red);
    border-radius: var(--radius);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.45;
}

.form-success[hidden] {
    display: none;
}

.join-form.is-submitted input[type="submit"] {
    background: var(--color-ink);
    border-color: var(--color-ink);
    color: var(--color-white);
}

.form-submit-frame {
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

.contact-section {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.68fr);
    gap: clamp(2rem, 6vw, 4rem);
    align-items: start;
    padding: clamp(3.5rem, 7vw, 5rem) 0;
    border-top: 3px solid var(--color-ink);
}

.story-form-section {
    background:
        linear-gradient(rgba(228, 226, 221, 0.88), rgba(228, 226, 221, 0.88)),
        url("images/oto-graph-paper.jpg") center / 280px auto;
    padding-inline: clamp(1rem, 4vw, 2.5rem);
}

.story-form {
    box-shadow: 10px 10px 0 var(--color-ink);
}

.contact-copy {
    display: grid;
    gap: 1.15rem;
}

.contact-copy p:not(.eyebrow) {
    max-width: 42rem;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 1.15rem;
    overflow-wrap: break-word;
}

.contact-social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.85rem;
    margin-top: 0.6rem;
}

.social-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    min-height: 118px;
    padding: 1rem;
    background:
        linear-gradient(rgba(251, 250, 247, 0.86), rgba(251, 250, 247, 0.86)),
        url("images/oto-graph-paper.jpg") center / 260px auto;
    border: 3px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: 6px 6px 0 var(--color-red);
}

.social-card span {
    color: var(--color-red);
    font-family: var(--font-condensed);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.social-card svg {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    padding: 0.45rem;
    background: var(--color-ink);
    color: var(--color-white);
    border-radius: 50%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.social-card svg path[d*="10.4"] {
    fill: currentColor;
    stroke: none;
}

.social-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0 var(--color-red);
}

.site-footer {
    background: var(--color-ink);
    color: var(--color-white);
    padding: 3.5rem 0;
}

.footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.52fr);
    gap: 2rem;
}

.footer-brand {
    margin-bottom: 1.25rem;
}

.site-footer p {
    max-width: 34rem;
    color: #cbc7bf;
    font-family: var(--font-serif);
    font-size: 1.1rem;
}

.footer-links {
    justify-self: end;
    display: grid;
    gap: 0.72rem;
    font-weight: 800;
}

.page-hero,
.read-feature,
.read-list,
.read-closing,
.watch-section,
.article-page,
.article-next,
.policy-page,
.thank-you-page {
    width: min(var(--site-max), calc(100% - 40px));
    margin: 0 auto;
}

.policy-page {
    padding: clamp(4.5rem, 9vw, 7rem) 0;
}

.policy-header,
.policy-body,
.thank-you-copy {
    display: grid;
    gap: 1.2rem;
}

.policy-header {
    margin-bottom: clamp(2.4rem, 6vw, 4rem);
}

.policy-header h1 {
    max-width: 11ch;
}

.policy-header p:not(.eyebrow),
.thank-you-copy p:not(.eyebrow) {
    max-width: 44rem;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
}

.policy-body {
    max-width: 830px;
}

.policy-body section {
    display: grid;
    gap: 0.75rem;
    padding: clamp(1.2rem, 3vw, 1.7rem) 0;
    border-top: 2px solid var(--color-line);
}

.policy-body h2 {
    color: var(--color-red);
    font-size: clamp(1.65rem, 3.4vw, 3.1rem);
}

.policy-body p {
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 1.06rem;
}

.thank-you-page {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.46fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
    padding: clamp(4.5rem, 9vw, 7rem) 0;
}

.thank-you-copy h1 {
    max-width: 10ch;
}

.page-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.48fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
    padding: clamp(4.5rem, 9vw, 7rem) 0;
    background:
        linear-gradient(rgba(250, 250, 250, 0.9), rgba(250, 250, 250, 0.9)),
        url("images/oto-graph-paper.jpg") center / 420px auto;
}

.page-hero-copy {
    display: grid;
    gap: 1.25rem;
}

.page-hero h1 {
    max-width: 12ch;
}

.page-hero p:not(.eyebrow) {
    max-width: 42rem;
    color: var(--color-muted);
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.page-hero-doodle {
    justify-self: end;
    width: min(100%, 310px);
    padding: 1rem;
    background:
        linear-gradient(rgba(250, 250, 250, 0.72), rgba(250, 250, 250, 0.72)),
        url("images/oto-graph-paper.jpg") center / 330px auto;
    border: 4px solid var(--color-ink);
    border-radius: 6px;
    box-shadow: 10px 10px 0 var(--color-red);
    transform: rotate(2deg);
}

.page-hero-doodle svg {
    width: 100%;
    display: block;
}

.asset-card img {
    width: 100%;
    aspect-ratio: 1;
    max-height: 280px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.read-feature {
    padding: 0 0 clamp(4.5rem, 8vw, 6rem);
}

.featured-reflection-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.featured-article-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.44fr) auto;
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: end;
    padding: clamp(1.4rem, 3vw, 2rem);
    background: var(--color-red);
    color: var(--color-white);
    border: 4px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: 12px 12px 0 var(--color-ink);
}

.featured-reflection-grid .featured-article-card {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 100%;
}

.featured-article-card .article-type,
.featured-article-card span {
    color: var(--color-white);
}

.featured-article-card h2,
.featured-article-card h3 {
    max-width: 12ch;
}

.featured-article-card p:not(.article-type) {
    color: rgba(250, 250, 250, 0.86);
    font-size: 1.05rem;
}

.featured-article-card span {
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.featured-article-card.is-black {
    background: var(--color-ink);
    color: var(--color-white);
    box-shadow: 10px 10px 0 var(--color-red);
}

.featured-article-card.is-black .article-type,
.featured-article-card.is-black span {
    color: var(--color-white);
}

.featured-article-card.is-black p:not(.article-type) {
    color: rgba(250, 250, 250, 0.78);
}

.read-list {
    padding: clamp(3rem, 7vw, 5.5rem) 0;
    border-top: 1px solid var(--color-line);
}

.muted-card {
    opacity: 0.68;
}

.read-closing,
.article-next {
    display: grid;
    gap: 1.4rem;
    justify-items: start;
    padding: clamp(3.5rem, 7vw, 5rem) 0;
    border-top: 3px solid var(--color-ink);
}

.read-closing h2,
.article-next h2 {
    max-width: 900px;
}

.recommendation-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}

.recommendation-card {
    display: grid;
    gap: 0.8rem;
    align-content: start;
    min-height: 230px;
    padding: clamp(1.2rem, 3vw, 1.7rem);
    background:
        linear-gradient(rgba(251, 250, 247, 0.86), rgba(251, 250, 247, 0.86)),
        url("images/oto-graph-paper.jpg") center / 330px auto;
    border: 3px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: 8px 8px 0 var(--color-red);
}

.recommendation-card:hover {
    transform: translateY(-3px);
}

.recommendation-card p:not(.article-type) {
    color: var(--color-muted);
}

.recommendation-card span {
    align-self: end;
    color: var(--color-red);
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.article-page {
    padding: clamp(4.5rem, 9vw, 7rem) 0 clamp(2.5rem, 6vw, 5rem);
}

.article-hero {
    display: grid;
    gap: 1.2rem;
    padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
    border-bottom: 3px solid var(--color-ink);
}

.article-hero h1 {
    max-width: 920px;
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: 0.98;
}

.article-deck {
    max-width: 760px;
    color: var(--color-muted);
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 500;
}

.article-body {
    width: min(100%, 820px);
    margin: 0 auto;
    padding-top: clamp(2.5rem, 6vw, 4.5rem);
}

.article-body p {
    color: var(--color-ink);
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
    line-height: 1.85;
    margin-bottom: 1.45rem;
}

.article-body h2 {
    margin: clamp(2.4rem, 5vw, 3.8rem) 0 1.05rem;
    color: var(--color-red);
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3.2vw, 3.2rem);
    line-height: 1.08;
}

.article-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem;
}

.share-status {
    color: var(--color-muted);
    font-size: 0.95rem;
    font-weight: 700;
}

.article-asset {
    display: grid;
    gap: 0.7rem;
    width: min(100%, 340px);
    margin: 2rem 0;
    padding: 0.9rem;
    background:
        linear-gradient(rgba(250, 250, 250, 0.72), rgba(250, 250, 250, 0.72)),
        url("images/oto-graph-paper.jpg") center / 320px auto;
    border: 4px solid var(--color-ink);
    border-radius: 6px;
    box-shadow: 9px 9px 0 var(--color-red);
}

.article-asset img {
    width: 100%;
    aspect-ratio: 4 / 3;
    max-height: 270px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.article-asset figcaption {
    color: var(--color-red);
    font-family: var(--font-condensed);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-asset.pull-right {
    float: right;
    margin: 0.35rem -5rem 1.5rem 2rem;
    transform: rotate(1.5deg);
}

.article-asset.pull-left {
    float: left;
    margin: 0.35rem 2rem 1.5rem -5rem;
    transform: rotate(-1.4deg);
}

.article-asset.wide {
    width: min(100%, 760px);
    margin: 3rem auto;
    grid-template-columns: minmax(220px, 0.45fr) 1fr;
    align-items: center;
    transform: rotate(-0.8deg);
}

.article-note {
    display: grid;
    gap: 0.6rem;
    margin: clamp(2.4rem, 5vw, 3.5rem) 0;
    padding: 1.2rem;
    background:
        linear-gradient(rgba(250, 250, 250, 0.75), rgba(250, 250, 250, 0.75)),
        url("images/oto-graph-paper.jpg") center / 320px auto;
    border: 4px solid var(--color-ink);
    border-radius: 6px;
    box-shadow: 9px 9px 0 var(--color-red);
    transform: rotate(-1deg);
}

.article-note span {
    color: var(--color-red);
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 800;
}

.article-note p {
    margin: 0;
    font-weight: 700;
}

.community-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.community-modal.is-open {
    display: flex;
}

.community-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
}

.community-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 980px);
    max-height: min(880px, calc(100vh - 2.5rem));
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
    gap: clamp(1.3rem, 3vw, 2rem);
    overflow: auto;
    padding: clamp(1rem, 3vw, 1.6rem);
    background:
        linear-gradient(rgba(228, 226, 221, 0.9), rgba(228, 226, 221, 0.9)),
        url("images/oto-graph-paper.jpg") center / 300px auto;
    border: 4px solid var(--color-white);
    border-radius: var(--radius);
    box-shadow: 14px 14px 0 var(--color-red);
}

.community-close {
    position: absolute;
    right: clamp(0.8rem, 2vw, 1rem);
    top: clamp(0.8rem, 2vw, 1rem);
    min-height: 42px;
    padding: 0.55rem 0.8rem;
    background: var(--color-white);
    color: var(--color-red);
    border: 3px solid var(--color-ink);
    border-radius: 999px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.community-dialog-copy {
    display: grid;
    gap: 1rem;
    align-content: center;
    padding: clamp(1rem, 3vw, 2rem);
}

.community-dialog-copy h2 {
    max-width: 8ch;
}

.community-dialog-copy p:not(.eyebrow) {
    max-width: 30rem;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 1.2rem;
}

.community-dialog-copy img {
    width: min(260px, 70%);
    margin-top: 0.6rem;
    transform: rotate(-4deg);
}

.community-popup-form {
    align-self: start;
    box-shadow: 8px 8px 0 var(--color-ink);
}

.video-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.video-lightbox.is-open {
    display: flex;
}

.lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
}

.lightbox-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 980px);
}

.lightbox-close {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.9rem);
    min-height: 42px;
    padding: 0.6rem 0.9rem;
    background: var(--color-white);
    color: var(--color-red);
    border: 3px solid var(--color-ink);
    border-radius: 999px;
    box-shadow: 5px 5px 0 var(--color-red);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.lightbox-frame {
    overflow: hidden;
    background: var(--color-ink);
    border: 4px solid var(--color-white);
    border-radius: var(--radius);
    box-shadow: 14px 14px 0 var(--color-red);
}

.lightbox-frame iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

body.lightbox-open,
body.community-modal-open {
    overflow: hidden;
}

@media (max-width: 920px) {
    .hero::before {
        inset: auto 0 0;
        width: 100%;
        height: 44%;
        transform: none;
    }

    .site-nav {
        grid-template-columns: 1fr auto;
        gap: 1rem;
        padding: 0.7rem 0;
        min-height: auto;
    }

    .brand {
        grid-column: 1;
        grid-row: 1;
    }

    .brand-name {
        display: none;
    }

    .nav-cta {
        grid-column: 2;
        grid-row: 1;
    }

    .nav-links {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: start;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 0.25rem;
    }

    .hero {
        padding-top: 4rem;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.85rem;
        align-items: stretch;
        justify-items: stretch;
        max-width: 420px;
    }

    .hero-actions .button,
    .hero-actions .text-link {
        width: 100%;
        justify-content: center;
    }

    .hero-actions .text-link {
        min-height: 46px;
        padding: 0.72rem 1rem;
        background: var(--color-white);
        color: var(--color-red);
        border: 2px solid var(--color-ink);
        border-radius: var(--radius);
        box-shadow: 5px 5px 0 var(--color-ink);
        text-decoration: none;
    }

    .hero-inner,
    .intro-grid,
    .sketch-break,
    .page-hero,
    .featured-article-card,
    .event-showcase,
    .upcoming-event-card,
    .event-downloads,
    .past-events-grid,
    .speaker-grid,
    .video-grid,
    .shorts-grid,
    .split-feature,
    .share-section,
    .log-card,
    .join-section,
    .contact-section,
    .thank-you-page,
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .featured-video {
        padding-top: 4.4rem;
    }

    .hero-sketch {
        top: 0;
        right: -0.5rem;
        width: clamp(86px, 24vw, 122px);
    }

    .pathway-grid,
    .article-card,
    .featured-reflection-grid,
    .recommendation-grid,
    .download-grid {
        grid-template-columns: 1fr;
    }

    .shorts-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.85rem;
    }

    .short-card {
        padding: 0.62rem;
        box-shadow: 6px 6px 0 var(--color-red);
    }

    .short-card .video-thumb {
        aspect-ratio: 1;
    }

    .short-card .video-thumb img {
        aspect-ratio: 1;
        padding: 0.58rem;
    }

    .short-card h3 {
        font-size: clamp(0.95rem, 2.9vw, 1.15rem);
        line-height: 1.16;
    }

    .pathway-card {
        min-height: auto;
        border-right: 0;
        border-bottom: 2px solid var(--color-ink);
    }

    .pathway-card:last-child {
        border-bottom: 0;
    }

    .media-section {
        grid-template-columns: minmax(20px, 1fr) minmax(0, var(--site-max)) minmax(20px, 1fr);
    }

    .media-copy,
    .media-grid {
        grid-column: 2;
    }

    .footer-links {
        justify-self: start;
    }

    .page-hero-doodle {
        justify-self: start;
        width: min(100%, 260px);
    }

    .article-asset.pull-right,
    .article-asset.pull-left {
        float: none;
        width: min(100%, 340px);
        margin: 2rem auto;
    }

    .article-asset.wide {
        grid-template-columns: 1fr;
        width: min(100%, 420px);
    }

    .community-dialog {
        grid-template-columns: 1fr;
    }

    .community-dialog-copy {
        padding-right: 5.5rem;
    }
}

@media (max-width: 620px) {
    .site-nav,
    .hero-inner,
    .intro-section,
    .sketch-break,
    .page-hero,
    .read-feature,
    .read-list,
    .read-closing,
    .watch-section,
    .article-page,
    .article-next,
    .policy-page,
    .thank-you-page,
    .pathways,
    .feature-strip,
    .event-showcase,
    .events-section,
    .event-downloads,
    .split-feature,
    .share-section,
    .log-section,
    .join-section,
    .contact-section,
    .footer-inner {
        width: min(var(--site-max), calc(100% - 28px));
    }

    .nav-links {
        gap: 1.05rem;
        font-size: 0.86rem;
        flex-wrap: wrap;
        overflow-x: visible;
        row-gap: 0.4rem;
    }

    .social-follow {
        left: 14px;
        right: 14px;
        bottom: 14px;
        justify-content: center;
        border-radius: 999px;
    }

    .community-float {
        display: none;
    }

    .shorts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.72rem;
    }

    .short-card {
        padding: 0.52rem;
        border-width: 2px;
        box-shadow: 5px 5px 0 var(--color-red);
    }

    .short-card .article-type {
        font-size: 0.68rem;
    }

    .short-card .video-thumb span {
        left: 0.42rem;
        bottom: 0.42rem;
        min-height: 28px;
        padding: 0.25rem 0.46rem;
        font-size: 0.68rem;
        border-width: 1px;
    }

    .short-card h3 {
        font-size: 0.88rem;
        line-height: 1.18;
    }

    .community-modal {
        padding: 0.85rem;
    }

    .community-dialog {
        max-height: calc(100vh - 1.7rem);
        padding: 0.9rem;
    }

    .community-dialog-copy {
        padding: 0.8rem 4.8rem 0.2rem 0.4rem;
    }

    .community-dialog-copy h2 {
        font-size: clamp(2.2rem, 13vw, 3.4rem);
    }

    .community-dialog-copy img {
        width: min(190px, 64%);
    }

    .brand-logo-slot {
        width: 62px;
        height: 62px;
    }

    .hero {
        padding: 3rem 0 4rem;
    }

    h1 {
        font-size: clamp(3.3rem, 17vw, 5.4rem);
    }

    .contact-hero h1 {
        max-width: 13.5ch;
        font-size: clamp(2.8rem, 13.2vw, 4.6rem);
        line-height: 1.04;
        overflow-wrap: break-word;
    }

    .hero-actions,
    .button {
        width: 100%;
    }

    .hero-actions {
        align-items: stretch;
    }

    .text-link {
        justify-content: center;
    }

    .media-grid {
        grid-template-columns: 1fr;
    }

    .log-card {
        padding: 1.3rem;
    }
}

@media (max-width: 640px) {
    html,
    body,
    .between-rounds-page,
    .between-rounds-page main {
        max-width: 100%;
        overflow-x: hidden;
    }

    .between-rounds-page .site-header,
    .between-rounds-page .br-hero,
    .between-rounds-page .br-date-strip,
    .between-rounds-page .br-red-band,
    .between-rounds-page .br-request-section {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .between-rounds-page .br-invite-band,
    .between-rounds-page .br-partner,
    .between-rounds-page .join-section {
        grid-template-columns: minmax(0, 1fr);
    }

    .between-rounds-page .br-invite-band h2,
    .between-rounds-page .br-partner h2 {
        font-size: clamp(2rem, 10vw, 2.85rem);
        line-height: 1;
    }

    .between-rounds-page .join-form {
        width: 100%;
        max-width: 100%;
        box-shadow: 0 7px 0 var(--color-red);
    }
}

/* Tighter Between Rounds event page pass */
.between-rounds-page .br-hero {
    padding: clamp(2.8rem, 5.6vw, 5rem) 0;
}

.between-rounds-page .br-statement,
.between-rounds-page .br-split-section,
.between-rounds-page .br-red-band,
.between-rounds-page .br-audience,
.between-rounds-page .br-topics,
.between-rounds-page .br-format,
.between-rounds-page .br-invite-band,
.between-rounds-page .br-request-section,
.between-rounds-page .br-partner,
.between-rounds-page .br-faq {
    padding-top: clamp(2.6rem, 5vw, 4.8rem);
    padding-bottom: clamp(2.6rem, 5vw, 4.8rem);
}

.between-rounds-page .br-date-strip {
    padding: 0.62rem 0;
}

.between-rounds-page .br-hero h1 {
    font-size: clamp(4.1rem, 7.6vw, 7.8rem);
}

.between-rounds-page .br-hero-panel {
    min-height: clamp(360px, 34vw, 480px);
    box-shadow: -10px 10px 0 var(--color-red);
}

.between-rounds-page .br-hero-panel .br-hero-illustration {
    inset: auto -4% -5% -4%;
    width: 108%;
    max-height: 70%;
}

.between-rounds-page .br-statement {
    width: 100%;
    max-width: none;
    background:
        linear-gradient(rgba(228, 226, 221, 0.84), rgba(228, 226, 221, 0.84)),
        url("images/oto-graph-paper.jpg") center / 360px auto;
    border-block: 3px solid var(--color-ink);
}

.between-rounds-page .br-statement .section-kicker,
.between-rounds-page .br-statement .intro-grid {
    width: min(var(--site-max), calc(100% - 40px));
    margin-inline: auto;
}

.between-rounds-page .br-statement .section-kicker {
    margin-bottom: 1rem;
}

.between-rounds-page .br-statement .intro-grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    gap: clamp(1.6rem, 4vw, 3rem);
    align-items: start;
}

.between-rounds-page .br-statement h2,
.between-rounds-page .br-audience h2,
.between-rounds-page .br-format h2,
.between-rounds-page .br-topics h2,
.between-rounds-page .br-faq h2 {
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: 0.98;
}

.between-rounds-page .br-statement .intro-copy {
    gap: 0.85rem;
    font-size: clamp(1rem, 1.35vw, 1.15rem);
    line-height: 1.52;
}

.between-rounds-page .br-split-section {
    align-items: stretch;
}

.between-rounds-page .br-split-card {
    padding: clamp(1.4rem, 3vw, 2.35rem);
}

.between-rounds-page .br-noise-card {
    min-height: auto;
}

.between-rounds-page .section-heading {
    max-width: 860px;
    margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
}

.between-rounds-page .br-audience-grid {
    grid-template-columns: minmax(290px, 0.78fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(1.4rem, 4vw, 3rem);
}

.between-rounds-page .br-check-list {
    gap: 0.6rem;
}

.between-rounds-page .br-check-list li {
    padding: 0.85rem 1rem 0.85rem 3rem;
}

.between-rounds-page .br-question-stack {
    padding-top: 0;
    gap: 0.85rem;
}

.between-rounds-page .br-stack-asset {
    display: none;
}

.between-rounds-page .br-question-heading {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 0.25rem;
    padding: 1rem 1.05rem;
    background:
        linear-gradient(rgba(250, 250, 250, 0.9), rgba(250, 250, 250, 0.9)),
        url("images/oto-graph-paper.jpg") center / 260px auto;
    border: 2px solid var(--color-ink);
    border-radius: var(--radius);
}

.between-rounds-page .br-question-heading h3 {
    max-width: 21rem;
    font-size: clamp(1.25rem, 2.2vw, 1.75rem);
    line-height: 1.05;
}

.between-rounds-page .br-question-stack blockquote {
    padding: 0.9rem 1.05rem;
    font-size: clamp(1rem, 2vw, 1.35rem);
}

.between-rounds-page .br-topic-grid {
    gap: 1rem;
}

.between-rounds-page .br-topic-card {
    min-height: auto;
    gap: 0.75rem;
    padding: clamp(1rem, 2.2vw, 1.35rem);
}

.between-rounds-page .br-topic-art {
    width: 100%;
    height: 132px;
    max-width: 100%;
    margin: 0;
    object-fit: contain;
}

.between-rounds-page .br-format {
    align-items: center;
}

.between-rounds-page .br-flow-list {
    gap: 0.65rem;
}

.between-rounds-page .br-flow-list li {
    padding: 0.82rem 1rem 0.82rem 3.65rem;
}

.between-rounds-page .br-flow-list li::before {
    top: 0.85rem;
}

.between-rounds-page .br-invite-band,
.between-rounds-page .br-partner {
    align-items: center;
    gap: clamp(1.4rem, 3.5vw, 2.8rem);
    padding: clamp(1.6rem, 4vw, 2.4rem);
    background:
        linear-gradient(rgba(250, 250, 250, 0.92), rgba(250, 250, 250, 0.92)),
        url("images/oto-graph-paper.jpg") center / 300px auto;
    border: 3px solid var(--color-ink);
    border-radius: var(--radius);
    box-shadow: 0 7px 0 var(--color-red);
    overflow: visible;
}

.between-rounds-page .br-invite-band h2,
.between-rounds-page .br-partner h2 {
    font-size: clamp(2.1rem, 3.7vw, 3.55rem);
    line-height: 1;
}

.between-rounds-page .br-invite-band p,
.between-rounds-page .br-partner p {
    max-width: 44rem;
    font-size: 1rem;
    line-height: 1.55;
}

.between-rounds-page .br-invite-band .button,
.between-rounds-page .br-partner .text-link {
    width: fit-content;
}

.between-rounds-page .br-partner .text-link {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1rem;
    background: var(--color-ink);
    color: var(--color-white);
    border: 2px solid var(--color-ink);
    border-radius: var(--radius);
    font-weight: 900;
    text-decoration: none;
}

.between-rounds-page .br-partner .text-link:hover {
    background: var(--color-red);
    border-color: var(--color-red);
    color: var(--color-white);
}

.between-rounds-page .br-request-section {
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
    padding-inline: max(20px, calc((100% - var(--site-max)) / 2));
    align-items: center;
    border-block: 0;
    background:
        linear-gradient(rgba(228, 226, 221, 0.78), rgba(228, 226, 221, 0.78)),
        url("images/oto-graph-paper.jpg") center / 360px auto;
}

.between-rounds-page .br-faq-grid {
    gap: 1rem;
}

@media (max-width: 900px) {
    .between-rounds-page .br-statement .intro-grid,
    .between-rounds-page .br-audience-grid {
        grid-template-columns: 1fr;
    }

    .between-rounds-page .br-topic-grid,
    .between-rounds-page .br-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .between-rounds-page .br-hero,
    .between-rounds-page .br-statement,
    .between-rounds-page .br-split-section,
    .between-rounds-page .br-red-band,
    .between-rounds-page .br-audience,
    .between-rounds-page .br-topics,
    .between-rounds-page .br-format,
    .between-rounds-page .br-invite-band,
    .between-rounds-page .br-request-section,
    .between-rounds-page .br-partner,
    .between-rounds-page .br-faq {
        padding-top: 2.6rem;
        padding-bottom: 2.6rem;
    }

    .between-rounds-page .br-statement .section-kicker,
    .between-rounds-page .br-statement .intro-grid {
        width: min(var(--site-max), calc(100% - 32px));
    }

    .between-rounds-page .br-statement h2,
    .between-rounds-page .br-audience h2,
    .between-rounds-page .br-format h2,
    .between-rounds-page .br-topics h2,
    .between-rounds-page .br-faq h2,
    .between-rounds-page .br-invite-band h2,
    .between-rounds-page .br-partner h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .between-rounds-page .br-invite-band,
    .between-rounds-page .br-partner {
        box-shadow: 0 7px 0 var(--color-red);
        padding: 1.35rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }

    .ticker-track {
        width: min(var(--site-max), calc(100% - 28px));
        margin: 0 auto;
        animation: none;
    }

    .ticker-track span:not(:first-child) {
        display: none;
    }

    .br-date-track {
        width: min(var(--site-max), calc(100% - 28px));
        margin: 0 auto;
        animation: none;
    }

    .br-date-track span:not(:first-child) {
        display: none;
    }
}
