: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 span{font-weight:400}.hero{position:relative;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}.logo{font-size:3rem}.hero{height:500px}.contact p{font-size:1.0625rem}}