/* Centered Diva Studio showcase with supplied transparent icon assets. */
body.gift-home .gift-studio__head {
  display: block;
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

body.gift-home .gift-studio__head .gift-eyebrow {
  justify-content: center;
  margin-inline: auto;
}
body.gift-home .gift-studio__head h2 { margin-top: 13px; }

body.gift-home .gift-studio__head > p:last-child {
  max-width: 820px;
  margin: 20px auto 0;
  color: #706c6c;
  font-size: 17px;
  line-height: 1.5;
}

body.gift-home .gift-studio__grid {
  overflow: hidden;
  background: rgba(255, 255, 255, .28);
}

body.gift-home .gift-studio__grid a {
  position: relative;
  display: flex;
  min-height: 246px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 24px 30px;
  text-align: center;
  transition: background .35s ease, transform .42s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease;
}

body.gift-home .gift-studio__grid a:nth-child(1) { background: rgba(255, 230, 214, .28); }
body.gift-home .gift-studio__grid a:nth-child(2) { background: rgba(240, 229, 255, .26); }
body.gift-home .gift-studio__grid a:nth-child(3) { background: rgba(255, 224, 234, .24); }
body.gift-home .gift-studio__grid a:nth-child(4) { background: rgba(233, 226, 255, .27); }
body.gift-home .gift-studio__grid a:nth-child(1):hover { background: rgba(255, 230, 214, .43); }
body.gift-home .gift-studio__grid a:nth-child(2):hover { background: rgba(240, 229, 255, .42); }
body.gift-home .gift-studio__grid a:nth-child(3):hover { background: rgba(255, 224, 234, .40); }
body.gift-home .gift-studio__grid a:nth-child(4):hover { background: rgba(233, 226, 255, .43); }

body.gift-home .gift-studio__grid a:hover {
  z-index: 1;
  box-shadow: 0 18px 38px rgba(125, 85, 111, .08);
  transform: translateY(-4px);
}

body.gift-home .gift-studio__grid .gift-studio__icon {
  display: block;
  width: 104px;
  height: 104px;
  flex: 0 0 auto;
  margin: 0;
  line-height: 0;
  transition: transform .42s cubic-bezier(.16, 1, .3, 1);
}

body.gift-home .gift-studio__grid .gift-studio__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.gift-home .gift-studio__grid a:hover .gift-studio__icon { transform: translateY(-3px) scale(1.035); }
body.gift-home .gift-studio__grid strong { margin-top: 12px; }
body.gift-home .gift-studio__grid p { max-width: 220px; margin: 8px auto 0; }

body.gift-home .gift-studio__action {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  text-align: center;
}

@media (max-width: 760px) {
  body.gift-home .gift-studio__head { margin-bottom: 32px; }
  body.gift-home .gift-studio__head > p:last-child { margin-top: 16px; font-size: 15px; }
  body.gift-home .gift-studio__grid a { min-height: 214px; padding: 22px 16px 24px; }
  body.gift-home .gift-studio__grid .gift-studio__icon { width: 86px; height: 86px; }
  body.gift-home .gift-studio__grid strong { margin-top: 10px; }
  body.gift-home .gift-studio__grid p { max-width: 180px; }
  body.gift-home .gift-studio__action { margin-top: 27px; }
}

@media (max-width: 420px) {
  body.gift-home .gift-studio__grid a { min-height: 205px; padding-inline: 12px; }
  body.gift-home .gift-studio__grid .gift-studio__icon { width: 78px; height: 78px; }
}

@media (prefers-reduced-motion: reduce) {
  body.gift-home .gift-studio__grid a,
  body.gift-home .gift-studio__grid .gift-studio__icon { transition: none; }
}
