
html:has(.site-footer) {
  min-height: 100%;
}

body:has(.site-footer) {
  min-height: 100%;
}

html:has(.site-footer) main#main {
  min-height: 100vh;
  position: relative;
  z-index: 10;
  display: block;
}


html:has(.site-footer) body[data-shell-page='pdp'] #scrollContainer {
  min-height: 100vh;
  position: relative;
  z-index: 10;
}

/*
 * PDP (ürün detay, /index1–3): footer sticky kalır; çakışma alanında bölümler üstte çizilir,
 * böylece diğer sayfalardaki gibi footer arkadan görünür (önceki “footer hep üstte” sorunu).
 */
body[data-shell-page='pdp'] .scroll-inner > .page-section {
  position: relative;
  z-index: 2;
}

/* PDP: footer grid — global-shell .shell-header__shell ile aynı yatay padding / tam genişlik (1460px kısıtı yok). */
body[data-shell-page='pdp'] .site-footer__shell {
  box-sizing: border-box;
  max-width: none;
  width: 100%;
  margin-inline: 0;
  padding-left: max(env(safe-area-inset-left, 0px), var(--pdp-shell-pad-left));
  padding-right: max(env(safe-area-inset-right, 0px), var(--pdp-shell-pad-right));
}

@media (max-width: 640px) {
  body[data-shell-page='pdp'] .site-footer__shell {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
  }
}

:root {
  --footer-bg: #000;
  
  --footer-col-hover-bg: #121212;
  --footer-text: #f2f2f2;
  --footer-muted: #b8b8b8;
  --footer-heading: #fff;
  
  --footer-heading-mark-opacity: 0.32;
  --footer-heading-mark-stroke: rgba(255, 255, 255, 0.36);
  
  --footer-logo-hover-opacity: 0.48;
  --page-max-width: 1460px;
  --footer-shell-pad-x: 22px;
  
  --footer-wordmark-band: clamp(6rem, 17vh, 10.75rem);
  --footer-wordmark-stack-gap: clamp(2.75rem, 6vh, 6.5rem);
  
  --footer-transition: background 0.35s ease;
  --footer-col-clip-idle: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  --footer-col-clip-hover: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    74% 100%,
    70% 96.92%,
    30% 96.92%,
    26% 100%,
    0% 100%
  );
  
}

.site-footer {
  position: sticky;
  bottom: 0;
  z-index: 1;
  min-height: 100vh;
  height: 100vh;
  background: var(--footer-bg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: 'Raleway', system-ui, sans-serif;
  color: var(--footer-text);
  -webkit-font-smoothing: antialiased;
  isolation: isolate;
}


.site-footer::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(46vh, 480px);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 102% 78% at 50% 104%, rgba(160, 215, 100, 0.035), transparent 60%),
    radial-gradient(ellipse 96% 70% at 50% 100%, rgba(135, 195, 70, 0.045), transparent 70%),
    radial-gradient(ellipse 76% 52% at 50% 100%, rgba(220, 240, 180, 0.028), transparent 66%),
    radial-gradient(ellipse 70% 46% at 50% 100%, rgba(120, 170, 60, 0.022), transparent 78%);
}

.site-footer__shell {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 0;
  width: 100%;
  max-width: var(--page-max-width);
  margin-inline: auto;
  padding-inline: var(--footer-shell-pad-x);
  display: flex;
  flex-direction: column;
}

.site-footer__grid {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  padding-bottom: calc(var(--footer-wordmark-band) + var(--footer-wordmark-stack-gap));
}

