/* Shared base, extracted 20 Aug 2026 from the 41 inline <style> blocks.
   Every rule here was byte-identical on at least 70% of pages, so moving it
   changes nothing visually. Loaded before each page's own <style>, which can
   still override. The forked selectors (:root, body, h1 and friends) are
   deliberately NOT here; they are reconciled to the brand tokens separately. */

.foot-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: rgba(255,255,255,.4); flex-wrap: wrap; gap: 20px; }
.foot-bottom-links a { margin-left: 24px; color: rgba(255,255,255,.4); }
.foot-bottom-links a:hover { color: white; }
.foot-brand .logo-img-stacked { height: 140px; }
.foot-brand p { max-width: 340px; font-size: 15px; color: rgba(255,255,255,.5); margin-top: 20px; }
.foot-col a { color: rgba(255,255,255,.6); transition: color .2s; }
.foot-col a:hover { color: white; }
.foot-col h5 { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #79B2BF; margin: 0 0 20px; font-weight: 700; }
.foot-col li { margin-bottom: 10px; font-size: 14px; }
.foot-col ul { list-style: none; padding: 0; margin: 0; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 60px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.foot-social { display: flex; gap: 14px; margin-top: 24px; }
.foot-social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.06); color: rgba(255,255,255,.6); transition: all .3s var(--ease); }
.foot-social a:hover { background: var(--blue); color: white; transform: translateY(-2px); }
.foot-social svg { width: 18px; height: 18px; }
.logo-img-stacked { height: 120px; width: auto; display: block; }
.nav-burger-lines { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.nav-burger-lines, .nav-burger-lines::before, .nav-burger-lines::after { content: ""; display: block; position: absolute; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), top .3s var(--ease), background .2s var(--ease), opacity .2s var(--ease); }
.nav-burger-lines::after { top: 7px; left: 0; }
.nav-burger-lines::before { top: -7px; left: 0; }
.nav-burger[aria-expanded="true"] .nav-burger-lines { background: transparent; }
.nav-burger[aria-expanded="true"] .nav-burger-lines::after { top: 0; transform: rotate(-45deg); background: var(--ink); }
.nav-burger[aria-expanded="true"] .nav-burger-lines::before { top: 0; transform: rotate(45deg); background: var(--ink); }
.nav-overlay { position: fixed; inset: 0; background: white; z-index: 30; opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s var(--ease); overflow-y: auto; padding-top: 90px; }
.nav-overlay-group { width: 100%; padding: 20px 0; border-bottom: 1px solid var(--line); }
.nav-overlay-group-title { font-size: 34px; font-weight: 700; color: var(--black); letter-spacing: -0.03em; margin-bottom: 12px; }
.nav-overlay-inner { display: flex; flex-direction: column; align-items: flex-start; padding: 24px 32px 60px; max-width: 640px; margin: 0 auto; }
.nav-overlay-link { font-size: 34px; font-weight: 700; color: var(--black); letter-spacing: -0.03em; padding: 20px 0; border-bottom: 1px solid var(--line); width: 100%; transition: color .3s var(--ease), padding-left .3s var(--ease); display: block; }
.nav-overlay-link:hover { color: var(--blue); padding-left: 8px; }
.nav-overlay-social { margin-top: 44px; display: flex; gap: 12px; align-items: center; }
.nav-overlay-social a { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--bg-2); color: var(--ink); transition: all .3s var(--ease); }
.nav-overlay-social a:hover { background: var(--blue); color: white; transform: translateY(-2px); }
.nav-overlay-social svg { width: 20px; height: 20px; }
.nav-overlay-social-label { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; margin-right: 8px; }
.nav-overlay-sublink { display: block; font-size: 20px; font-weight: 600; color: var(--ink-2); letter-spacing: -0.015em; padding: 12px 0 12px 20px; transition: color .3s var(--ease), padding-left .3s var(--ease); }
.nav-overlay-sublink:hover { color: var(--blue); padding-left: 28px; }
.nav-overlay[aria-hidden="false"] { opacity: 1; visibility: visible; }
footer { background: var(--ink); padding: 80px 0 40px; color: rgba(255,255,255,.7); }
footer .logo { color: white; }
