:root {
	--nur-accent: #c93620;
	--nur-accent-soft: #e54a33;
	--nur-ink: #343543;
	--nur-muted: #7d7d88;
	--nur-meta: #c6b79f;
	--nur-line: #ebe9e6;
	--nur-panel: #f1f2f6;
	--nur-paper: #faf9f7;
	--nur-white: #fff;
	--nur-shell: 1410px;
	--nur-sprite: url("../images/babydj-music-sprite.png");
}

* {
	box-sizing: border-box;
}

body.babydj-site {
	margin: 0;
	background: var(--nur-white);
	color: var(--nur-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.42;
}

.babydj-site a {
	color: inherit;
}

.babydj-site a:hover,
.babydj-site a:focus {
	color: var(--nur-accent);
}

.nur-shell,
.babydj-site .ast-container {
	width: min(calc(100% - 30px), var(--nur-shell)) !important;
	max-width: var(--nur-shell) !important;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.nur-brandbar {
	background: var(--nur-white);
}

.nur-brandbar__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: end;
	min-height: 116px;
	padding-bottom: 24px;
}

.nur-search-link {
	justify-self: start;
	margin-left: 36px;
	color: #a5a5ae !important;
	font-size: 12px;
	text-decoration: none;
}

.nur-wordmark {
	color: var(--nur-accent) !important;
	font-size: clamp(54px, 5vw, 72px);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.06em;
	text-decoration: none;
}

.babydj-site header#masthead,
.babydj-site .ast-below-header-bar,
.babydj-site .site-below-header-wrap {
	background: var(--nur-white) !important;
	border: 0 !important;
	box-shadow: none !important;
}

.babydj-site #ast-desktop-header .ast-primary-header-bar {
	display: none;
}

.babydj-site #ast-desktop-header .ast-below-header-bar {
	border-top: 1px solid var(--nur-line) !important;
	box-shadow: 0 7px 18px rgba(32, 31, 36, 0.05) !important;
}

.babydj-site #ast-desktop-header .site-below-header-wrap {
	min-height: 42px;
}

.babydj-site .site-branding,
.babydj-site .site-header-primary-section-right {
	display: none;
}

.babydj-site .ast-builder-menu-1,
.babydj-site .main-header-bar-navigation,
.babydj-site .main-navigation {
	width: 100%;
}

.babydj-site #ast-desktop-header .ast-builder-grid-row,
.babydj-site #ast-desktop-header .site-header-below-section-left {
	width: 100%;
	grid-template-columns: minmax(0, 1fr);
}

.babydj-site #ast-desktop-header .site-below-header-wrap .ast-builder-grid-row,
.babydj-site #ast-desktop-header .site-header-below-section-left,
.babydj-site #ast-desktop-header .ast-builder-menu-1 {
	display: block !important;
	width: 100% !important;
}

.babydj-site .main-header-menu {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	width: 100%;
	margin: 0;
}

.babydj-site .main-header-menu > .menu-item {
	text-align: center;
}

.babydj-site .main-header-menu > .menu-item > .menu-link {
	justify-content: center;
	height: 42px;
	padding: 0 10px;
	color: #33333a;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
}

.babydj-site .main-header-menu > .current-menu-item > .menu-link,
.babydj-site .main-header-menu > .menu-item > .menu-link:hover {
	color: var(--nur-accent);
}

.babydj-site #ast-mobile-header {
	display: none;
}

.babydj-site .site-content {
	background: var(--nur-white);
}

.babydj-site .site-content > .ast-container,
.babydj-site .content-area,
.babydj-site .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.babydj-site.home .entry-header,
.babydj-site.home .entry-title,
.babydj-site.home .entry-meta {
	display: none;
}

.babydj-site.home .entry-content,
.babydj-site .entry-content > .wp-block-html {
	margin: 0;
}

.babydj-site.home .entry-content,
.babydj-site.home .site-main .entry-content > * {
	width: 100% !important;
	max-width: none !important;
}

