:root {
  color-scheme: light;
  --ink: #171511;
  --muted: #6d655b;
  --paper: #f7f2ea;
  --ivory: #fffaf1;
  --clay: #9a674d;
  --moss: #26372c;
  --moss-deep: #111a15;
  --gold: #d9b86f;
  --line: rgba(23, 21, 17, 0.14);
  --shadow: rgba(16, 20, 17, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  color: var(--ivory);
  background: linear-gradient(180deg, rgba(13, 16, 13, 0.78), rgba(13, 16, 13, 0));
}

.inner-header {
  position: sticky;
  color: var(--ivory);
  background: rgba(15, 21, 18, 0.96);
  box-shadow: 0 12px 34px rgba(15, 21, 18, 0.18);
}

.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links a {
  text-decoration: none;
  opacity: 0.86;
}

.nav-links a:hover {
  opacity: 1;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  place-items: center start;
  color: var(--ivory);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 12, 10, 0.86) 0%, rgba(9, 12, 10, 0.6) 42%, rgba(9, 12, 10, 0.08) 100%),
    linear-gradient(0deg, rgba(9, 12, 10, 0.72) 0%, rgba(9, 12, 10, 0.08) 44%, rgba(9, 12, 10, 0.2) 100%);
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 8vw, 110px);
  padding-top: 70px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.dark .section-kicker {
  color: var(--gold);
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(4rem, 13vw, 9.5rem);
}

h2 {
  max-width: 840px;
  font-size: clamp(2.4rem, 6vw, 5.2rem);
}

.hero-text {
  max-width: 660px;
  margin: 24px 0 32px;
  color: rgba(255, 250, 241, 0.9);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.23;
}

.hero-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border: 1px solid rgba(255, 250, 241, 0.42);
  border-radius: 4px;
  padding: 12px 18px;
  background: rgba(255, 250, 241, 0.08);
  color: var(--ivory);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(36px, 6vw, 64px);
  border: 1px solid var(--line);
  background: var(--line);
}

.collection-card {
  display: block;
  min-height: 250px;
  padding: 24px;
  background: var(--ivory);
  text-decoration: none;
}

.collection-card span {
  display: block;
  margin-bottom: 42px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
}

.collection-card h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1;
}

.collection-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.collection-card:hover {
  background: #fbf5ea;
}

.word-origin {
  background: #efe2d1;
}

.word-origin-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.word-origin-grid .prose {
  grid-column: 2;
  max-width: 660px;
}

.word-mark {
  display: grid;
  gap: 8px;
  color: #30261f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.2rem, 9vw, 7rem);
  font-weight: 700;
  line-height: 0.86;
}

.word-mark span:last-child {
  color: var(--clay);
  padding-left: clamp(26px, 6vw, 74px);
}

.wisdom-band {
  background: var(--paper);
}

.wisdom-clouds {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(34px, 6vw, 58px);
}

.wisdom-clouds p {
  min-height: 210px;
  margin: 0;
  border: 1px solid rgba(154, 103, 77, 0.22);
  border-radius: 999px 999px 80px 80px;
  padding: 34px 26px;
  background: rgba(255, 250, 241, 0.82);
  color: #463d35;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2.3vw, 1.65rem);
  line-height: 1.24;
  box-shadow: 0 18px 46px rgba(34, 25, 18, 0.08);
}

.band {
  padding: clamp(72px, 10vw, 136px) clamp(18px, 5vw, 64px);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

.prose {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
}

.prose p {
  margin: 0 0 18px;
}

.lead-prose {
  color: #413a33;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  line-height: 1.24;
}

.dark {
  background: var(--moss-deep);
  color: var(--ivory);
}

.dark .prose,
.dark .section-close {
  color: rgba(255, 250, 241, 0.76);
}

.through h2 {
  max-width: 980px;
}

.through-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(36px, 6vw, 66px);
  background: rgba(255, 250, 241, 0.18);
  border: 1px solid rgba(255, 250, 241, 0.18);
}

.through-grid span {
  display: flex;
  min-height: 112px;
  align-items: end;
  padding: 18px;
  background: #17241d;
  color: rgba(255, 250, 241, 0.88);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.1;
}

