/* ==========================================================
   THE COLLECTION SHOP
   CUSTOMER REVIEWS — 2026
   File: /css/tcs-reviews-2026.css
   ========================================================== */

.tcsreviews26,
.tcsreviews26 *{
  box-sizing:border-box;
}

.tcsreviews26{
  --ink:#171717;
  --text:#4f4943;
  --muted:#7c746c;
  --line:#e4ddd5;
  --warm:#f7f4ef;
  --wine:#690034;
  --gold:#8e6e43;

  width:100%;
  overflow-x:hidden;
  color:var(--text);
  background:#fff;
  font-family:Arial,Helvetica,sans-serif;
}

.tcsreviews26__wide{
  width:calc(100vw - 28px);
  max-width:2400px;
  position:relative;
  left:50%;
  margin-left:0;
  margin-right:0;
  transform:translateX(-50%);
}


/* BREADCRUMBS */

.tcsreviews26__breadcrumbs{
  border-bottom:1px solid #eee8e2;
}

.tcsreviews26__breadcrumbs-inner{
  min-height:48px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  color:#847c74;
  font-size:12px;
}

.tcsreviews26__breadcrumbs a{
  color:#5e5852;
  text-decoration:none;
}

.tcsreviews26__breadcrumbs a:hover{
  color:var(--wine);
}


/* HERO */

.tcsreviews26__hero{
  padding:52px 0 44px;
  background:#fff;
}

.tcsreviews26__hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);
  gap:70px;
  align-items:end;
}

.tcsreviews26__eyebrow{
  margin:0 0 9px;
  color:var(--gold);
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.tcsreviews26__hero h1{
  max-width:1100px;
  margin:0;
  color:var(--ink);
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:clamp(38px,4vw,64px);
  font-weight:500;
  line-height:1.04;
  letter-spacing:-.03em;
}

.tcsreviews26__intro{
  max-width:900px;
  margin:18px 0 0;
  color:#625c56;
  font-size:17px;
  line-height:1.72;
}

.tcsreviews26__summary{
  padding:27px 30px;
  background:var(--warm);
  border:1px solid var(--line);
}

.tcsreviews26__summary strong{
  display:block;
  color:var(--wine);
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:48px;
  font-weight:500;
  line-height:1;
}

.tcsreviews26__summary span{
  display:block;
  margin-top:7px;
  color:#302b27;
  font-size:16px;
  font-weight:700;
}

.tcsreviews26__summary p{
  margin:10px 0 0;
  color:#756e67;
  font-size:14px;
  line-height:1.55;
}


/* CONFIDENCE */

.tcsreviews26__confidence{
  background:#f7f4ef;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.tcsreviews26__confidence-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.tcsreviews26__confidence-grid > div{
  min-height:116px;
  padding:25px 30px;
  border-right:1px solid var(--line);
}

.tcsreviews26__confidence-grid > div:last-child{
  border-right:0;
}

.tcsreviews26__confidence strong{
  display:block;
  color:#302c28;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:20px;
  font-weight:600;
}

.tcsreviews26__confidence span{
  display:block;
  margin-top:6px;
  color:#716a63;
  font-size:14px;
  line-height:1.55;
}


/* REVIEWS */

.tcsreviews26__reviews{
  padding:62px 0 72px;
}

.tcsreviews26__section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:27px;
}

.tcsreviews26__section-head h2,
.tcsreviews26__closing h2{
  margin:0;
  color:var(--ink);
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:clamp(30px,3vw,46px);
  font-weight:500;
  line-height:1.08;
}

.tcsreviews26__showing{
  margin:0 0 4px;
  color:#7a726a;
  font-size:14px;
}

.tcsreviews26__showing strong{
  color:#2f2a27;
}

.tcsreviews26__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.tcsreviews26__card{
  position:relative;
  min-height:270px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:31px 31px 27px;
  background:#fff;
  border:1px solid var(--line);
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}

.tcsreviews26__card:hover{
  transform:translateY(-2px);
  border-color:#d2c4b8;
  box-shadow:0 14px 32px rgba(42,31,23,.07);
}

.tcsreviews26__quote-mark{
  position:absolute;
  top:17px;
  right:24px;
  color:#e5d9cc;
  font-family:Georgia,"Times New Roman",serif;
  font-size:54px;
  line-height:1;
}

.tcsreviews26__card blockquote{
  margin:0;
  padding:0;
}

.tcsreviews26__card blockquote p{
  position:relative;
  z-index:1;
  margin:0;
  padding-right:25px;
  color:#48423d;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:18px;
  line-height:1.65;
}

.tcsreviews26__card-footer{
  margin-top:25px;
  padding-top:17px;
  border-top:1px solid #eee7e1;
}

