:root {
  --brand-primary: #B20100;
  --brand-secondary: #D10201;
  --accent-green: #09824B;
  --green: var(--brand-primary);
  --green-dark: var(--brand-secondary);
  --ink: #102019;
  --muted: #617069;
  --paper: #f8f3f1;
  --line: #e4d9d7;
  --white: #fff;
  --shadow: 0 14px 40px rgba(92, 1, 0, .12)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fff;
  line-height: 1.65
}

a {
  color: var(--green-dark);
  text-underline-offset: 3px
}

img {
  max-width: 100%;
  height: auto
}

.container-xl {
  max-width: 1200px
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: .7rem 1rem;
  background: #fff;
  transform: translateY(-150%)
}

.skip-link:focus {
  transform: none
}

.utility {
  font-size: .75rem;
  background: var(--brand-primary);
  color: #f8e8e7;
  border-top: 3px solid var(--accent-green)
}

.utility .container-xl {
  display: flex;
  justify-content: space-between;
  padding-top: .36rem;
  padding-bottom: .36rem
}

.site-header {
  background: #fff;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line)
}

.navbar {
  padding: .9rem 0
}

.brand {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: var(--ink);
  font-size: .98rem;
  line-height: 1.02;
  text-decoration: none;
  letter-spacing: -.01em
}

.brand strong {
  font-size: 1.18rem
}

.navbar-nav {
  gap: .15rem;
  align-items: center
}

.navbar-nav a {
  display: block;
  color: var(--ink);
  font-size: .91rem;
  font-weight: 650;
  text-decoration: none;
  padding: .65rem .75rem
}

.navbar-nav a:hover {
  color: var(--green)
}

.btn {
  border-radius: 4px;
  font-weight: 750
}

.btn-brand {
  background: var(--green);
  border-color: var(--green);
  color: #fff
}

.btn-brand:hover,
.btn-brand:focus {
  background: var(--brand-secondary);
  border-color: var(--brand-secondary);
  color: #fff
}

.navbar .btn-brand {
  margin-left: 1rem
}

.breadcrumbs {
  max-width: 1200px;
  margin: 1rem auto 0;
  padding: 0 .75rem;
  display: flex;
  gap: .6rem;
  align-items: center;
  color: var(--muted);
  font-size: .82rem
}

.breadcrumbs a {
  color: var(--green)
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .72rem;
  font-weight: 850;
  color: var(--green)
}

.eyebrow.light {
  color: #f2c7c5
}

.hero {
  background: linear-gradient(105deg, #f4f5ef 0, #fff 63%);
  overflow: hidden;
  border-bottom: 1px solid var(--line)
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  min-height: 590px;
  gap: 4rem
}

.hero h1,
.page-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -.045em;
  margin: .7rem 0 1.25rem;
  max-width: 780px
}

.hero .lead {
  font-size: 1.08rem;
  color: #435149;
  max-width: 680px
}

.hero-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin: 1.75rem 0
}

.search-box {
  max-width: 610px;
  margin-top: 2rem
}

.search-box label,
.directory-search label {
  display: block;
  font-weight: 800;
  font-size: .84rem;
  margin-bottom: .5rem
}

.search-box>div {
  display: flex;
  background: #fff;
  border: 1px solid #9eaaa3;
  box-shadow: 0 6px 20px rgba(15, 38, 27, .07)
}

.search-box input,
.directory-search input {
  width: 100%;
  border: 0;
  padding: .83rem .95rem;
  background: #fff
}

.search-box button {
  border: 0;
  background: var(--ink);
  color: #fff;
  font-weight: 750;
  padding: 0 1.3rem
}

.search-status {
  margin: .35rem 0 0;
  color: var(--muted);
  font-size: .82rem;
  min-height: 1.3em
}

.phone-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-self: end;
  height: 545px
}

.phone {
  width: 280px;
  padding: 10px 10px 0;
  background: #172019;
  border: 3px solid #31443a;
  border-radius: 40px 40px 0 0;
  box-shadow: var(--shadow);
  overflow: hidden
}

.phone img {
  width: 100%;
  display: block;
  border-radius: 29px 29px 0 0
}

