/* Built to Hold — Theme-Proof Shortcode Styles v1.2.0 */
/* Every rule scoped under .bth-shortcode-wrap with !important to prevent WordPress theme overrides */

/* ===================== */
/* RESET & BASE          */
/* ===================== */

.bth-shortcode-wrap {
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch !important;
    background-color: #151515 !important;
    color: #f6f6f6 !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: both !important;
    border: none !important;
    text-align: left !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    direction: ltr !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-indent: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    vertical-align: baseline !important;
    white-space: normal !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.bth-shortcode-wrap::-webkit-scrollbar {
    display: none !important;
}

.bth-shortcode-wrap *,
.bth-shortcode-wrap *::before,
.bth-shortcode-wrap *::after {
    box-sizing: border-box !important;
}

.bth-shortcode-wrap h1,
.bth-shortcode-wrap h2,
.bth-shortcode-wrap h3,
.bth-shortcode-wrap h4,
.bth-shortcode-wrap h5,
.bth-shortcode-wrap h6 {
    font-family: 'Prompt', sans-serif !important;
    font-weight: 600 !important;
    color: #f6f6f6 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
    text-shadow: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-indent: 0 !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
}

.bth-shortcode-wrap p {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Lato', sans-serif !important;
    color: inherit !important;
    border: none !important;
    background: none !important;
    text-indent: 0 !important;
    float: none !important;
    max-width: none !important;
}

.bth-shortcode-wrap a {
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.bth-shortcode-wrap img {
    max-width: 100% !important;
    height: auto !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.bth-shortcode-wrap section,
.bth-shortcode-wrap footer,
.bth-shortcode-wrap div {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: none !important;
    float: none !important;
    max-width: none !important;
}

.bth-shortcode-wrap ul,
.bth-shortcode-wrap li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap iframe {
    max-width: 100% !important;
    border: none !important;
}

.bth-shortcode-wrap span {
    font-family: inherit !important;
}

.bth-shortcode-wrap strong {
    font-weight: 800 !important;
}

/* ===================== */
/* GRAIN OVERLAY         */
/* ===================== */

.bth-shortcode-wrap .bth-grain {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
    pointer-events: none !important;
    opacity: 0.035 !important;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E") !important;
    background-repeat: repeat !important;
    background-size: 256px 256px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* ===================== */
/* WRAPPER               */
/* ===================== */

.bth-shortcode-wrap #bth-wrapper {
    position: relative !important;
    width: 100% !important;
    overflow-x: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap #bth-wrapper::-webkit-scrollbar {
    display: none !important;
}

/* ===================== */
/* HERO — FIBONACCI      */
/* ===================== */

.bth-shortcode-wrap .bth-hero-fibonacci {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    pointer-events: none !important;
    perspective: 1200px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-fib-layer {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    will-change: transform, opacity !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-fib-layer svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ===================== */
/* HERO — PHASE          */
/* ===================== */

.bth-shortcode-wrap .bth-phase {
    position: relative !important;
    z-index: 2 !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 120px 60px !important;
    margin: 0 !important;
    background: none !important;
}

.bth-shortcode-wrap .bth-phase__inner {
    max-width: 680px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-phase--hero {
    min-height: 100vh !important;
    padding: 0 !important;
    overflow: hidden !important;
    overflow: clip !important;
    position: relative !important;
    background: none !important;
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch !important;
}

.bth-shortcode-wrap .bth-hero-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-hero-radial {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 120% !important;
    height: 120% !important;
    background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(139, 197, 63, 0.06) 0%, transparent 70%) !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ===================== */
/* HERO — CONTENT        */
/* ===================== */

.bth-shortcode-wrap .bth-hero-content {
    position: absolute !important;
    z-index: 2 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bth-shortcode-wrap .bth-hero-logo {
    display: none !important;
    max-width: 80px !important;
    height: auto !important;
    margin-bottom: 20px !important;
    opacity: 0.9 !important;
    filter: brightness(1.2) !important;
}

@media (max-width: 599px) {
    .bth-shortcode-wrap .bth-hero-logo {
        display: block !important;
    }
}

.bth-shortcode-wrap .bth-hero-eyebrow {
    font-family: 'Prompt', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    color: #8bc53f !important;
    text-transform: uppercase !important;
    letter-spacing: 5px !important;
    margin-bottom: 28px !important;
    margin-top: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    line-height: 1.4 !important;
}

.bth-shortcode-wrap .bth-hero-heading {
    font-family: 'Prompt', sans-serif !important;
    font-size: clamp(2.6rem, 7vw, 5.5rem) !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    color: #f6f6f6 !important;
    position: relative !important;
    letter-spacing: -0.03em !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    text-transform: none !important;
    text-align: center !important;
}

.bth-shortcode-wrap .bth-hero-heading .bth-word {
    display: inline-block !important;
    will-change: transform, opacity !important;
}

/* ===================== */
/* FLIP CARDS            */
/* ===================== */

.bth-shortcode-wrap .bth-flip-container {
    display: inline-block !important;
    position: relative !important;
    perspective: 800px !important;
    vertical-align: baseline !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-flip-spacer {
    display: inline-block !important;
    visibility: hidden !important;
    pointer-events: none !important;
    white-space: nowrap !important;
}

.bth-shortcode-wrap .bth-flip-card {
    display: inline-block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    transform-style: preserve-3d !important;
    -webkit-transform-style: preserve-3d !important;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-flip-card.bth-flipped {
    transform: rotateX(180deg) !important;
}

.bth-shortcode-wrap .bth-flip-face {
    display: block !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-flip-front {
    position: relative !important;
}

.bth-shortcode-wrap .bth-flip-back {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    transform: rotateX(180deg) !important;
}

/* ===================== */
/* FIB LINE DOTS         */
/* ===================== */

.bth-shortcode-wrap .bth-fib-line-dots {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    opacity: 0.85 !important;
    padding: 0 !important;
    border: none !important;
}

/* ===================== */
/* HERO CTA              */
/* ===================== */

.bth-shortcode-wrap .bth-hero-cta {
    display: inline-block !important;
    background-color: #f6f6f6 !important;
    color: #151515 !important;
    font-family: 'Prompt', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    padding: 14px 32px !important;
    margin-top: 20px !important;
    border: 1.5px solid #f6f6f6 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: background-color 0.3s, color 0.3s !important;
    z-index: 5 !important;
    position: relative !important;
    box-shadow: none !important;
    outline: none !important;
    line-height: 1.4 !important;
}

.bth-shortcode-wrap .bth-hero-cta:hover {
    background-color: transparent !important;
    color: #f6f6f6 !important;
    text-decoration: none !important;
}

.bth-shortcode-wrap .bth-hero-cta:visited {
    color: #151515 !important;
}

.bth-shortcode-wrap .bth-hero-cta:hover:visited {
    color: #f6f6f6 !important;
}

/* ===================== */
/* SCROLL CUE            */
/* ===================== */

.bth-shortcode-wrap .bth-hero-scroll-cue {
    margin-top: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0 !important;
    border: none !important;
}

.bth-shortcode-wrap .bth-hero-scroll-cue__text {
    font-family: 'Prompt', sans-serif !important;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: rgba(246, 246, 246, 0.3) !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.bth-shortcode-wrap .bth-hero-scroll-cue__line {
    width: 1px !important;
    height: 48px !important;
    background: linear-gradient(to bottom, #8bc53f, transparent) !important;
    animation: bth-scroll-pulse 2.5s ease-in-out infinite !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

@keyframes bth-scroll-pulse {
    0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
    50% { opacity: 1; transform: scaleY(1); }
}

/* ===================== */
/* CONVERSATIONS SECTION */
/* ===================== */

.bth-shortcode-wrap .bth-conversations {
    background-color: #f6f6f6 !important;
    padding: 100px 40px !important;
    position: relative !important;
    z-index: 2 !important;
    overflow: hidden !important;
    margin: 0 !important;
    color: #151515 !important;
}

.bth-shortcode-wrap .bth-conversations,
.bth-shortcode-wrap .bth-conversations * {
    color: #151515 !important;
}

.bth-shortcode-wrap .bth-conversations__inner {
    max-width: min(90%, 2200px) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 55% 1fr !important;
    grid-template-rows: auto 1fr !important;
    gap: 20px 40px !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-conv-h2-square {
    grid-column: 1 !important;
    grid-row: 1 !important;
    padding: 12px 28px !important;
    position: relative !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
}

.bth-shortcode-wrap .bth-conv-video-square {
    grid-column: 1 !important;
    grid-row: 2 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    position: relative !important;
}

.bth-shortcode-wrap .bth-conv-text-col {
    grid-column: 2 !important;
    grid-row: 1 / -1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-conv-fib-square {
    border-width: 1.5px !important;
    border-style: solid !important;
    border-color: rgba(139, 197, 63, 0.5);
    background: rgba(139, 197, 63, 0.04);
    box-shadow: 0 0 12px rgba(139, 197, 63, 0.15), inset 0 0 8px rgba(139, 197, 63, 0.05);
}

.bth-shortcode-wrap .bth-conv-accent-bar {
    width: 4px !important;
    align-self: stretch !important;
    background: #8bc53f !important;
    border-radius: 2px !important;
    flex-shrink: 0 !important;
    transform-origin: top !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.bth-shortcode-wrap .bth-conversations__h2 {
    font-family: 'Prompt', sans-serif !important;
    font-size: clamp(1.4rem, 3vw, 2rem) !important;
    font-weight: 700 !important;
    color: #8bc53f !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-conversations__h2 strong {
    text-transform: uppercase !important;
    font-weight: 800 !important;
    color: #151515 !important;
}

.bth-shortcode-wrap .bth-conv-h3-square {
    padding: 16px !important;
    overflow: hidden !important;
    flex: 1 !important;
}

.bth-shortcode-wrap .bth-conversations__h3 {
    font-family: 'Lato', sans-serif !important;
    font-size: clamp(0.95rem, 1.6vw, 1.05rem) !important;
    font-weight: 400 !important;
    color: #151515 !important;
    line-height: 1.7 !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-accent {
    color: #8bc53f !important;
}

.bth-shortcode-wrap .bth-conv-punch {
    display: block !important;
    font-weight: 300 !important;
    line-height: 1.3 !important;
    margin-bottom: 6px !important;
    color: #1a1a1a !important;
}

.bth-shortcode-wrap .bth-conv-punch--1 {
    font-size: clamp(1.35rem, 2.4vw, 1.6rem) !important;
}

.bth-shortcode-wrap .bth-conv-punch--2 {
    font-size: clamp(1.25rem, 2.2vw, 1.45rem) !important;
}

.bth-shortcode-wrap .bth-conv-punch--3 {
    font-size: clamp(1.15rem, 2vw, 1.3rem) !important;
}

.bth-shortcode-wrap .bth-conv-punch--4 {
    font-size: clamp(1.05rem, 1.8vw, 1.2rem) !important;
    margin-bottom: 0 !important;
}

.bth-shortcode-wrap .bth-conv-body {
    display: block !important;
    margin-top: 28px !important;
    font-size: clamp(1.1rem, 1.8vw, 1.3rem) !important;
    font-weight: 800 !important;
    line-height: 1.85 !important;
    color: #1a1a1a !important;
}

/* ===================== */
/* VIDEO                 */
/* ===================== */

.bth-shortcode-wrap .bth-conv-video-decos {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-conv-video-deco {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-conv-video-deco svg {
    width: 100% !important;
    height: 100% !important;
}

.bth-shortcode-wrap .bth-conv-video-deco--1 {
    width: 26px !important;
    height: 26px !important;
    top: -13px !important;
    right: 15% !important;
}

.bth-shortcode-wrap .bth-conv-video-deco--2 {
    width: 16px !important;
    height: 16px !important;
    bottom: 12% !important;
    left: -10px !important;
}

.bth-shortcode-wrap .bth-conv-video-deco--3 {
    width: 20px !important;
    height: 20px !important;
    bottom: -10px !important;
    right: -8px !important;
}

.bth-shortcode-wrap .bth-conv-video-wrap {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-conv-video-wrap iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}

/* ===================== */
/* DECO SQUARES          */
/* ===================== */

.bth-shortcode-wrap .bth-conv-deco-squares {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: -1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-conv-deco {
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-conv-deco--1 {
    width: 24px !important;
    height: 24px !important;
    top: -12px !important;
    right: -12px !important;
}

.bth-shortcode-wrap .bth-conv-deco--2 {
    width: 16px !important;
    height: 16px !important;
    bottom: 8px !important;
    right: -8px !important;
}

.bth-shortcode-wrap .bth-conv-deco--3 {
    width: 10px !important;
    height: 10px !important;
    bottom: -5px !important;
    right: 20px !important;
}

/* ===================== */
/* HOST SECTION          */
/* ===================== */

.bth-shortcode-wrap .bth-host {
    background-color: #151515 !important;
    padding: 40px 40px 40px !important;
    position: relative !important;
    z-index: 2 !important;
    margin: 0 !important;
}

.bth-shortcode-wrap .bth-host::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: var(--host-split, 40%) !important;
    background: #f6f6f6 !important;
    z-index: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-host__inner {
    max-width: 1100px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr 380px !important;
    gap: 60px !important;
    align-items: center !important;
    position: relative !important;
    z-index: 1 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-host__card {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 3 / 5 !important;
    overflow: hidden !important;
    border: 1px solid rgba(139, 197, 63, 0.35) !important;
    box-shadow: 0 0 8px rgba(139, 197, 63, 0.1), 0 8px 40px rgba(0, 0, 0, 0.5) !important;
    order: 2 !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: #1e1e1e !important;
}

.bth-shortcode-wrap .bth-host__photo-wrap {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-host__photo {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 20% !important;
    filter: grayscale(100%) !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

.bth-shortcode-wrap .bth-host__badge {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 4 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: rgba(21, 21, 21, 0.85) !important;
    border: 1px solid rgba(139, 197, 63, 0.3) !important;
    border-radius: 50px !important;
    padding: 8px 14px !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    margin: 0 !important;
}

.bth-shortcode-wrap .bth-host__badge-logo {
    height: 32px !important;
    width: auto !important;
    display: block !important;
    opacity: 0.9 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-host__badge-logo--bth {
    filter: brightness(1.2) !important;
}

.bth-shortcode-wrap .bth-host__badge-logo--vertus {
    filter: brightness(1.1) !important;
}

.bth-shortcode-wrap .bth-host__badge-divider {
    width: 1px !important;
    height: 24px !important;
    background: #8bc53f !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.bth-shortcode-wrap .bth-host__bio {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    order: 1 !important;
}

.bth-shortcode-wrap .bth-host__name {
    font-family: 'Prompt', sans-serif !important;
    font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
    font-weight: 700 !important;
    color: #f6f6f6 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-host__role {
    font-family: 'Prompt', sans-serif !important;
    font-size: clamp(0.85rem, 1.4vw, 1rem) !important;
    font-weight: 400 !important;
    color: #8bc53f !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-host__text {
    font-family: 'Lato', sans-serif !important;
    font-size: clamp(0.95rem, 1.4vw, 1.05rem) !important;
    font-weight: 300 !important;
    color: rgba(246, 246, 246, 0.7) !important;
    line-height: 1.8 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ===================== */
/* EPISODES SECTION      */
/* ===================== */

.bth-shortcode-wrap .bth-episodes {
    background-color: #151515 !important;
    padding: 40px 40px 100px !important;
    position: relative !important;
    z-index: 2 !important;
    margin: 0 !important;
}

.bth-shortcode-wrap .bth-episodes__inner {
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-episodes__heading {
    font-family: 'Prompt', sans-serif !important;
    font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
    font-weight: 600 !important;
    color: #f6f6f6 !important;
    text-align: center !important;
    margin-bottom: 60px !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-episodes__grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bth-shortcode-wrap .bth-episodes__card {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3) !important;
    background: #1e1e1e !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.bth-shortcode-wrap .bth-episodes__video {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
}

.bth-shortcode-wrap .bth-episodes__video iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}

/* ===================== */
/* SCROLL INDICATOR      */
/* ===================== */

.bth-shortcode-wrap .bth-scroll-indicator {
    position: absolute !important;
    bottom: 24px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 44px !important;
    height: 44px !important;
    border: 1.5px solid #8bc53f !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
    opacity: 0 !important;
    box-shadow: 0 0 12px rgba(139, 197, 63, 0.15) !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

.bth-shortcode-wrap .bth-scroll-indicator svg {
    width: 20px !important;
    height: 20px !important;
}

/* ===================== */
/* FOOTER                */
/* ===================== */

.bth-shortcode-wrap .bth-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 40px 40px 80px !important;
    background-color: #151515 !important;
    opacity: 1 !important;
    margin: 0 !important;
    border: none !important;
}

.bth-shortcode-wrap .bth-footer__logo {
    display: block !important;
    max-width: 160px !important;
    height: auto !important;
    opacity: 0.7 !important;
    filter: brightness(1.2) !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* ===================== */
/* AMBIENT ANIMATIONS    */
/* ===================== */

.bth-shortcode-wrap .bth-fib-ambient {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
}

/* ===================== */
/* RESPONSIVE — TABLET   */
/* ===================== */

@media (max-width: 768px) {
    .bth-shortcode-wrap .bth-phase {
        padding: 80px 28px !important;
    }

    .bth-shortcode-wrap .bth-phase--hero {
        padding: 0 !important;
    }

    .bth-shortcode-wrap .bth-hero-content {
        padding: 0 !important;
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .bth-shortcode-wrap .bth-conversations {
        padding: 60px 20px !important;
    }

    .bth-shortcode-wrap .bth-conversations__inner {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .bth-shortcode-wrap .bth-conv-h2-square {
        grid-column: auto !important;
        grid-row: auto !important;
        order: 1 !important;
        width: 100% !important;
        display: flex !important;
        align-items: flex-start !important;
        gap: 16px !important;
    }

    .bth-shortcode-wrap .bth-conv-video-square {
        grid-column: auto !important;
        grid-row: auto !important;
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
        order: 2 !important;
    }

    .bth-shortcode-wrap .bth-conv-text-col {
        grid-column: auto !important;
        grid-row: auto !important;
        display: contents !important;
    }

    .bth-shortcode-wrap .bth-conv-h3-square {
        order: 3 !important;
        width: 100% !important;
    }

    .bth-shortcode-wrap .bth-conv-video-deco--1 {
        width: 20px !important;
        height: 20px !important;
        top: -10px !important;
        right: 10% !important;
    }

    .bth-shortcode-wrap .bth-conv-video-deco--2 {
        width: 12px !important;
        height: 12px !important;
        bottom: 10% !important;
        left: -7px !important;
    }

    .bth-shortcode-wrap .bth-conv-video-deco--3 {
        width: 16px !important;
        height: 16px !important;
        bottom: -8px !important;
        right: -6px !important;
    }

    .bth-shortcode-wrap .bth-conv-deco-squares {
        display: none !important;
    }

    .bth-shortcode-wrap .bth-host {
        padding: 20px 20px 20px !important;
    }

    .bth-shortcode-wrap .bth-host__inner {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
        justify-items: center !important;
    }

    .bth-shortcode-wrap .bth-host__card {
        max-width: 320px !important;
        order: 0 !important;
        grid-column: 1 !important;
        grid-row: auto !important;
    }

    .bth-shortcode-wrap .bth-host__bio {
        text-align: left !important;
        align-items: flex-start !important;
        grid-column: 1 !important;
        grid-row: auto !important;
        order: 2 !important;
    }

    .bth-shortcode-wrap .bth-episodes {
        padding: 20px 20px 60px !important;
    }

    .bth-shortcode-wrap .bth-episodes__grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .bth-shortcode-wrap .bth-episodes__heading {
        margin-bottom: 40px !important;
    }
}

/* ===================== */
/* RESPONSIVE — MOBILE   */
/* ===================== */

@media (max-width: 480px) {
    .bth-shortcode-wrap .bth-hero-heading {
        font-size: 2.2rem !important;
    }
}

/* ===================== */
/* STANDALONE FALLBACKS  */
/* ===================== */
/* These apply when loaded via template-bth-home.php (standalone, not shortcode) */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar {
    display: none;
}

body {
    background-color: #151515;
    overflow-x: hidden;
    overflow-y: auto;
    color: #f6f6f6;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
    display: none;
}

h1, h2, h3, h4 {
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    color: #f6f6f6;
}

.bth-grain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 256px 256px;
}

#bth-wrapper {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#bth-wrapper::-webkit-scrollbar {
    display: none;
}

.bth-hero-fibonacci {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    perspective: 1200px;
}

.bth-fib-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform, opacity;
}

.bth-fib-layer svg {
    width: 100%;
    height: 100%;
    display: block;
}

.bth-phase {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 60px;
}

.bth-phase__inner {
    max-width: 680px;
    width: 100%;
}

.bth-phase--hero {
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
    overflow: clip;
    position: relative;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
}

.bth-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bth-hero-radial {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(139, 197, 63, 0.06) 0%, transparent 70%);
}

.bth-hero-content {
    position: absolute;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 0;
}

.bth-hero-logo {
    display: none;
    max-width: 80px;
    height: auto;
    margin-bottom: 20px;
    opacity: 0.9;
    filter: brightness(1.2);
}

@media (max-width: 599px) {
    .bth-hero-logo {
        display: block;
    }
}

.bth-hero-eyebrow {
    font-family: 'Prompt', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #8bc53f;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 28px;
}

.bth-hero-heading {
    font-family: 'Prompt', sans-serif;
    font-size: clamp(2.6rem, 7vw, 5.5rem);
    line-height: 1.1;
    font-weight: 700;
    color: #f6f6f6;
    position: relative;
    letter-spacing: -0.03em;
}

.bth-hero-heading .bth-word {
    display: inline-block;
    will-change: transform, opacity;
}

.bth-flip-container {
    display: inline-block;
    position: relative;
    perspective: 800px;
    vertical-align: baseline;
}

.bth-flip-spacer {
    display: inline-block;
    visibility: hidden;
    pointer-events: none;
    white-space: nowrap;
}

.bth-flip-card {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.bth-flip-card.bth-flipped {
    transform: rotateX(180deg);
}

.bth-flip-face {
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    white-space: nowrap;
}

.bth-flip-front {
    position: relative;
}

.bth-flip-back {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateX(180deg);
}

.bth-fib-line-dots {
    margin-top: 16px;
    margin-bottom: 16px;
    opacity: 0.85;
}

.bth-hero-cta {
    display: inline-block;
    background-color: #f6f6f6;
    color: #151515;
    font-family: 'Prompt', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 32px;
    margin-top: 20px;
    border: 1.5px solid #f6f6f6;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    z-index: 5;
    position: relative;
}

.bth-hero-cta:hover {
    background-color: transparent;
    color: #f6f6f6;
}

.bth-hero-scroll-cue {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.bth-hero-scroll-cue__text {
    font-family: 'Prompt', sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    color: rgba(246, 246, 246, 0.3);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.bth-hero-scroll-cue__line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, #8bc53f, transparent);
    animation: bth-scroll-pulse 2.5s ease-in-out infinite;
}

@keyframes scroll-pulse {
    0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
    50% { opacity: 1; transform: scaleY(1); }
}

.bth-conversations {
    background-color: #f6f6f6;
    padding: 100px 40px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.bth-conversations__inner {
    max-width: min(90%, 2200px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 55% 1fr;
    grid-template-rows: auto 1fr;
    gap: 20px 40px;
}

.bth-conv-h2-square {
    grid-column: 1;
    grid-row: 1;
    padding: 12px 28px;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.bth-conv-video-square {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    position: relative;
}

.bth-conv-text-col {
    grid-column: 2;
    grid-row: 1 / -1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.bth-conv-fib-square {
    border: 1.5px solid rgba(139, 197, 63, 0.5);
    background: rgba(139, 197, 63, 0.04);
    box-shadow: 0 0 12px rgba(139, 197, 63, 0.15), inset 0 0 8px rgba(139, 197, 63, 0.05);
}

.bth-conv-accent-bar {
    width: 4px;
    align-self: stretch;
    background: #8bc53f;
    border-radius: 2px;
    flex-shrink: 0;
    transform: scaleY(0);
    transform-origin: top;
}

.bth-conversations__h2 {
    font-family: 'Prompt', sans-serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    color: #8bc53f;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 0;
}

.bth-conversations__h2 strong {
    text-transform: uppercase;
    font-weight: 800;
    color: #151515;
}

.bth-conv-h3-square {
    padding: 16px;
    overflow: hidden;
    flex: 1;
}

.bth-conversations__h3 {
    font-family: 'Lato', sans-serif;
    font-size: clamp(0.95rem, 1.6vw, 1.05rem);
    font-weight: 400;
    color: #151515;
    line-height: 1.7;
    letter-spacing: 0;
    margin: 0;
}

.bth-accent {
    color: #8bc53f;
}

.bth-conv-punch {
    display: block;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 6px;
    color: #1a1a1a;
    opacity: 0;
    transform: translateY(18px);
}

.bth-conv-punch--1 {
    font-size: clamp(1.35rem, 2.4vw, 1.6rem);
}

.bth-conv-punch--2 {
    font-size: clamp(1.25rem, 2.2vw, 1.45rem);
}

.bth-conv-punch--3 {
    font-size: clamp(1.15rem, 2vw, 1.3rem);
}

.bth-conv-punch--4 {
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    margin-bottom: 0;
}

.bth-conv-body {
    display: block;
    margin-top: 28px;
    font-size: clamp(1.1rem, 1.8vw, 1.3rem);
    font-weight: 800;
    line-height: 1.85;
    color: #1a1a1a;
    opacity: 0;
    transform: translateY(14px);
}

.bth-conv-video-decos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.bth-conv-video-deco {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bth-conv-video-deco svg {
    width: 100%;
    height: 100%;
}

.bth-conv-video-deco--1 {
    width: 26px;
    height: 26px;
    top: -13px;
    right: 15%;
}

.bth-conv-video-deco--2 {
    width: 16px;
    height: 16px;
    bottom: 12%;
    left: -10px;
}

.bth-conv-video-deco--3 {
    width: 20px;
    height: 20px;
    bottom: -10px;
    right: -8px;
}

.bth-conv-video-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.bth-conv-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.bth-conv-deco-squares {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.bth-conv-deco {
    position: absolute;
}

.bth-conv-deco--1 {
    width: 24px;
    height: 24px;
    top: -12px;
    right: -12px;
}

.bth-conv-deco--2 {
    width: 16px;
    height: 16px;
    bottom: 8px;
    right: -8px;
}

.bth-conv-deco--3 {
    width: 10px;
    height: 10px;
    bottom: -5px;
    right: 20px;
}

.bth-host {
    background-color: #151515;
    padding: 40px 40px 40px;
    position: relative;
    z-index: 2;
}

.bth-host::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--host-split, 40%);
    background: #f6f6f6;
    z-index: 0;
}

.bth-host__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.bth-host__card {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 5;
    overflow: hidden;
    border: 1px solid rgba(139, 197, 63, 0.35);
    box-shadow: 0 0 8px rgba(139, 197, 63, 0.1), 0 8px 40px rgba(0, 0, 0, 0.5);
    order: 2;
}

.bth-host__photo-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bth-host__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    filter: grayscale(100%);
}

.bth-host__badge {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(21, 21, 21, 0.85);
    border: 1px solid rgba(139, 197, 63, 0.3);
    border-radius: 50px;
    padding: 8px 14px;
    backdrop-filter: blur(8px);
}

.bth-host__badge-logo {
    height: 32px;
    width: auto;
    display: block;
    opacity: 0.9;
}

.bth-host__badge-logo--bth {
    filter: brightness(1.2);
}

.bth-host__badge-logo--vertus {
    filter: brightness(1.1);
}

.bth-host__badge-divider {
    width: 1px;
    height: 24px;
    background: #8bc53f;
    flex-shrink: 0;
}

.bth-host__bio {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bth-host__name {
    font-family: 'Prompt', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #f6f6f6;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.bth-host__role {
    font-family: 'Prompt', sans-serif;
    font-size: clamp(0.85rem, 1.4vw, 1rem);
    font-weight: 400;
    color: #8bc53f;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bth-host__text {
    font-family: 'Lato', sans-serif;
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    font-weight: 300;
    color: rgba(246, 246, 246, 0.7);
    line-height: 1.8;
}

.bth-episodes {
    background-color: #151515;
    padding: 40px 40px 100px;
    position: relative;
    z-index: 2;
}

.bth-episodes__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.bth-episodes__heading {
    font-family: 'Prompt', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 600;
    color: #f6f6f6;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.bth-episodes__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.bth-episodes__card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
    background: #1e1e1e;
}

.bth-episodes__video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.bth-episodes__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.bth-scroll-indicator {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border: 1.5px solid #8bc53f;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    box-shadow: 0 0 12px rgba(139, 197, 63, 0.15);
}

.bth-scroll-indicator svg {
    width: 20px;
    height: 20px;
}

.bth-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 40px 80px;
    background-color: #151515;
    opacity: 1;
}

.bth-footer__logo {
    display: block;
    max-width: 160px;
    height: auto;
    opacity: 0.7;
    filter: brightness(1.2);
}

.bth-fib-ambient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (max-width: 768px) {
    .bth-phase {
        padding: 80px 28px;
    }

    .bth-phase--hero {
        padding: 0;
    }

    .bth-hero-content {
        padding: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .bth-conversations {
        padding: 60px 20px;
    }

    .bth-conversations__inner {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .bth-conv-h2-square {
        grid-column: auto;
        grid-row: auto;
        order: 1;
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .bth-conv-video-square {
        grid-column: auto;
        grid-row: auto;
        flex: none;
        max-width: 100%;
        width: 100%;
        order: 2;
    }

    .bth-conv-text-col {
        grid-column: auto;
        grid-row: auto;
        display: contents;
    }

    .bth-conv-h3-square {
        order: 3;
        width: 100%;
    }

    .bth-conv-video-deco--1 {
        width: 20px;
        height: 20px;
        top: -10px;
        right: 10%;
    }

    .bth-conv-video-deco--2 {
        width: 12px;
        height: 12px;
        bottom: 10%;
        left: -7px;
    }

    .bth-conv-video-deco--3 {
        width: 16px;
        height: 16px;
        bottom: -8px;
        right: -6px;
    }

    .bth-conv-deco-squares {
        display: none;
    }

    .bth-host {
        padding: 20px 20px 20px;
    }

    .bth-host__inner {
        grid-template-columns: 1fr;
        gap: 40px;
        justify-items: center;
    }

    .bth-host__card {
        max-width: 320px;
        order: 0;
    }

    .bth-host__bio {
        text-align: left;
        align-items: flex-start;
    }

    .bth-episodes {
        padding: 20px 20px 60px;
    }

    .bth-episodes__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .bth-episodes__heading {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .bth-hero-heading {
        font-size: 2.2rem;
    }
}
