
:root{
  --bg:#05070c;--panel:#0a0d14;--text:#f5f3f7;--muted:#b7b3bc;--line:#2a2530;
  --purple:#d85cff;--purple2:#8a35cf;--cyan:#19c9ff;--lime:#b8f23b;--orange:#f5a000;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,system-ui,sans-serif;background:#05070c;color:var(--text)}
a{color:inherit;text-decoration:none} img{display:block;width:100%}
.site-header{min-height:82px;display:grid;grid-template-columns:280px 1fr 180px;align-items:center;gap:20px;padding:18px 3.2vw;background:rgba(5,7,12,.96);border-bottom:1px solid rgba(255,255,255,.04);position:sticky;top:0;z-index:50;backdrop-filter:blur(10px)}
.brand{display:inline-flex;align-items:center;gap:14px}.brand-mark{width:54px;height:54px;border:2px solid var(--purple);border-radius:50%;display:grid;place-items:center;font-size:22px;color:var(--purple)}
.brand-text{font-weight:700;letter-spacing:.22em;font-size:15px;line-height:1.1}.brand-text small{font-size:10px;font-weight:500;letter-spacing:.4em}
.site-nav{display:flex;justify-content:center;gap:38px;font-size:13px;font-weight:600}.site-nav a{padding:14px 0 9px;position:relative}.site-nav a:hover,.site-nav a.active{color:var(--purple)}.site-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--purple)}
.socials{display:flex;justify-content:flex-end;gap:22px;font-weight:700;font-size:20px}.menu-toggle{display:none}

.hero {
  min-height: 540px;
  padding: 72px 5vw 64px;
  position: relative;
  overflow: hidden;
  background: #05070c;
}

/* HERO ARTWORK */
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;

  z-index: 0;
}

/* MAIN THREEVIEWS TEXT */
.hero-content {
  position: absolute;
  left: 5vw;
  top: 50%;
  transform: translateY(-50%);

  width: 520px;
  max-width: 42%;

  margin: 0;
  z-index: 3;
}

/* DARK FADE BEHIND LEFT-SIDE TEXT */
.hero-content::before {
  content: "";
  position: absolute;

  top: -110px;
  bottom: -110px;
  left: -5vw;
  right: -180px;

  background: linear-gradient(
    90deg,
    rgba(5,7,12,.98) 0%,
    rgba(5,7,12,.91) 38%,
    rgba(5,7,12,.58) 66%,
    rgba(5,7,12,.18) 82%,
    rgba(5,7,12,0) 100%
  );

  z-index: -1;
  pointer-events: none;
}

/* HERO TITLE */
.hero h1 {
  margin: 0;
  font-size: clamp(48px,6vw,86px);
  letter-spacing: .04em;
  line-height: .96;
}

.hero h1 span {
  color: var(--purple);
}

.tagline {
  font-size: 24px;
  font-weight: 650;
  margin: 22px 0 10px;
}

.intro {
  font-size: 18px;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.55;
}

/* HERO BUTTONS */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;

  border-radius: 6px;
  border: 1px solid #77717d;

  font-size: 13px;
  font-weight: 700;
}

.btn.primary {
  background: linear-gradient(90deg,var(--purple2),#b030a8);
  border-color: transparent;
}

.btn.secondary {
  background: rgba(5,7,12,.68);
}

.btn.small {
  min-height: 38px;
  padding: 0 16px;
  font-size: 12px;
}

/* BUSINESS SOLUTIONS CALLOUT */
.business-callout {
  position: absolute;
  right: 3vw;
  bottom: 42px;

  width: 340px;
  padding: 20px;

  display: flex;
  gap: 14px;

  border: 1px solid rgba(216,92,255,.42);
  border-radius: 12px;
  background: rgba(7,9,15,.86);

  z-index: 3;
}

.business-callout h3 {
  margin: 0 0 8px;
  color: #ec9cff;
}

.business-callout p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
}

.business-callout a {
  font-size: 13px;
  color: #ec9cff;
}

