@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap');:root{--ink:#262625;--sand:#f9f0e4;--gold:#a6782a;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--sand);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.eyebrow,.kicker{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--gold)}h1,h2,h3{font-family:"Cormorant Garamond",Georgia,serif;font-weight:500;line-height:1.05}h1{font-size:clamp(3.2rem,8vw,7.5rem)}h2{font-size:clamp(2.4rem,5vw,4.7rem)}h3{font-size:clamp(1.45rem,2.4vw,2.1rem)}.lead{font-size:clamp(1.05rem,2vw,1.35rem);max-width:760px;color:#4d4b47}.site-header{position:sticky;top:0;z-index:20;background:rgba(249,240,228,.94);backdrop-filter:blur(14px);border-bottom:1px solid #ddd}.header-row{height:82px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:10px}.brand img{width:32px;height:42px}.brand-name{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.4rem}.brand small{display:block;font-size:.52rem;font-weight:700;letter-spacing:.12em}.nav{margin-left:auto;display:flex;gap:18px;align-items:center;font-size:.85rem}.nav .cta{background:var(--ink);color:var(--sand);padding:10px 15px;border-radius:999px}.menu-btn{display:none;margin-left:auto;border:0;background:none;font-size:1.5rem}.hero{min-height:700px;display:grid;align-items:center;background:linear-gradient(90deg,rgba(249,240,228,.98),rgba(249,240,228,.84) 42%,rgba(249,240,228,.08) 78%),url('../img/hero-axe.svg') center/cover}.hero-copy{padding:90px 0;max-width:850px}.hero h1 span{color:var(--gold);font-style:italic}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;padding:13px 20px;border-radius:999px;border:1px solid var(--ink);font-weight:700;font-size:.88rem}.btn.primary{background:var(--ink);color:var(--sand)}.section{padding:95px 0}.dark{background:var(--ink);color:var(--sand)}.white{background:#fffaf3}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:35px}.grid{display:grid;gap:22px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:#fffaf4;border:1px solid #e0d8ce;border-radius:22px;overflow:hidden;box-shadow:0 18px 50px rgba(38,38,37,.08)}.card img{width:100%;aspect-ratio:16/10;object-fit:cover}.card-body{padding:24px}.feature-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ddd}.feature{padding:30px;background:var(--sand)}.feature strong{display:block;font:1.3rem Georgia,serif;margin-bottom:8px}.quote{font:clamp(2rem,4vw,4.2rem)/1.1 Georgia,serif;max-width:1000px}.page-hero{padding:70px 0 55px;border-bottom:1px solid #ddd}.breadcrumb{padding-top:25px;font-size:.8rem;color:#756e66}.notice{padding:18px 20px;border:1px solid #d6bd89;background:#f6ead3;border-radius:14px}.library-item{padding:26px 0;border-top:1px solid #ddd;display:grid;grid-template-columns:180px 1fr auto;gap:20px;align-items:center}.footer{background:#1f1f1e;color:var(--sand);padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}.footer a{display:block;color:#d8cfc2;margin:8px 0}.footer-bottom{border-top:1px solid #444;padding-top:20px;margin-top:45px;font-size:.8rem;color:#aaa}.search input{width:100%;padding:14px 18px;border:1px solid #ccc;background:#fffaf4;border-radius:999px;font:inherit;margin:20px 0 30px}.media-box{aspect-ratio:16/9;border-radius:22px;display:grid;place-items:center;background:#242321;color:var(--sand);padding:30px;text-align:center}@media(max-width:980px){.nav{display:none;position:absolute;top:82px;left:0;right:0;background:var(--sand);padding:20px;flex-direction:column;align-items:flex-start}.nav.open{display:flex}.menu-btn{display:block}.grid-3,.feature-list{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.library-item{grid-template-columns:120px 1fr}}@media(max-width:650px){.container{width:calc(100% - 28px)}.section{padding:70px 0}.grid-3,.grid-2,.feature-list,.footer-grid{grid-template-columns:1fr}.hero{min-height:650px;background:linear-gradient(rgba(249,240,228,.88),rgba(249,240,228,.96)),url('../img/hero-axe.svg') center/cover}.brand small{display:none}.library-item{grid-template-columns:1fr}}
