:root {
  color-scheme: dark;
  --bg: #050505;
  --panel: #101112;
  --text: #f7f7f2;
  --muted: #a8aaa5;
  --line: rgba(247, 247, 242, 0.12);
  --lime: #a6ff4f;
  --red: #ff321e;
  --green: #244f2a;
  --cyan: #9cff68;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 50% 0%, rgba(166, 255, 79, 0.13), transparent 28rem),
    radial-gradient(circle at 82% 24%, rgba(255, 50, 30, 0.12), transparent 26rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.social-rail {
  position: fixed;
  top: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

.social-rail a {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid rgba(247, 247, 242, 0.14);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: rgba(247, 247, 242, 0.82);
  pointer-events: auto;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.social-rail a:hover {
  border-color: rgba(166, 255, 79, 0.72);
  background: rgba(166, 255, 79, 0.1);
  color: var(--lime);
  transform: translateY(-2px);
}

.social-rail svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-rail a:nth-child(2),
.social-rail a:nth-child(3) {
  margin-top: 0.7rem;
}

.social-rail a:nth-child(2) {
  margin-top: auto;
}

.social-rail a:nth-child(3) svg {
  fill: currentColor;
  stroke: none;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  align-items: center;
  gap: 0.65rem;
  padding: 0.95rem clamp(1rem, 4vw, 3rem);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.86)),
    #000;
  border-bottom: 1px solid rgba(247, 247, 242, 0.08);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.22);
}

.handle-mark {
  display: grid;
  grid-template-columns: minmax(2rem, 1fr) auto minmax(2rem, 1fr);
  align-items: center;
  gap: clamp(0.8rem, 5vw, 3rem);
  width: min(74rem, 100%);
  margin: 0 auto;
  color: var(--lime);
  font-size: clamp(1rem, 2.4vw, 1.75rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-shadow: 0 0 1rem rgba(166, 255, 79, 0.28);
}

.handle-mark span {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 247, 242, 0.72), transparent);
  box-shadow: 0 0 0.65rem rgba(166, 255, 79, 0.32);
}

nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

nav a,
footer a {
  color: rgba(247, 247, 242, 0.74);
  font-size: 0.86rem;
  font-weight: 700;
  transition: color 180ms ease;
}

nav a:hover,
footer a:hover {
  color: var(--text);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  place-items: center;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 34%, rgba(166, 255, 79, 0.04), transparent 22rem),
    linear-gradient(90deg, rgba(5, 5, 5, 0.86) 0%, rgba(5, 5, 5, 0.52) 46%, rgba(5, 5, 5, 0.82) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.03) 0%, rgba(5, 5, 5, 0.96) 100%);
}

.hero-image {
  position: absolute;
  inset: 0;
}

