@font-face {
    font-family: "League Gothic";
    src: url("../fonts/league-gothic-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --batf-black: #050505;
    --batf-ink: #161616;
    --batf-muted: #686868;
    --batf-line: #d8d8d8;
    --batf-paper: #f6f4ef;
    --batf-white: #ffffff;
    --batf-orange: #ff8a1d;
    --batf-green: #c9ff3d;
    --batf-pink: #ffd7e1;
    --batf-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji";
    --batf-font: Helvetica, Arial, var(--batf-emoji), sans-serif;
    --batf-display: "League Gothic", Impact, "Arial Narrow", var(--batf-emoji), sans-serif;
    --batf-radius: 8px;
    --batf-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    touch-action: pan-x pan-y;
}

body {
    margin: 0;
    background: var(--batf-white);
    color: var(--batf-black);
    font-family: var(--batf-font);
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0;
    overflow-x: hidden;
    touch-action: pan-x pan-y;
}

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

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

button,
input,
textarea,
select {
    font: inherit;
}

.batf-skip-link {
    position: absolute;
    left: 12px;
    top: -80px;
    z-index: 1000;
    padding: 10px 14px;
    background: var(--batf-green);
    color: var(--batf-black);
}

.batf-skip-link:focus {
    top: 12px;
}

.batf-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.batf-narrow {
    width: min(780px, calc(100% - 32px));
}

.batf-header {
    position: sticky;
    top: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    padding: 12px 18px 0;
    background: var(--batf-white);
    border-bottom: 1px solid var(--batf-black);
}

.batf-header-social,
.batf-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.batf-header-actions {
    justify-content: flex-end;
}

.batf-header-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid var(--batf-black);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.batf-header-logo {
    display: block;
    width: 86px;
    transform: rotate(-8deg);
}

.batf-header-logo img {
    filter: invert(1);
}

.batf-primary-nav {
    grid-column: 1 / -1;
    border-top: 1px solid var(--batf-line);
}

.batf-primary-nav ul {
    display: flex;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.batf-primary-nav li {
    position: relative;
}

.batf-primary-nav a {
    display: block;
    padding: 10px 13px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.batf-primary-nav a:hover,
.batf-primary-nav .current-menu-item > a,
.batf-primary-nav .current-menu-ancestor > a {
    background: var(--batf-black);
    color: var(--batf-white);
}

.batf-primary-nav .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    display: none;
    min-width: 190px;
    background: var(--batf-white);
    border: 1px solid var(--batf-black);
}

.batf-primary-nav li:hover > .sub-menu,
.batf-primary-nav li:focus-within > .sub-menu {
    display: block;
}

.batf-primary-nav .sub-menu a {
    padding: 9px 12px;
    white-space: nowrap;
}

.batf-menu-toggle {
    display: none;
    min-width: 44px;
    min-height: 38px;
    border: 1px solid var(--batf-black);
    background: var(--batf-white);
    color: var(--batf-black);
    font-weight: 900;
    cursor: pointer;
}

.batf-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid var(--batf-black);
    background: var(--batf-black);
    color: var(--batf-white);
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

.batf-button:hover,
.batf-button:focus-visible {
    background: var(--batf-orange);
    color: var(--batf-black);
}

.batf-button--small {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 11px;
}

.batf-button--light {
    background: var(--batf-white);
    color: var(--batf-black);
}

.batf-main-wrap {
    min-height: 60vh;
}

.batf-home-hero {
    padding: 18px 0 26px;
}

.batf-home-hero-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr;
    gap: 18px;
}

.batf-hero-card,
.batf-hero-side,
.batf-card {
    border: 1px solid var(--batf-black);
    background: var(--batf-white);
}

.batf-hero-card a,
.batf-card-image {
    position: relative;
    display: block;
    min-height: 100%;
    overflow: hidden;
    color: var(--batf-white);
    text-decoration: none;
}

.batf-hero-card img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    filter: grayscale(0.1);
}

.batf-hero-card a::after,
.batf-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.76));
}

.batf-hero-card div {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    z-index: 2;
}

.batf-hero-card h1,
.batf-page-hero h1,
.batf-single-header h1,
.batf-manifesto-band h2,
.batf-section-heading h2,
.batf-footer h2 {
    margin: 0;
    font-family: var(--batf-display);
    font-weight: 900;
    line-height: 0.96;
    text-transform: uppercase;
    letter-spacing: 0;
}

.batf-hero-card h1 {
    max-width: 720px;
    font-size: 42px;
}

.batf-hero-card p,
.batf-card-meta,
.batf-kicker,
.batf-single-meta {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.batf-hero-side {
    padding: 12px;
}

.batf-side-image {
    display: block;
    margin-bottom: 12px;
}

.batf-side-image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.batf-hero-side h2 {
    margin: 0 0 10px;
    font-family: var(--batf-display);
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}

.batf-tag {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 3;
    display: inline-flex;
    max-width: calc(100% - 24px);
    padding: 6px 9px;
    background: var(--batf-white);
    color: var(--batf-black);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.batf-video-rail,
.batf-section--black,
.batf-footer {
    background: var(--batf-black);
    color: var(--batf-white);
}

.batf-video-rail {
    padding: 34px 0;
}

.batf-video-rail h2,
.batf-directory-block h2,
.batf-contact-main h2,
.batf-contact-services h2 {
    margin: 0 0 18px;
    font-family: var(--batf-display);
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1;
}

.batf-rail {
    display: grid;
    grid-template-columns: repeat(6, minmax(150px, 1fr));
    gap: 14px;
    overflow-x: auto;
}

.batf-rail .batf-card {
    min-width: 150px;
    background: #111;
    border-color: #222;
}

.batf-rail .batf-card-body {
    color: var(--batf-white);
}

.batf-rail .batf-card-image img {
    height: 270px;
}

.batf-manifesto {
    padding: 34px 0 50px;
}

.batf-definition {
    display: inline-flex;
    max-width: 760px;
    margin: 0 0 24px;
    padding: 10px 14px;
    border: 1px solid var(--batf-line);
    border-radius: 999px;
    font-size: 14px;
}

.batf-manifesto-band {
    margin: 0 0 26px;
    padding: 28px;
    background: var(--batf-black);
    color: var(--batf-white);
}

.batf-manifesto-band h2 {
    max-width: 920px;
    font-size: 40px;
}

.batf-copy-columns {
    columns: 2;
    column-gap: 44px;
    max-width: 980px;
}

.batf-copy-columns p {
    break-inside: avoid;
}

.batf-promise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 30px;
}

.batf-promise-grid a {
    min-height: 130px;
    padding: 16px;
    border: 1px solid var(--batf-black);
    background: var(--batf-white);
    font-weight: 900;
    text-decoration: none;
}

.batf-promise-grid a::after {
    content: "↗";
    float: right;
    font-size: 24px;
}

.batf-section {
    padding: 56px 0;
}

.batf-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.batf-section-heading h2 {
    font-size: 46px;
}

.batf-section-heading p {
    max-width: 720px;
    margin: 8px 0 0;
}

.batf-page-hero {
    padding: 54px 0 32px;
    background: var(--batf-paper);
    border-bottom: 1px solid var(--batf-black);
}

.batf-page-hero h1 {
    max-width: 920px;
    font-size: 58px;
}

.batf-lead {
    max-width: 760px;
    margin: 16px 0 0;
    font-size: 20px;
    line-height: 1.45;
}

.batf-kicker {
    color: var(--batf-muted);
}

.batf-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    font-size: 13px;
    font-weight: 800;
}

.batf-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
}

.batf-filter-tabs a {
    padding: 9px 12px;
    border: 1px solid var(--batf-black);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.batf-filter-tabs a.is-active,
.batf-filter-tabs a:hover {
    background: var(--batf-black);
    color: var(--batf-white);
}

.batf-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.batf-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.batf-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--batf-shadow);
}

.batf-card-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.batf-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px;
    color: var(--batf-black);
}

.batf-card h3 {
    margin: 0 0 10px;
    font-family: var(--batf-display);
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
}

.batf-card p {
    margin: 0 0 14px;
}

.batf-card-link {
    margin-top: auto;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.batf-grid-podcast .batf-card-image img,
.batf-grid-person .batf-card-image img {
    aspect-ratio: 1 / 1;
    height: auto;
}

.batf-single {
    padding: 32px 0 70px;
}

.batf-single-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) 310px;
    gap: 36px;
    align-items: start;
}

.batf-single-header {
    margin-bottom: 22px;
}

.batf-single-header h1 {
    font-size: 56px;
}

.batf-single-cover {
    margin: 0 0 24px;
}

.batf-single-cover img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
}

.batf-single-cover figcaption {
    margin-top: 8px;
    color: var(--batf-muted);
    font-size: 12px;
}

.batf-content {
    font-size: 18px;
}

.batf-content h2 {
    margin-top: 32px;
    font-family: var(--batf-display);
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
}

.batf-content h3 {
    margin-top: 24px;
    font-size: 24px;
}

.batf-content blockquote {
    margin: 28px 0;
    padding: 18px 22px;
    border-left: 6px solid var(--batf-black);
    background: var(--batf-paper);
    font-weight: 800;
}

.batf-detail-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 24px;
    padding: 16px;
    border: 1px solid var(--batf-black);
    background: #fff;
}

.batf-detail-panel dt {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.batf-detail-panel dd {
    margin: 2px 0 0;
}

.batf-sidebar {
    position: sticky;
    top: 122px;
}

.batf-sidebar-block {
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid var(--batf-black);
}

.batf-sidebar-block h2 {
    margin: 0 0 12px;
    font-family: var(--batf-display);
    font-size: 24px;
    text-transform: uppercase;
}

.batf-mini-card {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 10px;
    align-items: start;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: 900;
}

.batf-mini-card img {
    width: 96px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.batf-mini-card span {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.16;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.batf-author-boxes,
.batf-section-divider {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid var(--batf-black);
}

.batf-author-box {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 18px;
    align-items: center;
    padding: 16px;
    border: 1px solid var(--batf-black);
}

.batf-author-box img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.batf-author-box h2 {
    margin: 0 0 8px;
    font-family: var(--batf-display);
    font-size: 30px;
    text-transform: uppercase;
}

.batf-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid var(--batf-black);
}

.batf-share p {
    margin: 0;
    font-size: 14px;
    font-weight: 950;
    text-transform: uppercase;
}

.batf-share__links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.batf-share__button {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--batf-black);
    border-radius: 50%;
    background: var(--batf-black);
    color: var(--batf-white);
    text-decoration: none;
    transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease, color 150ms ease;
}

.batf-share__button:hover,
.batf-share__button:focus-visible {
    transform: translate(-3px, -3px);
    box-shadow: 6px 6px 0 var(--batf-black);
    background: var(--batf-white);
    color: var(--batf-black);
}

.batf-share__button svg,
.batf-share__button img {
    width: 19px;
    height: 19px;
}

.batf-share__button svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.batf-share__button img {
    display: block;
    filter: invert(1);
}

.batf-share__button:hover img,
.batf-share__button:focus-visible img {
    filter: none;
}

@media (max-width: 640px) {
    .batf-share {
        align-items: flex-start;
        flex-direction: column;
    }
}

.batf-post-nav,
.batf-pagination {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 28px;
}

.batf-pagination {
    justify-content: center;
}

.batf-post-nav a,
.batf-pagination a,
.batf-pagination span {
    padding: 9px 12px;
    border: 1px solid var(--batf-black);
    font-weight: 900;
    text-decoration: none;
}

.batf-pagination .current {
    background: var(--batf-black);
    color: var(--batf-white);
}

.batf-cta {
    display: grid;
    gap: 18px;
    margin: 18px 0;
    padding: 22px;
    background: var(--batf-orange);
    color: var(--batf-black);
    border: 1px solid var(--batf-black);
}

.batf-cta h2 {
    margin: 0 0 8px;
    font-family: var(--batf-display);
    font-size: 34px;
    text-transform: uppercase;
}

.batf-cta--green {
    background: var(--batf-green);
}

.batf-cta--pink {
    background: var(--batf-pink);
}

.batf-search-panel {
    display: grid;
    gap: 8px;
    margin-bottom: 28px;
    padding: 18px;
    border: 1px solid var(--batf-black);
    background: var(--batf-paper);
}

.batf-search-panel label {
    font-weight: 900;
    text-transform: uppercase;
}

.batf-search-panel input {
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid var(--batf-black);
    background: var(--batf-white);
}

.batf-directory-block + .batf-directory-block {
    margin-top: 46px;
}

.batf-contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 22px;
}

.batf-contact-grid .batf-breadcrumbs,
.batf-full-width {
    grid-column: 1 / -1;
}

.batf-contact-main,
.batf-contact-services {
    padding: 22px;
    border: 1px solid var(--batf-black);
}

.batf-contact-services {
    background: var(--batf-black);
    color: var(--batf-white);
}

.batf-contact-services ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.batf-contact-services li {
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-weight: 900;
    text-transform: uppercase;
}

.batf-contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.batf-contact-form p {
    margin: 0;
}

.batf-contact-form__message,
.batf-copy-check,
.batf-form-actions,
.batf-form-notice {
    grid-column: 1 / -1;
}

.batf-contact-form label:not(.batf-copy-check) {
    display: block;
    margin-bottom: 8px;
    font-family: var(--batf-display);
    font-size: 30px;
    line-height: .9;
    text-transform: uppercase;
}

.batf-contact-form label span {
    color: var(--batf-orange);
}

.batf-contact-form input,
.batf-contact-form select,
.batf-contact-form textarea {
    width: 100%;
    min-height: 54px;
    padding: 13px 14px;
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-family: var(--batf-font);
    font-size: 16px;
    box-shadow: 0 0 0 #000;
    transition: box-shadow 140ms ease, transform 140ms ease;
}

.batf-contact-form textarea {
    resize: vertical;
}

.batf-contact-form input:focus,
.batf-contact-form select:focus,
.batf-contact-form textarea:focus {
    outline: 0;
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 0 #000;
}

.batf-copy-check {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    font-weight: 900;
}

.batf-copy-check input {
    width: 22px;
    min-height: 22px;
    height: 22px;
    accent-color: #000;
}

.batf-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.batf-form-notice {
    margin: 18px 0 0;
    padding: 14px 16px;
    border: 2px solid #000;
    background: var(--batf-pink);
    font-weight: 900;
}

.batf-form-notice--success {
    background: var(--batf-green);
}

.batf-author-profile {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 28px;
}

.batf-author-profile > img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border: 1px solid var(--batf-black);
}

.batf-footer {
    position: relative;
    padding: 54px 0 26px;
}

.batf-footer-stamp {
    position: absolute;
    right: 26px;
    top: -24px;
    padding: 4px 8px;
    border: 4px solid var(--batf-white);
    background: var(--batf-black);
    color: var(--batf-white);
    font-family: var(--batf-display);
    font-size: 42px;
    font-weight: 900;
    transform: rotate(-12deg);
}

.batf-footer-logo {
    display: block;
    width: 110px;
    margin: 0 auto 38px;
}

.batf-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.batf-footer h2 {
    margin-bottom: 12px;
    font-size: 24px;
}

.batf-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.batf-footer li + li {
    margin-top: 6px;
}

.batf-footer a {
    color: var(--batf-white);
    font-size: 13px;
    text-decoration: none;
}

.batf-footer a:hover {
    text-decoration: underline;
}

.batf-footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 36px 0 18px;
}

.batf-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 7px;
    border: 1px solid var(--batf-white);
    font-size: 11px;
    font-weight: 900;
}

.batf-legal {
    margin: 0;
    color: #cfcfcf;
    font-size: 12px;
    text-align: center;
}

.batf-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
}

.batf-footer-bottom .batf-legal {
    flex: 1;
    text-align: center;
}

.batf-footer-credit {
    min-width: 230px;
    margin: 0;
    color: #cfcfcf;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
}

.batf-footer-credit a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: .18em;
}

.batf-admin-fields .batf-admin-field {
    margin: 0 0 14px;
}

.batf-admin-fields label {
    display: block;
    margin-bottom: 5px;
}

.batf-admin-check {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
}

.batf-empty {
    padding: 18px;
    border: 1px solid var(--batf-black);
    background: var(--batf-paper);
    color: var(--batf-black) !important;
    font-weight: 900;
}

@media (max-width: 980px) {
    .batf-header {
        grid-template-columns: auto 1fr auto;
        padding-bottom: 12px;
    }

    .batf-header-logo {
        justify-self: center;
    }

    .batf-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .batf-header-actions .batf-button {
        display: none;
    }

    .batf-primary-nav {
        display: none;
        grid-column: 1 / -1;
        border: 1px solid var(--batf-black);
    }

    .batf-primary-nav.is-open {
        display: block;
    }

    .batf-primary-nav ul,
    .batf-primary-nav .sub-menu {
        position: static;
        display: block;
        border: 0;
    }

    .batf-primary-nav a {
        border-top: 1px solid var(--batf-line);
    }

    .batf-home-hero-grid,
    .batf-single-layout,
    .batf-contact-grid,
    .batf-author-profile {
        grid-template-columns: 1fr;
    }

    .batf-sidebar {
        position: static;
    }

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

    .batf-promise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .batf-rail {
        grid-template-columns: repeat(6, 180px);
    }
}