.phone-primary {
  position: absolute;
  right: 25px;
  bottom: 0;
  z-index: 2
}

.phone-secondary {
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: 1;
  transform: scale(.78);
  transform-origin: bottom left;
  opacity: .92
}

.source-pill {
  position: absolute;
  background: #fff;
  padding: .62rem .8rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  font-size: .78rem;
  font-weight: 800
}

.source-pill.one {
  top: 90px;
  left: 0
}

.source-pill.two {
  bottom: 90px;
  right: 0
}

.hero-benefits {
  display: flex;
  gap: .65rem 1.25rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 750
}

.hero-benefits li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: .45rem;
  border-radius: 50%;
  background: var(--accent-green)
}

.ticker {
  border-bottom: 1px solid var(--line);
  background: #fff
}

.ticker .container-xl {
  display: flex;
  gap: 1.15rem;
  align-items: center;
  overflow-x: auto;
  padding-top: .85rem;
  padding-bottom: .85rem;
  white-space: nowrap;
  font-size: .85rem
}

.ticker a {
  color: #34433b;
  text-decoration: none
}

.content-stack {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-top: 4.5rem;
  padding-bottom: 5rem
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem
}

.section-heading h2,
.prose-block h2,
.steps h2,
.related h2 {
  font-family: Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  letter-spacing: -.025em;
  margin: .2rem 0 0
}

.section-heading>a {
  font-weight: 750
}

.section-intro {
  max-width: 780px;
  color: var(--muted);
  font-size: 1rem
}

.today-hub {
  border-top: 5px solid var(--brand-primary);
  padding: clamp(1.4rem, 4vw, 2.5rem);
  background: #fff;
  box-shadow: var(--shadow)
}

.today-publishers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 1.5rem;
  background: var(--line);
  border: 1px solid var(--line)
}

.today-publishers>a {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 0 .75rem;
  min-height: 88px;
  padding: .85rem;
  background: #fff;
  color: var(--ink);
  text-decoration: none
}

.today-publishers>a:hover {
  background: var(--paper)
}

.today-publishers .publisher-mark {
  grid-row: 1 / 3
}

.today-publishers span:not(.publisher-mark) {
  align-self: end;
  font-weight: 800
}

.today-publishers small {
  align-self: start;
  color: var(--brand-primary);
  font-size: .72rem
}

.today-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem
}

.today-actions>a:not(.btn) {
  font-weight: 750
}

.home-headline-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 1.5rem;
  background: var(--line)
}

.home-headline-list article {
  padding: 1.15rem;
  background: #fff
}

.home-headline-list h3 {
  font: 1.15rem/1.35 Georgia, serif
}

.home-headline-list p {
  margin: 0;
  color: var(--muted);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .06em
}

.home-inline-app {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  border-left: 5px solid var(--accent-green);
  background: var(--paper)
}

.home-inline-app img {
  border-radius: 14px
}

.home-inline-app strong,
.home-inline-app span {
  display: block
}

.home-inline-app span {
  color: var(--muted);
  font-size: .84rem
}

.publisher-home-search {
  margin: 1.5rem 0
}

.publisher-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line)
}

.publisher-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  padding: 1.35rem 1rem;
  border-bottom: 1px solid var(--line);
  position: relative
}

.publisher-card:nth-child(odd) {
  border-right: 1px solid var(--line)
}

.publisher-card[hidden] {
  display: none
}

.publisher-mark {
  width: 42px;
  height: 42px;
  background: #f7e5e3;
  color: var(--brand-primary);
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-weight: 800;
  border-bottom: 2px solid var(--accent-green)
}

.pub-top {
  display: flex;
  align-items: start;
  gap: .75rem;
  justify-content: space-between
}

.publisher-card h3 {
  font-size: 1.05rem;
  margin: 0
}

.publisher-card p {
  color: var(--muted);
  font-size: .87rem;
  margin: .5rem 0
}

.chips {
  display: flex;
  gap: .3rem;
  flex-wrap: wrap;
  justify-content: end
}

.chips span,
.status-badge {
  font-size: .65rem;
  background: var(--paper);
  padding: .18rem .45rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 750;
  color: #526159
}

