:root{--navy-deepest: #060F1D;--navy-deep: #081527;--navy: #0E2A4F;--navy-light: #103156;--blue: #1D4E8F;--steel: #8E99A8;--silver: #C7CDD6;--gold: #C9A45C;--white: #F7F9FC;--navy-deep-rgb: 8 21 39;--navy-rgb: 14 42 79;--navy-light-rgb: 16 49 86;--blue-rgb: 29 78 143;--silver-rgb: 199 205 214;--gold-rgb: 201 164 92;--white-rgb: 247 249 252;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;--s1: .5rem;--s2: 1rem;--s3: 1.5rem;--s4: 2rem;--s5: 3rem;--s6: 4rem;--s7: 6rem;--s8: 8rem;--maxw: 1160px;--gutter: clamp(1.25rem, 5vw, 4rem);--scroll-offset: 84px;--radius: 14px;--shadow-card: 0 20px 60px rgb(var(--navy-deep-rgb) / .35)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;background:var(--navy-deep)}img,picture,video,canvas,svg{display:block;max-width:100%}body{min-height:100vh;background:var(--navy-deep);color:var(--white);font-family:var(--font-body);font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600;line-height:1.15}a{color:inherit;text-decoration:none}::selection{background:var(--gold);color:var(--navy-deep)}.kicker{display:inline-block;font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}.section__title{margin:.65rem 0 0;font-size:clamp(1.9rem,4.5vw,3rem);color:var(--white);letter-spacing:-.01em}.section__lead{margin-top:var(--s3);font-size:clamp(1.02rem,1.6vw,1.2rem);color:var(--silver);max-width:38rem}.info-card{position:relative;display:flex;flex-direction:column;gap:var(--s2);padding:clamp(1.5rem,3vw,2.25rem);background:rgb(var(--navy-rgb) / .28);border:1px solid rgb(var(--silver-rgb) / .18);border-radius:var(--radius);box-shadow:var(--shadow-card);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);cursor:pointer;overflow:hidden;transition:transform .35s ease,border-color .35s ease,background-color .35s ease}.info-card:after{content:"";position:absolute;left:clamp(1.5rem,3vw,2.25rem);bottom:0;height:2px;width:0;background:var(--gold);transition:width .4s ease}.info-card:hover,.info-card:focus-visible{transform:translateY(-6px);border-color:rgb(var(--gold-rgb) / .45);background:rgb(var(--navy-rgb) / .42);outline:none}.info-card:hover:after,.info-card:focus-visible:after{width:calc(100% - (2*clamp(1.5rem,3vw,2.25rem)))}.info-card__title{font-size:clamp(1.25rem,2.2vw,1.6rem);color:var(--white)}.info-card__body{color:var(--silver);font-size:1rem}.info-card__more{margin-top:auto;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}.info-card__more:after{content:" →"}.stat-band{display:grid;grid-template-rows:repeat(3,1fr);gap:1px;border:1px solid rgb(var(--silver-rgb) / .14);border-radius:var(--radius);overflow:hidden;background:rgb(var(--silver-rgb) / .08)}.stat{display:flex;flex-direction:column;justify-content:center;gap:.25rem;padding:clamp(1.1rem,2.5vw,1.75rem) clamp(1.5rem,3vw,2.25rem);background:rgb(var(--navy-deep-rgb) / .6)}.stat__value{font-family:var(--font-heading);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:600;color:var(--gold)}.stat__label{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--steel)}.pill{display:inline-flex;align-items:center;gap:.5rem;margin-top:var(--s3);padding:.6rem 1.35rem;border:1px solid rgb(var(--gold-rgb) / .5);border-radius:999px;color:var(--white);font-size:.85rem;font-weight:500;letter-spacing:.06em;transition:background-color .3s ease,border-color .3s ease}.pill:after{content:"→";color:var(--gold)}.pill:hover{background:rgb(var(--gold-rgb) / .16);border-color:var(--gold)}.pill--button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;font-family:inherit;cursor:pointer}.pill--button:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.beat__lockup{height:clamp(64px,10vw,96px);width:auto;margin-inline:auto}.beat__tagline{margin-top:var(--s3);font-family:var(--font-heading);font-weight:400;line-height:1.6;font-size:clamp(1.4rem,3vw,2.2rem);color:var(--silver);letter-spacing:.02em}.beat__lead{font-family:var(--font-heading);font-size:clamp(1.5rem,3.5vw,2.6rem);line-height:1.3;color:var(--white)}.beat__heading{margin:.5rem 0 0;font-size:clamp(2rem,5vw,3.25rem);color:var(--white)}.beat__teaser{margin-top:var(--s2);font-size:clamp(1rem,1.8vw,1.25rem);color:var(--silver)}.topbar__nav a{position:relative;font-size:.9rem;font-weight:500;color:var(--silver);letter-spacing:.02em;transition:color .25s ease}.topbar__nav a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:var(--gold);transition:width .3s ease}.topbar__nav a:hover{color:var(--white)}.topbar__nav a:hover:after{width:100%}.topbar__toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:0 9px;background:rgb(var(--silver-rgb) / .06);border:1px solid rgb(var(--silver-rgb) / .16);border-radius:10px;cursor:pointer}.topbar__toggle span{display:block;height:1.5px;width:100%;background:var(--silver);transition:transform .3s ease,opacity .2s ease}.topbar__toggle:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.footer__lockup{height:56px;width:auto}.footer__tagline{margin-top:var(--s2);font-family:var(--font-heading);font-size:1.15rem;color:var(--steel)}.footer__list{list-style:none;margin-top:var(--s2);display:flex;flex-direction:column;gap:.65rem}.footer__list a,.footer__list address{color:var(--silver);font-style:normal;transition:color .25s ease}.footer__list a:hover{color:var(--gold)}.info-modal{margin:auto;width:min(560px,calc(100vw - 2rem));max-height:min(80vh,720px);padding:0;border:1px solid rgb(var(--silver-rgb) / .18);border-radius:var(--radius);background:rgb(var(--navy-rgb) / .9);color:var(--white);box-shadow:var(--shadow-card);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);overflow:hidden}.info-modal[open]{animation:modal-in .32s cubic-bezier(.22,1,.36,1)}@keyframes modal-in{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:none}}.info-modal::backdrop{background:rgb(var(--navy-deep-rgb) / .62);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.info-modal__close-form{position:absolute;top:.75rem;right:.75rem;margin:0}.info-modal__close{width:36px;height:36px;display:grid;place-items:center;font-size:1.4rem;line-height:1;color:var(--silver);background:rgb(var(--silver-rgb) / .08);border:1px solid rgb(var(--silver-rgb) / .16);border-radius:50%;cursor:pointer;transition:color .25s ease,background-color .25s ease}.info-modal__close:hover{color:var(--white);background:rgb(var(--gold-rgb) / .2)}.info-modal__body{padding:clamp(2rem,5vw,2.75rem);overflow-y:auto;max-height:min(80vh,720px)}.info-modal__title{margin:.5rem 0 1.25rem;font-size:clamp(1.6rem,3vw,2.1rem);color:var(--white)}.info-modal__body p{color:var(--silver);margin-bottom:1rem}.info-modal__body ul{padding-left:1.2rem;color:var(--silver);display:flex;flex-direction:column;gap:.5rem}.info-modal__body li::marker{color:var(--gold)}body.modal-open{overflow:hidden}@media (prefers-reduced-motion: reduce){.info-card,.pill,.info-modal[open],#topbar,.topbar__nav a:after,.info-card:after{transition:none;animation:none}}