.footer-col {
  position: relative;
  z-index: 1;
  min-height: 100%;
  background: transparent;
  -webkit-clip-path: var(--footer-col-clip-idle);
  clip-path: var(--footer-col-clip-idle);
  transition:
    var(--footer-transition),
    clip-path 0.42s cubic-bezier(0.25, 0.85, 0.35, 1),
    -webkit-clip-path 0.42s cubic-bezier(0.25, 0.85, 0.35, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}


.footer-col::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  clip-path: inherit;
  -webkit-clip-path: inherit;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-opacity%3D%220.54%22%20stroke-width%3D%220.85%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20pathLength%3D%22100%22%20stroke-dasharray%3D%22140%2060%22%20d%3D%22M0%2C0H100V100H74L70%2C96.92L30%2C96.92L26%2C100H0Z%22%3E%3Canimate%20attributeName%3D%22stroke-dashoffset%22%20from%3D%220%22%20to%3D%22-200%22%20dur%3D%222.5s%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-col:hover::before {
  opacity: 1;
}

.footer-col:hover {
  background: var(--footer-col-hover-bg);
  -webkit-clip-path: var(--footer-col-clip-hover);
  clip-path: var(--footer-col-clip-hover);
}

.footer-col:hover .footer-heading {
  color: var(--footer-heading);
  -webkit-text-stroke: 0;
  -webkit-text-fill-color: currentColor;
}

.footer-col:hover .footer-col__inner[data-footer-col-mark]::before {
  opacity: var(--footer-heading-mark-opacity);
  -webkit-text-stroke: 1.25px var(--footer-heading-mark-stroke);
}

.footer-col:hover .footer-brand__tagline {
  color: var(--footer-muted);
}

.footer-col:hover .footer-list a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-col:hover .footer-list a:hover {
  color: #fff;
  transform: translateX(6px);
}

.footer-col:hover .footer-list a:active {
  color: #fff;
  transform: translateX(3px) scale(0.985);
  transition-duration: 0.12s;
}

.footer-col:hover .footer-contact__text {
  color: var(--footer-muted);
}

.footer-col:hover .footer-contact__text a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-col:hover .footer-contact__text a:hover {
  color: #fff;
}

.footer-col:hover .footer-social a {
  background: rgba(255, 255, 255, 0.1);
  color: #f2f2f2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.footer-col__inner {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: min(22rem, 100%);
  margin-inline: auto;
  text-align: left;
  padding-top: 120px;
  padding-right: clamp(0.75rem, 1.5vw, 1.25rem);
  padding-bottom: clamp(1.5rem, 4vh, 2.75rem);
  padding-left: clamp(0.75rem, 1.5vw, 1.25rem);
}

.footer-col__inner[data-footer-col-mark] {
  padding-right: clamp(2.85rem, 7vw, 5.5rem);
}


.footer-col__inner[data-footer-col-mark]::before {
  content: attr(data-footer-col-mark);
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  box-sizing: border-box;
  padding-top: clamp(1.45rem, 3.4vh, 2.5rem);
  padding-bottom: 0.5rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  font-size: clamp(2.2rem, 6.5vw, 4.75rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.15;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--footer-heading-mark-stroke);
  opacity: var(--footer-heading-mark-opacity);
}

.footer-col__inner > * {
  position: relative;
  z-index: 1;
}

.footer-brand__logo {
  display: block;
  margin-bottom: 1rem;
  width: fit-content;
  max-width: 100%;
}

.footer-brand__logo-img {
  height: clamp(34px, 4.8vw, 44px);
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.footer-col:hover .footer-brand__logo-img {
  filter: brightness(0) invert(1);
  opacity: var(--footer-logo-hover-opacity);
}


.footer-col:first-child .footer-brand__logo {
  position: relative;
}

.footer-col:first-child .footer-brand__logo::after {
  content: 'DESIGNED BY END USER';
  position: absolute;
  z-index: 2;
  left: calc(100% + 0.55rem);
  top: 50%;
  transform: translateY(-50%);
  max-width: none;
  font-size: clamp(0.38rem, 0.55vw + 0.28rem, 0.62rem);
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.48s ease;
}

.footer-col:first-child:hover .footer-brand__logo::after {
  opacity: 1;
}

.footer-brand__tagline {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--footer-muted);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #fff;
  color: #111;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-social a:hover {
  transform: scale(1.06);
  opacity: 0.92;
}

.footer-social svg {
  width: 1rem;
  height: 1rem;
}

.footer-social a img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  display: block;
}