.section-close {
  max-width: 700px;
  margin: 34px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1.25;
}

.warm {
  background: var(--ivory);
}

.split-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: clamp(26px, 6vw, 72px);
  margin-top: 38px;
}

.quote-panel {
  border-left: 2px solid var(--clay);
  padding-left: clamp(22px, 4vw, 42px);
  color: #3d3129;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 1.95rem);
  line-height: 1.24;
}

.quote-panel p {
  margin: 0 0 24px;
}

.narrow {
  max-width: 780px;
  margin-top: 48px;
}

.lamps {
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 184, 111, 0.34), transparent 36%),
    linear-gradient(180deg, #f4eadb 0%, #efe2d1 100%);
}

.lamp-lines {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lamp-lines p {
  min-height: 190px;
  margin: 0;
  border-right: 1px solid var(--line);
  padding: 22px;
  color: #3c352e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.18;
}

.lamp-lines p:last-child {
  border-right: 0;
}

.final {
  background: var(--paper);
}

.site-footer {
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px clamp(18px, 5vw, 64px);
  background: #0f1512;
  color: var(--ivory);
}

.site-footer p {
  margin: 0;
}

.site-footer .footer-logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
}

.footer-copy {
  display: grid;
  max-width: 620px;
  gap: 8px;
  text-align: right;
}

.site-footer .footer-tagline {
  color: rgba(255, 250, 241, 0.74);
  font-weight: 700;
  text-transform: uppercase;
}

.site-footer .footer-legal,
.site-footer .footer-brand {
  color: rgba(255, 250, 241, 0.68);
  font-size: 0.78rem;
  line-height: 1.5;
}

.site-footer .footer-legal {
  color: rgba(255, 250, 241, 0.9);
}

.inner-page {
  background: var(--paper);
}

.page-hero {
  padding: clamp(74px, 10vw, 132px) clamp(18px, 5vw, 64px);
  background:
    radial-gradient(circle at 82% 18%, rgba(217, 184, 111, 0.22), transparent 28%),
    linear-gradient(180deg, #fffaf1 0%, #f4eadb 100%);
}

.page-hero.compact {
  padding-bottom: clamp(54px, 7vw, 82px);
}

.page-hero h1 {
  max-width: 900px;
  color: var(--ink);
  font-size: clamp(3.25rem, 9vw, 7rem);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 380px);
  gap: clamp(36px, 7vw, 84px);
  align-items: center;
}

.page-lead {
  max-width: 720px;
  margin: 26px 0 0;
  color: #4a4138;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.25;
}

.seal-image {
  width: 100%;
  border: 1px solid rgba(154, 103, 77, 0.2);
  box-shadow: 0 24px 70px rgba(34, 25, 18, 0.14);
}

.reading-wrap {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(62px, 9vw, 112px) 0;
}

.reading-wrap section {
  padding: 0 0 clamp(44px, 7vw, 72px);
  margin: 0 0 clamp(44px, 7vw, 72px);
  border-bottom: 1px solid var(--line);
}

.reading-wrap section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.reading-wrap h2 {
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
}

.reading-wrap p {
  margin: 0 0 20px;
  color: #4d453d;
  font-size: clamp(1.08rem, 2vw, 1.22rem);
}

.manifesto-reading p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.7vw, 1.85rem);
  line-height: 1.35;
}

.manifesto-reading .section-kicker {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.78rem;
}

.content-index {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 64px);
}

.visual-band {
  padding: clamp(26px, 5vw, 54px) clamp(18px, 5vw, 64px) 0;
  background: var(--paper);
}

.image-panel {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.image-panel img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.image-panel figcaption {
  padding: 14px 18px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.article-list {
  display: grid;
  gap: 28px;
}

.piece-card {
  border: 1px solid var(--line);
  padding: clamp(26px, 5vw, 54px);
  background: var(--ivory);
}

.featured-piece {
  background:
    linear-gradient(180deg, rgba(217, 184, 111, 0.13), rgba(255, 250, 241, 0.92)),
    var(--ivory);
}

.piece-card h2 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 5.8vw, 4.4rem);
}

