.tbft-site {
  --cream: #fbf3e8;
  --paper: #fffaf2;
  --navy: #081e3c;
  --terracotta: #d25f45;
  --terracotta-dark: #b94e38;
  --coral: #f08a72;
  --mustard: #d9a441;
  --sage: #7d9485;
  --line: rgba(17, 40, 61, 0.22);
  width: 100%;
  max-width: none;
  margin: 0;
  overflow-x: hidden;
  color: var(--navy);
  background:
    radial-gradient(circle at 20% 20%, rgba(217,164,65,.08) 0 1px, transparent 1.4px) 0 0/16px 16px,
    var(--cream);
  font-family: "Manrope", Arial, sans-serif;
  scroll-behavior: smooth;
}
.tbft-site, .tbft-site *, .tbft-site *::before, .tbft-site *::after { box-sizing: border-box; }
.tbft-site [hidden] { display: none !important; }
.tbft-site a { color: inherit; text-decoration: none; }
.tbft-site button, .tbft-site input, .tbft-site textarea, .tbft-site select { font: inherit; }
.tbft-site .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.tbft-site .site-header {
  width: calc(100% - 80px);
  min-height: 105px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}
.tbft-site .brand { display: flex; align-items: center; width: max-content; }
.tbft-site .brand-logo { display: block; width: 414px; height: auto; }
.tbft-site .site-header .brand-logo { transform: translateY(5px); }
.tbft-site .brand-mark { display: flex; align-items: center; gap: 6px; }
.tbft-site .taco-shell { width: 42px; height: 27px; display: grid; place-items: center; padding-top: 7px; border: 2px solid var(--navy); border-bottom: 0; border-radius: 48px 48px 5px 5px; transform: rotate(-3deg); background: var(--mustard); font-size: 9px; letter-spacing: 3px; color: var(--navy); }
.tbft-site .mini-wave { font-size: 10px; letter-spacing: 1px; transform: rotate(90deg); }
.tbft-site nav { justify-self: end; display: flex; gap: 62px; margin-right: 85px; font-size: 16px; font-weight: 600; }
.tbft-site nav a { position: relative; padding: 12px 0; }
.tbft-site nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: var(--terracotta); transition: right .18s ease-out; }
.tbft-site nav a:hover::after, .tbft-site nav a:focus-visible::after { right: 0; }
.tbft-site .header-cta { justify-self: end; }
.tbft-site .header-cta.button { width: 218px; min-height: 58px; padding: 0 20px; font-size: 17px; }

