:root {
  --bg: #020604;
  --panel: rgba(5, 17, 12, 0.84);
  --panel-strong: rgba(8, 28, 20, 0.92);
  --green: #2cff8f;
  --green-soft: #8dffc1;
  --green-dim: #0f8f58;
  --cyan: #31e7ff;
  --ink: #e8fff1;
  --muted: #92b6a4;
  --line: rgba(44, 255, 143, 0.24);
  --shadow: rgba(44, 255, 143, 0.28);
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(44, 255, 143, 0.2), transparent 26rem),
    radial-gradient(circle at 84% 8%, rgba(49, 231, 255, 0.12), transparent 22rem),
    linear-gradient(145deg, #010302 0%, #03110b 46%, #020604 100%);
  color: var(--ink);
}

a,
button {
  font: inherit;
}

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

.shell {
  width: min(100%, 980px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 18px;
  display: flex;
  align-items: center;
}

.desktop-layout {
  display: grid;
  grid-template-columns: minmax(170px, 0.9fr) minmax(0, 1.35fr);
  gap: 18px;
  padding: 18px;
}

.portrait-panel {
  display: grid;
  gap: 14px;
  align-content: start;
}

.portrait-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(44, 255, 143, 0.24);
  border-radius: 24px;
  background: rgba(2, 12, 7, 0.7);
  box-shadow:
    0 0 24px rgba(44, 255, 143, 0.12),
    inset 0 0 18px rgba(44, 255, 143, 0.08);
}

.portrait-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  filter:
    saturate(1.12)
    contrast(1.08)
    brightness(1.02)
    drop-shadow(0 0 16px rgba(49, 231, 255, 0.08));
}

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

.portrait-frame::before {
  background:
    linear-gradient(115deg, rgba(49, 231, 255, 0.18), transparent 26%),
    linear-gradient(295deg, rgba(44, 255, 143, 0.2), transparent 30%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0.28) 100%);
  mix-blend-mode: screen;
  opacity: 0.85;
}

.portrait-frame::after {
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(49, 231, 255, 0.12) 0,
      rgba(49, 231, 255, 0.12) 1px,
      transparent 1px,
      transparent 7px
    ),
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(44, 255, 143, 0.08) 46%,
      rgba(49, 231, 255, 0.18) 52%,
      rgba(44, 255, 143, 0.08) 58%,
      transparent 100%
    );
  background-size: 100% 100%, 100% 240%;
  background-position: 0 0, 0 -100%;
  mix-blend-mode: screen;
  opacity: 0.8;
  animation:
    portrait-scan 5.6s linear infinite,
    portrait-tear 3.8s steps(1, end) infinite;
}

.brand-stack {
  display: grid;
  gap: 10px;
}

.brand-logo {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(44, 255, 143, 0.18);
  border-radius: 18px;
  background: rgba(2, 12, 7, 0.72);
  backdrop-filter: blur(14px);
}

.brand-logo img {
  display: block;
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.brand-logo--cbt img {
  max-height: 72px;
}

.brand-logo--xeno img {
  max-height: 46px;
}

.content-stack {
  display: grid;
  gap: 18px;
}

.content-stack > * {
  margin: 0;
  animation: panel-rise 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.content-stack > *:nth-child(1) {
  animation-delay: 120ms;
}

.content-stack > *:nth-child(2) {
  animation-delay: 190ms;
}

.content-stack > *:nth-child(3) {
  animation-delay: 260ms;
}

.content-stack > *:nth-child(4) {
  animation-delay: 330ms;
}

.content-stack > *:nth-child(5) {
  animation-delay: 400ms;
}

.content-stack > *:nth-child(6) {
  animation-delay: 470ms;
}

.section-heading {
  display: grid;
  gap: 6px;
}

.card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(44, 255, 143, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(2, 8, 5, 0.98), rgba(2, 8, 5, 0.88));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    0 0 44px var(--shadow),
    inset 0 0 42px rgba(44, 255, 143, 0.08);
  isolation: isolate;
  animation: card-enter 780ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.grid-layer {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(44, 255, 143, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 255, 143, 0.16) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
  z-index: -2;
}

.scanline {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(44, 255, 143, 0.12),
    transparent
  );
  height: 36%;
  animation: scan 5.4s linear infinite;
  z-index: -1;
}

.hero {
  display: grid;
  gap: 18px;
  padding: 0;
}

.identity-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.identity-copy h1 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 0.94;
  letter-spacing: 0.01em;
}

