/*
Theme Name: Samomike Gutenberg
Theme URI: https://samomike.live/
Author: Samomike
Description: Lightweight Gutenberg theme for the Samomike site.
Version: 1.1.4
Text Domain: samomike-gutenberg
*/

:root {
	--sam-bg: #050505;
	--sam-panel: #111;
	--sam-text: #fff;
	--sam-muted: #d9d9d9;
	--sam-blue: #147dff;
	--sam-pink: #ff2cb4;
	--sam-red: #ff243d;
	--sam-purple: #8f35ff;
	--sam-line: rgba(255, 255, 255, .14);
	--sam-color-line: rgba(255, 44, 180, .26);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--sam-bg);
	color: var(--sam-text);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
	overflow-x: hidden;
}

a {
	color: inherit;
}

img,
video {
	max-width: 100%;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(5, 5, 5, .9);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--sam-line);
}

.site-header-inner,
.site-footer-inner {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 76px;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.site-brand img {
	width: clamp(190px, 20vw, 300px);
	height: auto;
	display: block;
}

.site-nav ul {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav a {
	text-decoration: none;
	color: #f5f5f5;
	font-size: 15px;
	font-weight: 650;
}

.site-nav a:hover,
.site-nav .current-menu-item > a {
	color: var(--sam-blue);
}

.site-social {
	display: flex;
	align-items: center;
	gap: 13px;
}

.site-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	text-decoration: none;
	transform-origin: center;
	transition: transform .18s ease, filter .18s ease;
}

.site-social-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.site-social-link:hover {
	transform: scale(1.08);
	filter: brightness(1.12);
}

.site-main {
	min-height: 70vh;
}

.site-footer {
	background: #080808;
	border-top: 1px solid var(--sam-line);
	padding: 38px 0;
}

.site-footer-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #cfcfcf;
	font-size: 14px;
	text-align: center;
}

.samomike-page {
	background:
		linear-gradient(180deg, rgba(20, 125, 255, .05), transparent 520px),
		var(--sam-bg);
	color: var(--sam-text);
}

.sam-hero {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: #111;
}

.sam-hero img,
.sam-hero video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sam-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .78));
}

.sam-hero-phone {
	align-items: center;
	min-height: 650px;
	background:
		radial-gradient(circle at 74% 48%, rgba(20, 125, 255, .18), transparent 34%),
		linear-gradient(135deg, #070707 0%, #111 62%, #050505 100%);
}

.sam-hero-phone > img {
	inset: auto 22% auto auto;
	width: min(330px, 28vw);
	height: auto;
	aspect-ratio: 9 / 16;
	object-fit: cover;
	border: 12px solid #090909;
	border-radius: 34px;
	box-shadow:
		0 28px 80px rgba(0, 0, 0, .62),
		0 0 0 1px rgba(255, 255, 255, .18);
}

.sam-hero-phone::after {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .58) 46%, rgba(0, 0, 0, .16) 100%);
}

.sam-hero-phone .sam-hero-content {
	padding-bottom: 0;
}

.sam-hero-phone .sam-title {
	max-width: min(660px, 58%);
}

.sam-hero-phone .sam-subtitle {
	max-width: min(520px, 42%);
}

.sam-hero-album {
	align-items: center;
	min-height: 620px;
	background:
		radial-gradient(circle at 73% 45%, rgba(255, 44, 180, .16), transparent 34%),
		linear-gradient(135deg, #060606 0%, #101010 58%, #050505 100%);
}

.sam-hero-album > img {
	inset: auto 23% auto auto;
	width: min(420px, 34vw);
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 8px;
	box-shadow:
		0 28px 80px rgba(0, 0, 0, .58),
		0 0 0 12px rgba(255, 255, 255, .035);
	transform: rotate(-2deg);
}

.sam-hero-album::after {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .56) 48%, rgba(0, 0, 0, .18) 100%);
}

.sam-hero-album .sam-hero-content {
	padding-bottom: 0;
}

.sam-hero-album .sam-title {
	max-width: min(620px, 50%);
}

.sam-hero-album .sam-subtitle {
	max-width: min(500px, 40%);
}

