:root,
html[data-ble-theme="paper"] {
  --ble-bg: #f2eee6;
  --ble-surface: #faf8f3;
  --ble-ink: #171717;
  --ble-muted: #69655e;
  --ble-rule: rgba(23, 23, 23, .18);
  --ble-soft: rgba(23, 23, 23, .065);
  --ble-accent: #c2392f;
  --ble-accent-ink: #fffaf3;
  --ble-invert: #171717;
  --ble-invert-ink: #f7f2e9;
  --ble-reader-size: 20px;
  --ble-reader-leading: 1.78;
  --ble-reader-width: 680px;
  --ble-shadow: 0 34px 82px rgba(35, 28, 20, .18);
}
html[data-ble-theme="white"] {
  --ble-bg: #fff;
  --ble-surface: #fff;
  --ble-ink: #111;
  --ble-muted: #666;
  --ble-rule: rgba(0, 0, 0, .17);
  --ble-soft: rgba(0, 0, 0, .055);
  --ble-accent: #b93027;
  --ble-accent-ink: #fff;
  --ble-invert: #111;
  --ble-invert-ink: #fff;
  --ble-shadow: 0 30px 72px rgba(0, 0, 0, .13);
}
html[data-ble-theme="night"] {
  --ble-bg: #121212;
  --ble-surface: #1b1b1b;
  --ble-ink: #eee9df;
  --ble-muted: #aaa59c;
  --ble-rule: rgba(255, 255, 255, .18);
  --ble-soft: rgba(255, 255, 255, .07);
  --ble-accent: #e46b5d;
  --ble-accent-ink: #111;
  --ble-invert: #eee9df;
  --ble-invert-ink: #151515;
  --ble-shadow: 0 34px 88px rgba(0, 0, 0, .42);
}

html { scroll-behavior: smooth; background: var(--ble-bg); color-scheme: light; }
html[data-ble-theme="night"] { color-scheme: dark; }
html.ble-drawer-open { overflow: hidden; }
body.ble-edition {
  margin: 0 !important;
  min-width: 320px;
  background: var(--ble-bg) !important;
  color: var(--ble-ink) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.ble-edition *, .ble-edition *::before, .ble-edition *::after { box-sizing: border-box; }
.ble-edition a { color: inherit; text-decoration: none; }
.ble-edition button, .ble-edition input { font: inherit; color: inherit; }
.ble-edition button { cursor: pointer; }
.ble-edition img { display: block; max-width: 100%; height: auto; }
.ble-edition [hidden] { display: none !important; }
.ble-edition .screen-reader-text {
  position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important;
  margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important;
  white-space: nowrap !important; border: 0 !important;
}
.ble-skip {
  position: fixed; z-index: 10000; top: 10px; left: 10px; padding: 12px 16px;
  background: var(--ble-invert); color: var(--ble-invert-ink); transform: translateY(-150%);
}
.ble-skip:focus { transform: none; }
.ble-shell { min-height: 100svh; overflow-x: clip; }

/* Brand bar */
.ble-topbar {
  position: relative; z-index: 50; display: flex; align-items: center; justify-content: space-between;
  min-height: 104px; padding: 12px clamp(20px, 4vw, 64px); border-bottom: 1px solid var(--ble-rule);
  background: var(--ble-bg);
}
.ble-reader-topbar { position: sticky; top: 0; background: rgba(242,238,230,.96); backdrop-filter: blur(16px); }
html[data-ble-theme="white"] .ble-reader-topbar { background: rgba(255,255,255,.96); }
html[data-ble-theme="night"] .ble-reader-topbar { background: rgba(18,18,18,.96); }
.ble-brand { display: inline-flex; align-items: center; gap: 18px; min-width: 0; }
.ble-brand-official img, .ble-reader-brand-logo {
  width: 112px; height: auto !important; object-fit: contain; flex: 0 0 auto;
}
html[data-ble-theme="night"] .ble-brand-official img,
html[data-ble-theme="night"] .ble-reader-brand-logo,
html[data-ble-theme="night"] .ble-footer-brand img { filter: invert(1); }
.ble-brand-name { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.ble-top-actions { display: flex; align-items: center; gap: 5px; }
.ble-icon-button, .ble-drawer-close, .ble-mobile-reader-nav button {
  appearance: none; border: 0; background: transparent; border-radius: 999px;
}
.ble-icon-button {
  display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 8px 12px;
  font-size: 13px; font-weight: 700;
}
.ble-icon-button:hover, .ble-icon-button:focus-visible { background: var(--ble-soft); }
.ble-icon-button > span:first-child { font-size: 18px; line-height: 1; }
.ble-install-shortcut {
  display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 15px; border: 1px solid var(--ble-ink);
  border-radius: 999px; background: var(--ble-invert); color: var(--ble-invert-ink) !important; font-size: 13px; font-weight: 800;
}
.ble-install-shortcut:hover, .ble-install-shortcut:focus-visible { transform: translateY(-1px); }
.ble-install-shortcut > span:first-child { font-size: 17px; line-height: 1; }

/* Home */
.ble-kicker {
  margin: 0 0 18px; color: var(--ble-accent); font-size: 12px; line-height: 1.3;
  font-weight: 850; letter-spacing: .16em; text-transform: uppercase;
}
.ble-hero {
  display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr); align-items: center;
  min-height: calc(100svh - 104px); padding: clamp(54px, 8vw, 122px) clamp(22px, 7vw, 120px);
  gap: clamp(50px, 8vw, 138px); border-bottom: 1px solid var(--ble-rule);
}
.ble-hero-copy { min-width: 0; max-width: 770px; }
.ble-hero h1 {
  margin: 0; font: 400 clamp(68px, 9.8vw, 150px)/.84 Georgia, "Times New Roman", serif;
  letter-spacing: -.064em;
}
.ble-hero h1 > span { color: var(--ble-accent); font-style: italic; }
.ble-deck {
  max-width: 660px; margin: clamp(30px, 4.5vw, 50px) 0 0; color: var(--ble-muted);
  font: 400 clamp(19px, 1.9vw, 27px)/1.52 Georgia, "Times New Roman", serif;
}
.ble-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.ble-install-text-link {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; padding: 5px 0; border: 0; border-bottom: 1px solid var(--ble-rule);
  background: transparent; color: var(--ble-muted); font-size: 13px; font-weight: 800;
}
.ble-install-text-link:hover, .ble-install-text-link:focus-visible { color: var(--ble-ink); border-bottom-color: var(--ble-ink); }
.ble-primary-button, .ble-secondary-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px;
  padding: 12px 23px; border: 1px solid var(--ble-ink); border-radius: 999px;
  font-size: 14px; font-weight: 800; transition: transform .18s ease, background .18s ease, color .18s ease;
}
.ble-primary-button { background: var(--ble-invert); color: var(--ble-invert-ink) !important; }
.ble-secondary-button { background: transparent; }
.ble-primary-button:hover, .ble-secondary-button:hover { transform: translateY(-2px); }
.ble-secondary-button:hover { background: var(--ble-invert); color: var(--ble-invert-ink); }
.ble-empty-note { max-width: 520px; padding: 16px; border-left: 3px solid var(--ble-accent); }
.ble-continue {
  display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; width: min(100%, 620px); margin-top: 28px;
  padding: 17px 0; border-top: 1px solid var(--ble-rule); border-bottom: 1px solid var(--ble-rule);
}
.ble-continue span { grid-column: 1/-1; color: var(--ble-muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.ble-continue strong { font: 400 18px/1.2 Georgia, serif; }
.ble-continue em { align-self: end; color: var(--ble-accent); font-size: 13px; font-style: normal; }

/* The cover is one fixed image. No HTML text is placed over it. */
.ble-cover { margin: 0; display: flex; justify-content: center; min-width: 0; }
.ble-cover img {
  width: min(440px, 31vw); aspect-ratio: 12/17; object-fit: cover; box-shadow: var(--ble-shadow);
  transform: rotate(-1.25deg); transform-origin: center; border: 0;
}

.ble-edition-facts { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--ble-rule); }
.ble-edition-facts > div { padding: 34px clamp(20px, 4vw, 60px); border-right: 1px solid var(--ble-rule); }
.ble-edition-facts > div:last-child { border-right: 0; }
.ble-edition-facts strong { display: block; margin-bottom: 8px; font: 400 clamp(26px, 3vw, 44px)/1 Georgia, serif; }
.ble-edition-facts span { color: var(--ble-muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.ble-catalogue { padding: clamp(72px, 9vw, 142px) clamp(20px, 7vw, 120px); }
.ble-section-heading {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(270px,390px); align-items: end; gap: 30px;
  margin-bottom: 48px; padding-bottom: 27px; border-bottom: 2px solid var(--ble-ink);
}
.ble-section-heading h2 { margin: 0; font: 400 clamp(40px, 5vw, 76px)/.98 Georgia, serif; letter-spacing: -.045em; }
.ble-search { position: relative; display: block; }
.ble-search input {
  width: 100%; height: 52px; padding: 0 46px 0 17px; border: 1px solid var(--ble-rule); border-radius: 0;
  background: var(--ble-surface); color: var(--ble-ink); outline: none;
}
.ble-search input:focus { border-color: var(--ble-ink); box-shadow: 0 0 0 3px var(--ble-soft); }
.ble-search > span:last-child { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 25px; }
.ble-story-card { border-bottom: 1px solid var(--ble-rule); }
.ble-story-card > a {
  display: grid; grid-template-columns: 80px minmax(0,1fr) auto; align-items: center; gap: 24px;
  min-height: 145px; padding: 24px 8px; transition: padding .22s ease, background .22s ease;
}
.ble-story-card > a:hover { padding-left: 18px; padding-right: 18px; background: var(--ble-soft); }
.ble-rank { align-self: start; padding-top: 7px; color: var(--ble-accent); font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.ble-card-copy h3 { margin: 0 0 10px; max-width: 900px; font: 400 clamp(25px,3.2vw,48px)/1.05 Georgia, serif; letter-spacing: -.035em; }
.ble-card-copy p { margin: 0; color: var(--ble-muted); font-size: 14px; }
.ble-card-meta { display: flex; align-items: center; gap: 25px; color: var(--ble-muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.ble-card-arrow { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--ble-rule); border-radius: 50%; color: var(--ble-ink); font-size: 19px; }
.ble-no-results { padding: 48px 0; font: 400 22px/1.4 Georgia, serif; }

.ble-carry {
  display: grid; grid-template-columns: minmax(260px,.68fr) minmax(0,1.32fr); min-height: 520px;
  background: var(--ble-invert); color: var(--ble-invert-ink); border-top: 1px solid var(--ble-rule); border-bottom: 1px solid var(--ble-rule);
}
.ble-carry-art {
  position: relative; display: grid; place-items: center; overflow: hidden; border-right: 1px solid rgba(255,255,255,.18);
}
.ble-carry-art span { position: relative; z-index: 2; color: var(--ble-accent); font: italic 400 clamp(170px,25vw,390px)/.72 Georgia, serif; letter-spacing: -.1em; }
.ble-carry-art i, .ble-carry-art::before, .ble-carry-art::after { content: ""; position: absolute; border-radius: 50%; }
.ble-carry-art i { width: 48%; aspect-ratio: 1; border: 1px solid currentColor; opacity: .26; }
.ble-carry-art::before { width: 74%; aspect-ratio: 1; border: 1px solid currentColor; opacity: .14; }
.ble-carry-art::after { width: 22%; aspect-ratio: 1; right: 10%; bottom: 10%; background: var(--ble-accent); }
.ble-carry-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px,8vw,124px) clamp(28px,8vw,125px); }
.ble-carry .ble-kicker { color: var(--ble-accent); }
.ble-carry h2 { max-width: 800px; margin: 0; font: 400 clamp(48px,6.5vw,96px)/.94 Georgia, serif; letter-spacing: -.055em; }
.ble-carry-copy > p:not(.ble-kicker):not(.ble-installed-state):not(.ble-offline-note) { max-width: 650px; margin: 28px 0 0; color: rgba(247,242,233,.73); font: 400 clamp(18px,2vw,25px)/1.55 Georgia, serif; }
.ble-carry-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.ble-carry .ble-primary-button { border-color: var(--ble-invert-ink); background: var(--ble-invert-ink); color: var(--ble-invert) !important; }
.ble-installed-state { display: flex; align-items: center; gap: 10px; margin: 0; }
.ble-installed-state span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--ble-accent); color: var(--ble-accent-ink); font-weight: 900; }
.ble-install-help { width: min(100%,660px); margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); }
.ble-browser-note { margin: 0 0 7px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.ble-install-instruction { margin: 0 0 17px; color: var(--ble-invert-ink); font-size: 17px; line-height: 1.55; }
.ble-text-button { padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ble-invert-ink); font-size: 13px; font-weight: 800; }
.ble-offline-note { max-width: 650px; margin: 22px 0 0; color: rgba(247,242,233,.62); font-size: 13px; line-height: 1.55; }

