
:root{--forest:#172217;--cream:#f3eadb;--muted:#c9c0b0;--burgundy:#641f22;--burgundy-light:#9a4447;--gold:#d1ad6f;--border:rgba(243,234,219,.16);--shadow:0 24px 62px rgba(0,0,0,.42)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#111610;color:var(--cream);font-family:Arial,Helvetica,sans-serif;line-height:1.7}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3{margin-top:0;font-family:Georgia,"Times New Roman",serif;line-height:1.08}
.site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:78px;padding:10px clamp(18px,5vw,80px);background:rgba(17,22,16,.94);border-bottom:1px solid var(--border);backdrop-filter:blur(14px)}
.brand{display:flex;align-items:center;gap:12px;font-family:Georgia,serif;font-weight:700}.brand img{width:50px;height:50px;border-radius:50%}nav{display:flex;align-items:center;gap:22px;color:var(--muted);font-size:.9rem}nav a:hover{color:var(--gold)}.amazon-store{padding:9px 15px;background:var(--burgundy);color:#fff;border-radius:4px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:center;gap:clamp(45px,8vw,110px);min-height:calc(100vh - 78px);padding:85px clamp(22px,8vw,125px);background:linear-gradient(90deg,rgba(17,22,16,.97),rgba(17,22,16,.72)),radial-gradient(circle at 72% 32%,rgba(154,68,71,.2),transparent 30%)}
.eyebrow{margin:0 0 12px;color:var(--gold);font-size:.75rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.hero h1{margin-bottom:6px;font-size:clamp(3.7rem,8vw,7.6rem)}.subtitle{margin:0 0 28px;color:var(--burgundy-light);font-family:Georgia,serif;font-size:clamp(1.7rem,4vw,3.2rem)}.tagline{max-width:720px;margin:0;color:var(--muted);font-family:Georgia,serif;font-size:clamp(1.2rem,2.3vw,1.7rem);font-style:italic}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 22px;border:1px solid var(--burgundy-light);font-weight:700}.button.primary{background:var(--burgundy)}.cover-frame{justify-self:center;width:min(430px,86%);padding:12px;border:1px solid var(--border);background:rgba(255,255,255,.03);box-shadow:var(--shadow)}
.story-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#1b251b}.story-strip div{padding:25px 18px;text-align:center}.story-strip div+div{border-left:1px solid var(--border)}.story-strip strong{display:block;color:var(--gold);font-family:Georgia,serif;font-size:1.3rem}.story-strip span{color:var(--muted);font-size:.88rem}
.content-section{padding:100px clamp(20px,8vw,125px)}.section-heading{max-width:780px;margin:0 auto 54px;text-align:center}.section-heading h2{margin-bottom:14px;font-size:clamp(2.6rem,6vw,4.8rem)}.section-heading>p:last-child{color:var(--muted)}.synopsis-section{background:linear-gradient(135deg,rgba(100,31,34,.12),transparent 48%),#141a13}.synopsis-copy{max-width:900px;margin:0 auto;color:var(--muted);font-size:1.06rem}.lead{color:var(--gold);font-family:Georgia,serif;font-size:1.55rem}.closing{margin-top:34px;color:var(--cream);font-family:Georgia,serif;font-size:1.25rem;text-align:center}
.cabin-section{position:relative;min-height:690px;overflow:hidden}.cabin-section>img{width:100%;min-height:690px;object-fit:cover}.cabin-overlay{position:absolute;right:clamp(22px,8vw,120px);bottom:55px;width:min(560px,calc(100% - 44px));padding:34px;background:rgba(17,22,16,.86);border:1px solid var(--border);box-shadow:var(--shadow);backdrop-filter:blur(8px)}.cabin-overlay h2{margin-bottom:14px;font-size:clamp(2.2rem,5vw,4rem)}.cabin-overlay p:last-child{margin-bottom:0;color:var(--muted)}
.family-section{background:#0e130e}.character-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;max-width:1300px;margin:0 auto}.character-card{display:grid;grid-template-columns:minmax(180px,.8fr) 1.2fr;overflow:hidden;border:1px solid var(--border);background:#1b241b;box-shadow:var(--shadow)}.character-card img{width:100%;height:100%;min-height:330px;object-fit:cover;object-position:top center}.character-card>div{align-self:center;padding:24px}.role{margin:0 0 8px;color:var(--gold);font-size:.69rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.character-card h3{margin-bottom:10px;font-size:1.6rem}.character-card p:last-child{margin-bottom:0;color:var(--muted);font-size:.94rem}
.themes-section{padding:100px clamp(20px,8vw,125px);background:linear-gradient(135deg,rgba(100,31,34,.18),transparent 45%),#192019}.theme-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;max-width:1180px;margin:0 auto}.theme-grid article{min-height:220px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;border:1px solid var(--border);background:rgba(255,255,255,.025)}.theme-grid h3{margin-bottom:8px;color:var(--gold);font-size:1.45rem}.theme-grid p{margin:0;color:var(--muted)}
footer{padding:55px 20px;background:#090d09;border-top:1px solid var(--border);color:var(--muted);text-align:center}footer img{width:105px;margin:0 auto 18px;border-radius:50%}footer p{margin:4px 0}footer a{display:inline-block;margin-top:10px;color:var(--gold)}
@media(max-width:1000px){.hero{grid-template-columns:1fr;text-align:center}.hero-actions{justify-content:center}.tagline{margin:auto}.character-grid{grid-template-columns:1fr}.theme-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.site-header{align-items:flex-start}nav{flex-wrap:wrap;justify-content:flex-end;gap:10px 15px}.story-strip{grid-template-columns:1fr}.story-strip div+div{border-top:1px solid var(--border);border-left:0}.character-card{grid-template-columns:1fr}.character-card img{min-height:auto;max-height:520px}.cabin-overlay{position:relative;right:auto;bottom:auto;width:100%;border-right:0;border-left:0}.cabin-section>img{min-height:auto}}
@media(max-width:520px){.brand span{display:none}.hero-actions{flex-direction:column}.button{width:100%}.theme-grid{grid-template-columns:1fr}}
