.blog-related{margin:72px 0 0;padding-top:38px;border-top:1px solid rgb(from var(--clr-gold) r g b / 0.22)}.blog-related__header{margin-bottom:22px}.blog-related__header span{color:rgb(from var(--clr-gold) r g b / 0.72);font-size:0.72rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase}.blog-related__header h2{margin:7px 0 0;color:var(--clr-text);font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:500;line-height:1.15}.blog-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.card-detail-page .blog-related{max-width:760px;margin-inline:auto}.card-detail-page .blog-related__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}.blog-related__item{display:grid;grid-template-rows:150px 1fr;overflow:hidden;border:1px solid rgb(from var(--clr-gold) r g b / 0.22);border-radius:var(--radius-md);background:rgb(from var(--clr-white) r g b / 0.035);text-decoration:none;transition:transform 0.2s ease,border-color 0.2s ease,background 0.2s ease}.blog-related__item:hover,.blog-related__item:focus-visible{border-color:rgb(from var(--clr-gold) r g b / 0.62);background:rgb(from var(--clr-gold) r g b / 0.07);transform:translateY(-3px);outline:none}.blog-related__item img{width:100%;height:100%;object-fit:cover;filter:saturate(0.78) contrast(0.96)}.blog-related__item--card img{object-position:center 50%}.blog-related__copy{display:flex;flex-direction:column;padding:17px}.blog-related__copy small{margin-bottom:8px;color:rgb(from var(--clr-gold) r g b / 0.72);font-size:0.68rem;letter-spacing:0.08em;text-transform:uppercase}.blog-related__copy strong{color:var(--clr-cream);font-family:Georgia,"Times New Roman",serif;font-size:1.12rem;font-weight:500;line-height:1.28}.blog-related__copy>span{margin-top:auto;padding-top:18px;color:var(--clr-text-muted);font-size:0.82rem}@media (max-width:760px){.blog-related{margin-top:52px;padding-top:30px}.blog-related__grid,.card-detail-page .blog-related__grid{grid-template-columns:1fr;gap:12px}.blog-related__item{grid-template-columns:112px minmax(0,1fr);grid-template-rows:minmax(134px,auto)}.blog-related__copy>span{padding-top:12px}}