/* RemyAlder.com — Pen M. Palette per HQ_VisualIdentitySummary_V15 Pen M section:
   warm cream #F3E9D6 bg, cocoa #3A2E22 body, deep forest green #2D4A22, warm amber #C78A3B,
   soft terracotta #C27B5A, muted sage #7D9A6D, autumn gold #D4A017. Lora + Josefin Sans. */
@font-face {
  font-family: 'Lora';
  src: url('fonts/lora-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('fonts/lora-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Josefin Sans';
  src: url('fonts/josefin-sans-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Josefin Sans';
  src: url('fonts/josefin-sans-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
.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}

body {
  background-color: #F3E9D6;
  background-image: radial-gradient(ellipse 1100px 760px at 12% -10%, rgba(125,154,109,0.10), transparent 60%), radial-gradient(ellipse 900px 680px at 95% 115%, rgba(199,138,59,0.10), transparent 55%);
  color: #3A2E22;
  font-family: 'Lora', Georgia, serif;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.75;
}

h1, h2, h3 { font-family: 'Lora', Georgia, serif; font-weight: 600; color: #2D4A22; line-height: 1.3; }
h1 { font-size: clamp(1.9rem, 5vw, 3rem); letter-spacing: 0.02em; }
h2 { font-size: clamp(1.4rem, 3.5vw, 2rem); letter-spacing: 0.02em; margin-bottom: 0.75rem; }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.45rem); color: #2D4A22; }

a { color: #2D4A22; text-decoration: underline; text-underline-offset: 3px; }
a:hover, a:focus { color: #C27B5A; }

img { max-width: 100%; height: auto; display: block; }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 1.25rem; }

header.site { background: #EBDFC8; border-bottom: 2px solid #C78A3B; padding: 1rem 0; }
.header-inner { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
.lockup { font-family: 'Lora', Georgia, serif; font-weight: 600; font-size: 1.45rem; letter-spacing: 0.14em; color: #2D4A22; text-transform: uppercase; }
.lockup a { color: #2D4A22; text-decoration: none; }
.lockup a:hover { color: #C27B5A; }
nav.site ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 1.3rem; }
nav.site a { font-family: 'Josefin Sans', Arial, sans-serif; font-weight: 600; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: #3A2E22; text-decoration: none; }
nav.site a:hover, nav.site a[aria-current="page"] { color: #C27B5A; border-bottom: 2px solid #C78A3B; }

.hero { position: relative; }
.hero img { width: 100%; object-fit: cover; max-height: 520px; min-height: 340px; }
.hero-overlay {
  /* Tagline sits over the hero's negative space: the pale open sky center-left, clear of the cabin and pines. */
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: left;
  background: radial-gradient(ellipse at center, rgba(58,46,34,0.32) 0%, rgba(58,46,34,0.55) 100%);
  padding: 1.5rem 1.5rem 1.5rem clamp(1.5rem, 7vw, 7rem);
}
.hero-overlay h1 { color: #F3E9D6; text-shadow: 0 2px 16px rgba(58,46,34,0.85); }
.hero-overlay .tagline { color: #F3E9D6; font-size: clamp(1.15rem, 2.8vw, 1.6rem); max-width: 30rem; margin-top: 1rem; text-shadow: 0 2px 16px rgba(58,46,34,0.85); }

section { padding: 3.5rem 0; }
section.alt { background: #EBDFC8; border-top: 1px solid #D8C6A6; border-bottom: 1px solid #D8C6A6; }
.rule { border: none; border-top: 2px solid #C78A3B; width: 84px; margin: 1.1rem auto; }
.center { text-align: center; }
.band img { width: 100%; }

.book-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; }
.book-card { background: #F3E9D6; border: 1px solid #D8C6A6; border-top: 3px solid #C78A3B; padding: 1.75rem; display: flex; flex-direction: column; gap: 0.8rem; }
.book-number { font-family: 'Josefin Sans', Arial, sans-serif; font-weight: 600; font-size: 0.76rem; letter-spacing: 0.22em; text-transform: uppercase; color: #7A6A55; }
.cover-slot { border: 1px dashed #7A6A55; color: #7A6A55; font-size: 0.85rem; text-align: center; padding: 2.4rem 1rem; }

.btn {
  display: inline-block; font-family: 'Josefin Sans', Arial, sans-serif; font-weight: 600;
  font-size: 0.84rem; letter-spacing: 0.13em; text-transform: uppercase;
  padding: 0.85rem 1.9rem; border: 1px solid #2D4A22; color: #2D4A22;
  background: transparent; cursor: pointer; text-decoration: none; margin: 0.2rem;
}
.btn:hover, .btn:focus { background: #2D4A22; color: #F3E9D6; }
.btn-solid { background: #2D4A22; border-color: #2D4A22; color: #F3E9D6; }
.btn-solid:hover, .btn-solid:focus { background: #C78A3B; border-color: #C78A3B; color: #F3E9D6; }
.btn[aria-disabled="true"] { opacity: 0.65; cursor: default; }
.btn[aria-disabled="true"]:hover { background: transparent; color: #2D4A22; }
.btn-solid[aria-disabled="true"]:hover { background: #2D4A22; color: #F3E9D6; }
.coming-soon { display: block; font-size: 0.78rem; letter-spacing: 0.1em; color: #7A6A55; margin-top: 0.45rem; text-transform: uppercase; }

.cta-block { text-align: center; max-width: 44rem; margin: 0 auto; }
.cta-block p { margin-bottom: 1.3rem; }

.about-flex { display: flex; flex-direction: column; gap: 2rem; align-items: center; }
.about-flex img { max-width: 300px; border: 1px solid #7A6A55; }
.about-flex .bio { max-width: 38rem; }
.about-flex .bio p { margin-bottom: 1rem; }

figure.world { margin: 2rem auto; max-width: 760px; }
figure.world figcaption { font-size: 0.85rem; color: #7A6A55; text-align: center; padding-top: 0.6rem; }

.insert-block { border: 1px dashed #7A6A55; background: rgba(235,223,200,0.7); color: #3A2E22; opacity: 0.85; padding: 1.2rem 1.4rem; margin: 1.1rem 0; font-size: 0.95rem; }

footer.site { background: #EBDFC8; border-top: 2px solid #C78A3B; padding: 2.2rem 0 2.6rem; margin-top: 3rem; text-align: center; font-size: 0.85rem; color: #7A6A55; }
footer.site nav ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 1.2rem; margin-bottom: 1rem; }
footer.site a { color: #3A2E22; }
footer.site a:hover { color: #C27B5A; }
.fine-print { margin-top: 0.9rem; line-height: 1.9; }

@media (min-width: 720px) {
  .header-inner { flex-direction: row; justify-content: space-between; }
  .book-grid { grid-template-columns: 1fr 1fr; }
  .about-flex { flex-direction: row; align-items: flex-start; }
}

/* Covers + cover rows (added 2026-09-15 when Step_13a covers + cold magnet landed) */
.book-card .book-cover{border:1px solid #D8C6A6;margin-bottom:.4rem}
.book-card .subtitle{font-family:'Josefin Sans',Arial,sans-serif;font-weight:600;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;color:#7A6A55}
.book-card .desc p{margin-bottom:.7rem;font-size:.97rem}
.cover-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.4rem auto 1.6rem;max-width:820px}
.cover-row a{display:block;text-decoration:none}
.cover-row img{border:1px solid #D8C6A6}
.alsoby-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin:1.4rem 0 1.6rem}
.alsoby-row figure{margin:0}
.alsoby-row img{border:1px solid #D8C6A6}
.alsoby-row figcaption{font-size:.85rem;color:#3A2E22;margin-top:.4rem}
.rm-cta{display:flex;flex-direction:column;gap:1.4rem;align-items:center;text-align:center;max-width:52rem;margin:0 auto}
.rm-cta img{max-width:220px;border:1px solid #7A6A55}
.rm-cta .rm-body{flex:1}
.rm-cover{max-width:240px;margin:1.2rem auto;border:1px solid #7A6A55}
@media(min-width:720px){.cover-row{grid-template-columns:repeat(6,1fr)}.alsoby-row{grid-template-columns:repeat(6,1fr)}.rm-cta{flex-direction:row;text-align:left;align-items:center}}
