/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.djmc-home {
	background: #fbfbf8;
	color: #182026;
}

.djmc-home-hero {
	min-height: 680px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.djmc-home-hero-inner,
.djmc-home-inner {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.djmc-home-hero-inner {
	padding: 96px 0;
}

.djmc-kicker {
	margin: 0 0 12px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #b88948;
}

.djmc-home-title {
	max-width: 720px;
	margin: 0 0 18px;
	color: inherit;
	font-size: 3.75rem;
	line-height: 0.95;
	letter-spacing: 0;
}

.djmc-home-lead {
	max-width: 660px;
	margin: 0 0 28px;
	font-size: 1.2rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}

.djmc-home-serving {
	margin: 0 0 14px;
	font-size: 1.05rem;
	font-weight: 800;
	color: #d9ad6d;
}

.djmc-home-serving a {
	color: inherit;
	text-decoration: none;
}

.djmc-home-serving a:hover,
.djmc-home-serving a:focus {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.djmc-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.djmc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.djmc-button-primary {
	background: #b88948;
	color: #101418;
}

.djmc-button-secondary {
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}

.djmc-language-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.djmc-language-list li,
.djmc-chip-row span {
	border: 1px solid rgba(184, 137, 72, 0.32);
	border-radius: 999px;
	padding: 7px 12px;
	background: rgba(255, 255, 255, 0.08);
}

.djmc-proof-band {
	background: #101418;
	color: #fff;
}

.djmc-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	padding: 28px 0;
}

.djmc-proof-grid a {
	color: inherit;
	text-decoration: none;
}

.djmc-proof-grid a:hover .djmc-proof-label,
.djmc-proof-grid a:focus .djmc-proof-label {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.djmc-proof-number,
.djmc-proof-label {
	display: block;
}

.djmc-proof-number {
	font-size: 3.45rem;
	font-weight: 800;
	color: #d9ad6d;
}

.djmc-proof-label {
	color: rgba(255, 255, 255, 0.78);
}

.djmc-home-section,
.djmc-home-cta {
	padding: 72px 0;
}

.djmc-section-heading {
	max-width: 760px;
	margin-bottom: 28px;
}

.djmc-section-heading h2,
.djmc-split h2,
.djmc-home-cta h2 {
	margin: 0 0 14px;
	font-size: 2rem;
	line-height: 1.05;
	letter-spacing: 0;
}

.djmc-section-heading p,
.djmc-split p {
	font-size: 1.05rem;
	line-height: 1.7;
}

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

.djmc-home-card {
	border: 1px solid rgba(16, 20, 24, 0.12);
	border-radius: 8px;
	padding: 22px;
	background: #fff;
}

.djmc-home-service-card {
	overflow: hidden;
	padding: 0;
}

.djmc-home-card-image {
	display: block;
	background: #f1eee7;
}

.djmc-home-card-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	height: auto;
	object-fit: cover;
}

.djmc-home-service-card h3,
.djmc-home-service-card p {
	padding-inline: 22px;
}

.djmc-home-service-card h3 {
	padding-top: 20px;
}

.djmc-home-service-card p {
	padding-bottom: 22px;
}

.djmc-home-card h3 {
	margin: 0 0 10px;
	font-size: 1.18rem;
}

.djmc-home-card p {
	margin: 0;
	color: #46535c;
	line-height: 1.6;
}

.djmc-check-list,
.djmc-fact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.djmc-check-list li,
.djmc-fact-list li {
	position: relative;
	padding: 0 0 14px 28px;
	color: #263039;
	line-height: 1.65;
}

.djmc-check-list li::before,
.djmc-fact-list li::before {
	position: absolute;
	top: 0.38em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #b88948;
	content: "";
}

.djmc-section-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.djmc-language-section {
	background: #f1eee7;
}

.djmc-why-section,
.djmc-more-section,
.djmc-sound-section,
.djmc-ai-section,
.djmc-partner-section,
.djmc-faq-section {
	background: #fbfbf8;
}

.djmc-more-section,
.djmc-sound-section,
.djmc-partner-section {
	background: #fff;
}

.djmc-split {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

.djmc-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.djmc-chip-row span {
	background: #fff;
	color: #263039;
}

.djmc-split p + p {
	margin-top: 12px;
}

.djmc-language-badges span {
	font-weight: 800;
}

.djmc-event-section {
	background: #fff;
}

.djmc-event-chips span {
	background: #fbfbf8;
}

.djmc-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.djmc-partner-chips {
	margin-top: 0;
}

.djmc-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.djmc-faq-item {
	border: 1px solid rgba(16, 20, 24, 0.12);
	border-radius: 8px;
	padding: 16px 18px;
	background: #fff;
}

.djmc-faq-item summary {
	cursor: pointer;
	font-weight: 800;
	color: #10243b;
}

.djmc-faq-item p {
	margin: 10px 0 0;
	color: #46535c;
	line-height: 1.6;
}

.djmc-home-cta {
	background: #101418;
	color: #fff;
}

.djmc-home-cta h2 {
	max-width: 780px;
	color: inherit;
}

.djmc-contact-band {
	background: #f1eee7;
}

.djmc-contact-section {
	border: 1px solid rgba(16, 20, 24, 0.12);
	border-radius: 8px;
	padding: 32px;
	background: #fff;
}

.djmc-contact-section .djmc-contact-copy {
	max-width: 760px;
}

.djmc-contact-copy h2 {
	margin: 0 0 14px;
	font-size: 2.45rem;
	line-height: 1.08;
	letter-spacing: 0;
}

.djmc-contact-copy p {
	font-size: 1.02rem;
	line-height: 1.7;
	color: #46535c;
}

.djmc-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.djmc-contact-actions .djmc-button-secondary {
	border-color: rgba(184, 137, 72, 0.65);
	background: #fff;
	color: #182026;
	box-shadow: inset 0 0 0 1px rgba(184, 137, 72, 0.18);
}

.djmc-contact-actions .djmc-button-secondary:hover,
.djmc-contact-actions .djmc-button-secondary:focus {
	border-color: #b88948;
	background: #fbfbf8;
	color: #101418;
}

.djmc-contact-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 12px 18px 0;
}

.djmc-contact-modal[hidden] {
	display: none;
}

.djmc-contact-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 12, 18, 0.62);
	opacity: 0;
	transition: opacity 220ms ease;
}

