:root{
  --ink:#071012;--ink2:#0d1719;--cream:#f1e8d7;--paper:#e7dbc5;
  --red:#d91f16;--gold:#e3a31b;--muted:#b7b0a5;--line:rgba(241,232,215,.18);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--cream);font-family:Inter,Arial,sans-serif}a{text-decoration:none;color:inherit}
.site-header{height:78px;background:#070d0e;display:flex;align-items:center;padding:0 5%;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}
.brand{display:flex;flex-direction:column;min-width:245px}.brand-name,.footer-brand .brand-name{font-family:"Cormorant Garamond",Georgia,serif;font-size:39px;font-weight:700;letter-spacing:5px;line-height:.8}.brand-tag{font-size:8px;letter-spacing:2px;margin-top:10px;color:#d6cdbc}
.nav{display:flex;gap:42px;margin:auto}.nav a{font-size:14px;padding:29px 0;position:relative}.nav a.active:after{content:"";height:2px;background:var(--red);position:absolute;left:0;right:0;bottom:17px}.search-btn{background:none;border:0;color:white;font-size:31px;cursor:pointer}
.hero{min-height:535px;position:relative;overflow:hidden;background:radial-gradient(circle at 70% 45%,#563823 0,#1a1612 34%,#060a0b 70%);display:flex;align-items:center;padding:70px 5%}
.hero:before{content:"";position:absolute;inset:0;opacity:.28;background:repeating-linear-gradient(100deg,transparent 0 120px,rgba(255,255,255,.025) 121px 123px)}
.hero-content{position:relative;z-index:2;max-width:560px}.eyebrow{font-size:11px;letter-spacing:4px;font-weight:600;margin:0 0 15px;color:#d8d0c4}.hero h1{font-family:"Cormorant Garamond",Georgia,serif;font-size:80px;line-height:.82;margin:0 0 24px;letter-spacing:-2px}.hero h1 em{color:var(--red);font-style:normal}.hero-subtitle{font-family:"Cormorant Garamond",Georgia,serif;font-size:25px;margin:0 0 15px}.hero-copy{font-size:15px;line-height:1.65;max-width:440px;color:#e0dbd3}.button{display:inline-flex;align-items:center;gap:12px;background:var(--red);padding:14px 21px;margin-top:16px;border-radius:3px;font-weight:600;font-size:14px;transition:.2s}.button:hover{transform:translateY(-2px);background:#ed2a20}.hero-book{position:absolute;right:16%;top:40px;height:445px;z-index:2;transform:rotate(1.5deg);filter:drop-shadow(0 20px 24px #000)}.hero-book img{height:100%;width:auto;display:block}.hero-note{position:absolute;right:4%;top:110px;font-family:"Cormorant Garamond",serif;font-size:18px;line-height:1.2;color:#b8afa3;font-style:italic}
.features{background:var(--cream);color:#111;display:grid;grid-template-columns:repeat(4,1fr);padding:23px 5%}.feature{text-align:center;border-right:1px solid #bdb3a2;padding:0 22px}.feature:last-child{border:0}.icon{display:block;font-size:40px;height:45px}.feature h3{font-family:"Cormorant Garamond",serif;font-size:19px;margin:5px 0}.feature p{font-size:12px;margin:0;color:#333}
.books-section{padding:58px 5% 65px;background:linear-gradient(110deg,#071011,#0b1516)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px}.section-heading h2,.about-section h2,.authors-section h2{font-family:"Cormorant Garamond",serif;font-size:45px;line-height:.9;margin:0 0 10px}.red-line{display:block;width:42px;height:2px;background:var(--red)}.text-link{font-size:13px}.text-link span{font-size:19px}.books-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.book-card{min-width:0}.cover-link{display:block;aspect-ratio:3/4.65;background:#111;overflow:hidden}.cover-link img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s}.cover-link:hover img{transform:scale(1.025)}.book-card h3{font-family:"Cormorant Garamond",serif;font-size:22px;margin:14px 0 2px}.author{font-size:13px;color:#bdb7ae;margin:0 0 9px}.rating{font-size:13px}.rating span{color:var(--gold);letter-spacing:1px;font-size:16px}.rating b{margin-left:6px}.rating small{color:#a9a49c}.button.small{width:100%;justify-content:center;margin-top:12px;padding:12px}
.quote-section{min-height:270px;background:#25170f;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.quote-paper{background:var(--paper);color:#161313;padding:58px 11%;display:flex;justify-content:center;flex-direction:column}.quote-paper p{font-family:"Cormorant Garamond",serif;font-size:43px;font-weight:600;line-height:.95;margin:0 0 20px}.quote-paper span{font-size:11px;letter-spacing:4px}.quote-art{position:relative;background:radial-gradient(circle at 45% 55%,#795033,#2a1b12 55%,#110e0c)}.quote-art:before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,rgba(0,0,0,.1),rgba(0,0,0,.6))}.fingerprint{width:115px;height:150px;border:4px dotted #d9c6ab;border-radius:50%;position:absolute;left:35%;top:26%;opacity:.55;transform:rotate(-20deg)}.magnifier{position:absolute;width:110px;height:110px;border:8px solid #171717;border-radius:50%;left:58%;top:23%;box-shadow:0 0 0 3px #b6a183}.magnifier:after{content:"";position:absolute;width:100px;height:18px;background:#171717;right:-78px;bottom:-46px;transform:rotate(48deg);border-radius:4px}.clue-note{position:absolute;right:8%;bottom:20%;font-family:"Cormorant Garamond",serif;font-size:17px;line-height:1.05;transform:rotate(6deg)}
.about-section,.authors-section{padding:85px 10%;background:var(--cream);color:#161313}.about-section h2,.authors-section h2{font-size:58px}.about-section h2 em{color:var(--red);font-style:normal}.about-section p:last-child,.authors-section p:last-child{max-width:620px;font-size:16px;line-height:1.7}.authors-section{background:#0b1516;color:var(--cream);text-align:center}.authors-section .eyebrow{color:#c7bfb3}.authors-section p:last-child{margin:auto}
footer{background:#060c0d;padding:52px 5% 25px;display:grid;grid-template-columns:1.3fr .7fr 1.7fr .7fr;gap:35px;border-top:1px solid var(--line);position:relative}.footer-brand .brand-tag{margin-top:13px}.footer-brand p{font-size:13px;color:#c1bbb2;margin-top:28px}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:10px;font-size:13px}.footer-links h3,.footer-contact h3{margin:0 0 5px;font-size:13px}.footer-contact a{color:#ded7cc;word-break:break-word}.socials{display:flex;gap:18px;justify-content:flex-end;font-size:20px}.copyright{grid-column:1/3;border-top:1px solid var(--line);padding-top:20px;color:#99958e;font-size:11px;margin-top:12px}.footer-motto{grid-column:3/5;border-top:1px solid var(--line);padding-top:20px;color:#99958e;font-size:11px;text-align:right;margin-top:12px}
.search-panel{position:fixed;inset:0;background:rgba(3,6,7,.97);z-index:50;display:none;align-items:center;justify-content:center}.search-panel.open{display:flex}.search-inner{width:min(700px,90%);position:relative}.search-inner #searchClose{position:absolute;right:0;top:-60px;background:none;color:white;border:0;font-size:35px;cursor:pointer}.search-inner input{width:100%;background:transparent;border:0;border-bottom:2px solid var(--red);padding:15px 0;color:white;font-size:28px;outline:none}.result{padding:14px 0;border-bottom:1px solid var(--line)}.result small{color:#aaa}
@media(max-width:900px){.nav{gap:18px}.hero-book{right:5%;opacity:.65}.hero-content{max-width:55%}.books-grid{gap:20px}}
@media(max-width:700px){.site-header{height:70px;padding:0 5%}.brand{min-width:auto}.brand-name{font-size:31px}.brand-tag{font-size:6px}.nav{display:none}.search-btn{margin-left:auto}.hero{min-height:650px;padding:45px 7%;align-items:flex-start}.hero-content{max-width:100%;z-index:3}.hero h1{font-size:66px}.hero-book{height:330px;right:7%;top:auto;bottom:-5px;opacity:.55}.hero-note{display:none}.features{grid-template-columns:1fr 1fr;padding:20px 3%}.feature{padding:15px 8px;border-bottom:1px solid #bdb3a2}.feature:nth-child(2){border-right:0}.feature:nth-child(3){border-bottom:0}.feature:nth-child(4){border-right:0;border-bottom:0}.books-section{padding:45px 6%}.section-heading h2{font-size:37px}.books-grid{grid-template-columns:1fr;gap:42px}.book-card{max-width:360px;margin:auto;width:100%}.quote-section{grid-template-columns:1fr}.quote-paper{min-height:250px;padding:50px 9%}.quote-paper p{font-size:39px}.quote-art{min-height:260px}.about-section,.authors-section{padding:65px 8%}.about-section h2,.authors-section h2{font-size:48px}footer{grid-template-columns:1fr 1fr;padding:45px 7% 25px}.footer-brand,.footer-contact{grid-column:1/-1}.socials{justify-content:flex-start}.copyright,.footer-motto{grid-column:1/-1}.footer-motto{text-align:left}}
