*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:var(--fs-body);line-height:var(--lh-body);background:var(--white);color:var(--navy-deep);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ol,ul{margin:0;padding:0;list-style:none}button{font-family:inherit;background:0 0;border:none;cursor:pointer}input,select,textarea{font-family:inherit;font-size:16px}:focus-visible{outline:2px solid var(--red);outline-offset:2px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--white);color:var(--navy-deep);padding:12px 16px;z-index:1000;font-family:var(--font-body)}.skip-link:focus{left:0}.container{max-width:var(--max-content-width);margin:0 auto;padding:0 var(--side-padding-mobile)}@media (min-width:641px){.container{padding:0 var(--side-padding)}}.section{padding:var(--section-gap) 0}.section-lg{padding:calc(var(--section-gap) * 1.5) 0}.grid{display:grid;gap:var(--gutter)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.bg-navy-deep{background:var(--navy-deep);color:var(--white)}.bg-navy-mid{background:var(--navy-mid);color:var(--white)}.bg-white{background:var(--white);color:var(--navy-deep)}.bg-grey-light{background:var(--grey-light);color:var(--navy-deep)}h1,h2,h3{font-family:var(--font-heading);font-weight:700;line-height:var(--lh-heading);margin:0 0 16px}h1{font-size:var(--fs-hero-mobile)}@media (min-width:641px){h1{font-size:var(--fs-hero)}}h1.h1-page{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}p{margin:0 0 16px}p:last-child{margin-bottom:0}.label,.subtitle{display:block;font-family:var(--font-accent);font-weight:300;font-size:var(--fs-label);letter-spacing:var(--ls-label);color:var(--silver)}.caption.on-light,.label.on-light{color:var(--navy-deep)}.tagline{font-family:var(--font-accent);font-weight:300;font-size:var(--fs-tagline);color:var(--silver);opacity:.6}.caption{font-family:var(--font-body);font-size:var(--fs-caption);color:var(--silver)}.text-center{text-align:center}.rule-red{width:80px;max-width:120px;height:2px;background:var(--red);border:0;margin:12px 0 24px}.section-heading{margin-top:var(--heading-gap)}.top-bar{height:4px;width:100%;background:var(--red)}.chevron-list li{position:relative;padding-left:20px;margin-bottom:8px}.chevron-list li::before{content:'\203A';color:var(--red);position:absolute;left:0;font-weight:700}.texture-flightpath{position:relative;overflow:hidden}.texture-flightpath::before{content:'';position:absolute;inset:0;z-index:0;pointer-events:none;background-repeat:repeat;background-size:220px 220px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cline x1='0' y1='220' x2='220' y2='0' stroke='%23FFFFFF' stroke-opacity='0.12' stroke-width='1'/%3E%3Cline x1='-40' y1='180' x2='180' y2='-40' stroke='%23FFFFFF' stroke-opacity='0.08' stroke-width='1'/%3E%3Cline x1='40' y1='260' x2='260' y2='40' stroke='%23FFFFFF' stroke-opacity='0.08' stroke-width='1'/%3E%3C/svg%3E")}.texture-flightpath>*{position:relative;z-index:1}.texture-diagonal{position:relative;overflow:hidden}.texture-diagonal::before{content:'';position:absolute;inset:0;z-index:0;pointer-events:none;background-repeat:repeat;background-size:48px 48px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cline x1='0' y1='48' x2='48' y2='0' stroke='%23FFFFFF' stroke-opacity='0.06' stroke-width='1'/%3E%3C/svg%3E")}.texture-diagonal>*{position:relative;z-index:1}.icon{width:32px;height:32px;stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.btn{display:inline-block;font-family:var(--font-heading);font-weight:700;font-size:16px;padding:14px 28px;border-radius:2px;border:1.5px solid transparent;text-align:center;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.btn-primary{background:var(--red);color:var(--white);border-color:var(--red)}.btn-primary:hover{background:var(--red-hover);border-color:var(--red-hover)}.btn-secondary{background:0 0;color:var(--white);border-color:var(--white)}.btn-secondary:hover{background:rgba(255,255,255,.08)}.btn-secondary.on-light{color:var(--navy-deep);border-color:var(--navy-deep)}.btn-secondary.on-light:hover{background:rgba(10,22,40,.05)}.btn-group{display:flex;gap:16px;flex-wrap:wrap}.job-card{padding:var(--card-padding);background:var(--white);border:1px solid var(--grey-light);color:var(--navy-deep);margin-bottom:24px}.job-card .btn{margin-top:12px}.job-meta{font-family:var(--font-body);font-size:14px;color:var(--silver);margin-bottom:12px}.step-number{font-family:var(--font-heading);font-weight:700;font-size:32px;color:var(--red);margin:0 0 8px}.card{padding:var(--card-padding)}.card-dark{background:var(--navy-mid);color:var(--white)}.card-light{background:var(--white);color:var(--navy-deep);border:1px solid var(--grey-light)}.card .icon{margin-bottom:16px}.card-link{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-weight:400;margin-top:8px}.card-link::after{content:'\203A';color:var(--red);font-weight:700}table{width:100%;border-collapse:collapse}th{background:var(--grey-light);color:var(--navy-deep);text-align:left;padding:12px;font-family:var(--font-heading);font-size:14px}td{padding:12px;border-bottom:1px solid var(--grey-light);color:var(--navy-deep)}.site-header{background:var(--navy-deep);border-bottom:1px solid var(--red);position:sticky;top:0;z-index:100}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding-top:16px;padding-bottom:16px;position:relative;flex-wrap:wrap}.logo-link img{width:110px;height:auto}@media (min-width:641px){.logo-link img{width:140px}}.primary-nav{display:flex;align-items:center;gap:32px}.nav-list{display:flex;gap:28px;align-items:center}.nav-item{position:relative}.nav-link{display:inline-block;font-family:var(--font-body);font-size:16px;color:var(--white);padding-bottom:6px;border-bottom:2px solid transparent}.nav-link.active,.nav-link:hover{border-bottom-color:var(--red)}.dropdown-toggle{display:flex;align-items:center;gap:4px;color:var(--white);font-family:var(--font-body);font-size:16px;padding-bottom:6px;border-bottom:2px solid transparent}.dropdown-toggle[aria-expanded=true],.nav-item:hover .dropdown-toggle{border-bottom-color:var(--red)}.dropdown-toggle .icon{width:14px;height:14px}.dropdown-menu{position:absolute;top:100%;left:0;min-width:260px;background:var(--navy-mid);border-top:2px solid var(--red);padding:8px 0;display:none;flex-direction:column;z-index:110}.dropdown-menu.open,.nav-item:focus-within .dropdown-menu,.nav-item:hover .dropdown-menu{display:flex}.dropdown-menu a{padding:12px 20px;color:var(--white);font-size:16px}.dropdown-menu a:hover{background:var(--navy-deep)}.cta-link{margin-left:8px}.hamburger{display:none;width:32px;height:32px;padding:0;align-items:center;justify-content:center}.hamburger .icon{width:26px;height:26px;color:var(--white)}@media (max-width:1024px){.primary-nav{display:none;width:100%;flex-direction:column;align-items:stretch;background:var(--navy-deep);position:absolute;top:100%;left:0;padding:8px 24px 24px;border-bottom:1px solid var(--red)}.primary-nav.open{display:flex}.nav-list{flex-direction:column;align-items:stretch;gap:0;width:100%}.nav-item{width:100%;border-bottom:1px solid rgba(255,255,255,.08)}.dropdown-toggle,.nav-link{padding:14px 0;width:100%}.dropdown-menu{position:static;border-top:none;display:none;padding:0 0 8px 16px;background:0 0}.nav-item.dropdown-open .dropdown-menu{display:flex}.cta-link{margin:16px 0 0}.hamburger{display:flex}}.site-footer{background:var(--navy-deep);color:var(--white);padding-top:60px}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding-bottom:40px}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:32px}}.footer-col h3{font-family:var(--font-body);font-weight:400;font-size:16px;color:var(--white);margin-bottom:16px}.footer-logo img{width:140px}.footer-tagline{margin-top:12px;opacity:.4}.footer-links li{margin-bottom:10px}.footer-links a{color:var(--silver);font-size:16px}.footer-links a:hover{color:var(--white)}.footer-contact li{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px;color:var(--silver);font-size:16px}.footer-contact li a{color:var(--silver)}.footer-contact li a:hover{color:var(--white)}.footer-contact .icon{flex-shrink:0;width:20px;height:20px;color:var(--white);margin-top:2px}.footer-legal{border-top:1px solid var(--red);padding:20px 0;text-align:center}.footer-legal p{margin:0;font-size:var(--fs-caption);color:var(--silver)}.form-field{margin-bottom:20px}.form-field label{display:block;font-family:var(--font-body);font-size:14px;color:var(--navy-deep);margin-bottom:6px}.form-field input,.form-field select,.form-field textarea{width:100%;padding:12px 14px;border:1px solid var(--silver);border-radius:2px;background:var(--white);color:var(--navy-deep)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--navy-deep)}.form-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-status{font-family:var(--font-body);font-size:14px;margin-top:12px;color:var(--navy-deep)}.form-status.error,.form-status.success{padding-left:12px;border-left:2px solid}.form-status.success{border-left-color:var(--navy-mid)}.form-status.error{border-left-color:var(--red)}.mt-0{margin-top:0}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}