:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #192b25;
  background: #f7f6f0;
  font-synthesis: none;
  line-height: 1.6;
  --green: #234e3f;
  --muted: #54645d;
  --line: #d8ddd3;
  --rust: #ac5537;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 0.25em;
}
a:hover {
  color: var(--rust);
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--rust);
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -8rem;
  background: white;
  padding: 0.8rem;
  z-index: 2000;
}
.skip-link:focus {
  top: 1rem;
}
.site-header {
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-size: 1.65rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: -0.04em;
}
.brand > span:first-child {
  color: var(--rust);
}
.brand-dot {
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  background: var(--rust);
  border-radius: 50%;
  margin-left: 0.18em;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
}
.site-header nav a {
  text-decoration: none;
  font-size: 0.95rem;
}
.search-trigger,
.search-close,
.search-more,
.search-input-row button {
  font: inherit;
}
.search-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 44px;
  min-height: 44px;
  padding: 0.35rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--green);
  cursor: pointer;
}
.search-trigger svg,
.search-input-row > svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.site-search {
  width: min(760px, calc(100% - 2rem));
  max-height: min(86vh, 820px);
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #fffdf7;
  color: var(--green);
  box-shadow: 0 24px 90px rgba(18, 45, 35, 0.28);
}
.site-search::backdrop {
  background: rgba(20, 43, 35, 0.66);
  backdrop-filter: blur(3px);
}
.site-search-panel {
  padding: clamp(1rem, 4vw, 2rem);
}
.site-search-panel > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.site-search-panel .eyebrow {
  margin-bottom: 0.35rem;
}
.site-search-panel h2 {
  font-size: clamp(1.55rem, 4vw, 2.35rem);
}
.search-close {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}
#site-search-form > label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.45rem;
}
.search-input-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  padding-left: 0.9rem;
  border: 2px solid var(--green);
  border-radius: 12px;
  background: #fff;
}
.search-input-row input {
  width: 100%;
  min-height: 52px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 1.05rem;
  outline: 0;
}
.search-input-row button,
.search-more {
  min-height: 48px;
  min-width: 48px;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: 9px;
  background: var(--green);
  color: white;
  cursor: pointer;
  font-weight: 700;
}
.search-filter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.9rem;
}
.search-filter label {
  font-size: 0.9rem;
  font-weight: 700;
}
.search-filter select {
  min-height: 44px;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
  color: inherit;
  padding: 0.55rem 2.2rem 0.55rem 0.75rem;
  font: inherit;
}
.search-privacy-note,
.search-status {
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 0.75rem;
}
.search-status {
  min-height: 1.5em;
  font-weight: 700;
}
.search-results {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.search-results li {
  border-bottom: 1px solid var(--line);
}
.search-results li[aria-selected="true"] {
  background: #edf2e9;
}
.search-results a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.1rem 0.75rem;
  min-height: 64px;
  padding: 0.8rem 0.35rem;
  text-decoration: none;
}
.search-result-kind {
  grid-row: 1 / 3;
  align-self: start;
  min-width: 5.6rem;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: #e4ece2;
  color: var(--green);
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
}
.search-results strong,
.search-results small {
  overflow-wrap: anywhere;
}
.search-results small {
  display: block;
  color: var(--muted);
  line-height: 1.45;
}
.search-more {
  display: block;
  width: 100%;
  margin-top: 0.9rem;
}
.search-more[hidden],
.search-results[hidden] {
  display: none;
}
html.search-open {
  overflow: hidden;
}
.site-header nav a,
.site-footer nav a,
.breadcrumbs a,
.pagination a,
.quote-topics a,
.attribution > a,
.text-link,
.brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  min-width: 44px;
}
.site-header nav a,
.site-footer nav a,
.breadcrumbs a,
.pagination a {
  padding-block: 0.35rem;
  overflow-wrap: anywhere;
}
main,
[id] {
  scroll-margin-block: 1rem;
}
main {
  max-width: 1280px;
  margin: auto;
  padding: 0 2rem 5rem;
}
h1,
h2,
p,
figure,
blockquote {
  margin: 0;
}
h1 {
  font-size: clamp(2.2rem, 5.5vw, 4.8rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  overflow-wrap: anywhere;
}
h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.intro {
  padding: 5rem 0 5.5rem;
  max-width: 950px;
}
.home-intro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3.2rem;
  padding: 2.6rem 0 1rem;
  align-items: center;
}
.home-intro h1 {
  font-size: clamp(2.4rem, 4.5vw, 4rem);
}
.home-intro .intro-text {
  font-size: 1rem;
  margin-top: 1.4rem;
}
.home-intro .button {
  margin-top: 1.5rem;
}
.launch-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 1rem;
  max-width: 24rem;
}
.home-feature .quote-card .quote-illustration img {
  height: 235px;
}
.home-feature .quote-reading {
  padding: 1.3rem 1.5rem;
}
.home-feature .quote-reading blockquote {
  font-size: 1.25rem;
}
.home-feature .attribution {
  margin-top: 1.25rem;
}
.home-feature .text-link {
  margin-top: 1rem;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--rust);
  margin-bottom: 1.3rem;
}
.intro-text {
  margin-top: 1.8rem;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.8;
}
.button {
  display: inline-flex;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  padding: 0.85rem 1.5rem;
  border-radius: 4px;
  background: var(--green);
  color: white;
  font-size: 0.9rem;
  text-decoration: none;
  min-height: 44px;
  min-width: 44px;
  border: 1px solid transparent;
  justify-content: center;
  text-align: center;
}
.button:hover {
  background: #163729;
  color: white;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}
