/* ============================================================
   CORZI GAMES — STYLESHEET
   Brand: neon split-ring "C" · hot pink + cyan on pure black
   Theme tokens live in :root. Rebrand = edit that block only.
   ============================================================ */

:root {
  /* --- BRAND (pulled from the logo) --- */
  --pink:        #ff1b6e;
  --pink-soft:   #ff5c96;
  --cyan:        #1fe3e3;
  --cyan-soft:   #6ff2f2;

  --accent:      var(--pink);
  --accent-2:    var(--cyan);
  --accent-ink:  #ffffff;

  /* --- SURFACES --- */
  --bg:          #000000;
  --bg-raised:   #0a0a0e;
  --bg-card:     #0c0d12;
  --line:        #1c1d26;
  --line-bright: #2a2c38;

  /* --- TEXT --- */
  --text:        #f4f5fa;
  --text-muted:  #9aa0b4;
  /* 5.1:1 on black. The old #656b7e was 3.96:1, which failed WCAG AA on the
     stat labels and footer -- both small uppercase text where it hurt most. */
  --text-dim:    #767c90;

  /* Deep pink used ONLY where white text sits on top of the brand colour.
     The vivid --pink is 3.73:1 against white and the cyan is 1.60:1, so
     neither is safe to put text on. This is 4.8:1. */
  --pink-deep:   #e30057;
  --pink-deeper: #c0004f;

  --ok:          #1fe3a0;

  /* --- TYPE --- */
  --font-mark:    "Orbitron", "Segoe UI", system-ui, sans-serif;      /* wordmark + eyebrows */
  --font-display: "Chakra Petch", "Segoe UI", system-ui, sans-serif;  /* headings */
  --font-body:    "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* --- LAYOUT --- */
  --wrap:      1180px;
  --radius:    14px;
  --radius-sm: 9px;

  --glow-pink: 0 0 24px -4px rgba(255, 27, 110, .55);
  --glow-cyan: 0 0 24px -4px rgba(31, 227, 227, .5);
  --shadow:    0 24px 60px -24px rgba(0, 0, 0, .9);
  --ease:      cubic-bezier(.22, .61, .36, 1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; padding: 0; }

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--pink); color: #fff; }

/* ---------- layout primitives ---------- */
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
section { padding-block: clamp(4rem, 10vw, 7.5rem); }

.section-head { margin-bottom: clamp(2rem, 5vw, 3.5rem); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-mark);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--pink));
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.12;
  letter-spacing: -.01em;
  font-weight: 700;
}
.section-head p {
  color: var(--text-muted);
  max-width: 58ch;
  margin-top: 1rem;
}

/* ---------- skip link ---------- */
.skip {
  position: absolute;
  left: -9999px;
  background: var(--pink);
  color: #fff;
  padding: .75rem 1.25rem;
  border-radius: 0 0 var(--radius-sm) 0;
  z-index: 999;
}
.skip:focus { left: 0; top: 0; }

/* ============================================================
   HUD CORNER BRACKETS  (the signature brand frame)
   Usage: <div class="hud" aria-hidden="true"> inside a
   position:relative parent.
   ============================================================ */
.hud { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.hud span {
  position: absolute;
  width: 54px;
  height: 54px;
  opacity: .85;
}
.hud span::before,
.hud span::after { content: ""; position: absolute; background: currentColor; }
.hud span::before { width: 100%; height: 1px; }
.hud span::after  { width: 1px;  height: 100%; }

.hud .tl { top: 0; left: 0; color: var(--pink); }
.hud .tl::before { top: 0; left: 0; }
.hud .tl::after  { top: 0; left: 0; }

.hud .tr { top: 0; right: 0; color: var(--cyan); }
.hud .tr::before { top: 0; right: 0; }
.hud .tr::after  { top: 0; right: 0; }

.hud .bl { bottom: 0; left: 0; color: var(--pink); }
.hud .bl::before { bottom: 0; left: 0; }
.hud .bl::after  { bottom: 0; left: 0; }

.hud .br { bottom: 0; right: 0; color: var(--cyan); }
.hud .br::before { bottom: 0; right: 0; }
.hud .br::after  { bottom: 0; right: 0; }

/* dotted trail that runs off each bracket */
.hud i {
  position: absolute;
  width: 34px;
  height: 1px;
  background-image: radial-gradient(circle, currentColor 1px, transparent 1px);
  background-size: 7px 1px;
  opacity: .7;
}
.hud i.d-tl { top: 0; left: 60px; color: var(--pink); }
.hud i.d-tr { top: 0; right: 60px; color: var(--cyan); }
.hud i.d-bl { bottom: 0; left: 60px; color: var(--pink); }
.hud i.d-br { bottom: 0; right: 60px; color: var(--cyan); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease);
}
.site-header.is-stuck { border-bottom-color: var(--line); }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 70px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-family: var(--font-mark);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.nav-brand .mark { width: 30px; height: 30px; flex-shrink: 0; }
.nav-brand .mark svg { filter: drop-shadow(0 0 6px rgba(255, 27, 110, .5)); }
.nav-brand .games {
  color: var(--cyan);
  font-size: .72rem;
  letter-spacing: .3em;
}

