/* Nails By Tasher Cursos */
.tc-wrap{
  --tc-bg:#E9E3DB;
  --tc-paper:#F7F2EC;
  --tc-ink:#171513;
  --tc-muted:#746B64;
  --tc-script:#746357;
  --tc-line:rgba(23,21,19,.18);
  background:var(--tc-bg);
  color:var(--tc-ink);
  overflow:hidden;
}

.tc-wrap *{
  box-sizing:border-box;
}

.tc-header{
  max-width:1120px;
  margin:0 auto;
  padding:135px 24px 100px;
  text-align:center;
}

.tc-kicker{
  margin:0 0 22px;
  font-family:"Montserrat",sans-serif;
  font-size:10px;
  font-weight:300;
  letter-spacing:.34em;
  text-transform:uppercase;
  color:var(--tc-muted);
}

.tc-header h2,
.tc-featured-copy h3,
.tc-list-header h3,
.tc-final h3{
  margin:0;
  color:var(--tc-ink);
  font-family:"Italiana",Georgia,serif!important;
  font-weight:400!important;
  letter-spacing:-.045em;
}

.tc-header h2{
  font-size:clamp(72px,10vw,150px);
  line-height:.86;
}

.tc-script{
  margin-top:-12px;
  color:var(--tc-script);
  font-family:"Pinyon Script",cursive;
  font-size:clamp(62px,9vw,135px);
  line-height:.78;
}

.tc-intro{
  max-width:720px;
  margin:42px auto 0;
  color:var(--tc-muted);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(20px,2vw,27px);
  font-style:italic;
  line-height:1.55;
}

.tc-featured{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:clamp(45px,7vw,110px);
  align-items:center;
  max-width:1380px;
  margin:0 auto;
  padding:0 clamp(20px,5vw,80px) 130px;
}

.tc-featured-image img{
  width:100%;
  height:720px;
  display:block;
  object-fit:cover;
}

.tc-featured-copy h3{
  font-size:clamp(54px,6vw,95px);
  line-height:.94;
}

.tc-subtitle{
  margin:22px 0 0;
  color:var(--tc-script);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:27px;
  font-style:italic;
}

.tc-description{
  max-width:560px;
  margin:28px 0 34px;
  color:var(--tc-muted);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:21px;
  line-height:1.55;
}

.tc-meta-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1px;
  margin-bottom:34px;
  border:1px solid var(--tc-line);
  background:var(--tc-line);
}

.tc-meta-grid div{
  padding:20px;
  background:var(--tc-paper);
}

.tc-meta-grid span{
  display:block;
  margin-bottom:8px;
  color:var(--tc-muted);
  font-family:"Montserrat",sans-serif;
  font-size:9px;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.tc-meta-grid strong{
  color:var(--tc-ink);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:22px;
  font-weight:400;
}

.tc-dark-btn,
.tc-light-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:230px;
  height:52px;
  padding:0 28px;
  border-radius:14px;
  text-decoration:none!important;
  font-family:"Montserrat",sans-serif;
  font-size:10px;
  letter-spacing:.22em;
  text-transform:uppercase;
  transition:.3s ease;
}

.tc-dark-btn{
  background:var(--tc-ink);
  border:1px solid var(--tc-ink);
  color:#fff!important;
}

.tc-dark-btn:hover{
  background:transparent;
  color:var(--tc-ink)!important;
}

.tc-list{
  padding:120px clamp(20px,5vw,80px);
  background:var(--tc-paper);
}

.tc-list-header{
  max-width:900px;
  margin:0 auto 70px;
  text-align:center;
}

.tc-list-header h3{
  font-size:clamp(54px,7vw,100px);
  line-height:.92;
}

.tc-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:clamp(20px,3vw,42px);
  max-width:1380px;
  margin:0 auto;
  align-items:start;
}

.tc-card:nth-child(3n+2){
  margin-top:70px;
}

.tc-card-image{
  position:relative;
  overflow:hidden;
  background:#d7cec5;
}

.tc-card-image img{
  width:100%;
  height:520px;
  display:block;
  object-fit:cover;
  transition:transform .8s ease;
}

.tc-card:nth-child(3n+2) .tc-card-image img{
  height:450px;
}

.tc-card:hover img{
  transform:scale(1.035);
}

.tc-number{
  position:absolute;
  top:18px;
  left:18px;
  z-index:2;
  color:#fff;
  font-family:"Montserrat",sans-serif;
  font-size:10px;
  letter-spacing:.2em;
  text-shadow:0 1px 8px rgba(0,0,0,.35);
}

.tc-card-copy{
  padding:20px 2px 8px;
}

.tc-card-copy h3{
  margin:0 0 13px;
  color:var(--tc-ink);
  font-family:"Italiana",Georgia,serif!important;
  font-size:clamp(31px,3vw,46px);
  font-weight:400!important;
  line-height:1;
}

.tc-card-subtitle{
  margin:0 0 16px;
  color:var(--tc-script);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:20px;
  font-style:italic;
}

.tc-card-desc{
  margin:0 0 20px;
  color:var(--tc-muted);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:18px;
  line-height:1.45;
}

.tc-card-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:20px;
}

.tc-card-meta span{
  border:1px solid var(--tc-line);
  border-radius:999px;
  padding:8px 13px;
  color:var(--tc-muted);
  font-family:"Montserrat",sans-serif;
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.tc-text-link{
  color:var(--tc-ink)!important;
  text-decoration:none!important;
  border-bottom:1px solid var(--tc-ink);
  padding-bottom:4px;
  font-family:"Montserrat",sans-serif;
  font-size:10px;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.tc-final{
  min-height:76vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:120px 24px;
  background:#070707;
  color:#fff;
  text-align:center;
}

.tc-final h3{
  max-width:1000px;
  margin:0 auto;
  color:#fff;
  font-size:clamp(58px,8vw,120px);
  line-height:.9;
}

.tc-final .tc-script{
  color:rgba(255,255,255,.72);
}

.tc-final .tc-kicker{
  color:rgba(255,255,255,.72);
}

.tc-light-btn{
  margin-top:38px;
  background:#fff;
  border:1px solid #fff;
  color:var(--tc-ink)!important;
}

.tc-light-btn:hover{
  background:transparent;
  color:#fff!important;
}

.tc-reveal{
  opacity:0;
  transform:translateY(28px);
  transition:
    opacity .85s ease var(--tc-delay,0ms),
    transform .85s ease var(--tc-delay,0ms);
}

.tc-reveal.is-visible{
  opacity:1;
  transform:none;
}

@media(max-width:980px){
  .tc-featured{
    grid-template-columns:1fr;
  }

  .tc-featured-image img{
    height:620px;
  }

  .tc-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .tc-card:nth-child(3n+2){
    margin-top:0;
  }

  .tc-card:nth-child(even){
    margin-top:45px;
  }
}

@media(max-width:620px){
  .tc-header{
    padding-top:100px;
  }

  .tc-featured-image img{
    height:520px;
  }

  .tc-meta-grid{
    grid-template-columns:1fr;
  }

  .tc-grid{
    display:block;
  }

  .tc-card,
  .tc-card:nth-child(even){
    margin:0 0 48px;
  }

  .tc-card-image img,
  .tc-card:nth-child(3n+2) .tc-card-image img{
    height:500px;
  }
}
