:root {
  --ink: #1c0f1a;
  --plum: #1c0f1a;
  --plum-mid: #26151f;
  --plum-deep: #140b12;
  --cream: #f1ead8;
  --cream-deep: #ebe3d0;
  --paper: #f7f1e6;
  --gold: #c29f64;
  --gold-soft: #d0b070;
  --gold-deep: #a88648;
  --blush: #e8d9c8;
  --text-light: #fdfbf7;
  --text-muted: rgba(253, 251, 247, 0.78);
  --ink-muted: rgba(28, 15, 26, 0.62);
  --line: rgba(28, 15, 26, 0.14);
  --display: "Playfair Display", Georgia, serif;
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --script: "Caveat", "Segoe Script", cursive;
  --pad: clamp(1.25rem, 5.5vw, 1.75rem);
  --stage: 26.5rem;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--sans);
  color: var(--text-light);
  background:
    radial-gradient(ellipse at 50% 0%, #3a2436 0%, transparent 45%),
    linear-gradient(180deg, #120d12, #0c090c);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.scrapbook {
  width: min(100%, var(--stage));
  margin: 0 auto;
}

.page {
  position: relative;
}

.page-paper {
  position: relative;
  padding: 1.15rem var(--pad) 2.5rem;
  background:
    radial-gradient(ellipse at 82% 0%, rgba(194, 159, 100, 0.12), transparent 42%),
    linear-gradient(165deg, var(--plum-mid) 0%, var(--plum) 52%, var(--plum-deep) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(194, 159, 100, 0.08),
    0 18px 50px rgba(0, 0, 0, 0.28);
}

.page-cover .page-paper {
  min-height: 100svh;
}

.page-paper.cream {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(198, 161, 90, 0.12), transparent 28%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 27px,
      rgba(28, 18, 24, 0.035) 28px
    ),
    linear-gradient(180deg, var(--paper), var(--cream-deep));
}

.page-spine {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  background: linear-gradient(90deg, rgba(28, 18, 24, 0.12), transparent);
  pointer-events: none;
}

.page-tab {
  margin: 0 0 0.75rem;
  font-family: var(--script);
  font-size: 1.15rem;
  color: var(--gold-soft);
  opacity: 0.85;
}

.page-tab.dark { color: rgba(28, 18, 24, 0.45); }

.topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 0.35rem;
}

.brand,
.est {
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--gold);
}

.est { text-align: right; }
.top-star { color: var(--gold); font-size: 0.85rem; line-height: 1; }

.gold-arc {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(198, 161, 90, 0.35);
  border-radius: 50%;
}

.gold-arc-tr {
  width: 9rem;
  height: 9rem;
  top: -2.5rem;
  right: -3.5rem;
  border-color: transparent transparent transparent rgba(198, 161, 90, 0.4);
  transform: rotate(25deg);
}

.gold-arc-tl {
  width: 6rem;
  height: 6rem;
  top: 4.5rem;
  left: -3rem;
  border-color: transparent rgba(198, 161, 90, 0.28) transparent transparent;
}

.page-cover .page-paper {
  position: relative;
  overflow: visible;
}

.photo-block {
  display: flex;
  justify-content: center;
  padding: 0.85rem 0 0.9rem;
}

.scrap-photo {
  position: relative;
  margin: 0;
  width: min(72%, 16.5rem);
  padding: 0.55rem 0.55rem 1.4rem;
  background: linear-gradient(145deg, #fdfbf7, #f1ead8);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 14px 28px rgba(0, 0, 0, 0.28),
    0 2px 6px rgba(0, 0, 0, 0.18);
  transform: rotate(-2.4deg);
}

.scrap-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* clear glue / double-sided tape — barely there, just adhesion */
.glue {
  display: none;
}

.paperclip {
  position: absolute;
  top: -0.55rem;
  left: 1.05rem;
  z-index: 4;
  width: 1rem;
  height: 2rem;
  border: 2.4px solid var(--gold);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 230, 170, 0.4), transparent 55%);
  transform: rotate(-16deg);
}

.paperclip::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1.4px solid rgba(194, 159, 100, 0.5);
  border-radius: inherit;
}

.photo-star {
  position: absolute;
  z-index: 3;
  color: var(--gold);
  font-size: 0.85rem;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.photo-star-tr {
  top: 0.55rem;
  right: -0.35rem;
}

.photo-star-bl {
  bottom: 0.85rem;
  left: -0.4rem;
  font-size: 0.7rem;
}

.moon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  margin: 0.35rem 0 1.3rem;
}

.moon-row::before,
.moon-row::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 161, 90, 0.65));
}

.moon-row::after {
  background: linear-gradient(90deg, rgba(198, 161, 90, 0.65), transparent);
}

.moon {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  box-shadow: inset -0.32rem 0 0 0 var(--gold);
  background: transparent;
  flex-shrink: 0;
}

.moon-full {
  background: var(--gold);
  box-shadow: none;
}

.moon-crescent {
  box-shadow: inset -0.36rem 0 0 0 var(--gold);
}

.moon-flip { transform: scaleX(-1); }