.nav-links { display: flex; align-items: center; gap: .3rem; }

/* :not(.btn) matters. Without it this rule (specificity 0,1,1) outranks
   .btn-primary (0,1,0) and paints the "Hire me" label muted grey on the
   pink button -- about 1.3:1 against its background. */
.nav-links a:not(.btn) {
  padding: .5rem .85rem;
  border-radius: 7px;
  font-size: .9rem;
  color: var(--text-muted);
  transition: color .2s var(--ease), background .2s var(--ease);
}
.nav-links a:not(.btn):hover { color: var(--text); background: var(--bg-raised); }

.nav-toggle { display: none; padding: .5rem; border-radius: 7px; }
.nav-toggle:hover { background: var(--bg-raised); }
.nav-toggle svg { width: 22px; height: 22px; }

@media (max-width: 880px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 70px 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--bg-raised);
    border-bottom: 1px solid var(--line);
    padding: .5rem 1.25rem 1.5rem;
    transform: translateY(-125%);
    transition: transform .35s var(--ease);
    max-height: calc(100dvh - 70px);
    overflow-y: auto;
  }
  .nav-links.is-open { transform: translateY(0); }
  .nav-links a {
    padding: .95rem .5rem;
    font-size: 1.05rem;
    border-bottom: 1px solid var(--line);
  }
  .nav-links .btn {
    margin-top: 1.25rem;
    justify-content: center;
    border-bottom: 0;
  }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .82rem 1.5rem;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .01em;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: transform .2s var(--ease), background .2s var(--ease),
              border-color .2s var(--ease), box-shadow .2s var(--ease),
              color .2s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 17px; height: 17px; flex-shrink: 0; }

/* Full brand gradient, pink -> cyan. Note that white on the cyan end is only
   ~1.6:1 by raw WCAG maths; the text-shadow below is what carries legibility
   there. Deliberate call: the gradient IS the brand, and the shadow makes the
   label read cleanly in practice. If you ever want the measured contrast
   instead, swap the background for --pink-deep -> --pink-deeper (4.8:1). */
.btn-primary {
  background: linear-gradient(110deg, var(--pink), #ff3d8a 45%, var(--cyan));
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .55);
  box-shadow: var(--glow-pink);
}
.btn-primary:hover { box-shadow: 0 0 34px -4px rgba(255, 27, 110, .8); }

.btn-ghost {
  border-color: var(--line-bright);
  background: var(--bg-raised);
  color: var(--text);
}
.btn-ghost:hover { border-color: var(--cyan); box-shadow: var(--glow-cyan); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding-block: clamp(3.5rem, 11vw, 7.5rem) clamp(3rem, 8vw, 6rem);
  overflow: hidden;
}

/* pink + cyan fog, like the brand banner */
.hero::before {
  content: "";
  position: absolute;
  inset: auto -15% -35% -15%;
  height: 85vh;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(46% 58% at 12% 88%, rgba(255, 27, 110, .34), transparent 70%),
    radial-gradient(46% 58% at 88% 92%, rgba(31, 227, 227, .28), transparent 70%);
  filter: blur(36px);
}

/* faint tech grid, masked out toward the edges */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(75% 65% at 50% 25%, #000 15%, transparent 80%);
}
.hero > .wrap { position: relative; z-index: 3; }

/* Inset the hero brackets so the top pair clears the sticky header. */
.hero .hud { inset: 1.75rem 1.25rem; }

