#regards{
  background:linear-gradient(180deg, #eadbcc 0%, #efe3d7 100%);
}

.regards-section .section-heading{
  margin-bottom:24px;
}

.regards-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
  align-items:start;
}

.regards-card{
  min-width:0;
}

.regards-link{
  display:block;
  text-decoration:none;
}

.regards-visual{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  background:rgba(255,248,241,0.66);
  border:1px solid rgba(255,255,255,0.34);
  box-shadow:var(--shadow);
  aspect-ratio:0.74 / 1;
  max-height:300px;
}

.regards-visual img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transition:transform 220ms ease;
}

.regards-card--brahms .regards-visual img{
  object-position:54% 42%;
}

.regards-card--bach .regards-visual img{
  object-position:center 34%;
}

.regards-link:hover .regards-visual img,
.regards-link:focus-visible .regards-visual img{
  transform:scale(1.015);
}

.regards-badge{
  position:absolute;
  top:12px;
  right:12px;
  width:36px;
  height:36px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.9);
  box-shadow:0 8px 20px rgba(0,0,0,0.16);
}

.regards-badge svg{
  width:16px;
  height:16px;
  fill:#2d241f;
  margin-left:1px;
}

.regards-footer{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin-top:18px;
}

.regards-footer-iconlink{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:999px;
  color:#8a6b5b;
  text-decoration:none;
  background:rgba(255,248,241,0.82);
  border:1px solid rgba(138,107,91,0.16);
  box-shadow:0 8px 20px rgba(77,53,41,0.08);
  opacity:0.98;
  transition:transform 0.2s ease, color 0.2s ease, opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.regards-footer-iconlink svg{
  width:20px;
  height:20px;
}

.regards-footer-iconlink:hover,
.regards-footer-iconlink:focus-visible{
  color:#6d5549;
  background:rgba(255,248,241,0.96);
  opacity:1;
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(77,53,41,0.12);
}

@media (max-width:1200px){
  .regards-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .regards-visual{
    aspect-ratio:0.82 / 1;
    max-height:330px;
  }
}

@media (max-width:700px){
  .regards-section .section-heading{
    margin-bottom:22px;
  }

  .regards-grid{
    gap:12px;
  }

  .regards-visual{
    border-radius:18px;
    max-height:none;
  }

  .regards-badge{
    width:34px;
    height:34px;
    top:10px;
    right:10px;
  }

  .regards-footer{
    margin-top:18px;
    gap:12px;
  }
}

@media (max-width:560px){
  .regards-grid{
    grid-template-columns:1fr;
    justify-items:center;
    gap:14px;
  }

  .regards-card{
    width:100%;
    max-width:270px;
  }

  .regards-card--brahms{ order:1; }
  .regards-card--piazzolla{ order:2; }
  .regards-card--bach{ order:3; }
  .regards-card--haydn{ order:4; }

  .regards-visual{
    aspect-ratio:0.78 / 1;
    max-height:340px;
  }

  .regards-footer-iconlink{
    width:42px;
    height:42px;
  }
}
