:root{--ink:#07382b;--deep:#061f18;--paper:#f4f0e6;--ivory:#fffdf8;--gold:#b78634;--bronze:#79502d;--muted:#686d68;--line:rgba(7,56,43,.17);--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',system-ui,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6}
.skip{position:fixed;left:1rem;top:-5rem;z-index:30;background:white;padding:.7rem 1rem}
.skip:focus{top:1rem}
a{color:inherit;text-decoration:none}
.site-header{height:84px;display:flex;align-items:center;gap:2rem;padding:0 clamp(1.2rem,4vw,5rem);background:rgba(255,250,242,.94);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:.8rem;min-width:max-content}
.brand-logo-frame{display:block;position:relative;width:52px;height:52px;overflow:hidden;flex:0 0 auto;background:#fff}
.brand-logo{position:absolute;width:96px;height:96px;max-width:none;left:-22px;top:-13px;object-fit:cover}
.brand strong{display:block;letter-spacing:.11em;font-size:.9rem}
.brand small{display:block;color:var(--muted);font-family:var(--serif);font-style:italic;font-size:.72rem}
.site-header nav{display:flex;gap:1.55rem;margin-left:auto}
.site-header nav a{font-size:.92rem;font-weight:600}
.site-header nav a:hover{color:var(--gold)}
button,.button{font:inherit}
.cart-button,.menu-toggle{border:0;background:transparent;color:var(--ink);cursor:pointer;font-weight:700}
.cart-button{display:flex;gap:.5rem;align-items:center;border-left:1px solid var(--line);padding-left:1.2rem}
.cart-button b{background:var(--gold);color:white;border-radius:20px;min-width:24px;height:24px;display:grid;place-items:center;font-size:.75rem}
.menu-toggle{display:none}
.hero{min-height:calc(100vh - 84px);display:grid;align-items:center;position:relative;color:white;background:linear-gradient(90deg,rgba(7,12,16,.97) 0%,rgba(7,12,16,.88) 36%,rgba(7,12,16,.18) 68%),url('/assets/house-hero.png') center/cover}
.hero-inner{width:min(720px,88%);margin-left:clamp(1.3rem,8vw,8.5rem);padding:5rem 0}
.eyebrow{display:flex;align-items:center;gap:.8rem;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:700;color:var(--gold)}
.eyebrow:before{content:'';width:42px;border-top:1px solid currentColor}
.hero h1{font:600 clamp(3.25rem,7vw,6.8rem)/.98 var(--serif);letter-spacing:-.045em;margin:1.2rem 0}
.hero h1 em{color:#e0af6d;font-weight:600}
.hero p{font-size:clamp(1.05rem,1.5vw,1.25rem);max-width:610px;color:#eee5d8}
.actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:2.2rem}
.button{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:.75rem 1.25rem;border:1px solid var(--gold);cursor:pointer;font-weight:700}
.button.primary{background:var(--gold);color:white}
.button.ghost{color:white;background:transparent}
.button.dark{background:var(--ink);border-color:var(--ink);color:white}
.button.sample-button{background:var(--gold);border-color:var(--gold);color:white}
.button:hover{transform:translateY(-1px)}
.full{width:100%}
.section{padding:clamp(4rem,8vw,7rem) clamp(1.3rem,8vw,8.5rem)}
.section.dark{background:var(--ink);color:white}
.section.paper{background:var(--paper)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.5rem}
.section h2,.page-hero h1{font:600 clamp(2.3rem,4vw,4.2rem)/1.05 var(--serif);letter-spacing:-.03em;margin:.7rem 0}
.section-head p{max-width:540px;color:var(--muted)}
.book-feature{display:grid;grid-template-columns:minmax(280px,.75fr) 1.25fr;gap:clamp(2.5rem,8vw,8rem);align-items:center}
.cover{position:relative;aspect-ratio:2/3;max-width:410px;box-shadow:0 30px 60px rgba(0,0,0,.3);overflow:hidden;background:#13191e}
.cover img{width:100%;height:100%;object-fit:cover}
.cover-copy{position:absolute;inset:53% 6% 4%;display:flex;flex-direction:column;justify-content:end;text-align:center;color:#f4d298;text-shadow:0 2px 12px black;background:linear-gradient(transparent,rgba(8,10,12,.64))}
.cover-copy h3{font:600 clamp(2.6rem,5vw,4.8rem)/.88 var(--serif);margin:0}
.cover-copy span{font-size:.82rem;letter-spacing:.26em;margin-top:1rem;color:white}
.book-copy h2{font-size:clamp(3rem,6vw,6rem)}
.book-copy .tagline{font:italic 1.35rem var(--serif);color:var(--bronze)}
.book-copy p{max-width:650px}
.format-pills{display:flex;gap:.5rem;margin:1.5rem 0}
.format-pills button{padding:.7rem 1rem;border:1px solid var(--line);background:transparent;cursor:pointer}
.format-pills button.active{background:var(--ink);color:white}
.price{font-weight:700;color:var(--bronze);margin-bottom:1.2rem}
.editorial-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1.2rem}
.editorial-card{min-height:320px;padding:2.3rem;background:#182631;display:flex;flex-direction:column;justify-content:end}
.editorial-card:first-child{grid-row:span 2;min-height:660px;background:linear-gradient(150deg,#172630,#34231c)}
.editorial-card h3{font:600 2rem var(--serif);margin:.5rem 0}
.editorial-card p{color:#cfd2cf}
.number{font:600 4rem var(--serif);color:var(--gold);opacity:.8}
.manifesto{text-align:center;max-width:970px;margin:auto}
.manifesto blockquote{font:600 clamp(2.5rem,5vw,5.4rem)/1.08 var(--serif);margin:0}
.manifesto blockquote em{color:var(--gold)}
.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.newsletter form{display:flex}
.newsletter input{min-width:0;flex:1;padding:1rem;border:1px solid var(--line);background:white;font:inherit}
.newsletter button{min-width:150px}
.page-hero{padding:6rem clamp(1.3rem,8vw,8.5rem) 4rem;background:var(--paper)}
.page-hero p{max-width:680px;font-size:1.12rem;color:var(--muted)}
.catalogue{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.product-card{border-top:1px solid var(--line);padding-top:1rem}
.product-card .mini-cover{aspect-ratio:2/3;max-width:330px;position:relative;overflow:hidden;background:var(--deep)}
.mini-cover img{width:100%;height:100%;object-fit:cover}
.mini-cover .cover-copy{inset:55% 5% 4%}
.mini-cover h3{font-size:2.8rem}
.product-card h3{font:600 1.6rem var(--serif);margin:1rem 0 .2rem}
.product-card p{color:var(--muted);margin:.2rem 0 1rem}
.product-actions{display:flex;flex-wrap:wrap;gap:.65rem}
.status{display:inline-block;padding:.35rem .7rem;background:#efe2cc;color:var(--bronze);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.empty-card{display:grid;place-items:center;text-align:center;min-height:430px;border:1px dashed var(--line);color:var(--muted);padding:2rem}
.prose{max-width:850px}
.prose h2{font-size:2rem;margin-top:3rem}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:3rem}
.value{background:var(--ivory);padding:2rem}
.value h3{font:600 1.45rem var(--serif)}
footer{padding:3rem clamp(1.3rem,8vw,8.5rem);background:var(--deep);color:white;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:2rem}
footer div{display:flex;flex-direction:column;gap:.5rem}
footer a,footer span{color:#bfc3c5;font-size:.9rem}
.footer-brand img{width:210px;height:auto;background:#fff;border-radius:2px}
.footer-brand span{font:italic 1rem var(--serif);color:#dfb274}
.cart-drawer{height:100%;width:min(440px,100%);max-width:none;max-height:none;margin:0 0 0 auto;border:0;padding:1.5rem;background:var(--ivory)}
.cart-drawer::backdrop{background:rgba(0,0,0,.55)}
.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}
.cart-head h2{font:600 2rem var(--serif)}
.cart-head button{font-size:2rem;border:0;background:none;cursor:pointer}
.cart-item{padding:1rem 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:1rem}
.cart-note{font-size:.85rem;color:var(--muted);margin:2rem 0}
#toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%,140%);background:var(--ink);color:white;padding:.8rem 1.2rem;z-index:40;transition:.25s}
#toast.show{transform:translate(-50%,0)}
@media(max-width:900px){.site-header nav{display:none;position:absolute;top:84px;left:0;right:0;background:var(--ivory);padding:1.5rem;flex-direction:column;border-bottom:1px solid var(--line)}
.site-header nav.open{display:flex}
.menu-toggle{display:block;margin-left:auto}
.cart-button span{display:none}
.hero{background-position:64% center}
.hero-inner{margin-left:1.3rem}
.book-feature,.editorial-grid,.newsletter{grid-template-columns:1fr}
.editorial-card:first-child{grid-row:auto;min-height:420px}
.catalogue,.values{grid-template-columns:1fr 1fr}
footer{grid-template-columns:1fr 1fr}
.footer-brand{grid-column:1/-1}
}
@media(max-width:580px){.site-header{height:72px;gap:.9rem;padding:0 1rem}
.brand small{display:none}
.brand-logo-frame{width:38px;height:38px}
.brand-logo{width:72px;height:72px;left:-17px;top:-10px}
.site-header nav{top:72px}
.hero{min-height:calc(100vh - 72px);background:linear-gradient(90deg,rgba(4,28,21,.96),rgba(4,28,21,.58)),url('/assets/house-hero.png') 65%/cover}
.hero h1{font-size:3.3rem}
.section,.page-hero{padding-left:1.15rem;padding-right:1.15rem}
.book-feature{grid-template-columns:1fr}
.cover{margin:auto}
.catalogue,.values{grid-template-columns:1fr}
.newsletter form{display:block}
.newsletter input,.newsletter button{width:100%}
.section-head{display:block}
footer{grid-template-columns:1fr}
.footer-brand{grid-column:auto}
}
.cover{background:#060d0b}
.cover>img{object-fit:contain;background:#060d0b}
.mini-cover .cover{width:100%;height:100%;box-shadow:none}
.brand-story{display:grid;grid-template-columns:minmax(260px,.7fr) 1.3fr;gap:clamp(2rem,7vw,7rem);align-items:center;margin-bottom:4rem}
.brand-story img{width:min(100%,390px);background:white;border:1px solid var(--line)}
@media(max-width:760px){.brand-story{grid-template-columns:1fr}.brand-story img{max-width:280px;margin:auto}.footer-brand img{width:180px}}
.sample-invitation{background:linear-gradient(120deg,var(--deep),#0b4938);color:white}
.sample-invitation .prose{margin:auto;text-align:center}
.sample-invitation .eyebrow{justify-content:center}
.reader-page{background:#e9e2d4}
.reader-header{position:relative}
.reader-back{margin-left:auto;font-weight:700;color:var(--bronze)}
.reader-intro{display:flex;justify-content:space-between;align-items:end;gap:2rem;padding:3.2rem clamp(1.3rem,6vw,6rem) 2.2rem;background:var(--paper)}
.reader-intro h1{font:600 clamp(2.7rem,5vw,5rem)/1 var(--serif);letter-spacing:-.035em;margin:.65rem 0}
.reader-intro p{margin:0;color:var(--muted);font-size:1.08rem}
.reader-actions{display:flex;gap:.7rem;flex-wrap:wrap}
.pdf-shell{width:min(1120px,calc(100% - 2rem));margin:2rem auto 0;background:#252525;box-shadow:0 22px 60px rgba(7,31,24,.25)}
.pdf-shell iframe{display:block;width:100%;height:min(82vh,940px);border:0;background:#444}
.pdf-fallback{display:none;padding:2rem;text-align:center;color:white}
.reader-finish{padding:clamp(4rem,8vw,7rem) 1.3rem;text-align:center;background:var(--ivory)}
.reader-finish h2{font:600 clamp(2.2rem,4vw,4rem)/1.08 var(--serif);margin:.8rem 0}
.reader-finish p{max-width:680px;margin:0 auto 1.7rem;color:var(--muted)}
.reader-finish .eyebrow{justify-content:center}
.reader-footer{grid-template-columns:1.3fr .7fr .7fr}
@media(max-width:760px){.reader-intro{display:block;padding-top:2.2rem}.reader-actions{margin-top:1.5rem}.reader-actions .button{flex:1}.pdf-shell{width:100%;margin:0;box-shadow:none}.pdf-shell iframe{height:74vh}.reader-footer{grid-template-columns:1fr}.reader-back{font-size:.9rem}.reader-header .brand strong{font-size:.8rem}}
@media(max-width:480px){.pdf-shell iframe{height:68vh}.reader-actions .button{flex-basis:100%}}
.reading-progress{position:fixed;inset:0 0 auto;z-index:50;height:4px;background:rgba(183,134,52,.2)}
.reading-progress span{display:block;width:0;height:100%;background:var(--gold)}
.reader-opening{display:grid;grid-template-columns:minmax(230px,360px) minmax(0,650px);gap:clamp(2rem,7vw,6rem);align-items:center;padding:clamp(3rem,7vw,6rem) clamp(1.3rem,8vw,8.5rem);background:var(--paper)}
.reader-opening>img{display:block;width:100%;box-shadow:0 24px 55px rgba(0,0,0,.25)}
.reader-opening h1{font:600 clamp(2.7rem,5.3vw,5.2rem)/1.02 var(--serif);letter-spacing:-.035em;margin:.8rem 0 1.2rem}
.reader-opening h1 em{color:var(--bronze)}
.reader-opening>div>p{font-size:1.08rem;color:var(--muted);max-width:570px}
.reader-opening .preview-notice{font-size:.82rem;color:var(--muted);margin-top:1.4rem}
.chapter-nav{position:sticky;top:84px;z-index:15;display:flex;justify-content:center;gap:clamp(.5rem,4vw,3rem);padding:.85rem 1rem;background:rgba(6,31,24,.96);color:white;border-top:1px solid rgba(255,255,255,.12)}
.chapter-nav a{font-size:.86rem;font-weight:700;letter-spacing:.04em}
.chapter-nav a:hover{color:#e0af6d}
.sample-text{width:min(760px,calc(100% - 2.3rem));margin:0 auto;padding:clamp(3.5rem,8vw,6.5rem) 0 0;color:#17231f}
.sample-chapter{scroll-margin-top:150px;margin-bottom:clamp(4rem,8vw,7rem)}
.sample-chapter+.sample-chapter{padding-top:1rem;border-top:1px solid var(--line)}
.chapter-kicker{text-align:center;text-transform:uppercase;letter-spacing:.24em;color:var(--gold);font:700 .82rem var(--sans);margin-top:1rem}
.sample-chapter h2{text-align:center;font:600 clamp(2.5rem,5vw,4.1rem)/1.08 var(--serif);margin:.55rem 0 3rem;color:var(--ink)}
.sample-chapter p{font-family:'Libre Baskerville',Georgia,serif;font-size:clamp(1rem,1.5vw,1.12rem);line-height:1.92;margin:0 0 1.18rem;text-align:left}
.sample-chapter p:first-of-type::first-letter{float:left;font:700 4.4rem/.78 var(--serif);color:var(--gold);padding:.17rem .5rem 0 0}
.scene-break{display:flex;align-items:center;justify-content:center;gap:1rem;color:var(--gold);font-size:1.1rem;margin:2.7rem 0}
.scene-break::before,.scene-break::after{content:'';width:80px;border-top:1px solid rgba(183,134,52,.45)}
.sample-text .reader-finish{width:100vw;margin-left:calc(50% - 50vw);margin-top:1rem}
.sample-text .reader-finish p{font-family:var(--sans);font-size:1rem;line-height:1.65;text-align:center}
@media(max-width:900px){.reader-opening{grid-template-columns:minmax(180px,270px) 1fr}.chapter-nav{top:72px}}
@media(max-width:660px){.reader-opening{grid-template-columns:1fr;text-align:center}.reader-opening>img{width:min(280px,82vw);margin:auto}.reader-opening .eyebrow{justify-content:center}.reader-opening h1 br{display:none}.reader-actions{justify-content:center}.chapter-nav{overflow-x:auto;justify-content:flex-start;white-space:nowrap}.sample-text{width:min(100% - 2rem,700px)}.sample-chapter p{line-height:1.82}.sample-chapter h2{margin-bottom:2.2rem}}
.launch-bar{background:var(--deep);color:#e9dfcf;text-align:center;padding:.55rem 1rem;font-size:.88rem;letter-spacing:.02em}
.launch-bar a{color:#e1b66d;text-decoration:underline;text-underline-offset:3px}
.publication-state{display:flex;flex-direction:column;gap:.2rem;margin:1.4rem 0;padding:1rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.publication-state span{color:var(--muted);font-size:.92rem}
.readiness-card{background:var(--ivory);border:1px solid var(--line);padding:2rem;max-width:560px}
.readiness-card h3{font:600 1.8rem var(--serif);margin:.7rem 0}
.readiness-card p{color:var(--muted)}
.launch-bar{background:var(--deep);color:#e9dfcf;text-align:center;padding:.55rem 1rem;font-size:.88rem;letter-spacing:.02em}
.launch-bar a{color:#e1b66d;text-decoration:underline;text-underline-offset:3px}
.publication-state{display:flex;flex-direction:column;gap:.2rem;margin:1.4rem 0;padding:1rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.publication-state span{color:var(--muted);font-size:.92rem}
.readiness-card{background:var(--ivory);border:1px solid var(--line);padding:2rem;max-width:560px}
.readiness-card h3{font:600 1.8rem var(--serif);margin:.7rem 0}
.readiness-card p{color:var(--muted)}
