:root{--background:#fff;--foreground:#000;--muted:#000;--accent:#000;--font-serif:"Times New Roman", Times, serif;--page-gutter:clamp(1.5rem, 6vw, 6rem)}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--background);color:var(--foreground);font-family:var(--font-serif);-webkit-font-smoothing:antialiased;margin:0}::selection{background:var(--accent);color:var(--background)}a{color:inherit}a:focus-visible{outline:2px solid var(--accent);outline-offset:7px}.page-shell{max-width:112rem;min-height:100svh;padding:0 var(--page-gutter);flex-direction:column;margin-inline:auto;display:flex}.site-header{justify-content:space-between;align-items:center;gap:2rem;padding-block:2.25rem;display:flex}.wordmark{overflow-wrap:anywhere;align-items:center;gap:.8rem;font-size:1.15rem;font-weight:600;display:inline-flex}.hero{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding-block:clamp(5rem,12vh,10rem);display:flex}.hero:focus{outline:none}h1{letter-spacing:-.055em;text-wrap:balance;overflow-wrap:anywhere;max-width:13ch;margin:0;font-size:clamp(3.25rem,7.4vw,8rem);font-weight:500;line-height:1.02}.description{color:var(--muted);text-wrap:pretty;max-width:38rem;margin:2rem 0 0;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.65}.contact{border-bottom:1px solid var(--accent);align-items:center;gap:2rem;min-height:44px;margin-top:2rem;font-size:1rem;text-decoration:none;display:inline-flex}.contact:hover{color:var(--accent)}.skip-link{background:var(--accent);color:var(--background);z-index:10;padding:.8rem 1rem;position:fixed;top:1rem;left:1rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}@media (max-width:480px){.site-header{padding-block:1.5rem}}
