/* V17: paired editorial feature cards and refined Midnight Match playing cards. */
.home-library:before{background-image:url("assets/motif-silhouette.svg?v=17b"),url("assets/motif-bra-line.svg?v=17b"),url("assets/motif-brief-line.svg?v=17b")}
.home-line-art img{opacity:.9}
.home-spotlights{width:min(calc(100% - 32px),1008px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:52px auto 155px}
.home-spotlight{position:relative;isolation:isolate;display:block;height:300px;min-width:0;overflow:hidden;border:1px solid #f2b7d15c;border-radius:23px;background:#291b2a;color:#fff;text-decoration:none;box-shadow:0 16px 32px #3d18312a;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s cubic-bezier(.2,.8,.2,1)}
.home-spotlight:hover{transform:translateY(-4px);box-shadow:0 23px 40px #3d18313a}
.home-spotlight:focus-visible{outline:3px solid #c44f83;outline-offset:4px}
.home-spotlight>img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}
.home-spotlight:hover>img{transform:scale(1.035)}
.home-spotlight:before{content:"";position:absolute;z-index:1;inset:0;pointer-events:none}
.home-spotlight--match>img{left:23%;width:77%;object-position:center 20%}
.home-spotlight--match:before{background:linear-gradient(90deg,#21131ff5 0%,#351d31e8 35%,#3a203681 63%,#2816251e 100%),linear-gradient(0deg,#1c102078,transparent 48%)}
.home-spotlight--world>img{object-position:36% center;transform:scale(1.12);transform-origin:35% 24%}
.home-spotlight--world:hover>img{transform:scale(1.16)}
.home-spotlight--world:before{background:linear-gradient(270deg,#231b2be9 0%,#292036d4 34%,#25253339 68%,transparent 100%),linear-gradient(0deg,#1c18248a,transparent 52%)}
.home-spotlight__content{position:absolute;z-index:2;left:26px;right:20px;bottom:25px;display:flex;flex-direction:column;align-items:flex-start}
.home-spotlight__content small{color:#ffc7df;font-size:9px;font-weight:800;letter-spacing:.16em}
.home-spotlight__content strong{display:block;margin:11px 0 18px;font-size:clamp(36px,4vw,47px);line-height:.94;letter-spacing:-.065em;font-weight:800}
.home-spotlight__content em{font-style:normal;color:#ffb4d2}
.home-spotlight__action{display:inline-flex;align-items:center;gap:8px;min-height:37px;padding:0 13px;border:1px solid #fff9;border-radius:10px;background:#fff2;color:#fff;font-size:11px;font-weight:800;box-shadow:0 5px 15px #1e10224d;backdrop-filter:blur(8px)}
.home-spotlight__action .icon{width:15px;height:15px}
.home-spotlight__corner{position:absolute;z-index:2;top:17px;right:18px;color:#ffe5ef;font-size:8px;font-weight:800;letter-spacing:.14em;text-shadow:0 2px 8px #1d111cbb}
.home-spotlight--world .home-spotlight__content{left:18px;right:26px;align-items:flex-end;text-align:right}
.home-spotlight--world .home-spotlight__corner{left:18px;right:auto}
.home-spotlight--world .home-spotlight__action{border-color:#ffc6df88;background:#281d3277}
body[data-page="midnight"] .match-card{border:1px solid #b77a9b7a;border-radius:17px;background:#3b2439;box-shadow:0 8px 19px #361a3026}
body[data-page="midnight"] .match-card:hover{box-shadow:0 13px 25px #361a303b}
body[data-page="midnight"] .match-card.is-open,body[data-page="midnight"] .match-card.is-matched{border-color:#f9c9dc;box-shadow:0 0 0 2px #ec9fbe,0 10px 23px #a94a752b}
body[data-page="midnight"] .match-card__back{overflow:hidden;background:radial-gradient(circle at 50% 43%,#935875 0%,#633650 43%,#342035 100%)}
body[data-page="midnight"] .match-card__back:before{inset:7px;border:1px solid #ffd3e161;border-radius:10px;background:url("assets/match-back-ornament.svg") center/100% 100% no-repeat}
body[data-page="midnight"] .match-card__back:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,#fff3 0%,transparent 32%,transparent 70%,#14091629 100%)}
body[data-page="midnight"] .match-card__back strong{z-index:1;color:#fff5f8;font-size:clamp(24px,3vw,39px);text-shadow:0 2px 12px #15071488}
body[data-page="midnight"] .match-card__back small{z-index:1;color:#ffd7e8}
@media(max-width:760px){
  .home-spotlights{grid-template-columns:1fr;gap:12px;width:calc(100% - 30px);margin:35px auto 153px}
  .home-spotlight{height:211px;border-radius:18px;box-shadow:0 10px 24px #3d183126}
  .home-spotlight__content{left:18px;right:13px;bottom:18px}
  .home-spotlight__content small{font-size:8px}
  .home-spotlight__content strong{margin:8px 0 12px;font-size:clamp(29px,7.7vw,34px)}
  .home-spotlight__action{min-height:33px;padding:0 10px;font-size:10px}
  .home-spotlight__action .icon{width:13px;height:13px}
  .home-spotlight__corner{top:13px;right:14px;font-size:7px}
  .home-spotlight--world .home-spotlight__content{left:10px;right:18px}
  .home-spotlight--world .home-spotlight__corner{left:14px}
  body[data-page="midnight"] .match-card{border-radius:14px}
  body[data-page="midnight"] .match-card__back:before{inset:6px;border-radius:8px}
}
@media(max-width:360px){.home-spotlight{height:196px}.home-spotlight__content strong{font-size:29px}}
@media(prefers-reduced-motion:reduce){.home-spotlight,.home-spotlight>img{transition:none}}