.ble-manifesto {
  display: grid; grid-template-columns: minmax(180px,.5fr) minmax(320px,1.25fr) minmax(250px,.75fr);
  gap: clamp(30px,6vw,100px); padding: clamp(72px,10vw,150px) clamp(20px,7vw,120px);
  background: var(--ble-invert); color: var(--ble-invert-ink);
}
.ble-manifesto .ble-kicker { color: var(--ble-accent); }
.ble-manifesto h2 { margin: 0; font: 400 clamp(40px,5.8vw,82px)/1 Georgia, serif; letter-spacing: -.05em; }
.ble-manifesto > p:last-child { align-self: end; margin: 0; color: rgba(247,242,233,.70); font: 400 20px/1.6 Georgia, serif; }
.ble-footer {
  display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; padding: 30px clamp(20px,4vw,64px);
  border-top: 1px solid var(--ble-rule); color: var(--ble-muted); font-size: 12px;
}
.ble-footer-brand { display: inline-flex; align-items: center; gap: 14px; color: var(--ble-ink); }
.ble-footer-brand img { width: 74px; height: auto !important; object-fit: contain; }
.ble-footer p { margin: 0; }
.ble-footer a { text-decoration: underline; text-underline-offset: 3px; }

/* Reader */
.ble-reading-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; }
.ble-reading-progress span { display: block; width: 0; height: 100%; background: var(--ble-accent); }
.ble-reader-position { position: absolute; left: 50%; transform: translateX(-50%); color: var(--ble-muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.ble-reader-main { padding: clamp(54px,8vw,112px) 20px 0; }
.ble-story-article { max-width: var(--ble-reader-width); margin: 0 auto; }
.ble-story-header { margin: 0 0 clamp(60px,9vw,105px); text-align: center; }
.ble-story-header h1 { margin: 0 auto 27px; max-width: 900px; font: 400 clamp(46px,7.5vw,96px)/.96 Georgia, serif; letter-spacing: -.055em; text-wrap: balance; }
.ble-byline { margin: 0; color: var(--ble-muted); font-size: 15px; }
.ble-byline strong { color: var(--ble-ink); font-weight: 800; }
.ble-story-stats { display: flex; justify-content: center; gap: 24px; margin-top: 23px; color: var(--ble-muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.ble-story-content { font: 400 var(--ble-reader-size)/var(--ble-reader-leading) Georgia, "Times New Roman", serif !important; letter-spacing: .002em; overflow-wrap: break-word; }
.ble-story-content > * { max-width: 100%; }
.ble-story-content p { margin: 0 0 1.12em !important; font-size: inherit !important; line-height: inherit !important; }
.ble-story-content p + p { text-indent: 1.35em; }
.ble-story-content h2, .ble-story-content h3, .ble-story-content h4 { margin: 2.4em 0 .9em; font-family: Georgia, serif; line-height: 1.15; letter-spacing: -.025em; }
.ble-story-content h2 { font-size: 1.65em; }
.ble-story-content h3 { font-size: 1.3em; }
.ble-story-content h4 { font-size: 1.1em; }
.ble-story-content h2 + p, .ble-story-content h3 + p, .ble-story-content h4 + p, .ble-story-content blockquote + p, .ble-story-content hr + p { text-indent: 0; }
.ble-story-content blockquote { margin: 2em -2.1em; padding: .2em 0 .2em 1.2em; border-left: 3px solid var(--ble-accent); color: var(--ble-muted); font-size: 1.14em; font-style: italic; }
.ble-story-content ul, .ble-story-content ol { margin: 1.4em 0 1.6em; padding-left: 1.5em; }
.ble-story-content li { margin: .5em 0; }
.ble-story-content hr { width: 44px; height: 1px; margin: 3.2em auto; border: 0; background: var(--ble-rule); }
.ble-story-content a { color: var(--ble-accent); text-decoration: underline; text-underline-offset: 3px; }
.ble-story-end { margin: clamp(82px,12vw,150px) 0; text-align: center; color: var(--ble-muted); }
.ble-end-mark { margin-bottom: 24px; color: var(--ble-accent); font-size: 18px; }
.ble-story-end p { margin-bottom: 25px; font: italic 17px/1.5 Georgia, serif; }
.ble-story-navigation { display: grid; grid-template-columns: 1fr 1fr; margin-top: 80px; border-top: 1px solid var(--ble-rule); border-bottom: 1px solid var(--ble-rule); }
.ble-nav-story { display: flex; flex-direction: column; justify-content: center; min-height: 220px; padding: 38px clamp(25px,6vw,90px); }
.ble-nav-story + .ble-nav-story { border-left: 1px solid var(--ble-rule); }
.ble-nav-next { align-items: flex-end; text-align: right; }
.ble-nav-story span { color: var(--ble-accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ble-nav-story strong { max-width: 620px; margin: 15px 0 7px; font: 400 clamp(25px,3.2vw,46px)/1.05 Georgia, serif; letter-spacing: -.03em; }
.ble-nav-story em { color: var(--ble-muted); font-size: 13px; font-style: normal; }
.ble-nav-story:hover { background: var(--ble-soft); }

.ble-toc-drawer { position: fixed; z-index: 500; inset: 0; visibility: hidden; pointer-events: none; }
.ble-toc-drawer[aria-hidden="false"] { visibility: visible; pointer-events: auto; }
.ble-drawer-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.5); opacity: 0; transition: opacity .22s ease; }
.ble-toc-drawer[aria-hidden="false"] .ble-drawer-backdrop { opacity: 1; }
.ble-drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(520px,94vw); padding: 32px; overflow-y: auto; background: var(--ble-surface); transform: translateX(102%); transition: transform .28s ease; }
.ble-toc-drawer[aria-hidden="false"] .ble-drawer-panel { transform: none; }
.ble-drawer-panel > header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 24px; border-bottom: 2px solid var(--ble-ink); }
.ble-drawer-panel h2 { margin: 0; font: 400 48px/1 Georgia, serif; }
.ble-drawer-close { width: 42px; height: 42px; border: 1px solid var(--ble-rule); font-size: 28px; }
.ble-drawer-panel ol { list-style: none; margin: 10px 0 0; padding: 0; }
.ble-drawer-panel li { border-bottom: 1px solid var(--ble-rule); }
.ble-drawer-panel li a { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 19px 4px; }
.ble-drawer-panel li > a > span { color: var(--ble-accent); font-size: 11px; font-weight: 800; }
.ble-drawer-panel li strong { display: block; font: 400 20px/1.18 Georgia, serif; }
.ble-drawer-panel li em { display: block; margin-top: 5px; color: var(--ble-muted); font-size: 11px; font-style: normal; }
.ble-drawer-panel li.is-current { background: var(--ble-soft); }
.ble-drawer-panel li.is-current strong::after { content: " · lendo"; color: var(--ble-accent); font: 700 10px/1 sans-serif; letter-spacing: .08em; text-transform: uppercase; }

.ble-mobile-reader-nav {
  display: none; position: fixed; z-index: 90; left: 50%; bottom: calc(14px + env(safe-area-inset-bottom));
  transform: translateX(-50%); align-items: center; gap: 3px; padding: 5px; border: 1px solid var(--ble-rule);
  border-radius: 999px; background: var(--ble-surface); box-shadow: 0 12px 32px rgba(0,0,0,.14);
}
.ble-mobile-reader-nav > a, .ble-mobile-reader-nav > button, .ble-mobile-reader-nav > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; }
.ble-mobile-reader-nav > a:hover, .ble-mobile-reader-nav > button:hover { background: var(--ble-soft); }
.ble-toast {
  position: fixed; z-index: 900; left: 50%; bottom: calc(24px + env(safe-area-inset-bottom)); max-width: min(620px,calc(100vw - 32px));
  padding: 12px 18px; border-radius: 999px; background: var(--ble-invert); color: var(--ble-invert-ink); box-shadow: var(--ble-shadow);
  font-size: 13px; line-height: 1.4; text-align: center; transform: translate(-50%,150%); opacity: 0; transition: transform .22s ease, opacity .22s ease;
}
.ble-toast.is-visible { transform: translate(-50%,0); opacity: 1; }

@media (display-mode: standalone) {
  [data-ble-install-native], [data-ble-install-guide], [data-ble-install-entry], .ble-install-help { display: none !important; }
  .ble-topbar { padding-top: calc(12px + env(safe-area-inset-top)); }
}

@media (max-width: 980px) {
  .ble-hero { grid-template-columns: 1fr; min-height: auto; }
  .ble-cover { grid-row: 1; }
  .ble-cover img { width: min(370px,70vw); }
  .ble-hero-copy { grid-row: 2; }
  .ble-edition-facts { grid-template-columns: 1fr 1fr; }
  .ble-edition-facts > div:nth-child(2) { border-right: 0; }
  .ble-edition-facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--ble-rule); }
  .ble-carry { grid-template-columns: .78fr 1.22fr; }
  .ble-manifesto { grid-template-columns: 1fr; }
  .ble-manifesto > p:last-child { max-width: 620px; }
}

