:root {
  --ink: #14213d;
  --hue: 152;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  font-family: system-ui, sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

a { color: oklch(0.42 0.09 155); }
a:hover { color: oklch(0.55 0.14 152); }

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .4; transform: scale(.7); }
}

@keyframes idle {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(0, -6px) rotate(-2deg); }
}

.band {
  padding: 48px 24px;
}

.col {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ---- Hero ---- */

.hero {
  background: oklch(0.96 0.03 var(--hue));
  padding: 64px 24px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.logo-disc {
  width: 220px;
  max-width: 60vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo-disc img {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: #fff;
  padding: 9px 16px;
  border-radius: 100px;
  font: 600 12px 'JetBrains Mono', monospace;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: oklch(0.75 0.19 145);
  animation: pulse 2s infinite;
  flex-shrink: 0;
}

/* ---- About ---- */

.about {
  background: oklch(0.78 0.14 var(--hue));
}

.about h2 {
  margin: 0;
  font: 700 26px 'Space Grotesk', sans-serif;
  color: var(--ink);
}

.about p {
  margin: 0;
  font: 15px/1.6 system-ui, sans-serif;
  color: var(--ink);
}

/* ---- Core competencies ---- */

.competencies {
  background: oklch(0.42 0.09 155);
}

.label {
  margin: 0 0 16px;
  font: 700 13px 'JetBrains Mono', monospace;
  color: oklch(0.85 0.06 152);
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card {
  background: #fff;
  border-radius: 10px;
  padding: 14px 16px;
  font: 15px/1.4 system-ui, sans-serif;
  color: var(--ink);
}

/* ---- Best practices ---- */

.best-practices {
  background: oklch(0.76 0.14 272);
}

.label--dark {
  color: var(--ink);
}

.practices-list {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font: 15px/1.5 system-ui, sans-serif;
  color: var(--ink);
}

.callout {
  margin: 18px 0 0;
  padding: 16px;
  background: oklch(0.42 0.12 272);
  border-radius: 10px;
  font: 600 15px/1.5 'Space Grotesk', sans-serif;
  color: #fff;
  text-align: center;
}

/* ---- Mission / vision (the honest bit) ---- */

.mission {
  background: #fff;
  padding: 72px 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  text-align: center;
}

.eyebrow {
  margin: 0 0 8px;
  font: 600 12px system-ui, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #999;
}

.serif {
  margin: 0;
  font: 20px/1.4 Georgia, serif;
  color: #222;
  max-width: 400px;
}

.until-then {
  margin: 32px 0 0;
  font: 16px/1.4 Georgia, serif;
  color: #aaa;
}

.tagline {
  font: 700 42px/0.95 'Space Grotesk', sans-serif;
  letter-spacing: -.02em;
  color: var(--ink);
  margin: 8px 0 0;
}

.copyright {
  margin: 24px 0 0;
  font: 11px 'JetBrains Mono', monospace;
  color: #ccc;
}

/* ---- Mascot ---- */

.mascot {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 140px;
  height: 150px;
  z-index: 50;
  pointer-events: none;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .2));
  animation: idle 3.4s ease-in-out infinite;
}

.mascot-inner {
  position: relative;
  width: 140px;
  height: 130px;
  margin-top: 20px;
}

.antenna {
  position: absolute;
  bottom: 104px;
  width: 7px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(oklch(0.85 0.08 152), oklch(0.65 0.14 152));
  border: 2px solid var(--ink);
  transform-origin: bottom center;
  z-index: 2;
}

.antenna--left { left: 56px; transform: rotate(-26deg); }
.antenna--right { right: 56px; transform: rotate(26deg); }

.antenna-ball {
  position: absolute;
  bottom: 130px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: oklch(0.62 0.15 152);
  border: 2px solid var(--ink);
  z-index: 2;
}

.antenna-ball--left { left: 44px; }
.antenna-ball--right { right: 44px; }

.foot-shadow {
  position: absolute;
  bottom: -6px;
  width: 20px;
  height: 10px;
  background: rgba(20, 33, 61, .25);
  border-radius: 50%;
  z-index: 1;
  filter: blur(1px);
}

.foot-shadow--left { left: 28px; }
.foot-shadow--right { right: 28px; }

.foot {
  position: absolute;
  bottom: -8px;
  width: 26px;
  height: 18px;
  background: oklch(0.56 0.15 152);
  border: 2px solid var(--ink);
  border-radius: 50%;
  z-index: 2;
}

.foot--left { left: 30px; }
.foot--right { right: 30px; }

.body-shape {
  position: relative;
  width: 140px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 26%, oklch(0.82 0.1 152), oklch(0.58 0.16 152) 70%);
  border: 2.5px solid var(--ink);
  z-index: 1;
  overflow: hidden;
}

.highlight {
  position: absolute;
  border-radius: 50%;
}

.highlight--big {
  left: 22px;
  top: 14px;
  width: 52px;
  height: 20px;
  background: rgba(255, 255, 255, .55);
  transform: rotate(-18deg);
}

.highlight--small {
  left: 82px;
  top: 16px;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, .7);
}

.face {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.eye {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: oklch(0.86 0.02 275);
  border: 2px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.pupil {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--ink);
}

.mouth {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, 0);
  width: 16px;
  height: 8px;
  border-bottom: 2.5px solid var(--ink);
  border-radius: 0 0 50% 50%;
}

/* Fixed eye-tracking mascot is a mouse-only flourish with no equivalent
   touch interaction, and at phone/tablet widths it risks overlapping
   the last section's content — hide below tablet breakpoint. */
@media (max-width: 767px) {
  .mascot {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .status-dot,
  .mascot {
    animation: none;
  }
}
