/* AdJingles staging homepage redesign, approved direction, June 2026. */

:root {
	--adj-ink: #17120f;
	--adj-soft-ink: #4c403a;
	--adj-muted: #7b6f68;
	--adj-line: rgba(23, 18, 15, 0.13);
	--adj-paper: #fbf8f1;
	--adj-white: #fffdf8;
	--adj-warm: #f1e5d4;
	--adj-charcoal: #15110f;
	--adj-coral: #dd6244;
	--adj-gold: #dca94d;
	--adj-teal: #087e74;
	--adj-radius: 8px;
	--adj-max: 1180px;
	--adj-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "Segoe UI", Arial, sans-serif;
	--adj-display: ui-serif, Georgia, "Times New Roman", serif;
}

/* Codex launch QA: bring Contact into the AdJingles v5 visual system. */
body.page-id-15 {
	background: var(--adj-paper);
	color: var(--adj-ink);
	font-family: var(--adj-font);
}

body.page-id-15 .adj-contact-hero,
body.page-id-15 .adj-contact {
	background: var(--adj-paper) !important;
}

body.page-id-15 .adj-contact-hero {
	background:
		radial-gradient(circle at 80% 10%, rgba(221, 98, 68, 0.11), transparent 34%),
		linear-gradient(180deg, #fffdf8 0%, #fbf8f1 100%) !important;
	padding: clamp(92px, 10vw, 148px) 0 clamp(76px, 8vw, 118px) !important;
}

body.page-id-15 .adj-contact {
	padding: clamp(74px, 8vw, 118px) 0 clamp(96px, 10vw, 150px) !important;
}

body.page-id-15 .adj-contact-hero .et_pb_row,
body.page-id-15 .adj-contact .et_pb_row {
	align-items: center;
	display: grid !important;
	gap: clamp(44px, 7vw, 108px);
	grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1fr);
	max-width: var(--adj-max) !important;
	width: calc(100% - 64px) !important;
}

body.page-id-15 .adj-contact .et_pb_row {
	align-items: start;
}

body.page-id-15 .adj-contact-hero .et_pb_column,
body.page-id-15 .adj-contact .et_pb_column {
	margin: 0 !important;
	width: auto !important;
}

body.page-id-15 .adj-eyebrow {
	color: var(--adj-teal);
	font-family: var(--adj-font);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.1;
	margin: 0 0 22px;
	text-transform: uppercase;
}