.moon-dot {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.85;
  flex-shrink: 0;
}

.moon-star {
  color: var(--gold);
  font-size: 0.72rem;
  line-height: 1;
  flex-shrink: 0;
}

.eyebrow {
  margin: 0 0 0.85rem;
  font-family: var(--sans);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text-light);
  line-height: 1.45;
}

.eyebrow-lead {
  color: var(--gold);
}

.headline {
  margin: 0 0 0.95rem;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.65rem, 11vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--text-light);
}

.lede {
  margin: 0 0 1.65rem;
  max-width: 22rem;
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--text-muted);
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 1.08rem 1.15rem;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.cta:hover,
.cta:focus-visible {
  filter: brightness(1.05);
  outline: none;
}

.cta-arrow { width: 1.05rem; height: 1.05rem; flex-shrink: 0; }

.cta-notes {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.7rem;
  margin-top: 0.9rem;
  min-height: 3rem;
}

.skip-link {
  font-family: var(--display);
  font-size: 0.95rem;
  font-style: italic;
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 0.22em;
  padding-top: 0.35rem;
}

.therapy-note {
  margin: 0;
  width: 6.5rem;
  display: grid;
  justify-items: center;
  color: var(--text-light);
  transform: rotate(8deg) translate(0.1rem, -0.5rem);
  pointer-events: none;
}

.therapy-note span {
  font-family: var(--script);
  font-size: 1.05rem;
  line-height: 1.1;
  text-align: center;
}

.note-arrow {
  width: 1.6rem;
  height: 1.9rem;
  transform: rotate(-12deg) translate(0.35rem, 0.1rem);
}

.section-glyphs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.45rem;
  color: var(--gold-deep);
  font-size: 0.7rem;
}

.section-glyphs.dark { color: var(--gold-deep); opacity: 0.85; }

.tiny-moon {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: 1px solid currentColor;
  box-shadow: inset -0.26rem 0 0 0 currentColor;
}

.page-title {
  margin: 0.2rem 0 0.35rem;
  font-family: var(--display);
  font-size: clamp(2.1rem, 8.5vw, 2.65rem);
  font-weight: 500;
  line-height: 1.08;
}

.page-sub {
  margin: 0 0 1.4rem;
  font-family: var(--serif);
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ink-muted);
}

.scrap-card {
  position: relative;
  display: block;
  margin: 0 0 1.05rem;
  padding: 1.05rem 1rem 1.15rem;
  background: rgba(255, 252, 246, 0.94);
  border: 1px solid rgba(28, 15, 26, 0.07);
  /* pressed / glued flat — no craft-store tape */
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 8px 18px rgba(28, 15, 26, 0.07),
    0 1px 3px rgba(28, 15, 26, 0.06);
}

.scrap-card.tilt-left { transform: rotate(-0.8deg); }
.scrap-card.tilt-right { transform: rotate(0.85deg); }
.scrap-card.sticky {
  background: linear-gradient(180deg, #fff8d8, #f6e7a8);
  border-color: rgba(168, 134, 72, 0.22);
}

.block-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-muted);
}

.block-title {
  margin: 0;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.15;
}

.block-copy {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ink-muted);
}

.icon-row {
  display: flex;
  gap: 0.65rem;
}

.platform-icon {
  display: inline-grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 1.5px solid rgba(28, 18, 24, 0.2);
  color: var(--ink);
}

.platform-icon svg { width: 1.1rem; height: 1.1rem; }

.platform-icon:hover,
.platform-icon:focus-visible {
  background: var(--ink);
  color: var(--cream);
  outline: none;
}

.discord-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.chev { width: 1.15rem; height: 1.15rem; opacity: 0.45; }

.pipe-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 500;
}

.pipe-links a:hover,
.pipe-links a:focus-visible {
  color: var(--gold-deep);
  outline: none;
}

.pipe { color: rgba(28, 18, 24, 0.28); }

.ripped-scrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.35rem auto 0.35rem;
  padding: 1.05rem 1.2rem 1.15rem;
  max-width: 92%;
  background:
    radial-gradient(circle at 20% 30%, rgba(194, 159, 100, 0.08), transparent 40%),
    linear-gradient(180deg, #fffaf0, #efe4d0);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5) inset,
    0 8px 16px rgba(28, 15, 26, 0.1);
  clip-path: polygon(
    0% 8%, 3% 2%, 7% 10%, 11% 1%, 16% 9%, 21% 0%, 26% 8%, 31% 2%, 36% 11%,
    42% 1%, 48% 9%, 54% 0%, 59% 10%, 65% 2%, 71% 9%, 76% 1%, 82% 8%, 88% 0%,
    93% 9%, 97% 3%, 100% 10%, 100% 90%, 97% 98%, 93% 91%, 88% 100%, 82% 92%,
    76% 99%, 71% 91%, 65% 100%, 59% 92%, 54% 99%, 48% 91%, 42% 100%, 36% 92%,
    31% 99%, 26% 91%, 21% 100%, 16% 92%, 11% 99%, 7% 91%, 3% 98%, 0% 92%
  );
}

.ripped-scrap-a {
  transform: rotate(-1.2deg);
}

