/* ==========================================================
   THE COLLECTION SHOP
   PREMIUM GALLERY LANDING — APPROVAL VERSION 2026
   ========================================================== */

.tcspg26,
.tcspg26 *{
  box-sizing:border-box;
}

.tcspg26{
  --ink:#171513;
  --text:#5f5852;
  --muted:#80776f;
  --line:#e5ded7;
  --warm:#f6f2ed;
  --wine:#690034;
  --gold:#987247;
  --black:#181614;

  width:100%;
  overflow-x:hidden;
  color:var(--text);
  background:#fff;
  font-family:Arial,Helvetica,sans-serif;
}

.tcspg26__wide{
  width:calc(100vw - 28px);
  max-width:2400px;
  position:relative;
  left:50%;
  margin-left:0;
  margin-right:0;
  transform:translateX(-50%);
}

.tcspg26__eyebrow{
  margin:0 0 10px;
  color:var(--gold);
  font-size:12px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
}


/* ==========================================================
   BREADCRUMB
   ========================================================== */

.tcspg26__breadcrumb{
  border-bottom:1px solid #eee8e2;
}

.tcspg26__breadcrumb .tcspg26__wide{
  min-height:44px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#877f78;
  font-size:12px;
}

.tcspg26__breadcrumb a{
  color:#5d5751;
  text-decoration:none;
}


/* ==========================================================
   HERO
   ========================================================== */

.tcspg26__hero{
  padding:24px 0 26px;
  background:#fff;
}

.tcspg26__hero-wide{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
}

.tcspg26__hero-copy{
  max-width:1180px;
}

.tcspg26__hero h1{
  margin:0;
  color:var(--ink);
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:clamp(36px,3.5vw,54px);
  font-weight:400;
  line-height:1;
  letter-spacing:-.035em;
}

.tcspg26__hero-lede{
  max-width:900px;
  margin:9px 0 0;
  color:#625b55;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:15px;
  line-height:1.45;
}

.tcspg26__hero-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px;
  margin:0;
}

.tcspg26__hero-primary,
.tcspg26__hero-secondary{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.035em;
  text-decoration:none;
}

.tcspg26__hero-primary{
  color:#fff !important;
  background:var(--wine);
  border:1px solid var(--wine);
}

.tcspg26__hero-secondary{
  color:#332e2a !important;
  background:#fff;
  border:1px solid #cfc5bc;
}


/* ==========================================================
   PRIMARY PATHS
   ========================================================== */

.tcspg26__paths{
  padding:24px 0 28px;
  background:var(--warm);
}

.tcspg26__section-intro{
  max-width:none;
  margin:0 0 14px;
  text-align:left;
}

.tcspg26__section-intro h2,
.tcspg26__section-heading h2,
.tcspg26__artists-heading h2{
  margin:0;
  color:var(--ink);
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:clamp(28px,2.5vw,40px);
  font-weight:400;
  line-height:1.08;
  letter-spacing:-.025em;
}

.tcspg26__path-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.tcspg26__path-card{
  min-height:220px;
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:18px;
  padding:26px 26px 24px;
  color:var(--text);
  background:#fff;
  border:1px solid #ddd4cb;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.tcspg26__path-card:hover{
  transform:translateY(-4px);
  border-color:#cdbdaf;
  box-shadow:0 20px 44px rgba(39,28,20,.08);
}

.tcspg26__path-number{
  padding-top:4px;
  color:#b5a391;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:17px;
}

.tcspg26__path-kicker{
  margin:0;
  color:var(--gold);
  font-size:11px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.tcspg26__path-card h3{
  margin:12px 0 0;
  color:#2d2925;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:25px;
  font-weight:500;
  line-height:1.1;
}

.tcspg26__path-card p:not(.tcspg26__path-kicker){
  margin:15px 0 0;
  color:#716961;
  font-size:15px;
  line-height:1.7;
}

.tcspg26__path-action{
  display:inline-block;
  margin-top:20px;
  color:var(--wine);
  font-size:14px;
  font-weight:700;
}

.tcspg26__path-action span{
  margin-left:8px;
}


/* ==========================================================
   FEATURED WORKS
   ========================================================== */

.tcspg26__featured{
  padding:58px 0 64px;
  background:#fff;
}

.tcspg26__section-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:24px;
}

.tcspg26__section-heading a{
  margin-bottom:5px;
  color:var(--wine);
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.tcspg26__featured-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.tcspg26__featured-card{
  min-width:0;
}

.tcspg26__featured-image{
  width:100%;
  aspect-ratio:1 / 1;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#f7f4ef;
  border:1px solid #e2dbd4;
}

.tcspg26__featured-image img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  display:block;
  object-fit:contain;
  transition:transform .25s ease;
}