.djmc-contact-modal-panel {
	position: relative;
	z-index: 1;
	width: min(760px, 100%);
	max-height: calc(100vh - 28px);
	overflow: auto;
	border-radius: 8px 8px 0 0;
	padding: 22px 30px 18px;
	background: #fff;
	box-shadow: 0 -18px 48px rgba(8, 12, 18, 0.28);
	transform: translateY(110%);
	transition: transform 240ms ease;
}

.djmc-contact-modal.is-open .djmc-contact-modal-backdrop {
	opacity: 1;
}

.djmc-contact-modal.is-open .djmc-contact-modal-panel {
	transform: translateY(0);
}

.djmc-contact-modal-open {
	overflow: hidden;
}

.djmc-contact-modal-close {
	position: absolute;
	top: 12px;
	right: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(16, 20, 24, 0.14);
	border-radius: 50%;
	background: #fbfbf8;
	color: #182026;
	font-size: 1.5rem;
	line-height: 1;
	padding-bottom: .375rem;
	cursor: pointer;
}

.djmc-contact-modal-copy {
	padding-right: 48px;
}

.djmc-contact-modal-copy h2 {
	margin: 0 0 6px;
	font-size: 1.75rem;
	line-height: 1.12;
	letter-spacing: 0;
}

.djmc-contact-modal-copy p {
	margin-bottom: 12px;
	color: #46535c;
	line-height: 1.45;
}

.djmc-contact-form .nf-form-title h3 {
	margin: 0 0 4px;
	font-size: 1.65rem;
	line-height: 1.1;
}

.djmc-contact-form .nf-form-fields-required {
	margin-bottom: 10px;
	font-size: 0.92rem;
	color: #5e6a72;
}

.djmc-contact-form .nf-field-container {
	margin-bottom: 10px;
}

.djmc-contact-form .nf-field {
	margin-bottom: 0;
}

.djmc-contact-form .nf-field-label {
	margin-bottom: 4px;
}

.djmc-contact-form .nf-field-label label {
	font-size: 0.95rem;
	color: #182026;
}

.djmc-contact-form .nf-field-element input,
.djmc-contact-form .nf-field-element select,
.djmc-contact-form .nf-field-element textarea {
	border: 1px solid rgba(16, 20, 24, 0.18);
	border-radius: 6px;
	background: #fbfbf8;
}

.djmc-contact-form .nf-field-element input,
.djmc-contact-form .nf-field-element select {
	height: 31px;
	min-height: 31px;
	padding: 4px 12px;
}

