:root {
  --paper: #fbfaf4;
  --ink: #161512;
  --muted: #6d675c;
  --line: #161512;
  --lime: #b8ff5d;
  --cyan: #77e7ff;
  --pink: #ff9ecf;
  --orange: #ffc05a;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(125deg, transparent 0 18%, rgba(184, 255, 93, 0.38) 18% 30%, transparent 30%),
    linear-gradient(35deg, transparent 0 66%, rgba(119, 231, 255, 0.35) 66% 80%, transparent 80%),
    linear-gradient(155deg, transparent 0 72%, rgba(255, 158, 207, 0.34) 72% 88%, transparent 88%),
    var(--paper);
  overflow-x: hidden;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: clamp(1rem, 2vw, 1.5rem);
  padding: 0.7rem;
  border: 2px solid var(--line);
  background: rgba(251, 250, 244, 0.88);
  box-shadow: 8px 8px 0 var(--line);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 1000;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border: 2px solid var(--line);
  clip-path: polygon(16% 0, 100% 10%, 88% 100%, 0 86%);
}

.links {
  display: flex;
  gap: 0.55rem;
}

.links a {
  display: grid;
  place-items: center;
  min-width: 78px;
  height: 42px;
  border: 2px solid var(--line);
  color: var(--ink);
  background: #ffffff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
  clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
}

.links a:hover {
  background: var(--lime);
}

.hero {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(310px, 0.9fr) minmax(340px, 1.1fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 5.5rem);
  padding: clamp(1.2rem, 4vw, 4.5rem);
}

.copy {
  max-width: 720px;
}

.tag {
  display: inline-flex;
  margin: 0 0 1rem;
  padding: 0.58rem 0.85rem;
  border: 2px solid var(--line);
  background: var(--lime);
  box-shadow: 5px 5px 0 var(--line);
  font-size: 0.76rem;
  font-weight: 1000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 10px 100%);
}

h1 {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  color: var(--ink);
  font-size: clamp(4.4rem, 13vw, 13rem);
  font-weight: 1000;
  line-height: 0.76;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 span {
  display: block;
  width: max-content;
  padding: 0.02em 0.08em 0.08em;
  border: 3px solid var(--line);
  background: #ffffff;
  box-shadow: 10px 10px 0 var(--cyan), 17px 17px 0 var(--line);
  clip-path: polygon(3% 0, 100% 8%, 94% 100%, 0 92%);
  animation: facet 2.4s ease-in-out infinite;
}

h1 span:nth-child(2) {
  margin-left: clamp(1rem, 5vw, 4rem);
  box-shadow: 10px 10px 0 var(--pink), 17px 17px 0 var(--line);
  animation-delay: 0.2s;
}

.bio {
  max-width: 620px;
  margin: 1.6rem 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
}

.copy p:last-child {
  max-width: 570px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.64;
}

.model-card {
  position: relative;
  justify-self: center;
  width: min(44vw, 560px);
  min-width: 320px;
  aspect-ratio: 1;
  border: 3px solid var(--line);
  background:
    linear-gradient(135deg, rgba(184, 255, 93, 0.5), transparent 35%),
    linear-gradient(40deg, transparent 48%, rgba(255, 192, 90, 0.56) 48% 63%, transparent 63%),
    #ffffff;
  box-shadow: 16px 16px 0 var(--lime), 30px 30px 0 var(--line);
  clip-path: polygon(10% 0, 100% 6%, 92% 100%, 0 88%);
  animation: model-shift 3.6s ease-in-out infinite;
}

.model-card img {
  position: absolute;
  inset: 9%;
  width: 82%;
  height: 82%;
  object-fit: cover;
  border: 3px solid var(--line);
  clip-path: polygon(14% 0, 100% 13%, 86% 100%, 0 82%);
}

.badge {
  position: absolute;
  left: -1rem;
  top: 1.25rem;
  z-index: 2;
  padding: 0.7rem 0.95rem;
  border: 2px solid var(--line);
  background: var(--orange);
  box-shadow: 5px 5px 0 var(--line);
  font-size: clamp(0.95rem, 1.7vw, 1.4rem);
  font-weight: 1000;
  clip-path: polygon(0 0, 100% 8%, 92% 100%, 8% 92%);
}

.axis {
  position: absolute;
  z-index: 1;
  background: var(--line);
  opacity: 0.26;
}

.axis.x {
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  transform: rotate(-18deg);
}

.axis.y {
  top: 8%;
  bottom: 8%;
  left: 52%;
  width: 2px;
  transform: rotate(14deg);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 3px solid var(--line);
}

.stats article {
  min-height: 120px;
  padding: 1.1rem;
  border-right: 3px solid var(--line);
  background: #ffffff;
}

.stats article:nth-child(2) {
  background: var(--lime);
}

.stats article:nth-child(3) {
  border-right: 0;
  background: var(--cyan);
}

.stats b {
  display: block;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.95;
}

.stats span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@keyframes facet {
  0%,
  100% {
    transform: translateY(0) skewX(0deg);
  }
  45% {
    transform: translateY(-10px) skewX(-3deg);
  }
  70% {
    transform: translateY(3px) skewX(2deg);
  }
}

@keyframes model-shift {
  0%,
  100% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(-16px) rotate(-2deg);
  }
}

@media (max-width: 850px) {
  .topbar {
    align-items: stretch;
  }

  .links a {
    min-width: 62px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1rem 1rem 2rem;
  }

  h1 {
    font-size: clamp(3.6rem, 18vw, 7rem);
  }

  .model-card {
    width: min(84vw, 430px);
    min-width: 0;
    box-shadow: 9px 9px 0 var(--lime), 17px 17px 0 var(--line);
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .stats article {
    border-right: 0;
    border-bottom: 3px solid var(--line);
  }
}