.footer-heading {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  font-size: 20px;
  font-weight: 700;
  color: var(--footer-heading);
  text-transform: uppercase;
  -webkit-text-stroke: 0;
  -webkit-text-fill-color: currentColor;
  letter-spacing: 0.08em;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list li + li {
  margin-top: 0.85rem;
}


.footer-list a {
  display: inline-block;
  max-width: 100%;
  color: var(--footer-muted);
  text-decoration: none;
  font-size: 0.875rem;
  padding-block: 0.1rem;
  transition:
    color 0.28s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.32, 1);
}


.footer-list a::after {
  content: '';
  box-sizing: border-box;
  display: inline-block;
  width: 0.42em;
  height: 0.42em;
  margin-left: 0;
  vertical-align: -0.08em;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg) translate3d(-0.42em, 0.22em, 0) scale(0.72);
  opacity: 0;
  transition:
    opacity 0.32s cubic-bezier(0.22, 1, 0.32, 1),
    margin-left 0.34s cubic-bezier(0.22, 1, 0.32, 1),
    transform 0.38s cubic-bezier(0.22, 1, 0.32, 1);
  pointer-events: none;
}

.footer-list a:hover::after,
.footer-list a:focus-visible::after {
  opacity: 1;
  margin-left: 0.38em;
  transform: rotate(45deg) translate3d(0, 0, 0) scale(1);
}

.footer-list a:active::after {
  transform: rotate(45deg) translate3d(0, 0, 0) scale(0.92);
  transition-duration: 0.12s;
}

.footer-list a:hover {
  color: var(--footer-heading);
  transform: translateX(6px);
}

.footer-list a:active {
  color: var(--footer-heading);
  transform: translateX(3px) scale(0.985);
  transition-duration: 0.12s;
}

.footer-block + .footer-block {
  margin-top: 1.75rem;
}

.footer-contact__text {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: var(--footer-muted);
}

.footer-contact__icon {
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.18em;
  color: rgba(255, 255, 255, 0.42);
  transform: translate3d(0, 0, 0);
  transition:
    color 0.28s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.32, 1);
}

.footer-col:hover .footer-contact__icon {
  color: rgba(255, 255, 255, 0.45);
}

.footer-contact__text:hover .footer-contact__icon,
.footer-contact__text:focus-within .footer-contact__icon {
  color: rgba(255, 255, 255, 0.92);
  transform: translate3d(0, -3px, 0) scale(1.12);
}

.footer-col:hover .footer-contact__text:hover .footer-contact__icon,
.footer-col:hover .footer-contact__text:focus-within .footer-contact__icon {
  color: rgba(255, 255, 255, 0.96);
}

.footer-contact__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-contact__body {
  flex: 1;
  min-width: 0;
}

.footer-contact__text + .footer-contact__text {
  margin-top: 0.85rem;
}

.footer-contact__text a:link,
.footer-contact__text a:visited {
  color: var(--footer-muted);
  text-decoration: none;
}

.footer-contact__text a:hover {
  color: var(--footer-heading);
}

.footer-contact__text a:active {
  color: var(--footer-heading);
}

.site-footer__bottom-band {
  position: absolute;
  left: 0;
  right: 0;
  bottom: max(env(safe-area-inset-bottom, 0px), clamp(6px, 1.25vh, 12px));
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.35rem, 1.2vh, 0.85rem);
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
}

.site-footer__copyright-row {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: min(42rem, calc(100% - 2 * var(--footer-shell-pad-x)));
  margin-inline: auto;
  text-align: center;
  pointer-events: none;
}

