:root {
  --page-width: 1400px;
  --bg: #0a0e0f;
  --surface: #141819;
  --surface-2: #1c2021;
  --text: #f1f2ef;
  --muted: #a7abaa;
  --line: rgba(255,255,255,.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: #050708 url("assets/wide-background.png") center / cover fixed no-repeat; color: var(--text); font-family: Inter, Arial, sans-serif; font-size: 14px; font-weight: 300; margin: 0; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.inner-page { background: var(--bg); box-shadow: 0 0 42px rgba(0,0,0,.46); margin: 0 auto; max-width: var(--page-width); min-height: 100vh; overflow: hidden; position: relative; }
.inner-header { align-items: center; background: rgba(10,14,15,.91); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 210px 1fr auto; min-height: 76px; padding: 14px 28px; position: sticky; top: 0; z-index: 40; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand > span { font-size: 22px; font-weight: 600; }.brand-light { font-weight: 300; }
.brand small { color: #878c8b; font-size: 7px; margin-top: 7px; }
.inner-nav { display: flex; gap: 24px; justify-content: center; }
.inner-nav a { color: #aeb2b1; font-size: 10px; padding: 10px 0; position: relative; transition: color .25s; white-space: nowrap; }
.inner-nav a::after { background: #e9ebe9; bottom: 3px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s; width: 100%; }
.inner-nav a:hover, .inner-nav a:focus-visible, .inner-nav a.active { color: #f4f5f2; outline: 0; }.inner-nav a:hover::after, .inner-nav a:focus-visible::after, .inner-nav a.active::after { transform: scaleX(1); }
.header-actions { align-items: center; display: flex; gap: 18px; }
.language { color: #777d7c; display: flex; font-size: 9px; gap: 8px; }.language a.active { color: white; }
.contact-link { align-items: center; border: 1px solid #696e6d; border-radius: 6px; display: flex; font-size: 10px; gap: 9px; padding: 9px 12px; transition: background .25s, color .25s; }.contact-link:hover { background: #eff0ed; color: #111516; }.contact-link svg { height: 14px; width: 14px; }
.inner-menu-toggle { align-items: center; background: transparent; border: 1px solid var(--line); display: none; height: 40px; justify-content: center; padding: 0; width: 40px; }
.inner-backdrop { background: rgba(0,0,0,.66); border: 0; inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .3s; z-index: 34; }

.inner-hero { min-height: 420px; overflow: hidden; padding: 92px clamp(32px, 8vw, 130px) 68px; position: relative; }
.inner-hero::before, .inner-hero::after { border: 1px solid rgba(255,255,255,.11); border-radius: 50%; content: ""; pointer-events: none; position: absolute; }
.inner-hero::before { height: 710px; right: -170px; top: -420px; width: 710px; }.inner-hero::after { height: 940px; right: -480px; top: -500px; width: 940px; }
.inner-hero-code { color: rgba(255,255,255,.035); font-size: 150px; font-weight: 600; position: absolute; right: 13%; top: 72px; }
.inner-hero-index { color: rgba(255,255,255,.06); font-family: "Roboto Mono", monospace; font-size: 170px; line-height: 1; position: absolute; right: 4%; top: 150px; }
.breadcrumb { align-items: center; color: #909594; display: flex; font-family: "Roboto Mono", monospace; font-size: 8px; gap: 9px; letter-spacing: 1.3px; margin-bottom: 23px; text-transform: uppercase; }.breadcrumb svg { height: 12px; width: 12px; }
.inner-hero h1 { font-size: clamp(40px, 5vw, 66px); font-weight: 300; line-height: 1.06; margin: 0; max-width: 860px; position: relative; z-index: 2; }.inner-hero h1 span { color: #a4a8a7; }
.inner-hero-lead { color: #c1c4c3; font-size: 15px; line-height: 1.65; margin: 25px 0 0; max-width: 650px; position: relative; z-index: 2; }
.hero-scroll { align-items: center; bottom: 30px; display: flex; font-size: 9px; gap: 10px; position: absolute; right: 31px; z-index: 3; }.hero-scroll span { align-items: center; border: 1px solid #717675; border-radius: 50%; display: flex; height: 38px; justify-content: center; width: 38px; }.hero-scroll svg { height: 14px; width: 14px; }

.article-band { border-top: 1px solid var(--line); padding: 74px clamp(32px, 8vw, 130px) 92px; }
.article-grid { display: grid; gap: clamp(45px, 7vw, 100px); grid-template-columns: 220px minmax(0, 760px); justify-content: center; }
.article-aside { align-self: start; position: sticky; top: 115px; }
.article-aside > small { color: #767c7b; display: block; font-family: "Roboto Mono", monospace; font-size: 8px; letter-spacing: 1.4px; margin-bottom: 20px; }
.article-aside nav { border-left: 1px solid var(--line); display: flex; flex-direction: column; }
.article-aside nav a { color: #8f9493; font-size: 11px; line-height: 1.35; padding: 9px 0 9px 17px; position: relative; transition: color .25s, transform .25s; }.article-aside nav a::before { background: #f1f2ef; content: ""; height: 1px; left: -1px; position: absolute; top: 50%; transform: scaleX(0); transform-origin: left; transition: transform .25s; width: 10px; }.article-aside nav a:hover { color: white; transform: translateX(4px); }.article-aside nav a:hover::before { transform: scaleX(1); }
.related-links { display: flex; flex-direction: column; gap: 9px; margin-top: 34px; }.related-links a { align-items: center; color: #b7bab9; display: flex; font-size: 9px; gap: 8px; }.related-links svg { height: 12px; width: 12px; }
.article-content > section { border-bottom: 1px solid var(--line); padding: 0 0 55px; scroll-margin-top: 115px; }.article-content > section + section { padding-top: 55px; }
.section-number { color: #656b6a; display: block; font-family: "Roboto Mono", monospace; font-size: 9px; margin-bottom: 14px; }
.article-content h2 { font-size: 29px; font-weight: 300; line-height: 1.2; margin: 0 0 20px; }.article-content h3 { font-size: 17px; font-weight: 400; margin: 32px 0 12px; }
.article-content p { color: #b6bab9; font-size: 14px; line-height: 1.8; margin: 0; }.article-content p + p { margin-top: 18px; }
.article-content a:not(.text-cta) { border-bottom: 1px solid #777c7b; color: white; }
.feature-list { display: grid; gap: 10px 22px; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 27px 0 0; padding: 0; }.feature-list li { align-items: center; border-top: 1px solid var(--line); color: #d2d4d3; display: flex; font-size: 11px; gap: 11px; padding: 13px 0; }.feature-list svg { height: 14px; width: 14px; }
.text-cta { align-items: center; display: inline-flex; font-size: 10px; gap: 12px; margin-top: 25px; }.text-cta span { align-items: center; border: 1px solid #727776; border-radius: 50%; display: flex; height: 36px; justify-content: center; width: 36px; }.text-cta svg { height: 14px; width: 14px; }
.case-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin-top: 28px; }.case-grid a { background: var(--surface); border: 1px solid var(--line)!important; border-radius: 5px; display: block; overflow: hidden; transition: border-color .25s, transform .25s; }.case-grid a:hover { border-color: rgba(255,255,255,.45)!important; transform: translateY(-3px); }.case-grid img { filter: grayscale(1) brightness(.72); height: 110px; object-fit: cover; width: 100%; }.case-grid span { color: #969b9a; display: flex; flex-direction: column; font-size: 9px; gap: 5px; padding: 12px; }.case-grid strong { color: white; font-size: 12px; font-weight: 400; }

.contact-band { height: 270px; overflow: hidden; position: relative; }.contact-band > img { filter: brightness(.42) contrast(1.08); height: 100%; object-fit: cover; width: 100%; }.contact-band::after { background: rgba(6,9,10,.45); content: ""; inset: 0; position: absolute; }
.contact-content { align-items: center; display: flex; inset: 0; justify-content: space-between; padding: 45px clamp(32px,8vw,130px); position: absolute; z-index: 2; }.contact-content small { color: #aeb2b1; font-family: "Roboto Mono", monospace; font-size: 8px; letter-spacing: 1.3px; }.contact-content h2 { font-size: 34px; font-weight: 300; line-height: 1.15; margin: 13px 0 0; max-width: 620px; }.contact-content .contact-link { background: rgba(8,11,12,.52); font-size: 11px; padding: 13px 17px; }
.inner-footer { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 230px 1fr auto; min-height: 84px; padding: 16px 28px; }.inner-footer nav { display: flex; gap: 22px; justify-content: center; }.inner-footer nav a { color: #aeb2b1; font-size: 9px; }.inner-footer p { color: #838887; font-size: 8px; line-height: 1.5; margin: 0; text-align: right; }

@media (max-width: 980px) {
  body { background-image: none; }
  .inner-header { grid-template-columns: 1fr auto; }.inner-menu-toggle { display: flex; }.header-actions { justify-self: end; }.header-actions .language, .header-actions .contact-link { display: none; }
  .inner-nav { background: rgba(9,13,14,.98); flex-direction: column; gap: 4px; height: 100vh; justify-content: flex-start; padding: 95px 35px; position: fixed; right: 0; top: 0; transform: translateX(100%); transition: transform .3s; width: min(360px,88vw); z-index: 36; }.inner-nav.open { transform: translateX(0); }.inner-nav a { font-size: 14px; padding: 13px 0; }.inner-backdrop.open { opacity: 1; pointer-events: auto; }
  .inner-hero { padding-top: 75px; }.article-grid { grid-template-columns: 1fr; }.article-aside { display: none; }
}
@media (max-width: 650px) {
  .inner-header { min-height: 68px; padding: 12px 20px; }.brand > span { font-size: 19px; }
  .inner-hero { min-height: 430px; padding: 70px 20px 65px; }.inner-hero h1 { font-size: 39px; }.inner-hero-lead { font-size: 13px; }.inner-hero-index { font-size: 110px; top: 245px; }.inner-hero-code { font-size: 90px; right: 5%; }
  .article-band { padding: 55px 20px 70px; }.article-content h2 { font-size: 25px; }.feature-list { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr; }.case-grid img { height: 160px; }
  .contact-band { height: 360px; }.contact-content { align-items: flex-start; flex-direction: column; justify-content: center; padding: 38px 20px; }.contact-content h2 { font-size: 28px; margin-bottom: 25px; }
  .inner-footer { grid-template-columns: 1fr; padding: 25px 20px; }.inner-footer nav { flex-wrap: wrap; justify-content: flex-start; }.inner-footer p { text-align: left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms!important; transition-duration: .01ms!important; } }
