html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif;display:flex;flex-direction:column;color:#1a1a1a}.skip-link{position:absolute;top:-100px;left:50%;transform:translateX(-50%);background:#000;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;z-index:10000;transition:top .3s}.skip-link:focus{top:1rem;outline:0;box-shadow:0 0 0 3px #000;border-radius:.375rem}:focus-visible{outline:0;box-shadow:0 0 0 3px #000;border-radius:.375rem}:focus:not(:focus-visible){outline:0;box-shadow:none}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:#fff;transition:.3s}.site-header.is-scrolled{background:rgba(255,255,255,.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.header-container{max-width:72rem;margin:0 auto;padding:0 1.5rem}.header-content{display:flex;align-items:center;justify-content:space-between;height:5rem}.header-logo{display:block}.header-logo img{width:3rem;height:3rem;transition:transform .3s}.header-logo:hover img{transform:scale(1.1)}.header-cta{padding:.625rem 1.5rem;border-radius:9999px;background:#111;color:#fff;font-weight:500;text-decoration:none;transition:background-color .3s}.header-cta:hover{background:#374151}.header-cta:focus-visible{outline:0;box-shadow:0 0 0 3px #000}.site-footer{width:100%;border-top:1px solid #e5e5e5;background:#fff;color:#1a1a1a;text-align:left}.footer-container{max-width:72rem;margin:0 auto;padding:3rem 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-column{text-align:center}.footer-logo{width:4rem;height:4rem;margin-bottom:.75rem;margin-left:auto;margin-right:auto}.footer-brand-name{font-size:1rem;font-weight:600;color:#111;margin-bottom:.25rem}.footer-brand-tagline{font-size:.875rem;color:#6b7280}.footer-heading{font-size:1rem;font-weight:500;color:#111;margin-bottom:1rem}.footer-nav{display:flex;flex-direction:column;gap:.75rem}.footer-nav a{font-size:.875rem;color:#4b5563;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:#111}.footer-nav a:focus-visible{outline:0;box-shadow:0 0 0 3px #000;border-radius:.25rem}.footer-social{display:flex;gap:.75rem;justify-content:center}.social-link{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;color:#4b5563;transition:.3s}.social-link:hover{background:#111;color:#fff}.social-link:focus-visible{outline:0;box-shadow:0 0 0 3px #000}.social-link svg{width:1.125rem;height:1.125rem}.footer-bottom{padding-top:2rem;border-top:1px solid #f3f4f6;display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.875rem;color:#6b7280}.footer-legal{display:flex;gap:1.5rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-column{text-align:left}.footer-logo{margin-left:0;margin-right:0}.footer-social{justify-content:flex-start}.footer-bottom{flex-direction:row;justify-content:space-between}}