.tcspg26__featured-card:hover .tcspg26__featured-image img{
  transform:scale(1.015);
}

.tcspg26__featured-copy{
  padding:18px 2px 0;
}

.tcspg26__featured-copy > p{
  margin:0 0 5px;
  color:#8c7b6c;
  font-size:12px;
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.tcspg26__featured-copy h3{
  margin:0;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:21px;
  font-weight:600;
  line-height:1.28;
}

.tcspg26__featured-copy h3 a{
  color:#312c28;
  text-decoration:none;
}

.tcspg26__featured-copy h3 a:hover{
  color:var(--wine);
}


/* ==========================================================
   ARTISTS — MAIN PAGE DESTINATION
   ========================================================== */

.tcspg26__artists{
  padding:62px 0 86px;
  background:#f8f5f1;
  border-top:1px solid var(--line);
}

.tcspg26__artists-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin:0 0 26px;
  text-align:left;
}

.tcspg26__artists-heading > p{
  max-width:420px;
  margin:0 0 4px;
  color:#716961;
  font-size:15px;
  line-height:1.6;
}

.tcspg26__artist-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}

.tcspg26__artist-card{
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid #ddd4cb;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.tcspg26__artist-card:hover{
  transform:translateY(-3px);
  border-color:#c9b9ab;
  box-shadow:0 17px 36px rgba(39,29,21,.08);
}

.tcspg26__artist-image{
  width:100%;
  aspect-ratio:1 / 1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:5px;
  overflow:hidden;
  background:#fff;
}

.tcspg26__artist-image img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  display:block;
  object-fit:contain;
  transition:transform .25s ease;
}

.tcspg26__artist-card:hover .tcspg26__artist-image img{
  transform:scale(1.02);
}

.tcspg26__artist-copy{
  padding:21px 22px 23px;
  border-top:1px solid #eee8e2;
}

.tcspg26__artist-copy h3{
  min-height:56px;
  margin:0;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:23px;
  font-weight:600;
  line-height:1.2;
}

.tcspg26__artist-copy h3 a{
  color:#302b27;
  text-decoration:none;
}

.tcspg26__artist-copy h3 a:hover{
  color:var(--wine);
}

.tcspg26__artist-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:12px;
  color:var(--wine);
  font-size:15px;
  font-weight:700;
  text-decoration:none;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media(min-width:1900px){

  .tcspg26__artist-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }

}

@media(max-width:1320px){

  .tcspg26__artist-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

}

@media(max-width:1020px){

  .tcspg26__path-grid{
    grid-template-columns:1fr;
  }

  .tcspg26__path-card{
    min-height:0;
  }

  .tcspg26__hero-wide{
    grid-template-columns:1fr;
    gap:22px;
  }

  .tcspg26__hero-links{
    justify-content:flex-start;
  }

  .tcspg26__featured-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .tcspg26__artist-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}

@media(max-width:760px){

  .tcspg26__wide{
    width:calc(100vw - 20px);
    max-width:none;
  }

  .tcspg26__hero{
    padding:34px 0 36px;
  }

  .tcspg26__hero h1{
    font-size:42px;
  }

  .tcspg26__hero-lede{
    font-size:16px;
  }

  .tcspg26__hero-links{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

  .tcspg26__hero-primary,
  .tcspg26__hero-secondary{
    width:100%;
  }


  .tcspg26__paths,
  .tcspg26__featured,
  .tcspg26__artists{
    padding-top:44px;
    padding-bottom:50px;
  }

  .tcspg26__path-card{
    grid-template-columns:40px minmax(0,1fr);
    gap:18px;
    padding:28px 24px;
  }

  .tcspg26__path-card h3{
    font-size:25px;
  }

  .tcspg26__section-heading{
    display:block;
  }

  .tcspg26__section-heading a{
    display:inline-block;
    margin-top:14px;
  }

  .tcspg26__featured-grid{
    gap:26px 12px;
  }

  .tcspg26__artist-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:13px;
  }

  .tcspg26__artist-copy{
    padding:16px 14px 18px;
  }

  .tcspg26__artist-copy h3{
    min-height:46px;
    font-size:18px;
  }

}

@media(max-width:420px){

  .tcspg26__featured-grid{
    grid-template-columns:1fr;
  }

}


/* ==========================================================
   COMPACT TOP-OF-PAGE OVERRIDES
   ========================================================== */

.tcspg26__paths .tcspg26__section-intro{
  display:flex;
  align-items:end;
  gap:16px;
}

