:root {
  --ink: #222621;
  --soft-ink: #555a50;
  --paper: #f6f1e7;
  --paper-deep: #eee6d7;
  --white: #fffdf8;
  --moss: #3f5b4a;
  --moss-light: #dce4da;
  --clay: #9b593f;
  --clay-light: #ead8ce;
  --sky: #3d6571;
  --sky-light: #d7e3e5;
  --line: rgba(34, 38, 33, 0.16);
  --shadow: 0 24px 65px rgba(42, 37, 27, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
}
body.reader-open { overflow: hidden; }
[hidden] { display: none !important; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible {
  outline: 3px solid #b16a47;
  outline-offset: 4px;
}
svg {
  width: 1.1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 24%, rgba(165, 106, 71, 0.15), transparent 23rem),
    radial-gradient(circle at 5% 88%, rgba(63, 91, 74, 0.13), transparent 28rem),
    linear-gradient(120deg, #f8f4eb 0%, #efe7d8 100%);
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  top: 70px;
  right: -270px;
  border: 1px solid rgba(155, 89, 63, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.18),
    0 0 0 140px rgba(63, 91, 74, 0.045);
}
.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px 32px;
  border-bottom: 1px solid var(--line);
}
.site-logo {
  display: block;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  box-shadow: 0 7px 20px rgba(34, 38, 33, 0.14);
  line-height: 0;
}
.site-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.veterans-link {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration-color: rgba(155, 89, 63, 0.55);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.veterans-link:hover,
.veterans-link:focus-visible {
  color: var(--create);
  text-decoration-color: currentColor;
}
.site-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.brand, .collection-link {
  color: var(--ink);
  text-decoration: none;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.brand-mark {
  display: flex;
  align-items: center;
  gap: 3px;
  width: 42px;
  height: 19px;
  padding: 5px 7px;
  border: 1px solid var(--moss);
  border-radius: 12px 2px 2px 12px;
  transform: rotate(-4deg);
}
.brand-mark i {
  width: 4px;
  height: 4px;
  background: var(--moss);
  border-radius: 50%;
}
.collection-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.83rem;
  font-weight: 700;
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 990px;
  margin: 0 auto;
  padding: 128px 32px 170px;
}
.hero h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(2.25rem, 4.8vw, 4.5rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-align: center;
}
.hero h1 em {
  display: block;
  color: var(--moss);
  font-weight: 400;
}
.intro {
  max-width: 650px;
  margin: 38px 0 34px;
  color: var(--soft-ink);
  font-size: 1.23rem;
  line-height: 1.6;
}
.primary-action {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 14px 20px;
  color: var(--white);
  background: var(--moss);
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}
.primary-action:hover { background: #314a3b; }
.listen-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--sky);
  border: 1px solid var(--sky);
  border-radius: 4px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}
.listen-button:hover { background: #2f535e; }
.audio-reflection {
  margin: 22px 0 30px;
  padding: 18px;
  background: var(--sky-light);
  border: 1px solid rgba(61, 101, 113, 0.28);
  border-radius: 5px;
}
.audio-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 13px;
  color: var(--sky);
  font-family: Arial, Helvetica, sans-serif;
}
.audio-heading strong, .audio-heading small { display: block; }
.audio-heading small { margin-top: 2px; color: var(--soft-ink); font-size: 0.76rem; }
.audio-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--sky);
  border-radius: 50%;
  font-size: 0.72rem;
  text-indent: 2px;
}
.audio-reflection audio { display: block; width: 100%; min-height: 44px; }
.reader-body .closing-line {
  margin: 24px 0 6px;
  color: var(--sky);
  font-size: 1.32rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-indent: 0;
}
.reader-body .reader-section {
  margin: 2.1em 0 0.55em;
  color: var(--sky);
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1.2;
}
.reader-body .reader-subsection {
  margin: 1.55em 0 0.35em;
  color: var(--sky);
  font-size: 1.12rem;
  font-style: italic;
  font-weight: 700;
}
.reader-body ul {
  margin: 0.55em 0 1.45em;
  padding-left: 1.35em;
}
.reader-body li { margin: 0.28em 0; line-height: 1.65; }
.reader-body .reader-lines { margin-left: 1.1em; font-style: italic; }
.reader-body .reader-eruption {
  margin-left: 1.1em;
  color: #c00000;
  font-weight: 700;
}
.reader-body .reflection-question {
  margin: 1.5em 0;
  color: var(--moss);
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.5;
}
.breath-line {
  position: absolute;
  right: 6%;
  bottom: 65px;
  display: flex;
  align-items: center;
  gap: 13px;
  opacity: 0.5;
}
.breath-line span { width: 68px; height: 1px; background: var(--clay); }
.breath-line b { width: 7px; height: 7px; background: var(--clay); border-radius: 50%; }
.collection-origin {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(420px, 1.4fr);
  gap: clamp(48px, 8vw, 110px);
  padding: 100px max(32px, calc((100vw - 1160px) / 2));
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.origin-heading h2 {
  max-width: 420px;
  margin: 0;
  color: var(--moss);
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.origin-copy { max-width: 690px; }
.origin-copy p { margin: 0 0 1.15em; color: var(--soft-ink); font-size: 1.08rem; line-height: 1.72; }
.origin-copy p:first-child { color: var(--ink); font-size: 1.18rem; }
.front-invitation {
  margin-top: 32px;
  padding: 25px 26px 27px;
  text-align: left;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
}
.front-invitation .eyebrow { margin-bottom: 8px; }
.front-invitation h3 {
  margin: 0;
  color: var(--moss);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.02em;
}
.front-invitation > p:not(.eyebrow) {
  margin: 15px 0 0;
  color: var(--soft-ink);
  font-size: 0.97rem;
  line-height: 1.58;
}
.front-invitation blockquote {
  margin: 17px 0 19px;
  padding: 0;
  color: var(--ink);
  border: 0;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5;
}
.invitation-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 12px;
}
.invitation-actions button {
  flex: 1 1 0;
  white-space: nowrap;
}
.invitation-read {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--moss);
  background: transparent;
  border: 1px solid var(--moss);
  border-radius: 4px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}
