@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/bebas-neue-400.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/barlow-condensed-400.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/barlow-condensed-600.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/barlow-condensed-700.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --ink: #0b0b0a;
  --ink-soft: #141411;
  --bone: #e9dfca;
  --bone-muted: #b7ab95;
  --orange: #ef6108;
  --orange-dark: #b93b00;
  --acid: #aabc13;
  --acid-dark: #74820a;
  --line: 3px;
  --shadow: 0 14px 30px rgb(0 0 0 / 48%);
}

* {
  box-sizing: border-box;
}

html {
  background: #080807;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--bone);
  background-color: var(--ink);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 18px;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 20;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.085;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

.site-shell {
  position: relative;
  width: min(100%, 720px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  padding: 34px clamp(18px, 5vw, 46px) 38px;
  isolation: isolate;
  background-color: var(--ink);
  box-shadow: 0 0 80px rgb(0 0 0 / 76%);
}

.site-shell::before,
.site-shell::after {
  position: absolute;
  z-index: -1;
  content: "";
  opacity: 0.28;
  background-color: var(--orange);
}

.site-shell::before {
  top: 21%;
  right: -36px;
  width: 110px;
  height: 3px;
  rotate: -8deg;
}

.site-shell::after {
  bottom: 7%;
  left: -42px;
  width: 130px;
  height: 4px;
  rotate: 6deg;
}

.hero {
  text-align: center;
}

.poster-lockup {
  position: relative;
  width: min(100%, 482px);
  margin: 0 auto 34px;
  padding: 8px;
}

.portrait-frame {
  position: relative;
  z-index: 2;
  padding: 10px;
  background-color: var(--bone);
  box-shadow: var(--shadow);
  rotate: 0.7deg;
  clip-path: polygon(1% 1%, 20% 0, 37% 1%, 56% 0, 73% 1%, 99% 0, 100% 28%, 99% 50%, 100% 76%, 99% 100%, 76% 99%, 52% 100%, 30% 99%, 0 100%, 1% 73%, 0 51%, 1% 25%);
}

.portrait-frame::after {
  position: absolute;
  inset: 10px;
  border: 2px solid rgb(11 11 10 / 48%);
  content: "";
  pointer-events: none;
}

.portrait-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.tape {
  position: absolute;
  z-index: 4;
  width: 112px;
  height: 34px;
  opacity: 0.88;
  background-color: #b9a989;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 14%);
  clip-path: polygon(1% 4%, 22% 0, 43% 5%, 65% 1%, 99% 5%, 97% 30%, 100% 56%, 97% 96%, 69% 91%, 44% 97%, 22% 93%, 2% 98%, 4% 70%, 0 42%);
}

.tape--top {
  top: -6px;
  left: 22px;
  rotate: -8deg;
}

.tape--bottom {
  right: 14px;
  bottom: -7px;
  rotate: -34deg;
}

.doodle {
  position: absolute;
  z-index: 3;
  overflow: visible;
  fill: none;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}

.doodle--bolt {
  top: 3%;
  left: -7%;
  width: clamp(45px, 12vw, 74px);
  fill: var(--orange);
  stroke: var(--orange-dark);
  stroke-width: 3;
  rotate: -11deg;
}

.doodle--anarchy-mark {
  top: 17%;
  right: -10%;
  width: clamp(58px, 15vw, 92px);
  stroke: var(--acid);
  stroke-width: 7;
  rotate: 11deg;
}

h1,
p {
  margin: 0;
}

h1 {
  color: var(--bone);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3rem, 12.4vw, 4.75rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  text-wrap: balance;
  white-space: nowrap;
  overflow-wrap: anywhere;
  text-shadow: 3px 3px 0 rgb(0 0 0 / 55%);
}

h1::after {
  display: block;
  width: 92%;
  height: 5px;
  margin: 15px auto 0;
  content: "";
  background-color: var(--orange);
  clip-path: polygon(0 40%, 18% 0, 43% 38%, 68% 16%, 100% 51%, 100% 100%, 66% 65%, 37% 92%, 0 70%);
}

.bio {
  display: grid;
  gap: 8px;
  margin: 28px auto 34px;
  color: var(--bone);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.5rem, 6.2vw, 2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.bio strong {
  color: var(--orange);
  font-weight: inherit;
}

.bio em {
  color: var(--acid);
  font-style: normal;
}

.links {
  display: grid;
  gap: 15px;
  width: min(100%, 610px);
  margin: 0 auto;
}

.link-button {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  align-items: center;
  min-height: 76px;
  padding: 14px 22px;
  border: var(--line) solid currentColor;
  color: var(--bone);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.8rem, 7vw, 2.5rem);
  line-height: 1;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
  transition: translate 160ms ease, box-shadow 160ms ease, color 160ms ease, background-color 160ms ease;
  clip-path: polygon(1% 0, 25% 1%, 49% 0, 76% 1%, 99% 0, 100% 48%, 99% 100%, 72% 99%, 47% 100%, 24% 99%, 0 100%, 1% 51%);
}

.link-button::after {
  width: 28px;
  content: "";
}

.link-button svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}

.link-button--primary {
  border-color: var(--orange);
  color: var(--ink);
  background-color: var(--orange);
  box-shadow: 5px 6px 0 var(--orange-dark);
}

.link-button--primary svg {
  fill: currentColor;
  stroke: none;
}

.link-button:hover {
  translate: -2px -2px;
}

.link-button--primary:hover {
  background-color: #ff751b;
  box-shadow: 8px 9px 0 var(--orange-dark);
}

.link-button:focus-visible {
  outline: 4px solid var(--acid);
  outline-offset: 4px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid #2a2924;
  color: var(--bone);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.15rem, 4.6vw, 1.65rem);
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.site-footer i {
  width: 6px;
  height: 6px;
  background-color: var(--orange);
  rotate: 45deg;
}

@media (max-width: 430px) {
  .site-shell {
    padding-top: 24px;
  }

  .poster-lockup {
    margin-bottom: 27px;
  }

  h1 {
    font-size: clamp(1.85rem, 9.1vw, 2.55rem);
  }

  .link-button {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    min-height: 70px;
    padding-inline: 16px;
  }

  .link-button svg {
    width: 30px;
    height: 30px;
  }

}

@media (max-width: 360px) {
  .doodle--bolt {
    left: 0;
  }

  .doodle--anarchy-mark {
    right: 0;
  }
}

@media (min-width: 820px) {
  body {
    padding-block: 42px;
  }

  .site-shell {
    border-inline: 1px solid #26241f;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .link-button {
    transition: none;
  }
}