.nur-ad-home {
	padding: 30px 0 70px;
}

.nur-ad-home h1,
.nur-ad-home h2,
.nur-ad-home h3,
.nur-ad-home h4,
.nur-ad-home h5,
.nur-ad-home h6 {
	font-family: Arial, Helvetica, sans-serif !important;
}

.nur-ad-home a {
	text-decoration: none !important;
}

.nur-ad-layout {
	display: grid;
	grid-template-columns: 340px minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

.nur-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
}

.nur-section-title h2,
.nur-section-title h3 {
	position: relative;
	margin: 0;
	padding-left: 12px;
	color: var(--nur-ink);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.015em;
}

.nur-section-title h2::before,
.nur-section-title h3::before {
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 0;
	width: 2px;
	background: var(--nur-accent-soft);
	content: "";
}

.nur-section-title a {
	color: var(--nur-meta);
	font-size: 14px;
	text-decoration: none;
}

.nur-news-rail {
	position: sticky;
	top: 12px;
}

.nur-news-scroll {
	max-height: 930px;
	padding-right: 20px;
	overflow-y: auto;
	scrollbar-color: #e7e2dc transparent;
	scrollbar-width: thin;
}

.nur-news-scroll::-webkit-scrollbar {
	width: 7px;
}

.nur-news-scroll::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #e7e2dc;
}

