/* ══════════════════════════════════════════
   ANMOL PORTFOLIO — style.css
   Fonts: Syne 800 + JetBrains Mono
   Colors: #080808 bg, #06b6d4 cyan
══════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #080808;
  --card: #0d0d0d;
  --card2: #111;
  --border: rgba(255,255,255,.08);
  --cyan: #06b6d4;
  --fd: 'Syne', sans-serif;
  --fm: 'JetBrains Mono', monospace;
}
html { scroll-behavior: smooth; overflow-x: hidden; }
body { background: var(--bg); color: #fff; font-family: var(--fd); overflow-x: hidden; cursor: none; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* ─── CUSTOM CURSOR (desktop only) ─── */
#cur-dot {
  position: fixed; width: 8px; height: 8px; background: #fff;
  border-radius: 50%; pointer-events: none; z-index: 9999;
  top: 0; left: 0; transform: translate(-50%,-50%);
}
#cur-ring {
  position: fixed; width: 36px; height: 36px;
  border: 1.5px solid rgba(255,255,255,.5); border-radius: 50%;
  pointer-events: none; z-index: 9998;
  top: 0; left: 0; transform: translate(-50%,-50%);
  transition: width .3s, height .3s, border-color .3s;
}
#cur-ring.hov { width: 52px; height: 52px; border-color: var(--cyan); }

/* ─── SCROLL PROGRESS ─── */
#sprog {
  position: fixed; right: 24px; top: 50%; transform: translateY(-50%);
  z-index: 60; display: flex; flex-direction: column; align-items: center; gap: 10px;
}
#strack { width: 1px; height: 140px; background: rgba(255,255,255,.1); position: relative; }
#sfill  { position: absolute; top: 0; left: 0; width: 100%; background: #fff; height: 0%; transition: height .1s; }
#snum   { font-family: var(--fm); font-size: 9px; letter-spacing: .15em; color: rgba(255,255,255,.3); }

/* ─── NAVBAR ─── */
nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
  padding: 14px 20px;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(8,8,8,.85); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: padding .3s;
}
@media (min-width: 769px) { nav { padding: 20px 48px; } }
.nav-logo { font-family: var(--fd); font-size: 19px; font-weight: 800; letter-spacing: -.01em; }
.nav-logo span { color: var(--cyan); }
.nav-links { display: none; gap: 28px; list-style: none; align-items: center; }
.nav-links a {
  font-family: var(--fm); font-size: 9.5px; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.65); position: relative; transition: color .25s;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 1px; background: var(--cyan); transition: width .3s;
}
.nav-links a:hover { color: var(--cyan); }
.nav-links a:hover::after { width: 100%; }
.ham-btn {
  display: flex; background: none; border: none; color: #fff;
  cursor: pointer; padding: 4px; line-height: 0; z-index: 101;
}
@media (min-width: 769px) { .ham-btn { display: none; } .nav-links { display: flex; } }

/* ─── MOBILE OVERLAY MENU ─── */
.mob-menu {
  position: fixed; inset: 0; background: #000; z-index: 999;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  transform: translateX(100%); transition: transform .5s cubic-bezier(.87,0,.13,1);
}
.mob-menu.open { transform: translateX(0); }
.mob-menu a {
  font-family: var(--fd); font-weight: 800; font-size: 36px; color: rgba(255,255,255,.85);
  padding: 8px 0; transition: color .2s; display: block; letter-spacing: -.02em;
}
.mob-menu a:hover { color: var(--cyan); }
.mob-close {
  position: absolute; top: 20px; right: 22px;
  background: none; border: none; color: #fff; font-size: 28px; cursor: pointer; line-height: 1;
}