/* Mobile final pass: floating menu that never shifts the navbar, richer BATF rows. */
@media (max-width: 980px) {
    .batf-header {
        position: sticky !important;
        top: 0 !important;
        isolation: isolate !important;
        overflow: visible !important;
    }

    .batf-header-inner {
        position: relative !important;
        z-index: 2 !important;
    }

    .batf-primary-nav,
    .batf-primary-nav.is-open,
    .batf-nav-on-dark .batf-primary-nav.is-open,
    body.page-template-page-podcast .batf-primary-nav.is-open,
    body.single-batf_podcast .batf-primary-nav.is-open,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open {
        position: absolute !important;
        top: 100% !important;
        left: 50% !important;
        z-index: 1 !important;
        width: min(1180px, calc(100vw - 22px)) !important;
        max-height: calc(100dvh - 102px) !important;
        margin: 0 !important;
        padding: 8px 0 14px !important;
        overflow: auto !important;
        overscroll-behavior: contain !important;
        -webkit-overflow-scrolling: touch !important;
        transform: translateX(-50%) !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .batf-primary-nav {
        display: none !important;
    }

    .batf-primary-nav.is-open {
        display: block !important;
    }

    .batf-primary-nav.is-open > ul,
    .batf-primary-nav.is-open .menu {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 7px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .batf-primary-nav.is-open a,
    .batf-primary-nav.is-open .sub-menu a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-height: 48px !important;
        padding: 12px 14px !important;
        border: 1px solid #000 !important;
        border-radius: 5px !important;
        background: #fff !important;
        color: #000 !important;
        font-size: 14.5px !important;
        font-weight: 900 !important;
        line-height: 1.08 !important;
        box-shadow: none !important;
        transform: none !important;
        transition: background 140ms ease, color 140ms ease, border-color 140ms ease !important;
    }

    .batf-primary-nav.is-open .menu-item-has-children > a::after {
        display: inline-grid !important;
        place-items: center !important;
        flex: 0 0 22px !important;
        width: 22px !important;
        height: 22px !important;
        margin-left: 14px !important;
        border: 1px solid currentColor !important;
        border-radius: 4px !important;
        font-size: 16px !important;
        line-height: 1 !important;
    }

    .batf-primary-nav.is-open .current-menu-item > a,
    .batf-primary-nav.is-open .current-menu-ancestor > a,
    .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a {
        background: #000 !important;
        color: #fff !important;
        border-color: #000 !important;
    }

    .batf-primary-nav.is-open .sub-menu {
        display: none !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 7px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 7px 0 0 14px !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > .sub-menu {
        display: grid !important;
    }

    .batf-primary-nav.is-open .sub-menu a {
        min-height: 44px !important;
        font-size: 13.5px !important;
    }

    .batf-nav-on-dark .batf-primary-nav.is-open a,
    .batf-nav-on-dark .batf-primary-nav.is-open .sub-menu a,
    body.page-template-page-podcast .batf-primary-nav.is-open a,
    body.page-template-page-podcast .batf-primary-nav.is-open .sub-menu a,
    body.single-batf_podcast .batf-primary-nav.is-open a,
    body.single-batf_podcast .batf-primary-nav.is-open .sub-menu a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open .sub-menu a {
        border-color: #fff !important;
        background: #000 !important;
        color: #fff !important;
    }

    .batf-nav-on-dark .batf-primary-nav.is-open .current-menu-item > a,
    .batf-nav-on-dark .batf-primary-nav.is-open .current-menu-ancestor > a,
    .batf-nav-on-dark .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a,
    body.page-template-page-podcast .batf-primary-nav.is-open .current-menu-item > a,
    body.page-template-page-podcast .batf-primary-nav.is-open .current-menu-ancestor > a,
    body.page-template-page-podcast .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a,
    body.single-batf_podcast .batf-primary-nav.is-open .current-menu-item > a,
    body.single-batf_podcast .batf-primary-nav.is-open .current-menu-ancestor > a,
    body.single-batf_podcast .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open .current-menu-item > a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open .current-menu-ancestor > a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a {
        background: #fff !important;
        color: #000 !important;
        border-color: #fff !important;
    }
}

/* Absolute final mobile spacing and menu backdrop. Keep this as the last override. */
@media (max-width: 980px) {
    .batf-header {
        border-bottom: 0 !important;
    }

    .batf-header::before {
        content: "";
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 2 !important;
        display: block !important;
        width: 100% !important;
        height: 1px !important;
        background: #000 !important;
        pointer-events: none !important;
    }

    .batf-nav-on-dark .batf-header::before,
    body.page-template-page-podcast .batf-header::before,
    body.single-batf_podcast .batf-header::before,
    body.post-type-archive-batf_podcast .batf-header::before {
        background: #fff !important;
    }

    .batf-header::after {
        content: "";
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
        z-index: 1 !important;
        display: none !important;
        width: 100vw !important;
        height: 100dvh !important;
        min-height: 100vh !important;
        background: #fff !important;
        pointer-events: none !important;
    }

    html.batf-mobile-menu-open .batf-header::after,
    .batf-header:has(.batf-primary-nav.is-open)::after {
        display: block !important;
    }

    .batf-header-inner {
        position: relative !important;
        z-index: 3 !important;
        width: min(1180px, calc(100vw - 28px)) !important;
    }

    .batf-primary-nav,
    .batf-primary-nav.is-open,
    .batf-nav-on-dark .batf-primary-nav.is-open,
    body.page-template-page-podcast .batf-primary-nav.is-open,
    body.single-batf_podcast .batf-primary-nav.is-open,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open {
        width: min(1180px, calc(100vw - 28px)) !important;
        max-height: calc(100dvh - 102px) !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 4 !important;
    }
}

@media (max-width: 760px) {
    .batf-container,
    .batf-narrow,
    .batf-home-hero-grid,
    .batf-instagram-section .batf-container,
    .batf-footer .batf-container,
    .batf-page-hero .batf-container,
    .batf-section > .batf-container,
    .batf-single > .batf-container,
    .batf-job-single > .batf-container,
    .batf-manifesto > .batf-container,
    .batf-section--front > .batf-container {
        width: min(1180px, calc(100vw - 28px)) !important;
        max-width: calc(100vw - 28px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .batf-home-hero {
        padding-top: 14px !important;
    }

    .batf-home-hero-grid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        gap: 14px !important;
    }
}

/* Mobile menu final UX: drawn icons, scroll lock, line inversion, balanced hero cards. */
@media (max-width: 980px) {
    body.batf-mobile-menu-locked {
        touch-action: none !important;
        overscroll-behavior: none !important;
    }

    .batf-menu-toggle svg {
        display: none !important;
    }

    .batf-menu-label {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        white-space: nowrap !important;
    }

    .batf-menu-lines {
        position: relative !important;
        display: block !important;
        width: 22px !important;
        height: 22px !important;
        color: currentColor !important;
    }

    .batf-menu-lines > span,
    .batf-submenu-mark > span {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        display: block !important;
        width: 16px !important;
        height: 2px !important;
        margin: 0 !important;
        padding: 0 !important;
        background: currentColor !important;
        border: 0 !important;
        border-radius: 0 !important;
        transform-origin: center !important;
    }

    .batf-menu-lines > span:first-child {
        transform: translate(-50%, -5px) !important;
    }

    .batf-menu-lines > span:last-child {
        transform: translate(-50%, 5px) !important;
    }

    .batf-menu-toggle[aria-expanded="true"] .batf-menu-lines > span:first-child {
        transform: translate(-50%, -50%) rotate(45deg) !important;
    }

    .batf-menu-toggle[aria-expanded="true"] .batf-menu-lines > span:last-child {
        transform: translate(-50%, -50%) rotate(-45deg) !important;
    }

    .batf-primary-nav.is-open .menu-item-has-children > a::after {
        content: none !important;
        display: none !important;
    }

    .batf-submenu-mark {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 22px !important;
        width: 22px !important;
        height: 22px !important;
        margin: 0 0 0 14px !important;
        color: currentColor !important;
        border: 1px solid currentColor !important;
        border-radius: 4px !important;
    }

    .batf-submenu-mark > span:first-child {
        transform: translate(-50%, -50%) !important;
    }

    .batf-submenu-mark > span:last-child {
        transform: translate(-50%, -50%) rotate(90deg) !important;
    }

    .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a .batf-submenu-mark > span:last-child {
        transform: translate(-50%, -50%) rotate(90deg) scaleX(0) !important;
    }

    html.batf-mobile-menu-open .batf-header::before {
        background: #fff !important;
    }

    html.batf-mobile-menu-open.batf-nav-on-dark .batf-header::before,
    html.batf-mobile-menu-open body.page-template-page-podcast .batf-header::before,
    html.batf-mobile-menu-open body.single-batf_podcast .batf-header::before,
    html.batf-mobile-menu-open body.post-type-archive-batf_podcast .batf-header::before {
        background: #000 !important;
    }
}

/* Final override: mobile nav must stay fixed and submenu symbols must remain centered. */
@media (max-width: 980px) {
    :root {
        --batf-mobile-fixed-header-height: 86px;
    }

    .batf-header,
    body .batf-header,
    html body .batf-header {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 99999 !important;
        display: block !important;
        width: 100% !important;
        min-height: var(--batf-mobile-fixed-header-height) !important;
        transform: translate3d(0, 0, 0) !important;
        backface-visibility: hidden !important;
        will-change: transform !important;
    }

    .batf-main-wrap {
        padding-top: var(--batf-mobile-fixed-header-height) !important;
    }

    .batf-primary-nav,
    .batf-primary-nav.is-open,
    .batf-nav-on-dark .batf-primary-nav.is-open,
    body.page-template-page-podcast .batf-primary-nav.is-open,
    body.single-batf_podcast .batf-primary-nav.is-open,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open {
        position: fixed !important;
        top: var(--batf-mobile-fixed-header-height) !important;
        left: 50% !important;
        width: min(1180px, calc(100vw - 28px)) !important;
        max-height: calc(100dvh - var(--batf-mobile-fixed-header-height)) !important;
        transform: translate3d(-50%, 0, 0) !important;
    }

    html.batf-mobile-menu-open,
    html.batf-mobile-menu-open body {
        overflow: hidden !important;
        height: 100% !important;
    }

    html.batf-mobile-menu-open .batf-primary-nav,
    .batf-header:has(.batf-primary-nav.is-open) .batf-primary-nav {
        display: block !important;
    }

    .batf-primary-nav.is-open li.menu-item-has-children > a {
        padding-top: 11px !important;
        padding-bottom: 11px !important;
        gap: 12px !important;
    }

    .batf-submenu-mark {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 28px !important;
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        margin: 0 0 0 14px !important;
        padding: 7px !important;
        box-sizing: border-box !important;
        border: 1px solid currentColor !important;
        border-radius: 4px !important;
        color: currentColor !important;
        line-height: 0 !important;
    }

    .batf-submenu-mark > span {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        display: block !important;
        width: 10px !important;
        height: 2px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: currentColor !important;
        transform-origin: 50% 50% !important;
    }

    .batf-submenu-mark > span:first-child {
        transform: translate(-50%, -50%) !important;
    }

    .batf-submenu-mark > span:last-child {
        transform: translate(-50%, -50%) rotate(90deg) !important;
    }

    .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a .batf-submenu-mark > span:last-child {
        transform: translate(-50%, -50%) rotate(90deg) scaleX(0) !important;
    }
}

/* Final mobile nav polish: keep the header pinned and center submenu toggles precisely. */
@media (max-width: 980px) {
    :root {
        --batf-mobile-fixed-header-height: 86px;
    }

    .batf-header {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 99999 !important;
        width: 100% !important;
        min-height: var(--batf-mobile-fixed-header-height) !important;
        transform: translate3d(0, 0, 0) !important;
        backface-visibility: hidden !important;
        will-change: transform !important;
    }

    body.admin-bar .batf-header {
        top: 0 !important;
    }

    .batf-main-wrap {
        padding-top: var(--batf-mobile-fixed-header-height) !important;
    }

    .batf-primary-nav,
    .batf-primary-nav.is-open,
    .batf-nav-on-dark .batf-primary-nav.is-open,
    body.page-template-page-podcast .batf-primary-nav.is-open,
    body.single-batf_podcast .batf-primary-nav.is-open,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open {
        position: fixed !important;
        top: var(--batf-mobile-fixed-header-height) !important;
        left: 50% !important;
        width: min(1180px, calc(100vw - 28px)) !important;
        max-height: calc(100dvh - var(--batf-mobile-fixed-header-height)) !important;
        transform: translate3d(-50%, 0, 0) !important;
    }

    html.batf-mobile-menu-open,
    html.batf-mobile-menu-open body {
        overflow: hidden !important;
        height: 100% !important;
    }

    html.batf-mobile-menu-open .batf-primary-nav,
    .batf-header:has(.batf-primary-nav.is-open) .batf-primary-nav {
        display: block !important;
    }

    .batf-primary-nav.is-open li.menu-item-has-children > a {
        padding-top: 11px !important;
        padding-bottom: 11px !important;
        gap: 12px !important;
    }

    .batf-submenu-mark {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 28px !important;
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        margin: 0 0 0 14px !important;
        padding: 7px !important;
        box-sizing: border-box !important;
        border: 1px solid currentColor !important;
        border-radius: 4px !important;
        color: currentColor !important;
        line-height: 0 !important;
    }

    .batf-submenu-mark > span {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        display: block !important;
        width: 10px !important;
        height: 2px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: currentColor !important;
        transform-origin: 50% 50% !important;
    }

    .batf-submenu-mark > span:first-child {
        transform: translate(-50%, -50%) !important;
    }

    .batf-submenu-mark > span:last-child {
        transform: translate(-50%, -50%) rotate(90deg) !important;
    }

    .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a .batf-submenu-mark > span:last-child {
        transform: translate(-50%, -50%) rotate(90deg) scaleX(0) !important;
    }
}

/* Mobile header hard lock: keep nav visible while the page scrolls. */
@media (max-width: 980px) {
    :root {
        --batf-mobile-fixed-header-height: 86px;
    }

    .batf-header {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 99999 !important;
        width: 100% !important;
        min-height: var(--batf-mobile-fixed-header-height) !important;
        transform: translate3d(0, 0, 0) !important;
        will-change: transform !important;
    }

    .batf-main-wrap {
        padding-top: var(--batf-mobile-fixed-header-height) !important;
    }

    .batf-primary-nav,
    .batf-primary-nav.is-open,
    .batf-nav-on-dark .batf-primary-nav.is-open,
    body.page-template-page-podcast .batf-primary-nav.is-open,
    body.single-batf_podcast .batf-primary-nav.is-open,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open {
        top: var(--batf-mobile-fixed-header-height) !important;
        position: fixed !important;
    }

    html.batf-mobile-menu-open .batf-primary-nav,
    .batf-header:has(.batf-primary-nav.is-open) .batf-primary-nav {
        display: block !important;
    }
}

/* Absolute last mobile menu backdrop override. */
@media (max-width: 980px) {
    .batf-header::after {
        content: "";
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
        z-index: 1 !important;
        display: none !important;
        width: 100vw !important;
        height: 100dvh !important;
        min-height: 100vh !important;
        background: #fff !important;
        pointer-events: none !important;
    }

    html.batf-mobile-menu-open .batf-header::after,
    .batf-header:has(.batf-primary-nav.is-open)::after {
        display: block !important;
    }

    .batf-header-inner {
        position: relative !important;
        z-index: 3 !important;
    }

    .batf-primary-nav.is-open {
        z-index: 4 !important;
    }
}

/* Final mobile open-menu backdrop: full viewport behind menu, without moving the header. */
@media (max-width: 980px) {
    .batf-header::after {
        content: "";
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
        z-index: 1 !important;
        display: none !important;
        width: 100vw !important;
        height: 100dvh !important;
        min-height: 100vh !important;
        background: #fff !important;
        pointer-events: none !important;
    }

    html.batf-mobile-menu-open .batf-header::after,
    .batf-header:has(.batf-primary-nav.is-open)::after {
        display: block !important;
    }

    .batf-header-inner {
        position: relative !important;
    }

    .batf-header-inner {
        z-index: 3 !important;
    }

    .batf-primary-nav.is-open {
        z-index: 4 !important;
    }
}

@media (max-width: 980px) {
    .batf-primary-nav.is-open a,
    .batf-primary-nav.is-open a:focus,
    .batf-primary-nav.is-open a:focus-visible,
    .batf-primary-nav.is-open .sub-menu a:focus,
    .batf-primary-nav.is-open .sub-menu a:focus-visible {
        outline: 0 !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    .batf-primary-nav.is-open a:focus-visible {
        box-shadow: 3px 3px 0 #000 !important;
    }

    .batf-nav-on-dark .batf-primary-nav.is-open a:focus-visible,
    body.page-template-page-podcast .batf-primary-nav.is-open a:focus-visible,
    body.single-batf_podcast .batf-primary-nav.is-open a:focus-visible,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open a:focus-visible {
        box-shadow: 3px 3px 0 #fff !important;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 15px;
    }

    .batf-container,
    .batf-narrow {
        width: min(100% - 22px, 1180px);
    }

    .batf-header {
        gap: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .batf-header-social a {
        width: 26px;
        height: 26px;
    }

    .batf-header-logo {
        width: 72px;
    }

    .batf-hero-card img {
        height: 330px;
    }

    .batf-hero-card h1,
    .batf-manifesto-band h2 {
        font-size: 32px;
    }

    .batf-page-hero h1,
    .batf-single-header h1 {
        font-size: 39px;
    }

    .batf-section-heading {
        display: block;
    }

    .batf-section-heading h2 {
        font-size: 34px;
    }

    .batf-grid,
    .batf-footer-grid,
    .batf-promise-grid,
    .batf-detail-panel {
        grid-template-columns: 1fr;
    }

    .batf-copy-columns {
        columns: 1;
    }

    .batf-definition {
        display: block;
        border-radius: var(--batf-radius);
    }

    .batf-card-image img {
        height: 220px;
    }

    .batf-footer-stamp {
        right: 12px;
        font-size: 30px;
    }

    .batf-author-box {
        grid-template-columns: 1fr;
    }
}

/* BATF art direction pass: closer to the Illustrator mockup. */
:root {
    --batf-black: #000000;
    --batf-ink: #111111;
    --batf-muted: #5f5f5f;
    --batf-line: #050505;
    --batf-paper: #f4f4f2;
    --batf-orange: #ff8f20;
    --batf-green: #e1ff39;
    --batf-pink: #ffc8d7;
    --batf-display: "League Gothic", Impact, "Arial Narrow", sans-serif;
    --batf-shadow: 8px 8px 0 #000;
}

body {
    background:
        linear-gradient(#000, #000) top / 100% 2px no-repeat,
        #fff;
}

svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.batf-header {
    position: sticky;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    min-height: 156px;
    padding: 24px 32px 0;
    background: #fff;
    border-bottom: 2px solid #000;
}

.batf-header-social {
    align-self: start;
    padding-top: 8px;
}

.batf-header-social a {
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    background: #fff;
    color: #000;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.batf-header-social a:first-child {
    background: #111;
    color: #fff;
}

.batf-header-social a:hover {
    transform: rotate(-7deg) scale(1.08);
    background: var(--batf-green);
    color: #000;
}

.batf-header-social svg,
.batf-footer-social svg,
.batf-button svg,
.batf-card-link svg,
.batf-promise-grid svg,
.batf-definition svg {
    flex: 0 0 auto;
}

.batf-header-logo {
    width: clamp(112px, 13vw, 142px);
    transform: rotate(-7deg);
    filter: drop-shadow(3px 3px 0 #000);
    animation: batf-stamp-in 650ms cubic-bezier(.2, 1.4, .35, 1) both;
}

.batf-header-logo img {
    filter: contrast(1.18);
}

.batf-header-actions {
    align-self: start;
    gap: 12px;
    padding-top: 8px;
}

.batf-button {
    gap: 8px;
    border: 2px solid #000;
    box-shadow: none;
    letter-spacing: 0;
    transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.batf-button:hover,
.batf-button:focus-visible {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0 #000;
}

.batf-button--light:hover,
.batf-button--light:focus-visible {
    background: var(--batf-green);
}

.batf-primary-nav {
    margin: 8px -32px 0;
    border-top: 2px solid #000;
}

.batf-primary-nav ul {
    min-height: 42px;
}

.batf-primary-nav a {
    min-height: 42px;
    padding: 13px 18px;
    font-size: 13px;
    font-weight: 950;
}

.batf-primary-nav .sub-menu {
    min-width: 220px;
    border: 2px solid #000;
    box-shadow: 6px 6px 0 #000;
}

.batf-home-hero {
    padding: 38px 0 42px;
}

.batf-home-hero-grid {
    grid-template-columns: minmax(0, 1.38fr) minmax(290px, .95fr);
    gap: 24px;
}

.batf-hero-card,
.batf-hero-side,
.batf-card {
    border: 0;
}

.batf-hero-card a {
    position: relative;
    display: block;
    height: 476px;
    min-height: 476px;
    overflow: hidden;
    background: #000;
}

.batf-hero-card img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    height: 476px;
    filter: brightness(1.12) contrast(1.06) saturate(.92);
    transition: transform 700ms ease;
}

.batf-hero-card:hover img {
    transform: scale(1.035);
}

.batf-hero-card a::after {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .34) 38%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, .24));
}

.batf-hero-card div {
    left: 28px;
    right: 28px;
    bottom: 30px;
}

.batf-hero-card .batf-tag {
    left: 26px;
    top: 24px;
    background: transparent;
    color: #fff;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: clamp(15px, 1.16vw, 18px);
    font-weight: 800;
    line-height: 1;
    text-transform: none;
    text-shadow: 0 3px 15px rgba(0,0,0,.72), 0 1px 2px rgba(0,0,0,.62);
}

.batf-hero-card p {
    margin-bottom: 8px;
    font-size: 13px;
    text-transform: none;
}

.batf-hero-card h1 {
    max-width: 680px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.02;
    text-transform: none;
    text-shadow: 2px 2px 0 #000;
}

.batf-hero-side {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 24px;
    padding: 0;
}

.batf-video-tile {
    position: relative;
    min-height: 216px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.batf-video-tile img {
    width: 100%;
    height: 216px;
    min-height: 216px;
    object-fit: cover;
    filter: contrast(1.08);
    transition: transform 600ms ease;
}

.batf-video-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.42));
}

.batf-video-tile span:not(.batf-side-copy),
.batf-video-tile strong,
.batf-video-tile b {
    position: absolute;
    z-index: 2;
}

.batf-video-tile span:not(.batf-side-copy) {
    left: 20px;
    top: 20px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #000;
}

.batf-video-tile strong {
    left: 24px;
    bottom: 82px;
    font-size: 13px;
}

.batf-video-tile b {
    left: 24px;
    right: 18px;
    bottom: 26px;
    font-size: 23px;
    line-height: 1.06;
}

.batf-video-tile:hover img {
    transform: scale(1.05);
}

.batf-boss-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    align-items: start;
    min-height: 158px;
    padding: 22px;
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #000;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.batf-boss-card:hover {
    transform: translate(-3px, -3px);
    box-shadow: 6px 6px 0 #000;
}

.batf-boss-avatar {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 999px;
    background: #ddd;
}

.batf-boss-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.batf-boss-card strong {
    display: inline-block;
    margin-right: 8px;
    font-family: var(--batf-display);
    font-size: 30px;
    line-height: .95;
    text-transform: uppercase;
}

.batf-boss-card em {
    float: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
}

.batf-boss-card small {
    display: block;
    clear: both;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.24;
}

.batf-marquee {
    overflow: hidden;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background: #fff;
    color: #000;
}

.batf-marquee div {
    display: flex;
    width: max-content;
    animation: batf-marquee 22s linear infinite;
}

.batf-marquee span {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 24px;
    font-family: var(--batf-display);
    font-size: 22px;
    text-transform: uppercase;
    white-space: nowrap;
}

.batf-marquee span::after {
    content: "✕";
    margin-left: 24px;
    font-family: var(--batf-font);
    font-size: 16px;
}

.batf-video-rail {
    padding: 62px 0 88px;
}

.batf-video-rail h2 {
    margin-bottom: 26px;
    font-family: var(--batf-font);
    font-size: 26px;
    font-weight: 950;
    line-height: 1;
    text-transform: none;
}

.batf-rail {
    grid-template-columns: repeat(6, minmax(175px, 1fr));
    gap: 22px;
}

.batf-rail .batf-card {
    position: relative;
    min-width: 175px;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background: #111;
    color: #fff;
}

.batf-rail .batf-card:hover {
    transform: rotate(-1deg) translateY(-6px);
    box-shadow: 0 0 0 2px #fff;
}

.batf-rail .batf-card-image,
.batf-rail .batf-card-body {
    position: absolute;
    inset: 0;
}

.batf-rail .batf-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.22) contrast(1.16);
}

.batf-rail .batf-card-image::after {
    background:
        linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.82)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 4px);
}

.batf-rail .batf-card-body {
    z-index: 3;
    display: block;
    padding: 16px;
    color: #fff;
}

.batf-rail .batf-tag {
    left: 14px;
    top: 92px;
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-family: var(--batf-display);
    font-size: 16px;
    line-height: .9;
    text-align: center;
}

.batf-rail .batf-card h3 {
    position: absolute;
    left: 50%;
    bottom: 80px;
    width: min(136px, calc(100% - 28px));
    min-height: 74px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 10px;
    border-radius: 44% 56% 52% 48% / 58% 42% 58% 42%;
    background: #fff;
    color: #000;
    font-size: 22px;
    line-height: .9;
    text-align: center;
    transform: translateX(-50%) rotate(-3deg);
    box-shadow: 5px 5px 0 #000;
}

.batf-rail .batf-card h3 a {
    text-decoration: none;
}

.batf-rail .batf-card p:not(.batf-card-meta),
.batf-rail .batf-card-link {
    display: none;
}

.batf-rail .batf-card-meta {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 18px;
    margin: 0;
    font-size: 10px;
    color: #fff;
    text-transform: none;
}

.batf-manifesto {
    position: relative;
    padding: 58px 0 0;
    overflow: hidden;
}

.batf-definition-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 92px;
}

