
:root{
  --ink:#16090b;
  --ink-soft:#251014;
  --wine:#8f111b;
  --wine-bright:#b41a26;
  --gold:#d6b36a;
  --paper:#f4ead6;
  --cream:#fffaf0;
  --muted:#c9bbb0;
  --line:rgba(214,179,106,.24);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-width:320px;
  color:var(--cream);
  background:
    radial-gradient(circle at 80% 5%, rgba(143,17,27,.28), transparent 26rem),
    linear-gradient(180deg, #16090b 0%, #1d0c0f 55%, #120709 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.035;
  background-image:
    linear-gradient(45deg,#fff 25%,transparent 25%),
    linear-gradient(-45deg,#fff 25%,transparent 25%),
    linear-gradient(45deg,transparent 75%,#fff 75%),
    linear-gradient(-45deg,transparent 75%,#fff 75%);
  background-size:72px 72px;
  background-position:0 0,0 36px,36px -36px,-36px 0;
  mask-image:linear-gradient(to bottom,black,transparent 76%);
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:1rem;top:1rem;z-index:99;background:white;color:black;padding:.7rem 1rem;border-radius:.35rem}
.site-header{
  width:min(1180px,calc(100% - 2rem));
  margin:auto;
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  border-bottom:1px solid var(--line);
}
.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none}
.brand-mark{
  width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--gold);
  border-radius:50%;color:var(--gold);font-size:1.55rem
}
.brand strong{
  display:block;font-family:Georgia,"Times New Roman",serif;letter-spacing:.16em;font-size:1rem
}
.brand small{display:block;color:var(--muted);font-size:.72rem;letter-spacing:.08em}
nav{display:flex;gap:1.6rem}
nav a{text-decoration:none;color:var(--muted);font-size:.88rem}
nav a:hover,nav a:focus{color:white}
.hero{
  width:min(1180px,calc(100% - 2rem));
  margin:auto;
  min-height:760px;
  display:grid;
  grid-template-columns:1.06fr .94fr;
  align-items:center;
  gap:6vw;
  padding:5rem 0 6rem;
}
.eyebrow,.section-kicker{
  color:var(--gold);text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:700
}
.eyebrow{display:flex;align-items:center;gap:.7rem}
.eyebrow span{display:inline-block;width:34px;height:1px;background:var(--gold)}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.05;margin-top:0}
h1{font-size:clamp(3.8rem,8vw,7.6rem);letter-spacing:-.055em;margin-bottom:1.5rem}
.lead{font-size:clamp(1.05rem,2vw,1.35rem);max-width:650px;color:#e9ded7}
.actions{display:flex;flex-wrap:wrap;gap:.85rem;margin:2.2rem 0 1.45rem}
.button{
  display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.85rem 1.25rem;
  border-radius:999px;text-decoration:none;font-weight:750;font-size:.92rem;transition:.2s ease
}
.primary{background:var(--wine-bright);box-shadow:0 12px 35px rgba(180,26,38,.25)}
.primary:hover,.primary:focus{transform:translateY(-2px);background:#c3212d}
.secondary{border:1px solid rgba(255,255,255,.3);color:#fff}
.secondary:hover,.secondary:focus{border-color:var(--gold);color:var(--gold)}
.construction-note{max-width:650px;color:var(--muted);font-size:.88rem}
.cover-stage{position:relative;justify-self:center;isolation:isolate}
.cover-stage::before{
  content:"";position:absolute;inset:8% -8% -4%;z-index:-2;border:1px solid var(--line);border-radius:50% 50% 10% 10%;
  transform:rotate(5deg)
}
.glow{position:absolute;inset:16%;z-index:-3;background:rgba(180,26,38,.72);filter:blur(80px)}
.cover-stage img{
  width:min(390px,70vw);border-radius:3px;box-shadow:0 38px 75px rgba(0,0,0,.62);
  transform:rotate(2deg);transition:transform .35s ease
}
.cover-stage:hover img{transform:rotate(0) translateY(-5px)}
.upcoming,.book-section,.author-section{
  width:min(1180px,calc(100% - 2rem));margin:auto;padding:7rem 0;border-top:1px solid var(--line)
}
.upcoming h2,.book-copy h2,.author-section h2{font-size:clamp(2.35rem,5vw,4.6rem);margin-bottom:2.2rem}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.feature-grid article{background:var(--ink-soft);padding:2rem;min-height:230px}
.feature-grid span{display:block;color:var(--gold);font-size:.72rem;letter-spacing:.16em;margin-bottom:3rem}
.feature-grid h3{font-size:1.4rem;margin-bottom:.8rem}
.feature-grid p{color:var(--muted);font-size:.92rem;margin:0}
.book-section{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:7vw}
.book-photo{position:relative}
.book-photo::after{content:"";position:absolute;inset:5% -5% -5% 5%;z-index:-1;border:1px solid var(--gold)}
.book-photo img{width:min(430px,100%);box-shadow:0 28px 60px rgba(0,0,0,.45)}
.book-copy p,.author-section p{color:#dfd2ca;font-size:1.05rem;max-width:720px}
.text-link{
  display:inline-flex;gap:.65rem;align-items:center;margin-top:1.2rem;color:var(--gold);
  text-decoration:none;font-weight:750;border-bottom:1px solid transparent
}
.text-link:hover,.text-link:focus{border-color:var(--gold)}
.author-section{padding-right:min(16vw,180px)}
footer{
  width:min(1180px,calc(100% - 2rem));margin:auto;padding:2.5rem 0 3rem;border-top:1px solid var(--line);
  display:grid;grid-template-columns:1fr auto auto;gap:2rem;align-items:center;color:var(--muted);font-size:.82rem
}
.footer-brand{font-family:Georgia,"Times New Roman",serif;letter-spacing:.14em;color:white}
.footer-brand span{color:var(--gold);margin-right:.3rem}
.footer-links{display:flex;gap:1.2rem}
.footer-links a{text-decoration:none}
.footer-links a:hover,.footer-links a:focus{color:white}

@media (max-width:900px){
  .hero{grid-template-columns:1fr;padding-top:4rem;gap:4rem}
  .cover-stage{grid-row:2}
  .feature-grid{grid-template-columns:1fr 1fr}
  .book-section{grid-template-columns:1fr;gap:4rem}
  .author-section{padding-right:0}
}
@media (max-width:600px){
  .site-header{min-height:78px}
  nav{display:none}
  .hero{min-height:auto;padding:3.5rem 0 5rem}
  h1{font-size:clamp(3.35rem,18vw,5rem)}
  .actions{flex-direction:column}
  .button{width:100%}
  .feature-grid{grid-template-columns:1fr}
  .feature-grid article{min-height:190px}
  .upcoming,.book-section,.author-section{padding:5rem 0}
  footer{grid-template-columns:1fr;gap:.7rem}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important}
}