.piece-summary {
  max-width: 700px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
}

.poem-body,
.article-excerpt {
  max-width: 740px;
  color: #403831;
}

.poem-body p,
.article-excerpt p {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  line-height: 1.36;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link:hover {
  color: var(--ink);
}

.audio-player {
  width: 100%;
  max-width: 720px;
  margin-top: 8px;
  accent-color: var(--clay);
}

.affirmation-list {
  display: grid;
  gap: 12px;
}

.affirmation-list p {
  margin: 0;
  border-left: 2px solid var(--clay);
  padding: 14px 0 14px 18px;
  color: #403831;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.3rem, 2.6vw, 1.85rem);
  line-height: 1.2;
}

.resource-links {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.resource-links a {
  border-bottom: 1px solid var(--line);
  padding: 0 0 12px;
  color: var(--clay);
  font-weight: 800;
  text-decoration: none;
}

.resource-links a:hover {
  color: var(--ink);
}

.note-box {
  border: 1px solid rgba(154, 103, 77, 0.24);
  padding: clamp(22px, 4vw, 34px);
  background: var(--ivory);
}

@media (max-width: 860px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .nav-links {
    max-width: 220px;
  }

  .hero {
    min-height: 760px;
    place-items: end start;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(9, 12, 10, 0.68) 0%, rgba(9, 12, 10, 0.38) 38%, rgba(9, 12, 10, 0.88) 100%),
      linear-gradient(90deg, rgba(9, 12, 10, 0.72) 0%, rgba(9, 12, 10, 0.25) 100%);
  }

  .hero-content {
    margin: 0;
    padding: 120px 18px 70px;
    width: 100%;
  }

  .two-column,
  .split-copy {
    grid-template-columns: 1fr;
  }

  .through-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lamp-lines {
    grid-template-columns: 1fr;
  }

  .wisdom-clouds {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-grid,
  .page-hero-grid,
  .word-origin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero-grid,
  .word-origin-grid {
    grid-template-columns: 1fr;
  }

  .word-origin-grid .prose {
    grid-column: auto;
  }

  .collection-card {
    min-height: 210px;
  }

  .seal-image {
    max-width: 430px;
  }

  .lamp-lines p {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .site-footer {
    display: block;
  }

  .footer-copy {
    margin-top: 14px;
    text-align: left;
  }
}

@media (max-width: 520px) {
  .site-header {
    display: block;
  }

  .nav-links {
    justify-content: flex-start;
    margin-top: 10px;
    font-size: 0.72rem;
  }

  .hero {
    min-height: 700px;
  }

  h1 {
    font-size: 3.35rem;
    line-height: 1;
  }

  .page-hero h1 {
    font-size: 3rem;
  }

  .word-mark {
    font-size: 3rem;
  }

  .image-panel img {
    aspect-ratio: 4 / 3;
  }

  .hero-action {
    width: 100%;
    justify-content: center;
  }

  .through-grid {
    grid-template-columns: 1fr;
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }

  .wisdom-clouds {
    grid-template-columns: 1fr;
  }

  .wisdom-clouds p {
    min-height: 0;
    border-radius: 28px;
  }

  .through-grid span {
    min-height: 86px;
  }
}

.witness-band {
  background:
    linear-gradient(135deg, rgba(217, 184, 111, 0.16), rgba(255, 250, 241, 0.88)),
    var(--ivory);
}

.witness-card {
  background:
    linear-gradient(180deg, rgba(217, 184, 111, 0.16), rgba(255, 250, 241, 0.98)),
    var(--ivory);
}

.witness-hero {
  background:
    linear-gradient(135deg, rgba(17, 26, 21, 0.97), rgba(38, 55, 44, 0.94)),
    var(--moss-deep);
  color: var(--ivory);
}

.witness-hero .page-lead {
  color: rgba(255, 250, 241, 0.86);
}

.dark-action {
  margin-top: 26px;
  border-color: rgba(217, 184, 111, 0.58);
  background: rgba(217, 184, 111, 0.13);
}

.witness-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.witness-grid p {
  min-height: 126px;
  margin: 0;
  border: 1px solid var(--line);
  padding: 18px;
  background: #fbf5ea;
  color: #403831;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.18;
}

.restoracle-form {
  display: grid;
  max-width: 780px;
  gap: 18px;
  margin-top: 28px;
}

.restoracle-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.restoracle-form input,
.restoracle-form select,
.restoracle-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 13px 14px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  text-transform: none;
}

.restoracle-form textarea {
  resize: vertical;
}

.restoracle-form .checkbox-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #403831;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
}

.restoracle-form .checkbox-line input {
  width: auto;
  margin-top: 4px;
}

.restoracle-form button {
  justify-self: start;
  border: 1px solid var(--clay);
  border-radius: 4px;
  padding: 14px 18px;
  background: var(--moss);
  color: var(--ivory);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
}

.restoracle-form button:hover {
  background: var(--moss-deep);
}

.hidden-field {
  display: none;
}

@media (max-width: 860px) {
  .witness-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .restoracle-form button {
    width: 100%;
  }
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.button-row .hero-action {
  margin-top: 0;
}

.witness-two-doors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.witness-door {
  border-top: 5px solid rgba(217, 184, 111, 0.85);
}

@media (max-width: 860px) {
  .witness-two-doors {
    grid-template-columns: 1fr;
  }
}

/* RESTORACLE launch refinements: Reading for Healing + Witness Project */
.research-source-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.research-source {
  border: 1px solid rgba(154, 103, 77, 0.22);
  padding: 20px;
  background: #fffdf8;
}

.research-source h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  line-height: 1.05;
}

.research-source p {
  margin: 0 0 12px;
  color: #403831;
}

.research-source a {
  color: var(--clay);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.collective-card {
  background:
    radial-gradient(circle at top left, rgba(217, 184, 111, 0.28), transparent 36%),
    linear-gradient(135deg, rgba(17, 26, 21, 0.06), rgba(255, 250, 241, 0.97)),
    var(--ivory);
}

.witness-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(17, 26, 21, 0.94), rgba(38, 55, 44, 0.88)),
    url("assets/restoracle-radiant-logo.jpeg") center/cover no-repeat,
    var(--moss-deep);
}

