:root{--navy: #0a1d3a;--navy-dark: #061329;--navy-soft: #102b50;--gold: #d4af37;--gold-light: #e7c65c;--white: #fff;--surface: #f7f8fa;--text: #13213a;--muted: #5b667a;--border: #e1e5eb;--success: #198754;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--shadow-sm: 0 10px 30px rgba(6, 19, 41, .08);--container: 1200px;--section-space: clamp(4.5rem, 8vw, 7.5rem);--font-heading: "Avenir Next", "Segoe UI", system-ui, sans-serif;--font-body: "Avenir Next", "Segoe UI", system-ui, sans-serif;--font-caption: "Segoe UI", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--white);font-family:var(--font-body);line-height:1.6}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--gold-light);outline-offset:3px}.container{width:min(100% - 2rem,var(--container));margin-inline:auto}.section{padding-block:var(--section-space)}.section--surface{background:var(--surface)}.section-heading{max-width:760px;margin-bottom:clamp(2rem,4vw,3.5rem)}.section-heading h2{margin:0 0 1rem;color:var(--navy);font-size:clamp(2rem,4vw,3.25rem);line-height:1.16;letter-spacing:-.03em}.section-heading p{margin:0;color:var(--muted);font-size:1.05rem}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.65rem;padding:.75rem 1.25rem;border:1px solid transparent;border-radius:var(--radius-sm);font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--gold);color:var(--navy-dark)}.button--primary:hover{background:var(--gold-light)}.button--outline{border-color:var(--navy);color:var(--navy);background:transparent}.button--outline-light{border-color:#ffffff8c;color:#fff;background:transparent}.skip-link{position:fixed;left:1rem;top:-100px;z-index:9999;padding:.75rem 1rem;background:var(--gold);color:var(--navy-dark);font-weight:600}.skip-link:focus{top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