.nur-news-feed .wp-block-post-template {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nur-news-feed .wp-block-query-no-results {
	margin: 0 !important;
	padding: 0 !important;
}

.nur-news-feed {
	margin: 0 !important;
	padding: 0 !important;
}

.nur-news-feed .wp-block-post {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin: 0 0 25px;
}

.nur-news-feed .wp-block-post-title {
	order: 1;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
}

.nur-news-feed .wp-block-post-title a {
	text-decoration: none;
}

.nur-news-feed .wp-block-post-date {
	order: 2;
	color: var(--nur-meta);
	font-size: 13px;
}

.nur-demo-news {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nur-demo-news li {
	margin: 0 0 28px;
}

.nur-demo-news a {
	display: block;
	margin-bottom: 9px;
	color: var(--nur-ink);
	font-size: 16px;
	line-height: 1.45;
	text-decoration: none;
}

.nur-demo-news span {
	color: var(--nur-meta);
	font-size: 13px;
}

.nur-all-news {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 8px 12px;
	border: 1px solid #d9d2c8;
	color: var(--nur-meta);
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.nur-main-column > section {
	margin-bottom: 48px;
}

.nur-focus-query .wp-block-post-template,
.nur-demo-focus {
	display: grid;
	grid-template-columns: 1.32fr 0.85fr 0.85fr;
	grid-template-rows: auto auto;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nur-focus-query .wp-block-post,
.nur-demo-card {
	min-width: 0;
}

.nur-focus-query .wp-block-post:first-child,
.nur-demo-focus > :first-child {
	grid-row: 1 / span 2;
}

.nur-focus-query .wp-block-post:nth-child(4),
.nur-demo-focus > :nth-child(4) {
	grid-column: 2 / span 2;
}

.nur-demo-focus > :nth-child(4) {
	display: grid;
	grid-template-columns: 43% minmax(0, 1fr);
	align-items: center;
	gap: 18px;
}

.nur-demo-focus > :nth-child(4) .nur-card-image {
	margin: 0;
}

.nur-demo-focus > :nth-child(4) .nur-card-image::after {
	padding-top: 67%;
}

.nur-card-image,
.nur-focus-query .wp-block-post-featured-image {
	position: relative;
	margin: 0 0 12px;
	overflow: hidden;
	background-color: #e7e8eb;
	background-image: var(--nur-sprite);
	background-repeat: no-repeat;
	background-size: 300% 300%;
}

.nur-card-image::after {
	display: block;
	padding-top: 67%;
	content: "";
}

.nur-demo-focus > :first-child .nur-card-image::after {
	padding-top: 126%;
}

.nur-focus-query .wp-block-post-featured-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.nur-focus-query .wp-block-post:first-child .wp-block-post-featured-image img {
	aspect-ratio: 0.84;
}

.nur-focus-query .wp-block-post-title,
.nur-demo-card h3 {
	margin: 0 0 8px;
	color: var(--nur-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

.nur-focus-query .wp-block-post-title a,
.nur-demo-card h3 a {
	text-decoration: none;
}

.nur-focus-query .wp-block-post-excerpt,
.nur-demo-card p {
	margin: 0;
	color: var(--nur-muted);
	font-size: 13px;
	line-height: 1.45;
}

.nur-sprite-1 { background-position: 0 0; }
.nur-sprite-2 { background-position: 50% 0; }
.nur-sprite-3 { background-position: 100% 0; }
.nur-sprite-4 { background-position: 0 50%; }
.nur-sprite-5 { background-position: 50% 50%; }
.nur-sprite-6 { background-position: 100% 50%; }
.nur-sprite-7 { background-position: 0 100%; }
.nur-sprite-8 { background-position: 50% 100%; }
.nur-sprite-9 { background-position: 100% 100%; }

.nur-partner-grid .wp-block-post-template,
.nur-demo-partners {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nur-partner-grid .wp-block-post-featured-image {
	margin: 0 0 12px;
}

.nur-partner-grid .wp-block-post-featured-image img {
	aspect-ratio: 1.5;
	object-fit: cover;
}

.nur-partner-grid .wp-block-post-title,
.nur-demo-partners h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}

.nur-demo-partners .nur-card-image {
	margin-bottom: 12px;
}

.nur-spotlight-grid .wp-block-post-template,
.nur-demo-spotlight {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nur-spotlight-grid .wp-block-post-featured-image {
	margin: 0 0 12px;
}

.nur-spotlight-grid .wp-block-post-featured-image img {
	aspect-ratio: 1.55;
	object-fit: cover;
}

.nur-spotlight-grid .wp-block-post-title,
.nur-demo-spotlight h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
}

.nur-spotlight-grid .wp-block-post-excerpt,
.nur-demo-spotlight p {
	margin: 0;
	color: var(--nur-muted);
	font-size: 12px;
}

.nur-ratings-card {
	width: 340px;
	padding: 20px;
	border: 1px solid #ded7ce;
}

.nur-ratings-card h3 {
	margin: 0 0 18px;
	font-size: 17px;
}

.nur-ratings-card table {
	width: 100%;
	border: 0;
	font-size: 12px;
}

.nur-ratings-card th,
.nur-ratings-card td {
	padding: 6px;
	border: 0;
	text-align: left;
	vertical-align: top;
}

.nur-ratings-card th {
	color: var(--nur-accent);
	font-size: 10px;
}

.nur-band {
	margin: 0 calc(50% - 50vw);
	padding: 30px max(15px, calc((100vw - var(--nur-shell)) / 2));
	background: var(--nur-panel);
}

.nur-band .nur-section-title {
	margin-bottom: 24px;
}

.nur-cases-grid,
.nur-publications-grid,
.nur-video-grid,
.nur-events-grid,
.nur-projects-grid {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nur-cases-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
}

.nur-case-card .nur-card-image {
	border-radius: 8px;
}

.nur-case-card h3 {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}

.nur-publications {
	padding-top: 45px;
	padding-bottom: 54px;
}

.nur-publications-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px 20px;
}

.nur-publications-query .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nur-publications-query .wp-block-post-featured-image {
	margin: 0 0 12px;
}

.nur-publications-query .wp-block-post-featured-image img {
	aspect-ratio: 1.5;
	object-fit: cover;
}

.nur-publications-query .wp-block-post-terms {
	color: var(--nur-meta);
	font-size: 10px;
}

.nur-publications-query .wp-block-post-title {
	margin: 7px 0 9px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.42;
}

.nur-publications-query .wp-block-post-title a {
	text-decoration: none;
}

.nur-publications-query .wp-block-post-excerpt {
	margin: 0;
	color: var(--nur-muted);
	font-size: 12px;
	line-height: 1.48;
}

.nur-publication-card .nur-card-image {
	margin-bottom: 12px;
}

.nur-publication-card small {
	color: var(--nur-meta);
	font-size: 10px;
}

.nur-publication-card h3 {
	margin: 7px 0 9px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.42;
}

.nur-publication-card p {
	margin: 0;
	color: var(--nur-muted);
	font-size: 12px;
	line-height: 1.48;
}

.nur-video {
	padding-bottom: 52px;
}

.nur-video-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.nur-video-card {
	position: relative;
	min-height: 210px;
	overflow: hidden;
	background-image: var(--nur-sprite);
	background-repeat: no-repeat;
	background-size: 300% 300%;
}

.nur-video-card::after {
	position: absolute;
	inset: 35% 0 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
	content: "";
}

.nur-video-card h3 {
	position: absolute;
	z-index: 1;
	right: 18px;
	bottom: 16px;
	left: 18px;
	margin: 0;
	color: var(--nur-white);
	font-size: 17px;
	line-height: 1.25;
}

.nur-events-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
}

.nur-event-card {
	min-height: 300px;
	padding: 12px;
	border-radius: 8px;
	background: var(--nur-white);
	box-shadow: 0 2px 9px rgba(40, 42, 52, 0.15);
}

.nur-event-card time {
	color: var(--nur-meta);
	font-size: 20px;
	font-weight: 800;
}

.nur-event-card .nur-card-image {
	margin: 10px 0 14px;
	border-radius: 6px;
}

.nur-event-card h3 {
	margin: 0;
	color: var(--nur-muted);
	font-size: 10px;
	line-height: 1.45;
	text-transform: uppercase;
}

.nur-projects {
	padding-top: 50px;
	padding-bottom: 60px;
}

.nur-projects-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.nur-project-card {
	position: relative;
	min-height: 280px;
	overflow: hidden;
	background-image: var(--nur-sprite);
	background-repeat: no-repeat;
	background-size: 300% 300%;
}

.nur-project-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(20deg, rgba(24, 25, 31, 0.9), rgba(24, 25, 31, 0.05));
	content: "";
}

.nur-project-card div {
	position: absolute;
	z-index: 1;
	right: 24px;
	bottom: 22px;
	left: 24px;
	color: var(--nur-white);
}

.nur-project-card small {
	color: #f2d5b0;
	font-size: 10px;
	text-transform: uppercase;
}

.nur-project-card h3 {
	margin: 7px 0 0;
	color: var(--nur-white);
	font-size: 22px;
	line-height: 1.15;
}

.babydj-footer {
	background: #30313b;
	color: rgba(255, 255, 255, 0.72);
}

.babydj-footer__top {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 0.8fr;
	gap: 50px;
	padding-top: 48px;
	padding-bottom: 38px;
}

.babydj-footer__brand {
	color: var(--nur-white);
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -0.05em;
}

.babydj-footer__brand b {
	color: var(--nur-accent-soft);
}

.babydj-footer p {
	max-width: 420px;
	font-size: 13px;
}

.babydj-footer h3 {
	color: var(--nur-white);
	font-size: 11px;
	text-transform: uppercase;
}

.babydj-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.babydj-footer li {
	margin-bottom: 7px;
}

.babydj-footer a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	text-decoration: none;
}

.babydj-footer__bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 17px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 11px;
}

.babydj-site .site-below-footer-wrap,
.babydj-site .site-primary-footer-wrap {
	display: none;
}

.babydj-site:not(.home) .site-content {
	padding: 42px 0 70px;
}

.babydj-site:not(.home) .content-area {
	width: min(calc(100% - 30px), 960px);
	margin: 0 auto;
}

.babydj-site:not(.home) .site-content > .ast-container {
	width: min(calc(100% - 30px), 960px) !important;
	max-width: 960px !important;
}

.babydj-site:not(.home) .content-area {
	width: 100% !important;
	max-width: 960px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.babydj-site.single .site-main > article {
	padding: 56px 0 70px !important;
}

.babydj-site.single #content > .ast-container {
	width: min(calc(100% - 30px), 960px) !important;
	max-width: 960px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 0 !important;
}

.babydj-site.single #primary {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.babydj-site.single .ast-article-single {
	margin: 0 !important;
}