.tcspg26__paths .tcspg26__section-intro .tcspg26__eyebrow{
  margin:0 0 4px;
  white-space:nowrap;
}

.tcspg26__paths .tcspg26__section-intro h2{
  font-size:28px;
}

.tcspg26__path-grid{
  gap:12px;
}

.tcspg26__path-card{
  min-height:138px;
  grid-template-columns:30px minmax(0,1fr);
  gap:12px;
  padding:19px 19px 18px;
}

.tcspg26__path-number{
  font-size:13px;
}

.tcspg26__path-kicker{
  font-size:10px;
}

.tcspg26__path-card h3{
  margin-top:6px;
  font-size:21px;
}

.tcspg26__path-card p:not(.tcspg26__path-kicker){
  margin-top:7px;
  font-size:13px;
  line-height:1.45;
}

.tcspg26__path-action{
  margin-top:12px;
  font-size:13px;
}


/* Artist gallery becomes the first major visual destination */
.tcspg26__artists{
  padding-top:44px;
  padding-bottom:70px;
}

.tcspg26__artists-heading{
  margin-bottom:22px;
}

.tcspg26__artists-heading h2{
  font-size:38px;
}

.tcspg26__artist-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}

.tcspg26__artist-image{
  aspect-ratio:1 / 1;
  padding:8px;
}

.tcspg26__artist-copy{
  padding:20px 21px 22px;
}

.tcspg26__artist-copy h3{
  min-height:0;
  font-size:24px;
}

.tcspg26__artist-link{
  margin-top:10px;
  font-size:15px;
}


/* Featured works are now secondary and appear after artists */
.tcspg26__featured{
  padding-top:56px;
  padding-bottom:64px;
}

.tcspg26__featured-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

@media(min-width:1900px){
  .tcspg26__artist-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }
}

@media(max-width:1320px){
  .tcspg26__artist-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:1020px){
  .tcspg26__artist-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .tcspg26__featured-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .tcspg26__hero{
    padding:20px 0 22px;
  }

  .tcspg26__hero-wide{
    gap:14px;
  }

  .tcspg26__hero h1{
    font-size:36px;
  }

  .tcspg26__paths{
    padding:20px 0 22px;
  }

  .tcspg26__paths .tcspg26__section-intro{
    display:block;
  }

  .tcspg26__paths .tcspg26__section-intro h2{
    font-size:26px;
  }

  .tcspg26__path-grid{
    gap:9px;
  }

  .tcspg26__path-card{
    min-height:0;
    padding:17px 16px;
  }

  .tcspg26__artists{
    padding-top:36px;
  }

  .tcspg26__artists-heading{
    display:block;
  }

  .tcspg26__artists-heading > p{
    margin-top:8px;
  }

  .tcspg26__artists-heading h2{
    font-size:32px;
  }
}


/* ==========================================================
   TCS PREMIUM GALLERY — COMPACT COLLECTION HEADER
   Final direction: artwork appears quickly.
   ========================================================== */

.tcspg26__hero{
  padding:16px 0 18px !important;
}

.tcspg26__hero-wide{
  min-height:0 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:24px !important;
  align-items:center !important;
}

.tcspg26__hero-copy{
  max-width:none !important;
}

.tcspg26__hero .tcspg26__eyebrow{
  margin-bottom:4px !important;
  font-size:10px !important;
}

.tcspg26__hero h1{
  font-size:clamp(30px,2.8vw,44px) !important;
  line-height:1.02 !important;
  letter-spacing:-.025em !important;
}

.tcspg26__hero-lede{
  max-width:none !important;
  margin:6px 0 0 !important;
  font-size:14px !important;
  line-height:1.4 !important;
}

.tcspg26__hero-links{
  margin:0 !important;
}

.tcspg26__hero-primary{
  min-height:42px !important;
  padding:0 18px !important;
  font-size:13px !important;
}


/* ==========================================================
   COLLECTION LINKS — SHORT NAVIGATION CARDS
   ========================================================== */

.tcspg26__paths{
  padding:16px 0 20px !important;
}

.tcspg26__paths .tcspg26__section-intro{
  display:flex !important;
  align-items:baseline !important;
  gap:12px !important;
  margin:0 0 10px !important;
}

.tcspg26__paths .tcspg26__section-intro .tcspg26__eyebrow{
  margin:0 !important;
  font-size:10px !important;
}

.tcspg26__paths .tcspg26__section-intro h2{
  margin:0 !important;
  font-size:24px !important;
  line-height:1.1 !important;
}

