:root {
  color-scheme: dark;
  --black: #050505;
  --panel: #0e0e0f;
  --white: #f5f5f3;
  --gray: #a9aaad;
  --line: #2b2b2d;
  --red: #d40b16;
  --facebook: #1877f2;
  --instagram: #d62976;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Barlow", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--red);
  content: "";
}

a {
  color: inherit;
}

.site-shell {
  width: min(100%, 840px);
  min-height: 100svh;
  margin: 0 auto;
  padding: 30px 24px 22px;
}

.brand-header {
  text-align: center;
}

.logo-wrap {
  position: relative;
  width: min(70vw, 400px);
  aspect-ratio: 1;
  margin: 0 auto;
  isolation: isolate;
  animation: reveal-logo 700ms ease-out both;
}

.logo-wrap::before {
  position: absolute;
  z-index: -1;
  right: -22px;
  bottom: 34px;
  width: 42%;
  height: 8px;
  background: var(--red);
  content: "";
  transform: skewX(-28deg);
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.welcome {
  max-width: 660px;
  margin: 0 auto;
  animation: reveal-content 600ms 120ms ease-out both;
}

.eyebrow {
  margin: 0 0 6px;
  color: var(--gray);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 14px;
  font-size: 64px;
  font-weight: 800;
  line-height: 0.88;
}

h1 span {
  color: var(--red);
}

.intro {
  max-width: 580px;
  margin: 0 auto;
  color: #c7c7c9;
  font-size: 18px;
  line-height: 1.6;
}

.powered-by {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 34px 0 58px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  animation: reveal-content 600ms 220ms ease-out both;
}

.powered-by p {
  margin: 0;
  color: #bdbdbf;
  font-size: 15px;
  line-height: 1.45;
}

.powered-by a {
  color: var(--white);
  font-weight: 600;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.powered-by a:hover {
  color: var(--red);
}

.slash-mark,
footer > span {
  color: var(--red);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  transform: skewX(-12deg);
}

.link-section {
  animation: reveal-content 600ms 300ms ease-out both;
}

.section-heading {
  margin-bottom: 18px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.link-list {
  border-top: 1px solid var(--line);
}

.feature-link {
  --accent: var(--red);
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 34px;
  gap: 18px;
  align-items: center;
  min-height: 94px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  border-left: 3px solid transparent;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.feature-link:hover,
.feature-link:focus-visible {
  border-left-color: var(--accent);
  background: var(--panel);
  transform: translateX(5px);
}

.feature-link:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.facebook-link {
  --accent: var(--facebook);
}

.instagram-link {
  --accent: var(--instagram);
}

.link-mark {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 2px solid var(--accent);
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.instagram-mark {
  font-size: 18px;
}

.kb-mark {
  font-size: 15px;
}

.link-copy {
  min-width: 0;
}

.link-copy strong,
.link-copy small {
  display: block;
}

.link-copy strong {
  overflow-wrap: anywhere;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

.link-copy small {
  margin-top: 4px;
  overflow-wrap: anywhere;
  color: var(--gray);
  font-size: 14px;
  line-height: 1.35;
}

.link-arrow {
  color: var(--accent);
  font-size: 27px;
  line-height: 1;
  transition: transform 180ms ease;
}

.feature-link:hover .link-arrow,
.feature-link:focus-visible .link-arrow {
  transform: translate(3px, -3px);
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 48px;
  color: #77777a;
  font-size: 13px;
  text-transform: uppercase;
}

footer > span {
  font-size: 16px;
}

footer p {
  margin: 0;
}

@keyframes reveal-logo {
  from {
    opacity: 0;
    transform: translateY(-12px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes reveal-content {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  .site-shell {
    padding: 24px 18px 18px;
  }

  .logo-wrap {
    width: min(84vw, 350px);
  }

  h1 {
    font-size: 48px;
  }

  .intro {
    font-size: 16px;
  }

  .powered-by {
    align-items: flex-start;
    margin: 28px 0 48px;
    text-align: left;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .feature-link {
    grid-template-columns: 46px minmax(0, 1fr) 26px;
    gap: 13px;
    min-height: 88px;
    padding: 14px 10px;
  }

  .link-mark {
    width: 46px;
    height: 46px;
  }

  .link-copy strong {
    font-size: 21px;
  }

  .link-copy small {
    font-size: 13px;
  }

  .link-arrow {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}