.hero-title {
  font-family: 'Newsreader', serif;
  font-weight: 600;
  font-size: clamp(40px,9vw,64px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin: 0;
  color: #222;
}

.hero-sub {
  font-size: 18px;
  line-height: 1.72;
  color: rgba(34,34,34,0.78);
  margin: 30px 0 0;
}

.hero-tagline {
  font-family: 'Newsreader', serif;
  font-weight: 400;
  font-size: clamp(23px,4vw,34px);
  line-height: 1.34;
  letter-spacing: -0.018em;
  color: #222;
}

.availability {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: rgba(34,34,34,0.55);
}

.pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6E9C9F;
  display: inline-block;
  animation: nr-pulse 2.6s ease-in-out infinite;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-top: 16px;
}

.meta-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: rgba(34,34,34,0.6);
}

.workspace {
  margin-top: 34px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(34,34,34,0.08);
  box-shadow: 0 4px 24px rgba(34,34,34,0.08);
}

.workspace img {
  width: 100%;
  height: auto;
  display: block;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: rgba(34,34,34,0.7);
  border: 1px solid rgba(34,34,34,0.14);
  border-radius: 999px;
  padding: 6px 12px;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(34,34,34,0.16);
  color: rgba(34,34,34,0.5);
  text-decoration: none;
  transition: border-color .2s, color .2s, background .2s;
}

.social-icon:hover {
  border-color: rgba(34,34,34,0.4);
  color: #222;
  background: rgba(34,34,34,0.04);
}

.social-icon svg { width: 16px; height: 16px; fill: currentColor; }

.insighttrack-links {
  margin-top: 20px;
  border: 1px solid rgba(34,34,34,0.12);
  border-radius: 12px;
  overflow: hidden;
}

.it-link {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 13px 18px;
  text-decoration: none;
  border-bottom: 1px solid rgba(34,34,34,0.08);
  transition: background .15s, padding-left .2s;
}

.it-link:last-child { border-bottom: none; }

.it-link:hover {
  background: rgba(34,34,34,0.03);
  padding-left: 24px;
}

.it-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: #222;
}

.it-meta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #6E9C9F;
}

.highlights {
  margin-top: 48px;
  border-top: 1px solid rgba(34,34,34,0.12);
}

.highlight-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid rgba(34,34,34,0.08);
  font-size: 17px;
  color: rgba(34,34,34,0.82);
}

.highlight-row:last-child { border-bottom: none; }

.highlight-val {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: #D6B36A;
}
