:root {
  --ink: #18352e;
  --ink-soft: #38594f;
  --moss: #315f4b;
  --sage: #5f8577;
  --sage-pale: #cbded6;
  --wheat: #c3912d;
  --wheat-pale: #ead8a6;
  --sky: #b9d3e7;
  --sky-deep: #356e91;
  --limestone: #d7ceba;
  --limestone-deep: #b8ac94;
  --clay: #866147;
  --clay-dark: #674633;
  --cream: #f7f3e9;
  --paper: #fffdf7;
  --paper-soft: #f4efe3;
  --line: rgba(24, 53, 46, .20);
  --shadow: 0 10px 26px rgba(34, 52, 45, .06);
  --shadow-soft: 0 6px 18px rgba(34, 52, 45, .05);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 2%, rgba(53,110,145,.24), transparent 27rem),
    radial-gradient(circle at 88% 0%, rgba(195,145,45,.18), transparent 25rem),
    linear-gradient(180deg, #e8f2f8 0%, #edf5f1 24%, #f5f0e4 57%, #e8e0cf 100%);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

img { display: block; max-width: 100%; }
a { color: var(--clay-dark); }
a:hover { color: var(--clay); }
button, input, textarea, select { font: inherit; }
::selection { background: var(--wheat-pale); color: var(--ink); }

.container { width: min(calc(100% - 2.4rem), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2.4rem), 820px); margin-inline: auto; }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-tight { padding: clamp(3rem, 6vw, 5rem) 0; }
.section-sage {
  background: linear-gradient(180deg, rgba(185,211,231,.82), rgba(203,222,214,.86) 58%, rgba(215,206,186,.76));
  border-block: 1px solid var(--line);
}
.section-paper { background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(234,216,166,.28)); border-block: 1px solid var(--line); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(232,243,246,.94);
  border-bottom: 1px solid rgba(53,110,145,.24);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: .95rem;
  color: var(--ink);
  text-decoration: none;
}
.brand-mark {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(53,110,145,.24);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--sky-deep);
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 700;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.13; }
.brand-name { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; font-weight: 700; letter-spacing: .025em; }
.brand-tag { margin-top: .15rem; color: var(--ink-soft); font-size: .77rem; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: .95rem; }
.site-nav a { color: var(--ink-soft); text-decoration: none; font-size: .92rem; font-weight: 700; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--ink); }
.site-nav a[aria-current="page"] { box-shadow: inset 0 -3px var(--wheat); }
.nav-contact { padding: .58rem .9rem; border: 1px solid rgba(53,110,145,.28); border-radius: 999px; background: rgba(255,255,255,.76); }
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255,253,247,.82);
  cursor: pointer;
}
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); border-radius: 99px; }

.eyebrow {
  margin: 0 0 .85rem;
  color: var(--sky-deep);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3, h4 { margin: 0; color: var(--ink); line-height: 1.06; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; letter-spacing: -.025em; }
h1 { font-size: clamp(3.5rem, 8vw, 6.7rem); font-weight: 600; }
h2 { font-size: clamp(2.4rem, 5vw, 4.15rem); font-weight: 600; }
h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.75rem; line-height: 1.13; }
h4 { font-size: 1rem; }
p, li { color: var(--ink-soft); }
.lead { max-width: 46rem; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.section-heading { max-width: 760px; margin-bottom: 2.2rem; }
.section-heading p:last-child { max-width: 680px; }

.hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7rem) 0 clamp(4.5rem, 9vw, 8rem); }
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  background:
    radial-gradient(150% 120px at 20% 100%, rgba(49,95,75,.34) 0 49%, transparent 50%),
    radial-gradient(145% 108px at 78% 100%, rgba(195,145,45,.34) 0 49%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(53,110,145,.22) 100%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); position: relative; z-index: 1; }
.hero-copy h1 { max-width: 760px; text-wrap: balance; }
.hero-copy .lead { margin: 1.4rem 0 0; }
.hero-note { margin-top: 2.1rem; padding-left: 1rem; border-left: 3px solid var(--wheat); max-width: 38rem; color: var(--ink-soft); }
.hero-art { position: relative; }
.hero-art-frame {
  padding: .8rem;
  background: rgba(232,243,246,.84);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow);
  transform: none;
}
.hero-art-frame img { border-radius: 24px; width: 100%; filter: contrast(1.02) brightness(.99); }
.hero-signature {
  position: absolute;
  right: 1.6rem;
  bottom: -1.3rem;
  width: 125px;
  transform: rotate(-4deg);
  filter: sepia(.55) saturate(.65);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.button {
  min-height: 50px;
  padding: 0 1.18rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  font-size: .94rem;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--sky-deep); box-shadow: 0 6px 16px rgba(53,110,145,.24); }