.tcsreviews26__card-footer strong{
  display:block;
  color:#2f2a27;
  font-size:15px;
  line-height:1.4;
}

.tcsreviews26__card-footer time{
  display:block;
  margin-top:3px;
  color:#847c74;
  font-size:13px;
}


/* PAGINATION */

.tcsreviews26__pager{
  display:grid;
  grid-template-columns:130px minmax(0,1fr) 130px;
  align-items:center;
  gap:18px;
  margin:42px 0 0;
  padding:18px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.tcsreviews26__pager-pages{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:5px;
}

.tcsreviews26__pager a,
.tcsreviews26__pager .is-current,
.tcsreviews26__pager-nav{
  min-width:38px;
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 10px;
  color:#46413d;
  background:#fff;
  border:1px solid transparent;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}

.tcsreviews26__pager a:hover{
  color:var(--wine);
  border-color:#d8cdc3;
}

.tcsreviews26__pager .is-current{
  color:#fff;
  background:var(--wine);
  border-color:var(--wine);
}

.tcsreviews26__pager-nav{
  min-width:120px;
  border-color:#ddd4cb;
}

.tcsreviews26__pager-nav:last-child{
  justify-self:end;
}

.tcsreviews26__pager-nav.is-disabled{
  color:#b4aca4;
  background:#faf8f6;
  border-color:#eee8e2;
}


/* EMPTY */

.tcsreviews26__empty{
  padding:60px 25px;
  text-align:center;
  background:#faf8f5;
  border:1px solid var(--line);
}

.tcsreviews26__empty h2{
  margin:0 0 10px;
  color:var(--ink);
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:30px;
  font-weight:600;
}

.tcsreviews26__empty p{
  margin:0;
  color:#756e67;
  font-size:15px;
}


/* CLOSING */

.tcsreviews26__closing{
  padding:54px 0;
  color:#fff;
  background:#4b0a2a;
}

.tcsreviews26__closing .tcsreviews26__eyebrow{
  color:#d8bc91;
}

.tcsreviews26__closing h2{
  color:#fff;
}

.tcsreviews26__closing-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:48px;
  align-items:center;
}

.tcsreviews26__closing p:not(.tcsreviews26__eyebrow){
  max-width:790px;
  margin:12px 0 0;
  color:#eadfe5;
  font-size:16px;
  line-height:1.65;
}

.tcsreviews26__closing-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}

.tcsreviews26__button{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.05em;
  text-decoration:none;
  text-transform:uppercase;
}

.tcsreviews26__button--primary{
  color:#4b0a2a !important;
  background:#fff;
  border:1px solid #fff;
}

.tcsreviews26__button--secondary{
  color:#fff !important;
  background:transparent;
  border:1px solid rgba(255,255,255,.65);
}


/* RESPONSIVE */

@media(min-width:1900px){

  .tcsreviews26__grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

}

@media(max-width:1100px){

  .tcsreviews26__hero-grid{
    grid-template-columns:1fr;
    gap:27px;
  }

  .tcsreviews26__summary{
    max-width:460px;
  }

  .tcsreviews26__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}

@media(max-width:760px){

  .tcsreviews26__wide{
    width:calc(100vw - 20px);
    max-width:none;
  }

  .tcsreviews26__hero{
    padding:34px 0 28px;
  }

  .tcsreviews26__hero h1{
    font-size:38px;
  }

  .tcsreviews26__intro{
    font-size:16px;
  }

  .tcsreviews26__confidence-grid{
    grid-template-columns:1fr;
  }

  .tcsreviews26__confidence-grid > div{
    min-height:0;
    border-right:0;
    border-bottom:1px solid var(--line);
  }

  .tcsreviews26__confidence-grid > div:last-child{
    border-bottom:0;
  }

  .tcsreviews26__section-head{
    display:block;
  }

  .tcsreviews26__showing{
    margin-top:12px;
  }

  .tcsreviews26__grid{
    grid-template-columns:1fr;
  }

  .tcsreviews26__card{
    min-height:0;
    padding:27px 23px 23px;
  }

  .tcsreviews26__card blockquote p{
    font-size:17px;
  }

  .tcsreviews26__pager{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .tcsreviews26__pager-pages{
    grid-column:1 / -1;
    grid-row:1;
  }

  .tcsreviews26__pager-nav{
    width:100%;
    min-width:0;
  }

  .tcsreviews26__closing-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .tcsreviews26__closing-actions{
    justify-content:flex-start;
  }

}

@media(max-width:460px){

  .tcsreviews26__closing-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .tcsreviews26__button{
    width:100%;
  }

}