.hero-inner { max-width: 820px; }

.pill {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .38rem .95rem .38rem .72rem;
  border: 1px solid var(--line-bright);
  border-radius: 999px;
  background: rgba(31, 227, 160, .07);
  font-size: .82rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 1.75rem;
}
.pill .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 0 rgba(31, 227, 160, .7);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  70%  { box-shadow: 0 0 0 8px rgba(31, 227, 160, 0); }
  100% { box-shadow: 0 0 0 0 rgba(31, 227, 160, 0); }
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 8vw, 4.75rem);
  line-height: 1.04;
  letter-spacing: -.02em;
  font-weight: 700;
}
.hero h1 .grad {
  /* Fallback: sRGB interpolation dips through grey between pink and cyan,
     so we pin a saturated magenta midpoint to keep the ramp neon. */
  background: linear-gradient(105deg, var(--pink) 8%, #e0329f 46%, var(--cyan) 92%);
  /* Modern browsers: oklch keeps chroma high across the whole ramp. */
  background: linear-gradient(105deg in oklch, var(--pink) 8%, var(--cyan) 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero .tagline {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.6vw, 1.35rem);
  color: var(--text);
  margin-top: 1.15rem;
  font-weight: 500;
}
.hero .tagline strong { color: var(--pink); font-weight: 700; }
.hero .tagline em { color: var(--cyan); font-style: normal; }

.hero .pitch {
  color: var(--text-muted);
  font-size: clamp(1rem, 2.2vw, 1.1rem);
  max-width: 60ch;
  margin-top: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2.25rem;
}

/* ---------- hero stats strip ---------- */
.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
  max-width: 640px;
}
.stats > div { min-width: 0; }
.stats dt {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
  background: linear-gradient(105deg, var(--pink), #e0329f 55%, var(--cyan));
  background: linear-gradient(105deg in oklch, var(--pink), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stats dd {
  margin: .15rem 0 0;
  font-family: var(--font-mark);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--text-dim);
}

/* ---------- social row ---------- */
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 2.5rem;
}
.social-row a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .55rem 1.05rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-raised);
  font-size: .87rem;
  color: var(--text-muted);
  transition: color .2s var(--ease), border-color .2s var(--ease),
              transform .2s var(--ease), box-shadow .2s var(--ease);
}
.social-row a:hover {
  color: var(--text);
  border-color: var(--cyan);
  transform: translateY(-2px);
  box-shadow: var(--glow-cyan);
}
.social-row svg { width: 16px; height: 16px; }

/* ============================================================
   FEATURED WORK
   ============================================================ */
.featured-grid { display: grid; gap: 1.5rem; }

.feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .3s var(--ease), transform .3s var(--ease),
              box-shadow .3s var(--ease);
}
.feature-card:hover {
  border-color: rgba(255, 27, 110, .5);
  transform: translateY(-4px);
  box-shadow: var(--shadow), 0 0 40px -22px rgba(255, 27, 110, .7);
}
.feature-card:nth-child(even) .feature-media { order: 2; }

.feature-media { position: relative; min-height: 340px; overflow: hidden; }
.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.feature-card:hover .feature-media img { transform: scale(1.05); }
/* subtle neon wash over the art so it sits in the brand */
.feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 27, 110, .14), transparent 55%, rgba(31, 227, 227, .12));
  mix-blend-mode: screen;
  pointer-events: none;
}

.feature-body {
  padding: clamp(1.5rem, 4vw, 2.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-body h3 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3.4vw, 1.95rem);
  line-height: 1.16;
  letter-spacing: -.01em;
  margin-bottom: .8rem;
}
.feature-body p { color: var(--text-muted); }

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .9rem;
  margin-bottom: .9rem;
  font-family: var(--font-mark);
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.meta-row .role { color: var(--pink); font-weight: 700; }