@media (max-width: 720px) {
  .ble-topbar { min-height: 84px; padding: 8px 16px; }
  .ble-brand-official img, .ble-reader-brand-logo { width: 88px; }
  .ble-install-shortcut { min-height: 40px; padding: 7px 12px; }
  .ble-install-shortcut > span:last-child { display: inline; }
  .ble-brand-name, .ble-action-label, .ble-reader-position { display: none; }
  .ble-icon-button { min-width: 42px; justify-content: center; padding: 8px; }
  .ble-hero { padding: 30px 18px 72px; gap: 38px; }
  .ble-cover img { width: min(310px,78vw); transform: rotate(-.8deg); }
  .ble-hero h1 { font-size: clamp(58px,19vw,94px); }
  .ble-deck { font-size: 19px; }
  .ble-hero-actions { display: grid; }
  .ble-primary-button, .ble-secondary-button { width: 100%; }
  .ble-install-text-link { min-height: 44px; margin-top: 14px; justify-content: center; width: 100%; }
  .ble-edition-facts > div { padding: 25px 20px; }
  .ble-edition-facts strong { font-size: 27px; }
  .ble-catalogue { padding: 68px 18px 90px; }
  .ble-section-heading { grid-template-columns: 1fr; }
  .ble-section-heading h2 { font-size: 44px; }
  .ble-story-card > a { grid-template-columns: 38px minmax(0,1fr) auto; gap: 13px; min-height: 122px; padding: 20px 2px; }
  .ble-card-copy h3 { font-size: 26px; }
  .ble-card-meta > span:first-child { display: none; }
  .ble-card-arrow { width: 38px; height: 38px; }
  .ble-carry { grid-template-columns: 1fr; min-height: auto; }
  .ble-carry-art { min-height: 330px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .ble-carry-art span { font-size: clamp(180px,60vw,290px); }
  .ble-carry-copy { padding: 58px 22px 70px; }
  .ble-carry h2 { font-size: clamp(45px,13.5vw,68px); }
  .ble-carry-actions { align-items: stretch; }
  .ble-carry-actions .ble-primary-button { width: 100%; }
  .ble-manifesto { padding: 72px 18px; }
  .ble-manifesto h2 { font-size: 44px; }
  .ble-footer { grid-template-columns: 1fr; align-items: start; padding: 30px 18px; }
  .ble-footer-brand img { width: 82px; }
  .ble-reader-topbar .ble-top-actions .ble-icon-button:nth-of-type(2),
  .ble-reader-topbar .ble-top-actions .ble-icon-button:nth-of-type(3),
  .ble-reader-topbar .ble-top-actions .ble-icon-button:nth-of-type(4) { display: none; }
  .ble-reader-main { padding: 54px 20px calc(170px + env(safe-area-inset-bottom)); }
  .ble-story-header { margin-bottom: 62px; }
  .ble-story-header h1 { font-size: clamp(43px,14vw,70px); }
  .ble-story-content { --ble-reader-size: 19px; --ble-reader-leading: 1.72; }
  .ble-story-content p + p { text-indent: 1.15em; }
  .ble-story-content blockquote { margin: 2em 0; }
  .ble-story-navigation { grid-template-columns: 1fr; margin-bottom: calc(96px + env(safe-area-inset-bottom)); }
  .ble-nav-story { min-height: 170px; padding: 30px 20px; }
  .ble-nav-story + .ble-nav-story { border-left: 0; border-top: 1px solid var(--ble-rule); }
  .ble-nav-next { align-items: flex-start; text-align: left; }
  .ble-mobile-reader-nav { display: flex; }
  .ble-edition-reader .ble-toast { bottom: calc(80px + env(safe-area-inset-bottom)); }
}

@media (max-width: 430px) {
  .ble-cover img { width: min(292px,78vw); }
  .ble-edition-facts { grid-template-columns: 1fr; }
  .ble-edition-facts > div { border-right: 0; border-bottom: 1px solid var(--ble-rule); }
  .ble-story-card > a { grid-template-columns: 32px minmax(0,1fr); }
  .ble-card-meta { display: none; }
  .ble-story-stats { gap: 12px; flex-wrap: wrap; }
}

@supports (content-visibility: auto) {
  .ble-story-card { content-visibility: auto; contain-intrinsic-size: 145px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
  .ble-topbar, .ble-reading-progress, .ble-story-navigation, .ble-mobile-reader-nav, .ble-toc-drawer, .ble-toast, .ble-story-end button { display: none !important; }
  body.ble-edition { background: #fff !important; color: #000 !important; }
  .ble-reader-main { padding: 0; }
  .ble-story-article { max-width: 100%; }
  .ble-story-content { font-size: 12pt !important; line-height: 1.6 !important; }
}

/* 3.3 — instalação explicada sem falsa promessa no iPhone */
.ble-install-explainer {
  display: inline-flex; align-items: center; gap: 13px; width: min(100%, 430px); margin-top: 22px;
  padding: 14px 18px; border: 1px solid var(--ble-rule); border-radius: 18px;
  background: rgba(255,255,255,.34); color: var(--ble-ink); text-align: left;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.ble-install-explainer:hover, .ble-install-explainer:focus-visible, .ble-install-explainer.is-open {
  border-color: var(--ble-ink); background: rgba(255,255,255,.58); transform: translateY(-1px);
}
.ble-install-explainer-icon {
  display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px;
  border-radius: 50%; background: var(--ble-invert); color: var(--ble-invert-ink); font-size: 22px; line-height: 1;
}
.ble-install-explainer.is-open .ble-install-explainer-icon { transform: rotate(45deg); }
.ble-install-explainer > span:last-child { display: grid; gap: 3px; }
.ble-install-explainer strong { font-size: 15px; line-height: 1.2; }
.ble-install-explainer small { color: var(--ble-muted); font-size: 12px; line-height: 1.35; }

.ble-quick-install-guide {
  width: min(100%, 620px); margin-top: 14px; padding: 22px;
  border: 1px solid var(--ble-ink); border-radius: 22px; background: var(--ble-invert); color: var(--ble-invert-ink);
  box-shadow: 0 22px 55px rgba(28,22,16,.15);
}
.ble-quick-guide-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.ble-quick-guide-head .ble-kicker { margin: 0; }
.ble-quick-guide-head button {
  display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%; background: transparent; color: var(--ble-invert-ink); font-size: 24px; line-height: 1;
}
.ble-quick-install-guide h2 { margin: 21px 0 0; font: 400 clamp(28px,4vw,42px)/1.03 Georgia, serif; letter-spacing: -.035em; }
.ble-quick-guide-lead { margin: 14px 0 0; color: rgba(247,242,233,.72); font-size: 15px; line-height: 1.55; }
.ble-quick-guide-steps { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.ble-quick-guide-steps li { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 14px; align-items: start; }
.ble-quick-guide-steps li > span {
  display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.52);
  border-radius: 50%; font-weight: 850;
}
.ble-quick-guide-steps p { margin: 5px 0 0; font-size: 15px; line-height: 1.5; }
.ble-quick-guide-actions { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.ble-copy-address {
  min-height: 45px; padding: 10px 17px; border: 1px solid rgba(255,255,255,.58); border-radius: 999px;
  background: transparent; color: var(--ble-invert-ink); font-size: 13px; font-weight: 800;
}
.ble-copy-address:hover, .ble-copy-address:focus-visible { background: var(--ble-invert-ink); color: var(--ble-invert); }

@media (max-width: 720px) {
  .ble-install-explainer { width: 100%; margin-top: 14px; border-radius: 18px; padding: 13px 15px; }
  .ble-quick-install-guide { margin-top: 12px; padding: 20px 18px; border-radius: 20px; }
  .ble-quick-install-guide h2 { font-size: 31px; }
  .ble-quick-guide-steps li { grid-template-columns: 34px minmax(0,1fr); gap: 12px; }
  .ble-quick-guide-steps li > span { width: 34px; height: 34px; }
  .ble-copy-address { width: 100%; }
}

/* 3.4 — retomada por bloco e proteção contra barras móveis do navegador */
:root { --ble-browser-bottom-space: 0px; }
.ble-collection-progress {
  width: min(100%, 620px); margin: 12px 0 0; color: var(--ble-muted);
  font-size: 12px; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase;
}
.ble-collection-progress strong { color: var(--ble-ink); font-size: 14px; }
.ble-resume-card {
  max-width: var(--ble-reader-width); margin: -28px auto 52px; padding: 24px;
  border: 1px solid var(--ble-rule); border-left: 4px solid var(--ble-accent);
  background: var(--ble-surface); box-shadow: 0 18px 44px rgba(35,28,20,.08);
}
.ble-resume-card .ble-kicker { margin-bottom: 10px; }
.ble-resume-card h2 { margin: 0; font: 400 clamp(26px,4vw,38px)/1.08 Georgia,serif; letter-spacing: -.03em; }
.ble-resume-card > p:not(.ble-kicker) { margin: 12px 0 0; color: var(--ble-muted); font: 400 16px/1.55 Georgia,serif; }
.ble-resume-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.ble-resume-actions .ble-primary-button, .ble-resume-actions .ble-secondary-button { min-height: 46px; }

@media (max-width: 720px) {
  .ble-reader-main {
    padding-bottom: calc(230px + env(safe-area-inset-bottom, 0px) + var(--ble-browser-bottom-space, 0px));
  }
  .ble-story-navigation {
    display: flex; flex-direction: column; margin-bottom: calc(150px + env(safe-area-inset-bottom, 0px) + var(--ble-browser-bottom-space, 0px));
  }
  .ble-nav-story {
    min-height: 0; padding: 30px 22px 32px; overflow: visible;
  }
  .ble-nav-story strong {
    max-width: 100%; margin-top: 11px; font-size: clamp(25px, 8.5vw, 38px); line-height: 1.08;
    overflow-wrap: anywhere; word-break: normal;
  }
  .ble-nav-story em { line-height: 1.45; overflow-wrap: anywhere; }
  .ble-mobile-reader-nav {
    bottom: calc(14px + env(safe-area-inset-bottom, 0px) + var(--ble-browser-bottom-space, 0px));
  }
  .ble-edition-reader .ble-toast {
    bottom: calc(80px + env(safe-area-inset-bottom, 0px) + var(--ble-browser-bottom-space, 0px));
  }
  .ble-resume-card { margin: -18px 0 42px; padding: 21px 18px; }
  .ble-resume-actions { display: grid; }
  .ble-resume-actions .ble-primary-button, .ble-resume-actions .ble-secondary-button { width: 100%; }
}


/* 4.0 — identidade de biblioteca e comunicação editorial */
.ble-library-signature {
  display: grid;
  grid-template-columns: minmax(0,.85fr) minmax(280px,1.15fr);
  gap: clamp(28px,6vw,90px);
  align-items: end;
  padding: clamp(56px,8vw,105px) clamp(20px,7vw,112px);
  border-top: 1px solid var(--ble-line);
  background: var(--ble-surface);
}
.ble-library-signature h2 {
  margin: 0;
  font: 400 clamp(34px,5vw,68px)/1 Georgia,serif;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.ble-library-signature > p {
  max-width: 690px;
  margin: 0;
  color: var(--ble-muted);
  font: 400 clamp(17px,2vw,23px)/1.58 Georgia,serif;
}
@media (max-width:760px) {
  .ble-library-signature { grid-template-columns: 1fr; padding: 58px 18px; }
  .ble-library-signature h2 { font-size: 39px; }
}


/* 4.1 — composição móvel final: marca, dobra e faixa editorial */
@media (max-width: 720px) {
  .ble-topbar {
    min-height: 96px;
    padding: 10px 18px;
    gap: 12px;
  }
  .ble-brand-official img,
  .ble-reader-brand-logo {
    width: 116px;
    max-height: 72px;
  }
  .ble-top-actions { gap: 4px; }
  .ble-install-shortcut {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 8px 13px;
  }
  .ble-install-shortcut [data-ble-install-label] {
    font-size: 0;
  }
  .ble-install-shortcut [data-ble-install-label]::after {
    content: "Guardar";
    font-size: 13px;
  }

  /* A primeira dobra deve revelar integralmente o título, sem disputar com a barra móvel. */
  .ble-hero {
    padding: 22px 18px 46px;
    gap: 24px;
  }
  .ble-cover img {
    width: min(270px, 64vw);
    transform: rotate(-.55deg);
  }
  .ble-hero-copy { width: 100%; }
  .ble-hero .ble-kicker {
    margin-bottom: 12px;
  }
  .ble-hero h1 {
    font-size: clamp(52px, 15.5vw, 76px);
    line-height: .86;
    letter-spacing: -.058em;
    padding-bottom: 4px;
  }
  .ble-deck {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.48;
  }
  .ble-hero-actions {
    margin-top: 26px;
    gap: 10px;
  }
  .ble-install-explainer { margin-top: 16px; }

  /* Informações secundárias em uma única faixa compacta. */
  .ble-edition-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 0;
  }
  .ble-edition-facts > div {
    min-height: 92px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 0;
  }
  .ble-edition-facts > div:nth-child(2),
  .ble-edition-facts > div:nth-child(4) {
    display: none;
  }
  .ble-edition-facts > div:nth-child(1) {
    border-right: 1px solid var(--ble-rule);
  }
  .ble-edition-facts > div:nth-child(3) {
    border-right: 0;
  }
  .ble-edition-facts strong {
    margin-bottom: 5px;
    font-size: 29px;
  }
  .ble-edition-facts span {
    font-size: 10px;
  }
  .ble-catalogue { padding-top: 58px; }
}

@media (max-width: 430px) {
  .ble-topbar { padding-left: 16px; padding-right: 14px; }
  .ble-brand-official img,
  .ble-reader-brand-logo { width: 112px; }
  .ble-cover img { width: min(258px, 64vw); }
  .ble-hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .ble-edition-facts { grid-template-columns: 1fr 1fr; }
  .ble-edition-facts > div {
    display: flex;
    border-bottom: 0;
  }
  .ble-edition-facts > div:nth-child(2),
  .ble-edition-facts > div:nth-child(4) { display: none; }
}

@media (max-width: 370px) {
  .ble-brand-official img,
  .ble-reader-brand-logo { width: 102px; }
  .ble-install-shortcut { padding-inline: 10px; }
  .ble-install-shortcut [data-ble-install-label]::after { content: "Guardar"; }
  .ble-cover img { width: min(238px, 66vw); }
  .ble-hero h1 { font-size: 48px; }
}

/* 4.2 — refinamento master da primeira dobra móvel */
@media (max-width: 720px) {
  .ble-topbar {
    min-height: 108px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .ble-brand-official img,
  .ble-reader-brand-logo {
    width: 138px;
    max-height: 84px;
  }
  .ble-install-shortcut {
    min-height: 44px;
    padding-inline: 15px;
  }

  /* A primeira dobra termina no título: nenhum parágrafo fica parcialmente coberto pela barra móvel. */
  .ble-hero {
    padding-bottom: 34px;
  }
  .ble-hero h1 {
    margin-bottom: 0;
  }
  .ble-deck {
    margin-top: 30px;
    padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  }

  /* Um pequeno intervalo editorial impede que a barra do navegador pare sobre o texto. */
  .ble-hero-copy::after {
    content: "";
    display: block;
    height: calc(22px + var(--ble-browser-bottom-space, 0px));
  }
}

@media (max-width: 430px) {
  .ble-topbar {
    min-height: 110px;
    padding-left: 18px;
    padding-right: 15px;
  }
  .ble-brand-official img,
  .ble-reader-brand-logo {
    width: 134px;
    max-height: 82px;
  }
  .ble-cover img {
    width: min(252px, 63vw);
  }
  .ble-hero h1 {
    font-size: clamp(49px, 14.4vw, 66px);
    line-height: .87;
  }
}

@media (max-width: 370px) {
  .ble-brand-official img,
  .ble-reader-brand-logo {
    width: 118px;
  }
  .ble-cover img {
    width: min(232px, 64vw);
  }
  .ble-hero h1 {
    font-size: 46px;
  }
}


/* 4.2.1 — correção definitiva da primeira dobra móvel */
.ble-mobile-intro { display: none; }
@media (max-width: 720px) {
  /* O texto introdutório deixa a primeira dobra e reaparece inteiro após a faixa editorial. */
  .ble-hero .ble-deck { display: none; }
  .ble-mobile-intro {
    display: block;
    padding: 28px 22px calc(34px + env(safe-area-inset-bottom, 0px));
    border-bottom: 1px solid var(--ble-rule);
    background: var(--ble-paper);
  }
  .ble-mobile-intro p {
    max-width: 34rem;
    margin: 0 auto;
    color: var(--ble-muted);
    font: 400 18px/1.52 Georgia, serif;
  }
  .ble-hero-copy::after { display: none; }
}
@media (max-width: 430px) {
  .ble-mobile-intro { padding-inline: 18px; }
  .ble-mobile-intro p { font-size: 17px; line-height: 1.5; }
}


/* 4.2.2 — marca oficial realmente ampliada: asset recortado e caixa visual maior */
@media (max-width: 720px) {
  .ble-brand-official img,
  .ble-reader-brand-logo {
    width: 154px;
    max-height: 92px;
  }
}
@media (max-width: 430px) {
  .ble-brand-official img,
  .ble-reader-brand-logo {
    width: 148px;
    max-height: 90px;
  }
}
@media (max-width: 370px) {
  .ble-brand-official img,
  .ble-reader-brand-logo {
    width: 132px;
    max-height: 84px;
  }
}

/* 4.2.3 — safe area superior definitiva no modo guardado/standalone.
   Esta regra fica por último para não ser anulada pelos ajustes móveis anteriores. */
@media (display-mode: standalone) {
  .ble-topbar {
    padding-top: calc(18px + env(safe-area-inset-top, 0px));
  }
}
html.ble-standalone .ble-topbar {
  padding-top: calc(18px + env(safe-area-inset-top, 0px));
}
@media (max-width: 720px) {
  html.ble-standalone .ble-topbar {
    min-height: calc(112px + env(safe-area-inset-top, 0px));
    padding-top: calc(18px + env(safe-area-inset-top, 0px));
    padding-bottom: 14px;
  }
}
@media (display-mode: standalone) and (max-width: 720px) {
  .ble-topbar {
    min-height: calc(112px + env(safe-area-inset-top, 0px));
    padding-top: calc(18px + env(safe-area-inset-top, 0px));
    padding-bottom: 14px;
  }
}
@media (max-width: 430px) {
  html.ble-standalone .ble-topbar {
    min-height: calc(114px + env(safe-area-inset-top, 0px));
  }
}
@media (display-mode: standalone) and (max-width: 430px) {
  .ble-topbar {
    min-height: calc(114px + env(safe-area-inset-top, 0px));
  }
}

/* 4.2.4 — composição final da primeira tela no modo guardado/standalone.
   Compacta apenas a abertura instalada para que os dois botões fiquem
   integralmente acima da área segura inferior. A versão online não muda. */
@media (max-width: 720px) {
  html.ble-standalone .ble-hero {
    padding-top: 14px;
    padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
    gap: 16px;
  }
  html.ble-standalone .ble-cover img {
    width: min(232px, 58vw);
  }
  html.ble-standalone .ble-hero .ble-kicker {
    margin-bottom: 8px;
  }
  html.ble-standalone .ble-hero h1 {
    font-size: clamp(46px, 13.6vw, 61px);
    line-height: .88;
    padding-bottom: 0;
  }
  html.ble-standalone .ble-hero-actions {
    margin-top: 17px;
    gap: 8px;
    padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  }
  html.ble-standalone .ble-hero-actions .ble-primary-button,
  html.ble-standalone .ble-hero-actions .ble-secondary-button {
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (display-mode: standalone) and (max-width: 720px) {
  .ble-hero {
    padding-top: 14px;
    padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
    gap: 16px;
  }
  .ble-cover img {
    width: min(232px, 58vw);
  }
  .ble-hero .ble-kicker {
    margin-bottom: 8px;
  }
  .ble-hero h1 {
    font-size: clamp(46px, 13.6vw, 61px);
    line-height: .88;
    padding-bottom: 0;
  }
  .ble-hero-actions {
    margin-top: 17px;
    gap: 8px;
    padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  }
  .ble-hero-actions .ble-primary-button,
  .ble-hero-actions .ble-secondary-button {
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* Compactação adicional somente em telas instaladas mais baixas. */
@media (display-mode: standalone) and (max-width: 720px) and (max-height: 850px) {
  .ble-cover img { width: min(218px, 55vw); }
  .ble-hero h1 { font-size: clamp(43px, 12.8vw, 56px); }
  .ble-hero-actions { margin-top: 14px; }
}
@media (max-width: 720px) and (max-height: 850px) {
  html.ble-standalone .ble-cover img { width: min(218px, 55vw); }
  html.ble-standalone .ble-hero h1 { font-size: clamp(43px, 12.8vw, 56px); }
  html.ble-standalone .ble-hero-actions { margin-top: 14px; }
}



/* Poetry edition extensions */
.ble-poem-content { overflow-x: auto; }
.ble-poem-content .poem-block {
  margin: 0 0 .22em;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: normal;
  line-height: 1.72;
}
.ble-poem-content .poem-spacer { height: 1.05em; }
.ble-poem-content .align-center { text-align: center; }
.ble-poem-content .align-right { text-align: right; }
.ble-poem-content .align-justify { text-align: justify; text-justify: inter-word; }
.ble-poem-content em { font-style: italic; }
.ble-poem-content strong { font-weight: 700; }
.ble-poem-content u { text-decoration: underline; }
.ble-status-badge { display:inline-flex;align-items:center;gap:.35rem;border:1px solid currentColor;border-radius:999px;padding:.28rem .65rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase; }
.ble-story-card[data-status="finalist"] .ble-rank { font-size: .85rem; letter-spacing:.05em; }
.ble-story-list { max-height:none; }
.ble-hero h1 span { min-width: 1.65em; }
@media (max-width: 720px) {
  .ble-poem-content .poem-block { line-height: 1.66; }
  .ble-poem-content .align-justify { text-align:left; }
}

/* 1.0.1 — revisão de identidade, legibilidade móvel e fluxo dos poemas */
body.ble-edition,
.ble-shell,
.ble-reader-main,
.ble-story-article,
.ble-story-content,
.ble-poem-content {
  max-width: 100%;
  min-width: 0;
}
body.ble-edition { overflow-x: clip; }

/* A marca oficial do Prêmio de Poesia passa a ser o elemento dominante da barra. */
.ble-brand-official img,
.ble-reader-brand-logo {
  width: clamp(158px, 13vw, 188px);
  max-height: none;
}
.ble-brand-name {
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: .11em;
}
.ble-reader-brand .ble-brand-name { font-size: 15px; }

/* Hierarquia editorial do cabeçalho do poema. */
.ble-story-header .ble-kicker {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .12em;
}
.ble-byline {
  font-size: 17px;
  line-height: 1.5;
}

/* O tamanho-base permanece ajustável pelos botões A− e A+. */
:root,
html[data-ble-theme="paper"],
html[data-ble-theme="white"],
html[data-ble-theme="night"] {
  --ble-reader-size: 21px;
  --ble-reader-leading: 1.68;
}
.ble-story-content {
  --ble-reader-size: inherit;
  --ble-reader-leading: inherit;
}

/* Nenhum poema cria uma área de rolagem horizontal interna. */
.ble-poem-content {
  width: 100%;
  overflow-x: visible;
  scrollbar-width: none;
}
.ble-poem-content::-webkit-scrollbar { display: none; }
.ble-poem-content .poem-block {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 720px) {
  .ble-brand-official img { width: 154px; }
  .ble-reader-brand-logo { width: 142px; }
  .ble-reader-brand { gap: 9px; }
  .ble-reader-brand .ble-brand-name {
    display: inline-block;
    max-width: 58px;
    white-space: normal;
    font-size: 13px;
    line-height: 1.05;
    letter-spacing: .08em;
  }
  .ble-brand-official .ble-brand-name { display: none; }

  .ble-story-header .ble-kicker {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.48;
    letter-spacing: .105em;
  }
  .ble-byline { font-size: 16px; }

  :root,
  html[data-ble-theme="paper"],
  html[data-ble-theme="white"],
  html[data-ble-theme="night"] {
    --ble-reader-size: 20px;
    --ble-reader-leading: 1.66;
  }
  .ble-story-content {
    --ble-reader-size: inherit;
    --ble-reader-leading: inherit;
  }
  .ble-poem-content .poem-block {
    white-space: break-spaces;
    line-height: 1.66;
  }
  .ble-card-copy h3 { font-size: 28px; line-height: 1.08; }
}

@media (max-width: 430px) {
  .ble-reader-brand-logo { width: 132px; }
  .ble-reader-brand .ble-brand-name {
    max-width: 52px;
    font-size: 12px;
  }
  .ble-story-header .ble-kicker {
    max-width: 275px;
    font-size: 12.5px;
  }
}

@media (max-width: 350px) {
  .ble-reader-brand-logo { width: 120px; }
  .ble-reader-brand .ble-brand-name { display: none; }
}

/* 1.0.1a — ajuste final de leitura da barra móvel */
@media (max-width: 720px) {
  .ble-reader-brand-logo { width: 148px; }
  .ble-reader-brand .ble-brand-name { font-size: 13.5px; }
  .ble-story-header .ble-kicker { font-size: 14px; }
}
@media (max-width: 430px) {
  .ble-reader-brand-logo { width: 144px; }
  .ble-reader-brand .ble-brand-name { font-size: 13px; }
  .ble-story-header .ble-kicker { font-size: 13.5px; }
}
@media (max-width: 350px) {
  .ble-reader-brand-logo { width: 132px; }
  .ble-story-header .ble-kicker { font-size: 13px; }
}


/* 1.0.2 — identidade oficial, poema centralizado como bloco e carregamento móvel leve */
.ble-brand-official img,
.ble-reader-brand-logo,
.ble-footer-brand img {
  filter: none !important;
}
.ble-topbar {
  min-height: 116px;
  padding-block: 10px;
}
.ble-brand,
.ble-reader-brand {
  gap: 12px;
}
.ble-brand-official .ble-official-logo,
.ble-reader-brand-logo.ble-official-logo {
  width: 92px !important;
  height: 92px !important;
  flex: 0 0 92px;
  object-fit: cover;
}
.ble-brand-name {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  max-width: none !important;
  white-space: normal !important;
  text-transform: none;
  letter-spacing: 0;
}
.ble-brand-name strong {
  font-size: 17px;
  line-height: 1;
  letter-spacing: .025em;
}
.ble-brand-name small {
  color: var(--ble-muted);
  font-size: 11.5px;
  line-height: 1.18;
  font-weight: 750;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.ble-footer-brand .ble-official-logo {
  width: 72px !important;
  height: 72px !important;
  object-fit: cover;
}

/* O título continua centralizado; os versos permanecem alinhados à esquerda,
   mas o poema inteiro passa a ocupar uma coluna central, não a borda da tela. */
.ble-story-article {
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
}
.ble-story-header {
  max-width: 900px;
  margin-inline: auto;
}
.ble-poem-content {
  display: block;
  width: fit-content;
  min-width: min(100%, 34rem);
  max-width: min(100%, 760px);
  margin-inline: auto;
  overflow-x: visible !important;
  scrollbar-width: none;
}
.ble-poem-content .poem-block {
  width: auto !important;
  max-width: 100%;
  min-width: 0;
  white-space: break-spaces;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: manual;
}
.ble-poem-content .poem-spacer {
  width: 0;
  max-width: 0;
  overflow: hidden;
}
.ble-award-kicker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 7px 10px;
  max-width: 680px;
  margin-inline: auto;
  font-size: 15px !important;
  line-height: 1.45 !important;
  letter-spacing: .09em !important;
}
.ble-award-kicker strong {
  font-size: 16px;
  color: var(--ble-accent);
}
.ble-award-kicker span {
  color: var(--ble-muted);
}

@media (min-width: 1100px) {
  .ble-reader-main { padding-inline: clamp(40px, 5vw, 88px); }
  .ble-poem-content { transform: translateX(10px); }
}

@media (max-width: 720px) {
  .ble-topbar {
    min-height: 92px;
    padding: 8px 14px;
  }
  .ble-brand,
  .ble-reader-brand { gap: 9px; }
  .ble-brand-official .ble-official-logo,
  .ble-reader-brand-logo.ble-official-logo {
    width: 72px !important;
    height: 72px !important;
    flex-basis: 72px;
  }
  .ble-brand-name strong { font-size: 15.5px; }
  .ble-brand-name small {
    max-width: 112px;
    font-size: 10.5px;
    line-height: 1.16;
  }
  .ble-reader-main {
    padding-left: clamp(24px, 7vw, 32px) !important;
    padding-right: clamp(24px, 7vw, 32px) !important;
  }
  .ble-story-header { margin-bottom: 58px; }
  .ble-story-header h1 {
    font-size: clamp(43px, 13vw, 66px);
    line-height: .98;
  }
  .ble-award-kicker {
    max-width: 330px !important;
    margin-bottom: 19px !important;
    gap: 4px 7px;
    font-size: 14.5px !important;
    line-height: 1.42 !important;
    letter-spacing: .075em !important;
  }
  .ble-award-kicker strong { font-size: 15.5px; }
  .ble-byline { font-size: 17px; }
  .ble-poem-content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-inline: auto;
    transform: none;
  }
  .ble-poem-content .poem-block {
    font-size: inherit;
    line-height: 1.68;
  }
}

@media (max-width: 430px) {
  .ble-topbar { padding-inline: 12px; }
  .ble-brand-official .ble-official-logo,
  .ble-reader-brand-logo.ble-official-logo {
    width: 68px !important;
    height: 68px !important;
    flex-basis: 68px;
  }
  .ble-brand-name strong { font-size: 15px; }
  .ble-brand-name small {
    max-width: 92px;
    font-size: 10px;
  }
  .ble-install-shortcut {
    min-width: 42px;
    width: 42px;
    padding-inline: 0;
  }
  .ble-install-shortcut > span:last-child { display: none !important; }
  .ble-reader-main {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .ble-award-kicker {
    max-width: 290px !important;
    font-size: 14px !important;
  }
  .ble-award-kicker strong { font-size: 15px; }
}

@media (max-width: 350px) {
  .ble-brand-official .ble-official-logo,
  .ble-reader-brand-logo.ble-official-logo {
    width: 62px !important;
    height: 62px !important;
    flex-basis: 62px;
  }
  .ble-brand-name strong { font-size: 14px; }
  .ble-brand-name small { display: none; }
  .ble-reader-main {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}


/* 1.0.3 — marca preta, controles móveis legíveis e primeira dobra desktop completa */

/* A marca enviada pelo cliente é usada como desenho monocromático preto,
   sem fundo amarelo. No modo noturno, ela é invertida para branco. */
.ble-brand-official .ble-logo-black,
.ble-reader-brand-logo.ble-logo-black,
.ble-footer-brand .ble-logo-black {
  width: clamp(142px, 12vw, 176px) !important;
  height: auto !important;
  max-height: none !important;
  flex: 0 1 auto !important;
  object-fit: contain !important;
  filter: none !important;
}
html[data-ble-theme="night"] .ble-logo-black {
  filter: invert(1) !important;
}
.ble-footer-brand .ble-logo-black {
  width: 112px !important;
  height: auto !important;
}

/* O sumário mantém título e autoria em escala confortável. */
.ble-drawer-panel li > a > span {
  font-size: 12.5px;
}
.ble-drawer-panel li strong {
  font-size: 21px;
  line-height: 1.22;
}
.ble-drawer-panel li em {
  margin-top: 7px;
  color: var(--ble-ink);
  font-size: 14px;
  line-height: 1.35;
  opacity: .68;
}

/* Em telas grandes, a abertura cabe inteira no primeiro enquadramento:
   o botão “Começar a leitura” não fica cortado pela borda inferior. */
@media (min-width: 981px) {
  .ble-hero {
    min-height: calc(100svh - 116px);
    padding-top: clamp(34px, 5.2vh, 72px);
    padding-bottom: clamp(34px, 5.2vh, 72px);
    gap: clamp(42px, 6vw, 104px);
  }
  .ble-hero-copy { max-width: 720px; }
  .ble-hero h1 {
    font-size: clamp(66px, 7.7vw, 122px);
    line-height: .86;
  }
  .ble-deck {
    margin-top: clamp(24px, 3.2vh, 38px);
    font-size: clamp(18px, 1.55vw, 24px);
    line-height: 1.48;
  }
  .ble-hero-actions { margin-top: 28px; }
  .ble-cover img {
    width: min(380px, 28vw);
    max-height: calc(100svh - 184px);
  }
}
@media (min-width: 981px) and (max-height: 820px) {
  .ble-hero {
    padding-top: 26px;
    padding-bottom: 28px;
    gap: 40px;
  }
  .ble-hero h1 { font-size: clamp(62px, 7vw, 104px); }
  .ble-deck { margin-top: 20px; font-size: 18px; }
  .ble-hero-actions { margin-top: 20px; }
  .ble-primary-button, .ble-secondary-button { min-height: 48px; }
  .ble-cover img {
    width: min(330px, 25vw);
    max-height: calc(100svh - 170px);
  }
}

/* O catálogo abaixo da dobra não precisa ser pintado antes de entrar na tela. */
.ble-story-card {
  content-visibility: auto;
  contain-intrinsic-size: 145px;
}

@media (max-width: 720px) {
  .ble-brand-official .ble-logo-black,
  .ble-reader-brand-logo.ble-logo-black {
    width: 126px !important;
    height: auto !important;
    flex-basis: auto !important;
  }
  .ble-topbar {
    min-height: 96px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ble-reader-topbar .ble-top-actions {
    gap: 4px;
  }
  .ble-reader-topbar .ble-icon-button {
    min-width: 50px;
    min-height: 50px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
  .ble-reader-topbar .ble-icon-button > span:first-child {
    font-size: 25px;
    line-height: 1;
  }

  .ble-mobile-reader-nav {
    gap: 4px;
    padding: 7px;
    border-width: 1.5px;
    box-shadow: 0 14px 36px rgba(0,0,0,.18);
  }
  .ble-mobile-reader-nav > a,
  .ble-mobile-reader-nav > button,
  .ble-mobile-reader-nav > span {
    width: 52px;
    height: 52px;
    font-size: 25px;
    font-weight: 750;
    line-height: 1;
  }
  .ble-mobile-reader-nav > .ble-mobile-menu {
    width: 58px;
    background: var(--ble-invert);
    color: var(--ble-invert-ink);
  }
  .ble-mobile-reader-nav > a > span,
  .ble-mobile-reader-nav > button > span {
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
  }

  .ble-drawer-panel {
    width: min(100vw, 460px);
    padding: 24px 20px calc(34px + env(safe-area-inset-bottom));
  }
  .ble-drawer-panel > header {
    align-items: center;
    padding-bottom: 20px;
  }
  .ble-drawer-panel h2 {
    font-size: 44px;
    line-height: 1;
  }
  .ble-drawer-close {
    width: 50px;
    height: 50px;
    font-size: 31px;
  }
  .ble-drawer-panel li a {
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 13px;
    padding: 19px 3px;
  }
  .ble-drawer-panel li > a > span {
    font-size: 13px;
    line-height: 1.2;
  }
  .ble-drawer-panel li strong {
    font-size: 21px;
    line-height: 1.2;
  }
  .ble-drawer-panel li em {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.35;
    opacity: .72;
  }
}

@media (max-width: 430px) {
  .ble-brand-official .ble-logo-black,
  .ble-reader-brand-logo.ble-logo-black {
    width: 112px !important;
  }
  .ble-brand-name strong { font-size: 15.5px; }
  .ble-brand-name small { font-size: 10.5px; }
  .ble-reader-topbar .ble-icon-button {
    min-width: 48px;
    min-height: 48px;
  }
  .ble-reader-topbar .ble-icon-button > span:first-child { font-size: 24px; }
  .ble-mobile-reader-nav > a,
  .ble-mobile-reader-nav > button,
  .ble-mobile-reader-nav > span {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .ble-mobile-reader-nav > .ble-mobile-menu { width: 56px; }
  .ble-drawer-panel { padding-left: 18px; padding-right: 18px; }
  .ble-drawer-panel h2 { font-size: 41px; }
  .ble-drawer-panel li strong { font-size: 20px; }
  .ble-drawer-panel li em { font-size: 14.5px; }
}

@media (max-width: 350px) {
  .ble-brand-official .ble-logo-black,
  .ble-reader-brand-logo.ble-logo-black {
    width: 102px !important;
  }
  .ble-brand-name small { display: none; }
  .ble-mobile-reader-nav > a,
  .ble-mobile-reader-nav > button,
  .ble-mobile-reader-nav > span {
    width: 47px;
    height: 47px;
    font-size: 23px;
  }
  .ble-mobile-reader-nav > .ble-mobile-menu { width: 52px; }
}

/* 0.7.5 — ação de guardar funcional e inequívoca */
.ble-install-shortcut {
  text-decoration: none;
  background: transparent !important;
  color: var(--ble-ink) !important;
  border-color: var(--ble-rule) !important;
  box-shadow: none !important;
  transform: none !important;
}
.ble-install-shortcut:hover,
.ble-install-shortcut:focus-visible,
.ble-install-shortcut.is-open {
  background: var(--ble-soft) !important;
  border-color: var(--ble-ink) !important;
}
.ble-install-shortcut > span:first-child {
  font-size: 20px;
  font-weight: 700;
}
.ble-install-shortcut [data-ble-install-label]::after { content: none !important; }
.ble-quick-install-guide:focus-within { outline: 2px solid var(--ble-accent); outline-offset: 3px; }

@media (max-width: 720px) {
  .ble-install-shortcut {
    min-height: 48px;
    padding: 8px 13px;
    gap: 7px;
    font-size: 13px;
    white-space: nowrap;
  }
  .ble-install-shortcut [data-ble-install-label] {
    display: inline !important;
    font-size: 13px !important;
  }
  .ble-install-shortcut > span:last-child { display: inline !important; }
}

@media (max-width: 430px) {
  .ble-install-shortcut {
    width: auto !important;
    min-width: 0 !important;
    padding-inline: 11px;
  }
  .ble-install-shortcut [data-ble-install-label] {
    font-size: 12.5px !important;
  }
}

@media (max-width: 350px) {
  .ble-install-shortcut [data-ble-install-label] {
    font-size: 0 !important;
  }
  .ble-install-shortcut [data-ble-install-label]::after {
    content: "Guardar" !important;
    font-size: 12px !important;
  }
}

/* 1.0.5 — matriz responsiva final, enquadramento integral e cache visual estável */

/* Cabeçalho com altura previsível: a primeira dobra não depende mais da altura
   variável da marca. O arquivo PNG original é exibido inteiro, sem recorte. */
.ble-topbar {
  height: 112px;
  min-height: 112px;
  padding: 7px clamp(28px, 4vw, 64px);
  overflow: visible;
}
.ble-brand,
.ble-brand-official,
.ble-reader-brand {
  overflow: visible;
  flex-shrink: 0;
}
.ble-brand-official .ble-logo-black,
.ble-reader-brand-logo.ble-logo-black {
  display: block;
  width: 118px !important;
  height: auto !important;
  max-width: none !important;
  max-height: 98px !important;
  padding: 1px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  clip-path: none !important;
  flex: 0 0 auto !important;
}
.ble-brand-name {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.08;
}
.ble-brand-name strong { font-size: 15px; }
.ble-brand-name small { font-size: 10.5px; }

/* Capa: cabeçalho + hero somam exatamente a altura útil do navegador em desktop.
   Os botões principais permanecem integralmente visíveis em notebooks baixos. */
@media (min-width: 981px) {
  .ble-hero {
    min-height: calc(100svh - 112px);
    padding: clamp(28px, 4.6vh, 56px) clamp(56px, 7vw, 120px);
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    align-items: center;
    gap: clamp(44px, 6vw, 104px);
  }
  .ble-hero-copy {
    max-width: 730px;
    align-self: center;
  }
  .ble-hero .ble-kicker { margin-bottom: 16px; }
  .ble-hero h1 {
    font-size: clamp(64px, 7vw, 108px);
    line-height: .86;
    letter-spacing: -.058em;
  }
  .ble-deck {
    max-width: 650px;
    margin-top: clamp(20px, 3vh, 34px);
    font-size: clamp(17px, 1.55vw, 23px);
    line-height: 1.46;
  }
  .ble-hero-actions {
    margin-top: clamp(20px, 3vh, 30px);
  }
  .ble-install-explainer {
    max-width: 430px;
    margin-top: 20px;
  }
  .ble-cover img {
    width: min(380px, 27vw);
    max-height: calc(100svh - 170px);
    object-fit: contain;
  }
}

@media (min-width: 981px) and (max-height: 760px) {
  .ble-topbar {
    height: 96px;
    min-height: 96px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ble-brand-official .ble-logo-black,
  .ble-reader-brand-logo.ble-logo-black {
    width: 102px !important;
    max-height: 84px !important;
  }
  .ble-hero {
    min-height: calc(100svh - 96px);
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 38px;
  }
  .ble-hero h1 { font-size: clamp(60px, 6.6vw, 92px); }
  .ble-deck { margin-top: 17px; font-size: 17px; }
  .ble-hero-actions { margin-top: 17px; }
  .ble-install-explainer { margin-top: 14px; min-height: 58px; padding-block: 10px; }
  .ble-cover img {
    width: min(320px, 24vw);
    max-height: calc(100svh - 138px);
  }
}

/* Tablets: capa e texto em coluna, sem largura lateral indevida. */
@media (min-width: 721px) and (max-width: 980px) {
  .ble-topbar {
    height: 104px;
    min-height: 104px;
    padding-inline: 30px;
  }
  .ble-brand-official .ble-logo-black,
  .ble-reader-brand-logo.ble-logo-black {
    width: 110px !important;
    max-height: 92px !important;
  }
  .ble-hero {
    min-height: auto;
    padding: 44px clamp(38px, 7vw, 64px) 76px;
    gap: 38px;
  }
  .ble-cover img { width: min(340px, 56vw); }
  .ble-hero h1 { font-size: clamp(66px, 11vw, 92px); }
  .ble-hero-actions { margin-top: 26px; }
}

/* Mobile: marca completa, ações com área mínima de toque e layout sem estouro. */
@media (max-width: 720px) {
  .ble-topbar {
    height: 86px;
    min-height: 86px;
    padding: 6px 12px;
    gap: 8px;
  }
  .ble-brand-official .ble-logo-black,
  .ble-reader-brand-logo.ble-logo-black {
    width: 78px !important;
    max-height: 68px !important;
    padding: 0 !important;
  }
  .ble-brand-name { display: none !important; }
  .ble-top-actions { gap: 4px; flex-shrink: 0; }
  .ble-icon-button,
  .ble-install-shortcut {
    min-height: 46px;
  }
  .ble-icon-button {
    min-width: 46px;
    padding-inline: 10px;
    justify-content: center;
  }
  .ble-install-shortcut {
    padding: 8px 11px;
    gap: 6px;
  }
  .ble-install-shortcut > span:first-child { font-size: 19px; }
  .ble-install-shortcut [data-ble-install-label] { font-size: 12.5px !important; }

  .ble-hero {
    min-height: auto;
    padding: 28px 18px 64px;
    gap: 30px;
  }
  .ble-cover img { width: min(280px, 74vw); }
  .ble-hero-copy { width: 100%; }
  .ble-hero .ble-kicker {
    margin-bottom: 14px;
    font-size: 12.5px;
    line-height: 1.35;
  }
  .ble-hero h1 {
    font-size: clamp(52px, 15.3vw, 72px);
    line-height: .9;
    letter-spacing: -.052em;
  }
  .ble-deck {
    display: block;
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.48;
  }
  .ble-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }
  .ble-hero-actions .ble-primary-button,
  .ble-hero-actions .ble-secondary-button {
    width: 100%;
    min-height: 52px;
  }
  .ble-install-explainer { margin-top: 16px; }

  /* Leitor */
  .ble-reader-topbar .ble-top-actions .ble-icon-button:nth-of-type(2),
  .ble-reader-topbar .ble-top-actions .ble-icon-button:nth-of-type(3),
  .ble-reader-topbar .ble-top-actions .ble-icon-button:nth-of-type(4) {
    display: none !important;
  }
  .ble-reader-topbar .ble-icon-button {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
  }
  .ble-reader-topbar .ble-icon-button > span:first-child { font-size: 24px; }
  .ble-reader-main {
    padding: 46px 24px calc(150px + env(safe-area-inset-bottom)) !important;
  }
  .ble-story-article {
    width: 100%;
    max-width: 720px;
  }
  .ble-story-header { margin-bottom: 54px; }
  .ble-story-header h1 {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: clamp(42px, 12.4vw, 60px);
    line-height: .98;
  }
  .ble-award-kicker {
    max-width: 330px !important;
    margin-bottom: 17px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    letter-spacing: .075em !important;
  }
  .ble-award-kicker strong { font-size: 15px; }
  .ble-byline { font-size: 17px; }

  .ble-poem-content {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    transform: none !important;
    overflow: visible !important;
  }
  .ble-poem-content .poem-block {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: break-spaces;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.66;
  }

  .ble-mobile-reader-nav {
    display: flex;
    gap: 4px;
    padding: 7px;
    border-width: 1.5px;
  }
  .ble-mobile-reader-nav > a,
  .ble-mobile-reader-nav > button,
  .ble-mobile-reader-nav > span {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .ble-mobile-reader-nav > .ble-mobile-menu {
    width: 56px;
    background: var(--ble-invert);
    color: var(--ble-invert-ink);
  }

  .ble-drawer-panel {
    width: min(100vw, 460px);
    padding: 24px 18px calc(36px + env(safe-area-inset-bottom));
    overflow-x: hidden;
  }
  .ble-drawer-panel > header { align-items: center; padding-bottom: 20px; }
  .ble-drawer-panel h2 { font-size: 42px; }
  .ble-drawer-close { width: 50px; height: 50px; font-size: 30px; }
  .ble-drawer-panel li a {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    padding: 18px 3px;
  }
  .ble-drawer-panel li > a > span { font-size: 13px; }
  .ble-drawer-panel li strong { font-size: 20px; line-height: 1.22; }
  .ble-drawer-panel li em {
    margin-top: 7px;
    color: var(--ble-ink);
    font-size: 15px;
    line-height: 1.35;
    opacity: .72;
  }
}

@media (max-width: 430px) {
  .ble-topbar { padding-inline: 10px; }
  .ble-brand-official .ble-logo-black,
  .ble-reader-brand-logo.ble-logo-black {
    width: 74px !important;
    max-height: 64px !important;
  }
  .ble-install-shortcut [data-ble-install-label] {
    font-size: 0 !important;
  }
  .ble-install-shortcut [data-ble-install-label]::after {
    content: "Guardar" !important;
    font-size: 12px !important;
  }
  .ble-reader-main {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .ble-hero h1 { font-size: clamp(50px, 15vw, 66px); }
}

@media (max-width: 350px) {
  .ble-topbar { padding-inline: 8px; }
  .ble-brand-official .ble-logo-black,
  .ble-reader-brand-logo.ble-logo-black {
    width: 68px !important;
    max-height: 59px !important;
  }
  .ble-install-shortcut {
    min-width: 44px !important;
    width: 44px !important;
    padding-inline: 0 !important;
    justify-content: center;
  }
  .ble-install-shortcut [data-ble-install-label] { display: none !important; }
  .ble-reader-main {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .ble-hero h1 { font-size: 47px; }
}

/* Bloco do poema centralizado, versos preservados e nenhuma rolagem interna. */
.ble-story-article { max-width: 760px; }
.ble-poem-content {
  width: min(100%, 700px);
  margin-inline: auto;
  transform: none !important;
  overflow-x: visible !important;
}
.ble-poem-content .poem-block {
  max-width: 100%;
  min-width: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: normal;
}
.ble-poem-content .poem-spacer { width: 100%; max-width: 100%; }
body.ble-edition,
.ble-shell,
.ble-reader-main,
.ble-story-article,
.ble-story-content,
.ble-poem-content {
  overflow-x: clip;
}

/* A ação de guardar é um controle real, com foco visível e retorno visual. */
.ble-install-shortcut {
  cursor: pointer;
  user-select: none;
}
.ble-install-shortcut:focus-visible,
.ble-icon-button:focus-visible,
.ble-primary-button:focus-visible,
.ble-secondary-button:focus-visible,
.ble-mobile-reader-nav a:focus-visible,
.ble-mobile-reader-nav button:focus-visible {
  outline: 3px solid var(--ble-accent);
  outline-offset: 3px;
}

/* 1.0.7 — composição definitiva da abertura.
   Mantém a hierarquia ampla aprovada, com um CTA principal, sem comprimir
   capa ou título. Em viewports móveis baixos, reduz somente os respiros
   necessários para que o botão não fique parcialmente encoberto pelas barras
   do navegador. */
@media (max-width: 720px) {
  .ble-hero {
    padding-bottom: calc(64px + env(safe-area-inset-bottom) + var(--ble-browser-bottom-space, 0px));
  }

  .ble-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }

  .ble-hero-actions .ble-primary-button {
    width: 100% !important;
    min-height: 52px !important;
    font-size: 15px !important;
  }

  .ble-hero-actions .ble-secondary-button {
    width: auto !important;
    min-width: 0 !important;
    min-height: 44px !important;
    justify-self: center;
    padding: 10px 16px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--ble-ink) !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    box-shadow: none !important;
  }

  .ble-hero-actions .ble-secondary-button:hover,
  .ble-hero-actions .ble-secondary-button:focus-visible {
    background: var(--ble-soft) !important;
    color: var(--ble-ink) !important;
    transform: none !important;
  }

  /* Desfaz a compactação excessiva da versão anterior. */
  html.ble-browser-compact .ble-topbar {
    height: 82px;
    min-height: 82px;
    padding: 5px 10px;
  }
  html.ble-browser-compact .ble-brand-official .ble-logo-black,
  html.ble-browser-compact .ble-reader-brand-logo.ble-logo-black {
    width: 74px !important;
    max-height: 64px !important;
  }
  html.ble-browser-compact .ble-install-shortcut,
  html.ble-browser-compact .ble-icon-button {
    min-height: 46px;
  }
  html.ble-browser-compact .ble-hero {
    padding: 20px 18px calc(58px + env(safe-area-inset-bottom) + var(--ble-browser-bottom-space, 0px));
    gap: 20px;
  }
  html.ble-browser-compact .ble-cover img {
    width: min(280px, 74vw);
    max-height: none;
  }
  html.ble-browser-compact .ble-hero .ble-kicker {
    margin-bottom: 10px;
    font-size: 12.5px;
  }
  html.ble-browser-compact .ble-hero h1 {
    font-size: clamp(52px, 15.3vw, 72px);
    line-height: .9;
    letter-spacing: -.052em;
  }
  html.ble-browser-compact .ble-hero-actions {
    margin-top: 16px;
  }
  html.ble-browser-compact .ble-hero-actions .ble-primary-button {
    min-height: 52px;
    padding: 11px 16px;
    font-size: 15px;
    white-space: normal;
  }
  html.ble-browser-compact .ble-hero-actions .ble-secondary-button {
    min-height: 44px;
    padding: 9px 14px !important;
    font-size: 13px;
    white-space: normal;
  }
  html.ble-browser-compact .ble-install-explainer {
    margin-top: 14px;
  }
}

/* Celulares muito baixos exigem rolagem natural, não tipografia comprimida.
   A capa diminui moderadamente; título e CTA mantêm legibilidade editorial. */
@media (max-width: 720px) and (max-height: 620px) {
  html.ble-browser-compact .ble-topbar {
    height: 76px;
    min-height: 76px;
    padding-block: 4px;
  }
  html.ble-browser-compact .ble-brand-official .ble-logo-black,
  html.ble-browser-compact .ble-reader-brand-logo.ble-logo-black {
    width: 68px !important;
    max-height: 59px !important;
  }
  html.ble-browser-compact .ble-hero {
    padding-top: 16px;
    gap: 16px;
  }
  html.ble-browser-compact .ble-cover img {
    width: min(238px, 68vw);
  }
  html.ble-browser-compact .ble-hero h1 {
    font-size: clamp(47px, 15vw, 60px);
  }
  html.ble-browser-compact .ble-hero-actions {
    margin-top: 14px;
  }
}

/* 1.0.7.1 — ajuste milimétrico para barras móveis: preserva o título grande,
   mantém o CTA principal inteiro e deixa o sumário começar abaixo da dobra,
   em vez de exibir um segundo comando cortado. */
@media (max-width: 720px) {
  html.ble-browser-compact .ble-hero {
    gap: 18px;
  }
  html.ble-browser-compact .ble-cover img {
    width: min(265px, 66vw);
  }
  html.ble-browser-compact .ble-hero-actions {
    margin-top: 10px;
  }
  html.ble-browser-compact .ble-hero-actions .ble-secondary-button {
    margin-top: 12px;
  }
}

@media (max-width: 720px) and (max-height: 620px) {
  html.ble-browser-compact .ble-topbar {
    height: 74px;
    min-height: 74px;
  }
  html.ble-browser-compact .ble-hero {
    gap: 12px;
  }
  html.ble-browser-compact .ble-cover img {
    width: min(210px, 64vw);
  }
  html.ble-browser-compact .ble-hero-actions {
    margin-top: 8px;
  }
  html.ble-browser-compact .ble-hero-actions .ble-secondary-button {
    margin-top: 12px;
  }
}

@media (max-width: 370px) and (max-height: 760px) {
  html.ble-browser-compact .ble-cover img {
    width: min(250px, 64vw);
  }
}

@media (max-width: 350px) and (max-height: 620px) {
  html.ble-browser-compact .ble-cover img {
    width: min(205px, 63vw);
  }
}

/* No mobile, a ação de guardar já está no cabeçalho. Evita repetição na capa.
   Em alturas reduzidas, preserva apenas o CTA editorial principal. */
@media (max-width: 720px) {
  .ble-install-explainer { display: none !important; }
  html.ble-browser-compact .ble-hero-actions .ble-secondary-button {
    display: none !important;
  }
}


/* 1.0.8 — hierarquia editorial dos premiados e finalistas */
.ble-catalogue-note {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--ble-muted);
  font: 400 16px/1.55 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ble-list-divider {
  padding: 54px 8px 24px;
  border-bottom: 2px solid var(--ble-ink);
}
.ble-list-divider .ble-kicker { margin-bottom: 10px; }
.ble-list-divider h3 {
  margin: 0;
  font: 400 clamp(28px, 3.2vw, 48px)/1.08 Georgia, serif;
  letter-spacing: -.035em;
}
.ble-rank.is-empty { visibility: hidden; }
.ble-drawer-note {
  max-width: 350px;
  margin: 12px 0 0;
  color: var(--ble-muted);
  font-size: 13px;
  line-height: 1.45;
}
.ble-drawer-panel li.ble-drawer-divider {
  display: block;
  margin-top: 22px;
  padding: 24px 4px 16px;
  border-bottom: 2px solid var(--ble-ink);
}
.ble-drawer-divider span {
  display: block;
  margin-bottom: 7px;
  color: var(--ble-accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ble-drawer-divider strong {
  font: 400 22px/1.15 Georgia, serif !important;
}
.ble-drawer-panel li > a > span.is-empty { visibility: hidden; }
@media (max-width: 720px) {
  .ble-catalogue-note { margin-top: 18px; font-size: 15px; }
  .ble-list-divider { padding: 44px 2px 18px; }
  .ble-list-divider h3 { font-size: 31px; }
  .ble-drawer-note { font-size: 14px; }
}


/* 1.1.0 — fechamento editorial do leitor
   - o espaço entre cabeçalho e primeiro verso é único e consistente;
   - o sumário móvel deixa de ser um ícone ambíguo e passa a ser identificado por nome;
   - o comando duplicado no cabeçalho móvel é removido, mantendo a navegação fixa acessível. */
@media (max-width: 720px) {
  .ble-reader-topbar .ble-menu-button {
    display: none !important;
  }
  .ble-mobile-reader-nav > .ble-mobile-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-width: 108px;
    padding: 0 17px;
    border-radius: 999px;
    font-size: 22px;
  }
  .ble-mobile-menu-label {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .01em;
  }
}
@media (max-width: 350px) {
  .ble-mobile-reader-nav > .ble-mobile-menu {
    min-width: 98px;
    padding-inline: 13px;
    gap: 7px;
  }
  .ble-mobile-menu-label { font-size: 13px; }
}


/* 1.1.1 — navegação final do leitor
   O sumário permanece fixo no cabeçalho, com rótulo textual inequívoco.
   A barra inferior contém apenas anterior e próximo, em superfície leve,
   sem cobrir o encerramento dos versos nem disputar espaço com o navegador. */
@media (max-width: 720px) {
  .ble-reader-topbar {
    min-height: calc(82px + env(safe-area-inset-top, 0px));
    height: auto;
    padding: calc(6px + env(safe-area-inset-top, 0px)) 12px 6px;
    gap: 8px;
  }
  .ble-reader-brand {
    flex: 0 1 auto;
    min-width: 0;
  }
  .ble-reader-brand .ble-brand-name { display: none !important; }
  .ble-reader-brand-logo.ble-logo-black {
    width: 76px !important;
    max-height: 66px !important;
  }
  .ble-reader-topbar .ble-top-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    flex-shrink: 0;
  }
  .ble-reader-topbar .ble-menu-button {
    display: inline-flex !important;
    width: auto !important;
    min-width: 112px !important;
    height: 48px !important;
    padding: 0 16px !important;
    gap: 8px;
    border: 1px solid var(--ble-rule);
    background: var(--ble-surface);
  }
  .ble-reader-topbar .ble-menu-button > span:first-child {
    font-size: 21px !important;
  }
  .ble-reader-topbar .ble-menu-button .ble-action-label {
    display: inline-block !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .01em;
  }
  .ble-reader-topbar .ble-top-actions .ble-icon-button:nth-of-type(2),
  .ble-reader-topbar .ble-top-actions .ble-icon-button:nth-of-type(3) {
    display: none !important;
  }
  .ble-reader-topbar .ble-top-actions .ble-icon-button:nth-of-type(4) {
    display: inline-flex !important;
  }
  .ble-reader-topbar .ble-share-button {
    display: none !important;
  }
  .ble-reader-topbar [data-ble-theme-toggle] {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    border: 1px solid var(--ble-rule);
    background: var(--ble-surface);
  }

  .ble-reader-main {
    padding-bottom: calc(132px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .ble-mobile-reader-nav {
    display: flex !important;
    left: 50%;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
    gap: 8px;
    padding: 6px;
    border: 1px solid var(--ble-rule);
    border-radius: 999px;
    background: color-mix(in srgb, var(--ble-surface) 96%, transparent);
    box-shadow: 0 10px 28px rgba(0,0,0,.12);
    backdrop-filter: blur(14px);
  }
  .ble-mobile-reader-nav > .ble-mobile-arrow {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
  }
  .ble-mobile-reader-nav > a.ble-mobile-arrow:hover,
  .ble-mobile-reader-nav > a.ble-mobile-arrow:focus-visible {
    background: var(--ble-soft);
  }
  .ble-mobile-reader-nav > .ble-mobile-arrow.is-disabled {
    color: var(--ble-muted);
    opacity: .34;
  }
  .ble-mobile-reader-nav .ble-mobile-menu,
  .ble-mobile-reader-nav .ble-mobile-theme,
  .ble-mobile-menu-label {
    display: none !important;
  }
  .ble-edition-reader .ble-toast {
    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 350px) {
  .ble-reader-topbar { padding-inline: 8px; gap: 5px; }
  .ble-reader-brand-logo.ble-logo-black {
    width: 68px !important;
    max-height: 59px !important;
  }
  .ble-reader-topbar .ble-menu-button {
    min-width: 98px !important;
    padding-inline: 12px !important;
    gap: 6px;
  }
  .ble-reader-topbar .ble-menu-button .ble-action-label { font-size: 13px; }
  .ble-reader-topbar [data-ble-theme-toggle] {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
  }
  .ble-mobile-reader-nav > .ble-mobile-arrow {
    width: 48px;
    height: 48px;
  }
}

@media (min-width: 721px) {
  .ble-mobile-reader-nav { display: none !important; }
}


/* 1.1.3 — decisão final de navegação móvel
   Nenhum controle flutuante cobre versos. O sumário fica no cabeçalho fixo;
   anterior e próximo permanecem no encerramento natural do poema. */
@media (max-width: 720px) {
  .ble-mobile-reader-nav { display: none !important; }
  .ble-reader-main {
    padding-bottom: calc(54px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .ble-story-navigation {
    margin-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }
  .ble-edition-reader .ble-toast {
    bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }
}

/* 1.1.5 — navegação definitiva entre poemas
   Setas voltam como navegação contextual no fluxo natural, depois do fim do poema.
   Nenhum controle inferior permanece fixo sobre os versos. */
.ble-story-navigation {
  width: min(1180px, calc(100vw - 40px));
  margin: clamp(54px, 7vw, 86px) auto clamp(32px, 5vw, 64px);
  border-top: 1px solid var(--ble-rule);
  border-bottom: 1px solid var(--ble-rule);
}
.ble-story-navigation.has-previous-only,
.ble-story-navigation.has-next-only {
  grid-template-columns: minmax(0, 1fr);
}
.ble-story-navigation.has-previous-only .ble-nav-story,
.ble-story-navigation.has-next-only .ble-nav-story {
  width: min(100%, 760px);
}
.ble-story-navigation.has-previous-only .ble-nav-story { justify-self: start; }
.ble-story-navigation.has-next-only .ble-nav-story { justify-self: end; }
.ble-nav-story {
  min-width: 0;
  min-height: 168px;
  padding: 30px clamp(22px, 4vw, 58px);
  transition: background-color .18s ease;
}
.ble-nav-story + .ble-nav-story { border-left: 1px solid var(--ble-rule); }
.ble-nav-direction {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ble-accent) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase;
}
.ble-nav-direction b {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid color-mix(in srgb, var(--ble-accent) 45%, transparent);
  border-radius: 50%;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
}
.ble-nav-story strong {
  max-width: 560px;
  margin: 16px 0 7px;
  font-size: clamp(24px, 2.55vw, 38px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}
.ble-nav-story em {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.ble-nav-next .ble-nav-direction { justify-content: flex-end; }
.ble-nav-next .ble-nav-direction b { order: 2; }

@media (max-width: 720px) {
  .ble-story-navigation {
    display: grid;
    grid-template-columns: 1fr !important;
    width: calc(100% - 32px);
    margin-top: 44px;
    margin-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
  }
  .ble-story-navigation.has-previous-only .ble-nav-story,
  .ble-story-navigation.has-next-only .ble-nav-story,
  .ble-nav-story {
    width: 100%;
    min-height: 132px;
    padding: 24px 4px;
  }
  .ble-nav-story + .ble-nav-story {
    border-left: 0;
    border-top: 1px solid var(--ble-rule);
  }
  .ble-nav-direction {
    font-size: 11.5px !important;
    letter-spacing: .09em !important;
  }
  .ble-nav-direction b {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .ble-nav-story strong {
    margin-top: 13px;
    font-size: clamp(23px, 7.2vw, 31px);
    line-height: 1.08;
  }
  .ble-nav-story em { font-size: 14px; }
}

@media (max-width: 350px) {
  .ble-story-navigation { width: calc(100% - 26px); }
  .ble-nav-story { padding-block: 22px; }
  .ble-nav-story strong { font-size: 22px; }
}

/* Recuos poéticos continuam preservados, mas sequências muito longas de espaços
   ganham pontos de quebra em telas estreitas. Isso evita recorte de versos/assinaturas
   sem eliminar a intenção de alinhamento em telas maiores. */
.ble-poem-content .poem-block,
.ble-poem-content .poem-block * {
  white-space: break-spaces;
  overflow-wrap: anywhere;
  max-width: 100%;
}

/* A navegação é filha do leitor, portanto usa a largura disponível do contêiner
   (não 100vw, que inclui a barra de rolagem em alguns desktops). */
.ble-story-navigation {
  width: 100%;
  max-width: 1180px;
}
@media (max-width: 720px) {
  .ble-story-navigation {
    width: 100%;
    max-width: none;
  }
  .ble-drawer-close {
    flex: 0 0 50px;
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}


/* 0.8.5 — compartilhamento da edição. */
.ble-edition-share { white-space: nowrap; }
@media (max-width: 720px) {
  .ble-edition-home .ble-top-actions { gap: 3px; }
  .ble-edition-home .ble-edition-share { min-width: 44px; width: 44px; height: 44px; padding: 8px; }
  .ble-edition-home .ble-edition-share .ble-action-label { display: none !important; }
  .ble-edition-home .ble-edition-share > span:first-child { font-size: 22px; }
}
@media (max-width: 360px) {
  .ble-edition-home .ble-install-shortcut { min-width: 44px; width: 44px; padding-inline: 8px; }
  .ble-edition-home .ble-install-shortcut [data-ble-install-label] { display: none !important; }
}


/* 0.8.6 — fidelidade editorial de “Norma Vernácula”.
   O PDF original organiza blocos em 2, 3 e 2 colunas. Em telas largas,
   a edição digital preserva essa arquitetura; em telas estreitas, os blocos
   passam para fluxo vertical sem criar rolagem lateral. */
.ble-poem-norma-vernacula .ble-story-article-special { max-width: 1080px; }
.ble-poem-norma-vernacula .ble-poem-content {
  width: min(100%, 1040px);
  max-width: 1040px;
}
.norma-layout {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: clamp(17px, 1.25vw, 19px);
  line-height: 1.58;
}
.norma-intro {
  max-width: 420px;
  margin: 0 auto 64px;
  text-align: left;
}
.norma-section { margin: 0 0 78px; }
.norma-section-title {
  margin: 0 auto 44px;
  text-align: center;
  font-size: 1em;
  line-height: 1.45;
}
.norma-grid {
  display: grid;
  align-items: start;
  gap: 46px 64px;
}
.norma-grid-four,
.norma-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.norma-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 36px;
}
.norma-grid-one {
  grid-template-columns: minmax(0, 420px);
  justify-content: center;
}
.norma-cell {
  min-width: 0;
  text-align: justify;
  text-justify: inter-word;
  overflow-wrap: anywhere;
  hyphens: none;
}
.norma-spaced {
  letter-spacing: .28em;
  word-spacing: .16em;
}
.norma-section-final { margin-bottom: 0; }

@media (max-width: 900px) {
  .ble-poem-norma-vernacula .ble-story-article-special,
  .ble-poem-norma-vernacula .ble-poem-content { max-width: 760px; }
  .norma-layout { font-size: 18px; }
  .norma-grid-three { grid-template-columns: 1fr; gap: 32px; }
  .norma-grid-four,
  .norma-grid-two { gap: 36px; }
}
@media (max-width: 720px) {
  .norma-layout {
    font-size: var(--ble-reader-size, 19px);
    line-height: 1.66;
  }
  .norma-intro {
    max-width: 100%;
    margin-bottom: 52px;
  }
  .norma-section { margin-bottom: 62px; }
  .norma-section-title {
    margin-bottom: 30px;
    text-align: left;
    font-weight: 650;
  }
  .norma-grid,
  .norma-grid-four,
  .norma-grid-three,
  .norma-grid-two,
  .norma-grid-one {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .norma-cell { text-align: left; }
  .norma-spaced {
    letter-spacing: .16em;
    word-spacing: .08em;
  }
}
