.vx-reference{--vx-ref-ease:cubic-bezier(.22,1,.36,1);width:100%}

.vx-reference-head{display:flex;align-items:baseline;gap:20px;flex-wrap:wrap;margin:0 0 14px}
.vx-reference-eyebrow{margin:0;font-size:12px;line-height:1;font-weight:700;letter-spacing:.18em;
  text-transform:uppercase;color:var(--primary)}
.vx-reference-count{font-size:12px;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(245,245,245,.38)}
.vx-reference-sub{margin:0 0 44px;max-width:620px;font-size:16px;line-height:26px;
  color:rgba(245,245,245,.6)}

.vx-reference-list{list-style:none;margin:0;padding:0;display:grid;gap:22px;
  grid-template-columns:minmax(0,1fr)}
.vx-reference-card{margin:0}

.vx-reference-card-link{display:block;text-decoration:none;color:inherit;
  border:1px solid rgba(245,245,245,.14);border-radius:18px;overflow:hidden;
  background-color:var(--secondary);
  transition:border-color .45s var(--vx-ref-ease)}

.vx-reference-card-shot{display:block;position:relative;width:100%;aspect-ratio:16/10;
  overflow:hidden;background-color:#0d0d0d}
.vx-reference-card-shot img{display:block;width:100%;height:100%;object-fit:cover;
  object-position:50% 50%;
  transform:translateZ(0);transition:transform .55s var(--vx-ref-ease)}
.vx-reference-card-link[data-ref="wear"]     .vx-reference-card-shot img{object-position:50% 50%}
.vx-reference-card-link[data-ref="habite"]   .vx-reference-card-shot img{object-position:50% 45%}
.vx-reference-card-link[data-ref="rhythm"]   .vx-reference-card-shot img{object-position:50% 50%}
.vx-reference-card-link[data-ref="oceanfye"] .vx-reference-card-shot img{object-position:50% 45%}

.vx-reference-card-body{display:flex;align-items:center;justify-content:space-between;
  gap:20px;padding:20px 22px 22px}
.vx-reference-card-text{display:block;min-width:0}
.vx-reference-card-name{display:block;font-size:clamp(22px,2.1vw,30px);line-height:1.08;
  font-weight:700;letter-spacing:-.01em;text-transform:uppercase;color:var(--white);
  transition:color .45s var(--vx-ref-ease)}
.vx-reference-card-category{display:block;margin-top:8px;font-size:12px;letter-spacing:.14em;
  text-transform:uppercase;color:rgba(245,245,245,.45)}
.vx-reference-card-arrow{flex:none;display:inline-flex;width:17px;height:17px;
  color:var(--primary);transition:transform .45s var(--vx-ref-ease)}
.vx-reference-card-arrow svg{width:100%;height:100%;display:block}

.vx-reference-note{margin:32px 0 0;max-width:660px;font-size:14px;line-height:22px;
  color:rgba(245,245,245,.55)}

@media (hover:hover){
  .vx-reference-card-link:hover{border-color:rgba(221,251,81,.42)}
  .vx-reference-card-link:hover .vx-reference-card-shot img{transform:scale(1.02)}
  .vx-reference-card-link:hover .vx-reference-card-name{color:var(--primary)}
  .vx-reference-card-link:hover .vx-reference-card-arrow{transform:translate3d(3px,-3px,0)}
}
.vx-reference-card-link:focus-visible{outline:2px solid var(--primary);outline-offset:4px;
  border-color:rgba(221,251,81,.42)}
.vx-reference-card-link:focus-visible .vx-reference-card-name{color:var(--primary)}
.vx-reference-card-link:focus-visible .vx-reference-card-arrow{transform:translate3d(3px,-3px,0)}

@media (min-width:992px){
  .vx-reference-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
  .vx-reference-card-body{padding:22px 26px 24px}
}

@media (prefers-reduced-motion:reduce){
  .vx-reference-card-link,
  .vx-reference-card-shot img,
  .vx-reference-card-name,
  .vx-reference-card-arrow{transition:none}
  .vx-reference-card-link:hover .vx-reference-card-shot img{transform:none}
  .vx-reference-card-link:hover .vx-reference-card-arrow,
  .vx-reference-card-link:focus-visible .vx-reference-card-arrow{transform:none}
}