.tcspg26__path-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
}

.tcspg26__path-card{
  min-height:0 !important;
  display:block !important;
  padding:16px 18px !important;
}

.tcspg26__path-kicker{
  margin:0 !important;
  font-size:9px !important;
}

.tcspg26__path-card h3{
  margin:5px 0 0 !important;
  font-size:19px !important;
  line-height:1.15 !important;
}

.tcspg26__path-card p:not(.tcspg26__path-kicker){
  display:none !important;
}

.tcspg26__path-action{
  display:inline-flex !important;
  margin-top:9px !important;
  font-size:13px !important;
}


/* ==========================================================
   ARTISTS — SAME VISUAL WEIGHT AS ARMANI COLLECTION CARDS
   ========================================================== */

.tcspg26__artists{
  padding:28px 0 62px !important;
}

.tcspg26__artists-heading{
  display:flex !important;
  align-items:end !important;
  justify-content:space-between !important;
  gap:30px !important;
  margin:0 0 18px !important;
}

.tcspg26__artists-heading .tcspg26__eyebrow{
  margin-bottom:4px !important;
  font-size:10px !important;
}

.tcspg26__artists-heading h2{
  font-size:32px !important;
  line-height:1.08 !important;
}

.tcspg26__artists-heading > p{
  margin:0 0 3px !important;
  font-size:14px !important;
}

.tcspg26__artist-grid{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:20px !important;
}

.tcspg26__artist-image{
  aspect-ratio:1 / 1 !important;
  padding:5px !important;
}

.tcspg26__artist-copy{
  padding:18px 19px 20px !important;
}

.tcspg26__artist-copy h3{
  min-height:50px !important;
  font-size:21px !important;
  line-height:1.2 !important;
}

.tcspg26__artist-link{
  margin-top:9px !important;
  font-size:14px !important;
}


