:root {
  --ink: #141429;
  --muted: #646477;
  --paper: #f7f7fb;
  --white: #fff;
  --line: #dedee8;
  --purple: #5b3cf5;
  --blue: #1769e0;
  --coral: #ff6b57;
  --green: #159b75;
  --yellow: #e9ad12;
  --red: #e7475b;
  --phase-disrupt: #e44860;
  --phase-design: #1769e0;
  --phase-prototype: #159b75;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); 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;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  height: 98px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  position: relative;
  width: min(calc(100% - 40px), var(--container));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event-logo { display: inline-flex; align-items: center; }
.event-logo {
  position: absolute;
  z-index: 25;
  top: 12px;
  left: 0;
}
.event-logo img {
  display: block;
  width: 390px;
  max-height: 138px;
  object-fit: contain;
  object-position: left top;
}
.primary-navigation { display: flex; align-items: center; gap: 38px; margin-left: auto; }
.primary-navigation a {
  position: relative;
  color: #333345;
  font-weight: 600;
  text-decoration: none;
  font-size: .92rem;
}
.primary-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 2px;
  background: var(--purple);
  transition: right .2s ease;
}
.primary-navigation a:hover::after,
.primary-navigation a.active::after { right: 0; }
.menu-toggle { display: none; }

.hero {
  min-height: 590px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: #17152c;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 75%);
}
.hero::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -120px;
  top: -160px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.025);
}
.omilab-universe {
  position: absolute;
  z-index: 3;
  width: 420px;
  height: 420px;
  right: max(5%, calc((100vw - var(--container)) / 2));
  top: 50%;
  color: var(--white);
  text-decoration: none;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 30%, rgba(99,184,255,.96), rgba(23,105,224,.95) 42%, #153f9e 72%, #10275e);
  box-shadow: 0 40px 110px rgba(17,97,219,.42), inset 0 0 55px rgba(255,255,255,.12);
  transform: translateY(-50%);
  transition: transform .35s ease, box-shadow .35s ease;
}
.omilab-universe:hover {
  transform: translateY(-50%) scale(1.025);
  box-shadow: 0 45px 125px rgba(17,97,219,.58), inset 0 0 55px rgba(255,255,255,.15);
}
.network-map {
  position: absolute;
  inset: 35px;
  border-radius: 50%;
  background:
    linear-gradient(25deg, transparent 49.7%, rgba(255,255,255,.07) 50%, transparent 50.3%),
    linear-gradient(90deg, transparent 49.7%, rgba(255,255,255,.08) 50%, transparent 50.3%),
    repeating-radial-gradient(circle, transparent 0 43px, rgba(255,255,255,.08) 44px 45px);
}
.map-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 125px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.42), transparent);
  transform-origin: left center;
}
.line-a { transform: rotate(-29deg); }
.line-b { transform: rotate(148deg); width: 118px; }
.line-c { transform: rotate(72deg); width: 95px; }
.map-node {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 50%;
  background: #c9e7ff;
  box-shadow: 0 0 0 4px rgba(255,255,255,.08), 0 0 14px rgba(255,255,255,.75);
}
.node-a { top: 18%; left: 35%; }
.node-b { top: 25%; left: 43%; }
.node-c { top: 31%; left: 32%; }
.node-d { top: 35%; left: 48%; }
.node-e { top: 42%; left: 38%; }
.node-f { top: 49%; left: 45%; }
.node-g { top: 57%; left: 35%; }
.node-h { top: 61%; left: 52%; }
.node-i { top: 69%; left: 42%; }
.node-j { top: 76%; left: 49%; }
.node-k { top: 34%; right: 23%; }
.node-l { top: 47%; right: 13%; }
.node-m { bottom: 21%; right: 18%; }
.universe-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 102px;
  height: 72px;
  display: grid;
  place-items: center;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 6px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 30px rgba(6,31,84,.3);
  transform: translate(-50%, -50%);
}
.universe-core img { display: block; width: 100%; max-height: 54px; object-fit: contain; }
.distribution {
  position: absolute;
  min-width: 104px;
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 5px;
  background: rgba(12,33,82,.55);
  backdrop-filter: blur(7px);
  font-size: .67rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.distribution strong {
  display: block;
  margin-bottom: -2px;
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  letter-spacing: -.04em;
}
.distribution-europe { top: 68px; left: -12px; }
.distribution-asia { top: 104px; right: -18px; }
.universe-total {
  position: absolute;
  left: 50%;
  bottom: 64px;
  display: grid;
  text-align: center;
  transform: translateX(-50%);
}
.universe-total strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
}
.universe-total small {
  color: #cde5ff;
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.universe-caption {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 235px;
  color: #cde5ff;
  text-align: center;
  font-size: .7rem;
  line-height: 1.35;
  transform: translateX(-50%);
}
.universe-caption b { color: var(--white); }
.hero-content { position: relative; z-index: 2; padding-block: 80px; }
.eyebrow, .section-kicker {
  margin: 0 0 22px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
  font-weight: 700;
}
.eyebrow { color: #bcb3ff; }
.campaign-line {
  margin: 0 0 14px;
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(.95rem, 1.5vw, 1.25rem);
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  max-width: 700px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.7rem, 8vw, 6.7rem);
  line-height: .92;
  letter-spacing: -.065em;
}
.hero h1 span { color: #8d78ff; }
.hero-copy {
  max-width: 560px;
  margin: 30px 0 34px;
  color: #c9c8d4;
  font-size: 1.08rem;
  line-height: 1.65;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  padding: 15px 20px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  transition: background .2s, color .2s;
}
.hero-cta:hover { background: var(--white); color: var(--ink); }

.approach { background: var(--white); padding: 84px 0; border-bottom: 1px solid var(--line); }
.approach-inner {
  display: grid;
  grid-template-columns: .85fr 1.55fr;
  gap: 80px;
  align-items: end;
}
.section-kicker { color: var(--purple); }
.approach h2, .section-heading h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.approach-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.approach-steps li {
  min-height: 135px;
  position: relative;
  padding: 15px 18px 0;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.approach-steps li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 38px;
  height: 4px;
  border-radius: 3px;
  background: currentColor;
}
.approach-steps .phase-disrupt { color: var(--phase-disrupt); }
.approach-steps .phase-design { color: var(--phase-design); }
.approach-steps .phase-prototype { color: var(--phase-prototype); }
.approach-steps span { color: currentColor; font-size: .72rem; font-weight: 700; margin-bottom: auto; }
.approach-steps strong { font-family: "Manrope", sans-serif; font-size: 1.05rem; }
.approach-steps small { color: var(--muted); margin-top: 4px; line-height: 1.4; }

.tools-section { padding: 110px 0 125px; }
.section-heading {
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: end;
  gap: 40px;
  margin-bottom: 54px;
}
.section-heading > p { color: var(--muted); line-height: 1.7; margin: 0; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.filter-button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 17px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: .88rem;
  font-weight: 600;
}
.filter-button:hover, .filter-button.active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.filter-button.phase-disrupt { color: var(--phase-disrupt); border-color: color-mix(in srgb, var(--phase-disrupt) 45%, white); }
.filter-button.phase-design { color: var(--phase-design); border-color: color-mix(in srgb, var(--phase-design) 45%, white); }
.filter-button.phase-prototype { color: var(--phase-prototype); border-color: color-mix(in srgb, var(--phase-prototype) 45%, white); }
.filter-button.phase-disrupt:hover,
.filter-button.phase-disrupt.active { color: var(--white); background: var(--phase-disrupt); border-color: var(--phase-disrupt); }
.filter-button.phase-design:hover,
.filter-button.phase-design.active { color: var(--white); background: var(--phase-design); border-color: var(--phase-design); }
.filter-button.phase-prototype:hover,
.filter-button.phase-prototype.active { color: var(--white); background: var(--phase-prototype); border-color: var(--phase-prototype); }
.tool-access-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  margin: 0 0 28px;
  padding: 17px 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}
.provider-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap;
}
.provider-legend span { display: inline-flex; align-items: center; gap: 6px; }
.legend-dot { width: 8px; height: 8px; border-radius: 50%; }
.omilab-dot { background: var(--purple); }
.partner-dot { background: var(--yellow); }
.external-dot { background: var(--muted); }
.tool-access-note p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.tool-access-note a { color: var(--purple); font-weight: 700; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tool-card {
  --accent: var(--purple);
  position: relative;
  min-height: 470px;
  padding: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.tool-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent);
}
.tool-card[data-provider]::after {
  content: attr(data-provider);
  position: absolute;
  top: 78px;
  right: 28px;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: .59rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.tool-card.provider-omilab::after { color: var(--purple); background: #eeeaff; }
.tool-card.provider-partner::after { color: #8c6400; background: #fff3ce; }
.tool-card.provider-external::after { color: #555566; background: #ededf2; }
.tool-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(34,30,71,.12); }
.tool-card[hidden] { display: none; }
.card-coral { --accent: var(--coral); }
.card-blue { --accent: var(--blue); }
.card-green { --accent: var(--green); }
.card-yellow { --accent: var(--yellow); }
.card-red { --accent: var(--red); }
.featured { background: var(--ink); color: var(--white); border-color: var(--ink); }
.featured p, .featured li { color: #c9c8d4; }
.card-topline { display: flex; justify-content: space-between; align-items: center; }
.tool-number { font-size: .75rem; font-weight: 700; color: var(--muted); }
.featured .tool-number { color: #aaa8b9; }
.phase-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
  max-width: 80%;
}
.phase-tag {
  padding: 6px 9px;
  border-radius: 3px;
  border: 1px solid currentColor;
  background: transparent;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.phase-tag.phase-disrupt {
  color: var(--phase-disrupt);
  background: color-mix(in srgb, var(--phase-disrupt) 10%, white);
}
.phase-tag.phase-design {
  color: var(--phase-design);
  background: color-mix(in srgb, var(--phase-design) 10%, white);
}
.phase-tag.phase-prototype {
  color: var(--phase-prototype);
  background: color-mix(in srgb, var(--phase-prototype) 10%, white);
}
.featured .phase-tag { background: var(--blue); color: var(--white); }
.tool-mark {
  width: 68px;
  height: 68px;
  margin: 35px 0 27px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--accent);
  border-radius: 18px 18px 18px 4px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -.04em;
}
.tool-card h3 {
  margin: 0 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 1.65rem;
  letter-spacing: -.035em;
}
.tool-card p { margin: 0 0 20px; color: var(--muted); line-height: 1.58; font-size: .94rem; }
.tool-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 13px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  color: var(--muted);
  font-size: .75rem;
}
.tool-card li::before { content: "·"; color: var(--accent); font-weight: 800; margin-right: 5px; }
.tool-card > a {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
}
.featured > a { color: var(--white); border-color: #3b394c; }
.tool-card > a:hover { color: var(--accent); }
.scenario-links {
  position: relative;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: .78rem;
}
.scenario-links summary {
  cursor: pointer;
  color: var(--accent);
  font-weight: 700;
}
.scenario-links div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 12px;
  margin-top: 10px;
}
.scenario-links a {
  color: var(--muted);
  text-decoration: none;
  line-height: 1.35;
}
.scenario-links a:hover { color: var(--accent); }
.repository-card { min-height: 520px; }
.empty-state { text-align: center; color: var(--muted); }

.closing { padding: 82px 0; color: var(--white); background: var(--purple); }
.closing-inner { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.closing p { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1.05; letter-spacing: -.055em; }
.closing p strong { color: #c8beff; }
.closing a { flex: 0 0 auto; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.5); text-decoration: none; font-weight: 700; }

.site-footer { padding-top: 75px; color: #c7c6d2; background: #151426; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-bottom: 70px; }
.footer-brand img {
  width: 240px;
  padding: 10px;
  border-radius: 3px;
  background: var(--white);
}
.footer-brand p { max-width: 470px; margin: 24px 0 0; line-height: 1.65; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px; }
.footer-links h2 {
  margin: 0 0 22px;
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-links a { display: block; margin: 0 0 13px; color: #c7c6d2; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 24px;
  border-top: 1px solid #363447;
  font-size: .78rem;
}
.footer-bottom p { margin: 0; }

@media (max-width: 920px) {
  .omilab-universe { right: -110px; opacity: .72; }
  .approach-inner, .section-heading { grid-template-columns: 1fr; gap: 40px; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { gap: 50px; }
}

@media (max-width: 680px) {
  .container, .header-inner { width: min(calc(100% - 28px), var(--container)); }
  .site-header { height: 82px; }
  .event-logo {
    top: 9px;
  }
  .event-logo img { width: 255px; max-height: 98px; }
  .menu-toggle {
    display: grid;
    margin-left: auto;
    gap: 4px;
    padding: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); }
  .primary-navigation {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    padding: 22px;
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }
  .primary-navigation.open { display: flex; }
  .primary-navigation a::after { display: none; }
  .hero { min-height: 550px; }
  .omilab-universe {
    width: 290px;
    height: 290px;
    right: -105px;
    top: 42%;
    opacity: .42;
    pointer-events: none;
  }
  .distribution, .universe-caption, .universe-total { display: none; }
  .network-map { inset: 24px; }
  .universe-core { width: 82px; height: 58px; }
  .hero-content { padding-block: 65px; }
  .hero h1 { font-size: clamp(3.35rem, 18vw, 5rem); }
  .approach, .tools-section { padding-block: 75px; }
  .approach-steps { grid-template-columns: 1fr; row-gap: 28px; }
  .approach-steps li { min-height: 105px; }
  .tool-grid { grid-template-columns: 1fr; }
  .tool-access-note { grid-template-columns: 1fr; gap: 12px; }
  .provider-legend { white-space: normal; }
  .tool-card { min-height: 445px; }
  .repository-card { min-height: 520px; }
  .closing-inner { align-items: start; flex-direction: column; }
  .footer-main, .footer-links { grid-template-columns: 1fr; gap: 45px; }
  .footer-bottom { gap: 12px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