.tbft-site .hero {
  width: min(1300px, calc(100% - 140px));
  min-height: 590px;
  margin: 0 auto 10px;
  display: grid;
  grid-template-columns: 740px minmax(0, 560px);
  align-items: start;
  gap: 0;
}
.tbft-site .hero-copy { padding: 24px 0 0; transform: none; }
.tbft-site .eyebrow { margin: 0 0 16px; color: var(--terracotta-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.tbft-site h1, .tbft-site h2, .tbft-site h3 { margin: 0; font-family: "Fraunces", Georgia, serif; font-weight: 600; letter-spacing: -.045em; }
.tbft-site h1 { max-width: 740px; font-size: 98px; line-height: .95; }
.tbft-site .hero-line { display: block; width: max-content; white-space: nowrap; transform-origin: left center; }
.tbft-site .hero-line-one { transform: scaleX(1.066); }
.tbft-site .hero-line-three { position: relative; top: 7px; transform: scaleX(.967); }
.tbft-site .hero-deck { max-width: 520px; margin: 20px 0 30px; font-size: 20px; line-height: 1.55; }
.tbft-site .hero-actions { display: flex; gap: 24px; }
.tbft-site .button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 30px; border: 1.5px solid var(--terracotta); border-radius: 7px; color: var(--terracotta-dark); font-size: 16px; font-weight: 750; transition: transform .18s ease-out, background .18s ease-out, color .18s ease-out, box-shadow .18s ease-out; }
.tbft-site .hero-actions .button:first-child { width: 251px; }
.tbft-site .hero-actions .button:last-child { width: 220px; }
.tbft-site .button:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(17,40,61,.09); }
.tbft-site .button-primary { color: white; background: var(--terracotta); }
.tbft-site .button-primary:hover { background: var(--terracotta-dark); }
.tbft-site .button-outline:hover { background: rgba(240,138,114,.10); }
.tbft-site .play-small { position: relative; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: white; }
.tbft-site .play-small::after { content: ""; margin-left: 3px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid var(--terracotta); }
.tbft-site .hero-search { max-width: 556px; height: 60px; margin-top: 32px; display: flex; align-items: center; gap: 18px; border: 1.5px solid rgba(134,96,62,.5); border-radius: 8px; padding: 0 20px; background: rgba(255,249,240,.72); box-shadow: 0 5px 20px rgba(17,40,61,.035); }
.tbft-site .search-icon { position: relative; width: 24px; height: 24px; flex: 0 0 24px; border: 3px solid var(--navy); border-radius: 50%; }
.tbft-site .search-icon::after { content: ""; position: absolute; width: 10px; height: 3px; right: -8px; bottom: -4px; border-radius: 2px; background: var(--navy); transform: rotate(45deg); transform-origin: left center; }
.tbft-site .hero-search input { width: 100%; min-width: 0; height: 100%; border: 0; outline: none; color: var(--navy); background: transparent; font-size: 17px; }
.tbft-site .hero-search button { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.tbft-site .quick-topics { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 15px; font-size: 12px; }
.tbft-site .quick-topics > span { color: rgba(17,40,61,.66); font-weight: 700; }
.tbft-site .quick-topics a { border-bottom: 1px solid rgba(17,40,61,.3); }
.tbft-site .hero-art { position: relative; min-height: 580px; display: grid; place-items: start center; transform: none; }
.tbft-site .hero-art::before { display: none; }
.tbft-site .hero-art img { position: absolute; z-index: 1; top: 0; left: 50%; width: 800px; max-width: none; height: 750px; object-fit: contain; transform: translate(-54.5%, -66px); filter: drop-shadow(0 14px 20px rgba(17,40,61,.06)); }

.tbft-site .featured {
  width: min(1296px, calc(100% - 144px));
  min-height: 194px;
  margin: 0 auto 88px;
  padding: 26px 52px;
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 26px;
  border: 1.5px solid rgba(134,96,62,.34);
  border-radius: 18px;
  background: rgba(255,249,240,.75);
  box-shadow: 0 16px 40px rgba(17,40,61,.05);
}
.tbft-site .featured::before { content: ""; position: absolute; width: 88px; height: 2px; top: 30px; left: 53px; background: var(--mustard); }
.tbft-site .featured { position: relative; }
.tbft-site .play-large { width: 98px; height: 98px; display: grid; place-items: center; border: 0; border-radius: 50%; color: white; background: var(--terracotta); cursor: pointer; transition: transform .18s ease-out, background .18s ease-out; }
.tbft-site .play-triangle { width: 0; height: 0; margin-left: 7px; border-top: 21px solid transparent; border-bottom: 21px solid transparent; border-left: 31px solid white; }
.tbft-site .play-large:hover { transform: scale(1.04); background: var(--terracotta-dark); }
.tbft-site .featured h2 { max-width: 760px; font-size: 40px; line-height: 1.04; }
.tbft-site .featured-copy .eyebrow { margin-bottom: 10px; font-size: 12px; color: var(--mustard); }
.tbft-site .audio-row { margin-top: 12px; display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 700; }
.tbft-site .waveform { width: 450px; height: 40px; display: flex; align-items: center; gap: 4px; overflow: hidden; }
.tbft-site .waveform i { width: 3px; flex: 0 0 3px; display: block; border-radius: 2px; background: var(--navy); }
.tbft-site .featured-tags { display: flex; gap: 18px; }
.tbft-site .featured-tags span { padding: 12px 32px; border: 1px solid rgba(17,40,61,.2); border-radius: 999px; background: rgba(125,148,133,.16); font-size: 15px; }
.tbft-site .featured-tags span:first-child { color: var(--terracotta-dark); background: rgba(240,138,114,.15); }
.tbft-site .section { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0; }
.tbft-site .section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 42px; }
.tbft-site .section-heading h2, .tbft-site .ask-intro h2, .tbft-site .ideas-copy h2, .tbft-site .tool-section h2, .tbft-site .newsletter h2, .tbft-site .about-section h2 { font-size: clamp(42px, 5vw, 66px); line-height: 1.02; }
.tbft-site .section-heading > p { margin: 0 0 8px; font-size: 17px; line-height: 1.65; color: rgba(17,40,61,.76); }

