/* Cohesive Dark Slate Navy Theme */
:root {
  --coral: #68c8ff;
  --blue: #68c8ff;
  --yellow: #8bd8ff;
  --green: #73d9b1;
  --paper: #0e1524;
  --paper-2: #0b101c;
  --ink: #f2f6fa;
  --ink-soft: #94a3b8;
  --paper-line: rgba(255, 255, 255, 0.09);
}

body {
  background-color: #080c14;
  background-image: radial-gradient(ellipse at 50% 0%, #17243c 0%, #0d1424 55%, #080c14 100%);
  background-attachment: fixed;
  color: var(--ink);
}

.brand-logo {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 3px rgba(104, 200, 255, 0.08);
}

.mini-brand {
  gap: 11px;
}

.site-header {
  background: rgba(13, 20, 36, 0.7);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
}

.site-header.is-scrolled,
.site-header.menu-active {
  background: rgba(11, 16, 28, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.profile-hero {
  min-height: 640px;
  padding: 120px 24px 70px;
  background: transparent;
}

.plain-backdrop {
  display: none;
}

.profile-wrap {
  width: min(940px, 100%);
}

.profile-intro {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(230px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(40px, 7vw, 72px);
  padding: 38px 44px;
  border-radius: 24px;
  background: rgba(17, 25, 42, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.profile-portrait {
  display: grid;
  place-items: center;
}

.portrait-frame {
  position: relative;
  width: clamp(210px, 22vw, 260px);
  aspect-ratio: 1;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: #0f1726;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.portrait-frame:hover {
  transform: scale(1.02);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* Removed portrait-badge circle completely */
.portrait-badge {
  display: none !important;
}

.profile-copy {
  min-width: 0;
}

.profile-copy .profile-kicker {
  margin: 0 0 8px;
  color: #68c8ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.profile-copy h1 {
  margin: 0;
  font-family: "Outfit", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(3.6rem, 7vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.92;
  color: #ffffff;
}

.profile-copy .profile-handle {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  color: #94a3b8;
  font-size: 0.95rem;
  font-weight: 600;
  transition: color 180ms ease;
}

.profile-copy .profile-handle:hover {
  color: #ffffff;
}

.profile-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  color: #8393a8;
  font-size: 0.78rem;
  line-height: 1.6;
}

.profile-meta i {
  width: 3px;
  height: 3px;
  flex: 0 0 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

/* Achievement Pill Badge - Fixed Layout */
.profile-achievement {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  white-space: nowrap;
  margin-top: 16px;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(255, 215, 100, 0.08);
  border: 1px solid rgba(255, 215, 100, 0.22);
  color: #ffe082;
  font-size: 0.76rem;
  font-weight: 700;
}

.profile-achievement svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  fill: none;
  stroke: #ffe082;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.profile-primary,
.profile-secondary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.profile-primary {
  min-width: 150px;
  background: #f3f7fa;
  color: #080d15;
}

.profile-primary:hover {
  background: #8bd8ff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(104, 200, 255, 0.25);
}

.profile-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #d8e0e7;
}

.profile-secondary:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.works {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: #f2f6fa;
}

.section-label,
.section-heading > p {
  color: #8393a8;
}

.work-card,
.media-work-card {
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(17, 25, 42, 0.75);
  backdrop-filter: blur(16px);
}

.work-card:hover,
.media-work-card:hover {
  border-color: rgba(104, 200, 255, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 20, 0.95);
}

@media (max-width: 780px) {
  .profile-hero {
    min-height: auto;
    padding: 106px 20px 60px;
  }

  .profile-intro {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 30px 20px;
    text-align: center;
  }

  .profile-copy .profile-handle,
  .profile-achievement,
  .profile-meta,
  .profile-actions {
    justify-content: center;
    margin-inline: auto;
  }

  .profile-copy h1 {
    font-size: clamp(3.5rem, 16vw, 4.6rem);
  }
}