/* ─── HERO ─── */
#hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; padding: 110px 24px 60px;
}
.aurora { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.blob {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: .35; will-change: transform;
}
.blob-a { width: 520px; height: 520px; background: radial-gradient(circle,rgba(6,182,212,.6),transparent 70%); top: -10%; left: -8%; animation: floatA 18s ease-in-out infinite; }
.blob-b { width: 400px; height: 400px; background: radial-gradient(circle,rgba(139,92,246,.5),transparent 70%); bottom: 5%; right: -8%; animation: floatB 14s ease-in-out infinite; }
.blob-c { width: 300px; height: 300px; background: radial-gradient(circle,rgba(6,182,212,.3),transparent 70%); top: 55%; left: 40%; animation: floatC 20s ease-in-out infinite; }
@keyframes floatA { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(40px,-40px) scale(1.08)} }
@keyframes floatB { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(-30px,30px) scale(1.05)} }
@keyframes floatC { 0%,100%{transform:translate(0,0)} 50%{transform:translate(20px,-20px)} }
.hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size: 60px 60px;
}
#hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-inner {
  position: relative; z-index: 2; text-align: center;
  width: 100%; max-width: 100%;
  transform-style: preserve-3d; perspective: 800px;
  padding: 0 20px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(6,182,212,.35); border-radius: 100px;
  padding: 6px 16px; margin-bottom: 18px;
  font-family: var(--fm); font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.65); background: rgba(6,182,212,.05);
}
.badge-pulse {
  width: 6px; height: 6px; border-radius: 50%; background: var(--cyan);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.7)} }
.hero-founder {
  font-family: var(--fm); font-size: clamp(10px, 2vw, 13px);
  letter-spacing: .25em; text-transform: uppercase;
  color: var(--cyan); margin-bottom: 12px; opacity: .9;
}
.hero-title {
  font-family: var(--fd); font-weight: 800; line-height: .9;
  font-size: clamp(52px, 13vw, 155px); letter-spacing: -.04em; text-transform: uppercase;
  margin-bottom: 28px; overflow: hidden;
}
.row { display: flex; justify-content: center; overflow: visible; width: 100%; }
.ch {
  display: inline-block; opacity: 0; transform: translateY(60px);
  animation: fadeUp .8s cubic-bezier(.16,1,.3,1) forwards;
}
.hero-sub {
  font-family: var(--fd); font-size: clamp(14px,2vw,17px); color: rgba(255,255,255,.6);
  line-height: 1.7; max-width: 560px; margin: 0 auto 36px;
}
.hero-sub strong { color: rgba(255,255,255,.9); }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-fill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cyan); color: #000; font-family: var(--fm); font-size: 11px;
  letter-spacing: .18em; text-transform: uppercase; padding: 13px 28px;
  border-radius: 100px; font-weight: 600; transition: background .25s, transform .2s;
}
.btn-fill:hover { background: #22d3ee; transform: translateY(-2px); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.8); font-family: var(--fm);
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; padding: 13px 28px;
  border-radius: 100px; transition: border-color .25s, color .25s, transform .2s;
}
.btn-outline:hover { border-color: var(--cyan); color: var(--cyan); transform: translateY(-2px); }
.scroll-hint {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  font-family: var(--fm); font-size: 9px; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.3); z-index: 2;
}
.scroll-hint svg { animation: bounce 2s ease infinite; }
@keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }
@keyframes fadeUp { from{opacity:0;transform:translateY(40px)} to{opacity:1;transform:translateY(0)} }

/* ═══════════════════════════════════════
   SELECTED WORKS — card grid
═══════════════════════════════════════ */
#work {
  position: relative; z-index: 10;
  padding: 100px 40px;
  background: var(--bg);
}
@media (max-width: 768px) { #work { padding: 72px 16px; } }

.section-label {
  font-family: var(--fm); font-size: 9px; letter-spacing: .35em;
  text-transform: uppercase; color: var(--cyan); margin-bottom: 10px; display: block;
}
.section-title {
  font-family: var(--fd); font-weight: 800;
  font-size: clamp(28px, 5vw, 56px); letter-spacing: -.03em; margin-bottom: 60px;
}
.section-title em { color: rgba(255,255,255,.2); font-style: normal; }

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1280px; margin: 0 auto;
}
@media (max-width: 1100px) { .work-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .work-grid { grid-template-columns: 1fr; gap: 20px; } }

