:root{--brand-navy:#0b1e68;--text:#0b1e68;--muted:#0b1e68;--bg:#ffffff}*{box-sizing:border-box}html{font-size:16px}body,html{height:100%;margin:0;padding:0}body{display:flex;flex-direction:column;min-height:100vh;background:var(--bg);color:var(--text);font-family:Georgia,Times New Roman,serif;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--brand-navy);text-decoration:none}a:hover{text-decoration:underline}.header{background:white;text-align:center;padding:2rem 1.25rem}.logo{margin:0;font-size:2.5rem;font-weight:700;color:var(--brand-navy);letter-spacing:.5px}.logo .reg,.logo span{font-weight:400}.logo .reg{font-size:.4em;top:-.6em;margin-left:.35em}.hero,.logo .reg{position:relative}.hero{width:100%;height:400px;overflow:hidden}.hero img{width:100%;height:100%;object-fit:cover;object-position:center calc(50% + 100px);filter:brightness(.7) contrast(1.1)}.container{flex:1 1;max-width:680px;margin:0 auto;padding:3.5rem 1.5rem;background:white;display:flex;align-items:center;justify-content:center}.contact{text-align:center;width:100%}.contact p{margin:.35rem 0;font-size:1rem;color:var(--text);line-height:1.7}.contact .spacer{height:1.5rem}.footer{position:relative;background:linear-gradient(180deg,#ffffff 0,#999999);padding:1.5rem 1.25rem;text-align:center;color:var(--muted);font-size:.875rem;line-height:1.8}.footer:before{content:"";position:absolute;top:0;left:2rem;right:2rem;height:3px;background:var(--brand-navy)}@media (min-width:768px){.footer:before{left:4rem;right:4rem}}.footer-links{margin-top:.75rem}.footer-links a{color:var(--muted);text-decoration:underline}.legal{width:100%;max-width:100%;text-align:left}.legal h2{font-size:1.75rem;margin:0 0 1.5rem}.legal h2,.legal h3{font-weight:700;color:var(--brand-navy)}.legal h3{font-size:1.125rem;margin:2rem 0 .5rem}.legal p{margin:.75rem 0;color:var(--text)}.legal ul{margin:.75rem 0;padding-left:1.5rem}.legal li{margin:.5rem 0}.legal a{text-decoration:underline}.legal-footer{margin-top:2.5rem;font-size:.875rem;color:var(--muted)}.legal-back{margin-top:1.5rem}@media (min-width:768px){.logo{font-size:3rem}.hero{height:500px}.contact p{font-size:1.0625rem}}