@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Unbounded:wght@400;500;600&display=swap');

:root {
  --bg: #080b0b;
  --panel: #101515;
  --panel-2: #151c1b;
  --text: #f4f7f6;
  --muted: #9ca9a6;
  --line: rgba(255,255,255,.16);
  --accent: #36f1c7;
  --accent-dark: #062e27;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;
}
body::selection { color: #001612; background: var(--accent); }
a { color: inherit; text-decoration: none; }
.noise {
  position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.header {
  width: 100%; max-width: none; margin: 0 auto; min-height: 80px;
  padding: 14px max(24px, calc((100vw - var(--max))/2 + 24px));
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  border-bottom: 1px solid var(--line); position: fixed; z-index: 90; top: 0; left: 50%;
  background: rgba(8,11,11,.88); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  opacity: 0; pointer-events: none; transform: translate(-50%,-110%);
  transition: opacity .3s ease, transform .45s cubic-bezier(.2,.8,.2,1);
}
.header.is-visible { opacity: 1; pointer-events: auto; transform: translate(-50%,0); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { font: 600 24px/1 'Unbounded'; letter-spacing: -3px; color: var(--accent); }
.brand-name { font-size: 11px; line-height: 1.05; text-transform: uppercase; letter-spacing: .04em; }
.nav { display: flex; gap: 34px; margin-left: auto; }
.nav a { color: #cdd4d2; font-size: 14px; transition: color .2s; }
.nav a:hover { color: var(--accent); }
.language-switcher { display: flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 5px; }
.language-switcher button {
  min-width: 34px; height: 32px; padding: 0 7px; border: 0; border-radius: 3px; cursor: pointer;
  background: transparent; color: var(--muted); font: 600 10px/1 'Unbounded'; transition: background .2s, color .2s;
}
.language-switcher button:hover { color: var(--text); }
.language-switcher button.is-active { background: var(--accent); color: #061512; }
.button {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 30px;
  min-height: 54px; padding: 0 22px; background: var(--accent); color: #061512; font-weight: 700;
  border: 1px solid var(--accent); border-radius: 5px; transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-3px); background: #7affde; }
.button--small { min-height: 48px; padding: 0 18px; gap: 20px; }
.section { width: 100%; max-width: var(--max); margin: 0 auto; padding: 130px 24px; }

.hero { padding-top: 18px; display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); column-gap: 70px; align-items: stretch; }
.hero-art {
  position: relative; height: min(650px, calc(100vh - 116px)); min-height: 540px;
  overflow: hidden; border-right: 1px solid var(--line); background: #0b1110;
}
.hero-art::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(8,11,11,.2) 0%, transparent 38%, rgba(8,11,11,.05) 60%, rgba(8,11,11,.92) 100%);
}
.hero-portrait { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; filter: saturate(.9) contrast(1.03); }
.hero-letter {
  position: absolute; top: 28px; z-index: 3; font: 600 clamp(62px,6.5vw,92px)/.84 'Unbounded';
  letter-spacing: -.12em; transform: none;
}
.hero-letter--solid {
  left: 30px;
  color: transparent; background: linear-gradient(145deg, #15dcb0 0%, #52ffd9 43%, #178d7b 100%);
  -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 60px rgba(54,241,199,.18));
}
.hero-letter--outline { left: clamp(92px,9.3vw,132px); color: transparent; -webkit-text-stroke: clamp(1px,.18vw,2px) rgba(244,247,246,.78); }
.orbit { display: none; position: absolute; border: 1px solid rgba(54,241,199,.5); border-radius: 50%; }
.orbit--one { width: clamp(150px,18vw,260px); height: clamp(150px,18vw,260px); right: 7%; top: 28%; animation: float 8s ease-in-out infinite; }
.orbit--two { width: clamp(42px,5vw,72px); height: clamp(42px,5vw,72px); right: 22%; top: 45%; background: var(--accent); box-shadow: 0 0 50px rgba(54,241,199,.5); animation: float 5s ease-in-out infinite reverse; }
.art-label { position: absolute; z-index: 3; top: 22px; right: 12px; color: #d5dddb; font: 10px/1 'Unbounded'; writing-mode: vertical-rl; text-shadow: 0 1px 5px #000; }
.hero-name {
  position: absolute; z-index: 3; left: 32px; bottom: 26px; margin: 0; padding-top: 15px; width: calc(100% - 65px);
  border-top: 1px solid var(--line); font: 500 clamp(16px,1.45vw,21px)/1 'Unbounded';
  letter-spacing: -.035em; text-transform: uppercase;
}
.hero-name span { color: var(--accent); }
.hero-content { min-width: 0; display: flex; flex-direction: column; justify-content: flex-start; padding: 54px 0 24px; }
.hero-copy { padding-top: 0; }
.eyebrow, .section-index { font: 500 11px/1.4 'Unbounded'; color: var(--muted); letter-spacing: .05em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 13px var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin: 36px 0 0; font: 400 clamp(38px,4.2vw,64px)/.98 'Unbounded'; letter-spacing: -.055em; }
h1 em, h2 span, .cta h2 em { color: var(--accent); font-style: normal; }
.hero-intro { border-top: 1px solid var(--line); padding: 25px 0 0; margin-top: 48px; }
.hero-intro > p { max-width: 570px; font-size: clamp(17px,1.45vw,22px); line-height: 1.5; color: #d8dddc; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; color: #d7dedd; }
.text-link span { color: var(--accent); margin-left: 10px; }
.hero-manifesto {
  grid-column: 1 / -1; margin: 105px 0 0; max-width: 1200px;
  font: 400 clamp(32px,5.25vw,78px)/1.03 'Unbounded'; letter-spacing: -.055em;
}
.hero-manifesto span { display: block; color: var(--muted); }

.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; padding: 22px 0; }
.ticker-track { width: max-content; display: flex; align-items: center; animation: ticker 26s linear infinite; will-change: transform; }
.ticker-group { min-width: 100vw; flex: 0 0 auto; display: flex; align-items: center; justify-content: space-around; gap: 30px; padding-right: 30px; }
.ticker span { font: 400 20px/1 'Unbounded'; }
.ticker i { color: var(--accent); font-style: normal; }

.section-head { display: grid; grid-template-columns: .38fr 1fr; gap: 40px; margin-bottom: 80px; }
.section-head h2, .audience h2 { margin: 0; font: 400 clamp(40px,5.4vw,78px)/1.02 'Unbounded'; letter-spacing: -.055em; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.service-card { position: relative; min-height: 660px; padding: 32px; display: flex; flex-direction: column; background: var(--panel); border: 1px solid var(--line); overflow: hidden; }
.service-card--primary { background: var(--accent); color: #061512; border-color: var(--accent); }
.service-card--dark { grid-column: 1/-1; min-height: 520px; padding-right: 51%; background: radial-gradient(circle at 79% 55%, rgba(54,241,199,.25), transparent 7%), repeating-radial-gradient(circle at 79% 55%, transparent 0 34px, rgba(54,241,199,.18) 35px 36px); }
.card-number { font: 11px/1 'Unbounded'; opacity: .66; }
.card-symbol { position: absolute; right: 32px; top: 25px; font: 400 60px/1 'Unbounded'; }
.card-symbol--pulse { color: var(--accent); animation: pulse 2.5s ease-in-out infinite; }
.service-card h3 { margin: auto 0 28px; font: 400 clamp(33px,4vw,58px)/1.02 'Unbounded'; letter-spacing: -.05em; }
.service-card > p { max-width: 650px; font-size: 17px; line-height: 1.55; color: var(--muted); }
.service-card--primary > p { color: #163a33; }
.service-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; margin: 24px 0 32px; padding: 0; list-style: none; }
.service-card li { border-top: 1px solid currentColor; padding-top: 10px; font-size: 13px; }
.service-card .result { margin: 0; padding-top: 22px; border-top: 1px solid currentColor; color: inherit; }
.service-contact {
  grid-column: 1/-1; min-height: 132px; padding: 28px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  border: 1px solid var(--line); background: linear-gradient(100deg, rgba(54,241,199,.13), rgba(54,241,199,.02));
}
.service-contact p { max-width: 660px; margin: 0; font: 400 clamp(19px,2.2vw,30px)/1.2 'Unbounded'; letter-spacing: -.035em; }
.service-contact__button { min-width: 280px; flex: 0 0 auto; }
.do-dont { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 25px; }
.do-dont div { padding: 22px; background: rgba(0,0,0,.32); border: 1px solid var(--line); }
.do-dont small { display: flex; align-items: center; gap: 10px; color: var(--accent); font: 10px/1 'Unbounded'; }
.do-dont small::before { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 600 17px/1 'Manrope'; }
.do-dont__item--no small::before { content: '×'; color: #ff8277; }
.do-dont__item--yes small::before { content: '✓'; color: var(--accent); }
.do-dont p { margin: 22px 0 0; color: #cbd3d1; }

.audience { display: grid; grid-template-columns: 1.05fr .6fr; gap: 70px; }
.audience-title { grid-column: 1/-1; display: grid; grid-template-columns: .38fr 1fr; gap: 40px; }
.audience-copy { font-size: 19px; line-height: 1.55; color: #ccd4d2; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
.tag-cloud span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 50px; color: var(--accent); font-size: 12px; }
.fit-title { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.fit-row { display: grid; grid-template-columns: 45px 1fr 25px; align-items: center; border-top: 1px solid var(--line); padding: 18px 0; }
.fit-row span { color: var(--muted); font-size: 11px; }
.fit-row p { margin: 0; font-size: 17px; }
.fit-row b { color: var(--accent); }

.process { background: #dce5e2; color: #07110f; max-width: none; padding-left: max(24px, calc((100vw - var(--max))/2 + 24px)); padding-right: max(24px, calc((100vw - var(--max))/2 + 24px)); }
.process .section-index { color: #52625e; }
.process h2 span { color: #08725f; }
.process-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.process-console { align-self: start; background: #0a100f; color: #d9e3e0; border: 1px solid #26302e; border-radius: 8px; box-shadow: 18px 22px 0 var(--accent); overflow: hidden; font-family: monospace; }
.console-top { padding: 12px 16px; background: #151d1b; display: flex; gap: 7px; align-items: center; border-bottom: 1px solid #28312f; }
.console-top span { width: 8px; height: 8px; border-radius: 50%; background: #50605c; }
.console-top small { margin-left: auto; color: #80908c; }
.console-body { padding: 34px; min-height: 380px; display: flex; flex-direction: column; justify-content: space-between; }
.console-body p { margin: 0; }
.console-body b, .console-ok { color: var(--accent); }
.console-loading i { display: inline-block; width: 5px; height: 5px; margin-left: 5px; border-radius: 50%; background: var(--accent); animation: blink 1.2s infinite; }
.console-loading i:nth-child(2) { animation-delay: .2s; }.console-loading i:nth-child(3) { animation-delay: .4s; }
.process-steps > div { position: relative; padding: 0 0 38px 70px; border-left: 1px solid #9ba8a4; }
.process-steps span { position: absolute; left: -20px; top: 0; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #07110f; color: var(--accent); font: 10px/1 'Unbounded'; }
.process-steps h3 { font: 400 25px/1.15 'Unbounded'; margin-bottom: 12px; }
.process-steps p { color: #40504c; line-height: 1.5; }

.about-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.about-card { min-height: 400px; padding: 27px; border: 1px solid var(--line); display: flex; flex-direction: column; transition: background .3s, color .3s; }
.about-card:hover { background: var(--accent); color: #061512; }
.about-card span { font: 11px/1 'Unbounded'; color: var(--accent); }
.about-card:hover span { color: #061512; }
.about-card h3 { margin: auto 0 30px; font: 400 28px/1.1 'Unbounded'; letter-spacing: -.04em; }
.about-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.about-card:hover p { color: #183b34; }

.cta { position: relative; max-width: none; min-height: 820px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; background: var(--accent); color: #061512; padding-left: max(24px, calc((100vw - var(--max))/2 + 24px)); padding-right: max(24px, calc((100vw - var(--max))/2 + 24px)); }
.cta-kicker { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(6,21,18,.3); padding-bottom: 20px; font: 11px/1 'Unbounded'; text-transform: uppercase; }
.cta h2 { position: relative; z-index: 2; max-width: 1200px; margin: 60px 0 34px; font: 400 clamp(48px,7.3vw,110px)/.93 'Unbounded'; letter-spacing: -.07em; }
.cta h2 em { color: #08725f; }
.cta > p { position: relative; z-index: 2; font-size: 20px; line-height: 1.5; }
.cta-button { position: relative; z-index: 2; width: min(100%, 520px); margin-top: 40px; padding: 22px 0; display: flex; justify-content: space-between; border-top: 1px solid #061512; border-bottom: 1px solid #061512; font: 500 20px/1 'Unbounded'; }
.cta-button b { font-size: 30px; transition: transform .2s; }.cta-button:hover b { transform: translate(6px,-6px); }
.cta-orbit { position: absolute; width: 480px; height: 480px; right: -100px; bottom: -140px; border: 80px solid rgba(6,21,18,.08); border-radius: 50%; animation: float 8s infinite; }

.footer { max-width: var(--max); margin: 0 auto; padding: 80px 24px 28px; display: grid; grid-template-columns: .5fr 1fr 1fr; gap: 50px; align-items: start; }
.footer-brand { font: 600 clamp(60px,8vw,110px)/.8 'Unbounded'; letter-spacing: -.11em; color: var(--accent); }
.footer > p { max-width: 440px; color: var(--muted); line-height: 1.5; }
.footer > a { justify-self: end; padding-bottom: 7px; border-bottom: 1px solid var(--accent); color: var(--accent); }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; padding-top: 45px; margin-top: 30px; border-top: 1px solid var(--line); color: #73807d; font-size: 11px; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes ticker { to { transform: translate3d(-50%,0,0); } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-22px) rotate(5deg); } }
@keyframes pulse { 50% { opacity: .4; transform: scale(.85); } }
@keyframes blink { 50% { opacity: .2; transform: translateY(-3px); } }

@media (max-width: 900px) {
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { height: clamp(250px,48vw,380px); min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-letter { font-size: clamp(58px,11vw,84px); }
  .hero-letter--solid { left: 22px; }
  .hero-letter--outline { left: clamp(79px,14.5vw,110px); }
  .hero-content { padding-top: 44px; }
  .section-head, .audience-title { grid-template-columns: 1fr; gap: 20px; }
  .service-card--dark { padding-right: 32px; }
  .audience, .process-layout { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-card { min-height: 320px; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer > a { justify-self: start; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 64px; }
  .header {
    min-height: 62px; padding: 8px 12px; gap: 8px;
    opacity: 1; pointer-events: auto; transform: translate(-50%,0);
  }
  .brand-name { display: none; }
  .brand-mark { font-size: 21px; }
  .button--small { min-height: 40px; font-size: 11px; }
  .language-switcher { margin-left: auto; }
  .language-switcher button { min-width: 28px; height: 28px; padding: 0 5px; font-size: 9px; }
  .header .button--small { padding: 0 10px; gap: 6px; }
  .section { padding: 74px 16px; }
  .hero { position: relative; display: block; padding: 62px 0 0; }
  .hero-art {
    position: sticky; top: 62px; z-index: 0;
    height: calc(100svh - 62px); min-height: 590px; max-height: none;
    border: 0;
  }
  .hero-art::after {
    background: linear-gradient(180deg, #080b0b 0%, rgba(8,11,11,.92) 11%, rgba(8,11,11,.12) 43%, rgba(8,11,11,.72) 100%);
  }
  .hero-portrait {
    object-position: 50% 50%;
    transform: translateY(clamp(150px,22vh,190px)) scale(1.04);
    transform-origin: 50% 50%;
  }
  .hero-letter, .art-label { display: none; }
  .orbit--one { width: 29vw; height: 29vw; right: 6%; top: 19%; }
  .orbit--two { width: 9vw; height: 9vw; right: 21%; top: 42%; }
  .hero-name { left: 16px; bottom: 22px; width: calc(100% - 32px); padding-top: 10px; font-size: 11px; }
  .hero-content {
    position: relative; z-index: 4; display: block;
    min-height: calc(100svh - 62px); margin-top: calc(-100svh + 62px);
    padding: 28px 16px 0;
  }
  .hero-copy { min-height: calc(100svh - 90px); text-shadow: 0 2px 18px rgba(0,0,0,.72); }
  .eyebrow { font-size: 10px; }
  h1 { margin-top: 26px; font-size: clamp(32px,10.4vw,38px); line-height: 1; }
  .hero-intro {
    margin: 0 -16px; padding: 110px 16px 48px; border-top: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(8,11,11,.88) 24%, var(--bg) 68%);
  }
  .hero-intro > p { font-size: 16px; line-height: 1.48; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; margin-top: 28px; }
  .hero-actions .button { min-height: 50px; }
  .hero-manifesto {
    position: relative; z-index: 5; margin: 0; padding: 74px 16px;
    background: var(--bg); font-size: clamp(29px,9vw,34px);
  }
  .section-head h2, .audience h2 { font-size: clamp(34px,10vw,42px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 600px; padding: 24px; }
  .service-card--dark { grid-column: auto; min-height: 650px; background: radial-gradient(circle at 80% 82%, rgba(54,241,199,.28), transparent 7%), repeating-radial-gradient(circle at 80% 82%, transparent 0 25px, rgba(54,241,199,.18) 26px 27px); }
  .service-contact { min-height: 0; padding: 24px; align-items: stretch; flex-direction: column; gap: 22px; }
  .service-contact p { font-size: 19px; }
  .service-contact__button { width: 100%; min-width: 0; }
  .service-card ul, .do-dont { grid-template-columns: 1fr; }
  .audience { gap: 40px; }
  .process { padding-left: 16px; padding-right: 16px; }
  .process-steps { padding-left: 20px; }
  .process-console { box-shadow: 9px 12px 0 var(--accent); }
  .console-body { padding: 22px; min-height: 360px; font-size: 12px; }
  .about-card { min-height: 280px; }
  .cta { min-height: 680px; padding-left: 16px; padding-right: 16px; }
  .cta h2 { margin-top: 42px; font-size: clamp(40px,12.5vw,48px); }
  .cta-kicker span:last-child { display: none; }
  .footer { grid-template-columns: 1fr; padding: 60px 16px 24px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

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