:root {
  --bg: #52ff00;
  --ink: #241b2a;
  --pink: #ff0f7b;
  --green: #39ff14;
  --yellow: #ffb300;
  --orange: #ff6a00;
  --cyan: #1fdcff;
  --paper: #52ff00;
  --border: 3px solid var(--ink);
  --shadow: 10px 10px 0 rgba(36, 27, 42, 0.95);
  --shadow-soft: 18px 18px 0 rgba(36, 27, 42, 0.22);
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}

a,
button {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

.site-shell {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-top: 6px solid #1ec700;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255, 43, 99, 0.18) 8% 22%, transparent 22% 100%),
    linear-gradient(180deg, transparent 0 14%, rgba(45, 255, 0, 0.16) 14% 28%, transparent 28% 100%),
    linear-gradient(90deg, transparent 0 70%, rgba(255, 106, 0, 0.24) 70% 86%, transparent 86% 100%),
    linear-gradient(180deg, transparent 0 64%, rgba(255, 43, 99, 0.12) 64% 78%, transparent 78% 100%),
    linear-gradient(135deg, #39ff14, #ff7a00 52%, #ffb300);
}

.page-home .site-shell {
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(255, 255, 255, 0.02)),
    linear-gradient(90deg, #00ff2a 0 32%, #ff7a00 32% 100%);
}

.page-home .site-shell::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.035));
  opacity: 1;
}

.page-home .site-shell::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.03));
  opacity: 1;
}

.page-home .bg-block {
  border: 0;
  background: none;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-shell::before {
  background:
    linear-gradient(rgba(36, 27, 42, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 27, 42, 0.05) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: 0.28;
}

.site-shell::after {
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(255, 106, 0, 0.24) 48% 60%, transparent 60% 100%),
    linear-gradient(135deg, transparent 0 26%, rgba(45, 255, 0, 0.12) 26% 40%, transparent 40% 100%);
  opacity: 0.55;
}

.bg-block,
.bg-line {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}

.bg-block {
  border: 2px solid rgba(36, 27, 42, 0.4);
  background: rgba(255, 106, 0, 0.26);
}

.bg-block-pink {
  width: 25vw;
  min-width: 150px;
  height: 34vh;
  min-height: 180px;
  left: 10%;
  bottom: -2%;
  top: auto;
  transform: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.03)),
    #ff0037;
}

.bg-block-green {
  width: 34vw;
  min-width: 260px;
  height: 28vh;
  min-height: 180px;
  top: 10%;
  left: 0;
  right: auto;
  transform: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.025)),
    #00ff2a;
}

.bg-block-yellow {
  width: 22vw;
  min-width: 170px;
  height: 24vh;
  min-height: 150px;
  top: 0;
  right: 10%;
  bottom: auto;
  transform: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.025)),
    #fbff00;
}

.bg-line-top {
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: #1ec700;
}

.bg-line-right {
  right: 8%;
  bottom: 12%;
  width: 32vw;
  min-width: 240px;
  height: 34vh;
  min-height: 190px;
  border: 0;
  transform: none;
  opacity: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.025)),
    #ffac12;
}

.hero-home {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
}

