:root {
  --bg: #070707;
  --panel: #0d0d0e;
  --panel-2: #121214;
  --text: #f8f5ef;
  --muted: #b9b3a7;
  --gold: #d8b54a;
  --gold-bright: #f3d67a;
  --line: rgba(216, 181, 74, .34);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 85% 7%, rgba(216,181,74,.12), transparent 25rem),
    radial-gradient(circle at 10% 38%, rgba(255,255,255,.035), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.section-shell { width: min(var(--max), calc(100% - 38px)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px max(19px, calc((100vw - var(--max))/2));
  background: rgba(7,7,7,.88); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(216,181,74,.18);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: 'Playfair Display', serif; font-size: 1.28rem; letter-spacing: .04em; }
.brand strong, .footer-brand strong { color: var(--gold); }
.crown { color: var(--gold); font-size: 1.35rem; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: #ddd8ce; text-decoration: none; font-size: .92rem; font-weight: 600; }
.site-nav a:hover { color: var(--gold-bright); }
.menu-toggle { display: none; background: transparent; color: var(--text); border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; }
.hero {min-height: auto; display: grid; grid-template-columns: 1fr; gap: 54px; align-items: center; padding-block: 20px 40px; }
.eyebrow { margin: 0 0 10px; color: var(--gold-bright); font-size: .78rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.08; }
h1 { margin: 0; font-size: clamp(3.3rem, 7vw, 6.8rem); letter-spacing: -.045em; }
h1 span { color: var(--gold); display: block; }
.hero-lede { max-width: 650px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: #cec8bd; }
.hero-actions, .partner-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 999px; text-decoration: none; font-weight: 700; border: 1px solid var(--line); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #1a1404; border-color: transparent; background: linear-gradient(135deg, #a88436, #6f5318); }
.button-ghost { background: rgba(255,255,255,.025); color: #f6f1e8; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.pill-row span { font-size: .78rem; color: #c8c0b3; border: 1px solid rgba(216,181,74,.2); border-radius: 999px; padding: 6px 10px; }
.hero-visual { display: flex; justify-content: center; }
.portrait-frame { position: relative; width: min(100%, 490px); border: 1px solid rgba(216,181,74,.42); border-radius: 30px; padding: 10px; background: linear-gradient(145deg, rgba(216,181,74,.14), rgba(255,255,255,.01)); box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.portrait-frame img { width: 100%; height: auto; display: block; border-radius: 22px; }
.portrait-card { position: absolute; left: 28px; right: 28px; bottom: 26px; padding: 14px 16px; border-radius: 15px; background: rgba(7,7,7,.78); backdrop-filter: blur(10px); border: 1px solid rgba(216,181,74,.45); }
.portrait-card span { display: block; font-size: .7rem; color: var(--gold-bright); letter-spacing: .16em; }
.portrait-card b { display: block; margin-top: 3px; font-size: .95rem; }
.brand-strip { display: flex; justify-content: center; align-items: center; gap: 15px; padding: 18px; color: #d5cec1; border-block: 1px solid rgba(216,181,74,.17); background: #090909; font-size: .79rem; letter-spacing: .2em; }
.brand-strip i { color: var(--gold); font-style: normal; }
.content-section { padding-block: 48px; }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.section-heading.narrow { max-width: 700px; }
h2 { margin: 0 0 14px; font-size: clamp(2.3rem, 5vw, 4.5rem); letter-spacing: -.03em; }
.section-heading > p:last-child, .about-copy p, .book-panel p { color: var(--muted); font-size: 1.02rem; }
.card-grid.three { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card, .series-card { border: 1px solid rgba(216,181,74,.18); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); border-radius: 22px; padding: 26px; }
.feature-card.featured { background: linear-gradient(145deg, rgba(216,181,74,.16), rgba(255,255,255,.018)); }
.card-icon { font-size: 1.55rem; }
.card-kicker { margin: 20px 0 6px; color: var(--gold-bright); font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.feature-card h3, .series-card h3 { margin: 0 0 8px; font-size: 1.65rem; }
.feature-card p:not(.card-kicker), .series-card p { color: var(--muted); }
.feature-card a { color: var(--gold-bright); text-decoration: none; font-weight: 700; }
.alt-section { border-block: 1px solid rgba(216,181,74,.12); }
.series-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.series-card { min-height: 230px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.series-card::before { content: ''; position: absolute; width: 150px; height: 150px; border-radius: 50%; background: rgba(216,181,74,.07); right: -50px; top: -55px; }
.series-number { color: var(--gold); font-size: .78rem; letter-spacing: .18em; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; }
.about-copy { max-width: 720px; }
blockquote { margin: 30px 0 0; padding-left: 20px; border-left: 2px solid var(--gold); color: #f3ead8; font-family: 'Playfair Display', serif; font-size: clamp(1.35rem, 3vw, 2.1rem); }
.book-panel { display: grid; grid-template-columns: 150px 1fr; gap: 28px; align-items: center; border-block: 1px solid rgba(216,181,74,.16); }
.book-mark { width: 130px; height: 130px; display: grid; place-items: center; border-radius: 50%; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 2.6rem; color: #080808; background: radial-gradient(circle at 35% 30%, #ffe696, #d8b54a 60%, #8e6f1d); box-shadow: 0 18px 50px rgba(216,181,74,.13); }
.book-note { color: #ded4c3 !important; }
.partner-section { padding-bottom: 40px; }
footer { padding: 38px 20px; text-align: center; background: #050505; border-top: 1px solid rgba(216,181,74,.2); color: #a9a296; }
.footer-brand { font-family: 'Playfair Display', serif; color: white; font-size: 1.5rem; }
footer p { margin: 7px 0; }
.footer-small { font-size: .8rem; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 50px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .pill-row { justify-content: center; }
  .hero-visual { order: -1; }
  .portrait-frame { width: min(92%, 480px); }
  .portrait-frame img { height: auto; }
  .card-grid.three { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 1200px) {
  .site-header { padding: 12px 16px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 61px; left: 12px; right: 12px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: #101010; border: 1px solid rgba(216,181,74,.25); border-radius: 16px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 10px; }
  .section-shell { width: min(100% - 28px, var(--max)); }
  .hero { gap: 0; padding-block: 0; }
  h1 { font-size: clamp(2rem, 12vw, 5rem); }
  .portrait-frame { width: 100%; }
  .portrait-frame img { width: 100%; height: auto; min-height: 0; object-fit: contain; }
  .portrait-card { left: 18px; right: 18px; bottom: 18px; }
  .brand-strip { flex-wrap: wrap; gap: 8px 10px; font-size: .66rem; }
  .content-section { padding-block: 68px; }
  .series-grid { grid-template-columns: 1fr; }
  .book-panel { grid-template-columns: 1fr; }
  .book-mark { width: 96px; height: 96px; font-size: 2rem; }
  .partner-actions { flex-direction: column; }
  .partner-actions .button { width: 100%; }
}
#about,
#about * {
  text-decoration: none !important;
}

.book-cover {
  width: 280px;
  max-width: 70vw;
  margin: 0 auto;
}
  


.book-feature {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 24px;
}

.book-cover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.book-details {
  min-width: 0;
}

.book-author {
  color: var(--gold-bright);
  font-weight: 700;
  margin: 8px 0 18px;
}

@media (max-width: 700px) {
  .book-feature {
    display: block;
  }

  .book-cover {
    width: 220px;
    max-width: 65vw;
    margin: 0 auto 24px;
  }

  .book-cover img {
    display: block;
    width: 100%;
    height: auto;
  }

  .book-details {
    width: 100%;
  }
}