.hero-frame {
  width: 100%;
  height: 100%;
  background-image: url("assets/brand/mika-profile-7.webp");
  background-position: center 36%;
  background-size: cover;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  justify-items: center;
  width: min(70rem, 100%);
  padding: clamp(7rem, 14vw, 11rem) clamp(1rem, 4vw, 3rem) clamp(4rem, 8vw, 6rem);
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tag {
  margin: 0 0 0.85rem;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

h1 {
  max-width: none;
  font-size: clamp(4.6rem, 13vw, 13rem);
  color: var(--lime);
  animation: titlePulse 6s ease-in-out infinite;
  text-shadow: 0 0 2.2rem rgba(166, 255, 79, 0.2);
}

h2 {
  font-size: clamp(2.7rem, 7vw, 6.2rem);
}

.mascot {
  width: clamp(7rem, 15vw, 12rem);
  height: clamp(7rem, 15vw, 12rem);
  border: 2px solid rgba(244, 240, 232, 0.82);
  border-radius: 50%;
  box-shadow:
    0 0 0 0.45rem rgba(5, 5, 5, 0.42),
    0 0 3rem rgba(166, 255, 79, 0.32);
  background-position: center 50%;
  background-size: 112%;
}

.mascot-bg,
.profile-avatar-bg,
.story-mika {
  background-image: url("assets/brand/mika-profile-7.webp");
}

.request-panel > p:not(.tag) {
  max-width: 32rem;
  margin: 1rem 0 1.5rem;
  color: rgba(244, 240, 232, 0.86);
  font-size: clamp(1.1rem, 2.1vw, 1.45rem);
  line-height: 1.6;
}

.hero-motto {
  position: relative;
  display: inline-grid;
  grid-template-columns: 3rem auto 3rem;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 0.55rem;
  color: rgba(247, 247, 242, 0.82);
  font-size: clamp(0.72rem, 1.1vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-motto::before,
.hero-motto::after {
  display: block;
  height: 1px;
  content: "";
  background: rgba(247, 247, 242, 0.42);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(166, 255, 79, 0.72);
  border-radius: 999px;
  background: var(--lime);
  color: #050505;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease;
}

a.button,
#mailto-fallback {
  color: #050505;
}

#mailto-fallback {
  display: none;
}

@media (max-width: 920px) {
  #mailto-fallback {
    display: inline-flex;
  }
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  min-height: 100svh;
  padding: clamp(9rem, 18vw, 14rem) clamp(1rem, 4vw, 3rem) 4rem;
  text-align: center;
}

.not-found-code {
  margin: 0;
  color: var(--lime);
  font-size: clamp(6rem, 22vw, 14rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  text-shadow: 0 0 3rem rgba(166, 255, 79, 0.2);
  animation: titlePulse 6s ease-in-out infinite;
}

.not-found h1 {
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 3.5rem);
}

.not-found p:not(.not-found-code) {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.button:hover {
  transform: translateY(-2px);
  background: #caff8f;
}

.button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.process {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(247, 247, 242, 0.035), transparent 62%),
    #050505;
}

.process-copy {
  position: sticky;
  top: 8.5rem;
  max-width: 34rem;
}

.process-copy h2 {
  color: var(--lime);
  text-shadow: 0 0 2rem rgba(166, 255, 79, 0.14);
}

.process-copy p:not(.tag) {
  margin: 1.25rem 0 0;
  color: rgba(244, 240, 232, 0.84);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.7;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  overflow: hidden;
  background: var(--line);
  list-style: none;
}

.process-steps li {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-height: 16.5rem;
  padding: clamp(1.25rem, 2.8vw, 2rem);
  background:
    linear-gradient(180deg, rgba(166, 255, 79, 0.045), transparent 42%),
    #050505;
}

.process-steps span {
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.process-steps h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  line-height: 1.08;
}

.process-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.profile-section {
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 3rem);
}

.instagram-board {
  width: min(64rem, 100%);
  margin: 0 auto;
  border: 1px solid rgba(244, 240, 232, 0.1);
  border-radius: 1.2rem;
  overflow: hidden;
  background: #000;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.45);
}

.profile-head {
  display: grid;
  grid-template-columns: 10.5rem 1fr;
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1rem, 4vw, 2.4rem);
}

.profile-avatar {
  aspect-ratio: 1;
  border: 2px solid rgba(166, 255, 79, 0.76);
  border-radius: 50%;
  background-position: center 50%;
  background-size: 112%;
  box-shadow: 0 0 1.5rem rgba(166, 255, 79, 0.18);
}

.profile-meta {
  display: grid;
  gap: 1rem;
}

.profile-row,
.stats,
.profile-tabs {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.6rem);
  flex-wrap: wrap;
}