.invitation-read:hover { color: var(--white); background: var(--moss); }
.invitation-read svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.themes-section, .collection-section {
  padding: 110px max(32px, calc((100vw - 1160px) / 2));
}
.themes-section {
  background: #262c27;
  color: #f5f0e6;
}
.themes-section .eyebrow { color: #ce9376; }
.section-heading { margin-bottom: 48px; }
.section-heading h2 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.theme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.theme-card {
  min-height: 390px;
  padding: 32px;
  color: inherit;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, background 180ms ease;
}
.theme-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.045);
}
.theme-number {
  display: block;
  color: #b9c4b9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}
.theme-card h3 {
  margin: 68px 0 15px;
  font-size: 1.85rem;
  font-weight: 400;
}
.theme-card > p { color: #c9cec8; line-height: 1.55; }
.theme-line {
  display: block;
  margin-top: 34px;
  padding-top: 22px;
  color: #e7d5ca;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.93rem;
  font-style: italic;
}
.closing-reflection-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.55fr) minmax(360px, 1.7fr) auto;
  align-items: center;
  gap: 28px;
  width: 100%;
  margin-top: 16px;
  padding: 28px 32px;
  color: #f5f0e6;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  text-align: left;
  transition: transform 180ms ease, background 180ms ease;
}
.closing-reflection-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.08);
}
.closing-reflection-label {
  color: #ce9376;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.closing-reflection-copy { display: grid; gap: 5px; }
.closing-reflection-copy strong {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 400;
  line-height: 1.15;
}
.closing-reflection-copy > span { color: #c9cec8; font-size: 0.92rem; font-style: italic; }
.closing-reflection-actions {
  display: grid;
  gap: 10px;
  justify-items: stretch;
}
.closing-reflection-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 14px;
  color: #e7d5ca;
  background: transparent;
  border: 1px solid rgba(231, 213, 202, 0.65);
  border-radius: 4px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}
.closing-reflection-action:hover { color: #262c27; background: #e7d5ca; }
.closing-reflection-action svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.accent-closing { --accent: #8a6e9b; }
.collection-section { background: var(--paper); }
.collection-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.collection-note {
  max-width: 360px;
  margin: 0 0 5px;
  color: var(--soft-ink);
  font-size: 0.95rem;
}
.search-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 15px;
}
.search-box {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 12px;
  min-width: 280px;
  padding: 10px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}
.search-box svg { color: var(--moss); }
.search-box input {
  width: 100%;
  padding: 7px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
}
.search-box input::placeholder { color: #88897f; }
.search-box button {
  padding: 5px;
  color: var(--clay);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}
.filters { display: flex; gap: 7px; }
.filters button {
  padding: 10px 15px;
  color: var(--soft-ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}
.filters button.active, .filters button:hover {
  color: var(--white);
  background: var(--moss);
  border-color: var(--moss);
}
.result-count {
  margin: 0;
  color: #71736b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.result-summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 25px;
}
.saved-help {
  margin: 0;
  color: var(--soft-ink);
  font-size: 0.82rem;
  font-style: italic;
  text-align: right;
}
.reflection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.reflection-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 415px;
  padding: 28px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.reflection-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--accent);
}
.reflection-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(42, 37, 27, 0.09);
}
.accent-breathe { --accent: var(--sky); }
.accent-create { --accent: var(--clay); }
.accent-share { --accent: var(--moss); }
.card-meta, .reader-meta {
  display: flex;
  justify-content: space-between;
  color: var(--accent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.card-meta span:last-child, .reader-meta span:last-child { color: #84867e; }
.reflection-card h3 {
  margin: 24px 0 13px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.13;
}
.reflection-card > p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 0.95rem;
  line-height: 1.56;
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 22px;
}
.tag-row span {
  padding: 3px 8px;
  color: #6c6e66;
  background: #f3efe6;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.65rem;
}
.card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
}
.read-button, .save-button, .empty-state button {
  border: 0;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}
.read-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  color: var(--ink);
  background: transparent;
}
.save-button {
  padding: 7px 10px;
  color: #73756d;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 3px;
}
.save-button.saved { color: var(--moss); background: var(--moss-light); border-color: transparent; }
.empty-state {
  padding: 70px 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--line);
}
.empty-state h3 { margin: 0; font-size: 1.6rem; font-weight: 400; }
.empty-state p { color: var(--soft-ink); }
.empty-state button { padding: 11px 15px; color: white; background: var(--moss); border-radius: 3px; }
footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 95px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  font-size: 0.87rem;
}
.footer-note { margin-left: auto; color: #74766d; font-style: italic; }
.footer-disclaimer {
  flex: 0 0 100%;
  max-width: 900px;
  margin-top: 12px;
  padding-top: 19px;
  color: #6e7169;
  border-top: 1px solid rgba(34, 38, 33, 0.1);
  font-size: 0.76rem;
  line-height: 1.55;
}
.footer-disclaimer p { margin: 0 0 7px; }
.footer-disclaimer p:last-child { margin-bottom: 0; font-style: italic; }
.footer-mark { display: flex; align-items: center; gap: 5px; }
.footer-mark::before, .footer-mark::after { content: ""; width: 20px; height: 1px; background: var(--clay); }
.footer-mark span { width: 4px; height: 4px; background: var(--clay); border-radius: 50%; }
.reader-backdrop {
  position: fixed;
  z-index: 20;
  inset: 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  background: var(--white);
}
.reader {
  width: 100%;
  min-height: 100%;
  background: var(--white);
  box-shadow: none;
  outline: none;
  animation: reader-in 180ms ease-out;
}
@keyframes reader-in { from { opacity: 0; } }
.reader-toolbar {
  position: sticky;
  z-index: 1;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 18px max(24px, calc((100vw - 760px) / 2));
  background: rgba(255, 253, 248, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.reader-logo {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 48px;
  height: 48px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(34, 38, 33, 0.14);
  cursor: pointer;
  line-height: 0;
  transform: translateX(-50%);
}
.reader-logo img { width: 100%; height: 100%; object-fit: cover; }
.close-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}
.close-button span { font-size: 1.35rem; font-weight: 400; }
.reader-inner { max-width: 760px; margin: 0 auto; padding: 72px 30px 110px; }
.reader h2 {
  margin: 28px 0 27px;
  text-align: center;
  font-size: clamp(2.6rem, 7vw, 4.7rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.reader-subtitle {
  margin: -16px 0 30px;
  color: var(--accent);
  font-size: 1.24rem;
  font-style: italic;
  text-align: center;
}
.reader-opening {
  padding-bottom: 30px;
  color: var(--accent);
  border-bottom: 1px solid var(--line);
  font-size: 1.22rem;
  font-style: italic;
  line-height: 1.55;
}
.reader-body p { margin: 1.4em 0; font-size: 1.08rem; line-height: 1.8; }
.reader blockquote {
  margin: 50px 0;
  padding: 25px 0 25px 28px;
  color: var(--accent);
  border-left: 3px solid var(--accent);
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1.45;
}
.reflection-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 52px 0 0;
  padding: 25px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.reflection-share p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 0.95rem;
  font-style: italic;
}
.reflection-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.print-attribution { display: none; }
.reflection-share button,
.reflection-share .print-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 3px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}
.reflection-share button:hover,
.reflection-share .print-link:hover { background: var(--paper-deep); }
.reflection-share svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.related-reading { margin-top: 65px; padding-top: 30px; border-top: 1px solid var(--line); }
.related-reading h3 { margin: 0 0 20px; font-size: 1.8rem; font-weight: 400; }
.related-reading > div { display: grid; gap: 8px; }
.related-reading button {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 14px;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
}
.related-reading button:hover { background: var(--paper-deep); }
.related-reading button span {
  color: var(--accent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-toast {
  position: fixed;
  z-index: 40;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: min(520px, calc(100vw - 48px));
  padding: 16px 18px;
  color: var(--white);
  background: #2f4939;
  border-radius: 4px;
  box-shadow: var(--shadow);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}
.site-toast button {
  flex: 0 0 auto;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .theme-grid, .reflection-grid { grid-template-columns: 1fr 1fr; }
  .theme-card:last-child { grid-column: 1 / -1; min-height: 320px; }
  .collection-heading { align-items: start; flex-direction: column; gap: 18px; }
  .search-row { align-items: stretch; flex-direction: column; }
  .filters { flex-wrap: wrap; }
  .closing-reflection-card { grid-template-columns: 1fr; gap: 12px; }
  .closing-reflection-action { margin-top: 6px; }
}

@media (max-width: 640px) {
  body { font-size: 17px; }
  .hero { min-height: 680px; }
  .topbar { padding: 22px 20px; }
  .site-logo { width: 72px; height: 72px; }
  .collection-link { display: none; }
  .hero-copy { padding: 105px 20px 130px; }
  .hero h1 { font-size: clamp(2rem, 9.5vw, 2.9rem); }
  .intro { font-size: 1.05rem; }
  .breath-line { right: 20px; bottom: 40px; }
  .collection-origin { grid-template-columns: 1fr; gap: 30px; padding: 72px 20px; }
  .front-invitation { margin-top: 26px; padding: 23px 20px 24px; }
  .invitation-actions { align-items: stretch; flex-direction: column; }
  .invitation-actions button { width: 100%; white-space: normal; }
  .themes-section, .collection-section { padding: 78px 20px; }
  .theme-grid, .reflection-grid { grid-template-columns: 1fr; }
  .theme-card, .theme-card:last-child { grid-column: auto; min-height: 330px; }
  .theme-card h3 { margin-top: 45px; }
  .closing-reflection-card { padding: 25px 22px; }
  .reflection-card { min-height: 380px; }
  .result-summary { align-items: flex-start; flex-direction: column; gap: 7px; }
  .saved-help { text-align: left; }
  .site-toast { right: 16px; bottom: 16px; left: 16px; max-width: none; }
  footer { align-items: start; flex-direction: column; gap: 4px; }
  .footer-note { margin-left: 0; }
  .reader-inner { padding: 55px 24px 75px; }
  .reader-toolbar { padding: 14px 16px; }
  .reader-logo { top: 8px; width: 42px; height: 42px; }
  .reflection-share { align-items: flex-start; flex-direction: column; gap: 14px; }
  .reflection-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .reflection-actions button,
  .reflection-actions .print-link { justify-content: center; width: 100%; }
  .related-reading button { grid-template-columns: 65px 1fr auto; }
}

.reflection-actions .print-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.print-view-bar {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 18px;
  color: #fff;
  background: #28372f;
  box-shadow: 0 8px 30px rgb(0 0 0 / 22%);
  font-family: Arial, Helvetica, sans-serif;
}

.print-view-bar button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 15px;
  color: #28372f;
  background: #fff;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.print-view-bar svg,
.reflection-actions .print-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

@media print {
  @page { margin: 0.7in; }
  body { color: #111; background: #fff; }
  main > :not(.reader-backdrop) { display: none !important; }
  .reader-backdrop { position: static; overflow: visible; background: #fff; }
  .reader { min-height: auto; color: #111; background: #fff; }
  .reader-toolbar,
  .audio-reflection,
  .reflection-share,
  .related-reading,
  .print-view-bar { display: none !important; }
  .reader-inner { max-width: none; padding: 0; }
  .reader-meta { color: #444; }
  .reader h2 { margin-top: 18px; color: #111; font-size: 30pt; }
  .reader-subtitle,
  .reader-opening,
  .reader-body .reader-section,
  .reader-body .reader-subsection,
  .reader blockquote { color: #111; }
  .reader-opening { font-size: 12pt; }
  .reader-body p,
  .reader-body li { font-size: 11.5pt; line-height: 1.55; }
  .reader-body p { margin: 0.72em 0; }
  .reader-body .reader-section,
  .reader-body .reader-subsection { break-after: avoid; }
  .reader-body p,
  .reader-body li,
  .reader blockquote { orphans: 3; widows: 3; }
  .reader blockquote { margin: 28px 0; padding: 16px 0 16px 22px; font-size: 14pt; }
  .print-attribution {
    display: block;
    margin-top: 32px;
    padding-top: 12px;
    color: #555;
    border-top: 1px solid #bbb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
