.ss-tshirt-landing {
  --ss-pink: #e6005c;
  --ss-pink-dark: #be004b;
  --ss-ink: #171317;
  --ss-muted: #665f64;
  --ss-soft: #fff1f6;
  --ss-border: rgba(230, 0, 92, .16);
  max-width: 1180px;
  margin: 38px auto 72px;
  padding: 0 20px;
  color: var(--ss-ink);
}

.ss-tshirt-landing *,
.ss-tshirt-landing *::before,
.ss-tshirt-landing *::after { box-sizing: border-box; }

.ss-tshirt-landing h1,
.ss-tshirt-landing h2,
.ss-tshirt-landing h3,
.ss-tshirt-landing p { margin-top: 0; }

.ss-tshirt-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--ss-border);
  border-radius: 30px;
  background: linear-gradient(135deg, #fff 0%, #fff5f8 58%, #ffe4ee 100%);
  box-shadow: 0 22px 54px rgba(117, 31, 65, .13);
}

.ss-tshirt-hero__content {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(38px, 6vw, 76px);
}

.ss-tshirt-eyebrow {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--ss-pink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ss-tshirt-hero h1 {
  max-width: 650px;
  margin-bottom: 20px;
  color: var(--ss-ink);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 850;
  line-height: 1.03;
  letter-spacing: -.045em;
}

.ss-tshirt-hero__lead {
  max-width: 630px;
  margin-bottom: 28px;
  color: var(--ss-muted);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.65;
}

.ss-tshirt-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.ss-tshirt-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ss-tshirt-button:hover { transform: translateY(-2px); text-decoration: none; }

.ss-tshirt-button--primary {
  background: linear-gradient(90deg, var(--ss-pink), #ff3a84);
  box-shadow: 0 11px 26px rgba(230, 0, 92, .26);
  color: #fff;
}

.ss-tshirt-button--primary:hover { box-shadow: 0 15px 32px rgba(230, 0, 92, .34); color: #fff; }

.ss-tshirt-button--secondary { border-color: rgba(23, 19, 23, .15); background: #fff; color: var(--ss-ink); }
.ss-tshirt-button--secondary:hover { border-color: var(--ss-pink); color: var(--ss-pink); }

.ss-tshirt-facts {
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.ss-tshirt-facts li { display: flex; flex-direction: column; gap: 2px; }
.ss-tshirt-facts strong { color: var(--ss-ink); font-size: 15px; }
.ss-tshirt-facts span { color: var(--ss-muted); font-size: 12px; }

.ss-tshirt-hero__visual {
  position: relative;
  display: flex;
  min-height: 420px;
  align-items: center;
  justify-content: center;
  padding: 35px 35px 35px 0;
}

.ss-tshirt-hero__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 470px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(48, 22, 33, .18));
  mix-blend-mode: multiply;
}

.ss-tshirt-hero__tag {
  position: absolute;
  z-index: 2;
  right: 9%;
  bottom: 13%;
  padding: 10px 15px;
  border: 1px solid rgba(230, 0, 92, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 22px rgba(80, 30, 50, .12);
  color: var(--ss-pink-dark);
  font-size: 12px;
  font-weight: 800;
}

.ss-tshirt-section { margin-top: 74px; }
.ss-tshirt-heading { max-width: 760px; margin: 0 auto 32px; text-align: center; }

.ss-tshirt-heading h2,
.ss-tshirt-copy h2,
.ss-tshirt-cta h2 {
  margin-bottom: 14px;
  color: var(--ss-ink);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.ss-tshirt-heading p,
.ss-tshirt-copy p { color: var(--ss-muted); font-size: 16px; line-height: 1.7; }

.ss-tshirt-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ss-tshirt-product {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(23, 19, 23, .09);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(64, 38, 48, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.ss-tshirt-product:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(64, 38, 48, .13); }

.ss-tshirt-product__image {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(145deg, #fff7fa, #f7f5f6);
}

.ss-tshirt-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .25s ease;
}

.ss-tshirt-product:hover .ss-tshirt-product__image img { transform: scale(1.035); }
.ss-tshirt-product__body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.ss-tshirt-product h3 { margin-bottom: 10px; font-size: 19px; font-weight: 800; line-height: 1.3; }
.ss-tshirt-product h3 a { color: var(--ss-ink); text-decoration: none; }

.ss-tshirt-product__body > p {
  display: -webkit-box;
  min-height: 63px;
  margin-bottom: 18px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--ss-muted);
  font-size: 13px;
  line-height: 1.6;
}

.ss-tshirt-product__price { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: auto; }
.ss-tshirt-product__price span { color: var(--ss-muted); font-size: 12px; }
.ss-tshirt-product__price strong { color: var(--ss-pink); font-size: 22px; white-space: nowrap; }
.ss-tshirt-product small { margin: 6px 0 15px; color: #877d82; font-size: 10px; line-height: 1.4; }
.ss-tshirt-product__link { color: var(--ss-ink); font-size: 14px; font-weight: 800; text-decoration: none; }
.ss-tshirt-product__link span { color: var(--ss-pink); transition: margin-left .18s ease; }
.ss-tshirt-product__link:hover { color: var(--ss-pink); text-decoration: none; }
.ss-tshirt-product__link:hover span { margin-left: 4px; }

.ss-tshirt-how { padding: clamp(32px, 5vw, 58px); border-radius: 28px; background: var(--ss-soft); }
.ss-tshirt-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }

.ss-tshirt-steps li {
  display: flex;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--ss-border);
  border-radius: 18px;
  background: #fff;
}

.ss-tshirt-steps li > span {
  display: flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ss-pink);
  color: #fff;
  font-size: 17px;
  font-weight: 850;
}

.ss-tshirt-steps h3 { margin-bottom: 7px; font-size: 18px; font-weight: 800; }
.ss-tshirt-steps p { margin-bottom: 0; color: var(--ss-muted); font-size: 14px; line-height: 1.55; }

.ss-tshirt-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  padding: clamp(34px, 6vw, 66px);
  border: 1px solid rgba(23, 19, 23, .08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(64, 38, 48, .07);
}

.ss-tshirt-checks { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }

.ss-tshirt-checks li {
  position: relative;
  padding: 13px 14px 13px 46px;
  border-radius: 14px;
  background: var(--ss-soft);
  color: var(--ss-ink);
  font-size: 14px;
  font-weight: 700;
}

.ss-tshirt-checks li::before {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--ss-pink);
  color: #fff;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}

.ss-tshirt-faq__list { max-width: 880px; margin: 0 auto; }
.ss-tshirt-faq details { margin-bottom: 12px; border: 1px solid rgba(23, 19, 23, .1); border-radius: 16px; background: #fff; }

.ss-tshirt-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 19px 22px;
  cursor: pointer;
  color: var(--ss-ink);
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

.ss-tshirt-faq summary::-webkit-details-marker { display: none; }
.ss-tshirt-faq summary span { color: var(--ss-pink); font-size: 24px; font-weight: 400; transition: transform .18s ease; }
.ss-tshirt-faq details[open] summary span { transform: rotate(45deg); }
.ss-tshirt-faq details p { margin: 0; padding: 0 22px 21px; color: var(--ss-muted); font-size: 14px; line-height: 1.7; }

.ss-tshirt-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 74px;
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(115deg, #c90050, #f12676 62%, #ff699d);
  box-shadow: 0 18px 44px rgba(190, 0, 75, .22);
  color: #fff;
}

.ss-tshirt-cta .ss-tshirt-eyebrow,
.ss-tshirt-cta h2,
.ss-tshirt-cta p { color: #fff; }
.ss-tshirt-cta h2 { margin-bottom: 8px; }
.ss-tshirt-cta p { margin-bottom: 0; font-size: 16px; }
.ss-tshirt-button--light { background: #fff; color: var(--ss-pink-dark); }
.ss-tshirt-button--light:hover { color: var(--ss-pink-dark); }
.ss-tshirt-button--outline { border-color: rgba(255, 255, 255, .7); color: #fff; }
.ss-tshirt-button--outline:hover { border-color: #fff; color: #fff; }

@media (max-width: 991px) {
  .ss-tshirt-hero { grid-template-columns: 1fr; }
  .ss-tshirt-hero__content { padding-bottom: 20px; }
  .ss-tshirt-hero__visual { min-height: 350px; padding: 0 30px 25px; }
  .ss-tshirt-hero__visual img { width: min(72vw, 430px); }
  .ss-tshirt-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ss-tshirt-steps { grid-template-columns: 1fr; }
  .ss-tshirt-copy { grid-template-columns: 1fr; }
  .ss-tshirt-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 575px) {
  .ss-tshirt-landing { margin-top: 20px; padding: 0 12px; }
  .ss-tshirt-hero { border-radius: 22px; }
  .ss-tshirt-hero__content { padding: 34px 22px 10px; }
  .ss-tshirt-hero h1 { font-size: 38px; }
  .ss-tshirt-actions, .ss-tshirt-button { width: 100%; }
  .ss-tshirt-facts { gap: 14px; justify-content: space-between; }
  .ss-tshirt-hero__visual { min-height: 290px; padding: 0 15px 18px; }
  .ss-tshirt-hero__tag { right: 7%; bottom: 9%; }
  .ss-tshirt-section, .ss-tshirt-cta { margin-top: 52px; }
  .ss-tshirt-products { grid-template-columns: 1fr; }
  .ss-tshirt-product { max-width: 390px; margin: 0 auto; }
  .ss-tshirt-how, .ss-tshirt-copy, .ss-tshirt-cta { padding: 28px 20px; border-radius: 22px; }
  .ss-tshirt-steps li { padding: 19px; }
  .ss-tshirt-faq summary { padding: 17px; font-size: 15px; }
  .ss-tshirt-faq details p { padding: 0 17px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .ss-tshirt-landing *,
  .ss-tshirt-landing *::before,
  .ss-tshirt-landing *::after { scroll-behavior: auto; transition: none; }
}
