html{scrollbar-gutter:stable both-edges}:root{--max: 880px}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,system-ui,Arial;line-height:1.55}a{text-decoration:none}.container{max-width:var(--max);margin:0 auto;padding:1rem}.nav{display:flex;gap:1rem;padding:1rem 0;align-items:baseline}.link{color:#2563eb;padding:1rem}.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card{padding:1rem;border:1px solid #e5e7eb;border-radius:12px}.small{font-size:.9rem;color:#6b7280}h1,h2,h3{margin:.2rem 0 .6rem}main{padding:1rem 0 3rem}.homelogo{height:80px;vertical-align:text-bottom;margin-bottom:-15px;border-radius:5px;border-style:solid;border-width:1px;border-color:#000}hr{border-top:1px solid rgb(193,193,193);border-bottom:1px solid rgb(193,193,193)}.nav .link{position:relative;color:#2563eb;font-weight:500;padding:.4rem .6rem}.nav .link:after{content:"";display:block;height:2px;background:#2563eb;width:0;transition:width .3s ease;margin:0 auto}.nav .link:hover:after{width:100%}.hero{display:flex;flex-direction:column;gap:1.2rem;margin:1rem 0 2rem}.hero-photo{display:block;margin:0 auto;width:min(60vw,260px);height:auto;border-radius:16px;box-shadow:0 2px 12px #00000014}.hero-text h1{margin-top:0}.hero-text p{margin:0 0 .9rem;text-align:left}@media (min-width: 600px){.hero{flex-direction:row;align-items:flex-start;gap:2rem}.hero-text{order:1;flex:1}.hero-photo{order:2;width:270px}}
