:root{--bg: #fffdf9;--surface: #f6efe7;--card: #ffffff;--ink: #1e293b;--muted: #475569;--accent: #c98b7e;--accent-dark: #a66b5f;--line: #e8dfd4;--max-read: 42rem;--max-wide: 60rem;--radius: 12px;--shadow-sm: 0 1px 2px rgba(30, 41, 59, .06);--shadow-md: 0 8px 24px rgba(30, 41, 59, .08);--font-display: "Playfair Display", Georgia, "Times New Roman", serif;--font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);line-height:1.75;font-size:17px}a{color:var(--accent-dark)}a:hover{color:var(--accent)}.site-header{position:sticky;top:0;z-index:50;background:#fffdf9eb;backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.site-header__inner{max-width:var(--max-wide);margin:0 auto;padding:1rem 1.25rem;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:center;justify-content:space-between}.brand{font-family:var(--font-display);font-weight:600;font-size:1.35rem;letter-spacing:.01em;text-decoration:none;color:var(--ink)}.site-header nav{display:flex;flex-wrap:wrap;gap:.25rem 1.25rem}.site-header nav a{color:var(--muted);text-decoration:none;font-size:.92rem;font-weight:500;transition:color .2s ease}.site-header nav a:hover{color:var(--accent-dark)}.container{max-width:var(--max-wide);margin:0 auto;padding:0 1.25rem 4rem}.container--narrow{max-width:var(--max-read)}.page-hero{margin:0 -1.25rem 2rem;padding:2.75rem 1.25rem 2.25rem;background:linear-gradient(135deg,#f6efe7,#fffdf9 45%,#f3e8df);border-bottom:1px solid var(--line)}.page-hero h1{font-family:var(--font-display);font-size:clamp(2rem,5vw,2.75rem);line-height:1.15;margin:0 0 .75rem;font-weight:600;letter-spacing:-.02em}.page-hero .lede{margin:0;max-width:36rem;color:var(--muted);font-size:1.05rem}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-dark);margin:0 0 1rem}.post-grid{list-style:none;padding:0;margin:0;display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:640px){.post-grid{grid-template-columns:repeat(2,1fr)}}.post-card{display:flex;flex-direction:column;height:100%;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:0;overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:border-color .2s ease,box-shadow .2s ease;cursor:pointer}.post-card__media{background:var(--surface);border-bottom:1px solid var(--line)}.post-card__media img{display:block;width:100%;aspect-ratio:1200 / 630;object-fit:cover}.post-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem 1.25rem 1.1rem}.post-card:hover{border-color:#d9c8bc;box-shadow:var(--shadow-md)}.post-card__top{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.85rem}.cluster-pill{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-dark);background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:.2rem .55rem}.post-card__date{font-size:.8rem;color:var(--muted)}.post-card__title{font-family:var(--font-display);font-size:1.2rem;line-height:1.3;font-weight:600;margin:0 0 .5rem;color:var(--ink)}.post-card__excerpt{margin:0;color:var(--muted);font-size:.95rem;line-height:1.6;flex:1}.post-card__cta{margin-top:1rem;font-size:.85rem;font-weight:600;color:var(--accent-dark)}.post-card:hover .post-card__cta{color:var(--accent)}.article-hero{margin:0 -1.25rem 2rem;background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%);border-bottom:1px solid var(--line);overflow:hidden}.article-hero__cover{background:var(--surface)}.article-hero__cover img{display:block;width:100%;max-height:300px;object-fit:cover}.article-hero__content{padding:1.5rem 1.25rem 1.75rem}.article-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:1rem}.article-hero h1{font-family:var(--font-display);font-size:clamp(1.85rem,4.5vw,2.5rem);line-height:1.2;margin:0 0 .75rem;font-weight:600;letter-spacing:-.02em}.article-hero .lede{margin:0;color:var(--muted);font-size:1.08rem;max-width:38rem}.article-body{max-width:var(--max-read)}.article-body>h1:first-of-type{display:none}article h2{font-family:var(--font-display);font-size:1.45rem;line-height:1.3;margin:2.25rem 0 .65rem;font-weight:600}article h3{font-size:1.1rem;margin:1.75rem 0 .35rem;font-weight:600}article p{margin:0 0 1rem}article ul,article ol{margin:0 0 1rem;padding-left:1.35rem}article li{margin-bottom:.35rem}article em:first-of-type{display:block;background:var(--surface);border-left:3px solid var(--accent);padding:.75rem 1rem;font-size:.88rem;color:var(--muted);font-style:normal;border-radius:0 var(--radius) var(--radius) 0;margin-bottom:1.75rem;line-height:1.55}article table{border-collapse:collapse;width:100%;margin:1.25rem 0;font-size:.95rem}article th,article td{border:1px solid var(--line);padding:.55rem .75rem;text-align:left}article th{background:var(--surface);font-weight:600}blockquote{border-left:3px solid var(--accent);margin:1.25rem 0;padding:.25rem 1rem;color:var(--muted)}.article-body a[href*="amazon.com/dp/"],.article-body a[href*="amazon.com/s?"]{display:inline-flex;align-items:center;gap:.35rem;margin:.25rem 0 .85rem;padding:.55rem .95rem;background:var(--card);border:1px solid var(--line);border-radius:999px;color:var(--accent-dark);font-weight:600;font-size:.88rem;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.article-body a[href*="amazon.com/dp/"]:hover,.article-body a[href*="amazon.com/s?"]:hover{background:var(--surface);border-color:#d9c8bc;color:var(--accent)}.article-body a[href*="amazon.com/dp/"]:after,.article-body a[href*="amazon.com/s?"]:after{content:"→";font-weight:700}.page-content h1{font-family:var(--font-display);font-size:clamp(1.85rem,4vw,2.25rem);line-height:1.2;margin:2rem 0 1rem}.page-content p{margin:0 0 1rem}.site-footer{max-width:var(--max-wide);margin:0 auto;padding:2rem 1.25rem 3rem;border-top:1px solid var(--line);color:var(--muted);font-size:.85rem}.site-footer a{color:var(--muted);text-decoration:none;transition:color .2s ease}.site-footer a:hover{color:var(--accent-dark)}.site-footer p{margin:.4rem 0}
