@import"https://fonts.googleapis.com/css2?family=Young+Serif&family=Figtree:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500&display=swap";:root{--color-paper: #FDFBF5;--color-paper-rgb: 253 251 245;--color-white-rgb: 255 255 255;--color-overlay-rgb: 20 15 10;--color-warm: #F4ECDB;--color-espresso: #2B2520;--color-espresso-rgb: 43 37 32;--color-stone: #565049;--color-stone-mid: #8A8276;--color-muted: #A39A8C;--color-gold: #E3A23B;--color-gold-mid: #C48C28;--color-gold-deep: #A87A16;--color-gold-deep-rgb: 168 122 22;--color-sage: #88976A;--color-sage-light: #DEE4D2;--color-sage-dark: #2F4124;--color-forest: #3F5A37;--color-forest-rgb: 63 90 55;--color-honey: #ECD6A0;--color-honey-mid: #6B5214;--color-honey-light: #F3E3BF;--color-honey-dark: #503D12;--color-clay: #F0DCC8;--color-clay-dark: #663829;--color-terracotta: #7A4634;--color-sienna: #DD6240;--color-border: #ECE1CD;--color-border-input: #E6DCCA;--color-surface-input: #F1E9DB;--color-warm-subtle: #FAF6EC;--color-bg: var(--color-paper);--color-text: var(--color-espresso);--color-text-body: var(--color-stone);--color-text-muted: var(--color-muted);--color-action: var(--color-gold);--color-action-text: var(--color-gold-deep);--color-surface: #FFFFFF;--color-surface-warm: var(--color-warm)}:root{--font-display: "Young Serif", Georgia, serif;--font-body: "Figtree", system-ui, sans-serif;--font-quote: "Newsreader", Georgia, serif;--text-6xl: 60px;--text-5xl: 46px;--text-4xl: 30px;--text-3xl: 26px;--text-2xl: 24px;--text-xl: 21px;--text-lg: 20px;--text-reading: 17px;--text-md: 16px;--text-base: 15px;--text-sm: 14px;--text-xs: 13px;--text-2xs: 12px;--text-3xs: 11px;--leading-none: 1;--leading-tight: 1.02;--leading-snug: 1.2;--leading-normal: 1.4;--leading-relaxed: 1.55;--leading-loose: 1.6;--tracking-tighter: -.03em;--tracking-tight: -.02em;--tracking-normal: -.01em;--tracking-wide: .06em;--tracking-wider: .08em;--tracking-widest: .12em;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700}:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 14px;--space-5: 18px;--space-6: 20px;--space-7: 24px;--space-8: 28px;--space-9: 32px;--space-10: 40px;--space-11: 48px;--space-12: 64px;--space-13: 80px;--space-14: 160px;--radius-chip: 8px;--radius-card: 14px;--radius-card-lg: 16px;--radius-widget: 22px;--radius-pill: 40px;--radius-circle: 9999px;--pebble-a: 42% 58% 56% 44% / 54% 42% 58% 46%;--pebble-b: 50% 50% 46% 54% / 64% 50% 50% 36%;--pebble-c: 56% 44% 40% 60% / 46% 58% 42% 54%;--pebble-d: 60% 40% 47% 53% / 62% 44% 56% 38%;--max-content: 1080px;--max-wide: 1280px;--max-narrow: 640px;--max-reading: 720px;--section-py-sm: var(--space-10);--section-py-md: var(--space-11);--section-py-lg: var(--space-12);--section-py-hero: 120px;--section-gutter: var(--space-10);--section-gap-sm: var(--space-7);--section-gap-md: var(--space-11);--section-gap-lg: var(--space-12);--grid-gap-sm: var(--space-3);--grid-gap-md: var(--space-7);--grid-gap-lg: var(--space-10);--shadow-card: 0 20px 50px -46px rgb(var(--color-espresso-rgb) / .6);--shadow-card-lg: 0 24px 60px -40px rgb(var(--color-espresso-rgb) / .65);--shadow-photo: 0 26px 52px -32px rgb(var(--color-espresso-rgb) / .42);--shadow-portrait: 0 30px 64px -40px rgb(var(--color-espresso-rgb) / .5);--shadow-widget: 0 40px 90px -54px rgb(var(--color-espresso-rgb) / .55);--shadow-nav: 0 4px 28px -10px rgb(var(--color-espresso-rgb) / .22);--shadow-nav-pill: 0 4px 20px -4px rgb(var(--color-espresso-rgb) / .18);--transition-fade: opacity .2s ease;--transition-nav: .22s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{background:var(--color-paper);color:var(--color-espresso);font-family:var(--font-body);font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{background:var(--color-paper);min-height:100dvh}img,video{max-width:100%;display:block}a{color:inherit}.prose{color:var(--color-stone);font-size:var(--text-base);line-height:var(--leading-relaxed);max-width:680px}.prose h1,.prose h2,.prose h3,.prose h4{font-family:var(--font-display);font-weight:400;color:var(--color-espresso);letter-spacing:var(--tracking-tight);line-height:var(--leading-snug)}.prose h1{font-size:var(--text-5xl);margin-bottom:24px}.prose h2{font-size:var(--text-4xl);margin:48px 0 16px}.prose h3{font-size:var(--text-2xl);margin:36px 0 12px}.prose p{margin-bottom:20px}.prose a{color:var(--color-gold-deep);font-weight:600;text-decoration:none}.prose a:hover{opacity:.82}.prose ul,.prose ol{padding-left:24px;margin-bottom:20px}.prose li{margin-bottom:8px}.prose strong{font-weight:600;color:var(--color-espresso)}.prose blockquote{font-family:var(--font-quote);font-size:var(--text-xl);color:var(--color-espresso);border-left:2px solid var(--color-gold);padding-left:24px;margin:32px 0}.section{padding:var(--space-11) var(--space-10);max-width:var(--max-content);margin:0 auto}.btn{border:none;transition:opacity .2s ease}.btn--primary{background:var(--color-gold);color:var(--color-espresso)}.btn--secondary{background:var(--color-paper);color:var(--color-espresso);border:1px solid var(--color-border-input);transition:background-color .2s ease,border-color .2s ease}.btn--ghost{background:transparent;color:var(--color-gold-deep)}.btn--forest{background:var(--color-forest);color:var(--color-paper)}.btn--dark{background:var(--color-espresso);color:var(--color-paper)}.btn:hover{opacity:.82}.btn--secondary:hover{opacity:1;background:var(--color-warm-subtle);border-color:var(--color-stone-mid)}@keyframes dw-cursor{0%,to{opacity:1}50%{opacity:0}}@media(max-width:639px){.hide-mobile{display:none!important}}@media(min-width:640px){.hide-desktop{display:none!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.footer-btn-group[data-astro-cid-ld7f7lcz]{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center;margin-top:8px}.footer-cta-full[data-astro-cid-ld7f7lcz]{width:100%;text-align:center;box-sizing:border-box}.footer-email-submit[data-astro-cid-ld7f7lcz],.footer-inline-submit[data-astro-cid-ld7f7lcz]{transition:var(--transition-fade)}.footer-email-submit[data-astro-cid-ld7f7lcz]:hover,.footer-inline-submit[data-astro-cid-ld7f7lcz]:hover{opacity:.82}@media(max-width:639px){.footer-bottom[data-astro-cid-ld7f7lcz]{flex-direction:column;align-items:center;gap:20px;margin-top:56px}.footer-links[data-astro-cid-ld7f7lcz]{gap:24px}}