.batf-definition {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: min(390px, 100%);
    margin: 0;
    padding: 12px 22px;
    border: 1px solid #d5d5d5;
    border-radius: 999px;
    background: #fff;
    color: #777;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}

.batf-definition svg {
    width: 17px;
    height: 17px;
}

.batf-definition u {
    color: #000;
    text-underline-offset: 4px;
}

.batf-definition-copy {
    max-width: 1000px;
    margin: 22px 0 58px;
    font-size: 21px;
    line-height: 1.4;
}

.batf-floating-logo {
    width: clamp(128px, 15vw, 190px);
    filter: invert(1) contrast(3) drop-shadow(5px 5px 0 #000);
    transform: rotate(-9deg);
    animation: batf-float 5s ease-in-out infinite;
}

.batf-manifesto-band {
    margin: 0 calc(50% - 50vw);
    padding: 62px max(28px, calc((100vw - 1180px) / 2)) 72px;
}

.batf-manifesto-band h2 {
    max-width: 1190px;
    font-size: clamp(36px, 6.6vw, 82px);
    line-height: .98;
    letter-spacing: 0;
}

.batf-manifesto-band h2 span {
    color: #4a4a4a;
}

.batf-copy-columns {
    max-width: 1040px;
    padding: 58px 0 68px;
    columns: 1;
}

.batf-copy-columns p {
    max-width: 920px;
    margin: 0 0 26px;
    font-size: 20px;
    line-height: 1.5;
}

.batf-mini-sticker {
    display: inline-block;
    padding: 1px 5px 2px;
    background: #000;
    color: #fff;
    font-family: var(--batf-display);
    line-height: .95;
    transform: rotate(-4deg);
}

.batf-hashtag-stamp {
    position: absolute;
    right: max(24px, calc((100vw - 1180px) / 2));
    bottom: 286px;
    z-index: 2;
    padding: 5px 9px;
    border: 6px solid #fff;
    background: #000;
    color: #fff;
    font-family: var(--batf-display);
    font-size: clamp(44px, 7vw, 90px);
    line-height: .86;
    transform: rotate(11deg);
    text-shadow: 3px 3px 0 #000;
}

.batf-promise-title {
    margin: 0 calc(50% - 50vw);
    padding: 78px max(28px, calc((100vw - 1180px) / 2)) 20px;
    background: #000;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.batf-promise-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0 calc(50% - 50vw);
    padding: 20px max(28px, calc((100vw - 1180px) / 2)) 80px;
    background: #000;
}

.batf-promise-grid a {
    position: relative;
    min-height: 112px;
    padding: 18px 48px 18px 18px;
    border: 0;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.batf-promise-grid a::after {
    content: none;
}

.batf-promise-grid a svg {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 24px;
    height: 24px;
}

.batf-promise-grid a:hover {
    transform: translate(-4px, -4px) rotate(-1deg);
    box-shadow: 7px 7px 0 #fff;
    background: var(--batf-green);
}

.batf-section {
    padding: 76px 0;
}

.batf-section-heading {
    align-items: flex-start;
    border-top: 2px solid #000;
    padding-top: 24px;
}

.batf-section-heading h2 {
    max-width: 820px;
}

.batf-page-hero {
    background: #fff;
    border-bottom: 2px solid #000;
}

.batf-page-hero .batf-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 12px;
    background: #000;
    color: #fff;
    transform: rotate(-2deg);
}

.batf-filter-tabs a,
.batf-post-nav a,
.batf-pagination a,
.batf-pagination span,
.batf-search-panel,
.batf-contact-main,
.batf-contact-services,
.batf-detail-panel,
.batf-author-box,
.batf-sidebar-block {
    border: 2px solid #000;
}

.batf-filter-tabs a {
    box-shadow: 0 0 0 #000;
    transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.batf-filter-tabs a:hover,
.batf-filter-tabs a.is-active {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0 #000;
}

.batf-grid {
    gap: 26px;
}

.batf-card {
    position: relative;
    border: 2px solid #000;
    background: #fff;
    box-shadow: 0 0 0 #000;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.batf-card:hover {
    transform: translate(-4px, -4px);
    box-shadow: var(--batf-shadow);
}

.batf-card-image {
    background: #000;
}

.batf-card-image img {
    height: 270px;
    filter: contrast(1.08) saturate(.9);
    transition: transform 600ms ease;
}

.batf-card:hover .batf-card-image img {
    transform: scale(1.04);
}

.batf-card-body {
    padding: 18px;
}

.batf-card h3 {
    font-size: clamp(27px, 3vw, 38px);
    line-height: .94;
}

.batf-card-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
}

.batf-card-link svg {
    width: 17px;
    height: 17px;
}

.batf-tag {
    border: 2px solid #000;
    box-shadow: 4px 4px 0 #000;
}

.batf-single-layout {
    grid-template-columns: minmax(0, 860px) 310px;
}

.batf-single-cover img {
    border: 0;
}

.batf-single-header {
    padding: 24px;
    background: #f4f4f4;
    transform: translateY(-28px);
    margin-bottom: -4px;
}

.batf-sidebar-block {
    background: #fff;
}

.batf-cta {
    min-height: 520px;
    align-content: space-between;
    border: 0;
    background:
        radial-gradient(circle at 70% 18%, rgba(255,255,255,.25), transparent 16%),
        linear-gradient(135deg, #ff9f24, #ff7d1f);
    color: #fff;
    overflow: hidden;
}

.batf-cta h2 {
    font-size: 46px;
    transform: rotate(-5deg);
    text-shadow: 3px 3px 0 rgba(255,255,255,.2);
}

.batf-cta p {
    color: #fff;
    font-weight: 800;
}

.batf-cta .batf-button {
    justify-self: start;
    background: #fff;
    color: #000;
}

.batf-footer {
    padding-top: 84px;
    border-top: 2px solid #fff;
}

.batf-footer-logo {
    width: 126px;
    filter: drop-shadow(4px 4px 0 #000);
}

.batf-footer-stamp {
    right: max(24px, calc((100vw - 1180px) / 2));
    top: -44px;
    border-width: 6px;
    font-size: clamp(44px, 6vw, 80px);
}

.batf-footer-grid {
    gap: 44px;
}

.batf-footer h2 {
    font-size: 32px;
}

.batf-footer-social a {
    gap: 0;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 2px solid #fff;
    font-size: 18px;
}

.batf-footer-social span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.batf-footer-social a:hover {
    background: #fff;
    color: #000;
}

@keyframes batf-stamp-in {
    0% {
        opacity: 0;
        transform: rotate(-18deg) scale(.72);
    }
    72% {
        opacity: 1;
        transform: rotate(-5deg) scale(1.08);
    }
    100% {
        transform: rotate(-7deg) scale(1);
    }
}

@keyframes batf-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes batf-float {
    0%, 100% {
        transform: rotate(-9deg) translateY(0);
    }
    50% {
        transform: rotate(-5deg) translateY(-10px);
    }
}

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

@media (max-width: 980px) {
    .batf-header {
        min-height: auto;
        padding: 16px 14px;
    }

    .batf-primary-nav {
        margin: 10px 0 0;
    }

    .batf-home-hero-grid {
        grid-template-columns: 1fr;
    }

    .batf-hero-side {
        grid-template-columns: 1fr 1fr;
    }

    .batf-promise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .batf-hashtag-stamp {
        bottom: 330px;
    }
}

@media (max-width: 640px) {
    .batf-header-social a {
        width: 34px;
        height: 34px;
    }

    .batf-header-logo {
        width: 82px;
    }

    .batf-header-actions {
        padding-top: 0;
    }

    .batf-menu-toggle span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .batf-hero-card a,
    .batf-hero-card img {
        min-height: 320px;
        height: 320px;
    }

    .batf-hero-card div {
        left: 18px;
        right: 18px;
        bottom: 20px;
    }

    .batf-hero-side {
        grid-template-columns: 1fr;
    }

    .batf-rail {
        grid-template-columns: repeat(6, 190px);
        padding-bottom: 12px;
    }

    .batf-definition-row {
        display: block;
    }

    .batf-floating-logo {
        margin: 28px 0 0 auto;
    }

    .batf-definition-copy {
        margin-bottom: 34px;
        font-size: 17px;
    }

    .batf-manifesto-band {
        padding-top: 42px;
        padding-bottom: 46px;
    }

    .batf-copy-columns {
        padding: 38px 0 44px;
    }

    .batf-copy-columns p {
        font-size: 17px;
    }

    .batf-hashtag-stamp {
        position: relative;
        right: auto;
        bottom: auto;
        display: inline-block;
        margin: 0 0 -22px 24px;
        font-size: 46px;
    }

    .batf-promise-title {
        padding-top: 56px;
    }

    .batf-promise-grid {
        grid-template-columns: 1fr;
    }

    .batf-grid {
        gap: 18px;
    }

    .batf-card-image img {
        height: 230px;
    }

    .batf-single-header {
        transform: none;
        margin-bottom: 20px;
    }
}

/* Final BATF polish: real brand assets, realistic search typing, demo badges, Instagram and Tipeee. */
.batf-brand-icon,
.batf-button img,
.batf-cta-brand {
    display: block;
    width: 1em;
    height: 1em;
    object-fit: contain;
}

.batf-header-social .batf-brand-icon,
.batf-footer-social .batf-brand-icon {
    width: 19px;
    height: 19px;
}

.batf-header-social a:hover .batf-brand-icon {
    filter: none;
}

.batf-header-logo img,
.batf-footer-logo img,
.batf-floating-logo,
.batf-hashtag-stamp,
.batf-footer-stamp {
    filter: drop-shadow(4px 4px 0 #000);
}

.batf-header-logo img {
    filter: drop-shadow(3px 3px 0 #000);
}

.batf-floating-logo {
    display: block;
    width: clamp(118px, 13vw, 172px);
    height: auto;
}

.batf-hashtag-stamp,
.batf-footer-stamp {
    width: clamp(118px, 13vw, 190px);
    height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
}

.batf-footer-stamp {
    right: max(24px, calc((100vw - 1180px) / 2));
    top: -44px;
}

.batf-definition {
    min-width: min(720px, 100%);
    min-height: 70px;
    padding: 16px 30px;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #f8f8f8, #d6d6d6) border-box;
    color: #777;
    box-shadow:
        0 1px 3px rgba(0,0,0,.12),
        inset 0 1px 1px rgba(255,255,255,.9);
    font-family: Helvetica, Arial, sans-serif;
    font-size: clamp(18px, 2vw, 27px);
    line-height: 1.1;
}

.batf-definition svg {
    width: 26px;
    height: 26px;
    color: #777;
}

.batf-definition-prefix {
    color: #777;
    white-space: nowrap;
}

.batf-typewriter-text {
    color: #050505;
    text-decoration: none;
    white-space: nowrap;
}

.batf-typewriter-caret {
    display: inline-block;
    width: 2px;
    height: 1.08em;
    margin-left: 2px;
    border-radius: 2px;
    background: #595959;
    transform: translateY(.14em);
    animation: batf-caret-blink 920ms steps(1, end) infinite;
}

.batf-manifesto-band h2[data-batf-scroll-light] {
    color: rgba(255,255,255,.18);
    text-wrap: balance;
}

.batf-scroll-word {
    display: inline-block;
    white-space: nowrap;
}

.batf-scroll-letter {
    display: inline-block;
    color: rgba(255,255,255,.18);
    transform: translateY(.08em);
    transition:
        color 180ms ease,
        text-shadow 180ms ease,
        transform 180ms ease;
}

.batf-scroll-letter.is-lit {
    color: #fff;
    text-shadow: 0 0 18px rgba(255,255,255,.24);
    transform: translateY(0);
}

.batf-fiction-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 8px 4px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    box-shadow: 3px 3px 0 #000;
    transform: rotate(-2deg);
}

.batf-card-image .batf-fiction-badge {
    position: absolute;
    z-index: 4;
    right: 12px;
    top: 12px;
}

.batf-single-header .batf-fiction-badge {
    margin: 0 0 16px;
}

.batf-embed iframe,
.batf-instagram-card iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
}

@media (min-width: 769px) {
    .batf-embed--instagram {
        width: 100%;
        max-width: 300px;
    }

    .batf-embed--instagram .instagram-media,
    .batf-embed--instagram iframe {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 300px !important;
    }
}

.batf-instagram-section {
    padding: 76px 0;
    border-top: 2px solid #000;
    background: #fff;
}

.batf-instagram-list {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.batf-instagram-list--slider {
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 360px);
    overflow-x: auto;
    padding: 0 0 14px;
    scroll-snap-type: x mandatory;
}

.batf-instagram-list--grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.batf-instagram-card {
    min-height: 300px;
    padding: 18px;
    border: 2px solid #000;
    background: #fff;
    scroll-snap-align: start;
    box-shadow: 0 0 0 #000;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.batf-instagram-card:hover {
    transform: translate(-4px, -4px);
    box-shadow: 7px 7px 0 #000;
}

.batf-instagram-card h3 {
    margin: 8px 0 10px;
    font-size: 34px;
    line-height: .92;
}

.batf-instagram-type {
    display: inline-flex;
    margin: 0;
    padding: 5px 8px;
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.batf-instagram-empty {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 26px;
    padding: 22px;
    border: 2px dashed #000;
    background: #f7f7f7;
}

.batf-instagram-empty img {
    width: 96px;
    transform: rotate(-7deg);
    filter: drop-shadow(3px 3px 0 #000);
}

.batf-instagram-empty h3 {
    margin: 0 0 8px;
    font-size: 36px;
    line-height: .92;
}

.batf-button--tipeee {
    background: #d64758;
    border-color: #d64758;
    color: #fff;
}

.batf-button--tipeee img {
    width: 18px;
    height: 18px;
    border-radius: 3px;
}

.batf-button--tipeee:hover,
.batf-button--tipeee:focus-visible {
    background: #ab2636;
    border-color: #ab2636;
    color: #fff;
    box-shadow: 4px 4px 0 #000;
}

.batf-cta--tipeee {
    background:
        radial-gradient(circle at 82% 22%, rgba(255,255,255,.22), transparent 18%),
        linear-gradient(135deg, #d64758 0%, #ab2636 100%);
    color: #fff;
    contain: paint;
    overflow: hidden;
}

.batf-cta--tipeee::before {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -46px;
    width: 190px;
    height: 190px;
    background: url("../img/tipeee-mark.svg") center / contain no-repeat;
    opacity: .18;
    transform: rotate(-10deg);
}

.batf-cta--tipeee .batf-cta-brand {
    width: min(190px, 60%);
    height: auto;
    margin-bottom: 24px;
}

.batf-cta--tipeee .batf-button {
    background: #fff;
    color: #d64758;
    border-color: #fff;
}

.batf-cta--tipeee .batf-button:hover {
    color: #ab2636;
}

.batf-hero-card a {
    position: relative;
    min-height: 476px;
}

.batf-hero-card img {
    position: absolute;
    left: -6%;
    top: -7%;
    width: 112%;
    height: 116%;
    object-fit: cover;
    object-position: center;
    filter: brightness(1.28) contrast(1.05) saturate(.98);
}

.batf-hero-card a::after {
    background: linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.06) 56%, rgba(0,0,0,.42) 100%);
}

.batf-hero-card h1 {
    max-width: 640px;
    font-size: clamp(34px, 3.8vw, 50px);
    line-height: .92;
}

.batf-video-tile {
    background: #111;
}

.batf-video-tile img {
    object-position: center;
    filter: brightness(1.16) contrast(1.04);
}

.batf-single-main,
.batf-sidebar {
    min-width: 0;
}

@keyframes batf-caret-blink {
    0%, 48% {
        opacity: 1;
    }
    49%, 100% {
        opacity: 0;
    }
}

@media (max-width: 980px) {
    .batf-single-layout {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .batf-single-main {
        order: 1;
    }

    .batf-sidebar {
        order: 2;
        position: static !important;
    }

    .batf-detail-panel {
        grid-template-columns: 1fr;
    }

    .batf-single-header {
        transform: none;
        margin-bottom: 18px;
        padding: 18px;
    }
}

@media (max-width: 640px) {
    .batf-home-hero-grid {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .batf-hero-card a {
        min-height: 360px;
    }

    .batf-hero-card h1 {
        font-size: 28px;
    }

    .batf-hero-card p {
        font-size: 11px;
    }

    .batf-hero-card .batf-tag {
        font-size: 23px;
    }

    .batf-definition {
        gap: 8px;
        min-height: 58px;
        padding: 12px 18px;
        font-size: 19px;
    }

    .batf-definition svg {
        width: 21px;
        height: 21px;
    }

    .batf-typewriter-text {
        text-decoration-thickness: 4px;
        white-space: normal;
    }

    .batf-instagram-empty {
        grid-template-columns: 1fr;
    }

    .batf-contact-form {
        grid-template-columns: 1fr;
    }

    .batf-contact-form__message {
        grid-column: auto;
    }

    .batf-instagram-list--slider {
        grid-auto-columns: minmax(250px, 86vw);
    }

    .batf-footer-stamp,
    .batf-hashtag-stamp {
        width: 108px;
    }
}

/* Final V1 controls: sticky nav, no extra logo shadows, video cards, job sheets. */
:root {
    --batf-nav-logo-scale: 1;
}

.batf-header {
    position: sticky;
    top: 0;
    min-height: auto;
    padding: 14px 28px 0;
    grid-template-columns: minmax(90px, 1fr) auto minmax(180px, 1fr);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(10px);
}

.batf-header-logo {
    width: clamp(86px, 9vw, 116px);
    transform: rotate(-7deg) scale(var(--batf-nav-logo-scale));
    transform-origin: center top;
    animation: none !important;
    transition: transform 80ms linear;
    will-change: transform;
}

.batf-header-logo,
.batf-header-logo img,
.batf-footer-logo,
.batf-footer-logo img,
.batf-floating-logo,
.batf-hashtag-stamp,
.batf-footer-stamp {
    filter: none !important;
}

.batf-header-social {
    align-self: center;
    padding-top: 0;
}

.batf-header-actions {
    align-self: center;
    padding-top: 0;
}

.batf-header-social a,
.batf-header-social a:first-child {
    width: 38px;
    height: 38px;
    background: #fff;
    color: #000;
}

.batf-primary-nav {
    margin: 10px -28px 0;
    overflow: visible;
}

.batf-primary-nav > ul,
.batf-primary-nav .menu {
    overflow-x: auto;
    scrollbar-width: none;
}

.batf-primary-nav > ul::-webkit-scrollbar,
.batf-primary-nav .menu::-webkit-scrollbar {
    display: none;
}

.batf-primary-nav a {
    min-height: 38px;
    padding: 11px 14px;
    font-size: 12px;
    white-space: nowrap;
}

.batf-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.batf-footer-social a {
    gap: 8px;
    width: auto;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    background: #fff;
    color: #000;
    border-color: #fff;
    text-decoration: none;
}

.batf-footer-social span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.batf-footer-videos {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.22);
}

.batf-footer-videos > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.batf-footer-videos a {
    display: grid;
    gap: 8px;
    text-decoration: none;
}

.batf-footer-videos img {
    width: 100%;
    aspect-ratio: 9 / 13;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,.5);
}

.batf-footer-videos span {
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.batf-video-list {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.batf-video-list--slider {
    grid-auto-flow: column;
    grid-auto-columns: minmax(188px, 238px);
    overflow-x: auto;
    padding: 2px 0 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.batf-video-list--grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.batf-video-card {
    display: grid;
    gap: 12px;
    color: #000;
    text-decoration: none;
    scroll-snap-align: start;
}

.batf-video-card__media {
    position: relative;
    display: block;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background: #000;
    border: 2px solid #000;
}

.batf-video-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 520ms ease, filter 180ms ease;
}

.batf-video-card:hover .batf-video-card__media img {
    transform: scale(1.045);
    filter: contrast(1.06);
}

.batf-video-card__play {
    position: absolute;
    left: 12px;
    top: 12px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #000;
    color: #fff;
}

.batf-video-card__play svg {
    width: 20px;
    height: 20px;
}

.batf-video-card__views {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: fit-content;
    padding: 6px 9px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}

.batf-video-card__body {
    display: grid;
    gap: 6px;
}

.batf-video-card__type {
    width: fit-content;
    padding: 5px 8px;
    background: var(--batf-green);
    border: 2px solid #000;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.batf-video-card strong {
    font-family: var(--batf-display);
    font-size: 28px;
    line-height: .92;
    text-transform: uppercase;
}

.batf-video-card small {
    color: #555;
    font-size: 13px;
    line-height: 1.35;
}

.batf-card--job {
    display: grid;
    grid-template-rows: 1fr auto auto;
    min-height: 360px;
    overflow: hidden;
    background: #050505;
    color: #fff;
}

.batf-job-card__top {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 22px;
    color: inherit;
    text-decoration: none;
}

.batf-job-card h3 {
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 72px);
    line-height: .86;
    text-transform: uppercase;
}

.batf-job-card p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-weight: 700;
}

.batf-job-card__skills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 22px 18px;
}

.batf-job-card__skills span {
    padding: 6px 8px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.35);
    font-size: 12px;
    font-weight: 800;
}

.batf-job-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 18px;
    background: var(--batf-green);
    color: #000;
    font-weight: 950;
    text-decoration: none;
    text-transform: uppercase;
}

.batf-job-single {
    padding: 28px 0 88px;
    background: #fff;
}

.batf-job-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: 24px;
    align-items: stretch;
    margin-top: 18px;
    padding: clamp(24px, 4vw, 48px);
    background: #050505;
    color: #fff;
}

.batf-job-hero h1 {
    max-width: 920px;
    margin: 14px 0 16px;
    color: #fff;
    font-family: var(--batf-display);
    font-size: clamp(68px, 13vw, 168px);
    line-height: .78;
    text-transform: uppercase;
}

.batf-job-hero .batf-lead {
    max-width: 740px;
    color: rgba(255,255,255,.82);
}

.batf-job-hero__panel {
    display: grid;
    align-content: end;
    gap: 8px;
    padding: 22px;
    border: 2px solid #fff;
    background: var(--batf-green);
    color: #000;
}

.batf-job-hero__panel span,
.batf-job-quick dt {
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.batf-job-hero__panel strong {
    font-family: var(--batf-display);
    font-size: clamp(42px, 5vw, 72px);
    line-height: .86;
}

.batf-job-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 26px;
    margin-top: 26px;
}

.batf-job-quick {
    position: sticky;
    top: 128px;
    align-self: start;
    padding: 22px;
    border: 2px solid #000;
    background: #fff;
}

.batf-job-quick h2 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: .9;
}