.site-footer__copyright {
  pointer-events: auto;
  margin: 0;
  font-size: clamp(11px, 1.15vw, 13px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: var(--footer-muted);
}

body[data-shell-page='pdp'] .site-footer__copyright-row {
  max-width: min(
    42rem,
    calc(
      100% - max(env(safe-area-inset-left, 0px), var(--pdp-shell-pad-left)) -
        max(env(safe-area-inset-right, 0px), var(--pdp-shell-pad-right))
    )
  );
}

.site-footer__wordmark {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  min-height: 0;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  z-index: 4;
  margin: 0;
  padding: var(--footer-wordmark-stack-gap) 0 0;
  box-sizing: border-box;
}


.site-footer__wordmark-tw {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: clamp(1.3rem, 3.2vw + 0.325rem, 3.35rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
  color: #fff;
  user-select: none;
}

.site-footer__wordmark-text {
  margin: 0;
  white-space: pre;
}

.site-footer__wordmark-cursor {
  display: inline-block;
  flex-shrink: 0;
  width: 0.06em;
  height: 0.95em;
  margin-left: 0.05em;
  background-color: #fff;
  vertical-align: baseline;
  transform: translateY(0.08em);
  animation: site-footer-wordmark-cursor-blink 0.8s step-end infinite;
}

.site-footer__wordmark-cursor[data-state='off'] {
  animation: none;
  opacity: 0;
}

@keyframes site-footer-wordmark-cursor-blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}


@media (max-width: 1199.98px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(0.5rem, 1.8vw, 1rem);
    row-gap: clamp(0.5rem, 2vh, 1.25rem);
  }

  .site-footer__bottom-band {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: auto;
    width: 100%;
  }

  .site-footer__copyright-row {
    max-width: none;
    width: 100%;
    padding: clamp(8px, 1.5vh, 16px) 0 clamp(6px, 1.25vh, 12px);
    pointer-events: auto;
    text-align: center;
  }
}