.status-row {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 11px;
  border: 1px solid rgba(44, 255, 143, 0.24);
  border-radius: 999px;
  background: rgba(44, 255, 143, 0.08);
  color: var(--green-soft);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.signal-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
}

.eyebrow,
.section-label,
.footer-label {
  font-family: Orbitron, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 18px 0 8px;
}

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

h1,
h2,
h3 {
  font-family: Orbitron, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

h1 {
  max-width: 8ch;
  font-size: clamp(3.5rem, 15vw, 5.7rem);
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    1px 0 var(--cyan),
    -2px 0 rgba(44, 255, 143, 0.55),
    0 0 30px rgba(44, 255, 143, 0.3);
}

.role {
  margin-top: 14px;
  color: var(--green-soft);
  font-size: clamp(0.94rem, 1.35vw, 1.08rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tagline {
  margin-top: 20px;
  max-width: 36rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
}

.action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(44, 255, 143, 0.25);
  border-radius: 12px;
  background: rgba(7, 22, 15, 0.9);
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.action:hover,
.action:focus-visible {
  border-color: rgba(44, 255, 143, 0.78);
  box-shadow: 0 0 20px rgba(44, 255, 143, 0.22);
  outline: none;
  transform: translateY(-1px);
}

.action.primary {
  background: linear-gradient(135deg, #1dff82, #13a866);
  color: #00190d;
}

.icon {
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 900;
}

.panel,
.matrix,
.showcase-panel,
.photos-panel,
.links,
.social-connect,
.footer-panel {
  margin: 0;
}

.social-connect {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(2, 12, 7, 0.72);
  backdrop-filter: blur(16px);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.social-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(44, 255, 143, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(44, 255, 143, 0.1), transparent),
    rgba(7, 22, 15, 0.9);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 850;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.social-button:hover,
.social-button:focus-visible {
  border-color: rgba(44, 255, 143, 0.78);
  box-shadow: 0 0 18px rgba(44, 255, 143, 0.2);
  outline: none;
  transform: translateY(-1px);
}

.social-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(44, 255, 143, 0.36);
  border-radius: 8px;
  background: rgba(1, 7, 4, 0.64);
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: inset 0 0 10px rgba(44, 255, 143, 0.12);
}

.social-icon i {
  display: block;
  font-size: 0.98rem;
  line-height: 1;
}

.linkedin .social-icon {
  color: #8ed8ff;
  border-color: rgba(142, 216, 255, 0.38);
}

.whatsapp .social-icon {
  color: var(--green);
}

.facebook .social-icon {
  color: #9bbcff;
  border-color: rgba(155, 188, 255, 0.34);
}

.instagram .social-icon {
  color: #ff9bd8;
  border-color: rgba(255, 155, 216, 0.34);
}

.panel {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
  backdrop-filter: blur(18px);
}

.profile-panel {
  padding: 20px;
  display: grid;
  gap: 16px;
}

.profile-header {
  display: grid;
  gap: 6px;
}

.profile-panel h2 {
  margin-top: 6px;
  font-size: 1.42rem;
  line-height: 1.12;
}

.profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(44, 255, 143, 0.2);
  border-radius: 999px;
  background: rgba(2, 12, 7, 0.74);
  color: var(--green-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.profile-copy {
  color: var(--muted);
  line-height: 1.55;
}

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

.matrix article,
.links a,
.footer-panel {
  border: 1px solid var(--line);
  background: var(--panel-strong);
  backdrop-filter: blur(16px);
}

.matrix article {
  min-height: 154px;
  padding: 16px;
  border-radius: 16px;
}

.matrix span {
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 900;
}

.matrix h3 {
  margin-top: 14px;
  color: var(--green-soft);
  font-size: 1rem;
}

.matrix p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.showcase-panel,
.photos-panel,
.outreach-panel,
.mobile-showcase,
.mobile-outreach,
.mobile-photos {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
  backdrop-filter: blur(18px);
}

.showcase-panel,
.photos-panel,
.outreach-panel {
  padding: 18px;
  display: grid;
  gap: 14px;
}

.showcase-panel h2,
.photos-panel h2,
.outreach-panel h2,
.mobile-showcase h2,
.mobile-outreach h2,
.mobile-photos h2 {
  font-size: 1.26rem;
  line-height: 1.15;
}

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

.showcase-card {
  min-height: 160px;
  padding: 16px;
  border: 1px solid rgba(44, 255, 143, 0.2);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(44, 255, 143, 0.1), transparent 40%),
    rgba(7, 22, 15, 0.88);
}

.showcase-card {
  grid-column: 1 / -1;
}

.showcase-card--featured {
  min-height: 220px;
  display: grid;
  gap: 14px;
}

.project-media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.showcase-card--featured .photo-card {
  min-height: 138px;
}

.photo-card--shot {
  animation: panel-rise 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.showcase-index {
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 900;
}

.showcase-card h3 {
  margin-top: 14px;
  color: var(--green-soft);
  font-size: 1rem;
}

.showcase-card p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.92rem;
}

.project-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(44, 255, 143, 0.26);
  border-radius: 999px;
  background: rgba(7, 22, 15, 0.95);
  color: var(--green-soft);
  font-size: 0.88rem;
  font-weight: 800;
}

.project-link::after {
  content: "->";
  color: var(--green);
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.project-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(44, 255, 143, 0.2);
  border-radius: 999px;
  background: rgba(2, 12, 7, 0.74);
  color: var(--green-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.outreach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.outreach-grid .photo-card {
  min-height: 150px;
}

.outreach-grid .photo-card--wide {
  grid-column: span 2;
  min-height: 240px;
}

.photos-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.photo-card {
  position: relative;
  overflow: hidden;
  min-height: 120px;
  border: 1px solid rgba(44, 255, 143, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(49, 231, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(44, 255, 143, 0.08), rgba(2, 12, 7, 0.82));
}

.photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.42) 100%),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 2px,
      transparent 2px,
      transparent 8px
    );
  opacity: 0.9;
}

.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(44, 255, 143, 0.1), transparent 45%, rgba(49, 231, 255, 0.12)),
    repeating-linear-gradient(
      to bottom,
      rgba(49, 231, 255, 0.08) 0,
      rgba(49, 231, 255, 0.08) 1px,
      transparent 1px,
      transparent 7px
    );
  mix-blend-mode: screen;
  opacity: 0.5;
}

.photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.portrait-frame img,
.mobile-portrait img,
.photo-card img {
  cursor: zoom-in;
}

.photo-card--wide {
  grid-column: span 2;
  min-height: 250px;
}

.photo-card--shot {
  display: block;
}

.photo-card--link {
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
}

.photo-card--link span {
  position: relative;
  left: auto;
  bottom: auto;
  color: var(--green);
}

.photo-card--link strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 1rem;
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.image-modal.is-open {
  display: flex;
}

.image-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  cursor: zoom-out;
}

.image-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 1100px);
  max-height: 90vh;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(44, 255, 143, 0.24);
  border-radius: 22px;
  background: rgba(2, 12, 7, 0.94);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.5),
    0 0 42px rgba(44, 255, 143, 0.16);
}

.image-modal__dialog img {
  display: block;
  width: 100%;
  max-height: calc(90vh - 28px);
  object-fit: contain;
  border-radius: 14px;
}

.image-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(44, 255, 143, 0.24);
  border-radius: 12px;
  background: rgba(7, 22, 15, 0.96);
  color: var(--green-soft);
  cursor: pointer;
  z-index: 2;
}

.image-modal__close:hover,
.image-modal__close:focus-visible {
  outline: none;
  border-color: rgba(44, 255, 143, 0.82);
  box-shadow: 0 0 16px rgba(44, 255, 143, 0.18);
}

