:root{--ink:#1f2a24;--muted:#5c6a62;--sand:#f6f1e8;--paper:#fffcf7;--sage:#5a7d6a;--sage-dark:#3f5c4d;--amber:#c9893a;--amber-dark:#9a6828;--rose:#b85c5c;--line:#e4ddd1;--serif:"Literata", Georgia, serif;--sans:"Source Sans 3", system-ui, sans-serif;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.card{transition:none}}body{color:var(--ink);background:radial-gradient(circle at 12% 8%, #5a7d6a17, transparent 22rem), radial-gradient(circle at 88% 18%, #c9893a14, transparent 26rem), var(--sand);font-family:var(--sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.72}img,svg{max-width:100%;display:block}a{color:var(--sage-dark);text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:var(--amber-dark)}button,input,textarea{font:inherit}.skip-link{z-index:100;color:#fff;background:var(--ink);padding:.6rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.wrap{width:min(1120px,100% - 2rem);margin-inline:auto}.narrow{width:min(760px,100% - 2rem);margin-inline:auto}.eyebrow{color:var(--amber-dark);letter-spacing:.14em;text-transform:uppercase;margin:0 0 .75rem;font-size:.76rem;font-weight:700}h1,h2,h3{color:var(--ink);font-family:var(--serif);letter-spacing:-.02em;margin:0;line-height:1.14}h1{font-size:clamp(2.35rem,6.5vw,4.6rem)}h2{font-size:clamp(1.75rem,3.8vw,2.55rem)}h3{font-size:1.28rem}.button{border:1px solid var(--sage-dark);color:#fff;background:var(--sage-dark);border-radius:.65rem;align-items:center;gap:.55rem;padding:.76rem 1.12rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.button:hover{color:#fff;background:var(--ink);transform:translateY(-2px)}.button.secondary{color:var(--ink);border-color:var(--line);background:0 0}.button.secondary:hover{color:#fff;background:var(--ink);border-color:var(--ink)}.site-header{z-index:10;backdrop-filter:blur(10px);background:#f6f1e8e6;border-bottom:1px solid #1f2a2414;position:relative}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;min-height:78px;display:flex}.brand{color:var(--ink);align-items:center;gap:.7rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{width:40px;height:40px}.brand-copy{line-height:1.05;display:grid}.brand-copy strong{font-family:var(--serif);font-size:1.12rem}.brand-copy small{color:var(--muted);letter-spacing:.05em;margin-top:.22rem;font-size:.64rem;font-weight:600}.nav{align-items:center;gap:1.55rem;display:flex}.nav a{color:var(--ink);font-size:.87rem;font-weight:700;text-decoration:none}.nav a:hover,.nav a[aria-current=page]{color:var(--sage-dark)}.hero{padding:clamp(3.8rem,8vw,7rem) 0 3.5rem}.hero-grid{grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(2rem,6vw,5rem);display:grid}.hero h1 em{color:var(--sage-dark);font-style:normal}.hero-copy{max-width:640px}.hero-lede{max-width:580px;color:var(--muted);margin:1.35rem 0 1.7rem;font-size:1.08rem}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero-photo{border:1px solid var(--line);background:var(--paper);border-radius:1.25rem;overflow:hidden;box-shadow:0 24px 60px #1f2a241f}.hero-photo img{aspect-ratio:4/3;object-fit:cover;object-position:center center;width:100%;display:block}.hero-photo figcaption{color:var(--muted);background:var(--paper);padding:1rem 1.1rem;font-size:.86rem}.article-figure{border:1px solid var(--line);background:var(--paper);border-radius:1rem;margin:0 0 2rem;overflow:hidden}.article-figure img{aspect-ratio:16/9;object-fit:cover;object-position:center center;width:100%;display:block}.article-figure figcaption{color:var(--muted);padding:.9rem 1.05rem;font-size:.88rem}.article-figure.cover-figure{margin-top:0}.cat-label{color:var(--sage-dark);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:block}.section{padding:clamp(3.8rem,7vw,6.5rem) 0}.section-head{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem;display:flex}.section-head p{max-width:500px;color:var(--muted);margin:0}.cards{grid-template-columns:repeat(3,1fr);gap:1.15rem;display:grid}.card{border:1px solid var(--line);background:#fffcf7db;border-radius:1rem;flex-direction:column;min-height:305px;padding:0;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 12px 30px #1f2a240d}.card h3 a{color:var(--ink);text-decoration:none}.card-body{flex-direction:column;flex:1;padding:1.35rem;display:flex}.card-media{aspect-ratio:16/9;background:#e8e2d8;display:block;position:relative;overflow:hidden}.card-media img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.card-media-label{color:#fff;letter-spacing:.04em;background:#1f2a24b8;border-radius:999px;max-width:calc(100% - 1.5rem);padding:.28rem .55rem;font-size:.66rem;font-weight:700;position:absolute;bottom:.75rem;left:.75rem}.card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #1f2a2417}.card-top{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.card-icon{background:var(--card-accent,var(--sage));opacity:.92;border-radius:.75rem;width:48px;height:48px}.card-category{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-size:.72rem;font-weight:700}.card h3{margin-bottom:.7rem}.card p{color:var(--muted);margin:0 0 1.4rem;font-size:.93rem}.card-meta{color:#7a817e;justify-content:space-between;margin-top:auto;font-size:.76rem;display:flex}.feature-band{background:var(--ink);color:#fff}.feature-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:3.5rem;display:grid}.feature-band h2{color:#fff}.feature-band p{color:#c8d0cb}.feature-list{grid-template-columns:repeat(2,1fr);gap:.95rem;display:grid}.feature-item{border:1px solid #ffffff1f;border-radius:.85rem;padding:1.15rem}.feature-item b{color:#e8c992;font-family:var(--serif);margin-bottom:.28rem;font-size:1.15rem;display:block}.feature-item p{margin:0;font-size:.85rem}.page-hero{border-bottom:1px solid var(--line);padding:4.8rem 0 3.2rem}.page-hero p:last-child{max-width:660px;color:var(--muted);margin:1.15rem 0 0;font-size:1.06rem}.article-wrap{grid-template-columns:minmax(0,760px) 210px;gap:3.5rem;padding:3.8rem 0 5.5rem;display:grid}.article{font-size:1.04rem}.article h2{margin:2.4rem 0 .75rem;font-size:1.8rem}.article h3{margin:1.85rem 0 .55rem}.article p,.article ul{margin:0 0 1.2rem}.article li+li{margin-top:.45rem}.article .intro{font-size:1.16rem;line-height:1.74}.article-note{border-left:4px solid var(--amber);background:#f7efe3;margin:1.8rem 0;padding:1.15rem 1.3rem}.article-meta{color:var(--muted);flex-wrap:wrap;gap:.55rem 1rem;margin-top:1.15rem;font-size:.81rem;display:flex}.toc{border-top:2px solid var(--sage-dark);align-self:start;padding:.95rem 0;position:sticky;top:2rem}.toc b{font-family:var(--serif)}.toc ul{padding:0;list-style:none}.toc li{margin:.6rem 0}.toc a{color:var(--muted);font-size:.77rem;text-decoration:none}.prose-page{padding:3.8rem 0 5.5rem}.prose-page h2{margin-top:2.35rem;font-size:1.65rem}.prose-page p{margin:1rem 0}.site-footer{border-top:1px solid var(--line);background:#ede7db;padding:3.8rem 0 2rem}.footer-grid{grid-template-columns:1.35fr .75fr .75fr;gap:2.8rem;display:grid}.footer-brand p{max-width:420px;color:var(--muted)}.footer-title{font-family:var(--serif);margin-bottom:.75rem;font-weight:700}.footer-links{gap:.48rem;display:grid}.footer-links a{color:var(--muted);font-size:.84rem;text-decoration:none}.footer-bottom{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:1rem;margin-top:2.8rem;padding-top:1.4rem;font-size:.74rem;display:flex}@media (width<=820px){.hero-grid,.feature-grid,.article-wrap{grid-template-columns:1fr}.hero{padding-top:3.2rem}.hero-panel{min-height:380px}.hero-photo img{aspect-ratio:16/10}.cards{grid-template-columns:1fr 1fr}.article-wrap{gap:1rem}.toc{display:none}}@media (width<=600px){body{font-size:16px}.header-inner{min-height:68px}.brand-copy small{display:none}.nav{gap:.85rem}.nav a{font-size:.77rem}.nav a:last-child{display:none}.hero-panel{min-height:320px}.cards,.feature-list,.footer-grid{grid-template-columns:1fr}.section-head,.footer-bottom{flex-direction:column;align-items:start}.footer-grid{gap:1.8rem}}
