:root {
  --ink: #0b1e31;
  --ink-soft: #33475b;
  --navy: #081a2c;
  --navy-2: #0f2b43;
  --blue: #175a7a;
  --gold: #d3a849;
  --gold-soft: #efd18b;
  --paper: #f6f8fa;
  --white: #ffffff;
  --line: #d7dee5;
  --muted: #647485;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(8, 26, 44, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Manrope", system-ui, sans-serif; font-size: 1rem; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.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; left: 16px; top: -70px; z-index: 999; background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(11,30,49,.1); backdrop-filter: blur(16px); }
.nav-shell { width: min(var(--max), calc(100% - 40px)); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .08em; box-shadow: inset 0 0 0 3px var(--navy), inset 0 0 0 5px var(--gold); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-size: .95rem; letter-spacing: -.02em; }
.brand-copy small { color: var(--muted); font-size: .71rem; margin-top: 3px; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav a { position: relative; text-decoration: none; font-size: .84rem; font-weight: 700; color: var(--ink-soft); }
.primary-nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .25s ease; }
.primary-nav a:hover::after, .primary-nav a[aria-current="true"]::after { right: 0; }
.nav-contact { padding: 9px 16px; border-radius: 999px; background: var(--navy); color: var(--white) !important; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; overflow: hidden; background: var(--paper); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -270px; top: -260px; border: 1px solid rgba(23,90,122,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(23,90,122,.03), 0 0 0 140px rgba(23,90,122,.025); }
.hero-grid { width: min(var(--max), calc(100% - 40px)); margin: auto; min-height: 680px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 72px; padding: 70px 0; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { font-family: "Source Serif 4", Georgia, serif; letter-spacing: -.04em; font-weight: 600; line-height: 1.07; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 5.7vw, 5.45rem); }
.hero-intro { max-width: 690px; margin: 28px 0 0; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .88rem; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: var(--white); box-shadow: 0 8px 24px rgba(8,26,44,.18); }
.button-primary:hover { background: var(--blue); }
.button-secondary { color: var(--ink); border-color: #bac5cf; background: rgba(255,255,255,.6); }
.button-secondary:hover { border-color: var(--ink); background: var(--white); }
.hero-facts { display: flex; gap: 30px; list-style: none; padding: 0; margin: 38px 0 0; }
.hero-facts li { min-width: 110px; padding-left: 15px; border-left: 2px solid var(--gold); display: flex; flex-direction: column; }
.hero-facts strong { font-size: 1.42rem; line-height: 1.2; }
.hero-facts span { color: var(--muted); font-size: .72rem; }
.hero-portrait { position: relative; margin: 0; align-self: stretch; min-height: 540px; border-radius: 160px 160px 18px 18px; overflow: hidden; box-shadow: var(--shadow); }
.hero-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(8,26,44,.82)); pointer-events: none; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero-portrait figcaption { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 22px; display: flex; justify-content: space-between; gap: 18px; color: var(--white); font-size: .78rem; letter-spacing: .03em; }
.hero-portrait figcaption span { color: var(--gold-soft); text-transform: uppercase; font-weight: 800; letter-spacing: .14em; }

.trust-strip { background: var(--navy); color: #dce7ef; }
.trust-inner { width: min(var(--max), calc(100% - 40px)); min-height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.trust-inner span { position: relative; font-size: .76rem; font-weight: 700; letter-spacing: .03em; text-align: center; }
.trust-inner span + span::before { content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); left: -34px; top: 50%; }

.section { padding: 112px max(20px, calc((100vw - var(--max))/2)); }
.section-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; align-items: start; }
.section-heading h2 { max-width: 640px; margin: 0; font-size: clamp(2.45rem, 4vw, 4.15rem); }
.section-heading.horizontal { display: flex; justify-content: space-between; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-heading.horizontal > p { max-width: 430px; margin: 0 0 7px; color: var(--muted); }
.about-copy { max-width: 700px; }
.about-copy p { color: var(--ink-soft); margin: 0 0 18px; }
.about-copy .lead { color: var(--ink); font-size: 1.34rem; line-height: 1.55; font-weight: 600; }
.languages { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.languages span { display: inline-flex; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: .74rem; }
.languages b { color: var(--blue); }

.expertise-section { background: var(--paper); }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.expertise-card { min-height: 270px; padding: 32px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card-index { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.expertise-card h3 { margin: 48px 0 12px; font-size: 1.08rem; line-height: 1.4; }
.expertise-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 178px; top: 12px; bottom: 12px; width: 1px; background: var(--line); }
.timeline-item { position: relative; display: grid; grid-template-columns: 150px 1fr; gap: 58px; padding: 0 0 58px; }
.timeline-item::before { content: ""; position: absolute; left: 172px; top: 9px; width: 11px; height: 11px; border-radius: 50%; border: 3px solid var(--white); background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.timeline-item.current::before { background: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.timeline-date { padding-top: 1px; color: var(--muted); font-size: .76rem; font-weight: 800; text-align: right; }
.timeline-content { max-width: 870px; }
.timeline-content .company { margin: 0 0 6px; color: var(--blue); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.timeline-content h3 { margin: 0 0 12px; font-size: 1.28rem; line-height: 1.4; }
.timeline-content > p:last-of-type { margin: 0; color: var(--ink-soft); }
.interaction-hint { margin: 24px 0 -16px !important; color: var(--blue) !important; font-size: .74rem; font-weight: 700; }
.role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 30px; background: var(--line); border: 1px solid var(--line); }
.role-card { min-height: 126px; padding: 0; background: var(--paper); transition: background .22s ease, box-shadow .22s ease; }
.role-card:hover, .role-card:focus-within, .role-card[open] { position: relative; z-index: 2; background: var(--white); box-shadow: 0 14px 30px rgba(8,26,44,.12); }
.role-card summary { min-height: 126px; padding: 19px 20px; cursor: pointer; list-style: none; display: flex; flex-direction: column; }
.role-card summary::-webkit-details-marker { display: none; }
.role-card span, .early-grid span { color: var(--muted); font-size: .68rem; }
.role-card b, .early-grid b { margin-top: 6px; font-size: .82rem; line-height: 1.45; }
.role-card summary i { margin-top: auto; padding-top: 13px; color: var(--blue); font-size: .65rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.role-detail { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .35s ease, opacity .25s ease; }
.role-detail p { margin: 0; padding: 0 20px 20px; color: var(--ink-soft); font-size: .78rem; line-height: 1.58; }
.role-card:hover .role-detail, .role-card:focus-within .role-detail, .role-card[open] .role-detail { max-height: 230px; opacity: 1; }
.early-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.early-grid article { min-height: 190px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); display: flex; flex-direction: column; }
.early-grid p { margin: 14px 0 0 !important; color: var(--muted) !important; font-size: .76rem; line-height: 1.55; }

.projects { background: var(--navy); color: var(--white); }
.section-heading.light > p { color: #9fb0bf; }
.projects .eyebrow { color: var(--gold-soft); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.project-card { min-height: 500px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: var(--navy-2); display: grid; grid-template-rows: 210px 1fr; }
.project-card.featured { grid-column: 1 / -1; min-height: 450px; grid-template-columns: .8fr 1.2fr; grid-template-rows: 1fr; }
.project-card.project-wide { min-height: 340px; grid-template-columns: .72fr 1.28fr; grid-template-rows: 1fr; }
.project-card.full-width { grid-column: 1 / -1; }
.project-body { padding: 30px; }
.project-card.featured .project-body { padding: 48px; align-self: center; }
.project-location { margin: 0 0 10px; color: var(--gold-soft); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.project-card h3 { margin: 0 0 13px; font-size: 1.45rem; line-height: 1.3; }
.project-card.featured h3 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.project-card p:not(.project-location) { margin: 0; color: #c3d0db; font-size: .9rem; }
.project-metrics { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 24px; }
.project-metrics span { display: flex; align-items: baseline; gap: 7px; color: #aebdca; font-size: .7rem; }
.project-metrics strong { color: var(--white); font-size: 1.1rem; }
.project-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.project-tags span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #bbcad6; font-size: .64rem; }
.project-visual { position: relative; overflow: hidden; min-height: 210px; background: #0c2237; color: var(--gold); }
.visual-rings { display: grid; place-items: center; min-height: 100%; }
.visual-rings span { position: absolute; border: 1px solid rgba(211,168,73,.55); border-radius: 50%; }
.visual-rings span:nth-child(1) { width: 75%; aspect-ratio: 1; }
.visual-rings span:nth-child(2) { width: 52%; aspect-ratio: 1; }
.visual-rings span:nth-child(3) { width: 28%; aspect-ratio: 1; background: rgba(211,168,73,.12); }
.visual-rings::after { content: ""; position: absolute; width: 48%; height: 2px; background: var(--gold); transform: rotate(-30deg); transform-origin: right center; right: 49%; }
.visual-rings b { z-index: 2; color: var(--white); text-align: center; font-size: .76rem; letter-spacing: .16em; }
.visual-gate { display: flex; align-items: flex-end; justify-content: center; gap: 12px; padding: 40px; }
.visual-gate i { width: 16%; background: rgba(211,168,73,.28); border-top: 3px solid var(--gold); }
.visual-gate i:nth-child(1) { height: 32%; }.visual-gate i:nth-child(2) { height: 55%; }.visual-gate i:nth-child(3) { height: 80%; }
.visual-gate b { position: absolute; right: 30px; top: 28px; font-size: 2.6rem; color: rgba(255,255,255,.9); }
.visual-field { display: flex; align-items: flex-end; justify-content: space-between; padding: 34px; }
.field-bars { flex: 1; height: 75%; display: flex; align-items: end; gap: 8px; }
.field-bars i { flex: 1; background: linear-gradient(180deg, var(--gold), rgba(211,168,73,.15)); border-radius: 6px 6px 0 0; }
.field-bars i:nth-child(1){height:42%}.field-bars i:nth-child(2){height:58%}.field-bars i:nth-child(3){height:64%}.field-bars i:nth-child(4){height:78%}.field-bars i:nth-child(5){height:90%}
.visual-field b { margin-left: 28px; color: var(--white); font-size: .9rem; letter-spacing: .12em; }
.visual-production { display: flex; align-items: end; justify-content: center; gap: 10px; padding: 35px; }
.visual-production span { width: 22%; display: grid; place-items: end center; padding-bottom: 7px; background: rgba(211,168,73,.22); color: var(--gold-soft); font-size: .65rem; }
.visual-production span:nth-child(1){height:30%}.visual-production span:nth-child(2){height:60%}.visual-production span:nth-child(3){height:92%; background: var(--gold); color: var(--navy)}
.visual-production b { position: absolute; top: 24px; right: 24px; color: var(--white); font-size: .7rem; letter-spacing: .15em; }
.visual-cost { display: grid; place-items: center; min-height: 100%; }
.visual-cost span { width: 64%; height: 11px; border-radius: 20px; background: rgba(255,255,255,.12); }
.visual-cost i { display: block; width: 40%; height: 100%; border-radius: inherit; background: var(--gold); }
.visual-cost b, .visual-portfolio b { position: absolute; font-size: 2.2rem; color: var(--white); }
.visual-cost b { top: 36px; }
.visual-portfolio { min-height: 100%; display: grid; place-items: center; }
.visual-portfolio span { position: absolute; width: 44%; height: 44%; border: 1px solid rgba(211,168,73,.38); transform: rotate(45deg); }
.visual-portfolio span:nth-child(2){width:30%;height:30%}.visual-portfolio span:nth-child(3){width:16%;height:16%;background:rgba(211,168,73,.15)}
.visual-portfolio b { z-index: 2; }
.visual-growth { min-height: 100%; display: flex; align-items: flex-end; justify-content: center; gap: 22px; padding: 42px 36px; }
.visual-growth > span { position: relative; width: 28%; height: 76%; border: 1px solid rgba(255,255,255,.18); border-radius: 8px 8px 0 0; display: flex; align-items: flex-end; justify-content: center; }
.visual-growth i { position: absolute; left: 0; right: 0; bottom: 0; height: var(--level); background: linear-gradient(180deg, var(--gold), rgba(211,168,73,.2)); }
.visual-growth b { position: relative; z-index: 2; padding-bottom: 12px; color: var(--white); font-size: .9rem; }
.visual-growth em { position: absolute; top: 28px; right: 28px; color: var(--gold-soft); font-size: .67rem; font-style: normal; font-weight: 800; letter-spacing: .14em; }
.visual-recovery { min-height: 100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.14); }
.visual-recovery span { background: #0c2237; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.visual-recovery b { color: var(--white); font-size: 1.7rem; }
.visual-recovery small { max-width: 92px; margin-top: 5px; color: var(--gold-soft); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.education { background: var(--paper); }
.education .section-heading { margin-bottom: 48px; }
.education-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.education-grid article { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.edu-type { color: var(--blue); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.education-grid h3 { margin: 38px 0 10px; font-size: 1.08rem; line-height: 1.42; }
.education-grid p { margin: 0; color: var(--muted); font-size: .8rem; }
.credential-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }
.credential-strip span { padding: 20px 22px; background: var(--white); color: var(--muted); font-size: .78rem; line-height: 1.55; }
.credential-strip b { display: block; margin-bottom: 3px; color: var(--ink); font-size: .82rem; }

.beyond-grid { display: grid; gap: 15px; }
.beyond-grid article { display: grid; grid-template-columns: 44px 1fr; column-gap: 18px; padding: 24px; border-bottom: 1px solid var(--line); }
.beyond-grid article > span { grid-row: 1 / span 2; color: var(--gold); font-size: 1.7rem; line-height: 1; }
.beyond-grid h3 { margin: 0 0 5px; font-size: 1rem; }
.beyond-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.beyond-grid abbr { text-decoration-color: var(--gold); text-underline-offset: 3px; }

.contact { padding: 110px 20px; background: linear-gradient(125deg, #102f4a, #071827 70%); color: var(--white); text-align: center; }
.contact-inner { width: min(820px, 100%); margin: auto; }
.contact .eyebrow { color: var(--gold-soft); }
.contact h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.contact p:not(.eyebrow) { max-width: 680px; margin: 24px auto 0; color: #b9c8d4; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 36px; }
.button-light { background: var(--white); color: var(--navy); }
.button-outline-light { border-color: rgba(255,255,255,.35); color: var(--white); }
.button-outline-light:hover { background: rgba(255,255,255,.08); border-color: var(--white); }
.site-footer { min-height: 92px; padding: 20px max(20px, calc((100vw - var(--max))/2)); background: #05121e; color: #97a8b6; display: flex; justify-content: space-between; align-items: center; font-size: .74rem; }
.site-footer div { display: flex; flex-direction: column; }
.site-footer strong { color: var(--white); font-size: .82rem; }
.site-footer a { text-decoration: none; font-weight: 700; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr 0.78fr; gap: 38px; min-height: 610px; }
  .hero-portrait { min-height: 490px; border-radius: 120px 120px 18px 18px; }
  .section-grid { gap: 55px; }
  .expertise-grid, .education-grid { grid-template-columns: repeat(2, 1fr); }
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .77rem; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .nav-shell { min-height: 70px; width: min(100% - 28px, var(--max)); }
  .brand-copy small { display: none; }
  .menu-toggle { display: block; }
  .primary-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 18px 20px 24px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 15px 25px rgba(8,26,44,.08); flex-direction: column; align-items: stretch; gap: 2px; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px; font-size: .9rem; }
  .primary-nav a::after { display: none; }
  .nav-contact { text-align: center; margin-top: 6px; }
  .hero-grid { width: min(100% - 28px, var(--max)); min-height: 0; grid-template-columns: 1fr; padding: 52px 0 28px; gap: 38px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-facts { justify-content: space-between; gap: 10px; }
  .hero-facts li { min-width: 0; padding-left: 10px; }
  .hero-facts span { max-width: 85px; line-height: 1.4; }
  .hero-portrait { min-height: 520px; border-radius: 120px 120px 14px 14px; }
  .trust-inner { padding: 18px 0; flex-wrap: wrap; justify-content: center; gap: 12px 22px; }
  .trust-inner span + span::before { display: none; }
  .section { padding: 78px 20px; }
  .section-grid { grid-template-columns: 1fr; gap: 35px; }
  .section-heading.horizontal { align-items: start; flex-direction: column; gap: 22px; margin-bottom: 36px; }
  .section-heading h2 { font-size: clamp(2.35rem, 10.5vw, 3.25rem); }
  .expertise-grid, .education-grid { grid-template-columns: 1fr; }
  .credential-strip { grid-template-columns: 1fr; }
  .expertise-card { min-height: 225px; }
  .expertise-card h3 { margin-top: 34px; }
  .timeline::before { left: 7px; }
  .timeline-item { grid-template-columns: 1fr; gap: 9px; padding-left: 32px; }
  .timeline-item::before { left: 1px; }
  .timeline-date { text-align: left; }
  .role-grid { grid-template-columns: 1fr; }
  .early-grid { grid-template-columns: 1fr; }
  .early-grid article { min-height: 0; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card, .project-card.featured, .project-card.project-wide, .project-card.full-width { grid-column: auto; min-height: 0; grid-template-columns: 1fr; grid-template-rows: 220px auto; }
  .project-card.featured .project-body { padding: 30px; }
  .visual-rings, .visual-cost, .visual-portfolio { min-height: 220px; }
  .beyond-grid article { padding-left: 0; padding-right: 0; }
  .contact { padding: 85px 20px; }
  .contact-actions .button { width: 100%; }
  .site-footer { flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; }
}

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