.babydj-site.single .entry-header,
.babydj-site.single .entry-content {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
}

.babydj-site.single .entry-title {
	max-width: 820px;
	margin-bottom: 22px;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.babydj-site.single .entry-content {
	font-size: 18px;
	line-height: 1.72;
}

/* Center all legacy internal views and replace Astra's inherited archive grid. */
.babydj-site.archive #content > .ast-container,
.babydj-site.search #content > .ast-container {
	width: min(calc(100% - 40px), 1160px) !important;
	max-width: 1160px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 56px 0 80px !important;
}

.babydj-site.page:not(.home) #content > .ast-container {
	width: min(calc(100% - 40px), 960px) !important;
	max-width: 960px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 54px 0 80px !important;
}

.babydj-site.archive #primary,
.babydj-site.search #primary,
.babydj-site.page:not(.home) #primary {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.babydj-site.archive #secondary,
.babydj-site.search #secondary,
.babydj-site.page:not(.home) #secondary {
	display: none !important;
}

.babydj-site.page:not(.home) .site-main > article {
	margin: 0 !important;
	padding: 52px 64px 64px !important;
	border: 1px solid var(--nur-line);
	background: var(--nur-white);
	box-shadow: 0 16px 45px rgba(29, 30, 43, 0.06);
}

.babydj-site.page:not(.home) .entry-title {
	margin-bottom: 28px;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.babydj-site.page:not(.home) .entry-content {
	font-size: 17px;
	line-height: 1.7;
}

.babydj-site.archive .site-main > .ast-row,
.babydj-site.search .site-main > .ast-row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	margin: 0 !important;
}