.page-id-20 .sam-hero-album {
	min-height: 500px;
}

.page-id-20 .sam-hero-album > img {
	width: min(320px, 28vw);
}

.page-id-20 .sam-album-fan {
	position: absolute;
	top: 50%;
	right: clamp(90px, 16vw, 260px);
	z-index: 0;
	width: min(560px, 46vw);
	height: min(380px, 34vw);
	transform: translateY(-50%);
	pointer-events: none;
}

.page-id-20 .sam-album-fan img {
	position: absolute;
	inset: auto;
	top: 50%;
	left: 50%;
	width: min(270px, 50%);
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 8px;
	box-shadow:
		0 24px 64px rgba(0, 0, 0, .52),
		0 0 0 8px rgba(255, 255, 255, .035);
	opacity: var(--fan-opacity, .9);
	transform:
		translate(-50%, -50%)
		translate(var(--fan-x, 0), var(--fan-y, 0))
		rotate(var(--fan-rotate, 0deg))
		scale(var(--fan-scale, 1));
	transform-origin: 50% 92%;
	z-index: var(--fan-z, 1);
}

.page-id-20 .sam-album-fan img:nth-child(1) {
	--fan-x: -190px;
	--fan-y: 28px;
	--fan-rotate: -26deg;
	--fan-scale: .78;
	--fan-opacity: .78;
	--fan-z: 1;
}

.page-id-20 .sam-album-fan img:nth-child(2) {
	--fan-x: -130px;
	--fan-y: 4px;
	--fan-rotate: -18deg;
	--fan-scale: .84;
	--fan-opacity: .84;
	--fan-z: 2;
}

.page-id-20 .sam-album-fan img:nth-child(3) {
	--fan-x: -70px;
	--fan-y: -14px;
	--fan-rotate: -10deg;
	--fan-scale: .9;
	--fan-opacity: .9;
	--fan-z: 3;
}

.page-id-20 .sam-album-fan img:nth-child(4) {
	--fan-x: 0;
	--fan-y: -18px;
	--fan-rotate: -2deg;
	--fan-scale: .96;
	--fan-opacity: .96;
	--fan-z: 4;
}

.page-id-20 .sam-album-fan img:nth-child(5) {
	--fan-x: 72px;
	--fan-y: -4px;
	--fan-rotate: 9deg;
	--fan-scale: 1.02;
	--fan-opacity: 1;
	--fan-z: 5;
}

.page-id-20 .sam-album-fan img:nth-child(6) {
	--fan-x: 136px;
	--fan-y: 22px;
	--fan-rotate: 18deg;
	--fan-scale: 1.14;
	--fan-opacity: 1;
	--fan-z: 6;
}

.page-id-20 .sam-section {
	padding-top: 24px;
	padding-bottom: 32px;
}

.page-id-20 .sam-video-grid {
	gap: 20px;
}

.sam-music-bio {
	display: grid;
	grid-template-columns: minmax(250px, 390px) 1fr;
	gap: 44px;
	align-items: start;
}

.sam-music-lead {
	margin: 0;
	color: #f4f4f4;
	font-size: clamp(19px, 2.2vw, 25px);
	line-height: 1.5;
	font-weight: 640;
	text-align: justify;
	text-align-last: left;
	text-wrap: pretty;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.sam-music-note {
	margin: 22px 0 0;
	color: #d7d7d7;
	font-size: 17px;
	line-height: 1.75;
	text-align: justify;
	text-align-last: left;
	text-wrap: pretty;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.sam-artist-photos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 28px;
}

.sam-artist-photo {
	position: relative;
	margin: 0;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 8px;
	background: #0a0a0b;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .32);
}

.sam-artist-photo:nth-child(2) {
	margin-top: 34px;
}

.sam-artist-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	filter: saturate(1.04) contrast(1.04);
}

.sam-music-timeline {
	display: grid;
	gap: 14px;
}

.sam-music-step {
	position: relative;
	padding: 22px 24px 22px 30px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .022)),
		#0d0d0f;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(0, 0, 0, .24);
}

.sam-music-step::before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 0;
	width: 3px;
	background: linear-gradient(180deg, var(--sam-pink), var(--sam-blue));
	border-radius: 0 999px 999px 0;
}

