:root {
  --bg: #070811;
  --ink: #f7f7f2;
  --muted: rgba(247, 247, 242, 0.66);
  --soft: rgba(247, 247, 242, 0.08);
  --line: rgba(247, 247, 242, 0.16);
  --lime: #dcff18;
  --cyan: #00d9e8;
  --magenta: #f13d91;
  --violet: #6738ff;
  --dark-panel: rgba(10, 12, 24, 0.72);
  --font-display: Anton, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 8%, rgba(0, 217, 232, 0.32), transparent 28rem),
    radial-gradient(circle at 15% 18%, rgba(241, 61, 145, 0.25), transparent 26rem),
    radial-gradient(circle at 54% 72%, rgba(103, 56, 255, 0.25), transparent 30rem),
    var(--bg);
  font-family: var(--font-body);
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0.17;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
}

.cursor-dot {
  position: fixed;
  z-index: 90;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.18s ease, height 0.18s ease, opacity 0.18s ease;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.05rem clamp(1rem, 4vw, 2.8rem);
  backdrop-filter: blur(18px);
}

.brand,
.main-nav {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 0.72rem;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.35rem;
  aspect-ratio: 1;
  color: #050609;
  background: var(--lime);
  border-radius: 50%;
}

.main-nav {
  gap: clamp(1rem, 4vw, 3.2rem);
  color: rgba(247, 247, 242, 0.7);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.main-nav a,
.round-action,
.button,
.contact-card,
.work-card,
.skill-card {
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.main-nav a:hover {
  color: var(--ink);
}

.round-action {
  justify-self: end;
  display: grid;
  place-items: center;
  width: 3rem;
  aspect-ratio: 1;
  color: #050609;
  background: var(--lime);
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 900;
}

.round-action:hover {
  transform: rotate(12deg) scale(1.05);
}

.section {
  position: relative;
  padding: clamp(5rem, 9vw, 8.5rem) clamp(1rem, 5vw, 4.5rem);
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(19rem, 0.75fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding-top: 7rem;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 9rem;
  background: linear-gradient(to bottom, transparent, rgba(7, 8, 17, 0.86));
  pointer-events: none;
}

.hero-aura {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.blob {
  position: absolute;
  border-radius: 46% 54% 62% 38%;
  filter: blur(0.2px);
  opacity: 0.88;
  animation: morph 12s ease-in-out infinite alternate;
}

.blob-one {
  top: 12%;
  right: 7%;
  width: min(42vw, 34rem);
  aspect-ratio: 1.08;
  background:
    radial-gradient(circle at 35% 36%, rgba(255, 255, 255, 0.3), transparent 13%),
    radial-gradient(circle at 62% 30%, rgba(220, 255, 24, 0.92), transparent 22%),
    radial-gradient(circle at 35% 70%, rgba(103, 56, 255, 0.94), transparent 36%),
    radial-gradient(circle at 62% 66%, rgba(241, 61, 145, 0.72), transparent 32%),
    #050609;
  box-shadow: 0 0 7rem rgba(103, 56, 255, 0.28);
}

.blob-two {
  bottom: 12%;
  left: 38%;
  width: min(15vw, 10rem);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 70% 30%, rgba(220, 255, 24, 0.72), transparent 28%),
    radial-gradient(circle at 40% 60%, rgba(0, 217, 232, 0.72), transparent 42%),
    #101326;
  animation-delay: -6s;
}

.wire-sphere {
  position: absolute;
  top: 14%;
  right: 3%;
  width: min(18vw, 12rem);
  aspect-ratio: 1;
  border: 1px solid rgba(247, 247, 242, 0.36);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49%, rgba(247, 247, 242, 0.35) 50%, transparent 51%),
    linear-gradient(transparent 49%, rgba(247, 247, 242, 0.35) 50%, transparent 51%);
  background-size: 2.3rem 2.3rem;
  opacity: 0.72;
}

.eyebrow,
.section-tag,
.work-meta span,
.contact-card span,
.cv-card span {
  color: var(--lime);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 8ch;
  margin-bottom: 1.35rem;
  font-size: clamp(5rem, 14vw, 13rem);
  line-height: 0.82;
}

h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(247, 247, 242, 0.88);
}

.hero-line {
  max-width: 39rem;
  color: rgba(247, 247, 242, 0.76);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  font-weight: 600;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0 1.25rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.button.primary {
  color: #050609;
  background: var(--lime);
  border-color: var(--lime);
}

.button.ghost {
  background: rgba(247, 247, 242, 0.06);
}

.button:hover {
  transform: translateY(-3px);
}

.hero-stage {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: min(100%, 28rem);
}

.portrait-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 29rem;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background:
    linear-gradient(155deg, rgba(247, 247, 242, 0.14), rgba(247, 247, 242, 0.03)),
    radial-gradient(circle at 50% 45%, rgba(220, 255, 24, 0.22), transparent 16rem);
  box-shadow: 0 2.5rem 8rem rgba(0, 0, 0, 0.42);
  overflow: visible;
}

.portrait-card::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(247, 247, 242, 0.12);
  border-radius: 1rem;
}

