:root {
    --navy-950: #03101d;
    --navy-900: #07182a;
    --navy-850: #0a2037;
    --navy-800: #0d2947;
    --navy-700: #12385e;
    --blue-500: #2c6da4;
    --gold-500: #c9a84c;
    --gold-400: #e0c46e;
    --gold-200: #f3e6bb;
    --red-600: #a62b31;
    --red-500: #c33b43;
    --green-600: #14734c;
    --amber-600: #a76608;
    --ink: #132030;
    --muted: #617083;
    --line: #d9e0e7;
    --paper: #ffffff;
    --mist: #f3f6f8;
    --mist-2: #e9eef2;
    --shadow-sm: 0 8px 24px rgba(4, 21, 38, .08);
    --shadow-lg: 0 24px 70px rgba(3, 16, 29, .18);
    --radius-sm: 6px;
    --radius: 12px;
    --radius-lg: 22px;
    --container: 1220px;
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, 'Segoe UI', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-900); font-family: var(--serif); line-height: 1.08; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.15rem, 4vw, 3.65rem); letter-spacing: -.035em; }
h3 { font-size: 1.42rem; }
p { color: var(--muted); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 850px; }
.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; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-160%); background: white; color: var(--navy-900); padding: 10px 16px; border-radius: 5px; font-weight: 700; }
.skip-link:focus { transform: none; }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-500); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 16px; }
.eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--gold-500); }
.eyebrow.light { color: var(--gold-400); }
.lead { color: var(--navy-850); font-size: 1.2rem; line-height: 1.7; }