.batf-job-quick dl {
    display: grid;
    gap: 16px;
    margin: 0 0 22px;
}

.batf-job-quick dd {
    margin: 4px 0 0;
    font-weight: 850;
}

.batf-job-practical {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.batf-job-block,
.batf-job-editorial {
    padding: clamp(20px, 3vw, 30px);
    border: 2px solid #000;
    background: #fff;
}

.batf-job-block h2,
.batf-job-editorial h2 {
    margin: 8px 0 14px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: .88;
}

.batf-job-block--skills,
.batf-job-editorial {
    grid-column: 1 / -1;
}

.batf-job-block--skills {
    background: #fff;
}

.batf-job-skill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.batf-job-skill-grid span {
    padding: 10px 12px;
    background: #fff;
    border: 2px solid #000;
    box-shadow: 3px 3px 0 #000;
    font-weight: 950;
}

.batf-job-editorial {
    background: #050505;
    color: #fff;
}

.batf-job-editorial .batf-content {
    max-width: 780px;
    color: rgba(255,255,255,.86);
}

.batf-job-more {
    margin-top: 72px;
}

@media (max-width: 980px) {
    .batf-header {
        grid-template-columns: auto 1fr auto;
        gap: 12px;
        padding: 12px 14px;
    }

    .batf-header-logo {
        justify-self: center;
        width: 82px;
    }

    .batf-header-actions .batf-button {
        display: none;
    }

    .batf-primary-nav {
        grid-column: 1 / -1;
        display: none;
        margin: 10px 0 0;
        border: 2px solid #000;
        background: #fff;
    }

    .batf-primary-nav.is-open {
        display: block;
    }

    .batf-primary-nav ul,
    .batf-primary-nav .menu,
    .batf-primary-nav .sub-menu {
        display: block;
        min-height: 0;
    }

    .batf-primary-nav .sub-menu {
        position: static;
        box-shadow: none;
        border: 0;
        padding-left: 14px;
    }

    .batf-primary-nav a {
        white-space: normal;
    }

    .batf-job-hero,
    .batf-job-layout {
        grid-template-columns: 1fr;
    }

    .batf-job-quick {
        position: static;
    }
}

@media (max-width: 760px) {
    .batf-job-practical {
        grid-template-columns: 1fr;
    }

    .batf-footer-videos > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .batf-video-list--slider {
        grid-auto-columns: minmax(168px, 72vw);
    }
}

/* Nav active underline: black in light mode, white only on dark navigation states. */
.batf-primary-nav a:hover,
.batf-primary-nav .current-menu-item > a,
.batf-primary-nav .current-menu-ancestor > a,
.batf-primary-nav .menu-item-has-children.is-submenu-open > a {
    box-shadow: inset 0 -2px 0 #000 !important;
}

.batf-nav-on-dark .batf-primary-nav a:hover,
.batf-nav-on-dark .batf-primary-nav .current-menu-item > a,
.batf-nav-on-dark .batf-primary-nav .current-menu-ancestor > a,
.batf-nav-on-dark .batf-primary-nav .menu-item-has-children.is-submenu-open > a,
body.page-template-page-podcast .batf-primary-nav a:hover,
body.page-template-page-podcast .batf-primary-nav .current-menu-item > a,
body.page-template-page-podcast .batf-primary-nav .current-menu-ancestor > a,
body.page-template-page-podcast .batf-primary-nav .menu-item-has-children.is-submenu-open > a,
body.single-batf_podcast .batf-primary-nav a:hover,
body.single-batf_podcast .batf-primary-nav .current-menu-item > a,
body.single-batf_podcast .batf-primary-nav .current-menu-ancestor > a,
body.single-batf_podcast .batf-primary-nav .menu-item-has-children.is-submenu-open > a,
body.post-type-archive-batf_podcast .batf-primary-nav a:hover,
body.post-type-archive-batf_podcast .batf-primary-nav .current-menu-item > a,
body.post-type-archive-batf_podcast .batf-primary-nav .current-menu-ancestor > a,
body.post-type-archive-batf_podcast .batf-primary-nav .menu-item-has-children.is-submenu-open > a {
    box-shadow: inset 0 -2px 0 #fff !important;
}

@media (max-width: 480px) {
    .batf-header-social a {
        width: 32px;
        height: 32px;
    }

    .batf-footer-social a {
        width: 44px;
        padding: 0;
    }

    .batf-footer-social span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .batf-job-hero h1 {
        font-size: 64px;
    }
}

/* Designer pass: refined controls, premium cards and immersive Swiper video. */
:root {
    --batf-green: #fff;
}

input,
textarea,
select,
.batf-search-panel,
.batf-contact-main,
.batf-contact-services,
.batf-filter-tabs a,
.batf-card,
.batf-detail-panel,
.batf-author-box,
.batf-sidebar-block,
.batf-job-block,
.batf-job-editorial,
.batf-job-quick,
.batf-job-hero,
.batf-job-hero__panel {
    border-radius: 8px;
}

select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
textarea {
    border: 2px solid #000;
    background-color: #fff;
    color: #050505;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

select {
    appearance: none;
    padding-right: 42px !important;
    background-image:
        linear-gradient(45deg, transparent 50%, #050505 50%),
        linear-gradient(135deg, #050505 50%, transparent 50%);
    background-position:
        calc(100% - 20px) 50%,
        calc(100% - 14px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

select:focus,
input:focus,
textarea:focus {
    outline: none;
    border-color: var(--batf-orange);
    box-shadow: 0 0 0 4px rgba(255, 138, 29, .18);
}

.batf-button,
.batf-filter-tabs a,
.batf-card,
.batf-video-card__media,
.batf-header-social a,
.batf-footer-social a {
    border-radius: 7px;
}

.batf-button {
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.batf-button:hover,
.batf-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 0 rgba(0,0,0,.92);
}

.batf-primary-nav .sub-menu {
    margin-top: 0;
    padding: 8px;
    border-radius: 8px;
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(10px);
}

.batf-primary-nav .sub-menu a {
    border-radius: 6px;
}

.batf-primary-nav a:hover,
.batf-primary-nav .current-menu-item > a,
.batf-primary-nav .current-menu-ancestor > a {
    border-radius: 6px 6px 0 0;
}

.batf-filter-tabs {
    gap: 10px;
}

.batf-filter-tabs a {
    padding: 10px 14px;
    background: #fff;
}

.batf-filter-tabs a:hover,
.batf-filter-tabs a.is-active {
    background: #050505;
    color: #fff;
    box-shadow: none;
}

.batf-card {
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(0,0,0,.08);
}

.batf-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(0,0,0,.16);
}

.batf-card-image img {
    height: 280px;
}

.batf-header-social a,
.batf-footer-social a {
    box-shadow: 0 0 0 0 #000;
}

.batf-header-social a:hover,
.batf-footer-social a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 0 #000;
    background: var(--batf-green);
}

.batf-header-social .batf-brand-icon,
.batf-footer-social .batf-brand-icon {
    width: 21px;
    height: 21px;
}

.batf-instagram-section {
    position: relative;
    padding: clamp(68px, 8vw, 112px) 0;
    overflow: hidden;
    border-top: 0;
    background: #050505;
    color: #fff;
}

.batf-instagram-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,.12), transparent 28%, transparent 72%, rgba(255,255,255,.08)),
        radial-gradient(circle at 12% 10%, rgba(255,255,255,.1), transparent 20%);
}

.batf-instagram-section .batf-container {
    position: relative;
    z-index: 1;
}

.batf-instagram-section .batf-section-heading {
    border-top-color: rgba(255,255,255,.28);
}

.batf-instagram-section .batf-section-heading h2 {
    color: #fff;
    font-size: clamp(54px, 9vw, 112px);
    line-height: .78;
}

.batf-instagram-section .batf-section-heading p {
    color: rgba(255,255,255,.72);
}

.batf-instagram-section .batf-kicker {
    color: #fff;
}

.batf-instagram-section .batf-button {
    background: #fff;
    color: #000;
}

.batf-video-module {
    position: relative;
    margin-top: 34px;
}

.batf-video-module--swiper {
    padding: 0 58px;
}

.batf-video-list {
    margin-top: 0;
}

.batf-video-list--slider {
    display: block;
    overflow: hidden;
    padding: 4px 0 44px;
}

.batf-video-list--grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 24px;
}

.batf-video-card {
    height: auto;
    color: #fff;
}

.batf-video-card.swiper-slide {
    display: grid;
}

.batf-video-card__media {
    aspect-ratio: 9 / 14.5;
    border-color: rgba(255,255,255,.42);
    box-shadow: 0 28px 70px rgba(0,0,0,.45);
}

.batf-video-card__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
}

.batf-video-card__play {
    z-index: 2;
    width: 44px;
    height: 44px;
    background: rgba(0,0,0,.72);
    backdrop-filter: blur(8px);
}

.batf-video-card__views {
    z-index: 2;
    border-radius: 999px;
    background: rgba(0,0,0,.78);
    backdrop-filter: blur(8px);
}

.batf-video-card__type {
    background: #fff;
    color: #000;
    border-color: #fff;
    border-radius: 999px;
}

.batf-video-card strong {
    color: #fff;
    text-wrap: balance;
}

.batf-video-card small {
    color: rgba(255,255,255,.66);
}

.batf-video-nav {
    position: absolute;
    top: 42%;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #fff;
    color: #000;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.batf-video-nav svg {
    width: 22px;
    height: 22px;
}

.batf-video-nav--prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

.batf-video-nav--next {
    right: 0;
    transform: translateY(-50%);
}

.batf-video-nav:hover,
.batf-video-nav:focus-visible {
    background: #000;
    color: #fff;
}

.batf-video-nav.swiper-button-disabled {
    opacity: .32;
    pointer-events: none;
}

.batf-video-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
}

.batf-video-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: rgba(255,255,255,.38);
    opacity: 1;
}

.batf-video-pagination .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 999px;
    background: #fff;
}

.batf-fiction-badge,
.batf-job-card__link,
.batf-job-hero__panel,
.batf-video-card__type {
    background: #fff;
    color: #000;
}

.batf-instagram-section .batf-video-card__type {
    border-color: #fff;
}

@media (max-width: 760px) {
    .batf-video-module--swiper {
        padding: 0;
    }

    .batf-video-nav {
        top: auto;
        bottom: -2px;
        width: 42px;
        height: 42px;
    }

    .batf-video-nav--prev {
        left: 0;
    }

    .batf-video-nav--next {
        right: 0;
    }

    .batf-video-pagination {
        padding: 0 58px;
    }

    .batf-video-card__media {
        aspect-ratio: 9 / 15.5;
    }
}

/* Pixel pass: one black rule under the menu, none above it. */
.batf-header {
    border-bottom: 0 !important;
}

.batf-primary-nav {
    border-top: 0 !important;
    border-bottom: 2px solid #000 !important;
}

.batf-primary-nav > ul,
.batf-primary-nav .menu {
    align-items: end;
}

.batf-primary-nav a {
    border-radius: 7px 7px 0 0;
    border-bottom: 0;
}

.batf-primary-nav a:hover,
.batf-primary-nav .current-menu-item > a,
.batf-primary-nav .current-menu-ancestor > a {
    border-radius: 7px 7px 0 0;
    box-shadow: inset 0 -2px 0 #000;
}

.batf-primary-nav li {
    display: flex;
    align-items: flex-end;
}

.batf-primary-nav .sub-menu li {
    display: block;
}

.batf-primary-nav .sub-menu a {
    border-radius: 6px;
    box-shadow: none !important;
}

@media (max-width: 980px) {
    .batf-primary-nav {
        border: 2px solid #000 !important;
        border-top: 0 !important;
    }
}

/* Container alignment pass: nav and video module match the site grid exactly. */
.batf-primary-nav {
    width: min(1180px, calc(100vw - 32px)) !important;
    margin: 10px auto 0 !important;
    justify-self: center;
}

.batf-primary-nav > ul,
.batf-primary-nav .menu {
    justify-content: flex-start;
}

.batf-instagram-section {
    background: #050505;
    padding: 56px 0 72px;
}

.batf-instagram-section::before {
    content: none !important;
}

.batf-instagram-section .batf-section-heading h2 {
    font-size: clamp(42px, 7vw, 78px);
    line-height: .9;
}

.batf-video-module--swiper {
    padding: 0;
}

.batf-video-nav--prev {
    left: 10px;
}

.batf-video-nav--next {
    right: 10px;
}

@media (max-width: 980px) {
    .batf-primary-nav {
        width: min(1180px, calc(100vw - 28px)) !important;
        margin: 10px auto 0 !important;
        max-height: calc(100vh - 112px);
        overflow-y: auto;
        padding: 8px;
    }

    .batf-primary-nav li {
        display: block !important;
    }

    .batf-primary-nav a {
        display: block;
        min-height: 0;
        padding: 12px 12px;
        border-radius: 6px !important;
        box-shadow: none !important;
    }

    .batf-primary-nav .sub-menu {
        position: static !important;
        display: block !important;
        min-width: 0;
        margin: 0 0 8px;
        padding: 2px 0 4px 14px;
        border: 0 !important;
        box-shadow: none !important;
        background: #fff;
    }

    .batf-primary-nav .sub-menu a {
        margin-bottom: 5px;
        padding: 9px 10px;
        border: 1px solid #000;
        font-size: 12px;
        background: #fff;
    }

    .batf-primary-nav .sub-menu a:hover,
    .batf-primary-nav .sub-menu .current-menu-item > a {
        background: #000;
        color: #fff;
    }
}

/* Image discipline: no visible bands, every editorial visual fills its frame. */
.batf-card-image,
.batf-hero-card a,
.batf-side-image,
.batf-single-cover,
.batf-mini-card,
.batf-author-box,
.batf-video-tile {
    background: #fff !important;
}

.batf-card-image {
    aspect-ratio: 16 / 10;
    min-height: 0;
}

.batf-card-image img,
.batf-hero-card img,
.batf-side-image img,
.batf-video-tile img,
.batf-single-cover img,
.batf-mini-card img,
.batf-author-box img,
.batf-footer-videos img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 100%;
    object-fit: cover !important;
    background: #fff;
}

.batf-hero-card img {
    position: absolute;
    inset: 0;
}

.batf-mini-card img {
    height: auto !important;
    min-height: 0;
    aspect-ratio: 1 / 1;
}

.batf-home-hero .batf-hero-card,
.batf-home-hero .batf-hero-card a {
    background: #000 !important;
}

.batf-side-image,
.batf-video-tile {
    aspect-ratio: 16 / 10;
    min-height: 0;
}

.batf-side-image img,
.batf-video-tile img {
    min-height: 0;
}

.batf-single-cover {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.batf-single-cover figcaption {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: fit-content;
    max-width: calc(100% - 20px);
    padding: 5px 8px;
    background: rgba(255,255,255,.92);
    color: #000;
}

.batf-grid-podcast .batf-card-image,
.batf-grid-person .batf-card-image,
.batf-card--podcast .batf-card-image,
.batf-card--person .batf-card-image {
    aspect-ratio: 1 / 1;
}

/* Sticky fix: avoid overflow creating a non-sticky scroll container. */
html,
body {
    overflow-x: clip !important;
}

.batf-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

/* Header polish: full white sticky navbar with a solid page-width rule. */
:root {
    --batf-nav-progress: 0;
    --batf-header-top-pad: 22px;
    --batf-header-nav-gap: 14px;
    --batf-header-rule-height: 3px;
    --batf-nav-link-y: 7px;
    --batf-nav-row-height: 29px;
    --batf-logo-reduction: 0px;
    --batf-mobile-header-top-pad: 8px;
    --batf-mobile-logo-reduction: 30px;
}

body {
    background: #fff !important;
}

.batf-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    display: grid !important;
    padding: var(--batf-header-top-pad) clamp(16px, 2vw, 32px) 0 !important;
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: padding 90ms linear;
}

.batf-header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    height: var(--batf-header-rule-height);
    background: #000;
    opacity: 1;
    pointer-events: none;
}

.batf-header-logo {
    width: max(76px, calc(clamp(92px, 9vw, 116px) - var(--batf-logo-reduction))) !important;
    transform: rotate(-7deg) !important;
    transition: width 90ms linear;
}

.batf-primary-nav {
    width: min(1180px, calc(100vw - 32px)) !important;
    margin: var(--batf-header-nav-gap) auto 0 !important;
    border: 0 !important;
    background: transparent !important;
    justify-self: center;
}

.batf-primary-nav > ul,
.batf-primary-nav .menu {
    min-height: var(--batf-nav-row-height);
    align-items: flex-end;
}

.batf-primary-nav a {
    min-height: var(--batf-nav-row-height);
    padding-top: var(--batf-nav-link-y) !important;
    padding-bottom: var(--batf-nav-link-y) !important;
    transition: background 160ms ease, color 160ms ease, padding 90ms linear, min-height 90ms linear;
}

@media (max-width: 980px) {
    .batf-header {
        padding: var(--batf-mobile-header-top-pad) 14px 0 !important;
    }

    .batf-header-logo {
        width: max(68px, calc(86px - var(--batf-mobile-logo-reduction))) !important;
    }

    .batf-primary-nav {
        width: min(1180px, calc(100vw - 28px)) !important;
        margin: 8px auto 8px !important;
        border: 2px solid #000 !important;
        background: #fff !important;
    }

    .batf-primary-nav.is-open {
        display: block;
    }
}

/* No blurred drop shadows on editorial cards/listings. */
.batf-grid .batf-card,
.batf-rail .batf-card,
.batf-card--article,
.batf-card--event,
.batf-card--address,
.batf-card--podcast,
.batf-card--person,
.batf-card--resource,
.batf-card--job,
.batf-page-section .batf-card,
.batf-latest .batf-card {
    box-shadow: none !important;
}

.batf-grid .batf-card:hover,
.batf-rail .batf-card:hover,
.batf-card--article:hover,
.batf-card--event:hover,
.batf-card--address:hover,
.batf-card--podcast:hover,
.batf-card--person:hover,
.batf-card--resource:hover,
.batf-card--job:hover,
.batf-page-section .batf-card:hover,
.batf-latest .batf-card:hover {
    box-shadow: none !important;
    transform: translateY(-3px);
}

.batf-video-card__media,
.batf-video-card__media:hover,
.batf-instagram-card,
.batf-instagram-card:hover {
    box-shadow: none !important;
}

/* Video section + square UI pass. Navbar keeps its own rounded treatment. */
.batf-instagram-section {
    padding: 56px 0 68px !important;
    border-top: 0 !important;
    background: #000 !important;
    color: #fff;
}

.batf-instagram-section::before {
    content: none !important;
}

.batf-instagram-section .batf-container {
    width: min(1640px, calc(100% - 128px));
}

.batf-instagram-section .batf-section-heading {
    display: block;
    margin: 0 0 28px;
    padding: 0 !important;
    border: 0 !important;
}

