:root {
  --bg: #070808;
  --matte: #0d0e0f;
  --matte-2: #111214;
  --line: #292b2d;
  --text: #f1f1ef;
  --muted: #aaa;
  --orange: #ff5a0a;
  --orange-soft: rgba(255, 90, 10, .16);
  --green: #39d353;
  --display: 'Orbitron', sans-serif;
  --body: 'Inter', sans-serif;
  --max: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.shell { width: min(var(--max), 100%); margin-inline: auto; }
.grain { position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .027; 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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.topbar { height: 110px; position: fixed; inset: 0 0 auto; z-index: 50; padding: 0 max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; border-bottom: 1px solid #161718; background: rgba(7, 8, 8, .82); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 13px; }
.brand > img { width: 76px; height: 76px; object-fit: contain; filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .55)); }
.brand-copy { display: grid; font-family: var(--display); letter-spacing: .17em; }
.brand-copy strong { font-size: 1rem; }
.brand-copy > span { display: flex; align-items: center; gap: 9px; margin-top: 3px; color: var(--orange); font-size: .72rem; letter-spacing: .42em; }
.brand-copy i { display: block; width: 46px; height: 2px; background: var(--orange); }
nav { display: flex; justify-content: center; gap: clamp(22px, 2.4vw, 42px); }
nav a { position: relative; padding: 15px 0; color: #ddd; font-family: var(--display); font-size: .61rem; letter-spacing: .17em; white-space: nowrap; }
nav a::after { content: ""; position: absolute; right: 100%; bottom: 0; left: 0; height: 2px; background: var(--orange); transition: right .25s ease; }
nav a:hover::after, nav a.active::after { right: 55%; }
nav a.active { color: var(--orange); }
.consult { border: 1px solid var(--orange); border-radius: 4px; padding: 13px 22px; font-family: var(--display); font-size: .64rem; letter-spacing: .15em; transition: background .2s, color .2s; }
.consult:hover { background: var(--orange); color: #080808; }
.menu { display: none; background: none; border: 1px solid var(--line); color: #fff; padding: 9px 12px; font: inherit; }

.eyebrow { margin: 0; color: #9d9fa2; font-family: var(--display); font-size: .65rem; letter-spacing: .17em; }
.online-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.hero { min-height: 790px; padding: 160px 58px 60px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 28px; position: relative; }
.hero-left { position: relative; z-index: 2; }
.hero h1 { margin: 20px 0 28px; font-family: var(--display); font-size: clamp(3rem, 4.45vw, 5.45rem); line-height: 1.04; letter-spacing: .025em; }
.hero h1 span { color: var(--orange); }
.lead { max-width: 680px; color: #b6b7b9; font-size: 1.02rem; }
.actions { display: flex; gap: 18px; margin-top: 34px; }
.btn { min-height: 52px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; border: 1px solid #4b4d50; border-radius: 4px; font-family: var(--display); font-size: .65rem; letter-spacing: .08em; transition: transform .2s, border-color .2s, background .2s; }
.btn.primary { background: var(--orange); border-color: var(--orange); color: #090909; }
.btn:hover { transform: translateY(-2px); border-color: var(--orange); }
.hero-tags { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px 24px; color: #6f7378; font-family: var(--display); font-size: .58rem; letter-spacing: .18em; }
.hero-art { height: 600px; position: relative; display: grid; place-items: center; overflow: hidden; border-left: 1px solid #151617; background: radial-gradient(circle at 50% 48%, #171819 0, #0b0c0d 55%, #080909 75%); }
.circuit-layer { position: absolute; inset: 0; background: url('v4-assets/circuit.svg') center / cover no-repeat; opacity: .86; mix-blend-mode: screen; }
.circuit-layer::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 0 44%, rgba(255,255,255,.06) 48%, transparent 52% 100%); transform: translateX(-90%); animation: sheen 8s ease-in-out infinite; }
.logo-stage { width: min(78%, 520px); aspect-ratio: 1; position: relative; z-index: 2; display: grid; place-items: center; }
.logo-stage::before { content: ""; position: absolute; inset: 6%; border-radius: 50%; background: #030404; box-shadow: 0 30px 60px #000, 0 0 0 1px rgba(255, 90, 10, .08); }
.hero-logo { width: 100%; position: relative; z-index: 1; filter: drop-shadow(0 26px 32px #000); }
.status { position: absolute; right: 7%; bottom: 7%; z-index: 3; padding: 12px 14px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(57, 211, 83, .2); background: rgba(7, 8, 8, .78); backdrop-filter: blur(10px); }
.status .dot { width: 13px; height: 13px; flex: none; border-radius: 50%; background: var(--green); box-shadow: 0 0 20px var(--green); }
.status small, .status strong { display: block; font-family: var(--display); letter-spacing: .13em; }
.status small { color: #d8d8d8; font-size: .55rem; }
.status strong { margin-top: 4px; color: var(--green); font-size: .61rem; }
@keyframes sheen { 0%, 55% { transform: translateX(-95%); } 75%, 100% { transform: translateX(95%); } }

.manifesto { min-height: 460px; padding: 96px 70px; display: grid; align-content: center; position: relative; overflow: hidden; border-block: 1px solid var(--line); background: linear-gradient(120deg, #0b0c0d, #111214 54%, #090a0b); }
.manifesto > *:not(.gloss-circuit) { position: relative; z-index: 2; max-width: 960px; }
.manifesto h2, .section-head h2, .matte-copy h2, .contact h2 { margin: 16px 0 28px; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4.6rem); line-height: 1.07; letter-spacing: .02em; }
.manifesto h2 span, .matte-copy h2 span { color: #777a7e; }
.manifesto > p:last-child { margin: 0; max-width: 820px; color: #b1b3b5; font-size: 1.05rem; }
.gloss-circuit { position: absolute; right: -2%; top: 0; width: 58%; height: 100%; background: url('v4-assets/circuit.svg') center / cover no-repeat; opacity: .57; filter: contrast(1.4) brightness(.68); }
.gloss-circuit-left { left: 48%; width: 56%; opacity: .38; }
.gloss-circuit::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 0 42%, rgba(255,255,255,.07) 49%, transparent 56%); mix-blend-mode: screen; animation: sheen 10s ease-in-out infinite; }

.services-section { padding: 110px 0 0; }
.section-head { padding: 0 70px 52px; display: flex; justify-content: space-between; align-items: end; gap: 70px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 410px; margin: 0 0 8px; color: var(--muted); }
.services { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid #37393b; background: #0a0b0c; }
.services article { min-height: 485px; padding: 28px 26px 30px; position: relative; border-right: 1px solid #37393b; background: linear-gradient(180deg, rgba(255,255,255,.015), transparent); transition: background .25s, transform .25s; }
.services article:last-child { border-right: 0; }
.services article:hover { background: #111214; transform: translateY(-3px); }
.number { position: absolute; top: 24px; right: 22px; color: #666; font-family: var(--display); font-size: .58rem; letter-spacing: .12em; }
.ico { display: block; height: 50px; color: var(--orange); font-size: 2.5rem; line-height: 1; }
.services h3 { min-height: 42px; margin: 19px 0 14px; font-family: var(--display); font-size: .85rem; line-height: 1.45; letter-spacing: .04em; }
.services p { margin: 0; color: #b4b5b7; font-size: .82rem; }
.services ul { margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.services li { padding: 8px 0; border-bottom: 1px solid #1b1d1f; color: #9ea1a4; font-size: .72rem; }
.services li::before { content: "+"; margin-right: 8px; color: var(--orange); }
.audit { min-height: 190px; padding: 36px 70px; display: grid; grid-template-columns: .9fr 1.25fr auto; align-items: center; gap: 50px; border-bottom: 1px solid var(--line); background: linear-gradient(110deg, #1a0e08, #0d0e0f 58%); }
.audit .eyebrow { color: var(--orange); }
.audit h3 { margin: 10px 0 0; font-family: var(--display); font-size: 1.25rem; }
.audit > p { max-width: 630px; color: var(--muted); }
.audit a { color: var(--orange); font-family: var(--display); font-size: .66rem; letter-spacing: .08em; white-space: nowrap; }

.method { padding: 110px 0 0; }
.steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-block: 1px solid var(--line); }
.steps li { min-height: 250px; padding: 30px 34px; display: grid; grid-template-columns: auto 1fr; align-content: start; gap: 20px; border-right: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.012), transparent); }
.steps li:last-child { border-right: 0; }
.steps > li > span { color: var(--orange); font-family: var(--display); font-size: .68rem; }
.steps h3 { margin: 0 0 16px; font-family: var(--display); font-size: .88rem; letter-spacing: .05em; }
.steps p { margin: 0; color: var(--muted); font-size: .84rem; }

.matte-panel { min-height: 660px; padding: 90px 70px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(120deg, #0c0d0e, #111214 55%, #090a0b); }
.matte-copy { position: relative; z-index: 2; max-width: 760px; }
.matte-copy p { max-width: 690px; color: #b1b3b5; }
.matte-copy blockquote { margin: 36px 0 0; padding: 8px 0 8px 22px; border-left: 2px solid var(--orange); font-family: var(--display); font-size: 1rem; line-height: 1.7; letter-spacing: .04em; }
.brand-panel { justify-self: end; width: min(470px, 100%); aspect-ratio: 1; position: relative; z-index: 2; display: grid; place-items: center; border: 1px solid #333; background: radial-gradient(circle, #171819, #090a0b 70%); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 30px 55px rgba(0,0,0,.48); }
.brand-panel::after { content: ""; position: absolute; inset: 5%; border: 1px solid rgba(255, 90, 10, .14); }
.brand-panel img { width: 88%; position: relative; z-index: 1; }

.contact { padding: 105px 70px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; border-bottom: 1px solid var(--line); }
.contact h2 { font-size: clamp(2.1rem, 3.4vw, 4rem); }
.contact p { max-width: 700px; color: var(--muted); }
.contact-links { display: grid; border-top: 1px solid var(--line); }
.contact-links a { padding: 18px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: .68rem; letter-spacing: .07em; }
.contact-links a:hover { color: var(--orange); }

footer { padding: 30px 70px 45px; display: grid; grid-template-columns: 1fr 1.5fr auto; align-items: center; gap: 25px; color: #777; font-size: .68rem; letter-spacing: .05em; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: #aaa; font-family: var(--display); font-size: .62rem; }
.footer-brand img { width: 58px; height: 58px; }
footer > a:last-of-type:hover { color: #fff; }
footer small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid #171819; }
footer b { font-weight: 500; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .topbar { grid-template-columns: auto auto; justify-content: space-between; padding: 0 24px; }
  .topbar nav, .consult { display: none; }
  .menu { display: block; }
  .topbar.open nav { position: absolute; top: 110px; left: 0; right: 0; display: flex; flex-direction: column; gap: 0; padding: 16px 24px; border-bottom: 1px solid var(--line); background: #090a0b; }
  .topbar.open nav a { padding: 15px 0; }
  .hero { grid-template-columns: 1fr; padding: 150px 28px 50px; }
  .hero-art { height: 560px; }
  .services { grid-template-columns: repeat(2, 1fr); }
  .services article { border-bottom: 1px solid #37393b; }
  .services article:nth-child(even) { border-right: 0; }
  .services article:last-child { grid-column: 1 / -1; }
  .audit { grid-template-columns: 1fr 1fr; }
  .audit a { grid-column: 2; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps li:nth-child(2) { border-right: 0; }
  .steps li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .matte-panel { grid-template-columns: 1fr; padding: 76px 28px; }
  .brand-panel { justify-self: start; width: min(460px, 82vw); }
  .gloss-circuit { width: 100%; opacity: .3; }
  .contact { grid-template-columns: 1fr; padding: 76px 28px; }
  footer { padding: 28px; grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 88px; }
  .topbar { height: 88px; padding: 0 18px; }
  .topbar.open nav { top: 88px; }
  .brand > img { width: 58px; height: 58px; }
  .brand-copy strong { font-size: .75rem; }
  .brand-copy > span { font-size: .58rem; }
  .brand-copy i { width: 28px; }
  .hero { min-height: 0; padding: 124px 20px 42px; }
  .hero h1 { font-size: clamp(2.5rem, 12vw, 4.1rem); letter-spacing: 0; }
  .actions { display: grid; }
  .hero-art { height: 410px; margin-top: 12px; border-left: 0; border-top: 1px solid #151617; }
  .logo-stage { width: min(84%, 360px); }
  .status { right: 4%; bottom: 4%; }
  .manifesto { min-height: 440px; padding: 70px 20px; }
  .manifesto h2, .section-head h2, .matte-copy h2, .contact h2 { font-size: 2.1rem; }
  .services-section, .method { padding-top: 76px; }
  .section-head { padding: 0 20px 40px; display: block; }
  .section-head > p { margin-top: 24px; }
  .services { grid-template-columns: 1fr; }
  .services article, .services article:nth-child(even) { min-height: 0; border-right: 0; border-bottom: 1px solid #37393b; padding: 34px 24px; }
  .services article:last-child { grid-column: auto; }
  .services h3 { min-height: 0; }
  .audit { padding: 38px 20px; grid-template-columns: 1fr; gap: 18px; }
  .audit a { grid-column: auto; margin-top: 8px; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); padding: 30px 22px; }
  .matte-panel { min-height: 0; padding: 68px 20px; }
  .brand-panel { width: 100%; }
  .contact { padding: 68px 20px; }
  .contact h2 { font-size: 2rem; }
  footer { padding: 26px 20px; }
}

@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; }
}