.section-heading .eyebrow {
  margin-bottom: 0.6rem;
}
.text-link {
  font-size: 0.85rem;
  font-weight: 600;
}
.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.quote-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fffefa;
}
.quote-illustration {
  margin: 0;
  min-width: 0;
}
.quote-illustration img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.quote-card .quote-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-card .quote-illustration img {
  height: 370px;
  object-fit: cover;
}
.illustration-link {
  display: block;
  position: relative;
}
/* An inset, two-colour ring stays visible inside the clipped image card. */
.illustration-link:focus-visible {
  outline-offset: -3px;
}
.illustration-link:focus-visible::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 3px solid #ffffff;
  outline: 3px solid #192b25;
  pointer-events: none;
}
.quote-reading {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.quote-reading blockquote {
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.attribution {
  margin-top: 2.3rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.attribution > a {
  text-decoration: none;
}
.domain {
  display: block;
  font-size: 0.85rem;
  margin-top: 0.15rem;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0;
}
.quote-reading > .text-link {
  margin-top: 1.6rem;
  align-self: flex-start;
}
.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}
.topic-link {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}
.topic-link:hover {
  border-color: var(--green);
}
section + section {
  margin-top: 5rem;
}
.collection-intro {
  padding: 4rem 0 3rem;
  max-width: 1000px;
}
.collection-intro h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
}
.collection-intro > p:last-child {
  color: var(--muted);
  margin-top: 1.4rem;
  font-size: 1.05rem;
}
.sitemap-intro {
  max-width: 850px;
}
.sitemap-sections {
  display: grid;
  gap: 1rem;
  padding-bottom: 4rem;
}
.sitemap-panel {
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfaf6;
}
.sitemap-panel + .sitemap-panel {
  margin-top: 0;
}
.sitemap-panel h2 {
  margin-bottom: 0.55rem;
}
.sitemap-panel > div:first-child > p:last-child {
  color: var(--muted);
  max-width: 66ch;
  margin-bottom: 1.5rem;
}
.sitemap-search-button {
  width: 100%;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
  text-align: left;
}
.sitemap-machine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  background: #edf3ed;
}
.sitemap-machine .button {
  flex: 0 0 auto;
}
.pagination {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  font-size: 0.85rem;
  margin: 2rem 0;
  color: var(--muted);
  align-items: center;
}
.quote-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.quote-detail > .quote-illustration {
  width: 100%;
  max-width: 400px;
  justify-self: center;
  border-radius: 8px;
  overflow: hidden;
}
.quote-detail .quote-illustration img {
  width: 100%;
  height: auto;
}
.detail-reading {
  padding: 1rem 0;
  min-width: 0;
}
.detail-reading h1 {
  font-size: 0.85rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: var(--muted);
  margin-bottom: 1.8rem;
}
.detail-reading blockquote {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 600;
  line-height: 1.5;
  white-space: pre-wrap;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.detail-reading .attribution {
  margin-top: 3rem;
}
.quote-topics {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 2.3rem;
}
.quote-topics a {
  border: 1px solid var(--line);
  border-radius: 25px;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
  font-size: 0.8rem;
}
.related-quotes {
  margin-top: 4rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfaf6;
}
.related-quotes .section-heading {
  margin-bottom: 1.25rem;
}
.related-quotes .eyebrow {
  margin-bottom: 0.45rem;
}
.related-quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}
.related-quote-link {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 148px;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.25rem 3rem 1.25rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefa;
  color: inherit;
  text-decoration: none;
}
.related-quote-link:hover {
  border-color: var(--green);
  color: var(--green);
}
.related-quote-text {
  font-size: 1.03rem;
  font-weight: 600;
  line-height: 1.55;
}
.related-quote-meta {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}
.related-quote-arrow {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1rem;
}
.after-quote {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
@media (max-width: 680px) {
  .related-quote-grid {
    grid-template-columns: 1fr;
  }
  .related-quotes .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
}
.site-footer {
  max-width: 1280px;
  margin: auto;
  border-top: 1px solid var(--line);
  padding: 2.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}
.site-footer > .brand {
  font-size: 1.25rem;
}
.site-footer > p {
  font-size: 0.85rem;
  color: var(--muted);
}
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-left: auto;
  font-size: 0.8rem;
}
.legal-document {
  max-width: 820px;
  margin: 4rem auto;
  overflow-wrap: anywhere;
}
.legal-document h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.legal-document h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.legal-document p,
.legal-document ul {
  margin-bottom: 1rem;
}
.info-page > p {
  max-width: 68ch;
}
.info-page details {
  border-bottom: 1px solid var(--line);
  padding: 1.2rem 0;
}
.info-page summary {
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  min-height: 44px;
  padding-block: 0.4rem;
}
.info-page details p {
  margin: 1rem 0 0.25rem;
}
.info-page .button {
  border: 0;
  font: inherit;
  cursor: pointer;
  margin: 0.5rem 0 1.5rem;
}
.back-link {
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
}
.storage-inventory section {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.4rem;
  margin-top: 1rem;
}
.storage-inventory h3 {
  margin: 0 0 0.7rem;
}
.storage-inventory code {
  overflow-wrap: anywhere;
  font-size: 0.9em;
}
.storage-inventory dt {
  font-weight: 600;
}
.storage-inventory dd {
  margin: 0.3rem 0 1rem;
}
.draft-notice {
  padding: 1rem;
  border: 1px solid #9c512d;
  background: #fff4e2;
  color: #713311;
  border-radius: 5px;
  font-weight: 600;
}
@media (min-width: 1500px) {
  .quote-card .quote-illustration img {
    height: 410px;
  }
}
@media (max-width: 900px) {
  .home-intro {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .quote-detail {
    grid-template-columns: 1fr;
  }
  .topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quote-detail {
    gap: 2rem;
  }
  .quote-card .quote-illustration img {
    height: 300px;
  }
  .quote-reading {
    padding: 1.5rem;
  }
}
@media (max-width: 760px) {
  .quote-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .home-intro {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding-top: 1.8rem;
  }
  .home-intro h1 {
    font-size: 2.4rem;
  }
  .home-feature .quote-card .quote-illustration img {
    height: 235px;
  }
  .home-intro .intro-text {
    margin-top: 1rem;
  }
  .home-intro .eyebrow {
    margin-bottom: 0.8rem;
  }
  .site-header {
    padding: 1.2rem 1rem;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .site-header nav {
    gap: 1.2rem;
  }
  .site-header nav a {
    font-size: 0.85rem;
  }
  main {
    padding: 0 1rem 3rem;
  }
  .intro {
    padding: 3rem 0;
  }
  .intro-text {
    font-size: 1rem;
  }
  .quote-grid,
  .quote-detail {
    grid-template-columns: 1fr;
  }
  .quote-grid {
    gap: 1.5rem;
  }
  .quote-card .quote-illustration img {
    height: 320px;
  }
  .quote-reading {
    padding: 1.5rem;
  }
  .quote-reading blockquote {
    font-size: 1.25rem;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
  .topic-grid {
    grid-template-columns: 1fr;
  }
  .topic-link {
    padding: 1rem;
  }
  .collection-intro {
    padding: 3rem 0 2rem;
  }
  .sitemap-machine {
    align-items: flex-start;
    flex-direction: column;
  }
  .detail-reading {
    padding: 0.5rem;
  }
  .detail-reading blockquote {
    font-size: clamp(1.25rem, 5.5vw, 1.5rem);
  }
  .quote-detail {
    gap: 1.5rem;
  }
  .site-footer {
    padding: 2rem 1rem;
    align-items: start;
    flex-direction: column;
  }
  .site-footer nav {
    margin-left: 0;
    gap: 1rem;
  }
  .legal-document {
    margin: 2.5rem 0;
  }
  .attribution {
    font-size: 1rem;
  }
  .domain {
    font-size: 0.875rem;
  }
  section + section {
    margin-top: 3rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  a {
    transition:
      color 0.15s ease,
      background-color 0.15s ease,
      border-color 0.15s ease;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  a,
  button,
  summary {
    transition: none;
    animation: none;
  }
}
@media (forced-colors: active) {
  a:focus-visible,
  button:focus-visible,
  summary:focus-visible,
  [tabindex]:focus-visible {
    outline-color: Highlight;
  }
  .button,
  .topic-link,
  .quote-topics a {
    border-color: ButtonText;
  }
  .illustration-link:focus-visible::after {
    border-color: Canvas;
    outline-color: Highlight;
  }
}
@media print {
  .site-header,
  .site-footer,
  .after-quote,
  .skip-link,
  .quote-topics {
    display: none;
  }
  .quote-detail {
    display: block;
  }
  .quote-detail .quote-illustration img {
    max-height: 350px;
  }
  .detail-reading blockquote {
    font-size: 18pt;
  }
  body {
    background: white;
    color: black;
  }
}
.public-quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}
.public-quote-actions button {
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}
.public-quote-actions [hidden] {
  display: none;
}
[data-share-status] {
  font-size: 0.95rem;
  line-height: 1.5;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.language-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 6px 9px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
}
.language-option svg {
  display: block;
  flex-shrink: 0;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #0002;
}
.language-option.is-current,
.language-option[aria-pressed="true"] {
  background: #e4ece2;
  color: #203e32;
}
.development-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 18px;
  padding: 6px 12px;
  background: #edf0e9;
  border-bottom: 1px solid #d6dfd5;
  color: #304b3f;
  font:
    13px/1.4 Arial,
    sans-serif;
}
.development-switch a,
.development-switch span {
  padding: 8px 4px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
}
.development-switch [aria-current] {
  font-weight: 600;
}

/* The photograph and real SVG text are one compact quote poster. */
.quote-poster {
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
}
.quote-poster.feed {
  aspect-ratio: 4 / 5;
}
.quote-poster.portrait {
  aspect-ratio: 9 / 16;
}
.quote-poster.square {
  aspect-ratio: 1;
}
.quote-poster.wide {
  aspect-ratio: 16 / 9;
}
.quote-card .quote-poster img,
.home-feature .quote-card .quote-poster img,
.quote-detail .quote-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.poster-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.quote-poster img {
  pointer-events: none;
}
.poster-text.white-ink text {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
}
.quote-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  gap: 24px;
  align-items: start;
}
.quote-card {
  width: 100%;
  max-width: 360px;
  justify-self: center;
}
.home-feature .quote-card {
  margin-inline: auto;
  max-width: 330px;
}
.quote-reading,
.home-feature .quote-reading {
  padding: 12px 16px;
}
.quote-reading > .text-link,
.home-feature .text-link {
  margin-top: 4px;
}
.quote-transcript summary,
.additional-actions summary {
  cursor: pointer;
  min-height: 44px;
  display: flex;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.quote-transcript .reader-content {
  border: 0;
  padding: 0;
  margin: 12px 0 0;
  min-inline-size: 0;
}
.reader-content legend { font-size: 1rem; margin-bottom: 8px; }
.reader-content .reader-size {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.reader-content > label {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 6px 10px;
  margin: 0 4px 8px 0;
  border: 1px solid var(--green);
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
}
.reader-content .reader-size:checked + label { background: var(--green); color: #fff; }
.reader-content .reader-size:focus-visible + label { outline: 3px solid var(--green); outline-offset: 3px; }
.quote-transcript .reader-content blockquote {
  margin: 16px 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.quote-transcript .reader-larger:checked ~ blockquote { font-size: 2.25rem; }
.quote-transcript .reader-largest:checked ~ blockquote { font-size: 2.75rem; }
.quote-transcript .reader-content .attribution,
.quote-transcript .reader-content .domain { font-size: 1.125rem; overflow-wrap: anywhere; }
.quote-transcript .attribution {
  margin-top: 20px;
}
.poster-series {
  display: grid;
  gap: 12px;
  width: min(100%, 360px);
  justify-self: center;
}
.poster-series .quote-poster {
  border-radius: 12px;
}
.image-share-intro {
  font-size: 1.2rem;
  max-width: 36ch;
  margin-bottom: 1rem;
}
.public-quote-actions .button {
  margin-top: 0;
}
.image-download {
  background: transparent;
  color: var(--green);
  border-color: var(--green);
}
.download-help {
  font-size: 0.9rem;
  margin-top: 14px;
  color: var(--muted);
}
.additional-actions {
  margin-top: 20px;
  font-size: 0.85rem;
}
.additional-actions .button {
  margin-top: 0;
}
@media (max-width: 760px) {
  .quote-card {
    max-width: 330px;
  }
  .poster-series {
    max-width: 330px;
  }
  .home-intro {
    gap: 20px;
  }
  .home-intro h1 {
    font-size: 2rem;
  }
  .home-intro .intro-text {
    margin-top: 14px;
  }
  .quote-detail {
    gap: 22px;
  }
}

/* Visible on every quote, including browsers without native file sharing. */
.public-share { width:100%; min-width:0; font-size:1rem; text-align:left; }
.share-entry { display:flex; align-items:center; justify-content:center; gap:10px; min-height:48px; padding:10px 14px; background:var(--green); color:#fff; border-radius:10px; cursor:pointer; font-weight:600; list-style:none; }
.share-entry::-webkit-details-marker { display:none; }
.share-symbol { flex-shrink:0; }
.share-expand { margin-left:auto; font-size:1.4rem; }
.public-share[open] > .share-entry .share-expand { transform:rotate(45deg); }
.public-share-panel { padding:14px; border:1px solid var(--line, #dce2d8); border-radius:0 0 12px 12px; background:#fffdf7; overflow-wrap:anywhere; }
.public-share[open] > .share-entry { border-radius:10px 10px 0 0; }
.public-share [hidden] { display:none !important; }
.public-share .button { margin:0; min-height:48px; display:flex; align-items:center; justify-content:center; gap:8px; font:inherit; font-weight:600; cursor:pointer; padding:10px 12px; }
.public-share .share-instruction { font-size:.85rem; line-height:1.55; margin:0 0 12px; }
.public-share-targets { display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:7px; margin-bottom:12px; }
.public-share-targets button { border:1px solid #cdd8cc; background:#edf2e9; color:var(--green); border-radius:8px; padding:8px; min-height:44px; font:inherit; font-size:.9rem; cursor:pointer; overflow-wrap:anywhere; }
.public-share [data-share-status]:empty { display:none; }
.public-share [data-share-status] { padding:10px 0; margin:0; font-size:.85rem; }
.share-native { width:100%; }
.share-downloads { display:grid; gap:8px; margin:12px 0; }
.share-download-row { display:grid; gap:4px; }
.share-open-image { display:flex; align-items:center; justify-content:center; min-height:44px; font-size:.85rem; text-decoration:underline; }
.share-link-options { border-top:1px solid #dce2d8; padding-top:8px; }
.share-link-options summary { min-height:44px; display:flex; align-items:center; cursor:pointer; text-decoration:underline; }
.share-link-options > a { display:flex; align-items:center; min-height:44px; font-size:.85rem; text-decoration:underline; }
.quote-card > .public-share { margin-bottom:10px; }
.share-business { margin:8px 0; border:1px solid #cdd8cc; border-radius:8px; padding:0 10px; }
.share-business > summary { min-height:48px; display:flex; align-items:center; cursor:pointer; color:var(--green); font-weight:600; font-size:.9rem; }
.share-business > summary::before { content:"+"; margin-right:8px; }
.share-business[open] > summary::before { content:"−"; }
.share-business > summary::-webkit-details-marker { display:none; }
.share-business-steps { padding-left:20px; font-size:.85rem; line-height:1.55; }
.share-business-steps > li { margin-bottom:18px; }
.share-business-steps p { margin:6px 0 10px; font-size:inherit; }
.share-business-steps small { display:block; margin-top:8px; }
.public-share :is(button,a,summary):focus-visible { outline:3px solid #aa512d; outline-offset:3px; }
@media print { .public-share { display:none; } }

/* One compact advertisement per public content page; no remote assets or scripts. */
.book-tip { display:flex; align-items:center; justify-content:space-between; gap:1.5rem; margin:2rem 0 0; padding:1rem 1.25rem; border:1px solid #dce2d8; border-radius:12px; background:#eef1e9; font-size:.9rem; }
.book-tip small { display:block; color:#58645d; font-size:.72rem; letter-spacing:.06em; }
.book-tip p { margin:.3rem 0 0; line-height:1.55; }
.book-tip p span { color:#48594e; }
.book-tip a { flex-shrink:0; color:#214f40; text-decoration:underline; text-underline-offset:3px; font-weight:600; }
.book-tip-new-tab { font-size:.75rem; font-weight:400; }
@media(max-width:720px) { .book-tip { flex-direction:column; align-items:flex-start; gap:.7rem; padding:1rem; } .book-tip a { flex-shrink:1; } }

@media (max-width: 760px) {
  .search-trigger span { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }
  .search-trigger { padding: 0; width: 48px; height: 48px; }
  .site-search { width: 100%; max-width: none; max-height: 100dvh; height: 100dvh; border-radius: 0; margin: 0; }
  .site-search-panel { min-height: 100%; overflow-y: auto; }
  .search-input-row { grid-template-columns: 22px minmax(0, 1fr); padding-right: 0.55rem; }
  .search-input-row button { grid-column: 1 / -1; width: 100%; margin: 0 0 0.55rem; }
  .search-filter { align-items: stretch; flex-direction: column; gap: 0.3rem; }
  .search-filter select { width: 100%; }
  .search-results a { grid-template-columns: 1fr; }
  .search-result-kind { grid-row: auto; justify-self: start; }
}