.button-primary:hover { color: #fff; background: #285b79; }
.button-secondary { color: var(--ink); background: rgba(255,255,255,.84); border-color: rgba(53,110,145,.30); }
.button-amazon { color: #fff; background: var(--moss); }
.button-amazon:hover { color: #fff; background: #244d3c; }

.entry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.entry-card {
  position: relative;
  min-height: 250px;
  padding: 1.45rem;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,253,247,.76);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.entry-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--wheat); }
.entry-card:nth-child(2)::before { background: var(--sage); }
.entry-card:nth-child(3)::before { background: var(--clay); }
.entry-card:nth-child(4)::before { background: var(--moss); }
.entry-number { color: var(--wheat); font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.9rem; line-height: 1; opacity: .55; }
.entry-card p { font-size: .95rem; }
.card-link { margin-top: auto; color: var(--ink); text-decoration: none; font-weight: 800; }
.card-link:hover { color: var(--clay-dark); }

.feature-book {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.book-stage { min-height: 430px; display: grid; place-items: center; position: relative; }
.book-stage::before { content: ""; position: absolute; width: 78%; height: 32%; bottom: 6%; border-radius: 50%; background: rgba(35,48,39,.14); filter: blur(22px); }
.book-cover {
  --cover: #384536;
  --cover2: #1f2b22;
  --cover-accent: #d1b26e;
  width: min(290px, 75vw);
  aspect-ratio: 2 / 3;
  position: relative;
  padding: 2.2rem 1.7rem;
  color: #fff7e7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px 18px 18px 8px;
  background:
    radial-gradient(circle at 80% 18%, rgba(255,255,255,.13), transparent 26%),
    repeating-linear-gradient(110deg, transparent 0 14px, rgba(255,255,255,.025) 14px 15px),
    linear-gradient(145deg, var(--cover), var(--cover2));
  box-shadow: -12px 18px 35px rgba(31,39,32,.25), inset 8px 0 10px rgba(255,255,255,.05), inset -4px 0 8px rgba(0,0,0,.24);
  transform: perspective(1000px) rotateY(-7deg) rotateZ(-1.2deg);
  isolation: isolate;
}
.book-cover::before { content: ""; position: absolute; inset: 1.25rem; border: 1px solid rgba(215,181,109,.68); border-radius: 4px 12px 12px 4px; z-index: -1; }
.book-cover::after { content: ""; position: absolute; inset: auto 1.25rem 1.25rem; height: 1px; background: var(--cover-accent); opacity: .8; }
.book-kicker { color: var(--cover-accent); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 800; }
.book-cover-title { margin-top: 1.2rem; color: #fff8e9; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.55rem; line-height: .95; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0,0,0,.22); }
.book-cover-subtitle { margin-top: .8rem; color: #e9dfc5; font-size: .78rem; line-height: 1.35; }
.book-cover-author { color: var(--cover-accent); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.1rem; letter-spacing: .06em; }
.book-main { --cover: #4a382b; --cover2: #1f2821; --cover-accent: #d7b56d; }
.book-workbook { --cover: #8b6a45; --cover2: #3d4437; --cover-accent: #f0ddb0; }
.book-leader { --cover: #405343; --cover2: #1e3026; --cover-accent: #d7bd76; }
.book-journal { --cover: #59655d; --cover2: #2a342f; --cover-accent: #ddd0a6; }
.book-copy .lead { margin: 1.2rem 0 0; }
.book-points { margin: 1.35rem 0 0; padding: 0; list-style: none; display: grid; gap: .7rem; }
.book-points li { position: relative; padding-left: 1.35rem; }
.book-points li::before { content: ""; position: absolute; left: 0; top: .75em; width: 7px; height: 7px; border-radius: 50%; background: var(--wheat); }
.companion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3rem; }
.book-card { padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,247,.78); box-shadow: var(--shadow-soft); }
.book-card .mini-book { width: 145px; margin: 0 auto 1.5rem; transform: none; }
.book-card h3 { margin-bottom: .7rem; }
.book-card p { font-size: .95rem; }
.book-status { color: var(--moss); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.writing-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.feature-card {
  min-height: 330px;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,253,247,.82);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
}
.feature-card:first-child { background: linear-gradient(145deg, rgba(185,211,231,.62), rgba(203,222,214,.72)); }
.feature-card .quote-mark { color: var(--wheat); font-family: Georgia, serif; font-size: 5rem; line-height: .55; opacity: .7; }
.feature-card h3 { font-size: clamp(2rem, 4vw, 3.1rem); }
.feature-card p { max-width: 33rem; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.collection-card { padding: 1.45rem; border-top: 3px solid var(--wheat); border-radius: 0 0 var(--radius) var(--radius); background: rgba(255,253,247,.72); box-shadow: var(--shadow-soft); }
.collection-card:nth-child(2) { border-color: var(--sage); }
.collection-card:nth-child(3) { border-color: var(--sky-deep); }
.collection-card:nth-child(4) { border-color: var(--moss); }
.collection-list { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: .72rem; }
.collection-list a { color: var(--ink); text-decoration: none; font-weight: 700; }
.collection-list a:hover { color: var(--clay-dark); }
.collection-note { margin-top: 2rem; padding: 1.2rem 1.35rem; border: 1px dashed rgba(195,145,45,.50); border-radius: var(--radius-sm); background: rgba(234,216,166,.42); }

.page-hero { padding: clamp(3.6rem, 8vw, 6.5rem) 0 clamp(2rem, 5vw, 4rem); background: linear-gradient(135deg, rgba(185,211,231,.42), rgba(203,222,214,.34) 58%, rgba(234,216,166,.24)); border-bottom: 1px solid var(--line); }
.page-hero .container { max-width: 980px; }
.page-hero h1 { max-width: 920px; }
.page-hero .lead, .page-hero .hero-lead { margin-top: 1.3rem; max-width: 760px; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.breadcrumbs { margin-bottom: 1rem; color: var(--ink-soft); font-size: .88rem; }
.breadcrumbs a { color: inherit; text-decoration: none; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.image-card { padding: .8rem; background: rgba(255,253,247,.72); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.image-card img { width: 100%; border-radius: calc(var(--radius) - 8px); }
.about-facts { margin-top: 1.2rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.fact { padding: 1rem; border: 1px solid rgba(53,110,145,.22); border-radius: var(--radius-sm); background: rgba(232,243,246,.62); }
.fact strong { display: block; color: var(--ink); }
.article-shell { padding: clamp(1.4rem, 4vw, 2.5rem); background: rgba(255,255,255,.82); border: 1px solid rgba(49,95,75,.22); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.article-shell p:first-child { margin-top: 0; }

.creative-hero-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1.5rem; padding: clamp(1.5rem, 4vw, 2.4rem); border-radius: var(--radius); background: linear-gradient(145deg, #344137, #202b23); color: #fff; box-shadow: var(--shadow); }
.creative-hero-card h2, .creative-hero-card h3 { color: #fff9ea; }
.creative-hero-card p { color: #dfe5dc; }
.creative-symbol { min-height: 280px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: radial-gradient(circle, rgba(181,154,98,.36), transparent 42%), repeating-linear-gradient(45deg, rgba(255,255,255,.025) 0 2px, transparent 2px 12px); }
.creative-symbol span { font-family: "Cormorant Garamond", Georgia, serif; font-size: 8rem; color: #d6bd7d; }
.creative-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.creative-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,247,.78); box-shadow: var(--shadow-soft); display: flex; flex-direction: column; min-height: 255px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.5rem; align-items: start; }
.contact-panel { padding: 1.7rem; border: 1px solid rgba(53,110,145,.28); border-radius: var(--radius); background: linear-gradient(180deg, rgba(185,211,231,.82), rgba(203,222,214,.86)); }
.contact-form { padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,247,.82); box-shadow: var(--shadow-soft); }
.contact-form label { display: grid; gap: .42rem; margin-bottom: 1rem; color: var(--ink); font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: .82rem .9rem; border: 1px solid var(--line); border-radius: 13px; background: #fffdf9; color: var(--ink); }
.button-full { width: 100%; }
.hidden-field { position: absolute; left: -9999px; }

.article-wrap { padding: 0 0 6rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 1.4rem; align-items: start; }
.article-layout .article-shell { max-width: 800px; }
.article-meta { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 1.2rem; color: var(--moss); font-size: .84rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.article-shell blockquote {
  margin: 1.6rem 0;
  padding: 1.15rem 1.25rem;
  border-left: 4px solid var(--wheat);
  border-radius: 0 15px 15px 0;
  background: rgba(234,216,166,.52);
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.5;
}
.panel-attribution { margin-top: -.8rem; font-size: .9rem; font-weight: 700; }
.aside-card { position: sticky; top: 108px; padding: 1.25rem; border: 1px solid rgba(53,110,145,.24); border-radius: var(--radius); background: linear-gradient(180deg, rgba(185,211,231,.66), rgba(203,222,214,.72)); }
.aside-card ul { padding-left: 1.15rem; }
.aside-card a { color: var(--ink); text-decoration: none; font-weight: 700; }
.meta-kicker { color: var(--moss); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.poem { white-space: pre-wrap; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.9; }

.search-row { margin-bottom: 1.2rem; }
.search-row input { width: min(100%, 520px); min-height: 50px; padding: 0 1rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,247,.82); }
.archive-list { display: grid; gap: .75rem; }
.archive-item { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,253,247,.66); }
.archive-item a { color: var(--ink); text-decoration: none; font-weight: 800; }
.post-meta { color: var(--moss); font-size: .85rem; }

.site-footer { padding: 3.2rem 0; border-top: 1px solid rgba(53,110,145,.24); background: linear-gradient(180deg, rgba(185,211,231,.78), rgba(95,133,119,.34) 62%, rgba(215,206,186,.72)); }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-signature { width: 105px; filter: sepia(.45) saturate(.7); }
.footer-copy p { margin: .35rem 0 0; font-size: .88rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a { color: var(--ink-soft); text-decoration: none; font-size: .9rem; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.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; }

@media (max-width: 1020px) {
  .hero-grid, .feature-book, .about-grid, .contact-grid, .creative-hero-card, .article-layout { grid-template-columns: 1fr; }
  .hero-art { max-width: 680px; margin-inline: auto; }
  .entry-grid, .collection-grid, .companion-grid { grid-template-columns: repeat(2, 1fr); }
  .aside-card { position: static; }
  .article-layout .article-shell { max-width: none; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .reveal { opacity: 1; transform: none; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + .55rem);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: .25rem;
    padding: .8rem;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255,253,247,.98);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .72rem .8rem; border-radius: 12px; }
  .site-nav a:hover { background: var(--sage-pale); }
  .nav-contact { border: 0; background: transparent; }
  .entry-grid, .collection-grid, .companion-grid, .writing-feature, .creative-grid, .about-facts { grid-template-columns: 1fr; }
  .book-stage { min-height: 390px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { gap: .7rem 1rem; }
  .archive-item { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}


.hero-simple { padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(3.5rem, 7vw, 6rem); }
.hero-grid-simple { grid-template-columns: 1.1fr .9fr; }
.simple-page-hero { padding-bottom: 2.5rem; }
.simple-frame { box-shadow: var(--shadow-soft); }
.portrait-frame { max-width: 560px; margin-inline: auto; }
.simple-grid { display: grid; gap: 1.1rem; }
.simple-grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.simple-grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.simple-card { padding: 1.4rem; border: 1px solid rgba(53,110,145,.22); border-top: 4px solid var(--sky-deep); border-radius: var(--radius); background: rgba(255,255,255,.80); box-shadow: var(--shadow-soft); }
.simple-card:nth-child(2) { border-top-color: var(--moss); }
.simple-card:nth-child(3) { border-top-color: var(--wheat); }
.simple-card p:last-child { margin-bottom: 0; }
.book-grid-real { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1.2rem; }
.book-real-card { padding: 1.2rem; border: 1px solid rgba(49,95,75,.22); border-top: 4px solid var(--moss); border-radius: var(--radius); background: rgba(255,255,255,.86); box-shadow: var(--shadow-soft); display: flex; flex-direction: column; }
.book-real-card:nth-child(2) { border-top-color: var(--sky-deep); }
.book-real-card:nth-child(3) { border-top-color: var(--wheat); }
.book-real-card:nth-child(4) { border-top-color: var(--moss); }
.book-real-card h3 { margin-top: .9rem; margin-bottom: .55rem; }
.book-real-card p { font-size: .95rem; }
.book-cover-image { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 10px; border: 1px solid rgba(36,49,39,.08); background: #f6f3eb; }
.compact-actions { gap: .55rem; margin-top: auto; }
.feature-book-card { grid-column: span 1; }
.collection-grid-wide { grid-template-columns: repeat(2, minmax(0,1fr)); }
.section-heading h2 { text-wrap: balance; }
.image-card.simple-frame { background: rgba(185,211,231,.38); border-color: rgba(53,110,145,.24); }


@media (max-width: 1020px) {
  .hero-grid-simple, .simple-grid-3, .simple-grid-2, .book-grid-real, .collection-grid-wide { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .book-real-card:first-child { grid-column: span 2; }
}
@media (max-width: 780px) {
  .hero-grid-simple, .simple-grid-3, .simple-grid-2, .book-grid-real, .collection-grid-wide { grid-template-columns: 1fr; }
  .book-real-card:first-child { grid-column: span 1; }
}

.hero-intro { max-width: 42rem; margin: 1rem 0 0; font-size: 1rem; line-height: 1.75; color: var(--ink-soft); }


/* Deeper blue, green, and wheat accents */
h1 { color: #18352e; }
h2 { color: #214b3e; }
.card-link, .collection-list a, .aside-card a { color: var(--sky-deep); }
.card-link:hover, .collection-list a:hover, .aside-card a:hover { color: var(--moss); }
.book-status, .article-meta, .post-meta, .meta-kicker { color: var(--moss); }
.footer-links a:hover { color: var(--sky-deep); }
