@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-258 .tc-wp-content-root img, .wpc-scope-258 .tc-wp-content-root video, .wpc-scope-258 .tc-wp-content-root svg, .wpc-scope-258 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #18202b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial, .wpc-scope-258 .tc-wp-content-root .stussy-font-editorial div, .wpc-scope-258 .tc-wp-content-root .stussy-font-editorial section, .wpc-scope-258 .tc-wp-content-root .stussy-font-editorial article{
  box-sizing: border-box;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__section{
  position: relative;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__section--white{
  background: #ffffff;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__section--soft{
  background:
    radial-gradient(circle at top left, rgba(255, 91, 94, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfaf7 0%, #f6f2ec 100%);
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 91, 94, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 91, 94, 0.1), rgba(255, 180, 71, 0.12));
  color: #9a2d2f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__header h2{
  margin: 0;
  color: #171b22;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__header p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #596270;
  font-weight: 450;
  line-height: 1.72;
  letter-spacing: 0;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__card, .wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__benefit, .wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__step{
  position: relative;
  height: 100%;
  border: 1px solid rgba(24, 32, 43, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(26, 31, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__card{
  border-radius: 8px;
  overflow: hidden;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__card::before, .wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__benefit::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #ff4f5a, #ffb23f, #20b7a8);
  opacity: 0.9;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__card:hover, .wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__benefit:hover, .wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__step:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 91, 94, 0.25);
  box-shadow: 0 24px 70px rgba(26, 31, 42, 0.13);
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__icon{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff4f5a, #ffb23f);
  box-shadow: 0 12px 24px rgba(255, 91, 94, 0.22);
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__icon::after{
  content: "";
  position: absolute;
  left: 13px;
  top: 12px;
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transition: transform 220ms ease;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__card:hover .stussy-font-editorial__icon::after{
  transform: translateX(3px) rotate(45deg);
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__card h3, .wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__benefit h3, .wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__step h3{
  margin: 0;
  color: #1a2029;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__card p, .wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__benefit p, .wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__step p{
  margin: 12px 0 0;
  color: #5f6875;
  font-weight: 440;
  line-height: 1.68;
  letter-spacing: 0;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__step{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 242, 0.96)),
    #ffffff;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: linear-gradient(135deg, #171b22, #2d3644);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(24, 32, 43, 0.2);
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__card--use{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 247, 0.96)),
    #ffffff;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__badge{
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(32, 183, 168, 0.1);
  color: #0d756c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__benefit{
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__benefit-mark{
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 79, 90, 0.14), rgba(32, 183, 168, 0.16));
  position: relative;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__benefit-mark::after{
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 12px;
  height: 18px;
  border-right: 3px solid #18a094;
  border-bottom: 3px solid #18a094;
  transform: rotate(40deg);
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-258 .tc-wp-content-root .stussy-font-editorial__reveal.stussy-font-editorial__is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .stussy-font-editorial__section{
    padding: 52px 0;
  }.tc-wp-content-root .stussy-font-editorial__container{
    padding: 0 14px;
  }.tc-wp-content-root .stussy-font-editorial__header h2{
    font-size: 26px;
  }.tc-wp-content-root .stussy-font-editorial__header p{
    font-size: 14px;
  }.tc-wp-content-root .stussy-font-editorial__grid, .tc-wp-content-root .stussy-font-editorial__steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .stussy-font-editorial__grid--three, .tc-wp-content-root .stussy-font-editorial__grid--benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .stussy-font-editorial__card, .tc-wp-content-root .stussy-font-editorial__benefit{
    padding: 22px;
  }.tc-wp-content-root .stussy-font-editorial__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .stussy-font-editorial__step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .stussy-font-editorial__card h3, .tc-wp-content-root .stussy-font-editorial__benefit h3, .tc-wp-content-root .stussy-font-editorial__step h3{
    font-size: 18px;
  }.tc-wp-content-root .stussy-font-editorial__card p, .tc-wp-content-root .stussy-font-editorial__benefit p, .tc-wp-content-root .stussy-font-editorial__step p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .stussy-font-editorial__section{
    padding: 58px 0;
  }.tc-wp-content-root .stussy-font-editorial__container{
    padding: 0 18px;
  }.tc-wp-content-root .stussy-font-editorial__header h2{
    font-size: 29px;
  }.tc-wp-content-root .stussy-font-editorial__header p{
    font-size: 15px;
  }.tc-wp-content-root .stussy-font-editorial__grid, .tc-wp-content-root .stussy-font-editorial__steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .stussy-font-editorial__grid--three, .tc-wp-content-root .stussy-font-editorial__grid--benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .stussy-font-editorial__card, .tc-wp-content-root .stussy-font-editorial__benefit{
    padding: 24px;
  }.tc-wp-content-root .stussy-font-editorial__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .stussy-font-editorial__step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .stussy-font-editorial__card h3, .tc-wp-content-root .stussy-font-editorial__benefit h3, .tc-wp-content-root .stussy-font-editorial__step h3{
    font-size: 19px;
  }.tc-wp-content-root .stussy-font-editorial__card p, .tc-wp-content-root .stussy-font-editorial__benefit p, .tc-wp-content-root .stussy-font-editorial__step p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .stussy-font-editorial__section{
    padding: 64px 0;
  }.tc-wp-content-root .stussy-font-editorial__container{
    padding: 0 22px;
  }.tc-wp-content-root .stussy-font-editorial__header h2{
    font-size: 32px;
  }.tc-wp-content-root .stussy-font-editorial__header p{
    font-size: 16px;
  }.tc-wp-content-root .stussy-font-editorial__grid, .tc-wp-content-root .stussy-font-editorial__steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .stussy-font-editorial__grid--three, .tc-wp-content-root .stussy-font-editorial__grid--benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .stussy-font-editorial__card, .tc-wp-content-root .stussy-font-editorial__benefit{
    padding: 26px;
  }.tc-wp-content-root .stussy-font-editorial__step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .stussy-font-editorial__step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }.tc-wp-content-root .stussy-font-editorial__card h3, .tc-wp-content-root .stussy-font-editorial__benefit h3, .tc-wp-content-root .stussy-font-editorial__step h3{
    font-size: 20px;
  }.tc-wp-content-root .stussy-font-editorial__card p, .tc-wp-content-root .stussy-font-editorial__benefit p, .tc-wp-content-root .stussy-font-editorial__step p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .stussy-font-editorial__section{
    padding: 78px 0;
  }.tc-wp-content-root .stussy-font-editorial__container{
    padding: 0 30px;
  }.tc-wp-content-root .stussy-font-editorial__header h2{
    font-size: 38px;
  }.tc-wp-content-root .stussy-font-editorial__header p{
    font-size: 17px;
  }.tc-wp-content-root .stussy-font-editorial__grid, .tc-wp-content-root .stussy-font-editorial__steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .stussy-font-editorial__grid--three, .tc-wp-content-root .stussy-font-editorial__grid--benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .stussy-font-editorial__card, .tc-wp-content-root .stussy-font-editorial__benefit{
    padding: 28px;
  }.tc-wp-content-root .stussy-font-editorial__step{
    grid-template-columns: 76px 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .stussy-font-editorial__step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }.tc-wp-content-root .stussy-font-editorial__card h3, .tc-wp-content-root .stussy-font-editorial__benefit h3, .tc-wp-content-root .stussy-font-editorial__step h3{
    font-size: 21px;
  }.tc-wp-content-root .stussy-font-editorial__card p, .tc-wp-content-root .stussy-font-editorial__benefit p, .tc-wp-content-root .stussy-font-editorial__step p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .stussy-font-editorial__section{
    padding: 94px 0;
  }.tc-wp-content-root .stussy-font-editorial__container{
    padding: 0 32px;
  }.tc-wp-content-root .stussy-font-editorial__header h2{
    font-size: 44px;
  }.tc-wp-content-root .stussy-font-editorial__header p{
    font-size: 17px;
  }.tc-wp-content-root .stussy-font-editorial__grid, .tc-wp-content-root .stussy-font-editorial__steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .stussy-font-editorial__grid--three, .tc-wp-content-root .stussy-font-editorial__grid--benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .stussy-font-editorial__card, .tc-wp-content-root .stussy-font-editorial__benefit{
    padding: 30px;
  }.tc-wp-content-root .stussy-font-editorial__step{
    grid-template-columns: 92px 1fr;
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .stussy-font-editorial__step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }.tc-wp-content-root .stussy-font-editorial__card h3, .tc-wp-content-root .stussy-font-editorial__benefit h3, .tc-wp-content-root .stussy-font-editorial__step h3{
    font-size: 21px;
  }.tc-wp-content-root .stussy-font-editorial__card p, .tc-wp-content-root .stussy-font-editorial__benefit p, .tc-wp-content-root .stussy-font-editorial__step p{
    font-size: 16px;
  }}.wpc-scope-258 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .stussy-font-editorial__step-content{}