:root {
  --ink: #07090d;
  --panel: #0d1118;
  --panel-soft: #121823;
  --line: rgba(255, 255, 255, 0.11);
  --text: #f5f2ec;
  --muted: #999da7;
  --ember: #ff6038;
  --ember-light: #ff9b5d;
  --cyan: #3cc6ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--ember-light); outline-offset: 4px; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1440px, calc(100% - 64px));
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 800; letter-spacing: .12em; }
.brand-mark { position: relative; display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(255, 96, 56, .55); transform: rotate(45deg); }
.brand-mark::before, .brand-mark::after, .brand-mark i { content: ""; position: absolute; background: var(--ember); }
.brand-mark::before { width: 15px; height: 2px; transform: rotate(-45deg); }
.brand-mark::after { width: 2px; height: 15px; transform: rotate(-45deg); }
.brand-mark i { width: 7px; height: 7px; border-radius: 50%; box-shadow: 0 0 18px var(--ember); }
.main-nav { display: flex; gap: 36px; font-size: 13px; color: #c2c4cb; }
.main-nav a, .text-link { transition: color .2s ease; }
.main-nav a:hover, .text-link:hover { color: var(--ember-light); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.language-switch { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 99px; }
.language-switch button { width: 34px; height: 27px; border: 0; border-radius: 99px; background: transparent; color: #747984; font-size: 10px; font-weight: 800; cursor: pointer; }
.language-switch button.active { color: var(--ink); background: var(--text); }
.header-cta { font-size: 13px; font-weight: 650; }
.header-cta span { color: var(--ember); margin-left: 6px; }

.hero {
  position: relative;
  min-height: 820px;
  padding: 188px max(32px, calc((100vw - 1440px) / 2)) 92px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 72% 48%, rgba(255, 96, 56, .12), transparent 28%), linear-gradient(115deg, rgba(255,255,255,.025), transparent 42%); }
.hero-glow { position: absolute; z-index: -2; width: 460px; height: 460px; right: 12%; top: 23%; border-radius: 50%; background: rgba(255, 85, 38, .13); filter: blur(90px); }
.hero-orbit { position: absolute; z-index: -1; right: -160px; top: 80px; width: 730px; height: 730px; border: 1px solid rgba(255, 255, 255, .04); border-radius: 50%; }
.orbit-two { right: -10px; top: 230px; width: 420px; height: 420px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #a8abb3; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--ember); box-shadow: 0 0 9px var(--ember); }
.hero h1 { max-width: 850px; margin: 0; font-size: clamp(60px, 6vw, 104px); line-height: .94; letter-spacing: -.065em; font-weight: 550; }
.hero h1 em { color: var(--ember); font-style: normal; }
.hero-intro { max-width: 620px; margin: 34px 0 0; color: #afb2ba; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 190px; min-height: 55px; padding: 0 20px; border: 1px solid transparent; font-size: 12px; font-weight: 750; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ember); color: #120a07; }
.button-primary:hover { background: #ff7b55; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: rgba(255,96,56,.5); }
.button span { margin-left: 24px; font-size: 15px; }

.hero-visual { position: relative; width: 100%; aspect-ratio: 1 / .92; min-height: 470px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(18,24,35,.75), rgba(7,9,13,.3)); overflow: hidden; }
.visual-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom right, black, transparent 88%); }
.phoenix-core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(45deg); width: 148px; height: 148px; display: grid; place-items: center; border: 1px solid rgba(255,96,56,.8); box-shadow: 0 0 0 18px rgba(255,96,56,.04), 0 0 70px rgba(255,96,56,.22); }
.phoenix-core::before, .phoenix-core::after { content: ""; position: absolute; width: 190px; height: 1px; background: linear-gradient(90deg, transparent, var(--ember), transparent); }
.phoenix-core::after { transform: rotate(90deg); }
.phoenix-core span { transform: rotate(-45deg); font-size: 67px; font-weight: 300; color: #fff; }
.phoenix-core i { position: absolute; width: 10px; height: 10px; background: var(--ember); border-radius: 50%; box-shadow: 0 0 22px var(--ember); }
.signal-card { position: absolute; display: grid; grid-template-columns: 28px 1fr; gap: 2px 10px; min-width: 170px; padding: 14px; border: 1px solid var(--line); background: rgba(7,9,13,.72); backdrop-filter: blur(14px); }
.signal-card span { grid-row: 1 / span 2; color: var(--ember); font: 600 10px ui-monospace, monospace; }
.signal-card b { font-size: 12px; letter-spacing: .17em; }
.signal-card small { color: #777d88; font: 10px ui-monospace, monospace; }
.signal-top { top: 16%; right: 8%; }
.signal-mid { left: 6%; top: 49%; }
.signal-bottom { bottom: 12%; right: 10%; }
.system-status { position: absolute; left: 22px; bottom: 18px; color: #8a909c; font: 10px ui-monospace, monospace; text-transform: uppercase; letter-spacing: .12em; }
.system-status span { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #48df95; box-shadow: 0 0 12px #48df95; }

.proof-strip { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-inline: 1px solid var(--line); }
.proof-strip div { min-height: 98px; padding: 0 30px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); color: #c9cbd1; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.proof-strip div:last-child { border-right: 0; }
.proof-strip span { color: var(--ember); font: 10px ui-monospace, monospace; }

.featured-project { max-width: 1440px; margin: 0 auto; padding: 132px 58px 145px; border-inline: 1px solid var(--line); }
.section-kicker span { color: var(--ember); font-family: ui-monospace, monospace; }
.venture-card { position: relative; min-height: 720px; padding: 42px; display: grid; grid-template-columns: .75fr 1.25fr; grid-template-rows: auto auto auto; gap: 48px 90px; overflow: hidden; border: 1px solid rgba(92,140,255,.3); background: radial-gradient(circle at 85% 15%, rgba(75,94,255,.18), transparent 28%), linear-gradient(145deg, #0c1221, #080b12 72%); box-shadow: 0 32px 90px rgba(0,0,0,.38); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.venture-card:hover { transform: translateY(-4px); border-color: rgba(80,198,255,.5); box-shadow: 0 40px 110px rgba(0,0,0,.5); }
.venture-identity { position: relative; z-index: 2; display: flex; align-items: center; gap: 16px; }
.venture-logo { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, #6d61ff, #29c8ff); color: #fff; font-size: 18px; font-weight: 800; box-shadow: 0 14px 35px rgba(45,139,255,.24); }
.venture-identity p { margin: 0 0 4px; color: #75839d; font: 9px ui-monospace, monospace; letter-spacing: .11em; text-transform: uppercase; }
.venture-identity strong { font-size: 18px; letter-spacing: -.02em; }
.venture-copy { position: relative; z-index: 2; grid-row: 1; grid-column: 2; align-self: start; }
.venture-copy h2 { max-width: 720px; margin: 0; font-size: clamp(40px, 4vw, 64px); line-height: 1.02; letter-spacing: -.055em; font-weight: 520; }
.venture-copy > p { max-width: 620px; margin: 24px 0 30px; color: #939dad; font-size: 15px; line-height: 1.72; }
.venture-features { position: relative; z-index: 2; grid-row: 2; grid-column: 1 / span 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(128,151,200,.16); border-left: 1px solid rgba(128,151,200,.16); }
.venture-features article { min-height: 170px; padding: 22px; border-right: 1px solid rgba(128,151,200,.16); border-bottom: 1px solid rgba(128,151,200,.16); background: rgba(255,255,255,.018); transition: background .2s ease; }
.venture-features article:hover { background: rgba(72,116,255,.065); }
.feature-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.feature-meta > span { color: #53637e; font: 9px ui-monospace, monospace; }
.feature-meta b { display: flex; align-items: center; gap: 6px; color: #54dca0; font: 8px ui-monospace, monospace; letter-spacing: .09em; }
.feature-meta b::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #42df9b; box-shadow: 0 0 9px rgba(66,223,155,.65); }
.feature-meta b.building { color: #e0a85e; }
.feature-meta b.building::before { background: #e0a85e; box-shadow: 0 0 9px rgba(224,168,94,.5); }
.venture-features h3 { margin: 0 0 10px; font-size: 17px; font-weight: 570; letter-spacing: -.02em; }
.venture-features p { margin: 0; color: #7f899b; font-size: 12px; line-height: 1.6; }
.venture-link { position: relative; z-index: 2; grid-row: 3; grid-column: 1 / span 2; display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.venture-link small { color: #94a0b5; font: 10px ui-monospace, monospace; letter-spacing: .08em; }
.venture-link span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); font-size: 18px; transition: background .2s ease, color .2s ease; }
.venture-card:hover .venture-link span { background: #f4f6fb; color: #0b0f18; }
.venture-art { position: absolute; left: 42px; top: 132px; width: 30%; height: 145px; opacity: .4; border-left: 1px solid rgba(84,195,255,.15); border-bottom: 1px solid rgba(84,195,255,.15); background-image: linear-gradient(rgba(82,143,255,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(82,143,255,.065) 1px, transparent 1px); background-size: 28px 28px; }
.venture-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(53,165,255,.06)); }
.venture-art b { position: absolute; right: 8px; top: 8px; color: #42df9b; font: 8px ui-monospace, monospace; letter-spacing: .1em; }
.venture-line { position: absolute; height: 1px; transform-origin: left; background: linear-gradient(90deg, #3c6cff, #32d4f1); box-shadow: 0 0 10px rgba(55,185,255,.5); }
.line-one { width: 42%; left: 8%; bottom: 38%; transform: rotate(-11deg); }
.line-two { width: 30%; left: 46%; bottom: 46%; transform: rotate(18deg); }
.line-three { width: 27%; left: 70%; bottom: 37%; transform: rotate(-25deg); }

.capabilities, .partnership, .about, .contact, footer { max-width: 1440px; margin: 0 auto; border-inline: 1px solid var(--line); }
.section-intro { margin-bottom: 58px; }
.section-intro h2, .partnership h2, .about h2, .contact h2 { max-width: 830px; margin: 0; font-size: clamp(43px, 5vw, 76px); line-height: 1.02; letter-spacing: -.055em; font-weight: 520; }
.section-intro > p:last-child { max-width: 600px; margin: 24px 0 0; color: #969ba6; font-size: 16px; line-height: 1.7; }

.capabilities { padding: 130px 58px 145px; border-top: 1px solid var(--line); }
.split-intro { display: grid; grid-template-columns: 1.15fr .65fr; gap: 100px; align-items: end; }
.split-intro > p:last-child { margin: 0 0 7px; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.capability-grid article { min-height: 350px; padding: 28px; border-right: 1px solid var(--line); background: linear-gradient(155deg, rgba(255,255,255,.026), transparent 58%); transition: background .25s ease; }
.capability-grid article:last-child { border-right: 0; }
.capability-grid article:hover { background: linear-gradient(155deg, rgba(255,96,56,.1), transparent 58%); }
.capability-icon { position: relative; width: 48px; height: 48px; margin-bottom: 75px; display: grid; place-items: center; border: 1px solid rgba(255,96,56,.42); }
.capability-icon span { color: var(--ember); font: 9px ui-monospace, monospace; }
.capability-icon i, .capability-icon::before { content: ""; position: absolute; background: var(--ember); }
.capability-icon i { width: 18px; height: 1px; right: -10px; }
.capability-icon::before { width: 1px; height: 18px; bottom: -10px; }
.capability-tag { margin: 0 0 13px; color: var(--ember); font: 9px ui-monospace, monospace; letter-spacing: .15em; }
.capability-grid h3 { margin: 0 0 18px; font-size: 22px; font-weight: 560; letter-spacing: -.03em; }
.capability-grid article > p:last-child { margin: 0; color: #8f949e; font-size: 13px; line-height: 1.75; }

.partnership { display: grid; grid-template-columns: .82fr 1.18fr; border-top: 1px solid var(--line); background: radial-gradient(circle at 15% 15%, rgba(255,96,56,.13), transparent 32%), #0b0e14; }
.partnership-copy { padding: 120px 58px; border-right: 1px solid var(--line); }
.partnership-copy h2 { font-size: clamp(43px, 4.3vw, 68px); }
.partnership-copy > p:not(.section-kicker) { max-width: 520px; margin: 26px 0 36px; color: #9a9fa9; font-size: 15px; line-height: 1.7; }
.partnership-list { padding: 72px 58px; }
.partnership-list article { min-height: 150px; display: grid; grid-template-columns: 42px 1fr 30px; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); }
.partnership-list article > span { color: var(--ember); font: 10px ui-monospace, monospace; }
.partnership-list h3 { margin: 0 0 9px; font-size: 23px; font-weight: 560; letter-spacing: -.03em; }
.partnership-list p { max-width: 500px; margin: 0; color: #868c98; font-size: 13px; line-height: 1.65; }
.partnership-list b { color: #5f6570; font-size: 18px; transition: color .2s ease, transform .2s ease; }
.partnership-list article:hover b { color: var(--ember); transform: translate(3px,-3px); }

.about { padding: 132px 58px 148px; border-top: 1px solid var(--line); }
.about-layout { display: grid; grid-template-columns: 1.08fr .72fr; gap: 120px; align-items: start; }
.about-layout h2 { font-size: clamp(46px, 5.2vw, 82px); }
.about-layout > div > p { margin: 9px 0 40px; color: #9b9fa8; font-size: 16px; line-height: 1.8; }
.about-values { border-top: 1px solid var(--line); }
.about-values span { display: flex; align-items: center; min-height: 58px; border-bottom: 1px solid var(--line); color: #d2d4d9; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.about-values span::before { content: "+"; margin-right: 14px; color: var(--ember); }

.contact { position: relative; min-height: 570px; padding: 112px 58px; display: flex; align-items: center; overflow: hidden; border-top: 1px solid var(--line); background: var(--ember); color: #150b07; }
.contact::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(18,8,4,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(18,8,4,.08) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, transparent 45%, black); }
.contact-copy { position: relative; z-index: 2; width: 68%; }
.contact .section-kicker { color: rgba(20,10,6,.62); }
.contact .section-kicker span { color: #1b0b05; }
.contact h2 { max-width: 900px; font-size: clamp(54px, 6vw, 94px); }
.contact-copy > p:not(.section-kicker) { max-width: 620px; margin: 25px 0 42px; color: rgba(20,10,6,.68); font-size: 17px; line-height: 1.7; }
.contact-email { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 8px; border-bottom: 2px solid #170b07; font-size: clamp(20px, 2.4vw, 34px); font-weight: 650; letter-spacing: -.02em; }
.contact-signal { position: absolute; right: 10%; top: 50%; transform: translateY(-50%) rotate(45deg); width: 220px; height: 220px; display: grid; place-items: center; border: 2px solid rgba(25,8,2,.45); }
.contact-signal::before, .contact-signal::after { content: ""; position: absolute; width: 300px; height: 1px; background: linear-gradient(90deg, transparent, rgba(20,5,0,.4), transparent); }
.contact-signal::after { transform: rotate(90deg); }
.contact-signal span { transform: rotate(-45deg); font-size: 90px; font-weight: 280; }
.contact-signal i { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #190b06; }

footer { min-height: 210px; padding: 46px 58px; display: grid; grid-template-columns: 1fr 1.2fr .9fr auto; gap: 50px; align-items: center; border-top: 1px solid var(--line); }
footer > p { margin: 0; color: #858a94; font-size: 12px; line-height: 1.7; }
footer > div { display: flex; gap: 24px; color: #b7bac1; font-size: 11px; }
footer > div a:hover { color: var(--ember-light); }
footer > span { color: #686e78; font: 9px ui-monospace, monospace; white-space: nowrap; }

@media (max-width: 1000px) {
  .site-header { width: calc(100% - 38px); }
  .main-nav { display: none; }
  .hero { min-height: auto; padding-top: 150px; grid-template-columns: 1fr; }
  .hero-visual { max-width: 680px; }
  .proof-strip { grid-template-columns: repeat(2,1fr); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .venture-card { grid-template-columns: 1fr; grid-template-rows: auto auto auto auto; gap: 34px; }
  .venture-copy { grid-row: 2; grid-column: 1; }
  .venture-features { grid-row: 3; grid-column: 1; grid-template-columns: repeat(2, 1fr); }
  .venture-link { grid-row: 4; grid-column: 1; }
  .venture-art { display: none; }
  .split-intro, .about-layout { grid-template-columns: 1fr; gap: 34px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-grid article:nth-child(2) { border-right: 0; }
  .capability-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .partnership { grid-template-columns: 1fr; }
  .partnership-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-copy { width: 78%; }
  .contact-signal { right: 2%; opacity: .48; }
  footer { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .site-header { height: 76px; }
  .header-cta { display: none; }
  .hero { padding: 128px 20px 70px; gap: 52px; }
  .hero h1 { font-size: 53px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .phoenix-core { width: 112px; height: 112px; }
  .phoenix-core span { font-size: 52px; }
  .signal-card { min-width: 142px; padding: 11px; }
  .signal-top { right: 3%; }
  .signal-mid { left: 3%; top: 55%; }
  .proof-strip { grid-template-columns: 1fr; border-inline: 0; }
  .proof-strip div { min-height: 72px; border-right: 0; border-bottom: 1px solid var(--line); }
  .featured-project { padding: 92px 20px 100px; border-inline: 0; }
  .venture-card { min-height: 0; padding: 25px; gap: 30px; }
  .venture-copy h2 { font-size: 42px; }
  .venture-copy > p { font-size: 14px; }
  .venture-features { grid-template-columns: 1fr; }
  .venture-features article { min-height: 145px; }
  .capabilities, .about { padding: 92px 20px 100px; border-inline: 0; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-grid article:last-child { border-bottom: 0; }
  .capability-icon { margin-bottom: 48px; }
  .partnership { border-inline: 0; }
  .partnership-copy { padding: 92px 20px 70px; }
  .partnership-list { padding: 24px 20px 72px; }
  .partnership-list article { grid-template-columns: 30px 1fr 18px; gap: 13px; }
  .about-layout { gap: 28px; }
  .contact { min-height: 540px; padding: 88px 20px; border-inline: 0; }
  .contact-copy { width: 100%; }
  .contact-signal { width: 170px; height: 170px; right: -80px; opacity: .26; }
  .contact-email { font-size: 20px; }
  footer { padding: 48px 20px; grid-template-columns: 1fr; gap: 28px; border-inline: 0; }
  footer > div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: no-preference) {
  .phoenix-core { animation: breathe 4s ease-in-out infinite; }
  .signal-card { animation: drift 6s ease-in-out infinite; }
  .signal-mid { animation-delay: -2s; }
  .signal-bottom { animation-delay: -4s; }
  @keyframes breathe { 0%,100% { box-shadow: 0 0 0 18px rgba(255,96,56,.04), 0 0 60px rgba(255,96,56,.18); } 50% { box-shadow: 0 0 0 26px rgba(255,96,56,.025), 0 0 95px rgba(255,96,56,.32); } }
  @keyframes drift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
}