.lock-icon {
  font-size: 26px;
  color: var(--purple);
}
.section{padding:30px 2.4vw 0}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.section-title-row h2{margin:0;font-size:17px;letter-spacing:.06em;white-space:nowrap;display:flex;align-items:center;gap:14px}.section-title-row h2:after{content:"";height:1px;width:170px;background:linear-gradient(90deg,var(--purple),transparent)}.section-title-row>a{color:#ef87ff;font-size:12px;font-weight:700}
.project-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.project-card{overflow:hidden;border:1px solid #39313d;border-radius:14px;background:linear-gradient(180deg,#0e1119,#080b12);transition:.2s}.project-card:hover{transform:translateY(-4px);border-color:rgba(216,92,255,.8)}.project-card img{aspect-ratio:16/7;object-fit:cover}.card-body{padding:14px 14px 16px;min-height:142px}.card-body h3{color:#e882fb;margin:0 0 8px;font-size:15px}.card-body p{color:#ddd8e0;font-size:12px;line-height:1.5;min-height:55px;margin:0 0 9px}.status{font-size:11px;font-weight:700}.status.dev{color:var(--lime)}.status.progress{color:var(--cyan)}.status.private{color:var(--orange)}
.lower-grid{display:grid;grid-template-columns:1.1fr 1fr .85fr;gap:28px;align-items:start;padding-bottom:22px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.category-card{border:1px solid #39313d;border-radius:10px;padding:16px 12px;background:linear-gradient(180deg,#0d1018,#090c13);min-height:172px}.category-card:hover{border-color:var(--purple)}.category-icon{display:block;color:#d56aff;font-size:31px;margin-bottom:10px}.category-card h3{font-size:11px;margin:0 0 9px}.category-card p{color:var(--muted);font-size:10px;line-height:1.45;min-height:48px}.category-card>span:last-child{color:#e681f7;font-size:10px}
.about-content{display:grid;grid-template-columns:42% 1fr;gap:18px}.about-content img{height:206px;object-fit:cover;border-radius:10px;border:1px solid #4b3a3e}.about-content p{color:#ddd8e0;font-size:12px;line-height:1.6;margin-top:0}
.building-card{min-height:206px;display:grid;grid-template-columns:1fr .9fr;gap:12px;padding:18px;border-radius:10px;border:1px solid #39313d;background:linear-gradient(140deg,#11151f,#07101b)}.building-card h3{color:#e582f7;margin:0 0 10px}.building-card p{color:#c7c2ca;font-size:11px;line-height:1.55}.building-card img{align-self:center;border-radius:8px}
.philosophy{border-top:1px solid #261f2a;border-bottom:1px solid #261f2a;display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:35px;padding-top:28px;padding-bottom:28px;background:linear-gradient(90deg,rgba(5,7,12,.95),rgba(5,7,12,.92)),url("assets/footer-nebula.jpg") center/cover}.philosophy h2{font-size:18px;margin:0 0 10px}.philosophy p{color:var(--muted);font-size:12px;line-height:1.55}.footer-brand{justify-self:center;align-self:center}.footer{text-align:center;padding:17px;color:#938d98;font-size:11px}
@media(max-width:1180px){.project-grid{grid-template-columns:repeat(3,1fr)}.lower-grid{grid-template-columns:1fr}.business-callout{width:340px}}
@media(max-width:820px){.site-header{grid-template-columns:1fr auto}.socials{display:none}.menu-toggle{display:block;background:none;border:1px solid #514a55;color:white;border-radius:6px;padding:8px 10px;font-size:18px}.site-nav{display:none;position:absolute;top:82px;left:0;right:0;background:#080a0f;padding:18px;flex-direction:column;gap:6px}.site-nav.open{display:flex}.hero{min-height:650px;align-items:flex-start;padding-top:80px;background-position:64% center}.business-callout{left:5vw;right:5vw;bottom:28px;width:auto}.project-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.philosophy{grid-template-columns:1fr}.footer-brand{justify-self:start}}
@media(max-width:520px){.brand-text{font-size:12px}.brand-mark{width:46px;height:46px}.hero h1{font-size:45px}.tagline{font-size:19px}.intro{font-size:15px}.project-grid,.category-grid{grid-template-columns:1fr}.about-content,.building-card{grid-template-columns:1fr}.section-title-row h2:after{width:60px}}
