/* Quiet, reading-first editorial identity; no font network dependencies. */
:root{--ink:#172c2a;--muted:#53605d;--paper:#f8f6f0;--card:#fffefa;--line:#d8ddd5;--accent:#705331;--accent-dark:#594126;--blue:#245d55;--moss:#56664f;--wash:#edf0e9;--max:1200px;--reading:760px}
body{font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.75}
:focus-visible{outline:3px solid #946a2e;outline-offset:5px;border-radius:2px}
.site-header{position:relative;background:var(--paper);backdrop-filter:none}
.nav-wrap{min-height:90px;gap:1rem}.brand{font-family:Georgia,serif;font-size:1.5rem;font-weight:600;letter-spacing:-.04em}
.brand-mark{border-radius:50%;box-shadow:none;width:33px;height:33px}.site-header nav a{font-weight:500;min-height:44px;display:inline-flex;align-items:center}
.hero{background:var(--paper);padding:5.5rem 0 6rem}.hero-grid{grid-template-columns:1.15fr .85fr;gap:5rem}
.hero h1{font-weight:400;font-size:clamp(3.3rem,6.6vw,6rem);line-height:1.04;letter-spacing:-.055em}.eyebrow{font-size:.7rem;letter-spacing:.18em;font-weight:650}
.hero-visual>img{border:0;border-radius:1px;box-shadow:none;aspect-ratio:1/1;object-fit:cover}
.hero-note{position:relative;left:0;bottom:0;width:100%;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none;padding:1.2rem 0 0;margin-top:1.5rem}
.hero-note strong{font-weight:400;font-size:1.25rem}.lede{font-size:1.12rem;line-height:1.8;max-width:43ch}
.button,button{background:var(--ink);border:1px solid var(--ink);border-radius:2px;box-shadow:none;padding:.85rem 1.25rem;font-size:.9rem;font-weight:600;min-height:44px}
.button:hover,button:hover{transform:none;box-shadow:none;background:var(--blue)}
.section{padding:4rem 0}.section-heading{border-bottom:1px solid var(--line);padding-bottom:1.4rem;gap:1rem}.section-heading h2,.page-header h1{font-weight:400;letter-spacing:-.04em}
.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-left:1px solid var(--line)}
.category-card,.category-card:nth-child(n){border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:transparent;padding:1.6rem}
.category-card h3,.article-card h3{font-weight:400;line-height:1.22}.category-card p{font-size:.92rem}.category-card span{font-weight:500}
.article-grid{gap:2rem}.article-card{background:transparent;border:0;border-radius:0;border-bottom:1px solid var(--line);padding:1.5rem 0;display:flex;flex-direction:column}.article-card h3{font-size:1.8rem}.article-card p{font-size:.97rem}.card-meta{font-size:.76rem;font-weight:500;letter-spacing:.03em}
.category-card:hover,.article-card:hover{transform:none;box-shadow:none;background:#eeeee6;border-color:var(--line)}
.article-header,.page-header{background:var(--wash);border-color:var(--line)}.article-header h1{font-size:clamp(2.6rem,5vw,4.6rem);font-weight:400;line-height:1.1;letter-spacing:-.045em}.article-summary{font-size:1.2rem;line-height:1.75}
.prose{font-size:1.15rem;line-height:1.9}.prose h2{font-weight:400;line-height:1.22}.article-layout{gap:3rem}.product-card{background:#f0eee3;border:1px solid var(--line);border-radius:2px}.ad-label{color:#6b4b2d}.product-card img{object-fit:contain;float:right;margin:0 0 .75rem .75rem}.product-card .button{color:white}.disclosure-box{border-color:var(--moss);background:var(--wash)}
.site-footer{margin-top:4rem}.site-footer strong{font-family:Georgia,serif;font-size:1.5rem;font-weight:400}.site-footer p{color:#c7d2cb}.site-footer a{font-size:.9rem;min-height:32px}.standalone h1{font-size:clamp(2.6rem,6vw,4rem);font-weight:400;line-height:1.15}
@media(max-width:850px){.hero-grid{grid-template-columns:1fr;gap:3rem}.hero-visual{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.hero-visual>img{aspect-ratio:16/10}.hero-note{margin:0}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout{grid-template-columns:1fr}.hero{padding:3.5rem 0}}
@media(max-width:560px){.nav-wrap{min-height:80px;flex-wrap:wrap;padding-block:1rem;gap:.3rem}.brand{font-size:1.3rem}.site-header nav{gap:1rem}.site-header nav a:nth-child(2){display:inline-flex}.hero h1{font-size:3.4rem}.hero-visual{display:block}.hero-note{margin-top:1rem;width:100%}.hero-visual>img{aspect-ratio:16/9}.category-grid,.article-grid{grid-template-columns:1fr}.category-card{padding:1.3rem}.section-heading{align-items:start}.section-heading>a{white-space:nowrap;font-size:.85rem}.breadcrumbs{flex-wrap:wrap}.empty-state{padding:2rem}.prose table{display:block;overflow-x:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
.article-layout-single{display:block;width:min(var(--reading),calc(100% - 2rem));margin-inline:auto}