.profile-row h3 {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.profile-button,
.tab {
  min-height: 2.3rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #151515;
  color: var(--text);
  padding: 0.55rem 0.9rem;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

.stats {
  color: var(--muted);
}

.stats strong {
  color: var(--text);
}

.profile-meta p {
  margin: 0;
  color: rgba(244, 240, 232, 0.84);
  line-height: 1.45;
}

.profile-tabs {
  justify-content: center;
  border-top: 1px solid var(--line);
}

.tab {
  min-width: 8rem;
  border-width: 1px;
  border-color: transparent;
  background: transparent;
  color: var(--muted);
}

.tab.active {
  border-color: rgba(166, 255, 79, 0.62);
  background: rgba(166, 255, 79, 0.08);
  color: var(--lime);
}

.story-row {
  display: flex;
  gap: clamp(1rem, 3vw, 2rem);
  overflow-x: auto;
  padding: 0 clamp(1rem, 4vw, 2.4rem) 1.6rem;
  border-bottom: 1px solid var(--line);
}

.story-row a {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  min-width: 5.2rem;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
}

.story-row img,
.story-image {
  width: 4.75rem;
  height: 4.75rem;
  border: 2px solid rgba(166, 255, 79, 0.7);
  border-radius: 50%;
  object-position: center top;
}

.story-image {
  display: block;
  background-position: center 50%;
  background-size: 112%;
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  background: var(--bg);
}

.post {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 0;
  background: var(--panel);
  cursor: pointer;
  padding: 0;
}

.post img {
  height: 100%;
  transition: transform 260ms ease, opacity 260ms ease;
}

.post.clean-post img {
  height: 112%;
  object-position: center top;
  transform: translateY(-5.8%);
}

.post:hover img,
.post:focus-visible img {
  transform: scale(1.045);
  opacity: 0.8;
}

.post.clean-post:hover img,
.post.clean-post:focus-visible img {
  transform: translateY(-5.8%) scale(1.045);
}

.post.hidden {
  display: none;
}

.post-dialog {
  width: min(56rem, calc(100% - 2rem));
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  overflow: hidden;
  background: #050505;
  color: var(--text);
  padding: 0;
}

.post-dialog::backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
}

.post-dialog img {
  width: 100%;
  max-height: 78svh;
  object-fit: contain;
  background: #000;
}

.post-dialog.clean-preview img {
  max-height: none;
  height: min(82svh, 48rem);
  object-fit: cover;
  object-position: center 36%;
}

.post-dialog p {
  margin: 0;
  padding: 1rem;
  font-weight: 800;
}

.dialog-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(244, 240, 232, 0.4);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.76);
  color: var(--text);
  padding: 0;
  font: inherit;
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}

.dialog-close:hover {
  border-color: rgba(244, 240, 232, 0.7);
  background: rgba(20, 20, 20, 0.9);
}

.request {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(21rem, 0.78fr);
  min-height: 100svh;
  border-top: 1px solid var(--line);
}

.page-main {
  padding-top: 7.4rem;
}

.page-request {
  min-height: calc(100svh - 7.4rem);
  border-top: 0;
}

.home-contact {
  display: grid;
  justify-items: center;
  gap: 1.5rem;
  padding: clamp(4rem, 9vw, 7rem) clamp(1rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  text-align: center;
}

.home-contact h2 {
  max-width: 13ch;
  color: var(--lime);
  text-shadow: 0 0 2rem rgba(166, 255, 79, 0.14);
}

.info-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--line);
  background: var(--line);
}

.info-links article {
  min-height: 18rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: #050505;
}

.info-links h2 {
  margin-bottom: 1rem;
  color: var(--lime);
  font-size: clamp(3rem, 7vw, 6rem);
}

.info-links p {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.info-links article:target {
  outline: 1px solid rgba(166, 255, 79, 0.6);
  outline-offset: -1px;
}

.info-links article:target h2 {
  text-shadow: 0 0 1.2rem rgba(166, 255, 79, 0.38);
}

.text-page {
  width: min(68rem, 100%);
  margin: 0 auto;
  padding-inline: clamp(1rem, 4vw, 3rem);
}

.contact-page {
  width: min(72rem, 100%);
  margin: 0 auto;
  padding-inline: clamp(1rem, 4vw, 3rem);
}

.contact-hero {
  display: grid;
  justify-items: start;
  gap: 1rem;
  padding: clamp(3.5rem, 9vw, 7rem) 0 clamp(2rem, 5vw, 3.5rem);
}

.contact-hero h1 {
  max-width: 12ch;
  color: var(--lime);
  font-size: clamp(3.6rem, 10vw, 8.5rem);
  text-shadow: 0 0 2rem rgba(166, 255, 79, 0.14);
}

.contact-hero p:not(.tag) {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: clamp(4rem, 8vw, 6rem);
}

.contact-card {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  min-height: 18rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(247, 247, 242, 0.04), rgba(247, 247, 242, 0.015));
  transition: transform 180ms ease, border-color 180ms ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(166, 255, 79, 0.45);
}

