+ {/* Top section - feature content (fixed position from top) */}
+
+
+
{feature().title}
+ {feature().tag && (
+
+ {feature().tag}
+
+ )}
+
+
{feature().description}
+
+
+ {/* Spacer to push buttons to bottom */}
+
+
+ {/* Bottom section - buttons and indicators (fixed position) */}
+
+
+ {isLast() ? (
+
+ ) : (
+
+ )}
+
+
+ {total > 1 && (
+
+ {release.features.map((_, i) => (
+
+ ))}
+
+ )}
+
+
+
+ {/* Right side - Media content (edge to edge) */}
+ {feature().media && (
+