:root {
  --ink: #090b0e;
  --ink-soft: #101318;
  --panel: #12161c;
  --paper: #e6e8e8;
  --paper-warm: #dfe1df;
  --muted: #8d959d;
  --line: rgba(225, 231, 235, .14);
  --line-strong: rgba(225, 231, 235, .3);
  --signal: #879bd3;
  --violet: #81799d;
  --secure: #719888;
  --shell: min(1440px, calc(100vw - 96px));
  --display: "Bank Gothic", "Eurostile", "Bahnschrift", sans-serif;
  --editorial: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Avenir", "Century Gothic", sans-serif;
  --mono: "Cascadia Mono", "IBM Plex Mono", "Consolas", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
::selection { background: var(--signal); color: var(--ink); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px;
  background: var(--paper); color: var(--ink); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; color: var(--paper);
  background: rgba(9, 11, 14, .9); border-bottom: 1px solid transparent;
  transition: border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); backdrop-filter: blur(18px); }
.site-header__inner { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.brand {
  display: block; width: clamp(170px, 15vw, 226px); padding: 0; margin-right: auto;
  background: transparent; line-height: 0;
}
.brand img, .brand .custom-logo {
  width: 100%; height: auto; object-fit: contain; opacity: 1; filter: none; mix-blend-mode: normal;
}
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav__list { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.site-nav__list a {
  color: #c4c9cd; text-decoration: none; font: 10px/1 var(--mono); letter-spacing: .11em; text-transform: uppercase;
  transition: color .2s ease;
}
.site-nav__list a:hover, .site-nav__list a:focus { color: #fff; }
.language-switcher { padding-left: 26px; border-left: 1px solid var(--line); }
.language-switcher__list { display: flex; gap: 9px; list-style: none; margin: 0; padding: 0; }
.language-switcher a {
  color: #737d85; text-decoration: none; font: 10px/1 var(--mono); text-transform: uppercase;
}
.language-switcher .current-lang a, .language-switcher a:hover { color: var(--paper); }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px;
  border: 1px solid #8d9ed0; color: var(--paper); background: transparent; text-decoration: none;
  font: 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; transition: background .2s, color .2s;
}
.button:hover, .button:focus { background: var(--paper); color: var(--ink); }
.button--small { min-height: 39px; padding-inline: 16px; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--paper); }

.hero { min-height: 100svh; border-bottom: 1px solid var(--line-strong); overflow: hidden; }
.hero__inner {
  min-height: 100svh; padding: 138px 0 48px; display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: auto 1fr auto; column-gap: 24px;
}
.hero__intro {
  grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: start;
  padding-bottom: 24px; border-bottom: 1px solid var(--line);
}
.eyebrow { margin: 0; color: var(--signal); font: 10px/1.35 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero__edition { margin: 0; color: #6f7880; text-align: right; font: 9px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hero h1 {
  grid-column: 1 / 10; align-self: center; margin: 58px 0 66px;
  font-family: var(--display); font-size: clamp(68px, 10.2vw, 158px); font-weight: 600;
  font-style: normal; line-height: .79; letter-spacing: -.06em; text-transform: uppercase;
}
.hero__line { display: block; color: var(--paper); }
.hero__line--security { color: var(--paper); }
.system-state {
  grid-column: 10 / -1; align-self: end; margin-bottom: 72px;
  border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); background: #0c0f13;
}
.system-state__header { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; font: 8px/1 var(--mono); letter-spacing: .08em; }
.system-state__header > span { color: #68727a; }
.system-state__header strong { display: flex; align-items: center; gap: 7px; color: #9eb6aa; font-weight: 400; }
.system-state__header i, .access-map header i { width: 6px; height: 6px; border-radius: 50%; background: var(--secure); }
.system-state__list { margin: 0; border-top: 1px solid var(--line); }
.system-state__list div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.system-state__list dt, .system-state__list dd { margin: 0; font: 9px/1.3 var(--mono); }
.system-state__list dt { color: #9ca4aa; }
.system-state__list dd { color: #66717a; }
.system-state__route { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 7px; padding: 17px 0; }
.system-state__route span { color: #778087; font: 7px/1.2 var(--mono); letter-spacing: .03em; text-align: center; text-transform: uppercase; }
.system-state__route span:nth-of-type(2) { color: #a4afcd; }
.system-state__route span:last-child { color: #9eb6aa; }
.system-state__route i { position: relative; height: 1px; background: #3f4850; }
.system-state__route i::after { content: ""; position: absolute; right: -1px; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--signal); }
.hero__footer {
  grid-column: 1 / -1; display: grid; grid-template-columns: 6fr 3fr 3fr; gap: 24px; align-items: end;
  padding-top: 24px; border-top: 1px solid var(--line);
}
.hero__footer p { grid-column: 1 / 3; max-width: 670px; margin: 0; color: #b2b8bc; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.5; }
.text-link { justify-self: end; display: inline-flex; gap: 30px; align-items: center; color: var(--paper); text-decoration: none; font: 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--signal); font-size: 18px; transition: transform .2s; }
.text-link:hover span { transform: translateY(4px); }

.section { padding-block: clamp(100px, 12vw, 176px); }
.section-heading {
  display: grid; grid-template-columns: 2fr 7fr 3fr; gap: 24px; align-items: start;
  margin-bottom: clamp(72px, 9vw, 130px);
}
.section-heading h2, .about h2, .contact h2, .content-header h1 {
  margin: -12px 0 0; font-family: var(--editorial); font-size: clamp(46px, 6.4vw, 94px);
  font-weight: 400; line-height: .96; letter-spacing: -.045em;
}
.section-heading > p:last-child { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.capability-list { border-top: 1px solid var(--line-strong); }
.capability {
  display: grid; grid-template-columns: 2fr 7fr 3fr; gap: 24px; align-items: start;
  min-height: 270px; padding: 42px 0; border-bottom: 1px solid var(--line); position: relative;
}
.capability::after { content: ""; position: absolute; inset: 0 -20px; z-index: -1; background: #0d1014; opacity: 0; transition: opacity .25s; }
.capability:hover::after { opacity: 1; }
.capability__label { display: flex; align-items: baseline; gap: 18px; font-family: var(--mono); }
.capability__label span { color: #606970; font-size: 10px; }
.capability__label small { color: var(--signal); font-size: 9px; letter-spacing: .12em; }
.capability__body h3 { margin: -5px 0 24px; font-family: var(--editorial); font-size: clamp(36px, 4.3vw, 64px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.capability__body p { max-width: 660px; margin: 0; color: #a2a9ae; font-size: 15px; line-height: 1.7; }
.capability__scope { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.capability__scope li { padding: 10px 0; border-bottom: 1px solid var(--line); color: #7f888f; font: 9px/1.25 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.capability__scope li::before { content: "/"; color: var(--violet); margin-right: 9px; }

.about { background: var(--paper-warm); color: #121519; }
.about .eyebrow { color: #435581; }
.about__grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(70px, 10vw, 150px); }
.about__copy h2 { font-size: clamp(43px, 5.4vw, 78px); }
.about__copy > p { max-width: 720px; margin: 46px 0 58px; color: #4d555a; font-size: clamp(17px, 1.4vw, 20px); }
.principles { list-style: none; margin: 0; padding: 0; border-top: 1px solid #afb4b4; }
.principles li { display: flex; gap: 34px; padding: 17px 0; border-bottom: 1px solid #afb4b4; font: 10px/1.4 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.principles span { color: #798082; }
.access-map { margin-top: 72px; border-top: 2px solid #1b2024; border-bottom: 1px solid #9ca3a4; }
.access-map header { display: flex; justify-content: space-between; align-items: center; padding: 14px 0 22px; font: 9px/1 var(--mono); letter-spacing: .07em; }
.access-map header strong { display: flex; align-items: center; gap: 7px; color: #4e7464; font-weight: 400; }
.access-map__row { display: grid; grid-template-columns: 1fr 40px 130px; gap: 12px; align-items: center; padding: 18px 12px; border-top: 1px solid #aeb4b5; font: 10px/1.3 var(--mono); }
.access-map__row b { color: #7a8183; font-weight: 400; }
.access-map__row em { color: #61696d; font-style: normal; text-align: right; }
.access-map__row--restricted { background: #20262c; color: #e5e8e8; border-color: #20262c; }
.access-map__row--restricted b { color: #8398cc; }
.access-map__row--restricted em { color: #9bb4a8; }
.access-map footer { padding: 18px 0; color: #6d7476; font: 9px/1.3 var(--mono); letter-spacing: .06em; text-transform: uppercase; }

.contact { position: relative; overflow: hidden; }
.contact::after { content: "CYB"; position: absolute; right: -3vw; bottom: -4vw; color: rgba(223,225,223,.025); font: 400 23vw/.7 var(--editorial); pointer-events: none; }
.contact__inner { position: relative; z-index: 1; }
.contact h2 { max-width: 1100px; margin: 58px 0 90px; font-size: clamp(54px, 8.5vw, 126px); }
.contact h2 span { color: #9198a0; }
.contact__email { display: flex; justify-content: space-between; align-items: center; padding: 28px 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); text-decoration: none; font-family: var(--editorial); font-size: clamp(24px, 3vw, 42px); transition: color .2s; }
.contact__email i { color: var(--signal); font-family: var(--sans); font-style: normal; }
.contact__email:hover { color: #b6c2e1; }

.site-footer { padding-top: 66px; border-top: 1px solid var(--line); color: var(--muted); background: #080a0d; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 64px; align-items: end; padding-bottom: 58px; }
.site-footer__brand img { width: 220px; height: auto; object-fit: contain; opacity: 1; filter: none; mix-blend-mode: normal; }
.site-footer p { margin: 14px 0 0; font-size: 11px; }
.footer-email { display: inline-block; margin-top: 18px; color: var(--paper); text-decoration: none; }
.site-footer__meta { text-align: right; }
.partner-strip { background: #060709; border-top: 1px solid rgba(225,231,235,.08); }
.partner-strip__inner { min-height: 92px; display: flex; justify-content: flex-end; align-items: center; gap: 22px; }
.partner-strip__inner > span { color: #596168; font: 8px/1.2 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.partner-strip img { width: 112px; max-height: 28px; object-fit: contain; opacity: .62; filter: saturate(.45); transition: opacity .2s, filter .2s; }
.partner-strip:hover img { opacity: .85; filter: saturate(.75); }

.content-area, .not-found { min-height: 80vh; padding-top: 190px; padding-bottom: 120px; }
.content-header { max-width: 1000px; margin-bottom: 80px; }
.content-header .eyebrow { margin-bottom: 24px; }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.post-card { min-height: 300px; padding: 40px; background: var(--ink); }
.post-card__date { color: var(--muted); font: 10px/1 var(--mono); text-transform: uppercase; }
.post-card h2 { margin: 40px 0 20px; font: 400 clamp(28px, 3.5vw, 48px)/1 var(--editorial); }
.post-card h2 a { text-decoration: none; }
.post-card h2 a:hover { color: #b4bfdf; }
.entry { max-width: 1040px; }
.entry-content { max-width: 760px; color: #bcc2c6; font-size: 18px; }
.entry-content h2, .entry-content h3 { color: var(--paper); font-family: var(--editorial); line-height: 1.1; }
.entry-content a { color: #b4bfdf; }
.entry-media { margin: 0 0 60px; }
.not-found h1 { margin: 40px 0 20px; font: 400 clamp(64px, 12vw, 180px)/.9 var(--editorial); }
.not-found .button { margin-top: 36px; }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .7s cubic-bezier(.2,.7,.2,1) forwards; }
.reveal--1 { animation-delay: .1s; }
.reveal--2 { animation-delay: .24s; }
.reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 48px, 1440px); }
  .site-header__inner { min-height: 76px; }
  .nav-toggle { display: flex; align-items: center; gap: 12px; cursor: pointer; font: 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
  .nav-toggle i, .nav-toggle i::before { display: block; width: 22px; height: 1px; background: currentColor; content: ""; transition: transform .2s; }
  .nav-toggle i::before { transform: translateY(6px); }
  .nav-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] i::before { transform: rotate(-90deg); }
  .site-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 30px 24px; background: #090b0e; border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: grid; grid-template-columns: 1fr auto; gap: 24px; }
  .site-nav__list { grid-column: 1 / -1; display: grid; gap: 0; }
  .site-nav__list a { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
  .language-switcher { padding: 14px 0 0; border: 0; }
  .language-switcher a { font-size: 11px; }
  .site-nav .button { align-self: end; }
  .hero__inner { padding-top: 116px; }
  .hero h1 { grid-column: 1 / 9; font-size: clamp(72px, 11.5vw, 120px); }
  .system-state { grid-column: 9 / -1; }
  .section-heading, .capability { grid-template-columns: 2fr 7fr 3fr; }
  .about__grid { grid-template-columns: 1fr 1.25fr; gap: 60px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 36px); }
  .brand { width: 172px; }
  .hero { min-height: auto; }
  .hero__inner { min-height: auto; padding: 108px 0 32px; display: block; }
  .hero__intro { padding-bottom: 18px; }
  .hero__intro .eyebrow { max-width: 200px; }
  .hero h1 { margin: 58px 0 54px; font-size: clamp(57px, 18.3vw, 88px); line-height: .83; letter-spacing: -.055em; }
  .hero__line, .hero__line--security { color: var(--paper); }
  .system-state { width: 100%; margin: 0 0 52px; }
  .hero__footer { display: grid; grid-template-columns: 1fr; gap: 30px; }
  .hero__footer p { grid-column: auto; font-size: 16px; }
  .text-link { justify-self: start; }
  .section { padding-block: 88px; }
  .section-heading { display: block; margin-bottom: 64px; }
  .section-heading h2 { margin: 34px 0 24px; font-size: 48px; }
  .section-heading > p:last-child { max-width: 100%; }
  .capability { display: grid; grid-template-columns: 1fr; gap: 30px; min-height: 0; padding: 36px 0 42px; }
  .capability::after { inset: 0 -10px; }
  .capability__body h3 { margin: 0 0 20px; font-size: 40px; }
  .capability__body p { font-size: 14px; }
  .capability__scope { width: 100%; }
  .about__grid { grid-template-columns: 1fr; gap: 76px; }
  .access-map { margin-top: 48px; }
  .access-map__row { grid-template-columns: 1fr 30px 105px; font-size: 9px; }
  .about__copy h2 { font-size: 46px; }
  .about__copy > p { margin: 34px 0 44px; }
  .principles li { gap: 20px; font-size: 9px; }
  .contact h2 { margin: 44px 0 62px; font-size: 15vw; }
  .contact__email { font-size: 20px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 40px; align-items: start; }
  .site-footer__meta { text-align: left; }
  .partner-strip__inner { min-height: 82px; justify-content: flex-start; gap: 18px; }
  .partner-strip img { width: 100px; }
  .post-grid { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
  .brand { width: 150px; }
  .hero h1 { font-size: 17vw; }
  .system-state__route span { font-size: 6px; }
  .contact__email { font-size: 17px; }
}

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