.stat {
  display: inline-block;
  margin-top: 1.3rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -.01em;
  background: linear-gradient(105deg, var(--pink), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tag-row { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1.35rem; }
.tag {
  padding: .26rem .7rem;
  border-radius: 999px;
  border: 1px solid var(--line-bright);
  background: var(--bg-raised);
  font-size: .74rem;
  letter-spacing: .04em;
  color: var(--text-muted);
}
.feature-body .btn { align-self: flex-start; margin-top: 1.75rem; }

@media (max-width: 840px) {
  .feature-card { grid-template-columns: 1fr; }
  .feature-card:nth-child(even) .feature-media { order: 0; }
  .feature-media { min-height: 0; aspect-ratio: 16 / 9; }
}

/* ============================================================
   PROJECT GRID + FILTERS
   ============================================================ */
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.filter {
  padding: .46rem 1.05rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-raised);
  font-size: .86rem;
  color: var(--text-muted);
  transition: color .2s var(--ease), border-color .2s var(--ease),
              background .2s var(--ease), box-shadow .2s var(--ease);
}
.filter:hover { color: var(--text); border-color: var(--line-bright); }
.filter.is-active {
  /* Deep pink, not brand pink: white on --pink is only 3.73:1. */
  background: var(--pink-deep);
  border-color: var(--pink-deep);
  color: #fff;
  font-weight: 600;
  box-shadow: var(--glow-pink);
}

.project-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
}

.project-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .3s var(--ease), transform .3s var(--ease),
              box-shadow .3s var(--ease);
}
.project-card:hover {
  border-color: rgba(31, 227, 227, .5);
  transform: translateY(-4px);
  box-shadow: var(--shadow), 0 0 36px -22px rgba(31, 227, 227, .8);
}
.project-card[hidden] { display: none; }

.project-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--bg-raised);
}
.project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease);
}
.project-card:hover .project-thumb img { transform: scale(1.06); }
.project-thumb .year {
  position: absolute;
  top: .7rem;
  right: .7rem;
  padding: .18rem .6rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, .7);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line-bright);
  font-family: var(--font-mark);
  font-size: .66rem;
  letter-spacing: .12em;
  color: var(--text);
}

.project-body {
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.project-body h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: -.005em;
  margin-bottom: .5rem;
}
.project-body p { color: var(--text-muted); font-size: .92rem; flex: 1; }
.project-body .tag-row { margin-top: 1rem; }
.card-link {
  margin-top: 1.1rem;
  font-family: var(--font-display);
  font-size: .89rem;
  font-weight: 600;
  color: var(--cyan);
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.card-link svg { width: 15px; height: 15px; transition: transform .2s var(--ease); }
.project-card:hover .card-link svg { transform: translateX(3px); }

.empty-state {
  padding: 3rem 1rem;
  text-align: center;
  color: var(--text-dim);
}

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 275px), 1fr));
}
.service {
  position: relative;
  padding: 1.85rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-card);
  overflow: hidden;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.service:hover { border-color: var(--line-bright); transform: translateY(-3px); }

.service.is-featured {
  border-color: rgba(255, 27, 110, .45);
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(255, 27, 110, .12), transparent 60%),
    var(--bg-card);
}
/* halftone dot corner, straight off the brand card */
.service.is-featured::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 130px;
  height: 130px;
  background-image: radial-gradient(circle, rgba(31, 227, 227, .5) 1px, transparent 1px);
  background-size: 9px 9px;
  mask-image: radial-gradient(circle at 100% 100%, #000, transparent 72%);
  pointer-events: none;
}

.service-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  margin-bottom: 1.15rem;
  background: rgba(255, 27, 110, .12);
  border: 1px solid rgba(255, 27, 110, .25);
  color: var(--pink);
}
.service.is-featured .service-icon {
  background: rgba(31, 227, 227, .12);
  border-color: rgba(31, 227, 227, .3);
  color: var(--cyan);
}
.service-icon svg { width: 21px; height: 21px; }

.service h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: .6rem;
  letter-spacing: -.005em;
}
.service p { color: var(--text-muted); font-size: .92rem; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(70% 120% at 8% 100%, rgba(255, 27, 110, .16), transparent 62%),
    radial-gradient(70% 120% at 92% 100%, rgba(31, 227, 227, .13), transparent 62%),
    var(--bg-card);
  padding: clamp(2.25rem, 6vw, 4.25rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
}
.contact-panel h2 { margin-bottom: 1rem; }
.contact-panel p {
  color: var(--text-muted);
  max-width: 52ch;
  margin-inline: auto;
}
.contact-panel .hero-actions,
.contact-panel .social-row { justify-content: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 2.5rem;
  color: var(--text-dim);
  font-size: .86rem;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.footer-inner a:hover { color: var(--text); }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}
