/* ArtPunk23 screenshot reviews: isolated styles. */
.ap23-screen-reviews{
  padding-top:clamp(34px,6vw,74px);
  padding-bottom:clamp(54px,8vw,92px);
}
.ap23-screen-reviews__hero{
  max-width:780px;
  margin:0 auto clamp(34px,6vw,64px);
  text-align:center;
}
.ap23-screen-reviews__home{
  display:inline-block;
  margin-bottom:22px;
  color:var(--gold,#e6c97a);
  font-family:'Playfair Display',Georgia,serif;
  font-size:14px;
  font-weight:600;
  letter-spacing:.28em;
  text-decoration:none;
}
.ap23-screen-reviews__eyebrow{
  margin:0 0 10px;
  color:rgba(240,213,138,.74);
  font-size:12px;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.ap23-screen-reviews__hero h1{
  margin:0;
  color:var(--gold,#e6c97a);
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(42px,7vw,78px);
  font-weight:600;
  line-height:1.06;
  text-wrap:balance;
}
.ap23-screen-reviews__hero > p:last-child{
  max-width:650px;
  margin:16px auto 0;
  color:rgba(240,213,138,.84);
  font-size:clamp(15px,2vw,18px);
  line-height:1.65;
}
.ap23-screen-reviews__stars{
  margin-top:16px;
  color:#f3ce63;
  font-size:clamp(22px,4vw,29px);
  letter-spacing:.12em;
  text-shadow:0 0 24px rgba(243,206,99,.22);
}
.ap23-screen-reviews__grid{
  column-count:3;
  column-gap:22px;
  max-width:1160px;
  margin:0 auto;
}
.ap23-review-card{
  width:100%;
  display:block;
  break-inside:avoid;
  margin:0 0 22px;
  padding:0;
  border:0;
  border-radius:28px;
  appearance:none;
  background:transparent;
  color:inherit;
  cursor:zoom-in;
  text-align:inherit;
}
.ap23-review-card__phone{
  position:relative;
  display:block;
  padding:8px;
  overflow:hidden;
  border:1px solid rgba(230,201,122,.42);
  border-radius:28px;
  background:
    radial-gradient(circle at 20% 0,rgba(240,213,138,.16),transparent 30%),
    linear-gradient(145deg,rgba(30,51,43,.92),rgba(5,10,8,.96));
  box-shadow:0 20px 55px rgba(0,0,0,.46),inset 0 0 24px rgba(230,201,122,.06);
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.ap23-review-card img{
  width:100%;
  height:auto;
  display:block;
  border-radius:20px;
  background:#fff;
}
.ap23-review-card__zoom{
  position:absolute;
  right:18px;
  bottom:18px;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(240,213,138,.52);
  border-radius:50%;
  color:var(--gold,#e6c97a);
  background:rgba(5,10,8,.82);
  box-shadow:0 8px 22px rgba(0,0,0,.38);
  backdrop-filter:blur(8px);
  opacity:0;
  transform:translateY(5px);
  transition:opacity .2s ease,transform .2s ease;
}
.ap23-review-card__zoom svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.ap23-review-card:hover .ap23-review-card__phone{
  transform:translateY(-5px);
  border-color:rgba(240,213,138,.72);
  box-shadow:0 28px 72px rgba(0,0,0,.56),inset 0 0 28px rgba(230,201,122,.09);
}
.ap23-review-card:hover .ap23-review-card__zoom,
.ap23-review-card:focus-visible .ap23-review-card__zoom{opacity:1;transform:none}
.ap23-review-card:focus-visible{outline:2px solid var(--gold,#e6c97a);outline-offset:5px}
.ap23-screen-reviews__tip{
  max-width:660px;
  margin:22px auto 0;
  color:rgba(230,201,122,.62);
  font-size:13px;
  line-height:1.55;
  text-align:center;
}
.ap23-screen-reviews__empty{
  max-width:700px;
  margin:0 auto;
  padding:48px 24px;
  border:1px solid rgba(230,201,122,.32);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(26,45,39,.54),rgba(7,14,11,.72));
  text-align:center;
  box-shadow:0 20px 58px rgba(0,0,0,.38);
}
.ap23-screen-reviews__empty-mark{
  margin-bottom:12px;
  color:rgba(230,201,122,.55);
  font-family:'Playfair Display',Georgia,serif;
  font-size:48px;
  letter-spacing:.18em;
  text-indent:.18em;
}
.ap23-screen-reviews__empty h2{margin:0 0 10px;font-family:'Playfair Display',Georgia,serif;font-size:30px}
.ap23-screen-reviews__empty p{margin:0;color:rgba(240,213,138,.75)}

.ap23-review-lightbox{
  width:100vw;
  max-width:none;
  height:100dvh;
  max-height:none;
  margin:0;
  padding:0;
  overflow:hidden;
  border:0;
  background:rgba(3,7,6,.94);
  color:var(--gold,#e6c97a);
}
.ap23-review-lightbox::backdrop{background:rgba(0,0,0,.82);backdrop-filter:blur(10px)}
.ap23-review-lightbox__inner{
  position:relative;
  width:100%;
  height:100%;
  display:grid;
  grid-template-columns:70px minmax(0,1fr) 70px;
  align-items:center;
  gap:14px;
  padding:28px;
}
.ap23-review-lightbox__figure{
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:0;
}
.ap23-review-lightbox__figure img{
  max-width:100%;
  max-height:calc(100dvh - 82px);
  display:block;
  border:1px solid rgba(230,201,122,.34);
  border-radius:18px;
  object-fit:contain;
  background:#fff;
  box-shadow:0 28px 80px rgba(0,0,0,.62);
}
.ap23-review-lightbox__figure figcaption{
  color:rgba(230,201,122,.72);
  font-size:13px;
  letter-spacing:.08em;
}
.ap23-review-lightbox__close,
.ap23-review-lightbox__nav{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:1px solid rgba(230,201,122,.46);
  border-radius:50%;
  appearance:none;
  color:var(--gold,#e6c97a);
  background:rgba(10,22,18,.7);
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.ap23-review-lightbox__close:hover,
.ap23-review-lightbox__nav:hover{border-color:var(--gold,#e6c97a);background:rgba(32,52,46,.9);transform:scale(1.05)}
.ap23-review-lightbox__close{
  position:absolute;
  top:18px;
  right:18px;
  z-index:2;
  font-size:30px;
  line-height:1;
}
.ap23-review-lightbox__nav{font-size:42px;line-height:1}
.ap23-review-lightbox__nav--prev{grid-column:1}
.ap23-review-lightbox__figure{grid-column:2}
.ap23-review-lightbox__nav--next{grid-column:3}
.ap23-review-lightbox.is-single .ap23-review-lightbox__nav{visibility:hidden}
body.ap23-reviews-lightbox-open{overflow:hidden}

@media (max-width:900px){
  .ap23-screen-reviews__grid{column-count:2;column-gap:18px}
  .ap23-review-card{margin-bottom:18px}
}
@media (max-width:620px){
  .ap23-screen-reviews{padding-top:30px}
  .ap23-screen-reviews__hero{margin-bottom:30px}
  .ap23-screen-reviews__grid{column-count:1;max-width:440px}
  .ap23-review-card{margin-bottom:16px;border-radius:22px}
  .ap23-review-card__phone{padding:6px;border-radius:22px}
  .ap23-review-card img{border-radius:16px}
  .ap23-review-card__zoom{opacity:1;transform:none;right:14px;bottom:14px}
  .ap23-review-lightbox__inner{
    grid-template-columns:1fr 1fr;
    grid-template-rows:minmax(0,1fr) 54px;
    gap:10px;
    padding:62px 12px 12px;
  }
  .ap23-review-lightbox__figure{grid-column:1/3;grid-row:1}
  .ap23-review-lightbox__figure img{max-height:calc(100dvh - 145px);border-radius:13px}
  .ap23-review-lightbox__nav{width:48px;height:48px;justify-self:center}
  .ap23-review-lightbox__nav--prev{grid-column:1;grid-row:2}
  .ap23-review-lightbox__nav--next{grid-column:2;grid-row:2}
  .ap23-review-lightbox__close{top:10px;right:10px;width:44px;height:44px}
}
@media (prefers-reduced-motion:reduce){
  .ap23-review-card__phone,.ap23-review-card__zoom,.ap23-review-lightbox__close,.ap23-review-lightbox__nav{transition:none}
}