.babydj-site.archive .ast-article-post,
.babydj-site.search .ast-article-post {
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--nur-line);
	background: var(--nur-white);
	box-shadow: 0 12px 32px rgba(29, 30, 43, 0.055);
}

.babydj-site.archive .ast-article-inner,
.babydj-site.search .ast-article-inner {
	display: block !important;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.babydj-site.archive .ast-blog-featured-section,
.babydj-site.search .ast-blog-featured-section,
.babydj-site.archive .post-content,
.babydj-site.search .post-content {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

.babydj-site.archive .ast-blog-featured-section,
.babydj-site.search .ast-blog-featured-section {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background:
		linear-gradient(135deg, rgba(255, 59, 125, 0.72), rgba(112, 73, 255, 0.82)),
		#252638;
}

.babydj-site.archive .ast-blog-featured-section img,
.babydj-site.search .ast-blog-featured-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.babydj-site.archive .post-content,
.babydj-site.search .post-content {
	padding: 24px 26px 28px !important;
}

.babydj-site.archive .entry-title,
.babydj-site.search .entry-title {
	margin: 0 0 12px;
	font-size: 23px;
	line-height: 1.22;
	letter-spacing: -0.025em;
}

.babydj-site.archive .entry-meta,
.babydj-site.search .entry-meta {
	color: var(--nur-meta);
	font-size: 12px;
}

.babydj-site.archive .entry-content,
.babydj-site.search .entry-content {
	color: var(--nur-muted);
	font-size: 14px;
	line-height: 1.55;
}

@media (max-width: 760px) {
	.babydj-site.archive #content > .ast-container,
	.babydj-site.search #content > .ast-container,
	.babydj-site.page:not(.home) #content > .ast-container {
		width: calc(100% - 30px) !important;
		padding-top: 30px !important;
	}

	.babydj-site.archive .site-main > .ast-row,
	.babydj-site.search .site-main > .ast-row {
		grid-template-columns: 1fr;
	}

	.babydj-site.page:not(.home) .site-main > article {
		padding: 30px 24px 40px !important;
	}
}

@media (max-width: 1100px) {
	.nur-ad-layout {
		grid-template-columns: 285px minmax(0, 1fr);
		gap: 24px;
	}

	.nur-focus-query .wp-block-post-template,
	.nur-demo-focus {
		grid-template-columns: 1.2fr 0.8fr;
	}

	.nur-focus-query .wp-block-post:nth-child(4),
	.nur-demo-focus > :nth-child(4) {
		grid-column: auto;
	}

	.nur-demo-focus > :nth-child(4) {
		display: block;
	}

	.nur-demo-focus > :nth-child(4) .nur-card-image {
		margin-bottom: 12px;
	}

	.nur-partner-grid .wp-block-post-template,
	.nur-demo-partners,
	.nur-publications-grid,
	.nur-publications-query .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nur-cases-grid,
	.nur-events-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.nur-shell,
	.babydj-site .ast-container {
		width: calc(100% - 30px);
	}

	.nur-brandbar__inner {
		display: flex;
		align-items: center;
		min-height: 42px;
		padding: 0;
		border-bottom: 2px solid #cfc3b2;
	}

	.nur-search-link,
	.nur-brandbar__spacer,
	.babydj-site #ast-desktop-header {
		display: none;
	}

	.nur-wordmark {
		font-size: 27px;
		letter-spacing: -0.055em;
	}

	.nur-ad-home {
		padding-top: 18px;
		overflow: hidden;
	}

	.nur-ad-layout {
		display: block;
	}

	.nur-news-rail {
		position: static;
	}

	.nur-news-scroll {
		max-height: none;
		padding-right: 0;
		overflow: visible;
	}

	.nur-news-rail .nur-section-title a {
		display: none;
	}

	.nur-main-column {
		margin-top: 48px;
	}

	.nur-focus-query .wp-block-post-template,
	.nur-demo-focus,
	.nur-spotlight-grid .wp-block-post-template,
	.nur-demo-spotlight,
	.nur-video-grid,
	.nur-projects-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.nur-focus-query .wp-block-post:first-child,
	.nur-demo-focus > :first-child {
		grid-row: auto;
	}

	.nur-demo-focus > :first-child .nur-card-image::after {
		padding-top: 72%;
	}

	.nur-cases-grid,
	.nur-events-grid {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.nur-case-card,
	.nur-event-card {
		flex: 0 0 78%;
		scroll-snap-align: start;
	}

	.nur-publications-grid,
	.nur-publications-query .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.nur-publication-card {
		display: grid;
		grid-template-columns: 120px 1fr;
		gap: 14px;
	}

	.nur-publication-card .nur-card-image {
		grid-row: 1 / span 4;
	}

	.nur-ratings-card {
		width: 100%;
	}

	.babydj-footer__top {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

@media (max-width: 480px) {
	.nur-partner-grid .wp-block-post-template,
	.nur-demo-partners {
		grid-template-columns: 1fr 1fr;
		gap: 22px 14px;
	}

	.nur-demo-news a {
		font-size: 15px;
	}

	.nur-video-card {
		min-height: 190px;
	}

	.babydj-footer__bottom {
		display: block;
	}
}

/* BabyDJ editorial identity. */
:root {
	--nur-accent: #ff3b7d;
	--nur-accent-soft: #ff5f54;
	--nur-ink: #171821;
	--nur-muted: #676977;
	--nur-meta: #a5a7b2;
	--nur-line: #e8e8ed;
	--nur-panel: #f2f3f7;
	--nur-paper: #f8f8fb;
	--nur-shell: 1320px;
}

.babydj-site .nur-brandbar {
	background:
		radial-gradient(circle at 74% 20%, rgba(108, 77, 255, 0.32), transparent 28%),
		linear-gradient(120deg, #151620, #202131 58%, #151620);
	color: #fff;
}

.babydj-site .nur-brandbar__inner {
	align-items: center;
	min-height: 124px;
	padding-bottom: 0;
}

.babydj-site .nur-wordmark {
	color: #fff !important;
	font-size: clamp(48px, 5vw, 70px);
	letter-spacing: -0.065em;
}

.babydj-site .nur-wordmark b {
	color: var(--nur-accent);
	font-weight: inherit;
}

.babydj-site .nur-search-link {
	position: relative;
	margin-left: 0;
	padding-left: 23px;
	color: rgba(255, 255, 255, 0.62) !important;
}

.babydj-site .nur-search-link::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	border: 2px solid currentColor;
	border-radius: 50%;
	content: "";
	transform: translateY(-60%);
}

.babydj-site .nur-search-link::after {
	position: absolute;
	top: 60%;
	left: 13px;
	width: 6px;
	height: 2px;
	background: currentColor;
	content: "";
	transform: rotate(45deg);
}

.babydj-site #ast-desktop-header .ast-below-header-bar {
	border-top: 0 !important;
	border-bottom: 1px solid var(--nur-line) !important;
	box-shadow: 0 8px 24px rgba(20, 21, 30, 0.07) !important;
}

.babydj-site .main-header-menu > .current-menu-item > .menu-link {
	box-shadow: inset 0 -3px var(--nur-accent);
}

.babydj-site .main-header-menu {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.babydj-site .main-header-menu > .menu-item > .menu-link,
.babydj-site .main-header-menu > .current-menu-item > .menu-link {
	color: #252631 !important;
}

.babydj-site .main-header-menu > .menu-item > .menu-link:hover {
	color: var(--nur-accent) !important;
}

.babydj-site .nur-section-title h2::before,
.babydj-site .nur-section-title h3::before {
	width: 3px;
	border-radius: 3px;
	background: linear-gradient(var(--nur-accent), #7049ff);
}

.babydj-site .nur-focus-query .wp-block-post:first-child .wp-block-post-featured-image img {
	aspect-ratio: 0.92;
}

.babydj-site .nur-band {
	background:
		linear-gradient(135deg, rgba(255, 59, 125, 0.045), rgba(112, 73, 255, 0.05)),
		var(--nur-panel);
}

.babydj-site .nur-news-scroll {
	scrollbar-color: #d7d7df transparent;
}

.babydj-site .nur-news-feed .wp-block-post-date,
.babydj-site .nur-publications-query .wp-block-post-terms {
	color: #9b7e91;
}

.babydj-footer {
	background:
		radial-gradient(circle at 82% 20%, rgba(112, 73, 255, 0.2), transparent 28%),
		#151620;
}

@media (max-width: 760px) {
	.babydj-site .nur-brandbar__inner {
		min-height: 58px;
		border-bottom: 0;
	}

	.babydj-site .nur-wordmark {
		font-size: 30px;
	}

	.babydj-site,
	.babydj-site .site,
	.babydj-site .site-content,
	.babydj-site .site-main,
	.babydj-site .entry-content,
	.babydj-site .nur-ad-home,
	.babydj-site .nur-shell,
	.babydj-site .nur-ad-layout,
	.babydj-site .nur-news-rail,
	.babydj-site .nur-news-scroll,
	.babydj-site .nur-news-feed,
	.babydj-site .nur-main-column {
		min-width: 0;
		max-width: 100%;
	}

	.babydj-site {
		overflow-x: hidden;
	}

	.babydj-site .wp-block-post-title,
	.babydj-site .wp-block-post-title a,
	.babydj-site .wp-block-post-excerpt,
	.babydj-site .nur-demo-card {
		white-space: normal !important;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.babydj-site .nur-news-feed .wp-block-post:nth-child(n + 7) {
		display: none;
	}
}