.portrait-card img {
  position: relative;
  z-index: 2;
  width: min(70%, 17rem);
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(247, 247, 242, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 4rem rgba(220, 255, 24, 0.16);
}

.floating-note {
  position: absolute;
  z-index: 3;
  max-width: 11.5rem;
  padding: 0.82rem;
  color: rgba(247, 247, 242, 0.72);
  background: rgba(7, 8, 17, 0.74);
  border: 1px solid rgba(247, 247, 242, 0.15);
  border-radius: 0.8rem;
  backdrop-filter: blur(16px);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
}

.floating-note span {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.note-left {
  left: -1rem;
  bottom: 5.2rem;
  transform: rotate(-5deg);
}

.cv-card {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  gap: 0.9rem;
  align-items: center;
  width: 82%;
  margin: -3rem auto 0;
  padding: 0.78rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: rgba(7, 8, 17, 0.78);
  backdrop-filter: blur(18px);
}

.cv-card img {
  height: 5.3rem;
  width: 4.1rem;
  object-fit: cover;
  object-position: top;
  border-radius: 0.45rem;
}

.cv-card strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.96rem;
}

.hero-metrics {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 8, 17, 0.34);
  backdrop-filter: blur(16px);
}

.hero-metrics article {
  min-width: 0;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
}

.hero-metrics article:last-child {
  border-right: 0;
}

.hero-metrics span {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.9;
}

.hero-metrics p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.intro {
  text-align: center;
  background: linear-gradient(180deg, rgba(7, 8, 17, 0.72), rgba(7, 8, 17, 0.94));
}

.intro h2,
.contact h2 {
  max-width: 12ch;
  margin-inline: auto;
  font-size: clamp(3.1rem, 8vw, 8rem);
  line-height: 0.94;
}

.intro-text,
.contact-lead {
  max-width: 44rem;
  margin: 1.5rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 600;
  line-height: 1.8;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.section-head h2 {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(2.8rem, 7vw, 6.6rem);
  line-height: 0.94;
}

.expertise-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.skill-card,
.work-card,
.education-main,
.education-card,
.panel,
.contact-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(247, 247, 242, 0.1), rgba(247, 247, 242, 0.035));
  backdrop-filter: blur(18px);
}

.skill-card {
  position: relative;
  min-height: 24rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
  border-radius: 0.85rem;
  overflow: hidden;
}

.skill-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -32%;
  height: 52%;
  background: radial-gradient(circle, rgba(220, 255, 24, 0.24), transparent 64%);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.skill-card:nth-child(2)::after {
  background: radial-gradient(circle, rgba(0, 217, 232, 0.3), transparent 64%);
}

.skill-card:nth-child(3)::after {
  background: radial-gradient(circle, rgba(241, 61, 145, 0.26), transparent 64%);
}

.skill-card:nth-child(4)::after {
  background: radial-gradient(circle, rgba(103, 56, 255, 0.34), transparent 64%);
}

.skill-card:hover,
.work-card:hover,
.contact-card:hover {
  transform: translateY(-7px);
  border-color: rgba(247, 247, 242, 0.34);
}

.skill-card:hover::after {
  opacity: 1;
}

.card-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: rgba(247, 247, 242, 0.12);
  font-family: var(--font-display);
  font-size: 6.4rem;
  line-height: 1;
}