.mobile-outreach {
  display: grid;
  gap: 12px;
  padding: 16px;
}

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

.mobile-outreach-grid .photo-card {
  min-height: 120px;
}

.mobile-outreach-grid .photo-card--wide {
  grid-column: 1 / -1;
  min-height: 160px;
}

.photo-card span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.links {
  display: grid;
  gap: 10px;
}

.links a {
  position: relative;
  padding: 16px 48px 16px 16px;
  border-radius: 16px;
}

.links a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--green);
  transform: translateY(-50%);
}

.links span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.links strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 1rem;
}

.footer-panel {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 18px;
}

.footer-panel a {
  display: block;
  margin-top: 7px;
  color: var(--green-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(44, 255, 143, 0.22);
  border-radius: 10px;
  background: rgba(7, 22, 15, 0.9);
  color: var(--green-soft);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(44, 255, 143, 0.8);
  box-shadow: 0 0 14px rgba(44, 255, 143, 0.18);
}

.floating-social {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  padding: 12px;
  border: 1px solid rgba(44, 255, 143, 0.22);
  border-radius: 22px;
  background: rgba(2, 12, 7, 0.82);
  backdrop-filter: blur(18px);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 20px rgba(44, 255, 143, 0.12);
  animation: dock-bob 8s ease-in-out infinite;
  width: fit-content;
  overflow: hidden;
}

.floating-social:not([open]) {
  width: 62px;
}

.floating-social[open] {
  width: fit-content;
}

.floating-social__summary {
  display: grid;
  place-items: center;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.floating-social__summary::-webkit-details-marker {
  display: none;
}

.floating-social__icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(44, 255, 143, 0.24);
  border-radius: 10px;
  background: rgba(7, 22, 15, 0.94);
  color: var(--green-soft);
  font-size: 0.95rem;
  transition: transform 160ms ease;
}

.floating-social[open] .floating-social__icon {
  transform: rotate(45deg);
}

.floating-social__panel {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.floating-social[open] .floating-social__panel {
  display: flex;
}

.floating-social__button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(44, 255, 143, 0.24);
  border-radius: 14px;
  background: rgba(7, 22, 15, 0.94);
  color: var(--green-soft);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.floating-social__button i {
  font-size: 1.05rem;
}

.floating-social__button:hover,
.floating-social__button:focus-visible {
  transform: translateY(-2px);
  outline: none;
  border-color: rgba(44, 255, 143, 0.82);
  box-shadow: 0 0 18px rgba(44, 255, 143, 0.24);
}

.floating-social__button.linkedin {
  color: #8ed8ff;
}

.floating-social__button.whatsapp {
  color: var(--green);
}

.floating-social__button.facebook {
  color: #9bbcff;
}

.floating-social__button.instagram {
  color: #ff9bd8;
}

.mobile-layout {
  display: none;
}

@keyframes scan {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(290%);
  }
}

@keyframes portrait-scan {
  0% {
    background-position: 0 0, 0 -120%;
  }
  100% {
    background-position: 0 0, 0 120%;
  }
}

@keyframes portrait-tear {
  0%,
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
  12% {
    transform: translateX(-1.5px);
    clip-path: inset(0 0 74% 0);
  }
  13% {
    clip-path: inset(18% 0 42% 0);
  }
  14% {
    clip-path: inset(58% 0 22% 0);
  }
  15% {
    clip-path: inset(0 0 0 0);
  }
  47% {
    transform: translateX(1px);
    clip-path: inset(0 0 82% 0);
  }
  48% {
    clip-path: inset(32% 0 28% 0);
  }
  49% {
    clip-path: inset(0 0 0 0);
  }
  76% {
    transform: translateX(-1px);
    clip-path: inset(66% 0 0 0);
  }
  77% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes card-enter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes panel-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dock-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 768px) {
  body {
    background:
      radial-gradient(circle at 20% 8%, rgba(44, 255, 143, 0.22), transparent 16rem),
      radial-gradient(circle at 82% 16%, rgba(49, 231, 255, 0.12), transparent 14rem),
      linear-gradient(180deg, #030905 0%, #020604 100%);
  }

  .shell {
    display: none;
  }

  .mobile-layout {
    display: grid;
    gap: 14px;
    min-height: 100vh;
    padding: 14px;
  }

  .mobile-hero,
  .mobile-card,
  .mobile-outreach,
  .mobile-brands,
  .mobile-actions,
  .mobile-footer {
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(2, 12, 7, 0.82);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
  }

  .mobile-hero {
    display: grid;
    gap: 16px;
    padding: 18px;
  }

  .mobile-portrait {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(44, 255, 143, 0.22);
  }

  .mobile-portrait img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
    object-position: center top;
    filter:
      saturate(1.14)
      contrast(1.08)
      brightness(1.03)
      drop-shadow(0 0 14px rgba(49, 231, 255, 0.08));
  }

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

  .mobile-portrait::before {
    background:
      linear-gradient(135deg, rgba(49, 231, 255, 0.14), transparent 30%),
      linear-gradient(315deg, rgba(44, 255, 143, 0.18), transparent 34%);
    mix-blend-mode: screen;
    opacity: 0.9;
  }

  .mobile-portrait::after {
    background:
      repeating-linear-gradient(
        to bottom,
        rgba(49, 231, 255, 0.12) 0,
        rgba(49, 231, 255, 0.12) 1px,
        transparent 1px,
        transparent 6px
      ),
      linear-gradient(
        to bottom,
        transparent 0%,
        rgba(44, 255, 143, 0.08) 45%,
        rgba(49, 231, 255, 0.16) 52%,
        rgba(44, 255, 143, 0.08) 59%,
        transparent 100%
      );
    background-size: 100% 100%, 100% 260%, 100% 100%;
    background-position: 0 0, 0 -110%, 0 0;
    mix-blend-mode: screen;
    opacity: 0.78;
    animation:
      portrait-scan 6.2s linear infinite,
      portrait-tear 4.4s steps(1, end) infinite;
  }

  .mobile-copy h1 {
    margin-top: 8px;
    font-size: clamp(2.1rem, 8vw, 3.4rem);
    line-height: 0.92;
    white-space: nowrap;
  }

  .mobile-status {
    margin-top: 12px;
    width: fit-content;
  }

  .mobile-brands {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
  }

  .mobile-brands a {
    display: grid;
    place-items: center;
    min-height: 78px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(7, 22, 15, 0.82);
    border: 1px solid rgba(44, 255, 143, 0.16);
  }

  .mobile-brands img {
    display: block;
    max-width: 100%;
    max-height: 46px;
    object-fit: contain;
  }

  .mobile-brands a:first-child img {
    max-height: 58px;
  }

  .mobile-showcase-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .showcase-card--featured {
    grid-column: auto;
  }

  .project-media .photo-card:first-child {
    grid-column: 1 / -1;
  }

  .mobile-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .mobile-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-card {
    display: grid;
    gap: 12px;
    padding: 18px;
  }

  .mobile-card h2 {
    font-size: 1.55rem;
    line-height: 1.12;
  }

  .mobile-card p:last-child {
    color: var(--muted);
    line-height: 1.55;
  }

  .floating-social {
    right: 8px;
    bottom: 8px;
    padding: 12px 10px 10px;
    gap: 8px;
  }

  .floating-social__button {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .card,
  .content-stack > *,
  .photo-card--shot,
  .floating-social,
  .floating-social__button,
  .floating-social__icon {
    animation: none !important;
  }
}
