/*
 * Aykut Sever Premium Developer Signature
 * Light footer preset: premium black ink with no image or font dependency.
 */

.copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 28px;
  text-align: start;
}

.copyright-content .copyright-text {
  margin: 0;
}

.dev-signature {
  box-sizing: border-box;
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
  margin-inline-start: auto;
  padding: 2px 0;
  color: #363636;
  background: transparent;
  border: 0;
  box-shadow: none;
  font: 700 10px/1.15 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.055em;
  white-space: nowrap;
}

.dev-signature::before,
.dev-signature::after,
.dev-signature__link::before,
.dev-signature__link::after {
  content: none;
  display: none;
}

.dev-signature__label {
  color: inherit;
}

.dev-signature__link {
  position: relative;
  display: inline-block;
  min-width: 0;
  margin: 0;
  padding: 2px 1px 3px;
  color: #080808;
  background: none;
  -webkit-text-fill-color: #080808;
  font-family: "Segoe Script", "Brush Script MT", "Snell Roundhand", "URW Chancery L", cursive;
  font-size: clamp(18px, 1.35vw, 21px);
  font-weight: 800;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.86), 0 2px 4px rgba(0, 0, 0, 0.14);
  outline: none;
  transform: translateZ(0);
  transition: transform 0.18s ease, filter 0.18s ease, text-shadow 0.18s ease;
}

@media (hover: hover) {
  .dev-signature__link:hover {
    color: #000000;
    -webkit-text-fill-color: #000000;
    transform: translateY(-1px) scale(1.025);
    filter: contrast(1.08);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.95), 0 3px 8px rgba(0, 0, 0, 0.17);
  }
}

.dev-signature__link:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 4px;
  border-radius: 4px;
}

html[dir="rtl"] .dev-signature {
  direction: rtl;
}

/* Tablet and mobile: footer bottom, full-width and centered. */
@media (max-width: 820px) {
  .copyright-wrap {
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }

  .copyright-content {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }

  .dev-signature {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 4px 0 0;
    justify-content: center;
    text-align: center;
    white-space: normal;
    font-size: 10px;
  }

  .dev-signature__link {
    max-width: 100%;
    font-size: clamp(19px, 5.4vw, 22px);
  }
}

@media (max-width: 360px) {
  .dev-signature {
    gap: 5px;
    font-size: 9.5px;
  }

  .dev-signature__link {
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dev-signature__link {
    transition: none;
    transform: none;
  }
}
