/*
Theme Name: Purely Labs
Theme URI: https://purelylabs.dev
Author: Purely Labs
Description: A luminous brutalist portfolio theme for creative engineering, Twitch plugins, interactive stream tools, and performance-focused web work.
Version: 1.0.1
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: purely-labs
*/

.skip-link {
  position: fixed;
  left: 12px;
  top: -100px;
  z-index: 9999;
  padding: 12px 16px;
  color: #f2eddf;
  background: #11110f;
  font-weight: 900;
}

.skip-link:focus {
  top: 12px;
}

ul.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-content {
  min-height: 60vh;
  padding: clamp(48px, 8vw, 120px) var(--page-pad);
  border-bottom: var(--line);
}

.wp-content h1,
.wp-content h2 {
  max-width: 1000px;
}

.wp-content article + article {
  margin-top: 48px;
  padding-top: 48px;
  border-top: var(--line);
}

@media (max-width: 782px) {
  .admin-bar .skip-link:focus {
    top: 58px;
  }
}