.tbft-site .episodes-section { border-top: 1px solid var(--line); }
.tbft-site .library-controls { display: grid; grid-template-columns: 1fr 260px; gap: 14px; }
.tbft-site .library-search { height: 58px; display: flex; align-items: center; gap: 10px; padding: 0 18px; border: 1.5px solid var(--line); border-radius: 8px; background: var(--paper); }
.tbft-site .library-search span { font-family: Georgia, serif; font-size: 29px; transform: rotate(-20deg); }
.tbft-site .library-search input, .tbft-site .library-controls select { width: 100%; height: 56px; border: 0; outline: 0; color: var(--navy); background: transparent; font-size: 15px; }
.tbft-site .library-controls label:last-child { padding: 0 14px; border: 1.5px solid var(--line); border-radius: 8px; background: var(--paper); }
.tbft-site .result-note { margin: 15px 0 24px; font-size: 13px; color: rgba(17,40,61,.64); }
.tbft-site .episode-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tbft-site .episode-card { min-height: 330px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,249,240,.74); transition: transform .2s ease-out, box-shadow .2s ease-out, border-color .2s ease-out; }
.tbft-site .episode-card:hover { transform: translateY(-4px); border-color: rgba(217,100,74,.55); box-shadow: 0 18px 42px rgba(17,40,61,.08); }
.tbft-site .episode-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--terracotta-dark); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tbft-site .episode-meta span:last-child { color: rgba(17,40,61,.55); text-align: right; }
.tbft-site .episode-card h3 { margin-top: 22px; font-size: 29px; line-height: 1.08; }
.tbft-site .episode-card > p { display: -webkit-box; margin: 16px 0 22px; overflow: hidden; color: rgba(17,40,61,.76); font-size: 14px; line-height: 1.58; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.tbft-site .card-footer { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 14px; border-top: 1px solid var(--line); padding-top: 16px; font-size: 12px; font-weight: 750; }
.tbft-site .card-footer a { color: var(--terracotta-dark); }
.tbft-site .card-footer a span { display: inline-block; transition: transform .16s ease-out; }
.tbft-site .card-footer a:hover span { transform: translateX(4px); }
.tbft-site .load-more { margin: 34px auto 0; display: flex; background: transparent; cursor: pointer; }
.tbft-site .empty-state { padding: 60px; border: 1px dashed var(--line); text-align: center; background: rgba(255,249,240,.46); }

.tbft-site .topics-section { width: 100%; padding: 110px max(24px, calc((100% - 1240px) / 2)); color: var(--paper); background: var(--navy); }
.tbft-site .topics-section .eyebrow { color: var(--coral); }
.tbft-site .topics-section .section-heading > p { color: rgba(255,249,240,.7); }
.tbft-site .topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.tbft-site .topic-card { min-height: 270px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px; border: 0; color: var(--paper); text-align: left; cursor: pointer; background: var(--navy); transition: background .2s ease-out, color .2s ease-out; }
.tbft-site .topic-card:hover { color: var(--navy); background: var(--mustard); }
.tbft-site .topic-card:nth-child(2n):hover { background: var(--coral); }
.tbft-site .topic-card:nth-child(3n):hover { background: var(--sage); }
.tbft-site .topic-count { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; opacity: .66; }
.tbft-site .topic-card h3 { margin-top: 42px; font-size: 31px; }
.tbft-site .topic-card p { font-size: 13px; line-height: 1.55; opacity: .74; }
.tbft-site .topic-arrow { margin-top: auto; font-size: 13px; font-weight: 800; }

.tbft-site .ask-section { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; }
.tbft-site .ask-intro > p:not(.eyebrow) { max-width: 520px; font-size: 17px; line-height: 1.65; }
.tbft-site .example-prompts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.tbft-site .example-prompts button { padding: 9px 12px; border: 1px solid rgba(17,40,61,.24); border-radius: 999px; color: var(--navy); background: rgba(255,249,240,.5); font-size: 11px; cursor: pointer; }
.tbft-site .ask-card { padding: 34px; border: 1.5px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 18px 18px 0 rgba(217,164,65,.16); }
.tbft-site .ask-badge { width: max-content; margin-bottom: 24px; padding: 8px 12px; border-radius: 999px; color: var(--terracotta-dark); background: rgba(240,138,114,.15); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.tbft-site .ask-card form { display: flex; flex-direction: column; gap: 12px; }
.tbft-site .ask-card label, .tbft-site .idea-form label { font-size: 13px; font-weight: 800; }
.tbft-site .ask-card textarea, .tbft-site .idea-form input, .tbft-site .idea-form textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 8px; padding: 15px; outline: none; color: var(--navy); background: white; resize: vertical; }
.tbft-site .ask-card textarea:focus, .tbft-site .idea-form input:focus, .tbft-site .idea-form textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(217,100,74,.1); }
.tbft-site .ask-card .button { width: max-content; border: 0; cursor: pointer; }
.tbft-site .ask-card .button:disabled { opacity: .65; cursor: wait; }
.tbft-site .answer-panel { margin-top: 24px; padding: 20px; border-left: 4px solid var(--sage); background: rgba(125,148,133,.12); }
.tbft-site .answer-panel > strong { display: block; line-height: 1.5; }
.tbft-site .answer-panel a { display: block; margin-top: 13px; font-family: Georgia, serif; font-weight: 700; line-height: 1.3; }
.tbft-site .answer-panel a span { display: block; color: var(--terracotta-dark); font-family: "Manrope", Arial, sans-serif; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.tbft-site .answer-panel small { display: block; margin-top: 18px; color: rgba(17,40,61,.65); line-height: 1.4; }

.tbft-site .ideas-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.tbft-site .ideas-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.65; }
.tbft-site .idea-form { display: flex; flex-direction: column; gap: 9px; margin-top: 30px; }
.tbft-site .idea-form label span { color: rgba(17,40,61,.55); font-weight: 500; }
.tbft-site .idea-form .button { width: max-content; margin-top: 6px; border: 0; cursor: pointer; }
.tbft-site .form-message { min-height: 20px; margin: 3px 0 0 !important; color: var(--terracotta-dark); font-size: 12px !important; }
.tbft-site .vote-board { align-self: center; overflow: hidden; border: 1.5px solid var(--line); border-radius: 18px; background: var(--paper); }
.tbft-site .vote-head { display: flex; justify-content: space-between; padding: 20px 24px; color: var(--paper); background: var(--navy); }
.tbft-site .vote-head span { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; opacity: .65; }
.tbft-site .vote-row { display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; align-items: center; min-height: 76px; padding: 13px 18px; border-bottom: 1px solid var(--line); }
.tbft-site .vote-row:last-child { border-bottom: 0; }
.tbft-site .rank { color: var(--terracotta); font-family: Georgia, serif; font-size: 21px; }
.tbft-site .vote-row strong { display: block; font-family: Georgia, serif; font-size: 18px; line-height: 1.2; }
.tbft-site .vote-row small { display: block; margin-top: 4px; color: rgba(17,40,61,.55); }
.tbft-site .vote-row button { min-width: 56px; display: flex; gap: 6px; align-items: center; justify-content: center; padding: 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: transparent; font-weight: 800; cursor: pointer; }
.tbft-site .vote-row button:hover { color: white; background: var(--terracotta); }
.tbft-site .vote-row button span { font-size: 10px; }