.source-link {
  font-size: .8rem;
  font-weight: 800
}

.pub-number {
  position: absolute;
  right: .8rem;
  bottom: .45rem;
  font: 2.5rem/1 Georgia, serif;
  color: #dce4df
}

.numbered .chips {
  padding-right: 2rem
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line)
}

.category-grid a {
  background: #fff;
  padding: 1.5rem;
  text-decoration: none;
  min-height: 125px
}

.category-grid span {
  font: 1.35rem Georgia, serif;
  display: block;
  color: var(--ink)
}

.category-grid small {
  display: block;
  margin-top: .5rem;
  color: var(--muted);
  line-height: 1.45
}

.category-grid a:hover {
  background: #fbf2f1
}

.why-multiple {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(2rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.why-multiple h2 {
  margin-top: .35rem;
  font: clamp(2rem, 4vw, 3.2rem)/1.08 Georgia, serif;
  letter-spacing: -.03em
}

.why-multiple-copy p:first-child {
  font-size: 1.08rem
}

.why-multiple-copy .btn {
  margin-top: .5rem
}

.compare-feature {
  background: var(--brand-primary);
  color: #fff;
  padding: clamp(2rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 3rem;
  align-items: center
}

.compare-feature h2 {
  font: clamp(2rem, 4vw, 3.2rem)/1.08 Georgia, serif
}

.compare-feature p {
  color: #f3dcda
}

.compare-feature a {
  color: #fff;
  font-weight: 800
}

.compare-lines {
  display: grid;
  gap: .65rem
}

.compare-lines span {
  display: block;
  border-bottom: 1px solid #b94a48;
  padding: .65rem 0;
  font-weight: 750
}

.app-panel {
  display: grid;
  grid-template-columns: 1.5fr .5fr;
  gap: 2rem;
  background: var(--brand-primary);
  color: #fff;
  padding: clamp(2rem, 5vw, 4rem);
  align-items: center
}

.app-panel h2 {
  font: clamp(2rem, 4vw, 3.2rem)/1.08 Georgia, serif
}

.app-panel p {
  max-width: 700px;
  color: #fae4e2
}

.app-visual {
  display: flex;
  align-items: center;
  gap: .8rem;
  justify-content: center
}

.app-visual img {
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(92, 1, 0, .45)
}

.app-visual strong,
.app-visual span {
  display: block
}

.app-visual span {
  font-size: .8rem;
  color: #f3cfcd
}

.home-app-feature {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--brand-primary);
  color: #fff
}

.home-app-feature h2 {
  margin: .45rem 0 1rem;
  font: clamp(2rem, 4vw, 3.2rem)/1.08 Georgia, serif
}

.home-app-feature p {
  color: #f8dfde
}

.app-benefit-list {
  display: grid;
  gap: .45rem;
  padding: 0;
  margin: 1.25rem 0 1.75rem;
  list-style: none
}

.app-benefit-list li::before {
  content: "✓";
  margin-right: .55rem;
  color: #fff;
  font-weight: 900
}

.screenshot-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: .75rem;
  margin-bottom: -5rem
}

.screenshot-gallery img {
  width: 100%;
  border: 7px solid #251010;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 15px 35px rgba(44, 0, 0, .3)
}

.screenshot-gallery img:nth-child(2) {
  transform: translateY(-1.4rem)
}

.popular-pages>div:last-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line)
}

.popular-pages a {
  padding: 1.25rem;
  text-decoration: none;
  border-bottom: 1px solid var(--line)
}

.popular-pages a:nth-child(odd) {
  border-right: 1px solid var(--line)
}

.popular-pages strong,
.popular-pages span {
  display: block
}

.popular-pages span {
  font-size: .8rem;
  color: var(--muted);
  margin-top: .3rem
}

.faq-list {
  border-top: 1px solid var(--line)
}

.faq-list details {
  border-bottom: 1px solid var(--line)
}

.faq-list summary {
  padding: 1.1rem 2.5rem 1.1rem 0;
  cursor: pointer;
  font-weight: 800
}

.faq-list p {
  max-width: 800px;
  padding: 0 0 1.2rem;
  margin: 0;
  color: var(--muted)
}

