.phase5-home,
.phase5-followed-feed {
  margin-top: clamp(2.5rem, 6vw, 5rem);
}

.phase5-section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.phase5-section-head span {
  color: #a63743;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.phase5-section-head h2 {
  margin: .3rem 0 0;
  color: var(--ink, #171316);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.phase5-section-head p {
  max-width: 46rem;
  margin: .45rem 0 0;
  color: var(--muted, #6d6266);
}

.phase5-collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.phase5-collection-card {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  border-radius: 1.45rem;
  color: #fff;
  box-shadow: 0 18px 44px rgba(52, 26, 30, .13);
  text-decoration: none;
  isolation: isolate;
}

.phase5-collection-media,
.phase5-collection-shade {
  position: absolute;
  inset: 0;
}

.phase5-collection-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .58;
  transition: transform .3s ease;
}

.phase5-collection-shade {
  background: linear-gradient(180deg, rgba(20, 10, 13, .08), rgba(20, 10, 13, .82));
}

.phase5-collection-copy {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  padding: clamp(1.3rem, 4vw, 2rem);
}

.phase5-collection-copy > span {
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.phase5-collection-copy h3 {
  margin: .45rem 0;
  color: inherit;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
}

.phase5-collection-copy p {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, .86);
}

.phase5-collection-copy div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.1rem;
}

.phase5-collection-copy em { font-style: normal; font-weight: 800; }
.phase5-collection-card:hover img { transform: scale(1.035); }

.phase5-collection-page {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding-top: 1rem;
}

.phase5-back {
  width: fit-content;
  color: #8f2f3a;
  font-weight: 800;
  text-decoration: none;
}

.phase5-collection-hero {
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border-radius: 1.6rem;
  color: #fff;
  box-shadow: 0 20px 54px rgba(52, 26, 30, .14);
}

.phase5-collection-hero > span {
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.phase5-collection-hero h1 {
  margin: .45rem 0;
  color: inherit;
  font-size: clamp(2rem, 6vw, 4.3rem);
}

.phase5-collection-hero p {
  max-width: 44rem;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, .86);
  font-size: 1.05rem;
}

.phase5-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.phase5-product-card {
  overflow: hidden;
  border: 1px solid rgba(76, 43, 47, .12);
  border-radius: 1.2rem;
  background: #fff;
  color: inherit;
  box-shadow: 0 10px 30px rgba(61, 37, 39, .07);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.phase5-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(61, 37, 39, .12);
}

.phase5-product-media { aspect-ratio: 4 / 3; overflow: hidden; }
.phase5-product-media img { width: 100%; height: 100%; object-fit: cover; }
.phase5-product-copy { display: grid; gap: .65rem; padding: 1rem; }
.phase5-product-copy h3 { margin: 0; font-size: 1rem; }
.phase5-product-copy p { margin: .25rem 0 0; color: var(--muted, #6d6266); font-size: .82rem; }
.phase5-product-copy strong { color: #9f3340; }
.phase5-product-copy > span { width: fit-content; padding: .22rem .5rem; border-radius: 999px; background: #f7f3f1; color: #65575b; font-size: .72rem; }

.phase5-followed-feed {
  padding-top: 2rem;
  border-top: 1px solid rgba(76, 43, 47, .12);
}

.phase5-activity-list { display: grid; gap: .75rem; }
.phase5-activity-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(76, 43, 47, .12);
  border-radius: 1rem;
  background: #fff;
}
.phase5-activity-mark { display: grid; width: 2.9rem; height: 2.9rem; place-items: center; border-radius: .9rem; background: linear-gradient(135deg, #a63b47, #168b82); color: #fff; font-weight: 900; }
.phase5-activity-card small { color: #987176; }
.phase5-activity-card h3 { margin: .18rem 0; font-size: 1rem; }
.phase5-activity-card p { margin: 0; color: var(--muted, #6d6266); font-size: .84rem; }
.phase5-empty { padding: 2rem; border: 1px dashed rgba(76, 43, 47, .22); border-radius: 1.1rem; background: #fffaf8; color: var(--muted, #6d6266); text-align: center; }

@media (max-width: 920px) {
  .phase5-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .phase5-collection-grid,
  .phase5-product-grid { grid-template-columns: 1fr; }
  .phase5-collection-card { min-height: 19rem; }
  .phase5-activity-card { grid-template-columns: auto minmax(0, 1fr); }
  .phase5-activity-card .btn { grid-column: 1 / -1; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .phase5-collection-media img,
  .phase5-product-card { transition: none; }
}