.tbft-site .tool-section { padding: 110px max(24px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; background: #e6ddcf; }
.tbft-site .tool-section > div:first-child > p:not(.eyebrow) { max-width: 550px; font-size: 17px; line-height: 1.65; }
.tbft-site .tool-section .button { margin-top: 12px; }
.tbft-site .mini-chart { min-height: 440px; padding: 32px; border: 1.5px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 14px 14px 0 rgba(17,40,61,.08); }
.tbft-site .chart-header { display: flex; justify-content: space-between; gap: 20px; }
.tbft-site .chart-header span { color: var(--terracotta-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tbft-site .chart-header strong { font-family: Georgia, serif; }
.tbft-site .bars { height: 300px; display: flex; align-items: end; justify-content: space-around; gap: 16px; padding: 32px 12px 0; border-bottom: 1.5px solid var(--navy); }
.tbft-site .bars > div { width: 12%; height: 100%; display: flex; flex-direction: column; justify-content: end; align-items: center; }
.tbft-site .bars span { width: 100%; max-width: 50px; display: block; background: var(--terracotta); border-radius: 5px 5px 0 0; transition: height .5s ease-out; }
.tbft-site .bars > div:nth-child(2n) span { background: var(--mustard); }
.tbft-site .bars small { margin-top: 10px; transform: translateY(28px); font-weight: 700; }
.tbft-site .chart-note { margin-top: 38px; text-align: right; font-size: 10px; color: rgba(17,40,61,.5); }

.tbft-site .newsletter { padding: 78px max(24px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; color: var(--paper); background: var(--terracotta-dark); }
.tbft-site .newsletter .eyebrow { color: var(--mustard); }
.tbft-site .newsletter form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.tbft-site .newsletter input { min-width: 0; height: 58px; padding: 0 17px; border: 0; border-radius: 8px; color: var(--navy); background: var(--paper); }
.tbft-site .newsletter .button { border-color: var(--navy); background: var(--navy); }
.tbft-site .newsletter form p { grid-column: 1 / -1; margin: 3px 0 0; font-size: 11px; color: rgba(255,249,240,.74); }

.tbft-site .about-section { width: min(1000px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0; display: grid; grid-template-columns: 220px 1fr; gap: 70px; align-items: center; }
.tbft-site .about-stamp { width: 200px; height: 200px; display: grid; place-content: center; border: 2px solid var(--navy); border-radius: 50%; color: var(--terracotta); font-family: Georgia, serif; font-size: 50px; line-height: .72; text-align: center; transform: rotate(-5deg); }
.tbft-site .about-stamp span { color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.tbft-site .about-section h2 { margin-bottom: 20px; }
.tbft-site .about-section > div:last-child > p:not(.eyebrow) { max-width: 700px; font-size: 17px; line-height: 1.7; }
.tbft-site .about-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 24px; font-size: 13px; font-weight: 800; }
.tbft-site .about-links a { border-bottom: 1px solid var(--terracotta); }

.tbft-site footer { padding: 55px max(24px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 40px; align-items: center; color: rgba(255,249,240,.78); background: var(--navy); }
.tbft-site .footer-brand { color: var(--paper); }
.tbft-site .footer-brand .brand-logo { width: 300px; filter: brightness(0) invert(1); opacity: .92; }
.tbft-site footer > p { margin: 0; font-size: 11px; line-height: 1.6; text-align: center; }
.tbft-site footer > div { display: flex; justify-content: end; gap: 18px; font-size: 11px; font-weight: 750; }
.tbft-site footer > small { grid-column: 1 / -1; text-align: center; opacity: .45; }

@media (max-width: 1040px) {
  .tbft-site .site-header { grid-template-columns: 1fr auto; }
  .tbft-site nav { display: none; }
  .tbft-site .hero { grid-template-columns: 1fr; }
  .tbft-site .hero-copy { padding-bottom: 0; transform: none; }
  .tbft-site .hero-art { transform: none; }
  .tbft-site .hero-art { min-height: 420px; }
  .tbft-site .hero-art img { left: 50%; width: 720px; height: 675px; transform: translate(-50%, -55px); }
  .tbft-site .featured { grid-template-columns: auto 1fr; }
  .tbft-site .featured-tags { grid-column: 2; }
  .tbft-site .episode-grid { grid-template-columns: repeat(2, 1fr); }
  .tbft-site .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .tbft-site .ask-section, .tbft-site .ideas-section, .tbft-site .tool-section { grid-template-columns: 1fr; gap: 45px; }
  .tbft-site .newsletter { grid-template-columns: 1fr; gap: 35px; }
}
@media (max-width: 650px) {
  .tbft-site .site-header, .tbft-site .hero { width: calc(100% - 28px); }
  .tbft-site .site-header { min-height: 76px; }
  .tbft-site .brand { font-size: 11px; }
  .tbft-site .brand-logo { width: 300px; }
  .tbft-site .site-header .brand-logo { transform: none; }
  .tbft-site .header-cta { display: none; }
  .tbft-site .hero { margin-top: 0; gap: 12px; }
  .tbft-site .hero-copy { padding-top: 32px; }
  .tbft-site h1 { font-size: 50px; }
  .tbft-site .hero-deck { font-size: 18px; }
  .tbft-site .hero-actions { flex-direction: column; }
  .tbft-site .button { width: 100%; }
  .tbft-site .hero-search button { display: none; }
  .tbft-site .hero-art { min-height: 340px; }
  .tbft-site .hero-art img { width: 430px; height: 400px; transform: translate(-50%, -22px); }
  .tbft-site .featured { width: calc(100% - 28px); grid-template-columns: 1fr; padding: 25px; text-align: left; }
  .tbft-site .play-large { width: 70px; height: 70px; }
  .tbft-site .featured-tags { grid-column: auto; flex-wrap: wrap; }
  .tbft-site .featured-tags span { padding-inline: 20px; }
  .tbft-site .section, .tbft-site .ask-section, .tbft-site .ideas-section, .tbft-site .about-section { width: calc(100% - 28px); padding: 76px 0; }
  .tbft-site .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .tbft-site .section-heading h2, .tbft-site .ask-intro h2, .tbft-site .ideas-copy h2, .tbft-site .tool-section h2, .tbft-site .newsletter h2, .tbft-site .about-section h2 { font-size: 40px; }
  .tbft-site .library-controls { grid-template-columns: 1fr; }
  .tbft-site .episode-grid, .tbft-site .topic-grid { grid-template-columns: 1fr; }
  .tbft-site .episode-card { min-height: 280px; }
  .tbft-site .topics-section { width: 100%; padding: 76px 14px; }
  .tbft-site .ask-card { padding: 22px; box-shadow: 8px 8px 0 rgba(217,164,65,.16); }
  .tbft-site .vote-row { grid-template-columns: 30px 1fr auto; padding-inline: 12px; }
  .tbft-site .vote-row strong { font-size: 16px; }
  .tbft-site .tool-section { padding: 76px 14px; }
  .tbft-site .mini-chart { padding: 20px 14px; min-height: 400px; }
  .tbft-site .chart-header { flex-direction: column; }
  .tbft-site .newsletter { padding: 70px 14px; }
  .tbft-site .newsletter form { grid-template-columns: 1fr; }
  .tbft-site .newsletter .button { width: 100%; }
  .tbft-site .about-section { grid-template-columns: 1fr; gap: 32px; }
  .tbft-site .about-stamp { width: 150px; height: 150px; font-size: 38px; }
  .tbft-site footer { grid-template-columns: 1fr; text-align: center; }
  .tbft-site .footer-brand { margin: auto; }
  .tbft-site footer > div { justify-content: center; }
}

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