:root{--bg: #fcfbf7;--surface: #ffffff;--ink: #101010;--muted: #626262;--line: #dfddd6;--accent: #e66f2c;--accent-soft: #f7e1d4;--max-width: 1160px;--radius: 24px;--shadow: 0 16px 40px rgba(16, 16, 16, .06)}*{box-sizing:border-box}html{font-family:Georgia,Times New Roman,serif;background:var(--bg);color:var(--ink)}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(230,111,44,.08),transparent 26rem),linear-gradient(180deg,#fffdf8 0%,var(--bg) 100%)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}main{padding-bottom:5rem}.shell{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;backdrop-filter:blur(16px);background:#fcfbf7d1;border-bottom:1px solid rgba(223,221,214,.8)}.nav-shell,.footer-shell{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:inline-flex;align-items:center;gap:.75rem;font-size:1.05rem;font-weight:700;letter-spacing:.02em}.brand-dot{width:1rem;height:1rem;border-radius:999px;background:var(--ink);box-shadow:inset 0 0 0 2px var(--ink),0 0 0 6px var(--accent-soft)}.nav-list{display:flex;gap:1rem;list-style:none;padding:0;margin:0;color:var(--muted)}.nav-list a:hover,.nav-list a:focus-visible,.brand:hover,.brand:focus-visible{color:var(--accent)}.hero,.page-hero{padding:4.5rem 0 2rem}.hero-grid,.two-column{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:start}.hero-copy h1,.page-hero h1,.article-header h1{font-size:clamp(2.8rem,5vw,5.4rem);line-height:.95;letter-spacing:-.04em;margin:0 0 1rem}.hero-copy p,.page-hero p,.article-header p,.article-body p,.article-body li{font-size:1.075rem;line-height:1.8;color:var(--muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.button,.button-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.2rem;border-radius:999px;border:1px solid var(--ink);font-weight:700}.button{background:var(--ink);color:#fff}.button-ghost{color:var(--ink);background:#ffffffb3}.hero-card,.feature-card,.pin-card,.article-cover,.post-card,.category-card,.text-card{background:#ffffffdb;border:1px solid rgba(223,221,214,.9);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-card,.feature-card,.pin-card,.text-card{padding:1.3rem}.hero-card img,.feature-card img,.article-cover img,.post-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:calc(var(--radius) - 8px);border:1px solid var(--line)}.eyebrow{display:inline-flex;margin:0 0 .8rem;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.section{padding:1.25rem 0 0}.section-header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.section-header h2,.article-body h2{font-size:clamp(1.8rem,3vw,2.7rem);margin:0;letter-spacing:-.03em}.post-grid,.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.post-card{overflow:hidden}.post-card-body{padding:1.2rem}.post-card h3,.feature-card h2,.pin-card h3,.category-card h3{margin:0 0 .6rem;font-size:1.4rem;letter-spacing:-.03em}.post-card p,.feature-card p,.category-card p,.pin-card p,.text-card p{color:var(--muted);margin:0 0 .8rem;line-height:1.7}.post-card-meta,.meta-row,.article-meta,.footer-note{color:var(--muted);font-size:.92rem}.feature-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1.3rem}.feature-card{display:grid;gap:1rem}.feature-card img{aspect-ratio:16 / 11}.article-shell{padding-top:3.6rem}.article-header{margin-bottom:1.6rem}.article-cover{padding:1rem;margin-bottom:1.8rem}.article-cover img{aspect-ratio:16 / 11;object-fit:cover;border-radius:calc(var(--radius) - 8px);border:1px solid var(--line)}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 22rem;gap:1.5rem}.article-body{background:#ffffffc7;border:1px solid rgba(223,221,214,.9);border-radius:var(--radius);padding:1.6rem}.article-body-wide{max-width:52rem}.article-body ul{padding-left:1.3rem}.pin-board{font-weight:700;color:var(--ink)}.pill-list{display:flex;flex-wrap:wrap;gap:.65rem;padding:0;margin:1rem 0 0;list-style:none}.pill-list li,.tag{display:inline-flex;padding:.45rem .75rem;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--muted);font-size:.92rem}.category-card,.text-card{padding:1.25rem}.site-footer{border-top:1px solid rgba(223,221,214,.8);margin-top:4rem}@media(max-width:960px){.hero-grid,.two-column,.feature-grid,.article-layout,.post-grid,.category-grid{grid-template-columns:1fr}.nav-shell,.footer-shell{flex-direction:column;align-items:flex-start}.nav-list{flex-wrap:wrap}}@media(max-width:640px){.hero,.page-hero{padding-top:3rem}.hero-copy h1,.page-hero h1,.article-header h1{font-size:clamp(2.4rem,12vw,4rem)}}