.djmc-contact-form .nf-field-element textarea {
	height: 74px;
	min-height: 74px;
	padding: 8px 12px;
}

.djmc-contact-form .nf-field-element input[type="button"],
.djmc-contact-form .nf-field-element input[type="submit"] {
	height: 42px;
	min-height: 42px;
	border: 0;
	background: #b88948;
	color: #101418;
	font-weight: 800;
}

.djmc-contact-form .nf-error-wrap,
.djmc-contact-form .nf-after-field,
.djmc-contact-form .nf-input-limit {
	margin-top: 2px;
}

.djmc-archive,
.djmc-single {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 48px 0;
}

.djmc-archive-header,
.djmc-hero {
	margin-bottom: 32px;
}

.djmc-archive-title,
.djmc-hero-title {
	margin-bottom: 12px;
}

.djmc-archive-intro,
.djmc-hero-intro {
	max-width: 760px;
}

.djmc-hero-image,
.djmc-card-image img {
	width: 100%;
	height: auto;
	display: block;
}

.djmc-hero-image {
	margin-bottom: 24px;
}

.djmc-card-grid {
	display: grid;
	gap: 24px;
}

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

.djmc-columns-3,
.djmc-columns-4 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.djmc-card {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	padding: 20px;
}

.djmc-card-image {
	display: block;
	margin: -20px -20px 16px;
}

.djmc-card-title {
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.djmc-card-location-meta {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 10px;
}

.djmc-card-location-place,
.djmc-card-date {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.djmc-card-location-icon,
.djmc-card-date-icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
	color: #b88948;
}

.djmc-card-location-icon svg,
.djmc-card-date-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.djmc-card-rating {
	display: flex;
	gap: 4px;
	color: #b88948;
	font-size: 1.45rem;
	line-height: 1;
}

.djmc-section {
	margin-top: 32px;
}

.djmc-list {
	padding-left: 1.25rem;
}

.djmc-terms {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.djmc-terms-label {
	font-weight: 700;
}

.djmc-term {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 999px;
	padding: 2px 10px;
}

.djmc-about {
	background: #fbfbf8;
	color: #182026;
}

.djmc-about-hero,
.djmc-about-facts,
.djmc-about-content {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.djmc-about-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
	gap: 42px;
	align-items: center;
	padding: 64px 0 34px;
}

.djmc-about-hero h1 {
	margin: 0 0 18px;
	font-size: 3.1rem;
	line-height: 1;
	letter-spacing: 0;
}

.djmc-about-lead {
	max-width: 720px;
	font-size: 1.16rem;
	line-height: 1.7;
	color: #46535c;
}

.djmc-about-hero-media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 8px;
}

.djmc-about .djmc-button-secondary {
	border-color: rgba(184, 137, 72, 0.65);
	background: #fff;
	color: #182026;
}

.djmc-about-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding-bottom: 16px;
}

.djmc-about-facts div {
	border: 1px solid rgba(16, 20, 24, 0.12);
	border-radius: 8px;
	padding: 20px;
	background: #fff;
}

.djmc-about-facts span {
	display: block;
	font-size: 1.35rem;
	font-weight: 800;
	color: #b88948;
}

.djmc-about-facts p {
	margin: 6px 0 0;
	color: #46535c;
}

.djmc-about-content {
	padding: 18px 0 64px;
}

.djmc-about-content h2 {
	margin-top: 36px;
	letter-spacing: 0;
}

.djmc-about-link-panel {
	border: 1px solid rgba(16, 20, 24, 0.12);
	border-radius: 8px;
	padding: 24px;
	background: #fbfbf8;
}

.djmc-masonry-gallery {
	--djmc-masonry-gap: 14px;
	--djmc-masonry-columns: 4;
	position: relative;
}

.djmc-gallery-jump-nav {
	position: sticky;
	top: 0;
	z-index: 30;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 28px;
	border-radius: 0;
	background: transparent;
}

.admin-bar .djmc-gallery-jump-nav {
	top: 32px;
}

.djmc-gallery-jump-nav-count-1 {
	grid-template-columns: 1fr;
}

.djmc-gallery-jump-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 16px;
	border: 1px solid rgba(184, 137, 72, 0.42);
	border-radius: 8px;
	background: #b88948;
	color: #101418;
	font-weight: 800;
	text-decoration: none;
}

.djmc-gallery-jump-nav a + a {
	border-left: 0;
}

.djmc-gallery-jump-nav a:hover,
.djmc-gallery-jump-nav a:focus {
	background: #b88948;
	color: #101418;
}

