
:root {
  --ink: #12150f;
  --paper: #eef0e8;
  --panel: #f8f9f3;
  --text: #13150f;
  --muted: #676d61;
  --line: rgba(19, 21, 15, 0.15);
  --acid: #c8f000;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  padding: 0 clamp(24px, 5vw, 80px);
  background:
    radial-gradient(circle at 78% 43%, rgba(200, 240, 0, 0.19), transparent 27%),
    linear-gradient(135deg, #f3f4ed 0%, #e8ebe2 52%, #f7f7f1 100%);
}

.ambient {
  position: absolute;
  z-index: -2;
  width: 46vw;
  height: 46vw;
  right: -19vw;
  top: -20vw;
  border: 1px solid rgba(98, 116, 0, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 180px rgba(200, 240, 0, 0.13);
}

.grid-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(19, 21, 15, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 21, 15, 0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.topbar {
  min-height: 126px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: 152px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(44, 52, 0, 0.1));
}

.location {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #53594e;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.location-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(106, 126, 0, 0.12);
  animation: pulse 2.2s ease-in-out infinite;
}

.hero {
  width: min(1480px, 100%);
  margin: 0 auto;
  min-height: calc(100svh - 250px);
  padding: clamp(58px, 8vw, 126px) 0 clamp(48px, 6vw, 90px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 120px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 540px;
  margin-bottom: 30px;
  color: var(--acid);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--acid), transparent);
}

h1 {
  margin: 0;
  max-width: 830px;
  font-size: clamp(56px, 7vw, 112px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.066em;
}

h1 span {
  display: block;
  margin-top: 10px;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(19, 21, 15, 0.35);
}

.intro {
  max-width: 620px;
  margin: 34px 0 0;
  color: #51574c;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
}

.status-card {
  width: min(620px, 100%);
  margin-top: 50px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(94, 111, 0, 0.24);
  background: rgba(255, 255, 252, 0.74);
  box-shadow: inset 3px 0 0 var(--acid);
  backdrop-filter: blur(12px);
}

.status-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.status-index,
.status-label {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.status-copy strong {
  font-size: 13px;
  letter-spacing: 0.02em;
}

.progress-track {
  height: 2px;
  overflow: hidden;
  background: rgba(19, 21, 15, 0.12);
}

.progress-track span {
  display: block;
  width: 66%;
  height: 100%;
  background: var(--acid);
  box-shadow: 0 0 13px var(--acid);
  animation: progress 3.8s ease-in-out infinite alternate;
}

.visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
}

.bochum-type {
  position: absolute;
  inset: auto -4vw -5% auto;
  color: rgba(19, 21, 15, 0.026);
  font-size: clamp(240px, 29vw, 520px);
  font-weight: 900;
  line-height: 0.75;
  letter-spacing: -0.12em;
  user-select: none;
}

.logo-stage {
  position: relative;
  width: min(38vw, 570px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  transform: rotate(-4deg);
}

.logo-stage::before,
.logo-stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.logo-stage::before {
  inset: 3%;
  border: 1px solid rgba(19, 21, 15, 0.16);
  border-right-color: var(--acid);
  animation: rotate 24s linear infinite;
}

.logo-stage::after {
  inset: 15%;
  border: 1px dashed rgba(96, 114, 0, 0.26);
  animation: rotate-reverse 32s linear infinite;
}

.logo-stage img {
  position: relative;
  z-index: 2;
  width: 70%;
  height: auto;
  transform: rotate(4deg);
  filter: drop-shadow(0 18px 35px rgba(47, 54, 8, 0.14));
}

.corner {
  position: absolute;
  width: 42px;
  height: 42px;
  border-color: var(--acid);
  border-style: solid;
  opacity: 0.75;
}

.corner-top {
  top: 4%;
  left: 4%;
  border-width: 1px 0 0 1px;
}

.corner-bottom {
  right: 4%;
  bottom: 4%;
  border-width: 0 1px 1px 0;
}

.visual-caption {
  position: absolute;
  right: -18px;
  top: 50%;
  color: rgba(19, 21, 15, 0.48);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

.services {
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: 34px 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.48fr) 1.52fr;
  align-items: center;
  gap: 40px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.services-kicker {
  color: var(--acid);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 0;
}

.service-list span {
  color: #30342d;
  font-size: clamp(14px, 1.1vw, 17px);
  white-space: nowrap;
}

.service-list span:not(:last-child)::after {
  content: "+";
  margin: 0 clamp(16px, 2.2vw, 36px);
  color: var(--acid);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

footer {
  width: min(1480px, 100%);
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #747a70;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@keyframes pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.88); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes progress {
  from { width: 52%; }
  to { width: 78%; }
}

@keyframes rotate {
  to { transform: rotate(360deg); }
}

@keyframes rotate-reverse {
  to { transform: rotate(-360deg); }
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .visual {
    min-height: 400px;
  }

  .logo-stage {
    width: min(72vw, 520px);
  }

  .bochum-type {
    right: 0;
    font-size: min(56vw, 440px);
  }

  .services {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 620px) {
  .site-shell {
    padding: 0 20px;
  }

  .topbar {
    min-height: 94px;
  }

  .location {
    font-size: 0;
  }

  .location::after {
    content: "BOCHUM";
    font-size: 9px;
  }

  .hero {
    padding-top: 54px;
    gap: 22px;
  }

  h1 {
    font-size: clamp(48px, 16vw, 76px);
  }

  .intro {
    margin-top: 28px;
  }

  .status-card {
    margin-top: 38px;
    grid-template-columns: 1fr auto;
  }

  .progress-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .visual {
    min-height: 330px;
  }

  .visual-caption {
    display: none;
  }

  .service-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .service-list span:not(:last-child)::after {
    content: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