/* ─── Project Card ─── */
.pcard {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.pcard:hover {
  border-color: rgba(6,182,212,.35);
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(6,182,212,.1);
}
/* Browser Mockup */
.pcard-browser {
  background: #141414;
  border-bottom: 1px solid var(--border);
}
.pcard-topbar {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.pcard-dots { display: flex; gap: 6px; flex-shrink: 0; }
.pcard-dots span {
  width: 11px; height: 11px; border-radius: 50%; display: block;
}
.pcard-url {
  flex: 1; background: rgba(255,255,255,.05);
  border-radius: 6px; padding: 4px 12px;
  font-family: var(--fm); font-size: 10px;
  color: rgba(255,255,255,.3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pcard-screen {
  width: 100%; aspect-ratio: 16/9; overflow: hidden;
  position: relative;
}
.pcard-screen img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.85) saturate(.9);
  transition: filter .4s, transform .4s;
}
.pcard:hover .pcard-screen img { filter: brightness(1) saturate(1.05); transform: scale(1.03); }
/* Card Info */
.pcard-info { padding: 22px 22px 20px; flex: 1; display: flex; flex-direction: column; gap: 0; }
.pcard-title {
  font-family: var(--fd); font-weight: 800;
  font-size: clamp(18px, 2.2vw, 22px); letter-spacing: -.02em;
  color: #fff; margin-bottom: 10px;
}
.pcard-desc {
  font-family: var(--fm); font-size: clamp(11px, 1.1vw, 12.5px);
  line-height: 1.75; color: rgba(255,255,255,.55);
  margin-bottom: 16px; flex: 1;
}
.pcard-tags {
  display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px;
}
.pcard-tag {
  padding: 3px 11px; border-radius: 100px;
  border: 1px solid rgba(255,255,255,.13);
  font-family: var(--fm); font-size: 9px; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.45);
}
.pcard-links {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(255,255,255,.06); padding-top: 16px;
}
.pcard-src {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--fm); font-size: 11px; letter-spacing: .05em;
  color: rgba(255,255,255,.5); transition: color .2s;
}
.pcard-src:hover { color: #fff; }
.pcard-src svg { opacity: .7; }
.pcard-det {
  font-family: var(--fm); font-size: 11px; letter-spacing: .05em;
  color: rgba(255,255,255,.5); display: flex; align-items: center; gap: 5px;
  transition: color .2s;
}
.pcard-det:hover { color: var(--cyan); }

/* ═══════════════════════════════════════
   ABOUT SECTION
═══════════════════════════════════════ */
#about {
  padding: 100px 40px;
  background: #0a0a0a;
  position: relative; z-index: 10; overflow: hidden;
}
@media (max-width: 768px) { #about { padding: 72px 20px; } }
.about-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;  
  gap: 60px; align-items: center;
  max-width: 1200px; margin: 0 auto;  
}
@media (max-width: 900px) { .about-inner { grid-template-columns: 1fr; gap: 48px; } }

/* Left — avatar box */
.about-avatar-wrap {
  position: relative; aspect-ratio: 2/3;
  max-width: 680px; margin: 0 auto;
}
.about-avatar-bg {
  position: absolute; inset: 0; border-radius: 24px;
  background: linear-gradient(135deg, rgba(6,182,212,.15), rgba(139,92,246,.1));
  border: 1px solid rgba(6,182,212,.2);
}
.about-avatar-inner {
  position: relative; z-index: 2;
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-end;
  gap: 16px; padding: 0 0 24px 0;
  overflow: hidden; border-radius: 18px;
}
.about-initials {
  font-family: var(--fd); font-weight: 800;
  font-size: clamp(72px, 15vw, 120px);
  line-height: 1; letter-spacing: -.06em;
  background: linear-gradient(135deg, #fff 30%, rgba(6,182,212,.7));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.about-role-badge {
  background: rgba(6,182,212,.12); border: 1px solid rgba(6,182,212,.3);
  border-radius: 100px; padding: 6px 18px;
  font-family: var(--fm); font-size: 10px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--cyan);
}
.about-corner {
  position: absolute; width: 22px; height: 22px;
  border-color: var(--cyan); border-style: solid; opacity: .6;
}
.about-corner.tl { top: 12px; left: 12px; border-width: 2px 0 0 2px; border-radius: 4px 0 0 0; }
.about-corner.tr { top: 12px; right: 12px; border-width: 2px 2px 0 0; border-radius: 0 4px 0 0; }
.about-corner.bl { bottom: 12px; left: 12px; border-width: 0 0 2px 2px; border-radius: 0 0 0 4px; }
.about-corner.br { bottom: 12px; right: 12px; border-width: 0 2px 2px 0; border-radius: 0 0 4px 0; }

