:root{--wg-primary: #e58500;--wg-primary-hover: #cf7800;--wg-text-darkest: #382f2e;--wg-text-dark: #4e4a4a;--wg-text-light: #ffffff;--wg-line-light: #edeceb;--wg-bg-white: #ffffff;--wg-bg-warm: #f4f3f2;--wg-bg-cream: #f2e5d2;--wg-bg-darkest: #382f2e;--wg-footer-bg: #000000;--wg-font-serif: "EB Garamond", Times, serif;--wg-font-sans: "Montserrat", Arial, sans-serif;--wg-radius: 4px;--wg-content-width: 68rem}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--wg-font-serif);font-size:1.125rem;line-height:1.6;color:var(--wg-text-darkest);background:var(--wg-bg-white)}img{max-width:100%;display:block}h1,h2,h3{font-family:var(--wg-font-serif);font-weight:500;line-height:1.2;margin:0 0 .5em}h1{font-size:clamp(2.2rem,5vw,3.4rem)}h2{font-size:clamp(1.6rem,3.5vw,2.2rem)}p{margin:0 0 1em;color:var(--wg-text-dark)}a{color:var(--wg-primary)}a:hover{color:var(--wg-primary-hover)}.wg-container{max-width:var(--wg-content-width);margin:0 auto;padding:0 1.5rem}.wg-header{background:var(--wg-bg-white);border-bottom:1px solid var(--wg-line-light)}.wg-header .wg-container{display:flex;align-items:center;justify-content:space-between;min-height:4.5rem}.wg-wordmark{font-family:var(--wg-font-serif);font-size:1.6rem;color:var(--wg-text-darkest);text-decoration:none}.wg-wordmark:hover{color:var(--wg-text-darkest)}.wg-header-link{font-family:var(--wg-font-sans);font-size:.85rem;text-decoration:none}.wg-footer{background:var(--wg-footer-bg);color:var(--wg-text-light);margin-top:4rem}.wg-footer .wg-container{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;padding-top:2rem;padding-bottom:2rem;font-family:var(--wg-font-sans);font-size:.85rem}.wg-footer a{color:var(--wg-text-light);text-decoration:none}.wg-footer a:hover{color:var(--wg-primary)}.wg-hero{background:var(--wg-bg-cream);padding:4rem 0;text-align:center}.wg-hero p{max-width:42rem;margin:0 auto 1.5em}.wg-section{padding:3rem 0}.wg-section--warm{background:var(--wg-bg-warm)}.wg-button{display:inline-block;background:var(--wg-primary);color:var(--wg-text-light);font-family:var(--wg-font-sans);font-size:.95rem;font-weight:600;text-decoration:none;padding:.8em 1.6em;border:none;border-radius:var(--wg-radius);cursor:pointer}.wg-button:hover{background:var(--wg-primary-hover);color:var(--wg-text-light)}.wg-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:2rem}
