@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap");:root{--navy:#0f2444;--navy-mid:#1a3a6b;--teal:#0a5c5c;--teal-light:#0d7a7a;--gold:#b8982a;--gold-light:#d4b04a;--cream:#f8f5ef;--cream-dark:#ede8df;--white:#ffffff;--gray:#5a6272;--gray-light:#8a94a6;--ink:#1a1f2e;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--space-10:4rem;--space-12:6rem;--space-16:8rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--ink);overflow-x:hidden;line-height:1.6}a{text-decoration:none;transition:all .3s ease}a,a:visited{color:inherit}.serif,h1,h2,h3,h4{font-family:Cormorant Garamond,serif}.mono{font-family:DM Mono,monospace}.container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:var(--space-8);padding-right:var(--space-8)}@media (max-width:900px){.container{padding-left:1.5rem;padding-right:1.5rem}}section{padding:7rem 0}@media (max-width:900px){section{padding:4rem 0}}.section-label{font-family:DM Mono,monospace;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--teal-light);margin-bottom:1rem;display:flex;align-items:center;gap:.8rem}.section-label:before{content:"";display:block;width:24px;height:1px;background:var(--teal-light)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.2;color:var(--navy);margin-bottom:1.5rem}.section-title em{font-style:italic;color:var(--teal)}.section-body{font-size:1rem;font-weight:300;line-height:1.8;color:var(--gray);max-width:600px}.nav-link{font-family:DM Sans,sans-serif!important;font-size:.85rem!important;font-weight:500!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:rgba(255,255,255,.75)!important;text-decoration:none!important;transition:color .3s ease!important}.nav-link:active,.nav-link:hover{color:var(--gold-light)!important}.nav-link:visited{color:rgba(255,255,255,.75)!important}.nav-cta{font-family:DM Sans,sans-serif!important;font-size:.85rem!important;font-weight:600!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:var(--navy)!important;background:var(--gold-light)!important;padding:.6rem 1.6rem!important;border-radius:2px!important;text-decoration:none!important;transition:all .3s ease!important;border:1px solid var(--gold-light)!important}.nav-cta:hover{background:transparent!important;color:var(--gold-light)!important}.btn-primary{font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);background:var(--gold-light);padding:.85rem 2.2rem;border-radius:2px;text-decoration:none;transition:all .3s;border:1px solid var(--gold-light);display:inline-block;cursor:pointer}.btn-primary:hover{background:transparent;color:var(--gold-light)}.btn-outline{font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--white)!important;background:transparent;padding:.85rem 2.2rem;border-radius:2px;text-decoration:none;transition:all .3s;border:1px solid rgba(255,255,255,.25);display:inline-block}.btn-outline:hover{border-color:var(--gold-light)!important;color:var(--gold-light)!important}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}