:root {
  --bg: #05080b;
  --bg-soft: #0a0f14;
  --panel: #0c1319;
  --panel-2: #111a21;
  --text: #f5f7f8;
  --muted: #8e9aa3;
  --line: rgba(170, 208, 225, 0.16);
  --cyan: #22d7ff;
  --cyan-soft: #8fe8ff;
  --orange: #ff7a1a;
  --shell: min(1400px, calc(100vw - 96px));
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }

.page-progress { position: fixed; inset: 0 0 auto; height: 2px; z-index: 200; background: rgba(255,255,255,.03); }
.page-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left center; background: linear-gradient(90deg, var(--cyan), var(--orange)); }

.site-header { position: fixed; z-index: 100; top: 2px; left: 0; right: 0; transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease; border-bottom: 1px solid transparent; }
body.admin-bar .site-header { top: 34px; }
body.admin-bar .page-progress { top: 32px; }
.site-header.is-scrolled { background: rgba(5,8,11,.78); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 92px; display: grid; grid-template-columns: 280px 1fr 220px; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.brand-mark { width: 94px; height: auto; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: square; stroke-linejoin: miter; }
.brand-copy { display: grid; gap: 3px; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.28); text-transform: uppercase; letter-spacing: .15em; white-space: nowrap; }
.brand-copy strong { font-size: 11px; font-weight: 620; }
.brand-copy small { color: var(--muted); font-size: 8px; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.4vw, 42px); }
.site-nav a { color: #bbc5cc; font-size: 12px; font-weight: 560; text-transform: uppercase; letter-spacing: .14em; transition: color .25s ease; }
.site-nav a:hover { color: var(--text); }
.header-contact { display: grid; justify-content: end; gap: 4px; text-align: right; font-size: 14px; letter-spacing: .04em; }
.header-contact span { color: var(--cyan); font-size: 9px; text-transform: uppercase; letter-spacing: .22em; }
.menu-toggle { display: none; }

.hero { --pointer-x: 78%; --pointer-y: 40%; position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; isolation: isolate; background: #05090d; }
.hero::before { content: ""; position: absolute; z-index: -3; inset: 0; background-image: linear-gradient(90deg, rgba(5,8,11,1) 0%, rgba(5,8,11,.98) 26%, rgba(5,8,11,.72) 48%, rgba(5,8,11,.08) 78%), var(--hero-image); background-size: cover; background-position: center; transform: scale(1.015); animation: hero-breathe 12s ease-in-out infinite alternate; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(650px circle at var(--pointer-x) var(--pointer-y), rgba(35,215,255,.1), transparent 60%), linear-gradient(180deg, rgba(5,8,11,.08) 60%, #05080b 100%); pointer-events: none; }
.hero-grid { position: absolute; z-index: -2; inset: 0; opacity: .23; background-image: linear-gradient(rgba(94,179,211,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(94,179,211,.11) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 80%); }
.hero-light { position: absolute; z-index: -2; right: 2%; top: 15%; width: 52vw; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(34,215,255,.06); box-shadow: 0 0 120px rgba(34,215,255,.04), inset 0 0 80px rgba(34,215,255,.03); animation: pulse-halo 5s ease-in-out infinite; }
.hero-layout { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); align-items: center; padding-block: 148px 104px; }
.hero-copy { max-width: 870px; position: relative; z-index: 5; }
.eyebrow { margin: 0 0 32px; display: flex; align-items: center; gap: 12px; color: var(--cyan-soft); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .24em; }
.eyebrow span { width: 36px; height: 1px; background: var(--cyan); box-shadow: 0 0 10px rgba(34,215,255,.6); }
.hero-eyebrow { opacity: 0; animation: rise-in .8s .15s var(--ease) forwards; }
.hero h1, .section-heading h2, .system-break h2, .contact h2 { margin: 0; font-weight: 410; letter-spacing: -.055em; line-height: .96; }
.hero h1 { max-width: 900px; font-size: clamp(58px, 6.35vw, 112px); opacity: 0; animation: rise-in .95s .25s var(--ease) forwards; }
.hero h1 em, .section-heading h2 em, .contact h2 em { color: transparent; font-style: normal; background: linear-gradient(95deg, var(--cyan-soft), var(--cyan) 52%, #68a8c2); -webkit-background-clip: text; background-clip: text; }
.hero h1 em { display: inline-block; font-size: .72em; line-height: 1.03; letter-spacing: -.04em; }
.hero h1.is-single em { font-size: .88em; }
.hero-lead { max-width: 665px; margin: 34px 0 0; color: #aeb9c1; font-size: clamp(18px, 1.35vw, 23px); line-height: 1.55; opacity: 0; animation: rise-in .9s .38s var(--ease) forwards; }
.hero-actions { display: flex; gap: 14px; margin-top: 44px; opacity: 0; animation: rise-in .9s .48s var(--ease) forwards; }
.button { min-height: 58px; padding: 0 27px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid var(--line); font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .14em; transition: transform .28s var(--ease), border-color .28s ease, background .28s ease, box-shadow .28s ease; }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button-primary { color: #021015; background: var(--cyan); border-color: var(--cyan); box-shadow: 0 0 36px rgba(34,215,255,.14); }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 42px rgba(34,215,255,.24); }
.button-ghost { background: rgba(6,11,15,.42); backdrop-filter: blur(8px); }
.button-ghost:hover { transform: translateY(-3px); border-color: rgba(143,232,255,.46); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 24px 38px; margin-top: 60px; color: #82909a; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; opacity: 0; animation: rise-in .9s .58s var(--ease) forwards; }
.hero-meta span { display: inline-flex; align-items: center; gap: 10px; }
.hero-meta i { color: var(--orange); font-style: normal; font-size: 9px; }
.hero-visual { position: relative; z-index: 4; height: min(70vh, 720px); transition: transform .45s var(--ease); pointer-events: none; }
.signal { position: absolute; display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; color: #bac9d1; background: rgba(5,11,15,.68); border: 1px solid rgba(143,232,255,.2); backdrop-filter: blur(12px); font: 600 9px/1 Inter, sans-serif; text-transform: uppercase; letter-spacing: .18em; box-shadow: 0 12px 32px rgba(0,0,0,.25); animation: signal-float 5s ease-in-out infinite; transition: translate .36s cubic-bezier(.2,.85,.24,1), border-color .25s ease, background .25s ease, box-shadow .25s ease; will-change: transform, translate; }
.signal.is-dodging { border-color: rgba(34,215,255,.58); background: rgba(7,25,33,.88); box-shadow: 0 15px 40px rgba(0,0,0,.32), 0 0 22px rgba(34,215,255,.1); }
.signal i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.signal-engineering { top: 6%; left: 8%; }
.signal-digital { top: 22%; right: 8%; animation-delay: -.9s; }
.signal-business { top: 38%; left: 18%; animation-delay: -1.8s; }
.signal-balance { top: 54%; right: 22%; animation-delay: -3.2s; }
.signal-control { top: 70%; left: 4%; animation-delay: -4.1s; }
.signal-tech { top: 86%; right: 8%; animation-delay: -2.6s; }
.orbit { position: absolute; border: 1px solid rgba(143,232,255,.14); border-radius: 50%; animation: orbit-spin 18s linear infinite; }
.orbit::after { content: ""; position: absolute; top: 12%; left: 10%; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 20px var(--orange); }
.orbit-one { width: 62%; aspect-ratio: 1; right: 7%; top: 16%; }
.orbit-two { width: 43%; aspect-ratio: 1; right: 19%; top: 26%; animation-direction: reverse; animation-duration: 12s; }
.scroll-cue { position: absolute; z-index: 6; left: max(48px, calc((100vw - 1400px) / 2)); bottom: 27px; display: flex; align-items: center; gap: 13px; color: #667680; font-size: 9px; text-transform: uppercase; letter-spacing: .23em; }
.scroll-cue span { width: 1px; height: 34px; background: linear-gradient(var(--cyan), transparent); animation: scroll-pulse 2s ease-in-out infinite; }

.competence-line { overflow: hidden; border-block: 1px solid var(--line); background: #070b0f; }
.competence-track { width: max-content; min-height: 76px; display: flex; align-items: center; color: #81909a; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; animation: marquee 42s linear infinite; will-change: transform; }
.competence-loop { flex: none; display: flex; align-items: center; gap: 28px; padding-right: 28px; }
.competence-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px rgba(255,122,26,.55); }

.section { padding: 150px 0; }
.section-heading { margin-bottom: 76px; }
.section-heading h2, .contact h2 { font-size: clamp(50px, 5.6vw, 98px); }
.heading-row { display: grid; grid-template-columns: 1fr minmax(300px, 430px); align-items: end; gap: 80px; }
.heading-row > p { margin: 0 0 6px; color: var(--muted); font-size: 18px; line-height: 1.6; }

.about { background: radial-gradient(circle at 88% 8%, rgba(34,215,255,.055), transparent 30%), var(--bg); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 9vw, 150px); align-items: start; }
.about-copy { position: sticky; top: 140px; }
.about-copy p { margin: 0 0 22px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.about-copy .large-copy { color: #dbe3e7; font-size: clamp(24px, 2vw, 34px); line-height: 1.35; letter-spacing: -.025em; }
.text-link { display: inline-flex; gap: 14px; margin-top: 18px; padding-bottom: 8px; border-bottom: 1px solid rgba(34,215,255,.35); color: var(--cyan-soft); font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.text-link span { color: var(--orange); }
.mindset { display: grid; gap: 14px; perspective: 1000px; }
.mindset-card { position: relative; min-height: 220px; padding: 37px 42px; display: grid; grid-template-columns: 150px 1fr; grid-template-rows: auto 1fr; gap: 24px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(130deg, rgba(14,23,30,.94), rgba(8,13,17,.78)); transition: transform .35s var(--ease), border-color .3s ease; }
.mindset-card::after { content: ""; position: absolute; inset: auto -60px -90px auto; width: 210px; aspect-ratio: 1; border: 1px solid rgba(34,215,255,.08); border-radius: 50%; box-shadow: 0 0 60px rgba(34,215,255,.03); }
.mindset-card:hover { border-color: rgba(34,215,255,.32); }
.card-index { color: var(--orange); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.mindset-card h3 { margin: -8px 0 0; font-size: clamp(28px, 2.2vw, 38px); font-weight: 450; letter-spacing: -.035em; }
.mindset-card p { grid-column: 2; max-width: 570px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }

.expertise { background: #080c10; border-top: 1px solid var(--line); }
.expertise-list { border-top: 1px solid var(--line); }
.expertise-card { min-height: 185px; display: grid; grid-template-columns: 65px 90px 1fr 180px; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); transition: background .3s ease, padding .3s var(--ease); }
.expertise-card:hover { padding-inline: 20px; background: linear-gradient(90deg, rgba(34,215,255,.035), transparent 72%); }
.expertise-number { color: #596872; font: 500 10px/1 monospace; }
.expertise-icon { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--cyan-soft); background: rgba(255,255,255,.012); }
.expertise-icon svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.expertise-card h3 { margin: 0 0 12px; font-size: clamp(25px, 2.2vw, 38px); font-weight: 440; letter-spacing: -.025em; }
.expertise-card p { max-width: 720px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.expertise-tag { justify-self: end; color: #71808a; font-size: 9px; text-transform: uppercase; letter-spacing: .17em; }

.system-break { position: relative; padding: 180px 0; overflow: hidden; border-block: 1px solid rgba(34,215,255,.18); background: radial-gradient(circle at 78% 50%, rgba(34,215,255,.11), transparent 33%), linear-gradient(120deg, #071016, #05080b 62%); }
.system-break-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(34,215,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(34,215,255,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle at 78% 50%, #000, transparent 62%); }
.system-break-inner { position: relative; }
.system-break p { margin: 0 0 24px; color: var(--orange); font-size: 11px; text-transform: uppercase; letter-spacing: .22em; }
.system-break h2 { max-width: 1200px; font-size: clamp(48px, 5.1vw, 90px); }
.system-break h2 span { color: var(--cyan-soft); }
.system-formula { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 25px; margin-top: 65px; color: #8c9ba4; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }
.system-formula i { color: #47555e; font-style: normal; }
.system-formula strong { color: var(--text); font-weight: 620; }

.method { background: var(--bg); }
.method-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border: 1px solid var(--line); }
.method-steps li { position: relative; min-height: 310px; padding: 31px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); overflow: hidden; }
.method-steps li:last-child { border-right: 0; }
.method-steps li::before { content: ""; position: absolute; inset: auto 0 0; height: 0; background: linear-gradient(180deg, transparent, rgba(34,215,255,.08)); transition: height .45s var(--ease); }
.method-steps li:hover::before { height: 100%; }
.method-steps > li > span { position: relative; color: var(--orange); font: 500 10px/1 monospace; }
.method-steps div { position: relative; }
.method-steps h3 { margin: 0 0 16px; font-size: 29px; font-weight: 460; letter-spacing: -.03em; }
.method-steps p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

.fit { padding-top: 40px; }
.fit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 9vw, 150px); }
.fit-heading { position: sticky; top: 140px; align-self: start; }
.fit-heading h2 { margin: 0; max-width: 520px; font-size: clamp(43px, 4vw, 70px); font-weight: 420; line-height: 1.02; letter-spacing: -.045em; }
.fit-list { border-top: 1px solid var(--line); }
.fit-list article { display: grid; grid-template-columns: 70px 1fr; gap: 30px; padding: 39px 0; border-bottom: 1px solid var(--line); }
.fit-list span { color: var(--cyan); font: 500 10px/1 monospace; }
.fit-list p { margin: -8px 0 0; color: #c5cfd5; font-size: clamp(21px, 2vw, 30px); line-height: 1.42; letter-spacing: -.02em; }

.contact { position: relative; padding: 160px 0 80px; overflow: hidden; border-top: 1px solid var(--line); background: #070b0e; }
.contact-orb { position: absolute; right: -10vw; top: -25vw; width: 65vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(34,215,255,.12), rgba(34,215,255,.02) 40%, transparent 69%); filter: blur(5px); }
.contact-inner { position: relative; }
.contact-title { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.contact-title p { margin: 0 0 8px; max-width: 490px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.contact-links { margin-top: 90px; border-top: 1px solid var(--line); }
.contact-links a { min-height: 112px; display: grid; grid-template-columns: 180px 1fr 40px; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); transition: padding .32s var(--ease), background .32s ease; }
.contact-links a:hover { padding-inline: 20px; background: rgba(34,215,255,.035); }
.contact-links span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.contact-links strong { font-size: clamp(25px, 3.2vw, 54px); font-weight: 400; letter-spacing: -.035em; }
.contact-links i { color: var(--cyan); font-style: normal; font-size: 25px; }

.site-footer { padding: 48px 0; border-top: 1px solid var(--line); background: #070b0e; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; }
.footer-brand .brand-mark { width: 84px; }
.footer-inner p { margin: 0; color: #bcc6cc; font-size: 13px; line-height: 1.6; text-align: center; }
.footer-inner p span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-inner > div { display: grid; justify-items: end; gap: 12px; }
.footer-inner a { color: #b7c3ca; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.footer-inner small { color: #53616a; font-size: 10px; }

.js .reveal { opacity: 0; transform: translateY(35px); transition: opacity .75s var(--ease) var(--reveal-delay, 0ms), transform .75s var(--ease) var(--reveal-delay, 0ms); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@keyframes rise-in { to { opacity: 1; transform: none; } from { opacity: 0; transform: translateY(30px); } }
@keyframes hero-breathe { from { transform: scale(1.015); } to { transform: scale(1.045); } }
@keyframes pulse-halo { 0%,100% { opacity: .55; transform: scale(.98); } 50% { opacity: 1; transform: scale(1.03); } }
@keyframes signal-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes scroll-pulse { 0%,100% { opacity: .35; transform: scaleY(.7); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes marquee { to { transform: translate3d(-50%, 0, 0); } }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 56px, 1120px); }
  .header-inner { grid-template-columns: 240px 1fr 190px; gap: 18px; }
  .brand-copy { display: none; }
  .hero-layout { grid-template-columns: 1.12fr .88fr; }
  .hero::before { background-position: 58% center; }
  .expertise-card { grid-template-columns: 45px 74px 1fr 130px; }
  .method-steps { grid-template-columns: repeat(2, 1fr); }
  .method-steps li:nth-child(2) { border-right: 0; }
  .method-steps li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  body.admin-bar .site-header { top: 48px; }
  body.admin-bar .page-progress { top: 46px; }
  :root { --shell: calc(100vw - 38px); }
  .header-inner { min-height: 74px; grid-template-columns: 1fr auto; }
  .brand-mark { width: 76px; }
  .header-contact { display: none; }
  .menu-toggle { position: relative; z-index: 3; width: 46px; height: 46px; display: grid; place-content: center; gap: 7px; border: 1px solid var(--line); color: var(--text); background: rgba(5,8,11,.6); }
  .menu-toggle span:not(.sr-only) { width: 20px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 120px 30px 50px; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: rgba(5,8,11,.97); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
  .site-nav a { font-size: 24px; }
  .menu-open .site-nav { opacity: 1; visibility: visible; }
  .hero { min-height: 920px; }
  .hero::before { background-image: linear-gradient(180deg, rgba(5,8,11,.98) 0%, rgba(5,8,11,.88) 46%, rgba(5,8,11,.23) 70%, #05080b 100%), var(--hero-image); background-position: 65% center; }
  .hero-layout { min-height: 920px; grid-template-columns: 1fr; align-items: start; padding-top: 134px; }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: clamp(50px, 13.5vw, 74px); }
  .hero-lead { max-width: 620px; font-size: 18px; }
  .hero-meta { gap: 14px 24px; margin-top: 40px; }
  .hero-visual { position: absolute; right: 0; bottom: 40px; width: 100%; height: 340px; opacity: .8; }
  .signal { font-size: 8px; }
  .signal-engineering { top: 5%; left: 4%; right: auto; }
  .signal-digital { top: 22%; right: 3%; left: auto; }
  .signal-business { top: 39%; left: 14%; }
  .signal-balance { top: 55%; right: 17%; }
  .signal-control { top: 71%; left: 3%; }
  .signal-tech { top: 87%; right: 5%; left: auto; }
  .scroll-cue { left: 19px; }
  .section { padding: 105px 0; }
  .section-heading { margin-bottom: 52px; }
  .heading-row, .about-grid, .fit-grid, .contact-title { grid-template-columns: 1fr; gap: 40px; }
  .about-copy, .fit-heading { position: static; }
  .mindset-card { grid-template-columns: 1fr; padding: 30px; }
  .mindset-card p { grid-column: 1; }
  .expertise-card { grid-template-columns: 35px 58px 1fr; min-height: 170px; gap: 18px; }
  .expertise-icon { width: 54px; height: 54px; }
  .expertise-icon svg { width: 28px; }
  .expertise-tag { display: none; }
  .system-break { padding: 120px 0; }
  .contact-title p { max-width: 620px; }
  .contact-links { margin-top: 60px; }
  .contact-links a { grid-template-columns: 110px 1fr 30px; }
}

@media (max-width: 560px) {
  .hero { min-height: 860px; }
  .hero-layout { min-height: 860px; padding-top: 118px; }
  .eyebrow { margin-bottom: 23px; font-size: 9px; }
  .hero h1 { font-size: clamp(46px, 13.2vw, 63px); line-height: .98; }
  .hero h1 em { font-size: .76em; }
  .hero h1.is-single em { font-size: .88em; }
  .hero-lead { margin-top: 26px; font-size: 16px; line-height: 1.55; }
  .hero-actions { display: grid; margin-top: 32px; }
  .button { min-height: 54px; width: 100%; }
  .hero-meta { display: grid; margin-top: 32px; }
  .hero-visual { height: 285px; bottom: 24px; }
  .signal-tech, .signal-business, .signal-balance, .signal-control { display: none; }
  .scroll-cue { display: none; }
  .competence-track { min-height: 62px; }
  .competence-loop { gap: 20px; padding-right: 20px; }
  .signal-engineering { top: 28%; }
  .signal-digital { top: 68%; }
  .section { padding: 85px 0; }
  .section-heading h2, .contact h2 { font-size: clamp(42px, 12.8vw, 60px); }
  .about-grid { gap: 52px; }
  .about-copy .large-copy { font-size: 23px; }
  .mindset-card { min-height: 230px; padding: 26px; }
  .mindset-card h3 { font-size: 28px; }
  .expertise-card { min-height: auto; padding: 28px 0; grid-template-columns: 28px 1fr; align-items: start; }
  .expertise-card:hover { padding-inline: 0; }
  .expertise-icon { grid-column: 2; grid-row: 1; margin-bottom: 6px; }
  .expertise-card > div:nth-of-type(2) { grid-column: 2; }
  .expertise-card h3 { font-size: 27px; }
  .system-break { padding: 90px 0; }
  .system-break h2 { font-size: 45px; }
  .system-formula { gap: 13px 16px; margin-top: 45px; font-size: 9px; }
  .method-steps { grid-template-columns: 1fr; }
  .method-steps li { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .method-steps li:last-child { border-bottom: 0; }
  .fit-list article { grid-template-columns: 42px 1fr; gap: 14px; }
  .fit-list p { font-size: 21px; }
  .contact { padding-top: 100px; }
  .contact-title { gap: 28px; }
  .contact-title p { font-size: 16px; }
  .contact-links a { min-height: 96px; grid-template-columns: 1fr 25px; gap: 8px; align-content: center; }
  .contact-links span { grid-column: 1; }
  .contact-links strong { grid-column: 1; font-size: 22px; overflow-wrap: anywhere; }
  .contact-links i { grid-column: 2; grid-row: 1 / span 2; }
  .footer-inner { grid-template-columns: 1fr auto; align-items: center; }
  .footer-inner p { display: none; }
}

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

/* Sharing, digital card and supporting pages */
[hidden] { display: none !important; }
body.modal-open { overflow: hidden; }

.share-fab { position: fixed; z-index: 120; right: 26px; bottom: 26px; min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(143,232,255,.34); color: #eafcff; background: rgba(5,11,15,.78); box-shadow: 0 16px 44px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.02); backdrop-filter: blur(18px); cursor: pointer; touch-action: manipulation; transition: bottom .28s var(--ease), transform .28s var(--ease), border-color .28s ease, background .28s ease; }
.share-fab:hover { transform: translateY(-3px); border-color: var(--cyan); background: rgba(7,23,30,.9); }
.share-fab svg { width: 19px; fill: none; stroke: var(--cyan-soft); stroke-width: 1.5; }
.share-fab span { font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .16em; }

.share-modal { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 28px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .28s ease, visibility .28s ease; }
.share-modal.open { opacity: 1; visibility: visible; pointer-events: auto; }
.share-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(1,4,6,.82); backdrop-filter: blur(16px); cursor: default; }
.share-dialog { position: relative; width: min(1180px, 96vw); max-height: 92vh; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); overflow: auto; border: 1px solid rgba(143,232,255,.22); background: #080d11; box-shadow: 0 36px 100px rgba(0,0,0,.62); transform: translateY(24px) scale(.985); transition: transform .38s var(--ease); }
.share-modal.open .share-dialog { transform: none; }
.share-close { position: absolute; z-index: 4; top: 14px; right: 14px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.15); color: #fff; background: rgba(5,8,11,.72); font-size: 28px; line-height: 1; cursor: pointer; }
.share-preview-frame { position: relative; min-height: 0; aspect-ratio: 1.91 / 1; align-self: center; overflow: hidden; background: #05080b; }
.share-preview-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset -70px 0 80px rgba(5,8,11,.38); pointer-events: none; }
.share-preview-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.share-dialog-content { padding: 68px 54px 46px; display: flex; flex-direction: column; justify-content: center; }
.share-kicker { margin: 0 0 18px; color: var(--orange); font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .2em; }
.share-dialog-content h2 { margin: 0; font-size: clamp(42px, 4.2vw, 67px); font-weight: 420; line-height: .96; letter-spacing: -.05em; }
.share-dialog-content h1 { margin: 0; font-size: clamp(42px, 4.2vw, 67px); font-weight: 420; line-height: .96; letter-spacing: -.05em; }
.share-dialog-content > p:not(.share-kicker,.share-status) { margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.share-card-contacts { margin-top: 28px; display: grid; gap: 8px; }
.share-card-contacts a { width: fit-content; color: #d7e0e5; font-size: 14px; letter-spacing: .02em; }
.share-primary-actions { margin-top: 32px; display: grid; grid-template-columns: 1fr; gap: 10px; }
.share-primary-actions .button { width: 100%; min-height: 56px; padding-inline: 20px; font-size: 10px; letter-spacing: .12em; }
.share-channels { margin-top: 22px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.share-channels a, .share-channels button { width: 100%; min-height: 42px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); color: #9ba9b1; background: transparent; font-size: 9px; text-align: center; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; transition: color .2s ease, border-color .2s ease; }
.share-channels a:hover, .share-channels button:hover { color: var(--cyan-soft); border-color: rgba(34,215,255,.38); }
.share-status, .card-share-status { min-height: 20px; margin: 14px 0 0; color: var(--cyan-soft); font-size: 11px; }

.cookie-banner { position: fixed; z-index: 220; left: 22px; right: 22px; bottom: 22px; max-width: 760px; margin-inline: auto; padding: 20px 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 26px; border: 1px solid rgba(143,232,255,.24); background: rgba(7,12,16,.94); box-shadow: 0 22px 70px rgba(0,0,0,.52); backdrop-filter: blur(18px); }
.cookie-banner strong { font-size: 13px; font-weight: 650; letter-spacing: .02em; }
.cookie-banner p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.cookie-actions { display: flex; align-items: center; gap: 12px; }
.cookie-actions a { color: #aab7be; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.cookie-actions button { min-height: 42px; padding: 0 18px; border: 1px solid var(--cyan); color: #031015; background: var(--cyan); font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }

.footer-side { min-width: 260px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px 18px; }
.footer-links a { color: #85939c; }
.footer-links .footer-link-documents { color: var(--orange); font-weight: 650; }
.footer-link-qr { color: var(--cyan) !important; font-weight: 700; }
@media (min-width: 821px) {
  .footer-inner { grid-template-columns: auto minmax(150px, 1fr) auto; }
  .footer-side { min-width: 0; }
  .footer-links { flex-wrap: nowrap; }
}
.vcard-qr-wrap { position: relative; display: block; }
.vcard-qr-wrap > .button { width: 100%; }
.vcard-qr-popover { position: absolute; z-index: 12; left: 50%; bottom: calc(100% + 14px); width: 190px; padding: 12px; display: grid; gap: 8px; color: var(--text); background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 55px rgba(26,54,74,.2); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; pointer-events: none; }
.vcard-qr-popover::after { content: ""; position: absolute; left: 50%; top: 100%; border: 8px solid transparent; border-top-color: #fff; transform: translateX(-50%); }
.vcard-qr-popover img { width: 100%; height: auto; }
.vcard-qr-popover small { color: #425d70; font-size: 10px; line-height: 1.4; text-align: center; }
.vcard-qr-wrap:hover .vcard-qr-popover, .vcard-qr-wrap:focus-within .vcard-qr-popover { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

.qr-main { min-height: calc(100svh - 180px); padding: 120px 0 140px; background: radial-gradient(circle at 82% 12%, rgba(25,118,210,.09), transparent 30%), #f4f7fa; }
.qr-hero { max-width: 920px; }
.qr-hero h1 { margin: 0; font-size: clamp(58px, 7vw, 112px); font-weight: 410; line-height: .91; letter-spacing: -.06em; }
.qr-hero h1 em { color: transparent; font-style: normal; background: linear-gradient(95deg, #164f81, var(--cyan) 60%, #65a9e4); -webkit-background-clip: text; background-clip: text; }
.qr-hero > p:last-child { max-width: 700px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.qr-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.qr-card { padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); background: rgba(255,255,255,.88); box-shadow: 0 18px 60px rgba(29,55,73,.06); }
.qr-code-visual { display: block; padding: 18px; background: #f4f7fa; border: 1px solid rgba(25,118,210,.13); }
.qr-code-visual img { width: 100%; height: auto; display: block; }
.qr-card h2 { margin: 26px 0 10px; font-size: 27px; font-weight: 480; letter-spacing: -.035em; }
.qr-card > p { min-height: 48px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.qr-card-actions { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.qr-card-actions .button { min-height: 46px; width: 100%; padding-inline: 12px; gap: 8px; font-size: 9px; letter-spacing: .1em; }
.qr-card-actions .qr-download { grid-column: 1 / -1; color: #28475b; background: #eef3f7; }
.qr-status { min-height: 18px; margin: 10px 0 0; color: var(--cyan); font-size: 11px; }

.card-page { position: relative; min-height: 100svh; padding: 86px max(24px, 5vw) 54px; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: #05080b; }
.card-page::before { content: ""; position: absolute; z-index: -3; inset: 0; background-image: linear-gradient(90deg, rgba(5,8,11,.98), rgba(5,8,11,.76) 48%, rgba(5,8,11,.2)), var(--card-image); background-size: cover; background-position: center; opacity: .72; transform: scale(1.03); }
.card-page::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 76% 42%, rgba(34,215,255,.1), transparent 35%), linear-gradient(180deg, transparent 62%, #05080b); }
.card-page-grid { position: absolute; z-index: -2; inset: 0; opacity: .22; background-image: linear-gradient(rgba(34,215,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(34,215,255,.08) 1px, transparent 1px); background-size: 62px 62px; }
.card-share-dialog { width: min(1180px, 100%); max-height: none; overflow: visible; transform: none; }
.card-back { position: absolute; z-index: 4; top: 28px; left: max(24px, 5vw); display: inline-flex; align-items: center; gap: 11px; color: #abb8bf; font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.card-back span { color: var(--cyan); font-size: 18px; }
.digital-card { width: min(1180px, 100%); display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); border: 1px solid rgba(143,232,255,.2); background: rgba(5,9,12,.72); box-shadow: 0 38px 120px rgba(0,0,0,.55); backdrop-filter: blur(16px); }
.digital-card-visual { position: relative; min-height: 610px; padding: 47px 52px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border-right: 1px solid rgba(143,232,255,.15); background: linear-gradient(135deg, rgba(12,23,30,.96), rgba(5,9,13,.72)); }
.digital-card-visual::before { content: ""; position: absolute; right: -110px; bottom: -210px; width: 520px; aspect-ratio: 1; border: 1px solid rgba(34,215,255,.12); border-radius: 50%; box-shadow: 0 0 90px rgba(34,215,255,.06), inset 0 0 100px rgba(34,215,255,.04); }
.digital-card-visual::after { content: ""; position: absolute; right: 15%; bottom: 18%; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 20px var(--orange); }
.digital-card-head { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.digital-card-logo { width: 132px; fill: none; stroke: var(--text); stroke-width: 2.3; }
.digital-card-head span { color: #687680; font-size: 9px; text-transform: uppercase; letter-spacing: .22em; }
.digital-card-main { position: relative; }
.digital-card-main > p { margin: 0 0 25px; color: var(--cyan-soft); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .22em; }
.digital-card-main h1 { margin: 0; max-width: 780px; font-size: clamp(57px, 6.2vw, 96px); font-weight: 410; line-height: .91; letter-spacing: -.06em; }
.digital-card-main h1 em { color: transparent; font-style: normal; background: linear-gradient(95deg, var(--cyan-soft), var(--cyan)); -webkit-background-clip: text; background-clip: text; }
.digital-card-tags { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px; }
.digital-card-tags span { padding: 8px 10px; border: 1px solid rgba(143,232,255,.15); color: #8f9da5; font-size: 8px; text-transform: uppercase; letter-spacing: .18em; }
.digital-card-contact { position: relative; display: flex; flex-wrap: wrap; gap: 10px 28px; }
.digital-card-contact a { color: #aebbc3; font-size: 12px; }
.digital-card-actions { padding: 48px 36px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.digital-card-actions .button { width: 100%; }
.digital-card-actions .card-share-status { text-align: center; }
.card-legal { position: absolute; left: max(24px, 5vw); right: max(24px, 5vw); bottom: 23px; display: flex; justify-content: flex-end; gap: 24px; }
.card-legal a { color: #58666e; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }

.subpage-header { min-height: 92px; border-bottom: 1px solid var(--line); background: #070b0e; }
.subpage-header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.subpage-actions { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.subpage-back { color: #9eabb3; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.subpage-main { min-height: calc(100svh - 180px); background: var(--bg); }
.documents-hero { padding: 110px 0 90px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 25%, rgba(34,215,255,.08), transparent 32%), #070b0e; }
.documents-hero h1, .legal-document h1 { margin: 0; font-size: clamp(60px, 7vw, 116px); font-weight: 410; line-height: .9; letter-spacing: -.06em; }
.documents-hero h1 em, .legal-document h1 em { color: transparent; font-style: normal; background: linear-gradient(95deg, var(--cyan-soft), var(--cyan)); -webkit-background-clip: text; background-clip: text; }
.documents-hero > .shell > p:last-child { max-width: 560px; margin: 35px 0 0; color: var(--muted); font-size: 18px; }
.documents-list-section { padding: 80px 0 120px; }
.documents-list { border-top: 1px solid var(--line); }
.document-row { position: relative; min-height: 145px; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); transition: background-color .2s ease; }
.document-row.is-previewable:hover { background: rgba(34,215,255,.035); }
.document-type { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(34,215,255,.26); color: var(--cyan-soft); font: 600 9px/1 monospace; }
.document-copy h2 { margin: 0 0 9px; font-size: clamp(25px, 2.4vw, 38px); font-weight: 430; letter-spacing: -.035em; }
.document-preview-link { color: inherit; }
.document-preview-link::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.document-preview-link:focus-visible { outline: 1px solid var(--cyan); outline-offset: 7px; }
.document-copy p { max-width: 680px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.document-copy span { display: inline-block; margin-top: 9px; color: #5f6d75; font-size: 10px; }
.document-actions { position: relative; z-index: 2; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.document-download { min-height: 48px; padding: 0 19px; display: inline-flex; align-items: center; gap: 18px; border: 1px solid var(--line); color: #c5d0d5; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.document-download i { color: var(--cyan); font-style: normal; font-size: 19px; }
.document-download:hover, .document-download:focus-visible { border-color: var(--cyan); color: #fff; }
.document-download.is-disabled { color: #5b6870; }
.documents-empty { min-height: 360px; padding: 60px; border: 1px solid var(--line); background: linear-gradient(130deg, rgba(14,23,30,.8), rgba(7,11,15,.76)); }
.documents-empty > span { color: var(--orange); font: 500 10px/1 monospace; }
.documents-empty h2 { margin: 70px 0 15px; font-size: clamp(38px, 4vw, 62px); font-weight: 420; letter-spacing: -.045em; }
.documents-empty p { max-width: 580px; margin: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.documents-empty .button { width: fit-content; }
.subpage-footer { padding: 34px 0; border-top: 1px solid var(--line); background: #070b0e; }
.subpage-footer .shell { display: flex; justify-content: space-between; gap: 30px; color: #687680; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.subpage-footer nav { display: flex; flex-wrap: wrap; gap: 22px; }

.legal-main { padding: 105px 0 130px; background: radial-gradient(circle at 86% 4%, rgba(34,215,255,.06), transparent 25%), var(--bg); }
.legal-document { max-width: 1040px; }
.legal-document > header { padding-bottom: 80px; border-bottom: 1px solid var(--line); }
.legal-updated { margin: 32px 0 0; color: #65737c; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.legal-document section { padding: 46px 0; display: grid; grid-template-columns: minmax(220px, .42fr) 1fr; gap: 70px; border-bottom: 1px solid var(--line); }
.legal-document section h2 { margin: 0; font-size: 22px; font-weight: 480; letter-spacing: -.02em; }
.legal-document section p { grid-column: 2; margin: 0 0 17px; color: #a7b3ba; font-size: 16px; line-height: 1.75; }
.legal-document section p:last-child { margin-bottom: 0; }
.legal-document section a { color: var(--cyan-soft); border-bottom: 1px solid rgba(34,215,255,.3); }
.legal-switch { padding-top: 48px; }
.legal-switch a { color: var(--cyan-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }

@media (max-width: 900px) {
  .share-dialog { grid-template-columns: 1fr; width: min(650px, 96vw); }
  .share-preview-frame { min-height: 0; aspect-ratio: 1.91 / 1; }
  .share-preview-frame::after { box-shadow: inset 0 -40px 60px rgba(5,8,11,.25); }
  .share-dialog-content { padding: 42px 34px 36px; }
  .digital-card { grid-template-columns: 1fr; max-width: 700px; }
  .digital-card-visual { min-height: 540px; border-right: 0; border-bottom: 1px solid rgba(143,232,255,.15); }
  .digital-card-actions { padding: 30px; display: grid; grid-template-columns: 1fr 1fr; }
  .digital-card-actions .card-share-status { grid-column: 1 / -1; }
  .legal-document section { grid-template-columns: 1fr; gap: 22px; }
  .legal-document section p { grid-column: 1; }
}

@media (max-width: 600px) {
  .share-fab { right: 15px; bottom: 15px; width: 50px; height: 50px; min-height: 50px; padding: 0; justify-content: center; }
  body.cookie-banner-visible .share-fab { z-index: 240; bottom: calc(var(--cookie-banner-height, 180px) + 22px); }
  .share-fab span { display: none; }
  .share-modal { padding: 10px; }
  .share-dialog { width: 100%; max-height: 96svh; }
  .share-preview-frame { min-height: 0; }
  .share-close { top: 9px; right: 9px; width: 40px; height: 40px; }
  .share-dialog-content { padding: 28px 22px 24px; }
  .share-dialog-content h2 { font-size: 39px; }
  .share-dialog-content h1 { font-size: 39px; }
  .share-dialog-content > p:not(.share-kicker,.share-status) { margin-top: 17px; font-size: 14px; }
  .share-card-contacts { margin-top: 20px; }
  .share-primary-actions { margin-top: 24px; grid-template-columns: 1fr; }
  .share-primary-actions .button { touch-action: manipulation; }
  .share-channels { display: grid; grid-template-columns: 1fr 1fr; }
  .share-channels a, .share-channels button { justify-content: center; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 17px; grid-template-columns: 1fr; gap: 14px; }
  .cookie-actions { justify-content: space-between; }
  .site-footer { padding-bottom: 92px; }
  .footer-side { min-width: 0; }
  .footer-links { justify-content: flex-end; gap: 8px 13px; }
  .card-page { padding: 74px 15px 75px; align-items: start; }
  .card-back { top: 22px; left: 18px; }
  .digital-card-visual { min-height: 470px; padding: 30px 25px; }
  .digital-card-logo { width: 100px; }
  .digital-card-head span { max-width: 90px; text-align: right; line-height: 1.5; }
  .digital-card-main > p { font-size: 9px; }
  .digital-card-main h1 { font-size: clamp(49px, 15vw, 66px); }
  .digital-card-tags { margin-top: 29px; gap: 6px; }
  .digital-card-tags span { font-size: 7px; }
  .digital-card-contact { display: grid; gap: 8px; }
  .digital-card-actions { padding: 24px 20px; grid-template-columns: 1fr; }
  .digital-card-actions .card-share-status { grid-column: 1; }
  .card-legal { bottom: 24px; justify-content: center; }
  .subpage-header, .subpage-header-inner { min-height: 76px; }
  .subpage-header .brand-copy { display: none; }
  .subpage-actions { gap: 13px; }
  .subpage-back { font-size: 8px; letter-spacing: .1em; }
  .documents-hero { padding: 78px 0 65px; }
  .documents-hero h1 { font-size: clamp(52px, 16vw, 75px); }
  .legal-document h1 { font-size: clamp(40px, 11vw, 54px); }
  .legal-document h1 em { display: inline-block; font-size: .82em; letter-spacing: -.045em; }
  .documents-hero > .shell > p:last-child { font-size: 15px; line-height: 1.55; }
  .documents-list-section { padding: 45px 0 80px; }
  .document-row { padding: 28px 0; grid-template-columns: 56px 1fr; gap: 16px; }
  .document-type { width: 50px; height: 50px; }
  .document-actions { grid-column: 2; justify-content: flex-start; }
  .document-download { width: fit-content; }
  .documents-empty { min-height: 330px; padding: 30px 25px; }
  .documents-empty h2 { margin-top: 60px; }
  .documents-empty .button { width: 100%; }
  .subpage-footer .shell { display: grid; }
  .subpage-footer nav { gap: 12px; }
  .legal-main { padding: 72px 0 90px; }
  .legal-document > header { padding-bottom: 55px; }
  .legal-document section { padding: 36px 0; }
  .legal-document section p { font-size: 15px; line-height: 1.7; }
}

.error-404 { position: relative; min-height: 100svh; padding: 8vw max(25px, 7vw); display: grid; align-items: center; overflow: hidden; isolation: isolate; background: #05080b; }
.error-404::before { content: ""; position: absolute; z-index: -3; inset: 0; background-image: linear-gradient(90deg, rgba(5,8,11,.99) 0%, rgba(5,8,11,.9) 46%, rgba(5,8,11,.18) 100%), var(--error-image); background-size: cover; background-position: center; opacity: .78; }
.error-404::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 76% 50%, rgba(34,215,255,.12), transparent 32%); }
.error-grid { position: absolute; z-index: -2; inset: 0; opacity: .25; background-image: linear-gradient(rgba(34,215,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(34,215,255,.08) 1px, transparent 1px); background-size: 70px 70px; }
.error-brand { position: absolute; top: 38px; left: max(25px, 7vw); }
.error-brand .brand-mark { width: 110px; }
.error-copy { position: relative; max-width: 960px; }
.error-copy > p { margin: 0 0 22px; color: var(--cyan-soft); font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .22em; }
.error-copy > strong { position: absolute; z-index: -1; left: -12px; top: -96px; color: rgba(143,232,255,.045); font-size: clamp(180px, 25vw, 390px); font-weight: 700; line-height: 1; letter-spacing: -.09em; }
.error-copy h1 { margin: 0; max-width: 900px; font-size: clamp(52px, 6.5vw, 108px); font-weight: 410; line-height: .93; letter-spacing: -.058em; }
.error-copy h1 em { color: transparent; font-style: normal; background: linear-gradient(95deg, var(--cyan-soft), var(--cyan)); -webkit-background-clip: text; background-clip: text; }
.error-actions { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 12px; }
.error-code { position: absolute; right: max(25px, 7vw); bottom: 30px; color: #53616a; font: 500 9px/1 monospace; letter-spacing: .16em; }

@media (max-width: 600px) {
  .error-404 { padding-top: 130px; align-items: start; }
  .error-brand { top: 74px; }
  .error-copy > strong { top: -35px; font-size: 170px; }
  .error-copy h1 { font-size: 49px; }
  .error-actions { display: grid; margin-top: 38px; }
}

/* PM-84 hero easter eggs: 8 contours, 4 nodes, hidden P/M trajectories. */
.pm84-secret-field { position: absolute; z-index: -1; inset: 10% 2% 6% 48%; pointer-events: none; opacity: .52; }
.pm84-rings { position: absolute; inset: 5% 0 0 10%; display: grid; place-items: center; }
.pm84-rings i { position: absolute; width: calc(19% + var(--ring, 0) * 8%); aspect-ratio: 1; border: 1px solid rgba(143,232,255,.11); border-radius: 50%; transform: rotate(18deg); }
.pm84-rings i:nth-child(1) { width: 19%; }
.pm84-rings i:nth-child(2) { width: 27%; }
.pm84-rings i:nth-child(3) { width: 35%; }
.pm84-rings i:nth-child(4) { width: 43%; }
.pm84-rings i:nth-child(5) { width: 51%; }
.pm84-rings i:nth-child(6) { width: 59%; }
.pm84-rings i:nth-child(7) { width: 67%; }
.pm84-rings i:nth-child(8) { width: 75%; border-color: rgba(255,122,26,.13); }
.pm84-points b { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px var(--cyan); animation: pm84-node 4.8s ease-in-out infinite; }
.pm84-points b:nth-child(1) { left: 34%; top: 20%; }
.pm84-points b:nth-child(2) { right: 10%; top: 42%; animation-delay: -1.2s; }
.pm84-points b:nth-child(3) { left: 26%; bottom: 18%; animation-delay: -2.4s; }
.pm84-points b:nth-child(4) { right: 31%; bottom: 8%; background: var(--orange); box-shadow: 0 0 13px var(--orange); animation-delay: -3.6s; }
.pm84-traces { position: absolute; inset: 8% 3% 3% 8%; width: 86%; height: 86%; overflow: visible; fill: none; stroke: rgba(143,232,255,.14); stroke-width: 1.15; stroke-dasharray: 4 17; }
.pm84-traces .trace-p { stroke-dashoffset: 84; animation: pm84-dash 18s linear infinite; }
.pm84-traces .trace-m { stroke: rgba(255,122,26,.12); stroke-dashoffset: -84; animation: pm84-dash 24s linear infinite reverse; }
.pm84-coordinate, .pm84-code { position: absolute; color: rgba(143,232,255,.36); font: 500 8px/1.2 monospace; letter-spacing: .2em; }
.pm84-coordinate { right: 11%; top: 12%; }
.pm84-code { left: 13%; bottom: 12%; color: rgba(255,122,26,.34); }
@keyframes pm84-node { 0%, 100% { opacity: .28; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.25); } }
@keyframes pm84-dash { to { stroke-dashoffset: -240; } }

@media (max-width: 820px) {
  .pm84-secret-field { inset: 20% -18% 9% 24%; opacity: .34; }
  .pm84-coordinate { right: 18%; }
}

@media (prefers-reduced-motion: reduce) {
  .pm84-points b, .pm84-traces .trace-p, .pm84-traces .trace-m { animation: none !important; }
}

/* PM-84 light visual system */
:root {
  --bg: #f4f7fa;
  --bg-soft: #edf2f6;
  --panel: #ffffff;
  --panel-2: #eaf0f5;
  --text: #17242e;
  --muted: #60717f;
  --line: rgba(32,61,82,.14);
  --cyan: #1976d2;
  --cyan-soft: #0b5ea8;
  --orange: #e47718;
}
body { background: var(--bg); color: var(--text); }
.page-progress { background: rgba(20,46,64,.06); }
.site-header.is-scrolled { background: rgba(248,251,253,.9); border-color: var(--line); box-shadow: 0 9px 32px rgba(29,55,73,.06); }
.brand-mark { fill: currentColor; stroke: none; }
.brand-copy { border-left-color: rgba(21,32,42,.24); }
.site-nav a { color: #516777; }
.header-contact span { color: var(--cyan); }

.hero { background: #f8fafc; }
.hero::before { background-image: linear-gradient(90deg, rgba(250,252,253,.99) 0%, rgba(250,252,253,.98) 31%, rgba(250,252,253,.72) 50%, rgba(250,252,253,.04) 78%), var(--hero-image); filter: saturate(.9) contrast(.98); }
.hero::after { background: radial-gradient(650px circle at var(--pointer-x) var(--pointer-y), rgba(25,118,210,.08), transparent 61%), linear-gradient(180deg, rgba(255,255,255,0) 68%, #f4f7fa 100%); }
.hero-grid { opacity: .3; background-image: linear-gradient(rgba(25,118,210,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(25,118,210,.1) 1px, transparent 1px); }
.hero-light { border-color: rgba(25,118,210,.12); box-shadow: 0 0 120px rgba(25,118,210,.06), inset 0 0 80px rgba(25,118,210,.04); }
.hero h1 em, .section-heading h2 em, .contact h2 em, .documents-hero h1 em, .legal-document h1 em, .error-copy h1 em { background-image: linear-gradient(95deg, #164f81, var(--cyan) 60%, #65a9e4); }
.hero-lead { color: #465d6e; }
.button-primary { color: #fff; box-shadow: 0 12px 35px rgba(25,118,210,.18); }
.button-primary:hover { box-shadow: 0 16px 42px rgba(25,118,210,.25); }
.button-ghost { color: #234155; background: rgba(255,255,255,.68); border-color: rgba(25,78,116,.24); }
.hero-meta { color: #597080; }
.signal { color: #345165; background: rgba(255,255,255,.8); border-color: rgba(25,118,210,.2); box-shadow: 0 12px 32px rgba(29,55,73,.12); }
.signal.is-dodging { border-color: rgba(25,118,210,.48); background: rgba(255,255,255,.95); box-shadow: 0 15px 40px rgba(29,55,73,.15), 0 0 22px rgba(25,118,210,.08); }
.orbit { border-color: rgba(25,118,210,.2); }
.scroll-cue { color: #5f7787; }
.pm84-rings i { border-color: rgba(25,93,145,.15); }
.pm84-rings i:nth-child(8) { border-color: rgba(228,119,24,.19); }
.pm84-traces { stroke: rgba(25,93,145,.2); }
.pm84-traces .trace-m { stroke: rgba(228,119,24,.18); }
.pm84-coordinate { color: rgba(25,93,145,.46); }
.pm84-code { color: rgba(202,92,0,.46); }

.competence-line, .expertise, .contact, .site-footer, .subpage-header, .subpage-footer { background: #fff; }
.competence-track { color: #5b7181; }
.about { background: radial-gradient(circle at 88% 8%, rgba(25,118,210,.07), transparent 30%), var(--bg); }
.about-copy .large-copy { color: #263e4f; }
.mindset-card { background: linear-gradient(130deg, rgba(255,255,255,.97), rgba(237,244,248,.9)); box-shadow: 0 18px 48px rgba(38,66,86,.06); }
.mindset-card::after { border-color: rgba(25,118,210,.12); box-shadow: 0 0 60px rgba(25,118,210,.05); }
.expertise-card:hover, .contact-links a:hover { background: linear-gradient(90deg, rgba(25,118,210,.06), transparent 72%); }
.expertise-icon { color: var(--cyan); background: #f7fafc; }
.expertise-number, .expertise-tag { color: #627887; }
.system-break { border-color: rgba(25,118,210,.18); background: radial-gradient(circle at 78% 50%, rgba(25,118,210,.12), transparent 35%), linear-gradient(120deg, #eef5fa, #fff 62%); }
.system-break-grid { background-image: linear-gradient(rgba(25,118,210,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(25,118,210,.09) 1px, transparent 1px); }
.system-break h2 span { color: var(--cyan); }
.system-formula { color: #607584; }
.system-formula i { color: #9aabb6; }
.fit-list p { color: #314b5c; }
.contact-orb { background: radial-gradient(circle, rgba(25,118,210,.1), rgba(25,118,210,.02) 40%, transparent 69%); }
.footer-inner p, .footer-inner a { color: #4e6473; }

.share-fab { color: #17364c; background: rgba(255,255,255,.9); border-color: rgba(25,118,210,.3); box-shadow: 0 16px 44px rgba(29,55,73,.16); }
.share-fab:hover { background: #fff; }
.share-backdrop { background: rgba(25,39,49,.58); }
.share-dialog { border-color: rgba(25,78,116,.18); background: #fff; box-shadow: 0 36px 100px rgba(29,55,73,.25); }
.share-close { color: #203846; background: rgba(255,255,255,.9); border-color: rgba(25,78,116,.18); }
.share-preview-frame { background: #f4f7fa; }
.share-preview-frame::after { box-shadow: inset -70px 0 80px rgba(244,247,250,.16); }
.share-card-contacts a { color: #334e60; }
.share-channels a, .share-channels button { color: #526a7a; }
.cookie-banner { background: rgba(255,255,255,.97); border-color: rgba(25,118,210,.2); box-shadow: 0 22px 70px rgba(29,55,73,.2); }
.cookie-actions a { color: #526a7a; }
.cookie-actions button { color: #fff; }

.card-page, .error-404 { background: #f4f7fa; }
.card-page::before { background-image: linear-gradient(90deg, rgba(244,247,250,.97), rgba(244,247,250,.84) 54%, rgba(244,247,250,.28)), var(--card-image); opacity: .82; }
.card-page::after { background: radial-gradient(circle at 76% 42%, rgba(25,118,210,.1), transparent 35%), linear-gradient(180deg, transparent 62%, #f4f7fa); }
.card-page-grid, .error-grid { background-image: linear-gradient(rgba(25,118,210,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(25,118,210,.08) 1px, transparent 1px); }
.card-back, .card-legal a { color: #526979; }
.documents-hero { background: radial-gradient(circle at 82% 25%, rgba(25,118,210,.08), transparent 32%), #fff; }
.documents-empty { background: linear-gradient(130deg, rgba(255,255,255,.96), rgba(235,242,247,.88)); }
.document-type { border-color: rgba(25,118,210,.26); color: var(--cyan); }
.document-row.is-previewable:hover { background: rgba(25,118,210,.045); }
.document-card-link { position: absolute; inset: 0; z-index: 1; }
.document-actions { z-index: 3; }
.document-download { color: #3c5668; background: rgba(255,255,255,.72); }
.document-download:hover, .document-download:focus-visible { color: #1d4058; }
.legal-document section p { color: #4f6676; }
.legal-document section a, .legal-switch a { color: var(--cyan); }
.error-404::before { background-image: linear-gradient(90deg, rgba(244,247,250,.98) 0%, rgba(244,247,250,.9) 46%, rgba(244,247,250,.28) 100%), var(--error-image); opacity: .82; }
.error-404::after { background: radial-gradient(circle at 76% 50%, rgba(25,118,210,.12), transparent 32%); }

@media (max-width: 820px) {
  .site-header, .site-header.is-scrolled { background: rgba(248,251,253,.98); backdrop-filter: none; }
  .brand { position: relative; z-index: 3; }
  .site-nav { z-index: 2; min-height: 100vh; min-height: 100dvh; overflow-y: auto; background: #f8fbfd; border-color: var(--line); }
  body.admin-bar .site-nav { top: 48px; min-height: calc(100vh - 48px); min-height: calc(100dvh - 48px); }
  .site-nav a { width: min(100%, 320px); justify-content: center; color: #304c5f; text-align: center; }
  .hero::before { background-image: linear-gradient(180deg, rgba(250,252,253,.96) 0%, rgba(250,252,253,.88) 58%, rgba(250,252,253,.62) 100%), var(--hero-image); background-position: 65% center; }
  .brand, .menu-toggle, .site-nav a, .subpage-back, .footer-links a, .card-legal a { min-height: 44px; }
  .site-nav a, .footer-links a, .card-legal a { display: inline-flex; align-items: center; }
  .qr-main { padding: 94px 0 110px; }
  .qr-grid { grid-template-columns: 1fr; max-width: 620px; }
  .qr-card { display: grid; grid-template-columns: 210px 1fr; gap: 0 26px; }
  .qr-code-visual { grid-row: 1 / span 5; }
  .qr-card h2 { margin-top: 8px; }
}

@media (max-width: 560px) {
  .vcard-qr-popover { display: none; }
  .qr-main { padding: 74px 0 90px; }
  .qr-hero h1 { font-size: clamp(52px, 15vw, 72px); }
  .qr-grid { margin-top: 48px; }
  .qr-card { display: flex; padding: 22px; }
  .qr-card h2 { margin-top: 22px; }
}