/* Right — text */
.about-text .section-label { margin-bottom: 8px; }
.about-text .section-title { margin-bottom: 12px; font-size: clamp(26px, 4vw, 48px); }
.about-company {
  font-family: var(--fm); font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--cyan);
  margin-bottom: 24px; opacity: .85;
}
.about-bio {
  font-family: var(--fd); font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.85; color: rgba(255,255,255,.65);
  margin-bottom: 36px;
}
.about-bio strong { color: rgba(255,255,255,.9); }
.about-stats {
  display: flex; gap: 32px; flex-wrap: wrap; margin-bottom: 36px;
}
.about-stat-num {
  font-family: var(--fd); font-weight: 800;
  font-size: clamp(28px, 4vw, 40px); letter-spacing: -.04em; color: var(--cyan);
}
.about-stat-label {
  font-family: var(--fm); font-size: 10px; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255,255,255,.4); margin-top: 2px;
}
.about-highlight-list {
  display: flex; flex-direction: column; gap: 10px;
}
.about-hl {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--fm); font-size: 12px; color: rgba(255,255,255,.6);
}
.about-hl::before {
  content: ''; flex-shrink: 0;
  width: 20px; height: 1px; background: var(--cyan);
}

/* ═══════════════════════════════════════
   TOOLS SECTION
═══════════════════════════════════════ */
#tools {
  padding: 100px 40px;
  background: var(--bg);
  position: relative; z-index: 10;
}
@media (max-width: 768px) { #tools { padding: 72px 20px; } }
.tools-head { text-align: center; margin-bottom: 64px; }
.tools-head .section-label { justify-content: center; display: flex; }
.tools-title {
  font-family: var(--fd); font-weight: 800;
  font-size: clamp(32px, 6vw, 72px);
  letter-spacing: -.04em; line-height: 1;
}
.tools-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px; max-width: 900px; margin: 0 auto;
}
@media (max-width: 900px)  { .tools-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px)  { .tools-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; } }
@media (max-width: 400px)  { .tools-grid { grid-template-columns: repeat(2, 1fr); } }

.tool-card {
  background: var(--card2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 16px 22px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  cursor: default;
  transition: border-color .3s, transform .3s, background .3s, box-shadow .3s;
  position: relative; overflow: hidden;
}
.tool-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(6,182,212,.07) 0%, transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.tool-card:hover {
  border-color: rgba(6,182,212,.4);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,.4);
}
.tool-card:hover::before { opacity: 1; }
.tool-icon {
  width: 52px; height: 52px; object-fit: contain;
  position: relative; z-index: 1;
  filter: saturate(.85); transition: filter .3s, transform .3s;
}
.tool-card:hover .tool-icon { filter: saturate(1.1); transform: scale(1.1); }
/* Custom icon (no img) */
.tool-icon-custom {
  width: 52px; height: 52px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fm); font-weight: 600; font-size: 13px;
  position: relative; z-index: 1;
  transition: transform .3s;
}
.tool-card:hover .tool-icon-custom { transform: scale(1.1); }
.tool-name {
  font-family: var(--fm); font-size: 11px; letter-spacing: .08em;
  color: rgba(255,255,255,.55); text-align: center;
  position: relative; z-index: 1;
  transition: color .3s;
}
.tool-card:hover .tool-name { color: rgba(255,255,255,.85); }