.sam-music-date {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: 13px;
	font-weight: 820;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.sam-music-step p {
	margin: 0;
	color: #e6e6e6;
	font-size: 17px;
	line-height: 1.65;
	text-align: justify;
	text-align-last: left;
	text-wrap: pretty;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.sam-hero-content {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 0 0 58px;
}

.sam-kicker {
	display: none;
	margin: 0 0 14px;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	text-shadow:
		0 2px 12px rgba(0, 0, 0, .95),
		0 0 1px rgba(0, 0, 0, .8);
}

.sam-title {
	margin: 0;
	max-width: min(760px, 56%);
	font-size: clamp(42px, 7vw, 92px);
	line-height: .95;
	font-weight: 850;
}

.sam-subtitle {
	margin: 18px 0 0;
	max-width: min(520px, 36%);
	font-size: clamp(18px, 2.2vw, 27px);
	line-height: 1.35;
	color: #f1f1f1;
}

.home .sam-title {
	max-width: min(620px, 45%);
}

.home .sam-subtitle {
	max-width: min(430px, 33%);
}

.sam-section {
	padding: 74px 20px;
	background:
		radial-gradient(circle at 12% 18%, rgba(20, 125, 255, .08), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, .012), rgba(255, 44, 180, .025));
}

.sam-section-light {
	background:
		radial-gradient(circle at 84% 12%, rgba(255, 44, 180, .16), transparent 30%),
		linear-gradient(135deg, #0d0d10 0%, #111827 48%, #120914 100%);
	color: #fff;
}

.sam-section:nth-of-type(even):not(.sam-section-light) {
	background:
		radial-gradient(circle at 86% 18%, rgba(255, 36, 61, .08), transparent 30%),
		linear-gradient(180deg, rgba(143, 53, 255, .04), rgba(20, 125, 255, .025));
}

.sam-inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.sam-split {
	display: grid;
	grid-template-columns: minmax(240px, 420px) 1fr;
	gap: 48px;
	align-items: start;
}

.sam-heading {
	margin: 0 0 30px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.1;
	font-weight: 820;
	text-shadow: 0 0 28px rgba(20, 125, 255, .2);
}

.sam-heading.center {
	text-align: center;
}

.sam-copy {
	margin: 0;
	color: #e8e8e8;
	font-size: 19px;
	line-height: 1.75;
	text-align: justify;
	text-align-last: left;
	text-wrap: pretty;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.sam-section-light .sam-copy {
	color: #e7e7e7;
}

.sam-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.sam-tags span {
	border: 1px solid rgba(255, 44, 180, .32);
	border-radius: 999px;
	padding: 10px 14px;
	background: linear-gradient(135deg, rgba(255, 44, 180, .09), rgba(20, 125, 255, .08));
	font-size: 15px;
}

.sam-section-light .sam-tags span {
	border-color: rgba(20, 125, 255, .28);
	background: rgba(20, 125, 255, .08);
}

.sam-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.sam-card {
	background:
		linear-gradient(var(--sam-panel), var(--sam-panel)) padding-box,
		linear-gradient(135deg, rgba(255, 44, 180, .4), rgba(20, 125, 255, .35)) border-box;
	border: 1px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 18px 46px rgba(0, 0, 0, .22);
}

.sam-card-body {
	padding: 22px;
}

.sam-card h3 {
	margin: 0 0 8px;
	font-size: 22px;
}

.sam-card p {
	margin: 0;
	color: #d8d8d8;
	text-wrap: pretty;
}

.sam-video video,
.sam-video iframe {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
	background: #000;
	border: 0;
}

.sam-video-wide {
	max-width: 920px;
	margin: 34px auto 0;
}

.sam-video-wide iframe {
	aspect-ratio: 16 / 9;
}

.sam-video-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.sam-video-grid .sam-video-wide {
	max-width: none;
	margin: 0;
}

.sam-shorts-row {
	display: grid;
	grid-template-columns: repeat(6, minmax(150px, 1fr));
	gap: 16px;
}

.sam-podcast-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
}

.sam-podcast-grid .sam-video-wide {
	max-width: none;
	margin: 0;
}

.sam-spotify iframe {
	display: block;
	width: 100%;
	height: 352px;
	border: 0;
	border-radius: 8px;
	background: #121212;
}

.page-id-22 .sam-section {
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-id-22 .samomike-page > .sam-section:first-child {
	padding-top: 4px;
}

.page-id-22 .sam-section + .sam-section {
	padding-top: 0;
}

.page-id-22 .sam-heading {
	margin-bottom: 14px;
}

.sam-phone-showcase {
	display: flex;
	justify-content: center;
	margin-top: 46px;
}

.sam-phone-frame {
	position: relative;
	width: min(360px, 92vw);
	aspect-ratio: 9 / 16;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 34px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .04)),
		#090909;
	box-shadow: 0 26px 70px rgba(0, 0, 0, .48);
}

.sam-phone-frame::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 50%;
	width: 76px;
	height: 5px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .28);
	transform: translateX(-50%);
	z-index: 1;
}

