:root {
  color: #efefef;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #000;
  color: #efefef;
  display: flex;
  flex-direction: column;
}

.hero {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.card {
  width: min(1100px, 100%);
  background: #313131;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
}

.card-content {
  display: flex;
  gap: 3rem;
}

.column {
  flex: 1;
}

.column.identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.column.quick-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.column.quick-links .experience-image-link {
  width: 100%;
  max-width: none;
}

.logo {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.logo-image {
  display: block;
  margin: 0.75rem auto 0;
  width: min(260px, 75%);
  height: auto;
}

.tagline {
  color: #c9c9c9;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.identity-blurb {
  color: #dedcdc;
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 320px;
  text-align: center;
}

.card section h2,
.card section h3 {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.experience-feature {
  margin-top: 1rem;
}

.experience-image-link {
  display: block;
  position: relative;
  width: min(360px, 90%);
  margin: 0.25rem auto 0;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.experience-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.experience-image-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.6);
}

.experience-image-link:hover .experience-image {
  transform: scale(1.02);
}

.experience-image-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85);
  pointer-events: none;
}

.experience-image-label-card {
  background: rgba(0, 0, 0, 0.9);
  padding: 0.35rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}

.card li a {
  color: #d7d7d7;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.card li a:hover {
  color: #fff;
  text-decoration: underline;
}

.social-section {
  background: #000000;
  padding: 3rem 1.5rem;
}

.social-container {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.social-container h2 {
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}

.social-medium-icons {
  display: inline-flex;
  gap: 0.4rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.social-medium-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.social-container p {
  color: #b8b8b8;
  margin-top: 0;
  margin-bottom: 2rem;
}

.social-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.social-columns > div {
  text-align: center;
}

.social-columns h3 {
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.social-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.social-columns li {
  display: flex;
  justify-content: center;
}

.social-person-link,
.footer-icon-link {
  position: relative;
}

.social-person-link::after,
.footer-icon-link::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translate(-50%, 0) scale(0.95);
  background: rgba(15, 15, 15, 0.9);
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}

.social-person-link::before,
.footer-icon-link::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border: 6px solid transparent;
  border-top-color: rgba(15, 15, 15, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

.social-person-link:hover::after,
.social-person-link:focus-visible::after,
.footer-icon-link:hover::after,
.footer-icon-link:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -4px) scale(1);
}

.social-person-link:hover::before,
.social-person-link:focus-visible::before,
.footer-icon-link:hover::before,
.footer-icon-link:focus-visible::before {
  opacity: 1;
  visibility: visible;
}

.social-person-icon {
  width: 42px;
  height: 42px;
  border-radius: 20px;
  object-fit: cover;
  border: 2px solid transparent;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.social-person-icon:hover {
  transform: translateY(-2px) scale(1.05);
  border-color: #fff;
}

.social-columns a {
  color: #d6d6d6;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.social-columns a:hover {
  color: #fff;
  text-decoration: underline;
}

footer {
  text-align: center;
  padding: 1.5rem 0 1.5rem;
  color: #a5a5a5;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

footer a {
  color: #d6d6d6;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.footer-logos a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-icon {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 18px;
  border: 2px solid transparent;
  transition: transform 0.2s ease, border-color 0.2s ease, filter 0.2s ease,
    box-shadow 0.2s ease;
}

.footer-logos a:hover .footer-icon {
  transform: translateY(-2px) scale(1.08);
  border-color: #fff;
  filter: brightness(1.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

footer p {
  margin: 0;
  font-size: 0.95rem;
}

@media (max-width: 820px) {
  .card {
    padding: 2rem;
  }

  .card-content {
    flex-direction: column;
  }
}