/* ═══════════════════════════════════════
   CONTACT SECTION
═══════════════════════════════════════ */
#contact {
  position: relative; z-index: 10;
  padding: 100px 48px 60px;
  overflow: hidden;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,.04);
}
@media (max-width: 768px) { #contact { padding: 64px 20px 40px; } }
#contact-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .5; }
.c-topbar {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 64px; position: relative; z-index: 2;
  opacity: 0; transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}
.c-topbar.in { opacity: 1; transform: translateY(0); }
.status-label { font-family: var(--fm); font-size: 9px; letter-spacing: .25em; text-transform: uppercase; color: rgba(255,255,255,.3); display: block; margin-bottom: 8px; }
.status-val { display: flex; align-items: center; gap: 8px; font-family: var(--fm); font-size: 12px; color: rgba(255,255,255,.7); }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.2); animation: ldot 2s ease infinite; }
@keyframes ldot { 0%,100%{box-shadow:0 0 0 3px rgba(34,197,94,.2)} 50%{box-shadow:0 0 0 6px rgba(34,197,94,.05)} }
.contact-big-title {
  position: relative; z-index: 2;
  margin-bottom: 60px;
}
.cbt-row { display: flex; flex-wrap: nowrap; line-height: .88; overflow: hidden; width: 100%; }
.cbt-ch {
  font-family: var(--fd); font-weight: 800;
  font-size: clamp(32px, 7.5vw, 105px);
  letter-spacing: -.04em; text-transform: uppercase;
  opacity: 0; transform: translateY(30px);
  display: inline-block; flex-shrink: 0;
}
/* email button */
.email-wrap {
  position: relative; z-index: 2; margin-bottom: 48px;
  opacity: 0; transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
  display: flex; justify-content: flex-start;
}
.email-wrap.in { opacity: 1; transform: translateY(0); }
.email-btn {
  position: relative; width: 160px; height: 160px; border-radius: 50%;
  background: rgb(101, 98, 98); border: 1px solid rgba(255,255,255,.15);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; cursor: pointer; overflow: hidden;
  transition: border-color .3s;
  align-items: center;
  margin: auto;
}
.email-btn:hover { border-color: rgba(255,255,255,.4); }
.email-fill {
  position: absolute; inset: 0; background: #fff; border-radius: 50%;
  transform: scale(0); transform-origin: center;
  transition: transform .5s cubic-bezier(.34,1.56,.64,1);
}
.email-btn:hover .email-fill { transform: scale(1); }
.email-text { position: relative; z-index: 1; text-align: center; transition: color .3s; }
.email-btn:hover .email-text { color: #000; }
.email-text strong { display: block; font-family: var(--fd); font-size: 15px; font-weight: 700; }
.email-text small { display: block; font-family: var(--fm); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; opacity: .6; margin-top: 2px; }
.copy-toast {
  position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%);
  background: var(--cyan); color: #000; font-family: var(--fm); font-size: 9px;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 100px; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity .3s, bottom .3s;
}
.copy-toast.show { opacity: 1; bottom: -22px; }
/* socials */
.socials {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-bottom: 60px;
  opacity: 0; transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}
.socials.in { opacity: 1; transform: translateY(0); }
@media (max-width: 768px) { .socials { grid-template-columns: 1fr 1fr; gap: 10px; } }
.soc-card {
  position: relative; height: 130px; border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 18px; transition: border-color .3s;
}
.soc-card:hover { border-color: rgba(255,255,255,.3); }
.soc-fill {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity .4s;
}
.soc-card:hover .soc-fill { opacity: .1; }
.soc-top { display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 1; }
.soc-icon { opacity: .8; }
.soc-arr { opacity: 0; transition: opacity .3s; }
.soc-card:hover .soc-arr { opacity: 1; }
.soc-name { font-family: var(--fm); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); position: relative; z-index: 1; }
/* watermark */
.wm {
  position: relative; z-index: 1;
  display: flex; gap: .01em;
  font-family: var(--fd); font-weight: 800;
  font-size: clamp(48px, 18vw, 200px); letter-spacing: -.05em;
  color: rgba(255,255,255,.03); user-select: none; pointer-events: none;
  overflow: hidden; line-height: 1; margin-bottom: 48px;
  padding-bottom: .1em;
}
.footer-bar {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 18px; border-top: 1px solid rgba(255,255,255,.06);
  position: relative; z-index: 2;
}
.footer-bar span { font-family: var(--fm); font-size: 9px; letter-spacing: .15em; color: rgba(255,255,255,.2); text-transform: uppercase; }

/* ═══════════════════════════════════════
   RESPONSIVE MOBILE ≤ 768px
═══════════════════════════════════════ */
@media (max-width: 768px) {
  body { cursor: auto; }
  #cur-dot, #cur-ring, #sprog { display: none; }

  /* hero */
  #hero { padding: 88px 16px 56px; }
  .hero-title { font-size: clamp(24px, 16vw, 50px); }
  .hero-sub { font-size: 14px; }
  .hero-founder { font-size: 10px; letter-spacing: .2em; }

  /* contact */
  .c-topbar { flex-wrap: wrap; gap: 14px; }
  .email-btn { width: 140px; height: 140px; }
  .footer-bar { flex-direction: column; gap: 6px; text-align: center; }
}

/* Reveal animation utility */
.reveal {
  opacity: 0; transform: translateY(32px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1);
}
.reveal.in { opacity: 1; transform: translateY(0); }

.about-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
  position: absolute;
  inset: 0;
}