.batf-instagram-section .batf-section-heading h2 {
    max-width: none;
    margin: 0;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: clamp(28px, 2.4vw, 38px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: none;
}

.batf-video-module {
    margin-top: 0;
}

.batf-video-module--swiper {
    padding: 0 58px;
}

.batf-video-list--slider {
    padding: 0 0 34px;
}

.batf-video-card {
    gap: 14px;
    transition: transform 160ms ease;
}

.batf-video-card__media {
    aspect-ratio: 9 / 16 !important;
    border: 1px solid rgba(255,255,255,.62);
    border-radius: 0 !important;
    background: #000;
    box-shadow: none !important;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.batf-video-card__media img {
    object-fit: cover;
}

.batf-video-card:hover {
    transform: translate(-3px, -3px);
}

.batf-video-card:hover .batf-video-card__media {
    border-color: #fff;
    box-shadow: 6px 6px 0 #fff !important;
}

.batf-main-wrap :is(.batf-card, .batf-card-image, .batf-card-image img, .batf-hero-card, .batf-hero-card a, .batf-side-image, .batf-video-tile, .batf-boss-card, .batf-promise-grid a, .batf-contact-main, .batf-contact-services, .batf-search-panel, .batf-detail-panel, .batf-sidebar-block, .batf-author-box, .batf-job-block, .batf-job-editorial, .batf-job-quick, .batf-job-hero, .batf-job-hero__panel, .batf-single-cover, .batf-video-card__media, .batf-filter-tabs a, input, textarea, select),
.batf-footer :is(.batf-card, .batf-button, .batf-footer-social a) {
    border-radius: 0 !important;
}

.batf-main-wrap .batf-button,
.batf-footer .batf-button,
.batf-main-wrap .batf-filter-tabs a,
.batf-main-wrap .batf-card,
.batf-main-wrap .batf-promise-grid a,
.batf-main-wrap .batf-boss-card,
.batf-main-wrap .batf-side-image,
.batf-main-wrap .batf-hero-card {
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.batf-main-wrap .batf-button:hover,
.batf-main-wrap .batf-button:focus-visible,
.batf-footer .batf-button:hover,
.batf-footer .batf-button:focus-visible,
.batf-main-wrap .batf-filter-tabs a:hover,
.batf-main-wrap .batf-filter-tabs a:focus-visible,
.batf-main-wrap .batf-filter-tabs a.is-active,
.batf-main-wrap .batf-card:hover,
.batf-main-wrap .batf-card:focus-within,
.batf-main-wrap .batf-promise-grid a:hover,
.batf-main-wrap .batf-promise-grid a:focus-visible,
.batf-main-wrap .batf-boss-card:hover,
.batf-main-wrap .batf-side-image:hover,
.batf-main-wrap .batf-hero-card:hover {
    transform: translate(-3px, -3px) !important;
    box-shadow: 6px 6px 0 #000 !important;
}

.batf-instagram-section .batf-video-card:hover {
    box-shadow: none !important;
}

@media (max-width: 760px) {
    .batf-instagram-section {
        padding: 42px 0 58px !important;
    }

    .batf-instagram-section .batf-container {
        width: min(100% - 32px, 1180px);
    }

    .batf-video-module--swiper {
        padding: 0 34px 0 0;
    }

    .batf-video-list--slider {
        overflow: visible;
    }
}

/* Footer logo/socials: white SVGs only, no frame, no visible label text. */
.batf-footer-stamp {
    display: none !important;
}

.batf-footer-logo {
    display: inline-flex;
    width: auto !important;
    margin: 0 0 34px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.batf-footer-logo img {
    display: block;
    width: clamp(116px, 9vw, 148px);
    height: auto;
    filter: invert(1) brightness(3) contrast(1.2) !important;
}

.batf-footer-social {
    gap: 16px;
}

.batf-footer-social a {
    display: inline-flex;
    width: 28px !important;
    min-width: 0 !important;
    height: 28px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
}

.batf-footer-social a:hover,
.batf-footer-social a:focus-visible {
    transform: translateY(-2px);
    box-shadow: none !important;
}

.batf-footer-social span {
    display: none !important;
}

.batf-footer-social .batf-brand-icon {
    width: 24px !important;
    height: 24px !important;
    filter: brightness(0) invert(1) !important;
}

/* Section rhythm: simple Helvetica titles, no top bars, alternating home bands. */
.batf-section-heading {
    border-top: 0 !important;
    padding-top: 0 !important;
}

.batf-section-heading h2,
.batf-promise-title {
    max-width: none;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: clamp(30px, 3.2vw, 48px) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.batf-section--front {
    border-top: 0 !important;
}

.batf-section--front.batf-section--light {
    background: #fff;
    color: #000;
}

.batf-section--front.batf-section--black {
    background: #000;
    color: #fff;
}

.batf-section--front.batf-section--black .batf-section-heading p,
.batf-section--front.batf-section--black .batf-kicker {
    color: rgba(255,255,255,.72);
}

.batf-section--front.batf-section--black .batf-button {
    border-color: #fff;
    background: #fff;
    color: #000;
}

.batf-section--front.batf-section--black .batf-button:hover,
.batf-section--front.batf-section--black .batf-button:focus-visible {
    box-shadow: 6px 6px 0 #fff !important;
}

.batf-section--front .batf-section-heading > .batf-button {
    margin-top: 16px !important;
}

.batf-section--front.batf-section--black .batf-card:hover,
.batf-section--front.batf-section--black .batf-card:focus-within {
    box-shadow: 6px 6px 0 #fff !important;
}

.batf-instagram-section .batf-container {
    width: min(1180px, calc(100% - 32px)) !important;
}

@media (min-width: 1680px) {
    .batf-instagram-section .batf-container {
        width: min(1180px, calc(100% - 32px)) !important;
    }
}

/* Hover uses only the 3D card shadow; media itself must not zoom. */
.batf-card:hover .batf-card-image img,
.batf-video-card:hover .batf-video-card__media img,
.batf-hero-card:hover img,
.batf-side-image:hover img,
.batf-video-tile:hover img,
.batf-boss-card:hover img {
    transform: none !important;
}

/* Header controls: square, clean, Tipeee white with colored mark only. */
.batf-header .batf-button,
.batf-header-social a,
.batf-menu-toggle,
.batf-main-wrap .batf-button,
.batf-footer .batf-button {
    border-radius: 0 !important;
}

.batf-header .batf-button--tipeee {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
}

.batf-header .batf-button--tipeee img {
    filter: none !important;
}

.batf-header .batf-button--light {
    background: #fff !important;
    color: #000 !important;
}

.batf-header-social a,
.batf-header-social a:first-child {
    background: #fff;
    color: #000;
}

.batf-header-social a:first-child {
    background: #000 !important;
    color: #fff !important;
}

/* Scroll logo state, dark-aware navbar, and exact video rail alignment. */
:root {
    --batf-logo-angle: -7deg;
    --batf-logo-tilted-opacity: 1;
    --batf-logo-straight-opacity: 0;
}

.batf-header {
    transition: padding 90ms linear, background 180ms ease, color 180ms ease !important;
}

.batf-header-logo {
    position: relative !important;
    display: block !important;
    aspect-ratio: 61.98 / 48.02;
    transform: none !important;
}

.batf-header-logo img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: none !important;
    transition: opacity 110ms linear, transform 110ms linear;
    will-change: opacity, transform;
}

.batf-header-logo__tilted {
    opacity: var(--batf-logo-tilted-opacity);
    transform: rotate(var(--batf-logo-angle));
}

.batf-header-logo__straight {
    opacity: var(--batf-logo-straight-opacity);
    transform: rotate(0deg);
}

.batf-nav-on-dark .batf-header {
    background: #000 !important;
    color: #fff;
}

.batf-nav-on-dark .batf-header::after {
    background: #fff;
}

.batf-nav-on-dark .batf-primary-nav a {
    color: #fff;
}

.batf-nav-on-dark .batf-primary-nav a:hover,
.batf-nav-on-dark .batf-primary-nav .current-menu-item > a,
.batf-nav-on-dark .batf-primary-nav .current-menu-ancestor > a {
    background: #fff;
    color: #000;
}

.batf-nav-on-dark .batf-header-social a {
    border-color: #fff;
    background: #000;
    color: #fff;
}

.batf-nav-on-dark .batf-header-social .batf-brand-icon {
    filter: brightness(0) invert(1);
}

.batf-nav-on-dark .batf-header .batf-button--light {
    border-color: #fff !important;
    background: #000 !important;
    color: #fff !important;
}

.batf-nav-on-dark .batf-header .batf-button--tipeee {
    border-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
}

.batf-nav-on-dark .batf-header .batf-button--tipeee img {
    filter: none !important;
}

.batf-video-module--swiper {
    padding: 0 !important;
    overflow: visible;
}

.batf-video-list--slider {
    width: 100%;
    overflow: hidden;
}

.batf-video-nav--prev {
    left: -70px !important;
}

.batf-video-nav--next {
    right: -70px !important;
}

.batf-video-card:hover {
    transform: none !important;
}

.batf-video-card:hover .batf-video-card__media {
    transform: none !important;
    box-shadow: 6px 6px 0 #fff !important;
}

@media (max-width: 1320px) {
    .batf-video-nav--prev {
        left: -58px !important;
    }

    .batf-video-nav--next {
        right: -58px !important;
    }
}

@media (max-width: 760px) {
    .batf-video-nav--prev {
        left: 0 !important;
    }

    .batf-video-nav--next {
        right: 0 !important;
    }
}

/* Border discipline: every visible UI stroke is 1px, including navbar rule. */
.batf-header::after {
    height: 1px !important;
}

.batf-header-social a,
.batf-header .batf-button,
.batf-menu-toggle,
.batf-primary-nav .sub-menu,
.batf-primary-nav .sub-menu a,
.batf-main-wrap .batf-button,
.batf-footer .batf-button,
.batf-filter-tabs a,
.batf-card,
.batf-card-image,
.batf-tag,
.batf-boss-card,
.batf-promise-grid a,
.batf-video-card__media,
.batf-contact-main,
.batf-contact-services,
.batf-search-panel,
.batf-detail-panel,
.batf-sidebar-block,
.batf-author-box,
.batf-job-block,
.batf-job-editorial,
.batf-job-quick,
.batf-job-hero,
.batf-job-hero__panel,
.batf-single-cover,
.batf-footer-social a,
input,
textarea,
select {
    border-width: 1px !important;
}

/* Single-logo rotation: no image swap, the provided straight SVG visibly turns. */
.batf-header-logo {
    transform: rotate(var(--batf-logo-angle)) !important;
    transform-origin: center center;
    transition: width 90ms linear, transform 90ms linear !important;
}

.batf-header-logo img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Social icon color logic. Instagram follows the mode, TikTok keeps cyan/red accents. */
.batf-brand-icon {
    fill: currentColor;
    stroke: none !important;
}

.batf-brand-icon path {
    stroke: none !important;
}

.batf-header-social a[aria-label="Instagram"] {
    background: #000 !important;
    color: #fff !important;
}

.batf-header-social a[aria-label="TikTok"] {
    background: #fff !important;
    color: #000 !important;
}

.batf-header-social .batf-brand-icon {
    filter: none !important;
}

.batf-nav-on-dark .batf-header-social a[aria-label="Instagram"] {
    border-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
}

.batf-nav-on-dark .batf-header-social a[aria-label="TikTok"] {
    border-color: #fff !important;
    background: #000 !important;
    color: #fff !important;
}

.batf-nav-on-dark .batf-header-social .batf-brand-icon {
    filter: none !important;
}

.batf-footer-logo {
    display: flex !important;
    width: fit-content !important;
    margin: 0 auto 34px !important;
    justify-content: center;
}

.batf-footer-social .batf-brand-icon,
.batf-footer-social .batf-brand-icon * {
    color: #fff !important;
    fill: #fff !important;
    filter: none !important;
}

.batf-footer-social img.batf-brand-icon {
    filter: brightness(0) invert(1) !important;
}

/* Cards on black editorial bands must pop instead of blending into the page. */
.batf-section--front.batf-section--black .batf-card {
    border-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
}

.batf-section--front.batf-section--black .batf-card h3,
.batf-section--front.batf-section--black .batf-card p,
.batf-section--front.batf-section--black .batf-card a,
.batf-section--front.batf-section--black .batf-card small,
.batf-section--front.batf-section--black .batf-card-meta {
    color: #000 !important;
}

.batf-section--front.batf-section--black .batf-card:hover,
.batf-section--front.batf-section--black .batf-card:focus-within {
    box-shadow: 6px 6px 0 #fff !important;
}

.batf-section--front.batf-section--black .batf-card-link,
.batf-section--front.batf-section--black .batf-job-card__link {
    background: #000 !important;
    color: #fff !important;
}

.batf-section--front.batf-section--black .batf-card-link svg,
.batf-section--front.batf-section--black .batf-job-card__link svg {
    color: #fff !important;
}

.batf-section--front.batf-section--black .batf-fiction-badge,
.batf-section--front.batf-section--black .batf-job-card__skills span {
    border-color: #000 !important;
    background: #fff !important;
    color: #000 !important;
}

.batf-section--front.batf-section--black .batf-job-card h3 {
    color: #000 !important;
}

/* Podcast universe: listing page and single podcast are dark. */
body.post-type-archive-batf_podcast,
body.single-batf_podcast,
body.page-template-page-podcast {
    background: #000 !important;
    color: #fff !important;
}

body.post-type-archive-batf_podcast .batf-main-wrap,
body.single-batf_podcast .batf-main-wrap,
body.page-template-page-podcast .batf-main-wrap,
body.post-type-archive-batf_podcast .batf-page-hero,
body.single-batf_podcast .batf-page-hero,
body.page-template-page-podcast .batf-page-hero,
body.post-type-archive-batf_podcast .batf-section,
body.single-batf_podcast .batf-section,
body.page-template-page-podcast .batf-section,
body.single-batf_podcast .batf-single-header,
body.single-batf_podcast .batf-single-main {
    background: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

body.post-type-archive-batf_podcast .batf-page-hero *,
body.single-batf_podcast .batf-single-header *,
body.single-batf_podcast .batf-single-main,
body.single-batf_podcast .batf-single-main *,
body.page-template-page-podcast .batf-page-hero * {
    color: #fff;
}

body.post-type-archive-batf_podcast .batf-card,
body.page-template-page-podcast .batf-card,
body.single-batf_podcast .batf-sidebar-block {
    border-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
}

body.post-type-archive-batf_podcast .batf-card *,
body.page-template-page-podcast .batf-card *,
body.single-batf_podcast .batf-sidebar-block * {
    color: #000 !important;
}

body.post-type-archive-batf_podcast .batf-filter-tabs a,
body.page-template-page-podcast .batf-filter-tabs a {
    border-color: #fff !important;
    background: #000 !important;
    color: #fff !important;
}

body.post-type-archive-batf_podcast .batf-filter-tabs a:hover,
body.post-type-archive-batf_podcast .batf-filter-tabs a.is-active,
body.page-template-page-podcast .batf-filter-tabs a:hover,
body.page-template-page-podcast .batf-filter-tabs a.is-active {
    background: #fff !important;
    color: #000 !important;
}

body.single-batf_podcast .batf-embeds {
    display: grid;
    gap: 16px;
    margin: 34px 0;
}

body.single-batf_podcast .batf-embed {
    border: 1px solid #fff;
    background: #050505;
}

body.single-batf_podcast .batf-embed iframe {
    min-height: 120px;
}

/* Header top row follows the same site container as the nav/content. */
.batf-header {
    grid-template-columns: 1fr !important;
}

.batf-header-inner {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(90px, 1fr) auto minmax(180px, 1fr);
    align-items: center;
    gap: 16px;
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto;
}

.batf-header-inner .batf-header-social {
    justify-self: start;
}

.batf-header-inner .batf-header-logo {
    justify-self: center;
}

.batf-header-inner .batf-header-actions {
    justify-self: end;
}

@media (max-width: 980px) {
    .batf-header-inner {
        width: min(1180px, calc(100vw - 28px));
        grid-template-columns: auto 1fr auto;
    }
}

/* Podcast pages are dark from first paint, before scroll JS runs. */
body.page-template-page-podcast .batf-header,
body.single-batf_podcast .batf-header,
body.post-type-archive-batf_podcast .batf-header {
    background: #000 !important;
    color: #fff !important;
}

body.page-template-page-podcast .batf-header::after,
body.single-batf_podcast .batf-header::after,
body.post-type-archive-batf_podcast .batf-header::after {
    background: #fff !important;
}

body.page-template-page-podcast .batf-primary-nav a,
body.single-batf_podcast .batf-primary-nav a,
body.post-type-archive-batf_podcast .batf-primary-nav a {
    color: #fff !important;
}

body.page-template-page-podcast .batf-primary-nav a:hover,
body.page-template-page-podcast .batf-primary-nav .current-menu-item > a,
body.page-template-page-podcast .batf-primary-nav .current-menu-ancestor > a,
body.single-batf_podcast .batf-primary-nav a:hover,
body.single-batf_podcast .batf-primary-nav .current-menu-item > a,
body.single-batf_podcast .batf-primary-nav .current-menu-ancestor > a,
body.post-type-archive-batf_podcast .batf-primary-nav a:hover,
body.post-type-archive-batf_podcast .batf-primary-nav .current-menu-item > a,
body.post-type-archive-batf_podcast .batf-primary-nav .current-menu-ancestor > a {
    background: #fff !important;
    color: #000 !important;
}

body.page-template-page-podcast .batf-header-social a[aria-label="Instagram"],
body.single-batf_podcast .batf-header-social a[aria-label="Instagram"],
body.post-type-archive-batf_podcast .batf-header-social a[aria-label="Instagram"] {
    border-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
}

body.page-template-page-podcast .batf-header-social a[aria-label="TikTok"],
body.single-batf_podcast .batf-header-social a[aria-label="TikTok"],
body.post-type-archive-batf_podcast .batf-header-social a[aria-label="TikTok"] {
    border-color: #fff !important;
    background: #000 !important;
    color: #fff !important;
}

body.page-template-page-podcast .batf-header .batf-button--light,
body.single-batf_podcast .batf-header .batf-button--light,
body.post-type-archive-batf_podcast .batf-header .batf-button--light {
    border-color: #fff !important;
    background: #000 !important;
    color: #fff !important;
}

body.page-template-page-podcast .batf-header .batf-button--tipeee,
body.single-batf_podcast .batf-header .batf-button--tipeee,
body.post-type-archive-batf_podcast .batf-header .batf-button--tipeee {
    border-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
}

/* Final title/card text pass. */
.batf-section-heading h2,
.batf-promise-title,
.batf-instagram-section .batf-section-heading h2 {
    font-size: clamp(22px, 1.8vw, 30px) !important;
    line-height: 1.08 !important;
}

.batf-card h3 a,
.batf-card h3 a:hover,
.batf-card h3 a:focus-visible {
    text-decoration: none !important;
}

.batf-card-link,
.batf-card-link:hover,
.batf-card-link:focus-visible {
    text-decoration: underline !important;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.batf-page-hero h1 {
    font-size: clamp(30px, 3.2vw, 42px) !important;
    line-height: 1.08 !important;
}

.batf-section--front.batf-section--black .batf-card .batf-card-link,
.batf-section--front.batf-section--black .batf-card .batf-job-card__link,
.batf-section--front.batf-section--black .batf-card .batf-card-link *,
.batf-section--front.batf-section--black .batf-card .batf-job-card__link * {
    color: #fff !important;
}

/* Homepage hero: no white gutter below the lead image. */
.batf-home-hero .batf-hero-card {
    display: flex !important;
    overflow: visible !important;
    background: #000 !important;
}

.batf-home-hero .batf-hero-card > a {
    position: relative !important;
    display: block !important;
    flex: 1 1 auto !important;
    height: auto !important;
    min-height: clamp(390px, 34vw, 476px) !important;
    overflow: hidden !important;
    background: #000 !important;
}

.batf-home-hero .batf-hero-card > a > img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
}

/* Homepage hero grid: vertical spacing must match horizontal spacing. */
.batf-home-hero-grid {
    --batf-hero-grid-gap: 24px;
    gap: var(--batf-hero-grid-gap) !important;
}

.batf-home-hero .batf-hero-side {
    gap: var(--batf-hero-grid-gap) !important;
}

.batf-home-hero .batf-side-image {
    margin-bottom: 0 !important;
}

.batf-home-hero .batf-video-tile strong {
    bottom: 68px !important;
}

@media (max-width: 640px) {
    .batf-home-hero-grid {
        --batf-hero-grid-gap: 16px;
    }
}

/* Footer uses the provided BATF icon SVG exactly, centered and unfiltered. */
.batf-footer-logo img {
    width: clamp(92px, 7vw, 118px) !important;
    height: auto !important;
    filter: none !important;
}

/* Single pages: breadcrumb needs breathing room before the intro block. */
.batf-single > .batf-container > .batf-breadcrumbs {
    margin-bottom: 30px !important;
}

.batf-single-header {
    transform: none !important;
}

/* Search definition animation: smaller, shadowless and stable while typing. */
.batf-definition {
    min-width: 0 !important;
    width: min(460px, 100%) !important;
    min-height: 48px !important;
    padding: 9px 19px !important;
    gap: 10px !important;
    box-shadow: none !important;
    font-size: clamp(16px, 1.35vw, 20px) !important;
}

.batf-definition svg {
    width: 20px !important;
    height: 20px !important;
}

.batf-typewriter-slot {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
    min-width: 0;
    white-space: nowrap;
}

.batf-typewriter-slot::after {
    content: none !important;
    display: none !important;
}

.batf-typewriter-text {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #050505;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.batf-typewriter-text,
.batf-typewriter-slot,
.batf-typewriter-slot * {
    text-decoration: none !important;
    text-decoration-color: transparent !important;
    text-decoration-line: none !important;
    text-decoration-thickness: 0 !important;
}

.batf-typewriter-caret {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}

@media (max-width: 640px) {
    .batf-definition {
        width: min(330px, 100%) !important;
        min-height: 44px !important;
        padding: 8px 13px !important;
        gap: 8px !important;
        font-size: 15px !important;
    }

    .batf-typewriter-slot {
        flex: 1 1 auto;
        min-width: 0;
    }
}

/* CTA blocks: black editorial blocks, straight text, no colored gradients or shadows. */
.batf-cta,
.batf-cta--tipeee,
.batf-cta--green,
.batf-cta--pink,
.batf-cta--orange {
    position: relative;
    min-height: 0 !important;
    padding: 28px !important;
    border: 1px solid #000 !important;
    background: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
    overflow: hidden;
}

.batf-cta::before,
.batf-cta--tipeee::before {
    display: none !important;
    content: none !important;
}

.batf-cta h2 {
    margin: 0 0 18px !important;
    color: #fff !important;
    transform: none !important;
    text-shadow: none !important;
    font-size: clamp(34px, 4vw, 54px) !important;
    line-height: .96 !important;
}

.batf-cta p,
.batf-cta .batf-kicker {
    color: #fff !important;
    text-shadow: none !important;
}

.batf-cta p {
    font-size: 17px !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
}

.batf-cta .batf-button,
.batf-cta--tipeee .batf-button {
    border-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
}

.batf-cta .batf-button:hover,
.batf-cta .batf-button:focus-visible {
    box-shadow: 6px 6px 0 #fff !important;
}

.batf-cta--tipeee .batf-cta-brand {
    width: min(150px, 58%) !important;
    margin-bottom: 26px !important;
}

/* Desktop menu: first item left, last item right, balanced across the container. */
@media (min-width: 981px) {
    .batf-primary-nav {
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .batf-primary-nav > ul,
    .batf-primary-nav .menu {
        display: flex !important;
        width: 100% !important;
        justify-content: space-between !important;
        gap: 12px !important;
        overflow: visible !important;
    }

    .batf-primary-nav li {
        flex: 0 0 auto !important;
    }

    .batf-primary-nav a {
        padding-right: 10px !important;
        padding-left: 10px !important;
        white-space: nowrap !important;
    }
}

/* Final scroll state: base logo unchanged, compact straight state smaller and tighter. */
.batf-header-logo {
    width: max(58px, calc(clamp(92px, 9vw, 116px) - var(--batf-logo-reduction))) !important;
    transition: width 110ms linear, transform 110ms linear !important;
}

.batf-header-inner {
    transition: gap 110ms linear;
}

.batf-primary-nav > ul,
.batf-primary-nav .menu {
    min-height: var(--batf-nav-row-height) !important;
}

.batf-primary-nav a {
    min-height: var(--batf-nav-row-height) !important;
}

.batf-video-list--slider.swiper {
    touch-action: pan-y pinch-zoom;
}

.batf-video-module--swiper .swiper-wrapper {
    align-items: stretch;
}

.batf-video-module--swiper .swiper-slide {
    height: auto;
}

.batf-video-module--swiper .batf-video-nav.swiper-button-disabled {
    opacity: 1 !important;
    pointer-events: auto !important;
}

@media (max-width: 980px) {
    .batf-header-logo {
        width: max(52px, calc(86px - var(--batf-mobile-logo-reduction))) !important;
    }
}

/* Page intro panels: black by default, inverted on podcast pages. */
.batf-page-hero {
    background: #000 !important;
    color: #fff !important;
    border-top: 0 !important;
    border-bottom: 1px solid #000 !important;
}

.batf-page-hero h1,
.batf-page-hero .batf-lead,
.batf-page-hero p,
.batf-page-hero * {
    color: #fff !important;
}

body.post-type-archive-batf_podcast .batf-page-hero,
body.single-batf_podcast .batf-page-hero,
body.page-template-page-podcast .batf-page-hero {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

body.post-type-archive-batf_podcast .batf-page-hero h1,
body.post-type-archive-batf_podcast .batf-page-hero .batf-lead,
body.post-type-archive-batf_podcast .batf-page-hero p,
body.post-type-archive-batf_podcast .batf-page-hero *,
body.single-batf_podcast .batf-page-hero h1,
body.single-batf_podcast .batf-page-hero .batf-lead,
body.single-batf_podcast .batf-page-hero p,
body.single-batf_podcast .batf-page-hero *,
body.page-template-page-podcast .batf-page-hero h1,
body.page-template-page-podcast .batf-page-hero .batf-lead,
body.page-template-page-podcast .batf-page-hero p,
body.page-template-page-podcast .batf-page-hero * {
    color: #000 !important;
}

/* Home lead label: pure text, no frame, no shadow, no effect. */
.batf-home-hero .batf-hero-card .batf-tag {
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.38), 0 1px 1px rgba(0,0,0,.22) !important;
    background: transparent !important;
    color: rgba(255,255,255,.94) !important;
    padding: 0 !important;
    outline: 0 !important;
}

/* Active nav tab touches the bottom rule with no visual gap. */
.batf-primary-nav a:hover,
.batf-primary-nav .current-menu-item > a,
.batf-primary-nav .current-menu-ancestor > a {
    margin-bottom: 0 !important;
    padding-bottom: var(--batf-nav-link-y) !important;
    position: relative;
    z-index: 6;
}

/* Stable Swiper video rail: fixed pagination geometry and smoother wheel loop. */
.batf-video-module--swiper {
    isolation: isolate;
}

.batf-video-list--slider.swiper {
    cursor: grab;
    overscroll-behavior: auto;
    touch-action: pan-y pinch-zoom;
    overflow: hidden !important;
    overflow-x: hidden !important;
    scroll-snap-type: none !important;
    scrollbar-width: none !important;
}

.batf-video-list--slider.swiper::-webkit-scrollbar {
    display: none !important;
}

.batf-video-list--slider.swiper:active {
    cursor: grabbing;
}

.batf-video-module--swiper .swiper-wrapper {
    will-change: transform;
}

.batf-video-module--swiper .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0);
}

.batf-video-pagination,
.batf-video-pagination.swiper-pagination-horizontal {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content !important;
    min-width: 132px;
    min-height: 16px;
    margin: 10px auto 0 !important;
    transform: none !important;
    white-space: nowrap;
    line-height: 0;
    contain: layout paint;
}

.batf-video-pagination .swiper-pagination-bullet {
    flex: 0 0 9px;
    width: 9px !important;
    height: 9px !important;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 999px;
    background: transparent;
    opacity: 1;
    transform: none;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.batf-video-pagination .swiper-pagination-bullet-active {
    width: 9px !important;
    background: #fff;
    border-color: #fff;
    transform: none !important;
}

/* Dark navbar open menus: keep dropdown panels readable. */
.batf-nav-on-dark .batf-primary-nav .sub-menu {
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    box-shadow: 6px 6px 0 #000 !important;
}

.batf-nav-on-dark .batf-primary-nav .sub-menu a {
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

.batf-nav-on-dark .batf-primary-nav .sub-menu a:hover,
.batf-nav-on-dark .batf-primary-nav .sub-menu .current-menu-item > a {
    background: #000 !important;
    color: #fff !important;
}

.batf-nav-on-dark .batf-header::after,
body.page-template-page-podcast .batf-header::after,
body.single-batf_podcast .batf-header::after,
body.post-type-archive-batf_podcast .batf-header::after {
    background: #fff !important;
}

.batf-nav-on-dark .batf-primary-nav a:hover,
.batf-nav-on-dark .batf-primary-nav .current-menu-item > a,
.batf-nav-on-dark .batf-primary-nav .current-menu-ancestor > a,
body.page-template-page-podcast .batf-primary-nav a:hover,
body.page-template-page-podcast .batf-primary-nav .current-menu-item > a,
body.page-template-page-podcast .batf-primary-nav .current-menu-ancestor > a,
body.single-batf_podcast .batf-primary-nav a:hover,
body.single-batf_podcast .batf-primary-nav .current-menu-item > a,
body.single-batf_podcast .batf-primary-nav .current-menu-ancestor > a,
body.post-type-archive-batf_podcast .batf-primary-nav a:hover,
body.post-type-archive-batf_podcast .batf-primary-nav .current-menu-item > a,
body.post-type-archive-batf_podcast .batf-primary-nav .current-menu-ancestor > a {
    border-color: #fff !important;
    box-shadow: inset 0 -2px 0 #fff !important;
}

/* Legal page. */
.batf-legal-page {
    background: #fff;
}

.batf-legal-panel {
    margin-top: 28px;
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

.batf-legal-panel--dark {
    background: #000;
    color: #fff;
}

.batf-legal-panel h2 {
    margin: 0 0 22px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.02;
}

.batf-legal-panel p {
    max-width: 900px;
    margin: 0 0 16px;
    font-size: clamp(17px, 1.6vw, 22px);
    line-height: 1.38;
}

.batf-legal-panel dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.batf-legal-panel dl div {
    display: grid;
    grid-template-columns: minmax(160px, 260px) 1fr;
    gap: 18px;
    padding: 14px 0;
    border-top: 1px solid currentColor;
}

.batf-legal-panel dt {
    font-weight: 800;
    text-transform: uppercase;
}

.batf-legal-panel dd {
    margin: 0;
}

.batf-legal-panel a {
    color: currentColor;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: .18em;
}

.batf-legal-panel .batf-button {
    text-decoration: none;
}

.batf-legal-panel--dark .batf-button--light {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

.batf-legal-panel--dark .batf-button--light svg {
    color: #000 !important;
}

.batf-legal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

@media (max-width: 760px) {
    .batf-legal-panel dl div,
    .batf-legal-grid {
        grid-template-columns: 1fr;
    }
}

/* Job sheet headings: same Helvetica scale as homepage section titles. */
body.single-batf_job .batf-job-quick h2,
body.single-batf_job .batf-job-block h2,
body.single-batf_job .batf-job-editorial h2,
body.single-batf_job .batf-job-more .batf-section-heading h2 {
    margin: 0 0 18px !important;
    max-width: 860px;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: clamp(22px, 1.8vw, 30px) !important;
    font-weight: 800 !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.single-batf_job .batf-job-quick h2 {
    font-size: clamp(22px, 1.8vw, 30px) !important;
}

body.single-batf_job .batf-job-block--skills h2 {
    margin-bottom: 22px !important;
}

body.single-batf_job .batf-job-block,
body.single-batf_job .batf-job-editorial,
body.single-batf_job .batf-job-quick {
    border-width: 1px !important;
}

body.single-batf_job .batf-job-skill-grid span {
    border-width: 1px !important;
    box-shadow: 4px 4px 0 #000;
}

/* Dropdown menus attach cleanly to the active tab: square top, rounded bottom only. */
.batf-primary-nav .sub-menu,
.batf-nav-on-dark .batf-primary-nav .sub-menu {
    border-radius: 0 0 14px 14px !important;
}

.batf-primary-nav .sub-menu a,
.batf-nav-on-dark .batf-primary-nav .sub-menu a {
    border-radius: 0 !important;
}

/* Single podcast contrast hardening. */
body.single-batf_podcast :is(.batf-single, .batf-single-layout, .batf-single-main, .batf-single-header, .batf-content, .batf-embeds, .batf-post-nav) {
    background: #000 !important;
    color: #fff !important;
}

body.single-batf_podcast :is(.batf-single-main, .batf-single-header, .batf-content, .batf-embeds, .batf-post-nav) :is(h1, h2, h3, h4, p, li, span, strong, em, small, time, figcaption, dt, dd, a) {
    color: #fff !important;
}

body.single-batf_podcast :is(.batf-sidebar-block, .batf-author-box, .batf-detail-panel, .batf-card, .batf-cta) {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

body.single-batf_podcast :is(.batf-sidebar-block, .batf-author-box, .batf-detail-panel, .batf-card, .batf-cta) :is(h2, h3, h4, p, li, span, strong, em, small, dt, dd, a) {
    color: #000 !important;
}

body.single-batf_podcast :is(.batf-embed, .batf-single-cover, .batf-post-nav a) {
    border-color: #fff !important;
}

body.single-batf_podcast .batf-button {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

body.single-batf_podcast .batf-button svg {
    color: #000 !important;
}

/* Scroll text animation: keep the letter reveal, remove all glow/shadow effects. */
.batf-manifesto-band h2[data-batf-scroll-light],
.batf-scroll-letter,
.batf-scroll-letter.is-lit {
    text-shadow: none !important;
    filter: none !important;
}

.batf-scroll-letter {
    transform: none !important;
    transition: color 180ms ease !important;
}

.batf-scroll-letter.is-lit {
    transform: none !important;
}

/* Final mobile navbar: centered logo, one social icon, clean accordion menu. */
@media (max-width: 980px) {
    .batf-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 9999 !important;
        display: block !important;
        padding: max(12px, calc(env(safe-area-inset-top) + 8px)) 11px 0 !important;
        background: #fff !important;
        color: #000 !important;
        overflow: visible !important;
    }

    .batf-header-inner {
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) 48px !important;
        align-items: center !important;
        width: min(1180px, calc(100vw - 22px)) !important;
        min-height: 74px !important;
        margin: 0 auto !important;
        gap: 0 !important;
        position: relative !important;
    }

    .batf-header-inner .batf-header-social {
        grid-column: 1 !important;
        justify-self: start !important;
        display: flex !important;
        gap: 0 !important;
    }

    .batf-header-social a[aria-label="TikTok"] {
        display: none !important;
    }

    .batf-header-social a[aria-label="Instagram"] {
        width: 42px !important;
        height: 42px !important;
        border: 1px solid #000 !important;
        background: #000 !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    .batf-header-inner .batf-header-logo {
        grid-column: 2 !important;
        justify-self: center !important;
        align-self: center !important;
        width: 73px !important;
        margin: 0 auto !important;
        transform: none !important;
        z-index: 2 !important;
    }

    .batf-header-inner .batf-header-actions {
        grid-column: 3 !important;
        justify-self: end !important;
        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
    }

    .batf-header-actions .batf-button {
        display: none !important;
    }

    .batf-menu-toggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        padding: 0 !important;
        border: 1px solid currentColor !important;
        border-radius: 0 !important;
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
    }

    .batf-menu-toggle span {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        white-space: nowrap !important;
    }

    .batf-menu-toggle svg {
        width: 22px !important;
        height: 22px !important;
    }

    .batf-primary-nav {
        display: none !important;
        width: min(1180px, calc(100vw - 22px)) !important;
        max-height: calc(100dvh - 118px) !important;
        margin: 0 auto !important;
        overflow: auto !important;
        -webkit-overflow-scrolling: touch !important;
        border: 1px solid currentColor !important;
        border-top: 1px solid currentColor !important;
        border-radius: 0 0 18px 18px !important;
        background: #fff !important;
        color: #000 !important;
        box-shadow: 6px 6px 0 currentColor !important;
    }

    .batf-primary-nav.is-open {
        display: block !important;
    }

    .batf-primary-nav > ul,
    .batf-primary-nav .menu {
        display: block !important;
        min-height: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .batf-primary-nav li {
        display: block !important;
        width: 100% !important;
        border: 0 !important;
    }

    .batf-primary-nav a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-height: 48px !important;
        padding: 13px 16px !important;
        border: 0 !important;
        border-bottom: 1px solid currentColor !important;
        background: transparent !important;
        color: currentColor !important;
        font-size: 15px !important;
        line-height: 1.1 !important;
        white-space: normal !important;
    }

    .batf-primary-nav .menu-item-has-children > a::after {
        content: "+";
        margin-left: 18px;
        font-size: 22px;
        line-height: .8;
        font-weight: 900;
    }

    .batf-primary-nav .menu-item-has-children.is-submenu-open > a::after {
        content: "-";
    }

    .batf-primary-nav a:hover,
    .batf-primary-nav .current-menu-item > a,
    .batf-primary-nav .current-menu-ancestor > a,
    .batf-primary-nav .menu-item-has-children.is-submenu-open > a {
        background: #000 !important;
        color: #fff !important;
    }

    .batf-primary-nav .sub-menu {
        position: static !important;
        display: none !important;
        min-width: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #f4f4f4 !important;
        color: #000 !important;
        box-shadow: none !important;
    }

    .batf-primary-nav .menu-item-has-children.is-submenu-open > .sub-menu {
        display: block !important;
    }

    .batf-primary-nav .sub-menu a {
        min-height: 44px !important;
        padding: 12px 18px 12px 30px !important;
        border-bottom: 1px solid #000 !important;
        background: #fff !important;
        color: #000 !important;
        font-size: 14px !important;
    }

    .batf-nav-on-dark .batf-header,
    body.page-template-page-podcast .batf-header,
    body.single-batf_podcast .batf-header,
    body.post-type-archive-batf_podcast .batf-header {
        background: #000 !important;
        color: #fff !important;
    }

    .batf-nav-on-dark .batf-menu-toggle,
    body.page-template-page-podcast .batf-menu-toggle,
    body.single-batf_podcast .batf-menu-toggle,
    body.post-type-archive-batf_podcast .batf-menu-toggle {
        background: #000 !important;
        color: #fff !important;
    }

    .batf-nav-on-dark .batf-header-social a[aria-label="Instagram"],
    body.page-template-page-podcast .batf-header-social a[aria-label="Instagram"],
    body.single-batf_podcast .batf-header-social a[aria-label="Instagram"],
    body.post-type-archive-batf_podcast .batf-header-social a[aria-label="Instagram"] {
        border-color: #fff !important;
        background: #fff !important;
        color: #000 !important;
    }

    .batf-nav-on-dark .batf-primary-nav,
    body.page-template-page-podcast .batf-primary-nav,
    body.single-batf_podcast .batf-primary-nav,
    body.post-type-archive-batf_podcast .batf-primary-nav {
        background: #000 !important;
        color: #fff !important;
        box-shadow: 6px 6px 0 #fff !important;
    }

    .batf-nav-on-dark .batf-primary-nav a:hover,
    .batf-nav-on-dark .batf-primary-nav .current-menu-item > a,
    .batf-nav-on-dark .batf-primary-nav .current-menu-ancestor > a,
    .batf-nav-on-dark .batf-primary-nav .menu-item-has-children.is-submenu-open > a,
    body.page-template-page-podcast .batf-primary-nav a:hover,
    body.page-template-page-podcast .batf-primary-nav .current-menu-item > a,
    body.page-template-page-podcast .batf-primary-nav .current-menu-ancestor > a,
    body.page-template-page-podcast .batf-primary-nav .menu-item-has-children.is-submenu-open > a,
    body.single-batf_podcast .batf-primary-nav a:hover,
    body.single-batf_podcast .batf-primary-nav .current-menu-item > a,
    body.single-batf_podcast .batf-primary-nav .current-menu-ancestor > a,
    body.single-batf_podcast .batf-primary-nav .menu-item-has-children.is-submenu-open > a,
    body.post-type-archive-batf_podcast .batf-primary-nav a:hover,
    body.post-type-archive-batf_podcast .batf-primary-nav .current-menu-item > a,
    body.post-type-archive-batf_podcast .batf-primary-nav .current-menu-ancestor > a,
    body.post-type-archive-batf_podcast .batf-primary-nav .menu-item-has-children.is-submenu-open > a {
        background: #fff !important;
        color: #000 !important;
        box-shadow: inset 0 -2px 0 #fff !important;
    }

    .batf-nav-on-dark .batf-primary-nav .sub-menu,
    body.page-template-page-podcast .batf-primary-nav .sub-menu,
    body.single-batf_podcast .batf-primary-nav .sub-menu,
    body.post-type-archive-batf_podcast .batf-primary-nav .sub-menu {
        background: #fff !important;
        color: #000 !important;
    }
}

/* Home hero final polish: fixed cards, offset hover shadow, Helvetica hierarchy. */
.batf-home-hero .batf-hero-card,
.batf-home-hero .batf-hero-card > a,
.batf-home-hero .batf-side-image,
.batf-home-hero .batf-boss-card {
    transform: none !important;
    box-shadow: none !important;
    transition: box-shadow 160ms ease, border-color 160ms ease !important;
}

.batf-home-hero .batf-hero-card:hover,
.batf-home-hero .batf-hero-card:focus-within,
.batf-home-hero .batf-side-image:hover,
.batf-home-hero .batf-side-image:focus-visible,
.batf-home-hero .batf-boss-card:hover,
.batf-home-hero .batf-boss-card:focus-visible {
    transform: none !important;
    box-shadow: 6px 6px 0 #000 !important;
}

.batf-home-hero .batf-boss-card--static,
.batf-home-hero .batf-boss-card--static:hover,
.batf-home-hero .batf-boss-card--static:focus-visible {
    cursor: default !important;
    box-shadow: none !important;
}

.batf-home-hero .batf-hero-card:hover img,
.batf-home-hero .batf-hero-card:focus-within img,
.batf-home-hero .batf-side-image:hover img,
.batf-home-hero .batf-side-image:focus-visible img,
.batf-home-hero .batf-video-tile:hover img,
.batf-home-hero .batf-video-tile:focus-visible img,
.batf-home-hero .batf-boss-card:hover img,
.batf-home-hero .batf-boss-card:focus-visible img {
    transform: none !important;
}

.batf-home-hero .batf-hero-card > a::after,
.batf-home-hero .batf-side-card::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background:
        linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.34) 38%, rgba(0,0,0,0) 100%),
        linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.18) 58%, rgba(0,0,0,.46) 100%) !important;
}

.batf-home-hero .batf-hero-card .batf-tag {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: clamp(15px, 1.16vw, 18px) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: none !important;
    text-shadow: 0 3px 15px rgba(0,0,0,.72), 0 1px 2px rgba(0,0,0,.62) !important;
}

.batf-home-hero .batf-hero-meta {
    display: grid !important;
    gap: 0 !important;
    margin: 0 0 18px !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: clamp(12px, .96vw, 15px) !important;
    font-weight: 400 !important;
    line-height: 1.18 !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.42), 0 1px 1px rgba(0,0,0,.22) !important;
    text-transform: none !important;
}

.batf-home-hero .batf-hero-title {
    max-width: 100% !important;
    margin: 0 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: clamp(14px, calc(2vw - 8px), 22px) !important;
    font-weight: 800 !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-shadow: 0 2px 14px rgba(0,0,0,.46), 0 1px 1px rgba(0,0,0,.22) !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    text-wrap: initial !important;
}

.batf-home-hero .batf-hero-title .batf-title-handle {
    font-weight: 400 !important;
}

.batf-home-hero .batf-side-card {
    position: relative !important;
    display: block !important;
    min-height: 216px !important;
    overflow: hidden !important;
    background: #000 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.batf-home-hero .batf-side-card img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 216px !important;
    object-fit: cover !important;
    filter: contrast(1.08) !important;
}

.batf-home-hero .batf-side-copy {
    position: absolute !important;
    z-index: 2 !important;
    left: 26px !important;
    right: 24px !important;
    bottom: 30px !important;
    display: grid !important;
    column-gap: 12px !important;
    row-gap: 18px !important;
}

.batf-home-hero .batf-side-copy .batf-hero-meta,
.batf-home-hero .batf-side-copy .batf-hero-title {
    display: block !important;
    margin: 0 !important;
    color: #fff !important;
}

.batf-home-hero .batf-boss-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-rows: auto 1fr !important;
    align-items: stretch !important;
    min-height: 234px !important;
    gap: 18px !important;
    padding: 24px !important;
    border: 1px solid #d7d7d7 !important;
    background: #fff !important;
    color: #000 !important;
}

.batf-home-hero .batf-boss-avatar {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 58px !important;
    height: 58px !important;
    align-self: start !important;
}

.batf-home-hero .batf-boss-copy {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    column-gap: 14px !important;
    align-items: center !important;
    min-height: 58px !important;
}

.batf-home-hero .batf-boss-card strong {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: block !important;
    margin: 0 !important;
    font-family: var(--batf-display) !important;
    font-size: clamp(30px, 2.6vw, 46px) !important;
    font-weight: 400 !important;
    line-height: .86 !important;
    text-transform: uppercase !important;
}

.batf-home-hero .batf-boss-card em {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: start !important;
    float: none !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: clamp(14px, 1.25vw, 18px) !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

.batf-home-hero .batf-boss-card small,
.batf-home-hero .batf-boss-description {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    align-self: end !important;
    display: block !important;
    clear: none !important;
    margin: 0 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: clamp(15px, 1.25vw, 19px) !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
    text-align: left !important;
}

@media (max-width: 760px) {
    .batf-home-hero .batf-hero-meta {
        margin-bottom: 14px !important;
        font-size: 14px !important;
    }

    .batf-home-hero .batf-hero-title {
        font-size: clamp(17px, calc(6.9vw - 8px), 21px) !important;
        line-height: 1.08 !important;
    }

    .batf-home-hero .batf-boss-card {
        grid-template-columns: 54px minmax(0, 1fr) !important;
        min-height: 210px !important;
        column-gap: 10px !important;
        row-gap: 14px !important;
        padding: 20px !important;
    }

    .batf-home-hero .batf-boss-avatar {
        width: 50px !important;
        height: 50px !important;
    }

    .batf-home-hero .batf-boss-copy {
        min-height: 50px !important;
    }
}

/* Final interaction pass: header CTAs, post navigation and manifesto sticker. */
.batf-header-social a,
.batf-header .batf-button,
.batf-post-nav a {
    border-width: 1px !important;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease !important;
}

.batf-header-social a:hover,
.batf-header-social a:focus-visible,
.batf-header .batf-button:hover,
.batf-header .batf-button:focus-visible,
.batf-post-nav a:hover,
.batf-post-nav a:focus-visible {
    transform: translate(-3px, -3px) !important;
    box-shadow: 6px 6px 0 #000 !important;
}

.batf-nav-on-dark .batf-header-social a:hover,
.batf-nav-on-dark .batf-header-social a:focus-visible,
.batf-nav-on-dark .batf-header .batf-button:hover,
.batf-nav-on-dark .batf-header .batf-button:focus-visible,
body.page-template-page-podcast .batf-header-social a:hover,
body.page-template-page-podcast .batf-header-social a:focus-visible,
body.page-template-page-podcast .batf-header .batf-button:hover,
body.page-template-page-podcast .batf-header .batf-button:focus-visible,
body.single-batf_podcast .batf-header-social a:hover,
body.single-batf_podcast .batf-header-social a:focus-visible,
body.single-batf_podcast .batf-header .batf-button:hover,
body.single-batf_podcast .batf-header .batf-button:focus-visible,
body.post-type-archive-batf_podcast .batf-header-social a:hover,
body.post-type-archive-batf_podcast .batf-header-social a:focus-visible,
body.post-type-archive-batf_podcast .batf-header .batf-button:hover,
body.post-type-archive-batf_podcast .batf-header .batf-button:focus-visible,
body.single-batf_podcast .batf-post-nav a:hover,
body.single-batf_podcast .batf-post-nav a:focus-visible {
    box-shadow: 6px 6px 0 #fff !important;
}

.batf-post-nav a,
.batf-post-nav span {
    border-width: 1px !important;
}

body.single-batf_podcast .batf-post-nav a {
    border-color: #fff !important;
}

.batf-manifesto {
    overflow: visible !important;
}

.batf-definition-row {
    position: relative !important;
    overflow: visible !important;
}

.batf-definition-row .batf-floating-logo {
    position: absolute !important;
    top: clamp(-96px, -6.5vw, -64px) !important;
    right: 0 !important;
    z-index: 3 !important;
    width: clamp(118px, 12vw, 170px) !important;
    height: auto !important;
    margin: 0 !important;
    filter: none !important;
    transform: rotate(-11deg) !important;
    animation: none !important;
    pointer-events: none !important;
}

@media (max-width: 760px) {
    .batf-definition-row .batf-floating-logo {
        position: absolute !important;
        top: -114px !important;
        right: 14px !important;
        width: 114px !important;
        margin: 0 !important;
    }
}

/* Instagram oEmbed modal. */
.batf-instagram-modal[hidden] {
    display: none !important;
}

.batf-instagram-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 28px;
}

.batf-instagram-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.86);
}

