: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 { 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: 18px; width: fit-content; }
.brand-mark { width: 94px; height: auto; fill: none; stroke: currentColor; stroke-width: 2.15; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; gap: 3px; margin-left: -22px; padding-left: 14px; 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-mobile { display: none; }
.site-nav li, .footer-links li, .subpage-menu li, .subpage-footer nav li, .card-legal li { margin: 0; list-style: none; }
.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.is-disabled { opacity: .5; cursor: not-allowed; pointer-events: none; }
.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 var(--signal-float-duration, 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: var(--signal-dodge-color, var(--cyan)); background: rgba(7,25,33,.88); box-shadow: 0 15px 40px rgba(0,0,0,.32), 0 0 22px color-mix(in srgb, var(--signal-dodge-color, var(--cyan)) 22%, transparent); }
.signal.is-caught { border-color: var(--catch-color, var(--orange)); color: #fff; background: rgba(32,21,12,.92); box-shadow: 0 0 0 5px color-mix(in srgb, var(--catch-color, var(--orange)) 18%, transparent), 0 0 38px color-mix(in srgb, var(--catch-color, var(--orange)) 45%, transparent), 0 18px 48px rgba(0,0,0,.38); }
.signal i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.signal.is-caught i { background: var(--catch-color, var(--orange)); box-shadow: 0 0 18px var(--catch-color, var(--orange)); }
.hero-catch-burst { position: absolute; z-index: 12; width: 1px; height: 1px; pointer-events: none; }
.hero-catch-burst::before, .hero-catch-burst::after { content: ""; position: absolute; left: 50%; top: 50%; border: 1px solid var(--catch-color, var(--orange)); border-radius: 50%; transform: translate(-50%, -50%); animation: caught-ring var(--catch-effect-duration, .9s) var(--ease) forwards; }
.hero-catch-burst::before { width: 18px; height: 18px; }
.hero-catch-burst::after { width: 18px; height: 18px; border-color: var(--cyan); animation-delay: .12s; }
.hero-catch-burst > span { position: absolute; left: 0; top: 0; width: 2px; height: 22px; background: linear-gradient(var(--catch-color, var(--orange)), transparent); transform-origin: 50% 0; transform: rotate(var(--ray-angle)) translateY(-14px) scaleY(.2); opacity: 0; animation: caught-ray var(--catch-effect-duration, .72s) .08s ease-out forwards; }
.signal-engineering { top: 20%; right: 4%; }
.signal-digital { top: 44%; left: 4%; animation-delay: -.9s; }
.signal-business { bottom: 20%; right: 12%; animation-delay: -1.8s; }
.signal-tech { bottom: 8%; left: 16%; 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; gap: 28px; color: #81909a; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; animation: marquee var(--ticker-duration, 35s) linear infinite; }
.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 caught-ring { 0% { opacity: .95; transform: translate(-50%, -50%) scale(.45); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(8); } }
@keyframes caught-ray { 0% { opacity: 1; transform: rotate(var(--ray-angle)) translateY(-12px) scaleY(.25); } 100% { opacity: 0; transform: rotate(var(--ray-angle)) translateY(-74px) scaleY(1); } }
@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: translateX(-50%); } }

@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 { min-height: 44px; }
  .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-desktop { display: none; }
  .site-nav-mobile { display: flex; }
  .site-nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: 24px; }
  .text-link, .footer-links a, .subpage-footer nav a, .card-legal a, .legal-document section a, .legal-switch a, .document-tag, .card-back, .digital-card-contact a { min-height: 44px; display: inline-flex; align-items: center; }
  .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: 15%; right: 2%; }
  .signal-digital { top: 50%; left: 2%; }
  .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 { display: none; }
  .scroll-cue { display: none; }
  .competence-track { min-height: 62px; gap: 20px; }
  .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 (hover: hover) and (pointer: fine) {
  .signal { pointer-events: auto; cursor: crosshair; user-select: 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; }

.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; flex-wrap: wrap; justify-content: flex-end; gap: 10px 24px; }
.card-legal a { color: #58666e; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.card-legal .footer-link-home { color: var(--orange); font-weight: 700; }

.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-menu { display: flex; align-items: center; gap: 18px; }
.subpage-menu a { min-height: 44px; display: inline-flex; align-items: center; color: #83919a; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.subpage-back, .subpage-home { min-height: 44px; display: inline-flex; align-items: center; color: #9eabb3; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.subpage-home, .subpage-footer .footer-link-home { color: var(--orange); font-weight: 700; }
.subpage-home:hover, .subpage-home:focus-visible, .subpage-footer .footer-link-home:hover, .subpage-footer .footer-link-home:focus-visible { color: #ffac70; }
.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; }
.document-filters { padding: 24px; display: grid; grid-template-columns: minmax(230px, 1.5fr) minmax(150px, .7fr) minmax(210px, 1fr) auto; align-items: end; gap: 14px; border: 1px solid var(--line); background: linear-gradient(130deg, rgba(15,25,32,.9), rgba(7,12,16,.72)); }
.document-search, .document-select { display: grid; gap: 9px; }
.document-search > span, .document-select > span { color: #73818a; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.document-search input, .document-select select { width: 100%; min-height: 48px; padding: 0 15px; border: 1px solid rgba(143,232,255,.16); border-radius: 0; color: #d7e0e5; background: #091016; font: inherit; font-size: 13px; outline: none; transition: border-color .2s ease, background-color .2s ease; }
.document-search input::placeholder { color: #5f6c74; }
.document-search input:focus, .document-select select:focus { border-color: rgba(34,215,255,.7); background: #0b141b; }
.document-filter-reset { min-height: 48px; padding: 0 17px; border: 0; color: var(--orange); background: transparent; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }
.document-filter-reset:hover, .document-filter-reset:focus-visible { color: #ffac70; }
.document-tag-filters { padding: 22px 0 8px; display: flex; flex-wrap: wrap; gap: 9px; }
.document-tag-filter, .document-tag { --tag-color: var(--cyan); position: relative; z-index: 2; min-height: 38px; padding: 0 13px; border: 1px solid var(--tag-color); color: var(--tag-color); background: transparent; font-size: 9px; font-weight: 650; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; transition: color .2s ease, background-color .2s ease, opacity .2s ease; }
.document-tag-filter:hover, .document-tag-filter:focus-visible, .document-tag:hover, .document-tag:focus-visible, .document-tag-filter.is-active { color: #071015; background: var(--tag-color); }
.document-tag-filter:not(.is-active) { opacity: .8; }
.document-tag-filter:first-child { --tag-color: #8e9da5; }
.document-filter-summary { min-height: 48px; display: flex; align-items: center; gap: 7px; color: #819098; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.document-filter-status { color: #53616a; }
.documents-list { border-top: 1px solid var(--line); }
.documents-list[hidden], .document-row[hidden] { display: none; }
.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-tags { position: relative; z-index: 2; margin-top: 13px; display: flex; flex-wrap: wrap; gap: 7px; }
.document-tag { min-height: 30px; padding-inline: 10px; font-size: 8px; }
.document-copy .document-size { 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; }
.documents-no-results { min-height: 300px; padding: 46px; border: 1px solid var(--line); background: linear-gradient(130deg, rgba(14,23,30,.8), rgba(7,11,15,.76)); }
.documents-no-results > span { color: var(--orange); font: 500 10px/1 monospace; }
.documents-no-results h2 { margin: 58px 0 12px; font-size: clamp(34px, 4vw, 54px); font-weight: 420; letter-spacing: -.045em; }
.documents-no-results p { margin: 0 0 25px; color: var(--muted); font-size: 15px; }
.documents-no-results .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; }

.generic-page-main { min-height: calc(100svh - 180px); padding: 105px 0 130px; background: radial-gradient(circle at 86% 4%, rgba(34,215,255,.06), transparent 25%), var(--bg); }
.generic-page-shell { max-width: 1040px; }
.generic-page-document > header { padding-bottom: 64px; border-bottom: 1px solid var(--line); }
.generic-page-document h1 { margin: 0; font-size: clamp(52px, 7vw, 104px); font-weight: 410; line-height: .93; letter-spacing: -.055em; overflow-wrap: anywhere; }
.generic-page-content { padding-top: 54px; color: #a7b3ba; font-size: 17px; line-height: 1.75; }
.generic-page-content > *:first-child { margin-top: 0; }
.generic-page-content h2, .generic-page-content h3 { margin: 52px 0 18px; color: var(--text); font-weight: 470; letter-spacing: -.025em; }
.generic-page-content h2 { font-size: 34px; }
.generic-page-content h3 { font-size: 25px; }
.generic-page-content a { color: var(--cyan-soft); border-bottom: 1px solid rgba(34,215,255,.3); }
.generic-page-content img { max-width: 100%; height: auto; }
.generic-page-content blockquote { margin: 36px 0; padding: 24px 28px; border-left: 2px solid var(--orange); background: rgba(255,255,255,.025); }

@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: 0 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-menu { display: none; }
  .subpage-back, .subpage-home { min-height: 44px; 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-filters { padding: 18px; grid-template-columns: 1fr; gap: 13px; }
  .document-filter-reset { width: 100%; border: 1px solid rgba(255,122,26,.26); }
  .document-tag-filters { padding-top: 18px; gap: 7px; }
  .document-tag-filter { min-height: 42px; }
  .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%; }
  .documents-no-results { min-height: 280px; padding: 30px 25px; }
  .documents-no-results .button { width: 100%; }
  .subpage-footer .shell { display: grid; }
  .subpage-footer nav { gap: 12px; }
  .legal-main { padding: 72px 0 90px; }
  .generic-page-main { padding: 72px 0 90px; }
  .generic-page-document > header { padding-bottom: 44px; }
  .generic-page-document h1 { font-size: clamp(42px, 12vw, 64px); }
  .generic-page-content { padding-top: 42px; font-size: 15px; line-height: 1.7; }
  .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; }
}

/* QR hub */
.footer-link-qr { color: var(--cyan) !important; font-weight: 700; }
.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: #0a1117; border: 1px solid rgba(143,232,255,.28); box-shadow: 0 22px 65px rgba(0,0,0,.55); 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: #0a1117; transform: translateX(-50%); }
.vcard-qr-popover img { width: 100%; height: auto; display: block; }
.vcard-qr-popover small { color: #9ba9b1; 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(34,215,255,.08), transparent 30%), var(--bg); }
.qr-hero { max-width: 960px; }
.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, var(--cyan-soft), var(--cyan) 60%, #68a8c2); -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: linear-gradient(145deg, rgba(17,26,33,.96), rgba(8,13,18,.9)); box-shadow: 0 22px 70px rgba(0,0,0,.22); }
.qr-code-visual { display: block; padding: 18px; background: #fff; border: 1px solid rgba(143,232,255,.16); }
.qr-code-visual img { width: 100%; height: auto; display: block; }
.qr-code-missing { aspect-ratio: 1; display: grid; place-content: center; gap: 10px; color: #1a2b35; text-align: center; }
.qr-code-missing span { font: 600 64px/1 monospace; letter-spacing: -.08em; }
.qr-code-missing small { font-size: 11px; }
.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 [data-qr-share] { color: #021015; background: #22cff3; border-color: #22cff3; font-weight: 750; }
.qr-card-actions [data-qr-share]:hover, .qr-card-actions [data-qr-share]:focus-visible { color: #021015; background: #8eeeff; border-color: #8eeeff; box-shadow: 0 8px 28px rgba(34,207,243,.2); }
.qr-card-actions .qr-download { grid-column: 1 / -1; color: #b9c7cf; background: rgba(255,255,255,.045); }
.qr-card-actions .qr-download:hover, .qr-card-actions .qr-download:focus-visible { color: var(--text); border-color: rgba(143,232,255,.42); }
.qr-status { min-height: 18px; margin: 10px 0 0; color: var(--cyan-soft); font-size: 11px; }

@media (min-width: 821px) {
  .footer-inner { grid-template-columns: auto minmax(150px, 1fr) auto; }
  .footer-side { min-width: 0; }
  .footer-links { flex-wrap: nowrap; }
}

@media (max-width: 820px) {
  .document-tag, .share-card-contacts a { min-height: 44px; 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(50px, 15vw, 70px); }
  .qr-grid { margin-top: 48px; }
  .qr-card { display: flex; padding: 22px; }
  .qr-card h2 { margin-top: 22px; }
}