.contact-card span {
  color: var(--lime);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card strong {
  color: var(--text);
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  line-height: 1.15;
}

.contact-card small {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.text-hero {
  padding: clamp(3.5rem, 9vw, 7rem) 0 clamp(2rem, 5vw, 3.5rem);
}

.text-hero h1 {
  max-width: 12ch;
  color: var(--lime);
  font-size: clamp(3.6rem, 10vw, 8.5rem);
  text-shadow: 0 0 2rem rgba(166, 255, 79, 0.14);
}

.content-list {
  display: grid;
  gap: 1px;
  margin-bottom: clamp(4rem, 8vw, 6rem);
  border: 1px solid var(--line);
  border-radius: 1rem;
  overflow: hidden;
  background: var(--line);
}

.content-list article {
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #050505;
}

.content-list h2 {
  margin-bottom: 0.8rem;
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 800;
}

.content-list p {
  max-width: 54rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.content-list a {
  color: var(--lime);
  font-weight: 800;
}

.request-art {
  min-height: 36rem;
}

.request-panel {
  display: grid;
  align-content: center;
  padding: clamp(2rem, 5vw, 4rem);
  background:
    linear-gradient(180deg, rgba(166, 255, 79, 0.08), transparent 28%),
    var(--panel);
}

form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

label {
  display: grid;
  gap: 0.42rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 3.1rem;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: #050505;
  color: var(--text);
  font: inherit;
  outline: none;
  padding: 0.9rem;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--lime);
}

::placeholder {
  color: rgba(167, 160, 154, 0.62);
}

.actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.35rem;
}


footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem clamp(1rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
}

footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}


.commission-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.commission-status::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}

.commission-status.open {
  border: 1px solid rgba(166, 255, 79, 0.4);
  background: rgba(166, 255, 79, 0.1);
  color: var(--lime);
}

.commission-status.closed {
  border: 1px solid rgba(255, 50, 30, 0.4);
  background: rgba(255, 50, 30, 0.1);
  color: var(--red);
}

@media (max-width: 920px) {
  .process {
    grid-template-columns: 1fr;
  }

  .process-copy {
    position: static;
    max-width: 44rem;
  }

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

  .request-art {
    min-height: 70svh;
  }
}

@media (max-width: 620px) {
  .topbar {
    gap: 0.55rem;
    padding-inline: 0.75rem;
  }

  nav {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  nav a {
    font-size: 0.78rem;
  }

  main {
    display: flex;
    flex-direction: column;
  }

  .hero {
    order: 1;
    min-height: 88svh;
  }

  .process {
    order: 2;
  }

  .request {
    order: 3;
  }

  .profile-section {
    order: 4;
  }

  .social-rail {
    top: auto;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.55rem;
  }

  .social-rail a:nth-child(2),
  .social-rail a:nth-child(3) {
    margin-top: 0;
  }

  h1 {
    font-size: clamp(2.2rem, 12.5vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 4.25rem);
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.92) 82%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.62), transparent);
  }

  .info-links {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-steps li {
    min-height: auto;
  }

  .profile-head {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .profile-avatar {
    width: 8.5rem;
    justify-self: center;
  }

  .profile-row,
  .stats {
    justify-content: center;
  }

  .post {
    aspect-ratio: 1;
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-options {
    grid-template-columns: 1fr;
  }

  .page-main {
    padding-top: 8.5rem;
  }
}

@keyframes titlePulse {
  0%,
  100% {
    filter: brightness(1);
    transform: translateY(0) scale(1);
  }

  50% {
    filter: brightness(1.08);
    transform: translateY(-0.2rem) scale(1.006);
  }
}