body.page-id-15 .adj-page-copy h1,
body.page-id-15 .adj-contact-copy h2 {
	color: var(--adj-ink);
	font-family: var(--adj-display);
	font-weight: 760;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
	max-width: 9.5em;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

body.page-id-15 .adj-page-copy h1 {
	font-size: clamp(52px, 5.8vw, 76px);
	max-width: 10em;
}

body.page-id-15 .adj-contact-copy h2 {
	font-size: clamp(42px, 5vw, 62px);
}

body.page-id-15 .adj-page-copy p:not(.adj-eyebrow),
body.page-id-15 .adj-contact-copy p,
body.page-id-15 .adj-brief-sheet p,
body.page-id-15 .adj-form-intro span {
	color: var(--adj-soft-ink);
	font-size: 18px;
	line-height: 1.62;
	margin-top: 26px;
	max-width: 36em;
}

body.page-id-15 .adj-brief-visual {
	margin: 0;
}

body.page-id-15 .adj-brief-sheet,
body.page-id-15 .adj-form-shell {
	background: rgba(255, 253, 248, 0.94);
	border: 1px solid rgba(23, 18, 15, 0.12);
	border-radius: 12px;
	box-shadow: 0 34px 92px rgba(64, 43, 31, 0.09);
	box-sizing: border-box;
	padding: clamp(32px, 4vw, 52px);
}

body.page-id-15 .adj-brief-sheet span,
body.page-id-15 .adj-form-next span {
	color: var(--adj-teal);
	display: block;
	font-family: var(--adj-font);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.11em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

body.page-id-15 .adj-brief-sheet h3 {
	color: var(--adj-ink);
	font-family: var(--adj-display);
	font-size: clamp(32px, 3.6vw, 46px);
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 26px;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

body.page-id-15 .adj-brief-sheet ul,
body.page-id-15 .adj-form-next ul,
body.page-id-15 .adj-list {
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

body.page-id-15 .adj-brief-sheet li,
body.page-id-15 .adj-form-next li {
	border-top: 1px solid rgba(23, 18, 15, 0.11);
	color: var(--adj-soft-ink);
	font-size: 16px;
	line-height: 1.5;
	padding: 13px 0;
}

body.page-id-15 .adj-brief-sheet p {
	border-top: 1px solid rgba(23, 18, 15, 0.11);
	font-size: 16px;
	margin-top: 8px;
	padding-top: 20px;
}

body.page-id-15 .adj-brief-visual figcaption {
	color: var(--adj-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 14px;
}

body.page-id-15 .adj-list {
	border-top: 1px solid rgba(23, 18, 15, 0.12);
	margin-top: 34px;
}

body.page-id-15 .adj-list li {
	align-items: start;
	border-bottom: 1px solid rgba(23, 18, 15, 0.12);
	display: grid;
	gap: 18px;
	grid-template-columns: 150px minmax(0, 1fr);
	padding: 18px 0;
}

body.page-id-15 .adj-list strong {
	color: var(--adj-ink);
	display: block;
	font-size: 15.5px;
	font-weight: 800;
	line-height: 1.3;
}

body.page-id-15 .adj-list span {
	color: var(--adj-soft-ink);
	display: block;
	font-size: 15.5px;
	line-height: 1.5;
}

body.page-id-15 .adj-form-intro {
	border-bottom: 1px solid rgba(23, 18, 15, 0.12);
	margin-bottom: 22px;
	padding-bottom: 22px;
}

body.page-id-15 .adj-form-intro strong {
	color: var(--adj-ink);
	display: block;
	font-size: 30px;
	font-weight: 820;
	line-height: 1;
	margin-bottom: 12px;
}

body.page-id-15 .adj-form-intro span {
	font-size: 16px;
	margin: 0;
}

body.page-id-15 .adj-form-next {
	background: #f5ecdf;
	border-radius: 10px;
	margin: 0 0 28px;
	padding: 20px 22px;
}

body.page-id-15 .adj-form-next ul {
	margin-top: 0;
}

body.page-id-15 .adj-form-next li {
	font-size: 15px;
	padding: 10px 0;
}

body.page-id-15 #titlediv.zsiq_cnt {
	display: none !important;
}

body.page-id-15 .adj-contact-actions {
	margin-top: 32px;
}

body.page-id-15 .adj-contact-actions .adj-button {
	box-sizing: border-box;
	display: inline-flex;
}

@media (max-width: 980px) {
	body.page-id-15 .adj-contact-hero,
	body.page-id-15 .adj-contact {
		padding: 70px 0 !important;
	}

	body.page-id-15 .adj-contact-hero .et_pb_row,
	body.page-id-15 .adj-contact .et_pb_row {
		display: grid !important;
		gap: 34px;
		grid-template-columns: 1fr;
		width: calc(100% - 36px) !important;
	}

	body.page-id-15 .adj-page-copy h1 {
		font-size: clamp(42px, 11vw, 52px);
		max-width: 9em;
	}

	body.page-id-15 .adj-contact-copy h2 {
		font-size: clamp(36px, 10vw, 46px);
	}

	body.page-id-15 .adj-page-copy p:not(.adj-eyebrow),
	body.page-id-15 .adj-contact-copy p {
		font-size: 17px;
		line-height: 1.58;
	}

	body.page-id-15 .adj-brief-sheet,
	body.page-id-15 .adj-form-shell {
		padding: 26px 22px;
	}

	body.page-id-15 .adj-list li {
		gap: 8px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	body.page-id-15 #zsiq_float,
	body.page-id-15 .zsiq_floatmain {
		display: none !important;
	}

	body.page-id-15 .adj-contact-actions,
	body.page-id-15 .adj-contact-actions .adj-button {
		width: 100%;
	}
}

/* Launch readiness polish: fixed-price offer strip and AdJingles demo cards. */
.adj-license-strip {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 28px 0 4px;
	max-width: 620px;
}

.adj-license-strip span {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(31, 26, 22, 0.1);
	border-radius: 14px;
	color: var(--adj-ink);
	display: flex;
	font-family: var(--adj-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	min-height: 48px;
	padding: 12px 14px;
}

.adj-license-strip span::before {
	background: var(--adj-coral);
	border-radius: 999px;
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	height: 7px;
	margin-right: 10px;
	width: 7px;
}

.adj-owned-player-shell .lfm-demo-badges,
.adj-owned-player-shell .lfm-demo-badge {
	display: none !important;
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after,
.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-album {
	background: #fff !important;
	border: 1px solid rgba(31, 26, 22, 0.12) !important;
	border-radius: 16px !important;
	box-shadow: 0 16px 34px rgba(31, 26, 22, 0.08) !important;
	height: 72px !important;
	padding-bottom: 0 !important;
	overflow: hidden !important;
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-image {
	background-color: #f7f1e8 !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border-radius: 10px !important;
	bottom: 10px !important;
	height: auto !important;
	left: 10px !important;
	opacity: 1 !important;
	position: absolute !important;
	right: auto !important;
	top: 10px !important;
	width: 52px !important;
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-image::after {
	display: none !important;
}

.adj-owned-player-shell.adj-owned-player-hero .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-cta,
.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-cta {
	font-size: 0 !important;
}

.adj-owned-player-shell.adj-owned-player-hero .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-cta::after,
.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-cta::after {
	content: "Play";
	font-size: 12px;
	line-height: 1;
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after,
.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-album {
	height: 72px !important;
	padding-bottom: 0 !important;
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-image {
	border-radius: 10px !important;
	bottom: 10px !important;
	left: 10px !important;
	right: auto !important;
	top: 10px !important;
	width: 52px !important;
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-overlay {
	left: 72px !important;
	min-height: 70px !important;
	padding: 10px 12px 10px 4px !important;
	right: 0 !important;
}

@media (max-width: 760px) {
	.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-image {
		bottom: 8px !important;
		left: 8px !important;
		right: auto !important;
		top: 8px !important;
		width: 48px !important;
	}

	.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-overlay {
		left: 64px !important;
	}
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-cta {
	font-size: 0 !important;
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-cta::after {
	content: "Play";
	font-size: 12px;
	line-height: 1;
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-overlay {
	align-items: center !important;
	background: #fff !important;
	border-radius: 0 !important;
	bottom: 0 !important;
	color: var(--adj-ink) !important;
	display: grid !important;
	gap: 10px !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	left: 72px !important;
	min-height: 70px !important;
	opacity: 1 !important;
	padding: 10px 12px 10px 4px !important;
	right: 0 !important;
	top: auto !important;
	transform: none !important;
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-title {
	color: var(--adj-ink) !important;
	font-family: var(--adj-font) !important;
	font-size: 14px !important;
	font-weight: 760 !important;
	line-height: 1.1 !important;
	margin: 0 !important;
	overflow: hidden !important;
	text-align: left !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-cta {
	align-items: center !important;
	background: var(--adj-ink) !important;
	border-radius: 999px !important;
	color: #fff !important;
	display: inline-flex !important;
	font-family: var(--adj-font) !important;
	font-size: 12px !important;
	font-weight: 750 !important;
	justify-content: center !important;
	min-height: 34px !important;
	opacity: 1 !important;
	padding: 0 14px !important;
	transform: none !important;
	white-space: nowrap !important;
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card.is-playing .card-after {
	border-color: rgba(224, 94, 67, 0.5) !important;
	box-shadow: 0 18px 44px rgba(224, 94, 67, 0.16) !important;
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card.is-playing .card-after-cta {
	background: var(--adj-coral) !important;
	color: #fff !important;
}

@media (max-width: 760px) {
	.adj-license-strip {
		grid-template-columns: 1fr;
	}

	.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-image {
		bottom: 8px !important;
		left: 8px !important;
		right: auto !important;
		top: 8px !important;
		width: 48px !important;
	}

	.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-overlay {
		left: 64px !important;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--adj-paper);
	color: var(--adj-ink);
}

body.home #page-container,
body.page-id-11 #page-container {
	overflow-x: hidden;
}

.adj-site-header,
.adj-site-header *,
#main-content .adj-v5,
#main-content .adj-v5 * {
	box-sizing: border-box;
}

.adj-site-header,
#main-content .adj-v5,
#main-content .adj-v5 p,
#main-content .adj-v5 a,
#main-content .adj-v5 button,
#main-content .adj-v5 input,
#main-content .adj-v5 textarea,
#main-content .adj-v5 label {
	font-family: var(--adj-font);
	letter-spacing: 0;
}

.adj-site-header {
	backdrop-filter: blur(18px);
	background: rgba(251, 248, 241, 0.9) !important;
	border-bottom: 1px solid rgba(23, 18, 15, 0.08);
	padding: 0 !important;
	position: sticky !important;
	top: 0;
	z-index: 1000;
}

.adj-site-header .et_pb_row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 72px;
	max-width: var(--adj-max);
	padding: 0 !important;
	width: min(90vw, var(--adj-max));
}

.adj-site-header .et_pb_column {
	margin: 0 !important;
	width: auto !important;
}

.adj-header-logo,
.adj-wordmark,
.adj-wordmark-name {
	align-items: center;
	color: var(--adj-ink);
	display: inline-flex;
	line-height: 1;
	text-decoration: none;
}

.adj-header-logo {
	align-items: flex-start;
	display: inline-grid;
	gap: 3px;
}

.adj-header-logo-img {
	display: block;
	height: auto;
	width: 148px;
}

.adj-header-kicker {
	color: var(--adj-muted);
	font-size: 10px;
	font-weight: 670;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.adj-wordmark-text {
	display: grid;
	gap: 4px;
}

.adj-wordmark-name {
	font-size: 22px;
	font-weight: 520;
	gap: 2px;
}

.adj-wordmark-name::before {
	background: var(--adj-coral);
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 10px;
	margin-right: 12px;
	width: 10px;
}

.adj-wordmark-name strong {
	font-weight: 670;
}

.adj-wordmark-text small {
	color: var(--adj-muted);
	font-size: 10px;
	font-weight: 670;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.adj-header-nav {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: flex-end;
}

.adj-header-nav a {
	color: var(--adj-soft-ink);
	font-size: 14px;
	font-weight: 620;
	line-height: 1;
	text-decoration: none;
	transition: color 180ms ease, transform 180ms ease;
}

.adj-header-nav a:hover,
.adj-header-nav a:focus-visible {
	color: var(--adj-ink);
}

.adj-header-nav a:last-child {
	align-items: center;
	background: var(--adj-ink);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	min-height: 44px;
	padding: 0 18px;
}

.adj-header-nav a:last-child:hover,
.adj-header-nav a:last-child:focus-visible {
	color: #fff;
	transform: translateY(-1px);
}

#main-content .adj-v5 {
	background: var(--adj-paper);
	color: var(--adj-ink);
	margin: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#main-content .adj-v5 .et_pb_row {
	max-width: var(--adj-max);
	padding: 0 !important;
	width: min(90vw, var(--adj-max));
}

#main-content .adj-v5 .et_pb_column {
	margin: 0 !important;
	width: auto !important;
}

#main-content .adj-v5 .et_pb_module {
	margin-bottom: 0 !important;
}

#main-content .adj-v5 .et_pb_code_inner br {
	display: none;
}

.adj-v5 h1,
.adj-v5 h2,
.adj-v5 h3,
.adj-v5 p,
.adj-v5 figure,
.adj-v5 blockquote {
	margin: 0;
	padding: 0;
}

.adj-v5 h2,
.adj-v5 h3,
.adj-v5 blockquote,
.adj-v5 .adj-player-title strong {
	color: var(--adj-ink);
	font-family: var(--adj-font);
	font-weight: 650;
	letter-spacing: 0;
}

.adj-v5 h1 {
	color: var(--adj-ink);
	font-family: var(--adj-display);
	font-size: 82px;
	font-weight: 520;
	letter-spacing: 0;
	line-height: 0.98;
	max-width: 680px;
}

.adj-v5 h1 em {
	color: var(--adj-coral);
	font-style: normal;
}

.adj-v5 h2 {
	font-size: 62px;
	line-height: 1.02;
	max-width: 720px;
}

.adj-v5 p {
	color: var(--adj-soft-ink);
	font-size: 19px;
	line-height: 1.62;
}

.adj-label {
	color: var(--adj-teal) !important;
	display: block;
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: 0.08em !important;
	line-height: 1.3 !important;
	margin-bottom: 14px !important;
	text-transform: uppercase;
}

.adj-home-hero {
	background:
		radial-gradient(circle at 78% 20%, rgba(221, 98, 68, 0.13), transparent 27%),
		linear-gradient(180deg, #fffdf8 0%, #f8efe2 100%) !important;
	min-height: min(calc(100svh - 72px), 1028px);
	padding: 104px 0 84px !important;
}

.adj-home-hero .et_pb_row,
.adj-listen-section .et_pb_row,
.adj-promise-section .et_pb_row,
.adj-brief-section .et_pb_row {
	align-items: center;
	display: grid;
	gap: 92px;
	grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1fr);
}

.adj-listen-section .et_pb_row {
	gap: 86px;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.adj-hero-copy p:not(.adj-label) {
	margin-top: 30px;
	max-width: 590px;
}

.adj-hero-copy .adj-hero-trust {
	color: var(--adj-teal);
	font-size: 14px;
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.45;
	margin-top: 16px;
}

.adj-action-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.adj-button,
.adj-v5 .gform_button {
	align-items: center;
	border: 1px solid rgba(23, 18, 15, 0.18);
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 680;
	letter-spacing: 0;
	justify-content: center;
	line-height: 1;
	min-height: 52px;
	padding: 0 24px;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.adj-button:hover,
.adj-button:focus-visible,
.adj-track:hover,
.adj-track:focus-visible,
.adj-v5 .gform_button:hover,
.adj-v5 .gform_button:focus-visible {
	transform: translateY(-1px);
}

.adj-button-primary,
.adj-v5 .gform_button {
	background: var(--adj-ink) !important;
	border-color: var(--adj-ink) !important;
	color: #fff !important;
}

.adj-button-secondary {
	background: transparent;
	color: var(--adj-ink);
}

.adj-hero-proof {
	color: var(--adj-soft-ink);
	display: grid;
	gap: 10px;
	margin-top: 34px;
}

.adj-hero-proof span {
	align-items: center;
	display: inline-flex;
	font-size: 15px;
	gap: 10px;
}

.adj-hero-proof span::before {
	background: var(--adj-gold);
	border-radius: 99px;
	content: "";
	height: 6px;
	width: 6px;
}

.adj-hero-latest-card {
	display: flex;
	justify-content: center;
}

.adj-hero-player-module {
	display: flex;
	justify-content: center;
}

.adj-latest-card {
	background: rgba(255, 253, 248, 0.76);
	border: 1px solid rgba(23, 18, 15, 0.11);
	border-radius: var(--adj-radius);
	box-shadow: 0 34px 90px rgba(64, 43, 31, 0.12);
	margin-left: auto;
	max-width: 520px;
	padding: 44px;
}

.adj-latest-card h2 {
	font-size: 52px !important;
	line-height: 0.98 !important;
	margin: 0 !important;
	max-width: 9em;
}

.adj-latest-card p:not(.adj-label) {
	color: var(--adj-soft-ink);
	font-size: 18px;
	line-height: 1.55;
	margin-top: 24px;
}

.adj-latest-list {
	border-bottom: 1px solid rgba(23, 18, 15, 0.1);
	border-top: 1px solid rgba(23, 18, 15, 0.1);
	display: grid;
	gap: 0;
	margin-top: 28px;
}

.adj-latest-list span {
	align-items: center;
	color: var(--adj-ink);
	display: flex;
	font-size: 15px;
	font-weight: 760;
	justify-content: space-between;
	line-height: 1.25;
	min-height: 48px;
}

.adj-latest-list span + span {
	border-top: 1px solid rgba(23, 18, 15, 0.08);
}

.adj-latest-list span::after {
	background: var(--adj-coral);
	border-radius: 999px;
	content: "";
	height: 7px;
	opacity: 0.78;
	width: 7px;
}

.adj-text-link {
	align-items: center;
	color: var(--adj-ink) !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	margin-top: 28px;
	text-decoration: none;
}

.adj-text-link::after {
	content: "↓";
	margin-left: 10px;
	transform: translateY(-1px);
}

.adj-studio-card {
	background: rgba(255, 253, 248, 0.82);
	border: 1px solid rgba(23, 18, 15, 0.11);
	border-radius: var(--adj-radius);
	box-shadow: 0 34px 90px rgba(64, 43, 31, 0.16);
	padding: 34px;
}

.adj-session-top,
.adj-micro-note,
.adj-demo-proof {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.adj-session-top {
	margin-bottom: 30px;
}

.adj-client-chip {
	align-items: center;
	background: #fff;
	border: 1px solid var(--adj-line);
	border-radius: var(--adj-radius);
	display: flex;
	gap: 14px;
	padding: 12px 14px;
}

.adj-client-chip img,
.adj-quote img,
.adj-track img {
	display: block;
	object-fit: contain;
}

.adj-client-chip img {
	height: 52px;
	width: 52px;
}

.adj-client-chip strong {
	display: block;
	font-size: 16px;
	line-height: 1.1;
}

.adj-client-chip span span {
	color: var(--adj-muted);
	display: block;
	font-size: 13px;
	margin-top: 4px;
}

.adj-time {
	color: var(--adj-muted);
	font-size: 13px;
	font-weight: 680;
}

.adj-lyric-sheet {
	background: #fff;
	border: 1px solid var(--adj-line);
	border-radius: var(--adj-radius);
	margin-bottom: 18px;
	padding: 26px;
}

.adj-lyric-sheet h2 {
	font-size: 34px;
	line-height: 1.08;
}

.adj-lyric-sheet p {
	color: var(--adj-muted);
	font-size: 15px;
	line-height: 1.58;
}

.adj-sheet-rule {
	background: rgba(23, 18, 15, 0.08);
	border-radius: 99px;
	height: 1px;
	margin: 18px 0;
}

.adj-listen-cues {
	border-bottom: 1px solid rgba(23, 18, 15, 0.08);
	border-top: 1px solid rgba(23, 18, 15, 0.08);
	display: grid;
	margin-top: 22px;
}

.adj-listen-cues br {
	display: none;
}

.adj-listen-cues span {
	align-items: start;
	display: grid;
	gap: 5px;
	grid-template-columns: 138px minmax(0, 1fr);
	padding: 13px 0;
}

.adj-listen-cues span + span {
	border-top: 1px solid rgba(23, 18, 15, 0.08);
}

.adj-listen-cues strong {
	color: var(--adj-ink);
	font-family: var(--adj-font);
	font-size: 13px;
	font-weight: 760;
	line-height: 1.25;
}

.adj-listen-cues small {
	color: var(--adj-muted);
	font-size: 13px;
	line-height: 1.4;
}

.adj-demo-proof {
	flex-wrap: wrap;
	gap: 12px 20px;
	margin-top: 22px;
	justify-content: flex-start;
}

.adj-demo-proof > span {
	color: var(--adj-soft-ink);
	font-size: 14px;
	font-weight: 620;
}

.adj-hero-play {
	align-items: center;
	background: #17120f;
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 720;
	gap: 12px;
	min-height: 48px;
	padding: 0 20px 0 9px;
}

.adj-hero-play span {
	color: #fff;
}

.adj-hero-play i {
	align-items: center;
	background: var(--adj-coral);
	border-radius: 999px;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.adj-hero-play i::before,
.adj-play-button::before {
	border-bottom: 7px solid transparent;
	border-left: 11px solid #fff;
	border-top: 7px solid transparent;
	content: "";
	margin-left: 3px;
}

.adj-micro-note {
	color: var(--adj-soft-ink);
	font-size: 14px;
}

.adj-listen-section,
.adj-proof-section,
.adj-brief-section {
	background: #fff !important;
	padding: 112px 0 !important;
}

.adj-proof-section .et_pb_row,
.adj-process-section .et_pb_row {
	display: block;
}

.adj-proof-section .et_pb_column,
.adj-process-section .et_pb_column {
	width: 100% !important;
}

.adj-section-copy > p:not(.adj-label),
.adj-proof-intro > p:not(.adj-label) {
	margin-top: 24px;
	max-width: 60ch;
}

.adj-proof-section h2,
.adj-process-section h2,
.adj-brief-card h2,
.adj-form-shell h2 {
	font-family: var(--adj-font);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.12;
}

.adj-proof-section h2,
.adj-process-section h2 {
	font-size: 40px;
	max-width: 660px;
}

.adj-player {
	background: #fff;
	border: 1px solid var(--adj-line);
	border-radius: var(--adj-radius);
	box-shadow: 0 28px 78px rgba(64, 43, 31, 0.11);
	overflow: hidden;
}

.adj-hero-player {
	box-shadow: 0 34px 90px rgba(64, 43, 31, 0.16);
	margin-left: auto;
	max-width: 580px;
}

.adj-hero-player .adj-player-head {
	padding: 34px;
}

.adj-hero-player .adj-track {
	min-height: 88px;
	padding: 18px 26px;
}

.adj-player-head {
	background: #17120f;
	color: #fff;
	padding: 30px;
}

.adj-player-head small {
	color: var(--adj-gold);
	display: block;
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.08em;
	line-height: 1.3;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.adj-player-title {
	align-items: flex-start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.adj-player-title > br,
.adj-track-list > br {
	display: none;
}

.adj-player-title strong {
	color: #fff;
	font-size: 30px;
	line-height: 1.1;
}

.adj-player-head .adj-player-title strong {
	color: #fff;
}

.adj-player-title span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 650;
	white-space: nowrap;
}

.adj-player-head p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.55;
	margin-top: 14px;
}

.adj-playline {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 56px minmax(0, 1fr);
	margin-top: 24px;
}

.adj-play-button {
	align-items: center;
	background: var(--adj-coral);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	width: 56px;
}

.adj-player.is-playing .adj-play-button::before {
	background: linear-gradient(90deg, #fff 0 35%, transparent 35% 65%, #fff 65%);
	border: 0;
	height: 20px;
	margin: 0;
	width: 17px;
}

.adj-progress {
	background: rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	height: 8px;
	overflow: hidden;
}

.adj-progress span {
	background: #fff;
	display: block;
	height: 100%;
	width: 0;
}

.adj-track-list {
	display: grid;
	gap: 1px;
}

.adj-track {
	align-items: center;
	background: #fff;
	border: 0;
	border-bottom: 1px solid rgba(23, 18, 15, 0.08);
	color: var(--adj-ink);
	cursor: pointer;
	display: grid;
	gap: 18px;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	min-height: 86px;
	padding: 18px 28px;
	text-align: left;
	transition: transform 180ms ease, background-color 180ms ease;
	width: 100%;
}

.adj-track.is-active {
	background: #fff4ea;
}

.adj-track img,
.adj-text-logo {
	background: #fff;
	border: 1px solid var(--adj-line);
	border-radius: var(--adj-radius);
	height: 56px;
	padding: 8px;
	width: 56px;
}

.adj-text-logo {
	align-items: center;
	display: inline-flex;
	font-size: 10px;
	font-weight: 760;
	justify-content: center;
	line-height: 1.05;
	text-align: center;
}

.adj-track strong {
	color: var(--adj-ink);
	display: block;
	font-size: 17px;
	font-weight: 720;
	line-height: 1.2;
}

.adj-track small {
	color: var(--adj-muted);
	display: block;
	font-size: 13px;
	line-height: 1.35;
	margin-top: 5px;
}

.adj-duration {
	color: var(--adj-muted);
	font-size: 13px;
	font-weight: 680;
}

.adj-promise-section {
	background:
		linear-gradient(180deg, #fffaf3 0%, #f7ecdc 100%) !important;
	border-bottom: 1px solid rgba(23, 18, 15, 0.08);
	border-top: 1px solid rgba(23, 18, 15, 0.08);
	color: var(--adj-ink);
	padding: 112px 0 108px !important;
}

.adj-promise-section .et_pb_row {
	align-items: center;
	gap: 72px;
	grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.84fr);
	min-height: 0;
}

.adj-promise-section .adj-label {
	color: var(--adj-teal) !important;
}

.adj-promise-section h2 {
	color: var(--adj-ink) !important;
	font-family: var(--adj-font);
	font-size: 46px;
	font-weight: 680;
	letter-spacing: 0 !important;
	line-height: 1.1;
	max-width: 600px;
}

.adj-promise-copy {
	background: rgba(255, 253, 248, 0.76);
	border: 1px solid rgba(23, 18, 15, 0.1);
	border-radius: var(--adj-radius);
	box-shadow: none;
	display: grid;
	gap: 28px;
	max-width: 560px;
	padding: 38px 40px 40px;
}

.adj-promise-copy p {
	color: var(--adj-soft-ink);
	font-size: 17px;
	line-height: 1.66;
}

.adj-promise-line {
	align-items: start;
	border-top: 1px solid rgba(23, 18, 15, 0.1);
	color: var(--adj-ink);
	display: grid;
	gap: 24px;
	grid-template-columns: 78px minmax(0, 1fr);
	padding-top: 30px;
}

.adj-promise-line strong {
	color: var(--adj-coral);
	display: block;
	font-family: var(--adj-font);
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
}

.adj-promise-line span {
	color: var(--adj-soft-ink);
	font-size: 16px;
	line-height: 1.62;
}

.adj-promise-section .adj-regional-contact {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin-top: -6px;
}

.adj-promise-section .adj-regional-contact > span:first-child {
	color: var(--adj-muted);
	font-size: 14px;
}

.adj-promise-section .adj-region-phone a {
	background: var(--adj-ink);
	border-color: var(--adj-ink);
	color: #fff !important;
	min-height: 42px;
	padding: 0 18px;
}

.adj-proof-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: 1.1fr 0.9fr;
	margin-top: 58px;
}

.adj-quote {
	background: var(--adj-white);
	border: 1px solid var(--adj-line);
	border-radius: var(--adj-radius);
	margin: 0;
	padding: 34px;
}

.adj-quote-feature {
	background: linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(255, 249, 240, 0.94));
	min-height: 360px;
}

.adj-quote img {
	background: #fff;
	border-radius: var(--adj-radius);
	height: 62px;
	margin-bottom: 34px;
	padding: 8px;
	width: 62px;
}

.adj-quote blockquote {
	border: 0 !important;
	font-family: var(--adj-font);
	font-size: 22px;
	font-weight: 680;
	line-height: 1.34;
	margin: 0 !important;
	padding: 0 !important;
}

.adj-quote:not(.adj-quote-feature) blockquote {
	font-family: var(--adj-font);
	font-size: 18px;
	font-weight: 650;
	line-height: 1.44;
}

.adj-quote figcaption {
	color: var(--adj-muted);
	font-size: 14px;
	font-weight: 680;
	margin-top: 24px;
}

.adj-client-list {
	align-content: start;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.adj-client-list span {
	background: #fff;
	border: 1px solid var(--adj-line);
	border-radius: 999px;
	color: var(--adj-soft-ink);
	font-size: 14px;
	font-weight: 690;
	padding: 10px 14px;
	white-space: nowrap;
}

.adj-process-section {
	background: linear-gradient(180deg, #f5eadc 0%, #efe0cb 100%) !important;
	padding: 104px 0 !important;
}

.adj-process-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 58px;
}

.adj-step {
	background: rgba(255, 253, 248, 0.68);
	border: 1px solid rgba(23, 18, 15, 0.1);
	padding: 34px 28px;
}

.adj-step:first-child {
	border-radius: var(--adj-radius) 0 0 var(--adj-radius);
}

.adj-step:last-child {
	border-radius: 0 var(--adj-radius) var(--adj-radius) 0;
}

.adj-step span {
	color: var(--adj-coral);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 24px;
}

.adj-step strong {
	color: var(--adj-ink);
	display: block;
	font-size: 18px;
	font-weight: 680;
	line-height: 1.24;
	margin-bottom: 10px;
}

.adj-step p {
	color: var(--adj-soft-ink);
	font-size: 15.5px;
	line-height: 1.58;
}

.adj-brief-card,
.adj-form-shell {
	background: #fff;
	border: 1px solid var(--adj-line);
	border-radius: var(--adj-radius);
	box-shadow: 0 24px 70px rgba(64, 43, 31, 0.08);
	padding: 38px;
}

.adj-brief-card h2,
.adj-form-shell h2 {
	font-size: 28px;
	line-height: 1.16;
	max-width: 11em;
}

.adj-brief-card p:not(.adj-label) {
	font-size: 16px;
	line-height: 1.62;
	margin-top: 24px;
}

.adj-brief-list {
	border-bottom: 1px solid var(--adj-line);
	border-top: 1px solid var(--adj-line);
	display: grid;
	margin-top: 34px;
}

.adj-brief-list span {
	color: var(--adj-soft-ink);
	font-size: 16px;
	line-height: 1.5;
	padding: 18px 0;
}

.adj-brief-list span + span {
	border-top: 1px solid var(--adj-line);
}

.adj-form-note {
	background: #f3eadc;
	border-left: 3px solid var(--adj-coral);
	border-radius: var(--adj-radius);
	color: var(--adj-soft-ink) !important;
	font-size: 15.5px !important;
	line-height: 1.55 !important;
	margin: 18px 0 22px !important;
	padding: 18px 20px !important;
}

.adj-form-shell .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 14px;
}

.adj-form-shell .gform_wrapper.gravity-theme input[type="text"],
.adj-form-shell .gform_wrapper.gravity-theme input[type="email"],
.adj-form-shell .gform_wrapper.gravity-theme input[type="tel"],
.adj-form-shell .gform_wrapper.gravity-theme textarea,
.adj-form-shell .gform_wrapper.gravity-theme select,
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="text"]:not(.gform-text-input-reset),
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="email"],
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="tel"],
body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
	background: #fffdf8;
	border: 1px solid rgba(23, 18, 15, 0.18) !important;
	border-radius: var(--adj-radius) !important;
	box-shadow: none;
	color: var(--adj-ink) !important;
	font-size: 15.5px;
	line-height: 1.42;
	min-height: 48px;
	padding: 13px 14px;
}

.adj-form-shell .iti {
	width: 100%;
}

.adj-form-shell .iti__country-container {
	display: none !important;
}

.adj-form-shell .iti input[type="tel"],
body #gform_wrapper_1 .adj-form-shell .iti input[type="tel"] {
	padding-left: 14px !important;
	width: 100%;
}

.adj-form-shell ::placeholder {
	color: rgba(76, 64, 58, 0.64);
	opacity: 1;
}

.adj-form-shell .gform_wrapper.gravity-theme textarea {
	min-height: 136px;
}

.adj-form-shell .gform_wrapper.gravity-theme .gfield_label {
	color: var(--adj-soft-ink);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.35;
}

.adj-form-shell .gform_wrapper.gravity-theme .gfield_required,
.adj-form-shell .gform_wrapper.gravity-theme .ginput_complex label {
	display: none !important;
}

.adj-form-shell .gform_footer {
	justify-content: flex-start !important;
	margin: 20px 0 0 !important;
	padding: 0 !important;
}

body #gform_wrapper_1 .gform_footer .gform_button,
body #gform_wrapper_1 .gform_page_footer .gform_button,
body #gform_wrapper_1 .gform_page_footer .gform_previous_button,
body #gform_wrapper_1 .gform_page_footer .gform_next_button,
body #gform_wrapper_1 .gfield#field_submit .gform-button {
	background: var(--adj-ink) !important;
	border-color: var(--adj-ink) !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	min-height: 52px !important;
	padding: 0 24px !important;
}

.adj-owned-player-shell {
	background: rgba(255, 253, 248, 0.82);
	border: 1px solid rgba(23, 18, 15, 0.11);
	border-radius: var(--adj-radius);
	box-shadow: 0 30px 84px rgba(64, 43, 31, 0.12);
	margin-left: auto;
	max-width: 620px;
	padding: 28px;
}

.adj-owned-player-hero {
	background: rgba(255, 253, 248, 0.9);
	box-shadow: 0 34px 94px rgba(64, 43, 31, 0.14);
	max-width: 560px;
	padding: 34px;
	width: 100%;
}

.adj-owned-player-intro {
	border-bottom: 1px solid rgba(23, 18, 15, 0.1);
	margin-bottom: 22px;
	padding-bottom: 24px;
}

.adj-owned-player-intro h2 {
	font-size: 34px;
	font-weight: 650;
	line-height: 1.1;
	max-width: 420px;
}

.adj-owned-player-intro p:not(.adj-label) {
	color: var(--adj-soft-ink);
	font-size: 16px;
	line-height: 1.56;
	margin-top: 16px;
	max-width: 420px;
}

.adj-owned-player-shell .audio-grid-vue-root,
.adj-owned-player-shell .lfm-audio-grid-v2,
.adj-owned-player-shell .lfm-audio-album-shell {
	min-height: 0 !important;
	width: 100% !important;
}

.adj-owned-player-shell .lfm-audio-grid-v2 {
	display: block;
}

.adj-owned-player-shell .lds-dual-ring {
	display: none !important;
}

.adj-owned-player-shell .category-grid,
.adj-owned-player-shell .category-grid.audio-album-grid,
.adj-owned-player-shell .lfm-album-grid-v2 {
	display: grid !important;
	gap: 10px !important;
	grid-template-columns: 1fr !important;
	justify-content: stretch !important;
	padding: 0 !important;
}

.adj-owned-player-listen {
	max-width: 660px;
}

.adj-owned-player-listen .category-grid.audio-album-grid,
.adj-owned-player-listen .lfm-album-grid-v2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.adj-owned-player-hero .category-grid.audio-album-grid,
.adj-owned-player-hero .lfm-album-grid-v2 {
	gap: 12px !important;
	grid-template-columns: 1fr !important;
}

.adj-owned-player-shell .audio-album-cell,
.adj-owned-player-shell .lfm-demo-card {
	min-width: 0 !important;
	width: 100% !important;
}

.adj-owned-player-shell .card-after,
.adj-owned-player-shell .card-after.card-album {
	align-items: center !important;
	aspect-ratio: auto !important;
	background: #fffdf8 !important;
	border: 1px solid rgba(23, 18, 15, 0.1) !important;
	border-radius: var(--adj-radius) !important;
	box-shadow: none !important;
	cursor: pointer;
	display: grid !important;
	gap: 14px !important;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	height: auto !important;
	min-height: 74px !important;
	overflow: hidden !important;
	padding: 10px 14px !important;
	position: relative !important;
	transform: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
	width: 100% !important;
}

.adj-owned-player-shell .lfm-audio-player-v2 .category-grid.audio-album-grid .card-after,
.adj-owned-player-shell .lfm-audio-player-v2 .lfm-album-grid-v2 .card-after,
.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell .card-after,
.adj-owned-player-shell .audio-grid-vue-root.lfm-audio-player-v2 .category-grid.audio-album-grid .card-after {
	aspect-ratio: auto !important;
	height: auto !important;
	min-height: 74px !important;
	padding-bottom: 10px !important;
	width: 100% !important;
}

.adj-owned-player-shell .card-after:hover,
.adj-owned-player-shell .audio-album-cell.is-playing .card-after {
	background: #fff8ee !important;
	border-color: rgba(221, 98, 68, 0.34) !important;
	box-shadow: 0 14px 34px rgba(64, 43, 31, 0.09) !important;
	transform: translateY(-1px) !important;
}

.adj-owned-player-shell .audio-album-cell.is-playing .card-after::after,
.adj-owned-player-shell .lfm-demo-card.is-playing .card-after::after,
.adj-owned-player-shell .card-after.is-playing::after,
.adj-owned-player-shell .card-after.active::after {
	border-color: rgba(221, 98, 68, 0.7) !important;
	box-shadow: inset 0 0 0 1px rgba(220, 169, 77, 0.5) !important;
}

.adj-owned-player-hero .audio-album-cell:first-child .card-after,
.adj-owned-player-hero .lfm-demo-card:first-child .card-after {
	background: #fff8ee !important;
	border-color: rgba(221, 98, 68, 0.22) !important;
}

.adj-owned-player-shell .card-after-image {
	background-color: #f1e5d4 !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	border: 1px solid rgba(23, 18, 15, 0.1);
	border-radius: 7px;
	display: block !important;
	grid-column: 1;
	height: 54px !important;
	inset: auto !important;
	left: auto !important;
	position: relative !important;
	top: auto !important;
	width: 54px !important;
}

.adj-owned-player-shell .card-after-overlay {
	align-items: start !important;
	background: transparent !important;
	bottom: auto !important;
	color: var(--adj-ink) !important;
	display: grid !important;
	gap: 4px !important;
	grid-column: 2 / 4;
	grid-template-columns: minmax(0, 1fr) auto;
	height: auto !important;
	inset: auto !important;
	justify-content: stretch !important;
	left: auto !important;
	opacity: 1 !important;
	padding: 0 !important;
	position: static !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	width: auto !important;
}

.adj-owned-player-shell .card-after-title {
	color: var(--adj-ink) !important;
	font-family: var(--adj-font);
	font-size: 16px !important;
	font-weight: 720;
	line-height: 1.2;
	margin: 0 !important;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.adj-owned-player-shell .lfm-audio-player-v2 .card-after-overlay .card-after-title,
.adj-owned-player-shell .audio-grid-vue-root.lfm-audio-player-v2 .card-after-overlay .card-after-title {
	color: var(--adj-ink) !important;
}

.adj-owned-player-shell .card-after-cta {
	align-items: center;
	background: var(--adj-ink);
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-size: 0 !important;
	font-weight: 760;
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
	line-height: 1;
	min-height: 34px;
	min-width: 48px;
	opacity: 1 !important;
	padding: 0 12px;
	text-transform: none;
	transform: none !important;
	white-space: nowrap;
}

.adj-owned-player-shell .card-after-cta::after {
	content: "Play";
	font-size: 12px;
}

.adj-owned-player-hero .card-after-cta {
	min-width: 54px;
}

.adj-owned-player-hero .audio-album-cell:first-child .card-after-cta,
.adj-owned-player-hero .lfm-demo-card:first-child .card-after-cta {
	background: var(--adj-coral);
}

.adj-owned-player-shell .lfm-demo-badges {
	display: none !important;
}

.adj-owned-player-shell .lfm-demo-badge {
	background: transparent !important;
	border: 0 !important;
	color: var(--adj-muted) !important;
	font-size: 11px !important;
	font-weight: 680 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	min-height: 0 !important;
	padding: 0 !important;
	text-transform: none !important;
}

.adj-owned-player-shell .lfm-demo-badge::before {
	background: var(--adj-gold);
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 5px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	width: 5px;
}

#main-glass-player.lfm-player-v2 {
	background: rgba(23, 18, 15, 0.96) !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: var(--adj-radius) !important;
	bottom: calc(18px + env(safe-area-inset-bottom)) !important;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.26) !important;
	color: #fff !important;
	left: auto !important;
	max-width: 560px !important;
	min-height: 70px !important;
	right: max(24px, calc((100vw - var(--adj-max)) / 2)) !important;
	transform: none !important;
	width: min(560px, calc(100vw - 48px)) !important;
}

#main-glass-player.lfm-player-v2 > div {
	gap: 10px !important;
	grid-template-columns: 42px minmax(130px, 1fr) minmax(124px, 0.62fr) auto auto !important;
	min-height: 68px !important;
	padding: 9px 10px !important;
}

#main-glass-player.lfm-player-v2 .lfm-player-art {
	border-radius: 7px !important;
	height: 42px !important;
	width: 42px !important;
}

#main-glass-player.lfm-player-v2 .player-info .text-lg {
	font-size: 14px !important;
	line-height: 1.15 !important;
}

#main-glass-player.lfm-player-v2 .progress-wrapper {
	min-width: 96px !important;
}

#main-glass-player.lfm-player-v2 .play-btn,
#main-glass-player.lfm-player-v2 .bg-purple-500 {
	background: var(--adj-coral) !important;
}

#main-glass-player.lfm-player-v2 .lfm-player-category-link {
	color: #fff !important;
	font-weight: 760 !important;
	text-decoration: none !important;
}

body.lfm-audio-player-active #page-container {
	padding-bottom: 98px;
}

.adj-owned-testimonials-shell {
	margin-top: 54px;
}

.adj-owned-testimonials-shell .lfm-testimonials-light {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__inner {
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__body {
	align-items: start !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: grid !important;
	gap: 18px !important;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) !important;
	padding: 0 !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__cards {
	display: grid !important;
	gap: 18px !important;
	grid-template-columns: 1fr !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__lead,
.adj-owned-testimonials-shell .lfm-testimonials-light__card {
	background: #fffdf8 !important;
	border: 1px solid rgba(23, 18, 15, 0.11) !important;
	border-radius: var(--adj-radius) !important;
	box-shadow: none !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	min-height: 250px !important;
	margin: 0 !important;
	padding: 32px !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__stars {
	color: var(--adj-gold) !important;
	font-size: 13px !important;
	letter-spacing: 0.08em !important;
	margin-bottom: 16px !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light blockquote {
	border: 0 !important;
	color: var(--adj-ink) !important;
	font-family: var(--adj-font);
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 1.56 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__lead blockquote {
	font-size: 18px !important;
	line-height: 1.5 !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light figcaption {
	color: var(--adj-muted) !important;
	display: grid !important;
	font-size: 13px !important;
	gap: 3px;
	margin-top: 34px !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light figcaption strong {
	color: var(--adj-ink) !important;
	font-family: var(--adj-font);
	font-size: 14px !important;
	font-weight: 650 !important;
}

.adj-regional-contact {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin-top: -8px !important;
}

.adj-regional-contact > span:first-child {
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
}

.adj-regional-contact br {
	display: none !important;
}

.adj-region-phone a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 720;
	min-height: 38px;
	padding: 0 15px;
	text-decoration: none;
}

body.home #zsiq_float,
body.home .zsiq_floatmain,
body.home [class*="zsiq"][style*="fixed"],
body.home [id*="zsiq"][style*="fixed"] {
	display: none !important;
}

.adj-footer-section {
	background: #100d0c !important;
	color: rgba(255, 255, 255, 0.72);
	padding: 46px 0 !important;
}

.adj-footer-copy .et_pb_text_inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	justify-content: space-between;
	line-height: 1.48;
}

.adj-footer-copy strong {
	color: #fff;
}

.adj-footer-copy span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 1.48;
}

.adj-footer-contact,
.adj-footer-phone {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.adj-footer-copy a {
	color: #fff;
	font-weight: 680;
	text-decoration: none;
	white-space: nowrap;
}

.adj-footer-dot {
	color: rgba(255, 255, 255, 0.32) !important;
}

@media (max-width: 1180px) {
	.adj-v5 h1 {
		font-size: 64px;
	}

	.adj-v5 h2 {
		font-size: 46px;
	}

	.adj-proof-section h2,
	.adj-process-section h2 {
		font-size: 38px;
		line-height: 1.14;
		max-width: 640px;
	}

	.adj-brief-card h2,
	.adj-form-shell h2 {
		font-size: 28px;
		line-height: 1.16;
	}

	.adj-home-hero .et_pb_row,
	.adj-listen-section .et_pb_row,
	.adj-promise-section .et_pb_row,
	.adj-brief-section .et_pb_row {
		grid-template-columns: 1fr;
		gap: 56px;
	}

	.adj-promise-section .et_pb_row {
		min-height: 0;
	}

	.adj-home-hero {
		min-height: 0;
	}

	.adj-studio-card,
	.adj-latest-card,
	.adj-player,
	.adj-owned-player-shell,
	.adj-brief-card,
	.adj-form-shell {
		max-width: 720px;
	}

	.adj-owned-player-hero {
		margin-left: 0;
	}

	.adj-promise-section {
		padding: 106px 0 112px !important;
	}

	.adj-promise-section h2 {
		font-size: 40px;
		max-width: 620px;
	}

	.adj-promise-copy {
		max-width: 680px;
		padding: 36px;
	}

	.adj-latest-card h2 {
		font-size: 38px !important;
	}
}

@media (min-width: 981px) and (max-width: 1180px) {
	.adj-home-hero {
		padding: 76px 0 78px !important;
	}

	.adj-home-hero .et_pb_row {
		gap: 46px;
		grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
	}

	.adj-home-hero .adj-hero-copy p:not(.adj-label) {
		font-size: 17px;
		line-height: 1.58;
		margin-top: 24px;
		max-width: 500px;
	}

	.adj-home-hero .adj-action-row {
		margin-top: 30px;
	}

	.adj-home-hero .adj-hero-proof {
		gap: 8px;
		margin-top: 28px;
	}

	.adj-home-hero .adj-hero-proof span {
		font-size: 13px;
	}

	.adj-home-hero .adj-owned-player-hero {
		margin-left: auto;
		max-width: 430px;
		padding: 24px;
	}

	.adj-home-hero .adj-owned-player-intro {
		margin-bottom: 18px;
		padding-bottom: 18px;
	}

	.adj-home-hero .adj-owned-player-intro h2 {
		font-size: 31px;
		line-height: 1.04;
	}

	.adj-home-hero .adj-owned-player-intro p:not(.adj-label) {
		font-size: 14px;
		line-height: 1.48;
		margin-top: 12px;
	}

	.adj-home-hero .adj-owned-player-hero .category-grid,
	.adj-home-hero .adj-owned-player-hero .category-grid.audio-album-grid,
	.adj-home-hero .adj-owned-player-hero .lfm-album-grid-v2 {
		gap: 8px !important;
	}

	.adj-home-hero .adj-owned-player-hero .card-after,
	.adj-home-hero .adj-owned-player-hero .card-after.card-album {
		gap: 10px !important;
		grid-template-columns: 46px minmax(0, 1fr) auto;
		min-height: 62px !important;
		padding: 8px 10px !important;
	}

	.adj-home-hero .adj-owned-player-hero .card-after-image {
		height: 44px !important;
		width: 44px !important;
	}

	.adj-home-hero .adj-owned-player-hero .card-after-title {
		font-size: 14px !important;
	}

	.adj-home-hero .adj-owned-player-hero .card-after-cta {
		min-height: 30px;
		min-width: 46px;
		padding: 0 10px;
	}
}

@media (max-width: 720px) {
	.adj-site-header .et_pb_row {
		min-height: 72px;
		padding: 5px 0 !important;
		width: min(92vw, var(--adj-max));
	}

	.adj-header-nav a:not(:last-child) {
		display: none;
	}

	.adj-header-nav a:last-child {
		font-size: 13px;
		min-height: 42px;
		padding: 0 16px;
	}

	.adj-header-logo-img {
		width: 154px;
	}

	.adj-wordmark-name {
		font-size: 20px;
	}

	.adj-wordmark-text small {
		font-size: 9px;
		letter-spacing: 0.1em;
	}

	.adj-home-hero {
		padding: 62px 0 76px !important;
	}

	.adj-v5 h1 {
		font-size: 46px;
		line-height: 1.02;
	}

	.adj-v5 h2 {
		font-size: 34px;
	}

	.adj-proof-section h2,
	.adj-process-section h2 {
		font-size: 30px;
		line-height: 1.16;
	}

	.adj-brief-card h2,
	.adj-form-shell h2 {
		font-size: 25px;
		line-height: 1.16;
	}

	.adj-v5 p,
	.adj-hero-copy p:not(.adj-label),
	.adj-section-copy > p:not(.adj-label) {
		font-size: 16px;
		line-height: 1.62;
	}

	.adj-proof-intro > p:not(.adj-label) {
		line-height: 1.68;
	}

	.adj-hero-copy p:not(.adj-label) {
		margin-top: 24px;
	}

	.adj-action-row {
		align-items: stretch;
		flex-direction: column;
		margin-top: 34px;
	}

	.adj-button {
		font-size: 15px;
		min-height: 56px;
		width: 100%;
	}

	.adj-hero-proof {
		display: none;
	}

	.adj-studio-card,
	.adj-latest-card,
	.adj-lyric-sheet,
	.adj-player-head,
	.adj-quote,
	.adj-owned-player-shell,
	.adj-brief-card,
	.adj-form-shell {
		padding: 24px;
	}

	.adj-owned-player-hero {
		margin-top: 8px;
		padding: 22px;
	}

	.adj-owned-player-intro {
		margin-bottom: 18px;
		padding-bottom: 20px;
	}

	.adj-owned-player-intro h2 {
		font-size: 29px;
		line-height: 1.12;
	}

	.adj-owned-player-intro p:not(.adj-label) {
		font-size: 15px;
		margin-top: 12px;
	}

	.adj-latest-card {
		margin-left: 0;
		max-width: none;
		width: 100%;
	}

	.adj-latest-card h2 {
		font-size: 30px !important;
		max-width: 10em;
	}

	.adj-latest-card p:not(.adj-label) {
		font-size: 16px;
		margin-top: 18px;
	}

	.adj-session-top,
	.adj-player-title,
	.adj-footer-copy .et_pb_text_inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.adj-lyric-sheet h2,
	.adj-player-title strong {
		font-size: 28px;
	}

	.adj-listen-cues span {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.adj-listen-cues strong,
	.adj-listen-cues small {
		font-size: 14px;
	}

	.adj-listen-section,
	.adj-proof-section,
	.adj-process-section,
	.adj-brief-section,
	.adj-promise-section {
		padding: 72px 0 !important;
	}

	.adj-promise-section {
		padding: 78px 0 84px !important;
	}

	.adj-promise-section .et_pb_row {
		gap: 40px;
	}

	.adj-promise-section h2 {
		font-size: 31px;
		line-height: 1.16;
		max-width: 12em;
	}

	.adj-promise-copy {
		gap: 24px;
		padding: 26px;
	}

	.adj-promise-copy p {
		font-size: 16px;
		line-height: 1.58;
	}

	.adj-track {
		grid-template-columns: 54px minmax(0, 1fr);
		padding: 16px 20px;
	}

	.adj-duration {
		display: none;
	}

	.adj-proof-grid,
	.adj-process-grid {
		grid-template-columns: 1fr;
	}

	.adj-owned-player-listen .category-grid.audio-album-grid,
	.adj-owned-player-listen .lfm-album-grid-v2,
	.adj-owned-testimonials-shell .lfm-testimonials-light__body {
		grid-template-columns: 1fr !important;
	}

	.adj-owned-player-shell .card-after,
	.adj-owned-player-shell .card-after.card-album {
		grid-template-columns: 58px minmax(0, 1fr) auto;
		min-height: 76px !important;
		padding: 12px !important;
	}

	.adj-owned-player-shell .card-after-image {
		height: 56px !important;
		width: 56px !important;
	}

	.adj-owned-player-shell .card-after-overlay {
		grid-column: 2;
		grid-template-columns: 1fr auto;
	}

	.adj-owned-player-shell .card-after-title {
		font-size: 16px !important;
		white-space: normal;
	}

	.adj-owned-player-shell .card-after-cta {
		display: inline-flex;
		font-size: 0 !important;
		min-height: 34px;
		min-width: 48px;
		padding: 0 11px;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light__lead,
	.adj-owned-testimonials-shell .lfm-testimonials-light__card {
		min-height: 0 !important;
		padding: 28px !important;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light blockquote {
		font-size: 16.5px !important;
		line-height: 1.6 !important;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light__lead blockquote {
		font-size: 17px !important;
		line-height: 1.58 !important;
	}

	.adj-form-shell .gform_wrapper.gravity-theme input[type="text"],
	.adj-form-shell .gform_wrapper.gravity-theme input[type="email"],
	.adj-form-shell .gform_wrapper.gravity-theme input[type="tel"],
	.adj-form-shell .gform_wrapper.gravity-theme textarea,
	.adj-form-shell .gform_wrapper.gravity-theme select,
	body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="text"]:not(.gform-text-input-reset),
	body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="email"],
	body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="tel"],
	body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
		font-size: 16px !important;
		line-height: 1.45 !important;
	}

	body #gform_wrapper_1 .gform_footer .gform_button,
	body #gform_wrapper_1 .gform_page_footer .gform_button,
	body #gform_wrapper_1 .gform_page_footer .gform_previous_button,
	body #gform_wrapper_1 .gform_page_footer .gform_next_button,
	body #gform_wrapper_1 .gfield#field_submit .gform-button {
		font-size: 14px !important;
		min-height: 56px !important;
		width: 100%;
	}

	.adj-form-shell .gform_wrapper.gravity-theme .gfield_label {
		font-size: 14px;
		line-height: 1.42;
	}

	#main-glass-player.lfm-player-v2 {
		bottom: calc(10px + env(safe-area-inset-bottom)) !important;
		left: 50% !important;
		max-width: none !important;
		right: auto !important;
		transform: translateX(-50%) !important;
		width: calc(100vw - 18px) !important;
	}

	#main-glass-player.lfm-player-v2 > div {
		grid-template-columns: 40px minmax(0, 1fr) auto !important;
		min-height: 92px !important;
		padding: 9px 10px !important;
	}

	body.lfm-audio-player-active #page-container {
		padding-bottom: 122px;
	}

	.adj-proof-grid {
		gap: 18px;
		margin-top: 34px;
	}

	.adj-quote img {
		height: 72px;
		margin-bottom: 22px;
		width: 72px;
	}

	.adj-quote blockquote,
	.adj-quote:not(.adj-quote-feature) blockquote {
		font-family: var(--adj-font);
		font-size: 16px;
		font-weight: 520;
		line-height: 1.56;
	}

	.adj-step,
	.adj-step:first-child,
	.adj-step:last-child {
		border-radius: var(--adj-radius);
	}

	.adj-step {
		padding: 28px;
	}

	.adj-promise-line,
	.adj-client-list {
		grid-template-columns: 1fr;
	}

	.adj-promise-line {
		gap: 16px;
		grid-template-columns: 1fr;
		padding-top: 24px;
	}

		.adj-promise-line strong {
			font-size: 26px;
			height: auto;
			width: auto;
		}

	.adj-process-grid {
		gap: 12px;
	}

	.adj-step,
	.adj-step:first-child,
	.adj-step:last-child {
		border-radius: var(--adj-radius);
	}

	.adj-footer-section {
		padding: 34px 0 !important;
	}

	.adj-footer-copy .et_pb_text_inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		justify-content: flex-start;
	}

	.adj-footer-copy span {
		font-size: 14px;
		line-height: 1.48;
	}

	.adj-footer-contact {
		display: grid;
		gap: 7px;
	}

	.adj-footer-dot {
		display: none !important;
	}

	.adj-footer-phone,
	.adj-footer-phone a {
		white-space: nowrap;
	}

	.adj-client-list span:nth-child(odd) {
		border-right: 0;
	}

	.adj-client-list span:not(:last-child) {
		border-bottom: 1px solid var(--adj-line);
	}
}

/* Premium UI polish pass, June 2026. Keep this as the final cascade layer. */
#main-content .adj-v5 {
	--adj-mist: #f7f8f4;
	--adj-panel: #fffefa;
	--adj-hairline: rgba(23, 18, 15, 0.09);
}

.adj-site-header {
	backdrop-filter: blur(20px) saturate(1.15);
	background: rgba(255, 253, 248, 0.93) !important;
}

.adj-header-nav a {
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.adj-header-nav a:hover,
.adj-header-nav a:focus-visible {
	color: var(--adj-coral);
}

.adj-header-nav a:last-child:hover,
.adj-header-nav a:last-child:focus-visible {
	background: #241b17;
	color: #fff;
	transform: translateY(-1px);
}

.adj-home-hero {
	background:
		radial-gradient(circle at 78% 18%, rgba(221, 98, 68, 0.11), transparent 26%),
		radial-gradient(circle at 96% 72%, rgba(8, 126, 116, 0.07), transparent 24%),
		linear-gradient(180deg, #fffefa 0%, #f8efe3 100%) !important;
}

.adj-owned-player-shell {
	background: rgba(255, 254, 250, 0.92);
	border-color: var(--adj-hairline);
	box-shadow: 0 30px 86px rgba(64, 43, 31, 0.1);
}

.adj-owned-player-hero {
	max-width: 584px;
	padding: 36px;
}

.adj-owned-player-intro {
	border-bottom-color: rgba(23, 18, 15, 0.08);
	margin-bottom: 24px;
	padding-bottom: 26px;
}

.adj-owned-player-intro h2 {
	font-size: 32px;
	font-weight: 640;
	letter-spacing: 0;
}

.adj-owned-player-intro p:not(.adj-label) {
	color: rgba(76, 64, 58, 0.82);
}

.adj-owned-player-hero .category-grid.audio-album-grid,
.adj-owned-player-hero .lfm-album-grid-v2 {
	gap: 14px !important;
}

.adj-owned-player-shell .card-after,
.adj-owned-player-shell .card-after.card-album {
	background: var(--adj-panel) !important;
	border-color: rgba(23, 18, 15, 0.08) !important;
	gap: 16px !important;
	grid-template-columns: 66px minmax(0, 1fr) auto;
	min-height: 84px !important;
	padding: 10px 14px !important;
}

.adj-owned-player-shell .lfm-audio-player-v2 .category-grid.audio-album-grid .card-after,
.adj-owned-player-shell .lfm-audio-player-v2 .lfm-album-grid-v2 .card-after,
.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell .card-after,
.adj-owned-player-shell .audio-grid-vue-root.lfm-audio-player-v2 .category-grid.audio-album-grid .card-after {
	min-height: 84px !important;
}

.adj-owned-player-shell .card-after-image {
	background-color: #f7efe2 !important;
	border-color: rgba(23, 18, 15, 0.08);
	height: 64px !important;
	width: 64px !important;
}

.adj-owned-player-shell .card-after-title {
	font-size: 16.5px !important;
	font-weight: 700;
}

.adj-owned-player-shell .card-after-cta {
	background: #1f1714;
	min-height: 36px;
	min-width: 56px;
	padding: 0 14px;
}

.adj-owned-player-shell .card-after:hover,
.adj-owned-player-shell .audio-album-cell.is-playing .card-after {
	background: #fffaf1 !important;
	border-color: rgba(221, 98, 68, 0.28) !important;
	box-shadow: 0 16px 34px rgba(64, 43, 31, 0.08) !important;
}

.adj-owned-player-shell .audio-album-cell.is-playing .card-after,
.adj-owned-player-shell .lfm-demo-card.is-playing .card-after,
.adj-owned-player-shell .card-after.is-playing,
.adj-owned-player-shell .card-after.active {
	box-shadow: inset 0 0 0 1px rgba(221, 98, 68, 0.38), 0 16px 34px rgba(64, 43, 31, 0.08) !important;
}

.adj-proof-section {
	background: var(--adj-mist) !important;
}

.adj-owned-testimonials-shell {
	margin-top: 50px;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__body {
	gap: 22px !important;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr) !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__lead,
.adj-owned-testimonials-shell .lfm-testimonials-light__card {
	background: #fffefa !important;
	border-color: rgba(23, 18, 15, 0.08) !important;
	min-height: 224px !important;
	padding: 34px !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__lead {
	border-left: 2px solid rgba(221, 98, 68, 0.72) !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__stars {
	font-size: 12px !important;
	letter-spacing: 0.04em !important;
	margin-bottom: 18px !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light blockquote {
	color: rgba(23, 18, 15, 0.9) !important;
	line-height: 1.62 !important;
}

.adj-process-section {
	background: linear-gradient(180deg, #f5eadc 0%, #eee4d4 100%) !important;
}

.adj-process-grid {
	gap: 14px;
}

.adj-step,
.adj-step:first-child,
.adj-step:last-child {
	background: rgba(255, 254, 250, 0.76);
	border-color: rgba(23, 18, 15, 0.08);
	border-radius: var(--adj-radius);
}

.adj-brief-section {
	background: linear-gradient(180deg, #fff 0%, #fbf8f2 100%) !important;
	padding-bottom: 130px !important;
}

.adj-brief-card,
.adj-form-shell {
	background: #fffefa;
	border-color: rgba(23, 18, 15, 0.08);
	box-shadow: 0 28px 82px rgba(64, 43, 31, 0.07);
}

.adj-form-shell {
	padding: 42px;
}

.adj-form-note {
	background: #f6eddf;
	border-left-color: var(--adj-coral);
	color: rgba(76, 64, 58, 0.86) !important;
}

.adj-form-shell .gform_wrapper.gravity-theme input[type="text"],
.adj-form-shell .gform_wrapper.gravity-theme input[type="email"],
.adj-form-shell .gform_wrapper.gravity-theme input[type="tel"],
.adj-form-shell .gform_wrapper.gravity-theme textarea,
.adj-form-shell .gform_wrapper.gravity-theme select,
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="text"]:not(.gform-text-input-reset),
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="email"],
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="tel"],
body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
	background: #fff !important;
	border-color: rgba(23, 18, 15, 0.13) !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.adj-form-shell .gform_wrapper.gravity-theme input[type="text"]:focus,
.adj-form-shell .gform_wrapper.gravity-theme input[type="email"]:focus,
.adj-form-shell .gform_wrapper.gravity-theme input[type="tel"]:focus,
.adj-form-shell .gform_wrapper.gravity-theme textarea:focus,
.adj-form-shell .gform_wrapper.gravity-theme select:focus,
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="text"]:not(.gform-text-input-reset):focus,
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="email"]:focus,
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="tel"]:focus,
body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea:focus {
	background: #fffefa !important;
	border-color: rgba(221, 98, 68, 0.54) !important;
	box-shadow: 0 0 0 4px rgba(221, 98, 68, 0.1) !important;
	outline: none !important;
}

body #gform_wrapper_1 .gform_footer .gform_button,
body #gform_wrapper_1 .gform_page_footer .gform_button,
body #gform_wrapper_1 .gform_page_footer .gform_previous_button,
body #gform_wrapper_1 .gform_page_footer .gform_next_button,
body #gform_wrapper_1 .gfield#field_submit .gform-button {
	transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body #gform_wrapper_1 .gform_footer .gform_button:hover,
body #gform_wrapper_1 .gform_page_footer .gform_button:hover,
body #gform_wrapper_1 .gform_page_footer .gform_previous_button:hover,
body #gform_wrapper_1 .gform_page_footer .gform_next_button:hover,
body #gform_wrapper_1 .gfield#field_submit .gform-button:hover {
	background: #241b17 !important;
	box-shadow: 0 14px 30px rgba(23, 18, 15, 0.16) !important;
	transform: translateY(-1px);
}

#main-glass-player.lfm-player-v2 {
	backdrop-filter: blur(18px) saturate(1.12);
	background: rgba(28, 22, 18, 0.92) !important;
	border-color: rgba(255, 255, 255, 0.13) !important;
	border-radius: var(--adj-radius) !important;
	bottom: calc(24px + env(safe-area-inset-bottom)) !important;
	box-shadow: 0 18px 54px rgba(23, 18, 15, 0.24) !important;
	max-width: 520px !important;
	min-height: 62px !important;
	width: min(520px, calc(100vw - 48px)) !important;
}

#main-glass-player.lfm-player-v2 > div {
	gap: 9px !important;
	grid-template-columns: 38px minmax(116px, 1fr) minmax(104px, 0.55fr) auto auto !important;
	min-height: 60px !important;
	padding: 8px 9px !important;
}

#main-glass-player.lfm-player-v2 .lfm-player-art {
	height: 38px !important;
	width: 38px !important;
}