.sam-phone-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 24px;
	background: #000;
}

.sam-audio-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.sam-audio {
	display: block;
	padding: 14px;
	background:
		radial-gradient(circle at 0 0, rgba(255, 44, 180, .16), transparent 38%),
		linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .02)),
		#0e0e0f;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 16px 44px rgba(0, 0, 0, .26);
}

.sam-audio-head {
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background:
		radial-gradient(circle at 20% 0, rgba(20, 125, 255, .18), transparent 46%),
		rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 8px;
	color: #fff;
}

.sam-audio-logo {
	width: 100%;
	height: 126px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.sam-audio-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .35));
	transform: scale(1.28);
}

.sam-audio-logo img[src*="radioisa"],
.sam-audio-logo img[src*="skyrock"],
.sam-audio-logo img[src*="toulouse-fm"],
.sam-audio-logo img[src*="vitamine"] {
	transform: scale(1.42);
}

.sam-audio audio {
	width: 100%;
	display: block;
	min-width: 0;
	margin-top: 16px;
	padding: 0;
	background: transparent;
	opacity: .82;
}

.sam-logo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	align-items: center;
}

.sam-logo {
	min-height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	padding: 22px;
	background:
		linear-gradient(145deg, #f2f3f6 0%, #d9dde4 52%, #f7f7f9 100%);
	box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
}

.sam-logo img {
	max-width: 100%;
	max-height: 132px;
	object-fit: contain;
	transform: scale(1.12);
}

.sam-cta {
	display: flex;
	justify-content: center;
	padding-top: 18px;
}

.sam-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 8px;
	background: var(--sam-blue);
	color: #fff;
	text-decoration: none;
	font-weight: 750;
}

