:root{--cream: #FDF8F0;--cream-warm: #F8EFDC;--cream-card: #F4ECDD;--hairline: #E8DFC9;--hairline-soft:#F0E7D2;--bark: #3D2B1F;--bark-soft: #5A4438;--bark-faint: #8B7563;--sage: #7BAE7F;--sage-dark: #5A9160;--sage-tint: #E5F0E0;--gold: #D4A853;--gold-dark: #B58A35;--gold-tint: #F7ECCF;--rust: #B5572B;--rust-tint: #F4D9C8;--font-display: "Cormorant Garamond", "EB Garamond", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 6rem;--space-10: 8rem;--col-reading: 68ch;--col-wide: 1080px;--col-page: 1240px;--r-sm: 4px;--r-md: 8px;--r-lg: 16px;--r-xl: 24px;--shadow-card: 0 1px 2px rgba(61, 43, 31, .04), 0 4px 16px rgba(61, 43, 31, .06);--shadow-hover: 0 4px 12px rgba(61, 43, 31, .08), 0 12px 32px rgba(61, 43, 31, .1);--ease: cubic-bezier(.4, 0, .2, 1);--t-fast: .12s;--t-med: .24s}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:80px}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--bark);background:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,svg,video{max-width:100%;display:block;height:auto}a{color:var(--sage-dark);text-decoration-color:#5a916066;text-underline-offset:2px;text-decoration-thickness:1px;transition:color var(--t-fast) var(--ease),text-decoration-color var(--t-fast) var(--ease)}a:hover{color:var(--bark);text-decoration-color:var(--gold)}button{font:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:var(--r-sm)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.15;letter-spacing:-.01em;color:var(--bark);margin:0 0 var(--space-4)}h1{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;letter-spacing:-.02em}h2{font-size:clamp(1.625rem,3vw,2.25rem);margin-top:var(--space-7)}h3{font-size:clamp(1.25rem,2vw,1.5rem);margin-top:var(--space-6)}h4{font-size:1.125rem;font-family:var(--font-body);font-weight:600;margin-top:var(--space-5)}h5,h6{font-family:var(--font-body);font-weight:600;font-size:1rem}p{margin:0 0 var(--space-4)}strong,b{font-weight:600;color:var(--bark)}small,.small{font-size:.875rem;color:var(--bark-soft)}.eyebrow{font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--sage-dark)}.container{width:100%;max-width:var(--col-page);margin-inline:auto;padding-inline:var(--space-5)}.container-wide{max-width:var(--col-wide)}.container-reading{max-width:var(--col-reading)}.stack>*+*{margin-top:var(--space-4)}.stack-lg>*+*{margin-top:var(--space-6)}.stack-xl>*+*{margin-top:var(--space-8)}.cluster{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-5)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);font-family:var(--font-body);font-weight:600;font-size:.9375rem;letter-spacing:.01em;border:1px solid transparent;border-radius:var(--r-md);text-decoration:none;cursor:pointer;transition:transform var(--t-fast) var(--ease),background var(--t-fast) var(--ease),box-shadow var(--t-fast) var(--ease)}.btn-primary{background:var(--gold);color:var(--bark);border-color:var(--gold-dark);box-shadow:0 2px 6px #b48a3540}.btn-primary:hover{background:var(--gold-dark);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #b48a3559}.btn-ghost{background:transparent;color:var(--bark);border-color:var(--hairline)}.btn-ghost:hover{background:var(--cream-card);color:var(--bark)}.badge{display:inline-flex;align-items:center;gap:var(--space-1);padding:2px var(--space-2);font-size:.75rem;font-weight:600;letter-spacing:.04em;border-radius:999px;background:var(--sage-tint);color:var(--sage-dark)}.badge-gold{background:var(--gold-tint);color:var(--gold-dark)}.badge-rust{background:var(--rust-tint);color:var(--rust)}.badge-neutral{background:var(--hairline-soft);color:var(--bark-soft)}hr{border:0;height:1px;background:var(--hairline);margin:var(--space-7) 0}.divider-ornament{text-align:center;font-family:var(--font-display);font-size:1.5rem;color:var(--gold);letter-spacing:.4em;margin:var(--space-7) 0}.divider-ornament:before{content:"✦ ✦ ✦"}::selection{background:var(--gold-tint);color:var(--bark)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.hide-mobile{@media (max-width: 640px){display:none}}@media print{body{background:#fff;color:#000;font-size:11pt}.site-header,.site-footer,.toc,.related-articles,.affiliate-disclosure-banner{display:none!important}a:after{content:" (" attr(href) ")";font-size:9pt;color:#666}h1,h2,h3{page-break-after:avoid}img{max-width:100%!important}}.site-header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:50;background:#fdf8f0eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--hairline)}.site-header__inner[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);height:64px}.brand[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:var(--space-2);text-decoration:none;color:var(--bark);font-family:var(--font-display)}.brand__mark[data-astro-cid-ctg3m53h]{width:36px;height:36px;display:grid;place-items:center;background:var(--bark);color:var(--cream);font-size:1.25rem;font-weight:700;border-radius:var(--r-sm);line-height:1}.brand__name[data-astro-cid-ctg3m53h]{font-size:1.25rem;font-weight:600;letter-spacing:-.01em}.brand__dim[data-astro-cid-ctg3m53h]{color:var(--bark-faint);font-weight:400}.site-nav[data-astro-cid-ctg3m53h] ul[data-astro-cid-ctg3m53h]{display:flex;list-style:none;margin:0;padding:0;gap:var(--space-5)}.site-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{color:var(--bark);text-decoration:none;font-size:.9375rem;font-weight:500;padding:var(--space-2) 0;border-bottom:2px solid transparent;transition:border-color var(--t-fast) var(--ease)}.site-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{color:var(--bark);border-bottom-color:var(--gold)}.nav-toggle[data-astro-cid-ctg3m53h]{display:none;flex-direction:column;gap:4px;background:transparent;border:0;padding:var(--space-2)}.nav-toggle[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{display:block;width:22px;height:2px;background:var(--bark);border-radius:1px}.mobile-nav[data-astro-cid-ctg3m53h]{border-top:1px solid var(--hairline);background:var(--cream)}.mobile-nav[data-astro-cid-ctg3m53h] ul[data-astro-cid-ctg3m53h]{list-style:none;margin:0;padding:var(--space-3) var(--space-5)}.mobile-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{display:block;padding:var(--space-3) 0;color:var(--bark);text-decoration:none;font-weight:500;border-bottom:1px solid var(--hairline-soft)}.mobile-nav[data-astro-cid-ctg3m53h] li[data-astro-cid-ctg3m53h]:last-child a[data-astro-cid-ctg3m53h]{border-bottom:0}@media (max-width: 820px){.site-nav[data-astro-cid-ctg3m53h]{display:none}.nav-toggle[data-astro-cid-ctg3m53h]{display:flex}}.site-footer[data-astro-cid-gcn2mc3v]{margin-top:var(--space-10);padding:var(--space-8) 0 var(--space-5);background:var(--cream-card);border-top:1px solid var(--hairline);color:var(--bark-soft);font-size:.9375rem}.footer-grid[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-6);padding-bottom:var(--space-7);border-bottom:1px solid var(--hairline)}.footer-col[data-astro-cid-gcn2mc3v] h4[data-astro-cid-gcn2mc3v]{margin:0 0 var(--space-3);font-family:var(--font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--bark)}.footer-col[data-astro-cid-gcn2mc3v] ul[data-astro-cid-gcn2mc3v]{list-style:none;margin:0;padding:0}.footer-col[data-astro-cid-gcn2mc3v] li[data-astro-cid-gcn2mc3v]{margin-bottom:var(--space-2)}.footer-col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--bark-soft);text-decoration:none;font-size:.9375rem}.footer-col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--bark);text-decoration:underline}.footer-brand[data-astro-cid-gcn2mc3v] .brand[data-astro-cid-gcn2mc3v]{display:inline-flex;align-items:center;gap:var(--space-2);text-decoration:none;color:var(--bark);margin-bottom:var(--space-3)}.footer-brand[data-astro-cid-gcn2mc3v] .brand__mark[data-astro-cid-gcn2mc3v]{width:32px;height:32px;display:grid;place-items:center;background:var(--bark);color:var(--cream);font-family:var(--font-display);font-size:1.125rem;font-weight:700;border-radius:var(--r-sm);line-height:1}.footer-brand[data-astro-cid-gcn2mc3v] .brand__name[data-astro-cid-gcn2mc3v]{font-family:var(--font-display);font-size:1.125rem;font-weight:600}.footer-brand[data-astro-cid-gcn2mc3v] .brand__dim[data-astro-cid-gcn2mc3v]{color:var(--bark-faint);font-weight:400}.footer-tagline[data-astro-cid-gcn2mc3v]{margin:0;font-size:.875rem;color:var(--bark-soft);max-width:320px;line-height:1.5}.footer-disclosure[data-astro-cid-gcn2mc3v]{padding:var(--space-5) 0;font-size:.8125rem;line-height:1.6;color:var(--bark-faint);border-bottom:1px solid var(--hairline)}.footer-disclosure[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{margin:0 0 var(--space-3)}.footer-disclosure[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]:last-child{margin-bottom:0}.footer-disclosure[data-astro-cid-gcn2mc3v] strong[data-astro-cid-gcn2mc3v]{color:var(--bark-soft)}.footer-disclosure[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--sage-dark)}.footer-bottom[data-astro-cid-gcn2mc3v]{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);padding-top:var(--space-4);color:var(--bark-faint);flex-wrap:wrap}@media (max-width: 720px){.footer-grid[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr 1fr}.footer-brand[data-astro-cid-gcn2mc3v]{grid-column:1 / -1}.footer-bottom[data-astro-cid-gcn2mc3v]{flex-direction:column;align-items:flex-start}}.skip-link[data-astro-cid-37fxchfa]{position:absolute;left:-9999px;top:0;background:var(--bark);color:var(--cream);padding:var(--space-3) var(--space-4);z-index:100;text-decoration:none}.skip-link[data-astro-cid-37fxchfa]:focus{left:var(--space-3);top:var(--space-3)}