#main-glass-player.lfm-player-v2 .play-btn {
	height: 38px !important;
	width: 38px !important;
}

#main-glass-player.lfm-player-v2 .player-info .text-lg {
	font-size: 13.5px !important;
}

#main-glass-player.lfm-player-v2 .player-info span:first-child {
	letter-spacing: 0.04em !important;
	text-transform: none !important;
}

body.lfm-audio-player-active #page-container {
	padding-bottom: 88px;
}

.adj-footer-section {
	background:
		linear-gradient(180deg, #15110f 0%, #0f0c0b 100%) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	padding: 58px 0 !important;
}

.adj-footer-copy .et_pb_text_inner {
	align-items: center;
	gap: 14px 28px;
}

.adj-latest-card {
	background: rgba(255, 254, 250, 0.68);
	border-color: rgba(23, 18, 15, 0.08);
	border-radius: var(--adj-radius);
	box-shadow: 0 28px 88px rgba(64, 43, 31, 0.07);
	padding: 52px;
}

.adj-latest-card h2 {
	font-family: var(--adj-font);
	font-size: 40px !important;
	font-weight: 680;
	line-height: 1.08 !important;
	max-width: 11em;
}

.adj-latest-card p:not(.adj-label) {
	font-size: 17px;
	line-height: 1.62;
	max-width: 28em;
}

.adj-latest-list {
	margin-top: 34px;
}

.adj-latest-list span {
	font-size: 14.5px;
	min-height: 54px;
}

.adj-listen-section {
	background: #fff !important;
	padding: 132px 0 !important;
}

.adj-listen-section .et_pb_row {
	align-items: center;
	gap: 86px;
}

.adj-promise-section {
	background: linear-gradient(180deg, #fbf8f2 0%, #f5efe7 100%) !important;
	padding: 138px 0 !important;
}

.adj-promise-section .et_pb_row {
	gap: 96px;
}

.adj-promise-copy {
	background: transparent;
	border: 0;
	box-shadow: none;
	max-width: 620px;
	padding: 0;
}

.adj-promise-copy p {
	font-size: 18px;
	line-height: 1.72;
}

.adj-promise-line {
	gap: 30px;
	grid-template-columns: 94px minmax(0, 1fr);
	padding-top: 36px;
}

.adj-promise-line strong {
	font-size: 38px;
}

.adj-process-section {
	background: #f7f8f4 !important;
	padding: 124px 0 !important;
}

.adj-process-grid {
	gap: 18px;
}

.adj-step,
.adj-step:first-child,
.adj-step:last-child {
	background: #fffefa;
	padding: 38px 32px;
}

.adj-brief-section {
	padding-top: 132px !important;
}

#main-glass-player.lfm-player-v2 {
	border-radius: var(--adj-radius) !important;
}

@media (min-width: 981px) {
	.adj-home-hero .adj-owned-player-hero .category-grid.audio-album-grid,
	.adj-home-hero .adj-owned-player-hero .lfm-album-grid-v2 {
		gap: 8px !important;
	}

	.adj-home-hero .adj-owned-player-hero .card-after,
	.adj-home-hero .adj-owned-player-hero .card-after.card-album,
	.adj-home-hero .adj-owned-player-hero .lfm-audio-player-v2 .category-grid.audio-album-grid .card-after,
	.adj-home-hero .adj-owned-player-hero .lfm-audio-player-v2 .lfm-album-grid-v2 .card-after,
	.adj-home-hero .adj-owned-player-hero .lfm-audio-player-v2 .audio-album-cell .card-after,
	.adj-home-hero .adj-owned-player-hero .audio-grid-vue-root.lfm-audio-player-v2 .category-grid.audio-album-grid .card-after {
		gap: 12px !important;
		grid-template-columns: 50px minmax(0, 1fr) auto;
		min-height: 64px !important;
		padding: 7px 10px !important;
	}

	.adj-home-hero .adj-owned-player-hero .card-after-image {
		height: 46px !important;
		width: 46px !important;
	}

	.adj-home-hero .adj-owned-player-hero .card-after-title {
		font-size: 15px !important;
	}

	.adj-home-hero .adj-owned-player-hero .card-after-cta {
		min-height: 32px !important;
		min-width: 50px !important;
		padding: 0 12px !important;
	}
}

@media (min-width: 1500px) {
	.adj-site-header .et_pb_row,
	.adj-home-hero .et_pb_row,
	.adj-listen-section .et_pb_row,
	.adj-promise-section .et_pb_row,
	.adj-proof-section .et_pb_row,
	.adj-process-section .et_pb_row,
	.adj-brief-section .et_pb_row,
	.adj-footer-section .et_pb_row {
		max-width: 1220px;
	}
}

@media (min-width: 981px) and (max-width: 1180px) {
	.adj-home-hero .adj-owned-player-hero .card-after,
	.adj-home-hero .adj-owned-player-hero .card-after.card-album {
		grid-template-columns: 52px minmax(0, 1fr) auto;
		min-height: 70px !important;
	}

	.adj-home-hero .adj-owned-player-hero .card-after-image {
		height: 50px !important;
		width: 50px !important;
	}
}

@media (max-width: 720px) {
	.adj-site-header .et_pb_row {
		min-height: 76px;
		padding: 9px 0 !important;
		width: min(90vw, var(--adj-max));
	}

	.adj-header-logo-img {
		width: 134px;
	}

	.adj-header-kicker {
		font-size: 9px;
		letter-spacing: 0.1em;
	}

	.adj-header-nav a:last-child {
		font-size: 12.5px;
		min-height: 40px;
		padding: 0 15px;
	}

	.adj-home-hero {
		padding: 58px 0 72px !important;
	}

	.adj-owned-player-hero {
		padding: 24px;
	}

	.adj-owned-player-shell .card-after,
	.adj-owned-player-shell .card-after.card-album {
		gap: 12px !important;
		grid-template-columns: 58px minmax(0, 1fr) auto;
		min-height: 78px !important;
		padding: 10px !important;
	}

	.adj-owned-player-shell .lfm-audio-player-v2 .category-grid.audio-album-grid .card-after,
	.adj-owned-player-shell .lfm-audio-player-v2 .lfm-album-grid-v2 .card-after,
	.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell .card-after,
	.adj-owned-player-shell .audio-grid-vue-root.lfm-audio-player-v2 .category-grid.audio-album-grid .card-after {
		min-height: 78px !important;
	}

	.adj-owned-player-shell .card-after-image {
		height: 56px !important;
		width: 56px !important;
	}

	.adj-proof-section,
	.adj-process-section,
	.adj-brief-section {
		padding: 78px 0 !important;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light__body,
	.adj-owned-testimonials-shell .lfm-testimonials-light__cards {
		gap: 14px !important;
		grid-template-columns: 1fr !important;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light__lead,
	.adj-owned-testimonials-shell .lfm-testimonials-light__card,
	.adj-brief-card,
	.adj-form-shell {
		min-height: 0 !important;
		padding: 26px !important;
		width: 100% !important;
	}

	.adj-process-grid {
		gap: 12px;
	}

	.adj-brief-section {
		padding-bottom: 92px !important;
	}

	#main-glass-player.lfm-player-v2 {
		bottom: calc(12px + env(safe-area-inset-bottom)) !important;
		border-radius: var(--adj-radius) !important;
		width: calc(100vw - 20px) !important;
	}

	#main-glass-player.lfm-player-v2 > div {
		grid-template-columns: 36px minmax(86px, 1fr) auto auto !important;
		padding: 8px !important;
	}

	#main-glass-player.lfm-player-v2 .progress-wrapper {
		display: none !important;
	}

	.adj-footer-section {
		padding: 46px 0 !important;
	}

	.adj-footer-copy .et_pb_text_inner {
		gap: 10px;
	}
}