.trust-note {
  padding: 1.4rem;
  border-left: 4px solid var(--accent-green);
  background: var(--paper)
}

.trust-note p {
  max-width: 850px;
  margin: .35rem 0 0;
  color: var(--muted)
}

.page-hero {
  background: var(--paper);
  margin-top: 1rem;
  padding: clamp(3rem, 7vw, 6rem) 0;
  border-bottom: 1px solid var(--line)
}

.page-hero.compact {
  padding: 3.5rem 0
}

.page-hero.compact h1 {
  font-size: clamp(2.4rem, 5vw, 4rem)
}

.page-hero p {
  font-size: 1.12rem;
  max-width: 780px;
  color: #47564e
}

.page-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.5rem
}

.text-link {
  font-weight: 800
}

.prose-block {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 4rem;
  padding: 1rem 0 2rem;
  border-bottom: 1px solid var(--line)
}

.prose-block p {
  font-size: 1.08rem;
  color: #45544c
}

.live-module {
  border: 1px solid var(--line);
  padding: clamp(1.3rem, 4vw, 2.4rem)
}

.feed-empty {
  background: #f6f8f6;
  padding: 1.3rem;
  border-left: 4px solid var(--accent-green)
}

.feed-empty p {
  margin: .4rem 0 0;
  color: var(--muted)
}

.steps>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem
}

.steps article {
  padding: 1.4rem;
  border-top: 4px solid var(--brand-primary);
  border-bottom: 2px solid var(--accent-green);
  background: var(--paper)
}

.steps article>span {
  font: 2rem Georgia, serif;
  color: #93a49b
}

.steps h3 {
  font-size: 1rem;
  margin: .5rem 0
}

.steps p {
  font-size: .87rem;
  color: var(--muted)
}

.related {
  border-top: 1px solid var(--line);
  padding-top: 2rem
}

.related>div {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 1rem
}

.related a {
  background: var(--paper);
  padding: .65rem .8rem;
  font-weight: 700;
  text-decoration: none
}

.directory-search {
  max-width: 560px
}

.directory-search input {
  border: 1px solid #9eaaa3
}

.filter-row {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin: 1.5rem 0
}

.filter-row button {
  border: 1px solid var(--line);
  background: #fff;
  padding: .45rem .75rem;
  font-size: .82rem;
  font-weight: 750
}

.filter-row button.active,
.filter-row button:hover {
  background: var(--brand-secondary);
  color: #fff
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 240px;
  gap: 5rem;
  padding-top: 4rem;
  padding-bottom: 5rem
}

.policy-layout article section {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--line)
}

.policy-layout h2 {
  font: 1.65rem Georgia, serif
}

.policy-layout aside {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  align-self: start;
  position: sticky;
  top: 1rem;
  border-left: 3px solid var(--brand-primary);
  padding-left: 1rem
}

.reviewed {
  color: var(--muted);
  font-size: .82rem
}

.sitemap-list {
  padding-top: 3rem;
  padding-bottom: 4rem
}

.sitemap-list ul {
  list-style: none;
  padding: 0;
  columns: 2;
  column-gap: 3rem
}

.sitemap-list li {
  break-inside: avoid;
  border-bottom: 1px solid var(--line);
  padding: .8rem 0
}

.sitemap-list a,
.sitemap-list span {
  display: block
}

.sitemap-list a {
  font-weight: 750
}

.sitemap-list span {
  font-size: .78rem;
  color: var(--muted)
}

.error-page {
  max-width: 680px;
  margin: 6rem auto;
  padding: 0 1rem;
  text-align: center
}

.error-page>span {
  font: 7rem/1 Georgia, serif;
  color: #c8d6ce
}

.error-page .search-box {
  margin: 2rem auto
}

.mobile-app-cta {
  position: fixed;
  left: .5rem;
  right: .5rem;
  bottom: .5rem;
  z-index: 100;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 30px #10201940;
  padding: .55rem;
  display: grid;
  grid-template-columns: 44px 1fr auto auto;
  gap: .6rem;
  align-items: center
}

.mobile-app-cta strong,
.mobile-app-cta span {
  display: block;
  font-size: .72rem
}