@media (max-width: 1023.98px) {
  
  .site-footer {
    position: relative;
    bottom: auto;
    z-index: 1;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .site-footer__shell {
    flex: none !important;
    min-height: 0 !important;
    height: auto !important;
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
  }

  .site-footer__grid {
    flex: none !important;
    min-height: 0 !important;
    height: auto !important;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
    padding-bottom: clamp(1rem, 3vh, 2rem);
  }

  .footer-col {
    min-height: 0 !important;
    height: auto;
  }

  .footer-col + .footer-col {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .footer-col__inner {
    max-width: min(26rem, 100%);
    margin-inline: auto;
    text-align: center;
    padding-top: clamp(3.25rem, 10vw, 5.75rem);
    padding-bottom: clamp(1.75rem, 5vh, 2.5rem);
    padding-inline: clamp(0.85rem, 3.5vw, 1.25rem);
  }

  .footer-col__inner[data-footer-col-mark] {
    padding-inline: clamp(0.85rem, 3.5vw, 1.25rem);
  }

  
  .footer-col__inner[data-footer-col-mark]::before {
    display: none;
  }

  .footer-heading,
  .footer-block {
    text-align: center;
    width: 100%;
  }

  .footer-list {
    text-align: center;
    width: 100%;
    padding-inline-start: 0;
    margin-inline: auto;
  }

  .footer-list li {
    text-align: center;
  }

  .footer-brand__logo {
    margin-inline: auto;
  }

  .footer-col:first-child .footer-brand__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-col:first-child .footer-brand__logo::after {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 0.45rem;
    max-width: min(20rem, 100%);
    white-space: normal;
    line-height: 1.35;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-contact__text {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-contact__icon {
    margin-top: 0;
  }

  .footer-contact__body {
    text-align: center;
  }

  .footer-col:hover .footer-list a:hover,
  .footer-list a:hover {
    transform: none;
  }

  .site-footer__bottom-band {
    padding-bottom: max(clamp(12px, 2.5vh, 24px), env(safe-area-inset-bottom, 0px));
  }

  .site-footer__wordmark {
    position: relative;
    margin-top: auto;
    padding-top: clamp(1.75rem, 5vh, var(--footer-wordmark-stack-gap));
    padding-bottom: 0;
  }

  .site-footer__wordmark-tw {
    font-size: clamp(0.92rem, 2.5vw + 0.26rem, 1.78rem);
  }
}

@media (max-width: 640px) {

  .footer-heading {
    font-size: clamp(1rem, 4vw, 1.125rem);
    letter-spacing: 0.06em;
  }

  .footer-brand__tagline {
    font-size: 0.8125rem;
  }

  
  .footer-col:first-child .footer-brand__logo::after {
    left: 0;
    top: calc(100% + 0.35rem);
    transform: none;
    max-width: min(18rem, 100%);
    white-space: normal;
    line-height: 1.35;
    font-size: clamp(0.58rem, 3.1vw, 0.72rem);
  }

  .footer-social a {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
  }

  .site-footer__wordmark-tw {
    font-size: clamp(0.76rem, 2.9vw + 0.21rem, 1.32rem);
    letter-spacing: 0.035em;
    padding-inline: 0.15rem;
  }

  .footer-contact__body {
    overflow-wrap: anywhere;
  }
}

body[data-reduced-motion='true'] .footer-col {
  transition: none;
}

body[data-reduced-motion='true'] .footer-col::before,
body[data-reduced-motion='true'] .footer-col:hover::before {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-opacity%3D%220.3%22%20stroke-width%3D%220.75%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20d%3D%22M0%2C0H100V100H74L70%2C96.92L30%2C96.92L26%2C100H0Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

body[data-reduced-motion='true'] .footer-col:not(:hover)::before {
  opacity: 0;
}
body[data-reduced-motion='true'] .footer-social a {
  transition: none;
}
body[data-reduced-motion='true'] .footer-list a {
  transition: color 0.2s ease;
}
body[data-reduced-motion='true'] .footer-list a:hover,
body[data-reduced-motion='true'] .footer-list a:active {
  transform: none;
}

body[data-reduced-motion='true'] .footer-list a::after {
  transition: opacity 0.2s ease, margin-left 0.2s ease;
  transform: rotate(45deg);
}

body[data-reduced-motion='true'] .footer-list a:hover::after,
body[data-reduced-motion='true'] .footer-list a:focus-visible::after {
  margin-left: 0.38em;
  transform: rotate(45deg);
}

body[data-reduced-motion='true'] .footer-contact__icon {
  transition: color 0.22s ease;
}

body[data-reduced-motion='true'] .footer-contact__text:hover .footer-contact__icon,
body[data-reduced-motion='true'] .footer-contact__text:focus-within .footer-contact__icon {
  transform: none;
}

body[data-reduced-motion='true'] .site-footer__wordmark-cursor {
  animation: none;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .site-footer__wordmark-cursor {
    animation: none;
    opacity: 0;
  }

  .footer-contact__text:hover .footer-contact__icon,
  .footer-contact__text:focus-within .footer-contact__icon {
    transform: none;
  }

  .footer-list a::after {
    transition: opacity 0.2s ease, margin-left 0.2s ease;
    transform: rotate(45deg);
  }

  .footer-list a:hover::after,
  .footer-list a:focus-visible::after {
    margin-left: 0.38em;
    transform: rotate(45deg);
  }

  .footer-col::before,
  .footer-col:hover::before {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-opacity%3D%220.3%22%20stroke-width%3D%220.75%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20d%3D%22M0%2C0H100V100H74L70%2C96.92L30%2C96.92L26%2C100H0Z%22%2F%3E%3C%2Fsvg%3E');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .footer-col:not(:hover)::before {
    opacity: 0;
  }
}

.site-footer__lang-block {
  margin-top: 1.5rem;
}

.site-footer__langs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.site-footer__langlink {
  font-size: 0.95rem;
  text-decoration: none;
  color: var(--footer-muted, #b8b8b8);
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.site-footer__langcode {
  font-size: 0.8em;
  font-weight: 600;
  opacity: 0.8;
  letter-spacing: 0.06em;
}

.site-footer__langlink.is-active {
  color: var(--footer-text, #f2f2f2);
  font-weight: 600;
}

.footer-col:hover .site-footer__langlink {
  color: rgba(255, 255, 255, 0.75);
}

.footer-col:hover .site-footer__langlink.is-active,
.footer-col:hover .site-footer__langlink:hover {
  color: #fff;
  transform: translateX(2px);
}

/* Global selection + scrollbars (pages that only load site-footer.css) */
::selection {
  background-color: #000;
  color: #fff;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

html {
  scrollbar-color: #000 #e4e4e4;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #e4e4e4;
}

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #222;
}

::-webkit-scrollbar-corner {
  background: #e4e4e4;
}