/* Human session proof pass, June 2026. */
.adj-promise-section {
	background:
		linear-gradient(180deg, #fbf8f2 0%, #f6efe5 100%) !important;
	padding: 152px 0 !important;
}

.adj-promise-section .et_pb_row {
	align-items: center;
	gap: 102px;
	grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.78fr);
}

.adj-human-visual-module,
.adj-human-copy {
	margin: 0;
}

.adj-human-photo {
	display: grid;
	gap: 14px;
	margin: 0;
	position: relative;
	width: 100%;
}

.adj-human-photo img {
	aspect-ratio: 1.42 / 1;
	border-radius: var(--adj-radius);
	box-shadow: 0 36px 86px rgba(23, 18, 15, 0.16);
	display: block;
	height: auto;
	object-fit: cover;
	object-position: 49% 52%;
	width: 100%;
}

.adj-human-photo figcaption {
	color: var(--adj-muted);
	font-size: 13.5px;
	font-weight: 640;
	line-height: 1.45;
	margin: 0;
	max-width: 38em;
}

.adj-music-notation {
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(250, 244, 235, 0.96));
	border: 1px solid rgba(23, 18, 15, 0.14);
	border-radius: 10px;
	bottom: 30px;
	box-shadow: 0 14px 34px rgba(23, 18, 15, 0.14);
	display: grid;
	gap: 0;
	padding: 15px 17px 13px;
	position: absolute;
	right: 24px;
	transform: rotate(-1deg);
	width: min(282px, 44%);
}

