.wearlaunch-layout {
  padding-bottom: 28px;
}

.wearlaunch-hero,
.wearlaunch-clusters,
.wearlaunch-rhythm,
.wearlaunch-tradeoffs,
.wearlaunch-bottom {
  margin-bottom: 24px;
}

.wearlaunch-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(290px, 0.8fr);
  gap: 18px;
  align-items: start;
}

.wearlaunch-hero-copy,
.hero-note-card,
.cluster-card,
.rhythm-step,
.tradeoff-card,
.aside-panel,
.bottom-card {
  background: #ffffff;
  border: 1px solid var(--color-border-subtle, #d9e0ea);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.wearlaunch-hero-copy {
  padding: 26px 24px 22px;
  position: relative;
  overflow: hidden;
}

.wearlaunch-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 10px;
  background: linear-gradient(90deg, #a3be8c 0%, #88c0d0 52%, #5e81ac 100%);
}

.wearlaunch-eyebrow,
.hero-note-kicker,
.cluster-label,
.aside-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--color-muted, #56657a);
}

.wearlaunch-title {
  margin: 0 0 16px;
  font-size: 2.08rem;
  line-height: 1.14;
  color: var(--color-ink, #182230);
}

.wearlaunch-intro {
  margin: 0 0 15px;
  font-size: 0.99rem;
  line-height: 1.78;
  color: var(--color-muted, #56657a);
}

.wearlaunch-intro:last-child {
  margin-bottom: 0;
}

.wearlaunch-intro a,
.aside-link-list a,
.bottom-links a,
.footer-links a {
  text-decoration: none;
}

.wearlaunch-intro a:hover,
.aside-link-list a:hover,
.bottom-links a:hover,
.footer-links a:hover {
  text-decoration: underline;
}

.wearlaunch-hero-notes {
  display: grid;
  gap: 14px;
}

.hero-note-card {
  padding: 18px 18px 17px;
}

.hero-note-card h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  line-height: 1.38;
  color: var(--color-ink, #182230);
}

.hero-note-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.66;
  color: var(--color-muted, #56657a);
}

.hero-note-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.hero-note-list li {
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid var(--color-border-subtle, #d9e0ea);
  font-size: 0.93rem;
  line-height: 1.55;
  color: var(--color-ink, #182230);
}

.wearlaunch-section-header {
  margin-bottom: 16px;
}

.wearlaunch-section-header.left-align {
  margin-bottom: 14px;
}

.wearlaunch-section-header h2 {
  margin: 0 0 10px;
  font-size: 1.64rem;
  color: var(--color-ink, #182230);
}

.wearlaunch-section-header p {
  margin: 0;
  max-width: 920px;
  font-size: 0.98rem;
  line-height: 1.72;
  color: var(--color-muted, #56657a);
}

.cluster-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.cluster-card {
  grid-column: span 4;
  padding: 19px 18px 17px;
  position: relative;
  overflow: hidden;
}

.cluster-card::after {
  content: "";
  position: absolute;
  right: -26px;
  top: -26px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(163, 190, 140, 0.16);
}

.cluster-featured {
  grid-column: span 6;
}

.cluster-featured::after {
  background: rgba(94, 129, 172, 0.14);
}

.cluster-card h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.32;
  color: var(--color-ink, #182230);
}

.cluster-card p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.74;
  color: var(--color-muted, #56657a);
}

.wearlaunch-rhythm {
  position: relative;
}

.wearlaunch-rhythm::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 112px;
  height: 1px;
  background: linear-gradient(90deg, rgba(163, 190, 140, 0.2) 0%, rgba(136, 192, 208, 0.22) 50%, rgba(94, 129, 172, 0.2) 100%);
}

.rhythm-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  position: relative;
}

.rhythm-step {
  padding: 18px 16px 16px;
  text-align: left;
  border-top: 4px solid #a3be8c;
}

.rhythm-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #eff7ec;
  color: var(--color-ink, #182230);
  font-size: 0.88rem;
  font-weight: 700;
}

.rhythm-step h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.42;
  color: var(--color-ink, #182230);
}

.rhythm-step p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.62;
  color: var(--color-muted, #56657a);
}

.wearlaunch-tradeoffs {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.82fr);
  gap: 18px;
  align-items: start;
}

.tradeoff-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tradeoff-card {
  padding: 18px 18px 16px;
}

.tradeoff-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.42;
  color: var(--color-ink, #182230);
}

.tradeoff-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.68;
  color: var(--color-muted, #56657a);
}

.tradeoff-aside {
  display: grid;
  gap: 14px;
}

.aside-panel {
  padding: 18px 18px 17px;
}

.aside-panel h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  line-height: 1.38;
  color: var(--color-ink, #182230);
}

.aside-panel p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.66;
  color: var(--color-muted, #56657a);
}

.aside-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.aside-link-list li a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid var(--color-border-subtle, #d9e0ea);
  color: var(--color-ink, #182230);
  font-size: 0.93rem;
  line-height: 1.5;
}

.wearlaunch-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
}

.bottom-card {
  padding: 20px 20px 18px;
}

.bottom-card-large {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.bottom-card h2 {
  margin: 0 0 10px;
  font-size: 1.34rem;
  color: var(--color-ink, #182230);
}

.bottom-card p {
  margin: 0 0 14px;
  font-size: 0.96rem;
  line-height: 1.74;
  color: var(--color-muted, #56657a);
}

.bottom-card p:last-of-type {
  margin-bottom: 0;
}

.bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.bottom-links a {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--color-border-subtle, #d9e0ea);
  background: #f4f7fb;
  color: var(--color-ink, #182230);
  font-weight: 700;
}

@media (max-width: 1180px) {
  .cluster-card {
    grid-column: span 6;
  }

  .tradeoff-stack {
    grid-template-columns: minmax(0, 1fr);
  }

  .rhythm-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .wearlaunch-hero,
  .wearlaunch-tradeoffs,
  .wearlaunch-bottom {
    grid-template-columns: minmax(0, 1fr);
  }

  .wearlaunch-title {
    font-size: 1.88rem;
  }

  .wearlaunch-rhythm::before {
    display: none;
  }
}

@media (max-width: 700px) {
  .cluster-card,
  .cluster-featured {
    grid-column: span 12;
  }

  .rhythm-strip {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .wearlaunch-hero-copy,
  .hero-note-card,
  .cluster-card,
  .rhythm-step,
  .tradeoff-card,
  .aside-panel,
  .bottom-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wearlaunch-title {
    font-size: 1.66rem;
  }

  .wearlaunch-section-header h2,
  .bottom-card h2 {
    font-size: 1.4rem;
  }

  .bottom-links a {
    width: 100%;
    justify-content: center;
  }
}
