
:root{
  --navy:#071828; --navy2:#102d45; --ink:#17212b; --paper:#f6f2ea;
  --cream:#fffdf8; --gold:#c99943; --muted:#68727c; --line:#d9d4ca;
  --blue:#1f668d;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--cream);line-height:1.62}
a{color:inherit}
img{max-width:100%;height:auto;display:block}
.wrap{width:min(1180px,92vw);margin:auto}
.site-header{background:rgba(7,24,40,.97);color:#fff;border-bottom:1px solid rgba(255,255,255,.15);position:sticky;top:0;z-index:10}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:14px 0}
.brand{text-decoration:none;display:flex;flex-direction:column;min-width:220px}
.brand strong{font-family:Georgia,serif;font-size:1.55rem;letter-spacing:.02em}
.brand span{text-transform:uppercase;font-size:.67rem;letter-spacing:.15em;color:#cdd9e2}
.nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px}
.nav a{text-decoration:none;font-size:.9rem;color:#eef5fa}
.nav a:hover,.nav a:focus{color:#f3c66b;text-decoration:underline;text-underline-offset:5px}
.hero{min-height:650px;background:linear-gradient(90deg,rgba(7,24,40,.92) 0%,rgba(7,24,40,.72) 43%,rgba(7,24,40,.12) 75%),url("../images/hero-no-man.jpg") center/cover no-repeat;color:white;display:grid;align-items:center}
.hero-copy{max-width:640px;padding:80px 0}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.77rem;font-weight:700;color:#f4cf85}
.hero h1,.page-hero h1,.book-detail h1{font-family:Georgia,serif;font-weight:400;line-height:1.06;margin:.25em 0;font-size:clamp(2.8rem,7vw,6rem)}
.hero p{font-size:1.18rem;max-width:56ch;color:#e6eef4}
.button{display:inline-block;background:var(--gold);color:#0e1d27;text-decoration:none;padding:.78rem 1.15rem;border-radius:4px;font-weight:700;margin:.25rem .35rem .25rem 0}
.button.secondary{background:transparent;color:white;border:1px solid rgba(255,255,255,.6)}
.button.dark{background:var(--navy);color:#fff}
.button.small{font-size:.85rem;padding:.55rem .8rem}
.section{padding:70px 0}
.section.alt{background:var(--paper)}
.section h2,.section h3,.page-hero h1{font-family:Georgia,serif}
.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}
.section-title h2{font-size:2.4rem;margin:0}
.section-title p{margin:0;color:var(--muted)}
.books-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
.book-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(20,30,40,.06);display:flex;flex-direction:column}
.book-card .cover{aspect-ratio:2/3;background:#0b2134;overflow:hidden}
.book-card .cover img{width:100%;height:100%;object-fit:cover}
.book-card .content{padding:20px;display:flex;flex-direction:column;flex:1}
.book-card h3{font-family:Georgia,serif;margin:.35rem 0 .55rem;font-size:1.35rem;line-height:1.2}
.book-card p{font-size:.93rem;color:#53616d}
.status{display:inline-block;width:max-content;padding:.25rem .5rem;border-radius:99px;background:#eef2f5;color:#30404d;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:700}
.card-actions{margin-top:auto}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.feature{padding:28px;background:white;border:1px solid var(--line);border-radius:10px}
.feature h3{margin-top:0;font-family:Georgia,serif;font-size:1.4rem}
.page-hero{padding:70px 0;background:linear-gradient(135deg,var(--navy),var(--navy2));color:white}
.page-hero h1{font-size:clamp(2.4rem,5vw,4.2rem)}
.page-hero p{max-width:70ch;color:#d9e4eb}
.book-detail{display:grid;grid-template-columns:minmax(250px,360px) 1fr;gap:54px;align-items:start}
.book-detail .book-cover{border-radius:8px;overflow:hidden;box-shadow:0 24px 50px rgba(0,0,0,.18)}
.book-detail h1{font-size:clamp(2.7rem,6vw,5rem);color:var(--navy)}
.kicker{text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-weight:700;font-size:.78rem}
.lead{font-family:Georgia,serif;font-size:1.35rem;color:#334450}
.meta{display:flex;gap:10px;flex-wrap:wrap;margin:1.2rem 0}
.meta span{border:1px solid var(--line);padding:.32rem .55rem;border-radius:99px;font-size:.78rem;color:#53616d}
.quote{border-left:4px solid var(--gold);padding:10px 0 10px 22px;font-family:Georgia,serif;font-size:1.25rem;color:#394956}
.prose{max-width:820px}
.prose h2{font-family:Georgia,serif;margin-top:2rem}
.post-list article{padding:24px 0;border-bottom:1px solid var(--line)}
.post-list h2{margin:.2rem 0;font-size:1.55rem}
.date{color:var(--muted);font-size:.85rem}
.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.contact-card{padding:24px;border:1px solid var(--line);border-radius:10px;background:#fff}
.site-footer{background:var(--navy);color:#dfe8ef;padding:50px 0 25px;margin-top:50px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:30px}
.site-footer a{color:#eef6fb}
.fine{border-top:1px solid rgba(255,255,255,.15);padding-top:18px;margin-top:30px;color:#9eb0bd;font-size:.8rem}
.notice{background:#fff3cd;border:1px solid #eed889;padding:14px 16px;border-radius:8px}
.catalog-note{font-size:.9rem;color:#65727c}
.skip{position:absolute;left:-9999px}
@media(max-width:960px){
  .header-inner{align-items:flex-start;flex-direction:column}
  .nav{justify-content:flex-start}
  .books-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .feature-grid,.contact-cards,.footer-grid{grid-template-columns:1fr}
  .book-detail{grid-template-columns:1fr}
  .book-detail .book-cover{max-width:340px}
}
@media(max-width:560px){
  .hero{min-height:560px;background-position:65% center}
  .hero-copy{padding:55px 0}
  .books-grid{grid-template-columns:1fr}
  .section{padding:48px 0}
  .nav{gap:8px 13px}
}


/* ===== Website Option 1 ===== */
.site-header{background:#081a2b;box-shadow:0 1px 0 rgba(255,255,255,.1)}
.header-inner{min-height:78px}
.brand strong{font-size:1.72rem}
.brand span{font-size:.66rem;letter-spacing:.18em}
.nav{align-items:center}
.nav .active{color:#f1c976;border-bottom:2px solid #f1c976}
.nav .journey{background:#cfa24e;color:#0b1d2c!important;padding:.55rem .78rem;border-radius:3px;font-weight:700;border-bottom:0}
.nav .journey:hover{background:#e3bc70;text-decoration:none}

.option1-hero{
  min-height:700px;
  position:relative;
  background-image:url("../images/hero-option1-no-man.jpg");
  background-position:center center;
  background-size:cover;
  overflow:hidden;
}
.option1-hero .hero-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(5,19,33,.95) 0%,rgba(5,19,33,.72) 36%,rgba(5,19,33,.18) 63%,rgba(5,19,33,.08) 100%),
    linear-gradient(0deg,rgba(5,19,33,.20),rgba(5,19,33,.05));
}
.option1-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 330px;align-items:center;min-height:700px}
.option1-hero .hero-copy{padding:80px 0;max-width:650px}
.option1-hero h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(3.2rem,6vw,5.7rem);line-height:.98;margin:.18em 0 .28em;letter-spacing:-.02em}
.hero-intro{font-family:Georgia,serif;font-size:1.2rem;line-height:1.55;max-width:590px}
.signature{font-family:"Brush Script MT","Segoe Script",cursive;font-size:2.1rem;margin:25px 0 12px;color:#f3d89c;transform:rotate(-2deg);width:max-content}
.option1-hero blockquote{margin:0 0 22px;padding:0;border:0;font-family:Georgia,serif;font-style:italic;color:#eef4f8;font-size:1.05rem}
.option1-hero blockquote span{display:block;font-family:Arial,sans-serif;font-style:normal;font-size:.78rem;color:#cbd7e0;margin-top:5px}
.hero-motto{justify-self:end;text-align:left;font-family:Georgia,serif;font-size:2.2rem;line-height:1.1;font-style:italic;color:#fff;text-shadow:0 2px 15px rgba(0,0,0,.4);padding-right:15px}
.featured-section{background:#fbfaf6}
.option1-title{align-items:flex-end}
.eyebrow.dark{color:#a97925}
.view-all{font-weight:700;color:#1a4f6e;text-decoration:none}
.featured-books-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px}
.featured-book{display:flex;flex-direction:column}
.featured-cover{display:block;aspect-ratio:2/3;overflow:hidden;background:#10243a;box-shadow:0 14px 28px rgba(20,30,40,.14);border-radius:2px}
.featured-cover img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.featured-cover:hover img{transform:scale(1.02)}
.featured-copy{padding:16px 2px 0}
.featured-copy h3{font-family:Georgia,serif;font-size:1.15rem;line-height:1.15;margin:.2rem 0 .55rem;color:#13283b}
.featured-copy p{font-size:.88rem;color:#5f6c76;min-height:72px}
.learn{display:inline-block;text-decoration:none;font-weight:700;font-size:.85rem;color:#174e70;border-bottom:1px solid #174e70}
.three-panels{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.panel{min-height:240px;border-radius:5px;padding:28px;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;position:relative;overflow:hidden;background:#18334a}
.panel:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,15,25,.88),rgba(5,15,25,.25));z-index:0}
.panel>*{position:relative;z-index:1}
.panel span{font-family:Georgia,serif;font-size:1.5rem;margin-bottom:8px}
.panel small{font-size:.9rem;max-width:36ch;color:#e5edf2}
.panel b{font-size:.82rem;margin-top:12px;color:#f3cf82}
.panel-about{background:linear-gradient(135deg,#544a3a,#b58f5f)}
.panel-blog{background:linear-gradient(135deg,#223a4c,#6d7a81)}
.panel-news{background:linear-gradient(135deg,#142b42,#667d73)}
.journey-band{background:#10283c;color:#fff;padding:52px 0}
.journey-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:center}
.journey-grid h2{font-family:Georgia,serif;font-size:2.2rem;font-weight:400;margin:0}
.journey-grid h3{font-family:Georgia,serif;font-size:1.5rem;margin:0}
.journey-grid p{color:#d1dce5}
@media(max-width:1050px){
  .featured-books-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .option1-hero-grid{grid-template-columns:1fr 220px}
}
@media(max-width:760px){
  .option1-hero-grid{grid-template-columns:1fr}
  .hero-motto{display:none}
  .featured-books-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .three-panels,.journey-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .featured-books-grid{grid-template-columns:1fr}
  .option1-hero{min-height:610px;background-position:62% center}
}


/* Reader Team database form */
.reader-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:56px;align-items:start}
.reader-form{background:#fff;border:1px solid var(--line);border-radius:10px;padding:28px;box-shadow:0 12px 30px rgba(20,30,40,.06)}
.reader-form label,.reader-form legend{font-weight:700;color:#203240}
.reader-form>label{display:block;margin-top:15px;margin-bottom:6px}
.reader-form input[type="text"],.reader-form input[type="email"]{width:100%;padding:.78rem .8rem;border:1px solid #c9cfd4;border-radius:5px;font:inherit;background:#fff}
.reader-form input:focus{outline:3px solid rgba(31,102,141,.18);border-color:#1f668d}
.reader-form fieldset{border:0;padding:0;margin:22px 0}
.reader-form legend{margin-bottom:8px}
.reader-form .check{display:flex;gap:9px;align-items:flex-start;font-weight:400;margin:7px 0}
.reader-form .check input{margin-top:.33rem}
.reader-form .consent{font-weight:700;margin:22px 0 8px}
.form-privacy{font-size:.86rem;color:#69757d}
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:820px){.reader-layout{grid-template-columns:1fr}}