.adj-music-notation span {
	background: rgba(23, 18, 15, 0.2);
	display: block;
	height: 1px;
	margin: 4px 0;
}

.adj-music-notation .note {
	background: var(--adj-coral);
	border-radius: 999px;
	display: block;
	height: 11px;
	position: absolute;
	transform: rotate(10deg);
	width: 10px;
}

.adj-music-notation .note::after {
	background: var(--adj-coral);
	border-radius: 999px;
	content: "";
	display: block;
	height: 34px;
	left: 9px;
	position: absolute;
	top: -30px;
	width: 2px;
}

.adj-music-notation .note-one {
	left: 60px;
	top: 37px;
}

.adj-music-notation .note-two {
	background: var(--adj-gold);
	left: 138px;
	top: 28px;
}

.adj-music-notation .note-two::after {
	background: var(--adj-gold);
}

.adj-music-notation .note-three {
	left: 214px;
	top: 35px;
}

.adj-music-notation em {
	color: var(--adj-soft-ink);
	display: inline-block;
	font-size: 9.5px;
	font-style: normal;
	font-weight: 720;
	letter-spacing: 0;
	line-height: 1;
	margin-right: 14px;
	margin-top: 16px;
}

.adj-human-copy {
	display: grid;
	gap: 22px;
	max-width: 500px;
	padding: 0;
}

