.stl {
  background: #F4E8D7;
  padding: 48px 0 64px;
  position: relative;
}

@media (min-width: 900px) {
  .stl { padding: 64px 0 128px; }
}

.stl__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (min-width: 900px) { .stl__inner { padding: 0 48px; } }

.stl__header {
  max-width: 760px;
  margin: 0 0 32px;
}

@media (min-width: 900px) {
  .stl__header { margin-bottom: 64px; }
}

.stl__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4A3F38;
}

.stl__eyebrow-num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: #C63A22;
  text-transform: none;
}

.stl__eyebrow-divider {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #2A1F1A;
  opacity: 0.4;
}

.stl__heading {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #2A1F1A;
  margin: 0;
}

.stl__highlight em { font-style: italic; font-weight: 500; }

.stl__grid-wrap { position: relative; }

.stl__grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stl__swipe-hint { display: none; }

@media (min-width: 900px) {
  .stl__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

.stl__look {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@media (min-width: 900px) {
  .stl__look:hover { transform: translateY(-4px) rotate(-0.2deg); }
}

.stl__look-image {
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 14px;
  background: #FFFFFF;
}

@media (min-width: 900px) {
  .stl__look-image {
    aspect-ratio: 4 / 5;
    margin-bottom: 18px;
  }
}

.stl__look-image img,
.stl__look-image > svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.stl__look:hover .stl__look-image img {
  transform: scale(1.05);
}

.stl__look-text { padding: 0 4px; }

.stl__look-kicker {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #B4341E;
  display: block;
  margin-bottom: 10px;
}

.stl__look-label {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #2A1F1A;
  margin: 0 0 6px;
}

.stl__look-label em { font-style: italic; }

.stl__look-subtitle {
  margin: 0 0 16px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 16px;
  color: #2A1F1A;
}

.stl__look-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2A1F1A;
  border-bottom: 1px solid #2A1F1A;
  padding-bottom: 3px;
  transition: color 0.2s ease, border-color 0.2s ease, gap 0.2s ease;
}

.stl__look:hover .stl__look-cta {
  color: #C63A22;
  border-color: #C63A22;
  gap: 12px;
}