.ripped-scrap-b {
  transform: rotate(1.4deg);
  background:
    radial-gradient(circle at 70% 40%, rgba(194, 159, 100, 0.1), transparent 42%),
    linear-gradient(180deg, #f8f0df, #e8dcc4);
}

.turn-page {
  display: inline-block;
  font-family: var(--script);
  font-size: 1.45rem;
  color: var(--gold-deep);
  text-align: center;
}

.turn-page:hover,
.turn-page:focus-visible {
  color: var(--ink);
  outline: none;
}

.club-card {
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  gap: 0.85rem;
  align-items: start;
}

.club-thumb {
  width: 4.4rem;
  height: 4.4rem;
  object-fit: cover;
  border: 1px solid rgba(28, 18, 24, 0.1);
  background: #2a1726;
}

.fine-print {
  margin: 0.4rem 0 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--ink-muted);
}

.page-reason .page-paper.cream {
  padding-bottom: 1.8rem;
}

.reason-sheet {
  color: var(--ink);
}

.reason-topbar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin: 0 0 1.4rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(28, 15, 26, 0.12);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(28, 15, 26, 0.62);
}

.mission-row {
  display: grid;
  grid-template-columns: 5.6rem 1fr;
  gap: 0.95rem;
  align-items: start;
  margin-bottom: 1.35rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(28, 15, 26, 0.12);
}

.mission-thumb {
  width: 5.6rem;
  height: 5.6rem;
  object-fit: cover;
  padding: 0.28rem;
  padding-bottom: 0.7rem;
  background: linear-gradient(145deg, #fdfbf7, #f1ead8);
  box-shadow: 0 8px 18px rgba(28, 15, 26, 0.1);
}

.mission-copy .block-kicker {
  margin-bottom: 0.35rem;
}

.mission-title {
  margin: 0;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.15;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.mission-arrow {
  font-size: 0.95rem;
  opacity: 0.55;
}

.mission-row:hover .mission-title,
.mission-row:focus-visible .mission-title {
  color: var(--gold-deep);
  outline: none;
}

.reason-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.reason-col {
  padding-right: 0.6rem;
}

.reason-col + .reason-col {
  padding-right: 0;
  padding-left: 0.85rem;
  border-left: 1px solid rgba(28, 15, 26, 0.12);
}

.reason-heading {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.1;
}

.donate-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.35rem;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.35;
}

.donate-links a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.donate-links a:hover,
.donate-links a:focus-visible {
  color: var(--gold-deep);
  outline: none;
}

.donate-links .amp {
  opacity: 0.5;
}

.donate-for {
  flex-basis: 100%;
  margin-top: 0.15rem;
  font-family: var(--serif);
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--ink-muted);
}

.quote-band {
  position: relative;
  padding: 2.6rem var(--pad) 2.2rem;
  text-align: center;
  color: var(--text-light);
  background: linear-gradient(180deg, #1c0f1a 0%, #160b14 100%);
}

.tear-from-cream {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -20px;
  height: 28px;
  z-index: 2;
  background: var(--cream-deep);
  clip-path: polygon(
    0 55%, 1.5% 22%, 4% 62%, 6.5% 12%, 10% 58%, 13% 8%, 17% 50%, 21% 18%,
    25% 60%, 29% 10%, 34% 55%, 39% 15%, 44% 62%, 49% 6%, 54% 48%, 59% 16%,
    64% 58%, 69% 9%, 74% 52%, 79% 20%, 84% 60%, 89% 11%, 94% 48%, 97% 22%,
    100% 40%, 100% 100%, 0 100%
  );
  filter: drop-shadow(0 3px 0 rgba(255, 252, 245, 0.35));
}

.quote-mark {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-size: 3.6rem;
  line-height: 0.7;
  color: var(--gold);
}

.quote {
  margin: 0 auto;
  max-width: 22rem;
  font-family: var(--display);
  font-size: clamp(1.3rem, 5.2vw, 1.6rem);
  font-weight: 500;
  line-height: 1.35;
  color: var(--text-light);
}

.signature {
  margin: 1rem 0 0;
  font-family: var(--script);
  font-size: 1.35rem;
  color: var(--gold);
}

.site-end {
  padding: 1.6rem var(--pad) 2.2rem;
  text-align: center;
  background: #120d11;
  border-top: 1px solid rgba(198, 161, 90, 0.14);
}

.footer-glyphs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.95rem;
  color: var(--gold);
  font-size: 0.9rem;
}

.footer-moon {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  box-shadow: inset -0.38rem 0 0 0 var(--gold);
}

.footer-tag {
  margin: 0;
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1.55;
}

.footer-tag.sub {
  margin-top: 0.2rem;
  font-size: 0.64rem;
  opacity: 0.85;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  margin: 1.15rem 0 0;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-nav a { color: rgba(212, 181, 111, 0.72); }
.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--gold-soft);
  outline: none;
}

@media (min-width: 720px) {
  body { padding: 1.5rem 0; }

  .scrapbook {
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  }

  .page-cover .page-paper {
    min-height: calc(100svh - 3rem);
  }
}
