/* Site-specific styles on top of the Hyperspace template */

/* Portfolio project list */
.portfolio-list {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin-top: 2rem;
}

.portfolio-entry {
	border-top: 2px solid rgba(255, 255, 255, 0.15);
	padding-top: 2rem;
}

/* Responsive 16:9 video embed */
.video-embed {
	position: relative;
	margin: 1.5rem 0;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* About section layout */
.about-layout {
	display: flex;
	gap: 2.5rem;
	align-items: flex-start;
	flex-wrap: wrap;
}

.about-layout > img {
	width: 220px;
	border-radius: 4px;
	flex-shrink: 0;
}

.about-layout .actions {
	margin-top: 2rem;
}