.batf-instagram-modal__dialog {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: calc(100vw - 56px);
    height: min(78svh, calc(100vh - 96px));
    max-height: min(78svh, calc(100vh - 96px));
    display: grid;
    place-items: center;
    gap: 0;
    overflow: visible;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    box-shadow: none;
}

.batf-instagram-modal__close {
    position: absolute;
    top: -42px;
    right: -42px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font: 900 14px/1 Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.batf-instagram-modal__close:hover,
.batf-instagram-modal__close:focus-visible {
    transform: translate(-3px, -3px);
    box-shadow: 6px 6px 0 #000;
}

.batf-instagram-modal__body {
    display: grid;
    place-items: center;
    width: auto;
    height: 100%;
    min-height: 120px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 28px 90px rgba(0,0,0,.58);
}

.batf-instagram-modal__body iframe,
.batf-instagram-modal__body blockquote {
    width: calc(min(606px, calc(78svh * .52), calc(100vw - 56px)) + 4px) !important;
    max-width: calc(min(606px, calc(78svh * .52), calc(100vw - 56px)) + 4px) !important;
    height: min(78svh, calc(100vh - 96px)) !important;
    max-height: min(78svh, calc(100vh - 96px)) !important;
    min-width: 0 !important;
    margin: 0 -2px !important;
    border: 0 !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

.batf-instagram-modal__loading {
    margin: 0;
    color: #fff;
    font: 900 16px/1.1 Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.batf-instagram-modal-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .batf-instagram-modal {
        place-items: center;
        padding: 5svh 10px;
    }

    .batf-instagram-modal__dialog {
        width: min(100%, 540px);
        height: 75svh;
        max-height: 75svh;
        min-height: 0;
        padding: 42px 0 0;
        overflow: visible;
    }

    .batf-instagram-modal__close {
        top: 4px;
        right: 0;
    }

    .batf-instagram-modal__body iframe,
    .batf-instagram-modal__body blockquote {
        width: min(100%, calc(75svh * .5), 540px) !important;
        max-width: min(100%, calc(75svh * .5), 540px) !important;
        height: 75svh !important;
        max-height: 75svh !important;
        margin: 0 auto !important;
    }
}

/* Instagram video cards: sticker labels, no play icon. */
.batf-video-card__date,
.batf-video-card__type {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: fit-content !important;
    min-width: 64px;
    min-height: 34px;
    padding: 8px 10px 7px !important;
    border-radius: 0 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    white-space: nowrap;
}

.batf-video-card__date {
    position: absolute;
    z-index: 3;
    left: 12px;
    top: 12px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    border: 1px solid #000 !important;
    background: #fff !important;
    color: #000 !important;
    box-shadow: 4px 4px 0 #000 !important;
    transform: rotate(-2deg);
}

.batf-video-card__type {
    flex: 0 0 auto;
    justify-self: start;
    border: 1px solid #fff !important;
    background: #000 !important;
    color: #fff !important;
    box-shadow: 4px 4px 0 #fff !important;
    transform: rotate(-2deg);
}

.batf-video-card__type:hover,
.batf-video-card:hover .batf-video-card__type,
.batf-video-card:hover .batf-video-card__date {
    transform: rotate(-2deg) !important;
}

@media (max-width: 640px) {
    .batf-video-card__date,
    .batf-video-card__type {
        min-height: 30px;
        min-width: 56px;
        padding: 7px 8px 6px !important;
        font-size: 11px !important;
    }
}

/* Locked video-card label sizing: compact stickers, stable cards and 2-line titles. */
.batf-video-card__date,
.batf-video-card__type {
    height: 26px !important;
    min-height: 26px !important;
    max-height: 26px !important;
    padding: 0 7px !important;
    font-size: 10px !important;
    line-height: 26px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.batf-video-card__date {
    left: auto !important;
    right: 12px !important;
    top: 12px !important;
    max-width: calc(100% - 24px) !important;
    justify-content: center !important;
}

.batf-video-card__type {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    margin: 0 0 14px !important;
    justify-content: center !important;
}

.batf-video-card__body {
    gap: 0 !important;
    align-content: start;
}

.batf-video-card strong {
    display: -webkit-box !important;
    height: 1.84em !important;
    min-height: 1.84em !important;
    max-height: 1.84em !important;
    overflow: hidden !important;
    overflow: clip !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .92 !important;
    text-overflow: ellipsis;
}

.batf-video-card small {
    display: -webkit-box !important;
    height: 4.05em !important;
    min-height: 4.05em !important;
    max-height: 4.05em !important;
    margin-top: 12px !important;
    overflow: hidden !important;
    overflow: clip !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.35 !important;
    text-overflow: ellipsis;
}

@media (max-width: 640px) {
    .batf-video-card__date,
    .batf-video-card__type {
        height: 24px !important;
        min-height: 24px !important;
        max-height: 24px !important;
        padding: 0 6px !important;
        font-size: 9px !important;
        line-height: 24px !important;
    }

    .batf-video-card__type {
        width: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;
        margin-bottom: 12px !important;
    }

    .batf-video-card small {
        min-height: 3.9em;
        max-height: 3.9em;
        margin-top: 10px !important;
    }
}

.batf-instagram-section .batf-video-card__media img {
    object-fit: cover !important;
    object-position: center center !important;
    background: #000;
}

/* Smash Balloon feed polish: tiny stable pagination, mobile-safe media, Apple emoji fallback. */
.batf-video-pagination,
.batf-video-pagination.swiper-pagination-horizontal {
    gap: 3px !important;
    min-width: 0 !important;
    min-height: 8px !important;
    margin-top: 8px !important;
}

.batf-video-pagination .swiper-pagination-bullet,
.batf-video-pagination .swiper-pagination-bullet-active {
    flex: 0 0 4px !important;
    width: 4px !important;
    min-width: 4px !important;
    max-width: 4px !important;
    height: 4px !important;
    min-height: 4px !important;
    max-height: 4px !important;
    border-width: 1px !important;
}

.batf-video-card__media,
.batf-instagram-section .batf-video-card__media {
    aspect-ratio: 9 / 16 !important;
    min-height: 0;
}

.batf-instagram-section .batf-video-card__media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.batf-video-card__watch {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 4;
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 9px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    box-shadow: 4px 4px 0 #000;
    font: 950 10px/1 Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: auto;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.batf-video-card:hover .batf-video-card__watch,
.batf-video-card:focus-visible .batf-video-card__watch {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 #000;
}

@media (max-width: 760px) {
    .batf-video-module--swiper {
        overflow: visible !important;
    }

    .batf-video-module--swiper .swiper {
        overflow: hidden !important;
    }

    .batf-video-pagination,
    .batf-video-pagination.swiper-pagination-horizontal {
        gap: 2px !important;
        padding: 0 50px !important;
    }

    .batf-video-card__watch {
        display: inline-flex !important;
        right: 8px;
        bottom: 8px;
        min-height: 28px;
        padding: 0 8px;
        border: 1px solid #000;
        background: #fff;
        color: #000;
        box-shadow: none !important;
        font-size: 9px;
        transition: none !important;
    }

    .batf-video-nav {
        top: clamp(178px, 62vw, 286px) !important;
        bottom: auto !important;
        width: 40px !important;
        height: 40px !important;
    }

    .batf-video-nav--prev {
        left: -4px !important;
        transform: translateY(-50%) rotate(180deg) !important;
    }

    .batf-video-nav--next {
        right: -4px !important;
        transform: translateY(-50%) !important;
    }

    .batf-video-card:hover,
    .batf-instagram-section .batf-video-card:hover,
    .batf-video-card:hover .batf-video-card__media,
    .batf-video-card:hover .batf-video-card__media img,
    .batf-video-card:hover .batf-video-card__watch,
    .batf-video-card:focus-visible .batf-video-card__watch {
        transform: none !important;
        box-shadow: none !important;
        filter: none !important;
    }

    .batf-video-card__media {
        box-shadow: none !important;
    }

    .batf-video-card__watch {
        box-shadow: none !important;
        transition: none !important;
    }
}

/* Final video slider lock: no hover movement, no shadow, always full white border. */
.batf-instagram-section .batf-video-card,
.batf-instagram-section .batf-video-card:hover,
.batf-instagram-section .batf-video-card:focus-visible,
.batf-video-module .batf-video-card,
.batf-video-module .batf-video-card:hover,
.batf-video-module .batf-video-card:focus-visible {
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
}

.batf-instagram-section .batf-video-card__media,
.batf-video-module .batf-video-card__media,
.batf-instagram-section .batf-video-card:hover .batf-video-card__media,
.batf-video-module .batf-video-card:hover .batf-video-card__media,
.batf-instagram-section .batf-video-card:focus-visible .batf-video-card__media,
.batf-video-module .batf-video-card:focus-visible .batf-video-card__media {
    border: 1px solid #fff !important;
    opacity: 1 !important;
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
    transition: none !important;
}

.batf-instagram-section .batf-video-card__media img,
.batf-video-module .batf-video-card__media img,
.batf-instagram-section .batf-video-card:hover .batf-video-card__media img,
.batf-video-module .batf-video-card:hover .batf-video-card__media img {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
}

.batf-instagram-section .batf-video-card:hover .batf-video-card__watch,
.batf-video-module .batf-video-card:hover .batf-video-card__watch,
.batf-instagram-section .batf-video-card:focus-visible .batf-video-card__watch,
.batf-video-module .batf-video-card:focus-visible .batf-video-card__watch {
    transform: none !important;
    box-shadow: none !important;
}

/* Footer TikTok: flat 2D icon only, no offset color shadow. */
.batf-footer-social .batf-brand-icon--tiktok .batf-tiktok-accent {
    display: none !important;
}

.batf-footer-social .batf-brand-icon--tiktok .batf-tiktok-core {
    fill: currentColor !important;
    color: currentColor !important;
    transform: none !important;
}

/* Single podcast dark mode: readable demo badge and darker editorial title panel. */
body.single-batf_podcast .batf-single-header {
    background: #111 !important;
    color: #fff !important;
    border: 0 !important;
}

body.single-batf_podcast .batf-single-header .batf-fiction-badge {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: 3px 3px 0 #fff !important;
    text-shadow: none !important;
    transform: rotate(-2deg) !important;
}

body.single-batf_podcast .batf-single-header .batf-fiction-badge,
body.single-batf_podcast .batf-single-header .batf-fiction-badge * {
    color: #fff !important;
}

.batf-single-header .batf-single-meta {
    margin-top: 10px !important;
}

@media (min-width: 769px) {
    .batf-instagram-section .batf-video-card:hover .batf-video-card__media,
    .batf-video-module .batf-video-card:hover .batf-video-card__media,
    .batf-instagram-section .batf-video-card:focus-visible .batf-video-card__media,
    .batf-video-module .batf-video-card:focus-visible .batf-video-card__media {
        border-color: #fff !important;
        box-shadow: 6px 6px 0 #fff !important;
        transform: none !important;
        transition: box-shadow .18s ease !important;
    }
}

@media (min-width: 981px) {
    .batf-primary-nav .sub-menu {
        top: calc(100% - 1px) !important;
        border: 1px solid #000 !important;
        border-radius: 0 0 14px 14px !important;
        box-shadow: 6px 6px 0 #000 !important;
    }

    .batf-primary-nav .sub-menu a,
    .batf-nav-on-dark .batf-primary-nav .sub-menu a {
        border-radius: 5px !important;
    }
}

@media (max-width: 980px) {
    .batf-primary-nav.is-open {
        width: min(1180px, calc(100vw - 22px)) !important;
        margin: 0 auto !important;
        padding: 8px !important;
        border: 1px solid #000 !important;
        border-radius: 0 0 14px 14px !important;
        background: #fff !important;
        color: #000 !important;
        box-shadow: 4px 4px 0 #000 !important;
    }

    .batf-primary-nav > ul,
    .batf-primary-nav .menu {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 6px !important;
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box !important;
        align-items: stretch !important;
        justify-items: stretch !important;
    }

    .batf-primary-nav li {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .batf-primary-nav a,
    .batf-primary-nav .sub-menu a {
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box !important;
        min-height: 44px !important;
        padding: 11px 14px !important;
        border: 1px solid #000 !important;
        border-radius: 5px !important;
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
    }

    .batf-primary-nav a:hover,
    .batf-primary-nav .current-menu-item > a,
    .batf-primary-nav .current-menu-ancestor > a,
    .batf-primary-nav .menu-item-has-children.is-submenu-open > a {
        padding: 11px 14px !important;
        background: #000 !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    .batf-primary-nav .sub-menu {
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box !important;
        padding: 6px 0 0 14px !important;
        background: transparent !important;
    }

    .batf-primary-nav .menu-item-has-children.is-submenu-open > .sub-menu {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 6px !important;
    }

    .batf-nav-on-dark .batf-primary-nav.is-open,
    body.page-template-page-podcast .batf-primary-nav.is-open,
    body.single-batf_podcast .batf-primary-nav.is-open,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open {
        border-color: #fff !important;
        background: #000 !important;
        color: #fff !important;
        box-shadow: 4px 4px 0 #fff !important;
    }

    .batf-nav-on-dark .batf-primary-nav a,
    .batf-nav-on-dark .batf-primary-nav .sub-menu a,
    body.page-template-page-podcast .batf-primary-nav a,
    body.page-template-page-podcast .batf-primary-nav .sub-menu a,
    body.single-batf_podcast .batf-primary-nav a,
    body.single-batf_podcast .batf-primary-nav .sub-menu a,
    body.post-type-archive-batf_podcast .batf-primary-nav a,
    body.post-type-archive-batf_podcast .batf-primary-nav .sub-menu a {
        border-color: #fff !important;
        background: #000 !important;
        color: #fff !important;
    }

    .batf-nav-on-dark .batf-primary-nav a:hover,
    .batf-nav-on-dark .batf-primary-nav .current-menu-item > a,
    .batf-nav-on-dark .batf-primary-nav .current-menu-ancestor > a,
    .batf-nav-on-dark .batf-primary-nav .menu-item-has-children.is-submenu-open > a,
    body.page-template-page-podcast .batf-primary-nav a:hover,
    body.page-template-page-podcast .batf-primary-nav .current-menu-item > a,
    body.page-template-page-podcast .batf-primary-nav .current-menu-ancestor > a,
    body.page-template-page-podcast .batf-primary-nav .menu-item-has-children.is-submenu-open > a,
    body.single-batf_podcast .batf-primary-nav a:hover,
    body.single-batf_podcast .batf-primary-nav .current-menu-item > a,
    body.single-batf_podcast .batf-primary-nav .current-menu-ancestor > a,
    body.single-batf_podcast .batf-primary-nav .menu-item-has-children.is-submenu-open > a,
    body.post-type-archive-batf_podcast .batf-primary-nav a:hover,
    body.post-type-archive-batf_podcast .batf-primary-nav .current-menu-item > a,
    body.post-type-archive-batf_podcast .batf-primary-nav .current-menu-ancestor > a,
    body.post-type-archive-batf_podcast .batf-primary-nav .menu-item-has-children.is-submenu-open > a {
        padding: 11px 14px !important;
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
    }
}

.batf-section--front.batf-section--black .batf-card:not(.batf-card--job) .batf-card-link,
.batf-section--front.batf-section--black .batf-card:not(.batf-card--job) .batf-card-link:hover,
.batf-section--front.batf-section--black .batf-card:not(.batf-card--job) .batf-card-link:focus-visible,
.batf-section--front.batf-section--black .batf-card:not(.batf-card--job) .batf-card-link * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
}

.batf-section--front.batf-section--black .batf-card:not(.batf-card--job) .batf-card-link svg {
    color: #000 !important;
}

.batf-pagination,
.batf-post-nav {
    align-items: center !important;
    gap: 14px !important;
}

.batf-pagination a,
.batf-pagination span,
.batf-post-nav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 0 20px !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #000 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease, color 150ms ease !important;
}

.batf-pagination .page-numbers:not(.prev):not(.next) {
    width: 46px !important;
    min-width: 46px !important;
    padding: 0 !important;
}

.batf-pagination .current {
    background: #000 !important;
    color: #fff !important;
}

.batf-pagination a:hover,
.batf-pagination a:focus-visible,
.batf-post-nav a:hover,
.batf-post-nav a:focus-visible {
    transform: translate(-3px, -3px) !important;
    box-shadow: 6px 6px 0 #000 !important;
}

body.single-batf_podcast .batf-pagination a,
body.single-batf_podcast .batf-pagination span,
body.single-batf_podcast .batf-post-nav a {
    border-color: #fff !important;
    background: #000 !important;
    color: #fff !important;
}

body.single-batf_podcast .batf-pagination .current,
body.single-batf_podcast .batf-pagination a:hover,
body.single-batf_podcast .batf-pagination a:focus-visible,
body.single-batf_podcast .batf-post-nav a:hover,
body.single-batf_podcast .batf-post-nav a:focus-visible {
    background: #fff !important;
    color: #000 !important;
    box-shadow: 6px 6px 0 #fff !important;
}

/* Absolute final mobile nav and home hero sizing. Keep this at the end. */
@media (max-width: 980px) {
    .batf-header {
        position: sticky !important;
        top: 0 !important;
        overflow: visible !important;
        isolation: isolate !important;
    }

    .batf-header-inner {
        position: relative !important;
        z-index: 3 !important;
    }

    .batf-header::after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 1;
        display: none;
        background: #fff;
        pointer-events: none;
    }

    .batf-header:has(.batf-primary-nav.is-open)::after {
        display: block;
    }

    .batf-primary-nav,
    .batf-primary-nav.is-open,
    .batf-nav-on-dark .batf-primary-nav.is-open,
    body.page-template-page-podcast .batf-primary-nav.is-open,
    body.single-batf_podcast .batf-primary-nav.is-open,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open {
        position: absolute !important;
        top: 100% !important;
        left: 50% !important;
        z-index: 4 !important;
        width: min(1180px, calc(100vw - 22px)) !important;
        max-height: calc(100dvh - 102px) !important;
        margin: 0 !important;
        padding: 8px 0 14px !important;
        overflow: auto !important;
        overscroll-behavior: contain !important;
        -webkit-overflow-scrolling: touch !important;
        transform: translateX(-50%) !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
    }

    .batf-primary-nav {
        display: none !important;
    }

    .batf-primary-nav.is-open {
        display: block !important;
    }

    .batf-primary-nav.is-open > ul,
    .batf-primary-nav.is-open .menu {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 7px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .batf-primary-nav.is-open li {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .batf-primary-nav.is-open a,
    .batf-primary-nav.is-open .sub-menu a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 48px !important;
        box-sizing: border-box !important;
        padding: 12px 14px !important;
        border: 1px solid #000 !important;
        border-radius: 5px !important;
        background: #fff !important;
        color: #000 !important;
        font-size: 14.5px !important;
        font-weight: 900 !important;
        line-height: 1.08 !important;
        box-shadow: none !important;
        transform: none !important;
        transition: background 140ms ease, color 140ms ease, border-color 140ms ease !important;
    }

    .batf-primary-nav.is-open .menu-item-has-children > a::after {
        display: inline-grid !important;
        place-items: center !important;
        flex: 0 0 22px !important;
        width: 22px !important;
        height: 22px !important;
        margin-left: 14px !important;
        border: 1px solid currentColor !important;
        border-radius: 4px !important;
        font-size: 16px !important;
        line-height: 1 !important;
    }

    .batf-primary-nav.is-open .current-menu-item > a,
    .batf-primary-nav.is-open .current-menu-ancestor > a,
    .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a {
        background: #000 !important;
        color: #fff !important;
        border-color: #000 !important;
    }

    .batf-primary-nav.is-open .sub-menu {
        display: none !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 7px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 7px 0 0 14px !important;
        background: transparent !important;
        color: #000 !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > .sub-menu {
        display: grid !important;
    }

    .batf-primary-nav.is-open .sub-menu a {
        min-height: 44px !important;
        font-size: 13.5px !important;
    }

    .batf-nav-on-dark .batf-primary-nav.is-open,
    body.page-template-page-podcast .batf-primary-nav.is-open,
    body.single-batf_podcast .batf-primary-nav.is-open,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open {
        color: #fff !important;
    }

    .batf-nav-on-dark .batf-header:has(.batf-primary-nav.is-open)::after,
    body.page-template-page-podcast .batf-header:has(.batf-primary-nav.is-open)::after,
    body.single-batf_podcast .batf-header:has(.batf-primary-nav.is-open)::after,
    body.post-type-archive-batf_podcast .batf-header:has(.batf-primary-nav.is-open)::after {
        background: #000;
    }

    .batf-nav-on-dark .batf-primary-nav.is-open a,
    .batf-nav-on-dark .batf-primary-nav.is-open .sub-menu a,
    body.page-template-page-podcast .batf-primary-nav.is-open a,
    body.page-template-page-podcast .batf-primary-nav.is-open .sub-menu a,
    body.single-batf_podcast .batf-primary-nav.is-open a,
    body.single-batf_podcast .batf-primary-nav.is-open .sub-menu a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open .sub-menu a {
        border-color: #fff !important;
        background: #000 !important;
        color: #fff !important;
    }

    .batf-nav-on-dark .batf-primary-nav.is-open .current-menu-item > a,
    .batf-nav-on-dark .batf-primary-nav.is-open .current-menu-ancestor > a,
    .batf-nav-on-dark .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a,
    body.page-template-page-podcast .batf-primary-nav.is-open .current-menu-item > a,
    body.page-template-page-podcast .batf-primary-nav.is-open .current-menu-ancestor > a,
    body.page-template-page-podcast .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a,
    body.single-batf_podcast .batf-primary-nav.is-open .current-menu-item > a,
    body.single-batf_podcast .batf-primary-nav.is-open .current-menu-ancestor > a,
    body.single-batf_podcast .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open .current-menu-item > a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open .current-menu-ancestor > a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a {
        background: #fff !important;
        color: #000 !important;
        border-color: #fff !important;
    }
}

@media (max-width: 760px) {
    .batf-home-hero {
        padding-top: 22px !important;
    }

    .batf-home-hero-grid {
        width: min(1180px, calc(100vw - 44px)) !important;
        padding: 0 !important;
        gap: 22px !important;
    }

    .batf-home-hero .batf-hero-card,
    .batf-home-hero .batf-hero-card > a,
    .batf-home-hero .batf-hero-side,
    .batf-home-hero .batf-side-image,
    .batf-home-hero .batf-boss-card {
        width: 100% !important;
        max-width: none !important;
    }
}

/* Final mobile menu lock: visible accordion states, no grey hover leftovers. */
@media (max-width: 980px) {
    .batf-primary-nav.is-open > ul,
    .batf-primary-nav.is-open .menu {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 6px !important;
        width: 100% !important;
    }

    .batf-primary-nav.is-open li,
    .batf-primary-nav.is-open > ul > li,
    .batf-primary-nav.is-open .menu > li {
        width: 100% !important;
        max-width: none !important;
    }

    .batf-primary-nav.is-open a,
    .batf-primary-nav.is-open .sub-menu a {
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box !important;
        padding: 11px 14px !important;
        border: 1px solid #000 !important;
        border-radius: 5px !important;
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
    }

    .batf-primary-nav.is-open .current-menu-item > a,
    .batf-primary-nav.is-open .current-menu-ancestor > a,
    .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a {
        background: #000 !important;
        color: #fff !important;
        border-color: #000 !important;
    }

    .batf-primary-nav.is-open .sub-menu {
        display: none !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 6px !important;
        width: 100% !important;
        padding: 6px 0 0 14px !important;
        background: transparent !important;
        color: #000 !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > .sub-menu {
        display: grid !important;
    }

    .batf-nav-on-dark .batf-primary-nav.is-open a,
    .batf-nav-on-dark .batf-primary-nav.is-open .sub-menu a,
    body.page-template-page-podcast .batf-primary-nav.is-open a,
    body.page-template-page-podcast .batf-primary-nav.is-open .sub-menu a,
    body.single-batf_podcast .batf-primary-nav.is-open a,
    body.single-batf_podcast .batf-primary-nav.is-open .sub-menu a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open .sub-menu a {
        border-color: #fff !important;
        background: #000 !important;
        color: #fff !important;
    }

    .batf-nav-on-dark .batf-primary-nav.is-open .current-menu-item > a,
    .batf-nav-on-dark .batf-primary-nav.is-open .current-menu-ancestor > a,
    .batf-nav-on-dark .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a,
    body.page-template-page-podcast .batf-primary-nav.is-open .current-menu-item > a,
    body.page-template-page-podcast .batf-primary-nav.is-open .current-menu-ancestor > a,
    body.page-template-page-podcast .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a,
    body.single-batf_podcast .batf-primary-nav.is-open .current-menu-item > a,
    body.single-batf_podcast .batf-primary-nav.is-open .current-menu-ancestor > a,
    body.single-batf_podcast .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open .current-menu-item > a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open .current-menu-ancestor > a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a {
        background: #fff !important;
        color: #000 !important;
        border-color: #fff !important;
    }

    .batf-primary-nav.is-open,
    .batf-nav-on-dark .batf-primary-nav.is-open,
    body.page-template-page-podcast .batf-primary-nav.is-open,
    body.single-batf_podcast .batf-primary-nav.is-open,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open {
        width: min(1180px, calc(100vw - 22px)) !important;
        max-height: calc(100dvh - 92px) !important;
        margin: 0 auto !important;
        padding: 8px 0 0 !important;
        overflow: auto !important;
        overscroll-behavior: contain !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
}

/* Ultimate mobile menu lock. This intentionally lives last. */
@media (max-width: 980px) {
    .batf-header {
        position: sticky !important;
        top: 0 !important;
        overflow: visible !important;
        isolation: isolate !important;
    }

    .batf-header-inner {
        position: relative !important;
        z-index: 3 !important;
    }

    .batf-primary-nav,
    .batf-primary-nav.is-open,
    .batf-nav-on-dark .batf-primary-nav.is-open,
    body.page-template-page-podcast .batf-primary-nav.is-open,
    body.single-batf_podcast .batf-primary-nav.is-open,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open {
        position: absolute !important;
        top: 100% !important;
        left: 50% !important;
        z-index: 2 !important;
        width: min(1180px, calc(100vw - 22px)) !important;
        max-height: calc(100dvh - 102px) !important;
        margin: 0 !important;
        padding: 8px 0 14px !important;
        overflow: auto !important;
        overscroll-behavior: contain !important;
        -webkit-overflow-scrolling: touch !important;
        transform: translateX(-50%) !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .batf-primary-nav {
        display: none !important;
    }

    .batf-primary-nav.is-open {
        display: block !important;
    }

    .batf-primary-nav.is-open > ul,
    .batf-primary-nav.is-open .menu {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 7px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .batf-primary-nav.is-open li {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .batf-primary-nav.is-open a,
    .batf-primary-nav.is-open .sub-menu a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 48px !important;
        box-sizing: border-box !important;
        padding: 12px 14px !important;
        border: 1px solid #000 !important;
        border-radius: 5px !important;
        background: #fff !important;
        color: #000 !important;
        font-size: 14.5px !important;
        font-weight: 900 !important;
        line-height: 1.08 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .batf-primary-nav.is-open .menu-item-has-children > a::after {
        display: inline-grid !important;
        place-items: center !important;
        flex: 0 0 22px !important;
        width: 22px !important;
        height: 22px !important;
        margin-left: 14px !important;
        border: 1px solid currentColor !important;
        border-radius: 4px !important;
        font-size: 16px !important;
        line-height: 1 !important;
    }

    .batf-primary-nav.is-open .current-menu-item > a,
    .batf-primary-nav.is-open .current-menu-ancestor > a,
    .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a {
        background: #000 !important;
        color: #fff !important;
        border-color: #000 !important;
    }

    .batf-primary-nav.is-open .sub-menu {
        display: none !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 7px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 7px 0 0 14px !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > .sub-menu {
        display: grid !important;
    }

    .batf-primary-nav.is-open .sub-menu a {
        min-height: 44px !important;
        font-size: 13.5px !important;
    }

    .batf-nav-on-dark .batf-primary-nav.is-open a,
    .batf-nav-on-dark .batf-primary-nav.is-open .sub-menu a,
    body.page-template-page-podcast .batf-primary-nav.is-open a,
    body.page-template-page-podcast .batf-primary-nav.is-open .sub-menu a,
    body.single-batf_podcast .batf-primary-nav.is-open a,
    body.single-batf_podcast .batf-primary-nav.is-open .sub-menu a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open .sub-menu a {
        border-color: #fff !important;
        background: #000 !important;
        color: #fff !important;
    }

    .batf-nav-on-dark .batf-primary-nav.is-open .current-menu-item > a,
    .batf-nav-on-dark .batf-primary-nav.is-open .current-menu-ancestor > a,
    .batf-nav-on-dark .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a,
    body.page-template-page-podcast .batf-primary-nav.is-open .current-menu-item > a,
    body.page-template-page-podcast .batf-primary-nav.is-open .current-menu-ancestor > a,
    body.page-template-page-podcast .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a,
    body.single-batf_podcast .batf-primary-nav.is-open .current-menu-item > a,
    body.single-batf_podcast .batf-primary-nav.is-open .current-menu-ancestor > a,
    body.single-batf_podcast .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open .current-menu-item > a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open .current-menu-ancestor > a,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a {
        background: #fff !important;
        color: #000 !important;
        border-color: #fff !important;
    }
}

@media (max-width: 760px) {
    .batf-home-hero {
        padding-top: 22px !important;
    }

    .batf-home-hero-grid {
        width: min(1180px, calc(100vw - 44px)) !important;
        padding: 0 !important;
        gap: 22px !important;
    }

    .batf-home-hero .batf-hero-card,
    .batf-home-hero .batf-hero-card > a,
    .batf-home-hero .batf-hero-side,
    .batf-home-hero .batf-side-image,
    .batf-home-hero .batf-boss-card {
        width: 100% !important;
        max-width: none !important;
    }
}

/* Absolute final mobile layout pass: 14px gutters + full open-menu backdrop. */
@media (max-width: 980px) {
    body.batf-mobile-menu-locked {
        touch-action: none !important;
        overscroll-behavior: none !important;
    }

    .batf-header {
        border-bottom: 0 !important;
    }

    .batf-header::before {
        content: "";
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 2 !important;
        display: block !important;
        width: 100% !important;
        height: 1px !important;
        background: #000 !important;
        pointer-events: none !important;
    }

    .batf-nav-on-dark .batf-header::before,
    body.page-template-page-podcast .batf-header::before,
    body.single-batf_podcast .batf-header::before,
    body.post-type-archive-batf_podcast .batf-header::before {
        background: #fff !important;
    }

    html.batf-mobile-menu-open .batf-header::before {
        background: #fff !important;
    }

    html.batf-mobile-menu-open.batf-nav-on-dark .batf-header::before,
    html.batf-mobile-menu-open body.page-template-page-podcast .batf-header::before,
    html.batf-mobile-menu-open body.single-batf_podcast .batf-header::before,
    html.batf-mobile-menu-open body.post-type-archive-batf_podcast .batf-header::before {
        background: #000 !important;
    }

    .batf-header::after {
        content: "";
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
        z-index: 1 !important;
        display: none !important;
        width: 100vw !important;
        height: 100dvh !important;
        min-height: 100vh !important;
        background: #fff !important;
        pointer-events: none !important;
    }

    html.batf-mobile-menu-open .batf-header::after,
    .batf-header:has(.batf-primary-nav.is-open)::after {
        display: block !important;
    }

    .batf-header-inner {
        position: relative !important;
        z-index: 3 !important;
        width: min(1180px, calc(100vw - 28px)) !important;
    }

    .batf-primary-nav,
    .batf-primary-nav.is-open,
    .batf-nav-on-dark .batf-primary-nav.is-open,
    body.page-template-page-podcast .batf-primary-nav.is-open,
    body.single-batf_podcast .batf-primary-nav.is-open,
    body.post-type-archive-batf_podcast .batf-primary-nav.is-open {
        width: min(1180px, calc(100vw - 28px)) !important;
        left: 50% !important;
        z-index: 4 !important;
        transform: translateX(-50%) !important;
    }

    .batf-menu-toggle svg {
        display: none !important;
    }

    .batf-menu-label {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        white-space: nowrap !important;
    }

    .batf-menu-lines {
        position: relative !important;
        display: block !important;
        width: 22px !important;
        height: 22px !important;
        color: currentColor !important;
    }

    .batf-menu-lines > span,
    .batf-submenu-mark > span {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        display: block !important;
        width: 16px !important;
        height: 2px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: currentColor !important;
        transform-origin: center !important;
    }

    .batf-menu-lines > span:first-child {
        transform: translate(-50%, -5px) !important;
    }

    .batf-menu-lines > span:last-child {
        transform: translate(-50%, 5px) !important;
    }

    .batf-menu-toggle[aria-expanded="true"] .batf-menu-lines > span:first-child {
        transform: translate(-50%, -50%) rotate(45deg) !important;
    }

    .batf-menu-toggle[aria-expanded="true"] .batf-menu-lines > span:last-child {
        transform: translate(-50%, -50%) rotate(-45deg) !important;
    }

    .batf-primary-nav.is-open .menu-item-has-children > a::after {
        content: none !important;
        display: none !important;
    }

    .batf-submenu-mark {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 22px !important;
        width: 22px !important;
        height: 22px !important;
        margin: 0 0 0 14px !important;
        border: 1px solid currentColor !important;
        border-radius: 4px !important;
        color: currentColor !important;
    }

    .batf-submenu-mark > span:first-child {
        transform: translate(-50%, -50%) !important;
    }

    .batf-submenu-mark > span:last-child {
        transform: translate(-50%, -50%) rotate(90deg) !important;
    }

    .batf-primary-nav.is-open li.menu-item-has-children.is-submenu-open > a .batf-submenu-mark > span:last-child {
        transform: translate(-50%, -50%) rotate(90deg) scaleX(0) !important;
    }

    .batf-menu-toggle .batf-menu-lines {
        position: relative !important;
        display: block !important;
        flex: 0 0 22px !important;
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        min-height: 22px !important;
        overflow: visible !important;
        clip: auto !important;
        clip-path: none !important;
        white-space: normal !important;
    }

    .batf-menu-toggle .batf-menu-lines > span {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 16px !important;
        height: 2px !important;
        overflow: visible !important;
        clip: auto !important;
        clip-path: none !important;
        background: currentColor !important;
    }

    .batf-primary-nav.is-open {
        touch-action: pan-y !important;
    }
}

@media (max-width: 760px) {
    .batf-container,
    .batf-narrow,
    .batf-home-hero-grid,
    .batf-instagram-section .batf-container,
    .batf-footer .batf-container,
    .batf-page-hero .batf-container,
    .batf-section > .batf-container,
    .batf-single > .batf-container,
    .batf-job-single > .batf-container,
    .batf-manifesto > .batf-container,
    .batf-section--front > .batf-container {
        width: min(1180px, calc(100vw - 28px)) !important;
        max-width: calc(100vw - 28px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .batf-home-hero {
        padding-top: 14px !important;
    }

    .batf-home-hero-grid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        gap: 14px !important;
    }

    .batf-home-hero .batf-hero-card,
    .batf-home-hero .batf-hero-side {
        height: auto !important;
        min-height: 0 !important;
    }

    .batf-home-hero .batf-hero-card > a,
    .batf-home-hero .batf-side-image {
        height: clamp(292px, 80vw, 312px) !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
    }

    .batf-home-hero .batf-hero-card > a > img,
    .batf-home-hero .batf-side-image img {
        height: 100% !important;
        min-height: 0 !important;
        object-fit: cover !important;
    }

    .batf-home-hero .batf-hero-card div {
        right: 20px !important;
        bottom: 22px !important;
        left: 20px !important;
    }

    .batf-home-hero .batf-hero-card .batf-tag {
        top: 20px !important;
        left: 20px !important;
        font-size: 17px !important;
    }

    .batf-home-hero .batf-hero-meta {
        font-size: 14px !important;
        line-height: 1.12 !important;
    }

    .batf-home-hero .batf-hero-title {
        font-size: clamp(17px, calc(6.9vw - 8px), 21px) !important;
        line-height: 1.08 !important;
    }

    .batf-home-hero .batf-side-copy {
        right: 20px !important;
        bottom: 22px !important;
        left: 20px !important;
        gap: 14px !important;
    }
}

@media (max-width: 760px) {
    body.batf-nav-on-dark,
    body.page-template-page-podcast,
    body.single-batf_podcast,
    body.post-type-archive-batf_podcast {
        background: #000 !important;
    }

    .batf-manifesto .batf-definition-row {
        min-height: 0 !important;
        gap: 14px !important;
        margin-bottom: 12px !important;
    }

    .batf-manifesto .batf-definition-copy {
        margin-top: 10px !important;
        margin-bottom: 34px !important;
    }

    .batf-breadcrumbs {
        margin-bottom: 22px !important;
    }

    .batf-author-box {
        grid-template-columns: 74px 1fr !important;
        gap: 14px !important;
        align-items: center !important;
        padding: 14px !important;
    }

    .batf-author-box img {
        width: 74px !important;
        height: 74px !important;
        min-height: 0 !important;
        aspect-ratio: 1 / 1 !important;
    }

    .batf-author-box h2 {
        margin: 0 0 5px !important;
        font-size: 22px !important;
        line-height: 1 !important;
    }

    .batf-author-box p {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.25 !important;
    }

    .batf-author-box .batf-kicker {
        margin-bottom: 4px !important;
        font-size: 11px !important;
    }

    .batf-footer-bottom {
        flex-direction: column;
        gap: 8px;
        margin-top: 16px;
        text-align: center;
    }

    .batf-footer-credit,
    .batf-footer-bottom .batf-legal {
        min-width: 0;
        text-align: center;
    }
}

/* Editorial controls and directory layouts. */
.batf-main-wrap img.batf-managed-image.batf-image-contain {
    object-fit: contain !important;
    background: #000;
}
.batf-detail-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 16px 0 28px;
}
.batf-detail-links .batf-button { max-width: 100%; overflow-wrap: anywhere; }
.batf-address-details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 32px;
}
.batf-address-details--single { grid-template-columns: minmax(0, 1fr); }
.batf-address-contact { display: grid; gap: 20px; margin: 0; }
.batf-address-details .batf-detail-links { margin-bottom: 0; }
.batf-address-details > div { min-width: 0; }
.batf-address-practical h2 { margin: 0 0 12px; font-family: inherit; font-size: 16px; text-transform: uppercase; }
.batf-address-practical .batf-content { font-size: inherit; overflow-wrap: anywhere; }
.batf-address-practical .batf-content > :first-child { margin-top: 0; }
.batf-address-contact dd { overflow-wrap: anywhere; }
.batf-job-hero--no-summary { grid-template-columns: minmax(0, 1fr); }
.batf-job-hero__panel strong { font-family: inherit; font-size: 24px; line-height: 1.4; overflow-wrap: anywhere; }
.batf-job-hero__panel { align-content: center; }
.batf-job-cover { margin: 24px 0; }
.batf-job-practical > .batf-job-block:nth-last-child(2):nth-child(even) { grid-column: 1 / -1; }
.batf-article-closing { border-top: 2px solid #000; margin-top: 32px; padding-top: 24px; }
.batf-article-closing a, .batf-content a { text-underline-offset: 3px; }
.batf-directory-tabs { flex-wrap: wrap; margin-bottom: 24px; }
.batf-directory-search > div { display: flex; gap: 12px; }
.batf-directory-search { background: #fff; }
.batf-directory-search input { flex: 1; min-width: 0; }
.batf-directory-search button { flex-shrink: 0; }
body.single-batf_person .batf-single-cover { width: 100%; max-width: 360px; aspect-ratio: 1 / 1; }
@media (max-width: 767px) {
    .batf-address-details { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .batf-directory-search > div { flex-wrap: wrap; }
    .batf-directory-search input { flex-basis: 100%; }
    .batf-directory-search button { width: 100%; }
    .batf-directory-tabs a { flex: 1 1 180px; text-align: center; }
    .batf-job-hero__panel strong { font-size: 20px; }
}
