/* DW Parent — front draft styles (tokens from theme.json / spec) */

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/montserrat-latin-300-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/montserrat-latin-400-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--dw-radius-control: 8px;
	--dw-radius-card: 16px;
	--dw-radius-featured: 24px;
	--dw-radius-pill: 999px;
	--dw-motion-micro: 150ms;
	--dw-motion-standard: 250ms;
	--dw-motion-enter: 400ms;
	--dw-shadow-soft: 0 8px 24px rgba(61, 65, 102, 0.08);
}

.dw-draft-banner {
	background: #3d4166;
	color: #fff;
	text-align: center;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	padding: 0.55rem 1rem;
}

.dw-skip-link:focus {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 100000;
	padding: 0.75rem 1rem;
	background: #fff;
	color: #3d4166;
	border: 2px solid #f28c28;
	border-radius: var(--dw-radius-control);
	clip: auto !important;
	height: auto;
	width: auto;
}

.dw-header {
	border-bottom: 1px solid #d8d6e6;
	background: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: sticky;
	top: 0;
	z-index: 100;
}

.dw-header__inner {
	gap: 1rem;
	min-height: 4rem;
}

.dw-brand .wp-block-site-title a {
	color: #3d4166;
	text-decoration: none;
	font-weight: 400;
}

.dw-brand__tagline {
	color: #333;
	opacity: 0.75;
	margin: 0;
}

.dw-main {
	padding-top: 2.5rem;
	padding-bottom: 3rem;
}

.dw-draft-shell {
	padding-bottom: 2rem;
}

.dw-draft-note {
	color: #3d4166;
	opacity: 0.75;
}

.dw-card {
	background: #fff;
	border: 1px solid #d8d6e6;
	border-radius: var(--dw-radius-card);
	padding: 1.25rem 1.35rem;
	height: 100%;
	box-shadow: none;
	transition: box-shadow var(--dw-motion-standard) ease, transform var(--dw-motion-standard) ease;
}

.dw-card:focus-within,
.dw-card:hover {
	box-shadow: var(--dw-shadow-soft);
}

.dw-card--service h3 {
	margin-top: 0;
}

.dw-section--capabilities .wp-block-columns,
.dw-section--metrics .wp-block-columns {
	gap: 1.25rem;
}

.dw-footer a {
	color: #fff;
}

.dw-footer a:hover,
.dw-footer a:focus {
	color: #f28c28;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border: 1px solid #3d4166;
	background: transparent;
	color: #3d4166;
}

.wp-block-button .wp-block-button__link {
	border-radius: var(--dw-radius-pill);
	transition: background-color var(--dw-motion-micro) ease, color var(--dw-motion-micro) ease, border-color var(--dw-motion-micro) ease;
}

.wp-block-button .wp-block-button__link:focus-visible {
	outline: 2px solid #f28c28;
	outline-offset: 3px;
}

@media (max-width: 781px) {
	.dw-header__cta {
		display: none;
	}

	.dw-main {
		padding-top: 1.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

.dw-form label {
	display: block;
	font-weight: 400;
	margin-bottom: 0.35rem;
	color: #333;
}

.dw-form input,
.dw-form select,
.dw-form textarea {
	width: 100%;
	max-width: 40rem;
	border: 1px solid #d8d6e6;
	border-radius: 8px;
	padding: 0.7rem 0.85rem;
	font: inherit;
	color: #333;
	background: #fff;
}

.dw-form button {
	border: 0;
	border-radius: 999px;
	background: #3d4166;
	color: #fff;
	padding: 0.85rem 1.4rem;
	font: inherit;
	font-weight: 400;
	cursor: pointer;
}

.dw-form button:focus-visible {
	outline: 2px solid #f28c28;
	outline-offset: 3px;
}

.dw-form__success {
	border: 1px solid #d8d6e6;
	border-radius: 16px;
	padding: 1rem 1.25rem;
	background: #f2f2f2;
}

.dw-form__error {
	border: 1px solid #f28c28;
	border-radius: 16px;
	padding: 1rem 1.25rem;
}
