/* ==========================================================
   THE COLLECTION SHOP
   SHARED GALLERY LANDING — 2026
   ========================================================== */

.tcsgl26,
.tcsgl26 *{
  box-sizing:border-box;
}

.tcsgl26{
  --ink:#171513;
  --text:#554e48;
  --muted:#7c746c;
  --line:#e3dcd4;
  --warm:#f7f3ee;
  --wine:#690034;
  --gold:#9a7448;
  --charcoal:#1b1917;

  width:100%;
  overflow-x:hidden;
  color:var(--text);
  background:#fff;
  font-family:Arial,Helvetica,sans-serif;
}

.tcsgl26__wide{
  width:calc(100vw - 28px);
  max-width:2400px;
  position:relative;
  left:50%;
  margin-left:0;
  margin-right:0;
  transform:translateX(-50%);
}

.tcsgl26__eyebrow{
  margin:0 0 9px;
  color:var(--gold);
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.tcsgl26__hero{
  padding:20px 0 56px;
}

.tcsgl26__breadcrumbs{
  min-height:44px;
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:22px;
  color:#847b73;
  font-size:12px;
}

.tcsgl26__breadcrumbs a{
  color:#5e5852;
  text-decoration:none;
}

.tcsgl26__hero-card{
  padding:50px 52px 0;
  background:#fff;
}

.tcsgl26__hero-card h1{
  max-width:1250px;
  margin:0;
  color:var(--ink);
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:clamp(42px,4.5vw,70px);
  font-weight:500;
  line-height:1.03;
  letter-spacing:-.035em;
}

.tcsgl26__hero-lede{
  max-width:1100px;
  margin:20px 0 0;
  color:#625b55;
  font-size:18px;
  line-height:1.72;
}

.tcsgl26__trust-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:39px -52px 0;
  background:var(--charcoal);
}

.tcsgl26__trust-grid > div{
  min-height:126px;
  padding:27px 34px;
  border-right:1px solid rgba(255,255,255,.12);
}

.tcsgl26__trust-grid > div:last-child{
  border-right:0;
}

.tcsgl26__trust-grid strong{
  display:block;
  color:#fff;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:21px;
  font-weight:500;
}

.tcsgl26__trust-grid span{
  display:block;
  margin-top:6px;
  color:#cec7c0;
  font-size:14px;
  line-height:1.55;
}

.tcsgl26__collections{
  padding:68px 0 76px;
  background:var(--warm);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.tcsgl26__section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:48px;
  margin-bottom:28px;
}

.tcsgl26__section-head h2,
.tcsgl26__artists-head h2{
  margin:0;
  color:var(--ink);
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:clamp(32px,3vw,48px);
  font-weight:500;
  line-height:1.08;
}

.tcsgl26__section-head > p{
  max-width:560px;
  margin:0 0 4px;
  color:#746c65;
  font-size:15px;
  line-height:1.65;
}

.tcsgl26__collection-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.tcsgl26__collection-card{
  min-height:265px;
  display:flex;
  flex-direction:column;
  padding:31px 31px 27px;
  color:#302b27;
  background:#fff;
  border:1px solid #ddd4cb;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.tcsgl26__collection-card:hover{
  transform:translateY(-3px);
  border-color:#c9b9ab;
  box-shadow:0 17px 36px rgba(39,29,21,.08);
}

.tcsgl26__card-kicker{
  color:#9a7448;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.tcsgl26__collection-card h3{
  margin:13px 0 0;
  color:#2f2a27;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:27px;
  font-weight:600;
  line-height:1.14;
}

.tcsgl26__collection-card p{
  margin:12px 0 0;
  color:#706861;
  font-size:15px;
  line-height:1.65;
}

.tcsgl26__card-cta{
  margin-top:auto;
  padding-top:24px;
  color:var(--wine);
  font-size:14px;
  font-weight:700;
}

.tcsgl26__card-cta > span{
  margin-left:7px;
  font-size:17px;
}

.tcsgl26__featured{
  padding:74px 0 80px;
}

.tcsgl26__view-all{
  margin-bottom:5px;
  color:var(--wine);
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.tcsgl26__product-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:20px;
}

.tcsgl26__product-card{
  min-width:0;
  background:#fff;
  border:1px solid var(--line);
}

.tcsgl26__product-image{
  aspect-ratio:1 / 1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:5px;
  overflow:hidden;
  background:#fff;
}

.tcsgl26__product-image img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  display:block;
  object-fit:contain;
}

.tcsgl26__product-copy{
  padding:17px 18px 20px;
  border-top:1px solid #eee8e2;
}

.tcsgl26__product-copy h3{
  min-height:48px;
  margin:0;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:18px;
  font-weight:600;
  line-height:1.3;
}

.tcsgl26__product-copy h3 a{
  color:#2e2925;
  text-decoration:none;
}

.tcsgl26__product-copy h3 a:hover{
  color:var(--wine);
}

.tcsgl26__product-copy p{
  margin:7px 0 0;
  color:#817970;
  font-size:13px;
}

.tcsgl26__artists{
  padding:72px 0 82px;
  background:#faf8f5;
  border-top:1px solid var(--line);
}

.tcsgl26__artists-head{
  max-width:1050px;
  margin-bottom:30px;
}

.tcsgl26__artists-head > p:not(.tcsgl26__eyebrow){
  margin:14px 0 0;
  color:#706861;
  font-size:16px;
  line-height:1.7;
}

@media(min-width:1900px){
  .tcsgl26__product-grid{
    grid-template-columns:repeat(6,minmax(0,1fr));
  }
}

@media(max-width:1300px){
  .tcsgl26__product-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

@media(max-width:980px){
  .tcsgl26__collection-grid{
    grid-template-columns:1fr;
  }

  .tcsgl26__product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .tcsgl26__wide{
    width:calc(100vw - 20px);
    max-width:none;
  }

  .tcsgl26__hero{
    padding-bottom:42px;
  }

  .tcsgl26__hero-card{
    padding:31px 22px 0;
  }

  .tcsgl26__hero-card h1{
    font-size:39px;
  }

  .tcsgl26__hero-lede{
    font-size:16px;
  }

  .tcsgl26__trust-grid{
    grid-template-columns:1fr;
    margin:30px -22px 0;
  }

  .tcsgl26__trust-grid > div{
    min-height:0;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.12);
  }

  .tcsgl26__section-head{
    display:block;
  }

  .tcsgl26__section-head > p{
    margin-top:12px;
  }

  .tcsgl26__product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .tcsgl26__product-copy{
    padding:14px 13px 16px;
  }

  .tcsgl26__product-copy h3{
    min-height:42px;
    font-size:16px;
  }
}