.skill-card h3,
.work-card h3,
.education-main h3,
.education-card h3,
.panel h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 0.65rem;
  font-size: clamp(1.18rem, 2vw, 1.58rem);
  line-height: 1.15;
}

.skill-card p,
.work-card p,
.work-card li,
.education-main p,
.education-card p,
.panel li {
  position: relative;
  z-index: 2;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.65;
}

.tools-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(220, 255, 24, 0.1), rgba(247, 247, 242, 0.035), rgba(0, 217, 232, 0.09)),
    rgba(7, 8, 17, 0.86);
}

.tool-track {
  display: grid;
  grid-template-columns: repeat(8, minmax(4.8rem, 1fr));
  gap: 1px;
  padding: 1px clamp(1rem, 5vw, 4.5rem);
}

.tool-logo {
  min-height: 7rem;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid rgba(247, 247, 242, 0.12);
  background: rgba(247, 247, 242, 0.055);
  overflow: hidden;
}

.tool-logo::before {
  content: "";
  position: absolute;
  inset: auto -30% -48%;
  height: 62%;
  background: radial-gradient(circle, rgba(220, 255, 24, 0.32), transparent 65%);
  opacity: 0.7;
}

.tool-logo strong {
  position: relative;
  z-index: 2;
  letter-spacing: 0;
  line-height: 1;
}

.tool-logo.excel strong,
.tool-logo.access strong,
.tool-logo.canva strong {
  display: grid;
  place-items: center;
  width: 3.35rem;
  aspect-ratio: 1;
  color: white;
  border-radius: 0.7rem;
  font-size: 2rem;
  font-weight: 900;
}

.tool-logo.excel strong {
  background: #107c41;
}

.tool-logo.access strong {
  background: #a4373a;
}

.tool-logo.canva strong {
  background: linear-gradient(135deg, #00c4cc, #7d2ae8, #ff66c4);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-style: italic;
}

.tool-logo.powerbi {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0.26rem;
  padding-bottom: 2.2rem;
}

.tool-logo.powerbi i {
  position: relative;
  z-index: 2;
  display: block;
  width: 0.74rem;
  border-radius: 999px 999px 0.2rem 0.2rem;
  background: linear-gradient(180deg, #f6d32d, #f2a900);
}

.tool-logo.powerbi i:nth-child(1) {
  height: 1.8rem;
  opacity: 0.75;
}

.tool-logo.powerbi i:nth-child(2) {
  height: 2.7rem;
}

.tool-logo.powerbi i:nth-child(3) {
  height: 3.7rem;
  opacity: 0.86;
}

.tool-logo.sap strong {
  padding: 0.75rem 1rem 0.65rem;
  color: white;
  background: linear-gradient(135deg, #00a1e0, #0067a8);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
  font-size: 1.75rem;
  font-weight: 900;
}

.tool-logo.sage strong {
  color: #00d639;
  font-size: 1.7rem;
  font-weight: 900;
}

.tool-logo.spss strong,
.tool-logo.sql strong {
  color: var(--ink);
  font-size: 1.55rem;
  font-weight: 900;
}

.tool-logo.sql strong {
  padding: 0.62rem 0.9rem;
  border: 2px solid rgba(247, 247, 242, 0.8);
  border-radius: 50%;
}

.work-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.work-card {
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1rem, 2vw, 1.45rem);
  border-radius: 0.85rem;
  overflow: hidden;
}

.work-card.featured {
  grid-row: span 2;
  min-height: 34rem;
  color: #050609;
  background:
    linear-gradient(145deg, rgba(220, 255, 24, 0.96), rgba(220, 255, 24, 0.72)),
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.9), transparent 10rem);
  border-color: rgba(220, 255, 24, 0.85);
}

.work-card.featured .work-meta span,
.work-card.featured p,
.work-card.featured li {
  color: rgba(5, 6, 9, 0.72);
}

.work-card.featured h3 {
  max-width: 11ch;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 400;
  line-height: 0.92;
  text-transform: uppercase;
}