.witness-hero::after {
  content: "";
  position: absolute;
  inset: auto 6% -28% auto;
  width: min(420px, 58vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(217, 184, 111, 0.26), transparent 68%);
  pointer-events: none;
}

.witness-hero .section-inner {
  position: relative;
  z-index: 1;
}

.witness-credo {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(251, 245, 234, 0.98)),
    var(--ivory);
  border-left: 5px solid rgba(217, 184, 111, 0.85);
}

.witness-door h2::after {
  content: "";
  display: block;
  width: 68px;
  height: 2px;
  margin-top: 14px;
  background: rgba(217, 184, 111, 0.95);
}

.witness-door:nth-child(1) {
  background:
    radial-gradient(circle at top right, rgba(217, 184, 111, 0.18), transparent 34%),
    #fffdf8;
}

.witness-door:nth-child(2) {
  background:
    radial-gradient(circle at bottom left, rgba(75, 96, 76, 0.14), transparent 38%),
    #fffdf8;
}


/* RESTORACLE v1.0 additions */
blockquote {
  margin: 28px 0;
  border-left: 4px solid var(--gold);
  padding: 8px 0 8px 22px;
  color: #342b24;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.15;
}
.memoir-body p {
  margin-bottom: 1.25rem;
}
.dedication-prose blockquote {
  background: rgba(255, 250, 241, 0.64);
}
.seeds-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.seed-card {
  min-height: 190px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(154, 103, 77, 0.22);
  border-radius: 28px;
  padding: 30px;
  background: rgba(255, 250, 241, 0.86);
  box-shadow: 0 18px 60px rgba(16, 20, 17, 0.06);
}
.seed-card p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.18;
  text-align: center;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
@media (max-width: 900px) {
  .seeds-grid { grid-template-columns: 1fr; }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .collection-grid { grid-template-columns: 1fr; }
  .nav-links { font-size: 0.68rem; gap: 8px 12px; }
  h1 { font-size: clamp(3rem, 18vw, 5rem); }
}