.djmc-gallery-section,
.djmc-video-gallery-section {
	scroll-margin-top: 82px;
}

.djmc-masonry-item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #f1eee7;
	opacity: 0;
	transition: opacity 160ms ease, transform 180ms ease;
}

.djmc-masonry-gallery.is-laid-out .djmc-masonry-item {
	opacity: 1;
}

.djmc-masonry-image {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 180ms ease, filter 180ms ease;
}

.djmc-masonry-item:hover .djmc-masonry-image {
	filter: brightness(0.92);
	transform: scale(1.015);
}

.djmc-fancybox-classic {
	--fancybox-bg: rgba(0, 0, 0, 0.86);
	--fancybox-color: #fff;
	--fancybox-accent-color: #d9ad6d;
}

.djmc-fancybox-classic .fancybox__backdrop {
	background: rgba(0, 0, 0, 0.86);
}

.djmc-fancybox-classic .fancybox__content {
	overflow: visible;
}

.djmc-fancybox-classic .fancybox__image {
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.48);
}

.djmc-fancybox-classic .djmc-fancybox-reveal .fancybox__content {
	animation: djmc-fancybox-elastic-in 420ms cubic-bezier(0.2, 0.92, 0.32, 1.18);
}

.djmc-fancybox-classic.is-closing .fancybox__content {
	animation: djmc-fancybox-elastic-out 220ms ease-in forwards;
}

.djmc-fancybox-classic .fancybox__caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: none;
	padding: 14px 18px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
	color: #fff;
	font-size: 0.95rem;
	line-height: 1.45;
	text-align: left;
}

.djmc-fancybox-classic .f-button {
	background: rgba(0, 0, 0, 0.42);
	color: #fff;
}

.djmc-fancybox-classic .f-button:hover,
.djmc-fancybox-classic .f-button:focus {
	background: #b88948;
	color: #101418;
}

@keyframes djmc-fancybox-elastic-in {
	0% {
		opacity: 0;
		transform: scale(0.82);
	}

	70% {
		opacity: 1;
		transform: scale(1.035);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes djmc-fancybox-elastic-out {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(0.9);
	}
}

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

.djmc-video-embed {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 860px;
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	background: #101418;
}

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

.djmc-video-embed video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #101418;
}

.djmc-local-footer {
	background: #101418;
	color: #fff;
}

.djmc-local-footer-inner {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 28px 0;
}

.djmc-local-footer-copy,
.djmc-local-footer-description {
	margin: 0;
}

.djmc-local-footer-description {
	max-width: 860px;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.74);
	line-height: 1.6;
}

.djmc-local-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 16px;
}

.djmc-local-footer-links a {
	color: #d9ad6d;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 760px) {
	.admin-bar .djmc-gallery-jump-nav {
		top: 46px;
	}

	.djmc-proof-band {
		display: none;
	}

	.djmc-home-hero {
		min-height: auto;
		background-position: 60% center;
	}

	.djmc-home-hero-inner {
		padding: 72px 0;
	}

	.djmc-home-title {
		font-size: 2rem;
	}

	.djmc-section-heading h2,
	.djmc-split h2,
	.djmc-home-cta h2 {
		font-size: 2.15rem;
	}

	.djmc-home-actions,
	.djmc-button,
	.djmc-section-actions .djmc-button,
	.djmc-contact-actions .djmc-button {
		width: 100%;
	}

	.djmc-proof-grid,
	.djmc-home-card-grid,
	.djmc-feature-grid,
	.djmc-faq-grid,
	.djmc-split,
	.djmc-about-hero,
	.djmc-about-facts {
		grid-template-columns: 1fr;
	}

	.djmc-about-hero h1 {
		font-size: 2.2rem;
	}

	.djmc-contact-section {
		padding: 22px;
	}

	.djmc-contact-copy h2 {
		font-size: 2rem;
	}

	.djmc-contact-modal {
		padding: 8px 10px 0;
	}

	.djmc-contact-modal-panel {
		max-height: calc(100vh - 16px);
		padding: 20px 16px 16px;
	}

	.djmc-contact-modal-copy {
		padding-right: 42px;
	}

	.djmc-columns-2,
	.djmc-columns-3,
	.djmc-columns-4,
	.djmc-video-gallery {
		grid-template-columns: 1fr;
	}

	.djmc-masonry-gallery {
		--djmc-masonry-gap: 12px;
		--djmc-masonry-columns: 1;
	}
}