.work-meta {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.work-meta strong {
  max-width: 18rem;
  text-align: right;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.work-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.formation {
  background: rgba(247, 247, 242, 0.035);
}

.education-wrap {
  display: grid;
  grid-template-columns: 1.12fr 1fr 1fr;
  gap: 1rem;
}

.education-main,
.education-card,
.panel {
  min-height: 15rem;
  padding: 1.25rem;
  border-radius: 0.85rem;
}

.education-main {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 14% 16%, rgba(0, 217, 232, 0.25), transparent 15rem),
    radial-gradient(circle at 85% 80%, rgba(241, 61, 145, 0.2), transparent 14rem),
    linear-gradient(145deg, rgba(247, 247, 242, 0.12), rgba(247, 247, 242, 0.035));
}

.education-main span {
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof {
  background:
    radial-gradient(circle at 10% 90%, rgba(0, 217, 232, 0.16), transparent 24rem),
    radial-gradient(circle at 80% 30%, rgba(241, 61, 145, 0.14), transparent 22rem);
}

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

.panel ul {
  display: grid;
  gap: 0.66rem;
  margin: 0;
  padding-left: 1.05rem;
}

.language-panel {
  background:
    radial-gradient(circle at 8% 20%, rgba(220, 255, 24, 0.1), transparent 22rem),
    linear-gradient(180deg, rgba(247, 247, 242, 0.035), rgba(7, 8, 17, 0.92));
}

.language-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.language-card {
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: linear-gradient(145deg, rgba(247, 247, 242, 0.09), rgba(247, 247, 242, 0.03));
  backdrop-filter: blur(18px);
}

.language-card span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(220, 255, 24, 0.8);
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5vw, 5.5rem);
  line-height: 0.9;
}

.language-card strong {
  display: block;
  margin-top: auto;
  font-size: 1.25rem;
}

.language-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.contact {
  min-height: 85vh;
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 24% 14%, rgba(241, 61, 145, 0.2), transparent 22rem),
    radial-gradient(circle at 82% 82%, rgba(0, 217, 232, 0.18), transparent 26rem),
    linear-gradient(180deg, rgba(7, 8, 17, 0.75), rgba(7, 8, 17, 0.96));
  text-align: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: clamp(2rem, 5vw, 4rem);
  text-align: left;
}

.contact-card {
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.2rem;
  border-radius: 0.85rem;
  overflow-wrap: anywhere;
}

.contact-card strong {
  font-size: clamp(1.15rem, 2.2vw, 1.85rem);
  line-height: 1.08;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1rem, 5vw, 4.5rem);
  color: rgba(247, 247, 242, 0.62);
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes morph {
  from {
    transform: translate3d(-1rem, 0, 0) rotate(-6deg) scale(1);
    border-radius: 46% 54% 62% 38%;
  }
  to {
    transform: translate3d(1.4rem, 1rem, 0) rotate(8deg) scale(1.06);
    border-radius: 60% 40% 43% 57%;
  }
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .blob-one {
    top: 11%;
    right: -16%;
    width: 32rem;
  }

  .work-card.featured {
    min-height: 27rem;
  }

  .expertise-grid,
  .contact-grid,
  .language-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tool-track {
    grid-template-columns: repeat(4, minmax(4.8rem, 1fr));
  }

  .education-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .cursor-dot {
    display: none;
  }

  .site-header {
    padding: 0.9rem 1rem;
  }

  .brand span:last-child {
    display: none;
  }

  .section {
    padding-inline: 1rem;
  }

  .hero {
    padding-top: 5.7rem;
  }

  h1 {
    font-size: clamp(4.8rem, 24vw, 7rem);
  }

  .hero-actions,
  .section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-stage {
    width: min(100%, 23rem);
  }

  .portrait-card {
    min-height: 24rem;
  }

  .floating-note {
    position: relative;
    inset: auto;
    transform: none;
    max-width: none;
    margin: 0.6rem;
  }

  .note-left {
    align-self: end;
  }

  .hero-metrics,
  .expertise-grid,
  .proof-grid,
  .education-wrap,
  .contact-grid,
  .language-grid {
    grid-template-columns: 1fr;
  }

  .tool-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 1rem;
  }

  .tool-logo {
    min-height: 6.5rem;
  }

  .hero-metrics article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-metrics article:last-child {
    border-bottom: 0;
  }

  .skill-card {
    min-height: 18rem;
  }

  .work-meta {
    display: grid;
  }

  .work-meta strong {
    text-align: left;
  }

  .site-footer {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
