:root {
  color-scheme: dark;
  --bg: #0b0d12;
  --surface: #11151d;
  --surface-hover: #151b27;
  --ink: #f5f7fb;
  --muted: #98a2b5;
  --line: rgba(190, 205, 234, .15);
  --cyan: #47ddf2;
  --violet: #a882ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); margin: 0; min-width: 320px; }
a { color: inherit; }
.site-shell { margin: 0 auto; max-width: 76rem; padding-left: clamp(1.25rem, 4vw, 3rem); padding-right: clamp(1.25rem, 4vw, 3rem); }
.skip-link { background: var(--ink); color: #080a0f; left: 1rem; padding: .65rem .9rem; position: fixed; top: -4rem; z-index: 5; }
.skip-link:focus { top: 1rem; }

.hero { border-bottom: 1px solid var(--line); min-height: min(45rem, 82vh); overflow: hidden; position: relative; }
.hero::before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 600' preserveAspectRatio='xMidYMid slice' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='320' y1='100' x2='820' y2='500' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2347ddf2'/%3E%3Cstop offset='1' stop-color='%23a882ff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' stroke='url(%23g)' stroke-width='1.1'%3E%3Cpath d='M350 50l43.3 25v50L350 150l-43.3-25v-50zM436.6 50l43.3 25v50l-43.3 25-43.3-25v-50zM523.2 50l43.3 25v50l-43.3 25-43.3-25v-50zM609.8 50l43.3 25v50l-43.3 25-43.3-25v-50zM696.4 50l43.3 25v50l-43.3 25-43.3-25v-50zM783 50l43.3 25v50l-43.3 25-43.3-25v-50zM393.3 125l43.3 25v50l-43.3 25-43.3-25v-50zM479.9 125l43.3 25v50l-43.3 25-43.3-25v-50zM566.5 125l43.3 25v50l-43.3 25-43.3-25v-50zM653.1 125l43.3 25v50l-43.3 25-43.3-25v-50zM739.7 125l43.3 25v50l-43.3 25-43.3-25v-50zM350 200l43.3 25v50L350 300l-43.3-25v-50zM436.6 200l43.3 25v50l-43.3 25-43.3-25v-50zM523.2 200l43.3 25v50l-43.3 25-43.3-25v-50zM609.8 200l43.3 25v50l-43.3 25-43.3-25v-50zM696.4 200l43.3 25v50l-43.3 25-43.3-25v-50zM783 200l43.3 25v50l-43.3 25-43.3-25v-50zM393.3 275l43.3 25v50l-43.3 25-43.3-25v-50zM479.9 275l43.3 25v50l-43.3 25-43.3-25v-50zM566.5 275l43.3 25v50l-43.3 25-43.3-25v-50zM653.1 275l43.3 25v50l-43.3 25-43.3-25v-50zM739.7 275l43.3 25v50l-43.3 25-43.3-25v-50zM350 350l43.3 25v50L350 450l-43.3-25v-50zM436.6 350l43.3 25v50l-43.3 25-43.3-25v-50zM523.2 350l43.3 25v50l-43.3 25-43.3-25v-50zM609.8 350l43.3 25v50l-43.3 25-43.3-25v-50zM696.4 350l43.3 25v50l-43.3 25-43.3-25v-50zM783 350l43.3 25v50l-43.3 25-43.3-25v-50zM393.3 425l43.3 25v50l-43.3 25-43.3-25v-50zM479.9 425l43.3 25v50l-43.3 25-43.3-25v-50zM566.5 425l43.3 25v50l-43.3 25-43.3-25v-50zM653.1 425l43.3 25v50l-43.3 25-43.3-25v-50zM739.7 425l43.3 25v50l-43.3 25-43.3-25v-50z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); background-position: right center; background-repeat: no-repeat; background-size: min(72rem, 118vw) auto; content: ""; inset: 0; mask-image: linear-gradient(to right, transparent 20%, black 52%, black 86%, transparent); opacity: .15; pointer-events: none; position: absolute; }
.hero::after { background: radial-gradient(circle at 78% 48%, rgba(71, 221, 242, .09), transparent 20rem), radial-gradient(circle at 94% 72%, rgba(168, 130, 255, .1), transparent 21rem); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero__glow { border-radius: 50%; filter: blur(15px); opacity: .2; pointer-events: none; position: absolute; }
.hero__glow--cyan { background: var(--cyan); height: 30rem; right: -13rem; top: -10rem; width: 30rem; }
.hero__glow--violet { background: var(--violet); bottom: -17rem; height: 32rem; left: -12rem; width: 32rem; }
.site-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; height: 5.5rem; justify-content: space-between; position: relative; }
.wordmark { font-size: 1rem; font-weight: 800; letter-spacing: .16em; text-decoration: none; }
.wordmark span, h1 span { color: var(--cyan); }
.header-status { align-items: center; color: var(--muted); display: flex; font-size: .65rem; font-weight: 700; gap: .45rem; letter-spacing: .13em; }
.header-status i { background: var(--cyan); border-radius: 50%; box-shadow: 0 0 1rem var(--cyan); height: .45rem; width: .45rem; }
.hero__content { align-items: flex-start; display: flex; min-height: calc(min(45rem, 82vh) - 5.5rem); padding: clamp(7rem, 17vh, 12rem) 0 clamp(6rem, 15vh, 10rem); position: relative; }
.eyebrow { color: var(--cyan); font-size: .72rem; font-weight: 750; letter-spacing: .16em; margin: 0 0 1rem; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { font-size: clamp(4.5rem, 13vw, 10rem); letter-spacing: -.075em; line-height: .82; margin: auto 0; }

.projects { padding-bottom: clamp(4rem, 9vw, 8rem); padding-top: clamp(4rem, 9vw, 7rem); }
.section-heading { align-items: end; display: flex; gap: 2rem; justify-content: space-between; margin-bottom: 2.2rem; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.05em; margin-bottom: 0; }
.section-heading > p { color: var(--muted); font-size: .88rem; line-height: 1.5; margin-bottom: .35rem; max-width: 15rem; }
.project-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.project-card { background: linear-gradient(145deg, rgba(255,255,255,.035), transparent 65%), var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 17rem; overflow: hidden; padding: 1.25rem; position: relative; text-decoration: none; transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.project-card--active { box-shadow: inset 0 1px 0 rgba(71, 221, 242, .15); }
.project-card--active:hover { background: var(--surface-hover); border-color: rgba(71, 221, 242, .55); transform: translateY(-.3rem); }
.project-card__index { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .1em; }
.acmp-mark { align-items: center; background: linear-gradient(145deg, #5fe9f6, #6282ef); border-radius: .7rem; box-shadow: 0 .8rem 2.2rem rgba(71, 221, 242, .15); color: #08121b; display: flex; font-size: 2.2rem; font-weight: 850; height: 4rem; justify-content: center; margin: auto 0 1.2rem; width: 4rem; }
.project-card__content { display: grid; gap: .35rem; position: relative; }
.project-card__content strong { font-size: 1.3rem; letter-spacing: -.03em; }
.project-card__content em { color: var(--cyan); font-style: normal; }
.project-card__content small { color: var(--muted); font-size: .75rem; }
.project-card__arrow { color: var(--cyan); font-size: 1.5rem; position: absolute; right: 1.25rem; top: 1.1rem; }
.project-card--placeholder { isolation: isolate; justify-content: space-between; }
.project-card--placeholder::after { background: linear-gradient(130deg, transparent, rgba(168,130,255,.13), transparent); content: ""; inset: 0; pointer-events: none; position: absolute; }
.project-card__number { color: rgba(168,130,255,.12); font-size: clamp(5rem, 10vw, 8rem); font-weight: 800; letter-spacing: -.1em; line-height: 1; margin: auto 0; position: relative; z-index: -1; }
.project-card--placeholder .project-card__content strong { color: #d7dcea; }

.site-footer { align-items: center; border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: .77rem; justify-content: space-between; min-height: 5rem; }
.site-footer a { color: var(--ink); text-decoration-color: rgba(71, 221, 242, .65); text-underline-offset: .25rem; }
.imprint { min-height: 100vh; padding-bottom: 5rem; padding-top: 5rem; }
.imprint .wordmark { display: inline-block; margin-bottom: clamp(5rem, 14vh, 9rem); }
.imprint h1 { font-size: clamp(3rem, 8vw, 6rem); margin-bottom: 1.5rem; }
.imprint > p:last-child { color: var(--muted); line-height: 1.6; max-width: 36rem; }

@media (max-width: 760px) {
  .hero { min-height: 36rem; }
  .header-status { font-size: .58rem; }
  .section-heading { align-items: start; flex-direction: column; gap: .8rem; }
  .section-heading > p { margin-bottom: 0; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 13.5rem; }
  .project-card__number { font-size: 6rem; }
}

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

/* Break the honeycomb into several soft clusters instead of one rigid panel. */
.hero::before {
  background-position: -11rem -5rem;
  background-repeat: repeat;
  background-size: 34rem auto;
  mask-image:
    radial-gradient(ellipse 19rem 16rem at 10% 27%, black 0%, transparent 100%),
    radial-gradient(ellipse 19rem 15rem at 53% 81%, black 0%, transparent 100%),
    radial-gradient(ellipse 20rem 17rem at 88% 25%, black 0%, transparent 100%);
  opacity: .14;
}