.adj-human-copy h2 {
	font-size: 39px !important;
	font-weight: 680;
	letter-spacing: 0 !important;
	line-height: 1.1;
	max-width: 470px;
}

.adj-human-copy p:not(.adj-label):not(.adj-regional-contact) {
	color: var(--adj-soft-ink);
	font-size: 17px;
	line-height: 1.68;
	max-width: 480px;
}

.adj-human-points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2px;
}

.adj-human-points span {
	align-items: center;
	border: 1px solid rgba(23, 18, 15, 0.12);
	border-radius: 999px;
	color: var(--adj-soft-ink);
	display: inline-flex;
	font-size: 13px;
	font-weight: 720;
	min-height: 34px;
	padding: 0 14px;
}

.adj-human-points span::before {
	background: var(--adj-gold);
	border-radius: 999px;
	content: "";
	height: 6px;
	margin-right: 9px;
	width: 6px;
}

.adj-human-copy .adj-promise-line {
	gap: 8px;
	margin-bottom: 0;
	margin-top: 4px;
	padding-top: 28px;
}

.adj-human-copy .adj-promise-line-quiet {
	grid-template-columns: 1fr;
}

.adj-human-copy .adj-promise-line-quiet strong {
	color: var(--adj-coral);
	font-family: var(--adj-font);
	font-size: 18px;
	font-weight: 780;
	letter-spacing: 0;
	line-height: 1.25;
}

.adj-human-copy .adj-promise-line-quiet span {
	font-size: 15.5px;
	line-height: 1.56;
	max-width: 28em;
}

.adj-human-copy .adj-regional-contact {
	align-items: center;
	clear: both;
	gap: 8px 12px;
	margin-top: 20px !important;
	padding-top: 2px;
}

@media (max-width: 1180px) {
	.adj-promise-section {
		padding: 112px 0 !important;
	}

	.adj-promise-section .et_pb_row {
		gap: 48px;
		grid-template-columns: 1fr;
	}

	.adj-human-visual-module,
	.adj-human-copy {
		max-width: 760px;
	}
}

@media (max-width: 720px) {
	.adj-promise-section {
		padding: 78px 0 82px !important;
	}

	.adj-promise-section .et_pb_row {
		gap: 34px;
	}

	.adj-human-photo {
		gap: 12px;
	}

	.adj-human-photo img {
		aspect-ratio: 1 / 1;
		object-position: 50% 50%;
	}

	.adj-music-notation {
		bottom: 40px;
		left: 14px;
		padding: 12px 13px 10px;
		right: auto;
		transform: rotate(-0.6deg);
		width: min(232px, calc(100% - 28px));
	}

	.adj-music-notation .note-one {
		left: 42px;
	}

	.adj-music-notation .note-two {
		left: 108px;
	}

	.adj-music-notation .note-three {
		left: 174px;
	}

	.adj-music-notation em {
		font-size: 9px;
		margin-right: 9px;
	}

	.adj-human-photo figcaption {
		font-size: 13px;
	}

	.adj-human-copy {
		gap: 20px;
	}

	.adj-human-copy h2 {
		font-size: 31px !important;
		line-height: 1.15;
		max-width: 12em;
	}

	.adj-human-copy p:not(.adj-label):not(.adj-regional-contact) {
		font-size: 16px;
		line-height: 1.6;
	}

	.adj-human-points {
		gap: 8px;
	}

	.adj-human-points span {
		font-size: 12px;
		min-height: 32px;
		padding: 0 12px;
	}

	.adj-human-copy .adj-promise-line {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 0;
		padding-top: 24px;
	}

	.adj-human-copy .adj-promise-line-quiet {
		grid-template-columns: 1fr;
	}

	.adj-human-copy .adj-promise-line-quiet strong {
		font-size: 16px;
	}
}