/* Featured art stays secondary below artists */
.tcspg26__featured{
  padding:46px 0 58px !important;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media(min-width:1900px){
  .tcspg26__artist-grid{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  }
}

@media(max-width:1350px){
  .tcspg26__artist-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

@media(max-width:1050px){
  .tcspg26__hero-wide{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .tcspg26__hero-links{
    justify-content:flex-start !important;
  }

  .tcspg26__artist-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:760px){
  .tcspg26__hero{
    padding:14px 0 16px !important;
  }

  .tcspg26__hero h1{
    font-size:32px !important;
  }

  .tcspg26__paths{
    padding:14px 0 16px !important;
  }

  .tcspg26__paths .tcspg26__section-intro{
    display:block !important;
  }

  .tcspg26__paths .tcspg26__section-intro h2{
    margin-top:3px !important;
    font-size:22px !important;
  }

  .tcspg26__path-grid{
    grid-template-columns:1fr !important;
    gap:7px !important;
  }

  .tcspg26__path-card{
    padding:13px 15px !important;
  }

  .tcspg26__artists{
    padding-top:24px !important;
  }

  .tcspg26__artists-heading{
    display:block !important;
  }

  .tcspg26__artists-heading > p{
    margin-top:5px !important;
  }

  .tcspg26__artist-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .tcspg26__artist-copy{
    padding:14px 13px 16px !important;
  }

  .tcspg26__artist-copy h3{
    min-height:42px !important;
    font-size:17px !important;
  }

  .tcspg26__artist-link{
    font-size:13px !important;
  }
}


/* ==========================================================
   TCS PREMIUM GALLERY — SINGLE ROW HEADER + COLLECTION LINKS
   ========================================================== */

.tcspg26__hero,
.tcspg26__paths{
  display:none !important;
}

.tcspg26__combined{
  padding:16px 0 18px;
  background:#f7f3ee;
  border-bottom:1px solid #e3dcd4;
}

.tcspg26__combined-grid{
  display:grid;
  grid-template-columns:minmax(300px,1.15fr) repeat(3,minmax(210px,1fr));
  gap:12px;
  align-items:stretch;
}

.tcspg26__combined-intro{
  padding:14px 18px 14px 0;
}

.tcspg26__combined-intro .tcspg26__eyebrow{
  margin-bottom:4px;
  font-size:10px;
}

.tcspg26__combined-intro h1{
  margin:0;
  color:#171513;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:clamp(29px,2.3vw,39px);
  font-weight:400;
  line-height:1.02;
  letter-spacing:-.025em;
}

.tcspg26__combined-intro .tcspg26__hero-lede{
  margin:7px 0 11px;
  max-width:520px;
  font-size:14px;
  line-height:1.4;
}

.tcspg26__combined-intro .tcspg26__hero-primary{
  min-height:38px !important;
  padding:0 15px !important;
  font-size:12px !important;
}

.tcspg26__combined .tcspg26__path-grid{
  display:contents;
}

.tcspg26__combined .tcspg26__path-card{
  min-height:0 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:15px 17px !important;
  background:#fff !important;
  border:1px solid #ddd4cb !important;
}

.tcspg26__combined .tcspg26__path-kicker{
  margin:0 !important;
  font-size:9px !important;
}

.tcspg26__combined .tcspg26__path-card h3{
  margin:5px 0 0 !important;
  font-size:18px !important;
  line-height:1.14 !important;
}

.tcspg26__combined .tcspg26__path-action{
  margin-top:9px !important;
  font-size:12px !important;
}

.tcspg26__artists{
  padding-top:24px !important;
}

@media(max-width:1180px){

  .tcspg26__combined-grid{
    grid-template-columns:minmax(260px,1fr) repeat(3,minmax(180px,.85fr));
  }

  .tcspg26__combined-intro h1{
    font-size:30px;
  }

  .tcspg26__combined .tcspg26__path-card h3{
    font-size:16px !important;
  }
}

@media(max-width:900px){

  .tcspg26__combined-grid{
    grid-template-columns:1fr 1fr;
  }

  .tcspg26__combined-intro{
    grid-column:1 / -1;
    padding-right:0;
  }
}

@media(max-width:760px){

  .tcspg26__combined{
    padding:13px 0 15px;
  }

  .tcspg26__combined-grid{
    grid-template-columns:1fr;
    gap:7px;
  }

  .tcspg26__combined-intro{
    grid-column:auto;
    padding:8px 0 10px;
  }

  .tcspg26__combined-intro h1{
    font-size:31px;
  }

  .tcspg26__combined-intro .tcspg26__hero-lede{
    font-size:14px;
  }

  .tcspg26__combined .tcspg26__path-card{
    padding:13px 15px !important;
  }

  .tcspg26__artists{
    padding-top:20px !important;
  }
}


/* ==========================================================
   FINAL COMPACT SINGLE-ROW GALLERY NAV
   ========================================================== */

.tcspg26__breadcrumb .tcspg26__wide{
  min-height:32px !important;
}

.tcspg26__combined{
  padding:8px 0 10px !important;
}

.tcspg26__combined-grid{
  grid-template-columns:minmax(330px,1.35fr) repeat(3,minmax(220px,1fr)) !important;
  gap:10px !important;
  align-items:stretch !important;
}

.tcspg26__combined-intro{
  min-height:96px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:10px 18px 10px 0 !important;
}

.tcspg26__combined-intro .tcspg26__eyebrow{
  margin:0 0 2px !important;
  font-size:9px !important;
}

.tcspg26__combined-intro h1{
  margin:0 !important;
  font-size:30px !important;
  line-height:1 !important;
}

.tcspg26__combined-intro .tcspg26__hero-lede{
  margin:4px 0 7px !important;
  font-size:12px !important;
  line-height:1.3 !important;
}

.tcspg26__combined-intro .tcspg26__hero-primary{
  width:max-content !important;
  min-height:32px !important;
  padding:0 12px !important;
  font-size:11px !important;
}

.tcspg26__combined .tcspg26__path-card{
  min-height:96px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:12px 15px !important;
}

.tcspg26__combined .tcspg26__path-kicker{
  margin:0 !important;
  font-size:8px !important;
}

.tcspg26__combined .tcspg26__path-card h3{
  margin:4px 0 0 !important;
  font-size:17px !important;
  line-height:1.12 !important;
}

.tcspg26__combined .tcspg26__path-action{
  margin-top:7px !important;
  font-size:11px !important;
}

.tcspg26__artists{
  padding-top:14px !important;
}

@media(max-width:1050px){

  .tcspg26__combined-grid{
    grid-template-columns:1fr 1fr !important;
  }

  .tcspg26__combined-intro{
    padding-right:12px !important;
  }
}

@media(max-width:760px){

  .tcspg26__combined{
    padding:7px 0 9px !important;
  }

  .tcspg26__combined-grid{
    grid-template-columns:1fr !important;
    gap:6px !important;
  }

  .tcspg26__combined-intro{
    min-height:0 !important;
    padding:7px 0 9px !important;
  }

  .tcspg26__combined-intro h1{
    font-size:28px !important;
  }

  .tcspg26__combined .tcspg26__path-card{
    min-height:0 !important;
    padding:11px 13px !important;
  }

  .tcspg26__artists{
    padding-top:12px !important;
  }
}
