:root{--cream:#1C1210;--ink:#F0E8DF;--rust:#C1533A;--sand:#4A2E20;--stone:#A08575;--pale-rust:#261510}*{margin:0;padding:0;box-sizing:border-box}html{font-size:17px}@media(min-width:768px){html{font-size:19px}}body{background:var(--cream);color:var(--ink);font-family:Jost,sans-serif;font-weight:300;line-height:1.7;overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 5vw;display:flex;justify-content:space-between;align-items:center;background:#1c1210f0;backdrop-filter:blur(10px);border-bottom:1px solid var(--sand)}.nav-name{font-family:Lora,serif;font-size:1.05rem;font-weight:500;color:var(--ink);text-decoration:none}.nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}.nav-links a{text-decoration:none;color:var(--stone);font-size:.88rem;font-weight:400;letter-spacing:.07em;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:var(--ink)}.nav-pill{background:var(--rust)!important;color:#fff!important;padding:.45rem 1.2rem;border-radius:100px;font-weight:500!important}.nav-pill:hover{background:#a84530!important}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:22px;height:1.5px;background:var(--ink)}@media(max-width:700px){.hamburger{display:flex}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--cream);border-bottom:1px solid var(--sand);flex-direction:column;padding:1.5rem 5vw;gap:1.2rem;align-items:flex-start}.nav-links.open{display:flex}}.blog-hero{max-width:660px;margin:0 auto;padding:8rem 5vw 3rem;text-align:center;animation:fadeUp .6s ease both}.blog-hero h1{font-family:Lora,serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:500;color:var(--ink);line-height:1.2;margin-bottom:.75rem}.blog-hero h1 em{font-style:italic;color:var(--rust)}.blog-hero p{font-size:.92rem;color:var(--stone);line-height:1.75;max-width:420px;margin:0 auto 1.8rem}.search-wrap{max-width:460px;margin:0 auto;position:relative}.search-wrap input{width:100%;padding:.75rem 1.2rem .75rem 2.8rem;border:1px solid var(--sand);border-radius:100px;background:#fff;font-family:Jost,sans-serif;font-size:.88rem;font-weight:300;color:#1c1210;outline:none;transition:border-color .2s,box-shadow .2s}.search-wrap input:focus{border-color:var(--rust);box-shadow:0 0 0 3px #c1533a14}.search-wrap input::placeholder{color:#8c8279}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#8c8279;pointer-events:none}.hero-rule{max-width:660px;margin:3rem auto 0;border:none;border-top:1px solid var(--sand)}.post-section{max-width:1100px;margin:0 auto;padding:3rem 5vw 6rem;animation:fadeUp .65s .15s ease both}.section-label{font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--stone);margin-bottom:1.8rem}.post-featured{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--sand);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;background:var(--pale-rust);margin-bottom:1.2rem;transition:box-shadow .2s}.post-featured:hover{box-shadow:0 8px 32px #2a262214}@media(max-width:640px){.post-featured{grid-template-columns:1fr}}.featured-img{background:var(--pale-rust);min-height:280px;display:flex;align-items:center;justify-content:center;font-family:Lora,serif;font-size:4rem;color:var(--rust)}.featured-body{padding:2.5rem 2.8rem;display:flex;flex-direction:column;justify-content:center}.post-date{font-size:.75rem;color:var(--stone);letter-spacing:.05em;margin-bottom:.6rem}.post-title{font-family:Lora,serif;font-size:clamp(1.3rem,2.2vw,1.7rem);font-weight:500;line-height:1.3;color:var(--ink);margin-bottom:.8rem}.post-title em{font-style:italic;color:var(--rust)}.post-excerpt{font-size:.88rem;color:var(--stone);line-height:1.75;margin-bottom:1.5rem}.read-link{font-size:.8rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--rust)}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}@media(max-width:860px){.post-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.post-grid{grid-template-columns:1fr}}.post-card{display:block;text-decoration:none;color:inherit;background:var(--pale-rust);border:1px solid var(--sand);border-radius:10px;overflow:hidden;transition:box-shadow .2s,border-color .2s}.post-card:hover{box-shadow:0 6px 24px #2a262212;border-color:#c1533a4d}.post-card.coming-soon{opacity:.4;pointer-events:none}.card-img{background:var(--pale-rust);height:150px;display:flex;align-items:center;justify-content:center;font-size:2.2rem;opacity:.5}.card-body{padding:1.3rem 1.5rem 1.6rem}.coming-pill{display:inline-block;font-size:.68rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--stone);border:1px solid var(--sand);border-radius:100px;padding:.18rem .65rem;margin-bottom:.6rem}.card-title{font-family:Lora,serif;font-size:1rem;font-weight:500;line-height:1.35;color:var(--ink);margin-bottom:.5rem}.card-title em{font-style:italic;color:var(--rust)}.card-excerpt{font-size:.82rem;color:var(--stone);line-height:1.65}.more-coming{border-style:dashed;background:transparent}.more-coming .card-img{background:transparent;opacity:.15}.no-results{grid-column:1/-1;text-align:center;padding:3rem;color:var(--stone);font-size:.9rem;display:none}.share-btn{margin-top:1rem;display:inline-block;font-family:Jost,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--rust);background:none;border:1px solid rgba(193,83,58,.3);border-radius:100px;padding:.45rem 1.1rem;cursor:pointer;transition:background .2s,color .2s}.share-btn:hover{background:var(--rust);color:#fff}.share-confirm{font-size:.78rem;color:var(--stone);margin-top:.5rem;display:none}.site-footer{background:#0f0906;padding:4rem 5vw 2rem}.footer-inner{max-width:1160px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;align-items:start;padding-bottom:3rem;border-bottom:1px solid rgba(250,248,243,.08)}.footer-name{font-family:Lora,serif;font-size:1.2rem;font-weight:500;color:#f0e8df;margin-bottom:.4rem}.footer-sub{font-size:.85rem;color:#faf8f366}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.footer-links a{text-decoration:none;color:#faf8f380;font-size:.82rem;font-weight:400;letter-spacing:.07em;text-transform:uppercase;transition:color .2s}.footer-links a:hover{color:#f0e8df}.footer-copy{max-width:1160px;margin:0 auto;padding-top:1.5rem;font-size:.72rem;color:#faf8f333;letter-spacing:.05em;text-align:center}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
