@import"https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Georgia,Times New Roman,serif}:root{--brand: #1C3661}body{min-height:100vh;background-color:#f7f6f2;display:flex;align-items:center;justify-content:center}.frame{position:relative;width:min(900px,calc(100% - 3rem));max-width:100%;margin:1.5rem auto;border:3px solid var(--brand);color:var(--brand);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.container{text-align:center;padding:1.2rem}.container .divider:last-of-type{margin-bottom:3rem}.image{display:block;margin:0 auto .6rem;width:140px;transform:rotate(90deg);opacity:.75;pointer-events:none}h1{font-size:3rem;font-weight:400;letter-spacing:.08em;margin-bottom:.4rem;font-family:Pinyon Script,cursive}p{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-style:normal;font-size:1.1rem;font-weight:600;opacity:.9}h2{font-size:1.5rem;font-weight:400;margin-bottom:.8rem}.tagline{font-size:1.2rem;font-weight:400;opacity:.8}.divider{width:70px;height:2px;background-color:var(--brand);margin:1.2rem auto;opacity:.8}.status{font-size:1rem;font-weight:400;opacity:.8}footer{position:relative;text-align:center;color:#1c3661;margin-top:1rem}.welcome-message{line-height:1.6}.welcome-message p{margin-bottom:1rem}.nav{display:flex;gap:.6rem;justify-content:center;align-items:center;margin:.6rem 0 1rem;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:.98rem;letter-spacing:.02em;color:var(--brand)}.nav-link{color:inherit;text-decoration:none;padding:0 .25rem;opacity:.95}.nav-link.active{font-weight:600}.sep{color:var(--brand);opacity:.5;padding:0 .25rem}.content-area{text-align:center;max-width:720px;margin:0 auto}.email-button-container{margin:1.5rem 0}.email-button{display:inline-block;padding:.8rem 1.6rem;background-color:var(--brand);color:#f7f6f2;text-decoration:none;border-radius:4px;font-size:1rem;font-family:inherit;transition:opacity .3s ease;border:none;cursor:pointer}.email-button:hover{opacity:.9}