.emergency-bar { background: var(--navy-950); color: #cdd8e3; font-size: .75rem; letter-spacing: .035em; }
.emergency-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.emergency-inner strong { color: white; text-transform: uppercase; }
.emergency-secondary { color: #9fb0c1; }
.site-header { position: relative; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(7,24,42,.1); transition: box-shadow .25s, transform .25s; }
.site-header.scrolled { position: sticky; top: 0; box-shadow: 0 10px 32px rgba(3,16,29,.12); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { color: var(--navy-900); font-family: var(--serif); font-size: 1.7rem; letter-spacing: .08em; }
.brand-copy small { color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-top: 5px; }
.main-nav { display: flex; align-items: stretch; align-self: stretch; gap: 2px; }
.main-nav a { position: relative; display: flex; align-items: center; color: #33455a; padding: 0 10px; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.main-nav a::after { content: ''; position: absolute; left: 10px; right: 10px; bottom: 0; height: 3px; background: var(--gold-500); transform: scaleX(0); transition: transform .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--navy-900); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-toggle { display: none; border: 0; background: var(--navy-900); color: white; width: 46px; height: 46px; border-radius: var(--radius-sm); align-items: center; justify-content: center; cursor: pointer; }
.nav-toggle .icon { width: 24px; height: 24px; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 4px; padding: 12px 20px; font-size: .78rem; font-weight: 800; letter-spacing: .035em; transition: transform .2s, background .2s, color .2s, border-color .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button.gold { background: var(--gold-500); color: var(--navy-950); }
.button.gold:hover { background: var(--gold-400); }
.button.dark { background: var(--navy-900); color: white; }
.button.dark:hover { background: var(--navy-700); }
.button.outline { border-color: #a8b4c0; color: var(--navy-850); background: transparent; }
.button.outline:hover { border-color: var(--navy-800); }
.button.ghost-light { border-color: rgba(255,255,255,.38); color: white; background: rgba(255,255,255,.04); }
.button.ghost-light:hover { border-color: white; background: rgba(255,255,255,.1); }
.button.small { min-height: 42px; padding: 9px 18px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--navy-800); font-size: .79rem; font-weight: 800; }
.text-link .icon { transition: transform .2s; }
.text-link:hover .icon { transform: translateX(4px); }

.home-hero { position: relative; min-height: 690px; overflow: hidden; background: radial-gradient(circle at 76% 25%, #164a76 0, #0a2948 30%, #061a2e 70%, #03121f 100%); color: white; }
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .22; mix-blend-mode: luminosity; }
.hero-grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, #000, transparent 82%); }
.home-hero::before { content: ''; position: absolute; width: 500px; height: 500px; right: -230px; bottom: -260px; border: 1px solid rgba(201,168,76,.25); border-radius: 50%; box-shadow: 0 0 0 90px rgba(201,168,76,.04), 0 0 0 180px rgba(201,168,76,.025); }
.home-hero-inner { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: center; gap: 70px; padding-block: 80px; }
.hero-copy h1 { color: white; max-width: 780px; margin-bottom: 24px; }
.hero-copy p { max-width: 690px; color: #c6d3df; font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-seal-wrap { position: relative; display: grid; place-items: center; min-height: 500px; }
.hero-seal { position: relative; z-index: 2; width: min(410px, 88%); filter: drop-shadow(0 28px 46px rgba(0,0,0,.38)); }
.seal-orbit { position: absolute; width: 450px; max-width: 100%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(224,196,110,.35); box-shadow: 0 0 0 26px rgba(255,255,255,.018), inset 0 0 70px rgba(201,168,76,.08); }
.seal-orbit::before, .seal-orbit::after { content: ''; position: absolute; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 18px var(--gold-500); }
.seal-orbit::before { width: 7px; height: 7px; left: 10%; top: 23%; }
.seal-orbit::after { width: 5px; height: 5px; right: 12%; bottom: 18%; }
.service-chip { position: absolute; z-index: 3; right: -18px; bottom: 45px; display: flex; gap: 12px; align-items: center; background: rgba(3,16,29,.9); border: 1px solid rgba(224,196,110,.45); padding: 15px 18px; box-shadow: var(--shadow-lg); }
.service-chip .icon { color: var(--gold-400); width: 29px; height: 29px; }
.service-chip span { display: flex; flex-direction: column; }
.service-chip strong { font-family: var(--serif); font-size: 1rem; }
.service-chip small { color: #aab9c8; font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; }

.quick-strip { position: relative; z-index: 4; background: white; box-shadow: var(--shadow-sm); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-item { min-height: 110px; display: flex; align-items: center; gap: 18px; padding: 22px 30px; border-right: 1px solid var(--line); }
.quick-item:last-child { border-right: 0; }
.quick-item .icon { width: 29px; height: 29px; color: var(--gold-500); }
.quick-item span { display: block; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quick-item strong { display: block; color: var(--navy-900); margin-top: 4px; }
.quick-item.emergency { background: #f8eeee; }
.quick-item.emergency .icon, .quick-item.emergency strong { color: var(--red-600); }
.priority-notice { background: #fff9e8; border-bottom: 1px solid #ecddb0; }
.priority-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; padding-block: 22px; }
.notice-mark { display: grid; place-items: center; width: 48px; height: 48px; border: 2px solid var(--amber-600); border-radius: 50%; color: var(--amber-600); font-family: var(--serif); font-size: 1.8rem; font-weight: 700; }
.priority-inner span { color: var(--amber-600); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.priority-inner h2 { font-family: var(--sans); font-size: 1.05rem; margin: 2px 0 3px; letter-spacing: 0; }
.priority-inner p { margin: 0; font-size: .86rem; }
.priority-inner > a { display: inline-flex; align-items: center; gap: 8px; font-size: .77rem; font-weight: 800; color: var(--navy-900); }

.section { padding-block: 105px; }
.section-light { background: var(--mist); }
.section-navy { background: var(--navy-900); color: white; }
.section-navy h2, .section-navy h3 { color: white; }
.section-heading { margin-bottom: 45px; max-width: 700px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p { margin-top: 18px; font-size: 1.04rem; }
.section-heading.split { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; }
.section-heading.split > p { max-width: 440px; margin-bottom: 5px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.news-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 22px; }
.news-card { background: white; border: 1px solid var(--line); box-shadow: 0 5px 18px rgba(4,21,38,.04); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.card-media { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--navy-850); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.news-card:hover .card-media img { transform: scale(1.035); }
.media-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; color: rgba(255,255,255,.8); background: radial-gradient(circle at 75% 20%, #1c537e, var(--navy-900) 65%); }
.media-placeholder .icon { width: 55px; height: 55px; color: var(--gold-400); }
.media-placeholder small { margin-top: 10px; font-family: var(--serif); font-size: 1.1rem; letter-spacing: .2em; }
.card-content { padding: 25px; }
.card-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-meta span { color: var(--blue-500); }
.card-content h3 { margin: 15px 0 12px; }
.card-content p { font-size: .9rem; }
.section-action { margin-top: 42px; text-align: center; }

.mission-section { position: relative; overflow: hidden; background: var(--navy-900); color: white; }
.mission-section::before { content: ''; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(120deg, transparent 50%, #174c77 50%); }
.mission-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.mission-copy h2 { color: white; }
.mission-copy p { color: #b9c9d8; font-size: 1.12rem; }
.chief-quote { margin: 0; padding: 45px; background: white; color: var(--ink); border-top: 4px solid var(--gold-500); box-shadow: var(--shadow-lg); }
.quote-mark { display: block; height: 40px; color: var(--gold-500); font-family: var(--serif); font-size: 4.8rem; line-height: .8; }
.chief-quote > p { color: var(--navy-850); font-family: var(--serif); font-size: 1.45rem; line-height: 1.55; }
.chief-quote footer { display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: 18px; }
.chief-quote footer strong { color: var(--navy-900); }
.chief-quote footer span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.division-preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.division-preview { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 30px 20px 30px 0; border-bottom: 1px solid var(--line); }
.division-preview:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 30px; }
.division-preview:nth-child(even) { padding-left: 30px; }
.division-preview:hover { background: var(--mist); }
.division-icon { display: grid; place-items: center; width: 52px; height: 52px; color: var(--gold-500); background: var(--navy-900); border-radius: 50%; }
.division-icon .icon { width: 27px; height: 27px; }
.division-copy { min-width: 0; }
.division-copy small { display: block; color: var(--blue-500); font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.division-copy strong { display: block; color: var(--navy-900); font-family: var(--serif); font-size: 1.3rem; }
.division-copy p { margin: 5px 0 0; font-size: .85rem; }
.division-preview > .arrow { color: var(--navy-800); }
.career-band { background: linear-gradient(115deg, #0c2a48, #061626); color: white; padding-block: 70px; }
.career-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.career-band h2 { color: white; margin-bottom: 12px; }
.career-band p { color: #b6c6d5; max-width: 720px; margin: 0; }
.career-band-action { display: flex; flex-direction: column; align-items: flex-end; gap: 18px; flex-shrink: 0; }
.recruitment-status { display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.recruitment-status i, .career-status-card strong i { width: 9px; height: 9px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 14%, transparent); }
.status-open { color: #63d19e !important; }
.status-limited { color: #f1bd5d !important; }
.status-closed { color: #ee777d !important; }

.page-hero { position: relative; min-height: 440px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 85% 20%, #1a527e, #0a2947 38%, #051727 75%); }
.page-hero::after { content: ''; position: absolute; right: -150px; top: -230px; width: 600px; height: 600px; border: 1px solid rgba(224,196,110,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.02), 0 0 0 140px rgba(255,255,255,.016); }
.page-hero.compact { min-height: 360px; }
.page-hero-inner { position: relative; z-index: 2; max-width: 850px; padding-block: 70px; }
.page-hero h1 { color: white; margin-bottom: 18px; }
.page-hero p { color: #bfcedc; font-size: 1.12rem; max-width: 760px; }
.subnav { position: sticky; z-index: 20; top: 0; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 5px 16px rgba(4,21,38,.05); }
.subnav .container { display: flex; overflow-x: auto; scrollbar-width: none; }
.subnav a { white-space: nowrap; padding: 17px 22px; color: var(--muted); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.subnav a:hover { color: var(--navy-900); background: var(--mist); }
.editorial-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.editorial-copy p { font-size: 1.04rem; }
.editorial-copy .lead { font-size: 1.3rem; }
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.value-card { background: white; padding: 28px 23px; min-height: 240px; }
.value-card > span { color: var(--gold-500); font-family: var(--serif); font-size: 2rem; }
.value-card h3 { margin: 30px 0 10px; }
.value-card p { font-size: .82rem; }
.history-section { overflow: hidden; }
.history-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.history-visual { position: relative; display: grid; place-items: center; min-height: 480px; background: var(--navy-900); }
.history-visual::before { content: ''; position: absolute; inset: 28px; border: 1px solid rgba(224,196,110,.3); }
.history-visual img { position: relative; width: 340px; max-width: 70%; filter: drop-shadow(0 22px 30px rgba(0,0,0,.35)); }
.history-visual span { position: absolute; bottom: 28px; color: var(--gold-400); font-size: .68rem; text-transform: uppercase; letter-spacing: .2em; }
.history-copy p { font-size: 1.05rem; }
.leaders-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.leader-card { background: var(--navy-850); border: 1px solid rgba(255,255,255,.12); }
.leader-photo { height: 320px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #153f64, #07182a); color: var(--gold-400); }
.leader-photo img { width: 100%; height: 100%; object-fit: cover; }
.leader-photo .icon { width: 100px; height: 100px; opacity: .5; }
.leader-card > div:last-child { padding: 25px; }
.leader-card span { color: var(--gold-400); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.leader-card h3 { margin: 8px 0; }
.leader-card p { color: #aebdcc; font-size: .88rem; }
.headquarters-card { display: grid; grid-template-columns: auto 1.3fr 1fr auto; align-items: center; gap: 35px; padding: 40px; background: var(--mist); border: 1px solid var(--line); }
.hq-mark { display: grid; place-items: center; width: 72px; height: 72px; background: var(--navy-900); color: var(--gold-400); border-radius: 50%; }
.hq-mark .icon { width: 34px; height: 34px; }
.headquarters-card h2 { font-size: 2.2rem; margin-bottom: 8px; }
.headquarters-card p { margin-bottom: 0; }
.headquarters-card dl { margin: 0; display: grid; gap: 12px; }
.headquarters-card dt { color: var(--blue-500); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.headquarters-card dd { margin: 3px 0 0; color: var(--navy-850); font-size: .86rem; }

.divisions-grid.full { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.division-card { border: 1px solid var(--line); background: white; overflow: hidden; scroll-margin-top: 130px; }
.division-card-media { height: 260px; background: var(--navy-900); overflow: hidden; }
.division-card-media > img { width: 100%; height: 100%; object-fit: cover; }
.division-card-media > span { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--gold-400); background: radial-gradient(circle at 50% 120%, #1d537b, #07182a 70%); }
.division-card-media .icon { width: 70px; height: 70px; }
.division-card-media small { margin-top: 14px; color: #a9b9c8; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.division-card-body { padding: 32px; }
.division-card-body h2 { font-size: 2rem; margin-bottom: 15px; }
.division-card-body .lead { font-size: 1.03rem; }
.division-card-body > p:last-child { font-size: .9rem; }

.career-hero { padding-block: 105px; color: white; background: linear-gradient(120deg, rgba(3,16,29,.98), rgba(9,41,70,.96)), radial-gradient(circle at 80% 0, #286994, transparent 55%); }
.career-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: center; }
.career-hero h1 { color: white; margin-bottom: 24px; }
.career-hero p { color: #beccda; max-width: 730px; font-size: 1.08rem; }
.career-status-card { padding: 32px; border: 1px solid rgba(224,196,110,.38); background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.career-status-card > span { color: #9fb2c4; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.career-status-card strong { display: flex; align-items: center; gap: 12px; margin: 14px 0; font-family: var(--serif); font-size: 1.55rem; }
.career-status-card p { margin: 0; font-size: .88rem; }
.requirements-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.check-list li { display: flex; align-items: center; gap: 13px; padding: 18px; background: var(--mist); border-left: 3px solid var(--gold-500); color: var(--navy-850); font-weight: 700; font-size: .9rem; }
.check-list .icon { color: var(--green-600); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; }
.process-grid::before { content: ''; position: absolute; top: 31px; left: 8%; right: 8%; height: 1px; background: #bdc8d3; }
.process-card { position: relative; padding: 0 18px; text-align: center; }
.process-card > span { position: relative; z-index: 2; display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 24px; background: var(--navy-900); border: 5px solid var(--mist); outline: 1px solid #aab6c1; border-radius: 50%; color: var(--gold-400); font-family: var(--serif); font-size: 1.2rem; }
.process-card h3 { margin-bottom: 9px; }
.process-card strong { display: block; color: var(--blue-500); font-size: .72rem; min-height: 38px; }
.process-card p { font-size: .8rem; }
.academy-section { color: white; background: var(--navy-900); }
.academy-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: center; }
.academy-grid h2 { color: white; }
.academy-grid p { color: #b7c7d5; font-size: 1.08rem; }
.academy-mark { aspect-ratio: 1; max-width: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(224,196,110,.35); border-radius: 50%; box-shadow: inset 0 0 70px rgba(42,109,160,.25), 0 0 0 20px rgba(255,255,255,.02); }
.academy-mark .icon { width: 110px; height: 110px; color: var(--gold-400); }
.academy-mark span { font-family: var(--serif); font-size: 2.8rem; letter-spacing: .15em; }
.academy-mark small { color: #a6b7c6; text-transform: uppercase; letter-spacing: .2em; }
.inline-list { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 28px 0 0; gap: 8px; }
.inline-list li { border: 1px solid rgba(255,255,255,.2); padding: 8px 12px; color: #d4dee7; font-size: .76rem; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card { padding: 30px; border: 1px solid var(--line); transition: border-color .2s, transform .2s; }
.benefit-card:hover { border-color: var(--gold-500); transform: translateY(-4px); }
.benefit-card > span { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 25px; background: var(--navy-900); color: var(--gold-400); border-radius: 50%; }
.benefit-card small { color: var(--blue-500); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.benefit-card h3 { margin: 8px 0; }
.benefit-card p { margin: 0; font-size: .86rem; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 5px; color: var(--navy-900); font-family: var(--serif); font-size: 1.2rem; font-weight: 700; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .icon { transition: transform .2s; }
.faq-item[open] summary .icon { transform: rotate(180deg); }
.faq-item > div { padding: 0 35px 22px 5px; }
.faq-item p { margin: 0; }
.apply-section { background: var(--paper); }
.apply-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; padding: 50px; color: white; background: linear-gradient(120deg, #0b2a49, #061728); }
.apply-card h2 { color: white; }
.apply-card p { color: #bac8d5; margin-bottom: 0; }
.email-panel { padding: 25px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); }
.email-panel span { display: block; color: #a8b9c8; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.email-panel strong { display: block; overflow-wrap: anywhere; margin: 7px 0 17px; color: white; font-size: 1.2rem; }
.email-panel button { display: inline-flex; align-items: center; gap: 8px; border: 0; background: transparent; padding: 0; color: var(--gold-400); font-size: .75rem; font-weight: 800; cursor: pointer; }

.filter-bar { background: var(--mist); border-bottom: 1px solid var(--line); }
.filter-form { min-height: 88px; display: flex; align-items: flex-end; gap: 14px; padding-block: 16px; }
.filter-form label { display: flex; flex-direction: column; gap: 5px; color: var(--muted); font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.filter-form select { min-width: 190px; height: 42px; border: 1px solid #bfc9d2; background: white; color: var(--ink); padding: 0 35px 0 12px; }
.filter-reset { align-self: center; margin-top: 18px; color: var(--blue-500); font-size: .75rem; font-weight: 700; }
.results-head { padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.news-list { display: grid; }
.news-row { display: grid; grid-template-columns: 310px 1fr; gap: 35px; padding-block: 35px; border-bottom: 1px solid var(--line); }
.news-row-media { height: 190px; overflow: hidden; background: var(--navy-900); }
.news-row-media img { width: 100%; height: 100%; object-fit: cover; }
.news-row-media > span { height: 100%; display: grid; place-items: center; color: var(--gold-400); }
.news-row-media .icon { width: 58px; height: 58px; }
.news-row h2 { margin: 12px 0 10px; font-size: 1.75rem; }
.news-row p { margin-bottom: 16px; }
.article-header { padding-block: 85px; color: white; background: var(--navy-900); text-align: center; }
.article-header h1 { color: white; font-size: clamp(2.7rem, 5vw, 4.8rem); margin: 8px 0 20px; }
.article-header p { color: #bfceda; font-size: 1.13rem; }
.back-link { display: block; color: #a7b7c5; font-size: .76rem; font-weight: 700; margin-bottom: 34px; }
.article-meta { display: flex; justify-content: center; gap: 25px; color: #97aabd; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.article-image { margin-top: -1px; max-height: 600px; overflow: hidden; }
.article-image img { width: 100%; max-height: 600px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 90px; padding-block: 85px; max-width: 1050px; }
.article-body { color: var(--muted); font-size: 1.04rem; }
.article-body .lead { font-size: 1.3rem; }
.article-aside { align-self: start; padding: 25px; background: var(--mist); border-top: 3px solid var(--gold-500); text-align: center; }
.article-aside img { width: 90px; margin: 0 auto 15px; }
.article-aside strong { display: block; color: var(--navy-900); font-family: var(--serif); }
.article-aside p { font-size: .78rem; }
.article-aside a { display: inline-flex; align-items: center; gap: 6px; color: var(--blue-500); font-size: .72rem; font-weight: 800; }

.alert-hero { background: radial-gradient(circle at 80% 15%, #6b2d34, #271724 45%, #100d16 85%); }
.category-pills { background: var(--mist); border-bottom: 1px solid var(--line); }
.category-pills .container { display: flex; gap: 8px; overflow-x: auto; padding-block: 16px; }
.category-pills a { white-space: nowrap; padding: 8px 14px; border: 1px solid #c2cbd4; background: white; color: var(--muted); font-size: .72rem; font-weight: 800; }
.category-pills a.active, .category-pills a:hover { background: var(--navy-900); border-color: var(--navy-900); color: white; }
.notices-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.notice-card { position: relative; padding: 30px; border: 1px solid var(--line); border-top: 4px solid var(--red-500); }
.notice-card header, .notice-card footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.notice-card header time, .notice-card footer > span { color: var(--muted); font-size: .68rem; }
.notice-live { display: inline-flex; align-items: center; gap: 7px; color: var(--red-600); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.notice-live i { width: 7px; height: 7px; background: currentColor; border-radius: 50%; box-shadow: 0 0 0 5px rgba(195,59,67,.12); }
.notice-card-icon { display: grid; place-items: center; width: 48px; height: 48px; margin: 25px 0 20px; background: #f8e9ea; color: var(--red-600); border-radius: 50%; font-family: var(--serif); font-size: 1.5rem; font-weight: 700; }
.notice-card h2 { font-size: 1.65rem; }
.notice-card footer { margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); }
.notice-detail > header { padding-block: 80px; background: linear-gradient(130deg, #351820, #100d16); color: white; text-align: center; }
.notice-detail h1 { color: white; font-size: clamp(2.7rem, 5vw, 4.5rem); margin: 12px 0 20px; }
.notice-detail header p { color: #d4c0c4; font-size: 1.12rem; }
.notice-detail header .notice-live { margin-bottom: 25px; }
.notice-dates { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); font-size: .78rem; }
.emergency-aside { align-self: start; padding: 28px; background: #f8e9ea; border: 1px solid #e6c1c4; text-align: center; }
.emergency-aside .icon { width: 38px; height: 38px; color: var(--red-600); }
.emergency-aside strong { display: block; color: var(--red-600); font-family: var(--serif); font-size: 1.3rem; }
.emergency-aside p { font-size: .8rem; }
.emergency-aside span { color: var(--red-600); font-size: 1.5rem; font-weight: 900; }

.service-intro { margin-top: -34px; position: relative; z-index: 3; }
.service-rule { min-height: 110px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; padding: 25px 32px; background: white; border-top: 4px solid var(--gold-500); box-shadow: var(--shadow-lg); }
.service-rule > .icon { width: 34px; height: 34px; color: var(--gold-500); }
.service-rule strong { color: var(--navy-900); }
.service-rule p { margin: 2px 0 0; font-size: .86rem; }
.service-rule a { display: inline-flex; align-items: center; gap: 7px; color: var(--blue-500); font-size: .75rem; font-weight: 800; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; padding: 32px; border: 1px solid var(--line); }
.service-number { position: absolute; top: 22px; right: 25px; color: #dbe2e8; font-family: var(--serif); font-size: 2.4rem; }
.service-card small { color: var(--blue-500); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.service-card h3 { margin: 10px 0 13px; font-size: 1.55rem; padding-right: 35px; }
.service-card .lead { font-size: .96rem; }
.service-card > p:last-of-type { font-size: .85rem; }
.service-email { margin-top: 20px; padding: 13px; background: var(--mist); }
.service-email span { display: block; color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.service-email strong { color: var(--navy-800); overflow-wrap: anywhere; }
.emergency-card { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 35px 40px; background: #f8e9ea; border: 1px solid #e5bec1; }
.emergency-card > div:first-child { display: grid; place-items: center; width: 68px; height: 68px; color: white; background: var(--red-600); border-radius: 50%; }
.emergency-card .icon { width: 31px; height: 31px; }
.emergency-card span { color: var(--red-600); font-size: .67rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.emergency-card h2 { margin: 2px 0 5px; font-size: 2rem; }
.emergency-card p { margin: 0; }
.emergency-card > strong { color: var(--red-600); font-size: 2.4rem; }

.contact-warning { display: flex; align-items: center; gap: 20px; margin-bottom: 45px; padding: 22px 25px; background: #f8e9ea; border-left: 4px solid var(--red-600); }
.contact-warning > div { display: grid; place-items: center; flex: 0 0 38px; height: 38px; color: white; background: var(--red-600); border-radius: 50%; font-family: var(--serif); font-weight: 800; }
.contact-warning p { margin: 0; color: #5e3438; }
.contact-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 55px; }
.contact-cards { display: grid; gap: 13px; }
.contact-card { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 20px; border: 1px solid var(--line); }
.contact-card > span { display: grid; place-items: center; width: 50px; height: 50px; background: var(--navy-900); color: var(--gold-400); border-radius: 50%; }
.contact-card small { display: block; color: var(--blue-500); font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-card strong { display: block; color: var(--navy-850); overflow-wrap: anywhere; }
.contact-card p { margin: 3px 0 0; font-size: .8rem; }
.contact-card > button { display: grid; place-items: center; border: 0; width: 38px; height: 38px; background: var(--mist); color: var(--blue-500); cursor: pointer; }
.hq-panel { align-self: start; padding: 35px; background: var(--navy-900); color: white; }
.hq-panel > img { width: 130px; margin: 0 auto 28px; }
.hq-panel h2 { color: white; font-size: 1.55rem; }
.hq-panel dl { margin: 28px 0; border-top: 1px solid rgba(255,255,255,.15); }
.hq-panel dl > div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.hq-panel dt { display: flex; align-items: center; gap: 9px; color: var(--gold-400); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.hq-panel dd { margin: 8px 0 0; color: #d3dde6; font-size: .88rem; }
.hq-panel p { color: #9fb0c0; font-size: .82rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { position: relative; border: 0; padding: 0; aspect-ratio: 4/3; overflow: hidden; background: var(--navy-900); cursor: pointer; text-align: left; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item > span { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: 1fr auto; padding: 40px 20px 18px; color: white; background: linear-gradient(transparent, rgba(3,16,29,.94)); }
.gallery-item small { grid-column: 1; color: var(--gold-400); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.gallery-item strong { grid-column: 1; font-family: var(--serif); font-size: 1.2rem; }
.gallery-item i { grid-column: 2; grid-row: 1 / 3; display: grid; place-items: center; }
.gallery-item i .icon { width: 22px; height: 22px; }
.gallery-empty > span { display: grid; place-items: center; width: 90px; height: 90px; margin: 0 auto 20px; background: var(--navy-900); color: var(--gold-400); border-radius: 50%; }
.gallery-empty .icon { width: 42px; height: 42px; }
.lightbox { width: min(1000px, calc(100% - 30px)); max-height: calc(100vh - 30px); border: 0; padding: 0; background: var(--navy-950); color: white; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(4px); }
.lightbox > img { width: 100%; max-height: 75vh; object-fit: contain; }
.lightbox > div { padding: 20px 25px; }
.lightbox > div strong { font-family: var(--serif); font-size: 1.25rem; }
.lightbox > div p { margin: 4px 0 0; color: #aebdcc; }
.lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); background: rgba(3,16,29,.8); color: white; cursor: pointer; }
.empty-state { padding-block: 80px; text-align: center; }
.empty-state h1, .empty-state h2 { margin-bottom: 12px; }
.empty-state p { max-width: 600px; margin-inline: auto; }
.error-page > span { display: block; color: var(--gold-500); font-family: var(--serif); font-size: 6rem; line-height: 1; }

.site-footer { color: #b9c6d2; background: var(--navy-950); }
.footer-main { display: grid; grid-template-columns: 1.5fr .65fr .65fr 1fr; gap: 55px; padding-block: 70px; }
.footer-brand { display: flex; gap: 20px; align-items: flex-start; }
.footer-brand img { width: 92px; }
.footer-brand strong { display: block; color: white; font-family: var(--serif); font-size: 1.2rem; }
.footer-brand p { color: #879bad; font-size: .82rem; }
.footer-column { display: flex; flex-direction: column; gap: 8px; }
.footer-column h2 { color: white; font-family: var(--sans); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 10px; }
.footer-column a { color: #aab9c6; font-size: .82rem; }
.footer-column a:hover { color: var(--gold-400); }
.footer-contact p { color: #aab9c6; font-size: .82rem; }
.footer-contact > span { color: #70869a; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.footer-contact > strong { color: white; font-size: .83rem; overflow-wrap: anywhere; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; gap: 28px; border-top: 1px solid rgba(255,255,255,.1); color: #708397; font-size: .68rem; }
.footer-bottom a { margin-left: auto; }
.toast { position: fixed; z-index: 999; left: 50%; bottom: 25px; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; padding: 11px 18px; background: var(--navy-900); color: white; border-left: 3px solid var(--gold-500); box-shadow: var(--shadow-lg); font-size: .78rem; transition: .25s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
.js .delay-1 { transition-delay: .12s; }

@media (max-width: 1120px) {
    .main-nav a { padding-inline: 7px; font-size: .72rem; }
    .brand-copy small { display: none; }
    .home-hero-inner { grid-template-columns: 1.05fr .95fr; gap: 35px; }
    .hero-seal { width: 340px; }
    .seal-orbit { width: 380px; }
    .values-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-main { grid-template-columns: 1.3fr repeat(3, .8fr); gap: 30px; }
}

@media (max-width: 980px) {
    .emergency-secondary { display: none; }
    .header-inner { min-height: 76px; }
    .brand img { width: 52px; height: 52px; }
    .nav-toggle { display: inline-flex; }
    .main-nav { position: fixed; z-index: 110; top: 110px; right: 0; bottom: 0; width: min(390px, 90vw); display: flex; flex-direction: column; align-items: stretch; padding: 25px; background: var(--navy-950); transform: translateX(105%); transition: transform .28s; overflow-y: auto; }
    .main-nav.open { transform: none; }
    .main-nav a { min-height: 52px; padding: 0 10px; color: #d3dde6; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .85rem; }
    .main-nav a::after { left: 0; right: auto; top: 0; bottom: 0; width: 3px; height: auto; transform: scaleY(0); }
    .main-nav a:hover::after, .main-nav a.active::after { transform: scaleY(1); }
    .home-hero, .home-hero-inner { min-height: auto; }
    .home-hero-inner { grid-template-columns: 1fr; padding-block: 90px 65px; }
    .hero-seal-wrap { min-height: 430px; }
    .hero-seal { width: 360px; }
    .service-chip { right: 3%; }
    .news-grid { grid-template-columns: repeat(2, 1fr); }
    .news-card.featured { grid-column: span 2; display: grid; grid-template-columns: 1.1fr .9fr; }
    .news-card.featured .card-media { aspect-ratio: auto; }
    .mission-grid, .history-grid, .career-hero-grid, .academy-grid, .requirements-grid, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
    .history-visual { min-height: 420px; max-width: 600px; width: 100%; }
    .headquarters-card { grid-template-columns: auto 1fr; }
    .headquarters-card dl { grid-column: 2; }
    .headquarters-card .button { grid-column: 2; justify-self: start; }
    .process-grid { grid-template-columns: repeat(3, 1fr); gap: 35px 0; }
    .process-grid::before { display: none; }
    .academy-mark { margin-inline: auto; width: 360px; max-width: 80vw; }
    .footer-main { grid-template-columns: repeat(3, 1fr); }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .emergency-inner { justify-content: center; text-align: center; font-size: .68rem; }
    .section { padding-block: 72px; }
    .home-hero-inner { padding-block: 72px 45px; }
    .hero-copy h1 { font-size: clamp(2.75rem, 15vw, 4.3rem); }
    .hero-copy p { font-size: 1rem; }
    .hero-seal-wrap { min-height: 350px; }
    .hero-seal { width: min(300px, 82vw); }
    .seal-orbit { width: min(330px, 88vw); }
    .service-chip { right: 0; bottom: 10px; padding: 12px; }
    .quick-grid { grid-template-columns: 1fr; }
    .quick-item { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 22px; }
    .priority-inner { grid-template-columns: auto 1fr; }
    .priority-inner > a { grid-column: 2; }
    .section-heading.split { display: block; }
    .news-grid { grid-template-columns: 1fr; }
    .news-card.featured { grid-column: auto; display: block; }
    .news-card.featured .card-media { aspect-ratio: 16/9; }
    .mission-grid, .editorial-grid { grid-template-columns: 1fr; gap: 40px; }
    .chief-quote { padding: 32px 25px; }
    .division-preview-grid { grid-template-columns: 1fr; }
    .division-preview:nth-child(odd), .division-preview:nth-child(even) { border-right: 0; padding: 23px 10px 23px 0; }
    .career-band-inner { display: grid; gap: 28px; }
    .career-band-action { align-items: flex-start; }
    .page-hero, .page-hero.compact { min-height: 330px; }
    .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
    .subnav .container { width: 100%; padding-inline: 10px; }
    .values-grid { grid-template-columns: 1fr; }
    .value-card { min-height: 0; }
    .headquarters-card { grid-template-columns: 1fr; padding: 28px; }
    .headquarters-card dl, .headquarters-card .button { grid-column: auto; }
    .divisions-grid.full { grid-template-columns: 1fr; }
    .division-card-media { height: 230px; }
    .career-hero { padding-block: 75px; }
    .career-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
    .check-list { grid-template-columns: 1fr; }
    .process-grid { grid-template-columns: 1fr; }
    .process-card { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; text-align: left; padding: 0; }
    .process-card > span { grid-row: 1 / 5; margin: 0; }
    .process-card h3, .process-card strong, .process-card p { grid-column: 2; }
    .process-card strong { min-height: 0; }
    .benefits-grid, .service-grid, .notices-grid { grid-template-columns: 1fr; }
    .apply-card { grid-template-columns: 1fr; gap: 30px; padding: 32px 24px; }
    .filter-form { align-items: stretch; flex-direction: column; }
    .filter-form label, .filter-form select { width: 100%; }
    .filter-reset { margin-top: 0; }
    .news-row { grid-template-columns: 1fr; gap: 22px; }
    .news-row-media { height: 220px; }
    .article-meta { flex-direction: column; gap: 4px; }
    .article-layout { grid-template-columns: 1fr; gap: 40px; padding-block: 60px; }
    .article-aside, .emergency-aside { max-width: 380px; }
    .service-rule { grid-template-columns: auto 1fr; }
    .service-rule a { grid-column: 2; }
    .emergency-card { grid-template-columns: auto 1fr; padding: 28px 22px; }
    .emergency-card > strong { grid-column: 2; }
    .contact-card { grid-template-columns: auto minmax(0, 1fr) auto; padding: 17px 14px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-main { grid-template-columns: repeat(2, 1fr); }
    .footer-brand, .footer-contact { grid-column: 1 / -1; }
    .footer-bottom { flex-wrap: wrap; gap: 7px 18px; padding-block: 18px; }
    .footer-bottom a { margin-left: 0; }
}

@media (max-width: 480px) {
    .brand-copy strong { font-size: 1.45rem; }
    .brand img { width: 47px; height: 47px; }
    .header-inner { min-height: 70px; }
    .main-nav { top: 104px; width: 100%; }
    .hero-actions .button { width: 100%; }
    .hero-seal-wrap { min-height: 310px; }
    .service-chip { display: none; }
    .priority-notice { display: none; }
    .page-hero p { font-size: 1rem; }
    .news-row-media { height: 190px; }
    .article-header, .notice-detail > header { padding-block: 60px; }
    .contact-card > span { display: none; }
    .contact-card { grid-template-columns: minmax(0, 1fr) auto; }
    .gallery-grid { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-brand, .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

