/* =========================================================
   Heimdall's Watch — shared stylesheet
   Warm, hearth-fire palette: parchment, ember, aged gold
   ========================================================= */

/* ---------- Reset & base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #2a1c10;
  background-color: #fbf6ec;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #8e3a1c;
  text-decoration: none;
  border-bottom: 1px solid rgba(142, 58, 28, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
}

a:hover,
a:focus {
  color: #a8451f;
  border-bottom-color: #a8451f;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  color: #2a1c10;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
}

h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.6rem); }
h4 { font-size: 1.15rem; font-family: 'Cinzel', 'Cormorant Garamond', serif; letter-spacing: 0.06em; text-transform: uppercase; }

p { margin: 0 0 1.1em 0; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: 'Cinzel', 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b8843a;
  margin-bottom: 1em;
  display: inline-block;
}

.lead {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #5b4634;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-weight: 500;
}

/* ---------- Layout ---------- */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-narrow {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

section {
  padding: 5rem 0;
}

@media (max-width: 600px) {
  section { padding: 3.5rem 0; }
}

/* ---------- Header / nav ---------- */
.site-header {
  background-color: rgba(251, 246, 236, 0.92);
  backdrop-filter: saturate(180%) blur(8px);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid rgba(184, 132, 58, 0.25);
  position: sticky;
  top: 0;
  z-index: 50;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border-bottom: none;
  color: #2a1c10;
}

.brand:hover { color: #2a1c10; }

.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.brand-name {
  font-family: 'Cinzel', 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-links {
  display: flex;
  gap: 1.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: #5b4634;
  border-bottom: none;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  padding: 0.25rem 0;
}

.nav-links a:hover,
.nav-links a.active {
  color: #8e3a1c;
}

.nav-links a.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #b8843a, transparent);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #2a1c10;
}

.nav-toggle svg { width: 24px; height: 24px; }

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: #fbf6ec;
    border-bottom: 1px solid rgba(184, 132, 58, 0.25);
    box-shadow: 0 6px 18px rgba(42, 28, 16, 0.08);
    padding: 0.5rem 1.5rem 1rem;
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(184, 132, 58, 0.15);
  }
  .nav-links li:last-child { border-bottom: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 6rem 0 5rem;
  background:
    radial-gradient(ellipse at top right, rgba(184, 132, 58, 0.18), transparent 55%),
    radial-gradient(ellipse at bottom left, rgba(142, 58, 28, 0.10), transparent 60%),
    linear-gradient(180deg, #fbf6ec 0%, #f5ead4 100%);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent 28px,
      rgba(184, 132, 58, 0.04) 28px,
      rgba(184, 132, 58, 0.04) 29px
    );
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 720px;
}

.hero h1 {
  margin-bottom: 0.5em;
}

.hero .lead {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  margin-bottom: 2.2rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.hero-mark {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  height: 360px;
  opacity: 0.18;
  pointer-events: none;
}

@media (max-width: 900px) {
  .hero-mark { width: 240px; height: 240px; right: -80px; opacity: 0.12; }
}

@media (max-width: 600px) {
  .hero { padding: 4rem 0 3.5rem; }
  .hero-mark { display: none; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  text-decoration: none;
  border-bottom: none;
}

.btn-primary {
  background-color: #8e3a1c;
  color: #fbf6ec;
  box-shadow: 0 2px 0 rgba(42, 28, 16, 0.15), 0 6px 16px rgba(142, 58, 28, 0.18);
}

.btn-primary:hover {
  background-color: #a8451f;
  color: #fbf6ec;
  transform: translateY(-1px);
  box-shadow: 0 3px 0 rgba(42, 28, 16, 0.18), 0 10px 22px rgba(142, 58, 28, 0.25);
}

.btn-secondary {
  background-color: transparent;
  color: #2a1c10;
  border: 1.5px solid rgba(42, 28, 16, 0.35);
}

.btn-secondary:hover {
  border-color: #8e3a1c;
  color: #8e3a1c;
}

/* ---------- Section pieces ---------- */
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}

.section-head .lead {
  margin-top: 0.5em;
}

/* Decorative divider with rune-ish glyph */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2.5rem 0;
  color: #b8843a;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 132, 58, 0.6), transparent);
}

.divider svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* ---------- Cards ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.card {
  background-color: #fff8eb;
  border: 1px solid rgba(184, 132, 58, 0.2);
  border-radius: 4px;
  padding: 2rem 1.75rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(42, 28, 16, 0.08);
  border-color: rgba(184, 132, 58, 0.45);
}

.card h3 {
  margin-top: 0.75rem;
  margin-bottom: 0.4rem;
}

.card p {
  color: #5b4634;
  font-size: 0.98rem;
}

.card-icon {
  width: 44px;
  height: 44px;
  color: #8e3a1c;
}

/* Sector-card variant: bigger, two-column on wide */
.sector {
  background-color: #fff8eb;
  border: 1px solid rgba(184, 132, 58, 0.22);
  border-radius: 4px;
  padding: 2.25rem;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1.5rem;
  align-items: start;
}

.sector h3 {
  margin: 0 0 0.4rem;
  font-size: 1.55rem;
}

.sector .role {
  color: #b8843a;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  display: block;
}

.sector-icon {
  width: 56px;
  height: 56px;
  color: #8e3a1c;
}

@media (max-width: 600px) {
  .sector { grid-template-columns: 1fr; padding: 1.75rem; }
  .sector-icon { width: 44px; height: 44px; }
}

/* ---------- Virtues list ---------- */
.virtues {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.virtue {
  background: linear-gradient(180deg, #fff8eb 0%, #fdf2dc 100%);
  border-left: 3px solid #b8843a;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border-radius: 2px;
}

.virtue-num {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  color: #b8843a;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 0.4rem;
}

.virtue h4 {
  margin: 0 0 0.4rem;
  text-transform: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  letter-spacing: 0;
}

.virtue p {
  font-size: 0.95rem;
  color: #5b4634;
  margin: 0;
}

/* ---------- Calendar ---------- */
.calendar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.festival {
  background-color: #fff8eb;
  border: 1px solid rgba(184, 132, 58, 0.22);
  border-radius: 4px;
  padding: 1.75rem;
  position: relative;
}

.festival-date {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  color: #8e3a1c;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.festival h3 {
  margin: 0 0 0.6rem;
  font-size: 1.35rem;
}

.festival p {
  font-size: 0.95rem;
  color: #5b4634;
  margin: 0;
}

/* ---------- Two-column splits ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.split.split-narrow { gap: 2.5rem; }

@media (max-width: 800px) {
  .split { grid-template-columns: 1fr; gap: 2rem; }
}

/* ---------- Callout (warning / commitment block) ---------- */
.callout {
  background: linear-gradient(135deg, #fff8eb 0%, #fdebd1 100%);
  border: 1px solid rgba(184, 132, 58, 0.4);
  border-left: 4px solid #8e3a1c;
  padding: 2rem 2.25rem;
  border-radius: 4px;
  margin: 2.5rem 0;
}

.callout h3 {
  margin-top: 0;
  color: #8e3a1c;
}

.callout p { color: #2a1c10; }
.callout p:last-child { margin-bottom: 0; }

/* ---------- Pull quote ---------- */
.pullquote {
  margin: 3rem auto;
  max-width: 720px;
  padding: 0 2rem;
  border-left: 3px solid #b8843a;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #5b4634;
}

/* ---------- Form ---------- */
.form {
  display: grid;
  gap: 1.25rem;
  max-width: 600px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
}

.form label {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5b4634;
  margin-bottom: 0.4rem;
}

.form input,
.form textarea,
.form select {
  width: 100%;
  padding: 0.8rem 1rem;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1rem;
  background-color: #fff8eb;
  border: 1px solid rgba(184, 132, 58, 0.4);
  border-radius: 3px;
  color: #2a1c10;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  outline: none;
  border-color: #8e3a1c;
  box-shadow: 0 0 0 3px rgba(142, 58, 28, 0.15);
}

.form textarea {
  resize: vertical;
  min-height: 140px;
}

/* ---------- Background variants ---------- */
.bg-warm {
  background:
    linear-gradient(180deg, #f5ead4 0%, #fbf6ec 100%);
}

.bg-cream {
  background-color: #fbf6ec;
}

.bg-deep {
  background:
    radial-gradient(ellipse at top, rgba(184, 132, 58, 0.18), transparent 60%),
    linear-gradient(180deg, #2a1c10 0%, #1f1408 100%);
  color: #f5ead4;
}

.bg-deep h1, .bg-deep h2, .bg-deep h3, .bg-deep h4 {
  color: #fdebd1;
}

.bg-deep .lead { color: #d9c5a4; }
.bg-deep p { color: #d9c5a4; }
.bg-deep .eyebrow { color: #c9974a; }
.bg-deep a:not(.btn) { color: #e6b97a; border-bottom-color: rgba(230, 185, 122, 0.4); }
.bg-deep a:not(.btn):hover { color: #f5d9a8; }

/* ---------- Footer ---------- */
.site-footer {
  background-color: #1f1408;
  color: #d9c5a4;
  padding: 4rem 0 2rem;
  font-size: 0.95rem;
}

.site-footer h4 {
  color: #fdebd1;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-brand-mark {
  width: 38px;
  height: 38px;
  margin-bottom: 1rem;
  color: #c9974a;
}

.footer-grid p {
  color: #ad9676;
  font-size: 0.93rem;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-grid li {
  margin-bottom: 0.5rem;
}

.footer-grid a {
  color: #d9c5a4;
  border-bottom: none;
  font-size: 0.95rem;
}

.footer-grid a:hover {
  color: #fdebd1;
}

.footer-bottom {
  border-top: 1px solid rgba(184, 132, 58, 0.18);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  color: #8d7559;
  font-size: 0.85rem;
}

@media (max-width: 800px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 500px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ---------- Misc ---------- */
.text-center { text-align: center; }
.muted { color: #5b4634; }
.gold { color: #b8843a; }

ul.checked {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

ul.checked li {
  position: relative;
  padding: 0.4rem 0 0.4rem 2rem;
  color: #5b4634;
}

ul.checked li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8843a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ---------- Wallet display ---------- */
.wallet-block {
  background-color: #fff8eb;
  border: 1px solid rgba(184, 132, 58, 0.4);
  border-radius: 4px;
  padding: 1.5rem 1.75rem;
  margin: 2rem 0;
  position: relative;
}

.wallet-block .wallet-label {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b8843a;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.wallet-block .wallet-label svg {
  width: 14px;
  height: 14px;
}

.wallet-address {
  font-family: 'SFMono-Regular', 'Monaco', 'Menlo', 'Consolas', monospace;
  font-size: 0.95rem;
  color: #2a1c10;
  word-break: break-all;
  background-color: #fdf2dc;
  padding: 0.85rem 1rem;
  border-radius: 3px;
  border: 1px solid rgba(184, 132, 58, 0.3);
  user-select: all;
  cursor: text;
  line-height: 1.5;
}

.wallet-actions {
  margin-top: 1rem;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  font-size: 0.92rem;
}

.wallet-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.wallet-actions svg {
  width: 16px;
  height: 16px;
}

.placeholder-tag {
  display: inline-block;
  background-color: rgba(142, 58, 28, 0.12);
  color: #8e3a1c;
  padding: 0.15rem 0.55rem;
  border-radius: 3px;
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-left: 0.5rem;
  vertical-align: middle;
}

/* ---------- Numbered process / steps ---------- */
.steps {
  display: grid;
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.25rem;
  align-items: start;
  background-color: #fff8eb;
  border-left: 3px solid #b8843a;
  border-radius: 2px;
  padding: 1.5rem 1.75rem;
}

.step-num {
  font-family: 'Cinzel', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #b8843a;
  line-height: 1;
}

.step h3 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
}

.step p { margin-bottom: 0; color: #5b4634; font-size: 0.97rem; }

@media (max-width: 600px) {
  .step { grid-template-columns: 1fr; padding: 1.25rem; }
}

/* ---------- Warning callout ---------- */
.callout-warning {
  background: linear-gradient(135deg, #fff3e6 0%, #ffe5cc 100%);
  border: 1.5px solid rgba(142, 58, 28, 0.5);
  border-left: 4px solid #8e3a1c;
  padding: 2rem 2.25rem;
  border-radius: 4px;
  margin: 2.5rem 0;
}

.callout-warning h3 {
  margin-top: 0;
  color: #8e3a1c;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.callout-warning h3 svg { width: 24px; height: 24px; flex-shrink: 0; }
.callout-warning p { color: #2a1c10; }
.callout-warning p:last-child { margin-bottom: 0; }

/* ---------- Signer / role list ---------- */
.signers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.signer {
  background-color: #fff8eb;
  border: 1px solid rgba(184, 132, 58, 0.22);
  border-radius: 3px;
  padding: 1.25rem;
}

.signer .key-num {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: #b8843a;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}

.signer h4 {
  margin: 0 0 0.3rem;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
}

.signer p { font-size: 0.92rem; color: #5b4634; margin: 0; }

/* ---------- Manifesto reading view ---------- */
.manifesto-toc {
  background-color: #fff8eb;
  border: 1px solid rgba(184, 132, 58, 0.3);
  border-radius: 4px;
  padding: 2rem 2.25rem;
  margin: 2rem 0;
}

.manifesto-toc h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
}

.manifesto-toc ol {
  list-style: none;
  counter-reset: toc;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 2rem;
}

@media (max-width: 600px) {
  .manifesto-toc ol { columns: 1; }
  .manifesto-toc { padding: 1.5rem; }
}

.manifesto-toc li {
  counter-increment: toc;
  padding: 0.45rem 0;
  break-inside: avoid;
  font-size: 0.97rem;
  position: relative;
  padding-left: 2.5rem;
}

.manifesto-toc li::before {
  content: counter(toc, upper-roman) ".";
  position: absolute;
  left: 0;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: #b8843a;
  font-weight: 600;
}

.manifesto-toc a {
  color: #2a1c10;
  border-bottom: 1px dotted rgba(184, 132, 58, 0.45);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

.manifesto-toc a:hover {
  color: #8e3a1c;
  border-bottom-color: #8e3a1c;
}

.manifesto-body {
  max-width: 760px;
  margin: 0 auto;
}

.manifesto-body h2 {
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  scroll-margin-top: 90px;
  border-top: 1px solid rgba(184, 132, 58, 0.25);
  padding-top: 2rem;
}

.manifesto-body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.manifesto-body p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.1em;
  color: #2a1c10;
}

.manifesto-body ul, .manifesto-body ol {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #2a1c10;
  padding-left: 1.5rem;
  margin: 0 0 1.4em;
}

.manifesto-body li {
  margin-bottom: 0.6em;
}

.manifesto-body li > p { margin-bottom: 0.5em; }

.manifesto-body strong {
  color: #2a1c10;
  font-weight: 600;
}

.manifesto-body em {
  color: #5b4634;
}

.manifesto-body section.level2 {
  margin-bottom: 1rem;
}

.back-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  background-color: #8e3a1c;
  color: #fbf6ec;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(42, 28, 16, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 60;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.back-to-top:hover {
  transform: translateY(-2px);
  background-color: #a8451f;
}

.back-to-top svg {
  width: 20px;
  height: 20px;
}

.download-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}

.btn .btn-icon {
  width: 18px;
  height: 18px;
}

