* { box-sizing: border-box; }
html, body { margin: 0; }
body { background: #1C1F22; color: #EDE6D6; font-family: 'Spectral', Georgia, serif; overflow-x: hidden; }
a { color: #E5A93B; text-decoration: none; }
a:hover { color: #f0bd5f; }
::selection { background: #E5A93B; color: #1C1F22; }

.wrap { max-width: 1160px; margin: 0 auto; }

.hero { max-width: 1160px; margin: 0 auto; padding: 80px 48px 96px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.cover-frame { position: relative; justify-self: center; margin: 0; }
.cover-glow { display: block; position: absolute; inset: -40px -40px auto -40px; height: 340px; background: radial-gradient(120% 90% at 30% 20%, rgba(229,169,59,0.22), rgba(229,169,59,0)); filter: blur(10px); pointer-events: none; }
.cover-img { position: relative; width: 380px; height: auto; display: block; box-shadow: 0 50px 120px rgba(0,0,0,0.6), 0 8px 24px rgba(0,0,0,0.5); border-radius: 2px; }

hgroup { margin: 0; }
.eyebrow { font-family: 'Special Elite', monospace; font-size: 14px; letter-spacing: 6px; color: #E5A93B; margin: 0; }
h1 { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 76px; line-height: 0.98; letter-spacing: 0.5px; margin: 22px 0 0; color: #fff; }
.script { font-family: 'Caveat', cursive; font-size: 52px; line-height: 1; color: #E5A93B; margin: 14px 0 0; }
.lede { font-weight: 300; font-size: 21px; line-height: 1.65; color: #cdc7b8; max-width: 520px; margin: 34px 0 0; }

.cta-row { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin: 40px 0 0; }
.btn { display: inline-flex; align-items: center; gap: 12px; background: #E5A93B; color: #1C1F22; font-family: 'Special Elite', monospace; font-size: 16px; letter-spacing: 3px; padding: 18px 34px; border-radius: 2px; transition: transform .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-2px); background: #f0bd5f; color: #1C1F22; }
.btn.lg { padding: 20px 44px; }
.fmt { font-family: 'Special Elite', monospace; font-size: 13px; letter-spacing: 2px; color: #7d7869; }

.stamp-row { display: flex; justify-content: center; margin: 0; padding: 8px 0 64px; }
.stamp { border: 2px solid #2D5A27; color: #4f8a45; transform: rotate(-4deg); font-family: 'Special Elite', monospace; font-size: 15px; letter-spacing: 5px; padding: 12px 26px; border-radius: 4px; opacity: 0.9; }

.quote { max-width: 900px; margin: 0 auto; padding: 40px 48px 100px; text-align: center; }
.quote blockquote { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 500; font-size: 40px; line-height: 1.35; color: #EDE6D6; margin: 0; }

.about { background: #181B1E; border-top: 1px solid #2a2e33; border-bottom: 1px solid #2a2e33; }
.about-inner { max-width: 1080px; margin: 0 auto; padding: 88px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.label { font-family: 'Special Elite', monospace; font-size: 13px; letter-spacing: 5px; color: #4f8a45; margin: 0; }
.about h2 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 38px; line-height: 1.1; margin: 18px 0 0; color: #fff; }
.about p { font-weight: 300; font-size: 19px; line-height: 1.75; color: #c4bfb1; }

.themes { max-width: 1080px; margin: 0 auto; padding: 72px 48px 40px; }
.theme-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.card { border: 1px solid #34383d; padding: 34px 30px; border-radius: 3px; }
.card h3 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 24px; color: #E5A93B; margin: 0; }
.card p { font-weight: 300; font-size: 16px; line-height: 1.6; color: #a8a394; margin: 12px 0 0; }

.final { max-width: 1080px; margin: 0 auto; padding: 80px 48px 120px; text-align: center; }
.final h2 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 44px; line-height: 1.12; color: #fff; margin: 0; }
.final p { font-weight: 300; font-size: 19px; color: #b7b2a4; margin: 18px auto 34px; max-width: 560px; }

footer { border-top: 1px solid #2a2e33; }
.foot-inner { max-width: 1080px; margin: 0 auto; padding: 44px 48px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 28px; }
.foot-book { font-family: 'Special Elite', monospace; font-size: 12px; letter-spacing: 3px; color: #6f6a5c; margin: 0; }
.foot-author { font-style: normal; display: flex; align-items: center; gap: 16px; }
.foot-avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid #E5A93B; display: block; }
.foot-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 16px; color: #EDE6D6; }
.foot-email { font-family: 'Spectral', serif; font-size: 14px; color: #a8a394; }
.foot-email:hover { color: #E5A93B; }
.foot-socials { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 10px; }
.foot-social-link { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(237,230,214,0.06); border: 1px solid rgba(237,230,214,0.14); transition: background .15s ease, border-color .15s ease; }
.foot-social-link:hover { background: rgba(229,169,59,0.16); border-color: rgba(229,169,59,0.4); }
.foot-social-link svg { width: 16px; height: 16px; fill: #EDE6D6; display: block; }
.foot-social-link:hover svg { fill: #E5A93B; }

@media (max-width: 640px) {
  .foot-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; gap: 48px; padding: 56px 28px 64px; text-align: center; }
  .cover-img { width: 260px; }
  .lede, .cta-row { margin-left: auto; margin-right: auto; justify-content: center; }
  h1 { font-size: 52px; }
  .about-inner, .theme-grid { grid-template-columns: 1fr; }
  .quote blockquote { font-size: 28px; }
}