.mobile-app-cta span {
  color: var(--muted)
}

.mobile-app-cta a {
  background: var(--brand-primary);
  color: #fff;
  text-decoration: none;
  padding: .45rem .65rem;
  font-size: .75rem;
  font-weight: 800
}

.mobile-app-cta button {
  border: 0;
  background: transparent;
  font-size: 1.3rem
}

footer {
  background: var(--brand-primary);
  color: #dcc9c8;
  padding: 4rem 0 1rem;
  border-top: 4px solid var(--accent-green)
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 3rem
}

.footer-brand {
  color: #fff;
  margin-bottom: 1rem
}

.footer-grid p {
  font-size: .86rem;
  max-width: 380px
}

.footer-grid h2 {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #bf8f8d
}

.footer-grid>div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: .5rem
}

.footer-grid a {
  color: #f4e9e8;
  text-decoration: none;
  font-size: .85rem
}

.footer-bottom {
  border-top: 1px solid #512220;
  margin-top: 3rem;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  font-size: .72rem
}

@media(max-width:991.98px) {
  .navbar-collapse {
    padding: 1rem 0
  }

  .navbar-nav {
    align-items: stretch
  }

  .navbar .btn-brand {
    margin: .7rem 0 0
  }

  .hero-grid {
    grid-template-columns: 1fr .55fr;
    gap: 1rem
  }

  .source-pill {
    display: none
  }

  .home-app-feature {
    grid-template-columns: 1fr
  }

  .screenshot-gallery {
    max-width: 680px
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .policy-layout {
    grid-template-columns: 1fr
  }

  .policy-layout aside {
    position: static;
    order: -1
  }
}

@media(max-width:767.98px) {
  .utility .container-xl span:last-child {
    display: none
  }

  .hero-grid {
    display: block;
    min-height: auto;
    padding-top: 3rem
  }

  .hero h1 {
    font-size: 3.1rem
  }

  .phone-stage {
    height: 330px;
    margin-top: 2rem
  }

  .phone {
    width: 210px;
    border-radius: 30px 30px 0 0
  }

  .phone-primary {
    right: calc(50% - 115px)
  }

  .phone-secondary {
    left: calc(50% - 165px);
    transform: scale(.68)
  }

  .hero-benefits {
    display: grid;
    gap: .4rem
  }

  .today-publishers {
    grid-template-columns: 1fr 1fr
  }

  .home-inline-app {
    grid-template-columns: 54px 1fr
  }

  .home-inline-app img {
    width: 54px
  }

  .home-inline-app .btn {
    grid-column: 1 / -1;
    width: 100%
  }

  .why-multiple {
    grid-template-columns: 1fr;
    gap: 1rem
  }

  .home-app-feature {
    margin-right: -.75rem;
    margin-left: -.75rem
  }

  .screenshot-gallery {
    margin-bottom: -3rem
  }

  .publisher-grid {
    grid-template-columns: 1fr
  }

  .publisher-card:nth-child(odd) {
    border-right: 0
  }

  .category-grid {
    grid-template-columns: 1fr 1fr
  }

  .compare-feature,
  .app-panel,
  .prose-block {
    grid-template-columns: 1fr
  }

  .app-visual {
    justify-content: start
  }

  .steps>div {
    grid-template-columns: 1fr
  }

  .content-stack {
    gap: 3.5rem;
    padding-top: 3rem
  }

  .page-hero {
    padding: 3.5rem 0
  }

  .page-hero h1 {
    font-size: 2.75rem
  }

  .popular-pages>div:last-child {
    grid-template-columns: 1fr
  }

  .popular-pages a:nth-child(odd) {
    border-right: 0
  }

  .sitemap-list ul {
    columns: 1
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-bottom {
    display: block
  }

  .footer-bottom span {
    display: block;
    margin: .4rem 0
  }
}

@media(min-width:768px) {
  .mobile-app-cta {
    display: none !important
  }
}

@media(max-width:420px) {

  .hero h1,
  .page-hero h1 {
    font-size: 2.3rem;
    overflow-wrap: anywhere
  }

  .hero-actions .btn {
    width: 100%
  }

  .today-publishers,
  .home-headline-list {
    grid-template-columns: 1fr
  }

  .today-hub {
    padding: 1.1rem
  }

  .today-actions .btn,
  .today-actions>a {
    width: 100%
  }

  .home-app-feature {
    padding: 2rem 1.1rem
  }

  .screenshot-gallery {
    gap: .35rem
  }

  .screenshot-gallery img {
    border-width: 4px;
    border-bottom-width: 0;
    border-radius: 12px 12px 0 0
  }

  .category-grid {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .pub-top {
    display: block
  }

  .chips {
    justify-content: start;
    margin-top: .35rem
  }

  .app-visual {
    display: none
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  * {
    transition: none !important;
    animation: none !important
  }
}

:focus-visible {
  outline: 3px solid #09824B;
  outline-offset: 3px
}

html,
body {
  overflow-x: hidden
}

/* Generated multi-source story pages */
.story-cluster-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem
}

.story-cluster-card {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff
}

.story-cluster-card h3 {
  margin: .75rem 0;
  font-size: 1.3rem;
  line-height: 1.35
}

.story-cluster-card h3 a {
  color: inherit;
  text-decoration: none
}

.story-cluster-card h3 a:hover {
  color: var(--brand-primary)
}

.story-meta {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  color: var(--muted);
  font-size: .82rem
}

.story-meta>span:first-child {
  color: var(--accent-green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em
}

.story-sources {
  display: grid;
  gap: .25rem;
  margin: auto 0 1rem;
  color: var(--muted);
  font-size: .88rem
}

.story-sources strong {
  color: var(--ink)
}

.story-app-prompt {
  grid-column: 1 / -1;
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem;
  border-radius: 14px;
  background: var(--brand-primary);
  color: #fff
}

.story-app-prompt>div {
  display: grid;
  flex: 1;
  gap: .2rem
}

.freshness-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: .85rem
}

.generated-story-page,
.generated-publisher-page {
  padding-top: 2rem;
  padding-bottom: 4rem
}

.breadcrumbs {
  display: flex;
  gap: .55rem;
  align-items: center;
  margin-bottom: 2rem;
  color: #626262;
  font-size: .92rem
}

.generated-story-header {
  max-width: 58rem;
  margin-bottom: 3rem
}

.generated-story-header h1 {
  max-width: 23ch;
  margin: .55rem 0 1rem;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 1.03;
  letter-spacing: -.045em
}

.story-deck {
  max-width: 72ch;
  color: #4f4f4f;
  font-size: 1.12rem;
  line-height: 1.75
}

.source-comparison,
.publisher-story-list,
.related-stories {
  margin-top: 2.5rem
}

.source-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem
}

.story-source-card {
  padding: 1.35rem;
  border: 1px solid #dedede;
  border-top: 4px solid #B20100;
  border-radius: 14px;
  background: #fff
}

.source-card-heading {
  display: flex;
  gap: .8rem;
  align-items: center
}

.source-card-heading h2 {
  margin: 0;
  font-size: 1rem
}

.source-card-heading time {
  color: #686868;
  font-size: .82rem
}

.story-source-card h3 {
  margin: 1rem 0;
  font-size: 1.18rem;
  line-height: 1.45
}

.story-source-card>a,
.story-compare-link {
  color: #B20100;
  font-weight: 750
}

.story-page-app {
  margin-top: 2.5rem
}

.related-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1rem
}

.related-story-grid>a {
  display: grid;
  gap: .35rem;
  padding: 1.1rem;
  border: 1px solid #dedede;
  border-radius: 12px;
  color: inherit;
  text-decoration: none
}

.related-story-grid>a:hover {
  border-color: #D10201;
  color: #B20100
}

.related-story-grid small {
  color: #09824B;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .05em
}

.publisher-story-list {
  max-width: 58rem
}

@media(max-width:767px) {

  .story-cluster-grid {
    grid-template-columns: 1fr
  }

  .story-app-prompt {
    align-items: flex-start;
    flex-wrap: wrap
  }

  .source-card-grid,
  .related-story-grid {
    grid-template-columns: 1fr
  }

  .generated-story-page,
  .generated-publisher-page {
    padding-top: 1.25rem
  }
}