@media (max-width: 920px) {
	.site-header-inner {
		align-items: center;
		flex-direction: column;
		padding: 14px 0;
		text-align: center;
	}

	.site-nav ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px 18px;
	}

	.site-social {
		justify-content: center;
		margin-top: 2px;
	}

	.sam-hero {
		min-height: 440px;
	}

	.sam-hero-phone {
		align-items: flex-end;
		min-height: 580px;
	}

	.sam-hero-album {
		align-items: flex-end;
		min-height: 560px;
	}

	.page-id-20 .sam-hero-album {
		min-height: 460px;
	}

	.sam-hero-phone > img {
		right: 92px;
		width: min(260px, 38vw);
		opacity: .72;
	}

	.sam-hero-album > img {
		right: 110px;
		width: min(300px, 42vw);
		opacity: .78;
	}

	.page-id-20 .sam-hero-album > img {
		width: min(260px, 38vw);
	}

	.page-id-20 .sam-album-fan {
		right: clamp(42px, 11vw, 125px);
		width: min(430px, 62vw);
		height: min(310px, 46vw);
		opacity: .94;
	}

	.page-id-20 .sam-album-fan img {
		width: min(224px, 55%);
	}

	.sam-title,
	.sam-subtitle {
		max-width: 620px;
	}

	.home .sam-title {
		max-width: min(620px, 62%);
	}

	.home .sam-subtitle {
		max-width: min(430px, 50%);
	}

	.sam-split {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.sam-music-bio {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.sam-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sam-shorts-row {
		overflow-x: auto;
		grid-template-columns: repeat(6, minmax(180px, 1fr));
		padding-bottom: 8px;
	}

	.sam-audio-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sam-logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.site-header {
		position: relative;
	}

	.site-header-inner {
		align-items: center;
		gap: 12px;
		padding: 14px 0 12px;
		text-align: center;
	}

	.site-brand,
	.site-nav,
	.site-social {
		width: 100%;
	}

	.site-brand {
		justify-content: center;
	}

	.site-brand img {
		width: min(230px, 72vw);
	}

	.site-nav ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px 13px;
	}

	.site-nav a {
		font-size: 13px;
		white-space: nowrap;
	}

	.site-social {
		justify-content: center;
		margin-top: 0;
	}

	.site-social-link {
		width: 34px;
		height: 34px;
	}

	.sam-section {
		padding: 50px 16px;
	}

	.sam-hero-content {
		width: calc(100% - 32px);
		padding-bottom: 38px;
	}

	.sam-title {
		font-size: clamp(34px, 10vw, 40px);
		line-height: 1;
		text-wrap: balance;
	}

	.sam-subtitle {
		font-size: clamp(18px, 5.4vw, 22px);
		line-height: 1.38;
	}

	.sam-hero-phone {
		min-height: 510px;
	}

	.sam-hero-album {
		min-height: 500px;
	}

	.sam-hero-phone > img {
		right: 50%;
		width: min(230px, 68vw);
		transform: translateX(50%);
		opacity: .5;
	}

	.sam-hero-album > img {
		right: 50%;
		width: min(280px, 72vw);
		transform: translateX(50%) rotate(-2deg);
		opacity: .42;
	}

	.page-id-20 .sam-hero-album {
		min-height: 460px;
	}

	.page-id-20 .sam-album-fan {
		top: 38%;
		right: 50%;
		width: min(340px, 88vw);
		height: min(260px, 64vw);
		opacity: .78;
		transform: translate(50%, -50%);
	}

	.page-id-20 .sam-album-fan img {
		width: min(175px, 52%);
		box-shadow:
			0 18px 42px rgba(0, 0, 0, .5),
			0 0 0 6px rgba(255, 255, 255, .03);
	}

	.sam-hero-phone .sam-title,
	.sam-hero-phone .sam-subtitle,
	.sam-hero-album .sam-title,
	.sam-hero-album .sam-subtitle {
		max-width: 100%;
	}

	.home .sam-title,
	.home .sam-subtitle {
		max-width: 100%;
	}

	.sam-grid,
	.sam-video-grid,
	.sam-podcast-grid,
	.sam-audio-list {
		grid-template-columns: 1fr;
	}

	.sam-shorts-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		overflow-x: visible;
		gap: 12px;
	}

	.sam-logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sam-logo {
		min-height: 132px;
	}

	.sam-copy {
		font-size: 17px;
		text-align: justify;
		text-align-last: left;
		-webkit-hyphens: auto;
		hyphens: auto;
	}

	.sam-music-step {
		padding: 20px 18px 20px 24px;
	}

	.sam-music-step p {
		font-size: 16px;
		text-align: justify;
		text-align-last: left;
		-webkit-hyphens: auto;
		hyphens: auto;
	}

	.sam-music-lead,
	.sam-music-note {
		text-align: justify;
		text-align-last: left;
		-webkit-hyphens: auto;
		hyphens: auto;
	}

	.sam-artist-photos {
		margin-top: 24px;
	}

	.sam-artist-photo:nth-child(2) {
		margin-top: 22px;
	}
}

@media (max-width: 360px) {
	.site-header-inner {
		align-items: center;
		width: min(100%, calc(100% - 24px));
	}

	.site-brand,
	.site-nav,
	.site-social {
		margin-inline: auto;
	}

	.site-nav ul {
		display: grid;
		grid-template-columns: repeat(2, max-content);
		justify-content: center;
		justify-items: center;
		gap: 8px 18px;
		width: max-content;
		max-width: 100%;
		margin-inline: auto;
	}
}
