/*
Theme Name: Dara Theme
Description: Child theme of Twenty Twenty-Five
Author: Nick Niles
Template: twentytwentyfive
Version: 1.0
*/

:root {
	--bg-color: var(--wp--preset--color--pine-green);
	--nav-color: white;
}

body {
	background-color: var(--bg-color, #fff);
}

/* Ensure editor text is always visible */
.editor-styles-wrapper {
	color: #000000 !important;
}

.editor-styles-wrapper .wp-block {
	color: #000000 !important;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	color: var(--nav-color, #fff);
}

.wp-block-navigation__responsive-container {
	padding: 2rem;
}


@media (min-width: 780px) {

.wp-block-navigation.main-nav-box:not(ul) {
	background-color: color-mix(in srgb, var(--bg-color) 50%, transparent) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
}

.is-sticky {
	width: 100%;
}

#hero {
	z-index: 100;
}

.dara-kapoor-container {
	width: 100%;
	max-width: var(--wp--style--global--wide-size);
	padding: 0 var(--wp--preset--spacing--50);
	/* border: 1px solid red; */
	display: flex;
	justify-content: center;
	position: relative;

	@media (min-width: 780px) {
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		width: 100%;
		z-index: 100;
		justify-content: center;
	}

	@media (min-width: 1440px) {
		padding: 0;
	}
}

.dara-kapoor, .dara-kapoor-static {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0 .2em;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	max-width: 550px;
	font-size: var(--wp--preset--font-size--lx);
	font-family: var(--wp--preset--font-family--hv-fitzgerald);
	letter-spacing: -0.07em;
	line-height: .8;
	font-weight: 700;
	color: var(--logo-color, #fff);

	@media (min-width: 1600px) {
		font-size: var(--wp--preset--font-size--lx);
	}

	.dara-p:after {
		content: '.';
		font-size: 1.5em;
		display: inline-block;
		position: relative;
		color: var(--dot-color, #fff);
		width: 0px;
		left: -.1em;
	}
		.reset-margin {
			margin: 0 !important;
		}

}

.dara-kapoor-static {
	margin: 0 !important;
}

.dara-footer-link {
	text-decoration: none;
}

.editor-post-title {
	font-size: 2rem !important;
}

#work h3 {
	font-size: calc(var(--wp--preset--font-size--x-large) * 1.2);
	letter-spacing: -.01em;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

#awards .awards-content {
	text-align: center;
}

#awards h3 {
	font-family: var(--wp--preset--font-family--ibm-plex-sans);
	letter-spacing: -.02em;
	margin-bottom: 1.5rem;
}

#awards h4 {
	color: var(--wp--preset--color--chiffon);
	font-family: var(--wp--preset--font-family--ibm-plex-sans);
	font-size: var(--wp--preset--font-size--small);
	letter-spacing: 0;
	font-weight: 600;
}

#awards img {
	mix-blend-mode: screen;
}

#brands .brand-logos {
	img {
		filter: saturate(0);
		mix-blend-mode: multiply;
	}
}



/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .fade-in,
    .slide-in-left,
    .slide-in-right,
    .scale-in,
    .rotate-in,
    .text-reveal,
    .typewriter,
    .image-reveal,
    .parallax,
    .parallax-bg,
    .image-zoom {
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    html {
        scroll-behavior: auto;
    }
}

.awards-content {
	color: white
}

.services-content {
	img {
		mix-blend-mode: multiply;
	}
}

.contact-link {
	/* color: var(--dot-color,red); */
	text-transform: uppercase;
	font-weight: 500;

	
	a {
		/* text-decoration: none; */
		text-decoration-thickness: 2px;
		text-underline-offset: .25em;
		text-decoration: none;

		&:hover {
			text-decoration: underline;
		}
	}
}

.icon {
	font-family: var(--wp--preset--font-family--material-icons);
}

.wp-block-query .wp-block-post-content .more-link {
    display: none !important;
}