/* Proof/process editorial polish, June 2026. */
.adj-proof-section {
	background: #fffdf8 !important;
	padding: 138px 0 !important;
}

.adj-proof-intro {
	max-width: 780px;
}

.adj-proof-section h2,
.adj-process-section h2 {
	font-size: 44px;
	line-height: 1.1;
	max-width: 760px;
}

.adj-proof-intro > p:not(.adj-label),
.adj-process-intro > p:not(.adj-label) {
	color: rgba(76, 64, 58, 0.86);
	font-size: 18px;
	line-height: 1.68;
	max-width: 620px;
}

.adj-owned-testimonials-shell {
	margin-top: 68px;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__body {
	display: block !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__cards {
	display: block !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__lead,
.adj-owned-testimonials-shell .lfm-testimonials-light__card {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: grid !important;
	gap: 8px 48px !important;
	grid-template-columns: 170px minmax(0, 1fr) !important;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 34px 0 !important;
	position: relative;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__lead {
	border-top: 1px solid rgba(23, 18, 15, 0.12) !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__card {
	border-top: 1px solid rgba(23, 18, 15, 0.1) !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__card:last-child {
	border-bottom: 1px solid rgba(23, 18, 15, 0.12) !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__lead::before,
.adj-owned-testimonials-shell .lfm-testimonials-light__card::before {
	color: var(--adj-teal);
	content: "Client words";
	display: block;
	font-size: 11px;
	font-weight: 760;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__lead > div,
.adj-owned-testimonials-shell .lfm-testimonials-light__card > div {
	grid-column: 2;
	grid-row: 1 / span 2;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__stars {
	display: none !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light blockquote,
.adj-owned-testimonials-shell .lfm-testimonials-light__lead blockquote {
	color: var(--adj-ink) !important;
	font-size: 22px !important;
	font-weight: 560 !important;
	letter-spacing: 0 !important;
	line-height: 1.48 !important;
	max-width: 840px;
}

.adj-owned-testimonials-shell .lfm-testimonials-light figcaption {
	align-self: end;
	border-left: 0;
	color: var(--adj-muted) !important;
	display: grid !important;
	font-size: 14px !important;
	gap: 5px !important;
	margin-top: 0 !important;
	padding-left: 0;
}

.adj-owned-testimonials-shell .lfm-testimonials-light figcaption strong {
	color: var(--adj-ink) !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}

.adj-process-section {
	background: #f6f2eb !important;
	border-top: 1px solid rgba(23, 18, 15, 0.08);
	padding: 142px 0 !important;
}

.adj-process-intro {
	max-width: 760px;
}

.adj-process-grid {
	border-bottom: 1px solid rgba(23, 18, 15, 0.12);
	border-top: 1px solid rgba(23, 18, 15, 0.12);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 72px;
}

.adj-step,
.adj-step:first-child,
.adj-step:last-child {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 42px 34px 46px;
	position: relative;
}

.adj-step:not(:last-child) {
	border-right: 1px solid rgba(23, 18, 15, 0.1);
}

.adj-step::before {
	background: var(--adj-coral);
	border-radius: 999px;
	content: "";
	height: 8px;
	left: 34px;
	position: absolute;
	top: -4px;
	width: 8px;
}

.adj-step span {
	color: var(--adj-muted);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.08em;
	margin-bottom: 48px;
}

.adj-step strong {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 14px;
}

.adj-step p {
	color: rgba(76, 64, 58, 0.9);
	font-size: 16.5px;
	line-height: 1.62;
}

@media (max-width: 980px) {
	.adj-owned-testimonials-shell .lfm-testimonials-light__lead,
	.adj-owned-testimonials-shell .lfm-testimonials-light__card {
		grid-template-columns: 1fr;
		gap: 18px !important;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light__lead > div,
	.adj-owned-testimonials-shell .lfm-testimonials-light__card > div {
		grid-column: auto;
		grid-row: auto;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light figcaption {
		border-left: 0;
		border-top: 1px solid rgba(23, 18, 15, 0.1);
		padding-left: 0;
		padding-top: 18px;
	}

	.adj-process-grid {
		grid-template-columns: 1fr 1fr;
	}

	.adj-step:nth-child(2) {
		border-right: 0;
	}

	.adj-step:nth-child(n + 3) {
		border-top: 1px solid rgba(23, 18, 15, 0.1);
	}
}

@media (max-width: 720px) {
	.adj-proof-section,
	.adj-process-section {
		padding: 86px 0 !important;
	}

	.adj-proof-section h2,
	.adj-process-section h2 {
		font-size: 32px;
		line-height: 1.14;
	}

	.adj-proof-intro > p:not(.adj-label),
	.adj-process-intro > p:not(.adj-label) {
		font-size: 16px;
		line-height: 1.62;
	}

	.adj-owned-testimonials-shell {
		margin-top: 42px;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light__lead,
	.adj-owned-testimonials-shell .lfm-testimonials-light__card {
		padding: 28px 0 !important;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light blockquote,
	.adj-owned-testimonials-shell .lfm-testimonials-light__lead blockquote {
		font-size: 18px !important;
		line-height: 1.52 !important;
	}

	.adj-process-grid {
		border-bottom: 0;
		display: block;
		margin-top: 44px;
	}

	.adj-step,
	.adj-step:first-child,
	.adj-step:last-child {
		border-right: 0;
		border-top: 1px solid rgba(23, 18, 15, 0.12);
		padding: 30px 0 30px 32px;
	}

	.adj-step:nth-child(n + 3) {
		border-top: 1px solid rgba(23, 18, 15, 0.12);
	}

	.adj-step::before {
		left: 0;
		top: 38px;
	}

	.adj-step span {
		margin-bottom: 14px;
	}

	.adj-step strong {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.adj-step p {
		font-size: 15.5px;
		line-height: 1.58;
	}
}

/* Launch readiness polish, June 2026. */
.adj-header-logo-img {
	width: 158px;
}

.adj-header-nav a:last-child {
	min-width: 0;
	padding: 0 20px;
}

.adj-hero-copy .adj-label {
	margin-bottom: 18px;
}

.adj-hero-copy h1 {
	max-width: 8.5em;
}

.adj-hero-copy .adj-hero-trust {
	color: var(--adj-soft-ink) !important;
	font-size: 15px;
	font-weight: 720;
	margin-top: 18px;
}

.adj-home-hero .adj-action-row {
	margin-top: 34px;
}

.adj-owned-player-hero {
	padding: 48px;
}

.adj-owned-player-intro h2 {
	max-width: 11.5em;
}

.adj-owned-player-intro p:not(.adj-label) {
	max-width: 31em;
}

.adj-owned-player-shell .card-after-image::after,
.adj-owned-player-shell .card-after-overlay::before {
	display: none !important;
}

.adj-owned-player-shell .card-after-image img {
	filter: none !important;
}

.adj-human-photo-clean img {
	aspect-ratio: 1.35 / 1;
	box-shadow: 0 30px 80px rgba(23, 18, 15, 0.13);
}

.adj-human-photo-clean::before {
	aspect-ratio: 1.35 / 1;
	background: url("/wp-content/uploads/2026/06/adj-studio-side.jpg") center 52% / cover no-repeat;
	border-radius: var(--adj-radius);
	box-shadow: 0 30px 80px rgba(23, 18, 15, 0.13);
	content: "";
	display: block;
	grid-column: 1;
	grid-row: 1;
	width: 100%;
}

.adj-human-photo-clean img {
	grid-column: 1;
	grid-row: 1;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.adj-music-notation {
	display: none !important;
}

.adj-human-copy {
	gap: 24px;
	max-width: 540px;
}

.adj-human-copy h2 {
	font-size: 42px !important;
	max-width: 10.8em;
}

.adj-human-points {
	margin-top: 4px;
}

.adj-human-copy .adj-promise-line {
	border-top: 1px solid rgba(23, 18, 15, 0.12);
}

.adj-human-copy .adj-regional-contact > span:first-child {
	color: var(--adj-soft-ink);
}

.adj-human-copy .adj-region-phone a {
	background: #fffdf8 !important;
	border-color: rgba(23, 18, 15, 0.16);
	color: var(--adj-ink) !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light__lead,
.adj-owned-testimonials-shell .lfm-testimonials-light__card {
	box-shadow: none !important;
}

.adj-owned-testimonials-shell .lfm-testimonials-light blockquote,
.adj-owned-testimonials-shell .lfm-testimonials-light__lead blockquote {
	max-width: 820px;
}

.adj-process-grid {
	gap: 0;
}

.adj-step,
.adj-step:first-child,
.adj-step:last-child {
	background: transparent !important;
	box-shadow: none !important;
}

.adj-brief-card,
.adj-form-shell {
	box-shadow: 0 24px 72px rgba(64, 43, 31, 0.06);
}

.adj-brief-list span {
	font-size: 15.5px;
	line-height: 1.56;
}

.adj-form-shell h2 {
	font-size: 32px;
	max-width: 13em;
}

.adj-form-note {
	background: transparent !important;
	border-left: 0 !important;
	border-radius: 0 !important;
	border-top: 1px solid rgba(23, 18, 15, 0.12) !important;
	color: rgba(76, 64, 58, 0.88) !important;
	margin: 20px 0 24px !important;
	padding: 18px 0 0 !important;
}

.adj-form-shell .gform_wrapper.gravity-theme .gfield_label {
	color: var(--adj-ink) !important;
	font-size: 14.5px !important;
	font-weight: 720 !important;
	margin-bottom: 7px !important;
}

.adj-form-shell .gform_wrapper.gravity-theme input[type="text"],
.adj-form-shell .gform_wrapper.gravity-theme input[type="email"],
.adj-form-shell .gform_wrapper.gravity-theme input[type="tel"],
.adj-form-shell .gform_wrapper.gravity-theme textarea,
.adj-form-shell .gform_wrapper.gravity-theme select,
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="text"]:not(.gform-text-input-reset),
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="email"],
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="tel"],
body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
	border-color: rgba(23, 18, 15, 0.2) !important;
	color: var(--adj-ink) !important;
	min-height: 52px;
}

.adj-form-shell ::placeholder {
	color: rgba(76, 64, 58, 0.7) !important;
}

.adj-footer-copy .et_pb_text_inner {
	align-items: center;
	gap: 14px 24px;
}

.adj-footer-copy .et_pb_text_inner p {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

.adj-footer-copy span {
	font-size: 14.5px;
}

.adj-footer-contact {
	flex-wrap: wrap;
}

.adj-footer-phone a {
	color: #fff !important;
	font-weight: 740;
}

@media (max-width: 980px) {
	.adj-header-logo-img {
		width: 144px;
	}

	.adj-owned-player-hero {
		padding: 36px;
	}

	.adj-human-copy h2 {
		font-size: 36px !important;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light__lead,
	.adj-owned-testimonials-shell .lfm-testimonials-light__card {
		display: block !important;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light__lead > div,
	.adj-owned-testimonials-shell .lfm-testimonials-light__card > div {
		display: block !important;
	}
}

@media (max-width: 720px) {
	.adj-header-logo-img {
		width: 132px;
	}

	.adj-home-hero {
		padding-top: 52px !important;
	}

	.adj-hero-copy h1 {
		max-width: 7.4em;
	}

	.adj-home-hero .adj-hero-proof {
		display: none !important;
	}

	.adj-owned-player-hero {
		padding: 26px;
	}

	.adj-owned-player-intro h2 {
		font-size: 29px !important;
		line-height: 1.1 !important;
	}

	.adj-owned-player-shell .card-after,
	.adj-owned-player-shell .card-after.card-album {
		grid-template-columns: 52px minmax(0, 1fr) auto !important;
	}

	.adj-human-photo-clean img {
		aspect-ratio: 1.08 / 1;
	}

	.adj-human-photo-clean::before {
		aspect-ratio: 1.08 / 1;
	}

	.adj-human-copy h2 {
		font-size: 30px !important;
		max-width: 11em;
	}

	.adj-human-points span {
		border-radius: 999px;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light__lead,
	.adj-owned-testimonials-shell .lfm-testimonials-light__card {
		display: block !important;
		padding: 30px 0 !important;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light__lead::before,
	.adj-owned-testimonials-shell .lfm-testimonials-light__card::before {
		display: block !important;
		margin-bottom: 14px;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light blockquote,
	.adj-owned-testimonials-shell .lfm-testimonials-light__lead blockquote {
		font-size: 18px !important;
		line-height: 1.55 !important;
		max-width: none !important;
	}

	.adj-owned-testimonials-shell .lfm-testimonials-light figcaption {
		border-top: 1px solid rgba(23, 18, 15, 0.1);
		display: block !important;
		margin-top: 18px !important;
		padding-top: 14px !important;
	}

	.adj-process-grid {
		border-top: 0 !important;
	}

	.adj-step,
	.adj-step:first-child,
	.adj-step:last-child {
		background: transparent !important;
		border-right: 0 !important;
		padding: 28px 0 28px 28px !important;
	}

	.adj-step::before {
		left: 0 !important;
		top: 36px !important;
	}

	.adj-brief-card,
	.adj-form-shell {
		padding: 28px !important;
	}

	.adj-form-shell h2 {
		font-size: 28px;
	}

	.adj-form-note {
		font-size: 15px !important;
	}

	.adj-footer-copy .et_pb_text_inner {
		align-items: flex-start;
		display: grid;
		gap: 12px;
	}

	.adj-footer-copy .et_pb_text_inner p {
		align-items: flex-start;
		display: grid;
		gap: 10px;
		justify-content: start;
	}

	.adj-footer-contact,
	.adj-footer-phone {
		align-items: flex-start;
		display: flex;
	}
}

/* Final scoped overrides after the existing player rules. */
.adj-owned-player-shell .lfm-demo-badges,
.adj-owned-player-shell .lfm-demo-badge {
	display: none !important;
}

.adj-owned-player-shell .lfm-audio-player-v2 .audio-album-cell.lfm-demo-card .card-after-image::after {
	display: none !important;
}
/* AdJingles lower-page rebuild, July 2026. First hero module remains unchanged. */

.adj-craft-section,
.adj-proof-redesign-section,
.adj-process-redesign-section,
.adj-brief-redesign-section {
	background: #fffaf2;
	border-top: 1px solid rgba(23, 18, 15, 0.08);
	padding: clamp(88px, 10vw, 150px) 0 !important;
}

.adj-craft-section .et_pb_row,
.adj-proof-redesign-section .et_pb_row,
.adj-process-redesign-section .et_pb_row,
.adj-brief-redesign-section .et_pb_row {
	max-width: 1180px !important;
	width: calc(100% - 56px) !important;
}

.adj-craft-copy h2,
.adj-proof-redesign-head h2,
.adj-process-redesign-copy h2,
.adj-brief-redesign-copy h2 {
	color: var(--adj-ink);
	font-family: var(--adj-font);
	font-size: clamp(38px, 5.2vw, 72px);
	font-weight: 780;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0 0 24px;
	max-width: 760px;
}

.adj-craft-copy p,
.adj-proof-redesign-head p,
.adj-process-redesign-copy p,
.adj-brief-redesign-copy p {
	color: var(--adj-soft-ink);
	font-family: var(--adj-font);
	font-size: clamp(18px, 1.7vw, 22px);
	line-height: 1.55;
	margin: 0;
	max-width: 660px;
}

.adj-craft-list,
.adj-brief-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 34px;
}

.adj-craft-list span,
.adj-brief-proof span {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(23, 18, 15, 0.1);
	border-radius: 999px;
	color: var(--adj-ink);
	font-family: var(--adj-font);
	font-size: 13px;
	font-weight: 750;
	line-height: 1;
	padding: 11px 14px;
}

.adj-craft-photo {
	margin: 0;
}

.adj-craft-photo img {
	aspect-ratio: 5 / 4;
	border-radius: 10px;
	box-shadow: 0 28px 70px rgba(23, 18, 15, 0.12);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.adj-craft-photo figcaption {
	color: var(--adj-muted);
	font-family: var(--adj-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 14px;
}

.adj-proof-redesign-section {
	background: #f7efe2;
}

.adj-proof-redesign-head {
	margin-bottom: 46px;
	text-align: left;
}

.adj-proof-redesign {
	border-bottom: 1px solid rgba(23, 18, 15, 0.12);
	border-top: 1px solid rgba(23, 18, 15, 0.12);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 56px;
}

.adj-proof-note {
	min-height: 210px;
	padding: 34px 32px 34px 0;
}

.adj-proof-note + .adj-proof-note {
	border-left: 1px solid rgba(23, 18, 15, 0.12);
	padding-left: 32px;
}

.adj-proof-note span {
	color: var(--adj-coral);
	display: block;
	font-family: var(--adj-font);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-bottom: 28px;
}

.adj-proof-note strong {
	color: var(--adj-ink);
	display: block;
	font-family: var(--adj-font);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.08;
	margin-bottom: 12px;
}

.adj-proof-note p {
	color: var(--adj-soft-ink);
	font-family: var(--adj-font);
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
}

.adj-testimonial-editorial .lfm-testimonials-light,
.adj-testimonial-editorial .lfm-testimonials-light__grid,
.adj-testimonial-editorial .lfm-testimonials-light__track {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.adj-testimonial-editorial figure,
.adj-testimonial-editorial .lfm-testimonials-light__card,
.adj-testimonial-editorial .lfm-testimonials-light__lead {
	background: transparent !important;
	border-bottom: 1px solid rgba(23, 18, 15, 0.12) !important;
	border-left: 0 !important;
	border-radius: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	box-shadow: none !important;
	padding: 28px 0 !important;
}

.adj-process-redesign-section {
	background: #fffdf8;
}

.adj-process-line {
	border-top: 1px solid rgba(23, 18, 15, 0.14);
	counter-reset: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.adj-process-line li {
	border-right: 1px solid rgba(23, 18, 15, 0.12);
	margin: 0;
	min-height: 270px;
	padding: 34px 32px 0;
}

.adj-process-line li:last-child {
	border-right: 0;
}

.adj-process-line span {
	color: var(--adj-coral);
	display: block;
	font-family: var(--adj-font);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-bottom: 58px;
}

.adj-process-line strong {
	color: var(--adj-ink);
	display: block;
	font-family: var(--adj-font);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.08;
	margin-bottom: 14px;
}

.adj-process-line p {
	color: var(--adj-soft-ink);
	font-family: var(--adj-font);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.adj-brief-redesign-section {
	background: #fffaf2;
}

.adj-brief-phone {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 38px !important;
}

.adj-brief-phone a,
.adj-footer-redesign a {
	color: var(--adj-ink);
	font-weight: 800;
	text-decoration: none;
}

.adj-form-shell-redesign {
	background: #fff;
	border: 1px solid rgba(23, 18, 15, 0.11);
	border-radius: 10px;
	box-shadow: 0 34px 90px rgba(23, 18, 15, 0.11);
	padding: clamp(30px, 4vw, 52px) !important;
}

.adj-form-shell-redesign h2 {
	font-family: var(--adj-font);
	font-size: clamp(30px, 3.2vw, 46px);
	font-weight: 800;
	line-height: 1;
	margin: 0 0 18px;
}

.adj-form-shell-redesign .adj-form-note {
	color: var(--adj-soft-ink);
	font-size: 16px !important;
	line-height: 1.5 !important;
	margin-bottom: 28px !important;
}

.adj-footer-redesign {
	background: #15110f !important;
	padding: 34px 0 !important;
}

@media (max-width: 980px) {
	.adj-craft-section .et_pb_row,
	.adj-proof-redesign-section .et_pb_row,
	.adj-process-redesign-section .et_pb_row,
	.adj-brief-redesign-section .et_pb_row {
		width: calc(100% - 36px) !important;
	}

	.adj-craft-section .et_pb_column,
	.adj-brief-redesign-section .et_pb_column,
	.adj-process-redesign-section .et_pb_column {
		margin-bottom: 42px !important;
		width: 100% !important;
	}

	.adj-craft-copy h2,
	.adj-proof-redesign-head h2,
	.adj-process-redesign-copy h2,
	.adj-brief-redesign-copy h2 {
		font-size: clamp(36px, 11vw, 54px);
	}

	.adj-proof-redesign,
	.adj-process-line {
		display: block;
	}

	.adj-proof-note,
	.adj-proof-note + .adj-proof-note,
	.adj-process-line li {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid rgba(23, 18, 15, 0.12);
		min-height: 0;
		padding: 28px 0;
	}

	.adj-proof-note:first-child,
	.adj-process-line li:first-child {
		border-top: 0;
	}

	.adj-proof-note span,
	.adj-process-line span {
		margin-bottom: 16px;
	}
}
/* Layout containment for rebuilt lower homepage sections. */
.adj-craft-section .et_pb_row,
.adj-proof-redesign-section .et_pb_row,
.adj-process-redesign-section .et_pb_row,
.adj-brief-redesign-section .et_pb_row {
	align-items: center;
	display: grid !important;
	gap: clamp(44px, 7vw, 96px);
}

.adj-craft-section .et_pb_row,
.adj-brief-redesign-section .et_pb_row {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.adj-proof-redesign-section .et_pb_row {
	grid-template-columns: minmax(0, 1fr);
}

.adj-process-redesign-section .et_pb_row {
	align-items: start;
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
}

.adj-craft-section .et_pb_column,
.adj-proof-redesign-section .et_pb_column,
.adj-process-redesign-section .et_pb_column,
.adj-brief-redesign-section .et_pb_column {
	float: none !important;
	margin: 0 !important;
	min-width: 0;
	width: auto !important;
}

.adj-craft-section,
.adj-proof-redesign-section,
.adj-process-redesign-section,
.adj-brief-redesign-section,
.adj-footer-redesign {
	clear: both;
	position: relative;
}

.adj-testimonial-editorial .lfm-testimonials-light,
.adj-testimonial-editorial .lfm-testimonials-light__viewport,
.adj-testimonial-editorial .lfm-testimonials-light__track,
.adj-testimonial-editorial .lfm-testimonials-light__grid {
	background: transparent !important;
	box-shadow: none !important;
}

.adj-testimonial-editorial .lfm-testimonials-light__card,
.adj-testimonial-editorial .lfm-testimonials-light__lead,
.adj-testimonial-editorial figure {
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

@media (max-width: 980px) {
	.adj-craft-section .et_pb_row,
	.adj-proof-redesign-section .et_pb_row,
	.adj-process-redesign-section .et_pb_row,
	.adj-brief-redesign-section .et_pb_row {
		display: block !important;
	}
}
/* Final lower-page polish. */
.adj-testimonial-editorial,
.adj-testimonial-editorial *,
.adj-testimonial-editorial [class*="lfm-testimonials"] {
	background-image: none !important;
}

.adj-testimonial-editorial [class*="lfm-testimonials"] {
	background-color: transparent !important;
}

.adj-testimonial-editorial .lfm-testimonials-light__card,
.adj-testimonial-editorial .lfm-testimonials-light__lead,
.adj-testimonial-editorial figure {
	background: #fffdf8 !important;
	border: 1px solid rgba(23, 18, 15, 0.1) !important;
	border-radius: 10px !important;
	padding: 30px !important;
}

.adj-brief-phone .adj-region-phone,
.adj-brief-phone a {
	align-items: center;
	background: #fff !important;
	border: 1px solid rgba(23, 18, 15, 0.12);
	border-radius: 999px;
	color: var(--adj-ink) !important;
	display: inline-flex;
	font-family: var(--adj-font);
	font-size: 13px;
	font-weight: 800;
	min-height: 34px;
	padding: 0 13px;
	text-decoration: none;
}

@media (max-width: 760px) {
	.adj-testimonial-editorial .lfm-testimonials-light__card,
	.adj-testimonial-editorial .lfm-testimonials-light__lead,
	.adj-testimonial-editorial figure {
		padding: 24px !important;
	}
}

/* Codex launch QA: keep narrow mobile viewports inside the glass. */
@media (max-width: 720px) {
	html,
	body,
	#page-container,
	#et-main-area {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	.adj-site-header .et_pb_row,
	.adj-v5 .et_pb_row,
	.adj-home-hero .et_pb_row,
	.adj-listen-section .et_pb_row,
	.adj-proof-section .et_pb_row,
	.adj-process-section .et_pb_row,
	.adj-brief-section .et_pb_row,
	.adj-promise-section .et_pb_row,
	.adj-craft-section .et_pb_row,
	.adj-proof-redesign-section .et_pb_row,
	.adj-process-redesign-section .et_pb_row,
	.adj-brief-redesign-section .et_pb_row {
		box-sizing: border-box !important;
		max-width: calc(100vw - 32px) !important;
		min-width: 0 !important;
		width: calc(100vw - 32px) !important;
	}

	.adj-v5,
	.adj-v5 .et_pb_section,
	.adj-v5 .et_pb_column,
	.adj-v5 .et_pb_module,
	.adj-v5 .et_pb_text_inner,
	.adj-v5 .et_pb_code_inner {
		box-sizing: border-box !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow-wrap: break-word !important;
		width: 100% !important;
	}

	.adj-site-header .et_pb_row {
		justify-content: flex-start !important;
	}

	.adj-header-nav {
		display: none !important;
	}

	.adj-home-hero .adj-hero-copy,
	.adj-home-hero .adj-latest-card,
	.adj-hero-player-module,
	.adj-hero-player,
	.adj-owned-player-hero,
	.adj-owned-player-shell,
	.adj-brief-card,
	.adj-form-shell {
		box-sizing: border-box !important;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.adj-home-hero .adj-action-row,
	.adj-home-hero .adj-button {
		box-sizing: border-box !important;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.adj-hero-copy h1,
	.adj-latest-card h2,
	.adj-owned-player-intro h2,
	.adj-human-copy h2,
	.adj-promise-section h2,
	.adj-form-shell h2 {
		max-width: 100% !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
	}

	.adj-hero-copy p:not(.adj-label),
	.adj-latest-card p:not(.adj-label),
	.adj-owned-player-intro p:not(.adj-label),
	.adj-human-copy,
	.adj-human-copy p,
	.adj-form-note {
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.adj-hero-copy h1 {
		font-size: clamp(38px, 10.8vw, 46px) !important;
	}

	.adj-latest-card {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.adj-latest-card h2 {
		font-size: 27px !important;
		line-height: 1.14 !important;
	}

	.adj-owned-player-shell .card-after,
	.adj-owned-player-shell .card-after.card-album,
	.adj-hero-player .adj-track,
	.adj-track {
		box-sizing: border-box !important;
		grid-template-columns: 52px minmax(0, 1fr) 48px !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow: hidden !important;
		width: 100% !important;
	}

	.adj-owned-player-shell .card-after-image,
	.adj-owned-player-shell .card-after-image img {
		height: 52px !important;
		width: 52px !important;
	}

	.adj-owned-player-shell .card-after-overlay,
	.adj-player-track-copy,
	.adj-track-copy {
		min-width: 0 !important;
		overflow: hidden !important;
	}

	.adj-owned-player-shell .card-after-title,
	.adj-track strong {
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	.adj-owned-player-shell .card-after-cta,
	.adj-hero-play,
	.adj-track button {
		flex: 0 0 48px !important;
		min-width: 48px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 48px !important;
	}
}