.hero-stack {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.mini-tag {
  align-self: start;
  padding: 8px 14px;
  border: var(--border);
  background: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 rgba(36, 27, 42, 0.15);
}

.hero-name,
.page-panel h2,
.portfolio-heading h1 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  line-height: 0.84;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-name {
  font-size: clamp(4rem, 10vw, 8.6rem);
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 540px;
}

.action-block {
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: var(--border);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
  background: var(--green);
  box-shadow: var(--shadow-soft);
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}

.action-block:hover,
.action-block:focus-visible,
.panel-close:hover,
.panel-close:focus-visible,
.back-link:hover,
.back-link:focus-visible {
  transform: translate(-4px, -4px);
  box-shadow: 14px 14px 0 rgba(36, 27, 42, 0.18);
  outline: none;
}

.block-portfolio {
  background: var(--green);
}

.block-fret {
  background: linear-gradient(180deg, #ffcf00, #ff6a00);
}

.block-about {
  background: var(--orange);
}

.panel-close,
.back-link {
  display: inline-grid;
  place-items: center;
  min-height: 52px;
  padding: 12px 16px;
  border: var(--border);
  background: var(--orange);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  box-shadow: 8px 8px 0 rgba(36, 27, 42, 0.14);
}

.panel-fret {
  background:
    linear-gradient(90deg, var(--pink) 0 33%, var(--green) 33% 66%, var(--yellow) 66% 100%);
}

.page-fret .site-shell {
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #c40018;
}

.page-fret {
  background: #c40018;
}

.page-fret .bg-block,
.page-fret .bg-line {
  display: none;
}

.page-fret .site-shell::before {
  content: none;
}

.page-fret .site-shell::after {
  content: none;
}

.page-panel {
  padding: 24px;
  border: 4px solid var(--ink);
  box-shadow: var(--shadow);
}

.standalone-page,
.portfolio-page {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

.page-topbar,
.portfolio-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.fret-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
}

.fret-copy {
  min-height: 380px;
  padding: 24px;
  border: 4px solid var(--ink);
  background:
    linear-gradient(180deg, #111 0 32%, #ff173f 32% 66%, #111 66% 100%);
  color: var(--yellow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow);
}

.square-banner {
  display: grid;
  grid-template-columns: repeat(2, 76px);
  gap: 10px;
}

.square-banner span {
  aspect-ratio: 1;
  border: 3px solid var(--orange);
}

.square-banner span:nth-child(1),
.square-banner span:nth-child(4) {
  background: #040404;
}

.square-banner span:nth-child(2),
.square-banner span:nth-child(3) {
  background: #ff173f;
}

.fret-copy h2 {
  font-size: clamp(3rem, 7vw, 5.2rem);
  color: var(--yellow);
  text-shadow: 4px 4px 0 #000;
}

.fret-copy p {
  margin: 0;
  max-width: 16ch;
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 700;
}

.steam-shell {
  min-height: 380px;
  padding: 18px;
  border: 4px solid var(--ink);
  background: linear-gradient(135deg, #39ff14, #ffb300 55%, #ff6a00);
  box-shadow: var(--shadow);
  display: grid;
  align-items: start;
}

.page-fret .panel-fret {
  background: transparent;
}

.page-fret .steam-shell {
  background: #8e0012;
  border-color: #1a0004;
  box-shadow: 14px 14px 0 rgba(26, 0, 4, 0.3);
}

.fret-steam-only {
  width: min(720px, 100%);
}

.steam-shell-solo {
  min-height: auto;
}

.steam-widget {
  min-height: 190px;
  background: #111;
}

.panel-about {
  background:
    linear-gradient(135deg, var(--pink) 0 45%, var(--yellow) 45% 72%, var(--green) 72% 100%);
}

.page-about .site-shell {
  overflow: hidden;
  background:
    linear-gradient(90deg, #39ff14 0 34%, transparent 34% 100%),
    linear-gradient(90deg, transparent 0 74%, #fbff00 74% 100%),
    linear-gradient(180deg, transparent 0 46%, #ffb300 46% 100%),
    #ff7a00;
}

.page-about .site-shell::before,
.page-about .site-shell::after {
  content: none;
}

.about-topbar {
  margin-bottom: 18px;
}

.about-heading h1 {
  font-size: clamp(4rem, 10vw, 8rem);
}

.about-remix {
  position: relative;
  min-height: 680px;
  padding: 18px 0 24px;
}

.about-floating {
  position: absolute;
  border: 2px solid var(--ink);
  opacity: 0.95;
  pointer-events: none;
  will-change: transform;
}

.about-floating-pink {
  top: 70px;
  left: 44%;
  width: 210px;
  height: 150px;
  background: var(--pink);
}

.about-floating-green {
  right: 8%;
  top: 120px;
  width: 160px;
  height: 110px;
  background: var(--green);
}

.about-floating-yellow {
  left: 54%;
  bottom: 72px;
  width: 190px;
  height: 130px;
  background: var(--yellow);
}

.about-main-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 34px;
}

.about-icon-panel,
.about-info-panel {
  position: relative;
  border: 4px solid var(--ink);
  background: var(--green);
  box-shadow: var(--shadow);
}

.about-icon-panel {
  min-height: 540px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.about-icon-panel::before,
.about-icon-panel::after,
.about-info-panel::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-icon-panel::before {
  inset: 28px auto auto 28px;
  width: 140px;
  height: 140px;
  background: var(--yellow);
}

.about-icon-panel::after {
  right: 26px;
  bottom: 30px;
  width: 170px;
  height: 120px;
  background: var(--pink);
}

.icon-frame {
  position: relative;
  z-index: 1;
  width: min(82%, 360px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 18px;
  background: var(--cyan);
  border: 4px solid var(--ink);
  box-shadow: 14px 14px 0 rgba(36, 27, 42, 0.24);
}

.about-icon-large {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-info-panel {
  padding: 28px;
}

.about-info-panel::before {
  top: 22px;
  right: 22px;
  width: 120px;
  height: 120px;
  background: var(--orange);
  opacity: 0.18;
}

.bio-chip {
  display: inline-block;
  margin-bottom: 12px;
  padding: 10px 14px;
  border: 3px solid var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 rgba(36, 27, 42, 0.12);
}

.eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 6px;
}

.chip-pink {
  background: var(--pink);
  color: var(--yellow);
}

.chip-yellow {
  background: var(--yellow);
}

.chip-green {
  background: var(--green);
}

.chip-ink {
  background: var(--ink);
  color: var(--green);
}

.about-info-panel h2 {
  margin: 4px 0 20px;
  max-width: 12ch;
  font-size: clamp(2.8rem, 6vw, 4.9rem);
  line-height: 0.92;
}

.bio-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(240px, 0.9fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 24px;
}

.about-blurb {
  margin: 0;
  padding: 18px 20px;
  border: 3px solid var(--ink);
  background: var(--yellow);
  font-size: 1.08rem;
  line-height: 1.2;
  font-weight: 700;
  box-shadow: 8px 8px 0 rgba(36, 27, 42, 0.1);
}

.about-split-divider {
  position: relative;
  align-self: stretch;
  min-height: 100%;
}

.about-split-divider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--pink);
  transform: translateX(-50%);
}

.about-split-divider::after {
  content: none;
}

.about-tools {
  display: grid;
  gap: 10px;
  align-content: start;
  min-width: 0;
}

.tool-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 3px solid var(--ink);
  background: var(--orange);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 8px 8px 0 rgba(36, 27, 42, 0.08);
}

.tool-item:nth-child(2) {
  background: var(--yellow);
}

.tool-item:nth-child(3) {
  background: var(--green);
}

.tool-icon {
  flex: 0 0 auto;
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 3px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 rgba(36, 27, 42, 0.15);
  overflow: hidden;
}

.tool-icon img {
  display: block;
  width: 22px;
  height: 22px;
}

.tool-icon-blender {
  background: var(--orange);
}

.tool-icon-substance {
  background: var(--yellow);
}

.tool-icon-unreal {
  background: var(--green);
}

.social-panel {
  position: relative;
  z-index: 1;
  padding: 28px;
  border: 4px solid var(--ink);
  background: var(--orange);
  box-shadow: var(--shadow);
}

.social-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.social-header p {
  margin: 0;
  padding: 8px 12px;
  border: 3px solid var(--ink);
  background: var(--pink);
  color: var(--yellow);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 rgba(36, 27, 42, 0.12);
}

.social-header h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.5vw, 3.6rem);
  line-height: 0.95;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.social-card {
  min-height: 96px;
  padding: 16px 18px;
  border: 4px solid var(--ink);
  box-shadow: 10px 10px 0 rgba(36, 27, 42, 0.14);
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: transform 0.14s ease, box-shadow 0.14s ease;
  overflow: hidden;
}

.social-card:hover,
.social-card:focus-visible {
  transform: translate(-4px, -4px);
  box-shadow: 14px 14px 0 rgba(36, 27, 42, 0.18);
  outline: none;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.social-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 4px 4px 0 rgba(36, 27, 42, 0.12);
}

.social-icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.social-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.social-label,
.social-handle {
  display: block;
}

.social-label {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.social-handle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.social-card:hover .social-handle,
.social-card:focus-visible .social-handle {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.social-card-pink {
  background: var(--pink);
  color: var(--yellow);
}

.social-card-green {
  background: var(--green);
}

.social-card-orange {
  background: var(--orange);
}

.social-card-ink {
  background: var(--ink);
  color: var(--green);
}

.social-card-yellow {
  background: var(--yellow);
}

.contact-panel {
  position: relative;
  z-index: 1;
  margin-top: clamp(140px, 18vh, 240px);
  padding: 30px;
  border: 4px solid var(--ink);
  background: var(--pink);
  box-shadow: var(--shadow);
}

.contact-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.contact-header p {
  margin: 0;
  padding: 8px 12px;
  border: 3px solid var(--ink);
  background: var(--ink);
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 rgba(36, 27, 42, 0.12);
}

.contact-header h2 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 0.94;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
  gap: 22px;
  align-items: start;
}

.contact-copy {
  display: grid;
  gap: 18px;
}

.contact-lead {
  margin: 0;
  padding: 20px 22px;
  border: 3px solid var(--ink);
  background: var(--yellow);
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 700;
  box-shadow: 8px 8px 0 rgba(36, 27, 42, 0.12);
}

.contact-email {
  display: inline-grid;
  justify-self: start;
  padding: 14px 18px;
  border: 4px solid var(--ink);
  background: var(--pink);
  color: var(--yellow);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 0.96;
  text-decoration: none;
  box-shadow: 10px 10px 0 rgba(36, 27, 42, 0.14);
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}

.contact-email:hover,
.contact-email:focus-visible,
.contact-link-card:hover,
.contact-link-card:focus-visible {
  transform: translate(-4px, -4px);
  box-shadow: 14px 14px 0 rgba(36, 27, 42, 0.18);
  outline: none;
}

.contact-links {
  display: grid;
  gap: 12px;
}

.contact-link-card {
  padding: 16px 18px;
  border: 3px solid var(--ink);
  background: var(--green);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  box-shadow: 8px 8px 0 rgba(36, 27, 42, 0.1);
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}

.contact-link-card:nth-child(2) {
  background: var(--orange);
}

.contact-link-card:nth-child(3) {
  background: var(--yellow);
}

.contact-link-card:nth-child(4) {
  background: var(--cyan);
}

.about-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.meta-card {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 3px solid var(--ink);
  background: var(--orange);
  box-shadow: 8px 8px 0 rgba(36, 27, 42, 0.1);
}

.meta-label {
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.meta-value {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.about-roles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.role-block,
.statement-block {
  border: 4px solid var(--ink);
  box-shadow: var(--shadow);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.role-block {
  min-height: 104px;
  padding: 14px;
  display: grid;
  align-items: end;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 0.9;
}

.role-pink {
  background: var(--pink);
  color: var(--yellow);
}

.role-green {
  background: var(--green);
}

.role-yellow {
  background: var(--yellow);
}

.statement-block {
  padding: 20px 22px;
  background: var(--ink);
  color: var(--green);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 0.95;
}

.professional-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.tag-card {
  padding: 16px 14px;
  border: 3px solid var(--ink);
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.96), rgba(255, 179, 0, 0.9));
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 8px 8px 0 rgba(36, 27, 42, 0.08);
}

.about-note {
  padding: 18px 20px;
  border-left: 6px solid var(--pink);
  background: linear-gradient(135deg, rgba(255, 179, 0, 0.96), rgba(255, 106, 0, 0.9));
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
}

.about-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 20px;
}

.about-title-block,
.about-card {
  border: 4px solid var(--ink);
  box-shadow: var(--shadow);
}

.about-title-block {
  padding: 24px;
  background: var(--green);
}

.about-title-block h2 {
  font-size: clamp(3rem, 8vw, 5.4rem);
}

.about-title-block p {
  margin: 18px 0 0;
  max-width: 18ch;
  font-size: 1.1rem;
  line-height: 1.15;
  font-weight: 700;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-card {
  min-height: 140px;
  padding: 18px;
  display: grid;
  align-items: end;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.pink-card {
  background: var(--pink);
  color: var(--yellow);
}

.green-card {
  background: var(--green);
}

.yellow-card {
  background: var(--yellow);
}

.ink-card {
  background: var(--ink);
  color: var(--green);
}

.fret-copy .square-banner span {
  border-color: var(--yellow);
}

.icon-card {
  place-items: center;
  background: linear-gradient(135deg, #39ff14, #ff6a00);
  padding: 12px;
}

.about-icon {
  display: block;
  width: min(100%, 260px);
  height: auto;
  object-fit: contain;
  box-shadow: 10px 10px 0 rgba(36, 27, 42, 0.35);
}

.page-portfolio .site-shell {
  overflow: visible;
  background: #111217;
}

.page-portfolio {
  background: #111217;
}

.page-portfolio .bg-block,
.page-portfolio .bg-line {
  display: none;
}

.page-portfolio .site-shell::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.22;
}

.page-portfolio .site-shell::after {
  background:
    radial-gradient(circle at 15% 0, rgba(255, 15, 123, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 28%);
  opacity: 0.9;
}

.portfolio-heading p {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b4b8c8;
}

.portfolio-heading h1 {
  font-size: clamp(3.8rem, 9vw, 7.8rem);
  color: #f4f6fb;
}

.page-portfolio .back-link {
  background: #1b1d24;
  color: #f4f6fb;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.25);
}

.portfolio-rail {
  display: grid;
  gap: 22px;
}

.portfolio-summary {
  display: grid;
  gap: 10px;
}

.portfolio-summary h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ffffff;
}

.portfolio-summary p {
  margin: 0;
  max-width: 52ch;
  color: #a9afbe;
  font-size: 1rem;
  line-height: 1.5;
}

.portfolio-post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.portfolio-post {
  padding: 0;
  border: 1px solid #272b35;
  border-radius: 12px;
  overflow: hidden;
  background: #181a21;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  text-align: left;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.portfolio-post:hover,
.portfolio-post:focus-visible {
  transform: translateY(-6px);
  border-color: #ff0f7b;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.34);
  outline: none;
}

.portfolio-post-image {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #0f1015;
}

.portfolio-post-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.portfolio-post:hover .portfolio-post-image img,
.portfolio-post:focus-visible .portfolio-post-image img {
  transform: scale(1.03);
}

.portfolio-post-copy {
  display: grid;
  gap: 6px;
  padding: 16px 16px 18px;
}

.portfolio-post-title {
  color: #f4f6fb;
  font-size: 1rem;
  font-weight: 800;
}

.portfolio-post-meta {
  color: #8f95a3;
  font-size: 0.88rem;
  font-weight: 700;
}

.portfolio-lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 28px;
  background: rgba(7, 8, 12, 0.92);
  backdrop-filter: blur(10px);
}

.portfolio-lightbox[hidden] {
  display: none;
}

.portfolio-lightbox-frame {
  margin: 0;
  min-width: 0;
  display: grid;
  gap: 14px;
}

.portfolio-lightbox-frame img {
  display: block;
  width: min(1100px, 100%);
  max-height: 78vh;
  object-fit: contain;
  border: 1px solid #2b3140;
  border-radius: 14px;
  background: #111217;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.portfolio-lightbox-frame figcaption {
  color: #d9dde7;
  font-size: 0.95rem;
  font-weight: 700;
}

.portfolio-lightbox-nav,
.portfolio-lightbox-close {
  min-width: 96px;
  padding: 12px 16px;
  border: 1px solid #343949;
  border-radius: 999px;
  background: #1a1d25;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.14s ease, background 0.14s ease, border-color 0.14s ease;
}

.portfolio-lightbox-nav:hover,
.portfolio-lightbox-nav:focus-visible,
.portfolio-lightbox-close:hover,
.portfolio-lightbox-close:focus-visible {
  transform: translateY(-2px);
  background: #242935;
  border-color: #ff0f7b;
  outline: none;
}

.portfolio-lightbox-close {
  position: absolute;
  top: 22px;
  right: 24px;
}

@media (max-width: 980px) {
  .hero-actions,
  .fret-layout,
  .about-layout,
  .portfolio-post-grid {
    grid-template-columns: 1fr;
  }

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

  .about-main-card,
  .about-roles,
  .about-meta,
  .professional-tags {
    grid-template-columns: 1fr;
  }

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

  .about-icon-panel {
    min-height: 360px;
  }

  .about-remix {
    min-height: auto;
  }

  .portfolio-lightbox {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .portfolio-lightbox-nav {
    min-width: 0;
    width: 100%;
    max-width: 220px;
  }
}

@media (max-width: 700px) {
  .site-shell {
    padding: 18px;
  }

  .square-banner {
    grid-template-columns: repeat(2, 58px);
  }

  .page-panel {
    padding: 16px;
  }

  .page-topbar,
  .portfolio-topbar {
    flex-direction: column;
  }

  .portfolio-lightbox {
    padding: 72px 16px 18px;
  }

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

  .social-header {
    align-items: flex-start;
  }

  .contact-panel {
    margin-top: 96px;
    padding: 20px 18px;
  }

  .about-info-panel {
    padding: 18px;
  }

  .about-split {
    grid-template-columns: 1fr;
  }

  .about-split-divider {
    min-height: 56px;
  }

  .about-split-divider::before {
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    width: auto;
    height: 4px;
    transform: translateY(-50%);
  }

  .about-split-divider::after {
    top: 50%;
    left: 50%;
  }

  .about-floating-pink {
    width: 120px;
    height: 90px;
    left: auto;
    right: 12%;
  }

  .about-floating-green {
    width: 90px;
    height: 90px;
    top: 210px;
  }

  .about-floating-yellow {
    width: 110px;
    height: 80px;
    left: 48%;
    bottom: 36px;
  }
}
